Ah yes, my wonderful little projects. Here you will find a list of all the projects that I am either working
on, started but have not finished, or consider more or less done. Feel free to browse the list and if there is
something you like, please try it, if it'll run, that is. Since I do not do this for a living yet, and most of
these I have made purely for my own use (I needed it so I made it), I do not put a lot of effort into ensuring that
they will work on multiple computers. I try my best where I can, but there are some things which are so easy to do
on one computer and hard on another that I just take the easier course (hey, who wouldn't?
).
Well, as I promised, here is the list:
- Wiser - Wiser is a robot for IRC written in PHP. If that has you confused don't worry. Visit Wiser's page and I will explain everything about IRC bots.
- LNote - LNote is a small text editor I wrote which is similar to the notepad program provided with windows. It does provide a few extra features that notepad lacks though and was written for the Linux platform rather than Windows.
- UAccess - UAccess is another small program I created, which will sit quietly on your desktop above all the other applications you are running waiting for you to input some text. It is a simple little text box which will perform some action when activated based on the text you enter.
- Splitter - Splitter is a small utility I created about a year ago when I first came to school at LCCC. It will take any file, split it into several small files, and reassemble the small files into the original large file.
- EasyDICT - This is a very simple program, which is a dictionary client. You tell it a word and it will connect to a server using the DICT protocol and bring back the definition of the word you enter.
- GtkSSH - This is a program I started to write, but still have to finish. It actually needs renamed because it is not a SSH client like the name would suggest, but rather a SCP client. It will, when finished, be a simple drag-n-drop enabled program for transferring files across the net using SCP.
- Animations - These are small programs that do nothing that create and enless animation. Some of them would make a good screen saver if I could figure out how to turn them into one. Currently the only animations deal with circles of balls, but eventualy I will probably make some more.
- Golf - Golf is a card game that I wrote for my CMAP 2990 (Game Programming) class in college. It is console based because that is what the class dealt with (it was an intro class) but it is still rather fun. I plan on possibly extending it to a GUI, but who knows if I'll actually get it done.
- SpiderMonkey - This is a project dedicated to my experiementation with the SpiderMonkey JS Engine, produced by the Mozilla Cooporation. I've been taking time occasionally to learn how to develop using SpiderMonkey and have documented my experiences. I am also offering for download a Javascript interpreter containing some pre-defined objects, allowing for some simple scripting of tasks.


