Skip to content

Instantly share code, notes, and snippets.

View TommyCoin80's full-sized avatar

Tom Coin TommyCoin80

  • Subaru of America
View GitHub Profile
@TommyCoin80
TommyCoin80 / index.html
Last active January 31, 2017 16:25
Card Shuffler
<!DOCTYPE html>
<meta charset="utf-8">
<head>
<style>
text {
font-family:"Impact";
font-size:30px;
fill:white;
@TommyCoin80
TommyCoin80 / index.html
Last active February 1, 2017 14:57
Un-truncate Text Tween
<!DOCTYPE html>
<meta charset="utf-8">
<head>
<style>
text {
font-family:Arial;
font-size:16px;
}
@TommyCoin80
TommyCoin80 / index.html
Last active February 1, 2017 21:20
Ten Random Walk Bars
<!DOCTYPE html>
<meta charset="utf-8">
<head>
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<style>
</style>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://d3js.org/d3-scale-chromatic.v1.min.js"></script>
@TommyCoin80
TommyCoin80 / index.html
Last active February 14, 2017 18:10
Bin Zooming Histogram
<!DOCTYPE html>
<meta charset="utf-8">
<head>
<link href='https://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
<style>
body {
margin:auto;
font-family: 'Play', sans-serif;
font-size:100%;
@TommyCoin80
TommyCoin80 / Readme.md
Last active July 12, 2017 21:00
Multi-Line and Difference Area Chart

This two series chart toggles between a multi-line chart and a difference area chart. When mouseing over the chart, the closest data point will display it's y-axis measurement.

@TommyCoin80
TommyCoin80 / Readme.md
Last active August 4, 2017 18:09
When Same-Day FP+ Runs Out by Crowd Level at MK

A visual representation of how FastPass+ availablity changes for Magic Kingdom attractions based on crowd level. Data from pg 495 of the 2017 Walt Disney World Unoffical Guide. The graph will toggle through crowd levels until the user clicks on the crowd level toggle.

@TommyCoin80
TommyCoin80 / Readme.md
Last active August 10, 2017 13:21
Fitting a Weibull Curve to a Kaplan-Meier Survival Curve

A D3 animation of how least squares regression Webiull fitting works on a Kaplan-Meier survival curve.

@TommyCoin80
TommyCoin80 / .block
Last active May 30, 2018 16:53
WDW Hotel Cost Versus Quality
license: mit
@TommyCoin80
TommyCoin80 / .block
Last active August 11, 2017 13:31
D3.Unconf Badge
license: mit
@TommyCoin80
TommyCoin80 / .block
Last active November 6, 2017 21:11
MatrixGrid Function for D3 Dashboards
license: mit