This file contains hidden or 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
| <script type="text/javascript"> | |
| jQuery(document).on('added_to_cart', function () { | |
| var cart = jQuery('.cart-contents'); | |
| var imgtodrag = jQuery(this.activeElement).parents(".dp_product_item").find("img").eq(0); | |
| if (imgtodrag) { | |
| var imgclone = imgtodrag.clone() | |
| .offset({ | |
| top: imgtodrag.offset().top, | |
| left: imgtodrag.offset().left | |
| }); |
This file contains hidden or 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
| 21:23:19.300Z ERROR gs01-02: error processing login_start request for ^P[human#PHV2HON5BG82O1J] | |
| ObjRefProxyError: referenced object not found: D1KUXVLVAT945JUQB2O8 | |
| at resolve (/vagrant/eleven-server/src/data/objrefProxy.js:134:9) | |
| at Object.get (/vagrant/eleven-server/src/data/objrefProxy.js:96:11) | |
| at Object.Validator.get (/vagrant/eleven-server/node_modules/harmony-reflect/reflect.js:1055:20) | |
| at human.counters_get_label_count (/vagrant/eleven-server/src/gsjs/players/inc_counters.js:76:38) | |
| at town.get_map (/vagrant/eleven-server/src/gsjs/locations/location.js:3017:34) | |
| at town.prep_geometry (/vagrant/eleven-server/src/gsjs/locations/location.js:2506:21) | |
| at doLoginStart (/vagrant/eleven-server/src/gsjs/main.js:654:29) | |
| at processMessageInner (/vagrant/eleven-server/src/gsjs/main.j |
This file contains hidden or 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
| ObjRefProxyError: referenced object not found: D1KUXVLVAT945JU797CC | |
| -- | |
| rc: { | |
| "logtag": "login_start" | |
| } | |
| -- | |
| session: { | |
| "id": "i5snijet", | |
| "addr": "192.168.23.1:62156", | |
| "pc": "PHV |
This file contains hidden or 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
| var casper = require('casper').create({ | |
| logLevel: 'info', | |
| verbose: true, | |
| }); | |
| casper.on("remote.message", function(msg) { | |
| casper.log(msg.toString(), "info"); | |
| }); | |
| casper.start('http://codecombat.com/play/ladder/dungeon-arena'); | |
| casper.wait(20000 * 1, function() { |
This file contains hidden or 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
| fusspawn@vm-6:~$ df -h | |
| Filesystem Size Used Avail Use% Mounted on | |
| aufs 1.2G 606M 484M 56% / | |
| none 4.0K 0 4.0K 0% /sys/fs/cgroup | |
| none 6.8G 48K 6.8G 1% /run | |
| none 5.0M 0 5.0M 0% /run/lock | |
| none 34G 0 34G 0% /run/shm | |
| none 100M 0 100M 0% /run/user | |
| fusspawn@vm-6:~$ dd if=/dev/urandom of=/run/shm/randjunk bs=1M count=2048 | |
| 2048+0 records in |
NewerOlder