(0a) WebKit/GTK+ install script
(09) Ukrainian typographic keyboard layout
(08) Quake Live Tier Viewer [Fix]
(07) Hotswitch Linux keyboard layout switcher
(06) Close Last Tab Chrome extension
(05) Drive Engine
(04) qtSmallNTPServer
(03) md5test
(02) the Maze
(01) Cheshire Cat Packer + PEiD f*cker
(00) CDEC [compact-disc eject/close]
(0a) WebKit/GTK+ install script
Script for downloading, building and installing WebKit/GTK+ from webkitgtk.org.
(09) Ukrainian typographic keyboard layout

Ukrainian keyboard layout for Windows with typographic symbols on AltGr. Original layout (ru & eng) — http://ilyabirman.ru/projects/typography-layout/.
(08) Quake Live Tier Viewer [Fix]

Display your skill tier in each gametype. Fixed for stable Quake Live. Original script — http://userscripts.org/scripts/show/45432.
(07) Hotswitch Linux keyboard layout switcher

The simple layout switcher was written to allow to set up a hotkey for switching to selected keyboard layout in the case of many layouts available in the system. It was written to be simple, so there are not many options. Compiling with g++: g++ main.cpp -O3 -s -lX11 -L/usr/lib/X11 -o hotswitch
(06) Close Last Tab Chrome extension
You can freely open and close new tabs and windows, but, when you try to close last tab in last window, this extension will open one new window, so the browser could not close.

A simple program that is used to control a toy model of a car through connected to the LPT-port remote control. Instead the buttons in the remote there are transistors that are connected to the LPT-port data outputs. Two versions: one responds only to the arrow keys, second, modified by Sergei Lesko, also contains the input field for the command. Compiling with MASM32: ml / Cu / coff prog.asm. Includes a demo version, which does not attempting to write to the port.

Small sNTP server, written in Qt. Multi-threaded. Gives only local timestamp, without any synchronization with stratum. Code is old and dirty.

Custom MD5 hash implementaion on Qt. MD5(string), MD5(file) (multi-threaded, one file — one thread), two algorithms — QCryptographicHash::Md5 and custom (third algo, «fast reMeDy 5» port, is very-very dirty).

Delphi implementation of maze generation and solving algorithms with visualization. Generation — recursive division method, solving — Lee algorithm (wave tracing).
(01) Cheshire Cat Packer + PEiD f*cker

Simple Windows PE packer with oep signature faking, written in assembler. Compression — aPLib by Jibz, loader — spack by unknown, oep faking wrapper by Lucer, oep faking, forms, graphics — by zetty (me), music — Carter - Dead Feelings. PEiD f*cker — oep faking only.
Download (PEiD f*cker only, sorry)
(00) CDEC [compact-disc eject/close]

Small windows console program, written in assembler (fasm), ejecting and closing cd tray by sending MCI-commands. GUI version is written in Delphi, but source code is temporarily cannot be found, so only only non-GUI version is here.