A random link Home Contact   
   
   
   

Inkscape

extending Inkscape with Python
guitar body template tracing

switching to linux

webify
chasing unstable
dual boot

web programming miscellany

rgb_hsv.php
Converts RGB colorspace to HSV colorspace and back. Based upon these Color Conversion Algorithms.
wav_rgb.php
Converts wavelength of light to approximate RGB values. Based upon wavelen2rgb.py.
ffgeom
My infantile geometry library in php and javascript. I learned much from Paul Bourke's Geometry Pages.
md5
Creates an MD5 hash of a string. Uses Henri Torgemane client-side javascript md5 functions.
base64
Encodes and decodes base64 encoded strings. The base64 functions came from a forum.
URL encoding
Encodes and decodes URL encoded strings. The URL encode functions came from a Albion Research.
Inkscape SVG converter
A simple interface to the following. Upload SVG; download PDF or DXF.
SVG and PDF path data editor
For doing the sorts of path manipulations that only I want to do.
intersect
Calculates intersection of two lines using ffgeom.
bezier curve fitting
An attempt to rewrite Jim Fitzsimmons' bezier curve fitting program found at Don Lancaster's Guru's Lair from basic to javascript.
bezier curve splitting
Splits bezier curve at t by DeCastlejau's method using ffgeom.
     
   
   
Home Contact