Skip to content

Instantly share code, notes, and snippets.

@dnprock
dnprock / README.md
Last active August 28, 2015 07:31 — forked from enjalot/README.md
fork: OHIO Census Tract Map
@dnprock
dnprock / README.md
Last active August 29, 2015 14:00
seattle 2012

Seattle Temperature.

@dnprock
dnprock / force.csv
Last active August 29, 2015 14:01 — forked from d3noob/.block
source target value
Harry Sally 1.2
Harry Mario 1.3
Sarah Alice 0.2
Eveie Alice 0.5
Peter Alice 1.6
Mario Alice 0.4
James Alice 0.6
Harry Carol 0.7
Harry Nicky 0.8
.line {
fill: none;
stroke: #4682b4;
stroke-width: 1.5px;
}
.area {
fill: #EDE624;
}
@dnprock
dnprock / README.md
Last active August 29, 2015 14:23 — forked from davetaz/README.md

From Wikipedia:

Epicyclic gearing or planetary gearing is a gear system consisting of one or more outer gears, or planet gears, revolving about a central, or sun gear. … Epicyclic gearing systems also incorporate the use of an outer ring gear or annulus, which meshes with the planet gears.

Use the menu in the top-left to change the frame of reference, fixing the specified gear in-place.

@dnprock
dnprock / index.html
Last active August 29, 2015 14:23
US States Map with Dropdown Selector
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 960px;
height: 500px;
position: relative;
}
@dnprock
dnprock / index.html
Last active August 29, 2015 14:23
US States Map - Side by Side
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 1100px;
height: 500px;
position: relative;
}
@dnprock
dnprock / index.html
Last active August 29, 2015 14:24
Multiple CSVs
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
position: relative;
}
</style>
@dnprock
dnprock / README.md
Last active September 10, 2015 22:51 — forked from mbostock/.block

From Wikipedia:

Epicyclic gearing or planetary gearing is a gear system consisting of one or more outer gears, or planet gears, revolving about a central, or sun gear. … Epicyclic gearing systems also incorporate the use of an outer ring gear or annulus, which meshes with the planet gears.

Use the menu in the top-left to change the frame of reference, fixing the specified gear in-place.