Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am ggerrietts on github.
  • I am ggerrietts (https://keybase.io/ggerrietts) on keybase.
  • I have a public key ASDmQNFn_Z7L9iWPA-NeSXs4pCK7XJaEwvN4M_grb-NaVgo

To claim this, I am signing this object:

#!/usr/bin/env python
import types
import MySQLdb as mdb
HOST='localhost'
USER='root'
PASS='lol'
class MicroDb(object):
_connections = {}
@ggerrietts
ggerrietts / gist:abe1098399278b43fc45
Created September 24, 2014 15:58
CSV for refactoring challenge
worker_name,worker_email,issues_closed,manager_email
Ed Ed,[email protected],1 2 4 5 7,[email protected]
Tom Jones,[email protected],3 8 10,[email protected]
Fred Smith,[email protected],6 9,[email protected]