I hereby claim:
- I am jdoig on github.
- I am jamesdoig (https://keybase.io/jamesdoig) on keybase.
- I have a public key whose fingerprint is 3969 9C8A C169 BB2D 80C1 C892 4DEB 3CFD B920 BBE0
To claim this, I am signing this object:
| import sys | |
| import time | |
| from datetime import datetime, timedelta | |
| from random import randint | |
| STATES = { | |
| 'happy': lambda a: ('happy','prrrr') if not a else ( | |
| 'sad', 'pffft'), | |
| 'hungry': lambda a: ('happy', 'nom') if a == 'feed' else ( | |
| 'sad', "no I'm hungry!"), |
I hereby claim:
To claim this, I am signing this object:
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |