Julian Ziersch has been programming with Delphi since 1996. His showcase entry (fotoARRAY Is An Amazing Image Manager For Easier Photo Browsing And It Is Made In Delphi) was featured at the Delphi 26th Showcase Challenge. He also shared with us his amazing experiences with programming in Delphi. Visit the fotoARRAY website for more information.
When did you start using RAD Studio/Delphi and have…
High-Performance C++ NMEA Parser GPS Interface
March 30, 2021
Most GPS modules have a serial port, which makes them excellent to connect to a microcontroller or computer. It is common for the microcontroller to parse the NMEA data. Parsing is just removing the pieces of data from the NMEA sentence so the microcontroller can do…
Terrific Swimming Workout Application Is Created With Delphi
March 30, 2021
This app is used to set up workouts and control the LumaLanes swim training light system in a pool. As stated by the developer, “Using this app you connect via WiFi to the LumaLanes control box and then set up and execute your swimming workout. For more information, go…
Work Efficiently With Git Repositories Using GitForDelphi
March 30, 2021
GitForDelphi allows you to work with git repositories from within your Delphi code, with the only dependencies being the uGitForDelphi.pas source file and the libgit2 DLL.
It’s extremely easy to use GitForDelphi !
To set it up, just add uGitForDelphi to the uses section, and call InitLibgit2; and the libgit2 DLL will be loaded, and its API will be ready to use to read from…