本人写的小工具, 遵循 MIT 开源协议.
| 软件名 | 源代码文件 | 编程语言 | 状态 | 维护者 |
|---|---|---|---|---|
| 必应每日壁纸 | py/BingImage.py | Python 3 | ✅ 正常维护 | Zhu-Xinrong (Kendall) |
| 重复文件查找器 | py/DuplicateFileFinder.py | Python 3 | ✅ 正常维护 | Zhu-Xinrong (Kendall) |
| 考试倒计时 | py/ExamTimer.py | Python 3 | ✅ 正常维护 | Zhu-Xinrong (Kendall) |
| 二维码工具 | py/QRCode.py | Python 3 | ✅ 正常维护 | Zhu-Xinrong (Kendall) |
| 随机密码生成器 | py/RandomPasswordGenerator.py | Python 3 | ✅ 正常维护 | Zhu-Xinrong (Kendall) |
| 连点器 | cpp/auto_clicker.cpp | C++ | ✅ 正常维护 | MaxLHy0424 (Mingxu Ye) |
| 密码生成器 (命令行) | cpp/password_generator.cpp | C++ | ✅ 正常维护 | MaxLHy0424 (Mingxu Ye) |
Note
对于 cpp 下的任意 .cpp 文件, 推荐使用以下编译命令 (需要安装 g++ 和 lld):
g++ cpp/文件名 -DNDEBUG -static -pipe -finput-charset=utf-8 -fexec-charset=gbk -std=gnu++26 -W{all,extra,effc++,pedantic,cast-align,logical-op,redundant-decls,shadow,strict-null-sentinel} -D{ANSI,_ANSI} -I./include -Ofast -flto=auto -fno-use-linker-plugin -fwhole-program -s -fvisibility=hidden -fvisibility-inlines-hidden -fno-rtti -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-common -ffunction-sections -fdata-sections -fno-semantic-interposition -fdevirtualize-at-ltrans -fdevirtualize-speculatively -fipa-pta -fipa-ra -fipa-icf -fomit-frame-pointer -fno-plt -march=x86-64 -mtune=generic -msse3 -mfpmath=sse -fuse-ld=lld -Wl,-O3,--lto-O3,--lto-CGO3,--gc-sections,--strip-all,--as-needed,--no-insert-timestamp,--no-seh,--disable-runtime-pseudo-reloc,--disable-auto-import,--dynamicbase,--nxcompat,--high-entropy-va,--tsaware,--icf=all -o output.exe更新于 2026-01-01T003:07:00Z