Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

Object Pascal (Delphi)

Delphi

My programming language of choice is Object Pascal, also known as the Delphi language in dependence on Embarcardero’s product Delphi (based on Borland’s Turbo Pascal). Based on the small and efficient language Pascal, it was intended to encourage good programming practices using structured programming and data structuring. With the object oriented extensions by Anders Hejlsberg and the foundation libraries the language is powerful enough to write programs, plugins, services, web applications and many more.

Regarding compilers and IDEs, I currently use Delphi and Lazarus/FPC. Lately I prefer FPC/Lazarus, hence the remaining bugs. But in contrast to Delphi these are fixed continuously without the need to spend much money for it.

Beside my work as a freelancer, I am working on several open source projects. Some of these are presented on this site, without the claim to be a complete list. If you want to know more about my open source work, please have a look at my ohloh.net account.

Differential Evolution

Different Evolution port
A port of Laurent de Soras Different Evolution. Works for a whole bunch of optimizations, for which no closed solution exists.

I recently registered an open source project at source forge called Object Pascal Differential Evolution, which contains an advanced implementation with respect to multi threading.

Graphics32

I’m also working on the GR32 library as part of the GR32 team.

Furthermore I have written some code to read PNG files natively. In combination with GR32 the GR32 PNG library gained quite some popularity.