Skip to content

Instantly share code, notes, and snippets.

View naxxateux's full-sized avatar

Damir Melnikov naxxateux

View GitHub Profile
@naxxateux
naxxateux / bundesliga.csv
Last active December 19, 2015 18:19
Bundesliga 1953—2013 visualization
We can make this file beautiful and searchable if this error is corrected: It looks like row 6 should actually have 53 columns, instead of 28. in line 5.
,1963—64,1964—65,1965—66,1966—67,1967—68,1968—69,1969—70,1970—71,1971—72,1972—73,1973—74,1974—75,1975—76,1976—77,1977—78,1978—79,1979—80,1980—81,1981—82,1982—83,1983—84,1984—85,1985—86,1986—87,1987—88,1988—89,1989—90,1990—91,1991—92,1992—93,1993—94,1994—95,1995—96,1996—97,1997—98,1998—99,1999—00,2000—01,2001—02,2002—03,2003—04,2004—05,2005—06,2006—07,2007—08,2008—09,2009—10,2010—11,2011—12,2012—13,,
1. FC Köln,1,2,5,7,4,13,4,11,4,2,5,5,4,5,1,6,5,8,2,5,6,3,13,10,3,2,2,7,4,12,11,10,12,10,17,0,0,10,17,0,18,0,17,0,0,12,13,10,17,0,43,2
MSV Duisburg,2,7,8,11,7,12,15,7,14,10,15,14,10,9,6,13,14,12,18,0,0,0,0,0,0,0,0,0,19,0,9,17,0,9,8,8,18,0,0,0,0,0,18,0,18,0,0,0,0,0,28,0
Eintracht Frankfurt,3,8,7,4,6,8,8,15,5,8,4,3,9,4,7,5,9,5,8,10,16,12,15,15,9,16,3,4,3,3,5,9,17,0,0,15,14,17,0,0,16,0,14,14,9,13,10,17,0,6,44,0
Borussia Dortmund,4,3,2,3,14,16,5,13,17,0,0,0,0,8,11,12,6,7,6,7,13,14,16,4,13,7,4,10,2,4,4,1,1,3,10,4,11,3,1,3,6,7,7,9,13,6,5,1,1,2,46,5
VfB Stuttgart,5,12,11,12,8,5,7,12,8,6,9,16,0,0,4,2,3,3,9,3,1,10,5,12,4,5,
@naxxateux
naxxateux / Hattori_Hanzo-webfont.svg
Last active December 20, 2015 02:39
RPL teams & countries visualization (chord diagram)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naxxateux
naxxateux / colours.csv
Last active December 20, 2015 03:48
RPL teams & countries visualization (arc diagram)
team colour
Амкар #FAF8F0
Анжи #FAF8F0
Волга #FAF8F0
Динамо #FAF8F0
Зенит #FAF8F0
Краснодар #FAF8F0
Крылья Советов #FAF8F0
Кубань #FAF8F0
Локомотив #FAF8F0
@naxxateux
naxxateux / index.html
Created July 24, 2013 14:01
RPL teams & countries (circle table view)
<!DOCTYPE html>
<meta charset="utf-8">
<html lang="en">
<head>
<style>
body {
font-family: Arial sans-serif;
font-size: 10px;
background-color: #FFFFFF;
}
@naxxateux
naxxateux / Countries.csv
Created August 12, 2013 11:53
RPL teams & countries visualization (slopegraph?)
Name Color
Австралия #e1a7aa
Азербайджан #91b9da
Ангола #d7af88
Аргентина #5fc98c
Армения #91b9da
Белоруссия #91b9da
Бельгия #91b9da
Болгария #91b9da
Босния и Герцеговина #91b9da
@naxxateux
naxxateux / index.html
Last active December 21, 2015 01:09
Movie scenarios over the years
<!DOCTYPE html>
<meta charset="utf-8">
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
<script type="text/javascript" src="http://d3js.org/queue.v1.min.js"></script>
<script type="text/javascript" src="http://d3js.org/topojson.v0.min.js"></script>
@naxxateux
naxxateux / index.html
Last active December 21, 2015 05:19
Movie scenarios over the years (static)
<!DOCTYPE html>
<meta charset="utf-8">
<html lang="en">
<head>
<style>
div.tooltip {
background: #fff;
position: absolute;
left: 0;
top: 0;
@naxxateux
naxxateux / index.html
Last active December 21, 2015 07:59
Movie scenarios over the years (static 2)
<!DOCTYPE html>
<meta charset="utf-8">
<html lang="en">
<head>
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
<script type="text/javascript" src="http://d3js.org/queue.v1.min.js"></script>
<script type="text/javascript" src="http://d3js.org/topojson.v0.min.js"></script>
<title></title>
</head>
59.936053,30.288534
59.936096,30.288276
59.940299,30.329604
59.940288,30.329539
59.949358,30.31821
59.949358,30.31821
59.949358,30.31821
59.949358,30.31821
59.949358,30.31821
59.949358,30.31821
@naxxateux
naxxateux / index.html
Created November 10, 2013 19:35
Cold war conflicts
<!DOCTYPE html>
<meta charset="utf-8">
<html lang="en">
<head>
<link rel="stylesheet" href="wars.css">
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
<script type="text/javascript" src="http://d3js.org/queue.v1.min.js"></script>
<script type="text/javascript" src="http://d3js.org/topojson.v0.min.js"></script>
<script type="text/javascript" src="wars.js"></script>