Skip to content

Instantly share code, notes, and snippets.

View robertseaton's full-sized avatar

robert seaton robertseaton

View GitHub Profile
@robertseaton
robertseaton / gist:2596287
Created May 4, 2012 17:10
squared 2d noise grid w/ len-based fill
(ns art.core
(:use quil.core
[quil.helpers.seqs :only [range-incl]]
[quil.helpers.calc :only [mul-add]]))
(defn to-color-range
[n]
(mod (* 255 n) 255))
(defn draw-point
@robertseaton
robertseaton / gist:951e770c9df1654dd5ee
Created June 10, 2014 19:42
Boston marathon data
Year Entrants
2014 35671
2013 26839
2012 26839
2011 26907
2010 26735
2009 23315
2008 22411
2007 20763
2006 20089