Skip to content

Instantly share code, notes, and snippets.

View hoffmanc's full-sized avatar

Chris Hoffman hoffmanc

View GitHub Profile
from itertools import permutations, imap, product
from datetime import datetime, timedelta
from random import random, choice
import string
basetime = datetime(2010,5,5)
airports = map(lambda a: ''.join(a), permutations(string.ascii_uppercase, 3))
flights = []
for i in xrange(1,500000):
td = timedelta(
def hover
puts "hello"
end
@hoffmanc
hoffmanc / _.md
Created August 14, 2014 14:41
test
@hoffmanc
hoffmanc / _.md
Created August 14, 2014 14:41
test