Skip to content

Instantly share code, notes, and snippets.

View apcj's full-sized avatar

Alistair Jones apcj

  • Neo Technology
  • London
View GitHub Profile
@apcj
apcj / index.html
Created January 25, 2012 13:42
Sharding picture - inside-out
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Shards and Machines</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?2.7.1"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.geom.js?2.7.1"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.layout.js?2.7.1"></script>
<style type="text/css">
@apcj
apcj / index.html
Created January 24, 2012 16:51 — forked from enjalot/index.html
Shards and Machines
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Shards and Machines</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?2.7.1"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.geom.js?2.7.1"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.layout.js?2.7.1"></script>
<style type="text/css">
@apcj
apcj / index.html
Created January 24, 2012 08:26 — forked from mbostock/README.md
Radial Node-Link Tree in D3
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Node-Link Tree (Radial)</title>
<script type="text/javascript" src="https://github.com/mbostock/d3/raw/2c030290457a4eac0efe34b1c7a61a29997ac3ef/d3.js"></script>
<script type="text/javascript" src="https://github.com/mbostock/d3/raw/2c030290457a4eac0efe34b1c7a61a29997ac3ef/d3.layout.js"></script>
<style type="text/css">
circle.node {