You must populate a fresh datastore using a script in your localhost debug server, then upload it. You can upload it only using the Python tools, not the Java ones.
This file contains 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
# Iterate through all sockets excluding origin | |
broadcast = (origin, fn) -> | |
fn(socket) for socket in io.sockets.clients() when socket != origin |
This file contains 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
config = | |
key: "github_key" | |
secret: "github_secret" | |
clientID: "github_client_id" | |
# Network shim. | |
net = | |
post: (host, path, query, headers, data, fn) -> | |
headers ?= {} |
This file contains 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
function JSON_stringify(s, emit_unicode) | |
{ | |
var json = JSON.stringify(s); | |
return emit_unicode ? json : json.replace(/[\u007f-\uffff]/g, | |
function(c) { | |
return '\\u'+('0000'+c.charCodeAt(0).toString(16)).slice(-4); | |
} | |
); | |
} |
VirtualBox. It has superior UI and comparable functionality to VMWare.
Wanna do some calculations? Here you go:
Vista/Windows 7 need UAC permissions for the Java folder.
An archive of its website is available at this address. Otherwise, there seems to be a few articles, few and far between.