6  
the archive  021016
I've been using and programming computers for quite a few years by now. During this time I have completed few projects, but I have started many. Some of them I consider a bit more worthy of getting used or tinkered with than others. Or just more fun. You won't find any project I currently maintain on this page. Look at the links above for those.
 
mirc projects  021017

FTP Client 1.0, 30000 bytes of scripting.
Passive DCC Send - A unique mIRC addon, uses mIRC's passive DCC protocol extension to allow DCC sends from behind NAT firewalls. I have hopes this feature will be built into future versions of mIRC. For mIRC 5.71 and above.
FTP Client - A full featured FTP client in a picture window, weighing in at 30kb of script. Supports bookmarks and multiple connections. Built to be a showcase for g2. For mIRC 5.51 and doesn't work at all in later versions.
g2 Widget Set - A set of visual components, buttons, editboxes, and so on, for mIRC picture windows. The event engine is what sets this apart. It's small, it's fast, it's completly modular, and it's smart. It's also old and not entierly complete. For mIRC 5.61.
Fast Clone Scanner - When I made this it was as a demo of a completly new way of scanning for clones in mIRC, by using a sorted list window. It was way faster and more reliable than the old way, but nowadays mIRC has grown hash tables. For mIRC 5.7.
nADa - My first and only full mIRC script. I was new to mIRC scripting when I started this, and it shows. For mIRC 5.02.

 
fractal projects  021029

Mandel Master 2, a small Mandelbrot set browser built with Java and Swing.
Mandel Master - This was part of my "specialarbete" (exam project) in high school. It was my first Java project and it's a Mandelbrot set browser which works fine in a web browser. I still like the interface of this one.
Mandel Master 2 - This is the latest and last version of Mandel Master. It actually has less features than the original, but the code is a good deal cleaner and it uses Swing instead of the AWT. This wasn't completed, but what is there mostly works even though it's possible to hang it since it lacks synchronization primitives in a crucial spot, or two.
Fractal Mania - An even older fractal browser. Not my first, but my fastest. This one has the core written in optimized x86 ASM utilizing the x87 instruction set. My commented ASM code is a sight to behold. This was developed using Borland C++ under DOS and the files included are mostly a straight dump of the development directory.

 
misc. projects  021029
If your web browser supported Java this would work.
Slide Puzzle, press 's' to reshuffle, 'h' for help.
Slide Puzzle - A slide puzzle in Java where the object is to put the bricks in the correct order, from top left to bottom right. Made in Java for a class in graphical user interface programming.