Skip to content

Instantly share code, notes, and snippets.

@tpoland
tpoland / bumpme
Last active September 7, 2018 17:38
Fri Sep 7 17:38:11 UTC 2018

Keybase proof

I hereby claim:

  • I am tpoland on github.
  • I am tpoland (https://keybase.io/tpoland) on keybase.
  • I have a public key ASB9VaIOMN4sb9swEToj3Ri3wUkxfv7TPB-cCLwttU_y7Ao

To claim this, I am signing this object:

@tpoland
tpoland / connect.rb
Last active September 28, 2016 20:33 — forked from crigor/connect.rb
Modified version of tpol's script. Uses mysql2 gem.
#!/usr/bin/ruby
# gem install mysql2 -v 0.3.12b6
require 'rubygems'
require 'json'
#require 'mysql'
require 'mysql2'
def usage