Skip to content

Instantly share code, notes, and snippets.

View ngehlenborg's full-sized avatar
🧪
🍋➡️🥤

Nils Gehlenborg ngehlenborg

🧪
🍋➡️🥤
View GitHub Profile
@ngehlenborg
ngehlenborg / fiddle.css
Last active February 23, 2016 03:57 — forked from flekschas/data.js
Caleydo Web Tutorial - AngularJS heatmap integration
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
$colorBlindBlue: #50b4e9;
$colorBlindYellow: #f0e442;
$colorDirectHoverBg: #ccc;
$colorIndirectHoverBg: #e5e5e5;
$colorSelectedBg: $colorBlindYellow;
#app {
import re
import sys
import csv
import json
import urllib2
from datetime import datetime
from collections import defaultdict as dd