Skip to content

Instantly share code, notes, and snippets.

@dobbs
dobbs / README.md
Last active August 29, 2015 14:05 — forked from mbostock/.block

Mouseover to repel nodes. Adapted from an adaptation of Mike Bostock's talk on force layouts.

Trying to get collision detection of rectangular objects.

@dobbs
dobbs / zzz_pow.conf
Created November 27, 2012 14:14 — forked from soupmatt/zzz_pow.conf
Apache reverse proxy config for pow
<VirtualHost *:80>
ServerName pow
ServerAlias *.dev
ServerAlias *.xip.io
ProxyPassMatch ^/~ !
ProxyPass / http://localhost:20559/
ProxyPassReverse / http://localhost:20559/
ProxyPreserveHost On
</VirtualHost>