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
| XXXXXX | |
| XXXXXXXX XXXXXXXXXXXX | |
| XXXXXXXXXXXXXXXXXXXXXXXXXXXX | |
| XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXX | |
| XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXX XXXXXX XXXX | |
| XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXX XX XXXXXX | |
| XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXX |
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
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
| XXXXXXXXXX | |
| XXXXXXXXXXXX XXXXXXXXXXXXXXXX | |
| XXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXX |
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
| XXXXXXXXXX | |
| XXXXXXXXXXXX XXXXXXXXXXXXXXXX | |
| XXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXX |
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
| :::: | |
| :::::::: | |
| :::::::::::::::: | |
| :::::::::::::::::::: | |
| :::::::::::::::::::::::::: | |
| :::::::::::::::::::::::::::::: | |
| :::::::::::::::::::::::::::::::::: | |
| :::::::::::::::::::::::::::::::::: | |
| :::::::::::::::::::::::::::::::::::::::: |
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
| :::::: | |
| :::::::::::: | |
| :::::::::::::::: | |
| :::::::::::::::::::::::: | |
| :::::::::::::::::::::::::::: | |
| :::::::::::::::::::::::::::::::::: | |
| :::::::::::::::::::::::::::::::::::::: | |
| :::::::::::::::::::::::::::::::::::::::::::: | |
| ::::::::::::::::::::::::::::::::::::: |
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
| :::: | |
| :::::::::: | |
| :::::::::: | |
| :::::::::: | |
| :::::::::::: | |
| :::::::::::::: | |
| :: :::: :::: |
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
| Math.exp(0.3650874275167828) | |
| // node v0.10 | |
| // 1.4406399542173363 | |
| // node v0.12 | |
| // 1.440639954217336 |
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
| fs = require('fs'); | |
| http = require('http'); | |
| url = require('url'); | |
| exec = require('child_process').execSync | |
| http.createServer(function(req, res){ | |
| var request = url.parse(req.url, true); | |
| if (request.pathname.split('/')[1] === 'tile') { | |
| var tile = request.pathname.split('/')[2].split('.')[0].split('-') | |
| res.writeHead(200, {'Content-Type': 'image/png' }); | |
| var img |
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
| {"Count":2368,"Items":[{"range":{"S":"1410739200000!1410739200000!event!map.click"},"hash":{"S":"edenhalperin"},"hour:0":{"N":"912"}},{"range":{"S":"1410739200000!1410739200000!event!map.dragend"},"hash":{"S":"edenhalperin"},"hour:2":{"N":"534"}},{"range":{"S":"1410739200000!1410739200000!event!map.load"},"hash":{"S":"edenhalperin"},"hour:1":{"N":"479"}},{"range":{"S":"1410739200000!1410739200000!status!batteryLevel!0-20%"},"hash":{"S":"edenhalperin"},"hour:0":{"N":"836"}},{"range":{"S":"1410739200000!1410739200000!status!batteryLevel!21-40%"},"hash":{"S":"edenhalperin"},"hour:0":{"N":"196"}},{"range":{"S":"1410739200000!1410739200000!status!batteryLevel!41-60%"},"hash":{"S":"edenhalperin"},"hour:0":{"N":"94"}},{"range":{"S":"1410739200000!1410739200000!status!batteryLevel!61-80%"},"hash":{"S":"edenhalperin"},"hour:0":{"N":"163"}},{"range":{"S":"1410739200000!1410739200000!status!batteryLevel!81-100%"},"hash":{"S":"edenhalperin"},"hour:0":{"N":"980"}},{"range":{"S":"1410739200000!1410739200000!status!batteryL |