Skip to content

Instantly share code, notes, and snippets.

'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
@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,
year total_rhna_goal very_low_rhna_goal low_rhna_goal moderate_rhna_goal above_moderate_rhna_goal total_permitted very_low_permitted low_permitted moderate_permitted above_moderate_permitted
2013 161980 36450 27700 30610 67220 26339 1950 2151 950 21288
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.grati path {
fill: none;
@milafrerichs
milafrerichs / index.html
Created August 8, 2017 17:33
JS Bin Map with Schools sized Num Students // source http://jsbin.com/casuvat
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Map with Schools sized Num Students">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
path
@milafrerichs
milafrerichs / index.html
Created August 8, 2017 17:34
JS Bin Map with Ward 13 Buildings colored with number of floors // source http://jsbin.com/naxewa
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Map with Ward 13 Buildings colored with number of floors">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
path
@milafrerichs
milafrerichs / index.html
Created August 8, 2017 17:35
JS Bin Map with changing detail via buttons // source http://jsbin.com/wicozeq
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Map with changing detail via buttons">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
path
@milafrerichs
milafrerichs / index.html
Created August 8, 2017 17:36
JS Bin Map with schools and school sized sized // source http://jsbin.com/tukipip
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Map with schools and school sized sized with circles">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
path
@milafrerichs
milafrerichs / index.html
Created August 8, 2017 17:37
JS Bin Just the base map with parking meters data // source http://jsbin.com/cuzocob
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Just the base map with parking meters data">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
path