We'll be deploying 1.43 to ShoutWiki sites this weekend. Staff will be working all weekend to deal with any unforeseen bugs that crop up.
CreateWiki will not be available immediately after the upgrade; however, we expect the rewrite to be completed during this release cycle.
Chip-8 Emulator
Link
jimmt:
I wanted to write an emulator and understand emulation better, so I started with one of the simplest systems to emulate, the chip-8 and I'd already known about the new html5 canvas at the time so I used that. So once I got the stuff working to put the pixels on the canvas, I just started implementing the instructions one at a time, and when I was done tested a game and it pretty much worked right away. I implemented the beep noise with riffwave and used another external library for the color picker, and from what I remember, the way it gets files isn't really good because it assumes apache's default file listing page format.