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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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 |