Keybase proof
I hereby claim:
- I am llllvvuu on github.
- I am llwu (https://keybase.io/llwu) on keybase.
- I have a public key ASBegEzHvChNWe569jBMgHkkJPAmA7La4nhxghUB4gEdZgo
To claim this, I am signing this object:
# Mouse Emulation | |
# =============== | |
# | |
# This configuration file emulates a mouse. The left stick controls | |
# the cursor, the right stick becomes a horizontal and vertical scroll | |
# wheel, the dpad acts as cursor keys, the start and back buttons | |
# become forward and back buttons, the guide button escape and LB and | |
# RB become page up and page down and the face button act as mouse | |
# button. |
infile=$1 | |
shift | |
outfile=$1 | |
shift | |
ffmpeg -dump_attachment:t "" -i "$infile" | |
mv *.ttf *.TTF *.otf *.OTF *.ttc *.TTC ~/.fonts | |
fc-cache -fv ~/.fonts | |
ffmpeg -i "$infile" -map 0:s:0 subs.ass | |
for var in "$@" | |
do |
# Python 3.7+ | |
# Usage: Download `trades.csv` from FTX.US, run this, and upload `cointracker.csv` to CoinTracker. | |
if __name__ == '__main__': | |
import csv | |
from datetime import datetime | |
trades = [] | |
with open('trades.csv') as f: |
I hereby claim:
To claim this, I am signing this object: