Archive for February, 2005

Dad’s Birthday - Inkscape

Happy Birthday Dad There is a wonderful program called Inkscape that is a SVG editor. My first image I made is a generic ticket that I needed:. The raw SVG can be found here for the time being. Once it gets sorted it can be found at Open Clipart.

APR (Apache Portable Runtime)

I have been taking a look at APR (the Apache Portable Runtime) library that Subversion and Apache webserver use as a helper library. I am impressed with how many features are included: Memory Pools, socket library, shared memory wrappers… Programming in C is low level compared to programming in Python or Ruby. [...]