Misceallaneus projects
This area contains various stuff I have been working on or still am.
Le'Kapcs' - simple shutdown utility for Windows (latest version should work on Vista as well)
This is a simple GUI application that let's you set a date/time when your PC should be turned off/rebooted or the current user logged of. Written in C++, using Qt it is a small and handy application for everyone who does not want to wait hours to turn off his/her PC. Just launch, set target time, click schedule and go to sleep! ;)

Setting up a Qt/C++ development environment with Eclipse IDE under Windows XP
This tutorial describes the procedure of setting up a Qt/C++ development environment under Windows XP using the Qt Opensource and Qt Eclipse Integration packages. This tutorial is also a result of a recent discussion on qtforum.org
MPlayer @ Windows™
Once ago... on a rainy day... I had some time and nothing to do. I was always interested in cross-compiling stuff so I got myself a MinGW install along with MSYS and started reading the mplayer-windows-howto.txt and a few hours later it was born... my first mplayer.exe! As it is almost perfect :) I decided to share it with you.