Skip to content

Instantly share code, notes, and snippets.

View rubycut's full-sized avatar

Rubycut rubycut

View GitHub Profile
@gerryster
gerryster / us_geo_chart_google
Created December 8, 2012 23:13
US State Map using the GeoChart from the Google Chart Tools
// GeoChart from https://google-developers.appspot.com/chart/interactive/docs/gallery/geochart
// Try out by pasting code into: https://code.google.com/apis/ajax/playground/?type=visualization#geo_chart
function drawVisualization() {
var data = google.visualization.arrayToDataTable([
['State', 'Foo Factor'],
['US-IL', 200],
['US-IN', 300],
['US-IA', 20],
@mcmire
mcmire / Gemfile
Created April 19, 2012 22:03
Dropping `bundle exec guard` to speed up the test feedback loop
gem 'guard-shell'
gem 'minitest-reporters'