Skip to content

Instantly share code, notes, and snippets.

@zarazum
zarazum / README.md
Created October 4, 2012 11:42 — forked from mbostock/.block
D3.js attempt #00

Just trying

@zarazum
zarazum / README.md
Created October 4, 2012 13:17 — forked from mbostock/.block
mythac #00

Move mouse pointer over the doodles.

Image source: me.

@zarazum
zarazum / README.md
Created December 17, 2012 19:10 — forked from mbostock/.block

This is not a true Demers cartogram; it lacks links between adjacent features. Instead of trying to preserve connectedness, this pseudo-cartogram tries to preserve locality, putting each square as close as possible to its origin without overlapping.

@zarazum
zarazum / grabSound.py
Last active December 25, 2015 21:29 — forked from quave/grabSound.py
import pyaudio
import wave
import sys
import pyglet
CHUNK = 1024
FORMAT = pyaudio.paInt16
CHANNELS = 2
RATE = 44100
@zarazum
zarazum / README.md
Last active December 27, 2015 14:49 — forked from mbostock/.block
@zarazum
zarazum / index.html
Last active August 29, 2015 14:06 — forked from mbostock/.block
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<style>
html,
body {
height: 100%;
margin: 0;
overflow: hidden;