Skip to content

Instantly share code, notes, and snippets.

View fatlotus's full-sized avatar

Jeremy Archer fatlotus

View GitHub Profile
@fatlotus
fatlotus / README.md
Last active December 17, 2015 01:19 — forked from mbostock/.block

This choropleth encodes unemployment rates from 2008 with a quantize scale ranging from 0 to 15%. A threshold scale is a useful alternative for coloring arbitrary ranges.

@fatlotus
fatlotus / test.c
Created February 20, 2013 18:08 — forked from anonymous/test.c
Test.c
@fatlotus
fatlotus / BADDOCS.txt
Last active December 14, 2015 00:18 — forked from anonymous/BADDOCS.txt
Errors:
-) There is a buffer overflow when passing words of length >= 100.
-) There is a problem for words containing "%s".
-) The file descriptor is never closed.
-) All whitespace is removed.