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
license: mit |
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
node_modules/ | |
.DS_Store |
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
license: gpl-3.0 |
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
id | yield | gen | year | site | |
---|---|---|---|---|---|
1 | 47.5 | Manchuria | 1927 | StPaul | |
2 | 45.4 | Glabron | 1927 | StPaul | |
3 | 45 | Svansota | 1927 | StPaul | |
4 | 43.4 | Velvet | 1927 | StPaul | |
5 | 60.2 | Trebi | 1927 | StPaul | |
6 | 45.2 | ManxSA | 1927 | StPaul | |
7 | 50.3 | SAxMan | 1927 | StPaul | |
8 | 49 | Peatland | 1927 | StPaul | |
9 | 45.9 | Colsess | 1927 | StPaul |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
license: mit |
This file has been truncated, but you can view the full file.
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
/******/ (function(modules) { // webpackBootstrap | |
/******/ // The module cache | |
/******/ var installedModules = {}; | |
/******/ // The require function | |
/******/ function __webpack_require__(moduleId) { | |
/******/ // Check if module is in cache | |
/******/ if(installedModules[moduleId]) | |
/******/ return installedModules[moduleId].exports; |
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
year | of_players | ethnicity | of_war | |
---|---|---|---|---|
1947 | 0.983 | White | 0.999 | |
1948 | 0.985 | White | 0.976 | |
1957 | 0.881 | White | 0.828 | |
1977 | 0.179 | African American | 0.272 | |
1978 | 0.174 | African American | 0.242 | |
1979 | 0.179 | African American | 0.242 | |
1980 | 0.174 | African American | 0.264 | |
1981 | 0.187 | African American | 0.26 | |
1982 | 0.179 | African American | 0.221 |
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
/** | |
* StartAudioContext.js | |
* @author Yotam Mann | |
* @license http://opensource.org/licenses/MIT MIT License | |
* @copyright 2016 Yotam Mann | |
*/ | |
(function (root, factory) { | |
if (typeof define === "function" && define.amd) { | |
define([], factory) | |
} else if (typeof module === "object" && module.exports) { |
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
license: mit |