Skip to content

Instantly share code, notes, and snippets.

View cpudney's full-sized avatar
💭
¯\_㋡_/¯

Chris Pudney cpudney

💭
¯\_㋡_/¯
View GitHub Profile
@cpudney
cpudney / README.txt
Created August 7, 2012 00:22
Summer Olympics Host Nations
Data:
http://www.sports-reference.com/olympics/summer/
https://en.wikipedia.org/wiki/Summer_Olympic_Games
@cpudney
cpudney / README.txt
Created June 12, 2012 00:27
Australian Car Value History Visualization
We couldn’t find that file to show.
@cpudney
cpudney / eastersunday.js
Created March 30, 2012 07:11
Easter Sunday
const FIRST_YEAR = 325;
const LAST_YEAR = 3000;
const WIDTH = 960;
const HEIGHT = 500;
const INSETS = {'left': 40,
'right': 10,
'top': 10,
'bottom': 60};
@cpudney
cpudney / 2010au.json
Created March 15, 2012 01:19
D3 Lap Chart 2.0
{
"lapCount": 58,
"laps": [
{
"name": "Sebastian Vettel",
"placing": [1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
"pitstops": [9],
"mechanical": [25]
},
@cpudney
cpudney / 2010au.json
Created December 22, 2011 08:27
D3 Lap Chart
{
"lapCount": 58,
"laps": [
{
"name": "Sebastian Vettel",
"placing": [1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
"pitstops": [9],
"mechanical": [25]
},
@cpudney
cpudney / README.txt
Created October 17, 2011 00:19
Infinite Jest Visualization
TODO
Improved year labels (mouseover -> shows full name in tooltip)
@cpudney
cpudney / TODO.txt
Created September 22, 2011 00:44
Brownlow Medal Winners
Fix resize
Possibly add +1 to End year and 0.5 to medal years
Add year of birth and death
Colour medal lines (by team), player bar/name (by state of origin)
Add player URL and image URL to spreadsheet and infobox