Skip to content

Instantly share code, notes, and snippets.

@ctJemm
ctJemm / README.md
Created April 22, 2013 14:51 — forked from mbostock/.block

Testing a possible hash function for points (pairs of floating-point coordinates).

@ctJemm
ctJemm / README.md
Created April 22, 2013 14:47 — forked from mbostock/.block
@ctJemm
ctJemm / gist:5430530
Created April 21, 2013 18:27
Working on a bootstrap theme. Some colors to begin with.
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1em;
color: #12100d;
background-color: #ffffff;
}
a {