Skip to content

Instantly share code, notes, and snippets.

@fxdgear
fxdgear / pip.conf
Created September 9, 2011 18:36 — forked from jezdez/pip.conf
My ~/.pip/pip.conf. More information here: http://pip.openplans.org/configuration.html
[global]
default-timeout = 60
respect-virtualenv = true
download-cache = ~/.pip/cache
log-file = ~/.pip/pip.log
build = ~/.pip/build
[install]
use-mirrors = true
@fxdgear
fxdgear / gist:3146540
Created July 19, 2012 20:26
Template Choices
Something along these lines:
class SiteTemplate
name - Business user "friendly" name
path - The path to the actual template
type - ('style', 'boutique')
class SiteTemplateContext
"""
@fxdgear
fxdgear / malloc_readlink.patch
Last active September 29, 2015 10:11 — forked from rdnelson/malloc_readlink.patch
Checkinstall Malloc Patch