Skip to content

Instantly share code, notes, and snippets.

View amiknyc's full-sized avatar
☠️
yo ho ho

amiknyc amiknyc

☠️
yo ho ho
View GitHub Profile
@amiknyc
amiknyc / Display
Created May 15, 2012 08:22
Nature's Footprint ITP Winter Show 2011
class Maple {
// just a single leaf
float xpos;
float ypos;
float a = random(2);
float yspeed;
Maple() {
xpos = random(width);
/* animateSq - Lia */
Box [] boxes = new Box[2500];
int numShiftBoxes;
int counter;
int totalRows;
void setup() {
size (500, 500);
#Quick cp from http://sekati.com/etc/install-nodejs-on-debian-squeeze
#
#Needed to install TileMill from MapBox
#
#Installs node.js which has npm bundled
#
#Build Dependencies
sudo apt-get update && apt-get install git-core curl build-essential openssl libssl-dev