Skip to content

Instantly share code, notes, and snippets.

@phenix-factory
phenix-factory / spip_dev_options.php
Last active January 18, 2016 09:18
Option de développement pour SPIP
<?php
/*********************************/
/*** Options de développement ***/
/*********************************/
// Désactiver le cache de SPIP
// -1: inactif
// 1: actif
define('_NO_CACHE', -1);
@syntagmatic
syntagmatic / README.md
Last active December 22, 2017 12:59 — forked from mbostock/.block
Hexbin Heightmap
@nitaku
nitaku / README.md
Last active August 16, 2017 21:04
Isometric word cloud
@kenpenn
kenpenn / globe-tour.css
Last active December 19, 2019 10:28
d3 with three world tour
* { box-sizing : border-box; }
body {
background: #111;
color: #fff;
font-family: sans-serif;
font-weight:normal;
font-size: 13px;
margin:0;
@tomcardoso
tomcardoso / README.md
Last active January 10, 2020 09:22
Reusable waffle charts

Reusable waffle charts

Basic waffle charts using Mike Bostock's [http://bost.ocks.org/mike/chart/](reusable charts) convention. Waffles are configurable, as you can see below:

var waffle = new WaffleChart()
  .selector(".chart")
  .data(data)
  .useWidth(false)
 .label("Value of producers' sales in 2013, in thousands of dollars")
@jieqianzhang
jieqianzhang / README.md
Last active April 20, 2019 01:42
Horserace tool

Built with blockbuilder.org

Horserace tool

This is a tool I built for Google News Lab to compare the Google search indexes of all presidential candidates

@enjalot
enjalot / README.md
Last active September 8, 2016 13:22
geosnap

Playing around with the idea of snapping to a latlon grid, by rounding the latlon values of my mouse coordinates to 1 decimal place.

Not exactly sure how this will be useful, but it could be an interesting way to interact with a values binned to a grid on the globe.

Built with blockbuilder.org

@newsroomdev
newsroomdev / README.md
Last active July 12, 2019 22:16
Submarine Cable Map (Cahill Projection)
@nbremer
nbremer / .block
Last active September 18, 2016 08:37
A SOM Clustering of block Colors - Including HSL & RGB - II
height: 1250
@micahstubbs
micahstubbs / .block
Last active December 24, 2016 03:38
Correlation Matrix VII
license: CC0-1.0