Skip to content

Instantly share code, notes, and snippets.

View benwyrosdick's full-sized avatar

Ben Wyrosdick benwyrosdick

View GitHub Profile

Keybase proof

I hereby claim:

  • I am benwyrosdick on github.
  • I am benwyrosdick (https://keybase.io/benwyrosdick) on keybase.
  • I have a public key whose fingerprint is D0B7 8828 F708 2DEA BB9D 56DD 6BF4 F9E6 2076 AFF3

To claim this, I am signing this object:

@benwyrosdick
benwyrosdick / .bashrc
Created December 4, 2014 14:34
Tab complete on git branch checkouts
function co {
git checkout $1
}
function _co {
local cur branches
[ -d .git ] || return 0
eval 'COMPREPLY=()'
[
{
"name": "Tiger Nixon",
"position": "System Architect",
"salary": "$320,800",
"start_date": "2011/04/25",
"office": "Edinburgh",
"extn": "5421"
},
{
@benwyrosdick
benwyrosdick / Gemfile
Last active February 5, 2016 00:56
Password Protected Static Rack Site
gem 'rack'
curl -X POST 'http://colormind.io/api/' --data-binary '{"model":"default"}'