{"id":16134131,"url":"https://github.com/developpeurpascal/_allprojects","last_synced_at":"2025-03-18T15:31:14.574Z","repository":{"id":38417548,"uuid":"401061152","full_name":"DeveloppeurPascal/_AllProjects","owner":"DeveloppeurPascal","description":"Install all of my repositories as sub folders of current folder.","archived":false,"fork":false,"pushed_at":"2024-09-30T11:18:04.000Z","size":324,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-10-10T22:48:00.944Z","etag":null,"topics":["delphi","delphi-app","firemonkey-applications","javascript","php","vcl-applications","web-application"],"latest_commit_sha":null,"homepage":"https://developpeur-pascal.fr","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeveloppeurPascal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"DeveloppeurPascal","liberapay":"PatrickPremartin","patreon":"patrickpremartin","custom":"https://www.paypal.com/paypalme/patrickpremartin"}},"created_at":"2021-08-29T14:23:11.000Z","updated_at":"2024-09-30T11:18:07.000Z","dependencies_parsed_at":"2023-11-26T11:22:53.354Z","dependency_job_id":"1a232ae0-04b6-4a3a-839b-6de5d7a902ea","html_url":"https://github.com/DeveloppeurPascal/_AllProjects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloppeurPascal%2F_AllProjects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloppeurPascal%2F_AllProjects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloppeurPascal%2F_AllProjects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloppeurPascal%2F_AllProjects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeveloppeurPascal","download_url":"https://codeload.github.com/DeveloppeurPascal/_AllProjects/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221713566,"owners_count":16868273,"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":["delphi","delphi-app","firemonkey-applications","javascript","php","vcl-applications","web-application"],"created_at":"2024-10-09T22:47:35.226Z","updated_at":"2025-03-18T15:31:14.569Z","avatar_url":"https://github.com/DeveloppeurPascal.png","language":null,"funding_links":["https://github.com/sponsors/DeveloppeurPascal","https://liberapay.com/PatrickPremartin","https://patreon.com/patrickpremartin","https://www.paypal.com/paypalme/patrickpremartin","https://ko-fi.com/patrick_premartin_fr","https://ko-fi.com/patrick_premartin_en","https://www.patreon.com/patrickpremartin"],"categories":[],"sub_categories":[],"readme":"# All public DeveloppeurPascal projects in one code repository\n\n[Cette page en français.](LISEZMOI.md)\n\nInstall all of my public repositories as sub folders of current project.\n\nThis code repository simplify downloading all repositories from [DeveloppeurPascal GitHub account](https://github.com/DeveloppeurPascal) and their dependencies.\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\nIf you download a ZIP file from GitHub it will be empty. You must use \"git\" command or a GUI to clone or fork this code repository with its submodules.\n\nAfter cloning this repository, don't forget to update all projects with the command :\n\n```bash\ngit submodule update --remote\n```\n\nIf you didn't clone the project with its sub modules, use those git commands : \n\n```bash\ngit submodule init\ngit submodule update --remote\n```\n\n[This repository](https://github.com/DeveloppeurPascal/_AllProjects) and all projects are available on [my GitHub account](https://github.com/DeveloppeurPascal).\n\n## License\n\nThis project is under the MIT license. It's not the case for all of my other projects. Take a look at every LICENSE and README.md file before doing garbage.\n\n## Project packages\n\nTo simplify GitHub account backups or local installation of projects, I offer several thematic repository packs. You can use them to download the relevant projects and check them out. They're probably not compilable as is, but they'll give you an idea of the open source projects available on [my GitHub account](https://github.com/DeveloppeurPascal), and you'll still be able to access them directly.\n\n### Delphi\n\n* [open sourced video games](https://github.com/DeveloppeurPascal/Delphi-Games-Pack) [download and play to my games](https://gamolf.fr) [buy an end user license](https://lic.gamolf.fr/stores.php?lng=en)\n* [open sourced softwares and mobile applications](https://github.com/DeveloppeurPascal/Delphi-ProgramsAndTools-Pack) [download and use my softwares](https://lic.olfsoftware.fr/products.php?lng=en) [buy an end user license](https://lic.olfsoftware.fr/stores.php?lng=en)\n* [libraries and components](https://github.com/DeveloppeurPascal/Delphi-ComponentsAndLibraries-Pack) [buy a developer license](https://store.developpeur-pascal.fr/en/)\n\nTo prepare my Delphi development environment on a new Windows computer or VM, I made [an installation script](https://github.com/DeveloppeurPascal/__MyMinimalDependenciesForWorkingWithDelphi). You can use it as is, or take inspiration from it if you're using my libraries or components.\n\nIf you're looking for examples and demos of how to use certain Delphi features, take a look at [this code repository](https://github.com/DeveloppeurPascal/Delphi-samples) and [its list of other example repositories](https://github.com/DeveloppeurPascal/Delphi-samples/blob/main/OtherDelphiSampleRepositories.md).\n\n### Web (PHP, JavaScript)\n\n* [scripts, plugins and web applications](https://github.com/DeveloppeurPascal/PHP-Scripts-Pack)\n\nTo prepare my web development environment on a new computer or VM, I made [an installation script](https://github.com/DeveloppeurPascal/__MyMinimalDependenciesForWorkingWithPHP). You can use it as is, or take inspiration from it if you're using my libraries or components.\n\n### Turbo Pascal (archives)\n\n* [video games](https://github.com/DeveloppeurPascal/TurboPascal-Games-Pack)\n* [softwares](https://github.com/DeveloppeurPascal/TurboPascal-ProgramsAndTools-Pack)\n\n### AGK Basic (archives)\n\n* [video games](https://github.com/DeveloppeurPascal/AGKBasic-Games-Pack)\n\n### Autres packs de projets\n\n* [repo templates and starter kits](https://github.com/DeveloppeurPascal/DevPas-TemplatesAndStarterKits-Pack)\n* [all the public projects in my account](https://github.com/DeveloppeurPascal/_AllProjects)\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/_AllProjects) and [open a new issue](https://github.com/DeveloppeurPascal/_AllProjects/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 the code and binaries.\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* [Paypal](https://www.paypal.com/paypalme/patrickpremartin)\n\nYou can buy [my softwares](https://lic.olfsoftware.fr/products.php?lng=en), [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\nIf you speak French [subscribe to Zone Abo](https://zone-abo.fr/nos-abonnements.php) to access my complete online archive (articles, videos, training videos, ebooks).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloppeurpascal%2F_allprojects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloppeurpascal%2F_allprojects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloppeurpascal%2F_allprojects/lists"}