Keybase proof
I hereby claim:
- I am 53645714n on github.
- I am cynic_custodian (https://keybase.io/cynic_custodian) on keybase.
- I have a public key ASBsdEm83Skah7MmJnKLRYCvFUiiSZccPhgkdL2ox6eTwwo
To claim this, I am signing this object:
#!/usr/bin/env python | |
import sys,os,re | |
for file in sys.argv[1:]: | |
if __file__ in file: continue | |
words = re.split('_|\.',file) | |
words[-3] = words[-3].zfill(2) | |
words[-4] = words[-4].zfill(2) | |
new_name = "_".join(words[:-1]) + "." + words[-1] | |
os.rename(file,new_name) |
import math | |
import numpy | |
import threading | |
from time import sleep | |
from datetime import datetime | |
import sys | |
import Adafruit_DHT | |
import urllib.request | |
# parameters |
#!/bin/bash | |
#create variable btcversion | |
btcpi=$(bitcoin-cli -version | sed 's/.*\(.......\)/\1/') | |
btcgit=$(curl -s https://api.github.com/repos/bitcoin/bitcoin/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")') | |
if [ "$btcpi" = "$btcgit" ]; then | |
btcversion="$btcpi" | |
else | |
btcversion="$btcpi"", update available" | |
fi |
I hereby claim:
To claim this, I am signing this object: