This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Saturday April 30, 2011 | |
Wizard Crew Promotions proudly presents | |
*** PHOTON *** | |
An Immersive Visual Experience | |
Wizard Crew is back with our Spring event! | |
If you enjoyed TECHNOLUST, Back2Bassikz, and Snowmageddon last year, you won't want to miss this. | |
Musical Performances by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Start End Artist Style | |
18:00:00 19:00:00 DJ Reverence Funky House | |
19:00:00 20:00:00 DJ Daft Happy/UK Hardcore Sunset 19:42:00 | |
20:00:00 21:00:00 Deadpool Hard House | |
21:00:00 22:00:00 DJ Gargamel Neurofunk | |
22:00:00 23:00:00 Op:Break + Dunjin + Aperture DnB Battlebreaks | |
23:00:00 0:00:00 Elzwerth DnB & Dubstep | |
0:00:00 1:00:00 DJ Tre Psychedelic Freeform | |
1:00:00 2:00:00 Sonic Bee Bangin Electro | |
2:00:00 3:00:00 Big N Dope Breaks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Stream = require("stream").Stream; | |
var path = require("path"); | |
var nopt = require("nopt"); | |
var readJson = require("read-package-json"); | |
var prompt = require("prompt"); | |
//var ansi = require("ansi"); | |
//var cursor = ansi(process.stdout); | |
var charm = require("charm")(); | |
charm.pipe(process.stdout); |