Skip to content

Instantly share code, notes, and snippets.

View bbhart's full-sized avatar

Brian Hart bbhart

View GitHub Profile
@bbhart
bbhart / gist:0af158965406ce5398d2
Created December 22, 2015 23:45
VR Company Name Creator
import re
import urllib2
match = "^.{3,}v.r$"
try:
words_url = "http://www-01.sil.org/linguistics/wordlists/english/wordlist/wordsEn.txt"
f = urllib2.urlopen(words_url)
for line in f:
m = re.search(match, line.strip())
if m:

Keybase proof

I hereby claim:

  • I am bbhart on github.
  • I am bbhart (https://keybase.io/bbhart) on keybase.
  • I have a public key whose fingerprint is C327 6EE3 9DE8 923D AEE9 8BBE 3AE5 4563 C307 9BBE

To claim this, I am signing this object: