Skip to content

Instantly share code, notes, and snippets.

View hugokoopmans's full-sized avatar
💭
Chaos and confusion

hugo hugokoopmans

💭
Chaos and confusion
View GitHub Profile
d3 = function() {
var d3 = {
version: "3.2.7"
};
if (!Date.now) Date.now = function() {
return +new Date();
};
var d3_document = document, d3_documentElement = d3_document.documentElement, d3_window = window;
try {
d3_document.createElement("div").style.setProperty("opacity", 0, "");
@hugokoopmans
hugokoopmans / stuff.md
Created May 10, 2020 14:54
a new cool gist

Stuff and things

head of mtcars

head(mtcars)