I hereby claim:
- I am iceman1001 on github.
- I am iceman1001 (https://keybase.io/iceman1001) on keybase.
- I have a public key ASDyI-k9c1rw6GsFNGbN4lrjRZFWsQYdpz1myx_xv4JxUAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
# python3 -m pip install pandas, lxml, html5lib | |
import sys | |
import pandas as pd | |
import requests | |
ATR_URL = 'https://www.eftlab.co.uk/knowledge-base/171-atr-list-full/' | |
def print_atr(df): |
#!/usr/bin/env bash | |
# | |
# chmod 755 sd.sh | |
# | |
# Sample code | |
# ./sd.sh "00 01 02 03 04 05" -C4 | |
# | |
str="$1" | |
cleanstr="${str// /}" |