Navigation Menu

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
#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
/* animateSq - Lia */
Box [] boxes = new Box[2500];
int numShiftBoxes;
int counter;
int totalRows;
void setup() {
size (500, 500);