Python
Projects/Python/SmallTools/netapp_filer_cifs_enum.py - Another CLI tool for enumerating the in-use CIFS shares with identification of hostname and user. It's useful for debugging NFS vs. CIFS permissions issues when logins use both Windows and Unix servers, a common issue is that CIFS permissions will trump NFS, so even though the file permissions look right on UNIX, the filer won't allow writes.
Projects/Python/SmallTools/ethertally.py - A CLI tool to sniff traffic and tally up unique ethernet addresses and data sources.
Projects/Python/DSP - Digital signal processing in Python
Notes
Python/MagicNumber - A little blurb on PYC magic numbers
Python/AST - A breakdown of AST and some pointers