Skip to content

Instantly share code, notes, and snippets.

[
{
"Prefix": "Physical Damage with Wands +%",
"Cobalt Jewel": "14 to 16 (Cruel)",
"Crimson Jewel": "",
"Viridian Jewel": ""
},
{
"Prefix": "Physical Damage with Maces +%",
"Cobalt Jewel": "",

Keybase proof

I hereby claim:

  • I am mattijle on github.
  • I am matti (https://keybase.io/matti) on keybase.
  • I have a public key whose fingerprint is 6FAC 23D4 A36B EE67 88C2 2D96 B44F 165E 3A01 C319

To claim this, I am signing this object:

XHR finished loading: "http://highxplosive.com/api/config". nodebb.min.js?v=v0.3.1-208-gab9ff94:3
XHR finished loading: "http://highxplosive.com/socket.io/1/?t=1392239281900". socket.io.js:2
XHR finished loading: "http://highxplosive.com/templates/config.json". nodebb.min.js?v=v0.3.1-208-gab9ff94:3
XHR finished loading: "http://highxplosive.com/api/get_templates_listing". nodebb.min.js?v=v0.3.1-208-gab9ff94:3
XHR finished loading: "http://highxplosive.com/plugins/fireHook". nodebb.min.js?v=v0.3.1-208-gab9ff94:3
XHR finished loading: "http://highxplosive.com/language/en_GB/home.json?v=1392239282618". nodebb.min.js?v=v0.3.1-208-gab9ff94:3
XHR finished loading: "http://highxplosive.com/templates/home.tpl?v=1392239282681". nodebb.min.js?v=v0.3.1-208-gab9ff94:3
XHR finished loading: "http://highxplosive.com/api/home?_=1392239281428". nodebb.min.js?v=v0.3.1-208-gab9ff94:3
XHR finished loading: "http://highxplosive.com/language/en_GB/footer.json?v=1392239283579". nodebb.min.js?v=v0.3.1-208-gab9ff94:3
event.returnVal
$ node app --setup
info: NodeBB v0.3.0 Copyright (C) 2013 DesignCreatePlay Inc.
info: This program comes with ABSOLUTELY NO WARRANTY.
info: This is free software, and you are welcome to redistribute it under certain conditions.
info:
info: NodeBB Setup Triggered via Command Line
info: Welcome to NodeBB!
info: This looks like a new installation, so you'll have to answer a few questions about your environment before we can proceed.
info: Press enter to accept the default setting (shown in brackets).
URL of this installation (http://localhost)
@mattijle
mattijle / gist:8596940
Created January 24, 2014 13:11
nodebb stacktrace
/home/matti/temp/nodebb/node_modules/nodebb-plugin-mentions/library.js:113
callback(null, userdata.map(function(user) {
^
TypeError: Object #<Object> has no method 'map'
at /home/matti/temp/nodebb/node_modules/nodebb-plugin-mentions/library.js:113:27
at Object.User.search (/home/matti/temp/nodebb/src/user.js:493:11)
at Object.Mentions.autoFill (/home/matti/temp/nodebb/node_modules/nodebb-plugin-mentions/library.js:108:7)
at Mentions.sockets.autofill (/home/matti/temp/nodebb/node_modules/nodebb-plugin-mentions/library.js:103:12)
at callMethod (/home/matti/temp/nodebb/src/socket.io/index.js:144:12)
at Socket.<anonymous> (/home/matti/temp/nodebb/src/socket.io/index.js:174:5)
@mattijle
mattijle / stupid
Created July 4, 2011 21:30
Stupid me
class myObj {
MyOtherObj stuff[];
public myObj(){
for(int x= 0;x<5;x++)
stuff[x] = new MyOtherObj;
}
}