Skip to content

Instantly share code, notes, and snippets.

@milafrerichs
milafrerichs / TouchesData.csv
Last active November 14, 2016 17:29 — forked from merelyanode/TouchesData.csv
Knight Week 6
We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 43 columns, instead of 41. in line 8.
Player,Year,KeyYards,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
James Wilder,1984,2229,,,,,,,877,790,1020,2229,1641,1030,816,467,579,59,,,,,,,,,,,,,,,,,,,,,,,,
Larry Johnson,2006,2199,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,859,2093,2199,745,948,661,2,2,,,
Eddie George,2000,1962,,,,,,,,,,,,,,,,,,,,,,1550,1443,1604,1762,1962,1218,1420,1194,515,,,,,,,,,,
LaDainian Tomlinson,2002,2172,,,,,,,,,,,,,,,,,,,,,,,,,,,1603,2172,2370,1776,1832,2323,1949,1536,884,1282,729,,,
Edgerrin James,1999,2139,,,,,,,,,,,,,,,,,,,,,,,,,2139,2303,855,1343,1551,2031,1843,1376,1426,599,144,,,,,
DeMarco Murray,2014,2261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1080,910,141,2261
Marcus Allen,1985,2314,,,,,,,,1098,1604,1923,2314,1212,1164,1134,484,871,418,578,1002,1058,1100,1100,591,,,,,,,,,,,,,,,,,
Ricky Williams,2002,2216,,,,,,,,,,,,,,,,,,,,,,,,,1056,1409,1756,2216,1723,0,836,0,15,878,1385,814,527,
var EventGarbageCollection = function ( context ) {
var instance = this;
this.collection = [];
this.context = context;
this.context.addEventListener('close', function ( ) {
instance.empty();
});
};
EventGarbageCollection.prototype = {
collect : function ( evt, method ) {