Recent Posts

Windows 7 64bit ODBC Data sources

less than 1 minute read

Today I was trying to create and ODBC Data Source to a database using 32 bit database drivers. When I accessed ODBC Data Sources (32bit) from Control Panel, ...

Perl UTF-8 and Regular Expressions

less than 1 minute read

Today I wanted to explore Perl’s Unicode and regular expression capabilities, so I wrote down this simple script. It is quite amazing how simply Perl handles...

Java Calculate Orthodox Easter Date

1 minute read

Today I wondered if there is an algorithm to calculate the date of Orthodox Easter. After some searching in the web I found the algorithm and converted it to...