Skip to content

Instantly share code, notes, and snippets.

@ThomasThoren
ThomasThoren / .block
Last active February 24, 2016 02:38
Salaries visualization I
height: 550
@ThomasThoren
ThomasThoren / _README.md
Last active December 1, 2023 21:18
Public records requests
@ThomasThoren
ThomasThoren / .block
Last active January 19, 2018 16:52
Texas map
height: 725
@ThomasThoren
ThomasThoren / .block
Last active October 1, 2017 20:38
New York Times map reproduction II
height: 1000
@ThomasThoren
ThomasThoren / README.md
Created April 5, 2016 01:12
FiveThirtyEight text animation
@ThomasThoren
ThomasThoren / .block
Last active April 12, 2016 14:16
FiveThirtyEight NBA chart
height: 700
border: no
# Default Makefile
# Save as ~/.Makefile or similar and use as starting point for new Makefiles.
PROJECT_DIR=`pwd`
# Keep intermediate files
.SECONDARY:
.PHONY: help
@ThomasThoren
ThomasThoren / _README.md
Last active March 9, 2019 19:25
Web browsers

jq

Docs: https://stedolan.github.io/jq/

Download sample JSON data from the City of Austin. This contains traffic light data.

$ curl -o data.json https://data.austintexas.gov/resource/fs3c-45ge.json
@ThomasThoren
ThomasThoren / _README.md
Last active June 17, 2016 21:44
Intro to SQL (IRE 2016)