Skip to content

Instantly share code, notes, and snippets.

View edwindj's full-sized avatar

Edwin de Jonge edwindj

  • Statistics Netherlands (CBS)
  • @edwindjonge
View GitHub Profile
@mbostock
mbostock / .block
Last active May 4, 2023 14:15
Zoomable Sunburst
license: gpl-3.0
redirect: https://observablehq.com/@d3/d3-zoomable-sunburst
@matze
matze / Makefile
Created December 3, 2012 11:45
Pandoc template
TEMPLATE = template.tex
STYLESHEET = style.css
MD = $(wildcard *.md)
TEX = $(patsubst %.md,%.tex,$(MD))
HTML = $(patsubst %.md,%.html,$(MD))
PDF = $(patsubst %.md,%.pdf,$(MD))
.PHONY: clean pdf html
all: pdf html
@mbostock
mbostock / .block
Last active January 8, 2024 14:38
Heatmap
license: gpl-3.0
height: 673