Skip to content

Instantly share code, notes, and snippets.

@mbostock
mbostock / .block
Last active October 23, 2024 17:48
Closest Point on Path
license: gpl-3.0
@bmschmidt
bmschmidt / gist:1eedbc2bcd21e059af4d
Last active August 29, 2015 14:19
Use Python instead of Apache to host a Bookworm
mkdir GUI
make linechartGUI webDirectory=GUI
git clone http://github.com/Bookworm-Project/BookwormAPI GUI/cgi-bin
git clone http://github.com/bmschmidt/BookwormD3 GUI/BookwormD3
cd GUI; python -m CGIHTTPServer 8000