TTT (TrueType tracer)
PalmShot
HTC PocketPutty
REALIZE for AutoCAD (G-Code export)
My CNC machinery
PCB Manufacturing
My stepper drivers
Sherline lathe conversion
Image to G-Code conversion
STL to DXF conversion
Historical IBM AT stuff
A few of my homemade clocks
About this site
Coming soon?
Email the author: chris@timeguy.com GPG Public Key
#include <stdio.h> int main(void) { float d=0.0; d+=0.1; d-=0.1; printf("%g\n", d); return 0; }