DeveloppeurPascal / one-shot-tools

Programmes et utilitaires à usage unique, créés pour débloquer un problème ponctuel et pas utilisables pour autre chose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One shot tools

Cette page en français.

Those programs are simple utilities I created to solve a problem or simplify a task I had.

They probably won't be useful for you, but you can check their source file to see how to do some tasks and adapt them to your needs.

It's Pascal programming language in Delphi, JavaScript or PHP depending on what I wanted to do.

Except if you have issues or questions to share with me, the projects in this repository won't be maintained.

If you are looking for code examples to learn Delphi or basic manipulations look instead at this repository of examples of all kinds.

This code repository contains projects developed in Object Pascal language under Delphi. You don't know what Delphi is and where to download it ? You'll learn more on this web site.

Install

To download this project you better should use "git" command but you also can download a ZIP from its GitHub repository.

Warning : if the project has submodules dependencies they wont be in the ZIP file. You'll have to download them manually.

Dependencies

No global dependency, but it depends on each projects in this repository.

How to ask a new feature, report a bug or a security issue ?

If you want an answer from the project owner the best way to ask for a new feature or report a bug is to go to the GitHub repository and open a new issue.

If you found a security issue please don't report it publicly before a patch is available. Explain the case by sending a private message to the author.

You also can fork the repository and contribute by submitting pull requests if you want to help. Please read the CONTRIBUTING.md file.

Dual licensing model

This project is distributed under AGPL 3.0 or later license.

If you want to use it or a part of it in your projects but don't want to share the sources or don't want to distribute your project under the same license you can buy the right to use it under the Apache License 2.0 or a dedicated license (contact the author to explain your needs).

Support the project and its author

If you think this project is useful and want to support it, please make a donation to its author. It will help to maintain the code and binaries.

You can use one of those services :

or if you speack french you can subscribe to Zone Abo on a monthly or yearly basis and get a lot of resources as videos and articles.

List of projects

generation-serie-mots-de-passe

Creates a randomly generated password list for a user list.

genpassword

Generates a list of passwords with only letters and numbers.

import-CSV-from-MSSQLServer-To-MySQL

Generate SQL commands to create a database structure from a MS SQL Server dump as CSV files.

menage_mailing_list

Scripts to extract emails from a list of email or a log.

mesiim471222_ovh_vps

Program created in 2022 to generate user accounts and detailed texts for accessing a hosting account with FTP/MySQL/PostgreSQL and of course a (sub)domain name to configure on a web server under Debian with VirtualMin (but work for all sort of hosting).

mesimf371818_ovh

A program created in 2018 to add users, virtual domains web hosting and MySQL Databases on a Debian 9 OVH virtual private server.

Give users names on first memo field, click the button and copy/paste the users/passwords list, the Apache source, the MySQL create databases SQL script and bash commands to create users and folders.

Of course change the domaine name "mesimf371818.ovh" hard coded in the source before doing anything with this program.

rename-all-files-in-a-folder

A simple code to rename files in a folder and use a local counter for that.

TDirectory_CreateDirectory_Check

Test methods TDirectory.CreateDirectory(), TDirectory.Delete() and the TPath.GetXXXPath() for Delphi programs on all available platforms.

tirages_au_sort

To attribute gains in a lotery depending on the number of participants and gifts.

webhosting-send-ftp-config-email

Send the "FTP config mail" for a web hosting service from a list of user/passwords.

webhosting-send-mysql-config-email

Send the "database config mail" for a web hosting service from a list of user/passwords.

About

Programmes et utilitaires à usage unique, créés pour débloquer un problème ponctuel et pas utilisables pour autre chose

License:GNU Affero General Public License v3.0


Languages

Language:Pascal 94.5%Language:PHP 5.5%