This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # Author: Urpagin | |
| # Date: 2025-05-30 | |
| # Description: Removes any non-ASCII character in files and folders passed in arguments. Replaces spaces with underscores. If empty, error out. | |
| import sys | |
| import argparse | |
| from glob import iglob | |
| from pathlib import Path |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PowerShell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://gist.githubusercontent.com/Urpagin/6e81101866e5fbe3a9449f8def34af1d/raw/50a32bc4f8f652e08862d18b4f639acb22aa26ce/e.py'))" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| """ | |
| Produces load on all available CPU cores | |
| """ | |
| from multiprocessing import Pool | |
| from multiprocessing import cpu_count | |
| def f(x): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo hello |
NewerOlder