Delphi general-purpose libraries
- Delphi Light Saber
A collection of useful functions (system, graphics, i/o, internet, gui, etc) and visual controls. More than 15 years of development have been put into this library.
A light-weight alternative to Jedi library.
- Hardware ID Extractor
Extract data about your computer’s hardware (CPU, HDD, RAM, main board, video BIOS), including unique hardware identification numbers. The data is extracted via low level functions DIRECTLY from computer’s hardware. This means that the data cannot be faked!
- Proteus
A licensing system that helps you monetize your Delphi applications.
Convert your application to a commercial program that you can deliver as a trial/shareware. Only one line of code required!
The “Delphi in all its glory – Libraries” book give you free access to this library.
- Save GUI state to disk
Do you have forms with lots of controls (checkboxes, radio buttons, etc) and you want to save their status to disk on shutdown and resume the program (GUI) exactly from where you left on application startup? You can do it with a single call to: SaveForm/LoadForm.
Delphi graphics libraries
- Image recognition library
Detect if a small image (pattern) is present in a big image (main image). The algorithm allows for some variations, so the pattern would be found even if it were slightly rotated or resized.
- SSIM – Image quality assessment
A Delphi library for objectively measuring image/video quality (Structural Similarity Index Measure)
- Multithread thumbnail viewer
A Delphi library (VCL) that allows you to display images in a folder as thumbnails.
Delphi BioInformatics Libraries
A bunch of libraries for DNA sequence assembly and DNA sequence conversion and analyses. Supports Fasta, SCF, ABI and other popular Sanger file formats.
- NextGen DNA sequence processing
- Sanger DNA sequence I/O
- Sanger DNA chromatogram processing framework
Delphi full programs
- Stormy Website Builder
A lightweight alternative for Joomla/WordPress CMS.
- POS
Point of sales system for hotels and restaurants.
Tools for Delphi (freeware)
- DUT – Delphi UTilities
Upgrades code from 32 to 64 bit (invalid pointer casts, etc), detect English spelling issues in DFM files, fix swallowed exceptions, find all classes that implement an interface, convert PAS files from ANSI to UTF8 and back, etc.
General purpose tools (freeware)
- MemAlloc – Stress your memory
Stress test your Windows operating system by requesting any amount of memory you want.
- Keep It Alive
Make sure a program is never closed. Checks if a program is running. If not it will start that program.
- Is PC Running?
A simple program that tells you at which hour your PC went down (because of misc reasons: power failure, sleep, reboot, etc)
- DOS Delay
This is a console program that will execute a delay.
- CPU Overload
Makes the specified core(s) of your CPU to work at maximum speed. Purposes: stress test of your CPU, thermal overload, stability test, programming tests, etc.
- Thunderbird AutoBackups
A program that backups your Thunderbird email account.
There are another 50 programs waiting to be uploaded. I will do it when time is available.