Oleg
Oleg
Hi What is this code meant for? https://github.com/novutec/WhoisParser/blob/master/Result/Result.php#L500-L502 For ip lookups, it just completely removes the 'network' section.
Hi There's a problem with ipv4 lookup on 32bit systems, because ip2long may return a negative number due to a signed integer overflow. Quoting: http://php.net/manual/en/language.types.integer.php The size of an integer...
Tried to clone the repo and ran into the following error: ``` $ git clone https://github.com/novutec/WhoisParser.git Initialized empty Git repository in /home/oleg/WhoisParser/.git/ remote: Counting objects: 390, done. remote: Compressing objects:...
Hi Nginx threads status chart is not displayed when there's no data collected (Zabbix version: 2.4.7) I'm not sure if it's zabbix issue or nginx template issue but most likely...
1. `$ cat package.json` { "name": "screenshot-as-a-service", "description": "Website screenshot service powered by node.js and phantomjs", "version": "1.1.0", "repository": "https://github.com/fzaninotto/screenshot-as-a-service", "engines": { "node": ">=0.8.4" }, "dependencies": { "express": "3.x", "config":...
Необходимо добавить возможность выставления человеческих стопов вместе с заявками. Сейчас единственный способ реализовать стоп это опрашивать цену и руками выставлять контр-ордер при достижении стоп-цены. Хотя этот метод рабочий, он заведомо...
Необходимо как-то вытаскивать цену исполнения ордера. Кроме того, может быть несколько цен исполнения, надо уметь вытаскивать их все Помимо полного списка цен исполнения и объемов можно выдавать средневзвешенную цену исполнения
Сейчас все задержки делаются через sleep, для торговли по часовикам / дневкам надо предусмотреть более умные механизмы
Hey guys Is the project alive? Any plans to enhance / maintain the framework? There's no licensing information in the repo - is it meant to be Apache 2/MIT-like license?...