Skip to content

Instantly share code, notes, and snippets.

@cornfact
cornfact / cropsVertical.csv
Created November 22, 2015 16:12
Crops planted, 1929-2015
year corn soy wheat sorghum
1929 99.13 2.43 67.18 3.52
1930 103.92 3.07 67.56 3.48
1931 109.36 3.84 66.46 4.44
1932 113.02 3.7 66.28 4.4
1933 109.83 3.54 69.01 4.35
1934 100.56 5.76 64.06 2.4
1935 99.97 6.97 69.61 4.6
1936 101.96 6.13 73.97 2.79
1937 97.17 6.33 80.81 4.92
@cornfact
cornfact / cityChicago.csv
Created November 22, 2015 20:48
Corn crop performance, 2014
Bloomington-88.9936900 -88.99369 40.4842 76610
Chicago -87.65005 41.85003 2695598
Springfield -89.64371 39.80172 116250
@cornfact
cornfact / cityChicago.csv
Created December 4, 2015 02:50
Illinois counties, revised
city longitude latitude population
Bloomington-88.9936900 -88.99369 40.4842 76610
Chicago -87.65005 41.85003 2695598
Springfield -89.64371 39.80172 116250
@cornfact
cornfact / index.html
Created July 20, 2017 16:57
rotation
<!DOCTYPE html>
<html>
<head>
<!--<script src="../p5.min.js"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/p5.js"></script>
<script src="sketch.js"></script>
</head>
<body>
<!--<script src="sketch.js"></script>-->
@cornfact
cornfact / index.html
Created July 21, 2017 14:23
periodic
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/p5.js"></script>
<script src="../easygrid.min.js"></script>
<script src="../underscore-min.js"></script>
<script src="../seedrandom.min.js"></script>
</head>
<body>
<script src="sketch.js"></script>
@cornfact
cornfact / index.html
Created July 21, 2017 14:29
aperiodic
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/p5.js"></script>
<script src="../easygrid.min.js"></script>
<script src="../underscore-min.js"></script>
<script src="../seedrandom.min.js"></script>
</head>
<body>
<script src="sketch.js"></script>