I hereby claim:
- I am jcarbaugh on github.
 - I am jcarbaugh (https://keybase.io/jcarbaugh) on keybase.
 - I have a public key whose fingerprint is E091 3E44 E120 8073 5B9D C05E 08E1 D212 24F6 DCC0
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import sunlight.services.congress | |
| class PseudoService(object): | |
| def __init__(self): | |
| self.service = self.service_class() | |
| def __getattr__(self, name): | |
| attr = getattr(self.service, name) | 
| #!/bin/bash | |
| PORT=8000 | |
| IP=127.0.0.1 | |
| while getopts p: opt; do | |
| case $opt in | |
| i) | |
| IP=$OPTARG | |
| echo "Setting IP address to $IP" | 
| { | |
| format: "linked-data-api", | |
| version: "0.2", | |
| result: { | |
| _about: "http://environment.data.gov.uk/doc/bathing-water/ukl1702-36800.json", | |
| definition: "http://environment.data.gov.uk/meta/doc/bathing-water/_eubwid.json", | |
| extendedMetadataVersion: "http://environment.data.gov.uk/doc/bathing-water/ukl1702-36800.json?_metadata=all", | |
| primaryTopic: { | |
| _about: "http://environment.data.gov.uk/id/bathing-water/ukl1702-36800", | |
| country: { | 
| from saucebrush import emitters, filters, sources, stats | |
| import saucebrush | |
| import us | |
| CHAMBERS = {"House": "Rep", "Senate": "Sen"} | |
| STATES = [s.abbr for s in us.STATES] | |
| TERRITORIES = [t.abbr for t in us.TERRITORIES] | |
| class StateFilter(filters.ConditionalFilter): | 
| #!/usr/bin/env python | |
| import logging | |
| import os | |
| import random | |
| import sys | |
| import time | |
| import urllib | |
| import urllib2 | |
| logger = logging.getLogger("highfive") | 
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title></title> | |
| <link rel="stylesheet" href="static/css/bootstrap.min.css"> | |
| <link rel="stylesheet" href="static/css/sfapp.css"> | |
| <script type="text/javascript" src="http://use.typekit.com/tab6neo.js"></script> | |
| <script type="text/javascript">try{Typekit.load();}catch(e){}</script> | |
| </head> | 
| import base64 | |
| import hashlib | |
| import mimetypes | |
| import os | |
| import threading | |
| from boto.s3.key import Key | |
| from django.conf import settings | |
| from django.core.files.storage import get_storage_class | |
| from storages.backends.s3boto import S3BotoStorage | 
| $().ready(function() { | |
| var images = [ | |
| 'gingrich', | |
| 'huntsman', | |
| 'obama', | |
| 'paul', | |
| 'romney', | |
| 'santorum' | |
| ]; | 
| """ Generate an iCalendar file from the Frederick County, VA Government | |
| RSS feed of events. | |
| Requirements: | |
| feedparser | |
| icalendar | |
| """ | |
| from datetime import datetime | |
| import sys |