{"id":16134222,"url":"https://github.com/developpeurpascal/one-shot-tools","last_synced_at":"2026-02-04T12:03:40.101Z","repository":{"id":114055751,"uuid":"524947686","full_name":"DeveloppeurPascal/one-shot-tools","owner":"DeveloppeurPascal","description":"Programmes et utilitaires à usage unique, créés pour débloquer un problème ponctuel et pas utilisables pour autre chose","archived":false,"fork":false,"pushed_at":"2024-04-15T08:52:22.000Z","size":255,"stargazers_count":2,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T17:42:50.491Z","etag":null,"topics":["code-samples","snippets","software-development"],"latest_commit_sha":null,"homepage":"","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeveloppeurPascal.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG/20230318-DeveloppeurPascal.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-15T10:42:17.000Z","updated_at":"2024-05-11T21:25:39.773Z","dependencies_parsed_at":"2024-05-11T21:25:39.526Z","dependency_job_id":"e37c1244-6cd4-464d-97ba-da2ffdd1608d","html_url":"https://github.com/DeveloppeurPascal/one-shot-tools","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloppeurPascal%2Fone-shot-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloppeurPascal%2Fone-shot-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloppeurPascal%2Fone-shot-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloppeurPascal%2Fone-shot-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeveloppeurPascal","download_url":"https://codeload.github.com/DeveloppeurPascal/one-shot-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509072,"owners_count":20950233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-samples","snippets","software-development"],"created_at":"2024-10-09T22:48:11.190Z","updated_at":"2026-02-04T12:03:40.095Z","avatar_url":"https://github.com/DeveloppeurPascal.png","language":"Pascal","funding_links":["https://github.com/sponsors/DeveloppeurPascal","https://ko-fi.com/patrick_premartin_fr","https://ko-fi.com/patrick_premartin_en","https://www.patreon.com/patrickpremartin","https://liberapay.com/PatrickPremartin"],"categories":[],"sub_categories":[],"readme":"# One shot tools\n\n[Cette page en français.](LISEZMOI.md)\n\nThose programs are simple utilities I created to solve a problem or simplify a task I had.\n\nThey 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.\n\nIt's Pascal programming language in Delphi, JavaScript or PHP depending on what I wanted to do.\n\nExcept if you have issues or questions to share with me, the projects in this repository won't be maintained.\n\nIf you are looking for code examples to learn Delphi or basic manipulations look instead at [this repository of examples of all kinds](https://github.com/DeveloppeurPascal/Delphi-samples).\n\nThis 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](https://delphi-resources.developpeur-pascal.fr/).\n\n## Talks and conferences\n\n### Twitch\n\nFollow my development streams of software, video games, mobile applications and websites on [my Twitch channel](https://www.twitch.tv/patrickpremartin) or as replays on [Serial Streameur](https://serialstreameur.fr) mostly in French.\n\n## Source code installation\n\nTo download this code repository, we recommend using \"git\", but you can also download a ZIP file directly from [its GitHub repository](https://github.com/DeveloppeurPascal/one-shot-tools).\n\nThis project uses dependencies in the form of sub-modules. They will be absent from the ZIP file. You'll have to download them by hand.\n\n* [DeveloppeurPascal/Delphi-Game-Engine](https://github.com/DeveloppeurPascal/Delphi-Game-Engine) must be installed in the ./lib-externes/Delphi-Game-Engine subfolder.\n* [DeveloppeurPascal/librairies](https://github.com/DeveloppeurPascal/librairies) must be installed in the ./lib-externes/librairies subfolder.\n* [DeveloppeurPascal/SVG-cards](https://github.com/DeveloppeurPascal/SVG-cards) must be installed in the ./lib-externes/SVG-cards subfolder.\n\n## Documentation and support\n\nI use comments in [XMLDOC](https://docwiki.embarcadero.com/RADStudio/en/XML_Documentation_Comments) format in Delphi to document my projects. They are recognized by Help Insight, which offers real-time input help in the code editor.\n\nI regularly use the [DocInsight](https://devjetsoftware.com/products/documentation-insight/) tool to enter them and check their formatting.\n\nDocumentation is exported in HTML by [DocInsight](https://devjetsoftware.com/products/documentation-insight/) or [PasDoc](https://pasdoc.github.io) to the /docs folder of the repository. You can also [access it online](https://developpeurpascal.github.io/one-shot-tools) through the hosting offered by GitHub Pages.\n\nFurther information (tutorials, articles, videos, FAQ, talks and links) can be found on [the project website](https://oneshottools.developpeur-pascal.fr) or [the project devlog](https://developpeur-pascal.fr/les-one-shot.html).\n\nIf you need explanations or help in understanding or using parts of this project in yours, please [contact me](https://developpeur-pascal.fr/nous-contacter.php). I can either direct you to an online resource, or offer you assistance in the form of a paid or free service, depending on the case. You can also contact me at a conference or during an online presentation.\n\n## Compatibility\n\nAs an [Embarcadero MVP](https://www.embarcadero.com/resources/partners/mvp-directory), I benefit from the latest versions of [Delphi](https://www.embarcadero.com/products/delphi) and [C++ Builder](https://www.embarcadero.com/products/cbuilder) in [RAD Studio](https://www.embarcadero.com/products/rad-studio) as soon as they are released. I therefore work with these versions.\n\nNormally, my libraries and components should also run on at least the current version of [Delphi Community Edition](https://www.embarcadero.com/products/delphi/starter).\n\nThere's no guarantee of compatibility with earlier versions, even though I try to keep my code clean and avoid using too many of the new ways of writing in it (type inference, inline var and multiline strings).\n\nIf you detect any anomalies on earlier versions, please don't hesitate to [report them](https://github.com/DeveloppeurPascal/one-shot-tools/issues) so that I can test and try to correct or provide a workaround.\n\n## License to use this code repository and its contents\n\nThis source code is distributed under the [AGPL 3.0 or later](https://choosealicense.com/licenses/agpl-3.0/) license.\n\nYou are free to use the contents of this code repository anywhere provided :\n* you mention it in your projects\n* distribute the modifications made to the files provided in this AGPL-licensed project (leaving the original copyright notices (author, link to this repository, license) must be supplemented by your own)\n* to distribute the source code of your creations under the AGPL license.\n\nIf this license doesn't suit your needs (especially for a commercial project) I also offer [classic licenses for developers and companies](https://oneshottools.developpeur-pascal.fr).\n\nSome elements included in this repository may depend on third-party usage rights (images, sounds, etc.). They are not reusable in your projects unless otherwise stated.\n\nThe source codes of this code repository as well as any compiled version are provided “as is” without warranty of any kind.\n\n## How to ask a new feature, report a bug or a security issue ?\n\nIf 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](https://github.com/DeveloppeurPascal/one-shot-tools) and [open a new issue](https://github.com/DeveloppeurPascal/one-shot-tools/issues).\n\nIf 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](https://developpeur-pascal.fr/nous-contacter.php).\n\nYou also can fork the repository and contribute by submitting pull requests if you want to help. Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n## Support the project and its author\n\nIf you think this project is useful and want to support it, please make a donation to [its author](https://github.com/DeveloppeurPascal). It will help to maintain this project and all others.\n\nYou can use one of those services :\n\n* [GitHub Sponsors](https://github.com/sponsors/DeveloppeurPascal)\n* Ko-fi [in French](https://ko-fi.com/patrick_premartin_fr) or [in English](https://ko-fi.com/patrick_premartin_en)\n* [Patreon](https://www.patreon.com/patrickpremartin)\n* [Liberapay](https://liberapay.com/PatrickPremartin)\n\nYou can buy an end user license for [my softwares](https://lic.olfsoftware.fr/products.php?lng=en) and [my video games](https://lic.gamolf.fr/products.php?lng=en) or [a developer license for my libraries](https://lic.developpeur-pascal.fr/products.php?lng=en) if you use them in your projects.\n\nI'm also available as a service provider to help you use this or other projects, such as software development, mobile applications and websites. [Contact me](https://vasur.fr/about) to discuss.\n\n## List of projects\n\n### DisplayDPROJContent\n\nDisplays the content of Delphi project options file.\n\n### gamepad-ui-tests\n\nSome VCL and FMX tests project to use the user interface with a keyboard, mouse and gamepads.\n\n### generation-serie-mots-de-passe\n\nCreates a randomly generated password list for a user list.\n\n### genpassword\n\nGenerates a list of passwords with only letters and numbers.\n\n### import-CSV-from-MSSQLServer-To-MySQL\n\nGenerate SQL commands to create a database structure from a MS SQL Server dump as CSV files.\n\n### LinkWebsiteServerSampleDBGenerator\n\nTest database generator (in JSON file format) for the multilingual website display engine project available at https://github.com/DeveloppeurPascal/Link-Website-Server\n\n### menage_mailing_list\n\nScripts to extract emails from a list of email or a log.\n\n### mesiim471222_ovh_vps\n\nProgram 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).\n\n### mesimf371818_ovh\n\nA program created in 2018 to add users, virtual domains web hosting and MySQL Databases on a Debian 9 OVH virtual private server.\n\nGive users names on first memo field, click the button and copy/paste the users/passwords list, the Apache \u003cVirtualHost\u003e source, the MySQL create databases SQL script and bash commands to create users and folders.\n\nOf course change the domaine name \"mesimf371818.ovh\" hard coded in the source before doing anything with this program.\n\n### RedirectionPasDPK\n\nChange all PAS files in a folder with a deprecated comment and an include to the new file path (for compatibility reasons). (useful when changing the tree structure of an open source library or related enterprise project)\n\n### rename-all-files-in-a-folder\n\nA simple code to rename files in a folder and use a local counter for that.\n\n### show-images-fullscreen\n\nShow all images (JPG, PNG) from a folder in full screen. Use arrow keys to change the picture (next / previous) and ESC/RETURN to exit.\n\n### SVGCardSocialPreviewImageGenerator\n\nUse SVG Cards images to generate a social preview image for its GitHub repository.\n\n### TDirectory_CreateDirectory_Check\n\nTest methods TDirectory.CreateDirectory(), TDirectory.Delete() and the TPath.GetXXXPath() for Delphi programs on all available platforms.\n\n### tirages_au_sort\n\nTo attribute gains in a lotery depending on the number of participants and gifts.\n\n### webhosting-send-ftp-config-email\n\nSend the \"FTP config mail\" for a web hosting service from a list of user/passwords.\n\n### webhosting-send-mysql-config-email\n\nSend the \"database config mail\" for a web hosting service from a list of user/passwords.\n\n## List of removed projects\n\nThess programs are no longer available here. They have been transformed in independant softwares or simply removed for other reasons.\n\n### CreateGroupProjFromPath\n\nCreate a Delphi projects group from the list of projects found in a repository tree.\n\nIt's now [GroupProj Updater](https://groupprojupdater.olfsoftware.fr). Its sources files are available [from this repository](https://github.com/DeveloppeurPascal/GroupProjUpdater).\n\n### SVGFromFolderToStringArrayInUnit\n\nList all SVG files from a folder and create a unit where they are stored as strings in an array, with the filename as a constant used as array index.\n\nIt's now [SVG Folder To Delphi Unit](http://svgfolder2delphiunit.olfsoftware.fr). Its sources files are available [from this repository](https://github.com/DeveloppeurPascal/SVGFolder2DelphiUnit).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloppeurpascal%2Fone-shot-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloppeurpascal%2Fone-shot-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloppeurpascal%2Fone-shot-tools/lists"}