Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@jimiray
jimiray / gratitude_journal.md
Last active September 12, 2016 15:39
Gratitude Journal in Markdown

I am grateful for:

  1. One
  2. Two
  3. Three

What would make today great?

  1. One
  2. Two
  3. Three
@jimiray
jimiray / reading_list.md
Last active September 25, 2015 11:43
My Reading List

Keybase proof

I hereby claim:

  • I am jimiray on github.
  • I am jimiray (https://keybase.io/jimiray) on keybase.
  • I have a public key whose fingerprint is 97CA EF12 4177 758A F874 9BA1 EE81 D003 73D8 06E7

To claim this, I am signing this object:

@jimiray
jimiray / instrumental.go
Last active December 15, 2015 13:59
Submitting to instrumental via Go
package main
import (
"fmt"
"net"
"bufio"
"time"
)
const apiKey string = "your api key"