I hereby claim:
- I am Nzen on github.
- I am nzen (https://keybase.io/nzen) on keybase.
- I have a public key whose fingerprint is BBB8 8C10 8301 38C5 BD88 986B E0E0 7587 32D3 D2A5
To claim this, I am signing this object:
| ''' | |
| cli args- src_hi src_wid targ_hi targ_wid | |
| prints the steps to take to resize | |
| ''' | |
| from sys import argv | |
| def resize_instructions( src_hi, src_wid, targ_hi, targ_wid ) : |
I hereby claim:
To claim this, I am signing this object:
| body | |
| { background-color:Black; | |
| color:Silver; } | |
| h1 | |
| { text-align:center; } | |
| tr | |
| { background-color:Black; | |
| color:Silver; } | |
| a:link | |
| { color:Crimson; } |
| import os | |
| def main() : | |
| command = "sdelete.exe "# or "echo " for testing | |
| folder_flag = "-r " | |
| here = os.getcwd() | |
| the_files = "\\*" | |
| current = "" | |
| for_bash = "" | |
| for directory_tuple in os.walk( here, False ) : # top dir, start from top? |