I hereby claim:
- I am WyseNynja on github.
- I am bwstitt (https://keybase.io/bwstitt) on keybase.
- I have a public key whose fingerprint is EB72 36AE 0AB2 F4F4 5CC7 5EC2 5981 917D 82F1 7DED
To claim this, I am signing this object:
# docker-compose up -d appswitch | |
# docker-compose up -d test | |
# /opt/appswitch/sbin/ax run -- curl -I test:8000 | |
# docker-compose up -d | |
# docker-compose logs -f consul-a # https://pastebin.com/3nPdMr5V | |
# /opt/appswitch/sbin/ax run -- curl -I consul-a:8500 # hangs | |
version: '2.3' | |
volumes: |
diff --git a/ubase/util.ml b/src/ubase/util.ml | |
index 7376799..1231eb6 100644 | |
--- a/ubase/util.ml | |
+++ b/src/ubase/util.ml | |
@@ -399,15 +399,25 @@ let rec trimWhitespace s = | |
else | |
s | |
-let splitIntoWords (s:string) (c:char) = | |
- let rec inword acc start pos = |
diff --git a/ubase/util.ml b/src/ubase/util.ml | |
index 7376799..1231eb6 100644 | |
--- a/ubase/util.ml | |
+++ b/src/ubase/util.ml | |
@@ -399,15 +399,25 @@ let rec trimWhitespace s = | |
else | |
s | |
-let splitIntoWords (s:string) (c:char) = | |
- let rec inword acc start pos = |
# you need to set ZT6PLANE to match your network | |
version: '2.3' | |
networks: | |
zerotier: | |
driver: bridge | |
enable_ipv6: true | |
internal: false | |
ipam: |
I hereby claim:
To claim this, I am signing this object:
parity_1 | 2017-09-22 19:09:36 UTC IO Worker #2 TRACE pip Incoming packet 3 from peer 0 | |
parity_1 | 2017-09-22 19:09:36 UTC IO Worker #2 TRACE pip pre-verifying response for Request #3847 from peer 0 | |
parity_1 | 2017-09-22 19:09:36 UTC IO Worker #2 TRACE pip requesting from peer 0. Cost: 111702495; Available: 466144137 | |
parity_1 | 2017-09-22 19:09:36 UTC IO Worker #0 TRACE pip Incoming packet 3 from peer 0 | |
parity_1 | 2017-09-22 19:09:36 UTC IO Worker #0 TRACE pip pre-verifying response for Request #3848 from peer 0 | |
parity_1 | 2017-09-22 19:09:36 UTC IO Worker #0 TRACE pip requesting from peer 0. Cost: 111702495; Available: 454441642 | |
parity_1 | 2017-09-22 19:09:36 UTC IO Worker #3 TRACE pip Incoming packet 3 from peer 0 | |
parity_1 | 2017-09-22 19:09:36 UTC IO Worker #3 TRACE pip pre-verifying response for Request #3849 from peer 0 | |
parity_1 | 2017-09-22 19:09:36 UTC IO Worker #3 TRACE pip requesting from peer 0. Cost: 111702495; Available: 342739147 | |
parity_1 | 2017-09-22 19:09:36 UTC IO Worker #2 |
parity_1 | 2017-09-22 06:15:18 UTC main INFO parity::run Starting Parity/v1.7.2-beta-9f47909-20170918/x86_64-linux-gnu/rustc1.19.0 | |
parity_1 | 2017-09-22 06:15:18 UTC main INFO parity::run Keys path /home/abc/.local/share/io.parity.ethereum/keys/Foundation | |
parity_1 | 2017-09-22 06:15:18 UTC main INFO parity::run DB path /home/abc/.local/share/io.parity.ethereum/chains/ethereum/db/906a34e69aec8c0d | |
parity_1 | 2017-09-22 06:15:18 UTC main INFO parity::run Path to dapps /home/abc/.local/share/io.parity.ethereum/dapps | |
parity_1 | 2017-09-22 06:15:18 UTC main INFO parity::run Running in experimental Light Client mode. | |
parity_1 | 2017-09-22 06:15:19 UTC main DEBUG pip Initializing light protocol handler | |
parity_1 | 2017-09-22 06:15:20 UTC IO Worker #3 TRACE pip Sending status to peer 0 | |
parity_1 | 2017-09-22 06:15:20 UTC IO Worker #1 TRACE pip Peer 0 disconnecting | |
parity_1 | 2017-09-22 06:15:21 UTC IO Worker #3 TRACE pip Sending status to peer 0 | |
parity_1 | 2017-09-22 06:15:21 UTC IO Worker #1 TRACE pi |
"""Click script to handle exports from the crypto-only exchange, Poloniex.""" | |
import csv | |
import click | |
@click.command() | |
@click.argument( | |
'loan_export', | |
type=click.File('rt'), | |
) |
Soldering Iron
Heat Shrink Gun
FTDI Cable 5V - $17.95 - https://www.sparkfun.com/products/9718 - This can be replaced by a FTDI Breakout Board 5V
Parts
#!/usr/bin/env bash | |
set -e | |
COINCLIENT=bitcoin-cli | |
function displaytime { | |
local T=$1 | |
local D=$((T/60/60/24)) | |
local H=$((T/60/60%24)) |