Skip to content

Instantly share code, notes, and snippets.

View johnpoole's full-sized avatar

John Poole johnpoole

View GitHub Profile
@johnpoole
johnpoole / bracket2017.js
Last active June 12, 2022 13:56
NHL Pool 2022
var JASON_COLOUR = "#f79620";
//field position constants;
//PICKS fields
var YEAR = "2022";
var NAME_COLUMN=15;
var DATA_START=2;
var NUMBER_OF_PICKS=7;
var PROB_COLUMN=17;
@johnpoole
johnpoole / fullcalendar-example.markdown
Created September 30, 2021 13:44
FullCalendar Example
@johnpoole
johnpoole / index.html
Last active June 29, 2021 16:36
workouts
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v4.min.js"></script>
<style>
body {
margin:auto;
width: 885px;
font: 10px arial;
@johnpoole
johnpoole / README.md
Last active February 16, 2021 21:50 — forked from puzzler10/README.md
Pipeline GUI

Viz of pipeline batches

@johnpoole
johnpoole / .block
Created June 8, 2020 15:12 — forked from bradoyler/.block
Crude Oil Pipelines in US
license: mit
@johnpoole
johnpoole / .block
Created May 13, 2019 16:04 — forked from mbostock/.block
Non-Contiguous Cartogram
license: gpl-3.0
@johnpoole
johnpoole / .block
Created May 2, 2019 17:49 — forked from mbostock/.block
Hexagon Mesh
license: gpl-3.0
@johnpoole
johnpoole / README.md
Created April 23, 2019 00:02 — forked from eesur/README.md
d3js | us hex map

flashing heatmap (random data updating, every five seconds)—testing out the very useful and awesome tilegrams

@johnpoole
johnpoole / README.md
Created April 21, 2019 13:44 — forked from mapsam/README.md
D3: Queue.js

A look at Queue.js and how you can load multiple files before running the rest of the code. Simple visualization of populated places in the USA. Files loaded:

  • US States - topojson
  • Populated Places - geojson