Skip to content

Instantly share code, notes, and snippets.

View apollolux's full-sized avatar
On the clock

Alex Rosario apollolux

On the clock
View GitHub Profile
@apollolux
apollolux / persist.js
Created June 3, 2013 22:34
persist.js, a JavaScript for persistent data storage and retrieval between maps in the Sphere engine originally written by @tung ; created from version archived at http://web.archive.org/web/20100628133859/http://tunginobi.spheredev.org/download/persist.js
/*
FILE ARCHIVED ON 13:38:59 Jun 28, 2010 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 22:26:43 Jun 3, 2013.
JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
SECTION 108(a)(3)).
*/
/**
* persist.js - store persistent data with maps and persons.
@apollolux
apollolux / testgist.js
Created April 2, 2013 17:49
Test gist
function gist(){
console.log("A gist to try embedding");
}