I hereby claim:
- I am maqp on github.
- I am maqp (https://keybase.io/maqp) on keybase.
- I have a public key ASDcgTCRnmngx6ioPlR_BFcX6hloJMoJZkkj4EfWnK71mQo
To claim this, I am signing this object:
| #!/usr/bin/env python3.6 | |
| # -*- coding: utf-8 -*- | |
| import base64 | |
| import hashlib | |
| import os | |
| import random | |
| import shlex | |
| import socket | |
| import subprocess |
| import base64 | |
| import os | |
| # The durations floats are durations in seconds it took to have Google | |
| # translate pronounce each word. These samples were recorded and the | |
| # duration was measured using Audacity to best of ability. | |
| b10_table = {'0': ('zero ', 0.882), | |
| '1': ('one ', 0.699), | |
| '2': ('two ', 0.718), |
| #!/usr/bin/env bash | |
| create_install_dir () { | |
| if [ -d "$HOME/stemtest" ]; then | |
| mv $HOME/stemtest stemtest_backup_at_$(date +%Y-%m-%d_%H-%M-%S) | |
| fi | |
| mkdir -p $HOME/stemtest 2>/dev/null | |
| } | |
| set -e |
| #!/usr/bin/env bash | |
| create_install_dir () { | |
| if [ -d "$HOME/stemtest" ]; then | |
| mv $HOME/stemtest stemtest_backup_at_$(date +%Y-%m-%d_%H-%M-%S) | |
| fi | |
| mkdir -p $HOME/stemtest 2>/dev/null | |
| } | |
| set -e |
| #!/usr/bin/env python3.6 | |
| # -*- coding: utf-8 -*- | |
| import base64 | |
| import binascii | |
| import hashlib | |
| import os | |
| import random | |
| import shlex | |
| import socket |
| #!/usr/bin/env bash | |
| sudo apt install automake build-essential git libevent-dev libssl-dev zlib1g zlib1g-dev -y # Tor dependencies | |
| create_install_dir () { | |
| if [ -d "$HOME/stemtest" ]; then | |
| mv $HOME/stemtest stemtest_backup_at_$(date +%Y-%m-%d_%H-%M-%S) | |
| fi | |
| mkdir -p $HOME/stemtest 2>/dev/null | |
| } |
| connecting_to_tor: 100% - Done | |
| Starting Onion Service... Exception in thread Event Notifier: | |
| Traceback (most recent call last): | |
| File "/home/maqp/stemtest/venv_stemtest/lib/python3.6/site-packages/stem/response/events.py", line 681, in _parse | |
| stem.control._parse_circ_entry(self.directory) | |
| File "/home/maqp/stemtest/venv_stemtest/lib/python3.6/site-packages/stem/control.py", line 3957, in _parse_circ_entry | |
| raise stem.ProtocolError('Nickname in the circuit path is malformed (%s)' % nickname) | |
| stem.ProtocolError: Nickname in the circuit path is malformed (B/Sh+2Pm1aeCnj/8zjyRwqheTTzqiznVNh1WtPAT4w4) | |
| During handling of the above exception, another exception occurred: |
| #!/usr/bin/env bash | |
| sudo apt install automake build-essential git libevent-dev libssl-dev zlib1g zlib1g-dev -y # Tor dependencies | |
| create_install_dir () { | |
| if [ -d "$HOME/stemtest" ]; then | |
| mv $HOME/stemtest stemtest_backup_at_$(date +%Y-%m-%d_%H-%M-%S) | |
| fi | |
| mkdir -p $HOME/stemtest 2>/dev/null | |
| } |
| #!/usr/bin/env python3.6 | |
| # -*- coding: utf-8 -*- | |
| import base64 | |
| import binascii | |
| import hashlib | |
| import os | |
| import random | |
| import shlex |
I hereby claim:
To claim this, I am signing this object: