Skip to content

Instantly share code, notes, and snippets.

View Jbonnett's full-sized avatar

Joshua Bonnett Jbonnett

View GitHub Profile
### Keybase proof
I hereby claim:
* I am jbonnett on github.
* I am jbonnett (https://keybase.io/jbonnett) on keybase.
* I have a public key ASDDKnKY71SfY65w9Y7EWQYc3sBYSC7FaGHCbQ_Xk6G1Xgo
To claim this, I am signing this object:
@Jbonnett
Jbonnett / LargeProjects.md
Created April 3, 2014 07:30
Thoughts on large projects

Large software development projects are not like mountains that you climb to the top of, get that rush of accomplishment, and move on. Large pieces of software are like climbing a stair master. It simply never ends. Even once its DONE, there is maintenance work.

@Jbonnett
Jbonnett / cloudsearch.py
Created May 8, 2012 23:59 — forked from kopertop/cloudsearch.py
Modified version of cloudsearch.py: https://gist.github.com/2367039#file_cloudsearch.py ADDED python 2.6 support
"""
Modified version of cloudsearch.py as provided by https://gist.github.com/2367039#file_cloudsearch.py
"""
from math import ceil
import time
import json
import re
import boto
import boto.jsonresponse