URI:
       
       [ code ]
       
       Small scripts and utilities I've written along the way.
       Nothing fancy, mostly tools built to scratch a specific
       itch. Take what's useful.
       
       
  TEXT visits_report.py
       Reads a log, does IP lookups for location and
       hostname, and generates a self-contained
       HTML file with a map and detailed visitor log.
       
  TEXT gopher-test.cpp
       App that connects to a gopher server with a path
       specified and prints the raw returned data. Useful
       for debugging gophermaps and scripts.