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
| #!/usr/bin/env python | |
| import os | |
| import requests | |
| import uuid | |
| from random import randint | |
| from uuid import uuid4 | |
| def read_in_chunks(file_object, chunk_size=65536): | |
| while True: |
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
| ;; read gpg-agent environment | |
| (defun read-env-line (line) | |
| "read a env line and post to environment" | |
| (let ((key-value-pair (split-string line "=" t))) | |
| (setenv (car key-value-pair) (car (last key-value-pair)))) | |
| ) | |
| (defvar gpg-agent-info-file) | |
| (setq gpg-agent-info-file (concat (getenv "HOME") "/.gpg-agent-info")) | |
| (when | |
| (file-exists-p gpg-agent-info-file) |
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
| Name | Symbol | Website | base58 prefix same as ZEC? | Misc | |
|---|---|---|---|---|---|
| Hush | HUSH | https://myhush.org | Yes |