Personal Project
I decided I liked the idea of writing a program to parse my squid access.log so that I could categorize the web requests that were passing through my proxy using shallalist (http://www.shallalist.de/). If I succeeded and cross-referenced the information with time and IP, I could start doing all kinds of cool little analytics to get a handle on the day to day traffic that I'm seeing.
I figured I'd start with a "proof of concept" which you'll find below. I attempted to write for speed, rather than memory usage. This code took just ...
Personal Project