Skip to content

Instantly share code, notes, and snippets.

@dnprock
dnprock / index.html
Last active April 23, 2024 21:35
World Map
<!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 February 16, 2023 19:00
US States Map
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 960px;
height: 500px;
position: relative;
}
@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 July 10, 2018 21:29
US States Map - Choropleth plus Bar
<!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 August 28, 2015 07:31 — forked from enjalot/README.md
fork: OHIO Census Tract Map
@dnprock
dnprock / README.md
Created September 11, 2015 19:37
fresh block

hello markdown