https://github.com/developpeurpascal/_allprojects
Install all of my repositories as sub folders of current folder.
https://github.com/developpeurpascal/_allprojects
delphi delphi-app firemonkey-applications javascript php vcl-applications web-application
Last synced: 2 months ago
JSON representation
Install all of my repositories as sub folders of current folder.
- Host: GitHub
- URL: https://github.com/developpeurpascal/_allprojects
- Owner: DeveloppeurPascal
- License: mit
- Created: 2021-08-29T14:23:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T11:18:04.000Z (8 months ago)
- Last Synced: 2024-10-10T22:48:00.944Z (7 months ago)
- Topics: delphi, delphi-app, firemonkey-applications, javascript, php, vcl-applications, web-application
- Homepage: https://developpeur-pascal.fr
- Size: 316 KB
- Stars: 5
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# All public DeveloppeurPascal projects in one code repository
[Cette page en français.](LISEZMOI.md)
Install all of my public repositories as sub folders of current project.
This code repository simplify downloading all repositories from [DeveloppeurPascal GitHub account](https://github.com/DeveloppeurPascal) and their dependencies.
## Talks and conferences
### Twitch
Follow 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.
## Source code installation
If 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.
After cloning this repository, don't forget to update all projects with the command :
```bash
git submodule update --remote
```If you didn't clone the project with its sub modules, use those git commands :
```bash
git submodule init
git submodule update --remote
```[This repository](https://github.com/DeveloppeurPascal/_AllProjects) and all projects are available on [my GitHub account](https://github.com/DeveloppeurPascal).
## License
This 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.
## Project packages
To 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.
### Delphi
* [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)
* [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)
* [libraries and components](https://github.com/DeveloppeurPascal/Delphi-ComponentsAndLibraries-Pack) [buy a developer license](https://store.developpeur-pascal.fr/en/)To 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.
If 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).
### Web (PHP, JavaScript)
* [scripts, plugins and web applications](https://github.com/DeveloppeurPascal/PHP-Scripts-Pack)
To 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.
### Turbo Pascal (archives)
* [video games](https://github.com/DeveloppeurPascal/TurboPascal-Games-Pack)
* [softwares](https://github.com/DeveloppeurPascal/TurboPascal-ProgramsAndTools-Pack)### AGK Basic (archives)
* [video games](https://github.com/DeveloppeurPascal/AGKBasic-Games-Pack)
### Autres packs de projets
* [repo templates and starter kits](https://github.com/DeveloppeurPascal/DevPas-TemplatesAndStarterKits-Pack)
* [all the public projects in my account](https://github.com/DeveloppeurPascal/_AllProjects)## 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](https://github.com/DeveloppeurPascal/_AllProjects) and [open a new issue](https://github.com/DeveloppeurPascal/_AllProjects/issues).
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](https://developpeur-pascal.fr/nous-contacter.php).
You also can fork the repository and contribute by submitting pull requests if you want to help. Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
## 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](https://github.com/DeveloppeurPascal). It will help to maintain the code and binaries.
You can use one of those services :
* [GitHub Sponsors](https://github.com/sponsors/DeveloppeurPascal)
* Ko-fi [in French](https://ko-fi.com/patrick_premartin_fr) or [in English](https://ko-fi.com/patrick_premartin_en)
* [Patreon](https://www.patreon.com/patrickpremartin)
* [Liberapay](https://liberapay.com/PatrickPremartin)
* [Paypal](https://www.paypal.com/paypalme/patrickpremartin)You 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.
If 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).