The software downloadable from this site is FREEWARE. You can use it on your own risk. The author (me) is not responsible for any consequences, even the unexpected ones, appearing as a result of using whatever software here. I do not provide any kind of support regarding this software; however, if you feel like you got something to tell me, do not hesitate and write me an e-mail.
Image manipulation tools
ImageRotater
A simple tool that rotates (using the lossless JPEG transformation) photos (JPG files) in current folder from digital cameras according to the information stored in the image files.
Notes:
The camera that was used to take the pictures has to support storing the image orientation information within the image files (most cameras nowadays do this).
This tool requires the nconvert tool (freely downloadable from http://www.xnview.com) to actually rotate the images.
The software was tested on images produced by Canon PS A75 and Konica-Minolta Dynax 5D.
* * * * *
ImageSorter
A tool similar to Imagerotater – it sorts all the images (JPEG) in current folder in the ascending order by the date each image was taken.
Notes:
The camera that was used to take the pictures has to support storing the image creation date information within the image files (most cameras nowadays do this).
The software was tested on images produced by Canon PS A75 and Konica-Minolta Dynax 5D.
! Games !
Keen again
My programming assignment from C programming courses. A DOS game with the well-known Keen Commander and one level featuring various enemies. The enemies' behavior is controlled via Scheme scripts.
J2ME – Applications for mobile phones
NotepadME
NotepadME is a notepad application for storing and displaying short notes on a mobile phone. It supports UTF-16 encoding, i.e., also the czech characters. It is useful on phones not featuring their own notepad application.
Notes:
The application requires at least MIDP 1.0, CDLC 1.0 profile (most probably your phone has more than this).
A Windows spam filter. Standalone version that can be used with any e-mail client using POP3 protocols. This is actually the result of my master thesis.
* * * * *
Basic
A simple basic interpreter with a snake-like sample application.
* * * * *
Czech/English dictionaries for Firefox
Search plugins for Czech-to-English and vice versa translation through http://slovnik.cz.
Notes:
To install these plugins, unzip the files into the searchplugins folder of your profile (on Windows typically: c:\Documents and Settings\username\application data\Mozilla\Firefox\Profiles\somethingstrange\searchplugins\)
* * * * *
Duplex print for MS Office 2007
Duplex printing in MS Office 2003 and 2007 is rather a problem (see http://support.microsoft.com/kb/828638) if you have single side printing set as default. This is a simple VBA macro for duplex printing in MS Word 2007 (might work also in other parts of Office and other versions as well, I have not tested it). It is able to print either one or two pages per sheet using the default printer, while all the other printing properties are used from the current printer settings. The macro code is based on the code published on http://pubs.logicalexpressions.com.
Notes:
To install the macro, unzip the file and copy the content into the MacroEditor of the MS Word into the New Macros file into the Normal -> Modules folder.
To launch the MacroEditor, choose Macros from the View pane and click the Create button.