This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"RECORDS": | |
[ | |
{ | |
"playID":"461", | |
"eventName":"Another Tryouts 2", | |
"eventDate":"2017-12-29 23:47:23", | |
"eventID":"9", | |
"name":"Aidan McNamara", | |
"exitvelo":"96", | |
"vlaunch":"30.174", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset='utf-8'> | |
<html> | |
<head> | |
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta/css/bootstrap.min.css" rel="stylesheet"> | |
<link rel='stylesheet' href='style.css'> | |
</head> | |
<body> | |
<div class="container-fluid"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"RECORDS": | |
[ | |
{ | |
"playID":"461", | |
"eventName":"Another Tryouts 2", | |
"eventDate":"2017-12-29 23:47:23", | |
"eventID":"9", | |
"name":"Aidan McNamara", | |
"exitvelo":"96", | |
"vlaunch":"30.174", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"RECORDS": | |
[ | |
{ | |
"playID":"461", | |
"eventName":"Another Tryouts 2", | |
"eventDate":"2017-12-29 23:47:23", | |
"eventID":"9", | |
"name":"Aidan McNamara", | |
"exitvelo":"96", | |
"vlaunch":"30.174", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"RECORDS": [ | |
{ | |
"playID": "834", | |
"eventName": "Tryouts 2", | |
"eventDate": "16/12/2017 23:47:23", | |
"eventID": "9", | |
"name": "Elian Almanzar", | |
"pitchvelo": "80.520", | |
"pitchX": "0.850", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var BASEBALL_ANIM_APP = { | |
url: 'spraychart.json', | |
data: [], | |
eventsData: [], | |
activeIndex: null, | |
activeEvent: '', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var PITCH_APP = { | |
url: 'pitchplot.json', | |
eventsData: [], | |
activeEvent: null, | |
data: [], | |
activeIndex: null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
circle.ball.active{ | |
fill: #ff0000; | |
} | |
circle.ball.hovered{ | |
fill: #c6c6c6; | |
} | |
table { | |
border-collapse: collapse; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAnirL8sf9FaAe5gsHcoK7StuuqWkEqsvlKrFLWZ7D1jKQtaEK2syH8ARcPNYgxMQwOqvxaGS+CKnAbXXtaUTFHzZ/cSWOS5ef3ulCQOAaZfMWeFMIpfdARxIDSm+IbrMEzV17tp7iL7/v7+BenR61xVlVsNCU49/+7u+ZkTh7QErxY95tuf0EVhSrbNf3QpY20d8Rguy1KiuKH1SYh9lvc/rr93mIMnlon5giRXWegNwPlG6eqUsPH0KTdyIicfiqWqpjzx0+GjlXPTFmdqG9mG6CntgxX+iPHmgF+VBbteBHBbShxEkEbp8YK79ufhSrwHKd+B8PBb7AWIHXZaeKGw== rsa-key-20180109 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var PITCH_APP = { | |
url: 'pitchplot.json', | |
eventsData: [], | |
activeEvent: null, | |
data: [], | |
activeIndex: null, |