Yuchen Ying

Results 34 issues of Yuchen Ying

Two things need to be changed to support py3k: 1. check feature `python3` instead of `python` 2. use `python3

``` (.py3kvenv) yegle@november ~ $ python ttp.py File "ttp.py", line 26 AT_SIGNS = ur'[@\uff20]' ^ SyntaxError: invalid syntax ``` This is a test on Python 3.3.0

### qBittorrent & operating system versions qBittorrent: 4.6.4 x64 OS: Synology DSM 7 (run qBittorrent in Docker) Qt: 6.6.2 Libtorrent: 2.0.10.0 ### What is the problem? Sorry if the title...

Example command: ```parallel --halt now,success=1 -u -N0 python vanity_npub.py -j1 TARGET ::: {0..$(nproc)}``` Explanation: - `--halt now,success=1`: stop all commands as soon as one of them returned success - `-u`:...