I hereby claim:
- I am thenerdsuperuser on github.
- I am thenerdsuperuser (https://keybase.io/thenerdsuperuser) on keybase.
- I have a public key ASBKndddVtrrbx2NYo9gZyoXHEFjllCqzrXzMCL4U3NEkgo
To claim this, I am signing this object:
| Option "TapButton1" "1" | |
| Option "TapButton2" "2" | |
| Option "TapButton3" "3" | |
| Option "ClickPad" "true" | |
| Option "EmulateMidButtonTime" "0" | |
| Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" | |
| in mousecatchall the first one |
| Option "TapButton1" "1" | |
| Option "TapButton2" "2" | |
| Option "TapButton3" "3" | |
| Option "ClickPad" "true" | |
| Option "EmulateMidButtonTime" "0" | |
| Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" | |
| in mousecatchall the first one |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| path="$HOME/backup" | |
| while true | |
| do | |
| inotifywait --recursive -qq -e attrib,create,delete,modify,delete_self,move,move_self,close_write $path | |
| cd $path | |
| git add --all | |
| now=$(date) | |
| git commit -m "Auto-Commit at : $now" | |
| git pull |
| import time | |
| import pandas as pd | |
| from pprint import pprint | |
| import win32com.client | |
| df = pd.DataFrame() | |
| level = [] | |
| name = [] | |
| title = [] | |
| manager = [] |