Skip to content

Instantly share code, notes, and snippets.

@atestu
atestu / top-players-2013.py
Created January 25, 2014 17:32
Using nfldb to get the top players in the NFL in 2013
import nfldb
import json
from pprint import pprint
db = nfldb.connect()
q = nfldb.Query(db)
q.game(season_year=2013).player()
print json.dumps(map(lambda pp: {
category value sector
UK production emissions 632 UK
Carbon flows from EU 88 EU
Carbon flows to EU -61 EU
Carbon flows from other Annex 1 82 Annex 1
Carbon flows to other Annex 1 -39 Annex 1
Carbon flows from non-Annex 1 104 Other non-Annex 1
Carbon flows from non-Annex 1 64 China
Carbon flows to non-Annex 1 -25 Non-Annex 1
UK consumption emissions 845 UK
@erikh
erikh / hack.sh
Created March 31, 2012 07:02 — forked from DAddYE/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#