Skip to content

Instantly share code, notes, and snippets.

View rckclmbr's full-sized avatar

Joshua Braegger rckclmbr

View GitHub Profile
@rckclmbr
rckclmbr / gist:3783292
Created September 25, 2012 17:26
Backs up a Google AppEngine database to S3 in daily, weekly, and monthly increments
#!/usr/bin/env python
# Prereqs:
#
# * appcfg.py (appengine) -- https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python
# * boto
#
# Usage:
#
@rckclmbr
rckclmbr / index.html
Created August 27, 2012 20:47
I recently saw a post on Facebook that had close to 1 million posts from people about how many squares were in a grid (the one programmed here). Only 15% of people got the number of squares contained correct. So I programmed this to help show them.
<div id="boxes_count"></div>
<div id="wrapper">
<canvas width="400" height="400" id="canvas"></canvas>
</div>