diff --git "a/IDE/\350\275\257\344\273\266\345\256\211\345\205\250.md" "b/IDE/\350\275\257\344\273\266\345\256\211\345\205\250.md" index 15828218b..48bab69ef 100644 --- "a/IDE/\350\275\257\344\273\266\345\256\211\345\205\250.md" +++ "b/IDE/\350\275\257\344\273\266\345\256\211\345\205\250.md" @@ -42,6 +42,7 @@ * [https://github.com/nsacyber](https://github.com/nsacyber) * 安全测试平台 [https://github.com/yaklang/yakit](https://github.com/yaklang/yakit) * 漏洞POC知识库 [https://github.com/Threekiii/Awesome-POC](https://github.com/Threekiii/Awesome-POC) +* Java安全 [https://github.com/HackJava/HackJava](https://github.com/HackJava/HackJava) diff --git a/Java/README.md b/Java/README.md index a09edb174..263bdac10 100644 --- a/Java/README.md +++ b/Java/README.md @@ -40,6 +40,7 @@ * [https://github.com/su18](https://github.com/su18) * [https://github.com/phith0n](https://github.com/phith0n) * [https://github.com/vulhub](https://github.com/vulhub) +* 10亿行性能测试 [https://github.com/gunnarmorling/1brc](https://github.com/gunnarmorling/1brc) **Windows隐藏窗口后台运行jar包(推荐vbs可设置JVM参数)** diff --git a/Other/Markdown.md b/Other/Markdown.md index 0c2c51797..be57ea277 100644 --- a/Other/Markdown.md +++ b/Other/Markdown.md @@ -553,6 +553,7 @@ string &operator+(const string& A,const string& B) //cpp * [https://github.com/notable/notable](https://github.com/notable/notable) * [https://github.com/nhn/tui.editor](https://github.com/nhn/tui.editor) * [https://github.com/aguang-xyz/aurora-editor](https://github.com/aguang-xyz/aurora-editor) +* [https://github.com/1943time/bluestone](https://github.com/1943time/bluestone) * 笔记 [https://github.com/laurent22/joplin](https://github.com/laurent22/joplin) * [https://github.com/evernote](https://github.com/evernote) * [https://github.com/leanote](https://github.com/leanote) diff --git "a/Other/\344\271\246\347\261\215\345\222\214\345\215\232\345\256\242.md" "b/Other/\344\271\246\347\261\215\345\222\214\345\215\232\345\256\242.md" index fbd3bc64d..ceb508e6e 100644 --- "a/Other/\344\271\246\347\261\215\345\222\214\345\215\232\345\256\242.md" +++ "b/Other/\344\271\246\347\261\215\345\222\214\345\215\232\345\256\242.md" @@ -68,6 +68,7 @@ * [https://github.com/docs4dev](https://github.com/docs4dev) * [https://www.docs4dev.com](https://www.docs4dev.com) * [https://github.com/docshome](https://github.com/docshome) +* [Beej 的网络概念指南](https://beej.us/guide/bgnet0/html/split/index.html) * 计算机电子书 [https://github.com/itdevbooks/pdf](https://github.com/itdevbooks/pdf) * [https://github.com/forthespada/CS-Books](https://github.com/forthespada/CS-Books) * [https://github.com/ossu/computer-science](https://github.com/ossu/computer-science) diff --git a/PL/CPlusPlus.md b/PL/CPlusPlus.md index 27298c866..9683aa6d8 100644 --- a/PL/CPlusPlus.md +++ b/PL/CPlusPlus.md @@ -64,12 +64,12 @@ * [https://github.com/abseil/abseil-cpp](https://github.com/abseil/abseil-cpp) * [https://github.com/alaingalvan](https://github.com/alaingalvan) * [https://github.com/vectorclass](https://github.com/vectorclass) +* [https://github.com/electronicarts](https://github.com/electronicarts) * 内存分配 [https://github.com/foonathan/memory](https://github.com/foonathan/memory) * 微服务 [https://github.com/TarsCloud](https://github.com/TarsCloud) * 包管理 [https://github.com/microsoft/vcpkg](https://github.com/microsoft/vcpkg) * [适用于Windows,Linux和MacOS的C ++库管理器](https://docs.microsoft.com/zh-cn/cpp/build/vcpkg) * [https://github.com/ericniebler/range-v3](https://github.com/ericniebler/range-v3) -* [https://github.com/electronicarts/CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection) * UI [https://github.com/ocornut/imgui](https://github.com/ocornut/imgui) * [https://github.com/cimgui/cimgui](https://github.com/cimgui/cimgui) * [https://github.com/KDAB](https://github.com/KDAB) diff --git a/PL/README.md b/PL/README.md index 1d6d12080..c77aaf708 100644 --- a/PL/README.md +++ b/PL/README.md @@ -183,6 +183,7 @@ * CPU仿真器框架 [https://github.com/unicorn-engine/unicorn](https://github.com/unicorn-engine/unicorn) * 开发证书 [https://github.com/topics/certificates](https://github.com/topics/certificates) * [https://github.com/FiloSottile/mkcert](https://github.com/FiloSottile/mkcert) +* [https://github.com/selfcertificationhub/selfcertificationhub](https://github.com/selfcertificationhub/selfcertificationhub) * 软件逆向工程框架 [https://github.com/NationalSecurityAgency/ghidra](https://github.com/NationalSecurityAgency/ghidra) * 编码转换器 [https://github.com/gchq/CyberChef](https://github.com/gchq/CyberChef) * [https://github.com/mattnotmax/cyberchef-recipes](https://github.com/mattnotmax/cyberchef-recipes) diff --git "a/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" "b/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" index 30965a068..a8c51f3f0 100644 --- "a/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" +++ "b/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" @@ -234,8 +234,10 @@ * [https://github.com/haoheliu/AudioLDM](https://github.com/haoheliu/AudioLDM) * [https://github.com/Plachtaa/VALL-E-X](https://github.com/Plachtaa/VALL-E-X) * [https://github.com/jianchang512/clone-voice](https://github.com/jianchang512/clone-voice) +* [https://github.com/myshell-ai/OpenVoice](https://github.com/myshell-ai/OpenVoice) * 音频处理 [https://github.com/facebookresearch/audiocraft](https://github.com/facebookresearch/audiocraft) * [https://github.com/jianchang512/vocal-separate](https://github.com/jianchang512/vocal-separate) +* 语音转文字 [https://github.com/jianchang512/stt](https://github.com/jianchang512/stt) * 文本复述 [https://github.com/tongchangD/text_data_enhancement_with_LaserTagger](https://github.com/tongchangD/text_data_enhancement_with_LaserTagger) * [https://github.com/innnky/so-vits-svc](https://github.com/innnky/so-vits-svc) * [https://github.com/34j/so-vits-svc-fork](https://github.com/34j/so-vits-svc-fork) @@ -287,6 +289,7 @@ * 生成头像 [https://github.com/leap-ai/headshots-starter](https://github.com/leap-ai/headshots-starter) * 图片人物说话 [https://github.com/Winfredy/SadTalker](https://github.com/Winfredy/SadTalker) * [https://github.com/XingangPan/DragGAN](https://github.com/XingangPan/DragGAN) +* [https://github.com/ali-vilab/dreamtalk](https://github.com/ali-vilab/dreamtalk) * 新闻网页正文通用抽取器 [https://github.com/GeneralNewsExtractor](https://github.com/GeneralNewsExtractor) * [https://github.com/nlplab/brat](https://github.com/nlplab/brat) * [https://github.com/whitead/paper-qa](https://github.com/whitead/paper-qa) @@ -395,9 +398,11 @@ - [https://github.com/Yidadaa/ChatGPT-Next-Web](https://github.com/Yidadaa/ChatGPT-Next-Web) - [Docker系列 基于OpenAI API和Access Token自建ChatGPT](https://blognas.hwb0307.com/linux/docker/4201) - [https://github.com/lss233/chatgpt-mirai-qq-bot](https://github.com/lss233/chatgpt-mirai-qq-bot) +- [https://github.com/aaamoon/copilot-gpt4-service](https://github.com/aaamoon/copilot-gpt4-service) - [https://github.com/Chanzhaoyu/chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web) - [https://github.com/ChatGPTNextWeb](https://github.com/ChatGPTNextWeb) - [https://github.com/chatanywhere/GPT_API_free](https://github.com/chatanywhere/GPT_API_free) +- 网页生成 [https://github.com/Yuyz0112/vx.dev](https://github.com/Yuyz0112/vx.dev) - [https://www.coze.com](https://www.coze.com) - [https://codeium.com/waitlist/gpt-4](https://codeium.com/waitlist/gpt-4) - [https://copilot.microsoft.com](https://copilot.microsoft.com) diff --git a/Shell/README.md b/Shell/README.md index 522ec3f4a..aab13ed33 100644 --- a/Shell/README.md +++ b/Shell/README.md @@ -42,6 +42,7 @@ - [https://github.com/chubin](https://github.com/chubin) - AI加持 [https://github.com/emcf/engshell](https://github.com/emcf/engshell) - 历史导入SQLite [https://github.com/atuinsh/atuin](https://github.com/atuinsh/atuin) +- 历史查找 [https://github.com/YiNNx/cmd-wrapped](https://github.com/YiNNx/cmd-wrapped) * [https://github.com/google/zx](https://github.com/google/zx) diff --git a/System/README.md b/System/README.md index 72c37e80d..74eb050ac 100644 --- a/System/README.md +++ b/System/README.md @@ -430,6 +430,11 @@ * 证件照 [https://github.com/zhbhun/idify](https://github.com/zhbhun/idify) * 在线PS [https://github.com/viliusle/miniPaint](https://github.com/viliusle/miniPaint) * [https://zaixianps.net](https://zaixianps.net) +* 创意图片编辑 [https://github.com/sleepy-zone/fabritor-web](https://github.com/sleepy-zone/fabritor-web) +* 复古游戏 [https://github.com/arianrhodsandlot/nostalgist](https://github.com/arianrhodsandlot/nostalgist) +* [https://github.com/arianrhodsandlot/retro-assembly](https://github.com/arianrhodsandlot/retro-assembly) +* [https://github.com/retrobrews](https://github.com/retrobrews) +* 中国历史 [https://github.com/liujuntao123/chines-history-video](https://github.com/liujuntao123/chines-history-video) @@ -446,6 +451,8 @@ * 团队协作和文档 [https://www.notion.so](https://www.notion.so) * [https://github.com/mattermost/focalboard](https://github.com/mattermost/focalboard) * [https://github.com/AppFlowy-IO/appflowy](https://github.com/AppFlowy-IO/appflowy) +* [https://github.com/burntcarrot/pairpad](https://github.com/burntcarrot/pairpad) + * [在 Go 中构建协作文本编辑器](https://www.aadhav.me/posts/collaborative-editor) * 腾讯文档 [http://docs.qq.com](http://docs.qq.com) * [https://github.com/seatable](https://github.com/seatable) * [https://slack.com](https://slack.com) diff --git "a/System/Windows\350\275\257\344\273\266.md" "b/System/Windows\350\275\257\344\273\266.md" index 497157f93..bbf3a6736 100644 --- "a/System/Windows\350\275\257\344\273\266.md" +++ "b/System/Windows\350\275\257\344\273\266.md" @@ -1153,3 +1153,4 @@ THUV2-32HH7-6NMHN-PTX7Y-QQCTH(该序列号来自昔阳县政府) - [https://github.com/telescope-org](https://github.com/telescope-org) - [https://github.com/wechaty/wechaty](https://github.com/wechaty/wechaty) - QQ机器人 [https://github.com/Mrs4s](https://github.com/Mrs4s) +- 微信机器人 [https://github.com/ngc660sec/NGCBot](https://github.com/ngc660sec/NGCBot) diff --git "a/Web/JavaScript\347\254\254\344\270\211\346\226\271\345\272\223.md" "b/Web/JavaScript\347\254\254\344\270\211\346\226\271\345\272\223.md" index e8f9a1205..ead1a4d7e 100644 --- "a/Web/JavaScript\347\254\254\344\270\211\346\226\271\345\272\223.md" +++ "b/Web/JavaScript\347\254\254\344\270\211\346\226\271\345\272\223.md" @@ -245,6 +245,7 @@ * 随机数 [https://github.com/ChrisCavs/aimless.js](https://github.com/ChrisCavs/aimless.js) * Promise [https://github.com/petkaantonov/bluebird](https://github.com/petkaantonov/bluebird) * 矩阵计算 [https://github.com/mateogianolio/vectorious](https://github.com/mateogianolio/vectorious) +* 日历 [https://github.com/schedule-x/schedule-x](https://github.com/schedule-x/schedule-x) - 数字精度 [https://github.com/topics/arbitrary-precision](https://github.com/topics/arbitrary-precision) diff --git a/Web/README.md b/Web/README.md index 5fad8e571..aa2da5543 100644 --- a/Web/README.md +++ b/Web/README.md @@ -171,6 +171,8 @@ * [https://github.com/squidfunk/mkdocs-material](https://github.com/squidfunk/mkdocs-material) * 简历 [https://github.com/xaoxuu/resume-docs](https://github.com/xaoxuu/resume-docs) * [https://github.com/AmruthPillai/Reactive-Resume](https://github.com/AmruthPillai/Reactive-Resume) +* [https://github.com/i5heu/Faultier-CV](https://github.com/i5heu/Faultier-CV) +* [https://github.com/RylanBot/resume-json-pdf](https://github.com/RylanBot/resume-json-pdf) * 百科 [https://github.com/Requarks/wiki](https://github.com/Requarks/wiki) * [https://github.com/phachon/mm-wiki](https://github.com/phachon/mm-wiki) * [https://github.com/tangly1024/NotionNext](https://github.com/tangly1024/NotionNext)