Skip to content

Instantly share code, notes, and snippets.

View BBischof's full-sized avatar

Bryan Bischof BBischof

  • current: Hex | prev: Weights and Biases, Stitch Fix, Blue Bottle, QuasiCoherent Labs, IBM
  • Berkeley, California
  • X @bebischof
View GitHub Profile
@BBischof
BBischof / pathlike_dict_access.py
Last active August 26, 2016 01:17
A convenient path-lookup script for python dictionaries
import sys, csv, itertools, json
#inspired by http://stackoverflow.com/questions/14692690/access-python-nested-dictionary-items-via-a-list-of-keys
# Testing dictionary
D = {
"a": {
"aa": {
"aaa": 1,
"aab": 2
},
@BBischof
BBischof / .block
Last active August 18, 2016 00:13
Swimlane Chart using d3.js
license: gpl-3.0
@BBischof
BBischof / .block
Last active August 17, 2016 23:54
d3.layout.timeline categorized timelines
license: gpl-3.0
@BBischof
BBischof / .block
Created August 17, 2016 23:41
Sankey Particles II
license: gpl-3.0
@BBischof
BBischof / .block
Last active August 17, 2016 23:34
Recidivist Sequences Icicle (Reverse)
license: gpl-3.0
@BBischof
BBischof / .block
Last active August 17, 2016 21:19
Recidivist Sequences Icicle
license: gpl-3.0
@BBischof
BBischof / .block
Last active August 17, 2016 21:13
Recidivism Transitions Chord Diagram
height: 1000
@BBischof
BBischof / .block
Last active July 31, 2016 01:58
Violations 2012 calendar view (d3 dropdown)
license: gpl-3.0
@BBischof
BBischof / .block
Last active July 31, 2016 01:59
Housing Violations Data - 2012 (d3 dropdown)
license: gpl-3.0
height: 700
scrolling: yes
@BBischof
BBischof / .block
Last active July 30, 2016 21:08
Emoji Timeline for Cultural References in Murakami v4 update
license: gpl-3.0