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
variant: flatcar | |
version: 1.0.0 | |
storage: | |
files: | |
- path: /etc/systemd/network/00-eth0.network | |
contents: | | |
[Match] | |
Name=eth0 | |
[Network] | |
DNS=8.8.8.8 |
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
item_id | name | time | sell | buy | lowest_sell | highest_buy | |
---|---|---|---|---|---|---|---|
10001000101 | Caldari Shuttle | 2021-10-07T23:00:00+00:00 | 4320000.0 | 301000.0 | 2000000.0 | 555555.0 | |
10001000201 | Minmatar Shuttle | 2021-10-07T23:00:00+00:00 | 2410000.0 | 250000.0 | 1000000.0 | 250000.0 | |
10001000301 | Amarr Shuttle | 2021-10-07T23:00:00+00:00 | 1500000.0 | 15400.0 | 800000.0 | 255001.0 | |
10001000401 | Gallente Shuttle | 2021-10-07T23:00:00+00:00 | 1790000.0 | 226000.0 | 1000000.0 | 255001.0 | |
10100000101 | Griffin | 2021-10-07T23:00:00+00:00 | 684000.0 | 100000.0 | 368000.0 | 100000.0 | |
10100000103 | Bantam | 2021-10-07T23:00:00+00:00 | 2980000.0 | 183000.0 | 2900000.0 | 200000.0 | |
10100000104 | Bantam II | 2021-10-07T23:00:00+00:00 | 10300000.0 | 1200000.0 | 9000000.0 | 3000000.0 | |
10100000105 | Condor | 2021-10-07T23:00:00+00:00 | 4490.0 | 100.0 | 4000.0 | 101.0 | |
10100000106 | Merlin | 2021-10-07T23:00:00+00:00 | 49100.0 | 806.0 | 7000.0 | 10000.0 |
Поступило требование от платформы микросервисной архитектуры - перевести взаимодействие разрабатываемых микросервисов в формат JSON. Микросервисы должны быть построены на базе OPENAPI3 стандарта. Спецификация будет служить единым документом, описывающий ваш сервис.
Тип поддерживаемых медиатипов для сервисов - application/json Версия сервисов - 1.3.43 Авторизация для запроса данных - отсутствует
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
### Keybase proof | |
I hereby claim: | |
* I am rs0x29a on github. | |
* I am rs0x29a (https://keybase.io/rs0x29a) on keybase. | |
* I have a public key ASC0Uyk8ENSg9Q9J5zNa6aFxm5Lb1Ln3VUQNgQHUOBgSHwo | |
To claim this, I am signing this object: |
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
@echo off | |
netsh interface portproxy delete v4tov4 listenport=9222 listenaddress=0.0.0.0 | |
start /b cmd /c call "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --user-data-dir=dev-mode-removeme --disk-cache-dir=null --overscroll-history-navigation=0 --disable-web-security -–allow-file-access-from-files "%~dp0/src/index.html" | |
timeout 5 | |
netsh interface portproxy add v4tov4 listenport=9222 connectaddress=127.0.0.1 connectport=9222 listenaddress=0.0.0.0 | |
cls | |
echo ============================================ | |
echo Chrome started with following configuration: | |
echo ============================================ | |
echo * No-Caching |
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
SIM: | |
./zenbot.sh sim poloniex.ETH-BTC --strategy=sar --period=10s --min_periods=52 --sell_stop_pct=10 --buy_stop_pct=5 --profit_stop_enable_pct=5 --max_slippage_pct=5 --buy_pct=50 --sell_pct=100 --order_adjust_time=10000 --max_sell_loss_pct=0 --order_poll_time=2500 --wait_for_settlement=2500 --markup_pct=0.5 --order_type=maker --days=2 --currency_capital=10000 --asset_capital=0 --avg_slippage_pct=0.05 --sar_af=0.015 --sar_max_af=0.3 | |
TRADE: | |
./zenbot.sh trade poloniex.ETH-BTC --strategy=sar --period=10s --min_periods=52 --sell_stop_pct=10 --buy_stop_pct=5 --profit_stop_enable_pct=5 --max_slippage_pct=5 --buy_pct=50 --sell_pct=100 --order_adjust_time=10000 --max_sell_loss_pct=0 --order_poll_time=2500 --wait_for_settlement=2500 --markup_pct=0.5 --order_type=maker --days=2 --asset_capital=0 --avg_slippage_pct=0.05 --sar_af=0.015 --sar_max_af=0.3 | |
SIM Result | |
========================================== | |
end balance: 11260.54826194 (12.61%) | |
buy hold: 9604.42511521 (-3.96%) |