warez
Here are some of my software projects I thought could be worth showing the world. Everything is lisenced under GNU GPLv2.0 or later, unless otherwise noted.
Oh, if you wound up here while looking for actual warez, please take a look at this.
Alan Compiler
This is a small compiler written in OCaml for my Compilers course during 2006. It was written by Kostas Pouliasis and myself and it incorporates some code given to us by our course professor Nikos Papaspyrou.
The specifications of the Alan programming language can be found here (in Greek).
MySQL Browser
A petit Java application I wrote in a weekend in February 2007 to get my hands dirty with the Swing toolkit. It can connect to MySQL databases and browse the content of tables. I have also written a full manual and source code walkthrough, available here (in Greek).
JavaPegSoloSolver
A peg solitaire solver, written in Java during 2005 as an AI course project. I implemented various search algorithms and various heuristic functions. However it lacks a GUI and is completely console based. No guarantees of efficiency…
qTelnet
Another petit Java application I wrote in August 2007 to get my hands dirty with Trolltech’s QT Jambi. qTelnet allows a user to connect to a server’s port, send TCP messages to it and inspect the server’s responses.