Skip to content

Instantly share code, notes, and snippets.

View thole's full-sized avatar

thole

  • Hamburg
View GitHub Profile
@thole
thole / index.html
Last active November 17, 2020 15:19
barcode
<body>
<style>
body {
background-color: #f6f1d5;
}
</style>
<svg id="barcode"></svg>
@thole
thole / index.html
Last active October 29, 2019 22:03
<!DOCTYPE HTML>
<html>
<head>
<style>
body {
background-color: #1e1e20;
}
</style>
<script src="//pixijs.download/v4.5.5/pixi.min.js"></script>
<script src="//d3js.org/d3.v3.min.js"></script>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@thole
thole / ParisRoubaix.csv
Last active October 21, 2018 18:40
paris robaix speeds
year distance avgspeed
1896 280 30.162
1897 280 28.124
1898 268 32.599
1899 268 31.976
1900 268 37.352
1901 280 25.862
1902 268 28.088
1903 268 29.104
1904 268 32.518
@thole
thole / index.html
Last active October 21, 2018 18:37
isotype
<!DOCTYPE html>
<meta charset="utf-8">
<body>
<script src="//d3js.org/d3.v3.min.js"></script>
<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="960" height="500">
<defs>
<path
d="m 137.36691,362.90977 c -6.6,-0.32462 -39.6134,-0.62303 -73.363118,-0.66312 C 28.492278,362.20445 2.256528,361.78962 1.728841,361.26193 1.222305,360.75539 0.880715,349.71576 0.960334,336.42505 1.039164,323.26627 0.972904,308.9 0.813089,304.5 c -0.515665,-14.19739 0.57978,-36.21248 2.214189,-44.49841 2.491584,-12.63153 10.062994,-22.49237 21.121568,-27.50826 7.970842,-3.61538 17.341166,-4.30905 67.718064,-5.01307 25.575,-0.35741 46.6218,-0.77098 46.77067,-0.91905 0.21833,-0.21716 -0.75856,-10.67439 -2.05223,-21.96826 -0.43867,-3.82972 1.96733,-2.48764 5.63099,3.141 5.59458,8.59518 18.57603,17.56509 31.47664,21.74969 11.854,3.8451 31.36922,3.56067 44.1013,-0.64278 10.43149,-3.44391 24.31403,-13.66736 30.07263,-22.14624 1.3919,-2.0494 3.33688,-3.68398 4.38809,-3.68779 2.03671,-0.007 2.04171,-1.24183
@thole
thole / index.html
Last active October 20, 2018 08:27
analysis
<!DOCTYPE html>
<meta charset="utf-8">
<body style="background-color:#000000">
<script type="text/javascript" src="//d3js.org/d3.v3.min.js"></script>
<script>
var width = 500,
height = 500;
var nodes = d3.range(width/2).map(function() { return {radius: Math.random()+ 1.0, angle: Math.random()*Math.PI*2} });
@thole
thole / data.csv
Last active October 20, 2018 07:25
normalized
week budget revenue
1 60000 54000
2 80000 75000
3 90000 80000
4 91000 90000
5 93000 94000
6 90000 91000
7 89000 90000
8 90000 92000
9 95000 97000
@thole
thole / index.html
Last active October 20, 2018 07:20
circle
<!DOCTYPE html>
<html>
<head>
<script src="//d3js.org/d3.v3.min.js"></script>
</head>
<body>
<div>
<div class="chart"></div>
</div>
@thole
thole / deu.json
Last active October 20, 2018 07:18
germany
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.