This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
import sys | |
import csv | |
import json | |
import urllib2 | |
from datetime import datetime | |
from collections import defaultdict as dd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700); | |
$colorBlindBlue: #50b4e9; | |
$colorBlindYellow: #f0e442; | |
$colorDirectHoverBg: #ccc; | |
$colorIndirectHoverBg: #e5e5e5; | |
$colorSelectedBg: $colorBlindYellow; | |
#app { |