This site contains the downloads and source code for some of my projects. Unless stated otherwise, all my projects are licensed under the GPLv3
R.I.P. Dennis Ritchie, gone but never to be forgotten.
The Projects:
- FB-Mix: a simple mixer applet for the system tray
- Turious: turn based / real time strategy game.
- Voyager: Journey Home: a side scrolling space shooter.
- TSDL: TSDL provides a number of useful widgets, and event handling functions, for 2D SDL games.
- FB-Console: provides a gamelike drop-down console for X windows.
- Nodau: a simple console note taking program.
- csvDB: a sql engine for csv files.
- Dynamix: is my PHP Content Management System, as used on this site.
- PreParse: Javascript and CSS PreProcessor.
- LibIPTables: A C API for iptables.
No, the site design is not upside down, you are. Of course if you'd prefer a Star Trek inspired look Try This.
Catch me on IRC: irc.freenode.net:6667 ##general-programming
Like my software? PLEASE DONATE so I can keep working on it.
Latest Blog Posts
By: Darkrose
This little project has grown quite a bit over the past few weeks, both from my own code and patches from others. This latest release sees some major improvements over the initial release.
csvDB now supports, INSERT, UPDATE, DELETE, and ALTER TABLE queries. As well as sub-queries in WHERE:
[code]
SELECT ... FROM
By: Darkrose
So the other day work I found myself working with a csv file and needing to know what the unique values of on of the columns was... much awk'ing and grep'ing ensued. Having decided this was non optimal I figured I needed to run an sql query on it; which
By: Darkrose
Just a quick update to FB-Mix, this is mostly to remove a deprecated function from the vte code; but while I was in there I did a bit of cleanup.
FB-Mix 04 is available on FB-Mix's Project Page.



