Source Code Repository

For the most obscure bugs and half-baked ideas in the land of Sockistan.

The Great Sock Puppeteer

// Sock Puppeteer.js // A script to control an army of sock puppets // By: B. U. Socks, CEO of Sockistan var sockPuppets = []; for (i = 0; i < 1000; i++) { sockPuppets.push(new SockPuppet()); } function SockPuppet() { this.name = "Socky"; this.color = "Randomly Generated"; this.slogan = "I'm Socky!"; }

For more of our most popular scripts, visit: