C O D E
. . . . . . . . . . . . . . .
I've written some code in my life. Here are a couple of bits that might
be generally useful.
My Basic Perl Building Blocks
These are the latest versions (circa mid 2007) of my starting point for
most of my online programming. They're intended to be used together and
make for a very simple, very flexible, yet reasonably powerful set of
web development tools.
I originally developed these for use on the currently defunct Indegarden site. I used early version of them at
PayMe, and later I brought these refined
version to Zappos.
More recently I used them to build out Sophia Field Photography and One Hot Pair.
counter.pm
A simple and configurable web counter. Niceties include easy
color configuration from HTML, and swift mod_perl code. This is the counter you
see in the bottom right corner of the front page. You will need to have an
Apache/mod_perl server, Apache::Request, and GD-1.19 to use it.
log_check.pl
Poor man's log analysis. Provides unique IPs, unique URLs, URLs per IP,
and top ten (unique visits only). Excludes images and combines query strings.
BouncingBoxes.class
This was the first somewhat interesting thing I did with Java. Just
eye candy, really. If you want to see
what another month of effort produced, check out Invasion of the
Quadropus. There's some brief notes about it on the
projects page.
|