Skip to content

Instantly share code, notes, and snippets.

View Jbonnett's full-sized avatar

Joshua Bonnett Jbonnett

View GitHub Profile
@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.

Debian on ThinkPad W540

This is a short write-up of my experiences with installing Debian on a ThinkPad W540.

All commands should be run as root, unless indicated otherwise.

Table of Contents

Debian Install Notes

@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