Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
wget -qO - "$(
curl --silent "https://api.github.com/repos/mozilla/geckodriver/releases/latest" |
sed -n 's/ *"browser_download_url": *"\([^"]\+-linux64\.tar\.gz\)"/\1/p'
)" | tar xz
@Herst
Herst / .block
Last active February 19, 2018 17:55 — forked from mbostock/.block
Click vs. (a great deal of) Drag(ging)
license: gpl-3.0
@Herst
Herst / .block
Last active April 7, 2018 21:32
Stroke Waterfall
license: gpl-3.0
scrolling: yes
@Herst
Herst / index.html
Last active December 7, 2017 09:24
.block
license: CC-0
@Herst
Herst / .block
Last active December 30, 2020 13:47
Outline for <text> and various experiments with it [II]
license: gpl-3.0
height: 600
scrolling: yes
@Herst
Herst / .block
Created October 2, 2017 16:22 — forked from mbostock/.block
Pan & Zoom III
license: gpl-3.0
@Herst
Herst / README.md
Last active January 4, 2018 09:52 — forked from veltman/README.md
Argyle <pattern>

Infinite argyle with random ColorBrewer and d3 4.0 color scales.

Fork of but drawing into a pattern.

@Herst
Herst / .block
Last active November 29, 2023 12:25
Resizable Rectangles
license: gpl-3.0
@Herst
Herst / .block
Last active December 23, 2017 15:56
Outline for <text> and various experiments with it
license: gpl-3.0
height: 600
scrolling: yes
@Herst
Herst / .block
Last active November 12, 2017 13:39
setTimeout/setInterval experiment involving slow-downs
license: gpl-3.0