Skip to content

Instantly share code, notes, and snippets.

@syntagmatic
syntagmatic / README.md
Last active August 27, 2015 12:41
Octaplex
View README.md
@syntagmatic
syntagmatic / 120cell.ascii
Last active August 27, 2015 18:33
Dodecaplex
View 120cell.ascii
600
1.85123 0.27009 0 0.707106
1.85123 -0.27009 0 0.707106
1.85123 0.437016 0.437016 0.437016
1.85123 -0.437016 0.437016 0.437016
1.85123 0 0.707106 0.27009
1.85123 0.437016 -0.437016 0.437016
1.85123 -0.437016 -0.437016 0.437016
1.85123 0 -0.707106 0.27009
1.85123 0.27009 0 -0.707106
@syntagmatic
syntagmatic / index.html
Last active August 28, 2015 04:37
Clock II
View index.html
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
background: #eee;
margin: auto;
position: relative;
}
text {
@syntagmatic
syntagmatic / README.md
Last active August 29, 2015 14:02 — forked from mbostock/.block
Reddit Treemap
@syntagmatic
syntagmatic / README.md
Last active August 29, 2015 14:02 — forked from mbostock/.block
Reddit Treemap 2
We couldn’t find that file to show.
@syntagmatic
syntagmatic / README.md
Last active August 29, 2015 14:05 — forked from mbostock/.block
VFINX 500 Treemap
View README.md
@syntagmatic
syntagmatic / index.html
Last active August 29, 2015 14:11
Image Gallery
View index.html
<script src="http://d3js.org/d3.v3.js"></script>
<style>
body {
background: #000;
margin: 2px;
}
img {
border-radius: 4px;
padding: 2px;
}
@syntagmatic
syntagmatic / README.md
Last active August 29, 2015 14:15 — forked from mbostock/.block
Chord Arc Labels
View README.md
@syntagmatic
syntagmatic / README.md
Last active August 29, 2015 14:15 — forked from mbostock/.block
Prim's V Color Brewer
View README.md

Another variation of color-cycling a spanning tree generated by Prim’s algorithm. Here the periodicity of the color scale by tree depth is varied over time, alternating between emphasis of micro and macro structure. This idea was suggested in a Hacker News comment.