Skip to content

Instantly share code, notes, and snippets.

View statico's full-sized avatar

Ian Langworth ☠ statico

View GitHub Profile
@statico
statico / settings_local.py
Created March 29, 2011 18:29
Additions to settings_local.py
# Change these to your libgeos paths!
GEOS_LIBRARY_PATH = '/opt/local/lib/libgeos_c.dylib'
GDAL_LIBRARY_PATH = '/opt/local/lib/libgdal.dylib'
GEOIP_LIBRARY_PATH = '/opt/local/lib/libGeoIP.dylib'
GEOIP_PATH = '/opt/local/share/GeoIP/'
# Disable compression if you need to debug JavaScript. You need to set both.
COMPRESS = False
ASSETS_DEBUG = True
#!/usr/bin/env python
#
# fancyoutput.py - quick functions to make script output pretty
#
# by Ian Langworth, 2010
#
# This code is in the public domain.
#
import sys
@snb
snb / virtualbox_ports.png
Created January 24, 2010 01:46
virtualbox serial console
virtualbox_ports.png