Skip to content

Instantly share code, notes, and snippets.

View monfera's full-sized avatar

Robert Monfera monfera

View GitHub Profile
/* crossfilter.js interpretation for a single grouping on a specific dimension X */
/* Have some base table, eg. called `data` */
CREATE TABLE data (
dim0 INT, /* Of course in JS the type can be anything, but crossfilter requires */
dim1 CHAR(3), /* that values be orderable via `<`, `>`, `<=` and `>=` */
dim2 INT, /* such as all numbers, or all strings in a dimension. */
/* ... */
dimN VARCHAR /* constraint: N < 32 as it uses a filter bitmap of 8, 16 or 32 bit width */
);
@monfera
monfera / .block
Last active March 5, 2018 10:30
A breath of relaxation
license: mit
border: no
scrolling: no
height: 550
@monfera
monfera / .block
Last active October 11, 2016 03:00
Tigerhead scramble suit
license: mit
border: no
@monfera
monfera / .block
Last active October 11, 2016 02:59
500 points with one polyline
license: mit
height: 480
@monfera
monfera / .block
Last active March 5, 2018 10:33
Revolving infinity scroller
license: mit
height: 200
@monfera
monfera / .block
Last active April 27, 2023 18:32
Shapes and WebGL tweening
license: mit
@monfera
monfera / .block
Last active September 28, 2016 17:24
Dramatic pie chart
license: mit
@monfera
monfera / .block
Last active May 8, 2017 23:24
Device access on bl.ocks.org
license: mit
border: no
height: 560
@monfera
monfera / .block
Last active September 10, 2016 11:24
Watercolor bandlines / sparklines
license: gpl-3.0
@monfera
monfera / .block
Last active September 9, 2016 20:22
Lake Whistleman - pure SVG filter topo
license: none
height: 550
border: yes