Skip to content

Instantly share code, notes, and snippets.

View paulgb's full-sized avatar

Paul Butler paulgb

View GitHub Profile
@paulgb
paulgb / index.html
Created February 10, 2013 20:56 — forked from wrr/index.html
<!DOCTYPE html>
<!-- By Jan Wrobel (http://mixedbit.org) -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Random walk</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>