Skip to content

Instantly share code, notes, and snippets.

View bernatfp's full-sized avatar
🎯
Focusing

Bernat Fages bernatfp

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am bernatfp on github.
  • I am bernat (https://keybase.io/bernat) on keybase.
  • I have a public key ASAlyALPHpfbFi2V0ulmlEfmhiFci1j20sM67J7pcGPXSwo

To claim this, I am signing this object:

@bernatfp
bernatfp / cryptoticker.go
Created February 20, 2014 12:58
This is a small command line utility that displays last trade price in USD for Litecoin and Bitcoin in BTC-E.
package main
import (
"fmt"
"io/ioutil"
"net/http"
"encoding/json"
"time"
)
@bernatfp
bernatfp / HelloWorld.ipynb
Created February 9, 2014 00:02
Trying IPython Notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.