Skip to content

Instantly share code, notes, and snippets.

View rfilmyer's full-sized avatar
😌
Vibing

Roger Filmyer rfilmyer

😌
Vibing
View GitHub Profile
@rfilmyer
rfilmyer / throwverwatch_run.sh
Created July 31, 2017 20:56
Batch process pre-downloaded HTML files through Throwverwatch
for f in html/*.html; do
name=`echo $f | grep -o "[0-9]\{4\}\.[0-9]\{2\}\.[0-9]\{2\}-[0-9]\{2\}\.[0-9]\{2\}\.[0-9]\{2\}"`
echo $name
python ../throwverwatch --from $f --date $name
done
@rfilmyer
rfilmyer / index.html
Last active June 7, 2019 21:41 — forked from adg29/index.html
Animate path on Leaflet map using D3 v5
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v5.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-Rksm5RenBEKSKFjgI3a41vrjkw4EVPlJ3+OiI65vTjIdo9brlAacEuKOiQ5OFh7cOI1bkDwLqdLw3Zg0cRJAAQ=="
crossorigin=""/>
@rfilmyer
rfilmyer / Pugh Poll.ipynb
Created August 8, 2019 16:43
Poll of the family for the 2020 Democratic Primary
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.