Projects

This page lists my own projects that I developed primarily out of curiosity.

PL/MonoAug 2009

Procedural language for PostgreSQL that allows to write functions and triggers using Mono (my Google Summer of Code 2009 project)

[Project page]

KittyAug 2008

Greedy backtracking-based command-line Sudoku solver written in C++, that cracks the most challenging puzzles in a matter of seconds

[Project page]

MyBlobFSJun 2008

Virtual user-space file system driver for *nix that allows to mount MySQL table rows as local files for read-only access

[Project page]

MyQuerySep 2007

Minimalist web-based MySQL client, a practical trade-off between the command-line client and phpMyAdmin

[Project page]

Sudoku4DJun 2007

Classic two-dimensional 9×9 Sudoku game implementation for DOS with a misleading name, which I’ve done as my freshman course work in C

[Project page]

WP-Poster-SyncAug 2006

WordPress plugin that keeps comment posters’ info (display name, email and website) in sync with their profiles

[Project page]

FCKEditor for Smarty2006

Smarty plugin that allows to use FCKEditor as a block in templates

[Download]

SimpleTemplate≤2005

Drop-in templating engine for PHP4 with basic flow control operator support

[Project page]