Skip to content

Instantly share code, notes, and snippets.

View dentearl's full-sized avatar

Dent Earl dentearl

View GitHub Profile
@dentearl
dentearl / haiku.py
Created August 23, 2012 21:31 — forked from hasenj/haiku.py
Heroku-ish name generator, Python
from random import choice
def heroku(hex=False):
# modified by @dentearl https://gist.github.com/3442096
# who forked from @hasenj https://gist.github.com/3205543
# who forked from: @afriggeri https://gist.github.com/1266756
# example output:
# 'golden-horizon-2076'
adjs = ['afternoon', 'aged', 'ancient', 'autumn', 'billowing',
'bitter', 'black', 'blue', 'bold', 'broken',
'calm', 'caring', 'cold', 'cool', 'crimson',