Skip to content

Instantly share code, notes, and snippets.

@gabrielhurley
gabrielhurley / nonprofit_account.txt
Created October 27, 2011 23:15
Nonprofit Account Request For California Revels
Hi folks,
Following up from our thread on Twitter, here's another attempt at
providing you the necessary info:
I am the technical lead for the California Revels (a non-profit arts
and community theater organization which has been operating in
Oakland, CA for 25+ years) and we would love to use GitHub to manage
the codebase and issue tracking for our upcoming website redesign.
@gabrielhurley
gabrielhurley / Horizon Architecture.rst
Created October 27, 2011 01:41
A proposal for a new long-term extensible architecture to meet the Horizon projects goals.

Horizon Architecture

Contents:

Values

@gabrielhurley
gabrielhurley / .pylintrc
Created September 4, 2011 02:34
PyLint config file that works reasonably well for linting Django files. Should be placed in ~/.pylintrc.
[MASTER]
# Specify a configuration file.
#rcfile=
# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
#init-hook=
# Profiled execution.