Skip to content

Instantly share code, notes, and snippets.

@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
@mbostock
mbostock / .block
Last active February 25, 2024 17:46
Closest Point on Path
license: gpl-3.0