Archive for November, 2006

Mouse

Saturday, November 25th, 2006

Thought I’d post this mouse. It’s the first SVG drawing I did.

As with all my images, this is available under a CC attribution / share-alike license.

A Pop Client

Monday, November 20th, 2006

This is ported from CL-POP, which is written by Brian Sorg and is gratifyingly easy to port. Not sure if that is because of Brian’s good code, because POP is a very simple protocol, or because of the cousinly similarity of Lisp and Smalltalk.
pop.tgz.
Also contained in the archive is an example script which deletes mail [...]

My First Scheme Program!

Sunday, November 12th, 2006

I was following a Photoshop tutorial for creating Lichenstein-style images when I realized that it was using a built-in filter, which GIMP lacks… so I wrote one.
Halftone dots version 1.
I haven’t wrapped it up with the script-fu stuff, so if you want to run this for yourself, you have to run the (define)s first, then [...]