Hackin' Code and Such...
I do spend a good chunk of my time writing code.
Usually it's relatively low-level functionality - I get a lot of satisfaction from robust code that higher software layers can safely rely upon.
But that's not what I want to share with you.
You'd probably find it boring.
Here's a few things that might actually be useful to other people:
-
makewebgallery.sh
- this script converts a directory of images into a gallery.
It uses
convert to make thumbnails and generates an html page for each images as well as a gallery.html file to act as an index.
-
autogen.c
- this is the program I use to maintain my webpage.
It uses a layout file layout.html to create a template and source file source.txt to populate each individual page.