I have written some code for my own use, and here I make it available. You are free to use/modify/distribute them according to the LICENSE.

calc

calc is a simple command-line RPN calculator written in c. It can do all the basic calculator functions plus store variables. I hope to one day include loops and other more advanced features.

mxp

MXP is a simple web-based expenses tracker. It allows one to track expenses to see how much money one has left. It can do some simple categorizations and reports. It is written in ruby with no client side scripting, so that it can run even on a phone browser.

ls.rb

ls.rb is a ruby frontend to the unix function /bin/ls which allows for directories to appear first. It probably would have been easier to just modify the ls source code, but oh well.

wire

wire is a ruby program for connecting to a wireless netowrk. It has a very simple command-line interface that makes connecting quick and easy, even when in console mode. It works very well, and now supports wpa encrypted networks.