Skip to content

Instantly share code, notes, and snippets.

View mreinhardt's full-sized avatar

Michael Reinhardt mreinhardt

  • Torrance, CA
View GitHub Profile
#!/usr/bin/env python
"""Tic Tac Toe game."""
PLAYER1 = True
BOARD = [[1, 2, 3],
[4, 5, 6],
[7, 8, 9]]
def show(board):
@mreinhardt
mreinhardt / keybase.md
Created April 14, 2015 07:26
keybase.md

Keybase proof

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:

@mreinhardt
mreinhardt / espresso_libre.css
Created September 9, 2011 20:16
Espresso Libre CSS translation for Chrome Inspector
/*
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/
*/