surfskidude

Results 14 issues of surfskidude

Adding to Web Frameworks

Christopher, would you be interested in porting the client side terminal emulator to a different project? We already have a webshell, but no terminal decoding. What we need help with...

I modified one line to get my ``` code ``` markdown sections to work `text = protect(text):gsub("```(.-)```","%1") `

The clone function at the end of pacman.js seems to corrupt JQuery, in particular the $.getXXX functions. I removed the code and replaced: map = Pacman.MAP.clone(); with map = Pacman.MAP;...