Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Start Free Trial
Secure File Transfer for Windows with Cerberus by Redwood
Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.
Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
P2Ada is a Pascal to Ada translator.
Recognizes particularities of several Pascal dialects: Turbo/Borland/Delphi (mostly), CodeWarrior, ISO, ISO Extended (a bit).
Includes a full ayacc / aflex parser & lexer for Ada 95+ with sources.
Mirror: https://github.com/zertovitch/pascal-to-ada
A very small test project demonstrating ini file use.
A complete live project to show how to use ini files. It was built on Windows but should work in any Lazarus IDE with only minor visual differences.
search: inifile sample
Lazarus template application project with full localization
Lazarus template application project with full localization.
It took me quite some time to create a fully featured application project that could set the language from the system but also had the capability to set the language live from the application itself.
Templating is good. It saves time because you don't have to reinvent the wheel and it prevents bugs because what you already have is probably already tested.
See /help/index.html or the wiki page for further...