Skip to content

MaxLHy0424/single

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

仓库简介

本人写的小工具, 遵循 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++ cpp/文件名 -DNDEBUG -static -pipe -finput-charset=utf-8 -fexec-charset=gbk -std=gnu++26 -Wall -Wextra -Weffc++ -Wpedantic -Wcast-align -Wlogical-op -Wredundant-decls -Wshadow -Wstrict-null-sentinel -DANSI -D_ANSI -Ofast -flto=auto -fuse-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 -fipa-pta -fipa-ra -fipa-icf -fomit-frame-pointer -fno-plt -march=x86-64 -mtune=generic -msse3 -mfpmath=sse "-Wl,--gc-sections,--strip-all,--as-needed,--no-insert-timestamp,--pic-executable,--dynamicbase,--nxcompat" -o output.exe

该库的其他贡献者

MaxLHy0424 (Mingxu Ye)


更新于 2026-01-01T003:07:00Z

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.2%
  • Python 45.8%