I hereby claim:
- I am mreinhardt on github.
- I am mvchr (https://keybase.io/mvchr) on keybase.
- I have a public key whose fingerprint is A884 D983 549D B6E3 55D0 A57F B46A 1A02 7CEA 6BF0
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| """Tic Tac Toe game.""" | |
| PLAYER1 = True | |
| BOARD = [[1, 2, 3], | |
| [4, 5, 6], | |
| [7, 8, 9]] | |
| def show(board): |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| Espresso Libre by Mike Reinhardt 2011 | |
| based on Espresso Libre - by zolli - | |
| http://www.eclipsecolorthemes.org/?view=theme&id=45 | |
| Inspired by Ben Truyman's IR_Black translation | |
| and Darcy Clarke's blog post: | |
| http://darcyclarke.me/design/skin-your-chrome-inspector/ | |
| */ |