Share Convert SVN to Mercurial (Script) Notes-To-Self Python Below is a simple Python script that will traverse your online SVN repo and run the...Read More Dec 4 374 0 by Dave Lasley
Share Determine Which Modules Are In A Package – Python Notes-To-Self Python Below is a method to enumerate Python modules located in a directory: import pkgutil def get_pkg_modules(pkg_path,...Read More Oct 10 222 0 by Dave Lasley
Share Mercurial/Trac Changeset Hook Notes-To-Self Python Trac Below is a Mecurial changegroup hook to modify tickets on a remote Trac instance using XML-RPC....Read More Oct 2 279 0 by Dave Lasley
Share Performance Metrics – Apache vs Nginx Notes-To-Self Python Web We just deployed Nginx as a forward proxy for our production server. Before deploying, we took...Read More Sep 4 540 0 by Dave Lasley