-
[iPhone] Glucose
iPhone application for recording glucose measurements
-
mod_log_dbd
Apache 2.X module for logging to a database using the APR DBD framework
-
List Manager
Thunderbird Extenstion for managing mailing lists
-
QProg
A graphical version of the Pocket Programmer for Mac OSX, Windows, FreeBSD and Linux.
-
Common Data System
An attempt to make a file system that is more data oriented, i.e. it "knows" what its storing as opposed to just keeping a collection of assorted bits. It will also natively support tables, links, networking (mounting, mirroring, caching, synchronization), search directories (a predefined search, the results of which look like a directory).
-
PIC Resources
Some of the PIC files that I've put together while working on various projects.
-
Home Automation and Control System
-
Pocket Programmer
An interface app originally written for Tony Nixon's Pocket programmer. Support for the offspring of the Pocket as sold by Kitsrus has been added.
-
Vectors, Matrices and Quaternions
This is a simple C++ vector library that I've been working on as needed. Its not complete, it only includes vectors with 2,3 and 4 elements, 3x3 matrices and quaternions. It is however fast (for C++), flexible and easy to use. There are still a lot of improvements to be made, I've only added the functions/operators that I've needed so far, and some of the functions would benifit from being inlined. If you'd like to use this but need some currently unsupported functionality either add it (and send it to me) or ask me and maybe I'll get to it. NOTE:I keep fiddling with this so I'm not posting the source. I you want a copy of the library, email me NOTE2: I'm currently turning this into a C/C++ library.
-
C/C++ Compiler Extensions
This is an idea I got just the other night. I do a lot of programming that deals with scientific and engineering stuff (I'm an aerospace engineer) and I'd like to have a compiler that natively supports units typechecking and can automatically handle conversions in the same way that converisons from say, int to double are handled. I haven't found a compiler that does this yet, so I may have to modify one to my needs. Help would be greatly appreciated. I have some other ideas too.