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
{ | |
"basics": { | |
"name": "Dimitar Danev", | |
"label": "R&D Team lead", | |
"picture": "https://s.gravatar.com/avatar/0d4d5deabfbadc7dc4eb746dd45e4b20?s=300", | |
"image": "https://s.gravatar.com/avatar/0d4d5deabfbadc7dc4eb746dd45e4b20?s=300", | |
"email": "[email protected]", | |
"summary": "Doer experienced with SaaS/web based applications (maritime industry). Always on the front-line and ready to take full responsibility. ", | |
"location": { | |
"postalCode": "1000", |
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
//bugged code | |
ItemDisplay[xz4]: | |
//Basics | |
//Hide Gold Piles Smaller Than (<) X | |
ItemDisplay[GOLD<5000]: | |
//Health & Mana Potions | |
ItemDisplay[rvl]: %PURPLE%R %WHITE%70% | |
ItemDisplay[hp5]: %RED%!%WHITE%H+ | |
ItemDisplay[mp5]: %BLUE%!%WHITE%M+ |
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
// Welcome! require() some modules from npm (like you were using browserify) | |
// and then hit Run Code to run your code on the right side. | |
// Modules get downloaded from browserify-cdn and bundled in your browser. | |
var promise = require('bluebird'); | |
function test(){ | |
var def = promise.defer(); | |
//setTimeout(def.reject("1"), 1); | |
/* |