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
| const querystring = require('querystring'); | |
| const crypto = require('crypto'); | |
| const request = require('request'); | |
| const key = "XXXX"; | |
| const secret = "XXXX"; | |
| function getBtcBalance(cb) { | |
| const formData = { | |
| "method": "info", | |
| "tonce": parseInt (Date.now() / 1000, 10) |
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
| (node_6.9.4.1_x86_64) sjanecki@xen2:~/workspace/marco$ node server.js | |
| ELoop: 169 | |
| ELoop: 82 | |
| ELoop: 99 | |
| ELoop: 75 | |
| ELoop: 103 | |
| ELoop: 73 | |
| ELoop: 106 | |
| ELoop: 122 | |
| ELoop: 94 |
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
| [ | |
| { | |
| "groupValue": "68f69a0c-0230-445d-9897-0bd4b1991e30", | |
| // true 1446553699665 false Blic (PROD) 68f69a0c-0230-445d-9897-0bd4b1991e30 | |
| "doclist": { | |
| "numFound": 732500, | |
| "start": 0, | |
| "docs": [] | |
| } | |
| }, |
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
| // najnowsza wersja Jade(pug) dziala na SDK 0.8.x na ktorym jest UCS | |
| // https://pugjs.org/ | |
| // cde sdk use node_0.8.28.1 | |
| // npm install pug | |
| var pug = require('pug'); | |
| var fs = require('fs'); | |
| // TE wczytuje glowny szablon (index) i zadeklarowane partiale (head i foot) |
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
| http://opallib.sjanecki.usr.f0.kopyto.dev.onet/tester.php3?f=other&f2=render¶ms=%5B%7B%0D%0A++++%22stream%22%3A+%7B%0D%0A++++++++%22role%22%3A+%22stream%22%2C%0D%0A++++++++%22kind%22%3A+%22stream%22%2C%0D%0A++++++++%22theme%22%3A+%22fakt%22%2C%0D%0A++++++++%22version%22%3A+%221.0.0%22%2C%0D%0A++++++++%22configuration%22%3A+%7B%0D%0A++++++++++++%22modules%22%3A+%5B%0D%0A++++++++++++++++%7B%0D%0A++++++++++++++++++++%22name%22%3A+%22modul_2%22%2C%0D%0A++++++++++++++++++++%22limit%22%3A+2%2C%0D%0A++++++++++++++++++++%22offset%22%3A+0%2C%0D%0A++++++++++++++++++++%22static%22%3A+true%0D%0A++++++++++++++++%7D%2C%0D%0A++++++++++++++++%7B%0D%0A++++++++++++++++++++%22name%22%3A+%22modul_3%22%2C%0D%0A++++++++++++++++++++%22limit%22%3A+3%2C%0D%0A++++++++++++++++++++%22offset%22%3A+2%2C%0D%0A++++++++++++++++++++%22static%22%3A+true%0D%0A++++++++++++++++%7D%2C%0D%0A++++++++++++++++%7B%0D%0A++++++++++++++++++++%22name%22%3A+%22mozaika%22%2C%0D%0A++++++++++++++++++++%22limit%22%3A+6%2C%0D%0A++++++++++++++++++++%22offset% |
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
| { | |
| "sections": [ | |
| { | |
| "title": "List configuration", | |
| "keys": [ | |
| "listConfiguration" | |
| ] | |
| }, | |
| { | |
| "title": "General configuration", |
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
| { | |
| "properties": { | |
| "environment": { | |
| "runtime": "html", | |
| "content": "<div class='area' title='.area'><img id='clock' src='http://i.meemoo.me/v1/in/GJPUFPc8ThuRp9itdXC9_clock-face.png' style='position:absolute; width:300px; height:300px; top:0; left:0;' /><img id='hours' src='http://i.meemoo.me/v1/in/fRL213GT1uCRltIqXkK2_clock-hours.png' style='position:absolute; top:50px; left:130px; height:200px;' /><img id='minutes' src='http://i.meemoo.me/v1/in/23DZFKYoRTOIAjPA7sed_clock-minutes.png' style='position:absolute; top:0; left:140px; height:300px;' /><img id='seconds' src='http://i.meemoo.me/v1/in/VU2HqPmuTqucRpnUGGBj_clock-seconds.png' style='position:absolute; top:0; left:145px; height:300px;' /></div>", | |
| "width": 300, | |
| "height": 300, | |
| "src": "./preview/iframe.html" | |
| }, | |
| "name": "Clock" |
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
| function test() { | |
| /* Unikam inlinowania funkcji. ********************** | |
| ************************************************** | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ************************************************** | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ************************************************** | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ************************************************** | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
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
| function test() { | |
| /* Unikam inlinowania funkcji. ********************** | |
| ************************************************** | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ************************************************** | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ************************************************** | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ************************************************** | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
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
| function test() { | |
| /* Unikam inlinowania funkcji. ********************** | |
| ************************************************** | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ************************************************** | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ************************************************** | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ************************************************** | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
NewerOlder