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.- Browse the git repository
- Or download the latest version as a gzipped tar archive .
-
Or clone it with
git clone http://jasondevita.com/git/calc.git.
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.- Browse the git repository
- Or download the latest version as a gzipped tar archive .
-
Or clone it with
git clone http://jasondevita.com/git/mxp.git.
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.- Browse the git repository
- Or download the latest version as a gzipped tar archive .
-
Or clone it with
git clone http://jasondevita.com/git/ls.git.
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.- Browse the git repository
- Or download the latest version as a gzipped tar archive .
-
Or clone it with
git clone http://jasondevita.com/git/wire.git.