Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ajschumacher's full-sized avatar

Aaron Schumacher ajschumacher

View GitHub Profile
@ajschumacher
ajschumacher / README.md
Last active January 5, 2022 23:30 — forked from mbostock/.block
Interactive D3 view of sklearn decision tree
@ajschumacher
ajschumacher / build_logins.sh
Last active March 6, 2018 19:29 — forked from JoshData/build_logins.sh
script for making users for multi-user RStudio
#!/bin/bash
# Start an AWS instance with one of the AMIs provided by:
# http://www.louisaslett.com/RStudio_AMI/
#
# Get this script and make executable.
# wget THE_RAW_URL
# chmod +x build_logins.sh
#
# Then use this script to create many logins on the system.
@ajschumacher
ajschumacher / README.md
Last active December 14, 2015 18:09 — forked from mbostock/.block
NYC Subway Usage

This shows New York City subway usage based on turnstile data. Hovering over a day shows the number of entries through subway turnstiles in that day.

Notice the clear effects of hurricanes Irene and Sandy.

More details and source code available. Visualization based (heavily) on Mike Bostock's excellent example.