Invasion of Privacy

A few years back a friend ‘borrowed’ a junky logitech quickcam express from work and gave it to me. I could never get it to work under either Mac of Linux–there were only Windows drivers available. Well, I discovered this morning that at some point someone must have figured out how to reverse engineer […]

Renaming Files with RegEx

I finally found a good command-line solution for batch renaming files, and would always end up writing some damn overly complex tcsh foreach loop. This short perl script basically just wraps Perl pattern matching into a file renamer shell script, but its quick and handy for those familiar with that type of syntax.
[kaffe:~/screenshots] matthew% […]