data update

master
GrowingGit 2 years ago
parent 03e2bea308
commit 9f4520b4d9

@ -1,210 +1,210 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > All Language
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Language|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books)|:books: Freely available programming books|311304|-|2024-02-10|
|2|[jwasham/coding-interview-university](https://github.com/jwasham/coding-interview-university)|A complete computer science study plan to become a software engineer.|277584|-|2024-02-02|
|3|[996icu/996.ICU](https://github.com/996icu/996.ICU)|Repo for counting stars and contributing. Press F to pay respect to glorious developers.|268517|Rust|2024-01-24|
|4|[donnemartin/system-design-primer](https://github.com/donnemartin/system-design-primer)|Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.|245748|Python|2024-01-16|
|5|[trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)|📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings|179959|JavaScript|2024-01-27|
|6|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|170426|Java|2024-01-09|
|7|[jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)|Python - 100天从新手到大师|146356|Python|2024-01-28|
|8|[jlevy/the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line)|Master the command line, in one page|143628|-|2023-12-24|
|9|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide|140534|Java|2024-02-06|
|10|[airbnb/javascript](https://github.com/airbnb/javascript)|JavaScript Style Guide|140358|JavaScript|2024-02-08|
|11|[labuladong/fucking-algorithm](https://github.com/labuladong/fucking-algorithm)|刷算法全靠套路,认准 labuladong 就够了English version supported! Crack LeetCode, not only how, but also why. |122211|Markdown|2024-01-16|
|12|[justjavac/free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN)|:books: 免费的计算机编程类中文书籍,欢迎投稿|107907|-|2024-01-22|
|13|[ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)|:bathtub: Clean Code concepts adapted for JavaScript|88294|JavaScript|2024-01-25|
|14|[521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub)|:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.|81947|Python|2024-01-26|
|15|[MisterBooo/LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)|Demonstrate all the questions on LeetCode in the form of animation.用动画的形式呈现解LeetCode题目的思路|74651|Java|2023-08-14|
|16|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|73335|Java|2024-01-11|
|17|[jaywcjlove/awesome-mac](https://github.com/jaywcjlove/awesome-mac)| Now we have become very big, Different from the original idea. Collect premium software in various categories.|68974|JavaScript|2024-02-10|
|18|[krahets/hello-algo](https://github.com/krahets/hello-algo)|《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing|61996|Java|2024-02-10|
|19|[Anduin2017/HowToCook](https://github.com/Anduin2017/HowToCook)|程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).|58764|Shell|2024-01-18|
|20|[sdmg15/Best-websites-a-programmer-should-visit](https://github.com/sdmg15/Best-websites-a-programmer-should-visit)|:link: Some useful websites for programmers.|55427|-|2024-02-09|
|21|[d2l-ai/d2l-zh](https://github.com/d2l-ai/d2l-zh)|《动手学深度学习》面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。|53779|Python|2024-02-04|
|22|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)|LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解记录自己的leetcode解题之路。)|53293|JavaScript|2024-01-13|
|23|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述以帮助自己及有需要的读者。 全书分为18个章节50余万字。由于水平有限书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.0 ...|52530|JavaScript|2023-11-28|
|24|[ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp)|Port of Facebook's LLaMA model in C/C++|50521|C++|2024-02-10|
|25|[PlexPt/awesome-chatgpt-prompts-zh](https://github.com/PlexPt/awesome-chatgpt-prompts-zh)|ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。|48251|-|2024-01-28|
|26|[youngyangyang04/leetcode-master](https://github.com/youngyangyang04/leetcode-master)|《代码随想录》LeetCode 刷题攻略200道经典题目刷题顺序共60w字的详细图解视频难点剖析50余张思维导图支持C++JavaPythonGoJavaScript等多语言版本从此算法学习不再迷茫🔥🔥 来看看,你会发现相见恨晚!🚀 |45129|-|2024-02-10|
|27|[tiimgreen/github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet)|A list of cool features of Git and GitHub.|44477|-|2024-02-04|
|28|[typescript-cheatsheets/react](https://github.com/typescript-cheatsheets/react)|Cheatsheets for experienced React developers getting started with TypeScript|43507|JavaScript|2024-02-10|
|29|[justjavac/awesome-wechat-weapp](https://github.com/justjavac/awesome-wechat-weapp)|微信小程序开发资源汇总 :100:|43153|-|2024-01-29|
|30|[astaxie/build-web-application-with-golang](https://github.com/astaxie/build-web-application-with-golang)|A golang ebook intro how to build a web with golang|42680|Go|2024-01-12|
|31|[k88hudson/git-flight-rules](https://github.com/k88hudson/git-flight-rules)|Flight rules for git|41517|-|2023-09-27|
|32|[PKUFlyingPig/cs-self-learning](https://github.com/PKUFlyingPig/cs-self-learning)|计算机自学指南|41091|HTML|2024-01-27|
|33|[ruanyf/weekly](https://github.com/ruanyf/weekly)|科技爱好者周刊,每周五发布|39868|-|2024-02-02|
|34|[yangshun/front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook)|⚡️ Front End interview preparation materials for busy engineers|39474|JavaScript|2024-02-03|
|35|[alex/what-happens-when](https://github.com/alex/what-happens-when)|An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"|38181|-|2024-02-10|
|36|[Light-City/CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings)|C++那些事|35629|C++|2024-01-29|
|37|[QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)|浙江大学课程攻略共享计划|35228|HTML|2024-02-10|
|38|[AobingJava/JavaFamily](https://github.com/AobingJava/JavaFamily)|【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。|35038|-|2023-10-26|
|39|[satwikkansal/wtfpython](https://github.com/satwikkansal/wtfpython)|What the f*ck Python? 😱|34817|Python|2024-01-30|
|40|[byoungd/English-level-up-tips](https://github.com/byoungd/English-level-up-tips)|An advanced guide to learn English which might benefit you a lot 🎉 . 离谱的英语学习指南/英语学习教程。|34327|-|2024-02-06|
|1|[EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books)|:books: Freely available programming books|311380|-|2024-02-10|
|2|[jwasham/coding-interview-university](https://github.com/jwasham/coding-interview-university)|A complete computer science study plan to become a software engineer.|277628|-|2024-02-02|
|3|[996icu/996.ICU](https://github.com/996icu/996.ICU)|Repo for counting stars and contributing. Press F to pay respect to glorious developers.|268519|Rust|2024-01-24|
|4|[donnemartin/system-design-primer](https://github.com/donnemartin/system-design-primer)|Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.|245870|Python|2024-01-16|
|5|[trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)|📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings|179988|JavaScript|2024-01-27|
|6|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|170431|Java|2024-01-09|
|7|[jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)|Python - 100天从新手到大师|146368|Python|2024-01-28|
|8|[jlevy/the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line)|Master the command line, in one page|143650|-|2023-12-24|
|9|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide|140536|Java|2024-02-11|
|10|[airbnb/javascript](https://github.com/airbnb/javascript)|JavaScript Style Guide|140374|JavaScript|2024-02-08|
|11|[labuladong/fucking-algorithm](https://github.com/labuladong/fucking-algorithm)|刷算法全靠套路,认准 labuladong 就够了English version supported! Crack LeetCode, not only how, but also why. |122212|Markdown|2024-01-16|
|12|[justjavac/free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN)|:books: 免费的计算机编程类中文书籍,欢迎投稿|107917|-|2024-01-22|
|13|[ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)|:bathtub: Clean Code concepts adapted for JavaScript|88298|JavaScript|2024-01-25|
|14|[521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub)|:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.|81970|Python|2024-01-26|
|15|[MisterBooo/LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)|Demonstrate all the questions on LeetCode in the form of animation.用动画的形式呈现解LeetCode题目的思路|74652|Java|2023-08-14|
|16|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|73339|Java|2024-01-11|
|17|[jaywcjlove/awesome-mac](https://github.com/jaywcjlove/awesome-mac)| Now we have become very big, Different from the original idea. Collect premium software in various categories.|68992|JavaScript|2024-02-10|
|18|[krahets/hello-algo](https://github.com/krahets/hello-algo)|《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing|62033|Java|2024-02-10|
|19|[Anduin2017/HowToCook](https://github.com/Anduin2017/HowToCook)|程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).|58786|Shell|2024-01-18|
|20|[sdmg15/Best-websites-a-programmer-should-visit](https://github.com/sdmg15/Best-websites-a-programmer-should-visit)|:link: Some useful websites for programmers.|55432|-|2024-02-11|
|21|[d2l-ai/d2l-zh](https://github.com/d2l-ai/d2l-zh)|《动手学深度学习》面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。|53787|Python|2024-02-04|
|22|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)|LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解记录自己的leetcode解题之路。)|53294|JavaScript|2024-01-13|
|23|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述以帮助自己及有需要的读者。 全书分为18个章节50余万字。由于水平有限书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.0 ...|52533|JavaScript|2023-11-28|
|24|[ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp)|Port of Facebook's LLaMA model in C/C++|50549|C++|2024-02-11|
|25|[PlexPt/awesome-chatgpt-prompts-zh](https://github.com/PlexPt/awesome-chatgpt-prompts-zh)|ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。|48256|-|2024-01-28|
|26|[youngyangyang04/leetcode-master](https://github.com/youngyangyang04/leetcode-master)|《代码随想录》LeetCode 刷题攻略200道经典题目刷题顺序共60w字的详细图解视频难点剖析50余张思维导图支持C++JavaPythonGoJavaScript等多语言版本从此算法学习不再迷茫🔥🔥 来看看,你会发现相见恨晚!🚀 |45136|-|2024-02-11|
|27|[tiimgreen/github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet)|A list of cool features of Git and GitHub.|44486|-|2024-02-04|
|28|[typescript-cheatsheets/react](https://github.com/typescript-cheatsheets/react)|Cheatsheets for experienced React developers getting started with TypeScript|43514|JavaScript|2024-02-10|
|29|[justjavac/awesome-wechat-weapp](https://github.com/justjavac/awesome-wechat-weapp)|微信小程序开发资源汇总 :100:|43157|-|2024-01-29|
|30|[astaxie/build-web-application-with-golang](https://github.com/astaxie/build-web-application-with-golang)|A golang ebook intro how to build a web with golang|42684|Go|2024-01-12|
|31|[k88hudson/git-flight-rules](https://github.com/k88hudson/git-flight-rules)|Flight rules for git|41516|-|2023-09-27|
|32|[PKUFlyingPig/cs-self-learning](https://github.com/PKUFlyingPig/cs-self-learning)|计算机自学指南|41104|HTML|2024-01-27|
|33|[ruanyf/weekly](https://github.com/ruanyf/weekly)|科技爱好者周刊,每周五发布|39872|-|2024-02-02|
|34|[yangshun/front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook)|⚡️ Front End interview preparation materials for busy engineers|39479|JavaScript|2024-02-03|
|35|[alex/what-happens-when](https://github.com/alex/what-happens-when)|An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"|38186|-|2024-02-11|
|36|[Light-City/CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings)|C++那些事|35634|C++|2024-01-29|
|37|[QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)|浙江大学课程攻略共享计划|35233|HTML|2024-02-10|
|38|[AobingJava/JavaFamily](https://github.com/AobingJava/JavaFamily)|【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。|35036|-|2023-10-26|
|39|[satwikkansal/wtfpython](https://github.com/satwikkansal/wtfpython)|What the f*ck Python? 😱|34820|Python|2024-01-30|
|40|[byoungd/English-level-up-tips](https://github.com/byoungd/English-level-up-tips)|An advanced guide to learn English which might benefit you a lot 🎉 . 离谱的英语学习指南/英语学习教程。|34331|-|2024-02-06|
|41|[unknwon/the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN)|《The Way to Go》中文译本中文正式名《Go 入门指南》|33956|Go|2024-02-02|
|42|[formulahendry/955.WLB](https://github.com/formulahendry/955.WLB)|955 不加班的公司名单 - 工作 955worklife balance (工作与生活的平衡)|33532|-|2024-01-11|
|43|[denysdovhan/wtfjs](https://github.com/denysdovhan/wtfjs)|🤪 A list of funny and tricky JavaScript examples|33420|JavaScript|2023-11-30|
|44|[xitu/gold-miner](https://github.com/xitu/gold-miner)|🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:|33158|-|2024-01-21|
|45|[huihut/interview](https://github.com/huihut/interview)|📚 C/C++ 技术面试基础知识总结包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, inclu ...|31944|C++|2023-11-27|
|42|[formulahendry/955.WLB](https://github.com/formulahendry/955.WLB)|955 不加班的公司名单 - 工作 955worklife balance (工作与生活的平衡)|33533|-|2024-01-11|
|43|[denysdovhan/wtfjs](https://github.com/denysdovhan/wtfjs)|🤪 A list of funny and tricky JavaScript examples|33422|JavaScript|2023-11-30|
|44|[xitu/gold-miner](https://github.com/xitu/gold-miner)|🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:|33161|-|2024-01-21|
|45|[huihut/interview](https://github.com/huihut/interview)|📚 C/C++ 技术面试基础知识总结包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, inclu ...|31948|C++|2023-11-27|
|46|[Trinea/android-open-project](https://github.com/Trinea/android-open-project)|A categorized collection of Android Open Source Projects, More powerful web version:|31436|-|2024-01-31|
|47|[halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go)|✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解|31397|Go|2024-02-05|
|48|[PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)|清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University|31191|HTML|2024-02-07|
|48|[PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)|清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University|31198|HTML|2024-02-07|
|49|[mqyqingfeng/Blog](https://github.com/mqyqingfeng/Blog)|冴羽写博客的地方预计写四个系列JavaScript深入系列、JavaScript专题系列、ES6系列、React系列。|30244|-|2023-12-15|
|50|[alibaba/p3c](https://github.com/alibaba/p3c)|Alibaba Java Coding Guidelines pmd implements and IDE plugin|29963|Kotlin|2024-01-09|
|51|[fengdu78/Coursera-ML-AndrewNg-Notes](https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes)|吴恩达老师的机器学习课程个人笔记|29850|HTML|2023-10-05|
|52|[ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)|about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 |29739|Java|2023-11-18|
|51|[fengdu78/Coursera-ML-AndrewNg-Notes](https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes)|吴恩达老师的机器学习课程个人笔记|29849|HTML|2023-10-05|
|52|[ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)|about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 |29743|Java|2023-11-18|
|53|[0xAX/linux-insides](https://github.com/0xAX/linux-insides)|A little bit about a linux kernel|29165|Python|2024-02-05|
|54|[elsewhencode/project-guidelines](https://github.com/elsewhencode/project-guidelines)|A set of best practices for JavaScript projects|29062|JavaScript|2024-01-24|
|54|[elsewhencode/project-guidelines](https://github.com/elsewhencode/project-guidelines)|A set of best practices for JavaScript projects|29065|JavaScript|2024-01-24|
|55|[ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)|本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。|28669|JavaScript|2024-02-07|
|56|[geekan/HowToLiveLonger](https://github.com/geekan/HowToLiveLonger)|程序员延寿指南 A programmer's guide to live longer|28521|-|2024-01-30|
|57|[1c7/chinese-independent-developer](https://github.com/1c7/chinese-independent-developer)|👩🏿‍💻👨🏾‍💻👩🏼‍💻👨🏽‍💻👩🏻‍💻中国独立开发者项目列表 -- 分享大家都在做什么|28177|-|2024-02-03|
|58|[doocs/leetcode](https://github.com/doocs/leetcode)|🔥LeetCode solutions in any programming language 多种编程语言实现 LeetCode、《剑指 Offer第 2 版)》、《程序员面试金典(第 6 版)》题解|27745|Java|2024-02-10|
|59|[jaywcjlove/linux-command](https://github.com/jaywcjlove/linux-command)|Linux命令大全搜索工具内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux|27217|Markdown|2024-02-09|
|60|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|26717|JavaScript|2023-12-25|
|61|[GitHubDaily/GitHubDaily](https://github.com/GitHubDaily/GitHubDaily)|坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.|26687|-|2023-12-31|
|62|[viraptor/reverse-interview](https://github.com/viraptor/reverse-interview)|Questions to ask the company during your interview|26505|-|2024-02-02|
|63|[dwmkerr/hacker-laws](https://github.com/dwmkerr/hacker-laws)|💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws|25408|Shell|2024-01-31|
|56|[geekan/HowToLiveLonger](https://github.com/geekan/HowToLiveLonger)|程序员延寿指南 A programmer's guide to live longer|28524|-|2024-01-30|
|57|[1c7/chinese-independent-developer](https://github.com/1c7/chinese-independent-developer)|👩🏿‍💻👨🏾‍💻👩🏼‍💻👨🏽‍💻👩🏻‍💻中国独立开发者项目列表 -- 分享大家都在做什么|28179|-|2024-02-03|
|58|[doocs/leetcode](https://github.com/doocs/leetcode)|🔥LeetCode solutions in any programming language 多种编程语言实现 LeetCode、《剑指 Offer第 2 版)》、《程序员面试金典(第 6 版)》题解|27755|Java|2024-02-11|
|59|[jaywcjlove/linux-command](https://github.com/jaywcjlove/linux-command)|Linux命令大全搜索工具内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux|27220|Markdown|2024-02-09|
|60|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|26716|JavaScript|2023-12-25|
|61|[GitHubDaily/GitHubDaily](https://github.com/GitHubDaily/GitHubDaily)|坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.|26691|-|2023-12-31|
|62|[viraptor/reverse-interview](https://github.com/viraptor/reverse-interview)|Questions to ask the company during your interview|26509|-|2024-02-02|
|63|[dwmkerr/hacker-laws](https://github.com/dwmkerr/hacker-laws)|💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws|25409|Shell|2024-01-31|
|64|[hollischuang/toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer)|To Be Top Javaer - Java工程师成神之路|25071|Java|2024-01-03|
|65|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶知识库。从零开始学前端,做一名精致优雅的前端工程师。|24589|JavaScript|2024-01-20|
|66|[haizlin/fe-interview](https://github.com/haizlin/fe-interview)|前端面试每日 3+1以面试题来驱动学习提倡每日学习与思考每天进步一点每天早上5点纯手工发布面试题死磕自己愉悦大家6000+道前端面试题全面覆盖HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……|24464|JavaScript|2024-02-09|
|67|[JushBJJ/Mr.-Ranedeer-AI-Tutor](https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor)|A GPT-4 AI Tutor Prompt for customizable personalized learning experiences.|24092|-|2023-11-18|
|68|[imDazui/Tvlist-awesome-m3u-m3u8](https://github.com/imDazui/Tvlist-awesome-m3u-m3u8)|直播源相关资源汇总 📺 💯 IPTV、M3U —— 勤洗手、戴口罩,祝愿所有人百毒不侵|23923|-|2023-12-24|
|69|[yeasy/docker_practice](https://github.com/yeasy/docker_practice)|Learn and understand Docker&Container technologies, with real DevOps practice!|23875|Go|2024-02-04|
|70|[rwaldron/idiomatic.js](https://github.com/rwaldron/idiomatic.js)|Principles of Writing Consistent, Idiomatic JavaScript|23782|-|2024-01-08|
|71|[goldbergyoni/javascript-testing-best-practices](https://github.com/goldbergyoni/javascript-testing-best-practices)|📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)|23236|JavaScript|2024-01-05|
|72|[datawhalechina/pumpkin-book](https://github.com/datawhalechina/pumpkin-book)|《机器学习》(西瓜书)公式详解|22713|-|2023-11-17|
|65|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶知识库。从零开始学前端,做一名精致优雅的前端工程师。|24590|JavaScript|2024-01-20|
|66|[haizlin/fe-interview](https://github.com/haizlin/fe-interview)|前端面试每日 3+1以面试题来驱动学习提倡每日学习与思考每天进步一点每天早上5点纯手工发布面试题死磕自己愉悦大家6000+道前端面试题全面覆盖HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……|24465|JavaScript|2024-02-10|
|67|[JushBJJ/Mr.-Ranedeer-AI-Tutor](https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor)|A GPT-4 AI Tutor Prompt for customizable personalized learning experiences.|24111|-|2023-11-18|
|68|[imDazui/Tvlist-awesome-m3u-m3u8](https://github.com/imDazui/Tvlist-awesome-m3u-m3u8)|直播源相关资源汇总 📺 💯 IPTV、M3U —— 勤洗手、戴口罩,祝愿所有人百毒不侵|23943|-|2023-12-24|
|69|[yeasy/docker_practice](https://github.com/yeasy/docker_practice)|Learn and understand Docker&Container technologies, with real DevOps practice!|23873|Go|2024-02-04|
|70|[rwaldron/idiomatic.js](https://github.com/rwaldron/idiomatic.js)|Principles of Writing Consistent, Idiomatic JavaScript|23784|-|2024-01-08|
|71|[goldbergyoni/javascript-testing-best-practices](https://github.com/goldbergyoni/javascript-testing-best-practices)|📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)|23238|JavaScript|2024-01-05|
|72|[datawhalechina/pumpkin-book](https://github.com/datawhalechina/pumpkin-book)|《机器学习》(西瓜书)公式详解|22714|-|2023-11-17|
|73|[wangzheng0822/algo](https://github.com/wangzheng0822/algo)|数据结构和算法必知必会的50个代码实现|22484|Python|2024-01-05|
|74|[gedoor/legado](https://github.com/gedoor/legado)|Legado 3.0 Book Reader with powerful controls & full functions❤阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。|21620|Kotlin|2024-02-09|
|75|[DesignPatternsPHP/DesignPatternsPHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP)|Sample code for several design patterns in PHP 8.x|21609|PHP|2023-09-28|
|74|[gedoor/legado](https://github.com/gedoor/legado)|Legado 3.0 Book Reader with powerful controls & full functions❤阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。|21634|Kotlin|2024-02-09|
|75|[DesignPatternsPHP/DesignPatternsPHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP)|Sample code for several design patterns in PHP 8.x|21610|PHP|2023-09-28|
|76|[judasn/IntelliJ-IDEA-Tutorial](https://github.com/judasn/IntelliJ-IDEA-Tutorial)|IntelliJ IDEA 简体中文专题教程|21403|-|2023-12-17|
|77|[sunface/rust-course](https://github.com/sunface/rust-course)|“连续六年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。<<Rust>>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容甚至还有JS程序员关注的 WASM 和 Deno 等专题。这可能是目前最用心的 Rust 中文学习教程 / Book |21372|Rust|2024-02-07|
|78|[shimohq/chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)|中国程序员容易发音错误的单词|21097|Python|2024-02-04|
|79|[git-tips/tips](https://github.com/git-tips/tips)|Most commonly used git tips and tricks.|21083|JavaScript|2023-11-16|
|80|[zhaoolee/ChromeAppHeroes](https://github.com/zhaoolee/ChromeAppHeroes)|🌈谷粒-Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~ ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~ 公众号「0加1」同步更新|21057|JavaScript|2023-12-28|
|77|[sunface/rust-course](https://github.com/sunface/rust-course)|“连续六年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。<<Rust>>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容甚至还有JS程序员关注的 WASM 和 Deno 等专题。这可能是目前最用心的 Rust 中文学习教程 / Book |21380|Rust|2024-02-07|
|78|[zhaoolee/ChromeAppHeroes](https://github.com/zhaoolee/ChromeAppHeroes)|🌈谷粒-Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~ ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~ 公众号「0加1」同步更新|21156|JavaScript|2023-12-28|
|79|[shimohq/chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)|中国程序员容易发音错误的单词|21106|Python|2024-02-04|
|80|[git-tips/tips](https://github.com/git-tips/tips)|Most commonly used git tips and tricks.|21083|JavaScript|2023-11-16|
|81|[ruanyf/es6tutorial](https://github.com/ruanyf/es6tutorial)|《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。|21027|JavaScript|2023-12-30|
|82|[facert/awesome-spider](https://github.com/facert/awesome-spider)|爬虫集合|21016|-|2023-09-27|
|82|[facert/awesome-spider](https://github.com/facert/awesome-spider)|爬虫集合|21021|-|2023-09-27|
|83|[SwiftGGTeam/the-swift-programming-language-in-chinese](https://github.com/SwiftGGTeam/the-swift-programming-language-in-chinese)|中文版 Apple 官方 Swift 教程《The Swift Programming Language》|20953|CSS|2024-01-01|
|84|[wesm/pydata-book](https://github.com/wesm/pydata-book)|Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media|20906|Jupyter Notebook|2023-12-22|
|85|[quii/learn-go-with-tests](https://github.com/quii/learn-go-with-tests)|Learn Go with test-driven development|20883|Go|2024-02-08|
|86|[d2l-ai/d2l-en](https://github.com/d2l-ai/d2l-en)|Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.|20825|Python|2024-01-18|
|87|[luong-komorebi/Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software)|🐧 A list of awesome Linux softwares |20747|Python|2024-02-04|
|88|[drduh/macOS-Security-and-Privacy-Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide)|Guide to securing and improving privacy on macOS|20706|Python|2023-12-13|
|89|[WeNeedHome/SummaryOfLoanSuspension](https://github.com/WeNeedHome/SummaryOfLoanSuspension)|全国各省市停贷通知汇总|20446|HTML|2024-01-08|
|90|[fastai/fastbook](https://github.com/fastai/fastbook)|The fastai book, published as Jupyter Notebooks|20210|Jupyter Notebook|2024-02-10|
|91|[Vonng/ddia](https://github.com/Vonng/ddia)|《Designing Data-Intensive Application》DDIA中文翻译|18839|Python|2024-01-27|
|92|[chokcoco/iCSS](https://github.com/chokcoco/iCSS)|不止于 CSS|18287|CSS|2024-02-04|
|84|[wesm/pydata-book](https://github.com/wesm/pydata-book)|Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media|20908|Jupyter Notebook|2023-12-22|
|85|[quii/learn-go-with-tests](https://github.com/quii/learn-go-with-tests)|Learn Go with test-driven development|20887|Go|2024-02-11|
|86|[d2l-ai/d2l-en](https://github.com/d2l-ai/d2l-en)|Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.|20833|Python|2024-01-18|
|87|[luong-komorebi/Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software)|🐧 A list of awesome Linux softwares |20767|Python|2024-02-04|
|88|[drduh/macOS-Security-and-Privacy-Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide)|Guide to securing and improving privacy on macOS|20708|Python|2024-02-10|
|89|[WeNeedHome/SummaryOfLoanSuspension](https://github.com/WeNeedHome/SummaryOfLoanSuspension)|全国各省市停贷通知汇总|20447|HTML|2024-01-08|
|90|[fastai/fastbook](https://github.com/fastai/fastbook)|The fastai book, published as Jupyter Notebooks|20217|Jupyter Notebook|2024-02-10|
|91|[Vonng/ddia](https://github.com/Vonng/ddia)|《Designing Data-Intensive Application》DDIA中文翻译|18841|Python|2024-01-27|
|92|[chokcoco/iCSS](https://github.com/chokcoco/iCSS)|不止于 CSS|18291|CSS|2024-02-04|
|93|[fengdu78/lihang-code](https://github.com/fengdu78/lihang-code)|《统计学习方法》的代码实现|18226|Jupyter Notebook|2023-08-22|
|94|[inancgumus/learngo](https://github.com/inancgumus/learngo)|❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.|18136|Go|2024-01-12|
|95|[chaozh/awesome-blockchain-cn](https://github.com/chaozh/awesome-blockchain-cn)|收集所有区块链(BlockChain)技术开发相关资料包括Fabric和Ethereum开发资料|17973|JavaScript|2024-01-03|
|96|[walter201230/Python](https://github.com/walter201230/Python)|最良心的 Python 教程:|17825|-|2023-10-23|
|97|[JacksonTian/fks](https://github.com/JacksonTian/fks)|前端技能汇总 Frontend Knowledge Structure|17697|JavaScript|2023-12-08|
|98|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|17687|JavaScript|2024-02-07|
|99|[lewagon/setup](https://github.com/lewagon/setup)|Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp|17610|Ruby|2024-01-26|
|100|[afatcoder/LeetcodeTop](https://github.com/afatcoder/LeetcodeTop)|汇总各大互联网公司容易考察的高频leetcode题🔥|17541|-|2024-01-30|
|101|[OI-wiki/OI-wiki](https://github.com/OI-wiki/OI-wiki)|:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)|17292|-|2024-02-10|
|102|[MoienTajik/AspNetCore-Developer-Roadmap](https://github.com/MoienTajik/AspNetCore-Developer-Roadmap)|Roadmap to becoming an ASP.NET Core developer in 2024|17240|-|2024-02-01|
|103|[kaixindelele/ChatPaper](https://github.com/kaixindelele/ChatPaper)|Use ChatGPT to summarize the arXiv papers. 全流程加速科研利用chatgpt进行论文全文总结+专业翻译+润色+审稿+审稿回复|16965|Python|2024-01-10|
|104|[imarvinle/awesome-cs-books](https://github.com/imarvinle/awesome-cs-books)|🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等|16857|-|2023-12-03|
|94|[inancgumus/learngo](https://github.com/inancgumus/learngo)|❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.|18137|Go|2024-01-12|
|95|[chaozh/awesome-blockchain-cn](https://github.com/chaozh/awesome-blockchain-cn)|收集所有区块链(BlockChain)技术开发相关资料包括Fabric和Ethereum开发资料|17974|JavaScript|2024-01-03|
|96|[walter201230/Python](https://github.com/walter201230/Python)|最良心的 Python 教程:|17827|-|2023-10-23|
|97|[JacksonTian/fks](https://github.com/JacksonTian/fks)|前端技能汇总 Frontend Knowledge Structure|17698|JavaScript|2023-12-08|
|98|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|17692|JavaScript|2024-02-07|
|99|[lewagon/setup](https://github.com/lewagon/setup)|Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp|17609|Ruby|2024-01-26|
|100|[afatcoder/LeetcodeTop](https://github.com/afatcoder/LeetcodeTop)|汇总各大互联网公司容易考察的高频leetcode题🔥|17545|-|2024-01-30|
|101|[OI-wiki/OI-wiki](https://github.com/OI-wiki/OI-wiki)|:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)|17293|-|2024-02-11|
|102|[MoienTajik/AspNetCore-Developer-Roadmap](https://github.com/MoienTajik/AspNetCore-Developer-Roadmap)|Roadmap to becoming an ASP.NET Core developer in 2024|17247|-|2024-02-01|
|103|[kaixindelele/ChatPaper](https://github.com/kaixindelele/ChatPaper)|Use ChatGPT to summarize the arXiv papers. 全流程加速科研利用chatgpt进行论文全文总结+专业翻译+润色+审稿+审稿回复|16966|Python|2024-01-10|
|104|[imarvinle/awesome-cs-books](https://github.com/imarvinle/awesome-cs-books)|🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等|16858|-|2023-12-03|
|105|[rubocop/ruby-style-guide](https://github.com/rubocop/ruby-style-guide)|A community-driven Ruby coding style guide|16348|-|2024-01-13|
|106|[mhinz/vim-galore](https://github.com/mhinz/vim-galore)|:mortar_board: All things Vim!|16184|Vim script|2023-12-22|
|106|[mhinz/vim-galore](https://github.com/mhinz/vim-galore)|:mortar_board: All things Vim!|16188|Vim script|2023-12-22|
|107|[vasanthk/react-bits](https://github.com/vasanthk/react-bits)|✨ React patterns, techniques, tips and tricks ✨|16124|-|2023-11-30|
|108|[JeffLi1993/springboot-learning-example](https://github.com/JeffLi1993/springboot-learning-example)|spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。|15918|Java|2023-12-03|
|109|[braydie/HowToBeAProgrammer](https://github.com/braydie/HowToBeAProgrammer)|A guide on how to be a Programmer - originally published by Robert L Read|15745|-|2024-01-07|
|109|[braydie/HowToBeAProgrammer](https://github.com/braydie/HowToBeAProgrammer)|A guide on how to be a Programmer - originally published by Robert L Read|15747|-|2024-01-07|
|110|[dyc87112/SpringBoot-Learning](https://github.com/dyc87112/SpringBoot-Learning)|《Spring Boot基础教程》2.x版本持续连载中点击下方链接直达教程目录|15513|Java|2023-12-17|
|111|[hehonghui/awesome-english-ebooks](https://github.com/hehonghui/awesome-english-ebooks)|经济学人(含音频)、纽约客、卫报、连线、大西洋月刊等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新|15422|HTML|2024-02-09|
|111|[hehonghui/awesome-english-ebooks](https://github.com/hehonghui/awesome-english-ebooks)|经济学人(含音频)、纽约客、卫报、连线、大西洋月刊等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新|15436|HTML|2024-02-09|
|112|[jobbole/awesome-java-cn](https://github.com/jobbole/awesome-java-cn)|Java资源大全中文版包括开发库、开发工具、网站、博客、微信、微博等由伯乐在线持续更新。|15211|-|2024-01-31|
|113|[heibaiying/BigData-Notes](https://github.com/heibaiying/BigData-Notes)|大数据入门指南 :star:|14983|Java|2024-01-05|
|114|[leandromoreira/digital_video_introduction](https://github.com/leandromoreira/digital_video_introduction)|A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding). Translations: 🇺🇸 🇨🇳 🇯🇵 🇮🇹 🇰🇷 🇷🇺 🇧🇷 🇪🇸|14917|Jupyter Notebook|2023-09-07|
|114|[leandromoreira/digital_video_introduction](https://github.com/leandromoreira/digital_video_introduction)|A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding). Translations: 🇺🇸 🇨🇳 🇯🇵 🇮🇹 🇰🇷 🇷🇺 🇧🇷 🇪🇸|14919|Jupyter Notebook|2023-09-07|
|115|[ochococo/Design-Patterns-In-Swift](https://github.com/ochococo/Design-Patterns-In-Swift)|📖 Design Patterns implemented in Swift 5.0|14875|Swift|2024-01-18|
|116|[uber-go/guide](https://github.com/uber-go/guide)|The Uber Go Style Guide.|14868|-|2024-01-24|
|117|[greyireland/algorithm-pattern](https://github.com/greyireland/algorithm-pattern)|算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~|14858|Go|2023-12-22|
|118|[selfteaching/the-craft-of-selfteaching](https://github.com/selfteaching/the-craft-of-selfteaching)|One has no future if one couldn't teach themself.|14852|Jupyter Notebook|2024-01-31|
|119|[LiLittleCat/awesome-free-chatgpt](https://github.com/LiLittleCat/awesome-free-chatgpt)|🆓免费的 ChatGPT 镜像网站列表持续更新。List of free ChatGPT mirror sites, continuously updated. |14743|Python|2024-02-01|
|120|[wistbean/learn_python3_spider](https://github.com/wistbean/learn_python3_spider)|python爬虫教程系列、从0到1学习python爬虫包括浏览器抓包手机APP抓包如 fiddler、mitmproxy各种爬虫涉及的模块的使用requests、beautifulSoup、selenium、appium、scrapy等以及IP代理验证码识别MysqlMongoDB数据库的python使用多线程多进程爬虫的使用css 爬虫加密逆向破解JS爬虫逆向分布式 ...|14709|Python|2024-01-04|
|121|[arialdomartini/Back-End-Developer-Interview-Questions](https://github.com/arialdomartini/Back-End-Developer-Interview-Questions)|A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore|14623|-|2024-01-09|
|122|[koodo-reader/koodo-reader](https://github.com/koodo-reader/koodo-reader)|A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web|14502|JavaScript|2024-02-08|
|116|[uber-go/guide](https://github.com/uber-go/guide)|The Uber Go Style Guide.|14871|-|2024-01-24|
|117|[greyireland/algorithm-pattern](https://github.com/greyireland/algorithm-pattern)|算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~|14857|Go|2023-12-22|
|118|[selfteaching/the-craft-of-selfteaching](https://github.com/selfteaching/the-craft-of-selfteaching)|One has no future if one couldn't teach themself.|14854|Jupyter Notebook|2024-01-31|
|119|[LiLittleCat/awesome-free-chatgpt](https://github.com/LiLittleCat/awesome-free-chatgpt)|🆓免费的 ChatGPT 镜像网站列表持续更新。List of free ChatGPT mirror sites, continuously updated. |14755|Python|2024-02-01|
|120|[wistbean/learn_python3_spider](https://github.com/wistbean/learn_python3_spider)|python爬虫教程系列、从0到1学习python爬虫包括浏览器抓包手机APP抓包如 fiddler、mitmproxy各种爬虫涉及的模块的使用requests、beautifulSoup、selenium、appium、scrapy等以及IP代理验证码识别MysqlMongoDB数据库的python使用多线程多进程爬虫的使用css 爬虫加密逆向破解JS爬虫逆向分布式 ...|14716|Python|2024-01-04|
|121|[arialdomartini/Back-End-Developer-Interview-Questions](https://github.com/arialdomartini/Back-End-Developer-Interview-Questions)|A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore|14626|-|2024-01-09|
|122|[koodo-reader/koodo-reader](https://github.com/koodo-reader/koodo-reader)|A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web|14507|JavaScript|2024-02-08|
|123|[zhisheng17/flink-learning](https://github.com/zhisheng17/flink-learning)|flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例PVUV、日志存储、百亿数据实时去重、 ...|14102|Java|2023-09-15|
|124|[fangzesheng/free-api](https://github.com/fangzesheng/free-api)|收集免费的接口服务,做一个api的搬运工|14095|-|2024-01-12|
|125|[RealKai42/qwerty-learner](https://github.com/RealKai42/qwerty-learner)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers|13934|TypeScript|2024-01-25|
|126|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|13866|Java|2023-12-17|
|127|[open-android/Android](https://github.com/open-android/Android)|GitHub上最火的Android开源项目,所有开源项目都有详细资料和配套视频|13828|-|2023-09-16|
|124|[fangzesheng/free-api](https://github.com/fangzesheng/free-api)|收集免费的接口服务,做一个api的搬运工|14096|-|2024-01-12|
|125|[RealKai42/qwerty-learner](https://github.com/RealKai42/qwerty-learner)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers|13936|TypeScript|2024-01-25|
|126|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|13870|Java|2023-12-17|
|127|[open-android/Android](https://github.com/open-android/Android)|GitHub上最火的Android开源项目,所有开源项目都有详细资料和配套视频|13830|-|2023-09-16|
|128|[aalansehaiyang/technology-talk](https://github.com/aalansehaiyang/technology-talk)|【大厂面试专栏】一份Java程序员需要的技术指南这里有面试题、系统架构、职场锦囊、主流中间件等让你成为更牛的自己|13779|-|2023-10-28|
|129|[interagent/http-api-design](https://github.com/interagent/http-api-design)|HTTP API design guide extracted from work on the Heroku Platform API|13644|-|2024-01-16|
|130|[sparanoid/chinese-copywriting-guidelines](https://github.com/sparanoid/chinese-copywriting-guidelines)|Chinese copywriting guidelines for better written communication中文文案排版指北|13522|-|2024-01-17|
|131|[Lissy93/personal-security-checklist](https://github.com/Lissy93/personal-security-checklist)|🔒 A compiled checklist of 300+ tips for protecting digital security and privacy in 2023|13431|-|2024-02-10|
|132|[shengqiangzhang/examples-of-web-crawlers](https://github.com/shengqiangzhang/examples-of-web-crawlers)|一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )|13255|Python|2023-12-25|
|133|[krasimir/react-in-patterns](https://github.com/krasimir/react-in-patterns)|A free book that talks about design patterns/techniques used while developing with React.|13025|JavaScript|2023-08-17|
|134|[immersive-translate/immersive-translate](https://github.com/immersive-translate/immersive-translate)|沉浸式双语网页翻译扩展 , 支持输入框翻译, 鼠标悬停翻译, PDF, Epub, 字幕文件, TXT 文件翻译 - Immersive Dual Web Page Translation Extension |12719|-|2024-02-07|
|135|[rust-embedded/rust-raspberrypi-OS-tutorials](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials)|:books: Learn to write an embedded OS in Rust :crab:|12605|Rust|2024-02-10|
|136|[halfrost/Halfrost-Field](https://github.com/halfrost/Halfrost-Field)|✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地|12599|Go|2023-12-28|
|137|[jindongwang/transferlearning](https://github.com/jindongwang/transferlearning)|Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习|12568|Python|2024-01-26|
|138|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程架构、业务、技术要点全方位解析。mall项目50k+star是一套电商系统使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术采用Docker容器化部署。|12561|Java|2023-11-13|
|139|[labring/sealos](https://github.com/labring/sealos)|Sealos is a production-ready Kubernetes distribution that provides a one-stop solution for both public and private cloud. https://sealos.io|12534|Go|2024-02-04|
|129|[interagent/http-api-design](https://github.com/interagent/http-api-design)|HTTP API design guide extracted from work on the Heroku Platform API|13643|-|2024-01-16|
|130|[sparanoid/chinese-copywriting-guidelines](https://github.com/sparanoid/chinese-copywriting-guidelines)|Chinese copywriting guidelines for better written communication中文文案排版指北|13523|-|2024-01-17|
|131|[Lissy93/personal-security-checklist](https://github.com/Lissy93/personal-security-checklist)|🔒 A compiled checklist of 300+ tips for protecting digital security and privacy in 2024|13436|TypeScript|2024-02-11|
|132|[shengqiangzhang/examples-of-web-crawlers](https://github.com/shengqiangzhang/examples-of-web-crawlers)|一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )|13257|Python|2023-12-25|
|133|[krasimir/react-in-patterns](https://github.com/krasimir/react-in-patterns)|A free book that talks about design patterns/techniques used while developing with React.|13033|JavaScript|2023-08-17|
|134|[immersive-translate/immersive-translate](https://github.com/immersive-translate/immersive-translate)|沉浸式双语网页翻译扩展 , 支持输入框翻译, 鼠标悬停翻译, PDF, Epub, 字幕文件, TXT 文件翻译 - Immersive Dual Web Page Translation Extension |12724|-|2024-02-07|
|135|[rust-embedded/rust-raspberrypi-OS-tutorials](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials)|:books: Learn to write an embedded OS in Rust :crab:|12616|Rust|2024-02-10|
|136|[halfrost/Halfrost-Field](https://github.com/halfrost/Halfrost-Field)|✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地|12600|Go|2023-12-28|
|137|[jindongwang/transferlearning](https://github.com/jindongwang/transferlearning)|Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习|12570|Python|2024-01-26|
|138|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程架构、业务、技术要点全方位解析。mall项目50k+star是一套电商系统使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术采用Docker容器化部署。|12564|Java|2023-11-13|
|139|[labring/sealos](https://github.com/labring/sealos)|Sealos is a production-ready Kubernetes distribution that provides a one-stop solution for both public and private cloud. https://sealos.io|12535|Go|2024-02-04|
|140|[leisurelicht/wtfpython-cn](https://github.com/leisurelicht/wtfpython-cn)|wtfpython的中文翻译/施工结束/ 能力有限,欢迎帮我改进翻译|12394|Python|2023-09-20|
|141|[Hannibal046/Awesome-LLM](https://github.com/Hannibal046/Awesome-LLM)|Awesome-LLM: a curated list of Large Language Model|12163|-|2024-02-05|
|142|[jamiebuilds/babel-handbook](https://github.com/jamiebuilds/babel-handbook)|:blue_book: A guided handbook on how to use Babel and how to create plugins for Babel.|11878|-|2024-01-23|
|143|[zhaoolee/ChineseBQB](https://github.com/zhaoolee/ChineseBQB)|🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, 中国表情包大集合, 聚欢乐~|11710|JavaScript|2023-11-06|
|141|[Hannibal046/Awesome-LLM](https://github.com/Hannibal046/Awesome-LLM)|Awesome-LLM: a curated list of Large Language Model|12173|-|2024-02-05|
|142|[jamiebuilds/babel-handbook](https://github.com/jamiebuilds/babel-handbook)|:blue_book: A guided handbook on how to use Babel and how to create plugins for Babel.|11881|-|2024-01-23|
|143|[zhaoolee/ChineseBQB](https://github.com/zhaoolee/ChineseBQB)|🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, 中国表情包大集合, 聚欢乐~|11714|JavaScript|2023-11-06|
|144|[talkgo/night](https://github.com/talkgo/night)|Weekly Go Online Meetup via BilibiliGo 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。|11699|Go|2024-01-25|
|145|[Tim9Liu9/TimLiu-iOS](https://github.com/Tim9Liu9/TimLiu-iOS)|iOS开发常用三方库、插件、知名博客等等|11571|-|2023-08-30|
|146|[chenyuntc/pytorch-book](https://github.com/chenyuntc/pytorch-book)|PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch入门与实战》)|11517|Jupyter Notebook|2023-12-24|
|147|[Idnan/bash-guide](https://github.com/Idnan/bash-guide)|A guide to learn bash|11502|-|2024-01-03|
|147|[Idnan/bash-guide](https://github.com/Idnan/bash-guide)|A guide to learn bash|11501|-|2024-01-03|
|148|[markyun/markyun](https://github.com/markyun/markyun)|在Github的学习片段|11337|-|2024-02-02|
|149|[MaaAssistantArknights/MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights)|《明日方舟》小助手,全日常一键长草! A one-click tool for the daily tasks of Arknights, supporting all clients.|11288|C++|2024-02-10|
|150|[pluja/awesome-privacy](https://github.com/pluja/awesome-privacy)|Awesome Privacy - A curated list of services and alternatives that respect your privacy because PRIVACY MATTERS.|11138|-|2024-02-10|
|151|[itwanger/toBeBetterJavaer](https://github.com/itwanger/toBeBetterJavaer)|一份通俗易懂、风趣幽默的Java学习指南内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java就认准二哥的Java进阶之路😄|11013|Java|2024-02-08|
|149|[MaaAssistantArknights/MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights)|《明日方舟》小助手,全日常一键长草! A one-click tool for the daily tasks of Arknights, supporting all clients.|11291|C++|2024-02-11|
|150|[pluja/awesome-privacy](https://github.com/pluja/awesome-privacy)|Awesome Privacy - A curated list of services and alternatives that respect your privacy because PRIVACY MATTERS.|11157|-|2024-02-10|
|151|[itwanger/toBeBetterJavaer](https://github.com/itwanger/toBeBetterJavaer)|一份通俗易懂、风趣幽默的Java学习指南内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java就认准二哥的Java进阶之路😄|11015|Java|2024-02-08|
|152|[DeathKing/Learning-SICP](https://github.com/DeathKing/Learning-SICP)|MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。|10768|Ruby|2023-09-27|
|153|[pandora-next/deploy](https://github.com/pandora-next/deploy)|Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy + Chat2API + Signup Free = PandoraNext. New GPTs(Gizmo) UI, All in one!|10700|PHP|2024-01-21|
|154|[ritchieng/the-incredible-pytorch](https://github.com/ritchieng/the-incredible-pytorch)|The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch. |10609|-|2024-01-17|
|155|[Dod-o/Statistical-Learning-Method_Code](https://github.com/Dod-o/Statistical-Learning-Method_Code)|手写实现李航《统计学习方法》书中全部算法|10575|Python|2023-11-25|
|156|[fuzhengwei/CodeGuide](https://github.com/fuzhengwei/CodeGuide)|:books: 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总旨在为大家提供一个清晰详细的学习教程侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助请给予支持(关注、点赞、分享)|10524|-|2024-02-10|
|157|[pwxcoo/chinese-xinhua](https://github.com/pwxcoo/chinese-xinhua)|:orange_book: 中华新华字典数据库。包括歇后语,成语,词语,汉字。|10506|Python|2023-12-26|
|153|[pandora-next/deploy](https://github.com/pandora-next/deploy)|Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy + Chat2API + Signup Free = PandoraNext. New GPTs(Gizmo) UI, All in one!|10706|PHP|2024-01-21|
|154|[ritchieng/the-incredible-pytorch](https://github.com/ritchieng/the-incredible-pytorch)|The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch. |10610|-|2024-01-17|
|155|[Dod-o/Statistical-Learning-Method_Code](https://github.com/Dod-o/Statistical-Learning-Method_Code)|手写实现李航《统计学习方法》书中全部算法|10577|Python|2023-11-25|
|156|[fuzhengwei/CodeGuide](https://github.com/fuzhengwei/CodeGuide)|:books: 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总旨在为大家提供一个清晰详细的学习教程侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助请给予支持(关注、点赞、分享)|10525|-|2024-02-11|
|157|[pwxcoo/chinese-xinhua](https://github.com/pwxcoo/chinese-xinhua)|:orange_book: 中华新华字典数据库。包括歇后语,成语,词语,汉字。|10507|Python|2023-12-26|
|158|[xmu-xiaoma666/External-Attention-pytorch](https://github.com/xmu-xiaoma666/External-Attention-pytorch)|🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐|10436|Python|2024-01-31|
|159|[zh-google-styleguide/zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide)|Google 开源项目风格指南 (中文版)|10227|Makefile|2024-02-08|
|160|[wsdjeg/vim-galore-zh_cn](https://github.com/wsdjeg/vim-galore-zh_cn)|Vim 从入门到精通|10180|Vim script|2023-09-23|
|161|[xcatliu/typescript-tutorial](https://github.com/xcatliu/typescript-tutorial)|TypeScript 入门教程|10168|TypeScript|2023-11-27|
|162|[MSWorkers/support.996.ICU](https://github.com/MSWorkers/support.996.ICU)|Microsoft and GitHub Workers Support 996.ICU|10089|-|2024-01-29|
|163|[doocs/jvm](https://github.com/doocs/jvm)|🤗 JVM 底层原理最全知识总结|10025|-|2024-01-20|
|164|[sunface/rust-by-practice](https://github.com/sunface/rust-by-practice)|Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.|9910|Rust|2024-02-04|
|165|[cuixiaorui/mini-vue](https://github.com/cuixiaorui/mini-vue)|实现最简 vue3 模型( Help you learn more efficiently vue3 source code )|9768|TypeScript|2023-11-27|
|161|[xcatliu/typescript-tutorial](https://github.com/xcatliu/typescript-tutorial)|TypeScript 入门教程|10171|TypeScript|2023-11-27|
|162|[MSWorkers/support.996.ICU](https://github.com/MSWorkers/support.996.ICU)|Microsoft and GitHub Workers Support 996.ICU|10088|-|2024-01-29|
|163|[doocs/jvm](https://github.com/doocs/jvm)|🤗 JVM 底层原理最全知识总结|10027|-|2024-01-20|
|164|[sunface/rust-by-practice](https://github.com/sunface/rust-by-practice)|Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.|9912|Rust|2024-02-04|
|165|[cuixiaorui/mini-vue](https://github.com/cuixiaorui/mini-vue)|实现最简 vue3 模型( Help you learn more efficiently vue3 source code )|9769|TypeScript|2023-11-27|
|166|[greatghoul/remote-working](https://github.com/greatghoul/remote-working)|收集整理远程工作相关的资料|9592|Ruby|2024-02-04|
|167|[phodal/github](https://github.com/phodal/github)|GitHub 漫游指南- a Chinese ebook on how to build a good project on Github. Explore the users' behavior. Find some thing interest.|9545|Rich Text Format|2023-09-30|
|168|[dtm-labs/dtm](https://github.com/dtm-labs/dtm)|A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.|9522|Go|2024-02-03|
|169|[nestjs/awesome-nestjs](https://github.com/nestjs/awesome-nestjs)|A curated list of awesome things related to NestJS 😎|9494|-|2024-02-09|
|170|[diff-usion/Awesome-Diffusion-Models](https://github.com/diff-usion/Awesome-Diffusion-Models)| A collection of resources and papers on Diffusion Models|9458|HTML|2023-12-17|
|171|[yzfly/awesome-chatgpt-zh](https://github.com/yzfly/awesome-chatgpt-zh)|ChatGPT 中文指南🔥ChatGPT 中文调教指南,指令指南,应用开发指南,精选资源清单,更好的使用 chatGPT 让你的生产力 up up up! 🚀|9353|Python|2023-12-18|
|172|[gurugio/lowlevelprogramming-university](https://github.com/gurugio/lowlevelprogramming-university)|How to be low-level programmer|9313|-|2024-01-17|
|173|[ChenYilong/iOSInterviewQuestions](https://github.com/ChenYilong/iOSInterviewQuestions)|iOS interview questions;iOS面试题集锦附答案--学习qq群或 Telegram 群交流 https://github.com/ChenYilong/iOSBlog/issues/21|9242|C++|2024-01-01|
|174|[AmazingAng/WTF-Solidity](https://github.com/AmazingAng/WTF-Solidity)|我最近在重新学solidity巩固一下细节也写一个“WTF Solidity极简入门”供小白们使用每周更新1-3讲。Now supports English! 官网: https://wtf.academy|9225|Solidity|2024-02-09|
|175|[helloqingfeng/Awsome-Front-End-learning-resource](https://github.com/helloqingfeng/Awsome-Front-End-learning-resource)|:octocat:GitHub最全的前端资源汇总仓库包括前端学习、开发资源、求职面试等|9081|PHP|2023-08-12|
|176|[jobbole/awesome-cpp-cn](https://github.com/jobbole/awesome-cpp-cn)|C++ 资源大全中文版标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。|9063|-|2023-12-28|
|177|[javascript-tutorial/zh.javascript.info](https://github.com/javascript-tutorial/zh.javascript.info)|现代 JavaScript 教程The Modern JavaScript Tutorial以最新的 ECMAScript 规范为基准,通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。|9049|HTML|2024-01-30|
|178|[injetlee/Python](https://github.com/injetlee/Python)|Python脚本。模拟登录知乎 爬虫操作excel微信公众号远程开机|9009|Python|2023-10-10|
|179|[datawhalechina/leedl-tutorial](https://github.com/datawhalechina/leedl-tutorial)|《李宏毅深度学习教程》PDF下载地址https://github.com/datawhalechina/leedl-tutorial/releases|8990|-|2024-02-09|
|180|[OpenTalker/SadTalker](https://github.com/OpenTalker/SadTalker)|[CVPR 2023] SadTalkerLearning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation|8952|Python|2024-02-06|
|181|[codeguy/php-the-right-way](https://github.com/codeguy/php-the-right-way)|An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web|8921|CSS|2023-12-09|
|182|[unknwon/go-fundamental-programming](https://github.com/unknwon/go-fundamental-programming)|《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。|8844|Go|2023-10-27|
|183|[febobo/web-interview](https://github.com/febobo/web-interview)|语音打卡社群维护的前端面试题库包含不限于Vue面试题React面试题JS面试题HTTP面试题工程化面试题CSS面试题算法面试题大厂面试题高频面试题|8793|-|2024-01-04|
|167|[phodal/github](https://github.com/phodal/github)|GitHub 漫游指南- a Chinese ebook on how to build a good project on Github. Explore the users' behavior. Find some thing interest.|9548|Rich Text Format|2023-09-30|
|168|[dtm-labs/dtm](https://github.com/dtm-labs/dtm)|A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.|9523|Go|2024-02-03|
|169|[nestjs/awesome-nestjs](https://github.com/nestjs/awesome-nestjs)|A curated list of awesome things related to NestJS 😎|9496|-|2024-02-09|
|170|[diff-usion/Awesome-Diffusion-Models](https://github.com/diff-usion/Awesome-Diffusion-Models)| A collection of resources and papers on Diffusion Models|9463|HTML|2023-12-17|
|171|[yzfly/awesome-chatgpt-zh](https://github.com/yzfly/awesome-chatgpt-zh)|ChatGPT 中文指南🔥ChatGPT 中文调教指南,指令指南,应用开发指南,精选资源清单,更好的使用 chatGPT 让你的生产力 up up up! 🚀|9355|Python|2023-12-18|
|172|[gurugio/lowlevelprogramming-university](https://github.com/gurugio/lowlevelprogramming-university)|How to be low-level programmer|9316|-|2024-01-17|
|173|[ChenYilong/iOSInterviewQuestions](https://github.com/ChenYilong/iOSInterviewQuestions)|iOS interview questions;iOS面试题集锦附答案--学习qq群或 Telegram 群交流 https://github.com/ChenYilong/iOSBlog/issues/21|9243|C++|2024-01-01|
|174|[AmazingAng/WTF-Solidity](https://github.com/AmazingAng/WTF-Solidity)|我最近在重新学solidity巩固一下细节也写一个“WTF Solidity极简入门”供小白们使用每周更新1-3讲。Now supports English! 官网: https://wtf.academy|9229|Solidity|2024-02-11|
|175|[jobbole/awesome-cpp-cn](https://github.com/jobbole/awesome-cpp-cn)|C++ 资源大全中文版标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。|9065|-|2023-12-28|
|176|[javascript-tutorial/zh.javascript.info](https://github.com/javascript-tutorial/zh.javascript.info)|现代 JavaScript 教程The Modern JavaScript Tutorial以最新的 ECMAScript 规范为基准,通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。|9051|HTML|2024-01-30|
|177|[injetlee/Python](https://github.com/injetlee/Python)|Python脚本。模拟登录知乎 爬虫操作excel微信公众号远程开机|9009|Python|2023-10-10|
|178|[datawhalechina/leedl-tutorial](https://github.com/datawhalechina/leedl-tutorial)|《李宏毅深度学习教程》PDF下载地址https://github.com/datawhalechina/leedl-tutorial/releases|8994|-|2024-02-09|
|179|[OpenTalker/SadTalker](https://github.com/OpenTalker/SadTalker)|[CVPR 2023] SadTalkerLearning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation|8957|Python|2024-02-11|
|180|[codeguy/php-the-right-way](https://github.com/codeguy/php-the-right-way)|An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web|8922|CSS|2023-12-09|
|181|[unknwon/go-fundamental-programming](https://github.com/unknwon/go-fundamental-programming)|《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。|8845|Go|2023-10-27|
|182|[febobo/web-interview](https://github.com/febobo/web-interview)|语音打卡社群维护的前端面试题库包含不限于Vue面试题React面试题JS面试题HTTP面试题工程化面试题CSS面试题算法面试题大厂面试题高频面试题|8797|-|2024-01-04|
|183|[jaywcjlove/reference](https://github.com/jaywcjlove/reference)|为开发人员分享快速参考备忘清单(速查表)|8647|Dockerfile|2024-02-10|
|184|[daliansky/Hackintosh](https://github.com/daliansky/Hackintosh)|Hackintosh long-term maintenance model EFI and installation tutorial|8647|Shell|2024-01-28|
|185|[jaywcjlove/reference](https://github.com/jaywcjlove/reference)|为开发人员分享快速参考备忘清单(速查表)|8635|Dockerfile|2024-02-10|
|186|[CodingDocs/awesome-java](https://github.com/CodingDocs/awesome-java)|Collection of awesome Java project on Github(非常棒的 Java 开源项目集合).|8486|-|2023-08-30|
|187|[pingcap/awesome-database-learning](https://github.com/pingcap/awesome-database-learning)|A list of learning materials to understand databases internals|8451|-|2024-01-19|
|188|[freeCodeCamp/how-to-contribute-to-open-source](https://github.com/freeCodeCamp/how-to-contribute-to-open-source)|A guide to contributing to open source|8408|Ruby|2024-02-09|
|189|[apachecn/Interview](https://github.com/apachecn/Interview)|Interview = 简历指南 + 算法题 + 八股文 + 源码分析|8406|Jupyter Notebook|2023-10-20|
|190|[Jack-Cherish/PythonPark](https://github.com/Jack-Cherish/PythonPark)|Python 开源项目之「自学编程之路」保姆级教程AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。|8404|Python|2024-01-16|
|191|[wmjordan/PDFPatcher](https://github.com/wmjordan/PDFPatcher)|PDF补丁丁——PDF工具箱可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档探查文档结构提取图片、转成图片等等|8275|C#|2024-02-05|
|192|[public-api-lists/public-api-lists](https://github.com/public-api-lists/public-api-lists)|A collective list of free APIs for use in software and web development 🚀|8214|-|2024-02-06|
|193|[gibbok/typescript-book](https://github.com/gibbok/typescript-book)|The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.|8116|TypeScript|2024-01-24|
|194|[datawhalechina/prompt-engineering-for-developers](https://github.com/datawhalechina/prompt-engineering-for-developers)|面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版|8029|Jupyter Notebook|2024-02-08|
|195|[Mooler0410/LLMsPracticalGuide](https://github.com/Mooler0410/LLMsPracticalGuide)|A curated list of practical guide resources of LLMs (LLMs Tree, Examples, Papers)|7978|-|2024-01-10|
|196|[tangyudi/Ai-Learn](https://github.com/tangyudi/Ai-Learn)|人工智能学习路线图整理近200个实战案例与项目免费提供配套教材零基础入门就业实战包括Python数学机器学习数据分析深度学习计算机视觉自然语言处理PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-in ...|7918|-|2024-01-09|
|197|[antonioru/beautiful-react-hooks](https://github.com/antonioru/beautiful-react-hooks)|🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥|7907|JavaScript|2023-11-20|
|198|[bitemyapp/learnhaskell](https://github.com/bitemyapp/learnhaskell)|Learn Haskell|7888|Makefile|2023-09-30|
|199|[modelscope/facechain](https://github.com/modelscope/facechain)|FaceChain is a deep-learning toolchain for generating your Digital-Twin.|7805|Python|2024-02-04|
|200|[jackzhenguo/python-small-examples](https://github.com/jackzhenguo/python-small-examples)|告别枯燥,致力于打造 Python 实用小例子更多Python良心教程见 Python中文网 http://www.zglg.work|7791|Python|2023-09-03|
|185|[CodingDocs/awesome-java](https://github.com/CodingDocs/awesome-java)|Collection of awesome Java project on Github(非常棒的 Java 开源项目集合).|8486|-|2023-08-30|
|186|[pingcap/awesome-database-learning](https://github.com/pingcap/awesome-database-learning)|A list of learning materials to understand databases internals|8452|-|2024-01-19|
|187|[freeCodeCamp/how-to-contribute-to-open-source](https://github.com/freeCodeCamp/how-to-contribute-to-open-source)|A guide to contributing to open source|8408|Ruby|2024-02-09|
|188|[Jack-Cherish/PythonPark](https://github.com/Jack-Cherish/PythonPark)|Python 开源项目之「自学编程之路」保姆级教程AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。|8407|Python|2024-01-16|
|189|[apachecn/Interview](https://github.com/apachecn/Interview)|Interview = 简历指南 + 算法题 + 八股文 + 源码分析|8407|Jupyter Notebook|2023-10-20|
|190|[wmjordan/PDFPatcher](https://github.com/wmjordan/PDFPatcher)|PDF补丁丁——PDF工具箱可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档探查文档结构提取图片、转成图片等等|8275|C#|2024-02-05|
|191|[public-api-lists/public-api-lists](https://github.com/public-api-lists/public-api-lists)|A collective list of free APIs for use in software and web development 🚀|8219|-|2024-02-06|
|192|[gibbok/typescript-book](https://github.com/gibbok/typescript-book)|The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.|8118|TypeScript|2024-01-24|
|193|[datawhalechina/prompt-engineering-for-developers](https://github.com/datawhalechina/prompt-engineering-for-developers)|面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版|8031|Jupyter Notebook|2024-02-08|
|194|[Mooler0410/LLMsPracticalGuide](https://github.com/Mooler0410/LLMsPracticalGuide)|A curated list of practical guide resources of LLMs (LLMs Tree, Examples, Papers)|7982|-|2024-01-10|
|195|[tangyudi/Ai-Learn](https://github.com/tangyudi/Ai-Learn)|人工智能学习路线图整理近200个实战案例与项目免费提供配套教材零基础入门就业实战包括Python数学机器学习数据分析深度学习计算机视觉自然语言处理PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-in ...|7918|-|2024-01-09|
|196|[antonioru/beautiful-react-hooks](https://github.com/antonioru/beautiful-react-hooks)|🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥|7910|JavaScript|2023-11-20|
|197|[bitemyapp/learnhaskell](https://github.com/bitemyapp/learnhaskell)|Learn Haskell|7888|Makefile|2023-09-30|
|198|[modelscope/facechain](https://github.com/modelscope/facechain)|FaceChain is a deep-learning toolchain for generating your Digital-Twin.|7808|Python|2024-02-04|
|199|[jackzhenguo/python-small-examples](https://github.com/jackzhenguo/python-small-examples)|告别枯燥,致力于打造 Python 实用小例子更多Python良心教程见 Python中文网 http://www.zglg.work|7791|Python|2023-09-03|
|200|[datawhalechina/easy-rl](https://github.com/datawhalechina/easy-rl)|强化学习中文教程蘑菇书在线阅读地址https://datawhalechina.github.io/easy-rl/|7740|Jupyter Notebook|2024-02-05|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,27 +1,27 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > C
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[miloyip/json-tutorial](https://github.com/miloyip/json-tutorial)|从零开始的 JSON 库教程|7407|2023-11-13|
|2|[xufuji456/FFmpegAndroid](https://github.com/xufuji456/FFmpegAndroid)|FFmpeg实现视频裁剪、水印、转码、编解码、转Gif动图FFmpeg本地推流、H264与RTMP实时推流直播OpenGL滤镜特效视频拍摄。音视频学习路线音视频知识总结、流媒体协议|4615|2024-01-11|
|3|[cpq/bare-metal-programming-guide](https://github.com/cpq/bare-metal-programming-guide)|A bare metal programming guide (ARM microcontrollers)|2313|2023-08-19|
|3|[cpq/bare-metal-programming-guide](https://github.com/cpq/bare-metal-programming-guide)|A bare metal programming guide (ARM microcontrollers)|2315|2023-08-19|
|4|[gatieme/LDD-LinuxDeviceDrivers](https://github.com/gatieme/LDD-LinuxDeviceDrivers)|Linux内核与设备驱动程序学习笔记|2141|2024-02-04|
|5|[yianwillis/vimcdoc](https://github.com/yianwillis/vimcdoc)|Vim 中文文档计划|1815|2023-10-13|
|6|[eunomia-bpf/bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial)|eBPF Developer Tutorial: Learning eBPF Step by Step with Examples|1736|2024-02-03|
|7|[HITSZ-OpenCS/HITSZ-OpenCS](https://github.com/HITSZ-OpenCS/HITSZ-OpenCS)|哈尔滨工业大学(深圳)计算机专业课程攻略 Guidance for courses in Department of Computer Science, Harbin Institute of Technology (Shenzhen)|1318|2024-01-26|
|6|[eunomia-bpf/bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial)|eBPF Developer Tutorial: Learning eBPF Step by Step with Examples|1735|2024-02-03|
|7|[HITSZ-OpenCS/HITSZ-OpenCS](https://github.com/HITSZ-OpenCS/HITSZ-OpenCS)|哈尔滨工业大学(深圳)计算机专业课程攻略 Guidance for courses in Department of Computer Science, Harbin Institute of Technology (Shenzhen)|1319|2024-01-26|
|8|[xinntao/Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan)|NCNN implementation of Real-ESRGAN. Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.|1224|2023-11-21|
|9|[agile6v/awesome-nginx](https://github.com/agile6v/awesome-nginx)|A curated list of awesome Nginx distributions, 3rd party modules, Active developers, etc. :octocat: |1063|2024-01-22|
|10|[larryli/PuTTY](https://github.com/larryli/PuTTY)|PuTTY 中文版,原 http://code.google.com/p/puttycn 项目。|962|2024-02-06|
|11|[AlexFanw/HUSTER-CS](https://github.com/AlexFanw/HUSTER-CS)|华中科技大学 计算机科学与技术学院 学习资料💯 以及 实验资料💾|936|2023-12-13|
|11|[AlexFanw/HUSTER-CS](https://github.com/AlexFanw/HUSTER-CS)|华中科技大学 计算机科学与技术学院 学习资料💯 以及 实验资料💾|938|2023-12-13|
|12|[zfl9/chinadns-ng](https://github.com/zfl9/chinadns-ng)|chinadns 重构增强版支持黑白名单ipset/nftset|882|2024-02-01|
|13|[FantasticLBP/knowledge-kit](https://github.com/FantasticLBP/knowledge-kit)|iOS、Web前端、后端、数据库、计算机网络、设计模式经验总结|832|2024-02-05|
|14|[plctlab/riscv-operating-system-mooc](https://github.com/plctlab/riscv-operating-system-mooc)|《从头写一个RISC-V OS》课程配套的资源|677|2024-02-01|
|15|[LearningOS/os-lectures](https://github.com/LearningOS/os-lectures)|2023年春季OS课程Slides|526|2023-11-22|
|16|[Xinyuan-LilyGO/LilyGo-LoRa-Series](https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series)|LILYGO LoRa Series examples|524|2024-01-30|
|17|[Skythinker616/foc-wheel-legged-robot](https://github.com/Skythinker616/foc-wheel-legged-robot)|Open source materials for a novel structured legged robot, including mechanical design, electronic design, algorithm simulation, and software development. 一个新型结构的轮腿机器人开源资料,包含机械设计、电子设计、算法仿真、软件开发等 ...|509|2023-11-23|
|17|[Skythinker616/foc-wheel-legged-robot](https://github.com/Skythinker616/foc-wheel-legged-robot)|Open source materials for a novel structured legged robot, including mechanical design, electronic design, algorithm simulation, and software development. 一个新型结构的轮腿机器人开源资料,包含机械设计、电子设计、算法仿真、软件开发等 ...|510|2023-11-23|
|18|[linuxkerneltravel/lmp](https://github.com/linuxkerneltravel/lmp)|LMP provides an eBPF Supermarket for developers, including eBPF tools, open-source projects based on eBPF, eBPF learning materials, Linux kernel learning materials, and more.|503|2024-02-06|
|19|[ultraji/linux-0.12](https://github.com/ultraji/linux-0.12)|《Linux内核完全剖析》linux0.12源码及实验环境|429|2023-10-29|
|20|[alejoseb/Modbus-STM32-HAL-FreeRTOS](https://github.com/alejoseb/Modbus-STM32-HAL-FreeRTOS)|Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS|407|2024-02-02|
@ -41,14 +41,14 @@
|34|[sunxvming/navmesh](https://github.com/sunxvming/navmesh)|导航网格寻路C++实现版(入门版)|153|2024-01-31|
|35|[qaiu/c4droid-code](https://github.com/qaiu/c4droid-code)|C4droid代码实例 C/C++代码实例/教程|123|2023-09-07|
|36|[yocn/AndroidMediaCodec](https://github.com/yocn/AndroidMediaCodec)|Android 音视频处理集合关联了ffmpeg\libyuv等等库|117|2023-11-08|
|37|[Staok/ARM-Linux-Study](https://github.com/Staok/ARM-Linux-Study)|ARM Linux 的学习历程。包括应用、驱动、设备树GCC, Make, CMake, Bash, Vim, Git 等等大集合内容。文章遵守 CC BY NC SA 4.0 协议。|114|2023-11-19|
|37|[Staok/ARM-Linux-Study](https://github.com/Staok/ARM-Linux-Study)|ARM Linux 的学习历程。包括应用、驱动、设备树GCC, Make, CMake, Bash, Vim, Git 等等大集合内容。文章遵守 CC BY NC SA 4.0 协议。|115|2023-11-19|
|38|[chunhuajiang/esp-idf-zh](https://github.com/chunhuajiang/esp-idf-zh)|ESP-IDF 中文文档 |105|2023-11-03|
|39|[wolongalick/AVClip](https://github.com/wolongalick/AVClip)|这是一个用于学习音视频剪辑的项目|101|2023-10-05|
|40|[HilbertRonAnju/XJTU_Electrical_Engineering_and_Automation](https://github.com/HilbertRonAnju/XJTU_Electrical_Engineering_and_Automation)|本项目为西安交通大学电气工程及其自动化专业课程资料。我是西安交通大学电气工程及其自动化专业18级学生专业方向电气工程发电本项目包含我从大一到大四的所搜集整理的课程资料以及实验资料包括但不限于往年题实验代码以及实验报告复习提纲课后习题答案等。希望该项目在学业上对学弟学妹有所帮助记得留下star。|97|2023-12-21|
|41|[strongercjd/STM32F207VCT6](https://github.com/strongercjd/STM32F207VCT6)|STM32F207VCT6 learning resource |93|2024-02-01|
|42|[gongluck/CVIP](https://github.com/gongluck/CVIP)|C/C++/Golang/Linux...知识整理|86|2024-02-01|
|43|[heidsoft/devops](https://github.com/heidsoft/devops)|devops 经验总结实践与产品化|80|2023-08-21|
|44|[jaywcjlove/c-tutorial](https://github.com/jaywcjlove/c-tutorial)|C语言教程|64|2023-11-29|
|44|[jaywcjlove/c-tutorial](https://github.com/jaywcjlove/c-tutorial)|C语言教程|65|2023-11-29|
|45|[shangzongyu/source-code](https://github.com/shangzongyu/source-code)|收集一些书的源码,方便自己查找|62|2024-01-26|
|46|[WHUCodingAndOpen/OpenCourseResources](https://github.com/WHUCodingAndOpen/OpenCourseResources)|WHU开源资料|58|2024-01-04|
|47|[jiegeng321/Creative-Mini-Car-Modification](https://github.com/jiegeng321/Creative-Mini-Car-Modification)|持续更新欢迎star保姆级改装教程|54|2024-01-24|

@ -1,57 +1,57 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > C++
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp)|Port of Facebook's LLaMA model in C/C++|50521|2024-02-10|
|2|[Light-City/CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings)|C++那些事|35629|2024-01-29|
|3|[huihut/interview](https://github.com/huihut/interview)|📚 C/C++ 技术面试基础知识总结包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, inclu ...|31944|2023-11-27|
|4|[MaaAssistantArknights/MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights)|《明日方舟》小助手,全日常一键长草! A one-click tool for the daily tasks of Arknights, supporting all clients.|11288|2024-02-10|
|5|[ChenYilong/iOSInterviewQuestions](https://github.com/ChenYilong/iOSInterviewQuestions)|iOS interview questions;iOS面试题集锦附答案--学习qq群或 Telegram 群交流 https://github.com/ChenYilong/iOSBlog/issues/21|9242|2024-01-01|
|6|[applenob/Cpp_Primer_Practice](https://github.com/applenob/Cpp_Primer_Practice)|搞定C++:punch:。C++ Primer 中文版第5版学习仓库包括笔记和课后练习答案。|7211|2024-01-02|
|1|[ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp)|Port of Facebook's LLaMA model in C/C++|50549|2024-02-11|
|2|[Light-City/CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings)|C++那些事|35634|2024-01-29|
|3|[huihut/interview](https://github.com/huihut/interview)|📚 C/C++ 技术面试基础知识总结包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, inclu ...|31948|2023-11-27|
|4|[MaaAssistantArknights/MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights)|《明日方舟》小助手,全日常一键长草! A one-click tool for the daily tasks of Arknights, supporting all clients.|11291|2024-02-11|
|5|[ChenYilong/iOSInterviewQuestions](https://github.com/ChenYilong/iOSInterviewQuestions)|iOS interview questions;iOS面试题集锦附答案--学习qq群或 Telegram 群交流 https://github.com/ChenYilong/iOSBlog/issues/21|9243|2024-01-01|
|6|[applenob/Cpp_Primer_Practice](https://github.com/applenob/Cpp_Primer_Practice)|搞定C++:punch:。C++ Primer 中文版第5版学习仓库包括笔记和课后练习答案。|7212|2024-01-02|
|7|[TonyChen56/WeChatRobot](https://github.com/TonyChen56/WeChatRobot)|微信HOOK、微信机器人 wxhook数据库解密 微信公众号采集 微信公众号爬虫企业微信HOOK|5980|2024-01-15|
|8|[feiyangqingyun/QWidgetDemo](https://github.com/feiyangqingyun/QWidgetDemo)|Qt编写的一些开源的demo预计会有100多个一直持续更新完善代码简洁易懂注释详细每个都是独立项目非常适合初学者代码随意传播使用拒绝打赏和捐赠欢迎留言评论公众号Qt教程|5213|2023-12-25|
|8|[feiyangqingyun/QWidgetDemo](https://github.com/feiyangqingyun/QWidgetDemo)|Qt编写的一些开源的demo预计会有100多个一直持续更新完善代码简洁易懂注释详细每个都是独立项目非常适合初学者代码随意传播使用拒绝打赏和捐赠欢迎留言评论公众号Qt教程|5214|2023-12-25|
|9|[xtaci/algorithms](https://github.com/xtaci/algorithms)|Algorithms & Data structures in C++.|5089|2023-12-18|
|10|[gaoxiang12/slambook2](https://github.com/gaoxiang12/slambook2)|edition 2 of the slambook|4854|2023-10-08|
|11|[yuesong-feng/30dayMakeCppServer](https://github.com/yuesong-feng/30dayMakeCppServer)|30天自制C++服务器,包含教程和源代码|4443|2023-12-27|
|10|[gaoxiang12/slambook2](https://github.com/gaoxiang12/slambook2)|edition 2 of the slambook|4855|2023-10-08|
|11|[yuesong-feng/30dayMakeCppServer](https://github.com/yuesong-feng/30dayMakeCppServer)|30天自制C++服务器,包含教程和源代码|4446|2023-12-27|
|12|[km1994/nlp_paper_study](https://github.com/km1994/nlp_paper_study)|该仓库主要记录 NLP 算法工程师相关的顶会论文研读笔记|3630|2023-08-18|
|13|[0voice/introduce_c-cpp_manual](https://github.com/0voice/introduce_c-cpp_manual)|一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。|3440|2023-11-02|
|13|[0voice/introduce_c-cpp_manual](https://github.com/0voice/introduce_c-cpp_manual)|一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。|3441|2023-11-02|
|14|[parallel101/course](https://github.com/parallel101/course)|高性能并行编程与优化 - 课件|3095|2023-09-24|
|15|[lightvector/KataGo](https://github.com/lightvector/KataGo)|GTP engine and self-play learning in Go|2897|2024-01-28|
|16|[XMuli/QtExamples](https://github.com/XMuli/QtExamples)|Qt 之 GUI 控件使用 / 网络 / 架构原理 / 运行机制理解DTK 重绘控件方式的框架解析IDE 技巧之 Visual Studio / Qt Creator此为系列文章教程|2805|2024-01-24|
|15|[lightvector/KataGo](https://github.com/lightvector/KataGo)|GTP engine and self-play learning in Go|2897|2024-02-11|
|16|[XMuli/QtExamples](https://github.com/XMuli/QtExamples)|Qt 之 GUI 控件使用 / 网络 / 架构原理 / 运行机制理解DTK 重绘控件方式的框架解析IDE 技巧之 Visual Studio / Qt Creator此为系列文章教程|2806|2024-01-24|
|17|[liuyubobobo/Play-Leetcode](https://github.com/liuyubobobo/Play-Leetcode)|My Solutions to Leetcode problems. All solutions support C++ language, some support Java and Python. Multiple solutions will be given by most problems. Enjoy:) 我的Leetcode解答。所有的问题都支持C++语言一部分问题支持Java语言 ...|2677|2023-11-09|
|18|[scarsty/kys-cpp](https://github.com/scarsty/kys-cpp)|《金庸群侠传》c++复刻版,已完工|2456|2024-01-19|
|19|[ThisisGame/cpp-game-engine-book](https://github.com/ThisisGame/cpp-game-engine-book)|从零编写游戏引擎教程 Writing a game engine tutorial from scratch|2413|2024-02-07|
|18|[scarsty/kys-cpp](https://github.com/scarsty/kys-cpp)|《金庸群侠传》c++复刻版,已完工|2455|2024-01-19|
|19|[ThisisGame/cpp-game-engine-book](https://github.com/ThisisGame/cpp-game-engine-book)|从零编写游戏引擎教程 Writing a game engine tutorial from scratch|2412|2024-02-07|
|20|[selfboot/CS_Offer](https://github.com/selfboot/CS_Offer)|计算机学科基础知识和主流编程语言相关内容的总结|2178|2023-09-24|
|21|[opencurve/curve](https://github.com/opencurve/curve)|Curve is a sandbox project hosted by the CNCF Foundation. It's cloud-native, high-performance, and easy to operate. Curve is an open-source distributed storage system for block and shared file storage ...|2175|2024-01-30|
|22|[zufuliu/notepad2](https://github.com/zufuliu/notepad2)|Notepad2-zufuliu is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled wi ...|2167|2024-02-10|
|22|[zufuliu/notepad2](https://github.com/zufuliu/notepad2)|Notepad2-zufuliu is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled wi ...|2168|2024-02-10|
|23|[HarleysZhang/cv_note](https://github.com/HarleysZhang/cv_note)|记录cv算法工程师的成长之路分享计算机视觉和模型压缩部署技术栈笔记。https://harleyszhang.github.io/cv_note/|2143|2024-01-23|
|24|[Tencent/UnLua](https://github.com/Tencent/UnLua)|A feature-rich, easy-learning and highly optimized Lua scripting plugin for UE.|1972|2023-12-13|
|25|[netwarm007/GameEngineFromScratch](https://github.com/netwarm007/GameEngineFromScratch)|配合我的知乎专栏写的项目|1664|2023-09-16|
|26|[ShujiaHuang/Cpp-Primer-Plus-6th](https://github.com/ShujiaHuang/Cpp-Primer-Plus-6th)| 《C++ Primer Plus 第6版中文版》原书代码、习题答案和个人笔记仅供学习和交流。|1620|2023-10-07|
|26|[ShujiaHuang/Cpp-Primer-Plus-6th](https://github.com/ShujiaHuang/Cpp-Primer-Plus-6th)| 《C++ Primer Plus 第6版中文版》原书代码、习题答案和个人笔记仅供学习和交流。|1622|2023-10-07|
|27|[gaoxiang12/slam_in_autonomous_driving](https://github.com/gaoxiang12/slam_in_autonomous_driving)|《自动驾驶中的SLAM技术》对应开源代码|1516|2023-10-26|
|28|[hao14293/2021-Postgraduate-408](https://github.com/hao14293/2021-Postgraduate-408)|💯✍备考2021年研究生-408 |1391|2024-01-22|
|29|[MKXJun/DirectX11-With-Windows-SDK](https://github.com/MKXJun/DirectX11-With-Windows-SDK)|现代DX11系列教程使用Windows SDK(C++)开发Direct3D 11.x|1375|2023-12-12|
|30|[HuangCongQing/pcl-learning](https://github.com/HuangCongQing/pcl-learning)|🔥PCLPoint Cloud Library点云库学习记录|1357|2024-01-03|
|31|[tkchu/Game-Programming-Patterns-CN](https://github.com/tkchu/Game-Programming-Patterns-CN)|《游戏编程模式》中文版|1300|2024-01-17|
|32|[BrightXiaoHan/CMakeTutorial](https://github.com/BrightXiaoHan/CMakeTutorial)|CMake中文实战教程|1286|2023-08-30|
|32|[BrightXiaoHan/CMakeTutorial](https://github.com/BrightXiaoHan/CMakeTutorial)|CMake中文实战教程|1287|2023-08-30|
|33|[githubhaohao/LearnFFmpeg](https://github.com/githubhaohao/LearnFFmpeg)|Android FFmpeg 音视频开发教程|1285|2024-02-08|
|34|[skywind3000/RenderHelp](https://github.com/skywind3000/RenderHelp)|:zap: 可编程渲染管线实现,帮助初学者学习渲染 |1234|2024-01-22|
|35|[alibaba/yalantinglibs](https://github.com/alibaba/yalantinglibs)|A collection of modern C++ libraries, include coro_rpc, struct_pack, struct_json, struct_xml, struct_pb, easylog, async_simple|1189|2024-02-05|
|36|[wqking/eventpp](https://github.com/wqking/eventpp)|Event Dispatcher and callback list for C++|1158|2024-02-02|
|35|[alibaba/yalantinglibs](https://github.com/alibaba/yalantinglibs)|A collection of modern C++ libraries, include coro_rpc, struct_pack, struct_json, struct_xml, struct_pb, easylog, async_simple|1190|2024-02-05|
|36|[wqking/eventpp](https://github.com/wqking/eventpp)|Event Dispatcher and callback list for C++|1160|2024-02-02|
|37|[Miller-Xie/Code](https://github.com/Miller-Xie/Code)|面试高频算法题总结,个人博客|1075|2023-12-16|
|38|[mhogomchungu/media-downloader](https://github.com/mhogomchungu/media-downloader)|Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..|1069|2024-02-06|
|38|[mhogomchungu/media-downloader](https://github.com/mhogomchungu/media-downloader)|Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..|1071|2024-02-06|
|39|[IronsDu/brynet](https://github.com/IronsDu/brynet)|A Header-Only cross-platform C++ TCP network library . We can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) install brynet.|986|2024-01-25|
|40|[hedada-hc/pc_wechat_hook](https://github.com/hedada-hc/pc_wechat_hook)|pc微信hook 课程例子源码 最新版pc微信hook全套课程尽在网易云课堂 搜索微信逆向即可 pcwx pcweichat 微信hook C语言开发|867|2024-01-11|
|41|[tardate/LittleArduinoProjects](https://github.com/tardate/LittleArduinoProjects)|a collection of "Little Electronic Art Projects", most involving electronics or an Arduino in one way or another!|626|2024-02-08|
|41|[tardate/LittleArduinoProjects](https://github.com/tardate/LittleArduinoProjects)|a collection of "Little Electronic Art Projects", most involving electronics or an Arduino in one way or another!|627|2024-02-08|
|42|[limbo018/DREAMPlace](https://github.com/limbo018/DREAMPlace)|Deep learning toolkit-enabled VLSI placement|595|2024-02-03|
|43|[Greedysky/TTKWidgetTools](https://github.com/Greedysky/TTKWidgetTools)|QWidget 自定义控件集合 持续更新中......|554|2024-02-10|
|44|[district10/cmake-templates](https://github.com/district10/cmake-templates)|Some CMake Templates (examples). Qt, Boost, OpenCV, C++11, etc 一些栗子|519|2023-12-07|
|45|[gongluck/AnalysisAVP](https://github.com/gongluck/AnalysisAVP)|音视频学习,相关文件格式/协议分析框架学习等。encode decodergb yuv h264 aac flv mp4 rtmplibyuv x264 openh264 faac faad2 fdk-aac librtmp ffmpeg sdl2 webrtcandroid ios capture videotoolbox|461|2024-02-07|
|46|[Quanwei1992/GAMES101](https://github.com/Quanwei1992/GAMES101)|GAMES101: 现代计算机图形学入门 作业|442|2023-10-14|
|47|[Mq-b/Loser-HomeWork](https://github.com/Mq-b/Loser-HomeWork)|卢瑟们的作业展示答案讲解以及一些C++知识|439|2024-02-10|
|47|[Mq-b/Loser-HomeWork](https://github.com/Mq-b/Loser-HomeWork)|卢瑟们的作业展示答案讲解以及一些C++知识|439|2024-02-11|
|48|[Mq-b/Cpp20-STL-Cookbook-src](https://github.com/Mq-b/Cpp20-STL-Cookbook-src)|C++20 STL Cookbook|418|2024-01-08|
|49|[sophgo/tpu-mlir](https://github.com/sophgo/tpu-mlir)|Machine learning compiler based on MLIR for Sophgo TPU.|409|2024-02-08|
|50|[heyhu/AndroidReverseStudy](https://github.com/heyhu/AndroidReverseStudy)|安卓逆向学习|385|2023-11-21|
@ -68,9 +68,9 @@
|61|[drken1215/algorithm](https://github.com/drken1215/algorithm)|Implementation of various algorithms|234|2024-02-10|
|62|[Italink/ModernGraphicsEngineGuide](https://github.com/Italink/ModernGraphicsEngineGuide)|现代图形引擎入门指南|209|2024-02-06|
|63|[Eished/self-study-exam_notes](https://github.com/Eished/self-study-exam_notes)|080901 计算机科学与技术 计算机信息管理 深圳大学自考本科学习笔记 |194|2023-08-29|
|64|[WifWaf/MH-Z19](https://github.com/WifWaf/MH-Z19)|For Arduino Boards (&ESP32). Additional Examples/Commands., Hardware/Software Serial|189|2023-12-08|
|64|[WifWaf/MH-Z19](https://github.com/WifWaf/MH-Z19)|For Arduino Boards (&ESP32). Additional Examples/Commands., Hardware/Software Serial|191|2023-12-08|
|65|[dependon/fantascene-dynamic-wallpaper](https://github.com/dependon/fantascene-dynamic-wallpaper)|Managed animated wallpaper based on X11 under Linux(Dynamic Wallpapers for Linux)|180|2023-12-01|
|66|[CHH3213/Books](https://github.com/CHH3213/Books)|书籍资料汇总|166|2023-10-23|
|66|[CHH3213/Books](https://github.com/CHH3213/Books)|书籍资料汇总|167|2023-10-23|
|67|[gzc/leetcode](https://github.com/gzc/leetcode)|LeetCode solutions.|159|2023-12-04|
|68|[JackyLee3362/npee-408-note](https://github.com/JackyLee3362/npee-408-note)|National Postgraduate Entrance Examination (NPEE) 中国研究生入学考试 408科目课程笔记|153|2024-02-05|
|69|[graycatya/CatLearnQt](https://github.com/graycatya/CatLearnQt)|CatLearnQt,提供QWidgetQuick网络串口基础库和示例。案例软件支持样式切换与国际化。|149|2023-12-29|
@ -78,14 +78,14 @@
|71|[hunterzju/llvm-tutorial](https://github.com/hunterzju/llvm-tutorial)|llvm-tutorial文档翻译以及代码仓库|134|2023-10-09|
|72|[KarryRen/SCU-CS-Class-Materials](https://github.com/KarryRen/SCU-CS-Class-Materials)|四川大学计算机学院本科课程资料(更新中)|131|2024-01-17|
|73|[jiaxw32/iNote](https://github.com/jiaxw32/iNote)|个人学习研究笔记OC、C++、iOS 逆向、汇编、Python。|130|2023-11-19|
|74|[inte2000/code_for_algo_book](https://github.com/inte2000/code_for_algo_book)|《算法的乐趣》随书发布的代码|126|2023-09-12|
|74|[inte2000/code_for_algo_book](https://github.com/inte2000/code_for_algo_book)|《算法的乐趣》随书发布的代码|127|2023-09-12|
|75|[Greedysky/TTKTinyTools](https://github.com/Greedysky/TTKTinyTools)|Qt 自定义小工具集合 持续更新中......|120|2024-02-10|
|76|[TJ-CSCCG/TJCS-Course](https://github.com/TJ-CSCCG/TJCS-Course)|:bulb: 同济大学计算机科学与技术、信息安全专业课程资源共享仓库。含部分科目介绍、报告模板、实验工具等内容。期待更多课程加入……|118|2024-01-15|
|77|[datawhalechina/smoothly-vslam](https://github.com/datawhalechina/smoothly-vslam)|VSLAM开源基础教程各章节练习代码|117|2023-11-26|
|78|[GraphicsEnthusiast/DreamRender](https://github.com/GraphicsEnthusiast/DreamRender)|My cpu offline renderer for learning.|114|2024-01-27|
|79|[INET-RC/GeoMX](https://github.com/INET-RC/GeoMX)|GeoMX: Fast and unified distributed system for training machine learning algorithms over geographical data centers.|114|2023-08-21|
|80|[Mq-b/Modern-Cpp-templates-tutorial](https://github.com/Mq-b/Modern-Cpp-templates-tutorial)|现代C++模板教程|111|2024-02-09|
|81|[1051727403/SHU-CS-Source-Share](https://github.com/1051727403/SHU-CS-Source-Share)|SHU-上大计算机资料分享汇总❤️❤️❤️|111|2024-01-28|
|78|[INET-RC/GeoMX](https://github.com/INET-RC/GeoMX)|GeoMX: Fast and unified distributed system for training machine learning algorithms over geographical data centers.|114|2023-08-21|
|79|[Mq-b/Modern-Cpp-templates-tutorial](https://github.com/Mq-b/Modern-Cpp-templates-tutorial)|现代C++模板教程|113|2024-02-09|
|80|[GraphicsEnthusiast/DreamRender](https://github.com/GraphicsEnthusiast/DreamRender)|My cpu offline renderer for learning.|113|2024-01-27|
|81|[1051727403/SHU-CS-Source-Share](https://github.com/1051727403/SHU-CS-Source-Share)|SHU-上大计算机资料分享汇总❤️❤️❤️|111|2024-02-11|
|82|[juhuaguai/duilib](https://github.com/juhuaguai/duilib)|由官方的duilib( https://github.com/duilib/duilib ) 复制过来的仅为了个人学习使用。可以使用vs2008打开新增一些学习测试用的demo代码也会同步官方的后续修改。Q群594312689。欢迎交流学习。|109|2023-10-27|
|83|[Waleon/CTK-examples](https://github.com/Waleon/CTK-examples)|OSGI for C++ - 通往架构师之路|108|2023-08-23|
|84|[Yufccode/Load-balanced-online-OJ-system](https://github.com/Yufccode/Load-balanced-online-OJ-system)|Implement an online programming system similar to LeetCode. Multiple compilation service hosts (CR hosts) can be deployed in the background, and then oj_server service will load balance a large number ...|106|2024-01-30|

@ -1,62 +1,61 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > C#
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[wmjordan/PDFPatcher](https://github.com/wmjordan/PDFPatcher)|PDF补丁丁——PDF工具箱可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档探查文档结构提取图片、转成图片等等|8275|2024-02-05|
|2|[TheAlgorithms/C-Sharp](https://github.com/TheAlgorithms/C-Sharp)|All algorithms implemented in C#.|6131|2024-02-05|
|3|[anjoy8/Blog.Core](https://github.com/anjoy8/Blog.Core)|💖 ASP.NET Core 8.0 全家桶教程前后端分离后端接口vue教程姊妹篇官方文档|4702|2024-02-03|
|4|[hanmin0822/MisakaTranslator](https://github.com/hanmin0822/MisakaTranslator)|御坂翻译器—Galgame/文字游戏/漫画多语种实时机翻工具|4524|2023-12-04|
|5|[YSGStudyHards/DotNetGuide](https://github.com/YSGStudyHards/DotNetGuide)|🐱🚀【C#/.NET/.NET Core学习、工作、面试指南】记录、收集和总结C#/.NET/.NET Core基础知识、学习路线、开发实战、学习视频、文章、书籍、项目框架、社区组织、开发必备工具、常见面试题、面试须知、简历模板、以及自己在学习和工作中的一些微薄见解。希望能和大家一起学习共同进步👊【让现在的自己不再迷茫✨如果本知识库能为您提供帮助别忘了给予支持哦(关注、点赞、分享)💖】。|3997|2024-02-07|
|6|[sidristij/dotnetbook](https://github.com/sidristij/dotnetbook)|.NET Platform Architecture book (English, Chinese, Russian)|2211|2023-11-02|
|7|[hitchao/Jvedio](https://github.com/hitchao/Jvedio)|Jvedio 是本地视频管理软件,支持扫描本地视频并导入软件,建立视频库, 提取出视频的 唯一识别码,自动分类视频, 添加标签管理视频,使用人工智能识别演员,支持翻译信息, 基于 FFmpeg 截取视频图片Window 桌面端流畅美观的应用软件|2077|2023-12-18|
|2|[TheAlgorithms/C-Sharp](https://github.com/TheAlgorithms/C-Sharp)|All algorithms implemented in C#.|6132|2024-02-11|
|3|[anjoy8/Blog.Core](https://github.com/anjoy8/Blog.Core)|💖 ASP.NET Core 8.0 全家桶教程前后端分离后端接口vue教程姊妹篇官方文档|4704|2024-02-03|
|4|[hanmin0822/MisakaTranslator](https://github.com/hanmin0822/MisakaTranslator)|御坂翻译器—Galgame/文字游戏/漫画多语种实时机翻工具|4525|2023-12-04|
|5|[YSGStudyHards/DotNetGuide](https://github.com/YSGStudyHards/DotNetGuide)|🐱🚀【C#/.NET/.NET Core学习、工作、面试指南】记录、收集和总结C#/.NET/.NET Core基础知识、学习路线、开发实战、学习视频、文章、书籍、项目框架、社区组织、开发必备工具、常见面试题、面试须知、简历模板、以及自己在学习和工作中的一些微薄见解。希望能和大家一起学习共同进步👊【让现在的自己不再迷茫✨如果本知识库能为您提供帮助别忘了给予支持哦(关注、点赞、分享)💖】。|4000|2024-02-07|
|6|[sidristij/dotnetbook](https://github.com/sidristij/dotnetbook)|.NET Platform Architecture book (English, Chinese, Russian)|2213|2023-11-02|
|7|[hitchao/Jvedio](https://github.com/hitchao/Jvedio)|Jvedio 是本地视频管理软件,支持扫描本地视频并导入软件,建立视频库, 提取出视频的 唯一识别码,自动分类视频, 添加标签管理视频,使用人工智能识别演员,支持翻译信息, 基于 FFmpeg 截取视频图片Window 桌面端流畅美观的应用软件|2081|2023-12-18|
|8|[dotnetcore/sharding-core](https://github.com/dotnetcore/sharding-core)|high performance lightweight solution for efcore sharding table and sharding database support read-write-separation .一款ef-core下高性能、轻量级针对分表分库读写分离的解决方案具有零依赖、零学习成本、零业务代码入侵|1060|2023-11-27|
|9|[2881099/FreeRedis](https://github.com/2881099/FreeRedis)|🦄 FreeRedis is .NET40+ redis client. supports cluster, sentinel, master-slave, pub-sub, lua, pipeline, transaction, streams, client-side-caching, and pooling.|868|2024-01-31|
|10|[luoyunchong/lin-cms-dotnetcore](https://github.com/luoyunchong/lin-cms-dotnetcore)|😃A simple and practical CMS implemented by .NET + FreeSql前后端分离、Docker部署、OAtuh2授权登录、自动化部署DevOps、自动同步至Gitee、代码生成器、仿掘金专栏|751|2024-02-02|
|11|[HyPlayer/HyPlayer](https://github.com/HyPlayer/HyPlayer)|仅供学习交流使用 第三方网易云音乐播放器 A Netease Cloud Music Player|705|2024-01-23|
|10|[luoyunchong/lin-cms-dotnetcore](https://github.com/luoyunchong/lin-cms-dotnetcore)|😃A simple and practical CMS implemented by .NET + FreeSql前后端分离、Docker部署、OAtuh2授权登录、自动化部署DevOps、自动同步至Gitee、代码生成器、仿掘金专栏|752|2024-02-02|
|11|[HyPlayer/HyPlayer](https://github.com/HyPlayer/HyPlayer)|仅供学习交流使用 第三方网易云音乐播放器 A Netease Cloud Music Player|705|2024-02-11|
|12|[ldqk/ImageSearch](https://github.com/ldqk/ImageSearch)|基于.NET8的本地硬盘千万级图库以图搜图案例Demo和图片exif信息移除小工具分享|602|2024-02-03|
|13|[reneschulte/WriteableBitmapEx](https://github.com/reneschulte/WriteableBitmapEx)|Collection of extension methods for the XAML WriteableBitmap|509|2023-10-28|
|14|[nearby-sharing/android](https://github.com/nearby-sharing/android)|Share files between android and PC via the Windows 10 / 11 built-in sharing functionality (Project Rome)|487|2024-02-09|
|14|[nearby-sharing/android](https://github.com/nearby-sharing/android)|Share files between android and PC via the Windows 10 / 11 built-in sharing functionality (Project Rome)|496|2024-02-09|
|15|[ks233/ja-learner](https://github.com/ks233/ja-learner)|📖简易日语学习 / 视觉小说阅读辅助工具|479|2024-01-02|
|16|[XIU2/UACWhitelistTool](https://github.com/XIU2/UACWhitelistTool)|📃 UAC 白名单小工具!|434|2024-01-20|
|17|[StarfireLab/SharpWeb](https://github.com/StarfireLab/SharpWeb)|一个浏览器数据(密码 历史记录 Cookie 书签 下载记录)的导出工具,支持主流浏览器。|411|2023-10-09|
|18|[axzxs2001/Asp.NetCoreExperiment](https://github.com/axzxs2001/Asp.NetCoreExperiment)|原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!|353|2024-02-10|
|19|[Deali-Axy/StarBlog](https://github.com/Deali-Axy/StarBlog)|☀☀支持Markdown导入的博客。后端基于最新的.Net6和Asp.Net Core框架遵循RESTFul接口规范前端基于Vue+ElementUI开发可作为 .Net Core 入门项目学习~|290|2024-02-10|
|20|[N0I0C0K/PowerTranslator](https://github.com/N0I0C0K/PowerTranslator)|一个PowerToys Run的翻译插件/a translate plugin for PowerToys Run|241|2024-01-20|
|21|[LeagueTavern/fix-lcu-window](https://github.com/LeagueTavern/fix-lcu-window)|解决《英雄联盟》客户端异常窗口大小的问题。|239|2023-12-13|
|22|[zLulus/NotePractice](https://github.com/zLulus/NotePractice)|My_Note 笔记练习demo|209|2024-01-16|
|23|[taecg/ShaderReference](https://github.com/taecg/ShaderReference)|针对Unity的Shader参考大全|191|2023-11-30|
|24|[WOA-Project/Lumia-Drivers](https://github.com/WOA-Project/Lumia-Drivers)|Collection of driver binaries for Lumia devices|176|2024-01-04|
|25|[dotnet-campus/AsyncWorkerCollection](https://github.com/dotnet-campus/AsyncWorkerCollection)|高性能的多线程异步工具库。A collection of tools that support asynchronous methods and support high-performance multithreading.|172|2023-08-26|
|26|[lindexi/lindexi_gd](https://github.com/lindexi/lindexi_gd)|博客用到的代码|158|2024-02-08|
|27|[chutianshu1981/AwesomeUnityTutorial](https://github.com/chutianshu1981/AwesomeUnityTutorial)|精选官方高质量教程作为入门学习内容选择最优学习路线让学习过程“如丝般顺滑”力求做全网最易学知识最全面的游戏开发教程。Select the official high-quality tutorials as the introductory learning content, choose the best learning route to make the learning proce ...|144|2024-02-08|
|28|[Liu233w/acm-statistics](https://github.com/Liu233w/acm-statistics)|An online tool (crawler) to analyze users performance in online judges (coding competition websites). Supported OJ: POJ, HDU, HYSBZ, CodeForces, UVA, ICPC Live Archive, FZU, SPOJ, Timus (URAL), LeetCo ...|141|2024-02-08|
|29|[TripleView/SummerBoot](https://github.com/TripleView/SummerBoot)|Combining the advanced concepts of SpringBoot with the simplicity and elegance of C#, declarative programming focuses on "what to do" rather than "how to do it", and writes code at a higher level.将Spr ...|133|2024-01-29|
|30|[WeihanLi/DesignPatterns](https://github.com/WeihanLi/DesignPatterns)|DesignPatterns samples by CSharp《大话设计模式》 中设计模式总结/C#(.NET)代码|128|2024-01-05|
|31|[xhnbzdl/feishu-doc-export](https://github.com/xhnbzdl/feishu-doc-export)|飞书文档导出服务|124|2023-10-30|
|32|[TastSong/GameProgrammerStudyNotes](https://github.com/TastSong/GameProgrammerStudyNotes)|游戏开发学习笔记|109|2023-12-06|
|33|[kkbruce/AspNetCore-Practice](https://github.com/kkbruce/AspNetCore-Practice)|ASP.NET Core 專案練習集合ASP.NET Core Practice Projects|108|2024-01-17|
|34|[CnGal/CnGalWebSite](https://github.com/CnGal/CnGalWebSite)|CnGal是一个非营利性的立志于收集整理国内制作组创作的中文Galgame/AVG的介绍、攻略、评测、感想等内容的资料性质的网站。|80|2024-02-04|
|35|[densen2014/Blazor100](https://github.com/densen2014/Blazor100)|Blazor入门100天|68|2024-01-23|
|36|[Xzonn/PokemonChineseTranslationRevise](https://github.com/Xzonn/PokemonChineseTranslationRevise)|《宝可梦》第四世代汉化修正|64|2024-02-03|
|37|[MingsonZheng/Personal-Learning-Library](https://github.com/MingsonZheng/Personal-Learning-Library)|个人学习笔记仓库(.NET、k8s、Go、微服务、云原生🐮🍺|53|2024-02-10|
|38|[zhaoqingqing/blog_samplecode](https://github.com/zhaoqingqing/blog_samplecode)|my blog code snippet(代码片段) |53|2023-09-24|
|39|[WangPney/WechaPad832](https://github.com/WangPney/WechaPad832)|Ipad、MAC、Windows协议微信协议本开源项目是7.0.14 C#版本的学习用商用JAVA源码独家840协议测试 请看下面)|50|2023-10-17|
|40|[EJianZQ/IGoLibrary](https://github.com/EJianZQ/IGoLibrary)|可通过我去图书馆的协议来循环绑定图书馆、监控座位并自动抢座和利用退座机制进行占座|37|2023-11-27|
|41|[anjoy8/BCVP.Net8](https://github.com/anjoy8/BCVP.Net8)|ASP.NET8.0入口与实战系列视频教程 配合代码|34|2024-01-16|
|42|[robot518/SolitaireCollection](https://github.com/robot518/SolitaireCollection)|unity纸牌合集空当接龙、蜘蛛纸牌、纸牌接龙、wind成长记2。|34|2023-09-03|
|43|[qedsd/TheGuideToTheNewEden](https://github.com/qedsd/TheGuideToTheNewEden)|新伊甸漫游指南|30|2024-01-26|
|44|[Awbugl/ProjectGenesis](https://github.com/Awbugl/ProjectGenesis)|构建真实宇宙,撰写创世之书。 Construct Real Universe. Then leave a GenesisBook.|29|2024-01-09|
|45|[239573049/TokenBlog](https://github.com/239573049/TokenBlog)|博客站点|28|2023-09-25|
|46|[DigitalPlatform/chord](https://github.com/DigitalPlatform/chord)|新一代分布式图书馆软件|27|2024-01-12|
|47|[GreenShadeZhang/WinUI-Tutorial-Code](https://github.com/GreenShadeZhang/WinUI-Tutorial-Code)|主要是一些WinUI 学习记录教程的示例代码|26|2023-08-28|
|48|[shabbywu/GameMod](https://github.com/shabbywu/GameMod)|Unity Mod 集合|25|2023-11-12|
|49|[sdcb/dotnet-cv2021](https://github.com/sdcb/dotnet-cv2021)|2021 .NET Conf China 《.NET玩转计算机视觉OpenCV》 源代码仓库 (周杰)|24|2023-12-18|
|50|[DL444/cqu-schedule](https://github.com/DL444/cqu-schedule)|重庆大学课程日历订阅服务 - Course schedule calendar subscription service for Chongqing University.|23|2023-11-19|
|51|[MarsonShine/Books](https://github.com/MarsonShine/Books)|读书笔记|22|2024-01-25|
|52|[BlueHtml/Note163Checkin](https://github.com/BlueHtml/Note163Checkin)|基于Github Actions的有道云笔记每日签到|21|2024-01-26|
|19|[N0I0C0K/PowerTranslator](https://github.com/N0I0C0K/PowerTranslator)|一个PowerToys Run的翻译插件/a translate plugin for PowerToys Run|241|2024-01-20|
|20|[LeagueTavern/fix-lcu-window](https://github.com/LeagueTavern/fix-lcu-window)|解决《英雄联盟》客户端异常窗口大小的问题。|240|2023-12-13|
|21|[zLulus/NotePractice](https://github.com/zLulus/NotePractice)|My_Note 笔记练习demo|209|2024-01-16|
|22|[taecg/ShaderReference](https://github.com/taecg/ShaderReference)|针对Unity的Shader参考大全|191|2023-11-30|
|23|[WOA-Project/Lumia-Drivers](https://github.com/WOA-Project/Lumia-Drivers)|Collection of driver binaries for Lumia devices|176|2024-01-04|
|24|[dotnet-campus/AsyncWorkerCollection](https://github.com/dotnet-campus/AsyncWorkerCollection)|高性能的多线程异步工具库。A collection of tools that support asynchronous methods and support high-performance multithreading.|172|2023-08-26|
|25|[lindexi/lindexi_gd](https://github.com/lindexi/lindexi_gd)|博客用到的代码|158|2024-02-08|
|26|[chutianshu1981/AwesomeUnityTutorial](https://github.com/chutianshu1981/AwesomeUnityTutorial)|精选官方高质量教程作为入门学习内容选择最优学习路线让学习过程“如丝般顺滑”力求做全网最易学知识最全面的游戏开发教程。Select the official high-quality tutorials as the introductory learning content, choose the best learning route to make the learning proce ...|144|2024-02-08|
|27|[Liu233w/acm-statistics](https://github.com/Liu233w/acm-statistics)|An online tool (crawler) to analyze users performance in online judges (coding competition websites). Supported OJ: POJ, HDU, HYSBZ, CodeForces, UVA, ICPC Live Archive, FZU, SPOJ, Timus (URAL), LeetCo ...|141|2024-02-08|
|28|[TripleView/SummerBoot](https://github.com/TripleView/SummerBoot)|Combining the advanced concepts of SpringBoot with the simplicity and elegance of C#, declarative programming focuses on "what to do" rather than "how to do it", and writes code at a higher level.将Spr ...|133|2024-01-29|
|29|[WeihanLi/DesignPatterns](https://github.com/WeihanLi/DesignPatterns)|DesignPatterns samples by CSharp《大话设计模式》 中设计模式总结/C#(.NET)代码|128|2024-01-05|
|30|[xhnbzdl/feishu-doc-export](https://github.com/xhnbzdl/feishu-doc-export)|飞书文档导出服务|124|2023-10-30|
|31|[TastSong/GameProgrammerStudyNotes](https://github.com/TastSong/GameProgrammerStudyNotes)|游戏开发学习笔记|109|2023-12-06|
|32|[kkbruce/AspNetCore-Practice](https://github.com/kkbruce/AspNetCore-Practice)|ASP.NET Core 專案練習集合ASP.NET Core Practice Projects|108|2024-01-17|
|33|[CnGal/CnGalWebSite](https://github.com/CnGal/CnGalWebSite)|CnGal是一个非营利性的立志于收集整理国内制作组创作的中文Galgame/AVG的介绍、攻略、评测、感想等内容的资料性质的网站。|80|2024-02-04|
|34|[densen2014/Blazor100](https://github.com/densen2014/Blazor100)|Blazor入门100天|68|2024-01-23|
|35|[Xzonn/PokemonChineseTranslationRevise](https://github.com/Xzonn/PokemonChineseTranslationRevise)|《宝可梦》第四世代汉化修正|66|2024-02-03|
|36|[MingsonZheng/Personal-Learning-Library](https://github.com/MingsonZheng/Personal-Learning-Library)|个人学习笔记仓库(.NET、k8s、Go、微服务、云原生🐮🍺|53|2024-02-11|
|37|[zhaoqingqing/blog_samplecode](https://github.com/zhaoqingqing/blog_samplecode)|my blog code snippet(代码片段) |53|2023-09-24|
|38|[WangPney/WechaPad832](https://github.com/WangPney/WechaPad832)|Ipad、MAC、Windows协议微信协议本开源项目是7.0.14 C#版本的学习用商用JAVA源码独家840协议测试 请看下面)|50|2023-10-17|
|39|[EJianZQ/IGoLibrary](https://github.com/EJianZQ/IGoLibrary)|可通过我去图书馆的协议来循环绑定图书馆、监控座位并自动抢座和利用退座机制进行占座|37|2023-11-27|
|40|[anjoy8/BCVP.Net8](https://github.com/anjoy8/BCVP.Net8)|ASP.NET8.0入口与实战系列视频教程 配合代码|34|2024-01-16|
|41|[robot518/SolitaireCollection](https://github.com/robot518/SolitaireCollection)|unity纸牌合集空当接龙、蜘蛛纸牌、纸牌接龙、wind成长记2。|34|2023-09-03|
|42|[qedsd/TheGuideToTheNewEden](https://github.com/qedsd/TheGuideToTheNewEden)|新伊甸漫游指南|30|2024-01-26|
|43|[Awbugl/ProjectGenesis](https://github.com/Awbugl/ProjectGenesis)|构建真实宇宙,撰写创世之书。 Construct Real Universe. Then leave a GenesisBook.|29|2024-01-09|
|44|[239573049/TokenBlog](https://github.com/239573049/TokenBlog)|博客站点|28|2023-09-25|
|45|[DigitalPlatform/chord](https://github.com/DigitalPlatform/chord)|新一代分布式图书馆软件|27|2024-01-12|
|46|[GreenShadeZhang/WinUI-Tutorial-Code](https://github.com/GreenShadeZhang/WinUI-Tutorial-Code)|主要是一些WinUI 学习记录教程的示例代码|26|2023-08-28|
|47|[shabbywu/GameMod](https://github.com/shabbywu/GameMod)|Unity Mod 集合|25|2023-11-12|
|48|[sdcb/dotnet-cv2021](https://github.com/sdcb/dotnet-cv2021)|2021 .NET Conf China 《.NET玩转计算机视觉OpenCV》 源代码仓库 (周杰)|24|2023-12-18|
|49|[DL444/cqu-schedule](https://github.com/DL444/cqu-schedule)|重庆大学课程日历订阅服务 - Course schedule calendar subscription service for Chongqing University.|23|2023-11-19|
|50|[MarsonShine/Books](https://github.com/MarsonShine/Books)|读书笔记|22|2024-01-25|
|51|[BlueHtml/Note163Checkin](https://github.com/BlueHtml/Note163Checkin)|基于Github Actions的有道云笔记每日签到|21|2024-01-26|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,66 +1,66 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > Go
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[astaxie/build-web-application-with-golang](https://github.com/astaxie/build-web-application-with-golang)|A golang ebook intro how to build a web with golang|42680|2024-01-12|
|1|[astaxie/build-web-application-with-golang](https://github.com/astaxie/build-web-application-with-golang)|A golang ebook intro how to build a web with golang|42684|2024-01-12|
|2|[unknwon/the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN)|《The Way to Go》中文译本中文正式名《Go 入门指南》|33956|2024-02-02|
|3|[halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go)|✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解|31397|2024-02-05|
|4|[yeasy/docker_practice](https://github.com/yeasy/docker_practice)|Learn and understand Docker&Container technologies, with real DevOps practice!|23875|2024-02-04|
|5|[quii/learn-go-with-tests](https://github.com/quii/learn-go-with-tests)|Learn Go with test-driven development|20883|2024-02-08|
|6|[inancgumus/learngo](https://github.com/inancgumus/learngo)|❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.|18136|2024-01-12|
|7|[greyireland/algorithm-pattern](https://github.com/greyireland/algorithm-pattern)|算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~|14858|2023-12-22|
|8|[halfrost/Halfrost-Field](https://github.com/halfrost/Halfrost-Field)|✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地|12599|2023-12-28|
|9|[labring/sealos](https://github.com/labring/sealos)|Sealos is a production-ready Kubernetes distribution that provides a one-stop solution for both public and private cloud. https://sealos.io|12534|2024-02-04|
|4|[yeasy/docker_practice](https://github.com/yeasy/docker_practice)|Learn and understand Docker&Container technologies, with real DevOps practice!|23873|2024-02-04|
|5|[quii/learn-go-with-tests](https://github.com/quii/learn-go-with-tests)|Learn Go with test-driven development|20887|2024-02-11|
|6|[inancgumus/learngo](https://github.com/inancgumus/learngo)|❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.|18137|2024-01-12|
|7|[greyireland/algorithm-pattern](https://github.com/greyireland/algorithm-pattern)|算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~|14857|2023-12-22|
|8|[halfrost/Halfrost-Field](https://github.com/halfrost/Halfrost-Field)|✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地|12600|2023-12-28|
|9|[labring/sealos](https://github.com/labring/sealos)|Sealos is a production-ready Kubernetes distribution that provides a one-stop solution for both public and private cloud. https://sealos.io|12535|2024-02-04|
|10|[talkgo/night](https://github.com/talkgo/night)|Weekly Go Online Meetup via BilibiliGo 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。|11699|2024-01-25|
|11|[dtm-labs/dtm](https://github.com/dtm-labs/dtm)|A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.|9522|2024-02-03|
|12|[unknwon/go-fundamental-programming](https://github.com/unknwon/go-fundamental-programming)|《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。|8844|2023-10-27|
|11|[dtm-labs/dtm](https://github.com/dtm-labs/dtm)|A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.|9523|2024-02-03|
|12|[unknwon/go-fundamental-programming](https://github.com/unknwon/go-fundamental-programming)|《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。|8845|2023-10-27|
|13|[0voice/Introduction-to-Golang](https://github.com/0voice/Introduction-to-Golang)|【未来服务器端编程语言】最全空降golang资料补给包满血战斗包含文章书籍作者论文理论分析开源框架云原生大佬视频大厂实战分享ppt|7140|2023-09-19|
|14|[golang-design/go-questions](https://github.com/golang-design/go-questions)|📖 Go 程序员面试笔试宝典 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions|5457|2023-12-26|
|15|[ConnectAI-E/feishu-openai](https://github.com/ConnectAI-E/feishu-openai)|🎒 飞书 ×GPT-4 + GPT-4V + DALL·E-3 + Whisper= 飞一般的工作体验 🚀 语音对话、角色扮演、多话题讨论、图片创作、表格分析、文档导出 🚀|5231|2024-02-01|
|16|[xiaobaiTech/golangFamily](https://github.com/xiaobaiTech/golangFamily)|【超全golang面试题合集+golang学习指南+golang知识图谱+入门成长路线】 一份涵盖大部分golang程序员所需要掌握的核心知识。常用第三方库(mysql,mq,es,redis等)+机器学习库+算法库+游戏库+开源框架+自然语言处理nlp库+网络库+视频库+微服务框架+视频教程+音频音乐库+图形图片库+物联网库+地理位置信息+嵌入式脚本库+编译器库+数据库+金融库+电子邮件库+电子 ...|4772|2023-12-23|
|15|[ConnectAI-E/feishu-openai](https://github.com/ConnectAI-E/feishu-openai)|🎒 飞书 ×GPT-4 + GPT-4V + DALL·E-3 + Whisper= 飞一般的工作体验 🚀 语音对话、角色扮演、多话题讨论、图片创作、表格分析、文档导出 🚀|5232|2024-02-01|
|16|[xiaobaiTech/golangFamily](https://github.com/xiaobaiTech/golangFamily)|【超全golang面试题合集+golang学习指南+golang知识图谱+入门成长路线】 一份涵盖大部分golang程序员所需要掌握的核心知识。常用第三方库(mysql,mq,es,redis等)+机器学习库+算法库+游戏库+开源框架+自然语言处理nlp库+网络库+视频库+微服务框架+视频教程+音频音乐库+图形图片库+物联网库+地理位置信息+嵌入式脚本库+编译器库+数据库+金融库+电子邮件库+电子 ...|4773|2023-12-23|
|17|[lifei6671/interview-go](https://github.com/lifei6671/interview-go)|golang面试题集合|4646|2023-10-16|
|18|[guangzhengli/k8s-tutorials](https://github.com/guangzhengli/k8s-tutorials)|k8s tutorials k8s 教程|3944|2024-01-11|
|18|[guangzhengli/k8s-tutorials](https://github.com/guangzhengli/k8s-tutorials)|k8s tutorials k8s 教程|3945|2024-01-11|
|19|[eyebluecn/tank](https://github.com/eyebluecn/tank)|《蓝眼云盘》(Eyeblue Cloud Storage)|2912|2023-11-12|
|20|[hellogcc/100-gdb-tips](https://github.com/hellogcc/100-gdb-tips)|A collection of gdb tips. 100 maybe just mean many here.|2898|2023-10-30|
|21|[jiujuan/go-collection](https://github.com/jiujuan/go-collection)|:tulip: awesome awesome go, study golang from basic to proficient。Go Study Guide。从学习 Go 基础语法和高级特性,到实战项目,再到架构微服务,最后到跑路。|2617|2024-01-17|
|21|[jiujuan/go-collection](https://github.com/jiujuan/go-collection)|:tulip: awesome awesome go, study golang from basic to proficient。Go Study Guide。从学习 Go 基础语法和高级特性,到实战项目,再到架构微服务,最后到跑路。|2618|2024-01-17|
|22|[studygolang/studygolang](https://github.com/studygolang/studygolang)|Go 语言中文网 Golang中文社区 Go语言学习园地 源码|2606|2023-09-23|
|23|[yangwenmai/learning-golang](https://github.com/yangwenmai/learning-golang)|Go 学习之路Go 开发者博客、Go 微信公众号、Go 学习资料(文档、书籍、视频)|2537|2023-09-12|
|23|[yangwenmai/learning-golang](https://github.com/yangwenmai/learning-golang)|Go 学习之路Go 开发者博客、Go 微信公众号、Go 学习资料(文档、书籍、视频)|2538|2023-09-12|
|24|[mohuishou/go-design-pattern](https://github.com/mohuishou/go-design-pattern)|golang design pattern go 设计模式实现,包含 23 种常见的设计模式实现,同时这也是极客时间-设计模式之美 的笔记|1815|2024-01-30|
|25|[talent-plan/tinysql](https://github.com/talent-plan/tinysql)|A course to build the SQL layer of a distributed database.|1538|2023-09-27|
|26|[yongxinz/gopher](https://github.com/yongxinz/gopher)|Go 学习路线图,包括基础专栏,进阶专栏,源码阅读,实战开发,面试刷题,必读书单等一系列资源|1175|2023-08-14|
|27|[mao888/golang-guide](https://github.com/mao888/golang-guide)|「Golang学习+面试指南」一份涵盖大部分 Golang程序员所需要掌握的核心知识。准备 Golang面试首选 GolangGuide|1066|2024-02-07|
|28|[deweizhu/bookget](https://github.com/deweizhu/bookget)|bookget 数字古籍图书下载工具|1030|2024-02-05|
|25|[talent-plan/tinysql](https://github.com/talent-plan/tinysql)|A course to build the SQL layer of a distributed database.|1539|2023-09-27|
|26|[yongxinz/gopher](https://github.com/yongxinz/gopher)|Go 学习路线图,包括基础专栏,进阶专栏,源码阅读,实战开发,面试刷题,必读书单等一系列资源|1176|2023-08-14|
|27|[mao888/golang-guide](https://github.com/mao888/golang-guide)|「Golang学习+面试指南」一份涵盖大部分 Golang程序员所需要掌握的核心知识。准备 Golang面试首选 GolangGuide|1067|2024-02-07|
|28|[deweizhu/bookget](https://github.com/deweizhu/bookget)|bookget 数字古籍图书下载工具|1033|2024-02-05|
|29|[gookit/validate](https://github.com/gookit/validate)|⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库使用简单内置大部分常用验证、过滤器支持自定义验证器、自定义消息、字段翻译。|988|2024-02-09|
|30|[ArtisanCloud/PowerWeChat](https://github.com/ArtisanCloud/PowerWeChat)|PowerWechat是一款基于WeChat SDK for Golang支持小程序、微信支付、企业微信、公众号等全微信生态|964|2024-01-29|
|30|[ArtisanCloud/PowerWeChat](https://github.com/ArtisanCloud/PowerWeChat)|PowerWechat是一款基于WeChat SDK for Golang支持小程序、微信支付、企业微信、公众号等全微信生态|965|2024-01-29|
|31|[Mikubill/transfer](https://github.com/Mikubill/transfer)|🍭 集合多个API的大文件传输工具.|876|2023-08-24|
|32|[cncf/presentations](https://github.com/cncf/presentations)|📊 Presentations from the CNCF community to share and reuse|872|2024-02-01|
|33|[gopcp/example.v2](https://github.com/gopcp/example.v2)|An example project for book 'Go Programming & Concurrency in Practice, 2nd edition' (《Go并发编程实战》第2版).|861|2023-11-30|
|34|[zeromicro/zero-examples](https://github.com/zeromicro/zero-examples)|go-zero examples|810|2024-01-08|
|35|[Le0nsec/SecCrawler](https://github.com/Le0nsec/SecCrawler)|一个方便安全研究人员获取每日安全日报的爬虫和推送程序目前爬取范围包括先知社区、安全客、Seebug Paper、跳跳糖、奇安信攻防社区、棱角社区以及绿盟、腾讯玄武、天融信、360等实验室博客持续更新中。|795|2023-12-24|
|36|[Wsine/feishu2md](https://github.com/Wsine/feishu2md)|一键命令下载飞书文档为 Markdown|774|2024-01-24|
|37|[yliu7949/KouShare-dl](https://github.com/yliu7949/KouShare-dl)|KouShare-dl 是一个用于从“蔻享学术”视频网站下载视频和课件、录制直播的命令行工具。|768|2023-11-26|
|38|[eallion/uBlacklist-subscription-compilation](https://github.com/eallion/uBlacklist-subscription-compilation)|🚫 uBlacklist subscription compilation 订阅合集|767|2024-02-04|
|36|[Wsine/feishu2md](https://github.com/Wsine/feishu2md)|一键命令下载飞书文档为 Markdown|775|2024-01-24|
|37|[yliu7949/KouShare-dl](https://github.com/yliu7949/KouShare-dl)|KouShare-dl 是一个用于从“蔻享学术”视频网站下载视频和课件、录制直播的命令行工具。|771|2023-11-26|
|38|[eallion/uBlacklist-subscription-compilation](https://github.com/eallion/uBlacklist-subscription-compilation)|🚫 uBlacklist subscription compilation 订阅合集|766|2024-02-11|
|39|[nanmu42/orly](https://github.com/nanmu42/orly)|:football: Generate your own O'RLY animal book cover to troll your colleagues 生成你自己的O'RLY动物书封面让你的同事惊掉下巴|757|2024-01-09|
|40|[kevinyan815/gocookbook](https://github.com/kevinyan815/gocookbook)|go cook book|727|2024-01-15|
|41|[suifengqjn/videoWater](https://github.com/suifengqjn/videoWater)|视频批量处理, 码率设置, 格式转换, 添加字幕, 添加水印, 文字跑马灯, 去除水印, 修改分辨率, 视频剪裁, 倍速播放, 视频分段, 视频合成, 视频镜像, 背景音乐, 插入背景图片, 视频高斯模糊, 模糊拓边, 画中画,字幕,翻译,影视解说,影视混剪,抖音带货,视频全自动剪辑,视频批量剪辑|693|2023-11-29|
|42|[chenjiandongx/mandodb](https://github.com/chenjiandongx/mandodb)|🤔 A minimize Time Series Database, written from scratch as a learning project. 从零开始实现一个 TSDB|634|2023-08-24|
|43|[ystyle/kaf-cli](https://github.com/ystyle/kaf-cli)|把txt文本转成epub和mobi电子书的命令行工具(原TmdTextEpub)|628|2024-01-23|
|44|[lemoex/oci-help](https://github.com/lemoex/oci-help)|甲骨文实例抢购教程|622|2024-01-20|
|45|[jaywcjlove/golang-tutorial](https://github.com/jaywcjlove/golang-tutorial)|Go语言快速入门|530|2023-11-29|
|46|[guyan0319/golang_development_notes](https://github.com/guyan0319/golang_development_notes)|golang development notes go语言开发笔记|529|2024-01-24|
|47|[go-programming-tour-book/blog-service](https://github.com/go-programming-tour-book/blog-service)|《Go 语言编程之旅:一起用 Go 做项目》第二章博客程序HTTP Server|528|2023-12-10|
|48|[zero-proxy/zero-proxy](https://github.com/zero-proxy/zero-proxy)|最轻量、高效、透明、稳定的多币种矿池代理、矿池中转。支持 BTC, ETC, RVN, NicaHash, XNA, ETHW, Ergo 等币种。自定义抽水账号及比例高性能数据中转算法无任何share损耗。具有高效的抽水算法保证精确抽水。支持多端口监听及多矿池连接同时接入3000+矿机性能稳定且不掉线。The lightest, most efficient, transparent, ...|519|2024-02-09|
|45|[zero-proxy/zero-proxy](https://github.com/zero-proxy/zero-proxy)|最轻量、高效、透明、稳定的多币种矿池代理、矿池中转。支持 BTC, ETC, RVN, NicaHash, XNA, ETHW, Ergo 等币种。自定义抽水账号及比例高性能数据中转算法无任何share损耗。具有高效的抽水算法保证精确抽水。支持多端口监听及多矿池连接同时接入3000+矿机性能稳定且不掉线。The lightest, most efficient, transparent, ...|530|2024-02-09|
|46|[jaywcjlove/golang-tutorial](https://github.com/jaywcjlove/golang-tutorial)|Go语言快速入门|530|2023-11-29|
|47|[go-programming-tour-book/blog-service](https://github.com/go-programming-tour-book/blog-service)|《Go 语言编程之旅:一起用 Go 做项目》第二章博客程序HTTP Server|529|2023-12-10|
|48|[guyan0319/golang_development_notes](https://github.com/guyan0319/golang_development_notes)|golang development notes go语言开发笔记|529|2024-01-24|
|49|[nicoxiang/geektime-downloader](https://github.com/nicoxiang/geektime-downloader)|极客时间课程下载器,支持下载极客时间专栏/视频课/每日一课/大厂实践/训练营视频|491|2024-02-05|
|50|[deb-sig/double-entry-generator](https://github.com/deb-sig/double-entry-generator)|Rule-based double-entry bookkeeping importer (from Alipay/WeChat/Huobi etc. to Beancount/Ledger).|480|2023-11-13|
|51|[j178/leetgo](https://github.com/j178/leetgo)|Best LeetCode friend for geek. :snowboarder:|474|2024-02-04|
|52|[zc2638/go-standard](https://github.com/zc2638/go-standard)|Go常用规范定义标准库方法使用示例请注意这不是Go的中文版标准库(传送门)|461|2023-11-07|
|53|[ConnectAI-E/Feishu-Midjourney](https://github.com/ConnectAI-E/Feishu-Midjourney)|🍎 飞书 x midjourney = 你真正的创意伙伴|416|2023-12-06|
|54|[gaowei-space/markdown-blog](https://github.com/gaowei-space/markdown-blog)|🍭 Markdown-Blog 是一款小而美的Markdown静态博客程序 Markdown-Blog is incredibly fast, easy to use, and converts Markdown formatted text files into beautifully rendered HTML pages.|381|2024-02-10|
|54|[gaowei-space/markdown-blog](https://github.com/gaowei-space/markdown-blog)|🍭 Markdown-Blog 是一款小而美的Markdown静态博客程序 Markdown-Blog is incredibly fast, easy to use, and converts Markdown formatted text files into beautifully rendered HTML pages.|380|2024-02-10|
|55|[chyroc/lark](https://github.com/chyroc/lark)|Feishu(飞书)/Lark Open API Go SDK, Support ALL Open API and Event Callback.|371|2024-02-07|
|56|[rosedblabs/minidb](https://github.com/rosedblabs/minidb)|A demo for learning😁-rosedb 的 mini 版本,帮助理解 bitcask 存储模型以及 rosedb 项目。|341|2023-09-07|
|56|[rosedblabs/minidb](https://github.com/rosedblabs/minidb)|A demo for learning😁-rosedb 的 mini 版本,帮助理解 bitcask 存储模型以及 rosedb 项目。|342|2023-09-07|
|57|[cloudwego/kitex-examples](https://github.com/cloudwego/kitex-examples)|Examples for Kitex.|327|2024-02-10|
|58|[youngxhui/GinHello](https://github.com/youngxhui/GinHello)|Gin 学习示例代码 |308|2023-09-22|
|59|[whatwewant/chatgpt-for-chatbot-feishu](https://github.com/whatwewant/chatgpt-for-chatbot-feishu)|快速将 ChatGPT 接入飞书,基于 OpenAI 官方接口,作为私人工作助理或者企业员工助理|305|2024-02-07|
@ -69,7 +69,7 @@
|62|[virusdefender/copy-cert](https://github.com/virusdefender/copy-cert)|基于已知网站 ssl 证书的信息生成新的自签名证书,除了证书是不被信任的以外,其他的信息看上去基本一致,用于伪装流量。|229|2023-08-16|
|63|[xlzy520/typora-plugin-bilibili](https://github.com/xlzy520/typora-plugin-bilibili)|Typora粘贴图片自动上传到Bilibili图床也可以自定义修改成任意其他图床接口。使用教程https://b23.tv/urxCc3|229|2023-12-06|
|64|[lal0ne/HW](https://github.com/lal0ne/HW)|护网漏洞汇总|229|2023-09-07|
|65|[bigwhite/GoProgrammingFromBeginnerToMaster](https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster)|Go语言精进之路书籍配套代码|212|2023-10-11|
|65|[bigwhite/GoProgrammingFromBeginnerToMaster](https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster)|Go语言精进之路书籍配套代码|213|2023-10-11|
|66|[mao888/bluebell-plus](https://github.com/mao888/bluebell-plus)|基于vue+go+gin+mysql+redis的博客论坛web项目|205|2023-12-11|
|67|[7sDream/rikka](https://github.com/7sDream/rikka)|A simple image share system in go.|202|2023-11-15|
|68|[Bistutu/FluentRead](https://github.com/Bistutu/FluentRead)|基于上下文语境的人工智能翻译引擎,为部分网站提供精准翻译,让所有人都能够拥有基于母语般的阅读体验。|196|2024-01-28|

@ -1,57 +1,57 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > HTML
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[PKUFlyingPig/cs-self-learning](https://github.com/PKUFlyingPig/cs-self-learning)|计算机自学指南|41091|2024-01-27|
|2|[QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)|浙江大学课程攻略共享计划|35228|2024-02-10|
|3|[PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)|清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University|31191|2024-02-07|
|4|[fengdu78/Coursera-ML-AndrewNg-Notes](https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes)|吴恩达老师的机器学习课程个人笔记|29850|2023-10-05|
|5|[WeNeedHome/SummaryOfLoanSuspension](https://github.com/WeNeedHome/SummaryOfLoanSuspension)|全国各省市停贷通知汇总|20446|2024-01-08|
|6|[hehonghui/awesome-english-ebooks](https://github.com/hehonghui/awesome-english-ebooks)|经济学人(含音频)、纽约客、卫报、连线、大西洋月刊等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新|15422|2024-02-09|
|7|[diff-usion/Awesome-Diffusion-Models](https://github.com/diff-usion/Awesome-Diffusion-Models)| A collection of resources and papers on Diffusion Models|9458|2023-12-17|
|8|[javascript-tutorial/zh.javascript.info](https://github.com/javascript-tutorial/zh.javascript.info)|现代 JavaScript 教程The Modern JavaScript Tutorial以最新的 ECMAScript 规范为基准,通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。|9049|2024-01-30|
|1|[PKUFlyingPig/cs-self-learning](https://github.com/PKUFlyingPig/cs-self-learning)|计算机自学指南|41104|2024-01-27|
|2|[QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)|浙江大学课程攻略共享计划|35233|2024-02-10|
|3|[PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)|清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University|31198|2024-02-07|
|4|[fengdu78/Coursera-ML-AndrewNg-Notes](https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes)|吴恩达老师的机器学习课程个人笔记|29849|2023-10-05|
|5|[WeNeedHome/SummaryOfLoanSuspension](https://github.com/WeNeedHome/SummaryOfLoanSuspension)|全国各省市停贷通知汇总|20447|2024-01-08|
|6|[hehonghui/awesome-english-ebooks](https://github.com/hehonghui/awesome-english-ebooks)|经济学人(含音频)、纽约客、卫报、连线、大西洋月刊等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新|15436|2024-02-09|
|7|[diff-usion/Awesome-Diffusion-Models](https://github.com/diff-usion/Awesome-Diffusion-Models)| A collection of resources and papers on Diffusion Models|9463|2023-12-17|
|8|[javascript-tutorial/zh.javascript.info](https://github.com/javascript-tutorial/zh.javascript.info)|现代 JavaScript 教程The Modern JavaScript Tutorial以最新的 ECMAScript 规范为基准,通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。|9051|2024-01-30|
|9|[Consensys/smart-contract-best-practices](https://github.com/Consensys/smart-contract-best-practices)|A guide to smart contract security best practices|7238|2024-01-11|
|10|[fool2fish/dragon-book-exercise-answers](https://github.com/fool2fish/dragon-book-exercise-answers)|Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理紫龙书第2版习题答案。|6041|2024-01-01|
|11|[yuantuo666/baiduwp-php](https://github.com/yuantuo666/baiduwp-php)|A tool to get the download link of the Baidu netdisk / 一个获取百度网盘分享链接下载地址的工具|5899|2024-02-05|
|12|[golang-china/gopl-zh](https://github.com/golang-china/gopl-zh)|:books: Go语言圣经中文版|5800|2024-02-05|
|13|[doocs/technical-books](https://github.com/doocs/technical-books)|😆 国内外互联网技术大牛们都写了哪些书籍:计算机基础、网络、前端、后端、数据库、架构、大数据、深度学习...|5542|2024-01-24|
|10|[fool2fish/dragon-book-exercise-answers](https://github.com/fool2fish/dragon-book-exercise-answers)|Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理紫龙书第2版习题答案。|6042|2024-01-01|
|11|[yuantuo666/baiduwp-php](https://github.com/yuantuo666/baiduwp-php)|A tool to get the download link of the Baidu netdisk / 一个获取百度网盘分享链接下载地址的工具|5902|2024-02-05|
|12|[golang-china/gopl-zh](https://github.com/golang-china/gopl-zh)|:books: Go语言圣经中文版|5802|2024-02-05|
|13|[doocs/technical-books](https://github.com/doocs/technical-books)|😆 国内外互联网技术大牛们都写了哪些书籍:计算机基础、网络、前端、后端、数据库、架构、大数据、深度学习...|5543|2024-01-24|
|14|[go101/go101](https://github.com/go101/go101)|An up-to-date (unofficial) knowledge base for Go programming self learning|5311|2024-01-10|
|15|[biaochenxuying/blog](https://github.com/biaochenxuying/blog)|大前端技术为主,读书笔记、随笔、理财为辅,做个终身学习者。|4528|2023-10-27|
|16|[gwuhaolin/dive-into-webpack](https://github.com/gwuhaolin/dive-into-webpack)|全面的Webpack教程《深入浅出Webpack》电子书|4368|2023-08-25|
|17|[cipher387/osint_stuff_tool_collection](https://github.com/cipher387/osint_stuff_tool_collection)|A collection of several hundred online tools for OSINT|4355|2023-12-23|
|18|[golang101/golang101](https://github.com/golang101/golang101)|Go语言101 : 一个与时俱进的Go编程知识库|4270|2024-01-03|
|19|[qiangmzsx/Software-Engineering-at-Google](https://github.com/qiangmzsx/Software-Engineering-at-Google)|《Software Engineering at Google》的中英文对译版本|3715|2023-12-04|
|15|[biaochenxuying/blog](https://github.com/biaochenxuying/blog)|大前端技术为主,读书笔记、随笔、理财为辅,做个终身学习者。|4529|2023-10-27|
|16|[gwuhaolin/dive-into-webpack](https://github.com/gwuhaolin/dive-into-webpack)|全面的Webpack教程《深入浅出Webpack》电子书|4369|2023-08-25|
|17|[cipher387/osint_stuff_tool_collection](https://github.com/cipher387/osint_stuff_tool_collection)|A collection of several hundred online tools for OSINT|4360|2023-12-23|
|18|[golang101/golang101](https://github.com/golang101/golang101)|Go语言101 : 一个与时俱进的Go编程知识库|4272|2024-01-03|
|19|[qiangmzsx/Software-Engineering-at-Google](https://github.com/qiangmzsx/Software-Engineering-at-Google)|《Software Engineering at Google》的中英文对译版本|3716|2023-12-04|
|20|[wx-chevalier/Developer-Zero-To-Mastery](https://github.com/wx-chevalier/Developer-Zero-To-Mastery)|:books: To Be Professional Developer From Zero To Mastery, Interactive MindMap, RoadMap(Learning Path/Interview Questions), xCompass, Weekly for Developer, to Learn Everything in ITCS :dizzy: 程序员的技术视 ...|3072|2024-02-10|
|21|[EvilCult/iptv-m3u-maker](https://github.com/EvilCult/iptv-m3u-maker)|IPTV 国内+国外 电视台直播源m3u文件, 收集&汇总&本地源脚本|2570|2024-02-01|
|21|[EvilCult/iptv-m3u-maker](https://github.com/EvilCult/iptv-m3u-maker)|IPTV 国内+国外 电视台直播源m3u文件, 收集&汇总&本地源脚本|2571|2024-02-01|
|22|[HZFE/awesome-interview](https://github.com/HZFE/awesome-interview)|剑指前端 Offer|2269|2024-01-01|
|23|[kujian/frontendDaily](https://github.com/kujian/frontendDaily)|前端开发博客,分享互联网最精彩的前端技术,欢迎关注我微信公众号:前端开发博客,回复 1024领取前端进阶资料包回复 加群,与大神一起交流学习。|2207|2024-02-10|
|24|[cf-pages/Telegraph-Image](https://github.com/cf-pages/Telegraph-Image)|Image Hosting solution, Flickr/imgur alternative, make it easy for users to share their images. Using Cloudflare Pages and Telegraph.|2032|2024-02-07|
|23|[kujian/frontendDaily](https://github.com/kujian/frontendDaily)|前端开发博客,分享互联网最精彩的前端技术,欢迎关注我微信公众号:前端开发博客,回复 1024领取前端进阶资料包回复 加群,与大神一起交流学习。|2209|2024-02-11|
|24|[cf-pages/Telegraph-Image](https://github.com/cf-pages/Telegraph-Image)|Image Hosting solution, Flickr/imgur alternative, make it easy for users to share their images. Using Cloudflare Pages and Telegraph.|2033|2024-02-07|
|25|[godbasin/godbasin.github.io](https://github.com/godbasin/godbasin.github.io)|被删前端博客--喜欢请star|2031|2024-01-21|
|26|[doocs/coding-interview](https://github.com/doocs/coding-interview)|😀 代码面试题集,包括剑指 Offer、编程之美等|1988|2023-12-17|
|27|[rootsongjc/awesome-cloud-native](https://github.com/rootsongjc/awesome-cloud-native)|A curated list for awesome cloud native tools, software and tutorials. - https://jimmysong.io/awesome-cloud-native/|1901|2024-01-24|
|26|[doocs/coding-interview](https://github.com/doocs/coding-interview)|😀 代码面试题集,包括剑指 Offer、编程之美等|1990|2023-12-17|
|27|[rootsongjc/awesome-cloud-native](https://github.com/rootsongjc/awesome-cloud-native)|A curated list for awesome cloud native tools, software and tutorials. - https://jimmysong.io/awesome-cloud-native/|1902|2024-01-24|
|28|[sudoskys/StableDiffusionBook](https://github.com/sudoskys/StableDiffusionBook)|How do we integrate AI generation tools into actual work? 关于 Ai 绘画的Wiki Wiki about Ai painting Prompts Engineering 指南 Guide Seeking Maintainer&Translator🙌|1753|2023-12-05|
|29|[doyoe/css-handbook](https://github.com/doyoe/css-handbook)|CSS参考手册|1528|2024-01-05|
|30|[iptv-org/epg](https://github.com/iptv-org/epg)|Utilities for downloading the EPG (Electronic Program Guide) for thousands of TV channels from hundreds of sources.|1473|2024-02-05|
|31|[wangzhe3224/awesome-systematic-trading](https://github.com/wangzhe3224/awesome-systematic-trading)|A curated list of insanely awesome libraries, packages and resources for systematic trading. Crypto, Stock, Futures, Options, CFDs, FX, and more 量化交易 量化投资|1463|2024-01-26|
|30|[iptv-org/epg](https://github.com/iptv-org/epg)|Utilities for downloading the EPG (Electronic Program Guide) for thousands of TV channels from hundreds of sources.|1475|2024-02-05|
|31|[wangzhe3224/awesome-systematic-trading](https://github.com/wangzhe3224/awesome-systematic-trading)|A curated list of insanely awesome libraries, packages and resources for systematic trading. Crypto, Stock, Futures, Options, CFDs, FX, and more 量化交易 量化投资|1464|2024-01-26|
|32|[ivandavidov/minimal](https://github.com/ivandavidov/minimal)|Minimal Linux Live (MLL) is a tiny educational Linux distribution, which is designed to be built from scratch by using a collection of automated shell scripts. Minimal Linux Live offers a core environ ...|1456|2023-11-03|
|33|[Momo707577045/media-source-extract](https://github.com/Momo707577045/media-source-extract)|MediaSource 视频提取教程|1391|2024-01-22|
|34|[go-training/training](https://github.com/go-training/training)|Learning Golang one day|1328|2024-02-09|
|33|[Momo707577045/media-source-extract](https://github.com/Momo707577045/media-source-extract)|MediaSource 视频提取教程|1392|2024-01-22|
|34|[go-training/training](https://github.com/go-training/training)|Learning Golang one day|1329|2024-02-09|
|35|[treffynnon/sqlstyle.guide](https://github.com/treffynnon/sqlstyle.guide)|A consistent code style guide for SQL to ensure legible and maintainable projects|1311|2024-01-30|
|36|[netkiller/netkiller.github.io](https://github.com/netkiller/netkiller.github.io)|Netkiller Free ebook - 免费电子书|1191|2024-02-07|
|37|[mcauser/awesome-micropython](https://github.com/mcauser/awesome-micropython)|A curated list of awesome MicroPython libraries, frameworks, software and resources.|1143|2024-02-10|
|37|[mcauser/awesome-micropython](https://github.com/mcauser/awesome-micropython)|A curated list of awesome MicroPython libraries, frameworks, software and resources.|1145|2024-02-11|
|38|[HuangCongQing/UCAS_Course_2019](https://github.com/HuangCongQing/UCAS_Course_2019)|中国科学院大学2019-2020课程秋季春季夏季|1141|2023-08-22|
|39|[openwhu/OpenWHU](https://github.com/openwhu/OpenWHU)|武汉大学课程资料整理-WHU课代表计划|1072|2024-02-02|
|40|[Asabeneh/30-Days-Of-HTML](https://github.com/Asabeneh/30-Days-Of-HTML)|A step by step guide to learn the concept of HTML, DOM tree, and web development in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw|1070|2023-09-08|
|41|[lf2021/Front-End-Interview](https://github.com/lf2021/Front-End-Interview)|总结了前端面试过程中浏览器计算机网络数据结构与算法HTMLCSSJSVueReact已经实战经验等相关的面试知识。|980|2023-12-16|
|42|[cubxxw/awesome-cs-cloudnative-blockchain](https://github.com/cubxxw/awesome-cs-cloudnative-blockchain)|📚 菜鸟成长手册🚀 CS系列 、云原生系列、区块链系列、web3系列🔥、Golang系列💡......|958|2024-02-07|
|43|[surikov/webaudiofont](https://github.com/surikov/webaudiofont)|Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and m ...|847|2023-10-12|
|42|[cubxxw/awesome-cs-cloudnative-blockchain](https://github.com/cubxxw/awesome-cs-cloudnative-blockchain)|📚 菜鸟成长手册🚀 CS系列 、云原生系列、区块链系列、web3系列🔥、Golang系列💡......|959|2024-02-11|
|43|[surikov/webaudiofont](https://github.com/surikov/webaudiofont)|Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and m ...|848|2023-10-12|
|44|[ZhiqingXiao/rl-book](https://github.com/ZhiqingXiao/rl-book)|Source codes for the book "Reinforcement Learning: Theory and Python Implementation"|812|2023-12-17|
|45|[nestcn/docs.nestjs.cn](https://github.com/nestcn/docs.nestjs.cn)|nestjs 中文文档|806|2024-01-28|
|46|[wx-chevalier/Web-Notes](https://github.com/wx-chevalier/Web-Notes)|:books: 现代 Web 开发语法基础与工程实践,涵盖 Web 开发基础、前端工程化、应用架构、性能与体验优化、混合开发、React 实践、Vue 实践、WebAssembly 等多方面。|805|2023-11-28|
|47|[huataihuang/cloud-atlas](https://github.com/huataihuang/cloud-atlas)|云计算指南|802|2024-02-08|
|47|[huataihuang/cloud-atlas](https://github.com/huataihuang/cloud-atlas)|云计算指南|802|2024-02-11|
|48|[roy-tian/learning-area](https://github.com/roy-tian/learning-area)|MDN 学习区示例中文版|788|2023-08-28|
|49|[helloflask/flask-tutorial](https://github.com/helloflask/flask-tutorial)|Flask 入门教程|748|2023-12-03|
|50|[songquanpeng/go-file](https://github.com/songquanpeng/go-file)|基于 Go 的文件分享工具,仅单可执行文件,开箱即用,内置图床和视频播放页面. File sharing tool based on Go.|698|2023-10-11|
@ -72,9 +72,9 @@
|65|[ayr-ton/awesome-geek-podcasts](https://github.com/ayr-ton/awesome-geek-podcasts)|A curated list of podcasts we like to listen to. |528|2023-08-21|
|66|[MindFxck/daguguguji](https://github.com/MindFxck/daguguguji)|《特师文集》——大咕咕咕鸡著|504|2024-01-04|
|67|[muyinchen/simviso-Source-code-interpretation-sharing](https://github.com/muyinchen/simviso-Source-code-interpretation-sharing)|simviso 的一系列源码解读分享视频涉及国外顶级学府课程翻译、国外顶级开发者视频翻译JDK, RxjavaSpring Reactor Netty Reactor-Netty Spring Webflux 我的目标是将Java的响应式建立起一套学习体系假如你想深入可以参考我的视频和后续出版的书籍同时展现一些我的编程经验做一个铺路人|502|2023-12-05|
|68|[qiye45/wechatDownload](https://github.com/qiye45/wechatDownload)|微信公众号文章批量下载工具,自动下载微信公众号的实时更新文章、历史文章的爬虫,支持图片、评论下载|483|2024-02-07|
|68|[qiye45/wechatDownload](https://github.com/qiye45/wechatDownload)|微信公众号文章批量下载工具,自动下载微信公众号的实时更新文章、历史文章的爬虫,支持图片、评论下载|488|2024-02-07|
|69|[Global-CS-application/global-cs-application.github.io](https://github.com/Global-CS-application/global-cs-application.github.io)|欧港新CS留学项目指北|478|2024-02-02|
|70|[ttttmr/Wechat2RSS](https://github.com/ttttmr/Wechat2RSS)|微信公众号转RSS|466|2024-02-04|
|70|[ttttmr/Wechat2RSS](https://github.com/ttttmr/Wechat2RSS)|微信公众号转RSS|468|2024-02-04|
|71|[Eternaldeath/BlockchainHome](https://github.com/Eternaldeath/BlockchainHome)|构建区块链学习的知识体系合集,汇聚各种区块链资源|466|2024-02-09|
|72|[ghaiklor/type-challenges-solutions](https://github.com/ghaiklor/type-challenges-solutions)|Solutions for the collection of TypeScript type challenges with explanations|459|2024-02-06|
|73|[xizhibei/blog](https://github.com/xizhibei/blog)|个人博客,(Node.js/Golang/Backend/DevOps),欢迎 Star, Watch 订阅以及评论|416|2023-12-04|
@ -89,7 +89,7 @@
|82|[hongshancapital/interview-assignments](https://github.com/hongshancapital/interview-assignments)|The monorepo for interview take home assignments.|317|2024-01-10|
|83|[crifan/crifan_ebook_readme](https://github.com/crifan/crifan_ebook_readme)|Crifan的电子书的使用说明|303|2023-09-14|
|84|[h4m5t/Sec-Interview](https://github.com/h4m5t/Sec-Interview)|Web安全工程师/信息安全工程师/渗透测试工程师 面试题库|296|2023-11-02|
|85|[openbiox/weekly](https://github.com/openbiox/weekly)|生信爱好者周刊(每周日发布)|272|2024-02-10|
|85|[openbiox/weekly](https://github.com/openbiox/weekly)|生信爱好者周刊(每周日发布)|271|2024-02-10|
|86|[ZGQ-inc/source](https://github.com/ZGQ-inc/source)|:package:个人搜集 书源、图源、订阅源、规则、直播源、各种源 大型整合|250|2024-02-10|
|87|[hitokoto-osc/sentences-bundle](https://github.com/hitokoto-osc/sentences-bundle)|一言开源社区官方提供的语句库,系 hitokoto.cn 数据库打包集合。语句接口默认使用此库。|244|2024-01-14|
|88|[mzkmzk/Read](https://github.com/mzkmzk/Read)|阅读总结|240|2024-02-02|
@ -97,12 +97,12 @@
|90|[SuperKogito/SER-datasets](https://github.com/SuperKogito/SER-datasets)|A collection of datasets for the purpose of emotion recognition/detection in speech.|227|2023-10-18|
|91|[USTC-iCourse/ustc-course](https://github.com/USTC-iCourse/ustc-course)|USTC iCourse - a popular course rating platform for USTC students|222|2024-02-06|
|92|[piaoliangkb/missing-semester-2020](https://github.com/piaoliangkb/missing-semester-2020)|MIT: missing semester 2020. Solutions and notes. 学习笔记和部分习题答案|214|2023-12-14|
|93|[ituring/first-pr](https://github.com/ituring/first-pr)|《GitHub实践入门》实验用仓库|212|2024-02-07|
|93|[ituring/first-pr](https://github.com/ituring/first-pr)|《GitHub实践入门》实验用仓库|212|2024-02-11|
|94|[jaywcjlove/regexp-example](https://github.com/jaywcjlove/regexp-example)|正则表达式实例搜集,通过实例来学习正则表达式。|205|2024-02-02|
|95|[gavinliu6/Makefile-Tutorial-zh-CN](https://github.com/gavinliu6/Makefile-Tutorial-zh-CN)|Makefile 教程|205|2024-01-26|
|96|[tianyilt/ecust-CourseShare](https://github.com/tianyilt/ecust-CourseShare)|致力于构建共建共治共享的ecust课程攻略共享库|198|2024-02-08|
|97|[sh2288/transer](https://github.com/sh2288/transer)|文字游戏_翻译君_调用ChatGPT,有道,百度,腾讯,彩云,小牛,Deepl等翻译API的综合翻译工具☆GALGAME脚本☆影视字幕☆外语小说☆外语论文☆|190|2024-02-07|
|98|[yangheng95/ABSADatasets](https://github.com/yangheng95/ABSADatasets)|Public & Community-shared datasets for Aspect-based sentiment analysis and Text Classification|175|2024-02-10|
|98|[yangheng95/ABSADatasets](https://github.com/yangheng95/ABSADatasets)|Public & Community-shared datasets for Aspect-based sentiment analysis and Text Classification|175|2024-02-11|
|99|[hibikilogy/hibikilogy.github.io](https://github.com/hibikilogy/hibikilogy.github.io)|《京吹学报》|171|2024-02-07|
|100|[Alex-Shen1121/SZU_Learning_Resource](https://github.com/Alex-Shen1121/SZU_Learning_Resource)|深圳大学CS本科 课程资源共享|169|2024-01-25|
|101|[NJUPTFreeExams/NJUPT-CS-FREE](https://github.com/NJUPTFreeExams/NJUPT-CS-FREE)|南京邮电大学计软网安院学习资料。Covers all materials for CST, SE, and InfoSec majors.|166|2023-09-04|
@ -117,20 +117,20 @@
|110|[mhxw/hyperledger](https://github.com/mhxw/hyperledger)|Blockchain、Hyperledger、Ethereum、IPFS learning materials / 学习指南|136|2023-11-09|
|111|[luolin-ai/FastGPT-Enterprise-WeChatbot](https://github.com/luolin-ai/FastGPT-Enterprise-WeChatbot)|基于企微gpt知识库的bot机器人能够自动回复企业微信中收到的消息。这个机器人能够处理私聊和群聊还可以记住与用户的聊天内容从而做出更加贴合上下文的回应。此外您还可以设置白名单来控制机器人与哪些用户或群组交互。如需对接自己的知识库网站WX:aiwis99|130|2023-12-26|
|112|[liangliangzhuang/R_example](https://github.com/liangliangzhuang/R_example)|公众号[庄闪闪的成长手册]对应的R资料代码+数据)|128|2023-12-16|
|113|[krmanik/Anki-xiehanzi](https://github.com/krmanik/Anki-xiehanzi)|Learn, read, write and practice Mandarin by drawing strokes in Anki Desktop, AnkiDroid and AnkiMobile with audio of HSK 2.0 (HSK1-6) and HSK 3.0 (HSK 1-9) characters.|127|2024-02-10|
|114|[scruel/pcc_3e_slides](https://github.com/scruel/pcc_3e_slides)|《Python 编程:从入门到实践(第三版)》的官方配套图解讲义资源|126|2024-01-05|
|113|[scruel/pcc_3e_slides](https://github.com/scruel/pcc_3e_slides)|《Python 编程:从入门到实践(第三版)》的官方配套图解讲义资源|127|2024-01-05|
|114|[krmanik/Anki-xiehanzi](https://github.com/krmanik/Anki-xiehanzi)|Learn, read, write and practice Mandarin by drawing strokes in Anki Desktop, AnkiDroid and AnkiMobile with audio of HSK 2.0 (HSK1-6) and HSK 3.0 (HSK 1-9) characters.|127|2024-02-11|
|115|[wx-chevalier/Awesome-RoadMaps-and-Interviews](https://github.com/wx-chevalier/Awesome-RoadMaps-and-Interviews)|Awesome Interviews for Coder, Programming Language, Software Engineering, Web, Backend, Distributed Infrastructure, DataScience & AI 面试必备|125|2024-02-08|
|116|[almossawi/badarguments](https://github.com/almossawi/badarguments)|Book of Bad Arguments & Mr. Rabbit's Guide to Sneaky Rhetoric|125|2023-09-12|
|117|[xuan-insr/xuan-insr.github.io](https://github.com/xuan-insr/xuan-insr.github.io)|咸鱼暄的笔记本!|123|2024-01-14|
|118|[taizihuang/wmyblog](https://github.com/taizihuang/wmyblog)|王孟源的博客镜像【可搜索】,每小时更新|118|2024-02-10|
|118|[taizihuang/wmyblog](https://github.com/taizihuang/wmyblog)|王孟源的博客镜像【可搜索】,每小时更新|118|2024-02-11|
|119|[containerpi/rsdocs-actions](https://github.com/containerpi/rsdocs-actions)|Build Action for Rust Books List|117|2024-01-02|
|120|[pgsql-tw/gitbook-docs](https://github.com/pgsql-tw/gitbook-docs)|:book: PostgreSQL 正體中文使用手冊|115|2023-08-20|
|121|[hitcslj/HIT-CS-Master](https://github.com/hitcslj/HIT-CS-Master)|哈工大(本部)计算机专业研究生课程攻略 HIT CS Postgraduate Guide|113|2023-12-11|
|122|[wx-chevalier/Go-Notes](https://github.com/wx-chevalier/Go-Notes)|:books: Go-Series, Go From Zero to Hero. 语法基础、工程实践、并发编程、Web 开发|112|2024-02-10|
|123|[tw93/tw93.github.io](https://github.com/tw93/tw93.github.io)|🧗‍♂️ Tw93 的个人博客|109|2024-02-06|
|123|[tw93/tw93.github.io](https://github.com/tw93/tw93.github.io)|🧗‍♂️ Tw93 的个人博客|110|2024-02-06|
|124|[zrong/blog](https://github.com/zrong/blog)|博客文章 markdown 源文件|109|2023-12-06|
|125|[Sorosliu1029/weReaDou](https://github.com/Sorosliu1029/weReaDou)|✳️ 在豆瓣中显示微信读书的可读状态|108|2023-11-07|
|126|[atjiu/dstmod-tutorial](https://github.com/atjiu/dstmod-tutorial)|饥荒mod开发教程|107|2023-12-21|
|125|[atjiu/dstmod-tutorial](https://github.com/atjiu/dstmod-tutorial)|饥荒mod开发教程|108|2023-12-21|
|126|[Sorosliu1029/weReaDou](https://github.com/Sorosliu1029/weReaDou)|✳️ 在豆瓣中显示微信读书的可读状态|107|2023-11-07|
|127|[wx-chevalier/Cloud-Notes](https://github.com/wx-chevalier/Cloud-Notes)|:books: 《深入浅出云计算与 Kubernetes》云计算云安全云原生、虚拟化容器、Docker、Xen、集群编排Kubernetes、ServiceMesh|106|2023-08-23|
|128|[poetries/poetries.github.io](https://github.com/poetries/poetries.github.io)|博客,用于记录学习总结的地方。关注公众号「前端进阶之旅」,一起学习|103|2023-12-14|
|129|[Curiouserw/gitbooks-devops-roadmap](https://github.com/Curiouserw/gitbooks-devops-roadmap)|Curiouser的Devops之路|101|2024-01-18|
@ -164,7 +164,7 @@
|157|[jiewenhuang/halo-theme-stack](https://github.com/jiewenhuang/halo-theme-stack)|一款优秀的Halo2个人博客主题|60|2023-09-27|
|158|[MikesWei/wechat-blog](https://github.com/MikesWei/wechat-blog)|分享Cesium、three.js等开发技术使用心得、经验附带一些源码|59|2023-09-09|
|159|[Tippye/cs408](https://github.com/Tippye/cs408)|💯24王道408笔记+代码(更新中...|58|2023-11-26|
|160|[lonnyzhang423/zhihu-hot-hub](https://github.com/lonnyzhang423/zhihu-hot-hub)|记录知乎热搜、热门话题、热门视频,每小时更新,按天归档。|57|2024-02-10|
|160|[lonnyzhang423/zhihu-hot-hub](https://github.com/lonnyzhang423/zhihu-hot-hub)|记录知乎热搜、热门话题、热门视频,每小时更新,按天归档。|57|2024-02-11|
|161|[AH-Toby/PythonAdvanced](https://github.com/AH-Toby/PythonAdvanced)|python高级用法知识涵盖多线程、并发、协程、网络编程装饰器等|55|2024-01-19|
|162|[niemingzhao/niemingzhao.github.io](https://github.com/niemingzhao/niemingzhao.github.io)|我的博客|55|2023-11-26|
|163|[Owen-Liuyuxuan/papers_reading_sharing.github.io](https://github.com/Owen-Liuyuxuan/papers_reading_sharing.github.io)|Sites to share deep learning related papers and their digests|54|2023-11-22|
@ -177,13 +177,13 @@
|170|[wx-chevalier/CG-Notes](https://github.com/wx-chevalier/CG-Notes)|:book: 计算机图形学、计算机视觉、图像与媒体处理、图形绘制Canvas、Three.js、WebGL、图表与数据可视化|50|2024-02-10|
|171|[jcohy/jcohy-docs](https://github.com/jcohy/jcohy-docs)|英文文档翻译|49|2024-01-25|
|172|[mrhso/IshisashiEncoding](https://github.com/mrhso/IshisashiEncoding)|Unicode 和编码的那些事儿|48|2023-11-13|
|173|[DND5eChm/DND5e_chm](https://github.com/DND5eChm/DND5e_chm)|这是《5E不全书》即DND5e已翻译资源的整合不是《5E全书》也不以任何人的名字署名|46|2024-02-10|
|174|[Web3-Club/Web3wiki-Website](https://github.com/Web3-Club/Web3wiki-Website)|📖中文互联网第一个Web3相关知识的百科站点 @Web3-Club|46|2024-02-10|
|173|[DND5eChm/DND5e_chm](https://github.com/DND5eChm/DND5e_chm)|这是《5E不全书》即DND5e已翻译资源的整合不是《5E全书》也不以任何人的名字署名|47|2024-02-11|
|174|[Web3-Club/Web3wiki-Website](https://github.com/Web3-Club/Web3wiki-Website)|📖中文互联网第一个Web3相关知识的百科站点 @Web3-Club|46|2024-02-11|
|175|[wangzhizhou/LearnSwift](https://github.com/wangzhizhou/LearnSwift)|Swift 学习记录|44|2023-12-14|
|176|[PE-CN/PE-CN.github.io](https://github.com/PE-CN/PE-CN.github.io)|Project Euler 欧拉计划 中文翻译站|44|2024-01-03|
|177|[Sayi/sayi.github.com](https://github.com/Sayi/sayi.github.com)|个人博客已切换到公众号Evoopeed请搜索deepoove|44|2024-02-01|
|178|[unknown-marketwizards/pine_script_docs_zh](https://github.com/unknown-marketwizards/pine_script_docs_zh)|Pine v5 中文版用户手册|43|2024-02-03|
|179|[eveningwater/code-segment](https://github.com/eveningwater/code-segment)|一个代码片段的集合|43|2024-02-10|
|179|[eveningwater/code-segment](https://github.com/eveningwater/code-segment)|一个代码片段的集合|43|2024-02-11|
|180|[wx-chevalier/Node.js-Notes](https://github.com/wx-chevalier/Node.js-Notes)|:books: 深入浅出 Node.js 全栈架构,语法基础,框架使用,工程实践,全栈开发,实时通信,数据库|43|2024-02-06|
|181|[Eished/JavaScript_notes](https://github.com/Eished/JavaScript_notes)|JavaScript 学习笔记集和代码库|42|2023-09-21|
|182|[DeathKing/metaprogramming-in-ruby](https://github.com/DeathKing/metaprogramming-in-ruby)|Satoshi Asakawa著MetaProgramming in Ruby系列教程的中译版。|42|2023-12-21|

@ -1,210 +1,209 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > Java
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|170426|2024-01-09|
|2|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide|140534|2024-02-06|
|3|[MisterBooo/LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)|Demonstrate all the questions on LeetCode in the form of animation.用动画的形式呈现解LeetCode题目的思路|74651|2023-08-14|
|4|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|73335|2024-01-11|
|5|[krahets/hello-algo](https://github.com/krahets/hello-algo)|《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing|61996|2024-02-10|
|6|[ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)|about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 |29739|2023-11-18|
|7|[doocs/leetcode](https://github.com/doocs/leetcode)|🔥LeetCode solutions in any programming language 多种编程语言实现 LeetCode、《剑指 Offer第 2 版)》、《程序员面试金典(第 6 版)》题解|27745|2024-02-10|
|1|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|170431|2024-01-09|
|2|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide|140536|2024-02-11|
|3|[MisterBooo/LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)|Demonstrate all the questions on LeetCode in the form of animation.用动画的形式呈现解LeetCode题目的思路|74652|2023-08-14|
|4|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|73339|2024-01-11|
|5|[krahets/hello-algo](https://github.com/krahets/hello-algo)|《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing|62033|2024-02-10|
|6|[ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)|about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 |29743|2023-11-18|
|7|[doocs/leetcode](https://github.com/doocs/leetcode)|🔥LeetCode solutions in any programming language 多种编程语言实现 LeetCode、《剑指 Offer第 2 版)》、《程序员面试金典(第 6 版)》题解|27755|2024-02-11|
|8|[hollischuang/toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer)|To Be Top Javaer - Java工程师成神之路|25071|2024-01-03|
|9|[JeffLi1993/springboot-learning-example](https://github.com/JeffLi1993/springboot-learning-example)|spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。|15918|2023-12-03|
|10|[dyc87112/SpringBoot-Learning](https://github.com/dyc87112/SpringBoot-Learning)|《Spring Boot基础教程》2.x版本持续连载中点击下方链接直达教程目录|15513|2023-12-17|
|11|[heibaiying/BigData-Notes](https://github.com/heibaiying/BigData-Notes)|大数据入门指南 :star:|14983|2024-01-05|
|12|[zhisheng17/flink-learning](https://github.com/zhisheng17/flink-learning)|flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例PVUV、日志存储、百亿数据实时去重、 ...|14102|2023-09-15|
|13|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|13866|2023-12-17|
|14|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程架构、业务、技术要点全方位解析。mall项目50k+star是一套电商系统使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术采用Docker容器化部署。|12561|2023-11-13|
|15|[itwanger/toBeBetterJavaer](https://github.com/itwanger/toBeBetterJavaer)|一份通俗易懂、风趣幽默的Java学习指南内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java就认准二哥的Java进阶之路😄|11013|2024-02-08|
|16|[h2pl/JavaTutorial](https://github.com/h2pl/JavaTutorial)|【Java工程师面试复习指南】本仓库涵盖大部分Java程序员所需要掌握的核心知识整合了互联网上的很多优质Java技术文章力求打造为最完整最实用的Java开发者学习指南如果对你有帮助给个star告诉我吧谢谢|6423|2023-08-26|
|13|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|13870|2023-12-17|
|14|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程架构、业务、技术要点全方位解析。mall项目50k+star是一套电商系统使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术采用Docker容器化部署。|12564|2023-11-13|
|15|[itwanger/toBeBetterJavaer](https://github.com/itwanger/toBeBetterJavaer)|一份通俗易懂、风趣幽默的Java学习指南内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java就认准二哥的Java进阶之路😄|11015|2024-02-08|
|16|[h2pl/JavaTutorial](https://github.com/h2pl/JavaTutorial)|【Java工程师面试复习指南】本仓库涵盖大部分Java程序员所需要掌握的核心知识整合了互联网上的很多优质Java技术文章力求打造为最完整最实用的Java开发者学习指南如果对你有帮助给个star告诉我吧谢谢|6424|2023-08-26|
|17|[macrozheng/springcloud-learning](https://github.com/macrozheng/springcloud-learning)|一套涵盖大部分核心组件使用的Spring Cloud教程包括Spring Cloud Alibaba及分布式事务Seata基于Spring Cloud Greenwich及SpringBoot 2.1.7。篇篇精华,涵盖大部分应用场景。|6095|2023-11-27|
|18|[fuzhengwei/itstack-demo-design](https://github.com/fuzhengwei/itstack-demo-design)|:art: 《重学Java设计模式》是一本互联网真实案例实践书籍。以落地解决方案为核心从实际业务中抽离出交易、营销、秒杀、中间件、源码等22个真实场景来学习设计模式的运用。欢迎关注小傅哥微信(fustack)公众号bugstack虫洞栈博客https://bugstack.cn|6040|2024-02-02|
|19|[dromara/lamp-cloud](https://github.com/dromara/lamp-cloud)|lamp-cloud 基于Jdk11 + SpringCloud + SpringBoot 开发的微服务中后台快速开发平台,专注于多租户(SaaS架构)解决方案亦可作为普通项目非SaaS架构的基础开发框架使用目前已实现插拔式数据库隔离、SCHEMA隔离、字段隔离 等租户隔离方案。|5245|2024-02-05|
|20|[CoderLeixiaoshuai/java-eight-part](https://github.com/CoderLeixiaoshuai/java-eight-part)|『Java八股文』Java面试套路Java进阶学习打破内卷拿大厂Offer升职加薪|4761|2023-11-28|
|19|[dromara/lamp-cloud](https://github.com/dromara/lamp-cloud)|lamp-cloud 基于Jdk11 + SpringCloud + SpringBoot 开发的微服务中后台快速开发平台,专注于多租户(SaaS架构)解决方案亦可作为普通项目非SaaS架构的基础开发框架使用目前已实现插拔式数据库隔离、SCHEMA隔离、字段隔离 等租户隔离方案。|5247|2024-02-05|
|20|[CoderLeixiaoshuai/java-eight-part](https://github.com/CoderLeixiaoshuai/java-eight-part)|『Java八股文』Java面试套路Java进阶学习打破内卷拿大厂Offer升职加薪|4763|2023-11-28|
|21|[zq2599/blog_demos](https://github.com/zq2599/blog_demos)|CSDN博客专家程序员欣宸的github这里有六百多篇原创文章的详细分类和汇总以及对应的源码内容涉及Java、Docker、Kubernetes、DevOPS等方面|4214|2024-02-07|
|22|[mercyblitz/tech-weekly](https://github.com/mercyblitz/tech-weekly)|「小马哥技术周报」|3884|2023-10-25|
|23|[krahets/LeetCode-Book](https://github.com/krahets/LeetCode-Book)|《剑指 Offer》 Python, Java, C++ 解题代码LeetBook《图解算法数据结构》配套代码仓|3815|2024-01-04|
|24|[dunwu/db-tutorial](https://github.com/dunwu/db-tutorial)|📚 db-tutorial 是一个数据库教程。|3803|2024-01-27|
|25|[IoT-Technology/IoT-Technical-Guide](https://github.com/IoT-Technology/IoT-Technical-Guide)|:honeybee: IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 :sparkles: :sparkles: :sparkles: (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型Protobuf, PostgreSQL, MongoD ...|3763|2023-09-05|
|26|[s4kibs4mi/java-developer-roadmap](https://github.com/s4kibs4mi/java-developer-roadmap)|Roadmap to becoming a Java developer in 2024|3651|2023-12-17|
|24|[dunwu/db-tutorial](https://github.com/dunwu/db-tutorial)|📚 db-tutorial 是一个数据库教程。|3805|2024-01-27|
|25|[IoT-Technology/IoT-Technical-Guide](https://github.com/IoT-Technology/IoT-Technical-Guide)|:honeybee: IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 :sparkles: :sparkles: :sparkles: (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型Protobuf, PostgreSQL, MongoD ...|3764|2023-09-05|
|26|[s4kibs4mi/java-developer-roadmap](https://github.com/s4kibs4mi/java-developer-roadmap)|Roadmap to becoming a Java developer in 2024|3652|2023-12-17|
|27|[shuzijun/leetcode-editor](https://github.com/shuzijun/leetcode-editor)|Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion ...|3548|2024-02-05|
|28|[sherxon/AlgoDS](https://github.com/sherxon/AlgoDS)|Implementation of Algorithms and Data Structures, Problems and Solutions|3414|2023-10-27|
|28|[sherxon/AlgoDS](https://github.com/sherxon/AlgoDS)|Implementation of Algorithms and Data Structures, Problems and Solutions|3415|2023-10-27|
|29|[dunwu/javacore](https://github.com/dunwu/javacore)|:coffee: JavaCore 是对 Java 核心技术的经验总结。|3074|2024-01-29|
|30|[rbmonster/learning-note](https://github.com/rbmonster/learning-note)|Java开发及面试个人面试、工作总结、资料收集站|2988|2024-01-21|
|31|[MoRan1607/BigDataGuide](https://github.com/MoRan1607/BigDataGuide)|大数据学习,从零开始学习大数据,包含大数据学习各阶段学习视频、面试资料|2423|2023-12-16|
|32|[Jackson0714/PassJava-Platform](https://github.com/Jackson0714/PassJava-Platform)|一款面试刷题的 Spring Cloud 开源系统。零碎时间利用小程序查看常见面试题夯实Java基础。 该项目可以教会你如何搭建SpringBoot项目Spring Cloud项目。 采用流行的技术,如 SpringBoot、MyBatis、Redis、 MySql、 MongoDB、 RabbitMQ、Elasticsearch采用Docker容器化部署。|2410|2023-12-17|
|30|[rbmonster/learning-note](https://github.com/rbmonster/learning-note)|Java开发及面试个人面试、工作总结、资料收集站|2990|2024-01-21|
|31|[MoRan1607/BigDataGuide](https://github.com/MoRan1607/BigDataGuide)|大数据学习,从零开始学习大数据,包含大数据学习各阶段学习视频、面试资料|2424|2023-12-16|
|32|[Jackson0714/PassJava-Platform](https://github.com/Jackson0714/PassJava-Platform)|一款面试刷题的 Spring Cloud 开源系统。零碎时间利用小程序查看常见面试题夯实Java基础。 该项目可以教会你如何搭建SpringBoot项目Spring Cloud项目。 采用流行的技术,如 SpringBoot、MyBatis、Redis、 MySql、 MongoDB、 RabbitMQ、Elasticsearch采用Docker容器化部署。|2411|2023-12-17|
|33|[vector4wang/spring-boot-quick](https://github.com/vector4wang/spring-boot-quick)|:herb: 基于springboot的快速学习示例,整合自己遇到的开源框架,如rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、k3s、k3d、k8s、mybatis加解密插件、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等:pushpin ...|2380|2023-10-17|
|34|[forezp/SpringBootLearning](https://github.com/forezp/SpringBootLearning)|《Spring Boot教程》源码|2265|2024-02-02|
|35|[reneargento/algorithms-sedgewick-wayne](https://github.com/reneargento/algorithms-sedgewick-wayne)|Solutions to all the exercises of the Algorithms book by Robert Sedgewick and Kevin Wayne |2143|2024-01-02|
|35|[reneargento/algorithms-sedgewick-wayne](https://github.com/reneargento/algorithms-sedgewick-wayne)|Solutions to all the exercises of the Algorithms book by Robert Sedgewick and Kevin Wayne |2144|2024-01-02|
|36|[crazyqiang/AndroidStudy](https://github.com/crazyqiang/AndroidStudy)|🔥 Android学习知识点总结 Jetpack、MVVM、MVI、Kotlin、ViewPager2、JUC多线程等欢迎star|1967|2023-11-01|
|37|[Mr-xn/RedTeam_BlueTeam_HW](https://github.com/Mr-xn/RedTeam_BlueTeam_HW)|红蓝对抗以及护网相关工具和资料内存shellcodecs+msf和内存马查杀工具|1937|2024-01-28|
|38|[bin392328206/six-finger](https://github.com/bin392328206/six-finger)|📓从Java基础、JavaWeb基础到常用的框架再到面试题、微服务、分布式、大数据都有完整的教程几乎涵盖了Java必备的知识点|1875|2024-01-22|
|39|[kanwangzjm/funiture](https://github.com/kanwangzjm/funiture)| github: https://github.com/kanwangzjm/funiture, spring项目权限管理、系统监控、定时任务动态调整、qps限制、sql监控(邮件)、验证码服务、短链接服务、动态配置等|1874|2023-11-15|
|38|[bin392328206/six-finger](https://github.com/bin392328206/six-finger)|📓从Java基础、JavaWeb基础到常用的框架再到面试题、微服务、分布式、大数据都有完整的教程几乎涵盖了Java必备的知识点|1876|2024-01-22|
|39|[kanwangzjm/funiture](https://github.com/kanwangzjm/funiture)| github: https://github.com/kanwangzjm/funiture, spring项目权限管理、系统监控、定时任务动态调整、qps限制、sql监控(邮件)、验证码服务、短链接服务、动态配置等|1873|2023-11-15|
|40|[864381832/xJavaFxTool](https://github.com/864381832/xJavaFxTool)|基于JavaFx搭建的实用小工具集合方便开发过程中的代码编写与调试想学习javaFx的同学可以参考参考。其中包括文件复制、Cron表达式生成器、编码转换、加密解密、Time转换、路径转换、二维码生成工具、身份证生成器、正则表达式生成工具、网址缩短、转义字符、字符串转换、Mq调试工具、Http调试工具、json格式化编辑工具、图标生成工具、Redis连接工具、网页源码下载工具、切换Hosts工具 ...|1856|2024-02-03|
|41|[REBOOTERS/AndroidAnimationExercise](https://github.com/REBOOTERS/AndroidAnimationExercise)|Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享|1808|2024-01-26|
|42|[Jstarfish/JavaKeeper](https://github.com/Jstarfish/JavaKeeper)|✍️ Java 工程师必备架构体系知识总结涵盖分布式、微服务、RPC等互联网公司常用架构以及数据存储、缓存、搜索等必备技能|1781|2023-10-17|
|42|[Jstarfish/JavaKeeper](https://github.com/Jstarfish/JavaKeeper)|✍️ Java 工程师必备架构体系知识总结涵盖分布式、微服务、RPC等互联网公司常用架构以及数据存储、缓存、搜索等必备技能|1782|2023-10-17|
|43|[zincPower/UI2018](https://github.com/zincPower/UI2018)|用于结合“江澎涌”公众号分享 Android 高级 UI 知识点,形成知识体系|1671|2023-09-01|
|44|[JosephZhu1983/java-common-mistakes](https://github.com/JosephZhu1983/java-common-mistakes)|书籍《Java 开发坑点解析:从根因分析到最佳实践》 & 极客时间专栏《Java业务开发常见错误100例》源码|1611|2024-01-05|
|45|[blossom-editor/blossom](https://github.com/blossom-editor/blossom)|A markdown editor that you can deploy on your own servers to achieve cloud storage and device synchronization支持私有部署的云端存储双链笔记软件|1572|2024-02-07|
|45|[blossom-editor/blossom](https://github.com/blossom-editor/blossom)|A markdown editor that you can deploy on your own servers to achieve cloud storage and device synchronization支持私有部署的云端存储双链笔记软件|1575|2024-02-11|
|46|[Y4tacker/JavaSec](https://github.com/Y4tacker/JavaSec)|a rep for documenting my study, may be from 0 to 0.1|1535|2024-01-29|
|47|[itwanger/paicoding](https://github.com/itwanger/paicoding)|⭐️一款好用又强大的开源社区,基于 Spring Boot、MyBatis-Plus、MySQL、Redis、ElasticSearch、MongoDB、Docker、RabbitMQ 等主流技术栈附详细教程包括Java、Spring、MySQL、Redis、微服务&分布式、消息队列等核心知识点。学编程,就上技术派😁。|1375|2024-02-07|
|47|[itwanger/paicoding](https://github.com/itwanger/paicoding)|⭐️一款好用又强大的开源社区,基于 Spring Boot、MyBatis-Plus、MySQL、Redis、ElasticSearch、MongoDB、Docker、RabbitMQ 等主流技术栈附详细教程包括Java、Spring、MySQL、Redis、微服务&分布式、消息队列等核心知识点。学编程,就上技术派😁。|1376|2024-02-07|
|48|[superhj1987/pragmatic-java-engineer](https://github.com/superhj1987/pragmatic-java-engineer)|Java工程师修炼之道 - 梳理Java知识体系沓实架构基础|1315|2023-11-14|
|49|[Snailclimb/spring-security-jwt-guide](https://github.com/Snailclimb/spring-security-jwt-guide)|从零入门 Spring Security With JWT含权限验证后端部分代码。|1299|2023-10-27|
|50|[happylishang/AntiFakerAndroidChecker](https://github.com/happylishang/AntiFakerAndroidChecker)|设备指纹 获取真实的IMEI AndroidId 序列号 MAC地址等Android模拟器检测检测Android模拟器 作为可信DeviceID应对防刷需求等 Android设备指纹 How to detect Android emulator |1238|2023-12-13|
|51|[xuwujing/java-study](https://github.com/xuwujing/java-study)|java-study 是本人学习Java过程中记录的一些代码从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类 以及一些常用框架netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。|1210|2024-01-24|
|52|[pascal-lab/Tai-e](https://github.com/pascal-lab/Tai-e)|An easy-to-learn/use static analysis framework for Java|1149|2024-02-05|
|53|[Yanyutin753/PandoraNext-TokensTool](https://github.com/Yanyutin753/PandoraNext-TokensTool)|【更方便更安全的管理PandoraNext更高速更丝滑的使用copilot GPT-4】通过手机端和电脑端使小白能快速部署属于自己的免费Open API中转站。tokensTool支持通过PandoraNext管理刷新所有token支持分享支持share_tokenpool_token一键自定义放入oneapi支持反代copilot的全部接口流式传输丝滑接受高并发支持fastgpt ...|1133|2024-01-19|
|52|[pascal-lab/Tai-e](https://github.com/pascal-lab/Tai-e)|An easy-to-learn/use static analysis framework for Java|1150|2024-02-05|
|53|[Yanyutin753/PandoraNext-TokensTool](https://github.com/Yanyutin753/PandoraNext-TokensTool)|【更方便更安全的管理PandoraNext更高速更丝滑的使用copilot GPT-4】通过手机端和电脑端使小白能快速部署属于自己的免费Open API中转站。tokensTool支持通过PandoraNext管理刷新所有token支持分享支持share_tokenpool_token一键自定义放入oneapi支持反代copilot的全部接口流式传输丝滑接受高并发支持fastgpt ...|1135|2024-01-19|
|54|[suzeyu1992/repo](https://github.com/suzeyu1992/repo)|📒 记录一个自己的知识库|1125|2023-09-22|
|55|[PotoYang/spring-in-action-v5-translate](https://github.com/PotoYang/spring-in-action-v5-translate)|Spring 实战第五版中文翻译|1069|2023-08-12|
|56|[Zephery/newblog](https://github.com/Zephery/newblog)|:octocat: 个人博客个人网站blog|1062|2023-10-19|
|57|[ouchuangxin/leave-sample](https://github.com/ouchuangxin/leave-sample)|本代码来源于极客时间《DDD实战》专栏。|939|2024-01-12|
|58|[nacos-group/nacos-examples](https://github.com/nacos-group/nacos-examples)|Nacos Examples|908|2023-10-21|
|59|[javastacks/javastack](https://github.com/javastacks/javastack)|分享最主流的 Java 技术,包含全部源代码。|878|2023-11-17|
|60|[dunwu/spring-tutorial](https://github.com/dunwu/spring-tutorial)|:book: Spring 教程|769|2024-02-06|
|61|[moshowgame/spring-cloud-study](https://github.com/moshowgame/spring-cloud-study)|SpringBootLearningSpringCloudStudy学习SpringBoot2/SpringCloud2的项目包含Eureka/Zuul/JPA/Mybatis Plus/Feign/WebSocket/JMS/POI-TL/Redis Cache/UDP/SecurityJWT/elasticSearch/Drools|752|2023-12-17|
|62|[yilylong/HighLight-GuideView](https://github.com/yilylong/HighLight-GuideView)|用户指引提示guideview新特性高亮指示 HighLight|688|2023-08-17|
|63|[EiletXie/cloud2020](https://github.com/EiletXie/cloud2020)|SpringCloud2020最新技术学习|667|2023-10-11|
|64|[code4craft/jsoup-learning](https://github.com/code4craft/jsoup-learning)|Jsoup学习笔记。添加了部分学习代码和注释。|631|2023-12-16|
|65|[JavaCourse00/JavaCourseCodes](https://github.com/JavaCourse00/JavaCourseCodes)|JavaCourse|618|2024-01-13|
|66|[liuyueyi/spring-boot-demo](https://github.com/liuyueyi/spring-boot-demo)|Spring Boot & Spring Cloud & Spring Security Demo CaseSpring学习示例实战项目|610|2023-12-19|
|67|[little-snow-fox/react-native-wechat-lib](https://github.com/little-snow-fox/react-native-wechat-lib)|🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android|608|2023-11-14|
|55|[Zephery/newblog](https://github.com/Zephery/newblog)|:octocat: 个人博客个人网站blog|1062|2023-10-19|
|56|[ouchuangxin/leave-sample](https://github.com/ouchuangxin/leave-sample)|本代码来源于极客时间《DDD实战》专栏。|939|2024-01-12|
|57|[nacos-group/nacos-examples](https://github.com/nacos-group/nacos-examples)|Nacos Examples|908|2023-10-21|
|58|[javastacks/javastack](https://github.com/javastacks/javastack)|分享最主流的 Java 技术,包含全部源代码。|878|2023-11-17|
|59|[dunwu/spring-tutorial](https://github.com/dunwu/spring-tutorial)|:book: Spring 教程|769|2024-02-06|
|60|[moshowgame/spring-cloud-study](https://github.com/moshowgame/spring-cloud-study)|SpringBootLearningSpringCloudStudy学习SpringBoot2/SpringCloud2的项目包含Eureka/Zuul/JPA/Mybatis Plus/Feign/WebSocket/JMS/POI-TL/Redis Cache/UDP/SecurityJWT/elasticSearch/Drools|752|2023-12-17|
|61|[yilylong/HighLight-GuideView](https://github.com/yilylong/HighLight-GuideView)|用户指引提示guideview新特性高亮指示 HighLight|688|2023-08-17|
|62|[EiletXie/cloud2020](https://github.com/EiletXie/cloud2020)|SpringCloud2020最新技术学习|668|2023-10-11|
|63|[code4craft/jsoup-learning](https://github.com/code4craft/jsoup-learning)|Jsoup学习笔记。添加了部分学习代码和注释。|631|2023-12-16|
|64|[JavaCourse00/JavaCourseCodes](https://github.com/JavaCourse00/JavaCourseCodes)|JavaCourse|618|2024-01-13|
|65|[liuyueyi/spring-boot-demo](https://github.com/liuyueyi/spring-boot-demo)|Spring Boot & Spring Cloud & Spring Security Demo CaseSpring学习示例实战项目|610|2023-12-19|
|66|[little-snow-fox/react-native-wechat-lib](https://github.com/little-snow-fox/react-native-wechat-lib)|🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android|608|2023-11-14|
|67|[Drun1baby/JavaSecurityLearning](https://github.com/Drun1baby/JavaSecurityLearning)|记录一下 Java 安全学习历程,也算是半条学习路线了|604|2024-02-06|
|68|[heibaiying/Full-Stack-Notes](https://github.com/heibaiying/Full-Stack-Notes)|全栈工程师手册|603|2023-10-24|
|69|[Drun1baby/JavaSecurityLearning](https://github.com/Drun1baby/JavaSecurityLearning)|记录一下 Java 安全学习历程,也算是半条学习路线了|601|2024-02-06|
|70|[lyb-geek/springboot-learning](https://github.com/lyb-geek/springboot-learning)|springboot-learning|578|2024-01-20|
|71|[a616567126/GPT-WEB-JAVA](https://github.com/a616567126/GPT-WEB-JAVA)|基于JDK8 AI 聊天机器人!微信公众号 Midjourney画图、卡密兑换、web 支持ChatGPT、Midjourney画图、sd画图卡密兑换易支付公众号引流邮件注册🔥|575|2024-01-15|
|72|[javasmall/bigsai-algorithm](https://github.com/javasmall/bigsai-algorithm)|bigsai的数据结构与算法、LeetCode图解、剑指offer图解文章专栏致力于最好懂的数据结构与算法专栏|532|2024-02-07|
|73|[rymcu/forest](https://github.com/rymcu/forest)|forest(森林)——一款现代化的知识社区后台项目,使用 SpringBoot + Shiro + MyBatis + JWT + Redis 实现|529|2024-01-12|
|74|[my-dlq/blog-example](https://github.com/my-dlq/blog-example)|博客中的示例文件,包含 Kubernetes、Jenkins、Go、Java、SpringBoot、SpringCloud 知识示例等,将结合博客逐步讲解整体的知识内容体系。|508|2023-12-05|
|75|[sjsdfg/dl4j-tutorials](https://github.com/sjsdfg/dl4j-tutorials)|dl4j 基础教程 配套视频https://space.bilibili.com/327018681/#/|483|2023-12-05|
|76|[algorithmzuo/algorithm-journey](https://github.com/algorithmzuo/algorithm-journey)|算法通关课的代码和课件|473|2024-02-06|
|77|[Viscent/javamtia](https://github.com/Viscent/javamtia)|《Java多线程编程实战指南核心篇》的配套源码|456|2023-12-06|
|78|[fuzhengwei/chatbot-api](https://github.com/fuzhengwei/chatbot-api)|《ChatGPT AI 问答助手》 开源免费项目涵盖爬虫接口、ChatGPT API对接、DDD架构设计、镜像打包、Docker容器部署小巧精悍流程全面。对于Java编程伙伴来说非常具有学习价值。|454|2023-10-15|
|79|[ashinnotfound/ChatGPT-YourChatRobot](https://github.com/ashinnotfound/ChatGPT-YourChatRobot)|❤开箱即用❤an unofficial implement of ChatGPT in QQ/Wechat. 一个非官方的ChatGPT腾讯qq/微信(非公众号)实现版快来把你的qq或微信变成chatgpt吧|411|2024-01-15|
|80|[niumoo/JavaNotes](https://github.com/niumoo/JavaNotes)|🧱 「Java学习」一份涵盖大部分Java程序员所需要掌握的核心知识。JDK 源码分析 & Java 新特性 & Java 并发编程 & Java 虚拟机 & SpringBoot 2.x 系列|396|2023-12-18|
|81|[algorithmzuo/coding-for-great-offer](https://github.com/algorithmzuo/coding-for-great-offer)|大厂算法和数据结构刷题班|366|2023-09-03|
|82|[yiyandaoren/KongFuOfArchitect](https://github.com/yiyandaoren/KongFuOfArchitect)|(Updating!) Architect's Kung Fu tutorial collection Article collection contains paradigm programming microservices essential algorithms Security attack Assembly Crawler Reverse penetration test...etc.|365|2024-02-02|
|83|[xuxueli/xxl-tool](https://github.com/xuxueli/xxl-tool)|a series of tools that make Java development more efficient.Java工具类库XXL-TOOL|344|2024-01-20|
|84|[bage2014/study](https://github.com/bage2014/study)|Java全栈工程师学习笔记Spring、shiro、CAS、oauth2单点登录cache 、Redis; web 安全及解决思路redis、mq、quartz、dockerDocker各种组件实践等mybatis、spring、spring boot实践分布式锁基于分库分表等等Java full-stack engineer study notes; Spring, shiro, ...|335|2024-02-09|
|85|[xuyisu/fw-spring-cloud](https://github.com/xuyisu/fw-spring-cloud)|SpringCloud构建实战、从入门到高级包含eureka、zuul、gateway、feign、ribbon、hystrix、mq、turbine、nacos、elk、consul、zookeeper、rocketmq、kafka、分布式事务(RocketMq、LCN、Seata)、分库分表(Sharding-JDBC)、分布式锁(Redis、Guava)、jwt、SkyWalking、Zi ...|334|2023-10-25|
|86|[lsgwr/algorithms](https://github.com/lsgwr/algorithms)|算法学习与总结,包括慕课网刘宇波老师、算法竞赛入门经典、挑战程序设计竞赛、算法竞赛宝典等|324|2023-12-24|
|87|[dubboclub/dubbo-plus](https://github.com/dubboclub/dubbo-plus)|dubbo的插件集合|318|2023-10-11|
|88|[sunjincheng121/know_how_know_why](https://github.com/sunjincheng121/know_how_know_why)|For every learner|305|2023-12-05|
|89|[dunwu/algorithm-tutorial](https://github.com/dunwu/algorithm-tutorial)|:books: 算法和数据结构教程|292|2024-01-27|
|90|[Tencent/TencentKonaSMSuite](https://github.com/Tencent/TencentKonaSMSuite)|Tencent Kona SM Suite is a set of Java security providers, which support algorithms SM2, SM3 and SM4, and protocols TLCP/GMSSL, TLS 1.3 (with RFC 8998) and TLS 1.2.|270|2024-02-06|
|91|[algorithmzuo/weekly-problems](https://github.com/algorithmzuo/weekly-problems)|每周有营养的大厂算法面试题|270|2023-09-02|
|92|[fuzhengwei/java-algorithms](https://github.com/fuzhengwei/java-algorithms)|📝 Java 数据结构和算法 Algorithms and data structures implemented in Java with explanations and links to further readings|268|2023-11-01|
|93|[zhangjun0x01/bigdata-examples](https://github.com/zhangjun0x01/bigdata-examples)|分享一些在工作中的大数据实战案例包括flink、kafka、hadoop、presto等等。欢迎大家关注我的公众号【大数据技术与应用实战】一起成长。|257|2024-01-05|
|94|[Romantic-Lei/Learning-in-practice](https://github.com/Romantic-Lei/Learning-in-practice)|learning (Fork 代码的小伙伴留下你们的star吧)|254|2024-01-14|
|95|[yangchong211/YCJniHelper](https://github.com/yangchong211/YCJniHelper)|JNI学习案例通过简单的案例快速入门jni开发。JNI基础语法介绍so库生成打包和反编译Java和C/C++相关调用案例|252|2023-10-08|
|96|[hbelmiro/100DaysOfJava](https://github.com/hbelmiro/100DaysOfJava)|Small pieces of Java content on my social media every day for a hundred days. Learn with short code snippets.|245|2024-02-09|
|97|[FleyX/demo-project](https://github.com/FleyX/demo-project)|存放学习过程中的demo项目顺便点下⭐哦|238|2024-01-24|
|98|[SilenceHVK/blog](https://github.com/SilenceHVK/blog)|:books: :octocat: Github static blog post, experience the fun of using Issues.Welcome star 静态博客文章,体验一下使用 Issues 的乐趣,欢迎 star 个人博客地址blog.hvkcoder.me/love|231|2024-01-18|
|99|[fafeidou/fast-cloud-nacos](https://github.com/fafeidou/fast-cloud-nacos)|fast-cloud-nacos项目致力于打造一个基于nacos为注册中心结合企业开发习惯总结的一些基本的实现方式|223|2023-11-29|
|100|[dunwu/spring-boot-tutorial](https://github.com/dunwu/spring-boot-tutorial)|:100: :leaves: 通过丰富实例来展现 Spring Boot 特性的教程|220|2024-01-27|
|101|[fancyChuan/bigdata-hub](https://github.com/fancyChuan/bigdata-hub)|数据建设与大数据技术知识体系包含hadoop、hive、spark、flink主流框架和系列框架数据中台、数据湖、数据治理、数仓建设、数据化转型等|216|2024-01-05|
|102|[lynnlovemin/SpringCloudLesson](https://github.com/lynnlovemin/SpringCloudLesson)|SpringCloud从入门到精通系列课程|214|2023-10-11|
|103|[Erik-ly/SprakProject](https://github.com/Erik-ly/SprakProject)|《Spark 大型电商项目实战》源码博客地址http://blog.csdn.net/u012318074/article/category/6744423|211|2023-11-14|
|104|[fengyuecanzhu/FYReader](https://github.com/fengyuecanzhu/FYReader)|风月读书一款开源、免费的小说阅读软件支持自定义书源支持本地txt和epub导入阅读。|210|2023-10-07|
|105|[ShinChven/MigrateToGradle](https://github.com/ShinChven/MigrateToGradle)|在学习Gradle的路上整理的心得。|210|2023-10-07|
|106|[rome753/webrtc-android-tutorial](https://github.com/rome753/webrtc-android-tutorial)|The simplest tutorial for android WebRTC, step by step from using camera to multi-peer.【最简单的安卓WebRTC教程从使用相机到多人视频一步步讲解。】|207|2024-01-01|
|107|[shmilyah/spring-cloud-components](https://github.com/shmilyah/spring-cloud-components)|基于 Spring Cloud 组件构建的分布式服务架构 ( Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems ) |196|2023-12-17|
|108|[ZhangBlossom/BlossomGateway](https://github.com/ZhangBlossom/BlossomGateway)|基于Netty、Nacos实现的网关以及RPC。学习完毕当前项目可以帮助你深入理解Netty。|195|2024-02-10|
|109|[Snailclimb/springboot-kafka](https://github.com/Snailclimb/springboot-kafka)|kafka学习|188|2023-09-05|
|110|[magniture/Java-studying](https://github.com/magniture/Java-studying)|Java学习笔记努力做一个全栈程序员|187|2023-10-19|
|111|[ganchaoyang/spring-tutorial](https://github.com/ganchaoyang/spring-tutorial)|本项目是我个人在编写Spring Boot系列博客的源代码会持续不断更新。如果项目中的代码有错误望大家一起勘正~。|184|2023-10-11|
|112|[andream7/cuit_sharing](https://github.com/andream7/cuit_sharing)|cuit期末互助仓库 成都信息工程大学课程共享计划|180|2023-12-20|
|113|[feuyeux/jax-rs2-guide-II](https://github.com/feuyeux/jax-rs2-guide-II)|《Java Restful Web Service实战 第二版》源代码|176|2023-12-21|
|114|[MarkShen1992/Mashibing_High_Concurrency](https://github.com/MarkShen1992/Mashibing_High_Concurrency)|马士兵高并发Java基础视频学习源码|171|2023-10-31|
|115|[vonzhou/SpringInAction3](https://github.com/vonzhou/SpringInAction3)|Code of Spring In Action 3rd Spring学习笔记|171|2023-12-17|
|116|[rawchen/FeishuBot](https://github.com/rawchen/FeishuBot)|飞书群聊/私聊ChatGPT机器人|162|2023-10-17|
|117|[yechaoa/GradleX](https://github.com/yechaoa/GradleX)|一份关于Gradle的学习路线|156|2023-12-26|
|118|[C3Stones/blog](https://github.com/C3Stones/blog)|博客练习Demo工程|148|2023-12-28|
|119|[SaminZou/study-prj](https://github.com/SaminZou/study-prj)|Learn how to learn 💪💪💪|147|2024-02-01|
|120|[GCS-ZHN/AutoCard](https://github.com/GCS-ZHN/AutoCard)|浙大健康打卡的学习交流项目|142|2023-12-04|
|121|[wanghaichao0611/Vue-SpringCloud-Blog](https://github.com/wanghaichao0611/Vue-SpringCloud-Blog)|whc的毕业设计基于Vue+SpringCloud博客的设计与实现-微服务-分布式|140|2024-01-11|
|122|[TenMoons/AHU-CS-Repository](https://github.com/TenMoons/AHU-CS-Repository)|安徽大学(AHU)计算机科学与技术学院学习资料汇总|140|2024-01-16|
|123|[tingyunote/Tingyu-Notes](https://github.com/tingyunote/Tingyu-Notes)|一套开发级JAVA设计语言学习笔记。所有笔记已更新于微信公众号<汀雨笔记>|139|2023-08-15|
|124|[yeecode/MyBatisDemo](https://github.com/yeecode/MyBatisDemo)|书籍《通用源码阅读指导书——MyBatis源码详解》配套示例|138|2023-12-25|
|125|[BukkitAPI-Translation-Group/Chinese_BukkitAPI](https://github.com/BukkitAPI-Translation-Group/Chinese_BukkitAPI)|BukkitAPI 中文文档 (版本 Spigot-API 1.20)|128|2023-10-25|
|126|[dunwu/design](https://github.com/dunwu/design)|架构设计相关知识|127|2024-01-27|
|127|[longbig/multi_function_github](https://github.com/longbig/multi_function_github)|各种脚本工具集合使用方法博客地址https://longbig.github.io/|124|2023-12-29|
|128|[lichaojacobs/java_learning_practice](https://github.com/lichaojacobs/java_learning_practice)|java 进阶之路面试高频算法、akka、多线程、NIO、Netty、SpringBoot、Spark&&Flink 等|123|2023-10-11|
|129|[WangPney/java-wechat-grpc-local](https://github.com/WangPney/java-wechat-grpc-local)|微信协议Ipad协议、MAC协议、Windows协议本开源项目是7.X版本 840是商用 JAVA版本的学习用商用独家840 Java协议测试 请看下面)|121|2023-10-17|
|130|[hl845740757/disruptor-translation](https://github.com/hl845740757/disruptor-translation)|Disruptor源码剖析(超详细注释)源码版本3.4.2方便大家阅读源码供大家学习使用。项目中使用时请从Disruptor官方引入依赖。 注释也可能存在一些不太到位的地方,可能是理解偏差,欢迎指正。|117|2024-01-21|
|131|[jushahulian/java-go-python](https://github.com/jushahulian/java-go-python)|javapythongo,C,C++,C#,前端数据库大数据人工智能AIGC软件测试网络安全/逆向鸿蒙应用开发Android等学习课程分享。更多课程请关注公众号小凯助你学|116|2024-01-30|
|132|[zincPower/GradleStudy](https://github.com/zincPower/GradleStudy)|分享 Android Gradle 中配置属性如何使用,形成知识体系|116|2023-09-01|
|133|[xuwujing/springcloud-study](https://github.com/xuwujing/springcloud-study)|springcloud学习的相关工程并辅以博文讲解。主要介绍Eureka(服务注册发现)、Feign (服务消费)、Ribbon(负载均衡)、Hystrix(熔断器)、Dashboard(熔断器监控)、Config(分布式配置中心)、Zuul(路由网关)等等相关内容。|116|2024-01-29|
|134|[jeecgboot/jeewx-api](https://github.com/jeecgboot/jeewx-api)|微信开发SDK——支持微信公众号、小程序、企业号、支付宝生活号SDK、微博SDK基于Jeewx-Api开发可以立即拥有简单易用的API让开发更加轻松自如节省更多时间|112|2023-12-16|
|135|[kongpf8848/ViewWorld](https://github.com/kongpf8848/ViewWorld)|自定义View合集展示各种自定义View/控件。项目包含了自定义Banner轮播图控件自定义验证码输入框自定义TabLayout等控件持续更新中🤣😄😋|111|2023-12-23|
|136|[lzh66666/SpringBoot](https://github.com/lzh66666/SpringBoot)|狂神SpringBoot笔记+源码|109|2023-10-11|
|137|[tianlian0/duplicate-check-sample](https://github.com/tianlian0/duplicate-check-sample)|文本查重SDK可用于论文查重、标书查重、文档查重、作业查重、合同查重、防串标等场景。关联duplicate check|109|2024-02-02|
|138|[jenly1314/MVPFrame](https://github.com/jenly1314/MVPFrame)|🏰 MVPFrame for Android 是一个集合了 Retrofit2 + RXJava2 + OkHttp3 + Mosby3 二次封装构建的MVP快速开发框架为敏捷开发而生。|103|2024-01-27|
|139|[Sunt-ing/SUSTech-CS-Notes](https://github.com/Sunt-ing/SUSTech-CS-Notes)|一名南科大CS本科生的课程笔记、考点预测和论文包含CS和非CS的内容 :rocket::rocket:|100|2023-10-17|
|140|[threedr3am/dubbo-exp](https://github.com/threedr3am/dubbo-exp)|dubbo学习demo之前删了重新上传。|98|2024-01-08|
|141|[SambacFeng/SWU-SE-HELPER](https://github.com/SambacFeng/SWU-SE-HELPER)|西南大学软件工程专业生存指南,提供专业所需学习的课程资料,学习攻略等|97|2024-01-21|
|142|[aaja/architect-demo](https://github.com/aaja/architect-demo)|Some of my learning experience after work|97|2023-11-22|
|143|[wupeixuan/SpringBoot-Learn](https://github.com/wupeixuan/SpringBoot-Learn)|Spring Boot 入门|97|2023-11-22|
|144|[FleyX/bookmark](https://github.com/FleyX/bookmark)|一个开源云书签应用适配pc手机。可全文检索查找书签。|96|2024-01-10|
|69|[lyb-geek/springboot-learning](https://github.com/lyb-geek/springboot-learning)|springboot-learning|578|2024-01-20|
|70|[a616567126/GPT-WEB-JAVA](https://github.com/a616567126/GPT-WEB-JAVA)|基于JDK8 AI 聊天机器人!微信公众号 Midjourney画图、卡密兑换、web 支持ChatGPT、Midjourney画图、sd画图卡密兑换易支付公众号引流邮件注册🔥|575|2024-01-15|
|71|[javasmall/bigsai-algorithm](https://github.com/javasmall/bigsai-algorithm)|bigsai的数据结构与算法、LeetCode图解、剑指offer图解文章专栏致力于最好懂的数据结构与算法专栏|534|2024-02-07|
|72|[rymcu/forest](https://github.com/rymcu/forest)|forest(森林)——一款现代化的知识社区后台项目,使用 SpringBoot + Shiro + MyBatis + JWT + Redis 实现|529|2024-01-12|
|73|[my-dlq/blog-example](https://github.com/my-dlq/blog-example)|博客中的示例文件,包含 Kubernetes、Jenkins、Go、Java、SpringBoot、SpringCloud 知识示例等,将结合博客逐步讲解整体的知识内容体系。|508|2023-12-05|
|74|[sjsdfg/dl4j-tutorials](https://github.com/sjsdfg/dl4j-tutorials)|dl4j 基础教程 配套视频https://space.bilibili.com/327018681/#/|483|2023-12-05|
|75|[algorithmzuo/algorithm-journey](https://github.com/algorithmzuo/algorithm-journey)|算法通关课的代码和课件|475|2024-02-06|
|76|[Viscent/javamtia](https://github.com/Viscent/javamtia)|《Java多线程编程实战指南核心篇》的配套源码|456|2023-12-06|
|77|[fuzhengwei/chatbot-api](https://github.com/fuzhengwei/chatbot-api)|《ChatGPT AI 问答助手》 开源免费项目涵盖爬虫接口、ChatGPT API对接、DDD架构设计、镜像打包、Docker容器部署小巧精悍流程全面。对于Java编程伙伴来说非常具有学习价值。|454|2023-10-15|
|78|[ashinnotfound/ChatGPT-YourChatRobot](https://github.com/ashinnotfound/ChatGPT-YourChatRobot)|❤开箱即用❤an unofficial implement of ChatGPT in QQ/Wechat. 一个非官方的ChatGPT腾讯qq/微信(非公众号)实现版快来把你的qq或微信变成chatgpt吧|411|2024-01-15|
|79|[niumoo/JavaNotes](https://github.com/niumoo/JavaNotes)|🧱 「Java学习」一份涵盖大部分Java程序员所需要掌握的核心知识。JDK 源码分析 & Java 新特性 & Java 并发编程 & Java 虚拟机 & SpringBoot 2.x 系列|396|2023-12-18|
|80|[algorithmzuo/coding-for-great-offer](https://github.com/algorithmzuo/coding-for-great-offer)|大厂算法和数据结构刷题班|366|2023-09-03|
|81|[yiyandaoren/KongFuOfArchitect](https://github.com/yiyandaoren/KongFuOfArchitect)|(Updating!) Architect's Kung Fu tutorial collection Article collection contains paradigm programming microservices essential algorithms Security attack Assembly Crawler Reverse penetration test...etc.|365|2024-02-02|
|82|[xuxueli/xxl-tool](https://github.com/xuxueli/xxl-tool)|a series of tools that make Java development more efficient.Java工具类库XXL-TOOL|344|2024-01-20|
|83|[bage2014/study](https://github.com/bage2014/study)|Java全栈工程师学习笔记Spring、shiro、CAS、oauth2单点登录cache 、Redis; web 安全及解决思路redis、mq、quartz、dockerDocker各种组件实践等mybatis、spring、spring boot实践分布式锁基于分库分表等等Java full-stack engineer study notes; Spring, shiro, ...|335|2024-02-11|
|84|[xuyisu/fw-spring-cloud](https://github.com/xuyisu/fw-spring-cloud)|SpringCloud构建实战、从入门到高级包含eureka、zuul、gateway、feign、ribbon、hystrix、mq、turbine、nacos、elk、consul、zookeeper、rocketmq、kafka、分布式事务(RocketMq、LCN、Seata)、分库分表(Sharding-JDBC)、分布式锁(Redis、Guava)、jwt、SkyWalking、Zi ...|334|2023-10-25|
|85|[lsgwr/algorithms](https://github.com/lsgwr/algorithms)|算法学习与总结,包括慕课网刘宇波老师、算法竞赛入门经典、挑战程序设计竞赛、算法竞赛宝典等|324|2023-12-24|
|86|[dubboclub/dubbo-plus](https://github.com/dubboclub/dubbo-plus)|dubbo的插件集合|318|2023-10-11|
|87|[sunjincheng121/know_how_know_why](https://github.com/sunjincheng121/know_how_know_why)|For every learner|305|2023-12-05|
|88|[dunwu/algorithm-tutorial](https://github.com/dunwu/algorithm-tutorial)|:books: 算法和数据结构教程|292|2024-01-27|
|89|[Tencent/TencentKonaSMSuite](https://github.com/Tencent/TencentKonaSMSuite)|Tencent Kona SM Suite is a set of Java security providers, which support algorithms SM2, SM3 and SM4, and protocols TLCP/GMSSL, TLS 1.3 (with RFC 8998) and TLS 1.2.|270|2024-02-06|
|90|[algorithmzuo/weekly-problems](https://github.com/algorithmzuo/weekly-problems)|每周有营养的大厂算法面试题|270|2023-09-02|
|91|[fuzhengwei/java-algorithms](https://github.com/fuzhengwei/java-algorithms)|📝 Java 数据结构和算法 Algorithms and data structures implemented in Java with explanations and links to further readings|268|2023-11-01|
|92|[zhangjun0x01/bigdata-examples](https://github.com/zhangjun0x01/bigdata-examples)|分享一些在工作中的大数据实战案例包括flink、kafka、hadoop、presto等等。欢迎大家关注我的公众号【大数据技术与应用实战】一起成长。|257|2024-01-05|
|93|[Romantic-Lei/Learning-in-practice](https://github.com/Romantic-Lei/Learning-in-practice)|learning (Fork 代码的小伙伴留下你们的star吧)|254|2024-01-14|
|94|[yangchong211/YCJniHelper](https://github.com/yangchong211/YCJniHelper)|JNI学习案例通过简单的案例快速入门jni开发。JNI基础语法介绍so库生成打包和反编译Java和C/C++相关调用案例|252|2023-10-08|
|95|[hbelmiro/100DaysOfJava](https://github.com/hbelmiro/100DaysOfJava)|Small pieces of Java content on my social media every day for a hundred days. Learn with short code snippets.|245|2024-02-09|
|96|[FleyX/demo-project](https://github.com/FleyX/demo-project)|存放学习过程中的demo项目顺便点下⭐哦|238|2024-01-24|
|97|[SilenceHVK/blog](https://github.com/SilenceHVK/blog)|:books: :octocat: Github static blog post, experience the fun of using Issues.Welcome star 静态博客文章,体验一下使用 Issues 的乐趣,欢迎 star 个人博客地址blog.hvkcoder.me/love|231|2024-01-18|
|98|[fafeidou/fast-cloud-nacos](https://github.com/fafeidou/fast-cloud-nacos)|fast-cloud-nacos项目致力于打造一个基于nacos为注册中心结合企业开发习惯总结的一些基本的实现方式|223|2023-11-29|
|99|[dunwu/spring-boot-tutorial](https://github.com/dunwu/spring-boot-tutorial)|:100: :leaves: 通过丰富实例来展现 Spring Boot 特性的教程|220|2024-01-27|
|100|[fancyChuan/bigdata-hub](https://github.com/fancyChuan/bigdata-hub)|数据建设与大数据技术知识体系包含hadoop、hive、spark、flink主流框架和系列框架数据中台、数据湖、数据治理、数仓建设、数据化转型等|216|2024-01-05|
|101|[lynnlovemin/SpringCloudLesson](https://github.com/lynnlovemin/SpringCloudLesson)|SpringCloud从入门到精通系列课程|214|2023-10-11|
|102|[Erik-ly/SprakProject](https://github.com/Erik-ly/SprakProject)|《Spark 大型电商项目实战》源码博客地址http://blog.csdn.net/u012318074/article/category/6744423|211|2023-11-14|
|103|[fengyuecanzhu/FYReader](https://github.com/fengyuecanzhu/FYReader)|风月读书一款开源、免费的小说阅读软件支持自定义书源支持本地txt和epub导入阅读。|210|2023-10-07|
|104|[ShinChven/MigrateToGradle](https://github.com/ShinChven/MigrateToGradle)|在学习Gradle的路上整理的心得。|210|2023-10-07|
|105|[rome753/webrtc-android-tutorial](https://github.com/rome753/webrtc-android-tutorial)|The simplest tutorial for android WebRTC, step by step from using camera to multi-peer.【最简单的安卓WebRTC教程从使用相机到多人视频一步步讲解。】|207|2024-01-01|
|106|[shmilyah/spring-cloud-components](https://github.com/shmilyah/spring-cloud-components)|基于 Spring Cloud 组件构建的分布式服务架构 ( Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems ) |196|2023-12-17|
|107|[ZhangBlossom/BlossomGateway](https://github.com/ZhangBlossom/BlossomGateway)|基于Netty、Nacos实现的网关以及RPC。学习完毕当前项目可以帮助你深入理解Netty。|195|2024-02-10|
|108|[Snailclimb/springboot-kafka](https://github.com/Snailclimb/springboot-kafka)|kafka学习|188|2023-09-05|
|109|[magniture/Java-studying](https://github.com/magniture/Java-studying)|Java学习笔记努力做一个全栈程序员|187|2023-10-19|
|110|[ganchaoyang/spring-tutorial](https://github.com/ganchaoyang/spring-tutorial)|本项目是我个人在编写Spring Boot系列博客的源代码会持续不断更新。如果项目中的代码有错误望大家一起勘正~。|184|2023-10-11|
|111|[andream7/cuit_sharing](https://github.com/andream7/cuit_sharing)|cuit期末互助仓库 成都信息工程大学课程共享计划|180|2023-12-20|
|112|[feuyeux/jax-rs2-guide-II](https://github.com/feuyeux/jax-rs2-guide-II)|《Java Restful Web Service实战 第二版》源代码|176|2023-12-21|
|113|[MarkShen1992/Mashibing_High_Concurrency](https://github.com/MarkShen1992/Mashibing_High_Concurrency)|马士兵高并发Java基础视频学习源码|171|2023-10-31|
|114|[vonzhou/SpringInAction3](https://github.com/vonzhou/SpringInAction3)|Code of Spring In Action 3rd Spring学习笔记|171|2023-12-17|
|115|[rawchen/FeishuBot](https://github.com/rawchen/FeishuBot)|飞书群聊/私聊ChatGPT机器人|162|2023-10-17|
|116|[yechaoa/GradleX](https://github.com/yechaoa/GradleX)|一份关于Gradle的学习路线|157|2023-12-26|
|117|[C3Stones/blog](https://github.com/C3Stones/blog)|博客练习Demo工程|148|2023-12-28|
|118|[SaminZou/study-prj](https://github.com/SaminZou/study-prj)|Learn how to learn 💪💪💪|147|2024-02-01|
|119|[GCS-ZHN/AutoCard](https://github.com/GCS-ZHN/AutoCard)|浙大健康打卡的学习交流项目|142|2023-12-04|
|120|[wanghaichao0611/Vue-SpringCloud-Blog](https://github.com/wanghaichao0611/Vue-SpringCloud-Blog)|whc的毕业设计基于Vue+SpringCloud博客的设计与实现-微服务-分布式|140|2024-01-11|
|121|[TenMoons/AHU-CS-Repository](https://github.com/TenMoons/AHU-CS-Repository)|安徽大学(AHU)计算机科学与技术学院学习资料汇总|140|2024-01-16|
|122|[tingyunote/Tingyu-Notes](https://github.com/tingyunote/Tingyu-Notes)|一套开发级JAVA设计语言学习笔记。所有笔记已更新于微信公众号<汀雨笔记>|139|2023-08-15|
|123|[yeecode/MyBatisDemo](https://github.com/yeecode/MyBatisDemo)|书籍《通用源码阅读指导书——MyBatis源码详解》配套示例|138|2023-12-25|
|124|[BukkitAPI-Translation-Group/Chinese_BukkitAPI](https://github.com/BukkitAPI-Translation-Group/Chinese_BukkitAPI)|BukkitAPI 中文文档 (版本 Spigot-API 1.20)|128|2023-10-25|
|125|[dunwu/design](https://github.com/dunwu/design)|架构设计相关知识|127|2024-01-27|
|126|[longbig/multi_function_github](https://github.com/longbig/multi_function_github)|各种脚本工具集合使用方法博客地址https://longbig.github.io/|124|2023-12-29|
|127|[lichaojacobs/java_learning_practice](https://github.com/lichaojacobs/java_learning_practice)|java 进阶之路面试高频算法、akka、多线程、NIO、Netty、SpringBoot、Spark&&Flink 等|123|2023-10-11|
|128|[WangPney/java-wechat-grpc-local](https://github.com/WangPney/java-wechat-grpc-local)|微信协议Ipad协议、MAC协议、Windows协议本开源项目是7.X版本 840是商用 JAVA版本的学习用商用独家840 Java协议测试 请看下面)|121|2023-10-17|
|129|[hl845740757/disruptor-translation](https://github.com/hl845740757/disruptor-translation)|Disruptor源码剖析(超详细注释)源码版本3.4.2方便大家阅读源码供大家学习使用。项目中使用时请从Disruptor官方引入依赖。 注释也可能存在一些不太到位的地方,可能是理解偏差,欢迎指正。|117|2024-01-21|
|130|[jushahulian/java-go-python](https://github.com/jushahulian/java-go-python)|javapythongo,C,C++,C#,前端数据库大数据人工智能AIGC软件测试网络安全/逆向鸿蒙应用开发Android等学习课程分享。更多课程请关注公众号小凯助你学|116|2024-01-30|
|131|[zincPower/GradleStudy](https://github.com/zincPower/GradleStudy)|分享 Android Gradle 中配置属性如何使用,形成知识体系|116|2023-09-01|
|132|[xuwujing/springcloud-study](https://github.com/xuwujing/springcloud-study)|springcloud学习的相关工程并辅以博文讲解。主要介绍Eureka(服务注册发现)、Feign (服务消费)、Ribbon(负载均衡)、Hystrix(熔断器)、Dashboard(熔断器监控)、Config(分布式配置中心)、Zuul(路由网关)等等相关内容。|116|2024-01-29|
|133|[jeecgboot/jeewx-api](https://github.com/jeecgboot/jeewx-api)|微信开发SDK——支持微信公众号、小程序、企业号、支付宝生活号SDK、微博SDK基于Jeewx-Api开发可以立即拥有简单易用的API让开发更加轻松自如节省更多时间|112|2023-12-16|
|134|[kongpf8848/ViewWorld](https://github.com/kongpf8848/ViewWorld)|自定义View合集展示各种自定义View/控件。项目包含了自定义Banner轮播图控件自定义验证码输入框自定义TabLayout等控件持续更新中🤣😄😋|111|2023-12-23|
|135|[lzh66666/SpringBoot](https://github.com/lzh66666/SpringBoot)|狂神SpringBoot笔记+源码|109|2023-10-11|
|136|[tianlian0/duplicate-check-sample](https://github.com/tianlian0/duplicate-check-sample)|文本查重SDK可用于论文查重、标书查重、文档查重、作业查重、合同查重、防串标等场景。关联duplicate check|109|2024-02-02|
|137|[jenly1314/MVPFrame](https://github.com/jenly1314/MVPFrame)|🏰 MVPFrame for Android 是一个集合了 Retrofit2 + RXJava2 + OkHttp3 + Mosby3 二次封装构建的MVP快速开发框架为敏捷开发而生。|103|2024-01-27|
|138|[Sunt-ing/SUSTech-CS-Notes](https://github.com/Sunt-ing/SUSTech-CS-Notes)|一名南科大CS本科生的课程笔记、考点预测和论文包含CS和非CS的内容 :rocket::rocket:|100|2023-10-17|
|139|[threedr3am/dubbo-exp](https://github.com/threedr3am/dubbo-exp)|dubbo学习demo之前删了重新上传。|98|2024-01-08|
|140|[SambacFeng/SWU-SE-HELPER](https://github.com/SambacFeng/SWU-SE-HELPER)|西南大学软件工程专业生存指南,提供专业所需学习的课程资料,学习攻略等|97|2024-01-21|
|141|[aaja/architect-demo](https://github.com/aaja/architect-demo)|Some of my learning experience after work|97|2023-11-22|
|142|[wupeixuan/SpringBoot-Learn](https://github.com/wupeixuan/SpringBoot-Learn)|Spring Boot 入门|97|2023-11-22|
|143|[FleyX/bookmark](https://github.com/FleyX/bookmark)|一个开源云书签应用适配pc手机。可全文检索查找书签。|96|2024-01-10|
|144|[wmsJackWang/jackdking-root](https://github.com/wmsJackWang/jackdking-root)|JAVA 架构技术方案池丰富的Java架构技术解决方案分布式锁、分布式缓存、分布式事务、重试、去重、幂等、单点登入、分布式session、jwt等等分布式架构技术方案SpringSecurity教程SpringBoot 全都有完整的实现样例代码|92|2023-12-18|
|145|[ffffffff0x/JVWA](https://github.com/ffffffff0x/JVWA)|java 代码审计学习靶场|91|2024-01-11|
|146|[wmsJackWang/jackdking-root](https://github.com/wmsJackWang/jackdking-root)|JAVA 架构技术方案池丰富的Java架构技术解决方案分布式锁、分布式缓存、分布式事务、重试、去重、幂等、单点登入、分布式session、jwt等等分布式架构技术方案SpringSecurity教程SpringBoot 全都有完整的实现样例代码|91|2023-12-18|
|147|[LiLittleCat/tools-in-ruanyf-weekly](https://github.com/LiLittleCat/tools-in-ruanyf-weekly)|阮一峰老师科技爱好者周刊「工具」和「资源」汇总。A collection of tools and resources featured in Ruanyifeng's weekly technology enthusiast newsletter.|90|2024-02-04|
|148|[itwanger/codingmore-learning](https://github.com/itwanger/codingmore-learning)|编程猫的学习教程|90|2023-09-21|
|149|[aizuda/flowlong](https://github.com/aizuda/flowlong)|飞龙工作流 FlowLong 🐉 真正的国产工作流引擎、json 格式实例模型、仿飞书钉钉审批流程设计器、🚩为中国特色审批匠心打造❗|89|2024-01-29|
|150|[fancyerii/wechat-gongzhonghao-crawler](https://github.com/fancyerii/wechat-gongzhonghao-crawler)|微信公众号爬虫|88|2024-01-05|
|151|[galaxy-sea/galaxy-blogs](https://github.com/galaxy-sea/galaxy-blogs)|我的博客-用于博客的存档|88|2023-10-02|
|152|[black-ant/case](https://github.com/black-ant/case)|Java 大合集 , 包含多种框架的运用 , 微服务 , 压测 , 性能分析 , 文档 , 源码分析|82|2023-11-05|
|153|[wufeiqun/blog](https://github.com/wufeiqun/blog)|我的博客|82|2024-01-31|
|154|[leilei0220/springboot-learn](https://github.com/leilei0220/springboot-learn)|springboot学习小营地|79|2023-09-04|
|155|[DiCaprio17/seckill-ssm](https://github.com/DiCaprio17/seckill-ssm)|一个整合SSM框架的高并发和商品秒杀项目学习目前较流行的Java框架组合实现高并发秒杀API|76|2024-01-23|
|156|[returntolife455/DemoList](https://github.com/returntolife455/DemoList)|Demo集合|74|2023-10-27|
|157|[dolyw/ProjectStudy](https://github.com/dolyw/ProjectStudy)|我的学习代码记录|73|2023-10-24|
|158|[shenniubuxing3/springcloud-Finchley.SR2](https://github.com/shenniubuxing3/springcloud-Finchley.SR2)|基于Finchley.SR2版本的springcloud分享篇|72|2023-10-11|
|159|[super117893344p/Select_Top_Quality_Project](https://github.com/super117893344p/Select_Top_Quality_Project)|精选涵盖互联网计算机领域所有类型的项目, 你想要的都在这里,通过源码学习, 希望你能够融会贯通,渐入佳境,步步高升,登峰造极,成为一名影响世界的程序员,开发属于自己的产品|71|2023-11-29|
|160|[CCCshengjiang/algorithm](https://github.com/CCCshengjiang/algorithm)|算法笔记和源代码|68|2023-12-30|
|161|[wayne-pq/simplify](https://github.com/wayne-pq/simplify)|simplify 包含了一系列自我驱动学习的子项目。|66|2023-11-30|
|162|[pacemrc/VulDebug](https://github.com/pacemrc/VulDebug)|Java漏洞调试分析集合|60|2024-01-18|
|163|[MQguer/XDU-CS-Resources](https://github.com/MQguer/XDU-CS-Resources)|本库主要上传了西安电子科技大学计算机专业(本科)的一些学习资料,当然也包括部分其他专业或者其他类型的资料,仅供西电学子内部交流学习|60|2024-01-18|
|164|[ngcly/MusicStory](https://github.com/ngcly/MusicStory)|一个用来听歌看书的网站|60|2023-12-12|
|165|[Bin4xin/bigger-than-bigger](https://github.com/Bin4xin/bigger-than-bigger)|Expolit Lists. 相关集合💥💥💥 ;) 用友NC反序列化/ CTF/ Java Deserialization/Shiro Vulns/ CNVD or CVE Vulns/ Log4j2/ Hikvision-decrypter...✨✨✨|58|2023-11-29|
|166|[nancheung/legado-reader](https://github.com/nancheung/legado-reader)|《开源阅读》的Jetbrains IDE插件版只为随时随地在IDE中提供阅读体验。|57|2023-09-27|
|167|[mifengjun/java-design-patterns](https://github.com/mifengjun/java-design-patterns)|设计模式专题,共 23 种设计模式。GOF design patternsimplement of Java。|57|2023-10-02|
|168|[shiyindaxiaojie/eden-demo-layer](https://github.com/shiyindaxiaojie/eden-demo-layer)|阿里巴巴分层架构根据《阿里巴巴Java开发手册》的设计思想实践并扩展。|56|2023-10-07|
|169|[yijunquan-afk/XJTUSE-NOTES](https://github.com/yijunquan-afk/XJTUSE-NOTES)|西安交通大学软件工程本科笔记|51|2023-11-13|
|170|[Leibnizhu/AlipayWechatPlatform](https://github.com/Leibnizhu/AlipayWechatPlatform)|基于Vert.X的高性能微信支付宝公众号通用服务|50|2023-12-03|
|171|[handy-git/ip2region](https://github.com/handy-git/ip2region)|为《我的世界》(Minecraft)提供国家运营商papi变量|48|2023-12-16|
|172|[iohao/ioGame-example](https://github.com/iohao/ioGame-example)|ioGame 网络游戏服务器框架示例集合|48|2023-12-21|
|173|[ReAbout/audit-java](https://github.com/ReAbout/audit-java)|Java代码审计手册关注于漏洞挖掘而非利用【持续更新】|47|2023-12-20|
|174|[binghe001/spring-redis](https://github.com/binghe001/spring-redis)|📚 基于Redis解决缓存击穿、穿透和雪崩问题的通用解决方案拿来即用。支持存储对象、集合、简单数据类型等。无需提前将数据存入Redis直接使用提供的分布式缓存接口查询数据即可附带完善的单元测试用例方便学习使用。|45|2023-12-10|
|175|[rongcloud/android-ui-sdk-set](https://github.com/rongcloud/android-ui-sdk-set)|融云 IM UI SDK 集合,包括各种 UI 组件|45|2023-12-29|
|176|[xjs1919/enumdemo](https://github.com/xjs1919/enumdemo)|公众号【爪哇优太儿】用测试代码|45|2024-01-26|
|177|[zfoo-project/zapp](https://github.com/zfoo-project/zapp)|IM网站的开源后端代码图片分享好友聊天群聊|44|2023-10-07|
|178|[qq1534774766/wx-push](https://github.com/qq1534774766/wx-push)|wx公众号推送|42|2023-10-16|
|179|[hufeiyang/AndroidLeaning](https://github.com/hufeiyang/AndroidLeaning)|Android进阶学习的项目包括《Android开发艺术探索》学习笔记、优秀开源库学习理解等~|42|2023-08-28|
|180|[L-JINBIN/MT-Translation-Plugin](https://github.com/L-JINBIN/MT-Translation-Plugin)|MT翻译插件|42|2024-01-06|
|181|[liyupi/yupao-backend-public](https://github.com/liyupi/yupao-backend-public)|帮大家找到好伙伴的移动端网站 💎 by 鱼皮编程导航知识星球|41|2023-09-25|
|182|[yudiandemingzi/spring-boot-study](https://github.com/yudiandemingzi/spring-boot-study)|springboot学习项目|41|2023-09-08|
|183|[xuexiangjys/Protobuf-gRPC-Android](https://github.com/xuexiangjys/Protobuf-gRPC-Android)|教你如何使用ProtoBuf,通过gRPC服务在android上进行网络请求|40|2023-12-15|
|184|[jmilktea/jtea](https://github.com/jmilktea/jtea)|jtea 专注于java,spring,springboot,springcloud,各类中间件,总结开发经验|39|2024-01-10|
|185|[721806280/feishu-notification-plugin](https://github.com/721806280/feishu-notification-plugin)|飞书 Jenkins 插件|38|2024-01-23|
|186|[benggee/data-structure](https://github.com/benggee/data-structure)|数据结构大全从最基础的线性数据结构到树形数据结构再到图论排序算法都有完整的实现。目前比较完整的是java的代码后面会陆续完善c++、c、python、golang版本|37|2023-09-24|
|187|[Higmin/practice](https://github.com/Higmin/practice)|知识梳理数据结构和算法、leetcode解题记录、手写生产者-消费者模型、SpringAOP、Springboot 自定义注解,全局异常处理、整合 Mybatis、整合Redis、mybatis逆向工程、死锁、同步锁、读-写同步锁、BIO、NIO、AIO、Netty服务客户端、ThreadLocal使用、23种设计模式未完待续...)、生成 XML 文件、接口并发测试、Kafka 生产者消费 ...|35|2023-10-24|
|188|[WavJaby/NCKUpp](https://github.com/WavJaby/NCKUpp)|更優質的選課網站 A new site for NCKU course enrollment|34|2024-01-10|
|189|[gdut-yy/leetcode-hub-java](https://github.com/gdut-yy/leetcode-hub-java)|基于 java21 + maven3.9 + junit5 + jacoco 的 leetcode + codeforces + atcoder + nowcoder 练习仓库。|34|2024-01-14|
|190|[pulllock/mini-dubbo](https://github.com/pulllock/mini-dubbo)|从头开始写一个迷你的dubbo仅用作学习用|34|2023-10-19|
|191|[sleepwalk-m/java_demo_converge](https://github.com/sleepwalk-m/java_demo_converge)|Java相关技术的Demo案例合集。|33|2023-08-30|
|192|[SW-Fantastic/Reader](https://github.com/SW-Fantastic/Reader)|a book reader 中文阅读器|33|2023-11-20|
|193|[yyqisgod/assistant](https://github.com/yyqisgod/assistant)|婚庆/婚礼大屏和微信端互动,关注个人微信公众号发送消息,在大屏通过弹幕的形式展示你发送的消息,并且可以通过发送弹幕的形式参与抽奖|33|2023-12-08|
|194|[wenjunzhangp/becatMvc](https://github.com/wenjunzhangp/becatMvc)|简单的SpringMVC项目增删改查分页、QQ快捷登录、小程序、微信公众号后台API接口|33|2024-01-23|
|195|[DDAaTao/ip-limiter](https://github.com/DDAaTao/ip-limiter)|轻量级注解式IP限流黑白名单工具|32|2023-09-14|
|196|[wx-chevalier/Java-Notes](https://github.com/wx-chevalier/Java-Notes)|:books: Java Notes & Examples. 语法基础、数据结构、工程实践、设计模式、并发编程、JVM、Scala|32|2023-12-16|
|197|[FadeHub/spring-boot-learn](https://github.com/FadeHub/spring-boot-learn)|springboot学习|32|2023-12-12|
|198|[Kestrong/java-sdk](https://github.com/Kestrong/java-sdk)|一些常用的java sdk和工具类日期工具类分布式锁redis缓存二叉树反射工具类线程池对称/非对称/分段加解密json序列化http工具雪花算法字符串相似度集合操作工具xml解析重试Retry工具类Jvm监控等|32|2023-11-28|
|199|[tiankonglanlande/springboot](https://github.com/tiankonglanlande/springboot)|致力于springboot 工作和学习中简单又实用的demo|32|2023-09-18|
|200|[HealerJean/HealerJean.github.io](https://github.com/HealerJean/HealerJean.github.io)|HealerJean的梦想博客代码都在博客里面(_posts下面具备很多代码请大家耐心查找以及MarkDown笔记)|31|2024-01-11|
|146|[LiLittleCat/tools-in-ruanyf-weekly](https://github.com/LiLittleCat/tools-in-ruanyf-weekly)|阮一峰老师科技爱好者周刊「工具」和「资源」汇总。A collection of tools and resources featured in Ruanyifeng's weekly technology enthusiast newsletter.|90|2024-02-04|
|147|[itwanger/codingmore-learning](https://github.com/itwanger/codingmore-learning)|编程猫的学习教程|90|2023-09-21|
|148|[aizuda/flowlong](https://github.com/aizuda/flowlong)|飞龙工作流 FlowLong 🐉 真正的国产工作流引擎、json 格式实例模型、仿飞书钉钉审批流程设计器、🚩为中国特色审批匠心打造❗|89|2024-01-29|
|149|[fancyerii/wechat-gongzhonghao-crawler](https://github.com/fancyerii/wechat-gongzhonghao-crawler)|微信公众号爬虫|88|2024-01-05|
|150|[galaxy-sea/galaxy-blogs](https://github.com/galaxy-sea/galaxy-blogs)|我的博客-用于博客的存档|88|2023-10-02|
|151|[black-ant/case](https://github.com/black-ant/case)|Java 大合集 , 包含多种框架的运用 , 微服务 , 压测 , 性能分析 , 文档 , 源码分析|82|2023-11-05|
|152|[wufeiqun/blog](https://github.com/wufeiqun/blog)|我的博客|82|2024-01-31|
|153|[leilei0220/springboot-learn](https://github.com/leilei0220/springboot-learn)|springboot学习小营地|79|2023-09-04|
|154|[DiCaprio17/seckill-ssm](https://github.com/DiCaprio17/seckill-ssm)|一个整合SSM框架的高并发和商品秒杀项目学习目前较流行的Java框架组合实现高并发秒杀API|76|2024-01-23|
|155|[returntolife455/DemoList](https://github.com/returntolife455/DemoList)|Demo集合|74|2023-10-27|
|156|[dolyw/ProjectStudy](https://github.com/dolyw/ProjectStudy)|我的学习代码记录|73|2023-10-24|
|157|[shenniubuxing3/springcloud-Finchley.SR2](https://github.com/shenniubuxing3/springcloud-Finchley.SR2)|基于Finchley.SR2版本的springcloud分享篇|72|2023-10-11|
|158|[super117893344p/Select_Top_Quality_Project](https://github.com/super117893344p/Select_Top_Quality_Project)|精选涵盖互联网计算机领域所有类型的项目, 你想要的都在这里,通过源码学习, 希望你能够融会贯通,渐入佳境,步步高升,登峰造极,成为一名影响世界的程序员,开发属于自己的产品|71|2023-11-29|
|159|[CCCshengjiang/algorithm](https://github.com/CCCshengjiang/algorithm)|算法笔记和源代码|68|2023-12-30|
|160|[wayne-pq/simplify](https://github.com/wayne-pq/simplify)|simplify 包含了一系列自我驱动学习的子项目。|66|2023-11-30|
|161|[pacemrc/VulDebug](https://github.com/pacemrc/VulDebug)|Java漏洞调试分析集合|60|2024-01-18|
|162|[MQguer/XDU-CS-Resources](https://github.com/MQguer/XDU-CS-Resources)|本库主要上传了西安电子科技大学计算机专业(本科)的一些学习资料,当然也包括部分其他专业或者其他类型的资料,仅供西电学子内部交流学习|60|2024-01-18|
|163|[ngcly/MusicStory](https://github.com/ngcly/MusicStory)|一个用来听歌看书的网站|60|2023-12-12|
|164|[Bin4xin/bigger-than-bigger](https://github.com/Bin4xin/bigger-than-bigger)|Expolit Lists. 相关集合💥💥💥 ;) 用友NC反序列化/ CTF/ Java Deserialization/Shiro Vulns/ CNVD or CVE Vulns/ Log4j2/ Hikvision-decrypter...✨✨✨|58|2023-11-29|
|165|[nancheung/legado-reader](https://github.com/nancheung/legado-reader)|《开源阅读》的Jetbrains IDE插件版只为随时随地在IDE中提供阅读体验。|57|2023-09-27|
|166|[mifengjun/java-design-patterns](https://github.com/mifengjun/java-design-patterns)|设计模式专题,共 23 种设计模式。GOF design patternsimplement of Java。|57|2023-10-02|
|167|[shiyindaxiaojie/eden-demo-layer](https://github.com/shiyindaxiaojie/eden-demo-layer)|阿里巴巴分层架构根据《阿里巴巴Java开发手册》的设计思想实践并扩展。|56|2023-10-07|
|168|[yijunquan-afk/XJTUSE-NOTES](https://github.com/yijunquan-afk/XJTUSE-NOTES)|西安交通大学软件工程本科笔记|51|2023-11-13|
|169|[Leibnizhu/AlipayWechatPlatform](https://github.com/Leibnizhu/AlipayWechatPlatform)|基于Vert.X的高性能微信支付宝公众号通用服务|50|2023-12-03|
|170|[handy-git/ip2region](https://github.com/handy-git/ip2region)|为《我的世界》(Minecraft)提供国家运营商papi变量|48|2023-12-16|
|171|[iohao/ioGame-example](https://github.com/iohao/ioGame-example)|ioGame 网络游戏服务器框架示例集合|48|2023-12-21|
|172|[ReAbout/audit-java](https://github.com/ReAbout/audit-java)|Java代码审计手册关注于漏洞挖掘而非利用【持续更新】|47|2023-12-20|
|173|[binghe001/spring-redis](https://github.com/binghe001/spring-redis)|📚 基于Redis解决缓存击穿、穿透和雪崩问题的通用解决方案拿来即用。支持存储对象、集合、简单数据类型等。无需提前将数据存入Redis直接使用提供的分布式缓存接口查询数据即可附带完善的单元测试用例方便学习使用。|45|2023-12-10|
|174|[rongcloud/android-ui-sdk-set](https://github.com/rongcloud/android-ui-sdk-set)|融云 IM UI SDK 集合,包括各种 UI 组件|45|2023-12-29|
|175|[xjs1919/enumdemo](https://github.com/xjs1919/enumdemo)|公众号【爪哇优太儿】用测试代码|45|2024-01-26|
|176|[zfoo-project/zapp](https://github.com/zfoo-project/zapp)|IM网站的开源后端代码图片分享好友聊天群聊|44|2023-10-07|
|177|[qq1534774766/wx-push](https://github.com/qq1534774766/wx-push)|wx公众号推送|42|2023-10-16|
|178|[hufeiyang/AndroidLeaning](https://github.com/hufeiyang/AndroidLeaning)|Android进阶学习的项目包括《Android开发艺术探索》学习笔记、优秀开源库学习理解等~|42|2023-08-28|
|179|[L-JINBIN/MT-Translation-Plugin](https://github.com/L-JINBIN/MT-Translation-Plugin)|MT翻译插件|42|2024-01-06|
|180|[liyupi/yupao-backend-public](https://github.com/liyupi/yupao-backend-public)|帮大家找到好伙伴的移动端网站 💎 by 鱼皮编程导航知识星球|41|2023-09-25|
|181|[yudiandemingzi/spring-boot-study](https://github.com/yudiandemingzi/spring-boot-study)|springboot学习项目|41|2023-09-08|
|182|[xuexiangjys/Protobuf-gRPC-Android](https://github.com/xuexiangjys/Protobuf-gRPC-Android)|教你如何使用ProtoBuf,通过gRPC服务在android上进行网络请求|40|2023-12-15|
|183|[jmilktea/jtea](https://github.com/jmilktea/jtea)|jtea 专注于java,spring,springboot,springcloud,各类中间件,总结开发经验|39|2024-01-10|
|184|[721806280/feishu-notification-plugin](https://github.com/721806280/feishu-notification-plugin)|飞书 Jenkins 插件|38|2024-01-23|
|185|[benggee/data-structure](https://github.com/benggee/data-structure)|数据结构大全从最基础的线性数据结构到树形数据结构再到图论排序算法都有完整的实现。目前比较完整的是java的代码后面会陆续完善c++、c、python、golang版本|37|2023-09-24|
|186|[Higmin/practice](https://github.com/Higmin/practice)|知识梳理数据结构和算法、leetcode解题记录、手写生产者-消费者模型、SpringAOP、Springboot 自定义注解,全局异常处理、整合 Mybatis、整合Redis、mybatis逆向工程、死锁、同步锁、读-写同步锁、BIO、NIO、AIO、Netty服务客户端、ThreadLocal使用、23种设计模式未完待续...)、生成 XML 文件、接口并发测试、Kafka 生产者消费 ...|35|2023-10-24|
|187|[WavJaby/NCKUpp](https://github.com/WavJaby/NCKUpp)|更優質的選課網站 A new site for NCKU course enrollment|34|2024-01-10|
|188|[gdut-yy/leetcode-hub-java](https://github.com/gdut-yy/leetcode-hub-java)|基于 java21 + maven3.9 + junit5 + jacoco 的 leetcode + codeforces + atcoder + nowcoder 练习仓库。|34|2024-01-14|
|189|[pulllock/mini-dubbo](https://github.com/pulllock/mini-dubbo)|从头开始写一个迷你的dubbo仅用作学习用|34|2023-10-19|
|190|[sleepwalk-m/java_demo_converge](https://github.com/sleepwalk-m/java_demo_converge)|Java相关技术的Demo案例合集。|33|2023-08-30|
|191|[SW-Fantastic/Reader](https://github.com/SW-Fantastic/Reader)|a book reader 中文阅读器|33|2023-11-20|
|192|[yyqisgod/assistant](https://github.com/yyqisgod/assistant)|婚庆/婚礼大屏和微信端互动,关注个人微信公众号发送消息,在大屏通过弹幕的形式展示你发送的消息,并且可以通过发送弹幕的形式参与抽奖|33|2023-12-08|
|193|[wenjunzhangp/becatMvc](https://github.com/wenjunzhangp/becatMvc)|简单的SpringMVC项目增删改查分页、QQ快捷登录、小程序、微信公众号后台API接口|33|2024-01-23|
|194|[DDAaTao/ip-limiter](https://github.com/DDAaTao/ip-limiter)|轻量级注解式IP限流黑白名单工具|32|2023-09-14|
|195|[wx-chevalier/Java-Notes](https://github.com/wx-chevalier/Java-Notes)|:books: Java Notes & Examples. 语法基础、数据结构、工程实践、设计模式、并发编程、JVM、Scala|32|2023-12-16|
|196|[FadeHub/spring-boot-learn](https://github.com/FadeHub/spring-boot-learn)|springboot学习|32|2023-12-12|
|197|[Kestrong/java-sdk](https://github.com/Kestrong/java-sdk)|一些常用的java sdk和工具类日期工具类分布式锁redis缓存二叉树反射工具类线程池对称/非对称/分段加解密json序列化http工具雪花算法字符串相似度集合操作工具xml解析重试Retry工具类Jvm监控等|32|2023-11-28|
|198|[tiankonglanlande/springboot](https://github.com/tiankonglanlande/springboot)|致力于springboot 工作和学习中简单又实用的demo|32|2023-09-18|
|199|[HealerJean/HealerJean.github.io](https://github.com/HealerJean/HealerJean.github.io)|HealerJean的梦想博客代码都在博客里面(_posts下面具备很多代码请大家耐心查找以及MarkDown笔记)|31|2024-01-11|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,92 +1,92 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > JavaScript
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)|📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings|179959|2024-01-27|
|2|[airbnb/javascript](https://github.com/airbnb/javascript)|JavaScript Style Guide|140358|2024-02-08|
|3|[ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)|:bathtub: Clean Code concepts adapted for JavaScript|88294|2024-01-25|
|4|[jaywcjlove/awesome-mac](https://github.com/jaywcjlove/awesome-mac)| Now we have become very big, Different from the original idea. Collect premium software in various categories.|68974|2024-02-10|
|5|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)|LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解记录自己的leetcode解题之路。)|53293|2024-01-13|
|6|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述以帮助自己及有需要的读者。 全书分为18个章节50余万字。由于水平有限书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.0 ...|52530|2023-11-28|
|7|[typescript-cheatsheets/react](https://github.com/typescript-cheatsheets/react)|Cheatsheets for experienced React developers getting started with TypeScript|43507|2024-02-10|
|8|[yangshun/front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook)|⚡️ Front End interview preparation materials for busy engineers|39474|2024-02-03|
|9|[denysdovhan/wtfjs](https://github.com/denysdovhan/wtfjs)|🤪 A list of funny and tricky JavaScript examples|33420|2023-11-30|
|10|[elsewhencode/project-guidelines](https://github.com/elsewhencode/project-guidelines)|A set of best practices for JavaScript projects|29062|2024-01-24|
|1|[trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)|📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings|179988|2024-01-27|
|2|[airbnb/javascript](https://github.com/airbnb/javascript)|JavaScript Style Guide|140374|2024-02-08|
|3|[ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)|:bathtub: Clean Code concepts adapted for JavaScript|88298|2024-01-25|
|4|[jaywcjlove/awesome-mac](https://github.com/jaywcjlove/awesome-mac)| Now we have become very big, Different from the original idea. Collect premium software in various categories.|68992|2024-02-10|
|5|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)|LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解记录自己的leetcode解题之路。)|53294|2024-01-13|
|6|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述以帮助自己及有需要的读者。 全书分为18个章节50余万字。由于水平有限书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.0 ...|52533|2023-11-28|
|7|[typescript-cheatsheets/react](https://github.com/typescript-cheatsheets/react)|Cheatsheets for experienced React developers getting started with TypeScript|43514|2024-02-10|
|8|[yangshun/front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook)|⚡️ Front End interview preparation materials for busy engineers|39479|2024-02-03|
|9|[denysdovhan/wtfjs](https://github.com/denysdovhan/wtfjs)|🤪 A list of funny and tricky JavaScript examples|33422|2023-11-30|
|10|[elsewhencode/project-guidelines](https://github.com/elsewhencode/project-guidelines)|A set of best practices for JavaScript projects|29065|2024-01-24|
|11|[ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)|本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。|28669|2024-02-07|
|12|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|26717|2023-12-25|
|13|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶知识库。从零开始学前端,做一名精致优雅的前端工程师。|24589|2024-01-20|
|14|[haizlin/fe-interview](https://github.com/haizlin/fe-interview)|前端面试每日 3+1以面试题来驱动学习提倡每日学习与思考每天进步一点每天早上5点纯手工发布面试题死磕自己愉悦大家6000+道前端面试题全面覆盖HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……|24464|2024-02-09|
|15|[goldbergyoni/javascript-testing-best-practices](https://github.com/goldbergyoni/javascript-testing-best-practices)|📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)|23236|2024-01-05|
|16|[git-tips/tips](https://github.com/git-tips/tips)|Most commonly used git tips and tricks.|21083|2023-11-16|
|17|[zhaoolee/ChromeAppHeroes](https://github.com/zhaoolee/ChromeAppHeroes)|🌈谷粒-Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~ ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~ 公众号「0加1」同步更新|21057|2023-12-28|
|12|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|26716|2023-12-25|
|13|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶知识库。从零开始学前端,做一名精致优雅的前端工程师。|24590|2024-01-20|
|14|[haizlin/fe-interview](https://github.com/haizlin/fe-interview)|前端面试每日 3+1以面试题来驱动学习提倡每日学习与思考每天进步一点每天早上5点纯手工发布面试题死磕自己愉悦大家6000+道前端面试题全面覆盖HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……|24465|2024-02-10|
|15|[goldbergyoni/javascript-testing-best-practices](https://github.com/goldbergyoni/javascript-testing-best-practices)|📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)|23238|2024-01-05|
|16|[zhaoolee/ChromeAppHeroes](https://github.com/zhaoolee/ChromeAppHeroes)|🌈谷粒-Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~ ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~ 公众号「0加1」同步更新|21156|2023-12-28|
|17|[git-tips/tips](https://github.com/git-tips/tips)|Most commonly used git tips and tricks.|21083|2023-11-16|
|18|[ruanyf/es6tutorial](https://github.com/ruanyf/es6tutorial)|《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。|21027|2023-12-30|
|19|[chaozh/awesome-blockchain-cn](https://github.com/chaozh/awesome-blockchain-cn)|收集所有区块链(BlockChain)技术开发相关资料包括Fabric和Ethereum开发资料|17973|2024-01-03|
|20|[JacksonTian/fks](https://github.com/JacksonTian/fks)|前端技能汇总 Frontend Knowledge Structure|17697|2023-12-08|
|21|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|17687|2024-02-07|
|22|[koodo-reader/koodo-reader](https://github.com/koodo-reader/koodo-reader)|A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web|14502|2024-02-08|
|23|[krasimir/react-in-patterns](https://github.com/krasimir/react-in-patterns)|A free book that talks about design patterns/techniques used while developing with React.|13025|2023-08-17|
|24|[zhaoolee/ChineseBQB](https://github.com/zhaoolee/ChineseBQB)|🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, 中国表情包大集合, 聚欢乐~|11710|2023-11-06|
|25|[antonioru/beautiful-react-hooks](https://github.com/antonioru/beautiful-react-hooks)|🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥|7907|2023-11-20|
|26|[thomaspark/flexboxfroggy](https://github.com/thomaspark/flexboxfroggy)|A game for learning CSS flexbox 🐸|6638|2024-02-09|
|27|[ygs-code/vue](https://github.com/ygs-code/vue)|vue源码逐行注释分析+40多m的vue源码程序流程图思维导图|6364|2024-02-06|
|19|[chaozh/awesome-blockchain-cn](https://github.com/chaozh/awesome-blockchain-cn)|收集所有区块链(BlockChain)技术开发相关资料包括Fabric和Ethereum开发资料|17974|2024-01-03|
|20|[JacksonTian/fks](https://github.com/JacksonTian/fks)|前端技能汇总 Frontend Knowledge Structure|17698|2023-12-08|
|21|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|17692|2024-02-07|
|22|[koodo-reader/koodo-reader](https://github.com/koodo-reader/koodo-reader)|A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web|14507|2024-02-08|
|23|[krasimir/react-in-patterns](https://github.com/krasimir/react-in-patterns)|A free book that talks about design patterns/techniques used while developing with React.|13033|2023-08-17|
|24|[zhaoolee/ChineseBQB](https://github.com/zhaoolee/ChineseBQB)|🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, 中国表情包大集合, 聚欢乐~|11714|2023-11-06|
|25|[antonioru/beautiful-react-hooks](https://github.com/antonioru/beautiful-react-hooks)|🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥|7910|2023-11-20|
|26|[thomaspark/flexboxfroggy](https://github.com/thomaspark/flexboxfroggy)|A game for learning CSS flexbox 🐸|6640|2024-02-09|
|27|[ygs-code/vue](https://github.com/ygs-code/vue)|vue源码逐行注释分析+40多m的vue源码程序流程图思维导图|6365|2024-02-06|
|28|[BetaSu/just-react](https://github.com/BetaSu/just-react)|「React技术揭秘」 一本自顶向下的React源码分析书|5810|2024-01-11|
|29|[langren1353/GM_script](https://github.com/langren1353/GM_script)|我就是来分享脚本玩玩的|5690|2023-12-25|
|30|[isno/theByteBook](https://github.com/isno/theByteBook)|⭐ 【待出版书籍】深入讲解内核网络、Kubernetes、ServiceMesh、容器等云原生相关技术。经历实践检验的 DevOps、SRE指南。如发现错误谢谢提issue|5570|2024-02-08|
|31|[denysdovhan/bash-handbook](https://github.com/denysdovhan/bash-handbook)|:book: For those who wanna learn Bash|5546|2024-02-05|
|32|[openai-translator/bob-plugin-openai-translator](https://github.com/openai-translator/bob-plugin-openai-translator)|基于 ChatGPT API 的文本翻译、文本润色、语法纠错 Bob 插件让我们一起迎接不需要巴别塔的新时代Licensed under CC BY-NC-SA 4.0|5287|2024-01-27|
|33|[tangly1024/NotionNext](https://github.com/tangly1024/NotionNext)|使用 NextJS + Notion API 实现的支持多种部署方案的静态博客无需服务器、零门槛搭建网站为Notion和所有创作者设计。 (A static blog built with NextJS and Notion API, supporting multiple deployment options. No server required, zero threshold to s ...|5112|2024-02-10|
|32|[openai-translator/bob-plugin-openai-translator](https://github.com/openai-translator/bob-plugin-openai-translator)|基于 ChatGPT API 的文本翻译、文本润色、语法纠错 Bob 插件让我们一起迎接不需要巴别塔的新时代Licensed under CC BY-NC-SA 4.0|5288|2024-01-27|
|33|[tangly1024/NotionNext](https://github.com/tangly1024/NotionNext)|使用 NextJS + Notion API 实现的支持多种部署方案的静态博客无需服务器、零门槛搭建网站为Notion和所有创作者设计。 (A static blog built with NextJS and Notion API, supporting multiple deployment options. No server required, zero threshold to s ...|5114|2024-02-11|
|34|[kdchang/reactjs101](https://github.com/kdchang/reactjs101)|從零開始學 ReactJSReactJS 101是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 ReactJS 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。|4267|2023-10-11|
|35|[dunwu/nginx-tutorial](https://github.com/dunwu/nginx-tutorial)|这是一个 Nginx 极简教程,目的在于帮助新手快速入门 Nginx。|4164|2024-01-27|
|35|[dunwu/nginx-tutorial](https://github.com/dunwu/nginx-tutorial)|这是一个 Nginx 极简教程,目的在于帮助新手快速入门 Nginx。|4168|2024-01-27|
|36|[itheima1/BlockChain](https://github.com/itheima1/BlockChain)|黑马程序员 120天全栈区块链开发 开源教程|4102|2023-12-28|
|37|[deezertidal/shadowrocket-rules](https://github.com/deezertidal/shadowrocket-rules)|小火箭 shadowrocket 配置文件 模块 脚本 module sgmodule 图文教程 规则 分流 破解 解锁|4021|2024-02-10|
|38|[redleafnew/Chinese-STD-GB-T-7714-related-csl](https://github.com/redleafnew/Chinese-STD-GB-T-7714-related-csl)|GB/T 7714相关的csl以及Zotero使用技巧及教程。|3889|2024-02-09|
|39|[l0o0/translators_CN](https://github.com/l0o0/translators_CN)|Zotero translator中文网页抓取翻译器🎉This is Zotero translators for Chinese Sites(beta), not the official Zotero repo|3711|2024-02-10|
|37|[deezertidal/shadowrocket-rules](https://github.com/deezertidal/shadowrocket-rules)|小火箭 shadowrocket 配置文件 模块 脚本 module sgmodule 图文教程 规则 分流 破解 解锁|4022|2024-02-11|
|38|[redleafnew/Chinese-STD-GB-T-7714-related-csl](https://github.com/redleafnew/Chinese-STD-GB-T-7714-related-csl)|GB/T 7714相关的csl以及Zotero使用技巧及教程。|3890|2024-02-09|
|39|[l0o0/translators_CN](https://github.com/l0o0/translators_CN)|Zotero translator中文网页抓取翻译器🎉This is Zotero translators for Chinese Sites(beta), not the official Zotero repo|3711|2024-02-11|
|40|[nefe/redux-in-chinese](https://github.com/nefe/redux-in-chinese)|Redux 中文文档|3477|2024-01-10|
|41|[adlered/CSDNGreener](https://github.com/adlered/CSDNGreener)|《专 业 团 队》🕺🏿 🕺🏿 🕺🏿 🕺🏿 ⚰️🕺🏿 🕺🏿 🕺🏿 🕺🏿 专治 CSDN 广告与各种灵魂打击 🐵 油猴脚本 TamperMonkey Chrome FireFox CSDN 页面浮窗广告完全过滤净化 国服最强 CSDN 绿化脚本|3296|2024-01-23|
|42|[thomaspark/gridgarden](https://github.com/thomaspark/gridgarden)|A game for learning CSS grid layout 🥕|3044|2023-11-10|
|43|[dirk1983/chatgpt](https://github.com/dirk1983/chatgpt)|演示站现在可以免费使用ChatGPT对话和画图了。全网最易部署响应速度最快的ChatGPT环境。PHP版调用OpenAI接口进行问答和画图采用Stream流模式通信一边生成一边输出。前端采用EventSource支持Markdown格式解析支持公式显示代码有着色处理支持画图。页面UI简洁支持上下文连续会话。源码只有几个文件没用任何框架支持所有PHP版本全部开源极易二开。保姆 ...|2878|2024-01-03|
|42|[thomaspark/gridgarden](https://github.com/thomaspark/gridgarden)|A game for learning CSS grid layout 🥕|3047|2023-11-10|
|43|[dirk1983/chatgpt](https://github.com/dirk1983/chatgpt)|演示站现在可以免费使用ChatGPT对话和画图了。全网最易部署响应速度最快的ChatGPT环境。PHP版调用OpenAI接口进行问答和画图采用Stream流模式通信一边生成一边输出。前端采用EventSource支持Markdown格式解析支持公式显示代码有着色处理支持画图。页面UI简洁支持上下文连续会话。源码只有几个文件没用任何框架支持所有PHP版本全部开源极易二开。保姆 ...|2880|2024-01-03|
|44|[marijnh/Eloquent-JavaScript](https://github.com/marijnh/Eloquent-JavaScript)|The sources for the Eloquent JavaScript book|2870|2024-02-10|
|45|[azl397985856/fe-interview](https://github.com/azl397985856/fe-interview)|宇宙最强的前端面试指南 (https://lucifer.ren/fe-interview)|2788|2023-09-18|
|45|[azl397985856/fe-interview](https://github.com/azl397985856/fe-interview)|宇宙最强的前端面试指南 (https://lucifer.ren/fe-interview)|2789|2023-09-18|
|46|[501351981/vue-office](https://github.com/501351981/vue-office)|支持word(.docx)、excel(.xlsx)、pdf等各类型office文件预览的vue组件集合提供一站式office文件预览方案支持vue2和3也支持React等非Vue框架。Web-based pdf, excel, word preview library|2722|2024-01-17|
|47|[talebook/talebook](https://github.com/talebook/talebook)|A simple books website. 一个简单的在线版个人书库。|2618|2024-01-31|
|48|[sve1r/Rules-For-Quantumult-X](https://github.com/sve1r/Rules-For-Quantumult-X)|适用于 Quantumult X 规则整理集合. 所有内容源自 互联网,仅作为收集和整理 |2613|2024-01-18|
|49|[yisainan/web-interview](https://github.com/yisainan/web-interview)|我是齐丶先丶森,收集整理全网面试题及面试技巧,旨在帮助前端工程师们找到一份好工作!更多详见公众号「前端面试秘籍」|2529|2024-01-09|
|47|[talebook/talebook](https://github.com/talebook/talebook)|A simple books website. 一个简单的在线版个人书库。|2620|2024-01-31|
|48|[sve1r/Rules-For-Quantumult-X](https://github.com/sve1r/Rules-For-Quantumult-X)|适用于 Quantumult X 规则整理集合. 所有内容源自 互联网,仅作为收集和整理 |2615|2024-01-18|
|49|[yisainan/web-interview](https://github.com/yisainan/web-interview)|我是齐丶先丶森,收集整理全网面试题及面试技巧,旨在帮助前端工程师们找到一份好工作!更多详见公众号「前端面试秘籍」|2530|2024-01-09|
|50|[apachecn/fe4ml-zh](https://github.com/apachecn/fe4ml-zh)|:book: [译] 面向机器学习的特征工程|2455|2023-08-25|
|51|[ObjTube/front-end-roadmap](https://github.com/ObjTube/front-end-roadmap)|Tell you how to learn front end development ~|2441|2023-08-25|
|52|[soyaine/JavaScript30](https://github.com/soyaine/JavaScript30)|有关 @wesbos 的课程 JavaScript-30 的中文练习指南|2409|2024-01-19|
|51|[ObjTube/front-end-roadmap](https://github.com/ObjTube/front-end-roadmap)|Tell you how to learn front end development ~|2440|2023-08-25|
|52|[soyaine/JavaScript30](https://github.com/soyaine/JavaScript30)|有关 @wesbos 的课程 JavaScript-30 的中文练习指南|2410|2024-01-19|
|53|[chromaui/learnstorybook.com](https://github.com/chromaui/learnstorybook.com)|Static site and content for Storybook tutorials|2394|2024-02-09|
|54|[WTFAcademy/WTF-Ethers](https://github.com/WTFAcademy/WTF-Ethers)|我最近在重新学ethers.js巩固一下细节也写一个“WTF Ethers.js极简入门”供小白们使用每周更新1-3讲。Now supports English! 官网: https://wtf.academy|2384|2024-02-09|
|55|[kska32/ebooks](https://github.com/kska32/ebooks)|收藏的一些经典的历史、政治、心理、哲学、数学、计算机方面电子书(约10万本|2342|2023-09-28|
|55|[kska32/ebooks](https://github.com/kska32/ebooks)|收藏的一些经典的历史、政治、心理、哲学、数学、计算机方面电子书(约10万本|2347|2023-09-28|
|56|[meodai/color-names](https://github.com/meodai/color-names)|Large list of handpicked color names 🌈|2256|2024-01-13|
|57|[zerosoul/chinese-colors](https://github.com/zerosoul/chinese-colors)|🇨🇳🎨Chinese traditional color cheatsheet online|2208|2024-01-10|
|57|[zerosoul/chinese-colors](https://github.com/zerosoul/chinese-colors)|🇨🇳🎨Chinese traditional color cheatsheet online|2207|2024-01-10|
|58|[Snailclimb/JavaGuide-Interview](https://github.com/Snailclimb/JavaGuide-Interview)|JavaGuide面试突击版|2070|2024-01-07|
|59|[akl7777777/ShellGPT](https://github.com/akl7777777/ShellGPT)|**ShellGPT is a free chatgpt client, now Supported online search.no need for a key, no need to log in.Multi-node automatic speed measurement switch,Long text translation with no word limit, AI graphic ...|1980|2024-01-19|
|59|[akl7777777/ShellGPT](https://github.com/akl7777777/ShellGPT)|**ShellGPT is a free chatgpt client, now Supported online search.no need for a key, no need to log in.Multi-node automatic speed measurement switch,Long text translation with no word limit, AI graphic ...|1981|2024-01-19|
|60|[Liiked/VS-Code-Extension-Doc-ZH](https://github.com/Liiked/VS-Code-Extension-Doc-ZH)|VS Code插件开发文档-中文版|1921|2023-09-04|
|61|[savingrun/WeHalo](https://github.com/savingrun/WeHalo)|WeHalo 简约风 的微信小程序版博客:sparkles:|1919|2023-08-16|
|62|[shgopher/GOFamily](https://github.com/shgopher/GOFamily)|🔥 《GO 程序员宝典》go 基础语法go 并发模式go runtime 实现原理 ,企业级 go 语言项目经验。|1918|2024-02-04|
|62|[shgopher/GOFamily](https://github.com/shgopher/GOFamily)|🔥 《GO 程序员宝典》go 基础语法go 并发模式go runtime 实现原理 ,企业级 go 语言项目经验。|1917|2024-02-04|
|63|[flutterchina/flutter_in_action_2nd](https://github.com/flutterchina/flutter_in_action_2nd)|《Flutter实战 第二版》 书稿|1893|2024-01-21|
|64|[teadocs/numpy-cn](https://github.com/teadocs/numpy-cn)|NumPy官方中文文档完整版|1846|2023-10-18|
|65|[rust-lang-cn/rust-by-example-cn](https://github.com/rust-lang-cn/rust-by-example-cn)|Rust By Example 中文版(包含在线代码编辑器)|1668|2024-02-08|
|66|[BetaSu/fe-hunter](https://github.com/BetaSu/fe-hunter)|每天一道题3个月后你就是面试小能手答题还能赚钱哦|1656|2023-11-14|
|67|[daymade/Twitter-Block-Porn](https://github.com/daymade/Twitter-Block-Porn)|共享黑名单, 一键拉黑所有黄推诈骗犯. Block scammers who sending fake porn comments, and help you improve your experience using Twitter.|1655|2024-01-14|
|68|[lihongxun945/gobang](https://github.com/lihongxun945/gobang)|javascript gobang AIJS五子棋AI源码+教程基于Alpha-Beta剪枝算法不是神经网络|1551|2023-12-06|
|68|[lihongxun945/gobang](https://github.com/lihongxun945/gobang)|javascript gobang AIJS五子棋AI源码+教程基于Alpha-Beta剪枝算法不是神经网络|1553|2023-12-06|
|69|[tengge1/ShadowEditor](https://github.com/tengge1/ShadowEditor)|Cross-platform 3D scene editor based on three.js, golang and mongodb for desktop and web. https://tengge1.github.io/ShadowEditor-examples/|1522|2024-01-01|
|70|[su37josephxia/wheel-awesome](https://github.com/su37josephxia/wheel-awesome)|天天造轮子,手写面试常见源码。|1492|2023-10-13|
|71|[wangxinleo/wechat-public-account-push](https://github.com/wangxinleo/wechat-public-account-push)|微信公众号推送-给女朋友的浪漫|1457|2024-01-10|
|72|[goldvideo/h265player](https://github.com/goldvideo/h265player)|一套完整的Web版H.265播放器解决方案非常适合学习交流和实际应用。基于JS码流解封装、WebAssembly(FFmpeg)视频解码利用Canvas画布投影、AudioContext播放音频。 |1440|2023-08-23|
|73|[woai3c/Front-end-articles](https://github.com/woai3c/Front-end-articles)|分享我的编程经验和学习心得,订阅请点 watch|1425|2023-11-14|
|74|[shengxinjing/fe-advanced-interview](https://github.com/shengxinjing/fe-advanced-interview)|前端进阶面试指南|1387|2024-01-27|
|75|[LearnPrompt/LearnPrompt](https://github.com/LearnPrompt/LearnPrompt)|永久免费开源的 AIGC 课程, 目前已支持 ChatGPT, Midjourney, Runway, Stable Diffusion, AI数字人AI声音&音乐,大模型微调|1360|2024-02-10|
|75|[LearnPrompt/LearnPrompt](https://github.com/LearnPrompt/LearnPrompt)|永久免费开源的 AIGC 课程, 目前已支持 ChatGPT, Midjourney, Runway, Stable Diffusion, AI数字人AI声音&音乐,大模型微调|1362|2024-02-10|
|76|[alwxkxk/soft-and-hard](https://github.com/alwxkxk/soft-and-hard)|《软硬结合——从零打造物联网》 基于JS的物联网教程。|1341|2023-12-01|
|77|[liguobao/58HouseSearch](https://github.com/liguobao/58HouseSearch)|地图搜租房【微信公众号、小程序:人生删除指南】|1305|2024-02-02|
|78|[tengj/SpringBootDemo](https://github.com/tengj/SpringBootDemo)|Spring Boot学习系列|1301|2023-12-05|
|79|[fmz200/wool_scripts](https://github.com/fmz200/wool_scripts)|收集一些QuantumultX、Loon、Surge、ShadowRocket的配置与脚本去广告合集。不止有QuantumultX脚本|1209|2024-02-06|
|79|[fmz200/wool_scripts](https://github.com/fmz200/wool_scripts)|收集一些QuantumultX、Loon、Surge、ShadowRocket的配置与脚本去广告合集。不止有QuantumultX脚本|1210|2024-02-11|
|80|[huaize2020/awesome-nodejs](https://github.com/huaize2020/awesome-nodejs)|Node.js 资源大全中文版。An awesome Node.js packages and resources|1192|2023-10-12|
|81|[RustMagazine/rust_magazine_2021](https://github.com/RustMagazine/rust_magazine_2021)|RustMagazine 2021 期刊 (已完结)|1150|2023-11-24|
|82|[leochen-g/wechat-assistant-pro](https://github.com/leochen-g/wechat-assistant-pro)|智能微秘书客户端,搭配|1139|2024-02-06|
|82|[leochen-g/wechat-assistant-pro](https://github.com/leochen-g/wechat-assistant-pro)|智能微秘书客户端,搭配|1140|2024-02-06|
|83|[ZYSzys/awesome-captcha](https://github.com/ZYSzys/awesome-captcha)|:key: Curated list of awesome captcha libraries and crack tools.|1121|2024-01-02|
|84|[timqian/openprompt.co](https://github.com/timqian/openprompt.co)|Create. Use. Share. ChatGPT prompts|1115|2024-02-10|
|85|[dingyong0214/ThorUI](https://github.com/dingyong0214/ThorUI)|ThorUI组件库微信小程序项目代码分享组件文档地址https://www.thorui.cn/doc |1108|2023-11-04|
@ -94,48 +94,48 @@
|87|[alphapapa/emacs-package-dev-handbook](https://github.com/alphapapa/emacs-package-dev-handbook)|An Emacs package development handbook. Built with Emacs, by Emacs package developers, for Emacs package developers.|1066|2024-01-12|
|88|[StaZhu/enable-chromium-hevc-hardware-decoding](https://github.com/StaZhu/enable-chromium-hevc-hardware-decoding)|A guide that teach you enable hardware HEVC decoding & encoding for Chrome / Edge, or build a custom version of Chromium / Electron that supports hardware & software HEVC decoding and hardware HEVC en ...|1047|2024-01-28|
|89|[Asabeneh/JavaScript-for-Everyone](https://github.com/Asabeneh/JavaScript-for-Everyone)|A step by step guide to learn JavaScript and programming. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw|1023|2023-08-25|
|90|[ldqk/Masuit.MyBlogs](https://github.com/ldqk/Masuit.MyBlogs)|基于C#/.NET8的 masuit.org个人博客站项目源码https://masuit.org ,供参考、学习、引用、非商业性质的部署。|955|2024-02-04|
|90|[ldqk/Masuit.MyBlogs](https://github.com/ldqk/Masuit.MyBlogs)|基于C#/.NET8的 masuit.org个人博客站项目源码https://masuit.org ,供参考、学习、引用、非商业性质的部署。|956|2024-02-04|
|91|[pingan8787/Leo-JavaScript](https://github.com/pingan8787/Leo-JavaScript)|欢迎关注公众号“前端自习课”,本仓库包含丰富的前端学习资料,包括 JavaScript、前端框架、HTTP、GraphQL、TS、Vue、React、Webpack等还有很多我的原创文章喜欢的朋友欢迎stat。:rocket:持续更新中...|948|2024-02-04|
|92|[oubingbing/school_wechat](https://github.com/oubingbing/school_wechat)|校园小情书前端代码,好玩的表白墙、树洞、校园论坛,可独立部署,也可以使用我部署的后台服务,毕业设计的好项目。|888|2023-11-29|
|93|[teadocs/pandas-cn](https://github.com/teadocs/pandas-cn)|Pandas中文文档欢迎贡献|887|2023-12-13|
|94|[oTranscribe/oTranscribe](https://github.com/oTranscribe/oTranscribe)|A free & open tool for transcribing audio interviews|871|2023-12-07|
|95|[fishjar/kiss-translator](https://github.com/fishjar/kiss-translator)|A simple, open source bilingual translation extension & Greasemonkey script (一个简约、开源的 双语对照翻译扩展 & 油猴脚本)|865|2024-02-06|
|92|[oubingbing/school_wechat](https://github.com/oubingbing/school_wechat)|校园小情书前端代码,好玩的表白墙、树洞、校园论坛,可独立部署,也可以使用我部署的后台服务,毕业设计的好项目。|889|2023-11-29|
|93|[teadocs/pandas-cn](https://github.com/teadocs/pandas-cn)|Pandas中文文档欢迎贡献|886|2023-12-13|
|94|[fishjar/kiss-translator](https://github.com/fishjar/kiss-translator)|A simple, open source bilingual translation extension & Greasemonkey script (一个简约、开源的 双语对照翻译扩展 & 油猴脚本)|873|2024-02-06|
|95|[oTranscribe/oTranscribe](https://github.com/oTranscribe/oTranscribe)|A free & open tool for transcribing audio interviews|871|2023-12-07|
|96|[course-dasheng/fe-algorithm](https://github.com/course-dasheng/fe-algorithm)|前端啃算法,一次性解决前端工程师的算法学习问题|865|2023-09-08|
|97|[wxp-ui/wxp-ui](https://github.com/wxp-ui/wxp-ui)|小程序插件合集(下拉刷新, 拖拽排序, 索引列表, 日期选择, 侧滑删除...)|859|2024-01-25|
|98|[anubhavsrivastava/awesome-ui-component-library](https://github.com/anubhavsrivastava/awesome-ui-component-library)|Curated list of framework component libraries for UI styles/toolkit|832|2024-01-10|
|99|[k1995/github-i18n-plugin](https://github.com/k1995/github-i18n-plugin)|GitHub官网汉化、中文翻译插件 :cn: |773|2023-10-01|
|99|[k1995/github-i18n-plugin](https://github.com/k1995/github-i18n-plugin)|GitHub官网汉化、中文翻译插件 :cn: |775|2023-10-01|
|100|[decomoji/decomoji](https://github.com/decomoji/decomoji)|Custom icon collection for slack reaction|773|2023-12-28|
|101|[journey-ad/sd-webui-bilingual-localization](https://github.com/journey-ad/sd-webui-bilingual-localization)|Stable Diffusion web UI bilingual localization extensions. SD WebUI双语对照翻译插件|772|2023-08-29|
|102|[anzhihe/Free-Web-Books](https://github.com/anzhihe/Free-Web-Books)|Learn books from TCP/IP HTTP(s) HTML、CSS、JS、JQuery Vue PHP Web Web Server|765|2024-01-11|
|103|[Ahaochan/Tampermonkey](https://github.com/Ahaochan/Tampermonkey)|油猴脚本集合|740|2023-12-13|
|104|[cyao2q/files](https://github.com/cyao2q/files)|TVBox开源版,盒子软件分享|736|2024-02-10|
|102|[anzhihe/Free-Web-Books](https://github.com/anzhihe/Free-Web-Books)|Learn books from TCP/IP HTTP(s) HTML、CSS、JS、JQuery Vue PHP Web Web Server|766|2024-01-11|
|103|[cyao2q/files](https://github.com/cyao2q/files)|TVBox开源版,盒子软件分享|743|2024-02-10|
|104|[Ahaochan/Tampermonkey](https://github.com/Ahaochan/Tampermonkey)|油猴脚本集合|740|2023-12-13|
|105|[Simp1er/MobileSec](https://github.com/Simp1er/MobileSec)|记录一些我自己在学习Android逆向过程中的有意思的东西|734|2023-09-11|
|106|[vvo/tzdb](https://github.com/vvo/tzdb)|🕰 Simplified, grouped and always up to date list of time zones, with major cities|707|2024-02-04|
|107|[azat-co/expressworks](https://github.com/azat-co/expressworks)|Learn Express.js from the author of one of the best books on Express.js—Pro Express.js— with this workshop that will teach you basics of Express.js.|685|2024-01-10|
|108|[csxiaoyaojianxian/JavaScriptStudy](https://github.com/csxiaoyaojianxian/JavaScriptStudy)|JavaScript的学习代码总结高级特性、数据结构、设计模式、typescript、vue、angular、react、node、webpack、weex、小程序、tensorflow…JavaScript是世界上最好的语言|673|2023-11-12|
|109|[biaochenxuying/blog-react](https://github.com/biaochenxuying/blog-react)|react + Ant Design + 支持 markdown 的博客前台展示|652|2024-01-20|
|110|[zhang-wangz/LeetCodeRating](https://github.com/zhang-wangz/LeetCodeRating)|一款对应力扣的浏览器油猴插件 TamperMonkey Chrome|647|2024-02-10|
|110|[zhang-wangz/LeetCodeRating](https://github.com/zhang-wangz/LeetCodeRating)|一款对应力扣的浏览器油猴插件 TamperMonkey Chrome|647|2024-02-11|
|111|[qiudaoke/flowable-userguide](https://github.com/qiudaoke/flowable-userguide)|Flowable最新中文文档,盘古BPM体验地址http://bpm.je4.cn/|613|2024-01-18|
|112|[codeyu/EnglishGrammarBook](https://github.com/codeyu/EnglishGrammarBook)|旋元佑进阶文法|597|2023-10-24|
|112|[codeyu/EnglishGrammarBook](https://github.com/codeyu/EnglishGrammarBook)|旋元佑进阶文法|599|2023-10-24|
|113|[mazipan/hello-open-source](https://github.com/mazipan/hello-open-source)|🖐️ A repository to learn about open source code contributions flow|577|2024-02-09|
|114|[twilio-labs/open-pixel-art](https://github.com/twilio-labs/open-pixel-art)|A collaborative pixel art project to teach people how to contribute to open-source|566|2023-08-18|
|115|[wulivictor/ExamOnline](https://github.com/wulivictor/ExamOnline)|微信考试小程序,答题小程序,刷题小程序,毕业设计小程序,有前后端完整源码和数据库,易于二次开发。非常适合做毕业设计。企业内部考核,内部培训等。|525|2023-12-29|
|116|[teadocs/matplotlib-cn](https://github.com/teadocs/matplotlib-cn)|matplotlib中文文档|522|2023-10-18|
|117|[bitshares/bitshares-ui](https://github.com/bitshares/bitshares-ui)|Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain|517|2024-02-06|
|118|[WenyanLiu/CCFrank4dblp](https://github.com/WenyanLiu/CCFrank4dblp)|Displays the China Computer Federation (CCF) recommended rank of international conferences and journals in the dblp, Google Scholar, Connected Papers and and Web of Science search results.|499|2023-12-27|
|119|[lixi5338619/lxBook](https://github.com/lixi5338619/lxBook)|《爬虫逆向进阶实战》书籍代码库|477|2023-11-08|
|119|[lixi5338619/lxBook](https://github.com/lixi5338619/lxBook)|《爬虫逆向进阶实战》书籍代码库|478|2023-11-08|
|120|[mondayfirst/XXQG_TiKu](https://github.com/mondayfirst/XXQG_TiKu)|学习强国 挑战答题题库 (已适配新版本)|473|2023-12-12|
|121|[xxxily/hello-ai](https://github.com/xxxily/hello-ai)|抢走你工作的不是AI而是掌握使用AI工具的人。 降维打击最为致命:毁灭你,与你何干《三体》|467|2024-01-25|
|122|[oxc-project/javascript-parser-in-rust](https://github.com/oxc-project/javascript-parser-in-rust)|Tutorial on writing a JavaScript Parser in Rust|456|2023-12-01|
|122|[oxc-project/javascript-parser-in-rust](https://github.com/oxc-project/javascript-parser-in-rust)|Tutorial on writing a JavaScript Parser in Rust|457|2023-12-01|
|123|[javascript-tutorial/server](https://github.com/javascript-tutorial/server)|Server for the Modern Javascript Tutorial|437|2023-10-05|
|124|[mythsman/hexo-douban](https://github.com/mythsman/hexo-douban)| :cd: a Hexo plugin that helps you generate content for Douban books, movies, music, and games.|415|2023-11-03|
|124|[mythsman/hexo-douban](https://github.com/mythsman/hexo-douban)| :cd: a Hexo plugin that helps you generate content for Douban books, movies, music, and games.|416|2023-11-03|
|125|[xishandong/crawlProject](https://github.com/xishandong/crawlProject)|python爬虫项目合集从基础到js逆向包含基础篇、自动化篇、进阶篇以及验证码篇。案例涵盖各大网站(xhs douyin weibo ins boss jobjd...),你将会学到有关爬虫以及反爬虫、自动化和验证码的各方面知识|412|2023-11-04|
|126|[MihaiValentin/lunr-languages](https://github.com/MihaiValentin/lunr-languages)|A collection of languages stemmers and stopwords for Lunr Javascript library|408|2024-01-25|
|127|[cloudnativer/kube-install](https://github.com/cloudnativer/kube-install)|一鍵安裝部署高可用的多kubernetes集羣(二進位離線方式)支持定時安裝、添加與銷毀node、銷毀與修復master、一鍵卸載集羣等。One click offline installation of highly available multiple kubernetes cluster, supports schedule installation, addition of nodes, ...|384|2023-09-23|
|128|[chaolucky18/xuexitongScript](https://github.com/chaolucky18/xuexitongScript)|学习通自动刷课脚本|384|2023-12-25|
|129|[country-regions/country-region-data](https://github.com/country-regions/country-region-data)|A source list of countries, regions and shortcodes in JSON and JS format.|384|2023-11-27|
|130|[realyao/WXminiprogram-Focus-clock](https://github.com/realyao/WXminiprogram-Focus-clock)|微信小程序【专注时钟】v1.2.2);时间规划、效率工具类、入门|378|2023-09-03|
|131|[Mayandev/fe-interview-handwrite](https://github.com/Mayandev/fe-interview-handwrite)|📖 前端面试常见手写题整理|377|2023-12-24|
|130|[Mayandev/fe-interview-handwrite](https://github.com/Mayandev/fe-interview-handwrite)|📖 前端面试常见手写题整理|378|2023-12-24|
|131|[realyao/WXminiprogram-Focus-clock](https://github.com/realyao/WXminiprogram-Focus-clock)|微信小程序【专注时钟】v1.2.2);时间规划、效率工具类、入门|378|2023-09-03|
|132|[yeyan1996/practical-javascript](https://github.com/yeyan1996/practical-javascript)|28 JavaScript Skills a Qualified Intermediate Front-End Engineer Needs to Master|367|2023-09-28|
|133|[NoneDay/CellReport](https://github.com/NoneDay/CellReport)|CellReport 是一个netcore实现的、以复杂统计报表为核心目标的制作、运行工具。支持数据看板、大屏制作。你可以使用数据库、excel文件、api服务、已有报表等为数据源通过内置的集合函数组织数据以类excel界面设计最终呈现结果。|366|2023-12-27|
|134|[Liberty-liu/Everright-formEditor](https://github.com/Liberty-liu/Everright-formEditor)|:guide_dog: Powerful lowcode vue form editor,generator,designer,builder library. It provides an easy way to create custom forms. The project is extensible, easy to use and configure, and provides many ...|350|2024-01-19|
@ -148,11 +148,11 @@
|141|[ndp/git-cheatsheet](https://github.com/ndp/git-cheatsheet)|Interactive cheatsheet, visualization of git.|322|2023-11-11|
|142|[javaLuo/water](https://github.com/javaLuo/water)|waterdrop 3D 《三体 · 水滴计划》|316|2023-11-18|
|143|[vortesnail/leetcode](https://github.com/vortesnail/leetcode)|:seedling: Javascript solutions to problems on LeetCode|311|2024-02-03|
|144|[feverrun/my_scripts](https://github.com/feverrun/my_scripts)|学习使用|308|2024-02-08|
|144|[feverrun/my_scripts](https://github.com/feverrun/my_scripts)|学习使用|308|2024-02-10|
|145|[jnlaoshu/MySelf](https://github.com/jnlaoshu/MySelf)|Clash、Stash、Surge、Loon、Quanx、Egern、Shadowrocket等自用配置。网上搜集仅供参考感谢大佬们的无私分享|302|2023-12-20|
|146|[NAOSI-DLUT/DLUT_SE_Courses](https://github.com/NAOSI-DLUT/DLUT_SE_Courses)|大连理工大学软件工程专业课程指南 开发区其他专业见组织内对应仓库|301|2024-01-09|
|147|[scoful/N-Tab](https://github.com/scoful/N-Tab)|浏览器插件《标签管理工具替代OneTab》支持Chrome和Edge|298|2024-02-08|
|148|[csfive/composing-programs-zh](https://github.com/csfive/composing-programs-zh)|🦊 CS61A 教材 Composing Programs 的中文翻译|294|2024-02-08|
|147|[scoful/N-Tab](https://github.com/scoful/N-Tab)|浏览器插件《标签管理工具替代OneTab》支持Chrome和Edge|299|2024-02-08|
|148|[csfive/composing-programs-zh](https://github.com/csfive/composing-programs-zh)|🦊 CS61A 教材 Composing Programs 的中文翻译|297|2024-02-08|
|149|[aminomancer/uc.css.js](https://github.com/aminomancer/uc.css.js)|A dark indigo CSS theme for Firefox and a large collection of privileged scripts to add new buttons, menus, and behaviors and eliminate nuisances. The theme is similar to other userChrome stylesheets, ...|293|2024-02-04|
|150|[lasting-yang/frida_bypass_ssl_example](https://github.com/lasting-yang/frida_bypass_ssl_example)|frida 辅助抓包的一些技巧|291|2023-12-18|
|151|[PKM-er/Pkmer-Docs](https://github.com/PKM-er/Pkmer-Docs)|Pkmer知识管理共建项目|290|2024-02-10|

@ -1,24 +1,24 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > Kotlin
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[alibaba/p3c](https://github.com/alibaba/p3c)|Alibaba Java Coding Guidelines pmd implements and IDE plugin|29963|2024-01-09|
|2|[gedoor/legado](https://github.com/gedoor/legado)|Legado 3.0 Book Reader with powerful controls & full functions❤阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。|21620|2024-02-09|
|3|[hectorqin/reader](https://github.com/hectorqin/reader)|阅读3服务器版桌面端iOS可用。后端 Kotlin + Spring Boot + Vert.x + Coroutine ;前端 Vue.js + Element。麻烦点点star关注一下公众号【假装大佬】❗ Demo服务器由于未备案已被关停建议自行搭建|6434|2024-01-01|
|4|[xihan123/QDReadHook](https://github.com/xihan123/QDReadHook)|起点阅读自定义增强 Xp 模块,愿大家都有一个愉快的看书体验|451|2024-02-07|
|2|[gedoor/legado](https://github.com/gedoor/legado)|Legado 3.0 Book Reader with powerful controls & full functions❤阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。|21634|2024-02-09|
|3|[hectorqin/reader](https://github.com/hectorqin/reader)|阅读3服务器版桌面端iOS可用。后端 Kotlin + Spring Boot + Vert.x + Coroutine ;前端 Vue.js + Element。麻烦点点star关注一下公众号【假装大佬】❗ Demo服务器由于未备案已被关停建议自行搭建|6439|2024-01-01|
|4|[xihan123/QDReadHook](https://github.com/xihan123/QDReadHook)|起点阅读自定义增强 Xp 模块,愿大家都有一个愉快的看书体验|452|2024-02-07|
|5|[androidmalin/AndroidComponentPlugin](https://github.com/androidmalin/AndroidComponentPlugin)|Android上简单实现四大组件的插件化供学习使用|440|2023-12-11|
|6|[kongpf8848/Animation](https://github.com/kongpf8848/Animation)|Android各种动画效果合集项目包含了丰富的动画实例(逐帧动画补间动画Lottie动画GIF动画SVGA动画)体验动画之美让Android动起来😊😄😎|438|2024-01-21|
|7|[LiushuiXiaoxia/AndroidModular](https://github.com/LiushuiXiaoxia/AndroidModular)|总结Android模块化的一些技术点|359|2024-02-06|
|8|[unit-mesh/build-your-ai-coding-assistant](https://github.com/unit-mesh/build-your-ai-coding-assistant)|有手就会 《构建你自己的 AI 辅助编码助手》 —— 介绍如何 DIY 一个端到端(从 IDE 插件、模型选型、数据集构建到模型微调)的 AI 辅助编程工具,类似于 GitHub Copilot、JetBrains AI Assistant、AutoDev 等。|308|2023-12-31|
|9|[idisfkj/android-api-analysis](https://github.com/idisfkj/android-api-analysis)|Android精华录: 该库的目的是结合详细的Demo来全面解析Android相关的知识点, 帮助读者能够更快的掌握与理解所阐述的要点。 不定时更新,与预期接下的要做的事,希望点进来的你能够喜欢😍😍|285|2023-12-26|
|10|[Arcns/fast-transition](https://github.com/Arcns/fast-transition)|一个能够快速实现Android TextView、圆角、切换图片等共享元素转场效果的工具库同时支持修复Android Q三个及以上页面共享元素动画丢失的BUG支持自定义复杂的共享元素动画支持仿小红书、Lemon8的拖拽返回+共享元素转场效果。|207|2023-09-19|
|11|[ice1000/A8Translate](https://github.com/ice1000/A8Translate)|一个无毒的Android Studio / IntelliJ IDEA 翻译插件|161|2023-12-02|
|12|[cy745/LMusic](https://github.com/cy745/LMusic)|一个简洁且独特的音乐播放器在其中学习使用了MVVM架构|160|2024-02-06|
|11|[cy745/LMusic](https://github.com/cy745/LMusic)|一个简洁且独特的音乐播放器在其中学习使用了MVVM架构|161|2024-02-06|
|12|[ice1000/A8Translate](https://github.com/ice1000/A8Translate)|一个无毒的Android Studio / IntelliJ IDEA 翻译插件|161|2023-12-02|
|13|[AoEiuV020/PaNovel](https://github.com/AoEiuV020/PaNovel)|我们不生产小说,我们只做网站的搬运工,|138|2023-12-05|
|14|[FishHawk/auto-novel](https://github.com/FishHawk/auto-novel)|将日本网络小说/文库小说翻译成中文并转换成电子书。|117|2024-02-09|
|14|[FishHawk/auto-novel](https://github.com/FishHawk/auto-novel)|将日本网络小说/文库小说翻译成中文并转换成电子书。|117|2024-02-11|
|15|[blackfrogxxoo/ScheduleView](https://github.com/blackfrogxxoo/ScheduleView)|高仿飞书日历Android|110|2023-10-30|
|16|[leavesCZY/RobustWebView](https://github.com/leavesCZY/RobustWebView)|Android WebView H5 秒开方案总结|96|2023-12-31|
|17|[hsicen/HencoderPlus](https://github.com/hsicen/HencoderPlus)|扔物线Hencoder plus系列课程 |67|2024-02-07|
@ -36,7 +36,7 @@
|29|[react-native-hero/wechat](https://github.com/react-native-hero/wechat)|微信 - 登录、分享、支付|14|2023-10-30|
|30|[Coder-HuangBH/MyCustomView](https://github.com/Coder-HuangBH/MyCustomView)|自己做的自定义View集合|13|2023-11-05|
|31|[pengxurui/Singularity](https://github.com/pengxurui/Singularity)|CS-Self-Learning|13|2023-12-01|
|32|[CuteReimu/TheMessage](https://github.com/CuteReimu/TheMessage)|《风声典藏版》桌游的服务端代码。客户端代码见https://github.com/Death-alter/TheMessage|11|2024-02-09|
|32|[CuteReimu/TheMessage](https://github.com/CuteReimu/TheMessage)|《风声典藏版》桌游的服务端代码。客户端代码见https://github.com/Death-alter/TheMessage|11|2024-02-11|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,53 +1,52 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > PHP
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[DesignPatternsPHP/DesignPatternsPHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP)|Sample code for several design patterns in PHP 8.x|21609|2023-09-28|
|2|[pandora-next/deploy](https://github.com/pandora-next/deploy)|Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy + Chat2API + Signup Free = PandoraNext. New GPTs(Gizmo) UI, All in one!|10700|2024-01-21|
|3|[helloqingfeng/Awsome-Front-End-learning-resource](https://github.com/helloqingfeng/Awsome-Front-End-learning-resource)|:octocat:GitHub最全的前端资源汇总仓库包括前端学习、开发资源、求职面试等|9081|2023-08-12|
|4|[mashirozx/sakura](https://github.com/mashirozx/sakura)|A Wonderful WordPress Theme: 樱花庄的白猫博客主题|3326|2024-01-27|
|5|[orangetw/My-CTF-Web-Challenges](https://github.com/orangetw/My-CTF-Web-Challenges)|Collection of CTF Web challenges I made|2575|2023-11-08|
|6|[freescout-helpdesk/freescout](https://github.com/freescout-helpdesk/freescout)|FreeScout — Free self-hosted help desk & shared mailbox (Zendesk / Help Scout alternative)|2483|2024-02-02|
|7|[basicmi/AI-Chip](https://github.com/basicmi/AI-Chip)|A list of ICs and IPs for AI, Machine Learning and Deep Learning.|1553|2023-09-29|
|8|[ProbiusOfficial/Hello-CTF](https://github.com/ProbiusOfficial/Hello-CTF)|【Hello CTF】题目配套免费开源的CTF入门教程针对0基础新手编写同时兼顾信息差的填补对各阶段的CTFer都友好的开源教程致力于CTF和网络安全的开源生态|1494|2024-02-10|
|9|[codehub666/94list](https://github.com/codehub666/94list)|百度网盘分享链接分析渲染列表辅助下载开源程序|1306|2023-12-24|
|10|[opensource-socialnetwork/opensource-socialnetwork](https://github.com/opensource-socialnetwork/opensource-socialnetwork)|Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who s ...|1014|2024-02-02|
|11|[bugaosuni59/TH-CPL](https://github.com/bugaosuni59/TH-CPL)|清华大学计算机学科推荐学术会议和期刊列表|880|2023-10-12|
|12|[zelon88/HRConvert2](https://github.com/zelon88/HRConvert2)|A self-hosted, drag-and-drop & nosql file conversion server & share tool that supports 86 file formats in 13 languages.|821|2023-11-05|
|13|[zblogcn/zblogphp](https://github.com/zblogcn/zblogphp)|Z-BlogPHP博客程序|773|2024-02-01|
|14|[oubingbing/wechatAlliance](https://github.com/oubingbing/wechatAlliance)|微信小程序--校园小情书后台源码,好玩的表白墙,告白墙。|663|2023-11-29|
|15|[wanglelecc/laracms](https://github.com/wanglelecc/laracms)|LaraCMS 是在学习 laravel web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品试图通过简单的方式快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。|595|2023-09-19|
|16|[liaocp666/Jasmine](https://github.com/liaocp666/Jasmine)|A Typecho Theme. 一款 Typecho 主题。专为博客类网站开发,响应式设计,在移动端也有不错体验。主要使用白、灰、黑三种配色,整体简洁、精致、美观。|552|2023-12-04|
|17|[zhuige-com/jiangqie_kafei](https://github.com/zhuige-com/jiangqie_kafei)|酱茄小程序开源版基于WordPress的微信小程序适用于博客小程序和新闻资讯小程序。|543|2024-01-08|
|18|[jiushill/note](https://github.com/jiushill/note)|记录自己写的工具和学习笔记|410|2023-12-14|
|19|[storyflow/PHPer](https://github.com/storyflow/PHPer)|一个PHPer的升级之路|368|2023-11-02|
|20|[mokeyjay/Pixiv-daily-ranking-widget](https://github.com/mokeyjay/Pixiv-daily-ranking-widget)|会自动更新的P站每日榜小挂件适合放在博客侧边栏等地方 Pixiv daily ranking widget, automatically updates, suitable for blog sidebar, etc.|266|2023-12-23|
|21|[ycrao/mynotes](https://github.com/ycrao/mynotes)|笔记、Laravel、PHP、面试题、MySQL、HTML、CSS、Java...|225|2023-10-12|
|22|[Seevil/fantasy](https://github.com/Seevil/fantasy)|一款极简Typecho 博客主题|224|2023-11-07|
|23|[lu2ker/PHP-Code](https://github.com/lu2ker/PHP-Code)|通过ThinkPHP框架学习PHP代码审计|220|2023-10-16|
|24|[5ime/images_spider](https://github.com/5ime/images_spider)|短视频图集图片去水印:快手,皮皮虾,最右,小红书,微博|217|2023-12-18|
|25|[changbin1997/MWordStar](https://github.com/changbin1997/MWordStar)|响应式双栏 Typecho 博客主题|192|2023-11-02|
|26|[changbin1997/Facile](https://github.com/changbin1997/Facile)|一个简洁的 Typecho 博客主题|137|2023-11-02|
|27|[Lete114/Vercel-Typecho](https://github.com/Lete114/Vercel-Typecho)|Vercel 免费部署 Typecho 博客 Vercel Free Deploy Typecho Blog|106|2023-12-12|
|28|[carefreezi/openai-nuxt3](https://github.com/carefreezi/openai-nuxt3)|仅供学习增加了敏感词检测|102|2023-11-28|
|29|[code-lives/Pays](https://github.com/code-lives/Pays)|微信小程序、抖音小程序、百度小程序、支付宝小程序、快手小程序集合支付、手机号解密、获取Token、模版消息、支付异步通知、退款、订单查询|89|2023-11-03|
|30|[tsxcw/mtab](https://github.com/tsxcw/mtab)|Mtab书签导航程序 - 免费无广告的浏览器书签助手,多端同步、美观易用的在 线导航和书签工具,自主研发免费使用,帮助您高效管理 网页和应用,提升在线体验。|81|2024-01-29|
|31|[CodeIgniter-Chinese/codeigniter4-user-guide](https://github.com/CodeIgniter-Chinese/codeigniter4-user-guide)|CodeIgniter 4 Chinese User Guide - CodeIgniter 4 简体中文手册|78|2024-02-04|
|32|[lcp0578/cheat-sheets](https://github.com/lcp0578/cheat-sheets)|:elephant: :elephant: my cheat sheets :memo: , Symfony, Go, Python, C++, GIS, Qt, MySQL, Twig, Doctrine, Nginx, ElasticSearch, TiDB, Linux etc.|69|2024-02-01|
|33|[asundust/wechat-work-push](https://github.com/asundust/wechat-work-push)|利用企业微信应用消息向微信发送通知(无需公众号,不需要安装企业微信客户端,低成本推送消息解决方案)|68|2023-09-04|
|34|[anhao/AL_lolimeow](https://github.com/anhao/AL_lolimeow)|Typecho博客 AL_lolimeow |67|2024-01-26|
|35|[zhan3333/note](https://github.com/zhan3333/note)|编程笔记:算法、语言、工具、面试|64|2024-01-29|
|36|[imvicchen/victheme-Wordpress-Theme](https://github.com/imvicchen/victheme-Wordpress-Theme)|victheme - 基于bootstrap框架的Wordpress博客主题。|62|2023-11-02|
|37|[nazgul26/PHPRecipebook](https://github.com/nazgul26/PHPRecipebook)|Cookbook and Meal planning software. Runs on PHP with MySQL/PostgreSQL.|60|2024-01-15|
|38|[ss098/work](https://github.com/ss098/work)|一个收集图片并打包的工具,主要用于完成上级团委组织的行政任务:收集青年大学习截图。|55|2024-01-30|
|39|[find-xposed-magisk/pandora-next](https://github.com/find-xposed-magisk/pandora-next)|潘多拉云 + 潘多拉服务器 + 共享聊天 + BackendAPI 代理 + Chat2API = 潘多拉下一个。新的GPTGizmoUI多合一Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy + Chat2API = PandoraNext. New GPTs(Gizmo) UI, All in one!|51|2024-02-10|
|40|[zhangyue0503/dev-blog](https://github.com/zhangyue0503/dev-blog)|php博客文章|41|2024-01-03|
|41|[asir3q/yumu](https://github.com/asir3q/yumu)|简洁干净又兼顾美观的WordPress单栏博客主题|40|2023-11-08|
|42|[elarity/wechat-official-accounts-demo-code](https://github.com/elarity/wechat-official-accounts-demo-code)|微信公众号中系列文章的演示代码|30|2023-09-01|
|43|[kainonly/hyperf-api-case](https://github.com/kainonly/hyperf-api-case)|辅助 Hyperf 框架的工具集合使用案例,构建简洁统一的中后台接口方案|22|2023-10-01|
|1|[DesignPatternsPHP/DesignPatternsPHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP)|Sample code for several design patterns in PHP 8.x|21610|2023-09-28|
|2|[pandora-next/deploy](https://github.com/pandora-next/deploy)|Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy + Chat2API + Signup Free = PandoraNext. New GPTs(Gizmo) UI, All in one!|10706|2024-01-21|
|3|[mashirozx/sakura](https://github.com/mashirozx/sakura)|A Wonderful WordPress Theme: 樱花庄的白猫博客主题|3328|2024-01-27|
|4|[orangetw/My-CTF-Web-Challenges](https://github.com/orangetw/My-CTF-Web-Challenges)|Collection of CTF Web challenges I made|2575|2023-11-08|
|5|[freescout-helpdesk/freescout](https://github.com/freescout-helpdesk/freescout)|FreeScout — Free self-hosted help desk & shared mailbox (Zendesk / Help Scout alternative)|2483|2024-02-02|
|6|[basicmi/AI-Chip](https://github.com/basicmi/AI-Chip)|A list of ICs and IPs for AI, Machine Learning and Deep Learning.|1555|2023-09-29|
|7|[ProbiusOfficial/Hello-CTF](https://github.com/ProbiusOfficial/Hello-CTF)|【Hello CTF】题目配套免费开源的CTF入门教程针对0基础新手编写同时兼顾信息差的填补对各阶段的CTFer都友好的开源教程致力于CTF和网络安全的开源生态|1496|2024-02-11|
|8|[codehub666/94list](https://github.com/codehub666/94list)|百度网盘分享链接分析渲染列表辅助下载开源程序|1309|2023-12-24|
|9|[opensource-socialnetwork/opensource-socialnetwork](https://github.com/opensource-socialnetwork/opensource-socialnetwork)|Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who s ...|1014|2024-02-02|
|10|[bugaosuni59/TH-CPL](https://github.com/bugaosuni59/TH-CPL)|清华大学计算机学科推荐学术会议和期刊列表|880|2023-10-12|
|11|[zelon88/HRConvert2](https://github.com/zelon88/HRConvert2)|A self-hosted, drag-and-drop & nosql file conversion server & share tool that supports 86 file formats in 13 languages.|822|2023-11-05|
|12|[zblogcn/zblogphp](https://github.com/zblogcn/zblogphp)|Z-BlogPHP博客程序|773|2024-02-01|
|13|[oubingbing/wechatAlliance](https://github.com/oubingbing/wechatAlliance)|微信小程序--校园小情书后台源码,好玩的表白墙,告白墙。|663|2023-11-29|
|14|[wanglelecc/laracms](https://github.com/wanglelecc/laracms)|LaraCMS 是在学习 laravel web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品试图通过简单的方式快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。|595|2023-09-19|
|15|[liaocp666/Jasmine](https://github.com/liaocp666/Jasmine)|A Typecho Theme. 一款 Typecho 主题。专为博客类网站开发,响应式设计,在移动端也有不错体验。主要使用白、灰、黑三种配色,整体简洁、精致、美观。|553|2023-12-04|
|16|[zhuige-com/jiangqie_kafei](https://github.com/zhuige-com/jiangqie_kafei)|酱茄小程序开源版基于WordPress的微信小程序适用于博客小程序和新闻资讯小程序。|543|2024-01-08|
|17|[jiushill/note](https://github.com/jiushill/note)|记录自己写的工具和学习笔记|410|2023-12-14|
|18|[storyflow/PHPer](https://github.com/storyflow/PHPer)|一个PHPer的升级之路|368|2023-11-02|
|19|[mokeyjay/Pixiv-daily-ranking-widget](https://github.com/mokeyjay/Pixiv-daily-ranking-widget)|会自动更新的P站每日榜小挂件适合放在博客侧边栏等地方 Pixiv daily ranking widget, automatically updates, suitable for blog sidebar, etc.|266|2023-12-23|
|20|[ycrao/mynotes](https://github.com/ycrao/mynotes)|笔记、Laravel、PHP、面试题、MySQL、HTML、CSS、Java...|225|2023-10-12|
|21|[Seevil/fantasy](https://github.com/Seevil/fantasy)|一款极简Typecho 博客主题|224|2023-11-07|
|22|[lu2ker/PHP-Code](https://github.com/lu2ker/PHP-Code)|通过ThinkPHP框架学习PHP代码审计|220|2023-10-16|
|23|[5ime/images_spider](https://github.com/5ime/images_spider)|短视频图集图片去水印:快手,皮皮虾,最右,小红书,微博|217|2023-12-18|
|24|[changbin1997/MWordStar](https://github.com/changbin1997/MWordStar)|响应式双栏 Typecho 博客主题|192|2023-11-02|
|25|[changbin1997/Facile](https://github.com/changbin1997/Facile)|一个简洁的 Typecho 博客主题|138|2023-11-02|
|26|[Lete114/Vercel-Typecho](https://github.com/Lete114/Vercel-Typecho)|Vercel 免费部署 Typecho 博客 Vercel Free Deploy Typecho Blog|106|2023-12-12|
|27|[carefreezi/openai-nuxt3](https://github.com/carefreezi/openai-nuxt3)|仅供学习增加了敏感词检测|102|2023-11-28|
|28|[code-lives/Pays](https://github.com/code-lives/Pays)|微信小程序、抖音小程序、百度小程序、支付宝小程序、快手小程序集合支付、手机号解密、获取Token、模版消息、支付异步通知、退款、订单查询|89|2023-11-03|
|29|[tsxcw/mtab](https://github.com/tsxcw/mtab)|Mtab书签导航程序 - 免费无广告的浏览器书签助手,多端同步、美观易用的在 线导航和书签工具,自主研发免费使用,帮助您高效管理 网页和应用,提升在线体验。|81|2024-01-29|
|30|[CodeIgniter-Chinese/codeigniter4-user-guide](https://github.com/CodeIgniter-Chinese/codeigniter4-user-guide)|CodeIgniter 4 Chinese User Guide - CodeIgniter 4 简体中文手册|78|2024-02-04|
|31|[lcp0578/cheat-sheets](https://github.com/lcp0578/cheat-sheets)|:elephant: :elephant: my cheat sheets :memo: , Symfony, Go, Python, C++, GIS, Qt, MySQL, Twig, Doctrine, Nginx, ElasticSearch, TiDB, Linux etc.|69|2024-02-01|
|32|[asundust/wechat-work-push](https://github.com/asundust/wechat-work-push)|利用企业微信应用消息向微信发送通知(无需公众号,不需要安装企业微信客户端,低成本推送消息解决方案)|68|2023-09-04|
|33|[anhao/AL_lolimeow](https://github.com/anhao/AL_lolimeow)|Typecho博客 AL_lolimeow |67|2024-01-26|
|34|[zhan3333/note](https://github.com/zhan3333/note)|编程笔记:算法、语言、工具、面试|64|2024-01-29|
|35|[imvicchen/victheme-Wordpress-Theme](https://github.com/imvicchen/victheme-Wordpress-Theme)|victheme - 基于bootstrap框架的Wordpress博客主题。|62|2023-11-02|
|36|[nazgul26/PHPRecipebook](https://github.com/nazgul26/PHPRecipebook)|Cookbook and Meal planning software. Runs on PHP with MySQL/PostgreSQL.|60|2024-01-15|
|37|[ss098/work](https://github.com/ss098/work)|一个收集图片并打包的工具,主要用于完成上级团委组织的行政任务:收集青年大学习截图。|55|2024-01-30|
|38|[find-xposed-magisk/pandora-next](https://github.com/find-xposed-magisk/pandora-next)|潘多拉云 + 潘多拉服务器 + 共享聊天 + BackendAPI 代理 + Chat2API = 潘多拉下一个。新的GPTGizmoUI多合一Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy + Chat2API = PandoraNext. New GPTs(Gizmo) UI, All in one!|51|2024-02-11|
|39|[zhangyue0503/dev-blog](https://github.com/zhangyue0503/dev-blog)|php博客文章|41|2024-01-03|
|40|[asir3q/yumu](https://github.com/asir3q/yumu)|简洁干净又兼顾美观的WordPress单栏博客主题|40|2023-11-08|
|41|[elarity/wechat-official-accounts-demo-code](https://github.com/elarity/wechat-official-accounts-demo-code)|微信公众号中系列文章的演示代码|30|2023-09-01|
|42|[kainonly/hyperf-api-case](https://github.com/kainonly/hyperf-api-case)|辅助 Hyperf 框架的工具集合使用案例,构建简洁统一的中后台接口方案|22|2023-10-01|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,210 +1,210 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > Python
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[donnemartin/system-design-primer](https://github.com/donnemartin/system-design-primer)|Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.|245748|2024-01-16|
|2|[jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)|Python - 100天从新手到大师|146356|2024-01-28|
|3|[521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub)|:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.|81947|2024-01-26|
|4|[d2l-ai/d2l-zh](https://github.com/d2l-ai/d2l-zh)|《动手学深度学习》面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。|53779|2024-02-04|
|5|[satwikkansal/wtfpython](https://github.com/satwikkansal/wtfpython)|What the f*ck Python? 😱|34817|2024-01-30|
|1|[donnemartin/system-design-primer](https://github.com/donnemartin/system-design-primer)|Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.|245870|2024-01-16|
|2|[jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)|Python - 100天从新手到大师|146368|2024-01-28|
|3|[521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub)|:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.|81970|2024-01-26|
|4|[d2l-ai/d2l-zh](https://github.com/d2l-ai/d2l-zh)|《动手学深度学习》面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。|53787|2024-02-04|
|5|[satwikkansal/wtfpython](https://github.com/satwikkansal/wtfpython)|What the f*ck Python? 😱|34820|2024-01-30|
|6|[0xAX/linux-insides](https://github.com/0xAX/linux-insides)|A little bit about a linux kernel|29165|2024-02-05|
|7|[wangzheng0822/algo](https://github.com/wangzheng0822/algo)|数据结构和算法必知必会的50个代码实现|22484|2024-01-05|
|8|[shimohq/chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)|中国程序员容易发音错误的单词|21097|2024-02-04|
|9|[d2l-ai/d2l-en](https://github.com/d2l-ai/d2l-en)|Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.|20825|2024-01-18|
|10|[luong-komorebi/Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software)|🐧 A list of awesome Linux softwares |20747|2024-02-04|
|11|[drduh/macOS-Security-and-Privacy-Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide)|Guide to securing and improving privacy on macOS|20706|2023-12-13|
|12|[Vonng/ddia](https://github.com/Vonng/ddia)|《Designing Data-Intensive Application》DDIA中文翻译|18839|2024-01-27|
|13|[kaixindelele/ChatPaper](https://github.com/kaixindelele/ChatPaper)|Use ChatGPT to summarize the arXiv papers. 全流程加速科研利用chatgpt进行论文全文总结+专业翻译+润色+审稿+审稿回复|16965|2024-01-10|
|14|[LiLittleCat/awesome-free-chatgpt](https://github.com/LiLittleCat/awesome-free-chatgpt)|🆓免费的 ChatGPT 镜像网站列表持续更新。List of free ChatGPT mirror sites, continuously updated. |14743|2024-02-01|
|15|[wistbean/learn_python3_spider](https://github.com/wistbean/learn_python3_spider)|python爬虫教程系列、从0到1学习python爬虫包括浏览器抓包手机APP抓包如 fiddler、mitmproxy各种爬虫涉及的模块的使用requests、beautifulSoup、selenium、appium、scrapy等以及IP代理验证码识别MysqlMongoDB数据库的python使用多线程多进程爬虫的使用css 爬虫加密逆向破解JS爬虫逆向分布式 ...|14709|2024-01-04|
|16|[shengqiangzhang/examples-of-web-crawlers](https://github.com/shengqiangzhang/examples-of-web-crawlers)|一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )|13255|2023-12-25|
|17|[jindongwang/transferlearning](https://github.com/jindongwang/transferlearning)|Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习|12568|2024-01-26|
|8|[shimohq/chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)|中国程序员容易发音错误的单词|21106|2024-02-04|
|9|[d2l-ai/d2l-en](https://github.com/d2l-ai/d2l-en)|Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.|20833|2024-01-18|
|10|[luong-komorebi/Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software)|🐧 A list of awesome Linux softwares |20767|2024-02-04|
|11|[drduh/macOS-Security-and-Privacy-Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide)|Guide to securing and improving privacy on macOS|20708|2024-02-10|
|12|[Vonng/ddia](https://github.com/Vonng/ddia)|《Designing Data-Intensive Application》DDIA中文翻译|18841|2024-01-27|
|13|[kaixindelele/ChatPaper](https://github.com/kaixindelele/ChatPaper)|Use ChatGPT to summarize the arXiv papers. 全流程加速科研利用chatgpt进行论文全文总结+专业翻译+润色+审稿+审稿回复|16966|2024-01-10|
|14|[LiLittleCat/awesome-free-chatgpt](https://github.com/LiLittleCat/awesome-free-chatgpt)|🆓免费的 ChatGPT 镜像网站列表持续更新。List of free ChatGPT mirror sites, continuously updated. |14755|2024-02-01|
|15|[wistbean/learn_python3_spider](https://github.com/wistbean/learn_python3_spider)|python爬虫教程系列、从0到1学习python爬虫包括浏览器抓包手机APP抓包如 fiddler、mitmproxy各种爬虫涉及的模块的使用requests、beautifulSoup、selenium、appium、scrapy等以及IP代理验证码识别MysqlMongoDB数据库的python使用多线程多进程爬虫的使用css 爬虫加密逆向破解JS爬虫逆向分布式 ...|14716|2024-01-04|
|16|[shengqiangzhang/examples-of-web-crawlers](https://github.com/shengqiangzhang/examples-of-web-crawlers)|一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )|13257|2023-12-25|
|17|[jindongwang/transferlearning](https://github.com/jindongwang/transferlearning)|Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习|12570|2024-01-26|
|18|[leisurelicht/wtfpython-cn](https://github.com/leisurelicht/wtfpython-cn)|wtfpython的中文翻译/施工结束/ 能力有限,欢迎帮我改进翻译|12394|2023-09-20|
|19|[Dod-o/Statistical-Learning-Method_Code](https://github.com/Dod-o/Statistical-Learning-Method_Code)|手写实现李航《统计学习方法》书中全部算法|10575|2023-11-25|
|20|[pwxcoo/chinese-xinhua](https://github.com/pwxcoo/chinese-xinhua)|:orange_book: 中华新华字典数据库。包括歇后语,成语,词语,汉字。|10506|2023-12-26|
|19|[Dod-o/Statistical-Learning-Method_Code](https://github.com/Dod-o/Statistical-Learning-Method_Code)|手写实现李航《统计学习方法》书中全部算法|10577|2023-11-25|
|20|[pwxcoo/chinese-xinhua](https://github.com/pwxcoo/chinese-xinhua)|:orange_book: 中华新华字典数据库。包括歇后语,成语,词语,汉字。|10507|2023-12-26|
|21|[xmu-xiaoma666/External-Attention-pytorch](https://github.com/xmu-xiaoma666/External-Attention-pytorch)|🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐|10436|2024-01-31|
|22|[yzfly/awesome-chatgpt-zh](https://github.com/yzfly/awesome-chatgpt-zh)|ChatGPT 中文指南🔥ChatGPT 中文调教指南,指令指南,应用开发指南,精选资源清单,更好的使用 chatGPT 让你的生产力 up up up! 🚀|9353|2023-12-18|
|22|[yzfly/awesome-chatgpt-zh](https://github.com/yzfly/awesome-chatgpt-zh)|ChatGPT 中文指南🔥ChatGPT 中文调教指南,指令指南,应用开发指南,精选资源清单,更好的使用 chatGPT 让你的生产力 up up up! 🚀|9355|2023-12-18|
|23|[injetlee/Python](https://github.com/injetlee/Python)|Python脚本。模拟登录知乎 爬虫操作excel微信公众号远程开机|9009|2023-10-10|
|24|[OpenTalker/SadTalker](https://github.com/OpenTalker/SadTalker)|[CVPR 2023] SadTalkerLearning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation|8952|2024-02-06|
|25|[Jack-Cherish/PythonPark](https://github.com/Jack-Cherish/PythonPark)|Python 开源项目之「自学编程之路」保姆级教程AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。|8404|2024-01-16|
|26|[modelscope/facechain](https://github.com/modelscope/facechain)|FaceChain is a deep-learning toolchain for generating your Digital-Twin.|7805|2024-02-04|
|24|[OpenTalker/SadTalker](https://github.com/OpenTalker/SadTalker)|[CVPR 2023] SadTalkerLearning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation|8957|2024-02-11|
|25|[Jack-Cherish/PythonPark](https://github.com/Jack-Cherish/PythonPark)|Python 开源项目之「自学编程之路」保姆级教程AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。|8407|2024-01-16|
|26|[modelscope/facechain](https://github.com/modelscope/facechain)|FaceChain is a deep-learning toolchain for generating your Digital-Twin.|7808|2024-02-04|
|27|[jackzhenguo/python-small-examples](https://github.com/jackzhenguo/python-small-examples)|告别枯燥,致力于打造 Python 实用小例子更多Python良心教程见 Python中文网 http://www.zglg.work|7791|2023-09-03|
|28|[ctf-wiki/ctf-wiki](https://github.com/ctf-wiki/ctf-wiki)|Come and join us, we need you!|7453|2023-12-24|
|29|[shenweichen/DeepCTR](https://github.com/shenweichen/DeepCTR)|Easy-to-use,Modular and Extendible package of deep-learning based CTR models .|7241|2024-01-31|
|30|[Visualize-ML/Book4_Power-of-Matrix](https://github.com/Visualize-ML/Book4_Power-of-Matrix)|Book_4_《矩阵力量》 鸢尾花书:从加减乘除到机器学习;上架!|7148|2024-01-19|
|30|[Visualize-ML/Book4_Power-of-Matrix](https://github.com/Visualize-ML/Book4_Power-of-Matrix)|Book_4_《矩阵力量》 鸢尾花书:从加减乘除到机器学习;上架!|7150|2024-01-19|
|31|[TingsongYu/PyTorch_Tutorial](https://github.com/TingsongYu/PyTorch_Tutorial)|《Pytorch模型训练实用教程》中配套代码|7074|2023-09-28|
|32|[kangvcar/InfoSpider](https://github.com/kangvcar/InfoSpider)|INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰旨在安全快捷的帮助用户拿回自己的数据工具代码开源流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源 ...|7034|2024-02-04|
|32|[kangvcar/InfoSpider](https://github.com/kangvcar/InfoSpider)|INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰旨在安全快捷的帮助用户拿回自己的数据工具代码开源流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源 ...|7035|2024-02-04|
|33|[taobao/nginx-book](https://github.com/taobao/nginx-book)|Nginx开发从入门到精通|6820|2023-11-20|
|34|[yihong0618/bilingual_book_maker](https://github.com/yihong0618/bilingual_book_maker)|Make bilingual epub books Using AI translate|6644|2024-02-09|
|35|[PantsuDango/Dango-Translator](https://github.com/PantsuDango/Dango-Translator)|团子翻译器 —— 个人兴趣制作的一款基于OCR技术的翻译器|6215|2024-01-30|
|36|[01-ai/Yi](https://github.com/01-ai/Yi)|A series of large language models trained from scratch by developers @01-ai|6054|2024-02-07|
|37|[PyQt5/PyQt](https://github.com/PyQt5/PyQt)|PyQt ExamplesPyQt各种测试和例子 PyQt4 PyQt5|6039|2023-10-07|
|34|[yihong0618/bilingual_book_maker](https://github.com/yihong0618/bilingual_book_maker)|Make bilingual epub books Using AI translate|6645|2024-02-09|
|35|[PantsuDango/Dango-Translator](https://github.com/PantsuDango/Dango-Translator)|团子翻译器 —— 个人兴趣制作的一款基于OCR技术的翻译器|6218|2024-01-30|
|36|[01-ai/Yi](https://github.com/01-ai/Yi)|A series of large language models trained from scratch by developers @01-ai|6057|2024-02-07|
|37|[PyQt5/PyQt](https://github.com/PyQt5/PyQt)|PyQt ExamplesPyQt各种测试和例子 PyQt4 PyQt5|6038|2023-10-07|
|38|[chyroc/WechatSogou](https://github.com/chyroc/WechatSogou)|基于搜狗微信搜索的微信公众号爬虫接口|5704|2023-11-15|
|39|[TechXueXi/TechXueXi](https://github.com/TechXueXi/TechXueXi)|强国通 科技强国 学习强国 xuexiqiangguo 全网最好用开源网页学习强国助手TechXueXi (懒人刷分工具 自动学习)技术强国,支持答题,支持 docker 45分/天|5542|2023-11-23|
|40|[xiaolai/regular-investing-in-box](https://github.com/xiaolai/regular-investing-in-box)|定投改变命运 —— 让时间陪你慢慢变富 https://onregularinvesting.com|5402|2024-02-10|
|39|[TechXueXi/TechXueXi](https://github.com/TechXueXi/TechXueXi)|强国通 科技强国 学习强国 xuexiqiangguo 全网最好用开源网页学习强国助手TechXueXi (懒人刷分工具 自动学习)技术强国,支持答题,支持 docker 45分/天|5541|2023-11-23|
|40|[xiaolai/regular-investing-in-box](https://github.com/xiaolai/regular-investing-in-box)|定投改变命运 —— 让时间陪你慢慢变富 https://onregularinvesting.com|5404|2024-02-11|
|41|[Visualize-ML/Book3_Elements-of-Mathematics](https://github.com/Visualize-ML/Book3_Elements-of-Mathematics)|Book_3_《数学要素》 鸢尾花书:从加减乘除到机器学习;上架;欢迎继续纠错,纠错多的同学还会有赠书!|5217|2024-01-19|
|42|[EvanLi/Github-Ranking](https://github.com/EvanLi/Github-Ranking)|:star:Github Ranking:star: Github stars and forks ranking list. Github Top100 stars list of different languages. Automatically update daily. Github仓库排名每日自动更新|4878|2024-02-10|
|43|[huangsam/ultimate-python](https://github.com/huangsam/ultimate-python)|Ultimate Python study guide for newcomers and professionals alike. :snake: :snake: :snake:|4811|2024-01-07|
|44|[EwingYangs/awesome-open-gpt](https://github.com/EwingYangs/awesome-open-gpt)|Collection of Open Source Projects Related to GPTGPT相关开源项目合集🚀、精选🔥🔥|4741|2023-12-05|
|45|[ownthink/KnowledgeGraphData](https://github.com/ownthink/KnowledgeGraphData)|史上最大规模1.4亿中文知识图谱开源下载|4740|2023-12-06|
|46|[offu/WeRoBot](https://github.com/offu/WeRoBot)|WeRoBot 是一个微信公众号开发框架|4483|2023-11-28|
|47|[ct-Open-Source/tuya-convert](https://github.com/ct-Open-Source/tuya-convert)|A collection of scripts to flash Tuya IoT devices to alternative firmwares|4427|2023-12-05|
|48|[JoeanAmier/TikTokDownloader](https://github.com/JoeanAmier/TikTokDownloader)|完全免费开源,基于 Requests 模块实现TikTok 主页/视频/图集/原声;抖音主页/视频/图集/收藏/直播/原声/合集/评论/账号/搜索/热榜数据采集工具|4174|2024-01-28|
|42|[EvanLi/Github-Ranking](https://github.com/EvanLi/Github-Ranking)|:star:Github Ranking:star: Github stars and forks ranking list. Github Top100 stars list of different languages. Automatically update daily. Github仓库排名每日自动更新|4881|2024-02-11|
|43|[huangsam/ultimate-python](https://github.com/huangsam/ultimate-python)|Ultimate Python study guide for newcomers and professionals alike. :snake: :snake: :snake:|4815|2024-01-07|
|44|[EwingYangs/awesome-open-gpt](https://github.com/EwingYangs/awesome-open-gpt)|Collection of Open Source Projects Related to GPTGPT相关开源项目合集🚀、精选🔥🔥|4743|2023-12-05|
|45|[ownthink/KnowledgeGraphData](https://github.com/ownthink/KnowledgeGraphData)|史上最大规模1.4亿中文知识图谱开源下载|4741|2023-12-06|
|46|[offu/WeRoBot](https://github.com/offu/WeRoBot)|WeRoBot 是一个微信公众号开发框架|4485|2023-11-28|
|47|[ct-Open-Source/tuya-convert](https://github.com/ct-Open-Source/tuya-convert)|A collection of scripts to flash Tuya IoT devices to alternative firmwares|4428|2023-12-05|
|48|[JoeanAmier/TikTokDownloader](https://github.com/JoeanAmier/TikTokDownloader)|完全免费开源,基于 Requests 模块实现TikTok 主页/视频/图集/原声;抖音主页/视频/图集/收藏/直播/原声/合集/评论/账号/搜索/热榜数据采集工具|4178|2024-01-28|
|49|[phodal/awesome-iot](https://github.com/phodal/awesome-iot)|Awesome IoT. A collaborative list of great resources about IoT Framework, Library, OS, Platform|4113|2024-02-02|
|50|[itcharge/LeetCode-Py](https://github.com/itcharge/LeetCode-Py)|⛽「算法通关手册」超详细的「算法与数据结构」基础讲解教程从零基础开始学习算法知识800+ 道「LeetCode 题目」详细解析200 道「大厂面试热门题目」。|4104|2024-01-22|
|51|[PyJun/Mooc_Downloader](https://github.com/PyJun/Mooc_Downloader)|学无止下载器慕课下载器Mooc网课下载慕课网中国大学网易云课堂有道精品课有道领世腾讯课堂B站课堂中公网校新东方高途途途学浪抖音课堂小鹅通千聊兴趣岛超星学习通学银在线智慧职教智慧树学堂在线爱课程支持视频课件同时下载|4049|2024-02-07|
|52|[SCIR-HI/Huatuo-Llama-Med-Chinese](https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese)|Repo for BenTsao [original name: HuaTuo (华驼)], Instruction-tuning Large Language Models with Chinese Medical Knowledge. 本草(原名:华驼)模型仓库,基于中文医学知识的大语言模型指令微调|4028|2023-10-30|
|53|[lucidrains/x-transformers](https://github.com/lucidrains/x-transformers)|A simple but complete full-attention transformer with a set of promising experimental features from various papers|3886|2024-02-04|
|54|[layumi/Person_reID_baseline_pytorch](https://github.com/layumi/Person_reID_baseline_pytorch)|:bouncing_ball_person: Pytorch ReID: A tiny, friendly, strong pytorch implement of person re-id / vehicle re-id baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/t ...|3876|2024-01-24|
|55|[LyleMi/Learn-Web-Hacking](https://github.com/LyleMi/Learn-Web-Hacking)|Study Notes For Web Hacking / Web安全学习笔记|3817|2024-01-23|
|56|[lonePatient/awesome-pretrained-chinese-nlp-models](https://github.com/lonePatient/awesome-pretrained-chinese-nlp-models)|Awesome Pretrained Chinese NLP Models高质量中文预训练模型&大模型&多模态模型&大语言模型集合|3796|2024-02-06|
|57|[jianchang512/pyvideotrans](https://github.com/jianchang512/pyvideotrans)|Translate the video from one language to another and add dubbing. 将视频从一种语言翻译为另一种语言,并添加配音|3623|2024-02-09|
|58|[baichuan-inc/Baichuan2](https://github.com/baichuan-inc/Baichuan2)|A series of large language models developed by Baichuan Intelligent Technology|3596|2024-01-23|
|50|[itcharge/LeetCode-Py](https://github.com/itcharge/LeetCode-Py)|⛽「算法通关手册」超详细的「算法与数据结构」基础讲解教程从零基础开始学习算法知识800+ 道「LeetCode 题目」详细解析200 道「大厂面试热门题目」。|4105|2024-01-22|
|51|[PyJun/Mooc_Downloader](https://github.com/PyJun/Mooc_Downloader)|学无止下载器慕课下载器Mooc网课下载慕课网中国大学网易云课堂有道精品课有道领世腾讯课堂B站课堂中公网校新东方高途途途学浪抖音课堂小鹅通千聊兴趣岛超星学习通学银在线智慧职教智慧树学堂在线爱课程支持视频课件同时下载|4048|2024-02-07|
|52|[SCIR-HI/Huatuo-Llama-Med-Chinese](https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese)|Repo for BenTsao [original name: HuaTuo (华驼)], Instruction-tuning Large Language Models with Chinese Medical Knowledge. 本草(原名:华驼)模型仓库,基于中文医学知识的大语言模型指令微调|4031|2023-10-30|
|53|[lucidrains/x-transformers](https://github.com/lucidrains/x-transformers)|A simple but complete full-attention transformer with a set of promising experimental features from various papers|3888|2024-02-04|
|54|[layumi/Person_reID_baseline_pytorch](https://github.com/layumi/Person_reID_baseline_pytorch)|:bouncing_ball_person: Pytorch ReID: A tiny, friendly, strong pytorch implement of person re-id / vehicle re-id baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/t ...|3875|2024-01-24|
|55|[LyleMi/Learn-Web-Hacking](https://github.com/LyleMi/Learn-Web-Hacking)|Study Notes For Web Hacking / Web安全学习笔记|3818|2024-01-23|
|56|[lonePatient/awesome-pretrained-chinese-nlp-models](https://github.com/lonePatient/awesome-pretrained-chinese-nlp-models)|Awesome Pretrained Chinese NLP Models高质量中文预训练模型&大模型&多模态模型&大语言模型集合|3798|2024-02-06|
|57|[jianchang512/pyvideotrans](https://github.com/jianchang512/pyvideotrans)|Translate the video from one language to another and add dubbing. 将视频从一种语言翻译为另一种语言,并添加配音|3632|2024-02-11|
|58|[baichuan-inc/Baichuan2](https://github.com/baichuan-inc/Baichuan2)|A series of large language models developed by Baichuan Intelligent Technology|3597|2024-01-23|
|59|[r0ysue/AndroidSecurityStudy](https://github.com/r0ysue/AndroidSecurityStudy)|安卓应用安全学习|3416|2023-12-02|
|60|[Luodian/Otter](https://github.com/Luodian/Otter)|🦦 Otter, a multi-modal model based on OpenFlamingo (open-sourced version of DeepMind's Flamingo), trained on MIMIC-IT and showcasing improved instruction-following and in-context learning ability.|3356|2024-01-17|
|61|[zyddnys/manga-image-translator](https://github.com/zyddnys/manga-image-translator)|Translate manga/image 一键翻译各类图片内文字 https://cotrans.touhou.ai/|3321|2024-02-09|
|61|[zyddnys/manga-image-translator](https://github.com/zyddnys/manga-image-translator)|Translate manga/image 一键翻译各类图片内文字 https://cotrans.touhou.ai/|3325|2024-02-09|
|62|[princeton-nlp/SimCSE](https://github.com/princeton-nlp/SimCSE)|[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821|3153|2023-09-22|
|63|[liguodongiot/llm-action](https://github.com/liguodongiot/llm-action)|本项目旨在分享大模型相关技术原理以及实战经验。|3136|2024-02-06|
|63|[liguodongiot/llm-action](https://github.com/liguodongiot/llm-action)|本项目旨在分享大模型相关技术原理以及实战经验。|3141|2024-02-06|
|64|[Threekiii/Awesome-Redteam](https://github.com/Threekiii/Awesome-Redteam)|一个攻防知识仓库|3122|2024-02-05|
|65|[thuml/Transfer-Learning-Library](https://github.com/thuml/Transfer-Learning-Library)|Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization|3009|2023-11-27|
|66|[sgrvinod/a-PyTorch-Tutorial-to-Object-Detection](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Object-Detection)|SSD: Single Shot MultiBox Detector a PyTorch Tutorial to Object Detection|2914|2023-11-11|
|67|[AnsonZnl/RehabilitationGuide](https://github.com/AnsonZnl/RehabilitationGuide)|颈椎病腰突康复指南,为程序员群体提供简单可靠的康复指南。|2871|2023-12-25|
|68|[OpenBMB/BMTools](https://github.com/OpenBMB/BMTools)|Tool Learning for Big Models, Open-Source Solutions of ChatGPT-Plugins|2793|2023-12-05|
|69|[microsoft/AI-System](https://github.com/microsoft/AI-System)|System for AI Education Resource.|2767|2023-12-13|
|70|[shidahuilang/shuyuan](https://github.com/shidahuilang/shuyuan)|香色闺阁+阅读3.0书源+源阅读+爱阅书香+花火阅读+读不舍手+IPTV源+IPA巨魔应用=自动更新|2762|2024-02-10|
|65|[thuml/Transfer-Learning-Library](https://github.com/thuml/Transfer-Learning-Library)|Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization|3011|2023-11-27|
|66|[sgrvinod/a-PyTorch-Tutorial-to-Object-Detection](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Object-Detection)|SSD: Single Shot MultiBox Detector a PyTorch Tutorial to Object Detection|2915|2023-11-11|
|67|[AnsonZnl/RehabilitationGuide](https://github.com/AnsonZnl/RehabilitationGuide)|颈椎病腰突康复指南,为程序员群体提供简单可靠的康复指南。|2874|2023-12-25|
|68|[OpenBMB/BMTools](https://github.com/OpenBMB/BMTools)|Tool Learning for Big Models, Open-Source Solutions of ChatGPT-Plugins|2792|2023-12-05|
|69|[microsoft/AI-System](https://github.com/microsoft/AI-System)|System for AI Education Resource.|2768|2023-12-13|
|70|[shidahuilang/shuyuan](https://github.com/shidahuilang/shuyuan)|香色闺阁+阅读3.0书源+源阅读+爱阅书香+花火阅读+读不舍手+IPTV源+IPA巨魔应用=自动更新|2763|2024-02-10|
|71|[vastsa/FileCodeBox](https://github.com/vastsa/FileCodeBox)|文件快递柜-匿名口令分享文本文件像拿快递一样取文件File Express Cabinet - Anonymous Passcode Sharing Text, Files, Like Taking Express Delivery for Files|2712|2024-01-18|
|72|[X-D-Lab/LangChain-ChatGLM-Webui](https://github.com/X-D-Lab/LangChain-ChatGLM-Webui)|基于LangChain和ChatGLM-6B等系列LLM的针对本地知识库的自动问答|2689|2024-01-29|
|73|[mars-project/mars](https://github.com/mars-project/mars)|Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and Python functions.|2669|2024-01-02|
|74|[QData/TextAttack](https://github.com/QData/TextAttack)|TextAttack 🐙 is a Python framework for adversarial attacks, data augmentation, and model training in NLP https://textattack.readthedocs.io/en/master/|2664|2023-12-18|
|75|[Charmve/Surface-Defect-Detection](https://github.com/Charmve/Surface-Defect-Detection)|📈 目前最大的工业缺陷检测数据库及论文集 Constantly summarizing open source dataset and critical papers in the field of surface defect research which are of great importance. |2558|2024-02-01|
|76|[JoeanAmier/XHS-Downloader](https://github.com/JoeanAmier/XHS-Downloader)|小红书链接提取/作品采集工具:提取账号发布、收藏、点赞作品链接;提取搜索结果作品、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书无水印作品文件!|2557|2024-02-01|
|74|[QData/TextAttack](https://github.com/QData/TextAttack)|TextAttack 🐙 is a Python framework for adversarial attacks, data augmentation, and model training in NLP https://textattack.readthedocs.io/en/master/|2665|2023-12-18|
|75|[JoeanAmier/XHS-Downloader](https://github.com/JoeanAmier/XHS-Downloader)|小红书链接提取/作品采集工具:提取账号发布、收藏、点赞作品链接;提取搜索结果作品、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书无水印作品文件!|2560|2024-02-01|
|76|[Charmve/Surface-Defect-Detection](https://github.com/Charmve/Surface-Defect-Detection)|📈 目前最大的工业缺陷检测数据库及论文集 Constantly summarizing open source dataset and critical papers in the field of surface defect research which are of great importance. |2559|2024-02-01|
|77|[justinzm/gopup](https://github.com/justinzm/gopup)|数据接口:百度、谷歌、头条、微博指数,宏观数据,利率数据,货币汇率,千里马、独角兽公司,新闻联播文字稿,影视票房数据,高校名单,疫情数据…|2510|2023-09-15|
|78|[marcelscruz/public-apis](https://github.com/marcelscruz/public-apis)|A collaborative list of public APIs for developers|2464|2024-02-10|
|78|[marcelscruz/public-apis](https://github.com/marcelscruz/public-apis)|A collaborative list of public APIs for developers|2467|2024-02-10|
|79|[wnma3mz/wechat_articles_spider](https://github.com/wnma3mz/wechat_articles_spider)|微信公众号文章的爬虫|2459|2023-09-05|
|80|[guanguans/favorite-link](https://github.com/guanguans/favorite-link)|❤️ 每天收集喜欢的开源项目 RSS 订阅 快知 app 订阅|2454|2024-02-06|
|81|[HIllya51/LunaTranslator](https://github.com/HIllya51/LunaTranslator)|Galgame翻译工具支持剪贴板、OCR、HOOK支持40余种翻译引擎。Visual Novel translate tool , support clipboard / OCR/ HOOK, support 40+ translate engines.|2441|2024-02-09|
|80|[guanguans/favorite-link](https://github.com/guanguans/favorite-link)|❤️ 每天收集喜欢的开源项目 RSS 订阅 快知 app 订阅|2456|2024-02-06|
|81|[HIllya51/LunaTranslator](https://github.com/HIllya51/LunaTranslator)|Galgame翻译工具支持剪贴板、OCR、HOOK支持40余种翻译引擎。Visual Novel translate tool , support clipboard / OCR/ HOOK, support 40+ translate engines.|2444|2024-02-09|
|82|[kaqijiang/Auto-GPT-ZH](https://github.com/kaqijiang/Auto-GPT-ZH)|Auto-GPT中文版本及爱好者组织 同步更新原项目 AI领域创业 自媒体组织 用AI工作学习创作变现|2349|2023-09-25|
|83|[yihong0618/Kindle_download_helper](https://github.com/yihong0618/Kindle_download_helper)|Download all your kindle books script.|2303|2024-02-06|
|84|[coffeehb/Some-PoC-oR-ExP](https://github.com/coffeehb/Some-PoC-oR-ExP)|各种漏洞poc、Exp的收集或编写|2256|2024-01-29|
|85|[OFA-Sys/OFA](https://github.com/OFA-Sys/OFA)|Official repository of OFA (ICML 2022). Paper: OFA: Unifying Architectures, Tasks, and Modalities Through a Simple Sequence-to-Sequence Learning Framework|2252|2023-10-25|
|85|[OFA-Sys/OFA](https://github.com/OFA-Sys/OFA)|Official repository of OFA (ICML 2022). Paper: OFA: Unifying Architectures, Tasks, and Modalities Through a Simple Sequence-to-Sequence Learning Framework|2253|2023-10-25|
|86|[explosion/spacy-course](https://github.com/explosion/spacy-course)|👩‍🏫 Advanced NLP with spaCy: A free online course|2247|2023-08-30|
|87|[blmoistawinde/HarvestText](https://github.com/blmoistawinde/HarvestText)|文本挖掘和预处理工具(文本清洗、新词发现、情感分析、实体识别链接、关键词抽取、知识抽取、句法分析等),无监督或弱监督方法|2217|2023-09-03|
|88|[Physton/sd-webui-prompt-all-in-one](https://github.com/Physton/sd-webui-prompt-all-in-one)|This is an extension based on sd-webui, aimed at improving the user experience of the prompt/negative prompt input box. It has a more intuitive and powerful input interface function, and provides auto ...|2204|2024-01-29|
|88|[Physton/sd-webui-prompt-all-in-one](https://github.com/Physton/sd-webui-prompt-all-in-one)|This is an extension based on sd-webui, aimed at improving the user experience of the prompt/negative prompt input box. It has a more intuitive and powerful input interface function, and provides auto ...|2205|2024-01-29|
|89|[swaroopch/byte-of-python](https://github.com/swaroopch/byte-of-python)|Beginners book on Python - start here if you don't know programming|2187|2023-11-01|
|90|[biliup/biliup](https://github.com/biliup/biliup)|全自动录播、直播录制、分p投稿工具支持twitch、ytb频道搬运。|2158|2024-02-07|
|91|[Miraclelucy/dive_into_deep_learning](https://github.com/Miraclelucy/dive_into_deep_learning)|✔️李沐 【动手学深度学习】课程学习笔记使用pycharm编程基于pytorch框架实现。|2047|2023-09-11|
|92|[swaggyP36000/TrollStore-IPAs](https://github.com/swaggyP36000/TrollStore-IPAs)|A collection of IPA files from many different sources, for TrollStore!|2046|2024-02-10|
|91|[swaggyP36000/TrollStore-IPAs](https://github.com/swaggyP36000/TrollStore-IPAs)|A collection of IPA files from many different sources, for TrollStore!|2055|2024-02-11|
|92|[Miraclelucy/dive_into_deep_learning](https://github.com/Miraclelucy/dive_into_deep_learning)|✔️李沐 【动手学深度学习】课程学习笔记使用pycharm编程基于pytorch框架实现。|2047|2023-09-11|
|93|[KHwang9883/MobileModels](https://github.com/KHwang9883/MobileModels)|手机品牌型号汇总 Mobile Models This repository is licensed under CC BY-NC-SA 4.0|1984|2024-02-07|
|94|[fendouai/Awesome-Chatbot](https://github.com/fendouai/Awesome-Chatbot)|Awesome Chatbot Projects,Corpus,Papers,Tutorials.Chinese Chatbot =>:|1979|2024-01-14|
|95|[awake1t/HackReport](https://github.com/awake1t/HackReport)|渗透测试报告/资料文档/渗透经验文档/安全书籍|1973|2023-08-20|
|96|[alibaba/AliceMind](https://github.com/alibaba/AliceMind)|ALIbaba's Collection of Encoder-decoders from MinD (Machine IntelligeNce of Damo) Lab|1902|2023-11-27|
|97|[babybuddy/babybuddy](https://github.com/babybuddy/babybuddy)|A :baby: buddy to help caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without (as much) guess work.|1847|2024-02-08|
|97|[babybuddy/babybuddy](https://github.com/babybuddy/babybuddy)|A :baby: buddy to help caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without (as much) guess work.|1848|2024-02-08|
|98|[SamirPaulb/DSAlgo](https://github.com/SamirPaulb/DSAlgo)|📚A repository that contains all the Data Structures and Algorithms concepts and solutions to various problems in Python3 stored in a structured manner.👨‍💻🎯|1795|2024-02-08|
|99|[dmMaze/BallonsTranslator](https://github.com/dmMaze/BallonsTranslator)|深度学习辅助漫画翻译工具, 支持一键机翻和简单的图像/文本编辑 Yet another computer-aided comic/manga translation tool powered by deeplearning|1774|2024-02-10|
|100|[opendilab/PPOxFamily](https://github.com/opendilab/PPOxFamily)|PPO x Family DRL Tutorial Course决策智能入门级公开课8节课帮你盘清算法理论理顺代码逻辑玩转决策AI应用实践 |1769|2023-10-09|
|99|[dmMaze/BallonsTranslator](https://github.com/dmMaze/BallonsTranslator)|深度学习辅助漫画翻译工具, 支持一键机翻和简单的图像/文本编辑 Yet another computer-aided comic/manga translation tool powered by deeplearning|1777|2024-02-10|
|100|[opendilab/PPOxFamily](https://github.com/opendilab/PPOxFamily)|PPO x Family DRL Tutorial Course决策智能入门级公开课8节课帮你盘清算法理论理顺代码逻辑玩转决策AI应用实践 |1763|2023-10-09|
|101|[deepset-ai/FARM](https://github.com/deepset-ai/FARM)|:house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.|1713|2023-12-20|
|102|[BBuf/tvm_mlir_learn](https://github.com/BBuf/tvm_mlir_learn)|compiler learning resources collect.|1649|2024-01-20|
|103|[ahmedfgad/GeneticAlgorithmPython](https://github.com/ahmedfgad/GeneticAlgorithmPython)|Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).|1633|2024-02-04|
|102|[BBuf/tvm_mlir_learn](https://github.com/BBuf/tvm_mlir_learn)|compiler learning resources collect.|1650|2024-01-20|
|103|[ahmedfgad/GeneticAlgorithmPython](https://github.com/ahmedfgad/GeneticAlgorithmPython)|Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).|1634|2024-02-04|
|104|[anzhihe/learning](https://github.com/anzhihe/learning)|Learning ShellPythonGolangSystemNetwork|1630|2024-02-02|
|105|[me-shaon/bangla-programming-resources](https://github.com/me-shaon/bangla-programming-resources)|Bangla tutorial, reference and resource list on programming topics|1626|2024-01-14|
|106|[msgi/nlp-journey](https://github.com/msgi/nlp-journey)|Documents, papers and codes related to Natural Language Processing, including Topic Model, Word Embedding, Named Entity Recognition, Text Classificatin, Text Generation, Text Similarity, Machine Tran ...|1576|2023-12-01|
|107|[PaddlePaddle/PGL](https://github.com/PaddlePaddle/PGL)|Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle|1555|2023-12-11|
|107|[PaddlePaddle/PGL](https://github.com/PaddlePaddle/PGL)|Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle|1556|2023-12-11|
|108|[THUDM/CogView](https://github.com/THUDM/CogView)|Text-to-Image generation. The repo for NeurIPS 2021 paper "CogView: Mastering Text-to-Image Generation via Transformers".|1551|2023-09-25|
|109|[icopy-site/awesome-cn](https://github.com/icopy-site/awesome-cn)|超赞列表合集|1517|2024-02-09|
|110|[zhaoolee/pi](https://github.com/zhaoolee/pi)|树莓派教程,树莓派防吃灰小分队,让树莓派不再吃灰~|1500|2024-01-28|
|111|[chinesehuazhou/python-weekly](https://github.com/chinesehuazhou/python-weekly)|Python 潮流周刊分享文章、教程、开源项目、软件工具、播客和视频、热门话题等内容。A free weekly newsletter featuring noteworthy articles, tutorials, open-source projects, podcasts, videos, trending topics, and more.|1482|2024-02-03|
|112|[alecmuffett/real-world-onion-sites](https://github.com/alecmuffett/real-world-onion-sites)|This is a list of substantial, commercial-or-social-good mainstream websites which provide onion services.|1478|2024-02-10|
|109|[icopy-site/awesome-cn](https://github.com/icopy-site/awesome-cn)|超赞列表合集|1517|2024-02-10|
|110|[zhaoolee/pi](https://github.com/zhaoolee/pi)|树莓派教程,树莓派防吃灰小分队,让树莓派不再吃灰~|1502|2024-01-28|
|111|[chinesehuazhou/python-weekly](https://github.com/chinesehuazhou/python-weekly)|Python 潮流周刊分享文章、教程、开源项目、软件工具、播客和视频、热门话题等内容。A free weekly newsletter featuring noteworthy articles, tutorials, open-source projects, podcasts, videos, trending topics, and more.|1483|2024-02-03|
|112|[alecmuffett/real-world-onion-sites](https://github.com/alecmuffett/real-world-onion-sites)|This is a list of substantial, commercial-or-social-good mainstream websites which provide onion services.|1479|2024-02-11|
|113|[anyant/rssant](https://github.com/anyant/rssant)|蚁阅 - 让 RSS 更好用,轻松订阅你喜欢的博客和资讯|1473|2024-01-09|
|114|[twtrubiks/docker-tutorial](https://github.com/twtrubiks/docker-tutorial)|Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝|1459|2023-12-13|
|115|[WisdomShell/codeshell](https://github.com/WisdomShell/codeshell)|A series of code large language models developed by PKU-KCL|1454|2023-11-11|
|116|[UlionTse/translators](https://github.com/UlionTse/translators)|🌏🌍🌎Translators🌎🌍🌏 is a library that aims to bring free, multiple, enjoyable translations to individuals and students in Python. Translators是一个旨在用Python为个人和学生带来免费、多样、愉快翻译的库。|1444|2023-11-13|
|114|[twtrubiks/docker-tutorial](https://github.com/twtrubiks/docker-tutorial)|Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝|1460|2023-12-13|
|115|[WisdomShell/codeshell](https://github.com/WisdomShell/codeshell)|A series of code large language models developed by PKU-KCL|1455|2023-11-11|
|116|[UlionTse/translators](https://github.com/UlionTse/translators)|🌏🌍🌎Translators🌎🌍🌏 is a library that aims to bring free, multiple, enjoyable translations to individuals and students in Python. Translators是一个旨在用Python为个人和学生带来免费、多样、愉快翻译的库。|1445|2023-11-13|
|117|[juand-r/entity-recognition-datasets](https://github.com/juand-r/entity-recognition-datasets)|A collection of corpora for named entity recognition (NER) and entity recognition tasks. These annotated datasets cover a variety of languages, domains and entity types.|1424|2023-10-06|
|118|[malinkang/weread2notion](https://github.com/malinkang/weread2notion)|将微信读书划线同步到Notion|1409|2024-02-10|
|118|[malinkang/weread2notion](https://github.com/malinkang/weread2notion)|将微信读书划线同步到Notion|1411|2024-02-11|
|119|[ChandlerBang/awesome-self-supervised-gnn](https://github.com/ChandlerBang/awesome-self-supervised-gnn)|Papers about pretraining and self-supervised learning on Graph Neural Networks (GNN).|1390|2024-02-02|
|120|[invictus717/MetaTransformer](https://github.com/invictus717/MetaTransformer)|Meta-Transformer for Unified Multimodal Learning|1383|2023-12-05|
|120|[invictus717/MetaTransformer](https://github.com/invictus717/MetaTransformer)|Meta-Transformer for Unified Multimodal Learning|1385|2023-12-05|
|121|[getpelican/pelican-plugins](https://github.com/getpelican/pelican-plugins)|Collection of plugins for the Pelican static site generator|1374|2024-01-15|
|122|[lixi5338619/lxSpider](https://github.com/lixi5338619/lxSpider)|爬虫案例合集。包括但不限于《淘宝、京东、天猫、豆瓣、抖音、快手、微博、微信、阿里、头条、pdd、优酷、爱奇艺、携程、12306、58、搜狐、各种指数、维普万方、Zlibraty、Oalib、小说、招标网、采购网、小红书、大众点评、推特、脉脉、知乎》|1346|2023-12-22|
|122|[lixi5338619/lxSpider](https://github.com/lixi5338619/lxSpider)|爬虫案例合集。包括但不限于《淘宝、京东、天猫、豆瓣、抖音、快手、微博、微信、阿里、头条、pdd、优酷、爱奇艺、携程、12306、58、搜狐、各种指数、维普万方、Zlibraty、Oalib、小说、招标网、采购网、小红书、大众点评、推特、脉脉、知乎》|1348|2023-12-22|
|123|[ReAbout/web-sec](https://github.com/ReAbout/web-sec)|WEB安全手册(红队安全技能栈),漏洞理解,漏洞利用,代码审计和渗透测试总结。【持续更新】|1333|2024-01-29|
|124|[bookfere/Ebook-Translator-Calibre-Plugin](https://github.com/bookfere/Ebook-Translator-Calibre-Plugin)|A Calibre plugin to translate ebook into a specified language.|1317|2023-12-18|
|125|[Doragd/Algorithm-Practice-in-Industry](https://github.com/Doragd/Algorithm-Practice-in-Industry)|搜索、推荐、广告、用增等工业界实践文章收集来源知乎、Datafuntalk、技术公众号|1306|2024-02-10|
|126|[Yuukiy/JavSP](https://github.com/Yuukiy/JavSP)|汇总多站点数据的AV元数据刮削器|1304|2024-02-07|
|124|[bookfere/Ebook-Translator-Calibre-Plugin](https://github.com/bookfere/Ebook-Translator-Calibre-Plugin)|A Calibre plugin to translate ebook into a specified language.|1318|2023-12-18|
|125|[Yuukiy/JavSP](https://github.com/Yuukiy/JavSP)|汇总多站点数据的AV元数据刮削器|1313|2024-02-11|
|126|[Doragd/Algorithm-Practice-in-Industry](https://github.com/Doragd/Algorithm-Practice-in-Industry)|搜索、推荐、广告、用增等工业界实践文章收集来源知乎、Datafuntalk、技术公众号|1306|2024-02-11|
|127|[Samueli924/chaoxing](https://github.com/Samueli924/chaoxing)|超星学习通/超星尔雅/泛雅超星全自动无人值守完成任务点|1300|2023-12-24|
|128|[JunweiLiang/awesome_lists](https://github.com/JunweiLiang/awesome_lists)|Awesome Lists for Tenure-Track Assistant Professors and PhD students. (助理教授/博士生生存指南)|1248|2024-02-01|
|129|[ysyisyourbrother/SYSU_Notebook](https://github.com/ysyisyourbrother/SYSU_Notebook)|本项目分享了本人在中山大学计算机学院计算机科学专业的课程资料、笔记、回忆和整理的期末考试卷、及课程作业。希望对你们有所帮助❤如果喜欢记得给个star🌟 |1212|2024-01-21|
|130|[dipu-bd/lightnovel-crawler](https://github.com/dipu-bd/lightnovel-crawler)|Generate and download e-books from online sources.|1205|2024-02-09|
|131|[dongweiming/web_develop](https://github.com/dongweiming/web_develop)|《Python Web开发实战》书中源码|1203|2023-10-03|
|132|[YangLing0818/RPG-DiffusionMaster](https://github.com/YangLing0818/RPG-DiffusionMaster)|Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (PRG)|1173|2024-02-06|
|129|[ysyisyourbrother/SYSU_Notebook](https://github.com/ysyisyourbrother/SYSU_Notebook)|本项目分享了本人在中山大学计算机学院计算机科学专业的课程资料、笔记、回忆和整理的期末考试卷、及课程作业。希望对你们有所帮助❤如果喜欢记得给个star🌟 |1213|2024-01-21|
|130|[dipu-bd/lightnovel-crawler](https://github.com/dipu-bd/lightnovel-crawler)|Generate and download e-books from online sources.|1208|2024-02-10|
|131|[dongweiming/web_develop](https://github.com/dongweiming/web_develop)|《Python Web开发实战》书中源码|1204|2023-10-03|
|132|[YangLing0818/RPG-DiffusionMaster](https://github.com/YangLing0818/RPG-DiffusionMaster)|Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (PRG)|1175|2024-02-06|
|133|[LittleBear4/OA-EXPTOOL](https://github.com/LittleBear4/OA-EXPTOOL)|OA综合利用工具集合将近20款OA漏洞批量扫描|1160|2023-10-28|
|134|[stacklens/django_blog_tutorial](https://github.com/stacklens/django_blog_tutorial)|Django搭建博客教程|1156|2023-10-15|
|135|[Rainbow-Dreamer/musicpy](https://github.com/Rainbow-Dreamer/musicpy)|Musicpy is a music programming language in Python designed to write music in very handy syntax through music theory and algorithms.|1155|2023-08-12|
|136|[nishiwen1214/ChatReviewer](https://github.com/nishiwen1214/ChatReviewer)|ChatReviewer: 使用ChatGPT分析论文优缺点提出改进建议|1149|2023-12-23|
|137|[NanmiCoder/MediaCrawler](https://github.com/NanmiCoder/MediaCrawler)|小红书笔记 评论爬虫、抖音视频 评论爬虫、快手视频 评论爬虫、B 站视频 评论爬虫、微博帖子 评论爬虫|1145|2024-01-26|
|138|[youngfish42/Awesome-FL](https://github.com/youngfish42/Awesome-FL)|Comprehensive and timely academic information on federated learning (papers, frameworks, datasets, tutorials, workshops)|1145|2024-02-06|
|139|[DeppWang/youdaonote-pull](https://github.com/DeppWang/youdaonote-pull)|📝 一个一键导出 / 备份「有道云笔记」所有笔记的 Python 脚本。 A Python script to export/backup all the notes of the "Youdao Note".|1115|2023-09-14|
|140|[xiaolai/public-speaking-with-meaning](https://github.com/xiaolai/public-speaking-with-meaning)|《我也有话要说》—— 普通人的当众讲话技能 |1113|2023-12-21|
|141|[DengBoCong/nlp-paper](https://github.com/DengBoCong/nlp-paper)|自然语言处理领域下的相关论文附阅读笔记复现模型以及数据处理等代码含TensorFlow和PyTorch两版本|1090|2024-01-05|
|142|[microsoft/Semi-supervised-learning](https://github.com/microsoft/Semi-supervised-learning)|A Unified Semi-Supervised Learning Codebase (NeurIPS'22)|1083|2024-01-23|
|143|[whyliam/whyliam.workflows.youdao](https://github.com/whyliam/whyliam.workflows.youdao)|使用有道翻译你想知道的单词和语句|1072|2023-08-13|
|134|[stacklens/django_blog_tutorial](https://github.com/stacklens/django_blog_tutorial)|Django搭建博客教程|1157|2023-10-15|
|135|[nishiwen1214/ChatReviewer](https://github.com/nishiwen1214/ChatReviewer)|ChatReviewer: 使用ChatGPT分析论文优缺点提出改进建议|1149|2023-12-23|
|136|[NanmiCoder/MediaCrawler](https://github.com/NanmiCoder/MediaCrawler)|小红书笔记 评论爬虫、抖音视频 评论爬虫、快手视频 评论爬虫、B 站视频 评论爬虫、微博帖子 评论爬虫|1147|2024-01-26|
|137|[youngfish42/Awesome-FL](https://github.com/youngfish42/Awesome-FL)|Comprehensive and timely academic information on federated learning (papers, frameworks, datasets, tutorials, workshops)|1145|2024-02-06|
|138|[DeppWang/youdaonote-pull](https://github.com/DeppWang/youdaonote-pull)|📝 一个一键导出 / 备份「有道云笔记」所有笔记的 Python 脚本。 A Python script to export/backup all the notes of the "Youdao Note".|1115|2023-09-14|
|139|[xiaolai/public-speaking-with-meaning](https://github.com/xiaolai/public-speaking-with-meaning)|《我也有话要说》—— 普通人的当众讲话技能 |1113|2023-12-21|
|140|[DengBoCong/nlp-paper](https://github.com/DengBoCong/nlp-paper)|自然语言处理领域下的相关论文附阅读笔记复现模型以及数据处理等代码含TensorFlow和PyTorch两版本|1090|2024-01-05|
|141|[microsoft/Semi-supervised-learning](https://github.com/microsoft/Semi-supervised-learning)|A Unified Semi-Supervised Learning Codebase (NeurIPS'22)|1083|2024-01-23|
|142|[whyliam/whyliam.workflows.youdao](https://github.com/whyliam/whyliam.workflows.youdao)|使用有道翻译你想知道的单词和语句|1072|2023-08-13|
|143|[rcore-os/rCore-Tutorial-Book-v3](https://github.com/rcore-os/rCore-Tutorial-Book-v3)|A book about how to write OS kernels in Rust easily.|1067|2024-02-07|
|144|[HaddyYang/django2.0-course](https://github.com/HaddyYang/django2.0-course)|Django2.0视频教程相关代码(杨仕航)|1067|2023-12-19|
|145|[rcore-os/rCore-Tutorial-Book-v3](https://github.com/rcore-os/rCore-Tutorial-Book-v3)|A book about how to write OS kernels in Rust easily.|1066|2024-02-07|
|146|[521xueweihan/python](https://github.com/521xueweihan/python)|《笨方法学 Python》Learn Python the Hard Way学习笔记|1064|2023-12-16|
|147|[Fanghua-Yu/SUPIR](https://github.com/Fanghua-Yu/SUPIR)|SUPIR aims at developing Practical Algorithms for Photo-Realistic Image Restoration In the Wild|1007|2024-02-05|
|148|[srx-2000/spider_collection](https://github.com/srx-2000/spider_collection)|python爬虫目前库存网易云音乐歌曲爬取B站视频爬取知乎问答爬取壁纸爬取xvideos视频爬取有声书爬取微博爬虫安居客信息爬取+数据可视化哔哩哔哩视频封面提取器ip代理池封装知乎百万级用户爬虫+数据分析github用户爬虫|943|2023-10-18|
|149|[GoodCoder666/GoogleTranslate_IPFinder](https://github.com/GoodCoder666/GoogleTranslate_IPFinder)|谷歌翻译服务器在中国大陆的IP地址扫描、测速工具支持GUI图形界面。|939|2024-02-04|
|150|[wikipedia2vec/wikipedia2vec](https://github.com/wikipedia2vec/wikipedia2vec)|A tool for learning vector representations of words and entities from Wikipedia|907|2024-01-11|
|151|[tangxyw/RecSysPapers](https://github.com/tangxyw/RecSysPapers)|推荐/广告/搜索领域工业界经典以及最前沿论文集合。A collection of industry classics and cutting-edge papers in the field of recommendation/advertising/search.|861|2023-12-30|
|152|[THUDM/ImageReward](https://github.com/THUDM/ImageReward)|[NeurIPS 2023] ImageReward: Learning and Evaluating Human Preferences for Text-to-image Generation|859|2023-09-25|
|153|[ramsrigouthamg/Questgen.ai](https://github.com/ramsrigouthamg/Questgen.ai)|Question generation using state-of-the-art Natural Language Processing algorithms|842|2023-12-08|
|154|[hongwenjun/vps_setup](https://github.com/hongwenjun/vps_setup)|linux vim bash 脚本学习笔记 by 蘭雅sRGB https://262235.xyz/|842|2023-08-28|
|155|[spiside/pdb-tutorial](https://github.com/spiside/pdb-tutorial)|A simple tutorial about effectively using pdb|820|2023-09-03|
|156|[RiseInRose/MiniGPT-4-ZH](https://github.com/RiseInRose/MiniGPT-4-ZH)|MiniGPT-4 中文部署翻译 完善部署细节|813|2024-02-10|
|157|[WangRongsheng/ChatGenTitle](https://github.com/WangRongsheng/ChatGenTitle)|🌟 ChatGenTitle使用百万arXiv论文信息在LLaMA模型上进行微调的论文题目生成模型|808|2023-08-13|
|158|[ypwhs/dl-engineer-guidebook](https://github.com/ypwhs/dl-engineer-guidebook)|深度学习工程师生存指南|789|2023-12-14|
|159|[996refuse/zheye](https://github.com/996refuse/zheye)|者也 - 知乎 倒立的文字 汉字验证码识别程序|785|2023-10-08|
|160|[fugary/calibre-douban](https://github.com/fugary/calibre-douban)|Calibre new douban metadata source plugin. Douban no longer provides book APIs to the public, so it can only use web crawling to obtain data. This is a calibre Douban plugin based on web crawling.|776|2024-01-01|
|161|[OpenGVLab/InternVideo](https://github.com/OpenGVLab/InternVideo)|InternVideo: General Video Foundation Models via Generative and Discriminative Learning (https://arxiv.org/abs/2212.03191)|753|2024-01-31|
|162|[Rick-Lang/rickroll-lang](https://github.com/Rick-Lang/rickroll-lang)|The Rick Roll programming language is a rickroll based, process oriented, dynamic, strong, esoteric programming language. All of the keywords/statements are from Rick Astley's lyrics. Check our tutori ...|730|2024-01-03|
|163|[yeyupiaoling/PPASR](https://github.com/yeyupiaoling/PPASR)|基于PaddlePaddle实现端到端中文语音识别从入门到实战超简单的入门案例超实用的企业项目。支持当前最流行的DeepSpeech2、Conformer、Squeezeformer模型|724|2023-12-16|
|164|[hhstore/annotated-py-projects](https://github.com/hhstore/annotated-py-projects)|fastapi/flask/sanic/asyncio/bottle/webpy 等源码注解合集|696|2023-12-21|
|165|[talkingwallace/ChatGPT-Paper-Reader](https://github.com/talkingwallace/ChatGPT-Paper-Reader)|This repo offers a simple interface that helps you to read&summerize research papers in pdf format. You can ask some questions after reading. This interface is developed based on openai API and using ...|687|2023-11-21|
|166|[vzhd1701/evernote-backup](https://github.com/vzhd1701/evernote-backup)|Backup & export all Evernote notes and notebooks|677|2023-12-06|
|167|[MiracleYoung/You-are-Pythonista](https://github.com/MiracleYoung/You-are-Pythonista)|汇聚【Python应用】【Python实训】【Python技术分享】等等|675|2024-02-08|
|168|[wdmpa/content-farm-list](https://github.com/wdmpa/content-farm-list)|List of content farm sites like g.penzai.com.|671|2024-01-10|
|169|[baabaaox/ScrapyDouban](https://github.com/baabaaox/ScrapyDouban)| 豆瓣电影/豆瓣读书 Scarpy 爬虫|665|2023-12-04|
|170|[OrionStarAI/Orion](https://github.com/OrionStarAI/Orion)|Orion-14B is a family of models includes a 14B foundation LLM, and a series of models: a chat model, a long context model, a quantized model, a RAG fine-tuned model, and an Agent fine-tuned model. Ori ...|659|2024-01-25|
|171|[BLKSerene/Wordless](https://github.com/BLKSerene/Wordless)|An Integrated Corpus Tool With Multilingual Support for the Study of Language, Literature, and Translation|653|2024-01-13|
|172|[psoho/fast-poster](https://github.com/psoho/fast-poster)|🔥🔥🔥 fastposter海报生成器,图片生成器,电商海报编辑器,海报设计器,电商图片合成,海报开发。生成朋友圈分享海报并生成图片二维码海报图片海报图片合成二维码推广海报支持Java Python PHP Go JS 小程序。https://fastposter.net/doc/|652|2024-02-02|
|173|[NEKOparapa/AiNiee](https://github.com/NEKOparapa/AiNiee)|一款Ai翻译工具主要用来翻译RPG游戏。|647|2024-02-08|
|174|[muziing/PySide6-Code-Tutorial](https://github.com/muziing/PySide6-Code-Tutorial)|可能是最好的PySide6中文教程用代码实例讲解PySide6附优质Demos、图标库、QSS皮肤、相关文章等分享|646|2024-02-03|
|175|[facebookresearch/flores](https://github.com/facebookresearch/flores)|Facebook Low Resource (FLoRes) MT Benchmark|642|2023-11-20|
|176|[yikeke/zh-style-guide](https://github.com/yikeke/zh-style-guide)|An open-source style guide for writing Chinese technical documents: https://zh-style-guide.readthedocs.io|637|2024-01-31|
|177|[open-mmlab/mmfewshot](https://github.com/open-mmlab/mmfewshot)|OpenMMLab FewShot Learning Toolbox and Benchmark|635|2023-09-05|
|178|[G-U-N/PyCIL](https://github.com/G-U-N/PyCIL)|PyCIL: A Python Toolbox for Class-Incremental Learning|630|2024-01-31|
|179|[Cirn09/calibre-do-not-translate-my-path](https://github.com/Cirn09/calibre-do-not-translate-my-path)|Switch my calibre library from ascii path to plain Unicode path. 将我的书库从拼音目录切换至非纯英文(中文)命名|628|2024-02-09|
|180|[SakuraLLM/Sakura-13B-Galgame](https://github.com/SakuraLLM/Sakura-13B-Galgame)|适配轻小说/Galgame的日中翻译大模型|627|2024-02-09|
|181|[myhhub/KnowledgeGraph](https://github.com/myhhub/KnowledgeGraph)|knowledge graph知识图谱,从零开始构建知识图谱|600|2023-09-18|
|182|[howie6879/weekly](https://github.com/howie6879/weekly)|老胡的信息技术周刊❤️记录我本周看到的有价值的信息,针对优秀项目、软件、教程资料、网站等。|593|2024-02-09|
|183|[huxiaoman7/leetcodebook](https://github.com/huxiaoman7/leetcodebook)|leetcode 1~400知识点&题型总结&leetcode对应题表|593|2023-10-06|
|184|[AzatAI/cs_books](https://github.com/AzatAI/cs_books)|Computer science books Recommended by AzatAI. (Education ONLY) |583|2023-09-27|
|185|[ReaJason/xhs](https://github.com/ReaJason/xhs)|基于小红书 Web 端进行的请求封装。https://reajason.github.io/xhs/|582|2024-01-13|
|186|[songluyi/crawl_wechat](https://github.com/songluyi/crawl_wechat)|用于批量爬取微信公众号所有文章|582|2023-12-19|
|187|[wx-chevalier/Awesome-CheatSheets-and-MindMaps](https://github.com/wx-chevalier/Awesome-CheatSheets-and-MindMaps)|:books: Ultimate CheatSheets(Tutorials&MindMap), overview of syntax, features and practical tips, collection of useful code snippets, go from zero to hero at fly. :dizzy: 干货满满的全栈开发速学速查手册集锦|580|2024-02-09|
|188|[aimuch/iAI](https://github.com/aimuch/iAI)|🎯 保姆级深度学习从入门到放弃 🤪 🤪|579|2024-01-24|
|189|[sec-bit/awesome-buggy-erc20-tokens](https://github.com/sec-bit/awesome-buggy-erc20-tokens)|A Collection of Vulnerabilities in ERC20 Smart Contracts With Tokens Affected|577|2023-09-28|
|190|[p0n1/epub_to_audiobook](https://github.com/p0n1/epub_to_audiobook)|EPUB to audiobook converter, optimized for Audiobookshelf|549|2024-01-23|
|191|[cx2333-gt/GalTransl](https://github.com/cx2333-gt/GalTransl)|支持GPT-3.5/GPT-4/Newbing/Sakura等大语言模型的Galgame自动化翻译解决方案|539|2024-02-09|
|192|[saveweb/review-2023](https://github.com/saveweb/review-2023)|二〇二三年的年终总结都写好了吗?|538|2024-02-10|
|193|[haofeixu/gmflow](https://github.com/haofeixu/gmflow)|[CVPR'22 Oral] GMFlow: Learning Optical Flow via Global Matching|531|2024-01-16|
|194|[entr0pia/SwitchyOmega-Whitelist](https://github.com/entr0pia/SwitchyOmega-Whitelist)|中国大陆域名, SwitchyOmega 白名单规则, 每天自动更新|531|2024-02-10|
|195|[Algebra-FUN/WeReadScan](https://github.com/Algebra-FUN/WeReadScan)|扫描“微信读书”已购图书并下载本地PDF的爬虫|530|2023-09-19|
|196|[SocialSisterYi/CxKitty](https://github.com/SocialSisterYi/CxKitty)|超星学习通答题姬(视频文档观看、模拟答题,无需浏览器、无需油猴,容器/host 运行ok|523|2023-12-21|
|197|[drunkdream/weread-exporter](https://github.com/drunkdream/weread-exporter)|将微信读书中的书籍导出成epub、pdf、mobi等格式|521|2024-01-10|
|198|[jiji262/douyin-downloader](https://github.com/jiji262/douyin-downloader)|抖音批量下载工具,去水印,支持视频、图集、合集、音乐(原声)。免费!免费!免费!|508|2024-02-06|
|199|[MazzaWill/neo4j-python-pandas-py2neo-v3](https://github.com/MazzaWill/neo4j-python-pandas-py2neo-v3)|利用pandas将excel中数据抽取以三元组形式加载到neo4j数据库中构建相关知识图谱|508|2024-01-13|
|200|[soulteary/docker-llama2-chat](https://github.com/soulteary/docker-llama2-chat)|Play LLaMA2 (official / 中文版 / INT4 / llama2.cpp) Together! ONLY 3 STEPS! ( non GPU / 5GB vRAM / 8~14GB vRAM)|501|2023-08-14|
|145|[521xueweihan/python](https://github.com/521xueweihan/python)|《笨方法学 Python》Learn Python the Hard Way学习笔记|1064|2023-12-16|
|146|[Fanghua-Yu/SUPIR](https://github.com/Fanghua-Yu/SUPIR)|SUPIR aims at developing Practical Algorithms for Photo-Realistic Image Restoration In the Wild|1019|2024-02-05|
|147|[srx-2000/spider_collection](https://github.com/srx-2000/spider_collection)|python爬虫目前库存网易云音乐歌曲爬取B站视频爬取知乎问答爬取壁纸爬取xvideos视频爬取有声书爬取微博爬虫安居客信息爬取+数据可视化哔哩哔哩视频封面提取器ip代理池封装知乎百万级用户爬虫+数据分析github用户爬虫|943|2023-10-18|
|148|[GoodCoder666/GoogleTranslate_IPFinder](https://github.com/GoodCoder666/GoogleTranslate_IPFinder)|谷歌翻译服务器在中国大陆的IP地址扫描、测速工具支持GUI图形界面。|939|2024-02-04|
|149|[wikipedia2vec/wikipedia2vec](https://github.com/wikipedia2vec/wikipedia2vec)|A tool for learning vector representations of words and entities from Wikipedia|907|2024-01-11|
|150|[tangxyw/RecSysPapers](https://github.com/tangxyw/RecSysPapers)|推荐/广告/搜索领域工业界经典以及最前沿论文集合。A collection of industry classics and cutting-edge papers in the field of recommendation/advertising/search.|861|2023-12-30|
|151|[THUDM/ImageReward](https://github.com/THUDM/ImageReward)|[NeurIPS 2023] ImageReward: Learning and Evaluating Human Preferences for Text-to-image Generation|860|2023-09-25|
|152|[ramsrigouthamg/Questgen.ai](https://github.com/ramsrigouthamg/Questgen.ai)|Question generation using state-of-the-art Natural Language Processing algorithms|843|2023-12-08|
|153|[hongwenjun/vps_setup](https://github.com/hongwenjun/vps_setup)|linux vim bash 脚本学习笔记 by 蘭雅sRGB https://262235.xyz/|842|2023-08-28|
|154|[spiside/pdb-tutorial](https://github.com/spiside/pdb-tutorial)|A simple tutorial about effectively using pdb|820|2023-09-03|
|155|[RiseInRose/MiniGPT-4-ZH](https://github.com/RiseInRose/MiniGPT-4-ZH)|MiniGPT-4 中文部署翻译 完善部署细节|813|2024-02-11|
|156|[WangRongsheng/ChatGenTitle](https://github.com/WangRongsheng/ChatGenTitle)|🌟 ChatGenTitle使用百万arXiv论文信息在LLaMA模型上进行微调的论文题目生成模型|808|2023-08-13|
|157|[ypwhs/dl-engineer-guidebook](https://github.com/ypwhs/dl-engineer-guidebook)|深度学习工程师生存指南|789|2023-12-14|
|158|[996refuse/zheye](https://github.com/996refuse/zheye)|者也 - 知乎 倒立的文字 汉字验证码识别程序|785|2023-10-08|
|159|[fugary/calibre-douban](https://github.com/fugary/calibre-douban)|Calibre new douban metadata source plugin. Douban no longer provides book APIs to the public, so it can only use web crawling to obtain data. This is a calibre Douban plugin based on web crawling.|776|2024-01-01|
|160|[OpenGVLab/InternVideo](https://github.com/OpenGVLab/InternVideo)|InternVideo: General Video Foundation Models via Generative and Discriminative Learning (https://arxiv.org/abs/2212.03191)|753|2024-01-31|
|161|[Rick-Lang/rickroll-lang](https://github.com/Rick-Lang/rickroll-lang)|The Rick Roll programming language is a rickroll based, process oriented, dynamic, strong, esoteric programming language. All of the keywords/statements are from Rick Astley's lyrics. Check our tutori ...|730|2024-01-03|
|162|[yeyupiaoling/PPASR](https://github.com/yeyupiaoling/PPASR)|基于PaddlePaddle实现端到端中文语音识别从入门到实战超简单的入门案例超实用的企业项目。支持当前最流行的DeepSpeech2、Conformer、Squeezeformer模型|724|2023-12-16|
|163|[hhstore/annotated-py-projects](https://github.com/hhstore/annotated-py-projects)|fastapi/flask/sanic/asyncio/bottle/webpy 等源码注解合集|696|2023-12-21|
|164|[talkingwallace/ChatGPT-Paper-Reader](https://github.com/talkingwallace/ChatGPT-Paper-Reader)|This repo offers a simple interface that helps you to read&summerize research papers in pdf format. You can ask some questions after reading. This interface is developed based on openai API and using ...|687|2023-11-21|
|165|[vzhd1701/evernote-backup](https://github.com/vzhd1701/evernote-backup)|Backup & export all Evernote notes and notebooks|681|2023-12-06|
|166|[MiracleYoung/You-are-Pythonista](https://github.com/MiracleYoung/You-are-Pythonista)|汇聚【Python应用】【Python实训】【Python技术分享】等等|675|2024-02-08|
|167|[wdmpa/content-farm-list](https://github.com/wdmpa/content-farm-list)|List of content farm sites like g.penzai.com.|671|2024-01-10|
|168|[baabaaox/ScrapyDouban](https://github.com/baabaaox/ScrapyDouban)| 豆瓣电影/豆瓣读书 Scarpy 爬虫|665|2023-12-04|
|169|[OrionStarAI/Orion](https://github.com/OrionStarAI/Orion)|Orion-14B is a family of models includes a 14B foundation LLM, and a series of models: a chat model, a long context model, a quantized model, a RAG fine-tuned model, and an Agent fine-tuned model. Ori ...|661|2024-01-25|
|170|[BLKSerene/Wordless](https://github.com/BLKSerene/Wordless)|An Integrated Corpus Tool With Multilingual Support for the Study of Language, Literature, and Translation|653|2024-01-13|
|171|[psoho/fast-poster](https://github.com/psoho/fast-poster)|🔥🔥🔥 fastposter海报生成器,图片生成器,电商海报编辑器,海报设计器,电商图片合成,海报开发。生成朋友圈分享海报并生成图片二维码海报图片海报图片合成二维码推广海报支持Java Python PHP Go JS 小程序。https://fastposter.net/doc/|652|2024-02-02|
|172|[NEKOparapa/AiNiee](https://github.com/NEKOparapa/AiNiee)|一款Ai翻译工具主要用来翻译RPG游戏。|648|2024-02-08|
|173|[muziing/PySide6-Code-Tutorial](https://github.com/muziing/PySide6-Code-Tutorial)|可能是最好的PySide6中文教程用代码实例讲解PySide6附优质Demos、图标库、QSS皮肤、相关文章等分享|648|2024-02-03|
|174|[facebookresearch/flores](https://github.com/facebookresearch/flores)|Facebook Low Resource (FLoRes) MT Benchmark|642|2023-11-20|
|175|[yikeke/zh-style-guide](https://github.com/yikeke/zh-style-guide)|An open-source style guide for writing Chinese technical documents: https://zh-style-guide.readthedocs.io|637|2024-01-31|
|176|[open-mmlab/mmfewshot](https://github.com/open-mmlab/mmfewshot)|OpenMMLab FewShot Learning Toolbox and Benchmark|635|2023-09-05|
|177|[G-U-N/PyCIL](https://github.com/G-U-N/PyCIL)|PyCIL: A Python Toolbox for Class-Incremental Learning|630|2024-01-31|
|178|[SakuraLLM/Sakura-13B-Galgame](https://github.com/SakuraLLM/Sakura-13B-Galgame)|适配轻小说/Galgame的日中翻译大模型|629|2024-02-09|
|179|[Cirn09/calibre-do-not-translate-my-path](https://github.com/Cirn09/calibre-do-not-translate-my-path)|Switch my calibre library from ascii path to plain Unicode path. 将我的书库从拼音目录切换至非纯英文(中文)命名|629|2024-02-09|
|180|[myhhub/KnowledgeGraph](https://github.com/myhhub/KnowledgeGraph)|knowledge graph知识图谱,从零开始构建知识图谱|600|2023-09-18|
|181|[howie6879/weekly](https://github.com/howie6879/weekly)|老胡的信息技术周刊❤️记录我本周看到的有价值的信息,针对优秀项目、软件、教程资料、网站等。|593|2024-02-10|
|182|[huxiaoman7/leetcodebook](https://github.com/huxiaoman7/leetcodebook)|leetcode 1~400知识点&题型总结&leetcode对应题表|593|2023-10-06|
|183|[ReaJason/xhs](https://github.com/ReaJason/xhs)|基于小红书 Web 端进行的请求封装。https://reajason.github.io/xhs/|585|2024-01-13|
|184|[AzatAI/cs_books](https://github.com/AzatAI/cs_books)|Computer science books Recommended by AzatAI. (Education ONLY) |585|2023-09-27|
|185|[songluyi/crawl_wechat](https://github.com/songluyi/crawl_wechat)|用于批量爬取微信公众号所有文章|582|2023-12-19|
|186|[wx-chevalier/Awesome-CheatSheets-and-MindMaps](https://github.com/wx-chevalier/Awesome-CheatSheets-and-MindMaps)|:books: Ultimate CheatSheets(Tutorials&MindMap), overview of syntax, features and practical tips, collection of useful code snippets, go from zero to hero at fly. :dizzy: 干货满满的全栈开发速学速查手册集锦|580|2024-02-09|
|187|[aimuch/iAI](https://github.com/aimuch/iAI)|🎯 保姆级深度学习从入门到放弃 🤪 🤪|579|2024-01-24|
|188|[sec-bit/awesome-buggy-erc20-tokens](https://github.com/sec-bit/awesome-buggy-erc20-tokens)|A Collection of Vulnerabilities in ERC20 Smart Contracts With Tokens Affected|577|2023-09-28|
|189|[p0n1/epub_to_audiobook](https://github.com/p0n1/epub_to_audiobook)|EPUB to audiobook converter, optimized for Audiobookshelf|552|2024-01-23|
|190|[cx2333-gt/GalTransl](https://github.com/cx2333-gt/GalTransl)|支持GPT-3.5/GPT-4/Newbing/Sakura等大语言模型的Galgame自动化翻译解决方案|540|2024-02-09|
|191|[saveweb/review-2023](https://github.com/saveweb/review-2023)|二〇二三年的年终总结都写好了吗?|538|2024-02-11|
|192|[haofeixu/gmflow](https://github.com/haofeixu/gmflow)|[CVPR'22 Oral] GMFlow: Learning Optical Flow via Global Matching|531|2024-01-16|
|193|[entr0pia/SwitchyOmega-Whitelist](https://github.com/entr0pia/SwitchyOmega-Whitelist)|中国大陆域名, SwitchyOmega 白名单规则, 每天自动更新|531|2024-02-11|
|194|[Algebra-FUN/WeReadScan](https://github.com/Algebra-FUN/WeReadScan)|扫描“微信读书”已购图书并下载本地PDF的爬虫|530|2023-09-19|
|195|[SocialSisterYi/CxKitty](https://github.com/SocialSisterYi/CxKitty)|超星学习通答题姬(视频文档观看、模拟答题,无需浏览器、无需油猴,容器/host 运行ok|523|2023-12-21|
|196|[drunkdream/weread-exporter](https://github.com/drunkdream/weread-exporter)|将微信读书中的书籍导出成epub、pdf、mobi等格式|522|2024-01-10|
|197|[jiji262/douyin-downloader](https://github.com/jiji262/douyin-downloader)|抖音批量下载工具,去水印,支持视频、图集、合集、音乐(原声)。免费!免费!免费!|508|2024-02-06|
|198|[MazzaWill/neo4j-python-pandas-py2neo-v3](https://github.com/MazzaWill/neo4j-python-pandas-py2neo-v3)|利用pandas将excel中数据抽取以三元组形式加载到neo4j数据库中构建相关知识图谱|508|2024-01-13|
|199|[soulteary/docker-llama2-chat](https://github.com/soulteary/docker-llama2-chat)|Play LLaMA2 (official / 中文版 / INT4 / llama2.cpp) Together! ONLY 3 STEPS! ( non GPU / 5GB vRAM / 8~14GB vRAM)|501|2023-08-14|
|200|[codefuse-ai/CodeFuse-DevOps-Model](https://github.com/codefuse-ai/CodeFuse-DevOps-Model)|DevOps-Models is a series of industrial-first LLMs for theDevOps domain. Asking it for any question in the DevOps domain to get solution!|490|2024-01-23|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,13 +1,13 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > Swift
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[ochococo/Design-Patterns-In-Swift](https://github.com/ochococo/Design-Patterns-In-Swift)|📖 Design Patterns implemented in Swift 5.0|14875|2024-01-18|
|2|[RanKKI/LawRefBook](https://github.com/RanKKI/LawRefBook)|中华人民共和国法律手册|2146|2023-12-31|
|3|[TortugaPower/BookPlayer](https://github.com/TortugaPower/BookPlayer)|Player for your DRM-free audiobooks|1406|2024-02-10|
|3|[TortugaPower/BookPlayer](https://github.com/TortugaPower/BookPlayer)|Player for your DRM-free audiobooks|1407|2024-02-11|
|4|[pro648/BasicDemos-iOS](https://github.com/pro648/BasicDemos-iOS)|iOS学习进程中的demo汇总|474|2023-10-04|
|5|[JmoVxia/CLDemo](https://github.com/JmoVxia/CLDemo)|记录平时博客中的Demo持续更新|462|2024-01-12|
|6|[RickeyBoy/Rickey-iOS-Notes](https://github.com/RickeyBoy/Rickey-iOS-Notes)|一些笔记和收获README 就是目录|359|2024-02-02|
@ -19,20 +19,19 @@
|12|[fatbobman/BlogCodes](https://github.com/fatbobman/BlogCodes)|【肘子的Swift笔记】博文中的代码汇总|66|2024-01-08|
|13|[ZhongshanHuang/PoReader](https://github.com/ZhongshanHuang/PoReader)|本地小说阅读器支持深色模式Wifi传书代码简洁有注释(local text reader, support dark modal, upload text by wifi)|53|2023-12-04|
|14|[starainDou/DDYDayly](https://github.com/starainDou/DDYDayly)|iOS每天学点知识。文章博客开源库Demo软件插件工具...好记性不如烂笔头,最怕有时候看到过类似知识点就是想不起来在哪里看过。。。|48|2023-08-18|
|15|[yungfan/iOS-BasedOnSwift](https://github.com/yungfan/iOS-BasedOnSwift)|iOS开发教程案例代码|34|2023-08-12|
|16|[crazypoo/PTools](https://github.com/crazypoo/PTools)|iOS开发工具小集合,不定期更新|30|2024-02-01|
|17|[dyljqq/DJGithub](https://github.com/dyljqq/DJGithub)|纯Swift搭建的个人的Github客户端。里面也会本地收录一些日常开发中看的博客等。|20|2023-12-16|
|18|[songgeb/I-Love-iOS](https://github.com/songgeb/I-Love-iOS)|iOS学习笔记技术道路走到黑|18|2024-02-04|
|19|[MetaBBLv/SwiftUIModifier](https://github.com/MetaBBLv/SwiftUIModifier)|关于SwiftUI中基础组件的修饰符的学习过程|17|2023-09-07|
|20|[GarveyCalvin/SwiftUI-Tutorials](https://github.com/GarveyCalvin/SwiftUI-Tutorials)|SwiftUI教程-不定时更新|16|2023-10-16|
|21|[SurveyCake/webhook](https://github.com/SurveyCake/webhook)|How to use SurveyCake webhook|16|2024-01-23|
|22|[Andy0570/RoadToSwift](https://github.com/Andy0570/RoadToSwift)|My Swift self-study tour 🤪 |13|2023-11-08|
|23|[reers/ReerKit](https://github.com/reers/ReerKit)|Swift 基础库. A collection of Swift extensions and utilities.|12|2024-02-05|
|24|[aruis/BookTime](https://github.com/aruis/BookTime)|做一个安静的读书人|12|2024-01-05|
|25|[fangjinfeng/FJFSwiftBlogDemo](https://github.com/fangjinfeng/FJFSwiftBlogDemo)|博客相关的swift的demo|10|2023-11-22|
|26|[rztime/QuicklySwift](https://github.com/rztime/QuicklySwift)|swift 提高UI编写效率常用方法集合|9|2024-01-04|
|27|[RicardoWesleyli/SwiftUI](https://github.com/RicardoWesleyli/SwiftUI)|SwiftUI极简开发书籍配套代码|8|2023-08-30|
|28|[1220144667/SwiftUI](https://github.com/1220144667/SwiftUI)|SwiftUI学习项目|6|2023-11-16|
|15|[crazypoo/PTools](https://github.com/crazypoo/PTools)|iOS开发工具小集合,不定期更新|30|2024-02-01|
|16|[dyljqq/DJGithub](https://github.com/dyljqq/DJGithub)|纯Swift搭建的个人的Github客户端。里面也会本地收录一些日常开发中看的博客等。|20|2023-12-16|
|17|[songgeb/I-Love-iOS](https://github.com/songgeb/I-Love-iOS)|iOS学习笔记技术道路走到黑|18|2024-02-04|
|18|[MetaBBLv/SwiftUIModifier](https://github.com/MetaBBLv/SwiftUIModifier)|关于SwiftUI中基础组件的修饰符的学习过程|17|2023-09-07|
|19|[GarveyCalvin/SwiftUI-Tutorials](https://github.com/GarveyCalvin/SwiftUI-Tutorials)|SwiftUI教程-不定时更新|16|2023-10-16|
|20|[SurveyCake/webhook](https://github.com/SurveyCake/webhook)|How to use SurveyCake webhook|16|2024-01-23|
|21|[Andy0570/RoadToSwift](https://github.com/Andy0570/RoadToSwift)|My Swift self-study tour 🤪 |13|2023-11-08|
|22|[reers/ReerKit](https://github.com/reers/ReerKit)|Swift 基础库. A collection of Swift extensions and utilities.|12|2024-02-05|
|23|[aruis/BookTime](https://github.com/aruis/BookTime)|做一个安静的读书人|12|2024-01-05|
|24|[fangjinfeng/FJFSwiftBlogDemo](https://github.com/fangjinfeng/FJFSwiftBlogDemo)|博客相关的swift的demo|10|2023-11-22|
|25|[rztime/QuicklySwift](https://github.com/rztime/QuicklySwift)|swift 提高UI编写效率常用方法集合|9|2024-01-04|
|26|[RicardoWesleyli/SwiftUI](https://github.com/RicardoWesleyli/SwiftUI)|SwiftUI极简开发书籍配套代码|8|2023-08-30|
|27|[1220144667/SwiftUI](https://github.com/1220144667/SwiftUI)|SwiftUI学习项目|6|2023-11-16|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,105 +1,106 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > TypeScript
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[RealKai42/qwerty-learner](https://github.com/RealKai42/qwerty-learner)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers|13934|2024-01-25|
|2|[xcatliu/typescript-tutorial](https://github.com/xcatliu/typescript-tutorial)|TypeScript 入门教程|10168|2023-11-27|
|3|[cuixiaorui/mini-vue](https://github.com/cuixiaorui/mini-vue)|实现最简 vue3 模型( Help you learn more efficiently vue3 source code )|9768|2023-11-27|
|4|[gibbok/typescript-book](https://github.com/gibbok/typescript-book)|The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.|8116|2024-01-24|
|5|[zhongsp/TypeScript](https://github.com/zhongsp/TypeScript)|TypeScript 使用手册中文版翻译。http://www.typescriptlang.org|6883|2024-02-05|
|6|[jkchao/typescript-book-chinese](https://github.com/jkchao/typescript-book-chinese)|TypeScript Deep Dive 中文版 |6365|2023-11-27|
|7|[rockbenben/ChatGPT-Shortcut](https://github.com/rockbenben/ChatGPT-Shortcut)|🚀💪Maximize your efficiency and productivity, support for English,中文,Español,العربية. 让生产力加倍的AI快捷指令。更有效地定制、保存和分享自己的提示词。在提示词分享社区中轻松找到适用于不同场景的指令。|5602|2024-02-04|
|8|[JimmyLv/BibiGPT-v1](https://github.com/JimmyLv/BibiGPT-v1)|BibiGPT v1 · one-Click AI Summary for Audio/Video & Chat with Learning Content: Bilibili YouTube Tweet丨TikTok丨Dropbox丨Google Drive丨Local files Websites丨Podcasts Meetings Lectures, etc. 音视频内容 ...|4707|2023-11-09|
|9|[loiane/javascript-datastructures-algorithms](https://github.com/loiane/javascript-datastructures-algorithms)|:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book|4452|2024-01-09|
|10|[hepengwei/visualization-collection](https://github.com/hepengwei/visualization-collection)|🌈 一个专注于前端视觉效果的集合应用包含CSS动效、Canvas动画、Three.js3D、人工智能应用等上百个案例持续更新|3692|2024-01-18|
|11|[btroncone/learn-rxjs](https://github.com/btroncone/learn-rxjs)|Clear examples, explanations, and resources for RxJS|3628|2024-02-06|
|12|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|3014|2024-02-07|
|13|[xushengfeng/eSearch](https://github.com/xushengfeng/eSearch)|截屏 离线OCR 搜索翻译 以图搜图 贴图 录屏 滚动截屏 Screenshot OCR search translate search for picture paste the picture on the screen screen recorder|2764|2024-02-09|
|14|[webfansplz/vuejs-challenges](https://github.com/webfansplz/vuejs-challenges)|Collection of Vue.js challenges|2584|2023-09-06|
|15|[alibaba/pipcook](https://github.com/alibaba/pipcook)|Machine learning platform for Web developers|2487|2024-02-10|
|16|[alibaba/kiwi](https://github.com/alibaba/kiwi)|🐤 Kiwi-国际化翻译全流程解决方案|2456|2023-10-26|
|17|[EhTagTranslation/EhSyringe](https://github.com/EhTagTranslation/EhSyringe)|E 站注射器,将中文翻译注入到 E 站体内|2441|2024-02-09|
|18|[liyupi/sql-mother](https://github.com/liyupi/sql-mother)|免费的闯关式 SQL 自学教程网站,从 0 到 1 带大家掌握常用 SQL 语法,纯前端实现,简单易学~|2376|2024-02-06|
|19|[fantasticit/think](https://github.com/fantasticit/think)|云策文档是一款开源知识管理工具。通过独立的知识库空间,结构化地组织在线协作文档,实现知识的积累与沉淀,促进知识的复用与流通。|1771|2023-09-07|
|20|[antfu/vue-starport](https://github.com/antfu/vue-starport)|🛰 Shared component across routes with animations|1754|2023-09-14|
|21|[seeksdream/relation-graph](https://github.com/seeksdream/relation-graph)|relation-graph is a relationship graph display component that supports Vue2, Vue3, React. Allowing you to fully customize the graphical elements using HTML/CSS and Vue or React components through slot ...|1534|2023-11-10|
|22|[ocsjs/ocsjs](https://github.com/ocsjs/ocsjs)|OCS 网课助手网课刷课脚本帮助大学生解决网课难题支持【超星学习通】【知道智慧树】【职教云】【智慧职教】【中国大学MOOC】等网课 可以在 脚本猫 以及 油猴 等开源脚本管理器下运行。|1110|2023-12-20|
|23|[sorrycc/weekly](https://github.com/sorrycc/weekly)| MDH Weekly 前端周刊,每周一上午 9 点发布。|1099|2023-12-17|
|24|[CryptozombiesHQ/cryptozombie-lessons](https://github.com/CryptozombiesHQ/cryptozombie-lessons)|Lesson content for cryptozombies.io|1042|2024-02-02|
|25|[zhaohongxuan/obsidian-weread-plugin](https://github.com/zhaohongxuan/obsidian-weread-plugin)|Obsidian Weread Plugin is a plugin to sync Weread(微信读书) hightlights and annotations into your Obsidian Vault.|993|2024-02-06|
|26|[tsejx/javascript-guidebook](https://github.com/tsejx/javascript-guidebook)|:books:JavaScript 前端知识图谱 A guidebook for the convenience of the front-end developers|955|2024-01-23|
|27|[cxOrz/chaoxing-sign-cli](https://github.com/cxOrz/chaoxing-sign-cli)|超星学习通签到支持普通签到、拍照签到、手势签到、位置签到、二维码签到支持自动监测、QQ机器人签到与推送。|916|2023-12-06|
|28|[hyperai/tvm-cn](https://github.com/hyperai/tvm-cn)|TVM Documentation in Chinese Simplified / TVM 中文文档|868|2024-01-25|
|29|[mgmeyers/obsidian-style-settings](https://github.com/mgmeyers/obsidian-style-settings)|A dynamic user interface for adjusting theme, plugin, and snippet CSS variables within Obsidian|847|2024-01-26|
|30|[marcelscruz/dev-resources](https://github.com/marcelscruz/dev-resources)|A collaborative list of resources for developers|843|2024-02-06|
|31|[YaoZeyuan/zhihuhelp](https://github.com/YaoZeyuan/zhihuhelp)|基于node&typescript重写知乎助手|820|2023-10-18|
|32|[Lrunlin/blog](https://github.com/Lrunlin/blog)|使用Next.js+React.js+Koa+Typescript搭建的技术博客社区|762|2023-11-02|
|33|[revezone/revezone](https://github.com/revezone/revezone)|A lightweight local-first graphic-centric productivity tool to build your second brain. Supporting Excalidraw/Tldraw whiteboard and notion-like note. 一款以图形为中心、轻量级、本地优先的用于构建第二大脑的效率工具。支持 Excalidraw、Tld ...|743|2024-01-10|
|34|[lio-mengxiang/mx-design](https://github.com/lio-mengxiang/mx-design)|最好的react ui组件库教程代码 (The code for the best react component library series tutorial)|682|2024-01-21|
|35|[RealKai42/qwerty-learner-vscode](https://github.com/RealKai42/qwerty-learner-vscode)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 VSCode 摸🐟版 / Words learning and English muscle memory training software designed for keyboard workers for VSCode|667|2024-01-18|
|36|[bytedance/guide](https://github.com/bytedance/guide)|A new feature guide component by react 🧭|637|2023-09-27|
|37|[Yootou-dev/wechat-ai-summarize-bot](https://github.com/Yootou-dev/wechat-ai-summarize-bot)|微信群聊总结助手 JS 版|621|2024-01-10|
|38|[Higurashi-kagome/wereader](https://github.com/Higurashi-kagome/wereader)|一个浏览器扩展:主要用于微信读书做笔记,对常使用 Markdown 做笔记的读者比较有帮助(有封号风险,先下架)。|613|2024-01-15|
|39|[ant-design/ant-design-web3](https://github.com/ant-design/ant-design-web3)|🥳 A React components collection for Web3!|586|2024-02-08|
|40|[YunYouJun/valaxy](https://github.com/YunYouJun/valaxy)|🌌 Next Generation Static Blog Framework (Beta) 下一代静态博客框架(支持页面/配置热重载)|558|2024-02-10|
|41|[eyebluecn/tank-front](https://github.com/eyebluecn/tank-front)|蓝眼系列软件之《蓝眼云盘》前端项目|549|2024-02-05|
|42|[vortesnail/blog](https://github.com/vortesnail/blog)|:blue_book: 个人技术小文章,旨在对知识的总结,能帮助到别人就更好啦。|543|2024-01-03|
|43|[food-billboard/create-chart](https://github.com/food-billboard/create-chart)|基于Echarts的可视化数据大屏设计器包含设计、预览、分享等全部流程|537|2024-02-05|
|44|[yesmore/inke](https://github.com/yesmore/inke)|📖 A WYSIWYG notebook with AI assisted writing and real-time collaboration. Support self hosting. 一个所见即所得的Markdown笔记本支持AI辅助写作和多人协作支持自部署使用IndexedDB存储笔记。|480|2024-01-20|
|45|[intellism/vscode-comment-translate](https://github.com/intellism/vscode-comment-translate)|vscode 注释翻译插件, 不干扰正常代码,方便快速阅读源码。|441|2023-12-21|
|46|[EasyChris/obsidian-to-notion](https://github.com/EasyChris/obsidian-to-notion)|Share obsidian markdown file to notion and generate notion share link 同步obsdian文件到notion并生成notion分享链接可以方便的分享obsidian的文件。|394|2023-12-03|
|47|[yuque-helper/yuque2book](https://github.com/yuque-helper/yuque2book)|export yuque repo to a book 将你的语雀文档导出的工具|383|2023-10-08|
|48|[yanlele/node-index](https://github.com/yanlele/node-index)|学习笔记、博文、简书、工作日常踩坑记录以及一些独立作品的汇总目录|359|2024-01-28|
|49|[openai-translator/raycast-openai-translator](https://github.com/openai-translator/raycast-openai-translator)|基于 ChatGPT API 的 Raycast 翻译插件 - Raycast extension for translation based on ChatGPT API.|354|2024-01-09|
|50|[luzhenqian/web3-examples](https://github.com/luzhenqian/web3-examples)|欢迎来到 Web3 世界,这里汇集了大量 Web3 示例项目和高质量学习资源。加入我们,和一百万开发者同行,一起探索并塑造未来世界的繁荣景象。立刻行动,开启您的 Web3 之旅!|326|2024-01-17|
|51|[cunyu1943/JavaPark](https://github.com/cunyu1943/JavaPark)|☕「Java 自学指南」Java 学习保姆级教程、计算机基础、数据库、实战实践、效率工具、资源分享、程序人生。|318|2024-02-06|
|52|[cunzaizhuyi/awesome-fe-sites](https://github.com/cunzaizhuyi/awesome-fe-sites)|收集前端技术站点、技术周刊、个人/团队博客、开源项目站点、公众号等|297|2024-02-07|
|53|[dicarne/feishu-backup](https://github.com/dicarne/feishu-backup)|用于备份飞书文档可以将飞书文档转成markdown下载。|286|2024-01-31|
|54|[pro-collection/interview-question](https://github.com/pro-collection/interview-question)|目标:收集全网经典面试问题|275|2024-01-29|
|55|[imroc/kubernetes-guide](https://github.com/imroc/kubernetes-guide)|Kubernetes 实践指南|268|2024-01-25|
|56|[huqi-pr/trending-in-one](https://github.com/huqi-pr/trending-in-one)|今日头条热搜,知乎热门视频,知乎热搜榜,知乎热门话题,微博热搜榜;记录从 2020-11-29 日开始的热搜。每小时抓取一次数据,按天归档。|267|2024-02-10|
|57|[chodocs/chodocs](https://github.com/chodocs/chodocs)|一站式前端内容网站包括学习路线、知识体系。用专栏形式更新原创不易Give a ⭐️ if this project helped you!|259|2024-02-10|
|58|[QuarkGluonPlasma/nestjs-course-code](https://github.com/QuarkGluonPlasma/nestjs-course-code)|《Nest 通关秘籍》案例代码|258|2024-02-04|
|59|[baotlake/periodic-table-pro](https://github.com/baotlake/periodic-table-pro)|元素周期表Pro高颜值化学必备小程序提供全面的元素属性、图片和百科知识等|229|2024-02-03|
|60|[crawler-django/virtuallist-antd](https://github.com/crawler-django/virtuallist-antd)|virtualList for antd-table, 实现antd-table的虚拟列表, antd-table无限滚动, infinite scrolling for antd-table|222|2023-11-29|
|61|[tgbot-collection/YYeTsFE](https://github.com/tgbot-collection/YYeTsFE)|人人影视分享站 前端页面|216|2024-02-02|
|62|[Borber/Tran](https://github.com/Borber/Tran)|简洁, 快速, 划词翻译|214|2024-02-10|
|63|[XYShaoKang/refined-leetcode](https://github.com/XYShaoKang/refined-leetcode)|网页版力扣扩展,提高 LeetCode-cn 刷题体验|214|2023-12-07|
|64|[vannvan/yuque-tools](https://github.com/vannvan/yuque-tools)|🧰 玩转语雀-朴实无华的语雀工具集合,语雀知识库+团队资源批量导出/备份工具(无需Token)|浏览器插件助手|211|2024-02-04|
|65|[zotero-chinese/zotero-plugins](https://github.com/zotero-chinese/zotero-plugins)|Zotero Plugins Collection Zotero 插件合集 Awesome Zotero Plugins|197|2024-02-10|
|66|[puxiao/notes](https://github.com/puxiao/notes)|我的学习笔记(Nodejs/Koa/Middleware/Mysql/MongoDB/IndexedDB/Redis/Nginx/Npm/Yarn/fnm/Git/PM2/Docker/CentOS/React/Electron/Next.js/WebComponents/Taro/Echarts/Antd/Material-UI/Zustand/immer.js/Three.js/Turf.js ...|193|2024-02-09|
|67|[sancijun/weread-toolbox](https://github.com/sancijun/weread-toolbox)|微信读书工具箱,支持导出图文 Markdown 笔记,同步 Notion 等。|192|2024-01-13|
|68|[xpyjs/gantt](https://github.com/xpyjs/gantt)|An easy-to-use Gantt component. 持续更新,中文文档|189|2023-12-14|
|69|[rowthan/pagenote](https://github.com/rowthan/pagenote)|超简单的网页关键词高亮、标注SDK、能把笔记留在网页里。|185|2024-01-31|
|70|[yuyinws/steam-card](https://github.com/yuyinws/steam-card)|⚡ Generate Your Steam Profile Card Quickly/快速生成你的Steam资料卡片⚡ |178|2024-02-02|
|71|[whylisa/vite-react-template-typescript](https://github.com/whylisa/vite-react-template-typescript)|vite 配置react+typescript 项目模版,有配套博客教程|170|2023-10-18|
|72|[QC2168/snippets](https://github.com/QC2168/snippets)|日常开发中常用的代码片段及组件封装集合(持续更新中~|154|2024-01-26|
|73|[kuizuo/blog](https://github.com/kuizuo/blog)|一个对 Docusaurus 进行魔改的博客|153|2024-01-26|
|74|[vitest-dev/docs-cn](https://github.com/vitest-dev/docs-cn)|Vitest 中文文档|147|2024-01-24|
|75|[justjavac/zhihu-trending-top-search](https://github.com/justjavac/zhihu-trending-top-search)|知乎热搜榜,记录从 2020-11-24 日开始的知乎热搜榜单。每小时抓取一次数据,按天归档。|146|2024-01-26|
|76|[justjavac/zhihu-trending-hot-questions](https://github.com/justjavac/zhihu-trending-hot-questions)|知乎热门话题,记录从 2020-11-24 日开始的知乎热门话题。每小时抓取一次数据,按天归档。|143|2024-01-26|
|77|[CQBoyBrand/Koa2-nuxt-MySQL](https://github.com/CQBoyBrand/Koa2-nuxt-MySQL)|Koa2+nuxt+MySQL重构博客项目中包括前端后端和服务端以及数据库文件项目基于Vue+node.js+MySQL|143|2023-08-16|
|78|[1Telescope1/sishi-personal-blog](https://github.com/1Telescope1/sishi-personal-blog)|一个Vue3+Nest的个人博客|131|2023-10-07|
|79|[viva-la-vita/wiki](https://github.com/viva-la-vita/wiki)|生如夏花知识库|131|2023-10-01|
|80|[jaywcjlove/wxmp](https://github.com/jaywcjlove/wxmp)|微信公众号文章 Markdown 编辑器,使用 markdown 语法创建一篇简介美观大方的微信公众号图文。|123|2023-12-03|
|81|[kuizuo/chaoxing-sign](https://github.com/kuizuo/chaoxing-sign)|超星学习通网页版在线签到,采用 nuxt 全栈框架实现协议复现。支持所有签到类型以及自动签到。|120|2023-11-22|
|82|[lkxian888/postcss-px-to-viewport-8-plugin](https://github.com/lkxian888/postcss-px-to-viewport-8-plugin)|解决 postcss-px-to-viewport 控制台输出: postcss.plugin was deprecated. Migration guide: |120|2023-10-18|
|83|[yyc-git/3DProgramPattern](https://github.com/yyc-git/3DProgramPattern)|《3D编程模式》-本书罗列了从实战项目中提炼出来的关于3D编程主要包括“3D引擎/游戏引擎”、“编辑器”开发)的各种编程模式|117|2023-09-14|
|84|[wizicer/LearnJapan](https://github.com/wizicer/LearnJapan)|Notebook of my learning of Japanese based on 新版中日交流标准日本语教程(标日)|115|2023-10-10|
|85|[liyupi/code-xingqiu](https://github.com/liyupi/code-xingqiu)|🪐 编程导航知识星球,帮助你学习编程的小圈子。配置公开,大家可以参考该项目做出自己的文档网站。|111|2023-09-09|
|86|[webzhd/code-game](https://github.com/webzhd/code-game)|打字游戏 打字练习 javascript js TypeScript React Code game 打字学习JS API|111|2023-12-14|
|87|[maqi1520/nextjs-tailwind-blog](https://github.com/maqi1520/nextjs-tailwind-blog)|我的博客第三版,使用 NextJS 和 TailwindCSS|110|2023-08-17|
|88|[llboo/ChatGPT-Next-Web-PRO](https://github.com/llboo/ChatGPT-Next-Web-PRO)|ChatGPT-Next-Web 接入管理后台包括key管理、用户鉴权、公众号注册/扫码登录、支付管理、卡密管理等|107|2023-09-25|
|89|[BetaSu/second-curve](https://github.com/BetaSu/second-curve)|程序员第二曲线手册 #副业|106|2024-01-26|
|90|[estepona/wx-read-desktop](https://github.com/estepona/wx-read-desktop)|一个极简版微信读书桌面客户端|106|2024-01-22|
|91|[beaudar/beaudar](https://github.com/beaudar/beaudar)|基于 GitHub issue 的轻量评论插件Utterances 的中文版本|101|2023-10-07|
|92|[nicejade/nicelinks-weekly](https://github.com/nicejade/nicelinks-weekly)|基于 Deno、TypeScript 编写一键生成「倾城之链旨在云集全球优质网站」周刊文章每周五发布。https://blog.nicelinks.site/ |92|2024-01-25|
|93|[hylerrix/es-interview](https://github.com/hylerrix/es-interview)|:mountain_biking_woman: 《ECMAScript+ 面试宝典》,收集汇总梳理全网资源,涵盖 JS/TS 前后端的全方位面试题库(含提示性解析),助力找个好工作!【预计 2024 三四月正式发布】|92|2024-01-12|
|94|[Guyutongxue/MyCppTutorial](https://github.com/Guyutongxue/MyCppTutorial)|个人编写的、以教程形式整理的 C++ 知识。新版测试中|89|2024-01-24|
|95|[IFreeOvO/i18n-cli](https://github.com/IFreeOvO/i18n-cli)|支持将vue、react项目里的中文替换成 i18n 国际化标记,并支持自动翻译的命令行工具|82|2023-11-27|
|1|[RealKai42/qwerty-learner](https://github.com/RealKai42/qwerty-learner)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers|13936|2024-01-25|
|2|[Lissy93/personal-security-checklist](https://github.com/Lissy93/personal-security-checklist)|🔒 A compiled checklist of 300+ tips for protecting digital security and privacy in 2024|13436|2024-02-11|
|3|[xcatliu/typescript-tutorial](https://github.com/xcatliu/typescript-tutorial)|TypeScript 入门教程|10171|2023-11-27|
|4|[cuixiaorui/mini-vue](https://github.com/cuixiaorui/mini-vue)|实现最简 vue3 模型( Help you learn more efficiently vue3 source code )|9769|2023-11-27|
|5|[gibbok/typescript-book](https://github.com/gibbok/typescript-book)|The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.|8118|2024-01-24|
|6|[zhongsp/TypeScript](https://github.com/zhongsp/TypeScript)|TypeScript 使用手册中文版翻译。http://www.typescriptlang.org|6883|2024-02-05|
|7|[jkchao/typescript-book-chinese](https://github.com/jkchao/typescript-book-chinese)|TypeScript Deep Dive 中文版 |6365|2023-11-27|
|8|[rockbenben/ChatGPT-Shortcut](https://github.com/rockbenben/ChatGPT-Shortcut)|🚀💪Maximize your efficiency and productivity, support for English,中文,Español,العربية. 让生产力加倍的AI快捷指令。更有效地定制、保存和分享自己的提示词。在提示词分享社区中轻松找到适用于不同场景的指令。|5602|2024-02-11|
|9|[JimmyLv/BibiGPT-v1](https://github.com/JimmyLv/BibiGPT-v1)|BibiGPT v1 · one-Click AI Summary for Audio/Video & Chat with Learning Content: Bilibili YouTube Tweet丨TikTok丨Dropbox丨Google Drive丨Local files Websites丨Podcasts Meetings Lectures, etc. 音视频内容 ...|4709|2023-11-09|
|10|[loiane/javascript-datastructures-algorithms](https://github.com/loiane/javascript-datastructures-algorithms)|:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book|4453|2024-01-09|
|11|[hepengwei/visualization-collection](https://github.com/hepengwei/visualization-collection)|🌈 一个专注于前端视觉效果的集合应用包含CSS动效、Canvas动画、Three.js3D、人工智能应用等上百个案例持续更新|3692|2024-01-18|
|12|[btroncone/learn-rxjs](https://github.com/btroncone/learn-rxjs)|Clear examples, explanations, and resources for RxJS|3628|2024-02-06|
|13|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|3015|2024-02-07|
|14|[xushengfeng/eSearch](https://github.com/xushengfeng/eSearch)|截屏 离线OCR 搜索翻译 以图搜图 贴图 录屏 滚动截屏 Screenshot OCR search translate search for picture paste the picture on the screen screen recorder|2766|2024-02-11|
|15|[webfansplz/vuejs-challenges](https://github.com/webfansplz/vuejs-challenges)|Collection of Vue.js challenges|2584|2023-09-06|
|16|[alibaba/pipcook](https://github.com/alibaba/pipcook)|Machine learning platform for Web developers|2487|2024-02-11|
|17|[alibaba/kiwi](https://github.com/alibaba/kiwi)|🐤 Kiwi-国际化翻译全流程解决方案|2456|2023-10-26|
|18|[EhTagTranslation/EhSyringe](https://github.com/EhTagTranslation/EhSyringe)|E 站注射器,将中文翻译注入到 E 站体内|2441|2024-02-09|
|19|[liyupi/sql-mother](https://github.com/liyupi/sql-mother)|免费的闯关式 SQL 自学教程网站,从 0 到 1 带大家掌握常用 SQL 语法,纯前端实现,简单易学~|2376|2024-02-06|
|20|[fantasticit/think](https://github.com/fantasticit/think)|云策文档是一款开源知识管理工具。通过独立的知识库空间,结构化地组织在线协作文档,实现知识的积累与沉淀,促进知识的复用与流通。|1771|2023-09-07|
|21|[antfu/vue-starport](https://github.com/antfu/vue-starport)|🛰 Shared component across routes with animations|1754|2023-09-14|
|22|[seeksdream/relation-graph](https://github.com/seeksdream/relation-graph)|relation-graph is a relationship graph display component that supports Vue2, Vue3, React. Allowing you to fully customize the graphical elements using HTML/CSS and Vue or React components through slot ...|1534|2023-11-10|
|23|[ocsjs/ocsjs](https://github.com/ocsjs/ocsjs)|OCS 网课助手网课刷课脚本帮助大学生解决网课难题支持【超星学习通】【知道智慧树】【职教云】【智慧职教】【中国大学MOOC】等网课 可以在 脚本猫 以及 油猴 等开源脚本管理器下运行。|1110|2023-12-20|
|24|[sorrycc/weekly](https://github.com/sorrycc/weekly)| MDH Weekly 前端周刊,每周一上午 9 点发布。|1099|2023-12-17|
|25|[CryptozombiesHQ/cryptozombie-lessons](https://github.com/CryptozombiesHQ/cryptozombie-lessons)|Lesson content for cryptozombies.io|1042|2024-02-02|
|26|[zhaohongxuan/obsidian-weread-plugin](https://github.com/zhaohongxuan/obsidian-weread-plugin)|Obsidian Weread Plugin is a plugin to sync Weread(微信读书) hightlights and annotations into your Obsidian Vault.|994|2024-02-06|
|27|[tsejx/javascript-guidebook](https://github.com/tsejx/javascript-guidebook)|:books:JavaScript 前端知识图谱 A guidebook for the convenience of the front-end developers|955|2024-01-23|
|28|[cxOrz/chaoxing-sign-cli](https://github.com/cxOrz/chaoxing-sign-cli)|超星学习通签到支持普通签到、拍照签到、手势签到、位置签到、二维码签到支持自动监测、QQ机器人签到与推送。|916|2023-12-06|
|29|[hyperai/tvm-cn](https://github.com/hyperai/tvm-cn)|TVM Documentation in Chinese Simplified / TVM 中文文档|868|2024-01-25|
|30|[mgmeyers/obsidian-style-settings](https://github.com/mgmeyers/obsidian-style-settings)|A dynamic user interface for adjusting theme, plugin, and snippet CSS variables within Obsidian|850|2024-01-26|
|31|[marcelscruz/dev-resources](https://github.com/marcelscruz/dev-resources)|A collaborative list of resources for developers|843|2024-02-06|
|32|[YaoZeyuan/zhihuhelp](https://github.com/YaoZeyuan/zhihuhelp)|基于node&typescript重写知乎助手|820|2023-10-18|
|33|[Lrunlin/blog](https://github.com/Lrunlin/blog)|使用Next.js+React.js+Koa+Typescript搭建的技术博客社区|762|2023-11-02|
|34|[revezone/revezone](https://github.com/revezone/revezone)|A lightweight local-first graphic-centric productivity tool to build your second brain. Supporting Excalidraw/Tldraw whiteboard and notion-like note. 一款以图形为中心、轻量级、本地优先的用于构建第二大脑的效率工具。支持 Excalidraw、Tld ...|746|2024-01-10|
|35|[lio-mengxiang/mx-design](https://github.com/lio-mengxiang/mx-design)|最好的react ui组件库教程代码 (The code for the best react component library series tutorial)|683|2024-01-21|
|36|[RealKai42/qwerty-learner-vscode](https://github.com/RealKai42/qwerty-learner-vscode)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 VSCode 摸🐟版 / Words learning and English muscle memory training software designed for keyboard workers for VSCode|666|2024-01-18|
|37|[bytedance/guide](https://github.com/bytedance/guide)|A new feature guide component by react 🧭|638|2023-09-27|
|38|[Yootou-dev/wechat-ai-summarize-bot](https://github.com/Yootou-dev/wechat-ai-summarize-bot)|微信群聊总结助手 JS 版|621|2024-01-10|
|39|[Higurashi-kagome/wereader](https://github.com/Higurashi-kagome/wereader)|一个浏览器扩展:主要用于微信读书做笔记,对常使用 Markdown 做笔记的读者比较有帮助(有封号风险,先下架)。|613|2024-01-15|
|40|[ant-design/ant-design-web3](https://github.com/ant-design/ant-design-web3)|🥳 A React components collection for Web3!|587|2024-02-08|
|41|[YunYouJun/valaxy](https://github.com/YunYouJun/valaxy)|🌌 Next Generation Static Blog Framework (Beta) 下一代静态博客框架(支持页面/配置热重载)|558|2024-02-11|
|42|[eyebluecn/tank-front](https://github.com/eyebluecn/tank-front)|蓝眼系列软件之《蓝眼云盘》前端项目|549|2024-02-05|
|43|[vortesnail/blog](https://github.com/vortesnail/blog)|:blue_book: 个人技术小文章,旨在对知识的总结,能帮助到别人就更好啦。|543|2024-01-03|
|44|[food-billboard/create-chart](https://github.com/food-billboard/create-chart)|基于Echarts的可视化数据大屏设计器包含设计、预览、分享等全部流程|537|2024-02-05|
|45|[yesmore/inke](https://github.com/yesmore/inke)|📖 A WYSIWYG notebook with AI assisted writing and real-time collaboration. Support self hosting. 一个所见即所得的Markdown笔记本支持AI辅助写作和多人协作支持自部署使用IndexedDB存储笔记。|482|2024-01-20|
|46|[intellism/vscode-comment-translate](https://github.com/intellism/vscode-comment-translate)|vscode 注释翻译插件, 不干扰正常代码,方便快速阅读源码。|441|2023-12-21|
|47|[EasyChris/obsidian-to-notion](https://github.com/EasyChris/obsidian-to-notion)|Share obsidian markdown file to notion and generate notion share link 同步obsdian文件到notion并生成notion分享链接可以方便的分享obsidian的文件。|394|2023-12-03|
|48|[yuque-helper/yuque2book](https://github.com/yuque-helper/yuque2book)|export yuque repo to a book 将你的语雀文档导出的工具|383|2023-10-08|
|49|[yanlele/node-index](https://github.com/yanlele/node-index)|学习笔记、博文、简书、工作日常踩坑记录以及一些独立作品的汇总目录|360|2024-01-28|
|50|[openai-translator/raycast-openai-translator](https://github.com/openai-translator/raycast-openai-translator)|基于 ChatGPT API 的 Raycast 翻译插件 - Raycast extension for translation based on ChatGPT API.|354|2024-01-09|
|51|[luzhenqian/web3-examples](https://github.com/luzhenqian/web3-examples)|欢迎来到 Web3 世界,这里汇集了大量 Web3 示例项目和高质量学习资源。加入我们,和一百万开发者同行,一起探索并塑造未来世界的繁荣景象。立刻行动,开启您的 Web3 之旅!|326|2024-01-17|
|52|[cunyu1943/JavaPark](https://github.com/cunyu1943/JavaPark)|☕「Java 自学指南」Java 学习保姆级教程、计算机基础、数据库、实战实践、效率工具、资源分享、程序人生。|318|2024-02-11|
|53|[cunzaizhuyi/awesome-fe-sites](https://github.com/cunzaizhuyi/awesome-fe-sites)|收集前端技术站点、技术周刊、个人/团队博客、开源项目站点、公众号等|297|2024-02-07|
|54|[dicarne/feishu-backup](https://github.com/dicarne/feishu-backup)|用于备份飞书文档可以将飞书文档转成markdown下载。|286|2024-01-31|
|55|[pro-collection/interview-question](https://github.com/pro-collection/interview-question)|目标:收集全网经典面试问题|275|2024-01-29|
|56|[imroc/kubernetes-guide](https://github.com/imroc/kubernetes-guide)|Kubernetes 实践指南|268|2024-01-25|
|57|[huqi-pr/trending-in-one](https://github.com/huqi-pr/trending-in-one)|今日头条热搜,知乎热门视频,知乎热搜榜,知乎热门话题,微博热搜榜;记录从 2020-11-29 日开始的热搜。每小时抓取一次数据,按天归档。|267|2024-02-11|
|58|[chodocs/chodocs](https://github.com/chodocs/chodocs)|一站式前端内容网站包括学习路线、知识体系。用专栏形式更新原创不易Give a ⭐️ if this project helped you!|259|2024-02-10|
|59|[QuarkGluonPlasma/nestjs-course-code](https://github.com/QuarkGluonPlasma/nestjs-course-code)|《Nest 通关秘籍》案例代码|258|2024-02-04|
|60|[baotlake/periodic-table-pro](https://github.com/baotlake/periodic-table-pro)|元素周期表Pro高颜值化学必备小程序提供全面的元素属性、图片和百科知识等|230|2024-02-03|
|61|[crawler-django/virtuallist-antd](https://github.com/crawler-django/virtuallist-antd)|virtualList for antd-table, 实现antd-table的虚拟列表, antd-table无限滚动, infinite scrolling for antd-table|222|2023-11-29|
|62|[tgbot-collection/YYeTsFE](https://github.com/tgbot-collection/YYeTsFE)|人人影视分享站 前端页面|216|2024-02-02|
|63|[Borber/Tran](https://github.com/Borber/Tran)|简洁, 快速, 划词翻译|215|2024-02-10|
|64|[XYShaoKang/refined-leetcode](https://github.com/XYShaoKang/refined-leetcode)|网页版力扣扩展,提高 LeetCode-cn 刷题体验|215|2023-12-07|
|65|[vannvan/yuque-tools](https://github.com/vannvan/yuque-tools)|🧰 玩转语雀-朴实无华的语雀工具集合,语雀知识库+团队资源批量导出/备份工具(无需Token)|浏览器插件助手|211|2024-02-04|
|66|[zotero-chinese/zotero-plugins](https://github.com/zotero-chinese/zotero-plugins)|Zotero Plugins Collection Zotero 插件合集 Awesome Zotero Plugins|197|2024-02-11|
|67|[puxiao/notes](https://github.com/puxiao/notes)|我的学习笔记(Nodejs/Koa/Middleware/Mysql/MongoDB/IndexedDB/Redis/Nginx/Npm/Yarn/fnm/Git/PM2/Docker/CentOS/React/Electron/Next.js/WebComponents/Taro/Echarts/Antd/Material-UI/Zustand/immer.js/Three.js/Turf.js ...|193|2024-02-09|
|68|[sancijun/weread-toolbox](https://github.com/sancijun/weread-toolbox)|微信读书工具箱,支持导出图文 Markdown 笔记,同步 Notion 等。|192|2024-01-13|
|69|[xpyjs/gantt](https://github.com/xpyjs/gantt)|An easy-to-use Gantt component. 持续更新,中文文档|189|2023-12-14|
|70|[rowthan/pagenote](https://github.com/rowthan/pagenote)|超简单的网页关键词高亮、标注SDK、能把笔记留在网页里。|186|2024-01-31|
|71|[yuyinws/steam-card](https://github.com/yuyinws/steam-card)|⚡ Generate Your Steam Profile Card Quickly/快速生成你的Steam资料卡片⚡ |178|2024-02-02|
|72|[whylisa/vite-react-template-typescript](https://github.com/whylisa/vite-react-template-typescript)|vite 配置react+typescript 项目模版,有配套博客教程|170|2023-10-18|
|73|[QC2168/snippets](https://github.com/QC2168/snippets)|日常开发中常用的代码片段及组件封装集合(持续更新中~|154|2024-01-26|
|74|[kuizuo/blog](https://github.com/kuizuo/blog)|一个对 Docusaurus 进行魔改的博客|153|2024-01-26|
|75|[vitest-dev/docs-cn](https://github.com/vitest-dev/docs-cn)|Vitest 中文文档|147|2024-01-24|
|76|[justjavac/zhihu-trending-top-search](https://github.com/justjavac/zhihu-trending-top-search)|知乎热搜榜,记录从 2020-11-24 日开始的知乎热搜榜单。每小时抓取一次数据,按天归档。|146|2024-01-26|
|77|[justjavac/zhihu-trending-hot-questions](https://github.com/justjavac/zhihu-trending-hot-questions)|知乎热门话题,记录从 2020-11-24 日开始的知乎热门话题。每小时抓取一次数据,按天归档。|143|2024-01-26|
|78|[CQBoyBrand/Koa2-nuxt-MySQL](https://github.com/CQBoyBrand/Koa2-nuxt-MySQL)|Koa2+nuxt+MySQL重构博客项目中包括前端后端和服务端以及数据库文件项目基于Vue+node.js+MySQL|143|2023-08-16|
|79|[1Telescope1/sishi-personal-blog](https://github.com/1Telescope1/sishi-personal-blog)|一个Vue3+Nest的个人博客|131|2023-10-07|
|80|[viva-la-vita/wiki](https://github.com/viva-la-vita/wiki)|生如夏花知识库|131|2023-10-01|
|81|[jaywcjlove/wxmp](https://github.com/jaywcjlove/wxmp)|微信公众号文章 Markdown 编辑器,使用 markdown 语法创建一篇简介美观大方的微信公众号图文。|123|2023-12-03|
|82|[kuizuo/chaoxing-sign](https://github.com/kuizuo/chaoxing-sign)|超星学习通网页版在线签到,采用 nuxt 全栈框架实现协议复现。支持所有签到类型以及自动签到。|120|2023-11-22|
|83|[lkxian888/postcss-px-to-viewport-8-plugin](https://github.com/lkxian888/postcss-px-to-viewport-8-plugin)|解决 postcss-px-to-viewport 控制台输出: postcss.plugin was deprecated. Migration guide: |120|2023-10-18|
|84|[yyc-git/3DProgramPattern](https://github.com/yyc-git/3DProgramPattern)|《3D编程模式》-本书罗列了从实战项目中提炼出来的关于3D编程主要包括“3D引擎/游戏引擎”、“编辑器”开发)的各种编程模式|117|2023-09-14|
|85|[wizicer/LearnJapan](https://github.com/wizicer/LearnJapan)|Notebook of my learning of Japanese based on 新版中日交流标准日本语教程(标日)|115|2023-10-10|
|86|[liyupi/code-xingqiu](https://github.com/liyupi/code-xingqiu)|🪐 编程导航知识星球,帮助你学习编程的小圈子。配置公开,大家可以参考该项目做出自己的文档网站。|111|2023-09-09|
|87|[webzhd/code-game](https://github.com/webzhd/code-game)|打字游戏 打字练习 javascript js TypeScript React Code game 打字学习JS API|111|2023-12-14|
|88|[maqi1520/nextjs-tailwind-blog](https://github.com/maqi1520/nextjs-tailwind-blog)|我的博客第三版,使用 NextJS 和 TailwindCSS|110|2023-08-17|
|89|[llboo/ChatGPT-Next-Web-PRO](https://github.com/llboo/ChatGPT-Next-Web-PRO)|ChatGPT-Next-Web 接入管理后台包括key管理、用户鉴权、公众号注册/扫码登录、支付管理、卡密管理等|107|2023-09-25|
|90|[BetaSu/second-curve](https://github.com/BetaSu/second-curve)|程序员第二曲线手册 #副业|106|2024-01-26|
|91|[estepona/wx-read-desktop](https://github.com/estepona/wx-read-desktop)|一个极简版微信读书桌面客户端|106|2024-01-22|
|92|[beaudar/beaudar](https://github.com/beaudar/beaudar)|基于 GitHub issue 的轻量评论插件Utterances 的中文版本|101|2023-10-07|
|93|[nicejade/nicelinks-weekly](https://github.com/nicejade/nicelinks-weekly)|基于 Deno、TypeScript 编写一键生成「倾城之链旨在云集全球优质网站」周刊文章每周五发布。https://blog.nicelinks.site/ |92|2024-01-25|
|94|[hylerrix/es-interview](https://github.com/hylerrix/es-interview)|:mountain_biking_woman: 《ECMAScript+ 面试宝典》,收集汇总梳理全网资源,涵盖 JS/TS 前后端的全方位面试题库(含提示性解析),助力找个好工作!【预计 2024 三四月正式发布】|92|2024-01-12|
|95|[Guyutongxue/MyCppTutorial](https://github.com/Guyutongxue/MyCppTutorial)|个人编写的、以教程形式整理的 C++ 知识。新版测试中|89|2024-01-24|
|96|[IFreeOvO/i18n-cli](https://github.com/IFreeOvO/i18n-cli)|支持将vue、react项目里的中文替换成 i18n 国际化标记,并支持自动翻译的命令行工具|82|2023-11-27|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,19 +1,19 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > Vue
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[liyupi/codefather](https://github.com/liyupi/codefather)|程序员鱼皮的编程宝典。原创编程学习路线,包括经验分享、技术知识、学习资源、学习建议、项目等,适用于所有学习编程 & 求职的同学。已完成 Java、前端|4871|2024-02-04|
|1|[liyupi/codefather](https://github.com/liyupi/codefather)|程序员鱼皮的编程宝典。原创编程学习路线,包括经验分享、技术知识、学习资源、学习建议、项目等,适用于所有学习编程 & 求职的同学。已完成 Java、前端|4873|2024-02-04|
|2|[shfshanyue/Daily-Question](https://github.com/shfshanyue/Daily-Question)|互联网大厂内推及大厂面经整理,并且每天一道面试题推送。每天五分钟,半年大厂中|4730|2023-09-01|
|3|[xugaoyi/vuepress-theme-vdoing](https://github.com/xugaoyi/vuepress-theme-vdoing)|🚀一款简洁高效的VuePress知识管理&博客(blog)主题|4005|2024-01-12|
|4|[inoutcode/ethereum_book](https://github.com/inoutcode/ethereum_book)|精通以太坊 (中文版)|3299|2023-10-01|
|5|[202252197/ChatGPT_JCM](https://github.com/202252197/ChatGPT_JCM)|OpenAI管理界面聚合了OpenAI的所有接口进行界面操作(所有模型、图片、音频、微调、文件)等支持Markdown格式(公式、图表,表格)等后期会一点一点的将OpenAI接口进行接入大家支持一下右上角点个Star我会一直更新下去大家一起学习一起加油一起努力一起成长。|2836|2024-01-29|
|6|[wanglin2/mind-map](https://github.com/wanglin2/mind-map)|一个还算强大的Web思维导图。A relatively powerful web mind map.|2627|2024-02-02|
|4|[inoutcode/ethereum_book](https://github.com/inoutcode/ethereum_book)|精通以太坊 (中文版)|3301|2023-10-01|
|5|[202252197/ChatGPT_JCM](https://github.com/202252197/ChatGPT_JCM)|OpenAI管理界面聚合了OpenAI的所有接口进行界面操作(所有模型、图片、音频、微调、文件)等支持Markdown格式(公式、图表,表格)等后期会一点一点的将OpenAI接口进行接入大家支持一下右上角点个Star我会一直更新下去大家一起学习一起加油一起努力一起成长。|2837|2024-01-29|
|6|[wanglin2/mind-map](https://github.com/wanglin2/mind-map)|一个还算强大的Web思维导图。A relatively powerful web mind map.|2630|2024-02-02|
|7|[ChanceYu/front-end-rss](https://github.com/ChanceYu/front-end-rss)|:orange_book: 根据 RSS 订阅源抓取最新前端技术文章来源Node Weekly、JavaScript Weekly、前端早读课、前端大全、前端之巅、前端之神、前端技术优选、程序员成长指北、iCSS前端趣闻、字节前端、前端精读评论、前端食堂、前端从进阶到入院、淘系前端团队、张鑫旭博客、前端里、凹凸实验室|2137|2024-02-08|
|8|[vant-ui/vant-demo](https://github.com/vant-ui/vant-demo)|Collection of vant demos.|1885|2024-01-13|
|9|[vuejs-translations/docs-zh-cn](https://github.com/vuejs-translations/docs-zh-cn)|Vue 文档官方中文翻译 Official Chinese translation for Vue docs|1092|2024-02-07|
|9|[vuejs-translations/docs-zh-cn](https://github.com/vuejs-translations/docs-zh-cn)|Vue 文档官方中文翻译 Official Chinese translation for Vue docs|1093|2024-02-07|
|10|[CS-Tao/whu-library-seat](https://github.com/CS-Tao/whu-library-seat)|🏢 武汉大学图书馆助手 - 桌面端(多校通用)|793|2023-10-01|
|11|[lcomplete/TechShare](https://github.com/lcomplete/TechShare)|🌟 分享效率方法 🪄、优质文章 📑、编程知识 🎹、实用工具 🛠️ 和有趣内容 😄。💌 当有重要的事情需要分享时会发送 newsletter。|745|2023-10-03|
|12|[CS-Tao/whu-library-seat-mobile](https://github.com/CS-Tao/whu-library-seat-mobile)|🏢 武汉大学图书馆助手 - 移动端(多校通用)|723|2023-10-01|
@ -21,7 +21,7 @@
|14|[wejectchen/Ginblog](https://github.com/wejectchen/Ginblog)|gin+vue+MySQL全栈制作一个博客|536|2024-01-27|
|15|[FXLP/MarkTool](https://github.com/FXLP/MarkTool)|DoTAT 是一款基于web、面向领域的通用文本标注工具支持大规模实体标注、关系标注、事件标注、文本分类、基于字典匹配和正则匹配的自动标注以及用于实现归一化的标准名标注同时也支持迭代标注、嵌套实体标注和嵌套事件标注。标注规范可自定义且同类型任务中可“一次创建多次复用”。通过分级实体集合扩大了实体类型的规模并设计了全新高效的标注方式提升了用户体验和标注效率。此外本工具增加了审核环节可对多 ...|518|2023-11-10|
|16|[wangrongding/frontend-park](https://github.com/wangrongding/frontend-park)|🌸这是一个有趣的前端趣味知识公园~该项目是我平时捣鼓前端相关技术的一些案例集合。【涵盖Tensorflow.js-姿态识别,人脸识别),(WebRTC-音视频通话,录屏,虚拟背景,信令服务器)Threejs-太阳系3D 动画),(图片处理-千图成像,图片压缩,画板),(隐写术-文本隐写加密,图片隐写加密)等等...】|456|2023-12-06|
|17|[hepengwei/visualization-collection-vue](https://github.com/hepengwei/visualization-collection-vue)|🌈 一个专注于前端视觉效果的集合应用包含CSS动效、Canvas动画、Three.js3D、人工智能应用等上百个案例Vue版本|431|2024-01-29|
|17|[hepengwei/visualization-collection-vue](https://github.com/hepengwei/visualization-collection-vue)|🌈 一个专注于前端视觉效果的集合应用包含CSS动效、Canvas动画、Three.js3D、人工智能应用等上百个案例Vue版本|433|2024-01-29|
|18|[xiaou61/mydocs](https://github.com/xiaou61/mydocs)|个人博客,里面包含javaVueSpring,数据结构,爬虫,JVM,Springboot,react,javascript等内容的整理|427|2024-02-08|
|19|[zyronon/typing-word](https://github.com/zyronon/typing-word)|Memorizing words Learn English Typing words 背单词 学习英语 练习文章|421|2024-01-17|
|20|[zerotrac/leetcode_problem_rating](https://github.com/zerotrac/leetcode_problem_rating)|Self-calculated rating of problems in leetcode weekly/biweekly contests.|403|2024-01-28|
@ -30,13 +30,13 @@
|23|[Aimee1608/myblogvue](https://github.com/Aimee1608/myblogvue)|个人博客——vue 已更新详见2.0版本|288|2024-01-18|
|24|[laorange/paper-assistant](https://github.com/laorange/paper-assistant)|论文工具:文本复制工具 (智能删除空行空格乱码) |276|2024-01-24|
|25|[JDArmy/BREAK](https://github.com/JDArmy/BREAK)|业务风险枚举与规避知识框架Business Risk Enumeration & Avoidance Kownledge|243|2024-02-02|
|26|[ATQQ/sugar-blog](https://github.com/ATQQ/sugar-blog)|✍📚我写博客的地方🤪🤪🤪记录随笔与学习笔记仓库包含博客内容博客主题、博客模板、vitepress离线全文搜索插件、VitePress RSS 支持插件a blog theme use vitepress|191|2024-02-07|
|27|[LightNovelShelf/Web](https://github.com/LightNovelShelf/Web)|轻书架的Vue前端|187|2024-02-10|
|26|[ATQQ/sugar-blog](https://github.com/ATQQ/sugar-blog)|✍📚我写博客的地方🤪🤪🤪记录随笔与学习笔记仓库包含博客内容博客主题、博客模板、vitepress离线全文搜索插件、VitePress RSS 支持插件a blog theme use vitepress|192|2024-02-11|
|27|[LightNovelShelf/Web](https://github.com/LightNovelShelf/Web)|轻书架的Vue前端|187|2024-02-11|
|28|[Adicwu/masami](https://github.com/Adicwu/masami)|A PC-side animation video website for learning and personal use only|138|2023-11-23|
|29|[MrWeilian/iceWebGL](https://github.com/MrWeilian/iceWebGL)|🧊 WebGL上车指南带你从零开始体系化学习 WebGL。|136|2024-01-14|
|30|[cumt-robin/vue3-ts-blog-frontend](https://github.com/cumt-robin/vue3-ts-blog-frontend)|基于 vue3 + ts + ant-design-vue 的个人博客|120|2023-11-30|
|31|[mixmoe/HikariSearch](https://github.com/mixmoe/HikariSearch)|一款动漫图片搜索引擎聚合网站, 基于 Cloudflare 提供的 Pages Function. / A collection of anime image search engines, based on Cloudflare Pages Function.|119|2023-10-08|
|32|[daidr/douLog](https://github.com/daidr/douLog)|戴兜的博客(施工中)|113|2024-02-09|
|32|[daidr/douLog](https://github.com/daidr/douLog)|戴兜的博客(施工中)|113|2024-02-11|
|33|[rymcu/nebula](https://github.com/rymcu/nebula)|nebula(星云)——一款现代化的知识社区前台项目,使用 Vue + NuxtJS + Element-UI 实现|103|2024-02-06|
|34|[XHXJ/json-GPT-translator](https://github.com/XHXJ/json-GPT-translator)|GPT-Translator 是一款前后端分离基于 OpenAI 的高效翻译软件。这个工具可以读取 JSON 和 Excel(zip) 文件,然后进行行翻译,并输出结果。|88|2024-01-26|
|35|[notbucai/blog3.0](https://github.com/notbucai/blog3.0)|个人博客V3.0 目前使用的技术(Nuxtjs + Nestjs + Vue + Element ui + vuetify),存储(MongoDB + Redis + COS)。Personal blog V3.0, Current technology (Nuxtjs + Nestjs + Vue + Element UI + Vuetify), storage (MongoDB + Redis ...|87|2023-08-14|
@ -53,12 +53,12 @@
|46|[luoyunchong/lin-cms-vvlog](https://github.com/luoyunchong/lin-cms-vvlog)|增加了CMS博客的用户UI端|57|2024-02-03|
|47|[justorez/bookmark-cleaner](https://github.com/justorez/bookmark-cleaner)|🚀自动检测失效书签链接,一键清理|56|2023-12-11|
|48|[wangcham/ppt_killer](https://github.com/wangcham/ppt_killer)|使用chatgpt总结你的pptx文件支持依据ppt内容生成问题和保存AI回答 Use chatgpt to summarize your pptx files and generate questions about ppt , supports saving answers and docker deployment.|46|2023-11-21|
|49|[ttop5/issue-blog](https://github.com/ttop5/issue-blog)|基于 GitHub API 的博客工具,尽情享受 GitHub Issue 带来的便利吧。|43|2023-12-26|
|49|[ttop5/issue-blog](https://github.com/ttop5/issue-blog)|基于 GitHub API 的博客工具,尽情享受 GitHub Issue 带来的便利吧。|44|2023-12-26|
|50|[galaxy-s10/nuxt-blog-client](https://github.com/galaxy-s10/nuxt-blog-client)|基于Nuxt2 + ElementUI 搭建的博客前台|42|2024-01-29|
|51|[LightAPIs/free-export-bookmarks](https://github.com/LightAPIs/free-export-bookmarks)|Freely bookmark export tool. 自由地书签导出工具。|40|2023-10-02|
|52|[huiyadanli/gugu-portal](https://github.com/huiyadanli/gugu-portal)|一个简洁的无后端静态导航站点(个人书签页)|39|2023-11-16|
|53|[opensource-f2f/website](https://github.com/opensource-f2f/website)|《开源面对面》官网|39|2023-12-11|
|54|[nice-people-frontend-community/nice-leetcode](https://github.com/nice-people-frontend-community/nice-leetcode)|好青年 leetcode 打卡群|39|2024-02-10|
|54|[nice-people-frontend-community/nice-leetcode](https://github.com/nice-people-frontend-community/nice-leetcode)|好青年 leetcode 打卡群|39|2024-02-11|
|55|[pdsuwwz/hoc-element-table](https://github.com/pdsuwwz/hoc-element-table)|📦 基于 Vue3 + Webpack5 + Element Plus Table 二次构建表格组件,开箱即用 A Vue 3.x Table Component built on Webpack 5 该组件库可供学习、参考和用于二次开发|36|2024-02-01|
|56|[open17/vuepress-theme-easy-book](https://github.com/open17/vuepress-theme-easy-book)|一款美观,知识库向的vuepress主题🌠|35|2024-01-31|
|57|[wangsrGit119/suke-webrtc-course](https://github.com/wangsrGit119/suke-webrtc-course)|WebRTC 实现视频会议 完整系列教程|35|2023-08-14|
@ -67,13 +67,13 @@
|60|[lflxp/gin-xterm](https://github.com/lflxp/gin-xterm)|基于xterm.js + gin + vue + websocket 的gotty web网页版实现目的学习关键技术|32|2023-11-10|
|61|[DrssXpro/waterfall-demo](https://github.com/DrssXpro/waterfall-demo)|Vue3 + TS模仿小红书封装瀑布流组件|29|2024-01-11|
|62|[zce/vuejs-3-examples](https://github.com/zce/vuejs-3-examples)|Some examples of Vue.js 3.0.|29|2023-11-25|
|63|[galaxy-s10/vue3-blog-admin](https://github.com/galaxy-s10/vue3-blog-admin)|基于Vue3 + Webpack5 + Typescript 搭建的博客后台|27|2023-12-02|
|63|[galaxy-s10/vue3-blog-admin](https://github.com/galaxy-s10/vue3-blog-admin)|基于Vue3 + Webpack5 + Typescript 搭建的博客后台|27|2024-02-11|
|64|[zhenquan321/vuePress-Blog](https://github.com/zhenquan321/vuePress-Blog)|🔥大前端进阶之道前端性能优化前端经典面试题node面试题webpack性能优化|26|2023-12-12|
|65|[lurenha/MyBlogVue](https://github.com/lurenha/MyBlogVue)|我的个人博客Vue后台搭建|25|2023-11-10|
|66|[lpya/vue3-ts-vite-konvajs](https://github.com/lpya/vue3-ts-vite-konvajs)|vue3-ts-vite-konvajs是一个konvajs基础使用教程它包含了矩形、圆、文本、多边形基本图形和常用的事件并提供了项目实战案例|24|2024-01-13|
|67|[Fankekeke/travel_cos](https://github.com/Fankekeke/travel_cos)|基于SpringBoot + Vue的旅游住宿小程序 实现权限的分布控制,如管理员和民宿管理员,二则所能够操作的权限有质的区别。 实现控制前端页面的导航展示(添加,修改,删除,查询)。 实现景点的发布(添加,修改,删除,查询)。 实现旅游攻略的发布(添加,修改,删除,查询)。 实现民宿预定(添加,修改,删除,查询)。 实现民宿房间管理(添加,修改,删除,查询)。 订单统计,订单评价|24|2023-12-26|
|68|[lgd8981289/imooc-visualization](https://github.com/lgd8981289/imooc-visualization)|https://www.bilibili.com/video/BV1yu411E7cm/?vd_source=391a8dc379e0da60c77490e3221f097a 课程源码|23|2023-09-08|
|69|[nolebase/integrations](https://github.com/nolebase/integrations)|A collection of diverse documentation engineering tools 多元化的文档工程工具合集|23|2024-02-10|
|69|[nolebase/integrations](https://github.com/nolebase/integrations)|A collection of diverse documentation engineering tools 多元化的文档工程工具合集|23|2024-02-11|
|70|[Caaalabash/blog-frontend](https://github.com/Caaalabash/blog-frontend)|Vue3+Vite+ElementPlus实现的个人博客包含GitlabCI、Docker、Nginx、docker-compose相关配置|23|2024-02-04|
|71|[98zi/HugoFast](https://github.com/98zi/HugoFast)|利用GitHub本身提供的Api将hugo博客管理面板化。|21|2024-01-19|
|72|[Jimmylxue/blog](https://github.com/Jimmylxue/blog)|jimmy的个人博客和知识的在线文档在线访问https://www.jimmyxuexue.top/|19|2024-01-30|
@ -101,13 +101,13 @@
|94|[francecil/blog](https://github.com/francecil/blog)|Gahing 的个人博客,欢迎 star ✨|11|2023-09-26|
|95|[taoran1401/tools-web](https://github.com/taoran1401/tools-web)|工具集合站基于vite,vue3,typescript,pinia,element-plus,tailwindcss|10|2023-12-18|
|96|[SaltyFishQF/YouthPicGenerator](https://github.com/SaltyFishQF/YouthPicGenerator)|江苏共青团青年大学习快速截图器|10|2023-08-26|
|97|[11003/nuxtjs-blogvue](https://github.com/11003/nuxtjs-blogvue)|🍧 使用Nuxtjs搭建的自适应博客前台网站。而且你也不用担心SEO的问题。|9|2024-02-07|
|98|[ChenJiaH/blog](https://github.com/ChenJiaH/blog)| 📝个人博客 - 欢迎关注 👀 和点赞 ⭐️|9|2024-02-06|
|99|[WRXinYue/valaxy-theme-sakura](https://github.com/WRXinYue/valaxy-theme-sakura)|valaxy sakura theme, 二次元博客wordpress sakura移植注重性能优化|8|2024-02-08|
|100|[yaoyaochil/WeyUI](https://github.com/yaoyaochil/WeyUI)| WeyUI是一款基于微信公众号、微信小程序、企业微信管理高度封装的UI组件库帮助开发者更快速完成页面开发工作|8|2023-12-21|
|101|[QianShi-ffg/qianshi-blog2x](https://github.com/QianShi-ffg/qianshi-blog2x)|博客2.0 基于vite + vue3 + pinia + vue-router4 + ts|8|2023-11-21|
|102|[kuizuo/example](https://github.com/kuizuo/example)|本项目整理我前端日常学习中的demo案例|8|2023-09-18|
|103|[lengyibai/web-notes](https://github.com/lengyibai/web-notes)|Web前端笔记|8|2023-12-10|
|97|[lengyibai/web-notes](https://github.com/lengyibai/web-notes)|Web前端笔记|9|2023-12-10|
|98|[11003/nuxtjs-blogvue](https://github.com/11003/nuxtjs-blogvue)|🍧 使用Nuxtjs搭建的自适应博客前台网站。而且你也不用担心SEO的问题。|9|2024-02-07|
|99|[ChenJiaH/blog](https://github.com/ChenJiaH/blog)| 📝个人博客 - 欢迎关注 👀 和点赞 ⭐️|9|2024-02-06|
|100|[WRXinYue/valaxy-theme-sakura](https://github.com/WRXinYue/valaxy-theme-sakura)|valaxy sakura theme, 二次元博客wordpress sakura移植注重性能优化|8|2024-02-08|
|101|[yaoyaochil/WeyUI](https://github.com/yaoyaochil/WeyUI)| WeyUI是一款基于微信公众号、微信小程序、企业微信管理高度封装的UI组件库帮助开发者更快速完成页面开发工作|8|2023-12-21|
|102|[QianShi-ffg/qianshi-blog2x](https://github.com/QianShi-ffg/qianshi-blog2x)|博客2.0 基于vite + vue3 + pinia + vue-router4 + ts|8|2023-11-21|
|103|[kuizuo/example](https://github.com/kuizuo/example)|本项目整理我前端日常学习中的demo案例|8|2023-09-18|
|104|[TimFang4162/desktop-schedule](https://github.com/TimFang4162/desktop-schedule)|简洁而不失优雅的桌面课程表 使用 :electron:|8|2023-12-31|
|105|[qq919006380/notes](https://github.com/qq919006380/notes)|个人网站/笔记|8|2024-01-08|
|106|[PFCCLab/blog](https://github.com/PFCCLab/blog)|PFCC 社区博客|7|2024-02-07|
@ -124,7 +124,7 @@
|117|[iDigitalWings/shuyi-chatui-demo](https://github.com/iDigitalWings/shuyi-chatui-demo)|微信公众号 数翼《万物皆可 LLM》UI demo|5|2023-09-05|
|118|[LYL010-ADELA/Visualization-of-China-s-GDP-and-Population-Data-over-the-Years](https://github.com/LYL010-ADELA/Visualization-of-China-s-GDP-and-Population-Data-over-the-Years)|中国历年GDP和人口数据可视化_北京大学《数据可视化》课程项目|5|2023-08-21|
|119|[jonlyes/blog-start](https://github.com/jonlyes/blog-start)|个人博客—前端项目|5|2023-11-18|
|120|[open17/vuepress-theme-qbook](https://github.com/open17/vuepress-theme-qbook)|🍉一个美观的VuePress博客&文档主题 |5|2024-02-10|
|120|[open17/vuepress-theme-qbook](https://github.com/open17/vuepress-theme-qbook)|🍉一个美观的VuePress博客&文档主题 |5|2024-02-11|
|121|[TongjiPetWelfareProject/DB_PetWelfare](https://github.com/TongjiPetWelfareProject/DB_PetWelfare)|同济大学数据库课程设计前端&数据库&文档——宠物救助中心 Pet Rescue Center Foster&Adopt&Boards&Post&Bulletin&Employment|5|2024-02-05|
|122|[Alickx/nuxt3-blog](https://github.com/Alickx/nuxt3-blog)|我的一个使用nuxt3构建的博客|5|2023-12-05|
|123|[Dragon-chen777/vuepress-plugin-cover](https://github.com/Dragon-chen777/vuepress-plugin-cover)|vuepress博客开场白封面|5|2023-09-12|

@ -1,210 +1,210 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > All Language
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Language|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[vuejs/vue](https://github.com/vuejs/vue)|This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core|206355|JavaScript|2024-02-08|
|2|[huggingface/transformers](https://github.com/huggingface/transformers)|🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.|119993|Python|2024-02-10|
|3|[electron/electron](https://github.com/electron/electron)|:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS|110564|C++|2024-02-10|
|4|[ant-design/ant-design](https://github.com/ant-design/ant-design)|An enterprise-class UI design language and React UI library|89302|TypeScript|2024-02-10|
|5|[PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)|:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin|85417|Vue|2024-01-10|
|6|[fatedier/frp](https://github.com/fatedier/frp)|A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.|77044|Go|2024-02-07|
|7|[tonsky/FiraCode](https://github.com/tonsky/FiraCode)|Free monospaced font with programming ligatures|74369|Clojure|2024-01-20|
|8|[macrozheng/mall](https://github.com/macrozheng/mall)|mall项目是一套电商系统包括前台商城系统及后台管理系统基于SpringBoot+MyBatis实现采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。|73705|Java|2024-02-10|
|9|[mermaid-js/mermaid](https://github.com/mermaid-js/mermaid)|Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown|64990|JavaScript|2024-02-09|
|10|[supabase/supabase](https://github.com/supabase/supabase)|The open source Firebase alternative.|62780|TypeScript|2024-02-10|
|11|[ChatGPTNextWeb/ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)|A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。|60092|TypeScript|2024-02-10|
|12|[rustdesk/rustdesk](https://github.com/rustdesk/rustdesk)|An open-source remote desktop, and alternative to TeamViewer.|59152|Rust|2024-02-10|
|13|[apache/echarts](https://github.com/apache/echarts)|Apache ECharts is a powerful, interactive charting and data visualization library for browser|57867|TypeScript|2024-02-08|
|14|[3b1b/manim](https://github.com/3b1b/manim)|Animation engine for explanatory math videos|56298|Python|2024-01-19|
|15|[chrislgarry/Apollo-11](https://github.com/chrislgarry/Apollo-11)|Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.|56075|Assembly|2023-12-29|
|16|[ElemeFE/element](https://github.com/ElemeFE/element)|A Vue.js 2.0 UI Toolkit for Web|53871|Vue|2024-01-29|
|17|[binary-husky/gpt_academic](https://github.com/binary-husky/gpt_academic)|为GPT/GLM等LLM大语言模型提供实用化交互接口特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件支持Python和C++等项目剖析&自译解功能PDF/LaTex论文翻译&总结功能支持并行问询多种LLM模型支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss ...|51497|Python|2024-02-09|
|18|[ageitgey/face_recognition](https://github.com/ageitgey/face_recognition)|The world's simplest facial recognition api for Python and the command line|51043|Python|2024-01-13|
|19|[Semantic-Org/Semantic-UI](https://github.com/Semantic-Org/Semantic-UI)|Semantic is a UI component framework based around useful principles from natural language.|50934|JavaScript|2023-12-08|
|20|[NARKOZ/hacker-scripts](https://github.com/NARKOZ/hacker-scripts)|Based on a true story|47073|JavaScript|2023-10-23|
|21|[DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)|The repository for high quality TypeScript type definitions.|46525|TypeScript|2024-02-10|
|22|[Textualize/rich](https://github.com/Textualize/rich)|Rich is a Python library for rich text and beautiful formatting in the terminal.|46333|Python|2024-02-08|
|23|[chinese-poetry/chinese-poetry](https://github.com/chinese-poetry/chinese-poetry)|The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人21050首词。|45984|JavaScript|2023-11-27|
|24|[serverless/serverless](https://github.com/serverless/serverless)|⚡ Serverless Framework Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! |45845|JavaScript|2024-02-09|
|25|[iamadamdev/bypass-paywalls-chrome](https://github.com/iamadamdev/bypass-paywalls-chrome)|Bypass Paywalls web browser extension for Chrome and Firefox.|45287|JavaScript|2023-10-20|
|26|[iamkun/dayjs](https://github.com/iamkun/dayjs)|⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API|45242|JavaScript|2024-02-09|
|27|[golang-standards/project-layout](https://github.com/golang-standards/project-layout)|Standard Go Project Layout|44488|Makefile|2024-02-10|
|28|[gogs/gogs](https://github.com/gogs/gogs)|Gogs is a painless self-hosted Git service|43765|Go|2024-02-02|
|29|[BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep)|ripgrep recursively searches directories for a regex pattern while respecting your gitignore|43220|Rust|2024-02-04|
|30|[agalwood/Motrix](https://github.com/agalwood/Motrix)|A full-featured download manager.|42062|JavaScript|2024-02-09|
|31|[bailicangdu/vue2-elm](https://github.com/bailicangdu/vue2-elm)|Large single page application with 45 pages built on vue2 + vuex. 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用|40643|Vue|2023-12-09|
|32|[go-gitea/gitea](https://github.com/go-gitea/gitea)|Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD|40569|Go|2024-02-10|
|33|[apache/dubbo](https://github.com/apache/dubbo)|The java implementation of Apache Dubbo. An RPC and microservice framework.|39791|Java|2024-02-08|
|34|[dcloudio/uni-app](https://github.com/dcloudio/uni-app)|A cross-platform framework using Vue.js|39087|JavaScript|2024-02-03|
|35|[THUDM/ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B)|ChatGLM-6B: An Open Bilingual Dialogue Language Model 开源双语对话语言模型|37702|Python|2024-02-05|
|36|[jeecgboot/jeecg-boot](https://github.com/jeecgboot/jeecg-boot)|🔥「企业级低代码平台」前后端分离架构SpringBoot 2.x/3.xSpringCloudAnt Design&VueMybatisShiroJWT。强大的代码生成器让前后端代码一键生成无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。|37031|Java|2024-01-24|
|37|[PaddlePaddle/PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)|Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and de ...|36372|Python|2024-02-08|
|38|[hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI)|Making large AI models cheaper, faster and more accessible|36356|Python|2024-02-08|
|39|[pingcap/tidb](https://github.com/pingcap/tidb)|TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial|35697|Go|2024-02-10|
|40|[ant-design/ant-design-pro](https://github.com/ant-design/ant-design-pro)|👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!|35494|TypeScript|2024-02-08|
|41|[acmesh-official/acme.sh](https://github.com/acmesh-official/acme.sh)|A pure Unix shell script implementing ACME client protocol|35379|Shell|2024-02-05|
|42|[alist-org/alist](https://github.com/alist-org/alist)|🗂A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序使用 Gin 和 Solidjs。|35001|Go|2024-02-09|
|43|[lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop)|一个基于 electron 的音乐软件|34962|JavaScript|2024-02-04|
|44|[alvarotrigo/fullPage.js](https://github.com/alvarotrigo/fullPage.js)|fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple|34897|JavaScript|2024-01-31|
|45|[koajs/koa](https://github.com/koajs/koa)|Expressive middleware for node.js using ES2017 async functions|34673|JavaScript|2024-01-17|
|1|[vuejs/vue](https://github.com/vuejs/vue)|This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core|206358|JavaScript|2024-02-08|
|2|[huggingface/transformers](https://github.com/huggingface/transformers)|🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.|120026|Python|2024-02-11|
|3|[electron/electron](https://github.com/electron/electron)|:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS|110567|C++|2024-02-11|
|4|[ant-design/ant-design](https://github.com/ant-design/ant-design)|An enterprise-class UI design language and React UI library|89307|TypeScript|2024-02-11|
|5|[PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)|:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin|85422|Vue|2024-01-10|
|6|[fatedier/frp](https://github.com/fatedier/frp)|A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.|77069|Go|2024-02-07|
|7|[tonsky/FiraCode](https://github.com/tonsky/FiraCode)|Free monospaced font with programming ligatures|74383|Clojure|2024-01-20|
|8|[macrozheng/mall](https://github.com/macrozheng/mall)|mall项目是一套电商系统包括前台商城系统及后台管理系统基于SpringBoot+MyBatis实现采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。|73714|Java|2024-02-10|
|9|[mermaid-js/mermaid](https://github.com/mermaid-js/mermaid)|Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown|64999|JavaScript|2024-02-11|
|10|[supabase/supabase](https://github.com/supabase/supabase)|The open source Firebase alternative.|62812|TypeScript|2024-02-10|
|11|[ChatGPTNextWeb/ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)|A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。|60128|TypeScript|2024-02-11|
|12|[rustdesk/rustdesk](https://github.com/rustdesk/rustdesk)|An open-source remote desktop, and alternative to TeamViewer.|59195|Rust|2024-02-11|
|13|[apache/echarts](https://github.com/apache/echarts)|Apache ECharts is a powerful, interactive charting and data visualization library for browser|57871|TypeScript|2024-02-08|
|14|[3b1b/manim](https://github.com/3b1b/manim)|Animation engine for explanatory math videos|56309|Python|2024-01-19|
|15|[chrislgarry/Apollo-11](https://github.com/chrislgarry/Apollo-11)|Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.|56078|Assembly|2023-12-29|
|16|[ElemeFE/element](https://github.com/ElemeFE/element)|A Vue.js 2.0 UI Toolkit for Web|53873|Vue|2024-01-29|
|17|[binary-husky/gpt_academic](https://github.com/binary-husky/gpt_academic)|为GPT/GLM等LLM大语言模型提供实用化交互接口特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件支持Python和C++等项目剖析&自译解功能PDF/LaTex论文翻译&总结功能支持并行问询多种LLM模型支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss ...|51503|Python|2024-02-09|
|18|[ageitgey/face_recognition](https://github.com/ageitgey/face_recognition)|The world's simplest facial recognition api for Python and the command line|51049|Python|2024-01-13|
|19|[Semantic-Org/Semantic-UI](https://github.com/Semantic-Org/Semantic-UI)|Semantic is a UI component framework based around useful principles from natural language.|50936|JavaScript|2023-12-08|
|20|[NARKOZ/hacker-scripts](https://github.com/NARKOZ/hacker-scripts)|Based on a true story|47074|JavaScript|2023-10-23|
|21|[DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)|The repository for high quality TypeScript type definitions.|46531|TypeScript|2024-02-11|
|22|[Textualize/rich](https://github.com/Textualize/rich)|Rich is a Python library for rich text and beautiful formatting in the terminal.|46338|Python|2024-02-08|
|23|[chinese-poetry/chinese-poetry](https://github.com/chinese-poetry/chinese-poetry)|The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人21050首词。|45990|JavaScript|2023-11-27|
|24|[serverless/serverless](https://github.com/serverless/serverless)|⚡ Serverless Framework Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! |45847|JavaScript|2024-02-09|
|25|[iamadamdev/bypass-paywalls-chrome](https://github.com/iamadamdev/bypass-paywalls-chrome)|Bypass Paywalls web browser extension for Chrome and Firefox.|45289|JavaScript|2023-10-20|
|26|[iamkun/dayjs](https://github.com/iamkun/dayjs)|⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API|45244|JavaScript|2024-02-09|
|27|[golang-standards/project-layout](https://github.com/golang-standards/project-layout)|Standard Go Project Layout|44502|Makefile|2024-02-10|
|28|[gogs/gogs](https://github.com/gogs/gogs)|Gogs is a painless self-hosted Git service|43768|Go|2024-02-02|
|29|[BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep)|ripgrep recursively searches directories for a regex pattern while respecting your gitignore|43236|Rust|2024-02-04|
|30|[agalwood/Motrix](https://github.com/agalwood/Motrix)|A full-featured download manager.|42067|JavaScript|2024-02-09|
|31|[bailicangdu/vue2-elm](https://github.com/bailicangdu/vue2-elm)|Large single page application with 45 pages built on vue2 + vuex. 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用|40644|Vue|2023-12-09|
|32|[go-gitea/gitea](https://github.com/go-gitea/gitea)|Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD|40584|Go|2024-02-11|
|33|[apache/dubbo](https://github.com/apache/dubbo)|The java implementation of Apache Dubbo. An RPC and microservice framework.|39793|Java|2024-02-08|
|34|[dcloudio/uni-app](https://github.com/dcloudio/uni-app)|A cross-platform framework using Vue.js|39089|JavaScript|2024-02-03|
|35|[THUDM/ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B)|ChatGLM-6B: An Open Bilingual Dialogue Language Model 开源双语对话语言模型|37707|Python|2024-02-05|
|36|[jeecgboot/jeecg-boot](https://github.com/jeecgboot/jeecg-boot)|🔥「企业级低代码平台」前后端分离架构SpringBoot 2.x/3.xSpringCloudAnt Design&VueMybatisShiroJWT。强大的代码生成器让前后端代码一键生成无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。|37032|Java|2024-01-24|
|37|[PaddlePaddle/PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)|Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and de ...|36381|Python|2024-02-08|
|38|[hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI)|Making large AI models cheaper, faster and more accessible|36355|Python|2024-02-08|
|39|[pingcap/tidb](https://github.com/pingcap/tidb)|TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial|35698|Go|2024-02-11|
|40|[ant-design/ant-design-pro](https://github.com/ant-design/ant-design-pro)|👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!|35497|TypeScript|2024-02-08|
|41|[acmesh-official/acme.sh](https://github.com/acmesh-official/acme.sh)|A pure Unix shell script implementing ACME client protocol|35385|Shell|2024-02-05|
|42|[alist-org/alist](https://github.com/alist-org/alist)|🗂A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序使用 Gin 和 Solidjs。|35020|Go|2024-02-09|
|43|[lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop)|一个基于 electron 的音乐软件|34978|JavaScript|2024-02-04|
|44|[alvarotrigo/fullPage.js](https://github.com/alvarotrigo/fullPage.js)|fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple|34902|JavaScript|2024-01-31|
|45|[koajs/koa](https://github.com/koajs/koa)|Expressive middleware for node.js using ES2017 async functions|34674|JavaScript|2024-01-17|
|46|[NervJS/taro](https://github.com/NervJS/taro)|开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/|34279|TypeScript|2024-02-10|
|47|[alibaba/arthas](https://github.com/alibaba/arthas)|Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas|34272|Java|2024-02-07|
|48|[SheetJS/sheetjs](https://github.com/SheetJS/sheetjs)|📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs|34212|JavaScript|2024-02-01|
|47|[alibaba/arthas](https://github.com/alibaba/arthas)|Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas|34273|Java|2024-02-07|
|48|[SheetJS/sheetjs](https://github.com/SheetJS/sheetjs)|📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs|34216|JavaScript|2024-02-01|
|49|[bumptech/glide](https://github.com/bumptech/glide)|An image loading and caching library for Android focused on smooth scrolling|34207|Java|2024-02-03|
|50|[carbon-app/carbon](https://github.com/carbon-app/carbon)|:black_heart: Create and share beautiful images of your source code|33654|JavaScript|2024-01-06|
|51|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|33109|JavaScript|2023-09-05|
|52|[fxsjy/jieba](https://github.com/fxsjy/jieba)|结巴中文分词|31985|Python|2024-01-17|
|53|[lm-sys/FastChat](https://github.com/lm-sys/FastChat)|An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.|31558|Python|2024-02-10|
|54|[hankcs/HanLP](https://github.com/hankcs/HanLP)|Natural Language Processing for the next decade. Tokenization, Part-of-Speech Tagging, Named Entity Recognition, Syntactic & Semantic Dependency Parsing, Document Classification|31535|Python|2024-01-16|
|55|[xkcoding/spring-boot-demo](https://github.com/xkcoding/spring-boot-demo)|🚀一个用来深入学习并实战 Spring Boot 的项目。|31532|Java|2024-02-01|
|56|[zhongyang219/TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor)|这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件并支持任务栏显示支持更换皮肤。|31135|C++|2023-12-20|
|57|[sharkdp/fd](https://github.com/sharkdp/fd)|A simple, fast and user-friendly alternative to 'find'|30655|Rust|2024-02-07|
|58|[beego/beego](https://github.com/beego/beego)|beego is an open-source, high-performance web framework for the Go programming language.|30641|Go|2024-02-08|
|59|[The-Run-Philosophy-Organization/run](https://github.com/The-Run-Philosophy-Organization/run)|润学全球官方指定GITHUB整理润学宗旨、纲领、理论和各类润之实例解决为什么润润去哪里怎么润三大问题 并成为新中国人的核心宗教,核心信念。|30537|-|2024-01-02|
|60|[halo-dev/halo](https://github.com/halo-dev/halo)|强大易用的开源建站工具。|30524|Java|2024-02-10|
|61|[alibaba/easyexcel](https://github.com/alibaba/easyexcel)|快速、简洁、解决大文件内存溢出的java处理Excel工具|30404|Java|2024-01-31|
|62|[suno-ai/bark](https://github.com/suno-ai/bark)|🔊 Text-Prompted Generative Audio Model|30400|Jupyter Notebook|2023-12-14|
|63|[Binaryify/NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)|网易云音乐 Node.js API service|30263|JavaScript|2024-01-22|
|64|[fastify/fastify](https://github.com/fastify/fastify)|Fast and low overhead web framework, for Node.js|29949|JavaScript|2024-02-10|
|65|[sqlmapproject/sqlmap](https://github.com/sqlmapproject/sqlmap)|Automatic SQL injection and database takeover tool|29885|Python|2024-02-10|
|66|[yewstack/yew](https://github.com/yewstack/yew)|Rust / Wasm framework for creating reliable and efficient web applications|29463|Rust|2024-02-09|
|67|[Chanzhaoyu/chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web)|用 Express 和 Vue3 搭建的 ChatGPT 演示网页|29400|Vue|2024-02-01|
|68|[sequelize/sequelize](https://github.com/sequelize/sequelize)|Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.|28874|JavaScript|2024-02-10|
|69|[colinhacks/zod](https://github.com/colinhacks/zod)|TypeScript-first schema validation with static type inference|28722|TypeScript|2024-02-07|
|70|[apolloconfig/apollo](https://github.com/apolloconfig/apollo)|Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.|28634|Java|2024-02-07|
|71|[layui/layui](https://github.com/layui/layui)|一套遵循原生态开发模式的 Web UI 组件库,采用自身轻量级模块化规范,易上手,可以更简单快速地构建网页界面。|28574|JavaScript|2024-02-10|
|72|[ehang-io/nps](https://github.com/ehang-io/nps)|一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面内网dns解析、内网socks5代理等等……并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, ...|28555|Go|2024-01-11|
|73|[alibaba/nacos](https://github.com/alibaba/nacos)|an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.|28517|Java|2024-02-08|
|74|[qishibo/AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager)|🚀🚀🚀A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac.|28304|JavaScript|2024-02-05|
|75|[coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)|Lean's LEDE source|28223|C|2024-02-10|
|76|[localsend/localsend](https://github.com/localsend/localsend)|An open-source cross-platform alternative to AirDrop|28054|Dart|2024-02-10|
|77|[dromara/hutool](https://github.com/dromara/hutool)|🍬A set of tools that keep Java sweet.|27929|Java|2024-02-10|
|78|[DIYgod/RSSHub](https://github.com/DIYgod/RSSHub)|🍰 Everything is RSSible|27763|JavaScript|2024-02-10|
|79|[GoogleChrome/lighthouse](https://github.com/GoogleChrome/lighthouse)|Automated auditing, performance metrics, and best practices for the web.|27614|JavaScript|2024-02-09|
|50|[carbon-app/carbon](https://github.com/carbon-app/carbon)|:black_heart: Create and share beautiful images of your source code|33666|JavaScript|2024-01-06|
|51|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|33110|JavaScript|2023-09-05|
|52|[fxsjy/jieba](https://github.com/fxsjy/jieba)|结巴中文分词|31982|Python|2024-01-17|
|53|[lm-sys/FastChat](https://github.com/lm-sys/FastChat)|An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.|31574|Python|2024-02-11|
|54|[hankcs/HanLP](https://github.com/hankcs/HanLP)|Natural Language Processing for the next decade. Tokenization, Part-of-Speech Tagging, Named Entity Recognition, Syntactic & Semantic Dependency Parsing, Document Classification|31537|Python|2024-01-16|
|55|[xkcoding/spring-boot-demo](https://github.com/xkcoding/spring-boot-demo)|🚀一个用来深入学习并实战 Spring Boot 的项目。|31534|Java|2024-02-01|
|56|[zhongyang219/TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor)|这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件并支持任务栏显示支持更换皮肤。|31140|C++|2023-12-20|
|57|[sharkdp/fd](https://github.com/sharkdp/fd)|A simple, fast and user-friendly alternative to 'find'|30669|Rust|2024-02-07|
|58|[beego/beego](https://github.com/beego/beego)|beego is an open-source, high-performance web framework for the Go programming language.|30644|Go|2024-02-08|
|59|[The-Run-Philosophy-Organization/run](https://github.com/The-Run-Philosophy-Organization/run)|润学全球官方指定GITHUB整理润学宗旨、纲领、理论和各类润之实例解决为什么润润去哪里怎么润三大问题 并成为新中国人的核心宗教,核心信念。|30538|-|2024-01-02|
|60|[halo-dev/halo](https://github.com/halo-dev/halo)|强大易用的开源建站工具。|30525|Java|2024-02-10|
|61|[suno-ai/bark](https://github.com/suno-ai/bark)|🔊 Text-Prompted Generative Audio Model|30411|Jupyter Notebook|2023-12-14|
|62|[alibaba/easyexcel](https://github.com/alibaba/easyexcel)|快速、简洁、解决大文件内存溢出的java处理Excel工具|30406|Java|2024-01-31|
|63|[Binaryify/NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)|网易云音乐 Node.js API service|30264|JavaScript|2024-01-22|
|64|[fastify/fastify](https://github.com/fastify/fastify)|Fast and low overhead web framework, for Node.js|29955|JavaScript|2024-02-10|
|65|[sqlmapproject/sqlmap](https://github.com/sqlmapproject/sqlmap)|Automatic SQL injection and database takeover tool|29890|Python|2024-02-10|
|66|[yewstack/yew](https://github.com/yewstack/yew)|Rust / Wasm framework for creating reliable and efficient web applications|29470|Rust|2024-02-09|
|67|[Chanzhaoyu/chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web)|用 Express 和 Vue3 搭建的 ChatGPT 演示网页|29398|Vue|2024-02-01|
|68|[sequelize/sequelize](https://github.com/sequelize/sequelize)|Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.|28879|JavaScript|2024-02-11|
|69|[colinhacks/zod](https://github.com/colinhacks/zod)|TypeScript-first schema validation with static type inference|28744|TypeScript|2024-02-07|
|70|[apolloconfig/apollo](https://github.com/apolloconfig/apollo)|Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.|28636|Java|2024-02-07|
|71|[layui/layui](https://github.com/layui/layui)|一套遵循原生态开发模式的 Web UI 组件库,采用自身轻量级模块化规范,易上手,可以更简单快速地构建网页界面。|28576|JavaScript|2024-02-10|
|72|[ehang-io/nps](https://github.com/ehang-io/nps)|一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面内网dns解析、内网socks5代理等等……并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, ...|28559|Go|2024-01-11|
|73|[alibaba/nacos](https://github.com/alibaba/nacos)|an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.|28521|Java|2024-02-08|
|74|[qishibo/AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager)|🚀🚀🚀A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac.|28307|JavaScript|2024-02-05|
|75|[coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)|Lean's LEDE source|28229|C|2024-02-11|
|76|[localsend/localsend](https://github.com/localsend/localsend)|An open-source cross-platform alternative to AirDrop|28084|Dart|2024-02-11|
|77|[dromara/hutool](https://github.com/dromara/hutool)|🍬A set of tools that keep Java sweet.|27927|Java|2024-02-10|
|78|[DIYgod/RSSHub](https://github.com/DIYgod/RSSHub)|🍰 Everything is RSSible|27770|JavaScript|2024-02-10|
|79|[GoogleChrome/lighthouse](https://github.com/GoogleChrome/lighthouse)|Automated auditing, performance metrics, and best practices for the web.|27617|JavaScript|2024-02-09|
|80|[alibaba/druid](https://github.com/alibaba/druid)|阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池|27536|Java|2024-02-06|
|81|[alibaba/canal](https://github.com/alibaba/canal)|阿里巴巴 MySQL binlog 增量订阅&消费组件 |27372|Java|2024-02-05|
|82|[Tencent/weui](https://github.com/Tencent/weui)|A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.|27036|HTML|2024-01-12|
|83|[zeromicro/go-zero](https://github.com/zeromicro/go-zero)|A cloud-native Go microservices framework with cli tool for productivity.|27007|Go|2024-02-10|
|84|[open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection)|OpenMMLab Detection Toolbox and Benchmark|26998|Python|2024-02-08|
|81|[alibaba/canal](https://github.com/alibaba/canal)|阿里巴巴 MySQL binlog 增量订阅&消费组件 |27374|Java|2024-02-05|
|82|[Tencent/weui](https://github.com/Tencent/weui)|A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.|27035|HTML|2024-01-12|
|83|[zeromicro/go-zero](https://github.com/zeromicro/go-zero)|A cloud-native Go microservices framework with cli tool for productivity.|27011|Go|2024-02-10|
|84|[open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection)|OpenMMLab Detection Toolbox and Benchmark|27003|Python|2024-02-11|
|85|[alibaba/spring-cloud-alibaba](https://github.com/alibaba/spring-cloud-alibaba)|Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.|26963|Java|2024-02-05|
|86|[pnpm/pnpm](https://github.com/pnpm/pnpm)|Fast, disk space efficient package manager|26920|TypeScript|2024-02-10|
|87|[YMFE/yapi](https://github.com/YMFE/yapi)|YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台|26881|JavaScript|2023-10-25|
|86|[pnpm/pnpm](https://github.com/pnpm/pnpm)|Fast, disk space efficient package manager|26931|TypeScript|2024-02-11|
|87|[YMFE/yapi](https://github.com/YMFE/yapi)|YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台|26882|JavaScript|2023-10-25|
|88|[lenve/vhr](https://github.com/lenve/vhr)|微人事是一个前后端分离的人力资源管理系统项目采用SpringBoot+Vue开发。|26721|Java|2024-01-11|
|89|[qier222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)|高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron: |26127|JavaScript|2024-02-06|
|89|[qier222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)|高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron: |26129|JavaScript|2024-02-06|
|90|[xuxueli/xxl-job](https://github.com/xuxueli/xxl-job)|A distributed task scheduling framework.分布式任务调度平台XXL-JOB|26061|Java|2024-02-05|
|91|[tj/commander.js](https://github.com/tj/commander.js)|node.js command-line interfaces made easy|25796|JavaScript|2024-02-03|
|92|[alibaba/fastjson](https://github.com/alibaba/fastjson)|FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.|25570|Java|2023-11-18|
|93|[backstage/backstage](https://github.com/backstage/backstage)|Backstage is an open platform for building developer portals|25360|TypeScript|2024-02-10|
|94|[huiyadanli/RevokeMsgPatcher](https://github.com/huiyadanli/RevokeMsgPatcher)|:trollface: A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁我已经看到了撤回也没用了|25089|C#|2023-12-13|
|95|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.|25039|Python|2024-02-08|
|96|[linexjlin/GPTs](https://github.com/linexjlin/GPTs)|leaked prompts of GPTs|24771|-|2024-02-09|
|91|[tj/commander.js](https://github.com/tj/commander.js)|node.js command-line interfaces made easy|25798|JavaScript|2024-02-11|
|92|[alibaba/fastjson](https://github.com/alibaba/fastjson)|FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.|25571|Java|2023-11-18|
|93|[backstage/backstage](https://github.com/backstage/backstage)|Backstage is an open platform for building developer portals|25380|TypeScript|2024-02-11|
|94|[huiyadanli/RevokeMsgPatcher](https://github.com/huiyadanli/RevokeMsgPatcher)|:trollface: A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁我已经看到了撤回也没用了|25094|C#|2023-12-13|
|95|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.|25047|Python|2024-02-08|
|96|[linexjlin/GPTs](https://github.com/linexjlin/GPTs)|leaked prompts of GPTs|24785|-|2024-02-09|
|97|[littlecodersh/ItChat](https://github.com/littlecodersh/ItChat)|A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。|24771|Python|2023-09-28|
|98|[apache/incubator-seata](https://github.com/apache/incubator-seata)|:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.|24760|Java|2024-02-07|
|99|[zadam/trilium](https://github.com/zadam/trilium)|Build your personal knowledge base with Trilium Notes|24632|JavaScript|2024-02-09|
|100|[scwang90/SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout)|🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScrollAndroid智能下拉刷新框架支持越界回弹、越界拖动具有极强的扩展性集成了几十种炫酷的Header和 Footer。|24586|Java|2023-11-19|
|101|[taichi-dev/taichi](https://github.com/taichi-dev/taichi)|Productive & portable high-performance programming in Python.|24370|C++|2024-02-02|
|98|[apache/incubator-seata](https://github.com/apache/incubator-seata)|:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.|24761|Java|2024-02-07|
|99|[zadam/trilium](https://github.com/zadam/trilium)|Build your personal knowledge base with Trilium Notes|24639|JavaScript|2024-02-09|
|100|[scwang90/SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout)|🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScrollAndroid智能下拉刷新框架支持越界回弹、越界拖动具有极强的扩展性集成了几十种炫酷的Header和 Footer。|24585|Java|2023-11-19|
|101|[taichi-dev/taichi](https://github.com/taichi-dev/taichi)|Productive & portable high-performance programming in Python.|24373|C++|2024-02-02|
|102|[iview/iview](https://github.com/iview/iview)|A high quality UI Toolkit built on Vue.js 2.0|23981|Vue|2024-01-15|
|103|[CymChad/BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)|BRVAH:Powerful and flexible RecyclerAdapter|23937|Java|2024-01-19|
|104|[localForage/localForage](https://github.com/localForage/localForage)|💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.|23934|JavaScript|2024-01-08|
|105|[ossrs/srs](https://github.com/ossrs/srs)|SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.|23684|C++|2024-02-08|
|106|[alibaba/flutter-go](https://github.com/alibaba/flutter-go)|flutter 开发者帮助 APP包含 flutter 常用 140+ 组件的demo 演示与中文文档|23537|Dart|2023-12-11|
|107|[ramda/ramda](https://github.com/ramda/ramda)|:ram: Practical functional Javascript|23467|JavaScript|2024-02-08|
|108|[envoyproxy/envoy](https://github.com/envoyproxy/envoy)|Cloud-native high-performance edge/middle/service proxy|23462|C++|2024-02-10|
|109|[jumpserver/jumpserver](https://github.com/jumpserver/jumpserver)|JumpServer 是广受欢迎的开源堡垒机,是符合 4A 规范的专业运维安全审计系统。|23063|Python|2024-02-07|
|110|[celery/celery](https://github.com/celery/celery)|Distributed Task Queue (development branch)|23008|Python|2024-02-09|
|103|[localForage/localForage](https://github.com/localForage/localForage)|💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.|23943|JavaScript|2024-01-08|
|104|[CymChad/BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)|BRVAH:Powerful and flexible RecyclerAdapter|23937|Java|2024-01-19|
|105|[ossrs/srs](https://github.com/ossrs/srs)|SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.|23687|C++|2024-02-08|
|106|[alibaba/flutter-go](https://github.com/alibaba/flutter-go)|flutter 开发者帮助 APP包含 flutter 常用 140+ 组件的demo 演示与中文文档|23536|Dart|2023-12-11|
|107|[ramda/ramda](https://github.com/ramda/ramda)|:ram: Practical functional Javascript|23469|JavaScript|2024-02-08|
|108|[envoyproxy/envoy](https://github.com/envoyproxy/envoy)|Cloud-native high-performance edge/middle/service proxy|23462|C++|2024-02-11|
|109|[jumpserver/jumpserver](https://github.com/jumpserver/jumpserver)|JumpServer 是广受欢迎的开源堡垒机,是符合 4A 规范的专业运维安全审计系统。|23062|Python|2024-02-07|
|110|[celery/celery](https://github.com/celery/celery)|Distributed Task Queue (development branch)|23009|Python|2024-02-10|
|111|[apache/skywalking](https://github.com/apache/skywalking)|APM, Application Performance Monitoring System|22990|Java|2024-02-08|
|112|[vnpy/vnpy](https://github.com/vnpy/vnpy)|基于Python的开源量化交易平台开发框架|22802|Python|2024-02-01|
|113|[svc-develop-team/so-vits-svc](https://github.com/svc-develop-team/so-vits-svc)|SoftVC VITS Singing Voice Conversion|22663|Python|2023-11-11|
|114|[LC044/WeChatMsg](https://github.com/LC044/WeChatMsg)|提取微信聊天记录将其导出成HTML、Word、CSV文档永久保存对聊天记录进行分析生成年度聊天报告|22593|Python|2024-02-10|
|112|[vnpy/vnpy](https://github.com/vnpy/vnpy)|基于Python的开源量化交易平台开发框架|22806|Python|2024-02-01|
|113|[svc-develop-team/so-vits-svc](https://github.com/svc-develop-team/so-vits-svc)|SoftVC VITS Singing Voice Conversion|22674|Python|2023-11-11|
|114|[LC044/WeChatMsg](https://github.com/LC044/WeChatMsg)|提取微信聊天记录将其导出成HTML、Word、CSV文档永久保存对聊天记录进行分析生成年度聊天报告|22648|Python|2024-02-11|
|115|[taosdata/TDengine](https://github.com/taosdata/TDengine)|TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps.|22550|Python|2024-02-09|
|116|[element-plus/element-plus](https://github.com/element-plus/element-plus)|🎉 A Vue.js 3 UI Library made by Element team|22525|TypeScript|2024-02-10|
|116|[element-plus/element-plus](https://github.com/element-plus/element-plus)|🎉 A Vue.js 3 UI Library made by Element team|22529|TypeScript|2024-02-11|
|117|[redux-saga/redux-saga](https://github.com/redux-saga/redux-saga)|An alternative side effect model for Redux apps|22506|JavaScript|2024-01-11|
|118|[Molunerfinn/PicGo](https://github.com/Molunerfinn/PicGo)|:rocket:A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder|22415|Vue|2023-11-19|
|119|[Tencent/wepy](https://github.com/Tencent/wepy)|小程序组件化开发框架|22372|JavaScript|2023-09-19|
|120|[oldj/SwitchHosts](https://github.com/oldj/SwitchHosts)|Switch hosts quickly!|22246|TypeScript|2024-01-20|
|121|[chatchat-space/Langchain-Chatchat](https://github.com/chatchat-space/Langchain-Chatchat)|Langchain-Chatchat原Langchain-ChatGLM基于 Langchain 与 ChatGLM 等语言模型的本地知识库问答 Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM) QA app with langchain |22169|Python|2024-02-07|
|122|[YunaiV/ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro)|🔥 官方推荐 🔥 RuoYi-Vue 全新 Pro 版本,优化重构所有功能。基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统 + 微信小程序,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!|21868|Java|2024-01-29|
|123|[alibaba/Sentinel](https://github.com/alibaba/Sentinel)|A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)|21765|Java|2024-02-06|
|124|[PaddlePaddle/Paddle](https://github.com/PaddlePaddle/Paddle)|PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)|21340|Python|2024-02-10|
|125|[vbenjs/vue-vben-admin](https://github.com/vbenjs/vue-vben-admin)|A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast|21322|TypeScript|2024-02-06|
|126|[zhayujie/chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat)|基于大模型搭建的微信聊天机器人同时支持微信、企业微信、公众号、飞书、钉钉接入可选择GPT3.5/GPT4.0/Claude/文心一言/讯飞星火/通义千问/Gemini/GLM-4/LinkAI能处理文本、语音和图片访问操作系统和互联网支持基于自有知识库进行定制企业智能客服。|21202|Python|2024-02-10|
|127|[tw93/Pake](https://github.com/tw93/Pake)|🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用|20864|Rust|2024-02-05|
|128|[microsoft/vcpkg](https://github.com/microsoft/vcpkg)|C++ Library Manager for Windows, Linux, and MacOS|20850|CMake|2024-02-10|
|119|[Tencent/wepy](https://github.com/Tencent/wepy)|小程序组件化开发框架|22371|JavaScript|2023-09-19|
|120|[oldj/SwitchHosts](https://github.com/oldj/SwitchHosts)|Switch hosts quickly!|22247|TypeScript|2024-01-20|
|121|[chatchat-space/Langchain-Chatchat](https://github.com/chatchat-space/Langchain-Chatchat)|Langchain-Chatchat原Langchain-ChatGLM基于 Langchain 与 ChatGLM 等语言模型的本地知识库问答 Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM) QA app with langchain |22181|Python|2024-02-07|
|122|[YunaiV/ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro)|🔥 官方推荐 🔥 RuoYi-Vue 全新 Pro 版本,优化重构所有功能。基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统 + 微信小程序,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!|21869|Java|2024-01-29|
|123|[alibaba/Sentinel](https://github.com/alibaba/Sentinel)|A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)|21764|Java|2024-02-06|
|124|[PaddlePaddle/Paddle](https://github.com/PaddlePaddle/Paddle)|PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)|21348|Python|2024-02-11|
|125|[vbenjs/vue-vben-admin](https://github.com/vbenjs/vue-vben-admin)|A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast|21322|TypeScript|2024-02-11|
|126|[zhayujie/chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat)|基于大模型搭建的微信聊天机器人同时支持微信、企业微信、公众号、飞书、钉钉接入可选择GPT3.5/GPT4.0/Claude/文心一言/讯飞星火/通义千问/Gemini/GLM-4/LinkAI能处理文本、语音和图片访问操作系统和互联网支持基于自有知识库进行定制企业智能客服。|21219|Python|2024-02-10|
|127|[tw93/Pake](https://github.com/tw93/Pake)|🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用|20868|Rust|2024-02-05|
|128|[microsoft/vcpkg](https://github.com/microsoft/vcpkg)|C++ Library Manager for Windows, Linux, and MacOS|20855|CMake|2024-02-11|
|129|[elunez/eladmin](https://github.com/elunez/eladmin)|eladmin jpa 版本:项目基于 Spring Boot 2.6.4、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统项目采用分模块开发方式 权限控制采用 RBAC支持数据字典与数据权限管理支持一键生成前后端代码支持动态路由|20575|Java|2024-01-02|
|130|[eip-work/kuboard-press](https://github.com/eip-work/kuboard-press)|Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。|20532|JavaScript|2024-01-10|
|131|[the1812/Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved)|强大的哔哩哔哩增强脚本|20403|TypeScript|2024-01-18|
|132|[cloudreve/Cloudreve](https://github.com/cloudreve/Cloudreve)|🌩支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers)|20306|Go|2024-01-05|
|130|[eip-work/kuboard-press](https://github.com/eip-work/kuboard-press)|Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。|20533|JavaScript|2024-01-10|
|131|[the1812/Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved)|强大的哔哩哔哩增强脚本|20410|TypeScript|2024-01-18|
|132|[cloudreve/Cloudreve](https://github.com/cloudreve/Cloudreve)|🌩支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers)|20315|Go|2024-01-05|
|133|[SpaceVim/SpaceVim](https://github.com/SpaceVim/SpaceVim)|A community-driven modular vim/neovim distribution - The ultimate vimrc|20081|Vim script|2023-09-23|
|134|[openai-translator/openai-translator](https://github.com/openai-translator/openai-translator)|基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API.|19878|TypeScript|2024-02-05|
|134|[openai-translator/openai-translator](https://github.com/openai-translator/openai-translator)|基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API.|19882|TypeScript|2024-02-05|
|135|[didi/DoKit](https://github.com/didi/DoKit)|一款面向泛前端产品研发全生命周期的效率平台。|19849|Java|2023-12-06|
|136|[OpenBMB/ChatDev](https://github.com/OpenBMB/ChatDev)|Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)|19771|Shell|2024-02-08|
|137|[jhao104/proxy_pool](https://github.com/jhao104/proxy_pool)|Python ProxyPool for web spider|19603|Python|2024-02-04|
|138|[WZMIAOMIAO/deep-learning-for-image-processing](https://github.com/WZMIAOMIAO/deep-learning-for-image-processing)|deep learning for image processing including classification and object-detection etc.|19561|Python|2024-01-27|
|139|[grpc/grpc-go](https://github.com/grpc/grpc-go)|The Go language implementation of gRPC. HTTP/2 based RPC|19519|Go|2024-02-10|
|140|[sebastianbergmann/phpunit](https://github.com/sebastianbergmann/phpunit)|The PHP Unit Testing framework.|19505|PHP|2024-02-10|
|141|[CarGuo/GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer)|视频播放器IJKplayer、ExoPlayer、MediaPlayerHTTPS支持弹幕外挂字幕支持滤镜、水印、gif截图片头广告、中间广告多个同时播放支持基本的拖动声音、亮度调节支持边播边缓存支持视频自带rotation的旋转90,270之类重力旋转与手动旋转的同步支持支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切 ...|19459|Java|2024-01-22|
|142|[NaiboWang/EasySpider](https://github.com/NaiboWang/EasySpider)|A visual no-code/code-free web crawler/spider易采集一个可视化浏览器自动化测试/数据采集/爬虫软件可以无代码图形化的设计和执行爬虫任务。别名ServiceWrapper面向Web应用的智能化服务封装系统。|19413|JavaScript|2024-01-26|
|143|[flipped-aurora/gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin)|基于vite+vue3+gin搭建的开发基础平台支持TS,JS混用集成jwt鉴权权限管理动态路由显隐可控组件分页封装多点登录拦截资源权限上传下载代码生成器表单生成器,chatGPT自动查表等开发必备功能。|19352|Go|2024-02-07|
|144|[PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)|a vue2.0 minimal admin template |19309|JavaScript|2023-11-14|
|145|[wenyan-lang/wenyan](https://github.com/wenyan-lang/wenyan)|文言文編程語言 A programming language for the ancient Chinese.|19304|TypeScript|2023-10-20|
|146|[vueComponent/ant-design-vue](https://github.com/vueComponent/ant-design-vue)|🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜|19294|Vue|2024-02-09|
|147|[521xueweihan/GitHub520](https://github.com/521xueweihan/GitHub520)|:kissing_heart: 让你“爱”上 GitHub解决访问时图裂、加载慢的问题。无需安装|19276|Python|2024-02-10|
|148|[kingToolbox/WindTerm](https://github.com/kingToolbox/WindTerm)|A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.|19249|C|2024-01-23|
|149|[sharkdp/hyperfine](https://github.com/sharkdp/hyperfine)|A command-line benchmarking tool|18887|Rust|2024-02-02|
|150|[you-dont-need/You-Dont-Need-JavaScript](https://github.com/you-dont-need/You-Dont-Need-JavaScript)|CSS is powerful, you can do a lot of things without JS.|18768|CSS|2024-01-14|
|136|[OpenBMB/ChatDev](https://github.com/OpenBMB/ChatDev)|Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)|19786|Shell|2024-02-08|
|137|[jhao104/proxy_pool](https://github.com/jhao104/proxy_pool)|Python ProxyPool for web spider|19606|Python|2024-02-04|
|138|[WZMIAOMIAO/deep-learning-for-image-processing](https://github.com/WZMIAOMIAO/deep-learning-for-image-processing)|deep learning for image processing including classification and object-detection etc.|19563|Python|2024-01-27|
|139|[grpc/grpc-go](https://github.com/grpc/grpc-go)|The Go language implementation of gRPC. HTTP/2 based RPC|19523|Go|2024-02-10|
|140|[sebastianbergmann/phpunit](https://github.com/sebastianbergmann/phpunit)|The PHP Unit Testing framework.|19508|PHP|2024-02-11|
|141|[CarGuo/GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer)|视频播放器IJKplayer、ExoPlayer、MediaPlayerHTTPS支持弹幕外挂字幕支持滤镜、水印、gif截图片头广告、中间广告多个同时播放支持基本的拖动声音、亮度调节支持边播边缓存支持视频自带rotation的旋转90,270之类重力旋转与手动旋转的同步支持支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切 ...|19460|Java|2024-01-22|
|142|[NaiboWang/EasySpider](https://github.com/NaiboWang/EasySpider)|A visual no-code/code-free web crawler/spider易采集一个可视化浏览器自动化测试/数据采集/爬虫软件可以无代码图形化的设计和执行爬虫任务。别名ServiceWrapper面向Web应用的智能化服务封装系统。|19414|JavaScript|2024-01-26|
|143|[flipped-aurora/gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin)|基于vite+vue3+gin搭建的开发基础平台支持TS,JS混用集成jwt鉴权权限管理动态路由显隐可控组件分页封装多点登录拦截资源权限上传下载代码生成器表单生成器,chatGPT自动查表等开发必备功能。|19355|Go|2024-02-07|
|144|[PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)|a vue2.0 minimal admin template |19311|JavaScript|2023-11-14|
|145|[wenyan-lang/wenyan](https://github.com/wenyan-lang/wenyan)|文言文編程語言 A programming language for the ancient Chinese.|19306|TypeScript|2023-10-20|
|146|[vueComponent/ant-design-vue](https://github.com/vueComponent/ant-design-vue)|🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜|19295|Vue|2024-02-11|
|147|[521xueweihan/GitHub520](https://github.com/521xueweihan/GitHub520)|:kissing_heart: 让你“爱”上 GitHub解决访问时图裂、加载慢的问题。无需安装|19281|Python|2024-02-11|
|148|[kingToolbox/WindTerm](https://github.com/kingToolbox/WindTerm)|A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.|19259|C|2024-01-23|
|149|[sharkdp/hyperfine](https://github.com/sharkdp/hyperfine)|A command-line benchmarking tool|18892|Rust|2024-02-02|
|150|[you-dont-need/You-Dont-Need-JavaScript](https://github.com/you-dont-need/You-Dont-Need-JavaScript)|CSS is powerful, you can do a lot of things without JS.|18767|CSS|2024-01-14|
|151|[Tencent/ncnn](https://github.com/Tencent/ncnn)|ncnn is a high-performance neural network inference framework optimized for the mobile platform|18766|C++|2024-02-07|
|152|[eggjs/egg](https://github.com/eggjs/egg)|🥚 Born to build better enterprise frameworks and apps with Node.js & Koa|18748|JavaScript|2024-02-08|
|153|[redis/go-redis](https://github.com/redis/go-redis)|Redis Go client|18703|Go|2024-02-07|
|154|[linlinjava/litemall](https://github.com/linlinjava/litemall)|又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端|18664|Java|2023-10-30|
|155|[hiroi-sora/Umi-OCR](https://github.com/hiroi-sora/Umi-OCR)|OCR software, free and offline. 开源、免费的离线OCR软件。支持截屏/批量导入图片PDF文档识别排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。|18639|QML|2024-02-03|
|155|[hiroi-sora/Umi-OCR](https://github.com/hiroi-sora/Umi-OCR)|OCR software, free and offline. 开源、免费的离线OCR软件。支持截屏/批量导入图片PDF文档识别排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。|18660|QML|2024-02-03|
|156|[hemanth/functional-programming-jargon](https://github.com/hemanth/functional-programming-jargon)|Jargon from the functional programming world in simple terms!|18492|-|2023-10-17|
|157|[EastWorld/wechat-app-mall](https://github.com/EastWorld/wechat-app-mall)|微信小程序商城,微信小程序微店|18486|JavaScript|2023-11-13|
|158|[dianping/cat](https://github.com/dianping/cat)|CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端已经在美团点评的基础架构中间件框架MVC框架RPC框架数据库框架缓存框架等消息队列配置系统等深度集成为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。|18318|Java|2024-01-29|
|157|[EastWorld/wechat-app-mall](https://github.com/EastWorld/wechat-app-mall)|微信小程序商城,微信小程序微店|18488|JavaScript|2023-11-13|
|158|[dianping/cat](https://github.com/dianping/cat)|CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端已经在美团点评的基础架构中间件框架MVC框架RPC框架数据库框架缓存框架等消息队列配置系统等深度集成为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。|18319|Java|2024-01-29|
|159|[alibaba/weex](https://github.com/alibaba/weex)|A framework for building Mobile cross-platform UI|18196|C++|2023-11-17|
|160|[swoole/swoole-src](https://github.com/swoole/swoole-src)|🚀 Coroutine-based concurrency library for PHP|18141|C++|2024-02-05|
|161|[realm/SwiftLint](https://github.com/realm/SwiftLint)|A tool to enforce Swift style and conventions.|18135|Swift|2024-02-10|
|162|[lin-xin/vue-manage-system](https://github.com/lin-xin/vue-manage-system)|Vue3、Element Plus、typescript后台管理系统|17963|Vue|2024-01-12|
|163|[tloen/alpaca-lora](https://github.com/tloen/alpaca-lora)|Instruct-tune LLaMA on consumer hardware|17864|Jupyter Notebook|2024-01-24|
|164|[alibaba/ice](https://github.com/alibaba/ice)|🚀 ice.js: The Progressive App Framework Based On React基于 React 的渐进式应用框架)|17741|TypeScript|2024-02-05|
|165|[forthespada/CS-Books](https://github.com/forthespada/CS-Books)|🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~|17725|-|2023-10-07|
|166|[Stirling-Tools/Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF)|locally hosted web application that allows you to perform various operations on PDF files|17697|Java|2024-02-10|
|167|[leiurayer/downkyi](https://github.com/leiurayer/downkyi)|哔哩下载姬downkyi哔哩哔哩网站视频下载工具支持批量下载支持8K、HDR、杜比视界提供工具箱音视频提取、去水印等。|17675|C#|2024-02-08|
|168|[lobehub/lobe-chat](https://github.com/lobehub/lobe-chat)|🤖 Lobe Chat - an open-source, high-performance chatbot framework. Support one-click free deployment of your private ChatGPT/Gemini/LLM application.|17665|TypeScript|2024-02-10|
|160|[swoole/swoole-src](https://github.com/swoole/swoole-src)|🚀 Coroutine-based concurrency library for PHP|18143|C++|2024-02-05|
|161|[realm/SwiftLint](https://github.com/realm/SwiftLint)|A tool to enforce Swift style and conventions.|18138|Swift|2024-02-11|
|162|[lin-xin/vue-manage-system](https://github.com/lin-xin/vue-manage-system)|Vue3、Element Plus、typescript后台管理系统|17965|Vue|2024-01-12|
|163|[tloen/alpaca-lora](https://github.com/tloen/alpaca-lora)|Instruct-tune LLaMA on consumer hardware|17867|Jupyter Notebook|2024-01-24|
|164|[alibaba/ice](https://github.com/alibaba/ice)|🚀 ice.js: The Progressive App Framework Based On React基于 React 的渐进式应用框架)|17742|TypeScript|2024-02-05|
|165|[forthespada/CS-Books](https://github.com/forthespada/CS-Books)|🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~|17731|-|2023-10-07|
|166|[Stirling-Tools/Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF)|locally hosted web application that allows you to perform various operations on PDF files|17718|Java|2024-02-11|
|167|[leiurayer/downkyi](https://github.com/leiurayer/downkyi)|哔哩下载姬downkyi哔哩哔哩网站视频下载工具支持批量下载支持8K、HDR、杜比视界提供工具箱音视频提取、去水印等。|17687|C#|2024-02-08|
|168|[lobehub/lobe-chat](https://github.com/lobehub/lobe-chat)|🤖 Lobe Chat - an open-source, high-performance chatbot framework. Support one-click free deployment of your private ChatGPT/Gemini/LLM application.|17680|TypeScript|2024-02-11|
|169|[airyland/vux](https://github.com/airyland/vux)|Mobile UI Components based on Vue & WeUI|17614|Vue|2024-02-02|
|170|[fanmingming/live](https://github.com/fanmingming/live)|✯ 一个可直连访问的电视/广播图标库与相关工具项目 ✯ 🔕 永久免费 直连访问 完整开源 不断完善的台标 支持IPv4/IPv6双栈访问 🔕|17543|JavaScript|2024-02-10|
|171|[recommenders-team/recommenders](https://github.com/recommenders-team/recommenders)|Best Practices on Recommendation Systems|17525|Python|2024-02-09|
|172|[xiaolai/everyone-can-use-english](https://github.com/xiaolai/everyone-can-use-english)|人人都能用英语|17392|TypeScript|2024-02-10|
|170|[fanmingming/live](https://github.com/fanmingming/live)|✯ 一个可直连访问的电视/广播图标库与相关工具项目 ✯ 🔕 永久免费 直连访问 完整开源 不断完善的台标 支持IPv4/IPv6双栈访问 🔕|17556|JavaScript|2024-02-11|
|171|[recommenders-team/recommenders](https://github.com/recommenders-team/recommenders)|Best Practices on Recommendation Systems|17526|Python|2024-02-09|
|172|[xiaolai/everyone-can-use-english](https://github.com/xiaolai/everyone-can-use-english)|人人都能用英语|17408|TypeScript|2024-02-11|
|173|[youzan/vant-weapp](https://github.com/youzan/vant-weapp)|轻量、可靠的小程序 UI 组件库|17301|JavaScript|2024-02-01|
|174|[BeyondDimension/SteamTools](https://github.com/BeyondDimension/SteamTools)|🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。|17289|C#|2024-02-06|
|175|[Jack-Cherish/python-spider](https://github.com/Jack-Cherish/python-spider)|:rainbow:Python3网络爬虫实战淘宝、京东、网易云、B站、12306、抖音、笔趣阁、漫画小说下载、音乐电影下载等|17267|Python|2023-11-02|
|176|[modood/Administrative-divisions-of-China](https://github.com/modood/Administrative-divisions-of-China)|中华人民共和国行政区划:省级(省份)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,中国省市区镇村二级三级四级五级联动地址数据。|17228|JavaScript|2023-09-13|
|174|[BeyondDimension/SteamTools](https://github.com/BeyondDimension/SteamTools)|🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。|17296|C#|2024-02-06|
|175|[Jack-Cherish/python-spider](https://github.com/Jack-Cherish/python-spider)|:rainbow:Python3网络爬虫实战淘宝、京东、网易云、B站、12306、抖音、笔趣阁、漫画小说下载、音乐电影下载等|17268|Python|2023-11-02|
|176|[modood/Administrative-divisions-of-China](https://github.com/modood/Administrative-divisions-of-China)|中华人民共和国行政区划:省级(省份)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,中国省市区镇村二级三级四级五级联动地址数据。|17229|JavaScript|2023-09-13|
|177|[Tencent/mars](https://github.com/Tencent/mars)|Mars is a cross-platform network component developed by WeChat.|17057|C++|2024-02-04|
|178|[facebook/fresco](https://github.com/facebook/fresco)|An Android library for managing images and the memory they use.|17026|Java|2024-02-08|
|179|[Wilfred/difftastic](https://github.com/Wilfred/difftastic)|a structural diff that understands syntax 🟥🟩|16979|Rust|2024-02-09|
|180|[Bin-Huang/chatbox](https://github.com/Bin-Huang/chatbox)|Chatbox is a desktop client for ChatGPT, Claude and other LLMs, available on Windows, Mac, Linux|16940|TypeScript|2024-02-08|
|179|[Wilfred/difftastic](https://github.com/Wilfred/difftastic)|a structural diff that understands syntax 🟥🟩|16984|Rust|2024-02-09|
|180|[Bin-Huang/chatbox](https://github.com/Bin-Huang/chatbox)|Chatbox is a desktop client for ChatGPT, Claude and other LLMs, available on Windows, Mac, Linux|16948|TypeScript|2024-02-08|
|181|[hzlzh/Best-App](https://github.com/hzlzh/Best-App)|收集&推荐优秀的 Apps/硬件/技巧/周边等|16928|-|2023-11-02|
|182|[CopyTranslator/CopyTranslator](https://github.com/CopyTranslator/CopyTranslator)|Foreign language reading and translation assistant based on copy and translate.|16772|TypeScript|2023-09-26|
|183|[qax-os/excelize](https://github.com/qax-os/excelize)|Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets|16721|Go|2024-02-04|
|183|[qax-os/excelize](https://github.com/qax-os/excelize)|Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets|16726|Go|2024-02-04|
|184|[wangeditor-team/wangEditor](https://github.com/wangeditor-team/wangEditor)|wangEditor —— 开源 Web 富文本编辑器|16705|TypeScript|2024-01-24|
|185|[Tencent/MMKV](https://github.com/Tencent/MMKV)|An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.|16594|C++|2024-02-05|
|186|[Tencent/APIJSON](https://github.com/Tencent/APIJSON)|🏆 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🏆 A JSON Transmission Protocol and an ORM Library 🚀 provides APIs and Docs without writing any code.|16340|Java|2024-02-07|
|187|[ymcui/Chinese-LLaMA-Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca)|中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)|16316|Python|2024-01-29|
|188|[Tencent/vConsole](https://github.com/Tencent/vConsole)|A lightweight, extendable front-end developer tool for mobile web page.|16300|TypeScript|2024-02-07|
|189|[lizongying/my-tv](https://github.com/lizongying/my-tv)|我的电视 电视直播软件,安装即可使用|16289|C|2024-02-09|
|190|[SigNoz/signoz](https://github.com/SigNoz/signoz)|SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open sour ...|16220|TypeScript|2024-02-10|
|191|[casey/just](https://github.com/casey/just)|🤖 Just a command runner|15897|Rust|2024-02-04|
|192|[xx025/carrot](https://github.com/xx025/carrot)|Free ChatGPT Site List 这儿为你准备了众多免费好用的ChatGPT镜像站点|15811|-|2024-02-08|
|193|[DioxusLabs/dioxus](https://github.com/DioxusLabs/dioxus)|Fullstack GUI library for desktop, web, mobile, and more.|15797|Rust|2024-02-10|
|194|[justauth/JustAuth](https://github.com/justauth/JustAuth)|🏆Gitee 最有价值开源项目 🚀:100: 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么、 ...|15734|Java|2024-01-19|
|195|[vulhub/vulhub](https://github.com/vulhub/vulhub)|Pre-Built Vulnerable Environments Based on Docker-Compose|15730|Dockerfile|2024-02-08|
|196|[baidu/amis](https://github.com/baidu/amis)|前端低代码框架,通过 JSON 配置就能生成各种页面。|15701|TypeScript|2024-02-05|
|197|[apache/brpc](https://github.com/apache/brpc)|brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means ...|15680|C++|2024-02-08|
|198|[chuzhixin/vue-admin-better](https://github.com/chuzhixin/vue-admin-better)|🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro|15642|Vue|2024-02-09|
|199|[Z-Siqi/Clash-for-Windows_Chinese](https://github.com/Z-Siqi/Clash-for-Windows_Chinese)|clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序|15423|JavaScript|2023-11-03|
|200|[langgenius/dify](https://github.com/langgenius/dify)|An Open-Source Assistants API and GPTs alternative. Dify.AI is an LLM application development platform. It integrates the concepts of Backend as a Service and LLMOps, covering the core tech stack requ ...|15389|Python|2024-02-10|
|185|[Tencent/MMKV](https://github.com/Tencent/MMKV)|An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.|16595|C++|2024-02-05|
|186|[lizongying/my-tv](https://github.com/lizongying/my-tv)|我的电视 电视直播软件,安装即可使用|16474|C|2024-02-11|
|187|[Tencent/APIJSON](https://github.com/Tencent/APIJSON)|🏆 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🏆 A JSON Transmission Protocol and an ORM Library 🚀 provides APIs and Docs without writing any code.|16341|Java|2024-02-07|
|188|[ymcui/Chinese-LLaMA-Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca)|中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)|16318|Python|2024-01-29|
|189|[Tencent/vConsole](https://github.com/Tencent/vConsole)|A lightweight, extendable front-end developer tool for mobile web page.|16300|TypeScript|2024-02-07|
|190|[SigNoz/signoz](https://github.com/SigNoz/signoz)|SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open sour ...|16227|TypeScript|2024-02-11|
|191|[casey/just](https://github.com/casey/just)|🤖 Just a command runner|15918|Rust|2024-02-11|
|192|[xx025/carrot](https://github.com/xx025/carrot)|Free ChatGPT Site List 这儿为你准备了众多免费好用的ChatGPT镜像站点|15812|-|2024-02-08|
|193|[DioxusLabs/dioxus](https://github.com/DioxusLabs/dioxus)|Fullstack GUI library for desktop, web, mobile, and more.|15806|Rust|2024-02-11|
|194|[justauth/JustAuth](https://github.com/justauth/JustAuth)|🏆Gitee 最有价值开源项目 🚀:100: 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么、 ...|15733|Java|2024-01-19|
|195|[vulhub/vulhub](https://github.com/vulhub/vulhub)|Pre-Built Vulnerable Environments Based on Docker-Compose|15733|Dockerfile|2024-02-08|
|196|[baidu/amis](https://github.com/baidu/amis)|前端低代码框架,通过 JSON 配置就能生成各种页面。|15702|TypeScript|2024-02-05|
|197|[apache/brpc](https://github.com/apache/brpc)|brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means ...|15681|C++|2024-02-08|
|198|[chuzhixin/vue-admin-better](https://github.com/chuzhixin/vue-admin-better)|🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro|15643|Vue|2024-02-09|
|199|[Z-Siqi/Clash-for-Windows_Chinese](https://github.com/Z-Siqi/Clash-for-Windows_Chinese)|clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序|15441|JavaScript|2023-11-03|
|200|[langgenius/dify](https://github.com/langgenius/dify)|An Open-Source Assistants API and GPTs alternative. Dify.AI is an LLM application development platform. It integrates the concepts of Backend as a Service and LLMOps, covering the core tech stack requ ...|15423|Python|2024-02-11|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,19 +1,19 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Assembly
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[chrislgarry/Apollo-11](https://github.com/chrislgarry/Apollo-11)|Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.|56075|2023-12-29|
|1|[chrislgarry/Apollo-11](https://github.com/chrislgarry/Apollo-11)|Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.|56078|2023-12-29|
|2|[leachim6/hello-world](https://github.com/leachim6/hello-world)|Hello world in every computer language. Thanks to everyone who contributes to this, make sure to see contributing.md for contribution instructions!|10458|2024-02-10|
|3|[STM32-base/STM32-base](https://github.com/STM32-base/STM32-base)|A simple start for any STM32 based project.|322|2024-01-18|
|4|[mengning/linuxkernel](https://github.com/mengning/linuxkernel)|操作系统导论教学资料、《庖丁解牛Linux内核》配套资料|253|2024-01-11|
|5|[retro16/acsi2stm](https://github.com/retro16/acsi2stm)|Atari ST ACSI to SD card converter with a STM32|137|2023-08-24|
|5|[retro16/acsi2stm](https://github.com/retro16/acsi2stm)|Atari ST ACSI to SD card converter with a STM32|138|2023-08-24|
|6|[leomil72/LM80C](https://github.com/leomil72/LM80C)|A Z80-based homebrew computer withTMS9918, AY-3-8910, Z80 CTC, Z80 PIO, and Z80 SIO|92|2024-01-13|
|7|[weipeng2k/hot-wind](https://github.com/weipeng2k/hot-wind)|技术杂文集|32|2024-02-01|
|8|[bereal/AdventOfCode2020](https://github.com/bereal/AdventOfCode2020)|Solving Advent of Code 2020, each day in a different language|24|2023-12-09|
|9|[zhuozhiyongde/Introduction-To-Computer-System-2023Fall-PKU](https://github.com/zhuozhiyongde/Introduction-To-Computer-System-2023Fall-PKU)|北京大学 2023 年秋计算机系统导论课程ICS作业、笔记、经验|18|2024-01-28|
|9|[zhuozhiyongde/Introduction-To-Computer-System-2023Fall-PKU](https://github.com/zhuozhiyongde/Introduction-To-Computer-System-2023Fall-PKU)|北京大学 2023 年秋计算机系统导论课程ICS作业、笔记、经验|18|2024-02-10|
|10|[flyleeee/noob_hust_cs_20](https://github.com/flyleeee/noob_hust_cs_20)|华中科技大学计算机学院20级实验报告/代码——汇编实验;机器学习;计算机系统基础;算法实验;游戏设计;组原;计算机网络;软件工程;数据库;计算机视觉;操作系统课设|12|2023-12-16|
|11|[VLSMB/CLANNAD-Side-Stories-Hook-Tool](https://github.com/VLSMB/CLANNAD-Side-Stories-Hook-Tool)|CLANNAD外传被光守护着的坡道CLANNAD Side Stories PC汉化版|10|2023-11-10|
|12|[fzf404/MiniSys](https://github.com/fzf404/MiniSys)|💾 Nasm 汇编写操作系统|10|2023-09-12|
@ -21,14 +21,13 @@
|14|[SDGLBL/go-src](https://github.com/SDGLBL/go-src)|Knowledge of go's internal implementation Go语言内部实现分析|7|2023-10-12|
|15|[yewentao256/CSAPP_15213](https://github.com/yewentao256/CSAPP_15213)|CMU CSAPP learning; 深入理解计算机系统|7|2024-01-14|
|16|[Wokann/GBA_Cardcaptor_Sakura_SCdMG_chs](https://github.com/Wokann/GBA_Cardcaptor_Sakura_SCdMG_chs)|Chinese translation patch of GBA game "Cardcaptor Sakura - Sakura Card de Mini Game (Japan)" 魔卡少女樱-小樱牌的迷你游戏|4|2023-11-07|
|17|[xingji-studio/XJ380-Kernel](https://github.com/xingji-studio/XJ380-Kernel)|XJ380操作系统的内核汇编部分|4|2023-08-12|
|18|[flwfdd/BIT-Run](https://github.com/flwfdd/BIT-Run)|北理润 - 大三上汇编小游戏大作业|3|2023-12-22|
|19|[DANNHIROAKI/XJTU-COMP400627-OS](https://github.com/DANNHIROAKI/XJTU-COMP400627-OS)|西安交通大学COMP400627操作系统课程|3|2024-02-01|
|20|[tokai-student-rocket-project/H-58-Avionics](https://github.com/tokai-student-rocket-project/H-58-Avionics)|H-58搭載計器 2023年度 夏季 能代 NOGO|3|2023-11-13|
|21|[shynur/BootMate](https://github.com/shynur/BootMate)|一个在机器启动后 (操作系统被加载之前) 运行的小程序.|3|2023-10-08|
|22|[Lisadww/Assembly2048](https://github.com/Lisadww/Assembly2048)|汇編語言2048|3|2023-08-28|
|23|[KristianLi/Assembler_lab_homework](https://github.com/KristianLi/Assembler_lab_homework)|汇编作业|2|2023-12-21|
|24|[LuyuZhang00/Embedded-Systems](https://github.com/LuyuZhang00/Embedded-Systems)|2022秋季《微机原理实验》使用80386汇编完成七个程序。2023春季《嵌入式计算机系统》项目基于8051的数字体温计/基于MSP430的心电采集计数系统|2|2023-11-01|
|17|[flwfdd/BIT-Run](https://github.com/flwfdd/BIT-Run)|北理润 - 大三上汇编小游戏大作业|3|2023-12-22|
|18|[DANNHIROAKI/XJTU-COMP400627-OS](https://github.com/DANNHIROAKI/XJTU-COMP400627-OS)|西安交通大学COMP400627操作系统课程|3|2024-02-01|
|19|[tokai-student-rocket-project/H-58-Avionics](https://github.com/tokai-student-rocket-project/H-58-Avionics)|H-58搭載計器 2023年度 夏季 能代 NOGO|3|2023-11-13|
|20|[shynur/BootMate](https://github.com/shynur/BootMate)|一个在机器启动后 (操作系统被加载之前) 运行的小程序.|3|2023-10-08|
|21|[Lisadww/Assembly2048](https://github.com/Lisadww/Assembly2048)|汇編語言2048|3|2023-08-28|
|22|[KristianLi/Assembler_lab_homework](https://github.com/KristianLi/Assembler_lab_homework)|汇编作业|2|2023-12-21|
|23|[LuyuZhang00/Embedded-Systems](https://github.com/LuyuZhang00/Embedded-Systems)|2022秋季《微机原理实验》使用80386汇编完成七个程序。2023春季《嵌入式计算机系统》项目基于8051的数字体温计/基于MSP430的心电采集计数系统|2|2023-11-01|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,118 +1,118 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > C
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)|Lean's LEDE source|28223|2024-02-10|
|2|[kingToolbox/WindTerm](https://github.com/kingToolbox/WindTerm)|A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.|19249|2024-01-23|
|3|[lizongying/my-tv](https://github.com/lizongying/my-tv)|我的电视 电视直播软件,安装即可使用|16289|2024-02-09|
|4|[lvgl/lvgl](https://github.com/lvgl/lvgl)|Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio.|14347|2024-02-10|
|5|[karpathy/llama2.c](https://github.com/karpathy/llama2.c)|Inference Llama 2 in one file of pure C|14162|2024-02-07|
|6|[swaywm/sway](https://github.com/swaywm/sway)|i3-compatible Wayland compositor|13438|2024-02-09|
|1|[coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)|Lean's LEDE source|28229|2024-02-11|
|2|[kingToolbox/WindTerm](https://github.com/kingToolbox/WindTerm)|A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.|19259|2024-01-23|
|3|[lizongying/my-tv](https://github.com/lizongying/my-tv)|我的电视 电视直播软件,安装即可使用|16474|2024-02-11|
|4|[lvgl/lvgl](https://github.com/lvgl/lvgl)|Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio.|14352|2024-02-11|
|5|[karpathy/llama2.c](https://github.com/karpathy/llama2.c)|Inference Llama 2 in one file of pure C|14171|2024-02-07|
|6|[swaywm/sway](https://github.com/swaywm/sway)|i3-compatible Wayland compositor|13448|2024-02-11|
|7|[cloudwu/skynet](https://github.com/cloudwu/skynet)|A lightweight online game framework|12574|2024-02-04|
|8|[alibaba/tengine](https://github.com/alibaba/tengine)|A distribution of Nginx with some advanced features|12474|2023-12-18|
|9|[espressif/esp-idf](https://github.com/espressif/esp-idf)|Espressif IoT Development Framework. Official development framework for Espressif SoCs.|12018|2024-02-10|
|10|[openresty/openresty](https://github.com/openresty/openresty)|High Performance Web Platform Based on Nginx and LuaJIT|11954|2024-01-13|
|11|[sandboxie-plus/Sandboxie](https://github.com/sandboxie-plus/Sandboxie)|Sandboxie Plus & Classic|11563|2024-02-10|
|8|[alibaba/tengine](https://github.com/alibaba/tengine)|A distribution of Nginx with some advanced features|12475|2023-12-18|
|9|[espressif/esp-idf](https://github.com/espressif/esp-idf)|Espressif IoT Development Framework. Official development framework for Espressif SoCs.|12021|2024-02-10|
|10|[openresty/openresty](https://github.com/openresty/openresty)|High Performance Web Platform Based on Nginx and LuaJIT|11955|2024-01-13|
|11|[sandboxie-plus/Sandboxie](https://github.com/sandboxie-plus/Sandboxie)|Sandboxie Plus & Classic|11567|2024-02-11|
|12|[openresty/lua-nginx-module](https://github.com/openresty/lua-nginx-module)|Embed the Power of Lua into NGINX HTTP servers|11016|2024-01-20|
|13|[Tencent/wcdb](https://github.com/Tencent/wcdb)|WCDB is a cross-platform database framework developed by WeChat.|9942|2023-12-07|
|13|[Tencent/wcdb](https://github.com/Tencent/wcdb)|WCDB is a cross-platform database framework developed by WeChat.|9943|2023-12-07|
|14|[huangz1990/redis-3.0-annotated](https://github.com/huangz1990/redis-3.0-annotated)|带有详细注释的 Redis 3.0 代码annotated Redis 3.0 source code。|9811|2023-08-26|
|15|[Tencent/xLua](https://github.com/Tencent/xLua)|xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc.|8936|2024-01-25|
|16|[happyfish100/fastdfs](https://github.com/happyfish100/fastdfs)|FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. We ...|8796|2024-01-12|
|17|[gojue/ecapture](https://github.com/gojue/ecapture)|Capture SSL/TLS text content without a CA certificate using eBPF. This tool is compatible with Linux/Android x86_64/Aarch64.|7855|2024-02-08|
|18|[betaflight/betaflight](https://github.com/betaflight/betaflight)|Open Source Flight Controller Firmware|7646|2024-02-10|
|19|[pymumu/smartdns](https://github.com/pymumu/smartdns)|A local DNS server to obtain the fastest website IP for the best Internet experience, support DoT, DoH. 一个本地DNS服务器获取最快的网站IP获得最佳上网体验支持DoHDoT。|7496|2024-02-08|
|16|[happyfish100/fastdfs](https://github.com/happyfish100/fastdfs)|FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. We ...|8796|2024-02-11|
|17|[gojue/ecapture](https://github.com/gojue/ecapture)|Capture SSL/TLS text content without a CA certificate using eBPF. This tool is compatible with Linux/Android x86_64/Aarch64.|7857|2024-02-08|
|18|[betaflight/betaflight](https://github.com/betaflight/betaflight)|Open Source Flight Controller Firmware|7649|2024-02-10|
|19|[pymumu/smartdns](https://github.com/pymumu/smartdns)|A local DNS server to obtain the fastest website IP for the best Internet experience, support DoT, DoH. 一个本地DNS服务器获取最快的网站IP获得最佳上网体验支持DoHDoT。|7501|2024-02-08|
|20|[ithewei/libhv](https://github.com/ithewei/libhv)|🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.|6144|2024-02-09|
|21|[sparklemotion/nokogiri](https://github.com/sparklemotion/nokogiri)|Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.|6090|2024-02-09|
|22|[lpereira/lwan](https://github.com/lpereira/lwan)|Experimental, scalable, high performance HTTP server|5845|2024-01-31|
|23|[peng-zhihui/HoloCubic](https://github.com/peng-zhihui/HoloCubic)|带网络功能的伪全息透明显示桌面站|5750|2023-10-29|
|24|[yanfeizhang/coder-kung-fu](https://github.com/yanfeizhang/coder-kung-fu)|开发内功修炼|5673|2024-01-23|
|25|[peng-zhihui/HelloWord-Keyboard](https://github.com/peng-zhihui/HelloWord-Keyboard)|-|5662|2024-01-12|
|24|[yanfeizhang/coder-kung-fu](https://github.com/yanfeizhang/coder-kung-fu)|开发内功修炼|5674|2024-01-23|
|25|[peng-zhihui/HelloWord-Keyboard](https://github.com/peng-zhihui/HelloWord-Keyboard)|-|5664|2024-01-12|
|26|[peng-zhihui/HDMI-PI](https://github.com/peng-zhihui/HDMI-PI)|我设计的一个HDMI转MIPI模块可以用于驱动各种手机屏幕当显示器用。|5570|2023-09-10|
|27|[flightlessmango/MangoHud](https://github.com/flightlessmango/MangoHud)|A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb|5545|2024-02-10|
|27|[flightlessmango/MangoHud](https://github.com/flightlessmango/MangoHud)|A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb|5550|2024-02-10|
|28|[Meituan-Dianping/Logan](https://github.com/Meituan-Dianping/Logan)|Logan is a lightweight case logging system based on mobile platform.|5504|2023-11-15|
|29|[Meituan-Dianping/SQLAdvisor](https://github.com/Meituan-Dianping/SQLAdvisor)|输入SQL输出索引优化建议|5445|2023-10-08|
|30|[hrvach/deskhop](https://github.com/hrvach/deskhop)|Fast Desktop Switching Device|5374|2024-01-27|
|30|[hrvach/deskhop](https://github.com/hrvach/deskhop)|Fast Desktop Switching Device|5378|2024-01-27|
|31|[cjdelisle/cjdns](https://github.com/cjdelisle/cjdns)|An encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing.|5107|2024-02-01|
|32|[RediSearch/RediSearch](https://github.com/RediSearch/RediSearch)|A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.|5002|2024-02-10|
|32|[RediSearch/RediSearch](https://github.com/RediSearch/RediSearch)|A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.|5003|2024-02-11|
|33|[guanzhi/GmSSL](https://github.com/guanzhi/GmSSL)|支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱|4564|2024-02-10|
|34|[easychen/pushdeer](https://github.com/easychen/pushdeer)|开放源码的无App推送服务iOS14+扫码即用。亦支持快应用/iOS和Mac客户端、Android客户端、自制设备|4325|2023-12-29|
|35|[ClemensElflein/OpenMower](https://github.com/ClemensElflein/OpenMower)|Let's upgrade cheap off-the-shelf robotic mowers to modern, smart RTK GPS based lawn mowing robots!|4214|2024-02-09|
|36|[baidu/dperf](https://github.com/baidu/dperf)|dperf is a 100Gbps network load tester.|4155|2024-01-20|
|37|[Facico/Chinese-Vicuna](https://github.com/Facico/Chinese-Vicuna)|Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案结构参考alpaca|4100|2023-12-21|
|38|[lc-soft/LCUI](https://github.com/lc-soft/LCUI)|A small C library for building user interfaces with C, XML and CSS.|4074|2024-02-10|
|39|[andmarti1424/sc-im](https://github.com/andmarti1424/sc-im)|sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal|3991|2024-01-20|
|40|[immortalwrt/immortalwrt](https://github.com/immortalwrt/immortalwrt)|An opensource OpenWrt variant for mainland China users.|3915|2024-02-09|
|35|[ClemensElflein/OpenMower](https://github.com/ClemensElflein/OpenMower)|Let's upgrade cheap off-the-shelf robotic mowers to modern, smart RTK GPS based lawn mowing robots!|4215|2024-02-11|
|36|[baidu/dperf](https://github.com/baidu/dperf)|dperf is a 100Gbps network load tester.|4156|2024-01-20|
|37|[Facico/Chinese-Vicuna](https://github.com/Facico/Chinese-Vicuna)|Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案结构参考alpaca|4101|2023-12-21|
|38|[lc-soft/LCUI](https://github.com/lc-soft/LCUI)|A small C library for building user interfaces with C, XML and CSS.|4074|2024-02-11|
|39|[andmarti1424/sc-im](https://github.com/andmarti1424/sc-im)|sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal|3994|2024-01-20|
|40|[immortalwrt/immortalwrt](https://github.com/immortalwrt/immortalwrt)|An opensource OpenWrt variant for mainland China users.|3917|2024-02-09|
|41|[openvenues/libpostal](https://github.com/openvenues/libpostal)|A C library for parsing/normalizing street addresses around the world. Powered by statistical NLP and open geo data.|3909|2024-02-06|
|42|[lotabout/write-a-C-interpreter](https://github.com/lotabout/write-a-C-interpreter)|Write a simple interpreter of C. Inspired by c4 and largely based on it.|3667|2023-09-21|
|43|[canonical/dqlite](https://github.com/canonical/dqlite)|Embeddable, replicated and fault tolerant SQL engine.|3640|2024-02-10|
|44|[istoreos/istoreos](https://github.com/istoreos/istoreos)|提供一个人人会用的的路由、NAS系统 (目前活跃的分支是 istoreos-22.03|3510|2024-01-31|
|45|[zhaojh329/rtty](https://github.com/zhaojh329/rtty)|🐛 Access your terminal from anywhere via the web.|3489|2024-01-03|
|46|[armink/EasyLogger](https://github.com/armink/EasyLogger)|An ultra-lightweight(ROM<1.6K, RAM<0.3k), high-performance C/C++ log library. (ROM<1.6K, RAM<0.3k) C/C++ |3365|2023-11-19|
|43|[canonical/dqlite](https://github.com/canonical/dqlite)|Embeddable, replicated and fault tolerant SQL engine.|3642|2024-02-10|
|44|[istoreos/istoreos](https://github.com/istoreos/istoreos)|提供一个人人会用的的路由、NAS系统 (目前活跃的分支是 istoreos-22.03|3513|2024-01-31|
|45|[zhaojh329/rtty](https://github.com/zhaojh329/rtty)|🐛 Access your terminal from anywhere via the web.|3490|2024-01-03|
|46|[armink/EasyLogger](https://github.com/armink/EasyLogger)|An ultra-lightweight(ROM<1.6K, RAM<0.3k), high-performance C/C++ log library. (ROM<1.6K, RAM<0.3k) C/C++ |3366|2023-11-19|
|47|[cuber/ngx_http_google_filter_module](https://github.com/cuber/ngx_http_google_filter_module)|Nginx Module for Google Mirror|3338|2023-09-26|
|48|[RfidResearchGroup/proxmark3](https://github.com/RfidResearchGroup/proxmark3)|Iceman Fork - Proxmark3|3273|2024-02-10|
|48|[RfidResearchGroup/proxmark3](https://github.com/RfidResearchGroup/proxmark3)|Iceman Fork - Proxmark3|3276|2024-02-10|
|49|[binbyu/Reader](https://github.com/binbyu/Reader)|A win32 txt file reader|3160|2023-09-25|
|50|[ptitSeb/box86](https://github.com/ptitSeb/box86)|Box86 - Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices|2987|2024-02-10|
|51|[quickjs-zh/QuickJS](https://github.com/quickjs-zh/QuickJS)|QuickJS是一个小型并且可嵌入的Javascript引擎它支持ES2020规范包括模块异步生成器和代理器。|2943|2024-02-07|
|52|[zlgopen/awtk](https://github.com/zlgopen/awtk)|AWTK = Toolkit AnyWhere(a cross-platform embedded GUI)|2938|2024-02-07|
|50|[ptitSeb/box86](https://github.com/ptitSeb/box86)|Box86 - Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices|2988|2024-02-10|
|51|[quickjs-zh/QuickJS](https://github.com/quickjs-zh/QuickJS)|QuickJS是一个小型并且可嵌入的Javascript引擎它支持ES2020规范包括模块异步生成器和代理器。|2944|2024-02-07|
|52|[zlgopen/awtk](https://github.com/zlgopen/awtk)|AWTK = Toolkit AnyWhere(a cross-platform embedded GUI)|2941|2024-02-07|
|53|[Simple-XX/SimpleKernel](https://github.com/Simple-XX/SimpleKernel)|Simple kernel for learning operating systems. 用于学习操作系统的简单内核|2880|2023-09-12|
|54|[seclab-ucr/INTANG](https://github.com/seclab-ucr/INTANG)|-|2859|2023-12-02|
|55|[ptitSeb/box64](https://github.com/ptitSeb/box64)|Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices|2841|2024-02-10|
|56|[gozfree/gear-lib](https://github.com/gozfree/gear-lib)|Gear-Lib, C library for IOT Embedded Multimedia and Network|2784|2023-10-29|
|55|[ptitSeb/box64](https://github.com/ptitSeb/box64)|Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices|2844|2024-02-11|
|56|[gozfree/gear-lib](https://github.com/gozfree/gear-lib)|Gear-Lib, C library for IOT Embedded Multimedia and Network|2783|2023-10-29|
|57|[acl-dev/acl](https://github.com/acl-dev/acl)|A powerful server and network library, including coroutine, redis client, http, websocket, mqtt with C/C++ for multi-platform including Linux, Android, iOS, MacOS, Windows, etc..|2721|2024-02-02|
|58|[ApsaraDB/PolarDB-for-PostgreSQL](https://github.com/ApsaraDB/PolarDB-for-PostgreSQL)|A cloud-native database based on PostgreSQL developed by Alibaba Cloud.|2720|2023-12-28|
|59|[winshining/nginx-http-flv-module](https://github.com/winshining/nginx-http-flv-module)|A media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache, VHosts (one IP for multi domain names) and JSON style statistics are su ...|2629|2024-02-06|
|59|[winshining/nginx-http-flv-module](https://github.com/winshining/nginx-http-flv-module)|A media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache, VHosts (one IP for multi domain names) and JSON style statistics are su ...|2630|2024-02-06|
|60|[atc1441/ATC_MiThermometer](https://github.com/atc1441/ATC_MiThermometer)|Custom firmware for the Xiaomi Thermometer LYWSD03MMC and Telink Flasher via USB to Serial converter|2590|2023-12-24|
|61|[cleanflight/cleanflight](https://github.com/cleanflight/cleanflight)|Clean-code version of the baseflight flight controller firmware|2550|2023-10-20|
|62|[XorTroll/Goldleaf](https://github.com/XorTroll/Goldleaf)|🍂 Multipurpose homebrew tool for Nintendo Switch|2514|2023-11-05|
|63|[wechat-miniprogram/minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform)|-|2474|2024-02-04|
|64|[joncampbell123/dosbox-x](https://github.com/joncampbell123/dosbox-x)|DOSBox-X fork of the DOSBox project|2356|2024-02-10|
|63|[wechat-miniprogram/minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform)|-|2475|2024-02-04|
|64|[joncampbell123/dosbox-x](https://github.com/joncampbell123/dosbox-x)|DOSBox-X fork of the DOSBox project|2359|2024-02-10|
|65|[seemoo-lab/nexmon](https://github.com/seemoo-lab/nexmon)|The C-based Firmware Patching Framework for Broadcom/Cypress WiFi Chips that enables Monitor Mode, Frame Injection and much more|2284|2024-01-11|
|66|[dgiese/dustcloud](https://github.com/dgiese/dustcloud)|Xiaomi Smart Home Device Reverse Engineering and Hacking|2186|2024-02-05|
|67|[wolfSSL/wolfssl](https://github.com/wolfSSL/wolfssl)|The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3!|2117|2024-02-10|
|68|[vmware/open-vm-tools](https://github.com/vmware/open-vm-tools)|Official repository of VMware open-vm-tools project|2114|2024-01-16|
|69|[yitter/IdGenerator](https://github.com/yitter/IdGenerator)|💎多语言实现高性能生成唯一数字ID。 💎优化的雪花算法SnowFlake——雪花漂移算法在缩短ID长度的同时具备极高瞬时并发处理能力50W/0.1s)。 💎原生支持 C#/Java/Go/Rust/C/JavaScript/TypeScript/Python/Pascal 多语言提供其它适用于其它语言的多线程安全调用动态库FFI。💎支持容器环境自动扩容自动注册 WorkerId ...|2073|2024-02-05|
|67|[wolfSSL/wolfssl](https://github.com/wolfSSL/wolfssl)|The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3!|2116|2024-02-11|
|68|[vmware/open-vm-tools](https://github.com/vmware/open-vm-tools)|Official repository of VMware open-vm-tools project|2115|2024-01-16|
|69|[yitter/IdGenerator](https://github.com/yitter/IdGenerator)|💎多语言实现高性能生成唯一数字ID。 💎优化的雪花算法SnowFlake——雪花漂移算法在缩短ID长度的同时具备极高瞬时并发处理能力50W/0.1s)。 💎原生支持 C#/Java/Go/Rust/C/JavaScript/TypeScript/Python/Pascal 多语言提供其它适用于其它语言的多线程安全调用动态库FFI。💎支持容器环境自动扩容自动注册 WorkerId ...|2074|2024-02-05|
|70|[jiangdongguo/AndroidUSBCamera](https://github.com/jiangdongguo/AndroidUSBCamera)|🔥🔥🔥Flexible and useful UVC camera engine on Android platform, supporting multi-road cameras!|2066|2024-01-17|
|71|[SwiftLaTeX/SwiftLaTeX](https://github.com/SwiftLaTeX/SwiftLaTeX)|SwiftLaTeX, a WYSIWYG Browser-based LaTeX Editor |2003|2023-12-13|
|72|[Perfare/Zygisk-Il2CppDumper](https://github.com/Perfare/Zygisk-Il2CppDumper)|Using Zygisk to dump il2cpp data at runtime|1880|2024-02-03|
|72|[Perfare/Zygisk-Il2CppDumper](https://github.com/Perfare/Zygisk-Il2CppDumper)|Using Zygisk to dump il2cpp data at runtime|1882|2024-02-03|
|73|[bytedance/bhook](https://github.com/bytedance/bhook)|:fire: ByteHook is an Android PLT hook library which supports armeabi-v7a, arm64-v8a, x86 and x86_64.|1869|2024-01-18|
|74|[armink/EasyFlash](https://github.com/armink/EasyFlash)|Lightweight IoT device information storage solution: KV/IAP/LOG. 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/FlashDB|1860|2023-11-28|
|75|[helloexp/0day](https://github.com/helloexp/0day)|各种CMS、各种平台、各种系统、各种软件漏洞的EXP、POC ,该项目将持续更新|1854|2023-09-12|
|76|[langhuihui/jessibuca](https://github.com/langhuihui/jessibuca)|Jessibuca是一款开源的纯H5直播流播放器|1798|2024-02-08|
|77|[zrythm/zrythm](https://github.com/zrythm/zrythm)|a highly automated and intuitive digital audio workstation - official mirror|1795|2024-02-10|
|77|[zrythm/zrythm](https://github.com/zrythm/zrythm)|a highly automated and intuitive digital audio workstation - official mirror|1797|2024-02-11|
|78|[hmgle/graftcp](https://github.com/hmgle/graftcp)|A flexible tool for redirecting a given program's TCP traffic to SOCKS5 or HTTP proxy.|1765|2023-12-17|
|79|[numberwolf/h265web.js](https://github.com/numberwolf/h265web.js)|🔥 作者:常炎隆(Author: ChangYanlong):HEVC/H.265 网页直播/点播播放器 支持硬解! 支持H.265的HttpFLV/HLS/MP4/TS/FLV/M3U8/Websocket播放。 🔥 A HEVC/H.265 Web Player, Support hard-decoding! for LIVE/VOD stream. Support H.265 Codec w ...|1764|2023-12-26|
|80|[spacemeowx2/switch-lan-play](https://github.com/spacemeowx2/switch-lan-play)|Enjoy games with your friends as if you were on a LAN.|1758|2024-01-10|
|81|[openctp/openctp](https://github.com/openctp/openctp)|CTP开放平台提供A股、港股、美股、期货、期权等全品种接入通道通过提供中泰证券XTP、华鑫证券奇点、东方证券OST、东方财富证券EMT、盈透证券TWS等各通道的CTPAPI接口CTP程序可以无缝对接各股票柜台。平台也提供了一套基于TTS交易系统的模拟环境同样提供了CTPAPI兼容接口可以替代Simnow为CTP量化交易开发者提供7x24可用的模拟环境。|1704|2024-01-25|
|82|[espressif/esp-iot-solution](https://github.com/espressif/esp-iot-solution)|Espressif IoT Library. IoT Device Drivers, Documentations And Solutions.|1679|2024-02-06|
|83|[bb-qq/r8152](https://github.com/bb-qq/r8152)|Synology DSM driver for Realtek RTL8152/RTL8153/RTL8156 based adapters|1675|2024-01-11|
|82|[espressif/esp-iot-solution](https://github.com/espressif/esp-iot-solution)|Espressif IoT Library. IoT Device Drivers, Documentations And Solutions.|1680|2024-02-06|
|83|[bb-qq/r8152](https://github.com/bb-qq/r8152)|Synology DSM driver for Realtek RTL8152/RTL8153/RTL8156 based adapters|1676|2024-01-11|
|84|[sdlpal/sdlpal](https://github.com/sdlpal/sdlpal)|SDL-based reimplementation of the classic Chinese-language RPG known as PAL.|1672|2024-02-08|
|85|[zetaloop/ExplorerPatcher](https://github.com/zetaloop/ExplorerPatcher)|ExplorerPatcher Chinese Localization - 在 Windows 11 上恢复高效的工作环境|1668|2024-01-07|
|86|[destan19/OpenAppFilter](https://github.com/destan19/OpenAppFilter)|OAF is a parental control plug-in based on OpenWrt, which supports app filtering for games, videos, chats, downloads, such as Tiktok, Youtube, Telegram,etc.|1658|2023-12-10|
|86|[destan19/OpenAppFilter](https://github.com/destan19/OpenAppFilter)|OAF is a parental control plug-in based on OpenWrt, which supports app filtering for games, videos, chats, downloads, such as Tiktok, Youtube, Telegram,etc.|1659|2023-12-10|
|87|[avem-labs/Avem](https://github.com/avem-labs/Avem)|🚁 轻量级无人机飞控-[Drone]-[STM32]-[PID]-[BLDC]|1657|2023-10-03|
|88|[momotech/MLN](https://github.com/momotech/MLN)|高性能、小巧、易上手的移动跨平台开发框架. A framework for building Mobile cross-platform apps with Lua|1595|2024-01-23|
|89|[alibaba/xquic](https://github.com/alibaba/xquic)|XQUIC Library released by Alibaba is a cross-platform implementation of QUIC and HTTP/3 protocol.|1586|2024-01-16|
|90|[espressif/esp-who](https://github.com/espressif/esp-who)|Face detection and recognition framework|1583|2024-02-09|
|91|[openresty/headers-more-nginx-module](https://github.com/openresty/headers-more-nginx-module)|Set, add, and clear arbitrary output headers in NGINX http servers|1582|2024-01-04|
|92|[RamonUnch/AltSnap](https://github.com/RamonUnch/AltSnap)|Maintained continuation of Stefan Sundin's AltDrag|1551|2023-12-19|
|93|[0voice/kernel_new_features](https://github.com/0voice/kernel_new_features)|一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等|1539|2023-12-02|
|93|[0voice/kernel_new_features](https://github.com/0voice/kernel_new_features)|一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等|1540|2023-12-02|
|94|[armink/FlashDB](https://github.com/armink/FlashDB)|An ultra-lightweight database that supports key-value and time series data 一款支持 KV 数据和时序数据的超轻量级数据库|1518|2024-01-02|
|95|[armink/CmBacktrace](https://github.com/armink/CmBacktrace)|Advanced fault backtrace library for ARM Cortex-M series MCU ARM Cortex-M 系列 MCU 错误追踪库|1492|2024-01-21|
|96|[YeeZTech/YeeZ-Privacy-Computing](https://github.com/YeeZTech/YeeZ-Privacy-Computing)|Fidelius - YeeZ Privacy Computing 基于可信执行环境的熠智隐私计算中间件|1489|2024-01-23|
|97|[center-for-threat-informed-defense/adversary_emulation_library](https://github.com/center-for-threat-informed-defense/adversary_emulation_library)|An open library of adversary emulation plans designed to empower organizations to test their defenses based on real-world TTPs. |1463|2024-01-05|
|98|[SpenceKonde/ATTinyCore](https://github.com/SpenceKonde/ATTinyCore)|Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8 |1463|2024-01-08|
|99|[sm64pc/sm64ex](https://github.com/sm64pc/sm64ex)|Fork of https://github.com/sm64-port/sm64-port with additional features.|1462|2024-01-05|
|100|[ADD-SP/ngx_waf](https://github.com/ADD-SP/ngx_waf)|Handy, High performance, ModSecurity compatible Nginx firewall module & 方便、高性能、兼容 ModSecurity 的 Nginx 防火墙模块|1421|2024-01-28|
|100|[ADD-SP/ngx_waf](https://github.com/ADD-SP/ngx_waf)|Handy, High performance, ModSecurity compatible Nginx firewall module & 方便、高性能、兼容 ModSecurity 的 Nginx 防火墙模块|1422|2024-01-28|
|101|[Mixiaoxiao/Arduino-HomeKit-ESP8266](https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266)|Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.|1410|2023-10-23|
|102|[bytedance/android-inline-hook](https://github.com/bytedance/android-inline-hook)|:fire: ShadowHook is an Android inline hook library which supports thumb, arm32 and arm64.|1360|2024-01-18|
|102|[bytedance/android-inline-hook](https://github.com/bytedance/android-inline-hook)|:fire: ShadowHook is an Android inline hook library which supports thumb, arm32 and arm64.|1361|2024-01-18|
|103|[OLIMEX/OLINUXINO](https://github.com/OLIMEX/OLINUXINO)|OLINUXINO is Open Source / Open Hardware, low cost from EUR 24 Linux Industrial grade Single Board Computer capable to operate -25+85C|1304|2023-11-09|
|104|[ttttupup/wxhelper](https://github.com/ttttupup/wxhelper)|Hook WeChat / 微信逆向|1260|2024-02-06|
|105|[kerwincui/FastBee](https://github.com/kerwincui/FastBee)|FastBee开源物联网平台简单易用可用于搭建物联网平台以及二次开发和学习。适用于智能家居、智慧办公、智慧社区、农业监测、水利监测、工业控制等。|1220|2024-01-31|
|106|[Hansimov/csapp](https://github.com/Hansimov/csapp)|个人整理的《深入理解计算机系统》中文电子版(原书第 3 版与实验材料https://hansimov.gitbook.io/csapp/|1217|2024-02-08|
|107|[waveshareteam/e-Paper](https://github.com/waveshareteam/e-Paper)|-|1170|2024-02-10|
|108|[ReimuNotMoe/ydotool](https://github.com/ReimuNotMoe/ydotool)|Generic command-line automation tool (no X!)|1167|2024-02-05|
|106|[Hansimov/csapp](https://github.com/Hansimov/csapp)|个人整理的《深入理解计算机系统》中文电子版(原书第 3 版与实验材料https://hansimov.gitbook.io/csapp/|1218|2024-02-08|
|107|[waveshareteam/e-Paper](https://github.com/waveshareteam/e-Paper)|-|1171|2024-02-10|
|108|[ReimuNotMoe/ydotool](https://github.com/ReimuNotMoe/ydotool)|Generic command-line automation tool (no X!)|1168|2024-02-05|
|109|[openresty/echo-nginx-module](https://github.com/openresty/echo-nginx-module)|An Nginx module for bringing the power of "echo", "sleep", "time" and more to Nginx's config file|1137|2023-11-23|
|110|[armink/SFUD](https://github.com/armink/SFUD)|An using JEDEC's SFDP standard serial (SPI) flash universal driver library 一款使用 JEDEC SFDP 标准的串行 (SPI) Flash 通用驱动库|1135|2024-01-22|
|111|[m5stack/M5Stack](https://github.com/m5stack/M5Stack)|M5Stack Arduino Library|1121|2024-01-26|
@ -126,7 +126,7 @@
|119|[bytedance/memory-leak-detector](https://github.com/bytedance/memory-leak-detector)|-|995|2023-09-19|
|120|[rock-app/fabu.love](https://github.com/rock-app/fabu.love)|应用发布平台类似fir.im/蒲公英,支持检查更新,灰度发布等等.Demo地址https://fabu.apppills.com/|992|2023-10-11|
|121|[newaetech/chipwhisperer](https://github.com/newaetech/chipwhisperer)|ChipWhisperer - the complete open-source toolchain for side-channel power analysis and glitching attacks|991|2024-02-02|
|122|[BruceWind/AESJniEncrypt](https://github.com/BruceWind/AESJniEncrypt)|🛡 Make safest code in Android. (基于libsodium实现chacha20算法,key在native中,防止被二次打包){长期维护,请star,勿fork}|985|2024-01-05|
|122|[BruceWind/AESJniEncrypt](https://github.com/BruceWind/AESJniEncrypt)|🛡 Make safest code in Android. (基于libsodium实现chacha20算法,key在native中,防止被二次打包){长期维护,请star,勿fork}|986|2024-01-05|
|123|[kenzok8/small-package](https://github.com/kenzok8/small-package)|自动同步更新上游库软件|983|2024-02-10|
|124|[WebSpiderUtils/verification_code](https://github.com/WebSpiderUtils/verification_code)|验证码研究破解心得记录。包含网易易盾,阿里云验证码,极验验证码,通用汉字识别,梦幻西游验证等主流验证码破解。包含点按验证码、点选验证、语序点选等等。已更新极验验证码、企业公示网/工商/文书采集系统、极验打码接口。|969|2023-12-26|
|125|[gnbdev/opengnb](https://github.com/gnbdev/opengnb)|GNB is open source de-centralized SDVN to achieve layer3 network via p2p with the ultimate capability of NAT Traversal.GNB是一个开源的去中心化的具有极致内网穿透能力的通过P2P进行三层网络交换的SDVN。|957|2024-01-22|
@ -136,14 +136,14 @@
|129|[canonical/raft](https://github.com/canonical/raft)|C implementation of the Raft consensus protocol|930|2024-02-10|
|130|[froghui/yolanda](https://github.com/froghui/yolanda)|极客时间<网络编程实战>代码|929|2023-12-22|
|131|[aitos-io/BoAT-X-Framework](https://github.com/aitos-io/BoAT-X-Framework)|BoAT-X Blockchain Application Framework for IoT|924|2023-10-01|
|132|[liangkangnan/tinyriscv](https://github.com/liangkangnan/tinyriscv)|A very simple and easy to understand RISC-V core.|919|2023-11-09|
|132|[liangkangnan/tinyriscv](https://github.com/liangkangnan/tinyriscv)|A very simple and easy to understand RISC-V core.|921|2023-11-09|
|133|[cloudwu/sproto](https://github.com/cloudwu/sproto)|Yet another protocol library like google protocol buffers , but simple and fast.|907|2023-11-03|
|134|[peng-zhihui/OpenHeat](https://github.com/peng-zhihui/OpenHeat)|-|902|2024-01-29|
|135|[CoretechR/OMOTE](https://github.com/CoretechR/OMOTE)|Open Source Remote Using ESP32 and LVGL|896|2024-01-22|
|136|[heiher/natmap](https://github.com/heiher/natmap)|TCP/UDP port mapping for full cone NAT|896|2024-01-26|
|135|[CoretechR/OMOTE](https://github.com/CoretechR/OMOTE)|Open Source Remote Using ESP32 and LVGL|897|2024-01-22|
|136|[heiher/natmap](https://github.com/heiher/natmap)|TCP/UDP port mapping for full cone NAT|895|2024-01-26|
|137|[openresty/redis2-nginx-module](https://github.com/openresty/redis2-nginx-module)|Nginx upstream module for the Redis 2.0 protocol|891|2023-11-23|
|138|[happyfish100/libfastcommon](https://github.com/happyfish100/libfastcommon)|c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 enc ...|885|2024-01-31|
|139|[NaruseMioShirakana/MoeVoiceStudio](https://github.com/NaruseMioShirakana/MoeVoiceStudio)|一个使用C++编写的音频处理软件|866|2024-02-08|
|139|[NaruseMioShirakana/MoeVoiceStudio](https://github.com/NaruseMioShirakana/MoeVoiceStudio)|一个使用C++编写的音频处理软件|867|2024-02-08|
|140|[DarkMatterCore/nxdumptool](https://github.com/DarkMatterCore/nxdumptool)|Generates XCI/NSP/HFS0/ExeFS/RomFS/Certificate/Ticket dumps from Nintendo Switch gamecards and installed SD/eMMC titles.|842|2024-01-20|
|141|[Xinyuan-LilyGO/TTGO_TWatch_Library](https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library)|-|809|2024-01-26|
|142|[majianjia/nnom](https://github.com/majianjia/nnom)|A higher-level Neural Network library for microcontrollers.|773|2024-01-10|
@ -154,7 +154,7 @@
|147|[espressif/esp-at](https://github.com/espressif/esp-at)|AT application for ESP32/ESP32-C2/ESP32-C3/ESP32-C6/ESP8266|754|2024-02-05|
|148|[wangbojing/NtyCo](https://github.com/wangbojing/NtyCo)|纯c版本的协程实现汇编切换调度器实现包含服务器端案例客户端并发测试案例|751|2023-08-30|
|149|[espressif/esp-mdf](https://github.com/espressif/esp-mdf)|Espressif Mesh Development Framework, limited maintain, recommend to use https://github.com/espressif/esp-mesh-lite|747|2023-10-16|
|150|[SivanLaai/rime-pure](https://github.com/SivanLaai/rime-pure)|【rime 小狼毫\trime 同文】手机/PC一站式配置【简约皮肤\拼音搜狗词库\原创trime同文 四叶草 九宫格 拼音方案\四叶草拼音\四叶草地球拼音\小鹤双拼\极品五笔\QQ五笔\徐码\郑码】|746|2024-02-05|
|150|[SivanLaai/rime-pure](https://github.com/SivanLaai/rime-pure)|【rime 小狼毫\trime 同文】手机/PC一站式配置【简约皮肤\拼音搜狗词库\原创trime同文 四叶草 九宫格 拼音方案\四叶草拼音\四叶草地球拼音\小鹤双拼\极品五笔\QQ五笔\徐码\郑码】|745|2024-02-05|
|151|[GavinCT/AndroidMP3Recorder](https://github.com/GavinCT/AndroidMP3Recorder)|为Android提供MP3录音功能[RETIRED]|736|2023-12-22|
|152|[AnJoiner/FFmpegCommand](https://github.com/AnJoiner/FFmpegCommand)|FFmpegCommand适用于Android的FFmpeg命令库实现了对音视频相关的处理能够快速的处理音视频大概功能包括音视频剪切音视频转码音视频解码原始数据音视频编码视频转图片或gif视频添加水印多画面拼接音频混音视频亮度和对比度音频淡入和淡出效果等|734|2023-12-22|
|153|[iqiyi/libfiber](https://github.com/iqiyi/libfiber)|The high performance coroutine library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iouring/iocp/windows GUI|708|2023-10-07|
@ -163,7 +163,7 @@
|156|[Heltec-Aaron-Lee/WiFi_Kit_series](https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series)|Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.|696|2024-02-06|
|157|[simon987/sist2](https://github.com/simon987/sist2)|Lightning-fast file system indexer and search tool|694|2024-01-30|
|158|[bytedance/tailor](https://github.com/bytedance/tailor)|-|689|2024-01-16|
|159|[skylersaleh/SkyEmu](https://github.com/skylersaleh/SkyEmu)|Game Boy Advance, Game Boy, Game Boy Color, and Nintendo DS Emulator|684|2024-01-23|
|159|[skylersaleh/SkyEmu](https://github.com/skylersaleh/SkyEmu)|Game Boy Advance, Game Boy, Game Boy Color, and Nintendo DS Emulator|683|2024-01-23|
|160|[tsingsee/EasyRTMP](https://github.com/tsingsee/EasyRTMP)|EasyRTMP是一套调用简单、功能完善、运行高效稳定的RTMP功能组件经过多年实战和线上运行打造支持RTMP推送断线重连、环形缓冲、智能丢帧、网络事件回调支持Windows、Linux、armhisiv100/hisiv200/hisiv300/hisiv400/hisiv500/hisiv600/etc..、Android、iOS平台支持市面上绝大部分的RTMP流媒体服务器包括W ...|683|2023-10-20|
|161|[dhm2013724/yolov2_xilinx_fpga](https://github.com/dhm2013724/yolov2_xilinx_fpga)|A demo for accelerating YOLOv2 in xilinx's fpga pynq/zedboard|680|2023-11-07|
|162|[g0dA/linuxStack](https://github.com/g0dA/linuxStack)|Linux技术栈|672|2023-10-30|
@ -172,36 +172,36 @@
|165|[liudf0716/xfrpc](https://github.com/liudf0716/xfrpc)|The xfrpc project is a lightweight implementation of the FRP client written in C language for OpenWRT and IoT systems. It is designed to provide an efficient solution for resource-constrained devices ...|669|2023-12-09|
|166|[maoabc/nmmp](https://github.com/maoabc/nmmp)|dex-vm used to protect the android classes.dex file|654|2023-11-22|
|167|[tumuyan/RealSR-NCNN-Android](https://github.com/tumuyan/RealSR-NCNN-Android)|An Android application for super-resolution & interpolation. Contains RealSR-NCNN, SRMD-NCNN, RealCUGAN-NCNN, Real-ESRGAN-NCNN, Waifu2x-NCNN, nearest, bilinear, bicubic, AVIR. |653|2024-02-03|
|168|[hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x)|-|648|2024-02-02|
|168|[hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x)|-|649|2024-02-02|
|169|[CN-annotation-team/redis7.0-chinese-annotated](https://github.com/CN-annotation-team/redis7.0-chinese-annotated)|Redis 7.0.5 版本——中文注释,持续更新!欢迎参与本项目!🍭🍭🍭|647|2023-11-16|
|170|[SeeFlowerX/stackplz](https://github.com/SeeFlowerX/stackplz)|基于eBPF的堆栈追踪工具|645|2024-02-07|
|171|[JiaoXianjun/BTLE](https://github.com/JiaoXianjun/BTLE)|Bluetooth Low Energy (BLE) packet sniffer and transmitter for both standard and non standard (raw bit) based on Software Defined Radio (SDR).|643|2024-01-01|
|172|[amutu/zhparser](https://github.com/amutu/zhparser)|zhparser is a PostgreSQL extension for full-text search of Chinese language|634|2024-02-09|
|173|[VincentWei/MiniGUI](https://github.com/VincentWei/MiniGUI)|A modern and mature cross-platform window system for embedded systems and smart IoT devices.|625|2023-10-29|
|174|[jedisct1/pure-ftpd](https://github.com/jedisct1/pure-ftpd)|Pure FTP server|618|2024-01-04|
|175|[libdriver/w25qxx](https://github.com/libdriver/w25qxx)|W25QXX(W25Q80, W25Q16, W25Q32, W25Q64, W25Q128, W25Q256) full function driver library for general MCU and Linux.|613|2023-12-23|
|176|[chenall/grub4dos](https://github.com/chenall/grub4dos)|外部命令和工具源码:https://github.com/chenall/grubutils 下载:|606|2023-11-29|
|175|[libdriver/w25qxx](https://github.com/libdriver/w25qxx)|W25QXX(W25Q80, W25Q16, W25Q32, W25Q64, W25Q128, W25Q256) full function driver library for general MCU and Linux.|613|2024-02-11|
|176|[chenall/grub4dos](https://github.com/chenall/grub4dos)|外部命令和工具源码:https://github.com/chenall/grubutils 下载:|607|2023-11-29|
|177|[jiejieTop/mqttclient](https://github.com/jiejieTop/mqttclient)|A high-performance, high-stability, cross-platform MQTT client, developed based on the socket API, can be used on embedded devices (FreeRTOS / LiteOS / RT-Thread / TencentOS tiny), Linux, Windows, Mac ...|603|2024-02-01|
|178|[Barenboim/json-parser](https://github.com/Barenboim/json-parser)|JSON parser in standard C|601|2024-01-29|
|178|[Barenboim/json-parser](https://github.com/Barenboim/json-parser)|JSON parser in standard C|602|2024-01-29|
|179|[WeActStudio/WeActStudio.MiniSTM32F4x1](https://github.com/WeActStudio/WeActStudio.MiniSTM32F4x1)|MiniF4-STM32F401CEU6/STM32F411CEU6 Product Literature|600|2024-02-02|
|180|[hroptatyr/dateutils](https://github.com/hroptatyr/dateutils)|nifty command line date and time utilities; fast date calculations and conversion in the shell|580|2024-01-25|
|181|[aeverj/NimShellCodeLoader](https://github.com/aeverj/NimShellCodeLoader)|使用nim编写的shellcode加载器|572|2023-12-28|
|182|[pexcn/daily](https://github.com/pexcn/daily)|Poetry and far afield. 🌊|571|2024-02-09|
|182|[pexcn/daily](https://github.com/pexcn/daily)|Poetry and far afield. 🌊|571|2024-02-10|
|183|[chronolaw/annotated_nginx](https://github.com/chronolaw/annotated_nginx)|Annotated Nginx Source中文|571|2024-01-18|
|184|[espressif/esp-drone](https://github.com/espressif/esp-drone)|Mini Drone/Quadcopter Firmware for ESP32 and ESP32-S Series SoCs.|566|2023-11-24|
|185|[chexiongsheng/build_xlua_with_libs](https://github.com/chexiongsheng/build_xlua_with_libs)|为xLua集成几个常用库方便使用|554|2023-08-31|
|186|[bsauce/kernel-security-learning](https://github.com/bsauce/kernel-security-learning)|Anything about kernel security. CTF kernel pwn, kernel exploit, kernel fuzz and kernel defense paper, kernel debugging technique, kernel CVE debug.|551|2023-10-10|
|187|[xhawk18/s_task](https://github.com/xhawk18/s_task)|awaitable coroutine library for C|550|2023-10-03|
|185|[bsauce/kernel-security-learning](https://github.com/bsauce/kernel-security-learning)|Anything about kernel security. CTF kernel pwn, kernel exploit, kernel fuzz and kernel defense paper, kernel debugging technique, kernel CVE debug.|554|2023-10-10|
|186|[chexiongsheng/build_xlua_with_libs](https://github.com/chexiongsheng/build_xlua_with_libs)|为xLua集成几个常用库方便使用|554|2023-08-31|
|187|[xhawk18/s_task](https://github.com/xhawk18/s_task)|awaitable coroutine library for C|551|2023-10-03|
|188|[DragonMinded/libdragon](https://github.com/DragonMinded/libdragon)|Open source library for N64 development.|544|2024-02-06|
|189|[liaozhelin/yds-charger](https://github.com/liaozhelin/yds-charger)|一个精致的多功能四路166W桌面充电器|543|2023-09-03|
|190|[yeyupiaoling/Whisper-Finetune](https://github.com/yeyupiaoling/Whisper-Finetune)|Fine-tune the Whisper speech recognition model to support training without timestamp data, training with timestamp data, and training without speech data. Accelerate inference and support Web deployme ...|539|2024-02-06|
|191|[skuep/AIOC](https://github.com/skuep/AIOC)|Ham Radio All-in-one-Cable|535|2024-01-20|
|191|[skuep/AIOC](https://github.com/skuep/AIOC)|Ham Radio All-in-one-Cable|536|2024-02-11|
|192|[andwn/cave-story-md](https://github.com/andwn/cave-story-md)|A fan port of Cave Story for the Sega Mega Drive|532|2023-10-19|
|193|[qq4108863/hihttps](https://github.com/qq4108863/hihttps)|hihttps是一款完整源码的高性能web应用防火墙既支持传统WAF的所有功能如SQL注入、XSS、恶意漏洞扫描、密码暴力破解、CC、DDOS等ModSecurity正则规则又支持无监督机器学习自主对抗未知攻击。|529|2024-02-02|
|194|[xtoolbox/TeenyUSB](https://github.com/xtoolbox/TeenyUSB)|Lightweight USB device and host stack for STM32 and other MCUs. Ready for USB 3.0 device.|529|2023-11-30|
|193|[xtoolbox/TeenyUSB](https://github.com/xtoolbox/TeenyUSB)|Lightweight USB device and host stack for STM32 and other MCUs. Ready for USB 3.0 device.|530|2023-11-30|
|194|[qq4108863/hihttps](https://github.com/qq4108863/hihttps)|hihttps是一款完整源码的高性能web应用防火墙既支持传统WAF的所有功能如SQL注入、XSS、恶意漏洞扫描、密码暴力破解、CC、DDOS等ModSecurity正则规则又支持无监督机器学习自主对抗未知攻击。|529|2024-02-02|
|195|[happyfish100/FastCFS](https://github.com/happyfish100/FastCFS)|A high performance distributed file system which can be used as the back-end storage of databases, K8s and VM etc.|519|2024-02-08|
|196|[abcz316/rwProcMem33](https://github.com/abcz316/rwProcMem33)|Linux ARM64内核硬件进程内存读写驱动、硬件断点调试驱动。硬件级读写Linux进程内存、硬件级下断点。|513|2023-09-07|
|197|[cyrusimap/cyrus-imapd](https://github.com/cyrusimap/cyrus-imapd)|Cyrus IMAP is an email, contacts and calendar server|501|2024-02-09|
|197|[cyrusimap/cyrus-imapd](https://github.com/cyrusimap/cyrus-imapd)|Cyrus IMAP is an email, contacts and calendar server|502|2024-02-10|
|198|[iWangMu/Book-CSAPP](https://github.com/iWangMu/Book-CSAPP)|深入理解计算机系统(Computer Systems: A Programmer's Perspective)|498|2024-01-26|
|199|[aliyun/iotkit-embedded](https://github.com/aliyun/iotkit-embedded)|高速镜像: https://code.aliyun.com/linkkit/c-sdk|497|2023-10-29|
|200|[dosgo/ngrok-c](https://github.com/dosgo/ngrok-c)|ngrok client for c language,Due to the use of GO ngrok language development, porting to embedded devices some inconvenience, such as openwrt, so use C language rewrite a client. Very mini, the need to ...|497|2023-11-30|

@ -1,115 +1,115 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > C++
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[electron/electron](https://github.com/electron/electron)|:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS|110564|2024-02-10|
|2|[zhongyang219/TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor)|这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件并支持任务栏显示支持更换皮肤。|31135|2023-12-20|
|3|[taichi-dev/taichi](https://github.com/taichi-dev/taichi)|Productive & portable high-performance programming in Python.|24370|2024-02-02|
|4|[ossrs/srs](https://github.com/ossrs/srs)|SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.|23684|2024-02-08|
|5|[envoyproxy/envoy](https://github.com/envoyproxy/envoy)|Cloud-native high-performance edge/middle/service proxy|23462|2024-02-10|
|1|[electron/electron](https://github.com/electron/electron)|:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS|110567|2024-02-11|
|2|[zhongyang219/TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor)|这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件并支持任务栏显示支持更换皮肤。|31140|2023-12-20|
|3|[taichi-dev/taichi](https://github.com/taichi-dev/taichi)|Productive & portable high-performance programming in Python.|24373|2024-02-02|
|4|[ossrs/srs](https://github.com/ossrs/srs)|SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.|23687|2024-02-08|
|5|[envoyproxy/envoy](https://github.com/envoyproxy/envoy)|Cloud-native high-performance edge/middle/service proxy|23462|2024-02-11|
|6|[Tencent/ncnn](https://github.com/Tencent/ncnn)|ncnn is a high-performance neural network inference framework optimized for the mobile platform|18766|2024-02-07|
|7|[alibaba/weex](https://github.com/alibaba/weex)|A framework for building Mobile cross-platform UI|18196|2023-11-17|
|8|[swoole/swoole-src](https://github.com/swoole/swoole-src)|🚀 Coroutine-based concurrency library for PHP|18141|2024-02-05|
|8|[swoole/swoole-src](https://github.com/swoole/swoole-src)|🚀 Coroutine-based concurrency library for PHP|18143|2024-02-05|
|9|[Tencent/mars](https://github.com/Tencent/mars)|Mars is a cross-platform network component developed by WeChat.|17057|2024-02-04|
|10|[Tencent/MMKV](https://github.com/Tencent/MMKV)|An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.|16594|2024-02-05|
|11|[apache/brpc](https://github.com/apache/brpc)|brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means ...|15680|2024-02-08|
|12|[qinguoyi/TinyWebServer](https://github.com/qinguoyi/TinyWebServer)|:fire: Linux下C++轻量级WebServer服务器|14051|2024-02-10|
|13|[Tencent/rapidjson](https://github.com/Tencent/rapidjson)|A fast JSON parser/generator for C++ with both SAX/DOM style API|13700|2024-02-09|
|10|[Tencent/MMKV](https://github.com/Tencent/MMKV)|An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.|16595|2024-02-05|
|11|[apache/brpc](https://github.com/apache/brpc)|brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means ...|15681|2024-02-08|
|12|[qinguoyi/TinyWebServer](https://github.com/qinguoyi/TinyWebServer)|:fire: Linux下C++轻量级WebServer服务器|14055|2024-02-10|
|13|[Tencent/rapidjson](https://github.com/Tencent/rapidjson)|A fast JSON parser/generator for C++ with both SAX/DOM style API|13702|2024-02-09|
|14|[sogou/workflow](https://github.com/sogou/workflow)|C++ Parallel Computing and Asynchronous Networking Framework|12074|2024-01-30|
|15|[ZLMediaKit/ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit)|WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11|11789|2024-02-07|
|16|[AaronFeng753/Waifu2x-Extension-GUI](https://github.com/AaronFeng753/Waifu2x-Extension-GUI)|Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, Real-CUGAN, RTX Video Super Resolution VSR, SRMD, RealSR, Anime4K, RIFE, IFRN ...|11584|2024-02-02|
|17|[tindy2013/subconverter](https://github.com/tindy2013/subconverter)|Utility to convert between various subscription format|11379|2024-01-31|
|18|[DayBreak-u/chineseocr_lite](https://github.com/DayBreak-u/chineseocr_lite)|超轻量级中文ocr支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M |11315|2023-08-14|
|19|[vnotex/vnote](https://github.com/vnotex/vnote)|A pleasant note-taking platform.|11283|2024-01-18|
|20|[drogonframework/drogon](https://github.com/drogonframework/drogon)|Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows|10506|2024-02-09|
|21|[sonic-pi-net/sonic-pi](https://github.com/sonic-pi-net/sonic-pi)|Code. Music. Live.|10387|2024-02-07|
|22|[Alinshans/MyTinySTL](https://github.com/Alinshans/MyTinySTL)|Achieve a tiny STL in C++11|10350|2023-10-10|
|23|[hrydgard/ppsspp](https://github.com/hrydgard/ppsspp)|A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the for ...|10042|2024-02-10|
|24|[vesoft-inc/nebula](https://github.com/vesoft-inc/nebula)| A distributed, fast open-source graph database featuring horizontal scalability and high availability|9885|2024-02-02|
|25|[xournalpp/xournalpp](https://github.com/xournalpp/xournalpp)|Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from ...|9858|2024-02-09|
|15|[ZLMediaKit/ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit)|WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11|11790|2024-02-07|
|16|[AaronFeng753/Waifu2x-Extension-GUI](https://github.com/AaronFeng753/Waifu2x-Extension-GUI)|Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, Real-CUGAN, RTX Video Super Resolution VSR, SRMD, RealSR, Anime4K, RIFE, IFRN ...|11593|2024-02-02|
|17|[tindy2013/subconverter](https://github.com/tindy2013/subconverter)|Utility to convert between various subscription format|11382|2024-01-31|
|18|[DayBreak-u/chineseocr_lite](https://github.com/DayBreak-u/chineseocr_lite)|超轻量级中文ocr支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M |11317|2023-08-14|
|19|[vnotex/vnote](https://github.com/vnotex/vnote)|A pleasant note-taking platform.|11285|2024-01-18|
|20|[drogonframework/drogon](https://github.com/drogonframework/drogon)|Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows|10508|2024-02-11|
|21|[sonic-pi-net/sonic-pi](https://github.com/sonic-pi-net/sonic-pi)|Code. Music. Live.|10390|2024-02-10|
|22|[Alinshans/MyTinySTL](https://github.com/Alinshans/MyTinySTL)|Achieve a tiny STL in C++11|10353|2023-10-10|
|23|[hrydgard/ppsspp](https://github.com/hrydgard/ppsspp)|A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the for ...|10044|2024-02-11|
|24|[vesoft-inc/nebula](https://github.com/vesoft-inc/nebula)| A distributed, fast open-source graph database featuring horizontal scalability and high availability|9889|2024-02-02|
|25|[xournalpp/xournalpp](https://github.com/xournalpp/xournalpp)|Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from ...|9862|2024-02-11|
|26|[TarsCloud/Tars](https://github.com/TarsCloud/Tars)|Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.|9739|2024-02-02|
|27|[PointCloudLibrary/pcl](https://github.com/PointCloudLibrary/pcl)|Point Cloud Library (PCL)|9247|2024-02-09|
|28|[snowie2000/mactype](https://github.com/snowie2000/mactype)|Better font rendering for Windows.|9238|2023-08-23|
|29|[google/sentencepiece](https://github.com/google/sentencepiece)|Unsupervised text tokenizer for Neural Network-based text generation.|8933|2024-02-06|
|30|[MatsuriDayo/nekoray](https://github.com/MatsuriDayo/nekoray)|Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box)|8867|2024-01-09|
|27|[PointCloudLibrary/pcl](https://github.com/PointCloudLibrary/pcl)|Point Cloud Library (PCL)|9249|2024-02-11|
|28|[snowie2000/mactype](https://github.com/snowie2000/mactype)|Better font rendering for Windows.|9239|2023-08-23|
|29|[google/sentencepiece](https://github.com/google/sentencepiece)|Unsupervised text tokenizer for Neural Network-based text generation.|8942|2024-02-06|
|30|[MatsuriDayo/nekoray](https://github.com/MatsuriDayo/nekoray)|Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box)|8886|2024-01-09|
|31|[sass/node-sass](https://github.com/sass/node-sass)|:rainbow: Node.js bindings to libsass|8462|2024-02-05|
|32|[alibaba/MNN](https://github.com/alibaba/MNN)|MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba|8163|2024-02-05|
|32|[alibaba/MNN](https://github.com/alibaba/MNN)|MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba|8165|2024-02-05|
|33|[Tencent/libco](https://github.com/Tencent/libco)|libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.|7979|2024-01-04|
|34|[chaitin/SafeLine](https://github.com/chaitin/SafeLine)|一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术作为反向代理接入保护你的网站不受黑客攻击。|7931|2024-02-05|
|34|[chaitin/SafeLine](https://github.com/chaitin/SafeLine)|一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术作为反向代理接入保护你的网站不受黑客攻击。|7932|2024-02-05|
|35|[BYVoid/OpenCC](https://github.com/BYVoid/OpenCC)|Conversion between Traditional and Simplified Chinese|7862|2024-02-02|
|36|[manticoresoftware/manticoresearch](https://github.com/manticoresoftware/manticoresearch)|Easy to use open source fast database for search Good alternative to Elasticsearch now Drop-in replacement for E in the ELK soon|7831|2024-02-09|
|37|[WasmEdge/WasmEdge](https://github.com/WasmEdge/WasmEdge)|WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, sm ...|7583|2024-02-09|
|36|[manticoresoftware/manticoresearch](https://github.com/manticoresoftware/manticoresearch)|Easy to use open source fast database for search Good alternative to Elasticsearch now Drop-in replacement for E in the ELK soon|7833|2024-02-09|
|37|[WasmEdge/WasmEdge](https://github.com/WasmEdge/WasmEdge)|WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, sm ...|7586|2024-02-09|
|38|[visualfc/liteide](https://github.com/visualfc/liteide)|LiteIDE is a simple, open source, cross-platform Go IDE. |7408|2024-01-15|
|39|[oceanbase/oceanbase](https://github.com/oceanbase/oceanbase)|OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.|7134|2024-02-08|
|40|[idea4good/GuiLite](https://github.com/idea4good/GuiLite)|✔The smallest header-only GUI library(4 KLOC) for all platforms|7078|2023-12-22|
|41|[weolar/miniblink49](https://github.com/weolar/miniblink49)|a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核用来取代wke和libcef|6783|2023-12-25|
|39|[oceanbase/oceanbase](https://github.com/oceanbase/oceanbase)|OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.|7135|2024-02-08|
|40|[idea4good/GuiLite](https://github.com/idea4good/GuiLite)|✔The smallest header-only GUI library(4 KLOC) for all platforms|7082|2023-12-22|
|41|[weolar/miniblink49](https://github.com/weolar/miniblink49)|a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核用来取代wke和libcef|6784|2023-12-25|
|42|[PaddlePaddle/Paddle-Lite](https://github.com/PaddlePaddle/Paddle-Lite)|PaddlePaddle High Performance Deep Learning Inference Engine for Mobile and Edge (飞桨高性能深度学习端侧推理引擎)|6774|2024-02-06|
|43|[wangyu-/udp2raw](https://github.com/wangyu-/udp2raw)|A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)|6697|2023-11-15|
|44|[BlackINT3/OpenArk](https://github.com/BlackINT3/OpenArk)|The Next Generation of Anti-Rookit(ARK) tool for Windows.|6455|2023-12-17|
|45|[MicroCBer/BetterNCM](https://github.com/MicroCBer/BetterNCM)|NCM 软件插件管理器|6390|2024-01-28|
|44|[BlackINT3/OpenArk](https://github.com/BlackINT3/OpenArk)|The Next Generation of Anti-Rookit(ARK) tool for Windows.|6456|2023-12-17|
|45|[MicroCBer/BetterNCM](https://github.com/MicroCBer/BetterNCM)|NCM 软件插件管理器|6396|2024-01-28|
|46|[wang-xinyu/tensorrtx](https://github.com/wang-xinyu/tensorrtx)|Implementation of popular deep learning networks with TensorRT network definition API|6351|2024-01-26|
|47|[goldendict/goldendict](https://github.com/goldendict/goldendict)|A feature-rich dictionary lookup program, supporting multiple dictionary formats (StarDict/Babylon/Lingvo/Dictd) and online dictionaries, featuring perfect article rendering with the complete markup, ...|5626|2024-01-09|
|48|[Oneflow-Inc/oneflow](https://github.com/Oneflow-Inc/oneflow)|OneFlow is a deep learning framework designed to be user-friendly, scalable and efficient.|5591|2024-02-09|
|47|[goldendict/goldendict](https://github.com/goldendict/goldendict)|A feature-rich dictionary lookup program, supporting multiple dictionary formats (StarDict/Babylon/Lingvo/Dictd) and online dictionaries, featuring perfect article rendering with the complete markup, ...|5627|2024-01-09|
|48|[Oneflow-Inc/oneflow](https://github.com/Oneflow-Inc/oneflow)|OneFlow is a deep learning framework designed to be user-friendly, scalable and efficient.|5592|2024-02-09|
|49|[OpenAtomFoundation/pika](https://github.com/OpenAtomFoundation/pika)|Pika is a Redis-Compatible database developed by Qihoo's infrastructure team.|5516|2024-02-08|
|50|[duilib/duilib](https://github.com/duilib/duilib)|-|5492|2024-02-06|
|51|[focus-creative-games/hybridclr](https://github.com/focus-creative-games/hybridclr)|HybridCLR是一个特性完整、零成本、高性能、低内存的Unity全平台原生c#热更方案。 HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.|5447|2024-01-26|
|51|[focus-creative-games/hybridclr](https://github.com/focus-creative-games/hybridclr)|HybridCLR是一个特性完整、零成本、高性能、低内存的Unity全平台原生c#热更方案。 HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.|5448|2024-01-26|
|52|[szad670401/HyperLPR](https://github.com/szad670401/HyperLPR)|基于深度学习高性能中文车牌识别 High Performance Chinese License Plate Recognition Framework.|5364|2023-12-19|
|53|[CodingGay/BlackDex](https://github.com/CodingGay/BlackDex)|BlackDex is an Android unpack(dexdump) tool, it supports Android 5.0~12 and need not rely to any environment. BlackDex can run on any Android mobile phone or emulator, you can unpack APK File in sever ...|5263|2023-11-09|
|54|[MegEngine/MegEngine](https://github.com/MegEngine/MegEngine)|MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深度学习框架|4678|2024-02-04|
|55|[Tencent/libpag](https://github.com/Tencent/libpag)|The official rendering library for PAG (Portable Animated Graphics) files that renders After Effects animations natively across multiple platforms.|4575|2024-02-10|
|56|[anyrtcIO-Community/anyRTC-RTMP-OpenSource](https://github.com/anyrtcIO-Community/anyRTC-RTMP-OpenSource)|RTMP 推流器RTMP(HLS)秒开播放器直播点播跨平台Win,IOS,Android开源代码|4546|2023-12-18|
|57|[OAID/Tengine](https://github.com/OAID/Tengine)|Tengine is a lite, high performance, modular inference engine for embedded device |4509|2023-12-24|
|58|[Tencent/puerts](https://github.com/Tencent/puerts)|PUER(普洱) Typescript. Let's write your game in UE or Unity with TypeScript.|4492|2024-02-05|
|59|[rizonesoft/Notepad3](https://github.com/rizonesoft/Notepad3)|Notepad like text editor based on the Scintilla source code. Notepad3 based on code from Notepad2 and MiniPath on code from metapath. Download Notepad3:|4481|2024-01-31|
|58|[Tencent/puerts](https://github.com/Tencent/puerts)|PUER(普洱) Typescript. Let's write your game in UE or Unity with TypeScript.|4493|2024-02-05|
|59|[rizonesoft/Notepad3](https://github.com/rizonesoft/Notepad3)|Notepad like text editor based on the Scintilla source code. Notepad3 based on code from Notepad2 and MiniPath on code from metapath. Download Notepad3:|4483|2024-02-11|
|60|[yedf2/handy](https://github.com/yedf2/handy)|🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework|4468|2023-08-19|
|61|[Tatsu-syo/noMeiryoUI](https://github.com/Tatsu-syo/noMeiryoUI)|No!! MeiryoUI is Windows system font setting tool on Windows 8.1/10/11.|4238|2024-02-10|
|61|[Tatsu-syo/noMeiryoUI](https://github.com/Tatsu-syo/noMeiryoUI)|No!! MeiryoUI is Windows system font setting tool on Windows 8.1/10/11.|4240|2024-02-11|
|62|[Tencent/TNN](https://github.com/Tencent/TNN)|TNN: developed by Tencent Youtu Lab and Guangying Lab, a uniform deep learning inference framework for mobile、desktop and server. TNN is distinguished by several outstanding features, including its cr ...|4222|2024-01-18|
|63|[pbek/QOwnNotes](https://github.com/pbek/QOwnNotes)|QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.|4172|2024-02-09|
|64|[cxasm/notepad--](https://github.com/cxasm/notepad--)|一个支持windows/linux/mac的文本编辑器目标是做中国人自己的编辑器来自中国。|4170|2024-02-01|
|65|[mindspore-ai/mindspore](https://github.com/mindspore-ai/mindspore)|MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios.|3933|2024-02-08|
|66|[zhongyang219/MusicPlayer2](https://github.com/zhongyang219/MusicPlayer2)|这是一款可以播放常见音频格式的音频播放器。支持歌词显示、歌词卡拉OK样式显示、歌词在线下载、歌词编辑、歌曲标签识别、Win10小娜搜索显示歌词、频谱分析、音效设置、任务栏缩略图按钮、主题颜色等功能。 播放内核为BASS音频库(V2.4)。|3908|2023-12-21|
|67|[Serial-Studio/Serial-Studio](https://github.com/Serial-Studio/Serial-Studio)|Multi-purpose serial data visualization & processing program|3867|2024-01-01|
|68|[idealvin/coost](https://github.com/idealvin/coost)|A tiny boost library in C++11.|3745|2024-01-13|
|63|[pbek/QOwnNotes](https://github.com/pbek/QOwnNotes)|QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.|4174|2024-02-11|
|64|[cxasm/notepad--](https://github.com/cxasm/notepad--)|一个支持windows/linux/mac的文本编辑器目标是做中国人自己的编辑器来自中国。|4172|2024-02-01|
|65|[mindspore-ai/mindspore](https://github.com/mindspore-ai/mindspore)|MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios.|3935|2024-02-08|
|66|[zhongyang219/MusicPlayer2](https://github.com/zhongyang219/MusicPlayer2)|这是一款可以播放常见音频格式的音频播放器。支持歌词显示、歌词卡拉OK样式显示、歌词在线下载、歌词编辑、歌曲标签识别、Win10小娜搜索显示歌词、频谱分析、音效设置、任务栏缩略图按钮、主题颜色等功能。 播放内核为BASS音频库(V2.4)。|3910|2023-12-21|
|67|[Serial-Studio/Serial-Studio](https://github.com/Serial-Studio/Serial-Studio)|Multi-purpose serial data visualization & processing program|3869|2024-01-01|
|68|[idealvin/coost](https://github.com/idealvin/coost)|A tiny boost library in C++11.|3746|2024-01-13|
|69|[baidu/braft](https://github.com/baidu/braft)|An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.|3738|2024-02-06|
|70|[cppla/ServerStatus](https://github.com/cppla/ServerStatus)|云探针、多服务器探针、云监控、多服务器云监控,演示: https://tz.cloudcpp.com/|3706|2024-02-04|
|71|[rime/weasel](https://github.com/rime/weasel)|【小狼毫】Rime for Windows|3573|2024-02-08|
|72|[sylar-yin/sylar](https://github.com/sylar-yin/sylar)|C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server包含日志模块配置模块线程模块协程模块协程调度模块io协程调度模块hook模块socket模块bytearray序列化http模块TcpServer模块Websocket模块Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis, ...|3445|2023-12-08|
|70|[cppla/ServerStatus](https://github.com/cppla/ServerStatus)|云探针、多服务器探针、云监控、多服务器云监控,演示: https://tz.cloudcpp.com/|3707|2024-02-04|
|71|[rime/weasel](https://github.com/rime/weasel)|【小狼毫】Rime for Windows|3576|2024-02-08|
|72|[sylar-yin/sylar](https://github.com/sylar-yin/sylar)|C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server包含日志模块配置模块线程模块协程模块协程调度模块io协程调度模块hook模块socket模块bytearray序列化http模块TcpServer模块Websocket模块Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis, ...|3446|2023-12-08|
|73|[hzeller/rpi-rgb-led-matrix](https://github.com/hzeller/rpi-rgb-led-matrix)|Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO|3416|2024-01-08|
|74|[emilybache/GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata)|Starting code for the GildedRose Refactoring Kata in many programming languages.|3399|2024-02-05|
|75|[acidanthera/AppleALC](https://github.com/acidanthera/AppleALC)|Native macOS HD audio for not officially supported codecs|3346|2024-02-05|
|76|[DefTruth/lite.ai.toolkit](https://github.com/DefTruth/lite.ai.toolkit)|🛠 A lite C++ toolkit of awesome AI models with ONNXRuntime, NCNN, MNN and TNN. YOLOv5, YOLOX, YOLOP, YOLOv6, YOLOR, MODNet, YOLOX, YOLOv7, YOLOv8. MNN, NCNN, TNN, ONNXRuntime.|3341|2024-01-25|
|77|[openthread/openthread](https://github.com/openthread/openthread)|OpenThread released by Google is an open-source implementation of the Thread networking protocol|3325|2024-02-09|
|75|[acidanthera/AppleALC](https://github.com/acidanthera/AppleALC)|Native macOS HD audio for not officially supported codecs|3347|2024-02-05|
|76|[DefTruth/lite.ai.toolkit](https://github.com/DefTruth/lite.ai.toolkit)|🛠 A lite C++ toolkit of awesome AI models with ONNXRuntime, NCNN, MNN and TNN. YOLOv5, YOLOX, YOLOP, YOLOv6, YOLOR, MODNet, YOLOX, YOLOv7, YOLOv8. MNN, NCNN, TNN, ONNXRuntime.|3342|2024-01-25|
|77|[openthread/openthread](https://github.com/openthread/openthread)|OpenThread released by Google is an open-source implementation of the Thread networking protocol|3325|2024-02-11|
|78|[Tencent/phxpaxos](https://github.com/Tencent/phxpaxos)|The Paxos library implemented in C++ that has been used in the WeChat production environment.|3298|2023-12-04|
|79|[liuchuo/PAT](https://github.com/liuchuo/PAT)|🍭 浙江大学PAT题解(C/C++/Java/Python) - 努力成为萌萌的程序媛~|3234|2023-11-22|
|80|[giuspen/cherrytree](https://github.com/giuspen/cherrytree)|cherrytree|3154|2024-02-09|
|80|[giuspen/cherrytree](https://github.com/giuspen/cherrytree)|cherrytree|3154|2024-02-11|
|81|[wondertrader/wondertrader](https://github.com/wondertrader/wondertrader)|WonderTrader——量化研发交易一站式框架|3151|2024-02-08|
|82|[aksnzhy/xlearn](https://github.com/aksnzhy/xlearn)|High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI int ...|3080|2023-08-28|
|83|[ic005k/OCAuxiliaryTools](https://github.com/ic005k/OCAuxiliaryTools)|Cross-platform GUI management tools for OpenCoreOCAT|3077|2024-02-10|
|83|[ic005k/OCAuxiliaryTools](https://github.com/ic005k/OCAuxiliaryTools)|Cross-platform GUI management tools for OpenCoreOCAT|3079|2024-02-10|
|84|[alibaba/GraphScope](https://github.com/alibaba/GraphScope)|🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba 一站式图计算系统|3053|2024-02-10|
|85|[rime/librime](https://github.com/rime/librime)|Rime Input Method Engine, the core library|3046|2024-02-10|
|85|[rime/librime](https://github.com/rime/librime)|Rime Input Method Engine, the core library|3046|2024-02-11|
|86|[KwaiAppTeam/KOOM](https://github.com/KwaiAppTeam/KOOM)|KOOM is an OOM killer on mobile platform by Kwai.|3026|2023-11-14|
|87|[blinker-iot/blinker-library](https://github.com/blinker-iot/blinker-library)|An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.|2991|2023-12-25|
|88|[rhasspy/piper](https://github.com/rhasspy/piper)|A fast, local neural text to speech system|2984|2024-02-04|
|87|[rhasspy/piper](https://github.com/rhasspy/piper)|A fast, local neural text to speech system|3004|2024-02-04|
|88|[blinker-iot/blinker-library](https://github.com/blinker-iot/blinker-library)|An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.|2995|2023-12-25|
|89|[markparticle/WebServer](https://github.com/markparticle/WebServer)|C++ Linux WebServer服务器|2966|2023-12-02|
|90|[helio-fm/helio-sequencer](https://github.com/helio-fm/helio-sequencer)|One music sequencer for all major platforms, desktop and mobile|2931|2024-02-03|
|91|[DS-Homebrew/TWiLightMenu](https://github.com/DS-Homebrew/TWiLightMenu)|DSi Menu replacement for DS/DSi/3DS/2DS|2924|2024-02-10|
|90|[helio-fm/helio-sequencer](https://github.com/helio-fm/helio-sequencer)|One music sequencer for all major platforms, desktop and mobile|2933|2024-02-03|
|91|[DS-Homebrew/TWiLightMenu](https://github.com/DS-Homebrew/TWiLightMenu)|DSi Menu replacement for DS/DSi/3DS/2DS|2924|2024-02-11|
|92|[alibaba/euler](https://github.com/alibaba/euler)|A distributed graph deep learning framework.|2868|2023-08-19|
|93|[ztxz16/fastllm](https://github.com/ztxz16/fastllm)|纯c++的全平台llm加速库支持python调用chatglm-6B级模型单卡可达10000+token / s支持glm, llama, moss基座手机端流畅运行|2817|2024-02-05|
|94|[apache/kvrocks](https://github.com/apache/kvrocks)|Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.|2766|2024-02-10|
|95|[Tencent/Tendis](https://github.com/Tencent/Tendis)|Tendis is a high-performance distributed storage system fully compatible with the Redis protocol. |2753|2024-01-25|
|96|[p-ranav/indicators](https://github.com/p-ranav/indicators)|Activity Indicators for Modern C++|2743|2023-11-21|
|97|[githubhaohao/NDK_OpenGLES_3_0](https://github.com/githubhaohao/NDK_OpenGLES_3_0)|Android OpenGL ES 3.0 从入门到精通系统性学习教程|2732|2024-02-08|
|98|[namazso/OpenHashTab](https://github.com/namazso/OpenHashTab)|📝 File hashing and checking shell extension|2721|2024-01-13|
|97|[githubhaohao/NDK_OpenGLES_3_0](https://github.com/githubhaohao/NDK_OpenGLES_3_0)|Android OpenGL ES 3.0 从入门到精通系统性学习教程|2733|2024-02-08|
|98|[namazso/OpenHashTab](https://github.com/namazso/OpenHashTab)|📝 File hashing and checking shell extension|2724|2024-01-13|
|99|[baidu/openrasp](https://github.com/baidu/openrasp)|🔥Open source RASP solution|2649|2024-01-23|
|100|[miguelbalboa/rfid](https://github.com/miguelbalboa/rfid)|Arduino RFID Library for MFRC522|2628|2024-02-01|
|101|[oceanbase/miniob](https://github.com/oceanbase/miniob)|MiniOB is a compact database that assists developers in understanding the fundamental workings of a database.|2612|2024-02-10|
|101|[oceanbase/miniob](https://github.com/oceanbase/miniob)|MiniOB is a compact database that assists developers in understanding the fundamental workings of a database.|2615|2024-02-11|
|102|[PaddlePaddle/FastDeploy](https://github.com/PaddlePaddle/FastDeploy)|⚡An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for ☁Cloud 📱Mobile and 📹Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end op ...|2575|2024-02-08|
|103|[xfangfang/wiliwili](https://github.com/xfangfang/wiliwili)|第三方跨平台B站客户端目前可以运行在PC全平台、PSVita、PS4 、Xbox 和 Nintendo Switch上|2557|2024-02-03|
|103|[xfangfang/wiliwili](https://github.com/xfangfang/wiliwili)|第三方跨平台B站客户端目前可以运行在PC全平台、PSVita、PS4 、Xbox 和 Nintendo Switch上|2562|2024-02-03|
|104|[OpenIntelWireless/IntelBluetoothFirmware](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)|Intel Bluetooth Kernel Extensions for macOS|2367|2024-02-08|
|105|[yimengfan/BDFramework.Core](https://github.com/yimengfan/BDFramework.Core)|Simple and powerful Unity3d game workflow! 简单、高效、高度工业化的商业级unity3d 工作流。|2351|2024-02-10|
|105|[yimengfan/BDFramework.Core](https://github.com/yimengfan/BDFramework.Core)|Simple and powerful Unity3d game workflow! 简单、高效、高度工业化的商业级unity3d 工作流。|2351|2024-02-11|
|106|[FISCO-BCOS/FISCO-BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS)|FISCO BCOS发音为/ˈfɪskl bi:ˈkɒz/是一个稳定、高效、安全的许可区块链平台已被广泛应用于现实的行业应用。截至目前已拥有4000多家企事业单位300多个行业数字标杆应用涵盖文化版权、司法服务、政府服务、物联网、金融、智慧社区、房地产建设、社区治理、乡村振兴等领域。FISCO BCOS (pronounced /ˈfɪskl bi:ˈkɒz/) is a stable ...|2252|2024-02-08|
|107|[greg7mdp/parallel-hashmap](https://github.com/greg7mdp/parallel-hashmap)|A family of header-only, very fast and memory-friendly hashmap and btree containers.|2233|2024-02-04|
|108|[amov-lab/Prometheus](https://github.com/amov-lab/Prometheus)|Open source software for autonomous drones.|2186|2023-09-05|
@ -117,41 +117,41 @@
|110|[Tencent/Hardcoder](https://github.com/Tencent/Hardcoder)|Hardcoder is a solution which allows Android APP and Android System to communicate with each other directly, solving the problem that Android APP could only use system standard API rather than the har ...|2136|2023-08-17|
|111|[Greedysky/TTKMusicPlayer](https://github.com/Greedysky/TTKMusicPlayer)|TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux.|2130|2024-02-10|
|112|[ppogg/YOLOv5-Lite](https://github.com/ppogg/YOLOv5-Lite)|🍅🍅🍅YOLOv5-Lite: Evolved from yolov5 and the size of model is only 900+kb (int8) and 1.7M (fp16). Reach 15 FPS on the Raspberry Pi 4B~|2017|2024-02-02|
|113|[AntiMicroX/antimicrox](https://github.com/AntiMicroX/antimicrox)|Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.|1976|2024-01-21|
|113|[AntiMicroX/antimicrox](https://github.com/AntiMicroX/antimicrox)|Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.|1977|2024-02-11|
|114|[Aloshi/EmulationStation](https://github.com/Aloshi/EmulationStation)|A flexible emulator front-end supporting keyboardless navigation and custom system themes.|1976|2024-02-09|
|115|[facebookresearch/SparseConvNet](https://github.com/facebookresearch/SparseConvNet)|Submanifold sparse convolutional networks|1966|2024-01-09|
|116|[netease-im/NIM_Duilib_Framework](https://github.com/netease-im/NIM_Duilib_Framework)|网易云信Windows应用开发框架。|1960|2023-09-07|
|117|[fasiondog/hikyuu](https://github.com/fasiondog/hikyuu)|Hikyuu Quant Framework 基于C++/Python的开源量化交易研究框架|1933|2024-02-06|
|118|[sanni/cartreader](https://github.com/sanni/cartreader)|A shield for the Arduino Mega that can back up video game cartridges.|1912|2024-02-09|
|117|[fasiondog/hikyuu](https://github.com/fasiondog/hikyuu)|Hikyuu Quant Framework 基于C++/Python的开源量化交易研究框架|1933|2024-02-10|
|118|[sanni/cartreader](https://github.com/sanni/cartreader)|A shield for the Arduino Mega that can back up video game cartridges.|1913|2024-02-09|
|119|[LucidVR/lucidgloves](https://github.com/LucidVR/lucidgloves)|Arduino/ESP32 based DIY VR Haptic gloves. Compatible with SteamVR via OpenGloves.|1894|2023-10-28|
|120|[youngyangyang04/Skiplist-CPP](https://github.com/youngyangyang04/Skiplist-CPP)|A tiny KV storage based on skiplist written in C++ language 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀|1891|2023-12-08|
|121|[Qihoo360/QConf](https://github.com/Qihoo360/QConf)|Qihoo Distributed Configuration Management System|1862|2024-02-02|
|122|[InternLM/lmdeploy](https://github.com/InternLM/lmdeploy)|LMDeploy is a toolkit for compressing, deploying, and serving LLMs.|1846|2024-02-10|
|122|[InternLM/lmdeploy](https://github.com/InternLM/lmdeploy)|LMDeploy is a toolkit for compressing, deploying, and serving LLMs.|1847|2024-02-10|
|123|[Artikash/Textractor](https://github.com/Artikash/Textractor)|Extracts text from video games and visual novels. Highly extensible.|1815|2024-02-06|
|124|[sogou/srpc](https://github.com/sogou/srpc)|RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.|1809|2024-02-05|
|125|[downdemo/Cpp-Concurrency-in-Action-2ed](https://github.com/downdemo/Cpp-Concurrency-in-Action-2ed)|C++11/14/17/20 multithreading, involving operating system principles and concurrent programming technology.|1795|2023-11-13|
|126|[simplefoc/Arduino-FOC](https://github.com/simplefoc/Arduino-FOC)|Arduino FOC for BLDC and Stepper motors - Arduino Based Field Oriented Control Algorithm Library|1768|2024-02-09|
|127|[fanvanzh/3dtiles](https://github.com/fanvanzh/3dtiles)|The fastest tools for 3dtiles convert in the world!|1764|2023-11-17|
|128|[microsoft/BlingFire](https://github.com/microsoft/BlingFire)|A lightning fast Finite State machine and REgular expression manipulation library.|1763|2023-10-24|
|129|[zjhellofss/KuiperInfer](https://github.com/zjhellofss/KuiperInfer)|带你从零实现一个高性能的深度学习推理库支持Unet、Yolov5、Resnet等模型的推理。Implement a high-performance deep learning inference library step by step|1734|2024-02-10|
|130|[p-ranav/tabulate](https://github.com/p-ranav/tabulate)|Table Maker for Modern C++|1731|2023-12-04|
|129|[zjhellofss/KuiperInfer](https://github.com/zjhellofss/KuiperInfer)|带你从零实现一个高性能的深度学习推理库支持Unet、Yolov5、Resnet等模型的推理。Implement a high-performance deep learning inference library step by step|1735|2024-02-10|
|130|[p-ranav/tabulate](https://github.com/p-ranav/tabulate)|Table Maker for Modern C++|1733|2023-12-04|
|131|[ZLMediaKit/ZLToolKit](https://github.com/ZLMediaKit/ZLToolKit)|一个基于C++11的轻量级网络框架基于线程池技术可以实现大并发网络IO|1727|2024-02-07|
|132|[Fluorohydride/ygopro](https://github.com/Fluorohydride/ygopro)|A script engine for "yu-gi-oh!" and sample gui|1718|2024-02-09|
|133|[qicosmos/cinatra](https://github.com/qicosmos/cinatra)|modern c++(c++20), cross-platform, header-only, easy to use http framework|1711|2024-02-10|
|134|[TianZerL/Anime4KCPP](https://github.com/TianZerL/Anime4KCPP)|A high performance anime upscaler|1709|2023-12-24|
|135|[FEX-Emu/FEX](https://github.com/FEX-Emu/FEX)|A fast usermode x86 and x86-64 emulator for Arm64 Linux|1657|2024-02-10|
|136|[Tencent/sluaunreal](https://github.com/Tencent/sluaunreal)|lua dev plugin for unreal engine 4 or 5|1655|2024-02-09|
|133|[TianZerL/Anime4KCPP](https://github.com/TianZerL/Anime4KCPP)|A high performance anime upscaler|1711|2023-12-24|
|134|[qicosmos/cinatra](https://github.com/qicosmos/cinatra)|modern c++(c++20), cross-platform, header-only, easy to use http framework|1711|2024-02-10|
|135|[FEX-Emu/FEX](https://github.com/FEX-Emu/FEX)|A fast usermode x86 and x86-64 emulator for Arm64 Linux|1658|2024-02-11|
|136|[Tencent/sluaunreal](https://github.com/Tencent/sluaunreal)|lua dev plugin for unreal engine 4 or 5|1656|2024-02-09|
|137|[188080501/JQTools](https://github.com/188080501/JQTools)|基于Qt开发的小工具包|1605|2024-01-17|
|138|[sylikc/jpegview](https://github.com/sylikc/jpegview)|Fork of JPEGView by David Kleiner - fast and highly configurable viewer/editor for JPEG, BMP, PNG, WEBP, TGA, GIF and TIFF images with a minimal GUI. Basic on-the-fly image processing is provided - a ...|1591|2023-11-25|
|138|[sylikc/jpegview](https://github.com/sylikc/jpegview)|Fork of JPEGView by David Kleiner - fast and highly configurable viewer/editor for JPEG, BMP, PNG, WEBP, TGA, GIF and TIFF images with a minimal GUI. Basic on-the-fly image processing is provided - a ...|1595|2023-11-25|
|139|[romkatv/gitstatus](https://github.com/romkatv/gitstatus)|Git status for Bash and Zsh prompt|1581|2024-01-28|
|140|[Qalculate/libqalculate](https://github.com/Qalculate/libqalculate)|Qalculate! library and CLI|1571|2024-02-08|
|141|[downdemo/Cpp-Templates-2ed](https://github.com/downdemo/Cpp-Templates-2ed)|C++11/14/17/20 templates and generic programming, the most complex and difficult technical details of C++, indispensable in building infrastructure libraries.|1530|2023-09-04|
|140|[Qalculate/libqalculate](https://github.com/Qalculate/libqalculate)|Qalculate! library and CLI|1573|2024-02-08|
|141|[downdemo/Cpp-Templates-2ed](https://github.com/downdemo/Cpp-Templates-2ed)|C++11/14/17/20 templates and generic programming, the most complex and difficult technical details of C++, indispensable in building infrastructure libraries.|1531|2023-09-04|
|142|[Xtra-Computing/thundersvm](https://github.com/Xtra-Computing/thundersvm)|ThunderSVM: A Fast SVM Library on GPUs and CPUs|1527|2024-01-29|
|143|[4paradigm/OpenMLDB](https://github.com/4paradigm/OpenMLDB)|OpenMLDB is an open-source machine learning database that provides a feature platform computing consistent features for training and inference.|1512|2024-02-08|
|144|[loot/loot](https://github.com/loot/loot)|A modding utility for Starfield and some Elder Scrolls and Fallout games.|1474|2024-01-18|
|145|[alibaba/ilogtail](https://github.com/alibaba/ilogtail)|Fast and Lightweight Observability Data Collector|1458|2024-02-08|
|146|[bupticybee/TexasSolver](https://github.com/bupticybee/TexasSolver)|🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:|1441|2024-01-25|
|147|[sewenew/redis-plus-plus](https://github.com/sewenew/redis-plus-plus)|Redis client written in C++|1400|2024-02-01|
|146|[bupticybee/TexasSolver](https://github.com/bupticybee/TexasSolver)|🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:|1440|2024-01-25|
|147|[sewenew/redis-plus-plus](https://github.com/sewenew/redis-plus-plus)|Redis client written in C++|1401|2024-02-11|
|148|[joyieldInc/predixy](https://github.com/joyieldInc/predixy)|A high performance and fully featured proxy for redis, support redis sentinel and redis cluster|1380|2024-01-31|
|149|[KikoPlayProject/KikoPlay](https://github.com/KikoPlayProject/KikoPlay)|KikoPlay - NOT ONLY A Full-Featured Danmu Player 不仅仅是全功能弹幕播放器|1358|2024-02-08|
|150|[hiyohiyo/CrystalDiskInfo](https://github.com/hiyohiyo/CrystalDiskInfo)|CrystalDiskInfo|1353|2023-11-21|
@ -162,49 +162,49 @@
|155|[bambulab/BambuStudio](https://github.com/bambulab/BambuStudio)|PC Software for BambuLab's 3D printers|1274|2024-02-01|
|156|[ylmbtm/GameProject3](https://github.com/ylmbtm/GameProject3)|游戏服务器框架网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现 框架内使用共享内存无锁队列对象池内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端客户端含大量完整资源坐骑宠物伙伴装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。|1265|2023-08-26|
|157|[alibaba/graph-learn](https://github.com/alibaba/graph-learn)|An Industrial Graph Neural Network Framework|1242|2024-01-18|
|158|[Tencent/flare](https://github.com/Tencent/flare)| Flare是广泛投产于腾讯广告后台的现代化C++开发框架包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。 |1236|2023-12-29|
|158|[Tencent/flare](https://github.com/Tencent/flare)| Flare是广泛投产于腾讯广告后台的现代化C++开发框架包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。 |1235|2023-12-29|
|159|[SVF-tools/SVF](https://github.com/SVF-tools/SVF)|Static Value-Flow Analysis Framework for Source Code|1219|2024-02-08|
|160|[wangzhaode/mnn-llm](https://github.com/wangzhaode/mnn-llm)|llm deploy project based mnn.|1195|2024-02-04|
|161|[J-D-K/JKSV](https://github.com/J-D-K/JKSV)|JK's Save Manager Switch Edition|1173|2024-02-07|
|162|[ruyo/VRM4U](https://github.com/ruyo/VRM4U)|Runtime VRM loader for UnrealEngine4|1170|2024-02-05|
|161|[J-D-K/JKSV](https://github.com/J-D-K/JKSV)|JK's Save Manager Switch Edition|1174|2024-02-07|
|162|[ruyo/VRM4U](https://github.com/ruyo/VRM4U)|Runtime VRM loader for UnrealEngine4|1171|2024-02-05|
|163|[openppl-public/ppl.nn](https://github.com/openppl-public/ppl.nn)|A primitive library for neural network|1166|2024-01-24|
|164|[HamletDuFromage/aio-switch-updater](https://github.com/HamletDuFromage/aio-switch-updater)|Update your CFW, cheat codes, firmwares and more directly from your Nintendo Switch!|1159|2024-02-03|
|165|[primihub/primihub](https://github.com/primihub/primihub)|Privacy-Preserving Computing Platform 由密码学专家团队打造的开源隐私计算平台,支持多方安全计算、联邦学习、隐私求交、匿踪查询等。|1155|2024-02-05|
|166|[troldal/OpenXLSX](https://github.com/troldal/OpenXLSX)|A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files.|1138|2023-11-16|
|167|[baidu/BaikalDB](https://github.com/baidu/BaikalDB)|BaikalDB, A Distributed HTAP Database.|1126|2023-09-19|
|168|[qicosmos/ormpp](https://github.com/qicosmos/ormpp)|modern C++ ORM, C++17, support mysql, postgresql,sqlite|1097|2024-02-10|
|169|[zenustech/zeno](https://github.com/zenustech/zeno)|ZEn NOde system - a simulation & rendering engine in nodes|1064|2024-02-05|
|170|[Gooddbird/tinyrpc](https://github.com/Gooddbird/tinyrpc)|c++ async rpc framework. 14w+qps.|1049|2023-10-18|
|171|[ju1ce/April-Tag-VR-FullBody-Tracker](https://github.com/ju1ce/April-Tag-VR-FullBody-Tracker)|Full-body tracking in VR using AprilTag markers.|1038|2023-10-31|
|169|[zenustech/zeno](https://github.com/zenustech/zeno)|ZEn NOde system - a simulation & rendering engine in nodes|1065|2024-02-05|
|170|[Gooddbird/tinyrpc](https://github.com/Gooddbird/tinyrpc)|c++ async rpc framework. 14w+qps.|1050|2023-10-18|
|171|[ju1ce/April-Tag-VR-FullBody-Tracker](https://github.com/ju1ce/April-Tag-VR-FullBody-Tracker)|Full-body tracking in VR using AprilTag markers.|1039|2023-10-31|
|172|[FeiYull/TensorRT-Alpha](https://github.com/FeiYull/TensorRT-Alpha)|🔥🔥🔥TensorRT for YOLOv8、YOLOv8-Pose、YOLOv8-Seg、YOLOv8-Cls、YOLOv7、YOLOv6、YOLOv5、YOLONAS......🚀🚀🚀CUDA IS ALL YOU NEED.🍎🍎🍎|1030|2024-01-08|
|173|[TuGraph-family/tugraph-db](https://github.com/TuGraph-family/tugraph-db)|TuGraph is a high performance graph database.|1012|2024-02-06|
|174|[acidanthera/BrcmPatchRAM](https://github.com/acidanthera/BrcmPatchRAM)|-|983|2024-01-13|
|174|[acidanthera/BrcmPatchRAM](https://github.com/acidanthera/BrcmPatchRAM)|-|982|2024-01-13|
|175|[CE-Programming/CEmu](https://github.com/CE-Programming/CEmu)|Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features|970|2024-02-01|
|176|[ZJU-FAST-Lab/ego-planner-swarm](https://github.com/ZJU-FAST-Lab/ego-planner-swarm)|An efficient single/multi-agent trajectory planner for multicopters.|967|2024-01-16|
|177|[hxhb/HotPatcher](https://github.com/hxhb/HotPatcher)|Unreal Engine hot update manage and package plugin.|963|2023-11-07|
|178|[caozhiyi/CppNet](https://github.com/caozhiyi/CppNet)|Cross platform network library with C++11|962|2024-02-04|
|178|[caozhiyi/CppNet](https://github.com/caozhiyi/CppNet)|Cross platform network library with C++11|963|2024-02-04|
|179|[bytedance/Fastbot_Android](https://github.com/bytedance/Fastbot_Android)|Fastbot(2.0) is a model-based testing tool for modeling GUI transitions to discover app stability problems|959|2023-09-14|
|180|[Netis/cloud-probe](https://github.com/Netis/cloud-probe)|A Software Probe for network packet capturing and forwarding in Cloud/Kubernetes and Virtualized environment.|942|2023-11-15|
|181|[FengJungle/DesignPattern](https://github.com/FengJungle/DesignPattern)|Design pattern demo code|939|2023-09-24|
|181|[FengJungle/DesignPattern](https://github.com/FengJungle/DesignPattern)|Design pattern demo code|940|2023-09-24|
|182|[githubhaohao/OpenGLCamera2](https://github.com/githubhaohao/OpenGLCamera2)|🔥 Android OpenGL Camera 2.0 实现 30 多种滤镜和抖音特效|934|2024-02-08|
|183|[DeepRec-AI/DeepRec](https://github.com/DeepRec-AI/DeepRec)|DeepRec is a high-performance recommendation deep learning framework based on TensorFlow. It is hosted in incubation in LF AI & Data Foundation.|925|2024-02-04|
|184|[LiteLDev/LeviLamina](https://github.com/LiteLDev/LeviLamina)|A lightweight, modular and versatile plugin loader for Minecraft Bedrock Server BDS, formerly known as LiteLoaderBDS|920|2024-02-10|
|185|[mdias/rs_asio](https://github.com/mdias/rs_asio)|ASIO for Rocksmith 2014|920|2024-02-10|
|186|[qicosmos/iguana](https://github.com/qicosmos/iguana)|universal serialization engine|907|2024-01-31|
|187|[JonMagon/KDiskMark](https://github.com/JonMagon/KDiskMark)|A simple open-source disk benchmark tool for Linux distros|906|2024-01-16|
|184|[LiteLDev/LeviLamina](https://github.com/LiteLDev/LeviLamina)|A lightweight, modular and versatile plugin loader for Minecraft Bedrock Server BDS, formerly known as LiteLoaderBDS|921|2024-02-11|
|185|[mdias/rs_asio](https://github.com/mdias/rs_asio)|ASIO for Rocksmith 2014|921|2024-02-10|
|186|[qicosmos/iguana](https://github.com/qicosmos/iguana)|universal serialization engine|909|2024-01-31|
|187|[JonMagon/KDiskMark](https://github.com/JonMagon/KDiskMark)|A simple open-source disk benchmark tool for Linux distros|908|2024-01-16|
|188|[Rvn0xsy/Cooolis-ms](https://github.com/Rvn0xsy/Cooolis-ms)|Cooolis-ms是一个包含了Metasploit Payload Loader、Cobalt Strike External C2 Loader、Reflective DLL injection的代码执行工具它的定位在于能够在静态查杀上规避一些我们将要执行且含有特征的代码帮助红队人员更方便快捷的从Web容器环境切换到C2环境进一步进行工作。|879|2023-10-20|
|189|[simdutf/simdutf](https://github.com/simdutf/simdutf)|Unicode routines (UTF8, UTF16, UTF32): billions of characters per second using SSE2, AVX2, NEON, AVX-512. Part of Node.js and Bun.|877|2024-02-09|
|190|[NVIDIA-Merlin/HugeCTR](https://github.com/NVIDIA-Merlin/HugeCTR)|HugeCTR is a high efficiency GPU framework designed for Click-Through-Rate (CTR) estimating training|876|2024-02-04|
|190|[NVIDIA-Merlin/HugeCTR](https://github.com/NVIDIA-Merlin/HugeCTR)|HugeCTR is a high efficiency GPU framework designed for Click-Through-Rate (CTR) estimating training|876|2024-02-11|
|191|[topling/toplingdb](https://github.com/topling/toplingdb)|ToplingDB is a cloud native LSM Key-Value Store with searchable compression algo and distributed compaction|871|2024-02-08|
|192|[LitLeo/TensorRT_Tutorial](https://github.com/LitLeo/TensorRT_Tutorial)|-|871|2023-10-30|
|193|[ToanTech/Deng-s-foc-controller](https://github.com/ToanTech/Deng-s-foc-controller)|灯哥开源 FOC 双路迷你无刷电机驱动|869|2024-02-01|
|194|[PaddlePaddle/Serving](https://github.com/PaddlePaddle/Serving)|A flexible, high-performance carrier for machine learning models『飞桨』服务化部署框架|862|2024-02-06|
|195|[Qalculate/qalculate-gtk](https://github.com/Qalculate/qalculate-gtk)|Qalculate! GTK+ UI|862|2024-02-08|
|194|[Qalculate/qalculate-gtk](https://github.com/Qalculate/qalculate-gtk)|Qalculate! GTK+ UI|863|2024-02-08|
|195|[PaddlePaddle/Serving](https://github.com/PaddlePaddle/Serving)|A flexible, high-performance carrier for machine learning models『飞桨』服务化部署框架|862|2024-02-06|
|196|[tablacus/TablacusExplorer](https://github.com/tablacus/TablacusExplorer)|A tabbed file manager with Add-on support|857|2024-02-10|
|197|[Cubitect/cubiomes-viewer](https://github.com/Cubitect/cubiomes-viewer)|An efficient graphical Minecraft seed finder and map viewer.|850|2024-02-10|
|198|[juzzlin/Heimer](https://github.com/juzzlin/Heimer)|Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.|847|2024-02-04|
|197|[Cubitect/cubiomes-viewer](https://github.com/Cubitect/cubiomes-viewer)|An efficient graphical Minecraft seed finder and map viewer.|852|2024-02-11|
|198|[juzzlin/Heimer](https://github.com/juzzlin/Heimer)|Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.|848|2024-02-04|
|199|[stoneatom/stonedb](https://github.com/stoneatom/stonedb)|StoneDB is an Open-Source MySQL HTAP and MySQL-Native DataBase for OLTP, Real-Time Analytics, a counterpart of MySQLHeatWave. (https://stonedb.io)|845|2024-01-16|
|200|[daipeihust/im-select](https://github.com/daipeihust/im-select)|📟 Switch your input method through terminal|839|2024-01-03|
|200|[daipeihust/im-select](https://github.com/daipeihust/im-select)|📟 Switch your input method through terminal|840|2024-01-03|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,210 +1,210 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > C#
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[huiyadanli/RevokeMsgPatcher](https://github.com/huiyadanli/RevokeMsgPatcher)|:trollface: A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁我已经看到了撤回也没用了|25089|2023-12-13|
|2|[leiurayer/downkyi](https://github.com/leiurayer/downkyi)|哔哩下载姬downkyi哔哩哔哩网站视频下载工具支持批量下载支持8K、HDR、杜比视界提供工具箱音视频提取、去水印等。|17675|2024-02-08|
|3|[BeyondDimension/SteamTools](https://github.com/BeyondDimension/SteamTools)|🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。|17289|2024-02-06|
|4|[TGSAN/CMWTAT_Digital_Edition](https://github.com/TGSAN/CMWTAT_Digital_Edition)|CloudMoe Windows 10/11 Activation Toolkit get digital license, the best open source Win 10/11 activator in GitHub. GitHub 上最棒的开源 Win10/Win11 数字权利(数字许可证)激活工具!|13352|2023-10-07|
|5|[hellzerg/optimizer](https://github.com/hellzerg/optimizer)|The finest Windows Optimizer|10981|2024-02-07|
|6|[BluePointLilac/ContextMenuManager](https://github.com/BluePointLilac/ContextMenuManager)|🖱️ 纯粹的Windows右键菜单管理程序|9650|2024-02-07|
|7|[Richasy/Bili.Uwp](https://github.com/Richasy/Bili.Uwp)|适用于新系统UI的哔哩|8499|2023-10-30|
|8|[0x7c13/Notepads](https://github.com/0x7c13/Notepads)|A modern, lightweight text editor with a minimalist design.|8178|2024-02-05|
|9|[JeffreySu/WeiXinMPSDK](https://github.com/JeffreySu/WeiXinMPSDK)|微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.|8163|2024-01-25|
|10|[mbdavid/LiteDB](https://github.com/mbdavid/LiteDB)|LiteDB - A .NET NoSQL Document Store in a single data file|8054|2024-02-10|
|11|[egametang/ET](https://github.com/egametang/ET)|Unity3D Client And C# Server Framework|8051|2024-02-07|
|12|[bchavez/Bogus](https://github.com/bchavez/Bogus)|:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.|8025|2024-02-10|
|13|[nilaoda/BBDown](https://github.com/nilaoda/BBDown)|Bilibili Downloader. 一款命令行式哔哩哔哩下载器.|7682|2024-01-25|
|1|[huiyadanli/RevokeMsgPatcher](https://github.com/huiyadanli/RevokeMsgPatcher)|:trollface: A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁我已经看到了撤回也没用了|25094|2023-12-13|
|2|[leiurayer/downkyi](https://github.com/leiurayer/downkyi)|哔哩下载姬downkyi哔哩哔哩网站视频下载工具支持批量下载支持8K、HDR、杜比视界提供工具箱音视频提取、去水印等。|17687|2024-02-08|
|3|[BeyondDimension/SteamTools](https://github.com/BeyondDimension/SteamTools)|🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。|17296|2024-02-06|
|4|[TGSAN/CMWTAT_Digital_Edition](https://github.com/TGSAN/CMWTAT_Digital_Edition)|CloudMoe Windows 10/11 Activation Toolkit get digital license, the best open source Win 10/11 activator in GitHub. GitHub 上最棒的开源 Win10/Win11 数字权利(数字许可证)激活工具!|13354|2023-10-07|
|5|[hellzerg/optimizer](https://github.com/hellzerg/optimizer)|The finest Windows Optimizer|10990|2024-02-11|
|6|[BluePointLilac/ContextMenuManager](https://github.com/BluePointLilac/ContextMenuManager)|🖱️ 纯粹的Windows右键菜单管理程序|9656|2024-02-07|
|7|[Richasy/Bili.Uwp](https://github.com/Richasy/Bili.Uwp)|适用于新系统UI的哔哩|8498|2023-10-30|
|8|[0x7c13/Notepads](https://github.com/0x7c13/Notepads)|A modern, lightweight text editor with a minimalist design.|8181|2024-02-05|
|9|[JeffreySu/WeiXinMPSDK](https://github.com/JeffreySu/WeiXinMPSDK)|微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.|8164|2024-01-25|
|10|[mbdavid/LiteDB](https://github.com/mbdavid/LiteDB)|LiteDB - A .NET NoSQL Document Store in a single data file|8056|2024-02-10|
|11|[egametang/ET](https://github.com/egametang/ET)|Unity3D Client And C# Server Framework|8053|2024-02-11|
|12|[bchavez/Bogus](https://github.com/bchavez/Bogus)|:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.|8027|2024-02-10|
|13|[nilaoda/BBDown](https://github.com/nilaoda/BBDown)|Bilibili Downloader. 一款命令行式哔哩哔哩下载器.|7684|2024-01-25|
|14|[jynew/jynew](https://github.com/jynew/jynew)|JinYongLegend-like RPG Game Framework with full Modding support and 10+ hours playable samples of game.|7448|2024-01-29|
|15|[OrchardCMS/OrchardCore](https://github.com/OrchardCMS/OrchardCore)|Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.|6998|2024-02-10|
|16|[studyzy/imewlconverter](https://github.com/studyzy/imewlconverter)|”深蓝词库转换“ 一款开源免费的输入法词库转换程序|6989|2024-01-26|
|17|[XINCGer/Unity3DTraining](https://github.com/XINCGer/Unity3DTraining)|【Unity杂货铺】unity大杂烩~|6647|2024-02-06|
|18|[OdysseusYuan/LKY_OfficeTools](https://github.com/OdysseusYuan/LKY_OfficeTools)|一键自动化 下载、安装、激活 Office 的利器。|6365|2023-08-30|
|19|[Perfare/Il2CppDumper](https://github.com/Perfare/Il2CppDumper)|Unity il2cpp reverse engineer|6138|2023-12-13|
|20|[Flow-Launcher/Flow.Launcher](https://github.com/Flow-Launcher/Flow.Launcher)|:mag: Quick file search & app launcher for Windows with community-made plugins|5779|2024-02-10|
|21|[ant-design-blazor/ant-design-blazor](https://github.com/ant-design-blazor/ant-design-blazor)|🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.|5423|2024-02-08|
|22|[nissl-lab/npoi](https://github.com/nissl-lab/npoi)|a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.|5396|2024-02-09|
|15|[OrchardCMS/OrchardCore](https://github.com/OrchardCMS/OrchardCore)|Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.|6998|2024-02-11|
|16|[studyzy/imewlconverter](https://github.com/studyzy/imewlconverter)|”深蓝词库转换“ 一款开源免费的输入法词库转换程序|6991|2024-01-26|
|17|[XINCGer/Unity3DTraining](https://github.com/XINCGer/Unity3DTraining)|【Unity杂货铺】unity大杂烩~|6649|2024-02-06|
|18|[OdysseusYuan/LKY_OfficeTools](https://github.com/OdysseusYuan/LKY_OfficeTools)|一键自动化 下载、安装、激活 Office 的利器。|6367|2023-08-30|
|19|[Perfare/Il2CppDumper](https://github.com/Perfare/Il2CppDumper)|Unity il2cpp reverse engineer|6141|2023-12-13|
|20|[Flow-Launcher/Flow.Launcher](https://github.com/Flow-Launcher/Flow.Launcher)|:mag: Quick file search & app launcher for Windows with community-made plugins|5782|2024-02-11|
|21|[ant-design-blazor/ant-design-blazor](https://github.com/ant-design-blazor/ant-design-blazor)|🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.|5423|2024-02-11|
|22|[nissl-lab/npoi](https://github.com/nissl-lab/npoi)|a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.|5395|2024-02-09|
|23|[EllanJiang/GameFramework](https://github.com/EllanJiang/GameFramework)|This is literally a game framework, based on Unity game engine. It encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the developmen ...|5267|2023-09-05|
|24|[DotNetNext/SqlSugar](https://github.com/DotNetNext/SqlSugar)|.Net aot ORM Fastest ORM Simple Easy Sqlite orm Oracle ORM Mysql Orm postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ...|4810|2024-02-08|
|25|[Tichau/FileConverter](https://github.com/Tichau/FileConverter)|File Converter is a very simple tool which allows you to convert and compress one or several file(s) using the context menu in windows explorer.|4677|2024-02-05|
|24|[DotNetNext/SqlSugar](https://github.com/DotNetNext/SqlSugar)|.Net aot ORM Fastest ORM Simple Easy Sqlite orm Oracle ORM Mysql Orm postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ...|4812|2024-02-11|
|25|[Tichau/FileConverter](https://github.com/Tichau/FileConverter)|File Converter is a very simple tool which allows you to convert and compress one or several file(s) using the context menu in windows explorer.|4684|2024-02-05|
|26|[dotnetcore/Util](https://github.com/dotnetcore/Util)|Util是一个.Net平台下的应用框架旨在提升中小团队的开发能力由工具类、分层架构基类、Ui组件配套代码生成模板权限等组成。|4369|2024-02-08|
|27|[BornToBeRoot/NETworkManager](https://github.com/BornToBeRoot/NETworkManager)|A powerful tool for managing networks and troubleshoot network problems!|4345|2024-02-06|
|27|[BornToBeRoot/NETworkManager](https://github.com/BornToBeRoot/NETworkManager)|A powerful tool for managing networks and troubleshoot network problems!|4347|2024-02-06|
|28|[commandlineparser/commandline](https://github.com/commandlineparser/commandline)|The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support|4300|2023-09-30|
|29|[LorisYounger/VPet](https://github.com/LorisYounger/VPet)|虚拟桌宠模拟器 一个开源的桌宠软件, 可以内置到任何WPF应用程序|4138|2024-02-09|
|29|[LorisYounger/VPet](https://github.com/LorisYounger/VPet)|虚拟桌宠模拟器 一个开源的桌宠软件, 可以内置到任何WPF应用程序|4141|2024-02-11|
|30|[dotnetcore/WTM](https://github.com/dotnetcore/WTM)|Use WTM to write .netcore app fast !!!|4045|2024-01-31|
|31|[MapsterMapper/Mapster](https://github.com/MapsterMapper/Mapster)|A fast, fun and stimulating object to object Mapper|4037|2023-12-15|
|31|[MapsterMapper/Mapster](https://github.com/MapsterMapper/Mapster)|A fast, fun and stimulating object to object Mapper|4038|2023-12-15|
|32|[dotnetcore/FreeSql](https://github.com/dotnetcore/FreeSql)|🦄 .NET aot orm, C# orm, VB.NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, 虚谷 orm, 国产 orm, Clickhouse orm, QuestDB ...|3899|2024-02-08|
|33|[seerge/g-helper](https://github.com/seerge/g-helper)|Lightweight Armoury Crate alternative for Asus laptops. Control tool for ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, TUF, Strix, Scar and other models|3833|2024-02-10|
|34|[liangxiegame/QFramework](https://github.com/liangxiegame/QFramework)|Godot/Unity3D System Design Architecture|3832|2024-01-04|
|35|[BartoszCichecki/LenovoLegionToolkit](https://github.com/BartoszCichecki/LenovoLegionToolkit)|Lightweight Lenovo Vantage and Hotkeys replacement for Lenovo Legion laptops.|3818|2024-02-09|
|33|[seerge/g-helper](https://github.com/seerge/g-helper)|Lightweight Armoury Crate alternative for Asus laptops. Control tool for ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, TUF, Strix, Scar and other models|3841|2024-02-11|
|34|[liangxiegame/QFramework](https://github.com/liangxiegame/QFramework)|Godot/Unity3D System Design Architecture|3833|2024-01-04|
|35|[BartoszCichecki/LenovoLegionToolkit](https://github.com/BartoszCichecki/LenovoLegionToolkit)|Lightweight Lenovo Vantage and Hotkeys replacement for Lenovo Legion laptops.|3824|2024-02-09|
|36|[AdminTest0/SharpWxDump](https://github.com/AdminTest0/SharpWxDump)|微信客户端取证,可获取用户个人信息(昵称/账号/手机/邮箱/数据库密钥(用来解密聊天记录));支持获取多用户信息,不定期更新新版本偏移,目前支持所有新版本、正式版本|3730|2023-10-14|
|37|[Ponderfly/GoogleTranslateIpCheck](https://github.com/Ponderfly/GoogleTranslateIpCheck)|-|3707|2024-02-03|
|38|[XuanchenLin/NanUI](https://github.com/XuanchenLin/NanUI)|NanUI is an open source .NET project for developers who want to create Windows desktop applications with HTML, CSS and JavaScript.|3612|2023-11-25|
|39|[VsVim/VsVim](https://github.com/VsVim/VsVim)|Vim Emulator Plugin for Visual Studio 2015+ |3568|2024-02-04|
|40|[the1812/Malware-Patch](https://github.com/the1812/Malware-Patch)|阻止中国流氓软件的管理员授权. / Prevent UAC authorization of Chinese malware.|3556|2023-08-26|
|40|[the1812/Malware-Patch](https://github.com/the1812/Malware-Patch)|阻止中国流氓软件的管理员授权. / Prevent UAC authorization of Chinese malware.|3558|2023-08-26|
|41|[cq-panda/Vue.NetCore](https://github.com/cq-panda/Vue.NetCore)|(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Element plus+uniapp前后端分离全自动生成代码支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/|3520|2024-02-05|
|42|[indiff/qttabbar](https://github.com/indiff/qttabbar)|QTTabBar is a small tool that allows you to use tab multi label function in Windows Explorer. https://www.yuque.com/indiff/qttabbar|3385|2024-02-10|
|43|[kwsch/PKHeX](https://github.com/kwsch/PKHeX)|Pokémon Save File Editor|3377|2024-02-10|
|42|[indiff/qttabbar](https://github.com/indiff/qttabbar)|QTTabBar is a small tool that allows you to use tab multi label function in Windows Explorer. https://www.yuque.com/indiff/qttabbar|3386|2024-02-11|
|43|[kwsch/PKHeX](https://github.com/kwsch/PKHeX)|Pokémon Save File Editor|3380|2024-02-10|
|44|[BililiveRecorder/BililiveRecorder](https://github.com/BililiveRecorder/BililiveRecorder)|录播姬 mikufans 生放送录制|3346|2024-01-28|
|45|[Planshit/Tai](https://github.com/Planshit/Tai)|👻 在Windows上统计软件使用时长和网站浏览时长|3285|2023-12-28|
|46|[nilaoda/N_m3u8DL-RE](https://github.com/nilaoda/N_m3u8DL-RE)|Cross-Platform, modern and powerful stream downloader for MPD/M3U8/ISM. English/简体中文/繁體中文. |3057|2024-01-09|
|47|[SciSharp/TensorFlow.NET](https://github.com/SciSharp/TensorFlow.NET)|.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.|3043|2023-11-13|
|48|[wolfgarbe/SymSpell](https://github.com/wolfgarbe/SymSpell)|SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm|2991|2024-02-05|
|49|[MicaForEveryone/MicaForEveryone](https://github.com/MicaForEveryone/MicaForEveryone)|Mica For Everyone is a tool to enable backdrop effects on the title bars of Win32 apps on Windows 11.|2973|2024-01-29|
|50|[ThePBone/GalaxyBudsClient](https://github.com/ThePBone/GalaxyBudsClient)|Unofficial Galaxy Buds Manager for Windows and Linux|2956|2024-02-10|
|51|[DGP-Studio/Snap.Hutao](https://github.com/DGP-Studio/Snap.Hutao)|实用的开源多功能原神工具箱 🧰 / Multifunctional Open-Source Genshin Impact Toolkit 🧰|2925|2024-02-10|
|52|[Ourpalm/ILRuntime](https://github.com/Ourpalm/ILRuntime)|Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible. |2913|2024-01-29|
|53|[XCharts-Team/XCharts](https://github.com/XCharts-Team/XCharts)|A charting and data visualization library for Unity. Unity数据可视化图表插件。 |2891|2024-02-01|
|54|[emoacht/Monitorian](https://github.com/emoacht/Monitorian)|A Windows desktop tool to adjust the brightness of multiple monitors with ease|2801|2024-02-09|
|55|[focus-creative-games/luban](https://github.com/focus-creative-games/luban)|luban是一个强大、易用、优雅、稳定的游戏配置解决方案。luban is a powerful, easy-to-use, elegant and stable game configuration solution. |2781|2024-02-04|
|56|[1Remote/1Remote](https://github.com/1Remote/1Remote)|One Remote Access Manager to Rule Them All|2695|2024-02-04|
|57|[HMBSbige/NatTypeTester](https://github.com/HMBSbige/NatTypeTester)|测试当前网络的 NAT 类型STUN|2681|2024-02-10|
|58|[dotnetcore/osharp](https://github.com/dotnetcore/osharp)|OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。|2657|2024-01-12|
|59|[Danily07/Translumo](https://github.com/Danily07/Translumo)|Advanced real-time screen translator for games, hardcoded subtitles in videos, static text and etc.|2486|2024-01-15|
|60|[1y0n/AV_Evasion_Tool](https://github.com/1y0n/AV_Evasion_Tool)|掩日 - 免杀执行器生成工具|2485|2023-12-08|
|61|[goatcorp/FFXIVQuickLauncher](https://github.com/goatcorp/FFXIVQuickLauncher)|Custom launcher for FFXIV|2452|2024-02-10|
|62|[samhocevar/wincompose](https://github.com/samhocevar/wincompose)|🔣 Compose Key for Windows|2447|2024-01-09|
|63|[xasset/xasset](https://github.com/xasset/xasset)|专业 Unity 资产系统。提供开箱即用的资产打包、分包、加密、热更和加载等技术方案。让 Unity 项目开发更轻松!|2411|2023-12-11|
|64|[Scighost/Starward](https://github.com/Scighost/Starward)|Game Launcher for miHoYo - 米家游戏启动器|2383|2024-02-03|
|65|[OpenTabletDriver/OpenTabletDriver](https://github.com/OpenTabletDriver/OpenTabletDriver)|Open source, cross-platform, user-mode tablet driver|2359|2024-02-06|
|66|[liukuo362573/YiShaAdmin](https://github.com/liukuo362573/YiShaAdmin)|基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观|2282|2023-12-08|
|67|[babalae/better-genshin-impact](https://github.com/babalae/better-genshin-impact)|🍨BetterGI · 更好的原神 - 自动拾取 自动剧情 全自动钓鱼(AI) 全自动七圣召唤 自动伐木 快速传送 自动秘境 - UI Automation Testing Tools For Genshin Impact|2264|2024-02-10|
|68|[metatube-community/jellyfin-plugin-metatube](https://github.com/metatube-community/jellyfin-plugin-metatube)|MetaTube Plugin for Jellyfin/Emby|2238|2024-02-05|
|69|[dremin/RetroBar](https://github.com/dremin/RetroBar)|Classic Windows 95, 98, Me, 2000, XP, Vista taskbar for modern versions of Windows|2212|2024-02-01|
|70|[stevencohn/OneMore](https://github.com/stevencohn/OneMore)|A OneNote add-in with simple, yet powerful and useful features|2124|2024-02-10|
|71|[apache/lucenenet](https://github.com/apache/lucenenet)|Apache Lucene.NET|2107|2024-02-10|
|72|[MonkSoul/Furion](https://github.com/MonkSoul/Furion)|Make .NET development easier, more versatile, and more popular.|2065|2024-02-06|
|73|[LykosAI/StabilityMatrix](https://github.com/LykosAI/StabilityMatrix)|Multi-Platform Package Manager for Stable Diffusion|2053|2024-02-10|
|74|[skydevil88/XboxDownload](https://github.com/skydevil88/XboxDownload)|Xbox下载助手支持Xbox、微软商店、PS、NS、EA app & Origin、战网国际服、Epic、育碧、Riot Games下载加速。|2049|2024-02-03|
|75|[dotnetcore/Magicodes.IE](https://github.com/dotnetcore/Magicodes.IE)|Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.|2004|2024-02-01|
|76|[morkt/GARbro](https://github.com/morkt/GARbro)|Visual Novels resource browser|1996|2024-02-08|
|77|[qiankanglai/LoopScrollRect](https://github.com/qiankanglai/LoopScrollRect)|These scripts will make your UGUI ScrollRect reusing cells, to improve performance, loading time and draw calls.|1987|2023-08-24|
|78|[Tencent/InjectFix](https://github.com/Tencent/InjectFix)|InjectFix is a hot-fix solution library for Unity|1912|2023-10-31|
|79|[yhuse/SunnyUI](https://github.com/yhuse/SunnyUI)|SunnyUI.Net, 基于.Net 4.0+、.Net 6 框架的 C# WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。|1821|2024-01-27|
|80|[leinlin/Miku-LuaProfiler](https://github.com/leinlin/Miku-LuaProfiler)|-|1817|2024-02-02|
|81|[JasonXuDeveloper/JEngine](https://github.com/JasonXuDeveloper/JEngine)|The solution that allows unity games to update in runtime. 使Unity开发的游戏支持热更新的解决方案。|1816|2023-10-20|
|82|[jie65535/GrasscutterCommandGenerator](https://github.com/jie65535/GrasscutterCommandGenerator)|Command Generator and Gacha Banner Editor|1786|2023-11-12|
|83|[vovgou/loxodon-framework](https://github.com/vovgou/loxodon-framework)|An MVVM & Databinding framework that can use C# and Lua to develop games|1761|2024-01-10|
|84|[dotnet-presentations/dotnet-maui-workshop](https://github.com/dotnet-presentations/dotnet-maui-workshop)|A full day workshop (.NET MAUI Workshop in a Box) on how to build apps with .NET MAUI for iOS, Android, macOS, and Windows|1696|2024-02-02|
|85|[NewLifeX/X](https://github.com/NewLifeX/X)|Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance ...|1693|2024-02-02|
|86|[prime31/Nez](https://github.com/prime31/Nez)|Nez is a free 2D focused framework that works with MonoGame and FNA|1685|2024-02-07|
|87|[essensoft/paylink](https://github.com/essensoft/paylink)|一套基于 .NET Core 开发的支付SDK集它极大简化了API调用及通知的处理流程。|1675|2023-12-16|
|88|[microsoft/Recognizers-Text](https://github.com/microsoft/Recognizers-Text)|Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, date/time, etc. in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Pa ...|1635|2023-11-15|
|89|[Archeb/opentrace](https://github.com/Archeb/opentrace)|A cross-platform GUI wrapper for NextTrace. Bringing you the familiar traceroute experience. OpenTrace 是 NextTrace 的跨平台 GUI 界面,带来您熟悉但更强大的用户体验。|1634|2023-12-14|
|90|[OkGoDoIt/OpenAI-API-dotnet](https://github.com/OkGoDoIt/OpenAI-API-dotnet)|An unofficial C#/.NET SDK for accessing the OpenAI GPT-3 API|1596|2024-02-07|
|91|[m969/EGamePlay](https://github.com/m969/EGamePlay)|一个基于Entity-Component模式的灵活、通用、可扩展的轻量战斗技能框架配置可选使用ScriptableObject或是Excel表格. A flexible, generic, easy to extend, lightweight combat (skills) framework based on Entity-Component pattern. Configuration ...|1594|2024-02-06|
|92|[AlexanderPro/SmartSystemMenu](https://github.com/AlexanderPro/SmartSystemMenu)|SmartSystemMenu extends system menu of all windows in the system|1573|2023-09-23|
|93|[BookerLiu/GeekDesk](https://github.com/BookerLiu/GeekDesk)|🔥小巧、美观的桌面快速启动工具 Small, beautiful desktop quickstart management tool with integrated Everything search|1547|2024-01-02|
|94|[gusmanb/logicanalyzer](https://github.com/gusmanb/logicanalyzer)|24 channel, 100Msps logic analyzer hardware and software|1523|2023-10-24|
|95|[jitwxs/163MusicLyrics](https://github.com/jitwxs/163MusicLyrics)|Windows 云音乐歌词获取【网易云、QQ音乐】|1510|2023-11-20|
|96|[itext/itext7-dotnet](https://github.com/itext/itext7-dotnet)|iText for .NET is the .NET version of the iText library, formerly known as iTextSharp, which it replaces. iText represents the next level of SDKs for developers that want to take advantage of the bene ...|1480|2024-02-09|
|97|[MCCTeam/Minecraft-Console-Client](https://github.com/MCCTeam/Minecraft-Console-Client)|Lightweight console for Minecraft chat and automated scripts|1475|2024-02-04|
|98|[bbepis/XUnity.AutoTranslator](https://github.com/bbepis/XUnity.AutoTranslator)|-|1457|2024-02-07|
|99|[lampo1024/DncZeus](https://github.com/lampo1024/DncZeus)|DncZeus 是一个基于.NET 7 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET 7 + EF Core构建UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制让前后端的交互更流畅。码云镜像:https://gitee. ...|1428|2023-09-27|
|100|[Paving-Base/APK-Installer](https://github.com/Paving-Base/APK-Installer)|An Android Application Installer for Windows|1401|2024-02-09|
|101|[xiaoyaocz/biliuwp-lite](https://github.com/xiaoyaocz/biliuwp-lite)|哔哩哔哩UWP Lite|1400|2023-09-14|
|102|[dathlin/HslCommunication](https://github.com/dathlin/HslCommunication)|A very popular industrial Internet of Things communication plug-in. Using this dll can be very convenient, stable, and fast to obtain data from PLC equipment of multiple brands, and also supports redi ...|1392|2024-01-28|
|103|[Pathoschild/SMAPI](https://github.com/Pathoschild/SMAPI)|The modding API for Stardew Valley.|1379|2024-01-29|
|104|[dotnetcore/AgileConfig](https://github.com/dotnetcore/AgileConfig)|基于.NET Core开发的轻量级分布式配置中心 / .NET Core lightweight configuration server|1372|2024-02-06|
|105|[FastTunnel/FastTunnel](https://github.com/FastTunnel/FastTunnel)|expose a local server to the internet. 高性能跨平台的内网穿透解决方案 远程内网计算机 域名访问内网站点 反向代理内网服务 端口转发 http代理 |1371|2024-01-16|
|106|[Richasy/Bili.Copilot](https://github.com/Richasy/Bili.Copilot)|哔哩哔哩用户的个人助理|1369|2024-02-05|
|107|[dotnetcore/Natasha](https://github.com/dotnetcore/Natasha)|基于 Roslyn 的 C# 动态程序集构建库,该库允许开发者在运行时使用 C# 代码构建域 / 程序集 / 类 / 结构体 / 枚举 / 接口 / 方法等使得程序在运行的时候可以增加新的模块及功能。Natasha 集成了域管理/插件管理,可以实现域隔离,域卸载,热拔插等功能。 该库遵循完整的编译流程,提供完整的错误提示, 可自动添加引用,完善的数据结构构建模板让开发者只专注于程序集脚本的编写, ...|1367|2024-02-01|
|108|[2881099/FreeIM](https://github.com/2881099/FreeIM)|.NETCore websocket 实现简易、高性能、集群即时通讯组件,支持点对点通讯、群聊通讯、上线下线事件消息等众多实用性功能.|1360|2023-11-18|
|109|[WPFDevelopersOrg/WPFDevelopers](https://github.com/WPFDevelopersOrg/WPFDevelopers)|WPF Developers Daily Share 🎉Ongoing update.|1333|2024-02-05|
|110|[XINCGer/UnityToolchainsTrick](https://github.com/XINCGer/UnityToolchainsTrick)|提供一些UnityEditor工具链开发的常用小技巧与示例(Provides some common tips and examples for developing the UnityEditor toolchain)|1329|2024-01-06|
|111|[AlphaYu/adnc](https://github.com/AlphaYu/adnc)|.NET微服务/分布式开发框架,同时也适用于单体架构系统的开发。|1280|2024-01-16|
|112|[fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat)|可能是全网最完整的 C# 版微信 SDK封装全部已知的微信 API包含微信公众平台订阅号+服务号+小程序+小游戏+小商店+视频号)、微信开放平台、微信商户平台(微信支付+微企付)、企业微信、微信广告平台、微信智能对话开放平台等模块,可跨平台。持续随官方更新,欢迎 Star / Fork。QQ 交流群 875580418【满】、930461548。|1268|2024-02-07|
|113|[wangfreexx/wangfreexx-tianruoocr-cl-paddle](https://github.com/wangfreexx/wangfreexx-tianruoocr-cl-paddle)|天若ocr开源版本的本地版采用Chinese-lite和paddleocr识别框架|1253|2024-01-21|
|114|[pdone/FreeControl](https://github.com/pdone/FreeControl)|在PC上控制Android设备|1253|2024-01-26|
|115|[blogifierdotnet/Blogifier](https://github.com/blogifierdotnet/Blogifier)|Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.|1238|2023-10-24|
|116|[Meowv/Blog](https://github.com/Meowv/Blog)|🤣本项目有不同开发版本,最新版底层基于 abp vNext 搭建和免费开源跨平台框架 .NET5 进行开发,使用 MongoDB 存储数据Redis 缓存数据。项目采用前后端分离的模式进行开发API 遵循 RESTful 接口规范,页面使用 Blazor 进行开发,可作为 .NET Core 入门项目进行学习。If you liked `Blog` project or if it helpe ...|1233|2024-01-29|
|117|[IgorMundstein/WinMemoryCleaner](https://github.com/IgorMundstein/WinMemoryCleaner)|This free RAM cleaner uses native Windows features to optimize memory areas. It's a compact, portable, and smart application.|1229|2024-02-02|
|118|[real-zony/ZonyLrcToolsX](https://github.com/real-zony/ZonyLrcToolsX)|ZonyLrcToolsX 是一个能够方便地下载歌词的小软件。|1217|2023-12-22|
|119|[nkc3g4/wtg-assistant](https://github.com/nkc3g4/wtg-assistant)|Deploy Windows To Go on USB devices.|1203|2023-11-19|
|120|[yanghuan/CSharp.lua](https://github.com/yanghuan/CSharp.lua)|The C# to Lua compiler|1161|2024-02-02|
|121|[CrazyZhang666/GTA5OnlineTools](https://github.com/CrazyZhang666/GTA5OnlineTools)|GTA5线上小助手|1160|2024-02-04|
|122|[CHKZL/DDTV](https://github.com/CHKZL/DDTV)|可对阿B进行直播多窗口观看、开播提醒、自动录制、合并、转码的跨平台工具|1155|2024-02-08|
|123|[TastSong/CrazyCar](https://github.com/TastSong/CrazyCar)|网络联机游戏解决方案---Unity制作的联机赛车游戏服务端为SpringBoot + Mybatis Plus后台为Vue + Element游戏端采用QFramework框架Addressable+HybridCLR实现热更新支持KCP和WebSocket网络(商用级) |1125|2023-12-28|
|124|[foxofice/sub_share](https://github.com/foxofice/sub_share)|字幕共享计划|1117|2024-01-21|
|125|[arkypita/LaserGRBL](https://github.com/arkypita/LaserGRBL)|Laser optimized GUI for GRBL|1103|2024-02-06|
|126|[he55/DreamScene2](https://github.com/he55/DreamScene2)|一个小而快并且功能强大的 Windows 动态桌面软件|1054|2024-01-04|
|127|[CollapseLauncher/Collapse](https://github.com/CollapseLauncher/Collapse)|An Advanced Launcher for miHoYo Games|1052|2024-02-10|
|128|[starik222/BooruDatasetTagManager](https://github.com/starik222/BooruDatasetTagManager)|-|1048|2024-02-01|
|129|[copyliu/bililive_dm](https://github.com/copyliu/bililive_dm)|B站弹幕姬 - B站直播彈幕工具|1018|2024-01-30|
|130|[SuxueCode/WechatBakTool](https://github.com/SuxueCode/WechatBakTool)|基于C#的微信PC版聊天记录备份工具提供图形界面解密微信数据库并导出聊天记录。|990|2024-02-02|
|131|[HolographicHat/YaeAchievement](https://github.com/HolographicHat/YaeAchievement)|更快、更准的原神成就导出工具|971|2024-02-06|
|132|[kwsch/NHSE](https://github.com/kwsch/NHSE)|Animal Crossing: New Horizons save editor|966|2023-12-18|
|133|[bradymholt/cron-expression-descriptor](https://github.com/bradymholt/cron-expression-descriptor)|A .NET library that converts cron expressions into human readable descriptions.|948|2023-12-06|
|134|[xunkong/xunkong](https://github.com/xunkong/xunkong)|记录旅途中发生的事|944|2024-01-25|
|135|[chatop2020/AKStream](https://github.com/chatop2020/AKStream)|AKStream是一套全平台(Linux,MacOS,Windows)、全架构(X86_64,Arm...)、全功能的流媒体管理控制接口平台。集成GB28181,RTSP,RTMP,HTTP等设备推拉流控制、PTZ控制、音视频文件录制管理、音视频文件裁剪合并等功能与一体|938|2024-01-21|
|136|[bing-framework/Bing.NetCore](https://github.com/bing-framework/Bing.NetCore)|Bing是基于 .net core 3.1 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。|933|2023-12-26|
|137|[Valkirie/HandheldCompanion](https://github.com/Valkirie/HandheldCompanion)|ControllerService|903|2024-02-06|
|138|[IoTSharp/IoTSharp](https://github.com/IoTSharp/IoTSharp)|IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.|897|2024-01-22|
|139|[cxfksword/jellyfin-plugin-metashark](https://github.com/cxfksword/jellyfin-plugin-metashark)|jellyfin电影元数据插件|891|2024-02-07|
|140|[tmoonlight/NSmartProxy](https://github.com/tmoonlight/NSmartProxy)|NSmartProxy是一款开源的内网穿透工具。采用.NET CORE的全异步模式打造。(NSmartProxy is an open source reverse proxy tool that creates a secure tunnel from a public endpoint to a locally service.)|891|2023-09-01|
|141|[dotnetcore/FlubuCore](https://github.com/dotnetcore/FlubuCore)|A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.|890|2024-01-08|
|142|[shaked6540/YoutubePlaylistDownloader](https://github.com/shaked6540/YoutubePlaylistDownloader)|A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like|884|2024-02-01|
|143|[Misaka-Mikoto-Tech/MonoHook](https://github.com/Misaka-Mikoto-Tech/MonoHook)|hook C# method at runtime without modify dll file (such as UnityEditor.dll), works on Windows, Mac, Android il2cpp(armv7a and armv8a)|883|2023-09-22|
|144|[sdcb/PaddleSharp](https://github.com/sdcb/PaddleSharp)|.NET/C# binding for Baidu paddle inference library and PaddleOCR|882|2024-01-15|
|145|[aluxnimm/outlookcaldavsynchronizer](https://github.com/aluxnimm/outlookcaldavsynchronizer)|Sync Outlook with Google, SOGo, Nextcloud or any other CalDAV/CardDAV server|872|2024-01-25|
|146|[Panuon/Panuon.WPF.UI](https://github.com/Panuon/Panuon.WPF.UI)|Professional wpf ui library.|866|2024-02-01|
|147|[CoreUnion/CoreShop](https://github.com/CoreUnion/CoreShop)|基于 Asp.Net Core 7.0、Uni-App开发支持可视化布局的小程序商城系统前后端分离支持分布式部署跨平台运行拥有分销、代理、团购、拼团、秒杀、直播、优惠券、自定义表单等众多营销功能拥有完整SKU、下单、售后、物流流程。支持一套代码编译发布微信小程序版、H5版、Android版、iOS版、支付宝小程序版、字节跳动小程序版、QQ小程序版等共10个平台。|840|2024-02-03|
|148|[aliostad/CacheCow](https://github.com/aliostad/CacheCow)|An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server|840|2024-01-27|
|149|[kannagi0303/yt-dlp-gui](https://github.com/kannagi0303/yt-dlp-gui)|Windows GUI for yt-dlp|829|2023-11-17|
|150|[DawnFz/Genshin.Launcher.Plus](https://github.com/DawnFz/Genshin.Launcher.Plus)|[原神启动器Plus] lightweight globalized Genshin Impact launcher. Support arbitrarily resolution ratio, account switching, client convertion, FPS unlocking and more!|825|2023-10-16|
|151|[hey-hoho/ScheduleMasterCore](https://github.com/hey-hoho/ScheduleMasterCore)|This is a distributed task management system base on .Net Core platform .|824|2024-01-08|
|152|[CFPAOrg/Minecraft-Mod-Language-Package](https://github.com/CFPAOrg/Minecraft-Mod-Language-Package)|A language package for Minecraft Mods.|823|2024-02-10|
|153|[EllanJiang/StarForce](https://github.com/EllanJiang/StarForce)|This is a demo made with Game Framework.|800|2023-09-15|
|154|[NewLifeX/NewLife.Redis](https://github.com/NewLifeX/NewLife.Redis)|High performance redis client, support NETCore/. NET4. 0/. NET4. 5. It is specially optimized for big data and message queue. The average daily consumption of online single application is 10 billion. ...|797|2024-02-03|
|155|[shibayan/keyvault-acmebot](https://github.com/shibayan/keyvault-acmebot)|Automated ACME SSL/TLS certificates issuer for Azure Key Vault (App Gateway / Front Door / CDN / others)|795|2024-02-05|
|156|[Azure-Samples/Cognitive-Speech-TTS](https://github.com/Azure-Samples/Cognitive-Speech-TTS)|Microsoft Text-to-Speech API sample code in several languages, part of Cognitive Services.|788|2024-02-05|
|157|[abbaye/WpfHexEditorControl](https://github.com/abbaye/WpfHexEditorControl)|Wpf Hexeditor is a powerful and fully customisable user control for editing file or stream as hexadecimal, decimal and binary. Can be used in Wpf or WinForm application|787|2024-01-14|
|158|[ldqk0/Masuit.Tools](https://github.com/ldqk0/Masuit.Tools)|该仓库为 https://github.com/ldqk/Masuit.Tools 的镜像仓库代码更新存在较大的延迟。建议前往源仓库https://github.com/ldqk/Masuit.Tools|777|2023-12-29|
|159|[imchillin/Anamnesis](https://github.com/imchillin/Anamnesis)|A standalone tool that allows the user a greater degree of flexibility for making creative and interesting screenshots.|771|2024-01-16|
|160|[Ruben2776/PicView](https://github.com/Ruben2776/PicView)|Fast, free and customizable image viewer for Windows 10 and 11.|769|2024-02-10|
|161|[VictorTzeng/Zxw.Framework.NetCore](https://github.com/VictorTzeng/Zxw.Framework.NetCore)|基于EF Core的Code First模式的DotNetCore快速开发框架其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器也支持DB First、基于AspectCore的memcache和Redis缓存组件以及基于ICanPay的支付库和一些日常用的方法和扩展比如批量插入、更新、删除以及触发器支持当然还有demo。欢迎提交各 ...|768|2023-10-10|
|162|[JasonWei512/EnergyStarX](https://github.com/JasonWei512/EnergyStarX)|🔋 Improve your Windows 11 device's battery life. A WinUI 3 GUI for https://github.com/imbushuo/EnergyStar.|765|2024-02-10|
|163|[mili-tan/AuroraDNS.GUI](https://github.com/mili-tan/AuroraDNS.GUI)|纯净抗污染,简单轻量级|760|2023-12-20|
|164|[colinin/abp-next-admin](https://github.com/colinin/abp-next-admin)|这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目|758|2024-01-05|
|165|[besley/Slickflow](https://github.com/besley/Slickflow)|.NET Open Source Workflow Engine, .NET 开源工作流|756|2023-10-21|
|166|[dathlin/OpcUaHelper](https://github.com/dathlin/OpcUaHelper)|一个通用的opc ua客户端类库基于.net 4.6.1创建基于官方opc ua基金会跨平台库创建封装了节点读写批量节点读写引用读取特性读取历史数据读取方法调用节点订阅批量订阅等操作。还提供了一个节点浏览器工具。|755|2023-09-26|
|167|[zhuxb711/RX-Explorer](https://github.com/zhuxb711/RX-Explorer)|一款优雅的UWP文件管理器 An elegant UWP Explorer|750|2023-12-28|
|168|[lysilver/KopSoftWms](https://github.com/lysilver/KopSoftWms)|KopSoft仓库管理系统|734|2023-10-04|
|169|[MoocDownloader/MoocDownloader](https://github.com/MoocDownloader/MoocDownloader)|An MOOC downloader implemented by .NET. 一枚由 .NET 实现的 MOOC 下载器.|733|2023-11-27|
|170|[mob-sakai/UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension)|This package extends the UI of Unity Package Manager (UPM) for the packages installed from git repository.|731|2023-11-21|
|171|[OpportunityLiu/E-Viewer](https://github.com/OpportunityLiu/E-Viewer)|An UWP Client for https://e-hentai.org.|721|2023-10-30|
|172|[KumoKyaku/kcp](https://github.com/KumoKyaku/kcp)|KCP C#版。线程安全运行时无alloc对gc无压力。|720|2023-11-16|
|173|[ViewFaceCore/ViewFaceCore](https://github.com/ViewFaceCore/ViewFaceCore)|C# 超简单的离线人脸识别库。( 基于 SeetaFace6 )|710|2023-09-21|
|174|[iioter/iotgateway](https://github.com/iioter/iotgateway)|A cross-platform IoT gateway based on .net6. Through visual configuration, you can easily connect to any of your devices and systems (such as PLC, barcode scanner, CNC, database, serial device, host c ...|704|2024-01-18|
|175|[focus-creative-games/hybridclr_trial](https://github.com/focus-creative-games/hybridclr_trial)|HybridCLR 示例项目|698|2024-01-26|
|176|[DotNetNext/WebFirst](https://github.com/DotNetNext/WebFirst)|.NET CORE 代码生成器 Web中使用CodeFirst模式 实体 生成器UI代码 生成器在线建表PostgresSql生成器达梦生成器金仓生成器MySql生成器SQLServere生成器、Oracle生成器、Sqlite生成器、导出文档模版配置 WEB代码生成器 API代码生成器|695|2024-01-10|
|177|[duyanming/Viper](https://github.com/duyanming/Viper)|Viper 是一个基于Anno微服务引擎开发的Dashboard示例项目。Anno 底层通讯采用 grpc、thrift。自带服务发现、调用链追踪、Cron 调度、限流、事件总线等等|693|2023-12-23|
|178|[0x7c13/Pal3.Unity](https://github.com/0x7c13/Pal3.Unity)|The Legend of Sword and Fairy 3 (仙剑奇侠传三) & The Legend of Sword and Fairy 3 Gaiden: Wenqing Pian (仙剑奇侠传三外传:问情篇) re-implementation using C#/Unity|681|2024-01-29|
|179|[kendryte/nncase](https://github.com/kendryte/nncase)|Open deep learning compiler stack for Kendryte AI accelerator ✨|679|2024-02-08|
|180|[JasonMa0012/LWGUI](https://github.com/JasonMa0012/LWGUI)|A Lightweight, Flexible, Powerful Shader GUI System for Unity.|671|2024-02-01|
|181|[cyq1162/cyqdata](https://github.com/cyq1162/cyqdata)|cyq.data is a high-performance and the most powerful orm..NET 最好用的ORM数据层框架木有之一支持.NET所有版本、支持.NET Core所有版本SupportMssql、Mysql、Oracle、Sybase、Postgres、DB2、FireBird、Sqlite、DaMeng达梦、KingBaseES人大金仓、 ...|670|2024-02-04|
|182|[maximmax42/Discord-CustomRP](https://github.com/maximmax42/Discord-CustomRP)|Simple custom Rich Presence manager (Playing status) for Discord. Only supports Windows 7 and above. Features running on startup and minimizing to tray. Translated to multiple languages.|656|2024-02-04|
|183|[xianhc/apevolo-api](https://github.com/xianhc/apevolo-api)|基于 .Net 8 、SqlSugar、Vue、RBAC、前后端分离的开箱即用的企业级中后台管理系统|654|2024-02-06|
|184|[skyarkhangel/Hardcore-SK](https://github.com/skyarkhangel/Hardcore-SK)|Rimworld Hardcore SK project, our discord server:|632|2024-02-09|
|185|[dcsoft-yyf/JIEJIE.NET](https://github.com/dcsoft-yyf/JIEJIE.NET)|An open source tool to obfuscation .NET assembly file, help you protect your copyright. small,fast and powerfu.|631|2024-02-01|
|186|[RRQM/TouchSocket](https://github.com/RRQM/TouchSocket)|TouchSocket是.Net(包括 C# 、VB.Net、F#)的一个整合性的、超轻量级的网络通信框架。包含了 tcp、udp、ssl、http、websocket、rpc、jsonrpc、webapi、xmlrpc等一系列的通信模块。一键式解决 TCP 黏分包问题udp大数据包分片组合问题等。使用协议模板可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。|629|2024-02-05|
|187|[HMBSbige/BilibiliLiveRecordDownLoader](https://github.com/HMBSbige/BilibiliLiveRecordDownLoader)|Bilibili 直播录制|616|2024-02-07|
|188|[dathlin/HslControlsDemo](https://github.com/dathlin/HslControlsDemo)|HslControls控件库的使用demoHslControls是一个工业物联网的控件库基于C#开发配套HslCommunication组件可以实现工业上位机软件的快速开发支持常用的工业图形化控件快速的集成界面开发。 主要包含了按钮,开关,进度条,信号灯,数码管,时钟,曲线显示控件,仪表盘控件,管道控件,瓶子控件,饼图控件,传送带控件,温度计控件,鼓风机控件,阀门控件,电池控件等等。|608|2024-01-30|
|189|[pungin/Beanfun](https://github.com/pungin/Beanfun)|繽放 - 樂豆第三方客戶端|605|2024-01-03|
|190|[ModuleArt/quick-picture-viewer](https://github.com/ModuleArt/quick-picture-viewer)|🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.|597|2023-12-25|
|191|[chummer5a/chummer5a](https://github.com/chummer5a/chummer5a)|Character generator for Shadowrun 5th edition|597|2024-01-29|
|192|[redis-windows/redis-windows](https://github.com/redis-windows/redis-windows)|Redis 6.0.20 6.2.14 7.0.15 for Windows|596|2024-01-11|
|193|[yuzd/Hangfire.HttpJob](https://github.com/yuzd/Hangfire.HttpJob)|httpjob for Hangfire,restful api for Hangfire,job调度与业务分离|594|2024-01-10|
|194|[SaiTingHu/HTFramework](https://github.com/SaiTingHu/HTFramework)|Unity HTFramework, a rapid development framework of client to the unity.|587|2024-01-09|
|195|[pierre3/PlantUmlClassDiagramGenerator](https://github.com/pierre3/PlantUmlClassDiagramGenerator)|This is a generator to create a class-diagram of PlantUML from the C# source code.|586|2024-02-04|
|196|[qwqdanchun/Pillager](https://github.com/qwqdanchun/Pillager)|Pillager是一个适用于后渗透期间的信息收集工具|574|2024-02-10|
|197|[leeveel/GeekServer](https://github.com/leeveel/GeekServer)|基于.Netcore的开发效率高性能强跨平台持久化层透明支持不停服热更新的游戏服务器。Best for your unity game server!|570|2024-01-08|
|198|[2394425147/maipaddx](https://github.com/2394425147/maipaddx)|-|569|2024-02-02|
|199|[chenxuuu/llcom](https://github.com/chenxuuu/llcom)|🛠功能强大的串口工具。支持Lua自动化处理、串口调试、串口监听、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能|569|2023-12-13|
|200|[dotnetcore/CanalSharp](https://github.com/dotnetcore/CanalSharp)| Alibaba mysql database binlog subscription & consumer components Canal's .NET client.|561|2024-01-11|
|45|[Planshit/Tai](https://github.com/Planshit/Tai)|👻 在Windows上统计软件使用时长和网站浏览时长|3287|2023-12-28|
|46|[nilaoda/N_m3u8DL-RE](https://github.com/nilaoda/N_m3u8DL-RE)|Cross-Platform, modern and powerful stream downloader for MPD/M3U8/ISM. English/简体中文/繁體中文. |3059|2024-01-09|
|47|[SciSharp/TensorFlow.NET](https://github.com/SciSharp/TensorFlow.NET)|.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.|3044|2023-11-13|
|48|[JavScraper/Emby.Plugins.JavScraper](https://github.com/JavScraper/Emby.Plugins.JavScraper)|Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。|3023|2024-02-11|
|49|[wolfgarbe/SymSpell](https://github.com/wolfgarbe/SymSpell)|SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm|2991|2024-02-05|
|50|[MicaForEveryone/MicaForEveryone](https://github.com/MicaForEveryone/MicaForEveryone)|Mica For Everyone is a tool to enable backdrop effects on the title bars of Win32 apps on Windows 11.|2976|2024-01-29|
|51|[ThePBone/GalaxyBudsClient](https://github.com/ThePBone/GalaxyBudsClient)|Unofficial Galaxy Buds Manager for Windows and Linux|2957|2024-02-11|
|52|[DGP-Studio/Snap.Hutao](https://github.com/DGP-Studio/Snap.Hutao)|实用的开源多功能原神工具箱 🧰 / Multifunctional Open-Source Genshin Impact Toolkit 🧰|2930|2024-02-10|
|53|[Ourpalm/ILRuntime](https://github.com/Ourpalm/ILRuntime)|Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible. |2913|2024-01-29|
|54|[XCharts-Team/XCharts](https://github.com/XCharts-Team/XCharts)|A charting and data visualization library for Unity. Unity数据可视化图表插件。 |2892|2024-02-01|
|55|[emoacht/Monitorian](https://github.com/emoacht/Monitorian)|A Windows desktop tool to adjust the brightness of multiple monitors with ease|2805|2024-02-09|
|56|[focus-creative-games/luban](https://github.com/focus-creative-games/luban)|luban是一个强大、易用、优雅、稳定的游戏配置解决方案。luban is a powerful, easy-to-use, elegant and stable game configuration solution. |2781|2024-02-04|
|57|[1Remote/1Remote](https://github.com/1Remote/1Remote)|One Remote Access Manager to Rule Them All|2696|2024-02-04|
|58|[HMBSbige/NatTypeTester](https://github.com/HMBSbige/NatTypeTester)|测试当前网络的 NAT 类型STUN|2685|2024-02-10|
|59|[dotnetcore/osharp](https://github.com/dotnetcore/osharp)|OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。|2657|2024-01-12|
|60|[Danily07/Translumo](https://github.com/Danily07/Translumo)|Advanced real-time screen translator for games, hardcoded subtitles in videos, static text and etc.|2487|2024-01-15|
|61|[1y0n/AV_Evasion_Tool](https://github.com/1y0n/AV_Evasion_Tool)|掩日 - 免杀执行器生成工具|2487|2023-12-08|
|62|[goatcorp/FFXIVQuickLauncher](https://github.com/goatcorp/FFXIVQuickLauncher)|Custom launcher for FFXIV|2454|2024-02-11|
|63|[samhocevar/wincompose](https://github.com/samhocevar/wincompose)|🔣 Compose Key for Windows|2447|2024-01-09|
|64|[xasset/xasset](https://github.com/xasset/xasset)|专业 Unity 资产系统。提供开箱即用的资产打包、分包、加密、热更和加载等技术方案。让 Unity 项目开发更轻松!|2411|2023-12-11|
|65|[Scighost/Starward](https://github.com/Scighost/Starward)|Game Launcher for miHoYo - 米家游戏启动器|2393|2024-02-03|
|66|[OpenTabletDriver/OpenTabletDriver](https://github.com/OpenTabletDriver/OpenTabletDriver)|Open source, cross-platform, user-mode tablet driver|2361|2024-02-10|
|67|[liukuo362573/YiShaAdmin](https://github.com/liukuo362573/YiShaAdmin)|基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观|2282|2023-12-08|
|68|[babalae/better-genshin-impact](https://github.com/babalae/better-genshin-impact)|🍨BetterGI · 更好的原神 - 自动拾取 自动剧情 全自动钓鱼(AI) 全自动七圣召唤 自动伐木 快速传送 自动秘境 - UI Automation Testing Tools For Genshin Impact|2276|2024-02-10|
|69|[metatube-community/jellyfin-plugin-metatube](https://github.com/metatube-community/jellyfin-plugin-metatube)|MetaTube Plugin for Jellyfin/Emby|2239|2024-02-05|
|70|[dremin/RetroBar](https://github.com/dremin/RetroBar)|Classic Windows 95, 98, Me, 2000, XP, Vista taskbar for modern versions of Windows|2212|2024-02-01|
|71|[stevencohn/OneMore](https://github.com/stevencohn/OneMore)|A OneNote add-in with simple, yet powerful and useful features|2125|2024-02-11|
|72|[apache/lucenenet](https://github.com/apache/lucenenet)|Apache Lucene.NET|2107|2024-02-10|
|73|[MonkSoul/Furion](https://github.com/MonkSoul/Furion)|Make .NET development easier, more versatile, and more popular.|2065|2024-02-06|
|74|[LykosAI/StabilityMatrix](https://github.com/LykosAI/StabilityMatrix)|Multi-Platform Package Manager for Stable Diffusion|2057|2024-02-10|
|75|[skydevil88/XboxDownload](https://github.com/skydevil88/XboxDownload)|Xbox下载助手支持Xbox、微软商店、PS、NS、EA app & Origin、战网国际服、Epic、育碧、Riot Games下载加速。|2049|2024-02-03|
|76|[dotnetcore/Magicodes.IE](https://github.com/dotnetcore/Magicodes.IE)|Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.|2004|2024-02-01|
|77|[morkt/GARbro](https://github.com/morkt/GARbro)|Visual Novels resource browser|1996|2024-02-08|
|78|[qiankanglai/LoopScrollRect](https://github.com/qiankanglai/LoopScrollRect)|These scripts will make your UGUI ScrollRect reusing cells, to improve performance, loading time and draw calls.|1987|2023-08-24|
|79|[Tencent/InjectFix](https://github.com/Tencent/InjectFix)|InjectFix is a hot-fix solution library for Unity|1912|2023-10-31|
|80|[yhuse/SunnyUI](https://github.com/yhuse/SunnyUI)|SunnyUI.Net, 基于.Net 4.0+、.Net 6 框架的 C# WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。|1821|2024-01-27|
|81|[leinlin/Miku-LuaProfiler](https://github.com/leinlin/Miku-LuaProfiler)|-|1817|2024-02-02|
|82|[JasonXuDeveloper/JEngine](https://github.com/JasonXuDeveloper/JEngine)|The solution that allows unity games to update in runtime. 使Unity开发的游戏支持热更新的解决方案。|1816|2023-10-20|
|83|[jie65535/GrasscutterCommandGenerator](https://github.com/jie65535/GrasscutterCommandGenerator)|Command Generator and Gacha Banner Editor|1788|2023-11-12|
|84|[vovgou/loxodon-framework](https://github.com/vovgou/loxodon-framework)|An MVVM & Databinding framework that can use C# and Lua to develop games|1761|2024-01-10|
|85|[dotnet-presentations/dotnet-maui-workshop](https://github.com/dotnet-presentations/dotnet-maui-workshop)|A full day workshop (.NET MAUI Workshop in a Box) on how to build apps with .NET MAUI for iOS, Android, macOS, and Windows|1696|2024-02-02|
|86|[NewLifeX/X](https://github.com/NewLifeX/X)|Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance ...|1693|2024-02-02|
|87|[prime31/Nez](https://github.com/prime31/Nez)|Nez is a free 2D focused framework that works with MonoGame and FNA|1686|2024-02-07|
|88|[essensoft/paylink](https://github.com/essensoft/paylink)|一套基于 .NET Core 开发的支付SDK集它极大简化了API调用及通知的处理流程。|1676|2023-12-16|
|89|[microsoft/Recognizers-Text](https://github.com/microsoft/Recognizers-Text)|Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, date/time, etc. in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Pa ...|1636|2023-11-15|
|90|[Archeb/opentrace](https://github.com/Archeb/opentrace)|A cross-platform GUI wrapper for NextTrace. Bringing you the familiar traceroute experience. OpenTrace 是 NextTrace 的跨平台 GUI 界面,带来您熟悉但更强大的用户体验。|1635|2023-12-14|
|91|[OkGoDoIt/OpenAI-API-dotnet](https://github.com/OkGoDoIt/OpenAI-API-dotnet)|An unofficial C#/.NET SDK for accessing the OpenAI GPT-3 API|1596|2024-02-07|
|92|[m969/EGamePlay](https://github.com/m969/EGamePlay)|一个基于Entity-Component模式的灵活、通用、可扩展的轻量战斗技能框架配置可选使用ScriptableObject或是Excel表格. A flexible, generic, easy to extend, lightweight combat (skills) framework based on Entity-Component pattern. Configuration ...|1595|2024-02-06|
|93|[AlexanderPro/SmartSystemMenu](https://github.com/AlexanderPro/SmartSystemMenu)|SmartSystemMenu extends system menu of all windows in the system|1574|2023-09-23|
|94|[BookerLiu/GeekDesk](https://github.com/BookerLiu/GeekDesk)|🔥小巧、美观的桌面快速启动工具 Small, beautiful desktop quickstart management tool with integrated Everything search|1547|2024-01-02|
|95|[gusmanb/logicanalyzer](https://github.com/gusmanb/logicanalyzer)|24 channel, 100Msps logic analyzer hardware and software|1523|2023-10-24|
|96|[jitwxs/163MusicLyrics](https://github.com/jitwxs/163MusicLyrics)|Windows 云音乐歌词获取【网易云、QQ音乐】|1513|2023-11-20|
|97|[itext/itext7-dotnet](https://github.com/itext/itext7-dotnet)|iText for .NET is the .NET version of the iText library, formerly known as iTextSharp, which it replaces. iText represents the next level of SDKs for developers that want to take advantage of the bene ...|1480|2024-02-09|
|98|[MCCTeam/Minecraft-Console-Client](https://github.com/MCCTeam/Minecraft-Console-Client)|Lightweight console for Minecraft chat and automated scripts|1475|2024-02-11|
|99|[bbepis/XUnity.AutoTranslator](https://github.com/bbepis/XUnity.AutoTranslator)|-|1457|2024-02-07|
|100|[lampo1024/DncZeus](https://github.com/lampo1024/DncZeus)|DncZeus 是一个基于.NET 7 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET 7 + EF Core构建UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制让前后端的交互更流畅。码云镜像:https://gitee. ...|1428|2023-09-27|
|101|[Paving-Base/APK-Installer](https://github.com/Paving-Base/APK-Installer)|An Android Application Installer for Windows|1401|2024-02-11|
|102|[xiaoyaocz/biliuwp-lite](https://github.com/xiaoyaocz/biliuwp-lite)|哔哩哔哩UWP Lite|1400|2023-09-14|
|103|[dathlin/HslCommunication](https://github.com/dathlin/HslCommunication)|A very popular industrial Internet of Things communication plug-in. Using this dll can be very convenient, stable, and fast to obtain data from PLC equipment of multiple brands, and also supports redi ...|1392|2024-01-28|
|104|[Pathoschild/SMAPI](https://github.com/Pathoschild/SMAPI)|The modding API for Stardew Valley.|1379|2024-01-29|
|105|[Richasy/Bili.Copilot](https://github.com/Richasy/Bili.Copilot)|哔哩哔哩用户的个人助理|1375|2024-02-05|
|106|[dotnetcore/AgileConfig](https://github.com/dotnetcore/AgileConfig)|基于.NET Core开发的轻量级分布式配置中心 / .NET Core lightweight configuration server|1373|2024-02-06|
|107|[FastTunnel/FastTunnel](https://github.com/FastTunnel/FastTunnel)|expose a local server to the internet. 高性能跨平台的内网穿透解决方案 远程内网计算机 域名访问内网站点 反向代理内网服务 端口转发 http代理 |1371|2024-01-16|
|108|[dotnetcore/Natasha](https://github.com/dotnetcore/Natasha)|基于 Roslyn 的 C# 动态程序集构建库,该库允许开发者在运行时使用 C# 代码构建域 / 程序集 / 类 / 结构体 / 枚举 / 接口 / 方法等使得程序在运行的时候可以增加新的模块及功能。Natasha 集成了域管理/插件管理,可以实现域隔离,域卸载,热拔插等功能。 该库遵循完整的编译流程,提供完整的错误提示, 可自动添加引用,完善的数据结构构建模板让开发者只专注于程序集脚本的编写, ...|1367|2024-02-01|
|109|[2881099/FreeIM](https://github.com/2881099/FreeIM)|.NETCore websocket 实现简易、高性能、集群即时通讯组件,支持点对点通讯、群聊通讯、上线下线事件消息等众多实用性功能.|1360|2023-11-18|
|110|[WPFDevelopersOrg/WPFDevelopers](https://github.com/WPFDevelopersOrg/WPFDevelopers)|WPF Developers Daily Share 🎉Ongoing update.|1333|2024-02-05|
|111|[XINCGer/UnityToolchainsTrick](https://github.com/XINCGer/UnityToolchainsTrick)|提供一些UnityEditor工具链开发的常用小技巧与示例(Provides some common tips and examples for developing the UnityEditor toolchain)|1329|2024-01-06|
|112|[AlphaYu/adnc](https://github.com/AlphaYu/adnc)|.NET微服务/分布式开发框架,同时也适用于单体架构系统的开发。|1280|2024-01-16|
|113|[fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat)|可能是全网最完整的 C# 版微信 SDK封装全部已知的微信 API包含微信公众平台订阅号+服务号+小程序+小游戏+小商店+视频号)、微信开放平台、微信商户平台(微信支付+微企付)、企业微信、微信广告平台、微信智能对话开放平台等模块,可跨平台。持续随官方更新,欢迎 Star / Fork。QQ 交流群 875580418【满】、930461548。|1269|2024-02-07|
|114|[wangfreexx/wangfreexx-tianruoocr-cl-paddle](https://github.com/wangfreexx/wangfreexx-tianruoocr-cl-paddle)|天若ocr开源版本的本地版采用Chinese-lite和paddleocr识别框架|1254|2024-01-21|
|115|[pdone/FreeControl](https://github.com/pdone/FreeControl)|在PC上控制Android设备|1253|2024-01-26|
|116|[blogifierdotnet/Blogifier](https://github.com/blogifierdotnet/Blogifier)|Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.|1239|2023-10-24|
|117|[Meowv/Blog](https://github.com/Meowv/Blog)|🤣本项目有不同开发版本,最新版底层基于 abp vNext 搭建和免费开源跨平台框架 .NET5 进行开发,使用 MongoDB 存储数据Redis 缓存数据。项目采用前后端分离的模式进行开发API 遵循 RESTful 接口规范,页面使用 Blazor 进行开发,可作为 .NET Core 入门项目进行学习。If you liked `Blog` project or if it helpe ...|1233|2024-01-29|
|118|[IgorMundstein/WinMemoryCleaner](https://github.com/IgorMundstein/WinMemoryCleaner)|This free RAM cleaner uses native Windows features to optimize memory areas. It's a compact, portable, and smart application.|1228|2024-02-02|
|119|[real-zony/ZonyLrcToolsX](https://github.com/real-zony/ZonyLrcToolsX)|ZonyLrcToolsX 是一个能够方便地下载歌词的小软件。|1217|2023-12-22|
|120|[nkc3g4/wtg-assistant](https://github.com/nkc3g4/wtg-assistant)|Deploy Windows To Go on USB devices.|1204|2023-11-19|
|121|[CrazyZhang666/GTA5OnlineTools](https://github.com/CrazyZhang666/GTA5OnlineTools)|GTA5线上小助手|1161|2024-02-04|
|122|[yanghuan/CSharp.lua](https://github.com/yanghuan/CSharp.lua)|The C# to Lua compiler|1161|2024-02-02|
|123|[CHKZL/DDTV](https://github.com/CHKZL/DDTV)|可对阿B进行直播多窗口观看、开播提醒、自动录制、合并、转码的跨平台工具|1156|2024-02-08|
|124|[TastSong/CrazyCar](https://github.com/TastSong/CrazyCar)|网络联机游戏解决方案---Unity制作的联机赛车游戏服务端为SpringBoot + Mybatis Plus后台为Vue + Element游戏端采用QFramework框架Addressable+HybridCLR实现热更新支持KCP和WebSocket网络(商用级) |1125|2023-12-28|
|125|[foxofice/sub_share](https://github.com/foxofice/sub_share)|字幕共享计划|1117|2024-01-21|
|126|[arkypita/LaserGRBL](https://github.com/arkypita/LaserGRBL)|Laser optimized GUI for GRBL|1103|2024-02-06|
|127|[he55/DreamScene2](https://github.com/he55/DreamScene2)|一个小而快并且功能强大的 Windows 动态桌面软件|1054|2024-01-04|
|128|[CollapseLauncher/Collapse](https://github.com/CollapseLauncher/Collapse)|An Advanced Launcher for miHoYo Games|1054|2024-02-11|
|129|[starik222/BooruDatasetTagManager](https://github.com/starik222/BooruDatasetTagManager)|-|1049|2024-02-01|
|130|[copyliu/bililive_dm](https://github.com/copyliu/bililive_dm)|B站弹幕姬 - B站直播彈幕工具|1019|2024-01-30|
|131|[SuxueCode/WechatBakTool](https://github.com/SuxueCode/WechatBakTool)|基于C#的微信PC版聊天记录备份工具提供图形界面解密微信数据库并导出聊天记录。|992|2024-02-02|
|132|[HolographicHat/YaeAchievement](https://github.com/HolographicHat/YaeAchievement)|更快、更准的原神成就导出工具|972|2024-02-06|
|133|[kwsch/NHSE](https://github.com/kwsch/NHSE)|Animal Crossing: New Horizons save editor|966|2023-12-18|
|134|[bradymholt/cron-expression-descriptor](https://github.com/bradymholt/cron-expression-descriptor)|A .NET library that converts cron expressions into human readable descriptions.|948|2023-12-06|
|135|[xunkong/xunkong](https://github.com/xunkong/xunkong)|记录旅途中发生的事|944|2024-01-25|
|136|[chatop2020/AKStream](https://github.com/chatop2020/AKStream)|AKStream是一套全平台(Linux,MacOS,Windows)、全架构(X86_64,Arm...)、全功能的流媒体管理控制接口平台。集成GB28181,RTSP,RTMP,HTTP等设备推拉流控制、PTZ控制、音视频文件录制管理、音视频文件裁剪合并等功能与一体|938|2024-01-21|
|137|[bing-framework/Bing.NetCore](https://github.com/bing-framework/Bing.NetCore)|Bing是基于 .net core 3.1 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。|933|2023-12-26|
|138|[Valkirie/HandheldCompanion](https://github.com/Valkirie/HandheldCompanion)|ControllerService|904|2024-02-06|
|139|[IoTSharp/IoTSharp](https://github.com/IoTSharp/IoTSharp)|IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.|897|2024-01-22|
|140|[cxfksword/jellyfin-plugin-metashark](https://github.com/cxfksword/jellyfin-plugin-metashark)|jellyfin电影元数据插件|892|2024-02-07|
|141|[tmoonlight/NSmartProxy](https://github.com/tmoonlight/NSmartProxy)|NSmartProxy是一款开源的内网穿透工具。采用.NET CORE的全异步模式打造。(NSmartProxy is an open source reverse proxy tool that creates a secure tunnel from a public endpoint to a locally service.)|891|2023-09-01|
|142|[dotnetcore/FlubuCore](https://github.com/dotnetcore/FlubuCore)|A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.|890|2024-01-08|
|143|[shaked6540/YoutubePlaylistDownloader](https://github.com/shaked6540/YoutubePlaylistDownloader)|A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like|889|2024-02-01|
|144|[sdcb/PaddleSharp](https://github.com/sdcb/PaddleSharp)|.NET/C# binding for Baidu paddle inference library and PaddleOCR|883|2024-01-15|
|145|[Misaka-Mikoto-Tech/MonoHook](https://github.com/Misaka-Mikoto-Tech/MonoHook)|hook C# method at runtime without modify dll file (such as UnityEditor.dll), works on Windows, Mac, Android il2cpp(armv7a and armv8a)|883|2023-09-22|
|146|[aluxnimm/outlookcaldavsynchronizer](https://github.com/aluxnimm/outlookcaldavsynchronizer)|Sync Outlook with Google, SOGo, Nextcloud or any other CalDAV/CardDAV server|873|2024-01-25|
|147|[Panuon/Panuon.WPF.UI](https://github.com/Panuon/Panuon.WPF.UI)|Professional wpf ui library.|866|2024-02-01|
|148|[CoreUnion/CoreShop](https://github.com/CoreUnion/CoreShop)|基于 Asp.Net Core 7.0、Uni-App开发支持可视化布局的小程序商城系统前后端分离支持分布式部署跨平台运行拥有分销、代理、团购、拼团、秒杀、直播、优惠券、自定义表单等众多营销功能拥有完整SKU、下单、售后、物流流程。支持一套代码编译发布微信小程序版、H5版、Android版、iOS版、支付宝小程序版、字节跳动小程序版、QQ小程序版等共10个平台。|840|2024-02-03|
|149|[aliostad/CacheCow](https://github.com/aliostad/CacheCow)|An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server|840|2024-01-27|
|150|[kannagi0303/yt-dlp-gui](https://github.com/kannagi0303/yt-dlp-gui)|Windows GUI for yt-dlp|830|2023-11-17|
|151|[DawnFz/Genshin.Launcher.Plus](https://github.com/DawnFz/Genshin.Launcher.Plus)|[原神启动器Plus] lightweight globalized Genshin Impact launcher. Support arbitrarily resolution ratio, account switching, client convertion, FPS unlocking and more!|826|2023-10-16|
|152|[hey-hoho/ScheduleMasterCore](https://github.com/hey-hoho/ScheduleMasterCore)|This is a distributed task management system base on .Net Core platform .|825|2024-01-08|
|153|[CFPAOrg/Minecraft-Mod-Language-Package](https://github.com/CFPAOrg/Minecraft-Mod-Language-Package)|A language package for Minecraft Mods.|823|2024-02-11|
|154|[EllanJiang/StarForce](https://github.com/EllanJiang/StarForce)|This is a demo made with Game Framework.|800|2023-09-15|
|155|[NewLifeX/NewLife.Redis](https://github.com/NewLifeX/NewLife.Redis)|High performance redis client, support NETCore/. NET4. 0/. NET4. 5. It is specially optimized for big data and message queue. The average daily consumption of online single application is 10 billion. ...|797|2024-02-03|
|156|[shibayan/keyvault-acmebot](https://github.com/shibayan/keyvault-acmebot)|Automated ACME SSL/TLS certificates issuer for Azure Key Vault (App Gateway / Front Door / CDN / others)|795|2024-02-05|
|157|[Azure-Samples/Cognitive-Speech-TTS](https://github.com/Azure-Samples/Cognitive-Speech-TTS)|Microsoft Text-to-Speech API sample code in several languages, part of Cognitive Services.|789|2024-02-05|
|158|[abbaye/WpfHexEditorControl](https://github.com/abbaye/WpfHexEditorControl)|Wpf Hexeditor is a powerful and fully customisable user control for editing file or stream as hexadecimal, decimal and binary. Can be used in Wpf or WinForm application|788|2024-01-14|
|159|[ldqk0/Masuit.Tools](https://github.com/ldqk0/Masuit.Tools)|该仓库为 https://github.com/ldqk/Masuit.Tools 的镜像仓库代码更新存在较大的延迟。建议前往源仓库https://github.com/ldqk/Masuit.Tools|777|2023-12-29|
|160|[imchillin/Anamnesis](https://github.com/imchillin/Anamnesis)|A standalone tool that allows the user a greater degree of flexibility for making creative and interesting screenshots.|771|2024-01-16|
|161|[Ruben2776/PicView](https://github.com/Ruben2776/PicView)|Fast, free and customizable image viewer for Windows 10 and 11.|769|2024-02-10|
|162|[VictorTzeng/Zxw.Framework.NetCore](https://github.com/VictorTzeng/Zxw.Framework.NetCore)|基于EF Core的Code First模式的DotNetCore快速开发框架其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器也支持DB First、基于AspectCore的memcache和Redis缓存组件以及基于ICanPay的支付库和一些日常用的方法和扩展比如批量插入、更新、删除以及触发器支持当然还有demo。欢迎提交各 ...|768|2023-10-10|
|163|[JasonWei512/EnergyStarX](https://github.com/JasonWei512/EnergyStarX)|🔋 Improve your Windows 11 device's battery life. A WinUI 3 GUI for https://github.com/imbushuo/EnergyStar.|766|2024-02-11|
|164|[mili-tan/AuroraDNS.GUI](https://github.com/mili-tan/AuroraDNS.GUI)|纯净抗污染,简单轻量级|761|2023-12-20|
|165|[colinin/abp-next-admin](https://github.com/colinin/abp-next-admin)|这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目|758|2024-01-05|
|166|[besley/Slickflow](https://github.com/besley/Slickflow)|.NET Open Source Workflow Engine, .NET 开源工作流|756|2023-10-21|
|167|[dathlin/OpcUaHelper](https://github.com/dathlin/OpcUaHelper)|一个通用的opc ua客户端类库基于.net 4.6.1创建基于官方opc ua基金会跨平台库创建封装了节点读写批量节点读写引用读取特性读取历史数据读取方法调用节点订阅批量订阅等操作。还提供了一个节点浏览器工具。|755|2023-09-26|
|168|[zhuxb711/RX-Explorer](https://github.com/zhuxb711/RX-Explorer)|一款优雅的UWP文件管理器 An elegant UWP Explorer|749|2023-12-28|
|169|[lysilver/KopSoftWms](https://github.com/lysilver/KopSoftWms)|KopSoft仓库管理系统|734|2023-10-04|
|170|[MoocDownloader/MoocDownloader](https://github.com/MoocDownloader/MoocDownloader)|An MOOC downloader implemented by .NET. 一枚由 .NET 实现的 MOOC 下载器.|733|2023-11-27|
|171|[mob-sakai/UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension)|This package extends the UI of Unity Package Manager (UPM) for the packages installed from git repository.|731|2023-11-21|
|172|[OpportunityLiu/E-Viewer](https://github.com/OpportunityLiu/E-Viewer)|An UWP Client for https://e-hentai.org.|721|2023-10-30|
|173|[KumoKyaku/kcp](https://github.com/KumoKyaku/kcp)|KCP C#版。线程安全运行时无alloc对gc无压力。|720|2023-11-16|
|174|[ViewFaceCore/ViewFaceCore](https://github.com/ViewFaceCore/ViewFaceCore)|C# 超简单的离线人脸识别库。( 基于 SeetaFace6 )|710|2023-09-21|
|175|[iioter/iotgateway](https://github.com/iioter/iotgateway)|A cross-platform IoT gateway based on .net6. Through visual configuration, you can easily connect to any of your devices and systems (such as PLC, barcode scanner, CNC, database, serial device, host c ...|704|2024-01-18|
|176|[focus-creative-games/hybridclr_trial](https://github.com/focus-creative-games/hybridclr_trial)|HybridCLR 示例项目|698|2024-01-26|
|177|[DotNetNext/WebFirst](https://github.com/DotNetNext/WebFirst)|.NET CORE 代码生成器 Web中使用CodeFirst模式 实体 生成器UI代码 生成器在线建表PostgresSql生成器达梦生成器金仓生成器MySql生成器SQLServere生成器、Oracle生成器、Sqlite生成器、导出文档模版配置 WEB代码生成器 API代码生成器|695|2024-01-10|
|178|[duyanming/Viper](https://github.com/duyanming/Viper)|Viper 是一个基于Anno微服务引擎开发的Dashboard示例项目。Anno 底层通讯采用 grpc、thrift。自带服务发现、调用链追踪、Cron 调度、限流、事件总线等等|693|2023-12-23|
|179|[0x7c13/Pal3.Unity](https://github.com/0x7c13/Pal3.Unity)|The Legend of Sword and Fairy 3 (仙剑奇侠传三) & The Legend of Sword and Fairy 3 Gaiden: Wenqing Pian (仙剑奇侠传三外传:问情篇) re-implementation using C#/Unity|682|2024-01-29|
|180|[kendryte/nncase](https://github.com/kendryte/nncase)|Open deep learning compiler stack for Kendryte AI accelerator ✨|679|2024-02-08|
|181|[JasonMa0012/LWGUI](https://github.com/JasonMa0012/LWGUI)|A Lightweight, Flexible, Powerful Shader GUI System for Unity.|671|2024-02-01|
|182|[cyq1162/cyqdata](https://github.com/cyq1162/cyqdata)|cyq.data is a high-performance and the most powerful orm..NET 最好用的ORM数据层框架木有之一支持.NET所有版本、支持.NET Core所有版本SupportMssql、Mysql、Oracle、Sybase、Postgres、DB2、FireBird、Sqlite、DaMeng达梦、KingBaseES人大金仓、 ...|670|2024-02-04|
|183|[maximmax42/Discord-CustomRP](https://github.com/maximmax42/Discord-CustomRP)|Simple custom Rich Presence manager (Playing status) for Discord. Only supports Windows 7 and above. Features running on startup and minimizing to tray. Translated to multiple languages.|657|2024-02-04|
|184|[xianhc/apevolo-api](https://github.com/xianhc/apevolo-api)|基于 .Net 8 、SqlSugar、Vue、RBAC、前后端分离的开箱即用的企业级中后台管理系统|654|2024-02-06|
|185|[dcsoft-yyf/JIEJIE.NET](https://github.com/dcsoft-yyf/JIEJIE.NET)|An open source tool to obfuscation .NET assembly file, help you protect your copyright. small,fast and powerfu.|632|2024-02-01|
|186|[skyarkhangel/Hardcore-SK](https://github.com/skyarkhangel/Hardcore-SK)|Rimworld Hardcore SK project, our discord server:|631|2024-02-11|
|187|[RRQM/TouchSocket](https://github.com/RRQM/TouchSocket)|TouchSocket是.Net(包括 C# 、VB.Net、F#)的一个整合性的、超轻量级的网络通信框架。包含了 tcp、udp、ssl、http、websocket、rpc、jsonrpc、webapi、xmlrpc等一系列的通信模块。一键式解决 TCP 黏分包问题udp大数据包分片组合问题等。使用协议模板可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。|630|2024-02-11|
|188|[HMBSbige/BilibiliLiveRecordDownLoader](https://github.com/HMBSbige/BilibiliLiveRecordDownLoader)|Bilibili 直播录制|616|2024-02-07|
|189|[dathlin/HslControlsDemo](https://github.com/dathlin/HslControlsDemo)|HslControls控件库的使用demoHslControls是一个工业物联网的控件库基于C#开发配套HslCommunication组件可以实现工业上位机软件的快速开发支持常用的工业图形化控件快速的集成界面开发。 主要包含了按钮,开关,进度条,信号灯,数码管,时钟,曲线显示控件,仪表盘控件,管道控件,瓶子控件,饼图控件,传送带控件,温度计控件,鼓风机控件,阀门控件,电池控件等等。|608|2024-01-30|
|190|[pungin/Beanfun](https://github.com/pungin/Beanfun)|繽放 - 樂豆第三方客戶端|605|2024-01-03|
|191|[redis-windows/redis-windows](https://github.com/redis-windows/redis-windows)|Redis 6.0.20 6.2.14 7.0.15 for Windows|597|2024-01-11|
|192|[ModuleArt/quick-picture-viewer](https://github.com/ModuleArt/quick-picture-viewer)|🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.|597|2023-12-25|
|193|[chummer5a/chummer5a](https://github.com/chummer5a/chummer5a)|Character generator for Shadowrun 5th edition|597|2024-02-11|
|194|[yuzd/Hangfire.HttpJob](https://github.com/yuzd/Hangfire.HttpJob)|httpjob for Hangfire,restful api for Hangfire,job调度与业务分离|594|2024-01-10|
|195|[SaiTingHu/HTFramework](https://github.com/SaiTingHu/HTFramework)|Unity HTFramework, a rapid development framework of client to the unity.|587|2024-01-09|
|196|[pierre3/PlantUmlClassDiagramGenerator](https://github.com/pierre3/PlantUmlClassDiagramGenerator)|This is a generator to create a class-diagram of PlantUML from the C# source code.|586|2024-02-04|
|197|[qwqdanchun/Pillager](https://github.com/qwqdanchun/Pillager)|Pillager是一个适用于后渗透期间的信息收集工具|574|2024-02-11|
|198|[leeveel/GeekServer](https://github.com/leeveel/GeekServer)|基于.Netcore的开发效率高性能强跨平台持久化层透明支持不停服热更新的游戏服务器。Best for your unity game server!|570|2024-01-08|
|199|[chenxuuu/llcom](https://github.com/chenxuuu/llcom)|🛠功能强大的串口工具。支持Lua自动化处理、串口调试、串口监听、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能|570|2023-12-13|
|200|[2394425147/maipaddx](https://github.com/2394425147/maipaddx)|-|569|2024-02-02|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,16 +1,16 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > CSS
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[you-dont-need/You-Dont-Need-JavaScript](https://github.com/you-dont-need/You-Dont-Need-JavaScript)|CSS is powerful, you can do a lot of things without JS.|18768|2024-01-14|
|1|[you-dont-need/You-Dont-Need-JavaScript](https://github.com/you-dont-need/You-Dont-Need-JavaScript)|CSS is powerful, you can do a lot of things without JS.|18767|2024-01-14|
|2|[chokcoco/CSS-Inspiration](https://github.com/chokcoco/CSS-Inspiration)|CSS Inspiration在这里找到写 CSS 的灵感!|9180|2024-01-19|
|3|[IBM/plex](https://github.com/IBM/plex)|The package of IBMs typeface, IBM Plex.|9154|2024-01-26|
|4|[kmaasrud/awesome-obsidian](https://github.com/kmaasrud/awesome-obsidian)|🕶️ Awesome stuff for Obsidian|5907|2023-11-29|
|5|[missing-semester-cn/missing-semester-cn.github.io](https://github.com/missing-semester-cn/missing-semester-cn.github.io)|the CS missing semester Chinese version|5811|2023-11-17|
|6|[WebStackPage/WebStackPage.github.io](https://github.com/WebStackPage/WebStackPage.github.io)|❤️静态响应式网址导航网站 - webstack.cc|5607|2024-01-16|
|3|[IBM/plex](https://github.com/IBM/plex)|The package of IBMs typeface, IBM Plex.|9156|2024-01-26|
|4|[kmaasrud/awesome-obsidian](https://github.com/kmaasrud/awesome-obsidian)|🕶️ Awesome stuff for Obsidian|5911|2023-11-29|
|5|[missing-semester-cn/missing-semester-cn.github.io](https://github.com/missing-semester-cn/missing-semester-cn.github.io)|the CS missing semester Chinese version|5812|2023-11-17|
|6|[WebStackPage/WebStackPage.github.io](https://github.com/WebStackPage/WebStackPage.github.io)|❤️静态响应式网址导航网站 - webstack.cc|5608|2024-01-16|
|7|[ronggang/transmission-web-control](https://github.com/ronggang/transmission-web-control)|一个 Transmission 浏览器管理界面。Transmission Web Control is a custom web UI.|4447|2023-09-22|
|8|[LiangJunrong/document-library](https://github.com/LiangJunrong/document-library)|jsliang 的文档库. 里面包含了个人撰写的所有前端文章,例如 Vue、React,、ECharts、微信小程序、算法、数据结构等……|3874|2024-01-27|
|9|[guaguaguaxia/weekly_report](https://github.com/guaguaguaxia/weekly_report)|简单描述工作内容,帮你生成完整周报|3117|2023-11-08|
@ -18,7 +18,7 @@
|11|[nicejade/markdown-online-editor](https://github.com/nicejade/markdown-online-editor)|📝基于 Vue、Vditor所构建的在线 Markdown 编辑器支持流程图、甘特图、时序图、任务列表、HTML 自动转换为 Markdown 等功能;🎉新增「所见即所得」编辑模式。|2340|2024-02-03|
|12|[emacs-china/Spacemacs-rocks](https://github.com/emacs-china/Spacemacs-rocks)|Happy Hacking Emacs & Spacemacs (Simplified Chinese)|2106|2023-09-16|
|13|[apachecn/.github](https://github.com/apachecn/.github)|ApacheCN 开源组织:公告、介绍、成员、活动、交流方式|1722|2023-12-26|
|14|[Terminus2049/Terminus2049.github.io](https://github.com/Terminus2049/Terminus2049.github.io)|No more 404|1680|2023-12-16|
|14|[Terminus2049/Terminus2049.github.io](https://github.com/Terminus2049/Terminus2049.github.io)|No more 404|1681|2023-12-16|
|15|[theme-nexmoe/hexo-theme-nexmoe](https://github.com/theme-nexmoe/hexo-theme-nexmoe)|🔥 A special Hexo theme focusing on pictures and images.|1567|2024-02-08|
|16|[phalapi/phalapi](https://github.com/phalapi/phalapi)|PhalApi开源接口框架简称π框架一个轻量级PHP开源接口框架专注于接口服务开发。接口从简单开始|1546|2023-12-03|
|17|[yihui/xaringan](https://github.com/yihui/xaringan)|Presentation Ninja 幻灯忍者 · 写轮眼|1467|2024-02-09|
@ -29,33 +29,33 @@
|22|[canxin0523/thesixsectorTeam](https://github.com/canxin0523/thesixsectorTeam)|-|984|2023-12-17|
|23|[D0n9X1n/hexo-blog-encrypt](https://github.com/D0n9X1n/hexo-blog-encrypt)|Yet, just another hexo plugin for security.|943|2023-09-19|
|24|[stilleshan/dockerfiles](https://github.com/stilleshan/dockerfiles)|不定期收集,整理和编写常用优秀软件和服务的 Dockerfile 文件. https://docker.ioiox.com|845|2024-02-06|
|25|[lovefc/china_school_badge](https://github.com/lovefc/china_school_badge)|全国高校校徽字体图标库|841|2023-12-01|
|26|[hraban/tomono](https://github.com/hraban/tomono)|Multi- To Mono-repository merge|784|2023-12-31|
|25|[lovefc/china_school_badge](https://github.com/lovefc/china_school_badge)|全国高校校徽字体图标库|840|2023-12-01|
|26|[hraban/tomono](https://github.com/hraban/tomono)|Multi- To Mono-repository merge|785|2023-12-31|
|27|[LIlGG/halo-theme-sakura](https://github.com/LIlGG/halo-theme-sakura)|Halo 版本的樱花🌸主题|717|2024-01-15|
|28|[zhaohuabing/hugo-theme-cleanwhite](https://github.com/zhaohuabing/hugo-theme-cleanwhite)|A clean, elegant blog theme for hugo|648|2023-09-10|
|29|[TieBaMma/InstallTutorial](https://github.com/TieBaMma/InstallTutorial)|-|594|2024-02-10|
|29|[TieBaMma/InstallTutorial](https://github.com/TieBaMma/InstallTutorial)|-|594|2024-02-11|
|30|[Zisbusy/Akina-for-Typecho](https://github.com/Zisbusy/Akina-for-Typecho)|Akina for Typecho 主题模板|529|2023-12-31|
|31|[Tokinx/Wing](https://github.com/Tokinx/Wing)|Simple, smooth, data-driven, responsive WordPress theme|527|2023-11-27|
|32|[rawchen/blog-ssm](https://github.com/rawchen/blog-ssm)|一个简单漂亮的SSM博客系统。|502|2024-01-08|
|32|[rawchen/blog-ssm](https://github.com/rawchen/blog-ssm)|一个简单漂亮的SSM博客系统。|503|2024-01-08|
|33|[markserv/markserv](https://github.com/markserv/markserv)|🏁 serve markdown as html (GitHub style), index directories, live-reload as you edit|498|2023-11-25|
|34|[azpanel/azpanel](https://github.com/azpanel/azpanel)|可能是东半球最好用的 azure 和 aws ec2 非官方开机面板 Possibly the most user-friendly unofficial startup panel for Azure and AWS EC2 in the Eastern Hemisphere.|495|2023-12-30|
|35|[byrwiki/byrwiki](https://github.com/byrwiki/byrwiki)|北邮人导航:一个框,全能搜|484|2024-01-17|
|36|[paul-hammant/tbd](https://github.com/paul-hammant/tbd)|Source for TrunkBasedDevelopment.com|476|2023-10-25|
|37|[MeiK2333/github-style](https://github.com/MeiK2333/github-style)|-|475|2024-02-06|
|37|[MeiK2333/github-style](https://github.com/MeiK2333/github-style)|-|475|2024-02-11|
|38|[tgnav/tgnav.github.io](https://github.com/tgnav/tgnav.github.io)|TGNAV - Telegram频道导航。收录Telegram上的优质频道打造一个高质量Telegram频道导航。|435|2024-02-05|
|39|[Johnserf-Seed/TikTokWeb](https://github.com/Johnserf-Seed/TikTokWeb)|TikTokDownload 网页版|435|2024-01-26|
|40|[yaoyao-liu/minimal-light](https://github.com/yaoyao-liu/minimal-light)|A simple and elegant Jekyll theme for an academic personal homepage|425|2023-12-21|
|41|[parlay96/pl-drag-template](https://github.com/parlay96/pl-drag-template)|一个h5可视化编辑器项目|410|2023-09-26|
|42|[varkai/hugo-theme-zozo](https://github.com/varkai/hugo-theme-zozo)|:star2: A simple and beautiful theme for Hugo|375|2023-09-18|
|43|[slippersheepig/chatgpt-web](https://github.com/slippersheepig/chatgpt-web)|使用官方ChatGPT API实现简单HTML网页版在线聊天支持markdown语法、多用户会话隔离及连续对话|371|2023-09-04|
|44|[hzsrc/webpack-theme-color-replacer](https://github.com/hzsrc/webpack-theme-color-replacer)|A runtime dynamic theme color replacement plugin for webpack.|371|2023-11-18|
|45|[eagleoflqj/p1a3_script](https://github.com/eagleoflqj/p1a3_script)|Tampermonkey Script for 1point3acres / 一亩三分地的油猴脚本|370|2024-01-19|
|44|[eagleoflqj/p1a3_script](https://github.com/eagleoflqj/p1a3_script)|Tampermonkey Script for 1point3acres / 一亩三分地的油猴脚本|371|2024-01-19|
|45|[hzsrc/webpack-theme-color-replacer](https://github.com/hzsrc/webpack-theme-color-replacer)|A runtime dynamic theme color replacement plugin for webpack.|371|2023-11-18|
|46|[BobCoderS9/SSPanel-Metron](https://github.com/BobCoderS9/SSPanel-Metron)|SSPanel-Metron主题目前由@Bobs9维护开发中。|358|2024-02-07|
|47|[liuhuanyong/liuhuanyong.github.io](https://github.com/liuhuanyong/liuhuanyong.github.io)|面向中文自然语言处理的六十余类实践项目及学习索引,涵盖语言资源构建、社会计算、自然语言处理组件、知识图谱、事理图谱、知识抽取、情感分析、深度学习等几个学习主题。包括作者个人简介、学习心得、语言资源、工业落地系统等,是供自然语言处理入门学习者的一个较为全面的学习资源,欢迎大家使用,并提出批评意见。|349|2024-01-16|
|48|[xiangjianan/lks](https://github.com/xiangjianan/lks)|-|328|2023-10-01|
|49|[Qihoo360/WatchAD2.0](https://github.com/Qihoo360/WatchAD2.0)|WatchAD2.0是一款针对域威胁的日志分析与监控系统|305|2024-01-17|
|50|[m2kar/m2kar.github.io](https://github.com/m2kar/m2kar.github.io)|M2kar的个人主页|302|2023-08-23|
|51|[YiNNx/typora-theme-lapis](https://github.com/YiNNx/typora-theme-lapis)|🖊A clean Typora theme in blue tones|295|2024-02-04|
|51|[YiNNx/typora-theme-lapis](https://github.com/YiNNx/typora-theme-lapis)|🖊A clean Typora theme in blue tones|296|2024-02-11|
|52|[xiaoluoboding/ghost-theme-kaldorei](https://github.com/xiaoluoboding/ghost-theme-kaldorei)|🎨 A Simple And Elegant Ghost Theme Derive From Default Theme Casper|291|2023-10-26|
|53|[MellowCo/unocss-preset-weapp](https://github.com/MellowCo/unocss-preset-weapp)|unocss preset for wechat miniprogramunocss小程序预设在 taro uniapp 原生小程序 中使用unocss|290|2024-02-06|
|54|[wozulong/ChatGPTAuthHelper](https://github.com/wozulong/ChatGPTAuthHelper)|一个简单的Chrome插件用来帮助你登录ChatGPT。|282|2023-11-30|
@ -64,7 +64,7 @@
|57|[intro-llm/intro-llm.github.io](https://github.com/intro-llm/intro-llm.github.io)|website|268|2023-12-11|
|58|[qr-merger/merger](https://github.com/qr-merger/merger)|Lightweight, Integrated QR Code Payment Interface - https://demo.qrcdn.com|263|2024-02-06|
|59|[hellosee/swoole-webim-demo](https://github.com/hellosee/swoole-webim-demo)|使用swoole扩展和php开发的一个在线聊天室(Making a Web Chat With PHP and Swoole)|261|2023-08-22|
|60|[transmission-web-control/transmission-web-control](https://github.com/transmission-web-control/transmission-web-control)|maintained fork of ronggang/transmission-web-control|258|2024-02-09|
|60|[transmission-web-control/transmission-web-control](https://github.com/transmission-web-control/transmission-web-control)|maintained fork of ronggang/transmission-web-control|258|2024-02-11|
|61|[kujian/simple-flexible](https://github.com/kujian/simple-flexible)|mobile frontend simple rem responsive code|253|2023-10-26|
|62|[hexo-theme-Acrylic/Hexo-Theme-Acrylic](https://github.com/hexo-theme-Acrylic/Hexo-Theme-Acrylic)|Acrylic-Promote 主题无限期停更|235|2024-01-19|
|63|[xukimseven/HardCandy-Jekyll](https://github.com/xukimseven/HardCandy-Jekyll)|一款清新 糖果色🍬 的 Jekyll 主题。A candy-colored 🍬 Jekyll theme.|219|2023-09-23|
@ -74,19 +74,19 @@
|67|[outlovecn/portainer-cn](https://github.com/outlovecn/portainer-cn)|portainer-ce 2.11 中文汉化版docker镜像支持X86、ARM、ARM64|209|2024-02-03|
|68|[hamster1963/HomeDash](https://github.com/hamster1963/HomeDash)|一个仪表盘|204|2024-02-09|
|69|[hexo-theme-Acrylic/Hexo-Theme-Acrylic-Next](https://github.com/hexo-theme-Acrylic/Hexo-Theme-Acrylic-Next)|下一代Acrylic何必是butterfly|186|2023-09-15|
|70|[zhheo/HeoMusic](https://github.com/zhheo/HeoMusic)|一个基于Aplayer和MetingJS的静态音乐播放器|185|2023-12-24|
|70|[zhheo/HeoMusic](https://github.com/zhheo/HeoMusic)|一个基于Aplayer和MetingJS的静态音乐播放器|186|2023-12-24|
|71|[colonelpanic8/dotfiles](https://github.com/colonelpanic8/dotfiles)|Configuration files for XMonad, Emacs, NixOS, Taffybar and more.|181|2024-02-04|
|72|[MLNLP-World/MyArxiv](https://github.com/MLNLP-World/MyArxiv)|Arxiv个性化定制化模版实现对特定领域的相关内容、作者与学术会议的有效跟进。|180|2024-02-10|
|72|[MLNLP-World/MyArxiv](https://github.com/MLNLP-World/MyArxiv)|Arxiv个性化定制化模版实现对特定领域的相关内容、作者与学术会议的有效跟进。|180|2024-02-11|
|73|[lpreterite/vue-tinymce](https://github.com/lpreterite/vue-tinymce)|提供给 vue 开发者使用的 TinyMCE 组件|178|2024-01-08|
|74|[HappySimple/Typora-theme-Happysimple](https://github.com/HappySimple/Typora-theme-Happysimple)|一款自制的Markdown主题|171|2023-12-23|
|75|[zouyaoji/wedding-invitation](https://github.com/zouyaoji/wedding-invitation)|微信小程序婚礼请柬|169|2023-10-18|
|76|[yong-s/alms](https://github.com/yong-s/alms)|7X24小时在线要饭🍚系统欢迎👏各位老板打赏打赏一分也是爱|166|2023-11-19|
|77|[1-2-3/remark-it](https://github.com/1-2-3/remark-it)|markdown -> slideshow ——Write PPT like a programmer|154|2023-10-06|
|78|[zhitom/zkweb](https://github.com/zhitom/zkweb)|zookeeper web管理和监控界面使用内置的H2数据库此版本基于淘宝大神yasenagat的zkWeb源码基础之上进行了大幅升级和修改主要新增了集群监控和国际化功能直接java -jar或将war包放入tomcat即可运行最近新增加了docker镜像功能|152|2023-10-11|
|79|[xOS/Nange](https://github.com/xOS/Nange)|个人主页|147|2024-01-18|
|79|[xOS/Nange](https://github.com/xOS/Nange)|个人主页|148|2024-01-18|
|80|[zkeq/news](https://github.com/zkeq/news)|前后端均基于 vercel 的轻量级每日早报项目,支持一键部署,支持部署至服务器。后端由 FastAPI + BeautifulSoup 实现。|145|2023-09-15|
|81|[newdraw/AppTime](https://github.com/newdraw/AppTime)|桌面时间管理 Desktop Time Management|144|2024-01-23|
|82|[MUKAPP/LiteLoaderQQNT-MSpring-Theme](https://github.com/MUKAPP/LiteLoaderQQNT-MSpring-Theme)|LiteLoaderQQNT 主题,优雅 · 粉粉 · 细致|141|2024-02-04|
|82|[MUKAPP/LiteLoaderQQNT-MSpring-Theme](https://github.com/MUKAPP/LiteLoaderQQNT-MSpring-Theme)|LiteLoaderQQNT 主题,优雅 · 粉粉 · 细致|140|2024-02-04|
|83|[linxz/tianyizone](https://github.com/linxz/tianyizone)|整理平时会偶尔用到的一些CSS小东西|140|2024-01-23|
|84|[liuzhengyang/lets-hotfix](https://github.com/liuzhengyang/lets-hotfix)|Dynamic class reloading for java。Java代码热更新支持本地、远程|139|2023-12-05|
|85|[Zuoqiu-Yingyi/siyuan-theme-dark-plus](https://github.com/Zuoqiu-Yingyi/siyuan-theme-dark-plus)|思源笔记的一款多功能双模式主题 A multifunctional dual-mode theme of SiYuan Note.|138|2024-02-07|
@ -97,7 +97,7 @@
|90|[dpublishing/epub3guide](https://github.com/dpublishing/epub3guide)|台灣 EPUB3 制作指引|121|2024-01-12|
|91|[HVML/HVML-Docs](https://github.com/HVML/HVML-Docs)|Specification drafts, articles, and samples about HVML|115|2024-01-08|
|92|[Bulandent/hexo-theme-bubuzou](https://github.com/Bulandent/hexo-theme-bubuzou)|一个仿Vue官网风格的hexo主题 https://bubuzou.com/|115|2024-01-23|
|93|[leovan/data-science-introduction-with-r](https://github.com/leovan/data-science-introduction-with-r)|R 语言数据科学导论 Data Science Introduction with R|114|2023-10-31|
|93|[leovan/data-science-introduction-with-r](https://github.com/leovan/data-science-introduction-with-r)|R 语言数据科学导论 Data Science Introduction with R|114|2024-02-11|
|94|[AJLoveChina/loveBalloon](https://github.com/AJLoveChina/loveBalloon)|:balloon:塞纳河畔左岸的咖啡。告白气球说出心里的小九九。https://ajlovechina.github.io/loveBalloon/.|111|2023-10-09|
|95|[biubiubiu01/vue3-basic-admin](https://github.com/biubiubiu01/vue3-basic-admin)|vue3-basic-admin 是一款开源开箱即用的中后台管理系统。基于 Vue3、Vite、Element-Plus、TypeScript、Pinia 等主流技术开发,内置许多开箱即用的组件,能快速构建中后台管理系统,目前决定完全开源。|106|2023-09-21|
|96|[axui/axui](https://github.com/axui/axui)|AXUI前端框架的理念是能用css实现的不用js需要使用js则尽量少用需要大量使用js则尽量可复用。|102|2023-11-01|
@ -113,13 +113,13 @@
|106|[qmk/qmk.fm](https://github.com/qmk/qmk.fm)|The website-side of qmk_firmware! The compiled binaries are generated automatically on every push to the main repo|81|2024-01-28|
|107|[aisuda/amis-widget](https://github.com/aisuda/amis-widget)|amis组件注册器支持react、vue2.0、vue3.0和jQuery技术栈主要用于注册amis渲染器、amis-editor插件。|80|2023-11-23|
|108|[JadeVane/Allure](https://github.com/JadeVane/Allure)|A more beautiful and simple theme for trilium|79|2023-09-11|
|109|[zhuozhiyongde/PKU-Art](https://github.com/zhuozhiyongde/PKU-Art)|一个北大教学网的美化样式|77|2023-12-02|
|109|[zhuozhiyongde/PKU-Art](https://github.com/zhuozhiyongde/PKU-Art)|一个北大教学网的美化样式|78|2023-12-02|
|110|[MichealWayne/Moo-CSS](https://github.com/MichealWayne/Moo-CSS)|模块化面向对象的css写法规范策略。适用于大中小型C端项目样式开发旨在提高开发和维护效率。|76|2023-10-07|
|111|[vnyoon/web-magic](https://github.com/vnyoon/web-magic)|这个repo通过实际案例来演示如何运用HTML、CSS和JavaScript创建各种互动性、独特性、动感酷炫和视觉效果。|74|2023-12-22|
|112|[Sight-wcg/layui-theme-dark](https://github.com/Sight-wcg/layui-theme-dark)|layui 暗色主题|73|2023-11-01|
|113|[shuhongfan/sl-express](https://github.com/shuhongfan/sl-express)|神领物流 黑马 物流项目 神领物流系统类似顺丰速运是向C端用户提供快递服务的系统。竞品有顺丰、中通、圆通、京东快递等。 项目产品主要有4端产品 - 用户端:基于微信小程序开发,外部客户使用,可以寄件、查询物流信息等。 - 快递员端基于安卓开发的手机APP公司内部的快递员使用可以接收取派件任务等。 - 司机端基于安卓开发的手机APP公司内部的司机使用可以接收运输任务、上报位置信息 ...|72|2023-10-04|
|114|[OHUHO/portal](https://github.com/OHUHO/portal)|SpringBoot + Vue 实现的 企业宣传官网,门户网站|71|2023-12-27|
|115|[leovan/data-science-introduction-with-python](https://github.com/leovan/data-science-introduction-with-python)|Python 数据科学导论 Data Science Introduction with Python|70|2023-10-31|
|115|[leovan/data-science-introduction-with-python](https://github.com/leovan/data-science-introduction-with-python)|Python 数据科学导论 Data Science Introduction with Python|70|2024-02-11|
|116|[Roozenlz/halo-theme-aurora](https://github.com/Roozenlz/halo-theme-aurora)|移植自hexo-theme-aurora适配Halo2.x的Aurora主题|69|2023-08-23|
|117|[willard-yuan/willard-yuan.github.io](https://github.com/willard-yuan/willard-yuan.github.io)|💎 Yong's Homepage|69|2023-11-05|
|118|[Waite0603/Resume-vCard-Collection](https://github.com/Waite0603/Resume-vCard-Collection)|About Responsive Personal Portfolio Website Using HTML CSS and JavaScript with Light & Dark Theme Toggle, Web前端静态个人简历网页个人简历模版HTML&CSS制作个人简历, 个人作品集网站|68|2023-12-10|
@ -128,19 +128,19 @@
|121|[ning0818/hexo-theme-ning](https://github.com/ning0818/hexo-theme-ning)|一款简洁的Hexo主题|63|2023-09-16|
|122|[lvming6816077/report-monitor](https://github.com/lvming6816077/report-monitor)|【Report Monitor】一款完整、高性能、高可用的打点监控和统计平台|59|2023-10-30|
|123|[smallyunet/hexo-theme-yinwang](https://github.com/smallyunet/hexo-theme-yinwang)|Hexo blog theme, Wang Yins blog theme, yinwang.org style.|58|2024-01-28|
|124|[red/docs](https://github.com/red/docs)|Red-related user documentation repository|58|2024-02-10|
|124|[red/docs](https://github.com/red/docs)|Red-related user documentation repository|58|2024-02-11|
|125|[sirpdboy/luci-theme-kucat](https://github.com/sirpdboy/luci-theme-kucat)|kucat酷猫主题JS版支持官方23.05分支):以酷为美,因动而生。 带5种快捷键的工具栏。 基本无BUG适应目前已经所有插件. 针对手机等做了大量优化. 有配套的主题设置工具,可调节快捷键、背景图片、颜色多种方案可供选择。|54|2024-01-18|
|126|[Firestar-Reimu/Arch-and-Manjaro-KDE-Installation](https://github.com/Firestar-Reimu/Arch-and-Manjaro-KDE-Installation)|安装 Arch/Manjaro Linux + KDE Plasma + Windows 11 双系统的指南|53|2023-12-31|
|127|[xiaoxuan6/chatgpt-server](https://github.com/xiaoxuan6/chatgpt-server)|ChatGPT 在线免费网站|52|2024-02-04|
|128|[sunyctf/css-effects](https://github.com/sunyctf/css-effects)|⭐ 前端css特效持续更新。喜欢的话就Star一下吧|48|2024-01-14|
|127|[xiaoxuan6/chatgpt-server](https://github.com/xiaoxuan6/chatgpt-server)|ChatGPT 在线免费网站|52|2024-02-11|
|128|[sunyctf/css-effects](https://github.com/sunyctf/css-effects)|⭐ 前端css特效持续更新。喜欢的话就Star一下吧|49|2024-01-14|
|129|[PyChina/weekly](https://github.com/PyChina/weekly)|Pelican as static blog for http://weekly.pychina.org|48|2024-02-05|
|130|[HSSkyBoy/DOL-CheatExtend](https://github.com/HSSkyBoy/DOL-CheatExtend)|DOL Cheta Extend 欲都孤儿作弊扩展|47|2023-12-10|
|131|[ihoey/Playing-reward](https://github.com/ihoey/Playing-reward)|超好看的打赏功能~ 演示地址|47|2024-02-06|
|132|[actions-cool/cool](https://github.com/actions-cool/cool)|😎 Cool is over. 酷就完事了。https://actions-cool.github.io/cool/|46|2024-02-08|
|132|[actions-cool/cool](https://github.com/actions-cool/cool)|😎 Cool is over. 酷就完事了。https://actions-cool.github.io/cool/|46|2024-02-11|
|133|[dongyao8/dycms](https://github.com/dongyao8/dycms)|DYCMS Website Navigation 网址导航、内容导航平台,人人都是生活的导航者! (寻前端朋友构建定制化界面,欢迎联系)|46|2023-09-27|
|134|[BlueSkyCaps/CoolNetBlog](https://github.com/BlueSkyCaps/CoolNetBlog)|使用c#/asp.net core 6的轻量级、简洁、跨平台的博客框架 博客系统。A lightweight, concise, and fast blogging framework using c# asp.net core 6.|45|2023-08-19|
|135|[Dejavu-Tech/EP-Admin](https://github.com/Dejavu-Tech/EP-Admin)|EP 吃货星球 社区团购后端/CMS 5.x|43|2024-01-29|
|136|[Project-Gutenberg/Pincong-data](https://github.com/Project-Gutenberg/Pincong-data)|品葱精选,看翻车新闻|42|2024-02-10|
|136|[Project-Gutenberg/Pincong-data](https://github.com/Project-Gutenberg/Pincong-data)|品葱精选,看翻车新闻|42|2024-02-11|
|137|[fordes123/typecho-theme-pir](https://github.com/fordes123/typecho-theme-pir)|typecho相册主题瀑布流、懒加载、无限滚动|40|2023-12-21|
|138|[EasyOC/EasyOC](https://github.com/EasyOC/EasyOC)|EasyOC 是一个基于OrchardCore 的低代码SPA 服务端开发框架 ,前端项目 https://github.com/EasyOC/EasyOC.VbenAdmin|39|2023-08-28|
|139|[silianpan/Seal-UniPlugin-Demo](https://github.com/silianpan/Seal-UniPlugin-Demo)|跨平台Office文档、图片在线预览音视频播放原生插件Seal-OfficeOnline【非X5离线、组件嵌入、水印、WPS预览编辑】。百度OCR文字识别、证卡识别、票据识别原生插件Seal-OCR。百度语音在线识别原生插件Seal-VoiceASR。|39|2023-12-19|
@ -163,18 +163,18 @@
|156|[qiaohao9/dotfiles](https://github.com/qiaohao9/dotfiles)| :gear: My ArchLinux/macOS Config files. |30|2023-08-29|
|157|[uhppoted/uhppoted](https://github.com/uhppoted/uhppoted)|Cross-platform components for building access control systems based on the UHPPOTE UT0311 TCP/IP access controller boards|29|2023-12-29|
|158|[glzjin/CISCN-2019-Northern-China-Web](https://github.com/glzjin/CISCN-2019-Northern-China-Web)|国赛 2019 华北赛区 Web 题目备份|29|2023-11-15|
|159|[gwcx/imgdalao](https://github.com/gwcx/imgdalao)|大佬图床|28|2023-08-13|
|160|[DuoSco/Hexo-theme-solitude](https://github.com/DuoSco/Hexo-theme-solitude)|一个优雅的Heo风格的Hexo主题接近Heo完整度高。|27|2023-11-28|
|161|[houlangs/Newlangs4](https://github.com/houlangs/Newlangs4)|全新二级域名程序,由厚浪开发|27|2024-01-11|
|162|[Thunderw01/SSPanel-Metrons](https://github.com/Thunderw01/SSPanel-Metrons)|SSPanelSSPanel-Metrons主题SSPanel主题 SSPanel Theme基于 SSPanel-Metron深度优化主题|27|2023-09-24|
|163|[LoCyan-Team/LoCyanFrpPanel](https://github.com/LoCyan-Team/LoCyanFrpPanel)|LoCyanFrp 新管理面板 Powered by NaiveUI|27|2024-02-09|
|164|[LazyCreeper/LuoTianyi](https://github.com/LazyCreeper/LuoTianyi)|宝塔面板洛天依主题|27|2024-01-02|
|165|[Siozeonhang/Ying](https://github.com/Siozeonhang/Ying)|懒鬼一个,随缘更|27|2023-09-01|
|166|[zkeq/Tuostudy-Short-url](https://github.com/zkeq/Tuostudy-Short-url)|利用 404 原理的一个短链服务。(数据库已集成 OSS Notion's Database |27|2023-11-12|
|167|[romantices/GDOCK-passwall](https://github.com/romantices/GDOCK-passwall)|把GDOCK的源码进行了部分修改添加了passwall感谢https://github.com/ljk4160/GDOCK 和 https://github.com/coolsnowwolf/lede|27|2023-11-10|
|168|[yhl452493373/frps-panel](https://github.com/yhl452493373/frps-panel)|frps-panel 是 https://github.com/fatedier/frp 的一个服务端插件,用于支持多用户鉴权,同时用于展示服务器信息。|26|2024-01-12|
|169|[onlypeng/dsm7_login_translucent](https://github.com/onlypeng/dsm7_login_translucent)|群晖7.x设置自动切换壁纸后白色输入框显示和突兀所以改为半透明化很有必要|26|2023-11-07|
|170|[TopSea/Alive](https://github.com/TopSea/Alive)|Open source desk pet software that supports Live2d and MMD models. 支持 Live2d 和 MMD 模型的开源桌宠软件。|25|2024-02-10|
|159|[houlangs/Newlangs4](https://github.com/houlangs/Newlangs4)|全新二级域名程序,由厚浪开发|28|2024-01-11|
|160|[gwcx/imgdalao](https://github.com/gwcx/imgdalao)|大佬图床|28|2023-08-13|
|161|[LazyCreeper/LuoTianyi](https://github.com/LazyCreeper/LuoTianyi)|宝塔面板洛天依主题|28|2024-01-02|
|162|[TopSea/Alive](https://github.com/TopSea/Alive)|Open source desk pet software that supports Live2d and MMD models. 支持 Live2d 和 MMD 模型的开源桌宠软件。|27|2024-02-10|
|163|[DuoSco/Hexo-theme-solitude](https://github.com/DuoSco/Hexo-theme-solitude)|一个优雅的Heo风格的Hexo主题接近Heo完整度高。|27|2023-11-28|
|164|[Thunderw01/SSPanel-Metrons](https://github.com/Thunderw01/SSPanel-Metrons)|SSPanelSSPanel-Metrons主题SSPanel主题 SSPanel Theme基于 SSPanel-Metron深度优化主题|27|2023-09-24|
|165|[LoCyan-Team/LoCyanFrpPanel](https://github.com/LoCyan-Team/LoCyanFrpPanel)|LoCyanFrp 新管理面板 Powered by NaiveUI|27|2024-02-09|
|166|[Siozeonhang/Ying](https://github.com/Siozeonhang/Ying)|懒鬼一个,随缘更|27|2023-09-01|
|167|[zkeq/Tuostudy-Short-url](https://github.com/zkeq/Tuostudy-Short-url)|利用 404 原理的一个短链服务。(数据库已集成 OSS Notion's Database |27|2023-11-12|
|168|[romantices/GDOCK-passwall](https://github.com/romantices/GDOCK-passwall)|把GDOCK的源码进行了部分修改添加了passwall感谢https://github.com/ljk4160/GDOCK 和 https://github.com/coolsnowwolf/lede|27|2023-11-10|
|169|[yhl452493373/frps-panel](https://github.com/yhl452493373/frps-panel)|frps-panel 是 https://github.com/fatedier/frp 的一个服务端插件,用于支持多用户鉴权,同时用于展示服务器信息。|26|2024-01-12|
|170|[onlypeng/dsm7_login_translucent](https://github.com/onlypeng/dsm7_login_translucent)|群晖7.x设置自动切换壁纸后白色输入框显示和突兀所以改为半透明化很有必要|26|2023-11-07|
|171|[0000cd/character-prompts](https://github.com/0000cd/character-prompts)|ChatGPT 交个AI虚拟朋友CP吧 👥|25|2023-12-24|
|172|[mryqr-com/mry-frontend](https://github.com/mryqr-com/mry-frontend)|本代码库为码如云前端代码。码如云是一个基于二维码的一物一码管理平台可以为每一件“物品”生成一个二维码手机扫码即可查看物品信息并发起相关业务操作操作内容可由你自己定义典型的应用场景包括固定资产管理、设备巡检以及物品标签等。在技术上码如云是一个无代码平台全程采用DDD、整洁架构和事件驱动架构思想完成开发。|24|2023-12-19|
|173|[GamerNoTitle/CraftMon](https://github.com/GamerNoTitle/CraftMon)|A website that help you get Minecraft server status 一个用于显示Minecraft服务器在线信息及其他内容的网站|23|2023-09-28|

@ -1,52 +1,52 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Dart
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[localsend/localsend](https://github.com/localsend/localsend)|An open-source cross-platform alternative to AirDrop|28054|2024-02-10|
|2|[alibaba/flutter-go](https://github.com/alibaba/flutter-go)|flutter 开发者帮助 APP包含 flutter 常用 140+ 组件的demo 演示与中文文档|23537|2023-12-11|
|1|[localsend/localsend](https://github.com/localsend/localsend)|An open-source cross-platform alternative to AirDrop|28084|2024-02-11|
|2|[alibaba/flutter-go](https://github.com/alibaba/flutter-go)|flutter 开发者帮助 APP包含 flutter 常用 140+ 组件的demo 演示与中文文档|23536|2023-12-11|
|3|[CarGuo/gsy_github_app_flutter](https://github.com/CarGuo/gsy_github_app_flutter)|Flutter 超完整的开源项目功能丰富适合学习和日常使用。GSYGithubApp系列的优势我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全项目框架内技术涉及面广完成度高持续维护配套文章适合全面学习对比参考。跨平台的开源Github客户端App更好的体验更丰富的功能旨在更好的日常管理和维护个人Github提供更好更方便 ...|14477|2023-11-23|
|4|[cfug/dio](https://github.com/cfug/dio)|A powerful HTTP client for Dart and Flutter, which supports global settings, Interceptors, FormData, aborting and canceling a request, files uploading and downloading, requests timeout, custom adapter ...|12093|2024-01-24|
|5|[GopeedLab/gopeed](https://github.com/GopeedLab/gopeed)|A modern download manager that supports all platforms. Built with Golang and Flutter.|8690|2024-02-02|
|4|[cfug/dio](https://github.com/cfug/dio)|A powerful HTTP client for Dart and Flutter, which supports global settings, Interceptors, FormData, aborting and canceling a request, files uploading and downloading, requests timeout, custom adapter ...|12095|2024-01-24|
|5|[GopeedLab/gopeed](https://github.com/GopeedLab/gopeed)|A modern download manager that supports all platforms. Built with Golang and Flutter.|8696|2024-02-02|
|6|[simplezhli/flutter_deer](https://github.com/simplezhli/flutter_deer)|🦌 Flutter 练习项目(包括集成测试、可访问性测试)。内含完整UI设计图更贴近真实项目的练习。Flutter practice project (including integration testing and accessibility testing). Contains complete UI design drawings for a more realistic practic ...|7512|2024-01-09|
|7|[toly1994328/FlutterUnit](https://github.com/toly1994328/FlutterUnit)|【Flutter 集录指南 App】The unity of flutter, The unity of coder.|7044|2024-01-31|
|7|[toly1994328/FlutterUnit](https://github.com/toly1994328/FlutterUnit)|【Flutter 集录指南 App】The unity of flutter, The unity of coder.|7045|2024-01-31|
|8|[alibaba/flutter_boost](https://github.com/alibaba/flutter_boost)|FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts|6751|2024-02-06|
|9|[Notsfsssf/pixez-flutter](https://github.com/Notsfsssf/pixez-flutter)|一个支持免代理直连及查看动图的第三方Pixiv flutter客户端|6094|2024-02-10|
|10|[mylxsw/aidea](https://github.com/mylxsw/aidea)|AIdea 是一款支持 GPT 以及国产大语言模型通义千问、文心一言等,支持 Stable Diffusion 文生图、图生图、 SDXL1.0、超分辨率、图片上色的全能型 APP。|5729|2024-02-07|
|11|[niuhuan/pikapika](https://github.com/niuhuan/pikapika)|美观易用且无广告的漫画和游戏客户端同时支持MacOSWindowsAndroidiOS。|5227|2023-11-17|
|9|[Notsfsssf/pixez-flutter](https://github.com/Notsfsssf/pixez-flutter)|一个支持免代理直连及查看动图的第三方Pixiv flutter客户端|6097|2024-02-10|
|10|[mylxsw/aidea](https://github.com/mylxsw/aidea)|AIdea 是一款支持 GPT 以及国产大语言模型通义千问、文心一言等,支持 Stable Diffusion 文生图、图生图、 SDXL1.0、超分辨率、图片上色的全能型 APP。|5729|2024-02-11|
|11|[niuhuan/pikapika](https://github.com/niuhuan/pikapika)|美观易用且无广告的漫画和游戏客户端同时支持MacOSWindowsAndroidiOS。|5232|2023-11-17|
|12|[rrousselGit/provider](https://github.com/rrousselGit/provider)|InheritedWidgets, but simple|4973|2024-01-28|
|13|[hiddify/hiddify-next](https://github.com/hiddify/hiddify-next)|Multi-platform auto-proxy client, supporting Sing-box, X-ray, TUIC, Hysteria, Reality, Trojan, SSH etc. Its an open-source, secure and ad-free.|4360|2024-02-10|
|13|[hiddify/hiddify-next](https://github.com/hiddify/hiddify-next)|Multi-platform auto-proxy client, supporting Sing-box, X-ray, TUIC, Hysteria, Reality, Trojan, SSH etc. Its an open-source, secure and ad-free.|4397|2024-02-11|
|14|[xuelongqy/flutter_easy_refresh](https://github.com/xuelongqy/flutter_easy_refresh)|A flutter widget that provides pull-down refresh and pull-up load.|3728|2024-01-26|
|15|[OpenFlutter/flutter_screenutil](https://github.com/OpenFlutter/flutter_screenutil)|Flutter screen adaptation, font adaptation, get screen information|3711|2024-02-07|
|16|[wanghongenpin/network_proxy_flutter](https://github.com/wanghongenpin/network_proxy_flutter)|Open source free packet capture software ProxyPin, supporting full platform systems, developed using the Flutter framework|3628|2024-02-07|
|17|[mulaRahul/keyviz](https://github.com/mulaRahul/keyviz)|Keyviz is a free and open-source tool to visualize your keystrokes ⌨️ and 🖱️ mouse actions in real-time.|3508|2024-02-01|
|18|[xiaoyaocz/dart_simple_live](https://github.com/xiaoyaocz/dart_simple_live)|简简单单的看直播|3472|2024-02-05|
|19|[niuhuan/jasmine](https://github.com/niuhuan/jasmine)|A comic browsersupport Android / iOS / MacOS / Windows / Linux.|3044|2024-01-09|
|16|[wanghongenpin/network_proxy_flutter](https://github.com/wanghongenpin/network_proxy_flutter)|Open source free packet capture software ProxyPin, supporting full platform systems, developed using the Flutter framework|3633|2024-02-07|
|17|[mulaRahul/keyviz](https://github.com/mulaRahul/keyviz)|Keyviz is a free and open-source tool to visualize your keystrokes ⌨️ and 🖱️ mouse actions in real-time.|3512|2024-02-01|
|18|[xiaoyaocz/dart_simple_live](https://github.com/xiaoyaocz/dart_simple_live)|简简单单的看直播|3479|2024-02-05|
|19|[niuhuan/jasmine](https://github.com/niuhuan/jasmine)|A comic browsersupport Android / iOS / MacOS / Windows / Linux.|3043|2024-01-09|
|20|[LianjiaTech/bruno](https://github.com/LianjiaTech/bruno)|An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。)|3016|2023-09-13|
|21|[rrousselGit/flutter_hooks](https://github.com/rrousselGit/flutter_hooks)|React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget.|2956|2024-02-05|
|22|[OpenFlutter/fluwx](https://github.com/OpenFlutter/fluwx)|Flutter版微信SDK.WeChat SDK for flutter.|2955|2023-12-26|
|23|[CarGuo/gsy_flutter_demo](https://github.com/CarGuo/gsy_flutter_demo)|Flutter 不同于 GSYGithubAppFlutter 完整项目,本项目将逐步完善各种 Flutter 独立例子,方便新手学习上手和小问题方案解决。 目前开始逐步补全完善,主要提供一些有用或者有趣的例子,如果你也有好例子,欢迎提交 PR 。|2907|2023-11-22|
|24|[phoenixsky/fun_android_flutter](https://github.com/phoenixsky/fun_android_flutter)| 👿👿👿👿👿玩Android客户端Flutter版本。Provider的最佳实践.DarkMode、多色彩主题、国际化、切换字体、优美动画|2683|2023-11-26|
|25|[peng8350/flutter_pulltorefresh](https://github.com/peng8350/flutter_pulltorefresh)|a widget provided to the flutter scroll component drop-down refresh and pull up load.|2666|2023-12-17|
|26|[lucinhu/bili_you](https://github.com/lucinhu/bili_you)|一个用flutter制作的第三方B站客户端.|2656|2023-08-26|
|27|[guozhigq/pilipala](https://github.com/guozhigq/pilipala)|PiliPala 是使用Flutter开发的BiliBili第三方客户端感谢使用。|2643|2024-02-10|
|28|[bdlukaa/fluent_ui](https://github.com/bdlukaa/fluent_ui)|Implements Microsoft's WinUI3 in Flutter.|2604|2024-02-06|
|29|[lollipopkit/flutter_server_box](https://github.com/lollipopkit/flutter_server_box)|server status & toolbox app using Flutter|2492|2024-02-02|
|26|[guozhigq/pilipala](https://github.com/guozhigq/pilipala)|PiliPala 是使用Flutter开发的BiliBili第三方客户端感谢使用。|2657|2024-02-11|
|27|[lucinhu/bili_you](https://github.com/lucinhu/bili_you)|一个用flutter制作的第三方B站客户端.|2656|2023-08-26|
|28|[bdlukaa/fluent_ui](https://github.com/bdlukaa/fluent_ui)|Implements Microsoft's WinUI3 in Flutter.|2604|2024-02-11|
|29|[lollipopkit/flutter_server_box](https://github.com/lollipopkit/flutter_server_box)|server status & toolbox app using Flutter|2499|2024-02-02|
|30|[wuba/Fair](https://github.com/wuba/Fair)|A Flutter package used to update widget tree dynamically. Fair提供一整套Flutter动态化解决方案|2480|2024-01-30|
|31|[fluttercandies/wechat_flutter](https://github.com/fluttercandies/wechat_flutter)|wechat_flutter is Flutter version WeChat, an excellent Flutter instant messaging IM open source library!|2418|2024-01-15|
|32|[3003h/FEhViewer](https://github.com/3003h/FEhViewer)|An e-hentai/exhentai app make on flutter|2384|2024-02-08|
|32|[3003h/FEhViewer](https://github.com/3003h/FEhViewer)|An e-hentai/exhentai app make on flutter|2386|2024-02-08|
|33|[mobxjs/mobx.dart](https://github.com/mobxjs/mobx.dart)|MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.|2336|2024-01-15|
|34|[wgh136/PicaComic](https://github.com/wgh136/PicaComic)|A comic app built with Flutter, supporting multiple comic sources.|2216|2024-02-08|
|35|[miru-project/miru-app](https://github.com/miru-project/miru-app)|🎉 A versatile application that is free, open-source, and supports extension sources for videos, comics, and novels, available on Android, Windows, and Web platforms.|2078|2024-02-10|
|34|[wgh136/PicaComic](https://github.com/wgh136/PicaComic)|A comic app built with Flutter, supporting multiple comic sources.|2234|2024-02-08|
|35|[miru-project/miru-app](https://github.com/miru-project/miru-app)|🎉 A versatile application that is free, open-source, and supports extension sources for videos, comics, and novels, available on Android, Windows, and Web platforms.|2091|2024-02-10|
|36|[bytedance/flutter_ume](https://github.com/bytedance/flutter_ume)|UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance|1987|2023-12-05|
|37|[jiangtian616/JHenTai](https://github.com/jiangtian616/JHenTai)|A cross-platform app made for e-hentai & exhentai by Flutter|1975|2024-02-03|
|38|[rrousselGit/freezed](https://github.com/rrousselGit/freezed)|Code generation for immutable classes that has a simple syntax/API without compromising on the features.|1749|2024-02-05|
|37|[jiangtian616/JHenTai](https://github.com/jiangtian616/JHenTai)|A cross-platform app made for e-hentai & exhentai by Flutter|1976|2024-02-03|
|38|[rrousselGit/freezed](https://github.com/rrousselGit/freezed)|Code generation for immutable classes that has a simple syntax/API without compromising on the features.|1750|2024-02-11|
|39|[mpflutter/mpflutter](https://github.com/mpflutter/mpflutter)|MPFlutter 是一个跨平台 Flutter 开发框架,可用于微信小程序以及 Web 应用开发。|1704|2024-02-05|
|40|[saber-notes/saber](https://github.com/saber-notes/saber)|The cross-platform open-source app built for handwriting|1566|2024-02-10|
|40|[saber-notes/saber](https://github.com/saber-notes/saber)|The cross-platform open-source app built for handwriting|1567|2024-02-11|
|41|[befovy/fijkplayer](https://github.com/befovy/fijkplayer)|ijkplayer for flutter. ijkplayer 的 flutter 封装。 Flutter video/audio player. Flutter media player plugin for android/iOS based on ijkplayer. fijkplayer 是基于 ijkplayer 封装的 flutter 媒体播放器,开箱即用,无需编译 ijkplay ...|1556|2024-02-02|
|42|[xiaoyaocz/flutter_dmzj](https://github.com/xiaoyaocz/flutter_dmzj)|动漫之家Flutter客户端|1544|2024-01-08|
|42|[xiaoyaocz/flutter_dmzj](https://github.com/xiaoyaocz/flutter_dmzj)|动漫之家Flutter客户端|1547|2024-01-08|
|43|[boyan01/flutter-tetris](https://github.com/boyan01/flutter-tetris)|a tetris game powered by flutter. 使用flutter开发俄罗斯方块。|1535|2023-11-01|
|44|[git-touch/git-touch](https://github.com/git-touch/git-touch)|An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter|1480|2023-10-07|
|45|[mjl0602/flutter_tiktok](https://github.com/mjl0602/flutter_tiktok)|Flutter tiktok short video app.|1404|2023-09-10|
@ -55,11 +55,11 @@
|48|[lijy91/biyi](https://github.com/lijy91/biyi)|Biyi (比译) is a convenient translation and dictionary app written in Flutter. |1246|2024-01-20|
|49|[Xmarmalade/alisthelper](https://github.com/Xmarmalade/alisthelper)|Alist Helper is an application developed using Flutter, designed to simplify the use of the desktop version of alist. It can manage alist, allowing you to easily start and stop the alist program.|1146|2024-01-13|
|50|[flutterchina/azlistview](https://github.com/flutterchina/azlistview)|A Flutter sticky headers & index ListView. Flutter 城市列表、联系人列表,索引&悬停。|1075|2023-09-19|
|51|[marchellodev/sharik](https://github.com/marchellodev/sharik)|Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot|1062|2023-08-17|
|52|[bostrot/wsl2-distro-manager](https://github.com/bostrot/wsl2-distro-manager)|A GUI to quickly manage your WSL2 instances|1036|2023-12-30|
|51|[marchellodev/sharik](https://github.com/marchellodev/sharik)|Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot|1064|2023-08-17|
|52|[bostrot/wsl2-distro-manager](https://github.com/bostrot/wsl2-distro-manager)|A GUI to quickly manage your WSL2 instances|1040|2023-12-30|
|53|[JideGuru/FlutterTravel](https://github.com/JideGuru/FlutterTravel)|Flutter representation of a Travel App Concept.|1032|2023-08-17|
|54|[fluttercandies/flutter_smart_dialog](https://github.com/fluttercandies/flutter_smart_dialog)|An elegant Flutter Dialog solution 一种更优雅的 Flutter Dialog 解决方案|978|2023-12-30|
|55|[niuhuan/daisy](https://github.com/niuhuan/daisy)|美观易用且无广告的漫画和轻小说客户端, 同时支持MacOSWindowsAndroidiOS。类似动漫之家。|890|2023-11-03|
|55|[niuhuan/daisy](https://github.com/niuhuan/daisy)|美观易用且无广告的漫画和轻小说客户端, 同时支持MacOSWindowsAndroidiOS。类似动漫之家。|891|2023-11-03|
|56|[xuexiangjys/flutter_template](https://github.com/xuexiangjys/flutter_template)|The project of the empty template with Flutter has built the basic framework to realize the functions of internationalization, theme peeling, login and registration, etc.(Flutter空壳模板工程已搭建基础框架实现国际化、主 ...|879|2023-12-16|
|57|[LeetaoGoooo/RSSAid](https://github.com/LeetaoGoooo/RSSAid)|RSSAid is a complementary app for RSSHub built with Flutter RSSAid 是一个由 Flutter 构建的 RSSHub 的辅助 App|846|2023-09-26|
|58|[MMMzq/bot_toast](https://github.com/MMMzq/bot_toast)|A very easy-to-use flutter popup library. Including toast, loading, etc.|792|2023-09-19|
@ -68,33 +68,33 @@
|61|[hamaluik/timecop](https://github.com/hamaluik/timecop)|A time tracking app that respects your privacy and the gets the job done without being fancy.|767|2024-02-07|
|62|[media-kit/media-kit](https://github.com/media-kit/media-kit)|A cross-platform video player & audio player for Flutter & Dart.|765|2024-02-02|
|63|[entronad/flutter_echarts](https://github.com/entronad/flutter_echarts)|A Flutter widget to use Apache ECharts in a reactive way.|712|2023-08-31|
|64|[AgoraIO-Extensions/Agora-Flutter-SDK](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK)|Flutter plugin of Agora RTC SDK for Android/iOS/macOS/Windows|703|2024-02-10|
|65|[leanflutter/flutter_distributor](https://github.com/leanflutter/flutter_distributor)|An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.|663|2024-02-09|
|64|[AgoraIO-Extensions/Agora-Flutter-SDK](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK)|Flutter plugin of Agora RTC SDK for Android/iOS/macOS/Windows|703|2024-02-11|
|65|[leanflutter/flutter_distributor](https://github.com/leanflutter/flutter_distributor)|An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.|664|2024-02-10|
|66|[niuhuan/wax](https://github.com/niuhuan/wax)|“绅士漫画”的客户端|640|2023-11-03|
|67|[iota9star/mikan_flutter](https://github.com/iota9star/mikan_flutter)|Flutter 驱动的三方 蜜柑计划https://mikanani.me APP:construction: 开发中...|636|2023-11-03|
|68|[mapleafgo/clash-for-flutter](https://github.com/mapleafgo/clash-for-flutter)|Clash的桌面客户端支持 windows、linux、macos|629|2024-01-31|
|69|[fluttercandies/flutter_photo_manager](https://github.com/fluttercandies/flutter_photo_manager)|A Flutter plugin that provides images, videos, and audio abstraction management APIs without interface integration, available on Android, iOS, and macOS.|618|2024-02-09|
|70|[2697a/bujuan](https://github.com/2697a/bujuan)|Flutter移动端+桌面端三方网易云播放器|617|2023-12-22|
|69|[2697a/bujuan](https://github.com/2697a/bujuan)|Flutter移动端+桌面端三方网易云播放器|619|2023-12-22|
|70|[fluttercandies/flutter_photo_manager](https://github.com/fluttercandies/flutter_photo_manager)|A Flutter plugin that provides images, videos, and audio abstraction management APIs without interface integration, available on Android, iOS, and macOS.|618|2024-02-09|
|71|[Realank/flutter_datetime_picker](https://github.com/Realank/flutter_datetime_picker)|a date time picker in flutter|594|2024-02-08|
|72|[cairuoyu/flutter_admin](https://github.com/cairuoyu/flutter_admin)|Flutter Admin: 一个基于 Flutter 的后台管理系统、开发模板。A backend management system and development template based on Flutter|582|2023-10-20|
|73|[xdd666t/flutter_use](https://github.com/xdd666t/flutter_use)|some trick used by flutter Flutter使用的一些骚操作|568|2023-12-30|
|74|[Kuingsmile/PicHoro](https://github.com/Kuingsmile/PicHoro)|一款手机端云存储平台/图床管理和文件上传/下载工具支持直接管理WebdavAlistSSH/SFTP云服务器兼容S3 API的平台腾讯COS阿里OSS七牛云又拍云兰空图床ImgurSM.MS和github|541|2024-01-25|
|74|[Kuingsmile/PicHoro](https://github.com/Kuingsmile/PicHoro)|一款手机端云存储平台/图床管理和文件上传/下载工具支持直接管理WebdavAlistSSH/SFTP云服务器兼容S3 API的平台腾讯COS阿里OSS七牛云又拍云兰空图床ImgurSM.MS和github|542|2024-01-25|
|75|[guozhigq/flutter_v2ex](https://github.com/guozhigq/flutter_v2ex)|使用flutter开发的v2ex客户端支持Android和iOS设备。在Android 12+机型上支持Material You取色|513|2023-12-31|
|76|[bravekingzhang/flutter_chat_box](https://github.com/bravekingzhang/flutter_chat_box)|Flutter开发的和ChatGPT聊天的App全平台支持|505|2024-02-05|
|77|[alibaba/power_image](https://github.com/alibaba/power_image)|A powerful plugin that fully uses the native image library's ability to display images on the flutter side.|503|2023-10-16|
|78|[larryaasen/upgrader](https://github.com/larryaasen/upgrader)|A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.|496|2024-02-04|
|79|[OpenFlutter/flutter_oktoast](https://github.com/OpenFlutter/flutter_oktoast)|Toast library for Flutter.|488|2023-11-17|
|80|[nightmare-space/vscode_for_android](https://github.com/nightmare-space/vscode_for_android)|安卓本地使用vs code编辑器实现方案|462|2024-02-02|
|80|[nightmare-space/vscode_for_android](https://github.com/nightmare-space/vscode_for_android)|安卓本地使用vs code编辑器实现方案|464|2024-02-02|
|81|[Im-Kevin/cool_ui](https://github.com/Im-Kevin/cool_ui)|用flutter实现一些我认为好看的UI控件,有Popover,仿Weui的Toast,自定义键盘|458|2024-01-05|
|82|[hackware1993/Flutter_ConstraintLayout](https://github.com/hackware1993/Flutter_ConstraintLayout)|A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for Android and AutoLayout for iOS. But the code implementation is much more efficient, it has O(n) layout ...|432|2023-11-08|
|83|[jhflovehqy/flutter_bolg_manage](https://github.com/jhflovehqy/flutter_bolg_manage)|Flutter实战项目采用Getx框架管理遵循Material design设计风格适合您实战参考或练手|429|2023-11-15|
|84|[iwrqk/iwrqk](https://github.com/iwrqk/iwrqk)|Unofficial Iwara Flutter Client|425|2024-01-26|
|83|[jhflovehqy/flutter_bolg_manage](https://github.com/jhflovehqy/flutter_bolg_manage)|Flutter实战项目采用Getx框架管理遵循Material design设计风格适合您实战参考或练手|430|2023-11-15|
|84|[iwrqk/iwrqk](https://github.com/iwrqk/iwrqk)|Unofficial Iwara Flutter Client|426|2024-02-11|
|85|[leetomlee123/book](https://github.com/leetomlee123/book)|笔趣阁源基于flutter的小说阅读app|374|2023-11-02|
|86|[nightmare-space/adb_kit](https://github.com/nightmare-space/adb_kit)|使用 Flutter 开发的 ADB GUI 客户端|373|2024-01-31|
|87|[hanxu317317/city_pickers](https://github.com/hanxu317317/city_pickers)|flutter ios city_pickers|370|2023-12-12|
|88|[lyming99/wenznote](https://github.com/lyming99/wenznote)|一款由 flutter 开发的笔记软件,支持电脑端和手机端。|368|2024-02-06|
|87|[lyming99/wenznote](https://github.com/lyming99/wenznote)|一款由 flutter 开发的笔记软件,支持电脑端和手机端。|372|2024-02-06|
|88|[hanxu317317/city_pickers](https://github.com/hanxu317317/city_pickers)|flutter ios city_pickers|370|2023-12-12|
|89|[AmosHuKe/Mood-Example](https://github.com/AmosHuKe/Mood-Example)|🐦 Flutter 3 心情记录 样例工程 - 国际化 i18n、uni 小程序、深色模式、多主题、本地数据管理、路由管理、状态管理、无障碍Semantics、异步 FFI、集成测试、图表统计、Excel 导入导出、游戏…|368|2024-02-09|
|90|[project-violet/violet](https://github.com/project-violet/violet)|Flutter based Viewer App|368|2024-02-10|
|90|[project-violet/violet](https://github.com/project-violet/violet)|Flutter based Viewer App|368|2024-02-11|
|91|[TinoGuo/pin_input_text_field](https://github.com/TinoGuo/pin_input_text_field)|A textField widget to help display different style pin|363|2024-02-08|
|92|[flutter-thrio/flutter_thrio](https://github.com/flutter-thrio/flutter_thrio)|flutter_thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.|349|2024-02-07|
|93|[fluttercandies/JsonToDart](https://github.com/fluttercandies/JsonToDart)|The tool to convert json to dart code, support WindowsMacWeb.|348|2023-11-08|
@ -103,9 +103,9 @@
|96|[meetqy/flutter_dating_template](https://github.com/meetqy/flutter_dating_template)|flutter 版本的交友 app 模板总计页面35个测试数据基于 mockjs 创建A dating app template for The Flutter version, with a total of 35 pages, was created based on MockJS.|338|2023-09-14|
|97|[openimsdk/open-im-sdk-flutter](https://github.com/openimsdk/open-im-sdk-flutter)|IM SDK Flutter|337|2024-02-02|
|98|[fluttercandies/flutter_wechat_camera_picker](https://github.com/fluttercandies/flutter_wechat_camera_picker)|A camera picker (take photos and videos) for Flutter projects based on WeChat's UI. It's a standalone module of wechat_assets_picker yet it can be run separately.|329|2024-02-02|
|99|[reqable/re-editor](https://github.com/reqable/re-editor)|Re-Editor is a powerful lightweight text and code editor widget.|319|2024-02-06|
|99|[reqable/re-editor](https://github.com/reqable/re-editor)|Re-Editor is a powerful lightweight text and code editor widget.|321|2024-02-06|
|100|[luckysmg/flutter_swipe_action_cell](https://github.com/luckysmg/flutter_swipe_action_cell)|A flutter UI package provides a cell widget that has leading and trailing swipe action menu.|318|2023-11-21|
|101|[BFWXKJGS/AlistClient](https://github.com/BFWXKJGS/AlistClient)|AList Client for iOS and Android. / 基于 AList api 开发的 Android 和 iOS 客户端|308|2024-01-22|
|101|[BFWXKJGS/AlistClient](https://github.com/BFWXKJGS/AlistClient)|AList Client for iOS and Android. / 基于 AList api 开发的 Android 和 iOS 客户端|309|2024-01-22|
|102|[JonasWanke/timetable](https://github.com/JonasWanke/timetable)|📅 Customizable flutter calendar widget including day and week views|307|2024-01-16|
|103|[zhouzaihang/flutter_hand_tracking_plugin](https://github.com/zhouzaihang/flutter_hand_tracking_plugin)|这是一个 Flutter Packge 以实现摄像头精确追踪并识别十指的运动路径/轨迹和手势动作, 且输出22个手部关键点以支持更多手势自定义. 基于这个包可以编写业务逻辑将手势信息实时转化为指令信息: 一二三四五, rock, spiderman...还可以对不同手势编写不同特效. 可用于短视频直播特效, 智能硬件等领域, 为人机互动带来更自然丰富的体验|299|2023-09-26|
|104|[fluttercandies/flutter_scrollview_observer](https://github.com/fluttercandies/flutter_scrollview_observer)|A widget for observing data related to the child widgets being displayed in a ScrollView.|298|2024-02-04|
@ -123,15 +123,15 @@
|116|[TinoGuo/loading_indicator](https://github.com/TinoGuo/loading_indicator)|🚅Flutter out-of-the-box collection animations written in pure dart.|199|2024-02-08|
|117|[tec8297729/flutter_flexible](https://github.com/tec8297729/flutter_flexible)|flutter脚手架让你更专注UI层|184|2023-11-21|
|118|[fluttercandies/pull_to_refresh_notification](https://github.com/fluttercandies/pull_to_refresh_notification)|Flutter plugin for building pull to refresh effects with PullToRefreshNotification and PullToRefreshContainer quickly.|182|2023-08-17|
|119|[Wolfteam/Shiori](https://github.com/Wolfteam/Shiori)|The app you need for Genshin Impact|178|2024-02-04|
|119|[Wolfteam/Shiori](https://github.com/Wolfteam/Shiori)|The app you need for Genshin Impact|178|2024-02-10|
|120|[CoderTitan/mahuaPet](https://github.com/CoderTitan/mahuaPet)|Flutter跨平台开发的完整项目---麻花宠物, 一款记录宠物生活的APP|178|2023-12-18|
|121|[zhouteng0217/ShareExtend](https://github.com/zhouteng0217/ShareExtend)|调用系统分享的Flutter组件支持分享文本图片视频和文件|176|2023-11-15|
|122|[DanXi-Dev/DanXi](https://github.com/DanXi-Dev/DanXi)|[Windows / Mac / Android / iOS] Maybe the best all-rounded service app for Fudan University students. 可能是复旦学生最好的第三方校园服务APP。|174|2024-01-27|
|123|[BoxCatTeam/SRCat](https://github.com/BoxCatTeam/SRCat)|Honkai: Star Rail Toolbox 崩坏:星穹铁道工具箱|171|2023-12-28|
|124|[gabrielpacheco23/google-translator](https://github.com/gabrielpacheco23/google-translator)|Free Google Translator for Dart|156|2024-02-09|
|125|[BYR-App-Dev/byr_mobile_app](https://github.com/BYR-App-Dev/byr_mobile_app)|open-source mobile app for bbs.byr.cn|151|2023-10-23|
|126|[niuhuan/kobi](https://github.com/niuhuan/kobi)|拷贝漫画客户端|146|2024-01-24|
|127|[arcticfox1919/LuaDardo](https://github.com/arcticfox1919/LuaDardo)|A Lua virtual machine written in Dart|144|2024-02-06|
|126|[niuhuan/kobi](https://github.com/niuhuan/kobi)|拷贝漫画客户端|147|2024-01-24|
|127|[arcticfox1919/LuaDardo](https://github.com/arcticfox1919/LuaDardo)|A Lua virtual machine written in Dart|145|2024-02-06|
|128|[gfaraday/g_faraday](https://github.com/gfaraday/g_faraday)|A plugin for building hybrid stack apps with flutter|142|2024-01-27|
|129|[arcticfox1919/flutter-scankit](https://github.com/arcticfox1919/flutter-scankit)|Flutter QR code scanning|136|2023-10-14|
|130|[SpicyChair/pluvia_weather_flutter](https://github.com/SpicyChair/pluvia_weather_flutter)|Pluvia 🌦️ A weather app with beautiful animations, built with Flutter.|136|2023-08-19|
@ -156,8 +156,8 @@
|149|[fluttercandies/flutter_tilt](https://github.com/fluttercandies/flutter_tilt)|👀 Easily apply tilt parallax hover effects for Flutter, which supports tilt, light, shadow effects, and gyroscope sensors 为 Flutter 轻松创建倾斜视差悬停效果,支持倾斜、光照、阴影效果和陀螺仪传感器|91|2024-02-08|
|150|[nano71/GlutAssistantN](https://github.com/nano71/GlutAssistantN)|桂林理工大学-空港校区(分校)-桂工助手N|88|2024-01-23|
|151|[zhaolongs/Flutter_Fai_Webview](https://github.com/zhaolongs/Flutter_Fai_Webview)|Flutter 加载 Html 插件Flutter与JS的双向互调|88|2023-09-22|
|152|[liuchuancong/parse_video](https://github.com/liuchuancong/parse_video)|抖音/皮皮虾/火山/微视/微博/绿洲/最右/轻视频/instagram/哔哩哔哩/快手/全民小视频/皮皮搞笑/全民k歌/巴塞电影/陌陌/Before避风/开眼/Vue Vlog/小咖秀/西瓜视频/逗拍/虎牙/6间房/新片场/Acfun/美拍|87|2023-08-16|
|153|[jing332/AListFlutter](https://github.com/jing332/AListFlutter)|AList 安卓版本APK安装即用无需Root或Termux。|84|2024-01-27|
|152|[jing332/AListFlutter](https://github.com/jing332/AListFlutter)|AList 安卓版本APK安装即用无需Root或Termux。|87|2024-02-11|
|153|[liuchuancong/parse_video](https://github.com/liuchuancong/parse_video)|抖音/皮皮虾/火山/微视/微博/绿洲/最右/轻视频/instagram/哔哩哔哩/快手/全民小视频/皮皮搞笑/全民k歌/巴塞电影/陌陌/Before避风/开眼/Vue Vlog/小咖秀/西瓜视频/逗拍/虎牙/6间房/新片场/Acfun/美拍|87|2023-08-16|
|154|[elementlo/shorey](https://github.com/elementlo/shorey)|Shorey is a simple note app which is built with Flutter 2 3 and supports both Android/iOS platforms. It provides me full experience of interacting with Flutter and in the meantime I hope it can be you ...|84|2023-11-21|
|155|[finogeeks/mop-flutter-sdk](https://github.com/finogeeks/mop-flutter-sdk)|FinClip 小程序 Flutter SDK 插件,用于在 Flutter 应用中运行小程序 / Flutter SDK for FinClip|83|2024-02-05|
|156|[seasonZhu/GetXStudy](https://github.com/seasonZhu/GetXStudy)|使用GetX重构了Flutter wanandroid客户端|82|2024-01-29|

@ -1,118 +1,118 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Go
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[fatedier/frp](https://github.com/fatedier/frp)|A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.|77044|2024-02-07|
|2|[gogs/gogs](https://github.com/gogs/gogs)|Gogs is a painless self-hosted Git service|43765|2024-02-02|
|3|[go-gitea/gitea](https://github.com/go-gitea/gitea)|Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD|40569|2024-02-10|
|4|[pingcap/tidb](https://github.com/pingcap/tidb)|TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial|35697|2024-02-10|
|5|[alist-org/alist](https://github.com/alist-org/alist)|🗂A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序使用 Gin 和 Solidjs。|35001|2024-02-09|
|6|[beego/beego](https://github.com/beego/beego)|beego is an open-source, high-performance web framework for the Go programming language.|30641|2024-02-08|
|7|[ehang-io/nps](https://github.com/ehang-io/nps)|一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面内网dns解析、内网socks5代理等等……并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, ...|28555|2024-01-11|
|8|[zeromicro/go-zero](https://github.com/zeromicro/go-zero)|A cloud-native Go microservices framework with cli tool for productivity.|27007|2024-02-10|
|9|[cloudreve/Cloudreve](https://github.com/cloudreve/Cloudreve)|🌩支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers)|20306|2024-01-05|
|10|[grpc/grpc-go](https://github.com/grpc/grpc-go)|The Go language implementation of gRPC. HTTP/2 based RPC|19519|2024-02-10|
|11|[flipped-aurora/gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin)|基于vite+vue3+gin搭建的开发基础平台支持TS,JS混用集成jwt鉴权权限管理动态路由显隐可控组件分页封装多点登录拦截资源权限上传下载代码生成器表单生成器,chatGPT自动查表等开发必备功能。|19352|2024-02-07|
|1|[fatedier/frp](https://github.com/fatedier/frp)|A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.|77069|2024-02-07|
|2|[gogs/gogs](https://github.com/gogs/gogs)|Gogs is a painless self-hosted Git service|43768|2024-02-02|
|3|[go-gitea/gitea](https://github.com/go-gitea/gitea)|Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD|40584|2024-02-11|
|4|[pingcap/tidb](https://github.com/pingcap/tidb)|TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial|35698|2024-02-11|
|5|[alist-org/alist](https://github.com/alist-org/alist)|🗂A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序使用 Gin 和 Solidjs。|35020|2024-02-09|
|6|[beego/beego](https://github.com/beego/beego)|beego is an open-source, high-performance web framework for the Go programming language.|30644|2024-02-08|
|7|[ehang-io/nps](https://github.com/ehang-io/nps)|一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面内网dns解析、内网socks5代理等等……并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, ...|28559|2024-01-11|
|8|[zeromicro/go-zero](https://github.com/zeromicro/go-zero)|A cloud-native Go microservices framework with cli tool for productivity.|27011|2024-02-10|
|9|[cloudreve/Cloudreve](https://github.com/cloudreve/Cloudreve)|🌩支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers)|20315|2024-01-05|
|10|[grpc/grpc-go](https://github.com/grpc/grpc-go)|The Go language implementation of gRPC. HTTP/2 based RPC|19523|2024-02-10|
|11|[flipped-aurora/gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin)|基于vite+vue3+gin搭建的开发基础平台支持TS,JS混用集成jwt鉴权权限管理动态路由显隐可控组件分页封装多点登录拦截资源权限上传下载代码生成器表单生成器,chatGPT自动查表等开发必备功能。|19355|2024-02-07|
|12|[redis/go-redis](https://github.com/redis/go-redis)|Redis Go client|18703|2024-02-07|
|13|[qax-os/excelize](https://github.com/qax-os/excelize)|Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets|16721|2024-02-04|
|14|[1Panel-dev/1Panel](https://github.com/1Panel-dev/1Panel)|🔥 🔥 🔥 现代化、开源的 Linux 服务器运维管理面板。|15364|2024-02-09|
|15|[XIU2/CloudflareSpeedTest](https://github.com/XIU2/CloudflareSpeedTest)|🌩「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP !当然也支持其他 CDN / 网站 IP ~|15272|2024-01-20|
|13|[qax-os/excelize](https://github.com/qax-os/excelize)|Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets|16726|2024-02-04|
|14|[1Panel-dev/1Panel](https://github.com/1Panel-dev/1Panel)|🔥 🔥 🔥 现代化、开源的 Linux 服务器运维管理面板。|15376|2024-02-09|
|15|[XIU2/CloudflareSpeedTest](https://github.com/XIU2/CloudflareSpeedTest)|🌩「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP !当然也支持其他 CDN / 网站 IP ~|15283|2024-01-20|
|16|[snail007/goproxy](https://github.com/snail007/goproxy)|🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port ...|14894|2023-12-13|
|17|[lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region)|Ip2region (2.0 - xdb) is a offline IP address manager framework and locator, support billions of data segments, ten microsecond searching performance. xdb engine implementation for many programming la ...|14867|2023-11-10|
|18|[ginuerzh/gost](https://github.com/ginuerzh/gost)|GO Simple Tunnel - a simple tunnel written in golang|14755|2024-02-02|
|19|[ent/ent](https://github.com/ent/ent)|An entity framework for Go|14593|2024-02-09|
|17|[lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region)|Ip2region (2.0 - xdb) is a offline IP address manager framework and locator, support billions of data segments, ten microsecond searching performance. xdb engine implementation for many programming la ...|14870|2023-11-10|
|18|[ginuerzh/gost](https://github.com/ginuerzh/gost)|GO Simple Tunnel - a simple tunnel written in golang|14756|2024-02-02|
|19|[ent/ent](https://github.com/ent/ent)|An entity framework for Go|14595|2024-02-11|
|20|[geektutu/7days-golang](https://github.com/geektutu/7days-golang)|7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列|14342|2023-09-15|
|21|[txthinking/brook](https://github.com/txthinking/brook)|A cross-platform programmable network tool|14131|2024-02-10|
|22|[cosmtrek/air](https://github.com/cosmtrek/air)|☁️ Live reload for Go apps|13943|2024-02-02|
|23|[openimsdk/open-im-server](https://github.com/openimsdk/open-im-server)|IM Chat |12581|2024-02-09|
|24|[apernet/hysteria](https://github.com/apernet/hysteria)|Hysteria is a powerful, lightning fast and censorship resistant proxy.|12060|2024-02-03|
|21|[txthinking/brook](https://github.com/txthinking/brook)|A cross-platform programmable network tool|14132|2024-02-10|
|22|[cosmtrek/air](https://github.com/cosmtrek/air)|☁️ Live reload for Go apps|13966|2024-02-02|
|23|[openimsdk/open-im-server](https://github.com/openimsdk/open-im-server)|IM Chat |12582|2024-02-11|
|24|[apernet/hysteria](https://github.com/apernet/hysteria)|Hysteria is a powerful, lightning fast and censorship resistant proxy.|12067|2024-02-03|
|25|[peterq/pan-light](https://github.com/peterq/pan-light)|百度网盘不限速客户端, golang + qt5, 跨平台图形界面|12048|2023-09-17|
|26|[panjf2000/ants](https://github.com/panjf2000/ants)|🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go./ ants 是一个高性能且低损耗的 goroutine 池。|11712|2024-02-05|
|27|[tinode/chat](https://github.com/tinode/chat)|Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots|11184|2024-02-06|
|28|[crawlab-team/crawlab](https://github.com/crawlab-team/crawlab)|Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架|10595|2024-01-10|
|29|[gogf/gf](https://github.com/gogf/gf)|GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang. |10542|2024-02-09|
|26|[panjf2000/ants](https://github.com/panjf2000/ants)|🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go./ ants 是一个高性能且低损耗的 goroutine 池。|11714|2024-02-05|
|27|[tinode/chat](https://github.com/tinode/chat)|Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots|11185|2024-02-06|
|28|[crawlab-team/crawlab](https://github.com/crawlab-team/crawlab)|Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架|10594|2024-01-10|
|29|[gogf/gf](https://github.com/gogf/gf)|GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang. |10543|2024-02-11|
|30|[go-admin-team/go-admin](https://github.com/go-admin-team/go-admin)|基于Gin + Vue + Element UI & Arco Design & Ant Design 的前后端分离权限管理系统脚手架包含了多租户的支持基础用户管理功能jwt鉴权代码生成器RBAC资源控制表单构建定时任务等3分钟构建自己的中后台项目项目文档》https://www.go-admin.pro V2 Demo https://vue2.go-admin.d ...|10464|2023-12-18|
|31|[Mrs4s/go-cqhttp](https://github.com/Mrs4s/go-cqhttp)|cqhttp的golang实现轻量、原生跨平台.|10075|2024-01-07|
|32|[moonD4rk/HackBrowserData](https://github.com/moonD4rk/HackBrowserData)|Decrypt passwords/cookies/history/bookmarks from the browser. 一款可全平台运行的浏览器数据导出解密工具。|9605|2024-02-10|
|33|[blevesearch/bleve](https://github.com/blevesearch/bleve)|A modern text indexing library for go|9479|2024-02-08|
|34|[swaggo/swag](https://github.com/swaggo/swag)|Automatically generate RESTful API documentation with Swagger 2.0 for Go.|9396|2024-02-09|
|31|[Mrs4s/go-cqhttp](https://github.com/Mrs4s/go-cqhttp)|cqhttp的golang实现轻量、原生跨平台.|10079|2024-01-07|
|32|[moonD4rk/HackBrowserData](https://github.com/moonD4rk/HackBrowserData)|Decrypt passwords/cookies/history/bookmarks from the browser. 一款可全平台运行的浏览器数据导出解密工具。|9604|2024-02-10|
|33|[blevesearch/bleve](https://github.com/blevesearch/bleve)|A modern text indexing library for go|9481|2024-02-11|
|34|[swaggo/swag](https://github.com/swaggo/swag)|Automatically generate RESTful API documentation with Swagger 2.0 for Go.|9397|2024-02-09|
|35|[gwuhaolin/livego](https://github.com/gwuhaolin/livego)|live video streaming server in golang|9365|2023-10-19|
|36|[go-vgo/robotgo](https://github.com/go-vgo/robotgo)|RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar|9049|2024-01-03|
|37|[panjf2000/gnet](https://github.com/panjf2000/gnet)|🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。|8401|2024-02-05|
|36|[go-vgo/robotgo](https://github.com/go-vgo/robotgo)|RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar|9051|2024-01-03|
|37|[panjf2000/gnet](https://github.com/panjf2000/gnet)|🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。|8404|2024-02-05|
|38|[ccfos/nightingale](https://github.com/ccfos/nightingale)|An all-in-one observability solution which aims to combine the advantages of Prometheus and Grafana. It manages alert rules and visualizes metrics, logs, traces in a beautiful web UI.|8358|2024-02-08|
|39|[jeessy2/ddns-go](https://github.com/jeessy2/ddns-go)|Simple and easy to use DDNS. Support Aliyun, Tencent Cloud, Dnspod, Cloudflare, Callback, Huawei Cloud, Baidu Cloud, Porkbun, GoDaddy, Namecheap, NameSilo...|8261|2024-02-08|
|40|[aaamoon/copilot-gpt4-service](https://github.com/aaamoon/copilot-gpt4-service)|Convert Github Copilot to ChatGPT|8259|2024-02-09|
|39|[aaamoon/copilot-gpt4-service](https://github.com/aaamoon/copilot-gpt4-service)|Convert Github Copilot to ChatGPT|8272|2024-02-09|
|40|[jeessy2/ddns-go](https://github.com/jeessy2/ddns-go)|Simple and easy to use DDNS. Support Aliyun, Tencent Cloud, Dnspod, Cloudflare, Callback, Huawei Cloud, Baidu Cloud, Porkbun, GoDaddy, Namecheap, NameSilo...|8269|2024-02-08|
|41|[cookieY/Yearning](https://github.com/cookieY/Yearning)|🐳 A most popular sql audit platform for mysql |8152|2024-01-29|
|42|[smallnest/rpcx](https://github.com/smallnest/rpcx)|Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱! build for cloud!|7881|2024-02-02|
|43|[onsi/ginkgo](https://github.com/onsi/ginkgo)|A Modern Testing Framework for Go|7770|2024-02-08|
|42|[smallnest/rpcx](https://github.com/smallnest/rpcx)|Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱! build for cloud!|7882|2024-02-02|
|43|[onsi/ginkgo](https://github.com/onsi/ginkgo)|A Modern Testing Framework for Go|7771|2024-02-08|
|44|[shadow1ng/fscan](https://github.com/shadow1ng/fscan)|一款内网综合扫描工具,方便一键自动化、全方位漏扫扫描。|7519|2024-01-15|
|45|[urfave/negroni](https://github.com/urfave/negroni)|Idiomatic HTTP Middleware for Golang|7397|2023-10-07|
|46|[jetpack-io/devbox](https://github.com/jetpack-io/devbox)|Instant, easy, and predictable development environments|6936|2024-02-10|
|47|[charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss)|Style definitions for nice terminal layouts 👄|6920|2024-02-09|
|46|[jetpack-io/devbox](https://github.com/jetpack-io/devbox)|Instant, easy, and predictable development environments|6939|2024-02-11|
|47|[charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss)|Style definitions for nice terminal layouts 👄|6924|2024-02-09|
|48|[mindoc-org/mindoc](https://github.com/mindoc-org/mindoc)|Golang实现的基于beego框架的接口在线文档管理系统|6891|2024-01-30|
|49|[YaoApp/yao](https://github.com/YaoApp/yao)|:rocket: A performance app engine to create web services and applications in minutes.Suitable for AI, IoT, Industrial Internet, Connected Vehicles, DevOps, Energy, Finance and many other use-cases.|6740|2024-02-10|
|50|[mmcgrana/gobyexample](https://github.com/mmcgrana/gobyexample)|Go by Example|6711|2024-02-09|
|49|[YaoApp/yao](https://github.com/YaoApp/yao)|:rocket: A performance app engine to create web services and applications in minutes.Suitable for AI, IoT, Industrial Internet, Connected Vehicles, DevOps, Energy, Finance and many other use-cases.|6742|2024-02-10|
|50|[mmcgrana/gobyexample](https://github.com/mmcgrana/gobyexample)|Go by Example|6713|2024-02-09|
|51|[yeasy/blockchain_guide](https://github.com/yeasy/blockchain_guide)|Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.|6663|2023-12-30|
|52|[aceld/zinx](https://github.com/aceld/zinx)|A lightweight concurrent server framework based on Golang.(基于Golang轻量级TCP并发服务器框架).|6595|2024-02-04|
|53|[cloudwego/kitex](https://github.com/cloudwego/kitex)|Go RPC framework with high-performance and strong-extensibility for building micro-services.|6495|2024-02-07|
|54|[flike/kingshard](https://github.com/flike/kingshard)|A high-performance MySQL proxy|6311|2023-12-04|
|55|[EasyDarwin/EasyDarwin](https://github.com/EasyDarwin/EasyDarwin)|open source、high performance、industrial rtsp streaming server,a lot of optimization on streaming relay,KeyFrame cache,RESTful,and web management,also EasyDarwin support distributed load balancing,a si ...|6264|2024-01-07|
|56|[kubeedge/kubeedge](https://github.com/kubeedge/kubeedge)|Kubernetes Native Edge Computing Framework (project under CNCF)|6259|2024-02-07|
|57|[bytedance/sonic](https://github.com/bytedance/sonic)|A blazingly fast JSON serializing & deserializing library|6036|2024-02-10|
|55|[EasyDarwin/EasyDarwin](https://github.com/EasyDarwin/EasyDarwin)|open source、high performance、industrial rtsp streaming server,a lot of optimization on streaming relay,KeyFrame cache,RESTful,and web management,also EasyDarwin support distributed load balancing,a si ...|6265|2024-01-07|
|56|[kubeedge/kubeedge](https://github.com/kubeedge/kubeedge)|Kubernetes Native Edge Computing Framework (project under CNCF)|6260|2024-02-07|
|57|[bytedance/sonic](https://github.com/bytedance/sonic)|A blazingly fast JSON serializing & deserializing library|6037|2024-02-11|
|58|[bfenetworks/bfe](https://github.com/bfenetworks/bfe)|A modern layer 7 load balancer from baidu|6028|2023-12-18|
|59|[Hackl0us/GeoIP2-CN](https://github.com/Hackl0us/GeoIP2-CN)|小巧精悍、准确、实用 GeoIP2 数据库|5955|2024-02-10|
|60|[kubevela/kubevela](https://github.com/kubevela/kubevela)|The Modern Application Platform.|5901|2024-02-07|
|61|[evrone/go-clean-template](https://github.com/evrone/go-clean-template)|Clean Architecture template for Golang services|5769|2023-11-16|
|62|[naiba/nezha](https://github.com/naiba/nezha)|:trollface: Self-hosted, lightweight server and website monitoring and O&M tool|5767|2024-02-09|
|59|[Hackl0us/GeoIP2-CN](https://github.com/Hackl0us/GeoIP2-CN)|小巧精悍、准确、实用 GeoIP2 数据库|5958|2024-02-10|
|60|[kubevela/kubevela](https://github.com/kubevela/kubevela)|The Modern Application Platform.|5903|2024-02-07|
|61|[evrone/go-clean-template](https://github.com/evrone/go-clean-template)|Clean Architecture template for Golang services|5772|2023-11-16|
|62|[naiba/nezha](https://github.com/naiba/nezha)|:trollface: Self-hosted, lightweight server and website monitoring and O&M tool|5771|2024-02-11|
|63|[chaosblade-io/chaosblade](https://github.com/chaosblade-io/chaosblade)|An easy to use and powerful chaos engineering experiment toolkit.(阿里巴巴开源的一款简单易用、功能强大的混沌实验注入工具)|5695|2024-01-27|
|64|[ouqiang/gocron](https://github.com/ouqiang/gocron)|定时任务管理系统|5468|2023-12-13|
|65|[xinliangnote/go-gin-api](https://github.com/xinliangnote/go-gin-api)|基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码、gR ...|5285|2023-12-23|
|66|[apernet/OpenGFW](https://github.com/apernet/OpenGFW)|OpenGFW is a flexible, easy-to-use, open source implementation of GFW (Great Firewall of China) on Linux|5270|2024-02-09|
|65|[xinliangnote/go-gin-api](https://github.com/xinliangnote/go-gin-api)|基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码、gR ...|5286|2023-12-23|
|66|[apernet/OpenGFW](https://github.com/apernet/OpenGFW)|OpenGFW is a flexible, easy-to-use, open source implementation of GFW (Great Firewall of China) on Linux|5282|2024-02-10|
|67|[TencentBlueKing/bk-cmdb](https://github.com/TencentBlueKing/bk-cmdb)|蓝鲸智云配置平台(BlueKing CMDB)|5256|2024-02-05|
|68|[Jrohy/trojan](https://github.com/Jrohy/trojan)|trojan多用户管理部署程序, 支持web页面管理|5178|2023-12-26|
|69|[nuclio/nuclio](https://github.com/nuclio/nuclio)|High-Performance Serverless event and data processing platform|5094|2024-02-09|
|70|[ffhelicopter/Go42](https://github.com/ffhelicopter/Go42)|《Go语言四十二章经》详细讲述Go语言规范与语法细节及开发中常见的误区通过研读标准库等经典代码设计模式启发读者深刻理解Go语言的核心思维进入Go语言开发的更高阶段。|4936|2024-02-02|
|71|[KubeOperator/KubeOperator](https://github.com/KubeOperator/KubeOperator)|KubeOperator 是一个开源的轻量级 Kubernetes 发行版,专注于帮助企业规划、部署和运营生产级别的 K8s 集群。|4903|2023-12-28|
|72|[lni/dragonboat](https://github.com/lni/dragonboat)|A feature complete and high performance multi-group Raft library in Go. |4857|2024-01-15|
|73|[ReactiveX/RxGo](https://github.com/ReactiveX/RxGo)|Reactive Extensions for the Go language.|4813|2024-01-07|
|71|[KubeOperator/KubeOperator](https://github.com/KubeOperator/KubeOperator)|KubeOperator 是一个开源的轻量级 Kubernetes 发行版,专注于帮助企业规划、部署和运营生产级别的 K8s 集群。|4905|2023-12-28|
|72|[lni/dragonboat](https://github.com/lni/dragonboat)|A feature complete and high performance multi-group Raft library in Go. |4860|2024-01-15|
|73|[ReactiveX/RxGo](https://github.com/ReactiveX/RxGo)|Reactive Extensions for the Go language.|4814|2024-01-07|
|74|[goodrain/rainbond](https://github.com/goodrain/rainbond)|No need to know Kubernetes' cloud native application management platform 不用懂 Kubernetes 的云原生应用管理平台|4617|2024-02-05|
|75|[apache/dubbo-go](https://github.com/apache/dubbo-go)|Go Implementation For Apache Dubbo .|4612|2024-02-04|
|76|[go-rod/rod](https://github.com/go-rod/rod)|A Devtools driver for web automation and scraping|4556|2024-02-04|
|77|[cloudwego/hertz](https://github.com/cloudwego/hertz)|Go HTTP framework with high-performance and strong-extensibility for building micro-services.|4509|2024-02-08|
|78|[nxtrace/NTrace-core](https://github.com/nxtrace/NTrace-core)|NextTrace, an open source visual route tracking CLI tool|4502|2023-12-23|
|76|[go-rod/rod](https://github.com/go-rod/rod)|A Devtools driver for web automation and scraping|4560|2024-02-04|
|77|[cloudwego/hertz](https://github.com/cloudwego/hertz)|Go HTTP framework with high-performance and strong-extensibility for building micro-services.|4510|2024-02-08|
|78|[nxtrace/NTrace-core](https://github.com/nxtrace/NTrace-core)|NextTrace, an open source visual route tracking CLI tool|4503|2023-12-23|
|79|[silenceper/wechat](https://github.com/silenceper/wechat)|WeChat SDK for Go 微信SDK简单、易用|4495|2024-01-29|
|80|[golang-module/carbon](https://github.com/golang-module/carbon)|A simple, semantic and developer-friendly golang package for time|4352|2024-02-07|
|80|[golang-module/carbon](https://github.com/golang-module/carbon)|A simple, semantic and developer-friendly golang package for time|4353|2024-02-07|
|81|[tidwall/buntdb](https://github.com/tidwall/buntdb)|BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support|4313|2024-01-05|
|82|[douyu/jupiter](https://github.com/douyu/jupiter)|Jupiter: Governance-oriented Microservice Framework.|4304|2024-02-10|
|83|[openkruise/kruise](https://github.com/openkruise/kruise)|Automated management of large-scale applications on Kubernetes (incubating project under CNCF)|4275|2024-02-09|
|82|[douyu/jupiter](https://github.com/douyu/jupiter)|Jupiter: Governance-oriented Microservice Framework.|4305|2024-02-10|
|83|[openkruise/kruise](https://github.com/openkruise/kruise)|Automated management of large-scale applications on Kubernetes (incubating project under CNCF)|4276|2024-02-09|
|84|[golang-design/under-the-hood](https://github.com/golang-design/under-the-hood)|📚 Go: Under The Hood Go 语言原本 https://golang.design/under-the-hood|4255|2023-10-17|
|85|[rosedblabs/rosedb](https://github.com/rosedblabs/rosedb)|Lightweight, fast and reliable key/value storage engine based on Bitcask.|4221|2024-02-04|
|86|[cubefs/cubefs](https://github.com/cubefs/cubefs)|cloud-native file store|4212|2024-02-10|
|87|[orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|a thread-safe concurrent map for go|4045|2024-01-22|
|88|[eatmoreapple/openwechat](https://github.com/eatmoreapple/openwechat)|golang微信SDK|3982|2024-01-09|
|88|[eatmoreapple/openwechat](https://github.com/eatmoreapple/openwechat)|golang微信SDK|3983|2024-01-09|
|89|[lwch/natpass](https://github.com/lwch/natpass)|🔥居家办公,远程开发神器|3978|2023-11-30|
|90|[httprunner/httprunner](https://github.com/httprunner/httprunner)|HttpRunner 是一个开源的 API/UI 测试工具,简单易用,功能强大,具有丰富的插件化机制和高度的可扩展能力。|3930|2024-01-30|
|91|[karmada-io/karmada](https://github.com/karmada-io/karmada)|Open, Multi-Cloud, Multi-Cluster Kubernetes Orchestration|3891|2024-02-08|
|92|[imroc/req](https://github.com/imroc/req)|Simple Go HTTP client with Black Magic|3891|2024-01-05|
|93|[Mikaelemmmm/go-zero-looklook](https://github.com/Mikaelemmmm/go-zero-looklook)|🔥基于go-zero(go zero) 微服务全技术栈开发最佳实践项目。Develop best practice projects based on the full technology stack of go zero (go zero) microservices.|3860|2024-01-26|
|94|[cloudwego/netpoll](https://github.com/cloudwego/netpoll)|A high-performance non-blocking I/O networking framework focusing on RPC scenarios.|3816|2024-02-07|
|94|[cloudwego/netpoll](https://github.com/cloudwego/netpoll)|A high-performance non-blocking I/O networking framework focusing on RPC scenarios.|3817|2024-02-07|
|95|[sjqzhang/go-fastdfs](https://github.com/sjqzhang/go-fastdfs)|go-fastdfs 是一个简单的分布式文件系统(私有云存储)具有无中心、高性能高可靠免维护等优点支持断点续传分块上传小文件合并自动同步自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliabil ...|3759|2024-01-08|
|96|[go-pay/gopay](https://github.com/go-pay/gopay)|微信、支付宝、通联支付、拉卡拉、PayPal、Apple 的Go版本SDK。【极简、易用的聚合支付SDK】|3688|2024-02-07|
|97|[txn2/kubefwd](https://github.com/txn2/kubefwd)|Bulk port forwarding Kubernetes services for local development.|3637|2023-10-11|
|98|[rocboss/paopao-ce](https://github.com/rocboss/paopao-ce)|🔥An artistic "twitter like" community built on gin+zinc+vue+ts 清新文艺微社区|3587|2024-02-09|
|99|[lcvvvv/kscan](https://github.com/lcvvvv/kscan)|Kscan是一款纯go开发的全方位扫描器具备端口扫描、协议检测、指纹识别暴力破解等功能。支持协议1200+协议指纹10000+应用指纹20000+暴力破解协议10余种。|3544|2023-08-22|
|98|[rocboss/paopao-ce](https://github.com/rocboss/paopao-ce)|🔥An artistic "twitter like" community built on gin+zinc+vue+ts 清新文艺微社区|3588|2024-02-09|
|99|[lcvvvv/kscan](https://github.com/lcvvvv/kscan)|Kscan是一款纯go开发的全方位扫描器具备端口扫描、协议检测、指纹识别暴力破解等功能。支持协议1200+协议指纹10000+应用指纹20000+暴力破解协议10余种。|3545|2023-08-22|
|100|[tair-opensource/RedisShake](https://github.com/tair-opensource/RedisShake)|RedisShake is a Redis data processing and migration tool.|3523|2024-02-02|
|101|[youshandefeiyang/LiveRedirect](https://github.com/youshandefeiyang/LiveRedirect)|LiveRedirect|3519|2024-01-17|
|101|[youshandefeiyang/LiveRedirect](https://github.com/youshandefeiyang/LiveRedirect)|LiveRedirect|3522|2024-01-17|
|102|[cdk-team/CDK](https://github.com/cdk-team/CDK)|📦 Make security testing of K8s, Docker, and Containerd easier.|3510|2023-10-17|
|103|[duke-git/lancet](https://github.com/duke-git/lancet)|A comprehensive, efficient, and reusable util function library of Go.|3508|2024-02-06|
|104|[EndlessCheng/codeforces-go](https://github.com/EndlessCheng/codeforces-go)|算法竞赛模板库 by 灵茶山艾府 💭💡🎈|3505|2024-02-10|
|103|[duke-git/lancet](https://github.com/duke-git/lancet)|A comprehensive, efficient, and reusable util function library of Go.|3509|2024-02-06|
|104|[EndlessCheng/codeforces-go](https://github.com/EndlessCheng/codeforces-go)|算法竞赛模板库 by 灵茶山艾府 💭💡🎈|3506|2024-02-11|
|105|[cherish-chat/xxim-server](https://github.com/cherish-chat/xxim-server)|惺惺 —— 属于你的社交地盘惺惺是一个100%开源社交平台每个人都可以搭建自己的服务器掌握数据的所有权。此APP非盈利项目|3441|2023-08-31|
|106|[marmotedu/iam](https://github.com/marmotedu/iam)|企业级的 Go 语言实战项目:认证和授权系统(带配套课程)|3433|2024-01-12|
|107|[hwholiday/learning_tools](https://github.com/hwholiday/learning_tools)|Go 学习、Go 进阶、Go 实用工具类、Go DDD 项目落地、Go-kit 、Go-Micro 、Go 推送平台、微服务实践|3431|2023-11-09|
|108|[zu1k/nali](https://github.com/zu1k/nali)|An offline tool for querying IP geographic information and CDN provider. 一个查询IP地理信息和CDN服务提供商的离线终端工具.|3421|2024-01-08|
|106|[marmotedu/iam](https://github.com/marmotedu/iam)|企业级的 Go 语言实战项目:认证和授权系统(带配套课程)|3434|2024-01-12|
|107|[hwholiday/learning_tools](https://github.com/hwholiday/learning_tools)|Go 学习、Go 进阶、Go 实用工具类、Go DDD 项目落地、Go-kit 、Go-Micro 、Go 推送平台、微服务实践|3432|2023-11-09|
|108|[zu1k/nali](https://github.com/zu1k/nali)|An offline tool for querying IP geographic information and CDN provider. 一个查询IP地理信息和CDN服务提供商的离线终端工具.|3422|2024-01-08|
|109|[tickstep/aliyunpan](https://github.com/tickstep/aliyunpan)|阿里云盘命令行客户端支持JavaScript插件支持同步备份功能。|3416|2024-01-30|
|110|[phachon/mm-wiki](https://github.com/phachon/mm-wiki)|MM-Wiki 一个轻量级的企业知识分享与团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。部署方便,使用简单,帮助团队构建一个信息共享、文档管理的协作环境。|3408|2024-01-28|
|111|[link1st/go-stress-testing](https://github.com/link1st/go-stress-testing)|go 实现的压测工具ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】|3385|2024-01-16|
@ -121,30 +121,30 @@
|114|[HDT3213/godis](https://github.com/HDT3213/godis)|A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群|3188|2024-01-19|
|115|[kevwan/tproxy](https://github.com/kevwan/tproxy)|A cli tool to proxy and analyze TCP connections.|3121|2024-02-08|
|116|[chaozh/MIT-6.824](https://github.com/chaozh/MIT-6.824)|Basic Sources for MIT 6.824 Distributed Systems Class|3051|2023-10-02|
|117|[ChineseSubFinder/ChineseSubFinder](https://github.com/ChineseSubFinder/ChineseSubFinder)|自动化中文字幕下载。字幕网站支持 shooter、xunlei、arrst、a4k、SubtitleBest 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM|2971|2024-01-19|
|118|[helmfile/helmfile](https://github.com/helmfile/helmfile)|Declaratively deploy your Kubernetes manifests, Kustomize configs, and Charts as Helm releases. Generate all-in-one manifests for use with ArgoCD.|2953|2024-02-10|
|119|[iyear/tdl](https://github.com/iyear/tdl)|📥 A Telegram downloader/tools written in Golang|2916|2024-02-10|
|120|[hr3lxphr6j/bililive-go](https://github.com/hr3lxphr6j/bililive-go)|一个直播录制工具|2902|2024-02-09|
|121|[XTLS/REALITY](https://github.com/XTLS/REALITY)|THE NEXT FUTURE|2864|2023-12-26|
|122|[CryoByte33/steam-deck-utilities](https://github.com/CryoByte33/steam-deck-utilities)|A utility to improve performance and help manage storage on Steam Deck.|2821|2024-02-04|
|123|[AlexxIT/go2rtc](https://github.com/AlexxIT/go2rtc)|Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.|2807|2024-02-10|
|117|[ChineseSubFinder/ChineseSubFinder](https://github.com/ChineseSubFinder/ChineseSubFinder)|自动化中文字幕下载。字幕网站支持 shooter、xunlei、arrst、a4k、SubtitleBest 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM|2974|2024-01-19|
|118|[helmfile/helmfile](https://github.com/helmfile/helmfile)|Declaratively deploy your Kubernetes manifests, Kustomize configs, and Charts as Helm releases. Generate all-in-one manifests for use with ArgoCD.|2953|2024-02-11|
|119|[iyear/tdl](https://github.com/iyear/tdl)|📥 A Telegram downloader/tools written in Golang|2917|2024-02-10|
|120|[hr3lxphr6j/bililive-go](https://github.com/hr3lxphr6j/bililive-go)|一个直播录制工具|2904|2024-02-09|
|121|[XTLS/REALITY](https://github.com/XTLS/REALITY)|THE NEXT FUTURE|2865|2023-12-26|
|122|[CryoByte33/steam-deck-utilities](https://github.com/CryoByte33/steam-deck-utilities)|A utility to improve performance and help manage storage on Steam Deck.|2823|2024-02-04|
|123|[AlexxIT/go2rtc](https://github.com/AlexxIT/go2rtc)|Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.|2816|2024-02-10|
|124|[Loyalsoldier/geoip](https://github.com/Loyalsoldier/geoip)|🌚 🌍 🌝 GeoIP 规则文件加强版,同时支持定制 V2Ray dat 格式路由规则文件 geoip.dat 和 MaxMind mmdb 格式文件 Country.mmdb。Enhanced edition of GeoIP files for V2Ray, Xray-core, Trojan-Go, Clash and Leaf, with replaced CN IPv4 CIDR ava ...|2800|2024-02-08|
|125|[filecoin-project/lotus](https://github.com/filecoin-project/lotus)|Reference implementation of the Filecoin protocol, written in Go|2732|2024-02-10|
|125|[filecoin-project/lotus](https://github.com/filecoin-project/lotus)|Reference implementation of the Filecoin protocol, written in Go|2732|2024-02-11|
|126|[go-chassis/go-chassis](https://github.com/go-chassis/go-chassis)|a cloud native application framework for Go with rich eco-system|2718|2023-10-11|
|127|[EdgeSecurityTeam/EHole](https://github.com/EdgeSecurityTeam/EHole)|EHole(棱洞)3.0 重构版-红队重点攻击系统指纹探测工具|2716|2023-12-20|
|128|[Qianlitp/crawlergo](https://github.com/Qianlitp/crawlergo)|A powerful browser crawler for web vulnerability scanners|2702|2023-11-09|
|129|[uptrace/uptrace](https://github.com/uptrace/uptrace)|Open source APM: OpenTelemetry traces, metrics, and logs|2684|2024-02-02|
|129|[uptrace/uptrace](https://github.com/uptrace/uptrace)|Open source APM: OpenTelemetry traces, metrics, and logs|2685|2024-02-02|
|130|[nicksnyder/go-i18n](https://github.com/nicksnyder/go-i18n)|Translate your Go program into multiple languages.|2679|2024-02-08|
|131|[mlogclub/bbs-go](https://github.com/mlogclub/bbs-go)|基于Golang的开源社区系统。|2662|2024-02-04|
|132|[erda-project/erda](https://github.com/erda-project/erda)|An enterprise-grade Cloud-Native application platform for Kubernetes.|2644|2024-02-08|
|133|[alibaba/sentinel-golang](https://github.com/alibaba/sentinel-golang)|Sentinel Go enables reliability and resiliency for Go microservices|2620|2024-01-31|
|134|[zan8in/afrog](https://github.com/zan8in/afrog)|A Security Tool for Bug Bounty, Pentest and Red Teaming.|2618|2024-02-07|
|135|[lonng/nano](https://github.com/lonng/nano)|Lightweight, facility, high performance golang based game server framework|2613|2023-11-16|
|136|[q191201771/lal](https://github.com/q191201771/lal)|🔥 Golang audio/video live streaming library/client/server. support RTMP, RTSP(RTP/RTCP), HLS, HTTP[S]/WebSocket-FLV/TS, GB28181, H264/H265/AAC/G711, relay, cluster, record, HTTP Notify/API/UI. 直播|2542|2024-02-05|
|137|[qjfoidnh/BaiduPCS-Go](https://github.com/qjfoidnh/BaiduPCS-Go)|iikira/BaiduPCS-Go原版基础上集成了分享链接/秒传链接转存功能|2538|2024-01-29|
|133|[zan8in/afrog](https://github.com/zan8in/afrog)|A Security Tool for Bug Bounty, Pentest and Red Teaming.|2621|2024-02-07|
|134|[alibaba/sentinel-golang](https://github.com/alibaba/sentinel-golang)|Sentinel Go enables reliability and resiliency for Go microservices|2620|2024-01-31|
|135|[lonng/nano](https://github.com/lonng/nano)|Lightweight, facility, high performance golang based game server framework|2614|2023-11-16|
|136|[qjfoidnh/BaiduPCS-Go](https://github.com/qjfoidnh/BaiduPCS-Go)|iikira/BaiduPCS-Go原版基础上集成了分享链接/秒传链接转存功能|2543|2024-01-29|
|137|[q191201771/lal](https://github.com/q191201771/lal)|🔥 Golang audio/video live streaming library/client/server. support RTMP, RTSP(RTP/RTCP), HLS, HTTP[S]/WebSocket-FLV/TS, GB28181, H264/H265/AAC/G711, relay, cluster, record, HTTP Notify/API/UI. 直播|2542|2024-02-05|
|138|[XiaoMi/Gaea](https://github.com/XiaoMi/Gaea)|Gaea is a mysql proxy, it's developed by xiaomi b2c-dev team.|2537|2023-10-22|
|139|[andeya/erpc](https://github.com/andeya/erpc)|An efficient, extensible and easy-to-use RPC framework.|2510|2023-11-02|
|140|[xjasonlyu/tun2socks](https://github.com/xjasonlyu/tun2socks)|tun2socks - powered by gVisor TCP/IP stack|2506|2024-02-07|
|139|[andeya/erpc](https://github.com/andeya/erpc)|An efficient, extensible and easy-to-use RPC framework.|2511|2023-11-02|
|140|[xjasonlyu/tun2socks](https://github.com/xjasonlyu/tun2socks)|tun2socks - powered by gVisor TCP/IP stack|2507|2024-02-07|
|141|[LockGit/gochat](https://github.com/LockGit/gochat)|goim server write by golang !🚀|2474|2023-11-25|
|142|[xiaonanln/goworld](https://github.com/xiaonanln/goworld)|Scalable Distributed Game Server Engine with Hot Swapping in Golang|2469|2023-11-27|
|143|[link1st/gowebsocket](https://github.com/link1st/gowebsocket)|golang基于websocket单台机器支持百万连接分布式聊天(IM)系统|2461|2023-10-31|
@ -152,41 +152,41 @@
|145|[go-ego/gse](https://github.com/go-ego/gse)|Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others.|2422|2023-11-16|
|146|[LyricTian/gin-admin](https://github.com/LyricTian/gin-admin)|A lightweight, flexible, elegant and full-featured RBAC scaffolding based on GIN + GORM 2.0 + Casbin 2.0 + Wire DI.|2396|2024-01-24|
|147|[IrineSistiana/mosdns](https://github.com/IrineSistiana/mosdns)|一个 DNS 转发器|2393|2024-01-08|
|148|[ph4ntonn/Stowaway](https://github.com/ph4ntonn/Stowaway)|👻Stowaway -- Multi-hop Proxy Tool for pentesters|2362|2023-12-05|
|149|[1Panel-dev/KubePi](https://github.com/1Panel-dev/KubePi)|KubePi 是一个现代化的 K8s 面板。|2343|2024-01-19|
|148|[ph4ntonn/Stowaway](https://github.com/ph4ntonn/Stowaway)|👻Stowaway -- Multi-hop Proxy Tool for pentesters|2363|2023-12-05|
|149|[1Panel-dev/KubePi](https://github.com/1Panel-dev/KubePi)|KubePi 是一个现代化的 K8s 面板。|2344|2024-01-19|
|150|[alberliu/gim](https://github.com/alberliu/gim)|golang写的IM服务器(服务组件形式)|2336|2024-02-05|
|151|[apache/incubator-devlake](https://github.com/apache/incubator-devlake)|Apache DevLake is an open-source dev data platform to ingest, analyze, and visualize the fragmented data from DevOps tools, extracting insights for engineering excellence, developer experience, and co ...|2333|2024-02-09|
|151|[apache/incubator-devlake](https://github.com/apache/incubator-devlake)|Apache DevLake is an open-source dev data platform to ingest, analyze, and visualize the fragmented data from DevOps tools, extracting insights for engineering excellence, developer experience, and co ...|2333|2024-02-11|
|152|[8treenet/freedom](https://github.com/8treenet/freedom)|Freedom是一个基于六边形架构的框架可以支撑充血的领域模型范式。|2321|2024-01-04|
|153|[signintech/gopdf](https://github.com/signintech/gopdf)|A simple library for generating PDF written in Go lang|2310|2024-02-04|
|154|[xxjwxc/gormt](https://github.com/xxjwxc/gormt)|database to golang struct|2301|2024-01-12|
|155|[FloatTech/ZeroBot-Plugin](https://github.com/FloatTech/ZeroBot-Plugin)|基于 ZeroBot 的 OneBot 插件|2283|2024-02-05|
|155|[FloatTech/ZeroBot-Plugin](https://github.com/FloatTech/ZeroBot-Plugin)|基于 ZeroBot 的 OneBot 插件|2284|2024-02-05|
|156|[aylei/kubectl-debug](https://github.com/aylei/kubectl-debug)|This repository is no longer maintained, please checkout https://github.com/JamesTGrant/kubectl-debug.|2279|2023-10-19|
|157|[polarismesh/polaris](https://github.com/polarismesh/polaris)|Service Discovery and Governance Platform for Microservice and Distributed Architecture|2248|2024-02-04|
|158|[babyname/fate](https://github.com/babyname/fate)|Fate is a modern science chinese name create tool. |2227|2024-02-08|
|159|[yunionio/cloudpods](https://github.com/yunionio/cloudpods)|A cloud-native open-source unified multi-cloud and hybrid-cloud platform. 开源、云原生的多云管理及混合云融合平台|2212|2024-02-10|
|159|[yunionio/cloudpods](https://github.com/yunionio/cloudpods)|A cloud-native open-source unified multi-cloud and hybrid-cloud platform. 开源、云原生的多云管理及混合云融合平台|2212|2024-02-11|
|160|[flant/shell-operator](https://github.com/flant/shell-operator)|Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster|2193|2024-01-29|
|161|[pingc0y/URLFinder](https://github.com/pingc0y/URLFinder)|一款快速、全面、易用的页面信息提取工具可快速发现和提取页面中的JS、URL和敏感信息。|2156|2024-01-05|
|162|[didi/sharingan](https://github.com/didi/sharingan)|Sharingan写轮眼是一个基于golang的流量录制回放工具适合项目重构、回归测试等。|2139|2023-09-29|
|163|[HACKERALERT/Picocrypt](https://github.com/HACKERALERT/Picocrypt)|A very small, very simple, yet very secure encryption tool.|2113|2024-01-14|
|164|[deepflowio/deepflow](https://github.com/deepflowio/deepflow)|:honeybee: :rocket::zap: eBPF-Powered Observability & Zero-Code Distributed Tracing|2111|2024-02-10|
|165|[alibaba/higress](https://github.com/alibaba/higress)|Next-generation Cloud Native Gateway 下一代云原生网关|2107|2024-02-09|
|166|[gdy666/lucky](https://github.com/gdy666/lucky)|软硬路由公网神器,ipv6/ipv4 端口转发,反向代理,DDNS,WOL,ipv4 stun内网穿透,cron,acme,阿里云盘,ftp,webdav,filebrowser|2053|2023-12-20|
|163|[deepflowio/deepflow](https://github.com/deepflowio/deepflow)|:honeybee: :rocket::zap: eBPF-Powered Observability & Zero-Code Distributed Tracing|2114|2024-02-10|
|164|[HACKERALERT/Picocrypt](https://github.com/HACKERALERT/Picocrypt)|A very small, very simple, yet very secure encryption tool.|2114|2024-01-14|
|165|[alibaba/higress](https://github.com/alibaba/higress)|Next-generation Cloud Native Gateway 下一代云原生网关|2108|2024-02-09|
|166|[gdy666/lucky](https://github.com/gdy666/lucky)|软硬路由公网神器,ipv6/ipv4 端口转发,反向代理,DDNS,WOL,ipv4 stun内网穿透,cron,acme,阿里云盘,ftp,webdav,filebrowser|2055|2023-12-20|
|167|[ying32/govcl](https://github.com/ying32/govcl)| Cross-platform Go/Golang GUI library.|2042|2024-01-10|
|168|[bytedance/Elkeid](https://github.com/bytedance/Elkeid)|Elkeid is an open source solution that can meet the security requirements of various workloads such as hosts, containers and K8s, and serverless. It is derived from ByteDance's internal best practices ...|2030|2024-01-31|
|169|[ConnectAI-E/Dingtalk-OpenAI](https://github.com/ConnectAI-E/Dingtalk-OpenAI)|🎒 钉钉 & 🤖 GPT-3.5 让你的工作效率直接起飞 🚀 私聊群聊方式、单聊串聊模式、角色扮演、图片创作 🚀|2015|2023-11-30|
|170|[taoshihan1991/go-fly](https://github.com/taoshihan1991/go-fly)|开源在线客服系统GO语言开发GO-FLY,免费在线客服系统/open source self-hosted private cloud customer support live chat software by golang|2004|2023-12-16|
|171|[daeuniverse/dae](https://github.com/daeuniverse/dae)|eBPF-based Linux high-performance transparent proxy solution.|1999|2024-02-07|
|171|[daeuniverse/dae](https://github.com/daeuniverse/dae)|eBPF-based Linux high-performance transparent proxy solution.|2002|2024-02-07|
|172|[kubesphere/kubekey](https://github.com/kubesphere/kubekey)|Install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere, and related cloud-native add-ons, it supports all-in-one, multi-node, and HA 🔥 ⎈ 🐳|1999|2024-02-09|
|173|[go-gorm/gen](https://github.com/go-gorm/gen)|Gen: Friendly & Safer GORM powered by Code Generation|1996|2024-02-07|
|174|[FxPool/FXMinerProxy](https://github.com/FxPool/FXMinerProxy)|🔥minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,矿池抽水,矿池中转,矿场运维专用|1990|2024-01-18|
|175|[sealerio/sealer](https://github.com/sealerio/sealer)|Build, Share and Run Both Your Kubernetes Cluster and Distributed Applications (Project under CNCF)|1977|2023-12-19|
|173|[FxPool/FXMinerProxy](https://github.com/FxPool/FXMinerProxy)|🔥minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,矿池抽水,矿池中转,矿场运维专用|1998|2024-01-18|
|174|[go-gorm/gen](https://github.com/go-gorm/gen)|Gen: Friendly & Safer GORM powered by Code Generation|1998|2024-02-07|
|175|[sealerio/sealer](https://github.com/sealerio/sealer)|Build, Share and Run Both Your Kubernetes Cluster and Distributed Applications (Project under CNCF)|1978|2023-12-19|
|176|[araddon/dateparse](https://github.com/araddon/dateparse)|GoLang Parse many date strings without knowing format in advance.|1960|2023-12-30|
|177|[mojocn/base64Captcha](https://github.com/mojocn/base64Captcha)|captcha of base64 image string|1950|2023-12-08|
|178|[bitepeng/b0pass](https://github.com/bitepeng/b0pass)|百灵快传(B0Pass)基于Go语言的高性能 "手机电脑超大文件传输神器"、"局域网共享文件服务器"。LAN large file transfer tool。|1919|2023-12-15|
|179|[lotusdblabs/lotusdb](https://github.com/lotusdblabs/lotusdb)|Most advanced key-value store written in Go, extremely fast, compatible with LSM tree and B+ tree, optimization of badger and bbolt.|1910|2024-01-16|
|180|[XiaoMi/naftis](https://github.com/XiaoMi/naftis)|An awesome dashboard for Istio built with love.|1898|2023-08-19|
|181|[zhzyker/dismap](https://github.com/zhzyker/dismap)|Asset discovery and identification tools 快速识别 Web 指纹信息,定位资产类型。辅助红队快速定位目标资产信息,辅助蓝队发现疑似脆弱点|1861|2024-01-29|
|182|[m13253/dns-over-https](https://github.com/m13253/dns-over-https)|High performance DNS over HTTPS client & server|1851|2024-02-08|
|182|[m13253/dns-over-https](https://github.com/m13253/dns-over-https)|High performance DNS over HTTPS client & server|1852|2024-02-08|
|183|[dchest/captcha](https://github.com/dchest/captcha)|Go package captcha implements generation and verification of image and audio CAPTCHAs.|1837|2023-11-30|
|184|[baetyl/baetyl](https://github.com/baetyl/baetyl)|Extend cloud computing, data and service seamlessly to edge devices.|1836|2023-12-14|
|185|[gobyexample-cn/gobyexample](https://github.com/gobyexample-cn/gobyexample)|Go by Example 通过例子学 Golang|1812|2024-02-01|
@ -196,14 +196,14 @@
|189|[aws/amazon-ecs-cli](https://github.com/aws/amazon-ecs-cli)|The Amazon ECS CLI enables users to run their applications on ECS/Fargate using the Docker Compose file format, quickly provision resources, push/pull images in ECR, and monitor running applications o ...|1740|2023-09-04|
|190|[davyxu/tabtoy](https://github.com/davyxu/tabtoy)|高性能表格数据导出器|1738|2023-11-23|
|191|[indes/flowerss-bot](https://github.com/indes/flowerss-bot)|A telegram bot for rss reader. 一个支持应用内阅读的 Telegram RSS Bot。|1736|2023-08-21|
|192|[gookit/goutil](https://github.com/gookit/goutil)|💪 Helper Utils(700+): int, byte, string, array/slice, map, struct, dump, convert/format, error, web/http, cli/flag, OS/ENV, filesystem, system, test/assert, time and more. Go 常用的一些工具函数数字字符串数组Map结 ...|1727|2024-02-08|
|192|[gookit/goutil](https://github.com/gookit/goutil)|💪 Helper Utils(700+): int, byte, string, array/slice, map, struct, dump, convert/format, error, web/http, cli/flag, OS/ENV, filesystem, system, test/assert, time and more. Go 常用的一些工具函数数字字符串数组Map结 ...|1729|2024-02-08|
|193|[saltbo/zpan](https://github.com/saltbo/zpan)|A self-hosted cloud disk base on the cloud storage./ 一个基于云存储的网盘系统,用于自建私人网盘或企业网盘。|1722|2023-12-19|
|194|[smartwalle/alipay](https://github.com/smartwalle/alipay)|支付宝 AliPay SDK for Go, 集成简单,功能完善,持续更新,支持公钥证书和普通公钥进行签名和验签,支持文件上传和接口内容加密。|1708|2024-01-11|
|195|[gocrane/crane](https://github.com/gocrane/crane)|Crane is a FinOps Platform for Cloud Resource Analytics and Economics in Kubernetes clusters. The goal is not only to help users to manage cloud cost easier but also ensure the quality of applications ...|1707|2024-01-25|
|194|[smartwalle/alipay](https://github.com/smartwalle/alipay)|支付宝 AliPay SDK for Go, 集成简单,功能完善,持续更新,支持公钥证书和普通公钥进行签名和验签,支持文件上传和接口内容加密。|1709|2024-01-11|
|195|[gocrane/crane](https://github.com/gocrane/crane)|Crane is a FinOps Platform for Cloud Resource Analytics and Economics in Kubernetes clusters. The goal is not only to help users to manage cloud cost easier but also ensure the quality of applications ...|1708|2024-01-25|
|196|[TangSengDaoDao/TangSengDaoDaoServer](https://github.com/TangSengDaoDao/TangSengDaoDaoServer)|高颜值 IM 即时通讯,聊天|1696|2024-02-05|
|197|[xuperchain/xuperchain](https://github.com/xuperchain/xuperchain)|A highly flexible blockchain architecture with great transaction performance.|1677|2024-01-10|
|198|[xluohome/phonedata](https://github.com/xluohome/phonedata)|手机号码归属地信息库、手机号归属地查询 phone.dat 最后更新2023年02月 |1671|2023-11-14|
|199|[dominikbraun/graph](https://github.com/dominikbraun/graph)|A library for creating generic graph data structures and modifying, analyzing, and visualizing them.|1648|2023-12-20|
|199|[dominikbraun/graph](https://github.com/dominikbraun/graph)|A library for creating generic graph data structures and modifying, analyzing, and visualizing them.|1650|2023-12-20|
|200|[karldoenitz/Tigo](https://github.com/karldoenitz/Tigo)|Tigo is an HTTP web framework written in Go (Golang).It features a Tornado-like API with better performance. Tigo是一款用Go语言开发的web应用框架API特性类似于Tornado并且拥有比Tornado更好的性能。|1642|2024-01-07|
<div align="center">

@ -1,13 +1,13 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Groovy
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[kezong/fat-aar-android](https://github.com/kezong/fat-aar-android)|A gradle plugin that merge dependencies into the final aar file works with AGP 3.+|3007|2023-09-04|
|2|[ihub-pub/plugins](https://github.com/ihub-pub/plugins)|A set of Gradle plug-ins that greatly simplify project management / 一套极大简化项目管理的Gradle插件集|751|2024-02-09|
|3|[dqzboy/DevOps](https://github.com/dqzboy/DevOps)|DevOps. Make the project development and release simpler, easier and more efficient.|571|2023-12-11|
|3|[dqzboy/DevOps](https://github.com/dqzboy/DevOps)|DevOps. Make the project development and release simpler, easier and more efficient.|572|2023-12-11|
|4|[2017398956/AspectPlugin](https://github.com/2017398956/AspectPlugin)|aspect 自动集成插件|19|2023-09-02|
|5|[MystWeb/devops-library](https://github.com/MystWeb/devops-library)|Groovy Pipeline 共享库|7|2023-12-05|
|6|[kakaroter/jenkins-pipeline](https://github.com/kakaroter/jenkins-pipeline)|CICD持续集成流水线pipeline通用模板|3|2023-08-21|

@ -1,49 +1,49 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > HTML
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[Tencent/weui](https://github.com/Tencent/weui)|A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.|27036|2024-01-12|
|2|[Chuyu-Team/Dism-Multi-language](https://github.com/Chuyu-Team/Dism-Multi-language)|Dism++ Multi-language Support & BUG Report|12768|2023-08-23|
|3|[atelier-anchor/smiley-sans](https://github.com/atelier-anchor/smiley-sans)|得意黑 Smiley Sans一款在人文观感和几何特征中寻找平衡的中文黑体|12142|2024-02-09|
|4|[mmistakes/minimal-mistakes](https://github.com/mmistakes/minimal-mistakes)|:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.|11656|2024-02-10|
|5|[liu673cn/bug](https://github.com/liu673cn/bug)|TVbox开源版空壳-自行配置)|10781|2023-12-19|
|6|[adams549659584/go-proxy-bingai](https://github.com/adams549659584/go-proxy-bingai)|用 Vue3 和 Go 搭建的微软 New Bing 演示站点,拥有一致的 UI 体验,支持 ChatGPT 提示词,国内可用。|8591|2024-02-08|
|7|[HugoBlox/hugo-blox-builder](https://github.com/HugoBlox/hugo-blox-builder)|😍 EASILY BUILD THE WEBSITE YOU WANT - NO CODE, JUST MARKDOWN BLOCKS! 使用块轻松创建任何类型的网站 - 无需代码。 一个应用程序,没有依赖项,没有 JS|7629|2024-02-04|
|8|[all-contributors/all-contributors](https://github.com/all-contributors/all-contributors)|✨ Recognize all contributors, not just the ones who push code ✨|7383|2024-01-11|
|9|[LianjiaTech/BELLE](https://github.com/LianjiaTech/BELLE)|BELLE: Be Everyone's Large Language model Engine开源中文对话大模型|7253|2024-01-16|
|1|[Tencent/weui](https://github.com/Tencent/weui)|A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.|27035|2024-01-12|
|2|[Chuyu-Team/Dism-Multi-language](https://github.com/Chuyu-Team/Dism-Multi-language)|Dism++ Multi-language Support & BUG Report|12773|2023-08-23|
|3|[atelier-anchor/smiley-sans](https://github.com/atelier-anchor/smiley-sans)|得意黑 Smiley Sans一款在人文观感和几何特征中寻找平衡的中文黑体|12168|2024-02-09|
|4|[mmistakes/minimal-mistakes](https://github.com/mmistakes/minimal-mistakes)|:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.|11655|2024-02-11|
|5|[liu673cn/bug](https://github.com/liu673cn/bug)|TVbox开源版空壳-自行配置)|10780|2023-12-19|
|6|[adams549659584/go-proxy-bingai](https://github.com/adams549659584/go-proxy-bingai)|用 Vue3 和 Go 搭建的微软 New Bing 演示站点,拥有一致的 UI 体验,支持 ChatGPT 提示词,国内可用。|8590|2024-02-08|
|7|[HugoBlox/hugo-blox-builder](https://github.com/HugoBlox/hugo-blox-builder)|😍 EASILY BUILD THE WEBSITE YOU WANT - NO CODE, JUST MARKDOWN BLOCKS! 使用块轻松创建任何类型的网站 - 无需代码。 一个应用程序,没有依赖项,没有 JS|7631|2024-02-04|
|8|[all-contributors/all-contributors](https://github.com/all-contributors/all-contributors)|✨ Recognize all contributors, not just the ones who push code ✨|7385|2024-01-11|
|9|[LianjiaTech/BELLE](https://github.com/LianjiaTech/BELLE)|BELLE: Be Everyone's Large Language model Engine开源中文对话大模型|7254|2024-01-16|
|10|[Huxpro/huxpro.github.io](https://github.com/Huxpro/huxpro.github.io)|My Blog / Jekyll Themes / PWA|6730|2024-02-06|
|11|[goproxy/goproxy.cn](https://github.com/goproxy/goproxy.cn)|The most trusted Go module proxy in China.|6630|2024-01-19|
|11|[goproxy/goproxy.cn](https://github.com/goproxy/goproxy.cn)|The most trusted Go module proxy in China.|6631|2024-01-19|
|12|[Mr-xn/Penetration_Testing_POC](https://github.com/Mr-xn/Penetration_Testing_POC)|渗透测试有关的POC、EXP、脚本、提权、小工具等---About penetration-testing python-script poc getshell csrf xss cms php-getshell domainmod-xss csrf-webshell cobub-razor cve rce sql sql-poc poc-exp bypass oa-getshell cve-cm ...|5973|2024-01-28|
|13|[tjy-gitnub/win12](https://github.com/tjy-gitnub/win12)|Windows 12 网页版,在线体验 点击下面的链接在线体验|5851|2024-01-25|
|14|[cotes2020/jekyll-theme-chirpy](https://github.com/cotes2020/jekyll-theme-chirpy)|A minimal, responsive, and feature-rich Jekyll theme for technical writing.|5752|2024-02-09|
|13|[tjy-gitnub/win12](https://github.com/tjy-gitnub/win12)|Windows 12 网页版,在线体验 点击下面的链接在线体验|5855|2024-01-25|
|14|[cotes2020/jekyll-theme-chirpy](https://github.com/cotes2020/jekyll-theme-chirpy)|A minimal, responsive, and feature-rich Jekyll theme for technical writing.|5756|2024-02-09|
|15|[xxlllq/system_architect](https://github.com/xxlllq/system_architect)|:100:2024年系统架构设计师软考高级备考资料。|5295|2024-01-02|
|16|[leizongmin/js-xss](https://github.com/leizongmin/js-xss)|Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist|5068|2023-11-08|
|17|[yangzongzhuan/RuoYi](https://github.com/yangzongzhuan/RuoYi)|:tada: (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用|4997|2024-01-15|
|17|[yangzongzhuan/RuoYi](https://github.com/yangzongzhuan/RuoYi)|:tada: (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用|4998|2024-01-15|
|18|[PaddlePaddle/VisualDL](https://github.com/PaddlePaddle/VisualDL)|Deep Learning Visualization Toolkit『飞桨』深度学习可视化工具 |4689|2023-09-20|
|19|[swyxio/ai-notes](https://github.com/swyxio/ai-notes)|notes for software engineers getting up to speed on new AI developments. Serves as datastore for https://latent.space writing, and product brainstorming, but has cleaned up canonical references under ...|4343|2024-02-09|
|20|[kubernetes/website](https://github.com/kubernetes/website)|Kubernetes website and documentation repo: |4161|2024-02-10|
|19|[swyxio/ai-notes](https://github.com/swyxio/ai-notes)|notes for software engineers getting up to speed on new AI developments. Serves as datastore for https://latent.space writing, and product brainstorming, but has cleaned up canonical references under ...|4344|2024-02-09|
|20|[kubernetes/website](https://github.com/kubernetes/website)|Kubernetes website and documentation repo: |4161|2024-02-11|
|21|[CaiJimmy/hugo-theme-stack](https://github.com/CaiJimmy/hugo-theme-stack)|Card-style Hugo theme designed for bloggers|4069|2024-02-05|
|22|[TransparentLC/WechatMomentScreenshot](https://github.com/TransparentLC/WechatMomentScreenshot)|朋友圈转发截图生成工具Fork 不是收藏,请勿在贡献代码以外的情况下 Fork|3459|2024-02-06|
|22|[TransparentLC/WechatMomentScreenshot](https://github.com/TransparentLC/WechatMomentScreenshot)|朋友圈转发截图生成工具Fork 不是收藏,请勿在贡献代码以外的情况下 Fork|3460|2024-02-06|
|23|[NLPIR-team/NLPIR](https://github.com/NLPIR-team/NLPIR)|-|3369|2024-01-08|
|24|[qiubaiying/qiubaiying.github.io](https://github.com/qiubaiying/qiubaiying.github.io)|BY Blog ->|3007|2024-02-08|
|25|[refscn/rplibs](https://github.com/refscn/rplibs)|Refs.cn 原型设计元件库基于Axure RP 10/9支持 Android、Apple、Windows、微信移动、桌面平台的应用和网站原型设计。|2975|2023-11-29|
|26|[x-dr/chatgptProxyAPI](https://github.com/x-dr/chatgptProxyAPI)|🔥 使用cloudflare 搭建免费的 OpenAI api代理 ,解决网络无法访问问题。支持流式输出|2687|2023-11-20|
|26|[x-dr/chatgptProxyAPI](https://github.com/x-dr/chatgptProxyAPI)|🔥 使用cloudflare 搭建免费的 OpenAI api代理 ,解决网络无法访问问题。支持流式输出|2688|2023-11-20|
|27|[OWASP/ASVS](https://github.com/OWASP/ASVS)|Application Security Verification Standard|2438|2024-02-08|
|28|[tencentyun/qcloud-documents](https://github.com/tencentyun/qcloud-documents)|腾讯云官方文档|2393|2024-02-01|
|29|[Bionus/imgbrd-grabber](https://github.com/Bionus/imgbrd-grabber)|Very customizable imageboard/booru downloader with powerful filenaming features.|2193|2024-02-03|
|28|[tencentyun/qcloud-documents](https://github.com/tencentyun/qcloud-documents)|腾讯云官方文档|2394|2024-02-01|
|29|[Bionus/imgbrd-grabber](https://github.com/Bionus/imgbrd-grabber)|Very customizable imageboard/booru downloader with powerful filenaming features.|2195|2024-02-03|
|30|[OnionBrowser/OnionBrowser](https://github.com/OnionBrowser/OnionBrowser)|An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network|2168|2024-01-30|
|31|[Syknapse/Contribute-To-This-Project](https://github.com/Syknapse/Contribute-To-This-Project)|This project is waiting for your contribution. If you have never contributed code on GitHub before, this is the project to get you started.|2033|2024-02-10|
|32|[rust-lang/this-week-in-rust](https://github.com/rust-lang/this-week-in-rust)|Data for this-week-in-rust.org|1947|2024-02-10|
|31|[Syknapse/Contribute-To-This-Project](https://github.com/Syknapse/Contribute-To-This-Project)|This project is waiting for your contribution. If you have never contributed code on GitHub before, this is the project to get you started.|2033|2024-02-11|
|32|[rust-lang/this-week-in-rust](https://github.com/rust-lang/this-week-in-rust)|Data for this-week-in-rust.org|1946|2024-02-10|
|33|[cym1102/nginxWebUI](https://github.com/cym1102/nginxWebUI)|Nginx Web page configuration tool. Use web pages to quickly configure Nginx. Nginx网页管理工具使用网页来快速配置与管理nginx单机与集群|1940|2024-01-21|
|34|[cncf/tag-security](https://github.com/cncf/tag-security)|🔐CNCF Security Technical Advisory Group -- secure access, policy control, privacy, auditing, explainability and more!|1895|2024-02-08|
|35|[gh0stkey/Web-Fuzzing-Box](https://github.com/gh0stkey/Web-Fuzzing-Box)|Web Fuzzing Box - Web 模糊测试字典与一些Payloads主要包含弱口令暴力破解、目录以及文件枚举、Web漏洞...字典运用于实战案例https://gh0st.cn/archives/2019-11-11/1|1842|2023-12-06|
|36|[wx-chevalier/Awesome-CS-Books](https://github.com/wx-chevalier/Awesome-CS-Books)|:books: Awesome CS Books(with Digests)/Series(.pdf by git lfs) Warehouse for Geeks, ProgrammingLanguage, SoftwareEngineering, Web, AI, ServerSideApplication, Infrastructure, FE etc. :dizzy: 优秀计算机科学与技术 ...|1770|2024-02-10|
|37|[logoove/weui](https://github.com/logoove/weui)|weui+是在weui和zepto基础上开发的增强UI组件,目前分为表单,基础,组件,js插件四大类,共计百余项功能,是最全的weui样式|1753|2023-12-12|
|38|[onlyGuo/nginx-gui](https://github.com/onlyGuo/nginx-gui)|Nginx GUI Manager|1660|2023-09-28|
|39|[MKorostoff/1-pixel-wealth](https://github.com/MKorostoff/1-pixel-wealth)|-|1604|2023-12-12|
|39|[MKorostoff/1-pixel-wealth](https://github.com/MKorostoff/1-pixel-wealth)|-|1609|2023-12-12|
|40|[ccforward/cc](https://github.com/ccforward/cc)|Code & Blog|1579|2023-09-04|
|41|[milvus-io/bootcamp](https://github.com/milvus-io/bootcamp)|Dealing with all unstructured data, such as reverse image search, audio search, molecular search, video analysis, question and answer systems, NLP, etc.|1542|2024-02-06|
|42|[NICEXAI/leaflet_zh](https://github.com/NICEXAI/leaflet_zh)|Leaflet 中文网|1511|2023-11-14|
@ -52,36 +52,36 @@
|45|[aoaostar/legado](https://github.com/aoaostar/legado)|阅读APP书源|1450|2024-02-10|
|46|[Threekiii/Vulnerability-Wiki](https://github.com/Threekiii/Vulnerability-Wiki)|基于 docsify 部署,目前漏洞数量 1000+|1431|2024-01-31|
|47|[cool-team-official/cool-admin-vue](https://github.com/cool-team-official/cool-admin-vue)|🔥 cool-admin一个很酷的后台权限管理框架模块化、插件化、CRUD极速开发永久开源免费基于midway.js 3.0、typeorm、mysql、jwt、element-ui、vuex、vue-router、vue等构建|1370|2024-02-05|
|48|[Qexo/Qexo](https://github.com/Qexo/Qexo)|A Quick, Powerful and Pretty Online Manager for Hexo. |1323|2024-02-08|
|48|[Qexo/Qexo](https://github.com/Qexo/Qexo)|A Quick, Powerful and Pretty Online Manager for Hexo. |1322|2024-02-08|
|49|[xiaolai/xiaolai.github.io](https://github.com/xiaolai/xiaolai.github.io)|an ever-growing brain|1316|2024-01-15|
|50|[MetaGLM/FinGLM](https://github.com/MetaGLM/FinGLM)|FinGLM: 致力于构建一个开放的、公益的、持久的金融大模型项目利用开源开放来促进「AI+金融」。|1283|2023-11-29|
|51|[qwerttvv/Beijing-IPTV](https://github.com/qwerttvv/Beijing-IPTV)|最好用的北京联通、北京移动IPTV频道列表。https://bjiptv.gq/|1263|2024-02-08|
|50|[MetaGLM/FinGLM](https://github.com/MetaGLM/FinGLM)|FinGLM: 致力于构建一个开放的、公益的、持久的金融大模型项目利用开源开放来促进「AI+金融」。|1284|2023-11-29|
|51|[qwerttvv/Beijing-IPTV](https://github.com/qwerttvv/Beijing-IPTV)|最好用的北京联通、北京移动IPTV频道列表。https://bjiptv.gq/|1266|2024-02-08|
|52|[openresty/openresty.org](https://github.com/openresty/openresty.org)|Code and data for the openresty.org site|1253|2024-02-02|
|53|[BaizeSec/bylibrary](https://github.com/BaizeSec/bylibrary)|白阁文库是白泽Sec安全团队维护的一个漏洞POC和EXP公开项目|1235|2023-10-12|
|54|[zgao264/Pornhub-Video-Downloader-Plugin](https://github.com/zgao264/Pornhub-Video-Downloader-Plugin)|Pornhub视频下载Chrome插件|1234|2024-02-05|
|53|[zgao264/Pornhub-Video-Downloader-Plugin](https://github.com/zgao264/Pornhub-Video-Downloader-Plugin)|Pornhub视频下载Chrome插件|1236|2024-02-05|
|54|[BaizeSec/bylibrary](https://github.com/BaizeSec/bylibrary)|白阁文库是白泽Sec安全团队维护的一个漏洞POC和EXP公开项目|1235|2023-10-12|
|55|[itbdw/ip-database](https://github.com/itbdw/ip-database)|免费IP离线数据库支持IPV4+IPV6 ,国家、省、市、县、运营商|1205|2023-12-01|
|56|[re-zero-khis/re0-web](https://github.com/re-zero-khis/re0-web)|Re0从零开始的异世界生活 WEB版|1191|2024-02-10|
|57|[onebirdrocks/geektime-ELK](https://github.com/onebirdrocks/geektime-ELK)|ELK Training|1171|2023-12-19|
|58|[travellings-link/travellings](https://github.com/travellings-link/travellings)|开往-友链接力|1111|2024-02-04|
|58|[travellings-link/travellings](https://github.com/travellings-link/travellings)|开往-友链接力|1112|2024-02-11|
|59|[ropensci/skimr](https://github.com/ropensci/skimr)|A frictionless, pipeable approach to dealing with summary statistics|1091|2023-10-29|
|60|[timb-machine/linux-malware](https://github.com/timb-machine/linux-malware)|Tracking interesting Linux (and UNIX) malware. Send PRs|1071|2024-02-05|
|61|[fwonggh/Bthub](https://github.com/fwonggh/Bthub)|Bthub最新地址发布页|1070|2024-01-20|
|62|[momo0853/kkndme](https://github.com/momo0853/kkndme)|kkndme聊房数据整理自天涯。提供HTML、PDF和Markdown三种形式。|1061|2024-01-16|
|63|[ricktu288/ray-optics](https://github.com/ricktu288/ray-optics)|A web app for creating and simulating 2D geometric optical scenes, with a gallery of (interactive) demos.|1061|2024-02-09|
|62|[ricktu288/ray-optics](https://github.com/ricktu288/ray-optics)|A web app for creating and simulating 2D geometric optical scenes, with a gallery of (interactive) demos.|1063|2024-02-10|
|63|[momo0853/kkndme](https://github.com/momo0853/kkndme)|kkndme聊房数据整理自天涯。提供HTML、PDF和Markdown三种形式。|1061|2024-01-16|
|64|[dark-kingA/superSearchPlus](https://github.com/dark-kingA/superSearchPlus)|superSearchPlus是聚合型信息收集插件支持综合查询资产测绘查询信息收集 敏感信息提取 js资源扫描 目录扫描 vue组件扫描 整合了目前常见的资产测绘平台 专为白帽子提供快速侦测目标。|1029|2023-12-25|
|65|[DIYgod/Resume](https://github.com/DIYgod/Resume)|:cake: Simple resume|1012|2023-11-09|
|66|[wx-chevalier/Database-Notes](https://github.com/wx-chevalier/Database-Notes)|📚深入浅出数据库存储数据库理论、关系型数据库、文档型数据库、键值型数据库、New SQL、搜索引擎、数据仓库与 OLAP、大数据与数据中台|1004|2024-02-08|
|67|[helloxz/ccaa](https://github.com/helloxz/ccaa)|Linux一键安装Aria2 + AriaNg + FileBrowse实现离线下载、文件管理。|1001|2024-01-02|
|68|[nshalabi/ATTACK-Tools](https://github.com/nshalabi/ATTACK-Tools)|Utilities for MITRE™ ATT&CK|987|2023-10-20|
|68|[nshalabi/ATTACK-Tools](https://github.com/nshalabi/ATTACK-Tools)|Utilities for MITRE™ ATT&CK|988|2023-10-20|
|69|[hhurz/tableExport.jquery.plugin](https://github.com/hhurz/tableExport.jquery.plugin)|jQuery plugin to export a html table to JSON, XML, CSV, TSV, TXT, SQL, Word, Excel, PNG and PDF|977|2023-10-30|
|70|[reuixiy/hugo-theme-meme](https://github.com/reuixiy/hugo-theme-meme)|😝 You cant spell awesome without MemE!|966|2024-02-05|
|71|[thunlp/WebCPM](https://github.com/thunlp/WebCPM)|Official codes for ACL 2023 paper "WebCPM: Interactive Web Search for Chinese Long-form Question Answering"|934|2023-11-25|
|72|[ybdt/exp-hub](https://github.com/ybdt/exp-hub)|漏洞检测、漏洞利用|910|2024-01-09|
|73|[tanjiti/sec_profile](https://github.com/tanjiti/sec_profile)|爬取secwiki和xuanwu.github.io/sec.today,分析安全信息站点、安全趋势、提取安全工作者账号(twitter,weixin,github等)|893|2024-02-09|
|74|[hugo-toha/toha](https://github.com/hugo-toha/toha)|A Hugo theme for personal portfolio|892|2024-02-10|
|71|[thunlp/WebCPM](https://github.com/thunlp/WebCPM)|Official codes for ACL 2023 paper "WebCPM: Interactive Web Search for Chinese Long-form Question Answering"|935|2023-11-25|
|72|[ybdt/exp-hub](https://github.com/ybdt/exp-hub)|漏洞检测、漏洞利用|911|2024-01-09|
|73|[tanjiti/sec_profile](https://github.com/tanjiti/sec_profile)|爬取secwiki和xuanwu.github.io/sec.today,分析安全信息站点、安全趋势、提取安全工作者账号(twitter,weixin,github等)|894|2024-02-09|
|74|[hugo-toha/toha](https://github.com/hugo-toha/toha)|A Hugo theme for personal portfolio|892|2024-02-11|
|75|[xianmin/hugo-theme-jane](https://github.com/xianmin/hugo-theme-jane)|A readable & concise theme for Hugo|888|2024-01-05|
|76|[wangchucheng/hugo-eureka](https://github.com/wangchucheng/hugo-eureka)|Eureka is a feature-rich and highly customizable Hugo theme.|881|2023-11-17|
|77|[xqdoo00o/chatgpt-web](https://github.com/xqdoo00o/chatgpt-web)|Pure Javascript ChatGPT demo based on OpenAI API|863|2023-11-17|
|76|[wangchucheng/hugo-eureka](https://github.com/wangchucheng/hugo-eureka)|Eureka is a feature-rich and highly customizable Hugo theme.|882|2023-11-17|
|77|[xqdoo00o/chatgpt-web](https://github.com/xqdoo00o/chatgpt-web)|Pure Javascript ChatGPT demo based on OpenAI API|864|2023-11-17|
|78|[ybdt/post-hub](https://github.com/ybdt/post-hub)|内网渗透|860|2024-01-24|
|79|[smart-test-ti/SoloX](https://github.com/smart-test-ti/SoloX)|💯SoloX - Real-time collection tool for Android/iOS performance data.Android性能测试android performance\iOS性能测试ios performance\移动端性能测试mobile performance\APP性能测试app performance\app性能测试工具|837|2023-12-27|
|80|[liu673cn/xbb](https://github.com/liu673cn/xbb)|biubiu播放器|834|2023-12-28|
@ -90,11 +90,11 @@
|83|[xinglie/report-designer](https://github.com/xinglie/report-designer)|⚡打印设计、可视化、标签打印、编辑器、设计器、数据分析、报表设计、组件化、表单设计、h5页面、调查问卷、pdf生成、流程图、试卷、SVG、图形元素、物联网、标签纸|798|2024-02-03|
|84|[bangumi/api](https://github.com/bangumi/api)|Build your app on Bangumi|764|2024-01-30|
|85|[goose3/goose3](https://github.com/goose3/goose3)|A Python 3 compatible version of goose http://goose3.readthedocs.io/en/latest/index.html|748|2024-02-03|
|86|[yuhuage/dizhi](https://github.com/yuhuage/dizhi)|雨花阁|741|2024-01-19|
|87|[niltok/magic-in-ten-mins](https://github.com/niltok/magic-in-ten-mins)|十分钟魔法练习|713|2023-09-02|
|86|[yuhuage/dizhi](https://github.com/yuhuage/dizhi)|雨花阁|742|2024-01-19|
|87|[niltok/magic-in-ten-mins](https://github.com/niltok/magic-in-ten-mins)|十分钟魔法练习|714|2023-09-02|
|88|[tuna/mirror-web](https://github.com/tuna/mirror-web)|Source code of the web interface of https://mirrors.tuna.tsinghua.edu.cn/ |711|2024-01-25|
|89|[anki-geo/ultimate-geography](https://github.com/anki-geo/ultimate-geography)|Geography flashcard deck for Anki|704|2024-02-06|
|90|[project-trans/MtF-wiki](https://github.com/project-trans/MtF-wiki)|MtF.wiki is a free, open, and continuously updated transgender female knowledge integration site.|702|2024-02-09|
|89|[anki-geo/ultimate-geography](https://github.com/anki-geo/ultimate-geography)|Geography flashcard deck for Anki|704|2024-02-11|
|90|[project-trans/MtF-wiki](https://github.com/project-trans/MtF-wiki)|MtF.wiki is a free, open, and continuously updated transgender female knowledge integration site.|703|2024-02-11|
|91|[w3c/clreq](https://github.com/w3c/clreq)|Requirements for Chinese Text Layout|691|2024-02-08|
|92|[ant-design-blazor/ant-design-pro-blazor](https://github.com/ant-design-blazor/ant-design-pro-blazor)|👨🏻‍💻👩🏻‍💻 An out-of-box UI solution for enterprise applications as a Blazor boilerplate.|682|2024-01-22|
|93|[nodejh/hugo-theme-mini](https://github.com/nodejh/hugo-theme-mini)|A fast, minimalist and responsive hugo theme for bloggers.|679|2024-01-12|
@ -107,7 +107,7 @@
|100|[wardley-maps-community/awesome-wardley-maps](https://github.com/wardley-maps-community/awesome-wardley-maps)|Wardley maps community hub. Useful Wardley mapping resources|617|2024-02-03|
|101|[geeeeeeeek/videoproject](https://github.com/geeeeeeeek/videoproject)|基于python的视频点播网站视频点播系统python+Django开发的视频管理系统 - 毕业设计 - 课程设计|603|2024-01-26|
|102|[zoom/meetingsdk-web-sample](https://github.com/zoom/meetingsdk-web-sample)|Zoom Meeting SDK web sample|596|2024-02-06|
|103|[dmego/home.github.io](https://github.com/dmego/home.github.io)|个人主页|593|2024-02-10|
|103|[dmego/home.github.io](https://github.com/dmego/home.github.io)|个人主页|594|2024-02-11|
|104|[HTTPArchive/almanac.httparchive.org](https://github.com/HTTPArchive/almanac.httparchive.org)|HTTP Archive's annual "State of the Web" report made by the web community|585|2024-02-08|
|105|[espressif/esp-box](https://github.com/espressif/esp-box)|The ESP-BOX is a new generation AIoT development platform released by Espressif Systems.|583|2024-02-07|
|106|[openpilot-hub/devpilot-intellij](https://github.com/openpilot-hub/devpilot-intellij)|Your new coding buddy, designed exclusively for IntelliJ IDEA.|560|2024-01-19|
@ -118,93 +118,93 @@
|111|[w3c/chinese-ig](https://github.com/w3c/chinese-ig)|Web中文兴趣组|533|2023-10-23|
|112|[lazyparser/weloveinterns](https://github.com/lazyparser/weloveinterns)|中科院软件所智能软件中心实习生社区|510|2024-02-06|
|113|[kujian/weixinTip](https://github.com/kujian/weixinTip)|微信下载APP弹出提示|505|2023-10-26|
|114|[bulianglin/psub](https://github.com/bulianglin/psub)|利用CF Worker搭建的反代订阅转换工具|502|2023-12-23|
|114|[bulianglin/psub](https://github.com/bulianglin/psub)|利用CF Worker搭建的反代订阅转换工具|503|2023-12-23|
|115|[mapbox/storytelling](https://github.com/mapbox/storytelling)|Storytelling with maps template|499|2023-09-07|
|116|[plctlab/PLCT-Weekly](https://github.com/plctlab/PLCT-Weekly)|软件所PLCT实验室在开源领域的不定期简报|498|2024-02-06|
|117|[AmazingRise/hugo-theme-diary](https://github.com/AmazingRise/hugo-theme-diary)|Moments piled up. A Hugo theme ported from SumiMakito/hexo-theme-Journal.|483|2023-12-18|
|118|[rdkmaster/jigsaw](https://github.com/rdkmaster/jigsaw)|Jigsaw七巧板 provides a set of web components based on Angular5/8/9+. The main purpose of Jigsaw is to help the application developers to construct complex & intensive interacting & user friendly web pag ...|476|2024-02-08|
|119|[Julie-Wang/jackfrued-Python-100-Days](https://github.com/Julie-Wang/jackfrued-Python-100-Days)|-|473|2023-10-17|
|120|[OpenIoTHub/OpenIoTHub](https://github.com/OpenIoTHub/OpenIoTHub)|💖A free IoT (Internet of Things) platform and private cloud. [一个免费的物联网和私有云平台,支持内网穿透]|467|2024-02-10|
|120|[OpenIoTHub/OpenIoTHub](https://github.com/OpenIoTHub/OpenIoTHub)|💖A free IoT (Internet of Things) platform and private cloud. [一个免费的物联网和私有云平台,支持内网穿透]|467|2024-02-11|
|121|[joway/hugo-theme-yinyang](https://github.com/joway/hugo-theme-yinyang)|A black-white theme for Hugo.|451|2023-10-09|
|122|[razonyang/hugo-theme-bootstrap](https://github.com/razonyang/hugo-theme-bootstrap)|A fast, responsive, multipurpose and feature-rich Hugo theme.|449|2024-01-24|
|123|[Meekdai/Gmeek](https://github.com/Meekdai/Gmeek)|Gmeek is a Blog All in Github|446|2024-01-30|
|123|[Meekdai/Gmeek](https://github.com/Meekdai/Gmeek)|Gmeek is a Blog All in Github|447|2024-01-30|
|124|[ProletRevDicta/Prolet](https://github.com/ProletRevDicta/Prolet)|Historical documents (in Chinese) about the GPCR (Thanks Comrade RC MR HR etc.)|444|2024-01-22|
|125|[Shao-Kui/D3.js-Demos](https://github.com/Shao-Kui/D3.js-Demos)|-|443|2023-12-19|
|126|[zhegexiaohuozi/JsoupXpath](https://github.com/zhegexiaohuozi/JsoupXpath)|纯Java实现的支持W3C Xpath 1.0标准语法的HTML解析器。A html parser with xpath base on Jsoup and Antlr4. Maybe it is the best in java.Just try it. |443|2023-12-14|
|127|[waityousea/xuniren](https://github.com/waityousea/xuniren)|-|441|2024-01-08|
|128|[LuckyPuppy514/Play-With-MPV](https://github.com/LuckyPuppy514/Play-With-MPV)|使用 MPV 播放网页中的视频|406|2023-12-29|
|129|[dream-num/Luckyexcel](https://github.com/dream-num/Luckyexcel)|Luckysheet import export library|395|2023-12-15|
|130|[maunium/dontasktoask.com](https://github.com/maunium/dontasktoask.com)|An informational website about why you should ask questions directly instead of asking to ask|387|2024-01-21|
|131|[ZutJoe/KoalaHackerNews](https://github.com/ZutJoe/KoalaHackerNews)|Koala hacker news 周报内容 每周二0点左右更新|383|2024-02-05|
|132|[DistSysCorp/ddia](https://github.com/DistSysCorp/ddia)|DDIA 逐章精读|382|2024-01-02|
|133|[x-dr/tts](https://github.com/x-dr/tts)|微软azure文本转语音 音频下载|376|2024-01-19|
|134|[kyuridenamida/atcoder-tools](https://github.com/kyuridenamida/atcoder-tools)|Convenient modules & tools for AtCoder users, written in Python 3.6|373|2023-10-27|
|135|[cdfmlr/muvtuber](https://github.com/cdfmlr/muvtuber)|Makes your AI vtuber|371|2023-08-14|
|136|[hugo-fixit/FixIt](https://github.com/hugo-fixit/FixIt)|🔧 A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题|366|2024-01-28|
|137|[doocs/doocs.github.io](https://github.com/doocs/doocs.github.io)|💁‍♀️ Welcome to the Doocs Open Source organization 欢迎加入 Doocs 开源社区|361|2023-12-17|
|138|[NianBroken/Firework_Simulator](https://github.com/NianBroken/Firework_Simulator)|烟花模拟器,一个模拟放烟花的网页。|357|2024-02-03|
|139|[lijiejie/eyes.sh](https://github.com/lijiejie/eyes.sh)|Optimized DNS/HTTP Log Tool for pentesters, faster and easy to use.|347|2023-08-23|
|140|[folkstory/lingqiu](https://github.com/folkstory/lingqiu)|灵丘民间故事歌谣谚语集成|343|2024-01-28|
|141|[Programming-With-Love/JVMStudy](https://github.com/Programming-With-Love/JVMStudy)|💊JVM 底层原理解析 |341|2023-11-16|
|142|[xiaolai/apple-computer-literacy](https://github.com/xiaolai/apple-computer-literacy)|个人电脑使用(以苹果产品为例)|336|2023-11-16|
|143|[confcodeofconduct/confcodeofconduct.com](https://github.com/confcodeofconduct/confcodeofconduct.com)|A code of conduct template for conferences|330|2023-10-05|
|144|[zenuo/gogo](https://github.com/zenuo/gogo)|「勾勾」是一个搜索工具,搜索结果基于谷歌,致力于「安全和简洁」的搜索体验。|321|2023-08-28|
|145|[daliansky/daliansky.github.io](https://github.com/daliansky/daliansky.github.io)|黑果小兵的部落阁|320|2023-11-27|
|146|[Sha1rholder/use-ChatGPT-in-GFW](https://github.com/Sha1rholder/use-ChatGPT-in-GFW)|在中国境内使用OpenAI服务的方法|316|2023-10-31|
|147|[duanbiaowu/go-examples-for-beginners](https://github.com/duanbiaowu/go-examples-for-beginners)|To help you get started quickly and improve in the Go programming language|308|2024-02-04|
|148|[yangjingyu/vs-tree](https://github.com/yangjingyu/vs-tree)|移动端PC端通用树组件适用于企业组织通讯录百万数据支持|301|2024-02-07|
|149|[xuyuanzhi051/My520](https://github.com/xuyuanzhi051/My520)|520表白神器|299|2023-09-07|
|150|[1024huijia/GoHome](https://github.com/1024huijia/GoHome)|10241024回家91地址老司机草榴9191porn免翻地址长期自动更新邀请码小草porn小草安卓安装包|299|2023-09-04|
|151|[yangzongzhuan/RuoYi-fast](https://github.com/yangzongzhuan/RuoYi-fast)|:tada: (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用|298|2024-01-15|
|152|[CyC2018/Text-Typesetting](https://github.com/CyC2018/Text-Typesetting)|:art: 中英混排文档在线排版工具|298|2023-11-06|
|153|[favourhong/Awesome-Marp](https://github.com/favourhong/Awesome-Marp)|🤙 Easy replacement for LaTeX Beamer! 🥂 custom Marp templates with a selection of over a dozen themes|282|2024-01-13|
|154|[miaoermua/CatWrt](https://github.com/miaoermua/CatWrt)|🌠 客制化 OpenWrt 智能网关|280|2023-12-21|
|155|[breakings/OpenWrt](https://github.com/breakings/OpenWrt)|-|275|2024-02-10|
|156|[mqycn/huile8](https://github.com/mqycn/huile8)|英语差等生必备的 vscode 插件,解决 单词不会读、单词不认识的痛点|273|2024-01-30|
|157|[missuo/Telegraph-Image-Hosting](https://github.com/missuo/Telegraph-Image-Hosting)|Build a free image hosting with Telegraph|271|2024-02-02|
|158|[1pone/clockindle](https://github.com/1pone/clockindle)|Kindle拯救计划——一个Kindle实用工具网站让你吃灰的Kindle成为时钟、天气看板、电子相册、微博热搜榜单...|271|2023-12-06|
|159|[jenkins-zh/jenkins-zh](https://github.com/jenkins-zh/jenkins-zh)|Jenkins 中文社区网站源码|269|2023-11-20|
|160|[g1eny0ung/hugo-theme-dream](https://github.com/g1eny0ung/hugo-theme-dream)|🌱 Hugo theme named Dream.|266|2023-10-17|
|161|[25H/MayeLite](https://github.com/25H/MayeLite)|Maye Lite 一个更轻更简洁的快速启动工具|260|2024-01-18|
|162|[cosname/cosx.org](https://github.com/cosname/cosx.org)|统计之都主站|257|2024-01-19|
|163|[jakobzhao/geog458](https://github.com/jakobzhao/geog458)|Advanced Digital Geographies @ UW-Seattle|255|2024-02-06|
|164|[xiongbao/we.dog](https://github.com/xiongbao/we.dog)|我们是狗,舔狗。心酸的舔狗日记。|247|2023-11-16|
|165|[Skylark0924/Reinforcement-Learning-in-Robotics](https://github.com/Skylark0924/Reinforcement-Learning-in-Robotics)|This is a private learning repository for reinforcement learning techniques used in robotics. |231|2023-08-25|
|166|[yangzongzhuan/RuoYi-Oracle](https://github.com/yangzongzhuan/RuoYi-Oracle)|:tada: (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用|231|2024-01-15|
|167|[sodafoundation/strato](https://github.com/sodafoundation/strato)|SODA Strato (Multi-cloud) project provides a cloud vendor agnostic data management for hybrid cloud, intercloud or intracloud. This project is renamed as 'Strato' |230|2024-02-07|
|168|[panyifei/panyifei.github.io](https://github.com/panyifei/panyifei.github.io)|:octocat::octocat:请访问 http://panyifei.github.io 一个前端工程狮的打怪日常欢迎star|221|2023-12-26|
|169|[loongson/LoongArch-Documentation](https://github.com/loongson/LoongArch-Documentation)|The documentation for LoongArch.|219|2023-11-17|
|170|[wyagd001/wyagd001.github.io](https://github.com/wyagd001/wyagd001.github.io)|个人主页, Autohotkey 中文帮助, 自用脚本介绍|218|2024-02-09|
|171|[smallfox233/JsonExp](https://github.com/smallfox233/JsonExp)|fastjson漏洞批量检测工具|215|2023-08-18|
|172|[radogado/niui](https://github.com/radogado/niui)|Lightweight, feature-rich, accessible front-end UI library|211|2023-12-18|
|173|[heistak/your-code-displays-japanese-wrong](https://github.com/heistak/your-code-displays-japanese-wrong)|A static website to link to when someone's code is displaying Japanese wrong.|210|2023-08-15|
|174|[SSPanel-UIM/Wiki](https://github.com/SSPanel-UIM/Wiki)|我们安装,我们更新,我们开发|209|2024-02-07|
|175|[microsoft/cordova-simulate](https://github.com/microsoft/cordova-simulate)|Simulates your Apache Cordova application in the browser.|209|2024-02-09|
|176|[laike9m/My_Blog](https://github.com/laike9m/My_Blog)|My Django Blog|209|2023-11-19|
|177|[siddhantgoel/awesome-beancount](https://github.com/siddhantgoel/awesome-beancount)|Awesome Beancount Resources|208|2024-01-22|
|178|[wx-chevalier/Frontend-Notes](https://github.com/wx-chevalier/Frontend-Notes)|:books: 大前端的工程实践iOS 篇 Android 篇 混合式开发篇 - ReactNative、Weex、Weapp|208|2023-08-25|
|179|[LKI/lki.github.io](https://github.com/LKI/lki.github.io)|My blog, with memes in issues and TILs in README.|208|2024-01-10|
|180|[witnessmenow/ESP32-Trinity](https://github.com/witnessmenow/ESP32-Trinity)|An Open Source ESP32 board for connecting to HUB75 Matrix Panels|206|2024-02-03|
|181|[YongxinLiu/EasyAmplicon](https://github.com/YongxinLiu/EasyAmplicon)|Easy Amplicon data analysis pipeline |206|2023-10-15|
|182|[ZJUZBW/Wotr-BD-LR](https://github.com/ZJUZBW/Wotr-BD-LR)|正义之怒Wotr主角BD搜集|204|2024-02-04|
|183|[ZJUZBW/-Wotr-BD-](https://github.com/ZJUZBW/-Wotr-BD-)|开拓者-正义之怒的剧情队友的强力Build收集|204|2024-02-01|
|184|[openspug/index](https://github.com/openspug/index)|企业内部导航页|204|2023-11-17|
|185|[wangrenyisme/Shukongdashi](https://github.com/wangrenyisme/Shukongdashi)|使用知识图谱自然语言处理卷积神经网络等技术基于python语言设计了一个数控领域故障诊断专家系统|200|2023-08-28|
|186|[yihui/yihui.org](https://github.com/yihui/yihui.org)|Personal website and discussion board of Yihui Xie 谢益辉|198|2024-01-04|
|187|[rawchen/AliPan](https://github.com/rawchen/AliPan)|阿里云盘列表程序 - Spring Boot|197|2023-10-16|
|188|[tansuotv/tansuotv](https://github.com/tansuotv/tansuotv)|探索TV 发现更美 t.tansuo.tv|194|2023-12-16|
|189|[mvaneerde/blog](https://github.com/mvaneerde/blog)|Matthew van Eerde's blog|194|2024-01-24|
|190|[guifaChild/text_to_vedio](https://github.com/guifaChild/text_to_vedio)|这是一个由文本直接生成视频的项目|193|2024-01-26|
|191|[xiaomabenten/ruankao_itpm](https://github.com/xiaomabenten/ruankao_itpm)|💯2024年信息系统项目管理师软考高级备考资源库。PC版免费刷题软件https://ruankaodaren.com|191|2024-01-09|
|192|[youerning/blog](https://github.com/youerning/blog)|文章列表|188|2024-01-07|
|193|[MugglePay/MugglePay](https://github.com/MugglePay/MugglePay)|Make Crypto Payment Easy 让数字货币支付更简单|187|2023-12-30|
|194|[martignoni/hugo-notice](https://github.com/martignoni/hugo-notice)|A Hugo theme component to display nice notices|186|2024-01-13|
|195|[geeeeeeeek/stock_page](https://github.com/geeeeeeeek/stock_page)|股票行情分析看板python|181|2023-11-28|
|196|[hongmaple/octopus](https://github.com/hongmaple/octopus)|octopus高校教学综合平台主要用于对教师学生管理的信息管理课程管理专业信息管理班级管理可以添加题库可以上传下载教学资料可以设置考试试卷可以进行在线考试和自动评分。本系统基于若依框架感谢若依的开源RuoYi 是一个 Java EE 企业级快速开发平台基于经典技术组合Spring Boot、Apache Shiro、MyBatis、Thymeleaf、Bootstrap ...|179|2023-12-16|
|197|[barretlee/blog](https://github.com/barretlee/blog)|Blog & Blog System|178|2023-10-27|
|198|[wzs28150/coolui-scroller](https://github.com/wzs28150/coolui-scroller)|微信小程序下拉刷新上拉加载组件|177|2024-01-09|
|199|[fewismuch/react-playground](https://github.com/fewismuch/react-playground)|react在线代码编辑器可实时运行react代码支持动态引入自定义文件和第三方依赖包|176|2023-11-18|
|200|[NianBroken/Personal_Sakura_Guide_Page](https://github.com/NianBroken/Personal_Sakura_Guide_Page)|一款好看的樱花个人引导页普通虚拟主机即可搭建无需其他环境。把源码上传到服务器修改index.html里面的代码访问域名就可以使用。纯Html-Css-JavaScript|176|2024-02-03|
|130|[AshKyd/geojson-regions](https://github.com/AshKyd/geojson-regions)|🌏 A repo to create simplified GeoJSON regions so we can display map-based visualisations without having to load tiles all over the place.|390|2023-12-13|
|131|[maunium/dontasktoask.com](https://github.com/maunium/dontasktoask.com)|An informational website about why you should ask questions directly instead of asking to ask|387|2024-01-21|
|132|[ZutJoe/KoalaHackerNews](https://github.com/ZutJoe/KoalaHackerNews)|Koala hacker news 周报内容 每周二0点左右更新|383|2024-02-05|
|133|[DistSysCorp/ddia](https://github.com/DistSysCorp/ddia)|DDIA 逐章精读|382|2024-01-02|
|134|[x-dr/tts](https://github.com/x-dr/tts)|微软azure文本转语音 音频下载|376|2024-01-19|
|135|[kyuridenamida/atcoder-tools](https://github.com/kyuridenamida/atcoder-tools)|Convenient modules & tools for AtCoder users, written in Python 3.6|373|2023-10-27|
|136|[cdfmlr/muvtuber](https://github.com/cdfmlr/muvtuber)|Makes your AI vtuber|372|2023-08-14|
|137|[hugo-fixit/FixIt](https://github.com/hugo-fixit/FixIt)|🔧 A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题|366|2024-01-28|
|138|[doocs/doocs.github.io](https://github.com/doocs/doocs.github.io)|💁‍♀️ Welcome to the Doocs Open Source organization 欢迎加入 Doocs 开源社区|361|2023-12-17|
|139|[NianBroken/Firework_Simulator](https://github.com/NianBroken/Firework_Simulator)|烟花模拟器,一个模拟放烟花的网页。|360|2024-02-03|
|140|[lijiejie/eyes.sh](https://github.com/lijiejie/eyes.sh)|Optimized DNS/HTTP Log Tool for pentesters, faster and easy to use.|347|2023-08-23|
|141|[folkstory/lingqiu](https://github.com/folkstory/lingqiu)|灵丘民间故事歌谣谚语集成|343|2024-01-28|
|142|[Programming-With-Love/JVMStudy](https://github.com/Programming-With-Love/JVMStudy)|💊JVM 底层原理解析 |341|2023-11-16|
|143|[xiaolai/apple-computer-literacy](https://github.com/xiaolai/apple-computer-literacy)|个人电脑使用(以苹果产品为例)|336|2023-11-16|
|144|[confcodeofconduct/confcodeofconduct.com](https://github.com/confcodeofconduct/confcodeofconduct.com)|A code of conduct template for conferences|330|2023-10-05|
|145|[zenuo/gogo](https://github.com/zenuo/gogo)|「勾勾」是一个搜索工具,搜索结果基于谷歌,致力于「安全和简洁」的搜索体验。|321|2023-08-28|
|146|[daliansky/daliansky.github.io](https://github.com/daliansky/daliansky.github.io)|黑果小兵的部落阁|320|2023-11-27|
|147|[Sha1rholder/use-ChatGPT-in-GFW](https://github.com/Sha1rholder/use-ChatGPT-in-GFW)|在中国境内使用OpenAI服务的方法|317|2023-10-31|
|148|[duanbiaowu/go-examples-for-beginners](https://github.com/duanbiaowu/go-examples-for-beginners)|To help you get started quickly and improve in the Go programming language|308|2024-02-04|
|149|[yangjingyu/vs-tree](https://github.com/yangjingyu/vs-tree)|移动端PC端通用树组件适用于企业组织通讯录百万数据支持|301|2024-02-07|
|150|[xuyuanzhi051/My520](https://github.com/xuyuanzhi051/My520)|520表白神器|299|2023-09-07|
|151|[1024huijia/GoHome](https://github.com/1024huijia/GoHome)|10241024回家91地址老司机草榴9191porn免翻地址长期自动更新邀请码小草porn小草安卓安装包|299|2023-09-04|
|152|[yangzongzhuan/RuoYi-fast](https://github.com/yangzongzhuan/RuoYi-fast)|:tada: (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用|298|2024-01-15|
|153|[CyC2018/Text-Typesetting](https://github.com/CyC2018/Text-Typesetting)|:art: 中英混排文档在线排版工具|298|2023-11-06|
|154|[favourhong/Awesome-Marp](https://github.com/favourhong/Awesome-Marp)|🤙 Easy replacement for LaTeX Beamer! 🥂 custom Marp templates with a selection of over a dozen themes|282|2024-01-13|
|155|[miaoermua/CatWrt](https://github.com/miaoermua/CatWrt)|🌠 客制化 OpenWrt 智能网关|280|2023-12-21|
|156|[breakings/OpenWrt](https://github.com/breakings/OpenWrt)|-|275|2024-02-11|
|157|[mqycn/huile8](https://github.com/mqycn/huile8)|英语差等生必备的 vscode 插件,解决 单词不会读、单词不认识的痛点|273|2024-01-30|
|158|[missuo/Telegraph-Image-Hosting](https://github.com/missuo/Telegraph-Image-Hosting)|Build a free image hosting with Telegraph|271|2024-02-02|
|159|[1pone/clockindle](https://github.com/1pone/clockindle)|Kindle拯救计划——一个Kindle实用工具网站让你吃灰的Kindle成为时钟、天气看板、电子相册、微博热搜榜单...|271|2023-12-06|
|160|[jenkins-zh/jenkins-zh](https://github.com/jenkins-zh/jenkins-zh)|Jenkins 中文社区网站源码|269|2023-11-20|
|161|[g1eny0ung/hugo-theme-dream](https://github.com/g1eny0ung/hugo-theme-dream)|🌱 Hugo theme named Dream.|266|2023-10-17|
|162|[25H/MayeLite](https://github.com/25H/MayeLite)|Maye Lite 一个更轻更简洁的快速启动工具|260|2024-01-18|
|163|[cosname/cosx.org](https://github.com/cosname/cosx.org)|统计之都主站|257|2024-01-19|
|164|[jakobzhao/geog458](https://github.com/jakobzhao/geog458)|Advanced Digital Geographies @ UW-Seattle|255|2024-02-06|
|165|[xiongbao/we.dog](https://github.com/xiongbao/we.dog)|我们是狗,舔狗。心酸的舔狗日记。|247|2023-11-16|
|166|[Skylark0924/Reinforcement-Learning-in-Robotics](https://github.com/Skylark0924/Reinforcement-Learning-in-Robotics)|This is a private learning repository for reinforcement learning techniques used in robotics. |231|2023-08-25|
|167|[yangzongzhuan/RuoYi-Oracle](https://github.com/yangzongzhuan/RuoYi-Oracle)|:tada: (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用|231|2024-01-15|
|168|[sodafoundation/strato](https://github.com/sodafoundation/strato)|SODA Strato (Multi-cloud) project provides a cloud vendor agnostic data management for hybrid cloud, intercloud or intracloud. This project is renamed as 'Strato' |230|2024-02-07|
|169|[panyifei/panyifei.github.io](https://github.com/panyifei/panyifei.github.io)|:octocat::octocat:请访问 http://panyifei.github.io 一个前端工程狮的打怪日常欢迎star|221|2023-12-26|
|170|[loongson/LoongArch-Documentation](https://github.com/loongson/LoongArch-Documentation)|The documentation for LoongArch.|220|2023-11-17|
|171|[wyagd001/wyagd001.github.io](https://github.com/wyagd001/wyagd001.github.io)|个人主页, Autohotkey 中文帮助, 自用脚本介绍|219|2024-02-09|
|172|[smallfox233/JsonExp](https://github.com/smallfox233/JsonExp)|fastjson漏洞批量检测工具|215|2023-08-18|
|173|[radogado/niui](https://github.com/radogado/niui)|Lightweight, feature-rich, accessible front-end UI library|211|2023-12-18|
|174|[heistak/your-code-displays-japanese-wrong](https://github.com/heistak/your-code-displays-japanese-wrong)|A static website to link to when someone's code is displaying Japanese wrong.|210|2023-08-15|
|175|[SSPanel-UIM/Wiki](https://github.com/SSPanel-UIM/Wiki)|我们安装,我们更新,我们开发|209|2024-02-07|
|176|[microsoft/cordova-simulate](https://github.com/microsoft/cordova-simulate)|Simulates your Apache Cordova application in the browser.|209|2024-02-09|
|177|[laike9m/My_Blog](https://github.com/laike9m/My_Blog)|My Django Blog|209|2023-11-19|
|178|[siddhantgoel/awesome-beancount](https://github.com/siddhantgoel/awesome-beancount)|Awesome Beancount Resources|208|2024-01-22|
|179|[wx-chevalier/Frontend-Notes](https://github.com/wx-chevalier/Frontend-Notes)|:books: 大前端的工程实践iOS 篇 Android 篇 混合式开发篇 - ReactNative、Weex、Weapp|208|2023-08-25|
|180|[LKI/lki.github.io](https://github.com/LKI/lki.github.io)|My blog, with memes in issues and TILs in README.|208|2024-01-10|
|181|[witnessmenow/ESP32-Trinity](https://github.com/witnessmenow/ESP32-Trinity)|An Open Source ESP32 board for connecting to HUB75 Matrix Panels|206|2024-02-03|
|182|[YongxinLiu/EasyAmplicon](https://github.com/YongxinLiu/EasyAmplicon)|Easy Amplicon data analysis pipeline |206|2023-10-15|
|183|[ZJUZBW/Wotr-BD-LR](https://github.com/ZJUZBW/Wotr-BD-LR)|正义之怒Wotr主角BD搜集|204|2024-02-04|
|184|[ZJUZBW/-Wotr-BD-](https://github.com/ZJUZBW/-Wotr-BD-)|开拓者-正义之怒的剧情队友的强力Build收集|204|2024-02-01|
|185|[openspug/index](https://github.com/openspug/index)|企业内部导航页|204|2023-11-17|
|186|[wangrenyisme/Shukongdashi](https://github.com/wangrenyisme/Shukongdashi)|使用知识图谱自然语言处理卷积神经网络等技术基于python语言设计了一个数控领域故障诊断专家系统|200|2023-08-28|
|187|[yihui/yihui.org](https://github.com/yihui/yihui.org)|Personal website and discussion board of Yihui Xie 谢益辉|198|2024-01-04|
|188|[rawchen/AliPan](https://github.com/rawchen/AliPan)|阿里云盘列表程序 - Spring Boot|197|2023-10-16|
|189|[guifaChild/text_to_vedio](https://github.com/guifaChild/text_to_vedio)|这是一个由文本直接生成视频的项目|194|2024-01-26|
|190|[tansuotv/tansuotv](https://github.com/tansuotv/tansuotv)|探索TV 发现更美 t.tansuo.tv|194|2023-12-16|
|191|[mvaneerde/blog](https://github.com/mvaneerde/blog)|Matthew van Eerde's blog|194|2024-01-24|
|192|[xiaomabenten/ruankao_itpm](https://github.com/xiaomabenten/ruankao_itpm)|💯2024年信息系统项目管理师软考高级备考资源库。PC版免费刷题软件https://ruankaodaren.com|191|2024-01-09|
|193|[youerning/blog](https://github.com/youerning/blog)|文章列表|188|2024-01-07|
|194|[MugglePay/MugglePay](https://github.com/MugglePay/MugglePay)|Make Crypto Payment Easy 让数字货币支付更简单|187|2023-12-30|
|195|[martignoni/hugo-notice](https://github.com/martignoni/hugo-notice)|A Hugo theme component to display nice notices|186|2024-01-13|
|196|[geeeeeeeek/stock_page](https://github.com/geeeeeeeek/stock_page)|股票行情分析看板python|181|2023-11-28|
|197|[hongmaple/octopus](https://github.com/hongmaple/octopus)|octopus高校教学综合平台主要用于对教师学生管理的信息管理课程管理专业信息管理班级管理可以添加题库可以上传下载教学资料可以设置考试试卷可以进行在线考试和自动评分。本系统基于若依框架感谢若依的开源RuoYi 是一个 Java EE 企业级快速开发平台基于经典技术组合Spring Boot、Apache Shiro、MyBatis、Thymeleaf、Bootstrap ...|179|2023-12-16|
|198|[barretlee/blog](https://github.com/barretlee/blog)|Blog & Blog System|178|2023-10-27|
|199|[wzs28150/coolui-scroller](https://github.com/wzs28150/coolui-scroller)|微信小程序下拉刷新上拉加载组件|177|2024-01-09|
|200|[fewismuch/react-playground](https://github.com/fewismuch/react-playground)|react在线代码编辑器可实时运行react代码支持动态引入自定义文件和第三方依赖包|176|2023-11-18|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,96 +1,96 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Java
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[macrozheng/mall](https://github.com/macrozheng/mall)|mall项目是一套电商系统包括前台商城系统及后台管理系统基于SpringBoot+MyBatis实现采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。|73705|2024-02-10|
|2|[apache/dubbo](https://github.com/apache/dubbo)|The java implementation of Apache Dubbo. An RPC and microservice framework.|39791|2024-02-08|
|3|[jeecgboot/jeecg-boot](https://github.com/jeecgboot/jeecg-boot)|🔥「企业级低代码平台」前后端分离架构SpringBoot 2.x/3.xSpringCloudAnt Design&VueMybatisShiroJWT。强大的代码生成器让前后端代码一键生成无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。|37031|2024-01-24|
|4|[alibaba/arthas](https://github.com/alibaba/arthas)|Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas|34272|2024-02-07|
|1|[macrozheng/mall](https://github.com/macrozheng/mall)|mall项目是一套电商系统包括前台商城系统及后台管理系统基于SpringBoot+MyBatis实现采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。|73714|2024-02-10|
|2|[apache/dubbo](https://github.com/apache/dubbo)|The java implementation of Apache Dubbo. An RPC and microservice framework.|39793|2024-02-08|
|3|[jeecgboot/jeecg-boot](https://github.com/jeecgboot/jeecg-boot)|🔥「企业级低代码平台」前后端分离架构SpringBoot 2.x/3.xSpringCloudAnt Design&VueMybatisShiroJWT。强大的代码生成器让前后端代码一键生成无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。|37032|2024-01-24|
|4|[alibaba/arthas](https://github.com/alibaba/arthas)|Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas|34273|2024-02-07|
|5|[bumptech/glide](https://github.com/bumptech/glide)|An image loading and caching library for Android focused on smooth scrolling|34207|2024-02-03|
|6|[xkcoding/spring-boot-demo](https://github.com/xkcoding/spring-boot-demo)|🚀一个用来深入学习并实战 Spring Boot 的项目。|31532|2024-02-01|
|7|[halo-dev/halo](https://github.com/halo-dev/halo)|强大易用的开源建站工具。|30524|2024-02-10|
|8|[alibaba/easyexcel](https://github.com/alibaba/easyexcel)|快速、简洁、解决大文件内存溢出的java处理Excel工具|30404|2024-01-31|
|9|[apolloconfig/apollo](https://github.com/apolloconfig/apollo)|Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.|28634|2024-02-07|
|10|[alibaba/nacos](https://github.com/alibaba/nacos)|an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.|28517|2024-02-08|
|11|[dromara/hutool](https://github.com/dromara/hutool)|🍬A set of tools that keep Java sweet.|27929|2024-02-10|
|6|[xkcoding/spring-boot-demo](https://github.com/xkcoding/spring-boot-demo)|🚀一个用来深入学习并实战 Spring Boot 的项目。|31534|2024-02-01|
|7|[halo-dev/halo](https://github.com/halo-dev/halo)|强大易用的开源建站工具。|30525|2024-02-10|
|8|[alibaba/easyexcel](https://github.com/alibaba/easyexcel)|快速、简洁、解决大文件内存溢出的java处理Excel工具|30406|2024-01-31|
|9|[apolloconfig/apollo](https://github.com/apolloconfig/apollo)|Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.|28636|2024-02-07|
|10|[alibaba/nacos](https://github.com/alibaba/nacos)|an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.|28521|2024-02-08|
|11|[dromara/hutool](https://github.com/dromara/hutool)|🍬A set of tools that keep Java sweet.|27927|2024-02-10|
|12|[alibaba/druid](https://github.com/alibaba/druid)|阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池|27536|2024-02-06|
|13|[alibaba/canal](https://github.com/alibaba/canal)|阿里巴巴 MySQL binlog 增量订阅&消费组件 |27372|2024-02-05|
|13|[alibaba/canal](https://github.com/alibaba/canal)|阿里巴巴 MySQL binlog 增量订阅&消费组件 |27374|2024-02-05|
|14|[alibaba/spring-cloud-alibaba](https://github.com/alibaba/spring-cloud-alibaba)|Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.|26963|2024-02-05|
|15|[lenve/vhr](https://github.com/lenve/vhr)|微人事是一个前后端分离的人力资源管理系统项目采用SpringBoot+Vue开发。|26721|2024-01-11|
|16|[xuxueli/xxl-job](https://github.com/xuxueli/xxl-job)|A distributed task scheduling framework.分布式任务调度平台XXL-JOB|26061|2024-02-05|
|17|[alibaba/fastjson](https://github.com/alibaba/fastjson)|FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.|25570|2023-11-18|
|18|[apache/incubator-seata](https://github.com/apache/incubator-seata)|:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.|24760|2024-02-07|
|19|[scwang90/SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout)|🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScrollAndroid智能下拉刷新框架支持越界回弹、越界拖动具有极强的扩展性集成了几十种炫酷的Header和 Footer。|24586|2023-11-19|
|17|[alibaba/fastjson](https://github.com/alibaba/fastjson)|FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.|25571|2023-11-18|
|18|[apache/incubator-seata](https://github.com/apache/incubator-seata)|:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.|24761|2024-02-07|
|19|[scwang90/SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout)|🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScrollAndroid智能下拉刷新框架支持越界回弹、越界拖动具有极强的扩展性集成了几十种炫酷的Header和 Footer。|24585|2023-11-19|
|20|[CymChad/BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)|BRVAH:Powerful and flexible RecyclerAdapter|23937|2024-01-19|
|21|[apache/skywalking](https://github.com/apache/skywalking)|APM, Application Performance Monitoring System|22990|2024-02-08|
|22|[YunaiV/ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro)|🔥 官方推荐 🔥 RuoYi-Vue 全新 Pro 版本,优化重构所有功能。基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统 + 微信小程序,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!|21868|2024-01-29|
|23|[alibaba/Sentinel](https://github.com/alibaba/Sentinel)|A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)|21765|2024-02-06|
|22|[YunaiV/ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro)|🔥 官方推荐 🔥 RuoYi-Vue 全新 Pro 版本,优化重构所有功能。基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统 + 微信小程序,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!|21869|2024-01-29|
|23|[alibaba/Sentinel](https://github.com/alibaba/Sentinel)|A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)|21764|2024-02-06|
|24|[elunez/eladmin](https://github.com/elunez/eladmin)|eladmin jpa 版本:项目基于 Spring Boot 2.6.4、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统项目采用分模块开发方式 权限控制采用 RBAC支持数据字典与数据权限管理支持一键生成前后端代码支持动态路由|20575|2024-01-02|
|25|[didi/DoKit](https://github.com/didi/DoKit)|一款面向泛前端产品研发全生命周期的效率平台。|19849|2023-12-06|
|26|[CarGuo/GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer)|视频播放器IJKplayer、ExoPlayer、MediaPlayerHTTPS支持弹幕外挂字幕支持滤镜、水印、gif截图片头广告、中间广告多个同时播放支持基本的拖动声音、亮度调节支持边播边缓存支持视频自带rotation的旋转90,270之类重力旋转与手动旋转的同步支持支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切 ...|19459|2024-01-22|
|26|[CarGuo/GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer)|视频播放器IJKplayer、ExoPlayer、MediaPlayerHTTPS支持弹幕外挂字幕支持滤镜、水印、gif截图片头广告、中间广告多个同时播放支持基本的拖动声音、亮度调节支持边播边缓存支持视频自带rotation的旋转90,270之类重力旋转与手动旋转的同步支持支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切 ...|19460|2024-01-22|
|27|[linlinjava/litemall](https://github.com/linlinjava/litemall)|又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端|18664|2023-10-30|
|28|[dianping/cat](https://github.com/dianping/cat)|CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端已经在美团点评的基础架构中间件框架MVC框架RPC框架数据库框架缓存框架等消息队列配置系统等深度集成为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。|18318|2024-01-29|
|29|[Stirling-Tools/Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF)|locally hosted web application that allows you to perform various operations on PDF files|17697|2024-02-10|
|28|[dianping/cat](https://github.com/dianping/cat)|CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端已经在美团点评的基础架构中间件框架MVC框架RPC框架数据库框架缓存框架等消息队列配置系统等深度集成为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。|18319|2024-01-29|
|29|[Stirling-Tools/Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF)|locally hosted web application that allows you to perform various operations on PDF files|17718|2024-02-11|
|30|[facebook/fresco](https://github.com/facebook/fresco)|An Android library for managing images and the memory they use.|17026|2024-02-08|
|31|[Tencent/APIJSON](https://github.com/Tencent/APIJSON)|🏆 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🏆 A JSON Transmission Protocol and an ORM Library 🚀 provides APIs and Docs without writing any code.|16340|2024-02-07|
|32|[justauth/JustAuth](https://github.com/justauth/JustAuth)|🏆Gitee 最有价值开源项目 🚀:100: 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么、 ...|15734|2024-01-19|
|31|[Tencent/APIJSON](https://github.com/Tencent/APIJSON)|🏆 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🏆 A JSON Transmission Protocol and an ORM Library 🚀 provides APIs and Docs without writing any code.|16341|2024-02-07|
|32|[justauth/JustAuth](https://github.com/justauth/JustAuth)|🏆Gitee 最有价值开源项目 🚀:100: 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么、 ...|15733|2024-01-19|
|33|[alibaba/DataX](https://github.com/alibaba/DataX)|DataX是阿里云DataWorks数据集成的开源版本。|14815|2024-01-11|
|34|[dromara/Sa-Token](https://github.com/dromara/Sa-Token)|这可能是史上功能最全的Java权限认证框架目前已集成——登录认证、权限认证、分布式Session会话、微服务网关鉴权、单点登录、OAuth2.0、踢人下线、Redis集成、前后台分离、记住我模式、模拟他人账号、临时身份切换、账号封禁、多账号认证体系、注解式鉴权、路由拦截式鉴权、花式token生成、自动续签、同端互斥登录、会话治理、密码加密、jwt集成、Spring集成、WebFlux集成...|14803|2024-02-09|
|35|[YunaiV/yudao-cloud](https://github.com/YunaiV/yudao-cloud)|ruoyi-vue-pro 全新 Cloud 版本,优化重构所有功能。基于 Spring Cloud Alibaba + MyBatis Plus + Vue & Element 实现的后台管理系统 + 用户小程序,支持 RBAC 动态权限、多租户、数据权限、工作流、三方登录、支付、短信、商城等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!|14769|2024-02-04|
|36|[dataease/dataease](https://github.com/dataease/dataease)|人人可用的开源数据可视化分析工具。|14467|2024-02-08|
|35|[YunaiV/yudao-cloud](https://github.com/YunaiV/yudao-cloud)|ruoyi-vue-pro 全新 Cloud 版本,优化重构所有功能。基于 Spring Cloud Alibaba + MyBatis Plus + Vue & Element 实现的后台管理系统 + 用户小程序,支持 RBAC 动态权限、多租户、数据权限、工作流、三方登录、支付、短信、商城等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!|14771|2024-02-04|
|36|[dataease/dataease](https://github.com/dataease/dataease)|人人可用的开源数据可视化分析工具。|14471|2024-02-08|
|37|[alibaba/ARouter](https://github.com/alibaba/ARouter)|💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)|14342|2023-09-11|
|38|[Tencent/QMUI_Android](https://github.com/Tencent/QMUI_Android)|提高 Android UI 开发效率的 UI 库|14284|2024-01-29|
|39|[barry-ran/QtScrcpy](https://github.com/barry-ran/QtScrcpy)|Android real-time display control software|13803|2024-01-16|
|40|[pppscn/SmsForwarder](https://github.com/pppscn/SmsForwarder)|短信转发器——监控Android手机短信、来电、APP通知并根据指定规则转发到其他手机钉钉群自定义机器人、钉钉企业内机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。包括主动控制服务端与客户端让你轻松远程发短信、查短信、查通话、查话簿、查电量等。V3.0 新增PS.这个APK主要是 ...|13167|2024-02-02|
|39|[barry-ran/QtScrcpy](https://github.com/barry-ran/QtScrcpy)|Android real-time display control software|13810|2024-01-16|
|40|[pppscn/SmsForwarder](https://github.com/pppscn/SmsForwarder)|短信转发器——监控Android手机短信、来电、APP通知并根据指定规则转发到其他手机钉钉群自定义机器人、钉钉企业内机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。包括主动控制服务端与客户端让你轻松远程发短信、查短信、查通话、查话簿、查电量等。V3.0 新增PS.这个APK主要是 ...|13170|2024-02-11|
|41|[LuckSiege/PictureSelector](https://github.com/LuckSiege/PictureSelector)|Picture Selector Library for Android or 图片选择器|12953|2024-01-18|
|42|[youth5201314/banner](https://github.com/youth5201314/banner)|🔥🔥🔥Banner 2.0 来了Android广告图片轮播控件内部基于ViewPager2实现Indicator和UI都可以自定义。|12643|2024-01-11|
|43|[codecentric/spring-boot-admin](https://github.com/codecentric/spring-boot-admin)|Admin UI for administration of spring boot applications|12080|2024-02-10|
|44|[pagehelper/Mybatis-PageHelper](https://github.com/pagehelper/Mybatis-PageHelper)|Mybatis通用分页插件|11991|2024-01-30|
|45|[DuGuQiuBai/Java](https://github.com/DuGuQiuBai/Java)|27天成为Java大神|11951|2023-09-20|
|46|[chat2db/Chat2DB](https://github.com/chat2db/Chat2DB)|🔥 🔥 🔥 An intelligent and versatile general-purpose SQL client and reporting tool for databases which integrates ChatGPT capabilities.|11431|2024-02-07|
|44|[pagehelper/Mybatis-PageHelper](https://github.com/pagehelper/Mybatis-PageHelper)|Mybatis通用分页插件|11990|2024-01-30|
|45|[DuGuQiuBai/Java](https://github.com/DuGuQiuBai/Java)|27天成为Java大神|11952|2023-09-20|
|46|[chat2db/Chat2DB](https://github.com/chat2db/Chat2DB)|🔥 🔥 🔥 An intelligent and versatile general-purpose SQL client and reporting tool for databases which integrates ChatGPT capabilities.|11435|2024-02-07|
|47|[Tencent/matrix](https://github.com/Tencent/matrix)|Matrix is a plugin style, non-invasive APM system developed by WeChat.|11309|2023-11-14|
|48|[macrozheng/mall-swarm](https://github.com/macrozheng/mall-swarm)|mall-swarm是一套微服务商城系统采用了 Spring Cloud 2021 & Alibaba、Spring Boot 2.7、Oauth2、MyBatis、Docker、Elasticsearch、Kubernetes等核心技术同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全附带全套Sp ...|11123|2024-01-02|
|49|[code4craft/webmagic](https://github.com/code4craft/webmagic)|A scalable web crawler framework for Java.|11099|2024-01-29|
|50|[alibaba/COLA](https://github.com/alibaba/COLA)|🥤 COLA: Clean Object-oriented & Layered Architecture|10971|2023-12-19|
|51|[apache/doris](https://github.com/apache/doris)|Apache Doris is an easy-to-use, high performance and unified analytics database.|10757|2024-02-10|
|51|[apache/doris](https://github.com/apache/doris)|Apache Doris is an easy-to-use, high performance and unified analytics database.|10758|2024-02-11|
|52|[daniulive/SmarterStreaming](https://github.com/daniulive/SmarterStreaming)|业内为数不多致力于极致体验的超强全自研跨平台(windows/linux/android/iOS)流媒体内核通过模块化自由组合支持实时RTMP推流、RTSP推流、RTMP播放器、RTSP播放器、录像、多路流媒体转发、音视频导播、动态视频合成、音频混音、直播互动、内置轻量级RTSP服务等比快更快业界真正靠谱的超低延迟直播SDK(1秒内低延迟模式下200~400ms)。|10747|2023-08-20|
|53|[newbee-ltd/newbee-mall](https://github.com/newbee-ltd/newbee-mall)|🔥 🎉newbee-mall是一套电商系统包括基础版本(Spring Boot+Thymeleaf)、前后端分离版本(Spring Boot+Vue 3+Element-Plus+Vue-Router 4+Pinia+Vant 4) 、秒杀版本、Go语言版本、微服务版本(Spring Cloud Alibaba+Nacos+Sentinel+Seata+Spring Cloud Gateway+ ...|10669|2023-10-09|
|54|[metersphere/metersphere](https://github.com/metersphere/metersphere)|MeterSphere 一站式开源持续测试平台,为软件质量保驾护航。搞测试,就选 MeterSphere|10640|2024-02-10|
|55|[xiaojieonly/Ehviewer_CN_SXJ](https://github.com/xiaojieonly/Ehviewer_CN_SXJ)|ehviewer用爱发电快乐前行|9869|2024-02-03|
|56|[Snoopy1866/LiTiaotiao-Custom-Rules](https://github.com/Snoopy1866/LiTiaotiao-Custom-Rules)|李跳跳自定义规则|9790|2024-01-28|
|57|[paascloud/paascloud-master](https://github.com/paascloud/paascloud-master)|spring cloud + vue + oAuth2.0全家桶实战,前后端分离模拟商城,完整的购物流程、后端运营平台,可以实现快速搭建企业级微服务项目。支持微信登录等三方登录。|9743|2023-10-09|
|58|[debezium/debezium](https://github.com/debezium/debezium)|Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.|9599|2024-02-10|
|53|[newbee-ltd/newbee-mall](https://github.com/newbee-ltd/newbee-mall)|🔥 🎉newbee-mall是一套电商系统包括基础版本(Spring Boot+Thymeleaf)、前后端分离版本(Spring Boot+Vue 3+Element-Plus+Vue-Router 4+Pinia+Vant 4) 、秒杀版本、Go语言版本、微服务版本(Spring Cloud Alibaba+Nacos+Sentinel+Seata+Spring Cloud Gateway+ ...|10670|2023-10-09|
|54|[metersphere/metersphere](https://github.com/metersphere/metersphere)|MeterSphere 一站式开源持续测试平台,为软件质量保驾护航。搞测试,就选 MeterSphere|10638|2024-02-11|
|55|[xiaojieonly/Ehviewer_CN_SXJ](https://github.com/xiaojieonly/Ehviewer_CN_SXJ)|ehviewer用爱发电快乐前行|9891|2024-02-03|
|56|[Snoopy1866/LiTiaotiao-Custom-Rules](https://github.com/Snoopy1866/LiTiaotiao-Custom-Rules)|李跳跳自定义规则|9800|2024-01-28|
|57|[paascloud/paascloud-master](https://github.com/paascloud/paascloud-master)|spring cloud + vue + oAuth2.0全家桶实战,前后端分离模拟商城,完整的购物流程、后端运营平台,可以实现快速搭建企业级微服务项目。支持微信登录等三方登录。|9744|2023-10-09|
|58|[debezium/debezium](https://github.com/debezium/debezium)|Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.|9598|2024-02-11|
|59|[lihengming/spring-boot-api-project-seed](https://github.com/lihengming/spring-boot-api-project-seed)|:seedling::rocket:一个基于Spring Boot & MyBatis的种子项目用于快速构建中小型API、RESTful API项目~|9470|2023-12-17|
|60|[kekingcn/kkFileView](https://github.com/kekingcn/kkFileView)|Universal File Online Preview Project based on Spring-Boot|9466|2024-01-30|
|60|[kekingcn/kkFileView](https://github.com/kekingcn/kkFileView)|Universal File Online Preview Project based on Spring-Boot|9467|2024-01-30|
|61|[MyCATApache/Mycat-Server](https://github.com/MyCATApache/Mycat-Server)|-|9454|2024-01-15|
|62|[Justson/AgentWeb](https://github.com/Justson/AgentWeb)| AgentWeb is a powerful library based on Android WebView.|9072|2023-12-09|
|63|[KunMinX/Jetpack-MVVM-Best-Practice](https://github.com/KunMinX/Jetpack-MVVM-Best-Practice)|难得一见 Jetpack MVVM 最佳实践!在 "以简驭繁" 代码中,对 "视图控制器" 乃至 "标准化开发模式" 形成正确、深入理解!|8573|2024-02-07|
|64|[zfile-dev/zfile](https://github.com/zfile-dev/zfile)|在线云盘、网盘、OneDrive、云存储、私有云、对象存储、h5ai、上传、下载|8493|2024-02-01|
|65|[zhoutaoo/SpringCloud](https://github.com/zhoutaoo/SpringCloud)|基于SpringCloud2.1的微服务开发脚手架整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等让项目开发快速进入业务开发而不需过多时间花费在架构搭建上。持续更新中|8441|2023-12-17|
|66|[shwenzhang/AndResGuard](https://github.com/shwenzhang/AndResGuard)|proguard resource for Android by wechat team|8410|2023-10-20|
|67|[sohutv/cachecloud](https://github.com/sohutv/cachecloud)|搜狐视频(sohu tv)Redis私有云平台 支持Redis多种架构(Standalone、Sentinel、Cluster)高效管理、有效降低大规模redis运维成本提升资源管控能力和利用率。平台提供快速搭建/迁移,运维管理,弹性伸缩,统计监控,客户端整合接入等功能。(CacheCloud is a Redis cloud management platform. It supports ...|8293|2024-02-01|
|67|[sohutv/cachecloud](https://github.com/sohutv/cachecloud)|搜狐视频(sohu tv)Redis私有云平台 支持Redis多种架构(Standalone、Sentinel、Cluster)高效管理、有效降低大规模redis运维成本提升资源管控能力和利用率。平台提供快速搭建/迁移,运维管理,弹性伸缩,统计监控,客户端整合接入等功能。(CacheCloud is a Redis cloud management platform. It supports ...|8295|2024-02-01|
|68|[hs-web/hsweb-framework](https://github.com/hs-web/hsweb-framework)|hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。|8233|2024-02-07|
|69|[apache/shenyu](https://github.com/apache/shenyu)|Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.|8214|2024-02-10|
|69|[apache/shenyu](https://github.com/apache/shenyu)|Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.|8215|2024-02-11|
|70|[alibaba/otter](https://github.com/alibaba/otter)|阿里巴巴分布式数据库同步系统(解决中美异地机房)|7911|2023-09-18|
|71|[Tencent/Hippy](https://github.com/Tencent/Hippy)|Hippy is designed to easily build cross-platform dynamic apps. 👏|7748|2024-02-05|
|72|[vipshop/vjtools](https://github.com/vipshop/vjtools)|The vip.com's java coding standard, libraries and tools|7590|2023-09-06|
|73|[wildfirechat/im-server](https://github.com/wildfirechat/im-server)|即时通讯(IM)系统|7571|2024-02-04|
|74|[Team-xManager/xManager](https://github.com/Team-xManager/xManager)|Ad-Free, New Features & Freedom|7563|2024-01-18|
|75|[li-xiaojun/XPopup](https://github.com/li-xiaojun/XPopup)|🔥XPopup2.0版本重磅来袭2倍以上性能提升带来可观的动画性能优化和交互细节的提升功能强大交互优雅动画丝滑的通用弹窗可以替代DialogPopupWindowPopupMenuBottomSheetDrawerLayoutSpinner等组件自带十几种效果良好的动画 支持完全的UI和动画自定义(Powerful and Beautiful Popup for A ...|7448|2023-12-14|
|73|[Team-xManager/xManager](https://github.com/Team-xManager/xManager)|Ad-Free, New Features & Freedom|7573|2024-01-18|
|74|[wildfirechat/im-server](https://github.com/wildfirechat/im-server)|即时通讯(IM)系统|7570|2024-02-04|
|75|[li-xiaojun/XPopup](https://github.com/li-xiaojun/XPopup)|🔥XPopup2.0版本重磅来袭2倍以上性能提升带来可观的动画性能优化和交互细节的提升功能强大交互优雅动画丝滑的通用弹窗可以替代DialogPopupWindowPopupMenuBottomSheetDrawerLayoutSpinner等组件自带十几种效果良好的动画 支持完全的UI和动画自定义(Powerful and Beautiful Popup for A ...|7449|2023-12-14|
|76|[Tencent/Shadow](https://github.com/Tencent/Shadow)|零反射全动态Android插件框架|7225|2024-01-03|
|77|[abel533/Mapper](https://github.com/abel533/Mapper)|Mybatis Common Mapper - Easy to use|7208|2024-01-04|
|78|[alibaba/transmittable-thread-local](https://github.com/alibaba/transmittable-thread-local)|📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using ...|7065|2024-02-08|
|79|[apache/seatunnel](https://github.com/apache/seatunnel)|SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.|7021|2024-02-10|
|78|[alibaba/transmittable-thread-local](https://github.com/alibaba/transmittable-thread-local)|📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using ...|7067|2024-02-08|
|79|[apache/seatunnel](https://github.com/apache/seatunnel)|SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.|7022|2024-02-11|
|80|[didi/KnowStreaming](https://github.com/didi/KnowStreaming)|一站式云原生实时流数据平台通过0侵入、插件化构建企业级Kafka服务极大降低操作、存储和管理实时流数据门槛|6631|2024-01-06|
|81|[alibaba/jvm-sandbox](https://github.com/alibaba/jvm-sandbox)|Real - time non-invasive AOP framework container based on JVM|6513|2023-10-16|
|81|[alibaba/jvm-sandbox](https://github.com/alibaba/jvm-sandbox)|Real - time non-invasive AOP framework container based on JVM|6514|2023-10-16|
|82|[NLPchina/ansj_seg](https://github.com/NLPchina/ansj_seg)|ansj分词.ict的真正java实现.分词效果速度都超过开源版的ict. 中文分词,人名识别,词性标注,用户自定义词典|6407|2023-11-19|
|83|[PowerJob/PowerJob](https://github.com/PowerJob/PowerJob)|Enterprise job scheduling middleware with distributed computing ability.|6303|2024-02-10|
|83|[PowerJob/PowerJob](https://github.com/PowerJob/PowerJob)|Enterprise job scheduling middleware with distributed computing ability.|6304|2024-02-11|
|84|[527515025/springBoot](https://github.com/527515025/springBoot)|springboot 框架与其它组件结合如 jpa、mybatis、websocket、security、shiro、cache等|6292|2024-01-27|
|85|[gzu-liyujiang/AndroidPicker](https://github.com/gzu-liyujiang/AndroidPicker)|安卓选择器类库包括日期及时间选择器可用于出生日期、营业时间等、单项选择器可用于性别、民族、职业、学历、星座等、二三级联动选择器可用于车牌号、基金定投日期等、城市地址选择器分省级、地市级及区县级、数字选择器可用于年龄、身高、体重、温度等、日历选日期择器可用于酒店及机票预定日期、颜色选择器、文件及目录选择器、图片选择器等……WheelPicker/DatePicker/Tim ...|6256|2023-12-02|
|86|[HMCL-dev/HMCL](https://github.com/HMCL-dev/HMCL)|A Minecraft Launcher which is multi-functional, cross-platform and popular|6017|2024-02-10|
|86|[HMCL-dev/HMCL](https://github.com/HMCL-dev/HMCL)|A Minecraft Launcher which is multi-functional, cross-platform and popular|6022|2024-02-10|
|87|[raphw/byte-buddy](https://github.com/raphw/byte-buddy)|Runtime code generation for the Java virtual machine.|5903|2024-02-03|
|88|[weibocom/motan](https://github.com/weibocom/motan)|A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.|5869|2024-02-05|
|89|[lets-blade/blade](https://github.com/lets-blade/blade)|:rocket: Lightning fast and elegant mvc framework for Java8|5824|2023-11-28|
@ -99,48 +99,48 @@
|92|[AriaLyy/Aria](https://github.com/AriaLyy/Aria)|下载可以很简单|5461|2023-08-15|
|93|[gz-yami/mall4cloud](https://github.com/gz-yami/mall4cloud)|⭐️⭐️⭐️微服务商城系统 springcloud微服务商城 小程序商城|5437|2024-02-05|
|94|[TommyLemon/Android-ZBLibrary](https://github.com/TommyLemon/Android-ZBLibrary)|🔥 Android MVP 快速开发框架,做国内 「示例最全面」「注释最详细」「使用最简单」「代码最严谨」的 Android 开源 UI 框架。 🔥 An Android MVP Framework with many demos, detailed documents, simple usages and strict codes.|5387|2024-02-05|
|95|[pig-mesh/pig](https://github.com/pig-mesh/pig)|↥ ↥ ↥ 点击关注更新,基于 Spring Cloud 2022 、Spring Boot 3.1、 OAuth2 的 RBAC 权限管理系统|5363|2024-02-03|
|95|[pig-mesh/pig](https://github.com/pig-mesh/pig)|↥ ↥ ↥ 点击关注更新,基于 Spring Cloud 2022 、Spring Boot 3.1、 OAuth2 的 RBAC 权限管理系统|5364|2024-02-03|
|96|[WeiYe-Jing/datax-web](https://github.com/WeiYe-Jing/datax-web)|DataX集成可视化页面选择数据源即可一键生成数据同步任务支持RDBMS、Hive、HBase、ClickHouse、MongoDB等数据源批量创建RDBMS数据同步任务集成开源调度系统支持分布式、增量同步数据、实时查看运行日志、监控执行器资源、KILL运行进程、数据源信息加密等。|5209|2023-11-21|
|97|[getActivity/XXPermissions](https://github.com/getActivity/XXPermissions)|Android 权限请求框架,已适配 Android 14|5120|2024-01-28|
|98|[razerdp/BasePopup](https://github.com/razerdp/BasePopup)| Android下打造通用便捷的PopupWindow弹窗库|5090|2024-01-04|
|99|[Javen205/IJPay](https://github.com/Javen205/IJPay)|IJPay 让支付触手可及封装了微信支付、QQ支付、支付宝支付、京东支付、银联支付、PayPal 支付等常用的支付方式以及各种常用的接口。不依赖任何第三方 mvc 框架,仅仅作为工具使用简单快速完成支付模块的开发,可轻松嵌入到任何系统里。右上角点下小星星✨ |5048|2023-11-30|
|100|[zfdang/Android-Touch-Helper](https://github.com/zfdang/Android-Touch-Helper)|开屏跳过-安卓系统的开屏广告自动跳过助手|5039|2023-12-17|
|100|[zfdang/Android-Touch-Helper](https://github.com/zfdang/Android-Touch-Helper)|开屏跳过-安卓系统的开屏广告自动跳过助手|5037|2023-12-17|
|101|[jeecgboot/JimuReport](https://github.com/jeecgboot/JimuReport)|🔥「数据可视化报表工具」类似excel操作风格在线拖拽完成报表设计功能涵盖: 报表设计、图形报表、打印设计、大屏设计等,完全免费!秉承“简单、易用、专业”的产品理念,极大的降低报表开发难度、缩短开发周期、解决各类报表难题。|5033|2023-12-30|
|102|[Trinea/android-common](https://github.com/Trinea/android-common)|Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on|5017|2023-12-06|
|103|[opengoofy/hippo4j](https://github.com/opengoofy/hippo4j)|📌 异步线程池框架,支持线程池动态变更&监控&报警无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no need to modify the code easily introduced.|5016|2024-01-10|
|102|[opengoofy/hippo4j](https://github.com/opengoofy/hippo4j)|📌 异步线程池框架,支持线程池动态变更&监控&报警无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no need to modify the code easily introduced.|5017|2024-01-10|
|103|[Trinea/android-common](https://github.com/Trinea/android-common)|Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on|5017|2023-12-06|
|104|[DingMouRen/LayoutManagerGroup](https://github.com/DingMouRen/LayoutManagerGroup)|:point_right: Customize the LayoutManager of RecyclerView(自定义LayoutManager)|4959|2023-10-11|
|105|[ververica/flink-cdc-connectors](https://github.com/ververica/flink-cdc-connectors)|CDC Connectors for Apache Flink®|4954|2024-02-06|
|106|[jetlinks/jetlinks-community](https://github.com/jetlinks/jetlinks-community)|JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理 ...|4895|2024-01-25|
|106|[jetlinks/jetlinks-community](https://github.com/jetlinks/jetlinks-community)|JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理 ...|4896|2024-01-25|
|107|[youlookwhat/CloudReader](https://github.com/youlookwhat/CloudReader)|🗡️ 云阅一款基于网易云音乐UI使用玩Android ApiRetrofit2 + RxJava2 + Room + MVVM-databinding架构开发的Android客户端|4867|2023-11-09|
|108|[sofastack/sofa-boot](https://github.com/sofastack/sofa-boot)|SOFABoot is a framework that enhances Spring Boot and fully compatible with it, provides readiness check, class isolation, etc.|4854|2024-02-02|
|109|[ZhongFuCheng3y/austin](https://github.com/ZhongFuCheng3y/austin)|消息推送平台🔥 推送下发【邮件】【短信】【微信服务号】【微信小程序】【企业微信】【钉钉】等消息类型。|4779|2024-02-06|
|110|[DerekYRC/mini-spring](https://github.com/DerekYRC/mini-spring)|mini-spring是简化版的spring框架能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑代码极度简化保留spring的核心功能如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。 |4712|2023-11-30|
|111|[xuexiangjys/XUI](https://github.com/xuexiangjys/XUI)|💍A simple and elegant Android native UI framework, free your hands! (一个简洁而优雅的Android原生UI框架解放你的双手)|4641|2023-12-15|
|109|[ZhongFuCheng3y/austin](https://github.com/ZhongFuCheng3y/austin)|消息推送平台🔥 推送下发【邮件】【短信】【微信服务号】【微信小程序】【企业微信】【钉钉】等消息类型。|4780|2024-02-06|
|110|[DerekYRC/mini-spring](https://github.com/DerekYRC/mini-spring)|mini-spring是简化版的spring框架能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑代码极度简化保留spring的核心功能如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。 |4715|2023-11-30|
|111|[xuexiangjys/XUI](https://github.com/xuexiangjys/XUI)|💍A simple and elegant Android native UI framework, free your hands! (一个简洁而优雅的Android原生UI框架解放你的双手)|4642|2023-12-15|
|112|[remkop/picocli](https://github.com/remkop/picocli)|Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps ca ...|4610|2024-02-09|
|113|[NekoX-Dev/NekoX](https://github.com/NekoX-Dev/NekoX)|A third-party Telegram android app.|4583|2024-02-09|
|113|[NekoX-Dev/NekoX](https://github.com/NekoX-Dev/NekoX)|A third-party Telegram android app.|4586|2024-02-11|
|114|[pili-engineering/PLDroidPlayer](https://github.com/pili-engineering/PLDroidPlayer)|PLDroidPlayer 是七牛推出的一款免费的适用于 Android 平台的播放器 SDK采用全自研的跨平台播放内核拥有丰富的功能和优异的性能可高度定制化和二次开发。|4556|2023-11-07|
|115|[201206030/novel](https://github.com/201206030/novel)|novel 是一套基于时下最新 Java 技术栈 Spring Boot 3 + Vue 3 开发的前后端分离学习型小说项目,配备保姆级教程手把手教你从零开始开发上线一套生产级别的 Java 系统,由小说门户系统、作家后台管理系统、平台后台管理系统等多个子系统构成。包括小说推荐、作品检索、小说排行榜、小说阅读、小说评论、会员中心、作家专区、充值订阅、新闻发布等功能。|4519|2023-12-21|
|116|[apache/rocketmq-externals](https://github.com/apache/rocketmq-externals)|Mirror of Apache RocketMQ (Incubating)|4517|2024-01-16|
|117|[alibaba/QLExpress](https://github.com/alibaba/QLExpress)|QLExpress is a powerful, lightweight, dynamic language for the Java platform aimed at improving developers productivity in different business scenes.|4479|2024-01-29|
|118|[jeequan/jeepay](https://github.com/jeequan/jeepay)|Jeepay是一套适合互联网企业使用的开源支付系统支持多渠道服务商和普通商户模式。已对接微信支付支付宝云闪付官方接口支持聚合码支付。|4440|2024-02-02|
|118|[jeequan/jeepay](https://github.com/jeequan/jeepay)|Jeepay是一套适合互联网企业使用的开源支付系统支持多渠道服务商和普通商户模式。已对接微信支付支付宝云闪付官方接口支持聚合码支付。|4442|2024-02-02|
|119|[Heeexy/SpringBoot-Shiro-Vue](https://github.com/Heeexy/SpringBoot-Shiro-Vue)|提供一套基于Spring Boot-Shiro-Vue的权限管理思路.前后端都加以控制,做到按钮/接口级别的权限。当前新版本已移除shiro依赖简化了配置|4434|2023-10-07|
|120|[zlt2000/microservices-platform](https://github.com/zlt2000/microservices-platform)|基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户系统架构。并引入组件化的思想实现高内聚低耦合项目代码简洁注释丰富上手容易适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案面向互联网设计同时适合B端和C端用户支持CI/CD多环境部署并提供应用管理方便第三方系统接入 ...|4406|2024-02-04|
|121|[baomidou/dynamic-datasource](https://github.com/baomidou/dynamic-datasource)|dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务 |4383|2024-01-17|
|122|[xuchengsheng/spring-reading](https://github.com/xuchengsheng/spring-reading)|涵盖了 Spring 框架的核心概念和关键功能包括控制反转IOC容器的使用面向切面编程AOP的原理与实践事务管理的方式与实现Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。|4365|2024-02-07|
|123|[tianshiyeben/wgcloud](https://github.com/tianshiyeben/wgcloud)|Linux运维监控工具支持系统硬件信息内存cpu温度磁盘空间及IO硬盘smart系统负载网络流量等监控服务接口大屏展示拓扑图进程监控端口监控docker监控文件防篡改日志监控数据可视化web ssh堡垒机指令下发批量执行Linux面板(探针)SNMP故障告警|4242|2023-12-04|
|122|[xuchengsheng/spring-reading](https://github.com/xuchengsheng/spring-reading)|涵盖了 Spring 框架的核心概念和关键功能包括控制反转IOC容器的使用面向切面编程AOP的原理与实践事务管理的方式与实现Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。|4366|2024-02-07|
|123|[tianshiyeben/wgcloud](https://github.com/tianshiyeben/wgcloud)|Linux运维监控工具支持系统硬件信息内存cpu温度磁盘空间及IO硬盘smart系统负载网络流量等监控服务接口大屏展示拓扑图进程监控端口监控docker监控文件防篡改日志监控数据可视化web ssh堡垒机指令下发批量执行Linux面板(探针)SNMP故障告警|4244|2023-12-04|
|124|[codingapi/tx-lcn](https://github.com/codingapi/tx-lcn)|LCN distributed transaction framework, compatible with dubbo, spring cloud and Motan framework, supports various relational databases|4207|2023-09-06|
|125|[ThirtyDegreesRay/OpenHub](https://github.com/ThirtyDegreesRay/OpenHub)|An open source GitHub Android client app, faster and concise.|4202|2024-01-20|
|126|[gz-yami/mall4j](https://github.com/gz-yami/mall4j)|⭐️⭐️⭐️ 电商商城 小程序电商商城系统 PC商城 H5商城 APP商城 Java商城 O2O商城|4185|2024-01-22|
|127|[apache/iotdb](https://github.com/apache/iotdb)|Apache IoTDB|4173|2024-02-08|
|127|[apache/iotdb](https://github.com/apache/iotdb)|Apache IoTDB|4173|2024-02-11|
|128|[dromara/hertzbeat](https://github.com/dromara/hertzbeat)|A real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.|4159|2024-02-08|
|129|[killme2008/aviatorscript](https://github.com/killme2008/aviatorscript)|A high performance scripting language hosted on the JVM.|4129|2023-10-14|
|129|[killme2008/aviatorscript](https://github.com/killme2008/aviatorscript)|A high performance scripting language hosted on the JVM.|4130|2023-10-14|
|130|[648540858/wvp-GB28181-pro](https://github.com/648540858/wvp-GB28181-pro)|WEB VIDEO PLATFORM是一个基于GB28181-2016标准实现的网络视频平台支持NAT穿透支持海康、大华、宇视等品牌的IPC、NVR、DVR接入。支持国标级联支持rtsp/rtmp等视频流转发到国标平台支持rtsp/rtmp等推流转发到国标平台。|4126|2024-02-04|
|131|[981011512/--](https://github.com/981011512/--)|停车场系统源码新能源充电桩系统停车场小程序智能停车Parking system【功能介绍】①兼容市面上主流的多家相机理论上兼容所有硬件可灵活扩展②相机识别后数据自动上传到云端并记录校验相机唯一id和硬件序列号防止非法数据录入③用户手机查询停车记录详情可自主缴费(支持微信,支付宝,银行接口支付,支持每个停车场指定不同的商户进行收款)支付后出场在免费时间内会自动抬杆。④支持a ...|4121|2024-01-08|
|132|[will-che/flink-recommandSystem-demo](https://github.com/will-che/flink-recommandSystem-demo)|:helicopter::rocket:基于Flink实现的商品实时推荐系统。flink统计商品热度放入redis缓存分析日志信息将画像标签和实时记录放入Hbase。在用户发起推荐请求后根据用户画像重排序热度榜并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品最后返回新的用户列表。|4063|2024-02-04|
|133|[dragonwell-project/dragonwell8](https://github.com/dragonwell-project/dragonwell8)|Alibaba Dragonwell8 JDK|4057|2024-02-05|
|132|[will-che/flink-recommandSystem-demo](https://github.com/will-che/flink-recommandSystem-demo)|:helicopter::rocket:基于Flink实现的商品实时推荐系统。flink统计商品热度放入redis缓存分析日志信息将画像标签和实时记录放入Hbase。在用户发起推荐请求后根据用户画像重排序热度榜并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品最后返回新的用户列表。|4064|2024-02-04|
|133|[dragonwell-project/dragonwell8](https://github.com/dragonwell-project/dragonwell8)|Alibaba Dragonwell8 JDK|4058|2024-02-05|
|134|[luckybilly/CC](https://github.com/luckybilly/CC)|业界首个支持渐进式组件化改造的Android组件化开源框架支持跨进程调用。Componentize your android project gradually.|4030|2023-10-11|
|135|[mybatis/spring-boot-starter](https://github.com/mybatis/spring-boot-starter)|MyBatis integration with Spring Boot|4020|2024-02-04|
|136|[code4craft/tiny-spring](https://github.com/code4craft/tiny-spring)|A tiny IoC container refer to Spring.|4005|2023-11-27|
|136|[code4craft/tiny-spring](https://github.com/code4craft/tiny-spring)|A tiny IoC container refer to Spring.|4006|2023-11-27|
|137|[apache/dubbo-admin](https://github.com/apache/dubbo-admin)|The ops and reference implementation for Apache Dubbo|3940|2024-02-04|
|138|[rememberber/WePush](https://github.com/rememberber/WePush)|专注批量推送的小而美的工具,目前支持:模板消息-公众号、模板消息-小程序、微信客服消息、微信企业号/企业微信消息、阿里云短信、阿里大于模板短信 、腾讯云短信、云片网短信、E-Mail、HTTP请求、钉钉、华为云短信、百度云短信、又拍云短信、七牛云短信|3867|2024-01-29|
|139|[DTStack/chunjun](https://github.com/DTStack/chunjun)|A data integration framework|3849|2024-02-04|
@ -148,46 +148,46 @@
|141|[javastacks/spring-boot-best-practice](https://github.com/javastacks/spring-boot-best-practice)|Spring Boot 最佳实践,包括自动配置、核心原理、源码分析、国际化支持、调试、日志集成、热部署等。|3795|2023-12-04|
|142|[Sayi/poi-tl](https://github.com/Sayi/poi-tl)|Generate awesome word(docx) with template|3783|2024-02-04|
|143|[JeremyLiao/LiveEventBus](https://github.com/JeremyLiao/LiveEventBus)|:mailbox_with_mail:EventBus for Android消息总线基于LiveData具有生命周期感知能力支持Sticky支持AndroidX支持跨进程支持跨APP|3731|2023-12-25|
|144|[apache/incubator-streampark](https://github.com/apache/incubator-streampark)|Make stream processing easier! Easy-to-use streaming application development framework and operation platform.|3628|2024-02-10|
|145|[novicezk/midjourney-proxy](https://github.com/novicezk/midjourney-proxy)|代理 MidJourney 的discord频道实现api形式调用AI绘图|3617|2024-01-15|
|144|[apache/incubator-streampark](https://github.com/apache/incubator-streampark)|Make stream processing easier! Easy-to-use streaming application development framework and operation platform.|3628|2024-02-11|
|145|[novicezk/midjourney-proxy](https://github.com/novicezk/midjourney-proxy)|代理 MidJourney 的discord频道实现api形式调用AI绘图|3618|2024-01-15|
|146|[ByteLegend/ByteLegend](https://github.com/ByteLegend/ByteLegend)|Enjoy programming while playing a game.|3591|2023-08-17|
|147|[apache/kylin](https://github.com/apache/kylin)|Apache Kylin|3580|2024-01-24|
|148|[hneemann/Digital](https://github.com/hneemann/Digital)|A digital logic designer and circuit simulator.|3514|2024-01-30|
|148|[hneemann/Digital](https://github.com/hneemann/Digital)|A digital logic designer and circuit simulator.|3515|2024-01-30|
|149|[Snailclimb/guide-rpc-framework](https://github.com/Snailclimb/guide-rpc-framework)|A custom RPC framework implemented by Netty+Kyro+Zookeeper.(一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架-附详细实现过程和相关教程。)|3508|2023-11-02|
|150|[alibaba/Alink](https://github.com/alibaba/Alink)|Alink is the Machine Learning algorithm platform based on Flink, developed by the PAI team of Alibaba computing platform. |3464|2024-01-22|
|151|[huburt-Hu/NewbieGuide](https://github.com/huburt-Hu/NewbieGuide)|Android 快速实现新手引导层的库,通过简洁链式调用,一行代码实现引导层的显示|3454|2024-01-31|
|152|[zhpanvip/BannerViewPager](https://github.com/zhpanvip/BannerViewPager)|🚀 An awesome banner view for AndroidBased on ViewPager2. 这可能是全网最好用的ViewPager轮播图。简单、高效一行代码实现循环轮播一屏三页任意变指示器样式任你挑。|3432|2023-08-31|
|153|[sofastack/sofa-jraft](https://github.com/sofastack/sofa-jraft)|A production-grade java implementation of RAFT consensus algorithm.|3422|2024-01-29|
|154|[linhaojun857/aurora](https://github.com/linhaojun857/aurora)|基于SpringBoot+Vue开发的个人博客系统|3414|2024-02-10|
|154|[linhaojun857/aurora](https://github.com/linhaojun857/aurora)|基于SpringBoot+Vue开发的个人博客系统|3415|2024-02-10|
|155|[201206030/novel-plus](https://github.com/201206030/novel-plus)|novel-plus 是一个多端PC、WAP阅读 、功能完善的小说 CMS 系统。包括小说推荐、小说检索、小说排行、小说阅读、小说书架、小说评论、小说爬虫、会员中心、作家专区、充值订阅、新闻发布等功能。|3389|2024-02-07|
|156|[alibaba/fastjson2](https://github.com/alibaba/fastjson2)|🚄 FASTJSON2 is a Java JSON library with excellent performance.|3294|2024-02-09|
|157|[PlexPt/chatgpt-java](https://github.com/PlexPt/chatgpt-java)|ChatGPT Java SDK。支持 GPT3.5、 GPT4 API。开箱即用。|3270|2024-02-06|
|158|[lihangleo2/ShadowLayout](https://github.com/lihangleo2/ShadowLayout)|可定制化阴影的万能阴影布局ShadowLayout 3.0 震撼上线。效果赶超CardView。阴影支持x,y轴偏移支持阴影扩散程度支持阴影圆角支持单边或多边不显示阴影控件支持动态设置shape和selector项目里再也不用画shape了支持随意更改颜色值支持随意更改颜色值支持随意更改颜色值。重要的事情说三遍|3243|2024-01-22|
|159|[grpc-ecosystem/grpc-spring](https://github.com/grpc-ecosystem/grpc-spring)|Spring Boot starter module for gRPC framework.|3242|2024-02-09|
|160|[jfinal/jfinal](https://github.com/jfinal/jfinal)|JAVA WEB + ORM Framework|3228|2023-09-25|
|161|[apache/linkis](https://github.com/apache/linkis)|Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.|3207|2024-02-07|
|162|[dromara/dynamic-tp](https://github.com/dromara/dynamic-tp)|🔥🔥🔥轻量级动态线程池内置监控告警功能集成三方中间件线程池管理基于主流配置中心已支持Nacos、ApolloZookeeper、Consul、Etcd可通过SPI自定义实现。Lightweight dynamic threadpool, with monitoring and alarming functions, base on popular config centers (al ...|3196|2024-02-08|
|157|[PlexPt/chatgpt-java](https://github.com/PlexPt/chatgpt-java)|ChatGPT Java SDK。支持 GPT3.5、 GPT4 API。开箱即用。|3271|2024-02-06|
|158|[grpc-ecosystem/grpc-spring](https://github.com/grpc-ecosystem/grpc-spring)|Spring Boot starter module for gRPC framework.|3245|2024-02-09|
|159|[lihangleo2/ShadowLayout](https://github.com/lihangleo2/ShadowLayout)|可定制化阴影的万能阴影布局ShadowLayout 3.0 震撼上线。效果赶超CardView。阴影支持x,y轴偏移支持阴影扩散程度支持阴影圆角支持单边或多边不显示阴影控件支持动态设置shape和selector项目里再也不用画shape了支持随意更改颜色值支持随意更改颜色值支持随意更改颜色值。重要的事情说三遍|3243|2024-01-22|
|160|[jfinal/jfinal](https://github.com/jfinal/jfinal)|JAVA WEB + ORM Framework|3227|2023-09-25|
|161|[apache/linkis](https://github.com/apache/linkis)|Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.|3208|2024-02-07|
|162|[dromara/dynamic-tp](https://github.com/dromara/dynamic-tp)|🔥🔥🔥轻量级动态线程池内置监控告警功能集成三方中间件线程池管理基于主流配置中心已支持Nacos、ApolloZookeeper、Consul、Etcd可通过SPI自定义实现。Lightweight dynamic threadpool, with monitoring and alarming functions, base on popular config centers (al ...|3198|2024-02-08|
|163|[LinShunKang/MyPerf4J](https://github.com/LinShunKang/MyPerf4J)|High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.|3183|2024-02-08|
|164|[crazyandcoder/citypicker](https://github.com/crazyandcoder/citypicker)|citypicker城市选择器详细的省市区地址信息支持仿iOS滚轮实现仿京东样式一级或者三级列表展示方式。|3174|2023-08-17|
|165|[yangchong211/YCAppTool](https://github.com/yangchong211/YCAppTool)|组件化综合案例,组件分层为:基础公共组件,功能组件,业务组件,主工程。每一层组件的建设,很详细的工程案例,很全面的一个组件化实践案例。一个超级综合案例!|3125|2024-01-04|
|166|[zhou-you/RxEasyHttp](https://github.com/zhou-you/RxEasyHttp)|本库是一款基于RxJava2+Retrofit2实现简单易用的网络请求框架结合android平台特性的网络封装库,采用api链式调用一点到底,集成cookie管理,多种缓存模式,极简https配置,上传下载进度显示,请求错误自动重试,请求携带token、时间戳、签名sign动态配置,自动登录成功后请求重发功能,3种层次的参数设置默认全局局部,默认标准ApiResult同时可以支持自定义的数据结构 ...|3124|2023-09-12|
|167|[WinterChenS/my-site](https://github.com/WinterChenS/my-site)|springboot2.0开发的个人网站,集成了:个人首页,个人博客,个人作品|3118|2023-09-28|
|168|[wenbochang888/house](https://github.com/wenbochang888/house)|有完整版的PDF下载。|3116|2023-12-26|
|169|[Tencent/spring-cloud-tencent](https://github.com/Tencent/spring-cloud-tencent)|Spring Cloud Tencent is a Spring Cloud based Service Governance Framework provided by Tencent.|3103|2024-02-07|
|167|[wenbochang888/house](https://github.com/wenbochang888/house)|有完整版的PDF下载。|3118|2023-12-26|
|168|[WinterChenS/my-site](https://github.com/WinterChenS/my-site)|springboot2.0开发的个人网站,集成了:个人首页,个人博客,个人作品|3118|2023-09-28|
|169|[Tencent/spring-cloud-tencent](https://github.com/Tencent/spring-cloud-tencent)|Spring Cloud Tencent is a Spring Cloud based Service Governance Framework provided by Tencent.|3103|2024-02-11|
|170|[sofastack/sofa-jarslink](https://github.com/sofastack/sofa-jarslink)|Jarslink is a sofa ark plugin used to manage multi-application deployment |3043|2023-12-01|
|171|[bytedance/ByteX](https://github.com/bytedance/ByteX)|ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台|3036|2024-01-20|
|172|[getActivity/Toaster](https://github.com/getActivity/Toaster)|Android 吐司框架,专治 Toast 各种疑难杂症|3003|2023-11-12|
|173|[cinit/QAuxiliary](https://github.com/cinit/QAuxiliary)|QNotified phoenix - To make OICQ great again|2999|2024-02-10|
|174|[elvishew/xLog](https://github.com/elvishew/xLog)|Android logger, pretty, powerful and flexible, log to everywhere, save to file, all you want is here.|2999|2023-11-16|
|173|[cinit/QAuxiliary](https://github.com/cinit/QAuxiliary)|QNotified phoenix - To make OICQ great again|3000|2024-02-10|
|174|[elvishew/xLog](https://github.com/elvishew/xLog)|Android logger, pretty, powerful and flexible, log to everywhere, save to file, all you want is here.|3000|2023-11-16|
|175|[HuanTanSheng/EasyPhotos](https://github.com/HuanTanSheng/EasyPhotos)|兼容android11、android 10相机拍照相册选择(单选/多选),文件夹图片选择(单选/多选)视频选择视频图片多类型复杂选择各界面根据状态栏颜色智能适配状态栏字体颜色变色为深色或浅色根据使用场景智能适配沉浸式状态栏内部处理运行时权限支持Glide/Picasso/Imageloader等所有图片加载框架库的带默认勾选选中图片的能填充自定义广告的自定义Ui相机相册图片浏览选 ...|2918|2024-01-16|
|176|[Grt1228/chatgpt-java](https://github.com/Grt1228/chatgpt-java)|ChatGPT Java SDK支持流式输出、Gpt插件、联网。支持OpenAI官方所有接口。ChatGPT的Java客户端。OpenAI GPT-3.5-Turb GPT-4 Api Client for Java|2910|2024-01-19|
|176|[Grt1228/chatgpt-java](https://github.com/Grt1228/chatgpt-java)|ChatGPT Java SDK支持流式输出、Gpt插件、联网。支持OpenAI官方所有接口。ChatGPT的Java客户端。OpenAI GPT-3.5-Turb GPT-4 Api Client for Java|2909|2024-01-19|
|177|[HelloWorld521/Java](https://github.com/HelloWorld521/Java)|java项目实战练习|2898|2023-10-31|
|178|[WeBankFinTech/DataSphereStudio](https://github.com/WeBankFinTech/DataSphereStudio)|DataSphereStudio is a one stop data application development& management portal, covering scenarios including data exchange, desensitization/cleansing, analysis/mining, quality measurement, visualizati ...|2880|2024-01-23|
|179|[Pay-Group/best-pay-sdk](https://github.com/Pay-Group/best-pay-sdk)|可能是最好的支付SDK|2879|2023-12-21|
|180|[AnyListen/tools-ocr](https://github.com/AnyListen/tools-ocr)|树洞 OCR 文字识别(一款跨平台的 OCR 小工具)|2865|2023-12-10|
|181|[jenly1314/ZXingLite](https://github.com/jenly1314/ZXingLite)|🔥 ZXing的精简极速版优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ZXingLite让集成更简单。扫码识别速度快如微信|2852|2024-01-27|
|182|[HuanCheng65/TiebaLite](https://github.com/HuanCheng65/TiebaLite)|贴吧 Lite|2845|2024-02-10|
|183|[iterate-ch/cyberduck](https://github.com/iterate-ch/cyberduck)|Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.|2826|2024-02-10|
|180|[AnyListen/tools-ocr](https://github.com/AnyListen/tools-ocr)|树洞 OCR 文字识别(一款跨平台的 OCR 小工具)|2866|2023-12-10|
|181|[jenly1314/ZXingLite](https://github.com/jenly1314/ZXingLite)|🔥 ZXing的精简极速版优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ZXingLite让集成更简单。扫码识别速度快如微信|2853|2024-01-27|
|182|[HuanCheng65/TiebaLite](https://github.com/HuanCheng65/TiebaLite)|贴吧 Lite|2852|2024-02-10|
|183|[iterate-ch/cyberduck](https://github.com/iterate-ch/cyberduck)|Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.|2829|2024-02-10|
|184|[xiaojinzi123/Component](https://github.com/xiaojinzi123/Component)|A powerful componentized framework.一个强大、100% 兼容、支持 AndroidX、支持 Kotlin并且灵活的组件化框架|2822|2024-01-31|
|185|[qunarcorp/qmq](https://github.com/qunarcorp/qmq)| QMQ是去哪儿网内部广泛使用的消息中间件自2012年诞生以来在去哪儿网所有业务场景中广泛的应用包括跟交易息息相关的订单场景 也包括报价搜索等高吞吐量场景。|2760|2023-12-01|
|186|[sucese/android-open-source-project-analysis](https://github.com/sucese/android-open-source-project-analysis)|Android open source project analysis. Note: The project has been moved to https://github.com/BeesAndroid/BeesAndroid.|2719|2024-01-03|
@ -197,14 +197,14 @@
|190|[chengxy-nds/Springboot-Notebook](https://github.com/chengxy-nds/Springboot-Notebook)|Springboot-Notebook 一个以 springboot 为基础开发框架, 整合 Redis 、Mysql 、 Rabbitmq 、ES 、MongoDB、sharding-jdbc 分库分表、zookeeper 、web人脸识别 、实时消息推送 、SQL优化、注册中心 、数据脱敏 等互联网主流技术, 文章图解理论配合实战案例,实现开发中常见功能点的综合项目。 本着拿来即用的原则,助力 ...|2643|2024-01-10|
|191|[FudanNLP/fnlp](https://github.com/FudanNLP/fnlp)|中文自然语言处理工具包 Toolkit for Chinese natural language processing|2631|2023-11-17|
|192|[egzosn/pay-java-parent](https://github.com/egzosn/pay-java-parent)|第三方支付对接全能支付Java开发工具包.优雅的轻量级支付模块集成支付对接支付整合(微信,支付宝,银联,友店,富友,跨境支付paypal,payoneer(P卡派安盈)易极付app,扫码,网页刷脸付刷卡付条码付转账服务商模式,微信分账,微信合单支付、支持多种支付类型多支付账户,支付与业务完全剥离,简单几行代码即可实现支付,简单快速完成支付模块的开发,可轻松嵌入到任何系统里 目前仅是一个开发工具包 ...|2568|2024-01-13|
|193|[zongzibinbin/MallChat](https://github.com/zongzibinbin/MallChat)|mallchat的后端项目是一个既能购物又能聊天的电商系统。以互联网企业级开发规范的要求来实现它电商该有的购物车订单支付推荐搜索拉新促活推送物流客服它都必须有。持续更新ing。。点个star不迷路|2545|2024-01-31|
|193|[zongzibinbin/MallChat](https://github.com/zongzibinbin/MallChat)|mallchat的后端项目是一个既能购物又能聊天的电商系统。以互联网企业级开发规范的要求来实现它电商该有的购物车订单支付推荐搜索拉新促活推送物流客服它都必须有。持续更新ing。。点个star不迷路|2546|2024-01-31|
|194|[TencentCloud/TIMSDK](https://github.com/TencentCloud/TIMSDK)|Tencent Cloud Chat features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. |2493|2024-02-02|
|195|[oasisfeng/condom](https://github.com/oasisfeng/condom)|一个超轻超薄的Android工具库阻止三方SDK中常见的有害行为而不影响应用自身的功能。例如严重影响用户体验的『链式唤醒』|2487|2023-10-09|
|196|[SonicCloudOrg/sonic-server](https://github.com/SonicCloudOrg/sonic-server)|🎉Back end of Sonic cloud real machine platform. Sonic云真机平台后端服务。|2461|2024-02-04|
|197|[wildfirechat/android-chat](https://github.com/wildfirechat/android-chat)|开源即时通讯(野火IM)系统Android端支持Android 4.x —— 最新|2459|2024-02-07|
|198|[dromara/liteflow](https://github.com/dromara/liteflow)|Lightweight, fast, stable, and programmable component-based rule engine/process engine. Component reuse, synchronous/asynchronous orchestration, dynamic orchestration, multi-language scripting support ...|2458|2024-01-23|
|197|[dromara/liteflow](https://github.com/dromara/liteflow)|Lightweight, fast, stable, and programmable component-based rule engine/process engine. Component reuse, synchronous/asynchronous orchestration, dynamic orchestration, multi-language scripting support ...|2459|2024-01-23|
|198|[wildfirechat/android-chat](https://github.com/wildfirechat/android-chat)|开源即时通讯(野火IM)系统Android端支持Android 4.x —— 最新|2459|2024-02-07|
|199|[starcwang/easy_javadoc](https://github.com/starcwang/easy_javadoc)|IntelliJ IDEA 插件自动生成javadoc文档注释|2458|2024-02-06|
|200|[uncle-novel/uncle-novel](https://github.com/uncle-novel/uncle-novel)|📖 Uncle小说PC版一个全网小说下载器及阅读器目录解析与书源结合支持有声小说与文本小说可下载mobi、epub、txt格式文本小说。|2451|2024-01-18|
|200|[uncle-novel/uncle-novel](https://github.com/uncle-novel/uncle-novel)|📖 Uncle小说PC版一个全网小说下载器及阅读器目录解析与书源结合支持有声小说与文本小说可下载mobi、epub、txt格式文本小说。|2452|2024-01-18|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,118 +1,118 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > JavaScript
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[vuejs/vue](https://github.com/vuejs/vue)|This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core|206355|2024-02-08|
|2|[mermaid-js/mermaid](https://github.com/mermaid-js/mermaid)|Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown|64990|2024-02-09|
|3|[Semantic-Org/Semantic-UI](https://github.com/Semantic-Org/Semantic-UI)|Semantic is a UI component framework based around useful principles from natural language.|50934|2023-12-08|
|4|[NARKOZ/hacker-scripts](https://github.com/NARKOZ/hacker-scripts)|Based on a true story|47073|2023-10-23|
|5|[chinese-poetry/chinese-poetry](https://github.com/chinese-poetry/chinese-poetry)|The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人21050首词。|45984|2023-11-27|
|6|[serverless/serverless](https://github.com/serverless/serverless)|⚡ Serverless Framework Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! |45845|2024-02-09|
|7|[iamadamdev/bypass-paywalls-chrome](https://github.com/iamadamdev/bypass-paywalls-chrome)|Bypass Paywalls web browser extension for Chrome and Firefox.|45287|2023-10-20|
|8|[iamkun/dayjs](https://github.com/iamkun/dayjs)|⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API|45242|2024-02-09|
|9|[agalwood/Motrix](https://github.com/agalwood/Motrix)|A full-featured download manager.|42062|2024-02-09|
|10|[dcloudio/uni-app](https://github.com/dcloudio/uni-app)|A cross-platform framework using Vue.js|39087|2024-02-03|
|11|[lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop)|一个基于 electron 的音乐软件|34962|2024-02-04|
|12|[alvarotrigo/fullPage.js](https://github.com/alvarotrigo/fullPage.js)|fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple|34897|2024-01-31|
|13|[koajs/koa](https://github.com/koajs/koa)|Expressive middleware for node.js using ES2017 async functions|34673|2024-01-17|
|14|[SheetJS/sheetjs](https://github.com/SheetJS/sheetjs)|📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs|34212|2024-02-01|
|15|[carbon-app/carbon](https://github.com/carbon-app/carbon)|:black_heart: Create and share beautiful images of your source code|33654|2024-01-06|
|16|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|33109|2023-09-05|
|17|[Binaryify/NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)|网易云音乐 Node.js API service|30263|2024-01-22|
|18|[fastify/fastify](https://github.com/fastify/fastify)|Fast and low overhead web framework, for Node.js|29949|2024-02-10|
|19|[sequelize/sequelize](https://github.com/sequelize/sequelize)|Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.|28874|2024-02-10|
|20|[layui/layui](https://github.com/layui/layui)|一套遵循原生态开发模式的 Web UI 组件库,采用自身轻量级模块化规范,易上手,可以更简单快速地构建网页界面。|28574|2024-02-10|
|21|[qishibo/AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager)|🚀🚀🚀A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac.|28304|2024-02-05|
|22|[DIYgod/RSSHub](https://github.com/DIYgod/RSSHub)|🍰 Everything is RSSible|27763|2024-02-10|
|23|[GoogleChrome/lighthouse](https://github.com/GoogleChrome/lighthouse)|Automated auditing, performance metrics, and best practices for the web.|27614|2024-02-09|
|24|[YMFE/yapi](https://github.com/YMFE/yapi)|YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台|26881|2023-10-25|
|25|[qier222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)|高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron: |26127|2024-02-06|
|26|[tj/commander.js](https://github.com/tj/commander.js)|node.js command-line interfaces made easy|25796|2024-02-03|
|27|[zadam/trilium](https://github.com/zadam/trilium)|Build your personal knowledge base with Trilium Notes|24632|2024-02-09|
|28|[localForage/localForage](https://github.com/localForage/localForage)|💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.|23934|2024-01-08|
|29|[ramda/ramda](https://github.com/ramda/ramda)|:ram: Practical functional Javascript|23467|2024-02-08|
|1|[vuejs/vue](https://github.com/vuejs/vue)|This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core|206358|2024-02-08|
|2|[mermaid-js/mermaid](https://github.com/mermaid-js/mermaid)|Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown|64999|2024-02-11|
|3|[Semantic-Org/Semantic-UI](https://github.com/Semantic-Org/Semantic-UI)|Semantic is a UI component framework based around useful principles from natural language.|50936|2023-12-08|
|4|[NARKOZ/hacker-scripts](https://github.com/NARKOZ/hacker-scripts)|Based on a true story|47074|2023-10-23|
|5|[chinese-poetry/chinese-poetry](https://github.com/chinese-poetry/chinese-poetry)|The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人21050首词。|45990|2023-11-27|
|6|[serverless/serverless](https://github.com/serverless/serverless)|⚡ Serverless Framework Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! |45847|2024-02-09|
|7|[iamadamdev/bypass-paywalls-chrome](https://github.com/iamadamdev/bypass-paywalls-chrome)|Bypass Paywalls web browser extension for Chrome and Firefox.|45289|2023-10-20|
|8|[iamkun/dayjs](https://github.com/iamkun/dayjs)|⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API|45244|2024-02-09|
|9|[agalwood/Motrix](https://github.com/agalwood/Motrix)|A full-featured download manager.|42067|2024-02-09|
|10|[dcloudio/uni-app](https://github.com/dcloudio/uni-app)|A cross-platform framework using Vue.js|39089|2024-02-03|
|11|[lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop)|一个基于 electron 的音乐软件|34978|2024-02-04|
|12|[alvarotrigo/fullPage.js](https://github.com/alvarotrigo/fullPage.js)|fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple|34902|2024-01-31|
|13|[koajs/koa](https://github.com/koajs/koa)|Expressive middleware for node.js using ES2017 async functions|34674|2024-01-17|
|14|[SheetJS/sheetjs](https://github.com/SheetJS/sheetjs)|📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs|34216|2024-02-01|
|15|[carbon-app/carbon](https://github.com/carbon-app/carbon)|:black_heart: Create and share beautiful images of your source code|33666|2024-01-06|
|16|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|33110|2023-09-05|
|17|[Binaryify/NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)|网易云音乐 Node.js API service|30264|2024-01-22|
|18|[fastify/fastify](https://github.com/fastify/fastify)|Fast and low overhead web framework, for Node.js|29955|2024-02-10|
|19|[sequelize/sequelize](https://github.com/sequelize/sequelize)|Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.|28879|2024-02-11|
|20|[layui/layui](https://github.com/layui/layui)|一套遵循原生态开发模式的 Web UI 组件库,采用自身轻量级模块化规范,易上手,可以更简单快速地构建网页界面。|28576|2024-02-10|
|21|[qishibo/AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager)|🚀🚀🚀A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac.|28307|2024-02-05|
|22|[DIYgod/RSSHub](https://github.com/DIYgod/RSSHub)|🍰 Everything is RSSible|27770|2024-02-10|
|23|[GoogleChrome/lighthouse](https://github.com/GoogleChrome/lighthouse)|Automated auditing, performance metrics, and best practices for the web.|27617|2024-02-09|
|24|[YMFE/yapi](https://github.com/YMFE/yapi)|YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台|26882|2023-10-25|
|25|[qier222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)|高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron: |26129|2024-02-06|
|26|[tj/commander.js](https://github.com/tj/commander.js)|node.js command-line interfaces made easy|25798|2024-02-11|
|27|[zadam/trilium](https://github.com/zadam/trilium)|Build your personal knowledge base with Trilium Notes|24639|2024-02-09|
|28|[localForage/localForage](https://github.com/localForage/localForage)|💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.|23943|2024-01-08|
|29|[ramda/ramda](https://github.com/ramda/ramda)|:ram: Practical functional Javascript|23469|2024-02-08|
|30|[redux-saga/redux-saga](https://github.com/redux-saga/redux-saga)|An alternative side effect model for Redux apps|22506|2024-01-11|
|31|[Tencent/wepy](https://github.com/Tencent/wepy)|小程序组件化开发框架|22372|2023-09-19|
|32|[eip-work/kuboard-press](https://github.com/eip-work/kuboard-press)|Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。|20532|2024-01-10|
|33|[NaiboWang/EasySpider](https://github.com/NaiboWang/EasySpider)|A visual no-code/code-free web crawler/spider易采集一个可视化浏览器自动化测试/数据采集/爬虫软件可以无代码图形化的设计和执行爬虫任务。别名ServiceWrapper面向Web应用的智能化服务封装系统。|19413|2024-01-26|
|34|[PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)|a vue2.0 minimal admin template |19309|2023-11-14|
|31|[Tencent/wepy](https://github.com/Tencent/wepy)|小程序组件化开发框架|22371|2023-09-19|
|32|[eip-work/kuboard-press](https://github.com/eip-work/kuboard-press)|Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。|20533|2024-01-10|
|33|[NaiboWang/EasySpider](https://github.com/NaiboWang/EasySpider)|A visual no-code/code-free web crawler/spider易采集一个可视化浏览器自动化测试/数据采集/爬虫软件可以无代码图形化的设计和执行爬虫任务。别名ServiceWrapper面向Web应用的智能化服务封装系统。|19414|2024-01-26|
|34|[PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)|a vue2.0 minimal admin template |19311|2023-11-14|
|35|[eggjs/egg](https://github.com/eggjs/egg)|🥚 Born to build better enterprise frameworks and apps with Node.js & Koa|18748|2024-02-08|
|36|[EastWorld/wechat-app-mall](https://github.com/EastWorld/wechat-app-mall)|微信小程序商城,微信小程序微店|18486|2023-11-13|
|37|[fanmingming/live](https://github.com/fanmingming/live)|✯ 一个可直连访问的电视/广播图标库与相关工具项目 ✯ 🔕 永久免费 直连访问 完整开源 不断完善的台标 支持IPv4/IPv6双栈访问 🔕|17543|2024-02-10|
|36|[EastWorld/wechat-app-mall](https://github.com/EastWorld/wechat-app-mall)|微信小程序商城,微信小程序微店|18488|2023-11-13|
|37|[fanmingming/live](https://github.com/fanmingming/live)|✯ 一个可直连访问的电视/广播图标库与相关工具项目 ✯ 🔕 永久免费 直连访问 完整开源 不断完善的台标 支持IPv4/IPv6双栈访问 🔕|17556|2024-02-11|
|38|[youzan/vant-weapp](https://github.com/youzan/vant-weapp)|轻量、可靠的小程序 UI 组件库|17301|2024-02-01|
|39|[modood/Administrative-divisions-of-China](https://github.com/modood/Administrative-divisions-of-China)|中华人民共和国行政区划:省级(省份)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,中国省市区镇村二级三级四级五级联动地址数据。|17228|2023-09-13|
|40|[Z-Siqi/Clash-for-Windows_Chinese](https://github.com/Z-Siqi/Clash-for-Windows_Chinese)|clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序|15423|2023-11-03|
|41|[dream-num/Luckysheet](https://github.com/dream-num/Luckysheet)|Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.|15388|2024-01-25|
|42|[vaxilu/x-ui](https://github.com/vaxilu/x-ui)|支持多协议多用户的 xray 面板|14260|2023-12-05|
|43|[blackmatrix7/ios_rule_script](https://github.com/blackmatrix7/ios_rule_script)|分流规则、重写写规则及脚本。|13947|2024-02-09|
|39|[modood/Administrative-divisions-of-China](https://github.com/modood/Administrative-divisions-of-China)|中华人民共和国行政区划:省级(省份)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,中国省市区镇村二级三级四级五级联动地址数据。|17229|2023-09-13|
|40|[Z-Siqi/Clash-for-Windows_Chinese](https://github.com/Z-Siqi/Clash-for-Windows_Chinese)|clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序|15441|2023-11-03|
|41|[dream-num/Luckysheet](https://github.com/dream-num/Luckysheet)|Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.|15390|2024-01-25|
|42|[vaxilu/x-ui](https://github.com/vaxilu/x-ui)|支持多协议多用户的 xray 面板|14265|2023-12-05|
|43|[blackmatrix7/ios_rule_script](https://github.com/blackmatrix7/ios_rule_script)|分流规则、重写写规则及脚本。|13953|2024-02-10|
|44|[myliang/x-spreadsheet](https://github.com/myliang/x-spreadsheet)|The project has been migrated to @wolf-table/table https://github.com/wolf-table/table|13678|2023-12-14|
|45|[avwo/whistle](https://github.com/avwo/whistle)|HTTP, HTTP2, HTTPS, Websocket debugging proxy|13485|2024-01-31|
|46|[pandao/editor.md](https://github.com/pandao/editor.md)|The open source embeddable online markdown editor (component).|13408|2023-12-06|
|47|[xcanwin/KeepChatGPT](https://github.com/xcanwin/KeepChatGPT)|这是一款提高ChatGPT的数据安全能力和效率的插件。并且免费共享大量创新功能自动刷新、保持活跃、数据安全、取消审计、克隆对话、言无不尽、净化页面、展示大屏、展示全屏、拦截跟踪、日新月异等。让我们的AI体验无比安全、顺畅、丝滑、高效、简洁。|13079|2024-01-30|
|48|[sunner/ChatALL](https://github.com/sunner/ChatALL)| Concurrently chat with ChatGPT, Bing Chat, Bard, Alpaca, Vicuna, Claude, ChatGLM, MOSS, 讯飞星火, 文心一言 and more, discover the best answers|12923|2024-02-09|
|49|[Tencent/omi](https://github.com/Tencent/omi)|Web Components Framework - Web组件框架|12875|2024-02-10|
|50|[exceljs/exceljs](https://github.com/exceljs/exceljs)|Excel Workbook Manager|12562|2024-02-06|
|47|[xcanwin/KeepChatGPT](https://github.com/xcanwin/KeepChatGPT)|这是一款提高ChatGPT的数据安全能力和效率的插件。并且免费共享大量创新功能自动刷新、保持活跃、数据安全、取消审计、克隆对话、言无不尽、净化页面、展示大屏、展示全屏、拦截跟踪、日新月异等。让我们的AI体验无比安全、顺畅、丝滑、高效、简洁。|13084|2024-01-30|
|48|[sunner/ChatALL](https://github.com/sunner/ChatALL)| Concurrently chat with ChatGPT, Bing Chat, Bard, Alpaca, Vicuna, Claude, ChatGLM, MOSS, 讯飞星火, 文心一言 and more, discover the best answers|12925|2024-02-09|
|49|[Tencent/omi](https://github.com/Tencent/omi)|Web Components Framework - Web组件框架|12875|2024-02-11|
|50|[exceljs/exceljs](https://github.com/exceljs/exceljs)|Excel Workbook Manager|12564|2024-02-11|
|51|[d2-projects/d2-admin](https://github.com/d2-projects/d2-admin)|An elegant dashboard|12440|2024-01-10|
|52|[amfe/lib-flexible](https://github.com/amfe/lib-flexible)|可伸缩布局方案|12437|2023-09-11|
|53|[SocialSisterYi/bilibili-API-collect](https://github.com/SocialSisterYi/bilibili-API-collect)|哔哩哔哩-API收集整理【不断更新中....】|12067|2024-02-08|
|53|[SocialSisterYi/bilibili-API-collect](https://github.com/SocialSisterYi/bilibili-API-collect)|哔哩哔哩-API收集整理【不断更新中....】|12075|2024-02-11|
|54|[Anarios/return-youtube-dislike](https://github.com/Anarios/return-youtube-dislike)|Chrome extension to return youtube dislikes|12038|2024-02-09|
|55|[PrismJS/prism](https://github.com/PrismJS/prism)|Lightweight, robust, elegant syntax highlighting.|11871|2024-02-10|
|56|[usebruno/bruno](https://github.com/usebruno/bruno)|Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)|11854|2024-02-10|
|56|[usebruno/bruno](https://github.com/usebruno/bruno)|Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)|11868|2024-02-10|
|57|[star7th/showdoc](https://github.com/star7th/showdoc)|ShowDoc is a tool greatly applicable for an IT team to share documents online一个非常适合IT团队的在线API文档、技术文档工具|11848|2024-01-22|
|58|[expressjs/multer](https://github.com/expressjs/multer)|Node.js middleware for handling `multipart/form-data`.|11188|2024-02-08|
|59|[mayswind/AriaNg](https://github.com/mayswind/AriaNg)|AriaNg, a modern web frontend making aria2 easier to use.|11097|2023-12-02|
|60|[listen1/listen1_chrome_extension](https://github.com/listen1/listen1_chrome_extension)|one for all free music in china (chrome extension, also works for firefox)|10886|2023-12-29|
|61|[songquanpeng/one-api](https://github.com/songquanpeng/one-api)|OpenAI 接口管理 & 分发系统,支持 Azure、Anthropic Claude、Google PaLM 2 & Gemini、智谱 ChatGLM、百度文心一言、讯飞星火认知、阿里通义千问、360 智脑以及腾讯混元,可用于二次分发管理 key仅单可执行文件已打包好 Docker 镜像,一键部署,开箱即用. OpenAI key management & redistribution ...|9658|2024-02-03|
|58|[expressjs/multer](https://github.com/expressjs/multer)|Node.js middleware for handling `multipart/form-data`.|11190|2024-02-08|
|59|[mayswind/AriaNg](https://github.com/mayswind/AriaNg)|AriaNg, a modern web frontend making aria2 easier to use.|11098|2023-12-02|
|60|[listen1/listen1_chrome_extension](https://github.com/listen1/listen1_chrome_extension)|one for all free music in china (chrome extension, also works for firefox)|10888|2023-12-29|
|61|[songquanpeng/one-api](https://github.com/songquanpeng/one-api)|OpenAI 接口管理 & 分发系统,支持 Azure、Anthropic Claude、Google PaLM 2 & Gemini、智谱 ChatGLM、百度文心一言、讯飞星火认知、阿里通义千问、360 智脑以及腾讯混元,可用于二次分发管理 key仅单可执行文件已打包好 Docker 镜像,一键部署,开箱即用. OpenAI key management & redistribution ...|9670|2024-02-11|
|62|[openspug/spug](https://github.com/openspug/spug)|开源运维平台面向中小型企业设计的轻量级无Agent的自动化运维平台整合了主机管理、主机批量执行、主机在线终端、文件在线上传下载、应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。|9567|2024-02-07|
|63|[cnodejs/nodeclub](https://github.com/cnodejs/nodeclub)|:baby_chick:Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统|9318|2024-02-03|
|64|[OffcierCia/DeFi-Developer-Road-Map](https://github.com/OffcierCia/DeFi-Developer-Road-Map)|DeFi Developer roadmap is a curated Developer handbook which includes a list of the best tools for DApps development, resources and references! |9241|2023-12-25|
|65|[didi/cube-ui](https://github.com/didi/cube-ui)|:large_orange_diamond: A fantastic mobile ui lib implement by Vue|9097|2024-01-18|
|66|[ecomfe/vue-echarts](https://github.com/ecomfe/vue-echarts)|Apache ECharts™ component for Vue.js.|9016|2024-01-11|
|67|[playcanvas/engine](https://github.com/playcanvas/engine)|Fast and lightweight JavaScript game engine built on WebGL and glTF|8929|2024-02-09|
|68|[blueedgetechno/win11React](https://github.com/blueedgetechno/win11React)|Windows 11 in React 💻🌈⚡|8715|2024-02-09|
|67|[playcanvas/engine](https://github.com/playcanvas/engine)|Fast and lightweight JavaScript game engine built on WebGL and glTF|8931|2024-02-11|
|68|[blueedgetechno/win11React](https://github.com/blueedgetechno/win11React)|Windows 11 in React 💻🌈⚡|8717|2024-02-11|
|69|[litten/hexo-theme-yilia](https://github.com/litten/hexo-theme-yilia)|一个简洁优雅的hexo主题 A simple and elegant theme for hexo.|8344|2024-02-09|
|70|[MrXujiang/h5-Dooring](https://github.com/MrXujiang/h5-Dooring)|H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks. 让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.|8274|2023-12-28|
|71|[VirgilClyne/iRingo](https://github.com/VirgilClyne/iRingo)|解锁完整的 Apple功能和集成服务|8197|2024-02-04|
|71|[VirgilClyne/iRingo](https://github.com/VirgilClyne/iRingo)|解锁完整的 Apple功能和集成服务|8196|2024-02-04|
|72|[chvin/react-tetris](https://github.com/chvin/react-tetris)|Use React, Redux, Immutable to code Tetris. 🎮|7998|2023-09-08|
|73|[thinkgem/jeesite](https://github.com/thinkgem/jeesite)|Java rapid development platform, based (Spring Boot, Spring MVC, Apache Shiro, MyBatis, Beetl, Bootstrap, AdminLTE), online code generation, including modules: Organization, role users, menu and butt ...|7952|2023-09-17|
|74|[NobyDa/Script](https://github.com/NobyDa/Script)|This project is based on the scripting capabilities of several excellent iOS proxy tools (e.g. Surge, Quantumult X)|7774|2024-01-30|
|75|[pot-app/pot-desktop](https://github.com/pot-app/pot-desktop)|🌈一个跨平台的划词翻译和OCR软件 A cross-platform software for text translation and recognition.|7608|2024-02-05|
|76|[bytedance/xgplayer](https://github.com/bytedance/xgplayer)|A HTML5 video player with a parser that saves traffic|7414|2024-02-05|
|77|[hotoo/pinyin](https://github.com/hotoo/pinyin)|:cn: 汉字拼音 ➜ hàn zì pīn yīn|7223|2024-01-11|
|74|[NobyDa/Script](https://github.com/NobyDa/Script)|This project is based on the scripting capabilities of several excellent iOS proxy tools (e.g. Surge, Quantumult X)|7776|2024-01-30|
|75|[pot-app/pot-desktop](https://github.com/pot-app/pot-desktop)|🌈一个跨平台的划词翻译和OCR软件 A cross-platform software for text translation and recognition.|7612|2024-02-05|
|76|[bytedance/xgplayer](https://github.com/bytedance/xgplayer)|A HTML5 video player with a parser that saves traffic|7415|2024-02-05|
|77|[hotoo/pinyin](https://github.com/hotoo/pinyin)|:cn: 汉字拼音 ➜ hàn zì pīn yīn|7224|2024-01-11|
|78|[1j01/jspaint](https://github.com/1j01/jspaint)|🎨 Classic MS Paint, + ✨Extras|7027|2024-02-02|
|79|[doublespeakgames/adarkroom](https://github.com/doublespeakgames/adarkroom)|A Dark Room - A Minimalist Text Adventure|6886|2024-01-29|
|80|[gitalk/gitalk](https://github.com/gitalk/gitalk)|Gitalk is a modern comment component based on Github Issue and Preact.|6837|2023-12-13|
|79|[doublespeakgames/adarkroom](https://github.com/doublespeakgames/adarkroom)|A Dark Room - A Minimalist Text Adventure|6887|2024-01-29|
|80|[gitalk/gitalk](https://github.com/gitalk/gitalk)|Gitalk is a modern comment component based on Github Issue and Preact.|6839|2023-12-13|
|81|[XIU2/UserScript](https://github.com/XIU2/UserScript)|🐵 自用的一些乱七八糟 油猴脚本~ |6788|2024-02-07|
|82|[ecomfe/echarts-for-weixin](https://github.com/ecomfe/echarts-for-weixin)|Apache ECharts 的微信小程序版本|6782|2023-08-14|
|83|[memochou1993/gpt-ai-assistant](https://github.com/memochou1993/gpt-ai-assistant)|OpenAI + LINE + Vercel = GPT AI Assistant|6728|2024-02-03|
|84|[fluid-dev/hexo-theme-fluid](https://github.com/fluid-dev/hexo-theme-fluid)|:ocean: 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo|6718|2024-01-31|
|85|[bda-research/node-crawler](https://github.com/bda-research/node-crawler)|Web Crawler/Spider for NodeJS + server-side jQuery ;-)|6584|2024-01-04|
|86|[jerryc127/hexo-theme-butterfly](https://github.com/jerryc127/hexo-theme-butterfly)| 🦋 A Hexo Theme: Butterfly|6413|2024-02-05|
|83|[memochou1993/gpt-ai-assistant](https://github.com/memochou1993/gpt-ai-assistant)|OpenAI + LINE + Vercel = GPT AI Assistant|6729|2024-02-03|
|84|[fluid-dev/hexo-theme-fluid](https://github.com/fluid-dev/hexo-theme-fluid)|:ocean: 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo|6721|2024-01-31|
|85|[bda-research/node-crawler](https://github.com/bda-research/node-crawler)|Web Crawler/Spider for NodeJS + server-side jQuery ;-)|6583|2024-01-04|
|86|[jerryc127/hexo-theme-butterfly](https://github.com/jerryc127/hexo-theme-butterfly)| 🦋 A Hexo Theme: Butterfly|6416|2024-02-05|
|87|[wechat-miniprogram/miniprogram-demo](https://github.com/wechat-miniprogram/miniprogram-demo)|微信小程序组件 / API / 云开发示例|6345|2024-02-05|
|88|[wenda-LLM/wenda](https://github.com/wenda-LLM/wenda)|闻达一个LLM调用平台。目标为针对特定环境的高效内容生成同时考虑个人和中小企业的计算资源局限性以及知识安全和私密性问题|5949|2023-12-10|
|88|[wenda-LLM/wenda](https://github.com/wenda-LLM/wenda)|闻达一个LLM调用平台。目标为针对特定环境的高效内容生成同时考虑个人和中小企业的计算资源局限性以及知识安全和私密性问题|5950|2023-12-10|
|89|[lanyulei/ferry](https://github.com/lanyulei/ferry)|本系统是集工单统计、任务钩子、权限管理、灵活配置流程与模版等等于一身的开源工单系统,当然也可以称之为工作流引擎。 致力于减少跨部门之间的沟通,自动任务的执行,提升工作效率与工作质量,减少不必要的工作量与人为出错率。|5922|2023-11-28|
|90|[pt-plugins/PT-Plugin-Plus](https://github.com/pt-plugins/PT-Plugin-Plus)|PT 助手 Plus为 Microsoft Edge、Google Chrome、Firefox 浏览器插件Web Extensions主要用于辅助下载 PT 站的种子。|5869|2024-02-09|
|91|[xenova/transformers.js](https://github.com/xenova/transformers.js)|State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!|5832|2024-02-10|
|92|[ant-design/ant-design-landing](https://github.com/ant-design/ant-design-landing)|:mountain_bicyclist: Landing Pages of Ant Design System|5830|2023-08-16|
|93|[xifangczy/cat-catch](https://github.com/xifangczy/cat-catch)|猫抓 chrome资源嗅探扩展|5829|2024-02-05|
|94|[illuspas/Node-Media-Server](https://github.com/illuspas/Node-Media-Server)|A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server|5754|2024-02-04|
|90|[pt-plugins/PT-Plugin-Plus](https://github.com/pt-plugins/PT-Plugin-Plus)|PT 助手 Plus为 Microsoft Edge、Google Chrome、Firefox 浏览器插件Web Extensions主要用于辅助下载 PT 站的种子。|5873|2024-02-09|
|91|[xenova/transformers.js](https://github.com/xenova/transformers.js)|State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!|5848|2024-02-10|
|92|[xifangczy/cat-catch](https://github.com/xifangczy/cat-catch)|猫抓 chrome资源嗅探扩展|5833|2024-02-05|
|93|[ant-design/ant-design-landing](https://github.com/ant-design/ant-design-landing)|:mountain_bicyclist: Landing Pages of Ant Design System|5831|2023-08-16|
|94|[illuspas/Node-Media-Server](https://github.com/illuspas/Node-Media-Server)|A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server|5755|2024-02-04|
|95|[ciaochaos/qrbtf](https://github.com/ciaochaos/qrbtf)|An art QR code (qrcode) beautifier. 艺术二维码生成器。https://qrbtf.com|5663|2023-08-16|
|96|[ecomfe/fontmin](https://github.com/ecomfe/fontmin)|Minify font seamlessly|5455|2023-09-12|
|97|[xaboy/form-create](https://github.com/xaboy/form-create)|:fire::fire::fire: 强大的动态表单生成器 form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON.|5362|2024-02-02|
|98|[kkevsekk1/AutoX](https://github.com/kkevsekk1/AutoX)|A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)|5312|2024-02-06|
|99|[blinkfox/hexo-theme-matery](https://github.com/blinkfox/hexo-theme-matery)|A beautiful hexo blog theme with material design and responsive design.一个基于材料设计和响应式设计而成的全面、美观的Hexo主题。国内访问http://blinkfox.com|5131|2024-01-21|
|100|[w37fhy/QuantumultX](https://github.com/w37fhy/QuantumultX)|同步和更新大佬脚本库,更新懒人配置|5109|2023-10-09|
|97|[xaboy/form-create](https://github.com/xaboy/form-create)|:fire::fire::fire: 强大的动态表单生成器 form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON.|5364|2024-02-02|
|98|[kkevsekk1/AutoX](https://github.com/kkevsekk1/AutoX)|A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)|5317|2024-02-06|
|99|[blinkfox/hexo-theme-matery](https://github.com/blinkfox/hexo-theme-matery)|A beautiful hexo blog theme with material design and responsive design.一个基于材料设计和响应式设计而成的全面、美观的Hexo主题。国内访问http://blinkfox.com|5133|2024-01-21|
|100|[w37fhy/QuantumultX](https://github.com/w37fhy/QuantumultX)|同步和更新大佬脚本库,更新懒人配置|5113|2023-10-09|
|101|[xiangyuecn/AreaCity-JsSpider-StatsGov](https://github.com/xiangyuecn/AreaCity-JsSpider-StatsGov)|省市区县乡镇三级或四级城市数据带拼音标注、坐标、行政区域边界范围2023年12月11日最新采集提供csv格式文件支持在线转成多级联动js代码、通用json格式提供软件转成shp、geojson、sql、导入数据库带浏览器里面运行的js采集源码综合了中华人民共和国民政部、国家统计局、高德地图、腾讯地图行政区划数据|5052|2023-12-11|
|102|[micro-zoe/micro-app](https://github.com/micro-zoe/micro-app)|A simple, efficient and powerful micro front-end framework. 一款简约、高效、功能强大的微前端框架|5008|2024-02-05|
|103|[UnblockNeteaseMusic/server](https://github.com/UnblockNeteaseMusic/server)|Revive unavailable songs for Netease Cloud Music (Refactored & Enhanced version)|4977|2024-02-07|
|103|[UnblockNeteaseMusic/server](https://github.com/UnblockNeteaseMusic/server)|Revive unavailable songs for Netease Cloud Music (Refactored & Enhanced version)|4981|2024-02-07|
|104|[openchatai/OpenChat](https://github.com/openchatai/OpenChat)|LLMs custom-chatbots console ⚡|4976|2024-02-07|
|105|[wux-weapp/wux-weapp](https://github.com/wux-weapp/wux-weapp)|:dog: 一套组件化、可复用、易扩展的微信小程序 UI 组件库|4960|2023-12-05|
|106|[Momo707577045/m3u8-downloader](https://github.com/Momo707577045/m3u8-downloader)|m3u8 视频在线提取工具|4911|2024-01-22|
|106|[Momo707577045/m3u8-downloader](https://github.com/Momo707577045/m3u8-downloader)|m3u8 视频在线提取工具|4912|2024-01-22|
|107|[duxianwei520/react](https://github.com/duxianwei520/react)| React+webpack+redux+ant design+axios+less全家桶后台管理框架|4906|2023-12-08|
|108|[SillyTavern/SillyTavern](https://github.com/SillyTavern/SillyTavern)|LLM Frontend for Power Users.|4863|2024-02-10|
|108|[SillyTavern/SillyTavern](https://github.com/SillyTavern/SillyTavern)|LLM Frontend for Power Users.|4874|2024-02-11|
|109|[xiaolin3303/wx-charts](https://github.com/xiaolin3303/wx-charts)|微信小程序图表charts组件Charts for WeChat Mini Program|4861|2023-10-14|
|110|[a597873885/webfunny_monitor](https://github.com/a597873885/webfunny_monitor)|webfunny是一款轻量级的前端性能监控系统也是一款埋点系统私有化部署简单易用。Webfunny is a lightweight front-end performance monitoring system and a burying point system, which is privatized and easy to use.|4830|2024-01-23|
|111|[Postcatlab/postcat](https://github.com/Postcatlab/postcat)|Postcat 是一个可扩展的 API 工具平台。集合基础的 API 管理和测试功能,并且可以通过插件简化你的 API 开发工作,让你可以更快更好地创建 API。An extensible API tool.|4730|2024-01-03|
@ -120,79 +120,79 @@
|113|[Tencent/kbone](https://github.com/Tencent/kbone)|一个致力于微信小程序和 Web 端同构的解决方案|4696|2024-01-02|
|114|[alibaba-fusion/next](https://github.com/alibaba-fusion/next)|🦍 A configurable component library for web built on React. |4515|2024-02-09|
|115|[koajs/examples](https://github.com/koajs/examples)|Example Koa apps|4501|2023-10-12|
|116|[PrismarineJS/mineflayer](https://github.com/PrismarineJS/mineflayer)|Create Minecraft bots with a powerful, stable, and high level JavaScript API.|4394|2024-02-09|
|116|[PrismarineJS/mineflayer](https://github.com/PrismarineJS/mineflayer)|Create Minecraft bots with a powerful, stable, and high level JavaScript API.|4394|2024-02-11|
|117|[toolgood/ToolGood.Words](https://github.com/toolgood/ToolGood.Words)|一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。|4369|2024-01-23|
|118|[xiangyuecn/Recorder](https://github.com/xiangyuecn/Recorder)|html5 js 录音 mp3 wav ogg webm amr g711a g711u 格式支持pc和Android、iOS部分浏览器、Hybrid App提供Android iOS App源码、微信提供ASR语音识别转文字 H5版语音通话聊天示例 DTMF编码解码|4251|2024-01-03|
|118|[xiangyuecn/Recorder](https://github.com/xiangyuecn/Recorder)|html5 js 录音 mp3 wav ogg webm amr g711a g711u 格式支持pc和Android、iOS部分浏览器、Hybrid App提供Android iOS App源码、微信提供ASR语音识别转文字 H5版语音通话聊天示例 DTMF编码解码|4250|2024-01-03|
|119|[Tencent/westore](https://github.com/Tencent/westore)|小程序项目分层架构|4201|2023-10-07|
|120|[zizifn/edgetunnel](https://github.com/zizifn/edgetunnel)|Running V2ray inside edge/serverless runtime|4187|2023-12-14|
|120|[zizifn/edgetunnel](https://github.com/zizifn/edgetunnel)|Running V2ray inside edge/serverless runtime|4191|2023-12-14|
|121|[wandergis/coordtransform](https://github.com/wandergis/coordtransform)|提供了百度坐标BD09、国测局坐标火星坐标GCJ02、和WGS84坐标系之间的转换|4162|2023-10-13|
|122|[maptalks/maptalks.js](https://github.com/maptalks/maptalks.js)|A light and plugable JavaScript library for integrated 2D/3D maps.|4154|2024-02-07|
|123|[waylaidwanderer/node-chatgpt-api](https://github.com/waylaidwanderer/node-chatgpt-api)|A client implementation for ChatGPT and Bing AI. Available as a Node.js module, REST API server, and CLI app.|4135|2024-01-27|
|122|[maptalks/maptalks.js](https://github.com/maptalks/maptalks.js)|A light and plugable JavaScript library for integrated 2D/3D maps.|4155|2024-02-07|
|123|[waylaidwanderer/node-chatgpt-api](https://github.com/waylaidwanderer/node-chatgpt-api)|A client implementation for ChatGPT and Bing AI. Available as a Node.js module, REST API server, and CLI app.|4137|2024-01-27|
|124|[vinta/pangu.js](https://github.com/vinta/pangu.js)|Paranoid text spacing in JavaScript|4115|2023-12-30|
|125|[alibaba/butterfly](https://github.com/alibaba/butterfly)|🦋ButterflyA JavaScript/React/Vue2 Diagramming library which concentrate on flow layout field. (基于JavaScript/React/Vue2的流程图组件)|4068|2023-08-30|
|126|[dushixiang/next-terminal](https://github.com/dushixiang/next-terminal)|Next Terminal是一个简单好用安全的开源交互审计系统支持RDP、SSH、VNC、Telnet、Kubernetes协议。|4049|2024-02-05|
|127|[mdnice/markdown-nice](https://github.com/mdnice/markdown-nice)|支持主题设计的 Markdown 编辑器,让排版变 Nice|3997|2023-10-06|
|128|[MonsterNone/tmall-miao](https://github.com/MonsterNone/tmall-miao)|喵币助手年货节天猫淘宝、京东任务一键完成。基于AutoX.JS。|3942|2024-01-20|
|129|[dream7180/foobox-cn](https://github.com/dream7180/foobox-cn)|DUI 配置 for foobar2000|3878|2024-01-18|
|129|[dream7180/foobox-cn](https://github.com/dream7180/foobox-cn)|DUI 配置 for foobar2000|3883|2024-01-18|
|130|[sidorares/node-mysql2](https://github.com/sidorares/node-mysql2)|:zap: fast mysqljs/mysql compatible mysql driver for node.js|3822|2024-02-09|
|131|[metowolf/vCards](https://github.com/metowolf/vCards)|📡️ vCards 中国黄页 - 优化 iOS/Android 来电、信息界面体验|3816|2024-02-09|
|131|[metowolf/vCards](https://github.com/metowolf/vCards)|📡️ vCards 中国黄页 - 优化 iOS/Android 来电、信息界面体验|3818|2024-02-09|
|132|[o2oa/o2oa](https://github.com/o2oa/o2oa)|开源OA系统 - 码云GVP Java开源oa 企业OA办公平台 企业OA 协同办公OA 流程平台OA O2OA OA支持国产麒麟操作系统和国产数据库达梦、人大金仓政务OA军工信息化OA|3808|2024-02-05|
|133|[lazy-luo/smarGate](https://github.com/lazy-luo/smarGate)|内网穿透c++实现无需公网IP小巧易用快速安全最好的多链路聚合p2p+proxy模式不做之一...这才是你真正想要的内网穿透工具!|3791|2024-02-08|
|133|[lazy-luo/smarGate](https://github.com/lazy-luo/smarGate)|内网穿透c++实现无需公网IP小巧易用快速安全最好的多链路聚合p2p+proxy模式不做之一...这才是你真正想要的内网穿透工具!|3792|2024-02-08|
|134|[xiaoymin/knife4j](https://github.com/xiaoymin/knife4j)|Knife4j is a set of Swagger2 and OpenAPI3 All-in-one enhancement solution|3777|2024-01-26|
|135|[ipcjs/bilibili-helper](https://github.com/ipcjs/bilibili-helper)|各种油猴脚本|3745|2024-01-06|
|136|[lecepin/WeChatVideoDownloader](https://github.com/lecepin/WeChatVideoDownloader)|超方便的微信视频号下载器|3641|2024-01-27|
|137|[midoks/mdserver-web](https://github.com/midoks/mdserver-web)|Simple Linux Panel|3606|2024-02-08|
|136|[lecepin/WeChatVideoDownloader](https://github.com/lecepin/WeChatVideoDownloader)|超方便的微信视频号下载器|3645|2024-01-27|
|137|[midoks/mdserver-web](https://github.com/midoks/mdserver-web)|Simple Linux Panel|3605|2024-02-08|
|138|[biuuu/genshin-wish-export](https://github.com/biuuu/genshin-wish-export)|Easily export the Genshin Impact wish record.|3597|2024-01-10|
|139|[cnpm/cnpmjs.org](https://github.com/cnpm/cnpmjs.org)|‼️ ‼️ ‼️ ‼️ DEPRECATED, please use https://github.com/cnpm/cnpmcore ‼️ ‼️ ‼️ ‼️ |3563|2024-02-03|
|140|[siteserver/cms](https://github.com/siteserver/cms)|SS CMS 基于 .NET Core能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。|3559|2024-02-05|
|141|[Happy-Coding-Clans/vue-easytable](https://github.com/Happy-Coding-Clans/vue-easytable)|A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc. |3547|2024-01-14|
|142|[didi/mpx](https://github.com/didi/mpx)|Mpx一款具有优秀开发体验和深度性能优化的增强型跨端小程序框架|3485|2024-02-07|
|143|[qd-today/qd](https://github.com/qd-today/qd)|QD [v20240208] —— HTTP请求定时任务自动执行框架 base on HAR Editor and Tornado Server|3484|2024-02-10|
|144|[brentvollebregt/auto-py-to-exe](https://github.com/brentvollebregt/auto-py-to-exe)|Converts .py to .exe using a simple graphical interface |3462|2024-02-05|
|145|[anc95/ChatGPT-CodeReview](https://github.com/anc95/ChatGPT-CodeReview)|🐥 A code review bot powered by ChatGPT|3437|2023-12-10|
|146|[gaotianliuyun/gao](https://github.com/gaotianliuyun/gao)|FongMi影视和tvbox配置文件如果喜欢请Fork自用。使用前请仔细阅读仓库说明一旦使用将被视为你已了解。|3414|2024-02-10|
|147|[wangrongding/wechat-bot](https://github.com/wangrongding/wechat-bot)|🤖一个基于OpenAi ChatGPT + WeChaty 实现的微信机器人 ,可以用来帮助你自动回复微信消息,或者管理微信群/好友,检测僵尸粉等...|3404|2024-01-17|
|142|[qd-today/qd](https://github.com/qd-today/qd)|QD [v20240208] —— HTTP请求定时任务自动执行框架 base on HAR Editor and Tornado Server|3487|2024-02-10|
|143|[didi/mpx](https://github.com/didi/mpx)|Mpx一款具有优秀开发体验和深度性能优化的增强型跨端小程序框架|3484|2024-02-07|
|144|[brentvollebregt/auto-py-to-exe](https://github.com/brentvollebregt/auto-py-to-exe)|Converts .py to .exe using a simple graphical interface |3464|2024-02-05|
|145|[anc95/ChatGPT-CodeReview](https://github.com/anc95/ChatGPT-CodeReview)|🐥 A code review bot powered by ChatGPT|3439|2023-12-10|
|146|[gaotianliuyun/gao](https://github.com/gaotianliuyun/gao)|FongMi影视和tvbox配置文件如果喜欢请Fork自用。使用前请仔细阅读仓库说明一旦使用将被视为你已了解。|3425|2024-02-11|
|147|[wangrongding/wechat-bot](https://github.com/wangrongding/wechat-bot)|🤖一个基于OpenAi ChatGPT + WeChaty 实现的微信机器人 ,可以用来帮助你自动回复微信消息,或者管理微信群/好友,检测僵尸粉等...|3412|2024-01-17|
|148|[huangwei9527/quark-h5](https://github.com/huangwei9527/quark-h5)|基于vue2 + koa2的 H5制作工具。让不会写代码的人也能轻松快速上手制作H5页面。类似易企秀、百度H5等H5制作、建站工具|3376|2023-12-15|
|149|[OpenBMB/AgentVerse](https://github.com/OpenBMB/AgentVerse)|🤖 AgentVerse 🪐 is designed to facilitate the deployment of multiple LLM-based agents in various applications, which primarily provides two frameworks: task-solving and simulation|3360|2024-01-18|
|149|[OpenBMB/AgentVerse](https://github.com/OpenBMB/AgentVerse)|🤖 AgentVerse 🪐 is designed to facilitate the deployment of multiple LLM-based agents in various applications, which primarily provides two frameworks: task-solving and simulation|3364|2024-01-18|
|150|[CreditTone/hooker](https://github.com/CreditTone/hooker)|🔥🔥hooker是一个基于frida实现的逆向工具包。为逆向开发人员提供统一化的脚本包管理方式、通杀脚本、自动化生成hook脚本、内存漫游探测activity和service、firda版JustTrustMe、disable ssl pinning|3282|2023-10-12|
|151|[vanjs-org/van](https://github.com/vanjs-org/van)|🍦 VanJS: World's smallest reactive UI framework. Incredibly Powerful, Insanely Small - Everyone can build a useful UI app in an hour.|3272|2024-02-01|
|151|[vanjs-org/van](https://github.com/vanjs-org/van)|🍦 VanJS: World's smallest reactive UI framework. Incredibly Powerful, Insanely Small - Everyone can build a useful UI app in an hour.|3273|2024-02-01|
|152|[justjavac/ReplaceGoogleCDN](https://github.com/justjavac/ReplaceGoogleCDN)|⚡️ 一个 Chrome 插件:将 Google CDN 替换为国内的。|3267|2023-12-07|
|153|[AntSwordProject/antSword](https://github.com/AntSwordProject/antSword)|中国蚁剑是一款跨平台的开源网站管理工具。AntSword is a cross-platform website management toolkit.|3238|2024-01-28|
|154|[wordshub/free-font](https://github.com/wordshub/free-font)|大概是2020年最全的免费可商用字体这里收录的商免字体都能找到明确的授权出处可以放心使用持续更新中...|3231|2023-09-25|
|155|[2hacc/TVBox](https://github.com/2hacc/TVBox)|TVBox 网络接口,更新速度快,接口访问速度快且稳定!|3225|2024-01-31|
|154|[2hacc/TVBox](https://github.com/2hacc/TVBox)|TVBox 网络接口,更新速度快,接口访问速度快且稳定!|3237|2024-01-31|
|155|[wordshub/free-font](https://github.com/wordshub/free-font)|大概是2020年最全的免费可商用字体这里收录的商免字体都能找到明确的授权出处可以放心使用持续更新中...|3234|2023-09-25|
|156|[dillonzq/LoveIt](https://github.com/dillonzq/LoveIt)|❤A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题|3206|2023-12-28|
|157|[neutrinojs/webpack-chain](https://github.com/neutrinojs/webpack-chain)|A chaining API to generate and simplify the modification of Webpack configurations.|3170|2024-02-04|
|158|[hizzgdev/jsmind](https://github.com/hizzgdev/jsmind)|a mind mapping library built by javascript|3160|2024-01-22|
|159|[qianjiachun/douyuEx](https://github.com/qianjiachun/douyuEx)|斗鱼直播间增强插件Tampermonkey|3153|2024-02-05|
|158|[hizzgdev/jsmind](https://github.com/hizzgdev/jsmind)|a mind mapping library built by javascript|3161|2024-01-22|
|159|[qianjiachun/douyuEx](https://github.com/qianjiachun/douyuEx)|斗鱼直播间增强插件Tampermonkey|3154|2024-02-05|
|160|[Tencent/weui.js](https://github.com/Tencent/weui.js)|A lightweight javascript library for WeUI.|3148|2024-01-29|
|161|[coffe1891/frontend-hard-mode-interview](https://github.com/coffe1891/frontend-hard-mode-interview)|《前端内参》有关于JavaScript、编程范式、设计模式、软件开发的艺术等大前端范畴内的知识分享旨在帮助前端工程师们夯实技术基础以通过一线互联网企业技术面试。|3140|2024-01-09|
|162|[TBXark/ChatGPT-Telegram-Workers](https://github.com/TBXark/ChatGPT-Telegram-Workers)|Deploy your own Telegram ChatGPT bot on Cloudflare Workers with ease.|3118|2024-02-05|
|163|[Tencent/cherry-markdown](https://github.com/Tencent/cherry-markdown)|✨ A Markdown Editor|3092|2024-02-01|
|164|[HeiSir2014/M3U8-Downloader](https://github.com/HeiSir2014/M3U8-Downloader)| M3U8-Downloader 支持多线程、断点续传、加密视频下载缓存。|3087|2023-11-09|
|163|[Tencent/cherry-markdown](https://github.com/Tencent/cherry-markdown)|✨ A Markdown Editor|3094|2024-02-11|
|164|[HeiSir2014/M3U8-Downloader](https://github.com/HeiSir2014/M3U8-Downloader)| M3U8-Downloader 支持多线程、断点续传、加密视频下载缓存。|3089|2023-11-09|
|165|[aquasecurity/cloudsploit](https://github.com/aquasecurity/cloudsploit)|Cloud Security Posture Management (CSPM)|3056|2024-02-09|
|166|[aliyun/oss-browser](https://github.com/aliyun/oss-browser)|OSS Browser 提供类似windows资源管理器功能。用户可以很方便的浏览文件上传下载文件支持断点续传等。|3052|2024-02-08|
|167|[moshang-xc/lottery](https://github.com/moshang-xc/lottery)|🎉🌟✨🎈年会抽奖程序,基于 Express + Three.js的 3D 球体抽奖程序奖品🧧🎁文字图片抽奖规则均可配置😜抽奖人员信息Excel一键导入😍抽奖结果Excel导出😎给你的抽奖活动带来全新酷炫体验🚀🚀🚀|3039|2024-01-12|
|167|[moshang-xc/lottery](https://github.com/moshang-xc/lottery)|🎉🌟✨🎈年会抽奖程序,基于 Express + Three.js的 3D 球体抽奖程序奖品🧧🎁文字图片抽奖规则均可配置😜抽奖人员信息Excel一键导入😍抽奖结果Excel导出😎给你的抽奖活动带来全新酷炫体验🚀🚀🚀|3042|2024-01-12|
|168|[hyj1991/easy-monitor](https://github.com/hyj1991/easy-monitor)|企业级 Node.js 应用性能监控与线上故障定位解决方案|3028|2023-10-10|
|169|[jin-yufeng/mp-html](https://github.com/jin-yufeng/mp-html)|小程序富文本组件,支持渲染和编辑 html支持在微信、QQ、百度、支付宝、头条和 uni-app 平台使用|3026|2024-01-22|
|170|[tc39/proposal-temporal](https://github.com/tc39/proposal-temporal)|Provides standard objects and functions for working with dates and times.|3020|2024-02-10|
|171|[mindskip/xzs](https://github.com/mindskip/xzs)|在线考试系统|3014|2024-02-04|
|172|[fex-team/kityminder-editor](https://github.com/fex-team/kityminder-editor)|Powerful Mindmap Editing Tool|3004|2023-09-12|
|173|[LiteLoaderQQNT/LiteLoaderQQNT](https://github.com/LiteLoaderQQNT/LiteLoaderQQNT)|QQNT 插件加载器LiteLoaderQQNT —— 轻量 · 简洁 · 开源|2932|2024-01-28|
|174|[code-charity/youtube](https://github.com/code-charity/youtube)|[Top~1 YouTube / Video Web-Extension] Enrich your experience & choice! 🧰90 clever features📌set & forget📌Longest-standing (yet rare & tough alone. Please help/join🧩us👨👩👧👧) ..⋮ {playback content disc ...|2912|2024-02-10|
|175|[luckykaiyi/nodejieba](https://github.com/luckykaiyi/nodejieba)|"结巴"中文分词的Node.js版本|2906|2023-12-14|
|173|[LiteLoaderQQNT/LiteLoaderQQNT](https://github.com/LiteLoaderQQNT/LiteLoaderQQNT)|QQNT 插件加载器LiteLoaderQQNT —— 轻量 · 简洁 · 开源|2939|2024-01-28|
|174|[code-charity/youtube](https://github.com/code-charity/youtube)|[Top~1 YouTube / Video Web-Extension] Enrich your experience & choice! 🧰90 clever features📌set & forget📌Longest-standing (yet rare & tough alone. Please help/join🧩us👨👩👧👧) ..⋮ {playback content disc ...|2912|2024-02-11|
|175|[luckykaiyi/nodejieba](https://github.com/luckykaiyi/nodejieba)|"结巴"中文分词的Node.js版本|2907|2023-12-14|
|176|[benjycui/bisheng](https://github.com/benjycui/bisheng)|Transform Markdown(and other static files with transformers) into a SPA website using React.|2861|2023-09-26|
|177|[mumuy/relationship](https://github.com/mumuy/relationship)|中国亲戚关系计算器 - 家庭称谓/亲戚称呼/称呼计算/辈分计算/亲戚关系算法/親戚稱呼計算機_Chinese kinship system.|2852|2024-01-31|
|178|[app2smile/rules](https://github.com/app2smile/rules)|iOS App去广告|2815|2024-01-06|
|179|[wechatsync/Wechatsync](https://github.com/wechatsync/Wechatsync)|一键同步文章到多个内容平台支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台一次发布多平台同步发布。解放个人生产力|2798|2024-01-02|
|177|[mumuy/relationship](https://github.com/mumuy/relationship)|中国亲戚关系计算器 - 家庭称谓/亲戚称呼/称呼计算/辈分计算/亲戚关系算法/親戚稱呼計算機_Chinese kinship system.|2854|2024-01-31|
|178|[app2smile/rules](https://github.com/app2smile/rules)|iOS App去广告|2814|2024-01-06|
|179|[wechatsync/Wechatsync](https://github.com/wechatsync/Wechatsync)|一键同步文章到多个内容平台支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台一次发布多平台同步发布。解放个人生产力|2799|2024-01-02|
|180|[fex-team/fis3](https://github.com/fex-team/fis3)|FIS3|2792|2024-02-03|
|181|[dabeng/OrgChart](https://github.com/dabeng/OrgChart)|It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.|2768|2024-01-10|
|182|[SeriaWei/ZKEACMS](https://github.com/SeriaWei/ZKEACMS)|ZKEACMS build with .Net 7 (.Net CMS)可视化设计在线编辑内容管理系统|2747|2024-02-02|
|183|[zmister2016/MrDoc](https://github.com/zmister2016/MrDoc)|mrdoc,online document system developed based on python. It is suitable for individuals and small teams to manage documents, wiki, knowledge and notes. 觅思文档,适合于个人和中小型团队的在线文档、知识库系统。|2746|2024-02-01|
|182|[zmister2016/MrDoc](https://github.com/zmister2016/MrDoc)|mrdoc,online document system developed based on python. It is suitable for individuals and small teams to manage documents, wiki, knowledge and notes. 觅思文档,适合于个人和中小型团队的在线文档、知识库系统。|2747|2024-02-01|
|183|[SeriaWei/ZKEACMS](https://github.com/SeriaWei/ZKEACMS)|ZKEACMS build with .Net 7 (.Net CMS)可视化设计在线编辑内容管理系统|2747|2024-02-02|
|184|[TaleLin/lin-cms-vue](https://github.com/TaleLin/lin-cms-vue)| 🔆 Vue+ElementPlus构建的CMS开发框架|2736|2024-01-11|
|185|[craigary/nobelium](https://github.com/craigary/nobelium)|A static blog build on top of Notion and NextJS, deployed on Vercel.|2710|2024-01-24|
|185|[craigary/nobelium](https://github.com/craigary/nobelium)|A static blog build on top of Notion and NextJS, deployed on Vercel.|2709|2024-01-24|
|186|[mumuy/data_location](https://github.com/mumuy/data_location)|中华人民共和国行政区划数据【省、市、区县、乡镇街道】中国省市区镇三级四级联动地址数据GB/T 2260|2692|2024-01-23|
|187|[limbopro/Adblock4limbo](https://github.com/limbopro/Adblock4limbo)|毒奶去网页广告计划稳定版For Quantumult X & Surge & Shadowrocket & 油猴 ;如去内容农场/禁漫天堂/绅士漫画/泥视频(nivod4)/低端影视/哔嘀影视/片库网/Pornhub/Jable/Netflav等视频网站广告或其他ACG网站网页广告|2687|2024-02-10|
|188|[mindskip/xzs-mysql](https://github.com/mindskip/xzs-mysql)|学之思开源考试系统是一款 java + vue 的前后端分离的考试系统。主要优点是开发、部署简单快捷、界面设计友好、代码结构清晰。支持web端和微信小程序能覆盖到pc机和手机等设备。 支持多种部署方式集成部署、前后端分离部署、docker部署。|2685|2024-02-06|
|187|[limbopro/Adblock4limbo](https://github.com/limbopro/Adblock4limbo)|毒奶去网页广告计划稳定版For Quantumult X & Surge & Shadowrocket & 油猴 ;如去内容农场/禁漫天堂/绅士漫画/泥视频(nivod4)/低端影视/哔嘀影视/片库网/Pornhub/Jable/Netflav等视频网站广告或其他ACG网站网页广告|2690|2024-02-11|
|188|[mindskip/xzs-mysql](https://github.com/mindskip/xzs-mysql)|学之思开源考试系统是一款 java + vue 的前后端分离的考试系统。主要优点是开发、部署简单快捷、界面设计友好、代码结构清晰。支持web端和微信小程序能覆盖到pc机和手机等设备。 支持多种部署方式集成部署、前后端分离部署、docker部署。|2688|2024-02-06|
|189|[jones2000/HQChart](https://github.com/jones2000/HQChart)|HQChart - H5, 微信小程序 沪深/港股/数字货币/期货/美股 K线图(kline),走势图,缩放,拖拽,十字光标,画图工具,截图,筹码图. 分析家语法,通达信语法,(麦语法),第3方数据替换接口|2670|2024-02-03|
|190|[iamxjb/winxin-app-watch-life.net](https://github.com/iamxjb/winxin-app-watch-life.net)|微慕小程序开源版-WordPress版微信小程序|2651|2024-02-01|
|191|[jejacks0n/mercury](https://github.com/jejacks0n/mercury)|Mercury Editor: The Rails WYSIWYG editor that allows embedding full page editing capabilities directly inline.|2637|2023-08-15|
@ -200,11 +200,11 @@
|193|[AlloyTeam/eslint-config-alloy](https://github.com/AlloyTeam/eslint-config-alloy)|Progressive ESLint config for your React/Vue/TypeScript projects|2611|2024-01-11|
|194|[tnfe/FFCreator](https://github.com/tnfe/FFCreator)|一个基于node.js的高速视频制作库 A fast video processing library based on node.js|2605|2024-02-03|
|195|[easysoft/zui](https://github.com/easysoft/zui)|ZUI is an HTML5 front UI framework.|2600|2024-02-07|
|196|[EdgeTranslate/EdgeTranslate](https://github.com/EdgeTranslate/EdgeTranslate)|A translation extension.|2589|2023-11-13|
|197|[syhyz1990/baiduyun](https://github.com/syhyz1990/baiduyun)|油猴脚本 - 一个免费开源的网盘下载助手|2588|2024-01-17|
|196|[syhyz1990/baiduyun](https://github.com/syhyz1990/baiduyun)|油猴脚本 - 一个免费开源的网盘下载助手|2589|2024-01-17|
|197|[EdgeTranslate/EdgeTranslate](https://github.com/EdgeTranslate/EdgeTranslate)|A translation extension.|2589|2023-11-13|
|198|[cskefu/cskefu](https://github.com/cskefu/cskefu)|🌲 春松客服,开源客服系统|2569|2024-01-28|
|199|[feiyu563/PrometheusAlert](https://github.com/feiyu563/PrometheusAlert)|Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等|2526|2024-02-04|
|200|[woai3c/nand2tetris](https://github.com/woai3c/nand2tetris)|计算机系统要素-从零开始构建现代计算机|2515|2023-09-05|
|199|[feiyu563/PrometheusAlert](https://github.com/feiyu563/PrometheusAlert)|Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等|2525|2024-02-04|
|200|[woai3c/nand2tetris](https://github.com/woai3c/nand2tetris)|计算机系统要素-从零开始构建现代计算机|2514|2023-09-05|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,55 +1,55 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Jupyter Notebook
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[suno-ai/bark](https://github.com/suno-ai/bark)|🔊 Text-Prompted Generative Audio Model|30400|2023-12-14|
|2|[tloen/alpaca-lora](https://github.com/tloen/alpaca-lora)|Instruct-tune LLaMA on consumer hardware|17864|2024-01-24|
|3|[AI4Finance-Foundation/FinGPT](https://github.com/AI4Finance-Foundation/FinGPT)|Data-Centric FinGPT. Open-source for open finance! Revolutionize 🔥 We release the trained model on HuggingFace.|10596|2024-02-07|
|4|[hoochanlon/hamulete](https://github.com/hoochanlon/hamulete)|🏔️国立台湾大学、新加坡国立大学、早稻田大学、东京大学,中央研究院(台湾)以及中国重点高校及科研机构,社科、经济、数学、博弈论、哲学、系统工程类学术论文等知识库。|8632|2024-01-12|
|5|[TencentARC/PhotoMaker](https://github.com/TencentARC/PhotoMaker)|PhotoMaker|7032|2024-02-07|
|6|[advimman/lama](https://github.com/advimman/lama)|🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022|6831|2024-02-01|
|7|[alphacep/vosk-api](https://github.com/alphacep/vosk-api)|Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node|6705|2024-02-08|
|8|[chenzomi12/DeepLearningSystem](https://github.com/chenzomi12/DeepLearningSystem)|Deep Learning System core principles introduction.|6445|2024-02-08|
|9|[jvns/pandas-cookbook](https://github.com/jvns/pandas-cookbook)|Recipes for using Python's pandas library|6428|2023-10-28|
|1|[suno-ai/bark](https://github.com/suno-ai/bark)|🔊 Text-Prompted Generative Audio Model|30411|2023-12-14|
|2|[tloen/alpaca-lora](https://github.com/tloen/alpaca-lora)|Instruct-tune LLaMA on consumer hardware|17867|2024-01-24|
|3|[AI4Finance-Foundation/FinGPT](https://github.com/AI4Finance-Foundation/FinGPT)|Data-Centric FinGPT. Open-source for open finance! Revolutionize 🔥 We release the trained model on HuggingFace.|10598|2024-02-07|
|4|[hoochanlon/hamulete](https://github.com/hoochanlon/hamulete)|🏔️国立台湾大学、新加坡国立大学、早稻田大学、东京大学,中央研究院(台湾)以及中国重点高校及科研机构,社科、经济、数学、博弈论、哲学、系统工程类学术论文等知识库。|8633|2024-01-12|
|5|[TencentARC/PhotoMaker](https://github.com/TencentARC/PhotoMaker)|PhotoMaker|7050|2024-02-07|
|6|[advimman/lama](https://github.com/advimman/lama)|🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022|6832|2024-02-01|
|7|[alphacep/vosk-api](https://github.com/alphacep/vosk-api)|Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node|6707|2024-02-08|
|8|[chenzomi12/DeepLearningSystem](https://github.com/chenzomi12/DeepLearningSystem)|Deep Learning System core principles introduction.|6454|2024-02-08|
|9|[jvns/pandas-cookbook](https://github.com/jvns/pandas-cookbook)|Recipes for using Python's pandas library|6429|2023-10-28|
|10|[cleverhans-lab/cleverhans](https://github.com/cleverhans-lab/cleverhans)|An adversarial example library for constructing attacks, building defenses, and benchmarking both|6016|2024-01-31|
|11|[meituan/YOLOv6](https://github.com/meituan/YOLOv6)|YOLOv6: a single-stage object detection framework dedicated to industrial applications.|5436|2024-02-08|
|12|[UFund-Me/Qbot](https://github.com/UFund-Me/Qbot)|[🔥updating ...] AI 自动量化交易机器人 AI-powered Quantitative Investment Research Platform. 📃 online docs: https://ufund-me.github.io/Qbot ✨ :news: qbot-mini: https://github.com/Charmve/iQuant|5289|2023-11-14|
|13|[geekyutao/Inpaint-Anything](https://github.com/geekyutao/Inpaint-Anything)|Inpaint anything using Segment Anything and inpainting models.|4966|2023-11-19|
|14|[snakers4/silero-models](https://github.com/snakers4/silero-models)|Silero Models: pre-trained speech-to-text, text-to-speech and text-enhancement models made embarrassingly simple|4369|2023-10-18|
|13|[geekyutao/Inpaint-Anything](https://github.com/geekyutao/Inpaint-Anything)|Inpaint anything using Segment Anything and inpainting models.|4968|2023-11-19|
|14|[snakers4/silero-models](https://github.com/snakers4/silero-models)|Silero Models: pre-trained speech-to-text, text-to-speech and text-enhancement models made embarrassingly simple|4375|2023-10-18|
|15|[datawhalechina/competition-baseline](https://github.com/datawhalechina/competition-baseline)|数据挖掘、计算机视觉、自然语言处理、推荐系统竞赛知识、代码、思路|3881|2023-11-13|
|16|[LC1332/Luotuo-Chinese-LLM](https://github.com/LC1332/Luotuo-Chinese-LLM)|骆驼(Luotuo): Open Sourced Chinese Language Models. Developed by 陈启源 @ 华中师范大学 & 李鲁鲁 @ 商汤科技 & 冷子昂 @ 商汤科技|3523|2023-09-03|
|16|[LC1332/Luotuo-Chinese-LLM](https://github.com/LC1332/Luotuo-Chinese-LLM)|骆驼(Luotuo): Open Sourced Chinese Language Models. Developed by 陈启源 @ 华中师范大学 & 李鲁鲁 @ 商汤科技 & 冷子昂 @ 商汤科技|3524|2023-09-03|
|17|[kaieye/2022-Machine-Learning-Specialization](https://github.com/kaieye/2022-Machine-Learning-Specialization)|-|3326|2024-01-18|
|18|[datawhalechina/fun-rec](https://github.com/datawhalechina/fun-rec)|推荐系统入门教程在线阅读地址https://datawhalechina.github.io/fun-rec/|3065|2023-12-19|
|18|[datawhalechina/fun-rec](https://github.com/datawhalechina/fun-rec)|推荐系统入门教程在线阅读地址https://datawhalechina.github.io/fun-rec/|3066|2023-12-19|
|19|[lyogavin/Anima](https://github.com/lyogavin/Anima)|33B Chinese LLM, DPO QLORA, 100K context, AirLLM 70B inference with single 4GB GPU|2587|2024-01-30|
|20|[PhoebusSi/Alpaca-CoT](https://github.com/PhoebusSi/Alpaca-CoT)|We unified the interfaces of instruction-tuning data (e.g., CoT data), multiple LLMs and parameter-efficient methods (e.g., lora, p-tuning) together for easy use. We welcome open-source enthusiasts to ...|2344|2023-12-12|
|21|[TommyZihao/Train_Custom_Dataset](https://github.com/TommyZihao/Train_Custom_Dataset)|标注自己的数据集,训练、评估、测试、部署自己的人工智能算法|2324|2023-11-12|
|22|[matheusfacure/python-causality-handbook](https://github.com/matheusfacure/python-causality-handbook)|Causal Inference for the Brave and True. A light-hearted yet rigorous approach to learning about impact estimation and causality. |2305|2024-01-12|
|23|[FranxYao/chain-of-thought-hub](https://github.com/FranxYao/chain-of-thought-hub)|Benchmarking large language models' complex reasoning ability with chain-of-thought prompting|2248|2023-12-10|
|23|[FranxYao/chain-of-thought-hub](https://github.com/FranxYao/chain-of-thought-hub)|Benchmarking large language models' complex reasoning ability with chain-of-thought prompting|2249|2023-12-10|
|24|[yangxy/GPEN](https://github.com/yangxy/GPEN)|-|2234|2023-12-16|
|25|[carefree0910/carefree-creator](https://github.com/carefree0910/carefree-creator)|AI magics meet Infinite draw board.|2096|2023-12-23|
|26|[FinMind/FinMind](https://github.com/FinMind/FinMind)|Open Data, more than 50 financial data. 提供超過 50 個金融資料(台股為主),每天更新 https://finmind.github.io/|2006|2024-01-15|
|27|[datawhalechina/hugging-llm](https://github.com/datawhalechina/hugging-llm)|HuggingLLM, Hugging Future.|1988|2023-11-27|
|28|[marcotcr/checklist](https://github.com/marcotcr/checklist)|Beyond Accuracy: Behavioral Testing of NLP models with CheckList|1967|2024-01-09|
|29|[hugo2046/QuantsPlaybook](https://github.com/hugo2046/QuantsPlaybook)|量化研究-券商金工研报复现|1910|2023-08-14|
|30|[tencentmusic/cube-studio](https://github.com/tencentmusic/cube-studio)|cube studio开源云原生一站式机器学习/深度学习AI平台支持sso登录多租户/多项目组数据资产对接notebook在线开发拖拉拽任务流pipeline编排多机多卡分布式算法训练超参搜索推理服务VGPU多集群调度边缘计算serverless标注平台自动化标注数据集管理大模型一键微调llmops私有知识库AI应用商店支持模型一键开发/推理/微调,私有化部署 ...|1872|2024-02-05|
|29|[hugo2046/QuantsPlaybook](https://github.com/hugo2046/QuantsPlaybook)|量化研究-券商金工研报复现|1911|2023-08-14|
|30|[tencentmusic/cube-studio](https://github.com/tencentmusic/cube-studio)|cube studio开源云原生一站式机器学习/深度学习AI平台支持sso登录多租户/多项目组数据资产对接notebook在线开发拖拉拽任务流pipeline编排多机多卡分布式算法训练超参搜索推理服务VGPU多集群调度边缘计算serverless标注平台自动化标注数据集管理大模型一键微调llmops私有知识库AI应用商店支持模型一键开发/推理/微调,私有化部署 ...|1874|2024-02-05|
|31|[enpeizhao/CVprojects](https://github.com/enpeizhao/CVprojects)|computer vision projects 计算机视觉相关好玩的AI项目Python、C++、embedded system|1860|2024-01-13|
|32|[KevinWang676/Bark-Voice-Cloning](https://github.com/KevinWang676/Bark-Voice-Cloning)|Bark Voice Cloning and Voice Cloning for Chinese Speech|1853|2024-01-31|
|32|[KevinWang676/Bark-Voice-Cloning](https://github.com/KevinWang676/Bark-Voice-Cloning)|Bark Voice Cloning and Voice Cloning for Chinese Speech|1854|2024-01-31|
|33|[thuml/Autoformer](https://github.com/thuml/Autoformer)|About Code release for "Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting" (NeurIPS 2021), https://arxiv.org/abs/2106.13008|1598|2024-01-15|
|34|[TheEconomist/big-mac-data](https://github.com/TheEconomist/big-mac-data)|Data and methodology for the Big Mac index|1521|2023-11-17|
|35|[zhongqiangwu960812/AI-RecommenderSystem](https://github.com/zhongqiangwu960812/AI-RecommenderSystem)|该仓库尝试整理推荐系统领域的一些经典算法模型|1388|2023-10-15|
|36|[LC1332/Chat-Haruhi-Suzumiya](https://github.com/LC1332/Chat-Haruhi-Suzumiya)|Chat凉宫春日, An open sourced Role-Playing chatbot Cheng Li, Ziang Leng, and others.|1358|2024-01-30|
|37|[Ayanaminn/N46Whisper](https://github.com/Ayanaminn/N46Whisper)|Whisper based Japanese subtitle generator|1353|2024-01-31|
|36|[LC1332/Chat-Haruhi-Suzumiya](https://github.com/LC1332/Chat-Haruhi-Suzumiya)|Chat凉宫春日, An open sourced Role-Playing chatbot Cheng Li, Ziang Leng, and others.|1360|2024-01-30|
|37|[Ayanaminn/N46Whisper](https://github.com/Ayanaminn/N46Whisper)|Whisper based Japanese subtitle generator|1354|2024-01-31|
|38|[amaiya/ktrain](https://github.com/amaiya/ktrain)|ktrain is a Python library that makes deep learning and AI more accessible and easier to apply|1205|2024-01-28|
|39|[lyhue1991/torchkeras](https://github.com/lyhue1991/torchkeras)|Pytorch❤ Keras 😋😋|1203|2024-01-30|
|40|[serengil/tensorflow-101](https://github.com/serengil/tensorflow-101)|TensorFlow 101: Introduction to Deep Learning|997|2023-12-29|
|41|[patrick-llgc/Learning-Deep-Learning](https://github.com/patrick-llgc/Learning-Deep-Learning)|Paper reading notes on Deep Learning and Machine Learning|967|2023-12-10|
|42|[AI4Finance-Foundation/FinNLP](https://github.com/AI4Finance-Foundation/FinNLP)|Democratizing Internet-scale financial data.|950|2023-12-28|
|43|[ytzfhqs/AAAMLP-CN](https://github.com/ytzfhqs/AAAMLP-CN)|Approaching (Almost) Any Machine Learning Problem中译版在线文档地址https://ytzfhqs.github.io/AAAMLP-CN/|895|2024-02-04|
|41|[patrick-llgc/Learning-Deep-Learning](https://github.com/patrick-llgc/Learning-Deep-Learning)|Paper reading notes on Deep Learning and Machine Learning|968|2023-12-10|
|42|[AI4Finance-Foundation/FinNLP](https://github.com/AI4Finance-Foundation/FinNLP)|Democratizing Internet-scale financial data.|951|2023-12-28|
|43|[ytzfhqs/AAAMLP-CN](https://github.com/ytzfhqs/AAAMLP-CN)|Approaching (Almost) Any Machine Learning Problem中译版在线文档地址https://ytzfhqs.github.io/AAAMLP-CN/|896|2024-02-04|
|44|[charliedream1/ai_quant_trade](https://github.com/charliedream1/ai_quant_trade)|股票AI操盘手从学习、模拟到实盘一站式平台。包含股票知识、策略实例、因子挖掘、传统策略、机器学习、深度学习、强化学习、图网络、高频交易、C++部署和聚宽实例代码等,可以方便学习、模拟及实盘交易|839|2024-01-21|
|45|[yangheng95/PyABSA](https://github.com/yangheng95/PyABSA)|Sentiment Analysis, Text Classification, Text Augmentation, Text Adversarial defense, etc.; |820|2024-02-10|
|45|[yangheng95/PyABSA](https://github.com/yangheng95/PyABSA)|Sentiment Analysis, Text Classification, Text Augmentation, Text Adversarial defense, etc.; |820|2024-02-11|
|46|[Estom/notes](https://github.com/Estom/notes)|一个码农的毕生所学!笔记 & 教程。考研,就业,上学.语言篇Android,C++,Java,JavaScript,Latex,MATLAB,NodeJS,PHP,Python,技术篇,docker,git,Linux,Maven,office,Spark,Spring,SVN,基础篇,编译原理,操作系统,单片机,计算机网络,计算机网络实验,架构模式,软件文档写作,设计模式,数据结构,数据库,算 ...|804|2024-01-21|
|47|[megvii-research/IJCAI2023-CoNR](https://github.com/megvii-research/IJCAI2023-CoNR)|IJCAI2023 - Collaborative Neural Rendering using Anime Character Sheets|781|2023-08-24|
|48|[luxonis/depthai-experiments](https://github.com/luxonis/depthai-experiments)|Experimental projects we've done with DepthAI. |745|2023-12-15|
@ -62,15 +62,15 @@
|55|[kzbkzb/Python-AI](https://github.com/kzbkzb/Python-AI)|深度学习100例、深度学习DL、图片分类、目标识别、目标检测、自然语言处理nlp、文本分类、TensorFlow、PyTorch|572|2023-09-24|
|56|[wbbhcb/stock_market](https://github.com/wbbhcb/stock_market)|-|570|2023-09-08|
|57|[d2l-ai/d2l-zh-pytorch-slides](https://github.com/d2l-ai/d2l-zh-pytorch-slides)|Pytorch版代码幻灯片|510|2023-08-18|
|58|[LAION-AI/CLIP_benchmark](https://github.com/LAION-AI/CLIP_benchmark)|CLIP-like model evaluation|438|2024-02-02|
|58|[LAION-AI/CLIP_benchmark](https://github.com/LAION-AI/CLIP_benchmark)|CLIP-like model evaluation|439|2024-02-02|
|59|[gsi-upm/sematch](https://github.com/gsi-upm/sematch)|semantic similarity framework for knowledge graph|421|2023-11-07|
|60|[PiperLiu/CS-courses-notes](https://github.com/PiperLiu/CS-courses-notes)|✨终生持续更新✨ 计算机基础自学笔记/心得/实验/资源汇总C语言为主课程数据结构、操作系统MIT6.S081、分布式系统MIT6.824)等|411|2024-01-21|
|61|[yatengLG/Focal-Loss-Pytorch](https://github.com/yatengLG/Focal-Loss-Pytorch)|全中文注释.(The loss function of retinanet based on pytorch).(You can use it on one-stage detection task or classifical task, to solve data imbalance influence).用于one-stage目标检测算法,提升检测效果.你也可以在分类任务中使用该损失函数 ...|404|2023-10-31|
|62|[zll17/Neural_Topic_Models](https://github.com/zll17/Neural_Topic_Models)|Implementation of topic models based on neural network approaches.|390|2023-09-27|
|63|[davidfrz/yolov5_distance_count](https://github.com/davidfrz/yolov5_distance_count)|使用yolov5双目摄像头进行测距|384|2024-01-12|
|64|[yuanjie-ai/ChatLLM](https://github.com/yuanjie-ai/ChatLLM)|轻松玩转LLM兼容openai&langchain支持文心一言、讯飞星火、腾讯混元、智谱ChatGLM等|379|2023-10-16|
|65|[Luhuanz/pytorch_project](https://github.com/Luhuanz/pytorch_project)|一些日常的项目记录|374|2023-09-13|
|66|[ryan4yin/knowledge](https://github.com/ryan4yin/knowledge)|(Chinese Only)Everything I know: DevOps & CloudNative, Linux, Embedded, Homelab, Music, Blockchain, AI, etc...|374|2024-02-02|
|65|[ryan4yin/knowledge](https://github.com/ryan4yin/knowledge)|(Chinese Only)Everything I know: DevOps & CloudNative, Linux, Embedded, Homelab, Music, Blockchain, AI, etc...|375|2024-02-02|
|66|[Luhuanz/pytorch_project](https://github.com/Luhuanz/pytorch_project)|一些日常的项目记录|374|2023-09-13|
|67|[jayeew/Chinese-ChatBot](https://github.com/jayeew/Chinese-ChatBot)|中文聊天机器人基于10万组对白训练而成采用注意力机制对一般问题都会生成一个有意义的答复。已上传模型可直接运行。|318|2023-09-17|
|68|[onlytiancai/codesnip](https://github.com/onlytiancai/codesnip)|代码片段|315|2024-01-31|
|69|[CHH3213/chhRobotics](https://github.com/CHH3213/chhRobotics)|自动驾驶规划控制python代码实现|308|2023-08-26|
@ -82,10 +82,10 @@
|75|[X-lab2017/open-digger](https://github.com/X-lab2017/open-digger)|Open source analysis tools|270|2024-02-09|
|76|[vespa-engine/sample-apps](https://github.com/vespa-engine/sample-apps)|Repository of sample applications for https://vespa.ai, the open big data serving engine |270|2024-02-09|
|77|[derekhe/mobike-crawler](https://github.com/derekhe/mobike-crawler)|摩拜单车爬虫|266|2023-12-15|
|78|[mesolitica/malaysian-dataset](https://github.com/mesolitica/malaysian-dataset)|We gather Malaysian dataset! https://malaysian-dataset.readthedocs.io/en/latest/|265|2024-02-10|
|78|[mesolitica/malaysian-dataset](https://github.com/mesolitica/malaysian-dataset)|We gather Malaysian dataset! https://malaysian-dataset.readthedocs.io/en/latest/|265|2024-02-11|
|79|[ActiveConclusion/COVID19_mobility](https://github.com/ActiveConclusion/COVID19_mobility)|COVID-19 Mobility Data Aggregator. Scraper of Google, Apple, Waze and TomTom COVID-19 Mobility Reports🚶🚘🚉|261|2023-10-18|
|80|[AmazingAng/WTF-DeepRL](https://github.com/AmazingAng/WTF-DeepRL)|Deep RL algorithm in pytorch|255|2023-09-05|
|81|[datawhalechina/whale-quant](https://github.com/datawhalechina/whale-quant)|本项目为量化开源课程可以帮助人们快速掌握量化金融知识以及使用Python进行量化开发的能力。|247|2024-01-25|
|81|[datawhalechina/whale-quant](https://github.com/datawhalechina/whale-quant)|本项目为量化开源课程可以帮助人们快速掌握量化金融知识以及使用Python进行量化开发的能力。|248|2024-01-25|
|82|[PaddlePaddle/ERNIE-SDK](https://github.com/PaddlePaddle/ERNIE-SDK)|ERNIE Bot Agent is a Large Language Model (LLM) Agent Framework, powered by the advanced capabilities of ERNIE Bot and the platform resources of Baidu AI Studio.|245|2024-02-08|
|83|[LC1332/Luotuo-Text-Embedding](https://github.com/LC1332/Luotuo-Text-Embedding)|Luotuo Embedding(骆驼嵌入) is a text embedding model, which developed by 李鲁鲁, 冷子昂, 陈启源, 蒟蒻等.|245|2023-08-25|
|84|[binarybottle/engram](https://github.com/binarybottle/engram)|Arno's Engram v2.0 ("Engram") layout is an optimized key layout for touch typing in English based on ergonomic considerations, with a protocol and software for creating new, optimized key layouts in o ...|210|2023-11-02|
@ -103,7 +103,7 @@
|96|[mindspore-ai/docs](https://github.com/mindspore-ai/docs)|MindSpore document|156|2024-02-08|
|97|[nyukat/GMIC](https://github.com/nyukat/GMIC)|An interpretable classifier for high-resolution breast cancer screening images utilizing weakly supervised localization|152|2023-09-26|
|98|[LubyRuffy/cheatsheet](https://github.com/LubyRuffy/cheatsheet)|华顺信安技术羊皮卷|146|2024-02-04|
|99|[jonnor/embeddedml](https://github.com/jonnor/embeddedml)|Notes on Machine Learning on edge for embedded/sensor/IoT uses|145|2024-02-10|
|99|[jonnor/embeddedml](https://github.com/jonnor/embeddedml)|Notes on Machine Learning on edge for embedded/sensor/IoT uses|145|2024-02-11|
|100|[madhavmk/Noise2Noise-audio_denoising_without_clean_training_data](https://github.com/madhavmk/Noise2Noise-audio_denoising_without_clean_training_data)|Source code for the paper titled "Speech Denoising without Clean Training Data: a Noise2Noise Approach". Paper accepted at the INTERSPEECH 2021 conference. This paper tackles the problem of the heavy ...|143|2023-09-01|
|101|[andy6804tw/2021-13th-ironman](https://github.com/andy6804tw/2021-13th-ironman)|第13屆iT邦幫忙鐵人賽|139|2023-12-02|
|102|[jackjyq/xiaohei-zuowen](https://github.com/jackjyq/xiaohei-zuowen)|小嘿作文生成器:根据主题谓语、主题宾语,生成中学考试风格的作文。|130|2024-01-29|
@ -140,7 +140,7 @@
|133|[gameofdimension/vllm-cn](https://github.com/gameofdimension/vllm-cn)|演示 vllm 对中文大语言模型的神奇效果|32|2023-11-04|
|134|[ybdesire/machinelearning](https://github.com/ybdesire/machinelearning)|My machine learning code written by python.|32|2023-11-30|
|135|[TommyZihao/aidlux_tutorial](https://github.com/TommyZihao/aidlux_tutorial)|AidLux手机部署人工智能算法|31|2023-10-14|
|136|[RyoWakabayashi/elixir-learning](https://github.com/RyoWakabayashi/elixir-learning)|Elixir 学習用|31|2024-02-09|
|136|[RyoWakabayashi/elixir-learning](https://github.com/RyoWakabayashi/elixir-learning)|Elixir 学習用|31|2024-02-11|
|137|[ktakita1011/my_kaggle_docker](https://github.com/ktakita1011/my_kaggle_docker)|2023年版kaggle環境|31|2024-01-17|
|138|[HaoningChen/scutquant](https://github.com/HaoningChen/scutquant)|scutquant是一个开源的离线量化投资平台由华南理工大学量化投资协会负责维护. 该框架具有低耦合, 高内聚的特点|28|2024-01-05|
|139|[JeffMony/AV_Library](https://github.com/JeffMony/AV_Library)|从0开始教你做一款剪映APP|28|2023-10-23|
@ -161,12 +161,12 @@
|154|[roberthsu2003/pythonWindow](https://github.com/roberthsu2003/pythonWindow)|使用tkinter打造跨平台視窗|23|2023-12-11|
|155|[Captain-F/DoubanHahahaScraper](https://github.com/Captain-F/DoubanHahahaScraper)|哈哈哈哈哈哈|23|2024-01-12|
|156|[roberthsu2003/__chihlee_pico__](https://github.com/roberthsu2003/__chihlee_pico__)|致理pico_w課程|22|2024-02-03|
|157|[genkuroki/Statistics](https://github.com/genkuroki/Statistics)|Notes of Statistics|22|2024-01-13|
|158|[CIDO-ontology/cido](https://github.com/CIDO-ontology/cido)|CIDO: Coronavirus Infectious Disease Ontology|21|2023-11-04|
|159|[cbdb-project/named-entities-for-premodern-chinese-history-research](https://github.com/cbdb-project/named-entities-for-premodern-chinese-history-research)|Repo to generate and host named entities for premodern chinese history research|20|2023-08-24|
|160|[SocratesClub/cc2018](https://github.com/SocratesClub/cc2018)|计算传播学编程基础|20|2023-10-03|
|161|[moeheart/jx3bla](https://github.com/moeheart/jx3bla)|JX3 Battle Log Analyse|19|2023-12-04|
|162|[billvsme/train_law_llm](https://github.com/billvsme/train_law_llm)|✏0成本LLM微调上手项目一步一步使用colab训练法律LLM基于microsoft/phi-1_5、chatglm3包含lora微调全参微调|18|2023-12-27|
|157|[billvsme/train_law_llm](https://github.com/billvsme/train_law_llm)|✏0成本LLM微调上手项目一步一步使用colab训练法律LLM基于microsoft/phi-1_5、chatglm3包含lora微调全参微调|22|2023-12-27|
|158|[genkuroki/Statistics](https://github.com/genkuroki/Statistics)|Notes of Statistics|22|2024-01-13|
|159|[CIDO-ontology/cido](https://github.com/CIDO-ontology/cido)|CIDO: Coronavirus Infectious Disease Ontology|21|2023-11-04|
|160|[cbdb-project/named-entities-for-premodern-chinese-history-research](https://github.com/cbdb-project/named-entities-for-premodern-chinese-history-research)|Repo to generate and host named entities for premodern chinese history research|20|2023-08-24|
|161|[SocratesClub/cc2018](https://github.com/SocratesClub/cc2018)|计算传播学编程基础|20|2023-10-03|
|162|[moeheart/jx3bla](https://github.com/moeheart/jx3bla)|JX3 Battle Log Analyse|19|2023-12-04|
|163|[shannany0606/2022_National_Math_Modeling_Competiotion](https://github.com/shannany0606/2022_National_Math_Modeling_Competiotion)|古代玻璃制品的成分分析和鉴别模型&&2022年高教社杯全国大学生数学建模竞赛全国二等奖项目|18|2023-11-14|
|164|[binzhouchn/deep_learning](https://github.com/binzhouchn/deep_learning)|模拟神经元功能和网络结构,来完成认知任务的一类机器学习算法|18|2024-01-23|
|165|[LC1332/Luotuo-Fighter](https://github.com/LC1332/Luotuo-Fighter)|骆驼大乱斗: Massive Game Content Generated by LLM|16|2023-10-15|

@ -1,95 +1,95 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Kotlin
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[mamoe/mirai](https://github.com/mamoe/mirai)|高效率 QQ 机器人支持库|13788|2024-02-10|
|2|[gkd-kit/gkd](https://github.com/gkd-kit/gkd)|基于无障碍+高级选择器+订阅规则的自定义屏幕点击 Android APP An Android APP with custom screen tapping based on Accessibility, Advanced Selectors, and Subscription Rules|13687|2024-02-09|
|3|[coil-kt/coil](https://github.com/coil-kt/coil)|Image loading for Android and Compose Multiplatform.|10058|2024-02-09|
|4|[yujincheng08/BiliRoaming](https://github.com/yujincheng08/BiliRoaming)|哔哩漫游解除B站客户端番剧区域限制的Xposed模块并且提供其他小功能。An Xposed module that unblocks bangumi area limit of BILIBILI with miscellaneous features.|8350|2024-02-04|
|5|[tiann/KernelSU](https://github.com/tiann/KernelSU)|A Kernel based root solution for Android|6812|2024-02-07|
|6|[mockk/mockk](https://github.com/mockk/mockk)|mocking library for Kotlin|5236|2024-01-24|
|7|[Ehviewer-Overhauled/Ehviewer](https://github.com/Ehviewer-Overhauled/Ehviewer)|EhViewer overhauled with Material Design 3, Jetpack Compose and more|4853|2023-09-06|
|8|[didi/booster](https://github.com/didi/booster)|🚀Optimizer for mobile applications|4714|2023-10-11|
|9|[zhanghai/MaterialFiles](https://github.com/zhanghai/MaterialFiles)|Material Design file manager for Android|4599|2024-02-04|
|10|[izhangzhihao/intellij-rainbow-brackets](https://github.com/izhangzhihao/intellij-rainbow-brackets)|🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio|4274|2024-02-03|
|1|[mamoe/mirai](https://github.com/mamoe/mirai)|高效率 QQ 机器人支持库|13791|2024-02-10|
|2|[gkd-kit/gkd](https://github.com/gkd-kit/gkd)|基于无障碍+高级选择器+订阅规则的自定义屏幕点击 Android APP An Android APP with custom screen tapping based on Accessibility, Advanced Selectors, and Subscription Rules|13715|2024-02-11|
|3|[coil-kt/coil](https://github.com/coil-kt/coil)|Image loading for Android and Compose Multiplatform.|10061|2024-02-11|
|4|[yujincheng08/BiliRoaming](https://github.com/yujincheng08/BiliRoaming)|哔哩漫游解除B站客户端番剧区域限制的Xposed模块并且提供其他小功能。An Xposed module that unblocks bangumi area limit of BILIBILI with miscellaneous features.|8354|2024-02-04|
|5|[tiann/KernelSU](https://github.com/tiann/KernelSU)|A Kernel based root solution for Android|6822|2024-02-07|
|6|[mockk/mockk](https://github.com/mockk/mockk)|mocking library for Kotlin|5236|2024-02-11|
|7|[Ehviewer-Overhauled/Ehviewer](https://github.com/Ehviewer-Overhauled/Ehviewer)|EhViewer overhauled with Material Design 3, Jetpack Compose and more|4854|2023-09-06|
|8|[didi/booster](https://github.com/didi/booster)|🚀Optimizer for mobile applications|4715|2023-10-11|
|9|[zhanghai/MaterialFiles](https://github.com/zhanghai/MaterialFiles)|Material Design file manager for Android|4603|2024-02-04|
|10|[izhangzhihao/intellij-rainbow-brackets](https://github.com/izhangzhihao/intellij-rainbow-brackets)|🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio|4275|2024-02-03|
|11|[bennyhuo/Kotlin-Tutorials](https://github.com/bennyhuo/Kotlin-Tutorials)|仓库持续记录以 Kotlin 为基础的视频内容的制作过程|4102|2023-11-03|
|12|[AlmasB/FXGL](https://github.com/AlmasB/FXGL)|Java / JavaFX / Kotlin Game Library (Engine)|4053|2024-02-10|
|12|[AlmasB/FXGL](https://github.com/AlmasB/FXGL)|Java / JavaFX / Kotlin Game Library (Engine)|4053|2024-02-11|
|13|[liujingxing/rxhttp](https://github.com/liujingxing/rxhttp)| 🔥🔥🔥 Based on OkHttp encapsulation, support Kotlin Coroutines、RxJava2、RxJava3; 30s to get started.|3631|2024-01-25|
|14|[wuseal/JsonToKotlinClass](https://github.com/wuseal/JsonToKotlinClass)|🚀 Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin )|2975|2023-12-12|
|15|[hegaojian/JetpackMvvm](https://github.com/hegaojian/JetpackMvvm)|:chicken::basketball:一个Jetpack结合MVVM的快速开发框架基于MVVM模式集成谷歌官方推荐的JetPack组件库LiveData、ViewModel、Lifecycle、Navigation组件 使用Kotlin语言添加大量拓展函数简化代码 加入Retrofit网络请求,协程,帮你简化各种操作,让你快速开发项目|2937|2024-01-15|
|16|[Moriafly/SaltPlayerSource](https://github.com/Moriafly/SaltPlayerSource)|Salt Player, The Best!|2764|2024-02-10|
|17|[osfans/trime](https://github.com/osfans/trime)|同文安卓輸入法平臺3.x/Android-rime/Rime Input Method Engine for Android|2588|2024-02-10|
|16|[Moriafly/SaltPlayerSource](https://github.com/Moriafly/SaltPlayerSource)|Salt Player, The Best!|2765|2024-02-10|
|17|[osfans/trime](https://github.com/osfans/trime)|同文安卓輸入法平臺3.x/Android-rime/Rime Input Method Engine for Android|2590|2024-02-11|
|18|[Ccixyj/JBusDriver](https://github.com/Ccixyj/JBusDriver)|这是去幼儿园的班车(滑稽|2481|2023-10-08|
|19|[running-libo/Tiktok](https://github.com/running-libo/Tiktok)|高仿抖音APP|2441|2023-12-23|
|20|[wangchenyan/ponymusic](https://github.com/wangchenyan/ponymusic)|An Android online music player like NetEase Cloud Music|2412|2024-01-24|
|21|[liangjingkanji/BRV](https://github.com/liangjingkanji/BRV)|[使用文档] Android 快速构建 RecyclerView, 比 BRVAH 更简单强大|2321|2024-01-30|
|22|[TencentBlueKing/bk-ci](https://github.com/TencentBlueKing/bk-ci)|蓝鲸持续集成平台(蓝盾) |2263|2024-02-02|
|23|[Dr-TSNG/Hide-My-Applist](https://github.com/Dr-TSNG/Hide-My-Applist)|An Xposed module to intercept applist detections|2252|2023-10-15|
|19|[running-libo/Tiktok](https://github.com/running-libo/Tiktok)|高仿抖音APP|2443|2023-12-23|
|20|[wangchenyan/ponymusic](https://github.com/wangchenyan/ponymusic)|An Android online music player like NetEase Cloud Music|2411|2024-01-24|
|21|[liangjingkanji/BRV](https://github.com/liangjingkanji/BRV)|[使用文档] Android 快速构建 RecyclerView, 比 BRVAH 更简单强大|2322|2024-01-30|
|22|[TencentBlueKing/bk-ci](https://github.com/TencentBlueKing/bk-ci)|蓝鲸持续集成平台(蓝盾) |2264|2024-02-02|
|23|[Dr-TSNG/Hide-My-Applist](https://github.com/Dr-TSNG/Hide-My-Applist)|An Xposed module to intercept applist detections|2256|2023-10-15|
|24|[guolindev/coolweatherjetpack](https://github.com/guolindev/coolweatherjetpack)|酷欧天气的Jetpack版本实现采用了MVVM架构。|2251|2023-09-05|
|25|[jing332/tts-server-android](https://github.com/jing332/tts-server-android)|这是一个Android系统TTS应用内置微软演示接口可自定义HTTP请求可导入其他本地TTS引擎以及根据中文双引号的简单旁白/对话识别朗读 ,还有自动重试,备用配置,文本替换等更多功能。|2189|2024-02-10|
|25|[jing332/tts-server-android](https://github.com/jing332/tts-server-android)|这是一个Android系统TTS应用内置微软演示接口可自定义HTTP请求可导入其他本地TTS引擎以及根据中文双引号的简单旁白/对话识别朗读 ,还有自动重试,备用配置,文本替换等更多功能。|2201|2024-02-11|
|26|[azhon/AppUpdate](https://github.com/azhon/AppUpdate)|Android App update library. Android版本更新库简单、轻量、可随意定制|2116|2023-12-18|
|27|[rumboalla/apkupdater](https://github.com/rumboalla/apkupdater)|APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.|2099|2024-02-10|
|28|[gallonyin/worktool](https://github.com/gallonyin/worktool)|【企业微信】企业微信机器人 聊天机器人、自动加好友、自动拉群、自动群发机器人 免Root零封号 集成ChatGPT|2096|2024-01-07|
|29|[EhViewer-NekoInverter/EhViewer](https://github.com/EhViewer-NekoInverter/EhViewer)|🥥 A fork of EhViewer, feature requests are not accepted. Forked from https://gitlab.com/NekoInverter/EhViewer|2062|2023-12-02|
|27|[rumboalla/apkupdater](https://github.com/rumboalla/apkupdater)|APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.|2101|2024-02-10|
|28|[gallonyin/worktool](https://github.com/gallonyin/worktool)|【企业微信】企业微信机器人 聊天机器人、自动加好友、自动拉群、自动群发机器人 免Root零封号 集成ChatGPT|2097|2024-01-07|
|29|[EhViewer-NekoInverter/EhViewer](https://github.com/EhViewer-NekoInverter/EhViewer)|🥥 A fork of EhViewer, feature requests are not accepted. Forked from https://gitlab.com/NekoInverter/EhViewer|2070|2023-12-02|
|30|[panpf/sketch](https://github.com/panpf/sketch)|Sketch is a powerful and comprehensive image load library on Android, in addition to the basic functions, it also supports Jetpack Compose, GIF, SVG, video thumbnails, gesture zoom, huge images sampli ...|1960|2024-02-06|
|31|[kotlin-orm/ktorm](https://github.com/kotlin-orm/ktorm)|A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.|1917|2023-11-18|
|31|[kotlin-orm/ktorm](https://github.com/kotlin-orm/ktorm)|A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.|1920|2023-11-18|
|32|[allenymt/PrivacySentry](https://github.com/allenymt/PrivacySentry)|工信部-Android隐私合规整改检测工具注解+Asm修改字节码的检测方案|1900|2023-12-15|
|33|[ismartcoding/plain-app](https://github.com/ismartcoding/plain-app)|🔥 PlainApp is an open-source application that allows you to manage your phone through a web browser. Access files, videos, music, contacts, sms, calls, and more from your desktop using a secure, easy ...|1896|2024-02-09|
|34|[bmax121/APatch](https://github.com/bmax121/APatch)|The patching of Android kernel and Android system|1879|2024-02-10|
|35|[fcitx5-android/fcitx5-android](https://github.com/fcitx5-android/fcitx5-android)|Fcitx5 input method framework and engines ported to Android|1856|2024-02-02|
|33|[ismartcoding/plain-app](https://github.com/ismartcoding/plain-app)|🔥 PlainApp is an open-source application that allows you to manage your phone through a web browser. Access files, videos, music, contacts, sms, calls, and more from your desktop using a secure, easy ...|1899|2024-02-09|
|34|[bmax121/APatch](https://github.com/bmax121/APatch)|The patching of Android kernel and Android system|1888|2024-02-10|
|35|[fcitx5-android/fcitx5-android](https://github.com/fcitx5-android/fcitx5-android)|Fcitx5 input method framework and engines ported to Android|1859|2024-02-11|
|36|[VIPyinzhiwei/Eyepetizer](https://github.com/VIPyinzhiwei/Eyepetizer)|🔥基于 Kotlin 语言仿写「开眼 Eyepetizer」的一个短视频 Android 客户端项目,采用 Jetpack + 协程实现的 MVVM 架构。|1847|2023-09-29|
|37|[czy1121/update](https://github.com/czy1121/update)|清晰灵活简单易用的应用更新库|1814|2023-12-05|
|38|[HMBSbige/ShadowsocksR-Android](https://github.com/HMBSbige/ShadowsocksR-Android)|【自用】咕咕咕|1772|2023-12-15|
|37|[czy1121/update](https://github.com/czy1121/update)|清晰灵活简单易用的应用更新库|1815|2023-12-05|
|38|[HMBSbige/ShadowsocksR-Android](https://github.com/HMBSbige/ShadowsocksR-Android)|【自用】咕咕咕|1773|2023-12-15|
|39|[bytedance/btrace](https://github.com/bytedance/btrace)|🔥🔥 btrace(AKA RheaTrace) is a high performance Android trace tool which is based on Perfetto, it support to define custom events automatically during building apk and using bhook to provider more nati ...|1755|2023-09-18|
|40|[EmmyLua/IntelliJ-EmmyLua](https://github.com/EmmyLua/IntelliJ-EmmyLua)|Lua IDE/Debugger Plugin for IntelliJ IDEA|1678|2024-01-26|
|41|[liangjingkanji/Net](https://github.com/liangjingkanji/Net)|Android 基于协程/OkHttp网络请求工具|1665|2023-11-30|
|42|[wdsqjq/FengYunWeather](https://github.com/wdsqjq/FengYunWeather)|风云天气是Android 平台开源天气 App采用Kotlin、Room、OKHttp3、 协程等框架实现。|1649|2023-09-14|
|43|[XayahSuSuSu/Android-DataBackup](https://github.com/XayahSuSuSu/Android-DataBackup)|DataBackup for Android|1622|2024-02-08|
|44|[easybangumiorg/EasyBangumi](https://github.com/easybangumiorg/EasyBangumi)|纯纯看番,使用 Compose 开发的看番软件,支持多番剧源|1622|2024-02-08|
|41|[liangjingkanji/Net](https://github.com/liangjingkanji/Net)|Android 基于协程/OkHttp网络请求工具|1664|2023-11-30|
|42|[wdsqjq/FengYunWeather](https://github.com/wdsqjq/FengYunWeather)|风云天气是Android 平台开源天气 App采用Kotlin、Room、OKHttp3、 协程等框架实现。|1650|2023-09-14|
|43|[XayahSuSuSu/Android-DataBackup](https://github.com/XayahSuSuSu/Android-DataBackup)|DataBackup for Android|1629|2024-02-08|
|44|[easybangumiorg/EasyBangumi](https://github.com/easybangumiorg/EasyBangumi)|纯纯看番,使用 Compose 开发的看番软件,支持多番剧源|1626|2024-02-08|
|45|[bytedance/CodeLocator](https://github.com/bytedance/CodeLocator)|-|1613|2023-10-23|
|46|[barbeau/gpstest](https://github.com/barbeau/gpstest)|The #1 open-source Android GNSS/GPS test program|1510|2023-11-06|
|46|[barbeau/gpstest](https://github.com/barbeau/gpstest)|The #1 open-source Android GNSS/GPS test program|1511|2023-11-06|
|47|[zhujiang521/PlayAndroid](https://github.com/zhujiang521/PlayAndroid)|🔥🔥🔥 Kotlin + MVVM + LCE版玩安卓暗黑模式、横竖屏、无网、弱网、无数据、加载失败等等各种情况协程、Room、Hilt、DataStore、LiveData、Retrofit、屏幕适配、本地缓存、多语言切换、多 lib你想要的我都有|1473|2023-11-22|
|48|[aistra0528/Hail](https://github.com/aistra0528/Hail)|冻结 Android 应用 Freeze Android apps|1462|2024-02-07|
|48|[aistra0528/Hail](https://github.com/aistra0528/Hail)|冻结 Android 应用 Freeze Android apps|1465|2024-02-11|
|49|[dkrivoruchko/ScreenStream](https://github.com/dkrivoruchko/ScreenStream)|ScreenStream Android App|1415|2024-01-23|
|50|[rosuH/EasyWatermark](https://github.com/rosuH/EasyWatermark)|🔒 🖼 Securely, easily add a watermark to your sensitive photos. 安全、简单地为你的敏感照片添加水印,防止被小人泄露、利用|1409|2024-01-28|
|51|[angcyo/DslTabLayout](https://github.com/angcyo/DslTabLayout)|:hearts: Android界最万能的TabLayout(不仅仅是TabLayout), 支持任意类型的item, 支持Drawable类型的指示器,智能开启滚动,支持横竖向布局等|1409|2023-08-21|
|50|[angcyo/DslTabLayout](https://github.com/angcyo/DslTabLayout)|:hearts: Android界最万能的TabLayout(不仅仅是TabLayout), 支持任意类型的item, 支持Drawable类型的指示器,智能开启滚动,支持横竖向布局等|1410|2023-08-21|
|51|[rosuH/EasyWatermark](https://github.com/rosuH/EasyWatermark)|🔒 🖼 Securely, easily add a watermark to your sensitive photos. 安全、简单地为你的敏感照片添加水印,防止被小人泄露、利用|1409|2024-01-28|
|52|[lulululbj/wanandroid](https://github.com/lulululbj/wanandroid)|Jetpack MVVM For Wanandroid 最佳实践 |1392|2023-12-28|
|53|[EspoirX/StarrySky](https://github.com/EspoirX/StarrySky)|🔥A Powerful and Streamline MusicLibrary(一个丰富的音乐播放封装库,支持多种音频格式,完美解决你的问题。)|1362|2024-01-15|
|54|[FooIbar/EhViewer](https://github.com/FooIbar/EhViewer)|EhViewer overhauled with Material Design 3 and more, forked from https://github.com/Ehviewer-Overhauled/Ehviewer|1327|2024-02-10|
|55|[Leon406/ToolsFx](https://github.com/Leon406/ToolsFx)|基于kotlin+tornadoFx的跨平台密码学工具箱.包含编解码,编码转换,加解密, 哈希,MAC,签名,大数运算,压缩,二维码功能,ctf等实用功能,支持插件|1218|2024-02-10|
|56|[GuoXiCheng/SKIP](https://github.com/GuoXiCheng/SKIP)|自动跳过APP开屏广告|1199|2024-02-08|
|54|[FooIbar/EhViewer](https://github.com/FooIbar/EhViewer)|EhViewer overhauled with Material Design 3 and more, forked from https://github.com/Ehviewer-Overhauled/Ehviewer|1334|2024-02-11|
|55|[Leon406/ToolsFx](https://github.com/Leon406/ToolsFx)|基于kotlin+tornadoFx的跨平台密码学工具箱.包含编解码,编码转换,加解密, 哈希,MAC,签名,大数运算,压缩,二维码功能,ctf等实用功能,支持插件|1218|2024-02-11|
|56|[GuoXiCheng/SKIP](https://github.com/GuoXiCheng/SKIP)|自动跳过APP开屏广告|1201|2024-02-08|
|57|[stripe/stripe-android](https://github.com/stripe/stripe-android)|Stripe Android SDK |1190|2024-02-10|
|58|[miaowmiaow/fragmject](https://github.com/miaowmiaow/fragmject)|fragmject is a learning project prepared for Kotlin and Jetpack Compose. fragmject 是一个为初学者准备的上手项目。 通过对 Kotlin 和 Compose 的系统运用,实现的一个功能完备符合主流市场标准 App。 fragmject 没有复杂的业务和多余的封装, 完全依照 Android Developer ...|1154|2024-02-01|
|59|[javakam/FileOperator](https://github.com/javakam/FileOperator)|🔥 涵盖了Android系统文件的创建/删除/复制/打开文件(目录)、获取文件(目录)大小、获取常用目录、获取文件名称及后缀、获取MimeType以及MediaStore和SAF的相关操作等常用功能并且也处理了获取文件Uri/Path的兼容问题、图片压缩和文件选择等功能。|1154|2024-01-08|
|60|[rRemix/APlayer](https://github.com/rRemix/APlayer)|Android Music Player|1117|2023-11-23|
|61|[10miaomiao/bilimiao2](https://github.com/10miaomiao/bilimiao2)|bilimiao 2.0|1101|2024-02-08|
|62|[fumiama/copymanga](https://github.com/fumiama/copymanga)|拷贝漫画的第三方APP优化阅读/下载体验|1089|2024-01-28|
|63|[AllanWang/Frost-for-Facebook](https://github.com/AllanWang/Frost-for-Facebook)|An extensive and functional third party app for Facebook|1076|2023-12-15|
|61|[10miaomiao/bilimiao2](https://github.com/10miaomiao/bilimiao2)|bilimiao 2.0|1102|2024-02-08|
|62|[fumiama/copymanga](https://github.com/fumiama/copymanga)|拷贝漫画的第三方APP优化阅读/下载体验|1091|2024-01-28|
|63|[AllanWang/Frost-for-Facebook](https://github.com/AllanWang/Frost-for-Facebook)|An extensive and functional third party app for Facebook|1075|2023-12-15|
|64|[HighCapable/YukiHookAPI](https://github.com/HighCapable/YukiHookAPI)|⛱️ An efficient Hook API and Xposed Module solution built in Kotlin.|1067|2024-01-20|
|65|[Quyunshuo/AndroidBaseFrameMVVM](https://github.com/Quyunshuo/AndroidBaseFrameMVVM)|基于 Jetpack + Kotlin 的 Android 组件化 MVVM 框架 |1039|2023-09-23|
|66|[aaa1115910/bv](https://github.com/aaa1115910/bv)|哔哩哔哩 的第三方 Android TV 应用。A third-party Android TV app for Bilibili.|1038|2024-02-09|
|65|[aaa1115910/bv](https://github.com/aaa1115910/bv)|哔哩哔哩 的第三方 Android TV 应用。A third-party Android TV app for Bilibili.|1041|2024-02-11|
|66|[Quyunshuo/AndroidBaseFrameMVVM](https://github.com/Quyunshuo/AndroidBaseFrameMVVM)|基于 Jetpack + Kotlin 的 Android 组件化 MVVM 框架 |1039|2023-09-23|
|67|[compose-museum/jetpack-compose-book](https://github.com/compose-museum/jetpack-compose-book)|-|1030|2023-10-06|
|68|[helloklf/vtools](https://github.com/helloklf/vtools)|一个集高级重启、应用安装自动点击、CPU调频等多项功能于一体的工具箱。|996|2023-12-25|
|68|[helloklf/vtools](https://github.com/helloklf/vtools)|一个集高级重启、应用安装自动点击、CPU调频等多项功能于一体的工具箱。|998|2023-12-25|
|69|[eprendre/tingshu](https://github.com/eprendre/tingshu)|一款可在线播放多个免费听书站点的安卓app|988|2023-10-09|
|70|[yechaoa/MaterialDesign](https://github.com/yechaoa/MaterialDesign)|Material Design Samples。ConstraintLayout、MaterialButton、ShapeableImageView、TabLayout、SearchView...|919|2024-02-01|
|71|[RyensX/MediaBox](https://github.com/RyensX/MediaBox)|全能媒体容器插件化网罗天下媒体畅快浏览视频、漫画和任何你想要的媒体数据。A universal media container, aggregating media through plugins to browse videos, comics and any media data you want.|901|2024-01-28|
|72|[Petterpx/FloatingX](https://github.com/Petterpx/FloatingX)|Android免权限悬浮窗支持全局(App内部)、局部悬浮(View)支持边缘吸附、回弹、自定义动画、位置保存、窗口化及分屏后位置修复等。Android without permission suspension window(App), support global(View), local suspension, support edge adsorption, rebound, cust ...|897|2024-02-04|
|72|[Petterpx/FloatingX](https://github.com/Petterpx/FloatingX)|Android免权限悬浮窗支持全局(App内部)、局部悬浮(View)支持边缘吸附、回弹、自定义动画、位置保存、窗口化及分屏后位置修复等。Android without permission suspension window(App), support global(View), local suspension, support edge adsorption, rebound, cust ...|898|2024-02-04|
|73|[rosuH/AndroidFilePicker](https://github.com/rosuH/AndroidFilePicker)|FilePicker is a small and fast file selector library that is constantly evolving with the goal of rapid integration, high customization, and configurability~|895|2024-01-29|
|74|[DUpdateSystem/UpgradeAll](https://github.com/DUpdateSystem/UpgradeAll)|Check updates for Android apps, Magisk modules and more!|890|2024-02-10|
|75|[lihenggui/blocker](https://github.com/lihenggui/blocker)|An useful tool that controls android components|889|2024-02-09|
|76|[YvesCheung/RollingText](https://github.com/YvesCheung/RollingText)|Android TextView with rolling animation|885|2023-09-05|
|74|[DUpdateSystem/UpgradeAll](https://github.com/DUpdateSystem/UpgradeAll)|Check updates for Android apps, Magisk modules and more!|892|2024-02-10|
|75|[lihenggui/blocker](https://github.com/lihenggui/blocker)|An useful tool that controls android components|890|2024-02-11|
|76|[YvesCheung/RollingText](https://github.com/YvesCheung/RollingText)|Android TextView with rolling animation|886|2023-09-05|
|77|[xyoye/DanDanPlayForAndroid](https://github.com/xyoye/DanDanPlayForAndroid)|弹弹play 概念版弹弹play系列应用安卓平台上的实现是一个提供了视频播放本地+局域网)和弹幕加载(在线+本地)功能的本地播放器|861|2024-02-06|
|78|[tangshimin/MuJing](https://github.com/tangshimin/MuJing)|幕境 - 使用自己感兴趣的电影、美剧或文档,生成词库(单词本)。在记忆单词时,可以用键盘打字,练习拼写并观看相关的视频片段,以便更好的理解和记忆单词。播放电影时,以弹幕的形式复习词库中的单词。|841|2024-01-28|
|79|[plateaukao/einkbro](https://github.com/plateaukao/einkbro)|A small, fast web browser based on Android WebView. It's tailored for E-Ink devices but also works great on normal android devices.|835|2024-02-10|
|80|[fankes/TSBattery](https://github.com/fankes/TSBattery)|A new way to save your battery avoid cancer apps hacker it.|812|2024-01-13|
|79|[plateaukao/einkbro](https://github.com/plateaukao/einkbro)|A small, fast web browser based on Android WebView. It's tailored for E-Ink devices but also works great on normal android devices.|836|2024-02-11|
|80|[fankes/TSBattery](https://github.com/fankes/TSBattery)|A new way to save your battery avoid cancer apps hacker it.|811|2024-01-13|
|81|[liujingxing/XmlClassGuard](https://github.com/liujingxing/XmlClassGuard)|一个可混淆4大组件自定义View等任意类的插件上架Google Play的利器|800|2023-10-21|
|82|[Block-Network/StatusBarLyric](https://github.com/Block-Network/StatusBarLyric)|[Xposed] Status Bar Lyric / 状态栏歌词|799|2024-01-23|
|82|[Block-Network/StatusBarLyric](https://github.com/Block-Network/StatusBarLyric)|[Xposed] Status Bar Lyric / 状态栏歌词|800|2024-01-23|
|83|[suming77/SumTea_Android](https://github.com/suming77/SumTea_Android)|基于组件化+模块化+Kotlin+协程+Flow+Retrofit+Jetpack+MVVM+短视频架构实现的WanAndroid客户端|783|2023-12-18|
|84|[ifmvo/TogetherAd](https://github.com/ifmvo/TogetherAd)|🔥持续更新。Android广告聚合帮助 Android 开发者快速、便捷、灵活的接入国内多家主流安卓广告 SDK。广点通优量汇、穿山甲、快手联盟、百青藤百度Mob。开屏广告、Banner横幅广告、插屏广告、激励广告、原生信息流、全屏广告。|738|2023-09-02|
|85|[fabricezhang/lcg](https://github.com/fabricezhang/lcg)|吾爱破解第三方安卓应用|719|2023-10-17|
|85|[fabricezhang/lcg](https://github.com/fabricezhang/lcg)|吾爱破解第三方安卓应用|720|2023-10-17|
|86|[m-i-n-a-r/birday](https://github.com/m-i-n-a-r/birday)|🎉 A beautiful Kotlin app to remember birthdays and events without having to open Facebook, set alarms or rely on Google Calendar|709|2024-02-09|
|87|[yueeng/hacg](https://github.com/yueeng/hacg)|琉璃神社 hacg android app|683|2024-01-29|
|88|[WaxMoon/MultiApp](https://github.com/WaxMoon/MultiApp)|A customizable virtual Android container/一款可定制的虚拟安卓容器|667|2023-12-08|
@ -97,19 +97,19 @@
|90|[aleyn97/MVVMLin](https://github.com/aleyn97/MVVMLin)|一个基于MVVM用Kotlin+Retrofit+协程+Databinding+LiveData来封装的快速开发框架|661|2024-01-08|
|91|[ultranity/Pix-EzViewer](https://github.com/ultranity/Pix-EzViewer)|一个支持免代理直连+多种额外特性功能优化的第三方 Pixiv android 客户端 A third-party Pixiv Android client with modern design and many other enhancements|650|2024-01-01|
|92|[valentjn/ltex-ls](https://github.com/valentjn/ltex-ls)|LTeX Language Server: LSP language server for LanguageTool :mag::heavy_check_mark: with support for LaTeX :mortar_board:, Markdown :pencil:, and others|644|2023-10-06|
|93|[pemistahl/lingua](https://github.com/pemistahl/lingua)|The most accurate natural language detection library for Java and the JVM, suitable for long and short text alike|635|2024-02-07|
|94|[hefengbao/jingmo](https://github.com/hefengbao/jingmo)|『京墨』开源的古诗词文名句、歇后语、成语、传统节日、绕口令等的阅读APP|633|2024-01-30|
|93|[hefengbao/jingmo](https://github.com/hefengbao/jingmo)|『京墨』开源的古诗词文名句、歇后语、成语、传统节日、绕口令等的阅读APP|636|2024-01-30|
|94|[pemistahl/lingua](https://github.com/pemistahl/lingua)|The most accurate natural language detection library for Java and the JVM, suitable for long and short text alike|636|2024-02-07|
|95|[angcyo/DslAdapter](https://github.com/angcyo/DslAdapter)|:fire: Android Kotlin时代的Adapter, Dsl 的形式使用 RecyclerView.Adapter, 支持折叠展开, 树结构,悬停,情感图状态切换, 加载更多, 多类型Item,侧滑菜单等|624|2024-01-18|
|96|[MaterialCleaner/MaterialCleaner](https://github.com/MaterialCleaner/MaterialCleaner)|-|610|2024-01-10|
|96|[MaterialCleaner/MaterialCleaner](https://github.com/MaterialCleaner/MaterialCleaner)|-|611|2024-01-10|
|97|[ldlywt/FastJetpack](https://github.com/ldlywt/FastJetpack)|基于Kotlin、协程、Retrofit的网络请求封装快速简单轻便。|595|2023-09-20|
|98|[xbdcc/GrabRedEnvelope](https://github.com/xbdcc/GrabRedEnvelope)| 微信抢红包Android APP|593|2024-02-03|
|99|[iamr0s/Dhizuku](https://github.com/iamr0s/Dhizuku)|A Android Application for share DeviceOwner|592|2024-01-30|
|98|[iamr0s/Dhizuku](https://github.com/iamr0s/Dhizuku)|A Android Application for share DeviceOwner|594|2024-01-30|
|99|[xbdcc/GrabRedEnvelope](https://github.com/xbdcc/GrabRedEnvelope)| 微信抢红包Android APP|594|2024-02-03|
|100|[jaaksi/pickerview](https://github.com/jaaksi/pickerview)|One very very user-friendly Picker library内部提供两种常用类型的Picker时间选择器支持聚合和联动选择器支持不联动。支持扩展自定义Picker。支持自定义弹窗。支持作为view的非弹窗场景。|585|2023-10-09|
|101|[kotlin-graphics/imgui](https://github.com/kotlin-graphics/imgui)|Bloat-free Immediate Mode Graphical User interface for JVM with minimal dependencies (rewrite of dear imgui)|584|2023-09-07|
|102|[vincent-series/smart-show](https://github.com/vincent-series/smart-show)|Toast # Snackbar # Dialog |579|2023-11-01|
|103|[yyuueexxiinngg/onebot-kotlin](https://github.com/yyuueexxiinngg/onebot-kotlin)|OneBot标准的Kotlin实现及mirai插件 - 原cqhttp-mirai|576|2023-10-21|
|104|[archguard/archguard](https://github.com/archguard/archguard)|ArchGuard is a architecture workbench, also for architecture governance, which can analysis architecture in container, component, code level, create architecure fitness functions, and anaysis system d ...|568|2024-02-04|
|105|[YenalyLiew/Han1meViewer](https://github.com/YenalyLiew/Han1meViewer)|A Hanime1.me Application for Android.|566|2024-01-26|
|104|[YenalyLiew/Han1meViewer](https://github.com/YenalyLiew/Han1meViewer)|A Hanime1.me Application for Android.|568|2024-01-26|
|105|[archguard/archguard](https://github.com/archguard/archguard)|ArchGuard is a architecture workbench, also for architecture governance, which can analysis architecture in container, component, code level, create architecure fitness functions, and anaysis system d ...|568|2024-02-04|
|106|[liangjingkanji/StateLayout](https://github.com/liangjingkanji/StateLayout)|🍘 Android上最强大的缺省页框架|554|2023-10-09|
|107|[leavesCZY/Matisse](https://github.com/leavesCZY/Matisse)|A Image/Video Selector Implemented with Jetpack Compose一个用 Jetpack Compose 实现的 Android 图片/视频 选择框架)|552|2024-02-08|
|108|[DylanCaiCoding/Longan](https://github.com/DylanCaiCoding/Longan)|Probably the best Kotlin utils library for Android. (可能是最好用的 Kotlin 工具库)|539|2023-08-21|
@ -117,94 +117,94 @@
|110|[fluttercandies/FlutterJsonBeanFactory](https://github.com/fluttercandies/FlutterJsonBeanFactory)|What I do is generate dart beans based on json, as well as generics parameters and json build instances|523|2024-02-04|
|111|[ssseasonnn/Yasha](https://github.com/ssseasonnn/Yasha)|A DSL library for rendering RecyclerView and ViewPager.|520|2023-11-02|
|112|[izhangzhihao/intellij-rainbow-fart](https://github.com/izhangzhihao/intellij-rainbow-fart)|🌈一个在你编程时持续夸你写的牛逼的扩展可以根据代码关键字播放贴近代码意义的真人语音。Inspired by vscode-rainbow-fart|514|2023-08-17|
|113|[meshtastic/Meshtastic-Android](https://github.com/meshtastic/Meshtastic-Android)|Android application for Meshtastic|501|2024-02-08|
|113|[meshtastic/Meshtastic-Android](https://github.com/meshtastic/Meshtastic-Android)|Android application for Meshtastic|501|2024-02-11|
|114|[saveourtool/diktat](https://github.com/saveourtool/diktat)|Strict coding standard for Kotlin and a custom set of rules for detecting code smells, code style issues and bugs|490|2024-02-05|
|115|[simple-robot/simpler-robot](https://github.com/simple-robot/simpler-robot)|Simple Robot一个bot风格的高效异步事件调度框架 / A Bot-style efficient asynchronous event scheduling framework|484|2024-02-10|
|116|[sunshine0523/Mi-Freeform](https://github.com/sunshine0523/Mi-Freeform)|Mi-Freeform 3 is an Android third-party freeform software that supports Android 8.1-Android 14|481|2023-11-12|
|116|[sunshine0523/Mi-Freeform](https://github.com/sunshine0523/Mi-Freeform)|Mi-Freeform 3 is an Android third-party freeform software that supports Android 8.1-Android 14|483|2023-11-12|
|117|[metrodroid/metrodroid](https://github.com/metrodroid/metrodroid)|Read data from public transit cards using your NFC Android phone! (iOS 13 and PC/SC support coming soon)|478|2024-02-01|
|118|[YuKongA/Updater](https://github.com/YuKongA/Updater)|[APP] Get HyperOS/MIUI update info|460|2024-02-09|
|119|[platonai/PulsarRPA](https://github.com/platonai/PulsarRPA)|Automate webpages at scale, scrape web data completely and accurately with high performance, distributed RPA.|447|2024-02-05|
|120|[fei-ke/HMSPush](https://github.com/fei-ke/HMSPush)|让非华为设备支持 HMS 推送,同时避免唤醒目标应用|446|2024-02-02|
|119|[fei-ke/HMSPush](https://github.com/fei-ke/HMSPush)|让非华为设备支持 HMS 推送,同时避免唤醒目标应用|448|2024-02-02|
|120|[platonai/PulsarRPA](https://github.com/platonai/PulsarRPA)|Automate webpages at scale, scrape web data completely and accurately with high performance, distributed RPA.|447|2024-02-05|
|121|[zhujiang521/PlayWeather](https://github.com/zhujiang521/PlayWeather)|🔥🔥🔥 Compose、Lce、MVVM、深色模式、横屏、无网弱网适配、Room、Hilt、多语言切换目前Android最新的库基本全用上了你想要的都有。还使用 Compose-Desktop 编写了桌面版本,快来试试吧!🔥🔥🔥|446|2024-01-22|
|122|[Peakmain/BasicLibrary](https://github.com/Peakmain/BasicLibrary)|BasicLibrary是基于kotlin+jetpack+mvvm封装的一套框架提高Android开发效率|417|2023-10-07|
|123|[sensorsdata/sa-sdk-android-plugin2](https://github.com/sensorsdata/sa-sdk-android-plugin2)|神策数据官方 Android 埋点插件,用于 Android 端的数据采集。通过使用字节码插桩ASM的技术实现 Android 端的全埋点(无埋点、无码埋点、无痕埋点、自动埋点)。|417|2023-11-10|
|124|[tangcent/easy-yapi](https://github.com/tangcent/easy-yapi)|Generate API document to yapi|411|2023-12-07|
|125|[alialbaali/Noto](https://github.com/alialbaali/Noto)|Minimal Note-Taking App|399|2023-09-25|
|126|[GangJust/FreedomPlus](https://github.com/GangJust/FreedomPlus)|依赖于抖音运行的Xposed模块.|392|2024-01-30|
|127|[hanjoongcho/aaf-easydiary](https://github.com/hanjoongcho/aaf-easydiary)|:blue_book: A diary application optimized for user experience.|386|2024-01-30|
|128|[twiceyuan/WXAPK](https://github.com/twiceyuan/WXAPK)|直接安装微信接收到的 APK|374|2024-01-21|
|129|[LuckyPray/DexKit](https://github.com/LuckyPray/DexKit)|An easy-to-use, high-performance dex deobfuscation library.|371|2024-01-09|
|130|[hegaojian/MvvmHelper](https://github.com/hegaojian/MvvmHelper)|:chicken::basketball:这是一个快速开发的框架Kotlin语言开发MVVM+Jetpack架构封装了公共头部、界面状态管理、ViewModel、LiveData、DataBinding、ViewBinding头部刷新、加载更多、沉浸式、全局通知、丰富好用的拓展函数、RxHttp网络请求等等一系列工具|362|2024-01-15|
|131|[ekibun/Bangumi](https://github.com/ekibun/Bangumi)|Bangumi番组计划Android客户端|356|2024-02-03|
|132|[jing332/AlistAndroid](https://github.com/jing332/AlistAndroid)|AList 安卓版本APK安装即用无需Root或Termux。|352|2024-01-16|
|133|[devin1014/DLNA-Cast](https://github.com/devin1014/DLNA-Cast)|基于Cling库封装的DLNA投屏库支持DMC、DMS、DMR功能。|349|2023-09-07|
|134|[Krosxx/Android-Auto-Api](https://github.com/Krosxx/Android-Auto-Api)|安卓无障碍服务Api, 为了简化无障碍服务使用,并使用 Kotlin 以提供简洁的Api。|347|2023-12-11|
|135|[liangjingkanji/Channel](https://github.com/liangjingkanji/Channel)|🍯 LiveData / Coroutine / Lifecycle / EventBus 特性的事件总线框架|343|2023-08-16|
|136|[cloudoptlab/cloudopt-next](https://github.com/cloudoptlab/cloudopt-next)|A simple and modern Java and Kotlin vert.x web framework|333|2023-09-22|
|137|[KyuubiRan/EzXHelper](https://github.com/KyuubiRan/EzXHelper)|A library to make Xposed modules development easier.|330|2023-10-29|
|138|[Arcns/arc-fast](https://github.com/Arcns/arc-fast)|本项目包含一系列Android开发的便携工具主要包括Fast Permission、Immersive Dialog、Immersive PopupWindow、Fast Span、Fast Mask等能够让你快速、优雅的享受安卓便捷开发|327|2023-11-14|
|139|[bggRGjQaUbCoE/c001apk](https://github.com/bggRGjQaUbCoE/c001apk)|fake coolapk|326|2024-01-28|
|140|[hushenghao/AndroidEasterEggs](https://github.com/hushenghao/AndroidEasterEggs)|Collections the Easter egg of the official versions of the Android system.|321|2024-02-09|
|141|[ltttttttttttt/ComposeViews](https://github.com/ltttttttttttt/ComposeViews)|跨平台Compose组件, Compose Multiplatform views, in to Android, Web, Desktop, iOS: Pager, Banner, Indicator, Refresh Layout, Flow Layout, Menu Floating Action Button, Pull To Refresh, Chain Scrollable Comp ...|297|2024-02-08|
|142|[KitsunePie/AppErrorsTracking](https://github.com/KitsunePie/AppErrorsTracking)|Added more features to app's crash dialog, fixed custom rom deleted dialog, the best experience to Android developer.|294|2024-02-05|
|143|[WaitFme/CoolbbsYou](https://github.com/WaitFme/CoolbbsYou)|Jetpack Compose 第三方酷安|290|2023-11-26|
|144|[JuliaEditorSupport/julia-intellij](https://github.com/JuliaEditorSupport/julia-intellij)|:computer: Julia Plugin for IntelliJ IDEA ┗:smiley:┛ ┏:smiley:┓ ┗:smiley:┛|288|2023-09-11|
|145|[FunnySaltyFish/FunnyTranslation](https://github.com/FunnySaltyFish/FunnyTranslation)|基于Jetpack Compose开发的翻译软件支持多引擎、插件化~ Jetpack Compose+MVVM+协程+Room|287|2024-01-26|
|146|[hadix-lin/ideavim_extension](https://github.com/hadix-lin/ideavim_extension)|IdeaVIM插件的扩展插件|285|2024-02-07|
|147|[xiaojinzi123/TallyApp](https://github.com/xiaojinzi123/TallyApp)|不在维护!!! 一个 Android 的记账 App, 完全的 组件化 + Compose + Kotlin + 响应式编程 + Room 数据库 + Retrofit|282|2024-01-31|
|148|[liangjingkanji/StatusBar](https://github.com/liangjingkanji/StatusBar)|[开发必备] Android一行代码配置透明状态栏|281|2023-08-14|
|125|[alialbaali/Noto](https://github.com/alialbaali/Noto)|Minimal Note-Taking App|401|2023-09-25|
|126|[GangJust/FreedomPlus](https://github.com/GangJust/FreedomPlus)|依赖于抖音运行的Xposed模块.|395|2024-01-30|
|127|[bubelov/news](https://github.com/bubelov/news)|Feed Reader and Podcast Player for Android|387|2023-09-30|
|128|[hanjoongcho/aaf-easydiary](https://github.com/hanjoongcho/aaf-easydiary)|:blue_book: A diary application optimized for user experience.|386|2024-01-30|
|129|[twiceyuan/WXAPK](https://github.com/twiceyuan/WXAPK)|直接安装微信接收到的 APK|375|2024-01-21|
|130|[LuckyPray/DexKit](https://github.com/LuckyPray/DexKit)|An easy-to-use, high-performance dex deobfuscation library.|372|2024-01-09|
|131|[hegaojian/MvvmHelper](https://github.com/hegaojian/MvvmHelper)|:chicken::basketball:这是一个快速开发的框架Kotlin语言开发MVVM+Jetpack架构封装了公共头部、界面状态管理、ViewModel、LiveData、DataBinding、ViewBinding头部刷新、加载更多、沉浸式、全局通知、丰富好用的拓展函数、RxHttp网络请求等等一系列工具|362|2024-01-15|
|132|[ekibun/Bangumi](https://github.com/ekibun/Bangumi)|Bangumi番组计划Android客户端|357|2024-02-03|
|133|[jing332/AlistAndroid](https://github.com/jing332/AlistAndroid)|AList 安卓版本APK安装即用无需Root或Termux。|353|2024-01-16|
|134|[devin1014/DLNA-Cast](https://github.com/devin1014/DLNA-Cast)|基于Cling库封装的DLNA投屏库支持DMC、DMS、DMR功能。|349|2023-09-07|
|135|[Krosxx/Android-Auto-Api](https://github.com/Krosxx/Android-Auto-Api)|安卓无障碍服务Api, 为了简化无障碍服务使用,并使用 Kotlin 以提供简洁的Api。|347|2023-12-11|
|136|[liangjingkanji/Channel](https://github.com/liangjingkanji/Channel)|🍯 LiveData / Coroutine / Lifecycle / EventBus 特性的事件总线框架|343|2023-08-16|
|137|[cloudoptlab/cloudopt-next](https://github.com/cloudoptlab/cloudopt-next)|A simple and modern Java and Kotlin vert.x web framework|333|2023-09-22|
|138|[bggRGjQaUbCoE/c001apk](https://github.com/bggRGjQaUbCoE/c001apk)|fake coolapk|330|2024-01-28|
|139|[KyuubiRan/EzXHelper](https://github.com/KyuubiRan/EzXHelper)|A library to make Xposed modules development easier.|330|2023-10-29|
|140|[Arcns/arc-fast](https://github.com/Arcns/arc-fast)|本项目包含一系列Android开发的便携工具主要包括Fast Permission、Immersive Dialog、Immersive PopupWindow、Fast Span、Fast Mask等能够让你快速、优雅的享受安卓便捷开发|327|2023-11-14|
|141|[hushenghao/AndroidEasterEggs](https://github.com/hushenghao/AndroidEasterEggs)|Collections the Easter egg of the official versions of the Android system.|326|2024-02-11|
|142|[ltttttttttttt/ComposeViews](https://github.com/ltttttttttttt/ComposeViews)|跨平台Compose组件, Compose Multiplatform views, in to Android, Web, Desktop, iOS: Pager, Banner, Indicator, Refresh Layout, Flow Layout, Menu Floating Action Button, Pull To Refresh, Chain Scrollable Comp ...|297|2024-02-08|
|143|[KitsunePie/AppErrorsTracking](https://github.com/KitsunePie/AppErrorsTracking)|Added more features to app's crash dialog, fixed custom rom deleted dialog, the best experience to Android developer.|294|2024-02-05|
|144|[WaitFme/CoolbbsYou](https://github.com/WaitFme/CoolbbsYou)|Jetpack Compose 第三方酷安|292|2023-11-26|
|145|[FunnySaltyFish/FunnyTranslation](https://github.com/FunnySaltyFish/FunnyTranslation)|基于Jetpack Compose开发的翻译软件支持多引擎、插件化~ Jetpack Compose+MVVM+协程+Room|288|2024-01-26|
|146|[JuliaEditorSupport/julia-intellij](https://github.com/JuliaEditorSupport/julia-intellij)|:computer: Julia Plugin for IntelliJ IDEA ┗:smiley:┛ ┏:smiley:┓ ┗:smiley:┛|288|2023-09-11|
|147|[hadix-lin/ideavim_extension](https://github.com/hadix-lin/ideavim_extension)|IdeaVIM插件的扩展插件|285|2024-02-07|
|148|[xiaojinzi123/TallyApp](https://github.com/xiaojinzi123/TallyApp)|不在维护!!! 一个 Android 的记账 App, 完全的 组件化 + Compose + Kotlin + 响应式编程 + Room 数据库 + Retrofit|282|2024-01-31|
|149|[linwg1988/LCardView](https://github.com/linwg1988/LCardView)|卡片布局,可设置阴影颜色,透明度,圆角大小,阴影宽度|281|2023-08-29|
|150|[crowforkotlin/CopyMangaX](https://github.com/crowforkotlin/CopyMangaX)|🚀拷贝漫画三方APP 、项目采用多模块 和 MVI框架开发|280|2024-01-29|
|151|[shizheng233/CopyMangaJava](https://github.com/shizheng233/CopyMangaJava)|一个第三方的拷贝漫画带有M3风格支持动态主题。该App已通过Kotlin来实现只是标题没改。|280|2024-01-28|
|152|[chr233/PureNGA](https://github.com/chr233/PureNGA)|NGA 去广告Xposed模块 支持 Lspatch|277|2024-01-24|
|153|[leavesCZY/compose_chat](https://github.com/leavesCZY/compose_chat)| Jetpack Compose 最佳实践,用 Jetpack Compose 写一个 IM APP|274|2024-02-08|
|154|[chr56/Phonograph_Plus](https://github.com/chr56/Phonograph_Plus)|A fork of kabouzeid/Phonograph in maintenance and development|273|2024-02-10|
|155|[leavesCZY/Monitor](https://github.com/leavesCZY/Monitor)|一个适用于 OkHttp / Retrofit 的可视化抓包工具|257|2024-02-08|
|156|[liangjingkanji/soft-input-event](https://github.com/liangjingkanji/soft-input-event)|Android软键盘遮挡/平滑动画最佳解决方案 Solution for keyboard cover in/smooth animation|256|2023-09-07|
|157|[xihan123/SignHook](https://github.com/xihan123/SignHook)|这是一个简单的签名校验通杀模块|255|2024-02-07|
|158|[AndroidCoderPeng/AutoDingding](https://github.com/AndroidCoderPeng/AutoDingding)|钉钉自动打卡|251|2023-12-04|
|159|[TabooLib/taboolib](https://github.com/TabooLib/taboolib)|Powerful framework for creating multi-platform Minecraft plugin|251|2024-02-10|
|160|[2BAB/Seal](https://github.com/2BAB/Seal)|A Gradle Plugin for resolving AndroidManifest.xml merge conflicts.|228|2023-12-27|
|161|[phodal/chapi](https://github.com/phodal/chapi)|CHAPI (Common Hierarchical Abstract Parser and Information Converter) streamlines code analysis by converting diverse language source code into a unified abstract model, simplifying cross-language dev ...|227|2024-02-04|
|162|[leavesCZY/asm-samples](https://github.com/leavesCZY/asm-samples)|Android 字节码插桩实战|224|2023-11-10|
|163|[liangjingkanji/Serialize](https://github.com/liangjingkanji/Serialize)|🍒 Android 简单高性能读写本地数据, 直接存储对象/基础类型|223|2023-08-31|
|164|[bitlap/geocoding](https://github.com/bitlap/geocoding)|:globe_with_meridians: 地理编码技术,提供地址标准化和相似度计算。|222|2023-11-07|
|165|[TrPlugins/TrMenu](https://github.com/TrPlugins/TrMenu)|Modern & Advanced Menu-Plugin for Minecraft Servers|219|2024-01-21|
|166|[AnyLifeZLB/FaceVerificationSDK](https://github.com/AnyLifeZLB/FaceVerificationSDK)| Android On_device 1:1 Face Recognition And Alive Detect1:N & M:N Face Search SDK 。 🧒 离线版设备端Android1:1人脸识别动作活体检测静默活体检测 以及1:N M:N 人脸搜索 SDK 封装|215|2024-01-22|
|167|[Colter23/bilibili-dynamic-mirai-plugin](https://github.com/Colter23/bilibili-dynamic-mirai-plugin)|低延迟检测B站动态/直播的mirai-console插件|212|2023-08-27|
|168|[anyascii/anyascii](https://github.com/anyascii/anyascii)|Unicode to ASCII transliteration - C Elixir Go Java JS Julia PHP Python Ruby Rust Shell .NET|210|2023-11-27|
|169|[CofbroTeam/Doraemon](https://github.com/CofbroTeam/Doraemon)|⭐ ⭐ ⭐不止签到!更有一键同步作业功能!⭐ ⭐ ⭐ UI友好的安卓-Android移动端学习通签到助手支持普通签到扫码签到图片签到二维码签到定位签到签到码签到手势签到作业提醒push通知短信通知|209|2024-01-20|
|170|[zippo88888888/ZFileManager](https://github.com/zippo88888888/ZFileManager)|Android 文件操作|209|2023-11-14|
|171|[Shouheng88/arch-android](https://github.com/Shouheng88/arch-android)|Type based Jetpack MVVM library.|206|2023-12-15|
|172|[hujiayucc/Fuck-AD](https://github.com/hujiayucc/Fuck-AD)|去他妈的广告|203|2024-02-04|
|173|[anruence/enode](https://github.com/anruence/enode)|DDD 框架|202|2023-10-24|
|174|[Samarium150/mirai-console-lolicon](https://github.com/Samarium150/mirai-console-lolicon)|基于LoliconAPI的mirai-console插件|200|2024-02-05|
|175|[SapuSeven/BetterUntis](https://github.com/SapuSeven/BetterUntis)|An alternative mobile client for the Untis timetable system.|200|2023-11-25|
|176|[manondidi/kotlinArch](https://github.com/manondidi/kotlinArch)|kotlin mvp 开发脚手架|197|2023-08-30|
|177|[Mingyueyixi/MaskWechat](https://github.com/Mingyueyixi/MaskWechat)|这是一个微信 Xposed 模块,她可以隐藏特定用户的聊天记录,防止私密的聊天被第三人偷看|196|2024-01-20|
|178|[pwh-pwh/wxrecordread](https://github.com/pwh-pwh/wxrecordread)|用于获取微信聊天记录发送消息者wx_id修改聊天页面信息获取红包领取详情及总额|194|2023-12-15|
|179|[robotemi/sdk](https://github.com/robotemi/sdk)|temi is an unparalleled robotic platform introducing a new dimension of development - movement. Using temis SDK, developers can create new functionalities and introduce new use cases via temis Andro ...|194|2024-01-16|
|180|[StarWishsama/Comet-Bot](https://github.com/StarWishsama/Comet-Bot)|☄ 支持多 IM 平台的机器人|192|2023-10-20|
|181|[lihangleo2/ViewPager2Demo](https://github.com/lihangleo2/ViewPager2Demo)|关于封装ViewPager2的FragmentStateAdapter的封装以最简单的方式实现抖音列表的上下加载画廊效果以及ViewPager2的各种封装|181|2024-01-22|
|182|[luckyzyx/LuckyTool](https://github.com/luckyzyx/LuckyTool)|对ColorOS系统进行的扩展优化的Xposed模块未经开发者授权禁止私自搬运转载|177|2023-10-19|
|183|[TencentCloud/httpdns-sdk-android](https://github.com/TencentCloud/httpdns-sdk-android)|Tencent Cloud HTTPDNS SDK|168|2024-01-24|
|184|[yellowbluesky/PixivforMuzei3](https://github.com/yellowbluesky/PixivforMuzei3)|Best Pixiv plugin for Muzei 3|166|2024-02-02|
|185|[unit-mesh/unit-mesh](https://github.com/unit-mesh/unit-mesh)|Unit Mesh is a Asymptotic AI programming architecture pattern. Unit Mesh 是一个基于 AIGC/GenAI 为核心思想的软件架构|165|2024-01-23|
|186|[ITxiaoguang/SelectTextHelper](https://github.com/ITxiaoguang/SelectTextHelper)|高仿微信聊天消息列表自由复制文字,双击查看文本内容,用法超级简单~Copy the text freely in the high imitation WeChat chat message list, double-click to view the text content.|163|2024-02-02|
|187|[RW-HPS/RW-HPS](https://github.com/RW-HPS/RW-HPS)|Dedicated to Rusted Warfare(RustedWarfare) High Performance Server / 铁锈战争高效率服务器|163|2024-02-10|
|188|[AnyLifeZLB/Android-Architecture](https://github.com/AnyLifeZLB/Android-Architecture)|使用 Kotlin+Moshi+Coroutines+retrofit等封装处理Http请求支持多个域名多态数据返回 封装要达到的目的特性就一个:简洁的同步代码风格处理网络异步请求!|162|2024-02-04|
|189|[Luo-DH/OutCat](https://github.com/Luo-DH/OutCat)|大麦抢票辅助,抢票脚本,自动点击抢票,刷回流票|160|2023-08-30|
|190|[geph-official/geph-android](https://github.com/geph-official/geph-android)|Geph Android 迷霧通Android界面|159|2024-02-01|
|191|[GuoguoDad/jd_mall](https://github.com/GuoguoDad/jd_mall)|🔥🔥高仿京东商城App具有完整的结构代码整洁规范结构清晰集成Flutter模块具备React-Native热更功能... 同款Flutter版本 https://github.com/GuoguoDad/jd_mall_flutter.git |154|2023-11-10|
|192|[Forgo7ten/VulnerableApp](https://github.com/Forgo7ten/VulnerableApp)|移动安全_漏洞靶场_Android应用层漏洞|152|2023-08-24|
|193|[DylanCaiCoding/MMKV-KTX](https://github.com/DylanCaiCoding/MMKV-KTX)|The best MMKV utils to ensure type safety. (最好用的 MMKV 工具,可以确保类型安全)|150|2024-01-31|
|194|[CorruptedArk/did-i-take-my-meds](https://github.com/CorruptedArk/did-i-take-my-meds)|A Kotlin Android app to manage medications|150|2023-12-10|
|195|[airshu/lx-music-android](https://github.com/airshu/lx-music-android)|洛雪音乐助手Android版|150|2023-12-21|
|196|[liangjingkanji/Interval](https://github.com/liangjingkanji/Interval)|Android计时器工具, 倒计时/正计时/开始/暂停/继续/结束/取消|145|2024-01-16|
|152|[liangjingkanji/StatusBar](https://github.com/liangjingkanji/StatusBar)|[开发必备] Android一行代码配置透明状态栏|280|2023-08-14|
|153|[chr233/PureNGA](https://github.com/chr233/PureNGA)|NGA 去广告Xposed模块 支持 Lspatch|277|2024-01-24|
|154|[leavesCZY/compose_chat](https://github.com/leavesCZY/compose_chat)| Jetpack Compose 最佳实践,用 Jetpack Compose 写一个 IM APP|274|2024-02-08|
|155|[chr56/Phonograph_Plus](https://github.com/chr56/Phonograph_Plus)|A fork of kabouzeid/Phonograph in maintenance and development|273|2024-02-11|
|156|[leavesCZY/Monitor](https://github.com/leavesCZY/Monitor)|一个适用于 OkHttp / Retrofit 的可视化抓包工具|257|2024-02-08|
|157|[xihan123/SignHook](https://github.com/xihan123/SignHook)|这是一个简单的签名校验通杀模块|256|2024-02-07|
|158|[liangjingkanji/soft-input-event](https://github.com/liangjingkanji/soft-input-event)|Android软键盘遮挡/平滑动画最佳解决方案 Solution for keyboard cover in/smooth animation|256|2023-09-07|
|159|[AndroidCoderPeng/AutoDingding](https://github.com/AndroidCoderPeng/AutoDingding)|钉钉自动打卡|251|2023-12-04|
|160|[TabooLib/taboolib](https://github.com/TabooLib/taboolib)|Powerful framework for creating multi-platform Minecraft plugin|251|2024-02-10|
|161|[2BAB/Seal](https://github.com/2BAB/Seal)|A Gradle Plugin for resolving AndroidManifest.xml merge conflicts.|228|2023-12-27|
|162|[phodal/chapi](https://github.com/phodal/chapi)|CHAPI (Common Hierarchical Abstract Parser and Information Converter) streamlines code analysis by converting diverse language source code into a unified abstract model, simplifying cross-language dev ...|227|2024-02-04|
|163|[leavesCZY/asm-samples](https://github.com/leavesCZY/asm-samples)|Android 字节码插桩实战|224|2023-11-10|
|164|[liangjingkanji/Serialize](https://github.com/liangjingkanji/Serialize)|🍒 Android 简单高性能读写本地数据, 直接存储对象/基础类型|222|2023-08-31|
|165|[bitlap/geocoding](https://github.com/bitlap/geocoding)|:globe_with_meridians: 地理编码技术,提供地址标准化和相似度计算。|222|2023-11-07|
|166|[TrPlugins/TrMenu](https://github.com/TrPlugins/TrMenu)|Modern & Advanced Menu-Plugin for Minecraft Servers|219|2024-01-21|
|167|[AnyLifeZLB/FaceVerificationSDK](https://github.com/AnyLifeZLB/FaceVerificationSDK)| Android On_device 1:1 Face Recognition And Alive Detect1:N & M:N Face Search SDK 。 🧒 离线版设备端Android1:1人脸识别动作活体检测静默活体检测 以及1:N M:N 人脸搜索 SDK 封装|215|2024-01-22|
|168|[Colter23/bilibili-dynamic-mirai-plugin](https://github.com/Colter23/bilibili-dynamic-mirai-plugin)|低延迟检测B站动态/直播的mirai-console插件|212|2023-08-27|
|169|[CofbroTeam/Doraemon](https://github.com/CofbroTeam/Doraemon)|⭐ ⭐ ⭐不止签到!更有一键同步作业功能!⭐ ⭐ ⭐ UI友好的安卓-Android移动端学习通签到助手支持普通签到扫码签到图片签到二维码签到定位签到签到码签到手势签到作业提醒push通知短信通知|211|2024-01-20|
|170|[anyascii/anyascii](https://github.com/anyascii/anyascii)|Unicode to ASCII transliteration - C Elixir Go Java JS Julia PHP Python Ruby Rust Shell .NET|210|2023-11-27|
|171|[zippo88888888/ZFileManager](https://github.com/zippo88888888/ZFileManager)|Android 文件操作|209|2023-11-14|
|172|[Shouheng88/arch-android](https://github.com/Shouheng88/arch-android)|Type based Jetpack MVVM library.|206|2023-12-15|
|173|[hujiayucc/Fuck-AD](https://github.com/hujiayucc/Fuck-AD)|去他妈的广告|204|2024-02-04|
|174|[anruence/enode](https://github.com/anruence/enode)|DDD 框架|202|2023-10-24|
|175|[Samarium150/mirai-console-lolicon](https://github.com/Samarium150/mirai-console-lolicon)|基于LoliconAPI的mirai-console插件|200|2024-02-05|
|176|[SapuSeven/BetterUntis](https://github.com/SapuSeven/BetterUntis)|An alternative mobile client for the Untis timetable system.|199|2023-11-25|
|177|[manondidi/kotlinArch](https://github.com/manondidi/kotlinArch)|kotlin mvp 开发脚手架|197|2023-08-30|
|178|[Mingyueyixi/MaskWechat](https://github.com/Mingyueyixi/MaskWechat)|这是一个微信 Xposed 模块,她可以隐藏特定用户的聊天记录,防止私密的聊天被第三人偷看|196|2024-01-20|
|179|[pwh-pwh/wxrecordread](https://github.com/pwh-pwh/wxrecordread)|用于获取微信聊天记录发送消息者wx_id修改聊天页面信息获取红包领取详情及总额|194|2023-12-15|
|180|[robotemi/sdk](https://github.com/robotemi/sdk)|temi is an unparalleled robotic platform introducing a new dimension of development - movement. Using temis SDK, developers can create new functionalities and introduce new use cases via temis Andro ...|194|2024-01-16|
|181|[StarWishsama/Comet-Bot](https://github.com/StarWishsama/Comet-Bot)|☄ 支持多 IM 平台的机器人|192|2023-10-20|
|182|[lihangleo2/ViewPager2Demo](https://github.com/lihangleo2/ViewPager2Demo)|关于封装ViewPager2的FragmentStateAdapter的封装以最简单的方式实现抖音列表的上下加载画廊效果以及ViewPager2的各种封装|181|2024-01-22|
|183|[luckyzyx/LuckyTool](https://github.com/luckyzyx/LuckyTool)|对ColorOS系统进行的扩展优化的Xposed模块未经开发者授权禁止私自搬运转载|177|2023-10-19|
|184|[TencentCloud/httpdns-sdk-android](https://github.com/TencentCloud/httpdns-sdk-android)|Tencent Cloud HTTPDNS SDK|168|2024-01-24|
|185|[yellowbluesky/PixivforMuzei3](https://github.com/yellowbluesky/PixivforMuzei3)|Best Pixiv plugin for Muzei 3|166|2024-02-02|
|186|[unit-mesh/unit-mesh](https://github.com/unit-mesh/unit-mesh)|Unit Mesh is a Asymptotic AI programming architecture pattern. Unit Mesh 是一个基于 AIGC/GenAI 为核心思想的软件架构|165|2024-01-23|
|187|[ITxiaoguang/SelectTextHelper](https://github.com/ITxiaoguang/SelectTextHelper)|高仿微信聊天消息列表自由复制文字,双击查看文本内容,用法超级简单~Copy the text freely in the high imitation WeChat chat message list, double-click to view the text content.|163|2024-02-02|
|188|[RW-HPS/RW-HPS](https://github.com/RW-HPS/RW-HPS)|Dedicated to Rusted Warfare(RustedWarfare) High Performance Server / 铁锈战争高效率服务器|163|2024-02-11|
|189|[AnyLifeZLB/Android-Architecture](https://github.com/AnyLifeZLB/Android-Architecture)|使用 Kotlin+Moshi+Coroutines+retrofit等封装处理Http请求支持多个域名多态数据返回 封装要达到的目的特性就一个:简洁的同步代码风格处理网络异步请求!|162|2024-02-04|
|190|[Luo-DH/OutCat](https://github.com/Luo-DH/OutCat)|大麦抢票辅助,抢票脚本,自动点击抢票,刷回流票|160|2023-08-30|
|191|[geph-official/geph-android](https://github.com/geph-official/geph-android)|Geph Android 迷霧通Android界面|159|2024-02-01|
|192|[GuoguoDad/jd_mall](https://github.com/GuoguoDad/jd_mall)|🔥🔥高仿京东商城App具有完整的结构代码整洁规范结构清晰集成Flutter模块具备React-Native热更功能... 同款Flutter版本 https://github.com/GuoguoDad/jd_mall_flutter.git |154|2023-11-10|
|193|[Forgo7ten/VulnerableApp](https://github.com/Forgo7ten/VulnerableApp)|移动安全_漏洞靶场_Android应用层漏洞|152|2023-08-24|
|194|[CorruptedArk/did-i-take-my-meds](https://github.com/CorruptedArk/did-i-take-my-meds)|A Kotlin Android app to manage medications|151|2023-12-10|
|195|[DylanCaiCoding/MMKV-KTX](https://github.com/DylanCaiCoding/MMKV-KTX)|The best MMKV utils to ensure type safety. (最好用的 MMKV 工具,可以确保类型安全)|150|2024-01-31|
|196|[airshu/lx-music-android](https://github.com/airshu/lx-music-android)|洛雪音乐助手Android版|150|2023-12-21|
|197|[l7naive/pattern-lock](https://github.com/l7naive/pattern-lock)|Awesome pattern lock view for android written in kotlin. |145|2023-09-19|
|198|[FlyJingFish/AndroidAOP](https://github.com/FlyJingFish/AndroidAOP)|🔥🔥🔥AndroidAOP 是专属于 Android 端 Aop 框架,只需一个注解就可以请求权限、切换线程、禁止多点、一次监测所有点击事件、监测生命周期等等,没有使用 AspectJ也可以定制出属于你的 Aop 代码|144|2024-02-05|
|199|[unit-mesh/chocolate-factory](https://github.com/unit-mesh/chocolate-factory)|Chocolate Factory is a cutting-edge LLM toolkit designed to empower you in creating your very own AI assistant.Chocolate Factory 是一款开源的 LLM 应用开发框架,旨在帮助您轻松打造强大的软件开发 SDLC + LLM 生成助手。无论您是需要生成前端页面、后端 API、 ...|144|2024-02-07|
|200|[anjiemo/SunnyBeach](https://github.com/anjiemo/SunnyBeach)|阳光沙滩APP|144|2024-02-09|
|200|[liangjingkanji/Interval](https://github.com/liangjingkanji/Interval)|Android计时器工具, 倒计时/正计时/开始/暂停/继续/结束/取消|144|2024-01-16|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,18 +1,18 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Lua
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[apache/apisix](https://github.com/apache/apisix)|The Cloud-Native API Gateway|13345|2024-02-09|
|2|[iDvel/rime-ice](https://github.com/iDvel/rime-ice)|Rime 配置:雾凇拼音 长期维护的简体词库|6316|2024-02-10|
|1|[apache/apisix](https://github.com/apache/apisix)|The Cloud-Native API Gateway|13359|2024-02-09|
|2|[iDvel/rime-ice](https://github.com/iDvel/rime-ice)|Rime 配置:雾凇拼音 长期维护的简体词库|6319|2024-02-10|
|3|[rxyhn/yoru](https://github.com/rxyhn/yoru)|夜 - Yoru Aesthetic and Beautiful Awesome Environment :first_quarter_moon:|3274|2024-01-28|
|4|[skywind3000/z.lua](https://github.com/skywind3000/z.lua)|:zap: A new cd command that helps you navigate faster by learning your habits.|2879|2023-12-10|
|5|[ssnhd/rime](https://github.com/ssnhd/rime)|Rime Squirrel 鼠须管配置文件(朙月拼音、小鹤双拼、自然码双拼)|2772|2023-08-13|
|6|[L3MON4D3/LuaSnip](https://github.com/L3MON4D3/LuaSnip)|Snippet Engine for Neovim written in Lua.|2686|2024-01-28|
|6|[L3MON4D3/LuaSnip](https://github.com/L3MON4D3/LuaSnip)|Snippet Engine for Neovim written in Lua.|2690|2024-01-28|
|7|[ejoy/ant](https://github.com/ejoy/ant)|Ant game engine|2609|2024-02-10|
|8|[ayamir/nvimdots](https://github.com/ayamir/nvimdots)|A well configured and structured Neovim.|2570|2024-02-10|
|8|[ayamir/nvimdots](https://github.com/ayamir/nvimdots)|A well configured and structured Neovim.|2572|2024-02-11|
|9|[orlabs/orange](https://github.com/orlabs/orange)|OpenResty/Nginx Gateway for API Monitoring and Management.|2295|2023-08-25|
|10|[openresty/lua-resty-redis](https://github.com/openresty/lua-resty-redis)|Lua redis client driver for the ngx_lua based on the cosocket API|1859|2023-11-23|
|11|[starwing/lua-protobuf](https://github.com/starwing/lua-protobuf)|A Lua module to work with Google protobuf|1640|2024-02-01|
@ -22,15 +22,15 @@
|15|[linkease/istore](https://github.com/linkease/istore)|一个 Openwrt 标准的软件中心纯脚本实现只依赖Openwrt标准组件。支持其它固件开发者集成到自己的固件里面。更方便入门用户搜索安装插件。The iStore is a app store for OpenWRT|1073|2023-10-11|
|16|[jx-sec/jxwaf](https://github.com/jx-sec/jxwaf)|JXWAF(锦衣盾)是一款开源web应用防火墙|1017|2023-12-26|
|17|[sumory/lor](https://github.com/sumory/lor)|a fast, minimalist web framework for lua based on OpenResty|1007|2024-01-02|
|18|[KyleBing/rime-wubi86-jidian](https://github.com/KyleBing/rime-wubi86-jidian)|86五笔极点码表 for 鼠须管(macOS)、小狼毫(Windows)、中州韵(Ubuntu) 、仓输入法iOS五笔输入法|909|2024-01-29|
|18|[KyleBing/rime-wubi86-jidian](https://github.com/KyleBing/rime-wubi86-jidian)|86五笔极点码表 for 鼠须管(macOS)、小狼毫(Windows)、中州韵(Ubuntu) 、仓输入法iOS五笔输入法|910|2024-01-29|
|19|[422658476/MPV-EASY-Player](https://github.com/422658476/MPV-EASY-Player)|MPV-EASY Player - An easy to use, modern video player based on mpv 一个基于MPV,易于使用,现代化的视频播放器)|900|2024-02-04|
|20|[openresty/lua-resty-limit-traffic](https://github.com/openresty/lua-resty-limit-traffic)|Lua library for limiting and controlling traffic in OpenResty/ngx_lua|791|2023-11-23|
|21|[lisaac/luci-app-dockerman](https://github.com/lisaac/luci-app-dockerman)|Docker Manager interface for LuCI|768|2023-12-03|
|22|[IgorTimofeev/MineOS](https://github.com/IgorTimofeev/MineOS)|Home of MineOS and it's software for OpenComputers mod|703|2024-02-07|
|22|[IgorTimofeev/MineOS](https://github.com/IgorTimofeev/MineOS)|Home of MineOS and it's software for OpenComputers mod|703|2024-02-11|
|23|[openresty/lua-resty-mysql](https://github.com/openresty/lua-resty-mysql)|Nonblocking Lua MySQL driver library for ngx_lua or OpenResty|692|2024-01-04|
|24|[rsjaffe/MIDI2LR](https://github.com/rsjaffe/MIDI2LR)|An application and plugin to remotely control Lightroom with a MIDI controller|655|2024-02-07|
|25|[citizenlab/chat-censorship](https://github.com/citizenlab/chat-censorship)|Data related to the investigation of realtime censorship|603|2023-11-21|
|26|[EmmyLua/VSCode-EmmyLua](https://github.com/EmmyLua/VSCode-EmmyLua)|Lua IDE/Debugger Plugin for VSCode|593|2023-09-18|
|26|[EmmyLua/VSCode-EmmyLua](https://github.com/EmmyLua/VSCode-EmmyLua)|Lua IDE/Debugger Plugin for VSCode|594|2023-09-18|
|27|[openresty/lua-resty-upstream-healthcheck](https://github.com/openresty/lua-resty-upstream-healthcheck)|Health Checker for Nginx Upstream Servers in Pure Lua|504|2023-12-27|
|28|[openresty/lua-resty-websocket](https://github.com/openresty/lua-resty-websocket)|WebSocket support for the ngx_lua module (and OpenResty)|490|2023-11-23|
|29|[chenxuuu/sms_forwarding](https://github.com/chenxuuu/sms_forwarding)|超低成本硬件短信转发器只需29.9|468|2023-08-25|
@ -41,12 +41,12 @@
|34|[HDoujinDownloader/HDoujinDownloader](https://github.com/HDoujinDownloader/HDoujinDownloader)|An easy-to-use manga and dōjinshi downloader supporting 800+ different websites|391|2024-02-10|
|35|[cloudwu/stellaris_cn](https://github.com/cloudwu/stellaris_cn)|Stellaris 群星 汉化 Mod|384|2024-02-04|
|36|[lisaac/luci-app-diskman](https://github.com/lisaac/luci-app-diskman)|Disk Manager for LuCI|355|2023-10-05|
|37|[shagu/pfUI](https://github.com/shagu/pfUI)|A User Interface Replacement for World of Warcraft: Vanilla & TBC|320|2024-02-09|
|37|[shagu/pfUI](https://github.com/shagu/pfUI)|A User Interface Replacement for World of Warcraft: Vanilla & TBC|320|2024-02-11|
|38|[sirpdboy/luci-app-ddns-go](https://github.com/sirpdboy/luci-app-ddns-go)|luci-app-ddns-go 自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务。支持的域名服务商 Alidns(阿里云) Dnspod(腾讯云) Cloudflare 华为云 Callback 百度云 porkbun GoDaddy|309|2024-01-28|
|39|[Martins3/My-Linux-Config](https://github.com/Martins3/My-Linux-Config)|:clap: Modern neovim configuration based on native lsp|305|2024-02-07|
|40|[adamqqqplay/dota2ai](https://github.com/adamqqqplay/dota2ai)|Ranked Matchmaking AI: An improved Dota2 AI based on Valve's default AI. Has more than 3 million subscribers on Steam.|300|2023-12-25|
|41|[ejoy/vaststars](https://github.com/ejoy/vaststars)|A game demo for Ant engine|287|2024-02-06|
|42|[Mintimate/oh-my-rime](https://github.com/Mintimate/oh-my-rime)|The Simple Config Template Of Rime By Mintimate. QQ Chat-Group: 703260572|265|2024-01-30|
|42|[Mintimate/oh-my-rime](https://github.com/Mintimate/oh-my-rime)|The Simple Config Template Of Rime By Mintimate. QQ Chat-Group: 703260572|265|2024-02-11|
|43|[siweia/NDui](https://github.com/siweia/NDui)|NDui for World of Warcraft|254|2024-02-05|
|44|[AegirTech/ArkLights](https://github.com/AegirTech/ArkLights)|明日方舟速通 arknights|248|2024-02-02|
|45|[LufsX/rime](https://github.com/LufsX/rime)|Rime中州韵全拼与双拼的自用配置方案|241|2024-01-03|
@ -54,22 +54,22 @@
|47|[0wQ/air724ug-forwarder](https://github.com/0wQ/air724ug-forwarder)|Air724UG 短信转发 & 来电通知 & 语音信箱|236|2024-01-04|
|48|[0wQ/air780e-forwarder](https://github.com/0wQ/air780e-forwarder)|合宙Air780系列4G模组短信转发来电通知Air724在这里 -> https://github.com/0wQ/air724ug-forwarder|229|2024-02-09|
|49|[kurapica/PLoop](https://github.com/kurapica/PLoop)|Prototype Lua object-oriented program system and frameworks. |228|2024-02-01|
|50|[DeadlyBossMods/DBM-Retail](https://github.com/DeadlyBossMods/DBM-Retail)|The ultimate encounter helper (for Retail) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.|211|2024-02-10|
|50|[DeadlyBossMods/DBM-Retail](https://github.com/DeadlyBossMods/DBM-Retail)|The ultimate encounter helper (for Retail) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.|211|2024-02-11|
|51|[JiaqinKang/apexNoRecoilMarco](https://github.com/JiaqinKang/apexNoRecoilMarco)|全自动武器检测apex压枪宏/Fully Weapon detection apex marco no recoil|206|2024-01-31|
|52|[Afool4U/Logi_purgatory_macro](https://github.com/Afool4U/Logi_purgatory_macro)|罗技G系列炼狱宏|192|2023-10-31|
|53|[xhcherry/GTA5-Stand-LuaAIO](https://github.com/xhcherry/GTA5-Stand-LuaAIO)|GTA5 Mod Stand Lua All in One含综合、任务、crash、模组、娱乐等多种standlua于一体的存储库|182|2024-02-08|
|53|[xhcherry/GTA5-Stand-LuaAIO](https://github.com/xhcherry/GTA5-Stand-LuaAIO)|GTA5 Mod Stand Lua All in One致力于打造成GTA5游戏圈内顶尖的standlua脚本仓库|182|2024-02-11|
|54|[oniondelta/Onion_Rime_Files](https://github.com/oniondelta/Onion_Rime_Files)|電腦 Rime 洋蔥方案注音、雙拼、拼音、形碼、行列30|180|2024-02-07|
|55|[AGou-ops/dotfiles](https://github.com/AGou-ops/dotfiles)|My personal dotfiles, about neovim, zsh shell, tmux...|175|2024-02-02|
|56|[KURANADO2/hammerspoon-kuranado](https://github.com/KURANADO2/hammerspoon-kuranado)|Hammerspoon configSupport custom shortcut keys, emoji search, application shortcut switching, real-time network speed, key echo, etc.|172|2023-10-03|
|57|[shagu/pfQuest](https://github.com/shagu/pfQuest)|A Questhelper and Database Addon for World of Warcraft: Vanilla & TBC|170|2024-02-09|
|58|[wofsauge/External-Item-Descriptions](https://github.com/wofsauge/External-Item-Descriptions)|A mod for the game "The Binding of Isaac: Rebirth" that displays useful informations for items, trinkets, rooms and more!|168|2024-02-08|
|58|[wofsauge/External-Item-Descriptions](https://github.com/wofsauge/External-Item-Descriptions)|A mod for the game "The Binding of Isaac: Rebirth" that displays useful informations for items, trinkets, rooms and more!|169|2024-02-08|
|59|[FrSkyRC/ETHOS-Feedback-Community](https://github.com/FrSkyRC/ETHOS-Feedback-Community)|Feedback & suggestions are welcomed here for ETHOS by FrSky|156|2024-02-09|
|60|[yaocccc/nvim](https://github.com/yaocccc/nvim)|开箱即用的nvim配置 详细的文档 lua实现|150|2023-12-14|
|61|[fffonion/lua-resty-acme](https://github.com/fffonion/lua-resty-acme)|Automatic Let's Encrypt certificate serving and Lua implementation of ACMEv2 procotol |143|2023-11-03|
|62|[EsreverWoW/ShestakUI_Classic](https://github.com/EsreverWoW/ShestakUI_Classic)|ShestakUI for Wrath Classic (3.4.3), Burning Crusade Classic (2.5.4), and WoW Classic (1.15.0)|126|2024-02-10|
|63|[XavierCHN/x-template](https://github.com/XavierCHN/x-template)|DOTA2自定义游戏开发模板项目使用typesscript和react开发; Xavier's DOTA 2 custom game template using typescript and react-panorama|124|2024-01-27|
|64|[sniper00/MoonDemo](https://github.com/sniper00/MoonDemo)|moon game server的一个使用示例搭建简单的房间类游戏服务器框架|123|2024-01-31|
|65|[fang2hou/ElvUI_WindTools](https://github.com/fang2hou/ElvUI_WindTools)|💯 Maybe the BEST ElvUI plugin to enhance your game experience.|113|2024-02-08|
|65|[fang2hou/ElvUI_WindTools](https://github.com/fang2hou/ElvUI_WindTools)|💯 Maybe the BEST ElvUI plugin to enhance your game experience.|113|2024-02-11|
|66|[freeioe/freeioe](https://github.com/freeioe/freeioe)|An edge-computing framework for Industrial Internet of Things 开源的边缘计算网关框架. 讨论群: 291292378|111|2023-12-11|
|67|[boris1993/sms_forwarder_air780_esp32](https://github.com/boris1993/sms_forwarder_air780_esp32)|使用合宙ESP32和Air780E构建的短信转发器|109|2023-11-24|
|68|[sumneko/w3x2lni](https://github.com/sumneko/w3x2lni)|魔兽地图格式转换工具|104|2023-12-23|
@ -80,13 +80,13 @@
|73|[Auranis/HighDigitSAMs](https://github.com/Auranis/HighDigitSAMs)|A simple, IC-compliant mod for DCS to add more modern SAM systems to the game.|91|2023-11-05|
|74|[halfmoonvic/Rime](https://github.com/halfmoonvic/Rime)|致第一次安装Rime的你|91|2024-01-10|
|75|[DarkEnergyProcessor/livesim2_async](https://github.com/DarkEnergyProcessor/livesim2_async)|Love Live! School Idol Festival Live Simulator|89|2023-08-28|
|76|[DeadlyBossMods/DBM-Classic](https://github.com/DeadlyBossMods/DBM-Classic)|The ultimate encounter helper (for Classic) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.|86|2024-02-10|
|76|[DeadlyBossMods/DBM-Classic](https://github.com/DeadlyBossMods/DBM-Classic)|The ultimate encounter helper (for Classic) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.|86|2024-02-11|
|77|[functoreality/rime-flypy-zrmfast](https://github.com/functoreality/rime-flypy-zrmfast)|Rime 输入法配置文件,小鹤双拼+自然快手/小鹤双形辅助码|85|2024-02-06|
|78|[ASC8384/myRime](https://github.com/ASC8384/myRime)|我的 Rime 配置,适用于朙月拼音/小鹤双拼/小狼毫 ibus|85|2024-01-22|
|79|[mrbeardad/nvim](https://github.com/mrbeardad/nvim)|:moon: A nvim config for both neovim and vscode. |81|2024-01-31|
|80|[kchen0x/rime-crane](https://github.com/kchen0x/rime-crane)|凇鹤拼音 —— Rime 简体中文输入法方案,整合了雾凇拼音和小鹤双拼/音形方案的拼音输入法。|78|2023-10-28|
|81|[tech-microworld/ws-cloud-gateway](https://github.com/tech-microworld/ws-cloud-gateway)|基于 openresty + etcd 实现的轻量级网关服务|78|2023-09-08|
|82|[boluokk/e7Helper](https://github.com/boluokk/e7Helper)|【EPIC】第七史诗多功能覆盖脚本(刷书签🍃挂讨伐、后记、祭坛✌挂JJC等📛多服务器支持📺qq机器人消息通知📩)|76|2024-02-08|
|82|[boluokk/e7Helper](https://github.com/boluokk/e7Helper)|【EPIC】第七史诗多功能覆盖脚本(刷书签🍃挂讨伐、后记、祭坛✌挂JJC等📛多服务器支持📺qq机器人消息通知📩)|77|2024-02-08|
|83|[actboy168/MoeHero](https://github.com/actboy168/MoeHero)|我的英雄不可能那么萌|75|2024-01-17|
|84|[einverne/dotfiles](https://github.com/einverne/dotfiles)|my personal dotfiles managed by dotbot, zinit|75|2023-11-22|
|85|[zhyupe/FFXIV-Packet-Dissector](https://github.com/zhyupe/FFXIV-Packet-Dissector)|Wireshark plugins for dissecting FFXIV packets.|73|2023-12-12|
@ -94,17 +94,17 @@
|87|[remijouannet/graftorio2](https://github.com/remijouannet/graftorio2)|(fork of graftorio) factorio mod for creating grafana dashboard |66|2023-10-11|
|88|[fafaraway/andromeda](https://github.com/fafaraway/andromeda)|💖 A user interface replacement addon for World of Warcraft.|64|2024-01-17|
|89|[hasscc/meiju](https://github.com/hasscc/meiju)|Midea Meiju (美的美居) For HomeAssistant|63|2023-08-14|
|90|[thisdp/dgs](https://github.com/thisdp/dgs)|Thisdp's Dx Graphical User Interface System (MTA Dx Lib)|60|2024-01-31|
|91|[jiaxinaoliao/neovimBeginCpp](https://github.com/jiaxinaoliao/neovimBeginCpp)|纯lua配置的neovim快速配置基本开箱即用|59|2023-12-24|
|90|[jiaxinaoliao/neovimBeginCpp](https://github.com/jiaxinaoliao/neovimBeginCpp)|纯lua配置的neovim快速配置基本开箱即用|60|2023-12-24|
|91|[thisdp/dgs](https://github.com/thisdp/dgs)|Thisdp's Dx Graphical User Interface System (MTA Dx Lib)|60|2024-01-31|
|92|[cubercsl/rime-flypy](https://github.com/cubercsl/rime-flypy)|小鹤音形 Rime 挂接 / Fcitx5 码表 For Linux & Android|57|2023-12-05|
|93|[Muscipular/cgmsv-lua](https://github.com/Muscipular/cgmsv-lua)|cgmsv lua模块|54|2024-02-07|
|94|[narc0tiq/YARM](https://github.com/narc0tiq/YARM)|Yet another variant of the Resource Monitor for Factorio|52|2023-09-18|
|95|[forleoshare/auto_use_treasure_map](https://github.com/forleoshare/auto_use_treasure_map)|梦幻西游自动挖宝触动精灵开源脚本适用设备1920x1080需要root|48|2023-08-19|
|96|[caixw/VimIDE](https://github.com/caixw/VimIDE)|自用的一个 vimrc 配置文件,适用于 PHP 和 Go 及 HTML|45|2023-11-28|
|97|[vittary/ML](https://github.com/vittary/ML)|收集整理一些大佬免流脚本|44|2023-09-03|
|98|[1Panel-dev/1pwaf](https://github.com/1Panel-dev/1pwaf)|1pwaf 是一个基于 lua-nginx-module(openresty) 的 web 应用防火墙|43|2024-02-09|
|99|[payday-restoration/restoration-mod](https://github.com/payday-restoration/restoration-mod)|This repository is the home of Restoration Mod for Payday 2|43|2024-02-10|
|100|[ksqsf/rime-moran](https://github.com/ksqsf/rime-moran)|魔改自然碼 Rime 方案 (自然碼雙拼+輔助碼+外語混輸+簡繁方案+emoji)|42|2024-02-09|
|98|[ksqsf/rime-moran](https://github.com/ksqsf/rime-moran)|魔改自然碼 Rime 方案 (自然碼雙拼+輔助碼+外語混輸+簡繁方案+emoji)|43|2024-02-09|
|99|[1Panel-dev/1pwaf](https://github.com/1Panel-dev/1pwaf)|1pwaf 是一个基于 lua-nginx-module(openresty) 的 web 应用防火墙|43|2024-02-09|
|100|[payday-restoration/restoration-mod](https://github.com/payday-restoration/restoration-mod)|This repository is the home of Restoration Mod for Payday 2|43|2024-02-11|
|101|[JaredScar/Badger-Anticheat](https://github.com/JaredScar/Badger-Anticheat)|Badger's Official Anticheat [code inspirations from DevLanceGood and Bluethefurry on GitHub]|41|2023-09-26|
|102|[zhandouxiaojiji/skynet-creator](https://github.com/zhandouxiaojiji/skynet-creator)|skynet脚手架|40|2024-01-16|
|103|[yanhuacuo/98wubi](https://github.com/yanhuacuo/98wubi)|具备码元提示功能的98五笔配置文件for中州韵|40|2024-02-09|
@ -113,8 +113,8 @@
|106|[astog/BTS](https://github.com/astog/BTS)|Better Trade Screen - Mod for Civilization VI|36|2023-11-12|
|107|[KikoPlayProject/KikoPlayScript](https://github.com/KikoPlayProject/KikoPlayScript)|KikoPlay脚本仓库|35|2023-12-26|
|108|[hchunhui/librime-cloud](https://github.com/hchunhui/librime-cloud)|-|33|2023-10-13|
|109|[kevinhwang91/nvim-ibus-sw](https://github.com/kevinhwang91/nvim-ibus-sw)|Switch ibus between insert and normal mode in Neovim|31|2023-12-19|
|110|[TheDeNuke/Divergences-of-Darkness-Rework-Public](https://github.com/TheDeNuke/Divergences-of-Darkness-Rework-Public)|-|30|2024-01-28|
|109|[kevinhwang91/nvim-ibus-sw](https://github.com/kevinhwang91/nvim-ibus-sw)|Switch ibus between insert and normal mode in Neovim|32|2023-12-19|
|110|[TheDeNuke/Divergences-of-Darkness-Rework-Public](https://github.com/TheDeNuke/Divergences-of-Darkness-Rework-Public)|-|30|2024-02-11|
|111|[UsbPacketViewer/parser](https://github.com/UsbPacketViewer/parser)|-|30|2023-11-24|
|112|[whsir/ngx_lua_waf](https://github.com/whsir/ngx_lua_waf)|ngx_lua_waf改版增加网段白名单等新功能|29|2023-11-15|
|113|[ck2plus/CleanSlate](https://github.com/ck2plus/CleanSlate)|A community resource, clean base from which to begin mods for CrusaderKings 2|28|2024-02-02|
@ -131,16 +131,16 @@
|124|[VgerMods/Pawn](https://github.com/VgerMods/Pawn)|Pawn: find upgrades, do more damage, win. (Download releases and ask questions at CurseForge.)|21|2024-02-04|
|125|[thenumbernine/hydro-cl-lua](https://github.com/thenumbernine/hydro-cl-lua)|yet *another* hydrodynamics/hyperbolic conservation law solver, this one in LuaJIT using OpenCL/OpenGL|21|2024-01-15|
|126|[MizukiBelhi/ExtendedUI](https://github.com/MizukiBelhi/ExtendedUI)|ExtendedUI, as the name suggest, extends Tree of Savior's UI to what it should be!|21|2023-11-06|
|127|[HowcanoeWang/rime-lua-aux-code](https://github.com/HowcanoeWang/rime-lua-aux-code)|RIME输入法辅助码音形分离插件|19|2024-01-11|
|127|[HowcanoeWang/rime-lua-aux-code](https://github.com/HowcanoeWang/rime-lua-aux-code)|RIME输入法辅助码音形分离插件|19|2024-02-11|
|128|[PlexPt/factorio-chinese](https://github.com/PlexPt/factorio-chinese)|factorio 开源中文汉化语言包|19|2023-10-23|
|129|[hugh7007/xmjd6-rere](https://github.com/hugh7007/xmjd6-rere)|基于星空键道,拓展出来百万词库版本-星猫键道6|18|2024-02-02|
|130|[Casual-Ragnarok/ro-single-client](https://github.com/Casual-Ragnarok/ro-single-client)|仙境 RO 传说 - 单机客户端(登陆补丁)|18|2023-09-28|
|131|[wsgggws/nvim](https://github.com/wsgggws/nvim)|Some vim plugs on neovim and its show on MacOS|18|2024-01-18|
|132|[geektcp/okwow-interface](https://github.com/geektcp/okwow-interface)|一起魔兽世界插件|16|2023-12-11|
|133|[Mista-Tea/improved-stacker](https://github.com/Mista-Tea/improved-stacker)|A complete rewrite of the Stacker tool, including multiple new features for both players and developers, as well as multiple crash fixes.|16|2023-10-15|
|134|[KakaruHayate/CODEY_Dataset](https://github.com/KakaruHayate/CODEY_Dataset)|一个第三方的泠鸢yousa歌声数据集|15|2023-11-28|
|135|[boomker/spacehammer](https://github.com/boomker/spacehammer)|🚀 空格键作为 Hyper 的 Hammerspoon 配置, 上手简单并且功能强大, 集多套开源优秀配置于一身|15|2023-10-01|
|136|[forFudan/xuma](https://github.com/forFudan/xuma)|Rime·尔雅徐码输入法·CJK全汉字拆分·三重注解|15|2023-09-15|
|133|[forFudan/xuma](https://github.com/forFudan/xuma)|Rime·尔雅徐码输入法·CJK全汉字拆分·三重注解|16|2023-09-15|
|134|[Mista-Tea/improved-stacker](https://github.com/Mista-Tea/improved-stacker)|A complete rewrite of the Stacker tool, including multiple new features for both players and developers, as well as multiple crash fixes.|16|2023-10-15|
|135|[KakaruHayate/CODEY_Dataset](https://github.com/KakaruHayate/CODEY_Dataset)|一个第三方的泠鸢yousa歌声数据集|15|2023-11-28|
|136|[boomker/spacehammer](https://github.com/boomker/spacehammer)|🚀 空格键作为 Hyper 的 Hammerspoon 配置, 上手简单并且功能强大, 集多套开源优秀配置于一身|15|2023-10-01|
|137|[muchenhen/MuQianQiu](https://github.com/muchenhen/MuQianQiu)|千秋戏复刻|15|2023-10-15|
|138|[siuze/ShanRenMaLTS](https://github.com/siuze/ShanRenMaLTS)|【山人码LTS】是山人全息码输入方案的长期支持版。该方案继承了谢振斌、持双山、疏影孤桐、五磅兔、张仓等前辈的大部分山人码方案设计单字码表已完全覆盖Unicode15.0内9万字余汉字。|15|2024-01-25|
|139|[easy-do/dnf-admin](https://github.com/easy-do/dnf-admin)|某不可描述的勇士game后台|14|2023-12-06|
@ -151,7 +151,7 @@
|144|[iChunyu/nvim](https://github.com/iChunyu/nvim)|NeoVim 配置|13|2023-10-15|
|145|[usiege/publisher](https://github.com/usiege/publisher)|WOW插件详细说明外部链接图文床直接点击名称可查看详情。|13|2023-12-11|
|146|[xiyoo0812/luaoop](https://github.com/xiyoo0812/luaoop)|一个 lua 面向对象机制的实现。|13|2024-01-22|
|147|[N0zza/MappaMundi](https://github.com/N0zza/MappaMundi)|-|13|2024-02-10|
|147|[N0zza/MappaMundi](https://github.com/N0zza/MappaMundi)|-|13|2024-02-11|
|148|[chenxuuu/receiver-meow-lua](https://github.com/chenxuuu/receiver-meow-lua)|接待喵lua插件的lua脚本仓库|13|2023-10-10|
|149|[Pd2VoidTeam/VoidUI](https://github.com/Pd2VoidTeam/VoidUI)|VoidUI BLT code and textures|13|2024-02-05|
|150|[MoonforDream/CSGO-Pressure-GUN](https://github.com/MoonforDream/CSGO-Pressure-GUN)|CSGO 罗技鼠标压枪宏文件 cs2亲测有效|12|2024-02-01|
@ -169,14 +169,14 @@
|162|[66hh/GF2ExiliumData](https://github.com/66hh/GF2ExiliumData)|某药丸游戏数据|9|2023-10-08|
|163|[EKE00372/EKPlates](https://github.com/EKE00372/EKPlates)|其實我比較喜歡WOWI因為它是黑色的https://www.wowinterface.com/downloads/info24109|9|2023-09-07|
|164|[Kicamon/im-switch.nvim](https://github.com/Kicamon/im-switch.nvim)|neovim的输入法自动切换插件在写文档以及代码注释的时候可以自动帮忙切换输入法|8|2023-12-10|
|165|[IoT-ThingsCloud/luatos-thingscloud-sdk](https://github.com/IoT-ThingsCloud/luatos-thingscloud-sdk)|基于合宙模组 LuatOS 快速接入 ThingsCloud 物联网平台的 SDK ,帮你 10 分钟完成模组到云平台的双向通信。|8|2023-12-14|
|166|[flappybriefs/pantsu-xkjd6alter](https://github.com/flappybriefs/pantsu-xkjd6alter)|星空键道6的个人魔改版|8|2024-01-18|
|167|[quintin-lee/NVCode](https://github.com/quintin-lee/NVCode)|neovim 配置|8|2024-01-03|
|168|[IoT-ThingsCloud/luat-thingscloud-libs](https://github.com/IoT-ThingsCloud/luat-thingscloud-libs)|这里是合宙模组 luat 方式接入 ThingsCloud 云平台的 lib 库,以及示例代码。|8|2023-12-14|
|169|[qyh214/wow_addons_private_use](https://github.com/qyh214/wow_addons_private_use)|World Of Warcraft Addons private use 魔兽世界自用插件|8|2023-12-06|
|170|[najoast/eluna_scripts](https://github.com/najoast/eluna_scripts)|魔兽世界Lua脚本。Lua scripts for WoW Eluna Lua Engine. |7|2023-12-21|
|171|[wjlin0/cf-lua](https://github.com/wjlin0/cf-lua)|cf 鼠标宏|7|2023-11-26|
|172|[Yooootsuba/ani-gamer-danmu](https://github.com/Yooootsuba/ani-gamer-danmu)|在 MPV 觀看巴哈姆特動畫瘋時,可以支援彈幕列表|7|2024-02-10|
|165|[Yooootsuba/ani-gamer-danmu](https://github.com/Yooootsuba/ani-gamer-danmu)|在 MPV 觀看巴哈姆特動畫瘋時,可以支援彈幕列表|8|2024-02-10|
|166|[IoT-ThingsCloud/luatos-thingscloud-sdk](https://github.com/IoT-ThingsCloud/luatos-thingscloud-sdk)|基于合宙模组 LuatOS 快速接入 ThingsCloud 物联网平台的 SDK ,帮你 10 分钟完成模组到云平台的双向通信。|8|2023-12-14|
|167|[flappybriefs/pantsu-xkjd6alter](https://github.com/flappybriefs/pantsu-xkjd6alter)|星空键道6的个人魔改版|8|2024-01-18|
|168|[quintin-lee/NVCode](https://github.com/quintin-lee/NVCode)|neovim 配置|8|2024-01-03|
|169|[IoT-ThingsCloud/luat-thingscloud-libs](https://github.com/IoT-ThingsCloud/luat-thingscloud-libs)|这里是合宙模组 luat 方式接入 ThingsCloud 云平台的 lib 库,以及示例代码。|8|2023-12-14|
|170|[qyh214/wow_addons_private_use](https://github.com/qyh214/wow_addons_private_use)|World Of Warcraft Addons private use 魔兽世界自用插件|8|2023-12-06|
|171|[najoast/eluna_scripts](https://github.com/najoast/eluna_scripts)|魔兽世界Lua脚本。Lua scripts for WoW Eluna Lua Engine. |7|2023-12-21|
|172|[wjlin0/cf-lua](https://github.com/wjlin0/cf-lua)|cf 鼠标宏|7|2023-11-26|
|173|[yuanze31/All-in-One-Deluxe](https://github.com/yuanze31/All-in-One-Deluxe)|监狱建筑师(Prison Architect)中文豪华版mod|7|2024-02-06|
|174|[ryan1iu/dotfiles](https://github.com/ryan1iu/dotfiles)|一些配置文件|7|2023-11-18|
|175|[Rovniced/ArkLights](https://github.com/Rovniced/ArkLights)|明日方舟速通 arknights|6|2023-11-25|

@ -1,14 +1,14 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > MATLAB
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[googollee/eviltransform](https://github.com/googollee/eviltransform)|Transport coordinate between earth(WGS-84) and mars in china(GCJ-02).|2344|2024-01-15|
|2|[cs-chan/Total-Text-Dataset](https://github.com/cs-chan/Total-Text-Dataset)|Total Text Dataset. It consists of 1555 images with more than 3 different text orientations: Horizontal, Multi-Oriented, and Curved, one of a kind.|718|2023-10-05|
|3|[yandld/nav_matlab](https://github.com/yandld/nav_matlab)|基于的matlab导航科学计算库|197|2024-01-15|
|4|[zhaohaojie1998/Grey-Wolf-Optimizer-for-Path-Planning](https://github.com/zhaohaojie1998/Grey-Wolf-Optimizer-for-Path-Planning)|灰狼优化算法(GWO)路径规划/轨迹规划/轨迹优化、多智能体/多无人机航迹规划|180|2023-10-24|
|3|[yandld/nav_matlab](https://github.com/yandld/nav_matlab)|基于的matlab导航科学计算库|198|2024-01-15|
|4|[zhaohaojie1998/Grey-Wolf-Optimizer-for-Path-Planning](https://github.com/zhaohaojie1998/Grey-Wolf-Optimizer-for-Path-Planning)|灰狼优化算法(GWO)路径规划/轨迹规划/轨迹优化、多智能体/多无人机航迹规划|181|2023-10-24|
|5|[lyc102/ifem](https://github.com/lyc102/ifem)|iFEM is a MATLAB software package containing robust, efficient, and easy-following codes for the main building blocks of adaptive finite element methods on unstructured simplicial grids in both two an ...|168|2024-01-08|
|6|[qwe14789cn/SP](https://github.com/qwe14789cn/SP)|信号处理工具箱|94|2023-11-02|
|7|[intLyc/MTO-Platform](https://github.com/intLyc/MTO-Platform)|Multitask Optimization Platform (MToP)|86|2024-02-07|

@ -1,35 +1,35 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Objective-C
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[Instagram/IGListKit](https://github.com/Instagram/IGListKit)|A data-driven UICollectionView framework for building fast and flexible lists.|12760|2024-01-25|
|1|[Instagram/IGListKit](https://github.com/Instagram/IGListKit)|A data-driven UICollectionView framework for building fast and flexible lists.|12761|2024-01-25|
|2|[sunnyyoung/WeChatTweak-macOS](https://github.com/sunnyyoung/WeChatTweak-macOS)|A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开 🔨|10294|2023-09-10|
|3|[CoderMJLee/MJExtension](https://github.com/CoderMJLee/MJExtension)|A fast, convenient and nonintrusive conversion framework between JSON and model. Your model class doesn't need to extend any base class. You don't need to modify any model file.|8513|2024-01-13|
|4|[banchichen/TZImagePickerController](https://github.com/banchichen/TZImagePickerController)|一个支持多选、选原图和视频的图片选择器同时有预览、裁剪功能支持iOS6+。 A clone of UIImagePickerController, support picking multiple photos、original photo、video, also allow preview photo and video, support iOS6+|7991|2024-02-04|
|5|[Tencent/QMUI_iOS](https://github.com/Tencent/QMUI_iOS)|QMUI iOS——致力于提高项目 UI 开发效率的解决方案|6981|2023-09-22|
|6|[pujiaxin33/JXCategoryView](https://github.com/pujiaxin33/JXCategoryView)|A powerful and easy to use category view (segmentedcontrol, segmentview, pagingview, pagerview, pagecontrol) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)|6007|2023-12-04|
|7|[Tencent/MLeaksFinder](https://github.com/Tencent/MLeaksFinder)|Find memory leaks in your iOS app at develop time.|5381|2023-09-11|
|7|[Tencent/MLeaksFinder](https://github.com/Tencent/MLeaksFinder)|Find memory leaks in your iOS app at develop time.|5380|2023-09-11|
|8|[JackJiang2011/MobileIMSDK](https://github.com/JackJiang2011/MobileIMSDK)|一个原创多端IM通信层框架轻量级、高度提炼历经8年、久经考验。可能是市面上唯一同时支持UDP+TCP+WebSocket三种协议的同类开源框架支持 iOS、Android、Java、H5、小程序、Uniapp服务端基于Netty。|5175|2023-12-07|
|9|[Tencent/lemon-cleaner](https://github.com/Tencent/lemon-cleaner)|腾讯柠檬清理是针对macOS系统专属制定的清理工具。主要功能包括重复文件和相似照片的识别、软件的定制化垃圾扫描、可视化的全盘空间分析、内存释放、浏览器隐私清理以及设备实时状态的监控等。重点聚焦清理功能对上百款软件提供定制化的清理方案提供专业的清理建议帮助用户轻松完成一键式清理。|5117|2023-11-20|
|10|[tisfeng/Easydict](https://github.com/tisfeng/Easydict)|一个简洁优雅的词典翻译 macOS App。开箱即用支持离线 OCR 识别,支持有道词典,🍎 苹果系统词典,🍎 苹果系统翻译ChatGPTGeminiDeepLGoogleBing腾讯百度阿里小牛彩云和火山翻译。A concise and elegant Dictionary and Translator macOS App for looking up words and ...|5032|2024-02-10|
|11|[brunophilipe/Cakebrew](https://github.com/brunophilipe/Cakebrew)|Manage your Homebrew formulas with style using Cakebrew.|4687|2024-01-07|
|9|[Tencent/lemon-cleaner](https://github.com/Tencent/lemon-cleaner)|腾讯柠檬清理是针对macOS系统专属制定的清理工具。主要功能包括重复文件和相似照片的识别、软件的定制化垃圾扫描、可视化的全盘空间分析、内存释放、浏览器隐私清理以及设备实时状态的监控等。重点聚焦清理功能对上百款软件提供定制化的清理方案提供专业的清理建议帮助用户轻松完成一键式清理。|5116|2023-11-20|
|10|[tisfeng/Easydict](https://github.com/tisfeng/Easydict)|一个简洁优雅的词典翻译 macOS App。开箱即用支持离线 OCR 识别,支持有道词典,🍎 苹果系统词典,🍎 苹果系统翻译ChatGPTGeminiDeepLGoogleBing腾讯百度阿里小牛彩云和火山翻译。A concise and elegant Dictionary and Translator macOS App for looking up words and ...|5041|2024-02-10|
|11|[brunophilipe/Cakebrew](https://github.com/brunophilipe/Cakebrew)|Manage your Homebrew formulas with style using Cakebrew.|4689|2024-01-07|
|12|[AAChartModel/AAChartKit](https://github.com/AAChartModel/AAChartKit)|📈📊🚀🚀🚀An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, ...|4676|2024-01-29|
|13|[youngsoft/MyLinearLayout](https://github.com/youngsoft/MyLinearLayout)|MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use L ...|4371|2023-08-25|
|14|[rime/squirrel](https://github.com/rime/squirrel)|【鼠鬚管】Rime for macOS|4189|2024-02-10|
|15|[nicklockwood/iRate](https://github.com/nicklockwood/iRate)|[DEPRECATED]|4118|2023-10-13|
|16|[johnno1962/InjectionIII](https://github.com/johnno1962/InjectionIII)|Re-write of Injection for Xcode in (mostly) Swift|3785|2024-01-28|
|16|[johnno1962/InjectionIII](https://github.com/johnno1962/InjectionIII)|Re-write of Injection for Xcode in (mostly) Swift|3786|2024-01-28|
|17|[Tencent/vap](https://github.com/Tencent/vap)|VAP是企鹅电竞开发用于播放特效动画的实现方案。具有高压缩率、硬件解码等优点。同时支持 iOS,Android,Web 平台。|3726|2023-12-06|
|18|[MoZhouqi/KMNavigationBarTransition](https://github.com/MoZhouqi/KMNavigationBarTransition)|A drop-in universal library helps you to manage the navigation bar styles and makes transition animations smooth between different navigation bar styles while pushing or popping a view controller for ...|3373|2023-10-02|
|19|[tigerAndBull/TABAnimated](https://github.com/tigerAndBull/TABAnimated)|A skeleton screen loading framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架包含快速植入低耦合兼容复杂视图等特点提供国内主流骨架屏动画的加载方案同时支持上拉加载更多、自定制动画。)|3322|2024-01-18|
|20|[MxABC/LBXScan](https://github.com/MxABC/LBXScan)|A barcode and qr code scanner (二维码、扫码、扫一扫、ZXing、ZBar、iOS系统AVFoundation扫码封装扫码界面效果封装)|3222|2024-02-05|
|21|[wangmchn/WMPageController](https://github.com/wangmchn/WMPageController)|An easy solution to page controllers like NetEase News|2917|2023-08-23|
|22|[benbaker76/Hackintool](https://github.com/benbaker76/Hackintool)|The Swiss army knife of vanilla Hackintoshing|2892|2023-09-30|
|22|[benbaker76/Hackintool](https://github.com/benbaker76/Hackintool)|The Swiss army knife of vanilla Hackintoshing|2893|2023-09-30|
|23|[QMUI/LookinServer](https://github.com/QMUI/LookinServer)|Free macOS app for iOS view debugging.|2525|2024-01-30|
|24|[indulgeIn/YBImageBrowser](https://github.com/indulgeIn/YBImageBrowser)|iOS image browser / iOS 图片浏览器 (支持视频) |2345|2023-11-24|
|25|[sshiqiao/douyin-ios-objectc](https://github.com/sshiqiao/douyin-ios-objectc)|抖音 iOS Object-C版|2341|2023-12-02|
|25|[sshiqiao/douyin-ios-objectc](https://github.com/sshiqiao/douyin-ios-objectc)|抖音 iOS Object-C版|2343|2023-12-02|
|26|[ChangbaDevs/KTVHTTPCache](https://github.com/ChangbaDevs/KTVHTTPCache)|A powerful media cache framework.|2277|2024-01-29|
|27|[shaojiankui/SmartPush](https://github.com/shaojiankui/SmartPush)|SmartPush,一款iOS苹果远程推送测试程序,Mac OS下的APNS工具APP,iOS Push Notification Debug App|2120|2023-11-06|
|28|[Pluto-Y/iOS-Echarts](https://github.com/Pluto-Y/iOS-Echarts)|-|1911|2023-10-23|
@ -41,12 +41,12 @@
|34|[QuintGao/GKPageScrollView](https://github.com/QuintGao/GKPageScrollView)|iOS类似微博、抖音、网易云等个人详情页滑动嵌套效果|1495|2023-12-28|
|35|[meitu/MTHawkeye](https://github.com/meitu/MTHawkeye)|Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...)|1459|2023-11-17|
|36|[sinaweibosdk/weibo_ios_sdk](https://github.com/sinaweibosdk/weibo_ios_sdk)|新浪微博 IOS SDK|1436|2023-12-19|
|37|[rugarciap/Turbo-Boost-Switcher](https://github.com/rugarciap/Turbo-Boost-Switcher)|Turbo Boost disabler / enable app for Mac OS X|1434|2024-01-24|
|37|[rugarciap/Turbo-Boost-Switcher](https://github.com/rugarciap/Turbo-Boost-Switcher)|Turbo Boost disabler / enable app for Mac OS X|1433|2024-01-24|
|38|[wuba/WBBlades](https://github.com/wuba/WBBlades)|基于Mach-O的ObjC & Swift无用类、无用协议、无用资源检测包大小分析点对点崩溃解析。|1423|2023-10-20|
|39|[jpush/jpush-react-native](https://github.com/jpush/jpush-react-native)|JPush's officially supported React Native plugin (Android & iOS). 极光推送官方支持的 React Native 插件Android & iOS。|1337|2023-09-22|
|40|[lixiang1994/LEEAlert](https://github.com/lixiang1994/LEEAlert)|优雅的可自定义 Alert ActionSheet|1281|2023-08-18|
|41|[didi/Hummer](https://github.com/didi/Hummer)|一套移动端高性能高可用的动态化跨端开发框架|1260|2024-01-30|
|42|[strongbox-password-safe/Strongbox](https://github.com/strongbox-password-safe/Strongbox)|A KeePass/Password Safe Client for iOS and OS X|1227|2024-02-08|
|42|[strongbox-password-safe/Strongbox](https://github.com/strongbox-password-safe/Strongbox)|A KeePass/Password Safe Client for iOS and OS X|1228|2024-02-08|
|43|[QuintGao/GKPhotoBrowser](https://github.com/QuintGao/GKPhotoBrowser)|iOS仿微信、今日头条等图片浏览器|1206|2023-10-17|
|44|[YPLiang19/Mango](https://github.com/YPLiang19/Mango)|MangoFix is a DSL which syntax is very similar to Objective-CMangoFix is also an iOS App hotfix SDK. You can use MangoFix method replace any Objective-C or Swift method.|1146|2023-08-29|
|45|[AsTryE/QQRedPackHelper](https://github.com/AsTryE/QQRedPackHelper)|Mac 系统下的QQ抢红包插件,消息防撤回,消息自动回复,红包指定群过滤,红包指定关键字过滤,无需回复-抢文字口令红包,时间随机延迟抢红包|1131|2023-09-13|
@ -67,144 +67,144 @@
|60|[adjust/ios_sdk](https://github.com/adjust/ios_sdk)|This is the iOS SDK of|598|2023-12-21|
|61|[shaojiankui/ProfilesManager](https://github.com/shaojiankui/ProfilesManager)|Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac|580|2023-08-14|
|62|[QuintGao/GKDYVideo](https://github.com/QuintGao/GKDYVideo)|iOS仿抖音短视频|574|2024-01-23|
|63|[SmileZXLee/IpaDownloadTool](https://github.com/SmileZXLee/IpaDownloadTool)|输入下载页面链接自动解析ipa下载地址支持本地下载支持第三方和自定义下载页面(通过拦截webView的itms-services://请求获取plist文件支持各类企业版、内测包ipa下载)|570|2023-08-12|
|64|[aliyun/aliyun-oss-ios-sdk](https://github.com/aliyun/aliyun-oss-ios-sdk)|iOS SDK for aliyun object storage service|448|2024-02-04|
|65|[qiniu/objc-sdk](https://github.com/qiniu/objc-sdk)|Qiniu Resource (Cloud) Storage Objective-C SDK for Mac/iOS|437|2023-11-27|
|66|[BlinkID/blinkid-ios](https://github.com/BlinkID/blinkid-ios)|Everything you need to add AI-driven ID scanning into your native iOS app.|378|2024-01-26|
|67|[doushiDev/ds_ios](https://github.com/doushiDev/ds_ios)|逗视iOS客户端|352|2023-10-11|
|68|[januslo/react-native-bluetooth-escpos-printer](https://github.com/januslo/react-native-bluetooth-escpos-printer)|React-Native plugin for the bluetooth ESC/POS & TSC printers.|335|2024-01-06|
|69|[muzipiao/GMObjC](https://github.com/muzipiao/GMObjC)|SM2/SM3/SM4/ECDH crypto library based on OpenSSL.|330|2024-01-22|
|70|[SmileZXLee/ZXNavigationBar](https://github.com/SmileZXLee/ZXNavigationBar)|灵活轻量的自定义导航栏导航栏属于控制器view支持导航栏联动一行代码实现【导航栏背景图片设置、导航栏渐变、折叠、修改Item大小和边距、自定义导航栏高度、全屏手势返回、pop拦截、仿系统导航栏历史堆栈】等各种效果|323|2023-09-14|
|71|[jiaxiaogang/he4o](https://github.com/jiaxiaogang/he4o)|HE——螺旋熵减机系统|316|2024-02-10|
|72|[QuintGao/GKNavigationBar](https://github.com/QuintGao/GKNavigationBar)|GKNavigationBarViewController的分类实现耦合度底使用更便捷|315|2024-02-04|
|73|[Faceunity/FULiveDemo](https://github.com/Faceunity/FULiveDemo)|Faceunity 面部跟踪和虚拟道具 SDK 在 iOS 平台中的集成 Demo|296|2024-01-22|
|74|[NodeMedia/NodeMediaClient-iOS](https://github.com/NodeMedia/NodeMediaClient-iOS)|NodeMedia RTMP/RTSP/HTTP Play/Publish Client SDK for iOS|255|2024-01-12|
|75|[Suzhibin/ZBNetworking](https://github.com/Suzhibin/ZBNetworking)| AFNetworking4.X封装 GET/POST /PUT/PATCH /DELETE / UPLOAD /DOWNLOAD 网络请求 添加了缓存机制,插件机制,断点下载,重复请求的处理,取消当前请求等功能.支持iOS,macOS, watchOS, tvOS|235|2024-02-04|
|76|[gaoshilei/MMPlugin](https://github.com/gaoshilei/MMPlugin)|微信自动抢红包、防消息撤回、修改运动步数、朋友圈小视频转发等功能(无需越狱),附微信重签名教程|213|2024-01-21|
|77|[internetWei/LLDynamicLaunchScreen](https://github.com/internetWei/LLDynamicLaunchScreen)|不用更新APP版本即可修改启动图可以使用网络图片自动修复启动图显示异常。|196|2023-12-30|
|78|[chanify/chanify-ios](https://github.com/chanify/chanify-ios)|Chanify is a safe and simple notification tools. This repository is iOS clinet for Chanify.|194|2023-08-12|
|79|[Jacke-xu/WYBasisKit](https://github.com/Jacke-xu/WYBasisKit)|"WYBasisKit" is a toolkit aimed at greatly improving efficiency.|193|2023-12-22|
|80|[midoks/mdserver-mac](https://github.com/midoks/mdserver-mac)|mdserver (mac version, secondary development)|190|2023-11-14|
|81|[zfdang/chinese-lunar-calendar-for-mac](https://github.com/zfdang/chinese-lunar-calendar-for-mac)|Chinese Lunar Calendar for Mac|189|2023-10-25|
|82|[BuglyDevTeam/Bugly-iOS](https://github.com/BuglyDevTeam/Bugly-iOS)|Bugly iOS SDK|183|2023-10-13|
|83|[umeng/React_Native_Compent](https://github.com/umeng/React_Native_Compent)|-|172|2023-10-11|
|84|[GetuiLaboratory/react-native-getui](https://github.com/GetuiLaboratory/react-native-getui)|个推官方提供的推送SDK React Native 插件(支持 Android & iOS|158|2023-12-29|
|85|[openimsdk/open-im-sdk-ios](https://github.com/openimsdk/open-im-sdk-ios)|An OpenIM SDK in Objective-C for iOS|147|2024-02-02|
|86|[TencentCloud/httpdns-sdk-ios](https://github.com/TencentCloud/httpdns-sdk-ios)|智营防劫持SDK|147|2024-01-24|
|87|[l1Dan/NXNavigationExtension](https://github.com/l1Dan/NXNavigationExtension)|🔥 Lightweight, simple, and easy-to-use UINavigationBar library.|146|2024-01-23|
|88|[QuintGao/GKCycleScrollView](https://github.com/QuintGao/GKCycleScrollView)|一个轻量级的自定义轮播图组件|141|2024-01-03|
|89|[DmcSDK/cordova-plugin-mediaPicker](https://github.com/DmcSDK/cordova-plugin-mediaPicker)|cordova android ios mediaPicker support selection of multiple image and video gif ✨ cordova android 和 ios 图片视频选择cordova插件支持多图 视频 gifui类似微信|138|2023-12-25|
|90|[GaoGuohao/GGWkCookie](https://github.com/GaoGuohao/GGWkCookie)|帮助 WKWebView 管理 cookie|133|2023-09-21|
|91|[jiaxiaogang/HELIX_THEORY](https://github.com/jiaxiaogang/HELIX_THEORY)|theory of helix——螺旋熵减机理论|132|2024-02-10|
|92|[CodeGather/flutter_ali_auth](https://github.com/CodeGather/flutter_ali_auth)|阿里云一键登录提供接近原生的参数配置自定义UI界面配置效果详见实例演示图片如果插件对你有帮助请帮忙点亮你的小星星予以支持。|131|2024-01-19|
|93|[liangdahong/AMLeaksFinder](https://github.com/liangdahong/AMLeaksFinder)|A small tool for automatically detecting the [controller, view memory leak] in the project. 一款用于自动检测项目中【控制器内存泄漏View 内存泄漏】的小工具,支持 ObjCSwift。|125|2023-12-07|
|94|[changsanjiang/SJBaseVideoPlayer](https://github.com/changsanjiang/SJBaseVideoPlayer)|video player. rotation, volume, brightness, rate, play, pause, stop, seekToTime, present.|125|2024-01-17|
|95|[WZBbiao/UIView-WZB](https://github.com/WZBbiao/UIView-WZB)|一行代码画一个表格UIView分类可以很简单的画excel表格|125|2024-02-01|
|96|[brightcove/brightcove-player-sdk-ios](https://github.com/brightcove/brightcove-player-sdk-ios)|Brightcove Player SDK for iOS|123|2024-01-03|
|97|[jpush/jverify-flutter-plugin](https://github.com/jpush/jverify-flutter-plugin)|JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件Android & iOS。|111|2024-02-05|
|98|[Meiqia/MeiqiaSDK-iOS](https://github.com/Meiqia/MeiqiaSDK-iOS)|美洽 iOS SDK 3.9.11 面向开发者的 Demo。|111|2024-02-04|
|99|[HansenCCC/YPLaboratory](https://github.com/HansenCCC/YPLaboratory)|iOS技术分享APP图标制作、苹果内购支付、仿微信朋友圈、仿微信图片查看器、防新浪@人、仿支付宝密码弹框、仿发圈、黑科技-无限刷简书知乎流量、标签、js交互+wk、加载网页、自适应cell高度、TableView嵌入播放器防卡顿、定制好看弹框、选择地址、选择时间、选择颜色、导航自定义控制、轮播图、二维码扫描、人脸追踪、自定义相机、身份证拍照、ios播放器、AVPlayer封装、下拉选项弹框、贪吃 ...|108|2024-01-10|
|100|[1015857193/LYAVPlayer](https://github.com/1015857193/LYAVPlayer)|LYAVPlayer视频播放器AVPlayer的封装支持cocoa pods|104|2023-10-11|
|101|[qinqi777/QQCorner](https://github.com/qinqi777/QQCorner)|给 UIView 或 UIImage 高性能添加(之后可以修改)圆角,生成渐变色图片等|93|2023-12-07|
|102|[growingio/growingio-sdk-ios-autotracker](https://github.com/growingio/growingio-sdk-ios-autotracker)|GrowingIO Autotracker 具备自动采集基本的用户行为事件,比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。|87|2024-02-07|
|103|[zhnnnnn/ZHNJSBox](https://github.com/zhnnnnn/ZHNJSBox)|🎮乞丐版JSBoxjs编辑器+js动态化框架|87|2023-08-14|
|104|[rongcloud/callkit-ios](https://github.com/rongcloud/callkit-ios)|Open-source code of RongCloud VoIP Audio/Video UI. 融云音视频通话功能 UI 界面 SDK 开源代码。|86|2024-01-30|
|105|[SilverFruity/oc2mango](https://github.com/SilverFruity/oc2mango)|convert Objective-C to mango script:https://github.com/YPLiang19/Mango|84|2023-11-02|
|106|[91renb/BRKit](https://github.com/91renb/BRKit)|iOS轻量级高效率工具库都是项目中常用的工具分类|75|2023-11-28|
|107|[Xiexingda/XDPagesView](https://github.com/Xiexingda/XDPagesView)|XDPagesView 可添加header的多控制器列表|74|2023-12-18|
|108|[easemob/easeui_ios](https://github.com/easemob/easeui_ios)|-|73|2024-01-30|
|109|[lszzy/FWDebug](https://github.com/lszzy/FWDebug)|iOS调试库支持iOS11+无需添加任何代码方便iOS开发和测试。 iOS debugging library, support for iOS11 +, without adding any code to facilitate iOS development and testing. |70|2023-12-13|
|110|[TencentCloud/libtquic-sdk](https://github.com/TencentCloud/libtquic-sdk)|腾讯TQUIC-跨平台通用QUIC网络库|68|2023-12-15|
|111|[Magic-Unique/IPASigner](https://github.com/Magic-Unique/IPASigner)|A simple, quickly code sign tools.|68|2023-10-27|
|112|[chenxing640/DYFStoreKit](https://github.com/chenxing640/DYFStoreKit)|用于应用内购买的轻量级且易用的iOS库(A lightweight and easy-to-use iOS library for In-App Purchases.)。|67|2023-08-24|
|113|[Devon3818/chihu](https://github.com/Devon3818/chihu)|ionic2-example <吃乎>一款美食app 🍜 ☕️ 🍦 This is a support android and apple ionic2 case, a food app|63|2023-10-10|
|114|[youzan/YouzanMobileSDK-iOS](https://github.com/youzan/YouzanMobileSDK-iOS)|有赞云AppSDK是为移动端应用打造的电商交易系统通过一个SDK便可以在APP内集成有赞提供的整个交易服务。|61|2023-10-26|
|115|[TuSDK/TuSDK-for-iOS-demo](https://github.com/TuSDK/TuSDK-for-iOS-demo)|TuSDK iOS 图像 SDK Demo|61|2023-12-20|
|116|[xxzzddxzd/unitySpeedTools](https://github.com/xxzzddxzd/unitySpeedTools)|iOS越狱端Unity游戏变速加速减速。|59|2023-08-23|
|117|[dvlproad/CJUIKit](https://github.com/dvlproad/CJUIKit)|每个APP都肯定能用到的基础UI控件|59|2023-10-16|
|118|[yoonzm/react-native-ali-onepass](https://github.com/yoonzm/react-native-ali-onepass)|阿里云【本机号码一键登录/本机号码认证】功能react-native库|56|2024-01-04|
|119|[91renb/BRNetwork](https://github.com/91renb/BRNetwork)|网络请求工具类的封装|56|2023-11-28|
|120|[udesk/UdeskSDK-iOS](https://github.com/udesk/UdeskSDK-iOS)|UdeskSDK-iOS|56|2024-02-06|
|121|[openimsdk/open-im-sdk-uniapp](https://github.com/openimsdk/open-im-sdk-uniapp)|即时通讯IM uniapp|55|2023-10-20|
|122|[pili-engineering/QNRTC-iOS](https://github.com/pili-engineering/QNRTC-iOS)|QNRTCKit 是七牛云推出的一款适用于 iOS 平台的实时音视频 SDK提供了包括音视频通话、美颜、滤镜、水印等多种功能提供灵活的接口支持高度定制以及二次开发。|53|2024-01-12|
|123|[QiuChenlyOpenSource/SearchHexCodeInFile](https://github.com/QiuChenlyOpenSource/SearchHexCodeInFile)|编写,测试特征码在文件中的相对位置,以便注入绝对地址。|47|2024-01-10|
|124|[dingpuyu/xiaoji](https://github.com/dingpuyu/xiaoji)|一款根据晨间日记编写的app|44|2023-09-03|
|125|[MacPaw/FMPFeedbackForm](https://github.com/MacPaw/FMPFeedbackForm)|Feedback form for macOS products|43|2024-01-23|
|126|[volcengine/APMInsight_iOS](https://github.com/volcengine/APMInsight_iOS)|-|42|2024-01-11|
|127|[Nidcoco/LVCycleScrollView](https://github.com/Nidcoco/LVCycleScrollView)|图片及文字自动滚动的控件|42|2023-11-07|
|63|[aliyun/aliyun-oss-ios-sdk](https://github.com/aliyun/aliyun-oss-ios-sdk)|iOS SDK for aliyun object storage service|448|2024-02-04|
|64|[qiniu/objc-sdk](https://github.com/qiniu/objc-sdk)|Qiniu Resource (Cloud) Storage Objective-C SDK for Mac/iOS|437|2023-11-27|
|65|[BlinkID/blinkid-ios](https://github.com/BlinkID/blinkid-ios)|Everything you need to add AI-driven ID scanning into your native iOS app.|378|2024-01-26|
|66|[doushiDev/ds_ios](https://github.com/doushiDev/ds_ios)|逗视iOS客户端|352|2023-10-11|
|67|[januslo/react-native-bluetooth-escpos-printer](https://github.com/januslo/react-native-bluetooth-escpos-printer)|React-Native plugin for the bluetooth ESC/POS & TSC printers.|335|2024-01-06|
|68|[muzipiao/GMObjC](https://github.com/muzipiao/GMObjC)|SM2/SM3/SM4/ECDH crypto library based on OpenSSL.|330|2024-01-22|
|69|[SmileZXLee/ZXNavigationBar](https://github.com/SmileZXLee/ZXNavigationBar)|灵活轻量的自定义导航栏导航栏属于控制器view支持导航栏联动一行代码实现【导航栏背景图片设置、导航栏渐变、折叠、修改Item大小和边距、自定义导航栏高度、全屏手势返回、pop拦截、仿系统导航栏历史堆栈】等各种效果|323|2023-09-14|
|70|[jiaxiaogang/he4o](https://github.com/jiaxiaogang/he4o)|HE——螺旋熵减机系统|316|2024-02-11|
|71|[QuintGao/GKNavigationBar](https://github.com/QuintGao/GKNavigationBar)|GKNavigationBarViewController的分类实现耦合度底使用更便捷|315|2024-02-04|
|72|[Faceunity/FULiveDemo](https://github.com/Faceunity/FULiveDemo)|Faceunity 面部跟踪和虚拟道具 SDK 在 iOS 平台中的集成 Demo|296|2024-01-22|
|73|[NodeMedia/NodeMediaClient-iOS](https://github.com/NodeMedia/NodeMediaClient-iOS)|NodeMedia RTMP/RTSP/HTTP Play/Publish Client SDK for iOS|255|2024-01-12|
|74|[Suzhibin/ZBNetworking](https://github.com/Suzhibin/ZBNetworking)| AFNetworking4.X封装 GET/POST /PUT/PATCH /DELETE / UPLOAD /DOWNLOAD 网络请求 添加了缓存机制,插件机制,断点下载,重复请求的处理,取消当前请求等功能.支持iOS,macOS, watchOS, tvOS|235|2024-02-04|
|75|[gaoshilei/MMPlugin](https://github.com/gaoshilei/MMPlugin)|微信自动抢红包、防消息撤回、修改运动步数、朋友圈小视频转发等功能(无需越狱),附微信重签名教程|213|2024-01-21|
|76|[internetWei/LLDynamicLaunchScreen](https://github.com/internetWei/LLDynamicLaunchScreen)|不用更新APP版本即可修改启动图可以使用网络图片自动修复启动图显示异常。|196|2023-12-30|
|77|[Jacke-xu/WYBasisKit](https://github.com/Jacke-xu/WYBasisKit)|"WYBasisKit" is a toolkit aimed at greatly improving efficiency.|193|2023-12-22|
|78|[midoks/mdserver-mac](https://github.com/midoks/mdserver-mac)|mdserver (mac version, secondary development)|190|2023-11-14|
|79|[zfdang/chinese-lunar-calendar-for-mac](https://github.com/zfdang/chinese-lunar-calendar-for-mac)|Chinese Lunar Calendar for Mac|189|2023-10-25|
|80|[BuglyDevTeam/Bugly-iOS](https://github.com/BuglyDevTeam/Bugly-iOS)|Bugly iOS SDK|183|2023-10-13|
|81|[umeng/React_Native_Compent](https://github.com/umeng/React_Native_Compent)|-|172|2023-10-11|
|82|[GetuiLaboratory/react-native-getui](https://github.com/GetuiLaboratory/react-native-getui)|个推官方提供的推送SDK React Native 插件(支持 Android & iOS|158|2023-12-29|
|83|[openimsdk/open-im-sdk-ios](https://github.com/openimsdk/open-im-sdk-ios)|An OpenIM SDK in Objective-C for iOS|147|2024-02-02|
|84|[TencentCloud/httpdns-sdk-ios](https://github.com/TencentCloud/httpdns-sdk-ios)|智营防劫持SDK|147|2024-01-24|
|85|[l1Dan/NXNavigationExtension](https://github.com/l1Dan/NXNavigationExtension)|🔥 Lightweight, simple, and easy-to-use UINavigationBar library.|146|2024-01-23|
|86|[QuintGao/GKCycleScrollView](https://github.com/QuintGao/GKCycleScrollView)|一个轻量级的自定义轮播图组件|141|2024-01-03|
|87|[DmcSDK/cordova-plugin-mediaPicker](https://github.com/DmcSDK/cordova-plugin-mediaPicker)|cordova android ios mediaPicker support selection of multiple image and video gif ✨ cordova android 和 ios 图片视频选择cordova插件支持多图 视频 gifui类似微信|138|2023-12-25|
|88|[GaoGuohao/GGWkCookie](https://github.com/GaoGuohao/GGWkCookie)|帮助 WKWebView 管理 cookie|133|2023-09-21|
|89|[jiaxiaogang/HELIX_THEORY](https://github.com/jiaxiaogang/HELIX_THEORY)|theory of helix——螺旋熵减机理论|132|2024-02-10|
|90|[CodeGather/flutter_ali_auth](https://github.com/CodeGather/flutter_ali_auth)|阿里云一键登录提供接近原生的参数配置自定义UI界面配置效果详见实例演示图片如果插件对你有帮助请帮忙点亮你的小星星予以支持。|131|2024-01-19|
|91|[liangdahong/AMLeaksFinder](https://github.com/liangdahong/AMLeaksFinder)|A small tool for automatically detecting the [controller, view memory leak] in the project. 一款用于自动检测项目中【控制器内存泄漏View 内存泄漏】的小工具,支持 ObjCSwift。|125|2023-12-07|
|92|[changsanjiang/SJBaseVideoPlayer](https://github.com/changsanjiang/SJBaseVideoPlayer)|video player. rotation, volume, brightness, rate, play, pause, stop, seekToTime, present.|125|2024-01-17|
|93|[WZBbiao/UIView-WZB](https://github.com/WZBbiao/UIView-WZB)|一行代码画一个表格UIView分类可以很简单的画excel表格|125|2024-02-01|
|94|[nickcheng/NCChineseConverter](https://github.com/nickcheng/NCChineseConverter)|NCChineseConverter 是一个基于 Objective-C 的中文简繁正转换库.|124|2024-02-11|
|95|[brightcove/brightcove-player-sdk-ios](https://github.com/brightcove/brightcove-player-sdk-ios)|Brightcove Player SDK for iOS|123|2024-01-03|
|96|[jpush/jverify-flutter-plugin](https://github.com/jpush/jverify-flutter-plugin)|JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件Android & iOS。|111|2024-02-05|
|97|[Meiqia/MeiqiaSDK-iOS](https://github.com/Meiqia/MeiqiaSDK-iOS)|美洽 iOS SDK 3.9.11 面向开发者的 Demo。|111|2024-02-04|
|98|[HansenCCC/YPLaboratory](https://github.com/HansenCCC/YPLaboratory)|iOS技术分享APP图标制作、苹果内购支付、仿微信朋友圈、仿微信图片查看器、防新浪@人、仿支付宝密码弹框、仿发圈、黑科技-无限刷简书知乎流量、标签、js交互+wk、加载网页、自适应cell高度、TableView嵌入播放器防卡顿、定制好看弹框、选择地址、选择时间、选择颜色、导航自定义控制、轮播图、二维码扫描、人脸追踪、自定义相机、身份证拍照、ios播放器、AVPlayer封装、下拉选项弹框、贪吃 ...|108|2024-01-10|
|99|[1015857193/LYAVPlayer](https://github.com/1015857193/LYAVPlayer)|LYAVPlayer视频播放器AVPlayer的封装支持cocoa pods|104|2023-10-11|
|100|[qinqi777/QQCorner](https://github.com/qinqi777/QQCorner)|给 UIView 或 UIImage 高性能添加(之后可以修改)圆角,生成渐变色图片等|93|2023-12-07|
|101|[growingio/growingio-sdk-ios-autotracker](https://github.com/growingio/growingio-sdk-ios-autotracker)|GrowingIO Autotracker 具备自动采集基本的用户行为事件,比如访问和行为数据等。目前支持代码埋点、无埋点、可视化圈选、热图等功能。|87|2024-02-07|
|102|[zhnnnnn/ZHNJSBox](https://github.com/zhnnnnn/ZHNJSBox)|🎮乞丐版JSBoxjs编辑器+js动态化框架|87|2023-08-14|
|103|[rongcloud/callkit-ios](https://github.com/rongcloud/callkit-ios)|Open-source code of RongCloud VoIP Audio/Video UI. 融云音视频通话功能 UI 界面 SDK 开源代码。|86|2024-01-30|
|104|[SilverFruity/oc2mango](https://github.com/SilverFruity/oc2mango)|convert Objective-C to mango script:https://github.com/YPLiang19/Mango|84|2023-11-02|
|105|[91renb/BRKit](https://github.com/91renb/BRKit)|iOS轻量级高效率工具库都是项目中常用的工具分类|75|2023-11-28|
|106|[Xiexingda/XDPagesView](https://github.com/Xiexingda/XDPagesView)|XDPagesView 可添加header的多控制器列表|74|2023-12-18|
|107|[easemob/easeui_ios](https://github.com/easemob/easeui_ios)|-|73|2024-01-30|
|108|[lszzy/FWDebug](https://github.com/lszzy/FWDebug)|iOS调试库支持iOS11+无需添加任何代码方便iOS开发和测试。 iOS debugging library, support for iOS11 +, without adding any code to facilitate iOS development and testing. |71|2023-12-13|
|109|[TencentCloud/libtquic-sdk](https://github.com/TencentCloud/libtquic-sdk)|腾讯TQUIC-跨平台通用QUIC网络库|68|2023-12-15|
|110|[Magic-Unique/IPASigner](https://github.com/Magic-Unique/IPASigner)|A simple, quickly code sign tools.|68|2023-10-27|
|111|[chenxing640/DYFStoreKit](https://github.com/chenxing640/DYFStoreKit)|用于应用内购买的轻量级且易用的iOS库(A lightweight and easy-to-use iOS library for In-App Purchases.)。|67|2023-08-24|
|112|[Devon3818/chihu](https://github.com/Devon3818/chihu)|ionic2-example <吃乎>一款美食app 🍜 ☕️ 🍦 This is a support android and apple ionic2 case, a food app|63|2023-10-10|
|113|[youzan/YouzanMobileSDK-iOS](https://github.com/youzan/YouzanMobileSDK-iOS)|有赞云AppSDK是为移动端应用打造的电商交易系统通过一个SDK便可以在APP内集成有赞提供的整个交易服务。|61|2023-10-26|
|114|[TuSDK/TuSDK-for-iOS-demo](https://github.com/TuSDK/TuSDK-for-iOS-demo)|TuSDK iOS 图像 SDK Demo|61|2023-12-20|
|115|[xxzzddxzd/unitySpeedTools](https://github.com/xxzzddxzd/unitySpeedTools)|iOS越狱端Unity游戏变速加速减速。|59|2023-08-23|
|116|[dvlproad/CJUIKit](https://github.com/dvlproad/CJUIKit)|每个APP都肯定能用到的基础UI控件|59|2023-10-16|
|117|[yoonzm/react-native-ali-onepass](https://github.com/yoonzm/react-native-ali-onepass)|阿里云【本机号码一键登录/本机号码认证】功能react-native库|56|2024-01-04|
|118|[91renb/BRNetwork](https://github.com/91renb/BRNetwork)|网络请求工具类的封装|56|2023-11-28|
|119|[udesk/UdeskSDK-iOS](https://github.com/udesk/UdeskSDK-iOS)|UdeskSDK-iOS|56|2024-02-06|
|120|[openimsdk/open-im-sdk-uniapp](https://github.com/openimsdk/open-im-sdk-uniapp)|即时通讯IM uniapp|55|2023-10-20|
|121|[pili-engineering/QNRTC-iOS](https://github.com/pili-engineering/QNRTC-iOS)|QNRTCKit 是七牛云推出的一款适用于 iOS 平台的实时音视频 SDK提供了包括音视频通话、美颜、滤镜、水印等多种功能提供灵活的接口支持高度定制以及二次开发。|53|2024-01-12|
|122|[QiuChenlyOpenSource/SearchHexCodeInFile](https://github.com/QiuChenlyOpenSource/SearchHexCodeInFile)|编写,测试特征码在文件中的相对位置,以便注入绝对地址。|47|2024-01-10|
|123|[dingpuyu/xiaoji](https://github.com/dingpuyu/xiaoji)|一款根据晨间日记编写的app|44|2023-09-03|
|124|[MacPaw/FMPFeedbackForm](https://github.com/MacPaw/FMPFeedbackForm)|Feedback form for macOS products|43|2024-01-23|
|125|[volcengine/APMInsight_iOS](https://github.com/volcengine/APMInsight_iOS)|-|42|2024-01-11|
|126|[Nidcoco/LVCycleScrollView](https://github.com/Nidcoco/LVCycleScrollView)|图片及文字自动滚动的控件|42|2023-11-07|
|127|[marlkiller/dylib_dobby_hook](https://github.com/marlkiller/dylib_dobby_hook)|该项目是一个集成了 Dobby Hook 框架的 macOS dylib 项目,通过使用 Dobby Hook 框架实现对应用程序的钩子函数,以实现跨平台破解软件的效果。|39|2024-02-02|
|128|[polyv/polyv-ios-vod-sdk](https://github.com/polyv/polyv-ios-vod-sdk)|保利威 iOS 点播 SDK Demo|39|2024-01-05|
|129|[marlkiller/dylib_dobby_hook](https://github.com/marlkiller/dylib_dobby_hook)|该项目是一个集成了 Dobby Hook 框架的 macOS dylib 项目,通过使用 Dobby Hook 框架实现对应用程序的钩子函数,以实现跨平台破解软件的效果。|38|2024-02-02|
|130|[yanshuimu/MangoFixUtil](https://github.com/yanshuimu/MangoFixUtil)|It's the secondary encapsulation of the MangoFix.|38|2024-02-01|
|131|[coderZhou10496/SelectCityDemo](https://github.com/coderZhou10496/SelectCityDemo)|城市选择界面|36|2023-11-03|
|132|[netease-kit/NEVideoCall-1to1](https://github.com/netease-kit/NEVideoCall-1to1)|网易云信新一代音视频SDK场景方案开源项目包含基础场景如一对一音视频通话、多人音视频通话社交娱乐场景如多人语音聊天室、PK直播等|35|2023-12-13|
|133|[sensorsdata/react-native-sensors-analytics](https://github.com/sensorsdata/react-native-sensors-analytics)|神策分析 SDK RN 组件 iOS & Android|35|2023-10-10|
|134|[Xezun/XZMocoa](https://github.com/Xezun/XZMocoa)|iOS MVVM 基础框架|34|2023-08-30|
|135|[wildfirechat/wfc_flutter_plugins](https://github.com/wildfirechat/wfc_flutter_plugins)|野火flutter插件包含即时通讯和实时音视频插件|34|2024-02-01|
|136|[netease-kit/NEMeeting](https://github.com/netease-kit/NEMeeting)|网易会议是基于网易云信自主研发的新一代云信音视频SDKG2提供的视频会议组件化产品支持直接下载使用也支持基于SDK将网易会议以组件的方式集成到自己的应用中。本项目提供网易会议产品手册、开发文档、示例项目等相关内容。|33|2024-02-03|
|137|[gizwits/cordova-gizwits-scan-qrcode](https://github.com/gizwits/cordova-gizwits-scan-qrcode)|cordova扫码插件|33|2023-09-11|
|138|[tencentyun/qcloud-sdk-ios](https://github.com/tencentyun/qcloud-sdk-ios)|腾讯云服务iOS终端SDK|33|2024-02-01|
|139|[a289459798/react-native-mipush](https://github.com/a289459798/react-native-mipush)|-|33|2024-01-23|
|140|[GetuiLaboratory/getui-sdk-ios-cocoapods](https://github.com/GetuiLaboratory/getui-sdk-ios-cocoapods)|个推官方提供的推送SDK CocoaPods 集成库iOS平台 |31|2024-01-31|
|141|[netease-kit/WisdomEducation](https://github.com/netease-kit/WisdomEducation)|智慧云课堂是网易云信提供的在线互动课堂场景解决方案,基于在线教育场景提供多种课堂模式实践。专为线上课堂场景打造,覆盖多种班型的教学场景、全终端的接入能力,支持课程录制、白板互动、课程活跃度分析等远程课堂功能。在实现云课堂实时互动功能的基础上,还支持业务功能的灵活扩展,帮助您快速上线专属互动教学平台。|30|2024-01-31|
|142|[KeenTeam1990/KTAudioSoundWave](https://github.com/KeenTeam1990/KTAudioSoundWave)|🍐KTSoundWave-根据语音绘制波浪动画,录音波形图及分贝检测|30|2023-08-31|
|143|[JDongKhan/JDRouter](https://github.com/JDongKhan/JDRouter)|iOS路由根据MGJRouter修改、完善的方案还有一个类Spring注解配置的简易方案|29|2023-11-30|
|144|[BlackStarLang/BSFramework](https://github.com/BlackStarLang/BSFramework)|多功能 framework持续集成中。已开发pod组件图片、视频选择器、图片视频预览控件、自定义相机拍照+拍摄 3D轮播图 + iOS功能点学习如 runloop、runtime、多线程、AutoreleasePool、DynamicBehavior 等等)|28|2023-12-06|
|145|[GDTMobSDK/GDTMobSDK-iOS](https://github.com/GDTMobSDK/GDTMobSDK-iOS)|优量汇(广点通)官方-sdk-demo - iOS 标准版|28|2024-01-20|
|146|[idnow/de.idnow.ios](https://github.com/idnow/de.idnow.ios)|IDnow Video Ident iOS SDK + Sample App|28|2024-01-19|
|147|[netless-io/Whiteboard-iOS](https://github.com/netless-io/Whiteboard-iOS)|Whiteboard|27|2024-02-05|
|148|[ThinkingDataAnalytics/unity-sdk](https://github.com/ThinkingDataAnalytics/unity-sdk)|ThinkingData SDK for Unity|26|2024-02-07|
|149|[jpush/jverification-hbuilder-plugin](https://github.com/jpush/jverification-hbuilder-plugin)|极光认证官方支持的 hbuilder 插件Android & iOS|24|2023-11-24|
|150|[BBC6BAE9/ViaBus](https://github.com/BBC6BAE9/ViaBus)|A delightful event bus for iOS|24|2023-11-29|
|151|[QuintGao/GKVideoScrollView](https://github.com/QuintGao/GKVideoScrollView)|iOS仿抖音等上下滑动切换视图使用方式类似UITableView支持不同cell切换|23|2024-01-15|
|152|[nongshifu/Bsphp-des3_vi-UDID](https://github.com/nongshifu/Bsphp-des3_vi-UDID)|Bsphp-绑定UDID|23|2024-01-21|
|153|[TangSengDaoDao/TangSengDaoDaoiOS](https://github.com/TangSengDaoDao/TangSengDaoDaoiOS)|唐僧叨叨即时通讯(im) iOS 端|21|2023-12-21|
|154|[zhahao/HGTransitionAnimator](https://github.com/zhahao/HGTransitionAnimator)|简单易用的控制器之间的转场动画。|21|2023-08-29|
|155|[DNSPod/httpdns-sdk-ios](https://github.com/DNSPod/httpdns-sdk-ios)|iOS 平台 httpdns sdk 源码|20|2024-01-24|
|156|[zxinsunshine/NinePatchKit](https://github.com/zxinsunshine/NinePatchKit)|A ninepatch image render framework for iOS and MacOS|19|2024-01-02|
|157|[easemob/chat-ios](https://github.com/easemob/chat-ios)|-|19|2024-01-31|
|158|[guoguangtao/YXCTool](https://github.com/guoguangtao/YXCTool)|日常开发中一些用得到的代码整理|19|2023-12-25|
|159|[GuanceCloud/datakit-ios](https://github.com/GuanceCloud/datakit-ios)|DataKit ios app|18|2024-02-05|
|160|[blinkcard/blinkcard-ios](https://github.com/blinkcard/blinkcard-ios)|SDK for scanning and OCR of credit or payment cards. Contains native iOS SDK, code samples and documentation.|18|2024-01-18|
|161|[wigl/BackgroundLocationDemo](https://github.com/wigl/BackgroundLocationDemo)|iOS后台、被用户强制退出依然可以进行定位的Demo具体请查看 http://wigl.github.io/2015/08/28/ios_location_introduction/|18|2024-02-01|
|162|[jumperb/HAccess](https://github.com/jumperb/HAccess)|this a a middle layer between rude data (local datanetworking data) and biz or controller|18|2024-01-10|
|163|[gu0315/YYLabelCopy](https://github.com/gu0315/YYLabelCopy)|YYLabe添加复制,选中高亮,取消高亮|17|2024-01-18|
|164|[wangyingbo/SparkDemo](https://github.com/wangyingbo/SparkDemo)|烟花效果|17|2023-10-10|
|165|[tencentyun/iot-link-ios](https://github.com/tencentyun/iot-link-ios)|IoT 应用端 App & SDK|16|2024-02-01|
|166|[chenxing640/DYFCodeScanner](https://github.com/chenxing640/DYFCodeScanner)|一个简单的二维码和条码扫描器,有一套自定义的扫描动画以及界面,支持相机缩放,还可以生成和识别二维码。(A simple QR code and barcode scanner, which has a set of custom scanning animation and interface, supports camera zooming, and can generate and ident ...|16|2023-12-10|
|167|[YolandaQingniu/sdk-ios-demo](https://github.com/YolandaQingniu/sdk-ios-demo)|-|16|2024-02-01|
|168|[Dengni8023/JGSourceBase](https://github.com/Dengni8023/JGSourceBase)|JGSourceCode通用功能模块iOS项目常用功能UIAlertController、Reachability、Loading-HUD、Toast-HUD自定义安全键盘。|16|2024-02-04|
|169|[finogeeks/react-native-mopsdk](https://github.com/finogeeks/react-native-mopsdk)|FinClip React SDK 插件,用于 RN 环境中 API 与组件调用 / React SDK for FinClip|15|2024-01-30|
|170|[yanjixiang/videoandpicture](https://github.com/yanjixiang/videoandpicture)|视频图片轮播|15|2023-08-29|
|171|[KeenTeam1990/ZJUIKitTool](https://github.com/KeenTeam1990/ZJUIKitTool)|🍎MVVM模式设计的图文混排评论列表简单可随意更改的筛选视图后期会不断完善以及各个控件的封装Block回调可以简单快速创建和使用Masonry布局以及实现方法。还包括许多工具类的封装|15|2023-08-15|
|172|[QuintGao/GKSliderView](https://github.com/QuintGao/GKSliderView)|iOS - 自定义一个滑杆控件|15|2023-09-04|
|173|[polyv/polyv-ios-livescenes-sdk-demo](https://github.com/polyv/polyv-ios-livescenes-sdk-demo)|保利威 iOS 多场景 Demo|14|2024-01-31|
|174|[yegail/SGPlayer-iOS](https://github.com/yegail/SGPlayer-iOS)|SGPlayer-iOS删除了ffmpeg部分直接使用avplayer播放VR视频|14|2023-11-15|
|175|[KeenTeam1990/KTHotels](https://github.com/KeenTeam1990/KTHotels)|🍒开源项目-住哪儿 实现了类似艺龙App的预定酒店功能包括酒店搜索、特色酒店推荐、特惠酒店推荐等等功能可以预定酒店、查看订单|14|2023-09-15|
|176|[loyalwind/WJLicensePlateKeyboard](https://github.com/loyalwind/WJLicensePlateKeyboard)|自定义的车牌号码输入键盘|14|2023-11-08|
|177|[debugly/SCJSONUtil](https://github.com/debugly/SCJSONUtil)|轻量、方便的 JSON 和 Model 互转框架,支持 iOS/macOS 平台|14|2023-09-20|
|178|[muyang520/IOS_code](https://github.com/muyang520/IOS_code)|iOS逆向代码|13|2023-10-13|
|179|[Kennytian/meiqia-react-native](https://github.com/Kennytian/meiqia-react-native)|MeiQia SDK component for React Native|13|2023-10-21|
|180|[xjh093/JHNoDataEmptyView](https://github.com/xjh093/JHNoDataEmptyView)|empty view for tableview and collectionview空白页占位图|13|2023-10-13|
|181|[mengxianliang/XLUIFont](https://github.com/mengxianliang/XLUIFont)|iOS 系统字体预览|13|2023-10-31|
|182|[biyuhuaping/VideoDemo](https://github.com/biyuhuaping/VideoDemo)|使用SCRecorder类似于美拍可以录制视频截取本地视频制作、导出|13|2024-01-12|
|183|[ZBNever/WallPaper](https://github.com/ZBNever/WallPaper)|一个完整的墙纸应用,各种高清壁纸|13|2024-02-05|
|184|[fanxiangyang/FanKit](https://github.com/fanxiangyang/FanKit)|A Cocoa Tool Kit of iOS components pod 'FanKit','~>x.x.x'|13|2023-11-20|
|185|[253CL/CLShanYan_Flutter](https://github.com/253CL/CLShanYan_Flutter)|闪验Flutter使用示例|12|2023-12-19|
|186|[MayXiaoYang/LQProStandardView](https://github.com/MayXiaoYang/LQProStandardView)|一个关于商品规格选择的View|12|2023-10-20|
|187|[OpenInstall/openinstall-react-native](https://github.com/OpenInstall/openinstall-react-native)|-|12|2023-11-21|
|188|[253CL/flash_iOS](https://github.com/253CL/flash_iOS)|闪验iOS SDK|12|2023-12-15|
|189|[yownyang/YYNavigation](https://github.com/yownyang/YYNavigation)|一行代码搞定自定义NavigationController|12|2024-02-06|
|190|[Faceunity/FUTRTCDemo](https://github.com/Faceunity/FUTRTCDemo)|腾讯实时音视频对接示例|11|2024-01-05|
|191|[RANSAA/TKPermissionKit](https://github.com/RANSAA/TKPermissionKit)|一款好用的iOS权限请求与检测工具。iOS system privacy permission check tools.|11|2023-09-21|
|192|[bairuitech/anychat](https://github.com/bairuitech/anychat)|开源代码|11|2023-11-09|
|193|[hi-dhl/HarmonyPractice](https://github.com/hi-dhl/HarmonyPractice)|这个仓库主要用于演示 ArkTS 语法和 鸿蒙组件的使用,以及鸿蒙的实战项目|10|2024-01-28|
|194|[PEPDigitalPublishing/PEPReaderSDK](https://github.com/PEPDigitalPublishing/PEPReaderSDK)|人教点读SDK新仓库|10|2023-12-15|
|195|[wangyingbo/YBOrientationToolDemo](https://github.com/wangyingbo/YBOrientationToolDemo)|横竖屏切换工具|10|2023-12-21|
|196|[Bytedesk/bytedesk-ios](https://github.com/Bytedesk/bytedesk-ios)|致力于提供稳定、可扩展、定制化的客户服务一站式协作平台|10|2023-09-02|
|197|[Liya86/LYUIExposureManager](https://github.com/Liya86/LYUIExposureManager)|监听普通UIView曝光的框架|10|2023-10-10|
|198|[Jonas-o/CCExcelView](https://github.com/Jonas-o/CCExcelView)|iOS ExcelView 自定义表格,支持设置左右向锁住的列数,支持列排序(排序规则自己实现),支持设置topView支持列表背景色支持设置整行还是单元格点击的点击色|10|2023-08-17|
|199|[Faceunity/FUNIMDemo](https://github.com/Faceunity/FUNIMDemo)|FUNIMDemo 是集成了 Faceunity 面部跟踪和虚拟道具功能 和 网易云信视频通话功能的 Demo。 本文是 FaceUnity SDK 快速对接网易云信的导读说明,关于 FaceUnity SDK 的更多详细说明,请参看 FULiveDemo|10|2023-08-21|
|200|[yidun/alive-detected-iOS-demo](https://github.com/yidun/alive-detected-iOS-demo)|活体检测demo&framework|9|2023-12-25|
|129|[yanshuimu/MangoFixUtil](https://github.com/yanshuimu/MangoFixUtil)|It's the secondary encapsulation of the MangoFix.|38|2024-02-01|
|130|[coderZhou10496/SelectCityDemo](https://github.com/coderZhou10496/SelectCityDemo)|城市选择界面|36|2023-11-03|
|131|[netease-kit/NEVideoCall-1to1](https://github.com/netease-kit/NEVideoCall-1to1)|网易云信新一代音视频SDK场景方案开源项目包含基础场景如一对一音视频通话、多人音视频通话社交娱乐场景如多人语音聊天室、PK直播等|35|2023-12-13|
|132|[sensorsdata/react-native-sensors-analytics](https://github.com/sensorsdata/react-native-sensors-analytics)|神策分析 SDK RN 组件 iOS & Android|35|2023-10-10|
|133|[Xezun/XZMocoa](https://github.com/Xezun/XZMocoa)|iOS MVVM 基础框架|34|2023-08-30|
|134|[wildfirechat/wfc_flutter_plugins](https://github.com/wildfirechat/wfc_flutter_plugins)|野火flutter插件包含即时通讯和实时音视频插件|34|2024-02-01|
|135|[netease-kit/NEMeeting](https://github.com/netease-kit/NEMeeting)|网易会议是基于网易云信自主研发的新一代云信音视频SDKG2提供的视频会议组件化产品支持直接下载使用也支持基于SDK将网易会议以组件的方式集成到自己的应用中。本项目提供网易会议产品手册、开发文档、示例项目等相关内容。|33|2024-02-03|
|136|[gizwits/cordova-gizwits-scan-qrcode](https://github.com/gizwits/cordova-gizwits-scan-qrcode)|cordova扫码插件|33|2023-09-11|
|137|[tencentyun/qcloud-sdk-ios](https://github.com/tencentyun/qcloud-sdk-ios)|腾讯云服务iOS终端SDK|33|2024-02-01|
|138|[a289459798/react-native-mipush](https://github.com/a289459798/react-native-mipush)|-|33|2024-01-23|
|139|[GetuiLaboratory/getui-sdk-ios-cocoapods](https://github.com/GetuiLaboratory/getui-sdk-ios-cocoapods)|个推官方提供的推送SDK CocoaPods 集成库iOS平台 |31|2024-01-31|
|140|[netease-kit/WisdomEducation](https://github.com/netease-kit/WisdomEducation)|智慧云课堂是网易云信提供的在线互动课堂场景解决方案,基于在线教育场景提供多种课堂模式实践。专为线上课堂场景打造,覆盖多种班型的教学场景、全终端的接入能力,支持课程录制、白板互动、课程活跃度分析等远程课堂功能。在实现云课堂实时互动功能的基础上,还支持业务功能的灵活扩展,帮助您快速上线专属互动教学平台。|30|2024-01-31|
|141|[KeenTeam1990/KTAudioSoundWave](https://github.com/KeenTeam1990/KTAudioSoundWave)|🍐KTSoundWave-根据语音绘制波浪动画,录音波形图及分贝检测|30|2023-08-31|
|142|[JDongKhan/JDRouter](https://github.com/JDongKhan/JDRouter)|iOS路由根据MGJRouter修改、完善的方案还有一个类Spring注解配置的简易方案|29|2023-11-30|
|143|[BlackStarLang/BSFramework](https://github.com/BlackStarLang/BSFramework)|多功能 framework持续集成中。已开发pod组件图片、视频选择器、图片视频预览控件、自定义相机拍照+拍摄 3D轮播图 + iOS功能点学习如 runloop、runtime、多线程、AutoreleasePool、DynamicBehavior 等等)|28|2023-12-06|
|144|[GDTMobSDK/GDTMobSDK-iOS](https://github.com/GDTMobSDK/GDTMobSDK-iOS)|优量汇(广点通)官方-sdk-demo - iOS 标准版|28|2024-01-20|
|145|[idnow/de.idnow.ios](https://github.com/idnow/de.idnow.ios)|IDnow Video Ident iOS SDK + Sample App|28|2024-01-19|
|146|[netless-io/Whiteboard-iOS](https://github.com/netless-io/Whiteboard-iOS)|Whiteboard|27|2024-02-05|
|147|[ThinkingDataAnalytics/unity-sdk](https://github.com/ThinkingDataAnalytics/unity-sdk)|ThinkingData SDK for Unity|26|2024-02-07|
|148|[jpush/jverification-hbuilder-plugin](https://github.com/jpush/jverification-hbuilder-plugin)|极光认证官方支持的 hbuilder 插件Android & iOS|24|2023-11-24|
|149|[BBC6BAE9/ViaBus](https://github.com/BBC6BAE9/ViaBus)|A delightful event bus for iOS|24|2023-11-29|
|150|[QuintGao/GKVideoScrollView](https://github.com/QuintGao/GKVideoScrollView)|iOS仿抖音等上下滑动切换视图使用方式类似UITableView支持不同cell切换|23|2024-01-15|
|151|[nongshifu/Bsphp-des3_vi-UDID](https://github.com/nongshifu/Bsphp-des3_vi-UDID)|Bsphp-绑定UDID|23|2024-01-21|
|152|[TangSengDaoDao/TangSengDaoDaoiOS](https://github.com/TangSengDaoDao/TangSengDaoDaoiOS)|唐僧叨叨即时通讯(im) iOS 端|21|2023-12-21|
|153|[zhahao/HGTransitionAnimator](https://github.com/zhahao/HGTransitionAnimator)|简单易用的控制器之间的转场动画。|21|2023-08-29|
|154|[DNSPod/httpdns-sdk-ios](https://github.com/DNSPod/httpdns-sdk-ios)|iOS 平台 httpdns sdk 源码|20|2024-01-24|
|155|[zxinsunshine/NinePatchKit](https://github.com/zxinsunshine/NinePatchKit)|A ninepatch image render framework for iOS and MacOS|19|2024-01-02|
|156|[easemob/chat-ios](https://github.com/easemob/chat-ios)|-|19|2024-01-31|
|157|[guoguangtao/YXCTool](https://github.com/guoguangtao/YXCTool)|日常开发中一些用得到的代码整理|19|2023-12-25|
|158|[GuanceCloud/datakit-ios](https://github.com/GuanceCloud/datakit-ios)|DataKit ios app|18|2024-02-05|
|159|[blinkcard/blinkcard-ios](https://github.com/blinkcard/blinkcard-ios)|SDK for scanning and OCR of credit or payment cards. Contains native iOS SDK, code samples and documentation.|18|2024-01-18|
|160|[wigl/BackgroundLocationDemo](https://github.com/wigl/BackgroundLocationDemo)|iOS后台、被用户强制退出依然可以进行定位的Demo具体请查看 http://wigl.github.io/2015/08/28/ios_location_introduction/|18|2024-02-01|
|161|[jumperb/HAccess](https://github.com/jumperb/HAccess)|this a a middle layer between rude data (local datanetworking data) and biz or controller|18|2024-01-10|
|162|[gu0315/YYLabelCopy](https://github.com/gu0315/YYLabelCopy)|YYLabe添加复制,选中高亮,取消高亮|17|2024-01-18|
|163|[wangyingbo/SparkDemo](https://github.com/wangyingbo/SparkDemo)|烟花效果|17|2023-10-10|
|164|[tencentyun/iot-link-ios](https://github.com/tencentyun/iot-link-ios)|IoT 应用端 App & SDK|16|2024-02-01|
|165|[chenxing640/DYFCodeScanner](https://github.com/chenxing640/DYFCodeScanner)|一个简单的二维码和条码扫描器,有一套自定义的扫描动画以及界面,支持相机缩放,还可以生成和识别二维码。(A simple QR code and barcode scanner, which has a set of custom scanning animation and interface, supports camera zooming, and can generate and ident ...|16|2023-12-10|
|166|[YolandaQingniu/sdk-ios-demo](https://github.com/YolandaQingniu/sdk-ios-demo)|-|16|2024-02-01|
|167|[Dengni8023/JGSourceBase](https://github.com/Dengni8023/JGSourceBase)|JGSourceCode通用功能模块iOS项目常用功能UIAlertController、Reachability、Loading-HUD、Toast-HUD自定义安全键盘。|16|2024-02-04|
|168|[finogeeks/react-native-mopsdk](https://github.com/finogeeks/react-native-mopsdk)|FinClip React SDK 插件,用于 RN 环境中 API 与组件调用 / React SDK for FinClip|15|2024-01-30|
|169|[yanjixiang/videoandpicture](https://github.com/yanjixiang/videoandpicture)|视频图片轮播|15|2023-08-29|
|170|[KeenTeam1990/ZJUIKitTool](https://github.com/KeenTeam1990/ZJUIKitTool)|🍎MVVM模式设计的图文混排评论列表简单可随意更改的筛选视图后期会不断完善以及各个控件的封装Block回调可以简单快速创建和使用Masonry布局以及实现方法。还包括许多工具类的封装|15|2023-08-15|
|171|[QuintGao/GKSliderView](https://github.com/QuintGao/GKSliderView)|iOS - 自定义一个滑杆控件|15|2023-09-04|
|172|[polyv/polyv-ios-livescenes-sdk-demo](https://github.com/polyv/polyv-ios-livescenes-sdk-demo)|保利威 iOS 多场景 Demo|14|2024-01-31|
|173|[yegail/SGPlayer-iOS](https://github.com/yegail/SGPlayer-iOS)|SGPlayer-iOS删除了ffmpeg部分直接使用avplayer播放VR视频|14|2023-11-15|
|174|[KeenTeam1990/KTHotels](https://github.com/KeenTeam1990/KTHotels)|🍒开源项目-住哪儿 实现了类似艺龙App的预定酒店功能包括酒店搜索、特色酒店推荐、特惠酒店推荐等等功能可以预定酒店、查看订单|14|2023-09-15|
|175|[loyalwind/WJLicensePlateKeyboard](https://github.com/loyalwind/WJLicensePlateKeyboard)|自定义的车牌号码输入键盘|14|2023-11-08|
|176|[debugly/SCJSONUtil](https://github.com/debugly/SCJSONUtil)|轻量、方便的 JSON 和 Model 互转框架,支持 iOS/macOS 平台|14|2023-09-20|
|177|[muyang520/IOS_code](https://github.com/muyang520/IOS_code)|iOS逆向代码|13|2023-10-13|
|178|[Kennytian/meiqia-react-native](https://github.com/Kennytian/meiqia-react-native)|MeiQia SDK component for React Native|13|2023-10-21|
|179|[xjh093/JHNoDataEmptyView](https://github.com/xjh093/JHNoDataEmptyView)|empty view for tableview and collectionview空白页占位图|13|2023-10-13|
|180|[mengxianliang/XLUIFont](https://github.com/mengxianliang/XLUIFont)|iOS 系统字体预览|13|2023-10-31|
|181|[biyuhuaping/VideoDemo](https://github.com/biyuhuaping/VideoDemo)|使用SCRecorder类似于美拍可以录制视频截取本地视频制作、导出|13|2024-01-12|
|182|[ZBNever/WallPaper](https://github.com/ZBNever/WallPaper)|一个完整的墙纸应用,各种高清壁纸|13|2024-02-05|
|183|[fanxiangyang/FanKit](https://github.com/fanxiangyang/FanKit)|A Cocoa Tool Kit of iOS components pod 'FanKit','~>x.x.x'|13|2023-11-20|
|184|[253CL/CLShanYan_Flutter](https://github.com/253CL/CLShanYan_Flutter)|闪验Flutter使用示例|12|2023-12-19|
|185|[MayXiaoYang/LQProStandardView](https://github.com/MayXiaoYang/LQProStandardView)|一个关于商品规格选择的View|12|2023-10-20|
|186|[OpenInstall/openinstall-react-native](https://github.com/OpenInstall/openinstall-react-native)|-|12|2023-11-21|
|187|[253CL/flash_iOS](https://github.com/253CL/flash_iOS)|闪验iOS SDK|12|2023-12-15|
|188|[yownyang/YYNavigation](https://github.com/yownyang/YYNavigation)|一行代码搞定自定义NavigationController|12|2024-02-06|
|189|[Faceunity/FUTRTCDemo](https://github.com/Faceunity/FUTRTCDemo)|腾讯实时音视频对接示例|11|2024-01-05|
|190|[RANSAA/TKPermissionKit](https://github.com/RANSAA/TKPermissionKit)|一款好用的iOS权限请求与检测工具。iOS system privacy permission check tools.|11|2023-09-21|
|191|[bairuitech/anychat](https://github.com/bairuitech/anychat)|开源代码|11|2023-11-09|
|192|[hi-dhl/HarmonyPractice](https://github.com/hi-dhl/HarmonyPractice)|这个仓库主要用于演示 ArkTS 语法和 鸿蒙组件的使用,以及鸿蒙的实战项目|10|2024-01-28|
|193|[PEPDigitalPublishing/PEPReaderSDK](https://github.com/PEPDigitalPublishing/PEPReaderSDK)|人教点读SDK新仓库|10|2023-12-15|
|194|[wangyingbo/YBOrientationToolDemo](https://github.com/wangyingbo/YBOrientationToolDemo)|横竖屏切换工具|10|2023-12-21|
|195|[Bytedesk/bytedesk-ios](https://github.com/Bytedesk/bytedesk-ios)|致力于提供稳定、可扩展、定制化的客户服务一站式协作平台|10|2023-09-02|
|196|[Liya86/LYUIExposureManager](https://github.com/Liya86/LYUIExposureManager)|监听普通UIView曝光的框架|10|2023-10-10|
|197|[Jonas-o/CCExcelView](https://github.com/Jonas-o/CCExcelView)|iOS ExcelView 自定义表格,支持设置左右向锁住的列数,支持列排序(排序规则自己实现),支持设置topView支持列表背景色支持设置整行还是单元格点击的点击色|10|2023-08-17|
|198|[Faceunity/FUNIMDemo](https://github.com/Faceunity/FUNIMDemo)|FUNIMDemo 是集成了 Faceunity 面部跟踪和虚拟道具功能 和 网易云信视频通话功能的 Demo。 本文是 FaceUnity SDK 快速对接网易云信的导读说明,关于 FaceUnity SDK 的更多详细说明,请参看 FULiveDemo|10|2023-08-21|
|199|[yidun/alive-detected-iOS-demo](https://github.com/yidun/alive-detected-iOS-demo)|活体检测demo&framework|9|2023-12-25|
|200|[CCSH/SHScrollLayout](https://github.com/CCSH/SHScrollLayout)|仿半糖、闲鱼、QQ联系人、豆瓣小组、微博等界面布局|9|2023-08-31|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,210 +1,210 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > PHP
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[sebastianbergmann/phpunit](https://github.com/sebastianbergmann/phpunit)|The PHP Unit Testing framework.|19505|2024-02-10|
|2|[piotrplenik/clean-code-php](https://github.com/piotrplenik/clean-code-php)|:bathtub: Clean Code concepts adapted for PHP|11964|2023-12-26|
|1|[sebastianbergmann/phpunit](https://github.com/sebastianbergmann/phpunit)|The PHP Unit Testing framework.|19508|2024-02-11|
|2|[piotrplenik/clean-code-php](https://github.com/piotrplenik/clean-code-php)|:bathtub: Clean Code concepts adapted for PHP|11966|2023-12-26|
|3|[z-song/laravel-admin](https://github.com/z-song/laravel-admin)|Build a full-featured administrative interface in ten minutes|11037|2023-11-27|
|4|[walkor/workerman](https://github.com/walkor/workerman)|An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. |10833|2024-02-10|
|5|[w7corp/easywechat](https://github.com/w7corp/easywechat)|📦 一个 PHP 微信 SDK|10182|2024-02-01|
|6|[digininja/DVWA](https://github.com/digininja/DVWA)|Damn Vulnerable Web Application (DVWA)|8880|2024-02-06|
|7|[Anankke/SSPanel-Uim](https://github.com/Anankke/SSPanel-Uim)|SSPanel V3 魔改再次修改版|8839|2024-02-10|
|8|[assimon/dujiaoka](https://github.com/assimon/dujiaoka)|🦄独角数卡(自动售货系统)-开源站长自动化售货解决方案、高效、稳定、快速!🚀🚀🎉🎉|7807|2024-01-16|
|9|[linuxserver/Heimdall](https://github.com/linuxserver/Heimdall)|An Application dashboard and launcher|7017|2024-02-02|
|10|[hyperf/hyperf](https://github.com/hyperf/hyperf)|🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.|5830|2024-02-10|
|6|[digininja/DVWA](https://github.com/digininja/DVWA)|Damn Vulnerable Web Application (DVWA)|8882|2024-02-06|
|7|[Anankke/SSPanel-Uim](https://github.com/Anankke/SSPanel-Uim)|SSPanel V3 魔改再次修改版|8841|2024-02-10|
|8|[assimon/dujiaoka](https://github.com/assimon/dujiaoka)|🦄独角数卡(自动售货系统)-开源站长自动化售货解决方案、高效、稳定、快速!🚀🚀🎉🎉|7811|2024-01-16|
|9|[linuxserver/Heimdall](https://github.com/linuxserver/Heimdall)|An Application dashboard and launcher|7018|2024-02-02|
|10|[hyperf/hyperf](https://github.com/hyperf/hyperf)|🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.|5832|2024-02-10|
|11|[yansongda/pay](https://github.com/yansongda/pay)|可能是我用过的最优雅的 Alipay/WeChat/Unipay 的支付 SDK 扩展包了|4885|2024-02-01|
|12|[easy-swoole/easyswoole](https://github.com/easy-swoole/easyswoole)|swoole,easyswoole,swoole framework|4709|2024-01-22|
|13|[cakephp/phinx](https://github.com/cakephp/phinx)|PHP Database Migrations for Everyone|4426|2024-02-05|
|14|[endroid/qr-code](https://github.com/endroid/qr-code)|QR Code Generator|4231|2024-01-04|
|15|[overtrue/pinyin](https://github.com/overtrue/pinyin)|🇨🇳 基于词库的中文转拼音优质解决方案|4201|2023-10-27|
|16|[solstice23/argon-theme](https://github.com/solstice23/argon-theme)|📖 Argon - 一个轻盈、简洁的 WordPress 主题|4132|2024-01-12|
|17|[kuaifan/dootask](https://github.com/kuaifan/dootask)|DooTask是一款开源在线项目任务管理工具提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM文件管理等工具同时消息功能使用非对称加密技术让你的沟通更安全。|4019|2024-02-06|
|16|[solstice23/argon-theme](https://github.com/solstice23/argon-theme)|📖 Argon - 一个轻盈、简洁的 WordPress 主题|4133|2024-01-12|
|17|[kuaifan/dootask](https://github.com/kuaifan/dootask)|DooTask是一款开源在线项目任务管理工具提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM文件管理等工具同时消息功能使用非对称加密技术让你的沟通更安全。|4020|2024-02-06|
|18|[hhxsv5/laravel-s](https://github.com/hhxsv5/laravel-s)|LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.|3797|2023-12-18|
|19|[zyx0814/dzzoffice](https://github.com/zyx0814/dzzoffice)|dzzoffice|3796|2024-01-29|
|20|[jqhph/dcat-admin](https://github.com/jqhph/dcat-admin)|🔥 基于 Laravel 的后台系统构建工具 (Laravel Admin)使用很少的代码快速构建一个功能完善的高颜值后台系统内置丰富的后台常用组件开箱即用让开发者告别冗杂的HTML代码|3695|2024-01-23|
|21|[qkqpttgf/OneManager-php](https://github.com/qkqpttgf/OneManager-php)|An index & manager of Onedrive based on serverless. Can be deployed to Heroku/Glitch/Vercel/Replit/SCF/FG/FC/CFC/PHP web hosting/VPS.|3649|2024-02-08|
|22|[Qsnh/meedu](https://github.com/Qsnh/meedu)|Meedu是一款功能强大的开源在线教育系统适用于个人、企业或机构搭建自己的在线学习平台。它提供了完整的解决方案满足网校搭建、在线教学、企业培训和知识付费等多种需求。|3374|2023-12-28|
|23|[luolongfei/freenom](https://github.com/luolongfei/freenom)|Freenom 域名自动续期。Freenom domain name renews automatically.|3368|2024-02-07|
|23|[luolongfei/freenom](https://github.com/luolongfei/freenom)|Freenom 域名自动续期。Freenom domain name renews automatically.|3369|2024-02-07|
|24|[nuwave/lighthouse](https://github.com/nuwave/lighthouse)|A framework for serving GraphQL from Laravel|3289|2024-02-01|
|25|[zhuifengshaonianhanlu/pikachu](https://github.com/zhuifengshaonianhanlu/pikachu)|一个好玩的Web安全-漏洞测试平台|3282|2023-12-19|
|25|[zhuifengshaonianhanlu/pikachu](https://github.com/zhuifengshaonianhanlu/pikachu)|一个好玩的Web安全-漏洞测试平台|3283|2023-12-19|
|26|[overtrue/easy-sms](https://github.com/overtrue/easy-sms)|📲 一款满足你的多种发送需求的短信发送组件|3066|2024-01-23|
|27|[teamtnt/tntsearch](https://github.com/teamtnt/tntsearch)|A fully featured full text search engine written in PHP|3005|2024-01-09|
|28|[seatonjiang/kratos](https://github.com/seatonjiang/kratos)|WordPress theme that focus on reading experience|2981|2024-01-17|
|28|[seatonjiang/kratos](https://github.com/seatonjiang/kratos)|WordPress theme that focus on reading experience|2982|2024-01-17|
|29|[antonioribeiro/tracker](https://github.com/antonioribeiro/tracker)|Laravel Stats Tracker|2850|2024-01-19|
|30|[cocur/slugify](https://github.com/cocur/slugify)|Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.|2837|2023-12-25|
|31|[thiagoalessio/tesseract-ocr-for-php](https://github.com/thiagoalessio/tesseract-ocr-for-php)|A wrapper to work with Tesseract OCR inside PHP.|2742|2023-10-05|
|32|[top-think/framework](https://github.com/top-think/framework)|ThinkPHP Framework|2671|2024-01-31|
|33|[Tai7sy/card-system](https://github.com/Tai7sy/card-system)|卡密商城系统,高效安全的在线卡密商城|2655|2023-09-29|
|34|[matomo-org/device-detector](https://github.com/matomo-org/device-detector)|The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model. |2633|2024-02-09|
|33|[Tai7sy/card-system](https://github.com/Tai7sy/card-system)|卡密商城系统,高效安全的在线卡密商城|2654|2023-09-29|
|34|[matomo-org/device-detector](https://github.com/matomo-org/device-detector)|The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model. |2633|2024-02-11|
|35|[PGYER/codefever](https://github.com/PGYER/codefever)|CodeFever 是完全免费开源的 Git 代码托管服务支持一行命令安装到自己服务器CodeFever Community Edition (A Self-hosted Git Services)!|2567|2023-12-12|
|36|[SimpleSoftwareIO/simple-qrcode](https://github.com/SimpleSoftwareIO/simple-qrcode)|An easy-to-use PHP QrCode generator with first-party support for Laravel.|2547|2023-09-21|
|37|[gptlink/gptlink](https://github.com/gptlink/gptlink)|10分钟搭建可免费商用的AI对话环境搭建简单包含用户订单任务付费等功能|2529|2023-11-17|
|38|[mirai-mamori/Sakurairo](https://github.com/mirai-mamori/Sakurairo)|一个多彩、轻松上手、体验完善具有强大自定义功能的WordPress主题基于Sakura主题支持简繁英日多语言A Colorful, Easy-to-use, Perfect Experience, and Powerful Customizable WordPress Theme (Based on Theme Sakura. Support Simplified Chinese, Tra ...|2521|2024-02-08|
|38|[mirai-mamori/Sakurairo](https://github.com/mirai-mamori/Sakurairo)|一个多彩、轻松上手、体验完善具有强大自定义功能的WordPress主题基于Sakura主题支持简繁英日多语言A Colorful, Easy-to-use, Perfect Experience, and Powerful Customizable WordPress Theme (Based on Theme Sakura. Support Simplified Chinese, Tra ...|2523|2024-02-08|
|39|[ARCANEDEV/LogViewer](https://github.com/ARCANEDEV/LogViewer)|:page_with_curl: Provides a log viewer for Laravel|2349|2024-01-09|
|40|[lizhipay/acg-faka](https://github.com/lizhipay/acg-faka)|个人发卡源码发卡系统二次元发卡系统二次元发卡源码发卡程序动漫发卡PHP发卡源码异次元发卡|2282|2024-01-23|
|40|[lizhipay/acg-faka](https://github.com/lizhipay/acg-faka)|个人发卡源码发卡系统二次元发卡系统二次元发卡源码发卡程序动漫发卡PHP发卡源码异次元发卡|2284|2024-01-23|
|41|[WangNingkai/OLAINDEX](https://github.com/WangNingkai/OLAINDEX)|✨ Another OneDrive Directory Index|2270|2023-12-05|
|42|[icret/EasyImages2.0](https://github.com/icret/EasyImages2.0)|简单图床 - 一款功能强大无数据库的图床 2.0版|2196|2024-02-10|
|42|[icret/EasyImages2.0](https://github.com/icret/EasyImages2.0)|简单图床 - 一款功能强大无数据库的图床 2.0版|2198|2024-02-10|
|43|[mochat-cloud/mochat](https://github.com/mochat-cloud/mochat)|基于企业微信的开源SCRM应用开发框架&引擎,也是一套通用的企业私域流量管理系统!|2157|2023-08-15|
|44|[zoujingli/ThinkAdmin](https://github.com/zoujingli/ThinkAdmin)|基于 ThinkPHP6 的极简后台管理系统,内置注解权限、异步多任务、应用插件生态等,支持类 PaaS 更新公共模块和应用插件,插件可本地化定制开发。|2113|2024-01-29|
|45|[Licoy/wordpress-theme-puock](https://github.com/Licoy/wordpress-theme-puock)|:art: 一款基于WordPress开发的高颜值的自适应主题支持白天与黑夜模式/无刷新加载/第三方登录等众多功能 A high-value adaptive theme based on WordPress, supports light and dark modes, no refresh loading, etc.|2023|2024-02-05|
|45|[Licoy/wordpress-theme-puock](https://github.com/Licoy/wordpress-theme-puock)|:art: 一款基于WordPress开发的高颜值的自适应主题支持白天与黑夜模式/无刷新加载/第三方登录等众多功能 A high-value adaptive theme based on WordPress, supports light and dark modes, no refresh loading, etc.|2024|2024-02-05|
|46|[mix-php/mix](https://github.com/mix-php/mix)|☄️ PHP CLI mode development framework, supports Swoole, WorkerMan, FPM, CLI-Server / PHP 命令行模式开发框架,支持 Swoole、Swow、WorkerMan、FPM、CLI-Server|1909|2024-02-07|
|47|[magicblack/maccms10](https://github.com/magicblack/maccms10)|苹果cms官网,苹果cmsv10,maccmsv10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序|1891|2024-01-11|
|48|[kalcaddle/kodbox](https://github.com/kalcaddle/kodbox)|kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run ko ...|1813|2024-01-09|
|49|[jenssegers/date](https://github.com/jenssegers/date)|🗓 A library to help you work with dates in multiple languages, based on Carbon.|1812|2023-12-04|
|47|[magicblack/maccms10](https://github.com/magicblack/maccms10)|苹果cms官网,苹果cmsv10,maccmsv10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序|1892|2024-01-11|
|48|[kalcaddle/kodbox](https://github.com/kalcaddle/kodbox)|kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run ko ...|1814|2024-01-09|
|49|[jenssegers/date](https://github.com/jenssegers/date)|🗓 A library to help you work with dates in multiple languages, based on Carbon.|1813|2023-12-04|
|50|[zorlan/skycaiji](https://github.com/zorlan/skycaiji)|蓝天采集器是一款开源免费的爬虫系统仅需点选编辑规则即可采集数据可运行在本地、虚拟主机或云服务器中几乎能采集所有类型的网页无缝对接各类CMS建站程序免登录实时发布数据全自动无需人工干预是网页大数据采集软件中完全跨平台的云端爬虫系统|1809|2024-02-07|
|51|[lxerxa/actionview](https://github.com/lxerxa/actionview)|An issue tracking tool based on laravel+reactjs for small and medium-sized enterprises, open-source and free, similar to Jira.|1794|2023-09-03|
|52|[MoeNetwork/Tieba-Cloud-Sign](https://github.com/MoeNetwork/Tieba-Cloud-Sign)|百度贴吧云签到在服务器上配置好就无需进行任何操作便可以实现贴吧的全自动签到。配合插件使用还可实现云灌水、点赞、封禁、删帖、审查等功能。注意Gitee (原Git@osc) 仓库将不再维护,目前唯一指定的仓库为 Github。本项目没有官方交流群如需交流可以直接使用Github的Discussions。没有商业版本目前贴吧云签到由社区共同维护不会停止更新PR 通常在一天内处理)。|1734|2023-11-24|
|53|[chillerlan/php-qrcode](https://github.com/chillerlan/php-qrcode)|A QR code generator and reader with a user friendly API. PHP 7.4+|1688|2024-01-12|
|54|[typecho-fans/plugins](https://github.com/typecho-fans/plugins)|Typecho Fans插件作品目录|1659|2024-02-10|
|55|[BadApple9/speedtest-x](https://github.com/BadApple9/speedtest-x)|A self-hosted speedtest appilication with an awesome test result datasheet.|1625|2023-10-31|
|56|[owen0o0/WebStack](https://github.com/owen0o0/WebStack)|WordPress 版 WebStack 导航主题 https://nav.iowen.cn|1623|2023-09-07|
|56|[owen0o0/WebStack](https://github.com/owen0o0/WebStack)|WordPress 版 WebStack 导航主题 https://nav.iowen.cn|1624|2023-09-07|
|57|[nilsteampassnet/TeamPass](https://github.com/nilsteampassnet/TeamPass)|Collaborative Passwords Manager|1570|2024-02-10|
|58|[coduo/php-humanizer](https://github.com/coduo/php-humanizer)|Humanize values that are readable only for developers.|1482|2024-01-08|
|59|[HaoOuBa/Joe](https://github.com/HaoOuBa/Joe)|A Theme of Typecho|1415|2023-09-08|
|60|[zoujingli/WeChatDeveloper](https://github.com/zoujingli/WeChatDeveloper)|【新】微信服务号+微信小程序+微信支付+支付宝支付|1409|2024-01-16|
|60|[zoujingli/WeChatDeveloper](https://github.com/zoujingli/WeChatDeveloper)|【新】微信服务号+微信小程序+微信支付+支付宝支付|1410|2024-01-16|
|61|[a3vilc0de/PentesterSpecialDict](https://github.com/a3vilc0de/PentesterSpecialDict)|Dictionary sets often used in penetration testing work|1339|2023-08-17|
|62|[overtrue/socialite](https://github.com/overtrue/socialite)|Socialite is an OAuth2 Authentication tool. It is inspired by laravel/socialite, you can easily use it without Laravel.|1279|2024-01-12|
|63|[stefangabos/world_countries](https://github.com/stefangabos/world_countries)|Constantly updated lists of world countries and their associated alpha-2, alpha-3 and numeric country codes as defined by the ISO 3166 standard, available in CSV, JSON , PHP, SQL and XML formats, in m ...|1264|2024-01-26|
|64|[flucont/btcloud](https://github.com/flucont/btcloud)|PHP开发的宝塔面板第三方云端|1229|2024-01-30|
|64|[flucont/btcloud](https://github.com/flucont/btcloud)|PHP开发的宝塔面板第三方云端|1230|2024-01-30|
|65|[pronamic/advanced-custom-fields-pro](https://github.com/pronamic/advanced-custom-fields-pro)|Advanced Custom Fields Pro, Git-ified. Automatically synced via GitHub Actions! This repository is just a mirror of the Advanced Custom Fields Pro plugin. Please do not send pull requests and issues.|1201|2024-02-08|
|66|[easysoft/zentaopms](https://github.com/easysoft/zentaopms)|Zentao is an agile(scrum) project management system/tool, Free Upgrade Forever!|1179|2024-02-01|
|67|[walkor/workerman-chat](https://github.com/walkor/workerman-chat)|Websocket chat room written in PHP based on workerman.|1172|2023-08-12|
|68|[imiphp/imi](https://github.com/imiphp/imi)|imi 是一款支持长连接微服务分布式的 PHP 开发框架,它可以运行在 PHP-FPM、Swoole、Workerman、RoadRunner 等多种容器环境下。它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。特别适合互联网微服务、即时通讯聊天im、物联网等场景QQ群17916227|1131|2024-02-08|
|69|[aoaostar/toolbox](https://github.com/aoaostar/toolbox)|🚀傲星工具箱,一个在线工具箱|1125|2023-09-22|
|70|[l3m0n/Bypass_Disable_functions_Shell](https://github.com/l3m0n/Bypass_Disable_functions_Shell)|一个各种方式突破Disable_functions达到命令执行的shell|1123|2023-10-17|
|71|[yansongda/laravel-pay](https://github.com/yansongda/laravel-pay)|可能是我用过的最优雅的 Alipay/WeChat/Unipay 的 laravel 支付扩展包了|1039|2024-02-01|
|72|[likeyun/liKeYun_Ylb](https://github.com/likeyun/liKeYun_Ylb)|引流宝致力于为个人、团队提供基于微信私域流量的推广、引流的效率工具。可减轻人力,有效降低资源损失、流量流失的几率。引流宝完全开源,免费,可商用、可任意二次开发。引流宝可以辅助你更好地开展营销活动推广!降低运营成本,提高工作效率,获取更多资源。|1024|2024-01-06|
|73|[yrccondor/mdx](https://github.com/yrccondor/mdx)|MDx - Material Design WordPress Theme|982|2023-09-28|
|74|[aliyun/aliyun-oss-php-sdk](https://github.com/aliyun/aliyun-oss-php-sdk)|Aliyun OSS SDK for PHP|982|2024-02-05|
|75|[walkor/GatewayWorker](https://github.com/walkor/GatewayWorker)|Distributed realtime messaging framework based on workerman.|982|2023-12-27|
|76|[pplulee/appleid_auto](https://github.com/pplulee/appleid_auto)|基于密保问题自动解锁Apple ID自动关闭双重认证提供前端账号展示支持多账号|969|2024-02-09|
|77|[lkeme/BiliHelper-personal](https://github.com/lkeme/BiliHelper-personal)|哔哩哔哩Bilibili助手 - PHP 版Personal|967|2024-02-08|
|78|[fightbulc/moment.php](https://github.com/fightbulc/moment.php)|Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js|960|2023-08-19|
|79|[zdhxiong/mdclub](https://github.com/zdhxiong/mdclub)|MDClub 社区系统后端代码|931|2023-12-01|
|80|[zoujingli/ip2region](https://github.com/zoujingli/ip2region)|准确率99.9%的ip地址定位库|927|2023-09-17|
|81|[xiaochong0302/course-tencent-cloud](https://github.com/xiaochong0302/course-tencent-cloud)|专注于网课系统网校系统在线教育系统知识付费系统。名符其实的开源可免费商用。docker容器化部署极速搭建专属课程点播课程直播学习平台。|914|2024-02-04|
|82|[peinhu/AetherUpload-Laravel](https://github.com/peinhu/AetherUpload-Laravel)|A Laravel package to upload large files 上传大文件的Laravel扩展包|913|2023-09-06|
|83|[DOUBLE-Baller/momo](https://github.com/DOUBLE-Baller/momo)|php直播go直播,短视频,直播带货,语音聊天室,陪玩系统源码。|897|2023-11-13|
|67|[imiphp/imi](https://github.com/imiphp/imi)|imi 是一款支持长连接微服务分布式的 PHP 开发框架,它可以运行在 PHP-FPM、Swoole、Workerman、RoadRunner 等多种容器环境下。它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。特别适合互联网微服务、即时通讯聊天im、物联网等场景QQ群17916227|1131|2024-02-08|
|68|[aoaostar/toolbox](https://github.com/aoaostar/toolbox)|🚀傲星工具箱,一个在线工具箱|1126|2023-09-22|
|69|[l3m0n/Bypass_Disable_functions_Shell](https://github.com/l3m0n/Bypass_Disable_functions_Shell)|一个各种方式突破Disable_functions达到命令执行的shell|1123|2023-10-17|
|70|[yansongda/laravel-pay](https://github.com/yansongda/laravel-pay)|可能是我用过的最优雅的 Alipay/WeChat/Unipay 的 laravel 支付扩展包了|1039|2024-02-01|
|71|[likeyun/liKeYun_Ylb](https://github.com/likeyun/liKeYun_Ylb)|引流宝致力于为个人、团队提供基于微信私域流量的推广、引流的效率工具。可减轻人力,有效降低资源损失、流量流失的几率。引流宝完全开源,免费,可商用、可任意二次开发。引流宝可以辅助你更好地开展营销活动推广!降低运营成本,提高工作效率,获取更多资源。|1026|2024-01-06|
|72|[yrccondor/mdx](https://github.com/yrccondor/mdx)|MDx - Material Design WordPress Theme|982|2023-09-28|
|73|[aliyun/aliyun-oss-php-sdk](https://github.com/aliyun/aliyun-oss-php-sdk)|Aliyun OSS SDK for PHP|982|2024-02-05|
|74|[walkor/GatewayWorker](https://github.com/walkor/GatewayWorker)|Distributed realtime messaging framework based on workerman.|982|2023-12-27|
|75|[pplulee/appleid_auto](https://github.com/pplulee/appleid_auto)|基于密保问题自动解锁Apple ID自动关闭双重认证提供前端账号展示支持多账号|971|2024-02-09|
|76|[lkeme/BiliHelper-personal](https://github.com/lkeme/BiliHelper-personal)|哔哩哔哩Bilibili助手 - PHP 版Personal|968|2024-02-08|
|77|[fightbulc/moment.php](https://github.com/fightbulc/moment.php)|Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js|960|2023-08-19|
|78|[zdhxiong/mdclub](https://github.com/zdhxiong/mdclub)|MDClub 社区系统后端代码|930|2023-12-01|
|79|[zoujingli/ip2region](https://github.com/zoujingli/ip2region)|准确率99.9%的ip地址定位库|928|2023-09-17|
|80|[xiaochong0302/course-tencent-cloud](https://github.com/xiaochong0302/course-tencent-cloud)|专注于网课系统网校系统在线教育系统知识付费系统。名符其实的开源可免费商用。docker容器化部署极速搭建专属课程点播课程直播学习平台。|914|2024-02-04|
|81|[peinhu/AetherUpload-Laravel](https://github.com/peinhu/AetherUpload-Laravel)|A Laravel package to upload large files 上传大文件的Laravel扩展包|913|2023-09-06|
|82|[DOUBLE-Baller/momo](https://github.com/DOUBLE-Baller/momo)|php直播go直播,短视频,直播带货,语音聊天室,陪玩系统源码。|898|2023-11-13|
|83|[crazywhalecc/static-php-cli](https://github.com/crazywhalecc/static-php-cli)|Build standalone PHP binary on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included.|883|2024-02-11|
|84|[Yurunsoft/PaySDK](https://github.com/Yurunsoft/PaySDK)|PHP 集成支付 SDK ,集成了支付宝、微信支付的支付接口和其它相关接口的操作。支持 php-fpm 和 Swoole所有框架通用。宇润PHP全家桶技术支持群17916227|878|2024-02-08|
|85|[crazywhalecc/static-php-cli](https://github.com/crazywhalecc/static-php-cli)|Build standalone PHP binary on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included.|877|2024-02-06|
|86|[bixuehujin/blink](https://github.com/bixuehujin/blink)|A high performance web framework and application server in PHP. |830|2024-01-26|
|87|[celaraze/cat](https://github.com/celaraze/cat)|☕ CATCoffee And Tea是一个开源的、开放的一站式 IT 运维管理平台。资产管理、工单、盘点以及可靠的移动端应用支持。|791|2024-01-29|
|88|[MenaraSolutions/geographer](https://github.com/MenaraSolutions/geographer)|PHP library that knows how countries and cities are called in any language|763|2023-10-06|
|89|[bs-community/blessing-skin-server](https://github.com/bs-community/blessing-skin-server)|Web application brings your custom skins back in offline Minecraft servers.|761|2024-01-12|
|90|[ZeroDream-CN/SakuraPanel](https://github.com/ZeroDream-CN/SakuraPanel)|樱花内网穿透网站源代码2020 重制版|752|2024-02-08|
|91|[ernestwisniewski/kbin](https://github.com/ernestwisniewski/kbin)|A reddit-like content aggregator and micro-blogging platform for the fediverse.|740|2023-12-20|
|92|[xiaomlove/nexusphp](https://github.com/xiaomlove/nexusphp)|A private tracker application base on NexusPHP|730|2024-01-23|
|93|[godruoyi/php-snowflake](https://github.com/godruoyi/php-snowflake)|❄ An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).|710|2023-12-29|
|94|[niklasravnsborg/laravel-pdf](https://github.com/niklasravnsborg/laravel-pdf)|📄 Laravel PDF|707|2023-08-22|
|95|[WuKongOpenSource/WukongCRM-9.0-PHP](https://github.com/WuKongOpenSource/WukongCRM-9.0-PHP)|悟空CRM-基于TP5.0+vue+ElementUI的前后端分离CRM系统|670|2023-11-10|
|96|[init-engineer/init.engineer](https://github.com/init-engineer/init.engineer)|這是一份純靠北工程師的專案,請好好愛護它,謝謝。|648|2023-12-25|
|97|[gmajian/sandphoto](https://github.com/gmajian/sandphoto)|Layout ID/VISA photos in a single 6-inch photo 证件照片排版在线生成器 - 在一张6寸的照片上排版多张证件照|640|2023-09-15|
|98|[1107012776/PHP-Sharding-PDO](https://github.com/1107012776/PHP-Sharding-PDO)|PHP、MySQL分库分表中间件需要依赖PDOPHP分库分表支持协程PHP, MySQL sharding library and sharding table middleware, need to rely on PDO, support coroutines.|636|2023-11-10|
|99|[likeshop-github/likeshop](https://github.com/likeshop-github/likeshop)|🔥🔥🔥 likeshop开源免费商用电商系统PC商城、H5商城、小程序商城、安卓APP商城、苹果APP商城免费商用。场景B2C商城新零售商城社交电商商城分销系统商城分销电商商城小程序商城商城源码商城系统单商户多商户电商系统直播uniappuni-appB2B2CB2BO2OERPWechat交易系统内容系统雷达crm|634|2023-08-28|
|100|[zhongshaofa/easyadmin](https://github.com/zhongshaofa/easyadmin)|框架主要使用ThinkPHP6.0 + layui拥有完善的权限的管理模块以及敏捷的开发方式让你开发起来更加的舒服。|630|2023-09-05|
|101|[Part-DB/Part-DB-server](https://github.com/Part-DB/Part-DB-server)|Part-DB is an Open source inventory management system for your electronic components|605|2024-02-08|
|102|[zhuzhichao/ip-location-zh](https://github.com/zhuzhichao/ip-location-zh)|获取 IP 地址的真实地理位置|605|2023-08-29|
|103|[JaguarJack/catch-admin](https://github.com/JaguarJack/catch-admin)|CatchAdmin是一个基于对Laravel和Element Plus进行二次开发的后台管理系统。CatchAdmin仍然采用传统的前后端分离策略其中Laravel框架仅用作Api输出。通过这种设计成功将管理系统模块之间的耦合降至最低。|602|2024-02-01|
|104|[Tzwcard/ChinaTelecom-GuangdongIPTV-RTP-List](https://github.com/Tzwcard/ChinaTelecom-GuangdongIPTV-RTP-List)|广州电信广东IPTV列表IGMP/RTP组播地址|601|2024-02-09|
|105|[zencodex/composer-mirror](https://github.com/zencodex/composer-mirror)|Composer 全量镜像发布于2017年3月曾不间断运行2年多。这个开源有助于理解 Composer 镜像的工作原理|597|2023-09-14|
|106|[seth-shi/monday-shop](https://github.com/seth-shi/monday-shop)|网上在线商城、综合网上购物平台|583|2024-01-03|
|107|[guanguans/notify](https://github.com/guanguans/notify)|Push notification sdk(Bark、Chanify、DingTalk、Discord、Email、FeiShu、Gitter、Google Chat、iGot、Logger、Mattermost、Microsoft Teams、Now Push、Ntfy、PushBack、Push、PushDeer、Pushover、PushPlus、QQ Channel Bot、Rocket ...|579|2024-02-06|
|108|[Team-Tea-Time/laravel-forum](https://github.com/Team-Tea-Time/laravel-forum)|A slim, lean forum package designed for quick and easy integration in Laravel projects|556|2024-01-10|
|109|[guanguans/music-dl](https://github.com/guanguans/music-dl)|Music Searcher and Downloader. - 音乐搜索下载器。|552|2024-02-06|
|110|[wehaox/Typecho-Butterfly](https://github.com/wehaox/Typecho-Butterfly)|Hexo主题Butterfly的Typecho移植版———开源不易帮忙点个star谢谢了🌹|545|2023-12-29|
|111|[bingcool/swoolefy](https://github.com/bingcool/swoolefy)|swoolefy是一个基于swoole实现的协程级、轻量级、高性能、开放性的API应用服务框架|517|2024-02-06|
|112|[aliyun/openapi-sdk-php](https://github.com/aliyun/openapi-sdk-php)|Alibaba Cloud SDK for PHP|516|2024-02-02|
|113|[voku/portable-utf8](https://github.com/voku/portable-utf8)|🉑 Portable UTF-8 library - performance optimized (unicode) string functions for PHP.|496|2024-02-02|
|114|[hadronepoch/PHP-FFmpeg-video-streaming](https://github.com/hadronepoch/PHP-FFmpeg-video-streaming)|📼 Package media content for online streaming(DASH and HLS) using FFmpeg|492|2023-11-13|
|115|[moell-peng/mojito](https://github.com/moell-peng/mojito)|Mojito Admin — 基于 Laravel, Vue3, Element Plus构建的后台管理系统|491|2023-09-20|
|116|[le31ei/ctf_challenges](https://github.com/le31ei/ctf_challenges)|适用于一线安服的ctf培训题目全docker环境一键启动|472|2023-11-08|
|117|[emlog/emlog](https://github.com/emlog/emlog)|轻量级开源博客及建站系统|461|2024-02-04|
|118|[globalcitizen/php-iban](https://github.com/globalcitizen/php-iban)|Generate, parse, validate, error-correct and present IBAN (and IIBAN) bank account information in PHP.|459|2024-01-07|
|119|[mineadmin/MineAdmin](https://github.com/mineadmin/MineAdmin)|🎉🎉🎉 MineAdmin是基于Hyperf框架 和 Vue3+Vite4 开发的前后端分离权限管理系统,自适应多终端。特色:后端 crud 生成 + 前端低代码 json 化配置|451|2024-02-05|
|120|[top-think/think-swoole](https://github.com/top-think/think-swoole)|Swoole extend for thinkphp|444|2023-12-23|
|121|[KitePig/FatRat-Collect](https://github.com/KitePig/FatRat-Collect)|胖鼠采集 WordPress优秀开源采集插件|431|2023-09-11|
|122|[wechatpay-apiv3/wechatpay-php](https://github.com/wechatpay-apiv3/wechatpay-php)|微信支付 APIv3 的官方 PHP Library同时也支持 APIv2|424|2023-11-22|
|123|[LyLme/lylme_spage](https://github.com/LyLme/lylme_spage)|六零导航页|420|2024-01-16|
|124|[milwad-dev/laravel-validate](https://github.com/milwad-dev/laravel-validate)|Help to write easy & faster advance validation for Laravel|419|2024-02-03|
|125|[coderello/laravel-nova-lang](https://github.com/coderello/laravel-nova-lang)|🌌 Language files for Laravel Nova translated into 40+ languages. Feel free to submit your language or update an existing one!|419|2024-02-01|
|126|[Yurunsoft/YurunOAuthLogin](https://github.com/Yurunsoft/YurunOAuthLogin)|PHP 第三方登录授权 SDK集成了QQ、微信、微博、Github等常用接口。支持 php-fpm 和 Swoole所有框架通用。QQ群17916227|415|2023-10-17|
|127|[yupoxiong/BearAdmin](https://github.com/yupoxiong/BearAdmin)|基于ThinkPHP6.0+AdminLTE3.2的后台管理系统|412|2024-01-03|
|128|[usualtool/framework](https://github.com/usualtool/framework)|UsualTool Framework (UT) is based on PHP multi-end development framework, class library perfect, suitable for the development of various types of applications.|409|2023-12-29|
|129|[khsing/laravel-world](https://github.com/khsing/laravel-world)|provide countries, states, and cities relations and database.|404|2023-08-14|
|130|[Automattic/wp-super-cache](https://github.com/Automattic/wp-super-cache)|[READ ONLY] WP Super Cache: A fast caching engine for WordPress. This repository is a mirror, for issue tracking and development head to: https://github.com/automattic/jetpack|401|2024-02-09|
|131|[ProxyPanel/ProxyPanel](https://github.com/ProxyPanel/ProxyPanel)|An account management Panel based on Laravel7 framework. Include multiple payment, account management, system caching, admin notification, products models, and more. |399|2023-11-27|
|132|[ash-jc-allen/laravel-exchange-rates](https://github.com/ash-jc-allen/laravel-exchange-rates)|A Laravel wrapper package for interacting with the exchangeratesapi.io API.|394|2024-02-07|
|133|[excelwebzone/EWZRecaptchaBundle](https://github.com/excelwebzone/EWZRecaptchaBundle)|This bundle provides easy reCAPTCHA form field for Symfony.|390|2024-01-19|
|134|[txperl/Story-for-Typecho](https://github.com/txperl/Story-for-Typecho)|Typecho Theme Story - 爱上你我的故事|381|2023-12-30|
|135|[yidas/phpspreadsheet-helper](https://github.com/yidas/phpspreadsheet-helper)|PHP Excel Helper - Write and read Spreadsheet with easy way based on PhpSpreadsheet|381|2023-10-04|
|136|[modstart/ModStartCMS](https://github.com/modstart/ModStartCMS)|模块化内容管理系统 modstart.com|378|2024-01-19|
|137|[zyx0814/Pichome](https://github.com/zyx0814/Pichome)|欧奥PicHome是用于欧奥图文档系统的图片展示门户图片搜索引擎。也能够用于Eagle等其他图库软件的图片展示门户。|377|2024-02-06|
|138|[weeshop/WeeShop](https://github.com/weeshop/WeeShop)|优雅易用的微信小程序商城PHP商城。 基于Laravel的基因来自Symfony的底层技术来自Drupal Commerce的核心技术由Drupal中国开源社区维护。QQ群714023327|376|2023-11-17|
|139|[bosnzt/wordscheck](https://github.com/bosnzt/wordscheck)|敏感词检测违禁词过滤敏感词过滤敏感词库一键启动本地运行私有化部署1分钟接入完成开箱即用支持docker支持在线api|370|2024-01-10|
|140|[houdunwang/v2015](https://github.com/houdunwang/v2015)|后盾人2015-2018年视频代码|369|2024-01-10|
|141|[Seevil/cactus](https://github.com/Seevil/cactus)|🌵一个响应式干净和简洁优雅的 Typecho 主题|368|2023-09-19|
|142|[ijry/uiadmin](https://github.com/ijry/uiadmin)|UiAdmin是一套渐进式模块化开源后台采用前后端分离技术数据交互采用json格式功能低耦合高内聚核心模块支持系统设置、权限管理、用户管理、菜单管理、API管理等功能我们按照统一的API风格开发了支持spring-boot3.0、Flask、Express、thinkphp6.0、laravel9.0、Hyperf3.0版本的后端实现。|368|2024-01-10|
|143|[xingwenge/canal-php](https://github.com/xingwenge/canal-php)|Alibaba mysql database binlog incremental subscription & consumer components Canal's php client[阿里巴巴mysql数据库binlog的增量订阅&消费组件 Canal 的 php 客户端 ] https://github.com/alibaba/canal|367|2023-12-18|
|144|[jfcherng/php-diff](https://github.com/jfcherng/php-diff)|A comprehensive library for generating differences between two strings in multiple formats (unified, side by side HTML etc).|366|2023-10-29|
|145|[cedar2025/Xboard](https://github.com/cedar2025/Xboard)|基于V2board二次开发支持新协议新特性的高性能面板|361|2024-02-05|
|146|[hyperf/nano](https://github.com/hyperf/nano)|🧬 Nano is a zero-config, no skeleton, minimal Hyperf distribution that allows you to quickly build a Hyperf application with just a single PHP file.|359|2023-10-08|
|147|[jiannei/lumen-api-starter](https://github.com/jiannei/lumen-api-starter)|Lumen 10 基础上扩展出的API 启动项目精心设计的目录结构规范统一的响应数据格式Repository 模式架构的最佳实践。|352|2024-01-22|
|148|[zqzten/alfred-web-search-suggest](https://github.com/zqzten/alfred-web-search-suggest)|Alfred search suggest workflow for various popular websites.|349|2023-08-31|
|149|[eddy8/LightCMS](https://github.com/eddy8/LightCMS)|LightCMS 是一个基于 Laravel 开发的轻量级 CMS 系统也可以作为一个通用的后台管理框架使用。A lightweight cms/admin framework powered by Laravel.|346|2023-12-08|
|150|[jiix/xiunobbs](https://github.com/jiix/xiunobbs)|Xiuno BBS 4.0 是一款轻论坛程序。 本版修复了php7.4、php8.0兼容问题采用utf8mb4支持emojijQuery更新到 3.5.1bootstrap更新到4.5.0。移除部分插件,更新默认主题。|344|2024-01-27|
|151|[inhere/php-console](https://github.com/inhere/php-console)|🖥 PHP CLI application library, provide console options,arguments parse, console controller/command run, color style, user interactive, format information show and more. 功能全面的PHP命令行应用库。提供控制台选项、参数解析, 命 ...|343|2024-02-07|
|152|[TencentCloud/tencentcloud-sdk-php](https://github.com/TencentCloud/tencentcloud-sdk-php)|Tencent Cloud API 3.0 SDK for PHP|339|2024-02-05|
|153|[dtm-php/dtm-client](https://github.com/dtm-php/dtm-client)|A PHP coroutine client for distributed transaction manager DTM. 分布式事务管理器 DTM 的 PHP 协程客户端|336|2023-11-17|
|154|[gzydong/hyperf-chat](https://github.com/gzydong/hyperf-chat)|Lumen IM 是一个网页版在线聊天项目,前端使用 Element-ui + Vue后端采用了基于 Swoole 开发的 Hyperf 协程框架进行接口开发,并使用 WebSocket 服务进行消息实时推送。|325|2023-11-18|
|155|[simps/mqtt](https://github.com/simps/mqtt)|🕹 MQTT Protocol Analysis and Coroutine Client for PHP. Support for 3.1, 3.1.1 and 5.0 versions of the MQTT protocol.|322|2024-01-28|
|156|[xing61/xiaoyi-robot](https://github.com/xing61/xiaoyi-robot)|优质稳定的OpenAI的API接口-For企业和开发者。OpenAI的api proxy支持ChatGPT的API调用支持openai的API接口支持gpt-4gpt-3.5。不需要openai Key, 不需要买openai的账号不需要美元的银行卡通通不用的直接调用就行稳定好用智增增|318|2024-02-01|
|157|[outl1ne/nova-multiselect-field](https://github.com/outl1ne/nova-multiselect-field)|A Laravel Nova package that adds a multiselect to Nova's arsenal of fields.|315|2024-01-16|
|158|[hunzhiwange/queryphp](https://github.com/hunzhiwange/queryphp)|++🔥High Performance PHP Progressive Framework.|307|2024-01-28|
|159|[USTC-Hackergame/hackergame2022-writeups](https://github.com/USTC-Hackergame/hackergame2022-writeups)|中国科学技术大学第九届信息安全大赛的官方与非官方题解|302|2023-09-07|
|160|[funson86/funboot](https://github.com/funson86/funboot)|基于Yii2的Saas快速开发平台内置多商户并内置商城、论坛、CMS等子系统。Yii2/Mysql/Mongodb/Redis/Elasticsearch/SnowFlake雪花算法ID生成 RBAC动态权限 数据权限 定时任务 日志/消息 代码生成Gii升级|297|2023-11-14|
|161|[dyedd/lanstar](https://github.com/dyedd/lanstar)|一款三栏、简约、个性的typecho主题|288|2024-01-16|
|162|[coffeehb/tools](https://github.com/coffeehb/tools)|一些实用的python脚本|274|2024-01-19|
|163|[xenocrat/chyrp-lite](https://github.com/xenocrat/chyrp-lite)|An ultra-lightweight blogging engine, written in PHP.|270|2024-02-09|
|164|[yzmcms/yzmcms](https://github.com/yzmcms/yzmcms)|YzmCMS是一款基于YZMPHP开发的一套轻量级开源内容管理系统YzmCMS简洁、安全、开源、实用可运行在Linux、Windows、MacOSX、Solaris等各种平台上专注为公司企业、个人站长快速建站提供解决方案。|269|2023-09-13|
|165|[hyperf-plus/admin](https://github.com/hyperf-plus/admin)|【全新架构】使用体检和laravel-admin类似无需写前端vue代码即可实现漂亮的ElementUI框架页面Auth组件和 laravel的auth 类似支持多用户认证功能hyperf-admin 插件式快速开发框架|266|2024-02-01|
|166|[david082321/BiliRoaming-PHP-Server](https://github.com/david082321/BiliRoaming-PHP-Server)|自建哔哩漫游解析服务器(PHP)|264|2023-10-20|
|167|[lpilp/phpsm2sm3sm4](https://github.com/lpilp/phpsm2sm3sm4)|php版本支持国密SM2的签名算法非对称加解密SM3的hash, SM4的对称加解密|261|2024-02-04|
|168|[deatil/larke-admin](https://github.com/deatil/larke-admin)| larke-admin 是一套使用 Laravel 、JWT 和 RBAC 鉴权的前后端分离的通用后台管理系统。An admin api system with Laravel, JWT and RBAC.|257|2024-02-06|
|169|[jimu5/DriveDirectLink](https://github.com/jimu5/DriveDirectLink)|DriveDirectLink 网盘直链下载,支持谷歌, 蓝奏云,360云盘|257|2023-11-23|
|170|[inhere/php-validate](https://github.com/inhere/php-validate)|Lightweight and feature-rich PHP validation and filtering library. Support scene grouping, pre-filtering, array checking, custom validators, custom messages. 轻量且功能丰富的PHP验证、过滤库。支持场景分组前置过滤数组检查自定义验证器 ...|255|2023-10-30|
|171|[swoole/phpkafka](https://github.com/swoole/phpkafka)|PHP Kafka client is used in PHP-FPM and Swoole. PHP Kafka client supports 50 APIs, which might be one that supports the most message types ever.|251|2023-10-13|
|172|[shiyiya/typecho-theme-sagiri](https://github.com/shiyiya/typecho-theme-sagiri)|🍰 As lovely as sagiri|250|2023-10-28|
|173|[parsimonhi/animCJK](https://github.com/parsimonhi/animCJK)|Draw animated Japanese characters (Kanji and Kana), Korean characters (Hanja) and Chinese characters (Hanzi) in correct stroke order using svg, free open-source code.|250|2024-01-10|
|174|[D-xuanmo/Nuxtjs-Wordpress](https://github.com/D-xuanmo/Nuxtjs-Wordpress)|🎉 Nuxtjs + Wordpress REST API 主题;支持企业微信通知功能;全站前后端分离,自适应,白日、黑夜两种主题切换|248|2023-11-19|
|175|[Yurunsoft/YurunHttp](https://github.com/Yurunsoft/YurunHttp)|YurunHttp 是开源的 PHP HTTP 客户端支持链式操作简单易用。完美支持Curl、Swoole 协程。QQ群17916227|246|2024-01-17|
|176|[iamxjb/rest-api-to-miniprogram](https://github.com/iamxjb/rest-api-to-miniprogram)|REST API TO MiniProgram 为小程序提供 rest api 支持|240|2023-10-13|
|177|[zhouaini528/exchanges-php](https://github.com/zhouaini528/exchanges-php)|This is a virtual currency SDK that brings together multiple exchanges|239|2024-01-02|
|178|[witersen/SvnAdminV2.0](https://github.com/witersen/SvnAdminV2.0)|基于web的SVN管理系统支持HTTP协议、SVN协议、支持LDAP认证、Docker部署|238|2023-12-01|
|179|[qinggan/phpok](https://github.com/qinggan/phpok)|这是一套极其自由的企业站程序,支持各种自定义配置,包括站点全局参数,分类扩展,项目扩展及各种模型!|236|2023-10-14|
|180|[tznb1/TwoNav](https://github.com/tznb1/TwoNav)|TwoNav 第二代云导航 云书签管理系统|229|2024-01-20|
|181|[phpzlc/phpzlc](https://github.com/phpzlc/phpzlc)|PHPZlc是基于Symfony的脚手架工具|225|2023-10-09|
|182|[backlion/webshell](https://github.com/backlion/webshell)|这是一些常用的webshell|219|2023-09-01|
|183|[whitebearcode/typecho-bearsimple](https://github.com/whitebearcode/typecho-bearsimple)|一款简洁大方的Typecho主题|218|2024-01-21|
|184|[masterking32/WoWSimpleRegistration](https://github.com/masterking32/WoWSimpleRegistration)|Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos|217|2023-12-29|
|185|[tetranz/select2entity-bundle](https://github.com/tetranz/select2entity-bundle)|A Symfony2 bundle that integrates Select2 as a drop-in replacement for a standard entity field on a Symfony form.|217|2023-12-29|
|186|[giterlizzi/dokuwiki-template-bootstrap3](https://github.com/giterlizzi/dokuwiki-template-bootstrap3)|Bootstrap-based template for DokuWiki|214|2024-02-06|
|187|[bfengj/CTF](https://github.com/bfengj/CTF)|关于我在CTF中的所有东西|213|2024-01-30|
|85|[bixuehujin/blink](https://github.com/bixuehujin/blink)|A high performance web framework and application server in PHP. |830|2024-01-26|
|86|[celaraze/cat](https://github.com/celaraze/cat)|☕ CATCoffee And Tea是一个开源的、开放的一站式 IT 运维管理平台。资产管理、工单、盘点以及可靠的移动端应用支持。|793|2024-02-11|
|87|[MenaraSolutions/geographer](https://github.com/MenaraSolutions/geographer)|PHP library that knows how countries and cities are called in any language|763|2023-10-06|
|88|[bs-community/blessing-skin-server](https://github.com/bs-community/blessing-skin-server)|Web application brings your custom skins back in offline Minecraft servers.|762|2024-01-12|
|89|[ZeroDream-CN/SakuraPanel](https://github.com/ZeroDream-CN/SakuraPanel)|樱花内网穿透网站源代码2020 重制版|753|2024-02-08|
|90|[ernestwisniewski/kbin](https://github.com/ernestwisniewski/kbin)|A reddit-like content aggregator and micro-blogging platform for the fediverse.|740|2023-12-20|
|91|[xiaomlove/nexusphp](https://github.com/xiaomlove/nexusphp)|A private tracker application base on NexusPHP|731|2024-01-23|
|92|[godruoyi/php-snowflake](https://github.com/godruoyi/php-snowflake)|❄ An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).|710|2023-12-29|
|93|[niklasravnsborg/laravel-pdf](https://github.com/niklasravnsborg/laravel-pdf)|📄 Laravel PDF|707|2023-08-22|
|94|[WuKongOpenSource/WukongCRM-9.0-PHP](https://github.com/WuKongOpenSource/WukongCRM-9.0-PHP)|悟空CRM-基于TP5.0+vue+ElementUI的前后端分离CRM系统|670|2023-11-10|
|95|[init-engineer/init.engineer](https://github.com/init-engineer/init.engineer)|這是一份純靠北工程師的專案,請好好愛護它,謝謝。|647|2023-12-25|
|96|[gmajian/sandphoto](https://github.com/gmajian/sandphoto)|Layout ID/VISA photos in a single 6-inch photo 证件照片排版在线生成器 - 在一张6寸的照片上排版多张证件照|640|2023-09-15|
|97|[1107012776/PHP-Sharding-PDO](https://github.com/1107012776/PHP-Sharding-PDO)|PHP、MySQL分库分表中间件需要依赖PDOPHP分库分表支持协程PHP, MySQL sharding library and sharding table middleware, need to rely on PDO, support coroutines.|636|2023-11-10|
|98|[likeshop-github/likeshop](https://github.com/likeshop-github/likeshop)|🔥🔥🔥 likeshop开源免费商用电商系统PC商城、H5商城、小程序商城、安卓APP商城、苹果APP商城免费商用。场景B2C商城新零售商城社交电商商城分销系统商城分销电商商城小程序商城商城源码商城系统单商户多商户电商系统直播uniappuni-appB2B2CB2BO2OERPWechat交易系统内容系统雷达crm|634|2023-08-28|
|99|[zhongshaofa/easyadmin](https://github.com/zhongshaofa/easyadmin)|框架主要使用ThinkPHP6.0 + layui拥有完善的权限的管理模块以及敏捷的开发方式让你开发起来更加的舒服。|630|2023-09-05|
|100|[Part-DB/Part-DB-server](https://github.com/Part-DB/Part-DB-server)|Part-DB is an Open source inventory management system for your electronic components|605|2024-02-08|
|101|[zhuzhichao/ip-location-zh](https://github.com/zhuzhichao/ip-location-zh)|获取 IP 地址的真实地理位置|605|2023-08-29|
|102|[JaguarJack/catch-admin](https://github.com/JaguarJack/catch-admin)|CatchAdmin是一个基于对Laravel和Element Plus进行二次开发的后台管理系统。CatchAdmin仍然采用传统的前后端分离策略其中Laravel框架仅用作Api输出。通过这种设计成功将管理系统模块之间的耦合降至最低。|602|2024-02-01|
|103|[Tzwcard/ChinaTelecom-GuangdongIPTV-RTP-List](https://github.com/Tzwcard/ChinaTelecom-GuangdongIPTV-RTP-List)|广州电信广东IPTV列表IGMP/RTP组播地址|601|2024-02-10|
|104|[zencodex/composer-mirror](https://github.com/zencodex/composer-mirror)|Composer 全量镜像发布于2017年3月曾不间断运行2年多。这个开源有助于理解 Composer 镜像的工作原理|597|2023-09-14|
|105|[seth-shi/monday-shop](https://github.com/seth-shi/monday-shop)|网上在线商城、综合网上购物平台|583|2024-01-03|
|106|[guanguans/notify](https://github.com/guanguans/notify)|Push notification sdk(Bark、Chanify、DingTalk、Discord、Email、FeiShu、Gitter、Google Chat、iGot、Logger、Mattermost、Microsoft Teams、Now Push、Ntfy、PushBack、Push、PushDeer、Pushover、PushPlus、QQ Channel Bot、Rocket ...|579|2024-02-06|
|107|[Team-Tea-Time/laravel-forum](https://github.com/Team-Tea-Time/laravel-forum)|A slim, lean forum package designed for quick and easy integration in Laravel projects|556|2024-01-10|
|108|[guanguans/music-dl](https://github.com/guanguans/music-dl)|Music Searcher and Downloader. - 音乐搜索下载器。|552|2024-02-06|
|109|[wehaox/Typecho-Butterfly](https://github.com/wehaox/Typecho-Butterfly)|Hexo主题Butterfly的Typecho移植版———开源不易帮忙点个star谢谢了🌹|545|2023-12-29|
|110|[bingcool/swoolefy](https://github.com/bingcool/swoolefy)|swoolefy是一个基于swoole实现的协程级、轻量级、高性能、开放性的API应用服务框架|517|2024-02-06|
|111|[aliyun/openapi-sdk-php](https://github.com/aliyun/openapi-sdk-php)|Alibaba Cloud SDK for PHP|516|2024-02-02|
|112|[voku/portable-utf8](https://github.com/voku/portable-utf8)|🉑 Portable UTF-8 library - performance optimized (unicode) string functions for PHP.|496|2024-02-02|
|113|[hadronepoch/PHP-FFmpeg-video-streaming](https://github.com/hadronepoch/PHP-FFmpeg-video-streaming)|📼 Package media content for online streaming(DASH and HLS) using FFmpeg|494|2023-11-13|
|114|[moell-peng/mojito](https://github.com/moell-peng/mojito)|Mojito Admin — 基于 Laravel, Vue3, Element Plus构建的后台管理系统|491|2023-09-20|
|115|[le31ei/ctf_challenges](https://github.com/le31ei/ctf_challenges)|适用于一线安服的ctf培训题目全docker环境一键启动|472|2023-11-08|
|116|[emlog/emlog](https://github.com/emlog/emlog)|轻量级开源博客及建站系统|461|2024-02-04|
|117|[globalcitizen/php-iban](https://github.com/globalcitizen/php-iban)|Generate, parse, validate, error-correct and present IBAN (and IIBAN) bank account information in PHP.|459|2024-01-07|
|118|[mineadmin/MineAdmin](https://github.com/mineadmin/MineAdmin)|🎉🎉🎉 MineAdmin是基于Hyperf框架 和 Vue3+Vite4 开发的前后端分离权限管理系统,自适应多终端。特色:后端 crud 生成 + 前端低代码 json 化配置|451|2024-02-05|
|119|[top-think/think-swoole](https://github.com/top-think/think-swoole)|Swoole extend for thinkphp|444|2023-12-23|
|120|[KitePig/FatRat-Collect](https://github.com/KitePig/FatRat-Collect)|胖鼠采集 WordPress优秀开源采集插件|431|2023-09-11|
|121|[wechatpay-apiv3/wechatpay-php](https://github.com/wechatpay-apiv3/wechatpay-php)|微信支付 APIv3 的官方 PHP Library同时也支持 APIv2|424|2023-11-22|
|122|[LyLme/lylme_spage](https://github.com/LyLme/lylme_spage)|六零导航页|421|2024-01-16|
|123|[milwad-dev/laravel-validate](https://github.com/milwad-dev/laravel-validate)|Help to write easy & faster advance validation for Laravel|419|2024-02-03|
|124|[coderello/laravel-nova-lang](https://github.com/coderello/laravel-nova-lang)|🌌 Language files for Laravel Nova translated into 40+ languages. Feel free to submit your language or update an existing one!|419|2024-02-01|
|125|[Yurunsoft/YurunOAuthLogin](https://github.com/Yurunsoft/YurunOAuthLogin)|PHP 第三方登录授权 SDK集成了QQ、微信、微博、Github等常用接口。支持 php-fpm 和 Swoole所有框架通用。QQ群17916227|415|2023-10-17|
|126|[yupoxiong/BearAdmin](https://github.com/yupoxiong/BearAdmin)|基于ThinkPHP6.0+AdminLTE3.2的后台管理系统|412|2024-01-03|
|127|[usualtool/framework](https://github.com/usualtool/framework)|UsualTool Framework (UT) is based on PHP multi-end development framework, class library perfect, suitable for the development of various types of applications.|409|2023-12-29|
|128|[khsing/laravel-world](https://github.com/khsing/laravel-world)|provide countries, states, and cities relations and database.|404|2023-08-14|
|129|[Automattic/wp-super-cache](https://github.com/Automattic/wp-super-cache)|[READ ONLY] WP Super Cache: A fast caching engine for WordPress. This repository is a mirror, for issue tracking and development head to: https://github.com/automattic/jetpack|401|2024-02-09|
|130|[ProxyPanel/ProxyPanel](https://github.com/ProxyPanel/ProxyPanel)|An account management Panel based on Laravel7 framework. Include multiple payment, account management, system caching, admin notification, products models, and more. |399|2023-11-27|
|131|[ash-jc-allen/laravel-exchange-rates](https://github.com/ash-jc-allen/laravel-exchange-rates)|A Laravel wrapper package for interacting with the exchangeratesapi.io API.|394|2024-02-07|
|132|[excelwebzone/EWZRecaptchaBundle](https://github.com/excelwebzone/EWZRecaptchaBundle)|This bundle provides easy reCAPTCHA form field for Symfony.|390|2024-01-19|
|133|[txperl/Story-for-Typecho](https://github.com/txperl/Story-for-Typecho)|Typecho Theme Story - 爱上你我的故事|381|2023-12-30|
|134|[yidas/phpspreadsheet-helper](https://github.com/yidas/phpspreadsheet-helper)|PHP Excel Helper - Write and read Spreadsheet with easy way based on PhpSpreadsheet|381|2023-10-04|
|135|[modstart/ModStartCMS](https://github.com/modstart/ModStartCMS)|模块化内容管理系统 modstart.com|378|2024-01-19|
|136|[zyx0814/Pichome](https://github.com/zyx0814/Pichome)|欧奥PicHome是用于欧奥图文档系统的图片展示门户图片搜索引擎。也能够用于Eagle等其他图库软件的图片展示门户。|376|2024-02-06|
|137|[weeshop/WeeShop](https://github.com/weeshop/WeeShop)|优雅易用的微信小程序商城PHP商城。 基于Laravel的基因来自Symfony的底层技术来自Drupal Commerce的核心技术由Drupal中国开源社区维护。QQ群714023327|376|2023-11-17|
|138|[bosnzt/wordscheck](https://github.com/bosnzt/wordscheck)|敏感词检测违禁词过滤敏感词过滤敏感词库一键启动本地运行私有化部署1分钟接入完成开箱即用支持docker支持在线api|370|2024-01-10|
|139|[houdunwang/v2015](https://github.com/houdunwang/v2015)|后盾人2015-2018年视频代码|369|2024-01-10|
|140|[Seevil/cactus](https://github.com/Seevil/cactus)|🌵一个响应式干净和简洁优雅的 Typecho 主题|368|2023-09-19|
|141|[ijry/uiadmin](https://github.com/ijry/uiadmin)|UiAdmin是一套渐进式模块化开源后台采用前后端分离技术数据交互采用json格式功能低耦合高内聚核心模块支持系统设置、权限管理、用户管理、菜单管理、API管理等功能我们按照统一的API风格开发了支持spring-boot3.0、Flask、Express、thinkphp6.0、laravel9.0、Hyperf3.0版本的后端实现。|368|2024-01-10|
|142|[xingwenge/canal-php](https://github.com/xingwenge/canal-php)|Alibaba mysql database binlog incremental subscription & consumer components Canal's php client[阿里巴巴mysql数据库binlog的增量订阅&消费组件 Canal 的 php 客户端 ] https://github.com/alibaba/canal|367|2023-12-18|
|143|[jfcherng/php-diff](https://github.com/jfcherng/php-diff)|A comprehensive library for generating differences between two strings in multiple formats (unified, side by side HTML etc).|366|2023-10-29|
|144|[cedar2025/Xboard](https://github.com/cedar2025/Xboard)|基于V2board二次开发支持新协议新特性的高性能面板|363|2024-02-05|
|145|[hyperf/nano](https://github.com/hyperf/nano)|🧬 Nano is a zero-config, no skeleton, minimal Hyperf distribution that allows you to quickly build a Hyperf application with just a single PHP file.|359|2023-10-08|
|146|[jiannei/lumen-api-starter](https://github.com/jiannei/lumen-api-starter)|Lumen 10 基础上扩展出的API 启动项目精心设计的目录结构规范统一的响应数据格式Repository 模式架构的最佳实践。|352|2024-01-22|
|147|[zqzten/alfred-web-search-suggest](https://github.com/zqzten/alfred-web-search-suggest)|Alfred search suggest workflow for various popular websites.|350|2023-08-31|
|148|[eddy8/LightCMS](https://github.com/eddy8/LightCMS)|LightCMS 是一个基于 Laravel 开发的轻量级 CMS 系统也可以作为一个通用的后台管理框架使用。A lightweight cms/admin framework powered by Laravel.|346|2023-12-08|
|149|[jiix/xiunobbs](https://github.com/jiix/xiunobbs)|Xiuno BBS 4.0 是一款轻论坛程序。 本版修复了php7.4、php8.0兼容问题采用utf8mb4支持emojijQuery更新到 3.5.1bootstrap更新到4.5.0。移除部分插件,更新默认主题。|344|2024-01-27|
|150|[inhere/php-console](https://github.com/inhere/php-console)|🖥 PHP CLI application library, provide console options,arguments parse, console controller/command run, color style, user interactive, format information show and more. 功能全面的PHP命令行应用库。提供控制台选项、参数解析, 命 ...|343|2024-02-07|
|151|[TencentCloud/tencentcloud-sdk-php](https://github.com/TencentCloud/tencentcloud-sdk-php)|Tencent Cloud API 3.0 SDK for PHP|339|2024-02-05|
|152|[dtm-php/dtm-client](https://github.com/dtm-php/dtm-client)|A PHP coroutine client for distributed transaction manager DTM. 分布式事务管理器 DTM 的 PHP 协程客户端|336|2023-11-17|
|153|[gzydong/hyperf-chat](https://github.com/gzydong/hyperf-chat)|Lumen IM 是一个网页版在线聊天项目,前端使用 Element-ui + Vue后端采用了基于 Swoole 开发的 Hyperf 协程框架进行接口开发,并使用 WebSocket 服务进行消息实时推送。|325|2023-11-18|
|154|[simps/mqtt](https://github.com/simps/mqtt)|🕹 MQTT Protocol Analysis and Coroutine Client for PHP. Support for 3.1, 3.1.1 and 5.0 versions of the MQTT protocol.|322|2024-01-28|
|155|[xing61/xiaoyi-robot](https://github.com/xing61/xiaoyi-robot)|优质稳定的OpenAI的API接口-For企业和开发者。OpenAI的api proxy支持ChatGPT的API调用支持openai的API接口支持gpt-4gpt-3.5。不需要openai Key, 不需要买openai的账号不需要美元的银行卡通通不用的直接调用就行稳定好用智增增|318|2024-02-01|
|156|[outl1ne/nova-multiselect-field](https://github.com/outl1ne/nova-multiselect-field)|A Laravel Nova package that adds a multiselect to Nova's arsenal of fields.|315|2024-01-16|
|157|[hunzhiwange/queryphp](https://github.com/hunzhiwange/queryphp)|++🔥High Performance PHP Progressive Framework.|307|2024-01-28|
|158|[USTC-Hackergame/hackergame2022-writeups](https://github.com/USTC-Hackergame/hackergame2022-writeups)|中国科学技术大学第九届信息安全大赛的官方与非官方题解|302|2023-09-07|
|159|[funson86/funboot](https://github.com/funson86/funboot)|基于Yii2的Saas快速开发平台内置多商户并内置商城、论坛、CMS等子系统。Yii2/Mysql/Mongodb/Redis/Elasticsearch/SnowFlake雪花算法ID生成 RBAC动态权限 数据权限 定时任务 日志/消息 代码生成Gii升级|297|2023-11-14|
|160|[dyedd/lanstar](https://github.com/dyedd/lanstar)|一款三栏、简约、个性的typecho主题|288|2024-01-16|
|161|[coffeehb/tools](https://github.com/coffeehb/tools)|一些实用的python脚本|274|2024-01-19|
|162|[xenocrat/chyrp-lite](https://github.com/xenocrat/chyrp-lite)|An ultra-lightweight blogging engine, written in PHP.|270|2024-02-11|
|163|[yzmcms/yzmcms](https://github.com/yzmcms/yzmcms)|YzmCMS是一款基于YZMPHP开发的一套轻量级开源内容管理系统YzmCMS简洁、安全、开源、实用可运行在Linux、Windows、MacOSX、Solaris等各种平台上专注为公司企业、个人站长快速建站提供解决方案。|269|2023-09-13|
|164|[hyperf-plus/admin](https://github.com/hyperf-plus/admin)|【全新架构】使用体检和laravel-admin类似无需写前端vue代码即可实现漂亮的ElementUI框架页面Auth组件和 laravel的auth 类似支持多用户认证功能hyperf-admin 插件式快速开发框架|266|2024-02-01|
|165|[david082321/BiliRoaming-PHP-Server](https://github.com/david082321/BiliRoaming-PHP-Server)|自建哔哩漫游解析服务器(PHP)|263|2023-10-20|
|166|[lpilp/phpsm2sm3sm4](https://github.com/lpilp/phpsm2sm3sm4)|php版本支持国密SM2的签名算法非对称加解密SM3的hash, SM4的对称加解密|261|2024-02-04|
|167|[deatil/larke-admin](https://github.com/deatil/larke-admin)| larke-admin 是一套使用 Laravel 、JWT 和 RBAC 鉴权的前后端分离的通用后台管理系统。An admin api system with Laravel, JWT and RBAC.|258|2024-02-06|
|168|[jimu5/DriveDirectLink](https://github.com/jimu5/DriveDirectLink)|DriveDirectLink 网盘直链下载,支持谷歌, 蓝奏云,360云盘|257|2023-11-23|
|169|[inhere/php-validate](https://github.com/inhere/php-validate)|Lightweight and feature-rich PHP validation and filtering library. Support scene grouping, pre-filtering, array checking, custom validators, custom messages. 轻量且功能丰富的PHP验证、过滤库。支持场景分组前置过滤数组检查自定义验证器 ...|255|2023-10-30|
|170|[swoole/phpkafka](https://github.com/swoole/phpkafka)|PHP Kafka client is used in PHP-FPM and Swoole. PHP Kafka client supports 50 APIs, which might be one that supports the most message types ever.|251|2023-10-13|
|171|[shiyiya/typecho-theme-sagiri](https://github.com/shiyiya/typecho-theme-sagiri)|🍰 As lovely as sagiri|250|2023-10-28|
|172|[parsimonhi/animCJK](https://github.com/parsimonhi/animCJK)|Draw animated Japanese characters (Kanji and Kana), Korean characters (Hanja) and Chinese characters (Hanzi) in correct stroke order using svg, free open-source code.|250|2024-01-10|
|173|[D-xuanmo/Nuxtjs-Wordpress](https://github.com/D-xuanmo/Nuxtjs-Wordpress)|🎉 Nuxtjs + Wordpress REST API 主题;支持企业微信通知功能;全站前后端分离,自适应,白日、黑夜两种主题切换|248|2023-11-19|
|174|[Yurunsoft/YurunHttp](https://github.com/Yurunsoft/YurunHttp)|YurunHttp 是开源的 PHP HTTP 客户端支持链式操作简单易用。完美支持Curl、Swoole 协程。QQ群17916227|246|2024-01-17|
|175|[iamxjb/rest-api-to-miniprogram](https://github.com/iamxjb/rest-api-to-miniprogram)|REST API TO MiniProgram 为小程序提供 rest api 支持|240|2023-10-13|
|176|[zhouaini528/exchanges-php](https://github.com/zhouaini528/exchanges-php)|This is a virtual currency SDK that brings together multiple exchanges|239|2024-01-02|
|177|[witersen/SvnAdminV2.0](https://github.com/witersen/SvnAdminV2.0)|基于web的SVN管理系统支持HTTP协议、SVN协议、支持LDAP认证、Docker部署|238|2023-12-01|
|178|[qinggan/phpok](https://github.com/qinggan/phpok)|这是一套极其自由的企业站程序,支持各种自定义配置,包括站点全局参数,分类扩展,项目扩展及各种模型!|236|2023-10-14|
|179|[tznb1/TwoNav](https://github.com/tznb1/TwoNav)|TwoNav 第二代云导航 云书签管理系统|229|2024-01-20|
|180|[phpzlc/phpzlc](https://github.com/phpzlc/phpzlc)|PHPZlc是基于Symfony的脚手架工具|225|2023-10-09|
|181|[backlion/webshell](https://github.com/backlion/webshell)|这是一些常用的webshell|219|2023-09-01|
|182|[whitebearcode/typecho-bearsimple](https://github.com/whitebearcode/typecho-bearsimple)|一款简洁大方的Typecho主题|218|2024-01-21|
|183|[masterking32/WoWSimpleRegistration](https://github.com/masterking32/WoWSimpleRegistration)|Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos|217|2023-12-29|
|184|[tetranz/select2entity-bundle](https://github.com/tetranz/select2entity-bundle)|A Symfony2 bundle that integrates Select2 as a drop-in replacement for a standard entity field on a Symfony form.|217|2023-12-29|
|185|[giterlizzi/dokuwiki-template-bootstrap3](https://github.com/giterlizzi/dokuwiki-template-bootstrap3)|Bootstrap-based template for DokuWiki|214|2024-02-06|
|186|[bfengj/CTF](https://github.com/bfengj/CTF)|关于我在CTF中的所有东西|213|2024-01-30|
|187|[kkokk/poster](https://github.com/kkokk/poster)|PHP 海报生成、图片验证、HTML转图片极速生成方便快捷。快速生成海报、生成签到日、生成二维码、合成二维码、图片添加水印、图片水印、水印|211|2023-12-13|
|188|[kevinpapst/AdminLTEBundle](https://github.com/kevinpapst/AdminLTEBundle)|AdminLTE bundle for Symfony 4+ - an backend/admin theme for easy integration. It is based on the AdminLTE Template 2. Supports KNPMenuBundle and FOSUserBundle, built with webpack-encore.|211|2023-12-07|
|189|[kkokk/poster](https://github.com/kkokk/poster)|PHP 海报生成、图片验证、HTML转图片极速生成方便快捷。快速生成海报、生成签到日、生成二维码、合成二维码、图片添加水印、图片水印、水印|210|2023-12-13|
|190|[hyperf/gotask](https://github.com/hyperf/gotask)|⚡️ A lightning speed replacement for Swoole TaskWorker in Go |205|2024-01-24|
|191|[typecho/plugins](https://github.com/typecho/plugins)|Typecho插件列表|199|2023-10-10|
|192|[icewolf-sec/PerlinPuzzle-Webshell-PHP](https://github.com/icewolf-sec/PerlinPuzzle-Webshell-PHP)|使用分支对抗技术制作的PHP Webshell截止2024年1月18日共数十个查杀引擎免杀|198|2024-01-19|
|193|[LuckyPuppy514/automatic-theater](https://github.com/LuckyPuppy514/automatic-theater)|利用 Docker 打造自动化家庭影院,开箱即用|198|2024-01-14|
|194|[Slowlyo/owl-admin](https://github.com/Slowlyo/owl-admin)|🎈 Owl Admin : 基于 laravel 和 amis 开发的后台框架, 友好的组件使用体验, 可轻松实现复杂页面, 内置代码生成器, 让开发者快速搭建后台管理系统|195|2024-02-10|
|195|[justmd5/pinduoduo-sdk](https://github.com/justmd5/pinduoduo-sdk)|拼多多API SDK【多多客多多进宝&拼多多开放平台】|193|2023-09-07|
|196|[qincrm/crm](https://github.com/qincrm/crm)|司跃CRM 基于laravel & arco.design & vue 开发,支持字段定制和二次开发 联系方式17611303211微信 http://47.94.200.53/ 账号: 17611111111 密码: crm123456|190|2023-10-18|
|197|[v03413/epay_usdt](https://github.com/v03413/epay_usdt)|彩虹易支付 USDT收款插件 bepusdt epusdt 发卡 独角发卡 异次元发卡|190|2023-11-14|
|198|[phper666/jwt-auth](https://github.com/phper666/jwt-auth)|能直接在hyperf框架中使用jwt的组件. 用之前,请详细的看下下面的文档~|186|2024-02-02|
|199|[codeigniter4/translations](https://github.com/codeigniter4/translations)|System message translations for CodeIgniter4|186|2024-02-04|
|200|[bakaomg/castle-Typecho-Theme](https://github.com/bakaomg/castle-Typecho-Theme)|Typecho Theme MD 风格单栏主题|184|2023-10-24|
|189|[hyperf/gotask](https://github.com/hyperf/gotask)|⚡️ A lightning speed replacement for Swoole TaskWorker in Go |205|2024-01-24|
|190|[typecho/plugins](https://github.com/typecho/plugins)|Typecho插件列表|199|2023-10-10|
|191|[icewolf-sec/PerlinPuzzle-Webshell-PHP](https://github.com/icewolf-sec/PerlinPuzzle-Webshell-PHP)|使用分支对抗技术制作的PHP Webshell截止2024年1月18日共数十个查杀引擎免杀|198|2024-01-19|
|192|[LuckyPuppy514/automatic-theater](https://github.com/LuckyPuppy514/automatic-theater)|利用 Docker 打造自动化家庭影院,开箱即用|198|2024-01-14|
|193|[Slowlyo/owl-admin](https://github.com/Slowlyo/owl-admin)|🎈 Owl Admin : 基于 laravel 和 amis 开发的后台框架, 友好的组件使用体验, 可轻松实现复杂页面, 内置代码生成器, 让开发者快速搭建后台管理系统|195|2024-02-10|
|194|[justmd5/pinduoduo-sdk](https://github.com/justmd5/pinduoduo-sdk)|拼多多API SDK【多多客多多进宝&拼多多开放平台】|193|2023-09-07|
|195|[qincrm/crm](https://github.com/qincrm/crm)|司跃CRM 基于laravel & arco.design & vue 开发,支持字段定制和二次开发 联系方式17611303211微信 http://47.94.200.53/ 账号: 17611111111 密码: crm123456|190|2023-10-18|
|196|[v03413/epay_usdt](https://github.com/v03413/epay_usdt)|彩虹易支付 USDT收款插件 bepusdt epusdt 发卡 独角发卡 异次元发卡|190|2023-11-14|
|197|[phper666/jwt-auth](https://github.com/phper666/jwt-auth)|能直接在hyperf框架中使用jwt的组件. 用之前,请详细的看下下面的文档~|186|2024-02-02|
|198|[codeigniter4/translations](https://github.com/codeigniter4/translations)|System message translations for CodeIgniter4|186|2024-02-04|
|199|[bakaomg/castle-Typecho-Theme](https://github.com/bakaomg/castle-Typecho-Theme)|Typecho Theme MD 风格单栏主题|184|2023-10-24|
|200|[guanguans/laravel-soar](https://github.com/guanguans/laravel-soar)|SQL optimizer and rewriter for laravel. - laravel 的 SQL 优化器和重写器。|181|2024-02-06|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,13 +1,13 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Pascal
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[cnpack/cnwizards](https://github.com/cnpack/cnwizards)|CnPack IDE Wizards|541|2024-02-03|
|1|[cnpack/cnwizards](https://github.com/cnpack/cnwizards)|CnPack IDE Wizards|541|2024-02-11|
|2|[LongDirtyAnimAlf/fpcupdeluxe](https://github.com/LongDirtyAnimAlf/fpcupdeluxe)|A GUI based installer for FPC and Lazarus|435|2024-01-31|
|3|[cnpack/cnvcl](https://github.com/cnpack/cnvcl)|CnPack VCL Components|310|2024-02-10|
|3|[cnpack/cnvcl](https://github.com/cnpack/cnvcl)|CnPack VCL Components|310|2024-02-11|
|4|[yangyxd/FMXUI](https://github.com/yangyxd/FMXUI)|FMX跨平台基础UI库|252|2023-11-15|
|5|[ymofen/diocp-v5](https://github.com/ymofen/diocp-v5)|delphi iocp, http, websocket, ntrip|234|2023-10-04|
|6|[digao-dalpiaz/DzHTMLText](https://github.com/digao-dalpiaz/DzHTMLText)|Delphi and Lazarus HTML Label component|160|2024-01-27|

@ -1,11 +1,11 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Perl
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[jlord/git-it-electron](https://github.com/jlord/git-it-electron)|:computer: :mortar_board: Git-it is a (Mac, Win, Linux) Desktop App for Learning Git and GitHub|4525|2023-12-15|
|1|[jlord/git-it-electron](https://github.com/jlord/git-it-electron)|:computer: :mortar_board: Git-it is a (Mac, Win, Linux) Desktop App for Learning Git and GitHub|4524|2023-12-15|
|2|[hexsum/Mojo-Weixin](https://github.com/hexsum/Mojo-Weixin)|使用Perl语言不会没关系编写的个人账号微信/weixin/wechat客户端框架非GUI可通过插件提供基于HTTP协议的api接口供其他语言或系统调用|1238|2023-09-19|
|3|[OpenKore/openkore](https://github.com/OpenKore/openkore)|A free/open source client and automation tool for Ragnarok Online|1230|2024-02-04|
|4|[webmin/authentic-theme](https://github.com/webmin/authentic-theme)|Official theme for the best server management panel of the 21st Century|938|2024-02-09|
@ -13,24 +13,25 @@
|6|[thibaultcha/lua-resty-mlcache](https://github.com/thibaultcha/lua-resty-mlcache)|Layered caching library for OpenResty|384|2024-02-09|
|7|[wisdomfusion/qqwry.dat](https://github.com/wisdomfusion/qqwry.dat)|纯真IP地址数据库镜像mirror of qqwry.dat|375|2023-12-03|
|8|[ko-ichi-h/khcoder](https://github.com/ko-ichi-h/khcoder)|KH Coder: for Quantitative Content Analysis or Text Mining|297|2024-01-11|
|9|[apache/spamassassin](https://github.com/apache/spamassassin)|Read-only mirror of Apache SpamAssassin. Submit patches to https://bz.apache.org/SpamAssassin/. Do not send pull requests|269|2024-02-10|
|9|[apache/spamassassin](https://github.com/apache/spamassassin)|Read-only mirror of Apache SpamAssassin. Submit patches to https://bz.apache.org/SpamAssassin/. Do not send pull requests|269|2024-02-11|
|10|[open-c3/open-c3](https://github.com/open-c3/open-c3)|自动化运维平台/CICD系统/发布系统/作业平台/监控系统/云监控/故障自愈/K8S集群管理/CMDB/公有云资源管理/工单系统/流程系统/成本优化|218|2024-02-05|
|11|[openresty/lua-tablepool](https://github.com/openresty/lua-tablepool)|Lua table recycling pools for LuaJIT|109|2023-11-23|
|12|[g0v/moedict-data-csld](https://github.com/g0v/moedict-data-csld)|中華大辭典|102|2023-11-08|
|13|[Gilwyad/mailnesia.com](https://github.com/Gilwyad/mailnesia.com)|Anonymous Email in Seconds|97|2023-12-02|
|14|[duckduckgo/duckduckgo-locales](https://github.com/duckduckgo/duckduckgo-locales)|Translation files for duckduckgo.com|93|2024-02-02|
|15|[esrrhs/pLua](https://github.com/esrrhs/pLua)|Lua 性能分析工具 Lua profiler tool like gperftools|81|2023-10-24|
|16|[szabgab/perlmaven.com](https://github.com/szabgab/perlmaven.com)|The source files of the Perl Maven articles|66|2023-12-03|
|17|[shangshanzhizhe/Work_flow_of_population_genetics](https://github.com/shangshanzhizhe/Work_flow_of_population_genetics)|整理常用的群体遗传学分析流程和脚本|63|2024-02-05|
|18|[houseabsolute/DateTime.pm](https://github.com/houseabsolute/DateTime.pm)|A date and time object for Perl|46|2023-11-06|
|19|[Yanstory/tpZHCNex](https://github.com/Yanstory/tpZHCNex)|thpatch zh-hans extra patches (Beta)|18|2024-01-16|
|20|[TheBeastofwar/linuxhacker](https://github.com/TheBeastofwar/linuxhacker)|一款linux 内网渗透辅助工具|16|2024-01-31|
|21|[jyi2ya/HUST-Chifan](https://github.com/jyi2ya/HUST-Chifan)|什么时候开饭?|6|2023-12-05|
|22|[abbypan/Novel-Robot](https://github.com/abbypan/Novel-Robot)|download novel / forum thread, 小说/论坛下载器|5|2023-08-17|
|23|[abbypan/deal_youtube_playlist](https://github.com/abbypan/deal_youtube_playlist)|批量下载youtube播放列表内容并生成xspf播放列表|4|2023-12-16|
|24|[electricface/script-tool](https://github.com/electricface/script-tool)|简单的脚本工具|4|2023-11-14|
|25|[fimreal/dockerfiles](https://github.com/fimreal/dockerfiles)|容器化小工具|3|2024-01-22|
|26|[YanMing-lxb/YM-VSCode-Configurations-for-LaTeX](https://github.com/YanMing-lxb/YM-VSCode-Configurations-for-LaTeX)|一个可以让你轻松本地部署好LaTeX的项目|2|2024-01-07|
|11|[hn/reolink-camera](https://github.com/hn/reolink-camera)|Reolink RLC-410-5MP IP camera reverse engineered technical details|133|2024-02-11|
|12|[openresty/lua-tablepool](https://github.com/openresty/lua-tablepool)|Lua table recycling pools for LuaJIT|109|2023-11-23|
|13|[g0v/moedict-data-csld](https://github.com/g0v/moedict-data-csld)|中華大辭典|102|2023-11-08|
|14|[Gilwyad/mailnesia.com](https://github.com/Gilwyad/mailnesia.com)|Anonymous Email in Seconds|97|2023-12-02|
|15|[duckduckgo/duckduckgo-locales](https://github.com/duckduckgo/duckduckgo-locales)|Translation files for duckduckgo.com|93|2024-02-02|
|16|[esrrhs/pLua](https://github.com/esrrhs/pLua)|Lua 性能分析工具 Lua profiler tool like gperftools|81|2023-10-24|
|17|[szabgab/perlmaven.com](https://github.com/szabgab/perlmaven.com)|The source files of the Perl Maven articles|66|2023-12-03|
|18|[shangshanzhizhe/Work_flow_of_population_genetics](https://github.com/shangshanzhizhe/Work_flow_of_population_genetics)|整理常用的群体遗传学分析流程和脚本|63|2024-02-05|
|19|[houseabsolute/DateTime.pm](https://github.com/houseabsolute/DateTime.pm)|A date and time object for Perl|46|2023-11-06|
|20|[Yanstory/tpZHCNex](https://github.com/Yanstory/tpZHCNex)|thpatch zh-hans extra patches (Beta)|18|2024-01-16|
|21|[TheBeastofwar/linuxhacker](https://github.com/TheBeastofwar/linuxhacker)|一款linux 内网渗透辅助工具|16|2024-01-31|
|22|[jyi2ya/HUST-Chifan](https://github.com/jyi2ya/HUST-Chifan)|什么时候开饭?|6|2023-12-05|
|23|[abbypan/Novel-Robot](https://github.com/abbypan/Novel-Robot)|download novel / forum thread, 小说/论坛下载器|5|2023-08-17|
|24|[abbypan/deal_youtube_playlist](https://github.com/abbypan/deal_youtube_playlist)|批量下载youtube播放列表内容并生成xspf播放列表|4|2023-12-16|
|25|[electricface/script-tool](https://github.com/electricface/script-tool)|简单的脚本工具|4|2023-11-14|
|26|[fimreal/dockerfiles](https://github.com/fimreal/dockerfiles)|容器化小工具|3|2024-01-22|
|27|[YanMing-lxb/YM-VSCode-Configurations-for-LaTeX](https://github.com/YanMing-lxb/YM-VSCode-Configurations-for-LaTeX)|一个可以让你轻松本地部署好LaTeX的项目|2|2024-01-07|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,210 +1,210 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Python
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[huggingface/transformers](https://github.com/huggingface/transformers)|🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.|119993|2024-02-10|
|2|[3b1b/manim](https://github.com/3b1b/manim)|Animation engine for explanatory math videos|56298|2024-01-19|
|3|[binary-husky/gpt_academic](https://github.com/binary-husky/gpt_academic)|为GPT/GLM等LLM大语言模型提供实用化交互接口特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件支持Python和C++等项目剖析&自译解功能PDF/LaTex论文翻译&总结功能支持并行问询多种LLM模型支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss ...|51497|2024-02-09|
|4|[ageitgey/face_recognition](https://github.com/ageitgey/face_recognition)|The world's simplest facial recognition api for Python and the command line|51043|2024-01-13|
|5|[Textualize/rich](https://github.com/Textualize/rich)|Rich is a Python library for rich text and beautiful formatting in the terminal.|46333|2024-02-08|
|6|[THUDM/ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B)|ChatGLM-6B: An Open Bilingual Dialogue Language Model 开源双语对话语言模型|37702|2024-02-05|
|7|[PaddlePaddle/PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)|Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and de ...|36372|2024-02-08|
|8|[hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI)|Making large AI models cheaper, faster and more accessible|36356|2024-02-08|
|9|[fxsjy/jieba](https://github.com/fxsjy/jieba)|结巴中文分词|31985|2024-01-17|
|10|[lm-sys/FastChat](https://github.com/lm-sys/FastChat)|An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.|31558|2024-02-10|
|11|[hankcs/HanLP](https://github.com/hankcs/HanLP)|Natural Language Processing for the next decade. Tokenization, Part-of-Speech Tagging, Named Entity Recognition, Syntactic & Semantic Dependency Parsing, Document Classification|31535|2024-01-16|
|12|[sqlmapproject/sqlmap](https://github.com/sqlmapproject/sqlmap)|Automatic SQL injection and database takeover tool|29885|2024-02-10|
|13|[open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection)|OpenMMLab Detection Toolbox and Benchmark|26998|2024-02-08|
|14|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.|25039|2024-02-08|
|1|[huggingface/transformers](https://github.com/huggingface/transformers)|🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.|120026|2024-02-11|
|2|[3b1b/manim](https://github.com/3b1b/manim)|Animation engine for explanatory math videos|56309|2024-01-19|
|3|[binary-husky/gpt_academic](https://github.com/binary-husky/gpt_academic)|为GPT/GLM等LLM大语言模型提供实用化交互接口特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件支持Python和C++等项目剖析&自译解功能PDF/LaTex论文翻译&总结功能支持并行问询多种LLM模型支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss ...|51503|2024-02-09|
|4|[ageitgey/face_recognition](https://github.com/ageitgey/face_recognition)|The world's simplest facial recognition api for Python and the command line|51049|2024-01-13|
|5|[Textualize/rich](https://github.com/Textualize/rich)|Rich is a Python library for rich text and beautiful formatting in the terminal.|46338|2024-02-08|
|6|[THUDM/ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B)|ChatGLM-6B: An Open Bilingual Dialogue Language Model 开源双语对话语言模型|37707|2024-02-05|
|7|[PaddlePaddle/PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)|Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and de ...|36381|2024-02-08|
|8|[hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI)|Making large AI models cheaper, faster and more accessible|36355|2024-02-08|
|9|[fxsjy/jieba](https://github.com/fxsjy/jieba)|结巴中文分词|31982|2024-01-17|
|10|[lm-sys/FastChat](https://github.com/lm-sys/FastChat)|An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.|31574|2024-02-11|
|11|[hankcs/HanLP](https://github.com/hankcs/HanLP)|Natural Language Processing for the next decade. Tokenization, Part-of-Speech Tagging, Named Entity Recognition, Syntactic & Semantic Dependency Parsing, Document Classification|31537|2024-01-16|
|12|[sqlmapproject/sqlmap](https://github.com/sqlmapproject/sqlmap)|Automatic SQL injection and database takeover tool|29890|2024-02-10|
|13|[open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection)|OpenMMLab Detection Toolbox and Benchmark|27003|2024-02-11|
|14|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.|25047|2024-02-08|
|15|[littlecodersh/ItChat](https://github.com/littlecodersh/ItChat)|A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。|24771|2023-09-28|
|16|[jumpserver/jumpserver](https://github.com/jumpserver/jumpserver)|JumpServer 是广受欢迎的开源堡垒机,是符合 4A 规范的专业运维安全审计系统。|23063|2024-02-07|
|17|[celery/celery](https://github.com/celery/celery)|Distributed Task Queue (development branch)|23008|2024-02-09|
|18|[vnpy/vnpy](https://github.com/vnpy/vnpy)|基于Python的开源量化交易平台开发框架|22802|2024-02-01|
|19|[svc-develop-team/so-vits-svc](https://github.com/svc-develop-team/so-vits-svc)|SoftVC VITS Singing Voice Conversion|22663|2023-11-11|
|20|[LC044/WeChatMsg](https://github.com/LC044/WeChatMsg)|提取微信聊天记录将其导出成HTML、Word、CSV文档永久保存对聊天记录进行分析生成年度聊天报告|22593|2024-02-10|
|16|[jumpserver/jumpserver](https://github.com/jumpserver/jumpserver)|JumpServer 是广受欢迎的开源堡垒机,是符合 4A 规范的专业运维安全审计系统。|23062|2024-02-07|
|17|[celery/celery](https://github.com/celery/celery)|Distributed Task Queue (development branch)|23009|2024-02-10|
|18|[vnpy/vnpy](https://github.com/vnpy/vnpy)|基于Python的开源量化交易平台开发框架|22806|2024-02-01|
|19|[svc-develop-team/so-vits-svc](https://github.com/svc-develop-team/so-vits-svc)|SoftVC VITS Singing Voice Conversion|22674|2023-11-11|
|20|[LC044/WeChatMsg](https://github.com/LC044/WeChatMsg)|提取微信聊天记录将其导出成HTML、Word、CSV文档永久保存对聊天记录进行分析生成年度聊天报告|22648|2024-02-11|
|21|[taosdata/TDengine](https://github.com/taosdata/TDengine)|TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps.|22550|2024-02-09|
|22|[chatchat-space/Langchain-Chatchat](https://github.com/chatchat-space/Langchain-Chatchat)|Langchain-Chatchat原Langchain-ChatGLM基于 Langchain 与 ChatGLM 等语言模型的本地知识库问答 Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM) QA app with langchain |22169|2024-02-07|
|23|[PaddlePaddle/Paddle](https://github.com/PaddlePaddle/Paddle)|PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)|21340|2024-02-10|
|24|[zhayujie/chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat)|基于大模型搭建的微信聊天机器人同时支持微信、企业微信、公众号、飞书、钉钉接入可选择GPT3.5/GPT4.0/Claude/文心一言/讯飞星火/通义千问/Gemini/GLM-4/LinkAI能处理文本、语音和图片访问操作系统和互联网支持基于自有知识库进行定制企业智能客服。|21202|2024-02-10|
|25|[jhao104/proxy_pool](https://github.com/jhao104/proxy_pool)|Python ProxyPool for web spider|19603|2024-02-04|
|26|[WZMIAOMIAO/deep-learning-for-image-processing](https://github.com/WZMIAOMIAO/deep-learning-for-image-processing)|deep learning for image processing including classification and object-detection etc.|19561|2024-01-27|
|27|[521xueweihan/GitHub520](https://github.com/521xueweihan/GitHub520)|:kissing_heart: 让你“爱”上 GitHub解决访问时图裂、加载慢的问题。无需安装|19276|2024-02-10|
|28|[recommenders-team/recommenders](https://github.com/recommenders-team/recommenders)|Best Practices on Recommendation Systems|17525|2024-02-09|
|29|[Jack-Cherish/python-spider](https://github.com/Jack-Cherish/python-spider)|:rainbow:Python3网络爬虫实战淘宝、京东、网易云、B站、12306、抖音、笔趣阁、漫画小说下载、音乐电影下载等|17267|2023-11-02|
|30|[ymcui/Chinese-LLaMA-Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca)|中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)|16316|2024-01-29|
|31|[langgenius/dify](https://github.com/langgenius/dify)|An Open-Source Assistants API and GPTs alternative. Dify.AI is an LLM application development platform. It integrates the concepts of Backend as a Service and LLMOps, covering the core tech stack requ ...|15389|2024-02-10|
|32|[OpenEthan/SMSBoom](https://github.com/OpenEthan/SMSBoom)|【重制中 Repairing】短信轰炸 / 短信测压 一个健壮免费的python短信轰炸程序专门炸坏蛋蛋百万接口多线程全自动添加有效接口支持异步协程百万并发全免费的短信轰炸工具|15178|2023-11-23|
|22|[chatchat-space/Langchain-Chatchat](https://github.com/chatchat-space/Langchain-Chatchat)|Langchain-Chatchat原Langchain-ChatGLM基于 Langchain 与 ChatGLM 等语言模型的本地知识库问答 Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM) QA app with langchain |22181|2024-02-07|
|23|[PaddlePaddle/Paddle](https://github.com/PaddlePaddle/Paddle)|PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)|21348|2024-02-11|
|24|[zhayujie/chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat)|基于大模型搭建的微信聊天机器人同时支持微信、企业微信、公众号、飞书、钉钉接入可选择GPT3.5/GPT4.0/Claude/文心一言/讯飞星火/通义千问/Gemini/GLM-4/LinkAI能处理文本、语音和图片访问操作系统和互联网支持基于自有知识库进行定制企业智能客服。|21219|2024-02-10|
|25|[jhao104/proxy_pool](https://github.com/jhao104/proxy_pool)|Python ProxyPool for web spider|19606|2024-02-04|
|26|[WZMIAOMIAO/deep-learning-for-image-processing](https://github.com/WZMIAOMIAO/deep-learning-for-image-processing)|deep learning for image processing including classification and object-detection etc.|19563|2024-01-27|
|27|[521xueweihan/GitHub520](https://github.com/521xueweihan/GitHub520)|:kissing_heart: 让你“爱”上 GitHub解决访问时图裂、加载慢的问题。无需安装|19281|2024-02-11|
|28|[recommenders-team/recommenders](https://github.com/recommenders-team/recommenders)|Best Practices on Recommendation Systems|17526|2024-02-09|
|29|[Jack-Cherish/python-spider](https://github.com/Jack-Cherish/python-spider)|:rainbow:Python3网络爬虫实战淘宝、京东、网易云、B站、12306、抖音、笔趣阁、漫画小说下载、音乐电影下载等|17268|2023-11-02|
|30|[ymcui/Chinese-LLaMA-Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca)|中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)|16318|2024-01-29|
|31|[langgenius/dify](https://github.com/langgenius/dify)|An Open-Source Assistants API and GPTs alternative. Dify.AI is an LLM application development platform. It integrates the concepts of Backend as a Service and LLMOps, covering the core tech stack requ ...|15423|2024-02-11|
|32|[OpenEthan/SMSBoom](https://github.com/OpenEthan/SMSBoom)|【重制中 Repairing】短信轰炸 / 短信测压 一个健壮免费的python短信轰炸程序专门炸坏蛋蛋百万接口多线程全自动添加有效接口支持异步协程百万并发全免费的短信轰炸工具|15182|2023-11-23|
|33|[THUDM/ChatGLM2-6B](https://github.com/THUDM/ChatGLM2-6B)|ChatGLM2-6B: An Open Bilingual Chat LLM 开源双语对话语言模型|15050|2024-01-30|
|34|[pyecharts/pyecharts](https://github.com/pyecharts/pyecharts)|🎨 Python Echarts Plotting Library|14255|2024-01-16|
|35|[GaiZhenbiao/ChuanhuChatGPT](https://github.com/GaiZhenbiao/ChuanhuChatGPT)|GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.|14212|2024-01-21|
|34|[pyecharts/pyecharts](https://github.com/pyecharts/pyecharts)|🎨 Python Echarts Plotting Library|14260|2024-01-16|
|35|[GaiZhenbiao/ChuanhuChatGPT](https://github.com/GaiZhenbiao/ChuanhuChatGPT)|GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.|14215|2024-01-21|
|36|[tgbot-collection/YYeTsBot](https://github.com/tgbot-collection/YYeTsBot)|🎬 人人影视 机器人和网站,包含人人影视全部资源以及众多网友的网盘分享|13769|2024-02-09|
|37|[microsoft/nni](https://github.com/microsoft/nni)|An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.|13569|2023-10-30|
|38|[pjialin/py12306](https://github.com/pjialin/py12306)|🚂 12306 购票助手,支持集群,多账号,多任务购票以及 Web 页面管理 |13523|2024-01-30|
|39|[dmlc/dgl](https://github.com/dmlc/dgl)|Python package built to ease deep learning on graph, on top of existing DL frameworks.|12750|2024-02-09|
|37|[microsoft/nni](https://github.com/microsoft/nni)|An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.|13570|2023-10-30|
|38|[pjialin/py12306](https://github.com/pjialin/py12306)|🚂 12306 购票助手,支持集群,多账号,多任务购票以及 Web 页面管理 |13525|2024-01-30|
|39|[dmlc/dgl](https://github.com/dmlc/dgl)|Python package built to ease deep learning on graph, on top of existing DL frameworks.|12752|2024-02-11|
|40|[PaddlePaddle/PaddleHub](https://github.com/PaddlePaddle/PaddleHub)|Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-Modal with Easy Inference & Serving)|12386|2023-10-18|
|41|[chatanywhere/GPT_API_free](https://github.com/chatanywhere/GPT_API_free)|Free ChatGPT API Key免费ChatGPT API支持GPT4 API免费ChatGPT国内可用免费转发API直连无需代理。可以搭配ChatBox等软件/插件使用,极大降低接口使用成本。国内即可无限制畅快聊天。|12320|2024-01-26|
|42|[jina-ai/clip-as-service](https://github.com/jina-ai/clip-as-service)|🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP|12083|2024-01-23|
|43|[PaddlePaddle/PaddleDetection](https://github.com/PaddlePaddle/PaddleDetection)|Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.|11790|2024-02-04|
|44|[hiyouga/LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)|Easy-to-use LLM fine-tuning framework (LLaMA, BLOOM, Mistral, Baichuan, Qwen, ChatGLM)|11500|2024-02-10|
|45|[Embedding/Chinese-Word-Vectors](https://github.com/Embedding/Chinese-Word-Vectors)|100+ Chinese Word Vectors 上百种预训练中文词向量 |11430|2023-10-30|
|46|[lss233/chatgpt-mirai-qq-bot](https://github.com/lss233/chatgpt-mirai-qq-bot)|🚀 一键部署!真正的 AI 聊天机器人支持ChatGPT、文心一言、讯飞星火、Bing、Bard、ChatGLM、POE多账号人设调教虚拟女仆、图片渲染、语音发送 支持 QQ、Telegram、Discord、微信 等平台|11260|2024-02-05|
|47|[BlinkDL/RWKV-LM](https://github.com/BlinkDL/RWKV-LM)|RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, sa ...|10999|2024-02-10|
|48|[PaddlePaddle/PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)|👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ...|10970|2024-02-09|
|41|[chatanywhere/GPT_API_free](https://github.com/chatanywhere/GPT_API_free)|Free ChatGPT API Key免费ChatGPT API支持GPT4 API免费ChatGPT国内可用免费转发API直连无需代理。可以搭配ChatBox等软件/插件使用,极大降低接口使用成本。国内即可无限制畅快聊天。|12338|2024-01-26|
|42|[jina-ai/clip-as-service](https://github.com/jina-ai/clip-as-service)|🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP|12084|2024-01-23|
|43|[PaddlePaddle/PaddleDetection](https://github.com/PaddlePaddle/PaddleDetection)|Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.|11791|2024-02-04|
|44|[hiyouga/LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)|Easy-to-use LLM fine-tuning framework (LLaMA, BLOOM, Mistral, Baichuan, Qwen, ChatGLM)|11520|2024-02-11|
|45|[Embedding/Chinese-Word-Vectors](https://github.com/Embedding/Chinese-Word-Vectors)|100+ Chinese Word Vectors 上百种预训练中文词向量 |11431|2023-10-30|
|46|[lss233/chatgpt-mirai-qq-bot](https://github.com/lss233/chatgpt-mirai-qq-bot)|🚀 一键部署!真正的 AI 聊天机器人支持ChatGPT、文心一言、讯飞星火、Bing、Bard、ChatGLM、POE多账号人设调教虚拟女仆、图片渲染、语音发送 支持 QQ、Telegram、Discord、微信 等平台|11271|2024-02-05|
|47|[BlinkDL/RWKV-LM](https://github.com/BlinkDL/RWKV-LM)|RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, sa ...|11000|2024-02-10|
|48|[PaddlePaddle/PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)|👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ...|10972|2024-02-09|
|49|[bbfamily/abu](https://github.com/bbfamily/abu)|阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易量化投资架构|10941|2023-10-25|
|50|[x-hw/amazing-qr](https://github.com/x-hw/amazing-qr)|💮 amazing QRCode generator in Python (supporting animated gif) - Python amazing 二维码生成器(支持 gif 动态图片二维码)|10159|2023-12-01|
|51|[biancangming/wtv](https://github.com/biancangming/wtv)|解决电脑、手机看电视直播的苦恼,收集各种直播源,电视直播网站|9946|2024-02-08|
|52|[eosphoros-ai/DB-GPT](https://github.com/eosphoros-ai/DB-GPT)|AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents|9797|2024-02-08|
|53|[RVC-Boss/GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)|1 min voice data can also be used to train a good TTS model! (few shot voice cloning)|9794|2024-02-10|
|54|[gventuri/pandas-ai](https://github.com/gventuri/pandas-ai)|Chat with your data (SQL, CSV, pandas, polars, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.|9711|2024-02-08|
|55|[PaddlePaddle/PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech)|Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation a ...|9700|2024-01-16|
|56|[THUDM/ChatGLM3](https://github.com/THUDM/ChatGLM3)|ChatGLM3 series: Open Bilingual Chat LLMs 开源双语对话语言模型|9529|2024-02-07|
|57|[asweigart/pyautogui](https://github.com/asweigart/pyautogui)|A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.|9231|2024-01-25|
|58|[NVIDIA/NeMo](https://github.com/NVIDIA/NeMo)|NeMo: a toolkit for conversational AI|9219|2024-02-10|
|59|[prowler-cloud/prowler](https://github.com/prowler-cloud/prowler)|Prowler is an Open Source Security tool for AWS, Azure, GCP and Kubernetes to do security assessments, audits, incident response, compliance, continuous monitoring, hardening and forensics readiness. ...|9127|2024-02-10|
|60|[BlinkDL/ChatRWKV](https://github.com/BlinkDL/ChatRWKV)|ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.|9126|2024-02-10|
|61|[kornia/kornia](https://github.com/kornia/kornia)|Geometric Computer Vision Library for Spatial AI|9101|2024-02-10|
|50|[x-hw/amazing-qr](https://github.com/x-hw/amazing-qr)|💮 amazing QRCode generator in Python (supporting animated gif) - Python amazing 二维码生成器(支持 gif 动态图片二维码)|10160|2023-12-01|
|51|[biancangming/wtv](https://github.com/biancangming/wtv)|解决电脑、手机看电视直播的苦恼,收集各种直播源,电视直播网站|9957|2024-02-08|
|52|[RVC-Boss/GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)|1 min voice data can also be used to train a good TTS model! (few shot voice cloning)|9901|2024-02-11|
|53|[eosphoros-ai/DB-GPT](https://github.com/eosphoros-ai/DB-GPT)|AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents|9802|2024-02-08|
|54|[gventuri/pandas-ai](https://github.com/gventuri/pandas-ai)|Chat with your data (SQL, CSV, pandas, polars, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.|9716|2024-02-08|
|55|[PaddlePaddle/PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech)|Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation a ...|9701|2024-01-16|
|56|[THUDM/ChatGLM3](https://github.com/THUDM/ChatGLM3)|ChatGLM3 series: Open Bilingual Chat LLMs 开源双语对话语言模型|9537|2024-02-07|
|57|[asweigart/pyautogui](https://github.com/asweigart/pyautogui)|A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.|9233|2024-01-25|
|58|[NVIDIA/NeMo](https://github.com/NVIDIA/NeMo)|NeMo: a toolkit for conversational AI|9222|2024-02-11|
|59|[BlinkDL/ChatRWKV](https://github.com/BlinkDL/ChatRWKV)|ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.|9127|2024-02-10|
|60|[prowler-cloud/prowler](https://github.com/prowler-cloud/prowler)|Prowler is an Open Source Security tool for AWS, Azure, GCP and Kubernetes to do security assessments, audits, incident response, compliance, continuous monitoring, hardening and forensics readiness. ...|9126|2024-02-10|
|61|[kornia/kornia](https://github.com/kornia/kornia)|Geometric Computer Vision Library for Spatial AI|9103|2024-02-11|
|62|[wangshub/Douyin-Bot](https://github.com/wangshub/Douyin-Bot)|😍 Python 抖音机器人,论如何在抖音上找到漂亮小姐姐? |9033|2023-10-03|
|63|[QwenLM/Qwen](https://github.com/QwenLM/Qwen)|The official repo of Qwen (通义千问) chat & pretrained large language model proposed by Alibaba Cloud.|8942|2024-02-05|
|64|[Kanaries/pygwalker](https://github.com/Kanaries/pygwalker)|PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis|8845|2024-02-08|
|65|[OlafenwaMoses/ImageAI](https://github.com/OlafenwaMoses/ImageAI)|A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities|8275|2023-09-25|
|66|[LlamaFamily/Llama2-Chinese](https://github.com/LlamaFamily/Llama2-Chinese)|Llama中文社区最好的中文Llama大模型完全开源可商用|8267|2024-01-31|
|63|[QwenLM/Qwen](https://github.com/QwenLM/Qwen)|The official repo of Qwen (通义千问) chat & pretrained large language model proposed by Alibaba Cloud.|8950|2024-02-05|
|64|[Kanaries/pygwalker](https://github.com/Kanaries/pygwalker)|PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis|8851|2024-02-08|
|65|[OlafenwaMoses/ImageAI](https://github.com/OlafenwaMoses/ImageAI)|A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities|8276|2023-09-25|
|66|[LlamaFamily/Llama2-Chinese](https://github.com/LlamaFamily/Llama2-Chinese)|Llama中文社区最好的中文Llama大模型完全开源可商用|8273|2024-01-31|
|67|[PaddlePaddle/PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg)|Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in Semantic Segmentation, Interactive Segmentation, Panoptic Segmentation, Image Mat ...|8024|2024-02-07|
|68|[PeterL1n/RobustVideoMatting](https://github.com/PeterL1n/RobustVideoMatting)|Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!|7989|2023-10-22|
|69|[voicepaw/so-vits-svc-fork](https://github.com/voicepaw/so-vits-svc-fork)|so-vits-svc fork with realtime support, improved interface and more features.|7966|2024-02-10|
|70|[akfamily/akshare](https://github.com/akfamily/akshare)|AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库|7926|2024-02-09|
|68|[PeterL1n/RobustVideoMatting](https://github.com/PeterL1n/RobustVideoMatting)|Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!|7990|2023-10-22|
|69|[voicepaw/so-vits-svc-fork](https://github.com/voicepaw/so-vits-svc-fork)|so-vits-svc fork with realtime support, improved interface and more features.|7970|2024-02-10|
|70|[akfamily/akshare](https://github.com/akfamily/akshare)|AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库|7930|2024-02-09|
|71|[yutiansut/QUANTAXIS](https://github.com/yutiansut/QUANTAXIS)|QUANTAXIS 支持任务调度 分布式部署的 股票/期货/期权 数据/回测/模拟/交易/可视化/多账户 纯本地量化解决方案|7775|2023-10-27|
|72|[AirtestProject/Airtest](https://github.com/AirtestProject/Airtest)|UI Automation Framework for Games and Apps|7683|2024-01-20|
|72|[AirtestProject/Airtest](https://github.com/AirtestProject/Airtest)|UI Automation Framework for Games and Apps|7684|2024-01-20|
|73|[dataabc/weiboSpider](https://github.com/dataabc/weiboSpider)|新浪微博爬虫用python爬取新浪微博数据|7681|2023-11-29|
|74|[RUCAIBox/LLMSurvey](https://github.com/RUCAIBox/LLMSurvey)|The official GitHub page for the survey paper "A Survey of Large Language Models".|7630|2024-01-10|
|75|[facebookresearch/nougat](https://github.com/facebookresearch/nougat)|Implementation of Nougat Neural Optical Understanding for Academic Documents|7576|2024-01-22|
|74|[RUCAIBox/LLMSurvey](https://github.com/RUCAIBox/LLMSurvey)|The official GitHub page for the survey paper "A Survey of Large Language Models".|7637|2024-01-10|
|75|[facebookresearch/nougat](https://github.com/facebookresearch/nougat)|Implementation of Nougat Neural Optical Understanding for Academic Documents|7581|2024-01-22|
|76|[THUDM/CodeGeeX](https://github.com/THUDM/CodeGeeX)|CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)|7575|2024-01-17|
|77|[PaddlePaddle/PaddleGAN](https://github.com/PaddlePaddle/PaddleGAN)|PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, Wav2Lip, picture repair, image editing, photo2cartoon, image style transfer, GPEN, and so on.|7564|2024-02-02|
|78|[sml2h3/ddddocr](https://github.com/sml2h3/ddddocr)|带带弟弟 通用验证码识别OCR pypi版|7563|2024-01-17|
|77|[sml2h3/ddddocr](https://github.com/sml2h3/ddddocr)|带带弟弟 通用验证码识别OCR pypi版|7568|2024-01-17|
|78|[PaddlePaddle/PaddleGAN](https://github.com/PaddlePaddle/PaddleGAN)|PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, Wav2Lip, picture repair, image editing, photo2cartoon, image style transfer, GPEN, and so on.|7565|2024-02-02|
|79|[shidenggui/easytrader](https://github.com/shidenggui/easytrader)|提供同花顺客户端/国金/华泰客户端/雪球的基金、股票自动程序化交易以及自动打新,支持跟踪 joinquant /ricequant 模拟交易 和 实盘雪球组合, 量化交易组件|7556|2024-02-07|
|80|[shmilylty/OneForAll](https://github.com/shmilylty/OneForAll)|OneForAll是一款功能强大的子域收集工具|7442|2024-02-05|
|81|[houtianze/bypy](https://github.com/houtianze/bypy)|Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘Python客户端|7293|2024-01-08|
|80|[shmilylty/OneForAll](https://github.com/shmilylty/OneForAll)|OneForAll是一款功能强大的子域收集工具|7443|2024-02-05|
|81|[houtianze/bypy](https://github.com/houtianze/bypy)|Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘Python客户端|7300|2024-01-08|
|82|[Morizeyao/GPT2-Chinese](https://github.com/Morizeyao/GPT2-Chinese)|Chinese version of GPT2 training code, using BERT tokenizer.|7287|2024-01-03|
|83|[nl8590687/ASRT_SpeechRecognition](https://github.com/nl8590687/ASRT_SpeechRecognition)|A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统|7282|2024-01-16|
|84|[thu-ml/tianshou](https://github.com/thu-ml/tianshou)|An elegant PyTorch deep reinforcement learning library.|7142|2024-02-09|
|85|[open-mmlab/mmsegmentation](https://github.com/open-mmlab/mmsegmentation)|OpenMMLab Semantic Segmentation Toolbox and Benchmark.|7043|2024-02-07|
|86|[yoshiko2/Movie_Data_Capture](https://github.com/yoshiko2/Movie_Data_Capture)|Local Movies Organizer|7006|2024-01-22|
|85|[open-mmlab/mmsegmentation](https://github.com/open-mmlab/mmsegmentation)|OpenMMLab Semantic Segmentation Toolbox and Benchmark.|7044|2024-02-07|
|86|[yoshiko2/Movie_Data_Capture](https://github.com/yoshiko2/Movie_Data_Capture)|Local Movies Organizer|7011|2024-01-22|
|87|[Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB)| 💎1MB lightweight face detection model (1MB轻量级人脸检测模型)|6955|2023-12-29|
|88|[assafelovic/gpt-researcher](https://github.com/assafelovic/gpt-researcher)|GPT based autonomous agent that does online comprehensive research on any given topic|6901|2024-02-05|
|89|[wbt5/real-url](https://github.com/wbt5/real-url)|获取斗鱼&虎牙&哔哩哔哩&抖音&快手等 58 个直播平台的真实流媒体地址(直播源)和弹幕,直播源可在 PotPlayer、flv.js 等播放器中播放。|6890|2023-08-12|
|90|[PaddlePaddle/models](https://github.com/PaddlePaddle/models)|Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models and so on.|6858|2023-09-05|
|91|[Jrohy/multi-v2ray](https://github.com/Jrohy/multi-v2ray)|v2ray/xray多用户管理部署程序|6831|2023-10-07|
|92|[Plachtaa/VALL-E-X](https://github.com/Plachtaa/VALL-E-X)|An open source implementation of Microsoft's VALL-E X zero-shot TTS model. Demo is available in https://plachtaa.github.io|6817|2024-02-10|
|93|[TheKingOfDuck/fuzzDicts](https://github.com/TheKingOfDuck/fuzzDicts)|Web Pentesting Fuzz 字典,一个就够了。|6780|2023-11-13|
|94|[princewen/tensorflow_practice](https://github.com/princewen/tensorflow_practice)|tensorflow实战练习包括强化学习、推荐系统、nlp等|6485|2023-09-24|
|95|[VikParuchuri/marker](https://github.com/VikParuchuri/marker)|Convert PDF to markdown quickly with high accuracy|6457|2024-02-05|
|96|[EleutherAI/gpt-neox](https://github.com/EleutherAI/gpt-neox)|An implementation of model parallel autoregressive transformers on GPUs, based on the DeepSpeed library.|6399|2024-02-08|
|97|[lawlite19/MachineLearning_Python](https://github.com/lawlite19/MachineLearning_Python)|机器学习算法python实现|6371|2023-09-19|
|98|[open-mmlab/mmagic](https://github.com/open-mmlab/mmagic)|OpenMMLab Multimodal Advanced, Generative, and Intelligent Creation Toolbox. Unlock the magic 🪄: Generative-AI (AIGC), easy-to-use APIs, awsome model zoo, diffusion models, for text-to-image generatio ...|6347|2024-01-31|
|99|[garrettj403/SciencePlots](https://github.com/garrettj403/SciencePlots)|Matplotlib styles for scientific plotting|6222|2024-02-08|
|100|[pdm-project/pdm](https://github.com/pdm-project/pdm)|A modern Python package and dependency manager supporting the latest PEP standards|6128|2024-02-06|
|101|[LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)|Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.|6082|2024-02-10|
|102|[liangliangyy/DjangoBlog](https://github.com/liangliangyy/DjangoBlog)|🍺基于Django的博客系统|6078|2024-02-07|
|103|[jzhang38/TinyLlama](https://github.com/jzhang38/TinyLlama)|The TinyLlama project is an open endeavor to pretrain a 1.1B Llama model on 3 trillion tokens.|6047|2024-02-04|
|88|[assafelovic/gpt-researcher](https://github.com/assafelovic/gpt-researcher)|GPT based autonomous agent that does online comprehensive research on any given topic|6913|2024-02-05|
|89|[PaddlePaddle/models](https://github.com/PaddlePaddle/models)|Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models and so on.|6858|2023-09-05|
|90|[Jrohy/multi-v2ray](https://github.com/Jrohy/multi-v2ray)|v2ray/xray多用户管理部署程序|6831|2023-10-07|
|91|[Plachtaa/VALL-E-X](https://github.com/Plachtaa/VALL-E-X)|An open source implementation of Microsoft's VALL-E X zero-shot TTS model. Demo is available in https://plachtaa.github.io|6822|2024-02-11|
|92|[TheKingOfDuck/fuzzDicts](https://github.com/TheKingOfDuck/fuzzDicts)|Web Pentesting Fuzz 字典,一个就够了。|6782|2023-11-13|
|93|[princewen/tensorflow_practice](https://github.com/princewen/tensorflow_practice)|tensorflow实战练习包括强化学习、推荐系统、nlp等|6485|2023-09-24|
|94|[VikParuchuri/marker](https://github.com/VikParuchuri/marker)|Convert PDF to markdown quickly with high accuracy|6461|2024-02-05|
|95|[EleutherAI/gpt-neox](https://github.com/EleutherAI/gpt-neox)|An implementation of model parallel autoregressive transformers on GPUs, based on the DeepSpeed library.|6401|2024-02-08|
|96|[lawlite19/MachineLearning_Python](https://github.com/lawlite19/MachineLearning_Python)|机器学习算法python实现|6373|2023-09-19|
|97|[open-mmlab/mmagic](https://github.com/open-mmlab/mmagic)|OpenMMLab Multimodal Advanced, Generative, and Intelligent Creation Toolbox. Unlock the magic 🪄: Generative-AI (AIGC), easy-to-use APIs, awsome model zoo, diffusion models, for text-to-image generatio ...|6348|2024-01-31|
|98|[garrettj403/SciencePlots](https://github.com/garrettj403/SciencePlots)|Matplotlib styles for scientific plotting|6223|2024-02-08|
|99|[pdm-project/pdm](https://github.com/pdm-project/pdm)|A modern Python package and dependency manager supporting the latest PEP standards|6133|2024-02-06|
|100|[LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)|Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.|6090|2024-02-10|
|101|[liangliangyy/DjangoBlog](https://github.com/liangliangyy/DjangoBlog)|🍺基于Django的博客系统|6080|2024-02-07|
|102|[jzhang38/TinyLlama](https://github.com/jzhang38/TinyLlama)|The TinyLlama project is an open endeavor to pretrain a 1.1B Llama model on 3 trillion tokens.|6053|2024-02-04|
|103|[ymcui/Chinese-LLaMA-Alpaca-2](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2)|中文LLaMA-2 & Alpaca-2大模型二期项目 + 64K超长上下文模型 (Chinese LLaMA-2 & Alpaca-2 LLMs with 64K long context models)|5985|2024-01-29|
|104|[linyiLYi/street-fighter-ai](https://github.com/linyiLYi/street-fighter-ai)|This is an AI agent for Street Fighter II Champion Edition.|5983|2023-12-24|
|105|[ymcui/Chinese-LLaMA-Alpaca-2](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2)|中文LLaMA-2 & Alpaca-2大模型二期项目 + 64K超长上下文模型 (Chinese LLaMA-2 & Alpaca-2 LLMs with 64K long context models)|5979|2024-01-29|
|106|[FQrabbit/SSTap-Rule](https://github.com/FQrabbit/SSTap-Rule)|支持更多游戏规则让SSTap成为真正的“网游加速器”|5970|2024-02-10|
|107|[mli/autocut](https://github.com/mli/autocut)|用文本编辑器剪视频|5961|2023-12-20|
|108|[XPixelGroup/BasicSR](https://github.com/XPixelGroup/BasicSR)|Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also sup ...|5885|2023-11-16|
|109|[r0ysue/r0capture](https://github.com/r0ysue/r0capture)|安卓应用层抓包通杀脚本|5840|2023-10-20|
|110|[microsoft/MMdnn](https://github.com/microsoft/MMdnn)|MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyT ...|5768|2023-10-03|
|111|[QingdaoU/OnlineJudge](https://github.com/QingdaoU/OnlineJudge)|Open source online judge based on Vue, Django and Docker. 青岛大学开源 Online Judge QQ群 496710125 admin@qduoj.com|5739|2024-02-10|
|112|[openatx/uiautomator2](https://github.com/openatx/uiautomator2)|Android Uiautomator2 Python Wrapper|5708|2023-11-08|
|113|[hunshcn/gh-proxy](https://github.com/hunshcn/gh-proxy)|github release、archive以及项目文件的加速项目|5646|2024-02-05|
|114|[modelscope/modelscope](https://github.com/modelscope/modelscope)|ModelScope: bring the notion of Model-as-a-Service to life.|5587|2024-02-08|
|115|[LmeSzinc/AzurLaneAutoScript](https://github.com/LmeSzinc/AzurLaneAutoScript)|Azur Lane bot (CN/EN/JP/TW) 碧蓝航线脚本 无缝委托科研,全自动大世界|5580|2024-02-07|
|116|[baichuan-inc/Baichuan-7B](https://github.com/baichuan-inc/Baichuan-7B)|A large-scale 7B pretraining language model developed by BaiChuan-Inc.|5524|2023-09-30|
|117|[taojy123/KeymouseGo](https://github.com/taojy123/KeymouseGo)|类似按键精灵的鼠标键盘录制和自动化操作 模拟点击和键入 automate mouse clicks and keyboard input|5523|2023-09-05|
|118|[wzpan/wukong-robot](https://github.com/wzpan/wukong-robot)|🤖 wukong-robot 是一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目支持ChatGPT多轮对话能力还可能是首个支持脑机交互的开源智能音箱项目。|5522|2024-01-29|
|119|[reorx/awesome-chatgpt-api](https://github.com/reorx/awesome-chatgpt-api)|Curated list of apps and tools that not only use the new ChatGPT API, but also allow users to configure their own API keys, enabling free and on-demand usage of their own quota.|5488|2023-10-25|
|120|[hhyo/Archery](https://github.com/hhyo/Archery)|SQL 审核查询平台|5484|2024-02-06|
|121|[open-mmlab/mmcv](https://github.com/open-mmlab/mmcv)|OpenMMLab Computer Vision Foundation|5456|2024-02-06|
|122|[RangiLyu/nanodet](https://github.com/RangiLyu/nanodet)|NanoDet-Plus⚡Super fast and lightweight anchor-free object detection model. 🔥Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphone🔥|5454|2024-01-30|
|123|[jianchang512/clone-voice](https://github.com/jianchang512/clone-voice)|A sound cloning tool with a web interface, using your voice or any sound to record audio / 一个带web界面的声音克隆工具使用你的音色或任意声音来录制音频|5446|2024-02-09|
|124|[EstrellaXD/Auto_Bangumi](https://github.com/EstrellaXD/Auto_Bangumi)|AutoBangumi - 全自动追番工具|5411|2024-02-01|
|125|[Evil0ctal/Douyin_TikTok_Download_API](https://github.com/Evil0ctal/Douyin_TikTok_Download_API)|🚀「Douyin_TikTok_Download_API」是一个开箱即用的高性能异步抖音、快手、TikTok、Bilibili数据爬取工具支持API调用在线批量解析及下载。|5384|2023-12-01|
|126|[OpenGVLab/LLaMA-Adapter](https://github.com/OpenGVLab/LLaMA-Adapter)|[ICLR 2024] Fine-tuning LLaMA to follow Instructions within 1 Hour and 1.2M Parameters|5319|2024-01-23|
|127|[skywind3000/ECDICT](https://github.com/skywind3000/ECDICT)|Free English to Chinese Dictionary Database|5314|2023-12-02|
|128|[nonebot/nonebot2](https://github.com/nonebot/nonebot2)|跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python|5294|2024-02-10|
|129|[bojone/bert4keras](https://github.com/bojone/bert4keras)|keras implement of transformers for humans|5243|2023-11-02|
|130|[Python3WebSpider/ProxyPool](https://github.com/Python3WebSpider/ProxyPool)|An Efficient ProxyPool with Getter, Tester and Server|5239|2024-01-01|
|131|[PaddlePaddle/PaddleClas](https://github.com/PaddlePaddle/PaddleClas)|A treasure chest for visual classification and recognition powered by PaddlePaddle|5171|2024-02-06|
|132|[jsvine/pdfplumber](https://github.com/jsvine/pdfplumber)|Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.|5144|2024-02-05|
|133|[ricequant/rqalpha](https://github.com/ricequant/rqalpha)|A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities|5098|2024-01-22|
|105|[FQrabbit/SSTap-Rule](https://github.com/FQrabbit/SSTap-Rule)|支持更多游戏规则让SSTap成为真正的“网游加速器”|5970|2024-02-10|
|106|[mli/autocut](https://github.com/mli/autocut)|用文本编辑器剪视频|5961|2023-12-20|
|107|[XPixelGroup/BasicSR](https://github.com/XPixelGroup/BasicSR)|Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also sup ...|5886|2023-11-16|
|108|[r0ysue/r0capture](https://github.com/r0ysue/r0capture)|安卓应用层抓包通杀脚本|5842|2023-10-20|
|109|[microsoft/MMdnn](https://github.com/microsoft/MMdnn)|MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyT ...|5769|2023-10-03|
|110|[QingdaoU/OnlineJudge](https://github.com/QingdaoU/OnlineJudge)|Open source online judge based on Vue, Django and Docker. 青岛大学开源 Online Judge QQ群 496710125 admin@qduoj.com|5739|2024-02-10|
|111|[openatx/uiautomator2](https://github.com/openatx/uiautomator2)|Android Uiautomator2 Python Wrapper|5708|2023-11-08|
|112|[hunshcn/gh-proxy](https://github.com/hunshcn/gh-proxy)|github release、archive以及项目文件的加速项目|5646|2024-02-05|
|113|[modelscope/modelscope](https://github.com/modelscope/modelscope)|ModelScope: bring the notion of Model-as-a-Service to life.|5590|2024-02-08|
|114|[LmeSzinc/AzurLaneAutoScript](https://github.com/LmeSzinc/AzurLaneAutoScript)|Azur Lane bot (CN/EN/JP/TW) 碧蓝航线脚本 无缝委托科研,全自动大世界|5583|2024-02-07|
|115|[baichuan-inc/Baichuan-7B](https://github.com/baichuan-inc/Baichuan-7B)|A large-scale 7B pretraining language model developed by BaiChuan-Inc.|5527|2023-09-30|
|116|[taojy123/KeymouseGo](https://github.com/taojy123/KeymouseGo)|类似按键精灵的鼠标键盘录制和自动化操作 模拟点击和键入 automate mouse clicks and keyboard input|5527|2023-09-05|
|117|[wzpan/wukong-robot](https://github.com/wzpan/wukong-robot)|🤖 wukong-robot 是一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目支持ChatGPT多轮对话能力还可能是首个支持脑机交互的开源智能音箱项目。|5523|2024-01-29|
|118|[reorx/awesome-chatgpt-api](https://github.com/reorx/awesome-chatgpt-api)|Curated list of apps and tools that not only use the new ChatGPT API, but also allow users to configure their own API keys, enabling free and on-demand usage of their own quota.|5490|2024-02-11|
|119|[hhyo/Archery](https://github.com/hhyo/Archery)|SQL 审核查询平台|5484|2024-02-06|
|120|[open-mmlab/mmcv](https://github.com/open-mmlab/mmcv)|OpenMMLab Computer Vision Foundation|5457|2024-02-06|
|121|[RangiLyu/nanodet](https://github.com/RangiLyu/nanodet)|NanoDet-Plus⚡Super fast and lightweight anchor-free object detection model. 🔥Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphone🔥|5454|2024-01-30|
|122|[jianchang512/clone-voice](https://github.com/jianchang512/clone-voice)|A sound cloning tool with a web interface, using your voice or any sound to record audio / 一个带web界面的声音克隆工具使用你的音色或任意声音来录制音频|5452|2024-02-09|
|123|[EstrellaXD/Auto_Bangumi](https://github.com/EstrellaXD/Auto_Bangumi)|AutoBangumi - 全自动追番工具|5418|2024-02-01|
|124|[Evil0ctal/Douyin_TikTok_Download_API](https://github.com/Evil0ctal/Douyin_TikTok_Download_API)|🚀「Douyin_TikTok_Download_API」是一个开箱即用的高性能异步抖音、快手、TikTok、Bilibili数据爬取工具支持API调用在线批量解析及下载。|5386|2023-12-01|
|125|[OpenGVLab/LLaMA-Adapter](https://github.com/OpenGVLab/LLaMA-Adapter)|[ICLR 2024] Fine-tuning LLaMA to follow Instructions within 1 Hour and 1.2M Parameters|5320|2024-01-23|
|126|[skywind3000/ECDICT](https://github.com/skywind3000/ECDICT)|Free English to Chinese Dictionary Database|5314|2023-12-02|
|127|[nonebot/nonebot2](https://github.com/nonebot/nonebot2)|跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python|5295|2024-02-11|
|128|[bojone/bert4keras](https://github.com/bojone/bert4keras)|keras implement of transformers for humans|5244|2023-11-02|
|129|[Python3WebSpider/ProxyPool](https://github.com/Python3WebSpider/ProxyPool)|An Efficient ProxyPool with Getter, Tester and Server|5239|2024-01-01|
|130|[PaddlePaddle/PaddleClas](https://github.com/PaddlePaddle/PaddleClas)|A treasure chest for visual classification and recognition powered by PaddlePaddle|5171|2024-02-06|
|131|[jsvine/pdfplumber](https://github.com/jsvine/pdfplumber)|Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.|5147|2024-02-10|
|132|[ricequant/rqalpha](https://github.com/ricequant/rqalpha)|A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities|5099|2024-01-22|
|133|[MustardChef/WSABuilds](https://github.com/MustardChef/WSABuilds)|Run Windows Subsystem For Android on your Windows 10 and Windows 11 PC using prebuilt binaries with Google Play Store (MindTheGapps) and/or Magisk or KernelSU (root solutions) built in. |5034|2024-02-11|
|134|[guofei9987/blind_watermark](https://github.com/guofei9987/blind_watermark)|Blind&Invisible Watermark ,图片盲水印,提取水印无须原图!|5031|2023-12-25|
|135|[yuanxiaosc/DeepNude-an-Image-to-Image-technology](https://github.com/yuanxiaosc/DeepNude-an-Image-to-Image-technology)|DeepNude's algorithm and general image generation theory and practice research, including pix2pix, CycleGAN, UGATIT, DCGAN, SinGAN, ALAE, mGANprior, StarGAN-v2 and VAE models (TensorFlow2 implementati ...|5027|2024-01-02|
|136|[MustardChef/WSABuilds](https://github.com/MustardChef/WSABuilds)|Run Windows Subsystem For Android on your Windows 10 and Windows 11 PC using prebuilt binaries with Google Play Store (MindTheGapps) and/or Magisk or KernelSU (root solutions) built in. |5015|2024-02-10|
|137|[tychxn/jd-assistant](https://github.com/tychxn/jd-assistant)|京东抢购助手:包含登录,查询商品库存/价格,添加/清空购物车,抢购商品(下单),查询订单等功能|5015|2024-01-05|
|138|[shibing624/pycorrector](https://github.com/shibing624/pycorrector)|pycorrector is a toolkit for text error correction. 文本纠错实现了KenlmT5MacBERTChatGLM3LLaMA等模型应用在纠错场景开箱即用。|4974|2024-02-03|
|139|[clovaai/donut](https://github.com/clovaai/donut)|Official Implementation of OCR-free Document Understanding Transformer (Donut) and Synthetic Document Generator (SynthDoG), ECCV 2022|4962|2023-11-15|
|140|[chatopera/Synonyms](https://github.com/chatopera/Synonyms)|:herb: 中文近义词:聊天机器人,智能问答工具包|4944|2023-11-24|
|141|[zq1997/deepin-wine](https://github.com/zq1997/deepin-wine)|【deepin源移植】Debian/Ubuntu上的QQ/微信快速安装方式|4933|2023-10-14|
|142|[wepe/MachineLearning](https://github.com/wepe/MachineLearning)|Basic Machine Learning and Deep Learning|4921|2024-01-20|
|143|[rev1si0n/lamda](https://github.com/rev1si0n/lamda)|⚡️ Android reverse engineering & automation framework 史上最强安卓抓包/逆向/HOOK & 云手机/远程桌面/自动化辅助框架,你的工作从未如此简单快捷。|4907|2024-01-28|
|144|[Johnserf-Seed/TikTokDownload](https://github.com/Johnserf-Seed/TikTokDownload)|抖音去水印批量下载用户主页作品、喜欢、收藏、图文、音频|4768|2024-01-04|
|145|[sshwsfc/xadmin](https://github.com/sshwsfc/xadmin)|Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.|4738|2023-12-20|
|146|[guofei9987/scikit-opt](https://github.com/guofei9987/scikit-opt)|Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling sales ...|4732|2023-12-26|
|147|[HIT-SCIR/ltp](https://github.com/HIT-SCIR/ltp)|Language Technology Platform|4709|2023-12-01|
|148|[IrisRainbowNeko/genshin_auto_fish](https://github.com/IrisRainbowNeko/genshin_auto_fish)|基于深度强化学习的原神自动钓鱼AI|4703|2023-12-15|
|149|[yihong0618/xiaogpt](https://github.com/yihong0618/xiaogpt)|Play ChatGPT and other LLM with Xiaomi AI Speaker|4702|2024-02-03|
|150|[open-mmlab/mmpose](https://github.com/open-mmlab/mmpose)|OpenMMLab Pose Estimation Toolbox and Benchmark.|4686|2024-01-18|
|151|[Rockyzsu/stock](https://github.com/Rockyzsu/stock)|30天掌握量化交易 (持续更新)|4646|2024-02-04|
|152|[TophantTechnology/ARL](https://github.com/TophantTechnology/ARL)|ARL(Asset Reconnaissance Lighthouse)资产侦察灯塔系统旨在快速侦察与目标关联的互联网资产,构建基础资产信息库。 协助甲方安全团队或者渗透测试人员有效侦察和检索资产,发现存在的薄弱点和攻击面。|4612|2023-12-29|
|153|[mozillazg/python-pinyin](https://github.com/mozillazg/python-pinyin)|汉字转拼音(pypinyin)|4601|2024-01-19|
|154|[Sitoi/dailycheckin](https://github.com/Sitoi/dailycheckin)|基于「Docker」/「青龙面板」/「群晖」的每日签到脚本(支持多账号使用)签到列表: 爱奇艺全民K歌有道云笔记百度贴吧BilibiliV2EXAcFun什么值得买阿里云盘i茅台申购小米运动百度搜索资源平台恩山论坛奥拉星|4587|2024-02-09|
|155|[InternLM/InternLM](https://github.com/InternLM/InternLM)|Official release of InternLM2 7B and 20B base and chat models. 200K context support|4553|2024-02-06|
|156|[deepseek-ai/DeepSeek-Coder](https://github.com/deepseek-ai/DeepSeek-Coder)|DeepSeek Coder: Let the Code Write Itself|4550|2024-02-06|
|157|[open-mmlab/mmdetection3d](https://github.com/open-mmlab/mmdetection3d)|OpenMMLab's next-generation platform for general 3D object detection.|4544|2024-01-27|
|158|[PaddlePaddle/PaddleX](https://github.com/PaddlePaddle/PaddleX)|PaddlePaddle End-to-End Development Toolkit『飞桨』深度学习全流程开发工具|4535|2024-02-01|
|159|[man-group/dtale](https://github.com/man-group/dtale)|Visualizer for pandas data structures|4434|2024-01-31|
|160|[tebelorg/RPA-Python](https://github.com/tebelorg/RPA-Python)|Python package for doing RPA|4372|2023-12-24|
|136|[tychxn/jd-assistant](https://github.com/tychxn/jd-assistant)|京东抢购助手:包含登录,查询商品库存/价格,添加/清空购物车,抢购商品(下单),查询订单等功能|5015|2024-01-05|
|137|[shibing624/pycorrector](https://github.com/shibing624/pycorrector)|pycorrector is a toolkit for text error correction. 文本纠错实现了KenlmT5MacBERTChatGLM3LLaMA等模型应用在纠错场景开箱即用。|4974|2024-02-03|
|138|[clovaai/donut](https://github.com/clovaai/donut)|Official Implementation of OCR-free Document Understanding Transformer (Donut) and Synthetic Document Generator (SynthDoG), ECCV 2022|4963|2023-11-15|
|139|[chatopera/Synonyms](https://github.com/chatopera/Synonyms)|:herb: 中文近义词:聊天机器人,智能问答工具包|4944|2023-11-24|
|140|[zq1997/deepin-wine](https://github.com/zq1997/deepin-wine)|【deepin源移植】Debian/Ubuntu上的QQ/微信快速安装方式|4933|2023-10-14|
|141|[wepe/MachineLearning](https://github.com/wepe/MachineLearning)|Basic Machine Learning and Deep Learning|4925|2024-01-20|
|142|[rev1si0n/lamda](https://github.com/rev1si0n/lamda)|⚡️ Android reverse engineering & automation framework 史上最强安卓抓包/逆向/HOOK & 云手机/远程桌面/自动化辅助框架,你的工作从未如此简单快捷。|4908|2024-01-28|
|143|[Johnserf-Seed/TikTokDownload](https://github.com/Johnserf-Seed/TikTokDownload)|抖音去水印批量下载用户主页作品、喜欢、收藏、图文、音频|4771|2024-01-04|
|144|[sshwsfc/xadmin](https://github.com/sshwsfc/xadmin)|Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.|4738|2023-12-20|
|145|[guofei9987/scikit-opt](https://github.com/guofei9987/scikit-opt)|Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling sales ...|4731|2023-12-26|
|146|[HIT-SCIR/ltp](https://github.com/HIT-SCIR/ltp)|Language Technology Platform|4709|2023-12-01|
|147|[yihong0618/xiaogpt](https://github.com/yihong0618/xiaogpt)|Play ChatGPT and other LLM with Xiaomi AI Speaker|4705|2024-02-03|
|148|[IrisRainbowNeko/genshin_auto_fish](https://github.com/IrisRainbowNeko/genshin_auto_fish)|基于深度强化学习的原神自动钓鱼AI|4704|2023-12-15|
|149|[open-mmlab/mmpose](https://github.com/open-mmlab/mmpose)|OpenMMLab Pose Estimation Toolbox and Benchmark.|4689|2024-01-18|
|150|[Rockyzsu/stock](https://github.com/Rockyzsu/stock)|30天掌握量化交易 (持续更新)|4648|2024-02-04|
|151|[TophantTechnology/ARL](https://github.com/TophantTechnology/ARL)|ARL(Asset Reconnaissance Lighthouse)资产侦察灯塔系统旨在快速侦察与目标关联的互联网资产,构建基础资产信息库。 协助甲方安全团队或者渗透测试人员有效侦察和检索资产,发现存在的薄弱点和攻击面。|4612|2023-12-29|
|152|[mozillazg/python-pinyin](https://github.com/mozillazg/python-pinyin)|汉字转拼音(pypinyin)|4601|2024-01-19|
|153|[Sitoi/dailycheckin](https://github.com/Sitoi/dailycheckin)|基于「Docker」/「青龙面板」/「群晖」的每日签到脚本(支持多账号使用)签到列表: 爱奇艺全民K歌有道云笔记百度贴吧BilibiliV2EXAcFun什么值得买阿里云盘i茅台申购小米运动百度搜索资源平台恩山论坛奥拉星|4591|2024-02-09|
|154|[deepseek-ai/DeepSeek-Coder](https://github.com/deepseek-ai/DeepSeek-Coder)|DeepSeek Coder: Let the Code Write Itself|4557|2024-02-06|
|155|[InternLM/InternLM](https://github.com/InternLM/InternLM)|Official release of InternLM2 7B and 20B base and chat models. 200K context support|4555|2024-02-06|
|156|[open-mmlab/mmdetection3d](https://github.com/open-mmlab/mmdetection3d)|OpenMMLab's next-generation platform for general 3D object detection.|4545|2024-01-27|
|157|[PaddlePaddle/PaddleX](https://github.com/PaddlePaddle/PaddleX)|PaddlePaddle End-to-End Development Toolkit『飞桨』深度学习全流程开发工具|4535|2024-02-01|
|158|[man-group/dtale](https://github.com/man-group/dtale)|Visualizer for pandas data structures|4434|2024-01-31|
|159|[tebelorg/RPA-Python](https://github.com/tebelorg/RPA-Python)|Python package for doing RPA|4372|2023-12-24|
|160|[YaoFANGUK/video-subtitle-extractor](https://github.com/YaoFANGUK/video-subtitle-extractor)|视频硬字幕提取生成srt文件。无需申请第三方API本地实现文本识别。基于深度学习的视频字幕提取框架包含字幕区域检测、字幕内容提取。A GUI tool for extracting hard-coded subtitle (hardsub) from videos and generating srt files. |4339|2024-01-22|
|161|[madawei2699/myGPTReader](https://github.com/madawei2699/myGPTReader)|A community-driven way to read and chat with AI bots - powered by chatGPT.|4338|2023-11-19|
|162|[YaoFANGUK/video-subtitle-extractor](https://github.com/YaoFANGUK/video-subtitle-extractor)|视频硬字幕提取生成srt文件。无需申请第三方API本地实现文本识别。基于深度学习的视频字幕提取框架包含字幕区域检测、字幕内容提取。A GUI tool for extracting hard-coded subtitle (hardsub) from videos and generating srt files. |4338|2024-01-22|
|163|[Plachtaa/VITS-fast-fine-tuning](https://github.com/Plachtaa/VITS-fast-fine-tuning)|This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion|4271|2024-01-05|
|164|[aigc-apps/sd-webui-EasyPhoto](https://github.com/aigc-apps/sd-webui-EasyPhoto)|📷 EasyPhoto Your Smart AI Photo Generator.|4233|2024-02-07|
|165|[dataelement/bisheng](https://github.com/dataelement/bisheng)|Bisheng is an open LLM devops platform for next generation AI applications.|4200|2024-02-07|
|166|[thunlp/OpenNRE](https://github.com/thunlp/OpenNRE)| An Open-Source Package for Neural Relation Extraction (NRE)|4182|2024-01-10|
|167|[pkuliyi2015/multidiffusion-upscaler-for-automatic1111](https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111)|Tiled Diffusion and VAE optimize, licensed under CC BY-NC-SA 4.0|4138|2023-11-01|
|168|[THUDM/CogVLM](https://github.com/THUDM/CogVLM)|a state-of-the-art-level open visual language model 多模态预训练模型|4115|2024-02-07|
|169|[VikParuchuri/surya](https://github.com/VikParuchuri/surya)|Accurate line-level text detection and recognition (OCR) in any language|4087|2024-02-09|
|170|[shidenggui/easyquotation](https://github.com/shidenggui/easyquotation)|实时获取新浪 / 腾讯 的免费股票行情 / 集思路的分级基金行情|4076|2023-12-13|
|171|[NewFuture/DDNS](https://github.com/NewFuture/DDNS)|:triangular_flag_on_post: 自动更新域名解析到本机IP(支持dnspod,阿里DNS,CloudFlare,华为云,DNSCOM...)|4058|2024-02-04|
|172|[timesler/facenet-pytorch](https://github.com/timesler/facenet-pytorch)|Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models|3989|2023-11-02|
|173|[netease-youdao/QAnything](https://github.com/netease-youdao/QAnything)|Question and Answer based on Anything.|3957|2024-02-07|
|174|[zpoint/CPython-Internals](https://github.com/zpoint/CPython-Internals)|Dive into CPython internals, trying to illustrate every detail of CPython implementation|3946|2023-12-15|
|175|[open-mmlab/mmocr](https://github.com/open-mmlab/mmocr)|OpenMMLab Text Detection, Recognition and Understanding Toolbox|3929|2024-02-09|
|176|[jackhawks/rectg](https://github.com/jackhawks/rectg)|经过精心筛选,从 5000+ 个电报群组/频道/机器人中挑选出的优质推荐!如果您有更多值得推荐的电报群组/频道/机器人,欢迎在 issues 中留言或提交 pull requests。感谢您的关注|3928|2024-02-04|
|177|[megvii-research/ECCV2022-RIFE](https://github.com/megvii-research/ECCV2022-RIFE)|ECCV2022 - Real-Time Intermediate Flow Estimation for Video Frame Interpolation|3918|2024-01-25|
|178|[InsaneLife/ChineseNLPCorpus](https://github.com/InsaneLife/ChineseNLPCorpus)|中文自然语言处理数据集,平时做做实验的材料。欢迎补充提交合并。|3910|2023-11-21|
|179|[blackboxo/CleanMyWechat](https://github.com/blackboxo/CleanMyWechat)|自动删除 PC 端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。|3908|2024-01-12|
|180|[tmux-python/tmuxp](https://github.com/tmux-python/tmuxp)|🖥️ Session manager for tmux, build on libtmux.|3875|2024-02-08|
|181|[g1879/DrissionPage](https://github.com/g1879/DrissionPage)|基于python的网页自动化工具。既能控制浏览器也能收发数据包。可兼顾浏览器自动化的便利性和requests的高效率。功能强大内置无数人性化设计和便捷功能。语法简洁而优雅代码量少。|3863|2024-02-08|
|162|[Plachtaa/VITS-fast-fine-tuning](https://github.com/Plachtaa/VITS-fast-fine-tuning)|This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion|4273|2024-01-05|
|163|[aigc-apps/sd-webui-EasyPhoto](https://github.com/aigc-apps/sd-webui-EasyPhoto)|📷 EasyPhoto Your Smart AI Photo Generator.|4235|2024-02-07|
|164|[dataelement/bisheng](https://github.com/dataelement/bisheng)|Bisheng is an open LLM devops platform for next generation AI applications.|4217|2024-02-07|
|165|[thunlp/OpenNRE](https://github.com/thunlp/OpenNRE)| An Open-Source Package for Neural Relation Extraction (NRE)|4183|2024-01-10|
|166|[pkuliyi2015/multidiffusion-upscaler-for-automatic1111](https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111)|Tiled Diffusion and VAE optimize, licensed under CC BY-NC-SA 4.0|4139|2023-11-01|
|167|[THUDM/CogVLM](https://github.com/THUDM/CogVLM)|a state-of-the-art-level open visual language model 多模态预训练模型|4119|2024-02-07|
|168|[VikParuchuri/surya](https://github.com/VikParuchuri/surya)|Accurate line-level text detection and recognition (OCR) in any language|4090|2024-02-11|
|169|[shidenggui/easyquotation](https://github.com/shidenggui/easyquotation)|实时获取新浪 / 腾讯 的免费股票行情 / 集思路的分级基金行情|4076|2023-12-13|
|170|[NewFuture/DDNS](https://github.com/NewFuture/DDNS)|:triangular_flag_on_post: 自动更新域名解析到本机IP(支持dnspod,阿里DNS,CloudFlare,华为云,DNSCOM...)|4060|2024-02-04|
|171|[timesler/facenet-pytorch](https://github.com/timesler/facenet-pytorch)|Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models|3991|2023-11-02|
|172|[netease-youdao/QAnything](https://github.com/netease-youdao/QAnything)|Question and Answer based on Anything.|3971|2024-02-07|
|173|[zpoint/CPython-Internals](https://github.com/zpoint/CPython-Internals)|Dive into CPython internals, trying to illustrate every detail of CPython implementation|3946|2023-12-15|
|174|[jackhawks/rectg](https://github.com/jackhawks/rectg)|经过精心筛选,从 5000+ 个电报群组/频道/机器人中挑选出的优质推荐!如果您有更多值得推荐的电报群组/频道/机器人,欢迎在 issues 中留言或提交 pull requests。感谢您的关注|3938|2024-02-04|
|175|[open-mmlab/mmocr](https://github.com/open-mmlab/mmocr)|OpenMMLab Text Detection, Recognition and Understanding Toolbox|3930|2024-02-09|
|176|[megvii-research/ECCV2022-RIFE](https://github.com/megvii-research/ECCV2022-RIFE)|ECCV2022 - Real-Time Intermediate Flow Estimation for Video Frame Interpolation|3919|2024-01-25|
|177|[InsaneLife/ChineseNLPCorpus](https://github.com/InsaneLife/ChineseNLPCorpus)|中文自然语言处理数据集,平时做做实验的材料。欢迎补充提交合并。|3910|2023-11-21|
|178|[blackboxo/CleanMyWechat](https://github.com/blackboxo/CleanMyWechat)|自动删除 PC 端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。|3909|2024-01-12|
|179|[tmux-python/tmuxp](https://github.com/tmux-python/tmuxp)|🖥️ Session manager for tmux, build on libtmux.|3875|2024-02-10|
|180|[g1879/DrissionPage](https://github.com/g1879/DrissionPage)|基于python的网页自动化工具。既能控制浏览器也能收发数据包。可兼顾浏览器自动化的便利性和requests的高效率。功能强大内置无数人性化设计和便捷功能。语法简洁而优雅代码量少。|3868|2024-02-08|
|181|[xxlong0/Wonder3D](https://github.com/xxlong0/Wonder3D)|Single Image to 3D using Cross-Domain Diffusion|3855|2024-02-05|
|182|[imWildCat/scylla](https://github.com/imWildCat/scylla)|Intelligent proxy pool for Humans™ to extract content from the internet and build your own Large Language Models in this new AI era|3853|2024-02-05|
|183|[xxlong0/Wonder3D](https://github.com/xxlong0/Wonder3D)|Single Image to 3D using Cross-Domain Diffusion|3851|2024-02-05|
|184|[THUDM/VisualGLM-6B](https://github.com/THUDM/VisualGLM-6B)|Chinese and English multimodal conversational language model 多模态中英双语对话语言模型|3796|2023-12-07|
|185|[luosiallen/latent-consistency-model](https://github.com/luosiallen/latent-consistency-model)|Latent Consistency Models: Synthesizing High-Resolution Images with Few-Step Inference|3772|2023-12-02|
|186|[kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scripts)|-|3764|2024-02-10|
|187|[IDEA-CCNL/Fengshenbang-LM](https://github.com/IDEA-CCNL/Fengshenbang-LM)|Fengshenbang-LM(封神榜大模型)是IDEA研究院认知计算与自然语言研究中心主导的大模型开源体系成为中文AIGC和认知智能的基础设施。|3762|2023-12-27|
|188|[shibing624/text2vec](https://github.com/shibing624/text2vec)|text2vec, text to vector. 文本向量表征工具把文本转化为向量矩阵实现了Word2Vec、RankBM25、Sentence-BERT、CoSENT等文本表征、文本相似度计算模型开箱即用。|3738|2024-01-02|
|189|[open-mmlab/mmaction2](https://github.com/open-mmlab/mmaction2)|OpenMMLab's Next Generation Video Understanding Toolbox and Benchmark|3720|2024-01-11|
|190|[FlagAI-Open/FlagAI](https://github.com/FlagAI-Open/FlagAI)|FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large-scale model.|3710|2024-02-05|
|191|[yangjianxin1/Firefly](https://github.com/yangjianxin1/Firefly)|Firefly: 大模型训练工具支持训练MiniCPM、Yi、Deepseek、Orion、Xverse、Mixtral-8x7B、Zephyr、Mistral、Baichuan2、Llma2、Llama、Qwen、Baichuan、ChatGLM2、InternLM、Ziya2、Vicuna、Bloom等大模型|3699|2024-02-04|
|192|[thunlp/OpenKE](https://github.com/thunlp/OpenKE)|An Open-Source Package for Knowledge Embedding (KE)|3647|2024-01-10|
|193|[tinyvision/DAMO-YOLO](https://github.com/tinyvision/DAMO-YOLO)|DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.|3624|2023-08-21|
|194|[zhayujie/bot-on-anything](https://github.com/zhayujie/bot-on-anything)|Connect AI models (like ChatGPT-3.5/4.0, Baidu Yiyan, New Bing, Bard) to apps (like Wechat, public account, DingTalk, Telegram, QQ). 将 ChatGPT、必应、文心一言、谷歌Bard 等对话模型连接各类应用如微信、公众号、QQ、Telegram、Gmail、Sl ...|3569|2023-08-12|
|195|[mymusise/ChatGLM-Tuning](https://github.com/mymusise/ChatGLM-Tuning)|基于ChatGLM-6B + LoRA的Fintune方案|3566|2023-11-25|
|196|[al-one/hass-xiaomi-miot](https://github.com/al-one/hass-xiaomi-miot)|Automatic integrate all Xiaomi devices to HomeAssistant via miot-spec, support Wi-Fi, BLE, ZigBee devices. 小米米家智能家居设备接入Hass集成|3557|2024-02-03|
|197|[jxxghp/MoviePilot](https://github.com/jxxghp/MoviePilot)|NAS媒体库自动化管理工具|3551|2024-02-10|
|198|[wenet-e2e/wenet](https://github.com/wenet-e2e/wenet)|Production First and Production Ready End-to-End Speech Recognition Toolkit|3546|2024-02-06|
|199|[z1069614715/objectdetection_script](https://github.com/z1069614715/objectdetection_script)|一些关于目标检测的脚本的改进思路代码详细请看readme.md|3544|2024-02-07|
|200|[yl4579/StyleTTS2](https://github.com/yl4579/StyleTTS2)|StyleTTS 2: Towards Human-Level Text-to-Speech through Style Diffusion and Adversarial Training with Large Speech Language Models|3528|2024-01-24|
|183|[THUDM/VisualGLM-6B](https://github.com/THUDM/VisualGLM-6B)|Chinese and English multimodal conversational language model 多模态中英双语对话语言模型|3796|2023-12-07|
|184|[luosiallen/latent-consistency-model](https://github.com/luosiallen/latent-consistency-model)|Latent Consistency Models: Synthesizing High-Resolution Images with Few-Step Inference|3774|2023-12-02|
|185|[kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scripts)|-|3768|2024-02-11|
|186|[IDEA-CCNL/Fengshenbang-LM](https://github.com/IDEA-CCNL/Fengshenbang-LM)|Fengshenbang-LM(封神榜大模型)是IDEA研究院认知计算与自然语言研究中心主导的大模型开源体系成为中文AIGC和认知智能的基础设施。|3762|2023-12-27|
|187|[shibing624/text2vec](https://github.com/shibing624/text2vec)|text2vec, text to vector. 文本向量表征工具把文本转化为向量矩阵实现了Word2Vec、RankBM25、Sentence-BERT、CoSENT等文本表征、文本相似度计算模型开箱即用。|3738|2024-01-02|
|188|[open-mmlab/mmaction2](https://github.com/open-mmlab/mmaction2)|OpenMMLab's Next Generation Video Understanding Toolbox and Benchmark|3722|2024-01-11|
|189|[FlagAI-Open/FlagAI](https://github.com/FlagAI-Open/FlagAI)|FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large-scale model.|3710|2024-02-05|
|190|[yangjianxin1/Firefly](https://github.com/yangjianxin1/Firefly)|Firefly: 大模型训练工具支持训练MiniCPM、Yi、Deepseek、Orion、Xverse、Mixtral-8x7B、Zephyr、Mistral、Baichuan2、Llma2、Llama、Qwen、Baichuan、ChatGLM2、InternLM、Ziya2、Vicuna、Bloom等大模型|3705|2024-02-04|
|191|[thunlp/OpenKE](https://github.com/thunlp/OpenKE)|An Open-Source Package for Knowledge Embedding (KE)|3648|2024-01-10|
|192|[tinyvision/DAMO-YOLO](https://github.com/tinyvision/DAMO-YOLO)|DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.|3626|2023-08-21|
|193|[mymusise/ChatGLM-Tuning](https://github.com/mymusise/ChatGLM-Tuning)|基于ChatGLM-6B + LoRA的Fintune方案|3566|2023-11-25|
|194|[al-one/hass-xiaomi-miot](https://github.com/al-one/hass-xiaomi-miot)|Automatic integrate all Xiaomi devices to HomeAssistant via miot-spec, support Wi-Fi, BLE, ZigBee devices. 小米米家智能家居设备接入Hass集成|3560|2024-02-03|
|195|[jxxghp/MoviePilot](https://github.com/jxxghp/MoviePilot)|NAS媒体库自动化管理工具|3557|2024-02-11|
|196|[wenet-e2e/wenet](https://github.com/wenet-e2e/wenet)|Production First and Production Ready End-to-End Speech Recognition Toolkit|3547|2024-02-06|
|197|[z1069614715/objectdetection_script](https://github.com/z1069614715/objectdetection_script)|一些关于目标检测的脚本的改进思路代码详细请看readme.md|3546|2024-02-07|
|198|[yl4579/StyleTTS2](https://github.com/yl4579/StyleTTS2)|StyleTTS 2: Towards Human-Level Text-to-Speech through Style Diffusion and Adversarial Training with Large Speech Language Models|3536|2024-01-24|
|199|[RockChinQ/QChatGPT](https://github.com/RockChinQ/QChatGPT)|😎高稳定性、🧩支持插件、🌏实时联网的 ChatGPT QQ 机器人🤖 支持 ChatGPT、New Bing、Claude、Google Bard、Gemini Pro、gpt4free、One API 的 QQ 机器人平台|3529|2024-02-11|
|200|[triwinds/ns-emu-tools](https://github.com/triwinds/ns-emu-tools)|一个用于安装/更新 NS 模拟器的工具|3524|2024-02-11|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,14 +1,14 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > R
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[dreamRs/esquisse](https://github.com/dreamRs/esquisse)|RStudio add-in to make plots interactively with ggplot2|1714|2024-01-10|
|2|[BlakeRMills/MetBrewer](https://github.com/BlakeRMills/MetBrewer)|Color palette package in R inspired by works at the Metropolitan Museum of Art in New York|1018|2023-09-30|
|3|[stan-dev/rstan](https://github.com/stan-dev/rstan)|RStan, the R interface to Stan|986|2024-02-09|
|4|[crsh/papaja](https://github.com/crsh/papaja)|papaja (Preparing APA Journal Articles) is an R package that provides document formats to produce complete APA manuscripts from RMarkdown-files (PDF and Word documents) and helper functions that facil ...|617|2024-01-24|
|4|[crsh/papaja](https://github.com/crsh/papaja)|papaja (Preparing APA Journal Articles) is an R package that provides document formats to produce complete APA manuscripts from RMarkdown-files (PDF and Word documents) and helper functions that facil ...|618|2024-01-24|
|5|[DiskFrame/disk.frame](https://github.com/DiskFrame/disk.frame)|Fast Disk-Based Parallelized Data Manipulation Framework for Larger-than-RAM Data|590|2024-02-05|
|6|[erikgahner/PolData](https://github.com/erikgahner/PolData)|A dataset with political datasets|490|2024-02-09|
|7|[massimoaria/bibliometrix](https://github.com/massimoaria/bibliometrix)|An R-tool for comprehensive science mapping analysis. A package for quantitative research in scientometrics and bibliometrics.|441|2024-01-12|
@ -17,7 +17,7 @@
|10|[vincentarelbundock/WDI](https://github.com/vincentarelbundock/WDI)|R package to download World Bank data|194|2023-11-23|
|11|[ShichenXie/scorecard](https://github.com/ShichenXie/scorecard)|Scorecard Development in R, 评分卡|156|2023-09-14|
|12|[ChiLiubio/microeco](https://github.com/ChiLiubio/microeco)|An R package for data analysis in microbial community ecology|154|2024-02-08|
|13|[joachim-gassen/tidycovid19](https://github.com/joachim-gassen/tidycovid19)|{tidycovid19}: An R Package to Download, Tidy and Visualize Covid-19 Related Data|145|2024-02-10|
|13|[joachim-gassen/tidycovid19](https://github.com/joachim-gassen/tidycovid19)|{tidycovid19}: An R Package to Download, Tidy and Visualize Covid-19 Related Data|145|2024-02-11|
|14|[psychbruce/bruceR](https://github.com/psychbruce/bruceR)|📦 BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses.|142|2023-10-01|
|15|[benmarwick/ctv-archaeology](https://github.com/benmarwick/ctv-archaeology)|CRAN Task View: Archaeological Science|141|2024-01-31|
|16|[psychbruce/ChineseNames](https://github.com/psychbruce/ChineseNames)|🀄 Chinese Name Database (1930-2008).|129|2023-09-27|

@ -1,24 +1,24 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Ruby
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[ankane/searchkick](https://github.com/ankane/searchkick)|Intelligent search made easy|6345|2024-01-27|
|2|[ruby-china/homeland](https://github.com/ruby-china/homeland)|:circus_tent: An open source forum/community system based on Rails, developed based on Ruby China.|3746|2024-02-06|
|3|[sketchplugins/plugin-directory](https://github.com/sketchplugins/plugin-directory)|Official Sketch Plugin directory|3394|2024-02-04|
|2|[ruby-china/homeland](https://github.com/ruby-china/homeland)|:circus_tent: An open source forum/community system based on Rails, developed based on Ruby China.|3745|2024-02-06|
|3|[sketchplugins/plugin-directory](https://github.com/sketchplugins/plugin-directory)|Official Sketch Plugin directory|3394|2024-02-11|
|4|[w181496/Web-CTF-Cheatsheet](https://github.com/w181496/Web-CTF-Cheatsheet)|Web CTF CheatSheet 🐈|2443|2023-11-02|
|5|[rpush/rpush](https://github.com/rpush/rpush)|The push notification service for Ruby.|2168|2024-01-29|
|6|[ifmeorg/ifme](https://github.com/ifmeorg/ifme)|Free, open source mental health communication web app to share experiences with loved ones|1429|2024-02-10|
|7|[Eric-Guo/wechat](https://github.com/Eric-Guo/wechat)|API, command and message handling for WeChat in Rails|1301|2024-01-04|
|8|[asciidoctor/asciidoctor-pdf](https://github.com/asciidoctor/asciidoctor-pdf)|:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.|1109|2024-02-09|
|8|[asciidoctor/asciidoctor-pdf](https://github.com/asciidoctor/asciidoctor-pdf)|:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.|1110|2024-02-11|
|9|[bridgetownrb/bridgetown](https://github.com/bridgetownrb/bridgetown)|A next-generation progressive site generator & fullstack framework, powered by Ruby|1048|2024-02-06|
|10|[huacnlee/rails-settings-cached](https://github.com/huacnlee/rails-settings-cached)|Global settings for your Rails application.|1027|2024-01-05|
|11|[SciRuby/daru](https://github.com/SciRuby/daru)|Data Analysis in RUby|1025|2023-08-15|
|12|[floere/phony](https://github.com/floere/phony)|E164 international phone number normalizing, splitting, formatting. |992|2024-01-22|
|13|[inukshuk/anystyle](https://github.com/inukshuk/anystyle)|Fast and smart citation reference parsing|927|2024-01-11|
|14|[tryzealot/zealot](https://github.com/tryzealot/zealot)|开源自部署移动应用和 macOS 应用分发平台,提供 iOS、Android SDK、fastlane 等丰富组件库 Self-hosted Beta App Distribution for Android, iOS and macOS apps|867|2024-02-09|
|14|[tryzealot/zealot](https://github.com/tryzealot/zealot)|开源自部署移动应用和 macOS 应用分发平台,提供 iOS、Android SDK、fastlane 等丰富组件库 Self-hosted Beta App Distribution for Android, iOS and macOS apps|868|2024-02-09|
|15|[Mark24Code/rime-auto-deploy](https://github.com/Mark24Code/rime-auto-deploy)|Rime输入法安装脚本让一切更轻松。Make using Rime easy. |771|2023-12-19|
|16|[podigee/device_detector](https://github.com/podigee/device_detector)|DeviceDetector is a precise and fast user agent parser and device detector written in Ruby|715|2023-12-22|
|17|[huacnlee/rucaptcha](https://github.com/huacnlee/rucaptcha)|Captcha Gem for Rails, which generates captcha image by Rust.|686|2024-01-04|
@ -28,9 +28,9 @@
|21|[diasks2/pragmatic_segmenter](https://github.com/diasks2/pragmatic_segmenter)|Pragmatic Segmenter is a rule-based sentence boundary detection gem that works out-of-the-box across many languages.|532|2023-10-30|
|22|[joshlarsen/aws-recon](https://github.com/joshlarsen/aws-recon)|Multi-threaded AWS inventory collection tool with a focus on security-relevant resources and metadata.|503|2023-11-10|
|23|[L-codes/pwcrack-framework](https://github.com/L-codes/pwcrack-framework)|Password Crack Framework|483|2023-12-18|
|24|[Cute-Dress/Dress](https://github.com/Cute-Dress/Dress)|好耶 是女装 备份·接受PR|417|2024-02-07|
|24|[Cute-Dress/Dress](https://github.com/Cute-Dress/Dress)|好耶 是女装 备份·接受PR|418|2024-02-07|
|25|[rails-engine/action-store](https://github.com/rails-engine/action-store)|Store different kind of actions (Like ❤️, Follow 👁, Star ⭐, Block ...) in one table via ActiveRecord Polymorphic Association.|399|2023-10-12|
|26|[lairdubois/lairdubois-opencutlist-sketchup-extension](https://github.com/lairdubois/lairdubois-opencutlist-sketchup-extension)|OpenCutList is a SketchUp Extension for automating the generation of cut lists for woodworking projects.|397|2024-02-10|
|26|[lairdubois/lairdubois-opencutlist-sketchup-extension](https://github.com/lairdubois/lairdubois-opencutlist-sketchup-extension)|OpenCutList is a SketchUp Extension for automating the generation of cut lists for woodworking projects.|397|2024-02-11|
|27|[jpmobile/jpmobile](https://github.com/jpmobile/jpmobile)|A Rails plugin for Japanese mobile-phones|318|2024-02-04|
|28|[sirupsen/airrecord](https://github.com/sirupsen/airrecord)|Ruby wrapper for Airtable, your personal database|284|2023-09-18|
|29|[YusukeIwaki/puppeteer-ruby](https://github.com/YusukeIwaki/puppeteer-ruby)|A Ruby port of Puppeteer|257|2024-02-05|
@ -39,14 +39,14 @@
|32|[jfqd/redmine_helpdesk](https://github.com/jfqd/redmine_helpdesk)|Lightweight helpdesk plugin for redmine.|188|2023-08-22|
|33|[algobasket/PeatioCryptoExchange](https://github.com/algobasket/PeatioCryptoExchange)|An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon ! |184|2023-09-04|
|34|[kenn/active_flag](https://github.com/kenn/active_flag)|Bit array for ActiveRecord|181|2023-09-04|
|35|[samvera/hyrax](https://github.com/samvera/hyrax)|Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.|175|2024-02-10|
|35|[samvera/hyrax](https://github.com/samvera/hyrax)|Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.|176|2024-02-10|
|36|[bytedance/Bytedance-UnionAD](https://github.com/bytedance/Bytedance-UnionAD)|-|164|2024-02-01|
|37|[rails-engine/audit-log](https://github.com/rails-engine/audit-log)|📑 Create audit logs into the database for user behaviors, including a web UI to query logs.|162|2023-12-04|
|38|[berkmancenter/namae](https://github.com/berkmancenter/namae)|Namae (名前) parses personal names and splits them into their component parts.|155|2024-01-10|
|39|[inukshuk/bibtex-ruby](https://github.com/inukshuk/bibtex-ruby)|A BibTeX library, parser, and converter for Ruby.|153|2024-01-08|
|40|[aliyun/aliyun-oss-ruby-sdk](https://github.com/aliyun/aliyun-oss-ruby-sdk)|Aliyun OSS SDK for Ruby|138|2023-12-12|
|41|[huacnlee/activestorage-aliyun](https://github.com/huacnlee/activestorage-aliyun)|Wraps the Aliyun OSS as an Active Storage service. |130|2023-11-13|
|42|[dblock/slack-gamebot](https://github.com/dblock/slack-gamebot)|Ping pong, chess, pool and other games bot for Slack.|129|2024-02-06|
|42|[dblock/slack-gamebot](https://github.com/dblock/slack-gamebot)|Ping pong, chess, pool and other games bot for Slack.|129|2024-02-11|
|43|[piotrmurach/strings](https://github.com/piotrmurach/strings)|A set of useful functions for transforming strings.|127|2023-10-05|
|44|[uasi/skk-emoji-jisyo](https://github.com/uasi/skk-emoji-jisyo)|SKK 絵文字辞書|108|2023-08-28|
|45|[khiav223577/pluck_all](https://github.com/khiav223577/pluck_all)|A more efficient way to get data from database. Like #pluck method but return array of hashes instead.|101|2023-12-24|

@ -1,125 +1,125 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Rust
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[rustdesk/rustdesk](https://github.com/rustdesk/rustdesk)|An open-source remote desktop, and alternative to TeamViewer.|59152|2024-02-10|
|2|[BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep)|ripgrep recursively searches directories for a regex pattern while respecting your gitignore|43220|2024-02-04|
|3|[sharkdp/fd](https://github.com/sharkdp/fd)|A simple, fast and user-friendly alternative to 'find'|30655|2024-02-07|
|4|[yewstack/yew](https://github.com/yewstack/yew)|Rust / Wasm framework for creating reliable and efficient web applications|29463|2024-02-09|
|5|[tw93/Pake](https://github.com/tw93/Pake)|🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用|20864|2024-02-05|
|6|[sharkdp/hyperfine](https://github.com/sharkdp/hyperfine)|A command-line benchmarking tool|18887|2024-02-02|
|7|[Wilfred/difftastic](https://github.com/Wilfred/difftastic)|a structural diff that understands syntax 🟥🟩|16979|2024-02-09|
|8|[casey/just](https://github.com/casey/just)|🤖 Just a command runner|15897|2024-02-04|
|9|[DioxusLabs/dioxus](https://github.com/DioxusLabs/dioxus)|Fullstack GUI library for desktop, web, mobile, and more.|15797|2024-02-10|
|10|[0x192/universal-android-debloater](https://github.com/0x192/universal-android-debloater)|Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.|12896|2024-01-24|
|11|[huggingface/candle](https://github.com/huggingface/candle)|Minimalist ML framework for Rust|12006|2024-02-10|
|1|[rustdesk/rustdesk](https://github.com/rustdesk/rustdesk)|An open-source remote desktop, and alternative to TeamViewer.|59195|2024-02-11|
|2|[BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep)|ripgrep recursively searches directories for a regex pattern while respecting your gitignore|43236|2024-02-04|
|3|[sharkdp/fd](https://github.com/sharkdp/fd)|A simple, fast and user-friendly alternative to 'find'|30669|2024-02-07|
|4|[yewstack/yew](https://github.com/yewstack/yew)|Rust / Wasm framework for creating reliable and efficient web applications|29470|2024-02-09|
|5|[tw93/Pake](https://github.com/tw93/Pake)|🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用|20868|2024-02-05|
|6|[sharkdp/hyperfine](https://github.com/sharkdp/hyperfine)|A command-line benchmarking tool|18892|2024-02-02|
|7|[Wilfred/difftastic](https://github.com/Wilfred/difftastic)|a structural diff that understands syntax 🟥🟩|16984|2024-02-09|
|8|[casey/just](https://github.com/casey/just)|🤖 Just a command runner|15918|2024-02-11|
|9|[DioxusLabs/dioxus](https://github.com/DioxusLabs/dioxus)|Fullstack GUI library for desktop, web, mobile, and more.|15806|2024-02-11|
|10|[0x192/universal-android-debloater](https://github.com/0x192/universal-android-debloater)|Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.|12909|2024-01-24|
|11|[huggingface/candle](https://github.com/huggingface/candle)|Minimalist ML framework for Rust|12020|2024-02-11|
|12|[BurntSushi/xsv](https://github.com/BurntSushi/xsv)|A fast CSV command line toolkit written in Rust.|9914|2024-01-17|
|13|[XAMPPRocky/tokei](https://github.com/XAMPPRocky/tokei)|Count your code, quickly.|9548|2024-02-03|
|14|[quickwit-oss/tantivy](https://github.com/quickwit-oss/tantivy)|Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust|9409|2024-02-08|
|15|[messense/aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav)|阿里云盘 WebDAV 服务|9242|2024-02-02|
|16|[openobserve/openobserve](https://github.com/openobserve/openobserve)|🚀 10x easier, 🚀 140x lower storage cost, 🚀 high performance, 🚀 petabyte scale - Elasticsearch/Splunk/Datadog alternative for 🚀 (logs, metrics, traces, RUM, Error tracking, Session replay).|8278|2024-02-10|
|13|[XAMPPRocky/tokei](https://github.com/XAMPPRocky/tokei)|Count your code, quickly.|9551|2024-02-03|
|14|[quickwit-oss/tantivy](https://github.com/quickwit-oss/tantivy)|Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust|9417|2024-02-08|
|15|[messense/aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav)|阿里云盘 WebDAV 服务|9243|2024-02-02|
|16|[openobserve/openobserve](https://github.com/openobserve/openobserve)|🚀 10x easier, 🚀 140x lower storage cost, 🚀 high performance, 🚀 petabyte scale - Elasticsearch/Splunk/Datadog alternative for 🚀 (logs, metrics, traces, RUM, Error tracking, Session replay).|8327|2024-02-11|
|17|[ClassmateLin/dm-ticket](https://github.com/ClassmateLin/dm-ticket)|大麦网自动购票, 支持docker一键部署。Damai automatically purchases tickets, running in docker container.|7643|2024-02-04|
|18|[rapiz1/rathole](https://github.com/rapiz1/rathole)|A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.|7015|2024-02-01|
|19|[Reamd7/notion-zh_CN](https://github.com/Reamd7/notion-zh_CN)|notion 中文化|6870|2023-12-18|
|20|[pretzelhammer/rust-blog](https://github.com/pretzelhammer/rust-blog)|Educational blog posts for Rust beginners|6446|2024-01-10|
|21|[LGUG2Z/komorebi](https://github.com/LGUG2Z/komorebi)|A tiling window manager for Windows 🇵🇸|6072|2024-02-10|
|22|[sxyazi/yazi](https://github.com/sxyazi/yazi)|💥 Blazing fast terminal file manager written in Rust, based on async I/O.|6019|2024-02-10|
|23|[gyroflow/gyroflow](https://github.com/gyroflow/gyroflow)|Video stabilization using gyroscope data|5879|2024-02-09|
|24|[tock/tock](https://github.com/tock/tock)|A secure embedded operating system for microcontrollers|4802|2024-02-10|
|18|[rapiz1/rathole](https://github.com/rapiz1/rathole)|A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.|7019|2024-02-01|
|19|[Reamd7/notion-zh_CN](https://github.com/Reamd7/notion-zh_CN)|notion 中文化|6871|2023-12-18|
|20|[pretzelhammer/rust-blog](https://github.com/pretzelhammer/rust-blog)|Educational blog posts for Rust beginners|6448|2024-01-10|
|21|[LGUG2Z/komorebi](https://github.com/LGUG2Z/komorebi)|A tiling window manager for Windows 🇵🇸|6076|2024-02-11|
|22|[sxyazi/yazi](https://github.com/sxyazi/yazi)|💥 Blazing fast terminal file manager written in Rust, based on async I/O.|6057|2024-02-11|
|23|[gyroflow/gyroflow](https://github.com/gyroflow/gyroflow)|Video stabilization using gyroscope data|5880|2024-02-09|
|24|[tock/tock](https://github.com/tock/tock)|A secure embedded operating system for microcontrollers|4804|2024-02-11|
|25|[lencx/nofwl](https://github.com/lencx/nofwl)|NoFWL Desktop Application|4121|2024-01-23|
|26|[bytedance/monoio](https://github.com/bytedance/monoio)|Rust async runtime based on io-uring.|3297|2024-02-09|
|27|[Byron/dua-cli](https://github.com/Byron/dua-cli)|View disk space usage and delete unwanted data, fast.|3263|2024-01-26|
|27|[Byron/dua-cli](https://github.com/Byron/dua-cli)|View disk space usage and delete unwanted data, fast.|3266|2024-01-26|
|28|[rcore-os/rCore](https://github.com/rcore-os/rCore)|Rust version of THU uCore OS. Linux compatible.|3259|2023-08-24|
|29|[async-graphql/async-graphql](https://github.com/async-graphql/async-graphql)|A GraphQL server library implemented in Rust|3154|2024-02-09|
|30|[ordinals/ord](https://github.com/ordinals/ord)|👁‍🗨 Rare and exotic sats|2959|2024-02-10|
|29|[async-graphql/async-graphql](https://github.com/async-graphql/async-graphql)|A GraphQL server library implemented in Rust|3155|2024-02-09|
|30|[ordinals/ord](https://github.com/ordinals/ord)|👁‍🗨 Rare and exotic sats|2961|2024-02-10|
|31|[geph-official/geph4-client](https://github.com/geph-official/geph4-client)|Geph (迷霧通) is a modular Internet censorship circumvention system designed specifically to deal with national filtering. |2549|2024-01-20|
|32|[hora-search/hora](https://github.com/hora-search/hora)|🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 . |2530|2024-01-31|
|32|[hora-search/hora](https://github.com/hora-search/hora)|🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 . |2531|2024-01-31|
|33|[apache/incubator-horaedb](https://github.com/apache/incubator-horaedb)|HoraeDB is a high-performance, distributed, cloud native time-series database.|2426|2024-02-08|
|34|[erg-lang/erg](https://github.com/erg-lang/erg)|A statically typed language compatible with Python|2410|2024-02-10|
|35|[guillaume-be/rust-bert](https://github.com/guillaume-be/rust-bert)|Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)|2327|2024-02-10|
|36|[zurawiki/gptcommit](https://github.com/zurawiki/gptcommit)|A git prepare-commit-msg hook for authoring commit messages with GPT-3.|2247|2024-01-30|
|37|[EvilGenius-dot/RustMinerSystem](https://github.com/EvilGenius-dot/RustMinerSystem)|🔥minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy m ...|2085|2024-01-19|
|38|[rbatis/rbatis](https://github.com/rbatis/rbatis)|Rust Compile Time ORM robustness,async, pure Rust Dynamic SQL|2065|2024-02-01|
|39|[cloudwego/volo](https://github.com/cloudwego/volo)|Rust RPC framework with high-performance and strong-extensibility for building micro-services.|1972|2024-02-08|
|40|[salsa-rs/salsa](https://github.com/salsa-rs/salsa)|A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.|1947|2024-01-09|
|41|[farm-fe/farm](https://github.com/farm-fe/farm)|Extremely fast Vite-compatible web build tool written in Rust|1851|2024-02-10|
|42|[Yamato-Security/hayabusa](https://github.com/Yamato-Security/hayabusa)|Hayabusa (隼) is a sigma-based threat hunting and fast forensics timeline generator for Windows event logs.|1822|2024-02-10|
|34|[erg-lang/erg](https://github.com/erg-lang/erg)|A statically typed language compatible with Python|2411|2024-02-11|
|35|[guillaume-be/rust-bert](https://github.com/guillaume-be/rust-bert)|Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)|2327|2024-02-11|
|36|[zurawiki/gptcommit](https://github.com/zurawiki/gptcommit)|A git prepare-commit-msg hook for authoring commit messages with GPT-3.|2246|2024-01-30|
|37|[EvilGenius-dot/RustMinerSystem](https://github.com/EvilGenius-dot/RustMinerSystem)|🔥minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy minerproxy m ...|2085|2024-02-11|
|38|[rbatis/rbatis](https://github.com/rbatis/rbatis)|Rust Compile Time ORM robustness,async, pure Rust Dynamic SQL|2067|2024-02-11|
|39|[cloudwego/volo](https://github.com/cloudwego/volo)|Rust RPC framework with high-performance and strong-extensibility for building micro-services.|1971|2024-02-11|
|40|[salsa-rs/salsa](https://github.com/salsa-rs/salsa)|A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.|1949|2024-01-09|
|41|[farm-fe/farm](https://github.com/farm-fe/farm)|Extremely fast Vite-compatible web build tool written in Rust|1853|2024-02-11|
|42|[Yamato-Security/hayabusa](https://github.com/Yamato-Security/hayabusa)|Hayabusa (隼) is a sigma-based threat hunting and fast forensics timeline generator for Windows event logs.|1824|2024-02-11|
|43|[MicroCBer/BetterNCM-Installer](https://github.com/MicroCBer/BetterNCM-Installer)|一键安装 Better 系软件|1757|2023-08-25|
|44|[rustcc/RustPrimer](https://github.com/rustcc/RustPrimer)|The Rust primer for beginners. We need native English speaker help us modify the translation.|1742|2023-12-18|
|45|[cangzhang/champ-r](https://github.com/cangzhang/champ-r)|🐶 Yet another League of Legends helper|1668|2024-01-22|
|46|[rcore-os/zCore](https://github.com/rcore-os/zCore)|Reimplement Zircon microkernel in Rust.|1642|2023-11-05|
|47|[mtkennerly/ludusavi](https://github.com/mtkennerly/ludusavi)|Backup tool for PC game saves|1615|2024-01-16|
|48|[gngpp/ninja](https://github.com/gngpp/ninja)|🦀 Reverse engineered ChatGPT proxy|1605|2024-02-08|
|47|[mtkennerly/ludusavi](https://github.com/mtkennerly/ludusavi)|Backup tool for PC game saves|1618|2024-01-16|
|48|[gngpp/ninja](https://github.com/gngpp/ninja)|🦀 Reverse engineered ChatGPT proxy|1607|2024-02-08|
|49|[cnosdb/cnosdb](https://github.com/cnosdb/cnosdb)|A cloud-native open source distributed time series database with high performance, high compression ratio and high availability. http://www.cnosdb.cloud|1512|2024-02-01|
|50|[oxfeeefeee/goscript](https://github.com/oxfeeefeee/goscript)|An alternative implementation of Golang specs, written in Rust for embedding or wrapping.|1509|2023-09-12|
|51|[Brooooooklyn/canvas](https://github.com/Brooooooklyn/canvas)|High performance skia binding to Node.js. Zero system dependencies and pure npm packages without any postinstall scripts nor node-gyp.|1503|2024-02-05|
|52|[iovxw/rssbot](https://github.com/iovxw/rssbot)|Lightweight Telegram RSS notification bot. 用于消息通知的轻量级 Telegram RSS 机器人|1495|2023-12-18|
|53|[risinglightdb/risinglight](https://github.com/risinglightdb/risinglight)|An educational OLAP database system.|1458|2024-01-29|
|54|[zdz/ServerStatus-Rust](https://github.com/zdz/ServerStatus-Rust)|✨ Rust 版 ServerStatus 探针、威力加强版|1435|2024-02-10|
|55|[fltk-rs/fltk-rs](https://github.com/fltk-rs/fltk-rs)|Rust bindings for the FLTK GUI library.|1430|2024-02-07|
|56|[gmg137/netease-cloud-music-gtk](https://github.com/gmg137/netease-cloud-music-gtk)|Linux 平台下基于 Rust + GTK 开发的网易云音乐播放器|1376|2024-01-01|
|57|[pop-os/cosmic-text](https://github.com/pop-os/cosmic-text)|Pure Rust multi-line text handling|1345|2024-02-09|
|58|[rcore-os/rCore-Tutorial-v3](https://github.com/rcore-os/rCore-Tutorial-v3)|Let's write an OS which can run on RISC-V in Rust from scratch!|1344|2024-01-26|
|59|[harlanc/xiu](https://github.com/harlanc/xiu)|A simple, high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀|1306|2024-02-10|
|54|[zdz/ServerStatus-Rust](https://github.com/zdz/ServerStatus-Rust)|✨ Rust 版 ServerStatus 探针、威力加强版|1440|2024-02-10|
|55|[fltk-rs/fltk-rs](https://github.com/fltk-rs/fltk-rs)|Rust bindings for the FLTK GUI library.|1429|2024-02-07|
|56|[gmg137/netease-cloud-music-gtk](https://github.com/gmg137/netease-cloud-music-gtk)|Linux 平台下基于 Rust + GTK 开发的网易云音乐播放器|1377|2024-01-01|
|57|[rcore-os/rCore-Tutorial-v3](https://github.com/rcore-os/rCore-Tutorial-v3)|Let's write an OS which can run on RISC-V in Rust from scratch!|1347|2024-02-11|
|58|[pop-os/cosmic-text](https://github.com/pop-os/cosmic-text)|Pure Rust multi-line text handling|1344|2024-02-09|
|59|[harlanc/xiu](https://github.com/harlanc/xiu)|A simple, high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀|1308|2024-02-10|
|60|[bnjbvr/rouille](https://github.com/bnjbvr/rouille)|Rust programming, in French.|1293|2024-01-08|
|61|[zhboner/realm](https://github.com/zhboner/realm)|A network relay tool|1250|2023-12-31|
|62|[an-anime-team/an-anime-game-launcher](https://github.com/an-anime-team/an-anime-game-launcher)|An Anime Game launcher for Linux with telemetry disabling|1221|2024-01-28|
|63|[wormtql/yas](https://github.com/wormtql/yas)|Superfast Genshin Impact/Honkai: Starrail artifacts scanner|1166|2024-02-06|
|62|[an-anime-team/an-anime-game-launcher](https://github.com/an-anime-team/an-anime-game-launcher)|An Anime Game launcher for Linux with telemetry disabling|1222|2024-01-28|
|63|[wormtql/yas](https://github.com/wormtql/yas)|Superfast Genshin Impact/Honkai: Starrail artifacts scanner|1169|2024-02-06|
|64|[wormtql/genshin_artifact](https://github.com/wormtql/genshin_artifact)|莫娜占卜铺 原神 圣遗物搭配 圣遗物潜力。多方向圣遗物自动搭配,多方向圣遗物潜力与评分, Genshin Impact artifacts assessment, artifacts auto combination, artifacts statistics, artifacts potential, and more.|1100|2024-01-31|
|65|[phodal/aigc](https://github.com/phodal/aigc)|《构筑大语言模型应用:应用开发与架构设计》一本关于 LLM 在真实世界应用的开源电子书介绍了大语言模型的基础知识和应用以及如何构建自己的模型。其中包括Prompt的编写、开发和管理探索最好的大语言模型能带来什么以及LLM应用开发的模式和架构设计。|1061|2024-01-23|
|66|[awslabs/aws-lambda-web-adapter](https://github.com/awslabs/aws-lambda-web-adapter)|Run web applications on AWS Lambda|993|2024-02-06|
|65|[phodal/aigc](https://github.com/phodal/aigc)|《构筑大语言模型应用:应用开发与架构设计》一本关于 LLM 在真实世界应用的开源电子书介绍了大语言模型的基础知识和应用以及如何构建自己的模型。其中包括Prompt的编写、开发和管理探索最好的大语言模型能带来什么以及LLM应用开发的模式和架构设计。|1062|2024-01-23|
|66|[awslabs/aws-lambda-web-adapter](https://github.com/awslabs/aws-lambda-web-adapter)|Run web applications on AWS Lambda|994|2024-02-06|
|67|[0x727/ObserverWard](https://github.com/0x727/ObserverWard)|侦查守卫(ObserverWard)指纹识别工具Community web fingerprint identification tool |894|2024-02-01|
|68|[rustsbi/rustsbi](https://github.com/rustsbi/rustsbi)|RISC-V Supervisor Binary Interface (RISC-V SBI) library in Rust; runs on M or HS mode; good support for embedded Rust ecosystem. For binary download see https://github.com/rustsbi/standalone.|885|2024-02-10|
|69|[Tencent/tquic](https://github.com/Tencent/tquic)|A high-performance, lightweight, and cross-platform QUIC library|817|2024-02-05|
|70|[Borber/seam](https://github.com/Borber/seam)|获取多直播平台的直播源|809|2024-01-22|
|71|[pemistahl/lingua-rs](https://github.com/pemistahl/lingua-rs)|The most accurate natural language detection library for Rust, suitable for short text and mixed-language text|780|2024-02-10|
|72|[huacnlee/autocorrect](https://github.com/huacnlee/autocorrect)|A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).|758|2024-02-01|
|73|[tramhao/termusic](https://github.com/tramhao/termusic)|Music Player TUI written in Rust|738|2024-01-30|
|73|[tramhao/termusic](https://github.com/tramhao/termusic)|Music Player TUI written in Rust|739|2024-01-30|
|74|[zu1k/Good-MITM](https://github.com/zu1k/Good-MITM)|Rule-based MITM engine. Rewriting, redirecting and rejecting on HTTP(S) requests and responses, supports JavaScript.|737|2023-08-22|
|75|[YiNNx/cmd-wrapped](https://github.com/YiNNx/cmd-wrapped)|Find out what the past year looks like in command line!|730|2024-02-09|
|75|[YiNNx/cmd-wrapped](https://github.com/YiNNx/cmd-wrapped)|Find out what the past year looks like in command line!|734|2024-02-11|
|76|[rust-cli/book](https://github.com/rust-cli/book)| Documentation on how to use the Rust Programming Language to develop commandline applications|712|2024-02-01|
|77|[WilliamVenner/gmpublisher](https://github.com/WilliamVenner/gmpublisher)|⚙️ Workshop Publishing Utility for Garry's Mod, written in Rust & Svelte and powered by Tauri|695|2024-02-08|
|78|[PoloDB/PoloDB](https://github.com/PoloDB/PoloDB)|PoloDB is an embedded document database.|693|2024-01-24|
|79|[LeeeSe/MessAuto](https://github.com/LeeeSe/MessAuto)|自动提取Mac平台的短信和邮箱验证码2FHey的免费替代品Automatic extraction of SMS verification code for Mac platform, free alternatives to 2FHey|684|2024-01-29|
|79|[LeeeSe/MessAuto](https://github.com/LeeeSe/MessAuto)|自动提取Mac平台的短信和邮箱验证码2FHey的免费替代品Automatic extraction of SMS verification code for Mac platform, free alternatives to 2FHey|689|2024-01-29|
|80|[EFForg/apkeep](https://github.com/EFForg/apkeep)|-|684|2023-12-04|
|81|[biliup/biliup-rs](https://github.com/biliup/biliup-rs)|命令行投稿(B站)和视频下载工具提供多种登录方式支持多p。|651|2024-01-07|
|82|[Enter-tainer/cxx2flow](https://github.com/Enter-tainer/cxx2flow)|将 C/C++ 代码转换成流程图 / Turn your C/C++ code into flowchart|645|2023-11-09|
|83|[arloor/nftables-nat-rust](https://github.com/arloor/nftables-nat-rust)|nftables nat rule generator——nftables nat规则生成器|625|2024-01-05|
|82|[Enter-tainer/cxx2flow](https://github.com/Enter-tainer/cxx2flow)|将 C/C++ 代码转换成流程图 / Turn your C/C++ code into flowchart|646|2023-11-09|
|83|[arloor/nftables-nat-rust](https://github.com/arloor/nftables-nat-rust)|nftables nat rule generator——nftables nat规则生成器|626|2024-01-05|
|84|[lz1998/ricq](https://github.com/lz1998/ricq)|Rust 高性能 QQ 协议原RS-QQ。Linux-musl运行内存1.6MB。|618|2023-10-20|
|85|[justjavac/dvm](https://github.com/justjavac/dvm)|🦕 Deno Version Manager - Easy way to manage multiple active deno versions.|614|2023-12-22|
|86|[tikv/minitrace-rust](https://github.com/tikv/minitrace-rust)|Extremely fast tracing library for Rust|612|2024-02-08|
|87|[TeamFlos/phira](https://github.com/TeamFlos/phira)|-|602|2024-02-10|
|86|[tikv/minitrace-rust](https://github.com/tikv/minitrace-rust)|Extremely fast tracing library for Rust|613|2024-02-08|
|87|[TeamFlos/phira](https://github.com/TeamFlos/phira)|-|606|2024-02-10|
|88|[gngpp/thunder](https://github.com/gngpp/thunder)|Synology NAS thunder run on Linux|595|2024-01-15|
|89|[bramblex/niva](https://github.com/bramblex/niva)|一个基于 Tauri WRY 跨端 Webview 库的超轻量极易用的跨端应用开发框架。|582|2023-11-09|
|90|[bbqsrc/cargo-ndk](https://github.com/bbqsrc/cargo-ndk)|Compile Rust projects against the Android NDK without hassle|561|2023-12-08|
|90|[bbqsrc/cargo-ndk](https://github.com/bbqsrc/cargo-ndk)|Compile Rust projects against the Android NDK without hassle|563|2023-12-08|
|91|[dontpanic92/OpenPAL3](https://github.com/dontpanic92/OpenPAL3)|仙三开源版 - The efforts to create an open-source implementation of Chinese Paladin 3|537|2024-02-04|
|92|[mikedilger/gossip](https://github.com/mikedilger/gossip)|Gossip is a nostr client|528|2024-02-09|
|93|[zino-rs/zino](https://github.com/zino-rs/zino)|Next-generation framework for composable applications in Rust.|511|2024-02-06|
|92|[mikedilger/gossip](https://github.com/mikedilger/gossip)|Gossip is a nostr client|529|2024-02-11|
|93|[zino-rs/zino](https://github.com/zino-rs/zino)|Next-generation framework for composable applications in Rust.|512|2024-02-06|
|94|[DragonOS-Community/DragonOS](https://github.com/DragonOS-Community/DragonOS)|使用Rust从0自研内核具有Linux兼容性的操作系统。|503|2024-02-10|
|95|[datanymizer/datanymizer](https://github.com/datanymizer/datanymizer)|Powerful database anonymizer with flexible rules. Written in Rust.|476|2023-12-25|
|96|[kxxt/aspeak](https://github.com/kxxt/aspeak)|A simple text-to-speech client for Azure TTS API. |467|2023-11-28|
|97|[rmqtt/rmqtt](https://github.com/rmqtt/rmqtt)|MQTT Server/MQTT Broker - Scalable Distributed MQTT Message Broker for IoT in the 5G Era|408|2024-02-07|
|98|[mokeyish/smartdns-rs](https://github.com/mokeyish/smartdns-rs)|A cross platform local DNS server (Dnsmasq like) written in rust to obtain the fastest website IP for the best Internet experience, supports DoT, DoQ, DoH, DoH3.|404|2024-02-05|
|98|[mokeyish/smartdns-rs](https://github.com/mokeyish/smartdns-rs)|A cross platform local DNS server (Dnsmasq like) written in rust to obtain the fastest website IP for the best Internet experience, supports DoT, DoQ, DoH, DoH3.|405|2024-02-05|
|99|[tidb-incubator/tidis](https://github.com/tidb-incubator/tidis)|A distributed transactional large-scale NoSQL database powered by TiKV|404|2024-01-05|
|100|[lsk569937453/silverwind](https://github.com/lsk569937453/silverwind)|The High Performance Proxy/Load Balancer|394|2023-09-09|
|101|[al8n/stretto](https://github.com/al8n/stretto)|Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust cache.|385|2023-12-18|
|102|[PersiaML/PERSIA](https://github.com/PersiaML/PERSIA)|High performance distributed framework for training deep learning recommendation models based on PyTorch.|372|2024-02-07|
|103|[ViporMiner/VIPORMiner](https://github.com/ViporMiner/VIPORMiner)|最稳定的BTC-全币种代理中转,地表最强矿池代理 矿池中转 矿池抽水开发者费用固定千分之21台也是0.02%,没有矿机数量门坎)几乎无损的转发,近乎变态的精准比例;轻松支持百万级并发!开发费单一抽取.精准比例,/BTC/ETH/ETC/LTC/RVN/ERGO/CFX/KAS/IRON/CKB/KDA/ZEC/NEXA ,性能极高经过1000G压力测试一键安装上手简单minerproxy ...|359|2024-01-11|
|101|[al8n/stretto](https://github.com/al8n/stretto)|Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust cache.|386|2023-12-18|
|102|[PersiaML/PERSIA](https://github.com/PersiaML/PERSIA)|High performance distributed framework for training deep learning recommendation models based on PyTorch.|373|2024-02-07|
|103|[ViporMiner/VIPORMiner](https://github.com/ViporMiner/VIPORMiner)|最稳定的BTC-全币种代理中转,地表最强矿池代理 矿池中转 矿池抽水开发者费用固定千分之21台也是0.02%,没有矿机数量门坎)几乎无损的转发,近乎变态的精准比例;轻松支持百万级并发!开发费单一抽取.精准比例,/BTC/ETH/ETC/LTC/RVN/ERGO/CFX/KAS/IRON/CKB/KDA/ZEC/NEXA ,性能极高经过1000G压力测试一键安装上手简单minerproxy ...|360|2024-01-11|
|104|[wtklbm/crm](https://github.com/wtklbm/crm)|Cargo registry manager (Cargo 注册表管理器),用于方便的管理和更换 Rust 国内镜像源 |346|2023-12-14|
|105|[hsivonen/encoding_rs](https://github.com/hsivonen/encoding_rs)|A Gecko-oriented implementation of the Encoding Standard in Rust|340|2023-08-23|
|106|[bytedance/g3](https://github.com/bytedance/g3)|Enterprise-oriented Generic Proxy Solutions|314|2024-02-09|
|106|[bytedance/g3](https://github.com/bytedance/g3)|Enterprise-oriented Generic Proxy Solutions|315|2024-02-11|
|107|[eunomia-bpf/wasm-bpf](https://github.com/eunomia-bpf/wasm-bpf)|WebAssembly library, toolchain and runtime for eBPF programs|309|2023-11-22|
|108|[cgisky1980/ai00_rwkv_server](https://github.com/cgisky1980/ai00_rwkv_server)|A localized open-source AI server that is better than ChatGPT.|307|2024-02-08|
|108|[cgisky1980/ai00_rwkv_server](https://github.com/cgisky1980/ai00_rwkv_server)|A localized open-source AI server that is better than ChatGPT.|308|2024-02-08|
|109|[PsiACE/databend-internals](https://github.com/PsiACE/databend-internals)|Databend 内幕大揭秘|290|2024-01-26|
|110|[hoothin/RustClock](https://github.com/hoothin/RustClock)|A digital clock for desktop popup every half hour, support 20-20-20 rule. 每隔半小時彈出一次的桌面電子時鐘|287|2023-10-21|
|111|[0xlane/wechat-dump-rs](https://github.com/0xlane/wechat-dump-rs)|该工具用于导出正在运行中的微信进程的 key 并自动解密所有微信数据库文件以及导出 key 后数据库文件离线解密。|283|2023-11-12|
|112|[consenlabs/token-core](https://github.com/consenlabs/token-core)|Next generation core inside imToken Wallet.|281|2023-10-10|
|113|[cloudwego/sonic-rs](https://github.com/cloudwego/sonic-rs)|A fast Rust JSON library based on SIMD.|272|2024-02-02|
|113|[cloudwego/sonic-rs](https://github.com/cloudwego/sonic-rs)|A fast Rust JSON library based on SIMD.|273|2024-02-02|
|114|[r-nacos/r-nacos](https://github.com/r-nacos/r-nacos)|Nacos server re-implemented in Rust.|271|2024-01-31|
|115|[KipData/kipdb](https://github.com/KipData/kipdb)| Lightweight, asynchronous based on LSM Leveled Compaction KV database|264|2024-02-07|
|115|[KipData/kipdb](https://github.com/KipData/kipdb)| Lightweight, asynchronous based on LSM Leveled Compaction KV database|264|2024-02-11|
|116|[nashaofu/xcap](https://github.com/nashaofu/xcap)|XCap is a cross-platform screen capture library written in Rust. It supports Linux (X11, Wayland), MacOS, and Windows. XCap supports screenshot and video recording (to be implemented).|260|2024-02-10|
|117|[rust-tw/book-tw](https://github.com/rust-tw/book-tw)|Rust 程式設計語言(正體中文翻譯)|257|2024-02-10|
|118|[stalwartlabs/mail-parser](https://github.com/stalwartlabs/mail-parser)|Fast and robust e-mail parsing library for Rust|255|2024-02-07|
@ -131,7 +131,7 @@
|124|[kihlh/WxDatViewerAutoExportRust](https://github.com/kihlh/WxDatViewerAutoExportRust)|(WxAutoExIm) 自动备份wx聊天图片到指定位置|236|2023-10-31|
|125|[UnblockNeteaseMusic/server-rust](https://github.com/UnblockNeteaseMusic/server-rust)|Rust 版本的 UnblockNeteaseMusic/server ,以效能、穩定性及可維護性為目標。|215|2023-10-30|
|126|[THMonster/Revda](https://github.com/THMonster/Revda)|Tools to play live stream with danmaku.|210|2024-02-09|
|127|[fuyoo/bs-redis-desktop-client](https://github.com/fuyoo/bs-redis-desktop-client)|The BS redis desktop client is powered by Rust and Tauri, with very small weight, beautiful interface and faster running speed!|206|2023-11-26|
|127|[fuyoo/bs-redis-desktop-client](https://github.com/fuyoo/bs-redis-desktop-client)|The BS redis desktop client is powered by Rust and Tauri, with very small weight, beautiful interface and faster running speed!|207|2023-11-26|
|128|[rbatis/fast_log](https://github.com/rbatis/fast_log)|Rust async log High-performance asynchronous logging|196|2024-01-09|
|129|[sigoden/upt](https://github.com/sigoden/upt)|Universal Package-management Tool for any OS.|192|2023-12-25|
|130|[meilisearch/charabia](https://github.com/meilisearch/charabia)|Library used by Meilisearch to tokenize queries and documents|190|2024-02-08|
@ -141,16 +141,16 @@
|134|[niuhuan/rust_proc_qq](https://github.com/niuhuan/rust_proc_qq)|[RUST] 模块化QQ机器人框架 Based RICQ|174|2024-02-02|
|135|[YDHCUI/rustdesk](https://github.com/YDHCUI/rustdesk)|基于rustdesk修改的远程桌面软件将agent部分分离出来|154|2023-11-14|
|136|[Kingtous/RustPlayer](https://github.com/Kingtous/RustPlayer)|An local audio player & m3u8 radio player using Rust and completely terminal gui🎵. 使用Rust开发的纯终端本地/m3u8网络电台播放器🎵.|146|2023-12-04|
|137|[PinkD/corplink-rs](https://github.com/PinkD/corplink-rs)|使用 rust 实现的飞连客户端|142|2024-01-05|
|137|[PinkD/corplink-rs](https://github.com/PinkD/corplink-rs)|使用 rust 实现的飞连客户端|143|2024-02-11|
|138|[Steve-xmh/scl](https://github.com/Steve-xmh/scl)|SharpCraftLauncher —— A super light, fast, clean minecraft launcher framework written in rust. 一个用 Rust 编写的无比轻量的,迅速的,简洁的启动器的附属框架们。|141|2024-01-13|
|139|[Brooooooklyn/pinyin](https://github.com/Brooooooklyn/pinyin)|rust-pinyin binding for Node.js|132|2024-02-01|
|140|[kgagag/tomato](https://github.com/kgagag/tomato)|一个用rust写的Java虚拟机 JVM|130|2023-11-18|
|141|[1148118271/ssh-rs](https://github.com/1148118271/ssh-rs)|Rust implementation of ssh2.0 client 👻 rust实现的ssh2.0客户端|128|2023-12-26|
|142|[suiyuran/aidoku-zh-sources](https://github.com/suiyuran/aidoku-zh-sources)|Aidoku 中文图源|123|2024-02-10|
|142|[suiyuran/aidoku-zh-sources](https://github.com/suiyuran/aidoku-zh-sources)|Aidoku 中文图源|124|2024-02-10|
|143|[flaribbit/imgfind](https://github.com/flaribbit/imgfind)|根据文本描述搜索本地图片的工具powered by Rust + candle + CLIP|120|2023-10-31|
|144|[rustq/3body-lang](https://github.com/rustq/3body-lang)|三体编程语言 Three Body Language written in Rust|118|2023-11-18|
|145|[Tencent/tat-agent](https://github.com/Tencent/tat-agent)|TAT agent is an agent written in Rust, which run in CVM, Lighthouse or CPM 2.0 instances. Its role is to run commands remotely without ssh login, invoked from TencentCloud Console/API. Commands includ ...|117|2023-08-25|
|146|[rbatis/abs_admin](https://github.com/rbatis/abs_admin)|http server with RBAC permissions(actix-web/rbatis orm/vuejs)|117|2024-01-02|
|145|[rbatis/abs_admin](https://github.com/rbatis/abs_admin)|http server with RBAC permissions(actix-web/rbatis orm/vuejs)|118|2024-01-02|
|146|[Tencent/tat-agent](https://github.com/Tencent/tat-agent)|TAT agent is an agent written in Rust, which run in CVM, Lighthouse or CPM 2.0 instances. Its role is to run commands remotely without ssh login, invoked from TencentCloud Console/API. Commands includ ...|117|2023-08-25|
|147|[kanrichan/floatbot](https://github.com/kanrichan/floatbot)|:sparkles: OneBot(原CQHTTP) 多平台的实现|115|2023-10-11|
|148|[kekeimiku/PointerSearcher-X](https://github.com/kekeimiku/PointerSearcher-X)|An application for finding memory pointers.|113|2024-02-06|
|149|[lolishinshi/exloli](https://github.com/lolishinshi/exloli)|从 E 站抓取画(ben)廊(zi)并上传 telegraph 并转发至 telegram channel|112|2023-10-10|
@ -169,7 +169,7 @@
|162|[LJason77/bilibili-webhook](https://github.com/LJason77/bilibili-webhook)|自动下载 B站 视频|90|2024-01-13|
|163|[Berrysoft/tunet-rust](https://github.com/Berrysoft/tunet-rust)|清华大学校园网 Rust 库与客户端|88|2024-02-06|
|164|[rubickCenter/rubick-base](https://github.com/rubickCenter/rubick-base)|desktop automation, screen capture, input listen/simulation, asar compress, color picker for nodejs and electron based on rust. 基于 Rust / WASM 提供截图、取色、键鼠事件监听模拟、压缩解压、图像处理、获取已安装应用等跨平台功能的现代异步 Nodejs 模块,占 ...|87|2023-09-30|
|165|[zjp-CN/rustdx](https://github.com/zjp-CN/rustdx)|受 pytdx 启发的 A 股数据获取工具|85|2023-08-28|
|165|[zjp-CN/rustdx](https://github.com/zjp-CN/rustdx)|受 pytdx 启发的 A 股数据获取工具|86|2023-08-28|
|166|[JohanChane/clashtui](https://github.com/JohanChane/clashtui)|Mihomo (Clash.Meta) TUI Client|84|2024-01-24|
|167|[m13253/FaithType](https://github.com/m13253/FaithType)|Modify fonts to remove bitmap and disable gridfit for Windows font rendering|84|2023-09-02|
|168|[doraemonkeys/WindSend](https://github.com/doraemonkeys/WindSend)|Quickly and securely sync clipboard, transfer files and directories between devices. 快速安全的同步剪切板,传输文件或文件夹|82|2024-02-05|

@ -1,127 +1,127 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Shell
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[acmesh-official/acme.sh](https://github.com/acmesh-official/acme.sh)|A pure Unix shell script implementing ACME client protocol|35379|2024-02-05|
|2|[OpenBMB/ChatDev](https://github.com/OpenBMB/ChatDev)|Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)|19771|2024-02-08|
|3|[mack-a/v2ray-agent](https://github.com/mack-a/v2ray-agent)|Xray、Tuic、hysteria2、sing-box 八合一一键脚本|11979|2024-02-07|
|1|[acmesh-official/acme.sh](https://github.com/acmesh-official/acme.sh)|A pure Unix shell script implementing ACME client protocol|35385|2024-02-05|
|2|[OpenBMB/ChatDev](https://github.com/OpenBMB/ChatDev)|Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)|19786|2024-02-08|
|3|[mack-a/v2ray-agent](https://github.com/mack-a/v2ray-agent)|Xray、Tuic、hysteria2、sing-box 八合一一键脚本|11980|2024-02-07|
|4|[hq450/fancyss](https://github.com/hq450/fancyss)|fancyss is a project providing tools to across the GFW on asuswrt/merlin based router.|11695|2024-02-10|
|5|[skywind3000/awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets)|超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 :zap:|10683|2024-01-07|
|6|[EtherDream/jsproxy](https://github.com/EtherDream/jsproxy)|An online proxy based on ServiceWorker|9250|2024-01-11|
|7|[wulabing/Xray_onekey](https://github.com/wulabing/Xray_onekey)|Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本 |9148|2024-01-22|
|8|[quickemu-project/quickemu](https://github.com/quickemu-project/quickemu)|Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.|8256|2024-02-10|
|9|[xzhih/one-key-hidpi](https://github.com/xzhih/one-key-hidpi)|Enable macOS HiDPI and have a native setting.|8102|2024-01-08|
|10|[oldratlee/useful-scripts](https://github.com/oldratlee/useful-scripts)|🐌 useful scripts for making developer's everyday life easier and happier, involved java, shell etc.|7102|2024-02-07|
|11|[fbelavenuto/arpl](https://github.com/fbelavenuto/arpl)|Automated Redpill Loader|6448|2023-12-11|
|12|[kenzok8/openwrt-packages](https://github.com/kenzok8/openwrt-packages)|openwrt常用软件包|5825|2024-02-10|
|7|[wulabing/Xray_onekey](https://github.com/wulabing/Xray_onekey)|Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本 |9150|2024-01-22|
|8|[quickemu-project/quickemu](https://github.com/quickemu-project/quickemu)|Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.|8265|2024-02-10|
|9|[xzhih/one-key-hidpi](https://github.com/xzhih/one-key-hidpi)|Enable macOS HiDPI and have a native setting.|8104|2024-01-08|
|10|[oldratlee/useful-scripts](https://github.com/oldratlee/useful-scripts)|🐌 useful scripts for making developer's everyday life easier and happier, involved java, shell etc.|7103|2024-02-07|
|11|[fbelavenuto/arpl](https://github.com/fbelavenuto/arpl)|Automated Redpill Loader|6449|2023-12-11|
|12|[kenzok8/openwrt-packages](https://github.com/kenzok8/openwrt-packages)|openwrt常用软件包|5826|2024-02-10|
|13|[v2fly/fhs-install-v2ray](https://github.com/v2fly/fhs-install-v2ray)|Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd|5735|2024-02-09|
|14|[mviereck/x11docker](https://github.com/mviereck/x11docker)|Run GUI applications and desktops in docker and podman containers. Focus on security.|5297|2023-12-12|
|15|[stupidloud/nanopi-openwrt](https://github.com/stupidloud/nanopi-openwrt)|Openwrt for Nanopi R1S R2S R4S R5S 香橙派 R1 Plus 固件编译 纯净版与大杂烩|5134|2024-02-06|
|16|[ben1234560/k8s_PaaS](https://github.com/ben1234560/k8s_PaaS)|如何基于K8s(Kubernetes)部署成PaaS/DevOps(一套完整的软件研发和部署平台)--教程/学习(实战代码/欢迎讨论/大量注释/操作配图)你将习得部署如K8S(Kubernetes)、Dashboard、Harbor、Jenkins、本地Gitlab、Apollo框架、Promtheus、Grafana、Spinnaker等。|4472|2023-10-27|
|17|[jinwyp/one_click_script](https://github.com/jinwyp/one_click_script)|install latest or LTS linux kernel and enable BBR or BBR plus|4449|2024-02-08|
|18|[hiddify/Hiddify-Manager](https://github.com/hiddify/Hiddify-Manager)|Multi-user anti-filtering panel, with an effortless installation and supporting more than 20 protocols to circumvent filtering plus the telegram proxy. |4248|2024-02-09|
|14|[mviereck/x11docker](https://github.com/mviereck/x11docker)|Run GUI applications and desktops in docker and podman containers. Focus on security.|5299|2023-12-12|
|15|[stupidloud/nanopi-openwrt](https://github.com/stupidloud/nanopi-openwrt)|Openwrt for Nanopi R1S R2S R4S R5S 香橙派 R1 Plus 固件编译 纯净版与大杂烩|5133|2024-02-06|
|16|[ben1234560/k8s_PaaS](https://github.com/ben1234560/k8s_PaaS)|如何基于K8s(Kubernetes)部署成PaaS/DevOps(一套完整的软件研发和部署平台)--教程/学习(实战代码/欢迎讨论/大量注释/操作配图)你将习得部署如K8S(Kubernetes)、Dashboard、Harbor、Jenkins、本地Gitlab、Apollo框架、Promtheus、Grafana、Spinnaker等。|4473|2023-10-27|
|17|[jinwyp/one_click_script](https://github.com/jinwyp/one_click_script)|install latest or LTS linux kernel and enable BBR or BBR plus|4450|2024-02-08|
|18|[hiddify/Hiddify-Manager](https://github.com/hiddify/Hiddify-Manager)|Multi-user anti-filtering panel, with an effortless installation and supporting more than 20 protocols to circumvent filtering plus the telegram proxy. |4257|2024-02-09|
|19|[yeszao/dnmp](https://github.com/yeszao/dnmp)|Docker LNMP (Nginx, PHP7/PHP5, MySQL, Redis)|3793|2024-01-16|
|20|[dunwu/linux-tutorial](https://github.com/dunwu/linux-tutorial)|:penguin: Linux教程主要内容Linux 命令、Linux 系统运维、软件运维、精选常用Shell脚本|3720|2024-01-27|
|20|[dunwu/linux-tutorial](https://github.com/dunwu/linux-tutorial)|:penguin: Linux教程主要内容Linux 命令、Linux 系统运维、软件运维、精选常用Shell脚本|3726|2024-01-27|
|21|[thuml/Time-Series-Library](https://github.com/thuml/Time-Series-Library)|A Library for Advanced Deep Time Series Models.|3569|2024-02-04|
|22|[ivanhao/pvetools](https://github.com/ivanhao/pvetools)|proxmox ve tools script(debian9+ can use it).Including email, samba, NFS set zfs max ram, nested virtualization ,docker , pci passthrough etc. for english user,please look the end of readme.|3523|2024-02-08|
|23|[P3TERX/warp.sh](https://github.com/P3TERX/warp.sh)|Cloudflare WARP Installer WARP 一键安装脚本|3460|2023-10-04|
|24|[remote-android/redroid-doc](https://github.com/remote-android/redroid-doc)|redroid (Remote-Android) is a multi-arch, GPU enabled, Android in Cloud solution. Track issues / docs here|3288|2023-12-27|
|22|[ivanhao/pvetools](https://github.com/ivanhao/pvetools)|proxmox ve tools script(debian9+ can use it).Including email, samba, NFS set zfs max ram, nested virtualization ,docker , pci passthrough etc. for english user,please look the end of readme.|3524|2024-02-08|
|23|[P3TERX/warp.sh](https://github.com/P3TERX/warp.sh)|Cloudflare WARP Installer WARP 一键安装脚本|3463|2023-10-04|
|24|[remote-android/redroid-doc](https://github.com/remote-android/redroid-doc)|redroid (Remote-Android) is a multi-arch, GPU enabled, Android in Cloud solution. Track issues / docs here|3290|2023-12-27|
|25|[wjz304/rr](https://github.com/wjz304/rr)|Redpill Recovery (arpl-i18n)|3257|2023-11-26|
|26|[P3TERX/aria2.conf](https://github.com/P3TERX/aria2.conf)|Aria2 配置文件 OneDrive & Google Drvive 离线下载 百度网盘转存|3025|2024-02-09|
|26|[P3TERX/aria2.conf](https://github.com/P3TERX/aria2.conf)|Aria2 配置文件 OneDrive & Google Drvive 离线下载 百度网盘转存|3026|2024-02-09|
|27|[emptysuns/Hi_Hysteria](https://github.com/emptysuns/Hi_Hysteria)|Hello World非钟国优化线路使用不佳不想中转hysteria一键搞定。|3021|2023-11-04|
|28|[firehol/blocklist-ipsets](https://github.com/firehol/blocklist-ipsets)|ipsets dynamically updated with firehol's update-ipsets.sh script|2833|2024-02-10|
|29|[teddysun/lamp](https://github.com/teddysun/lamp)|Install LAMP (Linux + Apache + MySQL/MariaDB + PHP) for AlmaLinux/RockyLinux/CentOS/Debian/Ubuntu|2811|2024-01-18|
|28|[firehol/blocklist-ipsets](https://github.com/firehol/blocklist-ipsets)|ipsets dynamically updated with firehol's update-ipsets.sh script|2835|2024-02-11|
|29|[teddysun/lamp](https://github.com/teddysun/lamp)|Install LAMP (Linux + Apache + MySQL/MariaDB + PHP) for AlmaLinux/RockyLinux/CentOS/Debian/Ubuntu|2811|2024-02-11|
|30|[QiuChenlyOpenSource/InjectLib](https://github.com/QiuChenlyOpenSource/InjectLib)|基于Ruby编写的命令行注入版本|2808|2024-02-06|
|31|[MvsCode/frps-onekey](https://github.com/MvsCode/frps-onekey)| Frps 一键安装脚本&管理脚本|2775|2024-01-01|
|32|[notofonts/noto-cjk](https://github.com/notofonts/noto-cjk)|Noto CJK fonts|2619|2023-08-31|
|33|[gaoyifan/china-operator-ip](https://github.com/gaoyifan/china-operator-ip)|中国运营商IPv4/IPv6地址库-每日更新|2485|2024-02-10|
|31|[MvsCode/frps-onekey](https://github.com/MvsCode/frps-onekey)| Frps 一键安装脚本&管理脚本|2776|2024-01-01|
|32|[notofonts/noto-cjk](https://github.com/notofonts/noto-cjk)|Noto CJK fonts|2620|2023-08-31|
|33|[gaoyifan/china-operator-ip](https://github.com/gaoyifan/china-operator-ip)|中国运营商IPv4/IPv6地址库-每日更新|2486|2024-02-11|
|34|[TrionesType/zhuque](https://github.com/TrionesType/zhuque)|朱雀仿宋/朱雀宋朝/Zhuque Fangsong: An open-source Fansong typeface project|2417|2023-12-13|
|35|[nextcloud/nextcloudpi](https://github.com/nextcloud/nextcloudpi)|📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, Docker, curl installer...|2294|2024-02-02|
|35|[nextcloud/nextcloudpi](https://github.com/nextcloud/nextcloudpi)|📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, Docker, curl installer...|2293|2024-02-02|
|36|[Vonng/pigsty](https://github.com/Vonng/pigsty)|PostgreSQL in Great STYle, Battery-Included Free RDS Alternative!|2269|2024-02-10|
|37|[haiibo/OpenWrt](https://github.com/haiibo/OpenWrt)|基于 Lean 源码编译的 OpenWrt 固件——适配X86、R2C、R2S、R4S、R4SE、R5C、R5S、香橙派 R1 Plus、树莓派3B、树莓派4B、R66S、R68S、M68S、H28K、H66K、H68K、H88K、H69K、E25、N1、S905x3、S922x、HK1、X96max、微加云、贝壳云、我家云、章鱼星球等|2174|2024-02-06|
|38|[leitbogioro/Tools](https://github.com/leitbogioro/Tools)|Something about tools|2165|2023-11-29|
|38|[leitbogioro/Tools](https://github.com/leitbogioro/Tools)|Something about tools|2166|2023-11-29|
|39|[huan/docker-wechat](https://github.com/huan/docker-wechat)|DoChat is a Dockerized WeChat (盒装微信) PC Windows Client for Linux|2124|2023-12-31|
|40|[thijsvanloef/palworld-server-docker](https://github.com/thijsvanloef/palworld-server-docker)|A Docker Container to easily run a Palworld dedicated server.|2035|2024-02-10|
|41|[spiritLHLS/ecs](https://github.com/spiritLHLS/ecs)|VPS融合怪服务器测评脚本(VPS Fusion Monster Server Test Script)(尽量做最全能测试服务器的脚本)|2028|2024-02-04|
|40|[thijsvanloef/palworld-server-docker](https://github.com/thijsvanloef/palworld-server-docker)|A Docker Container to easily run a Palworld dedicated server.|2049|2024-02-11|
|41|[spiritLHLS/ecs](https://github.com/spiritLHLS/ecs)|VPS融合怪服务器测评脚本(VPS Fusion Monster Server Test Script)(尽量做最全能测试服务器的脚本)|2033|2024-02-04|
|42|[wulabing/V2Ray_ws-tls_bash_onekey](https://github.com/wulabing/V2Ray_ws-tls_bash_onekey)|-|2018|2024-01-21|
|43|[jorgebucaran/nvm.fish](https://github.com/jorgebucaran/nvm.fish)|The Node.js version manager you'll adore, crafted just for Fish|1887|2023-10-20|
|43|[jorgebucaran/nvm.fish](https://github.com/jorgebucaran/nvm.fish)|The Node.js version manager you'll adore, crafted just for Fish|1889|2023-10-20|
|44|[Magisk-Modules-Repo/MagiskHidePropsConf](https://github.com/Magisk-Modules-Repo/MagiskHidePropsConf)|This tool is now dead...|1884|2023-10-17|
|45|[trojanpanel/install-script](https://github.com/trojanpanel/install-script)|Multi-user web administration panel supporting Xray/Trojan-Go/Hysteria/NaiveProxy|1731|2024-02-02|
|46|[snail007/proxy_admin_free](https://github.com/snail007/proxy_admin_free)|Proxy是高性能全功能的http代理、https代理、socks5代理、内网穿透、内网穿透p2p、内网穿透代理、内网穿透反向代理、内网穿透服务器、Websocket代理、TCP代理、UDP代理、DNS代理、DNS加密代理代理API认证全能跨平台代理服务器。|1702|2023-12-13|
|46|[snail007/proxy_admin_free](https://github.com/snail007/proxy_admin_free)|Proxy是高性能全功能的http代理、https代理、socks5代理、内网穿透、内网穿透p2p、内网穿透代理、内网穿透反向代理、内网穿透服务器、Websocket代理、TCP代理、UDP代理、DNS代理、DNS加密代理代理API认证全能跨平台代理服务器。|1703|2023-12-13|
|47|[cdarlint/winutils](https://github.com/cdarlint/winutils)|winutils.exe hadoop.dll and hdfs.dll binaries for hadoop windows|1693|2023-11-20|
|48|[SuperManito/LinuxMirrors](https://github.com/SuperManito/LinuxMirrors)|GNU/Linux 更换系统软件源脚本|1662|2024-02-04|
|49|[esirplayground/AutoBuild-OpenWrt](https://github.com/esirplayground/AutoBuild-OpenWrt)|Build OpenWrt using GitHub Actions 使用 GitHub Actions 编译 OpenWrt 感谢P3TERX的项目源码 感谢KFERMercer的项目源码|1631|2024-02-10|
|50|[UnblockNeteaseMusic/luci-app-unblockneteasemusic](https://github.com/UnblockNeteaseMusic/luci-app-unblockneteasemusic)|[OpenWrt] 解除网易云音乐播放限制|1590|2024-01-01|
|48|[SuperManito/LinuxMirrors](https://github.com/SuperManito/LinuxMirrors)|GNU/Linux 更换系统软件源脚本|1664|2024-02-04|
|49|[esirplayground/AutoBuild-OpenWrt](https://github.com/esirplayground/AutoBuild-OpenWrt)|Build OpenWrt using GitHub Actions 使用 GitHub Actions 编译 OpenWrt 感谢P3TERX的项目源码 感谢KFERMercer的项目源码|1632|2024-02-10|
|50|[UnblockNeteaseMusic/luci-app-unblockneteasemusic](https://github.com/UnblockNeteaseMusic/luci-app-unblockneteasemusic)|[OpenWrt] 解除网易云音乐播放限制|1591|2024-01-01|
|51|[ffffffff0x/f8x](https://github.com/ffffffff0x/f8x)|红/蓝队环境自动化部署工具 Red/Blue team environment automation deployment tool|1578|2024-01-03|
|52|[FlechazoPh/QLDependency](https://github.com/FlechazoPh/QLDependency)|青龙面板全依赖一键安装脚本 / Qinglong Pannel Dependency Install Scripts.|1527|2024-01-29|
|53|[ophub/amlogic-s9xxx-openwrt](https://github.com/ophub/amlogic-s9xxx-openwrt)|Support for OpenWrt in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.|1491|2024-02-03|
|53|[ophub/amlogic-s9xxx-openwrt](https://github.com/ophub/amlogic-s9xxx-openwrt)|Support for OpenWrt in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.|1493|2024-02-03|
|54|[dylanbai8/kmspro](https://github.com/dylanbai8/kmspro)|windows系统一句命令激活office套件一句命令激活一键搭建kms服务器kms一键脚本安卓Android搭建kms服务器|1486|2023-10-09|
|55|[datawhalechina/learn-nlp-with-transformers](https://github.com/datawhalechina/learn-nlp-with-transformers)|we want to create a repo to illustrate usage of transformers in chinese|1480|2023-08-24|
|56|[VR-25/acc](https://github.com/VR-25/acc)|Advanced Charging Controller|1426|2024-02-02|
|57|[archlinuxcn/repo](https://github.com/archlinuxcn/repo)|Arch Linux CN Repository|1419|2024-02-10|
|58|[JinjunHan/iOSDeviceSupport](https://github.com/JinjunHan/iOSDeviceSupport)|All versions of iOS Device Support|1372|2023-12-07|
|59|[spiritLHLS/Oracle-server-keep-alive-script](https://github.com/spiritLHLS/Oracle-server-keep-alive-script)|服务器资源占用脚本(甲骨文服务器保活脚本)(Oracle Server Keep Alive Script)|1370|2023-10-22|
|56|[VR-25/acc](https://github.com/VR-25/acc)|Advanced Charging Controller|1428|2024-02-11|
|57|[archlinuxcn/repo](https://github.com/archlinuxcn/repo)|Arch Linux CN Repository|1419|2024-02-11|
|58|[spiritLHLS/Oracle-server-keep-alive-script](https://github.com/spiritLHLS/Oracle-server-keep-alive-script)|服务器资源占用脚本(甲骨文服务器保活脚本)(Oracle Server Keep Alive Script)|1375|2023-10-22|
|59|[JinjunHan/iOSDeviceSupport](https://github.com/JinjunHan/iOSDeviceSupport)|All versions of iOS Device Support|1372|2023-12-07|
|60|[wjz304/rpcb](https://github.com/wjz304/rpcb)|Redpill 定制化编译,自定义配置及驱动并通过 Github Action 编译 DSM redpill 引导的平台. |1359|2023-11-12|
|61|[xubiaolin/docker-zerotier-planet](https://github.com/xubiaolin/docker-zerotier-planet)|一分钟私有部署zerotier-planet服务|1337|2024-01-30|
|62|[boredazfcuk/docker-icloudpd](https://github.com/boredazfcuk/docker-icloudpd)|An Alpine Linux 3.19.0 container for the iCloud Photos Downloader command line utility |1307|2024-01-21|
|61|[xubiaolin/docker-zerotier-planet](https://github.com/xubiaolin/docker-zerotier-planet)|一分钟私有部署zerotier-planet服务|1338|2024-01-30|
|62|[boredazfcuk/docker-icloudpd](https://github.com/boredazfcuk/docker-icloudpd)|An Alpine Linux 3.19.0 container for the iCloud Photos Downloader command line utility |1308|2024-01-21|
|63|[nacos-group/nacos-docker](https://github.com/nacos-group/nacos-docker)|This project contains a Docker image meant to facilitate the deployment of Nacos .|1278|2024-01-23|
|64|[YAWAsau/backup_script](https://github.com/YAWAsau/backup_script)|備份數據腳本|1268|2024-02-10|
|65|[bohanyang/debi](https://github.com/bohanyang/debi)|Reinstall your VPS to minimal Debian|1223|2024-01-10|
|66|[jlesage/docker-firefox](https://github.com/jlesage/docker-firefox)|Docker container for Firefox|1200|2024-01-20|
|66|[jlesage/docker-firefox](https://github.com/jlesage/docker-firefox)|Docker container for Firefox|1201|2024-01-20|
|67|[collabH/bigdata-growth](https://github.com/collabH/bigdata-growth)|大数据知识仓库涉及到数据仓库建模、实时计算、大数据、数据中台、系统设计、Java、算法等。|1173|2024-02-06|
|68|[unifreq/openwrt_packit](https://github.com/unifreq/openwrt_packit)|Flippy's openwrt packaged source code|1162|2024-02-08|
|68|[unifreq/openwrt_packit](https://github.com/unifreq/openwrt_packit)|Flippy's openwrt packaged source code|1163|2024-02-08|
|69|[nitefood/asn](https://github.com/nitefood/asn)|ASN / RPKI validity / BGP stats / IPv4v6 / Prefix / URL / ASPath / Organization / IP reputation / IP geolocation / IP fingerprinting / Network recon / lookup API server / Web traceroute server|1128|2024-02-09|
|70|[myxuchangbin/dnsmasq_sniproxy_install](https://github.com/myxuchangbin/dnsmasq_sniproxy_install)|One-click Install and Configure Dnsmasq and Sniproxy for CentOS/Debian/Ubuntu|1059|2023-12-07|
|70|[myxuchangbin/dnsmasq_sniproxy_install](https://github.com/myxuchangbin/dnsmasq_sniproxy_install)|One-click Install and Configure Dnsmasq and Sniproxy for CentOS/Debian/Ubuntu|1061|2023-12-07|
|71|[521xueweihan/OneFile](https://github.com/521xueweihan/OneFile)|只有一个文件!|1057|2024-01-19|
|72|[elitak/nixos-infect](https://github.com/elitak/nixos-infect)|[GPLv3+] install nixos over the existing OS in a DigitalOcean droplet (and others with minor modifications)|1028|2024-02-07|
|72|[elitak/nixos-infect](https://github.com/elitak/nixos-infect)|[GPLv3+] install nixos over the existing OS in a DigitalOcean droplet (and others with minor modifications)|1029|2024-02-07|
|73|[rehiy/dnspod-shell](https://github.com/rehiy/dnspod-shell)|基于DNSPod用户API实现的纯Shell动态域名客户端|1018|2024-01-05|
|74|[wahyd4/aria2-ariang-docker](https://github.com/wahyd4/aria2-ariang-docker)|The Docker image for Aria2 + AriaNg + File Browser + Rclone|1000|2023-11-28|
|75|[tty228/luci-app-wechatpush](https://github.com/tty228/luci-app-wechatpush)|A plugin for OpenWRT routers to send various information notifications to a mobile phone via WeChat or Telegram.|966|2024-01-29|
|74|[wahyd4/aria2-ariang-docker](https://github.com/wahyd4/aria2-ariang-docker)|The Docker image for Aria2 + AriaNg + File Browser + Rclone|1001|2023-11-28|
|75|[tty228/luci-app-wechatpush](https://github.com/tty228/luci-app-wechatpush)|A plugin for OpenWRT routers to send various information notifications to a mobile phone via WeChat or Telegram.|967|2024-01-29|
|76|[eastmaple/easytrojan](https://github.com/eastmaple/easytrojan)|世界上最简单的Trojan部署脚本仅需一行命令即可搭建一台代理服务器|964|2023-08-18|
|77|[lework/kainstall](https://github.com/lework/kainstall)|Use shell scripts to install kubernetes(k8s) high availability clusters and addon components based on kubeadmin with one click.使用shell脚本基于kubeadmin一键安装kubernetes 高可用集群和addon组件。|953|2024-01-05|
|78|[pmkol/easymosdns](https://github.com/pmkol/easymosdns)|简化Mosdns基本功能使用的辅助脚本仅需几分钟即可搭建一台支持ECS的无污染DNS服务器|941|2024-02-10|
|78|[pmkol/easymosdns](https://github.com/pmkol/easymosdns)|简化Mosdns基本功能使用的辅助脚本仅需几分钟即可搭建一台支持ECS的无污染DNS服务器|942|2024-02-10|
|79|[233boy/Xray](https://github.com/233boy/Xray)|最好用的 Xray 一键安装脚本 & 管理脚本|919|2024-02-01|
|80|[jlesage/docker-baseimage-gui](https://github.com/jlesage/docker-baseimage-gui)|A minimal docker baseimage to ease creation of X graphical application containers|917|2023-12-21|
|81|[Pal3love/Source-Han-TrueType](https://github.com/Pal3love/Source-Han-TrueType)|TrueType version of Source Han Sans, Source Han Serif and Source Han Mono|888|2023-12-28|
|82|[tom-snow/wechat-windows-versions](https://github.com/tom-snow/wechat-windows-versions)|保存微信历史版本|869|2024-01-23|
|82|[tom-snow/wechat-windows-versions](https://github.com/tom-snow/wechat-windows-versions)|保存微信历史版本|870|2024-01-23|
|83|[veip007/dd](https://github.com/veip007/dd)|萌咖大佬的Linux 一键DD脚本|854|2023-10-10|
|84|[CharlesChiuGit/Logseq-Git-Sync-101](https://github.com/CharlesChiuGit/Logseq-Git-Sync-101)|This repo aims to help Logseq users to sync their data with Git and GitHub.|839|2024-01-15|
|85|[ellermister/mtproxy](https://github.com/ellermister/mtproxy)|MTProxyTLS一键安装绿色脚本|837|2024-01-30|
|84|[CharlesChiuGit/Logseq-Git-Sync-101](https://github.com/CharlesChiuGit/Logseq-Git-Sync-101)|This repo aims to help Logseq users to sync their data with Git and GitHub.|840|2024-01-15|
|85|[ellermister/mtproxy](https://github.com/ellermister/mtproxy)|MTProxyTLS一键安装绿色脚本|838|2024-01-30|
|86|[asdf-vm/asdf-nodejs](https://github.com/asdf-vm/asdf-nodejs)|Node.js plugin for asdf version manager|826|2024-01-30|
|87|[iranee/qnap-alist-webdav](https://github.com/iranee/qnap-alist-webdav)|一款挂载多个云盘的工具|821|2024-01-09|
|88|[ttionya/vaultwarden-backup](https://github.com/ttionya/vaultwarden-backup)|Backup vaultwarden (formerly known as bitwarden_rs) SQLite3/PostgreSQL/MySQL/MariaDB database by rclone. (Docker)|815|2024-02-08|
|89|[CJ-Chen/TBtools-II](https://github.com/CJ-Chen/TBtools-II)|GUI/CommandLine Tool Box for biologistists to utilize NGS data.|804|2024-02-01|
|90|[sbwml/luci-app-mosdns](https://github.com/sbwml/luci-app-mosdns)|一个 DNS 转发器 - OpenWrt 🎁 MosDNS v5 is Ready! 🎉|785|2024-01-17|
|91|[fscarmen/ArgoX](https://github.com/fscarmen/ArgoX)|Argo Xray for VPS one-click script. 一键脚本|751|2024-02-06|
|87|[iranee/qnap-alist-webdav](https://github.com/iranee/qnap-alist-webdav)|一款挂载多个云盘的工具|822|2024-01-09|
|88|[ttionya/vaultwarden-backup](https://github.com/ttionya/vaultwarden-backup)|Backup vaultwarden (formerly known as bitwarden_rs) SQLite3/PostgreSQL/MySQL/MariaDB database by rclone. (Docker)|816|2024-02-08|
|89|[CJ-Chen/TBtools-II](https://github.com/CJ-Chen/TBtools-II)|GUI/CommandLine Tool Box for biologistists to utilize NGS data.|805|2024-02-01|
|90|[sbwml/luci-app-mosdns](https://github.com/sbwml/luci-app-mosdns)|一个 DNS 转发器 - OpenWrt 🎁 MosDNS v5 is Ready! 🎉|787|2024-01-17|
|91|[fscarmen/ArgoX](https://github.com/fscarmen/ArgoX)|Argo Xray for VPS one-click script. 一键脚本|755|2024-02-11|
|92|[a406010503/Miui_Camera](https://github.com/a406010503/Miui_Camera)|一個基於 MIUI 13-14Android 12-13適配的 Magisk 相機模組。|744|2023-10-25|
|93|[venshine/decompile-apk](https://github.com/venshine/decompile-apk)|🔥 Decompile APK反编译APK|727|2023-12-24|
|94|[V2RaySSR/Trojan](https://github.com/V2RaySSR/Trojan)|Trojan 一键安装脚本|717|2023-11-26|
|95|[Elegycloud/clash-for-linux-backup](https://github.com/Elegycloud/clash-for-linux-backup)|Linux最完整的Clash for Linux的备份仓库完全可以使用由Yizuko进行修复及维护|703|2023-12-25|
|96|[jlesage/docker-handbrake](https://github.com/jlesage/docker-handbrake)|Docker container for HandBrake|694|2024-01-13|
|95|[Elegycloud/clash-for-linux-backup](https://github.com/Elegycloud/clash-for-linux-backup)|Linux最完整的Clash for Linux的备份仓库完全可以使用由Yizuko进行修复及维护|704|2023-12-25|
|96|[jlesage/docker-handbrake](https://github.com/jlesage/docker-handbrake)|Docker container for HandBrake|695|2024-01-13|
|97|[1995chen/dnf](https://github.com/1995chen/dnf)|-|690|2023-12-10|
|98|[framps/raspiBackup](https://github.com/framps/raspiBackup)|Backup and restore your active Raspberry|685|2024-02-04|
|98|[framps/raspiBackup](https://github.com/framps/raspiBackup)|Backup and restore your active Raspberry|685|2024-02-11|
|99|[cby-chen/Kubernetes](https://github.com/cby-chen/Kubernetes)|kubernetes (k8s) 二进制高可用安装Binary installation of kubernetes (k8s) --- 开源不易帮忙点个star谢谢了🌹|682|2023-12-21|
|100|[Har-Kuun/OneClickDesktop](https://github.com/Har-Kuun/OneClickDesktop)|A one-click script that installs a remote desktop environment on a Linux server with browser/RDP/VNC access.|679|2023-11-16|
|101|[apolloconfig/apollo-quick-start](https://github.com/apolloconfig/apollo-quick-start)|Apollo Quick Start|673|2023-12-17|
|102|[kenzok8/openwrt_Build](https://github.com/kenzok8/openwrt_Build)|一键多编译固件|652|2024-02-10|
|103|[Pal3love/dream-han-cjk](https://github.com/Pal3love/dream-han-cjk)|Dream Han Sans & Serif: open source pan-CJK font families with enormous range of weights.|646|2023-12-28|
|103|[Pal3love/dream-han-cjk](https://github.com/Pal3love/dream-han-cjk)|Dream Han Sans & Serif: open source pan-CJK font families with enormous range of weights.|648|2023-12-28|
|104|[felix-fly/v2ray-openwrt](https://github.com/felix-fly/v2ray-openwrt)|路由器Openwrt手工/脚本/ipk包安装V2ray简单流程|642|2024-01-02|
|105|[yanbuyu/XiaomiCTSPass](https://github.com/yanbuyu/XiaomiCTSPass)|强制小米设备通过谷歌CTS测试|641|2023-10-28|
|106|[BlueSkyXN/SKY-BOX](https://github.com/BlueSkyXN/SKY-BOX)|BlueSkyXN 综合工具箱 Linux Supported ONLY|610|2023-12-07|
|107|[jlesage/docker-jdownloader-2](https://github.com/jlesage/docker-jdownloader-2)|Docker container for JDownloader 2|604|2024-01-25|
|108|[GhostTroops/TOP](https://github.com/GhostTroops/TOP)|TOP All bugbounty pentesting CVE-2023- POC Exp RCE example payload Things|601|2024-02-10|
|109|[DaoCloud/public-image-mirror](https://github.com/DaoCloud/public-image-mirror)|很多镜像都在国外。比如 gcr 。国内下载很慢,需要加速。|601|2024-02-10|
|110|[Har-Kuun/OneClickCDN](https://github.com/Har-Kuun/OneClickCDN)|A one-click shell script to set up a CDN node for your websites.|597|2023-10-02|
|111|[fscarmen/sing-box](https://github.com/fscarmen/sing-box)|Sing-box 全家桶 --- 一键多协议脚本|581|2024-02-04|
|107|[jlesage/docker-jdownloader-2](https://github.com/jlesage/docker-jdownloader-2)|Docker container for JDownloader 2|605|2024-01-25|
|108|[GhostTroops/TOP](https://github.com/GhostTroops/TOP)|TOP All bugbounty pentesting CVE-2023- POC Exp RCE example payload Things|601|2024-02-11|
|109|[DaoCloud/public-image-mirror](https://github.com/DaoCloud/public-image-mirror)|很多镜像都在国外。比如 gcr 。国内下载很慢,需要加速。|601|2024-02-11|
|110|[Har-Kuun/OneClickCDN](https://github.com/Har-Kuun/OneClickCDN)|A one-click shell script to set up a CDN node for your websites.|598|2023-10-02|
|111|[fscarmen/sing-box](https://github.com/fscarmen/sing-box)|Sing-box 全家桶 --- 一键多协议脚本|582|2024-02-04|
|112|[shvchk/fallout-grub-theme](https://github.com/shvchk/fallout-grub-theme)|Fallout GRUB theme|580|2023-08-26|
|113|[recolic/awesome-hust](https://github.com/recolic/awesome-hust)|HUST experiments, reports, and useful tools.|567|2023-12-21|
|114|[jerry048/Dedicated-Seedbox](https://github.com/jerry048/Dedicated-Seedbox)|-|563|2024-01-22|
|114|[jerry048/Dedicated-Seedbox](https://github.com/jerry048/Dedicated-Seedbox)|-|564|2024-01-22|
|115|[Runner-Go-Team/RunnerGo](https://github.com/Runner-Go-Team/RunnerGo)|RunnerGo是一款国内开发者自研的性能压测工具可以进行接口测试、场景自动化测试、性能压测等一系列功能。|555|2023-12-21|
|116|[Flik6/getNode](https://github.com/Flik6/getNode)|每小时更新最新的Clash、v2ray节点信息|545|2024-02-10|
|117|[stilleshan/frpc](https://github.com/stilleshan/frpc)|基于原版 frp 内网穿透客户端 frpc 的一键安装卸载脚本和 docker 镜像.支持群晖NAS,Linux 服务器和 docker 等多种环境安装部署.|545|2023-10-12|
|116|[stilleshan/frpc](https://github.com/stilleshan/frpc)|基于原版 frp 内网穿透客户端 frpc 的一键安装卸载脚本和 docker 镜像.支持群晖NAS,Linux 服务器和 docker 等多种环境安装部署.|546|2023-10-12|
|117|[Flik6/getNode](https://github.com/Flik6/getNode)|每小时更新最新的Clash、v2ray节点信息|545|2024-02-11|
|118|[bach-sh/bach](https://github.com/bach-sh/bach)|Bach Testing Framework|542|2024-02-06|
|119|[Nick233333/phper-linux-gitbook](https://github.com/Nick233333/phper-linux-gitbook)|💡PHPer 必知必会的 Linux 命令|537|2023-11-01|
|120|[wang-bin/avbuild](https://github.com/wang-bin/avbuild)|ffmpeg花式编译. build tool for all platforms: iOS, android, raspberry pi, win32, uwp, linux, macOS etc.|511|2024-02-06|
@ -129,74 +129,74 @@
|122|[orangepi-xunlong/orangepi-build](https://github.com/orangepi-xunlong/orangepi-build)|Orange Pi build for H2+, H3, H5, H6, H616, RK3328, RK3399 and RK3588(s)|501|2024-02-03|
|123|[msojocs/wechat-web-devtools-linux](https://github.com/msojocs/wechat-web-devtools-linux)|适用于微信小程序的微信开发者工具 Linux移植版|499|2024-01-03|
|124|[yhan219/navicat_reset_mac](https://github.com/yhan219/navicat_reset_mac)|navicat16 mac版无限重置试用期脚本|497|2023-10-23|
|125|[bin456789/reinstall](https://github.com/bin456789/reinstall)|一键重装 / 一键 dd / One-click Reinstall OS|490|2024-02-05|
|125|[bin456789/reinstall](https://github.com/bin456789/reinstall)|一键重装 / 一键 dd / One-click Reinstall OS|491|2024-02-05|
|126|[apernet/tcp-brutal](https://github.com/apernet/tcp-brutal)|-|488|2023-11-19|
|127|[jacyl4/de_GWD](https://github.com/jacyl4/de_GWD)|Debian Gateway & DNS - <Burst Link>|487|2024-01-11|
|128|[ineo6/homebrew-install](https://github.com/ineo6/homebrew-install)|homebrew安装使用中科大镜像|485|2023-12-13|
|129|[QingdaoU/OnlineJudgeDeploy](https://github.com/QingdaoU/OnlineJudgeDeploy)|-|485|2024-02-09|
|130|[Fishdrowned/ssl](https://github.com/Fishdrowned/ssl)|Self-signed Wildcard SSL Certificate Generator|484|2023-12-31|
|131|[Magisk-Modules-Repo/wifi-bonding](https://github.com/Magisk-Modules-Repo/wifi-bonding)|Double your bandwith on your Qualcomm devices.|473|2024-01-19|
|132|[notmarek/LanguageBreak](https://github.com/notmarek/LanguageBreak)|A kindle <=5.16.2.1.1 jailbreak|468|2023-12-04|
|130|[Fishdrowned/ssl](https://github.com/Fishdrowned/ssl)|Self-signed Wildcard SSL Certificate Generator|485|2023-12-31|
|131|[notmarek/LanguageBreak](https://github.com/notmarek/LanguageBreak)|A kindle <=5.16.2.1.1 jailbreak|472|2023-12-04|
|132|[Magisk-Modules-Repo/wifi-bonding](https://github.com/Magisk-Modules-Repo/wifi-bonding)|Double your bandwith on your Qualcomm devices.|472|2024-01-19|
|133|[Jiangmenghao/NUC8i5BEH](https://github.com/Jiangmenghao/NUC8i5BEH)|NUC8i5BEH Hackintosh|460|2023-10-04|
|134|[sakarie9/DoL-Lyra](https://github.com/sakarie9/DoL-Lyra)|Degrees of Lewdity 整合|451|2024-02-02|
|135|[xavier-hernandez/goaccess-for-nginxproxymanager](https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager)|GoAccess Docker Image for Nginx Proxy Manager and more...|450|2024-02-10|
|134|[sakarie9/DoL-Lyra](https://github.com/sakarie9/DoL-Lyra)|Degrees of Lewdity 整合|452|2024-02-02|
|135|[xavier-hernandez/goaccess-for-nginxproxymanager](https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager)|GoAccess Docker Image for Nginx Proxy Manager and more...|451|2024-02-10|
|136|[ilxp/luci-app-ikoolproxy](https://github.com/ilxp/luci-app-ikoolproxy)|iKoolProxy是基于KoolProxyR 重新整理的。 需要先安装koolproxy.ipk再luci记得一定要重启路由器|445|2024-02-08|
|137|[xiaoleGun/KernelSU_Action](https://github.com/xiaoleGun/KernelSU_Action)|A action for build KernelSU into your kernel|431|2024-02-10|
|137|[xiaoleGun/KernelSU_Action](https://github.com/xiaoleGun/KernelSU_Action)|A action for build KernelSU into your kernel|432|2024-02-11|
|138|[dromara/fast-request](https://github.com/dromara/fast-request)|IntelliJ IDEA plugin Restful Fast Request|428|2024-02-08|
|139|[JACK-THINK/SCRIPTS-BOOTLOADER-FOR-ASUS-ROUTER](https://github.com/JACK-THINK/SCRIPTS-BOOTLOADER-FOR-ASUS-ROUTER)|用于华硕路由器官方固件和梅林固件的自启动脚本系统Self-starting scripts that can be used in both Asuswrt and Asuswrt-Merlin|428|2023-12-18|
|140|[kkkgo/PaoPaoDNS](https://github.com/kkkgo/PaoPaoDNS)|泡泡DNS是一个能一键部署递归DNS的docker镜像|420|2024-02-02|
|141|[h31105/deployX.sh](https://github.com/h31105/deployX.sh)|基于 Docker 容器架构的 Trojan/VLESS/VMess TCP/WS TLS 分流部署&管理脚本|417|2023-11-25|
|142|[northsea4/mdcx-docker](https://github.com/northsea4/mdcx-docker)| 在Docker容器中运行 MDCX并通过Web界面或远程桌面进行控制。Run MDCX in a Docker container, accessible and controllable via a web interface or remote desktop.|415|2024-01-30|
|140|[kkkgo/PaoPaoDNS](https://github.com/kkkgo/PaoPaoDNS)|泡泡DNS是一个能一键部署递归DNS的docker镜像|421|2024-02-02|
|141|[northsea4/mdcx-docker](https://github.com/northsea4/mdcx-docker)| 在Docker容器中运行 MDCX并通过Web界面或远程桌面进行控制。Run MDCX in a Docker container, accessible and controllable via a web interface or remote desktop.|417|2024-01-30|
|142|[h31105/deployX.sh](https://github.com/h31105/deployX.sh)|基于 Docker 容器架构的 Trojan/VLESS/VMess TCP/WS TLS 分流部署&管理脚本|417|2023-11-25|
|143|[theniceboy/.config](https://github.com/theniceboy/.config)|My dotfiles|410|2023-12-21|
|144|[simonsmh/notocjk](https://github.com/simonsmh/notocjk)|NotoSansCJK & NotoSerifCJK full weight patch for Android devices.|409|2024-01-19|
|144|[simonsmh/notocjk](https://github.com/simonsmh/notocjk)|NotoSansCJK & NotoSerifCJK full weight patch for Android devices.|410|2024-01-19|
|145|[buildkite/elastic-ci-stack-for-aws](https://github.com/buildkite/elastic-ci-stack-for-aws)|An auto-scaling cluster of build agents running in your own AWS VPC|404|2024-02-07|
|146|[john-shine/synology-baiduNetdisk-package](https://github.com/john-shine/synology-baiduNetdisk-package)|-|398|2023-11-20|
|147|[decoymini/DecoyMini](https://github.com/decoymini/DecoyMini)|🐝 A highly scalable, safe, free enterprise honeypots 一款高可扩展、安全、免费的企业级蜜罐系统|392|2024-01-08|
|148|[appotry/PTtool](https://github.com/appotry/PTtool)|自动化硬链接工具,在最大可能情况下节约空间,并保持做种。 小于1M的文件直接复制刮削修改nfo等小文件不影响做种。 大于1M的文件硬链接到目的目录可以随意修改文件名。|388|2023-12-15|
|149|[i-abc/Speedtest](https://github.com/i-abc/Speedtest)|多功能测速脚本 Multi-functional speedtest script|383|2023-12-31|
|149|[i-abc/Speedtest](https://github.com/i-abc/Speedtest)|多功能测速脚本 Multi-functional speedtest script|384|2023-12-31|
|150|[flagify-com/OctoMation](https://github.com/flagify-com/OctoMation)|OctoMation是一款免费的具有可视化拖拽功能的编排与自动化产品。通过精心编排的PlaybookOctoMation能够联动数百款安全、网络、IT和SaaS等产品的基础能力。其主要特点包括低代码剧本编排、自动化事件响应、标准化流程操作以及可视化过程监控。 借助OctoMation运营团队能够开展7x24小时自动化事件响应不仅可以大幅减少对人员的过度依赖还能确保团队工作质量始终维持在 ...|380|2024-01-25|
|151|[lee1080/CloudflareSpeedTestDDNS](https://github.com/lee1080/CloudflareSpeedTestDDNS)|使用CloudflareSpeedTest工具优选IP后自动DDNS到Cloudflare|377|2023-12-14|
|152|[pdulvp/jellyfin-qnap](https://github.com/pdulvp/jellyfin-qnap)|Jellyfin server packaging for QNAP NAS|377|2024-01-09|
|153|[haiwen/seafile-server-installer-cn](https://github.com/haiwen/seafile-server-installer-cn)|One script to install seafile server|368|2024-02-04|
|154|[missuo/XrayR-V2Board](https://github.com/missuo/XrayR-V2Board)|XrayR One-Click Script for V2Board|361|2023-11-09|
|155|[P3TERX/Aria2-Pro-Core](https://github.com/P3TERX/Aria2-Pro-Core)|Aria2 static binaries for GNU/Linux with some powerful feature patches. 破解无限线程 防掉线程优化 静态编译 二进制文件 增强版|361|2023-12-16|
|156|[stilleshan/frps](https://github.com/stilleshan/frps)|基于原版 frp 内网穿透服务端 frps 的一键安装卸载脚本和 docker 镜像.支持 Linux 服务器和 docker 等多种环境安装部署.|360|2023-08-17|
|157|[fscarmen2/Argo-Nezha-Service-Container](https://github.com/fscarmen2/Argo-Nezha-Service-Container)|Nezha server over Argo tunnel 使用 Argo 隧道的哪吒服务端|356|2024-02-05|
|158|[bigbugcc/OpenWrts](https://github.com/bigbugcc/OpenWrts)|OpenWRT 固件(Raspberry Pi4B/3B+NanoPi R2S/R4SOrange Pi R1Plusx86/64) 依源码更新自动编译(周更)|352|2024-02-06|
|159|[gd0772/AutoBuild-OpenWrt](https://github.com/gd0772/AutoBuild-OpenWrt)|GitHub Actions 云编译 OpenWrt|347|2024-02-10|
|154|[missuo/XrayR-V2Board](https://github.com/missuo/XrayR-V2Board)|XrayR One-Click Script for V2Board|361|2024-02-11|
|155|[stilleshan/frps](https://github.com/stilleshan/frps)|基于原版 frp 内网穿透服务端 frps 的一键安装卸载脚本和 docker 镜像.支持 Linux 服务器和 docker 等多种环境安装部署.|361|2023-08-17|
|156|[P3TERX/Aria2-Pro-Core](https://github.com/P3TERX/Aria2-Pro-Core)|Aria2 static binaries for GNU/Linux with some powerful feature patches. 破解无限线程 防掉线程优化 静态编译 二进制文件 增强版|361|2023-12-16|
|157|[fscarmen2/Argo-Nezha-Service-Container](https://github.com/fscarmen2/Argo-Nezha-Service-Container)|Nezha server over Argo tunnel 使用 Argo 隧道的哪吒服务端|357|2024-02-05|
|158|[bigbugcc/OpenWrts](https://github.com/bigbugcc/OpenWrts)|OpenWRT 固件(Raspberry Pi4B/3B+NanoPi R2S/R4SOrange Pi R1Plusx86/64) 依源码更新自动编译(周更)|352|2024-02-11|
|159|[gd0772/AutoBuild-OpenWrt](https://github.com/gd0772/AutoBuild-OpenWrt)|GitHub Actions 云编译 OpenWrt|347|2024-02-11|
|160|[dqzboy/Deploy_K8sCluster](https://github.com/dqzboy/Deploy_K8sCluster)|Deploying Highly Available Kubernetes Cluster using Binary Installation 采用二进制方式部署高可用 Kubernetes 集群|346|2023-12-11|
|161|[jlesage/docker-makemkv](https://github.com/jlesage/docker-makemkv)|Docker container for MakeMKV|345|2024-01-24|
|162|[YangguangZhou/Monet-All](https://github.com/YangguangZhou/Monet-All)|莫奈取色整合的Magisk模块可通过音量键选择是否安装对应应用的取色模块|340|2023-11-16|
|161|[jlesage/docker-makemkv](https://github.com/jlesage/docker-makemkv)|Docker container for MakeMKV|346|2024-01-24|
|162|[YangguangZhou/Monet-All](https://github.com/YangguangZhou/Monet-All)|莫奈取色整合的Magisk模块可通过音量键选择是否安装对应应用的取色模块|342|2023-11-16|
|163|[crazypeace/v2ray_wss](https://github.com/crazypeace/v2ray_wss)|V2ray v4.45.2VLESS_WebSocket_TLS模式 / Vmess_WebSocket_TLS模式极简一键脚本, CaddyV2前置解除TLS和path。支持带参数 域名 IP栈 UUID path 减少安装过程中的交互|338|2023-10-21|
|164|[BingMeme/OpenWrt_CN](https://github.com/BingMeme/OpenWrt_CN)|OpenWrt_简中|329|2024-01-20|
|165|[Netflixxp/N1HK1dabao](https://github.com/Netflixxp/N1HK1dabao)|项目为自动打包N1和HK1s905x3盒子的固件请勿fork因为fork无法获取最新的固件请收藏短网址https://jcnf.xyz/gj 获取最新固件版本|329|2023-10-25|
|166|[SuperNG6/docker-aria2](https://github.com/SuperNG6/docker-aria2)|Docker Aria2的最佳实践|323|2023-08-28|
|167|[esrrhs/xiaohuangji](https://github.com/esrrhs/xiaohuangji)|小黄鸡表情收集|320|2024-01-31|
|168|[XIU2/Shell](https://github.com/XIU2/Shell)|🐧 自用的一些乱七八糟 Linux 脚本~|317|2024-01-20|
|169|[zpm-zsh/zpm](https://github.com/zpm-zsh/zpm)|Zpm— Zsh Plugin Manager|317|2023-12-29|
|168|[zpm-zsh/zpm](https://github.com/zpm-zsh/zpm)|Zpm— Zsh Plugin Manager|318|2023-12-29|
|169|[XIU2/Shell](https://github.com/XIU2/Shell)|🐧 自用的一些乱七八糟 Linux 脚本~|317|2024-01-20|
|170|[dadatuputi/bitwarden_gcloud](https://github.com/dadatuputi/bitwarden_gcloud)|Bitwarden installation optimized for Google Cloud's 'always free' e2-micro compute instance|316|2023-11-08|
|171|[stevezhengshiqi/one-key-cpufriend](https://github.com/stevezhengshiqi/one-key-cpufriend)|Generate customized CPUFriendDataProvider.kext for dynamic macOS CPU power management|315|2023-09-24|
|172|[houbb/cache](https://github.com/houbb/cache)|The basic cache tool for java.(java 手写实现渐进式 redis 缓存工具)|304|2023-08-31|
|173|[Magisk-Modules-Repo/acc](https://github.com/Magisk-Modules-Repo/acc)|Upstream repo: |301|2023-10-16|
|174|[openwrtcompileshell/OpenwrtCompileScript](https://github.com/openwrtcompileshell/OpenwrtCompileScript)|Openwrt编译辅助脚本可以帮助你更快的搭建openwrt环境但不会帮你完成整个编译过程|300|2024-02-02|
|175|[v5tech/vagrant-kubernetes-cluster](https://github.com/v5tech/vagrant-kubernetes-cluster)|Vagrant一键安装Kubernetes集群。安装 Metrics Server 、Kuboard 、Kubernetes Dashboard、KubePi、Kubernetes集群监控prometheus-operator|290|2023-10-11|
|176|[seagullz4/hysteria2](https://github.com/seagullz4/hysteria2)|hysteria2一键安装精简版/hy2一键安装/hysteria2 install/نصب با یک کلیک hysteria2/祝大家万事如意,心想事成|287|2024-02-04|
|176|[seagullz4/hysteria2](https://github.com/seagullz4/hysteria2)|hysteria2一键安装精简版/hy2一键安装/hysteria2 install/نصب با یک کلیک hysteria2/祝大家万事如意,心想事成|288|2024-02-04|
|177|[Asterisk4Magisk/Xray4Magisk](https://github.com/Asterisk4Magisk/Xray4Magisk)|Xray core with service scripts for Android|287|2023-12-13|
|178|[jlesage/docker-crashplan-pro](https://github.com/jlesage/docker-crashplan-pro)|Docker container for CrashPlan PRO (aka CrashPlan for Small Business)|282|2024-01-12|
|179|[cockroachai/cockroachai](https://github.com/cockroachai/cockroachai)|一个简单的小程序,用于账号共享。免费但暂不开源。|280|2024-02-04|
|180|[zxcvos/Xray-script](https://github.com/zxcvos/Xray-script)|Xray-REALITY 管理脚本|276|2024-01-15|
|178|[cockroachai/cockroachai](https://github.com/cockroachai/cockroachai)|一个简单的小程序,用于账号共享。免费但暂不开源。|282|2024-02-04|
|179|[jlesage/docker-crashplan-pro](https://github.com/jlesage/docker-crashplan-pro)|Docker container for CrashPlan PRO (aka CrashPlan for Small Business)|282|2024-01-12|
|180|[zxcvos/Xray-script](https://github.com/zxcvos/Xray-script)|Xray-REALITY 管理脚本|277|2024-01-15|
|181|[ophub/luci-app-amlogic](https://github.com/ophub/luci-app-amlogic)|Support for managing OpenWrt in Amlogic, Rockchip and Allwinner boxes. include install and update the OpenWrt and kernel, Backup and Restore config, Snapshot management, etc.|276|2024-01-31|
|182|[qxzg/Actions](https://github.com/qxzg/Actions)|每日自动更新fancyss规则|272|2024-02-09|
|183|[spiritLHLS/pve](https://github.com/spiritLHLS/pve)|PVE相关的各种一键脚本(Various one-click scripts related to PVE)(一键安装PVE)(One-click installation of PVE)(一键开设KVM或LXC虚拟化的NAT服务器-自带内外网端口转发)(含ARM和X86_64)|270|2024-02-09|
|182|[qxzg/Actions](https://github.com/qxzg/Actions)|每日自动更新fancyss规则|272|2024-02-10|
|183|[spiritLHLS/pve](https://github.com/spiritLHLS/pve)|PVE相关的各种一键脚本(Various one-click scripts related to PVE)(一键安装PVE)(One-click installation of PVE)(一键开设KVM或LXC虚拟化的NAT服务器-自带内外网端口转发)(含ARM和X86_64)|271|2024-02-09|
|184|[91yun/91yuntest](https://github.com/91yun/91yuntest)|91云服务器一键测试包|270|2023-08-22|
|185|[2lifetop/Pal-Server-Install](https://github.com/2lifetop/Pal-Server-Install)|幻兽帕鲁服务端一键安装脚本|264|2024-02-07|
|186|[8680/GOODBYEADS](https://github.com/8680/GOODBYEADS)|适用于AdGuard的去广告规则合并优质上游规则并去重整理排列。|264|2024-02-10|
|187|[281677160/build-actions](https://github.com/281677160/build-actions)|超简单的在线编译OpenWrt固件|261|2024-01-18|
|188|[pzcn/Perfect-Icons-Completion-Project](https://github.com/pzcn/Perfect-Icons-Completion-Project)|MIUI 完美图标补全计划|259|2024-02-08|
|189|[oneclickvirt/lxd](https://github.com/oneclickvirt/lxd)|通过LXD命令批量或单独开设NAT服务器以及维护(简称母鸡开小鸡)(Bulk or individual NAT server provisioning and maintenance via LXD commands)|253|2024-02-06|
|190|[yaya131/AX6-AX3600_Almighty-Edition_Config](https://github.com/yaya131/AX6-AX3600_Almighty-Edition_Config)|此版本是全能版本也是自定义版本包含无NSS的AX6和AX3600的编译配置涵盖机型AX6-5.15-AX3600-5.15-AX9000-5.15想要榨干路由器性能和内存的朋友可以尝试刷入。支持已刷WEB升级的openwrt固件刷入方式首选恢复出厂设置然后再系统升级不保留配置刷入。全能版每天都会拉取最新源码更新|252|2024-02-09|
|185|[8680/GOODBYEADS](https://github.com/8680/GOODBYEADS)|适用于AdGuard的去广告规则合并优质上游规则并去重整理排列。|265|2024-02-11|
|186|[2lifetop/Pal-Server-Install](https://github.com/2lifetop/Pal-Server-Install)|幻兽帕鲁服务端一键安装脚本|264|2024-02-07|
|187|[281677160/build-actions](https://github.com/281677160/build-actions)|超简单的在线编译OpenWrt固件|262|2024-02-11|
|188|[pzcn/Perfect-Icons-Completion-Project](https://github.com/pzcn/Perfect-Icons-Completion-Project)|MIUI 完美图标补全计划|261|2024-02-11|
|189|[oneclickvirt/lxd](https://github.com/oneclickvirt/lxd)|通过LXD命令批量或单独开设NAT服务器以及维护(简称母鸡开小鸡)(Bulk or individual NAT server provisioning and maintenance via LXD commands)|254|2024-02-06|
|190|[yaya131/AX6-AX3600_Almighty-Edition_Config](https://github.com/yaya131/AX6-AX3600_Almighty-Edition_Config)|此版本是全能版本也是自定义版本包含无NSS的AX6和AX3600的编译配置涵盖机型AX6-5.15-AX3600-5.15-AX9000-5.15想要榨干路由器性能和内存的朋友可以尝试刷入。支持已刷WEB升级的openwrt固件刷入方式首选恢复出厂设置然后再系统升级不保留配置刷入。全能版每天都会拉取最新源码更新|252|2024-02-10|
|191|[hoochanlon/helpdesk-guide](https://github.com/hoochanlon/helpdesk-guide)|📖《企业信息建设运维实战》系统主机及网络故障综合处理与信息安全自动化运维方案。|248|2023-09-27|
|192|[DoctorLai/Teaching-Kids-Programming](https://github.com/DoctorLai/Teaching-Kids-Programming)|Teaching Kids Programming / Teaching Wife Programming|246|2024-02-04|
|192|[DoctorLai/Teaching-Kids-Programming](https://github.com/DoctorLai/Teaching-Kids-Programming)|Teaching Kids Programming / Teaching Wife Programming|246|2024-02-10|
|193|[lu0b0/ELM](https://github.com/lu0b0/ELM)|-|245|2024-01-18|
|194|[project-nano/releases](https://github.com/project-nano/releases)|release files for nano|245|2023-11-19|
|195|[srcrs/MagicBox](https://github.com/srcrs/MagicBox)|一个基于chrome的自动执行定时任务目前支持B站、v2ex、吾爱、hostloc等网站的签到|239|2023-11-29|
@ -204,7 +204,7 @@
|197|[lemoeo/AX6S](https://github.com/lemoeo/AX6S)|Redmi 路由器 AX6S|235|2023-10-06|
|198|[hiifeng/v2ray](https://github.com/hiifeng/v2ray)|V2ray多合一脚本支持VMESS+websocket+TLS+Nginx、VLESS+TCP+XTLS、VLESS+TCP+TLS等组合|229|2023-12-23|
|199|[Acris/shadowsocks-asuswrt-merlin](https://github.com/Acris/shadowsocks-asuswrt-merlin)|Shadowsock for Asuswrt-Merlin New Gen|229|2023-09-04|
|200|[yobasystems/alpine-mariadb](https://github.com/yobasystems/alpine-mariadb)|MariaDB running on Alpine Linux [Docker]|221|2024-01-19|
|200|[yobasystems/alpine-mariadb](https://github.com/yobasystems/alpine-mariadb)|MariaDB running on Alpine Linux [Docker]|221|2024-02-11|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,39 +1,39 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Swift
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[realm/SwiftLint](https://github.com/realm/SwiftLint)|A tool to enforce Swift style and conventions.|18135|2024-02-10|
|1|[realm/SwiftLint](https://github.com/realm/SwiftLint)|A tool to enforce Swift style and conventions.|18138|2024-02-11|
|2|[Moya/Moya](https://github.com/Moya/Moya)|Network abstraction layer written in Swift.|14889|2024-02-02|
|3|[PerfectlySoft/Perfect](https://github.com/PerfectlySoft/Perfect)|Server-side Swift. The Perfect core toolset and framework for Swift Developers. (For mobile back-end development, website and API development, and more…)|13839|2024-02-03|
|4|[xmartlabs/Eureka](https://github.com/xmartlabs/Eureka)|Elegant iOS form builder in Swift|11726|2023-12-07|
|5|[pointfreeco/swift-composable-architecture](https://github.com/pointfreeco/swift-composable-architecture)|A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.|10773|2024-02-10|
|6|[godly-devotion/MochiDiffusion](https://github.com/godly-devotion/MochiDiffusion)|Run Stable Diffusion on Mac natively|6882|2024-02-05|
|5|[pointfreeco/swift-composable-architecture](https://github.com/pointfreeco/swift-composable-architecture)|A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.|10779|2024-02-10|
|6|[godly-devotion/MochiDiffusion](https://github.com/godly-devotion/MochiDiffusion)|Run Stable Diffusion on Mac natively|6883|2024-02-05|
|7|[ChenYilong/CYLTabBarController](https://github.com/ChenYilong/CYLTabBarController)|[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar支持中间带+号的TabBar样式自 ...|6859|2023-12-15|
|8|[XcodesOrg/XcodesApp](https://github.com/XcodesOrg/XcodesApp)|The easiest way to install and switch between multiple versions of Xcode - with a mouse click. |6218|2024-02-10|
|9|[coteditor/CotEditor](https://github.com/coteditor/CotEditor)|Lightweight Plain-Text Editor for macOS|5926|2024-02-10|
|9|[coteditor/CotEditor](https://github.com/coteditor/CotEditor)|Lightweight Plain-Text Editor for macOS|5927|2024-02-11|
|10|[Ji4n1ng/OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal)|✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm, Hyper or Alacritty.|5605|2023-12-27|
|11|[sparrowcode/PermissionsKit](https://github.com/sparrowcode/PermissionsKit)|Universal API for request permission and get its statuses.|5464|2023-12-14|
|12|[tw93/MiaoYan](https://github.com/tw93/MiaoYan)|⛷ Lightweight Markdown app to help you write great sentences. ⛷ 轻灵的 Markdown 笔记本伴你写出妙言|5020|2024-01-17|
|12|[tw93/MiaoYan](https://github.com/tw93/MiaoYan)|⛷ Lightweight Markdown app to help you write great sentences. ⛷ 轻灵的 Markdown 笔记本伴你写出妙言|5022|2024-01-17|
|13|[longitachi/ZLPhotoBrowser](https://github.com/longitachi/ZLPhotoBrowser)|Wechat-like image picker. Support select photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能; |4617|2024-02-02|
|14|[ddddxxx/LyricsX](https://github.com/ddddxxx/LyricsX)|🎶 Ultimate lyrics app for macOS.|4425|2024-01-18|
|14|[ddddxxx/LyricsX](https://github.com/ddddxxx/LyricsX)|🎶 Ultimate lyrics app for macOS.|4427|2024-01-18|
|15|[ArtSabintsev/Siren](https://github.com/ArtSabintsev/Siren)|Notify users when a new version of your app is available and prompt them to upgrade.|4180|2023-12-30|
|16|[kyleduo/TinyPNG4Mac](https://github.com/kyleduo/TinyPNG4Mac)|TinyPNG client for Mac|3413|2023-11-16|
|16|[kyleduo/TinyPNG4Mac](https://github.com/kyleduo/TinyPNG4Mac)|TinyPNG client for Mac|3414|2023-11-16|
|17|[onevcat/FengNiao](https://github.com/onevcat/FengNiao)|A command line tool for cleaning unused resources in Xcode.|3313|2024-01-23|
|18|[gee1k/uPic](https://github.com/gee1k/uPic)|📤uPic is a native, powerful, beautiful and simple picture and file upload tool for macOS.|3288|2023-11-08|
|19|[aahung/Unshaky](https://github.com/aahung/Unshaky)|A software attempt to address the "double key press" issue on Apple's butterfly keyboard [not actively maintained]|2967|2023-11-20|
|20|[jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch)|⚙️ All-in-One menu bar app, hide 💻MacBook Pro's notch, dark mode, AirPods, Shortcuts|2913|2024-02-06|
|21|[SilenceLove/HXPhotoPicker](https://github.com/SilenceLove/HXPhotoPicker)|图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能 Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, Download the resources on iC ...|2864|2024-01-10|
|22|[EhPanda-Team/EhPanda](https://github.com/EhPanda-Team/EhPanda)|An unofficial E-Hentai App for iOS built with SwiftUI & TCA.|2814|2024-01-31|
|20|[jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch)|⚙️ All-in-One menu bar app, hide 💻MacBook Pro's notch, dark mode, AirPods, Shortcuts|2914|2024-02-06|
|21|[SilenceLove/HXPhotoPicker](https://github.com/SilenceLove/HXPhotoPicker)|图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能 Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, Download the resources on iC ...|2865|2024-01-10|
|22|[EhPanda-Team/EhPanda](https://github.com/EhPanda-Team/EhPanda)|An unofficial E-Hentai App for iOS built with SwiftUI & TCA.|2815|2024-01-31|
|23|[WeTransfer/WeScan](https://github.com/WeTransfer/WeScan)|Document Scanning Made Easy for iOS|2751|2024-02-09|
|24|[tid-kijyun/Kanna](https://github.com/tid-kijyun/Kanna)|Kanna(鉋) is an XML/HTML parser for Swift.|2368|2024-01-19|
|25|[mazzzystar/Queryable](https://github.com/mazzzystar/Queryable)|Run OpenAI's CLIP model on iOS to search photos.|2257|2024-02-07|
|24|[tid-kijyun/Kanna](https://github.com/tid-kijyun/Kanna)|Kanna(鉋) is an XML/HTML parser for Swift.|2369|2024-01-19|
|25|[mazzzystar/Queryable](https://github.com/mazzzystar/Queryable)|Run OpenAI's CLIP model on iOS to search photos.|2260|2024-02-07|
|26|[Schlaubischlump/LocationSimulator](https://github.com/Schlaubischlump/LocationSimulator)|MacOS application to spoof / fake / mock your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.|2200|2023-12-22|
|27|[onevcat/APNGKit](https://github.com/onevcat/APNGKit)|High performance and delightful way to play with APNG format in iOS.|2173|2023-12-11|
|28|[stripe/stripe-ios](https://github.com/stripe/stripe-ios)|Stripe iOS SDK |2009|2024-02-10|
|29|[ts1/BLEUnlock](https://github.com/ts1/BLEUnlock)|Lock/unlock your Mac with your iPhone, Apple Watch, or any other Bluetooth LE devices|1832|2024-01-28|
|27|[onevcat/APNGKit](https://github.com/onevcat/APNGKit)|High performance and delightful way to play with APNG format in iOS.|2174|2023-12-11|
|28|[stripe/stripe-ios](https://github.com/stripe/stripe-ios)|Stripe iOS SDK |2011|2024-02-10|
|29|[ts1/BLEUnlock](https://github.com/ts1/BLEUnlock)|Lock/unlock your Mac with your iPhone, Apple Watch, or any other Bluetooth LE devices|1833|2024-01-28|
|30|[eggswift/pull-to-refresh](https://github.com/eggswift/pull-to-refresh)|#Busy Re-Building....# An easy way to use pull to refresh and infinite scrolling in Swift. Pod 'ESPullToRefresh' |1782|2023-09-27|
|31|[Dimillian/ACHNBrowserUI](https://github.com/Dimillian/ACHNBrowserUI)|Animal Crossing New Horizon companion app in SwiftUI|1639|2023-12-06|
|32|[netyouli/WHC_ConfuseSoftware](https://github.com/netyouli/WHC_ConfuseSoftware)|iOS代码混淆工具Uniapp代码混淆工具react-native代码混淆, iOS代码混淆助手Android代码混淆助手Uniapp代码混淆助手过机器审核过4.3审核过other审核android、ios、uniapp、u3d、cocos2dx、flutter、代码翻新(WHC_ConfuseSoftware)是一款运行在MAC OS平台的App、完美支持Objc和Swift、U ...|1570|2024-02-01|
@ -44,24 +44,24 @@
|37|[JiongXing/PhotoBrowser](https://github.com/JiongXing/PhotoBrowser)| Elegant photo browser in Swift. 图片与视频浏览器。|1223|2024-02-05|
|38|[OpenIntelWireless/HeliPort](https://github.com/OpenIntelWireless/HeliPort)|Intel Wi-Fi Client for itlwm|1046|2023-11-12|
|39|[gltwy/LTScrollView](https://github.com/gltwy/LTScrollView)|ScrollView嵌套ScrolloViewUITableView 、UICollectionView解决方案 支持OC / Swift持续更新中...实现原理http://blog.csdn.net/glt_code/article/details/78576628|1041|2023-09-05|
|40|[xjbeta/iina-plus](https://github.com/xjbeta/iina-plus)|Extra danmaku support for iina. (iina 弹幕支持|1035|2024-02-10|
|40|[xjbeta/iina-plus](https://github.com/xjbeta/iina-plus)|Extra danmaku support for iina. (iina 弹幕支持|1035|2024-02-11|
|41|[37MobileTeam/iChatGPT](https://github.com/37MobileTeam/iChatGPT)|OpenAI ChatGPT SwiftUI app for iOS, iPadOS, macOS|891|2023-12-20|
|42|[underthestars-zhy/IconChanger](https://github.com/underthestars-zhy/IconChanger)|Simply change your app's icon on macOS. Just a click.|800|2024-01-03|
|43|[thebarbican19/BatteryBoi](https://github.com/thebarbican19/BatteryBoi)|The battery app your Mac's been dreaming about behind your back.|794|2024-01-11|
|44|[soulverteam/SoulverCore](https://github.com/soulverteam/SoulverCore)|A powerful Swift framework for evaluating natural language math expressions|790|2024-01-31|
|45|[lifution/FSPopoverView](https://github.com/lifution/FSPopoverView)|An iOS customizable view that displays a popover view.|738|2024-02-06|
|46|[kingslay/KSPlayer](https://github.com/kingslay/KSPlayer)|iOS/macOS/tvOS/visionOS video player|713|2024-02-04|
|46|[kingslay/KSPlayer](https://github.com/kingslay/KSPlayer)|iOS/macOS/tvOS/visionOS video player|714|2024-02-04|
|47|[AnyImageKit/AnyImageKit](https://github.com/AnyImageKit/AnyImageKit)|A toolbox for pick/edit/capture photo or video. Written in Swift. |691|2024-01-24|
|48|[TopWidgets/SwingAnimation](https://github.com/TopWidgets/SwingAnimation)|小组件平移动画 Widget on the Move, A Playful Animation|688|2023-11-21|
|49|[guinmoon/LLMFarm](https://github.com/guinmoon/LLMFarm)|llama and other large language models on iOS and MacOS offline using GGML library.|662|2024-02-08|
|49|[guinmoon/LLMFarm](https://github.com/guinmoon/LLMFarm)|llama and other large language models on iOS and MacOS offline using GGML library.|665|2024-02-08|
|50|[JoanKing/JKSwiftExtension](https://github.com/JoanKing/JKSwiftExtension)|Swift常用扩展、组件、协议方便项目快速搭建提供完整清晰的Demo示例不断的完善中...... |648|2024-01-30|
|51|[cmushroom/redis-pro](https://github.com/cmushroom/redis-pro)|redis-pro redis 桌面管理工具|638|2024-02-08|
|52|[kartik-venugopal/aural-player](https://github.com/kartik-venugopal/aural-player)|An audio player for macOS, inspired by Winamp.|637|2024-02-10|
|51|[kartik-venugopal/aural-player](https://github.com/kartik-venugopal/aural-player)|An audio player for macOS, inspired by Winamp.|639|2024-02-11|
|52|[cmushroom/redis-pro](https://github.com/cmushroom/redis-pro)|redis-pro redis 桌面管理工具|637|2024-02-08|
|53|[isaced/V2exOS](https://github.com/isaced/V2exOS)|一个用 SwiftUI 编写的 V2ex macOS/iOS/tvOS 客户端 (A V2ex macOS/iOS/tvOS client written in SwiftUI)|629|2023-12-24|
|54|[sshiqiao/douyin-ios-swift](https://github.com/sshiqiao/douyin-ios-swift)|抖音 iOS Swift版|583|2023-12-02|
|54|[sshiqiao/douyin-ios-swift](https://github.com/sshiqiao/douyin-ios-swift)|抖音 iOS Swift版|584|2023-12-02|
|55|[Pircate/EachNavigationBar](https://github.com/Pircate/EachNavigationBar)|A custom navigation bar for each view controller.|582|2023-09-27|
|56|[wxxsw/VideoPlayer](https://github.com/wxxsw/VideoPlayer)|📽 A video player for SwiftUI, support for caching, preload and custom control view. SwiftUI 视频播放器,支持边下边播、预加载、自定义控制层|573|2023-08-16|
|57|[openvanilla/McBopomofo](https://github.com/openvanilla/McBopomofo)|小麥注音輸入法|570|2024-02-09|
|57|[openvanilla/McBopomofo](https://github.com/openvanilla/McBopomofo)|小麥注音輸入法|571|2024-02-09|
|58|[zqqf16/SYM](https://github.com/zqqf16/SYM)|A crash log symbolicating Mac app 一个图形化的崩溃日志符号化工具|560|2023-09-18|
|59|[Tliens/SpeedySwift](https://github.com/Tliens/SpeedySwift)|这是一个app开发的加速库。This is an accelerated library for app development|482|2024-02-07|
|60|[JmoVxia/CLPlayer](https://github.com/JmoVxia/CLPlayer)|自定义视频播放器|416|2024-01-31|
@ -77,7 +77,7 @@
|70|[fatbobman/SwiftUIOverlayContainer](https://github.com/fatbobman/SwiftUIOverlayContainer)|SwiftUI Overlay Container is a view container component for SwiftUI. It is a customizable, efficient and convenient view manager. |288|2024-02-06|
|71|[ZzzM/HostsX](https://github.com/ZzzM/HostsX)|A lightweight macOS app for updating local hosts|275|2023-12-31|
|72|[623637646/SwiftHook](https://github.com/623637646/SwiftHook)|A library to hook methods in Swift and Objective-C. Making Aspect Oriented Programming (AOP) easy.|265|2024-01-06|
|73|[vChewing/vChewing-macOS](https://github.com/vChewing/vChewing-macOS)|威注音輸入法 macOS 版,恐怕是截至目前為止在功能多樣性方面最強的第三方免費 macOS 系統專用輸入法,採純 Swift 語言寫就。威注音的著力點是盡可能在力所能及的範圍內將整個產品的功能做得更好用,搭配特製的簡體中文與繁體中文專用辭庫。是純粹的簡體中文注音輸入法(也內贈原生繁體中文輸入模式),更具諸多威注音特色功能。目前研發管理工作均在 GitLab China 進行。|254|2024-02-10|
|73|[vChewing/vChewing-macOS](https://github.com/vChewing/vChewing-macOS)|威注音輸入法 macOS 版,恐怕是截至目前為止在功能多樣性方面最強的第三方免費 macOS 系統專用輸入法,採純 Swift 語言寫就。威注音的著力點是盡可能在力所能及的範圍內將整個產品的功能做得更好用,搭配特製的簡體中文與繁體中文專用辭庫。是純粹的簡體中文注音輸入法(也內贈原生繁體中文輸入模式),更具諸多威注音特色功能。目前研發管理工作均在 CSDN GitCode 進行。|254|2024-02-11|
|74|[winddpan/CodableWrapper](https://github.com/winddpan/CodableWrapper)|@CodingKey("encoder", "decoder") var cool: Bool = true|248|2024-02-01|
|75|[CloverHackyColor/HWMonitorSMC2](https://github.com/CloverHackyColor/HWMonitorSMC2)|Application for monitoring hardware health in macOS|230|2023-09-08|
|76|[axclogo/AxcUIKit-Swift](https://github.com/axclogo/AxcUIKit-Swift)|重构中快速构建通用型的UI库|230|2023-09-27|
@ -101,7 +101,7 @@
|94|[WangWenzhuang/ZKProgressHUD](https://github.com/WangWenzhuang/ZKProgressHUD)|iOS App 上极易于使用的 HUD|101|2023-12-10|
|95|[yuetyam/jyutping](https://github.com/yuetyam/jyutping)|Cantonese Keyboard for iOS & macOS. 粵語粵拼輸入法鍵盤|99|2024-02-09|
|96|[fatbobman/NavigationViewKit](https://github.com/fatbobman/NavigationViewKit)|NavigationViewKit is a NavigationView extension library for SwiftUI.|96|2023-09-06|
|97|[Piwigo/Piwigo-Mobile](https://github.com/Piwigo/Piwigo-Mobile)|Piwigo iOS Mobile Application|93|2024-02-10|
|97|[Piwigo/Piwigo-Mobile](https://github.com/Piwigo/Piwigo-Mobile)|Piwigo iOS Mobile Application|93|2024-02-11|
|98|[fatbobman/SheetKit](https://github.com/fatbobman/SheetKit)|an extension library for SwiftUI sheets. |89|2023-09-06|
|99|[xaoxuu/ProHUD](https://github.com/xaoxuu/ProHUD)|一个易于上手又完全可定制化的专业HUD库内含Toast、Alert、Sheet三件套|89|2023-12-11|
|100|[intsig171/SmartCodable](https://github.com/intsig171/SmartCodable)|SwiftCodable 是一个简单易用的数据解析库,基于 Swift 的 Codable 协议实现。它提供了强大的数据解析功能并在解析失败时提供了良好的兼容性支持并拥有优良的解析性能。参考了HandyJSON的对外API的实现可以快速的替换HandyJSON。|82|2024-01-30|
@ -110,101 +110,101 @@
|103|[vermont42/RaceRunner](https://github.com/vermont42/RaceRunner)|RaceRunner is a run-tracking app focused on racing.|78|2023-12-20|
|104|[liujunliuhong/DragCardContainer](https://github.com/liujunliuhong/DragCardContainer)|A multi-directional card swiping library inspired by Tinder and TanTan|77|2023-10-27|
|105|[Panway/PandaNote](https://github.com/Panway/PandaNote)|markdown note taking App on iOS & macOS 支持iOS和macOS的markdown笔记|73|2024-02-01|
|106|[Coder-Star/LTXiOSUtils](https://github.com/Coder-Star/LTXiOSUtils)|iOS Swift常用扩展、常用组件方便项目快速搭建提供完整清晰的Demo示例|67|2023-08-12|
|107|[InsectQY/Candy](https://github.com/InsectQY/Candy)|Video iOS client is written in RxSwift and MVVM clean architecture|67|2023-10-09|
|108|[Cantoboard/Cantoboard](https://github.com/Cantoboard/Cantoboard)|Cantoboard - Smart Cantonese Keyboard on iOS |57|2023-10-15|
|109|[Rogue24/JPCrop](https://github.com/Rogue24/JPCrop)|高仿小红书App裁剪功能的轻量级工具。|57|2023-10-26|
|110|[FreeYXY/SwiftProject](https://github.com/FreeYXY/SwiftProject)|swift项目实战|55|2023-09-15|
|111|[DuckDeck/iOSDemo](https://github.com/DuckDeck/iOSDemo)|-|53|2023-08-31|
|112|[Jdb156158/JbbAnimateWidget](https://github.com/Jdb156158/JbbAnimateWidget)|ios小组件动画效果调研|51|2023-09-26|
|113|[Xcoder1011/SKGenerateModelTool](https://github.com/Xcoder1011/SKGenerateModelTool)|Automatically generate model files, support JSON and URL requests. JSON转model工具Mac软件|51|2023-11-09|
|114|[yuman07/EMHentai](https://github.com/yuman07/EMHentai)|一个简易小巧快速纯Swift的Ehentai的iOS APP|50|2024-01-30|
|115|[siyuan-note/siyuan-ios](https://github.com/siyuan-note/siyuan-ios)|SiYuan iOS APP|49|2023-09-08|
|116|[Myoland/wechatpay-swift](https://github.com/Myoland/wechatpay-swift)|微信支付 V3 API 的 Swift 服务端 SDK|48|2024-01-18|
|117|[isaced/V2exAPI](https://github.com/isaced/V2exAPI)|V2ex API 的 Swift 封装,支持 iOS/macOS (A V2ex API wrapper for iOS/macOS, built with Swift)|46|2023-08-29|
|118|[miku1958/HappyCodable](https://github.com/miku1958/HappyCodable)|A happier codable|46|2023-09-22|
|119|[zjinhu/SwiftBrick](https://github.com/zjinhu/SwiftBrick)|swift砖块系列UI基础框架有各种工具方便快速搭建APP|44|2024-01-15|
|120|[6tail/lunar-swift](https://github.com/6tail/lunar-swift)|日历、公历(阳历)、农历(阴历、老黄历)、佛历、道历,节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar.|42|2024-01-31|
|121|[zjinhu/SwiftShow](https://github.com/zjinhu/SwiftShow)|swift砖块系列各种弹出窗口toastloadingalertpopview等等,支持暗黑模式|40|2023-08-17|
|122|[lightank/URLServiceRouter](https://github.com/lightank/URLServiceRouter)|A Swift URL router implemented by a high-degree-of-freedom nodeTree and RPC|38|2023-11-08|
|123|[cdnbye/ios-p2p-engine](https://github.com/cdnbye/ios-p2p-engine)|Let your viewers become your unlimitedly scalable CDN.|37|2023-10-31|
|124|[blabla-yy/monitor](https://github.com/blabla-yy/monitor)|mac 系统状态小组件网络、CPU、内存. Mac system status widgets include: network, CPU, memory.|35|2023-11-16|
|125|[Jumio/mobile-react](https://github.com/Jumio/mobile-react)|Jumio Mobile Plugin for React Native|35|2023-11-03|
|126|[chenxing640/DYFStore](https://github.com/chenxing640/DYFStore)|用于应用内购买的轻量级且易用的iOS库(A lightweight and easy-to-use iOS library for In-App Purchases.)。|34|2023-08-24|
|127|[xjbeta/NeteaseMusic-macOS](https://github.com/xjbeta/NeteaseMusic-macOS)|网易云音乐 for macOS on swift. (Unofficial Completion 70%|34|2023-12-25|
|128|[KeenTeam1990/KTTodayNews](https://github.com/KeenTeam1990/KTTodayNews)|🍍Swift开源项目-今日头条集新闻与娱乐于一体的iOS新闻客户端 |34|2023-10-19|
|129|[sunsx9316/DanDanPlay_Experience](https://github.com/sunsx9316/DanDanPlay_Experience)|弹弹play体验版 write in flutter|32|2023-10-06|
|130|[outtable/9live](https://github.com/outtable/9live)|🔥🔥🔥 专业版iOS混淆工具马甲工具提供试用版本过机器审核支持语言 c/c++/objc/objc++/swift 支持各种资源改名混淆、一键出包提供良好的UI界面支持多包管理一包一特征解决4.3问题|31|2024-01-07|
|131|[alenpaulkevin/UICollectionViewDemo](https://github.com/alenpaulkevin/UICollectionViewDemo)|用collectionView实现各种效果|30|2023-09-26|
|132|[luoxuhai/react-native-classify-image](https://github.com/luoxuhai/react-native-classify-image)|🏞 react-native library to classify images using Vision 对图像进行分类的 react-native 库|29|2023-10-21|
|133|[shang1219178163/SwiftTemplet](https://github.com/shang1219178163/SwiftTemplet)|Swift项目模板代封装、优化、复用、重构试验场。。。|29|2023-11-19|
|134|[DamonHu/ZXFileBrowser](https://github.com/DamonHu/ZXFileBrowser)|The iOS sandbox file browser, which has view, copy, move, delete files and other operations. iOS端沙盒文件浏览器可以查看、拷贝、移动、删除等操作|28|2023-11-29|
|135|[justaLoli/VPet-Mac](https://github.com/justaLoli/VPet-Mac)|虚拟桌宠模拟器的饭制Mac版功能不全|27|2023-09-17|
|136|[Rogue24/AnimationPreviewer](https://github.com/Rogue24/AnimationPreviewer)|一个用于快速预览Lottie&SVGA的Mac小工具。|25|2023-11-22|
|137|[Weang/WLPhotoPicker](https://github.com/Weang/WLPhotoPicker)|iOS图片、视频选择工具。支持多选支持图片处理视频压缩实况和视频互转。|25|2023-08-22|
|138|[yangKJ/ImageX](https://github.com/yangKJ/ImageX)|👓 GIFs and images displayed. 动态图像滤镜播放图像框架。|25|2024-01-12|
|139|[tangjianfengVS/WisdomHUD](https://github.com/tangjianfengVS/WisdomHUD)|WisdomHUD 是一款多种样式的 HUD 弹框指示器 SDK。 WisdomHUD 系统最低支持 iOS 9.0版本支持Swift 5.55.65.7,并且兼容 OC 类调用使用。 WisdomHUD 支持全局/单点 HUD 属性动态调整,支持延迟时间设置,支持延迟结束事件回调处理。 WisdomHUD 支持多种 Loading 加载样式支持设置提示动画API 调用方便/灵活。 W ...|24|2023-08-23|
|140|[julianschiavo/LocoBuddy](https://github.com/julianschiavo/LocoBuddy)|A Swift command-line tool to parse and traverse AppleGlot Localization Glossaries|23|2023-09-17|
|141|[fhl43211/StockBar](https://github.com/fhl43211/StockBar)|A menu bar app to track stock prices, currency exchange rates, and cryptocurrency prices.|23|2024-01-01|
|142|[Mastercard-Gateway/gateway-ios-sdk](https://github.com/Mastercard-Gateway/gateway-ios-sdk)|-|23|2023-10-04|
|143|[Until-You-Possible/NetEaseMusic](https://github.com/Until-You-Possible/NetEaseMusic)|仿网易云APP|21|2023-08-31|
|144|[a51095/HelloSwift](https://github.com/a51095/HelloSwift)|swift5.0,定时器,活动倒计时,alter弹框,吐司弹框|21|2024-01-18|
|145|[AttemptD/SwiftUI-MyBill](https://github.com/AttemptD/SwiftUI-MyBill)|一个使用SwiftUI开发的本地记账app|21|2023-11-14|
|146|[zjinhu/SwiftLog](https://github.com/zjinhu/SwiftLog)|swift砖块系列Swift Log输出工具可分级别打印log方便排查日志添加unicode转码持续输出中文支持swift4以上支持log到本地文件中添加淘汰算法默认七天淘汰一次log日志文件|21|2024-01-16|
|147|[zjinhu/SwiftMesh](https://github.com/zjinhu/SwiftMesh)|swift砖块系列基于Alamofire5的Combine封装更加快捷的发起网络请求支持SwiftUI|21|2023-09-28|
|148|[tangjianfengVS/WisdomRouterKit](https://github.com/tangjianfengVS/WisdomRouterKit)|1:一个强大的iOS路由器SDK。 2:针对处理组件化模块之间的调用WisdomRouterKit可以帮你进行页面之间的属性参数和回调Block传递赋值并且支持大量化的属性参数和大量化的回调Block传递赋值无需各个子模块之间进行任何引用也无需定义公共协议文件进行各个子模块之间关联真正做到完全解偶真正做到顶天立地。 3:无论项目将来功能或者业务代码快速的扩展叠加,无需人员维护,无需 ...|21|2023-08-22|
|149|[1691665955/MZRefresh](https://github.com/1691665955/MZRefresh)|Swift下拉刷新、上拉加载组件简单易用|20|2023-12-07|
|150|[ptrkstr/Devices](https://github.com/ptrkstr/Devices)|Swift package that contains all devices from https://www.theiphonewiki.com/wiki/Models. Useful when needing to parse machine/device identifier (i.e. iPhone10,1) to device name (iPhone 8).|20|2023-08-27|
|151|[ListenNotes/podcast-api-swift](https://github.com/ListenNotes/podcast-api-swift)|The Official Swift Library for the Listen Notes Podcast API.|20|2023-09-08|
|152|[HDCodePractice/CodePracticeResult](https://github.com/HDCodePractice/CodePracticeResult)|同学们的代码练习参考|20|2023-11-04|
|153|[Coder-Star/CSModuleManager](https://github.com/Coder-Star/CSModuleManager)|一个用在Swift的模块管理框架|19|2023-08-22|
|154|[litecoin-foundation/litewallet-ios](https://github.com/litecoin-foundation/litewallet-ios)|iOS version of Litewallet , official SPV Wallet from the Litecoin Foundation. Maintained by the Litewallet Team & Charlie Lee (Creator of Litecoin)|19|2024-01-30|
|155|[o2oa/o2oa-ios](https://github.com/o2oa/o2oa-ios)|开源OA企业信息化平台O2OA iOS端源码|19|2023-11-01|
|156|[Louiswu2011/chafenqi](https://github.com/Louiswu2011/chafenqi)|中二节奏/舞萌DX国服查分器|18|2023-12-19|
|157|[zgjff/JJCarouselView](https://github.com/zgjff/JJCarouselView)|泛型、block、无任何第三方、易于扩展的轮播图框架|18|2023-09-18|
|158|[ZevEisenberg/Padiddle](https://github.com/ZevEisenberg/Padiddle)|Draw pictures by spinning your iOS device|18|2023-08-29|
|159|[alibaba/aliyunpan-ios-sdk](https://github.com/alibaba/aliyunpan-ios-sdk)|阿里云盘 OpenSDK-iOS|17|2024-02-04|
|160|[Lakr233/Fix-GPS](https://github.com/Lakr233/Fix-GPS)|从一生足迹中读取位置数据并写入图片|16|2023-11-03|
|161|[xiaoxidong/Shoots](https://github.com/xiaoxidong/Shoots)|SwiftUI「做个应用」开源项目管理发现有用的产品设计截图|16|2023-10-10|
|162|[gsyhei/GXRefresh](https://github.com/gsyhei/GXRefresh)|Swift版的下拉刷新上拉加载支持Gif、支持自定义刷新动画。|16|2023-12-10|
|163|[tangjianfengVS/WisdomScanKit](https://github.com/tangjianfengVS/WisdomScanKit)|推荐一个强大,好用的摄像,扫描器框架: WisdomScanKit 。 WisdomScanKit 最低支持 iOS 8.0 / Swift 4 编写SDK处理了系统兼容性问题并且完全兼容OC项目调用。 WisdomScanKit 目前支持四大功能: 一:系统相册图片选择器; 二:全屏摄像功能; 三:扫二维码功能; 四:图片浏览器功能;|16|2023-09-08|
|164|[yungfan/Swift-learning](https://github.com/yungfan/Swift-learning)|Swift语法|16|2023-08-12|
|165|[Liao-Hexo/Daily-Bill](https://github.com/Liao-Hexo/Daily-Bill)|蜗牛记账-简约精致的记账app|15|2024-01-07|
|166|[Jacke-xu/WYBasisKit-swift](https://github.com/Jacke-xu/WYBasisKit-swift)|"WYBasisKit" is a toolkit aimed at greatly improving efficiency.|15|2024-02-03|
|167|[IFTTT/ConnectSDK-iOS](https://github.com/IFTTT/ConnectSDK-iOS)|Connect Button SDK for iOS|15|2023-12-04|
|168|[intsig171/AdapterSwift](https://github.com/intsig171/AdapterSwift)|SwiftUI精细化方案针对不同的苹果手机机型缩放UI控件让整体UI视觉效果一致。|14|2023-11-28|
|169|[summerHearts/TheRouter-Swift](https://github.com/summerHearts/TheRouter-Swift)|一个用于模块间解耦和通信,基于接口进行模块管理和依赖注入的组件化路由工具。用多种方式最大程度地发挥编译检查的功能。 通过 protocol 寻找对应的模块,并用 protocol 进行依赖注入和模块通信。|14|2023-09-28|
|170|[wlgemini/Driftwood](https://github.com/wlgemini/Driftwood)|Driftwood is a DSL to make Auto Layout easy on iOS, tvOS and macOS.|14|2023-12-11|
|171|[intsig171/BTBubble](https://github.com/intsig171/BTBubble)|气泡提示TipsPopup。一款基于Swift编写的气泡弹窗可高度自定义。|13|2023-12-21|
|172|[wyqACoffer/DynamicWidget](https://github.com/wyqACoffer/DynamicWidget)|动态Widget小组件、实时活动|13|2023-10-23|
|173|[Starkrimson/MovieDB](https://github.com/Starkrimson/MovieDB)|🌇 探索发现海量影视作品|13|2023-11-30|
|174|[xiaoyouPrince/XYNav](https://github.com/xiaoyouPrince/XYNav)|简单易用的全屏导航控制器 Swift 5.0|13|2024-02-05|
|175|[Taiwan-Ebook-Lover/EbookTW-iOS](https://github.com/Taiwan-Ebook-Lover/EbookTW-iOS)|台灣電子書搜尋 iOS App|13|2023-11-23|
|176|[Boxzhi/HZPlaceHolder](https://github.com/Boxzhi/HZPlaceHolder)|Quickly create a null data placeholder view一个方法完成空数据占位图展示一行代码完成MJRefresh的封装调用|13|2023-08-18|
|177|[qoli/TestVOD](https://github.com/qoli/TestVOD)|一個基於正則測試 VOD 可用性的 AppSwiftUI 編寫|12|2023-12-10|
|178|[lizhi0123/LZTag](https://github.com/lizhi0123/LZTag)|ios swift 标签选择器 tag Label selector,支持左对齐右对齐中间对齐。支持自定义样式cell|12|2023-09-26|
|179|[cdoky/URLNavigatorExt](https://github.com/cdoky/URLNavigatorExt)|使用注解自动生成Router以及Router相关参数|12|2023-11-03|
|180|[haoburongyi/ZHCodable](https://github.com/haoburongyi/ZHCodable)|Swift 封装 Codable 字典转模型|11|2023-11-01|
|181|[DevForrestWang/SwiftCase](https://github.com/DevForrestWang/SwiftCase)|Swift开发示例包括基本组件、常用方法使用、设计模式、算法和一些示例。|11|2024-01-16|
|182|[shmilyQin/RxSwiftLearn](https://github.com/shmilyQin/RxSwiftLearn)|Rx的操作符使用和分析。一些基于MVVM+RxSwift+Moya+HandyJSON(Decodable)|11|2023-11-17|
|183|[yungfan/New-in-iOS](https://github.com/yungfan/New-in-iOS)|What's new in UIKit|10|2023-11-01|
|184|[IANIx/SwiftCost](https://github.com/IANIx/SwiftCost)|swift项目鲨鱼记账|10|2023-08-14|
|185|[BinaryParadise/PracticeTLS](https://github.com/BinaryParadise/PracticeTLS)|TLS 1.2、1.3的swift简单实现|10|2023-11-19|
|186|[zgjff/JJKit](https://github.com/zgjff/JJKit)|包括便捷扩展、路由、轮播图、转场动画的框架|10|2024-01-19|
|187|[WHlcj/TalkDrawing](https://github.com/WHlcj/TalkDrawing)|cccc-移动应用创新赛-妙语生花决赛作品|9|2023-10-01|
|188|[WITMOTION/WitBluetooth_BWT901BLE5_0](https://github.com/WITMOTION/WitBluetooth_BWT901BLE5_0)|蓝牙5.0传感器示例程序|9|2024-01-08|
|189|[monako97/2fa-for-macOS](https://github.com/monako97/2fa-for-macOS)|使用Swift UI开发的身份验证器(2FA)|9|2024-01-08|
|190|[zhtut/SSURLSession](https://github.com/zhtut/SSURLSession)|对swift的URLSession进行拆分增加支持设置resolve和connectTo的能力常用于ios的IP直连|9|2023-12-05|
|191|[kylelin1998/AShareIndex](https://github.com/kylelin1998/AShareIndex)|在macOS系统菜单栏直接显示A股指数 支持自定义股票代码显示|8|2024-02-05|
|192|[Darktt/JsonProtection](https://github.com/Darktt/JsonProtection)|處理後端提供各種神奇 Json 資料,而做的解析保護|8|2024-01-12|
|193|[eternaljust/Msea](https://github.com/eternaljust/Msea)|一款虫部落搜索论坛第三方 iOS App使用 SwiftUI 开发,采用最新的 Swift Concurrency 并发技术,支持 iOS 15 和 iPadOS 15 及以上。|8|2023-10-27|
|194|[CoderMaoWX/WXNetworkingSwift](https://github.com/CoderMaoWX/WXNetworkingSwift)|iOS基于Alamofire封装的可定制的多功能网络请求框架|8|2023-11-17|
|195|[yangKJ/Color](https://github.com/yangKJ/Color)|🎨. Pixel color extension with Swift and SwiftUI.|8|2023-11-10|
|196|[octree/Yep](https://github.com/octree/Yep)|根据 Assets/.strings 文件,自动生成 Swift 代码|8|2023-08-28|
|197|[jane-chao/RevenueCatSubscriptionsDemo](https://github.com/jane-chao/RevenueCatSubscriptionsDemo)|示範如何使用 RevenueCat 處理應用程式內購買和管理 Paywall。|7|2023-12-20|
|198|[swiftdo/vapor-blog](https://github.com/swiftdo/vapor-blog)|Swift Vapor Blog基于 Swift Vapor 的博客系统)|7|2024-01-18|
|199|[chenxing640/CXSwiftKit](https://github.com/chenxing640/CXSwiftKit)|提供Swift丰富的扩展和实用工具类并大多数支持Objective-C。|7|2024-01-01|
|200|[jiasongs/JSNestedScroll](https://github.com/jiasongs/JSNestedScroll)|嵌套滚动|7|2023-10-13|
|106|[InsectQY/Candy](https://github.com/InsectQY/Candy)|Video iOS client is written in RxSwift and MVVM clean architecture|67|2023-10-09|
|107|[Cantoboard/Cantoboard](https://github.com/Cantoboard/Cantoboard)|Cantoboard - Smart Cantonese Keyboard on iOS |57|2023-10-15|
|108|[Rogue24/JPCrop](https://github.com/Rogue24/JPCrop)|高仿小红书App裁剪功能的轻量级工具。|57|2023-10-26|
|109|[FreeYXY/SwiftProject](https://github.com/FreeYXY/SwiftProject)|swift项目实战|55|2023-09-15|
|110|[DuckDeck/iOSDemo](https://github.com/DuckDeck/iOSDemo)|-|53|2023-08-31|
|111|[Jdb156158/JbbAnimateWidget](https://github.com/Jdb156158/JbbAnimateWidget)|ios小组件动画效果调研|51|2023-09-26|
|112|[Xcoder1011/SKGenerateModelTool](https://github.com/Xcoder1011/SKGenerateModelTool)|Automatically generate model files, support JSON and URL requests. JSON转model工具Mac软件|51|2023-11-09|
|113|[yuman07/EMHentai](https://github.com/yuman07/EMHentai)|一个简易小巧快速纯Swift的Ehentai的iOS APP|50|2024-01-30|
|114|[siyuan-note/siyuan-ios](https://github.com/siyuan-note/siyuan-ios)|SiYuan iOS APP|49|2023-09-08|
|115|[Myoland/wechatpay-swift](https://github.com/Myoland/wechatpay-swift)|微信支付 V3 API 的 Swift 服务端 SDK|48|2024-01-18|
|116|[isaced/V2exAPI](https://github.com/isaced/V2exAPI)|V2ex API 的 Swift 封装,支持 iOS/macOS (A V2ex API wrapper for iOS/macOS, built with Swift)|46|2023-08-29|
|117|[miku1958/HappyCodable](https://github.com/miku1958/HappyCodable)|A happier codable|46|2023-09-22|
|118|[zjinhu/SwiftBrick](https://github.com/zjinhu/SwiftBrick)|swift砖块系列UI基础框架有各种工具方便快速搭建APP|44|2024-01-15|
|119|[6tail/lunar-swift](https://github.com/6tail/lunar-swift)|日历、公历(阳历)、农历(阴历、老黄历)、佛历、道历,节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar.|42|2024-01-31|
|120|[zjinhu/SwiftShow](https://github.com/zjinhu/SwiftShow)|swift砖块系列各种弹出窗口toastloadingalertpopview等等,支持暗黑模式|40|2023-08-17|
|121|[lightank/URLServiceRouter](https://github.com/lightank/URLServiceRouter)|A Swift URL router implemented by a high-degree-of-freedom nodeTree and RPC|38|2023-11-08|
|122|[cdnbye/ios-p2p-engine](https://github.com/cdnbye/ios-p2p-engine)|Let your viewers become your unlimitedly scalable CDN.|37|2023-10-31|
|123|[blabla-yy/monitor](https://github.com/blabla-yy/monitor)|mac 系统状态小组件网络、CPU、内存. Mac system status widgets include: network, CPU, memory.|35|2023-11-16|
|124|[Jumio/mobile-react](https://github.com/Jumio/mobile-react)|Jumio Mobile Plugin for React Native|35|2023-11-03|
|125|[chenxing640/DYFStore](https://github.com/chenxing640/DYFStore)|用于应用内购买的轻量级且易用的iOS库(A lightweight and easy-to-use iOS library for In-App Purchases.)。|34|2023-08-24|
|126|[xjbeta/NeteaseMusic-macOS](https://github.com/xjbeta/NeteaseMusic-macOS)|网易云音乐 for macOS on swift. (Unofficial Completion 70%|34|2023-12-25|
|127|[KeenTeam1990/KTTodayNews](https://github.com/KeenTeam1990/KTTodayNews)|🍍Swift开源项目-今日头条集新闻与娱乐于一体的iOS新闻客户端 |34|2023-10-19|
|128|[sunsx9316/DanDanPlay_Experience](https://github.com/sunsx9316/DanDanPlay_Experience)|弹弹play体验版 write in flutter|32|2023-10-06|
|129|[outtable/9live](https://github.com/outtable/9live)|🔥🔥🔥 专业版iOS混淆工具马甲工具提供试用版本过机器审核支持语言 c/c++/objc/objc++/swift 支持各种资源改名混淆、一键出包提供良好的UI界面支持多包管理一包一特征解决4.3问题|31|2024-01-07|
|130|[alenpaulkevin/UICollectionViewDemo](https://github.com/alenpaulkevin/UICollectionViewDemo)|用collectionView实现各种效果|30|2023-09-26|
|131|[luoxuhai/react-native-classify-image](https://github.com/luoxuhai/react-native-classify-image)|🏞 react-native library to classify images using Vision 对图像进行分类的 react-native 库|29|2023-10-21|
|132|[shang1219178163/SwiftTemplet](https://github.com/shang1219178163/SwiftTemplet)|Swift项目模板代封装、优化、复用、重构试验场。。。|29|2023-11-19|
|133|[DamonHu/ZXFileBrowser](https://github.com/DamonHu/ZXFileBrowser)|The iOS sandbox file browser, which has view, copy, move, delete files and other operations. iOS端沙盒文件浏览器可以查看、拷贝、移动、删除等操作|28|2023-11-29|
|134|[justaLoli/VPet-Mac](https://github.com/justaLoli/VPet-Mac)|虚拟桌宠模拟器的饭制Mac版功能不全|27|2023-09-17|
|135|[Rogue24/AnimationPreviewer](https://github.com/Rogue24/AnimationPreviewer)|一个用于快速预览Lottie&SVGA的Mac小工具。|25|2023-11-22|
|136|[Weang/WLPhotoPicker](https://github.com/Weang/WLPhotoPicker)|iOS图片、视频选择工具。支持多选支持图片处理视频压缩实况和视频互转。|25|2023-08-22|
|137|[yangKJ/ImageX](https://github.com/yangKJ/ImageX)|👓 GIFs and images displayed. 动态图像滤镜播放图像框架。|25|2024-01-12|
|138|[tangjianfengVS/WisdomHUD](https://github.com/tangjianfengVS/WisdomHUD)|WisdomHUD 是一款多种样式的 HUD 弹框指示器 SDK。 WisdomHUD 系统最低支持 iOS 9.0版本支持Swift 5.55.65.7,并且兼容 OC 类调用使用。 WisdomHUD 支持全局/单点 HUD 属性动态调整,支持延迟时间设置,支持延迟结束事件回调处理。 WisdomHUD 支持多种 Loading 加载样式支持设置提示动画API 调用方便/灵活。 W ...|24|2023-08-23|
|139|[julianschiavo/LocoBuddy](https://github.com/julianschiavo/LocoBuddy)|A Swift command-line tool to parse and traverse AppleGlot Localization Glossaries|23|2023-09-17|
|140|[fhl43211/StockBar](https://github.com/fhl43211/StockBar)|A menu bar app to track stock prices, currency exchange rates, and cryptocurrency prices.|23|2024-01-01|
|141|[Mastercard-Gateway/gateway-ios-sdk](https://github.com/Mastercard-Gateway/gateway-ios-sdk)|-|23|2023-10-04|
|142|[Until-You-Possible/NetEaseMusic](https://github.com/Until-You-Possible/NetEaseMusic)|仿网易云APP|21|2023-08-31|
|143|[a51095/HelloSwift](https://github.com/a51095/HelloSwift)|swift5.0,定时器,活动倒计时,alter弹框,吐司弹框|21|2024-01-18|
|144|[AttemptD/SwiftUI-MyBill](https://github.com/AttemptD/SwiftUI-MyBill)|一个使用SwiftUI开发的本地记账app|21|2023-11-14|
|145|[zjinhu/SwiftLog](https://github.com/zjinhu/SwiftLog)|swift砖块系列Swift Log输出工具可分级别打印log方便排查日志添加unicode转码持续输出中文支持swift4以上支持log到本地文件中添加淘汰算法默认七天淘汰一次log日志文件|21|2024-01-16|
|146|[zjinhu/SwiftMesh](https://github.com/zjinhu/SwiftMesh)|swift砖块系列基于Alamofire5的Combine封装更加快捷的发起网络请求支持SwiftUI|21|2023-09-28|
|147|[tangjianfengVS/WisdomRouterKit](https://github.com/tangjianfengVS/WisdomRouterKit)|1:一个强大的iOS路由器SDK。 2:针对处理组件化模块之间的调用WisdomRouterKit可以帮你进行页面之间的属性参数和回调Block传递赋值并且支持大量化的属性参数和大量化的回调Block传递赋值无需各个子模块之间进行任何引用也无需定义公共协议文件进行各个子模块之间关联真正做到完全解偶真正做到顶天立地。 3:无论项目将来功能或者业务代码快速的扩展叠加,无需人员维护,无需 ...|21|2023-08-22|
|148|[1691665955/MZRefresh](https://github.com/1691665955/MZRefresh)|Swift下拉刷新、上拉加载组件简单易用|20|2023-12-07|
|149|[ptrkstr/Devices](https://github.com/ptrkstr/Devices)|Swift package that contains all devices from https://www.theiphonewiki.com/wiki/Models. Useful when needing to parse machine/device identifier (i.e. iPhone10,1) to device name (iPhone 8).|20|2023-08-27|
|150|[ListenNotes/podcast-api-swift](https://github.com/ListenNotes/podcast-api-swift)|The Official Swift Library for the Listen Notes Podcast API.|20|2023-09-08|
|151|[HDCodePractice/CodePracticeResult](https://github.com/HDCodePractice/CodePracticeResult)|同学们的代码练习参考|20|2023-11-04|
|152|[Coder-Star/CSModuleManager](https://github.com/Coder-Star/CSModuleManager)|一个用在Swift的模块管理框架|19|2023-08-22|
|153|[litecoin-foundation/litewallet-ios](https://github.com/litecoin-foundation/litewallet-ios)|iOS version of Litewallet , official SPV Wallet from the Litecoin Foundation. Maintained by the Litewallet Team & Charlie Lee (Creator of Litecoin)|19|2024-02-11|
|154|[o2oa/o2oa-ios](https://github.com/o2oa/o2oa-ios)|开源OA企业信息化平台O2OA iOS端源码|19|2023-11-01|
|155|[Louiswu2011/chafenqi](https://github.com/Louiswu2011/chafenqi)|中二节奏/舞萌DX国服查分器|18|2023-12-19|
|156|[zgjff/JJCarouselView](https://github.com/zgjff/JJCarouselView)|泛型、block、无任何第三方、易于扩展的轮播图框架|18|2023-09-18|
|157|[ZevEisenberg/Padiddle](https://github.com/ZevEisenberg/Padiddle)|Draw pictures by spinning your iOS device|18|2023-08-29|
|158|[alibaba/aliyunpan-ios-sdk](https://github.com/alibaba/aliyunpan-ios-sdk)|阿里云盘 OpenSDK-iOS|17|2024-02-04|
|159|[Lakr233/Fix-GPS](https://github.com/Lakr233/Fix-GPS)|从一生足迹中读取位置数据并写入图片|16|2023-11-03|
|160|[xiaoxidong/Shoots](https://github.com/xiaoxidong/Shoots)|SwiftUI「做个应用」开源项目管理发现有用的产品设计截图|16|2023-10-10|
|161|[gsyhei/GXRefresh](https://github.com/gsyhei/GXRefresh)|Swift版的下拉刷新上拉加载支持Gif、支持自定义刷新动画。|16|2023-12-10|
|162|[tangjianfengVS/WisdomScanKit](https://github.com/tangjianfengVS/WisdomScanKit)|推荐一个强大,好用的摄像,扫描器框架: WisdomScanKit 。 WisdomScanKit 最低支持 iOS 8.0 / Swift 4 编写SDK处理了系统兼容性问题并且完全兼容OC项目调用。 WisdomScanKit 目前支持四大功能: 一:系统相册图片选择器; 二:全屏摄像功能; 三:扫二维码功能; 四:图片浏览器功能;|16|2023-09-08|
|163|[Liao-Hexo/Daily-Bill](https://github.com/Liao-Hexo/Daily-Bill)|蜗牛记账-简约精致的记账app|15|2024-01-07|
|164|[Jacke-xu/WYBasisKit-swift](https://github.com/Jacke-xu/WYBasisKit-swift)|"WYBasisKit" is a toolkit aimed at greatly improving efficiency.|15|2024-02-03|
|165|[IFTTT/ConnectSDK-iOS](https://github.com/IFTTT/ConnectSDK-iOS)|Connect Button SDK for iOS|15|2023-12-04|
|166|[intsig171/AdapterSwift](https://github.com/intsig171/AdapterSwift)|SwiftUI精细化方案针对不同的苹果手机机型缩放UI控件让整体UI视觉效果一致。|14|2023-11-28|
|167|[summerHearts/TheRouter-Swift](https://github.com/summerHearts/TheRouter-Swift)|一个用于模块间解耦和通信,基于接口进行模块管理和依赖注入的组件化路由工具。用多种方式最大程度地发挥编译检查的功能。 通过 protocol 寻找对应的模块,并用 protocol 进行依赖注入和模块通信。|14|2023-09-28|
|168|[wlgemini/Driftwood](https://github.com/wlgemini/Driftwood)|Driftwood is a DSL to make Auto Layout easy on iOS, tvOS and macOS.|14|2023-12-11|
|169|[intsig171/BTBubble](https://github.com/intsig171/BTBubble)|气泡提示TipsPopup。一款基于Swift编写的气泡弹窗可高度自定义。|13|2023-12-21|
|170|[wyqACoffer/DynamicWidget](https://github.com/wyqACoffer/DynamicWidget)|动态Widget小组件、实时活动|13|2023-10-23|
|171|[Starkrimson/MovieDB](https://github.com/Starkrimson/MovieDB)|🌇 探索发现海量影视作品|13|2023-11-30|
|172|[xiaoyouPrince/XYNav](https://github.com/xiaoyouPrince/XYNav)|简单易用的全屏导航控制器 Swift 5.0|13|2024-02-05|
|173|[Taiwan-Ebook-Lover/EbookTW-iOS](https://github.com/Taiwan-Ebook-Lover/EbookTW-iOS)|台灣電子書搜尋 iOS App|13|2023-11-23|
|174|[Boxzhi/HZPlaceHolder](https://github.com/Boxzhi/HZPlaceHolder)|Quickly create a null data placeholder view一个方法完成空数据占位图展示一行代码完成MJRefresh的封装调用|13|2023-08-18|
|175|[qoli/TestVOD](https://github.com/qoli/TestVOD)|一個基於正則測試 VOD 可用性的 AppSwiftUI 編寫|12|2023-12-10|
|176|[lizhi0123/LZTag](https://github.com/lizhi0123/LZTag)|ios swift 标签选择器 tag Label selector,支持左对齐右对齐中间对齐。支持自定义样式cell|12|2023-09-26|
|177|[cdoky/URLNavigatorExt](https://github.com/cdoky/URLNavigatorExt)|使用注解自动生成Router以及Router相关参数|12|2023-11-03|
|178|[haoburongyi/ZHCodable](https://github.com/haoburongyi/ZHCodable)|Swift 封装 Codable 字典转模型|11|2023-11-01|
|179|[DevForrestWang/SwiftCase](https://github.com/DevForrestWang/SwiftCase)|Swift开发示例包括基本组件、常用方法使用、设计模式、算法和一些示例。|11|2024-01-16|
|180|[shmilyQin/RxSwiftLearn](https://github.com/shmilyQin/RxSwiftLearn)|Rx的操作符使用和分析。一些基于MVVM+RxSwift+Moya+HandyJSON(Decodable)|11|2023-11-17|
|181|[yungfan/New-in-iOS](https://github.com/yungfan/New-in-iOS)|What's new in UIKit|10|2023-11-01|
|182|[IANIx/SwiftCost](https://github.com/IANIx/SwiftCost)|swift项目鲨鱼记账|10|2023-08-14|
|183|[BinaryParadise/PracticeTLS](https://github.com/BinaryParadise/PracticeTLS)|TLS 1.2、1.3的swift简单实现|10|2023-11-19|
|184|[zgjff/JJKit](https://github.com/zgjff/JJKit)|包括便捷扩展、路由、轮播图、转场动画的框架|10|2024-01-19|
|185|[WHlcj/TalkDrawing](https://github.com/WHlcj/TalkDrawing)|cccc-移动应用创新赛-妙语生花决赛作品|9|2023-10-01|
|186|[WITMOTION/WitBluetooth_BWT901BLE5_0](https://github.com/WITMOTION/WitBluetooth_BWT901BLE5_0)|蓝牙5.0传感器示例程序|9|2024-01-08|
|187|[monako97/2fa-for-macOS](https://github.com/monako97/2fa-for-macOS)|使用Swift UI开发的身份验证器(2FA)|9|2024-01-08|
|188|[zhtut/SSURLSession](https://github.com/zhtut/SSURLSession)|对swift的URLSession进行拆分增加支持设置resolve和connectTo的能力常用于ios的IP直连|9|2023-12-05|
|189|[kylelin1998/AShareIndex](https://github.com/kylelin1998/AShareIndex)|在macOS系统菜单栏直接显示A股指数 支持自定义股票代码显示|8|2024-02-05|
|190|[Darktt/JsonProtection](https://github.com/Darktt/JsonProtection)|處理後端提供各種神奇 Json 資料,而做的解析保護|8|2024-01-12|
|191|[eternaljust/Msea](https://github.com/eternaljust/Msea)|一款虫部落搜索论坛第三方 iOS App使用 SwiftUI 开发,采用最新的 Swift Concurrency 并发技术,支持 iOS 15 和 iPadOS 15 及以上。|8|2023-10-27|
|192|[CoderMaoWX/WXNetworkingSwift](https://github.com/CoderMaoWX/WXNetworkingSwift)|iOS基于Alamofire封装的可定制的多功能网络请求框架|8|2023-11-17|
|193|[yangKJ/Color](https://github.com/yangKJ/Color)|🎨. Pixel color extension with Swift and SwiftUI.|8|2023-11-10|
|194|[octree/Yep](https://github.com/octree/Yep)|根据 Assets/.strings 文件,自动生成 Swift 代码|8|2023-08-28|
|195|[jane-chao/RevenueCatSubscriptionsDemo](https://github.com/jane-chao/RevenueCatSubscriptionsDemo)|示範如何使用 RevenueCat 處理應用程式內購買和管理 Paywall。|7|2023-12-20|
|196|[swiftdo/vapor-blog](https://github.com/swiftdo/vapor-blog)|Swift Vapor Blog基于 Swift Vapor 的博客系统)|7|2024-01-18|
|197|[chenxing640/CXSwiftKit](https://github.com/chenxing640/CXSwiftKit)|提供Swift丰富的扩展和实用工具类并大多数支持Objective-C。|7|2024-01-01|
|198|[jiasongs/JSNestedScroll](https://github.com/jiasongs/JSNestedScroll)|嵌套滚动|7|2023-10-13|
|199|[wangtao311/JYPageController](https://github.com/wangtao311/JYPageController)|iOS左右滚动切换页面PageController组件封装|7|2023-09-25|
|200|[vChewing/Tekkon](https://github.com/vChewing/Tekkon)|鐵恨引擎是用來處理注音輸入法並擊行為的一個模組。該倉庫乃威注音專案的弒神行動Operation Longinus的一部分。Tekkon Engine is a module made for processing combo-composition of stroke-based Mandarin Chinese phonetics (i.e. Zhuyin / Bopomofo). This ...|7|2023-11-25|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,24 +1,24 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > TeX
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[tuna/thuthesis](https://github.com/tuna/thuthesis)|LaTeX Thesis Template for Tsinghua University|4239|2024-02-06|
|2|[HugoBlox/theme-academic-cv](https://github.com/HugoBlox/theme-academic-cv)|🎓 无需编写任何代码即可轻松创建漂亮的学术网站 Easily create a beautiful academic résumé or educational website using Hugo and GitHub. No code.|3398|2024-02-04|
|2|[HugoBlox/theme-academic-cv](https://github.com/HugoBlox/theme-academic-cv)|🎓 无需编写任何代码即可轻松创建漂亮的学术网站 Easily create a beautiful academic résumé or educational website using Hugo and GitHub. No code.|3399|2024-02-11|
|3|[CTeX-org/lshort-zh-cn](https://github.com/CTeX-org/lshort-zh-cn)|A Chi­nese edi­tion of the Not So Short Introduction to LaTeX2ε|2602|2023-09-28|
|4|[TheNetAdmin/zjuthesis](https://github.com/TheNetAdmin/zjuthesis)|Zhejiang University Graduation Thesis LaTeX Template|2220|2024-01-11|
|4|[TheNetAdmin/zjuthesis](https://github.com/TheNetAdmin/zjuthesis)|Zhejiang University Graduation Thesis LaTeX Template|2221|2024-01-11|
|5|[ethereum/yellowpaper](https://github.com/ethereum/yellowpaper)|The "Yellow Paper": Ethereum's formal specification|1586|2024-01-29|
|6|[zepinglee/gbt7714-bibtex-style](https://github.com/zepinglee/gbt7714-bibtex-style)|GB/T 7714-2015 BibTeX Style|1023|2023-11-09|
|7|[CTeX-org/ctex-kit](https://github.com/CTeX-org/ctex-kit)|Macro Packages and Scripts for Chinese TeX users|936|2024-02-10|
|8|[cosmos/ibc](https://github.com/cosmos/ibc)|Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.|826|2024-02-09|
|9|[hushidong/biblatex-gb7714-2015](https://github.com/hushidong/biblatex-gb7714-2015)|A biblatex implementation of the GB/T7714-2015 bibliography style GB/T 7714-2015 参考文献著录和标注的biblatex样式包|681|2024-02-09|
|8|[cosmos/ibc](https://github.com/cosmos/ibc)|Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.|826|2024-02-11|
|9|[hushidong/biblatex-gb7714-2015](https://github.com/hushidong/biblatex-gb7714-2015)|A biblatex implementation of the GB/T7714-2015 bibliography style GB/T 7714-2015 参考文献著录和标注的biblatex样式包|682|2024-02-09|
|10|[schoeberl/chisel-book](https://github.com/schoeberl/chisel-book)|Digital Design with Chisel|660|2024-02-07|
|11|[matloff/TidyverseSkeptic](https://github.com/matloff/TidyverseSkeptic)|An opinionated view of the Tidyverse "dialect" of the R language.|501|2023-12-26|
|12|[sjtug/SJTUBeamer](https://github.com/sjtug/SJTUBeamer)|上海交通大学 Beamer 模版 Beamer template for Shanghai Jiao Tong University|489|2023-12-27|
|13|[liweitianux/resume](https://github.com/liweitianux/resume)|My resume in LaTeX (template suited for new graduates; 应届生简历模板)|413|2023-11-23|
|14|[huangxg/lnotes](https://github.com/huangxg/lnotes)|LaTeX Notes|405|2024-01-04|
|14|[huangxg/lnotes](https://github.com/huangxg/lnotes)|LaTeX Notes|407|2024-01-04|
|15|[eliocamp/ggnewscale](https://github.com/eliocamp/ggnewscale)|Multiple Fill, Color and Other Scales in `ggplot2`|373|2024-02-09|
|16|[Macin20/why-we-write](https://github.com/Macin20/why-we-write)|为什么写作?|336|2023-10-06|
|17|[YimianDai/iNSFC](https://github.com/YimianDai/iNSFC)|An awesome LaTeX template for NSFC proposal.|335|2024-01-09|
@ -32,9 +32,9 @@
|25|[jcouyang/grokking-monad](https://github.com/jcouyang/grokking-monad)|购买 :point_right: https://gum.co/grokking-monad 在线阅读 :point_right:|98|2024-01-01|
|26|[TomHeaven/nudtproposal](https://github.com/TomHeaven/nudtproposal)|NUDT硕士博士研究生开题报告latex模板|82|2024-01-18|
|27|[alg-nju/intro-disalg-course](https://github.com/alg-nju/intro-disalg-course)|-|78|2023-09-19|
|28|[wuliwiki/PhysWiki-log](https://github.com/wuliwiki/PhysWiki-log)|小时百科|74|2024-02-10|
|29|[neumason/DLNU](https://github.com/neumason/DLNU)|大连民族大学研究生学位论文参考Latex和word模版依据2023学校规范开发的相应Latex和word模板。|67|2023-11-02|
|30|[yhwu-is/Linear-Algebra-Left-Undone](https://github.com/yhwu-is/Linear-Algebra-Left-Undone)|线性代数:未竟之美|66|2024-02-08|
|28|[wuliwiki/PhysWiki-log](https://github.com/wuliwiki/PhysWiki-log)|小时百科|74|2024-02-11|
|29|[neumason/DLNU](https://github.com/neumason/DLNU)|大连民族大学研究生学位论文参考Latex和word模版依据2023学校规范开发的相应Latex和word模板。|68|2023-11-02|
|30|[yhwu-is/Linear-Algebra-Left-Undone](https://github.com/yhwu-is/Linear-Algebra-Left-Undone)|线性代数:未竟之美|67|2024-02-08|
|31|[YangLaTeX/thubeamer](https://github.com/YangLaTeX/thubeamer)|A Beamer Theme for Tsinghua University (THU).|61|2023-11-27|
|32|[fanhongtao/ebooks](https://github.com/fanhongtao/ebooks)|80年代高中数理化甲种本|59|2024-01-07|
|33|[seisman/cv](https://github.com/seisman/cv)|My academic CV powered by LaTeX|59|2024-01-01|
@ -62,8 +62,8 @@
|55|[LeyuDame/LDMCM](https://github.com/LeyuDame/LDMCM)|基于EasyMCM改进的一个美赛LaTeX模板|13|2024-02-02|
|56|[NTU-NCS-lab/NTU-Thesis-Writing-Template](https://github.com/NTU-NCS-lab/NTU-Thesis-Writing-Template)|Unofficial LaTex templates for thesis and IEEE conference at National Taiwan University. 國立臺灣大學電機資訊學院碩博士論文及 IEEE conference 模板|10|2024-02-08|
|57|[GeeLaw/laomian](https://github.com/GeeLaw/laomian)|老面 (sourdough, lit. "old dough") is used as the starter for fermenting dough. This repository contains my digital 老面.|10|2023-09-09|
|58|[SeddonShen/NWPU_Latex_Template](https://github.com/SeddonShen/NWPU_Latex_Template)|Latex Template for Northwestern Polytechnical University(NWPU) Report|8|2023-10-16|
|59|[Teddy-van-Jerry/seuthesis2024b](https://github.com/Teddy-van-Jerry/seuthesis2024b)|LaTeX Template of Southeast University Thesis for Class of 2024 Bachelors (东南大学 2024 届本科毕设 LaTeX 模板)|7|2024-02-10|
|58|[Teddy-van-Jerry/seuthesis2024b](https://github.com/Teddy-van-Jerry/seuthesis2024b)|LaTeX Template of Southeast University Thesis for Class of 2024 Bachelors (东南大学 2024 届本科毕设 LaTeX 模板)|8|2024-02-11|
|59|[SeddonShen/NWPU_Latex_Template](https://github.com/SeddonShen/NWPU_Latex_Template)|Latex Template for Northwestern Polytechnical University(NWPU) Report|8|2023-10-16|
|60|[Trikim-Zhang/nudtpaper-undergraduate](https://github.com/Trikim-Zhang/nudtpaper-undergraduate)|本科毕设LaTeX模板|6|2024-01-17|
|61|[guohuiyuan/KaoyanPlan](https://github.com/guohuiyuan/KaoyanPlan)|个人考研计划|6|2023-11-13|
|62|[daobook/dash-book](https://github.com/daobook/dash-book)|Dash(迁移到 @ https://xinetzone.github.io/deta-hub/)|6|2024-01-27|

@ -1,210 +1,210 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > TypeScript
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[ant-design/ant-design](https://github.com/ant-design/ant-design)|An enterprise-class UI design language and React UI library|89302|2024-02-10|
|2|[supabase/supabase](https://github.com/supabase/supabase)|The open source Firebase alternative.|62780|2024-02-10|
|3|[ChatGPTNextWeb/ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)|A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。|60092|2024-02-10|
|4|[apache/echarts](https://github.com/apache/echarts)|Apache ECharts is a powerful, interactive charting and data visualization library for browser|57867|2024-02-08|
|5|[DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)|The repository for high quality TypeScript type definitions.|46525|2024-02-10|
|6|[ant-design/ant-design-pro](https://github.com/ant-design/ant-design-pro)|👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!|35494|2024-02-08|
|1|[ant-design/ant-design](https://github.com/ant-design/ant-design)|An enterprise-class UI design language and React UI library|89307|2024-02-11|
|2|[supabase/supabase](https://github.com/supabase/supabase)|The open source Firebase alternative.|62812|2024-02-10|
|3|[ChatGPTNextWeb/ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)|A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。|60128|2024-02-11|
|4|[apache/echarts](https://github.com/apache/echarts)|Apache ECharts is a powerful, interactive charting and data visualization library for browser|57871|2024-02-08|
|5|[DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)|The repository for high quality TypeScript type definitions.|46531|2024-02-11|
|6|[ant-design/ant-design-pro](https://github.com/ant-design/ant-design-pro)|👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!|35497|2024-02-08|
|7|[NervJS/taro](https://github.com/NervJS/taro)|开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/|34279|2024-02-10|
|8|[colinhacks/zod](https://github.com/colinhacks/zod)|TypeScript-first schema validation with static type inference|28722|2024-02-07|
|9|[pnpm/pnpm](https://github.com/pnpm/pnpm)|Fast, disk space efficient package manager|26920|2024-02-10|
|10|[backstage/backstage](https://github.com/backstage/backstage)|Backstage is an open platform for building developer portals|25360|2024-02-10|
|11|[element-plus/element-plus](https://github.com/element-plus/element-plus)|🎉 A Vue.js 3 UI Library made by Element team|22525|2024-02-10|
|12|[oldj/SwitchHosts](https://github.com/oldj/SwitchHosts)|Switch hosts quickly!|22246|2024-01-20|
|13|[vbenjs/vue-vben-admin](https://github.com/vbenjs/vue-vben-admin)|A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast|21322|2024-02-06|
|14|[the1812/Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved)|强大的哔哩哔哩增强脚本|20403|2024-01-18|
|15|[openai-translator/openai-translator](https://github.com/openai-translator/openai-translator)|基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API.|19878|2024-02-05|
|16|[wenyan-lang/wenyan](https://github.com/wenyan-lang/wenyan)|文言文編程語言 A programming language for the ancient Chinese.|19304|2023-10-20|
|17|[alibaba/ice](https://github.com/alibaba/ice)|🚀 ice.js: The Progressive App Framework Based On React基于 React 的渐进式应用框架)|17741|2024-02-05|
|18|[lobehub/lobe-chat](https://github.com/lobehub/lobe-chat)|🤖 Lobe Chat - an open-source, high-performance chatbot framework. Support one-click free deployment of your private ChatGPT/Gemini/LLM application.|17665|2024-02-10|
|19|[xiaolai/everyone-can-use-english](https://github.com/xiaolai/everyone-can-use-english)|人人都能用英语|17392|2024-02-10|
|20|[Bin-Huang/chatbox](https://github.com/Bin-Huang/chatbox)|Chatbox is a desktop client for ChatGPT, Claude and other LLMs, available on Windows, Mac, Linux|16940|2024-02-08|
|8|[colinhacks/zod](https://github.com/colinhacks/zod)|TypeScript-first schema validation with static type inference|28744|2024-02-07|
|9|[pnpm/pnpm](https://github.com/pnpm/pnpm)|Fast, disk space efficient package manager|26931|2024-02-11|
|10|[backstage/backstage](https://github.com/backstage/backstage)|Backstage is an open platform for building developer portals|25380|2024-02-11|
|11|[element-plus/element-plus](https://github.com/element-plus/element-plus)|🎉 A Vue.js 3 UI Library made by Element team|22529|2024-02-11|
|12|[oldj/SwitchHosts](https://github.com/oldj/SwitchHosts)|Switch hosts quickly!|22247|2024-01-20|
|13|[vbenjs/vue-vben-admin](https://github.com/vbenjs/vue-vben-admin)|A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast|21322|2024-02-11|
|14|[the1812/Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved)|强大的哔哩哔哩增强脚本|20410|2024-01-18|
|15|[openai-translator/openai-translator](https://github.com/openai-translator/openai-translator)|基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API.|19882|2024-02-05|
|16|[wenyan-lang/wenyan](https://github.com/wenyan-lang/wenyan)|文言文編程語言 A programming language for the ancient Chinese.|19306|2023-10-20|
|17|[alibaba/ice](https://github.com/alibaba/ice)|🚀 ice.js: The Progressive App Framework Based On React基于 React 的渐进式应用框架)|17742|2024-02-05|
|18|[lobehub/lobe-chat](https://github.com/lobehub/lobe-chat)|🤖 Lobe Chat - an open-source, high-performance chatbot framework. Support one-click free deployment of your private ChatGPT/Gemini/LLM application.|17680|2024-02-11|
|19|[xiaolai/everyone-can-use-english](https://github.com/xiaolai/everyone-can-use-english)|人人都能用英语|17408|2024-02-11|
|20|[Bin-Huang/chatbox](https://github.com/Bin-Huang/chatbox)|Chatbox is a desktop client for ChatGPT, Claude and other LLMs, available on Windows, Mac, Linux|16948|2024-02-08|
|21|[CopyTranslator/CopyTranslator](https://github.com/CopyTranslator/CopyTranslator)|Foreign language reading and translation assistant based on copy and translate.|16772|2023-09-26|
|22|[wangeditor-team/wangEditor](https://github.com/wangeditor-team/wangEditor)|wangEditor —— 开源 Web 富文本编辑器|16705|2024-01-24|
|23|[Tencent/vConsole](https://github.com/Tencent/vConsole)|A lightweight, extendable front-end developer tool for mobile web page.|16300|2024-02-07|
|24|[SigNoz/signoz](https://github.com/SigNoz/signoz)|SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open sour ...|16220|2024-02-10|
|25|[baidu/amis](https://github.com/baidu/amis)|前端低代码框架,通过 JSON 配置就能生成各种页面。|15701|2024-02-05|
|26|[umijs/qiankun](https://github.com/umijs/qiankun)|📦 🚀 Blazing fast, simple and complete solution for micro frontends.|15206|2024-02-02|
|27|[rrweb-io/rrweb](https://github.com/rrweb-io/rrweb)|record and replay the web|15166|2024-02-10|
|28|[umijs/umi](https://github.com/umijs/umi)|A framework in react community ✨|14723|2024-02-05|
|24|[SigNoz/signoz](https://github.com/SigNoz/signoz)|SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open sour ...|16227|2024-02-11|
|25|[baidu/amis](https://github.com/baidu/amis)|前端低代码框架,通过 JSON 配置就能生成各种页面。|15702|2024-02-05|
|26|[umijs/qiankun](https://github.com/umijs/qiankun)|📦 🚀 Blazing fast, simple and complete solution for micro frontends.|15205|2024-02-02|
|27|[rrweb-io/rrweb](https://github.com/rrweb-io/rrweb)|record and replay the web|15167|2024-02-10|
|28|[umijs/umi](https://github.com/umijs/umi)|A framework in react community ✨|14724|2024-02-05|
|29|[tusen-ai/naive-ui](https://github.com/tusen-ai/naive-ui)|A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.|14713|2024-02-09|
|30|[siyuan-note/siyuan](https://github.com/siyuan-note/siyuan)|A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.|14414|2024-02-09|
|31|[aidenybai/million](https://github.com/aidenybai/million)|Optimize React performance and make your React 70% faster in minutes, not months. |14324|2024-02-10|
|30|[siyuan-note/siyuan](https://github.com/siyuan-note/siyuan)|A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.|14428|2024-02-11|
|31|[aidenybai/million](https://github.com/aidenybai/million)|Optimize React performance and make your React 70% faster in minutes, not months. |14333|2024-02-11|
|32|[alibaba/lowcode-engine](https://github.com/alibaba/lowcode-engine)|An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系|13571|2024-02-07|
|33|[whyour/qinglong](https://github.com/whyour/qinglong)|支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台Timed task management platform supporting Python3, JavaScript, Shell, Typescript|13475|2024-02-08|
|34|[alibaba/hooks](https://github.com/alibaba/hooks)|A high-quality & reliable React Hooks library.|13069|2024-02-10|
|35|[antvis/G2](https://github.com/antvis/G2)|📊 The concise and progressive visualization grammar.|11904|2024-02-04|
|36|[crimx/ext-saladict](https://github.com/crimx/ext-saladict)|🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.|11449|2024-01-17|
|37|[honojs/hono](https://github.com/honojs/hono)|Fast, Lightweight, Web-standards|11338|2024-02-10|
|38|[ant-design/ant-design-mobile](https://github.com/ant-design/ant-design-mobile)|Essential UI blocks for building mobile web apps.|11318|2024-02-08|
|39|[snabbdom/snabbdom](https://github.com/snabbdom/snabbdom)|A virtual DOM library with focus on simplicity, modularity, powerful features and performance.|11194|2024-02-07|
|40|[antvis/G6](https://github.com/antvis/G6)|♾ A Graph Visualization Framework in JavaScript|10550|2024-02-10|
|33|[whyour/qinglong](https://github.com/whyour/qinglong)|支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台Timed task management platform supporting Python3, JavaScript, Shell, Typescript|13479|2024-02-11|
|34|[alibaba/hooks](https://github.com/alibaba/hooks)|A high-quality & reliable React Hooks library.|13070|2024-02-10|
|35|[antvis/G2](https://github.com/antvis/G2)|📊 The concise and progressive visualization grammar.|11905|2024-02-04|
|36|[crimx/ext-saladict](https://github.com/crimx/ext-saladict)|🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.|11448|2024-01-17|
|37|[honojs/hono](https://github.com/honojs/hono)|Fast, Lightweight, Web-standards|11424|2024-02-11|
|38|[ant-design/ant-design-mobile](https://github.com/ant-design/ant-design-mobile)|Essential UI blocks for building mobile web apps.|11320|2024-02-08|
|39|[snabbdom/snabbdom](https://github.com/snabbdom/snabbdom)|A virtual DOM library with focus on simplicity, modularity, powerful features and performance.|11195|2024-02-07|
|40|[antvis/G6](https://github.com/antvis/G6)|♾ A Graph Visualization Framework in JavaScript|10551|2024-02-10|
|41|[alibaba/formily](https://github.com/alibaba/formily)|📱🚀 🧩 Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3|10520|2024-02-02|
|42|[illacloud/illa-builder](https://github.com/illacloud/illa-builder)|Low-code platform allows you to build business apps, enables you to quickly create internal tools such as dashboard, crud app, admin panel, crm, cms, etc. Supports PostgreSQL, MySQL, Supabase, GraphQL ...|9947|2024-02-09|
|43|[tweenjs/tween.js](https://github.com/tweenjs/tween.js)|JavaScript/TypeScript animation engine|9565|2024-01-15|
|44|[labs42io/clean-code-typescript](https://github.com/labs42io/clean-code-typescript)|Clean Code concepts adapted for TypeScript|8854|2023-11-18|
|42|[illacloud/illa-builder](https://github.com/illacloud/illa-builder)|Low-code platform allows you to build business apps, enables you to quickly create internal tools such as dashboard, crud app, admin panel, crm, cms, etc. Supports PostgreSQL, MySQL, Supabase, GraphQL ...|10074|2024-02-09|
|43|[tweenjs/tween.js](https://github.com/tweenjs/tween.js)|JavaScript/TypeScript animation engine|9568|2024-01-15|
|44|[labs42io/clean-code-typescript](https://github.com/labs42io/clean-code-typescript)|Clean Code concepts adapted for TypeScript|8858|2023-11-18|
|45|[any86/any-rule](https://github.com/any86/any-rule)|🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台|8293|2023-11-30|
|46|[Milkdown/milkdown](https://github.com/Milkdown/milkdown)|🍼 Plugin driven WYSIWYG markdown editor framework.|8135|2024-02-10|
|47|[lyswhut/lx-music-mobile](https://github.com/lyswhut/lx-music-mobile)|一个基于 React native 开发的音乐软件|8094|2024-02-01|
|48|[anse-app/chatgpt-demo](https://github.com/anse-app/chatgpt-demo)|Minimal web UI for ChatGPT. |7863|2023-12-27|
|47|[lyswhut/lx-music-mobile](https://github.com/lyswhut/lx-music-mobile)|一个基于 React native 开发的音乐软件|8103|2024-02-01|
|48|[anse-app/chatgpt-demo](https://github.com/anse-app/chatgpt-demo)|Minimal web UI for ChatGPT. |7865|2023-12-27|
|49|[DouyinFE/semi-design](https://github.com/DouyinFE/semi-design)|🚀A modern, comprehensive, flexible design system and React UI library. 🎨 Provide more than 2800+ Design Tokens, easy to build your design system. Make Semi Design to Any Design. 🧑🏻‍💻 Design to Code i ...|7665|2024-02-09|
|50|[Vanessa219/vditor](https://github.com/Vanessa219/vditor)|♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.|7472|2024-02-10|
|51|[microsoft/azuredatastudio](https://github.com/microsoft/azuredatastudio)|Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capabilit ...|7380|2024-02-09|
|52|[ethers-io/ethers.js](https://github.com/ethers-io/ethers.js)|Complete Ethereum library and wallet implementation in JavaScript.|7273|2024-02-09|
|50|[Vanessa219/vditor](https://github.com/Vanessa219/vditor)|♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.|7474|2024-02-10|
|51|[microsoft/azuredatastudio](https://github.com/microsoft/azuredatastudio)|Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capabilit ...|7381|2024-02-09|
|52|[ethers-io/ethers.js](https://github.com/ethers-io/ethers.js)|Complete Ethereum library and wallet implementation in JavaScript.|7274|2024-02-10|
|53|[xiangsx/gpt4free-ts](https://github.com/xiangsx/gpt4free-ts)|Providing a free OpenAI GPT-4 API ! This is a replication project for the typescript version of xtekky/gpt4free|7114|2023-11-28|
|54|[ztjhz/BetterChatGPT](https://github.com/ztjhz/BetterChatGPT)|An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)|7033|2024-02-10|
|55|[7kms/react-illustration-series](https://github.com/7kms/react-illustration-series)|图解react源码, 用大量配图的方式, 致力于将react原理表述清楚.|7028|2023-12-01|
|56|[x-extends/vxe-table](https://github.com/x-extends/vxe-table)|vxe-table vue 表单/表格解决方案|6882|2024-02-07|
|57|[Heroic-Games-Launcher/HeroicGamesLauncher](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher)|A Native GOG, Amazon and Epic Games Launcher for Linux, Windows and Mac.|6881|2024-02-10|
|58|[buuing/lucky-canvas](https://github.com/buuing/lucky-canvas)|🎖🎖🎖 基于 TS + Canvas 开发的【大转盘 / 九宫格 / 老虎机】抽奖插件,🌈 一套源码适配多端框架 JS / Vue / React / Taro / UniApp / 微信小程序等,🎨 奖品 / 文字 / 图片 / 颜色 / 按钮均可配置,支持同步 / 异步抽奖,🎯 概率前 / 后端可控,🚀 自动根据 dpr 调整清晰度适配移动端|6851|2023-11-22|
|59|[giscus/giscus](https://github.com/giscus/giscus)|A comment system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:|6670|2024-02-10|
|54|[ztjhz/BetterChatGPT](https://github.com/ztjhz/BetterChatGPT)|An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)|7044|2024-02-10|
|55|[7kms/react-illustration-series](https://github.com/7kms/react-illustration-series)|图解react源码, 用大量配图的方式, 致力于将react原理表述清楚.|7027|2023-12-01|
|56|[Heroic-Games-Launcher/HeroicGamesLauncher](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher)|A games launcher for GOG, Amazon and Epic Games for Linux, Windows and macOS.|6884|2024-02-11|
|57|[x-extends/vxe-table](https://github.com/x-extends/vxe-table)|vxe-table vue 表单/表格解决方案|6882|2024-02-07|
|58|[buuing/lucky-canvas](https://github.com/buuing/lucky-canvas)|🎖🎖🎖 基于 TS + Canvas 开发的【大转盘 / 九宫格 / 老虎机】抽奖插件,🌈 一套源码适配多端框架 JS / Vue / React / Taro / UniApp / 微信小程序等,🎨 奖品 / 文字 / 图片 / 颜色 / 按钮均可配置,支持同步 / 异步抽奖,🎯 概率前 / 后端可控,🚀 自动根据 dpr 调整清晰度适配移动端|6852|2023-11-22|
|59|[giscus/giscus](https://github.com/giscus/giscus)|A comment system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:|6672|2024-02-11|
|60|[rubickCenter/rubick](https://github.com/rubickCenter/rubick)|🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。|6632|2024-01-19|
|61|[alibaba/x-render](https://github.com/alibaba/x-render)|🚴‍♀️ 阿里 - 很易用的中后台「表单 / 表格 / 图表」解决方案|6631|2024-02-04|
|62|[timlrx/tailwind-nextjs-starter-blog](https://github.com/timlrx/tailwind-nextjs-starter-blog)|This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfec ...|6557|2024-02-09|
|63|[soybeanjs/soybean-admin](https://github.com/soybeanjs/soybean-admin)|A clean, elegant, beautiful and powerful admin template, based on Vue3, Vite5, TypeScript, Pinia, NaiveUI and UnoCSS. 一个清新优雅、高颜值且功能强大的后台管理模板,基于最新的前端技术栈,包括 Vue3, Vite5, TypeScript, Pinia, NaiveUI 和 Uno ...|6503|2024-02-06|
|64|[didi/LogicFlow](https://github.com/didi/LogicFlow)|A flow chart editing framework focusing on business customization. 专注于业务自定义的流程图编辑框架支持实现脑图、ER图、UML、工作流等各种图编辑场景。|6462|2024-02-06|
|65|[labring/laf](https://github.com/labring/laf)|Laf is a cloud development platform offering ready-to-use resources like cloud functions, databases, and storage. It empowers developers to quickly unleash their creativity. |6449|2024-02-06|
|62|[timlrx/tailwind-nextjs-starter-blog](https://github.com/timlrx/tailwind-nextjs-starter-blog)|This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfec ...|6559|2024-02-09|
|63|[soybeanjs/soybean-admin](https://github.com/soybeanjs/soybean-admin)|A clean, elegant, beautiful and powerful admin template, based on Vue3, Vite5, TypeScript, Pinia, NaiveUI and UnoCSS. 一个清新优雅、高颜值且功能强大的后台管理模板,基于最新的前端技术栈,包括 Vue3, Vite5, TypeScript, Pinia, NaiveUI 和 Uno ...|6507|2024-02-11|
|64|[didi/LogicFlow](https://github.com/didi/LogicFlow)|A flow chart editing framework focusing on business customization. 专注于业务自定义的流程图编辑框架支持实现脑图、ER图、UML、工作流等各种图编辑场景。|6463|2024-02-06|
|65|[labring/laf](https://github.com/labring/laf)|Laf is a cloud development platform offering ready-to-use resources like cloud functions, databases, and storage. It empowers developers to quickly unleash their creativity. |6450|2024-02-06|
|66|[zu1k/bs-core](https://github.com/zu1k/bs-core)|-|6373|2023-12-28|
|67|[alibaba/BizCharts](https://github.com/alibaba/BizCharts)|Powerful data visualization library based on G2 and React.|6132|2023-10-13|
|68|[yaklang/yakit](https://github.com/yaklang/yakit)|Cyber Security ALL-IN-ONE Platform|5826|2024-02-06|
|69|[Licoy/ChatGPT-Midjourney](https://github.com/Licoy/ChatGPT-Midjourney)|🍭 一键拥有你自己的 ChatGPT+Midjourney 网页服务 Own your own ChatGPT+Midjourney web service with one click|5585|2024-01-30|
|70|[windingwind/zotero-pdf-translate](https://github.com/windingwind/zotero-pdf-translate)|Translate PDF, EPub, webpage, metadata, annotations, notes to the target language. Support 20+ translate services.|5420|2024-02-08|
|71|[nocobase/nocobase](https://github.com/nocobase/nocobase)|NocoBase is a scalability-first, open-source no-code/low-code platform to build internal tools. |5212|2024-02-09|
|72|[purocean/yn](https://github.com/purocean/yn)|A highly extensible Markdown editor. Version control, AI Copilot, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macr ...|5211|2024-01-30|
|69|[Licoy/ChatGPT-Midjourney](https://github.com/Licoy/ChatGPT-Midjourney)|🍭 一键拥有你自己的 ChatGPT+Midjourney 网页服务 Own your own ChatGPT+Midjourney web service with one click|5586|2024-01-30|
|70|[windingwind/zotero-pdf-translate](https://github.com/windingwind/zotero-pdf-translate)|Translate PDF, EPub, webpage, metadata, annotations, notes to the target language. Support 20+ translate services.|5424|2024-02-08|
|71|[purocean/yn](https://github.com/purocean/yn)|A highly extensible Markdown editor. Version control, AI Copilot, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macr ...|5216|2024-01-30|
|72|[nocobase/nocobase](https://github.com/nocobase/nocobase)|NocoBase is a scalability-first, open-source no-code/low-code platform to build internal tools. |5214|2024-02-11|
|73|[antvis/X6](https://github.com/antvis/X6)|🚀 JavaScript diagramming library that uses SVG and HTML for rendering.|5205|2024-01-31|
|74|[jlfwong/speedscope](https://github.com/jlfwong/speedscope)|🔬 A fast, interactive web-based viewer for performance profiles.|5043|2024-02-05|
|75|[LokerL/tts-vue](https://github.com/LokerL/tts-vue)|🎤 微软语音合成工具,使用 Electron + Vue + ElementPlus + Vite 构建。|5038|2023-12-02|
|76|[iorate/ublacklist](https://github.com/iorate/ublacklist)|Blocks specific sites from appearing in Google search results|5004|2024-01-22|
|74|[jlfwong/speedscope](https://github.com/jlfwong/speedscope)|🔬 A fast, interactive web-based viewer for performance profiles.|5044|2024-02-05|
|75|[LokerL/tts-vue](https://github.com/LokerL/tts-vue)|🎤 微软语音合成工具,使用 Electron + Vue + ElementPlus + Vite 构建。|5039|2023-12-02|
|76|[iorate/ublacklist](https://github.com/iorate/ublacklist)|Blocks specific sites from appearing in Google search results|5005|2024-01-22|
|77|[brick-design/brick-design](https://github.com/brick-design/brick-design)|低代码框架,支持流式布局与自由布局拖拽编排,可视化拖拽、随意嵌套组合、实时渲染、实时辅助线展示、自由布局支持辅助对齐、支持自动吸附、实时组件间距展示、实时拖拽排序、状态域管理,可视化属性配置、可视化样式配置、多设备适配展示,支持逻辑渲染、模板字符变量、表达式、自定义方法、自定义状态|4960|2023-10-30|
|78|[Tohrusky/Final2x](https://github.com/Tohrusky/Final2x)|2^x Image Super-Resolution ☢️|4849|2024-02-05|
|79|[maotoumao/MusicFree](https://github.com/maotoumao/MusicFree)|插件化、定制化、无广告的免费音乐播放器|4849|2024-01-22|
|80|[AutumnWhj/ChatGPT-wechat-bot](https://github.com/AutumnWhj/ChatGPT-wechat-bot)|ChatGPT for wechat https://github.com/AutumnWhj/ChatGPT-wechat-bot|4510|2023-11-21|
|81|[ineo6/hosts](https://github.com/ineo6/hosts)|GitHub最新hosts。解决GitHub图片无法显示加速GitHub网页浏览。|4508|2024-02-10|
|82|[l0o0/jasminum](https://github.com/l0o0/jasminum)|A Zotero add-on to retrive CNKI meta data. 一个简单的Zotero 插件,用于识别中文元数据|4431|2024-01-26|
|78|[maotoumao/MusicFree](https://github.com/maotoumao/MusicFree)|插件化、定制化、无广告的免费音乐播放器|4858|2024-01-22|
|79|[Tohrusky/Final2x](https://github.com/Tohrusky/Final2x)|2^x Image Super-Resolution ☢️|4855|2024-02-05|
|80|[AutumnWhj/ChatGPT-wechat-bot](https://github.com/AutumnWhj/ChatGPT-wechat-bot)|ChatGPT for wechat https://github.com/AutumnWhj/ChatGPT-wechat-bot|4511|2023-11-21|
|81|[ineo6/hosts](https://github.com/ineo6/hosts)|GitHub最新hosts。解决GitHub图片无法显示加速GitHub网页浏览。|4508|2024-02-11|
|82|[l0o0/jasminum](https://github.com/l0o0/jasminum)|A Zotero add-on to retrive CNKI meta data. 一个简单的Zotero 插件,用于识别中文元数据|4432|2024-01-26|
|83|[NervJS/taro-ui](https://github.com/NervJS/taro-ui)|一款基于 Taro 框架开发的多端 UI 组件库|4387|2024-01-24|
|84|[typestack/routing-controllers](https://github.com/typestack/routing-controllers)|Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage in Express / Koa using TypeScript and Routing Controllers Framework.|4295|2024-02-06|
|85|[hustcc/echarts-for-react](https://github.com/hustcc/echarts-for-react)|⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。|4292|2023-10-27|
|86|[vuejs/composition-api](https://github.com/vuejs/composition-api)|Composition API plugin for Vue 2|4176|2023-08-15|
|87|[web-infra-dev/modern.js](https://github.com/web-infra-dev/modern.js)|Modern.js is a web engineering system, including a web framework and a npm package solution.|4046|2024-02-08|
|88|[Tencent/tmagic-editor](https://github.com/Tencent/tmagic-editor)|-|3966|2024-02-01|
|87|[web-infra-dev/modern.js](https://github.com/web-infra-dev/modern.js)|Modern.js is a web engineering system, including a web framework and a npm package solution.|4048|2024-02-08|
|88|[Tencent/tmagic-editor](https://github.com/Tencent/tmagic-editor)|-|3967|2024-02-01|
|89|[futantan/OpenGpt](https://github.com/futantan/OpenGpt)|Create your own ChatGPT App in seconds.|3878|2023-08-22|
|90|[ant-design/pro-components](https://github.com/ant-design/pro-components)|🏆 Use Ant Design like a Pro!|3875|2024-02-09|
|90|[ant-design/pro-components](https://github.com/ant-design/pro-components)|🏆 Use Ant Design like a Pro!|3878|2024-02-11|
|91|[imcuttle/mometa](https://github.com/imcuttle/mometa)|🛠 [Beta] 面向研发的低代码元编程,代码可视编辑,辅助编码工具 The coding tools which is visual code editing, auxiliary and Low-code metaprogramming for R&D|3838|2024-01-31|
|92|[Kanaries/Rath](https://github.com/Kanaries/Rath)|Next generation of automated data exploratory analysis and visualization platform.|3818|2024-02-02|
|93|[zdhxiong/mdui](https://github.com/zdhxiong/mdui)|Material Design 3(Material You) UI components using web components. mdui 是使用 Web Components 实现 Material You ( Material Design 3 ) 设计规范的前端组件库|3770|2024-02-07|
|94|[koishijs/koishi](https://github.com/koishijs/koishi)|Cross-platform chatbot framework made with love|3701|2024-02-08|
|95|[HuolalaTech/page-spy-web](https://github.com/HuolalaTech/page-spy-web)|Debug remotely and easily like chrome devtools.|3612|2024-02-01|
|92|[Kanaries/Rath](https://github.com/Kanaries/Rath)|Next generation of automated data exploratory analysis and visualization platform.|3821|2024-02-02|
|93|[zdhxiong/mdui](https://github.com/zdhxiong/mdui)|Material Design 3(Material You) UI components using web components. mdui 是使用 Web Components 实现 Material You ( Material Design 3 ) 设计规范的前端组件库|3770|2024-02-11|
|94|[koishijs/koishi](https://github.com/koishijs/koishi)|Cross-platform chatbot framework made with love|3704|2024-02-08|
|95|[HuolalaTech/page-spy-web](https://github.com/HuolalaTech/page-spy-web)|Debug remotely and easily like chrome devtools.|3613|2024-02-01|
|96|[Tencent/wujie](https://github.com/Tencent/wujie)|极致的微前端框架|3572|2024-02-06|
|97|[electron-vite/electron-vite-vue](https://github.com/electron-vite/electron-vite-vue)|🥳 Really simple Electron + Vite + Vue boilerplate.|3549|2024-01-09|
|98|[xobserve/xobserve](https://github.com/xobserve/xobserve)|Observe any stack, any service and any data at anywhere, using any UI style you prefer. Apache2.0 forever !|3510|2024-02-10|
|99|[babaohuang/GeminiProChat](https://github.com/babaohuang/GeminiProChat)|Minimal web UI for GeminiPro.|3509|2024-02-03|
|97|[electron-vite/electron-vite-vue](https://github.com/electron-vite/electron-vite-vue)|🥳 Really simple Electron + Vite + Vue boilerplate.|3549|2024-02-11|
|98|[babaohuang/GeminiProChat](https://github.com/babaohuang/GeminiProChat)|Minimal web UI for GeminiPro.|3521|2024-02-03|
|99|[xobserve/xobserve](https://github.com/xobserve/xobserve)|Observe any stack, any service and any data at anywhere, using any UI style you prefer. Apache2.0 forever !|3511|2024-02-11|
|100|[BuilderIO/ai-shell](https://github.com/BuilderIO/ai-shell)|A CLI that converts natural language to shell commands.|3472|2024-02-09|
|101|[codebdy/rxdrag](https://github.com/codebdy/rxdrag)|Design anything based on HTML, 可视化编辑, 带逻辑引擎的低代码前端。|3469|2024-02-08|
|102|[BetaSu/big-react](https://github.com/BetaSu/big-react)|跟着我从0实现React18|3406|2023-10-07|
|103|[antvis/L7](https://github.com/antvis/L7)|🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis engine |3395|2024-02-07|
|104|[YunYouJun/air-conditioner](https://github.com/YunYouJun/air-conditioner)|❄️ Yun Portable Air Conditoner. 云空调,便携小空调,为你的夏日带去清凉!|3375|2024-02-03|
|105|[lokalise/i18n-ally](https://github.com/lokalise/i18n-ally)|🌍 All in one i18n extension for VS Code|3373|2024-02-06|
|106|[emqx/MQTTX](https://github.com/emqx/MQTTX)|A Powerful and All-in-One MQTT 5.0 client toolbox for Desktop, CLI and WebSocket.|3297|2024-02-05|
|107|[oliverschwendener/ueli](https://github.com/oliverschwendener/ueli)|Keystroke launcher for Windows and macOS|3293|2024-02-08|
|108|[Icalingua-plus-plus/Icalingua-plus-plus](https://github.com/Icalingua-plus-plus/Icalingua-plus-plus)|A client for QQ and more.:electron:|3242|2024-01-26|
|109|[xuejianxianzun/PixivBatchDownloader](https://github.com/xuejianxianzun/PixivBatchDownloader)|Chrome 扩展,批量下载 Pixiv 的插画和小说。过滤作品、下载时重命名、转换动态图片等。Powerful Pixiv batch downloader. Batch download artworks and novels, filter works, rename when downloading, convert animated images, and more.|3203|2024-02-02|
|110|[ourongxing/chatgpt-vercel](https://github.com/ourongxing/chatgpt-vercel)|Elegant and Powerfull. Powered by OpenAI and Vercel.|3068|2023-12-19|
|111|[buqiyuan/vue3-antdv-admin](https://github.com/buqiyuan/vue3-antdv-admin)|基于 vite5.x/vue-cli5.x + vue3.x + ant-design-vue4.x + typescript hooks 的基础后台管理系统模板 RBAC的权限系统, JSON Schema动态表单,动态表格,漂亮锁屏界面|3007|2024-02-10|
|105|[lokalise/i18n-ally](https://github.com/lokalise/i18n-ally)|🌍 All in one i18n extension for VS Code|3374|2024-02-06|
|106|[emqx/MQTTX](https://github.com/emqx/MQTTX)|A Powerful and All-in-One MQTT 5.0 client toolbox for Desktop, CLI and WebSocket.|3298|2024-02-05|
|107|[oliverschwendener/ueli](https://github.com/oliverschwendener/ueli)|Keystroke launcher for Windows and macOS|3292|2024-02-11|
|108|[Icalingua-plus-plus/Icalingua-plus-plus](https://github.com/Icalingua-plus-plus/Icalingua-plus-plus)|A client for QQ and more.:electron:|3245|2024-01-26|
|109|[xuejianxianzun/PixivBatchDownloader](https://github.com/xuejianxianzun/PixivBatchDownloader)|Chrome 扩展,批量下载 Pixiv 的插画和小说。过滤作品、下载时重命名、转换动态图片等。Powerful Pixiv batch downloader. Batch download artworks and novels, filter works, rename when downloading, convert animated images, and more.|3204|2024-02-02|
|110|[ourongxing/chatgpt-vercel](https://github.com/ourongxing/chatgpt-vercel)|Elegant and Powerfull. Powered by OpenAI and Vercel.|3069|2023-12-19|
|111|[buqiyuan/vue3-antdv-admin](https://github.com/buqiyuan/vue3-antdv-admin)|基于 vite5.x/vue-cli5.x + vue3.x + ant-design-vue4.x + typescript hooks 的基础后台管理系统模板 RBAC的权限系统, JSON Schema动态表单,动态表格,漂亮锁屏界面|3008|2024-02-10|
|112|[AprilNEA/ChatGPT-Admin-Web](https://github.com/AprilNEA/ChatGPT-Admin-Web)|One-stop system for shared use of AI within teams and organizationswith 在团队和组织内共享使用人工智能的一站式系统|3003|2023-12-28|
|113|[alibaba/pont](https://github.com/alibaba/pont)|🌉数据服务层解决方案|3000|2024-02-07|
|114|[zh-lx/pinyin-pro](https://github.com/zh-lx/pinyin-pro)|中文转拼音、拼音音调、拼音声母、拼音韵母、多音字拼音、姓氏拼音、拼音匹配|2998|2024-02-05|
|115|[sparrow-js/sparrow](https://github.com/sparrow-js/sparrow)|🎉场景化低代码LowCode搭建工作台实时输出源代码|2997|2023-12-06|
|116|[lxfater/inpaint-web](https://github.com/lxfater/inpaint-web)|A free and open-source inpainting & image-upscaling tool powered by webgpu and wasm on the browser。 基于 Webgpu 技术和 wasm 技术的免费开源 inpainting & image-upscaling 工具, 纯浏览器端实现。|2975|2024-01-25|
|117|[vrtmrz/obsidian-livesync](https://github.com/vrtmrz/obsidian-livesync)|-|2935|2024-02-09|
|118|[gdh1995/vimium-c](https://github.com/gdh1995/vimium-c)|A keyboard shortcut browser extension for keyboard-based navigation and tab operations with an advanced omnibar|2935|2024-02-08|
|119|[czy0729/Bangumi](https://github.com/czy0729/Bangumi)|:electron: An unofficial https://bgm.tv app client for Android and iOS, built with React Native. 一个无广告、以爱好为驱动、不以盈利为目的、专门做 ACG 的类似豆瓣的追番记录bgm.tv 第三方客户端。为移动端重新设计,内置大量加强的网页端难以实现的功能,且提供了相当的自定义选项。 目前已适配 iO ...|2934|2024-02-03|
|117|[vrtmrz/obsidian-livesync](https://github.com/vrtmrz/obsidian-livesync)|-|2941|2024-02-09|
|118|[czy0729/Bangumi](https://github.com/czy0729/Bangumi)|:electron: An unofficial https://bgm.tv app client for Android and iOS, built with React Native. 一个无广告、以爱好为驱动、不以盈利为目的、专门做 ACG 的类似豆瓣的追番记录bgm.tv 第三方客户端。为移动端重新设计,内置大量加强的网页端难以实现的功能,且提供了相当的自定义选项。 目前已适配 iO ...|2935|2024-02-03|
|119|[gdh1995/vimium-c](https://github.com/gdh1995/vimium-c)|A keyboard shortcut browser extension for keyboard-based navigation and tab operations with an advanced omnibar|2934|2024-02-08|
|120|[sunniejs/vue-h5-template](https://github.com/sunniejs/vue-h5-template)|:tada:vue搭建移动端开发,基于vue-cli4.0+webpack 4+vant ui + sass+ rem适配方案+axios封装构建手机端模板脚手架 |2902|2024-01-20|
|121|[ant-design/ant-design-mobile-rn](https://github.com/ant-design/ant-design-mobile-rn)|Ant Design for React Native|2899|2024-02-05|
|122|[buqiyuan/vite-vue3-lowcode](https://github.com/buqiyuan/vite-vue3-lowcode)|vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具|2890|2023-09-19|
|123|[Bowen7/regex-vis](https://github.com/Bowen7/regex-vis)|🎨 Regex visualizer & editor|2833|2024-01-09|
|124|[dbeaver/cloudbeaver](https://github.com/dbeaver/cloudbeaver)|Cloud Database Manager|2825|2024-02-09|
|125|[LeekHub/leek-fund](https://github.com/LeekHub/leek-fund)|:chart_with_upwards_trend: 韭菜盒子——VSCode 里也可以看股票 & 基金实时数据,做最好用的投资插件 🐥|2822|2024-02-02|
|126|[notadd/notadd](https://github.com/notadd/notadd)|A microservice development architecture based on nest.js. —— 基于 Nest.js 的微服务开发架构。|2784|2024-02-02|
|126|[notadd/notadd](https://github.com/notadd/notadd)|A microservice development architecture based on nest.js. —— 基于 Nest.js 的微服务开发架构。|2784|2024-02-11|
|127|[ConnectAI-E/AutoGPT-Next-Web](https://github.com/ConnectAI-E/AutoGPT-Next-Web)|🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.一键免费部署你的私人AutoGPT 网页应用|2778|2024-01-22|
|128|[BilibiliVideoDownload/BilibiliVideoDownload](https://github.com/BilibiliVideoDownload/BilibiliVideoDownload)|Cross-platform download bilibili video desktop software, support windows, macOS, Linux|2736|2024-01-07|
|128|[BilibiliVideoDownload/BilibiliVideoDownload](https://github.com/BilibiliVideoDownload/BilibiliVideoDownload)|Cross-platform download bilibili video desktop software, support windows, macOS, Linux|2739|2024-01-07|
|129|[hahahumble/speechgpt](https://github.com/hahahumble/speechgpt)|💬 SpeechGPT is a web application that enables you to converse with ChatGPT.|2696|2023-10-16|
|130|[takayama-lily/oicq](https://github.com/takayama-lily/oicq)|Tencent QQ Bot Library for Node.js|2676|2023-09-22|
|131|[opensumi/core](https://github.com/opensumi/core)|🚀 A framework helps you quickly build Cloud or Desktop IDE products.|2661|2024-02-07|
|132|[MCSManager/MCSManager](https://github.com/MCSManager/MCSManager)|Distributed, Docker-supported, out-of-the-box, and Lightweight control panel for Minecraft server and more.|2645|2024-01-21|
|132|[MCSManager/MCSManager](https://github.com/MCSManager/MCSManager)|Distributed, Docker-supported, out-of-the-box, and Lightweight control panel for Minecraft server and more.|2647|2024-01-21|
|133|[cwackerfuss/reactle](https://github.com/cwackerfuss/reactle)|A word-guessing game made using React, Typescript, and Tailwind|2644|2024-02-09|
|134|[chanind/hanzi-writer](https://github.com/chanind/hanzi-writer)|Chinese character stroke order animations and practice quizzes|2607|2024-01-02|
|135|[Mayandev/notion-avatar](https://github.com/Mayandev/notion-avatar)|🪄 An online tool for making notion-style avatars.|2519|2024-01-13|
|136|[hydro-dev/Hydro](https://github.com/hydro-dev/Hydro)|Hydro - Next generation high performance online-judge platform - 新一代高效强大的信息学在线测评系统 (a.k.a. vj5)|2502|2024-02-07|
|136|[hydro-dev/Hydro](https://github.com/hydro-dev/Hydro)|Hydro - Next generation high performance online-judge platform - 新一代高效强大的信息学在线测评系统 (a.k.a. vj5)|2503|2024-02-07|
|137|[antvis/G2Plot](https://github.com/antvis/G2Plot)|:dango: An interactive and responsive charting library.|2495|2024-01-06|
|138|[remotely-save/remotely-save](https://github.com/remotely-save/remotely-save)|Yet another unofficial Obsidian plugin allowing users to synchronize notes between local device and the cloud service. Supports S3, Dropbox, OneDrive, webdav.|2472|2024-02-10|
|139|[frappe/books](https://github.com/frappe/books)|Free Accounting Software|2462|2024-02-08|
|140|[koishijs/novelai-bot](https://github.com/koishijs/novelai-bot)|Generate images by NovelAI 基于 NovelAI 的画图机器人|2441|2024-02-08|
|141|[zce/caz](https://github.com/zce/caz)|A simple yet powerful template-based Scaffolding tools.|2430|2024-02-08|
|142|[liou666/polyglot](https://github.com/liou666/polyglot)|🤖️ Cross-platform AI language practice app 跨平台AI语言练习应用|2417|2023-12-14|
|138|[remotely-save/remotely-save](https://github.com/remotely-save/remotely-save)|Yet another unofficial Obsidian plugin allowing users to synchronize notes between local device and the cloud service. Supports S3, Dropbox, OneDrive, webdav.|2474|2024-02-10|
|139|[frappe/books](https://github.com/frappe/books)|Free Accounting Software|2461|2024-02-08|
|140|[koishijs/novelai-bot](https://github.com/koishijs/novelai-bot)|Generate images by NovelAI 基于 NovelAI 的画图机器人|2442|2024-02-11|
|141|[zce/caz](https://github.com/zce/caz)|A simple yet powerful template-based Scaffolding tools.|2431|2024-02-11|
|142|[liou666/polyglot](https://github.com/liou666/polyglot)|🤖️ Cross-platform AI language practice app 跨平台AI语言练习应用|2418|2023-12-14|
|143|[Mereithhh/vanblog](https://github.com/Mereithhh/vanblog)|一款简洁实用优雅的个人博客系统|2396|2023-11-28|
|144|[suanmei/callapp-lib](https://github.com/suanmei/callapp-lib)|🔥call app from h5H5唤起客户端 |2384|2024-01-14|
|145|[msgbyte/tailchat](https://github.com/msgbyte/tailchat)|Next generation noIM application in your own workspace, not only another Slack/Discord/Rocket.chat|2337|2024-02-06|
|145|[msgbyte/tailchat](https://github.com/msgbyte/tailchat)|Next generation noIM application in your own workspace, not only another Slack/Discord/Rocket.chat|2339|2024-02-06|
|146|[alibaba/ChatUI](https://github.com/alibaba/ChatUI)|The UI design language and React library for Conversational UI|2331|2023-12-30|
|147|[OpenWebGAL/WebGAL](https://github.com/OpenWebGAL/WebGAL)|A brand new web Visual Novel engine 全新的网页端视觉小说引擎|2326|2024-02-08|
|148|[Tzahi12345/YoutubeDL-Material](https://github.com/Tzahi12345/YoutubeDL-Material)|Self-hosted YouTube downloader built on Material Design|2305|2024-02-05|
|149|[dohooo/react-native-reanimated-carousel](https://github.com/dohooo/react-native-reanimated-carousel)|🎠 React Native swiper/carousel component, fully implemented using reanimated v2, support to iOS/Android/Web. (Swiper/Carousel)|2292|2024-01-25|
|150|[visiky/resume](https://github.com/visiky/resume)|🚀 在线简历生成器|2290|2023-08-30|
|151|[web-infra-dev/garfish](https://github.com/web-infra-dev/garfish)|A powerful micro front-end framework 🚚|2289|2024-02-05|
|152|[blinker-iot/blinker-js](https://github.com/blinker-iot/blinker-js)|Blinker node.js library for hardware. Works with Raspberry Pi, Banana Pi, linux, windows, macos.|2284|2024-01-09|
|153|[alovajs/alova](https://github.com/alovajs/alova)|Request strategy library for MVVM libraries such as Vue.js, React.js and Svelte.js|2282|2024-01-23|
|154|[vn7n24fzkq/github-profile-summary-cards](https://github.com/vn7n24fzkq/github-profile-summary-cards)|A tool to generate your github summary card for profile README|2219|2024-01-09|
|147|[OpenWebGAL/WebGAL](https://github.com/OpenWebGAL/WebGAL)|A brand new web Visual Novel engine 全新的网页端视觉小说引擎|2328|2024-02-08|
|148|[Tzahi12345/YoutubeDL-Material](https://github.com/Tzahi12345/YoutubeDL-Material)|Self-hosted YouTube downloader built on Material Design|2306|2024-02-11|
|149|[dohooo/react-native-reanimated-carousel](https://github.com/dohooo/react-native-reanimated-carousel)|🎠 React Native swiper/carousel component, fully implemented using reanimated v2, support to iOS/Android/Web. (Swiper/Carousel)|2293|2024-01-25|
|150|[web-infra-dev/garfish](https://github.com/web-infra-dev/garfish)|A powerful micro front-end framework 🚚|2291|2024-02-05|
|151|[visiky/resume](https://github.com/visiky/resume)|🚀 在线简历生成器|2289|2023-08-30|
|152|[blinker-iot/blinker-js](https://github.com/blinker-iot/blinker-js)|Blinker node.js library for hardware. Works with Raspberry Pi, Banana Pi, linux, windows, macos.|2288|2024-01-09|
|153|[alovajs/alova](https://github.com/alovajs/alova)|Request strategy library for MVVM libraries such as Vue.js, React.js and Svelte.js|2283|2024-01-23|
|154|[vn7n24fzkq/github-profile-summary-cards](https://github.com/vn7n24fzkq/github-profile-summary-cards)|A tool to generate your github summary card for profile README|2221|2024-01-09|
|155|[cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)|🔥 cool-admin(midway版)一个很酷的后台权限管理框架模块化、插件化、CRUD极速开发永久开源免费基于midway.js 3.x、typescript、typeorm、mysql、jwt、vue3、vite、element-ui等构建|2202|2024-02-05|
|156|[aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials)|Configure AWS credential environment variables for use in other GitHub Actions.|2199|2024-02-10|
|156|[aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials)|Configure AWS credential environment variables for use in other GitHub Actions.|2200|2024-02-10|
|157|[simonbengtsson/jsPDF-AutoTable](https://github.com/simonbengtsson/jsPDF-AutoTable)|jsPDF plugin for generating PDF tables with javascript|2185|2024-02-09|
|158|[Flaque/quirk](https://github.com/Flaque/quirk)|✨🐙 A GPL Licensed Cognitive Behavioral Therapy app for iOS and Android. Currently a teaching tool|2182|2023-12-29|
|159|[theajack/cnchar](https://github.com/theajack/cnchar)|🇨🇳 功能全面的汉字工具库 (拼音 笔画 偏旁 成语 语音 可视化等) (Chinese character util)|2165|2023-12-16|
|160|[alex8088/electron-vite](https://github.com/alex8088/electron-vite)|Next generation Electron build tooling based on Vite 新一代 Electron 开发构建工具,支持源代码保护|2122|2024-01-08|
|159|[theajack/cnchar](https://github.com/theajack/cnchar)|🇨🇳 功能全面的汉字工具库 (拼音 笔画 偏旁 成语 语音 可视化等) (Chinese character util)|2164|2023-12-16|
|160|[alex8088/electron-vite](https://github.com/alex8088/electron-vite)|Next generation Electron build tooling based on Vite 新一代 Electron 开发构建工具,支持源代码保护|2125|2024-01-08|
|161|[Kanaries/graphic-walker](https://github.com/Kanaries/graphic-walker)|An open source alternative to Tableau. Easily embedded in any web apps.|2109|2024-02-08|
|162|[phodal/ledge](https://github.com/phodal/ledge)|Ledge —— DevOps knowledge learning platform. DevOps、研发效能知识和工具平台是我们基于在 ThoughtWorks 进行的一系列 DevOps 实践、敏捷实践、软件开发与测试、精益实践提炼出来的知识体系。它包含了各种最佳实践、操作手册、原则与模式、度量、工具,用于帮助您的企业在数字化时代更好地前进,还有 DevOps 转型。|2104|2023-12-05|
|163|[ruilisi/fortune-sheet](https://github.com/ruilisi/fortune-sheet)|A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets|2092|2024-02-05|
|164|[gkd-kit/subscription](https://github.com/gkd-kit/subscription)|GKD 默认订阅规则|2091|2024-02-04|
|163|[gkd-kit/subscription](https://github.com/gkd-kit/subscription)|GKD 默认订阅规则|2096|2024-02-04|
|164|[ruilisi/fortune-sheet](https://github.com/ruilisi/fortune-sheet)|A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets|2094|2024-02-05|
|165|[wechat-miniprogram/weui-miniprogram](https://github.com/wechat-miniprogram/weui-miniprogram)|小程序WeUI组件库|2083|2023-12-28|
|166|[aisuda/amis-editor-demo](https://github.com/aisuda/amis-editor-demo)|amis 可视化编辑器示例 https://aisuda.github.io/amis-editor-demo|2082|2024-01-11|
|167|[weaigc/bingo](https://github.com/weaigc/bingo)|Bingo一个让你呼吸顺畅 New Bing。|2021|2023-12-19|
|167|[weaigc/bingo](https://github.com/weaigc/bingo)|Bingo一个让你呼吸顺畅 New Bing。|2022|2023-12-19|
|168|[vuepress/core](https://github.com/vuepress/core)|Vue-Powered Static Site Generator|2020|2024-02-07|
|169|[klinecharts/KLineChart](https://github.com/klinecharts/KLineChart)|📈Lightweight k-line chart that can be highly customized. Zero dependencies. Support mobile.可高度自定义的轻量级k线图无第三方依赖支持移动端|1998|2024-01-22|
|170|[umijs/father](https://github.com/umijs/father)|NPM package development tool|1991|2024-02-07|
|171|[ice-lab/icestark](https://github.com/ice-lab/icestark)|:tiger: Micro Frontends solution for large application面向大型应用的微前端解决方案站点国内镜像https://icestark.gitee.io|1976|2024-01-18|
|172|[ha0z1/New-Bing-Anywhere](https://github.com/ha0z1/New-Bing-Anywhere)|💬 New-Bing-Anywhere extension's source |1969|2024-02-03|
|173|[HerbertHe/iptv-sources](https://github.com/HerbertHe/iptv-sources)|Autoupdate iptv sources|1950|2024-02-10|
|174|[lobehub/sd-webui-lobe-theme](https://github.com/lobehub/sd-webui-lobe-theme)|🤯 Lobe theme - The modern theme for stable diffusion webui, exquisite interface design, highly customizable UI, and efficiency boosting features.|1889|2024-02-04|
|172|[ha0z1/New-Bing-Anywhere](https://github.com/ha0z1/New-Bing-Anywhere)|💬 New-Bing-Anywhere extension's source |1970|2024-02-03|
|173|[HerbertHe/iptv-sources](https://github.com/HerbertHe/iptv-sources)|Autoupdate iptv sources|1965|2024-02-11|
|174|[lobehub/sd-webui-lobe-theme](https://github.com/lobehub/sd-webui-lobe-theme)|🤯 Lobe theme - The modern theme for stable diffusion webui, exquisite interface design, highly customizable UI, and efficiency boosting features.|1891|2024-02-04|
|175|[liyupi/yuindex](https://github.com/liyupi/yuindex)|✨ 新项目 - 极客范儿的浏览器主页 💻 Vue 3 + Node.js 全栈项目,自实现 web 终端 + 命令系统|1885|2023-12-05|
|176|[dream-num/univer](https://github.com/dream-num/univer)|Univer is a set of enterprise document and data collaboration solutions.|1880|2024-02-08|
|176|[dream-num/univer](https://github.com/dream-num/univer)|Univer is a set of enterprise document and data collaboration solutions.|1882|2024-02-08|
|177|[jabbany/CommentCoreLibrary](https://github.com/jabbany/CommentCoreLibrary)|Javascript Live Comment (Danmaku) Engine Implementation. JS弹幕模块核心提供从基本骨架到高级弹幕的支持。|1879|2023-10-17|
|178|[originjs/vite-plugin-federation](https://github.com/originjs/vite-plugin-federation)|Module Federation for vite & rollup|1858|2024-02-06|
|178|[originjs/vite-plugin-federation](https://github.com/originjs/vite-plugin-federation)|Module Federation for vite & rollup|1859|2024-02-06|
|179|[zenghongtu/PPet](https://github.com/zenghongtu/PPet)|👻在你的桌面放一个萌妹子,多一点乐趣😏~支持Mac、Win和Linux|1850|2023-10-05|
|180|[jaywcjlove/github-rank](https://github.com/jaywcjlove/github-rank)|🕷Github China/Global User Ranking, Global Warehouse Star Ranking (Github Action is automatically updated daily).|1845|2024-02-10|
|180|[jaywcjlove/github-rank](https://github.com/jaywcjlove/github-rank)|🕷Github China/Global User Ranking, Global Warehouse Star Ranking (Github Action is automatically updated daily).|1845|2024-02-11|
|181|[hellof2e/quark-design](https://github.com/hellof2e/quark-design)|Browser-native component library, framework-agnostic, base on web components.(面向未来,技术栈无关,即插即用。)|1825|2024-01-25|
|182|[Tencent/TSW](https://github.com/Tencent/TSW)|Tencent Server Web|1796|2024-01-09|
|183|[lcomplete/huntly](https://github.com/lcomplete/huntly)|Huntly, information management tool, rss reader, automatic saving browsed contents include tweets, github stars management tool. 信息管理工具、RSS 阅读器、GitHub stars 管理、推文管理、自动记录浏览过的文章。|1769|2023-09-28|
|184|[shufflewzc/faker2](https://github.com/shufflewzc/faker2)|不破楼兰终不还|1763|2024-02-10|
|184|[shufflewzc/faker2](https://github.com/shufflewzc/faker2)|不破楼兰终不还|1764|2024-02-11|
|185|[quantizor/markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx)|🏭 The most lightweight, customizable React markdown component.|1755|2024-01-29|
|186|[vuepress-theme-hope/vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope)|A vuepress theme with tons of features✨|1749|2024-02-10|
|186|[vuepress-theme-hope/vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope)|A vuepress theme with tons of features✨|1752|2024-02-11|
|187|[eritislami/evobot](https://github.com/eritislami/evobot)|🤖 EvoBot is a Discord Music Bot built with TypeScript + Discord.js, includes Docker builds & localization in 20+ languages|1735|2024-02-09|
|188|[lsqy/taro-music](https://github.com/lsqy/taro-music)|🎉基于taro + taro-ui + redux + react-hooks + typescript 开发的网易云音乐小程序,taro3已升级完毕目前正在使用react-hooks重构中不定时更新|1726|2023-12-16|
|189|[anse-app/anse](https://github.com/anse-app/anse)|Supercharged experience for multiple models such as ChatGPT, DALL-E and Stable Diffusion.|1713|2024-02-10|
|190|[editablejs/editable](https://github.com/editablejs/editable)|🌱 A collaborative rich-text editor framework that focuses on stability, controllability, extensibility, and performance. 一款强到离谱的富文本编辑器框架,专注于稳定性、可控性、扩展性和性能。|1705|2024-02-08|
|191|[k8w/tsrpc](https://github.com/k8w/tsrpc)|A TypeScript RPC framework, with runtime type checking and serialization, support both HTTP and WebSocket. It is very suitable for website / APP / games, and absolutely comfortable to full-stack TypeS ...|1705|2024-01-31|
|192|[OneKeyHQ/app-monorepo](https://github.com/OneKeyHQ/app-monorepo)|Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.|1704|2024-02-10|
|193|[NetEase/tango](https://github.com/NetEase/tango)|A source code based low-code builder. Integrate low-code experience into your local development workflow seamlessly.|1702|2024-02-06|
|194|[xjh22222228/nav](https://github.com/xjh22222228/nav)|🔍 发现导航 , 打造最强静态导航网站(支持SEO) Discovery Navigation: A purely static, powerful navigation website that supports SEO and online editing|1699|2024-02-04|
|189|[anse-app/anse](https://github.com/anse-app/anse)|Supercharged experience for multiple models such as ChatGPT, DALL-E and Stable Diffusion.|1715|2024-02-11|
|190|[OneKeyHQ/app-monorepo](https://github.com/OneKeyHQ/app-monorepo)|Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.|1707|2024-02-10|
|191|[editablejs/editable](https://github.com/editablejs/editable)|🌱 A collaborative rich-text editor framework that focuses on stability, controllability, extensibility, and performance. 一款强到离谱的富文本编辑器框架,专注于稳定性、可控性、扩展性和性能。|1705|2024-02-08|
|192|[k8w/tsrpc](https://github.com/k8w/tsrpc)|A TypeScript RPC framework, with runtime type checking and serialization, support both HTTP and WebSocket. It is very suitable for website / APP / games, and absolutely comfortable to full-stack TypeS ...|1705|2024-01-31|
|193|[NetEase/tango](https://github.com/NetEase/tango)|A source code based low-code builder. Integrate low-code experience into your local development workflow seamlessly.|1704|2024-02-06|
|194|[xjh22222228/nav](https://github.com/xjh22222228/nav)|🔍 发现导航 , 打造最强静态导航网站(支持SEO) Discovery Navigation: A purely static, powerful navigation website that supports SEO and online editing|1700|2024-02-04|
|195|[ZhongAnTech/zarm](https://github.com/ZhongAnTech/zarm)|基于 React 的移动端 UI 组件库|1683|2023-12-27|
|196|[vuejs/babel-plugin-jsx](https://github.com/vuejs/babel-plugin-jsx)|JSX for Vue 3|1653|2024-02-05|
|197|[webfansplz/vite-plugin-vue-devtools](https://github.com/webfansplz/vite-plugin-vue-devtools)|Vite + Vue DevTools = DX 🔥|1629|2024-01-06|
|198|[Serverless-Devs/Serverless-Devs](https://github.com/Serverless-Devs/Serverless-Devs)|:fire::fire::fire: Serverless Devs developer tool ( Serverless Devs 开发者工具 )|1628|2024-02-03|
|199|[szTheory/exifcleaner](https://github.com/szTheory/exifcleaner)|Cross-platform desktop GUI app to clean image metadata|1577|2023-10-17|
|200|[maotoumao/MusicFreeDesktop](https://github.com/maotoumao/MusicFreeDesktop)|插件化、定制化、无广告的免费音乐播放器|1546|2024-01-16|
|197|[webfansplz/vite-plugin-vue-devtools](https://github.com/webfansplz/vite-plugin-vue-devtools)|Vite + Vue DevTools = DX 🔥|1630|2024-01-06|
|198|[Serverless-Devs/Serverless-Devs](https://github.com/Serverless-Devs/Serverless-Devs)|:fire::fire::fire: Serverless Devs developer tool ( Serverless Devs 开发者工具 )|1629|2024-02-03|
|199|[szTheory/exifcleaner](https://github.com/szTheory/exifcleaner)|Cross-platform desktop GUI app to clean image metadata|1576|2023-10-17|
|200|[maotoumao/MusicFreeDesktop](https://github.com/maotoumao/MusicFreeDesktop)|插件化、定制化、无广告的免费音乐播放器|1547|2024-01-16|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Vim script
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
@ -9,16 +9,16 @@
|2|[vimwiki/vimwiki](https://github.com/vimwiki/vimwiki)|Personal Wiki for Vim|8481|2024-01-25|
|3|[wklken/k-vim](https://github.com/wklken/k-vim)|vim配置|4892|2023-11-16|
|4|[skywind3000/asyncrun.vim](https://github.com/skywind3000/asyncrun.vim)|:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!|1794|2023-09-30|
|5|[luochen1990/rainbow](https://github.com/luochen1990/rainbow)|Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.|1724|2023-10-06|
|5|[luochen1990/rainbow](https://github.com/luochen1990/rainbow)|Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.|1725|2023-10-06|
|6|[youngyangyang04/PowerVim](https://github.com/youngyangyang04/PowerVim)|Make your vim more power and much easer.|1440|2023-11-14|
|7|[skywind3000/vim](https://github.com/skywind3000/vim)|Personal Vim Profile|890|2024-02-10|
|7|[skywind3000/vim](https://github.com/skywind3000/vim)|Personal Vim Profile|890|2024-02-11|
|8|[skywind3000/vim-init](https://github.com/skywind3000/vim-init)|轻量级 Vim 配置框架,全中文注释|881|2023-09-26|
|9|[skywind3000/asynctasks.vim](https://github.com/skywind3000/asynctasks.vim)|:rocket: Modern Task System for Project Building, Testing and Deploying !!|861|2023-12-11|
|10|[mzlogin/vim-markdown-toc](https://github.com/mzlogin/vim-markdown-toc)|A vim 7.4+ plugin to generate table of contents for Markdown files.|590|2023-12-13|
|11|[SidOfc/mkdx](https://github.com/SidOfc/mkdx)|A vim plugin that adds some nice extra's for working with markdown documents|482|2023-10-16|
|12|[sillybun/vim-repl](https://github.com/sillybun/vim-repl)|Best REPL environment for Vim|434|2024-01-16|
|13|[ruchee/vimrc](https://github.com/ruchee/vimrc)|Ruchee's Vim Config Files|416|2023-10-17|
|14|[jayli/vim-easycomplete](https://github.com/jayli/vim-easycomplete)|杭州市余杭区最好用的 VIM/NVIM 代码补全插件|391|2024-01-17|
|14|[jayli/vim-easycomplete](https://github.com/jayli/vim-easycomplete)|杭州市余杭区最好用的 VIM/NVIM 代码补全插件|392|2024-01-17|
|15|[lilydjwg/dotvim](https://github.com/lilydjwg/dotvim)|My vim config|278|2024-02-09|
|16|[ZSaberLv0/ZFVimIM](https://github.com/ZSaberLv0/ZFVimIM)|vim输入法 / Vim Input Method by pure vim script, support: user word, dynamic word priority, cloud db files|192|2024-01-05|
|17|[HonkW93/automatic-verilog](https://github.com/HonkW93/automatic-verilog)|automatic-verilog based on vimscript|183|2023-10-24|

@ -1,101 +1,101 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 软件类 > Vue
<sub>数据更新: 2024-02-11&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2024-02-12&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)|:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin|85417|2024-01-10|
|2|[ElemeFE/element](https://github.com/ElemeFE/element)|A Vue.js 2.0 UI Toolkit for Web|53871|2024-01-29|
|3|[bailicangdu/vue2-elm](https://github.com/bailicangdu/vue2-elm)|Large single page application with 45 pages built on vue2 + vuex. 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用|40643|2023-12-09|
|4|[Chanzhaoyu/chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web)|用 Express 和 Vue3 搭建的 ChatGPT 演示网页|29400|2024-02-01|
|1|[PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)|:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin|85422|2024-01-10|
|2|[ElemeFE/element](https://github.com/ElemeFE/element)|A Vue.js 2.0 UI Toolkit for Web|53873|2024-01-29|
|3|[bailicangdu/vue2-elm](https://github.com/bailicangdu/vue2-elm)|Large single page application with 45 pages built on vue2 + vuex. 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用|40644|2023-12-09|
|4|[Chanzhaoyu/chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web)|用 Express 和 Vue3 搭建的 ChatGPT 演示网页|29398|2024-02-01|
|5|[iview/iview](https://github.com/iview/iview)|A high quality UI Toolkit built on Vue.js 2.0|23981|2024-01-15|
|6|[Molunerfinn/PicGo](https://github.com/Molunerfinn/PicGo)|:rocket:A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder|22415|2023-11-19|
|7|[vueComponent/ant-design-vue](https://github.com/vueComponent/ant-design-vue)|🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜|19294|2024-02-09|
|8|[lin-xin/vue-manage-system](https://github.com/lin-xin/vue-manage-system)|Vue3、Element Plus、typescript后台管理系统|17963|2024-01-12|
|7|[vueComponent/ant-design-vue](https://github.com/vueComponent/ant-design-vue)|🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜|19295|2024-02-11|
|8|[lin-xin/vue-manage-system](https://github.com/lin-xin/vue-manage-system)|Vue3、Element Plus、typescript后台管理系统|17965|2024-01-12|
|9|[airyland/vux](https://github.com/airyland/vux)|Mobile UI Components based on Vue & WeUI|17614|2024-02-02|
|10|[chuzhixin/vue-admin-better](https://github.com/chuzhixin/vue-admin-better)|🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro|15642|2024-02-09|
|11|[Lissy93/dashy](https://github.com/Lissy93/dashy)|🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!|14410|2024-02-09|
|12|[pure-admin/vue-pure-admin](https://github.com/pure-admin/vue-pure-admin)|🔥 全面ESM+Vue3+Vite+Element-Plus+TypeScript编写的一款后台管理系统兼容移动端|12156|2024-02-10|
|13|[macrozheng/mall-admin-web](https://github.com/macrozheng/mall-admin-web)|mall-admin-web是一个电商后台管理系统的前端项目基于Vue+Element实现。 主要包括商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等功能。|11363|2024-02-10|
|14|[chaitin/xray](https://github.com/chaitin/xray)|一款完善的安全评估工具,支持常见 web 安全问题扫描和自定义 poc 使用之前务必先阅读文档|9461|2023-11-09|
|15|[fenixsoft/awesome-fenix](https://github.com/fenixsoft/awesome-fenix)|讨论如何构建一套可靠的大型分布式系统|8287|2024-01-20|
|16|[HalseySpicy/Geeker-Admin](https://github.com/HalseySpicy/Geeker-Admin)|✨✨✨ Geeker Admin基于 Vue3.4、TypeScript、Vite5、Pinia、Element-Plus 开源的一套后台管理框架。|5737|2024-01-31|
|17|[jdf2e/nutui](https://github.com/jdf2e/nutui)|京东风格的移动端 Vue2、Vue3 组件库 、支持多端小程序(A Vue.js UI Toolkit for Mobile Web)|5706|2024-02-09|
|10|[chuzhixin/vue-admin-better](https://github.com/chuzhixin/vue-admin-better)|🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro|15643|2024-02-09|
|11|[Lissy93/dashy](https://github.com/Lissy93/dashy)|🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!|14419|2024-02-11|
|12|[pure-admin/vue-pure-admin](https://github.com/pure-admin/vue-pure-admin)|🔥 全面ESM+Vue3+Vite+Element-Plus+TypeScript编写的一款后台管理系统兼容移动端|12162|2024-02-10|
|13|[macrozheng/mall-admin-web](https://github.com/macrozheng/mall-admin-web)|mall-admin-web是一个电商后台管理系统的前端项目基于Vue+Element实现。 主要包括商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等功能。|11365|2024-02-10|
|14|[chaitin/xray](https://github.com/chaitin/xray)|一款完善的安全评估工具,支持常见 web 安全问题扫描和自定义 poc 使用之前务必先阅读文档|9462|2023-11-09|
|15|[fenixsoft/awesome-fenix](https://github.com/fenixsoft/awesome-fenix)|讨论如何构建一套可靠的大型分布式系统|8288|2024-01-20|
|16|[HalseySpicy/Geeker-Admin](https://github.com/HalseySpicy/Geeker-Admin)|✨✨✨ Geeker Admin基于 Vue3.4、TypeScript、Vite5、Pinia、Element-Plus 开源的一套后台管理框架。|5739|2024-01-31|
|17|[jdf2e/nutui](https://github.com/jdf2e/nutui)|京东风格的移动端 Vue2、Vue3 组件库 、支持多端小程序(A Vue.js UI Toolkit for Mobile Web)|5706|2024-02-11|
|18|[Moonvy/OpenPromptStudio](https://github.com/Moonvy/OpenPromptStudio)|🥣 AIGC 提示词可视化编辑器 OPS Open Prompt Studio|5562|2024-01-30|
|19|[GavinZhuLei/vue-form-making](https://github.com/GavinZhuLei/vue-form-making)|A visual form designer/generator base on Vue.js, make form development simple and efficient.基于Vue的可视化表单设计器让表单开发简单而高效。|5298|2023-12-27|
|19|[GavinZhuLei/vue-form-making](https://github.com/GavinZhuLei/vue-form-making)|A visual form designer/generator base on Vue.js, make form development simple and efficient.基于Vue的可视化表单设计器让表单开发简单而高效。|5299|2023-12-27|
|20|[pipipi-pikachu/PPTist](https://github.com/pipipi-pikachu/PPTist)|基于 Vue3.x + TypeScript 的在线演示文稿(幻灯片)应用,还原了大部分 Office PowerPoint 常用功能实现在线PPT的编辑、演示。支持导出PPT文件。|5118|2024-02-04|
|21|[tiny-craft/tiny-rdm](https://github.com/tiny-craft/tiny-rdm)|A Modern Redis GUI Client|4830|2024-02-09|
|22|[woai3c/visual-drag-demo](https://github.com/woai3c/visual-drag-demo)|一个低代码(可视化拖拽)教学项目|4747|2023-11-30|
|21|[tiny-craft/tiny-rdm](https://github.com/tiny-craft/tiny-rdm)|A Modern Redis GUI Client|4834|2024-02-09|
|22|[woai3c/visual-drag-demo](https://github.com/woai3c/visual-drag-demo)|一个低代码(可视化拖拽)教学项目|4748|2023-11-30|
|23|[Yin-Hongwei/music-website](https://github.com/Yin-Hongwei/music-website)|🎧 Vue + SpringBoot + MyBatis 音乐网站|4689|2024-01-08|
|24|[crmeb/CRMEB](https://github.com/crmeb/CRMEB)|🔥CRMEB开源商城免费开源多语言商城系统Tp6框架商城系统可商用包含小程序商城、H5商城、公众号商城、PC商城、App支持分销、拼团、砍价、秒杀、优惠券、积分、会员等级、小程序直播、页面DIY前后端分离方便二开更有详细使用文档、接口文档、数据字典、二开文档/视频教程,欢迎大家提出宝贵意见和建议|4595|2023-11-09|
|25|[wangyuan389/mall-cook](https://github.com/wangyuan389/mall-cook)|商城低代码平台可视化搭建H5、小程序多端商城|4566|2024-01-06|
|26|[doocs/md](https://github.com/doocs/md)|✍ WeChat Markdown Editor 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性|4564|2024-01-20|
|25|[doocs/md](https://github.com/doocs/md)|✍ WeChat Markdown Editor 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性|4567|2024-01-20|
|26|[wangyuan389/mall-cook](https://github.com/wangyuan389/mall-cook)|商城低代码平台可视化搭建H5、小程序多端商城|4566|2024-01-06|
|27|[varletjs/varlet](https://github.com/varletjs/varlet)|Material design mobile component library for Vue3|4528|2024-02-06|
|28|[gaozhangmin/aliyunpan](https://github.com/gaozhangmin/aliyunpan)|小白羊网盘 - Powered by 阿里云盘。|4497|2023-12-07|
|29|[ccfddl/ccf-deadlines](https://github.com/ccfddl/ccf-deadlines)|⏰ Collaboratively track deadlines of conferences recommended by CCF (Website, Python Cli, Wechat Applet) / If you find it useful, please star this project, thanks~|4471|2024-02-09|
|30|[CareyWang/sub-web](https://github.com/CareyWang/sub-web)|-|4433|2024-01-10|
|28|[gaozhangmin/aliyunpan](https://github.com/gaozhangmin/aliyunpan)|小白羊网盘 - Powered by 阿里云盘。|4500|2023-12-07|
|29|[ccfddl/ccf-deadlines](https://github.com/ccfddl/ccf-deadlines)|⏰ Collaboratively track deadlines of conferences recommended by CCF (Website, Python Cli, Wechat Applet) / If you find it useful, please star this project, thanks~|4472|2024-02-11|
|30|[CareyWang/sub-web](https://github.com/CareyWang/sub-web)|-|4438|2024-01-10|
|31|[jekip/naive-ui-admin](https://github.com/jekip/naive-ui-admin)|Naive Ui Admin 是一个基于 vue3,vite2,TypeScript 的中后台解决方案,它使用了最新的前端技术栈,并提炼了典型的业务模型,页面,包括二次封装组件、动态菜单、权限校验、粒子化权限控制等功能,它可以帮助你快速搭建企业级中后台项目,相信不管是从新技术使用还是其他方面,都能帮助到你,持续更新中。|4424|2024-01-16|
|32|[YunYouJun/cook](https://github.com/YunYouJun/cook)|🍲 好的今天我们来做菜OK, Let's Cook!|4325|2024-01-27|
|32|[YunYouJun/cook](https://github.com/YunYouJun/cook)|🍲 好的今天我们来做菜OK, Let's Cook!|4326|2024-01-27|
|33|[elunez/eladmin-web](https://github.com/elunez/eladmin-web)|eladmin jpa版本前端源码项目基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 Spring Security、Redis、Vue的前后端分离后台管理系统|4291|2024-01-22|
|34|[xyxiao001/vue-cropper](https://github.com/xyxiao001/vue-cropper)|A simple picture clipping plugin for vue|4112|2024-01-04|
|35|[XPoet/picx](https://github.com/XPoet/picx)|🏞️ PicX 是一款基于 GitHub API 开发的图床工具,提供图片上传托管、生成图片链接和常用图片工具箱服务。|3988|2024-02-02|
|35|[XPoet/picx](https://github.com/XPoet/picx)|🏞️ PicX 是一款基于 GitHub API 开发的图床工具,提供图片上传托管、生成图片链接和常用图片工具箱服务。|3991|2024-02-02|
|36|[umicro/uView](https://github.com/umicro/uView)|uView UI是uni-app生态最优秀的UI框架全面的组件和便捷的工具会让您信手拈来如鱼得水|3902|2024-02-01|
|37|[chatpire/chatgpt-web-share](https://github.com/chatpire/chatgpt-web-share)|ChatGPT Plus 共享方案。ChatGPT Plus / OpenAI API sharing solution.|3646|2024-02-10|
|37|[chatpire/chatgpt-web-share](https://github.com/chatpire/chatgpt-web-share)|ChatGPT Plus 共享方案。ChatGPT Plus / OpenAI API sharing solution.|3646|2024-02-11|
|38|[iczer/vue-antd-admin](https://github.com/iczer/vue-antd-admin)|🐜 Ant Design Pro's implementation with Vue|3572|2023-10-25|
|39|[yangzongzhuan/RuoYi-Vue3](https://github.com/yangzongzhuan/RuoYi-Vue3)|:tada: (RuoYi)官方仓库 基于SpringBootSpring SecurityJWTVue3 & Vite、Element Plus 的前后端分离权限管理系统|3393|2024-01-24|
|40|[un-pany/v3-admin-vite](https://github.com/un-pany/v3-admin-vite)|☀️ A vue3 admin template vue3 admin/element plus admin/vite admin/vue3 template/vue3 后台/vue3 模板/vue3 后台管理系统|3380|2024-02-07|
|40|[un-pany/v3-admin-vite](https://github.com/un-pany/v3-admin-vite)|☀️ A vue3 admin template vue3 admin/element plus admin/vite admin/vue3 template/vue3 后台/vue3 模板/vue3 后台管理系统|3381|2024-02-07|
|41|[liyupi/sql-generator](https://github.com/liyupi/sql-generator)|🔨 用 JSON 来生成结构化的 SQL 语句,基于 Vue3 + TypeScript + Vite + Ant Design + MonacoEditor 实现,项目简单(重逻辑轻页面)、适合练手~|3350|2024-01-17|
|42|[nihaojob/vue-fabric-editor](https://github.com/nihaojob/vue-fabric-editor)|基于fabric.js和Vue的图片编辑器可自定义字体、素材、设计模板。fabric.js and Vue based image editor, can customize fonts, materials, design templates.|3195|2024-02-06|
|43|[Codennnn/vue-color-avatar](https://github.com/Codennnn/vue-color-avatar)|An online avatar generator just for fun 一个纯前端实现的头像生成网站|3059|2024-01-11|
|43|[Codennnn/vue-color-avatar](https://github.com/Codennnn/vue-color-avatar)|An online avatar generator just for fun 一个纯前端实现的头像生成网站|3061|2024-01-11|
|44|[newbee-ltd/vue3-admin](https://github.com/newbee-ltd/vue3-admin)|🔥 🎉Vue 3 + Vite 2 + Vue-Router 4 + Element-Plus + Echarts 5 + Axios 开发的后台管理系统|3030|2023-11-14|
|45|[Hiram-Wong/ZyPlayer](https://github.com/Hiram-Wong/ZyPlayer)|跨平台桌面端视频资源播放器,免费高颜值.|2774|2024-02-07|
|45|[Hiram-Wong/ZyPlayer](https://github.com/Hiram-Wong/ZyPlayer)|跨平台桌面端视频资源播放器,免费高颜值.|2777|2024-02-07|
|46|[hello-efficiency-inc/raven-reader](https://github.com/hello-efficiency-inc/raven-reader)|📖 All your articles in one place. Beautiful.|2698|2023-09-28|
|47|[dcloudio/hello-uniapp](https://github.com/dcloudio/hello-uniapp)|uni-app框架演示示例|2565|2024-01-31|
|47|[dcloudio/hello-uniapp](https://github.com/dcloudio/hello-uniapp)|uni-app框架演示示例|2566|2024-01-31|
|48|[open-source-labs/OverVue](https://github.com/open-source-labs/OverVue)|Prototyping Tool For Vue Devs 适用于Vue的原型工具|2431|2024-02-06|
|49|[dingyong0214/ThorUI-uniapp](https://github.com/dingyong0214/ThorUI-uniapp)|ThorUI组件库轻量、简洁的移动端组件库。组件文档地址https://thorui.cn/doc |2428|2024-02-01|
|49|[dingyong0214/ThorUI-uniapp](https://github.com/dingyong0214/ThorUI-uniapp)|ThorUI组件库轻量、简洁的移动端组件库。组件文档地址https://thorui.cn/doc |2429|2024-02-01|
|50|[maomao1996/Vue-mmPlayer](https://github.com/maomao1996/Vue-mmPlayer)|🎵 基于 Vue 的在线音乐播放器 Online music player|2341|2024-01-10|
|51|[mirari/v-viewer](https://github.com/mirari/v-viewer)|Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js|2338|2024-01-19|
|52|[tookit/vue-material-admin](https://github.com/tookit/vue-material-admin)|A vue material design admin template|2257|2023-12-15|
|53|[x2rr/funds](https://github.com/x2rr/funds)|自选基金助手是一款Chrome扩展用来快速获取关注基金的实时数据查看自选基金的实时估值情况|2167|2024-01-03|
|54|[jason5ng32/MyIP](https://github.com/jason5ng32/MyIP)|The best IP Toolbox. Easy to check what's your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability and more! 🇨🇳 可能是最好用的 ...|2160|2024-02-08|
|55|[foamzou/melody](https://github.com/foamzou/melody)|我的音乐精灵|2143|2023-10-16|
|54|[jason5ng32/MyIP](https://github.com/jason5ng32/MyIP)|The best IP Toolbox. Easy to check what's your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability and more! 🇨🇳 可能是最好用的 ...|2162|2024-02-08|
|55|[foamzou/melody](https://github.com/foamzou/melody)|我的音乐精灵|2142|2023-10-16|
|56|[sl1673495/vue-netease-music](https://github.com/sl1673495/vue-netease-music)|🎵 基于 Vue2、Vue-CLI3 的高仿网易云 mac 客户端播放器PC Online Music Player|2140|2024-01-04|
|57|[nmxiaowei/avue](https://github.com/nmxiaowei/avue)|Avue.js2.0是基于现有的element-ui库进行的二次封装简化一些繁琐的操作核心理念为数据驱动视图,主要的组件库针对table表格和form表单场景同时衍生出更多企业常用的组件达到高复用容易维护和扩展的框架同时内置了丰富了数据展示组件让开发变得更加容易|2140|2024-02-01|
|58|[zclzone/vue-naive-admin](https://github.com/zclzone/vue-naive-admin)|⚡️基于 Vue3 + Vite + Pinia + Unocss + Naive UI 的轻量级后台管理模板。|2133|2024-02-01|
|58|[zclzone/vue-naive-admin](https://github.com/zclzone/vue-naive-admin)|⚡️基于 Vue3 + Vite + Pinia + Unocss + Naive UI 的轻量级后台管理模板。|2135|2024-02-11|
|59|[jeecgboot/jeecgboot-vue3](https://github.com/jeecgboot/jeecgboot-vue3)|🔥JeecgBoot—Vue3版前端源码采用 Vue3.0+TypeScript+Vite+Ant-Design-Vue等新技术方案包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。 是JeecgBoot低代码平台的vue3技术栈的全新UI版本功能强于vue2版。|2087|2024-01-22|
|60|[imsyy/home](https://github.com/imsyy/home)|个人主页我的个人主页个人主页源码主页模板homepage|1945|2024-02-08|
|61|[simple-uploader/vue-uploader](https://github.com/simple-uploader/vue-uploader)|A Vue.js upload component powered by simple-uploader.js|1933|2023-10-09|
|60|[imsyy/home](https://github.com/imsyy/home)|个人主页我的个人主页个人主页源码主页模板homepage|1948|2024-02-08|
|61|[simple-uploader/vue-uploader](https://github.com/simple-uploader/vue-uploader)|A Vue.js upload component powered by simple-uploader.js|1934|2023-10-09|
|62|[Java-S12138/frank](https://github.com/Java-S12138/frank)|A bran-new League of Legends assistant software, a replacement for WeGame.|1837|2024-02-08|
|63|[fantastic-admin/basic](https://github.com/fantastic-admin/basic)|⭐⭐⭐⭐⭐ 一款开箱即用的 Vue 中后台管理系统框架,支持多款 UI 组件库兼容PC、移动端。vue-admin, vue-element-admin, vue后台, 后台系统, 后台框架, 管理后台, 管理系统|1761|2024-02-04|
|64|[Dooy/chatgpt-web-midjourney-proxy](https://github.com/Dooy/chatgpt-web-midjourney-proxy)|chatgpt web, midjourney, gpts,tts, whisper 一套ui全搞定|1758|2024-02-08|
|63|[Dooy/chatgpt-web-midjourney-proxy](https://github.com/Dooy/chatgpt-web-midjourney-proxy)|chatgpt web, midjourney, gpts,tts, whisper 一套ui全搞定|1767|2024-02-08|
|64|[fantastic-admin/basic](https://github.com/fantastic-admin/basic)|⭐⭐⭐⭐⭐ 一款开箱即用的 Vue 中后台管理系统框架,支持多款 UI 组件库兼容PC、移动端。vue-admin, vue-element-admin, vue后台, 后台系统, 后台框架, 管理后台, 管理系统|1762|2024-02-11|
|65|[dcloudio/uni-ui](https://github.com/dcloudio/uni-ui)|基于uni-app的、全端兼容的、高性能UI框架|1737|2024-02-02|
|66|[lyt-Top/vue-next-admin](https://github.com/lyt-Top/vue-next-admin)|🎉🎉🔥基于vue3.x 、Typescript、vite、Element plus等适配手机、平板、pc 的后台开源免费模板库vue2.x请切换vue-prev-admin分支|1715|2023-09-07|
|67|[cmdparkour/vue-admin-box](https://github.com/cmdparkour/vue-admin-box)|vue3,vite,element-plus中后台管理系统集成四套基础模板大量可利用组件模板页面|1613|2023-08-26|
|68|[dromara/mayfly-go](https://github.com/dromara/mayfly-go)|web版linux(终端 文件 脚本 进程)、数据库(mysql pgsql oracle sqlserver 高斯 达梦 sqlite)、redis(单机 哨兵 集群)、mongo统一管理操作平台。|1530|2024-02-08|
|67|[cmdparkour/vue-admin-box](https://github.com/cmdparkour/vue-admin-box)|vue3,vite,element-plus中后台管理系统集成四套基础模板大量可利用组件模板页面|1614|2023-08-26|
|68|[dromara/mayfly-go](https://github.com/dromara/mayfly-go)|web版linux(终端 文件 脚本 进程)、数据库(mysql pgsql oracle sqlserver 高斯 达梦 sqlite)、redis(单机 哨兵 集群)、mongo统一管理操作平台。|1532|2024-02-08|
|69|[vform666/variant-form](https://github.com/vform666/variant-form)|A powerful form designer for Vue.|1497|2023-12-21|
|70|[0xJacky/nginx-ui](https://github.com/0xJacky/nginx-ui)|Yet another WebUI for Nginx|1464|2024-02-08|
|71|[lsgwr/spring-boot-online-exam](https://github.com/lsgwr/spring-boot-online-exam)|基于Spring Boot的在线考试系统(预览地址 http://129.211.88.191 账户分别是admin、teacher、student密码是admin123)也有Python实现|1406|2023-08-30|
|70|[0xJacky/nginx-ui](https://github.com/0xJacky/nginx-ui)|Yet another WebUI for Nginx|1467|2024-02-08|
|71|[lsgwr/spring-boot-online-exam](https://github.com/lsgwr/spring-boot-online-exam)|基于Spring Boot的在线考试系统(预览地址 http://129.211.88.191 账户分别是admin、teacher、student密码是admin123)也有Python实现|1405|2023-08-30|
|72|[opentiny/tiny-engine](https://github.com/opentiny/tiny-engine)|TinyEngine is a low-code engine based on which you can build or develop low-code platforms in different domains/TinyEngine是一个低代码引擎基于这个引擎可以构建或者开发出不同领域的低代码平台|1392|2024-02-06|
|73|[TangSY/echarts-map-demo](https://github.com/TangSY/echarts-map-demo)|适用于echarts等地图geoJson行政区划边界数据的实时获取与应用json格式数据全国省市区县多级联动下钻真正意义的下钻至县级【附最新全国省市区县乡镇三级或四级城市geoJson文件下载另可下载四级联动或五级村级行政编码对应关系】|1365|2024-02-03|
|74|[elecV2/elecV2P](https://github.com/elecV2/elecV2P)|一款基于 NodeJS可通过 JS 修改网络请求,以及定时运行脚本或 SHELL 指令的网络工具。|1343|2023-12-16|
|75|[StavinLi/Workflow](https://github.com/StavinLi/Workflow)|仿钉钉审批流程设置|1342|2023-10-17|
|76|[umicro/uView2.0](https://github.com/umicro/uView2.0)|uView UI是全面兼容nvue的uni-app生态框架全面的组件和便捷的工具会让您信手拈来如鱼得水|1334|2024-02-01|
|77|[yangjian102621/chatgpt-plus](https://github.com/yangjian102621/chatgpt-plus)|AI 助手全套开源解决方案,自带运营管理后台,开箱即用。集成了 ChatGPT, Azure, ChatGLM,讯飞星火,文心一言等多个平台的大语言模型。支持 MJ AI 绘画Stable Diffusion AI 绘画,微博热搜等插件工具。采用 Go + Vue3 + element-plus 实现。|1321|2024-01-29|
|78|[Thecosy/IceCMS](https://github.com/Thecosy/IceCMS)|🌈冰激凌内容管理系统🍦,实现MacWK资源站社区图片视频圈子CMS支持网页端移动端小程序🌟适合做 资讯商城,社区论坛,聊天交友 社区,博客,圈子,论坛,图片,视频,社交。|1311|2023-11-20|
|79|[WongSaang/chatgpt-ui](https://github.com/WongSaang/chatgpt-ui)|A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.|1285|2024-01-11|
|80|[Tsuk1ko/bilibili-live-chat](https://github.com/Tsuk1ko/bilibili-live-chat)|📽️ 无后端的仿 YouTube Live Chat 风格的简易 Bilibili 弹幕姬|1280|2024-01-25|
|77|[yangjian102621/chatgpt-plus](https://github.com/yangjian102621/chatgpt-plus)|AI 助手全套开源解决方案,自带运营管理后台,开箱即用。集成了 ChatGPT, Azure, ChatGLM,讯飞星火,文心一言等多个平台的大语言模型。支持 MJ AI 绘画Stable Diffusion AI 绘画,微博热搜等插件工具。采用 Go + Vue3 + element-plus 实现。|1322|2024-01-29|
|78|[Thecosy/IceCMS](https://github.com/Thecosy/IceCMS)|🌈冰激凌内容管理系统🍦,实现MacWK资源站社区图片视频圈子CMS支持网页端移动端小程序🌟适合做 资讯商城,社区论坛,聊天交友 社区,博客,圈子,论坛,图片,视频,社交。|1312|2023-11-20|
|79|[WongSaang/chatgpt-ui](https://github.com/WongSaang/chatgpt-ui)|A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.|1286|2024-01-11|
|80|[Tsuk1ko/bilibili-live-chat](https://github.com/Tsuk1ko/bilibili-live-chat)|📽️ 无后端的仿 YouTube Live Chat 风格的简易 Bilibili 弹幕姬|1281|2024-01-25|
|81|[baiy/Ctool](https://github.com/baiy/Ctool)|程序开发常用工具 chrome / edge / firefox / utools / windows / linux / mac|1237|2023-12-15|
|82|[niefy/wx-manage](https://github.com/niefy/wx-manage)|🔥微信公众号管理系统,包含公众号菜单管理🗄、自动回复🗨、素材管理📂、模板消息☘、粉丝管理🤹‍♂️等功能,前后端都开源免费🛩|1226|2024-01-10|
|83|[auroral-ui/hexo-theme-aurora](https://github.com/auroral-ui/hexo-theme-aurora)|🏳️‍🌈 Futuristic auroral Hexo theme.|1196|2023-12-19|
|84|[chatgpt-web-dev/chatgpt-web](https://github.com/chatgpt-web-dev/chatgpt-web)|用 Express 和 Vue3 搭建的 ChatGPT 此项目 Fork 自 Chanzhaoyu/chatgpt-web 新增了多租户管理以及云端消息同步功能 基于 MIT 协议,免费使用|1190|2024-02-07|
|85|[youshandefeiyang/sub-web-modify](https://github.com/youshandefeiyang/sub-web-modify)|Subconverter订阅转换前端增强版增加近百条远程配置及更多自定义功能|1182|2024-02-08|
|84|[chatgpt-web-dev/chatgpt-web](https://github.com/chatgpt-web-dev/chatgpt-web)|用 Express 和 Vue3 搭建的 ChatGPT 此项目 Fork 自 Chanzhaoyu/chatgpt-web 新增了多租户管理以及云端消息同步功能 基于 MIT 协议,免费使用|1194|2024-02-07|
|85|[youshandefeiyang/sub-web-modify](https://github.com/youshandefeiyang/sub-web-modify)|Subconverter订阅转换前端增强版增加近百条远程配置及更多自定义功能|1184|2024-02-08|
|86|[Kchengz/k-form-design](https://github.com/Kchengz/k-form-design)|基于vue Ant-Design 的表单设计器,快速开发|1162|2023-12-25|
|87|[GeekQiaQia/vue3.0-template-admin](https://github.com/GeekQiaQia/vue3.0-template-admin)|本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板并基于常见业务场景抽象出常见功能组件包括动态菜单菜单权限、登录、主题切换、国际化、个人中心、表单页、列表页、复制文本、二维码分享等等|1144|2023-11-06|
|88|[WuKongOpenSource/Wukong_Accounting](https://github.com/WuKongOpenSource/Wukong_Accounting)|悟空财务管理系统悟空FS 实现凭证管理、账簿管理、资产负债表、现金流量表、利润表等管理。开启数智财务新时代。|1142|2023-11-06|
|87|[WuKongOpenSource/Wukong_Accounting](https://github.com/WuKongOpenSource/Wukong_Accounting)|悟空财务管理系统悟空FS 实现凭证管理、账簿管理、资产负债表、现金流量表、利润表等管理。开启数智财务新时代。|1144|2023-11-06|
|88|[GeekQiaQia/vue3.0-template-admin](https://github.com/GeekQiaQia/vue3.0-template-admin)|本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板并基于常见业务场景抽象出常见功能组件包括动态菜单菜单权限、登录、主题切换、国际化、个人中心、表单页、列表页、复制文本、二维码分享等等|1144|2023-11-06|
|89|[GoldSubmarine/workflow-bpmn-modeler](https://github.com/GoldSubmarine/workflow-bpmn-modeler)|🔥 flowable workflow designer based on vue and bpmn.io@7.0|1131|2023-12-15|
|90|[hslr-s/sun-panel](https://github.com/hslr-s/sun-panel)|A server, NAS navigation panel, Homepage, browser homepage. 一个服务器、NAS导航面板、Homepage、浏览器首页。|1109|2024-02-01|
|91|[cfour-hi/gitstars](https://github.com/cfour-hi/gitstars)|Github Starred Repositories Manager|1102|2024-01-19|
|90|[hslr-s/sun-panel](https://github.com/hslr-s/sun-panel)|A server, NAS navigation panel, Homepage, browser homepage. 一个服务器、NAS导航面板、Homepage、浏览器首页。|1115|2024-02-01|
|91|[cfour-hi/gitstars](https://github.com/cfour-hi/gitstars)|Github Starred Repositories Manager|1103|2024-01-19|
|92|[zhontai/Admin.Core](https://github.com/zhontai/Admin.Core)|中台Admin前后端分离的权限管理系统。支持多租户、数据权限、动态Api、任务调度、OSS文件上传、滑块拼图验证、国内外主流数据库自由切换和动态高级查询。基于.Net跨平台开发的WebApi。集成统一认证授权、事件总线、数据验证、分布式缓存、分布式事务、Ip限流、全Api鉴权、集成测试、性能分析、健康检查、接口文档等。|1087|2024-02-04|
|93|[build-admin/buildadmin](https://github.com/build-admin/buildadmin)|可视化生成CRUD代码、内置WEB终端技术栈为Vue3.x(setup)+ThinkPHP6+TypeScript+Vite+Pinia+Element Plus自适应多端同时提供Web和Server端、自动注册路由、无限级菜单权限节点、全局数据回收站、字段级修改保护等等是集颜值、实用、敏捷于一身的管理系统。|1075|2024-01-31|
|94|[arco-design/arco-design-pro-vue](https://github.com/arco-design/arco-design-pro-vue)|An out-of-the-box solution to quickly build enterprise-level applications based on Arco Design.|1074|2024-02-05|
@ -103,38 +103,38 @@
|96|[jeecgboot/jeecg-uniapp](https://github.com/jeecgboot/jeecg-uniapp)|JEECG BOOT APP 移动解决方案采用uniapp框架一份代码多终端适配同时支持APP、小程序、H5实现了与JeecgBoot平台完美对接的移动解决方案目前已经实现登录、用户信息、通讯录、公告、移动首页、九宫格等基础功能。|1044|2023-12-05|
|97|[vform666/variant-form3-vite](https://github.com/vform666/variant-form3-vite)|-|1026|2023-12-21|
|98|[Hacker233/resume-design](https://github.com/Hacker233/resume-design)|一款开源简历设计生成器内置两款设计器多种免费模板选择还可以自定义模板、主题等等支持导出PDF、JSON数据。|1013|2024-01-31|
|99|[hakadao/BewlyBewly](https://github.com/hakadao/BewlyBewly)|Improve your Bilibili homepage by redesigning it, adding more features, and personalizing it to match your preferences. (English 简体中文 正體中文 廣東話)|945|2024-02-10|
|99|[hakadao/BewlyBewly](https://github.com/hakadao/BewlyBewly)|Improve your Bilibili homepage by redesigning it, adding more features, and personalizing it to match your preferences. (English 简体中文 正體中文 廣東話)|949|2024-02-10|
|100|[anvaka/map-of-github](https://github.com/anvaka/map-of-github)|Inspirational Mapping|938|2023-10-11|
|101|[wuyawei/Vchat](https://github.com/wuyawei/Vchat)|💘🍦🙈Vchat — 从头到脚撸一个社交聊天系统vue + node + mongodb|932|2023-10-08|
|102|[wikihost-opensource/als](https://github.com/wikihost-opensource/als)|Another Looking-glass Server|912|2024-02-07|
|103|[zhengguorong/h5maker](https://github.com/zhengguorong/h5maker)|h5编辑器类似maka、易企秀 账号/密码admin|899|2024-02-02|
|104|[YuehaiTeam/cocogoat](https://github.com/YuehaiTeam/cocogoat)|A toolbox for Genshin Impact 100% running in browser. 纯网页端的原神工具箱,保证每一行代码都是熬夜加班打造。|876|2024-01-29|
|105|[yudaocode/yudao-ui-admin-vue3](https://github.com/yudaocode/yudao-ui-admin-vue3)|芋道管理后台,基于 Vue3 + Element Plus 实现,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城等功能。|821|2024-01-26|
|105|[yudaocode/yudao-ui-admin-vue3](https://github.com/yudaocode/yudao-ui-admin-vue3)|芋道管理后台,基于 Vue3 + Element Plus 实现,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城等功能。|822|2024-01-26|
|106|[zouzhibin/zb-admin](https://github.com/zouzhibin/zb-admin)|系统基于vite+vue3+pinia+element-plus+ts后台管理系统、一款开箱即用的 Vue 中后台管理系统框架, 兼容PC、移动端。vue-admin, vue-element-admin, vue后台, 后台系统, 后台框架, 管理后台, 管理系统|801|2024-01-25|
|107|[jzfai/vue3-admin-plus](https://github.com/jzfai/vue3-admin-plus)|👏 An amazing admin framework of vue3|799|2024-02-05|
|108|[geekskai/vue3-jd-h5](https://github.com/geekskai/vue3-jd-h5)|:fire: Based on vue3.x,vite5.x, vant3.0.0, vue-router v4.0.0-0, vuex^4.0.0-0, vue-cli3, mockjs, imitating Jingdong Taobao, mobile H5 e-commerce platform! 基于vue3.0.0 ,vant3.0.0,vue-router v4.0.0-0, vue ...|799|2024-01-11|
|109|[iamdarcy/hioshop-admin](https://github.com/iamdarcy/hioshop-admin)|海风小店,开源商城,微信小程序商城管理后台,后台管理,VUE|796|2024-01-12|
|110|[AnsGoo/openDataV](https://github.com/AnsGoo/openDataV)|OpenDataV 是一个纯前端的拖拽式、可视化、低代码数据可视化🌈开发平台,你可以用它自由的拼接成各种✨炫酷的大屏,同时支持用户方便的开发自己的组件并接入平台。|789|2024-02-09|
|110|[AnsGoo/openDataV](https://github.com/AnsGoo/openDataV)|OpenDataV 是一个纯前端的拖拽式、可视化、低代码数据可视化🌈开发平台,你可以用它自由的拼接成各种✨炫酷的大屏,同时支持用户方便的开发自己的组件并接入平台。|789|2024-02-11|
|111|[wsydxiangwang/Mood](https://github.com/wsydxiangwang/Mood)|Vue的Nuxt.js服务端渲染框架NodeJS为后端的全栈项目Docker一键部署面向小白的完美博客系统|776|2023-11-08|
|112|[chiflix/splayerx](https://github.com/chiflix/splayerx)|SPlayerX@2018|775|2023-09-27|
|113|[youlaitech/vue3-element-admin](https://github.com/youlaitech/vue3-element-admin)|🔥基于 vue3 + vite4 + typescript + element-plus 构建的后台管理系统配套接口文档和后端源码。vue-element-admin 的 vue3 版本。|773|2024-01-14|
|114|[gzydong/LumenIM](https://github.com/gzydong/LumenIM)|Lumen IM 是一个网页版在线聊天项目,前端使用 Naive UI + Vue3后端采用 GO 开发。|763|2024-01-20|
|115|[WuKongOpenSource/Wukong_KnowledgeBase](https://github.com/WuKongOpenSource/Wukong_KnowledgeBase)|悟空知识库提供全面的知识管理功能您可以在知识库中编辑wiki信息同时可以将知识库内容共享给同事进行协同创作。|757|2023-11-06|
|115|[WuKongOpenSource/Wukong_KnowledgeBase](https://github.com/WuKongOpenSource/Wukong_KnowledgeBase)|悟空知识库提供全面的知识管理功能您可以在知识库中编辑wiki信息同时可以将知识库内容共享给同事进行协同创作。|758|2023-11-06|
|116|[fzf404/Monit](https://github.com/fzf404/Monit)|🎯 Desktop Widget ( 桌面小组件 )|751|2024-02-08|
|117|[leadream/wedding-invitation-for-programmers](https://github.com/leadream/wedding-invitation-for-programmers)|程序猿的婚礼邀请函。|746|2023-10-27|
|118|[WeBankPartners/we-cmdb](https://github.com/WeBankPartners/we-cmdb)|CMDB from WeBank|743|2024-02-02|
|119|[hangjob/vue-bag-admin](https://github.com/hangjob/vue-bag-admin)|🍁采用Vite4、Vue3、Pinia 、Naive UI 构建构建企业npm依赖包中后台管理系统基础框架做到框架(packages)和应用(app)分开,即可以减少项目之间的耦合,也能提升项目扩展性|741|2024-01-16|
|120|[WuKongOpenSource/Wukong_ProjectManagement](https://github.com/WuKongOpenSource/Wukong_ProjectManagement)|悟空项目管理-基于Spring Cloud Alibaba微服务架构 +vue ElementUI的前后端分离项目管理系统|732|2023-11-06|
|120|[WuKongOpenSource/Wukong_ProjectManagement](https://github.com/WuKongOpenSource/Wukong_ProjectManagement)|悟空项目管理-基于Spring Cloud Alibaba微服务架构 +vue ElementUI的前后端分离项目管理系统|733|2023-11-06|
|121|[Kaidesuyo/Hydrogen-Music](https://github.com/Kaidesuyo/Hydrogen-Music)|仿明日方舟工业风音乐播放器,支持添加曲绘|724|2023-12-10|
|122|[Jazee6/cloudflare-ai-web](https://github.com/Jazee6/cloudflare-ai-web)|支持GeminiPro Vision / Cloudflare Workers AI / ChatGPT的融合Web平台|721|2024-02-03|
|123|[SchneeHertz/exhentai-manga-manager](https://github.com/SchneeHertz/exhentai-manga-manager)|ExHentai本地漫画标签管理阅读应用, ExHentai local manga tag-manager and reader|721|2024-02-07|
|122|[Jazee6/cloudflare-ai-web](https://github.com/Jazee6/cloudflare-ai-web)|支持GeminiPro Vision / Cloudflare Workers AI / ChatGPT的融合Web平台|723|2024-02-03|
|123|[SchneeHertz/exhentai-manga-manager](https://github.com/SchneeHertz/exhentai-manga-manager)|ExHentai本地漫画标签管理阅读应用, ExHentai local manga tag-manager and reader|722|2024-02-07|
|124|[Cc-Edit/CcClip](https://github.com/Cc-Edit/CcClip)|vue and ffmpeg based tool for video clips. 使用vue(vue3) + ffmpeg + wasm 实现纯前端音视频编辑功能包括视频剪辑、音频剪辑、音频合成裁剪、音波展示、视频抽帧、gif抽帧、帧播放器、字幕、贴图、时间轴、素材轨道|711|2024-01-04|
|125|[caohuatao/vue-super-flow](https://github.com/caohuatao/vue-super-flow)|Flow chart component based on Vue。vue flowchart|702|2023-12-22|
|126|[hilanmiao/LanMiaoDesktop](https://github.com/hilanmiao/LanMiaoDesktop)|一个完整electron桌面记账程序技术栈主要使用electron-vue+vuetify。开机自动启动自动更新托盘最小化闪烁等常用功能Nsis制作漂亮的安装包。|702|2023-08-25|
|127|[bym110/vue-echarts](https://github.com/bym110/vue-echarts)|vue、 echarts、iview 实现大数据可视化大屏模板 |698|2023-12-29|
|128|[gmingchen/agile-admin](https://github.com/gmingchen/agile-admin)|agile-admin vue3-element-plus-admin vue3.0 ts typescript element-plus vue-cli vue-router i18n vuex composition-api class-style vite pinia webpack 管理端 后台管理 admin模版框架 后端权限控制 动态加载路由 国际化 前端vue 后端java spr ...|697|2023-12-21|
|129|[meterscao/Speechless](https://github.com/meterscao/Speechless)|把新浪微博的内容,导出成 PDF 文件进行备份的 Chrome Extension。|694|2023-08-16|
|130|[anjoy8/Blog.Admin](https://github.com/anjoy8/Blog.Admin)|✨ 基于vue 的管理后台配合Blog.Core与Blog.Vue等多个项目使用|680|2023-08-22|
|130|[anjoy8/Blog.Admin](https://github.com/anjoy8/Blog.Admin)|✨ 基于vue 的管理后台配合Blog.Core与Blog.Vue等多个项目使用|681|2023-08-22|
|131|[pengxiaotian/datav-vue](https://github.com/pengxiaotian/datav-vue)|A Powerful Data Visualization Tool. Uses TypeScript And Vue3. Scenario-specific templates. User-friendly interfaces. 一款数据可视化应用搭建工具|675|2023-11-08|
|132|[freakchick/DBApi](https://github.com/freakchick/DBApi)|A no-code tool to build http API from sql. Only need to write sql , then http API generated automatically. Especially suitable for developing backend service for report.|675|2023-12-10|
|133|[sahadev/vue-component-creater-ui](https://github.com/sahadev/vue-component-creater-ui)|拖拽式Vue组件代码生成编辑器VCC|669|2024-01-29|
@ -149,7 +149,7 @@
|142|[webfansplz/vite-plugin-vue-inspector](https://github.com/webfansplz/vite-plugin-vue-inspector)|jump to editor source code while click the element of browser automatically.|598|2023-12-05|
|143|[Diving-Fish/maimaidx-prober](https://github.com/Diving-Fish/maimaidx-prober)|舞萌 DX 查分器|597|2024-02-04|
|144|[arkntools/arknights-toolbox](https://github.com/arkntools/arknights-toolbox)|🔨 Arknights Toolbox, all servers are supported. 明日方舟工具箱,全服支持|597|2024-02-05|
|145|[xxjwxc/caoguo](https://github.com/xxjwxc/caoguo)|golang,微信小程序,电商系统|589|2023-08-24|
|145|[xxjwxc/caoguo](https://github.com/xxjwxc/caoguo)|golang,微信小程序,电商系统|590|2023-08-24|
|146|[huangwei9527/Ink-wash-docs](https://github.com/huangwei9527/Ink-wash-docs)|水墨文档一款基于egg+vue开发的在线文档管理平台支持markdown文档 excel文档原型托管等功能. http://139.199.172.193:7001/|557|2023-09-08|
|147|[lkw199711/smanga](https://github.com/lkw199711/smanga)|A simple manga browser 一款docker直装的漫画浏览器|555|2024-02-06|
|148|[dreamhunter2333/cloudflare_temp_email](https://github.com/dreamhunter2333/cloudflare_temp_email)|CloudFlare free temp domain email 免费 临时 域名邮箱|554|2024-01-20|
@ -157,11 +157,11 @@
|150|[WishMelz/imgurl](https://github.com/WishMelz/imgurl)|基于github的图片管理系统/免费 https://wishmelz.github.io/imgurl 基于Imgur的免费图床https://github.com/WishMelz/imgur|547|2023-09-20|
|151|[qingqingxuan/admin-work](https://github.com/qingqingxuan/admin-work)|Vue3 和 NaiveUI 的完美结合—Admin Work拥有漂亮、强大、完善的功能。采用 Vue3 Vite2 Typescript NaiveUI Pinia编写的中后台框架。全面的系统配置优质模板常用组件真正一站式开箱即用。持续更新不断完善一直在前进~~|544|2024-02-04|
|152|[tower1229/Vue-Tree-Chart](https://github.com/tower1229/Vue-Tree-Chart)|A Vue component to display tree chart|543|2024-02-08|
|153|[imsyy/SPlayer](https://github.com/imsyy/SPlayer)|🎉 一个简约的音乐播放器,支持网易云音乐账号登录,逐字歌词,下载歌曲,展示评论区,音乐云盘及歌单管理,音乐频谱,移动端基础适配 A minimalist music player|529|2024-02-05|
|154|[hellodigua/vue-danmaku](https://github.com/hellodigua/vue-danmaku)|基于 Vue 的弹幕交互组件 A danmaku component for Vue|500|2023-09-07|
|155|[huchenlei/sd-webui-openpose-editor](https://github.com/huchenlei/sd-webui-openpose-editor)|Openpose editor for ControlNet. Full hand/face support.|497|2023-12-20|
|153|[imsyy/SPlayer](https://github.com/imsyy/SPlayer)|🎉 一个简约的音乐播放器,支持网易云音乐账号登录,逐字歌词,下载歌曲,展示评论区,音乐云盘及歌单管理,音乐频谱,移动端基础适配 A minimalist music player|530|2024-02-05|
|154|[huchenlei/sd-webui-openpose-editor](https://github.com/huchenlei/sd-webui-openpose-editor)|Openpose editor for ControlNet. Full hand/face support.|500|2023-12-20|
|155|[hellodigua/vue-danmaku](https://github.com/hellodigua/vue-danmaku)|基于 Vue 的弹幕交互组件 A danmaku component for Vue|500|2023-09-07|
|156|[cscan/vue-excel-editor](https://github.com/cscan/vue-excel-editor)|Vue2 plugin for displaying and editing the array-of-object in Excel style|496|2024-01-04|
|157|[xdlumia/vue3-video-play](https://github.com/xdlumia/vue3-video-play)|适用于 Vue3 的 hls.js 播放器组件,配置丰富,界面还算好看|489|2024-01-18|
|157|[xdlumia/vue3-video-play](https://github.com/xdlumia/vue3-video-play)|适用于 Vue3 的 hls.js 播放器组件,配置丰富,界面还算好看|490|2024-01-18|
|158|[yangjiakai/lux-admin-vuetify3](https://github.com/yangjiakai/lux-admin-vuetify3)|Create the best admin based on Vue3.2, Vite4.1, TypeScript, Vuetify3, Chat GPT,Firebase etc.|477|2023-12-24|
|159|[zhaoyiming0803/VueNode](https://github.com/zhaoyiming0803/VueNode)|VueNode is a project of front and backend separation that building on TypeScript + Vue3.x + Node.js + MySQL + TypeORM|477|2023-10-08|
|160|[macrozheng/mall-app-web](https://github.com/macrozheng/mall-app-web)|mall-app-web是一个电商系统的移动端项目基于uni-app实现。主要包括首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等功能。|476|2024-01-02|
@ -184,15 +184,15 @@
|177|[zfile-dev/zfile-vue](https://github.com/zfile-dev/zfile-vue)|zfile 前端工程|429|2023-11-28|
|178|[mirari/vue-fullscreen](https://github.com/mirari/vue-fullscreen)|A simple Vue.js component for fullscreen|425|2023-10-19|
|179|[Rocket1184/electron-netease-cloud-music](https://github.com/Rocket1184/electron-netease-cloud-music)|UNOFFICIAL client for music.163.com. Powered by Electron and Vue|419|2024-02-09|
|180|[dromara/go-view](https://github.com/dromara/go-view)|GoView 说明文档GoView 是一个低代码数据可视化开发平台,将图表或页面元素封装为基础组件,无需编写代码即可完成业务需求。 它的技术栈为Vue3 + TypeScript4 + Vite2 + NaiveUI + ECharts5 + Axios + Pinia2 + PlopJS|417|2023-12-11|
|180|[dromara/go-view](https://github.com/dromara/go-view)|GoView 说明文档GoView 是一个低代码数据可视化开发平台,将图表或页面元素封装为基础组件,无需编写代码即可完成业务需求。 它的技术栈为Vue3 + TypeScript4 + Vite2 + NaiveUI + ECharts5 + Axios + Pinia2 + PlopJS|418|2023-12-11|
|181|[AwesomeDevin/vue-waterfall2](https://github.com/AwesomeDevin/vue-waterfall2)| Waterfall adaptive plugin for vue and support lazy load , so easy! |412|2024-01-09|
|182|[jamebal/jmal-cloud-view](https://github.com/jamebal/jmal-cloud-view)|JmalCloud 是一款私有云存储网盘项目,能够简单安全管理您的云端文件|411|2024-02-04|
|183|[LiuXIn011/rightHouse](https://github.com/LiuXIn011/rightHouse)|right-house房适一个开源的房屋租赁管理系统改变传统租房平台中间商的思路带来P2P租房新模式租客和房东直接对接。前期提供房东房源发布和租客求租等功能。建立租赁关系后提供租客交租和房屋报修等功能房东管理租客信息维修房屋等功能。终止租赁关系后租客对房东进行评价评分提供给后来租客做参考。|406|2023-08-28|
|184|[armomu/vue-material-admin](https://github.com/armomu/vue-material-admin)| Middle and backend template based on Vue3 Vuetify|404|2024-02-05|
|185|[tiger1103/gfast-ui](https://github.com/tiger1103/gfast-ui)|gfast后台UI界面|402|2024-01-14|
|186|[yaolunmao/vue-webtopo-svgeditor](https://github.com/yaolunmao/vue-webtopo-svgeditor)|基于vue3实现的svg可视化web组态编辑器。可无需修改代码动态添加svg组件|400|2023-11-27|
|187|[AeroWang/XanaduCompany](https://github.com/AeroWang/XanaduCompany)|企业门户网站管理系统包括前台展示、后台管理、后端服务Node.js、Koa、sequelize、MySQL,前端主要使用Vue+ElementUI。无预览地址服务器没了|398|2023-11-30|
|188|[rap2hpoutre/vue-picture-swipe](https://github.com/rap2hpoutre/vue-picture-swipe)|🖼 Vue Picture Swipe Gallery (a gallery of image with thumbnails, lazy-load and swipe) backed by photoswipe|393|2023-11-10|
|187|[AeroWang/XanaduCompany](https://github.com/AeroWang/XanaduCompany)|企业门户网站管理系统包括前台展示、后台管理、后端服务Node.js、Koa、sequelize、MySQL,前端主要使用Vue+ElementUI。无预览地址服务器没了|399|2023-11-30|
|188|[rap2hpoutre/vue-picture-swipe](https://github.com/rap2hpoutre/vue-picture-swipe)|🖼 Vue Picture Swipe Gallery (a gallery of image with thumbnails, lazy-load and swipe) backed by photoswipe|394|2023-11-10|
|189|[ggymm/data-view-web](https://github.com/ggymm/data-view-web)|data view/report screen数据可视化大屏数据报表设计器|387|2024-01-13|
|190|[trueleaf/moyu](https://github.com/trueleaf/moyu)|基于 Vue 和 Electron 的在线协同api接口管理工具。接口文档管理工具、接口工具、接口文档、api文档、api工具、快乐摸鱼|386|2023-11-11|
|191|[ddiu8081/oreooo](https://github.com/ddiu8081/oreooo)|🍪 An oreo generater.|385|2024-01-19|
@ -202,7 +202,7 @@
|195|[dulaiduwang003/TIME-SEA-chatgpt](https://github.com/dulaiduwang003/TIME-SEA-chatgpt)|基于SpringBoot3开发的Ai平台 含双端 网页以及小程序 包含各类Ai模型 和绘图 ,含支付 双端数据同步 支持自定义预设词,功能板块定义 web兼容手机展示|369|2024-01-15|
|196|[li-junpeng/dbtu-client](https://github.com/li-junpeng/dbtu-client)|🔥🔥🔥DB兔免费的数据库管理工具🧰支持Web在线使用🚀将计划支持Windows、Mac,、Linux等系统。如果你对此项目感兴趣动动您的小手给个Star⭐吧。|358|2023-09-01|
|197|[vaemusic/datav-vue3](https://github.com/vaemusic/datav-vue3)|datav Vue3+TS+Vite版|357|2024-01-16|
|198|[Yidadaa/shuangpin](https://github.com/Yidadaa/shuangpin)|纸砚双拼,可能是最好用的双拼练习工具,支持声母 / 韵母 / 长句模式、自定义双拼方案、进度统计、深色模式、成就系统。|354|2024-01-18|
|198|[Yidadaa/shuangpin](https://github.com/Yidadaa/shuangpin)|纸砚双拼,可能是最好用的双拼练习工具,支持声母 / 韵母 / 长句模式、自定义双拼方案、进度统计、深色模式、成就系统。|355|2024-01-18|
|199|[xlzy520/bilibili-img-uploader](https://github.com/xlzy520/bilibili-img-uploader)|Chrome/Firefox/Edge Extension bilibili img uploader。哔哩哔哩图床上传插件.https://chrome.google.com/webstore/detail/b%E7%AB%99%E5%9B%BE%E5%BA%8A/domljbndjbjgpkhdbmfgmiclggdfojnd?hl=zh-CN|349|2023-12-13|
|200|[javaLuo/vue-puzzle-vcode](https://github.com/javaLuo/vue-puzzle-vcode)|vue 拼图人机验证 右滑拼图验证|349|2024-01-25|

Loading…
Cancel
Save