Repository: GrowingGit/GitHub-Chinese-Top-Charts Branch: master Commit: 0403f534a338 Files: 189 Total size: 2.5 MB Directory structure: gitextract_7hoissz5/ ├── .gitignore ├── LICENSE.md ├── README.md └── content/ ├── charts/ │ ├── growth/ │ │ ├── knowledge/ │ │ │ ├── All-Language.md │ │ │ ├── Assembly.md │ │ │ ├── C.md │ │ │ ├── CPP.md │ │ │ ├── CSHARP.md │ │ │ ├── CSS.md │ │ │ ├── Dart.md │ │ │ ├── Go.md │ │ │ ├── Groovy.md │ │ │ ├── HTML.md │ │ │ ├── Java.md │ │ │ ├── JavaScript.md │ │ │ ├── Jupyter-Notebook.md │ │ │ ├── Kotlin.md │ │ │ ├── Lua.md │ │ │ ├── MATLAB.md │ │ │ ├── Objective-C.md │ │ │ ├── PHP.md │ │ │ ├── Pascal.md │ │ │ ├── Perl.md │ │ │ ├── Python.md │ │ │ ├── R.md │ │ │ ├── Ruby.md │ │ │ ├── Rust.md │ │ │ ├── Shell.md │ │ │ ├── Swift.md │ │ │ ├── TeX.md │ │ │ ├── TypeScript.md │ │ │ ├── Vim-script.md │ │ │ └── Vue.md │ │ └── software/ │ │ ├── All-Language.md │ │ ├── Assembly.md │ │ ├── C.md │ │ ├── CPP.md │ │ ├── CSHARP.md │ │ ├── CSS.md │ │ ├── Dart.md │ │ ├── Go.md │ │ ├── Groovy.md │ │ ├── HTML.md │ │ ├── Java.md │ │ ├── JavaScript.md │ │ ├── Jupyter-Notebook.md │ │ ├── Kotlin.md │ │ ├── Lua.md │ │ ├── MATLAB.md │ │ ├── Objective-C.md │ │ ├── PHP.md │ │ ├── Pascal.md │ │ ├── Perl.md │ │ ├── Python.md │ │ ├── R.md │ │ ├── Ruby.md │ │ ├── Rust.md │ │ ├── Shell.md │ │ ├── Swift.md │ │ ├── TeX.md │ │ ├── TypeScript.md │ │ ├── Vim-script.md │ │ └── Vue.md │ ├── new_repo/ │ │ ├── knowledge/ │ │ │ ├── All-Language.md │ │ │ ├── Assembly.md │ │ │ ├── C.md │ │ │ ├── CPP.md │ │ │ ├── CSHARP.md │ │ │ ├── CSS.md │ │ │ ├── Dart.md │ │ │ ├── Go.md │ │ │ ├── Groovy.md │ │ │ ├── HTML.md │ │ │ ├── Java.md │ │ │ ├── JavaScript.md │ │ │ ├── Jupyter-Notebook.md │ │ │ ├── Kotlin.md │ │ │ ├── Lua.md │ │ │ ├── MATLAB.md │ │ │ ├── Objective-C.md │ │ │ ├── PHP.md │ │ │ ├── Pascal.md │ │ │ ├── Perl.md │ │ │ ├── Python.md │ │ │ ├── R.md │ │ │ ├── Ruby.md │ │ │ ├── Rust.md │ │ │ ├── Shell.md │ │ │ ├── Swift.md │ │ │ ├── TeX.md │ │ │ ├── TypeScript.md │ │ │ ├── Vim-script.md │ │ │ └── Vue.md │ │ └── software/ │ │ ├── All-Language.md │ │ ├── Assembly.md │ │ ├── C.md │ │ ├── CPP.md │ │ ├── CSHARP.md │ │ ├── CSS.md │ │ ├── Dart.md │ │ ├── Go.md │ │ ├── Groovy.md │ │ ├── HTML.md │ │ ├── Java.md │ │ ├── JavaScript.md │ │ ├── Jupyter-Notebook.md │ │ ├── Kotlin.md │ │ ├── Lua.md │ │ ├── MATLAB.md │ │ ├── Objective-C.md │ │ ├── PHP.md │ │ ├── Pascal.md │ │ ├── Perl.md │ │ ├── Python.md │ │ ├── R.md │ │ ├── Ruby.md │ │ ├── Rust.md │ │ ├── Shell.md │ │ ├── Swift.md │ │ ├── TeX.md │ │ ├── TypeScript.md │ │ ├── Vim-script.md │ │ └── Vue.md │ └── overall/ │ ├── knowledge/ │ │ ├── All-Language.md │ │ ├── Assembly.md │ │ ├── C.md │ │ ├── CPP.md │ │ ├── CSHARP.md │ │ ├── CSS.md │ │ ├── Dart.md │ │ ├── Go.md │ │ ├── Groovy.md │ │ ├── HTML.md │ │ ├── Java.md │ │ ├── JavaScript.md │ │ ├── Jupyter-Notebook.md │ │ ├── Kotlin.md │ │ ├── Lua.md │ │ ├── MATLAB.md │ │ ├── Objective-C.md │ │ ├── PHP.md │ │ ├── Pascal.md │ │ ├── Perl.md │ │ ├── Python.md │ │ ├── R.md │ │ ├── Ruby.md │ │ ├── Rust.md │ │ ├── Shell.md │ │ ├── Swift.md │ │ ├── TeX.md │ │ ├── TypeScript.md │ │ ├── Vim-script.md │ │ └── Vue.md │ └── software/ │ ├── All-Language.md │ ├── Assembly.md │ ├── C.md │ ├── CPP.md │ ├── CSHARP.md │ ├── CSS.md │ ├── Dart.md │ ├── Go.md │ ├── Groovy.md │ ├── HTML.md │ ├── Java.md │ ├── JavaScript.md │ ├── Jupyter-Notebook.md │ ├── Kotlin.md │ ├── Lua.md │ ├── MATLAB.md │ ├── Objective-C.md │ ├── PHP.md │ ├── Pascal.md │ ├── Perl.md │ ├── Python.md │ ├── R.md │ ├── Ruby.md │ ├── Rust.md │ ├── Shell.md │ ├── Swift.md │ ├── TeX.md │ ├── TypeScript.md │ ├── Vim-script.md │ └── Vue.md ├── docs/ │ ├── definition_of_Chinese_repo.md │ ├── features.md │ ├── feedback.md │ ├── inclusion_rules.md │ └── milestone.md └── scripts/ └── test.java ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ .DS_Store ================================================ FILE: LICENSE.md ================================================ [< 返回](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜) # 许可协议

本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可。

知识共享许可协议 ================================================ FILE: README.md ================================================

GitHub中文排行榜

「帮助你发现优秀中文项目,可以无语言障碍地、更高效地吸收优秀经验成果」

↓ -- 项目说明 -- ↓

特色亮点中文定义收录规则重要更新问题反馈许可协议

↓ -- 进阶之路 -- ↓

中文项目已通关?通往更广阔世界的路:GitHub英文排行榜

↓ -- 内容目录 -- ↓

中文总榜 中文增速榜 中文新秀榜
软件类 资料类 软件类 资料类 软件类 资料类
All Language All Language All Language All Language All Language All Language
JavaScript JavaScript JavaScript JavaScript JavaScript JavaScript
Java Java Java Java Java Java
Python Python Python Python Python Python
Go Go Go Go Go Go
TypeScript TypeScript TypeScript TypeScript TypeScript TypeScript
Vue Vue Vue Vue Vue Vue
C++ C++ C++ C++ C++ C++
C C C C C C
C# C# C# C# C# C#
PHP PHP PHP PHP PHP PHP
HTML HTML HTML HTML HTML HTML
Swift Swift Swift Swift Swift Swift
Kotlin Kotlin Kotlin Kotlin Kotlin Kotlin
Objective-C Objective-C Objective-C Objective-C Objective-C Objective-C
CSS CSS CSS CSS CSS CSS
Shell Shell Shell Shell Shell Shell
Dart Dart Dart Dart Dart Dart
Rust Rust Rust Rust Rust Rust
Jupyter Notebook Jupyter Notebook Jupyter Notebook Jupyter Notebook Jupyter Notebook Jupyter Notebook
Assembly Assembly Assembly Assembly Assembly Assembly
Vim script Vim script Vim script Vim script Vim script Vim script
Ruby Ruby Ruby Ruby Ruby Ruby
Lua Lua Lua Lua Lua Lua
TeX TeX TeX TeX TeX TeX
Groovy Groovy Groovy Groovy Groovy Groovy
Perl Perl Perl Perl Perl Perl
MATLAB MATLAB MATLAB MATLAB MATLAB MATLAB
Pascal Pascal Pascal Pascal Pascal Pascal
R R R R R R

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
================================================ FILE: content/charts/growth/knowledge/All-Language.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > All Language 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Language|Updated| |:-|:-|:-|:-|:-|:-|:-| |1|[krahets/hello-algo](https://github.com/krahets/hello-algo)|《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing|96370|136|Java|2024-10-10| |2|[996icu/996.ICU](https://github.com/996icu/996.ICU)|Repo for counting stars and contributing. Press F to pay respect to glorious developers.|269739|133|Rust|2024-10-03| |3|[jwasham/coding-interview-university](https://github.com/jwasham/coding-interview-university)|A complete computer science study plan to become a software engineer.|305487|100|-|2024-09-13| |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.|272236|98|Python|2024-08-07| |5|[EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books)|:books: Freely available programming books|336045|84|-|2024-10-11| |6|[trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)|📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings|187796|78|JavaScript|2024-08-19| |7|[PlexPt/awesome-chatgpt-prompts-zh](https://github.com/PlexPt/awesome-chatgpt-prompts-zh)|ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。|52417|78|-|2024-07-30| |8|[labuladong/fucking-algorithm](https://github.com/labuladong/fucking-algorithm)|刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why. |125370|74|Markdown|2024-09-22| |9|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|175099|72|Java|2024-08-21| |10|[jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)|Python - 100天从新手到大师|155584|64|Python|2024-08-15| |11|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!|146316|62|Java|2024-10-11| |12|[Huanshere/VideoLingo](https://github.com/Huanshere/VideoLingo)|Netflix-level subtitle cutting, translation, alignment, and even dubbing - one-click fully automated AI video subtitle team Netflix级字幕切割、翻译、对齐、甚至加上配音,一键全自动视频搬运AI字幕组|3794|59|Python|2024-10-11| |13|[opendatalab/MinerU](https://github.com/opendatalab/MinerU)|A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction.一站式开源高质量数据提取工具,支持PDF/网页/多格式电子书提取。|12759|56|Python|2024-10-10| |14|[PKUFlyingPig/cs-self-learning](https://github.com/PKUFlyingPig/cs-self-learning)|计算机自学指南|56566|52|HTML|2024-09-13| |15|[jlevy/the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line)|Master the command line, in one page|153179|45|-|2024-06-25| |16|[zhuima/awesome-cloudflare](https://github.com/zhuima/awesome-cloudflare)|⛅️ 精选的 Cloudflare 工具、开源项目、指南、博客和其他资源列表。/ ⛅️ A curated list of Cloudflare tools, open source projects, guides, blogs and other resources.|8316|44|-|2024-10-01| |17|[bleedline/aimoneyhunter](https://github.com/bleedline/aimoneyhunter)|ai副业赚钱大集合,教你如何利用ai做一些副业项目,赚取更多额外收益。The Ultimate Guide to Making Money with AI Side Hustles: Learn how to leverage AI for some cool side gigs and rake in some extra cash. Check out the English version ...|13205|44|-|2024-10-10| |18|[Anduin2017/HowToCook](https://github.com/Anduin2017/HowToCook)|程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).|66802|40|Dockerfile|2024-10-06| |19|[aishwaryanr/awesome-generative-ai-guide](https://github.com/aishwaryanr/awesome-generative-ai-guide)|A one stop repository for generative AI research updates, interview resources, notebooks and much more!|8593|35|-|2024-10-09| |20|[NanmiCoder/MediaCrawler](https://github.com/NanmiCoder/MediaCrawler)|小红书笔记 评论爬虫、抖音视频 评论爬虫、快手视频 评论爬虫、B 站视频 | 评论爬虫、微博帖子 | 评论爬虫、百度贴吧帖子 | 百度贴吧评论回复爬虫 知乎问答文章|评论爬虫|16901|34|Python|2024-10-10| |21|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|75829|34|Java|2024-09-19| |22|[Ceelog/DictionaryByGPT4](https://github.com/Ceelog/DictionaryByGPT4)|一本 GPT4 生成的单词书📚,超过 8000 个单词分析,涵盖了词义、例句、词根词缀、变形、文化背景、记忆技巧和小故事|3556|33|HTML|2024-08-17| |23|[airbnb/javascript](https://github.com/airbnb/javascript)|JavaScript Style Guide|144907|33|JavaScript|2024-10-05| |24|[ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)|:bathtub: Clean Code concepts adapted for JavaScript|91462|32|JavaScript|2024-07-29| |25|[LiLittleCat/awesome-free-chatgpt](https://github.com/LiLittleCat/awesome-free-chatgpt)|🆓免费的 ChatGPT 镜像网站列表,持续更新。List of free ChatGPT mirror sites, continuously updated. |18057|31|Python|2024-10-11| |26|[LlamaFamily/Llama-Chinese](https://github.com/LlamaFamily/Llama-Chinese)|Llama中文社区,Llama3在线体验和微调模型已开放,实时汇总最新Llama3学习资料,已将所有代码更新适配Llama3,构建最好的中文Llama大模型,完全开源可商用|13782|31|Python|2024-09-05| |27|[521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub)|:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.|91664|30|Python|2024-09-28| |28|[HqWu-HITCS/Awesome-Chinese-LLM](https://github.com/HqWu-HITCS/Awesome-Chinese-LLM)|整理开源的中文大语言模型,以规模较小、可私有化部署、训练成本较低的模型为主,包括底座模型,垂直领域微调及应用,数据集与教程等。|15350|30|-|2024-09-19| |29|[Hannibal046/Awesome-LLM](https://github.com/Hannibal046/Awesome-LLM)|Awesome-LLM: a curated list of Large Language Model|18171|30|-|2024-10-07| |30|[youngyangyang04/leetcode-master](https://github.com/youngyangyang04/leetcode-master)|《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀 |51107|29|-|2024-10-09| |31|[type-challenges/type-challenges](https://github.com/type-challenges/type-challenges)|Collection of TypeScript type challenges with online judge|42848|28|TypeScript|2024-09-08| |32|[justjavac/free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN)|:books: 免费的计算机编程类中文书籍,欢迎投稿|111433|28|-|2024-07-15| |33|[TencentARC/GFPGAN](https://github.com/TencentARC/GFPGAN)|GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.|35681|27|Python|2024-07-26| |34|[jianchang512/pyvideotrans](https://github.com/jianchang512/pyvideotrans)|Translate the video from one language to another and add dubbing. 将视频从一种语言翻译为另一种语言,并支持api调用|10298|27|Python|2024-10-11| |35|[hehonghui/awesome-english-ebooks](https://github.com/hehonghui/awesome-english-ebooks)|经济学人(含音频)、纽约客、卫报、连线、大西洋月刊等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新|21422|26|CSS|2024-10-10| |36|[WeNeedHome/SummaryOfLoanSuspension](https://github.com/WeNeedHome/SummaryOfLoanSuspension)|全国各省市停贷通知汇总|20344|25|HTML|2024-07-13| |37|[Kedreamix/Linly-Dubbing](https://github.com/Kedreamix/Linly-Dubbing)|智能视频多语言AI配音/翻译工具 - Linly-Dubbing — “AI赋能,语言无界”|1618|25|Jupyter Notebook|2024-08-23| |38|[mli/paper-reading](https://github.com/mli/paper-reading)|深度学习经典、新论文逐段精读|26607|25|-|2024-08-08| |39|[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.|75656|25|JavaScript|2024-10-11| |40|[datawhalechina/self-llm](https://github.com/datawhalechina/self-llm)|《开源大模型食用指南》基于Linux环境快速部署开源大模型,更适合中国宝宝的部署教程|8342|25|Jupyter Notebook|2024-09-29| |41|[d2l-ai/d2l-zh](https://github.com/d2l-ai/d2l-zh)|《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。|62068|24|Python|2024-07-30| |42|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.0 ...|54456|24|JavaScript|2024-06-26| |43|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)|LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)|54583|23|JavaScript|2024-08-12| |44|[Asabeneh/30-Days-Of-Python](https://github.com/Asabeneh/30-Days-Of-Python)|30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may ...|41891|23|Python|2024-10-09| |45|[datawhalechina/llm-cookbook](https://github.com/datawhalechina/llm-cookbook)|面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版|11619|22|Jupyter Notebook|2024-09-15| |46|[CrazyBoyM/llama3-Chinese-chat](https://github.com/CrazyBoyM/llama3-Chinese-chat)|Llama3、Llama3.1 中文仓库(随书籍撰写中... 各种网友及厂商微调、魔改版本有趣权重 & 训练、推理、评测、部署教程视频 & 文档)|3973|22|Python|2024-09-16| |47|[SimplifyJobs/Summer2025-Internships](https://github.com/SimplifyJobs/Summer2025-Internships)|Collection of Summer 2025 tech internships!|34498|22|-|2024-10-11| |48|[ZHO-ZHO-ZHO/ComfyUI-Workflows-ZHO](https://github.com/ZHO-ZHO-ZHO/ComfyUI-Workflows-ZHO)|我的 ComfyUI 工作流合集 My ComfyUI workflows collection|4899|22|-|2024-08-05| |49|[sdmg15/Best-websites-a-programmer-should-visit](https://github.com/sdmg15/Best-websites-a-programmer-should-visit)|:link: Some useful websites for programmers.|61358|22|-|2024-10-11| |50|[01-ai/Yi](https://github.com/01-ai/Yi)|A series of large language models trained from scratch by developers @01-ai|7625|22|Jupyter Notebook|2024-09-23| |51|[immersive-translate/immersive-translate](https://github.com/immersive-translate/immersive-translate)|沉浸式双语网页翻译扩展 , 支持输入框翻译, 鼠标悬停翻译, PDF, Epub, 字幕文件, TXT 文件翻译 - Immersive Dual Web Page Translation Extension |14118|21|-|2024-10-11| |52|[cooderl/wewe-rss](https://github.com/cooderl/wewe-rss)|🤗更优雅的微信公众号订阅方式,支持私有化部署、微信公众号RSS生成(基于微信读书)v2.x|4764|21|TypeScript|2024-09-11| |53|[cuixueshe/earthworm](https://github.com/cuixueshe/earthworm)|Learning English through the method of constructing sentences with conjunctions|5855|21|TypeScript|2024-08-19| |54|[modelscope/facechain](https://github.com/modelscope/facechain)|FaceChain is a deep-learning toolchain for generating your Digital-Twin.|8938|21|Jupyter Notebook|2024-10-11| |55|[ruanyf/weekly](https://github.com/ruanyf/weekly)|科技爱好者周刊,每周五发布|46960|21|-|2024-10-11| |56|[AobingJava/JavaFamily](https://github.com/AobingJava/JavaFamily)|【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。|36013|20|-|2024-09-04| |57|[logseq/logseq](https://github.com/logseq/logseq)|A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: http://trello.com/b/8txSM12G/roadmap|32440|20|Clojure|2024-10-11| |58|[Light-City/CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings)|C++那些事|39090|20|C++|2024-06-14| |59|[0voice/interview_internal_reference](https://github.com/0voice/interview_internal_reference)|2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。|36582|19|Python|2024-05-20| |60|[EmbraceAGI/awesome-chatgpt-zh](https://github.com/EmbraceAGI/awesome-chatgpt-zh)|ChatGPT 中文指南🔥,ChatGPT 中文调教指南,指令指南,应用开发指南,精选资源清单,更好的使用 chatGPT 让你的生产力 up up up! 🚀|10623|19|Python|2024-08-30| |61|[typescript-cheatsheets/react](https://github.com/typescript-cheatsheets/react)|Cheatsheets for experienced React developers getting started with TypeScript|45247|19|JavaScript|2024-10-09| |62|[liguodongiot/llm-action](https://github.com/liguodongiot/llm-action)|本项目旨在分享大模型相关技术原理以及实战经验。|9521|19|HTML|2024-09-22| |63|[ai-boost/awesome-prompts](https://github.com/ai-boost/awesome-prompts)|Curated list of chatgpt prompts from the top-rated GPTs in the GPTs Store. Prompt Engineering, prompt attack & prompt protect. Advanced Prompt Engineering papers.|5115|19|-|2024-09-23| |64|[sczhou/CodeFormer](https://github.com/sczhou/CodeFormer)|[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer|15535|18|Python|2024-10-09| |65|[Mooler0410/LLMsPracticalGuide](https://github.com/Mooler0410/LLMsPracticalGuide)|A curated list of practical guide resources of LLMs (LLMs Tree, Examples, Papers)|9365|17|-|2024-05-31| |66|[formulahendry/955.WLB](https://github.com/formulahendry/955.WLB)|955 不加班的公司名单 - 工作 955,work–life balance (工作与生活的平衡)|34673|17|-|2024-05-24| |67|[yangshun/front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook)|⚡️ Front End interview preparation materials for busy engineers|41552|17|JavaScript|2024-10-01| |68|[OpenTalker/SadTalker](https://github.com/OpenTalker/SadTalker)|[CVPR 2023] SadTalker:Learning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation|11782|17|Python|2024-06-26| |69|[PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)|清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University|33210|16|HTML|2024-07-23| |70|[jaywcjlove/reference](https://github.com/jaywcjlove/reference)|为开发人员分享快速参考备忘清单(速查表)|12019|16|Dockerfile|2024-10-11| |71|[dair-ai/ML-Papers-of-the-Week](https://github.com/dair-ai/ML-Papers-of-the-Week)|🔥Highlighting the top ML papers every week.|10056|16|-|2024-10-09| |72|[WooooDyy/LLM-Agent-Paper-List](https://github.com/WooooDyy/LLM-Agent-Paper-List)|The paper list of the 86-page paper "The Rise and Potential of Large Language Model Based Agents: A Survey" by Zhiheng Xi et al.|6381|16|-|2024-07-28| |73|[Lakr233/NotchDrop](https://github.com/Lakr233/NotchDrop)|Use your MacBook's notch like Dynamic Island for temporary storing files and AirDrop|1438|15|Swift|2024-08-23| |74|[gedoor/legado](https://github.com/gedoor/legado)|Legado 3.0 Book Reader with powerful controls & full functions❤️阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。|28845|15|Kotlin|2024-10-10| |75|[GitHubDaily/GitHubDaily](https://github.com/GitHubDaily/GitHubDaily)|坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.|32170|15|-|2024-05-29| |76|[viraptor/reverse-interview](https://github.com/viraptor/reverse-interview)|Questions to ask the company during your interview|27535|15|-|2024-09-04| |77|[microsoft/Phi-3CookBook](https://github.com/microsoft/Phi-3CookBook)|This is a Phi-3 book for getting started with Phi-3. Phi-3, a family of open sourced AI models developed by Microsoft. Phi-3 models are the most capable and cost-effective small language models (SLMs) ...|2329|15|Jupyter Notebook|2024-10-10| |78|[1c7/chinese-independent-developer](https://github.com/1c7/chinese-independent-developer)|👩🏿‍💻👨🏾‍💻👩🏼‍💻👨🏽‍💻👩🏻‍💻中国独立开发者项目列表 -- 分享大家都在做什么|37359|14|-|2024-10-10| |79|[Fanghua-Yu/SUPIR](https://github.com/Fanghua-Yu/SUPIR)|SUPIR aims at developing Practical Algorithms for Photo-Realistic Image Restoration In the Wild. Our new online demo is also released at suppixel.ai.|4287|14|Python|2024-07-30| |80|[doocs/leetcode](https://github.com/doocs/leetcode)|🔥LeetCode solutions in any programming language 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解|31224|14|Java|2024-10-11| |81|[satwikkansal/wtfpython](https://github.com/satwikkansal/wtfpython)|What the f*ck Python? 😱|35706|14|Python|2024-10-11| |82|[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 🎉 . 离谱的英语学习指南/英语学习教程。|36933|14|-|2024-07-13| |83|[easychen/one-person-businesses-methodology-v2.0](https://github.com/easychen/one-person-businesses-methodology-v2.0)|《一人企业方法论》第二版,也适合做其他副业(比如自媒体、电商、数字商品)的非技术人群。|2837|14|PHP|2024-07-19| |84|[kyrolabs/awesome-langchain](https://github.com/kyrolabs/awesome-langchain)|😎 Awesome list of tools and projects with the awesome LangChain framework|7529|13|-|2024-08-18| |85|[jackhawks/rectg](https://github.com/jackhawks/rectg)|我们从5000多个Telegram群组、频道和机器人中精心挑选了最优质的资源。本项目中的所有内容均来自互联网,仅用于学习和技术研究目的。|6278|13|Python|2024-08-04| |86|[fengdu78/Coursera-ML-AndrewNg-Notes](https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes)|吴恩达老师的机器学习课程个人笔记|31836|13|HTML|2024-06-10| |87|[ddean2009/MoneyPrinterPlus](https://github.com/ddean2009/MoneyPrinterPlus)|AI一键批量生成各类短视频,自动批量混剪短视频,自动把视频发布到抖音,快手,小红书,视频号上,赚钱从来没有这么容易过! 支持本地语音模型chatTTS,fasterwhisper,GPTSoVITS,支持云语音:Azure,阿里云,腾讯云。支持Stable diffusion,comfyUI直接AI生图。Generate short videos with one click using AI L ...|1995|13|Python|2024-10-08| |88|[datawhalechina/llm-universe](https://github.com/datawhalechina/llm-universe)|本项目是一个面向小白开发者的大模型应用开发教程,在线阅读地址:https://datawhalechina.github.io/llm-universe/|4533|13|Jupyter Notebook|2024-09-22| |89|[haizlin/fe-interview](https://github.com/haizlin/fe-interview)|前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),6000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……|25339|13|JavaScript|2024-10-10| |90|[liaokongVFX/LangChain-Chinese-Getting-Started-Guide](https://github.com/liaokongVFX/LangChain-Chinese-Getting-Started-Guide)|LangChain 的中文入门教程|7373|13|-|2024-08-11| |91|[fastai/fastbook](https://github.com/fastai/fastbook)|The fastai book, published as Jupyter Notebooks|21680|13|Jupyter Notebook|2024-08-16| |92|[harry0703/AudioNotes](https://github.com/harry0703/AudioNotes)|快速提取音视频内容,整理成一份结构化的markdown笔记|1035|12|Python|2024-07-26| |93|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|22090|12|Java|2024-09-19| |94|[AmazingAng/WTF-Solidity](https://github.com/AmazingAng/WTF-Solidity)|WTF Solidity 极简入门教程,供小白们使用。Now supports English! 官网: https://wtf.academy|11417|12|Solidity|2024-09-28| |95|[JoeanAmier/XHS-Downloader](https://github.com/JoeanAmier/XHS-Downloader)|小红书链接提取/作品采集工具:提取账号发布、收藏、点赞、专辑作品链接;提取搜索结果作品、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书无水印作品文件!|5232|12|Python|2024-09-25| |96|[QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)|浙江大学课程攻略共享计划|37098|12|HTML|2024-09-29| |97|[tiimgreen/github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet)|A list of cool features of Git and GitHub.|47867|12|-|2024-04-15| |98|[halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go)|✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解|32869|12|Go|2024-06-22| |99|[wuyouzhuguli/SpringAll](https://github.com/wuyouzhuguli/SpringAll)|循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列源码:https://mrbird.cc|28290|12|Java|2024-05-31| |100|[yihong0618/bilingual_book_maker](https://github.com/yihong0618/bilingual_book_maker)|Make bilingual epub books Using AI translate|7345|12|Python|2024-08-24| |101|[MaaAssistantArknights/MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights)|《明日方舟》小助手,全日常一键长草! A one-click tool for the daily tasks of Arknights, supporting all clients.|13803|12|C++|2024-10-11| |102|[goldbergyoni/javascript-testing-best-practices](https://github.com/goldbergyoni/javascript-testing-best-practices)|📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)|24002|12|JavaScript|2024-06-27| |103|[qiurunze123/miaosha](https://github.com/qiurunze123/miaosha)|⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓|26203|12|Java|2024-06-06| |104|[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.|8442|11|TypeScript|2024-06-04| |105|[k88hudson/git-flight-rules](https://github.com/k88hudson/git-flight-rules)|Flight rules for git|41839|11|-|2024-08-27| |106|[crossoverJie/JCSprout](https://github.com/crossoverJie/JCSprout)|👨‍🎓 Java Core Sprout : basic, concurrent, algorithm |27070|11|Java|2024-05-21| |107|[jaywcjlove/linux-command](https://github.com/jaywcjlove/linux-command)|Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux|31745|11|Markdown|2024-09-20| |108|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|20444|11|JavaScript|2024-10-11| |109|[RealKai42/qwerty-learner](https://github.com/RealKai42/qwerty-learner)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers|15507|11|TypeScript|2024-10-08| |110|[Pintree-io/pintree](https://github.com/Pintree-io/pintree)|An intuitive tool for managing and exporting your local bookmarks into a shareable website. |1258|11|CSS|2024-08-14| |111|[alibaba/p3c](https://github.com/alibaba/p3c)|Alibaba Java Coding Guidelines pmd implements and IDE plugin|30423|11|Kotlin|2024-08-06| |112|[amusi/CVPR2024-Papers-with-Code](https://github.com/amusi/CVPR2024-Papers-with-Code)|CVPR 2024 论文和开源项目合集|17927|11|-|2024-07-04| |113|[pengxiao-song/LaWGPT](https://github.com/pengxiao-song/LaWGPT)| 🎉 Repo for LaWGPT, Chinese-Llama tuned with Chinese Legal knowledge. 基于中文法律知识的大语言模型|5807|11|Python|2024-06-11| |114|[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|18226|11|JavaScript|2024-09-18| |115|[datawhalechina/pumpkin-book](https://github.com/datawhalechina/pumpkin-book)|《机器学习》(西瓜书)公式详解|23892|11|-|2024-08-20| |116|[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.|23412|11|Python|2024-08-18| |117|[dwmkerr/hacker-laws](https://github.com/dwmkerr/hacker-laws)|💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws|25762|11|Shell|2024-06-12| |118|[sunface/rust-course](https://github.com/sunface/rust-course)|“连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book |25287|11|Rust|2024-09-05| |119|[xitu/gold-miner](https://github.com/xitu/gold-miner)|🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:|33721|10|-|2024-04-17| |120|[ShareGPT4Omni/ShareGPT4Video](https://github.com/ShareGPT4Omni/ShareGPT4Video)|[NeurIPS 2024] An official implementation of ShareGPT4Video: Improving Video Understanding and Generation with Better Captions|1242|10|Python|2024-10-09| |121|[baichuan-inc/Baichuan2](https://github.com/baichuan-inc/Baichuan2)|A series of large language models developed by Baichuan Intelligent Technology|4083|10|Python|2024-06-22| |122|[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|43257|10|Go|2024-05-12| |123|[rockbenben/ChatGPT-Shortcut](https://github.com/rockbenben/ChatGPT-Shortcut)|🚀💪Maximize your efficiency and productivity, support for English,中文,Español,العربية. 让生产力加倍的AI快捷指令。更有效地定制、保存和分享自己的提示词。在提示词分享社区中,轻松找到适用于不同场景的指令。|5918|10|TypeScript|2024-09-18| |124|[diff-usion/Awesome-Diffusion-Models](https://github.com/diff-usion/Awesome-Diffusion-Models)| A collection of resources and papers on Diffusion Models|10868|10|HTML|2024-08-01| |125|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|28497|10|JavaScript|2024-09-09| |126|[EwingYangs/awesome-open-gpt](https://github.com/EwingYangs/awesome-open-gpt)|Collection of Open Source Projects Related to GPT,GPT相关开源项目合集🚀、精选🔥🔥|5526|10|Python|2024-08-21| |127|[JoeanAmier/TikTokDownloader](https://github.com/JoeanAmier/TikTokDownloader)|TikTok 主页/合辑/直播/视频/图集/原声;抖音主页/视频/图集/收藏/直播/原声/合集/评论/账号/搜索/热榜数据采集工具|7696|10|Python|2024-09-24| |128|[ZuzooVn/machine-learning-for-software-engineers](https://github.com/ZuzooVn/machine-learning-for-software-engineers)|A complete daily plan for studying to become a machine learning engineer.|28097|10|-|2024-06-11| |129|[wangzheng0822/algo](https://github.com/wangzheng0822/algo)|数据结构和算法必知必会的50个代码实现|22887|10|Python|2024-08-21| |130|[Visualize-ML/Book4_Power-of-Matrix](https://github.com/Visualize-ML/Book4_Power-of-Matrix)|Book_4_《矩阵力量》 鸢尾花书:从加减乘除到机器学习;上架!|8651|10|Python|2024-09-11| |131|[isno/theByteBook](https://github.com/isno/theByteBook)|⭐ 【开源书籍】深入讲解内核网络、Kubernetes、ServiceMesh、容器等云原生相关技术。经历实践检验的 DevOps、SRE指南。如发现错误,谢谢提issue|7137|10|JavaScript|2024-10-11| |132|[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?"|39970|10|-|2024-08-19| |133|[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.|13157|9|-|2024-09-25| |134|[SimplifyJobs/New-Grad-Positions](https://github.com/SimplifyJobs/New-Grad-Positions)|A collection of full time roles in SWE, Quant, and PM for new grads.|11382|9|-|2024-10-11| |135|[MoienTajik/AspNetCore-Developer-Roadmap](https://github.com/MoienTajik/AspNetCore-Developer-Roadmap)|Roadmap to becoming an ASP.NET Core developer in 2024|18522|9|-|2024-08-08| |136|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶知识库。从零开始学前端,做一名精致优雅的前端工程师。|26363|9|JavaScript|2024-09-10| |137|[wistbean/learn_python3_spider](https://github.com/wistbean/learn_python3_spider)|python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式 ...|18055|9|Python|2024-07-29| |138|[ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)|本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。|30662|9|JavaScript|2024-04-14| |139|[yudaocode/SpringBoot-Labs](https://github.com/yudaocode/SpringBoot-Labs)|一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024|19030|9|Java|2024-04-28| |140|[meetqy/aspoem](https://github.com/meetqy/aspoem)|Learn Chinese Poetry With AsPoem.com|2548|9|TypeScript|2024-09-11| |141|[zu1k/bs-core](https://github.com/zu1k/bs-core)|Easy and blazing-fast book searcher, create and search your private library.|6336|9|TypeScript|2024-10-11| |142|[shengxinjing/programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist)|:see_no_evil:程序员找工作黑名单,换工作和当技术合伙人需谨慎啊 更新有赞|28524|9|Shell|2024-04-16| |143|[openai-translator/bob-plugin-openai-translator](https://github.com/openai-translator/bob-plugin-openai-translator)|基于 OpenAI API 的文本翻译、文本润色、语法纠错 Bob 插件,让我们一起迎接不需要巴别塔的新时代!Licensed under CC BY-NC-SA 4.0|5529|9|TypeScript|2024-08-10| |144|[OI-wiki/OI-wiki](https://github.com/OI-wiki/OI-wiki)|:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)|20834|9|-|2024-10-11| |145|[quii/learn-go-with-tests](https://github.com/quii/learn-go-with-tests)|Learn Go with test-driven development|22067|9|Go|2024-09-17| |146|[Baiyuetribe/paper2gui](https://github.com/Baiyuetribe/paper2gui)|Convert AI papers to GUI,Make it easy and convenient for everyone to use artificial intelligence technology。让每个人都简单方便的使用前沿人工智能技术|10207|9|Jupyter Notebook|2024-09-20| |147|[wdndev/llm_interview_note](https://github.com/wdndev/llm_interview_note)|主要记录大语言大模型(LLMs) 算法(应用)工程师相关的知识及面试题|3036|9|HTML|2024-08-19| |148|[ConnectAI-E/feishu-openai](https://github.com/ConnectAI-E/feishu-openai)|🎒 飞书 ×(GPT-4 + GPT-4V + DALL·E-3 + Whisper)= 飞一般的工作体验 🚀 语音对话、角色扮演、多话题讨论、图片创作、表格分析、文档导出 🚀|5503|9|Go|2024-08-18| |149|[inancgumus/learngo](https://github.com/inancgumus/learngo)|❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.|18808|9|Go|2024-04-14| |150|[ZhongFuCheng3y/athena](https://github.com/ZhongFuCheng3y/athena)|Java后端知识图谱🔥 帮助Java初学者成长|18818|9|-|2024-05-28| |151|[zergtant/pytorch-handbook](https://github.com/zergtant/pytorch-handbook)|pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行|20210|9|Jupyter Notebook|2024-07-25| |152|[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.⭐⭐⭐|11358|9|Python|2024-08-29| |153|[OpenBMB/ToolBench](https://github.com/OpenBMB/ToolBench)|[ICLR'24 spotlight] An open platform for training, serving, and evaluating large language model for tool learning.|4772|9|Python|2024-09-29| |154|[edoardottt/awesome-hacker-search-engines](https://github.com/edoardottt/awesome-hacker-search-engines)|A curated list of awesome search engines useful during Penetration testing, Vulnerability assessments, Red/Blue Team operations, Bug Bounty and more|7587|9|Shell|2024-10-11| |155|[wmjordan/PDFPatcher](https://github.com/wmjordan/PDFPatcher)|PDF补丁丁——PDF工具箱,可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档,探查文档结构,提取图片、转成图片等等|9127|9|C#|2024-10-07| |156|[iggredible/Learn-Vim](https://github.com/iggredible/Learn-Vim)|Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖|13667|9|-|2024-05-29| |157|[sudheerj/javascript-interview-questions](https://github.com/sudheerj/javascript-interview-questions)|List of 1000 JavaScript Interview Questions|23863|9|JavaScript|2024-10-10| |158|[0xAX/linux-insides](https://github.com/0xAX/linux-insides)|A little bit about a linux kernel|29891|8|Python|2024-07-17| |159|[putyy/res-downloader](https://github.com/putyy/res-downloader)|支持视频号、小程序、抖音、快手、小红书、酷狗、QQ音乐等网络资源下载!|3087|8|TypeScript|2024-10-10| |160|[chai2010/advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book)|:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)|19327|8|Go|2024-09-15| |161|[Anxcye/anx-reader](https://github.com/Anxcye/anx-reader)|An e-book reader written using Flutter. 使用Flutter编写的电子书阅读器|1489|8|Dart|2024-09-06| |162|[fangzesheng/free-api](https://github.com/fangzesheng/free-api)|收集免费的接口服务,做一个api的搬运工|14889|8|-|2024-09-13| |163|[shimohq/chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)|中国程序员容易发音错误的单词|22212|8|Python|2024-08-16| |164|[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.|10088|8|Go|2024-05-31| |165|[Lissy93/awesome-privacy](https://github.com/Lissy93/awesome-privacy)|🦄 A curated list of privacy & security-focused software and services|6755|8|Astro|2024-10-05| |166|[standard/standard](https://github.com/standard/standard)|🌟 JavaScript Style Guide, with linter & automatic code fixer|29085|8|JavaScript|2024-09-13| |167|[ikaijua/Awesome-AITools](https://github.com/ikaijua/Awesome-AITools)|Collection of AI-related utilities. Welcome to submit issues and pull requests /收藏AI相关的实用工具,欢迎提交issues 或者pull requests|4312|8|-|2024-09-28| |168|[unknwon/the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN)|《The Way to Go》中文译本,中文正式名《Go 入门指南》|34548|8|Go|2024-08-14| |169|[Trinea/android-open-project](https://github.com/Trinea/android-open-project)|A categorized collection of Android Open Source Projects, More powerful web version:|31609|8|-|2024-07-08| |170|[AllThingsSmitty/css-protips](https://github.com/AllThingsSmitty/css-protips)|⚡️ A collection of tips to help take your CSS skills pro 🦾|28242|8|-|2024-10-01| |171|[careywyr/UnderstandingDeepLearning-ZH-CN](https://github.com/careywyr/UnderstandingDeepLearning-ZH-CN)|UnderstandingDeepLearing中文翻译|2242|8|TeX|2024-07-21| |172|[naxiaoduo/1000UserGuide](https://github.com/naxiaoduo/1000UserGuide)|1000UserGuide:对独立开发者和创业者来说,找到前1000个早期用户太关键了。这里精心整理了300多个国内外渠道,适合独立开发者和创业者推广产品的渠道。|1561|8|HTML|2024-10-06| |173|[liyupi/sql-mother](https://github.com/liyupi/sql-mother)|免费的闯关式 SQL 自学教程网站,从 0 到 1 带大家掌握常用 SQL 语法,纯前端实现,简单易学~|3283|8|TypeScript|2024-06-27| |174|[Vonng/ddia](https://github.com/Vonng/ddia)|《Designing Data-Intensive Application》DDIA中文翻译|20263|8|Python|2024-08-29| |175|[zmh-program/chatnio](https://github.com/zmh-program/chatnio)|🚀 Next Generation AI One-Stop Internationalization Solution. 🚀 下一代 AI 一站式 B/C 端解决方案,支持 OpenAI,Midjourney,Claude,讯飞星火,Stable Diffusion,DALL·E,ChatGLM,通义千问,腾讯混元,360 智脑,百川 AI,火山方舟,新必应,Gemini,Moonshot 等模型 ...|3065|7|TypeScript|2024-09-14| |176|[lidangzzz/How-to-run](https://github.com/lidangzzz/How-to-run)|立党零基础转码笔记|5361|7|TypeScript|2024-05-05| |177|[Visualize-ML/Book3_Elements-of-Mathematics](https://github.com/Visualize-ML/Book3_Elements-of-Mathematics)|Book_3_《数学要素》 鸢尾花书:从加减乘除到机器学习;上架;欢迎继续纠错,纠错多的同学还会有赠书!|6366|7|Python|2024-09-11| |178|[jaywcjlove/copybook-generator](https://github.com/jaywcjlove/copybook-generator)|"Copybook Generator" is a powerful copybook generation tool designed to meet the writing practice needs of different users.|873|7|Swift|2024-10-01| |179|[febobo/web-interview](https://github.com/febobo/web-interview)|语音打卡社群维护的前端面试题库,包含不限于Vue面试题,React面试题,JS面试题,HTTP面试题,工程化面试题,CSS面试题,算法面试题,大厂面试题,高频面试题|10202|7|-|2024-08-12| |180|[judasn/IntelliJ-IDEA-Tutorial](https://github.com/judasn/IntelliJ-IDEA-Tutorial)|IntelliJ IDEA 简体中文专题教程|21813|7|-|2024-09-16| |181|[uber-go/guide](https://github.com/uber-go/guide)|The Uber Go Style Guide.|15790|7|-|2024-08-09| |182|[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|16904|7|TypeScript|2024-10-06| |183|[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 ...|7560|7|JavaScript|2024-10-11| |184|[verekia/js-stack-from-scratch](https://github.com/verekia/js-stack-from-scratch)|🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.|20060|7|JavaScript|2024-06-05| |185|[yeasy/docker_practice](https://github.com/yeasy/docker_practice)|Learn and understand Docker&Container technologies, with real DevOps practice!|24778|7|Go|2024-09-26| |186|[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(支持私有部署的云端存储双链笔记软件)|3009|7|Java|2024-08-04| |187|[datawhalechina/leedl-tutorial](https://github.com/datawhalechina/leedl-tutorial)|《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases|13388|7|-|2024-10-08| |188|[skydoves/android-developer-roadmap](https://github.com/skydoves/android-developer-roadmap)| 🗺 The Android Developer Roadmap offers comprehensive learning paths to help you understand Android ecosystems.|7280|7|Kotlin|2024-10-11| |189|[BinNong/meet-libai](https://github.com/BinNong/meet-libai)|​ 李白 :bust_in_silhouette: 作为唐代杰出诗人,其诗歌作品在中国文学史上具有重要地位。近年来,随着数字技术和人工智能的快速发展,传统文化普及推广的形式也面临着创新与变革。国内外对于李白诗歌的研究虽已相当深入,但在数字化、智能化普及方面仍存在不足。因此,本项目旨在通过构建李白知识图谱,结合大模型训练出专业的AI智能体,以生成式对话应用的形式,推动李白文化的普及与推广。|1179|7|Python|2024-09-01| |190|[0voice/Introduction-to-Golang](https://github.com/0voice/Introduction-to-Golang)|【未来服务器端编程语言】最全空降golang资料补给包(满血战斗),包含文章,书籍,作者论文,理论分析,开源框架,云原生,大佬视频,大厂实战分享ppt|7647|7|Go|2024-05-20| |191|[dreammis/social-auto-upload](https://github.com/dreammis/social-auto-upload)|自动化上传视频到社交媒体:抖音、小红书、视频号、tiktok、youtube、bilibili|2289|7|Python|2024-10-09| |192|[miss-mumu/developer2gwy](https://github.com/miss-mumu/developer2gwy)|公务员从入门到上岸,最佳程序员公考实践教程|8241|7|-|2024-08-06| |193|[chokcoco/iCSS](https://github.com/chokcoco/iCSS)|不止于 CSS|19594|7|CSS|2024-08-07| |194|[jooooock/wechat-article-exporter](https://github.com/jooooock/wechat-article-exporter)|在线批量导出微信公众号文章,支持内嵌的音视频导出,无需搭建任何环境,可100%还原文章样式,支持私有部署|609|7|TypeScript|2024-10-01| |195|[hectorqin/reader](https://github.com/hectorqin/reader)|阅读3服务器版,桌面端,iOS可用。后端 Kotlin + Spring Boot + Vert.x + Coroutine ;前端 Vue.js + Element。麻烦点点star,关注一下公众号【假装大佬】❗️ Demo服务器由于未备案已被关停,建议自行搭建|7945|7|Kotlin|2024-07-27| |196|[luong-komorebi/Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software)|🐧 A list of awesome Linux softwares |22119|7|Python|2024-09-16| |197|[eryajf/cloud_dns_exporter](https://github.com/eryajf/cloud_dns_exporter)|🧰 自动获取DNS提供商的域名及解析列表,同时自动获取每个域名解析的证书信息,并导出为Prometheus Metrics。已支持:Tencent,Aliyun,Godaddy,DNSLA,Amazon,Cloudflare|290|7|Go|2024-09-17| |198|[selfteaching/the-craft-of-selfteaching](https://github.com/selfteaching/the-craft-of-selfteaching)|One has no future if one couldn't teach themself.|15223|7|Jupyter Notebook|2024-07-22| |199|[fuzhengwei/CodeGuide](https://github.com/fuzhengwei/CodeGuide)|:books: 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!|11138|7|-|2024-10-10| |200|[NanmiCoder/CrawlerTutorial](https://github.com/NanmiCoder/CrawlerTutorial)|爬虫入门、爬虫进阶、高级爬虫|1421|7|Python|2024-10-10|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Assembly.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Assembly 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[0xAX/asm](https://github.com/0xAX/asm)|Learning assembly for Linux x86_64|2248|1|2024-08-20| |2|[team-s2/summer_course_2023](https://github.com/team-s2/summer_course_2023)|AAA - 2023 短学期安全攻防实践开源仓库(已整合入 ctf_summer_courses)|34|0|2024-05-21| |3|[ZJUIntl-share/zjuintl-icicles](https://github.com/ZJUIntl-share/zjuintl-icicles)|浙大国际校区课程攻略共享计划|17|0|2024-06-09| |4|[Tim-xiaofan/win32asm-learn](https://github.com/Tim-xiaofan/win32asm-learn)|win32汇编语言学习|4|0|2024-05-15| |5|[YMahmoudnia/Windows-PE-Definitive-Guide](https://github.com/YMahmoudnia/Windows-PE-Definitive-Guide)|Rewriting the Chinese book Windows PE权威指南 in Persian.|6|0|2024-06-14| |6|[thu-cs-lab/supervisor-rv](https://github.com/thu-cs-lab/supervisor-rv)|计算机组成原理课程 RISC-V 监控程序,支持 32 位和 64 位|112|0|2024-09-17| |7|[web1992/read](https://github.com/web1992/read)|学习笔记 dubbo,rocketmq 源码解析|49|0|2024-09-20| |8|[William-Seven/Collected-study-materials-from-BUPT](https://github.com/William-Seven/Collected-study-materials-from-BUPT)|(bupt本科)本人报告+收集资料+个人指北,持续更新,欢迎⭐|18|0|2024-07-28| |9|[Xzonn/PokemonChineseTranslationRevise](https://github.com/Xzonn/PokemonChineseTranslationRevise)|《宝可梦》第四世代汉化修正|90|0|2024-10-11| |10|[susudebug/XMU_Assembly](https://github.com/susudebug/XMU_Assembly)|厦门大学信息学院计科汇编资料|3|0|2024-06-07| |11|[XuShaohua/intro-to-rust](https://github.com/XuShaohua/intro-to-rust)|Introduction to Rust - 建立 Rust 的知识体系, 理清难点.|2|0|2024-08-08| |12|[MinmusLin/Assembly_Language_Course_Assignments](https://github.com/MinmusLin/Assembly_Language_Course_Assignments)|A collection of my assembly language course assignments. 2024年同济大学汇编语言课程作业合集.|2|0|2024-10-09|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/C.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > C 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[eunomia-bpf/bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial)|eBPF Developer Tutorial: Learning eBPF Step by Step with Examples|2469|4|2024-10-09| |2|[cpq/bare-metal-programming-guide](https://github.com/cpq/bare-metal-programming-guide)|A bare metal programming guide (ARM microcontrollers)|3206|4|2024-09-05| |3|[miloyip/json-tutorial](https://github.com/miloyip/json-tutorial)|从零开始的 JSON 库教程|7699|3|2024-06-14| |4|[0voice/ffmpeg_develop_doc](https://github.com/0voice/ffmpeg_develop_doc)|2023年,最新音视频学习资料整理,项目(调试可用),ffmpeg命令手册,文章,编解码论文,视频讲解,面试题全套资料|1908|2|2024-05-20| |5|[firmianay/CTF-All-In-One](https://github.com/firmianay/CTF-All-In-One)|CTF竞赛权威指南|4121|2|2024-07-27| |6|[plctlab/riscv-operating-system-mooc](https://github.com/plctlab/riscv-operating-system-mooc)|《从头写一个RISC-V OS》课程配套的资源|876|1|2024-06-06| |7|[gatieme/LDD-LinuxDeviceDrivers](https://github.com/gatieme/LDD-LinuxDeviceDrivers)|Linux内核与设备驱动程序学习笔记|2516|1|2024-09-30| |8|[riba2534/TCP-IP-NetworkNote](https://github.com/riba2534/TCP-IP-NetworkNote)|📘《TCP/IP网络编程》(韩-尹圣雨)学习笔记|2206|1|2024-09-25| |9|[parallel101/opengltutor](https://github.com/parallel101/opengltutor)|零基础入门计算机图形学必不可少的在线网络公开课,手把手教您现代 OpenGL 的点点滴滴,构建爆款游戏引擎。|298|1|2024-08-08| |10|[wuxx/nanoDAP](https://github.com/wuxx/nanoDAP)|建议大家star此仓库,仓库会持续更新。由于部分淘宝卖家“借鉴”实验室出品的nanoDAP详情描述和资料,请大家认准实验室官方链接|1133|1|2024-04-12| |11|[ming1016/study](https://github.com/ming1016/study)|学习记录|3873|1|2024-09-12| |12|[HITSZ-OpenCS/HITSZ-OpenCS](https://github.com/HITSZ-OpenCS/HITSZ-OpenCS)|哈尔滨工业大学(深圳)计算机专业课程攻略 Guidance for courses in Department of Computer Science, Harbin Institute of Technology (Shenzhen)|1545|1|2024-10-09| |13|[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.|1463|1|2024-05-10| |14|[0voice/algorithm-structure](https://github.com/0voice/algorithm-structure)|2021年最新总结 500个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结|1866|1|2024-05-20| |15|[feiskyer/sdn-handbook](https://github.com/feiskyer/sdn-handbook)|SDN网络指南(SDN Handbook)|1387|1|2024-04-30| |16|[akerdi/buildyourowndatabase](https://github.com/akerdi/buildyourowndatabase)|从0使用C制作B+树数据库: 基于cstack开源教程Let's Build a Simple Database中文浓缩翻译及学习过程|66|0|2024-05-25| |17|[Charmve/Practicum4ECE](https://github.com/Charmve/Practicum4ECE)|「一名普通电子信息本科生的项目实践管理」将大学阶段的实训内容,按照专业课程设计(包括上机实验、课程设计、下学年的毕业设计等)、竞赛项目、科创项目、小型编程项目这四个门类进行整理汇总。|143|0|2024-05-27| |18|[FantasticLBP/knowledge-kit](https://github.com/FantasticLBP/knowledge-kit)|iOS、Web前端、后端、数据库、计算机网络、设计模式经验总结|883|0|2024-07-25| |19|[jaywcjlove/c-tutorial](https://github.com/jaywcjlove/c-tutorial)|C语言教程|94|0|2024-06-23| |20|[Push3AX/GrabAccess](https://github.com/Push3AX/GrabAccess)|Bookit / Windows Login Password and Bitlocker Bypass Tool|369|0|2024-08-07| |21|[dZ8Lx9OwX/cnPuTTY](https://github.com/dZ8Lx9OwX/cnPuTTY)|这是一个PuTTY中文版,与PuTTY相同,是一个免费的支持Windows、Unix/Linux和MacOS的Telnet/SSH客户端。更多详细信息,请访问PuTTY相关网站及说明。|63|0|2024-10-08| |22|[wx-chevalier/CS-Notes](https://github.com/wx-chevalier/CS-Notes)|:books: 编程语言语法基础与工程实践,JavaScript Java Python Go Rust CPP Swift|689|0|2024-09-24| |23|[luguanxing/Kernel-Driver](https://github.com/luguanxing/Kernel-Driver)|学习Windows内核驱动编程 Learn Windows kernel driver programming.|149|0|2024-08-27| |24|[lkml-likexu/kde](https://github.com/lkml-likexu/kde)|记录我的内核成长贡献之路。IMO, fork or clone this repo would be very stupid. If you have any questions, just send me an email.|189|0|2024-10-07| |25|[sunxvming/navmesh](https://github.com/sunxvming/navmesh)|导航网格寻路C++实现版(入门版)|169|0|2024-06-11| |26|[leleliu008/C-examples](https://github.com/leleliu008/C-examples)|C语言学习项目|271|0|2024-08-19| |27|[MiroKaku/Musa.Veil](https://github.com/MiroKaku/Musa.Veil)|Collection of undocumented Windows API declarations.|287|0|2024-09-28| |28|[agile6v/awesome-nginx](https://github.com/agile6v/awesome-nginx)|A curated list of awesome Nginx distributions, 3rd party modules, Active developers, etc. :octocat: |1131|0|2024-09-25| |29|[zjutjh/zjut-icicles](https://github.com/zjutjh/zjut-icicles)|浙江工业大学课程攻略共享计划|230|0|2024-08-09| |30|[larryli/PuTTY](https://github.com/larryli/PuTTY)|PuTTY 中文版,原 http://code.google.com/p/puttycn 项目。|1151|0|2024-05-30| |31|[WHUCodingAndOpen/OpenCourseResources](https://github.com/WHUCodingAndOpen/OpenCourseResources)|WHU开源资料|71|0|2024-09-14| |32|[chankeh/net-lenrning-reference](https://github.com/chankeh/net-lenrning-reference)|TCP/IP网络编程笔记|462|0|2024-08-02| |33|[nzcv/note](https://github.com/nzcv/note)|arm汇编学习_linker学习笔记_Android逆向学习笔记|118|0|2024-10-10| |34|[shangzongyu/source-code](https://github.com/shangzongyu/source-code)|收集一些书的源码,方便自己查找|66|0|2024-08-23| |35|[gongluck/CVIP](https://github.com/gongluck/CVIP)|C/C++/Golang/Linux...知识整理|97|0|2024-08-19| |36|[LearningOS/os-lectures](https://github.com/LearningOS/os-lectures)|2024年春季OS课程Slides|642|0|2024-09-25| |37|[yssickjgd/robowalker_train](https://github.com/yssickjgd/robowalker_train)|中国科大RoboMaster电控培训系列代码|106|0|2024-09-09| |38|[jiegeng321/Creative-Mini-Car-Modification](https://github.com/jiegeng321/Creative-Mini-Car-Modification)|持续更新,欢迎star,保姆级改装教程:|85|0|2024-09-27| |39|[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.|595|0|2024-10-11| |40|[OracleNep/Nday-Exploit-Plan](https://github.com/OracleNep/Nday-Exploit-Plan)|历史漏洞的细节以及利用方法汇总收集|98|0|2024-10-11| |41|[TenMoons/AHU-CS-Repository](https://github.com/TenMoons/AHU-CS-Repository)|安徽大学(AHU)计算机科学与技术学院学习资料汇总|192|0|2024-10-10| |42|[bouffalolab/bouffalo_sdk](https://github.com/bouffalolab/bouffalo_sdk)|BouffaloSDK is the IOT and MCU software development kit provided by the Bouffalo Lab Team, supports all the series of Bouffalo chips. Also it is the combination of bl_mcu_sdk and bl_iot_sdk |364|0|2024-07-11| |43|[HDU-Course/H-HDU](https://github.com/HDU-Course/H-HDU)|分享在杭电的一些期末复习资料,主要课程有C语言,数据结构,计组,计网,密码学,网络安全等|209|0|2024-06-22| |44|[feiskyer/ebpf-apps](https://github.com/feiskyer/ebpf-apps)|极客时间专栏《eBPF 核心技术与实战》案例|314|0|2024-08-26| |45|[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|549|0|2024-09-20| |46|[wangjia55/Start-C](https://github.com/wangjia55/Start-C)|c语言入门|98|0|2024-04-27| |47|[deepwzh/sdust-examination-materials](https://github.com/deepwzh/sdust-examination-materials)|山东科技大学课程资源共享计划|318|0|2024-10-11| |48|[Xinyuan-LilyGO/LilyGo-LoRa-Series](https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series)|LILYGO LoRa Series examples|649|0|2024-10-11| |49|[kuangyufei/kernel_liteos_a_note](https://github.com/kuangyufei/kernel_liteos_a_note)|精读鸿蒙内核源码,百万汉字注解分析;百篇博客深入解剖,挖透内核地基工程.注解同步官方,工具文档齐全,多站点发布 . weharmonyos.com|349|0|2024-06-26| |50|[Spacial/awesome-csirt](https://github.com/Spacial/awesome-csirt)|Awesome CSIRT is an curated list of links and resources in security and CSIRT daily activities.|449|0|2024-09-29| |51|[cantjie/XJTU-Share](https://github.com/cantjie/XJTU-Share)|西安交通大学课程资料共享计划|509|0|2024-10-02| |52|[zhangboyang/PAL3patch](https://github.com/zhangboyang/PAL3patch)|《仙剑奇侠传三》《仙剑奇侠传三外传·问情篇》分辨率补丁|195|0|2024-09-04| |53|[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 协议。|226|0|2024-07-20| |54|[hardenedlinux/linux-exploit-development-tutorial](https://github.com/hardenedlinux/linux-exploit-development-tutorial)|a series tutorial for linux exploit development to newbie.|552|0|2024-04-12|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/CPP.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > C++ 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[Light-City/CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings)|C++那些事|39090|20|2024-06-14| |2|[MaaAssistantArknights/MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights)|《明日方舟》小助手,全日常一键长草! A one-click tool for the daily tasks of Arknights, supporting all clients.|13803|12|2024-10-11| |3|[0voice/introduce_c-cpp_manual](https://github.com/0voice/introduce_c-cpp_manual)|一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。|5590|5|2024-05-20| |4|[yuesong-feng/30dayMakeCppServer](https://github.com/yuesong-feng/30dayMakeCppServer)|30天自制C++服务器,包含教程和源代码|5602|5|2024-09-20| |5|[parallel101/course](https://github.com/parallel101/course)|高性能并行编程与优化 - 课件|3697|4|2024-09-05| |6|[ChenYilong/iOSInterviewQuestions](https://github.com/ChenYilong/iOSInterviewQuestions)|iOS interview questions;iOS面试题集锦(附答案) |9355|3|2024-07-22| |7|[ZachL1/Bilibili-plus](https://github.com/ZachL1/Bilibili-plus)|课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB|3948|3|2024-05-08| |8|[TonyChen56/WeChatRobot](https://github.com/TonyChen56/WeChatRobot)|微信HOOK、微信机器人 wxhook,数据库解密 微信公众号采集 微信公众号爬虫,企业微信HOOK|6468|3|2024-05-04| |9|[gaoxiang12/slam_in_autonomous_driving](https://github.com/gaoxiang12/slam_in_autonomous_driving)|《自动驾驶中的SLAM技术》对应开源代码|1917|3|2024-08-19| |10|[applenob/Cpp_Primer_Practice](https://github.com/applenob/Cpp_Primer_Practice)|搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。|7915|3|2024-09-12| |11|[feiyangqingyun/QWidgetDemo](https://github.com/feiyangqingyun/QWidgetDemo)|Qt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!公众号:Qt实战/Qt入门和进阶/Qt教程|6030|3|2024-08-09| |12|[ffffffff0x/1earn](https://github.com/ffffffff0x/1earn)|ffffffff0x 团队维护的安全知识框架,内容包括不仅限于 web安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux安全、各类靶机writup|5297|3|2024-06-06| |13|[wuye9036/CppTemplateTutorial](https://github.com/wuye9036/CppTemplateTutorial)|中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)|9544|2|2024-08-20| |14|[Mq-b/ModernCpp-ConcurrentProgramming-Tutorial](https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial)|现代C++并发编程教程|346|2|2024-10-09| |15|[Mq-b/Modern-Cpp-templates-tutorial](https://github.com/Mq-b/Modern-Cpp-templates-tutorial)|现代C++模板教程|606|2|2024-09-06| |16|[ThisisGame/cpp-game-engine-book](https://github.com/ThisisGame/cpp-game-engine-book)|从零编写游戏引擎教程 Writing a game engine tutorial from scratch|2957|2|2024-04-19| |17|[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|1491|2|2024-10-11| |18|[gaoxiang12/slambook2](https://github.com/gaoxiang12/slambook2)|edition 2 of the slambook|5468|2|2024-04-27| |19|[lightvector/KataGo](https://github.com/lightvector/KataGo)|GTP engine and self-play learning in Go|3505|2|2024-10-08| |20|[youngyangyang04/KVstorageBaseRaft-cpp](https://github.com/youngyangyang04/KVstorageBaseRaft-cpp)|【代码随想录知识星球】项目分享-基于Raft的k-v存储数据库🔥|563|2|2024-08-29| |21|[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..|1617|1|2024-10-11| |22|[Mq-b/Cpp20-STL-Cookbook-src](https://github.com/Mq-b/Cpp20-STL-Cookbook-src)|C++20 STL Cookbook|552|1|2024-09-13| |23|[zufuliu/notepad4](https://github.com/zufuliu/notepad4)|Notepad4 (Notepad2⨯2, Notepad2++) 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 docu ...|3187|1|2024-10-11| |24|[scarsty/kys-cpp](https://github.com/scarsty/kys-cpp)|《金庸群侠传》c++复刻版,已完工|2598|1|2024-10-02| |25|[HITLittleZheng/HITCS](https://github.com/HITLittleZheng/HITCS)|哈尔滨工业大学计算机课程资料与实验HITCS课程资料交流群:824815970|261|1|2024-10-10| |26|[knowing-top/C-SVM](https://github.com/knowing-top/C-SVM)|一种基于栈式虚拟机的类c 语言编译器。This project has moved from https://sourceforge.net/projects/msct/. C-SVM: A Compiler for a C-Like Language Based on a Stack Virtual Machine. Aims to help individuals learn about c ...|111|1|2024-07-21| |27|[xtaci/algorithms](https://github.com/xtaci/algorithms)|Algorithms & Data structures in C++.|5256|1|2024-08-01| |28|[HuangCongQing/pcl-learning](https://github.com/HuangCongQing/pcl-learning)|🔥PCL(Point Cloud Library)点云库学习记录|1580|1|2024-05-13| |29|[skywind3000/RenderHelp](https://github.com/skywind3000/RenderHelp)|:zap: 可编程渲染管线实现,帮助初学者学习渲染 |1336|1|2024-09-23| |30|[Blitzer207/C-Resource](https://github.com/Blitzer207/C-Resource)|黑马程序员匠心之作 C++教程从0到1入门编程|1117|1|2024-07-06| |31|[Mq-b/Loser-HomeWork](https://github.com/Mq-b/Loser-HomeWork)|卢瑟们的作业展示,答案讲解,以及一些C++知识|638|1|2024-09-22| |32|[3dgen/cppwasm-book](https://github.com/3dgen/cppwasm-book)|:books: WebAssembly friendly programming with C/C++ -- Emscripten practice|1362|1|2024-04-17| |33|[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 ...|2324|1|2024-08-13| |34|[MKXJun/DirectX11-With-Windows-SDK](https://github.com/MKXJun/DirectX11-With-Windows-SDK)|现代DX11系列教程:使用Windows SDK(C++)开发Direct3D 11.x|1508|1|2024-10-11| |35|[Tencent/UnLua](https://github.com/Tencent/UnLua)|A feature-rich, easy-learning and highly optimized Lua scripting plugin for UE.|2215|1|2024-09-06| |36|[sophgo/tpu-mlir](https://github.com/sophgo/tpu-mlir)|Machine learning compiler based on MLIR for Sophgo TPU.|590|1|2024-09-27| |37|[drken1215/algorithm](https://github.com/drken1215/algorithm)|Implementation of various algorithms|249|0|2024-07-06| |38|[adah1972/nvwa](https://github.com/adah1972/nvwa)|My small collection of C++ utilities|390|0|2024-05-20| |39|[limbo018/DREAMPlace](https://github.com/limbo018/DREAMPlace)|Deep learning toolkit-enabled VLSI placement|684|0|2024-09-21| |40|[tardate/LittleArduinoProjects](https://github.com/tardate/LittleArduinoProjects)|a collection of "Little Electronic & Arduino Projects", most involving electronics or an Arduino in one way or another!|659|0|2024-10-10| |41|[AgoraIO/API-Examples](https://github.com/AgoraIO/API-Examples)|Play with AgoraSDK and have fun! Everything you need to start learning Agora.|299|0|2024-10-11| |42|[keyou/chromium_demo](https://github.com/keyou/chromium_demo)|A series of demos to show how chromium is constructed.|363|0|2024-06-23| |43|[ffengc/Load-balanced-online-OJ-system](https://github.com/ffengc/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 ...|122|0|2024-08-27| |44|[gongjianbo/MyTestCode](https://github.com/gongjianbo/MyTestCode)|Some test code, as example code of my blog, mainly Qt related demo. 一些测试程序,作为我博客的示例代码,主要是Qt相关的Demo。|389|0|2024-09-05| |45|[littlebearsama/3D-ObjectDetection-and-Pose-Estimation](https://github.com/littlebearsama/3D-ObjectDetection-and-Pose-Estimation)|3D目标检测与位姿估计学习笔记|231|0|2024-05-15| |46|[WCY-dt/SEU-CyberSecurity-courses](https://github.com/WCY-dt/SEU-CyberSecurity-courses)|东南大学网络空间安全学院学习资料整理。包含课件、笔记、试卷、作业等。|171|0|2024-07-10| |47|[luguanxing/Cheating-Plugin-Program](https://github.com/luguanxing/Cheating-Plugin-Program)|从零开始研究外挂设计原理 Study the principles of cheat design from scratch|1131|0|2024-08-27| |48|[GoatGirl98/Walkthrough-of-ACCoding-in-BUAA](https://github.com/GoatGirl98/Walkthrough-of-ACCoding-in-BUAA)|北航OJ通关攻略,包括北航软件学院的在线评测网站(OJ)——AC编程(accoding.buaa.edu.cn)开放课程的全部题解|288|0|2024-10-05| |49|[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.|1049|0|2024-08-25| |50|[juhuaguai/duilib](https://github.com/juhuaguai/duilib)|由官方的duilib( https://github.com/duilib/duilib ) 复制过来的,仅为了个人学习使用。可以使用vs2008打开,新增一些学习测试用的demo,代码也会同步官方的后续修改。Q群:594312689。欢迎交流学习。|116|0|2024-08-12| |51|[xiihoo/Books_Robot_SLAM_Navigation](https://github.com/xiihoo/Books_Robot_SLAM_Navigation)|This project is supporting code for the book of Robot SLAM Navigation Core Technology and the Actual Combat. |330|0|2024-09-13| |52|[TJ-CSCCG/TJCS-Course](https://github.com/TJ-CSCCG/TJCS-Course)|:bulb: 同济大学计算机科学与技术、信息安全专业课程资源共享仓库。含部分科目介绍、报告模板、实验工具等内容。期待更多课程加入……|211|0|2024-08-12| |53|[GraphicsEnthusiast/DreamRender](https://github.com/GraphicsEnthusiast/DreamRender)|My cpu offline renderer for learning.|125|0|2024-09-25| |54|[graycatya/CatLearnQt](https://github.com/graycatya/CatLearnQt)|CatLearnQt,提供QWidget,Quick,网络,串口,基础库和示例。案例软件支持样式切换,与国际化。|171|0|2024-09-17| |55|[yanyiwu/simhash](https://github.com/yanyiwu/simhash)|中文文档simhash值计算|1098|0|2024-09-22| |56|[Italink/ModernGraphicsEngineGuide](https://github.com/Italink/ModernGraphicsEngineGuide)|现代图形引擎入门指南|302|0|2024-10-10| |57|[1051727403/SHU-CS-Source-Share](https://github.com/1051727403/SHU-CS-Source-Share)|SHU-上大计算机资料分享汇总❤️❤️❤️|142|0|2024-06-18| |58|[tkchu/Game-Programming-Patterns-CN](https://github.com/tkchu/Game-Programming-Patterns-CN)|《游戏编程模式》中文版|1515|0|2024-06-18| |59|[dependon/fantascene-dynamic-wallpaper](https://github.com/dependon/fantascene-dynamic-wallpaper)|Managed animated wallpaper based on X11 under Linux(Dynamic Wallpapers for Linux)|214|0|2024-10-07| |60|[0cch/moderncpp_public](https://github.com/0cch/moderncpp_public)|《现代C++语言核心特性解析》其他资料|166|0|2024-08-15| |61|[HACK-THE-WORLD/IDAPluginList](https://github.com/HACK-THE-WORLD/IDAPluginList)|IDA插件集合,含项目名称及项目地址,每日定时Clone项目。|276|0|2024-09-21| |62|[xianfei/SSE18_Homework](https://github.com/xianfei/SSE18_Homework)|北京邮电大学计算机学院软件工程系作业代码汇总|109|0|2024-09-25| |63|[Greedysky/TTKTinyTools](https://github.com/Greedysky/TTKTinyTools)|Qt 自定义小工具集合 持续更新中......|127|0|2024-10-08| |64|[gongluck/AnalysisAVP](https://github.com/gongluck/AnalysisAVP)|音视频学习,相关文件格式/协议分析,框架学习等。encode decode;rgb yuv h264 aac flv mp4 rtmp;libyuv x264 openh264 faac faad2 fdk-aac librtmp ffmpeg sdl2 webrtc;android ios capture videotoolbox;|548|0|2024-10-02| |65|[Greedysky/TTKWidgetTools](https://github.com/Greedysky/TTKWidgetTools)|QWidget 自定义控件集合 持续更新中......|649|0|2024-10-08| |66|[Charmve/CppMaster](https://github.com/Charmve/CppMaster)|C++ Master Learning Roadmap, especially for AIoT and C++ advanced SWE|280|0|2024-05-27| |67|[cpetrich/counterfeit_DS18B20](https://github.com/cpetrich/counterfeit_DS18B20)|How to tell original from fake DS18B20 temperature sensors.|606|0|2024-10-06| |68|[KyrieFeng23/QT5-Image-and-video-processing-software](https://github.com/KyrieFeng23/QT5-Image-and-video-processing-software)|使用QT5+Opencv完成简单的图像处理及视频处理软件。图像处理包括:灰度化、均值滤波、边缘检测、伽马变换、旋转镜像、亮度调节、二值化、对比度,饱和度调节、色彩调节、图片保存、水印等。 视频处理包括:二值化、边缘检测、灰度化、平滑、局部马赛克、缩放等。 此外还进行了界面美化、中英翻译等。|321|0|2024-06-02| |69|[MoonforDream/Data-Structure-and-Algorithms](https://github.com/MoonforDream/Data-Structure-and-Algorithms)|数据结构与算法学习笔记C++版(Some data structures and algorithms implemented in C++)|115|0|2024-05-21| |70|[inte2000/code_for_algo_book](https://github.com/inte2000/code_for_algo_book)|《算法的乐趣》随书发布的代码|131|0|2024-06-13| |71|[geemaple/leetcode](https://github.com/geemaple/leetcode)|LeetCode solutions, written in python and cpp(LeetCode解题报告,记录自己的leetcode成长之路)|192|0|2024-10-10| |72|[IammyselfYBX/NCEPU_CS_course](https://github.com/IammyselfYBX/NCEPU_CS_course)|华北电力大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, NCEPU.|128|0|2024-05-13| |73|[jinbooooom/programming-summary](https://github.com/jinbooooom/programming-summary)|C/C++/Java/Python 基础知识总结|186|0|2024-09-05| |74|[hitfyd/ShowJCR](https://github.com/hitfyd/ShowJCR)|期刊分区查询小工具,包括中科院分区表升级版(2023、2022、2021)及国际期刊预警名单(2024、2023、2021、2020)、JCR(2023、2022、2021、2020)、CCF推荐国际会议和期刊目录(2022)、计算领域高质量科技期刊分级目录(2022)。|138|0|2024-06-21| |75|[HuaGouFdog/Fdog-Kit](https://github.com/HuaGouFdog/Fdog-Kit)|编码中,工具集合(支持zk可视化访问,thrift接口测试,ssh,qss工具,其他工具集合等)|126|0|2024-08-12| |76|[lxiao217/study428](https://github.com/lxiao217/study428)|深度学习、计算机视觉、OpenCV、自动驾驶、SLAM、C++/Python语言开发学习分享|121|0|2024-05-14|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/CSHARP.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > C# 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[wmjordan/PDFPatcher](https://github.com/wmjordan/PDFPatcher)|PDF补丁丁——PDF工具箱,可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档,探查文档结构,提取图片、转成图片等等|9127|9|2024-10-07| |2|[YSGStudyHards/DotNetGuide](https://github.com/YSGStudyHards/DotNetGuide)|🌈【C#/.NET/.NET Core学习、工作、面试指南】记录、收集和总结C#/.NET/.NET Core基础知识、学习路线、开发实战、编程技巧练习、学习视频、文章、书籍、项目框架、社区组织、开发必备工具、技术前沿周刊、常见面试题、面试须知、简历模板、人才招聘、以及自己在学习和工作中的一些微薄见解。希望能和大家一起学习,共同进步。如果本知识库能为您提供帮助,别忘了给予支持哦(关注、点赞、分享) ...|6655|5|2024-10-11| |3|[hanmin0822/MisakaTranslator](https://github.com/hanmin0822/MisakaTranslator)|御坂翻译器—Galgame/文字游戏/漫画多语种实时机翻工具|4977|3|2024-09-25| |4|[StarfireLab/SharpWeb](https://github.com/StarfireLab/SharpWeb)|一个浏览器数据(密码 历史记录 Cookie 书签 下载记录)的导出工具,支持主流浏览器。|568|2|2024-09-13| |5|[TheAlgorithms/C-Sharp](https://github.com/TheAlgorithms/C-Sharp)|All algorithms implemented in C#.|7031|2|2024-10-03| |6|[anjoy8/Blog.Core](https://github.com/anjoy8/Blog.Core)|💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:|5017|2|2024-10-02| |7|[unity3d-jp/Project_TCC](https://github.com/unity3d-jp/Project_TCC)|TCC stands for Tiny Character Controller. TCC is the best way to make your own game. This repository contains all packages and examples for TCC projects.|513|2|2024-04-30| |8|[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.|919|1|2024-09-08| |9|[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下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵|1156|1|2024-09-29| |10|[xhnbzdl/feishu-doc-export](https://github.com/xhnbzdl/feishu-doc-export)|飞书文档导出服务|308|1|2024-07-08| |11|[jxq1997216/AITranslator](https://github.com/jxq1997216/AITranslator)|使用大语言模型来翻译MTool导出的待翻译文件的图像化UI软件|111|1|2024-10-08| |12|[ldqk/ImageSearch](https://github.com/ldqk/ImageSearch)|基于.NET8的本地硬盘千万级图库以图搜图案例Demo和图片exif信息移除小工具分享|789|1|2024-09-24| |13|[ks233/ja-learner](https://github.com/ks233/ja-learner)|📖简易日语学习 / 视觉小说阅读辅助工具|653|1|2024-09-11| |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)|681|1|2024-09-03| |15|[jasonhua95/awesome-dotnet-core](https://github.com/jasonhua95/awesome-dotnet-core)|.NET Core库、工具、框架和软件的中文收录大全。 内容包括:库、工具、框架、模板引擎、身份认证、数据库、ORM框架、图片处理、文本处理、机器学习、日志、代码分析、教程等。|1961|1|2024-06-14| |16|[HyPlayer/HyPlayer](https://github.com/HyPlayer/HyPlayer)|仅供学习交流使用 第三方网易云音乐播放器 A Netease Cloud Music Player|973|1|2024-10-11| |17|[ldqk/Masuit.MyBlogs](https://github.com/ldqk/Masuit.MyBlogs)|基于C#/.NET8的 masuit.org个人博客站项目源码,https://masuit.org ,供参考、学习、引用、非商业性质的部署。|1035|0|2024-09-29| |18|[TastSong/GameProgrammerStudyNotes](https://github.com/TastSong/GameProgrammerStudyNotes)|游戏开发学习笔记|242|0|2024-09-29| |19|[sdcb/blog-data](https://github.com/sdcb/blog-data)|《.NET骚操作》的博客数据|86|0|2024-09-23| |20|[Bryan-Cyf/EasyNotice](https://github.com/Bryan-Cyf/EasyNotice)|这是一个基于.NET开源的消息通知组件,它包含了邮件、钉钉、飞书、企业微信的群机器人通知,可以帮助我们更容易地发送程序异常通知!|112|0|2024-06-11| |21|[WOA-Project/Lumia-Drivers](https://github.com/WOA-Project/Lumia-Drivers)|Collection of driver binaries for Lumia devices|188|0|2024-09-29| |22|[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 ...|141|0|2024-08-30| |23|[densen2014/Blazor100](https://github.com/densen2014/Blazor100)|Blazor入门100天|90|0|2024-07-05| |24|[axzxs2001/Asp.NetCoreExperiment](https://github.com/axzxs2001/Asp.NetCoreExperiment)|原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!|354|0|2024-10-07| |25|[YSGStudyHards/EasySQLite](https://github.com/YSGStudyHards/EasySQLite)|🦸‍♂️EasySQLite是一个七天.NET 8操作SQLite入门到实战详细教程,主要是对学校班级,学生信息进行管理维护(包含选型、开发、发布、部署)!|64|0|2024-10-08| |26|[WeihanLi/DesignPatterns](https://github.com/WeihanLi/DesignPatterns)|DesignPatterns samples by CSharp《大话设计模式》 中设计模式总结/C#(.NET)代码|148|0|2024-09-09| |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 ...|146|0|2024-10-10| |28|[lwwhb/CustomRenderPipelineTutorials](https://github.com/lwwhb/CustomRenderPipelineTutorials)|Unity6的自定义渲染管线教程|69|0|2024-10-11| |29|[Romantoscalion/Technical_Artist_Technotes](https://github.com/Romantoscalion/Technical_Artist_Technotes)|个人的技术美术相关知识的学习笔记库|51|0|2024-09-29| |30|[YSGStudyHards/DotNetExercises](https://github.com/YSGStudyHards/DotNetExercises)|⚔【DotNetGuide专栏C#/.NET/.NET Core编程技巧练习集】C#/.NET/.NET Core编程常用语法、算法、技巧、中间件、类库、工作业务实操练习集,配套详细的文章教程讲解,助你快速掌握C#/.NET/.NET Core中各种编程常用语法、算法、技巧、中间件、类库、工作业务实操等等。|122|0|2024-10-08| |31|[STBBRD/ZongziTEK-Blackboard-Sticker](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker)|用于白板一体机的桌面部件,有小黑板(布置作业)、启动台、课程表|118|0|2024-10-01| |32|[yanglr/wpf_in-depth_explanation](https://github.com/yanglr/wpf_in-depth_explanation)|《深入浅出WPF》相关资源(Code、视频、课件、公开课等)|80|0|2024-05-13| |33|[jevonsflash/maui-samples](https://github.com/jevonsflash/maui-samples)|博客 .NET MAUI 专栏的代码示例|110|0|2024-04-13| |34|[N0I0C0K/PowerTranslator](https://github.com/N0I0C0K/PowerTranslator)|一个 PowerToys Run 的翻译插件/a translate plugin for PowerToys Run|411|0|2024-10-08| |35|[taecg/ShaderReference](https://github.com/taecg/ShaderReference)|针对Unity的Shader参考大全|294|0|2024-06-27| |36|[AtmoOmen/DailyRoutines](https://github.com/AtmoOmen/DailyRoutines)|Dalamud 插件 Daily Routines - 自动化小工具/易用性改动合集|76|0|2024-07-09| |37|[lindexi/lindexi_gd](https://github.com/lindexi/lindexi_gd)|博客用到的代码|181|0|2024-10-11| |38|[luoyunchong/lin-cms-dotnetcore](https://github.com/luoyunchong/lin-cms-dotnetcore)|😃A simple and practical CMS implemented by .NET + FreeSql;前后端分离、Docker部署、OAtuh2授权登录、自动化部署DevOps、自动同步至Gitee、代码生成器、仿掘金专栏|800|0|2024-08-24| |39|[CnGal/CnGalWebSite](https://github.com/CnGal/CnGalWebSite)|CnGal是一个非营利性的,立志于收集整理国内制作组创作的中文Galgame/AVG的介绍、攻略、评测、感想等内容的资料性质的网站。|106|0|2024-10-07| |40|[Isayama-Kagura/TsubakiTranslator](https://github.com/Isayama-Kagura/TsubakiTranslator)|一款Galgame文本翻译工具,支持Textractor/剪切板/OCR翻译|263|0|2024-08-17| |41|[stulzq/dotnet-cnblogs-tool](https://github.com/stulzq/dotnet-cnblogs-tool)|博客园文章快捷发布工具|173|0|2024-09-03| |42|[zLulus/NotePractice](https://github.com/zLulus/NotePractice)|My_Note 笔记练习demo|224|0|2024-10-10| |43|[luoyunchong/dotnetcore-examples](https://github.com/luoyunchong/dotnetcore-examples)| about learning DotNetCore via examples. DotNetCore 教程、技术栈示例代码,快速简单上手教程。|117|0|2024-07-29| |44|[anjoy8/BCVP.Net8](https://github.com/anjoy8/BCVP.Net8)|ASP.NET8.0入口与实战系列视频教程 配合代码|105|0|2024-04-15| |45|[ALI1416/ScreenShare](https://github.com/ALI1416/ScreenShare)|Local Network Screen Share 局域网屏幕共享|52|0|2024-10-10| |46|[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 ...|197|0|2024-07-13|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/CSS.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > CSS 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[hehonghui/awesome-english-ebooks](https://github.com/hehonghui/awesome-english-ebooks)|经济学人(含音频)、纽约客、卫报、连线、大西洋月刊等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新|21422|26|2024-10-10| |2|[Pintree-io/pintree](https://github.com/Pintree-io/pintree)|An intuitive tool for managing and exporting your local bookmarks into a shareable website. |1258|11|2024-08-14| |3|[chokcoco/iCSS](https://github.com/chokcoco/iCSS)|不止于 CSS|19594|7|2024-08-07| |4|[SwiftGGTeam/the-swift-programming-language-in-chinese](https://github.com/SwiftGGTeam/the-swift-programming-language-in-chinese)|中文版 Apple 官方 Swift 教程《The Swift Programming Language》|21060|6|2024-10-11| |5|[datawhalechina/hugging-multi-agent](https://github.com/datawhalechina/hugging-multi-agent)|A tutorial based on MetaGPT to quickly help you understand the concept of agent and muti-agent and get started with coding development. 基于MetaGPT的多智能体入门与开发教程|1339|4|2024-05-10| |6|[AIDotNet/AntSK](https://github.com/AIDotNet/AntSK)|基于.Net8+AntBlazor+SemanticKernel 和KernelMemory 打造的AI知识库/智能体,支持本地离线AI大模型。可以不联网离线运行。支持aspire观测应用数据|1078|4|2024-10-06| |7|[LearnOpenGL-CN/LearnOpenGL-CN](https://github.com/LearnOpenGL-CN/LearnOpenGL-CN)|http://learnopengl.com 系列教程的简体中文翻译|5629|2|2024-09-21| |8|[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|9049|2|2024-09-30| |9|[billie66/TLCL](https://github.com/billie66/TLCL)|《快乐的 Linux 命令行》|3397|1|2024-06-16| |10|[ZGQ-inc/source](https://github.com/ZGQ-inc/source)|:package:个人搜集 书源、图源、订阅源、规则、直播源、各种源 大型整合|660|1|2024-09-17| |11|[LaneDu/Knowledge-Brain](https://github.com/LaneDu/Knowledge-Brain)|思源笔记主题 Knowledge Brain 寓意知识大脑|19|0|2024-09-02| |12|[zjp-CN/mdbook-theme](https://github.com/zjp-CN/mdbook-theme)|A preprocessor and a backend to config themes for mdbook, especially creating a pagetoc on the right and setting full color themes from the offical ace editor.|41|0|2024-10-10| |13|[wflac/theme-Mego](https://github.com/wflac/theme-Mego)|一款基于 Halo 的简约时尚的原创卡片式博客主题,炫酷的个人展示图,拥有 Banner 展示位、通知、侧边小卡片。|14|0|2024-06-06| |14|[fuzhengwei/itstack-demo-netty](https://github.com/fuzhengwei/itstack-demo-netty)|微信公众号:bugstack虫洞栈 专注于原创开发专题案例。跟着案例学Netty,Netty4.x案例从简单入门到应用实战,全篇37章节优秀案例+实战源码[基础篇(13)、中级篇(13)、高级篇(3章+)、源码分析篇],以上章节全部完成并不断持续更新中。欢迎关注公众号:bugstack虫洞栈 阅读专题文章+调试案例源码学习{回复netty案例}。|709|0|2024-09-19| |15|[Alanrk/hexo-theme-onenote](https://github.com/Alanrk/hexo-theme-onenote)|专注于提供良好的阅读体验的hexo博客主题|38|0|2024-07-15| |16|[LychApe/DreamCat](https://github.com/LychApe/DreamCat)|DreamCat 是一个极简自适应博客主题,年轻人追梦良品!|279|0|2024-08-04| |17|[MR-Addict/Doc-Share](https://github.com/MR-Addict/Doc-Share)|南京工业大学校大学生科协技术部电子组培训学习文档|17|0|2024-09-28| |18|[yanchunlan/SourceCodeSummary](https://github.com/yanchunlan/SourceCodeSummary)|个人笔记(编译/性能优化/framework/音视频/flutter)|25|0|2024-04-17| |19|[teedoc/teedoc](https://github.com/teedoc/teedoc)|wiki and multi docs friendly static document site generator(doc generator), convert markdown and jupyter notebook to html website. wiki 和多文档友好的静态文档网站生成工具|207|0|2024-10-11| |20|[Hiroki-Sawada-y/Hiroki_Study](https://github.com/Hiroki-Sawada-y/Hiroki_Study)|个人学习笔记 obsidian|13|0|2024-05-27| |21|[hanzhichao/qaschool](https://github.com/hanzhichao/qaschool)|[原创]基于django的一款文本教程网站(类似菜鸟教程)|12|0|2024-08-19| |22|[weijiyang/weijiyang.github.io](https://github.com/weijiyang/weijiyang.github.io)|:stuck_out_tongue: 个人简历 & 博客|29|0|2024-05-12| |23|[calebman/girlfriend-gift-collection](https://github.com/calebman/girlfriend-gift-collection)|送给女朋友的礼物合集,生日/情人节/纪念日等,程序员的创意。|304|0|2024-06-20| |24|[xupsh/pp4fpgas-cn](https://github.com/xupsh/pp4fpgas-cn)|中文版 Parallel Programming for FPGAs|696|0|2024-08-21| |25|[lewton/bilibili-public](https://github.com/lewton/bilibili-public)|b站代码示例代码合集|45|0|2024-04-19| |26|[Dreamer-Paul/Single](https://github.com/Dreamer-Paul/Single)|🎈 一个简洁大气,含夜间模式的 Typecho 博客主题|706|0|2024-08-10| |27|[leedom92/hexo-theme-leedom](https://github.com/leedom92/hexo-theme-leedom)|🎨「仿照尤雨溪博客的简洁的Hexo主题」A pure theme of Hexo like Evan You's blog|44|0|2024-04-14| |28|[Dreamer-Paul/Hingle](https://github.com/Dreamer-Paul/Hingle)|🎈 一个简洁大气,含夜间模式的 Hexo 博客主题|65|0|2024-09-02| |29|[andy6804tw/crazyai-ml](https://github.com/andy6804tw/crazyai-ml)|全民瘋AI系列 [經典機器學習]|156|0|2024-10-11| |30|[jtpio/p5-notebook](https://github.com/jtpio/p5-notebook)|A Jupyter Notebook environment for p5.js kernels running in the browser, powered by JupyterLite 💡|139|0|2024-05-02| |31|[document-translate/volta](https://github.com/document-translate/volta)|volta 简体中文版文档|8|0|2024-05-17| |32|[missing-semester-zh-Hant/missing-semester-zh-Hant.github.io](https://github.com/missing-semester-zh-Hant/missing-semester-zh-Hant.github.io)|Traditional Chinese translation of course "The Missing Semester of Your CS Education"|56|0|2024-07-09| |33|[mouday/coding-tree](https://github.com/mouday/coding-tree)|程序员工作、学习笔记|20|0|2024-08-07| |34|[dianhsu/blog](https://github.com/dianhsu/blog)|dianhsu的博客源码|6|0|2024-08-07| |35|[huzhicheng/fengzheng-blog](https://github.com/huzhicheng/fengzheng-blog)|一款简介的个人博客模板,使用 Hugo + Markdown |38|0|2024-06-25| |36|[Bin4xin/bin4xin.github.io](https://github.com/Bin4xin/bin4xin.github.io)|© 哨兵博客 V3 Power by Bin4xin Jekyll Github Action.|12|0|2024-10-11| |37|[KinnariyaMamaTanha/aiTour](https://github.com/KinnariyaMamaTanha/aiTour)|AI 学习之旅|20|0|2024-10-08| |38|[xukaiyyds/domain-name](https://github.com/xukaiyyds/domain-name)|一个简约的顶级国际域名证书模板。|6|0|2024-09-08| |39|[YangguangZhou/blog](https://github.com/YangguangZhou/blog)|Jerry Zhou 的个人博客|6|0|2024-10-09| |40|[mulingyuer/Typecho_Theme_JJ](https://github.com/mulingyuer/Typecho_Theme_JJ)|Typecho主题-《JJ》高仿掘金,支持Typecho 1.2版本|434|0|2024-09-16| |41|[hardway/ocrbooks](https://github.com/hardway/ocrbooks)|将一些稀有的扫描版电子书通过OCR识别转换为TXT/EPUB/MOBI格式|9|0|2024-09-21| |42|[ybdt/ybdt.github.io](https://github.com/ybdt/ybdt.github.io)|个人博客:https://ybdt.me/|7|0|2024-04-18| |43|[GiaoGiaoCat/GiaoGiaoCat.github.io](https://github.com/GiaoGiaoCat/GiaoGiaoCat.github.io)|一点笔记|7|0|2024-09-16| |44|[aalmiray/java-champions](https://github.com/aalmiray/java-champions)|A list of Java Champions|350|0|2024-09-20| |45|[piginzoo/finance-toolbox](https://github.com/piginzoo/finance-toolbox)|我的投资电子书|46|0|2024-10-09| |46|[rongyi/note](https://github.com/rongyi/note)|个人学习笔记|8|0|2024-07-26| |47|[Fridolph/my-program](https://github.com/Fridolph/my-program)|作品和demo集,若你喜欢麻烦star+fork ...0(∩_∩)0... 仅供参考学习分享交流,谢谢|14|0|2024-06-23| |48|[rurumuri/ysuse-2022](https://github.com/rurumuri/ysuse-2022)|2022 YSU-SE / 燕山大学信息科学与工程学院软件工程系课程项目、代码和相关资料|15|0|2024-09-26| |49|[zjp-CN/translation](https://github.com/zjp-CN/translation)|翻译的 Rust 博文|14|0|2024-05-22| |50|[openanolis/whitebook-shangmi](https://github.com/openanolis/whitebook-shangmi)|商用密码技术最佳实践白皮书|25|0|2024-08-06| |51|[epoch-lab/cuit-guide](https://github.com/epoch-lab/cuit-guide)|CUIT 指南|14|0|2024-10-01| |52|[open-spaced-repetition/anki-manual-zh-CN](https://github.com/open-spaced-repetition/anki-manual-zh-CN)|Anki 用户手册(中文翻译)|11|0|2024-09-25| |53|[Sophomoresty/typora-theme-Jinxiu](https://github.com/Sophomoresty/typora-theme-Jinxiu)|锦绣红 Typora 模板:大学生课程论文与日常写作的好帮手|15|0|2024-08-28| |54|[wangyang0210/cnblogs-theme](https://github.com/wangyang0210/cnblogs-theme)|博客园皮肤|119|0|2024-09-21| |55|[Azure/OCPCHINATECH](https://github.com/Azure/OCPCHINATECH)|OCPOpenHack is a lab gallery on Azure Services for China partners. Pls join in us to learn Azure and to learn Microsoft.|59|0|2024-08-26| |56|[xiamuguizhi/Chronicle](https://github.com/xiamuguizhi/Chronicle)|【易语言】Chronicle静态博客生成器|7|0|2024-08-25| |57|[spring2go/spring-petclinic-mono](https://github.com/spring2go/spring-petclinic-mono)|教学版单体spring-petlinic,课程《Kubernetes微服务实践》|14|0|2024-08-01| |58|[mirabilite-s-kingdom/Shared-Wardrobe](https://github.com/mirabilite-s-kingdom/Shared-Wardrobe)|数据库课程设计 Shared Wardrobe共享衣橱|7|0|2024-07-19| |59|[iAvoe/x264-x265-QAAC-ffprobe-Ultimatetutorial](https://github.com/iAvoe/x264-x265-QAAC-ffprobe-Ultimatetutorial)|主打解析编码器内部逻辑和参数说明,从基础到全网没人讲的算法,没人画的图解,没人做的排版整理全都在此集齐;因此叫Ultimate Tutorial|133|0|2024-05-31| |60|[WL2O2O/JavaU8G](https://github.com/WL2O2O/JavaU8G)|📚【Java面试通关秘籍】—— Java_Useful_8股文_Guide(听歌学Java),是备战Java面试与提升技术实力的一站式知识库。内容覆盖Java面试、算法、JavaSE、并发编程、JVM优化、MySQL、OS、中间件、微服务等核心知识点,并包含Spring全家桶及设计模式详解。欢迎关注、star,共同完善和分享!|7|0|2024-06-12| |61|[liu75675231/article-crawler](https://github.com/liu75675231/article-crawler)|文章爬虫,会每天都爬取一些有价值的官方文档的博客文章,以便于能得到第一手的更新,教程等信息|8|0|2024-10-02| |62|[dhjddcn/halo-theme-butterfly](https://github.com/dhjddcn/halo-theme-butterfly)|一个Halo博客主题,Butterfly 🦋|415|0|2024-09-26| |63|[Adventech/sabbath-school-lessons](https://github.com/Adventech/sabbath-school-lessons)|📖 The Lessons for every language|99|0|2024-10-11| |64|[bosens-China/blog](https://github.com/bosens-China/blog)|个人写博客的地方|7|0|2024-09-06| |65|[meethigher/hexo-theme-starry](https://github.com/meethigher/hexo-theme-starry)|已被官方收录的hexo主题-Starry,采用ejs跟less开发。技术限制,目前还有很多优化未实现,学习ing。基于很多大佬开源的插件,感谢!|26|0|2024-09-30| |66|[SEC-CAFE/handbook](https://github.com/SEC-CAFE/handbook)|安全手册,企业安全实践、攻防与安全研究知识库|22|0|2024-09-18| |67|[qiwihui/blog](https://github.com/qiwihui/blog)|技术和思考,基于issues|44|0|2024-08-18| |68|[csfive/home](https://github.com/csfive/home)|🐭 计算机废物自学指北|19|0|2024-04-28| |69|[lululuting/tgbk](https://github.com/lululuting/tgbk)|挺哥博客|31|0|2024-05-20| |70|[choyy/Timeline-SY](https://github.com/choyy/Timeline-SY)|思源笔记时间线挂件|19|0|2024-05-05| |71|[xunlutzp/xunlutzp.github.io](https://github.com/xunlutzp/xunlutzp.github.io)|《寻路桐梓坡》全文及GitBook网页|64|0|2024-06-16| |72|[xjq7/awesome-study](https://github.com/xjq7/awesome-study)|Awesome 、资源、工具、技术自媒体、博客、学习指南、面试指北等收集库|14|0|2024-10-11| |73|[liburdi/go-blogs](https://github.com/liburdi/go-blogs)|适合小白入门go语言的博客项目|Here’s the translated list of beginner-friendly blog projects to help you get started with Go programming|98|0|2024-09-26| |74|[wyj0605/douban_library](https://github.com/wyj0605/douban_library)|豆瓣读书插件,自动查询图书馆的图书借阅信息。|61|0|2024-08-30|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Dart.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Dart 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[Anxcye/anx-reader](https://github.com/Anxcye/anx-reader)|An e-book reader written using Flutter. 使用Flutter编写的电子书阅读器|1489|8|2024-09-06| |2|[huangruiLearn/flutter_hrlweibo](https://github.com/huangruiLearn/flutter_hrlweibo)|Flutter仿微博客户端, 包含首页、视频、发现、消息(仿微博聊界面)及个人中心模块|2807|2|2024-05-22| |3|[nightmare-space/fast_share](https://github.com/nightmare-space/fast_share)|Speed Share is a highly available file sharing terminal on LAN(local area network) like airdrop developed by flutter framework.|892|1|2024-09-03| |4|[vito-go/mywords](https://github.com/vito-go/mywords)|背单词神器。 输入一个英语或双语文章的网址,本工具将自动提取文章中所有单词及其所在句子,对文章单词进行去重、统计汇总。你可以过滤筛选只显示出你不认识的单词。|189|1|2024-10-11| |5|[arianneorpilla/jidoujisho](https://github.com/arianneorpilla/jidoujisho)|A full-featured immersion language learning suite for mobile.|951|1|2024-10-09| |6|[shaoting0730/Flutter_learn_demo](https://github.com/shaoting0730/Flutter_learn_demo)|Flutter_learn_demo Flutter学习历程|229|0|2024-09-30| |7|[helloDolin/dolin_demo_flutter](https://github.com/helloDolin/dolin_demo_flutter)|flutter 学习、总结、提高|13|0|2024-10-11| |8|[yuanhoujun/flutter-basic-tutorial](https://github.com/yuanhoujun/flutter-basic-tutorial)|Flutter基础视频教程课件以及源码|9|0|2024-06-04| |9|[molihuan/HLVideoNote](https://github.com/molihuan/HLVideoNote)|"视频笔记"顾名思义,但不仅仅是视频笔记。"Video notes" are just as the name suggests, but they are more than just video notes.|24|0|2024-05-24| |10|[gvenusleo/lex-app](https://github.com/gvenusleo/lex-app)|划词翻译软件,使用 Flutter 开发,支持多个翻译模型|17|0|2024-06-06| |11|[yixiaolunhui/flutter_xy](https://github.com/yixiaolunhui/flutter_xy)|Android小样公众号对应Flutter的demo集合|51|0|2024-10-11| |12|[Kelfvin/JianTi](https://github.com/Kelfvin/JianTi)|一个刷题软件|29|0|2024-06-20| |13|[Daniel-Ioannou/flutter_country_picker](https://github.com/Daniel-Ioannou/flutter_country_picker)|A flutter package to select a country from a list of countries.|120|0|2024-08-16| |14|[cake-tech/cake_wallet](https://github.com/cake-tech/cake_wallet)|The open source repository for Cake Wallet, a noncustodial multi-currency wallet, and Monero.com, a noncustodial Monero-only wallet. Need help? Check out https://guides.cakewallet.com|664|0|2024-10-11| |15|[fluttercandies/flutter_learning_tests](https://github.com/fluttercandies/flutter_learning_tests)|学习 Flutter 路上的点滴及小测~|17|0|2024-06-24| |16|[xiaojia21190/ZY_Player_flutter](https://github.com/xiaojia21190/ZY_Player_flutter)|影视 漫画 小说 听书 |83|0|2024-10-11| |17|[shang1219178163/flutter_templet_project](https://github.com/shang1219178163/flutter_templet_project)| 个人模板项目, 包含组件使用示例、自定义组件封装、代码优化封装技巧。。。|74|0|2024-10-10|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Go.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Go 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go)|✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解|32869|12|2024-06-22| |2|[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|43257|10|2024-05-12| |3|[quii/learn-go-with-tests](https://github.com/quii/learn-go-with-tests)|Learn Go with test-driven development|22067|9|2024-09-17| |4|[ConnectAI-E/feishu-openai](https://github.com/ConnectAI-E/feishu-openai)|🎒 飞书 ×(GPT-4 + GPT-4V + DALL·E-3 + Whisper)= 飞一般的工作体验 🚀 语音对话、角色扮演、多话题讨论、图片创作、表格分析、文档导出 🚀|5503|9|2024-08-18| |5|[inancgumus/learngo](https://github.com/inancgumus/learngo)|❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.|18808|9|2024-04-14| |6|[chai2010/advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book)|:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)|19327|8|2024-09-15| |7|[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.|10088|8|2024-05-31| |8|[unknwon/the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN)|《The Way to Go》中文译本,中文正式名《Go 入门指南》|34548|8|2024-08-14| |9|[yeasy/docker_practice](https://github.com/yeasy/docker_practice)|Learn and understand Docker&Container technologies, with real DevOps practice!|24778|7|2024-09-26| |10|[0voice/Introduction-to-Golang](https://github.com/0voice/Introduction-to-Golang)|【未来服务器端编程语言】最全空降golang资料补给包(满血战斗),包含文章,书籍,作者论文,理论分析,开源框架,云原生,大佬视频,大厂实战分享ppt|7647|7|2024-05-20| |11|[eryajf/cloud_dns_exporter](https://github.com/eryajf/cloud_dns_exporter)|🧰 自动获取DNS提供商的域名及解析列表,同时自动获取每个域名解析的证书信息,并导出为Prometheus Metrics。已支持:Tencent,Aliyun,Godaddy,DNSLA,Amazon,Cloudflare|290|7|2024-09-17| |12|[labring/sealos](https://github.com/labring/sealos)|Sealos is a production-ready Kubernetes distribution. You can run any Docker image on sealos, start high availability databases like mysql/pgsql/redis/mongo, develop applications using any Programming ...|13894|6|2024-10-11| |13|[talkgo/night](https://github.com/talkgo/night)|Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。|11988|5|2024-10-09| |14|[guangzhengli/k8s-tutorials](https://github.com/guangzhengli/k8s-tutorials)|k8s tutorials k8s 教程|4547|5|2024-10-09| |15|[berryalen02/PECracker](https://github.com/berryalen02/PECracker)|针对PE文件的分离的攻防对抗工具,红队、研究者的好帮手。目前支持文件头伪装、证书区段感染。A no-kill confrontation tool for the separation of PE files, a good helper for red teams and researchers. Currently, file header spoofing and certificate s ...|216|4|2024-08-20| |16|[xiaobaiTech/golangFamily](https://github.com/xiaobaiTech/golangFamily)|【超全golang面试题合集+golang学习指南+golang知识图谱+入门成长路线】 一份涵盖大部分golang程序员所需要掌握的核心知识。常用第三方库(mysql,mq,es,redis等)+机器学习库+算法库+游戏库+开源框架+自然语言处理nlp库+网络库+视频库+微服务框架+视频教程+音频音乐库+图形图片库+物联网库+地理位置信息+嵌入式脚本库+编译器库+数据库+金融库+电子邮件库+电子 ...|5659|4|2024-04-23| |17|[golang-design/go-questions](https://github.com/golang-design/go-questions)|📖 Go 程序员面试笔试宝典 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions|5870|3|2024-07-22| |18|[chai2010/go-ast-book](https://github.com/chai2010/go-ast-book)|:books: 《Go语言定制指南》(原名:Go语法树入门/开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST)|5349|3|2024-09-26| |19|[mao888/golang-guide](https://github.com/mao888/golang-guide)|「Golang学习+面试指南」一份涵盖大部分 Golang程序员所需要掌握的核心知识。准备 Golang面试,首选 GolangGuide!|2435|3|2024-09-29| |20|[deweizhu/bookget](https://github.com/deweizhu/bookget)|bookget 数字古籍图书下载工具|1303|2|2024-10-08| |21|[talent-plan/tinykv](https://github.com/talent-plan/tinykv)|A course to build distributed key-value service based on TiKV model|3409|2|2024-10-11| |22|[jiujuan/go-collection](https://github.com/jiujuan/go-collection)|:tulip: awesome awesome go, study golang from basic to proficient。Go Study Guide。从学习 Go 基础语法和高级特性,到实战项目,再到架构微服务,最后到跑路。|2927|2|2024-05-18| |23|[eallion/uBlacklist-subscription-compilation](https://github.com/eallion/uBlacklist-subscription-compilation)|🚫 uBlacklist subscription 订阅合集|913|1|2024-10-06| |24|[whatwewant/chatgpt-for-chatbot-feishu](https://github.com/whatwewant/chatgpt-for-chatbot-feishu)|快速将 ChatGPT 接入飞书,基于 OpenAI 官方接口,作为私人工作助理或者企业员工助理|320|1|2024-05-30| |25|[studygolang/studygolang](https://github.com/studygolang/studygolang)|Go 语言中文网 Golang中文社区 Go语言学习园地 源码|2643|1|2024-06-05| |26|[nicoxiang/geektime-downloader](https://github.com/nicoxiang/geektime-downloader)|极客时间课程下载器,支持下载极客时间专栏/视频课/每日一课/大厂实践/训练营视频|630|1|2024-10-07| |27|[chenjiandongx/mandodb](https://github.com/chenjiandongx/mandodb)|🤔 A minimize Time Series Database, written from scratch as a learning project. 从零开始实现一个 TSDB|685|1|2024-08-08| |28|[zero-proxy/zero-proxy](https://github.com/zero-proxy/zero-proxy)|最轻量、高效、透明、稳定的多币种矿池、矿池代理、矿池中转。支持 BTC, ETC, RVN, NicaHash, XNA, ETHW, Ergo 等币种。自定义抽水账号及比例,高性能数据中转算法,无任何share损耗。具有高效的抽水算法,保证精确抽水。支持多端口监听及多矿池连接,同时接入3000+矿机性能稳定且不掉线。The lightest, most efficient, transparen ...|771|1|2024-04-22| |29|[wa-lang/ugo-compiler-book](https://github.com/wa-lang/ugo-compiler-book)|:books: µGo语言实现(从头开发一个迷你Go语言编译器)|1483|1|2024-09-26| |30|[gopl-zh/gopl-zh.github.com](https://github.com/gopl-zh/gopl-zh.github.com)|:books: Go语言圣经中文版 🇨🇳|4442|1|2024-10-10| |31|[ConnectAI-E/Feishu-Midjourney](https://github.com/ConnectAI-E/Feishu-Midjourney)|🍎 飞书 x midjourney = 你真正的创意伙伴|434|1|2024-05-21| |32|[Wsine/feishu2md](https://github.com/Wsine/feishu2md)|一键命令下载飞书文档为 Markdown|1145|1|2024-08-27| |33|[j178/leetgo](https://github.com/j178/leetgo)|Best LeetCode friend for geek. :snowboarder:|534|1|2024-10-01| |34|[eyebluecn/tank](https://github.com/eyebluecn/tank)|《蓝眼云盘》(Eyeblue Cloud Storage)|3034|1|2024-10-06| |35|[speauty/anto](https://github.com/speauty/anto)|字幕文件(srt)翻译工具,Windows专用|490|1|2024-08-06| |36|[danmuking/DiTing-Go](https://github.com/danmuking/DiTing-Go)|欢迎来到 DiTing!这是一个简单、轻量级的即时通讯(IM)开源项目,采用 Go 编写,严格遵守互联网开发标准。致力于为初学者提供一个友好、易于上手的 IM 解决方案,让你可以轻松入门并开始构建自己的即时通讯应用。|223|1|2024-08-15| |37|[pibigstar/go-demo](https://github.com/pibigstar/go-demo)|Go语言实例教程从入门到进阶,包括基础库使用、设计模式、面试易错点、工具类、对接第三方等|2468|1|2024-10-11| |38|[XiaoMengXinX/Music163bot-Go](https://github.com/XiaoMengXinX/Music163bot-Go)|一个用来下载/分享网易云歌曲的Telegram Bot|688|1|2024-08-02| |39|[ArtisanCloud/PowerWeChat](https://github.com/ArtisanCloud/PowerWeChat)|PowerWechat是一款基于WeChat SDK for Golang,支持小程序、微信支付、企业微信、公众号等全微信生态|1316|1|2024-10-11| |40|[txthinking/zoro](https://github.com/txthinking/zoro)|zoro can help you expose local server to external network. Support both TCP/UDP, of course support HTTP. Zero-Configuration.|1540|1|2024-08-28| |41|[jaywcjlove/golang-tutorial](https://github.com/jaywcjlove/golang-tutorial)|Go语言快速入门|556|0|2024-08-06| |42|[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).|536|0|2024-09-26| |43|[guyan0319/golang_development_notes](https://github.com/guyan0319/golang_development_notes)|golang development notes go语言开发笔记|572|0|2024-10-01| |44|[yann0917/dedao-gui](https://github.com/yann0917/dedao-gui)|wails + go + vue3 实现得到已购课程下载的桌面客户端|168|0|2024-10-03| |45|[longjoy/micro-go-book](https://github.com/longjoy/micro-go-book)|《Go语言高并发与微服务实战》代码|550|0|2024-07-12| |46|[mao888/bluebell-plus](https://github.com/mao888/bluebell-plus)|基于vue+go+gin+mysql+redis的博客论坛web项目|291|0|2024-08-12| |47|[golang-minibear2333/golang](https://github.com/golang-minibear2333/golang)|扫清go语言一切障碍,go语言实战、go语言从入门到精通,持续更新,欢迎star|720|0|2024-07-15| |48|[nanmu42/orly](https://github.com/nanmu42/orly)|:football: Generate your own O'RLY animal book cover to troll your colleagues 生成你自己的O'RLY动物书封面,让你的同事惊掉下巴|785|0|2024-09-17| |49|[BaiZe1998/go-learning](https://github.com/BaiZe1998/go-learning)|一个存放Go语言/计算机相关学习资料的仓库|358|0|2024-09-03| |50|[gopcp/example.v2](https://github.com/gopcp/example.v2)|An example project for book 'Go Programming & Concurrency in Practice, 2nd edition' (《Go并发编程实战》第2版).|877|0|2024-09-07| |51|[ICKelin/article](https://github.com/ICKelin/article)|读书笔记,博客文章|116|0|2024-09-09| |52|[xuesongbj/Go-Notes](https://github.com/xuesongbj/Go-Notes)|🚀 Go学习笔记 📖 |147|0|2024-04-18| |53|[cncf/presentations](https://github.com/cncf/presentations)|📊 Presentations from the CNCF community to share and reuse|903|0|2024-09-22| |54|[kevinyan815/gocookbook](https://github.com/kevinyan815/gocookbook)|go cook book|781|0|2024-10-08| |55|[ystyle/kaf-cli](https://github.com/ystyle/kaf-cli)|把txt文本转成epub和mobi电子书的命令行工具(原TmdTextEpub)|729|0|2024-05-16| |56|[virusdefender/copy-cert](https://github.com/virusdefender/copy-cert)|本工具可以基于已知网站 ssl 证书的信息生成新的自签名证书,保持签发者、有效期、序列号、域名等一致,用于伪装流量。|252|0|2024-10-03| |57|[chyroc/lark](https://github.com/chyroc/lark)|Feishu(飞书)/Lark Open API Go SDK, Support ALL Open API and Event Callback.|416|0|2024-09-10| |58|[songzhibin97/gkit](https://github.com/songzhibin97/gkit)|A collection of basic usability component tools dedicated to providing micro-services and single services, drawing on some excellent open source project features such as kratos, go-kit, mosn, sentinel ...|313|0|2024-04-27| |59|[go-kratos/examples](https://github.com/go-kratos/examples)|Examples of Kratos framework|363|0|2024-09-06| |60|[lni/dragonboat-example](https://github.com/lni/dragonboat-example)|Examples for Dragonboat|180|0|2024-08-10| |61|[wx-chevalier/Go-Notes](https://github.com/wx-chevalier/Go-Notes)|:books: Go-Series, Go From Zero to Hero. 语法基础、工程实践、并发编程、Web 开发|118|0|2024-09-21| |62|[bigwhite/GoProgrammingFromBeginnerToMaster](https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster)|Go语言精进之路书籍配套代码|245|0|2024-04-15| |63|[gookit/validate](https://github.com/gookit/validate)|⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。|1061|0|2024-10-02| |64|[ecodeclub/webook](https://github.com/ecodeclub/webook)|一个八股文面试网站,哈哈哈|140|0|2024-10-06| |65|[xi-mad/colourful](https://github.com/xi-mad/colourful)|百度网盘自动补档:自动检测百度网盘分享是否过期,并自动新建分享|105|0|2024-08-14| |66|[GoAdminGroup/example](https://github.com/GoAdminGroup/example)|A simple example show how to quickly run GoAdmin|199|0|2024-05-22| |67|[yanyiwu/gosimhash](https://github.com/yanyiwu/gosimhash)|中文文档simhash值计算|161|0|2024-09-11| |68|[lixd/mydocker](https://github.com/lixd/mydocker)|参考《自己动手写 docker》从零开始实现一个简易的 docker 以及相关教程。Build a simple Docker from scratch along with related tutorials.|322|0|2024-08-25| |69|[lixd/kafka-go-example](https://github.com/lixd/kafka-go-example)|kafka-go-example 以及系列教程|147|0|2024-08-27| |70|[haojie06/selfhelp-iptables](https://github.com/haojie06/selfhelp-iptables)|通过http api自助添加iptables白名单与黑名单的工具,防止nmap等程序的端口扫描和恶意主动探测,防止ssh、mysql等敏感服务受到攻击,并能对探测进行记录。|133|0|2024-06-19| |71|[cloudwego/kitex-examples](https://github.com/cloudwego/kitex-examples)|Examples for Kitex.|360|0|2024-09-17|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Groovy.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Groovy 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[Jonny023/Study](https://github.com/Jonny023/Study)|学习笔记|32|0|2024-10-09| |2|[tongv/ssl-auto-renew](https://github.com/tongv/ssl-auto-renew)|HTTPS证书\SSL证书\自动续期部署。基于Jenkins+Docker、全开源、脚本式任务占用少、无云服务依赖。|4|0|2024-06-13| |3|[DreamPWJ/jenkins-shared-library](https://github.com/DreamPWJ/jenkins-shared-library)|One For All DevOps, Powerful, flexible and easy-to-use, multi-terminal CI/CD shared library pipeline( 强大灵活易用的多端CI/CD共享库流水线 )|61|0|2024-10-10|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/HTML.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > HTML 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[PKUFlyingPig/cs-self-learning](https://github.com/PKUFlyingPig/cs-self-learning)|计算机自学指南|56566|52|2024-09-13| |2|[Ceelog/DictionaryByGPT4](https://github.com/Ceelog/DictionaryByGPT4)|一本 GPT4 生成的单词书📚,超过 8000 个单词分析,涵盖了词义、例句、词根词缀、变形、文化背景、记忆技巧和小故事|3556|33|2024-08-17| |3|[WeNeedHome/SummaryOfLoanSuspension](https://github.com/WeNeedHome/SummaryOfLoanSuspension)|全国各省市停贷通知汇总|20344|25|2024-07-13| |4|[liguodongiot/llm-action](https://github.com/liguodongiot/llm-action)|本项目旨在分享大模型相关技术原理以及实战经验。|9521|19|2024-09-22| |5|[PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)|清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University|33210|16|2024-07-23| |6|[fengdu78/Coursera-ML-AndrewNg-Notes](https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes)|吴恩达老师的机器学习课程个人笔记|31836|13|2024-06-10| |7|[QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)|浙江大学课程攻略共享计划|37098|12|2024-09-29| |8|[diff-usion/Awesome-Diffusion-Models](https://github.com/diff-usion/Awesome-Diffusion-Models)| A collection of resources and papers on Diffusion Models|10868|10|2024-08-01| |9|[wdndev/llm_interview_note](https://github.com/wdndev/llm_interview_note)|主要记录大语言大模型(LLMs) 算法(应用)工程师相关的知识及面试题|3036|9|2024-08-19| |10|[naxiaoduo/1000UserGuide](https://github.com/naxiaoduo/1000UserGuide)|1000UserGuide:对独立开发者和创业者来说,找到前1000个早期用户太关键了。这里精心整理了300多个国内外渠道,适合独立开发者和创业者推广产品的渠道。|1561|8|2024-10-06| |11|[qiye45/wechatDownload](https://github.com/qiye45/wechatDownload)|微信公众号文章批量下载工具,支持图片、评论下载,支持保存html/mhtml/md/pdf/docx文件|3028|7|2024-09-02| |12|[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.|3312|5|2024-09-26| |13|[javascript-tutorial/zh.javascript.info](https://github.com/javascript-tutorial/zh.javascript.info)|现代 JavaScript 教程(The Modern JavaScript Tutorial),以最新的 ECMAScript 规范为基准,通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。|9786|4|2024-08-16| |14|[qiangmzsx/Software-Engineering-at-Google](https://github.com/qiangmzsx/Software-Engineering-at-Google)|《Software Engineering at Google》的中英文对译版本|4108|4|2024-09-30| |15|[cipher387/osint_stuff_tool_collection](https://github.com/cipher387/osint_stuff_tool_collection)|A collection of several hundred online tools for OSINT|5338|4|2024-08-18| |16|[HFUT-CHEATER/HFUTCheaterCollection](https://github.com/HFUT-CHEATER/HFUTCheaterCollection)|Hefei University of Technology 投稿、举报、监督、咨询Email:hfutcheater@proton.me https://hfutcheater.gitbook.io/hfutcheater https://hfut-cheater.github.io 合肥工业大学 安徽 作弊 造假 贪污 论文抄袭 贿赂 包庇 权力寻租 挪用基金 组织舞弊 越南留学生反华 南 ...|852|4|2024-07-11| |17|[onewinner/VulToolsKit](https://github.com/onewinner/VulToolsKit)|红队武器库漏洞利用工具合集整理|309|3|2024-09-03| |18|[doocs/technical-books](https://github.com/doocs/technical-books)|😆 国内外互联网技术大牛们都写了哪些书籍:计算机基础、网络、前端、后端、数据库、架构、大数据、深度学习...|6061|3|2024-06-19| |19|[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🙌|1881|3|2024-07-29| |20|[jiep/offensive-ai-compilation](https://github.com/jiep/offensive-ai-compilation)|A curated list of useful resources that cover Offensive AI.|1101|2|2024-10-05| |21|[golang101/golang101](https://github.com/golang101/golang101)|Go语言101 : 一个与时俱进的Go编程知识库|4552|2|2024-06-10| |22|[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 量化交易 量化投资|2008|2|2024-09-08| |23|[golang-china/gopl-zh](https://github.com/golang-china/gopl-zh)|:books: Go语言圣经中文版|6032|2|2024-10-10| |24|[Consensys/smart-contract-best-practices](https://github.com/Consensys/smart-contract-best-practices)|A guide to smart contract security best practices|7485|2|2024-07-22| |25|[Mr-xn/BurpSuite-collections](https://github.com/Mr-xn/BurpSuite-collections)|有关burpsuite的插件(非商店),文章以及使用技巧的收集(此项目不再提供burpsuite破解文件,如需要请在博客mrxn.net下载)---Collection of burpsuite plugins (non-stores), articles and tips for using Burpsuite, no crack version file|3309|2|2024-07-18| |26|[DefTruth/CUDA-Learn-Notes](https://github.com/DefTruth/CUDA-Learn-Notes)|🎉CUDA/C++ 笔记 / 大模型手撕CUDA / 技术博客,更新随缘: flash_attn、sgemm、sgemv、warp reduce、block reduce、dot product、elementwise、softmax、layernorm、rmsnorm、hist etc.|1091|2|2024-09-01| |27|[paddingme/Front-end-Web-Development-Interview-Question](https://github.com/paddingme/Front-end-Web-Development-Interview-Question)|前端开发面试题大收集,前端面试集锦 :heart: :gift_heart: :cupid:|6557|2|2024-04-23| |28|[go101/go101](https://github.com/go101/go101)|An up-to-date (unofficial) knowledge base for Go programming self learning|5505|2|2024-08-07| |29|[stellarkey/912_project](https://github.com/stellarkey/912_project)|清华大学计算机系考研攻略 Guidance for postgraduate entrance examination in Department of Computer Science and Technology, Tsinghua University|2556|1|2024-10-08| |30|[Eternaldeath/BlockchainHome](https://github.com/Eternaldeath/BlockchainHome)|构建区块链学习的知识体系合集,汇聚各种区块链资源|717|1|2024-06-15| |31|[zqzess/MyWebStorage](https://github.com/zqzess/MyWebStorage)|整合网络上现有的香色闺阁源,爬虫每周自动更新书源|729|1|2024-10-07| |32|[xiangyuecn/ACME-HTML-Web-Browser-Client](https://github.com/xiangyuecn/ACME-HTML-Web-Browser-Client)|ACME Web Browser Client: HTML5网页版ACME客户端,免费申请获得用于 HTTPS 的 SSL/TLS 域名证书(RSA、ECC/ECDSA)Free Wildcard Certificates,支持多域名和通配符泛域名,Windows、macOS均可以向 Let's Encrypt,ZeroSSL,Google 等支持 ACME 协议的证书颁发机构申请pem格式证书|432|1|2024-08-04| |33|[huyaocode/webKnowledge](https://github.com/huyaocode/webKnowledge)|前端知识点总结|2152|1|2024-05-26| |34|[songquanpeng/go-file](https://github.com/songquanpeng/go-file)|基于 Go 的文件分享工具,仅单可执行文件,开箱即用,内置图床和视频播放页面. File sharing tool based on Go.|935|1|2024-04-19| |35|[YUUXIAO/webProject](https://github.com/YUUXIAO/webProject)|记录我在学习前端学习过程中做过的小demo,js部分全用源生js实现。|1474|1|2024-05-04| |36|[openwhu/OpenWHU](https://github.com/openwhu/OpenWHU)|武汉大学课程资料整理-WHU课代表计划|1193|1|2024-10-10| |37|[scruel/pcc_3e_slides](https://github.com/scruel/pcc_3e_slides)|《Python 编程:从入门到实践(第三版)》的官方配套图解讲义资源|311|1|2024-07-19| |38|[zxuqian/html-css-examples](https://github.com/zxuqian/html-css-examples)|A collection of HTML and CSS examples, including effects and UIs.|925|1|2024-05-01| |39|[krishnakumarsekar/awesome-quantum-machine-learning](https://github.com/krishnakumarsekar/awesome-quantum-machine-learning)|Here you can get all the Quantum Machine learning Basics, Algorithms ,Study Materials ,Projects and the descriptions of the projects around the web|2690|1|2024-05-07| |40|[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/|2009|1|2024-10-10| |41|[datawhalechina/key-book](https://github.com/datawhalechina/key-book)|《机器学习理论导引》(宝箱书)的证明、案例、概念补充与参考文献讲解。|1523|1|2024-09-25| |42|[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.|1807|1|2024-10-10| |43|[cpython666/LearnSpider](https://github.com/cpython666/LearnSpider)|爬虫百战成神刷题网站|179|1|2024-08-20| |44|[bojone/papers.cool](https://github.com/bojone/papers.cool)|Cool Papers - Immersive Paper Discovery|368|1|2024-09-11| |45|[godbasin/front-end-book](https://github.com/godbasin/front-end-book)|《前端的进击》pdf 纪念版|47|1|2024-09-03| |46|[kujian/frontendDaily](https://github.com/kujian/frontendDaily)|前端开发博客,分享互联网最精彩的前端技术,欢迎关注我微信公众号:前端开发博客,回复 1024,领取前端进阶资料包,回复 加群,与大神一起交流学习。|2334|1|2024-10-09| |47|[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: 程序员的技术视 ...|3123|1|2024-10-08| |48|[mcauser/awesome-micropython](https://github.com/mcauser/awesome-micropython)|A curated list of awesome MicroPython libraries, frameworks, software and resources.|1386|1|2024-09-11| |49|[go-training/training](https://github.com/go-training/training)|Learning Golang one day|1432|1|2024-04-19| |50|[Muyangmin/glide-docs-cn](https://github.com/Muyangmin/glide-docs-cn)|Glide简体中文文档站点托管项目。|1488|1|2024-06-03| |51|[cubxxw/awesome-cs-cloudnative-blockchain](https://github.com/cubxxw/awesome-cs-cloudnative-blockchain)|📚 菜鸟成长手册🚀 CS系列 、云原生系列、区块链系列、web3系列🔥、Golang系列💡......|1034|1|2024-04-21| |52|[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版习题答案。|6337|1|2024-05-15| |53|[Joining-AI/LLM_Interview_Prepare](https://github.com/Joining-AI/LLM_Interview_Prepare)| 本仓库是关于大模型面试中常见面试试题和面试经验的整理。这里收集了各类与大模型相关的面试题目,并提供详细的解答和分析。本仓库由上海交大交影社区维护|54|1|2024-08-23| |54|[godbasin/godbasin.github.io](https://github.com/godbasin/godbasin.github.io)|被删前端博客--喜欢请star|2113|1|2024-09-03| |55|[wuhobin/blog-home](https://github.com/wuhobin/blog-home)|一个干净简洁的个人作品集合主页|233|1|2024-04-14| |56|[Global-CS-application/global-cs-application.github.io](https://github.com/Global-CS-application/global-cs-application.github.io)|欧港新CS留学项目指北|635|1|2024-09-04| |57|[PE-CN/PE-CN.github.io](https://github.com/PE-CN/PE-CN.github.io)|Project Euler 欧拉计划 中文翻译站|45|0|2024-04-17| |58|[Sayi/sayi.github.com](https://github.com/Sayi/sayi.github.com)|个人博客已切换到公众号Evoopeed,请搜索:deepoove|44|0|2024-08-19| |59|[othree/markdown-syntax-zhtw](https://github.com/othree/markdown-syntax-zhtw)|Markdown 語法說明中文版|752|0|2024-04-22| |60|[openbiox/weekly](https://github.com/openbiox/weekly)|生信爱好者周刊(每周日发布)|354|0|2024-09-30| |61|[hanxiaomax/Learncpp_CN](https://github.com/hanxiaomax/Learncpp_CN)|闲来无事翻译LearnCpp|98|0|2024-05-25| |62|[karashiiro/xiv-resources](https://github.com/karashiiro/xiv-resources)|A list of websites and tools for FFXIV.|320|0|2024-07-02| |63|[poos/poos.github.io](https://github.com/poos/poos.github.io)|技术博客,⭐️为我的博文赞一个!|35|0|2024-05-14| |64|[xlc520/xlc520.github.io](https://github.com/xlc520/xlc520.github.io)|个人学习的笔记,记录学习过程遇到的问题,学到的知识,收集各种学习工具,各种技巧,各种使用教程。https://blog.ciberviler.top|40|0|2024-08-04| |65|[HCPLab-SYSU/Book-of-MLM](https://github.com/HCPLab-SYSU/Book-of-MLM)|《多模态大模型:新一代人工智能技术范式》作者:刘阳,林倞 |115|0|2024-06-07| |66|[gavfu/chzhshch-blog](https://github.com/gavfu/chzhshch-blog)|全球第一博客---缠中说禅|180|0|2024-10-07| |67|[webup/agi-talks](https://github.com/webup/agi-talks)|AGI 内外部分享材料合集|54|0|2024-10-09| |68|[tolerious/Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource)|学习计算机科学的一些pdf资源,欢迎赞赏|1540|0|2024-09-28| |69|[taizihuang/wmyblog](https://github.com/taizihuang/wmyblog)|王孟源的博客镜像【可搜索】,每 6 小时更新|134|0|2024-10-11| |70|[SJTU-RoboMaster-Team/SJTU-RoboMaster-Team.github.io](https://github.com/SJTU-RoboMaster-Team/SJTU-RoboMaster-Team.github.io)|❤️交龙博客,只需写 markdown 就可以发布文章❗走过路过记得收藏捏⭐️|43|0|2024-09-16| |71|[cncounter/translation](https://github.com/cncounter/translation)|翻译文档|638|0|2024-09-29| |72|[wx-chevalier/React-Notes](https://github.com/wx-chevalier/React-Notes)|:books: 现代 Web 开发之 React 篇|35|0|2024-09-21| |73|[fujohnwang/unveil-springboot-feedbacks](https://github.com/fujohnwang/unveil-springboot-feedbacks)|《SpringBoot揭秘》一书的勘误收录以及交流等售后项目|53|0|2024-05-01| |74|[pengpan/idcard](https://github.com/pengpan/idcard)|中国大陆内地姓名、身份证号、银行卡号生成器(随机虚构生成),身份证号大全|49|0|2024-09-11| |75|[zwdnet/PythonPractice](https://github.com/zwdnet/PythonPractice)|极客时间课程《Python核心技术与实战》课程练习实践。|497|0|2024-10-06| |76|[Frankgu3528/ZJU_Stat_Courses](https://github.com/Frankgu3528/ZJU_Stat_Courses)|一些ZJU统计本科生的资料|31|0|2024-05-16| |77|[uiuing/varbook](https://github.com/uiuing/varbook)|适合中文程序员的变量命名助手,LLM+知识库,规范变量命名,定制化变量命名规则|205|0|2024-06-10| |78|[SerhoLiu/serholiu.com](https://github.com/SerhoLiu/serholiu.com)|我的博客|97|0|2024-08-04| |79|[Web3-Club/Web3wiki-Website](https://github.com/Web3-Club/Web3wiki-Website)|📖中文互联网第一个Web3相关知识的百科站点 |@Web3-Club|64|0|2024-10-11| |80|[Veykril/tlborm](https://github.com/Veykril/tlborm)|The Little Book of Rust Macros (updated fork) |722|0|2024-10-05| |81|[atjiu/dstmod-tutorial](https://github.com/atjiu/dstmod-tutorial)|饥荒mod开发教程|162|0|2024-08-08| |82|[bfengj/Cloud-Security](https://github.com/bfengj/Cloud-Security)|记录自己在云安全上的学习笔记等。|59|0|2024-06-11| |83|[he-weilai/love-code](https://github.com/he-weilai/love-code)|❤️爱心代码集合 by 何未来|134|0|2024-07-03| |84|[zhuziyi1989/tools](https://github.com/zhuziyi1989/tools)|自用的一些工具集合 更多笔记请查看|79|0|2024-08-12| |85|[cooip-jm/About-openwrt](https://github.com/cooip-jm/About-openwrt)|一些关于Openwrt 相关的资料|30|0|2024-08-28| |86|[MnO2/learnyouahaskell-zh](https://github.com/MnO2/learnyouahaskell-zh)|Chinese translation of Learn you a Haskell for great good|451|0|2024-07-04| |87|[webcoding/js_block](https://github.com/webcoding/js_block)|研究学习各种拦截:反爬虫、拦截ad、防广告注入、斗黄牛等|65|0|2024-07-30| |88|[zhangzhenhuajack/spring-data-jpa-guide](https://github.com/zhangzhenhuajack/spring-data-jpa-guide)|spring-data-jpa-guide,Spring Data JPA实战,SpringDataJpa详解|380|0|2024-08-26| |89|[damit5/damit5.github.io](https://github.com/damit5/damit5.github.io)|个人部分知识总结|103|0|2024-09-28| |90|[binghe001/binghe001.github.io](https://github.com/binghe001/binghe001.github.io)|📚 本静态博客是作者冰河多年从事多年互联网大厂开发、架构的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容、底层原理、架构知识、渗透技术。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)! |30|0|2024-10-06| |91|[Inchill/fe-notes](https://github.com/Inchill/fe-notes)|🍎个人前端知识汇总,并且处于持续更新中。 This is a summary of personal front-end knowledges, and it will be updated from time to time.|69|0|2024-05-07| |92|[SnailDev/zhihu-hot-hub](https://github.com/SnailDev/zhihu-hot-hub)|记录知乎热搜、热门话题、热门视频,每小时更新,按天归档。|42|0|2024-10-11| |93|[wx-chevalier/Web-Notes](https://github.com/wx-chevalier/Web-Notes)|:books: 现代 Web 开发语法基础与工程实践,涵盖 Web 开发基础、前端工程化、应用架构、性能与体验优化、混合开发、React 实践、Vue 实践、WebAssembly 等多方面。|838|0|2024-09-21| |94|[hanxi/blog](https://github.com/hanxi/blog)|涵曦的博客|56|0|2024-06-01| |95|[xuan-insr/xuan-insr.github.io](https://github.com/xuan-insr/xuan-insr.github.io)|咸鱼暄的笔记本!|203|0|2024-07-08| |96|[zhangshenxing/VanillaModTutorial](https://github.com/zhangshenxing/VanillaModTutorial)|Minecraft 原版模组入门教程|47|0|2024-06-15| |97|[sanyuan0704/juejin-book-vite](https://github.com/sanyuan0704/juejin-book-vite)|《深入浅出 Vite》掘金小册代码示例仓库|214|0|2024-08-18| |98|[mhxw/hyperledger](https://github.com/mhxw/hyperledger)|Blockchain、Hyperledger、Ethereum、Solana、IPFS learning materials / 学习指南|147|0|2024-06-12| |99|[sunxvming/my-blog](https://github.com/sunxvming/my-blog)|记录日常的学习笔记、技术笔记、读书笔记,分享自己的所见所思所得。 |42|0|2024-05-15| |100|[wx-chevalier/Solutions-Notes](https://github.com/wx-chevalier/Solutions-Notes)|:books: 服务端开发实践与工程架构,服务端基础篇 微服务与云原生篇 Spring 篇 Node.js 篇 DevOps 篇 信息安全与渗透测试篇|350|0|2024-09-21| |101|[HIT-FC-OpenCS/CS_Courses](https://github.com/HIT-FC-OpenCS/CS_Courses)|哈尔滨工业大学计算学部金牌讲师团课程资料共享 Guidance for courses, faculty of computing, Harbin Institute of Technology |111|0|2024-08-31| |102|[liangliangzhuang/R_example](https://github.com/liangliangzhuang/R_example)|公众号[庄闪闪的成长手册]对应的R资料(代码+数据)|142|0|2024-04-14| |103|[pseudoyu/blockchain-guide](https://github.com/pseudoyu/blockchain-guide)|区块链入门指南|95|0|2024-08-08| |104|[Curiouserw/gitbooks-devops-roadmap](https://github.com/Curiouserw/gitbooks-devops-roadmap)|Curiouser的Devops之路|101|0|2024-08-07| |105|[containerpi/rsdocs-actions](https://github.com/containerpi/rsdocs-actions)|Build Action for Rust Books List|120|0|2024-09-05| |106|[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.|175|0|2024-08-07| |107|[happyCoding1024/FrontendLearningTool](https://github.com/happyCoding1024/FrontendLearningTool)|记录所学,所思,所得,和大家分享前端(不止前端)学习路上的点点滴滴。|80|0|2024-09-24| |108|[onewhitethreee/zhihu_tools](https://github.com/onewhitethreee/zhihu_tools)|知乎盐选会员文章下载 zhihu vip|28|0|2024-07-22| |109|[hibikilogy/hibikilogy.github.io](https://github.com/hibikilogy/hibikilogy.github.io)|《京吹学报》|278|0|2024-10-10| |110|[skyao/learning-dapr](https://github.com/skyao/learning-dapr)|Dapr学习笔记|30|0|2024-07-19| |111|[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 面试必备|131|0|2024-10-07| |112|[WTFAcademy/WTF-HTML](https://github.com/WTFAcademy/WTF-HTML)|WTF HTML教程,帮助新人快速入门HTML,并完成一个极简版Uniswap页面。|42|0|2024-05-30| |113|[luolin-ai/Enterprise-WeChat-GPTbot](https://github.com/luolin-ai/Enterprise-WeChat-GPTbot)|基于企微gpt知识库的bot机器人,能够自动回复企业微信中收到的消息。这个机器人能够处理私聊和群聊,还可以记住与用户的聊天内容,从而做出更加贴合上下文的回应。此外,您还可以设置白名单来控制机器人与哪些用户或群组交互。|96|0|2024-09-22| |114|[mydearcc/tools](https://github.com/mydearcc/tools)|fly63在线工具箱,一款极简、免费、高效、好用的在线工具集合网站。包含:开发文档、格式转换、加密/解密、站长工具、代码生成、Css样式、JSON格式化、二维码、图片处理、生活娱乐、文字处理等工具,适合于程序员、站长、设计师、网络营销、自媒体等IT行业人员。|215|0|2024-10-06| |115|[NJUPTFreeExams/NJUPT-CS-FREE](https://github.com/NJUPTFreeExams/NJUPT-CS-FREE)|南京邮电大学计软网安院学习资料。Covers all materials for CST, SE, and InfoSec majors.|220|0|2024-07-04| |116|[xizhibei/blog](https://github.com/xizhibei/blog)|个人博客,(Node.js/Golang/Backend/DevOps),欢迎 Star, Watch 订阅以及评论|433|0|2024-09-18| |117|[chenwenhang/MathFunctionTool](https://github.com/chenwenhang/MathFunctionTool)|函数图像绘制工具,方便初中生和高中生(以后可能会包括大学生)绘制函数图像。意在培养学生的抽象化思维,帮助学习。|30|0|2024-08-19| |118|[polaris1119/pkgdoc](https://github.com/polaris1119/pkgdoc)|go 标准库和部分第三方包的包文档中文翻译|547|0|2024-04-21| |119|[jcohy/jcohy-docs](https://github.com/jcohy/jcohy-docs)|英文文档翻译|49|0|2024-06-18| |120|[tw93/tw93.github.io](https://github.com/tw93/tw93.github.io)|🧗‍♂️ Tw93 的个人博客|139|0|2024-09-18| |121|[wx-chevalier/MicroCN-Notes](https://github.com/wx-chevalier/MicroCN-Notes)|:books: MicroService & CloudNative Architecture,架构衍化,微服务实战,云原生探索,RPC,服务注册与发现|69|0|2024-09-17| |122|[sunshe35/PySide6-codes](https://github.com/sunshe35/PySide6-codes)|《PySide6/PyQt6快速开发与实战》-PySide6部分源代码|140|0|2024-08-24| |123|[github-profile-achievements/chinese](https://github.com/github-profile-achievements/chinese)|所有 GitHub 个人资料徽章和成就的完整列表|40|0|2024-10-05| |124|[XiangyunHuang/msg](https://github.com/XiangyunHuang/msg)|:book: 现代统计图形(人民邮电出版社出版) Modern Statistical Graphics|131|0|2024-05-23| |125|[yessimida/interview-of-legends](https://github.com/yessimida/interview-of-legends)|汇集Java后端真实面试题,并用大白话给予答案,并尽可能的做点延伸,理解大于背诵。|373|0|2024-05-09| |126|[IvanWoo/taiwan-ebooks-downloader](https://github.com/IvanWoo/taiwan-ebooks-downloader)|📚 A Chrome extension for downloading books from Taiwan eBooks Database (台湾华文电子书库). 下载台湾华文电子书库 PDF 档案的 Chrome 扩展程序。|36|0|2024-10-08| |127|[clashshare/clashshare.github.io](https://github.com/clashshare/clashshare.github.io)|Clash订阅节点分享|28|0|2024-10-11| |128|[tianyilt/ecust-CourseShare](https://github.com/tianyilt/ecust-CourseShare)|致力于构建共建共治共享的ecust课程攻略共享库|243|0|2024-09-24| |129|[SunsetMkt/MSD-Manual-Portable](https://github.com/SunsetMkt/MSD-Manual-Portable)|A method to build a portable and offline-available MSD Manual. 一种构建便携式离线《默沙东诊疗手册》的方法。|50|0|2024-07-06| |130|[hua-zhi-wan/aminoac](https://github.com/hua-zhi-wan/aminoac)|阿米诺斯语翻译器|28|0|2024-06-06| |131|[wangzhizhou/LearnSwift](https://github.com/wangzhizhou/LearnSwift)|Swift 学习记录|49|0|2024-06-06| |132|[DND5eChm/DND5e_chm](https://github.com/DND5eChm/DND5e_chm)|这是《5E不全书》,即DND5e已翻译资源的整合,不是《5E全书》,也不以任何人的名字署名!|146|0|2024-10-10| |133|[fundgao/DAO_DE_JING](https://github.com/fundgao/DAO_DE_JING)|《道德经》《阳明心学》《易经》《奇门遁甲》《黄帝内经》《抱朴子》《阴阳五行》《山海经》《河图洛书》东方古老文化传承与研究,易经风水、奇门遁甲、禅修灵修、道法仙学、天医祝由、中医道医,辟谷养生,修行修心,心疗灵疗,灵魂觉醒,高维智慧开启!|31|0|2024-10-08| |134|[ylsislove/make-a-little-progress-every-day](https://github.com/ylsislove/make-a-little-progress-every-day)|学无止境,督促自己学习。每天进步一点点,水滴石穿-贵在坚持。|112|0|2024-06-15| |135|[huangboju/Moots](https://github.com/huangboju/Moots)|收集了一些学习资料|143|0|2024-06-18| |136|[wx-chevalier/Startup-Notes](https://github.com/wx-chevalier/Startup-Notes)|熊说财经与科技 ~ 某熊的创业之路|38|0|2024-09-21| |137|[Tippye/cs408](https://github.com/Tippye/cs408)|💯24王道408笔记+代码|73|0|2024-08-09| |138|[wx-chevalier/Product-Notes](https://github.com/wx-chevalier/Product-Notes)|:books: 产品迷思,不仅仅是产品经理,对于产品设计、交互体验、项目管理、行业视点等多方面的思考。|397|0|2024-10-08| |139|[mengyou658/keywords](https://github.com/mengyou658/keywords)|keywords,搜索关键词,包括各种教程、安全、awesome、c、Linux、运维、数据库、安卓android、ios、小程序、golang、Java、JavaScript、python、php、rust、机器学习machine learning、游戏game、各种开源项目、面试|82|0|2024-09-28| |140|[dsrkafuu/dsr-blog](https://github.com/dsrkafuu/dsr-blog)|新版整合式个人博客,基于 Hugo 实现,包含博客文章和笔记整合。|64|0|2024-07-18| |141|[yllg/Algorithms-JS](https://github.com/yllg/Algorithms-JS)|LeetCode算法题的JS解法✏️📒 + 平时遇到的算法题、手写题汇总📗📘📙📚|88|0|2024-10-11| |142|[sunyctf/js-effects](https://github.com/sunyctf/js-effects)|⭐ 前端JS特效合集—JavaScript effects library|79|0|2024-07-26| |143|[eryajf/eryajf.github.io](https://github.com/eryajf/eryajf.github.io)|二丫讲梵👇博客--fork走内容却不更改,太烦了,此处将不再更新内容。若要浏览新内容,请到下边博客。|309|0|2024-06-14| |144|[ayr-ton/awesome-geek-podcasts](https://github.com/ayr-ton/awesome-geek-podcasts)|A curated list of podcasts we like to listen to. |550|0|2024-08-31| |145|[drmingdrmer/openstudy](https://github.com/drmingdrmer/openstudy)|在校学习的资料|40|0|2024-09-13| |146|[ghaiklor/type-challenges-solutions](https://github.com/ghaiklor/type-challenges-solutions)|Solutions for the collection of TypeScript type challenges with explanations|472|0|2024-05-28| |147|[eveningwater/code-segment](https://github.com/eveningwater/code-segment)|一个代码片段的集合|44|0|2024-10-11| |148|[FeijiangHan/CSU-CS-review-materials](https://github.com/FeijiangHan/CSU-CS-review-materials)|CSU - CS期末备考复习资料;中南大学计科&计算机复习; Review material; Central South University|117|0|2024-10-06| |149|[wx-chevalier/JavaScript-Notes](https://github.com/wx-chevalier/JavaScript-Notes)|:books: JavaScript Series, Mastering JavaScript & TypeScript from Zero to Hero.|63|0|2024-10-06| |150|[teasiu/doc](https://github.com/teasiu/doc)|海纳思使用手册|42|0|2024-09-30| |151|[TRHX/TRHX.github.io](https://github.com/TRHX/TRHX.github.io)|个人技术博客 My blog, mainly sharing some Python notes.|41|0|2024-08-18| |152|[wdndev/mllm_interview_note](https://github.com/wdndev/mllm_interview_note)|主要记录大语言大模型(LLMs) 算法(应用)工程师多模态相关知识|71|0|2024-05-12| |153|[Water-CS-Application/WaterCS](https://github.com/Water-CS-Application/WaterCS)|英港新澳留学指北|31|0|2024-04-26| |154|[Mor-Li/HITSZ-OpenDS](https://github.com/Mor-Li/HITSZ-OpenDS)|哈尔滨工业大学(深圳)数据科学与大数据技术专业课程攻略 Guidance for courses in Department of Data Science and Big Data Technology, Harbin Institute of Technology (Shenzhen)|123|0|2024-08-05| |155|[sunshe35/PyQt6-codes](https://github.com/sunshe35/PyQt6-codes)|《PySide6/PyQt6快速开发与实战》-PyQt6部分源代码|41|0|2024-08-24| |156|[beihaili/Get-Started-with-Web3](https://github.com/beihaili/Get-Started-with-Web3)|自学入门Web3不是一件容易的事,作为一个刚刚入门Web3的新人,梳理一下最简单直观的Web3小白入门教程。整合开源社区优质资源,为大家从入门到精通web3指路。每周更新|86|0|2024-10-10| |157|[Snowflyt/SUDA-SE-lessons](https://github.com/Snowflyt/SUDA-SE-lessons)|苏州大学软件工程专业(本科)相关课程资料|63|0|2024-06-17| |158|[L-Super/CPP-Concurrency-in-Action-2nd-Edition](https://github.com/L-Super/CPP-Concurrency-in-Action-2nd-Edition)|C++并发编程实战(第2版)翻译自《C++ Concurrency in Action 2nd Edition》|29|0|2024-09-27| |159|[wx-chevalier/Cloud-Notes](https://github.com/wx-chevalier/Cloud-Notes)|:books: 《深入浅出云计算与 Kubernetes》:云计算(云安全,云原生)、虚拟化(容器、Docker、Xen)、集群编排(Kubernetes、ServiceMesh)|118|0|2024-09-21| |160|[lisuid2/lisuid2.github.io](https://github.com/lisuid2/lisuid2.github.io)|博客|35|0|2024-04-20| |161|[SuperKieran/WooyunDrops](https://github.com/SuperKieran/WooyunDrops)|Wooyun知识库,乌云知识库,https://wooyun.kieran.top|604|0|2024-05-07| |162|[Royfor12/CQUT-electronic-information-engineering](https://github.com/Royfor12/CQUT-electronic-information-engineering)|重庆理工大学-课程攻略共享计划|44|0|2024-09-20| |163|[ZhiqingXiao/rl-book](https://github.com/ZhiqingXiao/rl-book)|Source codes for the book "Reinforcement Learning: Theory and Python Implementation"|883|0|2024-10-06| |164|[oldgerman/mR-71-RE](https://github.com/oldgerman/mR-71-RE)|mR-71 重制版的制造文件(mR-71 Remastered version manufacturing files)|45|0|2024-06-24| |165|[nestcn/docs.nestjs.cn](https://github.com/nestcn/docs.nestjs.cn)|nestjs 中文文档|831|0|2024-09-22| |166|[wx-chevalier/Awesome-Methodologies](https://github.com/wx-chevalier/Awesome-Methodologies)|: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: 干货满满的全栈开发速学速查手册集锦|587|0|2024-10-07| |167|[fengyuan-liang/notes](https://github.com/fengyuan-liang/notes)|这是笔者的个人博客,欢迎访问|39|0|2024-10-07| |168|[amehime/shoka](https://github.com/amehime/shoka)|书架@github|28|0|2024-05-14| |169|[wx-chevalier/CG-Notes](https://github.com/wx-chevalier/CG-Notes)|:book: 计算机图形学、计算机视觉、图像与媒体处理、图形绘制(Canvas、Three.js、WebGL)、图表与数据可视化|53|0|2024-10-08| |170|[LiHongyao/CSS](https://github.com/LiHongyao/CSS)|css 基础知识总结|116|0|2024-10-10| |171|[unknown-marketwizards/pine_script_docs_zh](https://github.com/unknown-marketwizards/pine_script_docs_zh)|Pine v5 中文版用户手册|80|0|2024-06-28| |172|[niemingzhao/niemingzhao.github.io](https://github.com/niemingzhao/niemingzhao.github.io)|我的博客|55|0|2024-05-30| |173|[wx-chevalier/Node.js-Notes](https://github.com/wx-chevalier/Node.js-Notes)|:books: 深入浅出 Node.js 全栈架构,语法基础,框架使用,工程实践,全栈开发,实时通信,数据库|47|0|2024-07-16| |174|[hongshancapital/interview-assignments](https://github.com/hongshancapital/interview-assignments)|The monorepo for interview take home assignments.|316|0|2024-06-18| |175|[netkiller/netkiller.github.io](https://github.com/netkiller/netkiller.github.io)|Netkiller Free ebook - 免费电子书|1224|0|2024-10-05| |176|[linuxhitchhiker/THGLG](https://github.com/linuxhitchhiker/THGLG)|The Hitchhiker's Guide to the Linux : Linux 漫游指南|58|0|2024-07-09| |177|[f2ccloud/theme-ocean](https://github.com/f2ccloud/theme-ocean)|Halo 2.0 知识库主题|35|0|2024-05-21| |178|[houlongchao/BookStoreTemp](https://github.com/houlongchao/BookStoreTemp)|基于bootstrap的图书商城前台页面模板|51|0|2024-05-03| |179|[doyoe/css-handbook](https://github.com/doyoe/css-handbook)|CSS参考手册|1538|0|2024-04-21| |180|[sfvsfv/sfvsfv.github.io](https://github.com/sfvsfv/sfvsfv.github.io)|ChatGPt国内镜像版,项目源码和使用教程。|30|0|2024-09-10| |181|[datawhalechina/grape-book](https://github.com/datawhalechina/grape-book)|图深度学习(葡萄书),在线阅读地址: https://datawhalechina.github.io/grape-book|190|0|2024-04-21| |182|[lonnyzhang423/zhihu-hot-hub](https://github.com/lonnyzhang423/zhihu-hot-hub)|记录知乎热搜、热门话题、热门视频,每小时更新,按天归档。|68|0|2024-10-11| |183|[helloflask/flask-tutorial](https://github.com/helloflask/flask-tutorial)|Flask 入门教程 / Flask for Beginners|822|0|2024-06-27| |184|[TommyMerlin/Awesome-Repository](https://github.com/TommyMerlin/Awesome-Repository)|A collection of useful Github repositories. Github项目精选。|103|0|2024-05-18| |185|[snowdreams1006/snowdreams1006.github.io](https://github.com/snowdreams1006/snowdreams1006.github.io)|雪之梦技术驿站,snowdreams1006搭建的 Gitbook 个人博客|89|0|2024-10-11| |186|[Liberxue/liberxue.github.io](https://github.com/Liberxue/liberxue.github.io)|Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog|373|0|2024-04-23| |187|[jaywcjlove/regexp-example](https://github.com/jaywcjlove/regexp-example)|正则表达式实例搜集,通过实例来学习正则表达式。|262|0|2024-10-07| |188|[studeyang/technotes](https://github.com/studeyang/technotes)|互联网技术学习笔记。包含基础、进阶、架构、行业观等内容。|35|0|2024-10-10| |189|[jiewenhuang/halo-theme-stack](https://github.com/jiewenhuang/halo-theme-stack)|一款优秀的Halo2个人博客主题|94|0|2024-07-17| |190|[k8gege/k8gege.github.io](https://github.com/k8gege/k8gege.github.io)|K8博客 k8gege.org|42|0|2024-08-11| |191|[Travis-hjs/my-note](https://github.com/Travis-hjs/my-note)|个人代码笔记|57|0|2024-10-10| |192|[MindFxck/daguguguji](https://github.com/MindFxck/daguguguji)|《特师文集》——大咕咕咕鸡著|519|0|2024-05-14| |193|[skyao/learning-rust](https://github.com/skyao/learning-rust)|Rust语言学习笔记|110|0|2024-07-19| |194|[thewakingsands/novice-network](https://github.com/thewakingsands/novice-network)|一个《最终幻想14》国服新人指导手册|30|0|2024-10-02| |195|[wsdjeg/vim-plugin-dev-guide](https://github.com/wsdjeg/vim-plugin-dev-guide)|Vim 插件开发指南|314|0|2024-07-30| |196|[akiritsu/cs-learning-map](https://github.com/akiritsu/cs-learning-map)|(Try to be) a Comprehensive Computer Science Learning Map.|176|0|2024-09-21| |197|[imoki/PaperTools](https://github.com/imoki/PaperTools)|论文查重降重工具汇总|141|0|2024-06-14| |198|[LearnOpenGL-CN/learnopengl-cn.github.io](https://github.com/LearnOpenGL-CN/learnopengl-cn.github.io)|使用了新主题的网站,如果想要提交翻译更新请到LearnOpenGL-CN这个工程,这里是自动部署的网站|39|0|2024-09-21| |199|[NoHeartPen/awesome_japanese_study_tools](https://github.com/NoHeartPen/awesome_japanese_study_tools)|这个项目收集各种日语学习、研究的网站和工具。|227|0|2024-06-02| |200|[luolin-ai/FastGPT-Enterprise-WeChatbot](https://github.com/luolin-ai/FastGPT-Enterprise-WeChatbot)|基于企微gpt知识库的bot机器人,能够自动回复企业微信中收到的消息。这个机器人能够处理私聊和群聊,还可以记住与用户的聊天内容,从而做出更加贴合上下文的回应。此外,您还可以设置白名单来控制机器人与哪些用户或群组交互。如需对接自己的知识库网站WX:aiwis99|218|0|2024-09-22|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Java.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Java 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[krahets/hello-algo](https://github.com/krahets/hello-algo)|《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing|96370|136|2024-10-10| |2|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|175099|72|2024-08-21| |3|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!|146316|62|2024-10-11| |4|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|75829|34|2024-09-19| |5|[doocs/leetcode](https://github.com/doocs/leetcode)|🔥LeetCode solutions in any programming language 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解|31224|14|2024-10-11| |6|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|22090|12|2024-09-19| |7|[wuyouzhuguli/SpringAll](https://github.com/wuyouzhuguli/SpringAll)|循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列源码:https://mrbird.cc|28290|12|2024-05-31| |8|[qiurunze123/miaosha](https://github.com/qiurunze123/miaosha)|⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓|26203|12|2024-06-06| |9|[crossoverJie/JCSprout](https://github.com/crossoverJie/JCSprout)|👨‍🎓 Java Core Sprout : basic, concurrent, algorithm |27070|11|2024-05-21| |10|[yudaocode/SpringBoot-Labs](https://github.com/yudaocode/SpringBoot-Labs)|一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024|19030|9|2024-04-28| |11|[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(支持私有部署的云端存储双链笔记软件)|3009|7|2024-08-04| |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、日志存储、百亿数据实时去重、 ...|14516|7|2024-05-25| |13|[krahets/LeetCode-Book](https://github.com/krahets/LeetCode-Book)|《剑指 Offer》 Python, Java, C++ 解题代码,LeetBook《图解算法数据结构》配套代码仓|6105|6|2024-05-11| |14|[itwanger/toBeBetterJavaer](https://github.com/itwanger/toBeBetterJavaer)|一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄|13130|6|2024-10-08| |15|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程,架构、业务、技术要点全方位解析。mall项目(60k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot、MyBatis、Elasticsearch、RabbitMQ、Redis、MongoDB、MySQL等技术,采用Docker容器化部署。|12941|6|2024-09-15| |16|[fuzhengwei/itstack-demo-design](https://github.com/fuzhengwei/itstack-demo-design)|:art: 《重学Java设计模式》是一本互联网真实案例实践书籍。以落地解决方案为核心,从实际业务中抽离出,交易、营销、秒杀、中间件、源码等22个真实场景,来学习设计模式的运用。欢迎关注小傅哥,微信(fustack),公众号:bugstack虫洞栈,博客:https://bugstack.cn|6440|4|2024-05-10| |17|[yuanguangxin/LeetCode](https://github.com/yuanguangxin/LeetCode)|LeetCode刷题记录与面试整理|7366|4|2024-08-17| |18|[jar-analyzer/jar-analyzer](https://github.com/jar-analyzer/jar-analyzer)|Jar Analyzer - 一个JAR包分析工具,SCA漏洞分析,批量分析JAR包,方法调用关系搜索,字符串搜索,Spring组件分析,CFG程序分析,JVM栈帧分析,进阶表达式搜索,字节码指令级的动态调试分析,反编译JAR包一键导出,一键提取序列化数据恶意代码,一键分析BCEL字节码|1017|3|2024-10-11| |19|[macrozheng/springcloud-learning](https://github.com/macrozheng/springcloud-learning)|2024最新微服务实战教程,Spring Cloud组件、微服务项目实战、Kubernetes容器化部署全方位解析。技术栈:Spring Cloud Alibaba + Spring Boot 3.2 + JDK 17。|6389|3|2024-08-08| |20|[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 ...|3724|2|2024-08-12| |21|[jar-analyzer/jar-obfuscator](https://github.com/jar-analyzer/jar-obfuscator)|Jar Obfuscator - 一个 JAR/CLASS 字节码混淆工具,支持包名/类名/方法名/字段名/参数名引用分析和重命名混淆方式,支持字符串加密/整型异或混淆/垃圾代码花指令混淆/等方式,支持方法和字段的隐藏,支持 NATIVE 层的 JVMTI 代码加密,配置简单,文档教程齐全,容易上手|310|2|2024-08-07| |22|[itwanger/paicoding](https://github.com/itwanger/paicoding)|⭐️一款好用又强大的开源社区,基于 Spring Boot、MyBatis-Plus、MySQL、Redis、ElasticSearch、MongoDB、Docker、RabbitMQ 等主流技术栈,附详细教程,包括Java、Spring、MySQL、Redis、微服务&分布式、消息队列等核心知识点。学编程,就上技术派😁。|2037|2|2024-10-08| |23|[dunwu/db-tutorial](https://github.com/dunwu/db-tutorial)|📚 db-tutorial 是一个数据库教程。|4403|2|2024-10-08| |24|[zq2599/blog_demos](https://github.com/zq2599/blog_demos)|CSDN博客专家程序员欣宸的github,这里有六百多篇原创文章的详细分类和汇总,以及对应的源码,内容涉及Java、Docker、Kubernetes、DevOPS等方面|4514|2|2024-05-18| |25|[rbmonster/learning-note](https://github.com/rbmonster/learning-note)|Java开发及面试(个人面试、工作总结、资料收集站)|3325|2|2024-08-05| |26|[1321928757/Concurrent-MulThread](https://github.com/1321928757/Concurrent-MulThread)|多线程并发案例-源码学习等代码片段分享~|356|2|2024-05-03| |27|[Y4tacker/JavaSec](https://github.com/Y4tacker/JavaSec)|a rep for documenting my study, may be from 0 to 0.1|1874|2|2024-10-11| |28|[liyupi/yu-rpc](https://github.com/liyupi/yu-rpc)|鱼皮的 24 年新项目,基于 Java + Etcd + Vert.x 的高性能 RPC 框架,用新颖的技术栈从 0 到 1 带大家开发轮子。教程由浅入深,可以学习并实践基于 Vert.x 的网络服务器、序列化器、基于 Etcd 和 ZooKeeper 的注册中心、反射、动态代理、自定义网络协议、多种设计模式(单例 / 工厂 / 装饰者等)、负载均衡器设计、重试和容错机制、Spring Boot ...|401|2|2024-07-31| |29|[Mr-xn/RedTeam_BlueTeam_HW](https://github.com/Mr-xn/RedTeam_BlueTeam_HW)|红蓝对抗以及护网相关工具和资料,内存shellcode(cs+msf)和内存马查杀工具|2251|2|2024-08-16| |30|[MoRan1607/BigDataGuide](https://github.com/MoRan1607/BigDataGuide)|大数据学习,从零开始学习大数据,包含大数据学习各阶段学习视频、面试资料|2672|2|2024-10-10| |31|[dromara/lamp-cloud](https://github.com/dromara/lamp-cloud)|lamp-cloud 支持jdk21、jdk17、jdk11、jdk8,ta基于 SpringCloud + SpringBoot 开发的微服务中后台快速开发平台,专注于多租户(SaaS架构)解决方案,亦可作为普通项目(非SaaS架构)的基础开发框架使用,目前已实现插拔式数据库隔离、SCHEMA隔离、字段隔离 等租户隔离方案。|5482|2|2024-10-09| |32|[pascal-lab/Tai-e](https://github.com/pascal-lab/Tai-e)|An easy-to-learn/use static analysis framework for Java|1420|2|2024-09-22| |33|[TyCoding/langchat](https://github.com/TyCoding/langchat)|LangChat: Java LLMs/AI Project, Supports Multi AI Providers( OpenAI / Gemini / Ollama / Azure / 智谱 / 阿里通义大模型 / 百度千帆大模型), Java生态下AI大模型产品解决方案,快速构建企业级AI知识库、AI机器人应用|452|2|2024-09-30| |34|[moyangzhan/langchain4j-aideepin](https://github.com/moyangzhan/langchain4j-aideepin)|JAVA版本的检索增强生成(RAG)项目,包括知识库、搜索 JAVA version of retrieval enhancement generation(RAG) project ,including knowledge base, search|283|1|2024-10-11| |35|[crazyqiang/AndroidStudy](https://github.com/crazyqiang/AndroidStudy)|🔥 Android学习知识点总结 Jetpack、MVVM、MVI、Kotlin、ViewPager2、JUC多线程等,欢迎star!|2120|1|2024-07-14| |36|[aizuda/flowlong](https://github.com/aizuda/flowlong)|飞龙工作流 FlowLong 🐉 真正的国产工作流引擎、json 格式实例模型、仿飞书钉钉审批流程设计器、🚩为中国特色审批匠心打造❗|370|1|2024-10-10| |37|[balsikandar/Android-Studio-Plugins](https://github.com/balsikandar/Android-Studio-Plugins)|This is a list of all awesome and useful android studio plugins.|2229|1|2024-08-21| |38|[a616567126/GPT-WEB-JAVA](https://github.com/a616567126/GPT-WEB-JAVA)|基于JDK8 AI 聊天机器人!微信公众号 Midjourney画图、卡密兑换、web 支持ChatGPT、Midjourney画图、sd画图,卡密兑换,易支付,公众号引流,邮件注册🔥|727|1|2024-08-27| |39|[dunwu/javacore](https://github.com/dunwu/javacore)|☕ JavaCore 是对 Java 核心技术的经验总结。|3243|1|2024-09-12| |40|[Jstarfish/JavaKeeper](https://github.com/Jstarfish/JavaKeeper)|✍️ Java 工程师必备架构体系知识总结:涵盖分布式、微服务、RPC等互联网公司常用架构,以及数据存储、缓存、搜索等必备技能|1964|1|2024-08-30| |41|[839128/bus](https://github.com/839128/bus)|Bus (应用/服务总线) 是一个基础框架、服务套件,它基于Java17+ 编写,参考、借鉴了大量已有框架、组件的设计,可以作为后端服务的开发基础中间件。代码简洁,架构清晰,非常适合学习使用。|234|1|2024-10-06| |42|[bin392328206/six-finger](https://github.com/bin392328206/six-finger)|📓从Java基础、JavaWeb基础到常用的框架再到面试题、微服务、分布式、大数据都有完整的教程,几乎涵盖了Java必备的知识点|2083|1|2024-09-20| |43|[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 |2242|1|2024-05-21| |44|[phith0n/JavaThings](https://github.com/phith0n/JavaThings)|Share Things Related to Java - Java安全漫谈笔记相关内容|1739|1|2024-08-12| |45|[yizhiwazi/springboot-socks](https://github.com/yizhiwazi/springboot-socks)|SpringBoot 基础教程 从入门到上瘾 基于2.0.0.M5制作 |2654|1|2024-08-26| |46|[864381832/xJavaFxTool](https://github.com/864381832/xJavaFxTool)|基于JavaFx搭建的实用小工具集合,方便开发过程中的代码编写与调试,想学习javaFx的同学可以参考参考。其中包括文件复制、Cron表达式生成器、编码转换、加密解密、Time转换、路径转换、二维码生成工具、身份证生成器、正则表达式生成工具、网址缩短、转义字符、字符串转换、Mq调试工具、Http调试工具、json格式化编辑工具、图标生成工具、Redis连接工具、网页源码下载工具、切换Hosts工具 ...|2016|1|2024-08-01| |47|[youngyangyang04/RPC-Java](https://github.com/youngyangyang04/RPC-Java)|【代码随想录知识星球】项目分享-手撕RPC框架🔥|215|1|2024-07-31| |48|[AntonyCheng/spring-boot-init-template](https://github.com/AntonyCheng/spring-boot-init-template)|基于 Java Web 项目的 SpringBoot 框架初始化模板,该模板整合了常用的框架(Mybatis-Plus、ShardingSphere、Redis、RabbitMQ、Elasticsearch、SaToken、OSS、Caffeine以及MongoDB等),广泛支持JDK11和JDK17,部分版本兼容JDK8,同时接入了Spring AI,该模板适用于前后端分离项目启动开发,保证大家 ...|192|1|2024-10-11| |49|[xiaou61/xiaou-easyproject-backend](https://github.com/xiaou61/xiaou-easyproject-backend)|后端通用接口代码片段汇总|613|1|2024-09-01| |50|[REBOOTERS/AndroidAnimationExercise](https://github.com/REBOOTERS/AndroidAnimationExercise)|Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享|1877|1|2024-10-09| |51|[threeknowbigdata/flink_second_understand](https://github.com/threeknowbigdata/flink_second_understand)|该仓库专注于让读者秒懂Flink组件,包含Flink实战代码和文档、200个Flink教程知识点,Flink Datastream、Flink Table、Flink Window、Flink State、Flink Checkpoint、Flink Metrics、Flink Memory、Flink on standalone /yarn/k8s、Flink SQL、Flink CEP、Fli ...|679|1|2024-06-14| |52|[javastacks/javastack](https://github.com/javastacks/javastack)|分享最主流的 Java 技术,包含全部源代码。|1060|1|2024-10-03| |53|[smxiazi/xia_Liao](https://github.com/smxiazi/xia_Liao)|xia Liao(瞎料)burp插件 用于Windows在线进程/杀软识别 与 web渗透注册时,快速生成需要的资料用来填写,资料包含:姓名、手机号、身份证、统一社会信用代码、组织机构代码、银行卡,以及各类web语言的hello world输出和生成弱口令字典等。|567|1|2024-07-09| |54|[meteorOSS/wechat-bc](https://github.com/meteorOSS/wechat-bc)|类似开发公众号一样,开发个人微信号|186|1|2024-05-13| |55|[jushahulian/java-go-python](https://github.com/jushahulian/java-go-python)|包含海量课程各类it学习视频教程,最新版,持续更新,java视频教程,python视频教程,go视频教程,C,C++,C#视频教程,前端,数据库,大数据,人工智能视频教程,AIGC视频教程,ChatGPT,软件测试视频教程,网络安全/逆向视频教程,鸿蒙应用开发,Android等学习课程分享。|391|1|2024-10-08| |56|[ZhangBlossom/BlossomGateway](https://github.com/ZhangBlossom/BlossomGateway)|基于Netty、Nacos实现的网关以及RPC。学习完毕当前项目可以帮助你深入理解Netty。|262|1|2024-06-28| |57|[Drun1baby/JavaSecurityLearning](https://github.com/Drun1baby/JavaSecurityLearning)|记录一下 Java 安全学习历程,也算是半条学习路线了|934|1|2024-10-08| |58|[MQguer/XDU-CS-Resources](https://github.com/MQguer/XDU-CS-Resources)|本库主要上传了西安电子科技大学计算机专业(本科)的一些学习资料,当然也包括部分其他专业或者其他类型的资料,仅供西电学子内部交流学习|128|0|2024-05-11| |59|[SambacFeng/SWU-SE-HELPER](https://github.com/SambacFeng/SWU-SE-HELPER)|西南大学软件工程专业生存指南,提供专业所需学习的课程资料,学习攻略等|119|0|2024-07-03| |60|[apache/rocketmq-clients](https://github.com/apache/rocketmq-clients)|RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ|311|0|2024-09-25| |61|[Romantic-Lei/Learning-in-practice](https://github.com/Romantic-Lei/Learning-in-practice)|learning (Fork 代码的小伙伴留下你们的star吧)|524|0|2024-10-11| |62|[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 ...|337|0|2024-05-16| |63|[magniture/Java-studying](https://github.com/magniture/Java-studying)|Java学习笔记,努力做一个全栈程序员|189|0|2024-07-17| |64|[xuxueli/xxl-tool](https://github.com/xuxueli/xxl-tool)|a series of tools that make Java development more efficient.(Java工具类库XXL-TOOL)|352|0|2024-09-30| |65|[niumoo/JavaNotes](https://github.com/niumoo/JavaNotes)|🧱 「Java学习」一份涵盖大部分Java程序员所需要掌握的核心知识。JDK 源码分析 & Java 新特性 & Java 并发编程 & Java 虚拟机 & SpringBoot 2.x 系列|474|0|2024-04-24| |66|[MarkShen1992/Mashibing_High_Concurrency](https://github.com/MarkShen1992/Mashibing_High_Concurrency)|马士兵高并发,Java基础视频学习源码|175|0|2024-10-03| |67|[SincereXIA/XidianCS](https://github.com/SincereXIA/XidianCS)|西安电子科技大学 计算机科学与技术专业 笔记、上机作业、实验 etc.|611|0|2024-08-15| |68|[digitalsonic/learning-spring-samples](https://github.com/digitalsonic/learning-spring-samples)|《学透Spring: 从入门到项目实战》代码示例|136|0|2024-08-26| |69|[silently9527/ProgrammerNotes](https://github.com/silently9527/ProgrammerNotes)|Java程序员所需要掌握的核心知识: 集合框架&JVM机制&多线程与并发框架&网络协议&Spring&Dubbo&MySQL&微服务等;希望胖友小手一抖,右上角来个 Star,感恩 1024|154|0|2024-09-11| |70|[liuyueyi/spring-boot-demo](https://github.com/liuyueyi/spring-boot-demo)|Spring Boot & Spring Cloud & Spring Security Demo Case(Spring学习示例实战项目)|653|0|2024-04-15| |71|[wmsJackWang/jackdking-root](https://github.com/wmsJackWang/jackdking-root)|JAVA 架构技术方案池:丰富的Java架构技术解决方案:分布式锁、分布式缓存、分布式事务、重试、去重、幂等、单点登入、分布式session、jwt等等分布式架构技术方案,SpringSecurity教程,SpringBoot 全都有完整的实现样例代码|108|0|2024-07-19| |72|[moshowgame/spring-cloud-study](https://github.com/moshowgame/spring-cloud-study)|SpringBootLearning,SpringCloudStudy,学习SpringBoot2/SpringCloud2的项目,包含Eureka/Zuul/JPA/Mybatis Plus/Feign/WebSocket/JMS/POI-TL/Redis Cache/UDP/SecurityJWT/elasticSearch/Drools|763|0|2024-09-06| |73|[my-dlq/blog-example](https://github.com/my-dlq/blog-example)|博客中的示例文件,包含 Kubernetes、Jenkins、Go、Java、SpringBoot、SpringCloud 知识示例等,将结合博客逐步讲解整体的知识内容体系。|529|0|2024-08-28| |74|[fancyerii/wechat-gongzhonghao-crawler](https://github.com/fancyerii/wechat-gongzhonghao-crawler)|微信公众号爬虫|128|0|2024-07-28| |75|[dunwu/spring-tutorial](https://github.com/dunwu/spring-tutorial)|:book: Spring 教程|814|0|2024-04-23| |76|[program-spiritual/KongFuOfArchitect](https://github.com/program-spiritual/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|0|2024-09-29| |77|[swiftma/program-logic](https://github.com/swiftma/program-logic)|公众号"老马说编程"中的代码示例|404|0|2024-08-05| |78|[FleyX/bookmark](https://github.com/FleyX/bookmark)|一个开源云书签应用,适配pc,手机。可全文检索查找书签。|103|0|2024-09-18| |79|[galaxy-sea/galaxy-blogs](https://github.com/galaxy-sea/galaxy-blogs)|我的博客-用于博客的存档|90|0|2024-10-03| |80|[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|0|2024-07-28| |81|[Knight-ZXW/SpWaitKiller](https://github.com/Knight-ZXW/SpWaitKiller)|解决 Sharedpreferences 造成的主线程阻塞问题,避免应用因此造成ANR问题,降低ANR率|88|0|2024-10-08| |82|[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.|320|0|2024-10-07| |83|[wanghaichao0611/Vue-SpringCloud-Blog](https://github.com/wanghaichao0611/Vue-SpringCloud-Blog)|whc的毕业设计:基于Vue+SpringCloud博客的设计与实现-微服务-分布式|167|0|2024-05-01| |84|[C3Stones/blog](https://github.com/C3Stones/blog)|博客练习Demo工程|173|0|2024-09-24| |85|[yechaoa/GradleX](https://github.com/yechaoa/GradleX)|一份关于Gradle的学习路线|267|0|2024-09-03| |86|[FleyX/demo-project](https://github.com/FleyX/demo-project)|存放学习过程中的demo项目,顺便点下⭐哦|238|0|2024-08-01| |87|[fuzhengwei/CodeDesignTutorials](https://github.com/fuzhengwei/CodeDesignTutorials)|:art: 《重学Java设计模式》是一本互联网真实案例实践书籍。以落地解决方案为核心,从实际业务中抽离出,交易、营销、秒杀、中间件、源码等22个真实场景,来学习设计模式的运用。欢迎关注小傅哥,微信(fustack),公众号:bugstack虫洞栈,博客:https://bugstack.cn|273|0|2024-05-10| |88|[bage2014/study](https://github.com/bage2014/study)|Java全栈工程师学习笔记;Spring、shiro、CAS、oauth2单点登录;cache 、Redis; web 安全及解决思路;redis、mq、quartz、docker;Docker各种组件实践等;mybatis、spring、spring boot实践;分布式锁;基于分库分表等等;Java full-stack engineer study notes; Spring, shiro, ...|485|0|2024-10-11| |89|[JavaCourse00/JavaCourseCodes](https://github.com/JavaCourse00/JavaCourseCodes)|JavaCourse|627|0|2024-06-25| |90|[feuyeux/jax-rs2-guide-II](https://github.com/feuyeux/jax-rs2-guide-II)|《Java Restful Web Service实战 第二版》源代码|176|0|2024-09-24| |91|[Mydreamandreality/sparkResearch](https://github.com/Mydreamandreality/sparkResearch)|Spark博客案例,博客地址:https://blog.csdn.net/youbitch1|91|0|2024-05-16| |92|[SaminZou/study-prj](https://github.com/SaminZou/study-prj)|Learn how to learn 💪💪💪|153|0|2024-10-11| |93|[cherryljr/LeetCode](https://github.com/cherryljr/LeetCode)|LeetCode各题解法分析~(Java and Python)|359|0|2024-04-22| |94|[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.|117|0|2024-09-14| |95|[rymcu/forest](https://github.com/rymcu/forest)|forest(森林)——一款现代化的知识社区后台项目,使用 SpringBoot + Shiro + MyBatis + JWT + Redis 实现|702|0|2024-10-03| |96|[doinb08/bat_offer](https://github.com/doinb08/bat_offer)|2019-2020年互联网公司高频重点面试题|116|0|2024-05-16| |97|[aaja/architect-demo](https://github.com/aaja/architect-demo)|Some of my learning experience after work|96|0|2024-06-12| |98|[leilei0220/springboot-learn](https://github.com/leilei0220/springboot-learn)|springboot学习小营地|86|0|2024-08-06| |99|[wufeiqun/blog](https://github.com/wufeiqun/blog)|我的博客|97|0|2024-09-04| |100|[tianlian0/duplicate-check-sample](https://github.com/tianlian0/duplicate-check-sample)|文本查重SDK,可用于论文查重、标书查重、文档查重、作业查重、合同查重、防串标等场景。关联:duplicate check|118|0|2024-06-02| |101|[zhongjinggz/geekdemo](https://github.com/zhongjinggz/geekdemo)|极客时间《手把手教你落地DDD》配套代码|121|0|2024-05-21| |102|[laolunsi/spring-boot-examples](https://github.com/laolunsi/spring-boot-examples)|:green_salad:​ Spring/SpringBoot/SpringCloud 实践学习案例,从入门到精通,持续更新中,欢迎交流学习:beer: ! |275|0|2024-08-26| |103|[hemin1003/spring-cloud-study](https://github.com/hemin1003/spring-cloud-study)|SpringCloud源码实战微服务框架(202003更新到SpringCloud的Greenwich版本,即基于SpringBoot2.1.7版本,以及新增SpringCloud Alibaba从入门到精通教程),涉及内容:配置中心,注册中心,服务提供者,服务消费者,熔断器,配置服务,API Gateway,API网关限流ratelimit,服务链路追踪zipkin,hystrix监控,监控聚合 ...|234|0|2024-08-26| |104|[Jiale-Fang/blog](https://github.com/Jiale-Fang/blog)|Blog Back-End(个人博客后端服务)(Spring Framework+Mysql+Redis+ELK) 创作不易,如果对你有帮助,可以帮忙star一下,谢谢!|431|0|2024-06-16| |105|[qinxuewu/blog-sharon](https://github.com/qinxuewu/blog-sharon)|一款简单微信小程序个人博客。后端基于SpringBoot实现|114|0|2024-05-16| |106|[yangyuscript/appapidemo](https://github.com/yangyuscript/appapidemo)|springboot集合mybatis使用swagger2搭建api后台|114|0|2024-08-26| |107|[lyb-geek/springboot-learning](https://github.com/lyb-geek/springboot-learning)|springboot-learning|641|0|2024-10-01| |108|[jufeng98/java-master](https://github.com/jufeng98/java-master)|Java高手之路|131|0|2024-08-30| |109|[wx-chevalier/System-Architecture-Notes](https://github.com/wx-chevalier/System-Architecture-Notes)|📚软件业务架构设计系列笔记|88|0|2024-09-21| |110|[niumoo/springboot](https://github.com/niumoo/springboot)|🌿 springboot 分析与学习 & 入门示例 & 图文教程,本 Spring Boot 系列文章基于 Spring Boot 版本 v2.x 进行学习分析。 所有项目示例都有对应的文章介绍,可以直接点击 https://www.wdbyte.com 阅读。|175|0|2024-08-26| |111|[Tencent/TencentKonaSMSuite](https://github.com/Tencent/TencentKonaSMSuite)|Tencent Kona SM Suite contains 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.|358|0|2024-10-11| |112|[hanshuaikang/HanShu-Note](https://github.com/hanshuaikang/HanShu-Note)|全新的学习笔记,请移步 https://github.com/hanshuaikang/HanShu-Note-Sisyphus|281|0|2024-07-22| |113|[huanzi-qch/springBoot](https://github.com/huanzi-qch/springBoot)|SpringBoot系列Demo代码,每个子项目都是SpringBoot的一个知识点或者说技能点且都有对应的博客介绍,代码开箱即用适合新手学习或老司机复习|561|0|2024-08-26| |114|[andream7/cuit_sharing](https://github.com/andream7/cuit_sharing)|cuit期末互助仓库 | 成都信息工程大学课程共享计划|263|0|2024-07-15| |115|[makemyownlife/shardingsphere-jdbc-demo](https://github.com/makemyownlife/shardingsphere-jdbc-demo)|shardingsphere jdbc 分库分表的实战例子 ,体系化实现 分片 + 扩缩容 , 涉及到 shardingsphere、canal、datax、id生成器等知识点。您的 ⭐️ ⭐️⭐️Star⭐️⭐️ ⭐️,是我的动力!如果您觉得还不错,请点上一颗小星星|149|0|2024-09-15| |116|[ruiyeclub/SpringBoot-Hello](https://github.com/ruiyeclub/SpringBoot-Hello)|SpringBoot学习入门案例,持续更新中... :beer:|96|0|2024-10-06| |117|[jeecgboot/jeewx-api](https://github.com/jeecgboot/jeewx-api)|微信开发SDK——支持微信公众号、小程序、企业号、支付宝生活号SDK、微博SDK;基于Jeewx-Api开发可以立即拥有简单易用的API,让开发更加轻松自如,节省更多时间|116|0|2024-10-03| |118|[mytianya/springboot-tutorials](https://github.com/mytianya/springboot-tutorials)|codehome出品SpringBoot2.x基础教程|82|0|2024-08-26| |119|[JourWon/springcloud-learning](https://github.com/JourWon/springcloud-learning)|学习Spring Cloud框架的总结,使用的是最新的Hoxton版本。主要对包括但不限于Eureka、Ribbon、Hystrix、Zuul、Gateway、Security、Bus、OpenFeign等核心组件的用法进行详细介绍。|170|0|2024-05-16| |120|[fancyerii/blog-codes](https://github.com/fancyerii/blog-codes)|个人博客 (https://fancyerii.github.io/) 文章的代码|179|0|2024-06-23| |121|[BukkitAPI-Translation-Group/Chinese_BukkitAPI](https://github.com/BukkitAPI-Translation-Group/Chinese_BukkitAPI)|BukkitAPI 中文文档 (版本 Spigot-API 1.21)|144|0|2024-09-30| |122|[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|667|0|2024-08-22|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/JavaScript.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > JavaScript 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|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|187796|78|2024-08-19| |2|[airbnb/javascript](https://github.com/airbnb/javascript)|JavaScript Style Guide|144907|33|2024-10-05| |3|[ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)|:bathtub: Clean Code concepts adapted for JavaScript|91462|32|2024-07-29| |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.|75656|25|2024-10-11| |5|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.0 ...|54456|24|2024-06-26| |6|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)|LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)|54583|23|2024-08-12| |7|[typescript-cheatsheets/react](https://github.com/typescript-cheatsheets/react)|Cheatsheets for experienced React developers getting started with TypeScript|45247|19|2024-10-09| |8|[yangshun/front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook)|⚡️ Front End interview preparation materials for busy engineers|41552|17|2024-10-01| |9|[haizlin/fe-interview](https://github.com/haizlin/fe-interview)|前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),6000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……|25339|13|2024-10-10| |10|[goldbergyoni/javascript-testing-best-practices](https://github.com/goldbergyoni/javascript-testing-best-practices)|📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)|24002|12|2024-06-27| |11|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|20444|11|2024-10-11| |12|[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|18226|11|2024-09-18| |13|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|28497|10|2024-09-09| |14|[isno/theByteBook](https://github.com/isno/theByteBook)|⭐ 【开源书籍】深入讲解内核网络、Kubernetes、ServiceMesh、容器等云原生相关技术。经历实践检验的 DevOps、SRE指南。如发现错误,谢谢提issue|7137|10|2024-10-11| |15|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶知识库。从零开始学前端,做一名精致优雅的前端工程师。|26363|9|2024-09-10| |16|[ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)|本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。|30662|9|2024-04-14| |17|[sudheerj/javascript-interview-questions](https://github.com/sudheerj/javascript-interview-questions)|List of 1000 JavaScript Interview Questions|23863|9|2024-10-10| |18|[standard/standard](https://github.com/standard/standard)|🌟 JavaScript Style Guide, with linter & automatic code fixer|29085|8|2024-09-13| |19|[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 ...|7560|7|2024-10-11| |20|[verekia/js-stack-from-scratch](https://github.com/verekia/js-stack-from-scratch)|🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.|20060|7|2024-06-05| |21|[ruanyf/es6tutorial](https://github.com/ruanyf/es6tutorial)|《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。|21236|6|2024-09-24| |22|[7Sageer/sublink-worker](https://github.com/7Sageer/sublink-worker)|无需服务器,一键部署,快速使用自建节点分享URL进行订阅转换,提供灵活的自定义选项,支持SingBox/Clash/V2Ray/Xray|490|6|2024-10-05| |23|[zhaoolee/ChineseBQB](https://github.com/zhaoolee/ChineseBQB)|🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, 中国表情包大集合, 聚欢乐~|12194|6|2024-09-29| |24|[guobao2333/DeepLX-Serverless](https://github.com/guobao2333/DeepLX-Serverless)|DeepL Free translate API for Serverless, No TOKEN Required DeepL 免费翻译API 无服务器函数部署,无需token|378|6|2024-10-01| |25|[deezertidal/shadowrocket-rules](https://github.com/deezertidal/shadowrocket-rules)|小火箭 shadowrocket 配置文件 模块 脚本 module sgmodule 图文教程 规则 分流 破解 解锁|4991|6|2024-10-11| |26|[git-tips/tips](https://github.com/git-tips/tips)|Most commonly used git tips and tricks.|21317|6|2024-07-05| |27|[fishjar/kiss-translator](https://github.com/fishjar/kiss-translator)|A simple, open source bilingual translation extension & Greasemonkey script (一个简约、开源的 双语对照翻译扩展 & 油猴脚本)|2788|6|2024-09-26| |28|[dirk1983/chatgpt](https://github.com/dirk1983/chatgpt)|演示站现在可以免费使用ChatGPT对话和画图了。全网最易部署,响应速度最快的ChatGPT环境。PHP版调用OpenAI接口进行问答和画图,采用Stream流模式通信,一边生成一边输出。前端采用EventSource,支持Markdown格式解析,支持公式显示,代码有着色处理,支持画图。页面UI简洁,支持上下文连续会话。源码只有几个文件,没用任何框架,支持所有PHP版本,全部开源,极易二开。保姆 ...|3082|5|2024-06-04| |29|[wanglin2/mind-map](https://github.com/wanglin2/mind-map)|一个还算强大的Web思维导图。A relatively powerful web mind map.|6241|5|2024-09-30| |30|[501351981/vue-office](https://github.com/501351981/vue-office)|支持word(.docx)、excel(.xlsx,.xls)、pdf等各类型office文件预览的vue组件集合,提供一站式office文件预览方案,支持vue2和3,也支持React等非Vue框架。Web-based pdf, excel, word preview library|3717|5|2024-10-11| |31|[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 🔥|8180|5|2024-08-30| |32|[liyupi/codefather](https://github.com/liyupi/codefather)|程序员鱼皮的编程宝典。原创编程学习路线,包括经验分享、技术知识、学习资源、学习建议、项目等,适用于所有学习编程 & 求职的同学。已完成 Java、前端|5621|4|2024-07-01| |33|[browserslist/browserslist](https://github.com/browserslist/browserslist)|🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env|12980|4|2024-10-04| |34|[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.|1954|4|2024-08-29| |35|[apachecn/apachecn-algo-zh](https://github.com/apachecn/apachecn-algo-zh)|ApacheCN 数据结构与算法译文集|11005|4|2024-06-19| |36|[BetaSu/just-react](https://github.com/BetaSu/just-react)|「React技术揭秘」 一本自顶向下的React源码分析书|6112|4|2024-07-24| |37|[Bistutu/FluentRead](https://github.com/Bistutu/FluentRead)|拥有基于上下文语境的人工智能翻译引擎,为网站提供更加友好的翻译,让所有人都能够拥有基于母语般的阅读体验。|1316|4|2024-06-10| |38|[WTFAcademy/WTF-Ethers](https://github.com/WTFAcademy/WTF-Ethers)|我最近在重新学ethers.js,巩固一下细节,也写一个“WTF Ethers.js极简入门”,供小白们使用,每周更新1-3讲。Now supports English! 官网: https://wtf.academy|3051|4|2024-07-29| |39|[marcelscruz/public-apis](https://github.com/marcelscruz/public-apis)|A collaborative list of public APIs for developers|3879|4|2024-09-25| |40|[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 ...|2036|3|2024-07-22| |41|[z2586300277/three-cesium-examples](https://github.com/z2586300277/three-cesium-examples)|Open Source three.js cesium.js examples and demo community - 开源的 three.js 和 cesium.js 案例社区 ---- star ----点星星|280|3|2024-10-11| |42|[LearnPrompt/LearnPrompt](https://github.com/LearnPrompt/LearnPrompt)|永久免费开源的 AIGC 课程, 目前已支持Prompt Engineering, ChatGPT, Midjourney, Runway, Stable Diffusion, AI数字人,AI声音&音乐,开源大模型|1853|3|2024-09-23| |43|[ygs-code/vue](https://github.com/ygs-code/vue)|vue源码逐行注释分析+40多m的vue源码程序流程图思维导图(vue source code line by line annotation analysis +40 + m vue source code process flow chart mind map)|6798|3|2024-09-04| |44|[ZJ595/AndroidReverse](https://github.com/ZJ595/AndroidReverse)|《安卓逆向这档事》|1093|3|2024-09-26| |45|[rustx-labs/effective-rust-cn](https://github.com/rustx-labs/effective-rust-cn)|Effective Rust 中文版|463|3|2024-10-10| |46|[xishandong/crawlProject](https://github.com/xishandong/crawlProject)|python爬虫项目合集,从基础到js逆向,包含基础篇、自动化篇、进阶篇以及验证码篇。案例涵盖各大网站(xhs douyin weibo ins boss job,jd...),你将会学到有关爬虫以及反爬虫、自动化和验证码的各方面知识|985|2|2024-09-23| |47|[timqian/openprompt.co](https://github.com/timqian/openprompt.co)|Create. Use. Share. ChatGPT prompts|1174|2|2024-10-10| |48|[sve1r/Rules-For-Quantumult-X](https://github.com/sve1r/Rules-For-Quantumult-X)|适用于 Quantumult X 规则整理集合. 所有内容源自 互联网,仅作为收集和整理 |3119|2|2024-09-16| |49|[wesbos/awesome-uses](https://github.com/wesbos/awesome-uses)|A list of /uses pages detailing developer setups, gear, software and configs.|4556|2|2024-09-21| |50|[langren1353/GM_script](https://github.com/langren1353/GM_script)|我就是来分享脚本玩玩的|5924|2|2024-09-24| |51|[l0o0/translators_CN](https://github.com/l0o0/translators_CN)|Zotero translator中文网页抓取翻译器🎉This is Zotero translators for Chinese Sites(beta), not the official Zotero repo|4072|2|2024-10-07| |52|[thomaspark/flexboxfroggy](https://github.com/thomaspark/flexboxfroggy)|A game for learning CSS flexbox 🐸|6892|2|2024-10-07| |53|[flutterchina/flutter_in_action_2nd](https://github.com/flutterchina/flutter_in_action_2nd)|《Flutter实战 第二版》 书稿|2199|2|2024-04-17| |54|[zhaoolee/OnlineToolsBook](https://github.com/zhaoolee/OnlineToolsBook)|🍭在线工具秘籍,为在线工具写一本优质说明书,让在线工具造福人类~ Online tool cheats, write a quality manual for online tools, make online tools benefit humanity~|2596|2|2024-09-28| |55|[adlered/CSDNGreener](https://github.com/adlered/CSDNGreener)|《专 业 团 队》🕺🏿 🕺🏿 🕺🏿 🕺🏿 ⚰️🕺🏿 🕺🏿 🕺🏿 🕺🏿 专治 CSDN 广告与各种灵魂打击 🐵 油猴脚本 TamperMonkey Chrome FireFox CSDN 页面浮窗广告完全过滤净化 国服最强 CSDN 绿化脚本|3629|2|2024-07-18| |56|[lyricat/wechat-format](https://github.com/lyricat/wechat-format)|微信公众号排版编辑器,转换 Markdown 到微信特制的 HTML|4321|2|2024-05-30| |57|[wangxinleo/wechat-public-account-push](https://github.com/wangxinleo/wechat-public-account-push)|微信公众号推送-给女朋友的浪漫|1660|2|2024-07-08| |58|[fmz200/wool_scripts](https://github.com/fmz200/wool_scripts)|收集一些QuantumultX、Loon、Surge、ShadowRocket的配置与脚本,去广告合集。|1758|2|2024-10-11| |59|[ObjTube/front-end-roadmap](https://github.com/ObjTube/front-end-roadmap)|Tell you how to learn front end development ~|2636|2|2024-06-24| |60|[bestony/ChatGPT-Feishu](https://github.com/bestony/ChatGPT-Feishu)|给飞书准备的 ChatGPT 机器人|1124|2|2024-05-19| |61|[meodai/color-names](https://github.com/meodai/color-names)|Large list of handpicked color names 🌈|2380|1|2024-10-06| |62|[shgopher/GOFamily](https://github.com/shgopher/GOFamily)|🔥 《Go 程序员宝典》:go 基础语法,go 并发模式,go runtime 实现原理 ,企业级 go 语言项目经验。|2177|1|2024-09-16| |63|[xiaomaoJT/QxScript](https://github.com/xiaomaoJT/QxScript)|QuantumultX 规则学习记录;请不要fork项目!!!|347|1|2024-10-11| |64|[kesixin/QuestionWechatApp](https://github.com/kesixin/QuestionWechatApp)|微信小程序,考试小程序,答题小程序,刷题小程序。毕业设计小程序,有前后端完整源码和数据库,易于二次开发。还可用于考试活动,企业内部考核,内部培训等职业考试刷题。|1280|1|2024-10-11| |65|[PKM-er/Pkmer-Docs](https://github.com/PKM-er/Pkmer-Docs)|Pkmer知识管理共建项目|421|1|2024-10-08| |66|[zhang-wangz/LeetCodeRating](https://github.com/zhang-wangz/LeetCodeRating)|一款对应力扣的浏览器油猴插件 TamperMonkey Chrome|677|1|2024-04-16| |67|[wanghao221/moyu](https://github.com/wanghao221/moyu)|1000个摸鱼小游戏、小工具源码集合及在线演示|593|1|2024-04-26| |68|[WeChatAPIs/WeChatApi](https://github.com/WeChatAPIs/WeChatApi)|WeChatApi、wechat api、微信3.9.11、微信3.9.10、微信HOOK、微信机器人、wechathook、微信API、微信公众号采集、微信公众号爬虫、微信数据库|393|1|2024-09-04| |69|[jdorfman/awesome-json-datasets](https://github.com/jdorfman/awesome-json-datasets)|A curated list of awesome JSON datasets that don't require authentication.|3311|1|2024-07-23| |70|[woai3c/Front-end-articles](https://github.com/woai3c/Front-end-articles)|分享我的编程经验和学习心得,订阅请点 watch|1538|1|2024-05-17| |71|[rust-lang-cn/rust-by-example-cn](https://github.com/rust-lang-cn/rust-by-example-cn)|Rust By Example 中文版(包含在线代码编辑器)|1843|1|2024-09-26| |72|[yisainan/web-interview](https://github.com/yisainan/web-interview)|我是齐丶先丶森,收集整理全网面试题及面试技巧,旨在帮助前端工程师们找到一份好工作!更多详见公众号「前端面试秘籍」|2645|1|2024-08-13| |73|[thomaspark/gridgarden](https://github.com/thomaspark/gridgarden)|A game for learning CSS grid layout 🥕|3198|1|2024-08-30| |74|[chromaui/learnstorybook.com](https://github.com/chromaui/learnstorybook.com)|Static site and content for Storybook tutorials|2403|1|2024-10-04| |75|[k1995/github-i18n-plugin](https://github.com/k1995/github-i18n-plugin)|GitHub官网汉化、中文翻译插件 :cn: |849|1|2024-07-25| |76|[csfive/composing-programs-zh](https://github.com/csfive/composing-programs-zh)|🦊 CS61A 教材 Composing Programs 的中文翻译|435|1|2024-07-23| |77|[yetone/bob-plugin-rapidapi-deepl-translator](https://github.com/yetone/bob-plugin-rapidapi-deepl-translator)|DeepL RapidAPI 的 Bob 插件,可能是中国 macOS 用户可以无痛使用的相对合法的最便宜的 DeepL 翻译方案。|343|1|2024-07-16| |78|[nefe/redux-in-chinese](https://github.com/nefe/redux-in-chinese)|Redux 中文文档|3475|1|2024-06-20| |79|[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 ...|442|1|2024-04-22| |80|[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/|1585|1|2024-10-09| |81|[Xiumuzaidiao/Day-night-toggle-button](https://github.com/Xiumuzaidiao/Day-night-toggle-button)|最近很火的折磨人挑战,复刻了一下,放到期末作业博客里了,大概有90%还原度(确实太折磨人了)|283|1|2024-05-22| |82|[marijnh/Eloquent-JavaScript](https://github.com/marijnh/Eloquent-JavaScript)|The sources for the Eloquent JavaScript book|3019|1|2024-08-27| |83|[talebook/talebook](https://github.com/talebook/talebook)|A simple books website. 一个简单的在线版个人书库。|3531|1|2024-08-24| |84|[huaize2020/awesome-nodejs](https://github.com/huaize2020/awesome-nodejs)|Node.js 资源大全中文版。An awesome Node.js packages and resources|1242|1|2024-06-16| |85|[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 ...|1207|1|2024-09-27| |86|[lihongxun945/gobang](https://github.com/lihongxun945/gobang)|javascript gobang AI,JS五子棋AI,源码+教程,基于Alpha-Beta剪枝算法(不是神经网络)|1639|1|2024-10-01| |87|[journey-ad/sd-webui-bilingual-localization](https://github.com/journey-ad/sd-webui-bilingual-localization)|Stable Diffusion web UI bilingual localization extensions. SD WebUI双语对照翻译插件|863|1|2024-08-03| |88|[cyao2q/files](https://github.com/cyao2q/files)|TVBox开源版,盒子软件分享|1295|1|2024-09-27| |89|[XPoet/js-data-structure-and-algorithm](https://github.com/XPoet/js-data-structure-and-algorithm)|从 0 到 1 学习 JavaScript 数据结构与算法|1523|1|2024-05-27| |90|[ttttmr/Wechat2RSS](https://github.com/ttttmr/Wechat2RSS)|微信公众号转RSS|650|1|2024-10-08| |91|[tw93/Maple](https://github.com/tw93/Maple)|🍁 Hide the bookmark bar, use Maple Bookmarks to surf smoothly. 🍁 隐藏书签栏,使用枫叶书签让你行云流水。|306|1|2024-06-27| |92|[oxc-project/javascript-parser-in-rust](https://github.com/oxc-project/javascript-parser-in-rust)|Tutorial on writing a JavaScript Parser in Rust|487|1|2024-08-07| |93|[dingyong0214/ThorUI](https://github.com/dingyong0214/ThorUI)|ThorUI组件库,微信小程序项目代码分享,组件文档地址:https://www.thorui.cn/doc |1127|1|2024-05-30| |94|[jimuyouyou/node-interview-questions](https://github.com/jimuyouyou/node-interview-questions)|Node.js面试题,侧重后端应用与对Node核心的理解|2264|1|2024-10-06| |95|[jasondu/wxa-plugin-canvas](https://github.com/jasondu/wxa-plugin-canvas)|小程序海报组件-生成朋友圈分享海报并生成图片|3102|1|2024-05-08| |96|[overtrue/share.js](https://github.com/overtrue/share.js)|一键分享到微博、QQ空间、QQ好友、微信、腾讯微博、豆瓣、Facebook、Twitter、Linkedin、Google+、点点等|3698|1|2024-07-29| |97|[lixi5338619/lxBook](https://github.com/lixi5338619/lxBook)|《爬虫逆向进阶实战》书籍代码库|610|1|2024-08-14| |98|[pysunday/sdenv](https://github.com/pysunday/sdenv)|sdenv补环境框架,完美过瑞数vmp理论通杀,配合瑞数vmp纯算法逆向项目(rs-reverse)更好学习原理,商标网更新后在线样例失效,可尝试使用其它网站试验(不保证有效)|292|1|2024-06-04| |99|[zerosoul/chinese-colors](https://github.com/zerosoul/chinese-colors)|🇨🇳🎨Chinese traditional color cheatsheet online|2375|1|2024-09-15| |100|[wenhaomin/ChatGPT-PromptGenius](https://github.com/wenhaomin/ChatGPT-PromptGenius)|All-purpose prompts website with hierarchical classification system. Helps you quickly find and share wonderful prompts! 全面、有效的提示词大全网站,帮助提升生产力和质量。|333|1|2024-05-23| |101|[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|587|0|2024-06-14| |102|[pingan8787/Leo-JavaScript](https://github.com/pingan8787/Leo-JavaScript)|欢迎关注公众号“前端自习课”,本仓库包含丰富的前端学习资料,包括 JavaScript、前端框架、HTTP、GraphQL、TS、Vue、React、Webpack等,还有很多我的原创文章,喜欢的朋友欢迎stat。:rocket:持续更新中...|984|0|2024-10-09| |103|[WeiWenda/effect-note](https://github.com/WeiWenda/effect-note)|大纲笔记软件|248|0|2024-08-31| |104|[csxiaoyaojianxian/JavaScriptStudy](https://github.com/csxiaoyaojianxian/JavaScriptStudy)|JavaScript的学习代码总结,高级特性、数据结构、设计模式、typescript、vue、angular、react、node、webpack、weex、小程序、tensorflow…,JavaScript是世界上最好的语言!|690|0|2024-05-10| |105|[ndp/git-cheatsheet](https://github.com/ndp/git-cheatsheet)|Interactive cheatsheet, visualization of git.|333|0|2024-08-31| |106|[wulivictor/ExamOnline](https://github.com/wulivictor/ExamOnline)|微信小程序,考试小程序,答题小程序,刷题小程序,考公小程序,考研小程序,毕业设计小程序,有前后端完整源码和数据库,易于二次开发。还可用于考试预约,企业内部考核,内部培训等,注册师刷题,基于云开发,部署简单,免服务器和域名备案。|624|0|2024-08-14| |107|[jnlaoshu/MySelf](https://github.com/jnlaoshu/MySelf)|Clash、Stash、Surge、Loon、Quanx、Egern、Shadowrocket等自用配置。网上搜集,仅供参考!感谢大佬们的无私分享!|344|0|2024-10-07| |108|[oubingbing/school_wechat](https://github.com/oubingbing/school_wechat)|校园小情书前端代码,好玩的表白墙、树洞、校园论坛,可独立部署,也可以使用我部署的后台服务,毕业设计的好项目。|1010|0|2024-05-31| |109|[wu529778790/wu529778790.github.io](https://github.com/wu529778790/wu529778790.github.io)|神族九帝'博客|265|0|2024-10-11| |110|[tengj/SpringBootDemo](https://github.com/tengj/SpringBootDemo)|Spring Boot学习系列|1312|0|2024-06-04| |111|[xixiaoyao/CS224n-winter-together](https://github.com/xixiaoyao/CS224n-winter-together)|an Open Course Platform for Stanford CS224n (2020 Winter)|495|0|2024-05-03| |112|[NAOSI-DLUT/DLUT_SE_Courses](https://github.com/NAOSI-DLUT/DLUT_SE_Courses)|大连理工大学软件工程专业课程指南 开发区其他专业见组织内对应仓库|369|0|2024-09-29| |113|[yunnysunny/nodebook](https://github.com/yunnysunny/nodebook)|nodejs 基础教程|356|0|2024-10-07| |114|[anubhavsrivastava/awesome-ui-component-library](https://github.com/anubhavsrivastava/awesome-ui-component-library)|Curated list of framework component libraries for UI styles/toolkit|869|0|2024-10-07| |115|[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.|407|0|2024-08-30| |116|[Daotin/Web](https://github.com/Daotin/Web)|📚 从零开始学 Web 前端系列图文教程。从零开始一步步带你进入前端的世界。|521|0|2024-05-16| |117|[yisainan/vue2](https://github.com/yisainan/vue2)|💯 比较好的vue2项目,值得借鉴与学习|703|0|2024-10-10| |118|[edm00se/awesome-board-games](https://github.com/edm00se/awesome-board-games)|A curated list of awesome and exceptional board games. Please contribute!|302|0|2024-10-01| |119|[ZYSzys/awesome-captcha](https://github.com/ZYSzys/awesome-captcha)|:key: Curated list of awesome captcha libraries and crack tools.|1210|0|2024-06-04| |120|[songquanpeng/stats-cards](https://github.com/songquanpeng/stats-cards)|在 README 中展示你在知乎,GitHub,B 站,LeetCode,掘金,CSDN,牛客等网站的数据,也可用于服务状态监控. Show your LeetCode & GitHub stats in GitHub Profile.|289|0|2024-07-03| |121|[ops-coffee/demo](https://github.com/ops-coffee/demo)|这里汇聚了微信公众号【运维咖啡吧】文章中所讲到的各种demo|298|0|2024-09-04| |122|[foolstack-omg/block-tech-sharing](https://github.com/foolstack-omg/block-tech-sharing)|Sharing Valuable Technology & Arbitrage Skill of The Blockchain I have learned.|361|0|2024-07-24| |123|[pprp/SimpleCVPaperReading](https://github.com/pprp/SimpleCVPaperReading)|:smile:博客论文列表:分系列整理|390|0|2024-04-12| |124|[Wscats/node-tutorial](https://github.com/Wscats/node-tutorial)|:relaxed:Some of the node tutorial -《Node学习笔记》|530|0|2024-04-27| |125|[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, behaviors and other opinionated features. The theme is similar to other userChrome styleshee ...|333|0|2024-10-09| |126|[mazipan/hello-open-source](https://github.com/mazipan/hello-open-source)|🖐️ A repository to learn about open source code contributions flow|590|0|2024-10-07| |127|[rudyxu1102/cross-origin](https://github.com/rudyxu1102/cross-origin)|A collection of simple demos of CORS|579|0|2024-06-19| |128|[NoneDay/CellReport](https://github.com/NoneDay/CellReport)|CellReport 是一个netcore实现的、以复杂统计报表为核心目标的制作、运行工具。支持数据看板、大屏制作。你可以使用数据库、excel文件、api服务、已有报表等为数据源,通过内置的集合函数组织数据,以类excel界面设计最终呈现结果。|421|0|2024-09-21| |129|[ninja33/anki-dict-helper](https://github.com/ninja33/anki-dict-helper)|Anki划词制卡助手 -- "划词翻译,一键制卡"|381|0|2024-05-06| |130|[bh-lay/blog](https://github.com/bh-lay/blog)|剧中人的nodeJS版个人博客,仅仅是前后端实现,不包含博文数据。|352|0|2024-09-26| |131|[decomoji/decomoji](https://github.com/decomoji/decomoji)|Custom icon collection for slack reaction|794|0|2024-08-13| |132|[bitshares/bitshares-ui](https://github.com/bitshares/bitshares-ui)|Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain|517|0|2024-09-19| |133|[xiaohesong/TIL](https://github.com/xiaohesong/TIL)|本库记录每日所学,README是一些链接;学习是自己的事。|297|0|2024-05-17| |134|[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.|1131|0|2024-04-22| |135|[feverrun/my_scripts](https://github.com/feverrun/my_scripts)|学习使用|349|0|2024-10-11| |136|[shengxinjing/fe-advanced-interview](https://github.com/shengxinjing/fe-advanced-interview)|前端进阶面试指南|1414|0|2024-04-16| |137|[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.|615|0|2024-08-03| |138|[jiangshanmeta/meta](https://github.com/jiangshanmeta/meta)|leetcode javascript/typescript实现|261|0|2024-10-11| |139|[weishakeji/LearningSystem](https://github.com/weishakeji/LearningSystem)|前后端分离(MVVM架构),C#、Sqlserver、Vue。web端采用ElementUI,手机端采用VantUI,管理后台采用WebdeskUI。直播、视频学习、试题练习、测试、考试、学习证明、成绩打印,真正实现“学、练、考”一体。微信支持、支付宝支付。私有化部署,永久授权,终身享用。安装量超三万家。|295|0|2024-09-27| |140|[Jackson0714/PassJava-Learning](https://github.com/Jackson0714/PassJava-Learning)|整合了Spring Cloud 实战教程+公众号内容都会同步到这个仓库。文档地址:http://www.passjava.cn|286|0|2024-09-02| |141|[OBKoro1/web-basics](https://github.com/OBKoro1/web-basics)|大厂前端需要掌握的JS基础能力,大厂场景题、大厂面试真题欢迎提issue和PR来丰富场景题。|559|0|2024-04-25| |142|[WTFAcademy/WTF-JavaScript](https://github.com/WTFAcademy/WTF-JavaScript)|我最近在重新学 JavaScript, 巩固一下细节, 也写一个“WTF JavaScript极简入门”,供新人学习。|250|0|2024-07-25| |143|[realyao/WXminiprogram-Focus-clock](https://github.com/realyao/WXminiprogram-Focus-clock)|微信小程序【专注时钟】(v1.2.2);时间规划、效率工具类、入门|513|0|2024-07-27| |144|[vvo/tzdb](https://github.com/vvo/tzdb)|🕰 Simplified, grouped and always up to date list of time zones, with major cities|784|0|2024-10-10| |145|[plantree/ruanyf-weekly](https://github.com/plantree/ruanyf-weekly)|VitePress构建阮一峰的技术周刊|284|0|2024-10-11| |146|[MihaiValentin/lunr-languages](https://github.com/MihaiValentin/lunr-languages)|A collection of languages stemmers and stopwords for Lunr Javascript library|431|0|2024-07-06| |147|[Messiahhh/blog](https://github.com/Messiahhh/blog)|akara的前端笔记|358|0|2024-07-11| |148|[alantang1977/X](https://github.com/alantang1977/X)|📛本仓库管理者不能保证本仓库内容的合法性、准确性、完整性和有效性,请根据情况自行判断。本仓库内容,仅用于测试和学习研究,禁止用于商业用途,不得将其用于违反国家、地区、组织等的法律法规或相关规定的其他用途,禁止任何公众号、自媒体进行任何形式的转载、发布,请不要在中华人民共和国境内使用本仓库内容,否则后果自负。|289|0|2024-10-11| |149|[liguobao/HouseSearch](https://github.com/liguobao/HouseSearch)|地图搜租房【微信公众号、小程序:人生删除指南】|1341|0|2024-09-11| |150|[oTranscribe/oTranscribe](https://github.com/oTranscribe/oTranscribe)|A free & open tool for transcribing audio interviews|1060|0|2024-05-11| |151|[chai2010/gopherchina2018-cgo-talk](https://github.com/chai2010/gopherchina2018-cgo-talk)|:book: GopherChina2018: 深入CGO编程 - 最新修订|334|0|2024-06-30| |152|[biuuu/BLHXFY](https://github.com/biuuu/BLHXFY)|碧蓝幻想翻译|277|0|2024-10-10| |153|[transitive-bullshit/ffmpeg-concat](https://github.com/transitive-bullshit/ffmpeg-concat)|Concats a list of videos together using ffmpeg with sexy OpenGL transitions.|880|0|2024-10-07| |154|[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|922|0|2024-09-13| |155|[yeyan1996/practical-javascript](https://github.com/yeyan1996/practical-javascript)|28 JavaScript Skills a Qualified Intermediate Front-End Engineer Needs to Master|370|0|2024-09-12|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Jupyter-Notebook.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Jupyter Notebook 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[Kedreamix/Linly-Dubbing](https://github.com/Kedreamix/Linly-Dubbing)|智能视频多语言AI配音/翻译工具 - Linly-Dubbing — “AI赋能,语言无界”|1618|25|2024-08-23| |2|[datawhalechina/self-llm](https://github.com/datawhalechina/self-llm)|《开源大模型食用指南》基于Linux环境快速部署开源大模型,更适合中国宝宝的部署教程|8342|25|2024-09-29| |3|[datawhalechina/llm-cookbook](https://github.com/datawhalechina/llm-cookbook)|面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版|11619|22|2024-09-15| |4|[01-ai/Yi](https://github.com/01-ai/Yi)|A series of large language models trained from scratch by developers @01-ai|7625|22|2024-09-23| |5|[modelscope/facechain](https://github.com/modelscope/facechain)|FaceChain is a deep-learning toolchain for generating your Digital-Twin.|8938|21|2024-10-11| |6|[microsoft/Phi-3CookBook](https://github.com/microsoft/Phi-3CookBook)|This is a Phi-3 book for getting started with Phi-3. Phi-3, a family of open sourced AI models developed by Microsoft. Phi-3 models are the most capable and cost-effective small language models (SLMs) ...|2329|15|2024-10-10| |7|[datawhalechina/llm-universe](https://github.com/datawhalechina/llm-universe)|本项目是一个面向小白开发者的大模型应用开发教程,在线阅读地址:https://datawhalechina.github.io/llm-universe/|4533|13|2024-09-22| |8|[fastai/fastbook](https://github.com/fastai/fastbook)|The fastai book, published as Jupyter Notebooks|21680|13|2024-08-16| |9|[Baiyuetribe/paper2gui](https://github.com/Baiyuetribe/paper2gui)|Convert AI papers to GUI,Make it easy and convenient for everyone to use artificial intelligence technology。让每个人都简单方便的使用前沿人工智能技术|10207|9|2024-09-20| |10|[zergtant/pytorch-handbook](https://github.com/zergtant/pytorch-handbook)|pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行|20210|9|2024-07-25| |11|[selfteaching/the-craft-of-selfteaching](https://github.com/selfteaching/the-craft-of-selfteaching)|One has no future if one couldn't teach themself.|15223|7|2024-07-22| |12|[Visualize-ML/Book1_Python-For-Beginners](https://github.com/Visualize-ML/Book1_Python-For-Beginners)|Book_1_《编程不难》 鸢尾花书:从加减乘除到机器学习;请多多批评指正!|4720|7|2024-09-11| |13|[AccumulateMore/CV](https://github.com/AccumulateMore/CV)|✔(已完结)最全面的 深度学习 笔记【土堆 Pytorch】【李沐 动手学深度学习】【吴恩达 深度学习】|5751|6|2024-10-11| |14|[YangLing0818/RPG-DiffusionMaster](https://github.com/YangLing0818/RPG-DiffusionMaster)|[ICML 2024] Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (RPG)|1667|6|2024-10-10| |15|[datawhalechina/easy-rl](https://github.com/datawhalechina/easy-rl)|强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/|9236|6|2024-09-09| |16|[huggingface/cookbook](https://github.com/huggingface/cookbook)|Open-source AI cookbook|1632|5|2024-10-07| |17|[WTFAcademy/WTF-zk](https://github.com/WTFAcademy/WTF-zk)|零知识证明入门教程。Comprehensive Zero-Knowledge Proofs Tutorial. #zk #WIP|1573|5|2024-10-02| |18|[huggingface/diffusion-models-class](https://github.com/huggingface/diffusion-models-class)|Materials for the Hugging Face Diffusion Models Course|3577|5|2024-08-19| |19|[zyds/transformers-code](https://github.com/zyds/transformers-code)|手把手带你实战 Huggingface Transformers 课程视频同步更新在B站与YouTube|1905|4|2024-07-15| |20|[Visualize-ML/Book5_Essentials-of-Probability-and-Statistics](https://github.com/Visualize-ML/Book5_Essentials-of-Probability-and-Statistics)|Book_5_《统计至简》 鸢尾花书:从加减乘除到机器学习;上架!|2863|4|2024-09-11| |21|[Visualize-ML/Book2_Beauty-of-Data-Visualization](https://github.com/Visualize-ML/Book2_Beauty-of-Data-Visualization)|Book_2_《可视之美》 鸢尾花书:从加减乘除到机器学习,欢迎批评指正|2737|4|2024-09-11| |22|[MetaGLM/glm-cookbook](https://github.com/MetaGLM/glm-cookbook)|Examples and guides for using the GLM APIs|746|3|2024-10-11| |23|[wdndev/llama3-from-scratch-zh](https://github.com/wdndev/llama3-from-scratch-zh)|从零实现一个 llama3 中文版|486|3|2024-06-12| |24|[yidao620c/python3-cookbook](https://github.com/yidao620c/python3-cookbook)|《Python Cookbook》 3rd Edition Translation|11660|3|2024-07-24| |25|[Visualize-ML/Book7_Visualizations-for-Machine-Learning](https://github.com/Visualize-ML/Book7_Visualizations-for-Machine-Learning)|Book_7_《机器学习》 鸢尾花书:从加减乘除到机器学习;欢迎批评指正|2367|3|2024-09-11| |26|[EgoAlpha/prompt-in-context-learning](https://github.com/EgoAlpha/prompt-in-context-learning)|Awesome resources for in-context learning and prompt engineering: Mastery of the LLMs such as ChatGPT, GPT-3, and FlanT5, with up-to-date and cutting-edge updates.|1489|3|2024-10-05| |27|[Visualize-ML/Book6_First-Course-in-Data-Science](https://github.com/Visualize-ML/Book6_First-Course-in-Data-Science)|Book_6_《数据有道》 鸢尾花书:从加减乘除到机器学习;欢迎大家批评指正!纠错多的同学会得到赠书感谢!|1944|3|2024-09-11| |28|[datawhalechina/joyful-pandas](https://github.com/datawhalechina/joyful-pandas)|pandas中文教程|4626|3|2024-04-24| |29|[libukai/Awesome-ChatTTS](https://github.com/libukai/Awesome-ChatTTS)|官方推荐的 ChatTTS 最佳入门指南,整理和汇总了常见问题和相关资源|339|3|2024-06-19| |30|[Charmve/computer-vision-in-action](https://github.com/Charmve/computer-vision-in-action)|A computer vision closed-loop learning platform where code can be run interactively online. 学习闭环《计算机视觉实战演练:算法与应用》中文电子书、源码、读者交流社区(持续更新中 ...) 📘 在线电子书 https://charmve.github.io/computer-vision-in-action/ ...|2537|2|2024-05-27| |31|[datawhalechina/thorough-pytorch](https://github.com/datawhalechina/thorough-pytorch)|PyTorch入门教程,在线阅读地址:https://datawhalechina.github.io/thorough-pytorch/|2473|2|2024-07-10| |32|[GISer2000/daily_learning](https://github.com/GISer2000/daily_learning)|分享代码写作日常|33|2|2024-10-01| |33|[openvinotoolkit/openvino_notebooks](https://github.com/openvinotoolkit/openvino_notebooks)|📚 Jupyter notebook tutorials for OpenVINO™|2350|2|2024-10-10| |34|[PaddlePaddle/awesome-DeepLearning](https://github.com/PaddlePaddle/awesome-DeepLearning)|深度学习入门课、资深课、特色课、学术案例、产业实践案例、深度学习知识百科及面试题库The course, case and knowledge of Deep Learning and AI|3055|2|2024-07-25| |35|[DjangoPeng/LLM-quickstart](https://github.com/DjangoPeng/LLM-quickstart)|Quick Start for Large Language Models (Theoretical Learning and Practical Fine-tuning) 大语言模型快速入门(理论学习与微调实战)|481|2|2024-08-27| |36|[charent/Phi2-mini-Chinese](https://github.com/charent/Phi2-mini-Chinese)|Phi2-Chinese-0.2B 从0开始训练自己的Phi2中文小模型,支持接入langchain加载本地知识库做检索增强生成RAG。Training your own Phi2 small chat model from scratch.|471|2|2024-07-11| |37|[ben1234560/AiLearning-Theory-Applying](https://github.com/ben1234560/AiLearning-Theory-Applying)|快速上手AI理论及应用实战:基础知识、Transformer、NLP、ML、DL、竞赛。含大量注释及数据集,力求每一位能看懂并复现。|3023|2|2024-05-28| |38|[wangxuqi/Prompt-Engineering-Guide-Chinese](https://github.com/wangxuqi/Prompt-Engineering-Guide-Chinese)|Prompt工程师指南,源自英文版,但增加了AIGC的prompt部分,为了降低同学们的学习门槛,翻译更新|1037|2|2024-08-19| |39|[huangjia2019/ai-agents](https://github.com/huangjia2019/ai-agents)|异步图书 《大模型应用开发 动手做AI Agent》 - 这是一些非常简单的入门示例,重在引导新手入门,目前LLM开发领域发展很快,本书只是一个提纲挈领。更多的示例和代码大家可以去OpenAI Cookbook, LangChain Example中去挖掘。|168|1|2024-10-10| |40|[jm199504/Financial-Knowledge-Graphs](https://github.com/jm199504/Financial-Knowledge-Graphs)|小型金融知识图谱构建流程(neo4j / python / cypher / KG)|2723|1|2024-07-07| |41|[wyf3/llm_related](https://github.com/wyf3/llm_related)|记录大模型相关的一些知识和方法|91|1|2024-09-08| |42|[SMILELab-FL/FedLab](https://github.com/SMILELab-FL/FedLab)|A flexible Federated Learning Framework based on PyTorch, simplifying your Federated Learning research.|726|1|2024-08-12| |43|[open-mmlab/OpenMMLabCourse](https://github.com/open-mmlab/OpenMMLabCourse)|OpenMMLab course index and stuff|1012|1|2024-06-28| |44|[aceliuchanghong/FAQ_Of_LLM_Interview](https://github.com/aceliuchanghong/FAQ_Of_LLM_Interview)|大模型算法岗面试题(含答案):常见问题和概念解析 "大模型面试题"、"算法岗面试"、"面试常见问题"、"大模型算法面试"、"大模型应用基础"|234|1|2024-10-07| |45|[HEUOpenResource/heu-icicles](https://github.com/HEUOpenResource/heu-icicles)|哈尔滨工程大学课程攻略共享计划|133|1|2024-09-02| |46|[amaargiru/pycore](https://github.com/amaargiru/pycore)|Python Extended Cheatsheet. I'm using this repository to chronicle my journey through Python.|501|1|2024-07-18| |47|[Luhuanz/pytorch_project](https://github.com/Luhuanz/pytorch_project)|llms 大模型 笔记50篇 此仓库包含关于机器学习、深度学习、计算机视觉、自然语言处理、大模型 爬虫等领域 项目实战|522|1|2024-04-24| |48|[luwill/Machine_Learning_Code_Implementation](https://github.com/luwill/Machine_Learning_Code_Implementation)|Mathematical derivation and pure Python code implementation of machine learning algorithms.|1505|1|2024-09-18| |49|[ashishpatel26/Treasure-of-Transformers](https://github.com/ashishpatel26/Treasure-of-Transformers)|💁 Awesome Treasure of Transformers Models for Natural Language processing contains papers, videos, blogs, official repo along with colab Notebooks. 🛫☑️|915|1|2024-07-16| |50|[tj-messi/cv-computer-visual-tj](https://github.com/tj-messi/cv-computer-visual-tj)|同济大学计算机视觉实验室学习|35|1|2024-10-11| |51|[cfcys/nanoGPT-Tutorial-CN](https://github.com/cfcys/nanoGPT-Tutorial-CN)|更友好的nanoGPT的中文教程|87|1|2024-05-17| |52|[WengLean/hands-on-research-tutorial](https://github.com/WengLean/hands-on-research-tutorial)|《动手做科研》面向科研初学者,一步一步地展示如何入门人工智能科研|219|1|2024-09-22| |53|[Mxoder/LLM-from-scratch](https://github.com/Mxoder/LLM-from-scratch)|一些 LLM 方面的从零复现笔记|121|1|2024-09-20| |54|[AccumulateMore/OpenCV](https://github.com/AccumulateMore/OpenCV)|✔(已完结)最全面的 OpenCV 笔记【咕泡唐宇迪】|512|1|2024-09-06| |55|[CNFeffery/DataScienceStudyNotes](https://github.com/CNFeffery/DataScienceStudyNotes)|这个仓库保管从(数据科学学习手札69)开始的所有代码、数据等相关附件内容|1258|1|2024-08-07| |56|[pariskang/CMLM-ZhongJing](https://github.com/pariskang/CMLM-ZhongJing)|首个中医大语言模型——“仲景”。受古代中医学巨匠张仲景深邃智慧启迪,专为传统中医领域打造的预训练大语言模型。 The first-ever Traditional Chinese Medicine large language model - "CMLM-ZhongJing". Inspired by the profound wisdom of the ancient Chinese medi ...|253|1|2024-08-01| |57|[datawhalechina/statistical-learning-method-solutions-manual](https://github.com/datawhalechina/statistical-learning-method-solutions-manual)|统计学习方法习题解答,在线阅读地址:https://datawhalechina.github.io/statistical-learning-method-solutions-manual|1727|1|2024-08-20| |58|[yangqy1110/Diffusion-Models](https://github.com/yangqy1110/Diffusion-Models)|扩散模型原理和pytorch代码实现初学资料汇总|491|1|2024-04-19| |59|[szcf-weiya/ESL-CN](https://github.com/szcf-weiya/ESL-CN)|The Elements of Statistical Learning (ESL)的中文翻译、代码实现及其习题解答。|2431|1|2024-09-12| |60|[datawhalechina/machine-learning-toy-code](https://github.com/datawhalechina/machine-learning-toy-code)|《机器学习》(西瓜书)代码实战|661|1|2024-09-08| |61|[luhengshiwo/LLMForEverybody](https://github.com/luhengshiwo/LLMForEverybody)|每个人都能看懂的大模型知识分享,LLMs秋招大模型面试前必看,让你和面试官侃侃而谈|35|1|2024-10-10| |62|[datawhalechina/d2l-ai-solutions-manual](https://github.com/datawhalechina/d2l-ai-solutions-manual)|《动手学深度学习》习题解答,在线阅读地址如下:|346|1|2024-07-06| |63|[datawhalechina/hands-on-data-analysis](https://github.com/datawhalechina/hands-on-data-analysis)|动手学数据分析以项目为主线,知识点孕育其中,通过边学、边做、边引导来得到更好的学习效果|1158|1|2024-05-29| |64|[ArronAI007/Awesome-AGI](https://github.com/ArronAI007/Awesome-AGI)|AGI资料汇总学习(主要包括LLM和AIGC),持续更新......|279|1|2024-09-06| |65|[GenTang/regression2chatgpt](https://github.com/GenTang/regression2chatgpt)|《解构大语言模型:从线性回归到通用人工智能》配套代码|134|0|2024-10-09| |66|[buluslee/DT-AI](https://github.com/buluslee/DT-AI)|这是DT-AI的学习路线开源版本,欢迎大家享用!对新手友好|131|0|2024-05-06| |67|[WTFAcademy/WTF-EVM-Opcodes](https://github.com/WTFAcademy/WTF-EVM-Opcodes)|Minimal tutorials for EVM Opcodes, building minimal evm in python from scratch. 以太坊的Opcodes(操作码)极简教程,使用python从零搭建EVM。|141|0|2024-07-02| |68|[fry404006308/fry_course_materials](https://github.com/fry404006308/fry_course_materials)|范仁义录播课资料,会依次推出各种完全免费的前端、后端、大数据、人工智能等课程,课程网站: https://fanrenyi.com ; b站课程地址: https://space.bilibili.com/45664489 ;|632|0|2024-08-19| |69|[Kami-chanw/SEU-Course-Homework](https://github.com/Kami-chanw/SEU-Course-Homework)|东南大学计软智部分课程作业。|48|0|2024-08-30| |70|[solidglue/Deep_Learning_TensorFlow2_Examples](https://github.com/solidglue/Deep_Learning_TensorFlow2_Examples)|深度学习TensorFlow2入门指南。Deep Learning TensorFlow2 API and Examples with Python3 and Jupyter Notebook.|98|0|2024-05-20| |71|[Skyorca/BigDataAnalysis](https://github.com/Skyorca/BigDataAnalysis)|UCAS研一课程大数据分析的笔记和代码|33|0|2024-06-09| |72|[lgy0404/d2l-2023](https://github.com/lgy0404/d2l-2023)|✔️(持续更新)李沐 【动手学深度学习v2 PyTorch版】课程学习笔记,更正了AccumulateMore笔记的部分错误,从更加初级的角度做了部分内容补充|85|0|2024-05-10| |73|[bbruceyuan/LLMs-101](https://github.com/bbruceyuan/LLMs-101)|从零到一实现一个 miniLLM~(动手学习LLM)|44|0|2024-04-30| |74|[ruoxining/ZJUCourse](https://github.com/ruoxining/ZJUCourse)|ZJU课程资料,主要含英语+CS专业课,不含不合适公开的资料和违反honor code的作业|46|0|2024-07-02| |75|[HugoBlox/theme-blog](https://github.com/HugoBlox/theme-blog)|📝 Hugo Academic Blog Theme. 轻松创建一个简约博客. No code, highly customizable using widgets.|107|0|2024-07-11| |76|[DiqiangL/bat_code](https://github.com/DiqiangL/bat_code)|字节笔试、腾讯笔试、阿里笔试、美团笔试、拼多多笔试、蚂蚁金服笔试、百度笔试、网易笔试、华为笔试、荣耀笔试、oppo笔试、小米笔试、小红书笔试、bilibili笔试、米哈游笔试、携程笔试、快手笔试、大疆笔试、滴滴笔试、得物笔试、科大讯飞笔试、shein笔试、招商银行笔试、深信服笔试、用友笔试、顺丰笔试、微众银行笔试、奇安信笔试、联想笔试、58同城笔试、图森未来笔试、富途笔试、去哪儿笔试、蔚来笔试、茄 ...|28|0|2024-09-06| |77|[sijichun/MathStatsCode](https://github.com/sijichun/MathStatsCode)|Codes for my mathematical statistics course|170|0|2024-09-21| |78|[datawhalechina/team-learning-cv](https://github.com/datawhalechina/team-learning-cv)|主要存储Datawhale组队学习中“计算机视觉”方向的资料。|319|0|2024-08-12| |79|[microsoft/AIforEarthDataSets](https://github.com/microsoft/AIforEarthDataSets)|Notebooks and documentation for AI-for-Earth-managed datasets on Azure|279|0|2024-07-25| |80|[hacheyz/PMMAA](https://github.com/hacheyz/PMMAA)|Python 数学建模算法与应用,笔记与代码,按章节整理|212|0|2024-08-27| |81|[AccumulateMore/Python](https://github.com/AccumulateMore/Python)|✔(已完结)最全面的 Python 笔记【马士兵教育】|389|0|2024-09-06| |82|[realyanyang/disambiguation](https://github.com/realyanyang/disambiguation)|OAG-WhoIsWho 赛道二 代码分享|30|0|2024-07-25| |83|[ShaoQiBNU/uplift_model_notes](https://github.com/ShaoQiBNU/uplift_model_notes)|uplift模型业界应用总结|52|0|2024-09-02| |84|[IKMLab/course_material](https://github.com/IKMLab/course_material)|上課教材的大集合!!!|73|0|2024-04-23| |85|[AccumulateMore/CPlusPlus](https://github.com/AccumulateMore/CPlusPlus)|✔(已完结)最全面的 C++ 笔记 【黑马程序员】|484|0|2024-09-06| |86|[jinhualee/datashine](https://github.com/jinhualee/datashine)|《Python统计与数据分析实战》课程代码,包含了大部分统计与非参数统计和数据分析的模型、算法。回归分析、方差分析、点估计、假设检验、主成分分析、因子分析、聚类分析、判别分析、对数线性模型、分位回归模型以及列联表分析、非参数平滑、非参数密度估计等各种非参数统计方法。|302|0|2024-04-23| |87|[hxchua/datadoubleconfirm](https://github.com/hxchua/datadoubleconfirm)|Simple datasets and notebooks for data visualization, statistical analysis and modelling - with write-ups here: https://projectosyo.wixsite.com/datadoubleconfirm. |58|0|2024-08-21| |88|[zsrl/miniqmt-demo](https://github.com/zsrl/miniqmt-demo)|《miniQMT实盘量化》系列教程的代码仓库|40|0|2024-08-01| |89|[fscdc/NKU-CS-FSC](https://github.com/fscdc/NKU-CS-FSC)|NKU CS的基本所有课程code和report(更新中)|42|0|2024-08-23| |90|[personqianduixue/comap_crawler_2023](https://github.com/personqianduixue/comap_crawler_2023)|美赛爬虫,2022美赛获奖证书爬虫,2023美赛获奖证书爬虫,2024美赛获奖证书爬虫|45|0|2024-05-26| |91|[yenlung/Python-AI-Book](https://github.com/yenlung/Python-AI-Book)|《少年Py的大冒險》第二集, 深度學習的入門!|42|0|2024-07-11| |92|[AccumulateMore/Spider](https://github.com/AccumulateMore/Spider)|✔(已完结)最全面的 爬虫与数据库 笔记|55|0|2024-09-06| |93|[ScienceLi1125/CQU-Study](https://github.com/ScienceLi1125/CQU-Study)|重庆大学计算机学院学习资料|118|0|2024-04-17| |94|[wklchris/blog](https://github.com/wklchris/blog)|个人 Github.io 站点上的博客文章 Blogs on my Github.io site|29|0|2024-09-27| |95|[ZhiningLiu1998/mesa](https://github.com/ZhiningLiu1998/mesa)|[NeurIPS’20] ⚖️ Build powerful ensemble class-imbalanced learning models via meta-knowledge-powered resampler. 设计元知识驱动的采样器解决类别不平衡问题|105|0|2024-06-17| |96|[RealKai42/langchainjs-juejin](https://github.com/RealKai42/langchainjs-juejin)|从前端到 AI:langchain.js 入门和实战|51|0|2024-05-17| |97|[coggle-club/notebooks](https://github.com/coggle-club/notebooks)|数据科学教程案例|95|0|2024-09-25| |98|[CloneNOX/MSA-BiGCN](https://github.com/CloneNOX/MSA-BiGCN)|中山大学2022届本科生毕业论文《基于注意力机制和图卷积神经网络的多任务谣言检测》代码实现和baseline代码。现采用BERT作为编码器,实现了新的模型。|40|0|2024-04-25| |99|[AFAN-LIFE/AFAN-LIFE](https://github.com/AFAN-LIFE/AFAN-LIFE)|B站费曼区UP主BILI-AFAN的资料汇总|66|0|2024-08-10| |100|[newaetech/chipwhisperer-jupyter](https://github.com/newaetech/chipwhisperer-jupyter)|Interactive ChipWhisperer tutorials using Jupyter notebooks.|222|0|2024-09-20| |101|[chen2438/zstu-study](https://github.com/chen2438/zstu-study)|zstu 浙江理工大学 学习资料|48|0|2024-08-30| |102|[Hoper-J/HUNG-YI_LEE_Machine-Learning_Homework](https://github.com/Hoper-J/HUNG-YI_LEE_Machine-Learning_Homework)|李宏毅 (HUNG-YI LEE)机器学习作业思路代码分享|127|0|2024-09-21| |103|[aidoczh/langchain-doc-zh](https://github.com/aidoczh/langchain-doc-zh)|LangChain V0.2 官网文档中文翻译|25|0|2024-06-01| |104|[JamesLavin/my_tech_resources](https://github.com/JamesLavin/my_tech_resources)|List of tech resources future me and other Javascript/Ruby/Python/Elixir/Elm developers might find useful|312|0|2024-09-27| |105|[solidglue/Machine_Learning_Sklearn_Examples](https://github.com/solidglue/Machine_Learning_Sklearn_Examples)|机器学习Sklearn入门指南。Machine Learning Sklearn API and Examples with Python3 and Jupyter Notebook.|109|0|2024-05-20| |106|[ztmzzz/UESTC_course_data](https://github.com/ztmzzz/UESTC_course_data)|这是我的学习过程中自己整理的资料,实验报告等。电子科技大学 大数据 作业答案 实验报告|53|0|2024-07-17| |107|[KarryRen/SCU-CS-Class-Materials](https://github.com/KarryRen/SCU-CS-Class-Materials)|四川大学计算机学院本科课程资料(更新中 🔥)如果您觉得有帮助,还请点亮一下 Star 🌟 哦~ 万分感谢!|247|0|2024-09-09| |108|[Robin-WZQ/BIT-AI-Review](https://github.com/Robin-WZQ/BIT-AI-Review)|本项目分享了本人在北京理工大学计算机学院人工智能专业的相关课程资料与经验分享。希望对你们有所帮助❤️,如果喜欢的话记得给个star哦🌟|150|0|2024-06-21| |109|[pangbo13/Courses](https://github.com/pangbo13/Courses)|此项目用于归档本人在上海交通大学计算机科学与技术专业学习过程中的作业与项目。|33|0|2024-07-13| |110|[LecterChu/nwpu-cram](https://github.com/LecterChu/nwpu-cram)|西北工业大学/西工大/nwpu/npu软件学院复习(突击)资料!!|243|0|2024-10-09| |111|[LawsonAbs/learn](https://github.com/LawsonAbs/learn)|记录python,pytorch,git等工具的学习过程,主要是对该工具常用部分进行实践。|40|0|2024-09-01| |112|[doocs/deep-learning](https://github.com/doocs/deep-learning)|🙃 深度学习实践与知识总结|95|0|2024-08-30| |113|[Allenpandas/BJTU-CS-Notebook](https://github.com/Allenpandas/BJTU-CS-Notebook)|👨‍🎓 北京交通大学计算机科学与技术学院研究生课程资料、笔记、回忆和整理的期末考试卷及课程作业。希望对你们有所帮助❤️,如果喜欢记得给个star🌟|119|0|2024-09-19| |114|[princepride/scratch-pytorch-step-by-step](https://github.com/princepride/scratch-pytorch-step-by-step)|教你只用最基本的python语法和numpy一步步实现深度学习框架|119|0|2024-08-02| |115|[datawhalechina/hugging-audio](https://github.com/datawhalechina/hugging-audio)|Hugging Face Audio Course中文版,帮助学习者快速入门音频模态|29|0|2024-05-25| |116|[wx-chevalier/Mathematics-Notes](https://github.com/wx-chevalier/Mathematics-Notes)|:books: [.md & .ipynb] 人工智能与深度学习实战--数理统计与数据分析篇|33|0|2024-10-07| |117|[charliedream1/ai_wiki](https://github.com/charliedream1/ai_wiki)|《AI驯龙笔记》:记载工程实践问题的解决策略与关键要点,分享各种实用案例,追踪前沿技术发展,囊括 AI 全栈知识,涵盖大模型、编程技术、机器学习、深度学习、强化学习、图神经网络、语音识别、NLP 及图像识别等领域|144|0|2024-10-08| |118|[Gengzhige/Deep-Learning-Code](https://github.com/Gengzhige/Deep-Learning-Code)|《深度学习必修课:进击算法工程师》配套代码|48|0|2024-08-07| |119|[renhai-lab/Urban-Spatial-Data-Analysis-Notebook](https://github.com/renhai-lab/Urban-Spatial-Data-Analysis-Notebook)|城市空间数据分析初学者学习笔记|24|0|2024-07-12| |120|[muchuang1024/python-examples](https://github.com/muchuang1024/python-examples)|我的python语言学习代码|28|0|2024-09-07| |121|[batermj/data_sciences_campaign](https://github.com/batermj/data_sciences_campaign)|【数据科学家系列课程】|98|0|2024-05-03| |122|[geektutu/interview-questions](https://github.com/geektutu/interview-questions)|机器学习/深度学习/Python/Go语言面试题笔试题(Machine learning Deep Learning Python and Golang Interview Questions)|1050|0|2024-08-06| |123|[datawhalechina/zishu](https://github.com/datawhalechina/zishu)|wow-fullstack,令人惊叹的全栈开发教程|63|0|2024-07-06| |124|[qianniucity/llm_notebooks](https://github.com/qianniucity/llm_notebooks)|AI 应用示例合集|66|0|2024-06-03| |125|[zui0711/Z-Lab](https://github.com/zui0711/Z-Lab)|Z Lab数据实验室开源代码汇总|197|0|2024-06-18| |126|[Zenobia000/DeepLearning-ds-fundamental](https://github.com/Zenobia000/DeepLearning-ds-fundamental)|深度學習理論程式大全|37|0|2024-07-25| |127|[zillionare/zillionare](https://github.com/zillionare/zillionare)|请访问 😄www.jieyu.ai和公众号🫶量化风云|136|0|2024-09-29| |128|[wanZzz6/Modules-Learn](https://github.com/wanZzz6/Modules-Learn)|学习笔记 - 码云:https://gitee.com/wanzheng_96/Modules-Learn)|410|0|2024-08-06| |129|[Fan-Meng/DM-Python-MOOC](https://github.com/Fan-Meng/DM-Python-MOOC)|此项目提供在中国大学慕课《数据挖掘与python实践》在线课程的代码及相关资料。课程链接如下:https://www.icourse163.org/course/CUFE-1207262801|35|0|2024-09-09| |130|[yaocoder/Architect-CTO-growth](https://github.com/yaocoder/Architect-CTO-growth)|实践及手册撰写:涵盖DevOps,云原生技术,大数据,人工智能,高并发&高性能&高可用服务等|78|0|2024-06-14| |131|[bettermorn/IAICourse](https://github.com/bettermorn/IAICourse)|工业智能课程内容|26|0|2024-08-11| |132|[iHeadWater/iheadwater_hackweek_tutorials](https://github.com/iHeadWater/iheadwater_hackweek_tutorials)|水资源科研编程入门教程|27|0|2024-04-15| |133|[HuichuanLI/GraphNeuralNetWork](https://github.com/HuichuanLI/GraphNeuralNetWork)|玩转图神经网络和知识图谱的相关算法:GCN,GAT,GAFM,GAAFM,GraphSage,W2V,TRANSe|24|0|2024-04-27| |134|[Zenobia000/MachineLearning-ds-fundamental](https://github.com/Zenobia000/MachineLearning-ds-fundamental)|機器學習理論程式大全|49|0|2024-08-02| |135|[Winn1y/Show2Know](https://github.com/Winn1y/Show2Know)|基于科研论文导向的可视化绘图集锦|93|0|2024-09-21| |136|[XiaShan1227/GNN-Tutorial](https://github.com/XiaShan1227/GNN-Tutorial)|B站GNN教程资料|88|0|2024-09-05| |137|[AI4Finance-Foundation/FinRL-Tutorials](https://github.com/AI4Finance-Foundation/FinRL-Tutorials)|Tutorials. Please star. |826|0|2024-04-30| |138|[zgcr/SimpleAICV_pytorch_training_examples](https://github.com/zgcr/SimpleAICV_pytorch_training_examples)|SimpleAICV:pytorch training and testing examples.|411|0|2024-08-18| |139|[liangruibupt/aws-is-how](https://github.com/liangruibupt/aws-is-how)|Know How Guide and Hands on Guide for AWS|49|0|2024-09-22| |140|[Ifan24/GPT_subtitles](https://github.com/Ifan24/GPT_subtitles)|Download YouTube video (or supply your own) and generate dual languange subtitles with OpenAI Whisper and translation API (GPT) 下载 YouTube 视频(或提供您自己的视频)并使用 Whisper 和翻译AP ...|85|0|2024-06-04| |141|[yinizhilian/nlp-materials-share](https://github.com/yinizhilian/nlp-materials-share)|自然语言处理NLP(自然语言生成NLG、自然语言理解NLU)、自然语言学术会议大盘点、自然语言大佬介绍、NLP研究机构、NLP资料分享、NLP学习资源分享、NLP学术论文介绍|175|0|2024-05-14| |142|[unimauro/QuantumResources](https://github.com/unimauro/QuantumResources)|Here Quantum Resources like: Book, Papers, Videos|29|0|2024-07-31| |143|[ForeverHaibara/Fudan-Courses](https://github.com/ForeverHaibara/Fudan-Courses)|Notes for Courses in School of Data Science, Fudan University. 复旦大学数据科学与大数据技术专业(复旦大数据)学习笔记。|107|0|2024-04-24| |144|[bobo0810/PytorchNetHub](https://github.com/bobo0810/PytorchNetHub)|项目注释+论文复现+算法竞赛+Pytorch实践|627|0|2024-08-13| |145|[minsixhao/bilibil_summarize](https://github.com/minsixhao/bilibil_summarize)|B站(Bilibili)视频 AI总结摘要|34|0|2024-09-05| |146|[HuangCongQing/3D-Point-Clouds](https://github.com/HuangCongQing/3D-Point-Clouds)|🔥3D点云目标检测&语义分割(深度学习)-SOTA方法,代码,论文,数据集等|447|0|2024-06-20| |147|[NAOSI-DLUT/DLUT_ISE_Courses](https://github.com/NAOSI-DLUT/DLUT_ISE_Courses)|大连理工大学软国专业课程指南,请同学们踊跃发言和@dingsio|31|0|2024-06-02| |148|[HITSZ-OpenAuto/PHYS1002](https://github.com/HITSZ-OpenAuto/PHYS1002)|HITSZ 大学物理实验 实验报告、数据处理及绘图程序等资料|54|0|2024-10-06| |149|[aihes/LangChain-Tutorials-and-Examples](https://github.com/aihes/LangChain-Tutorials-and-Examples)|LangChain结合了大型语言模型、知识库和计算逻辑,可以用于快速开发强大的AI应用。这个仓库包含了我对LangChain的学习和实践经验,包括教程和代码案例。让我们一起探索LangChain的可能性,共同推动人工智能领域的进步!|120|0|2024-07-02| |150|[sangyx/gtrick](https://github.com/sangyx/gtrick)|Bag of Tricks for Graph Neural Networks.|278|0|2024-07-19| |151|[zhangjunhd/reading-notes](https://github.com/zhangjunhd/reading-notes)|张俊的读书笔记|309|0|2024-10-03| |152|[dream80/TonyColab](https://github.com/dream80/TonyColab)|Colab script collection for various amazing projects! 各种牛逼项目的Colab脚本集合!|193|0|2024-05-31| |153|[AccumulateMore/NLP](https://github.com/AccumulateMore/NLP)|✔最全面的 深度学习NLP 笔记|42|0|2024-09-06| |154|[MING-ZCH/Awesome-LangChain-for-LLM-Application-Development](https://github.com/MING-ZCH/Awesome-LangChain-for-LLM-Application-Development)|中文教程:《使用 LangChain 开发基于 LLM 的应用程序》|28|0|2024-09-16| |155|[liyucheng09/NLP_Freshman](https://github.com/liyucheng09/NLP_Freshman)|给研一同学的NLP入门指南|54|0|2024-05-24|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Kotlin.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Kotlin 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[gedoor/legado](https://github.com/gedoor/legado)|Legado 3.0 Book Reader with powerful controls & full functions❤️阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。|28845|15|2024-10-10| |2|[alibaba/p3c](https://github.com/alibaba/p3c)|Alibaba Java Coding Guidelines pmd implements and IDE plugin|30423|11|2024-08-06| |3|[skydoves/android-developer-roadmap](https://github.com/skydoves/android-developer-roadmap)| 🗺 The Android Developer Roadmap offers comprehensive learning paths to help you understand Android ecosystems.|7280|7|2024-10-11| |4|[hectorqin/reader](https://github.com/hectorqin/reader)|阅读3服务器版,桌面端,iOS可用。后端 Kotlin + Spring Boot + Vert.x + Coroutine ;前端 Vue.js + Element。麻烦点点star,关注一下公众号【假装大佬】❗️ Demo服务器由于未备案已被关停,建议自行搭建|7945|7|2024-07-27| |5|[unit-mesh/build-your-ai-coding-assistant](https://github.com/unit-mesh/build-your-ai-coding-assistant)|《AI 研发提效:构建 AI 辅助编码助手》 —— 介绍如何 DIY 一个端到端(从 IDE 插件、模型选型、数据集构建到模型微调)的 AI 辅助编程工具,类似于 GitHub Copilot、JetBrains AI Assistant、AutoDev 等。|546|2|2024-07-05| |6|[tangshimin/MuJing](https://github.com/tangshimin/MuJing)| 使用电影、美剧或文档生成词库(单词本),为单词营造具体语境,进而通过此语境进行单词记忆。与此同时,用户能够使用键盘快速拼写单词,以此助力形成肌肉记忆,高效促进英语学习。|1023|2|2024-10-10| |7|[Loren-Moon/RedBookComposeDemo](https://github.com/Loren-Moon/RedBookComposeDemo)|仿照iOS版小红书写的简单demo|54|1|2024-09-24| |8|[wgllss/WXNetArchitecture](https://github.com/wgllss/WXNetArchitecture)|花式封装:Kotlin+协程+Flow+Retrofit+OkHttp+Repository,倾囊相授,彻底减少模版代码进阶之路|11|1|2024-09-26| |9|[Xigong93/XiaoZhuan](https://github.com/Xigong93/XiaoZhuan)|《小篆传包》一键上传Apk到多个应用市场,开源,免费|96|1|2024-07-18| |10|[xihan123/QDReadHook](https://github.com/xihan123/QDReadHook)|起点阅读自定义增强 Xp 模块,愿大家都有一个愉快的看书体验|779|1|2024-10-11| |11|[open-toys-controller/open-DGLAB-controller](https://github.com/open-toys-controller/open-DGLAB-controller)|郊狼3.0 API网络控制器. 支持任意编程语言. 郊狼socket控制器开发教程|75|0|2024-05-27| |12|[Gao-hao-nan/MVVM](https://github.com/Gao-hao-nan/MVVM)|基于 模块化+Kotlin+协程+Retrofit+Jetpack+MVVM 架构.能提供大家学习如何从0到1打造一个符合[大型Android项目的架构模式]|46|0|2024-07-12| |13|[bytebeats/polyglot](https://github.com/bytebeats/polyglot)|一个 Intellij 插件项目, 当工程需要支持多语言时, 本插件能够帮助你省去在浏览器或者翻译软件与你的项目之间来回切换的麻烦. 插件是第一生产力啊! Polyglot: to translate different languages with different translators! An Intellij platform plugin project.If your project ...|9|0|2024-05-08| |14|[hsicen/HencoderPlus](https://github.com/hsicen/HencoderPlus)|扔物线Hencoder plus系列课程 |74|0|2024-09-12| |15|[rengwuxian/CourseCoroutines](https://github.com/rengwuxian/CourseCoroutines)|《Kotlin 协程完全教程》的配套源码:rengwuxian.com/kc|11|0|2024-09-02| |16|[MskTmi/Bh3-ElysianRealm-Strategy](https://github.com/MskTmi/Bh3-ElysianRealm-Strategy)|基于Mirai-Console的QQ机器人崩坏3往世乐土攻略插件|16|0|2024-05-28| |17|[Knightwood/ComposePreference](https://github.com/Knightwood/ComposePreference)|material3设计的preference组件库,支持mmkv,shared preference和datastore(md3 preference component, which supports MMKV, shared preference, and datastore)|9|0|2024-08-07| |18|[androidmalin/AndroidComponentPlugin](https://github.com/androidmalin/AndroidComponentPlugin)|Android上简单实现四大组件的插件化,供学习使用|459|0|2024-09-25| |19|[dora4/dora_samples](https://github.com/dora4/dora_samples)|❤️基于Jetpack MVVM,https://github.com/dora4/dora 的使用教程。|18|0|2024-09-14| |20|[kongpf8848/Animation](https://github.com/kongpf8848/Animation)|Android各种动画效果合集,项目包含了丰富的动画实例(逐帧动画,补间动画,Lottie动画,GIF动画,SVGA动画),体验动画之美,让Android动起来😊😄😎|473|0|2024-06-29| |21|[soloong/ComposeLearning](https://github.com/soloong/ComposeLearning)|Compose 学习|11|0|2024-07-20| |22|[MagicalSheep/lab](https://github.com/MagicalSheep/lab)|中南大学(CSU)计算机学院课程实验合集|45|0|2024-06-03| |23|[cy745/LMusic](https://github.com/cy745/LMusic)|一个简洁且独特的音乐播放器,在其中学习使用了MVVM架构|207|0|2024-10-07| |24|[CuteReimu/TheMessage](https://github.com/CuteReimu/TheMessage)|《风声典藏版》桌游的服务端代码。客户端代码见:https://github.com/Death-alter/TheMessage|16|0|2024-09-30| |25|[leavesCZY/RobustWebView](https://github.com/leavesCZY/RobustWebView)|Android WebView H5 秒开方案总结|112|0|2024-05-01| |26|[LiushuiXiaoxia/AndroidModular](https://github.com/LiushuiXiaoxia/AndroidModular)|总结Android模块化的一些技术点|359|0|2024-06-17| |27|[idisfkj/daily_algorithm](https://github.com/idisfkj/daily_algorithm)|🔥算法进阶,由浅入深,欢迎加入一起共勉(A daily algorithm,Welcome to join and share together)|98|0|2024-06-23| |28|[xiaowine/DSP](https://github.com/xiaowine/DSP)|一个SharedPreferences和XSharedPreferences的封装库|10|0|2024-06-17| |29|[JIULANG9/WordsFairyNote](https://github.com/JIULANG9/WordsFairyNote)|词仙笔记源码|91|0|2024-10-06|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Lua.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Lua 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[kawre/leetcode.nvim](https://github.com/kawre/leetcode.nvim)|A Neovim plugin enabling you to solve LeetCode problems.|1071|3|2024-08-10| |2|[Kengxxiao/ArknightsGameData](https://github.com/Kengxxiao/ArknightsGameData)|《明日方舟》游戏数据|1388|1|2024-10-11| |3|[newObjectccc/newObjectccc.github.io](https://github.com/newObjectccc/newObjectccc.github.io)|一个分享文章和技术还有推荐的Repo~|12|0|2024-08-31| |4|[JuanZoran/Trans.nvim](https://github.com/JuanZoran/Trans.nvim)|An awesome neovim plugin written by lua which can help translate English into Chinese 一个使用lua编写的neovim英文->中文[离线 在线]翻译插件, 还在施工中|125|0|2024-04-21| |5|[Tsinswreng/rime-TswG](https://github.com/Tsinswreng/rime-TswG)|rime輸入法lua腳本及方案分享|6|0|2024-05-06| |6|[Yiklek/oh-my-rime](https://github.com/Yiklek/oh-my-rime)|rime 输入法集合|10|0|2024-08-16| |7|[max-ri/Guidelime](https://github.com/max-ri/Guidelime)|Guidelime: A WoW Classic addon for leveling guides with automatic progress updates|156|0|2024-09-26| |8|[xuqifzz/hades-mod-tutorial](https://github.com/xuqifzz/hades-mod-tutorial)|Hades (哈迪斯/黑帝斯) 游戏内脚本修改教程|131|0|2024-06-23| |9|[MsLGXC/GTA-StandAIO](https://github.com/MsLGXC/GTA-StandAIO)|GTAV Stand Mod Menu的All In One多位一体合集储存库,包含了stand的大量优秀脚本、汉化,同时也是MsLGXC线上画质模组的唯一更新地址|29|0|2024-09-29| |10|[simdsoft/x-studio](https://github.com/simdsoft/x-studio)|This is the issues tracking, roadmap, docs src repo of the x-studio IDE. Copyright © 2014-2024 Simdsoft Limited|118|0|2024-07-15| |11|[l549349545/MeetingStone_Happy](https://github.com/l549349545/MeetingStone_Happy)|魔兽世界集合石插件修改版|15|0|2024-10-01| |12|[openresty/lua-resty-lock](https://github.com/openresty/lua-resty-lock)|Simple nonblocking lock API for ngx_lua based on shared memory dictionaries|304|0|2024-08-17| |13|[LintaoAmons/CoolStuffes](https://github.com/LintaoAmons/CoolStuffes)|我的分享放这里了,大家随便拿去用啊,记得给个星星就行啦~|141|0|2024-08-26| |14|[JealousCat/GGMod](https://github.com/JealousCat/GGMod)|提供GameGuardian的MOD教程和代码,如luajava库、修复os.execute函数、完善String库、添加Canvas等。|83|0|2024-08-14| |15|[k8scat/lua-resty-feishu-auth](https://github.com/k8scat/lua-resty-feishu-auth)|适用于 OpenResty / ngx_lua 的基于飞书组织架构的登录认证|39|0|2024-05-08| |16|[generals-space/note-devops](https://github.com/generals-space/note-devops)|linux运维笔记|60|0|2024-07-25| |17|[mamjun/DST-Sora](https://github.com/mamjun/DST-Sora)|《饥荒:联机版》里 穹妹的mod|8|0|2024-10-08|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/MATLAB.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > MATLAB 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[MathFoundationRL/Book-Mathematical-Foundation-of-Reinforcement-Learning](https://github.com/MathFoundationRL/Book-Mathematical-Foundation-of-Reinforcement-Learning)|This is the homepage of a new book entitled "Mathematical Foundations of Reinforcement Learning."|3586|4|2024-10-01| |2|[dawnlh/awesome-low-light-image-enhancement](https://github.com/dawnlh/awesome-low-light-image-enhancement)|This is a resouce list for low light image enhancement|1430|1|2024-07-27| |3|[kyiree/SuperEngineer](https://github.com/kyiree/SuperEngineer)|个人学习记录|31|0|2024-08-15| |4|[tqlnb/servo_motor_study](https://github.com/tqlnb/servo_motor_study)|伺服电机以及simulink建模学习|3|0|2024-08-02| |5|[infinity-07/Numerical-analysis-code](https://github.com/infinity-07/Numerical-analysis-code)|使用MATLAB实现数值分析课程的算法|17|0|2024-07-10| |6|[yan-fanyu/CUMCM-Paper-And-SourceCode](https://github.com/yan-fanyu/CUMCM-Paper-And-SourceCode)|CUMCM 2010年-2023年全国大学生数学建模竞赛论文和源代码(Paper and source code for the 2010-2023 National College Student Mathematical Modeling Competition)|11|0|2024-09-09| |7|[luo0207/undergraduate_course_resources_AIA_HUSTER](https://github.com/luo0207/undergraduate_course_resources_AIA_HUSTER)|华中科技大学人工智能与自动化学院本科学习资料:课件、试卷、笔记、代码|60|0|2024-08-14| |8|[LuchengCai/Batch-DRT-transformation-processing-of-EIS-data-based-on-MATLAB](https://github.com/LuchengCai/Batch-DRT-transformation-processing-of-EIS-data-based-on-MATLAB)|该项目需将多个eis数据(包含频率、实部、虚部)汇总到一个excel表格中(每个sheet一份数据),可将多个eis数据批量转化为DRT图谱。|6|0|2024-09-19| |9|[LiZhengXiao99/INS_Course_Matlab](https://github.com/LiZhengXiao99/INS_Course_Matlab)|安徽理工大学惯性导航课程设计,实现导航级 IMU 的标定、对准、递推;额外写了 PSINS 的对准和递推的主函数,跟严老师的结果做对比。|16|0|2024-06-12| |10|[StZhang-B/PKU-Millimeter-Wave-Radar-Tutorial](https://github.com/StZhang-B/PKU-Millimeter-Wave-Radar-Tutorial)|本项目是为了PKU & BJTU大二学生本研轮转而创,内容包含了对毫米波雷达基础知识的总结、基于IWR1843的原始ADC数据处理、FMCW-MIMO毫米波雷达仿真、基于点云的人体追踪Demo、基于热力图的人体定位demo、手势识别demo和毫米波雷达生命体征检测Demo|20|0|2024-04-25| |11|[Ahalikai/MOEA](https://github.com/Ahalikai/MOEA)|Live and learn. Understanding and Matlab reproduction of some classical algorithms (such as MOEA, Surrogate Model, Reinforcement Learning etc.). 对一些经典算法的理解和Matlab代码复现(如:多目标优化、代理模型、强化学习等)。|3|0|2024-09-11| |12|[vectorZeng/CUG_Automation](https://github.com/vectorZeng/CUG_Automation)|中国地质大学 (武汉) 自动化专业 课程资料共享|4|0|2024-09-12| |13|[Teddy-Liao/Beauty-of-Control-using-Matlab](https://github.com/Teddy-Liao/Beauty-of-Control-using-Matlab)|复制了《控制之美卷2》书籍提供的Octave源代码,并用Matlab进行部分复现。|20|0|2024-05-31| |14|[barkure/MATLAB-Projects](https://github.com/barkure/MATLAB-Projects)|本科期间一些课程涉及到的 MATLAB 代码|3|0|2024-05-03| |15|[bhu619/Beauty-of-Control-Systems-Notebook](https://github.com/bhu619/Beauty-of-Control-Systems-Notebook)|记录在Bilibili上关注UP主DR_CAN的视频教程以及相关书籍课程的学习笔记。|10|0|2024-09-14| |16|[pipimamaoyuan/XJTU-automation-undergraduate-all-Learning-Materials-](https://github.com/pipimamaoyuan/XJTU-automation-undergraduate-all-Learning-Materials-)|西安交通大学自动化专业本科生学习资料 XJTU automation undergraduate all Learning Materials|6|0|2024-08-15| |17|[Dilettante258/MathExpA](https://github.com/Dilettante258/MathExpA)|2024年 南京邮电大学 数学实验A 作业留档。参考教材:《MATLAB数学实验》 第三版(胡良剑 孙晓君)|3|0|2024-04-22| |18|[chenguangwei/tech-knowledge](https://github.com/chenguangwei/tech-knowledge)|整理自己的一些 github stars项目和学习记录|11|0|2024-10-11| |19|[ZHANG-JiXiang/ECOOT-cec2017](https://github.com/ZHANG-JiXiang/ECOOT-cec2017)|论文“增强型白骨顶鸡优化算法及其应用”的代码,实验与COA、PSO、WOA、BOA、AEO、HHO、AVOA七种群智能算法进行比较|14|0|2024-07-01| |20|[LZ-CH/Exposure_Correction-pytorch](https://github.com/LZ-CH/Exposure_Correction-pytorch)|CVPR2021 Learning Multi-Scale Photo Exposure Correction论文的非官方pytorch代码|126|0|2024-05-14| |21|[lankerr/BIT_2023_DSP-RADAR](https://github.com/lankerr/BIT_2023_DSP-RADAR)|2023北京理工大学数字信号处理和雷达课程的matlab代码|3|0|2024-05-06| |22|[zhao-zhibo/INS](https://github.com/zhao-zhibo/INS)|INS.IMU. Inertial navigation mechanical arrangement algorithm, based on Yan Gongmin's PSINS 惯导机械编排算法,以严恭敏的PSINS为基础,可以完成武汉大学的机械编排课程作业. |12|0|2024-05-31| |23|[WZRforcontrol/YSU_JY_B_ks](https://github.com/WZRforcontrol/YSU_JY_B_ks)|YSU机械原理B课程设计(方案二)|4|0|2024-09-05|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Objective-C.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Objective-C 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[ibireme/YYKit](https://github.com/ibireme/YYKit)|A collection of iOS components.|13989|3|2024-06-25| |2|[HeathWang/HWPanModal](https://github.com/HeathWang/HWPanModal)|HWPanModal presents controller from bottom and drag to dismiss, high customize. iOS13 default modalPresentationStyle. 任意形式的底部弹框动画;头条、知乎、抖音弹出评论效果;地图浮层,iOS13 present默认模态效果。|1160|1|2024-05-30| |3|[pujiaxin33/JXPagingView](https://github.com/pujiaxin33/JXPagingView)|类似微博主页、简书主页等效果。多页面嵌套,既可以上下滑动,也可以左右滑动切换页面。支持HeaderView悬浮、支持下拉刷新、上拉加载更多。|2900|1|2024-07-15| |4|[WangGuibin/TestDemo](https://github.com/WangGuibin/TestDemo)|平时学习或者测试轮子时的demo|7|0|2024-08-11| |5|[muzipiao/OOB](https://github.com/muzipiao/OOB)|基于 OpenCV,使用模板匹配法识别图像,供参考学习。|134|0|2024-07-21| |6|[itenfay/DYFCryptoUtils](https://github.com/itenfay/DYFCryptoUtils)|实现 iOS 的Base64, 32/16位 MD5, DES, AES, RSA算法,调用简单且好用。(Achieves Base64, 32/16 bit MD5, DES, AES and RSA algorithms for iOS, the invocation is simple and easy to use.)|10|0|2024-06-16| |7|[Veeco/WGExtension](https://github.com/Veeco/WGExtension)|iOS实用工具小合集|5|0|2024-09-27| |8|[nicolastinkl/Haose-Learning-Cracking-RSA](https://github.com/nicolastinkl/Haose-Learning-Cracking-RSA)|Flutter 逆向 破解好色先生协议,编写协议抓取python脚本,以及批量获取数据和视频的核心技巧|11|0|2024-07-25| |9|[tangtiancheng/DouYinComment](https://github.com/tangtiancheng/DouYinComment)|iOS Widget Video Gif Play Animation 1. gif视频播放小组件, 帧动画小组件, 摇摇乐小组件, 网易云iOS小组件,动态Widget,时钟组件,风扇组件,滚动照片组件; 2.抖音视频转场动画,抖音左滑push进个人主页, 评论手势拖拽效果 , 视频播放, 边下边播, 预加载, TikTok ; 3.铃声多多,上传铃声音频到库乐队(GarageBand) 4.微 ...|569|0|2024-08-07| |10|[aolan/iOS_Develop](https://github.com/aolan/iOS_Develop)|该文档都是日常开发过程中解决问题的经验总结。|17|0|2024-06-04| |11|[Alinto/sogo](https://github.com/Alinto/sogo)|SOGo is a very fast and scalable modern collaboration suite (groupware). It offers calendaring, address book management, and a full-featured Webmail client along with resource sharing and permission h ...|1788|0|2024-10-11| |12|[BinHanDev/BlogDemo](https://github.com/BinHanDev/BlogDemo)|博客中的Demo及其他|3|0|2024-05-08| |13|[XLsn0w/XLsn0w](https://github.com/XLsn0w/XLsn0w)|🔥🔥🔥联系我:XLsn00w@gmail.com 微信公众号: Cydia Cydia官方源: https://xlsn0w.github.io/tweaks/ 🔥🔥🔥|19|0|2024-05-03| |14|[MobClub/ShareSDK-for-iOS](https://github.com/MobClub/ShareSDK-for-iOS)|快捷好用的社会化分享组件 Convenient SDK for SNS Share Feature|465|0|2024-09-19| |15|[CarvenChen/p12ToPemBuilder](https://github.com/CarvenChen/p12ToPemBuilder)|一个简单的Mac版小工具,可以一键处理p12文件,生成.pem证书。 目前测试过了iOS开发中APNS的推送证书,可以完美运行。|9|0|2024-05-08| |16|[HY-Vae/J2MenuViewController](https://github.com/HY-Vae/J2MenuViewController)|浏览器菜单、夸克、百度简单、菜单、弹出菜单、分享菜单、横屏、横屏适配|4|0|2024-09-13| |17|[zpfate/FlutterCookbook](https://github.com/zpfate/FlutterCookbook)|Flutter初学,各组件学习使用Demo|2|0|2024-05-17| |18|[huangchangweng/HLTool](https://github.com/huangchangweng/HLTool)|iOS开发工具类集合|2|0|2024-08-14| |19|[rongcloud/ios-ui-sdk-set](https://github.com/rongcloud/ios-ui-sdk-set)|融云 IM UI SDK 集合,包括各种 UI 组件|39|0|2024-09-19| |20|[GardenerYun/iOS--Note](https://github.com/GardenerYun/iOS--Note)|iOS研究笔记|11|0|2024-04-17| |21|[debugly/FFmpegTutorial](https://github.com/debugly/FFmpegTutorial)|FFmpeg step by step tutorials for iOS/macOS developer. (适合零基础的 iOS/macOS 开发者学习FFmpeg API 和音视频渲染技术。演示了 OpenGL 和 Metal 等多种视频渲染方式,以及使用 AudioUnit 和 AudioQueue 渲染不同格式的音频。)|304|0|2024-08-01|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/PHP.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > PHP 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[easychen/one-person-businesses-methodology-v2.0](https://github.com/easychen/one-person-businesses-methodology-v2.0)|《一人企业方法论》第二版,也适合做其他副业(比如自媒体、电商、数字商品)的非技术人群。|2837|14|2024-07-19| |2|[DesignPatternsPHP/DesignPatternsPHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP)|Sample code for several design patterns in PHP 8.x|21857|5|2024-06-11| |3|[codehub666/94list](https://github.com/codehub666/94list)|百度网盘分享链接分析渲染列表辅助下载开源程序|1818|4|2024-08-02| |4|[ProbiusOfficial/Hello-CTF](https://github.com/ProbiusOfficial/Hello-CTF)|【Hello CTF】题目配套,免费开源的CTF入门教程,针对0基础新手编写,同时兼顾信息差的填补,对各阶段的CTFer都友好的开源教程,致力于CTF和网络安全的开源生态!|2177|4|2024-10-11| |5|[liaocp666/Jasmine](https://github.com/liaocp666/Jasmine)|A Typecho Theme. 一款 Typecho 主题。专为博客类网站开发,响应式设计,在移动端也有不错体验。主要使用白、灰、黑三种配色,整体简洁、精致、美观。|674|1|2024-07-25| |6|[ProbiusOfficial/ctf2awd](https://github.com/ProbiusOfficial/ctf2awd)|试试用CTF的方式来学习AWD?|49|1|2024-09-07| |7|[ordylan/OrdylanNote](https://github.com/ordylan/OrdylanNote)|Welcome to ON, a php-based webpage notebook with a variety of games.|274|1|2024-10-05| |8|[evilc0deooo/PentesterSpecialDict](https://github.com/evilc0deooo/PentesterSpecialDict)|构建并优化高效的渗透测试字典集合,以提升网络安全从业人员的测试效率和效果。|1548|1|2024-07-27| |9|[basicmi/AI-Chip](https://github.com/basicmi/AI-Chip)|A list of ICs and IPs for AI, Machine Learning and Deep Learning.|1631|1|2024-06-05| |10|[Hanson/vbot](https://github.com/Hanson/vbot)|微信,企微,机器人,企业微信,企微机器人,微信机器人,小红书,美团,美团爬虫,聚合聊天,RPA,协议,hook,逆向,群发,自动回复,chatgpt,API对接,稳定防封全语言通用,企业定制/SCRM/SAAS专用|4022|1|2024-08-26| |11|[tsxcw/mtab](https://github.com/tsxcw/mtab)|Mtab书签导航程序 - 免费无广告的浏览器书签助手,多端同步、美观易用的在 线导航和书签工具,自主研发免费使用,帮助您高效管理 网页和应用,提升在线体验。|344|1|2024-10-03| |12|[freescout-help-desk/freescout](https://github.com/freescout-help-desk/freescout)|FreeScout — Free self-hosted help desk & shared mailbox (Zendesk / Help Scout alternative)|2966|1|2024-10-09| |13|[wususu/effective-resourses](https://github.com/wususu/effective-resourses)| :book:学习资源整合|2669|1|2024-05-29| |14|[ProbiusOfficial/RCE-labs](https://github.com/ProbiusOfficial/RCE-labs)|【Hello-CTF labs】一个想帮你收集所有RCE技巧的靶场。|43|1|2024-08-15| |15|[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.|79|0|2024-09-11| |16|[kevinyan815/Learning_Laravel_Kernel](https://github.com/kevinyan815/Learning_Laravel_Kernel)|Laravel核心代码学习|886|0|2024-10-08| |17|[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 ...|1075|0|2024-10-05| |18|[ProbiusOfficial/PHPSerialize-labs](https://github.com/ProbiusOfficial/PHPSerialize-labs)|【Hello-CTF labs】PHPSerialize-labs是一个使用php语言编写的,用于学习CTF中PHP反序列化的入门靶场。旨在帮助大家对PHP的序列化和反序列化有一个全面的了解。|132|0|2024-07-13| |19|[duoergun0729/1book](https://github.com/duoergun0729/1book)|《Web安全之机器学习入门》|893|0|2024-08-29| |20|[find-xposed-magisk/pandora-next](https://github.com/find-xposed-magisk/pandora-next)|潘多拉云 + 潘多拉服务器 + 共享聊天 + BackendAPI 代理 + Chat2API = 潘多拉下一个。新的GPT(Gizmo)UI,多合一!Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy + Chat2API = PandoraNext. New GPTs(Gizmo) UI, All in one!|95|0|2024-05-11| |21|[CodeIgniter-Chinese/codeigniter4-user-guide](https://github.com/CodeIgniter-Chinese/codeigniter4-user-guide)|CodeIgniter 4 Chinese User Guide - CodeIgniter 4 简体中文手册|78|0|2024-09-19| |22|[zhuige-com/jiangqie_kafei](https://github.com/zhuige-com/jiangqie_kafei)|酱茄小程序开源版,基于WordPress的微信小程序,适用于博客小程序和新闻资讯小程序。|590|0|2024-07-17| |23|[wap-game/xiyou](https://github.com/wap-game/xiyou)|wap文字游戏《幻想西游》的php源码,资源来自于网络,侵权联系删除。学习测试目的的演示网站如下|133|0|2024-08-05| |24|[zblogcn/zblogphp](https://github.com/zblogcn/zblogphp)|Z-BlogPHP博客程序|813|0|2024-09-30| |25|[dedemao/weixinPay](https://github.com/dedemao/weixinPay)|微信支付单文件版。一个PHP文件搞定微信支付系列。包括原生支付(扫码支付),H5支付,公众号支付,现金红包、企业付款到零钱等。新增V3版。|1158|0|2024-04-29| |26|[dingzd1995/typecho-theme-waxy](https://github.com/dingzd1995/typecho-theme-waxy)|Waxy 简洁自适应博客主题,轻量高效,悦于书写!演示地址:https://www.idzd.top/|136|0|2024-04-30| |27|[filhodanuvem/awesome-php-jobs](https://github.com/filhodanuvem/awesome-php-jobs)|🐘A curated list of companies using php |139|0|2024-09-12| |28|[yeszao/fastphp](https://github.com/yeszao/fastphp)|最简洁易懂的PHP MVC框架入门教程|317|0|2024-05-28| |29|[nazgul26/PHPRecipebook](https://github.com/nazgul26/PHPRecipebook)|Cookbook and Meal planning software. Runs on PHP with MySQL/PostgreSQL.|61|0|2024-08-19| |30|[zelon88/HRConvert2](https://github.com/zelon88/HRConvert2)|A self-hosted, drag-and-drop & nosql file conversion server & share tool that supports 445 file formats in 13 languages.|1090|0|2024-06-11| |31|[ss098/work](https://github.com/ss098/work)|一个收集图片并打包的工具,主要用于完成上级团委组织的行政任务:收集青年大学习截图。|54|0|2024-06-18| |32|[ipaperclip/paperclipfans](https://github.com/ipaperclip/paperclipfans)|Hi~ 这里是 回形针 PaperClip 非官方的资料整理仓库,我们迫切的希望您的帮助整理,这将加速我们的网站维护每一期的文字稿及图片内容。|228|0|2024-09-14| |33|[zhangyue0503/dev-blog](https://github.com/zhangyue0503/dev-blog)|php博客文章|48|0|2024-05-09| |34|[y-ohgi/introduction-docker](https://github.com/y-ohgi/introduction-docker)|入門Docker用のGitBookとハンズオン用アプリケーション|46|0|2024-08-18| |35|[asundust/wechat-work-push](https://github.com/asundust/wechat-work-push)|利用企业微信应用消息向微信发送通知(无需公众号,不需要安装企业微信客户端,低成本推送消息解决方案)|78|0|2024-08-19| |36|[changbin1997/MWordStar](https://github.com/changbin1997/MWordStar)|响应式双栏 Typecho 博客主题|201|0|2024-08-29| |37|[Lete114/Vercel-Typecho](https://github.com/Lete114/Vercel-Typecho)|Vercel 免费部署 Typecho 博客 Vercel Free Deploy Typecho Blog|138|0|2024-06-10| |38|[yixxqg2023/yixxqg](https://github.com/yixxqg2023/yixxqg)|易语言 学习强国 挂机 多账户 |41|0|2024-05-14| |39|[changbin1997/Facile](https://github.com/changbin1997/Facile)|一个简洁的 Typecho 博客主题|160|0|2024-08-29| |40|[lu2ker/PHP-Code](https://github.com/lu2ker/PHP-Code)|通过ThinkPHP框架学习PHP代码审计|237|0|2024-06-19|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Pascal.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Pascal 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[Fr0sT-Brutal/awesome-pascal](https://github.com/Fr0sT-Brutal/awesome-pascal)|A curated list of awesome Delphi/FreePascal/(any)Pascal frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. Open source and freeware only!|1807|0|2024-04-25| |2|[scarsty/kys-pascal](https://github.com/scarsty/kys-pascal)|《金庸群侠传》Pascal重制版|124|0|2024-06-06| |3|[yzfuture/yzfuture](https://github.com/yzfuture/yzfuture)|鱼住未来相关开发资料|53|0|2024-09-19|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Perl.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Perl 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[WindyCloudCute/LANraragi_Chinese](https://github.com/WindyCloudCute/LANraragi_Chinese)|全新稳定更新的LANraragi中文汉化翻译项目|73|0|2024-04-14|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Python.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Python 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|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.|272236|98|2024-08-07| |2|[jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)|Python - 100天从新手到大师|155584|64|2024-08-15| |3|[Huanshere/VideoLingo](https://github.com/Huanshere/VideoLingo)|Netflix-level subtitle cutting, translation, alignment, and even dubbing - one-click fully automated AI video subtitle team Netflix级字幕切割、翻译、对齐、甚至加上配音,一键全自动视频搬运AI字幕组|3794|59|2024-10-11| |4|[opendatalab/MinerU](https://github.com/opendatalab/MinerU)|A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction.一站式开源高质量数据提取工具,支持PDF/网页/多格式电子书提取。|12759|56|2024-10-10| |5|[NanmiCoder/MediaCrawler](https://github.com/NanmiCoder/MediaCrawler)|小红书笔记 评论爬虫、抖音视频 评论爬虫、快手视频 评论爬虫、B 站视频 | 评论爬虫、微博帖子 | 评论爬虫、百度贴吧帖子 | 百度贴吧评论回复爬虫 知乎问答文章|评论爬虫|16901|34|2024-10-10| |6|[LiLittleCat/awesome-free-chatgpt](https://github.com/LiLittleCat/awesome-free-chatgpt)|🆓免费的 ChatGPT 镜像网站列表,持续更新。List of free ChatGPT mirror sites, continuously updated. |18057|31|2024-10-11| |7|[LlamaFamily/Llama-Chinese](https://github.com/LlamaFamily/Llama-Chinese)|Llama中文社区,Llama3在线体验和微调模型已开放,实时汇总最新Llama3学习资料,已将所有代码更新适配Llama3,构建最好的中文Llama大模型,完全开源可商用|13782|31|2024-09-05| |8|[521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub)|:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.|91664|30|2024-09-28| |9|[TencentARC/GFPGAN](https://github.com/TencentARC/GFPGAN)|GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.|35681|27|2024-07-26| |10|[jianchang512/pyvideotrans](https://github.com/jianchang512/pyvideotrans)|Translate the video from one language to another and add dubbing. 将视频从一种语言翻译为另一种语言,并支持api调用|10298|27|2024-10-11| |11|[d2l-ai/d2l-zh](https://github.com/d2l-ai/d2l-zh)|《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。|62068|24|2024-07-30| |12|[Asabeneh/30-Days-Of-Python](https://github.com/Asabeneh/30-Days-Of-Python)|30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may ...|41891|23|2024-10-09| |13|[CrazyBoyM/llama3-Chinese-chat](https://github.com/CrazyBoyM/llama3-Chinese-chat)|Llama3、Llama3.1 中文仓库(随书籍撰写中... 各种网友及厂商微调、魔改版本有趣权重 & 训练、推理、评测、部署教程视频 & 文档)|3973|22|2024-09-16| |14|[0voice/interview_internal_reference](https://github.com/0voice/interview_internal_reference)|2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。|36582|19|2024-05-20| |15|[EmbraceAGI/awesome-chatgpt-zh](https://github.com/EmbraceAGI/awesome-chatgpt-zh)|ChatGPT 中文指南🔥,ChatGPT 中文调教指南,指令指南,应用开发指南,精选资源清单,更好的使用 chatGPT 让你的生产力 up up up! 🚀|10623|19|2024-08-30| |16|[sczhou/CodeFormer](https://github.com/sczhou/CodeFormer)|[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer|15535|18|2024-10-09| |17|[OpenTalker/SadTalker](https://github.com/OpenTalker/SadTalker)|[CVPR 2023] SadTalker:Learning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation|11782|17|2024-06-26| |18|[Fanghua-Yu/SUPIR](https://github.com/Fanghua-Yu/SUPIR)|SUPIR aims at developing Practical Algorithms for Photo-Realistic Image Restoration In the Wild. Our new online demo is also released at suppixel.ai.|4287|14|2024-07-30| |19|[satwikkansal/wtfpython](https://github.com/satwikkansal/wtfpython)|What the f*ck Python? 😱|35706|14|2024-10-11| |20|[jackhawks/rectg](https://github.com/jackhawks/rectg)|我们从5000多个Telegram群组、频道和机器人中精心挑选了最优质的资源。本项目中的所有内容均来自互联网,仅用于学习和技术研究目的。|6278|13|2024-08-04| |21|[ddean2009/MoneyPrinterPlus](https://github.com/ddean2009/MoneyPrinterPlus)|AI一键批量生成各类短视频,自动批量混剪短视频,自动把视频发布到抖音,快手,小红书,视频号上,赚钱从来没有这么容易过! 支持本地语音模型chatTTS,fasterwhisper,GPTSoVITS,支持云语音:Azure,阿里云,腾讯云。支持Stable diffusion,comfyUI直接AI生图。Generate short videos with one click using AI L ...|1995|13|2024-10-08| |22|[harry0703/AudioNotes](https://github.com/harry0703/AudioNotes)|快速提取音视频内容,整理成一份结构化的markdown笔记|1035|12|2024-07-26| |23|[JoeanAmier/XHS-Downloader](https://github.com/JoeanAmier/XHS-Downloader)|小红书链接提取/作品采集工具:提取账号发布、收藏、点赞、专辑作品链接;提取搜索结果作品、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书无水印作品文件!|5232|12|2024-09-25| |24|[yihong0618/bilingual_book_maker](https://github.com/yihong0618/bilingual_book_maker)|Make bilingual epub books Using AI translate|7345|12|2024-08-24| |25|[pengxiao-song/LaWGPT](https://github.com/pengxiao-song/LaWGPT)| 🎉 Repo for LaWGPT, Chinese-Llama tuned with Chinese Legal knowledge. 基于中文法律知识的大语言模型|5807|11|2024-06-11| |26|[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.|23412|11|2024-08-18| |27|[ShareGPT4Omni/ShareGPT4Video](https://github.com/ShareGPT4Omni/ShareGPT4Video)|[NeurIPS 2024] An official implementation of ShareGPT4Video: Improving Video Understanding and Generation with Better Captions|1242|10|2024-10-09| |28|[baichuan-inc/Baichuan2](https://github.com/baichuan-inc/Baichuan2)|A series of large language models developed by Baichuan Intelligent Technology|4083|10|2024-06-22| |29|[EwingYangs/awesome-open-gpt](https://github.com/EwingYangs/awesome-open-gpt)|Collection of Open Source Projects Related to GPT,GPT相关开源项目合集🚀、精选🔥🔥|5526|10|2024-08-21| |30|[JoeanAmier/TikTokDownloader](https://github.com/JoeanAmier/TikTokDownloader)|TikTok 主页/合辑/直播/视频/图集/原声;抖音主页/视频/图集/收藏/直播/原声/合集/评论/账号/搜索/热榜数据采集工具|7696|10|2024-09-24| |31|[wangzheng0822/algo](https://github.com/wangzheng0822/algo)|数据结构和算法必知必会的50个代码实现|22887|10|2024-08-21| |32|[Visualize-ML/Book4_Power-of-Matrix](https://github.com/Visualize-ML/Book4_Power-of-Matrix)|Book_4_《矩阵力量》 鸢尾花书:从加减乘除到机器学习;上架!|8651|10|2024-09-11| |33|[wistbean/learn_python3_spider](https://github.com/wistbean/learn_python3_spider)|python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式 ...|18055|9|2024-07-29| |34|[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.⭐⭐⭐|11358|9|2024-08-29| |35|[OpenBMB/ToolBench](https://github.com/OpenBMB/ToolBench)|[ICLR'24 spotlight] An open platform for training, serving, and evaluating large language model for tool learning.|4772|9|2024-09-29| |36|[0xAX/linux-insides](https://github.com/0xAX/linux-insides)|A little bit about a linux kernel|29891|8|2024-07-17| |37|[shimohq/chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)|中国程序员容易发音错误的单词|22212|8|2024-08-16| |38|[Vonng/ddia](https://github.com/Vonng/ddia)|《Designing Data-Intensive Application》DDIA中文翻译|20263|8|2024-08-29| |39|[Visualize-ML/Book3_Elements-of-Mathematics](https://github.com/Visualize-ML/Book3_Elements-of-Mathematics)|Book_3_《数学要素》 鸢尾花书:从加减乘除到机器学习;上架;欢迎继续纠错,纠错多的同学还会有赠书!|6366|7|2024-09-11| |40|[BinNong/meet-libai](https://github.com/BinNong/meet-libai)|​ 李白 :bust_in_silhouette: 作为唐代杰出诗人,其诗歌作品在中国文学史上具有重要地位。近年来,随着数字技术和人工智能的快速发展,传统文化普及推广的形式也面临着创新与变革。国内外对于李白诗歌的研究虽已相当深入,但在数字化、智能化普及方面仍存在不足。因此,本项目旨在通过构建李白知识图谱,结合大模型训练出专业的AI智能体,以生成式对话应用的形式,推动李白文化的普及与推广。|1179|7|2024-09-01| |41|[dreammis/social-auto-upload](https://github.com/dreammis/social-auto-upload)|自动化上传视频到社交媒体:抖音、小红书、视频号、tiktok、youtube、bilibili|2289|7|2024-10-09| |42|[luong-komorebi/Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software)|🐧 A list of awesome Linux softwares |22119|7|2024-09-16| |43|[NanmiCoder/CrawlerTutorial](https://github.com/NanmiCoder/CrawlerTutorial)|爬虫入门、爬虫进阶、高级爬虫|1421|7|2024-10-10| |44|[Jack-Cherish/PythonPark](https://github.com/Jack-Cherish/PythonPark)|Python 开源项目之「自学编程之路」,保姆级教程:AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。|9443|6|2024-09-16| |45|[drduh/macOS-Security-and-Privacy-Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide)|Guide to securing and improving privacy on macOS|21236|6|2024-09-29| |46|[shidahuilang/shuyuan](https://github.com/shidahuilang/shuyuan)|香色闺阁+阅读3.0书源+源阅读+爱阅书香+千阅+花火阅读+读不舍手+IPTV源+IPA巨魔应用=自动更新|5542|6|2024-10-11| |47|[LeslieLeung/opensource-lighthouse](https://github.com/LeslieLeung/opensource-lighthouse)|汇总统计各「大厂」的开源团队和项目。|658|6|2024-10-11| |48|[X-D-Lab/LangChain-ChatGLM-Webui](https://github.com/X-D-Lab/LangChain-ChatGLM-Webui)|基于LangChain和ChatGLM-6B等系列LLM的针对本地知识库的自动问答|3154|6|2024-04-15| |49|[datawhalechina/tiny-universe](https://github.com/datawhalechina/tiny-universe)|《大模型白盒子构建指南》:一个全手搓的Tiny-Universe|1189|6|2024-09-15| |50|[vastsa/FileCodeBox](https://github.com/vastsa/FileCodeBox)|文件快递柜-匿名口令分享文本,文件,像拿快递一样取文件(FileCodeBox - File Express Cabinet - Anonymous Passcode Sharing Text, Files, Like Taking Express Delivery for Files)|3936|6|2024-10-08| |51|[HIllya51/LunaTranslator](https://github.com/HIllya51/LunaTranslator)|Galgame翻译器,支持HOOK、OCR、剪贴板等。Visual Novel Translator , support HOOK / OCR / clipboard|4673|6|2024-10-11| |52|[SakuraLLM/SakuraLLM](https://github.com/SakuraLLM/SakuraLLM)|适配轻小说/Galgame的日中翻译大模型|2316|6|2024-10-11| |53|[InternLM/Tutorial](https://github.com/InternLM/Tutorial)|LLM&VLM Tutorial|1369|5|2024-10-08| |54|[swaggyP36000/TrollStore-IPAs](https://github.com/swaggyP36000/TrollStore-IPAs)|A collection of IPA files from many different sources, for TrollStore!|3745|5|2024-09-14| |55|[jindongwang/transferlearning](https://github.com/jindongwang/transferlearning)|Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习|13339|5|2024-09-25| |56|[kangvcar/InfoSpider](https://github.com/kangvcar/InfoSpider)|INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源 ...|7806|5|2024-08-20| |57|[Chenyme/Chenyme-AAVT](https://github.com/Chenyme/Chenyme-AAVT)|这是一个全自动(音频)视频翻译项目。利用Whisper识别声音,AI大模型翻译字幕,最后合并字幕视频,生成翻译后的视频。|1530|5|2024-08-23| |58|[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 ...|2780|5|2024-06-10| |59|[PantsuDango/Dango-Translator](https://github.com/PantsuDango/Dango-Translator)|团子翻译器 —— 个人兴趣制作的一款基于OCR技术的翻译器|6994|4|2024-10-02| |60|[Threekiii/Awesome-Redteam](https://github.com/Threekiii/Awesome-Redteam)|一个攻防知识仓库 Red Teaming and Offensive Security|3561|4|2024-09-29| |61|[itcharge/LeetCode-Py](https://github.com/itcharge/LeetCode-Py)|⛽️「算法通关手册」:超详细的「算法与数据结构」基础讲解教程,从零基础开始学习算法知识,850+ 道「LeetCode 题目」详细解析,200 道「大厂面试热门题目」。|5825|4|2024-09-21| |62|[paperswithbacktest/awesome-systematic-trading](https://github.com/paperswithbacktest/awesome-systematic-trading)|A curated list of awesome libraries, packages, strategies, books, blogs, tutorials for systematic trading.|3831|4|2024-08-16| |63|[zyddnys/manga-image-translator](https://github.com/zyddnys/manga-image-translator)|Translate manga/image 一键翻译各类图片内文字 https://cotrans.touhou.ai/|5135|4|2024-10-05| |64|[jackzhenguo/python-small-examples](https://github.com/jackzhenguo/python-small-examples)|告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 https://ai-jupyter.com|7953|4|2024-06-26| |65|[Doragd/Algorithm-Practice-in-Industry](https://github.com/Doragd/Algorithm-Practice-in-Industry)|搜索、推荐、广告、用增等工业界实践文章收集(来源:知乎、Datafuntalk、技术公众号)|2303|4|2024-10-11| |66|[WisdomShell/codeshell](https://github.com/WisdomShell/codeshell)|A series of code large language models developed by PKU-KCL|1616|4|2024-07-18| |67|[malinkang/weread2notion](https://github.com/malinkang/weread2notion)|将微信读书划线同步到Notion|2247|4|2024-10-11| |68|[chinesehuazhou/python-weekly](https://github.com/chinesehuazhou/python-weekly)|A free weekly newsletter featuring noteworthy articles, tutorials, open-source projects, podcasts, videos, trending topics, and more.Python 潮流周刊,分享文章、教程、开源项目、软件工具、播客和视频、热门话题等内容。|1713|3|2024-09-28| |69|[huangsam/ultimate-python](https://github.com/huangsam/ultimate-python)|Ultimate Python study guide :snake: :snake: :snake:|5069|3|2024-10-07| |70|[opendilab/PPOxFamily](https://github.com/opendilab/PPOxFamily)|PPO x Family DRL Tutorial Course(决策智能入门级公开课:8节课帮你盘清算法理论,理顺代码逻辑,玩转决策AI应用实践 )|1923|3|2024-05-15| |71|[yihong0618/Kindle_download_helper](https://github.com/yihong0618/Kindle_download_helper)|Download all your kindle books script.|2630|3|2024-09-04| |72|[TingsongYu/PyTorch_Tutorial](https://github.com/TingsongYu/PyTorch_Tutorial)|《Pytorch模型训练实用教程》中配套代码|7475|3|2024-07-30| |73|[lucidrains/x-transformers](https://github.com/lucidrains/x-transformers)|A concise but complete full-attention transformer with a set of promising experimental features from various papers|4643|3|2024-10-09| |74|[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 ...|782|3|2024-06-03| |75|[xiaolai/regular-investing-in-box](https://github.com/xiaolai/regular-investing-in-box)|定投改变命运 —— 让时间陪你慢慢变富 https://onregularinvesting.com|5639|3|2024-10-11| |76|[CHERWING/CHERWIN_SCRIPTS](https://github.com/CHERWING/CHERWIN_SCRIPTS)|永辉生活脚本 顺丰速运脚本 朴朴超市脚本 统一茄皇脚本 海底捞小程序脚本 口味王会员中心小程序脚本 霸王茶姬小程序脚本 奈雪点单小程序脚本 卡夫亨氏新厨艺公众号脚本 韵达快递小程序脚本 中通快递小程序脚本 德邦快递小程序脚本 极兔速递小程序脚本 夸克云盘 网易生活研究社小程序脚本 顾家家居小程序脚本 宽哥之家小程序脚本 特 ...|647|3|2024-07-25| |77|[shenweichen/DeepCTR](https://github.com/shenweichen/DeepCTR)|Easy-to-use,Modular and Extendible package of deep-learning based CTR models .|7546|3|2024-08-09| |78|[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仓库排名,每日自动更新|6769|3|2024-10-11| |79|[kwai/DouZero](https://github.com/kwai/DouZero)|[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning 斗地主AI|4097|3|2024-06-26| |80|[Awesome3DGS/3D-Gaussian-Splatting-Papers](https://github.com/Awesome3DGS/3D-Gaussian-Splatting-Papers)|3D高斯论文,持续更新,欢迎交流讨论。|1034|3|2024-10-11| |81|[lyhue1991/eat_pytorch_in_20_days](https://github.com/lyhue1991/eat_pytorch_in_20_days)|Pytorch🍊🍉 is delicious, just eat it! 😋😋|5172|3|2024-09-11| |82|[princeton-nlp/SimCSE](https://github.com/princeton-nlp/SimCSE)|[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821|3378|3|2024-07-02| |83|[ctf-wiki/ctf-wiki](https://github.com/ctf-wiki/ctf-wiki)|Come and join us, we need you!|8143|3|2024-10-03| |84|[liuhuanyong/QASystemOnMedicalKG](https://github.com/liuhuanyong/QASystemOnMedicalKG)| A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。|6243|3|2024-08-08| |85|[bookfere/Ebook-Translator-Calibre-Plugin](https://github.com/bookfere/Ebook-Translator-Calibre-Plugin)|A Calibre plugin to translate ebook into a specified language.|1665|3|2024-07-06| |86|[dmMaze/BallonsTranslator](https://github.com/dmMaze/BallonsTranslator)|深度学习辅助漫画翻译工具, 支持一键机翻和简单的图像/文本编辑 Yet another computer-aided comic/manga translation tool powered by deeplearning|2616|3|2024-10-10| |87|[Sjj1024/douyin-live](https://github.com/Sjj1024/douyin-live)|Python学习项目,仅供学习参考,严禁一切不合规使用|657|2|2024-08-19| |88|[WangRongsheng/CareGPT](https://github.com/WangRongsheng/CareGPT)|🌞 CareGPT (关怀GPT)是一个医疗大语言模型,同时它集合了数十个公开可用的医疗微调数据集和开放可用的医疗大语言模型,包含LLM的训练、测评、部署等以促进医疗LLM快速发展。Medical LLM, Open Source Driven for a Healthy Future.|729|2|2024-05-09| |89|[BBuf/tvm_mlir_learn](https://github.com/BBuf/tvm_mlir_learn)|compiler learning resources collect.|2092|2|2024-05-27| |90|[RiseInRose/MiniGPT-4-ZH](https://github.com/RiseInRose/MiniGPT-4-ZH)|MiniGPT-4 中文部署翻译 完善部署细节|856|2|2024-10-11| |91|[NEKOparapa/AiNiee](https://github.com/NEKOparapa/AiNiee)|一款专注于Ai翻译的工具,可以用来一键自动翻译RPG SLG游戏,Epub TXT小说,Srt Lrc字幕等等。|1250|2|2024-10-11| |92|[zhaoolee/pi](https://github.com/zhaoolee/pi)|树莓派教程,树莓派防吃灰小分队,让树莓派不再吃灰~|1746|2|2024-09-26| |93|[huangrt01/CS-Notes](https://github.com/huangrt01/CS-Notes)|我的自学笔记,终身更新,当前专注System基础、MLSys。|3793|2|2024-10-02| |94|[nishiwen1214/ChatReviewer](https://github.com/nishiwen1214/ChatReviewer)|ChatReviewer: 使用ChatGPT分析论文优缺点,提出改进建议|1279|2|2024-05-25| |95|[drunkdream/weread-exporter](https://github.com/drunkdream/weread-exporter)|将微信读书中的书籍导出成epub、pdf、mobi等格式|1212|2|2024-07-24| |96|[lonePatient/awesome-pretrained-chinese-nlp-models](https://github.com/lonePatient/awesome-pretrained-chinese-nlp-models)|Awesome Pretrained Chinese NLP Models,高质量中文预训练模型&大模型&多模态模型&大语言模型集合|4774|2|2024-09-27| |97|[iswbm/magic-python](https://github.com/iswbm/magic-python)|Python 黑魔法手册|3334|2|2024-06-19| |98|[jiji262/douyin-downloader](https://github.com/jiji262/douyin-downloader)|抖音批量下载工具,去水印,支持视频、图集、合集、音乐(原声)。免费!免费!免费!|1187|2|2024-08-12| |99|[thuml/Transfer-Learning-Library](https://github.com/thuml/Transfer-Learning-Library)|Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization|3371|2|2024-05-10| |100|[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.👨‍💻🎯|2072|2|2024-08-05| |101|[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. 将我的书库从拼音目录切换至非纯英文(中文)命名|1044|2|2024-09-27| |102|[PyJun/Mooc_Downloader](https://github.com/PyJun/Mooc_Downloader)|学无止下载器,慕课下载器,Mooc网课下载,慕课网,中国大学,网易云课堂,有道精品课,有道领世,腾讯课堂,B站课堂,中公网校,新东方,高途,途途,学浪,抖音课堂,小鹅通,千聊,兴趣岛,超星学习通,学银在线,智慧职教,智慧树,学堂在线,爱课程;支持视频课件同时下载|4293|2|2024-06-11| |103|[PyQt5/PyQt](https://github.com/PyQt5/PyQt)|PyQt Examples(PyQt各种测试和例子) PyQt4 PyQt5|6612|2|2024-05-30| |104|[LyleMi/Learn-Web-Hacking](https://github.com/LyleMi/Learn-Web-Hacking)|Study Notes For Web Hacking / Web安全学习笔记|4570|2|2024-09-18| |105|[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 ...|4090|2|2024-09-26| |106|[DrewThomasson/ebook2audiobookXTTS](https://github.com/DrewThomasson/ebook2audiobookXTTS)|Generates an audiobook with chapters and ebook metadata using Calibre and Xtts from Coqui tts, and with optional voice cloning, and supports multiple languages|583|2|2024-10-11| |107|[jiji262/MediaCrawler-new](https://github.com/jiji262/MediaCrawler-new)|小红书笔记 评论爬虫、抖音视频 评论爬虫、快手视频 评论爬虫、B 站视频 | 评论爬虫、微博帖子 | 评论爬虫|492|2|2024-08-06| |108|[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|2404|2|2024-04-24| |109|[shenweichen/DeepCTR-Torch](https://github.com/shenweichen/DeepCTR-Torch)|【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.|2992|2|2024-07-02| |110|[tangxyw/RecSysPapers](https://github.com/tangxyw/RecSysPapers)|推荐/广告/搜索领域工业界经典以及最前沿论文集合。A collection of industry classics and cutting-edge papers in the field of recommendation/advertising/search.|1248|2|2024-10-10| |111|[saveweb/review-2023](https://github.com/saveweb/review-2023)|二〇二三年的年终总结都写好了吗?|659|2|2024-10-09| |112|[xd2333/GalTransl](https://github.com/xd2333/GalTransl)|支持GPT-3.5/GPT-4/Newbing/Sakura等大语言模型的Galgame自动化翻译解决方案 Automated translation solution for visual novels supporting GPT-3.5/GPT-4/Newbing/Sakura|1145|2|2024-10-11| |113|[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|4607|2|2024-09-06| |114|[ReaJason/xhs](https://github.com/ReaJason/xhs)|基于小红书 Web 端进行的请求封装。https://reajason.github.io/xhs/|1088|2|2024-09-12| |115|[Yuukiy/JavSP](https://github.com/Yuukiy/JavSP)|汇总多站点数据的AV元数据刮削器|2706|2|2024-09-29| |116|[SocialAI-tianji/Tianji](https://github.com/SocialAI-tianji/Tianji)|从零学习,制作懂人情世故的大语言模型|653|2|2024-10-11| |117|[DropsDevopsOrg/ECommerceCrawlers](https://github.com/DropsDevopsOrg/ECommerceCrawlers)|实战🐍多种网站、电商数据爬虫🕷。包含🕸:淘宝商品、微信公众号、大众点评、企查查、招聘网站、闲鱼、阿里任务、博客园、微博、百度贴吧、豆瓣电影、包图网、全景网、豆瓣音乐、某省药监局、搜狐新闻、机器学习文本采集、fofa资产采集、汽车之家、国家统计局、百度关键词收录数、蜘蛛泛目录、今日头条、豆瓣影评、携程、小米应用商店、安居客、途家民宿❤️❤️❤️。微信爬虫展示项目:|4697|2|2024-05-22| |118|[awake1t/HackReport](https://github.com/awake1t/HackReport)|渗透测试报告/资料文档/渗透经验文档/安全书籍|2491|2|2024-07-04| |119|[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/|2928|2|2024-07-25| |120|[GoodCoder666/GoogleTranslate_IPFinder](https://github.com/GoodCoder666/GoogleTranslate_IPFinder)|谷歌翻译服务器在中国大陆的IP地址扫描、测速工具。|1545|2|2024-09-21| |121|[AGI-Edgerunners/LLM-Agents-Papers](https://github.com/AGI-Edgerunners/LLM-Agents-Papers)|A repo lists papers related to LLM based agent|1018|2|2024-08-01| |122|[THUDM/ImageReward](https://github.com/THUDM/ImageReward)|[NeurIPS 2023] ImageReward: Learning and Evaluating Human Preferences for Text-to-image Generation|1127|2|2024-10-03| |123|[qq547276542/Agriculture_KnowledgeGraph](https://github.com/qq547276542/Agriculture_KnowledgeGraph)|农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策|3985|2|2024-07-19| |124|[GreaterWMS/GreaterWMS](https://github.com/GreaterWMS/GreaterWMS)|This Inventory management system is the currently Ford Asia Pacific after-sales logistics warehousing supply chain process . After I leave Ford , I start this project . You can share your vacant wareh ...|3948|2|2024-08-01| |125|[microsoft/AI-System](https://github.com/microsoft/AI-System)|System for AI Education Resource.|3477|2|2024-06-21| |126|[LiZhengXiao99/Navigation-Learning](https://github.com/LiZhengXiao99/Navigation-Learning)|我的导航学习笔记,内容涵盖导航定位开源程序的源码解读 ( 包括:RTKLIB、GAMP、GINav、Ginan、PSINS、SoftGNSS、KF-GINS、GICI-Lib 等)、开源项目梳理、书籍讲义、博客翻译、教程讲座推荐;本仓库会长期更新,分享出来,既是跟大家做个交流,也激励着自己坚持学下去;所有内容都可以随意转载,原始文件都放在这了,欢迎在我的基础上整理出自己的一套笔记。|1000|2|2024-10-06| |127|[p0n1/epub_to_audiobook](https://github.com/p0n1/epub_to_audiobook)|EPUB to audiobook converter, optimized for Audiobookshelf|1063|2|2024-09-05| |128|[youngfish42/Awesome-FL](https://github.com/youngfish42/Awesome-FL)|Comprehensive and timely academic information on federated learning (papers, frameworks, datasets, tutorials, workshops)|1470|2|2024-09-30| |129|[cv-cat/Spider_XHS](https://github.com/cv-cat/Spider_XHS)|小红书爬虫,小红书笔记、主页、搜索爬取|937|2|2024-09-21| |130|[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. |3069|2|2024-05-27| |131|[CjangCjengh/YakuYaku](https://github.com/CjangCjengh/YakuYaku)|翻译姬:致力于小众领域的机器翻译|535|1|2024-08-24| |132|[PegasusWang/python_data_structures_and_algorithms](https://github.com/PegasusWang/python_data_structures_and_algorithms)|Python 中文数据结构和算法教程|2755|1|2024-06-16| |133|[biliup/biliup](https://github.com/biliup/biliup)|全自动录播、直播录制、分p投稿工具,支持twitch、ytb频道搬运。|3266|1|2024-09-21| |134|[ysyisyourbrother/SYSU_Notebook](https://github.com/ysyisyourbrother/SYSU_Notebook)|本项目分享了中山大学计算机学院本科和研究生阶段的课程资料、笔记、期末考试卷和其他实用的相关资源。希望对同学们的学习有所帮助❤️,如果喜欢记得给个star🌟 |1555|1|2024-08-22| |135|[Thinklab-SJTU/awesome-ml4co](https://github.com/Thinklab-SJTU/awesome-ml4co)|Awesome machine learning for combinatorial optimization papers.|1653|1|2024-09-05| |136|[howie6879/weekly](https://github.com/howie6879/weekly)|老胡的信息技术周刊❤️记录我本周看到的有价值的信息,针对优秀项目、软件、教程资料、网站等。|710|1|2024-10-10| |137|[wnma3mz/wechat_articles_spider](https://github.com/wnma3mz/wechat_articles_spider)|微信公众号文章的爬虫|2848|1|2024-04-18| |138|[HarleysZhang/cv_note](https://github.com/HarleysZhang/cv_note)|记录cv算法工程师的成长之路,分享计算机视觉和模型压缩部署技术栈笔记。https://harleyszhang.github.io/cv_note/|2382|1|2024-10-08| |139|[RimoChan/Vtuber_Tutorial](https://github.com/RimoChan/Vtuber_Tutorial)|【教程】从零开始的自制Vtuber!|1068|1|2024-08-13| |140|[VermiIIi0n/fuckZHS](https://github.com/VermiIIi0n/fuckZHS)|自动刷智慧树课程的脚本|648|1|2024-09-06| |141|[fendouai/Awesome-Chatbot](https://github.com/fendouai/Awesome-Chatbot)|Awesome Chatbot Projects,Corpus,Papers,Tutorials.Chinese Chatbot =>:|2036|1|2024-05-05| |142|[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.|963|1|2024-06-09| |143|[microsoft/Semi-supervised-learning](https://github.com/microsoft/Semi-supervised-learning)|A Unified Semi-Supervised Learning Codebase (NeurIPS'22)|1333|1|2024-09-15| |144|[Celthi/effective-debugging-zh](https://github.com/Celthi/effective-debugging-zh)|effective debugging 中文翻译|578|1|2024-07-06| |145|[blmoistawinde/HarvestText](https://github.com/blmoistawinde/HarvestText)|文本挖掘和预处理工具(文本清洗、新词发现、情感分析、实体识别链接、关键词抽取、知识抽取、句法分析等),无监督或弱监督方法|2396|1|2024-05-13| |146|[cirosantilli/linux-kernel-module-cheat](https://github.com/cirosantilli/linux-kernel-module-cheat)|The perfect emulation setup to study and develop the Linux kernel v5.4.3, kernel modules, QEMU, gem5 and x86_64, ARMv7 and ARMv8 userland and baremetal assembly, ANSI C, C++ and POSIX. GDB step debug ...|4171|1|2024-09-24| |147|[baoliay2008/lccn_predictor](https://github.com/baoliay2008/lccn_predictor)|LeetCode Contest Rating Prediction|664|1|2024-10-01| |148|[phodal/awesome-iot](https://github.com/phodal/awesome-iot)|Awesome IoT. A collaborative list of great resources about IoT Framework, Library, OS, Platform|4309|1|2024-09-30| |149|[HaoZhang95/Python24](https://github.com/HaoZhang95/Python24)|网上搜集的自学python语言的资料集合,包括整套代码和讲义集合,这是至今为止所开放网上能够查找到的最新视频教程,网上找不到其他最新的python整套视频了,. 具体的无加密的mp4视频教程和讲义集合可以在更新的Readme文件中找到,下载直接打开就能播放,项目从零基础的Python教程到深度学习,总共30章节,其中包含Python基础中的飞机大战项目,WSGI项目,Flask新经资讯项目, Dj ...|1278|1|2024-09-05| |150|[icopy-site/awesome-cn](https://github.com/icopy-site/awesome-cn)|超赞列表合集|1641|1|2024-10-10| |151|[RL-VIG/LibFewShot](https://github.com/RL-VIG/LibFewShot)|LibFewShot: A Comprehensive Library for Few-shot Learning. TPAMI 2023.|903|1|2024-09-08| |152|[swaroopch/byte-of-python](https://github.com/swaroopch/byte-of-python)|Beginners book on Python - start here if you don't know programming|2309|1|2024-07-23| |153|[srx-2000/spider_collection](https://github.com/srx-2000/spider_collection)|python爬虫,目前库存:网易云音乐歌曲爬取,B站视频爬取,知乎问答爬取,壁纸爬取,xvideos视频爬取,有声书爬取,微博爬虫,安居客信息爬取+数据可视化,哔哩哔哩视频封面提取器,ip代理池封装,知乎百万级用户爬虫+数据分析,github用户爬虫|1231|1|2024-04-23| |154|[thunlp/TAADpapers](https://github.com/thunlp/TAADpapers)|Must-read Papers on Textual Adversarial Attack and Defense|1503|1|2024-09-16| |155|[morsoli/llm-books](https://github.com/morsoli/llm-books)|利用LLM构建应用实践笔记|613|1|2024-04-12| |156|[Vincentqyw/cv-arxiv-daily](https://github.com/Vincentqyw/cv-arxiv-daily)|🎓Automatically Update CV Papers Daily using Github Actions (Update Every 12th hours)|907|1|2024-10-11| |157|[G-U-N/PyCIL](https://github.com/G-U-N/PyCIL)|PyCIL: A Python Toolbox for Class-Incremental Learning|793|1|2024-10-02| |158|[babybuddy/babybuddy](https://github.com/babybuddy/babybuddy)|A :baby: buddy to help caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.|2101|1|2024-08-31| |159|[BrikerMan/Kashgari](https://github.com/BrikerMan/Kashgari)|Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.|2390|1|2024-09-03| |160|[KyanChen/RSPrompter](https://github.com/KyanChen/RSPrompter)|This is the pytorch implement of our paper "RSPrompter: Learning to Prompt for Remote Sensing Instance Segmentation based on Visual Foundation Model"|514|1|2024-06-29| |161|[twtrubiks/docker-tutorial](https://github.com/twtrubiks/docker-tutorial)|Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝|1602|1|2024-05-01| |162|[iswbm/GolangCodingTime](https://github.com/iswbm/GolangCodingTime)|Go编程时光,一个零基础入门 Golang 的教程|1271|1|2024-06-19| |163|[yeyupiaoling/PPASR](https://github.com/yeyupiaoling/PPASR)|基于PaddlePaddle实现端到端中文语音识别,从入门到实战,超简单的入门案例,超实用的企业项目。支持当前最流行的DeepSpeech2、Conformer、Squeezeformer模型|808|1|2024-10-08| |164|[graph4ai/graph4nlp](https://github.com/graph4ai/graph4nlp)|Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website (https://dlg4nlp.github.io/index.html) for various learning resources! |1669|1|2024-06-24| |165|[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 ...|750|1|2024-07-26| |166|[SocialSisterYi/CxKitty](https://github.com/SocialSisterYi/CxKitty)|超星学习通答题姬(视频文档观看、模拟答题,无需浏览器、无需油猴,容器/host 运行ok!|754|1|2024-09-29| |167|[DeppWang/youdaonote-pull](https://github.com/DeppWang/youdaonote-pull)|📝 一个一键导出 / 备份「有道云笔记」所有笔记的 Python 脚本。 A Python script to export/backup all the notes of the "Youdao Note".|1283|1|2024-08-12| |168|[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).|1853|1|2024-09-21| |169|[PaddlePaddle/PaddleYOLO](https://github.com/PaddlePaddle/PaddleYOLO)|🚀🚀🚀 YOLO series of PaddlePaddle implementation, PP-YOLOE+, RT-DETR, YOLOv5, YOLOv6, YOLOv7, YOLOv8, YOLOv10, YOLOX, YOLOv5u, YOLOv7u, YOLOv6Lite, RTMDet and so on. 🚀🚀🚀|552|1|2024-07-26| |170|[anzhihe/learning](https://github.com/anzhihe/learning)|Learning Shell,Python,Golang,System,Network|1863|1|2024-06-17| |171|[vzhd1701/evernote-backup](https://github.com/vzhd1701/evernote-backup)|Backup & export all Evernote notes and notebooks|962|1|2024-05-21| |172|[iswbm/pycharm-guide](https://github.com/iswbm/pycharm-guide)|PyCharm 中文指南:安装 破解 效率 技巧|2259|1|2024-06-19| |173|[guanguans/favorite-link](https://github.com/guanguans/favorite-link)|❤️ 每天收集喜欢的开源项目。|2732|1|2024-10-11| |174|[jsksxs360/How-to-use-Transformers](https://github.com/jsksxs360/How-to-use-Transformers)|Transformers 库快速入门教程|1027|1|2024-09-20| |175|[Samueli924/chaoxing](https://github.com/Samueli924/chaoxing)|超星学习通/超星尔雅/泛雅超星全自动无人值守完成任务点|1600|1|2024-09-21| |176|[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.|1678|1|2024-10-01| |177|[HiLab-git/SSL4MIS](https://github.com/HiLab-git/SSL4MIS)|Semi Supervised Learning for Medical Image Segmentation, a collection of literature reviews and code implementations.|2163|1|2024-07-04| |178|[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.|1502|1|2024-06-25| |179|[fire-keeper/BlindWatermark](https://github.com/fire-keeper/BlindWatermark)|使用盲水印保护创作者的知识产权using invisible watermark to protect creator's intellectual property|1296|1|2024-08-30| |180|[dipu-bd/lightnovel-crawler](https://github.com/dipu-bd/lightnovel-crawler)|Generate and download e-books from online sources.|1457|1|2024-09-11| |181|[erma0/douyin](https://github.com/erma0/douyin)|抖音爬虫——采集账号主页、喜欢、收藏、音乐原声、话题、搜索、合集、作品、关注、粉丝等公开数据。|613|1|2024-07-31| |182|[muziing/PySide6-Code-Tutorial](https://github.com/muziing/PySide6-Code-Tutorial)|可能是最好的PySide6中文教程!用代码实例讲解PySide6,附优质Demos、图标库、QSS皮肤、相关文章等分享!|1050|1|2024-10-08| |183|[eastmountyxz/NetworkSecuritySelf-study](https://github.com/eastmountyxz/NetworkSecuritySelf-study)|这是作者的系列网络安全自学教程,主要是关于网安工具和实践操作的在线笔记,希望对大家有所帮助,学无止境,加油。|1445|1|2024-05-24| |184|[hxz393/BaiduPanFilesTransfers](https://github.com/hxz393/BaiduPanFilesTransfers)|百度网盘批量转存、分享和检测工具|1443|1|2024-06-17| |185|[pinry/pinry](https://github.com/pinry/pinry)|Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. It's open-source and self-hosted.|3060|1|2024-10-05| |186|[offu/WeRoBot](https://github.com/offu/WeRoBot)|WeRoBot 是一个微信公众号开发框架|4576|1|2024-07-06| |187|[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.|1272|1|2024-08-10| |188|[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为个人和学生带来免费、多样、愉快翻译的库。|1641|1|2024-09-28| |189|[lixi5338619/lxSpider](https://github.com/lixi5338619/lxSpider)|爬虫案例合集。包括但不限于《淘宝、京东、天猫、豆瓣、抖音、快手、微博、微信、阿里、头条、pdd、优酷、爱奇艺、携程、12306、58、搜狐、各种指数、维普万方、Zlibraty、Oalib、小说、招标网、采购网、小红书、大众点评、推特、脉脉、知乎》|1660|1|2024-05-09| |190|[anyant/rssant](https://github.com/anyant/rssant)|蚁阅 - 让 RSS 更好用,轻松订阅你喜欢的博客和资讯|1602|1|2024-08-27| |191|[mhxion/awesome-discord-communities](https://github.com/mhxion/awesome-discord-communities)|A curated list of awesome Discord communities for programmers|2780|1|2024-08-08| |192|[jumper2014/lianjia-beike-spider](https://github.com/jumper2014/lianjia-beike-spider)|链家网和贝壳网房价爬虫,采集北京上海广州深圳等21个中国主要城市的房价数据(小区,二手房,出租房,新房),稳定可靠快速!支持csv,MySQL, MongoDB,Excel, json存储,支持Python2和3,图表展示数据,注释丰富 ,点星支持,仅供学习参考,请勿用于商业用途,后果自负。|2810|1|2024-06-29| |193|[OML-Team/open-metric-learning](https://github.com/OML-Team/open-metric-learning)|Metric learning and retrieval pipelines, models and zoo.|868|1|2024-10-09| |194|[stacklens/django_blog_tutorial](https://github.com/stacklens/django_blog_tutorial)|Django搭建博客教程|1300|1|2024-04-17| |195|[entr0pia/SwitchyOmega-Whitelist](https://github.com/entr0pia/SwitchyOmega-Whitelist)|中国大陆域名, SwitchyOmega 白名单规则, 自动更新|763|1|2024-10-11| |196|[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.|1200|1|2024-10-09| |197|[ReAbout/web-sec](https://github.com/ReAbout/web-sec)|WEB安全手册(红队安全技能栈),漏洞理解,漏洞利用,代码审计和渗透测试总结。【持续更新】|1548|1|2024-08-27| |198|[spiside/pdb-tutorial](https://github.com/spiside/pdb-tutorial)|A simple tutorial about effectively using pdb|850|0|2024-06-06| |199|[ypwhs/dl-engineer-guidebook](https://github.com/ypwhs/dl-engineer-guidebook)|深度学习工程师生存指南|850|0|2024-06-11| |200|[learn-llvm/awesome-llvm](https://github.com/learn-llvm/awesome-llvm)|A curated list of awesome LLVM (including Clang, etc) related resources.|506|0|2024-06-11|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/R.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > R 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[briatte/awesome-network-analysis](https://github.com/briatte/awesome-network-analysis)|A curated list of awesome network analysis resources.|3529|1|2024-09-26| |2|[gesiscss/awesome-computational-social-science](https://github.com/gesiscss/awesome-computational-social-science)|A list of awesome resources for Computational Social Science|544|1|2024-08-11| |3|[YangXiao311/WeChat_subscription](https://github.com/YangXiao311/WeChat_subscription)|用于提供微信公众号“xy要加油鸭”所使用的数据及代码。The data and code used for the WeChat public account 'xy要加油鸭'.|7|0|2024-10-03| |4|[lcpmgh/colors](https://github.com/lcpmgh/colors)|学术期刊配色推荐器|50|0|2024-10-08| |5|[rpkgs/gg.layers](https://github.com/rpkgs/gg.layers)|ggplot2 extensions 入门|23|0|2024-09-04| |6|[CAU-TeamLiuJF/Tutorial](https://github.com/CAU-TeamLiuJF/Tutorial)|分享数量遗传学以及生物信息学相关的软件教程及其他内容|52|0|2024-06-23| |7|[Sfeng666/NRA_tax_filing](https://github.com/Sfeng666/NRA_tax_filing)|最新税季 UW-Madison报税指南|15|0|2024-05-08| |8|[Lin-zikai/GWAS](https://github.com/Lin-zikai/GWAS)|SMR的笔记|6|0|2024-05-06|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Ruby.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Ruby 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[lewagon/setup](https://github.com/lewagon/setup)|Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp|18509|5|2024-10-06| |2|[freeCodeCamp/how-to-contribute-to-open-source](https://github.com/freeCodeCamp/how-to-contribute-to-open-source)|A guide to contributing to open source|8741|3|2024-10-02| |3|[greatghoul/remote-working](https://github.com/greatghoul/remote-working)|收集整理远程工作相关的资料|9915|2|2024-10-09| |4|[superiorlu/AITreasureBox](https://github.com/superiorlu/AITreasureBox)|🤖 Collect practical AI repos, tools, websites, papers and tutorials on AI. 实用的AI百宝箱 💎 |463|1|2024-10-11| |5|[airbnb/ruby](https://github.com/airbnb/ruby)|Ruby Style Guide|3833|1|2024-07-23| |6|[asciidoctor/asciidoctor](https://github.com/asciidoctor/asciidoctor)|:gem: A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.|4836|1|2024-09-05| |7|[jinhucheung/milog](https://github.com/jinhucheung/milog)|Milog 是一基于 Ruby on Rails 的个人博客网站|28|0|2024-06-08| |8|[jitingcn/TS3-Translation_zh-CN](https://github.com/jitingcn/TS3-Translation_zh-CN)|TeamSpeak 3 客户端 简体中文 翻译源文件|284|0|2024-05-13| |9|[soulteary/Home-Network-Note](https://github.com/soulteary/Home-Network-Note)|🚧 持续更新 🚧 记录搭建兼顾学习娱乐的家用网络环境的过程,折腾过的一些软硬件小经验。|1112|0|2024-05-02| |10|[shzhxh/xv6-riscv-book-CN](https://github.com/shzhxh/xv6-riscv-book-CN)|xv6-riscv-book中译版|79|0|2024-05-07| |11|[jiangxincode/cnblogs](https://github.com/jiangxincode/cnblogs)|一些我在平时工作和学习中积累的编程相关的资源。如果大家有兴趣可以一起增加,修改。|505|0|2024-10-06|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Rust.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Rust 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[996icu/996.ICU](https://github.com/996icu/996.ICU)|Repo for counting stars and contributing. Press F to pay respect to glorious developers.|269739|133|2024-10-03| |2|[sunface/rust-course](https://github.com/sunface/rust-course)|“连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book |25287|11|2024-09-05| |3|[johnlui/PPHC](https://github.com/johnlui/PPHC)|📙《高并发的哲学原理》开源图书(CC BY-NC-ND)https://pphc.lvwenhan.com|3773|6|2024-09-06| |4|[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.|12122|5|2024-08-19| |5|[analysis-tools-dev/static-analysis](https://github.com/analysis-tools-dev/static-analysis)|⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.|13266|4|2024-10-08| |6|[cncases/cases](https://github.com/cncases/cases)|中国裁判文书网本地搜索|585|2|2024-10-07| |7|[rust-boom/rust-boom](https://github.com/rust-boom/rust-boom)|Awesome Rust (Rust 资源 学习 书 ). 💥|1306|2|2024-08-24| |8|[QMHTMY/RustBook](https://github.com/QMHTMY/RustBook)|A book about Rust Data Structures and Algorithms.|2460|2|2024-07-21| |9|[alexpusch/rust-magic-patterns](https://github.com/alexpusch/rust-magic-patterns)|Magical Rust patterns laid out and simplified|1194|2|2024-05-11| |10|[Borber/Tran](https://github.com/Borber/Tran)|简洁, 快速, 划词翻译|516|2|2024-10-08| |11|[sotrh/learn-wgpu](https://github.com/sotrh/learn-wgpu)|Guide for using gfx-rs's wgpu library.|1491|1|2024-09-14| |12|[PeiPei233/zju-learning-assistant](https://github.com/PeiPei233/zju-learning-assistant)|帮你快速下载所有课件😋|222|1|2024-10-10| |13|[Narukara/std-training-zh-cn](https://github.com/Narukara/std-training-zh-cn)|Embedded Rust on Espressif 简体中文版|81|0|2024-09-02| |14|[chuigda/Vulkan-Tutorial-Rust-CN](https://github.com/chuigda/Vulkan-Tutorial-Rust-CN)|Rust 版 Vulkan 教程的中文翻译,基于 vulkanalia|125|0|2024-09-09| |15|[jinleili/learn-wgpu-zh](https://github.com/jinleili/learn-wgpu-zh)|Learn wgpu 中文版|358|0|2024-10-08| |16|[HollowMan6/mdbook-pdf](https://github.com/HollowMan6/mdbook-pdf)|A backend for mdBook written in Rust for generating PDF based on headless chrome and Chrome DevTools Protocol. (用 Rust 编写的 mdBook 后端,基于headless chrome和Chrome开发工具协议生成PDF)|151|0|2024-08-06| |17|[miketang84/jikeshijian](https://github.com/miketang84/jikeshijian)|Practice code for the course of jikeshijian 《Rust语言从入门到实战》|46|0|2024-07-28| |18|[the-web3/chaineye-rust](https://github.com/the-web3/chaineye-rust)|rust 中文教程,每周更新 1-3 讲|58|0|2024-09-04| |19|[WTFAcademy/WTF-Rust](https://github.com/WTFAcademy/WTF-Rust)|Rust学习资料汇总|116|0|2024-07-20| |20|[WerWolv/ImHex-Patterns](https://github.com/WerWolv/ImHex-Patterns)|Hex patterns, include patterns and magic files for the use with the ImHex Hex Editor|652|0|2024-08-20| |21|[weihanglo/rust-algorithm-club](https://github.com/weihanglo/rust-algorithm-club)|Learn algorithms and data structures with Rust|406|0|2024-09-19| |22|[Eric3911/Related-works-ch](https://github.com/Eric3911/Related-works-ch)|工程与学术笔记|181|0|2024-08-13| |23|[FuGangqiang/mdblog.rs](https://github.com/FuGangqiang/mdblog.rs)|static site generator from markdown files(markdown 格式静态博客生成器)|58|0|2024-08-12| |24|[rust-lang-cn/book-cn](https://github.com/rust-lang-cn/book-cn)|Rust 程序设计语言 中文版——Chinese translation of The Rust Programming Language (Book)|831|0|2024-06-16|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Shell.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Shell 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[dwmkerr/hacker-laws](https://github.com/dwmkerr/hacker-laws)|💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws|25762|11|2024-06-12| |2|[shengxinjing/programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist)|:see_no_evil:程序员找工作黑名单,换工作和当技术合伙人需谨慎啊 更新有赞|28524|9|2024-04-16| |3|[edoardottt/awesome-hacker-search-engines](https://github.com/edoardottt/awesome-hacker-search-engines)|A curated list of awesome search engines useful during Penetration testing, Vulnerability assessments, Red/Blue Team operations, Bug Bounty and more|7587|9|2024-10-11| |4|[gonglei007/GameDevMind](https://github.com/gonglei007/GameDevMind)|最全面的游戏开发技术图谱。帮助游戏开发者们在已知问题上节省时间,省出更多的精力投入到更有创造性的工作中去。|4965|6|2024-09-06| |5|[daliansky/Hackintosh](https://github.com/daliansky/Hackintosh)|Hackintosh long-term maintenance model EFI and installation tutorial|9094|4|2024-08-20| |6|[tensorchord/Awesome-LLMOps](https://github.com/tensorchord/Awesome-LLMOps)|An awesome & curated list of best LLMOps tools for developers|3841|4|2024-10-10| |7|[rootsongjc/kubernetes-handbook](https://github.com/rootsongjc/kubernetes-handbook)|Kubernetes中文指南/云原生应用架构实战手册|11105|4|2024-07-30| |8|[httpsok/httpsok](https://github.com/httpsok/httpsok)|🔥🔥🔥一行命令,轻松搞定SSL证书自动续期。 SSL泛域名证书,SSL证书管理,SSL证书自动续期,SSL证书自动更新,七牛云、阿里云、腾讯云、CDN、OSS、https证书管理,https证书管理,免费SSL证书,TLS证书自动续签,nginx证书自动续期工具,nginx证书管理。从此告别Let's Encrypt|880|3|2024-09-28| |9|[apachecn/pytorch-doc-zh](https://github.com/apachecn/pytorch-doc-zh)|Pytorch 中文文档|4126|2|2024-07-21| |10|[Aethersailor/Custom_OpenClash_Rules](https://github.com/Aethersailor/Custom_OpenClash_Rules)|分流完善的 OpenClash 订阅转换模板,搭配保姆级 OpenClash 设置教程,无需套娃即可实现完美分流、DNS无污染无泄漏,且快速的上网体验。|644|2|2024-10-06| |11|[neargle/my-re0-k8s-security](https://github.com/neargle/my-re0-k8s-security)|:atom: [WIP] 整理过去的分享,从零开始的Kubernetes攻防 🧐|2918|2|2024-07-20| |12|[wangdoc/bash-tutorial](https://github.com/wangdoc/bash-tutorial)|Bash 教程|4255|2|2024-07-31| |13|[overmind1980/oeasy-python-tutorial](https://github.com/overmind1980/oeasy-python-tutorial)|良心的 Python 教程,面向零基础初学者简明易懂的 Python3 入门基础课程。在linux+vim生产力环境下,从浅入深,从简单程序学到网络爬虫。可以配合蓝桥云上实验环境操作。|1885|2|2024-08-12| |14|[charlax/engineering-management](https://github.com/charlax/engineering-management)|A collection of inspiring resources related to engineering management and tech leadership|7532|2|2024-10-07| |15|[DustinWin/dustinwin.github.io](https://github.com/DustinWin/dustinwin.github.io)|Clash 和 sing-box 教程合集——安装、配置、自定义规则、DNS 分流|1240|2|2024-10-08| |16|[Cats-Team/AdRules](https://github.com/Cats-Team/AdRules)|List for blocking ads in the Chinese region|2779|2|2024-10-11| |17|[wangdoc/javascript-tutorial](https://github.com/wangdoc/javascript-tutorial)|JavaScript 教程 https://wangdoc.com/javascript|3935|2|2024-09-25| |18|[Lynricsy/HyperADRules](https://github.com/Lynricsy/HyperADRules)|HyperADRules,一个集合众家之长的、强力去广告的规则|122|1|2024-10-11| |19|[Java-Edge/Java-Interview-Tutorial](https://github.com/Java-Edge/Java-Interview-Tutorial)|请star,勿fork,因为爱force push!涵盖国际大厂Java/数据库/DDD/设计模式/微服务/中间件/AI大模型应用/区块链开发最佳实践。关注公众号【JavaEdge】,一起交流学习!|2692|1|2024-10-09| |20|[liguodongiot/llm-resource](https://github.com/liguodongiot/llm-resource)|LLM全栈优质资源汇总|327|1|2024-09-11| |21|[llwslc/grammar-club](https://github.com/llwslc/grammar-club)|《语法俱乐部》- 旋元佑|1517|1|2024-10-06| |22|[vmayoral/ros-robotics-companies](https://github.com/vmayoral/ros-robotics-companies)|A list of robotics companies using the Robot Operating System (ROS and ROS 2). |1263|1|2024-10-01| |23|[bestxtools/awesome-toolbox-chinese](https://github.com/bestxtools/awesome-toolbox-chinese)|🧰 优秀工具箱集合 - 收集,推荐好用、优秀的工具箱。工具箱大全。 https://awesome-toolbox-chinese.bestxtools.com/ https://😎🧰.bestxtools.com/|998|1|2024-07-11| |24|[pingcap/docs-cn](https://github.com/pingcap/docs-cn)|TiDB/TiKV/PD 中文文档|1813|1|2024-10-11| |25|[wangdoc/es6-tutorial](https://github.com/wangdoc/es6-tutorial)|一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新引入的语法特性。|1008|1|2024-09-24| |26|[zhonghuasheng/Tutorial](https://github.com/zhonghuasheng/Tutorial)|后端 (Java Golang)全栈知识架构体系总结|1624|1|2024-10-05| |27|[wslutilities/wslu](https://github.com/wslutilities/wslu)|A collection of utilities for Windows Subsystem for Linux|3433|1|2024-09-04| |28|[WindRunnerMax/EveryDay](https://github.com/WindRunnerMax/EveryDay)|前端基础 个人博客 学习笔记|1826|1|2024-10-07| |29|[studygolang/GCTT](https://github.com/studygolang/GCTT)|GCTT Go中文网翻译组。|1387|1|2024-05-28| |30|[kejilion/sh](https://github.com/kejilion/sh)|分享定制化的shell脚本!|440|1|2024-10-10| |31|[jghoman/awesome-apache-airflow](https://github.com/jghoman/awesome-apache-airflow)|Curated list of resources about Apache Airflow|3668|1|2024-08-20| |32|[fengyuhetao/shell](https://github.com/fengyuhetao/shell)|Linux命令行与shell脚本编程大全案例|3911|1|2024-04-25| |33|[LLM-Red-Team/free-api-hub](https://github.com/LLM-Red-Team/free-api-hub)|🥳 free-api系列项目集合共享资源,快来PR!|141|1|2024-05-08| |34|[kumakichi/easy_rust_chs](https://github.com/kumakichi/easy_rust_chs)|https://github.com/Dhghomon/easy_rust 简体中文翻译|299|0|2024-07-22| |35|[wangtunan/blog](https://github.com/wangtunan/blog)|:memo: 记录个人博客,见证成长之路 https://wangtunan.github.io/blog/|371|0|2024-07-29| |36|[daliansky/Lenovo-Air13-IWL-Hackintosh](https://github.com/daliansky/Lenovo-Air13-IWL-Hackintosh)|联想小新Air 13 IWL笔记本EFI|136|0|2024-05-14| |37|[rentianyu/Ad-set-hosts](https://github.com/rentianyu/Ad-set-hosts)|集合多个去广告hosts并去重|351|0|2024-10-11| |38|[wangdoc/webapi-tutorial](https://github.com/wangdoc/webapi-tutorial)|Web API 教程|219|0|2024-06-26| |39|[anran758/front-end-lab](https://github.com/anran758/front-end-lab)|:notebook_with_decorative_cover: 前端的研究和规范及踩坑的记录|69|0|2024-05-16| |40|[vxiaov/vClash](https://github.com/vxiaov/vClash)|Clash插件 for Koolshare系列梅林、官方改版,适用于380/384/386/388版本固件啦。安装即用(内置免费代理订阅源)。|542|0|2024-08-28| |41|[tinyclub/cloud-lab](https://github.com/tinyclub/cloud-lab)|Docker based Cloud Lab Center, with noVNC and Gateone attachable LXDE Desktop and SSH Terminal. 本项目作者发布了《360° 剖析 Linux ELF》视频课程,欢迎订阅:https://www.cctalk.com/m/group/88089283|207|0|2024-09-13| |42|[yxnan/block-l4d2-rpg-servers](https://github.com/yxnan/block-l4d2-rpg-servers)|这个repo维护一份求生之路RPG服的列表,并且提供相应的屏蔽方法|72|0|2024-05-25| |43|[KDXF-BOOM/studentpad-research](https://github.com/KDXF-BOOM/studentpad-research)|科大讯飞AI学习机破解安装第三方应用教程(持续更新)|47|0|2024-07-29| |44|[imarvinle/CSGuide](https://github.com/imarvinle/CSGuide)|🔥 计算机学习路线,包括科班、非科班、Web、全栈、C++、Java、System等|361|0|2024-09-19| |45|[Simon-He95/awesome-collections](https://github.com/Simon-He95/awesome-collections)|记录一下前端的书籍和常用的工具、插件和vscode配置|88|0|2024-10-10| |46|[maomao1996/mm-notes](https://github.com/maomao1996/mm-notes)|茂茂物语: 各种笔记记录(想到啥写啥系列)|115|0|2024-06-28| |47|[shaogefenhao/a-programmer-s-cognitive-experience](https://github.com/shaogefenhao/a-programmer-s-cognitive-experience)|A e-book about "A programmer's cognitive experience" 《程序员的认知心得》|54|0|2024-07-20| |48|[DPsystems/Login-Shield](https://github.com/DPsystems/Login-Shield)|Your first line of defense against Internet bots, hacks and probes. Login-Shield is a small set of bash scripts that implements an iptables/ipset blocklist of known sources of hack activity. Works g ...|36|0|2024-05-05| |49|[CoolToneSummer/Operation-and-maintenance-graduation-project-and-embedded-Linux](https://github.com/CoolToneSummer/Operation-and-maintenance-graduation-project-and-embedded-Linux)|MATLAB的课程设计里面存放的是-基于Retinex理论的图像去雾算法研究|35|0|2024-06-08| |50|[tomstillcoding/tomstillcoding.github.io](https://github.com/tomstillcoding/tomstillcoding.github.io)|🎙️这是一个通过 jekyll + GitHub Pages 搭建的个人免费博客,可以通过 fork + 改造 + 用 Typora 编写文章的方法,打造你的个人博客。特点是方便、快捷,从搭建到发布第一篇文章、访问,3分钟内解决,甚至不用写任何一行代码,博客网页内容完全自定义、无广告、无注册,各种插件免费安装!|72|0|2024-06-10| |51|[felix-fly/v2ray-padavan-doh](https://github.com/felix-fly/v2ray-padavan-doh)|k2p路由器使用padavan(N56U/改华硕)固件安装配置v2ray的进阶流程|111|0|2024-09-07| |52|[huweihuang/linux-notes](https://github.com/huweihuang/linux-notes)|Linux 学习笔记-https://www.huweihuang.com/linux-notes/|41|0|2024-07-04| |53|[yuyicai/update-kube-cert](https://github.com/yuyicai/update-kube-cert)|K8s 集群证书过期处理,更新 kubeadm 生成的证书有效期为 10 年。支持全部版本。|528|0|2024-05-15| |54|[eujc/v2ray](https://github.com/eujc/v2ray)|v2ray搭建教程|65|0|2024-06-21| |55|[ifuture-pro/developer-notes](https://github.com/ifuture-pro/developer-notes)|开发者笔记。包含:DevOps,微服务,分布式,高可用,区块链,白皮书,算法,黑客,设计模式,面试题|80|0|2024-09-22| |56|[ArminJo/arduino-test-compile](https://github.com/ArminJo/arduino-test-compile)|Github Action to compile all examples of an Arduino library for one board and check for errors|41|0|2024-10-10| |57|[binghe001/BingheGuide](https://github.com/binghe001/BingheGuide)|🔥🔥🔥 📚 本代码库是作者冰河多年从事互联网大厂开发、架构的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容、底层原理、架构知识、渗透技术。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!|337|0|2024-10-06| |58|[ixinzhi/loving-books-2023](https://github.com/ixinzhi/loving-books-2023)|:books: 两性情感资料库2023|50|0|2024-10-07| |59|[afosne/DNS-Unlock](https://github.com/afosne/DNS-Unlock)|加速网络解析速度,解锁Netflix、hulu、disney、YouTube、telegram,Instagram,Facebook等网页|40|0|2024-05-08| |60|[shipengqi/frontend-learn](https://github.com/shipengqi/frontend-learn)|:books: Frontend learning ...|127|0|2024-09-13| |61|[jaywcjlove/shell-tutorial](https://github.com/jaywcjlove/shell-tutorial)|Shell入门教程(Shell tutorial book)|421|0|2024-06-23| |62|[07031218/normal-shell](https://github.com/07031218/normal-shell)|个人常使用的一些脚本集合|109|0|2024-06-15| |63|[bollwarm/SecToolSet](https://github.com/bollwarm/SecToolSet)|The security tool(project) Set from github。github安全项目工具集合 |1255|0|2024-06-20| |64|[cdk8s/cdk8s-team-style](https://github.com/cdk8s/cdk8s-team-style)|寻找志同道合的人,引发自身的思考|465|0|2024-09-26| |65|[Apocalypsor/SmartDNS-GFWList](https://github.com/Apocalypsor/SmartDNS-GFWList)|GFWList for Smartdns to solve dns poisoning|93|0|2024-10-07| |66|[howborn/blog](https://github.com/howborn/blog)|:fire:公众号:后端搬运工|38|0|2024-04-18| |67|[dunwu/blog](https://github.com/dunwu/blog)|:dart: 钝悟的博客|858|0|2024-04-26| |68|[gmt-china/GMT_docs](https://github.com/gmt-china/GMT_docs)|GMT 中文手册|111|0|2024-10-10| |69|[jgsrty/jgsrty.github.io](https://github.com/jgsrty/jgsrty.github.io)|:sunny: 英语学习 :feet: 项目预览:https://jgsrty.github.io 国内访问:https://rtyxmd.gitee.io|369|0|2024-05-23| |70|[zjutjsj1004/python](https://github.com/zjutjsj1004/python)|python学习(基本语法,爬虫,Web)|45|0|2024-09-25| |71|[liquanzhou/ops_doc](https://github.com/liquanzhou/ops_doc)|运维简洁实用手册|1201|0|2024-06-17| |72|[megabitsenmzq/Tutorials](https://github.com/megabitsenmzq/Tutorials)|我写的各种教程文章存档。|100|0|2024-08-23| |73|[tuya/tuya-panel-demo](https://github.com/tuya/tuya-panel-demo)|Tuya IoT Panel demo provides a series of common template codes.|64|0|2024-08-09| |74|[AndSonder/space.keter.top](https://github.com/AndSonder/space.keter.top)|这里是sonder的有点又没有太多用的笔记本 “一个人只有不停的写作,才不会被人海淹没” 你可以通过这个链接来访问网页版:https://space.keter.top|47|0|2024-08-03| |75|[zc360/Xiaomi-ax3000t-openwrt](https://github.com/zc360/Xiaomi-ax3000t-openwrt)|适用于小米ax3000t的openwrt云编译固件,也可修改配置文件用于其他任何支持openwrt的设备,附带刷入教程和刷回小米官方固件教程。|93|0|2024-09-30| |76|[the0demiurge/CharlesScripts](https://github.com/the0demiurge/CharlesScripts)|My awesome scripts for Arch Linux or Ubuntu Gnome latest LTS or MacBook.|1031|0|2024-04-22| |77|[Zacharia2/SuperMemo18-ON-Wine](https://github.com/Zacharia2/SuperMemo18-ON-Wine)|Linux/Mac SuperMemo18.05 WINE32 DEB安装包、渐进学习|37|0|2024-06-22| |78|[discourse/discourse_docker](https://github.com/discourse/discourse_docker)|A Docker image for Discourse|1674|0|2024-10-10| |79|[1292004560/AllNote](https://github.com/1292004560/AllNote)|这是我所有的笔记|67|0|2024-08-22| |80|[hegphegp/docker-learning](https://github.com/hegphegp/docker-learning)|docker学习笔记|133|0|2024-07-11| |81|[huweihuang/kubernetes-notes](https://github.com/huweihuang/kubernetes-notes)|Kubernetes 学习笔记-https://www.huweihuang.com/kubernetes-notes/|334|0|2024-07-04| |82|[MrH723/Actions-OpenWrt](https://github.com/MrH723/Actions-OpenWrt)|-OpenWrt全网插件汇总-多种设备OpenWrt固件自动云编译。X86-64主路由,x86-64旁路由、x86-64插件全家桶、K2T、K2P、K3、N1、红米 AC2100、Newifi D2、树莓派、竞斗云、小、小米 R3G、极路由 B70、小米 R3P、小米 Mini、网件 R7800、娱 C5、R2SNanoPI NEO2、等。|171|0|2024-07-07| |83|[front-end-fighting/front-end-world](https://github.com/front-end-fighting/front-end-world)|前端入门知识框架|49|0|2024-05-22| |84|[shang1219178163/EfficientWork](https://github.com/shang1219178163/EfficientWork)|iOS自动化之路 - 😺效率工作,快乐生活|40|0|2024-09-25| |85|[crazypeace/naive](https://github.com/crazypeace/naive)|NaïveProxy极简一键脚本。自动申请证书。可自定义端口。可与CaddyV2前置的VLESS/Vmess梯子并存。|236|0|2024-04-28| |86|[YaoFANGUK/clashX-clash-config](https://github.com/YaoFANGUK/clashX-clash-config)|clash / clashX Premium 配置文件,新版clash配置教程|77|0|2024-10-11| |87|[KHTdhl/AIO](https://github.com/KHTdhl/AIO)|捋一捋AIO的教程|36|0|2024-07-23| |88|[Misaka-blog/acme-script](https://github.com/Misaka-blog/acme-script)|acme.sh 证书一键申请脚本|89|0|2024-04-22| |89|[meetbill/op_practice_book](https://github.com/meetbill/op_practice_book)|📚 《运维实践指南》持续更新中,推荐大牛干货博客 https://me.csdn.net/g2V13ah|395|0|2024-10-09| |90|[spiritLHLS/ecsspeed](https://github.com/spiritLHLS/ecsspeed)|自动更新测试服务器节点列表的网络基准测试脚本(Network benchmarking script that automatically updates the list of the measurement server nodes)|85|0|2024-05-20| |91|[e5sub/hst](https://github.com/e5sub/hst)|个人编写的shell自动化脚本合集库|31|0|2024-04-30| |92|[maravento/blackweb](https://github.com/maravento/blackweb)|Domains Blacklist for Squid-Cache|344|0|2024-09-29| |93|[frontend-winter/chatgpt-share-server](https://github.com/frontend-winter/chatgpt-share-server)|chatgpt-share-server 在线预览地址:https://demo.ainx.cc|54|0|2024-10-08| |94|[YanWenKun/barotrauma-server-docker](https://github.com/YanWenKun/barotrauma-server-docker)|🐳 Dockerfile for 🤿 Barotrauma Dedicated Server. 《潜渊症》独立服务器 Docker 镜像。|32|0|2024-06-19| |95|[duyanghao/kubernetes-reading-notes](https://github.com/duyanghao/kubernetes-reading-notes)|Kubernetes源码阅读笔记,专注云原生、边缘计算、程序员综合素质以及自我修养|196|0|2024-04-26| |96|[SpaceLearner/Awesome-DynamicGraphLearning](https://github.com/SpaceLearner/Awesome-DynamicGraphLearning)|Awesome papers about machine learning (deep learning) on dynamic (temporal) graphs (networks / knowledge graphs).|561|0|2024-08-15| |97|[maravento/blackip](https://github.com/maravento/blackip)|IPv4 Blacklist for Ipset or Squid-Cache|108|0|2024-09-29| |98|[shidahuilang/SS-SSR-TG-iptables-bt](https://github.com/shidahuilang/SS-SSR-TG-iptables-bt)|节点全集合一键脚本搭建|52|0|2024-09-29| |99|[laubonghaudoi/Chinese_Rime](https://github.com/laubonghaudoi/Chinese_Rime)|收集非普通話漢語和古漢語的中州韻輸入法拼音方案 Collection of phonetic spelling schemas for Sinitic languages and dialects|186|0|2024-09-29| |100|[zq99299/note-book](https://github.com/zq99299/note-book)|新笔记本,java、git、elasticsearch、mycat、设计模式、gradle、vue, 等 。vuepress 构建的 Markdown 笔记。|525|0|2024-07-01|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Swift.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Swift 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[Lakr233/NotchDrop](https://github.com/Lakr233/NotchDrop)|Use your MacBook's notch like Dynamic Island for temporary storing files and AirDrop|1438|15|2024-08-23| |2|[jaywcjlove/copybook-generator](https://github.com/jaywcjlove/copybook-generator)|"Copybook Generator" is a powerful copybook generation tool designed to meet the writing practice needs of different users.|873|7|2024-10-01| |3|[SwifterSwift/SwifterSwift](https://github.com/SwifterSwift/SwifterSwift)|A handy collection of more than 500 native Swift extensions to boost your productivity.|14007|5|2024-09-10| |4|[ochococo/Design-Patterns-In-Swift](https://github.com/ochococo/Design-Patterns-In-Swift)|📖 Design Patterns implemented in Swift 5.0|15119|4|2024-08-03| |5|[RanKKI/LawRefBook](https://github.com/RanKKI/LawRefBook)|中华人民共和国法律手册|2270|2|2024-07-12| |6|[TortugaPower/BookPlayer](https://github.com/TortugaPower/BookPlayer)|Player for your DRM-free audiobooks|1623|1|2024-10-10| |7|[rlxone/Equinox](https://github.com/rlxone/Equinox)|🌇 🌃 Create dynamic wallpapers for macOS.|1187|1|2024-09-10| |8|[crazypoo/PTools](https://github.com/crazypoo/PTools)|iOS开发工具小集合,不定期更新|44|0|2024-10-10| |9|[Liaoworking/Advanced-Swift](https://github.com/Liaoworking/Advanced-Swift)|Notes of Advanced Swift. 《swift进阶》学习笔记 swift 5.3|378|0|2024-10-09| |10|[jaywcjlove/swiftui-example](https://github.com/jaywcjlove/swiftui-example)|SwiftUI 示例,技巧和技术集合,帮助我构建应用程序,解决问题以及了解SwiftUI的实际工作方式。|479|0|2024-10-07| |11|[dyljqq/DJGithub](https://github.com/dyljqq/DJGithub)|纯Swift搭建的个人的Github客户端。里面也会本地收录一些日常开发中看的博客等。|34|0|2024-05-13| |12|[yungfan/SwiftUI-learning](https://github.com/yungfan/SwiftUI-learning)|SwiftUI Learning Code|89|0|2024-09-07| |13|[RickeyBoy/Rickey-iOS-Notes](https://github.com/RickeyBoy/Rickey-iOS-Notes)|我的笔记合集,记录我在 iOS 学习过程中的一些收获|397|0|2024-08-01| |14|[songgeb/I-Love-iOS](https://github.com/songgeb/I-Love-iOS)|iOS学习笔记,技术道路走到黑|23|0|2024-10-08| |15|[DamonHu/DDLoggerSwift](https://github.com/DamonHu/DDLoggerSwift)|The iOS side displays the output log log on the screen, and can generate log file sharing, which is convenient for debugging information when the real machine is not connected to xcode. iOS端将输出日志log悬浮 ...|34|0|2024-09-10| |16|[Andy0570/RoadToSwift](https://github.com/Andy0570/RoadToSwift)|My Swift self-study tour 🤪 |14|0|2024-09-12| |17|[yujon/ipa-mac-builder](https://github.com/yujon/ipa-mac-builder)|对ipa进行ios证书重签名并安装/导出ipa|28|0|2024-08-23| |18|[reers/ReerKit](https://github.com/reers/ReerKit)|Swift 基础库. A collection of Swift extensions and utilities.|24|0|2024-10-11| |19|[JmoVxia/CLDemo](https://github.com/JmoVxia/CLDemo)|记录平时博客中的Demo,持续更新|488|0|2024-08-27| |20|[DamonHu/DDUtils](https://github.com/DamonHu/DDUtils)|DDUtils is a collection of commonly used features, developed based on Swift, that can be quickly implemented on iOS devices.|8|0|2024-05-28| |21|[yungfan/iOS-BasedOnSwift](https://github.com/yungfan/iOS-BasedOnSwift)|iOS开发教程案例代码|35|0|2024-10-07| |22|[aruis/BookTime](https://github.com/aruis/BookTime)|做一个安静的读书人|14|0|2024-07-05| |23|[BrightcoveOS/ios-player-samples](https://github.com/BrightcoveOS/ios-player-samples)|A collection of samples for the Brightcove Player SDK for iOS|87|0|2024-09-04| |24|[rztime/QuicklySwift](https://github.com/rztime/QuicklySwift)|swift 提高UI编写效率,常用方法集合|11|0|2024-09-13|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/TeX.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > TeX 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[careywyr/UnderstandingDeepLearning-ZH-CN](https://github.com/careywyr/UnderstandingDeepLearning-ZH-CN)|UnderstandingDeepLearing中文翻译|2242|8|2024-07-21| |2|[zhanwen/MathModel](https://github.com/zhanwen/MathModel)|研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT|8187|4|2024-09-30| |3|[openmlsys/openmlsys-zh](https://github.com/openmlsys/openmlsys-zh)|《Machine Learning Systems: Design and Implementation》- Chinese Version|4006|4|2024-04-13| |4|[foxsen/archbase](https://github.com/foxsen/archbase)|教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本|3086|3|2024-09-20| |5|[soulmachine/leetcode](https://github.com/soulmachine/leetcode)|LeetCode题解,151道题完整版。|11282|3|2024-07-10| |6|[NiuTrans/MTBook](https://github.com/NiuTrans/MTBook)|《机器翻译:基础与模型》肖桐 朱靖波 著 - Machine Translation: Foundations and Models|2716|2|2024-09-14| |7|[luoyaocray/USAC_OPTICS_817](https://github.com/luoyaocray/USAC_OPTICS_817)|真题资料latex源代码|4|1|2024-10-10| |8|[sjtug/SJTUThesis](https://github.com/sjtug/SJTUThesis)|上海交通大学 LaTeX 论文模板 Shanghai Jiao Tong University LaTeX Thesis Template|3307|1|2024-07-18| |9|[xiaoweiChen/Modern-CMake-for-Cpp-2ed](https://github.com/xiaoweiChen/Modern-CMake-for-Cpp-2ed)|《Modern CMake for C++ - Second Edition》的非专业个人翻译|32|1|2024-09-11| |10|[kanition/pbrtbook](https://github.com/kanition/pbrtbook)|pbrt 中文整合翻译 基于物理的渲染:从理论到实现 Physically Based Rendering: From Theory To Implementation|1066|1|2024-08-03| |11|[MeouSker77/Cpp17](https://github.com/MeouSker77/Cpp17)|本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删|1586|1|2024-09-22| |12|[moesoha/debian-media-box](https://github.com/moesoha/debian-media-box)|“Debian 小药盒”,一个用来包装 Debian 安装介质的盒子设计和介绍用的说明书。|1047|1|2024-05-15| |13|[hithesis/hithesis](https://github.com/hithesis/hithesis)|嗨!thesis!哈尔滨工业大学毕业论文LaTeX模板|1661|1|2024-07-29| |14|[liuxinyu95/AlgoXY](https://github.com/liuxinyu95/AlgoXY)|Book of Elementary Functional Algorithms and Data structures|6065|1|2024-08-21| |15|[MeouSker77/ProgrammingRust](https://github.com/MeouSker77/ProgrammingRust)|本书为《Programming Rust - Fast, Safe Systems Development》第2版的个人中文翻译,仅供学习和交流使用,如有侵权请联系作者删除|575|1|2024-07-03| |16|[xiaoweiChen/Clang-Compiler-Frontend](https://github.com/xiaoweiChen/Clang-Compiler-Frontend)|《Clang Compiler Frontend》的非专业个人翻译|33|1|2024-08-10| |17|[the-turing-way/the-turing-way](https://github.com/the-turing-way/the-turing-way)|Host repository for The Turing Way: a how to guide for reproducible data science|1896|1|2024-10-09| |18|[GhostCai/bjtu-thesis-dlc](https://github.com/GhostCai/bjtu-thesis-dlc)|BJTU论文latex模板的补充包,包含了2024年的诚信声明以及外文翻译模板|9|0|2024-05-07| |19|[xtc-chen/UJS_Phdthesis](https://github.com/xtc-chen/UJS_Phdthesis)|江苏大学博士学位论文Latex模板|12|0|2024-06-03| |20|[01xz/dlut-thesis](https://github.com/01xz/dlut-thesis)|2024大连理工大学硕士学位论文LaTeX模版|3|0|2024-05-20| |21|[Reanon/SEUThesisLatexTemplate](https://github.com/Reanon/SEUThesisLatexTemplate)|东南大学 硕士毕业论文 Latex 模版 网络空间安全学院|142|0|2024-04-18| |22|[XinzeZhang/HUST-PhD-Thesis-Latex](https://github.com/XinzeZhang/HUST-PhD-Thesis-Latex)|华中科技大学博士毕业论文Latex模板|137|0|2024-06-03| |23|[whutug/whu-thesis](https://github.com/whutug/whu-thesis)|:memo: 武汉大学毕业论文 LaTeX 模版 2024|932|0|2024-06-07| |24|[yinguoweiOvO/CQU_Thesis2024](https://github.com/yinguoweiOvO/CQU_Thesis2024)|重庆大学毕业论文Latex模板(修改版)|9|0|2024-05-20| |25|[osslab-pku/OSSDevelopment](https://github.com/osslab-pku/OSSDevelopment)|北京大学信息科学技术学院《开源软件技术》课程材料 // Course Materials for “Open Source Software Development and Technology” at School of EECS, Peking University|96|0|2024-10-09| |26|[langsci/langscibook](https://github.com/langsci/langscibook)|LaTeX class and additions for typesetting books|34|0|2024-10-10| |27|[huangzworks/redisbook](https://github.com/huangzworks/redisbook)|《Redis 设计与实现》(网络版)的书稿源码|1516|0|2024-05-01| |28|[kelvin0207/NUDT-Template](https://github.com/kelvin0207/NUDT-Template)|国防科大论文通用模板|6|0|2024-05-16| |29|[alan-tsang/overleaf-latex-chinese-english-general-template](https://github.com/alan-tsang/overleaf-latex-chinese-english-general-template)|一个overleaf latex中英文通用模板,元素丰富,适合latex入门;An Overleaf LaTeX Chinese and English universal template, rich in elements, suitable for getting started with LaTeX;|34|0|2024-09-14| |30|[obster-y/XJTU-thesis](https://github.com/obster-y/XJTU-thesis)|西安交通大学学位论文模板(LaTeX)(适用硕士、博士学位)An official LaTeX template for Xi'an Jiaotong University degree thesis (Chinese and English)|226|0|2024-07-26| |31|[boatpoet/MathematicalModeling](https://github.com/boatpoet/MathematicalModeling)|关于数学建模的一些资料和我自己的数模论文|132|0|2024-09-25| |32|[YanMing-lxb/SCI-LaTeX-Submission-Process-for-Elsevier](https://github.com/YanMing-lxb/SCI-LaTeX-Submission-Process-for-Elsevier)|自制的爱斯维尔期刊的LaTeX投稿工作流程模板|13|0|2024-09-19| |33|[iihciyekub/MUST-Thesis](https://github.com/iihciyekub/MUST-Thesis)|latex-template: 澳门科技大学,硕士or博士毕业论文模版|30|0|2024-04-25| |34|[NWPUMetaphysicsOffice/Yet-Another-LaTeX-Template-for-NPU-Thesis](https://github.com/NWPUMetaphysicsOffice/Yet-Another-LaTeX-Template-for-NPU-Thesis)|西北工业大学硕博学位论文模版 Yet Another Thesis Template for Northwestern Polytechnical University|366|0|2024-07-16| |35|[wrm244/GUEThesis](https://github.com/wrm244/GUEThesis)|桂林电子科技大学本科毕业论文(毕业设计)LaTex模板|14|0|2024-05-23| |36|[bjut-swift/BJUT-Helper](https://github.com/bjut-swift/BJUT-Helper)|北京工业大学课程资源共享计划|85|0|2024-09-05| |37|[SYSU-SCC/sysu-thesis](https://github.com/SYSU-SCC/sysu-thesis)|中山大学 LaTeX 论文项目模板|548|0|2024-05-10| |38|[wennboo/HDU-latex-template-for-master](https://github.com/wennboo/HDU-latex-template-for-master)|旨在帮助杭州电子科技大学硕博生使用 Latex完成学位论文撰写,非官方模板,如若使用,后果自负!|9|0|2024-04-14| |39|[Pungjay/swjtuThesis](https://github.com/Pungjay/swjtuThesis)|西南交通大学硕/博学位论文 LaTeX 模板|3|0|2024-08-17| |40|[chianjin/outline-of-mechanics](https://github.com/chianjin/outline-of-mechanics)|《力学概论》LaTeX 重排版|242|0|2024-05-09| |41|[xtc-chen/UJS_Masterthesis](https://github.com/xtc-chen/UJS_Masterthesis)|江苏大学硕士学位论文Latex模板|12|0|2024-06-03| |42|[Tr0py/NKU-thesis-template-2020](https://github.com/Tr0py/NKU-thesis-template-2020)|南开大学毕业论文模板 Nankai University Thesis Template https://tr0py.github.io/NKU-thesis-template-2020/|89|0|2024-06-01| |43|[Jin-bao/NCU-thesis](https://github.com/Jin-bao/NCU-thesis)|南昌大学学位(毕业)论文 LaTeX 模板|26|0|2024-06-09| |44|[wenweili/Modulform](https://github.com/wenweili/Modulform)|Introduction to Modular Forms: A Chinese textbook about modular forms|62|0|2024-08-19| |45|[ydchen0806/24ICM_E_O_Award_Paper_code](https://github.com/ydchen0806/24ICM_E_O_Award_Paper_code)|2024 MCM/ICM Problem E Outstanding Winner INFORMS Prize paper and source code (24美赛E题O奖冠名奖论文和源码)|39|0|2024-07-23| |46|[3000ye/dhuBachelor](https://github.com/3000ye/dhuBachelor)|东华大学学士毕业论文latex模板|5|0|2024-06-16| |47|[xiaoweiChen/The-CXX-Library-Fourth-Edition-include-CXX23](https://github.com/xiaoweiChen/The-CXX-Library-Fourth-Edition-include-CXX23)|《The C++ Standard Library》的非专业个人翻译|56|0|2024-05-08| |48|[andy123t/shnuthesis](https://github.com/andy123t/shnuthesis)|上海师范大学研究生毕业论文 LaTeX 模板 LaTeX Thesis Template for SHNU|16|0|2024-08-24| |49|[SHU-CES-1008/SHU-Thesis](https://github.com/SHU-CES-1008/SHU-Thesis)|上海大学硕士学位论文LaTeX模板|12|0|2024-09-23| |50|[NewFuture/NKThesis](https://github.com/NewFuture/NKThesis)|南开大学硕士毕业论文/博士论文模板 (Latex Template for Nankai University)|128|0|2024-06-05| |51|[langsci/latex-skeletons](https://github.com/langsci/latex-skeletons)|Templates for monographs, papers, and edited volumes|21|0|2024-08-16| |52|[yufree/hjhbb](https://github.com/yufree/hjhbb)|公众号 环境黑板报 的文章存档|7|0|2024-09-30| |53|[Steve-Cheung-emct/upLaTeX-SZ.CLS](https://github.com/Steve-Cheung-emct/upLaTeX-SZ.CLS)|A Template of Chinese/Japanese vertical book style.|56|0|2024-05-12| |54|[liuqi6777/ructhesis](https://github.com/liuqi6777/ructhesis)|中国人民大学本科毕业论文(设计)LaTeX模板|5|0|2024-04-17| |55|[XiangyunHuang/data-analysis-in-action](https://github.com/XiangyunHuang/data-analysis-in-action)|:book: R 语言数据分析实战(写作中) Data Analysis in Action Using R|70|0|2024-07-06| |56|[ChambersXDU/xduts_demo](https://github.com/ChambersXDU/xduts_demo)|提供一份稍完整的xduts参考示例,供西电学子入门xduts使用|4|0|2024-04-17| |57|[Jimmy-L4/BUPTGraduateThesis](https://github.com/Jimmy-L4/BUPTGraduateThesis)|BUPTGraduateThesis提供北京邮电大学研究生学位论文LaTeX文档类,其符合北邮研究生院2014年11月发布的《关于研究生学位论文格式的统一要求》,目前已根据2017年标准修正格式、添加英文扉页,已根据2023年标准修正格式、添加答辩小组名单页,已根据2024年标准修正格式|38|0|2024-07-17| |58|[shuyong/study-notes-math](https://github.com/shuyong/study-notes-math)|读书笔记-数学|118|0|2024-09-25| |59|[GasinAn/ForNotes](https://github.com/GasinAn/ForNotes)|Fortran 笔记|3|0|2024-10-10| |60|[CIOT-Group/Fuck_2024_MCM-ICM](https://github.com/CIOT-Group/Fuck_2024_MCM-ICM)|2024美国大学生数学建模竞赛(队号#2409529, Problem E)相关比赛资料开源仓库|6|0|2024-05-03| |61|[davyxx3/hhu-thesis-bachelor](https://github.com/davyxx3/hhu-thesis-bachelor)|河海大学本科毕业论文LaTeX模板(理工科)【2024年更新】|26|0|2024-06-21| |62|[Mikachu2333/sdsmu_welcome_tex](https://github.com/Mikachu2333/sdsmu_welcome_tex)|《山东第二医科大学指南》Latex版本,生活手册与新生指南一体化|原docx版本由“山东第二医科大学频道”接手更新,属于本文的分叉(Fork)关系,互不干扰。|4|0|2024-10-11| |63|[Sakura-shem/JLUThesis](https://github.com/Sakura-shem/JLUThesis)|吉林大学 通信工程学院 本科毕业论文 Latex模板 2023|24|0|2024-04-24| |64|[SUSTech-CRA/sustech-master-thesis](https://github.com/SUSTech-CRA/sustech-master-thesis)|南方科技大学研究生学位论文LaTeX模板|195|0|2024-10-06| |65|[xiaowen1124/Numerical-Analysis-](https://github.com/xiaowen1124/Numerical-Analysis-)|数值分析课程作业题、习题及补充(复习练习版)|9|0|2024-08-26| |66|[wertolf/COD2024Spring](https://github.com/wertolf/COD2024Spring)|2024春《计算机组成原理与汇编语言》课程资料|3|0|2024-06-28| |67|[SeaHI-Robot/SUSTechThesis2024MEE](https://github.com/SeaHI-Robot/SUSTechThesis2024MEE)|南方科技大学本科生毕业论文 LaTeX 模板 - 2024非官方机械系模板|4|0|2024-06-21| |68|[wenweili/AlJabr-1](https://github.com/wenweili/AlJabr-1)|Methods in Algebra (Volume 1): A Chinese textbook on Algebra|377|0|2024-10-11| |69|[KaiserKatze/mathematical-notes](https://github.com/KaiserKatze/mathematical-notes)|数学笔记|34|0|2024-10-11| |70|[mike2718/ham](https://github.com/mike2718/ham)|《业余无线电操作技能考核攻略本(类别:A、B)》|18|0|2024-07-04| |71|[KingwithQueen/GXU-Masters-and-PhD-Thesis-Templates](https://github.com/KingwithQueen/GXU-Masters-and-PhD-Thesis-Templates)|生成符合广西大学硕士或博士研究生毕业论文格式要求的论文模板|3|0|2024-05-08| |72|[Spacial/csstuff](https://github.com/Spacial/csstuff)|CS Stuff is an awesome collection of Computer Science Stuff.|71|0|2024-06-27| |73|[Jin-Cheng-Ming/ZHKU_Thesis](https://github.com/Jin-Cheng-Ming/ZHKU_Thesis)|仲恺农业工程学院学位论文 Latex 模板|9|0|2024-05-28| |74|[geezhu/Category-A-Textbook](https://github.com/geezhu/Category-A-Textbook)|中国80年代甲种本教科书|23|0|2024-08-11| |75|[Latiyas/JNUThesis](https://github.com/Latiyas/JNUThesis)|暨南大学硕博士学位论文Overleaf模板|17|0|2024-06-25| |76|[NominHanggai/szaboqc](https://github.com/NominHanggai/szaboqc)|《现代量子化学》汉化版|112|0|2024-09-19| |77|[chenzl23/FZUThesis](https://github.com/chenzl23/FZUThesis)|福州大学博士研究生毕业论文Latex模板|9|0|2024-05-27| |78|[nju-lug/NJUThesis](https://github.com/nju-lug/NJUThesis)|南京大学学位论文模板|453|0|2024-05-08| |79|[SZTU-ACM/SZTU-Thesis-Latex-Template](https://github.com/SZTU-ACM/SZTU-Thesis-Latex-Template)|深圳技术大学本科毕业论文Latex模板|21|0|2024-05-20| |80|[wang-q/lecture-slides](https://github.com/wang-q/lecture-slides)|Slides for my course "General Biology".|14|0|2024-06-16| |81|[fangcun010/VulkanTutorialCN](https://github.com/fangcun010/VulkanTutorialCN)|Vulkan中文教程|652|0|2024-06-23| |82|[Tian42chen/Transcription-Malfunctioned](https://github.com/Tian42chen/Transcription-Malfunctioned)|ZJU 课程笔记|16|0|2024-09-23| |83|[MobtgZhang/sues-thesis](https://github.com/MobtgZhang/sues-thesis)|上海工程技术大学硕士学位论文模板|29|0|2024-09-23| |84|[ilhikki/hott-book-zh](https://github.com/ilhikki/hott-book-zh)|《The HoTT Book》 中文翻译|6|0|2024-08-10| |85|[Acwuld/LouAnalysis](https://github.com/Acwuld/LouAnalysis)|楼红卫老师《数学分析》的答案.|31|0|2024-10-08| |86|[Yi-ran-Nian-Hua/Matrix-Theory](https://github.com/Yi-ran-Nian-Hua/Matrix-Theory)|电子科技大学《矩阵理论》复习笔记|8|0|2024-07-11| |87|[Hsins/NTU-Thesis-LaTeX-Template](https://github.com/Hsins/NTU-Thesis-LaTeX-Template)|🎓 Unofficial LaTeX templates for your graduate thesis (both master's theses and doctoral dissertations) at National Taiwan University. 國立臺灣大學碩博士學位論文 LaTeX 模板|108|0|2024-08-13| |88|[iamywang/whu-thesis-latex-template](https://github.com/iamywang/whu-thesis-latex-template)|武汉大学博士/硕士学位论文latex模板(包含插图索引、表格索引、中英文缩略语对照、主要符号表等,字体格式以及排版修正)|9|0|2024-04-23| |89|[Siliconet/Math-Bridge](https://github.com/Siliconet/Math-Bridge)|自编的高中数学读本,采用ElegantBook模板。|3|0|2024-10-02| |90|[xiaoweiChen/Professional-cpp-6ed](https://github.com/xiaoweiChen/Professional-cpp-6ed)|《Professional C++ - 6th Edition》的非专业个人翻译|25|0|2024-09-29| |91|[Koorye/uestc-master-student-report-archine](https://github.com/Koorye/uestc-master-student-report-archine)|电子科技大学硕士生期间所有作业与实验报告汇总|6|0|2024-07-12| |92|[YuZhang/cryptography](https://github.com/YuZhang/cryptography)|Cryptography course slides at Harbin Institute of Technology|178|0|2024-05-07| |93|[Nanqiang01/CUFE_Graduate_Thesis_Template](https://github.com/Nanqiang01/CUFE_Graduate_Thesis_Template)|非官方中央财经大学本科毕业论文模板|9|0|2024-04-14| |94|[LeoJhonSong/UCAS-Dissertation](https://github.com/LeoJhonSong/UCAS-Dissertation)|国科大硕士/博士学位论文LeTeX模板, 以《中国科学院大学研究生学位论文撰写规范指导意见》(校发学位字[2022]40号, 附件1) 作为撰写要求|4|0|2024-07-24| |95|[Cactus-proj/A-Philosophy-of-Software-Design-zh](https://github.com/Cactus-proj/A-Philosophy-of-Software-Design-zh)|A Philosophy of Software Design 《软件设计的哲学》中文翻译 |655|0|2024-10-05| |96|[ZhihengNing/LaTex-template](https://github.com/ZhihengNing/LaTex-template)|自用LaTex模板,主要用来编写数学解答及书写论文|5|0|2024-06-03| |97|[NorthSecond/SYSU_Latex_Template](https://github.com/NorthSecond/SYSU_Latex_Template)|适用于中大课程/实验报告的一个简单小模板|11|0|2024-09-26| |98|[bdebye/thesisuestc](https://github.com/bdebye/thesisuestc)|ThesisUESTC-电子科技大学毕业论文模板|1348|0|2024-07-15| |99|[xiaoweiChen/Learn-LLVM-17](https://github.com/xiaoweiChen/Learn-LLVM-17)|《Learn LLVM 17》的非专业个人翻译|109|0|2024-09-03| |100|[ShevonKuan/SCUT-thesis](https://github.com/ShevonKuan/SCUT-thesis)|(更新于2024年) 华南理工大学 LaTeX 论文模板项目,star一下嘛~(☆▽☆),应该是最完善也是最容易使用的华工本科生论文模板了|64|0|2024-05-24| |101|[LunaQu4kez/Introduction_to_Multivariate_Functions](https://github.com/LunaQu4kez/Introduction_to_Multivariate_Functions)|自己总结的多元函数入门攻略,分为上和下。主要讲述高等数学多元函数基本概念及它们之间的关系,附带例题和不常见的反例|6|0|2024-04-14| |102|[fcampelo/EC-Bestiary](https://github.com/fcampelo/EC-Bestiary)|A bestiary of evolutionary, swarm and other metaphor-based algorithms|599|0|2024-04-25| |103|[yuhldr/LZUThesis2020](https://github.com/yuhldr/LZUThesis2020)|兰州大学2024毕业论文LaTex模板:本科生、研究生两个模板|130|0|2024-05-06| |104|[Trikim-Zhang/Principles-and-Practice-of-Artificial-Intelligence](https://github.com/Trikim-Zhang/Principles-and-Practice-of-Artificial-Intelligence)|nudt人工智能原理与实践复习资料|4|0|2024-07-27| |105|[DansYU/SeuThesiY](https://github.com/DansYU/SeuThesiY)|用于排版东南大学硕博学位论文的LaTeX模板|60|0|2024-07-01| |106|[xkwxdyy/CCNUthesis](https://github.com/xkwxdyy/CCNUthesis)|(非官方)华中师范大学毕业论文(设计)模版|23|0|2024-05-02| |107|[sci-m-wang/NEU-Thesis](https://github.com/sci-m-wang/NEU-Thesis)|东北大学学位论文LaTex版,可直接导入Overleaf。LaTex version of Northeastern University's thesis, which can be imported directly into Overleaf.|55|0|2024-05-16| |108|[ljguo1020/ElegantBook](https://github.com/ljguo1020/ElegantBook)|ElegantBook 模板的 LaTeX3 重构|7|0|2024-09-27| |109|[Yixf-Education/course_Statistics_Story](https://github.com/Yixf-Education/course_Statistics_Story)|天津医科大学,本科选修课,《故事中的统计学》课程资料|31|0|2024-10-09| |110|[Spacial/awesome-arts](https://github.com/Spacial/awesome-arts)|Awesome Arts is a collection of arts links and stuff.|31|0|2024-07-01| |111|[GaugeAndGravity/solution2liangshu](https://github.com/GaugeAndGravity/solution2liangshu)|this is a LaTeX project to write a solution to the book 微分几何入门与广义相对论 by 梁灿彬|30|0|2024-09-24| |112|[andy123t/Thesis-Slides](https://github.com/andy123t/Thesis-Slides)|毕业论文开题与答辩 Beamer 模板|12|0|2024-09-30| |113|[winplay/USTC_Latex_template](https://github.com/winplay/USTC_Latex_template)|中科大(USTC)课程论文模板|4|0|2024-06-22| |114|[H-Hyunmin/ISEE_Course_Materials](https://github.com/H-Hyunmin/ISEE_Course_Materials)|ISEE相关课程的资料|6|0|2024-06-28| |115|[XiangyunHuang/msg2nd](https://github.com/XiangyunHuang/msg2nd)|:book: 现代统计图形(第二版) Modern Statistical Graphics (Second Edition)|5|0|2024-07-02| |116|[GuangLun2000/COMAP-MCM-2024](https://github.com/GuangLun2000/COMAP-MCM-2024)|数模美赛材料合集 COMAP MCM/ICM 2024|101|0|2024-08-05| |117|[shinyypig/HFUT-Thesis](https://github.com/shinyypig/HFUT-Thesis)|合肥工业大学本科毕业设计论文模版|4|0|2024-07-05| |118|[blanche07/ecust-master-thesis-latex](https://github.com/blanche07/ecust-master-thesis-latex)|华东理工大学硕士学位论文Latex模板|4|0|2024-06-04| |119|[SHI-Yu-Zhe/awesome-agi-cocosci](https://github.com/SHI-Yu-Zhe/awesome-agi-cocosci)|An awesome & curated list for Artificial General Intelligence, an emerging inter-discipline field that combines artificial intelligence and computational cognitive sciences.|283|0|2024-10-11| |120|[shadowofgost/sudathesis-soochow-university-latex-template](https://github.com/shadowofgost/sudathesis-soochow-university-latex-template)|Naive LaTex Template For Soochow University Thesis 苏州大学Latex 模板,适用于本科生、硕士生和博士生毕业论文以及日常论文写作|26|0|2024-06-11| |121|[haimingz/tjuthesis](https://github.com/haimingz/tjuthesis)|LaTeX template for Tianjin University Master's and Doctoral Theses. 天津大学硕博学位论文 LaTeX 模板。|6|0|2024-08-28| |122|[Aetf/xjtuthesis](https://github.com/Aetf/xjtuthesis)| 使用 LaTeX 排版学位论文!适用于西安交通大学学生|203|0|2024-07-09| |123|[YanMing-lxb/GUET_Thesis_LaTeX](https://github.com/YanMing-lxb/GUET_Thesis_LaTeX)|桂林电子科技大学硕博学位论文LATEX模板|45|0|2024-09-14| |124|[mengchaoheng/SCUT_thesis](https://github.com/mengchaoheng/SCUT_thesis)|华南理工大学硕博士学位论文模板(LaTeX)。Latex templates for the thesis of South China University of Technology|293|0|2024-10-10| |125|[TouchFishPioneer/SEU-master-thesis](https://github.com/TouchFishPioneer/SEU-master-thesis)|东南大学硕士研究生学位论文LaTeX模板|157|0|2024-04-22| |126|[BlueFisher/shuthesis](https://github.com/BlueFisher/shuthesis)|上海大学硕博学位论文 LaTeX 模板 Thesis Template for Shanghai University|55|0|2024-04-28| |127|[YunYouJun/cucthesis](https://github.com/YunYouJun/cucthesis)|CUC 硕士毕业论文 LaTeX 模版 |26|0|2024-06-14| |128|[1FCENdoge/SYSUThesis](https://github.com/1FCENdoge/SYSUThesis)|中山大学研究生学位论文LaTeX模板(试用)|55|0|2024-05-31| |129|[summitgao/OUC-LaTex-master](https://github.com/summitgao/OUC-LaTex-master)|中国海洋大学硕士博士学位论文 LaTeX 模板(Overleaf版)|65|0|2024-07-01| |130|[shuosc/SHU-Bachelor-Thesis-OSC](https://github.com/shuosc/SHU-Bachelor-Thesis-OSC)|上海大学本科生毕业论文latex模板-开源社区版本。|148|0|2024-05-29| |131|[zcyeee/HNU_LaTeX_Template](https://github.com/zcyeee/HNU_LaTeX_Template)|湖南大学课程论文LaTeX模板|8|0|2024-07-14| |132|[Hl-W/TongjiThesis_modified](https://github.com/Hl-W/TongjiThesis_modified)|同济大学硕博士论文 LaTeX 模板的修改版,根据2024年格式要求修改|3|0|2024-05-21| |133|[OChicken/SCUT-Bachelor-Thesis-Template](https://github.com/OChicken/SCUT-Bachelor-Thesis-Template)|Latex template for the bachelor graduation thesis of South China University of Technology (SCUT) 华南理工大学 本科毕业论文LaTeX模板|44|0|2024-04-13| |134|[Andrew82106/MathorcupLatexTemplate](https://github.com/Andrew82106/MathorcupLatexTemplate)|MathorCup 论文Latex模版,可适配Overleaf,使用gbt7714引用文献|5|0|2024-04-16| |135|[andy123t/shnubachelor](https://github.com/andy123t/shnubachelor)|上海师范大学本科毕业论文 LaTeX 模板|3|0|2024-08-22| |136|[Astro-Lee/YNU-thesis-bachelor](https://github.com/Astro-Lee/YNU-thesis-bachelor)|云南大学本科学生毕业论文 (设计) LaTeX 模板|16|0|2024-06-13| |137|[dutLQG/DUT-LyX](https://github.com/dutLQG/DUT-LyX)|大连理工大学博士硕士学位论文LyX/LaTeX模板|3|0|2024-06-09| |138|[Guanyu-Li/Thesis-template](https://github.com/Guanyu-Li/Thesis-template)|吉林大学毕业论文模板(latex)|3|0|2024-05-31| |139|[hantang/latex-templates](https://github.com/hantang/latex-templates)|A collection of awesome LaTeX Thesis/Dissertation templates and beyond! (LaTeX / Word / Typst / Markdown 格式的学位论文、演示文稿、报告、项目申请书、简历、书籍等模板收藏)|217|0|2024-10-05| |140|[YangLaTeX/hitszthesis](https://github.com/YangLaTeX/hitszthesis)|A dissertation template for Harbin Institute of Technology, ShenZhen (HITSZ), including bachelor, master and doctor dissertations.|238|0|2024-09-11| |141|[cshaowang/swjtuThesisV2.0](https://github.com/cshaowang/swjtuThesisV2.0)|A LaTeX Template for PhD/MA Thesis of Southwest Jiaotong University (SWJTU) / 西南交通大学研究生学位论文LaTeX模板|11|0|2024-06-27| |142|[GZIC-OpenFutureTech/OpenFutureTech](https://github.com/GZIC-OpenFutureTech/OpenFutureTech)|华南理工大学国际校区未来技术学院课程攻略 Guidance for courses in Campus of Future Technology, Guangzhou International Campus (GZIC), SCUT.|22|0|2024-08-04| |143|[boa-z/SUEP-Course](https://github.com/boa-z/SUEP-Course)|上海电力大学 电子与信息工程学院 课程共享 本科|5|0|2024-09-08| |144|[weyumm/-Mathematical-Modeling-Awareness-Guide-](https://github.com/weyumm/-Mathematical-Modeling-Awareness-Guide-)|【数学建模觉迷录】记录我从学习数学建模到参加各种建模竞赛的数据集、代码、论文。(A record of my datasets, code, and papers from learning mathematical modeling to participating in various modeling competitions.)|3|0|2024-07-30| |145|[iydon/sustechthesis](https://github.com/iydon/sustechthesis)|南方科技大学本科生毕业论文 LaTeX 模板|230|0|2024-06-05| |146|[TheoCUC/CUC-LaTeX-Templates](https://github.com/TheoCUC/CUC-LaTeX-Templates)|中国传媒大学非官方的各种LaTeX模板合集|9|0|2024-06-27| |147|[chianjin/zhvt-classic](https://github.com/chianjin/zhvt-classic)|中文线装书排版|109|0|2024-06-09| |148|[li199-code/njupt_master_thesis_latex_template](https://github.com/li199-code/njupt_master_thesis_latex_template)|南京邮电大学硕士研究生毕业论文latex模板|11|0|2024-07-18| |149|[ayueme/R_beginners](https://github.com/ayueme/R_beginners)|医学生R语言零基础入门|12|0|2024-10-01| |150|[WeiViming/gzhu-thesis](https://github.com/WeiViming/gzhu-thesis)|广州大学研究生学位论文非官方模板|5|0|2024-06-30| |151|[iotang/linux_tutorials_for_brand_new_oiers](https://github.com/iotang/linux_tutorials_for_brand_new_oiers)|Linux Tutorials for Brand New Oiers 给信息组学弟学妹的 Linux 入门手把手教程|16|0|2024-05-07| |152|[irenier/sysuthesis](https://github.com/irenier/sysuthesis)|中山大学本科生毕业论文 LaTeX 模板|22|0|2024-05-26| |153|[neo954/sichuan-cookbook](https://github.com/neo954/sichuan-cookbook)|Sichuan Cookbook (四川菜谱)|18|0|2024-09-25| |154|[sjewb/math_share](https://github.com/sjewb/math_share)|这是一个数学专业的日常分享|3|0|2024-07-22| |155|[wyqy/TongjiThesis_Proto](https://github.com/wyqy/TongjiThesis_Proto)|同济大学硕博士论文 LaTeX 模板 Tongji-Thesis - 2024 修订|33|0|2024-10-08| |156|[hnuthesis/hnuthesis](https://github.com/hnuthesis/hnuthesis)|湖南大学硕士学位论文 LaTeX 模板|61|0|2024-06-04| |157|[Wang-Ji20/milewski-ctfp-pdf-zh-cn-translation](https://github.com/Wang-Ji20/milewski-ctfp-pdf-zh-cn-translation)|Chinese Translation for Bartosz Milewski's 'Category Theory for Programmers'. 《写给程序员的范畴论》中文翻译 |7|0|2024-10-04| |158|[wtsnwei/pdsp](https://github.com/wtsnwei/pdsp)|《Personal Development for Smart People》的中文自译版|84|0|2024-09-16| |159|[handsomeo7y/latex-elsevier](https://github.com/handsomeo7y/latex-elsevier)|根据elsevier 模板改的论文模板|3|0|2024-06-03| |160|[OceanPresentChao/JLU-SE-Thesis-Template](https://github.com/OceanPresentChao/JLU-SE-Thesis-Template)|吉林大学 软件学院 本科毕业论文 Latex模板|3|0|2024-06-02| |161|[anlit75/CCU-Thesis-LaTeX-Template](https://github.com/anlit75/CCU-Thesis-LaTeX-Template)|Unofficial LaTeX templates for both master's thesis and doctoral dissertations at National Chung Cheng University. 國立中正大學碩博士論文LaTex模板|14|0|2024-05-03| |162|[Koyamin/ECNUThesis-Undergraduate](https://github.com/Koyamin/ECNUThesis-Undergraduate)|华东师范大学 (East China Normal University, ECNU) 本科生学士学位论文 LaTeX 模板|60|0|2024-04-16| |163|[wenjin1997/zkp-learning](https://github.com/wenjin1997/zkp-learning)|记录学习零知识证明(Zero-Knowledge Proof)笔记及过程。|16|0|2024-05-08| |164|[scnu/scnuthesis](https://github.com/scnu/scnuthesis)|符合华南师范大学硕士/博士学位论文格式要求的LaTeX模板。|219|0|2024-04-16| |165|[Hypotenuse-legs/Weekly-Knowledge-Tips-DLUT](https://github.com/Hypotenuse-legs/Weekly-Knowledge-Tips-DLUT)|这是大连理工大学电计2203班的「知识小料」系列,一般在每个教学周更新一期。|5|0|2024-09-27| |166|[Sophie10001b/swjtuThesisV3.0](https://github.com/Sophie10001b/swjtuThesisV3.0)|V3.0 LaTeX Template for PhD/MA Thesis of Southwest Jiaotong University (SWJTU) / 西南交通大学研究生学位论文LaTeX模板(V3.0)|18|0|2024-09-29| |167|[wenbindu/ThinkPython2-CN](https://github.com/wenbindu/ThinkPython2-CN)|《ThinkPython2》中文译本|59|0|2024-06-17| |168|[andy123t/zhbook](https://github.com/andy123t/zhbook)|zhbook 中文书籍 LaTeX 模板|7|0|2024-08-24| |169|[Poker-sang/Notes](https://github.com/Poker-sang/Notes)|高中以来所有的学习笔记|5|0|2024-10-11| |170|[tanzhijir-04/2024-ShenzhenCup-MathModeling](https://github.com/tanzhijir-04/2024-ShenzhenCup-MathModeling)|本仓库包含我在 2024 年深圳杯数学建模竞赛中使用的代码文件和 PDF 论文。内容包括所有用于数据分析、仿真和最终算法的脚本,以及详细描述方法和结果的综合报告。|6|0|2024-07-28| |171|[Stolorzs/ZafuTemplatePublic](https://github.com/Stolorzs/ZafuTemplatePublic)|浙江农林大学风景园林与建筑学院本科生毕业设计说明书(或毕业论文)的LateX模板|3|0|2024-06-19| |172|[MobtgZhang/sues-mm](https://github.com/MobtgZhang/sues-mm)|上海工程技术大学校级数学建模竞赛论文模板|4|0|2024-05-02| |173|[oyoycr/els-cas-templates](https://github.com/oyoycr/els-cas-templates)|Elsevier latex template 'els-cas-templates'(爱思唯尔期刊-latex双栏版本)|28|0|2024-04-28|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/TypeScript.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > TypeScript 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[type-challenges/type-challenges](https://github.com/type-challenges/type-challenges)|Collection of TypeScript type challenges with online judge|42848|28|2024-09-08| |2|[cooderl/wewe-rss](https://github.com/cooderl/wewe-rss)|🤗更优雅的微信公众号订阅方式,支持私有化部署、微信公众号RSS生成(基于微信读书)v2.x|4764|21|2024-09-11| |3|[cuixueshe/earthworm](https://github.com/cuixueshe/earthworm)|Learning English through the method of constructing sentences with conjunctions|5855|21|2024-08-19| |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.|8442|11|2024-06-04| |5|[RealKai42/qwerty-learner](https://github.com/RealKai42/qwerty-learner)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers|15507|11|2024-10-08| |6|[rockbenben/ChatGPT-Shortcut](https://github.com/rockbenben/ChatGPT-Shortcut)|🚀💪Maximize your efficiency and productivity, support for English,中文,Español,العربية. 让生产力加倍的AI快捷指令。更有效地定制、保存和分享自己的提示词。在提示词分享社区中,轻松找到适用于不同场景的指令。|5918|10|2024-09-18| |7|[meetqy/aspoem](https://github.com/meetqy/aspoem)|Learn Chinese Poetry With AsPoem.com|2548|9|2024-09-11| |8|[zu1k/bs-core](https://github.com/zu1k/bs-core)|Easy and blazing-fast book searcher, create and search your private library.|6336|9|2024-10-11| |9|[openai-translator/bob-plugin-openai-translator](https://github.com/openai-translator/bob-plugin-openai-translator)|基于 OpenAI API 的文本翻译、文本润色、语法纠错 Bob 插件,让我们一起迎接不需要巴别塔的新时代!Licensed under CC BY-NC-SA 4.0|5529|9|2024-08-10| |10|[putyy/res-downloader](https://github.com/putyy/res-downloader)|支持视频号、小程序、抖音、快手、小红书、酷狗、QQ音乐等网络资源下载!|3087|8|2024-10-10| |11|[liyupi/sql-mother](https://github.com/liyupi/sql-mother)|免费的闯关式 SQL 自学教程网站,从 0 到 1 带大家掌握常用 SQL 语法,纯前端实现,简单易学~|3283|8|2024-06-27| |12|[zmh-program/chatnio](https://github.com/zmh-program/chatnio)|🚀 Next Generation AI One-Stop Internationalization Solution. 🚀 下一代 AI 一站式 B/C 端解决方案,支持 OpenAI,Midjourney,Claude,讯飞星火,Stable Diffusion,DALL·E,ChatGLM,通义千问,腾讯混元,360 智脑,百川 AI,火山方舟,新必应,Gemini,Moonshot 等模型 ...|3065|7|2024-09-14| |13|[lidangzzz/How-to-run](https://github.com/lidangzzz/How-to-run)|立党零基础转码笔记|5361|7|2024-05-05| |14|[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|16904|7|2024-10-06| |15|[jooooock/wechat-article-exporter](https://github.com/jooooock/wechat-article-exporter)|在线批量导出微信公众号文章,支持内嵌的音视频导出,无需搭建任何环境,可100%还原文章样式,支持私有部署|609|7|2024-10-01| |16|[hepengwei/visualization-collection](https://github.com/hepengwei/visualization-collection)|🌈 一个专注于前端视觉效果的集合应用,包含CSS动效、Canvas动画、Three.js3D、人工智能应用等上百个案例(持续更新)|4139|6|2024-09-20| |17|[basarat/typescript-book](https://github.com/basarat/typescript-book)|:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹|20780|6|2024-06-29| |18|[latentcat/latentbox](https://github.com/latentcat/latentbox)|A collection of awesome-lists for AI, creativity and art. AI、创意和艺术领域的精选合集。https://latentbox.com|1097|6|2024-07-15| |19|[work7z/MDGJX](https://github.com/work7z/MDGJX)|秒达工具箱,借助独创高效的输入方式,让您可以快速呼出各类工具、文档及笔记等资源,免费安全无广告,现已完全开源!|703|5|2024-08-26| |20|[InkTimeRecord/TTime](https://github.com/InkTimeRecord/TTime)|🚀 Screenshots, word marking, OCR, AI, translation software 截图、划词、文字识别、AI、翻译软件|2559|4|2024-08-26| |21|[xushengfeng/eSearch](https://github.com/xushengfeng/eSearch)|截屏 离线OCR 搜索翻译 以图搜图 贴图 录屏 万向滚动截屏 屏幕翻译 Screenshot Offline OCR Search Translate Search for picture Paste the picture on the screen Screen recorder Omnidirectional scrolling screenshot Sc ...|3943|4|2024-10-11| |22|[LeetCode-OpenSource/vscode-leetcode](https://github.com/LeetCode-OpenSource/vscode-leetcode)|Solve LeetCode problems in VS Code|8188|3|2024-09-13| |23|[webfansplz/vuejs-challenges](https://github.com/webfansplz/vuejs-challenges)|Collection of Vue.js challenges|2707|3|2024-04-12| |24|[bitiful/send](https://github.com/bitiful/send)|基于 Bitiful S4 对象存储的 “Simul-Transfer(即传即收)” 技术实现的大文件实时多人分享,Wetransfer 或 奶牛快传 的相似开源替代品。|405|3|2024-06-17| |25|[sleepy-zone/fabritor-web](https://github.com/sleepy-zone/fabritor-web)|👻 A creative editor based on fabricjs. 一款基于 fabricjs 的开源创意图片编辑器,旨在让开发者快速构建属于自己的图片编辑器。可应用于海报设计、小红书公众号封面设计、banner 设计等场景。|893|3|2024-08-30| |26|[solidSpoon/DashPlayer](https://github.com/solidSpoon/DashPlayer)|为英语学习者量身打造的视频播放器,助你通过观看视频、沉浸真实语境,轻松提升英语水平。#美剧 #播放器 #听力|2281|3|2024-10-07| |27|[xcatliu/typescript-tutorial](https://github.com/xcatliu/typescript-tutorial)|TypeScript 入门教程|10411|3|2024-08-18| |28|[jkchao/typescript-book-chinese](https://github.com/jkchao/typescript-book-chinese)|TypeScript Deep Dive 中文版 |6517|3|2024-07-01| |29|[14790897/paper-ai](https://github.com/14790897/paper-ai)|搜索真实文献并生成引用对应文献的AI论文|822|3|2024-09-10| |30|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|3473|3|2024-08-27| |31|[fantasticit/think](https://github.com/fantasticit/think)|云策文档是一款开源知识管理工具。通过独立的知识库空间,结构化地组织在线协作文档,实现知识的积累与沉淀,促进知识的复用与流通。|1996|2|2024-09-10| |32|[AIDotNet/fast-wiki](https://github.com/AIDotNet/fast-wiki)|基于.NET8+React+LobeUI实现的企业级智能客服知识库|402|2|2024-09-30| |33|[childrentime/reactuse](https://github.com/childrentime/reactuse)|Collection of essential React Hooks Utilities.|1168|2|2024-09-06| |34|[lio-mengxiang/mx-design](https://github.com/lio-mengxiang/mx-design)|最好的react ui组件库教程代码 (The code for the best react component library series tutorial)|918|2|2024-08-13| |35|[zhongsp/TypeScript](https://github.com/zhongsp/TypeScript)|TypeScript 使用手册(中文版)翻译。http://www.typescriptlang.org|7056|2|2024-08-11| |36|[luzhenqian/web3-examples](https://github.com/luzhenqian/web3-examples)|欢迎来到 Web3 世界,这里汇集了大量 Web3 示例项目和高质量学习资源。加入我们,和一百万开发者同行,一起探索并塑造未来世界的繁荣景象。立刻行动,开启您的 Web3 之旅!|901|1|2024-08-05| |37|[Lrunlin/blog](https://github.com/Lrunlin/blog)|使用Next.js+React.js+Koa+Typescript搭建的技术博客社区|821|1|2024-10-11| |38|[food-billboard/create-chart](https://github.com/food-billboard/create-chart)|基于Echarts的可视化数据大屏设计器(包含设计、预览、分享等全部流程)|610|1|2024-07-25| |39|[cxOrz/chaoxing-sign-cli](https://github.com/cxOrz/chaoxing-sign-cli)|超星学习通签到:支持普通签到、拍照签到、手势签到、位置签到、二维码签到,支持自动监测、QQ机器人签到与推送。|1193|1|2024-09-18| |40|[QuarkGluonPlasma/nestjs-course-code](https://github.com/QuarkGluonPlasma/nestjs-course-code)|《Nest 通关秘籍》案例代码|473|1|2024-09-20| |41|[hyperai/tvm-cn](https://github.com/hyperai/tvm-cn)|TVM Documentation in Chinese Simplified / TVM 中文文档|946|1|2024-10-11| |42|[openai-translator/raycast-openai-translator](https://github.com/openai-translator/raycast-openai-translator)|基于 ChatGPT API 的 Raycast 翻译插件 - Raycast extension for translation based on ChatGPT API.|415|1|2024-09-27| |43|[gxr404/yuque-dl](https://github.com/gxr404/yuque-dl)|yuque 语雀知识库下载|536|1|2024-09-14| |44|[marcelscruz/dev-resources](https://github.com/marcelscruz/dev-resources)|A collaborative list of resources for developers|972|1|2024-10-01| |45|[HarmonyOS-Next/interview-handbook-project](https://github.com/HarmonyOS-Next/interview-handbook-project)|《面试通》鸿蒙原生应用,源码+教程|331|1|2024-08-20| |46|[lobehub/lobe-chat-agents](https://github.com/lobehub/lobe-chat-agents)|🤖 / 🏪 Agent Index - This is the agent index for LobeChat. It accesses index.json from this repository to display a list of available agents for LobeChat to the agent market.|444|1|2024-10-08| |47|[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.|1237|1|2024-09-08| |48|[zotero-chinese/zotero-plugins](https://github.com/zotero-chinese/zotero-plugins)|Zotero Plugins Collection Zotero 插件合集 Awesome Zotero Plugins|412|1|2024-10-11| |49|[chodocs/chodocs](https://github.com/chodocs/chodocs)|一站式前端内容网站,包括学习路线、知识体系。用专栏形式更新,原创不易,Give a ⭐️ if this project helped you!|351|1|2024-10-04| |50|[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|1213|1|2024-08-24| |51|[youzan/zent](https://github.com/youzan/zent)|A collection of essential UI components written with React.|2246|1|2024-10-11| |52|[YunYouJun/valaxy](https://github.com/YunYouJun/valaxy)|🌌 Next Generation Static Blog Framework (Beta) 下一代静态博客框架(支持页面/配置热重载)|717|1|2024-10-10| |53|[Fankouzu/solana-basic-ui](https://github.com/Fankouzu/solana-basic-ui)|Solana中文大全-由崔棉大师@MasterCui和捕鲸船社区小伙伴共建的Solana学习社区|206|1|2024-09-21| |54|[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|710|1|2024-07-03| |55|[sancijun/weread-toolbox](https://github.com/sancijun/weread-toolbox)|微信读书工具箱,支持导出图文 Markdown 笔记,同步 Notion 等。|286|1|2024-07-25| |56|[soroushchehresa/awesome-coronavirus](https://github.com/soroushchehresa/awesome-coronavirus)|🦠 Huge collection of useful projects and resources for COVID-19 (2019 novel Coronavirus)|1561|1|2024-05-02| |57|[alibaba/pipcook](https://github.com/alibaba/pipcook)|Machine learning platform for Web developers|2537|1|2024-10-11| |58|[cunyu1943/JavaPark](https://github.com/cunyu1943/JavaPark)|☕️「Java 自学指南」Java 学习保姆级教程、计算机基础、数据库、实战实践、效率工具、资源分享、程序人生。|565|1|2024-08-21| |59|[alibaba/kiwi](https://github.com/alibaba/kiwi)|🐤 Kiwi-国际化翻译全流程解决方案|2532|1|2024-04-18| |60|[vannvan/yuque-tools](https://github.com/vannvan/yuque-tools)|🧰 玩转语雀-朴实无华的语雀工具集合,语雀知识库+团队资源批量导出/备份工具(无需Token)|浏览器插件助手|409|1|2024-06-15| |61|[Theo-Messi/Theo-Docs](https://github.com/Theo-Messi/Theo-Docs)|流媒体森林 - 全方位流媒体 观影指南 引领您进入五彩斑斓的视听世界,并涵盖了 Netflix 、Disney+ 、Spotify会员 和 YouTube会员 的精彩领域/日常记录/青龙面板/ESXI/OpenWrt/VPS指南/银河录像局/奈飞小铺-爱合租/FlyingBird/Bridge The Wise/青云梯|408|1|2024-10-10| |62|[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|4627|1|2024-10-11| |63|[EhTagTranslation/EhSyringe](https://github.com/EhTagTranslation/EhSyringe)|E 站注射器,将中文翻译注入到 E 站体内|2787|1|2024-09-28| |64|[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 ...|1870|1|2024-09-14| |65|[tgnav/tgwiki](https://github.com/tgnav/tgwiki)|TGwiki - Telegram知识库,由TGNAV打造的高质量Telegram知识库,帮助用户更科学地使用Telegram。|295|1|2024-09-17| |66|[pro-collection/interview-question](https://github.com/pro-collection/interview-question)|目标:收集全网经典面试问题|606|1|2024-10-07| |67|[ocsjs/ocsjs](https://github.com/ocsjs/ocsjs)|OCS 网课助手,刷课脚本,网课脚本,帮助大学生解决网课难题,支持【超星学习通】【知道智慧树】【职教云】【智慧职教】【中国大学MOOC】等网课 , 可以在 脚本猫 以及 油猴 等开源脚本管理器下运行。|1469|1|2024-10-09| |68|[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.|455|0|2024-06-24| |69|[Higurashi-kagome/wereader](https://github.com/Higurashi-kagome/wereader)|一个浏览器扩展:主要用于微信读书做笔记,对常使用 Markdown 做笔记的读者比较有帮助。|682|0|2024-09-20| |70|[XYShaoKang/refined-leetcode](https://github.com/XYShaoKang/refined-leetcode)|网页版力扣扩展,提高 LeetCode-cn 刷题体验|278|0|2024-09-29| |71|[jaywcjlove/wxmp](https://github.com/jaywcjlove/wxmp)|微信公众号文章 Markdown 编辑器,使用 markdown 语法创建一篇简介美观大方的微信公众号图文。|228|0|2024-10-03| |72|[ruochuan12/blog](https://github.com/ruochuan12/blog)|若川的博客—撰写了学习源码整体架构系列几十篇。组织了源码共读活动,每周一起学习200行左右的源码,加我微信 ruochuan02 参与。|576|0|2024-10-08| |73|[GregorBiswanger/rxjs-fruits](https://github.com/GregorBiswanger/rxjs-fruits)|A game for learning RxJS 🍎🍌|243|0|2024-10-11| |74|[yanzhandong/v3hooks](https://github.com/yanzhandong/v3hooks)|针对 Vue3 的实用Hooks集合|216|0|2024-05-13| |75|[dicarne/feishu-backup](https://github.com/dicarne/feishu-backup)|用于备份飞书文档,可以将飞书文档转成markdown下载。|371|0|2024-04-19| |76|[SSmJaE/WELearnHelper](https://github.com/SSmJaE/WELearnHelper)|显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;基于生成式AI(ChatGPT)的答案生成|614|0|2024-06-06| |77|[ATQQ/sugar-blog](https://github.com/ATQQ/sugar-blog)|✍️📚我写博客的地方🤪🤪🤪记录随笔与学习笔记,仓库包含:博客内容,博客主题、博客模板、vitepress离线全文搜索插件、VitePress RSS 支持插件;a blog theme use vitepress|359|0|2024-10-09| |78|[yuyinws/steam-card](https://github.com/yuyinws/steam-card)|⚡ Generate Your Steam Profile Card Quickly/快速生成你的Steam资料卡片⚡ |216|0|2024-07-18| |79|[ddean2009/www.flydean.com](https://github.com/ddean2009/www.flydean.com)|www.flydean.com 的源码,AIGC,人工智能,JAVA,前端全领域覆盖,定期分享学习心得和经验,帮助大家少走弯路。觉得有帮助的话,给我点个star吧!|662|0|2024-09-04| |80|[yanlele/node-index](https://github.com/yanlele/node-index)|学习笔记、博文、简书、工作日常踩坑记录以及一些独立作品的汇总目录|370|0|2024-05-01| |81|[huqi-pr/trending-in-one](https://github.com/huqi-pr/trending-in-one)|今日头条热搜,知乎热门视频,知乎热搜榜,知乎热门话题,微博热搜榜;记录从 2020-11-29 日开始的热搜。每小时抓取一次数据,按天归档。|377|0|2024-10-11| |82|[imroc/kubernetes-guide](https://github.com/imroc/kubernetes-guide)|Kubernetes 实践指南|329|0|2024-09-23| |83|[CryptozombiesHQ/cryptozombie-lessons](https://github.com/CryptozombiesHQ/cryptozombie-lessons)|Lesson content for cryptozombies.io|1056|0|2024-08-31| |84|[vikiboss/60s](https://github.com/vikiboss/60s)|60s API 免费接口集合 2024 巴黎奥运会奖牌榜/看世界/百度百科/Bing壁纸/历史上的今天/天气/Epic游戏/哔哩-微博-抖音-知乎-头条热搜/汇率换算等,欢迎贡献|212|0|2024-10-11| |85|[Anmours/Bncr](https://github.com/Anmours/Bncr)|基于nodejs的机器人框架,它拥有无限可能,我愿称之为《无界》|289|0|2024-05-26| |86|[rowthan/pagenote](https://github.com/rowthan/pagenote)|超简单的网页关键词高亮、标注SDK、能把笔记留在网页里。|207|0|2024-09-23| |87|[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 ...|248|0|2024-10-10| |88|[tsejx/javascript-guidebook](https://github.com/tsejx/javascript-guidebook)|:books:JavaScript 前端知识图谱 A guidebook for the convenience of the front-end developers|1065|0|2024-06-11| |89|[eyebluecn/tank-front](https://github.com/eyebluecn/tank-front)|蓝眼系列软件之《蓝眼云盘》前端项目|549|0|2024-07-27| |90|[intellism/vscode-comment-translate](https://github.com/intellism/vscode-comment-translate)|vscode 注释翻译插件, 不干扰正常代码,方便快速阅读源码。|497|0|2024-09-24| |91|[cunzaizhuyi/awesome-fe-sites](https://github.com/cunzaizhuyi/awesome-fe-sites)|收集前端技术站点、技术周刊、个人/团队博客、开源项目站点、公众号等|314|0|2024-09-27| |92|[baotlake/periodic-table-pro](https://github.com/baotlake/periodic-table-pro)|元素周期表Pro,高颜值化学必备小程序,提供全面的元素属性、图片和百科知识等|284|0|2024-08-21| |93|[xpyjs/gantt](https://github.com/xpyjs/gantt)|An easy-to-use Gantt component. 持续更新,中文文档|249|0|2024-08-16|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Vim-script.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Vim script 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[wsdjeg/vim-galore-zh_cn](https://github.com/wsdjeg/vim-galore-zh_cn)|Vim 从入门到精通|10484|4|2024-07-06| |2|[kenshin912/Note](https://github.com/kenshin912/Note)|私人笔记|3|0|2024-07-19| |3|[bujnlc8/vim-translator](https://github.com/bujnlc8/vim-translator)|一个有用的翻译vim插件, 提供有道和百度两种选择,既能查英文也能查中文。|10|0|2024-08-09| |4|[MDGSF/MyVim](https://github.com/MDGSF/MyVim)|vim, vimrc, vimrc template, vim document, vim note, vim study, vimtutor, learn vim, vim practice, vim学习, vim笔记, vim训练营, vim教程, vim入门教程, vim简明教程, vim实操教程, vim入门文档, vimtutor中文版|43|0|2024-08-20| |5|[leoplutos/tecnote](https://github.com/leoplutos/tecnote)|个人技术笔记|2|0|2024-10-11| |6|[Jeanhwea/Vim-Tips](https://github.com/Jeanhwea/Vim-Tips)|📝 Vim 编辑器学习笔记|53|0|2024-06-03| |7|[lwwjxz/Blogs](https://github.com/lwwjxz/Blogs)|资料库|3|0|2024-07-21| |8|[lhsfcboy/lhsfcboy.github.io](https://github.com/lhsfcboy/lhsfcboy.github.io)|本项目用于创建GitHub的个人主页, 存放配置文件, 代码片段和其他可以公开的资料~|3|0|2024-09-14|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/knowledge/Vue.md ================================================ 返回目录问题反馈 # 中文增速榜 > 资料类 > Vue 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[xugaoyi/vuepress-theme-vdoing](https://github.com/xugaoyi/vuepress-theme-vdoing)|🚀一款简洁高效的VuePress知识管理&博客(blog)主题|4505|3|2024-08-02| |2|[shfshanyue/Daily-Question](https://github.com/shfshanyue/Daily-Question)|互联网大厂内推及大厂面经整理,并且每天一道面试题推送。每天五分钟,半年大厂中|4927|3|2024-05-21| |3|[srsng/cozy-reader](https://github.com/srsng/cozy-reader)|一款轻量的阅读软件,仅支持ePub格式电子书。 基于Rust+tauri+Vue3|137|2|2024-10-06| |4|[inoutcode/ethereum_book](https://github.com/inoutcode/ethereum_book)|精通以太坊 (中文版)|3580|2|2024-05-07| |5|[bitporo/EasySend](https://github.com/bitporo/EasySend)|✨⚡️EasySend is a software that can share messages and files in LAN. Only need open it on the host device, other devices use browser receive messages and files(局域网共享文本文件小工具,仅需一端安装,其余端使用浏览器即可)|62|1|2024-09-23| |6|[vuejs-translations/docs-zh-cn](https://github.com/vuejs-translations/docs-zh-cn)|Vue 文档官方中文翻译 | Official Chinese translation for Vue docs|1208|1|2024-10-11| |7|[hepengwei/visualization-collection-vue](https://github.com/hepengwei/visualization-collection-vue)|🌈 一个专注于前端视觉效果的集合应用,包含CSS动效、Canvas动画、Three.js3D、人工智能应用等上百个案例(Vue版本)|722|1|2024-09-20| |8|[fantastic-mobile/basic](https://github.com/fantastic-mobile/basic)|⭐⭐⭐⭐⭐ 一款自成一派的移动端 H5 框架,支持多款 UI 组件库,基于 Vue3 。移动端, H5, vant, 手机端, mobile, 模板, 商城, 微信公众号|78|1|2024-10-02| |9|[ChanceYu/front-end-rss](https://github.com/ChanceYu/front-end-rss)|:orange_book: 根据 RSS 订阅源抓取最新前端技术文章,来源:Node Weekly、JavaScript Weekly、前端早读课、前端大全、前端之巅、前端之神、前端技术优选、程序员成长指北、iCSS前端趣闻、字节前端、前端精读评论、前端食堂、前端从进阶到入院、淘系前端团队、张鑫旭博客、前端里、凹凸实验室|2446|1|2024-10-11| |10|[simjanos-dev/LinguaCafe](https://github.com/simjanos-dev/LinguaCafe)|LinguaCafe is a self-hosted software that helps language learners read foreign languages.|857|1|2024-10-06| |11|[vant-ui/vant-demo](https://github.com/vant-ui/vant-demo)|Collection of vant demos.|1961|1|2024-09-16| |12|[aLittleDonkey/poetize-im-ui-vue3](https://github.com/aLittleDonkey/poetize-im-ui-vue3)|个人博客 聊天室,挑战最美博客,使用 SpringBoot 和 Vue 的个人网站|22|0|2024-07-05| |13|[huangyuanyin/hyy-vue3-mindMap](https://github.com/huangyuanyin/hyy-vue3-mindMap)|一个基于 Vue3.2 +ElementPlus的思维导图|102|0|2024-06-04| |14|[izhangguapi/Graduation-Design](https://github.com/izhangguapi/Graduation-Design)|本科毕业设计源码,含论文,课题名称:基于Web的大学生计算机设计大赛报名网站的开发|50|0|2024-05-26| |15|[Fantasy0521/Fantasy-Blog](https://github.com/Fantasy0521/Fantasy-Blog)|SpringBoot+vue前后端分离个人博客网站|6|0|2024-07-04| |16|[francecil/blog](https://github.com/francecil/blog)|Gahing 的个人博客,欢迎 star ✨|14|0|2024-09-09| |17|[hellowoody/web-lesson](https://github.com/hellowoody/web-lesson)|web前端学习|19|0|2024-08-30| |18|[maomao1996/FE-MindMap](https://github.com/maomao1996/FE-MindMap)|茂茂的前端知识图谱(用思维导图的方式总结个人所学知识)|14|0|2024-05-01| |19|[opendidi/mind](https://github.com/opendidi/mind)|🔥🔥🔥 Vue3(Web组态图,拓扑图,拓扑,脑图,思维导图)可视化编辑器🔨|23|0|2024-10-09| |20|[Ayana-chan/Obsidian_MyNote](https://github.com/Ayana-chan/Obsidian_MyNote)|笔记/知识库|6|0|2024-10-11| |21|[lengyibai/web-notes](https://github.com/lengyibai/web-notes)|Web前端笔记|10|0|2024-07-13| |22|[liub1934/liubing.me](https://github.com/liub1934/liubing.me)|基于VuePress的个人博客,记录日常开发问题。|15|0|2024-10-06| |23|[xishandong/Vue3_web_redbook](https://github.com/xishandong/Vue3_web_redbook)|仿小红书前端设计的网页|82|0|2024-07-11| |24|[Cookiesukaze/bianlian](https://github.com/Cookiesukaze/bianlian)|AI视频翻译 AI Video Translation|5|0|2024-05-29| |25|[3529/fish-book](https://github.com/3529/fish-book)|fish-book 是一款可以隐蔽式阅读小说的工具(摸鱼),基于 electron、vue2、vuex、element-ui、electron-store. |23|0|2024-06-07| |26|[bianchenglequ/chat2KnowL](https://github.com/bianchenglequ/chat2KnowL)|知识文档问答,用大模型与文档对话,提供Al分析、阅读、问答工具,助你快速了解文档内容。|18|0|2024-09-04| |27|[11003/nuxtjs-blogvue](https://github.com/11003/nuxtjs-blogvue)|🍧 使用Nuxtjs搭建的自适应博客前台网站。而且,你也不用担心SEO的问题。|10|0|2024-04-20| |28|[nonhana/littleSharing-Frontend](https://github.com/nonhana/littleSharing-Frontend)|一个以Markdown为主要沟通形式的资源分享社区。Frontend:Vue3.0+Pinia+Vite+TypeScript+Element Plus|9|0|2024-07-22| |29|[Slumhee/Web002VUE-01_vuebasictutorials](https://github.com/Slumhee/Web002VUE-01_vuebasictutorials)|Code and text version of the tutorial on Vue Framework, InkkaPlumChannel. InkkaPlum频道的Vue框架教程的代码和文字版教程。|18|0|2024-06-10| |30|[enson0131/vitePress-blob](https://github.com/enson0131/vitePress-blob)|个人博客|5|0|2024-06-13| |31|[imoyao/wiki](https://github.com/imoyao/wiki)|个人维基知识库|13|0|2024-07-23| |32|[Theo-Messi/xx.theojs.cn](https://github.com/Theo-Messi/xx.theojs.cn)|玄学宝典 - 中华传统五术书籍(山医命相卜)/传世经典著作|76|0|2024-08-01| |33|[Colin-XKL/FeedCraft](https://github.com/Colin-XKL/FeedCraft)|craft your feed at ease! 轻量级rss中间件, 提取全文, 翻译、摘要一站式服务|52|0|2024-10-11| |34|[Alickx/nuxt3-blog](https://github.com/Alickx/nuxt3-blog)|我的一个使用nuxt3构建的博客|9|0|2024-09-19| |35|[Fankekeke/travel_cos](https://github.com/Fankekeke/travel_cos)|基于SpringBoot + Vue的旅游住宿小程序 实现权限的分布控制,如管理员和民宿管理员,二则所能够操作的权限有质的区别。 实现控制前端页面的导航展示(添加,修改,删除,查询)。 实现景点的发布(添加,修改,删除,查询)。 实现旅游攻略的发布(添加,修改,删除,查询)。 实现民宿预定(添加,修改,删除,查询)。 实现民宿房间管理(添加,修改,删除,查询)。 订单统计,订单评价|33|0|2024-07-16| |36|[nice-people-frontend-community/nice-leetcode](https://github.com/nice-people-frontend-community/nice-leetcode)|好青年 leetcode 打卡群|40|0|2024-10-11| |37|[fangyuan99/douyin-AI-wenan](https://github.com/fangyuan99/douyin-AI-wenan)|Douyin AI Wenan 是一个基于Vue 3和coze的智能文案处理工作流。 它能够自动修正从抖音视频中提取的文本,处理同音字错误,并优化标点符号使用。 获取到修正文本之后,可以推送到Memos在线备忘录,方便后续继续学习。|10|0|2024-09-09| |38|[yubinCloud/notebook](https://github.com/yubinCloud/notebook)|学习笔记|4|0|2024-10-03| |39|[xfxdesk/xfxai](https://github.com/xfxdesk/xfxai)|小飞侠AI解决方案, AI办公, AI辅助, PPT转化, 生产力, 工作流程, 文档处理, 设计和演示应用, 工作效率, 任务管理, 项目管理, 办公自动化, 创意展现, 智能日程管理, 数据驱动决策, 效率提升, 创新工作方案, 实战案例分享, 优化工作流, 提高工作效率, 智能技术应用|5|0|2024-06-21| |40|[youshandefeiyang/tools](https://github.com/youshandefeiyang/tools)|直播/点播工具集合|31|0|2024-06-30| |41|[LuckRain7/MyBlog](https://github.com/LuckRain7/MyBlog)|😊 LuckRain7 自整理的资源博客 - 基于 VuePress|4|0|2024-08-09| |42|[lucky131/Games](https://github.com/lucky131/Games)|vue小游戏合集|31|0|2024-05-12| |43|[yeyan1996/file-upload](https://github.com/yeyan1996/file-upload)|A guide about how to upload and process large files (using Vue.js for frontend and Node.js for backend)|689|0|2024-10-08| |44|[zhcndoc/elysia](https://github.com/zhcndoc/elysia)|Elysia 中文文档|7|0|2024-10-11| |45|[wf0/monaco-editor-translate](https://github.com/wf0/monaco-editor-translate)|monaco editor 译文(中文学习文档)|8|0|2024-09-24| |46|[shuigedeng/taotao-cloud-ui](https://github.com/shuigedeng/taotao-cloud-ui)|微服务开发脚手架,包括大数据模块、微服务模块、前端模块。基于Spring Cloud Alibaba的微服务架构。提供技术框架的基础能力的封装,减少开发工作,只关注业务,包含了工作以来的工作总结和技术沉淀|4|0|2024-10-10| |47|[Yakima-Teng/memo](https://github.com/Yakima-Teng/memo)|👻 以写书的方式撰写的技术博客,以便内容更有结构性。记录了WEB编程常用的知识点。有单页版、多页版、PDF版,并且提供了安卓、Windows等客户端。支持暗黑模式。|51|0|2024-09-23| |48|[PolarWS/Riceroll](https://github.com/PolarWS/Riceroll)|这是一个基于VUE和flask的博客框架|6|0|2024-06-28| |49|[justorez/peppa](https://github.com/justorez/peppa)|🐷《挑战 52 天背完小猪佩奇》配套练习网站|4|0|2024-04-20| |50|[luoyunchong/lin-cms-vvlog](https://github.com/luoyunchong/lin-cms-vvlog)|增加了CMS博客的用户UI端|58|0|2024-09-26| |51|[open17/vitepress-theme-open17](https://github.com/open17/vitepress-theme-open17)|一款简单美观的博客主题,继承于vitepress默认主题|18|0|2024-10-02| |52|[KyleBing/map](https://github.com/KyleBing/map)|路书,路线规划,高德地图 api 示例,地图信息 vue3 ts vite|88|0|2024-07-30| |53|[galaxy-s10/nuxt-blog-client](https://github.com/galaxy-s10/nuxt-blog-client)|基于Nuxt2 + ElementUI 搭建的博客前台|51|0|2024-10-08| |54|[3fuyang/libre-testing](https://github.com/3fuyang/libre-testing)|2022 Software Testing course project, Tongji University. 同济大学软件测试课设|18|0|2024-05-21| |55|[cumt-robin/fullstack-blog](https://github.com/cumt-robin/fullstack-blog)|基于 vite + vue3 + ts + node 的全栈博客,采用 pnpm monorepo 架构,支持自动化部署,优秀的开发和部署体验。|160|0|2024-10-11| |56|[Azure12355/Medical-QASystem-front-end](https://github.com/Azure12355/Medical-QASystem-front-end)|基于Neo4j的医疗知识图谱的智能问答-Vue前端界面|6|0|2024-05-21| |57|[kwonganding/KWebNote](https://github.com/kwonganding/KWebNote)|前端WEB学习笔记、练习Demo|13|0|2024-05-08| |58|[Robert-Stackflow/Moment](https://github.com/Robert-Stackflow/Moment)|Modern photo album blog that supports self-hosting, developed based on Vue and Naive UI and FastAPI.支持自托管的现代化相册博客,基于Vue、Naive UI和FastAPI开发。|6|0|2024-09-24| |59|[EITSxiaozhai/FastApi_Blog](https://github.com/EITSxiaozhai/FastApi_Blog)|一个Fastap+VUE的前后端异步分离博客项目-采用了Docker自动部署|9|0|2024-10-06| |60|[DearWQ/vue-week-calendar](https://github.com/DearWQ/vue-week-calendar)|这是一个周日历,可进行排课展示,类似课程表显示|9|0|2024-07-03| |61|[QianShi-ffg/qianshi-blog2x](https://github.com/QianShi-ffg/qianshi-blog2x)|博客2.0 基于vite + vue3 + pinia + vue-router4 + ts|9|0|2024-06-04| |62|[BoyangL1/redbook](https://github.com/BoyangL1/redbook)|Vue3仿照小红书界面|5|0|2024-04-18| |63|[sweida/vue-blog-index](https://github.com/sweida/vue-blog-index)|laravel+vue 个人博客,项目地址:https://www.golang365.top|115|0|2024-06-18| |64|[Jiale-Fang/blog-vue](https://github.com/Jiale-Fang/blog-vue)|blog Front-end(个人博客前端服务)(基于Vue+Springboot+mybatisplus+SpringCloud+ELK等框架实现) 创作不易,如果对你有帮助,可以帮忙star一下,谢谢!|309|0|2024-06-16| |65|[shuosc/shu-scheduling-helper](https://github.com/shuosc/shu-scheduling-helper)|A web-based timetabler helping SHUers filter and preselect courses easily. SHU排课助手. 上海大学排课助手.|77|0|2024-09-29| |66|[DrssXpro/virtualwaterfall-demo](https://github.com/DrssXpro/virtualwaterfall-demo)|Vue3+TS:实现小红书瀑布流虚拟列表组件|25|0|2024-07-14| |67|[Starlight-Dev-Team/fanbook-bot-tools](https://github.com/Starlight-Dev-Team/fanbook-bot-tools)|Fanbook 机器人工具|6|0|2024-08-25| |68|[wang1xiang/blog](https://github.com/wang1xiang/blog)|好记性不如烂笔头,搭建此博客记录工作中遇到的一些问题|5|0|2024-07-17| |69|[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 该组件库可供学习、参考和用于二次开发|38|0|2024-10-11| |70|[gywgithub/vue-d3-examples](https://github.com/gywgithub/vue-d3-examples)|vue d3 examples|145|0|2024-08-27| |71|[X-X-X-X-X-X-X-X-X-X-X-X-X/Bookmark](https://github.com/X-X-X-X-X-X-X-X-X-X-X-X-X/Bookmark)|Edge/Chrome书签插件,让书签变得再次好用|15|0|2024-09-23| |72|[pdsuwwz/vue3-tab-demo](https://github.com/pdsuwwz/vue3-tab-demo)|🗂️ 一个 Vue3 的多 Tabs 标签页切换选项卡的演示模板, 🔨支持路由表自动生成多页签、页面缓存(KeepAlive)和标签页命名空间缓存管理. 基于 Vite 5 + Pinia 2 + TypeScript + Naive UI + Vue Router 4 + UnoCSS + Unplugin + ESLint(v9) + Vitest, 开箱即用的解决方案, 快速开发中后台前端, ...|8|0|2024-09-18| |73|[BuptStEve/blog](https://github.com/BuptStEve/blog)|✍️ StEve Young 的个人博客|82|0|2024-09-23| |74|[sibaiabis/veet](https://github.com/sibaiabis/veet)|vue3+electron+element-plus+ts手把手搭建教程---源码|16|0|2024-08-18| |75|[BrackRat/BrBlog](https://github.com/BrackRat/BrBlog)|优雅至上的个人博客。 Nuxt3 全栈博客|7|0|2024-07-06| |76|[chaizwj/my_Blog](https://github.com/chaizwj/my_Blog)|自己搭建的个人博客,前端用的是Vue,后端用的是Springboot|11|0|2024-08-18| |77|[yulilong/front-end-doc](https://github.com/yulilong/front-end-doc)|前端技术博客,使用vuepress,网址:|15|0|2024-09-17| |78|[ADKcodeXD/MMGC-frontend](https://github.com/ADKcodeXD/MMGC-frontend)|黄金祭MMGC,仅供MMGC使用,Nuxt3学习案例,官网前端。采用Nuxt3 正式版,支持国际化,封装fetch,采用了ElementPlus组件库。|20|0|2024-05-09| |79|[syh19/siyuan-plugin-task-list](https://github.com/syh19/siyuan-plugin-task-list)|思源笔记插件——任务列表:汇总散落在整个工作空间的任务 Siyuan Note Plugin——Task List: Summarize tasks scattered throughout your workspace|28|0|2024-09-19| |80|[tangshuang/chattts-newer](https://github.com/tangshuang/chattts-newer)|ChatTTS Newer是专为想要使用ChatTTS的新手准备的入门工具|4|0|2024-07-11| |81|[Coooolfan/UniBoard](https://github.com/Coooolfan/UniBoard)|个人介绍,导航页、笔记、短链、文件分享。Profile、Note、ShortURL、FileSharing……|19|0|2024-09-17| |82|[zerotrac/leetcode_problem_rating](https://github.com/zerotrac/leetcode_problem_rating)|Self-calculated rating of problems in leetcode weekly/biweekly contests.|494|0|2024-10-04| |83|[duanluan/taro-guide](https://github.com/duanluan/taro-guide)|Taro 官方的渐进式入门教程写的不是很好,不符合初学者的思路,而且不能做到完全复制粘贴可用,所以这里自己写一个。|6|0|2024-06-03| |84|[AnthonyJu/blog](https://github.com/AnthonyJu/blog)|🤖 个人博客 🤖|5|0|2024-09-19| |85|[mo7cc/blog-source](https://github.com/mo7cc/blog-source)|https://blog.mo7.cc 博客源码的开源部分。|25|0|2024-10-09| |86|[lpya/vue3-ts-vite-konvajs](https://github.com/lpya/vue3-ts-vite-konvajs)|vue3-ts-vite-konvajs是一个konvajs基础使用教程,它包含了矩形、圆、文本、多边形基本图形和常用的事件,并提供了项目实战案例|44|0|2024-06-05| |87|[lfb/vue-blog-admin](https://github.com/lfb/vue-blog-admin)|基于 Vue.js + Element-UI 实现的博客管理后台|18|0|2024-09-09| |88|[gjfLeo/summoners-summit](https://github.com/gjfLeo/summoners-summit)|召唤之巅:七圣召唤赛事资料站|12|0|2024-10-11| |89|[PFCCLab/blog](https://github.com/PFCCLab/blog)|PFCC 社区博客|8|0|2024-10-07| |90|[XHXJ/json-GPT-translator](https://github.com/XHXJ/json-GPT-translator)|GPT-Translator 是一款前后端分离基于 OpenAI 的高效翻译软件。这个工具可以读取 JSON 和 Excel(zip) 文件,然后进行行翻译,并输出结果。|126|0|2024-04-18| |91|[ChenJiaH/blog](https://github.com/ChenJiaH/blog)| 📝个人博客 - 欢迎关注 👀 和点赞 ⭐️|9|0|2024-10-11| |92|[Kelichao/vue.js.2.0](https://github.com/Kelichao/vue.js.2.0)|针对vue2.0版本,以及关于MVVM框架学习,使用中的总结,附带backbone.js框架的思想与使用方法做使用记录,以及去年学过的backbone相关MVC框架学习总结与demo笔记思想设计模式 20170-01-12|40|0|2024-09-11| |93|[course-dasheng/geektime-vue-course](https://github.com/course-dasheng/geektime-vue-course)|极客时间玩转vue课件|7|0|2024-07-10| |94|[Theo-Messi/share.theojs.cn](https://github.com/Theo-Messi/share.theojs.cn)|阿里云盘资源分享 - 热门资源/电视剧/电影/综艺/动漫/大陆/日本/韩国/欧美|4|0|2024-08-12| |95|[daidr/douLog](https://github.com/daidr/douLog)|戴兜的博客(施工中)|129|0|2024-04-16| |96|[milkory/anita-terminal](https://github.com/milkory/anita-terminal)|阿妮塔终端 / 雷索纳斯 资料整合站|7|0|2024-06-22| |97|[Arcticn/KeyBlog](https://github.com/Arcticn/KeyBlog)|A blog website made with ASP .Net core + Vue.js 使用 ASP .Net core + Vue.js 编写的前后端分离的博客网站|5|0|2024-09-24| |98|[Sunnnner/wallhaven_rs](https://github.com/Sunnnner/wallhaven_rs)|Wallpapers图片下载器|9|0|2024-05-23| |99|[LightNovelShelf/Web](https://github.com/LightNovelShelf/Web)|轻书架的Vue前端|209|0|2024-09-11| |100|[yaoyaochil/WeyUI](https://github.com/yaoyaochil/WeyUI)| WeyUI是一款基于微信公众号、微信小程序、企业微信管理高度封装的UI组件库,帮助开发者更快速完成页面开发工作|12|0|2024-07-29| |101|[wangyupo/v3s](https://github.com/wangyupo/v3s)|基于 Vue3、Vite5、Vue Router、Pinia 和 Element Plus 构建的高效后台管理模板。结合 VSCode 插件 v3s snippets,助力快速开发业务应用。|38|0|2024-08-12| |102|[mcwenzai/vue3-ts-blog](https://github.com/mcwenzai/vue3-ts-blog)|最新vue3+typescript编写的高性能博客前端|10|0|2024-06-20| |103|[Renovamen/Fishmail](https://github.com/Renovamen/Fishmail)|奇怪的摸鱼工具增加了:装作在 Gmail 上查邮件的样子看知乎摸鱼,从而降低我上班摸鱼时的不安全感|69|0|2024-04-29| |104|[SoJer1012/tauri-knote](https://github.com/SoJer1012/tauri-knote)|tauri+vue3+vite+naiveui,tauri开发桌面版笔记本+行程计划提醒|4|0|2024-07-17| |105|[pea3nut/pea3nut-info](https://github.com/pea3nut/pea3nut-info)|网站“花生PeA的个人资料”(pea3nut.info)源码|18|0|2024-06-22| |106|[TongjiPetWelfareProject/DB_PetWelfare](https://github.com/TongjiPetWelfareProject/DB_PetWelfare)|同济大学数据库课程设计前端&数据库&文档——宠物救助中心 Pet Rescue Center Foster&Adopt&Boards&Post&Bulletin&Employment|11|0|2024-04-22| |107|[rymcu/nebula](https://github.com/rymcu/nebula)|nebula(星云)——一款现代化的知识社区前台项目,使用 Vue + NuxtJS + Element-UI 实现|127|0|2024-09-09| |108|[CoderXiaoShi/master-talk](https://github.com/CoderXiaoShi/master-talk)|master-talk 大佬说|7|0|2024-09-03| |109|[LiHongyao/vite-vue-template](https://github.com/LiHongyao/vite-vue-template)|基于Vite5.0 + TypeScript + Vant4 搭建的H5、公众号、生活号模板|8|0|2024-08-06| |110|[zmh-program/fystart](https://github.com/zmh-program/fystart)|🍏 AI-powered beautiful and lightweight start page, support for cloud sync, support for PWA offline access, and more quote/toolbox/card/search-association/translation components support. 🍏 AI 赋能的美观轻量起始 ...|105|0|2024-09-09| |111|[wushanglang/ppenglish](https://github.com/wushanglang/ppenglish)|双语外刊阅读 + AI翻译(四六级、考研)|6|0|2024-08-31| |112|[moyangzhan/langchain4j-aideepin-admin](https://github.com/moyangzhan/langchain4j-aideepin-admin)|JAVA版本的检索增强生成(RAG)项目,包括知识库、搜索 JAVA version of retrieval enhancement generation(RAG) project ,including knowledge base, search|16|0|2024-09-27| |113|[JACK-ZHANG-coming/frontEnd-all-knowledge](https://github.com/JACK-ZHANG-coming/frontEnd-all-knowledge)|个人前端知识集合汇总,计划囊括react、vue、typescript、js、css、html、前端面试题、设计模式、有趣的前端demo等|17|0|2024-09-05| |114|[Jiang-Xia/blog-home-nuxt](https://github.com/Jiang-Xia/blog-home-nuxt)|Blog Home Nuxt 是一个基于 Vue3、Vite4、TypeScript、Nuxt3、Tailwindcss、DaisyUI的个人博客前台,它使用了最新的前端技术栈,用于个人博客创建和浏览自身文章。欢迎star!|33|0|2024-10-11| |115|[JiaosSir/kesou-search](https://github.com/JiaosSir/kesou-search)|一个简约美观的搜索页,支持多种搜索集合(支持明亮暗黑模式切换),您可以在下方网址体验本项目|4|0|2024-07-27| |116|[shuhongfan/atguigu_vue3](https://github.com/shuhongfan/atguigu_vue3)|尚硅谷Vue3入门到实战,最新版vue3+TypeScript前端开发教程 禹神YYDS,千万播放新版Vue3教程来了! 基于Vue3的setup语法糖讲解,全程采用TypeScript+组合式API编码,贴心准备TypeScript快速上手笔记!带你快速上手纯血版Vue3!|10|0|2024-08-13| |117|[facexl/vuepress-theme-easyBlog](https://github.com/facexl/vuepress-theme-easyBlog)|提供vuepress的博客主题 |4|0|2024-07-14| |118|[ooahz/z2-blog-nuxt](https://github.com/ooahz/z2-blog-nuxt)|Nuxt3+Vue3+TS——采用前沿技术栈的现代化响应式博客项目|9|0|2024-09-30| |119|[codeLove9/myBlog](https://github.com/codeLove9/myBlog)|搭建的个人学习记录博客|11|0|2024-10-10| |120|[JDArmy/BREAK](https://github.com/JDArmy/BREAK)|业务风险枚举与规避知识框架(Business Risk Enumeration & Avoidance Kownledge)|271|0|2024-09-29| |121|[qq919006380/notes](https://github.com/qq919006380/notes)|个人网站/笔记|9|0|2024-09-23| |122|[aLittleDonkey/poetize-ui-vue2](https://github.com/aLittleDonkey/poetize-ui-vue2)|个人博客 聊天室,挑战最美博客,使用 SpringBoot 和 Vue 的个人网站|105|0|2024-07-05| |123|[LightAPIs/free-export-bookmarks](https://github.com/LightAPIs/free-export-bookmarks)|Freely bookmark export tool. 自由地书签导出工具。|46|0|2024-08-17| |124|[galaxy-s10/vue3-blog-admin](https://github.com/galaxy-s10/vue3-blog-admin)|基于Vue3 + Webpack5 + Typescript 搭建的博客后台|33|0|2024-08-13| |125|[KikoStar123/webgis_srtp](https://github.com/KikoStar123/webgis_srtp)|时空知识图谱SRTP项目Webgis前端|7|0|2024-09-22| |126|[lianginx/lianginx.github.io](https://github.com/lianginx/lianginx.github.io)|🧑🏻‍💻 一名菜鸟前端工程师的技术博客 & 日常笔记✏️ 希望文章能解决你的问题|4|0|2024-05-07| |127|[DrssXpro/waterfall-demo](https://github.com/DrssXpro/waterfall-demo)|Vue3 + TS:模仿小红书封装瀑布流组件|102|0|2024-05-23| |128|[Alittfre/vitepress-theme-bluearchive](https://github.com/Alittfre/vitepress-theme-bluearchive)|Blue Archive主题博客,基于VitePress,绝赞画饼中|17|0|2024-07-17| |129|[626394316/SCSE](https://github.com/626394316/SCSE)|目前各大高校领域将各种信息分布在不同的部门信息门户下,存在典型的信息孤岛问题,各个部门信息没有形成互通。当前,老师和学生存在很多有关本校相关文件、政策和活动等众多方面智能问答的统一入口的需求,例如财务处、人事处、学工处、教务处、图书馆等存在各种政策和文件规定,目前在校师生都是从各个部门网站中采取一系列繁琐的查询方法去寻找相应的疑惑解答。目前现有的大多数校园百事通问答方法采取基于知识图谱的方式构建答 ...|17|0|2024-08-05| |130|[zhoubichuan/web-openlayers](https://github.com/zhoubichuan/web-openlayers)|📖openlayer 相关知识的总结--持续更新💪 【http://zhoubichuan.com/web-openlayers】|10|0|2024-07-13| |131|[TimFang4162/desktop-schedule](https://github.com/TimFang4162/desktop-schedule)|简洁而不失优雅的桌面课程表 使用 :electron:|9|0|2024-07-08| |132|[Natrium0521/Firefly](https://github.com/Natrium0521/Firefly)|《崩坏:星穹铁道》流萤工具箱——成就管理、跃迁记录|44|0|2024-09-20| |133|[Jimmylxue/blog](https://github.com/Jimmylxue/blog)|jimmy的个人博客和知识的在线文档,在线访问:https://www.jimmyxuexue.top/|23|0|2024-07-22| |134|[btjawa/BiliTools](https://github.com/btjawa/BiliTools)|bilibili工具箱,视频/番剧+伴音/音乐下载,三种登录方式,仅用作学习用途。|12|0|2024-10-05| |135|[web-abin/abinWeb](https://github.com/web-abin/abinWeb)|前端阿彬的站点。 各种工具的配置枚举列表; 各种好用的工具汇总; 一些小游戏,特效|8|0|2024-06-20| |136|[XPoet/vue-webpack-todoapp](https://github.com/XPoet/vue-webpack-todoapp)|:notebook_with_decorative_cover:vue + webpack打造todo应用|189|0|2024-05-13| |137|[Lionad-Morotar/blog](https://github.com/Lionad-Morotar/blog)|仿生狮子的个人博客,写点代码以及,胡说八道|36|0|2024-10-11| |138|[izhichao/vitepress-theme-minimalism](https://github.com/izhichao/vitepress-theme-minimalism)|A Minimalist VitePress Blog Theme 一个极简的 VitePress 博客主题|26|0|2024-09-24| |139|[wangrongding/frontend-park](https://github.com/wangrongding/frontend-park)|🌸这是一个有趣的前端趣味知识公园~该项目是我平时捣鼓前端相关技术的一些案例集合。【涵盖:(Tensorflow.js-姿态识别,人脸识别),(WebRTC-音视频通话,录屏,虚拟背景,信令服务器),(Threejs-太阳系,3D 动画),(图片处理-千图成像,图片压缩,画板),(隐写术-文本隐写加密,图片隐写加密)等等...】|532|0|2024-08-21| |140|[komomoo/vuepress-theme-resume](https://github.com/komomoo/vuepress-theme-resume)|🐈 书写简洁优雅的前端程序员 markdown 简历,由 vuepress 驱动|425|0|2024-07-07| |141|[daixu-cn/Blog](https://github.com/daixu-cn/Blog)|个人简约博客,响应式布局兼容多端;支持多主题;黑暗模式;QQ、GitHub、Google快捷登录;搭配Node后端,整站部署。具体查看 Readme 完整文档。|4|0|2024-08-07|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/All-Language.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > All Language 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Language|Updated| |:-|:-|:-|:-|:-|:-|:-| |1|[cr4n5/XiaoYuanKouSuan](https://github.com/cr4n5/XiaoYuanKouSuan)|小猿口算_已达到0.00s|560|280|Python|2024-10-11| |2|[2noise/ChatTTS](https://github.com/2noise/ChatTTS)|A generative speech model for daily dialogue.|31399|228|Python|2024-10-10| |3|[ChaosJulien/XiaoYuanKouSuan_Auto](https://github.com/ChaosJulien/XiaoYuanKouSuan_Auto)|用于小猿口算的基于Python的自动答题工具|502|167|Python|2024-10-11| |4|[All-Hands-AI/OpenHands](https://github.com/All-Hands-AI/OpenHands)|🙌 OpenHands: Code Less, Make More|32894|154|Python|2024-10-11| |5|[Ucas-HaoranWei/GOT-OCR2.0](https://github.com/Ucas-HaoranWei/GOT-OCR2.0)|Official code implementation of General OCR Theory: Towards OCR-2.0 via a Unified End-to-end Model|5185|130|Python|2024-10-11| |6|[ChatGPTNextWeb/ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)|A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。|75596|130|TypeScript|2024-10-11| |7|[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)|33910|125|Python|2024-10-02| |8|[nomic-ai/gpt4all](https://github.com/nomic-ai/gpt4all)|GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.|69920|124|C++|2024-10-11| |9|[KwaiVGI/LivePortrait](https://github.com/KwaiVGI/LivePortrait)|Bring portraits to life!|12249|121|Python|2024-10-07| |10|[ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp)|LLM inference in C/C++|66141|114|C++|2024-10-11| |11|[HeyPuter/puter](https://github.com/HeyPuter/puter)|🌐 The Internet OS! Free, Open-Source, and Self-Hostable.|25203|113|JavaScript|2024-10-11| |12|[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 ...|64705|113|Python|2024-10-11| |13|[ShiArthur03/ShiArthur03](https://github.com/ShiArthur03/ShiArthur03)|-|10382|108|MATLAB|2024-08-05| |14|[lizongying/my-tv](https://github.com/lizongying/my-tv)|我的电视 电视直播软件,安装即可使用|29893|96|C|2024-06-20| |15|[hpcaitech/Open-Sora](https://github.com/hpcaitech/Open-Sora)|Open-Sora: Democratizing Efficient Video Production for All|21838|93|Python|2024-08-09| |16|[myshell-ai/OpenVoice](https://github.com/myshell-ai/OpenVoice)|Instant voice cloning by MIT and MyShell.|29107|92|Python|2024-08-21| |17|[langgenius/dify](https://github.com/langgenius/dify)|Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you q ...|47737|87|TypeScript|2024-10-11| |18|[linexjlin/GPTs](https://github.com/linexjlin/GPTs)|leaked prompts of GPTs|28496|85|-|2024-09-27| |19|[lobehub/lobe-chat](https://github.com/lobehub/lobe-chat)|🤯 Lobe Chat - an open-source, modern-design AI chat framework. Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Ollama / Azure / DeepSeek), Knowledge Base (file upload / knowledge management ...|42337|83|TypeScript|2024-10-11| |20|[usual2970/certimate](https://github.com/usual2970/certimate)|开源的SSL证书管理工具,可以帮助你自动申请、部署SSL证书,并在证书即将过期时自动续期。An open-source SSL certificate management tool that helps you automatically apply for and deploy SSL certificates, as well as automatically renew them when ...|4214|81|TypeScript|2024-10-11| |21|[harry0703/MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo)|利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.|16431|76|Python|2024-07-26| |22|[fudan-generative-vision/hallo](https://github.com/fudan-generative-vision/hallo)|Hallo: Hierarchical Audio-Driven Visual Synthesis for Portrait Image Animation|9290|76|Python|2024-09-14| |23|[localsend/localsend](https://github.com/localsend/localsend)|An open-source cross-platform alternative to AirDrop|47890|72|Dart|2024-10-11| |24|[THUDM/ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B)|ChatGLM-6B: An Open Bilingual Dialogue Language Model 开源双语对话语言模型|40491|70|Python|2024-06-27| |25|[Stirling-Tools/Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF)|#1 Locally hosted web application that allows you to perform various operations on PDF files|43514|70|Java|2024-10-09| |26|[dockur/windows](https://github.com/dockur/windows)|Windows inside a Docker container.|17661|65|Shell|2024-10-11| |27|[mediar-ai/screenpipe](https://github.com/mediar-ai/screenpipe)|24/7 local AI screen & mic recording. Works with Ollama. Llama3.2 control your computer. Alternative to Rewind.ai & Zapier. Open. Secure. You own your data. Rust.|7481|65|Rust|2024-10-11| |28|[suno-ai/bark](https://github.com/suno-ai/bark)|🔊 Text-Prompted Generative Audio Model|35648|64|Jupyter Notebook|2024-08-19| |29|[InternLM/MindSearch](https://github.com/InternLM/MindSearch)|🔍 An LLM-based Multi-agent Framework of Web Search Engine (like Perplexity.ai Pro and SearchGPT)|4827|64|Python|2024-10-10| |30|[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.|36633|64|Python|2024-10-06| |31|[hiyouga/LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)|Unified Efficient Fine-Tuning of 100+ LLMs (ACL 2024)|32236|64|Python|2024-10-11| |32|[infiniflow/ragflow](https://github.com/infiniflow/ragflow)|RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.|19078|63|Python|2024-10-11| |33|[OpenBMB/ChatDev](https://github.com/OpenBMB/ChatDev)|Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)|25340|62|Shell|2024-10-11| |34|[huggingface/transformers](https://github.com/huggingface/transformers)|🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.|133228|61|Python|2024-10-11| |35|[gpt-omni/mini-omni](https://github.com/gpt-omni/mini-omni)|open-source multimodal large language model that can hear, talk while thinking. Featuring real-time end-to-end speech input and streaming audio output conversational capabilities. |2798|61|Python|2024-09-25| |36|[QwenLM/Qwen2-VL](https://github.com/QwenLM/Qwen2-VL)|Qwen2-VL is the multimodal large language model series developed by Qwen team, Alibaba Cloud.|2560|58|Python|2024-10-04| |37|[ScrapeGraphAI/Scrapegraph-ai](https://github.com/ScrapeGraphAI/Scrapegraph-ai)|Python scraper based on AI|14829|57|Python|2024-10-11| |38|[chatchat-space/Langchain-Chatchat](https://github.com/chatchat-space/Langchain-Chatchat)|Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Ll ...|31541|56|TypeScript|2024-10-08| |39|[FunAudioLLM/CosyVoice](https://github.com/FunAudioLLM/CosyVoice)|Multi-lingual large voice generation model, providing inference, training and deployment full-stack ability.|5437|54|Python|2024-09-29| |40|[FlowiseAI/Flowise](https://github.com/FlowiseAI/Flowise)|Drag & drop UI to build your customized LLM flow|30530|54|TypeScript|2024-10-11| |41|[LC044/WeChatMsg](https://github.com/LC044/WeChatMsg)|提取微信聊天记录,将其导出成HTML、Word、Excel文档永久保存,对聊天记录进行分析生成年度聊天报告,用聊天数据训练专属于个人的AI聊天助手|33793|53|Python|2024-09-23| |42|[Chanzhaoyu/chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web)|用 Express 和 Vue3 搭建的 ChatGPT 演示网页|31354|51|Vue|2024-08-16| |43|[vuejs/vue](https://github.com/vuejs/vue)|This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core|207797|51|JavaScript|2024-10-10| |44|[rustdesk/rustdesk](https://github.com/rustdesk/rustdesk)|An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.|73973|50|Rust|2024-10-11| |45|[iAmCorey/awesome-indie-hacker-tools](https://github.com/iAmCorey/awesome-indie-hacker-tools)|独立开发/出海开发相关技术栈及工具收录 / Find the best tools for indie hackers here|605|50|TypeScript|2024-10-10| |46|[VikParuchuri/marker](https://github.com/VikParuchuri/marker)|Convert PDF to markdown quickly with high accuracy|16925|49|Python|2024-09-07| |47|[Mintplex-Labs/anything-llm](https://github.com/Mintplex-Labs/anything-llm)|The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.|24421|49|JavaScript|2024-10-11| |48|[huggingface/speech-to-speech](https://github.com/huggingface/speech-to-speech)|Speech To Speech: an effort for an open-sourced and modular GPT4-o|3209|49|Python|2024-09-27| |49|[immich-app/immich](https://github.com/immich-app/immich)|High performance self-hosted photo and video management solution.|48311|49|TypeScript|2024-10-11| |50|[OpenBMB/MiniCPM-V](https://github.com/OpenBMB/MiniCPM-V)|MiniCPM-V 2.6: A GPT-4V Level MLLM for Single Image, Multi Image and Video on Your Phone|12218|48|Python|2024-09-13| |51|[PKU-YuanGroup/Open-Sora-Plan](https://github.com/PKU-YuanGroup/Open-Sora-Plan)|This project aim to reproduce Sora (Open AI T2V model), we wish the open source community contribute to this project.|11314|48|Python|2024-10-08| |52|[jofpin/turbit](https://github.com/jofpin/turbit)|Build applications, scripts, and automations powered by high-performance multicore computing using Node.js|3314|47|JavaScript|2024-08-03| |53|[opendatalab/PDF-Extract-Kit](https://github.com/opendatalab/PDF-Extract-Kit)|A Comprehensive Toolkit for High-Quality PDF Content Extraction|5031|47|Python|2024-10-11| |54|[jianchang512/ChatTTS-ui](https://github.com/jianchang512/ChatTTS-ui)|一个简单的本地网页界面,使用ChatTTS将文字合成为语音,同时支持对外提供API接口。A simple native web interface that uses ChatTTS to synthesize text into speech, along with support for external API interfaces.|6037|45|Python|2024-08-29| |55|[gkd-kit/gkd](https://github.com/gkd-kit/gkd)|基于无障碍,高级选择器,订阅规则的自定义屏幕点击 Android 应用 An Android APP with custom screen tapping based on Accessibility, Advanced Selectors, and Subscription Rules|20490|44|Kotlin|2024-10-11| |56|[Dokploy/dokploy](https://github.com/Dokploy/dokploy)|Open Source Alternative to Vercel, Netlify and Heroku.|7412|42|TypeScript|2024-10-11| |57|[Ackites/KillWxapkg](https://github.com/Ackites/KillWxapkg)|自动化反编译微信小程序,小程序安全评估工具,发现小程序安全问题,自动解密,解包,可还原工程目录,支持Hook,小程序修改|3345|42|Go|2024-09-20| |58|[tw93/Pake](https://github.com/tw93/Pake)|🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用|30327|42|Rust|2024-09-29| |59|[RVC-Project/Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)|Easily train a good VC model with voice data <= 10 mins!|23687|42|Python|2024-09-05| |60|[chatanywhere/GPT_API_free](https://github.com/chatanywhere/GPT_API_free)|Free ChatGPT API Key,免费ChatGPT API,支持GPT4 API(免费),ChatGPT国内可用免费转发API,直连无需代理。可以搭配ChatBox等软件/插件使用,极大降低接口使用成本。国内即可无限制畅快聊天。|22226|41|Python|2024-09-26| |61|[netease-youdao/QAnything](https://github.com/netease-youdao/QAnything)|Question and Answer based on Anything.|11604|41|Python|2024-09-27| |62|[supabase/supabase](https://github.com/supabase/supabase)|The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.|72513|40|TypeScript|2024-10-11| |63|[adithya-s-k/omniparse](https://github.com/adithya-s-k/omniparse)|Ingest, parse, and optimize any data format ➡️ from documents to multimedia ➡️ for enhanced compatibility with GenAI frameworks|5142|40|Python|2024-09-23| |64|[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.|23733|40|TypeScript|2024-10-07| |65|[cmliu/CF-Workers-docker.io](https://github.com/cmliu/CF-Workers-docker.io)|这个项目是一个基于 Cloudflare Workers 的 Docker 镜像代理工具。它能够中转对 Docker 官方镜像仓库的请求,解决一些访问限制和加速访问的问题。|5004|40|JavaScript|2024-09-21| |66|[ultralytics/ultralytics](https://github.com/ultralytics/ultralytics)|Ultralytics YOLO11 🚀|30255|40|Python|2024-10-11| |67|[karpathy/llama2.c](https://github.com/karpathy/llama2.c)|Inference Llama 2 in one file of pure C|17291|39|C|2024-08-06| |68|[zhayujie/chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat)|基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择GPT3.5/GPT-4o/GPT-o1/ Claude/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Claude/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。|30419|38|Python|2024-09-26| |69|[toss/es-toolkit](https://github.com/toss/es-toolkit)|A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.|6482|38|TypeScript|2024-10-09| |70|[Upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant)|Intelligence development framework in python for your product like Apple Intelligence|5216|38|Python|2024-09-10| |71|[THUDM/ChatGLM3](https://github.com/THUDM/ChatGLM3)|ChatGLM3 series: Open Bilingual Chat LLMs 开源双语对话语言模型|13382|38|Python|2024-07-10| |72|[Kwai-Kolors/Kolors](https://github.com/Kwai-Kolors/Kolors)|Kolors Team|3695|37|Python|2024-09-04| |73|[VikParuchuri/surya](https://github.com/VikParuchuri/surya)|OCR, layout analysis, reading order, table recognition in 90+ languages|10247|37|Python|2024-10-08| |74|[hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI)|Making large AI models cheaper, faster and more accessible|38723|36|Python|2024-10-11| |75|[Bin-Huang/chatbox](https://github.com/Bin-Huang/chatbox)|User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)|21180|36|TypeScript|2024-10-07| |76|[fishaudio/fish-speech](https://github.com/fishaudio/fish-speech)|Brand new TTS solution|13210|36|Python|2024-10-11| |77|[usebruno/bruno](https://github.com/usebruno/bruno)|Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)|25971|35|JavaScript|2024-10-09| |78|[NexaAI/nexa-sdk](https://github.com/NexaAI/nexa-sdk)|Nexa SDK is a comprehensive toolkit for supporting ONNX and GGML models. It supports text generation, image generation, vision-language models (VLM), auto-speech-recognition (ASR), and text-to-speech ...|1970|35|Python|2024-10-11| |79|[QwenLM/Qwen2.5](https://github.com/QwenLM/Qwen2.5)|Qwen2.5 is the large language model series developed by Qwen team, Alibaba Cloud.|8794|35|Shell|2024-10-02| |80|[The-Run-Philosophy-Organization/run](https://github.com/The-Run-Philosophy-Organization/run)|润学全球官方指定GITHUB,整理润学宗旨、纲领、理论和各类润之实例;解决为什么润,润去哪里,怎么润三大问题; 并成为新中国人的核心宗教,核心信念。|31593|34|-|2024-07-31| |81|[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 ...|18362|34|JavaScript|2024-09-22| |82|[sxyazi/yazi](https://github.com/sxyazi/yazi)|💥 Blazing fast terminal file manager written in Rust, based on async I/O.|15437|33|Rust|2024-10-11| |83|[macrozheng/mall](https://github.com/macrozheng/mall)|mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。|77585|33|Java|2024-10-10| |84|[biomejs/biome](https://github.com/biomejs/biome)|A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.|14817|33|Rust|2024-10-11| |85|[THUDM/ChatGLM2-6B](https://github.com/THUDM/ChatGLM2-6B)|ChatGLM2-6B: An Open Bilingual Chat LLM 开源双语对话语言模型|15704|33|Python|2024-06-27| |86|[THUDM/GLM-4](https://github.com/THUDM/GLM-4)|GLM-4 series: Open Multilingual Multimodal Chat LMs 开源多语言多模态对话模型|4840|32|Python|2024-10-06| |87|[tloen/alpaca-lora](https://github.com/tloen/alpaca-lora)|Instruct-tune LLaMA on consumer hardware|18583|32|Jupyter Notebook|2024-07-29| |88|[PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)|:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin|87712|32|Vue|2024-07-16| |89|[huggingface/candle](https://github.com/huggingface/candle)|Minimalist ML framework for Rust|15494|32|Rust|2024-10-10| |90|[ymcui/Chinese-LLaMA-Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca)|中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)|18261|32|Python|2024-04-30| |91|[fanmingming/live](https://github.com/fanmingming/live)|✯ 可直连访问的电视/广播图标库与相关工具项目 ✯ 🔕 永久免费 直连访问 完整开源 不断完善的台标 支持IPv4/IPv6双栈访问 🔕|22059|32|JavaScript|2024-10-11| |92|[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. It’s an open-source, secure and ad-free.|16387|32|Dart|2024-10-04| |93|[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|9604|32|Go|2024-06-12| |94|[QwenLM/Qwen](https://github.com/QwenLM/Qwen)|The official repo of Qwen (通义千问) chat & pretrained large language model proposed by Alibaba Cloud.|13673|31|Python|2024-09-24| |95|[CodePhiliaX/Chat2DB](https://github.com/CodePhiliaX/Chat2DB)|🔥🔥🔥AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite, H2, ClickHouse, and more.|15020|31|Java|2024-09-25| |96|[yaoxieyoulei/mytv-android](https://github.com/yaoxieyoulei/mytv-android)|使用Android原生开发的电视直播软件|5704|31|Kotlin|2024-10-10| |97|[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。|42767|31|Go|2024-10-11| |98|[ultralytics/yolov5](https://github.com/ultralytics/yolov5)|YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite|50158|31|Python|2024-10-11| |99|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|35081|30|JavaScript|2024-08-29| |100|[TencentARC/PhotoMaker](https://github.com/TencentARC/PhotoMaker)|PhotoMaker [CVPR 2024]|9415|30|Jupyter Notebook|2024-08-15| |101|[GuijiAI/duix.ai](https://github.com/GuijiAI/duix.ai)|-|4464|30|C++|2024-08-23| |102|[danny-avila/LibreChat](https://github.com/danny-avila/LibreChat)|Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL ...|18083|30|TypeScript|2024-10-11| |103|[FunAudioLLM/SenseVoice](https://github.com/FunAudioLLM/SenseVoice)|Multilingual Voice Understanding Model|2895|29|Python|2024-09-25| |104|[AimRT/AimRT](https://github.com/AimRT/AimRT)|A high-performance runtime framework for modern robotics.|557|29|C++|2024-10-11| |105|[xx025/carrot](https://github.com/xx025/carrot)|Free ChatGPT Site List 这儿为你准备了众多免费好用的ChatGPT镜像站点|16953|29|-|2024-10-10| |106|[jingyaogong/minimind](https://github.com/jingyaogong/minimind)|「大模型」3小时完全从0训练26M的小参数GPT,个人显卡即可推理训练!|2253|29|Python|2024-10-11| |107|[labring/FastGPT](https://github.com/labring/FastGPT)|FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letti ...|17310|29|TypeScript|2024-10-11| |108|[hiroi-sora/Umi-OCR](https://github.com/hiroi-sora/Umi-OCR)|OCR software, free and offline. 开源、免费的离线OCR软件。支持截屏/批量导入图片,PDF文档识别,排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。|26265|28|Python|2024-10-09| |109|[assafelovic/gpt-researcher](https://github.com/assafelovic/gpt-researcher)|LLM based autonomous agent that does online comprehensive research on any given topic|14361|28|Python|2024-10-11| |110|[idootop/mi-gpt](https://github.com/idootop/mi-gpt)|🏠 将小爱音箱接入 ChatGPT 和豆包,改造成你的专属语音助手。|7395|28|TypeScript|2024-08-26| |111|[1Panel-dev/1Panel](https://github.com/1Panel-dev/1Panel)|🔥🔥🔥 Web-based linux server management control panel. / 现代化、开源的 Linux 服务器运维管理面板。|22098|27|Go|2024-10-11| |112|[reflex-dev/reflex](https://github.com/reflex-dev/reflex)|🕸️ Web apps in pure Python 🐍|19683|27|Python|2024-10-10| |113|[Predidit/Kazumi](https://github.com/Predidit/Kazumi)|基于自定义规则的番剧采集APP,支持流媒体在线观看,支持弹幕。|4235|27|Dart|2024-10-11| |114|[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 ...|43163|27|Python|2024-10-10| |115|[microsoft/UFO](https://github.com/microsoft/UFO)|A UI-Focused Agent for Windows OS Interaction.|7638|27|Python|2024-09-25| |116|[qhjqhj00/MemoRAG](https://github.com/qhjqhj00/MemoRAG)|Empowering RAG with a memory-based data interface for all-purpose applications!|1017|27|Python|2024-09-29| |117|[sipeed/NanoKVM](https://github.com/sipeed/NanoKVM)|NanoKVM: Affordable, Multifunctional, Nano RISC-V IP-KVM|2763|27|TypeScript|2024-10-10| |118|[electron/electron](https://github.com/electron/electron)|:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS|113902|27|C++|2024-10-11| |119|[ai-shifu/ChatALL](https://github.com/ai-shifu/ChatALL)| Concurrently chat with ChatGPT, Bing Chat, Bard, Alpaca, Vicuna, Claude, ChatGLM, MOSS, 讯飞星火, 文心一言 and more, discover the best answers|15141|27|JavaScript|2024-10-07| |120|[weijunext/indie-hacker-tools](https://github.com/weijunext/indie-hacker-tools)|收录独立开发者出海技术栈和工具|6303|27|-|2024-09-28| |121|[bepass-org/oblivion-desktop](https://github.com/bepass-org/oblivion-desktop)|Oblivion Desktop - Unofficial Warp Client for Windows/Mac/Linux|4929|27|TypeScript|2024-10-10| |122|[ant-design/ant-design](https://github.com/ant-design/ant-design)|An enterprise-class UI design language and React UI library|92109|27|TypeScript|2024-10-11| |123|[OpenBMB/MiniCPM](https://github.com/OpenBMB/MiniCPM)|MiniCPM3-4B: An edge-side LLM that surpasses GPT-3.5-Turbo.|7006|27|Jupyter Notebook|2024-10-10| |124|[Textualize/rich](https://github.com/Textualize/rich)|Rich is a Python library for rich text and beautiful formatting in the terminal.|49146|27|Python|2024-10-11| |125|[1Panel-dev/MaxKB](https://github.com/1Panel-dev/MaxKB)|🚀 基于大语言模型和 RAG 的知识库问答系统。开箱即用、模型中立、灵活编排,支持快速嵌入到第三方业务系统。|10775|27|Python|2024-10-11| |126|[slidevjs/slidev](https://github.com/slidevjs/slidev)|Presentation Slides for Developers|32940|26|TypeScript|2024-10-11| |127|[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.|85223|26|Go|2024-10-09| |128|[SJTU-IPADS/PowerInfer](https://github.com/SJTU-IPADS/PowerInfer)|High-speed Large Language Model Serving on PCs with Consumer-grade GPUs|7913|26|C++|2024-09-06| |129|[xcanwin/KeepChatGPT](https://github.com/xcanwin/KeepChatGPT)|这是一款提高ChatGPT的数据安全能力和效率的插件。并且免费共享大量创新功能,如:自动刷新、保持活跃、数据安全、取消审计、克隆对话、言无不尽、净化页面、展示大屏、拦截跟踪、日新月异、明察秋毫等。让我们的AI体验无比安全、顺畅、丝滑、高效、简洁。|14485|26|JavaScript|2024-09-28| |130|[BadToBest/EchoMimic](https://github.com/BadToBest/EchoMimic)|Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning|2611|26|Python|2024-08-15| |131|[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.|15187|26|Python|2024-09-25| |132|[dragonflydb/dragonfly](https://github.com/dragonflydb/dragonfly)|A modern replacement for Redis and Memcached|25527|25|C++|2024-10-11| |133|[linyqh/NarratoAI](https://github.com/linyqh/NarratoAI)|利用AI大模型,一键解说并剪辑视频; Using AI models to automatically provide commentary and edit videos with a single click.|1512|25|Python|2024-10-08| |134|[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|13463|25|Python|2024-10-08| |135|[joevess/IPTV](https://github.com/joevess/IPTV)|IPTV直播源抓取 自动整合hao趣网直播源+TVBox直播源+其他网上直播源 择取分辨率、速度最佳视频流 定期更新|9297|24|-|2024-09-03| |136|[bpc-clone/bypass-paywalls-chrome-clean](https://github.com/bpc-clone/bypass-paywalls-chrome-clean)|-|4207|24|-|2024-10-11| |137|[Sinaptik-AI/pandas-ai](https://github.com/Sinaptik-AI/pandas-ai)|Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.|12868|24|Python|2024-09-25| |138|[BradyFU/Awesome-Multimodal-Large-Language-Models](https://github.com/BradyFU/Awesome-Multimodal-Large-Language-Models)|:sparkles::sparkles:Latest Advances on Multimodal Large Language Models|12118|24|-|2024-10-09| |139|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.|28008|24|Python|2024-08-06| |140|[lihaoyun6/QuickRecorder](https://github.com/lihaoyun6/QuickRecorder)|A lightweight screen recorder based on ScreenCapture Kit for macOS / 基于 ScreenCapture Kit 的轻量化多功能 macOS 录屏工具|4229|24|Swift|2024-10-11| |141|[TeamWiseFlow/wiseflow](https://github.com/TeamWiseFlow/wiseflow)|Wiseflow is an agile information mining tool that extracts concise messages from various sources such as websites, WeChat official accounts, social platforms, etc. It automatically categorizes and upl ...|4094|24|Python|2024-10-10| |142|[NaiboWang/EasySpider](https://github.com/NaiboWang/EasySpider)|A visual no-code/code-free web crawler/spider易采集:一个可视化浏览器自动化测试/数据采集/爬虫软件,可以无代码图形化的设计和执行爬虫任务。别名:ServiceWrapper面向Web应用的智能化服务封装系统。|34871|23|JavaScript|2024-10-03| |143|[Zeyi-Lin/HivisionIDPhotos](https://github.com/Zeyi-Lin/HivisionIDPhotos)|⚡️HivisionIDPhotos: a lightweight and efficient AI ID photos tools. 一个轻量级的AI证件照制作算法。|11202|23|Python|2024-09-28| |144|[AI4Finance-Foundation/FinGPT](https://github.com/AI4Finance-Foundation/FinGPT)|FinGPT: Open-Source Financial Large Language Models! Revolutionize 🔥 We release the trained model on HuggingFace.|13773|23|Jupyter Notebook|2024-10-01| |145|[THUDM/LongWriter](https://github.com/THUDM/LongWriter)|LongWriter: Unleashing 10,000+ Word Generation from Long Context LLMs|1401|23|Python|2024-09-27| |146|[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界面的声音克隆工具,使用你的音色或任意声音来录制音频|7365|22|Python|2024-08-22| |147|[chen08209/FlClash](https://github.com/chen08209/FlClash)|A multi-platform proxy client based on ClashMeta,simple and easy to use, open-source and ad-free.|9395|22|Dart|2024-10-11| |148|[chaitin/SafeLine](https://github.com/chaitin/SafeLine)|serve as a reverse proxy to protect your web services from attacks and exploits.|12142|22|Go|2024-09-27| |149|[guoyww/AnimateDiff](https://github.com/guoyww/AnimateDiff)|Official implementation of AnimateDiff.|10388|22|Python|2024-07-31| |150|[Tencent/HunyuanDiT](https://github.com/Tencent/HunyuanDiT)|Hunyuan-DiT : A Powerful Multi-Resolution Diffusion Transformer with Fine-Grained Chinese Understanding|3348|22|Python|2024-10-11| |151|[nicepkg/aide](https://github.com/nicepkg/aide)|Conquer Any Code in VSCode: One-Click Comments, Conversions, UI-to-Code, and AI Batch Processing of Files! 在 VSCode 中征服任何代码:一键注释、转换、UI 图生成代码、AI 批量处理文件!💪|2234|22|TypeScript|2024-10-08| |152|[appwrite/appwrite](https://github.com/appwrite/appwrite)|Your backend, minus the hassle.|44209|22|TypeScript|2024-10-11| |153|[GaiaNet-AI/gaianet-node](https://github.com/GaiaNet-AI/gaianet-node)|Install and run your own AI agent service|4822|22|Shell|2024-10-10| |154|[OpenMOSS/MOSS](https://github.com/OpenMOSS/MOSS)|An open-source tool-augmented conversational language model from Fudan University|11928|22|Python|2024-07-13| |155|[OpenBMB/XAgent](https://github.com/OpenBMB/XAgent)|An Autonomous LLM Agent for Complex Task Solving|8080|22|Python|2024-08-12| |156|[AiuniAI/Unique3D](https://github.com/AiuniAI/Unique3D)|Official implementation of Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image|2958|22|Python|2024-09-18| |157|[netease-youdao/EmotiVoice](https://github.com/netease-youdao/EmotiVoice)|EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine|7325|22|Python|2024-08-13| |158|[hrvach/deskhop](https://github.com/hrvach/deskhop)|Fast Desktop Switching Device|6160|21|C|2024-09-14| |159|[xuchengsheng/spring-reading](https://github.com/xuchengsheng/spring-reading)|涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。|8151|21|Java|2024-07-29| |160|[dataelement/bisheng](https://github.com/dataelement/bisheng)|BISHENG is an open LLM devops platform for next generation Enterprise AI applications. Powerful and comprehensive features include: GenAI workflow, RAG, Agent, Unified model management, Evaluation, SF ...|8662|21|Python|2024-10-11| |161|[Snoopy1866/LiTiaotiao-Custom-Rules](https://github.com/Snoopy1866/LiTiaotiao-Custom-Rules)|-|10283|21|-|2024-09-09| |162|[jaywcjlove/free-font](https://github.com/jaywcjlove/free-font)|收录商用免费汉字字体,还包括开源英文字体 Free Font|1820|21|JavaScript|2024-10-03| |163|[lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop)|一个基于 electron 的音乐软件|39953|21|JavaScript|2024-09-24| |164|[agalwood/Motrix](https://github.com/agalwood/Motrix)|A full-featured download manager.|45306|21|JavaScript|2024-07-11| |165|[tonsky/FiraCode](https://github.com/tonsky/FiraCode)|Free monospaced font with programming ligatures|76991|21|Clojure|2024-05-10| |166|[Kanaries/pygwalker](https://github.com/Kanaries/pygwalker)|PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis|12886|21|Python|2024-10-02| |167|[Eugeny/tabby](https://github.com/Eugeny/tabby)|A terminal for a more modern age|58775|21|TypeScript|2024-10-08| |168|[modelscope/DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio)|Enjoy the magic of Diffusion models!|6422|21|Python|2024-10-11| |169|[data-infra/cube-studio](https://github.com/data-infra/cube-studio)|cube studio开源云原生一站式机器学习/深度学习/大模型AI平台,支持sso登录,多租户,大数据平台对接,notebook在线开发,拖拉拽任务流pipeline编排,多机多卡分布式训练,超参搜索,推理服务VGPU,边缘计算,serverless,标注平台,自动化标注,数据集管理,大模型微调,vllm大模型推理,llmops,私有知识库,AI模型应用商店,支持模型一键开发/推理/微调,支持国 ...|2102|21|Jupyter Notebook|2024-10-06| |170|[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|71339|20|JavaScript|2024-10-11| |171|[YunaiV/ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro)|🔥 官方推荐 🔥 RuoYi-Vue 全新 Pro 版本,优化重构所有功能。基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统 + 微信小程序,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!|27078|20|Java|2024-10-07| |172|[HerbertHe/iptv-sources](https://github.com/HerbertHe/iptv-sources)|Autoupdate iptv sources|6345|20|TypeScript|2024-10-11| |173|[vvbbnn00/WARP-Clash-API](https://github.com/vvbbnn00/WARP-Clash-API)|该项目可以让你通过订阅的方式使用Cloudflare WARP+,自动获取流量。This project enables you to use Cloudflare WARP+ through subscription, automatically acquiring traffic.|8458|20|Python|2024-09-04| |174|[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).|12167|20|Rust|2024-10-11| |175|[colinhacks/zod](https://github.com/colinhacks/zod)|TypeScript-first schema validation with static type inference|33435|20|TypeScript|2024-10-09| |176|[iamkun/dayjs](https://github.com/iamkun/dayjs)|⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API|46811|20|JavaScript|2024-10-06| |177|[microsoft/DeepSpeed](https://github.com/microsoft/DeepSpeed)|DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.|35050|20|Python|2024-10-10| |178|[qier222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)|高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron: |29238|20|JavaScript|2024-08-13| |179|[fuergaosi233/wechat-chatgpt](https://github.com/fuergaosi233/wechat-chatgpt)|Use ChatGPT On Wechat via wechaty|13243|20|TypeScript|2024-05-20| |180|[zeromicro/go-zero](https://github.com/zeromicro/go-zero)|A cloud-native Go microservices framework with cli tool for productivity.|29061|19|Go|2024-10-07| |181|[jeecgboot/JeecgBoot](https://github.com/jeecgboot/JeecgBoot)|🔥「企业级低代码平台」前后端分离架构SpringBoot 2.x/3.x,SpringCloud,Ant Design&Vue3,Mybatis,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性 ...|40344|19|Java|2024-10-11| |182|[027xiguapi/code-box](https://github.com/027xiguapi/code-box)|本插件可以用于CSDN/知乎/脚本之家/博客园/掘金等网站,一键下载文章html或markdown文件;实现无需登录一键复制代码;支持选中代码;或者代码右上角按钮的一键复制;解除关注博主即可阅读全文提示;去除登录弹窗;去除跳转APP弹窗.|1762|19|TypeScript|2024-10-11| |183|[deepseek-ai/DeepSeek-Coder](https://github.com/deepseek-ai/DeepSeek-Coder)|DeepSeek Coder: Let the Code Write Itself|6654|19|Python|2024-05-21| |184|[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!|11265|19|JavaScript|2024-10-10| |185|[honojs/hono](https://github.com/honojs/hono)|Web framework built on Web Standards|19196|19|TypeScript|2024-10-11| |186|[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.|7740|19|Python|2024-05-03| |187|[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, whois search and more! ...|6137|19|Vue|2024-10-08| |188|[ageitgey/face_recognition](https://github.com/ageitgey/face_recognition)|The world's simplest facial recognition api for Python and the command line|53101|19|Python|2024-08-21| |189|[golang-standards/project-layout](https://github.com/golang-standards/project-layout)|Standard Go Project Layout|48906|19|Makefile|2024-07-07| |190|[myshell-ai/MeloTTS](https://github.com/myshell-ai/MeloTTS)|High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean.|4592|19|Python|2024-08-09| |191|[RUCAIBox/LLMSurvey](https://github.com/RUCAIBox/LLMSurvey)|The official GitHub page for the survey paper "A Survey of Large Language Models".|10175|18|Python|2024-08-20| |192|[waydabber/BetterDisplay](https://github.com/waydabber/BetterDisplay)|Unlock your displays on your Mac! Flexible HiDPI scaling, XDR/HDR extra brightness, virtual screens, DDC control, extra dimming, PIP/streaming, EDID override and lots more!|19151|18|-|2024-10-11| |193|[facebookresearch/nougat](https://github.com/facebookresearch/nougat)|Implementation of Nougat Neural Optical Understanding for Academic Documents|8855|18|Python|2024-04-16| |194|[HumanAIGC/OutfitAnyone](https://github.com/HumanAIGC/OutfitAnyone)|Outfit Anyone: Ultra-high quality virtual try-on for Any Clothing and Any Person|5582|18|-|2024-07-26| |195|[modelscope/agentscope](https://github.com/modelscope/agentscope)|Start building LLM-empowered multi-agent applications in an easier way.|4998|18|Python|2024-10-08| |196|[dcloudio/uni-app](https://github.com/dcloudio/uni-app)|A cross-platform framework using Vue.js|39990|18|JavaScript|2024-10-11| |197|[xiaye13579/BBLL](https://github.com/xiaye13579/BBLL)|一个第三方哔哩哔哩客户端,A third-party bilibili client。|12197|18|-|2024-07-19| |198|[OpenGVLab/InternVL](https://github.com/OpenGVLab/InternVL)|[CVPR 2024 Oral] InternVL Family: A Pioneering Open-Source Alternative to GPT-4o. 接近GPT-4o表现的开源多模态对话模型|5713|18|Python|2024-09-19| |199|[wechatferry/wechatferry](https://github.com/wechatferry/wechatferry)|基于 WechatFerry 的微信机器人底层框架|752|18|TypeScript|2024-09-26| |200|[OpenInterpreter/01](https://github.com/OpenInterpreter/01)|The #1 open-source voice interface for desktop, mobile, and ESP32 chips.|4926|18|Python|2024-10-02|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Assembly.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Assembly 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|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.|57613|15|2024-07-11| |2|[bytedance/sonic](https://github.com/bytedance/sonic)|A blazingly fast JSON serializing & deserializing library|6812|6|2024-09-23| |3|[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!|10952|2|2024-08-20| |4|[wujin1989/coroutine-context-switch](https://github.com/wujin1989/coroutine-context-switch)|一个协程的上下文切换代码,支持windows,linux,macosx(intel)。macosx(aarch64)后续会支持|10|0|2024-07-18| |5|[Yiipu/HUST-HardwareDesign-RISCv](https://github.com/Yiipu/HUST-HardwareDesign-RISCv)|HUST-2023秋-硬件设计综合训练|6|0|2024-09-13| |6|[Lazy-Tag/ICS-labs](https://github.com/Lazy-Tag/ICS-labs)|RUC 2022-2023 ICS系列实验|7|0|2024-08-02| |7|[mengning/linuxkernel](https://github.com/mengning/linuxkernel)|操作系统导论教学资料、《庖丁解牛Linux内核》配套资料|265|0|2024-07-20| |8|[YuS1aN/zhenxun_bot_android_ui](https://github.com/YuS1aN/zhenxun_bot_android_ui)|绪山真寻Bot的Android管理后台|11|0|2024-09-08| |9|[Wokann/Pokemon_GBA_Font_Patch](https://github.com/Wokann/Pokemon_GBA_Font_Patch)|宝可梦3代GBA汉字字库补丁(增益优化版)|7|0|2024-07-15| |10|[GEJXD/xv6-labs-2021](https://github.com/GEJXD/xv6-labs-2021)|MIT 6.S081 实验代码|3|0|2024-09-03| |11|[ThuryW/ZJU-ISEE](https://github.com/ThuryW/ZJU-ISEE)|ZJU-ISEE 微电子 个人存档|15|0|2024-06-12| |12|[team-s2/ctf_summer_courses](https://github.com/team-s2/ctf_summer_courses)|AAA - 短学期安全攻防实践开源仓库|89|0|2024-07-25| |13|[DANNHIROAKI/XJTU-COMP400727-ICS](https://github.com/DANNHIROAKI/XJTU-COMP400727-ICS)|西安交通大学COMP400727计算机系统导论课程|7|0|2024-05-13| |14|[JannLeo/Summary-of-learning-experience](https://github.com/JannLeo/Summary-of-learning-experience)|This repository records the summary of my two stages of study as an undergraduate student in 深圳大学计算机科学与技术专业 and as a Master in Embedded Systems Engineering at the University of Leeds(利兹大学嵌入式系统工程专业研究生) ...|2|0|2024-05-20| |15|[MiChuan/ComputerPrincipleDesign](https://github.com/MiChuan/ComputerPrincipleDesign)|华中科技大学计算机组成原理课设|3|0|2024-08-05| |16|[thu-cs-lab/supervisor-la32r](https://github.com/thu-cs-lab/supervisor-la32r)|LoongArch 32 Reduced 监控程序|5|0|2024-06-30| |17|[QingShi1834/njuse-oslab](https://github.com/QingShi1834/njuse-oslab)|软院大二的操作系统的四个lab|3|0|2024-04-12| |18|[Z-H-Sun/tswKai](https://github.com/Z-H-Sun/tswKai)|Tower of the Sorcerer for Windows Kai (改): Modifier of game variables and improvement of game experience|46|0|2024-09-30| |19|[skyboooox/HomoOS](https://github.com/skyboooox/HomoOS)|宏萌-自主研发国内微内核跨平台操作系统|9|0|2024-06-28| |20|[chenjunfu2/Gluttonous_snake-asm](https://github.com/chenjunfu2/Gluttonous_snake-asm)|8086汇编版本贪吃蛇|3|0|2024-08-19| |21|[DongshanPI/DongshanPI-D1s_BareMetal](https://github.com/DongshanPI/DongshanPI-D1s_BareMetal)|国产全志平头哥C906 RISC-V DongshanPI-D1s RV64GVC 裸机示例仓库!|11|0|2024-05-09| |22|[fzf404/MiniSystem](https://github.com/fzf404/MiniSystem)|💾 Nasm 汇编写操作系统|12|0|2024-04-24| |23|[Leaf-1037/RISCV-CPU-Pipeline-HUST](https://github.com/Leaf-1037/RISCV-CPU-Pipeline-HUST)|五段流水线CPU,包含重定向、历史分支表等优化|2|0|2024-04-13| |24|[DANNHIROAKI/XJTU-COMP400627-OS](https://github.com/DANNHIROAKI/XJTU-COMP400627-OS)|西安交通大学COMP400627操作系统课程|13|0|2024-04-25| |25|[weipeng2k/hot-wind](https://github.com/weipeng2k/hot-wind)|技术杂文集|33|0|2024-09-11| |26|[MrAMS/Nagi](https://github.com/MrAMS/Nagi)|基于difftest改进的CPU敏捷开发框架(nscscc2024)|5|0|2024-09-06| |27|[Yaochenger/RvBacktrace](https://github.com/Yaochenger/RvBacktrace)|RISC-V 极简栈回溯组件|10|0|2024-09-24| |28|[arttnba3/OS_Kernel_Learning](https://github.com/arttnba3/OS_Kernel_Learning)|为我自己准备的 OS 大作业:从零开始写一个操作系统内核|5|0|2024-06-17| |29|[zhuozhiyongde/Introduction-to-Computer-System-2023Fall-PKU](https://github.com/zhuozhiyongde/Introduction-to-Computer-System-2023Fall-PKU)|北京大学 2023 年秋计算机系统导论课程(ICS)作业、笔记、经验|123|0|2024-10-11| |30|[Jerry-Terrasse/HITSZ-COMP2012-LAB](https://github.com/Jerry-Terrasse/HITSZ-COMP2012-LAB)|计算机设计与实践(2023夏季) 哈工大(深圳)|3|0|2024-08-30| |31|[Ethylene9160/IoTAGV](https://github.com/Ethylene9160/IoTAGV)|车车通信接口。|4|0|2024-10-11|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/C.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > C 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[lizongying/my-tv](https://github.com/lizongying/my-tv)|我的电视 电视直播软件,安装即可使用|29893|96|2024-06-20| |2|[karpathy/llama2.c](https://github.com/karpathy/llama2.c)|Inference Llama 2 in one file of pure C|17291|39|2024-08-06| |3|[hrvach/deskhop](https://github.com/hrvach/deskhop)|Fast Desktop Switching Device|6160|21|2024-09-14| |4|[gojue/ecapture](https://github.com/gojue/ecapture)|Capturing SSL/TLS plaintext without a CA certificate using eBPF. Supported on Linux/Android kernels for amd64/arm64.|13160|14|2024-10-09| |5|[coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)|Lean's LEDE source|29652|11|2024-10-11| |6|[Awesome-HarmonyOS/HarmonyOS](https://github.com/Awesome-HarmonyOS/HarmonyOS)|A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。|19328|10|2024-07-19| |7|[diylxy/LiThermal](https://github.com/diylxy/LiThermal)|基于海康4117的热成像相机|99|9|2024-10-11| |8|[RubyMetric/chsrc](https://github.com/RubyMetric/chsrc)|chsrc 全平台通用换源工具与框架. Change Source everywhere for every software|3554|9|2024-10-09| |9|[sandboxie-plus/Sandboxie](https://github.com/sandboxie-plus/Sandboxie)|Sandboxie Plus & Classic|13675|8|2024-10-10| |10|[ish-app/ish](https://github.com/ish-app/ish)|Linux shell for iOS|16970|6|2024-10-11| |11|[OpenNJet/OpenNJet](https://github.com/OpenNJet/OpenNJet)|-|1152|6|2024-09-27| |12|[lvgl/lvgl](https://github.com/lvgl/lvgl)|Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. |16344|5|2024-10-10| |13|[istoreos/istoreos](https://github.com/istoreos/istoreos)|提供一个人人会用的的路由、NAS系统 (目前活跃的分支是 istoreos-22.03)|4833|5|2024-10-10| |14|[baidu/dperf](https://github.com/baidu/dperf)|dperf is a 100Gbps network load tester.|4954|5|2024-09-30| |15|[espressif/esp-idf](https://github.com/espressif/esp-idf)|Espressif IoT Development Framework. Official development framework for Espressif SoCs.|13500|5|2024-10-07| |16|[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!|4662|5|2024-10-05| |17|[yanfeizhang/coder-kung-fu](https://github.com/yanfeizhang/coder-kung-fu)|开发内功修炼|6256|5|2024-08-29| |18|[ravynsoft/ravynos](https://github.com/ravynsoft/ravynos)|A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.|5632|4|2024-10-10| |19|[swaywm/sway](https://github.com/swaywm/sway)|i3-compatible Wayland compositor|14515|4|2024-10-11| |20|[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|6410|4|2024-10-10| |21|[git-jiadong/wechatDataBackup](https://github.com/git-jiadong/wechatDataBackup)|PC微信聊天记录数据导出工具|231|4|2024-09-22| |22|[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,获得最佳上网体验,支持DoH,DoT。|8353|4|2024-10-02| |23|[Tencent/wcdb](https://github.com/Tencent/wcdb)|WCDB is a cross-platform database framework developed by WeChat.|10785|4|2024-10-10| |24|[skywind3000/kcp](https://github.com/skywind3000/kcp)|:zap: KCP - A Fast and Reliable ARQ Protocol|15292|4|2024-10-11| |25|[immortalwrt/immortalwrt](https://github.com/immortalwrt/immortalwrt)|An opensource OpenWrt variant for mainland China users.|6030|3|2024-10-09| |26|[mozillazg/ptcpdump](https://github.com/mozillazg/ptcpdump)|Process-aware, eBPF-based tcpdump|499|3|2024-10-08| |27|[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.|6748|3|2024-09-12| |28|[alibaba/tengine](https://github.com/alibaba/tengine)|A distribution of Nginx with some advanced features|12807|3|2024-09-11| |29|[lyg09270/CyberryPotter_ElectromagicWand_Basic_Project](https://github.com/lyg09270/CyberryPotter_ElectromagicWand_Basic_Project)|Cyberry Potter electromagic wand.的基础工程,可以使用不同的(法术)动作点亮LED,也可以根据自己的需求将LED修改为其他功能。|279|3|2024-09-13| |30|[web1n/wechat-universal-flatpak](https://github.com/web1n/wechat-universal-flatpak)|Flatpak 打包微信 Linux Universal 版|667|3|2024-09-18| |31|[cnlohr/lolra](https://github.com/cnlohr/lolra)|Transmit LoRa Frames Without a Radio|660|3|2024-10-10| |32|[cloudwu/skynet](https://github.com/cloudwu/skynet)|A lightweight online game framework|13281|3|2024-09-14| |33|[Meituan-Dianping/Logan](https://github.com/Meituan-Dianping/Logan)|Logan is a lightweight case logging system based on mobile platform.|5710|3|2024-08-21| |34|[ptitSeb/box64](https://github.com/ptitSeb/box64)|Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices|3767|3|2024-10-11| |35|[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.|9365|3|2024-09-09| |36|[ptitSeb/box86](https://github.com/ptitSeb/box86)|Box86 - Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices|3321|2|2024-10-09| |37|[aixed/WeChat-Hook](https://github.com/aixed/WeChat-Hook)|PC wechat robot interface [wechat Hook] / PC微信3.9.10.16/3.9.2.23接口 微信Hook 微信机器人 微信Hook源码 PC微信协议算法 |1358|2|2024-10-10| |38|[heiher/natmap](https://github.com/heiher/natmap)|TCP/UDP port mapping for full cone NAT|1310|2|2024-10-01| |39|[fgkeepalive/AndroidKeepAlive](https://github.com/fgkeepalive/AndroidKeepAlive)|android 保活,禁止卸载,防卸载,2024年最新 Android 高可用黑科技应用保活,实现终极目标,最高适配Android 14 小米 华为 Oppo vivo 等最新机型 拒绝强杀 开机自启动|1206|2|2024-08-01| |40|[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.|2074|2|2024-06-19| |41|[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 ...|9005|2|2024-09-24| |42|[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 ...|840|2|2024-07-18| |43|[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.|1668|2|2024-08-09| |44|[zetaloop/ExplorerPatcher](https://github.com/zetaloop/ExplorerPatcher)|ExplorerPatcher Chinese L10n - 在 Windows 11 上恢复高效的工作环境|1852|2|2024-05-05| |45|[Li-Dongze/stm32_paw3395_mouse](https://github.com/Li-Dongze/stm32_paw3395_mouse)|本项目是一款基于stm32f103c8t6单片机制作的有线鼠标,使用的光电传感器为原相paw3395,使用HID协议与电脑通讯,尼龙外壳使用立创三维猴3D打印。|72|2|2024-09-06| |46|[wechat-miniprogram/minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform)|Wechat Mini Game Unity engine adapter documents.|2956|2|2024-10-11| |47|[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.|5483|2|2024-10-11| |48|[openctp/openctp](https://github.com/openctp/openctp)|openctp提供CTP股票期权、中泰证券XTP、华鑫证券奇点TORA、东方证券OST、东方财富证券EMT、盈透证券TWS、易盛TAP、量投QDP等各通道的CTPAPI兼容接口,CTP程序可以无缝对接各股票柜台。openctp也提供了一套基于TTS交易系统的模拟环境,同样提供了CTPAPI兼容接口,不仅支持国内期货与期权全品种,也支持A股股票、基金、债券以及股票期权模拟交易,可以替代Simnow, ...|2017|2|2024-10-08| |49|[openresty/openresty](https://github.com/openresty/openresty)|High Performance Web Platform Based on Nginx and LuaJIT|12544|2|2024-10-10| |50|[Cateners/tiny_computer](https://github.com/Cateners/tiny_computer)|Click-to-run debian 12 xfce on android for Chinese users, with fcitx pinyin input method and some useful packages preinstalled. No termux required.|977|2|2024-09-21| |51|[alibaba/xquic](https://github.com/alibaba/xquic)|XQUIC Library released by Alibaba is a cross-platform implementation of QUIC and HTTP/3 protocol.|1699|2|2024-09-23| |52|[No-Chicken/OV-Watch](https://github.com/No-Chicken/OV-Watch)|A powerful Smart Watch based on STM32, FreeRTOS, LVGL.|1063|2|2024-09-28| |53|[wangfly-me/LoaderFly](https://github.com/wangfly-me/LoaderFly)|助力每一位RT队员,快速生成免杀木马|706|2|2024-04-17| |54|[0voice/kernel_new_features](https://github.com/0voice/kernel_new_features)|一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等|1717|2|2024-05-20| |55|[johnfanv2/LenovoLegionLinux](https://github.com/johnfanv2/LenovoLegionLinux)|Driver and tools for controlling Lenovo Legion laptops in Linux including fan control and power mode.|1548|2|2024-10-06| |56|[yitter/IdGenerator](https://github.com/yitter/IdGenerator)|💎多语言实现,高性能生成唯一数字ID。 💎优化的雪花算法(SnowFlake)——雪花漂移算法,在缩短ID长度的同时,具备极高瞬时并发处理能力(50W/0.1s)。 💎原生支持 C#/Java/Go/Rust/C/JavaScript/TypeScript/Python/Pascal 多语言,提供其它适用于其它语言的多线程安全调用动态库(FFI)。💎支持容器环境自动扩容(自动注册 WorkerId ...|2553|2|2024-09-10| |57|[openresty/lua-nginx-module](https://github.com/openresty/lua-nginx-module)|Embed the Power of Lua into NGINX HTTP servers|11281|2|2024-10-03| |58|[RfidResearchGroup/proxmark3](https://github.com/RfidResearchGroup/proxmark3)|Iceman Fork - Proxmark3|3908|2|2024-10-11| |59|[ApsaraDB/PolarDB-for-PostgreSQL](https://github.com/ApsaraDB/PolarDB-for-PostgreSQL)|A cloud-native database based on PostgreSQL developed by Alibaba Cloud.|2882|2|2024-10-11| |60|[RT-Thread/rt-thread](https://github.com/RT-Thread/rt-thread)|RT-Thread is an open source IoT Real-Time Operating System (RTOS).|10404|2|2024-10-11| |61|[betaflight/betaflight](https://github.com/betaflight/betaflight)|Open Source Flight Controller Firmware|8490|2|2024-10-08| |62|[HVML/PurC](https://github.com/HVML/PurC)|The prime HVML interpreter for C Language.|1056|1|2024-09-25| |63|[libdriver/w25qxx](https://github.com/libdriver/w25qxx)|W25QXX(W25Q80, W25Q16, W25Q32, W25Q64, W25Q128, W25Q256) full function driver library for general MCU and Linux.|677|1|2024-08-31| |64|[jiangdongguo/AndroidUSBCamera](https://github.com/jiangdongguo/AndroidUSBCamera)|🔥🔥🔥Flexible and useful UVC camera engine on Android platform, supporting multi-road cameras!|2321|1|2024-09-02| |65|[unlir/XDrive](https://github.com/unlir/XDrive)|Stepper motor with multi-function interface and closed loop function. 具有多功能接口和闭环功能的步进电机。|1241|1|2024-05-12| |66|[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。|1053|1|2024-09-01| |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 and DTLS 1.3!|2319|1|2024-10-11| |68|[pikasTech/PikaPython](https://github.com/pikasTech/PikaPython)|An ultra-lightweight Python interpreter that runs with only 4KB of RAM, zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar proje ...|1482|1|2024-10-11| |69|[huoji120/white_patch_detect](https://github.com/huoji120/white_patch_detect)|通杀检测基于白文件patch黑代码的免杀技术的后门|83|1|2024-08-03| |70|[zhaojh329/rtty](https://github.com/zhaojh329/rtty)|🐛 Access your terminal from anywhere via the web.|3673|1|2024-07-24| |71|[huahua132/skynet_fly](https://github.com/huahua132/skynet_fly)|基于云风的skynet,搭建开箱即用的微服务框架,提供优雅的服务热更新|448|1|2024-10-11| |72|[M0nster3/Beacon](https://github.com/M0nster3/Beacon)|重构Beacon|129|1|2024-08-19| |73|[RainbowRoad1/Cgame](https://github.com/RainbowRoad1/Cgame)|一些用C编写的小游戏, 14行贪吃蛇 22行2048 22行俄罗斯方块 25行扫雷...以及各种小玩意|954|1|2024-05-11| |74|[web3ToolBoxDev/toolBoxClient](https://github.com/web3ToolBoxDev/toolBoxClient)|一步一步编写web3工具——Step-by-Step Development of Web3 Tools|202|1|2024-09-26| |75|[airockchip/rknn_model_zoo](https://github.com/airockchip/rknn_model_zoo)|-|953|1|2024-09-18| |76|[armink/CmBacktrace](https://github.com/armink/CmBacktrace)|Advanced fault backtrace library for ARM Cortex-M series MCU ARM Cortex-M 系列 MCU 错误追踪库|1655|1|2024-08-19| |77|[johnsionFarry/SDui-LVGL](https://github.com/johnsionFarry/SDui-LVGL)|AI画板 SDui-LVGL is a drawing board program based on the LVGL graphics framework, utilizing the stable diffusion API to call a remote server for text-to-image and image-to-image generation. This was my ...|61|1|2024-08-06| |78|[ADD-SP/ngx_waf](https://github.com/ADD-SP/ngx_waf)|Handy, High performance, ModSecurity compatible Nginx firewall module & 方便、高性能、兼容 ModSecurity 的 Nginx 防火墙模块|1481|1|2024-10-07| |79|[lpereira/lwan](https://github.com/lpereira/lwan)|Experimental, scalable, high performance HTTP server|5930|1|2024-09-21| |80|[Qingche9/ProcessRecord](https://github.com/Qingche9/ProcessRecord)|利用驱动进程回调记录电脑进程的创建与关闭|95|1|2024-04-12| |81|[sipeed/TinyMaix](https://github.com/sipeed/TinyMaix)|TinyMaix is a tiny inference library for microcontrollers (TinyML).|891|1|2024-06-03| |82|[sdlpal/sdlpal](https://github.com/sdlpal/sdlpal)|SDL-based reimplementation of the classic Chinese-language RPG known as PAL.|1755|1|2024-09-14| |83|[zero-rp/ops](https://github.com/zero-rp/ops)|一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, ...|126|1|2024-10-09| |84|[skylersaleh/SkyEmu](https://github.com/skylersaleh/SkyEmu)|Game Boy Advance, Game Boy, Game Boy Color, and DS Emulator|824|1|2024-09-09| |85|[answer-huang/dSYMTools](https://github.com/answer-huang/dSYMTools)|dSYM analyze|3445|1|2024-06-04| |86|[hanwckf/rt-n56u](https://github.com/hanwckf/rt-n56u)|Padavan|3272|1|2024-06-13| |87|[momotech/MLN](https://github.com/momotech/MLN)|高性能、小巧、易上手的移动跨平台开发框架. A framework for building Mobile cross-platform apps with Lua|1619|1|2024-07-31| |88|[acl-dev/acl](https://github.com/acl-dev/acl)|C/C++ server and network library, including coroutine,redis client,http/https/websocket,mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows, etc..|2853|1|2024-09-30| |89|[SwiftLaTeX/SwiftLaTeX](https://github.com/SwiftLaTeX/SwiftLaTeX)|SwiftLaTeX, a WYSIWYG Browser-based LaTeX Editor |2077|1|2024-06-18| |90|[andmarti1424/sc-im](https://github.com/andmarti1424/sc-im)|sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal|4833|1|2024-08-16| |91|[zlgopen/awtk](https://github.com/zlgopen/awtk)|AWTK = Toolkit AnyWhere(a cross-platform embedded GUI)|3097|1|2024-10-11| |92|[vmware/open-vm-tools](https://github.com/vmware/open-vm-tools)|Official repository of VMware open-vm-tools project|2249|1|2024-10-10| |93|[lmliheng/CmdUtils](https://github.com/lmliheng/CmdUtils)|linux命令行查询脚手架|72|1|2024-07-22| |94|[skywind3000/mini3d](https://github.com/skywind3000/mini3d)|3D Software Renderer in 700 Lines !!|2180|1|2024-09-23| |95|[bb-qq/r8152](https://github.com/bb-qq/r8152)|Synology DSM driver for Realtek RTL8152/RTL8153/RTL8156 based adapters|2080|1|2024-10-10| |96|[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|2415|1|2024-07-24| |97|[langhuihui/jessibuca](https://github.com/langhuihui/jessibuca)|Jessibuca是一款开源的纯H5直播流播放器|2176|1|2024-10-11| |98|[TalkUHulk/ai.deploy.box](https://github.com/TalkUHulk/ai.deploy.box)|A toolbox for deep learning model deployment using C++ YoloX YoloV7 YoloV8 Gan OCR MobileVit Scrfd MobileSAM StableDiffusion|445|1|2024-06-21| |99|[XorTroll/Goldleaf](https://github.com/XorTroll/Goldleaf)|🍂 Multipurpose homebrew tool for Nintendo Switch|2627|1|2024-07-04| |100|[CN-annotation-team/redis7.0-chinese-annotated](https://github.com/CN-annotation-team/redis7.0-chinese-annotated)|Redis 7.0.5 版本——中文注释,持续更新!欢迎参与本项目!🍭🍭🍭|943|1|2024-09-03| |101|[libdriver/st7789](https://github.com/libdriver/st7789)|ST7789 full function driver library for general MCU and Linux.|284|1|2024-10-01| |102|[RamonUnch/AltSnap](https://github.com/RamonUnch/AltSnap)|Maintained continuation of Stefan Sundin's AltDrag|2118|1|2024-09-15| |103|[YeeZTech/YeeZ-Privacy-Computing](https://github.com/YeeZTech/YeeZ-Privacy-Computing)|Fidelius - YeeZ Privacy Computing 基于可信执行环境的熠智隐私计算中间件|1491|1|2024-10-11| |104|[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.|5182|1|2024-10-01| |105|[session-replay-tools/cetus](https://github.com/session-replay-tools/cetus)|Cetus is high-performance middleware designed to provide transparent routing between your application and backend MySQL servers.|1243|1|2024-08-20| |106|[huaigu4ng/SysWhispers3WinHttp](https://github.com/huaigu4ng/SysWhispers3WinHttp)|Syscall免杀|501|1|2024-06-21| |107|[espressif/esp-iot-solution](https://github.com/espressif/esp-iot-solution)|Espressif IoT Library. IoT Device Drivers, Documentations And Solutions.|1917|1|2024-09-24| |108|[SmallPond/X-Knob](https://github.com/SmallPond/X-Knob)|X-Knob - A smart knob based on LVGL UI library, supports Smart Home(MQTT) and Surface Dial (BT) // LVGL UI 框架下的力反馈智能旋钮 (smartknob + X-TRACK) |645|1|2024-04-14| |109|[null-luo/btrace](https://github.com/null-luo/btrace)|btrace:binder_transaction+eBPF+Golang实现通用的Android APP动态行为追踪工具|133|1|2024-06-15| |110|[appspa/app-space](https://github.com/appspa/app-space)|应用内网发布分发测试部署管理平台版本管理类似蒲公英蒲公英 类似fir.im fir App publish IOS超级签名免签 开源 https://app-space.up.railway.app APP增量热更新  支持iOS、Android、flutter、 react-native更新摇一摇提Bug SDK 提供自动化部署jenkins fastlane 丰富组件库 安卓苹果发布发版p ...|1188|1|2024-08-08| |111|[Mixiaoxiao/Arduino-HomeKit-ESP8266](https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266)|Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.|1513|1|2024-07-18| |112|[Ewenwan/ShiYanLou](https://github.com/Ewenwan/ShiYanLou)|学习C & C++ & python&汇编语言 LLVM编译器 数据结构 算法 操作系统 单片机 linux 面试|2825|1|2024-05-17| |113|[espressif/esp-csi](https://github.com/espressif/esp-csi)|Applications based on Wi-Fi CSI (Channel state information), such as indoor positioning, human detection|690|1|2024-08-08| |114|[bsauce/kernel-exploit-factory](https://github.com/bsauce/kernel-exploit-factory)|Linux kernel CVE exploit analysis report and relative debug environment. You don't need to compile Linux kernel and configure your environment anymore. |1162|1|2024-08-11| |115|[solosky/pixl.js](https://github.com/solosky/pixl.js)|An emulator for Amiibo!|594|1|2024-10-08| |116|[P001water/yuze](https://github.com/P001water/yuze)|A socksv5 proxy tool Written by CLang. 一款纯C实现的基于socks5协议的轻量内网穿透工具,支持ew的全部数据转发方式,支持跨平台使用|355|1|2024-06-27| |117|[espressif/esp-drone](https://github.com/espressif/esp-drone)|Mini Drone/Quadcopter Firmware for ESP32 and ESP32-S Series SoCs.|789|1|2024-09-21| |118|[SJTU-IPADS/OS-Course-Lab](https://github.com/SJTU-IPADS/OS-Course-Lab)|本仓库包含上海交通大学IPADS实验室设计的操作系统课程系列实验。|243|1|2024-10-09| |119|[session-replay-tools/tcpcopy](https://github.com/session-replay-tools/tcpcopy)|An online request replication and TCP stream replay tool, ideal for real testing, performance testing, stability testing, stress testing, load testing, smoke testing, and more.|4466|1|2024-09-12| |120|[Logkiss/Rat-winos4.0-gh0st](https://github.com/Logkiss/Rat-winos4.0-gh0st)|免杀远控木马源码整理开源(银狐 winos 大灰狼 gh0st) Rat |120|1|2024-09-29| |121|[NaruseMioShirakana/DragonianVoice](https://github.com/NaruseMioShirakana/DragonianVoice)|多个SVC/TTS的C++推理库|996|1|2024-08-10| |122|[SeeFlowerX/stackplz](https://github.com/SeeFlowerX/stackplz)|基于eBPF的堆栈追踪工具|878|1|2024-07-04| |123|[ClimbSnail/HoloCubic_AIO](https://github.com/ClimbSnail/HoloCubic_AIO)|HoloCubic超多功能AIO固件 基于esp32-arduino的天气时钟、相册、视频播放、桌面投屏、web服务、bilibili粉丝等|1065|1|2024-10-07| |124|[sparklemotion/nokogiri](https://github.com/sparklemotion/nokogiri)|Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.|6143|1|2024-10-08| |125|[cherry-embedded/CherryUSB](https://github.com/cherry-embedded/CherryUSB)|CherryUSB is a tiny, beautiful and portable USB host and device stack for embedded system with USB IP|1251|1|2024-10-11| |126|[NevermindZZT/letter-shell](https://github.com/NevermindZZT/letter-shell)|letter shell|1218|1|2024-08-20| |127|[armink/FlashDB](https://github.com/armink/FlashDB)|An ultra-lightweight database that supports key-value and time series data 一款支持 KV 数据和时序数据的超轻量级数据库|1859|1|2024-10-06| |128|[luoyesiqiu/dpt-shell](https://github.com/luoyesiqiu/dpt-shell)|An android Dex protects shell implementation|557|1|2024-10-11| |129|[Explorerlowi/ESP32_AI_LLM](https://github.com/Explorerlowi/ESP32_AI_LLM)|本项目使用esp32、esp32s3接入讯飞星火、豆包、chatgpt等大模型,实现语音对话聊天功能,支持语音唤醒、连续对话、音乐播放等功能,同时外接了一块显示屏实时显示对话的内容。|104|1|2024-09-25| |130|[ReimuNotMoe/ydotool](https://github.com/ReimuNotMoe/ydotool)|Generic command-line automation tool (no X!)|1469|1|2024-08-22| |131|[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 ...|719|1|2024-07-05| |132|[fenwii/OpenHarmony](https://github.com/fenwii/OpenHarmony)|华为开源鸿蒙分布式操作系统(Huawei OpenHarmony)开发技术交流,最全鸿蒙技术资料库,手册,指南,共建国产操作系统万物互联新生态。|905|1|2024-10-09| |133|[Safe3/uuWAF](https://github.com/Safe3/uuWAF)|A industry-leading free, high-performance, AI and semantic technology web application and API security protection product - uuWAF. 一款工业级免费、高性能、高扩展,支持AI和语义引擎的Web应用和API安全防护产品-南墙。Web应用防火墙、WAF、WAAP|712|1|2024-10-10| |134|[ybdt/evasion-hub](https://github.com/ybdt/evasion-hub)|免杀、逆向、破解|807|1|2024-04-18| |135|[gozfree/gear-lib](https://github.com/gozfree/gear-lib)|Gear-Lib, C library for IOT Embedded Multimedia and Network|2980|1|2024-08-08| |136|[Tongsuo-Project/Tongsuo](https://github.com/Tongsuo-Project/Tongsuo)|铜锁/Tongsuo is a Modern Cryptographic Primitives and Protocols Library|1120|1|2024-09-25| |137|[Barenboim/json-parser](https://github.com/Barenboim/json-parser)|JSON parser in standard C|635|1|2024-08-24| |138|[libdriver/ssd1306](https://github.com/libdriver/ssd1306)|SSD1306 full function driver library for general MCU and Linux.|648|1|2024-10-01| |139|[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 ...|2749|1|2024-09-15| |140|[waveshareteam/e-Paper](https://github.com/waveshareteam/e-Paper)|-|1304|1|2024-09-29| |141|[joncampbell123/dosbox-x](https://github.com/joncampbell123/dosbox-x)|DOSBox-X fork of the DOSBox project|2758|1|2024-10-08| |142|[XITRIX/Moonlight-Switch](https://github.com/XITRIX/Moonlight-Switch)|Moonlight port for Nintendo Switch|915|1|2024-10-11| |143|[guanzhi/GmSSL](https://github.com/guanzhi/GmSSL)|支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱|5115|1|2024-07-31| |144|[guanshuicheng/invoice](https://github.com/guanshuicheng/invoice)|Collaboration with wangxupeng(https://github.com/wangxupeng)|1802|1|2024-09-08| |145|[sm64pc/sm64ex](https://github.com/sm64pc/sm64ex)|Fork of https://github.com/sm64-port/sm64-port with additional features.|1570|1|2024-07-03| |146|[Perfare/Zygisk-Il2CppDumper](https://github.com/Perfare/Zygisk-Il2CppDumper)|Using Zygisk to dump il2cpp data at runtime|2323|1|2024-08-09| |147|[Hansimov/csapp](https://github.com/Hansimov/csapp)|个人整理的《深入理解计算机系统》中文电子版(原书第 3 版)与实验材料:https://hansimov.gitbook.io/csapp/|1529|1|2024-09-11| |148|[hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x)|-|1066|1|2024-10-10| |149|[CowNowK/AimStar](https://github.com/CowNowK/AimStar)|Free and open-source external cheat for CS2, written in C++, working on Windows|474|1|2024-10-11| |150|[canonical/dqlite](https://github.com/canonical/dqlite)|Embeddable, replicated and fault-tolerant SQL engine.|3851|1|2024-10-07| |151|[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.|4054|1|2024-08-14| |152|[tboox/tbox](https://github.com/tboox/tbox)|🎁 A glib-like multi-platform c library|4855|1|2024-09-24| |153|[1K0ng/C_Sep_Loader](https://github.com/1K0ng/C_Sep_Loader)|一个简单的远程分离的加载器,免杀国内大部分杀软(360 火绒 Windows Defender 金山毒霸 电脑管家)|80|1|2024-06-29| |154|[espressif/esp-who](https://github.com/espressif/esp-who)|Face detection and recognition framework|1674|1|2024-08-20| |155|[bytedance/memory-leak-detector](https://github.com/bytedance/memory-leak-detector)|-|1079|1|2024-08-15| |156|[zuoqing1988/ZQCNN](https://github.com/zuoqing1988/ZQCNN)|一款推理框架,同时有很多有用的demo,觉得好用请点星啊|2219|1|2024-08-20| |157|[RemusDBD/ctftools-all-in-one](https://github.com/RemusDBD/ctftools-all-in-one)|市场上虽然存在大量的网络安全工具和软件,但它们大多针对某一特定领域或功能,缺乏一个统一的、集成的、易于使用的综合工具平台。这导致参赛者在CTF竞赛中需要频繁切换不同的工具,不仅降低了工作效率,还增加了操作失误的风险。由gitee转发 ↓|82|1|2024-10-06| |158|[ZhangKeLiang0627/EasyGPS](https://github.com/ZhangKeLiang0627/EasyGPS)|基于ESP32S3的GPS定位器|81|1|2024-07-06| |159|[metartc/metaRTC](https://github.com/metartc/metaRTC)|A cross-platform webRTC SDK|876|1|2024-07-18| |160|[lmliheng/FastWebServer](https://github.com/lmliheng/FastWebServer)|专注转发静态资源web服务器|86|1|2024-05-28| |161|[Simple-XX/SimpleKernel](https://github.com/Simple-XX/SimpleKernel)|Simple kernel for learning operating systems. 用于学习操作系统的简单内核|3025|1|2024-09-18| |162|[skuep/AIOC](https://github.com/skuep/AIOC)|Ham Radio All-in-one-Cable|719|1|2024-09-24| |163|[jialeicui/open-lx01](https://github.com/jialeicui/open-lx01)|小爱音箱mini定制固件 Let the Xiao Ai Speaker Mini free|192|1|2024-05-12| |164|[kenzok8/small-package](https://github.com/kenzok8/small-package)|自动同步更新上游库软件|1231|1|2024-10-11| |165|[lc-soft/LCUI](https://github.com/lc-soft/LCUI)|C library for building user interfaces|4141|1|2024-10-07| |166|[hmgle/graftcp](https://github.com/hmgle/graftcp)|A flexible tool for redirecting a given program's TCP traffic to SOCKS5 or HTTP proxy.|2117|1|2024-07-30| |167|[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.|1811|1|2024-06-14| |168|[pygame-community/pygame-ce](https://github.com/pygame-community/pygame-ce)|🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.|893|1|2024-10-10| |169|[matrixcascade/PainterEngine](https://github.com/matrixcascade/PainterEngine)|PainterEngine is a application/game engine with software renderer,PainterEngine can be transplanted to any platform that supports C|2425|1|2024-09-12| |170|[swow/swow](https://github.com/swow/swow)|Coroutine-based cross-platform concurrent I/O engine.|1185|1|2024-08-06| |171|[openwch/ch32v003](https://github.com/openwch/ch32v003)|CH32V003 is an ultra-cheap RISC-V MCU with 2KB SRAM, 16KB flash, and up to 18 GPIOs that sells for under $0.10|383|1|2024-07-04| |172|[g0dA/linuxStack](https://github.com/g0dA/linuxStack)|Linux技术栈|806|0|2024-06-04| |173|[openLuat/LuatOS](https://github.com/openLuat/LuatOS)|LuatOS -- Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)|468|0|2024-10-11| |174|[LDrakura/Remote_ShellcodeLoader](https://github.com/LDrakura/Remote_ShellcodeLoader)|远程shellcode加载&权限维持+小功能|289|0|2024-05-07| |175|[Evian-Zhang/learn-assembly-on-Apple-Silicon-Mac](https://github.com/Evian-Zhang/learn-assembly-on-Apple-Silicon-Mac)|在 Apple Silicon Mac 上入门汇编语言|287|0|2024-05-22| |176|[xdeyyan/Tron-Profanity](https://github.com/xdeyyan/Tron-Profanity)|🚀波场TRX靓号生成器,代码开源,利用 gpu 进行加速,安全可靠--TRON-TRX account generator, open source code, using GPU for acceleration, safe and reliable|60|0|2024-08-07| |177|[postgrespro/vops](https://github.com/postgrespro/vops)|-|166|0|2024-10-03| |178|[openresty/redis2-nginx-module](https://github.com/openresty/redis2-nginx-module)|Nginx upstream module for the Redis 2.0 protocol|900|0|2024-08-16| |179|[shidahuilang/openwrt-package](https://github.com/shidahuilang/openwrt-package)|openwrt插件库-18.06-21.02-22.03插件|259|0|2024-10-09| |180|[libdriver/nrf24l01](https://github.com/libdriver/nrf24l01)|NRF24L01 full function driver library for general MCU and Linux.|361|0|2024-08-31| |181|[AlynxZhou/showmethekey](https://github.com/AlynxZhou/showmethekey)|Show keys you typed on screen.|316|0|2024-09-23| |182|[abcz316/rwProcMem33](https://github.com/abcz316/rwProcMem33)|Linux ARM64内核硬件进程内存读写驱动、硬件断点调试驱动。硬件级读写Linux进程内存、硬件级下断点。|634|0|2024-08-06| |183|[espressif/esp-skainet](https://github.com/espressif/esp-skainet)|Espressif intelligent voice assistant|572|0|2024-09-05| |184|[openresty/stream-lua-nginx-module](https://github.com/openresty/stream-lua-nginx-module)|Embed the power of Lua into NGINX TCP/UDP servers|726|0|2024-09-09| |185|[GNOME/easytag](https://github.com/GNOME/easytag)|Read-only mirror of https://gitlab.gnome.org/GNOME/easytag|70|0|2024-08-21| |186|[WITMOTION/WitStandardProtocol_JY901](https://github.com/WITMOTION/WitStandardProtocol_JY901)|维特协议标准精度示例程序(c#)|74|0|2024-08-29| |187|[Chuyu-Team/MINT](https://github.com/Chuyu-Team/MINT)|Contains the definitions for the Windows Internal UserMode API from ntdll.dll, samlib.dll and winsta.dll.|396|0|2024-08-12| |188|[xboot/xfel](https://github.com/xboot/xfel)|Tiny FEL tools for allwinner SOC, support RISC-V D1 chip|232|0|2024-10-10| |189|[openctp/ViTrader](https://github.com/openctp/ViTrader)|ViTrader(原TextTrader),命令行交易终端(股票、期货、期权),绝大部分命令与VI编辑器中相同,支持CTP、openctp、华鑫证券、中泰证券等柜台,支持Windows、Linux、MacOS等操作系统。|122|0|2024-04-30| |190|[SenySunny/modbus_rt](https://github.com/SenySunny/modbus_rt)|一款纯C实现的跨平台modbus协议通信库|88|0|2024-09-25| |191|[goatshriek/stumpless](https://github.com/goatshriek/stumpless)|a C logging library built for performance and features|444|0|2024-10-07| |192|[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 ...|895|0|2024-09-29| |193|[ClimbSnail/SnailHeater](https://github.com/ClimbSnail/SnailHeater)|多功能焊台(T12/JBC245、烤箱回流焊、加热台、风枪、可调电源、简易双通道示波器、函数发生器、高精度PWM脉冲)|202|0|2024-09-20| |194|[yaocccc/dwm](https://github.com/yaocccc/dwm)|-|268|0|2024-10-08| |195|[linkease/istore-packages](https://github.com/linkease/istore-packages)|缓存一些软件包,以避免一些插件的未知的更新改动,带给固件的不稳定性。|65|0|2024-09-26| |196|[linuxdeepin/deepin-anything](https://github.com/linuxdeepin/deepin-anything)|-|75|0|2024-09-11| |197|[antiwar3/py](https://github.com/antiwar3/py)|飘云ark(pyark) |433|0|2024-06-27| |198|[daliansky/Beelink-SEi8-Hackintosh](https://github.com/daliansky/Beelink-SEi8-Hackintosh)|Beelink零刻 SEI8 Hackintosh|64|0|2024-08-14| |199|[dreamsxin/cphalcon7](https://github.com/dreamsxin/cphalcon7)|Dao7 - Web framework for PHP,QQ群 316911641 & 515414530|247|0|2024-07-15| |200|[openresty/srcache-nginx-module](https://github.com/openresty/srcache-nginx-module)|Transparent subrequest-based caching layout for arbitrary nginx locations.|475|0|2024-08-16|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/CPP.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > C++ 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[nomic-ai/gpt4all](https://github.com/nomic-ai/gpt4all)|GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.|69920|124|2024-10-11| |2|[ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp)|LLM inference in C/C++|66141|114|2024-10-11| |3|[GuijiAI/duix.ai](https://github.com/GuijiAI/duix.ai)|-|4464|30|2024-08-23| |4|[AimRT/AimRT](https://github.com/AimRT/AimRT)|A high-performance runtime framework for modern robotics.|557|29|2024-10-11| |5|[electron/electron](https://github.com/electron/electron)|:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS|113902|27|2024-10-11| |6|[SJTU-IPADS/PowerInfer](https://github.com/SJTU-IPADS/PowerInfer)|High-speed Large Language Model Serving on PCs with Consumer-grade GPUs|7913|26|2024-09-06| |7|[dragonflydb/dragonfly](https://github.com/dragonflydb/dragonfly)|A modern replacement for Redis and Memcached|25527|25|2024-10-11| |8|[MatsuriDayo/nekoray](https://github.com/MatsuriDayo/nekoray)|Qt based cross-platform GUI proxy configuration manager (backend: sing-box)|12744|14|2024-10-09| |9|[barry-ran/QtScrcpy](https://github.com/barry-ran/QtScrcpy)|Android real-time display control software|19013|10|2024-08-11| |10|[hymnly133/Sapphire-EnhancedDesktop](https://github.com/hymnly133/Sapphire-EnhancedDesktop)|Windows桌面取代软件|891|10|2024-10-03| |11|[rhasspy/piper](https://github.com/rhasspy/piper)|A fast, local neural text to speech system|6107|10|2024-08-07| |12|[taichi-dev/taichi](https://github.com/taichi-dev/taichi)|Productive, portable, and performant GPU programming in Python.|25448|9|2024-10-07| |13|[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.|6415|8|2024-09-27| |14|[Tencent/ncnn](https://github.com/Tencent/ncnn)|ncnn is a high-performance neural network inference framework optimized for the mobile platform|20258|8|2024-10-10| |15|[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.|17317|8|2024-09-25| |16|[std-microblock/BetterNCM](https://github.com/std-microblock/BetterNCM)|NCM 软件插件管理器|7134|8|2024-10-06| |17|[qinguoyi/TinyWebServer](https://github.com/qinguoyi/TinyWebServer)|:fire: Linux下C++轻量级WebServer服务器|16580|8|2024-07-05| |18|[sogou/workflow](https://github.com/sogou/workflow)|C++ Parallel Computing and Asynchronous Networking Framework|13028|8|2024-10-11| |19|[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 ...|12968|8|2024-10-04| |20|[envoyproxy/envoy](https://github.com/envoyproxy/envoy)|Cloud-native high-performance edge/middle/service proxy|24852|8|2024-10-11| |21|[MuShibo/Micro-Wheeled_leg-Robot](https://github.com/MuShibo/Micro-Wheeled_leg-Robot)|全球最小的桌面级双轮腿机器人!|651|8|2024-09-19| |22|[tindy2013/subconverter](https://github.com/tindy2013/subconverter)|Utility to convert between various subscription format|13013|7|2024-09-29| |23|[T4y1oR/RingQ](https://github.com/T4y1oR/RingQ)|一款后渗透免杀工具,助力每一位像我这样的脚本小子快速实现免杀,支持bypass AV/EDR 360 火绒 Windows Defender Shellcode Loader|1095|7|2024-09-01| |24|[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.|8310|7|2024-10-11| |25|[cxasm/notepad--](https://github.com/cxasm/notepad--)|一个支持windows/linux/mac的文本编辑器,目标是做中国人自己的编辑器,来自中国。|6095|7|2024-09-24| |26|[ossrs/srs](https://github.com/ossrs/srs)|SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181.|25506|7|2024-10-09| |27|[Maplespe/DWMBlurGlass](https://github.com/Maplespe/DWMBlurGlass)|Add custom effect to global system title bar, support win10 and win11.|1901|7|2024-09-03| |28|[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 ...|16426|6|2024-10-11| |29|[ztxz16/fastllm](https://github.com/ztxz16/fastllm)|纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行|3296|6|2024-10-11| |30|[alibaba/weex](https://github.com/alibaba/weex)|A framework for building Mobile cross-platform UI|18268|6|2024-06-24| |31|[li-plus/chatglm.cpp](https://github.com/li-plus/chatglm.cpp)|C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & GLM4(V)|2923|6|2024-07-31| |32|[zhuzichu520/FluentUI](https://github.com/zhuzichu520/FluentUI)|FluentUI for QML|3498|6|2024-09-20| |33|[Tencent/mars](https://github.com/Tencent/mars)|Mars is a cross-platform network component developed by WeChat.|17289|6|2024-09-10| |34|[InfpHub/Raptor](https://github.com/InfpHub/Raptor)|第三方阿里云盘桌面应用客户端|1484|6|2024-04-12| |35|[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|13795|5|2024-10-11| |36|[vesoft-inc/nebula](https://github.com/vesoft-inc/nebula)| A distributed, fast open-source graph database featuring horizontal scalability and high availability|10705|5|2024-10-09| |37|[drogonframework/drogon](https://github.com/drogonframework/drogon)|Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows|11482|5|2024-10-10| |38|[BlackINT3/OpenArk](https://github.com/BlackINT3/OpenArk)|The Next Generation of Anti-Rookit(ARK) tool for Windows.|9229|5|2024-08-28| |39|[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 ...|8466|5|2024-10-11| |40|[superDMS/HsFreezer-Hidden-in-the-snow-](https://github.com/superDMS/HsFreezer-Hidden-in-the-snow-)|雪藏HsFreezer是一款调度计算机资源的进程管理软件 and 游戏暂停冻结软件 and 老板键平替软件 and .....自定义软件)|950|5|2024-09-13| |41|[lich0821/WeChatFerry](https://github.com/lich0821/WeChatFerry)|微信机器人底层框架,可接入Gemini、ChatGPT、ChatGLM、讯飞星火、Tigerbot等大模型。WeChat Robot Hook.|3942|5|2024-10-10| |42|[google/sentencepiece](https://github.com/google/sentencepiece)|Unsupervised text tokenizer for Neural Network-based text generation.|10162|4|2024-10-01| |43|[k2-fsa/sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx)|Speech-to-text, text-to-speech, speaker recognition, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, Raspberry Pi, RISC-V, x86_64 ser ...|3296|4|2024-10-11| |44|[Tencent/rapidjson](https://github.com/Tencent/rapidjson)|A fast JSON parser/generator for C++ with both SAX/DOM style API|14206|4|2024-10-07| |45|[cocos2d/cocos2d-x](https://github.com/cocos2d/cocos2d-x)|Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & ...|18182|4|2024-07-08| |46|[Tencent/Hippy](https://github.com/Tencent/Hippy)|Hippy is designed to easily build cross-platform dynamic apps. 👏|7972|4|2024-10-11| |47|[niedev/RTranslator](https://github.com/niedev/RTranslator)|Open source real-time translation app for Android that runs locally|6633|4|2024-09-27| |48|[swoole/swoole-src](https://github.com/swoole/swoole-src)|🚀 Coroutine-based concurrency library for PHP|18429|4|2024-10-08| |49|[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|8632|4|2024-10-11| |50|[Alinshans/MyTinySTL](https://github.com/Alinshans/MyTinySTL)|Achieve a tiny STL in C++11|11340|4|2024-07-24| |51|[Tencent/TAD_Sim](https://github.com/Tencent/TAD_Sim)|腾讯自动驾驶仿真系统 TAD Sim (Tencent Autonomous Driving Simulation) 单机版是腾讯自动驾驶以建立更加安全和高效的自动驾驶测试工具为目标, 为自动驾驶系统研发和验证而量身定做的跨平台分布式系统.|276|4|2024-09-23| |52|[vnotex/vnote](https://github.com/vnotex/vnote)|A pleasant note-taking platform in native C++.|11791|4|2024-09-18| |53|[wang-xinyu/tensorrtx](https://github.com/wang-xinyu/tensorrtx)|Implementation of popular deep learning networks with TensorRT network definition API|6930|4|2024-10-11| |54|[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 ...|2941|4|2024-09-25| |55|[zjhellofss/KuiperInfer](https://github.com/zjhellofss/KuiperInfer)|校招、秋招、春招、实习好项目!带你从零实现一个高性能的深度学习推理库,支持大模型 llama2 、Unet、Yolov5、Resnet等模型的推理。Implement a high-performance deep learning inference library step by step|2459|4|2024-09-28| |56|[PaddlePaddle/Paddle-Lite](https://github.com/PaddlePaddle/Paddle-Lite)|PaddlePaddle High Performance Deep Learning Inference Engine for Mobile and Edge (飞桨高性能深度学习端侧推理引擎)|6937|3|2024-09-24| |57|[MegEngine/MegEngine](https://github.com/MegEngine/MegEngine)|MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深度学习框架|4757|3|2024-09-26| |58|[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 ...|11082|3|2024-10-11| |59|[Tencent/puerts](https://github.com/Tencent/puerts)|PUER(普洱) Typescript. Let's write your game in UE or Unity with TypeScript.|5027|3|2024-10-11| |60|[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.|4267|3|2024-07-29| |61|[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 ...|11154|3|2024-10-11| |62|[sonic-pi-net/sonic-pi](https://github.com/sonic-pi-net/sonic-pi)|Code. Music. Live.|10775|3|2024-10-07| |63|[MaaXYZ/MaaFramework](https://github.com/MaaXYZ/MaaFramework)|基于图像识别的自动化黑盒测试框架 An automation black-box testing framework based on image recognition|1371|3|2024-10-11| |64|[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)|7199|3|2024-06-10| |65|[chinosk6/gakuen-imas-localify](https://github.com/chinosk6/gakuen-imas-localify)|学园偶像大师 本地化插件 / Gakumas localify plugin|382|3|2024-09-05| |66|[CoretechR/OMOTE](https://github.com/CoretechR/OMOTE)|Open Source Remote Using ESP32 and LVGL|1330|3|2024-09-28| |67|[Ewenwan/MVision](https://github.com/Ewenwan/MVision)|机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶|7966|3|2024-07-09| |68|[ttttupup/wxhelper](https://github.com/ttttupup/wxhelper)|Hook WeChat / 微信逆向|2234|3|2024-09-12| |69|[Serial-Studio/Serial-Studio](https://github.com/Serial-Studio/Serial-Studio)|Multi-purpose serial data visualization & processing program|4388|3|2024-10-11| |70|[RGAA-Software/GammaRay](https://github.com/RGAA-Software/GammaRay)|⚡️Stream your games and desktop to other devices, and replay gamepad/keyboard/mouse events in host PC|537|3|2024-10-08| |71|[oceanbase/miniob](https://github.com/oceanbase/miniob)|MiniOB is a compact database that assists developers in understanding the fundamental workings of a database.|3350|3|2024-10-11| |72|[snowie2000/mactype](https://github.com/snowie2000/mactype)|Better font rendering for Windows.|9947|3|2024-10-08| |73|[DefTruth/lite.ai.toolkit](https://github.com/DefTruth/lite.ai.toolkit)|🛠 A lite C++ toolkit of awesome AI models, support ONNXRuntime, MNN, TNN, NCNN and TensorRT.|3622|3|2024-10-10| |74|[wangzhaode/mnn-llm](https://github.com/wangzhaode/mnn-llm)|llm deploy project based mnn.|1440|3|2024-09-30| |75|[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.|4981|3|2024-10-11| |76|[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|8948|3|2024-10-11| |77|[chdb-io/chdb](https://github.com/chdb-io/chdb)|chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse |2049|3|2024-10-10| |78|[HackerCalico/Magic_C2](https://github.com/HackerCalico/Magic_C2)|红队 C2 框架,使用 No X Loader 技术。Red Team C2 Framework, using No X Loader technology.|266|3|2024-09-13| |79|[myzxcg/RealBlindingEDR](https://github.com/myzxcg/RealBlindingEDR)|Remove AV/EDR Kernel ObRegisterCallbacks、CmRegisterCallback、MiniFilter Callback、PsSetCreateProcessNotifyRoutine Callback、PsSetCreateThreadNotifyRoutine Callback、PsSetLoadImageNotifyRoutine Callback...|901|3|2024-06-21| |80|[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 ...|4391|3|2024-09-03| |81|[alibaba/async_simple](https://github.com/alibaba/async_simple)|Simple, light-weight and easy-to-use asynchronous components |1668|2|2024-09-02| |82|[namazso/OpenHashTab](https://github.com/namazso/OpenHashTab)|📝 File hashing and checking shell extension|3223|2|2024-07-30| |83|[CodingHanYa/workspace](https://github.com/CodingHanYa/workspace)|workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。|1010|2|2024-06-11| |84|[zhongyang219/MusicPlayer2](https://github.com/zhongyang219/MusicPlayer2)|这是一款可以播放常见音频格式的音频播放器。支持歌词显示、歌词卡拉OK样式显示、歌词在线下载、歌词编辑、歌曲标签识别、Win10小娜搜索显示歌词、频谱分析、音效设置、任务栏缩略图按钮、主题颜色等功能。 播放内核为BASS音频库(V2.4)。|4646|2|2024-09-02| |85|[LucidVR/lucidgloves](https://github.com/LucidVR/lucidgloves)|Arduino/ESP32 based DIY VR Haptic gloves. Compatible with SteamVR via OpenGloves.|2033|2|2024-07-19| |86|[xfangfang/wiliwili](https://github.com/xfangfang/wiliwili)|第三方B站客户端,目前可以运行在PC全平台、PSVita、PS4 、Xbox 和 Nintendo Switch上|3236|2|2024-10-11| |87|[Maplespe/ExplorerBlurMica](https://github.com/Maplespe/ExplorerBlurMica)|Add background Blur effect or Acrylic (Mica for win11) effect to explorer for win10 and win11|1428|2|2024-05-13| |88|[anyrtcIO-Community/anyRTC-RTMP-OpenSource](https://github.com/anyrtcIO-Community/anyRTC-RTMP-OpenSource)|RTMP 推流器,RTMP(HLS)秒开播放器,直播点播,跨平台(Win,IOS,Android)开源代码|4687|2|2024-06-12| |89|[bambulab/BambuStudio](https://github.com/bambulab/BambuStudio)|PC Software for BambuLab and other 3D printers|1959|2|2024-10-10| |90|[linuxdeepin/deepin-unioncode](https://github.com/linuxdeepin/deepin-unioncode)|-|842|2|2024-10-11| |91|[TuGraph-family/tugraph-db](https://github.com/TuGraph-family/tugraph-db)|TuGraph is a high performance graph database.|1385|2|2024-10-09| |92|[Tencent/Tendis](https://github.com/Tencent/Tendis)|Tendis is a high-performance distributed storage system fully compatible with the Redis protocol. |2927|2|2024-06-24| |93|[liuruoze/EasyPR](https://github.com/liuruoze/EasyPR)|(CGCSTCD'2017) An easy, flexible, and accurate plate recognition project for Chinese licenses in unconstrained situations. CGCSTCD = China Graduate Contest on Smart-city Technology and Creative Desig ...|6353|2|2024-06-04| |94|[HHgzs/OpenRM-2024](https://github.com/HHgzs/OpenRM-2024)|北洋机甲2024视觉算法库|143|2|2024-09-25| |95|[githubhaohao/NDK_OpenGLES_3_0](https://github.com/githubhaohao/NDK_OpenGLES_3_0)|Android OpenGL ES 3.0 从入门到精通系统性学习教程|2961|2|2024-06-08| |96|[alibaba/havenask](https://github.com/alibaba/havenask)|-|1580|2|2024-04-17| |97|[PointCloudLibrary/pcl](https://github.com/PointCloudLibrary/pcl)|Point Cloud Library (PCL)|9905|2|2024-10-03| |98|[cppla/ServerStatus](https://github.com/cppla/ServerStatus)|云探针、多服务器探针、云监控、多服务器云监控,演示: https://tz.cloudcpp.com/|4154|2|2024-09-18| |99|[szad670401/HyperLPR](https://github.com/szad670401/HyperLPR)|基于深度学习高性能中文车牌识别 High Performance Chinese License Plate Recognition Framework.|5694|2|2024-07-27| |100|[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:|5036|2|2024-09-28| |101|[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.🍎🍎🍎|1302|2|2024-07-19| |102|[KwaiAppTeam/KOOM](https://github.com/KwaiAppTeam/KOOM)|KOOM is an OOM killer on mobile platform by Kwai.|3175|2|2024-04-16| |103|[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~|2242|2|2024-06-22| |104|[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.|3950|2|2024-08-20| |105|[LiteLoaderQQNT/QQNTFileVerifyPatch](https://github.com/LiteLoaderQQNT/QQNTFileVerifyPatch)|逆他妈的QQNT Patch文件检测|544|2|2024-09-20| |106|[losehu/uv-k5-firmware-custom](https://github.com/losehu/uv-k5-firmware-custom)|全功能泉盛UV-K5/K6固件 Quansheng UV-K5/K6 Firmware|706|2|2024-09-30| |107|[alibaba/GraphScope](https://github.com/alibaba/GraphScope)|🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba 一站式图计算系统|3264|2|2024-10-11| |108|[OAID/Tengine](https://github.com/OAID/Tengine)|Tengine is a lite, high performance, modular inference engine for embedded device |4623|2|2024-09-15| |109|[sherlockchou86/VideoPipe](https://github.com/sherlockchou86/VideoPipe)|A cross-platform video structuring (video analysis) framework. If you find it helpful, please give it a star: ) 跨平台的视频结构化(视频分析)框架,觉得有帮助的请给个星星 : ) |1390|2|2024-08-27| |110|[stdware/qwindowkit](https://github.com/stdware/qwindowkit)|Cross-platform frameless window framework for Qt. Support Windows, macOS, Linux.|542|2|2024-09-15| |111|[OpenAtomFoundation/pika](https://github.com/OpenAtomFoundation/pika)|Pika is a Redis-Compatible database developed by Qihoo's infrastructure team.|5858|2|2024-10-11| |112|[sass/node-sass](https://github.com/sass/node-sass)|:rainbow: Node.js bindings to libsass|8505|2|2024-07-24| |113|[HHgzs/TJURM-2024](https://github.com/HHgzs/TJURM-2024)|北洋机甲2024自瞄框架|136|2|2024-09-20| |114|[ic005k/OCAuxiliaryTools](https://github.com/ic005k/OCAuxiliaryTools)|Cross-platform GUI management tools for OpenCore(OCAT)|3506|2|2024-10-11| |115|[abcz316/SKRoot-linuxKernelRoot](https://github.com/abcz316/SKRoot-linuxKernelRoot)|新一代SKRoot,挑战全网root检测手段,跟面具完全不同思路,摆脱面具被检测的弱点,完美隐藏root功能,全程不需要暂停SELinux,实现真正的SELinux 0%触碰,通用性强,通杀所有内核,不需要内核源码,直接patch内核,兼容安卓APP直接JNI调用,稳定、流畅、不闪退。|2714|2|2024-09-14| |116|[Oneflow-Inc/oneflow](https://github.com/Oneflow-Inc/oneflow)|OneFlow is a deep learning framework designed to be user-friendly, scalable and efficient.|5877|2|2024-09-06| |117|[alibaba/rtp-llm](https://github.com/alibaba/rtp-llm)|RTP-LLM: Alibaba's high-performance LLM inference engine for diverse applications.|522|2|2024-10-11| |118|[Neo-Maoku/SearchAvailableExe](https://github.com/Neo-Maoku/SearchAvailableExe)|寻找可利用的白文件|443|2|2024-05-14| |119|[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.|3495|2|2024-10-11| |120|[weolar/miniblink49](https://github.com/weolar/miniblink49)|a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef|7141|2|2024-09-25| |121|[idealvin/coost](https://github.com/idealvin/coost)|A tiny boost library in C++11.|3980|2|2024-09-04| |122|[BYVoid/OpenCC](https://github.com/BYVoid/OpenCC)|Conversion between Traditional and Simplified Chinese|8426|2|2024-09-26| |123|[pixpark/gpupixel](https://github.com/pixpark/gpupixel)|Real-time image and video processing library similar to GPUImage, with built-in beauty filters, achieving commercial-grade beauty effects. Written in C++11 and based on OpenGL/ES.|1318|2|2024-10-10| |124|[me115/design_patterns](https://github.com/me115/design_patterns)|图说设计模式|6867|2|2024-06-05| |125|[fjz13/UnrealSpecifiers](https://github.com/fjz13/UnrealSpecifiers)|UE5标识符详解,包含100多个标识符以及300多个meta的解释和示例。|287|2|2024-09-13| |126|[visualfc/liteide](https://github.com/visualfc/liteide)|LiteIDE is a simple, open source, cross-platform Go IDE. |7577|2|2024-08-02| |127|[p0358/Fuck_off_EA_App](https://github.com/p0358/Fuck_off_EA_App)|Keep using Origin instead of EA App|927|2|2024-07-22| |128|[melon/qingwu-zimu](https://github.com/melon/qingwu-zimu)|青梧字幕是一款基于whisper的AI字幕提取工具|425|2|2024-08-21| |129|[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.|2441|2|2024-10-09| |130|[wondertrader/wondertrader](https://github.com/wondertrader/wondertrader)|WonderTrader——量化研发交易一站式框架|4001|2|2024-09-24| |131|[XiaoMi/mace](https://github.com/XiaoMi/mace)|MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.|4928|2|2024-06-17| |132|[wangyu-/UDPspeeder](https://github.com/wangyu-/UDPspeeder)|A Tunnel which Improves your Network Quality on a High-latency Lossy Link by using Forward Error Correction, possible for All Traffics(TCP/UDP/ICMP)|4708|2|2024-06-16| |133|[p-ranav/indicators](https://github.com/p-ranav/indicators)|Activity Indicators for Modern C++|2988|2|2024-08-05| |134|[laugh12321/TensorRT-YOLO](https://github.com/laugh12321/TensorRT-YOLO)|🚀 你的YOLO部署神器。TensorRT Plugin、CUDA Kernel、CUDA Graphs三管齐下,享受闪电般的推理速度。 Your YOLO Deployment Powerhouse. With the synergy of TensorRT Plugins, CUDA Kernels, and CUDA Graphs, experience lightning-fast in ...|555|2|2024-10-11| |135|[alibaba/ilogtail](https://github.com/alibaba/ilogtail)|Fast and Lightweight Observability Data Collector|1721|2|2024-10-11| |136|[HKUST-Aerial-Robotics/VINS-Mono](https://github.com/HKUST-Aerial-Robotics/VINS-Mono)|A Robust and Versatile Monocular Visual-Inertial State Estimator|4962|2|2024-08-14| |137|[qicosmos/cinatra](https://github.com/qicosmos/cinatra)|modern c++(c++20), cross-platform, header-only, easy to use http framework|1856|1|2024-09-27| |138|[acidanthera/BrcmPatchRAM](https://github.com/acidanthera/BrcmPatchRAM)|-|1060|1|2024-10-08| |139|[FrzMtrsprt/QtUnblockNeteaseMusic](https://github.com/FrzMtrsprt/QtUnblockNeteaseMusic)|A desktop client for UnblockNeteaseMusic, made with Qt.|583|1|2024-09-05| |140|[primihub/primihub](https://github.com/primihub/primihub)|Privacy-Preserving Computing Platform 由密码学专家团队打造的开源隐私计算平台,支持多方安全计算、联邦学习、隐私求交、匿踪查询等。|1268|1|2024-09-24| |141|[emilybache/GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata)|Starting code for the GildedRose Refactoring Kata in many programming languages.|3738|1|2024-09-26| |142|[duilib/duilib](https://github.com/duilib/duilib)|-|5670|1|2024-08-16| |143|[openthread/openthread](https://github.com/openthread/openthread)|OpenThread released by Google is an open-source implementation of the Thread networking protocol|3489|1|2024-10-11| |144|[intelligent-machine-learning/glake](https://github.com/intelligent-machine-learning/glake)|GLake: optimizing GPU memory management and IO transmission.|324|1|2024-05-24| |145|[FISCO-BCOS/FISCO-BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS)|FISCO BCOS(发音为/ˈfɪskl bi:ˈkɒz/)是一个稳定、高效、安全的许可区块链平台,已被广泛应用于现实的行业应用。截至目前,已拥有5000多家企事业单位,400多个产业数字化标杆应用,涵盖文化版权、司法服务、政府服务、物联网、金融、智慧社区、房地产建设、社区治理、乡村振兴等领域。FISCO BCOS (pronounced /ˈfɪskl bi:ˈkɒz/) is a stabl ...|2353|1|2024-10-11| |146|[helio-fm/helio-sequencer](https://github.com/helio-fm/helio-sequencer)|Libre music sequencer for desktop and mobile platforms|3100|1|2024-10-06| |147|[coolight7/MimicryMusic](https://github.com/coolight7/MimicryMusic)|拟声 音视频播放器|581|1|2024-10-08| |148|[intel/xFasterTransformer](https://github.com/intel/xFasterTransformer)|-|358|1|2024-10-10| |149|[wh201906/SerialTest](https://github.com/wh201906/SerialTest)|Data transceiver(monitor)/realtime plotter/shortcut/file transceiver over serial port/Bluetooth/network on Windows/Linux/Android/macOS 跨平台串口/蓝牙/网络调试助手,带数据收发/实时绘图/快捷发送/文件收发面板,可在PC和Android设备上使用|1158|1|2024-06-17| |150|[Jittor/JNeRF](https://github.com/Jittor/JNeRF)|JNeRF is a NeRF benchmark based on Jittor. JNeRF re-implemented instant-ngp and achieved same performance with original paper.|636|1|2024-07-17| |151|[ZikangYuan/sr_lio](https://github.com/ZikangYuan/sr_lio)|[IROS 2024] A LiDAR-inertial odometry (LIO) package that can adjust the execution frequency beyond the sweep frequency|470|1|2024-07-01| |152|[chenzomi12/AIFoundation](https://github.com/chenzomi12/AIFoundation)|AIFoundation 主要是指AI系统遇到大模型,从底层到上层如何系统级地支持大模型训练和推理,全栈的核心技术。|128|1|2024-08-19| |153|[xland/ScreenCapture](https://github.com/xland/ScreenCapture)|A multifunctional screen capture program|632|1|2024-10-08| |154|[Alan-CRL/Inkeys](https://github.com/Alan-CRL/Inkeys)|Windows 屏幕批注工具,拥有高效批注和丰富功能, 让屏幕演示变得简单,让教学授课变得高效,适用于触摸设备和PC端。 Windows screen annotation tool with efficient annotation and rich features, Make screen demonstrations simpler, teaching more efficient, ...|350|1|2024-10-11| |155|[jenly1314/WeChatQRCode](https://github.com/jenly1314/WeChatQRCode)|⛄ 基于OpenCV开源的微信二维码引擎移植的二维码扫码识别库|621|1|2024-08-18| |156|[tencentyun/TRTCSDK](https://github.com/tencentyun/TRTCSDK)|腾讯云TRTC音视频服务,国内下载镜像:|1207|1|2024-09-20| |157|[amov-lab/Prometheus](https://github.com/amov-lab/Prometheus)|Open source software for autonomous drones.|2522|1|2024-07-16| |158|[liu-jianhao/Cpp-Design-Patterns](https://github.com/liu-jianhao/Cpp-Design-Patterns)|C++设计模式|2373|1|2024-10-11| |159|[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, Anime4kcpp, nearest, bilinear, bicubic, AVIR...|1053|1|2024-05-23| |160|[topling/toplingdb](https://github.com/topling/toplingdb)|ToplingDB is a cloud native LSM Key-Value Store with searchable compression algo and distributed compaction|926|1|2024-10-10| |161|[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 ...|2089|1|2024-08-09| |162|[hxhb/HotPatcher](https://github.com/hxhb/HotPatcher)|Unreal Engine hot update manage and package plugin.|1182|1|2024-08-07| |163|[pascallanger/DIY-Multiprotocol-TX-Module](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module)|Multiprotocol TX Module (or MULTI-Module) is a 2.4GHz transmitter module which controls many different receivers and models.|1630|1|2024-10-09| |164|[TianZerL/Anime4KCPP](https://github.com/TianZerL/Anime4KCPP)|A high performance anime upscaler|1804|1|2024-10-11| |165|[sunkafei/xcpc-algorithm-templates](https://github.com/sunkafei/xcpc-algorithm-templates)|XCPC/ICPC/CCPC 算法模板|535|1|2024-06-07| |166|[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.|2287|1|2024-10-11| |167|[Joe1sn/S-inject](https://github.com/Joe1sn/S-inject)|支持x86/x64的DLL和Shellcode 的Windows注入的免杀工具,支持图形化界面|237|1|2024-07-07| |168|[robin-shaun/XTDrone](https://github.com/robin-shaun/XTDrone)|UAV Simulation Platform based on PX4, ROS and Gazebo|1127|1|2024-05-19| |169|[bochs-emu/Bochs](https://github.com/bochs-emu/Bochs)|Bochs - Cross Platform x86 Emulator Project|870|1|2024-10-06| |170|[alibaba/BladeDISC](https://github.com/alibaba/BladeDISC)|BladeDISC is an end-to-end DynamIc Shape Compiler project for machine learning workloads.|806|1|2024-08-28| |171|[miguelbalboa/rfid](https://github.com/miguelbalboa/rfid)|Arduino RFID Library for MFRC522|2759|1|2024-08-16| |172|[royqh1979/RedPanda-CPP](https://github.com/royqh1979/RedPanda-CPP)|A light-weight C/C++ IDE based on Qt|974|1|2024-10-04| |173|[sogou/srpc](https://github.com/sogou/srpc)|RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.|1948|1|2024-09-06| |174|[bitcookies/winrar-keygen](https://github.com/bitcookies/winrar-keygen)|Principle of WinRAR key generation.|1160|1|2024-07-29| |175|[simplefoc/Arduino-FOC](https://github.com/simplefoc/Arduino-FOC)|Arduino FOC for BLDC and Stepper motors - Arduino Based Field Oriented Control Algorithm Library|2034|1|2024-10-06| |176|[hiroi-sora/PaddleOCR-json](https://github.com/hiroi-sora/PaddleOCR-json)|OCR离线图片文字识别命令行windows程序,以JSON字符串形式输出结果,方便别的程序调用。提供各种语言API。由 PaddleOCR C++ 编译。|926|1|2024-09-19| |177|[Qalculate/libqalculate](https://github.com/Qalculate/libqalculate)|Qalculate! library and CLI|1832|1|2024-10-07| |178|[MegEngine/MegCC](https://github.com/MegEngine/MegCC)|MegCC是一个运行时超轻量,高效,移植简单的深度学习模型编译器|471|1|2024-07-29| |179|[yimengfan/BDFramework.Core](https://github.com/yimengfan/BDFramework.Core)|Simple and powerful Unity3d game workflow! 简单、高效、高度工业化的商业级unity3d 工作流。|2479|1|2024-09-24| |180|[alibaba/PhotonLibOS](https://github.com/alibaba/PhotonLibOS)|Probably the fastest coroutine lib in the world!|874|1|2024-10-11| |181|[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.|1032|1|2024-07-05| |182|[zrythm/zrythm](https://github.com/zrythm/zrythm)|a highly automated and intuitive digital audio workstation - official mirror|2137|1|2024-10-09| |183|[yanyiwu/cppjieba](https://github.com/yanyiwu/cppjieba)|"结巴"中文分词的C++版本|2582|1|2024-09-22| |184|[sewenew/redis-plus-plus](https://github.com/sewenew/redis-plus-plus)|Redis client written in C++|1605|1|2024-10-09| |185|[188080501/JQTools](https://github.com/188080501/JQTools)|基于Qt开发的小工具包|1706|1|2024-08-28| |186|[netease-im/NIM_Duilib_Framework](https://github.com/netease-im/NIM_Duilib_Framework)|网易云信Windows应用开发框架。|2074|1|2024-09-18| |187|[xiaonian233/genshin-fps-unlock](https://github.com/xiaonian233/genshin-fps-unlock)|Genshin Impact Fps Unlock 原神帧率解锁|280|1|2024-10-09| |188|[giuspen/cherrytree](https://github.com/giuspen/cherrytree)|cherrytree|3391|1|2024-10-09| |189|[hggq/paozhu](https://github.com/hggq/paozhu)|Paozhu🧨 C++ Web Framework,Support HTTP/1 HTTP/2, Rapid development of CRUD web applications, Include modules HttpServer HttpClient WebSocket ORM|445|1|2024-10-11| |190|[SpriteOvO/AirPodsDesktop](https://github.com/SpriteOvO/AirPodsDesktop)|☄️ AirPods desktop user experience enhancement program, for Windows and Linux (WIP)|1525|1|2024-07-12| |191|[axmolengine/axmol](https://github.com/axmolengine/axmol)|Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)|893|1|2024-10-10| |192|[sanni/cartreader](https://github.com/sanni/cartreader)|A shield for the Arduino Mega that can back up video game cartridges.|2188|1|2024-10-03| |193|[stdrc/modern-cmake-by-example](https://github.com/stdrc/modern-cmake-by-example)|IPADS 实验室新人培训第二讲:CMake(2021.11.3)|607|1|2024-04-21| |194|[rime/librime](https://github.com/rime/librime)|Rime Input Method Engine, the core library|3362|1|2024-10-11| |195|[Cubitect/cubiomes-viewer](https://github.com/Cubitect/cubiomes-viewer)|An efficient graphical Minecraft seed finder and map viewer.|1056|1|2024-10-07| |196|[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, ...|5933|1|2024-09-26| |197|[liuchuo/PAT](https://github.com/liuchuo/PAT)|🍭 浙江大学PAT题解(C/C++/Java/Python) - 努力成为萌萌的程序媛~|3369|1|2024-07-17| |198|[greg7mdp/parallel-hashmap](https://github.com/greg7mdp/parallel-hashmap)|A family of header-only, very fast and memory-friendly hashmap and btree containers.|2504|1|2024-10-05| |199|[cpeditor/cpeditor](https://github.com/cpeditor/cpeditor)|The IDE for competitive programming :tada: Fetch, Code, Compile, Run, Check, Submit :rocket:|1802|1|2024-09-28| |200|[zenustech/zeno](https://github.com/zenustech/zeno)|ZEn NOde system - a simulation & rendering engine in nodes|1244|1|2024-10-11|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/CSHARP.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > C# 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[leiurayer/downkyi](https://github.com/leiurayer/downkyi)|哔哩下载姬downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。|20863|15|2024-08-14| |2|[huiyadanli/RevokeMsgPatcher](https://github.com/huiyadanli/RevokeMsgPatcher)|:trollface: A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤回也没用了)|29159|15|2024-09-28| |3|[BeyondDimension/SteamTools](https://github.com/BeyondDimension/SteamTools)|🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。|20008|14|2024-10-11| |4|[seerge/g-helper](https://github.com/seerge/g-helper)|Lightweight Armoury Crate alternative for Asus laptops and ROG Ally. Control tool for ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, TUF, Strix, Scar and other models|7304|12|2024-10-11| |5|[babalae/better-genshin-impact](https://github.com/babalae/better-genshin-impact)|📦BetterGI · 更好的原神 - 自动拾取 自动剧情 全自动钓鱼(AI) 全自动七圣召唤 自动伐木 自动刷本 自动采集 - UI Automation Testing Tools For Genshin Impact|5014|12|2024-10-10| |6|[marticliment/UniGetUI](https://github.com/marticliment/UniGetUI)|UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers|12386|10|2024-10-11| |7|[LykosAI/StabilityMatrix](https://github.com/LykosAI/StabilityMatrix)|Multi-Platform Package Manager for Stable Diffusion|4528|9|2024-10-10| |8|[BluePointLilac/ContextMenuManager](https://github.com/BluePointLilac/ContextMenuManager)|🖱️ 纯粹的Windows右键菜单管理程序|12253|8|2024-08-17| |9|[LorisYounger/VPet](https://github.com/LorisYounger/VPet)|虚拟桌宠模拟器 一个开源的桌宠软件, 可以内置到任何WPF应用程序|4801|7|2024-10-11| |10|[Danily07/Translumo](https://github.com/Danily07/Translumo)|Advanced real-time screen translator for games, hardcoded subtitles in videos, static text and etc.|3190|7|2024-07-25| |11|[Scighost/Starward](https://github.com/Scighost/Starward)|Game Launcher for miHoYo - 米家游戏启动器|3477|7|2024-09-29| |12|[jynew/jynew](https://github.com/jynew/jynew)|JinYongLegend-like RPG Game Framework with full Modding support and 10+ hours playable samples of game.|7987|6|2024-09-27| |13|[nilaoda/BBDown](https://github.com/nilaoda/BBDown)|Bilibili Downloader. 一款命令行式哔哩哔哩下载器.|9596|6|2024-09-01| |14|[Richasy/Bili.Copilot](https://github.com/Richasy/Bili.Copilot)|B站第三方 Windows 桌面客户端,使用 Windows App SDK 构建的原生高颜值应用|2961|6|2024-10-06| |15|[Ponderfly/GoogleTranslateIpCheck](https://github.com/Ponderfly/GoogleTranslateIpCheck)|-|4499|6|2024-10-07| |16|[hellzerg/optimizer](https://github.com/hellzerg/optimizer)|The finest Windows Optimizer|14265|6|2024-08-18| |17|[SuxueCode/WechatBakTool](https://github.com/SuxueCode/WechatBakTool)|基于C#的微信PC版聊天记录备份工具,提供图形界面,解密微信数据库并导出聊天记录。|2736|6|2024-09-19| |18|[yaobiao131/downkyicore](https://github.com/yaobiao131/downkyicore)|哔哩下载姬(跨平台版)downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。|1453|5|2024-10-11| |19|[nilaoda/N_m3u8DL-RE](https://github.com/nilaoda/N_m3u8DL-RE)|Cross-Platform, modern and powerful stream downloader for MPD/M3U8/ISM. English/简体中文/繁體中文. |4449|5|2024-08-28| |20|[Flow-Launcher/Flow.Launcher](https://github.com/Flow-Launcher/Flow.Launcher)|:mag: Quick file search & app launcher for Windows with community-made plugins|7863|5|2024-10-11| |21|[BartoszCichecki/LenovoLegionToolkit](https://github.com/BartoszCichecki/LenovoLegionToolkit)|Lightweight Lenovo Vantage and Hotkeys replacement for Lenovo Legion laptops.|5325|5|2024-10-04| |22|[AdminTest0/SharpWxDump](https://github.com/AdminTest0/SharpWxDump)|微信客户端取证,可获取用户个人信息(昵称/账号/手机/邮箱/数据库密钥(用来解密聊天记录));支持获取多用户信息,不定期更新新版本偏移,目前支持所有新版本、正式版本|4155|5|2024-04-25| |23|[rnchg/Apt](https://github.com/rnchg/Apt)|AI Productivity Tool - Free and open-source, enhancing user productivity while ensuring privacy and data security. It provides efficient and convenient AI solutions, including but not limited to: buil ...|494|4|2024-09-23| |24|[DGP-Studio/Snap.Hutao](https://github.com/DGP-Studio/Snap.Hutao)|实用的开源多功能原神工具箱 🧰 / Multifunctional Open-source Genshin Impact Toolkit 🧰|3946|4|2024-10-11| |25|[felixse/FluentTerminal](https://github.com/felixse/FluentTerminal)|A Terminal Emulator based on UWP and web technologies.|9211|4|2024-08-30| |26|[Planshit/Tai](https://github.com/Planshit/Tai)|👻 在Windows上统计软件使用时长和网站浏览时长|3884|4|2024-07-28| |27|[K12f/BlueCatKoKo](https://github.com/K12f/BlueCatKoKo)|蓝猫KoKo下载器(BlueCatKoKo)是一个免登录,简单易用的桌面端抖音/快手视频下载工具,具有简洁的界面,流畅的操作逻辑。可以下载几乎所有的视频,并输出mp4格式的文件。|175|4|2024-09-24| |28|[Archeb/opentrace](https://github.com/Archeb/opentrace)|A cross-platform GUI wrapper for NextTrace. Bringing you the familiar traceroute experience. OpenTrace 是 NextTrace 的跨平台 GUI 界面,带来您熟悉但更强大的用户体验。|2258|4|2024-06-22| |29|[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.|3665|4|2024-10-03| |30|[0x7c13/Notepads](https://github.com/0x7c13/Notepads)|A modern, lightweight text editor with a minimalist design.|8738|4|2024-10-07| |31|[LagrangeDev/Lagrange.Core](https://github.com/LagrangeDev/Lagrange.Core)|An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core|1998|4|2024-10-07| |32|[trueai-org/midjourney-proxy](https://github.com/trueai-org/midjourney-proxy)|A public welfare project offering a free drawing API that proxies Midjourney's Discord channel, supporting one-click face swapping for images and videos.|308|3|2024-10-10| |33|[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.|8736|3|2024-09-02| |34|[ZGGSONG/STranslate](https://github.com/ZGGSONG/STranslate)|A ready-to-use, ready-to-go translation ocr tool developed by WPF/WPF 开发的一款即开即用、即用即走的翻译、OCR工具|1932|3|2024-10-11| |35|[ant-design-blazor/ant-design-blazor](https://github.com/ant-design-blazor/ant-design-blazor)|🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.|5769|3|2024-10-11| |36|[metatube-community/jellyfin-plugin-metatube](https://github.com/metatube-community/jellyfin-plugin-metatube)|MetaTube Plugin for Jellyfin/Emby|2877|3|2024-08-14| |37|[HandyOrg/HandyControl](https://github.com/HandyOrg/HandyControl)|Contains some simple and commonly used WPF controls|6052|3|2024-08-07| |38|[duplicati/duplicati](https://github.com/duplicati/duplicati)|Store securely encrypted backups in the cloud!|11058|3|2024-10-09| |39|[gusmanb/logicanalyzer](https://github.com/gusmanb/logicanalyzer)|24 channel, 100Msps logic analyzer hardware and software|2253|3|2024-10-06| |40|[dremin/RetroBar](https://github.com/dremin/RetroBar)|Classic Windows 95, 98, Me, 2000, XP, Vista taskbar for modern versions of Windows|2765|2|2024-06-25| |41|[dotnetcore/CAP](https://github.com/dotnetcore/CAP)|Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern|6629|2|2024-10-11| |42|[egametang/ET](https://github.com/egametang/ET)|Unity3D Client And C# Server Framework|8828|2|2024-10-08| |43|[INotGreen/SharpScan](https://github.com/INotGreen/SharpScan)|内网资产收集、探测主机存活、端口扫描、域控定位、文件搜索、各种服务爆破(SSH、SMB、MsSQL等)、Socks代理,一键自动化+无文件落地扫描|178|2|2024-08-10| |44|[skydevil88/XboxDownload](https://github.com/skydevil88/XboxDownload)|Xbox下载助手,支持Xbox、微软商店、PS、NS、EA app & Origin、战网、Epic、育碧、Riot Games下载加速,修复Steam商店社区、GitHub访问。|2534|2|2024-10-11| |45|[mbdavid/LiteDB](https://github.com/mbdavid/LiteDB)|LiteDB - A .NET NoSQL Document Store in a single data file|8533|2|2024-10-09| |46|[starik222/BooruDatasetTagManager](https://github.com/starik222/BooruDatasetTagManager)|-|1415|2|2024-10-05| |47|[WPFDevelopersOrg/XNode](https://github.com/WPFDevelopersOrg/XNode)|可视化程序编辑器,类似虚幻引擎的蓝图。A visual programming editor similar to Unreal Engine's Blueprint.|125|2|2024-09-08| |48|[feiyun0112/Gradio.Net](https://github.com/feiyun0112/Gradio.Net)|⭐Gradio for .NET – a port of Gradio, an open-source Python package that allows you to quickly build a demo or web application for your machine learning model, API, or any arbitrary Python function. Gr ...|246|2|2024-08-21| |49|[DeEpinGh0st/WindowsBaselineAssistant](https://github.com/DeEpinGh0st/WindowsBaselineAssistant)|Windows安全基线核查加固助手|425|2|2024-05-12| |50|[BornToBeRoot/NETworkManager](https://github.com/BornToBeRoot/NETworkManager)|A powerful tool for managing networks and troubleshoot network problems!|6462|2|2024-10-07| |51|[wenen-creator/FlexiArchiveSystem](https://github.com/wenen-creator/FlexiArchiveSystem)|Flexi Archive是一个满足复杂存档需求,灵活且强大的Unity跨平台数据存档解决方案。 Flexi Archive is a flexible and powerful data archiving solution for complex archiving needs|86|2|2024-10-11| |52|[dotnetcore/Util](https://github.com/dotnetcore/Util)|Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。|4538|2|2024-07-22| |53|[jie65535/GrasscutterCommandGenerator](https://github.com/jie65535/GrasscutterCommandGenerator)|Command Generator and Gacha Banner Editor|1905|2|2024-09-07| |54|[timschneeb/GalaxyBudsClient](https://github.com/timschneeb/GalaxyBudsClient)|Unofficial Galaxy Buds Manager for Windows, macOS, Linux, and Android|3525|2|2024-10-07| |55|[DotNetNext/SqlSugar](https://github.com/DotNetNext/SqlSugar)|.Net aot ORM Fastest ORM Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse ...|5318|2|2024-10-11| |56|[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|1847|2|2024-09-28| |57|[studyzy/imewlconverter](https://github.com/studyzy/imewlconverter)|”深蓝词库转换“ 一款开源免费的输入法词库转换程序|7759|2|2024-07-21| |58|[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.|7405|2|2024-10-11| |59|[qwqdanchun/Pillager](https://github.com/qwqdanchun/Pillager)|Pillager是一个适用于后渗透期间的信息收集工具|916|2|2024-09-07| |60|[XINCGer/Unity3DTraining](https://github.com/XINCGer/Unity3DTraining)|【Unity杂货铺】unity大杂烩~|7552|2|2024-10-11| |61|[JeffreySu/WeiXinMPSDK](https://github.com/JeffreySu/WeiXinMPSDK)|微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.|8422|2|2024-10-08| |62|[MInggongK/Hikvision-](https://github.com/MInggongK/Hikvision-)|Hikvision综合漏洞利用工具|325|2|2024-09-05| |63|[xverse-engine/XV3DGS-UEPlugin](https://github.com/xverse-engine/XV3DGS-UEPlugin)|A Unreal Engine 5 (UE5) based plugin aiming to provide real-time visulization, management, editing, and scalable hybrid rendering of Guassian Splatting model.|526|2|2024-09-06| |64|[cq-panda/Vue.NetCore](https://github.com/cq-panda/Vue.NetCore)|(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/|3855|2|2024-10-07| |65|[BililiveRecorder/BililiveRecorder](https://github.com/BililiveRecorder/BililiveRecorder)|录播姬 mikufans 生放送录制|3772|2|2024-09-27| |66|[JamXi233/WaveTools](https://github.com/JamXi233/WaveTools)|🧰鸣潮工具箱|233|2|2024-08-16| |67|[JavScraper/Emby.Plugins.JavScraper](https://github.com/JavScraper/Emby.Plugins.JavScraper)|Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。|3358|2|2024-07-08| |68|[AntdUI/AntdUI](https://github.com/AntdUI/AntdUI)|👚 基于 Ant Design 设计语言的 Winform 界面库|400|2|2024-10-10| |69|[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 ...|4097|2|2024-09-20| |70|[1Remote/1Remote](https://github.com/1Remote/1Remote)|One Remote Access Manager to Rule Them All|4082|2|2024-10-07| |71|[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. |3355|2|2024-10-10| |72|[BookerLiu/GeekDesk](https://github.com/BookerLiu/GeekDesk)|🔥小巧、美观的桌面快速启动工具 Small, beautiful desktop quickstart management tool with integrated Everything search|2146|2|2024-08-08| |73|[AIDotNet/GraphRag.Net](https://github.com/AIDotNet/GraphRag.Net)|参考GraphRag使用 Semantic Kernel 来实现的dotnet版本,可以使用NuGet开箱即用集成到项目中|180|2|2024-09-29| |74|[dotnetcore/WTM](https://github.com/dotnetcore/WTM)|Use WTM to write .netcore app fast !!!|4230|2|2024-10-10| |75|[mini-software/MiniExcel](https://github.com/mini-software/MiniExcel)|Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)|2739|2|2024-09-28| |76|[cxfksword/jellyfin-plugin-metashark](https://github.com/cxfksword/jellyfin-plugin-metashark)|jellyfin电影元数据插件|1331|2|2024-09-04| |77|[Tichau/FileConverter](https://github.com/Tichau/FileConverter)|File Converter is a very simple tool which allows you to convert and compress files using the context menu in windows explorer.|6556|2|2024-08-13| |78|[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|3737|2|2024-07-29| |79|[the1812/Malware-Patch](https://github.com/the1812/Malware-Patch)|阻止中国流氓软件的管理员授权. / Prevent UAC authorization of Chinese malware.|4022|2|2024-06-16| |80|[Perfare/Il2CppDumper](https://github.com/Perfare/Il2CppDumper)|Unity il2cpp reverse engineer|6957|2|2024-08-18| |81|[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#.|3233|2|2024-07-02| |82|[huiyadanli/PasteEx](https://github.com/huiyadanli/PasteEx)|:clipboard: Paste As File 把剪贴板的内容直接粘贴为文件|1335|1|2024-07-23| |83|[xianhc/apevolo-api](https://github.com/xianhc/apevolo-api)| .Net 8 、SqlSugar ORM、Vue 2.X、RBAC、前后端分离的开箱则用的企业级中后台权限管理系统|814|1|2024-08-06| |84|[kwsch/PKHeX](https://github.com/kwsch/PKHeX)|Pokémon Save File Editor|3675|1|2024-10-10| |85|[pdone/FreeControl](https://github.com/pdone/FreeControl)|在PC上控制Android设备|1923|1|2024-07-19| |86|[MapsterMapper/Mapster](https://github.com/MapsterMapper/Mapster)|A fast, fun and stimulating object to object Mapper|4333|1|2024-06-17| |87|[XINCGer/UnityToolchainsTrick](https://github.com/XINCGer/UnityToolchainsTrick)|提供一些UnityEditor工具链开发的常用小技巧与示例(Provides some common tips and examples for developing the UnityEditor toolchain)|1579|1|2024-09-10| |88|[ancientElement/AE_SkillEditor_Plus](https://github.com/ancientElement/AE_SkillEditor_Plus)|AE_Skill_Editor的Plus版本|115|1|2024-07-07| |89|[dorisoy/Dorisoy.Pan](https://github.com/dorisoy/Dorisoy.Pan)|Dorisoy.Pan 是基于.net core8 的跨平台文档管理系统,使用 MS SQL 2012 / MySql8.0(或更高版本)后端数据库,您可以在 Windows、Linux 或 Mac 上运行它,项目中的所有方法都是异步的,支持令牌基身份验证,项目体系结构遵循著名的软件模式和最佳安全实践。源代码是完全可定制的,热插拔且清晰的体系结构,使开发定制功能和遵循任何业务需求变得容易。 系统使 ...|525|1|2024-09-29| |90|[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.|926|1|2024-10-08| |91|[fengymi/emby-plugin-danmu](https://github.com/fengymi/emby-plugin-danmu)|emby弹幕插件|99|1|2024-08-24| |92|[liangxiegame/QFramework](https://github.com/liangxiegame/QFramework)|Godot/Unity3D System Design Architecture|4363|1|2024-10-07| |93|[ClassIsland/ClassIsland](https://github.com/ClassIsland/ClassIsland)|一款适用于班级多媒体屏幕的课表的信息显示工具,可以一目了然地显示各种信息。|401|1|2024-10-10| |94|[lvyww/bime](https://github.com/lvyww/bime)|bime,外挂式形码输入平台|55|1|2024-08-09| |95|[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.|766|1|2024-09-13| |96|[Panuon/Panuon.WPF.UI](https://github.com/Panuon/Panuon.WPF.UI)|Professional wpf ui library.|1048|1|2024-10-05| |97|[jxlpzqc/TMSpeech](https://github.com/jxlpzqc/TMSpeech)|腾讯会议摸鱼工具|398|1|2024-06-29| |98|[iamoldli/NetModular](https://github.com/iamoldli/NetModular)|NetModular 是基于.Net Core 和 Vue.js 的业务模块化以及前后端分离的快速开发框架|1350|1|2024-08-01| |99|[Harlan-H/M3u8Downloader_H](https://github.com/Harlan-H/M3u8Downloader_H)|[.net6]m3u8下载器,功能强大,多线程,多任务,支持aes-128-cbc解密,自定义请求头,自定义插件|633|1|2024-07-06| |100|[emoacht/Monitorian](https://github.com/emoacht/Monitorian)|A Windows desktop tool to adjust the brightness of multiple monitors with ease|3395|1|2024-09-15| |101|[JamXi233/ZenlessTools](https://github.com/JamXi233/ZenlessTools)|🧰绝区零工具箱|51|1|2024-08-01| |102|[clinlx/CN_GreenLumaGUI](https://github.com/clinlx/CN_GreenLumaGUI)|用WPF开发的GreenLuma的简单易用的中文图形界面|294|1|2024-09-15| |103|[falseeeeeeeeee/ShaderLibrary](https://github.com/falseeeeeeeeee/ShaderLibrary)|希望开源能够帮到所有人|370|1|2024-04-14| |104|[foxofice/sub_share](https://github.com/foxofice/sub_share)|字幕共享计划|1303|1|2024-09-25| |105|[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. |2987|1|2024-09-02| |106|[OpenTabletDriver/OpenTabletDriver](https://github.com/OpenTabletDriver/OpenTabletDriver)|Open source, cross-platform, user-mode tablet driver|2688|1|2024-09-20| |107|[SlimeNull/ScreenBroadcaster](https://github.com/SlimeNull/ScreenBroadcaster)|Screen broadcast and remote control tool based on FFmpeg. 基于 FFmpeg 的屏幕广播与远程操控工具.|165|1|2024-09-15| |108|[RRQM/TouchSocket](https://github.com/RRQM/TouchSocket)|TouchSocket is an integrated .NET networking framework that includes modules for socket, TCP, UDP, SSL, named pipes, HTTP, WebSocket, RPC, and more. It offers a one-stop solution for TCP packet issues ...|860|1|2024-10-11| |109|[AlexanderPro/SmartSystemMenu](https://github.com/AlexanderPro/SmartSystemMenu)|SmartSystemMenu extends system menu of all windows in the system|2041|1|2024-10-04| |110|[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 ...|1755|1|2024-10-11| |111|[MonkSoul/Furion](https://github.com/MonkSoul/Furion)|Make .NET development easier, more versatile, and more popular.|2111|1|2024-10-11| |112|[2881099/FreeIM](https://github.com/2881099/FreeIM)|.NETCore websocket 实现简易、高性能、集群即时通讯组件,支持点对点通讯、群聊通讯、上线下线事件消息等众多实用性功能.|1453|1|2024-08-24| |113|[samhocevar/wincompose](https://github.com/samhocevar/wincompose)|🔣 Compose Key for Windows|2602|1|2024-10-02| |114|[yhuse/SunnyUI](https://github.com/yhuse/SunnyUI)|SunnyUI.NET 是基于.NET Framework 4.0+、.NET6、.NET8 框架的 C# WinForm UI、开源控件库、工具类库、扩展类库、多页面开发框架。|2095|1|2024-10-06| |115|[dotnetcore/AgileConfig](https://github.com/dotnetcore/AgileConfig)|基于.NET Core开发的轻量级分布式配置中心 / .NET Core lightweight configuration server|1502|1|2024-10-04| |116|[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 ...|827|1|2024-10-10| |117|[2394425147/astrodx](https://github.com/2394425147/astrodx)|-|870|1|2024-09-27| |118|[xljiulang/CYarp](https://github.com/xljiulang/CYarp)|A reverse proxy toolkit to help you expose multiple local http servers behind a NAT or firewall to the internet|123|1|2024-06-24| |119|[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.|2100|1|2024-09-07| |120|[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.|2399|1|2024-05-07| |121|[leinlin/Miku-LuaProfiler](https://github.com/leinlin/Miku-LuaProfiler)|-|1901|1|2024-06-06| |122|[CollapseLauncher/Collapse](https://github.com/CollapseLauncher/Collapse)|An Advanced Launcher for miHoYo/HoYoverse Games|1377|1|2024-10-10| |123|[morkt/GARbro](https://github.com/morkt/GARbro)|Visual Novels resource browser|2302|1|2024-07-08| |124|[CHKZL/DDTV](https://github.com/CHKZL/DDTV)|可对阿B进行直播多窗口观看、开播提醒、自动录制、合并、转码的跨平台工具|1305|1|2024-09-21| |125|[Gaoyifei1011/GetStoreApp](https://github.com/Gaoyifei1011/GetStoreApp)|离线下载 Microsoft Store 商店应用|714|1|2024-10-10| |126|[HMBSbige/NatTypeTester](https://github.com/HMBSbige/NatTypeTester)|测试当前网络的 NAT 类型(STUN)|3488|1|2024-10-08| |127|[mini-software/MiniWord](https://github.com/mini-software/MiniWord)|.NET Word(docx) exporting template engine without COM+ & interop (support Linux and Mac)|608|1|2024-10-06| |128|[AZ-Studio-2023/RailGo](https://github.com/AZ-Studio-2023/RailGo)|一个调用API实现中国铁路信息查询的工具|49|1|2024-10-04| |129|[yaronzz/Tidal-Media-Downloader-PRO](https://github.com/yaronzz/Tidal-Media-Downloader-PRO)|Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)|1206|1|2024-05-30| |130|[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.)|1173|1|2024-08-18| |131|[itext/itext-dotnet](https://github.com/itext/itext-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 ...|1666|1|2024-10-11| |132|[JasonXuDeveloper/Nino](https://github.com/JasonXuDeveloper/Nino)|Definite useful and high performance serialization library for any C# projects, including but not limited to .NET Core apps or Unity/Godot games.|456|1|2024-10-09| |133|[FastTunnel/FastTunnel](https://github.com/FastTunnel/FastTunnel)|expose a local server to the internet. 高性能跨平台的内网穿透解决方案 远程内网计算机 域名访问内网站点 反向代理内网服务 端口转发 http代理 |1518|1|2024-08-02| |134|[oureveryday/Steam-auto-crack](https://github.com/oureveryday/Steam-auto-crack)|Steam Game Automatic Cracker|1208|1|2024-10-07| |135|[xasset/xasset](https://github.com/xasset/xasset)|提升你的生产力。|2584|1|2024-06-18| |136|[JasonXuDeveloper/JEngine](https://github.com/JasonXuDeveloper/JEngine)|The solution that allows unity games to update in runtime. 使Unity开发的游戏支持热更新的解决方案。|1968|1|2024-06-11| |137|[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|1565|1|2024-10-10| |138|[dotnetcore/WebApiClient](https://github.com/dotnetcore/WebApiClient)|A REST API library with better functionality, performance, and scalability than refit|2038|1|2024-09-27| |139|[JasonMa0012/LWGUI](https://github.com/JasonMa0012/LWGUI)|A Lightweight, Flexible, Powerful Shader GUI System for Unity.|901|1|2024-09-20| |140|[842549829/Panda](https://github.com/842549829/Panda)|Abp.vNext + EF Core The microservices Open source framework project supports the implementation of message push workflow certification centers based on OAuth2.0|176|1|2024-09-05| |141|[jitwxs/163MusicLyrics](https://github.com/jitwxs/163MusicLyrics)|Windows 云音乐歌词获取【网易云、QQ音乐】|2038|1|2024-08-25| |142|[alexandrehtrb/Pororoca](https://github.com/alexandrehtrb/Pororoca)|An API testing tool with support for HTTP/2 and HTTP/3. Alternative to Postman.|495|1|2024-10-07| |143|[Astroluminous-WorkShop/Open-SD-WebUI-Launcher](https://github.com/Astroluminous-WorkShop/Open-SD-WebUI-Launcher)|AI绘画启动器 sd-webui启动器 StableDiffusion WebUI启动器 绘梦 |343|1|2024-06-02| |144|[kookxiang/jellyfin-plugin-bangumi](https://github.com/kookxiang/jellyfin-plugin-bangumi)|bgm.tv plugin for jellyfin|585|1|2024-10-08| |145|[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.|5698|1|2024-10-05| |146|[real-zony/ZonyLrcToolsX](https://github.com/real-zony/ZonyLrcToolsX)|ZonyLrcToolsX 是一个能够方便地下载歌词的小软件。|1424|1|2024-09-03| |147|[SpaceTimee/Sheas-Cealer](https://github.com/SpaceTimee/Sheas-Cealer)|Just Ceal It (可用于无代理合法抵御网络中间人攻击)|538|1|2024-10-10| |148|[GZTimeWalker/GZCTF](https://github.com/GZTimeWalker/GZCTF)|The GZ::CTF project, an open source CTF platform.|858|1|2024-10-11| |149|[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.|3708|1|2024-07-09| |150|[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 ...|1950|1|2024-09-29| |151|[wolfgarbe/SymSpell](https://github.com/wolfgarbe/SymSpell)|SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm|3136|1|2024-09-30| |152|[Tencent/InjectFix](https://github.com/Tencent/InjectFix)|InjectFix is a hot-fix solution library for Unity|1966|1|2024-08-16| |153|[XuToWei/GameDevelopmentKit](https://github.com/XuToWei/GameDevelopmentKit)|Unity双端开发工具,UnityGameFramework+ET+Luban+HybridCLR+UniTask,努力提供方便开发的工具|448|1|2024-10-11| |154|[vovgou/loxodon-framework](https://github.com/vovgou/loxodon-framework)|An MVVM & Databinding framework that can use C# and Lua to develop games|1898|1|2024-08-30| |155|[LKZMuZiLi/human](https://github.com/LKZMuZiLi/human)|Unity 实时3d数据人|115|1|2024-08-01| |156|[aiqinxuancai/DiscordProxyStart](https://github.com/aiqinxuancai/DiscordProxyStart)|实验项目,快速启动一个添加代理的Discord进程。Quickly launch a Discord process with an added proxy.|296|1|2024-10-09| |157|[LightCountry/TokenPay](https://github.com/LightCountry/TokenPay)|✅一款同时支持动态和静态收款地址收取TRX、USDT-TRC20、ETH系列区块链所有代币的支付解决方案!✅A payment solution that supports both dynamic and static payee addresses to receive TRX, USDT-TRC20, all tokens of ETH series blockchain! |675|1|2024-10-11| |158|[sourcegit-scm/sourcegit](https://github.com/sourcegit-scm/sourcegit)|Windows/macOS/Linux GUI client for GIT users|1176|1|2024-10-11| |159|[xunkong/xunkong](https://github.com/xunkong/xunkong)|记录旅途中发生的事|931|1|2024-09-21| |160|[Pathoschild/SMAPI](https://github.com/Pathoschild/SMAPI)|The modding API for Stardew Valley.|1817|1|2024-10-07| |161|[HaoDong108/DouyinBarrageGrab](https://github.com/HaoDong108/DouyinBarrageGrab)|基于系统代理的抖音弹幕wss抓取程序,能够获取所有数据来源,包括chrome,抖音直播伴侣等,可进行进程过滤|907|1|2024-09-28| |162|[Coolapk-UWP/Coolapk-UWP](https://github.com/Coolapk-UWP/Coolapk-UWP)|一个基于 UWP 平台的第三方酷安客户端|2357|1|2024-09-22| |163|[TastSong/CrazyCar](https://github.com/TastSong/CrazyCar)|网络联机游戏解决方案---Unity制作的联机赛车游戏,服务端为SpringBoot + Mybatis Plus;后台为Vue + Element;游戏端采用QFramework框架,Addressable+HybridCLR实现热更新,支持KCP和WebSocket网络。|1470|1|2024-10-09| |164|[fanliang11/surging](https://github.com/fanliang11/surging)|Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine su ...|3243|1|2024-07-01| |165|[colinin/abp-next-admin](https://github.com/colinin/abp-next-admin)|这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目|833|1|2024-10-10| |166|[SiMaLaoShi/AssetStudio_Tuanjie](https://github.com/SiMaLaoShi/AssetStudio_Tuanjie)|AssetStudio的团结版本|58|1|2024-09-19| |167|[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.|829|1|2024-09-25| |168|[Pixeval/Pixeval](https://github.com/Pixeval/Pixeval)|Wow. Yet another Pixiv client!|2312|1|2024-10-11| |169|[prime31/Nez](https://github.com/prime31/Nez)|Nez is a free 2D focused framework that works with MonoGame and FNA|1787|1|2024-10-09| |170|[yclown/ql_jd_cookie](https://github.com/yclown/ql_jd_cookie)|青龙面板京东cookie获取桌面版,支持一键发送到青龙面板,账号密码快速填入|255|1|2024-09-07| |171|[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 ...|1665|1|2024-10-11| |172|[kannagi0303/yt-dlp-gui](https://github.com/kannagi0303/yt-dlp-gui)|Windows GUI for yt-dlp|1315|1|2024-08-07| |173|[raoyutian/PaddleOCRSharp](https://github.com/raoyutian/PaddleOCRSharp)|PaddleOCRSarp是一个基于百度飞桨PaddleOCR的C++代码修改并封装的.NET的OCR工具类库。包含文本识别、文本检测、表格识别功能。本项目针对小图识别不准的情况下做了优化,比飞桨原代码识别准确率有所提高。 包含总模型仅8.6M的超轻量级中文OCR,单模型支持中英文数字组合识别、竖排文本识别、长文本识别。同时支持多种文本检测。|617|1|2024-05-28| |174|[stevencohn/OneMore](https://github.com/stevencohn/OneMore)|A OneNote add-in with simple, yet powerful and useful features|2581|1|2024-10-11| |175|[Yu-Core/SwashbucklerDiary](https://github.com/Yu-Core/SwashbucklerDiary)|侠客日记是一个开源、跨平台的本地日记app,使用MAUI Blazor 构建。"SwashbucklerDiary" is an open source cross-platform local diary app using MAUI Blazor .|813|1|2024-10-11| |176|[focus-creative-games/hybridclr_unity](https://github.com/focus-creative-games/hybridclr_unity)|Unity package for HybridCLR|725|1|2024-09-27| |177|[stalomeow/StarRailNPRShader](https://github.com/stalomeow/StarRailNPRShader)|Fan-made shaders for Unity URP attempting to replicate the shading of Honkai: Star Rail.|586|1|2024-09-24| |178|[WPFDevelopersOrg/WPFDevelopers](https://github.com/WPFDevelopersOrg/WPFDevelopers)|🎉 Welcome to follow the "WPFDevelopers" public account! This is a sample project we share daily, covering WPF's basic controls and custom control libraries. The project will be continuously updated, w ...|1513|1|2024-10-07| |179|[CrazyZhang666/EAappEmulater](https://github.com/CrazyZhang666/EAappEmulater)|EAapp模拟器 By Misaka_Mikoto_01 And CrazyZhang666|181|1|2024-08-30| |180|[stakira/OpenUtau](https://github.com/stakira/OpenUtau)|Open singing synthesis platform / Open source UTAU successor|2057|1|2024-09-03| |181|[liukuo362573/YiShaAdmin](https://github.com/liukuo362573/YiShaAdmin)|基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观|2438|1|2024-06-30| |182|[kenvix/USBCopyer](https://github.com/kenvix/USBCopyer)|😉 用于在插上U盘后自动按需复制该U盘的文件。”备份&偷U盘文件的神器”(写作USBCopyer,读作USBCopier)|2632|1|2024-05-23| |183|[XCharts-Team/XCharts](https://github.com/XCharts-Team/XCharts)|A charting and data visualization library for Unity. Unity数据可视化图表插件。 |3257|1|2024-10-01| |184|[trueai-org/mdrive](https://github.com/trueai-org/mdrive)|一个基于阿里云盘官方 API 授权的自动同步和备份工具,支持云盘挂载到本地,支持本地存储,支持加密,多平台、安全、自动化的数据管理方案。|151|1|2024-06-27| |185|[CrazyZhang666/GTA5OnlineTools](https://github.com/CrazyZhang666/GTA5OnlineTools)|GTA5线上小助手|1387|1|2024-09-16| |186|[Bryan-Cyf/SuperShortLink](https://github.com/Bryan-Cyf/SuperShortLink)|这是一个基于.NET开源的短链生成及监控系统,包含了短URL的生成、短URL跳转长URL、短URL访问统计以及Web后台监控页面,可以帮助我们更容易地生成短链、监控短链!|321|1|2024-06-11| |187|[babalae/better-wuthering-waves](https://github.com/babalae/better-wuthering-waves)|🌊更好的鸣潮 - 后台自动剧情|124|1|2024-06-08| |188|[izhaorui/Zr.Admin.NET](https://github.com/izhaorui/Zr.Admin.NET)|🎉ZR.Admin.NET是一款前后端分离的、跨平台基于RBAC的通用权限管理后台。ORM采用SqlSugar。前端采用Vue、AntDesign,支持多租户、缓存、任务调度、支持统一异常处理、接口限流、支持一键生成前后端代码,支持动态国际化翻译(Vue3),等诸多黑科技,代码简洁易懂、易扩展让开发更简单、更通用。|888|1|2024-06-25| |189|[OkGoDoIt/OpenAI-API-dotnet](https://github.com/OkGoDoIt/OpenAI-API-dotnet)|An unofficial C#/.NET SDK for accessing the OpenAI GPT-3 API|1846|1|2024-08-07| |190|[sdcb/PaddleSharp](https://github.com/sdcb/PaddleSharp)|.NET/C# binding for Baidu paddle inference library and PaddleOCR|1051|1|2024-07-02| |191|[TippingGame/F8Framework](https://github.com/TippingGame/F8Framework)|F8 Framework是一个优雅,轻量,符合直觉的基于Unity引擎的Game Framework,组件围绕F8一键启动,框架整体遵循以极少的使用成本开发游戏。|405|1|2024-09-29| |192|[Paving-Base/APK-Installer](https://github.com/Paving-Base/APK-Installer)|An Android Application Installer for Windows|1487|1|2024-10-11| |193|[essensoft/paylink](https://github.com/essensoft/paylink)|一套基于 .NET 开发的支付SDK,它简化了API调用及通知的处理流程。|1762|1|2024-08-08| |194|[AlphaYu/adnc](https://github.com/AlphaYu/adnc)|.NET微服务/分布式开发框架,同时也适用于单体架构系统的开发。|1393|1|2024-09-27| |195|[skoruba/IdentityServer4.Admin](https://github.com/skoruba/IdentityServer4.Admin)|The administration for the IdentityServer4 and Asp.Net Core Identity|3567|1|2024-06-10| |196|[91270/MeiamSubtitles](https://github.com/91270/MeiamSubtitles)|Emby Server / Jellyfin Server 端字幕插件 ,使用 迅雷影音、 射手网 接口精准匹配视频字幕|1516|1|2024-06-25| |197|[lay295/TwitchDownloader](https://github.com/lay295/TwitchDownloader)|Twitch VOD/Clip Downloader - Chat Download/Render/Replay|2688|1|2024-09-16| |198|[goatcorp/FFXIVQuickLauncher](https://github.com/goatcorp/FFXIVQuickLauncher)|Custom launcher for FFXIV|2777|1|2024-10-11| |199|[MInggongK/Penetration-mining-src](https://github.com/MInggongK/Penetration-mining-src)|一款集成了H3C,致远,泛微,万户,帆软,海康威视,金蝶云星空,畅捷通,Struts等多个RCE漏洞利用工具|86|1|2024-07-28| |200|[Valkirie/HandheldCompanion](https://github.com/Valkirie/HandheldCompanion)|ControllerService|1170|1|2024-10-09|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/CSS.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > CSS 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[BingyanStudio/LapisCV](https://github.com/BingyanStudio/LapisCV)|📃 开箱即用的 Markdown 简历,支持 VSCode / Obsidian / Typora|2728|12|2024-10-07| |2|[caol64/wenyan](https://github.com/caol64/wenyan)|Markdown文章排版美化工具,支持微信公众号、今日头条、知乎等平台。|416|8|2024-09-25| |3|[tangxiaoqi-tangxiao/PintreeNewTab](https://github.com/tangxiaoqi-tangxiao/PintreeNewTab)|Transform bookmarks into a visually appealing and user-friendly navigation page.|136|7|2024-10-01| |4|[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.|19097|6|2024-10-11| |5|[guaguaguaxia/weekly_report](https://github.com/guaguaguaxia/weekly_report)|简单描述工作内容,帮你生成完整周报|3185|5|2024-05-27| |6|[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|6177|4|2024-09-01| |7|[IBM/plex](https://github.com/IBM/plex)|The package of IBM’s typeface, IBM Plex.|9606|4|2024-10-01| |8|[duolabmeng6/pro-api](https://github.com/duolabmeng6/pro-api)|Unified management of projects with large model APIs, unified conversion to OpenAI format, calling multiple backend services, OpenAI, Anthropic, Gemini, Vertex, Cloudflare, DeepBricks, OpenRouter, etc ...|105|3|2024-09-25| |9|[WebStackPage/WebStackPage.github.io](https://github.com/WebStackPage/WebStackPage.github.io)|❤️静态响应式网址导航网站 - webstack.cc|6357|3|2024-05-04| |10|[ImGoodBai/GoodWeBot](https://github.com/ImGoodBai/GoodWeBot)|全RPA技术实现完全合规,下载一键免安装运行,已接入coze等主流AI,使用超级简便的AI微信机器人|96|3|2024-09-29| |11|[liangjingkanji/DrakeTyporaTheme](https://github.com/liangjingkanji/DrakeTyporaTheme)|十二种主题风格 - Material Google JetBrains Vue Juejin Purple Ayu Dark|2921|2|2024-07-11| |12|[shen-yu/hexo-theme-ayer](https://github.com/shen-yu/hexo-theme-ayer)|一个干净优雅的hexo主题 A clean and elegant theme for Hexo. 🐋|1812|1|2024-08-24| |13|[xieyumc/jyySlideWeb](https://github.com/xieyumc/jyySlideWeb)|网页实时Markdown转换为PPT幻灯片,主题灵感来源于南京大学蒋炎岩jyy老师|19|1|2024-10-06| |14|[LIlGG/halo-theme-sakura](https://github.com/LIlGG/halo-theme-sakura)|Halo 版本的樱花🌸主题|805|1|2024-10-04| |15|[stilleshan/dockerfiles](https://github.com/stilleshan/dockerfiles)|不定期收集,整理和编写常用优秀软件和服务的 Dockerfile 文件. https://docker.ioiox.com|1001|1|2024-08-19| |16|[shuhongfan/sl-express](https://github.com/shuhongfan/sl-express)|神领物流 黑马 物流项目 神领物流系统类似顺丰速运,是向C端用户提供快递服务的系统。竞品有:顺丰、中通、圆通、京东快递等。 项目产品主要有4端产品: - 用户端:基于微信小程序开发,外部客户使用,可以寄件、查询物流信息等。 - 快递员端:基于安卓开发的手机APP,公司内部的快递员使用,可以接收取派件任务等。 - 司机端:基于安卓开发的手机APP,公司内部的司机使用,可以接收运输任务、上报位置信息 ...|299|1|2024-06-26| |17|[Rainbell129/Obsidian-Homepage](https://github.com/Rainbell129/Obsidian-Homepage)|A dashboard for your obsidian vault.|1500|1|2024-08-29| |18|[chengzhongxue/halo-theme-hao](https://github.com/chengzhongxue/halo-theme-hao)|-|581|1|2024-08-30| |19|[CBLabresearch/old-bypass-webBuild](https://github.com/CBLabresearch/old-bypass-webBuild)|一个2020年练手的基于gin框架搞的在线免杀平台,支持后台管理,邀请码注册等|33|1|2024-09-12| |20|[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.|516|1|2024-09-24| |21|[PKM-er/Blue-Topaz_Obsidian-css](https://github.com/PKM-er/Blue-Topaz_Obsidian-css)|A blue theme for Obsidian. |1167|1|2024-07-15| |22|[hamster1963/HomeDash](https://github.com/hamster1963/HomeDash)|一个仪表盘|215|1|2024-04-29| |23|[moshowgame/SpringBootCodeGenerator](https://github.com/moshowgame/SpringBootCodeGenerator)|又名大狼狗代码生成器,基于SpringBoot2+Freemarker的JAVA代码生成器,以释放双手为目的,支持mysql/oracle/pgsql三大数据库, 用DDL-SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlSQL等相关代码.|1984|1|2024-09-06| |24|[lovefc/china_school_badge](https://github.com/lovefc/china_school_badge)|全国高校校徽字体图标库|923|1|2024-08-10| |25|[Tokinx/Wing](https://github.com/Tokinx/Wing)|Simple, smooth, data-driven, responsive WordPress theme|565|1|2024-07-22| |26|[Dalufishe/palserver-GUI](https://github.com/Dalufishe/palserver-GUI)|GUI support, one-click Palworld dedicated server management tool. 可視化界面,一鍵式帕魯 (Palworld) 伺服器建立、管理工具。|267|1|2024-09-18| |27|[imfing/hextra](https://github.com/imfing/hextra)|🔯 Modern, batteries-included Hugo theme for creating beautiful doc, blog and static websites|644|1|2024-09-29| |28|[wozulong/ChatGPTAuthHelper](https://github.com/wozulong/ChatGPTAuthHelper)|一个简单的Chrome插件,用来帮助你登录ChatGPT。|381|1|2024-10-09| |29|[MUKAPP/LiteLoaderQQNT-MSpring-Theme](https://github.com/MUKAPP/LiteLoaderQQNT-MSpring-Theme)|LiteLoaderQQNT 主题,优雅 · 粉粉 · 细致|305|1|2024-09-29| |30|[rootknight/Miniflux-Theme-Reeder](https://github.com/rootknight/Miniflux-Theme-Reeder)|Miniflux v2 的自定义主题 miniflux-theme-reeder(仿 Reeder)|107|1|2024-07-22| |31|[nicejade/markdown-online-editor](https://github.com/nicejade/markdown-online-editor)|📝基于 Vue、Vditor,所构建的在线 Markdown 编辑器,支持流程图、甘特图、时序图、任务列表、HTML 自动转换为 Markdown 等功能;🎉新增「所见即所得」编辑模式。https://niceshare.site/|2585|1|2024-10-11| |32|[theme-nexmoe/hexo-theme-nexmoe](https://github.com/theme-nexmoe/hexo-theme-nexmoe)|🔥 A special Hexo theme focusing on pictures and images. Images tell stories, and Nexmoe makes them more vivid.|1656|1|2024-10-11| |33|[juehackr/comfyui_fk_server](https://github.com/juehackr/comfyui_fk_server)|Comfyui万能翻译插件(不再需要添加各种节点,直接在原有节点上加入翻译功能),让comfyui任意长文本输入框支持中文输入并自动翻译/同时加入报错翻译功能(调用百度翻译),实现翻译自由!同时接入AI大模型实现提示词润色功能, 其它插件功能,请看插件介绍|121|1|2024-08-22| |34|[transmission-web-control/transmission-web-control](https://github.com/transmission-web-control/transmission-web-control)|maintained fork of ronggang/transmission-web-control|278|1|2024-04-20| |35|[chenzhen7/cz-blog](https://github.com/chenzhen7/cz-blog)|基于springboot + Thymeleaf + vue开发的 个人博客系统,包含前台和后台管理页面,(采用标准的架构设计;代码简洁、高效无冗余;注释详细易阅读),自适应手机端和电脑端,界面简洁美观,功能完善。可用做毕设、实习项目、练手项目|182|1|2024-08-27| |36|[GuangLun2000/GuangLun2000.github.io](https://github.com/GuangLun2000/GuangLun2000.github.io)|(Minimalism Style) Powered by Jekyll, based on the Minimal Mistakes theme and Jason Ansel's website|524|1|2024-09-23| |37|[christorange/VerticalFox](https://github.com/christorange/VerticalFox)|Firefox theme with Edge like auto-hide vertical tab bar and minimalism design. Powerd by Sidebery. |437|1|2024-08-11| |38|[stick-i/markdown-resume-template](https://github.com/stick-i/markdown-resume-template)|Markdown简历模板,非常适合程序员的一份简历模板!如果对你有帮助的话,不要忘了点个star噢~|68|1|2024-06-23| |39|[QNquenan/homepage-for-vue3](https://github.com/QNquenan/homepage-for-vue3)|基于Vue3的主页|14|1|2024-09-19| |40|[ZYYO666/homepage](https://github.com/ZYYO666/homepage)|我的个人主页,homepage,个人引导页,简约主页,个人导航|321|1|2024-09-14| |41|[YiNNx/typora-theme-lapis](https://github.com/YiNNx/typora-theme-lapis)|🖊️ A clean Typora theme in blue tones|400|1|2024-09-06| |42|[intro-llm/intro-llm.github.io](https://github.com/intro-llm/intro-llm.github.io)|website|360|1|2024-10-07| |43|[Nephthelana/DoL-More-Love-Interests-Mod](https://github.com/Nephthelana/DoL-More-Love-Interests-Mod)|目标是解决在DoL中只能设置两个伴侣的问题()|23|1|2024-10-11| |44|[apachecn/.github](https://github.com/apachecn/.github)|ApacheCN 开源组织:公告、介绍、成员、活动、交流方式|1727|1|2024-08-12| |45|[TeR1R1/vscode-teriri-custom-style](https://github.com/TeR1R1/vscode-teriri-custom-style)|不计效率地为 vscode 添加样式与动画。|25|0|2024-07-19| |46|[MellowCo/unocss-preset-weapp](https://github.com/MellowCo/unocss-preset-weapp)|unocss preset for wechat miniprogram,unocss小程序预设,在 taro uniapp 原生小程序 中使用unocss|375|0|2024-10-04| |47|[apache/skywalking-website](https://github.com/apache/skywalking-website)|Apache SkyWalking Website|90|0|2024-10-10| |48|[wangdoc/loppo-theme-wangdoc](https://github.com/wangdoc/loppo-theme-wangdoc)|Wangdoc 文档页面的默认主题|19|0|2024-09-25| |49|[paul-hammant/tbd](https://github.com/paul-hammant/tbd)|Source for TrunkBasedDevelopment.com|500|0|2024-07-03| |50|[d0j1a1701/argon-luogu](https://github.com/d0j1a1701/argon-luogu)|适用于洛谷的亚克力美化样式,适配洛谷新前端|17|0|2024-10-04| |51|[dlzmoe/meteor](https://github.com/dlzmoe/meteor)|极简hugo主题。|17|0|2024-08-12| |52|[XiaoNieGPT/unraid-theme](https://github.com/XiaoNieGPT/unraid-theme)|专治强迫症|49|0|2024-09-09| |53|[shaonianzhentan/google_maps](https://github.com/shaonianzhentan/google_maps)|使用百度地图替换官方的Google地图|42|0|2024-09-18| |54|[KomoriDev/nonebot-plugin-wakatime](https://github.com/KomoriDev/nonebot-plugin-wakatime)|NoneBot Wakatime 查询插件,将你的代码统计嵌入 Bot 中|8|0|2024-07-31| |55|[AdingApkgg/YuanShenSFqun](https://github.com/AdingApkgg/YuanShenSFqun)|原神私服群推荐|11|0|2024-09-10| |56|[xiaofeiTM233/bilibili-newsfeed-theme](https://github.com/xiaofeiTM233/bilibili-newsfeed-theme)|B站动态页主题 A style for bilibili newsfeed.|23|0|2024-06-07| |57|[LiuXinchen1997/PCVisAPP](https://github.com/LiuXinchen1997/PCVisAPP)|三维点云模型可视化展示与管理系统|10|0|2024-04-21| |58|[zhaohuabing/hugo-theme-cleanwhite](https://github.com/zhaohuabing/hugo-theme-cleanwhite)|A clean, elegant blog theme for hugo|718|0|2024-09-21| |59|[no5ix/no5ix.github.io](https://github.com/no5ix/no5ix.github.io)|A optimized hexo-theme-next.一个优化过的NexT主题.|7|0|2024-09-09| |60|[Moonvy/Figma-CSS-Skins](https://github.com/Moonvy/Figma-CSS-Skins)|👗 这是一些针对 Figma.com 和 FigmaEX 插件的 CSS 样式,能够让你自定义它们的外观|24|0|2024-09-25| |61|[zhuozhiyongde/PKU-Art](https://github.com/zhuozhiyongde/PKU-Art)|一个北大教学网的美化样式|129|0|2024-10-06| |62|[Bronya0/typora-theme-bronya](https://github.com/Bronya0/typora-theme-bronya)|typora主题,叫做bronya|31|0|2024-08-16| |63|[c10342/player](https://github.com/c10342/player)|electron-vue音视频播放器|367|0|2024-05-01| |64|[PlexPt/chatgpt-online-springboot](https://github.com/PlexPt/chatgpt-online-springboot)|chatgpt online demo for springboot. 带前端界面的chatgpt springboot 示例.|102|0|2024-09-19| |65|[GamerNoTitle/CraftMon](https://github.com/GamerNoTitle/CraftMon)|A website that help you get Minecraft server status 一个用于显示Minecraft服务器在线信息及其他内容的网站|32|0|2024-09-17| |66|[botuniverse/homepage](https://github.com/botuniverse/homepage)|OneBot 主页|18|0|2024-08-17| |67|[JadeVane/Allure](https://github.com/JadeVane/Allure)|A more beautiful and simple theme for trilium|85|0|2024-09-06| |68|[jakholuo/quest](https://github.com/jakholuo/quest)|一款轻量 Memo 记录程序,基于 Bun + Hono + MongoDB 构建|9|0|2024-09-23| |69|[rainbowflesh/Me-Personal-Firefox-Settup](https://github.com/rainbowflesh/Me-Personal-Firefox-Settup)|火狐客制化|21|0|2024-10-03| |70|[teacat/wordpress-tuna](https://github.com/teacat/wordpress-tuna)|🎨 Simple and Single column WordPress theme.|23|0|2024-09-02| |71|[akkva/gwfox](https://github.com/akkva/gwfox)|果味🦊皮...|39|0|2024-10-03| |72|[HWYWL/love-mail](https://github.com/HWYWL/love-mail)|爱的邮件,定时给我家妹子发一份|10|0|2024-05-16| |73|[ZxBing0066/pixel-converter](https://github.com/ZxBing0066/pixel-converter)|图片转像素风,可生成 box-shadow 像素风图片|139|0|2024-06-18| |74|[maid-cat/PixelPlurk.css](https://github.com/maid-cat/PixelPlurk.css)|像素風格噗浪佈景|22|0|2024-04-22| |75|[thiszhangyong/axureresource](https://github.com/thiszhangyong/axureresource)|私人Axure收集资源库|64|0|2024-06-02| |76|[idawnlight/typecho-theme-material](https://github.com/idawnlight/typecho-theme-material)|[LTS] Material Design theme for typecho.|396|0|2024-09-10| |77|[liulongbin1314/typora-theme](https://github.com/liulongbin1314/typora-theme)|彬哥魔改的typora主题|12|0|2024-08-13| |78|[KomoriDev/nonebot-plugin-lxns-maimai](https://github.com/KomoriDev/nonebot-plugin-lxns-maimai)|maimai DX 查分|13|0|2024-10-07| |79|[WEIQ311/dataReport](https://github.com/WEIQ311/dataReport)|大数据报告:数据可视化与数据分析,支持多数据源、实时、定时生成报告 报告模板完全自定义、报告内容丰富包括、报告文件类型多样 报告提供下载、邮件定时发送|18|0|2024-08-01| |80|[summerblue/administrator](https://github.com/summerblue/administrator)|a fork from Frozennode/Administrator|288|0|2024-08-07| |81|[WuKongSecurity/SpiderBOX](https://github.com/WuKongSecurity/SpiderBOX)|SpiderBox - 虫盒 - 爬虫逆向资源导航站|57|0|2024-09-28| |82|[Firestar-Reimu/Arch-and-Manjaro-KDE-Installation](https://github.com/Firestar-Reimu/Arch-and-Manjaro-KDE-Installation)|安装 Arch/Manjaro Linux + KDE Plasma + Windows 11 双系统的指南|68|0|2024-09-29| |83|[wangyouworld/AdminLTE_CN](https://github.com/wangyouworld/AdminLTE_CN)|AdminLTE 文档本地化|77|0|2024-09-12| |84|[opensec-cn/conote-community](https://github.com/opensec-cn/conote-community)|Conote 综合安全测试平台社区版。|371|0|2024-08-15| |85|[tovifun/VivalArc](https://github.com/tovifun/VivalArc)|With just a few tweaks, you can give Vivaldi that cool Arc vibe|321|0|2024-08-17| |86|[MrWQ/tools](https://github.com/MrWQ/tools)|[个人GitHub pages工具箱](https://mrwq.github.io/tools/)|6|0|2024-08-06| |87|[slc3a2/dimmer](https://github.com/slc3a2/dimmer)|👋 Chrome扩展程序「关灯」暗黑模式一键切换。|12|0|2024-09-14| |88|[swanine/dev-tool](https://github.com/swanine/dev-tool)|🚧 An undefined item|171|0|2024-09-03| |89|[MLNLP-World/MyArxiv](https://github.com/MLNLP-World/MyArxiv)|Arxiv个性化定制化模版,实现对特定领域的相关内容、作者与学术会议的有效跟进。|251|0|2024-10-11| |90|[suruibuas/eui](https://github.com/suruibuas/eui)|eui(原eadmin) - 极致用户体验与极简开发并存的开箱即用的后台UI框架,预览版账号:eui,密码:888888|506|0|2024-09-05| |91|[nwuzmedoutlook/dac-search](https://github.com/nwuzmedoutlook/dac-search)|简洁的多引擎搜索主页!涵盖13个常用搜索引擎、16个Google镜像、13个Google学术镜像、13个SCI-Hub镜像、6个Wikipedia镜像以及Github镜像网址,不定期更新。|6|0|2024-04-14| |92|[g1eny0ung/hugo-theme-dream](https://github.com/g1eny0ung/hugo-theme-dream)|🌱 A Hugo theme named Dream.|341|0|2024-09-25| |93|[houlangs/Newlangs4](https://github.com/houlangs/Newlangs4)|厚浪开发的新一代二级域名系统|44|0|2024-09-17| |94|[leovan/data-science-introduction-with-r](https://github.com/leovan/data-science-introduction-with-r)|R 语言数据科学导论 Data Science Introduction with R|122|0|2024-09-16| |95|[qr-merger/merger](https://github.com/qr-merger/merger)|Lightweight, Integrated QR Code Payment Interface - https://qr.huangxin.org|267|0|2024-04-27| |96|[OI-wiki/feedback-sys](https://github.com/OI-wiki/feedback-sys)|OI Wiki 划词评论反馈系统|8|0|2024-10-07| |97|[pengbotao/itopic.go](https://github.com/pengbotao/itopic.go)|基于Golang+Markdown的博客系统|40|0|2024-09-08| |98|[aliyun/cloud-design](https://github.com/aliyun/cloud-design)|阿里云前端组件库,由专有云&公有云前端团队共建|99|0|2024-09-04| |99|[liuhuanyong/liuhuanyong.github.io](https://github.com/liuhuanyong/liuhuanyong.github.io)|面向中文自然语言处理的六十余类实践项目及学习索引,涵盖语言资源构建、社会计算、自然语言处理组件、知识图谱、事理图谱、知识抽取、情感分析、深度学习等几个学习主题。包括作者个人简介、学习心得、语言资源、工业落地系统等,是供自然语言处理入门学习者的一个较为全面的学习资源,欢迎大家使用,并提出批评意见。|380|0|2024-08-08| |100|[Dejavu-Tech/EP-Admin](https://github.com/Dejavu-Tech/EP-Admin)|EP 吃货星球 社区团购后端/CMS 5.x|52|0|2024-05-07| |101|[hraban/tomono](https://github.com/hraban/tomono)|Multi- To Mono-repository merge|849|0|2024-08-15| |102|[Sight-wcg/layui-theme-dark](https://github.com/Sight-wcg/layui-theme-dark)|layui 暗色主题|119|0|2024-08-27| |103|[fritx/wxchangba](https://github.com/fritx/wxchangba)|微信唱吧: 基于node.js和微信jssdk的校园轻应用|56|0|2024-09-14| |104|[zhheo/HeoMusic](https://github.com/zhheo/HeoMusic)|一个基于Aplayer和MetingJS的静态音乐播放器|284|0|2024-06-20| |105|[unocss-applet/unocss-applet](https://github.com/unocss-applet/unocss-applet)|Using UnoCSS in applet(UniApp / Taro) to be compatible with unsupported syntax. 在小程序中使用UnoCSS,兼容不支持的语法。|184|0|2024-10-08| |106|[lpreterite/vue-tinymce](https://github.com/lpreterite/vue-tinymce)|提供给 vue 开发者使用的 TinyMCE 组件|182|0|2024-05-01| |107|[BB-Code/chatgpt-demo](https://github.com/BB-Code/chatgpt-demo)|🗣️ ChatGPT 网页版|19|0|2024-09-19| |108|[dbkuaizi/tpamis](https://github.com/dbkuaizi/tpamis)|基于 ThinkPHP6.0 与 amis 构建的低代码开发框架|14|0|2024-05-02| |109|[BobCoderS9/SSPanel-Metron](https://github.com/BobCoderS9/SSPanel-Metron)|SSPanel-Metron主题,目前由@Bobs9维护开发中。|411|0|2024-09-24| |110|[twjitm/twjitm](https://github.com/twjitm/twjitm)|项目基于idea工作环境搭建的框架,添加mybatis3,spring4,springmvc4,以及redis。主要实现通过注解和反射自定义netty私有协议栈,实现在一条socket通道上传递不同的消息,采用支持tcp,udp和http协议|26|0|2024-07-15| |111|[lengyibai/wztj](https://github.com/lengyibai/wztj)|🌈王者荣耀图鉴部署👾|6|0|2024-08-28| |112|[yunhouhuang/houcloud-admin](https://github.com/yunhouhuang/houcloud-admin)|一个快速开发框架模版开箱即用。 A fast development demo template for Java17 Springboot3.x Vue3 Vite4 TDesign . |15|0|2024-06-26| |113|[Vincy1230/BTPanel-beautification](https://github.com/Vincy1230/BTPanel-beautification)|本主题包是基于宝塔 Linux 面板 7.9.0 免费版制作的面板美化主题,经实测,与 7.9.2 版本兼容性良好。通过覆盖原有模板文件,实现对宝塔面板前端的美化。|25|0|2024-07-15| |114|[jianjian88801/1017_gym-management-system](https://github.com/jianjian88801/1017_gym-management-system)|基于springboot实现的健身房管理系统__毕业设计|7|0|2024-09-17| |115|[glzjin/CISCN-2019-Northern-China-Web](https://github.com/glzjin/CISCN-2019-Northern-China-Web)|国赛 2019 华北赛区 Web 题目备份|30|0|2024-06-19| |116|[jianjian88802/1247_sms-master](https://github.com/jianjian88802/1247_sms-master)|学生成绩管理系统__毕业设计|6|0|2024-09-21| |117|[seven-steven/kanjian.la](https://github.com/seven-steven/kanjian.la)|一个纯静态导航网站|9|0|2024-10-11| |118|[red/docs](https://github.com/red/docs)|Red-related user documentation repository|59|0|2024-10-09| |119|[sinlatansen/typora-theme-Fugu](https://github.com/sinlatansen/typora-theme-Fugu)|一款基于Lapis的typora主题|6|0|2024-08-18| |120|[huankong233/LiteLoaderQQNT-HK-Theme](https://github.com/huankong233/LiteLoaderQQNT-HK-Theme)|BetterQQNT插件主题 偏向灰色|6|0|2024-08-19| |121|[fifilyu/SystemEngineerInAction](https://github.com/fifilyu/SystemEngineerInAction)|一本关于个人成长、软件开发、系统运维、产品运营、思维、思考的杂记。|9|0|2024-07-16| |122|[UPay-USDT/USDT-Payment-Gateway](https://github.com/UPay-USDT/USDT-Payment-Gateway)|UPay - USDT Payment Gateway (USDT 收款支付网关)|46|0|2024-06-04| |123|[cheng365/lodop-print-designer](https://github.com/cheng365/lodop-print-designer)|一个基于 Vue、ElementUi、C-Lodop 的打印模板设计器。实现打印模板的设计、预览和打印功能。|12|0|2024-07-17| |124|[Meayair/Typecho-Theme-MeaWord](https://github.com/Meayair/Typecho-Theme-MeaWord)|一款体现文字美感的极简主题|64|0|2024-06-04| |125|[lzwme/60s-php](https://github.com/lzwme/60s-php)|60s读世界PHP版。支持 API 接口、移动版页面、docker部署|13|0|2024-09-30| |126|[dolyw/ViewGenerator](https://github.com/dolyw/ViewGenerator)|可视化DIY模板代码生成系统|46|0|2024-05-16| |127|[maoxiongnet/maoxiong](https://github.com/maoxiongnet/maoxiong)|猫熊域名发布页|22|0|2024-07-21| |128|[ccknbc-actions/blog-nav](https://github.com/ccknbc-actions/blog-nav)|CC的导航站源码|6|0|2024-09-16| |129|[tangkunyin/hexo-theme-jsimple](https://github.com/tangkunyin/hexo-theme-jsimple)|Simple three columns theme for Hexo.Inspired by JianShu.com|213|0|2024-08-14| |130|[xiangjianan/lks](https://github.com/xiangjianan/lks)|-|374|0|2024-07-14| |131|[jianjian88801/1247_sms-master](https://github.com/jianjian88801/1247_sms-master)|学生成绩管理系统__毕业设计|6|0|2024-09-17| |132|[qjyn1314/authorization-life](https://github.com/qjyn1314/authorization-life)|spring-authorization-server 与 spring-security + springboot + nacos 深度整合示例。|40|0|2024-10-11| |133|[royc01/notion-theme](https://github.com/royc01/notion-theme)|notion复刻|106|0|2024-09-30| |134|[liuminglei/spring-security-oauth2-sso-sample](https://github.com/liuminglei/spring-security-oauth2-sso-sample)|SSO sample application based on spring security oauth2,基于 spring security oauth2的SSO单点登录示例程序。|22|0|2024-05-16| |135|[Lengran1992/repo](https://github.com/Lengran1992/repo)|By-冷然的个人源|17|0|2024-09-15| |136|[OHUHO/portal](https://github.com/OHUHO/portal)|SpringBoot + Vue 实现的 企业宣传官网,门户网站|170|0|2024-07-06| |137|[saithink/saiadmin-vue](https://github.com/saithink/saiadmin-vue)|SaiAdmin前端代码|49|0|2024-10-10| |138|[electronic-pig/DoubanTop250-WebCrawler](https://github.com/electronic-pig/DoubanTop250-WebCrawler)|豆瓣Top250电影列表网络爬虫+数据可视化Web应用|14|0|2024-08-23| |139|[LoCyan-Team/LoCyanFrpPanel](https://github.com/LoCyan-Team/LoCyanFrpPanel)|LoCyanFrp 新管理面板 Powered by NaiveUI|40|0|2024-10-11| |140|[HegeKen/MRData](https://github.com/HegeKen/MRData)|MIUIROMS Data MIUI官方ROM仓库的数据|17|0|2024-10-11| |141|[PyChina/weekly](https://github.com/PyChina/weekly)|Pelican as static blog for http://weekly.pychina.org|53|0|2024-10-07| |142|[arterli/CmsWing](https://github.com/arterli/CmsWing)|一款基于Egg.js(为企业级框架和应用而生)、Sequelize和GraphQL,功能强大的(PC端,手机端和微信公众平台)电子商务平台及CMS建站系统|1347|0|2024-04-26| |143|[rabbitohh/bangumi-css](https://github.com/rabbitohh/bangumi-css)|番组计划"新"主题,是时候把bangumi变好看了!|9|0|2024-09-27| |144|[zhongyang219/RibbonUiFrame](https://github.com/zhongyang219/RibbonUiFrame)|这是一个界面框架模块,实现了Ribbon风格的样式,使用xml文件配置Ribbon标签页。此框架可以将Qt或MFC/Win32程序集成到同一个应用程序中。|31|0|2024-06-30| |145|[PichuChen/hatsuaki](https://github.com/PichuChen/hatsuaki)|初秋,一個方便測試 ActivityPub 實作的實作。|11|0|2024-08-04| |146|[HynDuf/nixos-conf](https://github.com/HynDuf/nixos-conf)|夜 - 🌸 Yoru 🌙 My NixOS home |6|0|2024-10-06| |147|[hakadao/bilibili-simple-home](https://github.com/hakadao/bilibili-simple-home)|A search engine style for bilibili home page b站仿搜索引擎样式首页风格|275|0|2024-06-23| |148|[biubiubiu01/vue3-basic-admin](https://github.com/biubiubiu01/vue3-basic-admin)|vue3-basic-admin 是一款开源开箱即用的中后台管理系统。基于 Vue3、Vite、Element-Plus、TypeScript、Pinia 等主流技术开发,内置许多开箱即用的组件,能快速构建中后台管理系统,目前决定完全开源。|147|0|2024-04-18| |149|[TieBaMma/InstallTutorial](https://github.com/TieBaMma/InstallTutorial)|-|665|0|2024-08-22| |150|[FULIFAN/url](https://github.com/FULIFAN/url)|地址发布页|12|0|2024-09-19| |151|[mingchen3398/nsfwjs-api-appraisal](https://github.com/mingchen3398/nsfwjs-api-appraisal)|鉴定图片是否为NSFW内容|12|0|2024-04-20| |152|[hzsrc/webpack-theme-color-replacer](https://github.com/hzsrc/webpack-theme-color-replacer)|A runtime dynamic theme color replacement plugin for webpack.|375|0|2024-08-30| |153|[menglike/bug_search](https://github.com/menglike/bug_search)|一款免费开源的漏洞情报系统|44|0|2024-07-18| |154|[sumruler/typora-theme-phycat](https://github.com/sumruler/typora-theme-phycat)|物理猫Typora主题|129|0|2024-09-19| |155|[IShiraiKurokoI/DLUTToolBox-electron](https://github.com/IShiraiKurokoI/DLUTToolBox-electron)|DLUTToolBox全新Electron版,支持Windows、Linux、Mac OS|7|0|2024-05-31| |156|[bingoYB/website-navigation](https://github.com/bingoYB/website-navigation)|我的网址导航|34|0|2024-09-25| |157|[kasuie/alist-customize](https://github.com/kasuie/alist-customize)|alist style 样式上的一些调整美化,如恰巧你也喜欢那便是极好的了~ alist style adjustments and beautifications. If by chance you also like them, that would be great~|22|0|2024-05-07| |158|[xjhqre/xiSearch](https://github.com/xjhqre/xiSearch)|本地以图搜图工具|8|0|2024-05-28| |159|[Soanguy/Typora-Theme-Neumorphism](https://github.com/Soanguy/Typora-Theme-Neumorphism)|新拟态风格的 typora 主题|35|0|2024-10-09| |160|[zhengjianzhong0107/116_StaffManagerPublic](https://github.com/zhengjianzhong0107/116_StaffManagerPublic)|基于Java+Springboot+Vue的员工人事管理系统 本项目前后端分离,本系统分为管理员、主管、职员三种角色 ### 1、职员: 登录、合同信息、奖惩信息、考勤信息、个人信息、密码修改 ### 2、人事主管: 部门管理、考勤管理、职工管理、奖惩管理、公告管理、合同管理、个人信息、密码修改 ### 3、管理员: 首页统计、拥有所有功能权限 ## 二、所用技术 后端技术栈: - Springb ...|6|0|2024-10-05| |161|[MeiK2333/github-style](https://github.com/MeiK2333/github-style)|-|567|0|2024-09-30| |162|[sunyctf/login-demos](https://github.com/sunyctf/login-demos)|⭐ 好看又有设计感的登陆、注册页面|18|0|2024-05-16| |163|[LenChou95/hexo-theme-ZenMind](https://github.com/LenChou95/hexo-theme-ZenMind)|一款 Hexo 单栏简洁主题 A simple and elegant theme for hexo.|35|0|2024-05-27| |164|[mryqr-com/mry-frontend](https://github.com/mryqr-com/mry-frontend)|本代码库为码如云前端代码。码如云是一个基于二维码的一物一码管理平台,可以为每一件“物品”生成一个二维码,手机扫码即可查看物品信息并发起相关业务操作,操作内容可由你自己定义,典型的应用场景包括固定资产管理、设备巡检以及物品标签等。在技术上,码如云是一个无代码平台,全程采用DDD、整洁架构和事件驱动架构思想完成开发。|39|0|2024-05-07| |165|[qihaiyan/ng-boot-oauth](https://github.com/qihaiyan/ng-boot-oauth)|oauth2 demo with angularjs and springboot|99|0|2024-09-21| |166|[marsgis/mars3d-uni-app](https://github.com/marsgis/mars3d-uni-app)| uni-app技术栈下的Mars3D项目模板|7|0|2024-08-18| |167|[zuiwuchang/xray-webui](https://github.com/zuiwuchang/xray-webui)|xray 的跨平臺 web ui|9|0|2024-09-19| |168|[uu6/llxhq](https://github.com/uu6/llxhq)|流量消耗器,流量消失器,多线程消耗流量,消耗定向流量,流量杀手|125|0|2024-08-05| |169|[YCZ01111/steam-GBC](https://github.com/YCZ01111/steam-GBC)|基于millennium框架制作的可更换背景的steam主题|10|0|2024-09-22| |170|[AJLoveChina/loveBalloon](https://github.com/AJLoveChina/loveBalloon)|:balloon:塞纳河畔,左岸的咖啡。告白气球,说出心里的小九九。https://ajlovechina.github.io/loveBalloon/.|120|0|2024-07-03| |171|[hacker-ankit/NoDevFee-mining](https://github.com/hacker-ankit/NoDevFee-mining)|Next Generation NoDevfee mining for Cryptocurrency - /下一代反抽水挖矿软件|92|0|2024-09-04| |172|[xOS/Home](https://github.com/xOS/Home)|个人主页|37|0|2024-09-19| |173|[cryptoapi/Payment-Gateway](https://github.com/cryptoapi/Payment-Gateway)|Bitcoin/Altcoins PHP Payment Class. It supports Bitcoin BitcoinCash DASH Dogecoin Litecoin Reddcoin Feathercoin Vertcoin Potcoin Speedcoin. Install GoUrl php script - bitcoin api payment gateway on yo ...|521|0|2024-05-06| |174|[so1ar/self-hosting](https://github.com/so1ar/self-hosting)|我的自建服务配置|6|0|2024-09-14| |175|[cpython666/AwesomeWeb](https://github.com/cpython666/AwesomeWeb)|前端小项目功能插件|80|0|2024-09-28| |176|[colonelpanic8/dotfiles](https://github.com/colonelpanic8/dotfiles)|Configuration files for XMonad, Emacs, NixOS, Taffybar and more.|193|0|2024-09-26| |177|[kenyon-wong/docs](https://github.com/kenyon-wong/docs)|互联网数字垃圾回收专用废纸篓|59|0|2024-04-24| |178|[jint233/jint233.github.io](https://github.com/jint233/jint233.github.io)|技术文章摘抄|15|0|2024-09-29| |179|[lmq2582609/minimalist-saas](https://github.com/lmq2582609/minimalist-saas)|极简多租户管理系统是一个基于数据库字段隔离的多租户管理系统,具备常规基础功能的单体应用。|17|0|2024-10-11| |180|[cqumirror/mirror-frontend](https://github.com/cqumirror/mirror-frontend)|重庆大学开源软件镜像站前端;web frontend for cqumirror|7|0|2024-09-04| |181|[Reverier-Xu/IDA-Skins](https://github.com/Reverier-Xu/IDA-Skins)|some ida skins used by myself.|70|0|2024-10-10| |182|[redhat123456/hexo-theme-MiHoYo](https://github.com/redhat123456/hexo-theme-MiHoYo)|一款致力于开发出MiHoYo一系列风格的hexo主题|40|0|2024-04-29| |183|[arleycn/arleybookmarks](https://github.com/arleycn/arleybookmarks)|Webstack网址导航 美化版|14|0|2024-09-01| |184|[JiyuShao/taro-dynamic-import-weapp](https://github.com/JiyuShao/taro-dynamic-import-weapp)|Taro 3.0 小程序动态加载|45|0|2024-08-09| |185|[terwer/siyuan-plugin-blog](https://github.com/terwer/siyuan-plugin-blog)|The notion like sharing feature you've always dreamed of is here, too 您梦寐以求的类 notion 分享功能,这里也有|45|0|2024-10-11| |186|[roinli/HZ-AgroOS-cloud](https://github.com/roinli/HZ-AgroOS-cloud)|农业岛智慧农业系统Java版,基于Java+Vue+Uni-app开发,在微信公众号、小程序、H5移动端都能使用,代码开源,独立部署,二开很方便,能满足智慧农业气象站监控系统、智慧农业温棚监控系统、智慧农业高标准农田系统、智慧农业仓库系统、报表统计、智慧农业设备控制系统、设备物模型、大屏展示等多种经营需求,自用、做二开项目都很合适,MQTT、NETTY、EMQX。|99|0|2024-07-31| |187|[AirportCoder9/XSUS-Index-Page](https://github.com/AirportCoder9/XSUS-Index-Page)|XSUS 落地页|7|0|2024-06-28| |188|[ZhongFuCheng3y/austin-admin](https://github.com/ZhongFuCheng3y/austin-admin)|消息推送平台前端项目🔥依赖低代码平台Amis|121|0|2024-05-28| |189|[GamerNoTitle/Valora](https://github.com/GamerNoTitle/Valora)|VLR (Valora) is a website that can help you check your VALORANT daily store/night market/accessory store without opening the game or downloading an APP 瓦罗兰特商店查询,无需安装任何软件即可帮助你查询每日商店、夜市和配件商店的网页|48|0|2024-09-27| |190|[lvming6816077/report-monitor](https://github.com/lvming6816077/report-monitor)|【Report Monitor】一款完整、高性能、高可用的打点监控和统计平台|57|0|2024-06-12| |191|[realzsan3/alms](https://github.com/realzsan3/alms)|7X24小时在线要饭🍚系统,欢迎👏各位老板打赏,打赏一分也是爱|183|0|2024-09-07| |192|[const-undefined-man/julycms.com](https://github.com/const-undefined-man/julycms.com)|julycms官方文档|30|0|2024-07-14| |193|[telegeam/telegeam.github.io](https://github.com/telegeam/telegeam.github.io)|TG纸飞机群组 - Telegram频道导航【热门推荐】悄悄收集了6000+优质Telegram群组、频道和机器人,经过筛选,助您快速找到最合适的群组或频道!|44|0|2024-08-11| |194|[takushun-wu/SuperHan](https://github.com/takushun-wu/SuperHan)|可免费商用的大字符集宋体字库,以OFL协议发布。/A large character set fonts in Songti(Mincho) style. Licensed under the SIL OFL 1.1.|19|0|2024-07-05| |195|[phishinqi/TrackersList](https://github.com/phishinqi/TrackersList)|適用於一些BT客戶端的Trackers列表,通過Python自動爬取|15|0|2024-09-03| |196|[Yuuikic/LyricsPoster](https://github.com/Yuuikic/LyricsPoster)|TAiONS - 歌词海报生成器|16|0|2024-08-26| |197|[sscar-let/hexo-theme-word-document](https://github.com/sscar-let/hexo-theme-word-document)|Word文档风格的Hexo主题|6|0|2024-08-18| |198|[oldinaction/ChatGPT-MP](https://github.com/oldinaction/ChatGPT-MP)|(**AI落地接单中,欢迎咨询**)基于ChatGPT实现的微信小程序,适配H5和WEB端。包含前后端,支持打字效果输出流式输出,支持AI聊天次数限制,支持分享增加次数等功能。|274|0|2024-04-29| |199|[actions-cool/cool](https://github.com/actions-cool/cool)|😎 Cool is over. 酷就完事了。https://actions-cool.github.io/cool/|47|0|2024-10-02| |200|[xOS/Nange](https://github.com/xOS/Nange)|个人主页|167|0|2024-04-26|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Dart.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Dart 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[localsend/localsend](https://github.com/localsend/localsend)|An open-source cross-platform alternative to AirDrop|47890|72|2024-10-11| |2|[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. It’s an open-source, secure and ad-free.|16387|32|2024-10-04| |3|[Predidit/Kazumi](https://github.com/Predidit/Kazumi)|基于自定义规则的番剧采集APP,支持流媒体在线观看,支持弹幕。|4235|27|2024-10-11| |4|[chen08209/FlClash](https://github.com/chen08209/FlClash)|A multi-platform proxy client based on ClashMeta,simple and easy to use, open-source and ad-free.|9395|22|2024-10-11| |5|[mylxsw/aidea](https://github.com/mylxsw/aidea)|AIdea 是一款支持 GPT 以及国产大语言模型通义千问、文心一言等,支持 Stable Diffusion 文生图、图生图、 SDXL1.0、超分辨率、图片上色的全能型 APP。|6447|16|2024-10-11| |6|[wanghongenpin/network_proxy_flutter](https://github.com/wanghongenpin/network_proxy_flutter)|Open source free capture HTTP(S) traffic software ProxyPin, supporting full platform systems|6663|13|2024-10-11| |7|[guozhigq/pilipala](https://github.com/guozhigq/pilipala)|PiliPala 是使用Flutter开发的BiliBili第三方客户端,感谢使用。|6298|12|2024-10-10| |8|[wgh136/PicaComic](https://github.com/wgh136/PicaComic)|A comic app built with Flutter, supporting multiple comic sources.|7499|12|2024-10-03| |9|[share121/inter-knot](https://github.com/share121/inter-knot)|绳网|708|11|2024-10-03| |10|[xiaoyaocz/dart_simple_live](https://github.com/xiaoyaocz/dart_simple_live)|简简单单的看直播|6530|11|2024-08-13| |11|[canxin121/app_rhyme](https://github.com/canxin121/app_rhyme)|使用Flutter和Rust构建的开源免费音乐软件|1487|9|2024-10-06| |12|[GopeedLab/gopeed](https://github.com/GopeedLab/gopeed)|A modern download manager that supports all platforms. Built with Golang and Flutter.|16258|8|2024-10-10| |13|[zetaloop/keyviz](https://github.com/zetaloop/keyviz)|Keyviz 是一个免费开源的按键可视化工具,汉化版。Keyviz Chinese l10n fork.|279|7|2024-10-08| |14|[CarGuo/gsy_github_app_flutter](https://github.com/CarGuo/gsy_github_app_flutter)|Flutter 超完整的开源项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便 ...|14847|7|2024-10-10| |15|[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.|3908|7|2024-05-28| |16|[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.|6069|7|2024-10-08| |17|[kangpeiqin/bilivideo_down](https://github.com/kangpeiqin/bilivideo_down)|A cross-platform(Win / MacOS) BiliBili Video downloader 一款基于 Flutter 开发的桌面端 B 站视频下载器|761|6|2024-10-11| |18|[Predidit/oneAnime](https://github.com/Predidit/oneAnime)|一款简洁清爽无广告的看番软件。 一款带弹幕的 anime1 第三方客户端,界面符合 Material You 规范。|1035|5|2024-10-03| |19|[niuhuan/pikapika](https://github.com/niuhuan/pikapika)|美观易用且无广告的漫画和游戏客户端,同时支持MacOS,Windows,Android,iOS。|6403|5|2024-09-06| |20|[toly1994328/FlutterUnit](https://github.com/toly1994328/FlutterUnit)|All Platform Flutter Experience App |7839|5|2024-10-09| |21|[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 ...|12465|5|2024-10-07| |22|[Notsfsssf/pixez-flutter](https://github.com/Notsfsssf/pixez-flutter)|一个支持免代理直连及查看动图的第三方Pixiv flutter客户端|7436|4|2024-10-11| |23|[lollipopkit/flutter_server_box](https://github.com/lollipopkit/flutter_server_box)|ServerBox - server status & toolbox|4467|4|2024-10-07| |24|[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 ...|7946|4|2024-08-12| |25|[jing332/AListFlutter](https://github.com/jing332/AListFlutter)|AList 安卓版本,APK安装即用,无需Root或Termux。|1206|4|2024-10-11| |26|[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.|1787|3|2024-08-13| |27|[jiangtian616/JHenTai](https://github.com/jiangtian616/JHenTai)|A cross-platform manga app made for e-hentai & exhentai by Flutter|2831|3|2024-10-11| |28|[saber-notes/saber](https://github.com/saber-notes/saber)|The cross-platform open-source app built for handwriting|2123|3|2024-10-06| |29|[niuhuan/jasmine](https://github.com/niuhuan/jasmine)|A comic browser,support Android / iOS / MacOS / Windows / Linux.|3494|3|2024-10-10| |30|[Ferry-200/coriander_player](https://github.com/Ferry-200/coriander_player)|Windows端本地音乐播放器,使用Material You配色。Dart (Flutter) + Rust (lofty, windows-rs) + C (bass lib) 多语言项目。绝赞开发中。|633|3|2024-10-07| |31|[LianjiaTech/bruno](https://github.com/LianjiaTech/bruno)|An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。)|3264|3|2024-05-27| |32|[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|6962|3|2024-08-30| |33|[flutterchina/flukit](https://github.com/flutterchina/flukit)| A Flutter UI Kit(一个 Flutter UI组件库),包含 ScaleView, Swiper, PullRefresh, WaterMark, GradientCircularProgressIndicator...|5654|3|2024-05-20| |34|[3003h/Eros-FE](https://github.com/3003h/Eros-FE)|An e-hentai/exhentai app make on flutter|2785|2|2024-08-25| |35|[niuhuan/kobi](https://github.com/niuhuan/kobi)|拷贝漫画客户端|551|2|2024-10-10| |36|[reqable/re-editor](https://github.com/reqable/re-editor)|Re-Editor is a powerful lightweight text and code editor widget.|496|2|2024-09-06| |37|[OpenFlutter/flutter_screenutil](https://github.com/OpenFlutter/flutter_screenutil)|Flutter screen adaptation, font adaptation, get screen information|3876|2|2024-08-14| |38|[singerdmx/flutter-quill](https://github.com/singerdmx/flutter-quill)|Rich text editor for Flutter|2546|2|2024-10-06| |39|[rrousselGit/provider](https://github.com/rrousselGit/provider)|InheritedWidgets, but simple|5098|2|2024-10-02| |40|[ChatBot-All/chatbot-app](https://github.com/ChatBot-All/chatbot-app)|"ChatBot" mobile private ChatGPT application, supporting GPT, Gemini Pro & Ollama models. 拥有自己的移动端 ChatGPT/Gemini 应用。|409|2|2024-05-28| |41|[CarGuo/gsy_flutter_demo](https://github.com/CarGuo/gsy_flutter_demo)|Flutter 不同于 GSYGithubAppFlutter 完整项目,本项目将逐步完善各种 Flutter 独立例子,方便新手学习上手和小问题方案解决。 目前开始逐步补全完善,主要提供一些有用或者有趣的例子,如果你也有好例子,欢迎提交 PR 。|3096|2|2024-10-10| |42|[xuelongqy/flutter_easy_refresh](https://github.com/xuelongqy/flutter_easy_refresh)|A flutter widget that provides pull-down refresh and pull-up load.|3895|2|2024-08-18| |43|[lyming99/wenznote](https://github.com/lyming99/wenznote)|一款由 flutter 开发的笔记软件,支持电脑端和手机端。|526|2|2024-10-01| |44|[wuba/Fair](https://github.com/wuba/Fair)|A Flutter package used to update widget tree dynamically. Fair提供一整套Flutter动态化解决方案|2612|2|2024-10-11| |45|[bdlukaa/fluent_ui](https://github.com/bdlukaa/fluent_ui)|Implements Microsoft's WinUI3 in Flutter.|2926|2|2024-10-09| |46|[bostrot/wsl2-distro-manager](https://github.com/bostrot/wsl2-distro-manager)|A GUI to quickly manage your WSL2 instances|1884|2|2024-06-24| |47|[Tencent/tdesign-flutter](https://github.com/Tencent/tdesign-flutter)|A Flutter UI components lib for TDesign.|558|2|2024-10-10| |48|[fregie/pho](https://github.com/fregie/pho)|A serverless application for viewing and synchronizing photos to cloud storage|998|2|2024-04-20| |49|[yaoxieyoulei/my_tv](https://github.com/yaoxieyoulei/my_tv)|使用Flutter开发的电视直播软件|255|1|2024-04-21| |50|[gvenusleo/MeRead](https://github.com/gvenusleo/MeRead)|A RSS reader built with Flutter and designed with Material You. 简洁、易用的 RSS 阅读器,使用 Flutter 构建和 Material You 设计|425|1|2024-09-27| |51|[Kuingsmile/PicHoro](https://github.com/Kuingsmile/PicHoro)|一款手机端云存储平台/图床管理和文件上传/下载工具,支持直接管理Webdav,Alist,SSH/SFTP,云服务器,兼容S3 API的平台,腾讯COS,阿里OSS,七牛云,又拍云,兰空图床,Imgur,SM.MS和github|734|1|2024-07-19| |52|[nightmare-space/vscode_for_android](https://github.com/nightmare-space/vscode_for_android)|Implementation of the VS Code editor natively on Android.|716|1|2024-08-31| |53|[GalenBlabla/Hiddify-with-V2board](https://github.com/GalenBlabla/Hiddify-with-V2board)|修改hiddify 使其成为v2board(xboard)面板的客户端(Modify Hiddify to make it a client for the V2Board(xboard) panel.)|68|1|2024-10-11| |54|[pd4d10/git-touch](https://github.com/pd4d10/git-touch)|An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter|1566|1|2024-07-28| |55|[mpflutter/mpflutter](https://github.com/mpflutter/mpflutter)|MPFlutter 是一个跨平台 Flutter 开发框架,可用于微信小程序以及 Web 应用开发。|1933|1|2024-10-08| |56|[fluttercandies/extended_image](https://github.com/fluttercandies/extended_image)|A powerful official extension library of image, which support placeholder(loading)/ failed state, cache network, zoom pan image, photo view, slide out page, editor(crop,rotate,flip), paint custom etc.|1911|1|2024-10-10| |57|[rrousselGit/freezed](https://github.com/rrousselGit/freezed)|Code generation for immutable classes that has a simple syntax/API without compromising on the features.|1920|1|2024-10-09| |58|[lijy91/biyi](https://github.com/lijy91/biyi)|Biyi (比译) is a convenient translation and dictionary app written in Flutter. |1324|1|2024-09-25| |59|[rafaelsetragni/awesome_notifications](https://github.com/rafaelsetragni/awesome_notifications)|A complete solution to create Local Notifications and Push Notifications, throught Firebase or another services, using Flutter.|756|1|2024-08-02| |60|[boyan01/flutter-tetris](https://github.com/boyan01/flutter-tetris)|a tetris game powered by flutter. 使用flutter开发俄罗斯方块。|1603|1|2024-08-25| |61|[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.|3129|1|2024-08-04| |62|[WangLanHuaJiaoFen/ShiCui](https://github.com/WangLanHuaJiaoFen/ShiCui)|简洁版句子收藏APP|12|1|2024-09-23| |63|[doraemonkeys/WindSend](https://github.com/doraemonkeys/WindSend)|Quickly and securely sync clipboard, transfer files and directories between devices. 快速安全的同步剪切板,传输文件或文件夹|423|1|2024-10-04| |64|[xlist-io/xlist](https://github.com/xlist-io/xlist)|An all-in-one Alist client. / 一款多功能 Alist 客户端。|492|1|2024-06-01| |65|[chicring/Themby](https://github.com/chicring/Themby)|flutter构建的第三方emby播放器|71|1|2024-09-13| |66|[iota9star/mikan_flutter](https://github.com/iota9star/mikan_flutter)|Flutter 驱动的三方 蜜柑计划(https://mikanani.me) APP,🚧 开发中...|859|1|2024-10-07| |67|[media-kit/media-kit](https://github.com/media-kit/media-kit)|A cross-platform video player & audio player for Flutter & Dart.|1106|1|2024-09-29| |68|[marchellodev/sharik](https://github.com/marchellodev/sharik)|Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot|1159|1|2024-07-30| |69|[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.|840|1|2024-09-02| |70|[nslogx/flutter_easyloading](https://github.com/nslogx/flutter_easyloading)|✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support iOS、Android and Web|1252|1|2024-05-26| |71|[BFWXKJGS/AlistClient](https://github.com/BFWXKJGS/AlistClient)|AList Client for iOS and Android. / 基于 AList api 开发的 Android 和 iOS 客户端|477|1|2024-07-26| |72|[Celechron/Celechron](https://github.com/Celechron/Celechron)|服务于浙大学生的时间管理器|148|1|2024-09-25| |73|[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 ...|1638|1|2024-08-18| |74|[xiaoyaocz/flutter_dmzj](https://github.com/xiaoyaocz/flutter_dmzj)|动漫之家第三方Flutter客户端|2186|1|2024-09-29| |75|[fluttercandies/flutter_novel](https://github.com/fluttercandies/flutter_novel)|一款开源免费的在线小说阅读app,使用flutter进行开发|21|1|2024-10-11| |76|[niuhuan/daisy](https://github.com/niuhuan/daisy)|美观易用且无广告的漫画和轻小说客户端, 同时支持MacOS,Windows,Android,iOS。类似动漫之家。|1138|1|2024-09-30| |77|[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 ...|484|1|2024-08-26| |78|[CescMessi/magic_window_config](https://github.com/CescMessi/magic_window_config)|用于小米平板的完美横屏计划自定义配置编辑器|14|1|2024-09-22| |79|[2697a/bujuan](https://github.com/2697a/bujuan)|Flutter移动端+桌面端三方网易云播放器|1114|1|2024-08-14| |80|[LeetaoGoooo/RSSAid](https://github.com/LeetaoGoooo/RSSAid)|RSSAid is a complementary app for RSSHub built with Flutter RSSAid 是一个由 Flutter 构建的 RSSHub 的辅助 App|1043|1|2024-10-11| |81|[OpenFlutter/fluwx](https://github.com/OpenFlutter/fluwx)|Flutter版微信SDK.WeChat SDK for flutter.|3091|1|2024-09-24| |82|[mjl0602/flutter_tiktok](https://github.com/mjl0602/flutter_tiktok)|Flutter tiktok short video app.|1507|1|2024-05-15| |83|[iotjin/jh_flutter_demo](https://github.com/iotjin/jh_flutter_demo)|flutter项目- 实现一些常用效果、封装通用组件和工具类|932|1|2024-09-14| |84|[fluttercandies/flutter_wechat_assets_picker](https://github.com/fluttercandies/flutter_wechat_assets_picker)|An image picker (also with video and audio) for Flutter projects based on the WeChat's UI.|1502|1|2024-10-10| |85|[fluttercandies/wechat_flutter](https://github.com/fluttercandies/wechat_flutter)|wechat_flutter is Flutter version WeChat, an excellent Flutter instant messaging IM open source library!|2505|1|2024-09-05| |86|[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.|2394|1|2024-09-21| |87|[guozhigq/flutter_v2ex](https://github.com/guozhigq/flutter_v2ex)|使用flutter开发的v2ex客户端,支持Android和iOS设备。在Android 12+机型上支持Material You取色|692|1|2024-10-03| |88|[fluttercandies/flutter_smart_dialog](https://github.com/fluttercandies/flutter_smart_dialog)|An elegant Flutter Dialog solution 一种更优雅的 Flutter Dialog 解决方案|1115|1|2024-10-06| |89|[zhengzaihong/uikit](https://github.com/zhengzaihong/uikit)|这是一套全平台跨平台的UI组件库,欢迎使用和反馈问题,此库将会持续更新....|13|0|2024-09-19| |90|[yohom/decorated_flutter](https://github.com/yohom/decorated_flutter)|Flutter常用工具/Widget封装|34|0|2024-09-29| |91|[Tencent-RTC/TRTC_Flutter](https://github.com/Tencent-RTC/TRTC_Flutter)|High-quality Interactive Audio/Video Flutter SDK|75|0|2024-07-16| |92|[hui-z/image_gallery_saver](https://github.com/hui-z/image_gallery_saver)|flutter中用于保存图片到相册的Plugin|273|0|2024-08-16| |93|[billyinferno/my_expense](https://github.com/billyinferno/my_expense)|personal expense application|21|0|2024-10-09| |94|[he0119/smart-home-flutter](https://github.com/he0119/smart-home-flutter)|智慧家庭的客户端|6|0|2024-10-10| |95|[Chihiro23333/MoeLoaderFlutter](https://github.com/Chihiro23333/MoeLoaderFlutter)|基于Flutter开发的Windows桌面ACG图片浏览工具|8|0|2024-05-08| |96|[TencentCloud/cos-sdk-flutter-plugin](https://github.com/TencentCloud/cos-sdk-flutter-plugin)|对象存储COS Flutter语言SDK(桥接plugin实现)|8|0|2024-08-09| |97|[stardust1900/chinese_poem](https://github.com/stardust1900/chinese_poem)|拼拼古诗|15|0|2024-07-19| |98|[swiftdo/web-demo](https://github.com/swiftdo/web-demo)|Responsive web app powered by Flutter + Appwrite, also support macOS|73|0|2024-09-23| |99|[JDongKhan/flutter_admin_universal](https://github.com/JDongKhan/flutter_admin_universal)|后台管理系统-flutter版本|21|0|2024-05-14| |100|[swiftdo/sound](https://github.com/swiftdo/sound)|基于 mpflutter2 的小程序|27|0|2024-09-24| |101|[Wayaer/fl_umeng](https://github.com/Wayaer/fl_umeng)|友盟统计 for flutter|14|0|2024-10-10| |102|[flutter-ui-challenges/flutter_challenge_googlemaps](https://github.com/flutter-ui-challenges/flutter_challenge_googlemaps)|Use Flutter💪 to implement the UI challenge of Google Maps on uplabs. (You can join us by implementing one of them) 使用Flutter实现uplabs上Google Maps的UI挑战|233|0|2024-08-01| |103|[fanchou/flutter_escpos](https://github.com/fanchou/flutter_escpos)|ESC/POS,TSC and ZPL Printer driver for flutter. flutter 小票打印,标签打印,暂时支持USB、网口|15|0|2024-09-04| |104|[Sjj1024/flutter_windows](https://github.com/Sjj1024/flutter_windows)|一个跨平台的flutter开发模板,使用流行的get来管理路由,使用getx来管理数据状态,并且配置了国际化支持。使用dio来管理网络请求, 使用shared_preferences实现本地临时数据存储,并且实现了全局loading效果,可以支持快速开发使用|7|0|2024-04-19| |105|[ekibun/flutter_qjs](https://github.com/ekibun/flutter_qjs)|A quickjs engine for flutter.|145|0|2024-06-26| |106|[GetuiLaboratory/getui-flutter-plugin](https://github.com/GetuiLaboratory/getui-flutter-plugin)|个推官方提供的推送SDK Flutter 插件(支持 Android & iOS)|142|0|2024-10-10| |107|[viyiviyi/encrypt_gallery](https://github.com/viyiviyi/encrypt_gallery)|一个自选文件夹的相册软件,可以对图片进行加密解密,主要是作为sd-webui的加密插件的配套解密软件,方便在手机端解密和查看图片。可以在不解密的情况下查看图片,并且进行整理或裁剪。可以批量加密或解密,用于上传加密图片防止某些云平台封号。如果需要los、mac、linux版本,需要在对应平台自行编译。sd-webui加密插件地址:[sd-encrypt-image](https://github.c ...|11|0|2024-10-09| |108|[collectFlutter/mini_canvas](https://github.com/collectFlutter/mini_canvas)|利用Canvas绘制Widget,如五角星、仪表盘、时钟等|13|0|2024-06-21| |109|[Enraged-Dun-Cookie-Development-Team/Dun-Cookie-Flutter](https://github.com/Enraged-Dun-Cookie-Development-Team/Dun-Cookie-Flutter)|小刻食堂移动端|20|0|2024-09-30| |110|[share121/inter_knot](https://github.com/share121/inter_knot)|绳网是一个游戏、技术交流平台|17|0|2024-08-30| |111|[cdnbye/flutter-p2p-engine](https://github.com/cdnbye/flutter-p2p-engine)|Let your viewers become your unlimitedly scalable CDN.|104|0|2024-09-14| |112|[cwkProject/work](https://github.com/cwkProject/work)|封装项目http接口协议的dart版本|7|0|2024-09-29| |113|[ExpTechTW/DPIP](https://github.com/ExpTechTW/DPIP)|Disaster Prevention Information Platform (防災資訊平台)|145|0|2024-10-09| |114|[xusun0623/river_lite](https://github.com/xusun0623/river_lite)|河畔Lite是电子科技大学官方校园论坛【清水河畔】的第三方客户端,本Repo为此项目的开源代码仓库。此App轻量、简洁、设计优雅,拥有诸多特性和功能。 作者:xusun000@foxmail.com|66|0|2024-09-29| |115|[Hao-yiwen/netease_cloud_music_app](https://github.com/Hao-yiwen/netease_cloud_music_app)|仿网易云音乐flutter版本。|11|0|2024-10-11| |116|[fluttercandies/flutter_asset_generator](https://github.com/fluttercandies/flutter_asset_generator)|Generate an R file for mapping all assets. Supports preview of image.|87|0|2024-06-24| |117|[BTMuli/BangumiToday](https://github.com/BTMuli/BangumiToday)|基于MikanRSS订阅的Bangumi第三方应用,提供更新推送&本地资源管理。|20|0|2024-10-11| |118|[linyi102/anime_trace](https://github.com/linyi102/anime_trace)|漫迹:动漫清单软件,记录动漫计划和观看历史|80|0|2024-10-07| |119|[niuhuan/adrop](https://github.com/niuhuan/adrop)|An open-source cross-platform alternative to AirDrop via aliyunpan, and encrypt files during transfer.|29|0|2024-10-11| |120|[easemob/im_flutter_sdk](https://github.com/easemob/im_flutter_sdk)|环信im flutter sdk, example中包含ui代码.|237|0|2024-10-11| |121|[GuoguoDad/jd_mall_flutter](https://github.com/GuoguoDad/jd_mall_flutter)|🔥🔥高仿某东商城flutter版本,持续更新... 同款Android Kotlin版本( https://github.com/GuoguoDad/jd_mall.git )|97|0|2024-09-10| |122|[yinanwang1/FlutterSnippet](https://github.com/yinanwang1/FlutterSnippet)|收集常用的flutter组件。|9|0|2024-08-28| |123|[imboy-pub/imboy-flutter](https://github.com/imboy-pub/imboy-flutter)|使用erlang做后端、flutter做前端开发的一款开源的即时聊天解决方案(基于erlang/otp的高性能web框架 cowboy 做后端服务,用 "8核16G 主机(100万PPS)"压测,保持100万+TCP稳定在线90分钟以上) 支持基于webrtc 一对一视频通话功能|56|0|2024-09-21| |124|[wukgdu/bdwm_viewer](https://github.com/wukgdu/bdwm_viewer)|未名 BBS 第三方安卓客户端 OBViewer|17|0|2024-10-11| |125|[hamaluik/timecop](https://github.com/hamaluik/timecop)|A time tracking app that respects your privacy and the gets the job done without being fancy.|825|0|2024-08-08| |126|[Realank/flutter_datetime_picker](https://github.com/Realank/flutter_datetime_picker)|a date time picker in flutter|616|0|2024-08-05| |127|[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.|363|0|2024-09-05| |128|[lianyagang/flutter_weather_bg_null_safety](https://github.com/lianyagang/flutter_weather_bg_null_safety)|根据https://github.com/xiaweizi/flutter_weather_bg |19|0|2024-04-28| |129|[gabrielpacheco23/google-translator](https://github.com/gabrielpacheco23/google-translator)|Free Google Translator for Dart|170|0|2024-06-20| |130|[BB-Code/fishflutter](https://github.com/BB-Code/fishflutter)|:fish: 高仿咸鱼 欢迎:star:|24|0|2024-10-10| |131|[WeiNingChen0940/MusicPlayer_FlutterProject](https://github.com/WeiNingChen0940/MusicPlayer_FlutterProject)|一个用flutter实现的material design风格音乐播放器|11|0|2024-07-18| |132|[zxffffffff/stock-charts-dart](https://github.com/zxffffffff/stock-charts-dart)|基于 Dart 实现股票图表和技术指标(模仿富途),提供 Flutter Demo。|10|0|2024-08-21| |133|[Muska-Ami/MioFeed](https://github.com/Muska-Ami/MioFeed)|MioFeed - Modern RSS reader 现代化的 RSS 阅读器|6|0|2024-10-09| |134|[moxun33/vvibe](https://github.com/moxun33/vvibe)|直播观看软件 vvibe live player|43|0|2024-10-09| |135|[2754LM/oj_helper](https://github.com/2754LM/oj_helper)|一款帮助你查询各大oj信息的应用。|16|0|2024-10-10| |136|[lwlizhe/flutter_novel](https://github.com/lwlizhe/flutter_novel)|仿追书神器,具有仿真、滑动和滚动翻页、字体大小、行高、背景、目录等功能的Flutter 阅读APP|612|0|2024-08-30| |137|[Robert-Stackflow/CloudOTP](https://github.com/Robert-Stackflow/CloudOTP)|This is an awesome two-factor authenticator based on Flutter for Android and Windows which supports cloud backup.基于 Flutter 的双因素验证器,支持Android和Windows平台,支持云备份。|51|0|2024-10-11| |138|[xiaoyaocz/flutter_ns_danmaku](https://github.com/xiaoyaocz/flutter_ns_danmaku)|简单的Flutter弹幕组件|43|0|2024-06-19| |139|[collectFlutter/mini_bmob](https://github.com/collectFlutter/mini_bmob)|Bmob API 接口封装,包含加密传输,包含用户管理、ACL和角色、地理位置、条件查询、数据关联、数组、对象操作等。|7|0|2024-06-24| |140|[luo3house/flutter_vant](https://github.com/luo3house/flutter_vant)|Flutter Widgets kit based on Vant Design|12|0|2024-06-25| |141|[fluttercandies/stack_board](https://github.com/fluttercandies/stack_board)|层叠控件摆放|85|0|2024-07-16| |142|[orzogc/xdnmb](https://github.com/orzogc/xdnmb)|X岛揭示版App霞岛|43|0|2024-07-06| |143|[ZhuJHua/moodiary](https://github.com/ZhuJHua/moodiary)|「心绪日记」 是一个由 Flutter 构建的开源跨平台日记应用。|13|0|2024-10-08| |144|[yixiaolunhui/flutter_project](https://github.com/yixiaolunhui/flutter_project)|flutter 基础|29|0|2024-04-13| |145|[jhomlala/catcher](https://github.com/jhomlala/catcher)|Flutter error catching & handling plugin. Handles and reports exceptions in your app!|785|0|2024-08-10| |146|[fluttercandies/JsonToDart](https://github.com/fluttercandies/JsonToDart)|The tool to convert json to dart code, support Windows,Mac,Web.|356|0|2024-09-10| |147|[zegoim/zego-express-flutter-sdk](https://github.com/zegoim/zego-express-flutter-sdk)|🚀 ZEGO RTC SDK for Flutter|52|0|2024-07-31| |148|[JonasWanke/timetable](https://github.com/JonasWanke/timetable)|📅 Customizable flutter calendar widget including day and week views|311|0|2024-10-08| |149|[Wayaer/flutter_curiosity](https://github.com/Wayaer/flutter_curiosity)|集成部分原生功能,支持ios 、android、macOS、windows、linux。|8|0|2024-10-10| |150|[heejinzzz/lightchat](https://github.com/heejinzzz/lightchat)|轻聊 - LightChat :即时通讯聊天社交APP|7|0|2024-10-01| |151|[foxsofter/flutter_thrio](https://github.com/foxsofter/flutter_thrio)|flutter_thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.|756|0|2024-07-30| |152|[CaiJingLong/dart_image_size_getter](https://github.com/CaiJingLong/dart_image_size_getter)|Use dart file api to get image size, needn't use decode. just read the metadata.|66|0|2024-10-08| |153|[easybangumiorg/EasyMyGo](https://github.com/easybangumiorg/EasyMyGo)|吃素食吃的!MyGo!!!!! 团队使用 Flutter 开发的多源动画、小说、漫画软件!这个工程师太卖力了!|77|0|2024-08-29| |154|[BrinedFish0222/flutter_kline](https://github.com/BrinedFish0222/flutter_kline)|股票K线图|40|0|2024-06-10| |155|[kuloud/amap_map](https://github.com/kuloud/amap_map)|基于高德开放平台地图SDK的flutter插件|11|0|2024-08-26| |156|[FutoTan/mai2_revive](https://github.com/FutoTan/mai2_revive)|Mai 批复活 MaiMai 逃离小黑屋|6|0|2024-05-09| |157|[coolight7/my_lyric](https://github.com/coolight7/my_lyric)|lyric(.lrc) encode/decode. lrc 歌词解析、编码|9|0|2024-10-04| |158|[TinoGuo/pin_input_text_field](https://github.com/TinoGuo/pin_input_text_field)|A textField widget to help display different style pin|385|0|2024-09-01| |159|[KirstenDunst/FlutterChart](https://github.com/KirstenDunst/FlutterChart)|一款flutter图表库(折线图、曲线图、柱状图、饼状图、多维图)|27|0|2024-07-15| |160|[jarontai/html2md](https://github.com/jarontai/html2md)|A library for converting HTML to Markdown in Dart. It supports CommonMark, simple table and custom converting rules. 将html转换为markdown的Dart库,支持CommonMark、简单表格以及自定义转换规则。|57|0|2024-05-29| |161|[VariantConst/Marchkov-Helper](https://github.com/VariantConst/Marchkov-Helper)|新燕园人的私人班车助手(非官方)。|48|0|2024-10-03| |162|[niuhuan/pansy](https://github.com/niuhuan/pansy)|A illustration client. |294|0|2024-08-21| |163|[morris13579/tat_ntust](https://github.com/morris13579/tat_ntust)|A app for ntsut students,一個屬於台科人的 App。|14|0|2024-09-06| |164|[YangSuGuo/HeLe_app](https://github.com/YangSuGuo/HeLe_app)|HeLe_app Flutter 移动应用|37|0|2024-10-10| |165|[bb-music/flutter-app](https://github.com/bb-music/flutter-app)|使用 flutter 编写的哔哔音乐客户端,无需登录,没有信息收集,实现你的听歌自由。|36|0|2024-09-21| |166|[azhon/todo_flutter](https://github.com/azhon/todo_flutter)|一个基于bloc状态管理、屏幕适配、路由管理、封装常用组件的项目脚手架|11|0|2024-10-07| |167|[pcrgvg/pcrgvg_flutter](https://github.com/pcrgvg/pcrgvg_flutter)|app主要针对公主连结公会战作业,粉丝自制,资源为cygames所属|17|0|2024-04-16| |168|[febryardiansyah/manga_mint](https://github.com/febryardiansyah/manga_mint)|An Online Manga Reader Application Bahasa Indonesia|64|0|2024-08-10| |169|[yangSpica27/spica_weather_flutter](https://github.com/yangSpica27/spica_weather_flutter)|柠檬天气的Flutter版本|37|0|2024-10-07| |170|[wuyuanwuhui99/flutter-movie-app-ui](https://github.com/wuyuanwuhui99/flutter-movie-app-ui)|基于flutter开发的混合电影和音乐music app,主页有更多其他语言的版本,后端采用springboot+mybatis+mysql开发,包括底部tab导航,,首页,电影,电视剧,我的,搜索页,分类页,电影详情页,播放页,登录,注册,浏览记录,播放记录,收藏,缓存,电影排行榜等页面和模块,功能齐全完善,所有数据来自python爬虫程序,抓取k酷狗、爱奇艺和第三方电影网站实时电影数据,每周更 ...|146|0|2024-09-10| |171|[LuckyLi706/flutter_mobile_command_tools](https://github.com/LuckyLi706/flutter_mobile_command_tools)|flutter写的桌面可视化操作android和ios的简单命令|117|0|2024-09-08| |172|[youxia-mrhan/flutter_develop_template](https://github.com/youxia-mrhan/flutter_develop_template)|Flutter项目开发模版,开箱即用|25|0|2024-09-13| |173|[rain9155/flutter_github_app](https://github.com/rain9155/flutter_github_app)|:octocat: flutter版本的github客户端,支持android和ios|8|0|2024-04-15| |174|[gstory0404/flutter_unionad](https://github.com/gstory0404/flutter_unionad)|字节跳动 穿山甲广告SDK Bytedance-UnionAD flutter版本插件|309|0|2024-09-20| |175|[nightmare-space/signale](https://github.com/nightmare-space/signale)|Flutter 与 dart 都可用的打印工具。|7|0|2024-09-02| |176|[itenfay/grab_ethtoken_info](https://github.com/itenfay/grab_ethtoken_info)|从以太坊区块链 (Ethereum Blockchain) etherscan 上抓取任意一个钱包地址的所有token信息 (Address, Name, Balance, Symbol, Value),并编写界面进行展示。|19|0|2024-05-14| |177|[mdddj/dd_js_util](https://github.com/mdddj/dd_js_util)|flutter js 工具类|6|0|2024-10-09| |178|[cairuoyu/flutter_admin](https://github.com/cairuoyu/flutter_admin)|Flutter Admin: 一个基于 Flutter 的后台管理系统、开发模板。A backend management system and development template based on Flutter|643|0|2024-05-16| |179|[Wayaer/fl_amap](https://github.com/Wayaer/fl_amap)|高德地图 for flutter 支持android和ios|21|0|2024-10-10| |180|[huhx/flutter-cnblog](https://github.com/huhx/flutter-cnblog)|Flutter编写的功能最全的博客园客户端|25|0|2024-05-30| |181|[DanXi-Dev/DanXi](https://github.com/DanXi-Dev/DanXi)|[Windows / Mac / Linux / Android / iOS] Maybe the best all-rounded service app for Fudan University students. 可能是复旦学生最好的第三方校园服务APP。|229|0|2024-09-29| |182|[TinoGuo/loading_indicator](https://github.com/TinoGuo/loading_indicator)|🚅Flutter out-of-the-box collection animations written in pure dart.|208|0|2024-09-01| |183|[fluttercandies/flutter_qweather](https://github.com/fluttercandies/flutter_qweather)|和风天气 Flutter 插件|29|0|2024-06-24| |184|[fluttercandies/left-scroll-actions](https://github.com/fluttercandies/left-scroll-actions)|Flutter的左滑删除组件|82|0|2024-09-19| |185|[sensorsdata/sensors_analytics_flutter_plugin](https://github.com/sensorsdata/sensors_analytics_flutter_plugin)|神策 Flutter 插件(iOS & Android)|36|0|2024-06-28| |186|[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. Maintainer: @LinXunFeng|430|0|2024-09-26| |187|[softfatgay/flutter-netease](https://github.com/softfatgay/flutter-netease)|深度还原网易严选webApp,Flutter项目,接口为真实数据。项目已完善|261|0|2024-09-19| |188|[HQAnime/AnimeOne](https://github.com/HQAnime/AnimeOne)|anime1的非官方APP|149|0|2024-05-21| |189|[xieyezi/flutter-shopping-AiRi](https://github.com/xieyezi/flutter-shopping-AiRi)|A shopping App developed based on Flutter, covering common features of shopping apps.|433|0|2024-08-01| |190|[gooking/apifm-flutter](https://github.com/gooking/apifm-flutter)|Flutter 的云开发支持,无需服务器,无需开发接口和后台,开箱即用,轻松开发 Flutter|38|0|2024-09-22| |191|[liuweilyy/easy_contact_picker](https://github.com/liuweilyy/easy_contact_picker)|联系人选择器,可以选择Native通讯录,也可以返回通讯录列表数据。支持iOS、Android|23|0|2024-07-11| |192|[seasonZhu/GetXStudy](https://github.com/seasonZhu/GetXStudy)|使用GetX,重构了Flutter wanandroid客户端|93|0|2024-06-13| |193|[coder-dongjiayi/MXLogger](https://github.com/coder-dongjiayi/MXLogger)|MXLogger 是基于mmap内存映射机制的跨平台日志库,支持AES CFB 128位加密,支持iOS Android Flutter。核心代码使用C/C++实现, Flutter端通过ffi调用,性能几乎与原生一致。 底层序列化使用Google开源的flat_buffers实现,高效稳定。|140|0|2024-07-15| |194|[lucoo01/streamhttp](https://github.com/lucoo01/streamhttp)|Stream HTTP抓包工具|17|0|2024-04-28| |195|[xuzhongpeng/git_hooks](https://github.com/xuzhongpeng/git_hooks)|Using dart prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge...).|30|0|2024-04-15| |196|[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.|367|0|2024-10-04| |197|[galaxy-s10/billd-live-flutter](https://github.com/galaxy-s10/billd-live-flutter)|billd-live的flutter客户端|13|0|2024-09-18| |198|[cnatom/FlyingKxz](https://github.com/cnatom/FlyingKxz)|矿小助——矿大人自己的APP|iOS&Android跨平台应用|24|0|2024-10-10| |199|[liranhao/rich_text_widget](https://github.com/liranhao/rich_text_widget)|-|9|0|2024-09-06| |200|[fluttercandies/fconsole](https://github.com/fluttercandies/fconsole)|一个用于调试的面板|50|0|2024-06-24|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Go.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Go 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[Ackites/KillWxapkg](https://github.com/Ackites/KillWxapkg)|自动化反编译微信小程序,小程序安全评估工具,发现小程序安全问题,自动解密,解包,可还原工程目录,支持Hook,小程序修改|3345|42|2024-09-20| |2|[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|9604|32|2024-06-12| |3|[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。|42767|31|2024-10-11| |4|[1Panel-dev/1Panel](https://github.com/1Panel-dev/1Panel)|🔥🔥🔥 Web-based linux server management control panel. / 现代化、开源的 Linux 服务器运维管理面板。|22098|27|2024-10-11| |5|[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.|85223|26|2024-10-09| |6|[chaitin/SafeLine](https://github.com/chaitin/SafeLine)|serve as a reverse proxy to protect your web services from attacks and exploits.|12142|22|2024-09-27| |7|[zeromicro/go-zero](https://github.com/zeromicro/go-zero)|A cloud-native Go microservices framework with cli tool for productivity.|29061|19|2024-10-07| |8|[XTLS/Xray-core](https://github.com/XTLS/Xray-core)|Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.|24808|17|2024-10-11| |9|[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|44510|15|2024-10-11| |10|[juggleim/im-server](https://github.com/juggleim/im-server)|A high-performance IM server.|661|14|2024-10-11| |11|[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, ...|30514|14|2024-05-30| |12|[deanxv/coze-discord-proxy](https://github.com/deanxv/coze-discord-proxy)|代理Discord对话Coze-Bot,实现以API形式请求GPT4模型,提供对话、文生图、图生文、知识库检索等功能。|3609|14|2024-10-09| |13|[XIU2/CloudflareSpeedTest](https://github.com/XIU2/CloudflareSpeedTest)|🌩「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP !当然也支持其他 CDN / 网站 IP ~|19355|13|2024-10-09| |14|[projectdiscovery/nuclei](https://github.com/projectdiscovery/nuclei)|Fast and customizable vulnerability scanner based on simple YAML based DSL.|20253|12|2024-10-11| |15|[gogs/gogs](https://github.com/gogs/gogs)|Gogs is a painless self-hosted Git service|44941|12|2024-10-03| |16|[wailsapp/wails](https://github.com/wailsapp/wails)|Create beautiful applications using Go|24854|12|2024-10-11| |17|[aurora-develop/aurora](https://github.com/aurora-develop/aurora)|free|2250|12|2024-08-21| |18|[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://www.pingcap.com/tidb-serverless/|37038|11|2024-10-11| |19|[go-kratos/kratos](https://github.com/go-kratos/kratos)|Your ultimate Go microservices framework for the cloud-native era.|23232|11|2024-10-11| |20|[flipped-aurora/gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin)|🚀Vite+Vue3+Gin的开发基础平台,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器【可AI辅助】、表单生成器和可配置的导入导出等开发必备功能。|21384|11|2024-10-11| |21|[jetify-com/devbox](https://github.com/jetify-com/devbox)|Instant, easy, and predictable development environments|8423|11|2024-10-10| |22|[openimsdk/open-im-server](https://github.com/openimsdk/open-im-server)|IM Chat |13928|11|2024-10-09| |23|[BitAUR/Puff](https://github.com/BitAUR/Puff)|开源、快速、便捷、基于Go的域名监控程序。|165|11|2024-10-09| |24|[apernet/hysteria](https://github.com/apernet/hysteria)|Hysteria is a powerful, lightning fast and censorship resistant proxy.|14770|9|2024-10-06| |25|[fruitbars/simple-one-api](https://github.com/fruitbars/simple-one-api)|OpenAI 接口接入适配,支持千帆大模型平台、讯飞星火大模型、腾讯混元以及MiniMax、Deep-Seek,等兼容OpenAI接口,仅单可执行文件,配置超级简单,一键部署,开箱即用. Seamlessly integrate with OpenAI and compatible APIs using a single executable for quick setup and deploy ...|1274|9|2024-09-13| |26|[cloudreve/Cloudreve](https://github.com/cloudreve/Cloudreve)|🌩支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers)|21714|9|2024-07-31| |27|[Calcium-Ion/new-api](https://github.com/Calcium-Ion/new-api)|AI模型接口管理与分发系统,支持将多种大模型转为OpenAI格式调用、支持Midjourney Proxy、Suno、Rerank,兼容易支付协议,仅供个人或者企业内部管理与分发渠道使用,请勿用于商业用途,本项目基于One API二次开发。|3151|9|2024-10-10| |28|[version-fox/vfox](https://github.com/version-fox/vfox)|A cross-platform and extendable version manager with support for Java, Node.js, Flutter, .Net & more|2765|9|2024-10-11| |29|[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...|11641|8|2024-10-07| |30|[ent/ent](https://github.com/ent/ent)|An entity framework for Go|15517|8|2024-10-09| |31|[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动手写/从零实现系列|15306|8|2024-07-19| |32|[Licoy/VoAPI](https://github.com/Licoy/VoAPI)|全新的高颜值/高性能的AI模型接口管理与分发系统,仅供个人学习使用,请勿用于任何商业用途,本项目基于NewAPI开发。A brand new high aesthetic/high-performance AI model interface management and distribution system is only for personal or internal management ...|135|8|2024-10-11| |33|[zuoyebang/bitalostored](https://github.com/zuoyebang/bitalostored)|Bitalostored is a high-performance distributed storage system, core engine based on bitalosdb(self-developed), compatible with Redis protocol.|1879|8|2024-07-23| |34|[woaijssss/tros](https://github.com/woaijssss/tros)|golang应用级OS web开发框架底库|180|7|2024-10-11| |35|[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 ...|11395|7|2024-09-09| |36|[beego/beego](https://github.com/beego/beego)|beego is an open-source, high-performance web framework for the Go programming language.|31525|7|2024-10-10| |37|[shadow1ng/fscan](https://github.com/shadow1ng/fscan)|一款内网综合扫描工具,方便一键自动化、全方位漏扫扫描。|10456|7|2024-08-29| |38|[air-verse/air](https://github.com/air-verse/air)|☁️ Live reload for Go apps|17683|7|2024-10-09| |39|[Mrs4s/go-cqhttp](https://github.com/Mrs4s/go-cqhttp)|cqhttp的golang实现,轻量、原生跨平台.|10377|7|2024-06-26| |40|[moonD4rk/HackBrowserData](https://github.com/moonD4rk/HackBrowserData)|Extract and decrypt browser data, supporting multiple data types, runnable on various operating systems (macOS, Windows, Linux).|10763|7|2024-10-09| |41|[kingwrcy/moments](https://github.com/kingwrcy/moments)|极简朋友圈|1360|7|2024-09-29| |42|[kubesphere/kubesphere](https://github.com/kubesphere/kubesphere)|The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management ⎈ 🖥 ☁️|15076|6|2024-10-11| |43|[linux-do/override](https://github.com/linux-do/override)|啥也不是|896|6|2024-09-25| |44|[nxtrace/NTrace-core](https://github.com/nxtrace/NTrace-core)|NextTrace, an open source visual route tracking CLI tool|5695|6|2024-10-06| |45|[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.|7151|6|2024-10-09| |46|[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 ...|15731|6|2024-09-19| |47|[qax-os/excelize](https://github.com/qax-os/excelize)|Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets|18073|6|2024-10-10| |48|[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.|4748|6|2024-09-27| |49|[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.|9659|6|2024-10-11| |50|[charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss)|Style definitions for nice terminal layouts 👄|7995|6|2024-10-11| |51|[GhostTroops/scan4all](https://github.com/GhostTroops/scan4all)|Official repository vuls Scan: 15000+PoCs; 23 kinds of application password crack; 7000+Web fingerprints; 146 protocols and 90000+ rules Port scanning; Fuzz, HW, awesome BugBounty( ͡° ͜ʖ ͡°)...|5474|6|2024-07-12| |52|[iyear/tdl](https://github.com/iyear/tdl)|📥 A Telegram toolkit written in Golang|4323|6|2024-10-09| |53|[cloudwego/hertz](https://github.com/cloudwego/hertz)|Go HTTP framework with high-performance and strong-extensibility for building micro-services.|5247|6|2024-10-10| |54|[XTLS/REALITY](https://github.com/XTLS/REALITY)|THE NEXT FUTURE|3457|6|2024-09-13| |55|[cloudwego/kitex](https://github.com/cloudwego/kitex)|Go RPC framework with high-performance and strong-extensibility for building micro-services.|6968|6|2024-10-11| |56|[grpc/grpc-go](https://github.com/grpc/grpc-go)|The Go language implementation of gRPC. HTTP/2 based RPC|20980|6|2024-10-10| |57|[panjf2000/ants](https://github.com/panjf2000/ants)|🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.|12807|5|2024-09-26| |58|[evrone/go-clean-template](https://github.com/evrone/go-clean-template)|Clean Architecture template for Golang services|6269|5|2024-08-11| |59|[daeuniverse/dae](https://github.com/daeuniverse/dae)|eBPF-based Linux high-performance transparent proxy solution.|3127|5|2024-10-11| |60|[TangSengDaoDao/TangSengDaoDaoServer](https://github.com/TangSengDaoDao/TangSengDaoDaoServer)|高颜值 IM 即时通讯,聊天|2249|5|2024-10-08| |61|[crawlab-team/crawlab](https://github.com/crawlab-team/crawlab)|Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架|11285|5|2024-10-11| |62|[gdy666/lucky](https://github.com/gdy666/lucky)|软硬路由公网神器,ipv6/ipv4 端口转发,反向代理,DDNS,WOL,ipv4 stun内网穿透,cron,acme,阿里云盘,ftp,webdav,filebrowser|3852|5|2024-09-18| |63|[txthinking/brook](https://github.com/txthinking/brook)|A cross-platform programmable network tool|14553|5|2024-10-02| |64|[jonssonyan/h-ui](https://github.com/jonssonyan/h-ui)|Just the panel for Hysteria2 / 仅仅是 Hysteria2 的面板|836|5|2024-10-10| |65|[panjf2000/gnet](https://github.com/panjf2000/gnet)|🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.|9553|5|2024-10-02| |66|[ginuerzh/gost](https://github.com/ginuerzh/gost)|GO Simple Tunnel - a simple tunnel written in golang|15853|5|2024-10-11| |67|[Hackl0us/GeoIP2-CN](https://github.com/Hackl0us/GeoIP2-CN)|小巧精悍、准确、实用 GeoIP2 数据库|6551|5|2024-10-10| |68|[WuKongIM/WuKongIM](https://github.com/WuKongIM/WuKongIM)|不只是即时通讯(IM)|2750|5|2024-10-11| |69|[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 ...|16961|5|2024-08-10| |70|[xvzc/SpoofDPI](https://github.com/xvzc/SpoofDPI)|A simple and fast anti-censorship tool written in Go|3585|4|2024-09-19| |71|[lwch/natpass](https://github.com/lwch/natpass)|🔥居家办公,远程开发神器|4182|4|2024-04-24| |72|[gvcgo/version-manager](https://github.com/gvcgo/version-manager)|🔥 A general version manager for thousands of SDKs with TUI inspired by lazygit. No need to remember any commands. Less bugs.|825|4|2024-10-05| |73|[wux1an/wxapkg](https://github.com/wux1an/wxapkg)|微信小程序反编译工具,.wxapkg 文件扫描 + 解密 + 解包工具|1833|4|2024-06-19| |74|[kevwan/tproxy](https://github.com/kevwan/tproxy)|A cli tool to proxy and analyze TCP connections.|3240|4|2024-10-09| |75|[YouChenJun/Keydd](https://github.com/YouChenJun/Keydd)|从流量包匹配敏感信息的工具-可用作bp、浏览器的下游代理。0感知、无卡顿,支持https。|223|4|2024-08-25| |76|[CodeSecurityTeam/frp](https://github.com/CodeSecurityTeam/frp)|基于frp-0.58.1魔改二开,随机化socks5账户密码及端口、钉钉上线下线通知、配置文件oss加密读取、域前置防止溯源、源码替换/编译混淆等|273|4|2024-08-06| |77|[aurora-develop/Duck2api](https://github.com/aurora-develop/Duck2api)|-|672|4|2024-09-13| |78|[bytedance/netcap](https://github.com/bytedance/netcap)|-|545|4|2024-09-26| |79|[mylxsw/aidea-server](https://github.com/mylxsw/aidea-server)|AIdea 是一款支持 GPT 以及国产大语言模型通义千问、文心一言等,支持 Stable Diffusion 文生图、图生图、 SDXL1.0、超分辨率、图片上色的全能型 APP。|1547|4|2024-10-11| |80|[duke-git/lancet](https://github.com/duke-git/lancet)|A comprehensive, efficient, and reusable util function library of Go.|4571|4|2024-10-11| |81|[tickstep/aliyunpan](https://github.com/tickstep/aliyunpan)|阿里云盘命令行客户端,支持JavaScript插件,支持同步备份功能。|4125|4|2024-09-21| |82|[alibaba/higress](https://github.com/alibaba/higress)|🤖 AI Gateway AI Native API Gateway|2917|4|2024-10-11| |83|[gogf/gf](https://github.com/gogf/gf)|GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang. |11555|4|2024-10-11| |84|[authzed/spicedb](https://github.com/authzed/spicedb)|Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data|5008|4|2024-10-04| |85|[rocboss/paopao-ce](https://github.com/rocboss/paopao-ce)|🔥An artistic "twitter like" community built on gin+zinc+vue+ts 清新文艺微社区|3880|4|2024-10-10| |86|[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.|3799|4|2024-10-11| |87|[GoAdminGroup/go-admin](https://github.com/GoAdminGroup/go-admin)|A golang framework helps gopher to build a data visualization and admin panel in ten minutes|8143|4|2024-08-19| |88|[naiba/nezha](https://github.com/naiba/nezha)|:trollface: Self-hosted, lightweight server and website monitoring and O&M tool|7071|4|2024-10-10| |89|[OpenNHP/opennhp](https://github.com/OpenNHP/opennhp)|Zero Trust Network Hiding Protocol (NHP) Open Source Implementation. OpenNHP Docs: https://opennhp.org/|13494|4|2024-10-09| |90|[swaggo/swag](https://github.com/swaggo/swag)|Automatically generate RESTful API documentation with Swagger 2.0 for Go.|10595|4|2024-09-25| |91|[fdx-xdf/darkPulse](https://github.com/fdx-xdf/darkPulse)|darkPulse是一个用go编写的shellcode Packer,用于生成各种各样的shellcode loader,免杀火绒,360核晶等国内常见杀软。|752|4|2024-08-19| |92|[zan8in/afrog](https://github.com/zan8in/afrog)|A Security Tool for Bug Bounty, Pentest and Red Teaming.|3402|4|2024-09-30| |93|[INotGreen/XiebroC2](https://github.com/INotGreen/XiebroC2)|渗透测试C2、支持Lua插件扩展、域前置/CDN上线、自定义profile、前置sRDI、文件管理、进程管理、内存加载、截图、反向代理、分组管理|910|4|2024-08-26| |94|[greycodee/wechat-backup](https://github.com/greycodee/wechat-backup)|微信聊天记录持久化备份本地硬盘,释放手机存储空间。|3234|4|2024-08-02| |95|[redis/go-redis](https://github.com/redis/go-redis)|Redis Go client|19981|4|2024-10-09| |96|[CodisLabs/codis](https://github.com/CodisLabs/codis)|Proxy based Redis cluster solution supporting pipeline and scaling dynamically|13151|4|2024-04-15| |97|[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.|4345|4|2024-07-27| |98|[kubevela/kubevela](https://github.com/kubevela/kubevela)|The Modern Application Platform.|6402|4|2024-10-07| |99|[siglens/siglens](https://github.com/siglens/siglens)|100x Efficient Log Management than Splunk :rocket: Reduce your observability cost by 90%|1228|4|2024-10-11| |100|[gwuhaolin/livego](https://github.com/gwuhaolin/livego)|live video streaming server in golang|9690|4|2024-04-13| |101|[go-nunu/nunu](https://github.com/go-nunu/nunu)|A CLI tool for building Go applications.|1894|4|2024-08-05| |102|[deepflowio/deepflow](https://github.com/deepflowio/deepflow)|eBPF Observability - Distributed Tracing and Profiling|2850|3|2024-10-11| |103|[trzsz/trzsz-ssh](https://github.com/trzsz/trzsz-ssh)|trzsz-ssh ( tssh ) is an ssh client designed as a drop-in replacement for the openssh client. It aims to provide complete compatibility with openssh, mirroring all its features, while also offering ad ...|1684|3|2024-08-31| |104|[bfenetworks/bfe](https://github.com/bfenetworks/bfe)|A modern layer 7 load balancer from baidu|6123|3|2024-10-08| |105|[eryajf/chatgpt-dingtalk](https://github.com/eryajf/chatgpt-dingtalk)|🎒 钉钉 & 🤖 GPT-3.5 让你的工作效率直接起飞 🚀 私聊群聊方式、单聊串聊模式、角色扮演、图片创作 🚀|2097|3|2024-08-06| |106|[cookieY/Yearning](https://github.com/cookieY/Yearning)|🐳 A most popular sql audit platform for mysql |8484|3|2024-10-07| |107|[eatmoreapple/openwechat](https://github.com/eatmoreapple/openwechat)|golang微信SDK|4781|3|2024-09-30| |108|[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!|8091|3|2024-09-17| |109|[chaosblade-io/chaosblade](https://github.com/chaosblade-io/chaosblade)|An easy to use and powerful chaos engineering experiment toolkit.(阿里巴巴开源的一款简单易用、功能强大的混沌实验注入工具)|5956|3|2024-10-03| |110|[marmotedu/iam](https://github.com/marmotedu/iam)|企业级的 Go 语言实战项目:认证和授权系统(带配套课程)|3743|3|2024-06-06| |111|[go-sonic/sonic](https://github.com/go-sonic/sonic)|Sonic is a blogging platform developed by Go. Simple and powerful|2009|3|2024-05-10| |112|[MartialBE/one-hub](https://github.com/MartialBE/one-hub)|OpenAI 接口管理 & 分发系统,改自songquanpeng/one-api。支持更多模型,加入统计页面,完善非openai模型的函数调用。|1077|3|2024-10-05| |113|[blevesearch/bleve](https://github.com/blevesearch/bleve)|A modern text/numeric/geo-spatial/vector indexing library for go|10041|3|2024-10-09| |114|[go-vgo/robotgo](https://github.com/go-vgo/robotgo)|RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar|9611|3|2024-10-07| |115|[cloudwego/netpoll](https://github.com/cloudwego/netpoll)|A high-performance non-blocking I/O networking framework focusing on RPC scenarios.|4029|3|2024-09-11| |116|[FxPool/FXMinerProxy](https://github.com/FxPool/FXMinerProxy)|🔥minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,矿池抽水,矿池中转,矿场运维专用|2391|3|2024-10-07| |117|[thinkoaa/Deadpool](https://github.com/thinkoaa/Deadpool)|deadpool代理池工具,可从hunter、quake、fofa等网络空间测绘平台取高质量socks5代理,或本地导入socks5代理,轮询使用代理进行流量转发。|163|3|2024-09-26| |118|[ChineseSubFinder/ChineseSubFinder](https://github.com/ChineseSubFinder/ChineseSubFinder)|自动化中文字幕下载。字幕网站支持 shooter、xunlei、arrst、a4k、SubtitleBest 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM|3465|3|2024-05-23| |119|[uptrace/uptrace](https://github.com/uptrace/uptrace)|Open source APM: OpenTelemetry traces, metrics, and logs|3295|3|2024-10-04| |120|[P001water/P1finger](https://github.com/P001water/P1finger)|P1finger - 红队行动下的重点资产指纹识别工具|178|3|2024-09-25| |121|[Jinnrry/PMail](https://github.com/Jinnrry/PMail)|Private EMail Server|1434|3|2024-10-05| |122|[cdk-team/CDK](https://github.com/cdk-team/CDK)|📦 Make security testing of K8s, Docker, and Containerd easier.|3877|3|2024-09-05| |123|[tinode/chat](https://github.com/tinode/chat)|Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots|11990|3|2024-09-01| |124|[rosedblabs/rosedb](https://github.com/rosedblabs/rosedb)|Lightweight, fast and reliable key/value storage engine based on Bitcask.|4580|3|2024-10-10| |125|[douyu/jupiter](https://github.com/douyu/jupiter)|Jupiter: Governance-oriented Microservice Framework.|4397|3|2024-10-03| |126|[goravel/goravel](https://github.com/goravel/goravel)|A Golang framework for web artisans. Tribute to Laravel.|2777|3|2024-10-09| |127|[4ra1n/poc-runner](https://github.com/4ra1n/poc-runner)|Small & Fast Vulnerability Scanner Engine based on XRAY YAML Rule 基于 XRAY YAML 规则的超轻量快速漏洞扫描引擎 基于 ANTLR 实现语法分析和完整的 XRAY YAML 规则实现 简单的启动参数 包含多种反连可用 可执行文件体积仅 2 MB|133|3|2024-09-19| |128|[apecloud/kubeblocks](https://github.com/apecloud/kubeblocks)|KubeBlocks is an open-source control plane software that runs and manages databases, message queues and other stateful applications on K8s.|2082|3|2024-10-11| |129|[zaigie/palworld-server-tool](https://github.com/zaigie/palworld-server-tool)|[中文 English 日本語]基于.sav存档解析和REST&RCON优雅地用可视化界面管理幻兽帕鲁专用服务器。/ Through parse .sav and REST&RCON, visual interface management PalWorld dedicated server.|807|3|2024-10-09| |130|[kubeedge/kubeedge](https://github.com/kubeedge/kubeedge)|Kubernetes Native Edge Computing Framework (project under CNCF)|6707|3|2024-10-09| |131|[golang-module/carbon](https://github.com/golang-module/carbon)|A simple, semantic and developer-friendly golang package for time|4707|3|2024-10-11| |132|[mindoc-org/mindoc](https://github.com/mindoc-org/mindoc)|Golang实现的基于beego框架的接口在线文档管理系统|7313|3|2024-08-26| |133|[Jrohy/trojan](https://github.com/Jrohy/trojan)|trojan多用户管理部署程序, 支持web页面管理|5438|3|2024-04-14| |134|[karmada-io/karmada](https://github.com/karmada-io/karmada)|Open, Multi-Cloud, Multi-Cluster Kubernetes Orchestration|4428|3|2024-10-11| |135|[pwh-pwh/aiwechat-vercel](https://github.com/pwh-pwh/aiwechat-vercel)|使用vercel的functions,将ai功能加入微信公众号|733|3|2024-08-01| |136|[wa1ki0g/NoAuth](https://github.com/wa1ki0g/NoAuth)|java-web 自动化鉴权绕过|238|3|2024-09-24| |137|[aceld/zinx](https://github.com/aceld/zinx)|A lightweight concurrent server framework based on Golang.|7049|3|2024-10-11| |138|[shawn-bluce/eat](https://github.com/shawn-bluce/eat)|I'm a CPU and memory eating monster. 一个吃 CPU 内存的怪兽。|274|3|2024-07-25| |139|[P001water/P1soda](https://github.com/P001water/P1soda)|一款更高、更快、更强的全方位内网扫描工具|104|3|2024-09-26| |140|[EndlessCheng/codeforces-go](https://github.com/EndlessCheng/codeforces-go)|算法竞赛模板库 by 灵茶山艾府 💭💡🎈|5054|3|2024-10-10| |141|[go-echarts/go-echarts](https://github.com/go-echarts/go-echarts)|🎨 The adorable charts library for Golang.|6536|3|2024-10-10| |142|[wgpsec/ENScan_GO](https://github.com/wgpsec/ENScan_GO)|一款基于各大企业信息API的工具,解决在遇到的各种针对国内企业信息收集难题。一键收集控股公司ICP备案、APP、小程序、微信公众号等信息聚合导出。|3005|3|2024-09-27| |143|[go-rod/rod](https://github.com/go-rod/rod)|A Chrome DevTools Protocol driver for web automation and scraping.|5274|3|2024-08-19| |144|[synctv-org/synctv](https://github.com/synctv-org/synctv)|Synchronized viewing, theater, live streaming, video, long-distance relationship|1054|3|2024-10-11| |145|[IrineSistiana/mosdns](https://github.com/IrineSistiana/mosdns)|一个 DNS 转发器|2911|2|2024-08-15| |146|[openkruise/kruise](https://github.com/openkruise/kruise)|Automated management of large-scale applications on Kubernetes (incubating project under CNCF)|4624|2|2024-10-10| |147|[ZxwyWebSite/lx-source](https://github.com/ZxwyWebSite/lx-source)|lx-music-custom-source 洛雪音乐自定义解析源|617|2|2024-06-22| |148|[sea-team/gofound](https://github.com/sea-team/gofound)|GoFound GoLang Full text search go语言全文检索引擎,毫秒级查询。 使用http接口调用,集成Admin管理界面,任何系统都可以使用。|1587|2|2024-05-27| |149|[Zjackky/CodeScan](https://github.com/Zjackky/CodeScan)|一款轻量级匹配Sink点的代码审计扫描器,为了帮助红队过程中快速代码审计的小工具|219|2|2024-10-06| |150|[xhd2015/xgo](https://github.com/xhd2015/xgo)|All-in-one go testing library|334|2|2024-09-20| |151|[XZB-1248/Spark](https://github.com/XZB-1248/Spark)|✨Spark is a web-based, cross-platform and full-featured Remote Administration Tool (RAT) written in Go that allows you control all your devices anywhere. Spark是一个Go编写的,网页UI、跨平台以及多功能的远程控制和监控工具,你可以随时随地监 ...|1735|2|2024-10-09| |152|[gowebly/gowebly](https://github.com/gowebly/gowebly)|🔥 A next-generation CLI tool that makes it easy to create amazing web applications with Go on the backend, using htmx, hyperscript or Alpine.js, and the most popular CSS frameworks on the frontend.|977|2|2024-10-11| |153|[1Panel-dev/KubePi](https://github.com/1Panel-dev/KubePi)|🚀 现代化、开源的 K8s 面板,1Panel 官方出品。|2681|2|2024-09-30| |154|[phachon/mm-wiki](https://github.com/phachon/mm-wiki)|MM-Wiki 一个轻量级的企业知识分享与团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。部署方便,使用简单,帮助团队构建一个信息共享、文档管理的协作环境。|3555|2|2024-07-26| |155|[csznet/tgState](https://github.com/csznet/tgState)|使用Telegram作为存储的文件外链系统,不限制文件大小和格式。|872|2|2024-04-18| |156|[mosn/mosn](https://github.com/mosn/mosn)|The Cloud-Native Network Proxy Platform|4445|2|2024-10-02| |157|[hr3lxphr6j/bililive-go](https://github.com/hr3lxphr6j/bililive-go)|一个直播录制工具|3778|2|2024-08-19| |158|[dagu-org/dagu](https://github.com/dagu-org/dagu)|Developer-friendly, minimalism Cron alternative, but with much more capabilities. It aims to solve greater problems.|1551|2|2024-10-09| |159|[nutsdb/nutsdb](https://github.com/nutsdb/nutsdb)|A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.|3381|2|2024-07-29| |160|[appleboy/CodeGPT](https://github.com/appleboy/CodeGPT)|A CLI written in Go language that writes git commit messages or do a code review brief for you using ChatGPT AI (gpt-4o, gpt-4-turbo, gpt-3.5-turbo model) and automatically installs a git prepare-comm ...|1227|2|2024-10-02| |161|[ByteStorage/FlyDB](https://github.com/ByteStorage/FlyDB)|The high-performance kv storage engine based on bitcask paper made in golang|1226|2|2024-08-20| |162|[jwping/wxbot](https://github.com/jwping/wxbot)|PC微信Hook模块、Hook WeChat / 微信逆向、微信机器人、WeChatRobot|728|2|2024-05-28| |163|[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 ...|6528|2|2024-08-27| |164|[erda-project/erda](https://github.com/erda-project/erda)|An enterprise-grade Cloud-Native application platform for Kubernetes.|2695|2|2024-10-10| |165|[qi4L/qscan](https://github.com/qi4L/qscan)|轻量化全方位扫描器|367|2|2024-10-08| |166|[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 ...|3922|2|2024-09-27| |167|[FloatTech/ZeroBot-Plugin](https://github.com/FloatTech/ZeroBot-Plugin)|基于 ZeroBot 的 OneBot 插件|2476|2|2024-10-11| |168|[lni/dragonboat](https://github.com/lni/dragonboat)|A feature complete and high performance multi-group Raft library in Go. |5065|2|2024-07-12| |169|[SleepingBag945/dddd](https://github.com/SleepingBag945/dddd)|dddd是一款使用简单的批量信息收集,供应链漏洞探测工具,旨在优化红队工作流,减少伤肝的机械性操作。支持从Hunter、Fofa批量拉取目标|1035|2|2024-08-02| |170|[httprunner/httprunner](https://github.com/httprunner/httprunner)|HttpRunner 是一个开源的 API/UI 测试工具,简单易用,功能强大,具有丰富的插件化机制和高度的可扩展能力。|4045|2|2024-08-09| |171|[apache/dubbo-go](https://github.com/apache/dubbo-go)|Go Implementation For Apache Dubbo .|4693|2|2024-09-28| |172|[oneclickvirt/ecs](https://github.com/oneclickvirt/ecs)|VPS融合怪服务器测评脚本-GO重构版本|175|2|2024-10-06| |173|[selinuxG/Golin](https://github.com/selinuxG/Golin)|弱口令检测、 漏洞扫描、端口扫描(协议识别,组件识别)、web目录扫描、等保模拟定级、自动化运维、等保工具(网络安全等级保护现场测评工具)内置3级等保核查命令、基线核查工具、键盘记录器|1159|2|2024-09-11| |174|[Loyalsoldier/geoip](https://github.com/Loyalsoldier/geoip)|🌚 🌍 🌝 GeoIP 规则文件加强版,支持自行定制 V2Ray dat 格式文件 geoip.dat、MaxMind mmdb 格式文件、sing-box SRS 格式文件、mihomo MRS 格式文件、Clash ruleset、Surge ruleset 等。Enhanced edition of GeoIP files for V2Ray, Xray-core, sing-box, Cl ...|3728|2|2024-10-10| |175|[nuclio/nuclio](https://github.com/nuclio/nuclio)|High-Performance Serverless event and data processing platform|5289|2|2024-10-01| |176|[ph4ntonn/Stowaway](https://github.com/ph4ntonn/Stowaway)|👻Stowaway -- Multi-hop Proxy Tool for pentesters|2739|2|2024-08-28| |177|[opentdp/wrest-chat](https://github.com/opentdp/wrest-chat)|智能聊天助手,内置 WEB 管理界面,可接入GPT、Gemini 、星火、文心、混元 、通义千问等大语言模型|543|2|2024-08-26| |178|[Bistutu/GoMusic](https://github.com/Bistutu/GoMusic)|迁移网易云/QQ音乐歌单至 Apple/Youtube/Spotify Music|913|2|2024-10-04| |179|[HACKERALERT/Picocrypt](https://github.com/HACKERALERT/Picocrypt)|A very small, very simple, yet very secure encryption tool.|2431|2|2024-06-01| |180|[silenceper/wechat](https://github.com/silenceper/wechat)|WeChat SDK for Go (微信SDK:简单、易用)|4771|2|2024-10-08| |181|[link1st/go-stress-testing](https://github.com/link1st/go-stress-testing)|go 实现的压测工具,ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】|3886|2|2024-08-21| |182|[murphysecurity/murphysec](https://github.com/murphysecurity/murphysec)|An open source tool focused on software supply chain security. 墨菲安全专注于软件供应链安全,具备专业的软件成分分析(SCA)、漏洞检测、专业漏洞库。|1657|2|2024-10-11| |183|[HDT3213/godis](https://github.com/HDT3213/godis)|A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群|3471|2|2024-10-07| |184|[eryajf/go-ldap-admin](https://github.com/eryajf/go-ldap-admin)|🌉 基于Go+Vue实现的openLDAP后台管理项目|1553|2|2024-07-30| |185|[wgpsec/lc](https://github.com/wgpsec/lc)|LC(List Cloud)是一个多云攻击面资产梳理工具|458|2|2024-10-06| |186|[OpenCSGs/csghub-server](https://github.com/OpenCSGs/csghub-server)|csghub-server is the backend server for CSGHub which helps user to manage datasets, modes, and also run Model Inference, Finetune and Application Spaces.|452|2|2024-10-11| |187|[mlogclub/bbs-go](https://github.com/mlogclub/bbs-go)|基于Golang的开源社区系统。简洁对话,高效互动,社区新体验!|2931|2|2024-09-17| |188|[urfave/negroni](https://github.com/urfave/negroni)|Idiomatic HTTP Middleware for Golang|7463|2|2024-06-04| |189|[zhufuyi/sponge](https://github.com/zhufuyi/sponge)|Sponge is a powerful Go development framework, it's easy to develop web and microservice projects.|1330|2|2024-09-30| |190|[zema1/watchvuln](https://github.com/zema1/watchvuln)|一个高价值漏洞采集与推送服务 collect valueable vulnerability and push it|1372|2|2024-08-24| |191|[Night-Master/sdlc_golang](https://github.com/Night-Master/sdlc_golang)|sdlc 是一个基于 Go 语言构建的安全漏洞示范平台,旨在促进 DevSecOps 和安全开发生命周期 (SDLC) 实践。它通过模拟常见漏洞来增强开发人员的安全意识,除了可以用于devsecops以外,还可以用于安全行业从事者学习漏洞知识或者渗透知识,代码审计,提供了一个实践和学习的环境。本项目采用了前后端分离的设计模式,其中后端利用了轻量级框架 Gin,而前端则使用了 Vue 3。|107|2|2024-09-24| |192|[tair-opensource/RedisShake](https://github.com/tair-opensource/RedisShake)|RedisShake is a Redis data processing and migration tool.|3808|2|2024-09-11| |193|[IceBearAI/LLM-And-More](https://github.com/IceBearAI/LLM-And-More)|LLM-And-More is a professional, plug-and-play, llm trainer and application builder that guides you through the complete LLM workflow from data to evaluation, from training to deployment, from idea to ...|456|2|2024-07-05| |194|[KubeOperator/KubeOperator](https://github.com/KubeOperator/KubeOperator)|KubeOperator 是一个开源的轻量级 Kubernetes 发行版,专注于帮助企业规划、部署和运营生产级别的 K8s 集群。|4979|2|2024-07-02| |195|[cubefs/cubefs](https://github.com/cubefs/cubefs)|cloud-native distributed storage|4610|2|2024-09-27| |196|[go-gorm/gen](https://github.com/go-gorm/gen)|Gen: Friendly & Safer GORM powered by Code Generation|2239|2|2024-10-07| |197|[aurorax-neo/free-gpt3.5-2api](https://github.com/aurorax-neo/free-gpt3.5-2api)|free chat gpt api|479|2|2024-06-30| |198|[juzeon/SydneyQt](https://github.com/juzeon/SydneyQt)|A cross-platform desktop client for the jailbroken New Bing AI Copilot (Sydney ver.) built with Go and Wails (previously based on Python and Qt).|837|2|2024-09-28| |199|[wikiZ/RedGuard](https://github.com/wikiZ/RedGuard)|RedGuard is a C2 front flow control tool,Can avoid Blue Teams,AVs,EDRs check.|1381|2|2024-08-20| |200|[flike/kingshard](https://github.com/flike/kingshard)|A high-performance MySQL proxy|6399|2|2024-05-17|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Groovy.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Groovy 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[qq549631030/AndroidJunkCode](https://github.com/qq549631030/AndroidJunkCode)|Android马甲包生成垃圾代码插件|1078|1|2024-09-30| |2|[ihub-pub/plugins](https://github.com/ihub-pub/plugins)|A set of Gradle plug-ins that greatly simplify project management / 一套极大简化项目管理的Gradle插件集|741|1|2024-10-10| |3|[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.+|3131|1|2024-07-25| |4|[dqzboy/DevOps](https://github.com/dqzboy/DevOps)|DevOps. Make the project development and release simpler, easier and more efficient.|616|1|2024-07-09| |5|[bwcxyk/config_file](https://github.com/bwcxyk/config_file)|配置文件|3|0|2024-10-11| |6|[MystWeb/devops-library](https://github.com/MystWeb/devops-library)|Groovy Pipeline 共享库|15|0|2024-09-06| |7|[StarPixel-Team/PCL-Client](https://github.com/StarPixel-Team/PCL-Client)|服务器 PCL 客户端|2|0|2024-07-01| |8|[fengzhizi715/AnalysisApp](https://github.com/fengzhizi715/AnalysisApp)|一个快速分析某个app使用哪些sdk的小工具|168|0|2024-06-16| |9|[guolong123/manci](https://github.com/guolong123/manci)|一个 Jenkins library 库,轻松集成实现各个代码平台的 CI/CD 流程|8|0|2024-05-17| |10|[galaxybruce/AndroidPionner](https://github.com/galaxybruce/AndroidPionner)|为android工程编译提供常用功能的gradle插件,旨在把一些常用自动化的脚本收集在一起。|39|0|2024-06-03| |11|[cuiliang0302/spring-boot-demo](https://github.com/cuiliang0302/spring-boot-demo)|最简单的springboot项目,用于测试java项目CICD功能。|5|0|2024-08-01|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/HTML.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > HTML 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[dqzboy/Docker-Proxy](https://github.com/dqzboy/Docker-Proxy)|🔥 🔥 🔥 自建Docker镜像加速服务,基于官方Docker Registry 一键部署Docker、K8s、Quay、Ghcr、Mcr、Nvcr等镜像加速\管理服务。支持免服务器部署到Render\Koyeb|1812|14|2024-10-07| |2|[xiaojieonly/Ehviewer_CN_SXJ](https://github.com/xiaojieonly/Ehviewer_CN_SXJ)|ehviewer,用爱发电,快乐前行|13509|9|2024-10-08| |3|[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.|27150|8|2024-08-12| |4|[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 ...|5130|7|2024-09-24| |5|[microsoft/ai-edu](https://github.com/microsoft/ai-edu)|AI education materials for Chinese students, teachers and IT professionals.|13531|6|2024-05-16| |6|[wintermute-cell/magick.css](https://github.com/wintermute-cell/magick.css)|magically playful, yet simple styling. all in one file.|941|5|2024-06-01| |7|[MetaGLM/FinGLM](https://github.com/MetaGLM/FinGLM)|FinGLM: 致力于构建一个开放的、公益的、持久的金融大模型项目,利用开源开放来促进「AI+金融」。|1732|5|2024-05-08| |8|[aoaostar/legado](https://github.com/aoaostar/legado)|阅读APP书源|2677|4|2024-09-28| |9|[cotes2020/jekyll-theme-chirpy](https://github.com/cotes2020/jekyll-theme-chirpy)|A minimal, responsive, and feature-rich Jekyll theme for technical writing.|7296|3|2024-10-11| |10|[erew123/alltalk_tts](https://github.com/erew123/alltalk_tts)|AllTalk is based on the Coqui TTS engine, similar to the Coqui_tts extension for Text generation webUI, however supports a variety of advanced features, such as a settings page, low VRAM support, Deep ...|970|3|2024-10-10| |11|[yangzongzhuan/RuoYi](https://github.com/yangzongzhuan/RuoYi)|:tada: (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用|6053|3|2024-09-21| |12|[sklongger/AI-timeline-geomap](https://github.com/sklongger/AI-timeline-geomap)|AI辅助生成漂亮的时间轴,灵活呈现时空信息. A framework that allows for the flexible construction of time-space information displays.|44|3|2024-09-29| |13|[bulianglin/psub](https://github.com/bulianglin/psub)|利用CF Worker搭建的反代订阅转换工具|1197|3|2024-06-28| |14|[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 ...|6556|3|2024-10-01| |15|[xxlllq/system_architect](https://github.com/xxlllq/system_architect)|:100: 2024年系统架构设计师(软考高级)备考资料。|6683|3|2024-09-26| |16|[CaiJimmy/hugo-theme-stack](https://github.com/CaiJimmy/hugo-theme-stack)|Card-style Hugo theme designed for bloggers|4922|3|2024-10-06| |17|[Linux-CN/archive](https://github.com/Linux-CN/archive)|Linux.cn Archive|698|3|2024-06-19| |18|[mmistakes/minimal-mistakes](https://github.com/mmistakes/minimal-mistakes)|:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.|12317|3|2024-10-02| |19|[HugoBlox/hugo-blox-builder](https://github.com/HugoBlox/hugo-blox-builder)|🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科 ...|8172|3|2024-10-06| |20|[goproxy/goproxy.cn](https://github.com/goproxy/goproxy.cn)|The most trusted Go module proxy in China.|6811|3|2024-05-03| |21|[hamukazu/lets-get-arrested](https://github.com/hamukazu/lets-get-arrested)|This project is intended to protest against the police in Japan|4138|2|2024-06-10| |22|[gh0stkey/Web-Fuzzing-Box](https://github.com/gh0stkey/Web-Fuzzing-Box)|Web Fuzzing Box - Web 模糊测试字典与一些Payloads|2132|2|2024-06-14| |23|[xiaomabenten/system_architect](https://github.com/xiaomabenten/system_architect)|💯2024年 系统架构设计师(软考高级)备考资源库+配套免费刷题软件。PC版免费刷题软件:https://ruankaodaren.com|1801|2|2024-08-23| |24|[xqdoo00o/chatgpt-web](https://github.com/xqdoo00o/chatgpt-web)|Pure Javascript ChatGPT demo based on OpenAI API|984|2|2024-06-18| |25|[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.|3746|2|2024-10-10| |26|[nunocoracao/blowfish](https://github.com/nunocoracao/blowfish)|Personal Website & Blog Theme for Hugo|1428|2|2024-10-09| |27|[beyondguo/LLM-Tuning](https://github.com/beyondguo/LLM-Tuning)|Tuning LLMs with no tears💦; Sample Design Engineering (SDE) for more efficient downstream-tuning.|962|2|2024-04-27| |28|[AndrewEllis93/Print-Tuning-Guide](https://github.com/AndrewEllis93/Print-Tuning-Guide)|-|1954|2|2024-09-24| |29|[Threekiii/Vulnerability-Wiki](https://github.com/Threekiii/Vulnerability-Wiki)|基于 docsify 快速部署 Awesome-POC 中的漏洞文档|1621|2|2024-10-08| |30|[openpilot-hub/devpilot-intellij](https://github.com/openpilot-hub/devpilot-intellij)|Your new coding buddy, designed exclusively for IntelliJ IDEA.|600|2|2024-10-11| |31|[Huxpro/huxpro.github.io](https://github.com/Huxpro/huxpro.github.io)|My Blog / Jekyll Themes / PWA|7073|2|2024-08-16| |32|[Guyungy/damaihelper](https://github.com/Guyungy/damaihelper)|支持大麦网,淘票票、缤玩岛等多个平台,演唱会演出抢票脚本|1036|2|2024-04-23| |33|[all-contributors/all-contributors](https://github.com/all-contributors/all-contributors)|✨ Recognize all contributors, not just the ones who push code ✨|7649|2|2024-07-19| |34|[PaddlePaddle/VisualDL](https://github.com/PaddlePaddle/VisualDL)|Deep Learning Visualization Toolkit(『飞桨』深度学习可视化工具 )|4771|2|2024-10-11| |35|[pdf2htmlEX/pdf2htmlEX](https://github.com/pdf2htmlEX/pdf2htmlEX)|Convert PDF to HTML without losing text or format.|3762|2|2024-07-04| |36|[TransparentLC/WechatMomentScreenshot](https://github.com/TransparentLC/WechatMomentScreenshot)|朋友圈转发截图生成工具(⚠️Fork 不是收藏,请勿在贡献代码以外的情况下 Fork!)|3849|2|2024-08-29| |37|[PBH-BTN/BTN-Collected-Rules](https://github.com/PBH-BTN/BTN-Collected-Rules)|由 BTN 网络统计分析/用户报告得出的可被安全的加入系统防火墙屏蔽的 IP 地址列表|269|2|2024-10-11| |38|[aleff-github/my-flipper-shits](https://github.com/aleff-github/my-flipper-shits)|Free and libre source BadUSB payloads for Flipper Zero. [Windows, GNU/Linux, iOS]|1107|2|2024-10-05| |39|[timb-machine/linux-malware](https://github.com/timb-machine/linux-malware)|Tracking interesting Linux (and UNIX) malware. Send PRs|1118|1|2024-06-05| |40|[awesome-mlss/awesome-mlss](https://github.com/awesome-mlss/awesome-mlss)|🤖 Machine Learning Summer School deadlines|2649|1|2024-09-10| |41|[cncf/tag-security](https://github.com/cncf/tag-security)|🔐CNCF Security Technical Advisory Group -- secure access, policy control, privacy, auditing, explainability and more!|2041|1|2024-10-10| |42|[project-trans/MtF-wiki](https://github.com/project-trans/MtF-wiki)|MtF.wiki is a free, open, and continuously updating transgender female knowledge integration site.|801|1|2024-09-16| |43|[wx-chevalier/Database-Notes](https://github.com/wx-chevalier/Database-Notes)|📚深入浅出数据库存储:数据库理论、关系型数据库、文档型数据库、键值型数据库、New SQL、搜索引擎、数据仓库与 OLAP、大数据与数据中台|1193|1|2024-09-21| |44|[LesFerch/WinSetView](https://github.com/LesFerch/WinSetView)|Globally Set Explorer Folder Views|980|1|2024-10-10| |45|[monlor/MIXBOX-ARCHIVE](https://github.com/monlor/MIXBOX-ARCHIVE)|一款基于Shell的小米路由器工具箱,原为Monlor-Tools,A tool box for XiaoMi Router base on Shell.|2313|1|2024-08-01| |46|[LuckyPuppy514/Play-With-MPV](https://github.com/LuckyPuppy514/Play-With-MPV)|使用 MPV 播放网页中的视频|573|1|2024-06-30| |47|[mawerty/Is-Prime](https://github.com/mawerty/Is-Prime)|O(1) Algorithm to check if number is prime that works in 95%+ cases.|713|1|2024-09-10| |48|[Putarku/MoviePilot-Help](https://github.com/Putarku/MoviePilot-Help)|MoviePilot配置及使用过程的中的常见问题|322|1|2024-09-21| |49|[re-zero-khis/re0-web](https://github.com/re-zero-khis/re0-web)|Re0:从零开始的异世界生活 (WEB版)|1321|1|2024-09-22| |50|[v3ucn/live2d-TTS-LLM-GPT-SoVITS-Vtuber](https://github.com/v3ucn/live2d-TTS-LLM-GPT-SoVITS-Vtuber)|低成本的简单基于live2d TTS文字转语音和大模型聊天的直播解决方案|147|1|2024-07-04| |51|[EasyDarwin/EasyPlayer.js](https://github.com/EasyDarwin/EasyPlayer.js)|EasyPlayer.js H5播放器,是一款免费的能够同时支持HTTP、RTMP、HTTP-FLV、HLS(m3u8)直播与点播等多种协议,支持H.264、H.265、AAC等多种音视频编码格式,支持mse、asm、wasm等多种解码方式,支持Windows、Linux、Android、iOS全平台终端的H5播放器。EasyPlayer.js H5 Player support HTTP/RTM ...|1598|1|2024-08-01| |52|[HEIGE-PCloud/DoIt](https://github.com/HEIGE-PCloud/DoIt)|A clean, elegant and advanced blog theme for Hugo.|784|1|2024-10-06| |53|[Carole007/midm-release](https://github.com/Carole007/midm-release)|mi动漫发布页|35|1|2024-09-21| |54|[miaoermua/CatWrt](https://github.com/miaoermua/CatWrt)|🌠 客制化 OpenWrt 智能网关|428|1|2024-09-17| |55|[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.|2260|1|2024-10-11| |56|[terobox/poixe](https://github.com/terobox/poixe)|Platform of Open Intelligence eXperiences for Everyone. 面向所有人的开放智能体验平台,一站式AI对话工具聚合|114|1|2024-06-13| |57|[Qexo/Qexo](https://github.com/Qexo/Qexo)|A fast, powerful and beautiful online manager for all static blog frameworks. |1600|1|2024-10-05| |58|[rust-lang/this-week-in-rust](https://github.com/rust-lang/this-week-in-rust)|Data for this-week-in-rust.org|2155|1|2024-10-10| |59|[wanyingling/ChineseDemopaedia](https://github.com/wanyingling/ChineseDemopaedia)|This is a traditional Chinese-based demographic dictionary search system that is free and open-source. 這是一個基於繁體中文的人口學詞典檢索系統,該系統是免費且開放的。|44|1|2024-08-19| |60|[shd101wyy/markdown-preview-enhanced](https://github.com/shd101wyy/markdown-preview-enhanced)|One of the 'BEST' markdown preview extensions for Atom editor!|4126|1|2024-09-18| |61|[fenxp/iptv](https://github.com/fenxp/iptv)|自动采集与互联网IPTV|180|1|2024-10-11| |62|[wy876/wiki](https://github.com/wy876/wiki)|漏洞文库 wiki.wy876.cn|362|1|2024-09-28| |63|[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|484|1|2024-05-29| |64|[cdfmlr/muvtuber](https://github.com/cdfmlr/muvtuber)|Makes your AI vtuber|452|1|2024-08-27| |65|[tencentyun/qcloud-documents](https://github.com/tencentyun/qcloud-documents)|腾讯云官方文档|2551|1|2024-09-25| |66|[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|474|1|2024-10-09| |67|[bestruirui/Cf_Workers_Subs](https://github.com/bestruirui/Cf_Workers_Subs)|借助Cloudflare的Workers集中管理订阅|35|1|2024-08-21| |68|[souying/vercel-api-proxy](https://github.com/souying/vercel-api-proxy)|vercel反向代理。完全免费,万能代理,可代理全网一切接口,包括openai、github、google、Telegram、全面代理ai项目一键安装|350|1|2024-05-08| |69|[Bionus/imgbrd-grabber](https://github.com/Bionus/imgbrd-grabber)|Very customizable imageboard/booru downloader with powerful filenaming features.|2529|1|2024-09-29| |70|[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等构建|1735|1|2024-09-26| |71|[DualSubs/YouTube](https://github.com/DualSubs/YouTube)|YouTube字幕增强及双语模块|457|1|2024-09-25| |72|[netnr/kms](https://github.com/netnr/kms)|KMS 激活服务,slmgr 命令激活 Windows 系统、Office|1703|1|2024-04-25| |73|[logoove/weui](https://github.com/logoove/weui)|weui+是在weui和zepto基础上开发的增强UI组件,目前分为表单,基础,组件,js插件四大类,共计百余项功能,是最全的weui样式|1756|1|2024-10-06| |74|[geeklinux-io/warpkey](https://github.com/geeklinux-io/warpkey)|CloudFlare Key Collection Tool CloudFlare WARP KEY收集工具,WARP KEY收集工具,每小时自动更新https://www.wanghaoyu.com.cn/archives/cloudflare-warp-key.html|46|1|2024-10-11| |75|[hugo-toha/toha](https://github.com/hugo-toha/toha)|A Hugo theme for personal portfolio|1030|1|2024-10-08| |76|[vbskycn/iptv](https://github.com/vbskycn/iptv)|iptv最新可用直播源iptv4/iptv6。直播电视系统,这里有折腾好了的,直接下载用吧。直播电视app电视手机全部兼容。|1114|1|2024-10-11| |77|[HarleysZhang/dl_note](https://github.com/HarleysZhang/dl_note)|深度学习系统笔记,包含深度学习数学基础知识、神经网络基础部件详解、深度学习炼丹策略、模型压缩算法详解。|351|1|2024-09-19| |78|[espressif/esp-box](https://github.com/espressif/esp-box)|The ESP-BOX is a new generation AIoT development platform released by Espressif Systems.|784|1|2024-07-30| |79|[OWASP/ASVS](https://github.com/OWASP/ASVS)|Application Security Verification Standard|2717|1|2024-10-10| |80|[qqxx6661/miaosha](https://github.com/qqxx6661/miaosha)|从零开始搭建秒杀系统 由浅入深,配合博客入门教程文章食用,风味极佳。|954|1|2024-04-21| |81|[wansenai/flow](https://github.com/wansenai/flow)|企业级流程中心(基于flowable和bpmn.js封装的流程引擎)|745|1|2024-09-04| |82|[Tencent/tdesign-miniprogram](https://github.com/Tencent/tdesign-miniprogram)|A Wechat MiniProgram UI components lib for TDesign.|1200|1|2024-10-11| |83|[cym1102/nginxWebUI](https://github.com/cym1102/nginxWebUI)|Nginx Web page configuration tool. Use web pages to quickly configure Nginx. Nginx网页管理工具,使用网页来快速配置与管理nginx单机与集群|2279|1|2024-09-07| |84|[ybdt/post-hub](https://github.com/ybdt/post-hub)|后渗透|896|1|2024-10-05| |85|[hugo-fixit/FixIt](https://github.com/hugo-fixit/FixIt)|🔧 A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题|713|1|2024-10-11| |86|[wangchucheng/hugo-eureka](https://github.com/wangchucheng/hugo-eureka)|Eureka is a feature-rich and highly customizable Hugo theme.|924|1|2024-06-01| |87|[extremelyjs/store](https://github.com/extremelyjs/store)|一个别具一格的hooks思想的状态管理库|83|1|2024-10-06| |88|[kangyiwen/TTSlist](https://github.com/kangyiwen/TTSlist)|10000 chatTTS voices !chatTTS 音色库,再也不为音色抽卡烦恼啦。这是我第一个项目,熬夜龟速生产10000条音色并上传Github,给点鼓励呗哈!主域名:https://www.TTSlist.com 备用:http://ttslist.aiqbh.com/ |131|1|2024-07-18| |89|[ZutJoe/KoalaHackerNews](https://github.com/ZutJoe/KoalaHackerNews)|Koala hacker news 周报内容 每周二0点左右更新|424|1|2024-09-30| |90|[guifaChild/text_to_vedio](https://github.com/guifaChild/text_to_vedio)|这是一个由文本直接生成视频的项目|352|1|2024-07-09| |91|[NLPIR-team/NLPIR](https://github.com/NLPIR-team/NLPIR)|-|3404|1|2024-10-05| |92|[xyhelper/chatgpt-share-server](https://github.com/xyhelper/chatgpt-share-server)|-|274|1|2024-06-01| |93|[geeeeeeeek/web_tool](https://github.com/geeeeeeeek/web_tool)|静态响应式网址导航网站,全静态html页面,一键部署安装。在线预览:https://geeeeeeeek.github.io/web_tool/|229|1|2024-08-20| |94|[skr-shop/manuals](https://github.com/skr-shop/manuals)|Do design No code 💻📱🛒📚 |2420|1|2024-05-19| |95|[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.|1834|1|2024-10-10| |96|[qwerttvv/Beijing-IPTV](https://github.com/qwerttvv/Beijing-IPTV)|最好用的北京联通、北京移动IPTV频道列表。https://bjiptv.gq/|1658|1|2024-09-18| |97|[netcccyun/toolbox](https://github.com/netcccyun/toolbox)|彩虹工具箱,一个在线工具箱|198|1|2024-10-11| |98|[reuixiy/hugo-theme-meme](https://github.com/reuixiy/hugo-theme-meme)|😝 You can’t spell awesome without MemE!|1018|1|2024-09-27| |99|[tanjiti/sec_profile](https://github.com/tanjiti/sec_profile)|爬取secwiki和xuanwu.github.io/sec.today,分析安全信息站点、安全趋势、提取安全工作者账号(twitter,weixin,github等)|1169|1|2024-10-09| |100|[wangwc18/mygoFlaskProject](https://github.com/wangwc18/mygoFlaskProject)|记录mygo在b站下架前的样子|266|1|2024-06-26| |101|[qiubaiying/qiubaiying.github.io](https://github.com/qiubaiying/qiubaiying.github.io)|BY Blog ->|3140|1|2024-08-15| |102|[travellings-link/travellings](https://github.com/travellings-link/travellings)|「开往 Travellings」是一个友链接力项目,旨在通过网络跳转的方式将流量引入那些鲜为人知的独立站点。 每当用户访问加入该项目的网页时,点击该网页上的“开往”按钮将随机跳转到另一个加入该项目的网页。|1260|1|2024-10-01| |103|[fwonggh/Bthub](https://github.com/fwonggh/Bthub)|Bthub最新地址发布页|1093|1|2024-09-29| |104|[refscn/rplibs](https://github.com/refscn/rplibs)|Refs.cn 原型设计元件库,基于Axure RP 10/9,支持 Android、Apple、Windows、微信,移动、桌面平台的应用和网站原型设计。|3081|1|2024-09-06| |105|[ybdt/exp-hub](https://github.com/ybdt/exp-hub)|漏洞复现及武器化|990|1|2024-09-10| |106|[wx-chevalier/Awesome-Books-Notes](https://github.com/wx-chevalier/Awesome-Books-Notes)|:books: Awesome CS Books(with Digests)/Series(.pdf by git lfs) Warehouse for Geeks, ProgrammingLanguage, SoftwareEngineering, Web, AI, ServerSideApplication, Infrastructure, FE etc. :dizzy: 优秀创业、商业、产品 ...|1923|1|2024-10-08| |107|[realnoob007/ChatGPT-Share-Web](https://github.com/realnoob007/ChatGPT-Share-Web)|一个基于ChatGPT-Share开发的商业版镜像站,包含完整用户系统,对接ChatGPT官网全部功能,支付系统,以及管理员后台面板|132|1|2024-06-20| |108|[ddzipp/AutoAudit](https://github.com/ddzipp/AutoAudit)|AutoAudit—— the LLM for Cyber Security 网络安全大语言模型|251|1|2024-05-16| |109|[kbtxwer/IELTS](https://github.com/kbtxwer/IELTS)|剑桥雅思|496|1|2024-07-02| |110|[kubernetes/website](https://github.com/kubernetes/website)|Kubernetes website and documentation repo: |4460|1|2024-10-11| |111|[tgnav/tgnav.github.io](https://github.com/tgnav/tgnav.github.io)|TGNAV - Telegram频道群组导航。收录Telegram上的优质频道和群组,打造一个高质量Telegram导航。|546|1|2024-10-05| |112|[Clouditera/Clouditera.github.io](https://github.com/Clouditera/Clouditera.github.io)|塑造未来的安全领域智能革命|575|1|2024-10-10| |113|[jianjianai/ms-copilot-play](https://github.com/jianjianai/ms-copilot-play)|Cloudflare Worker 的 Microsoft Copilot 加速服务。Microsoft Copilot 是基于 OpenAI GPT-4 的强大 AI 并且能够使用 Bing 搜索来解答问题。简单部署即可在国内高速访问原滋原味的 Microsoft Copilot 的几乎全部功能,聊天,笔记本,插件,图像生成,分享等等..|113|1|2024-10-07| |114|[url2io/url2io-app-samples](https://github.com/url2io/url2io-app-samples)|App samples of using URL2io API;演示如何使用 URL2io API 来对网页进行正文提取|45|0|2024-07-18| |115|[Pistachiout/Academic-Degree-BlockChain](https://github.com/Pistachiout/Academic-Degree-BlockChain)|基于区块链的学历学位认证系统|32|0|2024-05-23| |116|[wx-chevalier/Rust-Notes](https://github.com/wx-chevalier/Rust-Notes)|Rust Series,语法基础、数据结构、并发编程、工程实践,常见的代码示例 & 数据结构与算法|34|0|2024-08-28| |117|[jiansenc/tiktok_barrage_nodejs](https://github.com/jiansenc/tiktok_barrage_nodejs)|抖音弹幕抓取,需要打开浏览器|157|0|2024-07-16| |118|[confcodeofconduct/confcodeofconduct.com](https://github.com/confcodeofconduct/confcodeofconduct.com)|A code of conduct template for conferences|344|0|2024-06-04| |119|[tmplink/tmpUI](https://github.com/tmplink/tmpUI)|JavaScript framework written on es6. You can use it to modularize your front-end projects. Only 35kb in size, no other dependencies. Easy to use.|192|0|2024-08-29| |120|[Anarion-zuo/AnBlogs](https://github.com/Anarion-zuo/AnBlogs)|All of my published&unpublished blogs|246|0|2024-04-24| |121|[anki-geo/ultimate-geography](https://github.com/anki-geo/ultimate-geography)|Geography flashcard deck for Anki|800|0|2024-08-25| |122|[xxxgod/X-LifeButler](https://github.com/xxxgod/X-LifeButler)|Java后台管理系统,个人记账、目标、计划管理|49|0|2024-08-25| |123|[AirboZH/halo-theme-chirpy](https://github.com/AirboZH/halo-theme-chirpy)|一个Halo生态,简约且功能丰富的技术博客主题。A minimal, responsive and feature-rich Halo theme for technical writing.|88|0|2024-09-18| |124|[MonkSoul/Monk.UI](https://github.com/MonkSoul/Monk.UI)|原生Javascript开发,让你的表单亮起来!|70|0|2024-04-14| |125|[folkstory/lingqiu](https://github.com/folkstory/lingqiu)|灵丘民间故事歌谣谚语集成|348|0|2024-07-05| |126|[zhengqingya/docker-compose](https://github.com/zhengqingya/docker-compose)|通过docker-compose编排一系列环境进行一键快速部署运行,小白运维神器。|154|0|2024-09-01| |127|[wx-chevalier/DistributedSystem-Notes](https://github.com/wx-chevalier/DistributedSystem-Notes)|:books: 深入浅出分布式基础架构,Linux 与操作系统篇 分布式系统篇 分布式计算篇 数据库篇 网络篇 虚拟化与编排篇 大数据与云计算篇|1525|0|2024-09-22| |128|[bangumi/api](https://github.com/bangumi/api)|Build your app on Bangumi|839|0|2024-10-01| |129|[kshipeng/nezhaThemeCustom](https://github.com/kshipeng/nezhaThemeCustom)|哪吒自定义主题|32|0|2024-08-28| |130|[tc39/proposal-intl-locale-info](https://github.com/tc39/proposal-intl-locale-info)|An API to expose information of locale, such as week data ( first day of a week, weekend start, weekend end), hour cycle, measurement system, commonly used calendar, etc.|56|0|2024-08-08| |131|[rmlgb/ChatGPT-Midjourney-RocketAI](https://github.com/rmlgb/ChatGPT-Midjourney-RocketAI)|ChatGPT+Midjourney AIGC站点,使用nodejs搭建的一款商业化应用 ChatGPT+Midjournal AIGC site A commercial application built using nodejs|42|0|2024-06-15| |132|[JobYu/pixel32-pixel-font](https://github.com/JobYu/pixel32-pixel-font)|pixel32 (像素32)is a pixel font (像素字体), supporting English, Simplified Chinese and Japanese.|31|0|2024-06-10| |133|[linhay/EmptyPage](https://github.com/linhay/EmptyPage)|An empty state control to give visually appealing context when building iOS applications.|89|0|2024-08-23| |134|[yafoo/pushme-server](https://github.com/yafoo/pushme-server)|PushMe消息通知服务器|32|0|2024-09-26| |135|[mzlogin/mzlogin.github.io](https://github.com/mzlogin/mzlogin.github.io)|Jekyll Themes / GitHub Pages 博客模板 / A template repository for Jekyll based blog|1576|0|2024-10-11| |136|[chadagreene/CDT](https://github.com/chadagreene/CDT)|The Climate Data Toolbox for MATLAB|145|0|2024-07-29| |137|[zjgsuzjx/acg](https://github.com/zjgsuzjx/acg)|🍬一个关于我的ACG收藏夹|48|0|2024-05-05| |138|[kubevela/kubevela.github.io](https://github.com/kubevela/kubevela.github.io)|KubeVela documentations and website (https://kubevela.io).|48|0|2024-08-03| |139|[cosname/cosx.org](https://github.com/cosname/cosx.org)|统计之都主站|266|0|2024-09-23| |140|[AndersonHJB/bootstrapmb](https://github.com/AndersonHJB/bootstrapmb)|做网页 · 不设计,高端HTML模板,学会偷懒,事半功倍|32|0|2024-06-17| |141|[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.|1269|0|2024-10-05| |142|[CodingDocs/typora-markdown-resume](https://github.com/CodingDocs/typora-markdown-resume)|Markdown 格式程序员简历模板,简洁大方!|695|0|2024-07-23| |143|[lovechoudoufu/baselinecheck_cdf](https://github.com/lovechoudoufu/baselinecheck_cdf)|Security check of system baseline.服务器基线检查工具。基于python3造的对linux、windows服务器做基线核查的轮子。|62|0|2024-06-26| |144|[sparanoid/7z](https://github.com/sparanoid/7z)|7-Zip Official Chinese Simplified Repository (Homepage and 7z Extra package)|1165|0|2024-09-19| |145|[zgjx6/SocialEngineeringDictionaryGenerator](https://github.com/zgjx6/SocialEngineeringDictionaryGenerator)|社会工程学密码生成器,是一个利用个人信息生成密码的工具|982|0|2024-06-23| |146|[tuna/mirror-web](https://github.com/tuna/mirror-web)|Source code of the web interface of https://mirrors.tuna.tsinghua.edu.cn/ |763|0|2024-10-09| |147|[AdamMeyers/The_Termolator](https://github.com/AdamMeyers/The_Termolator)|Termonology Extraction Program (English Version)|41|0|2024-07-26| |148|[WeixinCloud/wxcloudrun-golang](https://github.com/WeixinCloud/wxcloudrun-golang)|微信云托管 Go语言HTTP服务端示例|47|0|2024-08-16| |149|[cym1102/svnWebUI](https://github.com/cym1102/svnWebUI)|svn服务端web图形化管理系统, 搭建svn服务器的神器.|185|0|2024-09-09| |150|[YongxinLiu/MicrobiomeStatPlot](https://github.com/YongxinLiu/MicrobiomeStatPlot)|Interpretation and visualization of microbiome charts|360|0|2024-09-24| |151|[wx-chevalier/DevOps-Notes](https://github.com/wx-chevalier/DevOps-Notes)|📚DevOps,软件开发与发布,测试、CI、自动化、日志聚合、监控告警、SRE|38|0|2024-10-07| |152|[Tonyseth/AHU-IC-Design-personal-Repository](https://github.com/Tonyseth/AHU-IC-Design-personal-Repository)|安徽大学(AHU)集成电路学院个人收集资料库|29|0|2024-08-29| |153|[ZJUZBW/-Wotr-BD-](https://github.com/ZJUZBW/-Wotr-BD-)|开拓者-正义之怒的剧情队友和动物伙伴的Build收集。虽说是收集,但是其实都是自己写的,只是有部分参考QQ群和贴吧的BD思路。|280|0|2024-09-15| |154|[wind-liang/unicode](https://github.com/wind-liang/unicode)|微信发送倾斜加黑的字体|31|0|2024-08-29| |155|[kingston-csj/gamekeeper](https://github.com/kingston-csj/gamekeeper)|基于elementUI和springboot搭建的游戏后台管理系统。包含权限管理,玩家查询,服务器管理等等。可供jforgame或mmorpg项目使用。|119|0|2024-07-07| |156|[lng205/Nand2Tetris](https://github.com/lng205/Nand2Tetris)|《计算机系统要素:从零开始构建现代计算机》课程笔记&作业+数电复习|70|0|2024-07-20| |157|[txthinking/brook-manager](https://github.com/txthinking/brook-manager)|Brook Manager is a Brook management system for medium to large merchants.|122|0|2024-05-13| |158|[NonJishoKei/NonJishoKei](https://github.com/NonJishoKei/NonJishoKei)|This is a morphological analyzer designed for dictionary retrieval. 这是一个为词典检索而设计的形态素解析器。|84|0|2024-05-21| |159|[zhangmoumou1/interface_python](https://github.com/zhangmoumou1/interface_python)|python接口自动化测试框架---包括请求的封装、数据库操作、多断言、ddt数据驱动、多种请求方式等|52|0|2024-04-15| |160|[bajins/notes-vuepress](https://github.com/bajins/notes-vuepress)|使用VuePress构建静态网站 https://github.com/bajins/bajins.github.io ,动态构建 https://github.com/bajins/notes-docsify|127|0|2024-10-11| |161|[mvaneerde/blog](https://github.com/mvaneerde/blog)|Matthew van Eerde's blog|199|0|2024-06-20| |162|[3egirlsdream/Watermark.Win](https://github.com/3egirlsdream/Watermark.Win)|强大的图片水印模板编辑工具|42|0|2024-09-17| |163|[OnionBrowser/OnionBrowser](https://github.com/OnionBrowser/OnionBrowser)|An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network|2291|0|2024-09-25| |164|[MugglePay/MugglePay](https://github.com/MugglePay/MugglePay)|Make Crypto Payment Easy 让数字货币支付更简单|190|0|2024-04-18| |165|[xiongbao/we.dog](https://github.com/xiongbao/we.dog)|我们是狗,舔狗。心酸的舔狗日记。|247|0|2024-07-24| |166|[vesoft-inc/nebula-docs-cn](https://github.com/vesoft-inc/nebula-docs-cn)|Repository for the Chinese documentations|52|0|2024-09-20| |167|[Kenshin/simpread-configs](https://github.com/Kenshin/simpread-configs)|简悦配置库|64|0|2024-08-30| |168|[amphineko/atomicneko](https://github.com/amphineko/atomicneko)|a simple homepage (or template) located at|231|0|2024-10-11| |169|[lonlie/openai-chatgpt-billing](https://github.com/lonlie/openai-chatgpt-billing)|实现免登录查询OpenAI ChatGPT用量及余额,包含前端html页面和后端的主要逻辑,简洁高效,可以自己部署实现。 支持通过key(格式:sk-xxx)或者session key(格式:sees-xxx)查询。同时适用于共享大号额度查询的场景,可以查询指定用户公共ID(user_public_id或user_id,格式:user-xxx)的用量情况。 支持指定日期用量查询。 查询结果包含:剩 ...|46|0|2024-06-08| |170|[lonnyzhang423/weibo-hot-hub](https://github.com/lonnyzhang423/weibo-hot-hub)|记录微博热搜、热门话题,每小时更新,按天归档。|59|0|2024-10-11| |171|[yangzongzhuan/RuoYi-Oracle](https://github.com/yangzongzhuan/RuoYi-Oracle)|:tada: (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用|248|0|2024-09-21| |172|[nodejh/hugo-theme-mini](https://github.com/nodejh/hugo-theme-mini)|A fast, minimalist and responsive hugo theme for bloggers.|735|0|2024-08-09| |173|[lazyparser/weloveinterns](https://github.com/lazyparser/weloveinterns)|PLCT Lab ❤️ Interns!|611|0|2024-10-10| |174|[akumajac/hebei-iptv](https://github.com/akumajac/hebei-iptv)|河北某信TV|50|0|2024-06-09| |175|[ProletRevDicta/Prolet](https://github.com/ProletRevDicta/Prolet)|Historical documents (in Chinese) about the GPCR (Thanks Comrade RC MR HR etc.)|809|0|2024-09-21| |176|[WeixinCloud/wxcloudrun-springboot](https://github.com/WeixinCloud/wxcloudrun-springboot)|微信云托管 springboot 框架模版|117|0|2024-08-16| |177|[airingursb/resume](https://github.com/airingursb/resume)|个人简历|31|0|2024-08-15| |178|[maunium/dontasktoask.com](https://github.com/maunium/dontasktoask.com)|An informational website about why you should ask questions directly instead of asking to ask|421|0|2024-08-12| |179|[coffeehb/tools](https://github.com/coffeehb/tools)|一些实用的python脚本|275|0|2024-07-05| |180|[L-hualong/L-hualong.github.io](https://github.com/L-hualong/L-hualong.github.io)|刘华龙的小窝 Marco Liu|43|0|2024-04-30| |181|[Spectrollay/mclang_cn](https://github.com/Spectrollay/mclang_cn)|Minecraft基岩版中文译名修正项目|52|0|2024-10-10| |182|[Biubush/alys](https://github.com/Biubush/alys)|轻量阿里云盘订阅工具(WEB应用)|46|0|2024-04-18| |183|[25H/MayeLite](https://github.com/25H/MayeLite)|Maye Lite 一个更轻更简洁的快速启动工具|436|0|2024-06-22| |184|[sxwnl/sxwnl](https://github.com/sxwnl/sxwnl)|寿星天文历(万年历)5.10; 更新地址 http://bbs.nongli.net/dispbbs_2_14995.html; |118|0|2024-06-24| |185|[Vonng/Capslock](https://github.com/Vonng/Capslock)|Make Capslock Great Again!|1418|0|2024-08-12| |186|[razonyang/hugo-theme-bootstrap](https://github.com/razonyang/hugo-theme-bootstrap)|A fast, responsive, multipurpose and feature-rich Hugo theme.|501|0|2024-10-10| |187|[wx-chevalier/Linux-Notes](https://github.com/wx-chevalier/Linux-Notes)|📚深入浅出 Linux 操作系统:操作系统原理、Linux 应用实践、并发编程、物联网操作系统|82|0|2024-09-24| |188|[lijiejie/eyes.sh](https://github.com/lijiejie/eyes.sh)|Optimized DNS/HTTP Log Tool for pentesters, faster and easy to use.|381|0|2024-06-27| |189|[rcy1314/noisework](https://github.com/rcy1314/noisework)|#主页 #引导页 ⭐️多模式个人主页展示页,🌈带pwa模式,多组件效果,可随时切换的引导页🎉 添加右键弹出菜单,RSS动态文章卡片,视频播放📫ADS广告位|155|0|2024-10-08| |190|[svipwing/make-website](https://github.com/svipwing/make-website)|助你快速开发网页!让世界上没有难做的网页!|132|0|2024-09-20| |191|[ahb108/rcarbon](https://github.com/ahb108/rcarbon)|Methods for calibrating and analysing radiocarbon dates|33|0|2024-09-07| |192|[xlzy520/bili-short-url](https://github.com/xlzy520/bili-short-url)|哔哩哔哩短链生成器。将B站站内链接转化为Bilibili短链,例如:https://b23.tv/F78kbY|70|0|2024-07-18| |193|[benzBrake/JooJump](https://github.com/benzBrake/JooJump)|老婆和女朋友列表|28|0|2024-06-04| |194|[daliansky/daliansky.github.io](https://github.com/daliansky/daliansky.github.io)|黑果小兵的部落阁|325|0|2024-09-18| |195|[cantatas/download-app-templates](https://github.com/cantatas/download-app-templates)|APP下载H5页面模板(持续更新)|79|0|2024-05-13| |196|[zoom/meetingsdk-web-sample](https://github.com/zoom/meetingsdk-web-sample)|Zoom Meeting SDK web sample|622|0|2024-09-30| |197|[OpenPGP/openpgp.org](https://github.com/OpenPGP/openpgp.org)|OpenPGP.org website|292|0|2024-10-11| |198|[LouisLee985/Homekit_ESP_AC_IRemote](https://github.com/LouisLee985/Homekit_ESP_AC_IRemote)|Homekit ESP 8266 AC IRemote|45|0|2024-09-25| |199|[rogeraabbccdd/AsiaGodTone-Hotpot-Game](https://github.com/rogeraabbccdd/AsiaGodTone-Hotpot-Game)|統神端火鍋|202|0|2024-10-04| |200|[joway/hugo-theme-yinyang](https://github.com/joway/hugo-theme-yinyang)|A black-white theme for Hugo.|468|0|2024-07-11|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Java.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Java 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[Stirling-Tools/Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF)|#1 Locally hosted web application that allows you to perform various operations on PDF files|43514|70|2024-10-09| |2|[macrozheng/mall](https://github.com/macrozheng/mall)|mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。|77585|33|2024-10-10| |3|[CodePhiliaX/Chat2DB](https://github.com/CodePhiliaX/Chat2DB)|🔥🔥🔥AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite, H2, ClickHouse, and more.|15020|31|2024-09-25| |4|[xuchengsheng/spring-reading](https://github.com/xuchengsheng/spring-reading)|涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。|8151|21|2024-07-29| |5|[YunaiV/ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro)|🔥 官方推荐 🔥 RuoYi-Vue 全新 Pro 版本,优化重构所有功能。基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统 + 微信小程序,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!|27078|20|2024-10-07| |6|[jeecgboot/JeecgBoot](https://github.com/jeecgboot/JeecgBoot)|🔥「企业级低代码平台」前后端分离架构SpringBoot 2.x/3.x,SpringCloud,Ant Design&Vue3,Mybatis,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性 ...|40344|19|2024-10-11| |7|[520CCC/AIGenerateCode](https://github.com/520CCC/AIGenerateCode)|Android谷歌上架马甲包垃圾代码混淆|835|16|2024-09-02| |8|[alibaba/arthas](https://github.com/alibaba/arthas)|Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas|35501|16|2024-10-04| |9|[halo-dev/halo](https://github.com/halo-dev/halo)|强大易用的开源建站工具。|33688|14|2024-10-11| |10|[dataease/dataease](https://github.com/dataease/dataease)|🔥 人人可用的开源 BI 工具,Tableau、帆软的开源替代。|17579|13|2024-10-11| |11|[xkcoding/spring-boot-demo](https://github.com/xkcoding/spring-boot-demo)|🚀一个用来深入学习并实战 Spring Boot 的项目。|32969|13|2024-07-24| |12|[alibaba/nacos](https://github.com/alibaba/nacos)|an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.|30148|13|2024-10-11| |13|[alibaba/easyexcel](https://github.com/alibaba/easyexcel)|快速、简洁、解决大文件内存溢出的java处理Excel工具|32126|13|2024-09-11| |14|[pppscn/SmsForwarder](https://github.com/pppscn/SmsForwarder)|短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉群自定义机器人、钉钉企业内机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。包括主动控制服务端与客户端,让你轻松远程发短信、查短信、查通话、查话簿、查电量等。(V3.0 新增)PS.这个APK主要是 ...|17807|13|2024-10-01| |15|[kkangert/kspider](https://github.com/kkangert/kspider)|Kspider 是一个爬虫平台,以图形化方式定义爬虫流程,无需代码即可实现一个爬虫流程,Kspider不仅限爬虫,也可用于WEB自动化测试,更多功能等你探索。|1117|12|2024-08-19| |16|[apache/incubator-seata](https://github.com/apache/incubator-seata)|:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.|25267|12|2024-10-11| |17|[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.|27871|11|2024-09-27| |18|[Blankj/AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode)|:fire: Android developers should collect the following utils(updating).|33273|11|2024-08-15| |19|[lenve/vhr](https://github.com/lenve/vhr)|微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。|27334|11|2024-07-19| |20|[elunez/eladmin](https://github.com/elunez/eladmin)|eladmin jpa 版本:项目基于 Spring Boot 2.6.4、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由|21262|10|2024-09-19| |21|[TeamNewPipe/NewPipe](https://github.com/TeamNewPipe/NewPipe)|A libre lightweight streaming front-end for Android.|31293|9|2024-10-10| |22|[apache/dubbo](https://github.com/apache/dubbo)|The java implementation of Apache Dubbo. An RPC and microservice framework.|40426|9|2024-10-11| |23|[oddfar/campus-imaotai](https://github.com/oddfar/campus-imaotai)|i茅台app自动预约,每日自动预约,支持docker一键部署(本项目不提供成品,使用的是已淘汰的算法)|4090|9|2024-07-29| |24|[didi/DoKit](https://github.com/didi/DoKit)|一款面向泛前端产品研发全生命周期的效率平台。|20103|9|2024-06-14| |25|[novicezk/midjourney-proxy](https://github.com/novicezk/midjourney-proxy)|代理 MidJourney 的discord频道,实现api形式调用AI绘图|4708|9|2024-09-20| |26|[dromara/Sa-Token](https://github.com/dromara/Sa-Token)|一个轻量级 Java 权限认证框架,让鉴权变得简单、优雅!—— 登录认证、权限认证、分布式Session会话、微服务网关鉴权、单点登录、OAuth2.0|16235|9|2024-09-02| |27|[scwang90/SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout)|🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。|24918|9|2024-04-19| |28|[apolloconfig/apollo](https://github.com/apolloconfig/apollo)|Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.|29105|9|2024-10-08| |29|[alibaba/Sentinel](https://github.com/alibaba/Sentinel)|A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)|22348|9|2024-09-23| |30|[linlinjava/litemall](https://github.com/linlinjava/litemall)|又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端|19153|8|2024-09-11| |31|[wh1t3zer/SpringBootVul-GUI](https://github.com/wh1t3zer/SpringBootVul-GUI)|一个半自动化springboot打点工具,内置目前springboot所有漏洞|298|8|2024-10-10| |32|[YunaiV/yudao-cloud](https://github.com/YunaiV/yudao-cloud)|ruoyi-vue-pro 全新 Cloud 版本,优化重构所有功能。基于 Spring Cloud Alibaba + MyBatis Plus + Vue & Element 实现的后台管理系统 + 用户小程序,支持 RBAC 动态权限、多租户、数据权限、工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!|16155|8|2024-10-07| |33|[justauth/JustAuth](https://github.com/justauth/JustAuth)|🏆Gitee 最有价值开源项目 🚀:100: 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么、 ...|16454|8|2024-09-01| |34|[bumptech/glide](https://github.com/bumptech/glide)|An image loading and caching library for Android focused on smooth scrolling|34623|8|2024-10-02| |35|[CymChad/BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)|BRVAH:Powerful and flexible RecyclerAdapter|24307|8|2024-06-26| |36|[xuxueli/xxl-job](https://github.com/xuxueli/xxl-job)|A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)|27475|8|2024-08-14| |37|[dromara/hutool](https://github.com/dromara/hutool)|🍬A set of tools that keep Java sweet.|29041|8|2024-10-11| |38|[ReChronoRain/HyperCeiler](https://github.com/ReChronoRain/HyperCeiler)|MIUI & HyperOS enhancement module - Make MIUI & HyperOS Great Again!|2388|7|2024-10-11| |39|[macrozheng/mall-swarm](https://github.com/macrozheng/mall-swarm)|mall-swarm是一套微服务商城系统,采用了 Spring Cloud Alibaba、Spring Boot 3.2、Sa-Token、MyBatis、Elasticsearch、Docker、Kubernetes等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。|11748|7|2024-08-08| |40|[metersphere/metersphere](https://github.com/metersphere/metersphere)|MeterSphere 是新一代的开源持续测试工具,让软件测试工作更简单、更高效,不再成为持续交付的瓶颈。|11561|7|2024-10-11| |41|[zongzibinbin/MallChat](https://github.com/zongzibinbin/MallChat)|mallchat的后端项目,是一个既能购物又能聊天的电商系统。以互联网企业级开发规范的要求来实现它,电商该有的购物车,订单,支付,推荐,搜索,拉新,促活,推送,物流,客服,它都必须有。持续更新ing。。(点个star,不迷路)|3836|7|2024-08-19| |42|[CarGuo/GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer)|视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,16k page size,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动 ...|20144|7|2024-10-10| |43|[apache/skywalking](https://github.com/apache/skywalking)|APM, Application Performance Monitoring System|23775|7|2024-10-11| |44|[alibaba/canal](https://github.com/alibaba/canal)|阿里巴巴 MySQL binlog 增量订阅&消费组件 |28410|7|2024-09-13| |45|[Team-xManager/xManager](https://github.com/Team-xManager/xManager)|Ad-Free, New Features & Freedom|9807|7|2024-09-09| |46|[apache/hertzbeat](https://github.com/apache/hertzbeat)|Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.|5554|6|2024-10-11| |47|[xuchengsheng/wx-dump-4j](https://github.com/xuchengsheng/wx-dump-4j)|一款基于Java开发的微信数据分析工具。|1649|6|2024-09-18| |48|[alibaba/druid](https://github.com/alibaba/druid)|阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池|27935|6|2024-10-09| |49|[Tencent/APIJSON](https://github.com/Tencent/APIJSON)|🏆 实时 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构 🏆 Real-Time coding-free, powerful and secure ORM 🚀 providing APIs and Docs without coding by Backend, and the returned JSON of API can be ...|17182|6|2024-10-09| |50|[alibaba/DataX](https://github.com/alibaba/DataX)|DataX是阿里云DataWorks数据集成的开源版本。|15849|6|2024-10-03| |51|[linhaojun857/aurora](https://github.com/linhaojun857/aurora)|基于SpringBoot+Vue开发的个人博客系统|3950|5|2024-09-22| |52|[Shleter587/aippt_PresentationGen](https://github.com/Shleter587/aippt_PresentationGen)|PresentationGen是一个通过大语言模型生成PPT文件的SpringBoot Web应用。A SpringBoot web application that generates PPT files using a llm.|203|5|2024-09-15| |53|[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|3319|5|2024-08-08| |54|[TKaxv-7S/Sesame-TK](https://github.com/TKaxv-7S/Sesame-TK)|芝麻粒TK版|586|5|2024-07-24| |55|[Eanya-Tonic/CCTV_Viewer](https://github.com/Eanya-Tonic/CCTV_Viewer)|电视浏览器,一款简易电视视频收看软件,用于方便的在机顶盒上收看网页视频|1497|5|2024-10-09| |56|[zfile-dev/zfile](https://github.com/zfile-dev/zfile)|在线云盘、网盘、OneDrive、云存储、私有云、对象存储、h5ai、上传、下载|9519|5|2024-10-03| |57|[Tencent/matrix](https://github.com/Tencent/matrix)|Matrix is a plugin style, non-invasive APM system developed by WeChat.|11599|5|2024-07-23| |58|[ZhongFuCheng3y/austin](https://github.com/ZhongFuCheng3y/austin)|消息推送平台🔥 推送下发【邮件】【短信】【微信服务号】【微信小程序】【企业微信】【钉钉】等消息类型。|5367|5|2024-10-06| |59|[weixiansen574/HybridFileXfer](https://github.com/weixiansen574/HybridFileXfer)|双轨快传-同时使用USB和WIFI传输文件到电脑|933|5|2024-07-25| |60|[LuckSiege/PictureSelector](https://github.com/LuckSiege/PictureSelector)|Picture Selector Library for Android or 图片选择器|13271|5|2024-05-11| |61|[PlayEdu/PlayEdu](https://github.com/PlayEdu/PlayEdu)|100%开源的企业培训系统,界面美观,操作简单,一键部署您的私有化培训平台!|2793|5|2024-08-22| |62|[alibaba/COLA](https://github.com/alibaba/COLA)|🥤 COLA: Clean Object-oriented & Layered Architecture|11931|5|2024-08-27| |63|[facebook/fresco](https://github.com/facebook/fresco)|An Android library for managing images and the memory they use.|17070|5|2024-10-10| |64|[alibaba/fastjson](https://github.com/alibaba/fastjson)|FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.|25735|5|2024-07-16| |65|[apache/doris](https://github.com/apache/doris)|Apache Doris is an easy-to-use, high performance and unified analytics database.|12418|5|2024-10-11| |66|[PlexPt/chatgpt-java](https://github.com/PlexPt/chatgpt-java)|ChatGPT Java SDK。支持 GPT3.5、 GPT4 API。开箱即用。|3566|5|2024-10-09| |67|[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.|5531|5|2024-10-10| |68|[nageoffer/12306](https://github.com/nageoffer/12306)|🔥 官方推荐 🔥 大学春招、秋招、应届项目,SpringBoot3 + Java17 + SpringCloud Alibaba + Vue3 等技术架构,完成高仿铁路 12306 用户 + 抢票 + 订单 + 支付服务,帮助学生主打就业的项目。|2506|5|2024-08-24| |69|[wildfirechat/im-server](https://github.com/wildfirechat/im-server)|即时通讯(IM)系统|7867|4|2024-10-02| |70|[didi/KnowStreaming](https://github.com/didi/KnowStreaming)|一站式云原生实时流数据平台,通过0侵入、插件化构建企业级Kafka服务,极大降低操作、存储和管理实时流数据门槛|6932|4|2024-08-23| |71|[PowerJob/PowerJob](https://github.com/PowerJob/PowerJob)|Enterprise job scheduling middleware with distributed computing ability.|6847|4|2024-09-09| |72|[alibaba/fastjson2](https://github.com/alibaba/fastjson2)|🚄 FASTJSON2 is a Java JSON library with excellent performance.|3716|4|2024-10-08| |73|[DerekYRC/mini-spring](https://github.com/DerekYRC/mini-spring)|mini-spring是简化版的spring框架,能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑,代码极度简化,保留spring的核心功能,如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。 |5535|4|2024-08-15| |74|[DuGuQiuBai/Java](https://github.com/DuGuQiuBai/Java)|27天成为Java大神|12773|4|2024-07-20| |75|[liyupi/mianshiya-next](https://github.com/liyupi/mianshiya-next)|新项目,基于 Next.js + Spring Boot + Redis + MySQL + Elasticsearch 的面试刷题平台,运用 Druid + HotKey + Sa-Token + Sentinel 提高了系统的性能和安全性。管理员可以创建题库、题目和题解;用户可以注册登录、分词检索题目、在线刷题并查看刷题记录日历图。 此外,系统使用数据库连接池、热 Key 探测、缓存、高级 ...|201|4|2024-09-29| |76|[jeecgboot/JimuReport](https://github.com/jeecgboot/JimuReport)|「可视化报表,DataV、帆软的开源替代」积木报表是一款类Excel操作风格,在线拖拽设计的报表工具。功能涵盖: 报表设计、打印设计、图形报表、仪表盘门户设计、大屏设计等,完全免费!秉承“简单、易用、专业”的产品理念,极大的降低报表开发难度、缩短开发周期、解决各类报表难题。|6386|4|2024-09-27| |77|[crossoverJie/cim](https://github.com/crossoverJie/cim)|📲cim(cross IM) 适用于开发者的分布式即时通讯系统|9235|4|2024-10-11| |78|[kekingcn/kkFileView](https://github.com/kekingcn/kkFileView)|Universal File Online Preview Project based on Spring-Boot|10609|4|2024-09-30| |79|[questdb/questdb](https://github.com/questdb/questdb)|QuestDB is an open source time-series database for fast ingest and SQL queries|14441|4|2024-10-11| |80|[risesoft-y9/WorkFlow-Engine](https://github.com/risesoft-y9/WorkFlow-Engine)|工作流引擎对内提供单位/机关流程管理规则和内部业务流程的数字化落地实践;对外提供自动化地第三方业务驱动、接口接入和算法单元驱动能力。工作流引擎在提供底层驱动引擎的同时对全局透明监控、安全防御和国产化特色功能进行充分考虑,是内部流程管理和业务算法驱动的不二之选。|189|4|2024-10-11| |81|[apache/shenyu](https://github.com/apache/shenyu)|Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.|8427|4|2024-10-11| |82|[dianping/cat](https://github.com/dianping/cat)|CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。|18656|4|2024-08-20| |83|[Tencent/Shadow](https://github.com/Tencent/Shadow)|零反射全动态Android插件框架|7436|4|2024-04-28| |84|[mqttsnet/open-exp-plugin](https://github.com/mqttsnet/open-exp-plugin)|open-exp-plugin 是一个示例插件,旨在展示如何开发和扩展 ThingLinks 平台的功能。此插件提供了一个实验性功能扩展示例,帮助开发者深入了解如何利用 ThingLinks 的 API 和插件架构进行自定义开发和集成。|176|4|2024-09-20| |85|[junixapp/XPopup](https://github.com/junixapp/XPopup)|🔥XPopup2.0版本重磅来袭,2倍以上性能提升,带来可观的动画性能优化和交互细节的提升!!!功能强大,交互优雅,动画丝滑的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!(Powerful and Beautiful Popup for A ...|7730|4|2024-07-17| |86|[dromara/dynamic-tp](https://github.com/dromara/dynamic-tp)|🔥🔥🔥轻量级动态线程池,内置监控告警功能,集成三方中间件线程池管理,基于主流配置中心(已支持Nacos、Apollo,Zookeeper、Consul、Etcd,可通过SPI自定义实现)。Lightweight dynamic threadpool, with monitoring and alarming functions, base on popular config centers (al ...|3785|4|2024-10-08| |87|[tencentmusic/supersonic](https://github.com/tencentmusic/supersonic)|SuperSonic is the next-generation BI+AI platform that unifies Chat BI (powered by LLM) and Headless BI (powered by semantic layer) paradigms.|2193|4|2024-10-11| |88|[mywalkb/LSPosed_mod](https://github.com/mywalkb/LSPosed_mod)|My changes to LSPosed|3294|4|2024-09-30| |89|[cinit/QAuxiliary](https://github.com/cinit/QAuxiliary)|QNotified phoenix - To make OICQ great again|4099|4|2024-10-11| |90|[shuanx/BurpAPIFinder](https://github.com/shuanx/BurpAPIFinder)|攻防演练过程中,我们通常会用浏览器访问一些资产,但很多未授权/敏感信息/越权隐匿在已访问接口过html、JS文件等,该插件能让我们发现未授权/敏感信息/越权/登陆接口等。|836|4|2024-10-03| |91|[daniulive/SmarterStreaming](https://github.com/daniulive/SmarterStreaming)|业内为数不多致力于极致体验的超强全自研跨平台(windows/linux/android/iOS)流媒体内核,通过模块化自由组合,支持实时RTMP推流、RTSP推流、RTMP播放器、RTSP播放器、录像、多路流媒体转发、音视频导播、动态视频合成、音频混音、直播互动、内置轻量级RTSP服务等,比快更快,业界真正靠谱的超低延迟直播SDK(1秒内,低延迟模式下150~300ms)。|10940|4|2024-09-25| |92|[Melledy/LunarCore](https://github.com/Melledy/LunarCore)|A game server reimplementation for a certain turn-based anime game|1288|4|2024-10-03| |93|[apache/flink-cdc](https://github.com/apache/flink-cdc)|Flink CDC is a streaming data integration tool|5644|4|2024-09-29| |94|[linyimin0812/spring-startup-analyzer](https://github.com/linyimin0812/spring-startup-analyzer)|spring-startup-analyzer generates an interactive spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it.🚀|1531|3|2024-07-07| |95|[wushuo894/ani-rss](https://github.com/wushuo894/ani-rss)|自动追番、订阅、下载 蜜柑RSS动漫|281|3|2024-10-11| |96|[codecentric/spring-boot-admin](https://github.com/codecentric/spring-boot-admin)|Admin UI for administration of spring boot applications|12354|3|2024-10-11| |97|[KimJun1010/inspector](https://github.com/KimJun1010/inspector)|IDEA代码审计辅助插件(深信服深蓝实验室天威战队强力驱动)|319|3|2024-06-21| |98|[code4craft/webmagic](https://github.com/code4craft/webmagic)|A scalable web crawler framework for Java.|11390|3|2024-10-09| |99|[alibaba/jvm-sandbox](https://github.com/alibaba/jvm-sandbox)|Real - time non-invasive AOP framework container based on JVM|6771|3|2024-10-03| |100|[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.|3175|3|2024-09-26| |101|[Alanosy/online-exam-system-backend](https://github.com/Alanosy/online-exam-system-backend)|在线考试系统,springboot+vue|426|3|2024-08-29| |102|[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.|10532|3|2024-10-11| |103|[lilishop/lilishop](https://github.com/lilishop/lilishop)|商城 JAVA电商商城 多语言商城 uniapp商城 微服务商城 |4170|3|2024-09-19| |104|[risesoft-y9/DataFlow-Engine](https://github.com/risesoft-y9/DataFlow-Engine)|数据流引擎是一款面向数据集成、数据同步、数据交换、数据共享、任务配置、任务调度的底层数据驱动引擎。数据流引擎采用管执分离、多流层、插件库等体系应对大规模数据任务、数据高频上报、数据高频采集、异构数据兼容的实际数据问题。|151|3|2024-10-09| |105|[hs-web/hsweb-framework](https://github.com/hs-web/hsweb-framework)|hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。|8325|3|2024-09-09| |106|[apache/seatunnel](https://github.com/apache/seatunnel)|SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.|7881|3|2024-10-11| |107|[javahuang/SurveyKing](https://github.com/javahuang/SurveyKing)|Make a better survey system.|3294|3|2024-08-06| |108|[Qihoo360/RePlugin](https://github.com/Qihoo360/RePlugin)|RePlugin - A flexible, stable, easy-to-use Android Plug-in Framework|7261|3|2024-09-04| |109|[power721/alist-tvbox](https://github.com/power721/alist-tvbox)|AList proxy server for TvBox, support playlist and search. |2189|3|2024-10-09| |110|[WeiYe-Jing/datax-web](https://github.com/WeiYe-Jing/datax-web)|DataX集成可视化页面,选择数据源即可一键生成数据同步任务,支持RDBMS、Hive、HBase、ClickHouse、MongoDB等数据源,批量创建RDBMS数据同步任务,集成开源调度系统,支持分布式、增量同步数据、实时查看运行日志、监控执行器资源、KILL运行进程、数据源信息加密等。|5577|3|2024-06-02| |111|[ZCShou/GoGoGo](https://github.com/ZCShou/GoGoGo)|一个基于 Android 调试 API + 百度地图实现的虚拟定位工具,并且同时实现了一个可以自由移动的摇杆|3277|3|2024-10-07| |112|[DataLinkDC/dinky](https://github.com/DataLinkDC/dinky)|Dinky is a real-time data development platform based on Apache Flink, enabling agile data development, deployment and operation.|3090|3|2024-10-10| |113|[huanghaibin-dev/CalendarView](https://github.com/huanghaibin-dev/CalendarView)|Android上一个优雅、万能自定义UI、仿iOS、自定义动画,支持垂直、水平方向切换、支持周视图、自定义周起始、性能高效的日历控件,支持热插拔实现的UI定制!支持标记、自定义颜色、农历、自定义月视图各种显示模式等。Canvas绘制,速度快、占用内存低,你真的想不到日历居然还可以如此优雅!An elegant, highly customized and high-performance Cale ...|9119|3|2024-09-05| |114|[lingochamp/FileDownloader](https://github.com/lingochamp/FileDownloader)|Multitask、MultiThread(MultiConnection)、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process|11025|3|2024-08-04| |115|[sohutv/cachecloud](https://github.com/sohutv/cachecloud)|搜狐视频(sohu tv)Redis私有云平台 :支持Redis多种架构(Standalone、Sentinel、Cluster)高效管理、有效降低大规模redis运维成本,提升资源管控能力和利用率。平台提供快速搭建/迁移,运维管理,弹性伸缩,统计监控,客户端整合接入等功能。(CacheCloud is a Redis cloud management platform. It supports ...|8822|3|2024-08-05| |116|[apache/iotdb](https://github.com/apache/iotdb)|Apache IoTDB|5562|3|2024-10-11| |117|[pagehelper/Mybatis-PageHelper](https://github.com/pagehelper/Mybatis-PageHelper)|Mybatis通用分页插件|12197|3|2024-09-30| |118|[alipay/SoloPi](https://github.com/alipay/SoloPi)|SoloPi 自动化测试工具|5778|3|2024-07-11| |119|[hackware1993/MagicIndicator](https://github.com/hackware1993/MagicIndicator)|A powerful, customizable and extensible ViewPager indicator framework. As the best alternative of ViewPagerIndicator, TabLayout and PagerSlidingTabStrip —— 强大、可定制、易扩展的 ViewPager 指示器框架。是ViewPagerIn ...|9719|3|2024-08-26| |120|[pen4uin/java-memshell-generator](https://github.com/pen4uin/java-memshell-generator)|一款支持自定义的 Java 内存马生成工具|A customizable Java in-memory webshell generation tool.|1618|3|2024-09-14| |121|[resilience4j/resilience4j](https://github.com/resilience4j/resilience4j)|Resilience4j is a fault tolerance library designed for Java8 and functional programming|9725|3|2024-10-11| |122|[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等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理 ...|5615|3|2024-10-08| |123|[algorithmzuo/algorithm-journey](https://github.com/algorithmzuo/algorithm-journey)|左程云的算法和数据结构通关课|1289|3|2024-10-11| |124|[outlaws-bai/Galaxy](https://github.com/outlaws-bai/Galaxy)|Burp插件,通过自定义 hook 自动解密加密报文,并支持联动 sqlmap、xray 等,让你测试加密报文时像明文一样简单。 The Burp plugin automatically decrypts encrypted messages through custom hooks and supports linkage with sqlmap, xray, etc., making you ...|633|3|2024-10-11| |125|[loks666/get_jobs](https://github.com/loks666/get_jobs)|💼【AI找工作助手】全平台自动投简历脚本:(boss、前程无忧、猎聘、拉勾、智联招聘)|682|3|2024-10-11| |126|[no1xuan/HivisionIDPhotos-wechat-weapp](https://github.com/no1xuan/HivisionIDPhotos-wechat-weapp)|证件照小程序JAVA--后端|88|3|2024-10-10| |127|[charonlight/NacosExploitGUI](https://github.com/charonlight/NacosExploitGUI)|Nacos漏洞综合利用GUI工具,集成了默认口令漏洞、SQL注入漏洞、身份认证绕过漏洞、反序列化漏洞的检测及其利用|907|3|2024-08-02| |128|[zema1/suo5](https://github.com/zema1/suo5)|一款高性能 HTTP 代理隧道工具 A high-performance http proxy tunneling tool|2096|3|2024-09-30| |129|[201206030/novel](https://github.com/201206030/novel)|novel 是一套基于时下最新 Java 技术栈 Spring Boot 3 + Vue 3 开发的前后端分离学习型小说项目,配备保姆级教程手把手教你从零开始开发上线一套生产级别的 Java 系统,由小说门户系统、作家后台管理系统、平台后台管理系统等多个子系统构成。包括小说推荐、作品检索、小说排行榜、小说阅读、小说评论、会员中心、作家专区、充值订阅、新闻发布等功能。|4963|3|2024-09-14| |130|[mybatis-flex/mybatis-flex](https://github.com/mybatis-flex/mybatis-flex)|mybatis-flex is an elegant Mybatis Enhancement Framework|1874|3|2024-10-05| |131|[648540858/wvp-GB28181-pro](https://github.com/648540858/wvp-GB28181-pro)|WEB VIDEO PLATFORM是一个基于GB28181-2016标准实现的网络视频平台,支持NAT穿透,支持海康、大华、宇视等品牌的IPC、NVR、DVR接入。支持国标级联,支持rtsp/rtmp等视频流转发到国标平台,支持rtsp/rtmp等推流转发到国标平台。|4860|3|2024-10-11| |132|[pig-mesh/pig](https://github.com/pig-mesh/pig)|↥ ↥ ↥ 点击关注更新,基于 Spring Cloud 2023 、Spring Boot 3.3、 OAuth2 的 RBAC 权限管理系统|5879|3|2024-10-10| |133|[constanline/XQuickEnergy](https://github.com/constanline/XQuickEnergy)|-|1268|3|2024-06-20| |134|[asLody/VirtualApp](https://github.com/asLody/VirtualApp)|Virtual Engine for Android(Support 14.0 in business version)|10183|3|2024-09-14| |135|[Nepxion/Discovery](https://github.com/Nepxion/Discovery)|☀️ Nepxion Discovery is a solution for Spring Cloud with blue green, gray, route, limitation, circuit breaker, degrade, isolation, tracing, dye, failover, active 蓝绿灰度发布、路由、限流、熔断、降级、隔离、追踪、流量染色、故障转移、多活|5612|2|2024-09-24| |136|[lihangleo2/ShadowLayout](https://github.com/lihangleo2/ShadowLayout)|可定制化阴影的万能阴影布局ShadowLayout 3.0 震撼上线。效果赶超CardView。阴影支持x,y轴偏移,支持阴影扩散程度,支持阴影圆角,支持单边或多边不显示阴影;控件支持动态设置shape和selector(项目里再也不用画shape了);支持随意更改颜色值,支持随意更改颜色值,支持随意更改颜色值。重要的事情说三遍|3449|2|2024-07-23| |137|[shining-stars-lk/damai](https://github.com/shining-stars-lk/damai)|👍 👍 👍 高度仿制大麦网售票系统,使用 SpringCloudAlibaba、Kafka、Redis、Sentinel、ElasticSearch、ShardingSphere 等架构,实现 从抢票到生成订单完成支付 的整个流程,并包含各种高并发难题的实际落地解决方案。是面试、就业、提高技术的不二选择!|214|2|2024-10-10| |138|[lets-blade/blade](https://github.com/lets-blade/blade)|:rocket: Lightning fast and elegant mvc framework for Java8|5837|2|2024-08-01| |139|[chengxy-nds/Springboot-Notebook](https://github.com/chengxy-nds/Springboot-Notebook)|Springboot-Notebook 一个以 springboot 为基础开发框架, 整合 Redis 、Mysql 、 Rabbitmq 、ES 、MongoDB、sharding-jdbc 分库分表、zookeeper 、web人脸识别 、实时消息推送 、SQL优化、注册中心 、数据脱敏 等互联网主流技术, 文章图解理论配合实战案例,实现开发中常见功能点的综合项目。 本着拿来即用的原则,助力 ...|3038|2|2024-08-29| |140|[lakesoul-io/LakeSoul](https://github.com/lakesoul-io/LakeSoul)|LakeSoul is an end-to-end, realtime and cloud native Lakehouse framework with fast data ingestion, concurrent update and incremental data analytics on cloud storages for both BI and AI applications.|2370|2|2024-10-11| |141|[naivestudio/WorkBot](https://github.com/naivestudio/WorkBot)|微信,企微,企微机器人,微信机器人,worktool,RPA,协议,vbot,逆向,hook,安全稳定零封号的RPA机器人,支持通过API控制企业微信来实现聚合聊天、自动回复、群发消息、自动通过好友、定时发布朋友圈等|226|2|2024-09-24| |142|[Meituan-Dianping/walle](https://github.com/Meituan-Dianping/walle)|Android Signature V2 Scheme签名下的新一代渠道包打包神器|6767|2|2024-05-30| |143|[getmoneynote/moneynote-api](https://github.com/getmoneynote/moneynote-api)|Personal Finance Tracker|1136|2|2024-06-15| |144|[wxiaoqi/Spring-Cloud-Platform](https://github.com/wxiaoqi/Spring-Cloud-Platform)|🔥🔥🔥国内首个Spring Cloud微服务化RBAC的管理平台,核心采用Spring Boot 2.4、Spring Cloud 2020.0.0 & Alibaba,前端采用d2-admin中台框架。 🔝 🔝 记得上边点个star 关注更新|6358|2|2024-08-29| |145|[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 ...|4896|2|2024-08-31| |146|[Devo919/Gewechat](https://github.com/Devo919/Gewechat)|微信机器人框架,个人微信二次开发,最简单易用的免费二开框架,微信ipad协议|181|2|2024-08-13| |147|[HMCL-dev/HMCL](https://github.com/HMCL-dev/HMCL)|A Minecraft Launcher which is multi-functional, cross-platform and popular|6865|2|2024-10-11| |148|[ReChronoRain/Cemiuiler](https://github.com/ReChronoRain/Cemiuiler)|Make MIUI Great Again!|1183|2|2024-06-09| |149|[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. |3569|2|2024-06-07| |150|[201206030/novel-plus](https://github.com/201206030/novel-plus)|novel-plus 是一个多端(PC、WAP)阅读 、功能完善的小说 CMS 系统。包括小说推荐、小说检索、小说排行、小说阅读、小说书架、小说评论、小说爬虫、会员中心、作家专区、充值订阅、新闻发布等功能。|3733|2|2024-09-23| |151|[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 ...|3062|2|2024-06-27| |152|[changmingxie/tcc-transaction](https://github.com/changmingxie/tcc-transaction)|tcc-transaction是TCC型事务java实现|5779|2|2024-06-13| |153|[DroidPluginTeam/DroidPlugin](https://github.com/DroidPluginTeam/DroidPlugin)|A plugin framework on android,Run any third-party apk without installation, modification or repackage|6898|2|2024-06-06| |154|[xuexiangjys/XUI](https://github.com/xuexiangjys/XUI)|💍A simple and elegant Android native UI framework, free your hands! (一个简洁而优雅的Android原生UI框架,解放你的双手!)|4872|2|2024-06-25| |155|[ThirtyDegreesRay/OpenHub](https://github.com/ThirtyDegreesRay/OpenHub)|An open source GitHub Android client app, faster and concise.|4239|2|2024-05-30| |156|[Exrick/xpay](https://github.com/Exrick/xpay)|XPay个人免签收款支付系统 完全免费 资金直接到达本人账号 支持 支付宝 微信 QQ 云闪付 无需备案 无需签约 无需挂机监控APP 无需插件 无需第三方支付SDK 无需营业执照身份证 只需收款码 搞定支付流程 现已支持移动端支付 |4836|2|2024-08-26| |157|[KeenSecurityLab/BinAbsInspector](https://github.com/KeenSecurityLab/BinAbsInspector)|BinAbsInspector: Vulnerability Scanner for Binaries|1565|2|2024-06-17| |158|[DTStack/chunjun](https://github.com/DTStack/chunjun)|A data integration framework|3983|2|2024-09-24| |159|[bigintpro/csdn_downloader](https://github.com/bigintpro/csdn_downloader)|csdn下载,csdn免积分下载,csdn免会员下载,csdn付费内容下载 免费资源 体验地址:http://servicedev.tpddns.cn:8181/#/login?c=12|1466|2|2024-09-27| |160|[youlookwhat/CloudReader](https://github.com/youlookwhat/CloudReader)|🗡️ 云阅:一款基于网易云音乐UI,使用玩Android Api,Retrofit2 + RxJava2 + Room + MVVM-databinding架构开发的Android客户端|4936|2|2024-06-20| |161|[rememberber/WePush](https://github.com/rememberber/WePush)|专注批量推送的小而美的工具,目前支持:模板消息-公众号、模板消息-小程序、微信客服消息、微信企业号/企业微信消息、阿里云短信、阿里大于模板短信 、腾讯云短信、云片网短信、E-Mail、HTTP请求、钉钉、华为云短信、百度云短信、又拍云短信、七牛云短信|4220|2|2024-09-24| |162|[saysky/ForestBlog](https://github.com/saysky/ForestBlog)|一个简单漂亮的SSM(Spring+SpringMVC+Mybatis)博客系统|4496|2|2024-07-03| |163|[deltazefiro/Amarok-Hider](https://github.com/deltazefiro/Amarok-Hider)|Hide your private files and apps with a single click.|1566|2|2024-08-20| |164|[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 ...|3000|2|2024-09-06| |165|[dromara/dax-pay](https://github.com/dromara/dax-pay)|免费开源的支付网关,支持支付宝、微信、云闪付等通道,提供收单、退款、对账、分账等功能,通过HTTP方式进行调用,不与其他系统产生耦合关联,可以快速集成到各种系统中,提供可视化界面进行管理,便于实现统一的支付信息管理。|458|2|2024-10-11| |166|[Skythinker616/gpt-assistant-android](https://github.com/Skythinker616/gpt-assistant-android)|免费的ChatGPT API的安卓语音助手,可用音量键唤起并进行语音交流,支持联网、Vision拍照识图、提问模板等功能 A free ChatGPT API voice assistant for Android, activated via volume keys for voice interaction, supporting features such as network conn ...|657|2|2024-09-25| |167|[weibocom/motan](https://github.com/weibocom/motan)|A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.|5886|2|2024-10-11| |168|[SonicCloudOrg/sonic-server](https://github.com/SonicCloudOrg/sonic-server)|🎉Back end of Sonic cloud real machine platform. Sonic云真机平台后端服务。|2578|2|2024-10-09| |169|[DerekYRC/mini-spring-cloud](https://github.com/DerekYRC/mini-spring-cloud)|mini-spring-cloud是简化版的spring-cloud框架,能帮助你快速熟悉spring-cloud源码及掌握其核心原理。在保留spring cloud核心功能的的前提下尽量精简代码,核心功能包括服务注册、服务发现、负载均衡、集成Feign简化调用、流量控制、熔断降级、API网关等。|1674|2|2024-06-11| |170|[jeequan/jeepay](https://github.com/jeequan/jeepay)|Jeepay是一套适合互联网企业使用的开源支付系统,支持多渠道服务商和普通商户模式。已对接微信支付,支付宝,云闪付官方接口,支持聚合码支付。|5151|2|2024-09-19| |171|[SonicCloudOrg/sonic-agent](https://github.com/SonicCloudOrg/sonic-agent)|🎉Agent of Sonic cloud real machine platform. Sonic云真机平台Agent端。|2101|2|2024-10-10| |172|[maliangnansheng/bbs-springboot](https://github.com/maliangnansheng/bbs-springboot)|仿掘金之【南生论坛】基于SpringBoot+Vue(2/3)框架实现前后端分离(大厂微服务架构设计;代码简洁、高效无冗余;注释详细易阅读),自适应手机端和电脑端,界面简洁美观,功能完善,性能高效。官方地址:https://bbs.nanshengbbs.top|1345|2|2024-10-11| |173|[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.|4961|2|2024-09-29| |174|[novysodope/javaeasyscan](https://github.com/novysodope/javaeasyscan)|javaeasyscanner - 富婆系列,代码审计辅助工具,致力于解放大脑,方便双手|259|2|2024-06-18| |175|[qi4L/JYso](https://github.com/qi4L/JYso)| JNDIExploit or a ysoserial.|1508|2|2024-09-16| |176|[apache/incubator-streampark](https://github.com/apache/incubator-streampark)|Make stream processing easier! Easy-to-use streaming application development framework and operation platform.|3861|2|2024-10-09| |177|[valarchie/AgileBoot-Back-End](https://github.com/valarchie/AgileBoot-Back-End)|🔥 规范易于二开的全栈基础快速开发脚手架。🔥 采用Springboot + Vue 3 + Typescript + Mybatis Plus + Redis + 更面向对象的业务建模 + 面向生产的项目(非玩具项目)。你的 ⭐️ Star ⭐️,是作者更新的动力! 欢迎小伙伴PR,一起构建一个规范的全栈项目~😆|1730|2|2024-09-12| |178|[freechat-fun/freechat](https://github.com/freechat-fun/freechat)|https://freechat.fun|605|2|2024-10-09| |179|[apache/dubbo-admin](https://github.com/apache/dubbo-admin)|The ops and reference implementation for Apache Dubbo|3986|2|2024-08-16| |180|[CyrilFeng/Q-calculator](https://github.com/CyrilFeng/Q-calculator)|高性能优惠叠加计算框架|1194|2|2024-08-23| |181|[gh0stkey/HaE](https://github.com/gh0stkey/HaE)|HaE - Highlighter and Extractor, Empower ethical hacker for efficient operations.|3022|2|2024-09-22| |182|[dragonwell-project/dragonwell8](https://github.com/dragonwell-project/dragonwell8)|Alibaba Dragonwell8 JDK|4196|2|2024-09-09| |183|[getActivity/XXPermissions](https://github.com/getActivity/XXPermissions)|Android 权限请求框架,已适配 Android 14|5740|2|2024-07-17| |184|[alibaba/transmittable-thread-local](https://github.com/alibaba/transmittable-thread-local)|📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.|7631|2|2024-10-11| |185|[erupts/erupt](https://github.com/erupts/erupt)|🚀 General data management framework, objects are pages|2522|2|2024-10-11| |186|[trigram-mrp/fractureiser](https://github.com/trigram-mrp/fractureiser)|Information about the fractureiser malware (June 2023)|1102|2|2024-06-06| |187|[dromara/SMS4J](https://github.com/dromara/SMS4J)|让简单的事情回归简单的本质。 SMS4J为短信聚合框架,帮您轻松集成多家短信服务,解决接入多个短信SDK的繁琐流程。 目前已接入数家常见的短信服务商,后续将会继续集成。后续的版本中我们还将推出更多的相关功能 你的 ⭐️ ⭐️⭐️Star⭐️⭐️ ⭐️,是我的动力!如果你觉得还不错,请点上一颗小星星|852|2|2024-09-23| |188|[vivo/MoonBox](https://github.com/vivo/MoonBox)|月光宝盒:无侵入的流量录制与回放平台 A server-side traffic capture and replay platform with noninvasive|1181|2|2024-06-20| |189|[zlt2000/microservices-platform](https://github.com/zlt2000/microservices-platform)|基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户系统架构。并引入组件化的思想实现高内聚低耦合,项目代码简洁注释丰富上手容易,适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持CI/CD多环境部署,并提供应用管理方便第三方系统接入; ...|4555|2|2024-06-04| |190|[apache/rocketmq-externals](https://github.com/apache/rocketmq-externals)|Mirror of Apache RocketMQ (Incubating)|4572|2|2024-07-24| |191|[raphw/byte-buddy](https://github.com/raphw/byte-buddy)|Runtime code generation for the Java virtual machine.|6237|2|2024-10-09| |192|[OpenSPG/openspg](https://github.com/OpenSPG/openspg)|OpenSPG is a Knowledge Graph Engine developed by Ant Group in collaboration with OpenKG, based on the SPG (Semantic-enhanced Programmable Graph) framework. Core Capabilities: 1) domain model constra ...|651|2|2024-10-11| |193|[NotoChen/Jetbrains-Help](https://github.com/NotoChen/Jetbrains-Help)|一个有助于提升Jetbrains服务商相关产品易用性的工具|389|2|2024-09-15| |194|[MInggongK/dahuaExploitGUI](https://github.com/MInggongK/dahuaExploitGUI)|dahua综合漏洞利用工具|200|2|2024-08-06| |195|[Mrkuhuo/data-warehouse-learning](https://github.com/Mrkuhuo/data-warehouse-learning)|【2024最新版】 大数据 数据分析 电商系统 实时数仓 离线数仓 数据湖 建设方案及实战代码,涉及组件 #flink #paimon #doris #seatunnel #dolphinscheduler #datart #dinky #hudi #iceberg。|397|2|2024-10-07| |196|[Ppsoft1991/ChatViewTools](https://github.com/Ppsoft1991/ChatViewTools)|红队的微信聊天记录取证工具|196|2|2024-06-28| |197|[CeuiLiSA/Pixiv-Shaft](https://github.com/CeuiLiSA/Pixiv-Shaft)|Pixiv第三方Android客户端|4552|2|2024-09-14| |198|[Heeexy/SpringBoot-Shiro-Vue](https://github.com/Heeexy/SpringBoot-Shiro-Vue)|提供一套基于Spring Boot-Shiro-Vue的权限管理思路.前后端都加以控制,做到按钮/接口级别的权限。(当前新版本已移除shiro依赖,简化了配置)|4555|2|2024-08-12| |199|[ffay/lanproxy](https://github.com/ffay/lanproxy)|lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿透工具,支持tcp流量转发,可支持任何tcp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面、http代理、https代理、socks5代理...)。技术交流QQ群 736294209|5617|2|2024-04-14| |200|[obiscr/ChatGPT](https://github.com/obiscr/ChatGPT)|This project is a plugin that supports ChatGPT running on JetBrains series IDE.|1019|2|2024-10-10|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/JavaScript.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > JavaScript 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[HeyPuter/puter](https://github.com/HeyPuter/puter)|🌐 The Internet OS! Free, Open-Source, and Self-Hostable.|25203|113|2024-10-11| |2|[vuejs/vue](https://github.com/vuejs/vue)|This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core|207797|51|2024-10-10| |3|[Mintplex-Labs/anything-llm](https://github.com/Mintplex-Labs/anything-llm)|The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.|24421|49|2024-10-11| |4|[jofpin/turbit](https://github.com/jofpin/turbit)|Build applications, scripts, and automations powered by high-performance multicore computing using Node.js|3314|47|2024-08-03| |5|[cmliu/CF-Workers-docker.io](https://github.com/cmliu/CF-Workers-docker.io)|这个项目是一个基于 Cloudflare Workers 的 Docker 镜像代理工具。它能够中转对 Docker 官方镜像仓库的请求,解决一些访问限制和加速访问的问题。|5004|40|2024-09-21| |6|[usebruno/bruno](https://github.com/usebruno/bruno)|Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)|25971|35|2024-10-09| |7|[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 ...|18362|34|2024-09-22| |8|[fanmingming/live](https://github.com/fanmingming/live)|✯ 可直连访问的电视/广播图标库与相关工具项目 ✯ 🔕 永久免费 直连访问 完整开源 不断完善的台标 支持IPv4/IPv6双栈访问 🔕|22059|32|2024-10-11| |9|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|35081|30|2024-08-29| |10|[ai-shifu/ChatALL](https://github.com/ai-shifu/ChatALL)| Concurrently chat with ChatGPT, Bing Chat, Bard, Alpaca, Vicuna, Claude, ChatGLM, MOSS, 讯飞星火, 文心一言 and more, discover the best answers|15141|27|2024-10-07| |11|[xcanwin/KeepChatGPT](https://github.com/xcanwin/KeepChatGPT)|这是一款提高ChatGPT的数据安全能力和效率的插件。并且免费共享大量创新功能,如:自动刷新、保持活跃、数据安全、取消审计、克隆对话、言无不尽、净化页面、展示大屏、拦截跟踪、日新月异、明察秋毫等。让我们的AI体验无比安全、顺畅、丝滑、高效、简洁。|14485|26|2024-09-28| |12|[NaiboWang/EasySpider](https://github.com/NaiboWang/EasySpider)|A visual no-code/code-free web crawler/spider易采集:一个可视化浏览器自动化测试/数据采集/爬虫软件,可以无代码图形化的设计和执行爬虫任务。别名:ServiceWrapper面向Web应用的智能化服务封装系统。|34871|23|2024-10-03| |13|[jaywcjlove/free-font](https://github.com/jaywcjlove/free-font)|收录商用免费汉字字体,还包括开源英文字体 Free Font|1820|21|2024-10-03| |14|[lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop)|一个基于 electron 的音乐软件|39953|21|2024-09-24| |15|[agalwood/Motrix](https://github.com/agalwood/Motrix)|A full-featured download manager.|45306|21|2024-07-11| |16|[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|71339|20|2024-10-11| |17|[iamkun/dayjs](https://github.com/iamkun/dayjs)|⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API|46811|20|2024-10-06| |18|[qier222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)|高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron: |29238|20|2024-08-13| |19|[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!|11265|19|2024-10-10| |20|[dcloudio/uni-app](https://github.com/dcloudio/uni-app)|A cross-platform framework using Vue.js|39990|18|2024-10-11| |21|[lencx/Noi](https://github.com/lencx/Noi)|🚀 Power Your World with AI - Explore, Extend, Empower.|6274|17|2024-09-17| |22|[bia-pain-bache/BPB-Worker-Panel](https://github.com/bia-pain-bache/BPB-Worker-Panel)|A GUI Panel providing Worker subscriptions, Fragment settings and Warp configs, providing configs for cross-platform clients using (Sing-box, Clash and Xray cores)|4616|17|2024-10-10| |23|[ccbikai/BroadcastChannel](https://github.com/ccbikai/BroadcastChannel)|Turn your Telegram Channel into a MicroBlog.|1170|17|2024-09-24| |24|[pot-app/pot-desktop](https://github.com/pot-app/pot-desktop)|🌈一个跨平台的划词翻译和OCR软件 A cross-platform software for text translation and recognition.|10035|17|2024-10-10| |25|[josStorer/chatGPTBox](https://github.com/josStorer/chatGPTBox)|Integrating ChatGPT into your browser deeply, everything you need is here|9927|17|2024-08-14| |26|[Z-Siqi/Clash-for-Windows_Chinese](https://github.com/Z-Siqi/Clash-for-Windows_Chinese)|clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序|20579|16|2024-10-07| |27|[chinese-poetry/chinese-poetry](https://github.com/chinese-poetry/chinese-poetry)|The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。|47982|16|2024-08-10| |28|[Dooy/chatgpt-web-midjourney-proxy](https://github.com/Dooy/chatgpt-web-midjourney-proxy)|One UI is all done with chatgpt web, midjourney, gpts,suno,luma,runway,viggle,flux,ideogram,Realtime; Simultaneous support Web / PWA / Linux / Win / MacOS platform|4895|15|2024-10-11| |29|[DIYgod/RSSHub](https://github.com/DIYgod/RSSHub)|🧡 Everything is RSSible|32767|14|2024-10-11| |30|[qishibo/AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager)|🚀🚀🚀A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac.|30395|14|2024-10-10| |31|[SillyTavern/SillyTavern](https://github.com/SillyTavern/SillyTavern)|LLM Frontend for Power Users.|7798|13|2024-10-11| |32|[carbon-app/carbon](https://github.com/carbon-app/carbon)|:black_heart: Create and share beautiful images of your source code|34524|13|2024-08-02| |33|[vaxilu/x-ui](https://github.com/vaxilu/x-ui)|支持多协议多用户的 xray 面板|16345|13|2024-08-19| |34|[serverless/serverless](https://github.com/serverless/serverless)|⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.|46406|13|2024-10-11| |35|[cmliu/WorkerVless2sub](https://github.com/cmliu/WorkerVless2sub)|这个是一个将 Cloudflare Workers - VLESS 搭配 自建优选域名 的 订阅生成器|3459|12|2024-10-09| |36|[joye61/pic-smaller](https://github.com/joye61/pic-smaller)|Pic Smaller – Compress JPEG, PNG, WEBP, AVIF, SVG and GIF images intelligently|2024|12|2024-09-27| |37|[Semantic-Org/Semantic-UI](https://github.com/Semantic-Org/Semantic-UI)|Semantic is a UI component framework based around useful principles from natural language.|51112|12|2024-06-17| |38|[eip-work/kuboard-press](https://github.com/eip-work/kuboard-press)|Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。|22312|12|2024-10-05| |39|[memochou1993/gpt-ai-assistant](https://github.com/memochou1993/gpt-ai-assistant)|OpenAI + LINE + Vercel = GPT AI Assistant|7326|11|2024-07-09| |40|[LiteLoaderQQNT/LiteLoaderQQNT](https://github.com/LiteLoaderQQNT/LiteLoaderQQNT)|QQNT 插件加载器:LiteLoaderQQNT —— 轻量 · 简洁 · 开源 · 福瑞|5656|11|2024-09-26| |41|[fastify/fastify](https://github.com/fastify/fastify)|Fast and low overhead web framework, for Node.js|32123|11|2024-10-07| |42|[blackmatrix7/ios_rule_script](https://github.com/blackmatrix7/ios_rule_script)|分流规则、重写写规则及脚本。|17738|11|2024-10-10| |43|[wenda-LLM/wenda](https://github.com/wenda-LLM/wenda)|闻达:一个LLM调用平台。目标为针对特定环境的高效内容生成,同时考虑个人和中小企业的计算资源局限性,以及知识安全和私密性问题|6239|11|2024-09-27| |44|[docmirror/dev-sidecar](https://github.com/docmirror/dev-sidecar)|开发者边车,github打不开,github加速,git clone加速,git release下载加速,stackoverflow加速|14974|10|2024-10-11| |45|[zadam/trilium](https://github.com/zadam/trilium)|Build your personal knowledge base with Trilium Notes|26972|10|2024-08-08| |46|[yonggekkk/Cloudflare_vless_trojan](https://github.com/yonggekkk/Cloudflare_vless_trojan)|Cloudflare代理脚本【Vless与Trojan】,支持单节点链接、聚合通用节点订阅、sing-box节点订阅、clash节点订阅。多平台一键脚本包括CF优选域名、CF优选官方IP、CF优选反代IP|4481|10|2024-09-30| |47|[layui/layui](https://github.com/layui/layui)|一套遵循原生态开发模式的 Web UI 组件库,采用自身轻量级模块化规范,易上手,可以更简单快速地构建网页界面。|29548|9|2024-10-11| |48|[koajs/koa](https://github.com/koajs/koa)|Expressive middleware for node.js using ES2017 async functions|35178|9|2024-09-17| |49|[ai/nanoid](https://github.com/ai/nanoid)|A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript|24494|9|2024-08-28| |50|[GoogleChrome/lighthouse](https://github.com/GoogleChrome/lighthouse)|Automated auditing, performance metrics, and best practices for the web.|28295|9|2024-10-10| |51|[SocialSisterYi/bilibili-API-collect](https://github.com/SocialSisterYi/bilibili-API-collect)|哔哩哔哩-API收集整理【不断更新中....】|14835|9|2024-09-20| |52|[MarSeventh/CloudFlare-ImgBed](https://github.com/MarSeventh/CloudFlare-ImgBed)|CloudFlare 图床,基于 CloudFlare Pages 和 Telegram Bot 的免费图片托管解决方案!|736|9|2024-10-01| |53|[alvarotrigo/fullPage.js](https://github.com/alvarotrigo/fullPage.js)|fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple|35270|9|2024-10-10| |54|[YMFE/yapi](https://github.com/YMFE/yapi)|YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台|27356|9|2024-08-12| |55|[setube/vue-XiuXianGame](https://github.com/setube/vue-XiuXianGame)|文字游戏: 我的文字修仙全靠刷|757|8|2024-10-05| |56|[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! |9777|8|2024-07-18| |57|[cmliu/CF-Workers-SUB](https://github.com/cmliu/CF-Workers-SUB)|这个是一个通过 Cloudflare Workers 搭建,将你任意节点与多个订阅汇聚成专属于你的订阅链接|1949|8|2024-10-02| |58|[1234567Yang/cf-proxy-ex](https://github.com/1234567Yang/cf-proxy-ex)|Cloudflare超级代理,无服务器代理,Duckduckgo代理(可用AI聊天,包含GPT4o/Calude3),OpenAI/ChatGPT代理,Github加速,在线代理。Cloudflare super proxy, setting up a free serverless proxy by using Cloudflare worker.|961|8|2024-10-10| |59|[tjy-gitnub/win12](https://github.com/tjy-gitnub/win12)|Windows 12 网页版,在线体验 点击下面的链接在线体验|6563|8|2024-10-08| |60|[blueedgetechno/win11React](https://github.com/blueedgetechno/win11React)|Windows 11 in React 💻🌈⚡|9070|8|2024-08-11| |61|[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|4103|8|2024-09-09| |62|[SheetJS/sheetjs](https://github.com/SheetJS/sheetjs)|📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs|35043|8|2024-04-18| |63|[PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)|a vue2.0 minimal admin template |19937|7|2024-04-27| |64|[anc95/ChatGPT-CodeReview](https://github.com/anc95/ChatGPT-CodeReview)|🐥 A code review bot powered by ChatGPT|3990|7|2024-06-27| |65|[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.|3848|7|2024-09-14| |66|[gaotianliuyun/gao](https://github.com/gaotianliuyun/gao)|FongMi影视和tvbox配置文件,如果喜欢,请Fork自用。使用前请仔细阅读仓库说明,一旦使用将被视为你已了解。|5555|7|2024-10-10| |67|[EastWorld/wechat-app-mall](https://github.com/EastWorld/wechat-app-mall)|微信小程序商城,微信小程序微店|19550|7|2024-09-03| |68|[redux-saga/redux-saga](https://github.com/redux-saga/redux-saga)|An alternative side effect model for Redux apps|22533|7|2024-09-12| |69|[huglemon/inwind-landing-page](https://github.com/huglemon/inwind-landing-page)|a free, open-source, powerful landing page template.|683|7|2024-10-09| |70|[myliang/x-spreadsheet](https://github.com/myliang/x-spreadsheet)|The project has been migrated to @wolf-table/table https://github.com/wolf-table/table|14167|6|2024-08-07| |71|[huanghanzhilian/c-shopping](https://github.com/huanghanzhilian/c-shopping)|A beautiful shopping platform developed with Next.js, tailored for various devices including Desktop, Tablet, and Phone. 基于Nextjs开发同时适配Desktop、Tablet、Phone多种设备的精美购物平台|1997|6|2024-06-07| |72|[2hacc/TVBox](https://github.com/2hacc/TVBox)|TVBox 网络接口,更新速度快,接口访问速度快且稳定!|4685|6|2024-07-27| |73|[end-4/dots-hyprland](https://github.com/end-4/dots-hyprland)|i hate minimalism so...|4039|6|2024-09-30| |74|[Reamd7/notion-zh_CN](https://github.com/Reamd7/notion-zh_CN)|notion 中文化|7431|6|2024-04-27| |75|[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.|29499|6|2024-10-10| |76|[IcarusRyy/NewJob](https://github.com/IcarusRyy/NewJob)|一眼看出该职位最后修改时间,绿色为2周之内,暗橙色为1.5个月之内,红色为1.5个月以上|1044|6|2024-06-10| |77|[localForage/localForage](https://github.com/localForage/localForage)|💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.|24813|6|2024-07-30| |78|[avajs/ava](https://github.com/avajs/ava)|Node.js test runner that lets you develop with confidence 🚀|20729|6|2024-08-20| |79|[youzan/vant-weapp](https://github.com/youzan/vant-weapp)|轻量、可靠的小程序 UI 组件库|17717|6|2024-09-24| |80|[eggjs/egg](https://github.com/eggjs/egg)|🥚 Born to build better enterprise frameworks and apps with Node.js & Koa|18880|6|2024-10-09| |81|[tj/commander.js](https://github.com/tj/commander.js)|node.js command-line interfaces made easy|26667|6|2024-10-06| |82|[ramda/ramda](https://github.com/ramda/ramda)|:ram: Practical functional Javascript|23799|6|2024-08-18| |83|[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平台.|9280|6|2024-09-14| |84|[qist/tvbox](https://github.com/qist/tvbox)|OK影视、tvbox配置文件,如果喜欢,请Fork自用。使用前请仔细阅读仓库说明,一旦使用将被视为你已了解。|2449|6|2024-10-11| |85|[liriliri/eruda](https://github.com/liriliri/eruda)|Console for mobile browsers|18713|6|2024-10-11| |86|[Huibq/keep-alive](https://github.com/Huibq/keep-alive)|洛雪音乐音源、MusicFree音源、落雪音乐音源|1198|5|2024-10-07| |87|[gz-yami/mall4cloud](https://github.com/gz-yami/mall4cloud)|⭐️⭐️⭐️微服务商城系统 springcloud微服务商城 小程序商城|5955|5|2024-10-10| |88|[Script-Hub-Org/Script-Hub](https://github.com/Script-Hub-Org/Script-Hub)|Advanced Script Converter for QX, Loon, Surge, Stash, Egern, LanceX and Shadowrocket - 重写 & 规则集转换|2175|5|2024-08-29| |89|[kkevsekk1/AutoX](https://github.com/kkevsekk1/AutoX)|A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)|7655|5|2024-10-07| |90|[844704781/ximalaya_downloader](https://github.com/844704781/ximalaya_downloader)|⭐️ 一个可爱且任性的 喜马拉雅专辑音频无限制下载器O(∩_∩)O|699|5|2024-09-16| |91|[maboloshi/github-chinese](https://github.com/maboloshi/github-chinese)|GitHub 汉化插件,GitHub 中文化界面。 (GitHub Translation To Chinese)|5315|5|2024-10-10| |92|[dvajs/dva](https://github.com/dvajs/dva)|🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)|16242|5|2024-05-10| |93|[MuiseDestiny/zotero-style](https://github.com/MuiseDestiny/zotero-style)|Ethereal Style for Zotero|3604|5|2024-09-22| |94|[XIU2/UserScript](https://github.com/XIU2/UserScript)|🐵 自用的一些乱七八糟 油猴脚本~ |7760|5|2024-10-10| |95|[micro-zoe/micro-app](https://github.com/micro-zoe/micro-app)|A simple, efficient and powerful micro front-end framework. 一款简约、高效、功能强大的微前端框架|5562|5|2024-10-09| |96|[zizifn/edgetunnel](https://github.com/zizifn/edgetunnel)|Running V2ray inside edge/serverless runtime|6811|5|2024-10-11| |97|[wangrongding/wechat-bot](https://github.com/wangrongding/wechat-bot)|🤖一个基于 WeChaty 结合 OpenAi ChatGPT / Kimi / 讯飞等Ai服务实现的微信机器人 ,可以用来帮助你自动回复微信消息,或者管理微信群/好友,检测僵尸粉等...|5191|5|2024-09-23| |98|[tangzhiyao/boss-show-time](https://github.com/tangzhiyao/boss-show-time)|展示boss直聘岗位的发布时间|836|5|2024-08-26| |99|[Postcatlab/postcat](https://github.com/Postcatlab/postcat)|Postcat 是一个可扩展的 API 工具平台。集合基础的 API 管理和测试功能,并且可以通过插件简化你的 API 开发工作,让你可以更快更好地创建 API。An extensible API tool.|5261|5|2024-09-18| |100|[klaudiosinani/taskbook](https://github.com/klaudiosinani/taskbook)|Tasks, boards & notes for the command-line habitat|8961|4|2024-08-30| |101|[Yuyz0112/dewhale](https://github.com/Yuyz0112/dewhale)|GitHub-Powered AI for effortless development. Start as an open-source alternative to v0.dev.|1202|4|2024-07-28| |102|[avwo/whistle](https://github.com/avwo/whistle)|HTTP, HTTP2, HTTPS, Websocket debugging proxy|14280|4|2024-10-11| |103|[electerm/electerm](https://github.com/electerm/electerm)|📻Terminal/ssh/telnet/serialport/RDP/VNC/sftp client(linux, mac, win)|11104|4|2024-10-11| |104|[openspug/spug](https://github.com/openspug/spug)|开源运维平台:面向中小型企业设计的轻量级无Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、文件在线上传下载、应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。|10192|4|2024-07-10| |105|[xianyuyimu/TVBOX-](https://github.com/xianyuyimu/TVBOX-)|一木TVBOX自用仓库|2658|4|2024-09-04| |106|[mayswind/AriaNg](https://github.com/mayswind/AriaNg)|AriaNg, a modern web frontend making aria2 easier to use.|11775|4|2024-05-19| |107|[pandao/editor.md](https://github.com/pandao/editor.md)|The open source embeddable online markdown editor (component).|13822|4|2024-04-26| |108|[veasion/aippt](https://github.com/veasion/aippt)|AI 智能生成 PPT,通过主题/文件/网址等方式生成PPT,支持原生图表、动画、3D特效等复杂PPT的解析和渲染,支持用户自定义模板,支持智能添加动画,可在线体验。AI generates PowerPoint Presentation, Supports parsing and rendering of complex PPT features such as native charts, a ...|372|4|2024-09-27| |109|[dlzmoe/linuxdo-scripts](https://github.com/dlzmoe/linuxdo-scripts)|linux.do 增强插件,功能持续更新,欢迎提出新想法!|288|4|2024-10-09| |110|[obgnail/typora_plugin](https://github.com/obgnail/typora_plugin)|Typora plugin. Feature enhancement tool Typora 插件,功能增强工具|1700|4|2024-10-11| |111|[AIGODLIKE/AIGODLIKE-ComfyUI-Translation](https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Translation)|A plugin for multilingual translation of ComfyUI,This plugin implements translation of resident menu bar/search bar/right-click context menu/node, etc|1544|4|2024-10-09| |112|[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)|8147|4|2024-08-11| |113|[bytedance/xgplayer](https://github.com/bytedance/xgplayer)|A HTML5 video player with a parser that saves traffic|8253|4|2024-10-11| |114|[tangyoha/telegram_media_downloader](https://github.com/tangyoha/telegram_media_downloader)|基于Dineshkarthik的项目, 电报视频下载,电报资源下载,跨平台,支持web查看下载进度 ,支持bot下发指令下载,支持下载已经加入的私有群但是限制下载的资源, telegram media download,Download media files from a telegram conversation/chat/channel up to 2GiB per file|2421|4|2024-09-04| |115|[w37fhy/QuantumultX](https://github.com/w37fhy/QuantumultX)|同步和更新大佬脚本库,更新懒人配置|5512|4|2024-10-08| |116|[star7th/showdoc](https://github.com/star7th/showdoc)|ShowDoc is a tool greatly applicable for an IT team to share documents online一个非常适合IT团队的在线API文档、技术文档工具|12219|4|2024-08-19| |117|[didi/cube-ui](https://github.com/didi/cube-ui)|:large_orange_diamond: A fantastic mobile ui lib implement by Vue|9135|4|2024-05-15| |118|[exceljs/exceljs](https://github.com/exceljs/exceljs)|Excel Workbook Manager|13659|4|2024-08-14| |119|[DominikDoom/a1111-sd-webui-tagcomplete](https://github.com/DominikDoom/a1111-sd-webui-tagcomplete)|Booru style tag autocompletion for AUTOMATIC1111's Stable Diffusion web UI|2564|4|2024-09-04| |120|[mrabit/aliyundriveDailyCheck](https://github.com/mrabit/aliyundriveDailyCheck)|阿里云盘每日签到脚本 青龙面板支持|2565|4|2024-05-22| |121|[Tencent/omi](https://github.com/Tencent/omi)|Web Components Framework - Web组件框架|13045|4|2024-09-25| |122|[danni-cool/wechatbot-webhook](https://github.com/danni-cool/wechatbot-webhook)|轻量、可部署的微信机器人webhook服务,使用http接口收发微信消息, 用它作为个人通知、AIGC 应用或者 coze、n8n等自动化工作流的消息节点|1389|4|2024-09-11| |123|[hawk86104/icegl-three-vue-tres](https://github.com/hawk86104/icegl-three-vue-tres)|An open-source framework that enables rapid implementation of your 3D visualization projects [tres.js three.js vue3 ts]|1246|4|2024-10-11| |124|[klaudiosinani/signale](https://github.com/klaudiosinani/signale)|Highly configurable logging utility|8920|4|2024-08-30| |125|[Momo707577045/m3u8-downloader](https://github.com/Momo707577045/m3u8-downloader)|m3u8 视频在线提取工具|5844|3|2024-05-24| |126|[sun0225SUN/Awesome-Love-Code](https://github.com/sun0225SUN/Awesome-Love-Code)|表白代码收藏馆~谁说程序猿不懂浪漫❤️|2530|3|2024-08-17| |127|[timarney/react-app-rewired](https://github.com/timarney/react-app-rewired)|Override create-react-app webpack configs without ejecting|9803|3|2024-10-11| |128|[PrismJS/prism](https://github.com/PrismJS/prism)|Lightweight, robust, elegant syntax highlighting.|12277|3|2024-08-19| |129|[cmliu/CF-Workers-Raw](https://github.com/cmliu/CF-Workers-Raw)|这个项目允许你通过Cloudflare Workers安全地访问GitHub私有仓库中的原始文件,无需直接暴露你的GitHub令牌。|363|3|2024-08-10| |130|[deezertidal/QuantumultX-Rewrite](https://github.com/deezertidal/QuantumultX-Rewrite)|QuantumultX QX quantumult 圈X quanx 重写 脚本 rewrite 规则 分流 破解 解锁|2554|3|2024-10-11| |131|[ant-design/ant-design-landing](https://github.com/ant-design/ant-design-landing)|:mountain_bicyclist: Landing Pages of Ant Design System|6181|3|2024-08-05| |132|[byebyehair/minichat](https://github.com/byebyehair/minichat)|Minichat,Go语言实现的极简、极轻、无痕、匿名的聊天工具。|376|3|2024-08-18| |133|[shadowcz007/comfyui-mixlab-nodes](https://github.com/shadowcz007/comfyui-mixlab-nodes)|Workflow-to-APP、ScreenShare&FloatingVideo、GPT & 3D、SpeechRecognition&TTS|1198|3|2024-10-05| |134|[smallfawn/QLScriptPublic](https://github.com/smallfawn/QLScriptPublic)|青龙面板脚本公共仓库 新群 551674817 密码888 元梦之星|2054|3|2024-09-24| |135|[Tencent/cherry-markdown](https://github.com/Tencent/cherry-markdown)|✨ A Markdown Editor|3520|3|2024-10-11| |136|[MuiseDestiny/zotero-reference](https://github.com/MuiseDestiny/zotero-reference)|PDF references add-on for Zotero.|2078|3|2024-09-27| |137|[expressjs/multer](https://github.com/expressjs/multer)|Node.js middleware for handling `multipart/form-data`.|11578|3|2024-08-14| |138|[fatwang2/coze2openai](https://github.com/fatwang2/coze2openai)|Turn Coze API into OpenAI|561|3|2024-06-14| |139|[hmjz100/Online-disk-direct-link-download-assistant](https://github.com/hmjz100/Online-disk-direct-link-download-assistant)|一个基于 JavaScript 的网盘文件下载地址获取工具。基于【网盘直链下载助手】修改 ,自用,去推广,无需输入“暗号”即可使用,甚至比原版还要好用!|2256|3|2024-10-08| |140|[ShilongLee/Crawler](https://github.com/ShilongLee/Crawler)|抖音爬虫(a_bogus最新版)、快手、哔哩哔哩、小红书、淘宝、京东、微博等平台爬虫开源api接口服务器。docker一键快速部署。|395|3|2024-10-02| |141|[xiangyuecn/AreaCity-JsSpider-StatsGov](https://github.com/xiangyuecn/AreaCity-JsSpider-StatsGov)|省市区县乡镇三级或四级城市数据,带拼音标注、坐标、行政区域边界范围;2024年06月16日最新采集,提供csv格式文件,支持在线转成多级联动js代码、通用json格式,提供软件转成shp、geojson、sql、导入数据库;带浏览器里面运行的js采集源码,综合了中华人民共和国民政部、国家统计局、高德地图、腾讯地图行政区划数据|5607|3|2024-08-02| |142|[antvis/F2](https://github.com/antvis/F2)|📱📈An elegant, interactive and flexible charting library for mobile.|7887|3|2024-10-09| |143|[LarryZhu-dev/autofit.js](https://github.com/LarryZhu-dev/autofit.js)|autofit.js 迄今为止最易用的自适应工具|1418|3|2024-09-30| |144|[huanghanzhilian/c-shopping-rn](https://github.com/huanghanzhilian/c-shopping-rn)|This is a complete App developed by React Native (Expo). It is a beautiful e-commerce shopping application. 这个是一个React Native(Expo) 开发的完整App应用,是一个精美的电商购物应用。|693|3|2024-04-20| |145|[gitalk/gitalk](https://github.com/gitalk/gitalk)|Gitalk is a modern comment component based on Github Issue and Preact.|7005|3|2024-07-30| |146|[xianfei/SysMocap](https://github.com/xianfei/SysMocap)|A real-time motion capture system for 3D virtual character animating.|2507|3|2024-07-18| |147|[Orz-3/QuantumultX](https://github.com/Orz-3/QuantumultX)|-|4215|3|2024-07-05| |148|[Pactum7/ticket-grabbing](https://github.com/Pactum7/ticket-grabbing)|猫眼纷玩岛大麦抢票、余票监控AutoX.js脚本,手机移动端,全场次选购|701|3|2024-07-16| |149|[pudongping/mp-vx-insight](https://github.com/pudongping/mp-vx-insight)|微信公众号小助手,扩展了一键获取微信公众号文章封面图、全部文章、一键采集文章内容等功能。|301|3|2024-08-06| |150|[cmliu/CF-Workers-TEXT2KV](https://github.com/cmliu/CF-Workers-TEXT2KV)|这个是一个通过 Cloudflare Workers 搭建,将文本文件存储到 Cloudflare Workers KV 键值存储中,并且可以通过 URL 请求读取或更新这些文本文件。|690|3|2024-06-21| |151|[Moli-X/Resources](https://github.com/Moli-X/Resources)|基于QuantumultX,Loon,Surge的配置重写,脚本,插件|1964|3|2024-10-11| |152|[fatwang2/search2ai](https://github.com/fatwang2/search2ai)|Help your LLMs online|1038|3|2024-09-10| |153|[Rabbit-Spec/Surge](https://github.com/Rabbit-Spec/Surge)|Surge自用配置以及模块和脚本|2206|3|2024-10-09| |154|[ecomfe/vue-echarts](https://github.com/ecomfe/vue-echarts)|Vue.js component for Apache ECharts™.|9672|3|2024-08-19| |155|[UnblockNeteaseMusic/server](https://github.com/UnblockNeteaseMusic/server)|Revive unavailable songs for Netease Cloud Music (Refactored & Enhanced version)|6257|3|2024-09-30| |156|[smallfawn/decode_action](https://github.com/smallfawn/decode_action)|世界上本来不存在加密,加密的人多了,也便成就了解密|336|3|2024-10-11| |157|[biuuu/genshin-wish-export](https://github.com/biuuu/genshin-wish-export)|Easily export the Genshin Impact wish record.|3759|3|2024-07-28| |158|[xifangczy/cat-catch](https://github.com/xifangczy/cat-catch)|猫抓 浏览器资源嗅探扩展 / cat-catch Browser Resource Sniffing Extension|9307|3|2024-10-07| |159|[playcanvas/engine](https://github.com/playcanvas/engine)|JavaScript game engine built on WebGL, WebGPU, WebXR and glTF|9612|3|2024-10-11| |160|[chvin/react-tetris](https://github.com/chvin/react-tetris)|Use React, Redux, Immutable to code Tetris. 🎮|8332|3|2024-08-04| |161|[KudoAI/chatgpt.js](https://github.com/KudoAI/chatgpt.js)|🤖 A powerful, open source client-side JavaScript library for ChatGPT|1896|3|2024-10-10| |162|[pt-plugins/PT-Plugin-Plus](https://github.com/pt-plugins/PT-Plugin-Plus)|PT 助手 Plus,为 Microsoft Edge、Google Chrome、Firefox 浏览器插件(Web Extensions),主要用于辅助下载 PT 站的种子。|6789|3|2024-10-08| |163|[dushixiang/next-terminal](https://github.com/dushixiang/next-terminal)|Next Terminal是一个简单好用安全的开源交互审计系统,支持RDP、SSH、VNC、Telnet、Kubernetes协议。|4715|3|2024-08-17| |164|[ElemeFE/v-charts](https://github.com/ElemeFE/v-charts)|基于 Vue2.0 和 ECharts 封装的图表组件📈📊|6801|3|2024-08-10| |165|[easychen/CookieCloud](https://github.com/easychen/CookieCloud)|CookieCloud是一个和自架服务器同步浏览器Cookie和LocalStorage的小工具,支持端对端加密,可设定同步时间间隔。本仓库包含了插件和服务器端源码。CookieCloud is a small tool for synchronizing browser cookies and LocalStorage with a self-hosted server. It supports ...|1903|3|2024-08-04| |166|[ximu3/vnite](https://github.com/ximu3/vnite)|视觉小说 / Galgame 管理软件|268|3|2024-10-11| |167|[biuuu/star-rail-warp-export](https://github.com/biuuu/star-rail-warp-export)|Honkai: Star Rail Warp History Exporter|1531|3|2024-09-21| |168|[ChinaGodMan/UserScripts](https://github.com/ChinaGodMan/UserScripts)|👏 人民的勤务员脚本 包罗万象,应有尽有 👏 |376|3|2024-10-11| |169|[Sunny-117/js-challenges](https://github.com/Sunny-117/js-challenges)|✨✨✨ Challenge your JavaScript programming limits step by step|2001|3|2024-09-20| |170|[fluid-dev/hexo-theme-fluid](https://github.com/fluid-dev/hexo-theme-fluid)|:ocean: 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo|7259|3|2024-09-25| |171|[Kenshin/simpread](https://github.com/Kenshin/simpread)|简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展|8071|3|2024-08-03| |172|[wechat-miniprogram/miniprogram-demo](https://github.com/wechat-miniprogram/miniprogram-demo)|微信小程序组件 / API / 云开发示例|6663|3|2024-09-25| |173|[ansoncloud8/am-tunnel](https://github.com/ansoncloud8/am-tunnel)|这是一个基于 Cloudflare Workers 和 Pages平台的脚本,在原版的基础上修改了显示 VLESS 配置信息转换为订阅内容。使用该脚本,你可以方便地将 VLESS、trojan 配置信息使用在线配置转换到 Clash、 Singbox 、Quantumult X等工具中。|407|3|2024-10-06| |174|[ly525/luban-h5](https://github.com/ly525/luban-h5)|[WIP]en: web design tool mobile page builder/editor mini webflow for mobile page. zh: 类似易企秀的H5制作、建站工具、可视化搭建系统.|6100|3|2024-08-21| |175|[pythongosssss/ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts)|Enhancements & experiments for ComfyUI, mostly focusing on UI features|1739|3|2024-09-05| |176|[qd-today/qd](https://github.com/qd-today/qd)|QD [v20240210] —— HTTP请求定时任务自动执行框架 base on HAR Editor and Tornado Server|4288|3|2024-10-04| |177|[luestr/ProxyResource](https://github.com/luestr/ProxyResource)|收集整理并维护的Loon和Clash资源|466|3|2024-10-11| |178|[xieyumc/YuYuWechat](https://github.com/xieyumc/YuYuWechat)|一个让微信(非WEB版)定时循环发送消息/文件(cron表达式精确到分钟),批量群发消息,定时检查聊天记录的小工具🚀,提供了简易直观的界面,并支持邮箱报警等功能,可部署到任意平台|487|3|2024-10-10| |179|[C-Nedelcu/talk-to-chatgpt](https://github.com/C-Nedelcu/talk-to-chatgpt)|Talk to ChatGPT AI using your voice and listen to its answers through a voice|1966|3|2024-05-19| |180|[ecomfe/echarts-for-weixin](https://github.com/ecomfe/echarts-for-weixin)|基于 Apache ECharts 的微信小程序图表库|7072|3|2024-06-09| |181|[zuiidea/antd-admin](https://github.com/zuiidea/antd-admin)|An excellent front-end solution for enterprise applications built upon Ant Design and UmiJS|9637|3|2024-04-13| |182|[HCLonely/awesome-bilibili-extra](https://github.com/HCLonely/awesome-bilibili-extra)|收集一些让我们在使用B站时更加方便的浏览器扩展/脚本/程序【月底更新】|1826|2|2024-09-27| |183|[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|5961|2|2024-08-12| |184|[gitbobobo/StreamMusic](https://github.com/gitbobobo/StreamMusic)|支持 Android、iOS、macOS、Windows 平台的 Subsonic/Navidrome/Jellyfin/Emby/AudioStation 客户端。|789|2|2024-10-04| |185|[ntfstool/ntfstool](https://github.com/ntfstool/ntfstool)|A ntfs tool for mac|3554|2|2024-07-16| |186|[jason5ng32/OhEarningsCal](https://github.com/jason5ng32/OhEarningsCal)|使用日历软件订阅美股的财报日期|401|2|2024-10-11| |187|[0x648/luna-ai](https://github.com/0x648/luna-ai)|Luna AI - 全自动的 AI 直播系统|1234|2|2024-05-05| |188|[dillonzq/LoveIt](https://github.com/dillonzq/LoveIt)|❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题|3386|2|2024-07-07| |189|[xiaopanglian/icefox](https://github.com/xiaopanglian/icefox)|Typecho微信朋友圈主题 icefox|860|2|2024-09-10| |190|[ecomfe/fontmin](https://github.com/ecomfe/fontmin)|Minify font seamlessly|5745|2|2024-06-14| |191|[xiyuesaves/LiteLoaderQQNT-lite_tools](https://github.com/xiyuesaves/LiteLoaderQQNT-lite_tools)|LiteLoaderQQNT 插件 - 轻量工具箱 —— 轻量 · 优雅 · 高效 · 福瑞|993|2|2024-10-11| |192|[metowolf/vCards](https://github.com/metowolf/vCards)|📡️ vCards 中国黄页 - 优化 iOS/Android 来电、信息界面体验|4393|2|2024-07-02| |193|[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|5238|2|2024-07-02| |194|[mindskip/xzs](https://github.com/mindskip/xzs)|在线考试系统|3363|2|2024-10-11| |195|[traceless/alist-encrypt](https://github.com/traceless/alist-encrypt)|这个项目主要是对 alist 的服务进行代理,提供 webdav 的加解密功能。支持 alist 网页在线播放加密的视频,查看加密的图片等功能,同时在 webdav 下的操作透明,自动实现文件资源的加解密。|1309|2|2024-08-13| |196|[ledccn/iyuuplus-dev](https://github.com/ledccn/iyuuplus-dev)|IYUU自动辅种工具,目前能对国内大部分的PT站点自动辅种,支持下载器集群,支持多盘位,支持多下载目录,支持连接远程下载器等。|443|2|2024-09-30| |197|[app2smile/rules](https://github.com/app2smile/rules)|iOS App去广告|3353|2|2024-08-21| |198|[0xsongsu/dailytask](https://github.com/0xsongsu/dailytask)|每日签到任务|654|2|2024-06-14| |199|[cnodejs/nodeclub](https://github.com/cnodejs/nodeclub)|:baby_chick:Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统|9339|2|2024-10-09| |200|[jinenge/tvbox](https://github.com/jinenge/tvbox)|TVBox(进恩哥版),内置源,随时更新内置源,不必担心不能用|652|2|2024-07-20|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Jupyter-Notebook.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Jupyter Notebook 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[suno-ai/bark](https://github.com/suno-ai/bark)|🔊 Text-Prompted Generative Audio Model|35648|64|2024-08-19| |2|[tloen/alpaca-lora](https://github.com/tloen/alpaca-lora)|Instruct-tune LLaMA on consumer hardware|18583|32|2024-07-29| |3|[TencentARC/PhotoMaker](https://github.com/TencentARC/PhotoMaker)|PhotoMaker [CVPR 2024]|9415|30|2024-08-15| |4|[OpenBMB/MiniCPM](https://github.com/OpenBMB/MiniCPM)|MiniCPM3-4B: An edge-side LLM that surpasses GPT-3.5-Turbo.|7006|27|2024-10-10| |5|[AI4Finance-Foundation/FinGPT](https://github.com/AI4Finance-Foundation/FinGPT)|FinGPT: Open-Source Financial Large Language Models! Revolutionize 🔥 We release the trained model on HuggingFace.|13773|23|2024-10-01| |6|[data-infra/cube-studio](https://github.com/data-infra/cube-studio)|cube studio开源云原生一站式机器学习/深度学习/大模型AI平台,支持sso登录,多租户,大数据平台对接,notebook在线开发,拖拉拽任务流pipeline编排,多机多卡分布式训练,超参搜索,推理服务VGPU,边缘计算,serverless,标注平台,自动化标注,数据集管理,大模型微调,vllm大模型推理,llmops,私有知识库,AI模型应用商店,支持模型一键开发/推理/微调,支持国 ...|2102|21|2024-10-06| |7|[chenzomi12/AISystem](https://github.com/chenzomi12/AISystem)|AISystem 主要是指AI系统,包括AI芯片、AI编译器、AI推理和训练框架等AI全栈底层技术|10736|14|2024-10-09| |8|[langgptai/LangGPT](https://github.com/langgptai/LangGPT)|LangGPT: Empowering everyone to become a prompt expert!🚀 Structured Prompt,Language of GPT, 结构化提示词,结构化Prompt|5663|11|2024-09-28| |9|[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|7187|10|2024-09-21| |10|[lyogavin/airllm](https://github.com/lyogavin/airllm)|AirLLM 70B inference with single 4GB GPU|4545|9|2024-09-25| |11|[X-LANCE/AniTalker](https://github.com/X-LANCE/AniTalker)|[ACM MM 2024] This is the official code for "AniTalker: Animate Vivid and Diverse Talking Faces through Identity-Decoupled Facial Motion Encoding"|1399|8|2024-08-15| |12|[advimman/lama](https://github.com/advimman/lama)|🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022|7922|7|2024-07-26| |13|[meituan/YOLOv6](https://github.com/meituan/YOLOv6)|YOLOv6: a single-stage object detection framework dedicated to industrial applications.|5688|7|2024-08-07| |14|[KevinWang676/Bark-Voice-Cloning](https://github.com/KevinWang676/Bark-Voice-Cloning)|Bark Voice Cloning and Voice Cloning for Chinese Speech|2747|6|2024-08-08| |15|[AI4Finance-Foundation/FinRL](https://github.com/AI4Finance-Foundation/FinRL)|FinRL: Financial Reinforcement Learning. 🔥|9864|6|2024-10-08| |16|[kaieye/2022-Machine-Learning-Specialization](https://github.com/kaieye/2022-Machine-Learning-Specialization)|-|4261|5|2024-08-26| |17|[datawhalechina/hugging-llm](https://github.com/datawhalechina/hugging-llm)|HuggingLLM, Hugging Future.|2743|5|2024-06-27| |18|[yuanzhoulvpi2017/zero_nlp](https://github.com/yuanzhoulvpi2017/zero_nlp)|中文nlp解决方案(大模型、数据、模型、训练、推理) |2887|5|2024-09-26| |19|[xinyu1205/recognize-anything](https://github.com/xinyu1205/recognize-anything)|Open-source and strong foundation image recognition models.|2789|5|2024-08-01| |20|[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|7883|4|2024-10-10| |21|[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|2546|4|2024-08-04| |22|[LC1332/Chat-Haruhi-Suzumiya](https://github.com/LC1332/Chat-Haruhi-Suzumiya)|Chat凉宫春日, An open sourced Role-Playing chatbot Cheng Li, Ziang Leng, and others.|1796|4|2024-08-13| |23|[TommyZihao/Train_Custom_Dataset](https://github.com/TommyZihao/Train_Custom_Dataset)|标注自己的数据集,训练、评估、测试、部署自己的人工智能算法|3123|4|2024-07-24| |24|[AlexZhangji/Twitter-Insight-LLM](https://github.com/AlexZhangji/Twitter-Insight-LLM)|Twitter data scraping, embedding based image search and more.|595|3|2024-04-17| |25|[datawhalechina/fun-rec](https://github.com/datawhalechina/fun-rec)|推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/|4279|3|2024-06-11| |26|[twinsant/ML](https://github.com/twinsant/ML)|深度学习练习本|83|3|2024-10-06| |27|[TommyZihao/vlm_arm](https://github.com/TommyZihao/vlm_arm)|机械臂+大模型+多模态=人机协作具身智能体|495|3|2024-08-20| |28|[roboticcam/machine-learning-notes](https://github.com/roboticcam/machine-learning-notes)|My continuously updated Machine Learning, Probabilistic Models and Deep Learning notes and demos (2000+ slides) 我不间断更新的机器学习,概率模型和深度学习的讲义(2000+页)和视频链接|8400|3|2024-09-29| |29|[tencentmusic/cube-studio](https://github.com/tencentmusic/cube-studio)|cube studio开源云原生一站式机器学习/深度学习/大模型AI平台,支持sso登录,多租户,大数据平台对接,notebook在线开发,拖拉拽任务流pipeline编排,多机多卡分布式训练,超参搜索,推理服务VGPU,边缘计算,serverless,标注平台,自动化标注,数据集管理,大模型微调,vllm大模型推理,llmops,私有知识库,AI模型应用商店,支持模型一键开发/推理/微调,支持国 ...|3539|3|2024-09-24| |30|[zjunlp/EasyEdit](https://github.com/zjunlp/EasyEdit)|[ACL 2024] An Easy-to-use Knowledge Editing Framework for LLMs.|1825|3|2024-10-03| |31|[jacket230/damai](https://github.com/jacket230/damai)|大麦抢票damai,piao,qiangpiao 余票监控,逆向破解,加密算法,frida,hook,https加解密,app端请求,演唱会,演出,猫眼,票星球pxq,纷玩岛fwd,周杰伦jay,林俊杰 JJ,王嘉尔,伍佰,邓紫棋,杭州,北京,上海,泉州 薛之谦,刘德华,千人q群即将满员,不设二群。|851|3|2024-10-09| |32|[DjangoPeng/openai-quickstart](https://github.com/DjangoPeng/openai-quickstart)|A comprehensive guide to understanding and implementing large language models with hands-on examples using LangChain for GenAI applications.|1140|3|2024-09-18| |33|[carefree0910/carefree-creator](https://github.com/carefree0910/carefree-creator)|AI magics meet Infinite draw board.|2130|3|2024-05-09| |34|[solidglue/Recommender_System](https://github.com/solidglue/Recommender_System)|推荐系统入门指南,全面介绍了工业级推荐系统的理论知识(王树森推荐系统公开课-基于小红书的场景讲解工业界真实的推荐系统),如何基于TensorFlow2训练模型,如何实现高性能、高并发、高可用的Golang推理微服务。Comprehensively introduced the theory of industrial recommender system, how to trainning mod ...|409|2|2024-05-20| |35|[xuebinqin/DIS](https://github.com/xuebinqin/DIS)|This is the repo for our new project Highly Accurate Dichotomous Image Segmentation|2234|2|2024-09-23| |36|[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. |2705|2|2024-10-10| |37|[Troyanovsky/Local-LLM-Comparison-Colab-UI](https://github.com/Troyanovsky/Local-LLM-Comparison-Colab-UI)|Compare the performance of different LLM that can be deployed locally on consumer hardware. Run yourself with Colab WebUI.|971|2|2024-10-01| |38|[hugo2046/QuantsPlaybook](https://github.com/hugo2046/QuantsPlaybook)|量化研究-券商金工研报复现|2627|2|2024-08-26| |39|[elroy93/12306spy](https://github.com/elroy93/12306spy)|12306查票, 找到一张能上车的票|599|2|2024-09-30| |40|[hikariming/chat-dataset-baseline](https://github.com/hikariming/chat-dataset-baseline)|人工精调的中文对话数据集和一段chatglm的微调代码|1147|2|2024-05-06| |41|[AI4Finance-Foundation/FinNLP](https://github.com/AI4Finance-Foundation/FinNLP)|Democratizing Internet-scale financial data.|1112|2|2024-07-01| |42|[embeddings-benchmark/mteb](https://github.com/embeddings-benchmark/mteb)|MTEB: Massive Text Embedding Benchmark|1863|2|2024-10-11| |43|[datawhalechina/competition-baseline](https://github.com/datawhalechina/competition-baseline)|数据挖掘、计算机视觉、自然语言处理、推荐系统竞赛知识、代码、思路|4261|2|2024-10-08| |44|[jvns/pandas-cookbook](https://github.com/jvns/pandas-cookbook)|Recipes for using Python's pandas library|6638|2|2024-07-18| |45|[breezedeus/Pix2Text](https://github.com/breezedeus/Pix2Text)|An Open-Source Python3 tool for recognizing layouts, tables, math formulas (LaTeX), and text in images, converting them into Markdown format. A free alternative to Mathpix, empowering seamless convers ...|1835|2|2024-08-19| |46|[Ayanaminn/N46Whisper](https://github.com/Ayanaminn/N46Whisper)|Whisper based Japanese subtitle generator|1573|2|2024-06-30| |47|[enpeizhao/CVprojects](https://github.com/enpeizhao/CVprojects)|computer vision projects 计算机视觉相关好玩的AI项目(Python、C++、embedded system)|2152|2|2024-04-16| |48|[OpenBioLink/ThoughtSource](https://github.com/OpenBioLink/ThoughtSource)|A central, open resource for data and tools related to chain-of-thought reasoning in large language models. Developed @ Samwald research group: https://samwald.info/|878|1|2024-06-11| |49|[luxonis/depthai-experiments](https://github.com/luxonis/depthai-experiments)|Experimental projects we've done with DepthAI. |822|1|2024-10-10| |50|[ECNU-ICALK/EduChat](https://github.com/ECNU-ICALK/EduChat)|An open-source educational chat model from ICALK, East China Normal University. 开源中英教育对话大模型。(通用基座模型,GPU部署,数据清理) 致敬: LLaMA, MOSS, BELLE, Ziya, vLLM|679|1|2024-10-05| |51|[amaiya/ktrain](https://github.com/amaiya/ktrain)|ktrain is a Python library that makes deep learning and AI more accessible and easier to apply|1227|1|2024-08-23| |52|[TommyZihao/openvino_tonypi](https://github.com/TommyZihao/openvino_tonypi)|基于OpenVINO,本地部署大模型智能体Agent,控制TonyPi人形机器人|53|1|2024-09-17| |53|[TheEconomist/big-mac-data](https://github.com/TheEconomist/big-mac-data)|Data and methodology for the Big Mac index|1586|1|2024-08-02| |54|[charliedream1/ai_quant_trade](https://github.com/charliedream1/ai_quant_trade)|股票AI操盘手:从学习、模拟到实盘,一站式平台。包含股票知识、策略实例、因子挖掘、传统策略、机器学习、深度学习、强化学习、图网络、高频交易、C++部署和聚宽实例代码等,可以方便学习、模拟及实盘交易|1249|1|2024-10-02| |55|[OptimalScale/DetGPT](https://github.com/OptimalScale/DetGPT)|-|755|1|2024-08-07| |56|[jjjack230/maotai](https://github.com/jjjack230/maotai)|抢茅台柯基 科技 ,imaotai,maotai,京东,天猫,淘宝,闲鱼,拼多多,抢茅台技术,技术交流,破解,脚本,黑客,逆向,自动抢茅台|38|1|2024-10-05| |57|[FinMind/FinMind](https://github.com/FinMind/FinMind)|Open Data, more than 50 financial data. 提供超過 50 個金融資料(台股為主),每天更新 https://finmind.github.io/|2105|1|2024-09-30| |58|[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.|344|1|2024-08-20| |59|[Coobiw/MPP-LLaVA](https://github.com/Coobiw/MPP-LLaVA)|Personal Project: MPP-Qwen14B & MPP-Qwen-Next(Multimodal Pipeline Parallel based on Qwen-LM). Support [video/image/multi-image] {sft/conversations}. Don't let the poverty limit your imagination! Train ...|362|1|2024-09-24| |60|[KaihuaTang/Scene-Graph-Benchmark.pytorch](https://github.com/KaihuaTang/Scene-Graph-Benchmark.pytorch)|A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased S ...|1060|1|2024-09-10| |61|[baidubce/bce-qianfan-sdk](https://github.com/baidubce/bce-qianfan-sdk)|Provide best practices for LMOps, as well as elegant and convenient access to the features of the Qianfan MaaS Platform. (提供大模型工具链最佳实践,以及优雅且便捷地访问千帆大模型平台)|319|1|2024-10-11| |62|[SUC-DriverOld/so-vits-svc-Deployment-Documents](https://github.com/SUC-DriverOld/so-vits-svc-Deployment-Documents)|So-VITS-SVC 本地部署/训练/推理/使用帮助文档 So-VITS-SVC Local Deployment/Training/Inference/Usage Help Document|657|1|2024-08-04| |63|[exacity/simplified-deeplearning](https://github.com/exacity/simplified-deeplearning)|Simplified implementations of deep learning related works|2489|1|2024-10-11| |64|[blackinkkkxi/RAG_langchain](https://github.com/blackinkkkxi/RAG_langchain)|一个基于langchain实现RAG的简单示例|266|1|2024-10-07| |65|[Tongyi-EconML/FinQwen](https://github.com/Tongyi-EconML/FinQwen)|FinQwen: 致力于构建一个开放、稳定、高质量的金融大模型项目,基于大模型搭建金融场景智能问答系统,利用开源开放来促进「AI+金融」。|269|1|2024-06-11| |66|[datawhalechina/handy-ollama](https://github.com/datawhalechina/handy-ollama)|动手学Ollama,CPU玩转大模型部署,在线阅读地址:https://datawhalechina.github.io/handy-ollama/|53|1|2024-09-08| |67|[s4afa451dgf415f/colab_stable_diffusion](https://github.com/s4afa451dgf415f/colab_stable_diffusion)|stable_diffusion_webui的colab部署版本(including English version),下载了所流行插件依赖和并进行初始化配置。拥有mod管理、手机自适应、图片信息本地读取等脚本。|654|1|2024-08-01| |68|[LAION-AI/CLIP_benchmark](https://github.com/LAION-AI/CLIP_benchmark)|CLIP-like model evaluation|596|1|2024-08-16| |69|[kzbkzb/Python-AI](https://github.com/kzbkzb/Python-AI)|深度学习100例、深度学习DL、图片分类、目标识别、目标检测、自然语言处理nlp、文本分类、TensorFlow、PyTorch|795|1|2024-09-17| |70|[Glanvery/LLM-Travel](https://github.com/Glanvery/LLM-Travel)|欢迎来到 "LLM-travel" 仓库!探索大语言模型(LLM)的奥秘 🚀。致力于深入理解、探讨以及实现与大模型相关的各种技术、原理和应用。|257|1|2024-07-21| |71|[lyhue1991/torchkeras](https://github.com/lyhue1991/torchkeras)|Pytorch❤️ Keras 😋😋|1727|1|2024-10-11| |72|[Tiiiger/bert_score](https://github.com/Tiiiger/bert_score)|BERT score for text generation|1580|1|2024-07-30| |73|[eastmountyxz/ImageProcessing-Python](https://github.com/eastmountyxz/ImageProcessing-Python)|该资源为作者在CSDN的撰写Python图像处理文章的支撑,主要是Python实现图像处理、图像识别、图像分类等算法代码实现,希望该资源对您有所帮助,一起加油。|1828|1|2024-04-12| |74|[percent4/embedding_rerank_retrieval](https://github.com/percent4/embedding_rerank_retrieval)|本项目是针对RAG中的Retrieve阶段的召回技术及算法效果所做评估实验。使用主体框架为LlamaIndex.|158|1|2024-08-22| |75|[CHH3213/chhRobotics](https://github.com/CHH3213/chhRobotics)|自动驾驶规划控制python代码实现|492|1|2024-08-22| |76|[datawhalechina/whale-quant](https://github.com/datawhalechina/whale-quant)|本项目为量化开源课程,可以帮助人们快速掌握量化金融知识以及使用Python进行量化开发的能力。|557|1|2024-05-29| |77|[KMnO4-zx/TinyAgent](https://github.com/KMnO4-zx/TinyAgent)|基于ReAct手搓一个Agent Demo|103|1|2024-04-29| |78|[phbst/tinyRAG](https://github.com/phbst/tinyRAG)|RAG兴趣小组,全手写的一个RAG应用。Langchain的大部分库会很方便,但是你不一定理解其中原理,所以代码尽可能展现基本算法,主打理解RAG的原理|115|1|2024-09-25| |79|[Zeyi-Lin/LLM-Finetune](https://github.com/Zeyi-Lin/LLM-Finetune)|大语言模型微调,Qwen2、GLM4指令微调|182|1|2024-07-25| |80|[Samer-hue/LMSYS_scheme_lyp](https://github.com/Samer-hue/LMSYS_scheme_lyp)|Kaggle: LMSYS-Chatbot Arena Human Preference Predictions 比赛代码|57|1|2024-09-03| |81|[honeyandme/RAGQnASystem](https://github.com/honeyandme/RAGQnASystem)|本项目设计了一个基于 RAG 与大模型技术的医疗问答系统,利用 DiseaseKG 数据集与 Neo4j 构 建知识图谱,结合 BERT 的命名实体识别和 34b 大模型的意图识别,通过精确的知识检索和问答生成, 提升系统在医疗咨询中的性能,解决大模型在医疗领域应用的可靠性问题。|194|1|2024-05-21| |82|[roberthsu2003/__2024_08_31_chihlee_pico__](https://github.com/roberthsu2003/__2024_08_31_chihlee_pico__)|致理pico課程|33|1|2024-10-05| |83|[LinXueyuanStdio/LaTeX_OCR_PRO](https://github.com/LinXueyuanStdio/LaTeX_OCR_PRO)|:art: 数学公式识别增强版:中英文手写印刷公式、支持初级符号推导(数据结构基于 LaTeX 抽象语法树)Math Formula OCR Pro, supports handwrite, Chinese-mixed formulas and simple symbol reasoning (based on LaTeX AST). |1090|1|2024-06-11| |84|[Heng-xiu/agentic-system-lab-2024ironman](https://github.com/Heng-xiu/agentic-system-lab-2024ironman)|本專案紀錄 2024 鐵人賽當中程式碼|37|1|2024-09-28| |85|[juntang-zhuang/Adabelief-Optimizer](https://github.com/juntang-zhuang/Adabelief-Optimizer)|Repository for NeurIPS 2020 Spotlight "AdaBelief Optimizer: Adapting stepsizes by the belief in observed gradients"|1046|1|2024-08-09| |86|[yuanjie-ai/ChatLLM](https://github.com/yuanjie-ai/ChatLLM)|轻松玩转LLM兼容openai&langchain,支持文心一言、讯飞星火、腾讯混元、智谱ChatGLM等|435|1|2024-09-24| |87|[xaio6/LabelQuick](https://github.com/xaio6/LabelQuick)|一种快速、轻松的AI辅助标注工具LabelQuick|39|0|2024-08-12| |88|[ryan4yin/knowledge](https://github.com/ryan4yin/knowledge)|(Chinese Only)Everything I know: DevOps & CloudNative, Linux, Embedded, Homelab, Music, Blockchain, AI, etc...|454|0|2024-10-10| |89|[Zhu-Shatong/RailTracker](https://github.com/Zhu-Shatong/RailTracker)|从12306使用爬虫爬取火车站及车次信息、火车票价 RailTracker是一个使用Python开发的高效数据采集、集成与可视化系统,专门针对高铁票务数据。本项目通过设计精巧的数据爬虫,实现了对高铁票实时数据的自动采集,确保数据的准确性和实时更新。利用先进的数据处理技术,包括Pandas等库进行数据预处理和清洗,通过去重、处理缺失值等手段,提高了数据质量。采用MySQL数据库保证了项目在面 ...|75|0|2024-04-22| |90|[dbkk/docx-researchmap](https://github.com/dbkk/docx-researchmap)|-|26|0|2024-06-26| |91|[arcstep/langchain_zhipuai](https://github.com/arcstep/langchain_zhipuai)|为了兼容Langchain,根据zhipu官方HTTP的API重新实现的Python SDK|42|0|2024-06-28| |92|[roberthsu2003/PythonForDataAnalysis](https://github.com/roberthsu2003/PythonForDataAnalysis)|AI 人工智慧開發入門|226|0|2024-10-09| |93|[wx-chevalier/MySQL-Notes](https://github.com/wx-chevalier/MySQL-Notes)|📚深入浅出 MySQL 实战|80|0|2024-09-21| |94|[Allenem/graduation-design](https://github.com/Allenem/graduation-design)|:trollface: 本科毕业设计:针对Deepfake假脸视频面部细节特征的提取算法|50|0|2024-09-29| |95|[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目标检测算法,提升检测效果.你也可以在分类任务中使用该损失函数 ...|453|0|2024-06-30| |96|[wangzheng422/docker_env](https://github.com/wangzheng422/docker_env)|Personal working log and md documents. Currently forcus on openshift4.|130|0|2024-10-11| |97|[PiperLiu/CS-courses-notes](https://github.com/PiperLiu/CS-courses-notes)|✨终生持续更新✨ 计算机基础自学笔记/心得/实验/资源汇总;C语言为主,课程:数据结构、操作系统(MIT6.S081)、分布式系统(MIT6.824)等|484|0|2024-09-14| |98|[lturing/ORB_SLAM3_modified](https://github.com/lturing/ORB_SLAM3_modified)|安卓手机适配orb slam3,运行mono-inertial|186|0|2024-05-27| |99|[jm199504/Financial-Time-Series](https://github.com/jm199504/Financial-Time-Series)|金融时间序列(预测分析 / 相似度 / 数据处理)|185|0|2024-07-10| |100|[serengil/tensorflow-101](https://github.com/serengil/tensorflow-101)|TensorFlow 101: Introduction to Deep Learning|1060|0|2024-07-04| |101|[solidglue/DNN_for_YouTube_Recommendations](https://github.com/solidglue/DNN_for_YouTube_Recommendations)|YouTube推荐系统深度学习召回排序算法, Deep Neural Networks for YouTube Recommendations. YouTubeDNN.|108|0|2024-05-21| |102|[roberthsu2003/__2024_05_05_sunday__](https://github.com/roberthsu2003/__2024_05_05_sunday__)|AI 人工智慧開發入門_python|30|0|2024-07-14| |103|[Tony607/Cybergear](https://github.com/Tony607/Cybergear)|小米微电机Cybergear上手开发|87|0|2024-08-26| |104|[sekilab/RoadDamageDetector](https://github.com/sekilab/RoadDamageDetector)|-|750|0|2024-05-15| |105|[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 |298|0|2024-10-11| |106|[huangjia2019/ai-in-practice](https://github.com/huangjia2019/ai-in-practice)|极客时间 AI原生基础实战课|60|0|2024-06-28| |107|[retepViolet/Transformer-](https://github.com/retepViolet/Transformer-)|一个较为容易理解的初学者代码|26|0|2024-06-29| |108|[teash1rt/resume-analysis-system](https://github.com/teash1rt/resume-analysis-system)|智能简历解析系统,支持多维度信息提取|65|0|2024-06-30| |109|[yangheng95/PyABSA](https://github.com/yangheng95/PyABSA)|Sentiment Analysis, Text Classification, Text Augmentation, Text Adversarial defense, etc.; |937|0|2024-10-11| |110|[deepjavalibrary/d2l-java-zh](https://github.com/deepjavalibrary/d2l-java-zh)|-|37|0|2024-10-07| |111|[X-lab2017/open-digger](https://github.com/X-lab2017/open-digger)|Open source analysis tools|286|0|2024-09-29| |112|[lingwsh/ben_tech_python](https://github.com/lingwsh/ben_tech_python)|Ben Tech YouTube Channel free data and information|39|0|2024-09-29| |113|[harrodyuan/FACTOR_TRAINING_CHI](https://github.com/harrodyuan/FACTOR_TRAINING_CHI)|Code and Data for Harold's Quant Channel Factor Training Series 哈罗德的量化频道 --- 因子实战系列全部 数据+代码文件|36|0|2024-07-10| |114|[5zjk5/prompt-engineering](https://github.com/5zjk5/prompt-engineering)|prompt 工程项目案例|34|0|2024-10-11| |115|[jimmy0k/Xiamen-siming-house](https://github.com/jimmy0k/Xiamen-siming-house)|基于Python:网络爬虫获取房价信息、数据的预处理和可视化、搭建基于房价预测的机器学习模型、房价预测。|97|0|2024-08-17| |116|[moon-hotel/MachineLearningWithMe](https://github.com/moon-hotel/MachineLearningWithMe)|A repository contains more than 12 common statistical machine learning algorithm implementations. 常见机器学习算法原理与实现|242|0|2024-09-07| |117|[gallen881/bopomofo2hanzi](https://github.com/gallen881/bopomofo2hanzi)|將注音輸入法未切換時產生的英數字元轉換為漢字|24|0|2024-09-16| |118|[RyoWakabayashi/elixir-learning](https://github.com/RyoWakabayashi/elixir-learning)|Elixir 学習用|36|0|2024-10-10| |119|[roberthsu2003/__2024_04_17_mon_wed__](https://github.com/roberthsu2003/__2024_04_17_mon_wed__)|Python與AI人工智慧開發入門|24|0|2024-07-03| |120|[SYadda/Arknights_6Star_Rank_Vote](https://github.com/SYadda/Arknights_6Star_Rank_Vote)|明日方舟 六星干员强度投票箱|45|0|2024-07-06| |121|[tim-yao/au-it-faq-for-chinese](https://github.com/tim-yao/au-it-faq-for-chinese)|澳洲IT新移民常见问题|88|0|2024-07-16| |122|[WHUFT/WHU_FinTech_Workshop](https://github.com/WHUFT/WHU_FinTech_Workshop)|武汉大学金融科技研讨班|268|0|2024-09-27| |123|[xzl524/football_data_analysis](https://github.com/xzl524/football_data_analysis)|利用数学和数据理解足球(Use Math and Data to Understand Football)|63|0|2024-05-03| |124|[RenShuhuai-Andy/my-tools](https://github.com/RenShuhuai-Andy/my-tools)|my commonly-used tools|46|0|2024-07-30| |125|[jonnor/embeddedml](https://github.com/jonnor/embeddedml)|Notes on Machine Learning on edge for embedded/sensor/IoT uses|244|0|2024-10-07| |126|[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).|727|0|2024-05-13| |127|[luiarthur/TuringBnpBenchmarks](https://github.com/luiarthur/TuringBnpBenchmarks)|Benchmarks of Bayesian Nonparametric models in Turing and other PPLs|29|0|2024-07-18| |128|[patrick-llgc/Learning-Deep-Learning](https://github.com/patrick-llgc/Learning-Deep-Learning)|Paper reading notes on Deep Learning and Machine Learning|1112|0|2024-06-24| |129|[nyukat/GMIC](https://github.com/nyukat/GMIC)|An interpretable classifier for high-resolution breast cancer screening images utilizing weakly supervised localization|168|0|2024-07-25| |130|[tinyms-ai/tinyms](https://github.com/tinyms-ai/tinyms)|Easy-to-Use deep learning development toolkit.|125|0|2024-04-26| |131|[mesolitica/malaysian-dataset](https://github.com/mesolitica/malaysian-dataset)|We gather Malaysian dataset! https://malaysian-dataset.readthedocs.io/|298|0|2024-09-30| |132|[huangjia2019/powerful_llm](https://github.com/huangjia2019/powerful_llm)|极客时间 - 大模型应用开发实战课: 展现LLM应用开发之强大|27|0|2024-07-02| |133|[mapicccy/funcat](https://github.com/mapicccy/funcat)|Using very simple code to compute indicator of stock\crytocurrency. For example, MA(C, 5) means average closed-price for last 5 days.|29|0|2024-08-25| |134|[datawhalechina/office-automation](https://github.com/datawhalechina/office-automation)|python自动化办公|251|0|2024-05-30| |135|[datawhalechina/learn-python-the-smart-way-v2](https://github.com/datawhalechina/learn-python-the-smart-way-v2)|聪明办法学Python,简明且系统的 Python 入门教程第二版。|219|0|2024-05-13| |136|[HoGC/esp_speech_recognition](https://github.com/HoGC/esp_speech_recognition)|ESP32 语音唤醒+离线识别+百度在线识别|65|0|2024-06-13| |137|[genkuroki/Statistics](https://github.com/genkuroki/Statistics)|Notes of Statistics|27|0|2024-08-29| |138|[matejker/everystreet](https://github.com/matejker/everystreet)|An algorithm finding #everystreet route on Open Street Map (OSMnx)|100|0|2024-07-25| |139|[roberthsu2003/python-SQLite-MySQL](https://github.com/roberthsu2003/python-SQLite-MySQL)|python+SQL資料庫組織數據更簡單!|83|0|2024-10-10| |140|[mscb402/Cybertrolls-Detection](https://github.com/mscb402/Cybertrolls-Detection)|Cybertrolls Detection using deep learning (基于深度学习的网络欺凌/网络暴力检测)|30|0|2024-05-09| |141|[tejtw/TEJAPI_Python_Medium_Quant](https://github.com/tejtw/TEJAPI_Python_Medium_Quant)|TEJ_API_Python_量化分析|26|0|2024-09-25| |142|[Steven-Luo/MasteringRAG](https://github.com/Steven-Luo/MasteringRAG)|企业级RAG系统从入门到精通|31|0|2024-10-08| |143|[HaoningChen/scutquant](https://github.com/HaoningChen/scutquant)|scutquant是一个开源的离线量化投资平台,由华南理工大学量化投资协会负责维护. 该框架具有低耦合, 高内聚的特点|36|0|2024-05-20| |144|[chunhuizhang/deeplearning_math](https://github.com/chunhuizhang/deeplearning_math)|现代人工智能中的数学基础|27|0|2024-10-08| |145|[dxcf123/UCAS_DeepLearning_homework](https://github.com/dxcf123/UCAS_DeepLearning_homework)|国科大深度学习作业 2024 春|55|0|2024-06-28| |146|[WangLaoShi/Aliyun-Python](https://github.com/WangLaoShi/Aliyun-Python)|阿里云天池龙珠计划 Python 项目|144|0|2024-06-29| |147|[IvanaXu/TianChiProj](https://github.com/IvanaXu/TianChiProj)|🏆🥈🥉 TianChi/天池 AIStudio Kaggle iFLYTEKAI...|65|0|2024-06-03| |148|[roberthsu2003/python](https://github.com/roberthsu2003/python)|python 說明|428|0|2024-07-26| |149|[mindspore-ai/docs](https://github.com/mindspore-ai/docs)|MindSpore document|158|0|2024-06-09| |150|[LubyRuffy/cheatsheet](https://github.com/LubyRuffy/cheatsheet)|华顺信安技术羊皮卷|157|0|2024-07-23| |151|[LoveThinkinghard/HUST-Physcis-Experiments-Plot-and-Dataprocess](https://github.com/LoveThinkinghard/HUST-Physcis-Experiments-Plot-and-Dataprocess)|华中科技大学物理实验画图及数据处理(使用python)|44|0|2024-09-18| |152|[roberthsu2003/__113_gov_ai_web__2024_4_27__](https://github.com/roberthsu2003/__113_gov_ai_web__2024_4_27__)|113上-新北-打造AI物聯網數據與Web動態網頁圖表顯示整合實作班|27|0|2024-06-29| |153|[chunhuizhang/deeplearning-envs](https://github.com/chunhuizhang/deeplearning-envs)|深度学习软硬件配置(小白向)|26|0|2024-09-24| |154|[onlytiancai/codesnip](https://github.com/onlytiancai/codesnip)|代码片段|315|0|2024-09-14| |155|[beader/tianchi_nl2sql](https://github.com/beader/tianchi_nl2sql)|追一科技首届中文NL2SQL挑战赛决赛第3名方案+代码|531|0|2024-08-02| |156|[HuichuanLI/Recommand-Algorithme](https://github.com/HuichuanLI/Recommand-Algorithme)|推荐算法实战(Recommend algorithm)|127|0|2024-07-06| |157|[godaai/scale-py-zh](https://github.com/godaai/scale-py-zh)|Python 数据科学加速:Dask、Ray、Xorbits、mpi4py|37|0|2024-08-25| |158|[tejtw/TQuant-Lab](https://github.com/tejtw/TQuant-Lab)|使用文件、程式範例|31|0|2024-08-09| |159|[Luhuanz/time-series](https://github.com/Luhuanz/time-series)|从传统的ARMA到lightblm到lstm到infromer等时间序列方向整理以及实现|128|0|2024-04-22| |160|[REXWindW/my_llm](https://github.com/REXWindW/my_llm)| 尝试自己从头写一个LLM,参考llama和nanogpt|32|0|2024-04-27| |161|[Luhuanz/Curriculum](https://github.com/Luhuanz/Curriculum)|从0开始构建多维度的基于爬虫可视化,中文clip,chatglm3微调的综合项目 |26|0|2024-04-24| |162|[songxxiao/m5_compete](https://github.com/songxxiao/m5_compete)|Sliver Solution (Top 2%) for Kaggle M5 Forecasting competition|42|0|2024-09-30| |163|[XiuzeZhou/CALCE](https://github.com/XiuzeZhou/CALCE)|锂电池数据集 CALCE|134|0|2024-06-13| |164|[playmobil/huggingface-China](https://github.com/playmobil/huggingface-China)|通过阿里云盘,colab,国内下载huggingface大模型轻轻松松|29|0|2024-07-01| |165|[roberthsu2003/pythonWindow](https://github.com/roberthsu2003/pythonWindow)|使用tkinter打造跨平台視窗|50|0|2024-07-26| |166|[bd4sur/Nano](https://github.com/bd4sur/Nano)|玩具 Transformer 语言模型|33|0|2024-10-11| |167|[stylellm/stylellm_chat](https://github.com/stylellm/stylellm_chat)|通用大模型 × 文风大模型 = 多样化风格的聊天机器人|33|0|2024-07-14| |168|[CNFeffery/PythonPracticalSkills](https://github.com/CNFeffery/PythonPracticalSkills)|存放「Python实用秘技」系列文章对应附件|39|0|2024-05-22| |169|[lgy112112/Efficient-KAN-in-Chinese](https://github.com/lgy112112/Efficient-KAN-in-Chinese)|详细的中文注释+使用例子|25|0|2024-06-22| |170|[wx-chevalier/AI-Notes](https://github.com/wx-chevalier/AI-Notes)|:books: [.md & .ipynb] Series of Artificial Intelligence & Deep Learning, including Mathematics Fundamentals, Python Practices, NLP Application, etc. 💫 人工智能与深度学习实战,数理统计篇 机器学习篇 深度学习篇 自然语言处理篇 工具 ...|756|0|2024-09-21| |171|[ZGarry/kezhuanzhai](https://github.com/ZGarry/kezhuanzhai)|自动化可转债之旅|41|0|2024-09-09| |172|[KMnO4-zx/extract-dialogue](https://github.com/KMnO4-zx/extract-dialogue)|从小说中提取对话数据集|86|0|2024-06-16| |173|[SummerGift/EmbeddedSystem](https://github.com/SummerGift/EmbeddedSystem)|:books: 计算机体系架构、嵌入式系统基础与主流编程语言相关内容总结|622|0|2024-07-29| |174|[Kedreamix/PaddleAvatar](https://github.com/Kedreamix/PaddleAvatar)|你是否曾经幻想过与自己的虚拟人交互?现在,使用PaddleAvatar,您可以将自己的图像、音频和视频转化为一个逼真的数字人视频,与其进行人机交互。 PaddleAvatar是一种基于PaddlePaddle深度学习框架的数字人生成工具,基于Paddle的许多套件,它可以将您的数字图像、音频和视频合成为一个逼真的数字人视频。除此之外,PaddleAvatar还支持进一步的开发,例如使用自然语言处 ...|173|0|2024-08-30| |175|[Zenobia000/iSpan_python-DA-cookbooks](https://github.com/Zenobia000/iSpan_python-DA-cookbooks)|資策會_python data analysis |66|0|2024-09-26| |176|[Nozom1466/Tongji-CS-Assignments](https://github.com/Nozom1466/Tongji-CS-Assignments)|同济大学 数字逻辑+汇编+数据结构作业及项目+人工智能导论笔记+形式语言与自动机笔记+计算机组成原理小作业+编译原理+编译原理课程设计+计算机网络+操作系统课程设计+数据库课程设计+计算机系统结构课程设计+人机交互导论+软件工程+Web技术+深度学习与神经网络+数据库系统原理+机器学习+操作系统+计算机网络课程设计|63|0|2024-09-22| |177|[TheKOG/InfinityGauntlet](https://github.com/TheKOG/InfinityGauntlet)|响指开关灯|59|0|2024-07-27| |178|[aliencaocao/netease_cloudmusic_discord_rpc](https://github.com/aliencaocao/netease_cloudmusic_discord_rpc)|网易云音乐Discord听歌状态同步|52|0|2024-09-09| |179|[yunsuxiaozi/AI-and-competition](https://github.com/yunsuxiaozi/AI-and-competition)|这里用来存储做人工智能项目的代码和参加数据挖掘比赛的代码|64|0|2024-10-10| |180|[DylanAo/AHU-AI-Repository](https://github.com/DylanAo/AHU-AI-Repository)|安徽大学人工智能学院资源仓库|136|0|2024-09-25| |181|[lyhue1991/PythonAiRoad](https://github.com/lyhue1991/PythonAiRoad)|source code of my blogs 😋😋|354|0|2024-08-11|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Kotlin.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Kotlin 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[gkd-kit/gkd](https://github.com/gkd-kit/gkd)|基于无障碍,高级选择器,订阅规则的自定义屏幕点击 Android 应用 An Android APP with custom screen tapping based on Accessibility, Advanced Selectors, and Subscription Rules|20490|44|2024-10-11| |2|[yaoxieyoulei/mytv-android](https://github.com/yaoxieyoulei/mytv-android)|使用Android原生开发的电视直播软件|5704|31|2024-10-10| |3|[tiann/KernelSU](https://github.com/tiann/KernelSU)|A Kernel based root solution for Android|9983|15|2024-10-11| |4|[JunkFood02/Seal](https://github.com/JunkFood02/Seal)|🦭 Video/Audio Downloader for Android, based on yt-dlp, designed with Material You|11080|12|2024-10-10| |5|[bmax121/APatch](https://github.com/bmax121/APatch)|The patching of Android kernel and Android system|4369|10|2024-10-11| |6|[lizongying/my-tv-0](https://github.com/lizongying/my-tv-0)|電視網絡視頻播放軟件,可以自定義視頻源|1755|8|2024-09-10| |7|[mamoe/mirai](https://github.com/mamoe/mirai)|高效率 QQ 机器人支持库|14385|8|2024-09-23| |8|[coil-kt/coil](https://github.com/coil-kt/coil)|Image loading for Android and Compose Multiplatform.|10716|6|2024-10-11| |9|[breezy-weather/breezy-weather](https://github.com/breezy-weather/breezy-weather)|A Material Design Weather Application|5448|6|2024-10-11| |10|[unit-mesh/auto-dev](https://github.com/unit-mesh/auto-dev)|🧙‍AutoDev: The AI-powered coding wizard(AI 驱动编程助手)with multilingual support 🌐, auto code generation 🏗️, and a helpful bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Dev/Testing/Docu ...|2771|5|2024-10-09| |11|[Ashinch/ReadYou](https://github.com/Ashinch/ReadYou)|An Android RSS reader presented in Material You style.|4894|5|2024-10-11| |12|[mgz0227/legado-Harmony](https://github.com/mgz0227/legado-Harmony)|开源阅读鸿蒙版仓库|940|5|2024-09-10| |13|[yujincheng08/BiliRoaming](https://github.com/yujincheng08/BiliRoaming)|哔哩漫游,解除B站客户端番剧区域限制的Xposed模块,并且提供其他小功能。An Xposed module that unblocks bangumi area limit of BILIBILI with miscellaneous features.|9454|5|2024-10-10| |14|[hefengbao/jingmo](https://github.com/hefengbao/jingmo)|『京墨』开源的中华文化宝典 APP,诗(词)文(名句)、汉字、成语、词语、歇后语、绕口令、传统节日、传统色、节气、人物等。|1694|4|2024-09-14| |15|[jing332/tts-server-android](https://github.com/jing332/tts-server-android)|这是一个Android系统TTS应用,内置微软演示接口,可自定义HTTP请求,可导入其他本地TTS引擎,以及根据中文双引号的简单旁白/对话识别朗读 ,还有自动重试,备用配置,文本替换等更多功能。|3244|4|2024-08-12| |16|[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|2626|4|2024-10-11| |17|[CrossPaste/crosspaste-desktop](https://github.com/CrossPaste/crosspaste-desktop)|Universal Pasteboard Across Devices|829|3|2024-10-11| |18|[easybangumiorg/EasyBangumi](https://github.com/easybangumiorg/EasyBangumi)|纯纯看番,使用 Compose 开发的 Android 看番软件,支持多番剧源|2861|3|2024-10-06| |19|[gallonyin/worktool](https://github.com/gallonyin/worktool)|一款安全稳定的Android无障碍服务工具,支持控制企微/微信来运行的无人值守群管理机器人|2472|3|2024-09-21| |20|[GuoXiCheng/SKIP](https://github.com/GuoXiCheng/SKIP)|自动跳过APP开屏广告|2354|3|2024-10-09| |21|[FooIbar/EhViewer](https://github.com/FooIbar/EhViewer)|EhViewer overhauled with Material Design 3 and more, forked from https://github.com/Ehviewer-Overhauled/Ehviewer|2289|3|2024-10-11| |22|[XayahSuSuSu/Android-DataBackup](https://github.com/XayahSuSuSu/Android-DataBackup)|DataBackup for Android 7.0+|3421|3|2024-10-11| |23|[zhanghai/MaterialFiles](https://github.com/zhanghai/MaterialFiles)|Material Design file manager for Android|5886|3|2024-10-07| |24|[bggRGjQaUbCoE/c001apk](https://github.com/bggRGjQaUbCoE/c001apk)|fake coolapk|1002|3|2024-05-08| |25|[maxrave-dev/SimpMusic](https://github.com/maxrave-dev/SimpMusic)|A simple music app using YouTube Music for backend|1810|3|2024-09-13| |26|[guolindev/PermissionX](https://github.com/guolindev/PermissionX)|An open source Android library that makes handling runtime permissions extremely easy.|3488|2|2024-08-29| |27|[suming77/SumTea_Android](https://github.com/suming77/SumTea_Android)|基于组件化+模块化+Kotlin+协程+Flow+Retrofit+Jetpack+MVVM+短视频架构实现的WanAndroid客户端|1026|2|2024-06-07| |28|[fumiama/copymanga](https://github.com/fumiama/copymanga)|拷贝漫画的第三方APP,优化阅读/下载体验|2264|2|2024-09-15| |29|[gurecn/YuyanIme](https://github.com/gurecn/YuyanIme)|雨燕拼音输入法-一款基于Rime定制开发的九键、全拼、双拼、手写、火星文等方案、支持悬浮、单手、数字行等键盘模式的中文输入法|304|2|2024-10-11| |30|[liujingxing/rxhttp](https://github.com/liujingxing/rxhttp)| 🔥🔥🔥 Based on OkHttp encapsulation, support Kotlin Coroutines、RxJava2、RxJava3; 30s to get started.|3741|2|2024-08-30| |31|[wgllss/WXDynamicPlugin](https://github.com/wgllss/WXDynamicPlugin)|自研零反射,零HooK,全动态化,插件化框架,全网唯一结合启动优化的插件化架构,适合小,中,大型项目均可的插件化架构|301|2|2024-10-09| |32|[YuKongA/Updater](https://github.com/YuKongA/Updater)|[App] Get HyperOS/MIUI recovery ROM update info|525|2|2024-07-18| |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 to ...|2530|2|2024-08-05| |34|[fcitx5-android/fcitx5-android](https://github.com/fcitx5-android/fcitx5-android)|Fcitx5 input method framework and engines ported to Android|2928|2|2024-10-11| |35|[YenalyLiew/Han1meViewer](https://github.com/YenalyLiew/Han1meViewer)|A Hanime1.me Application for Android.|1611|2|2024-10-07| |36|[aistra0528/Hail](https://github.com/aistra0528/Hail)|Disable / Hide / Suspend / Uninstall Android apps without root.|2579|2|2024-10-08| |37|[mockk/mockk](https://github.com/mockk/mockk)|mocking library for Kotlin|5416|2|2024-10-09| |38|[Dr-TSNG/Hide-My-Applist](https://github.com/Dr-TSNG/Hide-My-Applist)|An Xposed module to intercept applist detections|2978|2|2024-10-06| |39|[Mahmud0808/Iconify](https://github.com/Mahmud0808/Iconify)|Iconify lets you customize your Android 12+ device easily. Change icons, colors, shapes, and even the notification panel for a personalized look that suits your style.|1896|2|2024-10-07| |40|[CofbroTeam/Doraemon](https://github.com/CofbroTeam/Doraemon)|⭐ ⭐ ⭐不止签到!更有一键同步作业功能!⭐ ⭐ ⭐ UI友好的安卓-Android移动端学习通签到助手,支持普通签到,扫码签到,图片签到,二维码签到,定位签到,签到码签到,手势签到,作业提醒:push通知,短信通知!!|706|2|2024-08-20| |41|[laomuji666/Quickly-Use-Jetpack-Compose](https://github.com/laomuji666/Quickly-Use-Jetpack-Compose)|简单易用的 Jetpack Compose 快速开发框架,以Compose的方式实现功能.|102|2|2024-10-11| |42|[didi/booster](https://github.com/didi/booster)|🚀Optimizer for mobile applications|4879|2|2024-07-21| |43|[xiaoyvyv/bangumi](https://github.com/xiaoyvyv/bangumi)|Bangumi for Android - A full-featured unofficial android native application for the bangumi.tv|562|2|2024-08-03| |44|[aaa1115910/bv](https://github.com/aaa1115910/bv)|哔哩哔哩 的第三方 Android TV 应用。A third-party Android TV app for Bilibili.|1412|2|2024-10-08| |45|[Greatwallcorner/TV-Multiplatform](https://github.com/Greatwallcorner/TV-Multiplatform)|基于fonmi/TV项目的, 简单桌面版本实现。|417|2|2024-10-08| |46|[allenymt/PrivacySentry](https://github.com/allenymt/PrivacySentry)|Android隐私合规整改检测工具,注解+Asm修改字节码的检测方案|2042|2|2024-08-12| |47|[stream-rec/stream-rec](https://github.com/stream-rec/stream-rec)|Automatic streaming record tool. Live and bullet comments recorder. 虎牙/抖音/斗鱼/Twitch/PandaTV直播,弹幕自动录制|529|2|2024-10-10| |48|[iamr0s/Dhizuku](https://github.com/iamr0s/Dhizuku)|A Android Application for share DeviceOwner|1193|2|2024-10-10| |49|[izhangzhihao/intellij-rainbow-brackets](https://github.com/izhangzhihao/intellij-rainbow-brackets)|🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio/Fleet|4442|2|2024-10-05| |50|[AlmasB/FXGL](https://github.com/AlmasB/FXGL)|Java / JavaFX / Kotlin Game Library (Engine)|4388|1|2024-09-20| |51|[rosuH/EasyWatermark](https://github.com/rosuH/EasyWatermark)|🔒 🖼 Securely, easily add a watermark to your sensitive photos. 安全、简单地为你的敏感照片添加水印,防止被小人泄露、利用|1559|1|2024-10-02| |52|[laoxinH/crosscore-mod-manager](https://github.com/laoxinH/crosscore-mod-manager)|MOD实验室:一个游戏mod管理工具,支持管理大多数二游的MOD,例如交错战线、碧蓝航线、碧蓝档案的魔改以及mod管理,一键开启备份还原,mod预览等|95|1|2024-10-07| |53|[liangjingkanji/BRV](https://github.com/liangjingkanji/BRV)|[使用文档] Android 快速构建 RecyclerView, 比 BRVAH 更简单强大|2593|1|2024-09-20| |54|[lizongying/my-tv-1](https://github.com/lizongying/my-tv-1)|电视网络视频播放软件,支持播放网页视频。|114|1|2024-05-27| |55|[ven-coder/Assists](https://github.com/ven-coder/Assists)|🔥Android无障碍服务(AccessibilityService)开发框架,Android自动化脚本框架,快速开发复杂自动化任务、远程协助、监听等|259|1|2024-10-08| |56|[MarsZone/Embodied](https://github.com/MarsZone/Embodied)|Build you own Social Apps like facebook twitter etc. 使用kotlin和React来搭建一个社交apps,类似小红书,微博|132|1|2024-07-18| |57|[MrXiaoM/Overflow](https://github.com/MrXiaoM/Overflow)|替换 mirai 实现为 Onebot 以进行无缝迁移|321|1|2024-10-09| |58|[liujingxing/XmlClassGuard](https://github.com/liujingxing/XmlClassGuard)|一个可混淆4大组件,自定义View等任意类的插件,上架Google Play的利器|930|1|2024-06-11| |59|[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 ...|601|1|2024-07-10| |60|[10miaomiao/bilimiao2](https://github.com/10miaomiao/bilimiao2)|bilimiao 2.x|1679|1|2024-10-06| |61|[greyovo/PicQuery](https://github.com/greyovo/PicQuery)|🔍 Search local images with natural language on Android, powered by OpenAI's CLIP model. / 在 Android 上用自然语言搜索本地图片 (基于 OpenAI 的 CLIP 模型)|239|1|2024-05-03| |62|[azhon/AppUpdate](https://github.com/azhon/AppUpdate)|Android App update library. Android版本更新库,简单、轻量、可随意定制|2288|1|2024-08-27| |63|[xihan123/SignHook](https://github.com/xihan123/SignHook)|这是一个简单的签名校验通杀模块|612|1|2024-10-11| |64|[Block-Network/StatusBarLyric](https://github.com/Block-Network/StatusBarLyric)|[Xposed] Status Bar Lyric / 状态栏歌词|933|1|2024-10-04| |65|[iiheng/VCAMSX](https://github.com/iiheng/VCAMSX)|安卓虚拟摄像头|276|1|2024-08-16| |66|[Leon406/ToolsFx](https://github.com/Leon406/ToolsFx)|基于kotlin+tornadoFx的跨平台密码学工具箱.包含编解码,编码转换,加解密, 哈希,MAC,签名,大数运算,压缩,二维码功能,ctf等实用功能,支持插件|1486|1|2024-10-11| |67|[Knight-ZXW/BlockCanaryX](https://github.com/Knight-ZXW/BlockCanaryX)|🔥基于堆栈采样,使用函数火焰图的形式展示Android Main Looper的慢消息处理过程,定位阻塞原因|448|1|2024-06-26| |68|[HighCapable/YukiHookAPI](https://github.com/HighCapable/YukiHookAPI)|⛱️ An efficient Hook API and Xposed Module solution built in Kotlin.|1357|1|2024-10-01| |69|[hujiayucc/Fuck-AD](https://github.com/hujiayucc/Fuck-AD)|去他妈的广告|304|1|2024-09-28| |70|[WrBug/DeveloperHelper](https://github.com/WrBug/DeveloperHelper)|📌易开发是一款帮助开发人员快速开发的工具,功能包括界面分析,页面信息,加固脱壳,支持Android9.0|1313|1|2024-09-25| |71|[osfans/trime](https://github.com/osfans/trime)|同文安卓輸入法平臺3.x/Android-rime/Rime Input Method Engine for Android|3082|1|2024-10-11| |72|[zhanghai/Untracker](https://github.com/zhanghai/Untracker)|App to help you remove tracking information before sharing links|361|1|2024-10-03| |73|[XJ-Up/quickupload](https://github.com/XJ-Up/quickupload)|A framework written purely in Kotlin, encapsulating OkHttp, designed to help developers easily and quickly implement upload functionality. 纯 kotlin编写 ,Okhttp封装,一个让开发者轻松快速完成上传功能的框架 |191|1|2024-08-08| |74|[chr233/PureNGA](https://github.com/chr233/PureNGA)|NGA 去广告Xposed模块 支持 Lspatch|481|1|2024-10-08| |75|[Ccixyj/JBusDriver](https://github.com/Ccixyj/JBusDriver)|这是去幼儿园的班车(滑稽|2576|1|2024-08-31| |76|[DUpdateSystem/UpgradeAll](https://github.com/DUpdateSystem/UpgradeAll)|Check updates for Android apps, Magisk modules and more!|1042|1|2024-10-11| |77|[androiddevnotes/awesome-android-learning-resources](https://github.com/androiddevnotes/awesome-android-learning-resources)|👓 A curated list of awesome android learning resources for android app developers. |1694|1|2024-05-11| |78|[getActivity/AndroidProject-Kotlin](https://github.com/getActivity/AndroidProject-Kotlin)|Android 技术中台 Kotlin 版本,但愿人长久,搬砖不再有|1321|1|2024-05-31| |79|[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 ...|1314|1|2024-09-26| |80|[panpf/zoomimage](https://github.com/panpf/zoomimage)|ZoomImage is an gesture zoom viewing of images library specially designed for Compose Multiplatform and Android View. Supported scale, pan, locate, rotation, and super-large image subsampling.|298|1|2024-09-29| |81|[yannecer/NCalendar](https://github.com/yannecer/NCalendar)|一款安卓日历,仿miui,钉钉,华为的日历,万年历、365、周日历,月日历,月视图、周视图滑动切换,农历,节气,Andriod Calendar , MIUI Calendar,小米日历|1559|1|2024-07-04| |82|[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.|1182|1|2024-10-11| |83|[panpf/sketch](https://github.com/panpf/sketch)|Sketch is an image loading library designed for Compose Multiplatform and Android View. It is powerful and rich in functions. In addition to basic functions, it also supports GIF, SVG, video thumbnail ...|2053|1|2024-10-11| |84|[15dd/wenku8reader](https://github.com/15dd/wenku8reader)|第三方轻小说文库app|388|1|2024-10-07| |85|[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|882|1|2024-10-07| |86|[project-mirai/mirai-api-http](https://github.com/project-mirai/mirai-api-http)|Mirai HTTP API (console) plugin|1652|1|2024-04-24| |87|[fei-ke/HMSPush](https://github.com/fei-ke/HMSPush)|让非华为设备支持 HMS 推送,同时避免唤醒目标应用|582|1|2024-08-19| |88|[MaterialCleaner/MaterialCleaner](https://github.com/MaterialCleaner/MaterialCleaner)|-|681|1|2024-08-06| |89|[Potato-66/SimpleTV](https://github.com/Potato-66/SimpleTV)|观看电视直播软件,打开即看,直播源定期维护更新|234|1|2024-09-28| |90|[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.|1082|1|2024-08-18| |91|[Petterpx/FloatingX](https://github.com/Petterpx/FloatingX)|Android上强大的悬浮窗组件,支持 系统浮窗(需要权限)、应用内浮窗(无权限)、局部悬浮(View),支持边缘吸附、回弹、自定义动画、位置保存、窗口化及分屏后位置修复等。Android without permission suspension window(App), support global(View), local suspension, support edge adsorptio ...|1155|1|2024-10-07| |92|[GuhDoy/TiebaTS](https://github.com/GuhDoy/TiebaTS)|提供修改百度贴吧底栏等个性化功能。An Xposed module for Baidu Tieba with personalized functions.|1007|1|2024-08-07| |93|[liangjingkanji/Net](https://github.com/liangjingkanji/Net)|Android 基于协程/OkHttp网络请求工具|1869|1|2024-09-01| |94|[easybangumiorg/CommunityExtension](https://github.com/easybangumiorg/CommunityExtension)|纯纯看番社区插件|147|1|2024-06-09| |95|[Yricky/abcde](https://github.com/Yricky/abcde)|openHarmony逆向工具包|177|1|2024-09-28| |96|[rumboalla/apkupdater](https://github.com/rumboalla/apkupdater)|APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.|2931|1|2024-10-03| |97|[BinTianqi/OwnDroid](https://github.com/BinTianqi/OwnDroid)|Own your Android! 使用Device owner管理你的安卓设备。Manage your device with Device owner privilege|361|1|2024-10-02| |98|[EspoirX/StarrySky](https://github.com/EspoirX/StarrySky)|🔥A Powerful and Streamline MusicLibrary(一个丰富的音乐播放封装库,支持多种音频格式,完美解决你的问题。)|1397|1|2024-07-03| |99|[angcyo/DslTabLayout](https://github.com/angcyo/DslTabLayout)|:hearts: Android界最万能的TabLayout(不仅仅是TabLayout), 支持任意类型的item, 支持Drawable类型的指示器,智能开启滚动,支持横竖向布局等|1555|1|2024-07-18| |100|[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 )|3076|1|2024-09-11| |101|[leavesCZY/Matisse](https://github.com/leavesCZY/Matisse)|A Image/Video Selector Implemented with Jetpack Compose(一个用 Jetpack Compose 实现的 Android 图片视频选择框架)|733|1|2024-09-28| |102|[LuckyPray/DexKit](https://github.com/LuckyPray/DexKit)|An easy-to-use, high-performance dex deobfuscation library.|463|1|2024-06-11| |103|[1250422131/bilibilias](https://github.com/1250422131/bilibilias)|哔哩哔哩解析工具,一个辅助缓存下载B站视频番剧的APP,帮助你快速便捷的缓存B站视频和番剧。|834|1|2024-10-10| |104|[GangJust/FreedomPlus](https://github.com/GangJust/FreedomPlus)|依赖于抖音运行的Xposed模块.|922|1|2024-09-13| |105|[Winnie0408/LocalMusicHelper](https://github.com/Winnie0408/LocalMusicHelper)|将您保存在网易云音乐、QQ音乐等在线音乐平台的歌单数据,转换成本项目支持的本地音乐播放器(如Salt Player、APlayer、Poweramp等)可识别的歌单格式,完成歌单的导入操作,方便您快速从在线音乐平台迁移歌单到本地音乐播放器。Quickly migrate your playlists from online music platforms to local music player ...|154|1|2024-08-29| |106|[lihangleo2/ViewPager2Demo](https://github.com/lihangleo2/ViewPager2Demo)|关于封装ViewPager2的FragmentStateAdapter的封装,以最简单的方式实现抖音列表的上下加载,画廊效果,以及ViewPager2的各种封装|257|1|2024-07-23| |107|[wangchenyan/ponymusic](https://github.com/wangchenyan/ponymusic)|An Android online music player like NetEase Cloud Music, based on Media3 and ExoPlayer|2647|1|2024-09-06| |108|[FlyJingFish/AndroidAOP](https://github.com/FlyJingFish/AndroidAOP)|🔥🔥🔥AndroidAOP 是专属于 Android 端 Aop 框架,只需一个注解就可以请求权限、切换线程、禁止多点、一次监测所有点击事件、监测生命周期等等,没有使用 AspectJ,也可以定制出属于你的 Aop 代码(Help you transform into an Android platform framework with AOP architecture)|419|1|2024-10-11| |109|[phodal/shire](https://github.com/phodal/shire)|Shire - AI Coding Agent Language (编程智能体语言), which can enables communication between an LLM and control IDE for automated programming.|133|1|2024-10-11| |110|[TencentBlueKing/bk-ci](https://github.com/TencentBlueKing/bk-ci)|蓝鲸持续集成平台(蓝盾) |2378|1|2024-10-10| |111|[lanlinju/Anime](https://github.com/lanlinju/Anime)|基于樱花动漫网站数据的一个简洁的播放动漫的App,支持弹幕,使用Compose进行开发|273|1|2024-10-03| |112|[shizq123/BIKA](https://github.com/shizq123/BIKA)|第三方哔咔漫画|518|1|2024-09-12| |113|[fankes/TSBattery](https://github.com/fankes/TSBattery)|A new way to save your battery avoid cancer apps hacker it.|991|1|2024-09-28| |114|[crowforkotlin/CopyMangaX](https://github.com/crowforkotlin/CopyMangaX)|🚀拷贝漫画三方APP 、项目采用多模块 和 MVI框架开发、Compose + 原生混合开发|467|1|2024-04-12| |115|[kotlin-orm/ktorm](https://github.com/kotlin-orm/ktorm)|A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.|2108|1|2024-10-03| |116|[EmmyLua/IntelliJ-EmmyLua](https://github.com/EmmyLua/IntelliJ-EmmyLua)|Lua IDE/Debugger Plugin for IntelliJ IDEA|1744|1|2024-08-03| |117|[lihenggui/blocker](https://github.com/lihenggui/blocker)|Utilize an integrated firewall to manage application components.|1373|1|2024-10-11| |118|[HMBSbige/ShadowsocksR-Android](https://github.com/HMBSbige/ShadowsocksR-Android)|【自用】咕咕咕|1847|1|2024-09-15| |119|[FishHawk/auto-novel](https://github.com/FishHawk/auto-novel)|轻小说机翻网站,支持网络小说/文库小说/本地小说|373|1|2024-10-11| |120|[Iseason2000/BukkitTemplate](https://github.com/Iseason2000/BukkitTemplate)|自用 minecraft bukkit 插件模板|11|0|2024-08-31| |121|[edxposedd/wework](https://github.com/edxposedd/wework)|【Xposed Hook 企业微信 微信】企业微信机器人 微信机器人 自动抢回复 会话 自动通过 好友列表 群管理 SDK|358|0|2024-04-19| |122|[liuzipengWally/Twobbble](https://github.com/liuzipengWally/Twobbble)|这是一个使用Kotlin开发的Dribbble客户端|387|0|2024-07-03| |123|[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.|398|0|2024-09-20| |124|[afkT/DevComponent](https://github.com/afkT/DevComponent)|:lemon:【100% Kotlin 实现 Android 项目组件化示例代码】基于 Android JetPack + Kotlin + Coroutines + MVVM 架构(DataBinding、ViewModel、Lifecycle)等最新技术栈进行组件化基础搭建,使用 ARouter 方案实现组件化。|74|0|2024-08-31| |125|[SpaceXC/Re-WearBili](https://github.com/SpaceXC/Re-WearBili)|Re:从零开始的WearBili|75|0|2024-09-22| |126|[1045290202/DeleteRecentPictures](https://github.com/1045290202/DeleteRecentPictures)|删除最近图片app|20|0|2024-07-27| |127|[alialbaali/Noto](https://github.com/alialbaali/Noto)|Minimal Note-Taking App|499|0|2024-06-06| |128|[sensorsdata/sa-sdk-android-plugin2](https://github.com/sensorsdata/sa-sdk-android-plugin2)|神策数据官方 Android 埋点插件,用于 Android 端的数据采集。通过使用字节码插桩(ASM)的技术实现 Android 端的全埋点(无埋点、无码埋点、无痕埋点、自动埋点)。|440|0|2024-09-04| |129|[iOrchid/android-jetpack-demo](https://github.com/iOrchid/android-jetpack-demo)|🔥 快速入门Android Jetpack&Compose 以及相关Kotlin、MVVM/MVI等独立构架App的基础技能|633|0|2024-09-06| |130|[dxmwl/new_bee_upload_app](https://github.com/dxmwl/new_bee_upload_app)|🔥🔥🔥一键上传Apk到多个应用市场,开源,免费,配合- 应用内更新(已开源)使用,效果更佳 目前已支持平台【小米】、【华为】、【OPPO】、【VIVO】、【荣耀】、【蒲公英】|10|0|2024-08-07| |131|[xfhy/AllInOne](https://github.com/xfhy/AllInOne)|将一些值得记录的demo放一个app demo里面|10|0|2024-07-20| |132|[Nitsuya/AADisplay](https://github.com/Nitsuya/AADisplay)|让Android Auto显示任意应用, 基于VirtualDisplay的套娃方案|54|0|2024-09-29| |133|[jvziyaoyao/scale](https://github.com/jvziyaoyao/scale)|🖼 An image viewer for Jetpack Compose with transition animations and support for large images. 😄 一款基于Jetpack Compose开发的图片浏览库,支持过渡变换和超大图片的显示。|108|0|2024-08-15| |134|[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|565|0|2024-09-23| |135|[zhangmengxiong/MXVideo](https://github.com/zhangmengxiong/MXVideo)|Based on the player developed by Kotlin, the MediaPlayer player is supported by default, and the IJK player, EXO player, and any player that uses TextureView can be extended|15|0|2024-05-08| |136|[Ahoo-Wang/Simba](https://github.com/Ahoo-Wang/Simba)|Distributed lock service 分布式锁服务|17|0|2024-10-10| |137|[ThatWorld/xpler](https://github.com/ThatWorld/xpler)|Xposed Kotlin 开发模板,更适合Kotlin编码风格|33|0|2024-09-10| |138|[Nyayurn/Yutori-Next](https://github.com/Nyayurn/Yutori-Next)|一个基于 Satori 协议的 Kotlin 多平台机器人开发框架|10|0|2024-06-15| |139|[nfdz/Cryptool](https://github.com/nfdz/Cryptool)|Cryptography Android application|101|0|2024-07-31| |140|[kooritea/ForceGboardInputType](https://github.com/kooritea/ForceGboardInputType)|[xposed]强制设置Gboard的输入类型为可使用功能菜单的类型|23|0|2024-06-25| |141|[XiaoRanLiu3119/LxrChatGpt](https://github.com/XiaoRanLiu3119/LxrChatGpt)|记录openai的api使用方法等|14|0|2024-08-07| |142|[WangJie0822/Cashbook](https://github.com/WangJie0822/Cashbook)|记账本|69|0|2024-10-08| |143|[limbang/mirai-console-mcsm-plugin](https://github.com/limbang/mirai-console-mcsm-plugin)|基于 Mirai Console 编写的MCSM api 控制插件|23|0|2024-10-11| |144|[xuankaicat/kmnkt](https://github.com/xuankaicat/kmnkt)|基于Kotlin Multiplatform的跨平台socket通信统一接口,在对Kotlin有较好的支持的同时兼容在JAVA中调用。目前支持Android目标与JVM目标,支持UDP/TCP/MQTT协议。|17|0|2024-06-05| |145|[idea007/MeetPhoto](https://github.com/idea007/MeetPhoto)|基于 unsplash api 的图片浏览 App|11|0|2024-08-30| |146|[Ahoo-Wang/wow-project-template](https://github.com/Ahoo-Wang/wow-project-template)|用于快速构建基于 Wow 框架的 DDD 项目模板。|13|0|2024-10-11| |147|[riceeater/LuckyDrawView](https://github.com/riceeater/LuckyDrawView)|一个简单的九宫格抽奖转盘|15|0|2024-04-26| |148|[meshtastic/Meshtastic-Android](https://github.com/meshtastic/Meshtastic-Android)|Android application for Meshtastic|704|0|2024-10-11| |149|[BIT101-dev/BIT101-Android](https://github.com/BIT101-dev/BIT101-Android)|针对北京理工大学搞的怪安卓|27|0|2024-08-20| |150|[ichenhe/QQ-Notify-Evolution](https://github.com/ichenhe/QQ-Notify-Evolution)|免ROOT优化QQ通知,支持多会话/多消息/多渠道,兼容手环手表。|152|0|2024-04-18| |151|[atigger/COC-Helper](https://github.com/atigger/COC-Helper)|COC阵型复制工具|21|0|2024-07-17| |152|[hanjoongcho/aaf-easydiary](https://github.com/hanjoongcho/aaf-easydiary)|:blue_book: A diary application optimized for user experience.|433|0|2024-10-01| |153|[HappyMax0/FCMPushViewer](https://github.com/HappyMax0/FCMPushViewer)|此APP可以查看用户安装的应用及系统应用中,哪些应用支持谷歌FCM推送,并且可以调出FCM系统日志页面,可以查看FCM连接状态及应用推送记录。|86|0|2024-09-08| |154|[Dev-Umb/FAQ-Bot-QQ](https://github.com/Dev-Umb/FAQ-Bot-QQ)|一个基于Mirai框架的Q群问答机器人|38|0|2024-04-12| |155|[dora4/dcache-android](https://github.com/dora4/dcache-android)|🌟 dcache is an open-source offline data caching framework for Android, designed to provide a simple and efficient way to cache network request results and other data for use when the device is offline ...|28|0|2024-10-02| |156|[founchoo/GongYun-for-Android](https://github.com/founchoo/GongYun-for-Android)|GongYun - Campus helper for HBUT 工韵 - 湖北工业大学校园助手|10|0|2024-06-09| |157|[tencentyun/iot-link-android](https://github.com/tencentyun/iot-link-android)|IoT 应用端 App & SDK|41|0|2024-10-10| |158|[simple-robot/simbot-component-qq-guild](https://github.com/simple-robot/simbot-component-qq-guild)|一个 Kotlin 多平台的QQ机器人(包括群聊) SDK,一个 Simple Robot 的组件库。对接官方API,Java 友好、异步高效 😻😻😽|21|0|2024-10-10| |159|[simple-robot/simbot-component-onebot](https://github.com/simple-robot/simbot-component-onebot)|一个Kotlin多平台的 OneBot SDK 实现,一个异步高效、Java 友好的 Simple Robot 组件库 ~ 🐱🐱🐱|9|0|2024-10-11| |160|[SJJ-dot/Reader](https://github.com/SJJ-dot/Reader)|网络小说阅读器,欢迎下载APK体验😁😁😁。|51|0|2024-09-24| |161|[KAMO030/MyBatis-Flex-Kotlin](https://github.com/KAMO030/MyBatis-Flex-Kotlin)|MyBatis-Flex 的 Kotlin 扩展库|28|0|2024-08-26| |162|[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|529|0|2024-10-11| |163|[gyakkun/qq-mht2html](https://github.com/gyakkun/qq-mht2html)|转换QQ导出的MHT文件到HTML和图片文件, 支持按日期、行数自动分页, 支持多线程, 支持150G+文件|125|0|2024-09-15| |164|[iostyle/ContinuousTrigger](https://github.com/iostyle/ContinuousTrigger)|多线程连续触发器,用于如按序展示弹窗(App更新、公告、签到之类)。支持多接口返回,等待超时,任意位置注册,任意位置绑定,支持DSL语法。喜欢请star⭐️|175|0|2024-07-10| |165|[barbeau/gpstest](https://github.com/barbeau/gpstest)|The #1 open-source Android GNSS/GPS test program|1753|0|2024-07-28| |166|[hellof2e/Wukong](https://github.com/hellof2e/Wukong)|悟空动态卡片最初是为哈啰出行投放系统定制的 Native 高性能渲染引擎,是一套完整的跨端原生局部卡片动态展示的技术解决方案,以业务赋能为中心,致力于解决UI定制化、逻辑动态化、缩短试错周期、提升人效以及减少包体积等相关问题,使得业务可以基于 Wukong 做到一次开发,随时上线,多端复用的效果。|62|0|2024-08-07| |167|[czy1121/httpapi](https://github.com/czy1121/httpapi)|使用 Coroutine + Retrofit 打造的最简单HTTP请求库|11|0|2024-05-28| |168|[RUANHAOANDROID/heji](https://github.com/RUANHAOANDROID/heji)|多人同时记账,账单统计可视化,账单区分权限,账单导入,账单导出|47|0|2024-09-25| |169|[leavesCZY/KVHolder](https://github.com/leavesCZY/KVHolder)|一个基于 Kotlin 对 MMKV 进行封装的 key-value 存储库,简化了 MMKV 的使用步骤|17|0|2024-10-08| |170|[duqian291902259/DQLive](https://github.com/duqian291902259/DQLive)|Practical app of live streaming, live-room architecture, Agora & Exoplayer samples, everything is available.|13|0|2024-05-09| |171|[lry127/Android-Hysteria-2-client](https://github.com/lry127/Android-Hysteria-2-client)|android hysteria 2 客户端|11|0|2024-09-16| |172|[cdnbye/android-p2p-engine](https://github.com/cdnbye/android-p2p-engine)|Let your viewers become your unlimitedly scalable CDN.|117|0|2024-10-11| |173|[caoyanglee/SilentUpdate](https://github.com/caoyanglee/SilentUpdate)|⤴️基于Kotlin的静默更新应用库 A library silently & automatically download latest apk to update your App|18|0|2024-09-20| |174|[shenbengit/MVVMKit](https://github.com/shenbengit/MVVMKit)|使用Kotlin搭建Android MVVM快速开发框架。|24|0|2024-10-08| |175|[vincent-series/smart-show](https://github.com/vincent-series/smart-show)|-|615|0|2024-07-11| |176|[leavesCZY/SmallestWidthGenerator](https://github.com/leavesCZY/SmallestWidthGenerator)|基于 SmallestWidth 屏幕适配方案生成 dimens 文件|52|0|2024-05-05| |177|[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|697|0|2024-10-10| |178|[abrookins/WrapToColumn](https://github.com/abrookins/WrapToColumn)|An IntelliJ plugin that wraps text|62|0|2024-08-27| |179|[leavesCZY/WifiP2P](https://github.com/leavesCZY/WifiP2P)|通过 Android 设备的 Wifi Direct,实现 Android 手机之间传输任意文件|825|0|2024-06-02| |180|[oooo7777777/VLibraryPlugin](https://github.com/oooo7777777/VLibraryPlugin)|基于VLibrary代码模板插件|34|0|2024-09-03| |181|[xdd666t/getx_template](https://github.com/xdd666t/getx_template)|Used to generate the template code of GetX framework Flutter GetX模板代码生成(一个有用的IDEA插件)|296|0|2024-08-17| |182|[Rsplwe/ESurfingDialer](https://github.com/Rsplwe/ESurfingDialer)|广东电信天翼校园(ZSM验证)登入认证客户端|89|0|2024-10-11| |183|[angcyo/DslAdapter](https://github.com/angcyo/DslAdapter)|:fire: Android Kotlin时代的Adapter, Dsl 的形式使用 RecyclerView.Adapter, 支持折叠展开, 树结构,悬停,情感图状态切换, 加载更多, 多类型Item,侧滑菜单等|690|0|2024-10-09| |184|[WeiLianYang/EasyKotlin](https://github.com/WeiLianYang/EasyKotlin)|🔥🔥🔥一套精简实用的Kotlin mvp依赖库,你值得拥有哦!|21|0|2024-04-19| |185|[BalloonUpdate/McPatchManage](https://github.com/BalloonUpdate/McPatchManage)|McPatch管理端|9|0|2024-07-01| |186|[sealdice/sealdice-android](https://github.com/sealdice/sealdice-android)|海豹核心的安卓端实现|39|0|2024-09-16| |187|[G-Pegasus/YanLuApp](https://github.com/G-Pegasus/YanLuApp)|安卓项目实践,结构清晰!Kotlin、MVVM、Retrofit+OKHttp。一款辅助计算机考研人择校、学习的App|22|0|2024-09-10| |188|[liyuzheng/android_modularization_sample](https://github.com/liyuzheng/android_modularization_sample)|一个android模块化项目。androidx,jetpack,mvvm,paging,room,kotlin,flow.|28|0|2024-04-19| |189|[EspoirX/ShatterManager](https://github.com/EspoirX/ShatterManager)|复杂业务碎片化管理框架|14|0|2024-06-25| |190|[MartinKayJr/abcde-android](https://github.com/MartinKayJr/abcde-android)|鸿蒙.abc逆向反编译工具-Android端 Harmony .abc file decompilation tool Android version|13|0|2024-07-13| |191|[Mr-XiaoLiang/Techo](https://github.com/Mr-XiaoLiang/Techo)|一个笔记APP,这是第三个方案,希望这次能写完|29|0|2024-06-02| |192|[tasy5kg/CuteGIF](https://github.com/tasy5kg/CuteGIF)|Convert video to GIF. Simple and fast.|340|0|2024-08-09| |193|[fan123199/v2ex-simple](https://github.com/fan123199/v2ex-simple)|A simple 3rd-party Android app for v2ex|69|0|2024-06-02| |194|[leavesCZY/Monitor](https://github.com/leavesCZY/Monitor)|一个适用于 OkHttp / Retrofit 的可视化抓包工具|293|0|2024-09-28| |195|[cssxsh/mirai-skia-plugin](https://github.com/cssxsh/mirai-skia-plugin)|Mirai Console Skiko/Skia 图像库前置插件|34|0|2024-04-17| |196|[MaYiFei1995/OAIDViewer](https://github.com/MaYiFei1995/OAIDViewer)|接入 OAID-SDK 的 Demo 工程与查看 OAID 的 APP|35|0|2024-09-19| |197|[ITxiaoguang/BiometricHelper](https://github.com/ITxiaoguang/BiometricHelper)|指纹识别,面部识别,自定义弹窗,用法超级简单|40|0|2024-05-27| |198|[Deficuet/AzurLanePaintingAnalysis-Kt](https://github.com/Deficuet/AzurLanePaintingAnalysis-Kt)|通过分析AssetBundle自动计算并将多张立绘和差分表情组合成一个完整的立绘图片|60|0|2024-06-02| |199|[xyoye/DanDanPlayForAndroid](https://github.com/xyoye/DanDanPlayForAndroid)|弹弹play 概念版,弹弹play系列应用安卓平台上的实现,是一个提供了视频播放(本地+局域网)和弹幕加载(在线+本地)功能的本地播放器|1086|0|2024-09-02| |200|[liujiayu5566/MockGps](https://github.com/liujiayu5566/MockGps)|mockGps 支持模拟定位以及模拟导航 支持Android14|239|0|2024-09-19|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Lua.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Lua 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[iDvel/rime-ice](https://github.com/iDvel/rime-ice)|Rime 配置:雾凇拼音 长期维护的简体词库|9200|7|2024-10-09| |2|[apache/apisix](https://github.com/apache/apisix)|The Cloud-Native API Gateway|14421|7|2024-10-10| |3|[raexera/yoru](https://github.com/raexera/yoru)|夜 - Yoru Aesthetic and Beautiful Awesome Environment :first_quarter_moon:|3475|4|2024-08-02| |4|[gaboolic/rime-frost](https://github.com/gaboolic/rime-frost)|白霜词库:蒹葭苍苍,白露为霜。基于雾凇拼音重制的,更纯净、词频准确、智能的词库。使用745396750字的高质量语料,进行分词,重新统计字频、词频,归一化。白霜词库是目前rime方案下最好的词库,在不使用智能模型的情况下可以超越使用智能模型的词库方案。目前使用白霜词库的方案有:墨奇音形(双拼辅)https://github.com/gaboolic/rime-shuangpin-fuzhuma 、 ...|525|4|2024-10-04| |5|[Mintimate/oh-my-rime](https://github.com/Mintimate/oh-my-rime)|The Simple Config Template Of Rime By Mintimate. QQ Chat-Group: 703260572|2507|4|2024-10-05| |6|[L3MON4D3/LuaSnip](https://github.com/L3MON4D3/LuaSnip)|Snippet Engine for Neovim written in Lua.|3385|3|2024-09-12| |7|[xmake-io/xmake](https://github.com/xmake-io/xmake)|🔥 A cross-platform build utility based on Lua|9908|3|2024-10-11| |8|[gaboolic/rime-shuangpin-fuzhuma](https://github.com/gaboolic/rime-shuangpin-fuzhuma)|墨奇音形,打造最强双拼辅助码rime输入方案,让天下双拼用户人人用得上辅助码。基于雾凇-白霜词库,支持小鹤双拼、自然码双拼、搜狗双拼、微软双拼等多种双拼,辅助码支持墨奇码(原创拆分开源支持4万字)、自然码部首辅、小鹤音形(鹤形辅)等,支持双拼和辅助码之间排列组合,支持整句/字词输入。不认识的字可以笔画、部件拆字、仓颉码反查。支持aw、aj模式输入英文、日文,支持双拼并击输入、emoji、快符、日期 ...|400|2|2024-10-08| |9|[ejoy/ant](https://github.com/ejoy/ant)|Ant game engine|3802|2|2024-10-11| |10|[ejoy/vaststars](https://github.com/ejoy/vaststars)|A game demo for Ant engine|566|2|2024-07-22| |11|[ayamir/nvimdots](https://github.com/ayamir/nvimdots)|A well configured and structured Neovim.|2915|2|2024-10-01| |12|[ssnhd/rime](https://github.com/ssnhd/rime)|Rime Squirrel 鼠须管配置文件(朙月拼音、小鹤双拼、自然码双拼)|3138|2|2024-06-03| |13|[KyleBing/rime-wubi86-jidian](https://github.com/KyleBing/rime-wubi86-jidian)|86五笔极点码表 for 鼠须管(macOS)、小狼毫(Windows)、中州韵(Ubuntu) 、仓(iOS)、同文(Android)五笔输入方案,五笔输入法,Rime 方案。Chinese wubi input method schema|1112|1|2024-09-24| |14|[starwing/lua-protobuf](https://github.com/starwing/lua-protobuf)|A Lua module to work with Google protobuf|1742|1|2024-10-07| |15|[AegirTech/ArkLights](https://github.com/AegirTech/ArkLights)|明日方舟速通 arknights|385|1|2024-09-26| |16|[shellRaining/hlchunk.nvim](https://github.com/shellRaining/hlchunk.nvim)|This is the lua implementation of nvim-hlchunk, you can use this neovim plugin to highlight your indent line and the current chunk (context) your cursor stayed|626|1|2024-10-02| |17|[GameFrameX/GameFrameX](https://github.com/GameFrameX/GameFrameX)|Unity前后端+管理端一体化解决方案-HybridCLR+YooAssets+LuBan+ProtoBuff+FairyGUI+DoTween+GameAnalytics+LitJson+UniTask+GameFramework+GeekServer+Admin.Net。|328|1|2024-09-26| |18|[xhcherry/GTA5-Stand-LuaAIO](https://github.com/xhcherry/GTA5-Stand-LuaAIO)|GTA5 Mod Stand Lua All in One:快捷任务、crash、模组(人物 车辆 地图 模型)、娱乐等多种拓展功能玩法的lua脚本|353|1|2024-08-30| |19|[nshen/learn-neovim-lua](https://github.com/nshen/learn-neovim-lua)|Neovim 配置实战:从 0 到 1 打造自己的 IDE|1210|1|2024-09-07| |20|[skywind3000/z.lua](https://github.com/skywind3000/z.lua)|:zap: A new cd command that helps you navigate faster by learning your habits.|2986|1|2024-10-11| |21|[mrthinger/wow-voiceover](https://github.com/mrthinger/wow-voiceover)|ml world of warcraft voiceover addon|478|1|2024-07-03| |22|[linkease/istore](https://github.com/linkease/istore)|一个 Openwrt 标准的软件中心,纯脚本实现,只依赖Openwrt标准组件。支持其它固件开发者集成到自己的固件里面。更方便入门用户搜索安装插件。The iStore is a app store for OpenWRT|1401|1|2024-07-21| |23|[yuanfengyun/q_algorithm](https://github.com/yuanfengyun/q_algorithm)|棋牌的胡牌算法,包括麻将、跑胡子、扑克。实现 lua 、c++ 、c# 、golang 、js 、java 、python 版本。( Mahjong algorithm )|1971|1|2024-06-14| |24|[moonbingbing/openresty-best-practices](https://github.com/moonbingbing/openresty-best-practices)|-|3590|1|2024-06-13| |25|[kiccer/Soldier76](https://github.com/kiccer/Soldier76)|PUBG - 罗技鼠标宏 兴趣使然的项目,完虐收费宏!点个Star支持一下作者![PUBG - Logitech mouse macro Support 12 kinds of guns without recoil!]|1713|1|2024-05-20| |26|[muchenhen/MuQianQiu](https://github.com/muchenhen/MuQianQiu)|千秋戏复刻|20|0|2024-10-10| |27|[0wQ/air780e-forwarder](https://github.com/0wQ/air780e-forwarder)|合宙Air780系列4G模组,短信转发,来电通知,Air724在这里 -> https://github.com/0wQ/air724ug-forwarder|318|0|2024-05-15| |28|[Auranis/HighDigitSAMs](https://github.com/Auranis/HighDigitSAMs)|A simple, IC-compliant mod for DCS to add more modern SAM systems to the game.|103|0|2024-07-16| |29|[sullevy/rime-flypy-tiger](https://github.com/sullevy/rime-flypy-tiger)|基于小鹤双拼、虎码辅助码的 rime 的方案|8|0|2024-04-26| |30|[VergilGao/openwrt-packages](https://github.com/VergilGao/openwrt-packages)|个人自用openwrt软件包,使用 https://github.com/VergilGao/auto-update-openwrt-packages 自动更新|11|0|2024-05-24| |31|[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.|318|0|2024-05-23| |32|[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|24|0|2024-08-30| |33|[myshiqiqi/rime-wubi](https://github.com/myshiqiqi/rime-wubi)|rime 五笔,86,98和新世纪|7|0|2024-08-16| |34|[iChunyu/nvim](https://github.com/iChunyu/nvim)|NeoVim 配置|16|0|2024-09-23| |35|[amzxyz/rime_wanxiang_pinyin](https://github.com/amzxyz/rime_wanxiang_pinyin)|Rime万象拼音输入方案,一套词库,支持全拼,7种双拼,8种辅助码,并且可以扩展更多,支持中英混输,内置超级注释提供了多种注释显示方案为初学者提供了更多便利|20|0|2024-10-07| |36|[Slidingwall/vocaloid-dictionaries](https://github.com/Slidingwall/vocaloid-dictionaries)|Interlingual user dictionaries and Job Plugins for VOCALOID. VOCALOID的跨语种用户字典和任务插件。|8|0|2024-08-18| |37|[chai2010/im4corner](https://github.com/chai2010/im4corner)|Google输入法四角号码扩展|10|0|2024-07-22| |38|[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!|199|0|2024-09-29| |39|[milkory/rsns-data](https://github.com/milkory/rsns-data)|雷索纳斯 游戏数据|13|0|2024-10-10| |40|[nano71/CSGOLuaScript](https://github.com/nano71/CSGOLuaScript)|CS:GO 压枪宏,适用于罗技鼠标|9|0|2024-09-05| |41|[lucikap/luci-app-ua2f](https://github.com/lucikap/luci-app-ua2f)|一个基于ua2f开发的配置界面,更简单的配置ua2f|30|0|2024-09-27| |42|[limaofu/cof86](https://github.com/limaofu/cof86)|rime输入框架下的 五笔86版码表,含unicode所有汉字,目前已更新到 cjk_G|18|0|2024-06-18| |43|[xiaojundebug/hammerspoon-config](https://github.com/xiaojundebug/hammerspoon-config)|我的 hammerspoon 个人配置|16|0|2024-09-30| |44|[HuangJiaxin8/cf-luoji-hong](https://github.com/HuangJiaxin8/cf-luoji-hong)|穿越火线罗技鼠标宏脚本|15|0|2024-07-19| |45|[DeadlyBossMods/DeadlyBossMods](https://github.com/DeadlyBossMods/DeadlyBossMods)|The ultimate encounter helper 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.|247|0|2024-10-10| |46|[jack2game/rime-molong](https://github.com/jack2game/rime-molong)|flypy zrm zrlong hyper-charged with rime-moran and rime-snow, with tones! This is 魔龍 環形鶴 環形自然,帶聲調的音形碼!|13|0|2024-10-07| |47|[hokkien-writing/rime-teochew](https://github.com/hokkien-writing/rime-teochew)|潮州話拍字方案(Beta),包含漢字佮白話字(Teochew Input Schema for Rime, including Chinese character and PUJ)|10|0|2024-10-09| |48|[leslie255/nvim-config](https://github.com/leslie255/nvim-config)|My neovim config|363|0|2024-05-28| |49|[neo451/nvim-zh](https://github.com/neo451/nvim-zh)|neovim中文输入改进计划|38|0|2024-09-28| |50|[wsgggws/nvim](https://github.com/wsgggws/nvim)|Some vim plugs on neovim and its show on MacOS|18|0|2024-09-23| |51|[RainCandyTech/WeaselSchemaSetup](https://github.com/RainCandyTech/WeaselSchemaSetup)|小狼毫输入法配置方案整合包,整合了雾凇拼音和空山五笔方案,做到了配置方案的一键安装,为初入中州韵输入法的小白提供便利。|29|0|2024-07-25| |52|[n9tank/FastChainer](https://github.com/n9tank/FastChainer)|Search and restore pointers chains. 适用于GameGuardian的(基址/动态基址/链路)获取工具,支持自动检验可行链路、导出脚本。(已归档)|9|0|2024-09-10| |53|[siuze/ShanRenMaLTS](https://github.com/siuze/ShanRenMaLTS)|【山人码LTS】是山人全息码输入方案的长期支持版。该方案继承了谢振斌、持双山、疏影孤桐、五磅兔、张仓等前辈的大部分山人码方案设计,单字码表已完全覆盖Unicode15.1内10万字余汉字。|17|0|2024-07-06| |54|[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)|129|0|2024-07-22| |55|[H4lo/luadec-for-pgy](https://github.com/H4lo/luadec-for-pgy)|针对蒲公英路由器lua加密代码的解密工具和逆向分析|7|0|2024-09-03| |56|[AlejandroGiner/Lux-in-Tenebris](https://github.com/AlejandroGiner/Lux-in-Tenebris)|A Europa Universalis 4 expansion mod built upon Beyond Typus 9.|22|0|2024-04-20| |57|[cloudwu/stellaris_cn](https://github.com/cloudwu/stellaris_cn)|Stellaris 群星 汉化 Mod|391|0|2024-09-11| |58|[WithdewHua/rime-configuration](https://github.com/WithdewHua/rime-configuration)|自用 Rime 配置|37|0|2024-09-24| |59|[XavierCHN/x-template](https://github.com/XavierCHN/x-template)|DOTA2自定义游戏开发模板项目,使用typesscript和react开发; Xavier's DOTA 2 custom game template using typescript and react-panorama|149|0|2024-07-08| |60|[icaca/WclPlayerScore-WotLK](https://github.com/icaca/WclPlayerScore-WotLK)|WCL国服数据,巫妖王之怒版本|12|0|2024-07-29| |61|[HowcanoeWang/rime-lua-aux-code](https://github.com/HowcanoeWang/rime-lua-aux-code)|RIME输入法辅助码音形分离插件|59|0|2024-08-14| |62|[mrbeardad/nvim](https://github.com/mrbeardad/nvim)|:moon: A nvim config for both neovim and vscode. |113|0|2024-09-07| |63|[defold/doc](https://github.com/defold/doc)|Defold game engine documentation for www.defold.com|113|0|2024-10-11| |64|[Jint-lzxy/nvimconfig](https://github.com/Jint-lzxy/nvimconfig)|My personal Neovim config.|6|0|2024-10-06| |65|[0wQ/air724ug-forwarder](https://github.com/0wQ/air724ug-forwarder)|Air724UG 短信转发 & 来电通知 & 语音信箱|289|0|2024-08-11| |66|[Yidadaa/Oh-My-Nvim](https://github.com/Yidadaa/Oh-My-Nvim)|IDE-like neovim config. 把 NeoVim 打造为 IDE。|17|0|2024-07-05| |67|[CNMan/rime-data](https://github.com/CNMan/rime-data)|新世纪五笔字型 for Rime|26|0|2024-09-20| |68|[kchen0x/rime-crane](https://github.com/kchen0x/rime-crane)|凇鹤拼音 —— Rime 简体中文输入法方案,整合了雾凇拼音和小鹤双拼/音形方案的拼音输入法。|260|0|2024-10-09| |69|[qyh214/wow_addons_private_use](https://github.com/qyh214/wow_addons_private_use)|World Of Warcraft Addons private use 魔兽世界自用插件|13|0|2024-09-11| |70|[denstiny/nvim-nanny](https://github.com/denstiny/nvim-nanny)|-|40|0|2024-08-18| |71|[ck2plus/CleanSlate](https://github.com/ck2plus/CleanSlate)|A community resource, clean base from which to begin mods for CrusaderKings 2|29|0|2024-10-10| |72|[Ashro-one/Ashro_assets](https://github.com/Ashro-one/Ashro_assets)|用于企业资产梳理,资产自查的通用工作脚本,实现端口核查,弱口令扫描,资产服务识别,web资产识别|8|0|2024-08-15| |73|[sniper00/MoonDemo](https://github.com/sniper00/MoonDemo)|moon game server的一个使用示例,搭建简单的房间类游戏服务器框架|150|0|2024-09-25| |74|[mirtlecn/rime-radical-pinyin](https://github.com/mirtlecn/rime-radical-pinyin)|RIME 汉字部件拆字 全拼双拼输入方案。笔画、部首、音调反查辅码 lua。|43|0|2024-06-04| |75|[y3-editor/y3-helper](https://github.com/y3-editor/y3-helper)|Y3地图开发环境助手(VSCode扩展)|11|0|2024-06-03| |76|[world100/skynet_hotfix](https://github.com/world100/skynet_hotfix)|skynet_hotfix skynet热更新|13|0|2024-09-23| |77|[HDoujinDownloader/HDoujinDownloader](https://github.com/HDoujinDownloader/HDoujinDownloader)|An easy-to-use manga and dōjinshi downloader supporting 800+ different websites|518|0|2024-10-11| |78|[hchunhui/librime-cloud](https://github.com/hchunhui/librime-cloud)|-|75|0|2024-05-02| |79|[halfmoonvic/Rime](https://github.com/halfmoonvic/Rime)|致第一次安装Rime的你|92|0|2024-08-18| |80|[gaboolic/rime-wubi-sentence](https://github.com/gaboolic/rime-wubi-sentence)|rime 墨奇版 五笔整句输入方案 虎码整句输入方案。墨奇五笔整句 墨奇虎码整句 基于墨奇音形和白霜词库|29|0|2024-08-29| |81|[chenxuuu/chouxianghua](https://github.com/chenxuuu/chouxianghua)|🤡‍🐘🌸‍抽象话生成器网页/tg版,一键生成抽象话|300|0|2024-07-19| |82|[enderneko/Cell](https://github.com/enderneko/Cell)|A World of Warcraft raid frame addon.|94|0|2024-10-11| |83|[DarkEnergyProcessor/livesim2_async](https://github.com/DarkEnergyProcessor/livesim2_async)|Love Live! School Idol Festival Live Simulator|94|0|2024-10-06| |84|[openresty/lua-resty-redis](https://github.com/openresty/lua-resty-redis)|Lua redis client driver for the ngx_lua based on the cosocket API|1900|0|2024-08-17| |85|[ThinEureka/tabMachine](https://github.com/ThinEureka/tabMachine)|My new solution to high level hierarchical multiple code flows.|8|0|2024-09-06| |86|[Hemmelfort/Civ6ModdingNotes](https://github.com/Hemmelfort/Civ6ModdingNotes)|Notes for Civilization VI modding.|81|0|2024-06-30| |87|[chwt163/mpv_modernx_fork.lua](https://github.com/chwt163/mpv_modernx_fork.lua)| mpv 和 mpv.net 的 osc.lua 主题外观:modernx-fork.lua|18|0|2024-06-25| |88|[shadow3aaa/fas-rs-extension-module-template](https://github.com/shadow3aaa/fas-rs-extension-module-template)|fas-rs插件的模板仓库。Template repository for fas-rs extension.|18|0|2024-08-07| |89|[INotGreen/Xiebro-Plugins](https://github.com/INotGreen/Xiebro-Plugins)|xiebroC2 plugin|32|0|2024-08-29| |90|[x1ao4/mpv-integration-for-plex](https://github.com/x1ao4/mpv-integration-for-plex)|通过 Lua 脚本调用 Plex 桌面端 MPV 播放器的隐藏功能 - Calling the Hidden Features of the Plex Desktop MPV Player via Lua Scripts|71|0|2024-07-08| |91|[sbsrf/sbsrf](https://github.com/sbsrf/sbsrf)|声笔输入法|27|0|2024-10-07| |92|[wzxmer/rime-txjx](https://github.com/wzxmer/rime-txjx)|星空键道6拓展版➡天行键|10|0|2024-10-02| |93|[crispgm/dotfiles](https://github.com/crispgm/dotfiles)|dotfiles to provision a new macOS with cosy dev setups|101|0|2024-09-01| |94|[liubianshi/cmp-lsp-rimels](https://github.com/liubianshi/cmp-lsp-rimels)|让 Neovim 下的中英文混合输入无比丝滑|13|0|2024-08-27| |95|[yanhuacuo/98wubi](https://github.com/yanhuacuo/98wubi)|具备码元提示功能的98五笔配置文件(for中州韵)|46|0|2024-06-25| |96|[exp-3/OpenZxicEditor](https://github.com/exp-3/OpenZxicEditor)|一个 POSIX 兼容的 ufiStudio ZXIC-RomKit 开源分支|14|0|2024-09-04| |97|[hanxi/skynet-admin](https://github.com/hanxi/skynet-admin)|skynet 管理后台|40|0|2024-08-13| |98|[lwb1978/openwrt-gecoosac](https://github.com/lwb1978/openwrt-gecoosac)|集客无线 AC 控制器 OpenWRT 插件|29|0|2024-07-14| |99|[boomker/rime-fast-xhup](https://github.com/boomker/rime-fast-xhup)|基于小鹤双拼加鹤形辅助码的Rime 配置方案,内附多种特色功能:词条置顶,强制删词,隐藏词条,词条降频,手动造词(中英),全码唯一自动顶词上屏(单字和部分词), 长词优先(成语缩写),英文大小写多格式输入,单词自动加空格, 上屏历史,快捷启动App应用,多格式日期星期时间输入, 长期更新800W词库|137|0|2024-07-21| |100|[zhyupe/FFXIV-Packet-Dissector](https://github.com/zhyupe/FFXIV-Packet-Dissector)|Wireshark plugins for dissecting FFXIV packets.|77|0|2024-10-08| |101|[openresty/lua-resty-mysql](https://github.com/openresty/lua-resty-mysql)|Nonblocking Lua MySQL driver library for ngx_lua or OpenResty|705|0|2024-08-17| |102|[yuanyan3060/ArknightsGameResource](https://github.com/yuanyan3060/ArknightsGameResource)|明日方舟客户端素材|307|0|2024-10-11| |103|[lost-melody/rime-smyh](https://github.com/lost-melody/rime-smyh)|吉旦餅:亂序字根,三碼定長,延遲頂字。|16|0|2024-10-11| |104|[Tony15246/uosc_danmaku](https://github.com/Tony15246/uosc_danmaku)|在MPV播放器中加载弹弹play弹幕,基于 uosc UI框架和弹弹play API的mpv弹幕扩展插件|18|0|2024-10-10| |105|[kenzok8/litte](https://github.com/kenzok8/litte)|自用的仓库,不建议fork,测试稳定性用的!|17|0|2024-10-11| |106|[freeioe/freeioe](https://github.com/freeioe/freeioe)|An edge-computing framework for Industrial Internet of Things 开源的边缘计算网关框架. 讨论群: 291292378|116|0|2024-07-18| |107|[yinkaisheng/kcp_rtp_dissector](https://github.com/yinkaisheng/kcp_rtp_dissector)|Lua编写Wireshark Plugin解析显示KCP协议封装的RTP视频包|10|0|2024-08-28| |108|[PlexPt/factorio-chinese](https://github.com/PlexPt/factorio-chinese)|factorio 开源中文汉化语言包|22|0|2024-08-03| |109|[geektcp/UeCore-interface](https://github.com/geektcp/UeCore-interface)|一起魔兽世界插件|16|0|2024-04-14| |110|[ElvUI-WotLK/ElvUI](https://github.com/ElvUI-WotLK/ElvUI)|ElvUI for World of Warcraft - Wrath of the Lich King (3.3.5a)|422|0|2024-07-31| |111|[einverne/dotfiles](https://github.com/einverne/dotfiles)|my personal dotfiles managed by dotbot, zinit|94|0|2024-10-08| |112|[lisaac/luci-app-diskman](https://github.com/lisaac/luci-app-diskman)|Disk Manager for LuCI|395|0|2024-07-09| |113|[LufsX/rime](https://github.com/LufsX/rime)|Rime(中州韵)全拼与双拼的自用配置方案|317|0|2024-09-25| |114|[IoT-ThingsCloud/luatos-thingscloud-sdk](https://github.com/IoT-ThingsCloud/luatos-thingscloud-sdk)|基于合宙模组 LuatOS 快速接入 ThingsCloud 物联网平台的 SDK ,帮你 10 分钟完成模组到云平台的双向通信。|12|0|2024-09-03| |115|[bigshans/rime-zrm](https://github.com/bigshans/rime-zrm)|自然码+辅码的 rime 配置方案,可以使用 ';' 应用辅码。|56|0|2024-08-04| |116|[UsbPacketViewer/parser](https://github.com/UsbPacketViewer/parser)|-|35|0|2024-08-29| |117|[CN-DST-DEVELOPER/scripts](https://github.com/CN-DST-DEVELOPER/scripts)|官方scripts目录,每两小时自动更新|23|0|2024-10-11| |118|[ONElua/AutoPlugin2](https://github.com/ONElua/AutoPlugin2)|Next AutoPlugin 2|458|0|2024-08-09| |119|[IgorTimofeev/MineOS](https://github.com/IgorTimofeev/MineOS)|Home of MineOS and it's software for OpenComputers mod|756|0|2024-08-25| |120|[boris1993/sms_forwarder_air780_esp32](https://github.com/boris1993/sms_forwarder_air780_esp32)|使用合宙ESP32和Air780E构建的短信转发器|165|0|2024-08-18| |121|[amorphobia/openfly](https://github.com/amorphobia/openfly)|词库开源的小鹤音形 Rime 配方|96|0|2024-09-15| |122|[JaredScar/Badger-Anticheat](https://github.com/JaredScar/Badger-Anticheat)|Badger's Official Anticheat [code inspirations from DevLanceGood and Bluethefurry on GitHub]|44|0|2024-05-28| |123|[ywxt/rime-huma](https://github.com/ywxt/rime-huma)|虎碼輸入方案,三重註解、字集切換、雙重反查、全碼後置……|24|0|2024-04-22| |124|[zhhmn/huma-rime](https://github.com/zhhmn/huma-rime)|rime引擎使用|11|0|2024-08-31| |125|[sffxzzp/Starbound-Chinese](https://github.com/sffxzzp/Starbound-Chinese)|Starbound 汉化 mod|32|0|2024-06-08| |126|[openresty/lua-resty-limit-traffic](https://github.com/openresty/lua-resty-limit-traffic)|Lua library for limiting and controlling traffic in OpenResty/ngx_lua|817|0|2024-08-17| |127|[taoso/vim](https://github.com/taoso/vim)|Taoso's vimrc|61|0|2024-09-20| |128|[ScriptGo/rime](https://github.com/ScriptGo/rime)|如何在 Archlinux 环境中配置 fcitx5-rime|8|0|2024-10-11| |129|[IoT-ThingsCloud/luat-thingscloud-libs](https://github.com/IoT-ThingsCloud/luat-thingscloud-libs)|这里是合宙模组 luat 方式接入 ThingsCloud 云平台的 lib 库,以及示例代码。|11|0|2024-05-11| |130|[yaukeywang/LuaMemorySnapshotDump](https://github.com/yaukeywang/LuaMemorySnapshotDump)|Lua memory snapshot dump utility, used for memory leak detection。|545|0|2024-06-06| |131|[citizenlab/chat-censorship](https://github.com/citizenlab/chat-censorship)|Data related to the investigation of realtime censorship|638|0|2024-07-13| |132|[hanzi-chai/rime-snow-pinyin](https://github.com/hanzi-chai/rime-snow-pinyin)|【冰雪拼音】输入方案|17|0|2024-07-06| |133|[thisdp/dgs](https://github.com/thisdp/dgs)|Thisdp's Dx Graphical User Interface System (MTA Dx Lib)|65|0|2024-10-05| |134|[xxxxue/XGAME](https://github.com/xxxxue/XGAME)|:laughing::laughing::laughing::laughing:指端精灵/飞天助手 的一个开箱即用的框架.将文件 引入项目 就可以开始编写代码了.省去繁杂的人工配置|10|0|2024-05-09| |135|[astog/MoreLenses](https://github.com/astog/MoreLenses)|More Lenses - Mod for Civilization VI|46|0|2024-06-27| |136|[shagu/pfQuest](https://github.com/shagu/pfQuest)|A Questhelper and Database Addon for World of Warcraft: Vanilla & TBC|193|0|2024-09-23| |137|[1cyberlangke1/random_work_crbot](https://github.com/1cyberlangke1/random_work_crbot)|使用懒人精灵高级版制作的皇室战争脚本|7|0|2024-04-14| |138|[Ponpon55837/Squirrel](https://github.com/Ponpon55837/Squirrel)|鼠鬚管洋蔥純注音版簡化安裝與外觀設計|71|0|2024-06-06| |139|[Kicamon/im-switch.nvim](https://github.com/Kicamon/im-switch.nvim)|neovim的输入法自动切换插件,在写文档以及代码注释的时候可以自动帮忙切换输入法|10|0|2024-09-05| |140|[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,易于使用,现代化的视频播放器)|1083|0|2024-09-29| |141|[geezmolycos/lizard-pet](https://github.com/geezmolycos/lizard-pet)|love2d 编写的桌宠,目前实现了一只飞龙,使用程序动态生成的动画,自然流畅(至少希望是这样)。|56|0|2024-05-16| |142|[Martins3/My-Linux-Config](https://github.com/Martins3/My-Linux-Config)|:clap: Modern neovim configuration based on native lsp|337|0|2024-10-10| |143|[openresty/lua-resty-upstream-healthcheck](https://github.com/openresty/lua-resty-upstream-healthcheck)|Health Checker for Nginx Upstream Servers in Pure Lua|517|0|2024-08-17| |144|[yaocccc/nvim](https://github.com/yaocccc/nvim)|开箱即用的nvim配置 详细的文档 lua实现|180|0|2024-09-21| |145|[FrSkyRC/ETHOS-Feedback-Community](https://github.com/FrSkyRC/ETHOS-Feedback-Community)|Feedback & suggestions are welcomed here for ETHOS by FrSky|188|0|2024-10-11| |146|[Fusyong/jiazhu](https://github.com/Fusyong/jiazhu)|a ConTeXt LMTX module for Jiazhu (or 夹注, 割注) |14|0|2024-10-02| |147|[pingshunhuangalex/rime-keydo](https://github.com/pingshunhuangalex/rime-keydo)|键指星海,道化万物。|31|0|2024-09-09| |148|[N0zza/MappaMundi](https://github.com/N0zza/MappaMundi)|-|15|0|2024-10-10| |149|[VgerMods/Pawn](https://github.com/VgerMods/Pawn)|Pawn: find upgrades, do more damage, win. (Download releases and ask questions at CurseForge.)|27|0|2024-09-23| |150|[sirpdboy/luci-app-parentcontrol](https://github.com/sirpdboy/luci-app-parentcontrol)|luci-app-parentcontrol 专为手机用户制作:家长控制 ,可以按时间控制机器,端口和关键字过滤等。|29|0|2024-08-01| |151|[tg123/RaidLedger](https://github.com/tg123/RaidLedger)|A ledger for GDKP/gold run raid in World of Warcraft|16|0|2024-09-30| |152|[Muscipular/cgmsv-lua](https://github.com/Muscipular/cgmsv-lua)|cgmsv lua模块|63|0|2024-10-01| |153|[fffonion/lua-resty-acme](https://github.com/fffonion/lua-resty-acme)|Automatic Let's Encrypt certificate serving and Lua implementation of ACMEv2 procotol |163|0|2024-08-13| |154|[roacn/openwrt-packages](https://github.com/roacn/openwrt-packages)|Lede源码、官方OpenWrt源码,常用插件库|7|0|2024-10-11| |155|[SwimmingTiger/ClassicCodex](https://github.com/SwimmingTiger/ClassicCodex)|Quest map markers and quest database for WoW classic 备注:Issue可以直接写中文|11|0|2024-07-25| |156|[shagu/pfUI](https://github.com/shagu/pfUI)|A User Interface Replacement for World of Warcraft: Vanilla & TBC|343|0|2024-10-06| |157|[forFudan/yuhao](https://github.com/forFudan/yuhao)|宇浩繁简通打输入法·全汉字覆盖·四重注解·臺灣字形支持|53|0|2024-09-28| |158|[26F-Studio/Techmino](https://github.com/26F-Studio/Techmino)|Techmino:方块研究所唯一官方仓库(Github)|525|0|2024-10-02| |159|[ryan1iu/dotfiles](https://github.com/ryan1iu/dotfiles)|一些配置文件|8|0|2024-07-04| |160|[jx-sec/jxwaf](https://github.com/jx-sec/jxwaf)|JXWAF是一款开源web应用防火墙|1100|0|2024-08-20| |161|[mrshiqiqi/rime-wubi](https://github.com/mrshiqiqi/rime-wubi)|Rime五笔|19|0|2024-05-29| |162|[TencentBlueKing/blueking-apigateway-apisix](https://github.com/TencentBlueKing/blueking-apigateway-apisix)|蓝鲸 API 网关 - 数据面|16|0|2024-10-10| |163|[hanxi/lua-dirty-mongo](https://github.com/hanxi/lua-dirty-mongo)|适配 MongoDB 的差异脏数据|8|0|2024-06-04| |164|[jiaxinaoliao/neovimBeginCpp](https://github.com/jiaxinaoliao/neovimBeginCpp)|纯lua配置的neovim快速配置(基本开箱即用)|75|0|2024-10-05| |165|[cubercsl/rime-flypy](https://github.com/cubercsl/rime-flypy)|小鹤音形 Rime 挂接 / Fcitx5 码表 For Linux & Android|83|0|2024-10-03| |166|[happyDom/dyyRime](https://github.com/happyDom/dyyRime)|这是dyy个人使用的rime输入法的配置包,欢迎测试指正|41|0|2024-09-04| |167|[Afool4U/logi_fake_date](https://github.com/Afool4U/logi_fake_date)|永久破解lua宏时间限制|43|0|2024-07-01| |168|[AGou-ops/dotfiles](https://github.com/AGou-ops/dotfiles)|My personal dotfiles, about neovim, zsh shell, tmux...|198|0|2024-08-27| |169|[oniondelta/Onion_Rime_Files](https://github.com/oniondelta/Onion_Rime_Files)|電腦 Rime 洋蔥方案(注音、雙拼、拼音、形碼、行列30)|211|0|2024-10-11| |170|[poembro/openresty-im](https://github.com/poembro/openresty-im)|一个运行在OpenResty上的web聊天软件|38|0|2024-05-21| |171|[quintin-lee/NVCode](https://github.com/quintin-lee/NVCode)|neovim 配置|9|0|2024-10-08| |172|[neo451/jieba.nvim](https://github.com/neo451/jieba.nvim)|基于jieba-lua的neovim中文词跳转|12|0|2024-07-07| |173|[WOWRainbowUI/RainbowUI-Retail](https://github.com/WOWRainbowUI/RainbowUI-Retail)|彩虹ui 整合包 (地心之戰)|13|0|2024-10-10| |174|[Wolferos/Hearts-of-Iron-IV-The-Great-War](https://github.com/Wolferos/Hearts-of-Iron-IV-The-Great-War)|The Great War has been created by Wolferos with the help of the Community.|101|0|2024-09-30| |175|[openresty/lua-resty-websocket](https://github.com/openresty/lua-resty-websocket)|WebSocket support for the ngx_lua module (and OpenResty)|505|0|2024-08-17| |176|[remijouannet/graftorio2](https://github.com/remijouannet/graftorio2)|(fork of graftorio) factorio mod for creating grafana dashboard |85|0|2024-08-05| |177|[TheDeNuke/Divergences-of-Darkness-Rework-Public](https://github.com/TheDeNuke/Divergences-of-Darkness-Rework-Public)|-|34|0|2024-09-23| |178|[ksqsf/rime-moran](https://github.com/ksqsf/rime-moran)|自然碼雙拼+輔助碼 Rime 配置|121|0|2024-10-08| |179|[hugh7007/xmjd6-rere](https://github.com/hugh7007/xmjd6-rere)|基于星空键道,拓展出来百万词库版本-星猫键道6|38|0|2024-10-09| |180|[Pd2VoidTeam/VoidUI](https://github.com/Pd2VoidTeam/VoidUI)|VoidUI BLT code and textures|13|0|2024-05-06| |181|[amorphobia/rime-jiandao](https://github.com/amorphobia/rime-jiandao)|🌟️星空键道输入方案|15|0|2024-10-10| |182|[xiao-cheng-zi/MaterialDesign](https://github.com/xiao-cheng-zi/MaterialDesign)|一款 Rainmeter 皮肤项目,用于显示电脑硬件信息的监测模板|8|0|2024-06-27| |183|[boluokk/e7Helper](https://github.com/boluokk/e7Helper)|【EPIC】第七史诗多功能覆盖脚本(刷书签🍃,挂讨伐、后记、祭坛✌️,挂JJC等📛,多服务器支持📺,qq机器人消息通知📩)|155|0|2024-09-18| |184|[kurapica/PLoop](https://github.com/kurapica/PLoop)|Prototype Lua object-oriented program system and frameworks. |234|0|2024-10-10| |185|[KikoPlayProject/KikoPlayScript](https://github.com/KikoPlayProject/KikoPlayScript)|KikoPlay脚本仓库|38|0|2024-07-20| |186|[ljhljll/GTNH-NuclearCooler](https://github.com/ljhljll/GTNH-NuclearCooler)|加入了热量检测处理的OC强冷|10|0|2024-10-03| |187|[Elflare/rime-zrlong](https://github.com/Elflare/rime-zrlong)|自然龙 - 基于 Rime 的带调、双拼、音形输入方案|10|0|2024-09-26| |188|[siweia/NDui](https://github.com/siweia/NDui)|NDui for World of Warcraft|302|0|2024-10-06| |189|[openresty/lua-resty-lrucache](https://github.com/openresty/lua-resty-lrucache)|Lua-land LRU Cache based on LuaJIT FFI|435|0|2024-10-10| |190|[xiyoo0812/luaoop](https://github.com/xiyoo0812/luaoop)|一个 lua 面向对象机制的实现。|15|0|2024-09-19| |191|[boomker/spacehammer](https://github.com/boomker/spacehammer)|🚀 空格键作为 Hyper 的 Hammerspoon 配置, 上手简单并且功能强大, 集多套开源优秀配置于一身|24|0|2024-10-03| |192|[xmake-io/xmake-repo](https://github.com/xmake-io/xmake-repo)|📦 An official xmake package repository |680|0|2024-10-11| |193|[payday-restoration/restoration-mod](https://github.com/payday-restoration/restoration-mod)|This repository is the home of Restoration Mod for Payday 2|47|0|2024-10-11| |194|[synxlin/chinese-speech-recognition](https://github.com/synxlin/chinese-speech-recognition)|This is a Chinese version of DeepSpeech2 in torch and its application. Modified from https://github.com/SeanNaren/deepspeech.torch.|13|0|2024-07-10| |195|[rsjaffe/MIDI2LR](https://github.com/rsjaffe/MIDI2LR)|An application and plugin to remotely control Lightroom with a MIDI controller|687|0|2024-09-16| |196|[JiaqinKang/apexNoRecoilMarco](https://github.com/JiaqinKang/apexNoRecoilMarco)|全自动武器检测apex压枪宏/Fully Weapon detection apex marco no recoil|320|0|2024-06-30| |197|[k8scat/lua-resty-weauth](https://github.com/k8scat/lua-resty-weauth)|适用于 OpenResty / ngx_lua 的基于企业微信组织架构的登录认证|17|0|2024-05-08| |198|[AideLua/AideLua](https://github.com/AideLua/AideLua)|依赖 Aide 的一款 Lua 编辑器|35|0|2024-05-04| |199|[wind-addons/ElvUI_WindTools](https://github.com/wind-addons/ElvUI_WindTools)|💯 Maybe the BEST ElvUI plugin to enhance your game experience.|145|0|2024-10-06|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/MATLAB.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > MATLAB 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[ShiArthur03/ShiArthur03](https://github.com/ShiArthur03/ShiArthur03)|-|10382|108|2024-08-05| |2|[lxy0068/Signal-and-system-experiments](https://github.com/lxy0068/Signal-and-system-experiments)|Signal and System Experiment (Autumn 2023)|4|1|2024-10-11| |3|[Linfeng-Tang/Image-Fusion](https://github.com/Linfeng-Tang/Image-Fusion)|Deep Learning-based Image Fusion: A Survey|788|1|2024-09-26| |4|[LuoQingju/Carbon-Emission-Flow](https://github.com/LuoQingju/Carbon-Emission-Flow)|复现论文《电力系统碳排放流的计算方法初探》。周天睿,康重庆,徐乾耀,等.电力系统碳排放流的计算方法初探[J].电力系统自动化,2012,36(11):44-49.|4|0|2024-07-08| |5|[TkungAI/AMBD-CGE](https://github.com/TkungAI/AMBD-CGE)|基于MBD(Model-Based Design,基于模型的设计)代码生成样例。|7|0|2024-04-14| |6|[Aleiluo/My-Mathematical-Modeling](https://github.com/Aleiluo/My-Mathematical-Modeling)|本人备战、参加数学建模竞赛的图片和代码|7|0|2024-05-21| |7|[Joe-Hall-Lee/sxjmqf](https://github.com/Joe-Hall-Lee/sxjmqf)|数学建模清风。|13|0|2024-09-05| |8|[luwang103004/matlab-interference-simulation](https://github.com/luwang103004/matlab-interference-simulation)|第一个学期做的matlab仿真模拟和GS算法|3|0|2024-08-31| |9|[0ce38a2b/Predictive-Control-Quadcopter](https://github.com/0ce38a2b/Predictive-Control-Quadcopter)|Predictive Control Core Assignment - Spring 2024 Imperial College London|5|0|2024-09-04| |10|[NEUer02/Dynamic_Parameter_Identification_for_Rokae_xMate](https://github.com/NEUer02/Dynamic_Parameter_Identification_for_Rokae_xMate)|络石机械臂动力学相关算法以及仿真|20|0|2024-05-03| |11|[thinszx/WiFi-CSI-gait-recognition](https://github.com/thinszx/WiFi-CSI-gait-recognition)|通过WiFi信号的信道状态信息(Channel State Information, CSI)进行步态特征提取,进而实现用户识别|32|0|2024-06-03| |12|[zhenhua-chen1/Postgraduate-Mathematical-Contest-in-Modelling](https://github.com/zhenhua-chen1/Postgraduate-Mathematical-Contest-in-Modelling)|华为杯研究生数学建模竞赛:历年来优化类代码(不定时更新,曾获一等奖)|43|0|2024-08-15| |13|[highskyno1/2users-CDMA-simulation](https://github.com/highskyno1/2users-CDMA-simulation)|基于MATLAB的直接序列扩频通信系统仿真|9|0|2024-04-15| |14|[dong-hao/EM3DVP](https://github.com/dong-hao/EM3DVP)|EM3DVP: a Visual Package for 3D Geo-Electromagnetic modeling and inversion|53|0|2024-07-17| |15|[RivenSartre/Li-ion-SOC-estimation-based-on-fuzzy-control-and-EKF](https://github.com/RivenSartre/Li-ion-SOC-estimation-based-on-fuzzy-control-and-EKF)|基于模糊控制的扩展卡尔曼滤波SOC估计|3|0|2024-06-19| |16|[zhangyonggang316/ZLG_USBCAN_Simuink](https://github.com/zhangyonggang316/ZLG_USBCAN_Simuink)|创建了周立功USBCAN设备的驱动库,simulink模型可以直接添加模块,驱动硬件进行can报文的收发。|5|0|2024-04-28| |17|[YunYang255/intelligent-method-for-digital-control](https://github.com/YunYang255/intelligent-method-for-digital-control)|用matlab完成了可以读取dxf文件然后生成相关的加工代码的功能,还可以输入加工代码(.txt)生成相关的加工路线(2D和3D),程序还可以监控刀具和胚料是否干涉以及刀具的加工状态|14|0|2024-06-09| |18|[yandld/nav_matlab](https://github.com/yandld/nav_matlab)|基于的matlab导航科学计算库|237|0|2024-10-10| |19|[PollyNET/Pollynet_Processing_Chain](https://github.com/PollyNET/Pollynet_Processing_Chain)|NRT lidar data processing program for multiwavelength polarization Raman lidar network (PollyNET)|20|0|2024-10-10| |20|[chtld/Finite_Element_Method_Matlab](https://github.com/chtld/Finite_Element_Method_Matlab)|有限元方法的 matlab 实现,为了追求清晰通用,将会大大牺牲程序的效率。|49|0|2024-04-25| |21|[wanyun-yang-2002/Information-Hiding-and-Digital-Watermark](https://github.com/wanyun-yang-2002/Information-Hiding-and-Digital-Watermark)|Practice of Information Hiding and Digital Watermark 信息隐藏与数字水印实验|3|0|2024-07-16| |22|[zhyantao/GA-shortest_path](https://github.com/zhyantao/GA-shortest_path)|遗传算法解决最短路径问题(两个出发点)|11|0|2024-07-04| |23|[123RoBin0819/Sea-clutter](https://github.com/123RoBin0819/Sea-clutter)|海杂波|7|0|2024-05-17| |24|[vectorZeng/hzbmmc2024-B](https://github.com/vectorZeng/hzbmmc2024-B)|2024年华中杯数学建模比赛 B题 使用行车轨迹估计交通信号灯周期问题|10|0|2024-06-06| |25|[deltaRing/mmwave_radar_1843_generate_point_cloud](https://github.com/deltaRing/mmwave_radar_1843_generate_point_cloud)|用1843AOPEVM生成点云 初步验证应该是对的,附赠数据一枚|37|0|2024-06-05| |26|[zawudui/-](https://github.com/zawudui/-)|用于存放李某人公开的数据处理代码,包括脑电数据分析、统计等|3|0|2024-04-17| |27|[nextpilot/nextpilot-simulink-toolbox](https://github.com/nextpilot/nextpilot-simulink-toolbox)|一套基于MATLAB/Simulink飞控系统开发工具箱|3|0|2024-09-13| |28|[Chang-huilin/MyMasterLearning](https://github.com/Chang-huilin/MyMasterLearning)|一些光谱与图像的读取,处理,和算法|3|0|2024-10-11| |29|[ElbertSwan/Microgrid-real-time-economic-dispatch-with-ADP](https://github.com/ElbertSwan/Microgrid-real-time-economic-dispatch-with-ADP)|基于ADP算法求解微电网实时经济调度问题|4|0|2024-05-10| |30|[Maaaaark001/Easy_DPD](https://github.com/Maaaaark001/Easy_DPD)|简易的DPD算法示例|6|0|2024-06-27| |31|[BySpaces/Matlab-Pcode-to-Mcode](https://github.com/BySpaces/Matlab-Pcode-to-Mcode)|本软件可实现将MATLAB中Pcode加密的代码,恢复为原来的M文件。This software can restore the codes encrypted by Pcode in MATLAB to the original M file.|10|0|2024-10-08| |32|[Chang-huilin/Multispectral](https://github.com/Chang-huilin/Multispectral)|多光谱成像技术|3|0|2024-06-17| |33|[ZhiDongRen/FP_interfermeter](https://github.com/ZhiDongRen/FP_interfermeter)|1、FP干涉仪 2、基于matlab _安装matlab包即可体验 3、打开matlab工具,点击 (安装App)--选中(FP_interferometer.mlappinstall)并点击安装即可 4、GUI界面包含多种参数可调干涉仪 |3|0|2024-09-04| |34|[K-N-Xiang/OpenISP-MATLAB](https://github.com/K-N-Xiang/OpenISP-MATLAB)|用MATLAB写的ISP Pipeline|3|0|2024-07-19| |35|[Heavyapples/Generate-three-classification-vibration-signals-and-train-them-with-CNN](https://github.com/Heavyapples/Generate-three-classification-vibration-signals-and-train-them-with-CNN)|本项目是一个由我个人开发的matlab深度学习项目,生成了三种不同类型的波形信号并构建了一个数据集,使用STFT计算信号的时频图,构建并训练了一个简单的CNN用于分类信号类型,测试了训练好的模型,并通过CAM可视化模型的决策区域。|4|0|2024-05-23| |36|[brian09088/NB-IoT-support-for-NTN](https://github.com/brian09088/NB-IoT-support-for-NTN)|5G NB-IoT support NTN 非地面網路(衛星通訊)|16|0|2024-09-05| |37|[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 ...|207|0|2024-06-15| |38|[Trist-wood/Digital-image-processing-system](https://github.com/Trist-wood/Digital-image-processing-system)|本系统基于MATLAB 的图像处理工具箱和图形用户界面(GUI)设计与实现,构建了一个面向对象且高度可视化的图像处理操作系统,该系统实现了图像增强、图像变换、图像滤波、图像分割、边缘检测等内容|7|0|2024-05-25| |39|[SuperBruceJia/Sonar-Image-Segmentation-through-Entropy-Method](https://github.com/SuperBruceJia/Sonar-Image-Segmentation-through-Entropy-Method)|This is a MATLAB implementation of Sonar Image Segmentation via Entropy Method|20|0|2024-10-10| |40|[Walker-rx/Signal-equalization-using-MMSE](https://github.com/Walker-rx/Signal-equalization-using-MMSE)|利用mmse完成光通信信号均衡,源自gen_data_final|5|0|2024-08-22| |41|[HelioAB/CableSSB-zh](https://github.com/HelioAB/CableSSB-zh)|提供了一个专为桥梁工程设计的通用框架,它能够支持创建包括斜拉桥、悬索桥、斜拉-悬索协作体系桥梁在内的几乎所有类型的缆索承重桥梁的物理模型,并可以将其导入到ANSYS中进行有限元分析。基于MATLAB编写,本框架旨在为桥梁工程师和研究人员提供一个强大、灵活的工具,以促进缆索承重桥梁的分析和研究。|7|0|2024-07-26| |42|[iChunyu/iChunyu.github.io](https://github.com/iChunyu/iChunyu.github.io)|某春雨的后花园|9|0|2024-10-06| |43|[LZT1945/MATLAB-smoothing-software-for-high-density-electrical-data](https://github.com/LZT1945/MATLAB-smoothing-software-for-high-density-electrical-data)|高密度电法原始数据平滑Matlab程序|3|0|2024-08-11| |44|[autodotua/my_roms_tools](https://github.com/autodotua/my_roms_tools)|基于MATLAB的ROMS预处理、后处理工具包;MATLAB-based pre-processing and post-processing toolkit for ROMS (Regional Ocean Modeling System)|13|0|2024-09-30| |45|[spaceemperor01/Reed-Solomen-MATLAB](https://github.com/spaceemperor01/Reed-Solomen-MATLAB)|A Matlab implementation of Reed Solomen (RS code) for any length and gf order 任意长度和有限域阶数的里德所罗门码MATLAB实现|4|0|2024-09-26| |46|[SAKURA-CAT/water-tank](https://github.com/SAKURA-CAT/water-tank)|基于Matlab的单水箱液位的模糊控制系统设计|3|0|2024-05-29| |47|[Ebola-Chan-bot/Parallel-Computing](https://github.com/Ebola-Chan-bot/Parallel-Computing)|埃博拉酱的并行计算工具箱|4|0|2024-07-25| |48|[sjtu-jq/Image-registration](https://github.com/sjtu-jq/Image-registration)|Registration for power equipment infrared and visible images|91|0|2024-06-10| |49|[fkby48/Image-Processing-by-DWT](https://github.com/fkby48/Image-Processing-by-DWT)|使用小波变换对图像进行处理,包括图像融合、图像降噪、图像压缩和图像隐藏(Using wavelet transform for image processing, including image fusion, image denoising, image compression, and image hiding)|19|0|2024-05-13| |50|[Seafood-SIMIT/fwnn-matlab](https://github.com/Seafood-SIMIT/fwnn-matlab)|Implementation of Fuzzy Wavelet Neural Network in Matlab and Evaluation of Target Threat /模糊小波神经网络的Matlab实现以及目标威胁评估|32|0|2024-08-20| |51|[Matthew-Lyu/Digital-Image-Processing-Methods-and-Analysis](https://github.com/Matthew-Lyu/Digital-Image-Processing-Methods-and-Analysis)|数字图像处理分析方法Code repository for digital image processing methods|7|0|2024-07-14| |52|[yuyu-shi/TrajectoryTrackingControlofQuadrotorUAV](https://github.com/yuyu-shi/TrajectoryTrackingControlofQuadrotorUAV)|欧拉角、四元数、旋转矩阵,迂回现象,自抗扰控制|19|0|2024-09-30| |53|[SeveNOlogy7/SimMoLFil](https://github.com/SeveNOlogy7/SimMoLFil)|A mode-locked fiber laser simulator 锁模光纤激光器仿真|51|0|2024-06-25| |54|[LeonYew-SWPU/VLPR-Based-On-MATLAB](https://github.com/LeonYew-SWPU/VLPR-Based-On-MATLAB)|基于 MATLAB 的车牌识别系统,数字图像处理期末大作业。|12|0|2024-05-06| |55|[JingkeTAN/Genetic-algorithm-with-MILP](https://github.com/JingkeTAN/Genetic-algorithm-with-MILP)|遗传算法解决带时间窗的混合整数非线性规划问题(MILP)|3|0|2024-05-25| |56|[AI-Tianlong/SSVEP-BCI-OpenBCI](https://github.com/AI-Tianlong/SSVEP-BCI-OpenBCI)|基于OpenBCI(Bciduino)完成的SSVEP项目,包括刺激器、信号实时传输、以及基于FFT的脑电信号分类、蓝牙小车的脑电控制|75|0|2024-05-06| |57|[wuc567/Pattern-Mining](https://github.com/wuc567/Pattern-Mining)|序列模式挖掘相关研究|29|0|2024-07-11| |58|[coollingomg/Uav-track-collaborative-planning-based-on-pso-algorithm](https://github.com/coollingomg/Uav-track-collaborative-planning-based-on-pso-algorithm)|Uav track collaborative planning based on pso algorithm/基于pso算法的无人机航迹协同规划|9|0|2024-07-09| |59|[EXPSIN/StroboscopicPhotography](https://github.com/EXPSIN/StroboscopicPhotography)|基于视频提取频闪照片的MATLAB脚本|3|0|2024-09-14| |60|[Nome2s/InSARFilter](https://github.com/Nome2s/InSARFilter)|InSAR 中经典滤波算法的实现(MATLAB & Python)|7|0|2024-05-01| |61|[FMOTs/FMOT_matlab](https://github.com/FMOTs/FMOT_matlab)|FMOT的matlab基础开发版本|26|0|2024-06-12| |62|[T990820/radar-communication-signal-waveform-generator](https://github.com/T990820/radar-communication-signal-waveform-generator)|本仓库的代码用于雷达/通信信号波形的仿真与时频分析|16|0|2024-06-21| |63|[kongtian-SiBu/ZCJ_GNSSINS_DeepIntegration](https://github.com/kongtian-SiBu/ZCJ_GNSSINS_DeepIntegration)|GNSS和INS深组合的尝试,在GNSS_SDR和PSINS基础上组合得到|24|0|2024-07-31| |64|[Ebola-Chan-bot/MATLAB-Extension](https://github.com/Ebola-Chan-bot/MATLAB-Extension)|埃博拉酱的MATLAB扩展|13|0|2024-10-11| |65|[zhaohaojie1998/Grey-Wolf-Optimizer-for-Path-Planning](https://github.com/zhaohaojie1998/Grey-Wolf-Optimizer-for-Path-Planning)|灰狼优化算法(GWO)路径规划/轨迹规划/轨迹优化、多智能体/多无人机航迹规划|365|0|2024-04-13| |66|[Freeman449s/DCT-and-DWT-Based-Image-Protection](https://github.com/Freeman449s/DCT-and-DWT-Based-Image-Protection)|基于DCT和DWT的图像篡改保护程序,检测图像在传输等过程中是否遭到了篡改。|3|0|2024-09-22| |67|[Pochestina-zh/Numerical-PDEs-Coding](https://github.com/Pochestina-zh/Numerical-PDEs-Coding)|偏微分方程数值解编程作业|7|0|2024-09-21| |68|[XDUgaile/2024ICM_D](https://github.com/XDUgaile/2024ICM_D)|2024美赛 ICM D题|3|0|2024-05-04| |69|[AlterWL/Battery_SOC_Estimation](https://github.com/AlterWL/Battery_SOC_Estimation)|Battery state of charge estimation using kalman filter in Matlab|304|0|2024-04-12| |70|[WanXiaoLong1/GNSS](https://github.com/WanXiaoLong1/GNSS)|广播星历进行卫星位置计算、O文件N文件的读取、广播星历精度评定|3|0|2024-05-23| |71|[deltaRing/multi_mmwave_radar_tracking_multi_targets](https://github.com/deltaRing/multi_mmwave_radar_tracking_multi_targets)|多毫米波雷达跟踪多目标|6|0|2024-08-14| |72|[kon9chun/ParameterIdentification_and_FOMe](https://github.com/kon9chun/ParameterIdentification_and_FOMe)|FOM参数辨识及其改进模型|3|0|2024-07-02| |73|[PKU-HunterWu/LDPC-Encoder-Decoder](https://github.com/PKU-HunterWu/LDPC-Encoder-Decoder)|基于Matlab的LDPC编解码算法实现及LDPC码性能测试|58|0|2024-06-20| |74|[wangxiaolei0721/Continuous_and_discrete_grey_Fourier_model](https://github.com/wangxiaolei0721/Continuous_and_discrete_grey_Fourier_model)|王小雷, 谢乃明. 考虑季节性特征的灰色傅里叶模型及其应用[J]. 系统工程理论与实践, 2022: 1-14.|3|0|2024-09-28| |75|[tdcsu/Cluster-simulation-like-birds-using-matlab-tdcsu](https://github.com/tdcsu/Cluster-simulation-like-birds-using-matlab-tdcsu)| 二阶积分器模型,集群仿真,鸟群 Second order integrator model, swarm simulation, bird swarm|6|0|2024-09-13| |76|[intLyc/MTO-Platform](https://github.com/intLyc/MTO-Platform)|Multitask Optimization Platform (MToP): A MATLAB Optimization Platform for Evolutionary Multitasking|120|0|2024-09-24| |77|[pigeonLCY/2023CUMCM](https://github.com/pigeonLCY/2023CUMCM)|基于计算几何的海域地形分析及多波束测深优化模型|3|0|2024-06-05|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Objective-C.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Objective-C 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[tisfeng/Easydict](https://github.com/tisfeng/Easydict)|一个简洁优雅的词典翻译 macOS App。开箱即用,支持离线 OCR 识别,支持有道词典,🍎 苹果系统词典,🍎 苹果系统翻译,OpenAI,Gemini,DeepL,Google,Bing,腾讯,百度,阿里,小牛,彩云和火山翻译。A concise and elegant Dictionary and Translator macOS App for looking up words and t ...|7080|10|2024-09-29| |2|[huami1314/DYYY](https://github.com/huami1314/DYYY)|用于调整抖音的UI的Tweak|44|7|2024-10-08| |3|[Tencent/lemon-cleaner](https://github.com/Tencent/lemon-cleaner)|腾讯柠檬清理是针对macOS系统专属制定的清理工具。主要功能包括重复文件和相似照片的识别、软件的定制化垃圾扫描、可视化的全盘空间分析、内存释放、浏览器隐私清理以及设备实时状态的监控等。重点聚焦清理功能,对上百款软件提供定制化的清理方案,提供专业的清理建议,帮助用户轻松完成一键式清理。|5425|7|2024-10-10| |4|[TKkk-iOSer/WeChatPlugin-MacOS](https://github.com/TKkk-iOSer/WeChatPlugin-MacOS)|微信小助手|14085|5|2024-06-09| |5|[sunnyyoung/WeChatTweak-macOS](https://github.com/sunnyyoung/WeChatTweak-macOS)|A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开 🔨|11193|4|2024-08-01| |6|[Instagram/IGListKit](https://github.com/Instagram/IGListKit)|A data-driven UICollectionView framework for building fast and flexible lists.|12865|4|2024-10-09| |7|[Tencent/vap](https://github.com/Tencent/vap)|VAP是企鹅电竞开发,用于播放特效动画的实现方案。具有高压缩率、硬件解码等优点。同时支持 iOS,Android,Web 平台。|3897|3|2024-04-13| |8|[ibireme/YYText](https://github.com/ibireme/YYText)|Powerful text framework for iOS to display and edit rich text.|8851|3|2024-07-16| |9|[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+|8062|3|2024-08-14| |10|[pujiaxin33/JXCategoryView](https://github.com/pujiaxin33/JXCategoryView)|A powerful and easy to use category view (segmentedcontrol, segmentview, pagingview, pagerview, pagecontrol) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)|6087|3|2024-08-07| |11|[tigerAndBull/TABAnimated](https://github.com/tigerAndBull/TABAnimated)|A skeleton screen loading framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。)|3374|2|2024-09-19| |12|[johnno1962/InjectionIII](https://github.com/johnno1962/InjectionIII)|Re-write of Injection for Xcode in (mostly) Swift|4027|2|2024-09-29| |13|[DargonLee/LookinRootless](https://github.com/DargonLee/LookinRootless)|基于 Dopamine 无根越狱实现的插件,该插件可以调试 iOS 的 UI 界面|37|2|2024-09-27| |14|[Tencent/QMUI_iOS](https://github.com/Tencent/QMUI_iOS)|QMUI iOS——致力于提高项目 UI 开发效率的解决方案|7089|2|2024-09-21| |15|[renzifeng/ZFPlayer](https://github.com/renzifeng/ZFPlayer)|Support customization of any player SDK and control layer(支持定制任何播放器SDK和控制层)|7062|2|2024-05-24| |16|[MatthewYork/DateTools](https://github.com/MatthewYork/DateTools)|Dates and times made easy in iOS|7221|2|2024-08-21| |17|[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, ...|4721|2|2024-08-28| |18|[JackJiang2011/MobileIMSDK](https://github.com/JackJiang2011/MobileIMSDK)|一个原创多端IM通信层框架,轻量级、高度提炼,历经10年、久经考验。可能是市面上唯一同时支持UDP+TCP+WebSocket三种协议的同类开源框架,支持 iOS、Android、Java、H5、小程序、Uniapp,服务端基于Netty。|5487|2|2024-06-29| |19|[alibaba/coobjc](https://github.com/alibaba/coobjc)|coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foun ...|4025|2|2024-06-19| |20|[zhenglibao/FlexLib](https://github.com/zhenglibao/FlexLib)|FlexLib是一个基于flexbox模型,使用xml文件进行界面布局的框架,融合了web快速布局的能力,让iOS界面开发像写网页一样简单快速|1679|1|2024-09-11| |21|[zekunyan/TTGTagCollectionView](https://github.com/zekunyan/TTGTagCollectionView)|Useful for showing text or custom view tags in a vertical or horizontal scrollable view and support Autolayout at the same time. It is highly customizable that most features of the text tag can be con ...|1886|1|2024-06-03| |22|[wuba/WBBlades](https://github.com/wuba/WBBlades)|Mach-O based ObjC & Swift useless classes, useless protocols, useless resources detection, packet size analysis, point-to-point crash resolution.基于Mach-O的ObjC & Swift无用类、无用协议、无用资源检测,包大小分析,点对点崩溃解析。|1546|1|2024-08-05| |23|[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 ...|4405|1|2024-04-16| |24|[QuintGao/GKPageScrollView](https://github.com/QuintGao/GKPageScrollView)|iOS类似微博、抖音、网易云等个人详情页滑动嵌套效果|1528|1|2024-10-09| |25|[ChatSecure/ChatSecure-iOS](https://github.com/ChatSecure/ChatSecure-iOS)|ChatSecure is a free and open source encrypted chat client for iOS that supports OTR and OMEMO encryption over XMPP.|3132|1|2024-08-01| |26|[ChangbaDevs/KTVHTTPCache](https://github.com/ChangbaDevs/KTVHTTPCache)|A powerful media cache framework.|2360|1|2024-04-28| |27|[QMUI/LookinServer](https://github.com/QMUI/LookinServer)|Free macOS app for iOS view debugging.|2657|1|2024-07-17| |28|[marlkiller/dylib_dobby_hook](https://github.com/marlkiller/dylib_dobby_hook)|A macOS dylib project based on the Dobby Hook framework, aimed at enhancing and extending the functionality of target software.|228|1|2024-10-08| |29|[LiteAVSDK/Player_iOS](https://github.com/LiteAVSDK/Player_iOS)|Super player for iOS...|1113|1|2024-09-10| |30|[LoSenTrad/LSTPopView](https://github.com/LoSenTrad/LSTPopView)|(重构开发中,swift版本同步进行)LSTPopView iOS万能弹窗 (QQ群:1045568246 微信:a_LSTKit)|1044|1|2024-08-13| |31|[agiapp/BRPickerView](https://github.com/agiapp/BRPickerView)|BRPickerView 封装的是iOS中常用的选择器组件,主要包括:日期选择器(支持年月日、年月等15种日期样式选择,支持设置星期、至今等)、地址选择器(支持省市区、省市、省三种地区选择)、自定义字符串选择器(支持单列、多列、二级联动、三级联动选择)。支持自定义主题样式,适配深色模式,支持将选择器组件添加到指定容器视图。|2548|1|2024-07-24| |32|[ibireme/YYImage](https://github.com/ibireme/YYImage)|Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.|1763|1|2024-06-27| |33|[wildfirechat/ios-chat](https://github.com/wildfirechat/ios-chat)|即时通讯,聊天,野火IM iOS客户端|1159|1|2024-10-11| |34|[520coding/confuse](https://github.com/520coding/confuse)|iOS混淆加固差异化翻新加密工具,模拟人工手动混淆,识别上下文 ,支持继承链、类型识别、方法多参等复杂高级混淆。source-to-source obfuscation of iOS projects,Xcode's refactor->rename. 告别插入毫无关联的垃圾代码、弃用无脑单词随机拼接替换,模拟正常开发,一款最好的混淆最彻底的Mac App Tools。支持OC(Objc、Obje ...|1883|1|2024-09-22| |35|[didi/Hummer](https://github.com/didi/Hummer)|一套移动端高性能高可用的动态化跨端开发框架|1337|1|2024-09-13| |36|[jpush/jverification-hbuilder-plugin](https://github.com/jpush/jverification-hbuilder-plugin)|极光认证官方支持的 hbuilder 插件(Android & iOS)|24|0|2024-04-28| |37|[YolandaQingniu/sdk-ios-demo](https://github.com/YolandaQingniu/sdk-ios-demo)|-|16|0|2024-08-16| |38|[wuqiushan/QSSlideView-ObjC](https://github.com/wuqiushan/QSSlideView-ObjC)|本框架当前较流行的左右滑动页视图框架(Github图片打不开请用梯子)|6|0|2024-08-18| |39|[itenfay/DYFBlurEffect](https://github.com/itenfay/DYFBlurEffect)|快速实现模糊图像,并支持系统 UIVisualEffectView。(Quickly realize blurred image, and support UIVisualEffectView in iOS.)|3|0|2024-06-16| |40|[Rycccccccc/YCCardView](https://github.com/Rycccccccc/YCCardView)|卡片左滑右滑框架|34|0|2024-05-10| |41|[jpush/jverify-flutter-plugin](https://github.com/jpush/jverify-flutter-plugin)|JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。|117|0|2024-08-19| |42|[SilverFruity/OCRunner](https://github.com/SilverFruity/OCRunner)|Execute Objective-C code as script. AST Interpreter. iOS hotfix SDK. |661|0|2024-08-27| |43|[James-oc/JMQRCode](https://github.com/James-oc/JMQRCode)|OC版:iOS原生方法实现二维码生成与扫描|9|0|2024-06-28| |44|[sensorsdata/react-native-sensors-analytics](https://github.com/sensorsdata/react-native-sensors-analytics)|神策分析 SDK RN 组件 (iOS & Android)|37|0|2024-09-04| |45|[volcengine/APMInsight_iOS](https://github.com/volcengine/APMInsight_iOS)|-|44|0|2024-09-24| |46|[xiangshun110/XSNetwork](https://github.com/xiangshun110/XSNetwork)|对AFNetworking 4.0的封装|6|0|2024-09-26| |47|[superxjhw/SPUploadTool](https://github.com/superxjhw/SPUploadTool)|iOS通过切片仿断点机制上传文件|37|0|2024-06-06| |48|[guojunliu/homebrew-stskadnetwork](https://github.com/guojunliu/homebrew-stskadnetwork)|本工具可以从各广告联盟直接抓取SKAdNetworkIdentifier,去重后,直接写入项目的Info.plist中,方便快捷|2|0|2024-08-26| |49|[changsanjiang/SJMediaCacheServer](https://github.com/changsanjiang/SJMediaCacheServer)|A HTTP Media Caching Framework. It can cache FILE or HLS media. 音视频边播边缓存框架, 支持 HLS(m3u8) 和 FILE(mp4, mp3等).|239|0|2024-10-11| |50|[aliyun/aliyun-oss-ios-sdk](https://github.com/aliyun/aliyun-oss-ios-sdk)|iOS SDK for aliyun object storage service|468|0|2024-06-28| |51|[china-han/YWHUDManager](https://github.com/china-han/YWHUDManager)|ios下对MBPrograssHUD的二次封装|20|0|2024-10-09| |52|[xiangwangfeng/M80AttributedLabel](https://github.com/xiangwangfeng/M80AttributedLabel)|Another attributed label using CoreText|743|0|2024-06-05| |53|[strongbox-password-safe/Strongbox](https://github.com/strongbox-password-safe/Strongbox)|A KeePass/Password Safe Client for iOS and OS X|1327|0|2024-09-27| |54|[PEPDigitalPublishing/PDFReaderSample](https://github.com/PEPDigitalPublishing/PDFReaderSample)|人教点读新SDK Demo|3|0|2024-09-01| |55|[q858333/CustomVideoCapture](https://github.com/q858333/CustomVideoCapture)|利用AVFoundation 实现视频的录制,播放功能和相机拍照功能。 |21|0|2024-10-11| |56|[tencentyun/leb-ios-sdk](https://github.com/tencentyun/leb-ios-sdk)|快直播 LEB (超低延迟直播)iOS SDK https://cloud.tencent.com/product/leb|7|0|2024-04-12| |57|[ti-net/clink-sdk](https://github.com/ti-net/clink-sdk)|AICC 软件开发包|8|0|2024-10-10| |58|[lixiang1994/LEETheme](https://github.com/lixiang1994/LEETheme)|优雅的主题管理库- 一行代码完成多样式切换|818|0|2024-09-06| |59|[mxmhao/iOS_App_Template](https://github.com/mxmhao/iOS_App_Template)|一些iOS工具类和模板代码,极简/高效,大部分是直接使用官方SDK实现,很小一部分是改造官方SDK实现或者自己实现|10|0|2024-08-22| |60|[BlinkID/blinkid-ios](https://github.com/BlinkID/blinkid-ios)|Everything you need to add AI-driven ID scanning into your native iOS app.|385|0|2024-10-01| |61|[chbo297/BODragScrollView](https://github.com/chbo297/BODragScrollView)|卡片式滑动拖拽交互控件-支持卡片内嵌ScrollView|6|0|2024-09-09| |62|[sensorsdata/sf-sdk-ios](https://github.com/sensorsdata/sf-sdk-ios)|iOS 弹窗 SDK 是一款基于神策智能运营,帮助客户实现精准运营的 SDK|6|0|2024-05-11| |63|[long-zuyang/Lenovo-R9000P2021H-Hackintosh](https://github.com/long-zuyang/Lenovo-R9000P2021H-Hackintosh)|拯救者R9000P2021H黑苹果EFI|10|0|2024-06-19| |64|[Allen0828/ARKit](https://github.com/Allen0828/ARKit)|ARKit所有的常见功能使用, 和新出的功能测试.|8|0|2024-05-14| |65|[mxh-mo/MODemo](https://github.com/mxh-mo/MODemo)|个人Demo项目|7|0|2024-09-27| |66|[Faceunity/FUZegoExpressVideoDemo](https://github.com/Faceunity/FUZegoExpressVideoDemo)|FUZegoExpressVideoDemo是集成了 Faceunity 面部跟踪和虚拟道具功能和 Zego 直播功能的 Demo。 本文是 FaceUnity SDK 快速对接 Zego 直播 的导读说明,关于 FaceUnity SDK 的更多详细说明,请参看 FULiveDemo|2|0|2024-07-03| |67|[Faceunity/FUTRTCDemo](https://github.com/Faceunity/FUTRTCDemo)|腾讯实时音视频对接示例|12|0|2024-07-03| |68|[wildfirechat/wfc_flutter_plugins](https://github.com/wildfirechat/wfc_flutter_plugins)|野火flutter插件,包含即时通讯和实时音视频插件|36|0|2024-09-23| |69|[Roen-Ro/RRViewControllerExtension](https://github.com/Roen-Ro/RRViewControllerExtension)| UINavigationBar appearance management, memory leak detection, convenient UIViewController property and methods|134|0|2024-09-20| |70|[netless-io/Whiteboard-iOS](https://github.com/netless-io/Whiteboard-iOS)|Whiteboard|30|0|2024-10-11| |71|[g0v/moedict-webkit](https://github.com/g0v/moedict-webkit)|萌典網站|600|0|2024-08-26| |72|[songzhibing/SSHelpTools](https://github.com/songzhibing/SSHelpTools)|工具类|2|0|2024-07-03| |73|[253CL/flash_iOS](https://github.com/253CL/flash_iOS)|闪验iOS SDK|12|0|2024-07-26| |74|[liangdahong/AMLeaksFinder](https://github.com/liangdahong/AMLeaksFinder)|A small tool for automatically detecting the [controller, view memory leak] in the project. 一款用于自动检测项目中【控制器内存泄漏,View 内存泄漏】的小工具,支持 ObjC,Swift。|146|0|2024-04-20| |75|[zxinsunshine/NinePatchKit](https://github.com/zxinsunshine/NinePatchKit)|A ninepatch image render framework for iOS and MacOS|20|0|2024-07-17| |76|[jiaxiaogang/he4o](https://github.com/jiaxiaogang/he4o)|螺旋熵减系统|321|0|2024-10-11| |77|[HDB-Li/LLDebugTool](https://github.com/HDB-Li/LLDebugTool)|LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.|740|0|2024-07-16| |78|[oceanengine/bda_signal_sdk](https://github.com/oceanengine/bda_signal_sdk)|激活SDK-iOS|3|0|2024-08-16| |79|[zhengmiaokai/MKWebFileDownloader](https://github.com/zhengmiaokai/MKWebFileDownloader)|基于NSOperationQueue与NSURLSessionDataTask实现的文件下载器(支持设置队列并发数量、任务优先级、断点续传)。|3|0|2024-05-29| |80|[CocoaJiang/XJButton](https://github.com/CocoaJiang/XJButton)|一个解放你所有烦恼的Button 支持链式调用,支持渐变+各个方向的圆角,支持block回调事件,支持图片和文字的距离调整,支持增加点击范围,支持内边距|3|0|2024-08-12| |81|[wangyingbo/ChangeLocation](https://github.com/wangyingbo/ChangeLocation)|模拟定位;|4|0|2024-09-18| |82|[CodeGather/fusion_auth](https://github.com/CodeGather/fusion_auth)|Flutter阿里云号码认证的融合认证|2|0|2024-06-30| |83|[lyb5834/YBPopupMenu](https://github.com/lyb5834/YBPopupMenu)|快速集成popupMenu|879|0|2024-05-09| |84|[tencentyun/cloudgame-ios-sdk](https://github.com/tencentyun/cloudgame-ios-sdk)|云游戏 iOS SDK https://cloud.tencent.com/solution/gs|8|0|2024-09-26| |85|[biyuhuaping/ZBDownMenuView](https://github.com/biyuhuaping/ZBDownMenuView)|非常轻量级的下拉筛选菜单|3|0|2024-08-09| |86|[tuyaohui/WebRTC_iOS](https://github.com/tuyaohui/WebRTC_iOS)|iOS下音视频通信的实现-基于WebRTC|158|0|2024-05-22| |87|[QuintGao/JXCategoryViewExt](https://github.com/QuintGao/JXCategoryViewExt)|对JXCategoryView优化及扩展,拆分pod|18|0|2024-05-16| |88|[HYAdonisCoding/AEObjCWorking](https://github.com/HYAdonisCoding/AEObjCWorking)|一个高效的Objective-C工具。|4|0|2024-08-08| |89|[polyv/polyv-uniapp-vod-plugin-iOS](https://github.com/polyv/polyv-uniapp-vod-plugin-iOS)|保利威云点播 uni-app 插件 iOS 离线打包工程|4|0|2024-06-07| |90|[rugarciap/Turbo-Boost-Switcher](https://github.com/rugarciap/Turbo-Boost-Switcher)|Turbo Boost disabler / enable app for Mac OS X|1483|0|2024-05-13| |91|[andfaraway/flutter_wxwork](https://github.com/andfaraway/flutter_wxwork)|企业微信登录授权flutter插件|4|0|2024-09-30| |92|[summer20140803/TDFScreenDebugger](https://github.com/summer20140803/TDFScreenDebugger)|真机桌面级调试工具。拥有实时阅读API日志、系统日志,自动化捕获崩溃、App性能分析、野指针排查、内存泄漏与循环引用检测等多项真机调试必备功能。|131|0|2024-05-26| |93|[yownyang/YYNavigation](https://github.com/yownyang/YYNavigation)|一行代码搞定自定义NavigationController|12|0|2024-09-06| |94|[James-oc/JMAirKiss](https://github.com/James-oc/JMAirKiss)|iOS App集成AirKiss技术|77|0|2024-06-28| |95|[erduoniba/HDMIDIPlayer](https://github.com/erduoniba/HDMIDIPlayer)|钢琴简谱直接MIDI播放|13|0|2024-06-19| |96|[xuzeyu/ZYButton](https://github.com/xuzeyu/ZYButton)|ZYButton 是对 UIButton的封装库,采用UIButton上面添加UILabel和UIImagevView的方式来实现原生contentEdgeInsets和imageEdgeInsets的功能布局,使用维护简单,功能丰富。|2|0|2024-04-28| |97|[liusui/LJJRouter](https://github.com/liusui/LJJRouter)|解耦合页面间的跳转|4|0|2024-08-15| |98|[guolai/BBZVideoEngine](https://github.com/guolai/BBZVideoEngine)|音视频编辑及导出引擎|67|0|2024-05-31| |99|[EricMoin/R9000P2021-AMD5800H-Hackintosh](https://github.com/EricMoin/R9000P2021-AMD5800H-Hackintosh)|黑苹果EFI文件|2|0|2024-07-23| |100|[Dengni8023/JGSourceBase](https://github.com/Dengni8023/JGSourceBase)|JGSourceCode通用功能模块:iOS项目常用功能(UIAlertController、Reachability、Loading-HUD、Toast-HUD);自定义安全键盘。|17|0|2024-09-09| |101|[agiapp/BRKit](https://github.com/agiapp/BRKit)|iOS轻量级高效率工具库,都是项目中常用的工具分类|78|0|2024-04-23| |102|[youzan/YouzanMobileSDK-iOS](https://github.com/youzan/YouzanMobileSDK-iOS)|有赞云AppSDK是为移动端应用打造的电商交易系统,通过一个SDK便可以在APP内集成有赞提供的整个交易服务。|62|0|2024-09-02| |103|[Topredator/TPFoundation](https://github.com/Topredator/TPFoundation)|TPFoundation 是一个集合功能类库|2|0|2024-10-11| |104|[openimsdk/open-im-sdk-ios](https://github.com/openimsdk/open-im-sdk-ios)|An OpenIM SDK in Objective-C for iOS|156|0|2024-10-11| |105|[changsanjiang/SJBaseVideoPlayer](https://github.com/changsanjiang/SJBaseVideoPlayer)|video player. rotation, volume, brightness, rate, play, pause, stop, seekToTime, present.|128|0|2024-05-20| |106|[BuglyDevTeam/Bugly-iOS](https://github.com/BuglyDevTeam/Bugly-iOS)|Bugly iOS SDK|186|0|2024-04-12| |107|[ThinkingDataAnalytics/unity-sdk](https://github.com/ThinkingDataAnalytics/unity-sdk)|ThinkingData SDK for Unity|26|0|2024-10-11| |108|[QuintGao/GKLivePhotoManager](https://github.com/QuintGao/GKLivePhotoManager)|livePhoto处理工具类|2|0|2024-09-14| |109|[shaojiankui/ProfilesManager](https://github.com/shaojiankui/ProfilesManager)|Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac|592|0|2024-09-19| |110|[gzx543097079/AppStorePrivacyInfo](https://github.com/gzx543097079/AppStorePrivacyInfo)|解决部分已经不在维护的SDK的隐私清单问题|3|0|2024-05-28| |111|[YuAYuyyy/YKBLock-For-iPA](https://github.com/YuAYuyyy/YKBLock-For-iPA)|udid网络验证源码,后台部分加密。弹窗源码全开源|8|0|2024-04-15| |112|[GetuiLaboratory/getui-sdk-ios-cocoapods](https://github.com/GetuiLaboratory/getui-sdk-ios-cocoapods)|个推官方提供的推送SDK CocoaPods 集成库(iOS平台 )|31|0|2024-10-09| |113|[295060456/JobsOCBaseConfigDemo](https://github.com/295060456/JobsOCBaseConfigDemo)|iOS.OC靶场项目|2|0|2024-10-11| |114|[BinBear/VVKit](https://github.com/BinBear/VVKit)|基础组件库|3|0|2024-09-29| |115|[huangchangweng/HLTimeLineView](https://github.com/huangchangweng/HLTimeLineView)|iOS时间轴,xib、storyboard中也能愉快的使用|6|0|2024-06-18| |116|[CodeGather/flutter_ali_auth](https://github.com/CodeGather/flutter_ali_auth)|阿里云一键登录,提供接近原生的参数配置,自定义UI界面,配置效果详见实例演示图片,如果插件对你有帮助请帮忙点亮你的小星星予以支持。|155|0|2024-09-06| |117|[iHongRen/UITextView-html-demo](https://github.com/iHongRen/UITextView-html-demo)|UITextView 加载 HTML 文本字符串的一些优化和注意事项 Demo|6|0|2024-04-24| |118|[qiyukf/QY_iOS_SDK](https://github.com/qiyukf/QY_iOS_SDK)|网易七鱼 iOS SDK 动态库版本|2|0|2024-10-10| |119|[lw0717/Boxes](https://github.com/lw0717/Boxes)|文曲星 NC1020 模拟器,可玩儿黄金英雄坛说|2|0|2024-06-15| |120|[gstory0404/baiduad](https://github.com/gstory0404/baiduad)|百度广告flutter版本|5|0|2024-07-03| |121|[Xezun/XZMocoa](https://github.com/Xezun/XZMocoa)|iOS MVVM 基础框架|35|0|2024-10-11| |122|[tencentyun/iot-link-ios](https://github.com/tencentyun/iot-link-ios)|IoT 应用端 App & SDK|19|0|2024-09-10| |123|[growingio/growingio-sdk-ios-autotracker](https://github.com/growingio/growingio-sdk-ios-autotracker)|GrowingIO Analytics SDK for iOS/macOS/tvOS/watchOS/visionOS.|90|0|2024-10-09| |124|[lixiang1994/LEEAlert](https://github.com/lixiang1994/LEEAlert)|优雅的可自定义 Alert ActionSheet|1299|0|2024-04-17| |125|[HY-Vae/IIGuideViewController](https://github.com/HY-Vae/IIGuideViewController)|iOS浏览器、功能介绍、功能引导、新手引导、新手教程|13|0|2024-09-13| |126|[GuanceCloud/datakit-ios](https://github.com/GuanceCloud/datakit-ios)|DataKit ios app|19|0|2024-10-10| |127|[MediaBox-AUIKits/AUIShortEpisode](https://github.com/MediaBox-AUIKits/AUIShortEpisode)|阿里云 · AUI Kits 短剧播放场景|4|0|2024-08-19| |128|[vitoziv/VIMediaCache](https://github.com/vitoziv/VIMediaCache)|Cache media file while play media using AVPlayer|968|0|2024-05-21| |129|[TencentCloud/TPNS-iOS-CocoaPods](https://github.com/TencentCloud/TPNS-iOS-CocoaPods)|腾讯移动推送iOS SDK pod仓库|3|0|2024-09-13| |130|[action121/OC2PatchTool](https://github.com/action121/OC2PatchTool)|macOS系统上的可视化辅助工具,将OC语言转成mangofix脚本 |13|0|2024-06-06| |131|[a51095/ScanHelper](https://github.com/a51095/ScanHelper)|二维码、条形码、等多种条码扫描组件,一行代码即可初始化使用。|7|0|2024-09-22| |132|[itenfay/DYFAuthIDAndGestureLock](https://github.com/itenfay/DYFAuthIDAndGestureLock)|手势密码解锁和 TouchID (指纹) / FaceID(面容) 解锁,代码简洁高效。(Gesture passcode unlocking and TouchID (fingerprint) / FaceID (facial features) unlocking.)|29|0|2024-06-16| |133|[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. |74|0|2024-09-09| |134|[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.|367|0|2024-07-16| |135|[eleme/Stinger](https://github.com/eleme/Stinger)|Stinger is a high-efficiency library with great compatibility, for aop in Objective-C, using libffi instead of Objective-C message forwarding. It is 20+ times faster than the Aspects, from message-se ...|996|0|2024-04-26| |136|[liuxingyx/WechatOpenSDK](https://github.com/liuxingyx/WechatOpenSDK)|对微信官方SDK的pod封装,可以根据项目实际需求,选择是否导入包含支付功能的SDK。支持Swift module|3|0|2024-08-28| |137|[bashen1/react-native-mjverification](https://github.com/bashen1/react-native-mjverification)|极光认证,基于jverification-react-native|3|0|2024-05-14| |138|[netease-kit/NEVideoCall-1to1](https://github.com/netease-kit/NEVideoCall-1to1)|网易云信新一代音视频SDK场景方案开源项目,包含基础场景如一对一音视频通话、多人音视频通话;社交娱乐场景如多人语音聊天室、PK直播等|37|0|2024-10-08| |139|[AirtestProject/iOS-Tagent](https://github.com/AirtestProject/iOS-Tagent)|iOS support agent for automation|658|0|2024-06-24| |140|[CoderMaoWX/iOSLanguageLocalized](https://github.com/CoderMaoWX/iOSLanguageLocalized)|一个iOS国际化多语言工具, 支持导入和导出多语言功能|2|0|2024-09-09| |141|[agiapp/BRNetwork](https://github.com/agiapp/BRNetwork)|网络请求工具类的封装|57|0|2024-04-23| |142|[maltsugar/CustomPopoverView](https://github.com/maltsugar/CustomPopoverView)|一款小巧灵活的自定义弹出视图, 可以做自定义AlertView、弹出窗口等等, A tiny and sweet custom popView (pop popup)|192|0|2024-09-20| |143|[DaidoujiChen/Dai-Hentai](https://github.com/DaidoujiChen/Dai-Hentai)|一個普通的看漫畫 App|1232|0|2024-07-11| |144|[BlackStarLang/BSFramework](https://github.com/BlackStarLang/BSFramework)|多功能 framework,持续集成中。已开发pod组件:图片、视频选择器、图片视频预览控件、自定义相机:拍照+拍摄 ,3D轮播图 + iOS功能点学习(如 runloop、runtime、多线程、AutoreleasePool、DynamicBehavior 等等)|28|0|2024-06-26| |145|[xiaoyouPrince/XYInfomationSection](https://github.com/xiaoyouPrince/XYInfomationSection)|一组可自定义的表单组件、表单、组件化|13|0|2024-05-24| |146|[SilverFruity/oc2mango](https://github.com/SilverFruity/oc2mango)|convert Objective-C to mango script:https://github.com/YPLiang19/Mango|87|0|2024-07-29| |147|[brightcove/brightcove-player-sdk-ios](https://github.com/brightcove/brightcove-player-sdk-ios)|Brightcove Player SDK for iOS|127|0|2024-07-18| |148|[TangSengDaoDao/TangSengDaoDaoiOS](https://github.com/TangSengDaoDao/TangSengDaoDaoiOS)|唐僧叨叨即时通讯(im) iOS 端|31|0|2024-09-23| |149|[OuterCloud/TestAppForIOS](https://github.com/OuterCloud/TestAppForIOS)|该项目用来展示用例信息收集库的使用方法|2|0|2024-07-30| |150|[yanjixiang/videoandpicture](https://github.com/yanjixiang/videoandpicture)|视频图片轮播|16|0|2024-04-28| |151|[itenfay/WeChat_tweak](https://github.com/itenfay/WeChat_tweak)|iOS版功能最全的微信插件,支持最新版微信,具备自动抢红包,屏蔽消息和群消息,过滤特定的群聊,防止撤回消息,伪定位 (朋友圈和附近的人),修改微信运动步数和实时取景做聊天页的背景等功能。|732|0|2024-06-02| |152|[jpush/jpush-flutter-plugin](https://github.com/jpush/jpush-flutter-plugin)|JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。|842|0|2024-10-08| |153|[OpenInstall/openinstall-react-native](https://github.com/OpenInstall/openinstall-react-native)|-|12|0|2024-10-10| |154|[d2rivendell/LHWatermark](https://github.com/d2rivendell/LHWatermark)|Add a digital watermark to image。给图片加上数字(盲)水印|117|0|2024-07-25| |155|[TencentCloud/httpdns-sdk-ios](https://github.com/TencentCloud/httpdns-sdk-ios)|智营防劫持SDK|150|0|2024-09-23| |156|[acodeworker/VoiceAnimation](https://github.com/acodeworker/VoiceAnimation)|仿文心一言语音动效|3|0|2024-04-17| |157|[ApesTalk/LMComBoxView](https://github.com/ApesTalk/LMComBoxView)|仿.net中的Combox下拉菜单|4|0|2024-06-06| |158|[Jacke-xu/WYBasisKit](https://github.com/Jacke-xu/WYBasisKit)|"WYBasisKit" is a toolkit aimed at greatly improving efficiency.|192|0|2024-09-03| |159|[finogeeks/react-native-mopsdk](https://github.com/finogeeks/react-native-mopsdk)|FinClip React SDK 插件,用于 RN 环境中 API 与组件调用 / React SDK for FinClip|16|0|2024-07-24| |160|[fluttercandies/flutter_bdface_collect](https://github.com/fluttercandies/flutter_bdface_collect)|a baidu face offline collect plugin. Only Android and IOS platforms are supported. 百度人脸离线采集插件,只支持安卓和iOS。|38|0|2024-09-06| |161|[DFTT/XYZSheetView](https://github.com/DFTT/XYZSheetView)|一个比较简单的CustomSheetView,和系统提供的风格不同,只需要继承并重写几个方法就能满足一般的业务需要|2|0|2024-09-20| |162|[faimin/ZDFfiHook](https://github.com/faimin/ZDFfiHook)|使用libffi实现hook|3|0|2024-05-18| |163|[qiniu/objc-sdk](https://github.com/qiniu/objc-sdk)|Qiniu Resource (Cloud) Storage Objective-C SDK for Mac/iOS|435|0|2024-08-05| |164|[King12138/UNORoute](https://github.com/King12138/UNORoute)|路由中间件, 没有完全按照路由的思想写,针对业务做了一些修改|2|0|2024-08-01| |165|[itenfay/DYFCodeScanner](https://github.com/itenfay/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 ...|17|0|2024-06-16| |166|[DargonLee/IPAPatch](https://github.com/DargonLee/IPAPatch)|根据IPAPatch修改的工程,方便分析iOSApp|6|0|2024-10-09| |167|[fly8888/keychain_clear](https://github.com/fly8888/keychain_clear)|钥匙串清理工具|8|0|2024-08-18| |168|[internetWei/LLDynamicLaunchScreen](https://github.com/internetWei/LLDynamicLaunchScreen)|不用更新APP版本即可修改启动图,可以使用网络图片;自动修复启动图显示异常。|211|0|2024-09-02| |169|[KwaiSocial/KwaiSDK-iOS](https://github.com/KwaiSocial/KwaiSDK-iOS)|快手开放平台SDK|15|0|2024-09-24| |170|[openimsdk/open-im-sdk-uniapp](https://github.com/openimsdk/open-im-sdk-uniapp)|即时通讯IM uniapp|63|0|2024-05-16| |171|[gstory0404/sigmobad](https://github.com/gstory0404/sigmobad)|sigmob广告Flutter版|4|0|2024-05-29| |172|[jiaxiaogang/HELIX_THEORY](https://github.com/jiaxiaogang/HELIX_THEORY)|螺旋熵减理论|137|0|2024-10-11| |173|[netease-kit/NECallKit](https://github.com/netease-kit/NECallKit)|实现呼叫、接听、挂断能力,应用于语音、视频通话场景|27|0|2024-06-13| |174|[pengboboer/alpha_player_plugin](https://github.com/pengboboer/alpha_player_plugin)|flutter版本 字节跳动官方原生组件AlphaPlayer|18|0|2024-09-30| |175|[bayescom/iOS_AdvanceSDK](https://github.com/bayescom/iOS_AdvanceSDK)|【SDK】iOS聚合SDK|7|0|2024-08-12| |176|[itenfay/DYFToast](https://github.com/itenfay/DYFToast)|采用链式编程和点语法操作,实现 iOS 仿真安卓吐司提示框。(Using chain programming and point syntax operation to realize the simulation of Android's Toast in iOS.)|3|0|2024-06-16| |177|[bayescom/iOS_BayesSDK](https://github.com/bayescom/iOS_BayesSDK)|【SDK】iOS倍联SDK|2|0|2024-10-11| |178|[YPLiang19/Mango](https://github.com/YPLiang19/Mango)|MangoFix is a DSL which syntax is very similar to Objective-C,MangoFix is also an iOS App hotfix SDK. You can use MangoFix method replace any Objective-C or Swift method.|1173|0|2024-06-02| |179|[growingio/growingio-sdk-ios-toolskit](https://github.com/growingio/growingio-sdk-ios-toolskit)|GrowingIO iOS SDK 开发辅助工具|4|0|2024-09-20| |180|[hutaol/HHSimpleTool](https://github.com/hutaol/HHSimpleTool)|工具|3|0|2024-08-14| |181|[XMSECODE/ESCAutoBuildUploadToPgyer](https://github.com/XMSECODE/ESCAutoBuildUploadToPgyer)|iOS自动打包上传蒲公英|8|0|2024-04-13| |182|[AeolusZane/rn-swift-demo](https://github.com/AeolusZane/rn-swift-demo)|RN-Swift混合开发,覆盖大部分开发需求。包含RN使用Swift组件,RN和Swift组件相互通信,RN更新Swift组件状态、Swift更新RN组件状态|2|0|2024-09-21| |183|[jpush/jpush-react-native](https://github.com/jpush/jpush-react-native)|JPush's officially supported React Native plugin (Android & iOS). 极光推送官方支持的 React Native 插件(Android & iOS)。|1348|0|2024-10-08| |184|[sjzuo/SJZRoute](https://github.com/sjzuo/SJZRoute)|路由,运行时初始化类、设置属性、调用方法|2|0|2024-08-01| |185|[gstory0404/gromore](https://github.com/gstory0404/gromore)|穿山甲gromore聚合广告插件flutter版|11|0|2024-05-29| |186|[Xiexingda/XDPagesView](https://github.com/Xiexingda/XDPagesView)|XDPagesView (可添加header的多控制器列表)|74|0|2024-09-26| |187|[vampire-locker/iOS-Tools-OC](https://github.com/vampire-locker/iOS-Tools-OC)|iOS 常用的工具类|2|0|2024-09-05| |188|[yuchuanfeng/CFGifEmotionDemo](https://github.com/yuchuanfeng/CFGifEmotionDemo)|gif图文混排、动态图片、动态表情、网络图片图文混排、gif表情|31|0|2024-06-21| |189|[rongcloud/callkit-ios](https://github.com/rongcloud/callkit-ios)|Open-source code of RongCloud VoIP Audio/Video UI. 融云音视频通话功能 UI 界面 SDK 开源代码。|88|0|2024-08-29| |190|[QuintGao/GKVideoScrollView](https://github.com/QuintGao/GKVideoScrollView)|iOS仿抖音等上下滑动切换视图,使用方式类似UITableView,支持不同cell切换|29|0|2024-04-25| |191|[Xezun/XZKit](https://github.com/Xezun/XZKit)|一款轻量级 iOS 组件库,包括如轮播图、进度条、加密解密、类目拓展、方便的宏定义等,支持 Swift 语言,欢迎提 Issues 和建议!|35|0|2024-06-12| |192|[yanshuimu/MangoFixUtil](https://github.com/yanshuimu/MangoFixUtil)|It's the secondary encapsulation of the MangoFix.|51|0|2024-08-07| |193|[faimin/ZDFlexLayoutKit](https://github.com/faimin/ZDFlexLayoutKit)|使用虚拟视图辅助布局, 在Runloop idle时自动计算布局|12|0|2024-08-10| |194|[TencentCloud/qapm-sdk-ios](https://github.com/TencentCloud/qapm-sdk-ios)|主要用来更新qapm性能监控组件|3|0|2024-08-30| |195|[yelinux/YHTransitionKit](https://github.com/yelinux/YHTransitionKit)|分类实现自定义push/present动画,自定义pop/dismiss全屏手势,navigationBar属性根据vc平滑过渡,无侵入性,低耦合性,使用更加便捷。|4|0|2024-09-19| |196|[PEPDigitalPublishing/PEPReaderSDK](https://github.com/PEPDigitalPublishing/PEPReaderSDK)|人教点读SDK新仓库|10|0|2024-08-13| |197|[pili-engineering/QNRTC-iOS](https://github.com/pili-engineering/QNRTC-iOS)|QNRTCKit 是七牛云推出的一款适用于 iOS 平台的实时音视频 SDK,提供了包括音视频通话、美颜、滤镜、水印等多种功能,提供灵活的接口,支持高度定制以及二次开发。|52|0|2024-08-19| |198|[jumperb/HAccess](https://github.com/jumperb/HAccess)|this a a middle layer between rude data (local data,networking data) and biz or controller|18|0|2024-06-11| |199|[lyandy/Linked_Order_Analyze](https://github.com/lyandy/Linked_Order_Analyze)|二进制重排 线下量化预分析工具|89|0|2024-05-07| |200|[lishangjing-spec/lsj-PrivateProtocolAlert](https://github.com/lishangjing-spec/lsj-PrivateProtocolAlert)|隐私政策弹窗|15|0|2024-07-08|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/PHP.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > PHP 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[cedar2025/Xboard](https://github.com/cedar2025/Xboard)|基于V2board二次开发支持新协议新特性的高性能面板|1841|6|2024-10-09| |2|[HiEventsDev/Hi.Events](https://github.com/HiEventsDev/Hi.Events)|Open-source event management and ticket selling platform. Perfect for concerts, conferences, and everything in between 🎟️|1963|6|2024-10-08| |3|[sebastianbergmann/phpunit](https://github.com/sebastianbergmann/phpunit)|The PHP Unit Testing framework.|19677|4|2024-10-11| |4|[piotrplenik/clean-code-php](https://github.com/piotrplenik/clean-code-php)|:bathtub: Clean Code concepts adapted for PHP|12265|4|2024-05-09| |5|[kuaifan/dootask](https://github.com/kuaifan/dootask)|DooTask是一款开源在线项目任务管理工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,文件管理等工具;同时消息功能使用非对称加密技术让你的沟通更安全。|4614|4|2024-10-11| |6|[assimon/dujiaoka](https://github.com/assimon/dujiaoka)|🦄独角数卡(自动售货系统)-开源站长自动化售货解决方案、高效、稳定、快速!🚀🚀🎉🎉|9265|4|2024-08-30| |7|[Anankke/SSPanel-UIM](https://github.com/Anankke/SSPanel-UIM)|Multi-purpose proxy service management system|9383|4|2024-09-28| |8|[z-song/laravel-admin](https://github.com/z-song/laravel-admin)|Build a full-featured administrative interface in ten minutes|11139|3|2024-07-03| |9|[walkor/workerman](https://github.com/walkor/workerman)|An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. |11130|3|2024-10-10| |10|[lizhipay/acg-faka](https://github.com/lizhipay/acg-faka)|个人发卡源码,发卡系统,二次元发卡系统,二次元发卡源码,发卡程序,动漫发卡,PHP发卡源码,异次元发卡|3386|3|2024-10-08| |11|[linuxserver/Heimdall](https://github.com/linuxserver/Heimdall)|An Application dashboard and launcher|7784|3|2024-06-20| |12|[hyperf/hyperf](https://github.com/hyperf/hyperf)|🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.|6200|3|2024-10-11| |13|[luolongfei/freenom](https://github.com/luolongfei/freenom)|Freenom 域名自动续期。Freenom domain name renews automatically.|3332|3|2024-07-27| |14|[w7corp/easywechat](https://github.com/w7corp/easywechat)|📦 一个 PHP 微信 SDK|10276|3|2024-10-09| |15|[DenverCoder1/github-readme-streak-stats](https://github.com/DenverCoder1/github-readme-streak-stats)|🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README|4723|3|2024-10-09| |16|[PGYER/codefever](https://github.com/PGYER/codefever)|CodeFever 是完全免费开源的 Git 代码托管服务,支持一行命令安装到自己服务器!CodeFever Community Edition (A Self-hosted Git Services)!|2685|3|2024-05-20| |17|[Aabyss-Team/Antivirus-Scan](https://github.com/Aabyss-Team/Antivirus-Scan)|What AV? 一款轻量级的杀软在线识别的项目,持续更新ing|160|3|2024-10-01| |18|[flucont/btcloud](https://github.com/flucont/btcloud)|PHP开发的宝塔面板第三方云端|1719|2|2024-09-27| |19|[hhxsv5/laravel-s](https://github.com/hhxsv5/laravel-s)|LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.|3828|2|2024-09-13| |20|[jqhph/dcat-admin](https://github.com/jqhph/dcat-admin)|🔥 基于 Laravel 的后台系统构建工具 (Laravel Admin),使用很少的代码快速构建一个功能完善的高颜值后台系统,内置丰富的后台常用组件,开箱即用,让开发者告别冗杂的HTML代码|3875|2|2024-08-19| |21|[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.|2390|2|2024-09-12| |22|[digininja/DVWA](https://github.com/digininja/DVWA)|Damn Vulnerable Web Application (DVWA)|10094|2|2024-10-11| |23|[yansongda/pay](https://github.com/yansongda/pay)|可能是我用过的最优雅的 Alipay/WeChat/Douyin/Unipay/江苏银行 的支付 SDK 扩展包了|5026|2|2024-09-11| |24|[5ime/video_spider](https://github.com/5ime/video_spider)|短视频去水印:抖音,皮皮虾,火山,微视,微博,绿洲,最右,轻视频,快手,全民小视频,巴塞电影,陌陌,Before避风,开眼,Vue Vlog 小咖秀,皮皮搞笑,全民K歌,西瓜视频,逗拍,虎牙,6间房,梨视频,新片场,acfun,美拍...|2499|2|2024-07-17| |25|[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 ...|2989|2|2024-10-11| |26|[solstice23/argon-theme](https://github.com/solstice23/argon-theme)|📖 Argon - 一个轻盈、简洁的 WordPress 主题|4688|2|2024-06-20| |27|[78778443/QingScan](https://github.com/78778443/QingScan)|一个漏洞扫描器粘合剂,添加目标后30款工具自动调用;支持 web扫描、系统扫描、子域名收集、目录扫描、主机扫描、主机发现、组件识别、URL爬虫、XRAY扫描、AWVS自动扫描、POC批量验证,SSH批量测试、vulmap。|1749|2|2024-06-22| |28|[netcccyun/dnsmgr](https://github.com/netcccyun/dnsmgr)|彩虹聚合DNS管理系统|342|2|2024-10-11| |29|[top-think/think](https://github.com/top-think/think)|ThinkPHP Framework ——十年匠心的高性能PHP框架|7830|2|2024-10-11| |30|[mochat-cloud/mochat](https://github.com/mochat-cloud/mochat)|基于企业微信的开源SCRM应用开发框架&引擎,也是一套通用的企业私域流量管理系统!|2270|2|2024-04-26| |31|[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 ...|2214|2|2024-08-02| |32|[icret/EasyImages2.0](https://github.com/icret/EasyImages2.0)|简单图床 - 一款功能强大无数据库的图床 2.0版|2739|1|2024-06-14| |33|[JLinMr/PixPro](https://github.com/JLinMr/PixPro)|PixPro 一款个人需求的高效图床,集成了强大的图片压缩功能与优雅的前台。后台管理瀑布流展示和AJAX刷新,能有效降低存储与带宽成本。|80|1|2024-09-19| |34|[xiaomlove/nexusphp](https://github.com/xiaomlove/nexusphp)|A private tracker application base on NexusPHP|889|1|2024-10-11| |35|[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.|1275|1|2024-10-06| |36|[zyx0814/Pichome](https://github.com/zyx0814/Pichome)|一款图片与媒体文件管理功能强大的开源网盘程序|835|1|2024-09-13| |37|[zoujingli/ThinkAdmin](https://github.com/zoujingli/ThinkAdmin)|基于 ThinkPHP6 的极简后台管理系统,内置注解权限、异步多任务、应用插件生态等,支持类 PaaS 更新公共模块和应用插件,插件可本地化定制开发。|2187|1|2024-10-10| |38|[guanguans/notify](https://github.com/guanguans/notify)|Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、Pushover、PushPlus、QQ、RocketChat、ServerCh ...|637|1|2024-10-10| |39|[magicblack/maccms10](https://github.com/magicblack/maccms10)|苹果cms官网,苹果cmsv10,maccmsv10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序|2208|1|2024-09-13| |40|[BadApple9/speedtest-x](https://github.com/BadApple9/speedtest-x)|A self-hosted speedtest appilication with an awesome test result datasheet.|1718|1|2024-10-06| |41|[imiphp/imi](https://github.com/imiphp/imi)|imi 是一款支持长连接微服务分布式的 PHP 开发框架,它可以运行在 PHP-FPM、Swoole、Workerman、RoadRunner 等多种容器环境下。它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。特别适合互联网微服务、即时通讯聊天im、物联网等场景!QQ群:17916227|1174|1|2024-09-03| |42|[DasSecurity-HatLab/AoiAWD](https://github.com/DasSecurity-HatLab/AoiAWD)|AoiAWD-专为比赛设计,便携性好,低权限运行的EDR系统。|960|1|2024-08-05| |43|[chillerlan/php-qrcode](https://github.com/chillerlan/php-qrcode)|A PHP QR Code generator and reader with a user-friendly API.|1966|1|2024-09-24| |44|[taksssss/PHP-EPG-Docker-Server](https://github.com/taksssss/PHP-EPG-Docker-Server)|用 php 实现的 EPG 服务端, Docker🐳 部署,带设置界面、台标管理,支持 DIYP & 百川 、 超级直播 以及 xmltv 格式。|113|1|2024-10-10| |45|[tznb1/TwoNav](https://github.com/tznb1/TwoNav)|TwoNav 第二代云导航 云书签管理系统|361|1|2024-07-30| |46|[jae-jae/QueryList](https://github.com/jae-jae/QueryList)|:spider: The progressive PHP crawler framework! 优雅的渐进式PHP采集框架。|2660|1|2024-07-16| |47|[Xinslive/MiniPix](https://github.com/Xinslive/MiniPix)|一款专为个人需求设计的高效图床解决方案,集成了强大的图片压缩功能与优雅的前台后台界面。项目结构精简高效,提供自定义图片压缩率与尺寸设置,有效降低存储与带宽成本。|112|1|2024-10-11| |48|[milwad-dev/laravel-validate](https://github.com/milwad-dev/laravel-validate)|The Laravel-Validate package enhanced Laravel validation capabilities with custom rules and methods for simplified and efficient validation logic.|454|1|2024-10-04| |49|[endroid/qr-code](https://github.com/endroid/qr-code)|QR Code Generator|4412|1|2024-09-08| |50|[bosnzt/wordscheck](https://github.com/bosnzt/wordscheck)|敏感词检测,违禁词过滤,敏感词过滤,敏感词库,一键启动,本地运行,私有化部署,1分钟接入完成,开箱即用,支持docker,支持在线api|466|1|2024-06-12| |51|[andrewdwallo/erpsaas](https://github.com/andrewdwallo/erpsaas)|A Laravel and Filament-powered accounting platform, crafting a modern and automated solution for financial management.|779|1|2024-10-09| |52|[HaoOuBa/Joe](https://github.com/HaoOuBa/Joe)|A Theme of Typecho|1518|1|2024-09-26| |53|[cakephp/phinx](https://github.com/cakephp/phinx)|PHP Database Migrations for Everyone|4461|1|2024-10-03| |54|[aazooo/zjmf](https://github.com/aazooo/zjmf)|魔方财务和魔方云系统开心扩展|336|1|2024-09-27| |55|[ARCANEDEV/LogViewer](https://github.com/ARCANEDEV/LogViewer)|:page_with_curl: Provides a log viewer for Laravel|2367|1|2024-07-25| |56|[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. |2922|1|2024-10-11| |57|[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|1942|1|2024-06-06| |58|[zoujingli/WeChatDeveloper](https://github.com/zoujingli/WeChatDeveloper)|【新】微信服务号+微信小程序+微信支付+支付宝支付|1494|1|2024-10-01| |59|[overtrue/pinyin](https://github.com/overtrue/pinyin)|🇨🇳 基于词库的中文转拼音优质解决方案|4314|1|2024-09-05| |60|[zyx0814/dzzoffice](https://github.com/zyx0814/dzzoffice)|dzzoffice|3875|1|2024-10-10| |61|[overtrue/easy-sms](https://github.com/overtrue/easy-sms)|📲 一款满足你的多种发送需求的短信发送轮子|3137|1|2024-09-18| |62|[teamtnt/tntsearch](https://github.com/teamtnt/tntsearch)|A fully featured full text search engine written in PHP|3081|1|2024-09-03| |63|[seatonjiang/kratos](https://github.com/seatonjiang/kratos)|WordPress theme that focus on reading experience|3111|1|2024-08-05| |64|[slowlyo/owl-admin](https://github.com/slowlyo/owl-admin)|🎈 Owl Admin : 基于 laravel 和 amis 开发的后台框架, 友好的组件使用体验, 可轻松实现复杂页面, 内置代码生成器, 让开发者快速搭建后台管理系统|441|1|2024-10-03| |65|[LyLme/lylme_spage](https://github.com/LyLme/lylme_spage)|六零导航页|629|1|2024-05-05| |66|[nuwave/lighthouse](https://github.com/nuwave/lighthouse)|A framework for serving GraphQL from Laravel|3359|1|2024-09-20| |67|[overtrue/laravel-wechat](https://github.com/overtrue/laravel-wechat)|微信 SDK for Laravel, 基于 overtrue/wechat|2870|1|2024-06-07| |68|[Tai7sy/card-system](https://github.com/Tai7sy/card-system)|卡密商城系统,高效安全的在线卡密商城|2803|1|2024-08-21| |69|[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.|2877|1|2024-09-10| |70|[4x99/code6](https://github.com/4x99/code6)|码小六 - GitHub 代码泄露监控系统|1127|1|2024-04-17| |71|[likeadmin-likeshop/likeshop](https://github.com/likeadmin-likeshop/likeshop)|🔥🔥🔥 likeshop开源免费商用电商系统,PC商城、H5商城、小程序商城、安卓APP商城、苹果APP商城,免费商用。场景:B2C商城,新零售商城,社交电商商城,分销系统商城,分销电商商城,小程序商城,商城源码,商城系统,单商户,多商户,电商系统,直播,uniapp,uni-app,B2B2C,B2B,O2O,ERP,Wechat,交易系统,内容系统,雷达,crm|863|1|2024-08-29| |72|[SimpleSoftwareIO/simple-qrcode](https://github.com/SimpleSoftwareIO/simple-qrcode)|An easy-to-use PHP QrCode generator with first-party support for Laravel.|2721|1|2024-08-12| |73|[szvone/vmqphp](https://github.com/szvone/vmqphp)|V免签PHP版 完全开源免费的个人免签约解决方案|1784|1|2024-07-14| |74|[ProbiusOfficial/PHPinclude-labs](https://github.com/ProbiusOfficial/PHPinclude-labs)|【Hello-CTF labs】PHP文件包含类靶场,各类协议的讲解以及基于协议的LFI/RFI|59|1|2024-10-11| |75|[zorlan/skycaiji](https://github.com/zorlan/skycaiji)|蓝天采集器是一款开源免费的爬虫系统,仅需点选编辑规则即可采集数据,可运行在本地、虚拟主机或云服务器中,几乎能采集所有类型的网页,无缝对接各类CMS建站程序,免登录实时发布数据,全自动无需人工干预!是网页大数据采集软件中完全跨平台的云端爬虫系统|1935|1|2024-05-15| |76|[owen0o0/WebStack](https://github.com/owen0o0/WebStack)|WordPress 版 WebStack 导航主题 https://nav.iowen.cn|1914|1|2024-07-30| |77|[top-think/framework](https://github.com/top-think/framework)|ThinkPHP Framework|2722|1|2024-10-11| |78|[xiaoxuan6/SMSBombing](https://github.com/xiaoxuan6/SMSBombing)|短信轰炸|607|1|2024-07-03| |79|[xiaochong0302/course-tencent-cloud](https://github.com/xiaochong0302/course-tencent-cloud)|专注于网课系统,网校系统,在线教育系统,知识付费系统。名符其实的开源,可免费商用。docker容器化部署,极速搭建专属课程点播,课程直播学习平台。|1001|1|2024-10-10| |80|[xing61/zzz-api](https://github.com/xing61/zzz-api)|优质稳定的OpenAI的API接口-For企业和开发者。OpenAI的api proxy,支持ChatGPT的API调用,支持openai的API接口,支持:gpt-4,gpt-3.5。不需要openai Key, 不需要买openai的账号,不需要美元的银行卡,通通不用的,直接调用就行,稳定好用!!智增增|610|1|2024-09-24| |81|[wehaox/Typecho-Butterfly](https://github.com/wehaox/Typecho-Butterfly)|Hexo主题Butterfly的Typecho移植版———开源不易,帮忙点个star,谢谢了🌹|639|1|2024-10-03| |82|[dspurl/tfshop](https://github.com/dspurl/tfshop)|vue+php+uniapp轻量级多语言易二开跨终端商城系统,低代码,完全前后端分离,免费开源可商用,H5商城电商平台,微信小程序商城电商平台;支持H5、微信小程序,支付宝小程序、百度小程序、字节跳动小程序、安卓、IOS等等|817|1|2024-10-07| |83|[antonioribeiro/countries](https://github.com/antonioribeiro/countries)|Laravel countries and currencies|1818|1|2024-10-05| |84|[CyangHH/zt](https://github.com/CyangHH/zt)|田字格字帖 米字格字帖 支持笔顺 支持拼音 在线字帖生成器|87|0|2024-07-13| |85|[khs1994-docker/php-demo](https://github.com/khs1994-docker/php-demo)|CI/CD 自动测试部署 Docker (On Kubernetes)化 PHP 项目最佳实践示例 (从 docker run ... 到 Kubernetes) $ composer create-project --prefer-dist khs1994/example example|43|0|2024-07-16| |86|[dannyhu926/phone_location](https://github.com/dannyhu926/phone_location)|手机号码归属地数据库,运营商,邮编,区号|197|0|2024-06-21| |87|[iamxjb/rest-api-to-miniprogram](https://github.com/iamxjb/rest-api-to-miniprogram)|REST API TO MiniProgram 为小程序提供 rest api 支持|241|0|2024-10-02| |88|[recca0120/twzipcode](https://github.com/recca0120/twzipcode)|正規化台灣地址,並取得縣市、鄉鎮、區碼|100|0|2024-04-23| |89|[kbdxbt/kbframe](https://github.com/kbdxbt/kbframe)| 一款基于Laravel框架开发的现代化二次开发框架,是高性能,高效率,高质量的企业级开发框架,具有驱动领域,敏捷开发,轻易上手,高内聚低耦合,开箱即用等特点。 |55|0|2024-09-04| |90|[EFTEC/StateMachineOne](https://github.com/EFTEC/StateMachineOne)|State Machine library for PHP|113|0|2024-09-08| |91|[TGsuoyin/trx](https://github.com/TGsuoyin/trx)|最新TG机器人 波场TRON能量租赁机器人、TRX能量自助租赁、TRX兑换、自动回能量、商城、地址监听、会员24小时自助购买 -完整功能 https://t.me/trxdhu1_bot|61|0|2024-10-09| |92|[Tinywan/webman-jwt](https://github.com/Tinywan/webman-jwt)|🔑 An authentication(认证) library that supports JSON Web Token (JWT) for webman plugin|49|0|2024-07-30| |93|[saithink/saiadmin](https://github.com/saithink/saiadmin)|SaiAdmin框架后端,基于webman高性能HTTP服务框架开发的后端中台管理系统|106|0|2024-10-11| |94|[lty628/aidigu](https://github.com/lty628/aidigu)|爱嘀咕,开源微博项目|42|0|2024-07-25| |95|[guanguans/laravel-exception-notify](https://github.com/guanguans/laravel-exception-notify)|Monitor exception and report it to notification channels(Dump、Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、 ...|124|0|2024-09-30| |96|[LasseRafn/php-initial-avatar-generator](https://github.com/LasseRafn/php-initial-avatar-generator)|Generate avatars with initials from user names.|419|0|2024-04-29| |97|[zhuige-com/jiangqie_theme](https://github.com/zhuige-com/jiangqie_theme)|酱茄Free主题由酱茄( www.jiangqie.com )开发的一款免费开源的WordPress主题,主题专为WordPress博客、资讯、自媒体网站而设计。|138|0|2024-05-17| |98|[top-think/think-annotation](https://github.com/top-think/think-annotation)|ThinkPHP6注解|45|0|2024-04-30| |99|[easysoft/zentaopms](https://github.com/easysoft/zentaopms)|Zentao is an agile(scrum) project management system/tool, Free Upgrade Forever!​|1296|0|2024-10-08| |100|[witersen/SvnAdminV2.0](https://github.com/witersen/SvnAdminV2.0)|基于web的SVN管理系统,支持HTTP协议、SVN协议、支持LDAP认证、Docker部署|307|0|2024-10-06| |101|[tencentyun/cos-php-sdk-v5](https://github.com/tencentyun/cos-php-sdk-v5)|cos-php-sdk-v5|181|0|2024-08-15| |102|[yybawang/laravel-ebank](https://github.com/yybawang/laravel-ebank)|:robot: 电商类站内虚拟积分与聚合支付解决方案|212|0|2024-08-02| |103|[overtrue/qcloud-cos-client](https://github.com/overtrue/qcloud-cos-client)|Tencent COS Client|41|0|2024-09-05| |104|[dvaknheo/duckphp](https://github.com/dvaknheo/duckphp)|PHP框架,PHP Framework. keep PHP simple and fast. Laravel larva and Smarty is evil|134|0|2024-10-09| |105|[init-engineer/init.engineer](https://github.com/init-engineer/init.engineer)|這是一份純靠北工程師的專案,請好好愛護它,謝謝。|650|0|2024-08-17| |106|[funadmin/funadmin](https://github.com/funadmin/funadmin)|全栈开发框架🔥🔥🔥FunAdmin是基于ThinkPHP8Layui开发的轻量级高颜值后台开发系统,集成Layui常用组件、CRUD生成快速模块,CMS免费商用 ,非常适合二开, 点击star支持下吧|140|0|2024-10-08| |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|598|0|2024-09-05| |108|[majiameng/OAuth2](https://github.com/majiameng/OAuth2)|通用第三方登录,支持Wechat,微信,QQ,Sina,支付宝,Facebook,Line,Twitter,Google ,Pc/Mobile/App login|64|0|2024-07-22| |109|[YJRY/Flower-Sale-System](https://github.com/YJRY/Flower-Sale-System)|毕业设计,自己做的一个简单的小网站,分为前台后台两部分。该网站系统具备如下功能: (1)前台系统部分:用户注册与登录、用户身份判定、用户信息展示、用户信息修改、商品信息展示、商品评论展示、添加商品评论、商品添加至购物车、购物车商品展示、购物车结算、生成订单、订单信息展示、订单支付。 其中商品信息展示功能包括商品排序、商品检索功能,购物车商品展示功能包括商品全选、添加、删除、修改数量功能。 (2)后 ...|48|0|2024-06-17| |110|[osuuu/LightPicture](https://github.com/osuuu/LightPicture)|企业/团队/个人图片资源管理系统、图床系统|457|0|2024-08-08| |111|[leohearts/awd-watchbird](https://github.com/leohearts/awd-watchbird)|A powerful PHP WAF for AWD|649|0|2024-07-07| |112|[terrylinooo/mynote](https://github.com/terrylinooo/mynote)|WordPress theme built for developers.|136|0|2024-05-28| |113|[jimersylee/Andromeda](https://github.com/jimersylee/Andromeda)|This is a php framework,apply Di,Ioc,这是我写的一个使用了Di和Ioc的php框架|191|0|2024-06-11| |114|[520yxl/Aliyundrive_Refresh_Token_php](https://github.com/520yxl/Aliyundrive_Refresh_Token_php)|根据阿里云盘开发者api获取Refresh Token|39|0|2024-07-31| |115|[bufanyun/hyperf-iot](https://github.com/bufanyun/hyperf-iot)|hyperf-iot 是基于 Hyperf v2.1+VUE Primen 开发的号卡分销系统,号卡系统,物联网卡系统,saas云端智能架构,实现的高性能(PHP协程、PHP微服务)、高灵活性、前后端分离(后台),PHP 持久化框架,助力管理系统敏捷开发,长期持续更新中。|45|0|2024-06-26| |116|[cwang22/buy-all-steam-games](https://github.com/cwang22/buy-all-steam-games)|see how much does it cost to buy all steam games|163|0|2024-09-24| |117|[Mejituu/Links](https://github.com/Mejituu/Links)|Typecho友情链接插件——懵仙兔兔|38|0|2024-06-23| |118|[DaPigGuy/PiggyFactions](https://github.com/DaPigGuy/PiggyFactions)|A modern open source factions plugin for PocketMine-MP|52|0|2024-08-13| |119|[pupuk/address](https://github.com/pupuk/address)|纯PHP版,收货地址智能解析,不需要数据库支持,简单易用。可解析(身份证号,电话,座机,区号,拆分省+市+区+街道地址)|266|0|2024-04-17| |120|[arch3rPro/Pentest-Docker](https://github.com/arch3rPro/Pentest-Docker)|基于CasaOS容器云构建的渗透测试平台 - A Home Cloud Container Platform Built For Learning Penetration And Network Security|59|0|2024-04-20| |121|[codeigniter4/translations](https://github.com/codeigniter4/translations)|System message translations for CodeIgniter4|197|0|2024-09-12| |122|[codersclub/DiscuzX](https://github.com/codersclub/DiscuzX)|Discuz!X open source social network from Tencent Cloud|47|0|2024-08-29| |123|[bs-community/blessing-skin-server](https://github.com/bs-community/blessing-skin-server)|Web application brings your custom skins back in offline Minecraft servers.|835|0|2024-05-16| |124|[xenocrat/chyrp-lite](https://github.com/xenocrat/chyrp-lite)|An ultra-lightweight blogging engine, written in PHP.|405|0|2024-10-09| |125|[webman-php/webman-manual](https://github.com/webman-php/webman-manual)|Manual for webman |68|0|2024-10-11| |126|[Wallpaper-Engine-Team/wallpaper-engine-translations](https://github.com/Wallpaper-Engine-Team/wallpaper-engine-translations)|http://store.steampowered.com/app/431960|79|0|2024-10-08| |127|[the-events-calendar/advanced-post-manager](https://github.com/the-events-calendar/advanced-post-manager)|Advanced Post Manager|45|0|2024-09-09| |128|[karser/KarserRecaptcha3Bundle](https://github.com/karser/KarserRecaptcha3Bundle)|Google ReCAPTCHA v3 for Symfony|160|0|2024-05-03| |129|[top-think/think-helper](https://github.com/top-think/think-helper)|thinkphp常用的助手类 助手函数|80|0|2024-09-09| |130|[xiaoxuan6/laravel-ali-green](https://github.com/xiaoxuan6/laravel-ali-green)|laravel 阿里鉴黄包括文本、图片、视频,关键词文本检测以及对图片涉黄、暴恐、敏感检测、广告、二维码视频色情、暴恐涉政视频等|54|0|2024-07-08| |131|[54ayao/JSDMirror](https://github.com/54ayao/JSDMirror)|一个免费面向中国境内外的高速jsdelivr镜像站|172|0|2024-10-11| |132|[v5star/rustdesk-api](https://github.com/v5star/rustdesk-api)|rustdesk地址薄服务接口,自己架设后,可以方便的管理自己设备ID以及密码|121|0|2024-09-04| |133|[Hyizhou1/trx](https://github.com/Hyizhou1/trx)|tg机器人 trx兑换、能量租赁、trx闪兑自动回能量、商城、地址监听、会员24小时自助购买,TG验群机器人,TG引流机器人,TG算账机器人,TG代摇快三牛牛推机器人 -完整功能 https://t.me/hongsx|60|0|2024-05-23| |134|[guanguans/ai-commit](https://github.com/guanguans/ai-commit)|Automagically generate conventional git commit messages with AI. - 使用 AI 自动生成约定式 git 提交信息。|210|0|2024-10-10| |135|[Sea-n/xNCTU](https://github.com/Sea-n/xNCTU)|靠北交大 2.0 - 新版靠北交大讓全校師生都有了審核的權限,每天穩定發出投稿文章|45|0|2024-06-13| |136|[stechstudio/laravel-zipstream](https://github.com/stechstudio/laravel-zipstream)|Easily create Zip files on-the-fly and provide a streaming download|385|0|2024-07-13| |137|[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.|1283|0|2024-07-24| |138|[likeyun/WeChat-Group-HuoMa](https://github.com/likeyun/WeChat-Group-HuoMa)|微信群二维码活码工具,生成微信群活码,随时可以切换二维码!|408|0|2024-08-30| |139|[mix-php/grpc](https://github.com/mix-php/grpc)|PHP gRPC based on Swoole coroutine, including protoc code generator, server, and client / 基于 Swoole 协程的 PHP gRPC 库,包含 protoc 代码生成器、服务器、客户端|55|0|2024-06-06| |140|[netcccyun/wxredirect](https://github.com/netcccyun/wxredirect)|微信公众号多域名回调系统|119|0|2024-09-21| |141|[chenggx/douyin-parse-danmu](https://github.com/chenggx/douyin-parse-danmu)|抖音直播弹幕抓取|85|0|2024-09-10| |142|[Mosasauroidea/GazellePW](https://github.com/Mosasauroidea/GazellePW)|Movie-based Gazelle|249|0|2024-09-08| |143|[guanguans/soar-php](https://github.com/guanguans/soar-php)|SQL optimizer and rewriter. - SQL 优化器、重写器(辅助 SQL 调优)。|167|0|2024-10-11| |144|[rainrocka/xinhu](https://github.com/rainrocka/xinhu)|信呼,免费开源的办公OA系统,包括APP,pc上客户端,REIM即时通信,服务端等,让每个企业单位都有自己的办公系统。|103|0|2024-08-01| |145|[funson86/funboot](https://github.com/funson86/funboot)|基于Yii2的Saas快速开发平台,内置多商户并内置商城、论坛、CMS等子系统。Yii2/Mysql/Mongodb/Redis/Elasticsearch/SnowFlake雪花算法ID生成 RBAC动态权限 数据权限 定时任务 日志/消息 代码生成Gii升级|303|0|2024-05-09| |146|[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.|356|0|2024-08-24| |147|[TencentCloud/tencentcloud-sdk-php](https://github.com/TencentCloud/tencentcloud-sdk-php)|Tencent Cloud API 3.0 SDK for PHP|351|0|2024-10-10| |148|[baagee/qr-code-reader](https://github.com/baagee/qr-code-reader)|php识别二维码|72|0|2024-05-09| |149|[zhuige-com/jiangqie_ow_free](https://github.com/zhuige-com/jiangqie_ow_free)|追格企业官网小程序Free(又称酱茄企业官网free),专为中小企业开发的轻量级企业建站小程序(基于uni-app + WordPress)后台操作简单,维护方便,无需过多配置就能搭建一个企业小程序。|65|0|2024-07-16| |150|[idjl/shortUrl](https://github.com/idjl/shortUrl)|不用数据库的短网址,使用简单,适合程序员自己使用的短网址程序|49|0|2024-06-19| |151|[mrgeneralgoo/typecho-markdown](https://github.com/mrgeneralgoo/typecho-markdown)|A markdown parse plugin for typecho.|172|0|2024-08-16| |152|[alipay/alipay-sdk-php-all](https://github.com/alipay/alipay-sdk-php-all)|支付宝开放平台 Alipay SDK for PHP|153|0|2024-10-08| |153|[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.|1298|0|2024-10-08| |154|[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|897|0|2024-09-21| |155|[alphasnow/aliyun-oss-laravel](https://github.com/alphasnow/aliyun-oss-laravel)|Alibaba Cloud Object Storage Service For Laravel. 阿里云对象存储服务扩展包, 支持最新版的Laravel. |153|0|2024-06-14| |156|[scribu/wp-posts-to-posts](https://github.com/scribu/wp-posts-to-posts)|Efficient many-to-many connections between posts, pages, custom post types, users.|973|0|2024-05-29| |157|[twinh/wei](https://github.com/twinh/wei)|A micro-framework provided powerful and simple APIs for faster and easier PHP development.|50|0|2024-09-23| |158|[zjkal/time-helper](https://github.com/zjkal/time-helper)|一个简单快捷的PHP日期时间助手类库。 a smart PHP datetime helper library.|197|0|2024-10-04| |159|[KitePig/FatRat-Collect](https://github.com/KitePig/FatRat-Collect)|胖鼠采集 WordPress优秀开源采集插件|464|0|2024-07-17| |160|[liutongke/api-swoole](https://github.com/liutongke/api-swoole)|这是一个基于 Swoole 实现的轻量级框架,它支持多种网络协议,包括 HTTP、WebSocket、TCP 和 UDP。|41|0|2024-10-05| |161|[bunian/tianzigebishun](https://github.com/bunian/tianzigebishun)|田字格笔顺生成|332|0|2024-08-14| |162|[emlog/emlog](https://github.com/emlog/emlog)|轻量级开源建站系统|512|0|2024-10-07| |163|[whitebearcode/typecho-bearsimple](https://github.com/whitebearcode/typecho-bearsimple)|一款简洁大方的Typecho主题|265|0|2024-10-10| |164|[iiDestiny/laravel-filesystem-oss](https://github.com/iiDestiny/laravel-filesystem-oss)|:floppy_disk: Oss storage filesystem for Laravel.|350|0|2024-04-30| |165|[top-think/think-captcha](https://github.com/top-think/think-captcha)|thinkphp 验证码类库|113|0|2024-08-19| |166|[bfengj/CTF](https://github.com/bfengj/CTF)|关于我在CTF中的所有东西|307|0|2024-09-19| |167|[yeyingorg/php_bwh_stock_checker](https://github.com/yeyingorg/php_bwh_stock_checker)|PHP搬瓦工即时库存检测aff站|62|0|2024-06-15| |168|[SomeBottle/OdIndex](https://github.com/SomeBottle/OdIndex)|Somebottle's Onedrive Directory Index|281|0|2024-07-03| |169|[xiaoxing1617/cashier](https://github.com/xiaoxing1617/cashier)|聚合收银台系统|58|0|2024-05-10| |170|[mantoufan/yzhanGateway](https://github.com/mantoufan/yzhanGateway)|Developing PHP SDK for any API. 为任何 API 快速开发 PHP SDK|38|0|2024-10-04| |171|[WenPai-org/wp-china-yes](https://github.com/WenPai-org/wp-china-yes)|文派叶子 🍃(WP-China-Yes)是中国 WordPress 生态基础设施软件,犹如落叶新芽,生生不息。|624|0|2024-09-25| |172|[gmajian/sandphoto](https://github.com/gmajian/sandphoto)|Layout ID/VISA photos in a single 6-inch photo 证件照片排版在线生成器 - 在一张6寸的照片上排版多张证件照|800|0|2024-08-03| |173|[bingcool/swoolefy](https://github.com/bingcool/swoolefy)|swoolefy是一个基于swoole实现的协程级、轻量级、高性能、开放性的API应用服务框架|513|0|2024-09-30| |174|[BigCoke233/miracles](https://github.com/BigCoke233/miracles)|🎉 Typecho Theme Miracles - 生为奇迹|514|0|2024-07-27| |175|[xiaoxuan6/aliyun-safe](https://github.com/xiaoxuan6/aliyun-safe)|阿里内容检测服务封装,包括垃圾文本、关键词文本检测以及对图片涉黄、暴恐、敏感检测|62|0|2024-08-08| |176|[shetabit/payment](https://github.com/shetabit/payment)|simple laravel payment package , supports multiple drivers|828|0|2024-09-13| |177|[kkguan/validation](https://github.com/kkguan/validation)|高性能的验证器组件(Validation),适用于 Hyperf 或 Laravel 框架,可获得数百倍的性能提升|84|0|2024-04-29| |178|[red-jasmine/region](https://github.com/red-jasmine/region)|中国省市区数据,省级(省份)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,中国省市区镇村二级三级四级五级联动地址数据。|41|0|2024-08-05| |179|[walkor/mqtt](https://github.com/walkor/mqtt)|Asynchronous MQTT client for PHP based on workerman.|205|0|2024-06-04| |180|[stephenharris/Event-Organiser](https://github.com/stephenharris/Event-Organiser)|WordPress plug-in, Event Organiser, development repository|100|0|2024-10-06| |181|[whitebearcode/typecho-beargallery](https://github.com/whitebearcode/typecho-beargallery)|一款简洁优雅的Typecho摄影类相册主题|48|0|2024-07-22| |182|[yansongda/laravel-pay](https://github.com/yansongda/laravel-pay)|可能是我用过的最优雅的 Alipay/WeChat/Unipay 的 laravel 支付扩展包了|1075|0|2024-08-15| |183|[guanguans/laravel-soar](https://github.com/guanguans/laravel-soar)|SQL optimizer and rewriter for laravel. - laravel 的 SQL 优化器和重写器。|189|0|2024-08-16| |184|[zhamao-robot/zhamao-framework](https://github.com/zhamao-robot/zhamao-framework)|协程、高性能、灵活的聊天机器人 & Web 开发框架(炸毛框架)|157|0|2024-10-02| |185|[whitebearcode/typecho-bearhoney](https://github.com/whitebearcode/typecho-bearhoney)|一款优雅的Typecho日志型主题|49|0|2024-10-11| |186|[vibbow/routeros-ddns-script](https://github.com/vibbow/routeros-ddns-script)|RouterOS DDNS 脚本|42|0|2024-07-22| |187|[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!|426|0|2024-08-30| |188|[anonymitypay/usdtpayapi](https://github.com/anonymitypay/usdtpayapi)|使用个人USDT地址收款的插件|108|0|2024-06-06| |189|[JaydenForYou/Spring](https://github.com/JaydenForYou/Spring)|响应式TYPECHO主题|140|0|2024-06-28| |190|[sy-records/aliyun-oss-wordpress](https://github.com/sy-records/aliyun-oss-wordpress)|使用阿里云对象存储 OSS 作为附件存储空间的WordPress插件。QQ交流群:887595381|102|0|2024-08-14| |191|[zhuige-com/zhuige-theme-ow-free](https://github.com/zhuige-com/zhuige-theme-ow-free)|追格企业官网主题(开源版)由追格( www.zhuige.com )开发的一款免费开源的WordPress主题,专为企业建站而设计。|40|0|2024-05-16| |192|[qmcloud/momo](https://github.com/qmcloud/momo)|php直播go直播,短视频,直播带货,语音聊天室,陪玩系统源码。|937|0|2024-05-05| |193|[txperl/Moricolor-for-Typecho](https://github.com/txperl/Moricolor-for-Typecho)|Typecho Theme Moricolor - 森之色|351|0|2024-08-19| |194|[likeyun/liKeYun_ZsmPay](https://github.com/likeyun/liKeYun_ZsmPay)|个人免签支付就是给个人用的支付接口,一般的支付接口都需要营业执照才能申请,个人很难申请的到,或者是没有资质去申请,要和支付商进行签约的。免签,顾名思义就是不需要签约。那么个人免签支付就有市场了,就是为了解决个人无法轻易申请到支付接口的问题。通过简单的技术开发实现APP监听收款码的免签支付方式使用微信实现支付接口。|137|0|2024-08-19| |195|[xaboy/form-builder](https://github.com/xaboy/form-builder)|好用的PHP表单生成器,快速生成现代化的form表单,支持前后端分离。内置17种常用表单组件。目前在政务系统、OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用。|731|0|2024-08-03| |196|[jimmy54/iRime-Resource](https://github.com/jimmy54/iRime-Resource)|iRime相关资源|56|0|2024-04-17| |197|[eddy8/LightCMS](https://github.com/eddy8/LightCMS)|LightCMS 是一个基于 Laravel 开发的轻量级 CMS 系统,也可以作为一个通用的后台管理框架使用。A lightweight cms/admin framework powered by Laravel.|350|0|2024-07-23| |198|[baomihuahua/lolimeow](https://github.com/baomihuahua/lolimeow)|wordpress主题 lolimeow |601|0|2024-09-21| |199|[likeyun/Xcx_ScanLogin](https://github.com/likeyun/Xcx_ScanLogin)|微信小程序实现的网页扫码授权登录,无论是个人小程序还是企业小程序,都可以调用wx.login接口获取到openid实现微信鉴权快速扫码登录!|40|0|2024-04-18| |200|[mstxq17/SeCDictionary](https://github.com/mstxq17/SeCDictionary)|少而精的常用字典,积累各种场景实现字典进化,只追求更简单更有效,不建议star,但建议pr。|120|0|2024-06-07|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Pascal.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Pascal 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[msfm2018/WinBarDock](https://github.com/msfm2018/WinBarDock)|模仿 MacOSX Dock 效率软件 打造国产 ObjectDock 桌面助手|19|0|2024-09-14| |2|[axpokl/display](https://github.com/axpokl/display)|Display单元库|5|0|2024-06-28| |3|[xenli/OneDelphi](https://github.com/xenli/OneDelphi)|OneDelphi是叫兽(FLM)QQ:378464060基于Delphi IDE开发的三层中间件,开源免费,支持MVC及传统DataSet框架,使用的是Mormot2的HTTP通讯。【OnePascal开源群】:814696487|39|0|2024-05-08| |4|[PassByYou888/ZNet](https://github.com/PassByYou888/ZNet)|ZNet is supported by future P2P VM, big data, cloud servers, and SAAS systems|53|0|2024-09-23| |5|[cnpack/cnwizards](https://github.com/cnpack/cnwizards)|CnPack IDE Wizards|573|0|2024-10-10| |6|[artem78/AutoScreenshot](https://github.com/artem78/AutoScreenshot)|Automatic screenshot maker|122|0|2024-05-09| |7|[digao-dalpiaz/DzHTMLText](https://github.com/digao-dalpiaz/DzHTMLText)|Delphi and Lazarus HTML Label component|186|0|2024-10-03| |8|[cityboat888/OnePascal](https://github.com/cityboat888/OnePascal)|OnePascal简介: OneDelphi是基于Delphi IDE开发的三层中间件, oneLaz是基于Lazaus IDE开发的三层中间件, OneUniApp是基于HBuilderX IDE开发的多端合一app 中间件支持MVC及传统DataSet框架,这个版本是在源码的基础上(放弃mormot)使用Delphi-Cross-Socket作为HTTP通讯|5|0|2024-04-16| |9|[cnpack/cnvcl](https://github.com/cnpack/cnvcl)|CnPack VCL Components|337|0|2024-10-11| |10|[yangyxd/FMXUI](https://github.com/yangyxd/FMXUI)|FMX跨平台基础UI库|262|0|2024-09-21| |11|[LongDirtyAnimAlf/fpcupdeluxe](https://github.com/LongDirtyAnimAlf/fpcupdeluxe)|A GUI based installer for FPC and Lazarus|492|0|2024-10-08| |12|[dmznlin/mini-soft](https://github.com/dmznlin/mini-soft)|用于管理日常开发的小型系统|4|0|2024-04-19| |13|[DelphiTeacher/OrangeFreeSDK](https://github.com/DelphiTeacher/OrangeFreeSDK)|免费的三方SDK|57|0|2024-06-21| |14|[abcjingtong/HCView_Pascal](https://github.com/abcjingtong/HCView_Pascal)|一个类似word或wps用于文字排版相关功能的控件,有Delphi、C#、Html5、C++四个版本。|8|0|2024-09-24| |15|[huzgd/ezdml](https://github.com/huzgd/ezdml)|Lightweight data modeling and design tool (超轻量级的数据建模表结构设计工具)|46|0|2024-09-28| |16|[szlbz/DataSetDelta](https://github.com/szlbz/DataSetDelta)|为lazarus增加类似delphi TClientDataSet的Delta功能|4|0|2024-09-25| |17|[terrylao/PascalContainer](https://github.com/terrylao/PascalContainer)|advanced data structure in Pascal, include B-Tree,B+-Tree,B*-Tree,T-Tree,HashMap,priority queue,red-black-Tree,AVL-tree,Quad-Tree,SkipList,Sortable Single Linklist,Sort Function,LockFreeQueue,nth_ele ...|38|0|2024-06-25|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Perl.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Perl 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[Yanstory/tpZHCNex](https://github.com/Yanstory/tpZHCNex)|thpatch zh-hans extra patches (Beta)|18|0|2024-06-18| |2|[wisdomfusion/qqwry.dat](https://github.com/wisdomfusion/qqwry.dat)|纯真IP地址数据库镜像,mirror of qqwry.dat|392|0|2024-09-19| |3|[zhy201810576/ETagCN](https://github.com/zhy201810576/ETagCN)|基于Difegue编写的E-Hentai插件进行改良,结合EhTagTranslation项目提供的数据库转换来自E-Hentai上的英文标签为中文标签。|62|0|2024-06-17| |4|[abbypan/Novel-Robot](https://github.com/abbypan/Novel-Robot)|download novel / forum thread, 小说/论坛下载器|5|0|2024-08-08| |5|[makotoga/o-dic](https://github.com/makotoga/o-dic)|沖縄辞書|2|0|2024-05-23| |6|[isi-nlp/uroman](https://github.com/isi-nlp/uroman)|Universal Romanizer that can convert any unicode script to roman (latin) script|146|0|2024-07-26| |7|[openresty/test-nginx](https://github.com/openresty/test-nginx)|Data-driven test scaffold for Nginx C module and OpenResty Lua library development|440|0|2024-08-06| |8|[kbnote/slowsql-analysis](https://github.com/kbnote/slowsql-analysis)|分析mysql的慢查询可视化分析|7|0|2024-04-16| |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|281|0|2024-10-11| |10|[webmin/authentic-theme](https://github.com/webmin/authentic-theme)|Official theme for the best server management panel of the 21st Century|947|0|2024-10-08| |11|[szabgab/perlmaven.com](https://github.com/szabgab/perlmaven.com)|The source files of the Perl Maven articles|68|0|2024-08-16| |12|[ko-ichi-h/khcoder](https://github.com/ko-ichi-h/khcoder)|KH Coder: for Quantitative Content Analysis or Text Mining|305|0|2024-10-11| |13|[g0v/people-in-news](https://github.com/g0v/people-in-news)|公眾人物新聞的追蹤|17|0|2024-05-04| |14|[electricface/script-tool](https://github.com/electricface/script-tool)|简单的脚本工具|4|0|2024-08-23| |15|[YoseR1cho/steamcommunity_302_V12.0.4](https://github.com/YoseR1cho/steamcommunity_302_V12.0.4)|集成多种功能steam工具箱 支持github加速|3|0|2024-07-12| |16|[OpenKore/openkore](https://github.com/OpenKore/openkore)|A free/open source client and automation tool for Ragnarok Online|1279|0|2024-09-17| |17|[duckduckgo/duckduckgo-locales](https://github.com/duckduckgo/duckduckgo-locales)|Translation files for duckduckgo.com|98|0|2024-10-11| |18|[esrrhs/pLua](https://github.com/esrrhs/pLua)|Lua 性能分析工具 Lua profiler tool like gperftools|92|0|2024-04-23| |19|[leolovenet/qqwry2mmdb](https://github.com/leolovenet/qqwry2mmdb)|为 Wireshark 能使用纯真网络 IP 数据库(QQwry)而提供的格式转换工具|159|0|2024-10-01| |20|[openresty/lua-tablepool](https://github.com/openresty/lua-tablepool)|Lua table recycling pools for LuaJIT|111|0|2024-08-17| |21|[gmd20/exercises](https://github.com/gmd20/exercises)|写过一些练习或者小工具,小代码片段等|4|0|2024-05-31| |22|[Gilwyad/mailnesia.com](https://github.com/Gilwyad/mailnesia.com)|Anonymous Email in Seconds|103|0|2024-08-15| |23|[zetaraku/akimono-archive](https://github.com/zetaraku/akimono-archive)|Recovered source code of the CGI game 商人物語|3|0|2024-04-29| |24|[shangshanzhizhe/Work_flow_of_population_genetics](https://github.com/shangshanzhizhe/Work_flow_of_population_genetics)|整理常用的群体遗传学分析流程和脚本|92|0|2024-05-30| |25|[KiWinger/IYUUPlus-Allinone](https://github.com/KiWinger/IYUUPlus-Allinone)|基于IYUUPlus-Dev原版,优化安装流程并整合为一体包,无需安装其他任何文件即可运行IYUUPlus。|6|0|2024-07-14|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Python.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Python 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[cr4n5/XiaoYuanKouSuan](https://github.com/cr4n5/XiaoYuanKouSuan)|小猿口算_已达到0.00s|560|280|2024-10-11| |2|[2noise/ChatTTS](https://github.com/2noise/ChatTTS)|A generative speech model for daily dialogue.|31399|228|2024-10-10| |3|[ChaosJulien/XiaoYuanKouSuan_Auto](https://github.com/ChaosJulien/XiaoYuanKouSuan_Auto)|用于小猿口算的基于Python的自动答题工具|502|167|2024-10-11| |4|[All-Hands-AI/OpenHands](https://github.com/All-Hands-AI/OpenHands)|🙌 OpenHands: Code Less, Make More|32894|154|2024-10-11| |5|[Ucas-HaoranWei/GOT-OCR2.0](https://github.com/Ucas-HaoranWei/GOT-OCR2.0)|Official code implementation of General OCR Theory: Towards OCR-2.0 via a Unified End-to-end Model|5185|130|2024-10-11| |6|[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)|33910|125|2024-10-02| |7|[KwaiVGI/LivePortrait](https://github.com/KwaiVGI/LivePortrait)|Bring portraits to life!|12249|121|2024-10-07| |8|[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 ...|64705|113|2024-10-11| |9|[hpcaitech/Open-Sora](https://github.com/hpcaitech/Open-Sora)|Open-Sora: Democratizing Efficient Video Production for All|21838|93|2024-08-09| |10|[myshell-ai/OpenVoice](https://github.com/myshell-ai/OpenVoice)|Instant voice cloning by MIT and MyShell.|29107|92|2024-08-21| |11|[harry0703/MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo)|利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.|16431|76|2024-07-26| |12|[fudan-generative-vision/hallo](https://github.com/fudan-generative-vision/hallo)|Hallo: Hierarchical Audio-Driven Visual Synthesis for Portrait Image Animation|9290|76|2024-09-14| |13|[THUDM/ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B)|ChatGLM-6B: An Open Bilingual Dialogue Language Model 开源双语对话语言模型|40491|70|2024-06-27| |14|[InternLM/MindSearch](https://github.com/InternLM/MindSearch)|🔍 An LLM-based Multi-agent Framework of Web Search Engine (like Perplexity.ai Pro and SearchGPT)|4827|64|2024-10-10| |15|[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.|36633|64|2024-10-06| |16|[hiyouga/LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)|Unified Efficient Fine-Tuning of 100+ LLMs (ACL 2024)|32236|64|2024-10-11| |17|[infiniflow/ragflow](https://github.com/infiniflow/ragflow)|RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.|19078|63|2024-10-11| |18|[huggingface/transformers](https://github.com/huggingface/transformers)|🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.|133228|61|2024-10-11| |19|[gpt-omni/mini-omni](https://github.com/gpt-omni/mini-omni)|open-source multimodal large language model that can hear, talk while thinking. Featuring real-time end-to-end speech input and streaming audio output conversational capabilities. |2798|61|2024-09-25| |20|[QwenLM/Qwen2-VL](https://github.com/QwenLM/Qwen2-VL)|Qwen2-VL is the multimodal large language model series developed by Qwen team, Alibaba Cloud.|2560|58|2024-10-04| |21|[ScrapeGraphAI/Scrapegraph-ai](https://github.com/ScrapeGraphAI/Scrapegraph-ai)|Python scraper based on AI|14829|57|2024-10-11| |22|[FunAudioLLM/CosyVoice](https://github.com/FunAudioLLM/CosyVoice)|Multi-lingual large voice generation model, providing inference, training and deployment full-stack ability.|5437|54|2024-09-29| |23|[LC044/WeChatMsg](https://github.com/LC044/WeChatMsg)|提取微信聊天记录,将其导出成HTML、Word、Excel文档永久保存,对聊天记录进行分析生成年度聊天报告,用聊天数据训练专属于个人的AI聊天助手|33793|53|2024-09-23| |24|[VikParuchuri/marker](https://github.com/VikParuchuri/marker)|Convert PDF to markdown quickly with high accuracy|16925|49|2024-09-07| |25|[huggingface/speech-to-speech](https://github.com/huggingface/speech-to-speech)|Speech To Speech: an effort for an open-sourced and modular GPT4-o|3209|49|2024-09-27| |26|[OpenBMB/MiniCPM-V](https://github.com/OpenBMB/MiniCPM-V)|MiniCPM-V 2.6: A GPT-4V Level MLLM for Single Image, Multi Image and Video on Your Phone|12218|48|2024-09-13| |27|[PKU-YuanGroup/Open-Sora-Plan](https://github.com/PKU-YuanGroup/Open-Sora-Plan)|This project aim to reproduce Sora (Open AI T2V model), we wish the open source community contribute to this project.|11314|48|2024-10-08| |28|[opendatalab/PDF-Extract-Kit](https://github.com/opendatalab/PDF-Extract-Kit)|A Comprehensive Toolkit for High-Quality PDF Content Extraction|5031|47|2024-10-11| |29|[jianchang512/ChatTTS-ui](https://github.com/jianchang512/ChatTTS-ui)|一个简单的本地网页界面,使用ChatTTS将文字合成为语音,同时支持对外提供API接口。A simple native web interface that uses ChatTTS to synthesize text into speech, along with support for external API interfaces.|6037|45|2024-08-29| |30|[RVC-Project/Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)|Easily train a good VC model with voice data <= 10 mins!|23687|42|2024-09-05| |31|[chatanywhere/GPT_API_free](https://github.com/chatanywhere/GPT_API_free)|Free ChatGPT API Key,免费ChatGPT API,支持GPT4 API(免费),ChatGPT国内可用免费转发API,直连无需代理。可以搭配ChatBox等软件/插件使用,极大降低接口使用成本。国内即可无限制畅快聊天。|22226|41|2024-09-26| |32|[netease-youdao/QAnything](https://github.com/netease-youdao/QAnything)|Question and Answer based on Anything.|11604|41|2024-09-27| |33|[adithya-s-k/omniparse](https://github.com/adithya-s-k/omniparse)|Ingest, parse, and optimize any data format ➡️ from documents to multimedia ➡️ for enhanced compatibility with GenAI frameworks|5142|40|2024-09-23| |34|[ultralytics/ultralytics](https://github.com/ultralytics/ultralytics)|Ultralytics YOLO11 🚀|30255|40|2024-10-11| |35|[zhayujie/chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat)|基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择GPT3.5/GPT-4o/GPT-o1/ Claude/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Claude/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。|30419|38|2024-09-26| |36|[Upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant)|Intelligence development framework in python for your product like Apple Intelligence|5216|38|2024-09-10| |37|[THUDM/ChatGLM3](https://github.com/THUDM/ChatGLM3)|ChatGLM3 series: Open Bilingual Chat LLMs 开源双语对话语言模型|13382|38|2024-07-10| |38|[Kwai-Kolors/Kolors](https://github.com/Kwai-Kolors/Kolors)|Kolors Team|3695|37|2024-09-04| |39|[VikParuchuri/surya](https://github.com/VikParuchuri/surya)|OCR, layout analysis, reading order, table recognition in 90+ languages|10247|37|2024-10-08| |40|[hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI)|Making large AI models cheaper, faster and more accessible|38723|36|2024-10-11| |41|[fishaudio/fish-speech](https://github.com/fishaudio/fish-speech)|Brand new TTS solution|13210|36|2024-10-11| |42|[NexaAI/nexa-sdk](https://github.com/NexaAI/nexa-sdk)|Nexa SDK is a comprehensive toolkit for supporting ONNX and GGML models. It supports text generation, image generation, vision-language models (VLM), auto-speech-recognition (ASR), and text-to-speech ...|1970|35|2024-10-11| |43|[THUDM/ChatGLM2-6B](https://github.com/THUDM/ChatGLM2-6B)|ChatGLM2-6B: An Open Bilingual Chat LLM 开源双语对话语言模型|15704|33|2024-06-27| |44|[THUDM/GLM-4](https://github.com/THUDM/GLM-4)|GLM-4 series: Open Multilingual Multimodal Chat LMs 开源多语言多模态对话模型|4840|32|2024-10-06| |45|[ymcui/Chinese-LLaMA-Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca)|中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)|18261|32|2024-04-30| |46|[QwenLM/Qwen](https://github.com/QwenLM/Qwen)|The official repo of Qwen (通义千问) chat & pretrained large language model proposed by Alibaba Cloud.|13673|31|2024-09-24| |47|[ultralytics/yolov5](https://github.com/ultralytics/yolov5)|YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite|50158|31|2024-10-11| |48|[FunAudioLLM/SenseVoice](https://github.com/FunAudioLLM/SenseVoice)|Multilingual Voice Understanding Model|2895|29|2024-09-25| |49|[jingyaogong/minimind](https://github.com/jingyaogong/minimind)|「大模型」3小时完全从0训练26M的小参数GPT,个人显卡即可推理训练!|2253|29|2024-10-11| |50|[hiroi-sora/Umi-OCR](https://github.com/hiroi-sora/Umi-OCR)|OCR software, free and offline. 开源、免费的离线OCR软件。支持截屏/批量导入图片,PDF文档识别,排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。|26265|28|2024-10-09| |51|[assafelovic/gpt-researcher](https://github.com/assafelovic/gpt-researcher)|LLM based autonomous agent that does online comprehensive research on any given topic|14361|28|2024-10-11| |52|[reflex-dev/reflex](https://github.com/reflex-dev/reflex)|🕸️ Web apps in pure Python 🐍|19683|27|2024-10-10| |53|[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 ...|43163|27|2024-10-10| |54|[microsoft/UFO](https://github.com/microsoft/UFO)|A UI-Focused Agent for Windows OS Interaction.|7638|27|2024-09-25| |55|[qhjqhj00/MemoRAG](https://github.com/qhjqhj00/MemoRAG)|Empowering RAG with a memory-based data interface for all-purpose applications!|1017|27|2024-09-29| |56|[Textualize/rich](https://github.com/Textualize/rich)|Rich is a Python library for rich text and beautiful formatting in the terminal.|49146|27|2024-10-11| |57|[1Panel-dev/MaxKB](https://github.com/1Panel-dev/MaxKB)|🚀 基于大语言模型和 RAG 的知识库问答系统。开箱即用、模型中立、灵活编排,支持快速嵌入到第三方业务系统。|10775|27|2024-10-11| |58|[BadToBest/EchoMimic](https://github.com/BadToBest/EchoMimic)|Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning|2611|26|2024-08-15| |59|[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.|15187|26|2024-09-25| |60|[linyqh/NarratoAI](https://github.com/linyqh/NarratoAI)|利用AI大模型,一键解说并剪辑视频; Using AI models to automatically provide commentary and edit videos with a single click.|1512|25|2024-10-08| |61|[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|13463|25|2024-10-08| |62|[Sinaptik-AI/pandas-ai](https://github.com/Sinaptik-AI/pandas-ai)|Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.|12868|24|2024-09-25| |63|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.|28008|24|2024-08-06| |64|[TeamWiseFlow/wiseflow](https://github.com/TeamWiseFlow/wiseflow)|Wiseflow is an agile information mining tool that extracts concise messages from various sources such as websites, WeChat official accounts, social platforms, etc. It automatically categorizes and upl ...|4094|24|2024-10-10| |65|[Zeyi-Lin/HivisionIDPhotos](https://github.com/Zeyi-Lin/HivisionIDPhotos)|⚡️HivisionIDPhotos: a lightweight and efficient AI ID photos tools. 一个轻量级的AI证件照制作算法。|11202|23|2024-09-28| |66|[THUDM/LongWriter](https://github.com/THUDM/LongWriter)|LongWriter: Unleashing 10,000+ Word Generation from Long Context LLMs|1401|23|2024-09-27| |67|[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界面的声音克隆工具,使用你的音色或任意声音来录制音频|7365|22|2024-08-22| |68|[guoyww/AnimateDiff](https://github.com/guoyww/AnimateDiff)|Official implementation of AnimateDiff.|10388|22|2024-07-31| |69|[Tencent/HunyuanDiT](https://github.com/Tencent/HunyuanDiT)|Hunyuan-DiT : A Powerful Multi-Resolution Diffusion Transformer with Fine-Grained Chinese Understanding|3348|22|2024-10-11| |70|[OpenMOSS/MOSS](https://github.com/OpenMOSS/MOSS)|An open-source tool-augmented conversational language model from Fudan University|11928|22|2024-07-13| |71|[OpenBMB/XAgent](https://github.com/OpenBMB/XAgent)|An Autonomous LLM Agent for Complex Task Solving|8080|22|2024-08-12| |72|[AiuniAI/Unique3D](https://github.com/AiuniAI/Unique3D)|Official implementation of Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image|2958|22|2024-09-18| |73|[netease-youdao/EmotiVoice](https://github.com/netease-youdao/EmotiVoice)|EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine|7325|22|2024-08-13| |74|[dataelement/bisheng](https://github.com/dataelement/bisheng)|BISHENG is an open LLM devops platform for next generation Enterprise AI applications. Powerful and comprehensive features include: GenAI workflow, RAG, Agent, Unified model management, Evaluation, SF ...|8662|21|2024-10-11| |75|[Kanaries/pygwalker](https://github.com/Kanaries/pygwalker)|PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis|12886|21|2024-10-02| |76|[modelscope/DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio)|Enjoy the magic of Diffusion models!|6422|21|2024-10-11| |77|[vvbbnn00/WARP-Clash-API](https://github.com/vvbbnn00/WARP-Clash-API)|该项目可以让你通过订阅的方式使用Cloudflare WARP+,自动获取流量。This project enables you to use Cloudflare WARP+ through subscription, automatically acquiring traffic.|8458|20|2024-09-04| |78|[microsoft/DeepSpeed](https://github.com/microsoft/DeepSpeed)|DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.|35050|20|2024-10-10| |79|[deepseek-ai/DeepSeek-Coder](https://github.com/deepseek-ai/DeepSeek-Coder)|DeepSeek Coder: Let the Code Write Itself|6654|19|2024-05-21| |80|[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.|7740|19|2024-05-03| |81|[ageitgey/face_recognition](https://github.com/ageitgey/face_recognition)|The world's simplest facial recognition api for Python and the command line|53101|19|2024-08-21| |82|[myshell-ai/MeloTTS](https://github.com/myshell-ai/MeloTTS)|High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean.|4592|19|2024-08-09| |83|[RUCAIBox/LLMSurvey](https://github.com/RUCAIBox/LLMSurvey)|The official GitHub page for the survey paper "A Survey of Large Language Models".|10175|18|2024-08-20| |84|[facebookresearch/nougat](https://github.com/facebookresearch/nougat)|Implementation of Nougat Neural Optical Understanding for Academic Documents|8855|18|2024-04-16| |85|[modelscope/agentscope](https://github.com/modelscope/agentscope)|Start building LLM-empowered multi-agent applications in an easier way.|4998|18|2024-10-08| |86|[OpenGVLab/InternVL](https://github.com/OpenGVLab/InternVL)|[CVPR 2024 Oral] InternVL Family: A Pioneering Open-Source Alternative to GPT-4o. 接近GPT-4o表现的开源多模态对话模型|5713|18|2024-09-19| |87|[OpenInterpreter/01](https://github.com/OpenInterpreter/01)|The #1 open-source voice interface for desktop, mobile, and ESP32 chips.|4926|18|2024-10-02| |88|[3b1b/manim](https://github.com/3b1b/manim)|Animation engine for explanatory math videos|63236|18|2024-10-10| |89|[fishaudio/Bert-VITS2](https://github.com/fishaudio/Bert-VITS2)|vits2 backbone with multilingual-bert|7887|18|2024-10-07| |90|[xinsir6/ControlNetPlus](https://github.com/xinsir6/ControlNetPlus)|ControlNet++: All-in-one ControlNet for image generations and editing!|1690|17|2024-09-30| |91|[honmashironeko/ProxyCat](https://github.com/honmashironeko/ProxyCat)|一款部署于云端或本地的代理池中间件,可将静态代理IP灵活运用成隧道IP,提供固定请求地址,一次部署终身使用|889|17|2024-10-06| |92|[dyang886/Game-Cheats-Manager](https://github.com/dyang886/Game-Cheats-Manager)|Easily download and manage game cheats for your convenience|4727|17|2024-10-05| |93|[THUDM/CodeGeeX2](https://github.com/THUDM/CodeGeeX2)|CodeGeeX2: A More Powerful Multilingual Code Generation Model|7622|17|2024-07-10| |94|[buaacyw/MeshAnything](https://github.com/buaacyw/MeshAnything)|From anything to mesh like human artists. Official impl. of "MeshAnything: Artist-Created Mesh Generation with Autoregressive Transformers"|2000|17|2024-08-05| |95|[FlagOpen/FlagEmbedding](https://github.com/FlagOpen/FlagEmbedding)|Retrieval and Retrieval-augmented LLMs|7100|16|2024-10-10| |96|[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)|7068|16|2024-09-23| |97|[marimo-team/marimo](https://github.com/marimo-team/marimo)|A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git. |6694|16|2024-10-11| |98|[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.|8731|15|2024-10-10| |99|[gradio-app/gradio](https://github.com/gradio-app/gradio)|Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!|32775|15|2024-10-11| |100|[THUDM/CogVLM](https://github.com/THUDM/CogVLM)|a state-of-the-art-level open visual language model 多模态预训练模型|5935|15|2024-05-29| |101|[OptimalScale/LMFlow](https://github.com/OptimalScale/LMFlow)|An Extensible Toolkit for Finetuning and Inference of Large Foundation Models. Large Models for All.|8237|15|2024-10-05| |102|[6drf21e/ChatTTS_colab](https://github.com/6drf21e/ChatTTS_colab)|🚀 一键部署(含离线整合包)!基于 ChatTTS ,支持流式输出、音色抽卡、长音频生成和分角色朗读。简单易用,无需复杂安装。|1986|15|2024-07-02| |103|[BlinkDL/ChatRWKV](https://github.com/BlinkDL/ChatRWKV)|ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.|9396|15|2024-07-11| |104|[yixiu001/serv00-login](https://github.com/yixiu001/serv00-login)|同时支持serv00与ct8自动化批量保号,每3天自动登录一次面板,并且发送消息到Telegram|1461|14|2024-07-19| |105|[InternLM/InternLM](https://github.com/InternLM/InternLM)|Official release of InternLM2.5 base and chat models. 1M context support|6301|14|2024-10-10| |106|[VisionRush/DeepFakeDefenders](https://github.com/VisionRush/DeepFakeDefenders)|Image forgery recognition algorithm|533|13|2024-09-09| |107|[THUDM/CogVLM2](https://github.com/THUDM/CogVLM2)|GPT4V-level open-source multi-modal model based on Llama3-8B|2045|13|2024-09-03| |108|[xxlong0/Wonder3D](https://github.com/xxlong0/Wonder3D)|Single Image to 3D using Cross-Domain Diffusion for 3D Generation|4728|13|2024-08-29| |109|[open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection)|OpenMMLab Detection Toolbox and Benchmark|29286|13|2024-08-21| |110|[jxxghp/MoviePilot](https://github.com/jxxghp/MoviePilot)|NAS媒体库自动化管理工具|6358|13|2024-10-11| |111|[THUDM/CodeGeeX4](https://github.com/THUDM/CodeGeeX4)|CodeGeeX4-ALL-9B, a versatile model for all AI software development scenarios, including code completion, code interpreter, web search, function calling, repository-level Q&A and much more.|1314|13|2024-08-25| |112|[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.|22657|13|2024-07-25| |113|[xaoyaoo/PyWxDump](https://github.com/xaoyaoo/PyWxDump)|获取微信信息;读取数据库,本地查看聊天记录并导出为csv、html等格式用于AI训练,自动回复等。支持多账户信息获取,支持所有微信版本。|5494|13|2024-10-11| |114|[PeterH0323/Streamer-Sales](https://github.com/PeterH0323/Streamer-Sales)|Streamer-Sales 销冠 —— 卖货主播 LLM 大模型🛒🎁,一个能够根据给定的商品特点从激发用户购买意愿角度出发进行商品解说的卖货主播大模型。🚀⭐内含详细的数据生成流程❗ 📦另外还集成了 LMDeploy 加速推理🚀、RAG检索增强生成 📚、TTS文字转语音🔊、数字人生成 🦸、 Agent 使用网络查询实时信息🌐、ASR 语音转文字🎙️、Vue 生态搭建前端🍍、FastAPI 搭建后端 ...|2436|13|2024-10-10| |115|[HZJQF/help_tool](https://github.com/HZJQF/help_tool)|推理算法助手(降维打击) |553|13|2024-10-05| |116|[521xueweihan/GitHub520](https://github.com/521xueweihan/GitHub520)|:kissing_heart: 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。(无需安装)|21219|13|2024-10-11| |117|[TMElyralab/MuseTalk](https://github.com/TMElyralab/MuseTalk)|MuseTalk: Real-Time High Quality Lip Synchorization with Latent Space Inpainting|2562|13|2024-09-23| |118|[sMythicalBird/ZenlessZoneZero-Auto](https://github.com/sMythicalBird/ZenlessZoneZero-Auto)|绝区零 ZenlessZoneZero 零号空洞 自动战斗 自动化 图片分类 OCR识别|1168|13|2024-10-11| |119|[QwenLM/Qwen-VL](https://github.com/QwenLM/Qwen-VL)|The official repo of Qwen-VL (通义千问-VL) chat & pretrained large vision language model proposed by Alibaba Cloud.|4908|12|2024-08-07| |120|[llmware-ai/llmware](https://github.com/llmware-ai/llmware)|Unified framework for building enterprise RAG pipelines with small, specialized models|4694|12|2024-10-07| |121|[YaoFANGUK/video-subtitle-remover](https://github.com/YaoFANGUK/video-subtitle-remover)|基于AI的图片/视频硬字幕去除、文本水印去除,无损分辨率生成去字幕、去水印后的图片/视频文件。无需申请第三方API,本地实现。AI-based tool for removing hard-coded subtitles and text-like watermarks from videos or Pictures.|4125|12|2024-10-09| |122|[aigc-apps/sd-webui-EasyPhoto](https://github.com/aigc-apps/sd-webui-EasyPhoto)|📷 EasyPhoto Your Smart AI Photo Generator.|4934|12|2024-07-10| |123|[lipku/livetalking](https://github.com/lipku/livetalking)|Real time interactive streaming digital human|3604|12|2024-10-05| |124|[barry-far/V2ray-Configs](https://github.com/barry-far/V2ray-Configs)|🛰️✨ Free V2ray Configs , Updating Every 10 minutes.|4528|12|2024-10-11| |125|[TMElyralab/MuseV](https://github.com/TMElyralab/MuseV)|MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising|2382|12|2024-06-28| |126|[RayVentura/ShortGPT](https://github.com/RayVentura/ShortGPT)|🚀🎬 ShortGPT - Experimental AI framework for youtube shorts / tiktok channel automation|5656|12|2024-09-19| |127|[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. |7888|12|2024-08-16| |128|[taosdata/TDengine](https://github.com/taosdata/TDengine)|High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios|23311|12|2024-10-11| |129|[moesnow/March7thAssistant](https://github.com/moesnow/March7thAssistant)|崩坏:星穹铁道全自动 三月七小助手|5046|12|2024-09-28| |130|[gusye1234/nano-graphrag](https://github.com/gusye1234/nano-graphrag)|A simple, easy-to-hack GraphRAG implementation|920|12|2024-10-10| |131|[baichuan-inc/Baichuan-7B](https://github.com/baichuan-inc/Baichuan-7B)|A large-scale 7B pretraining language model developed by BaiChuan-Inc.|5671|12|2024-07-18| |132|[luosiallen/latent-consistency-model](https://github.com/luosiallen/latent-consistency-model)|Latent Consistency Models: Synthesizing High-Resolution Images with Few-Step Inference|4323|12|2024-06-14| |133|[linyiLYi/street-fighter-ai](https://github.com/linyiLYi/street-fighter-ai)|This is an AI agent for Street Fighter II Champion Edition.|6321|11|2024-05-14| |134|[tyxsspa/AnyText](https://github.com/tyxsspa/AnyText)|Official implementation code of the paper |4251|11|2024-06-21| |135|[fufankeji/MateGen](https://github.com/fufankeji/MateGen)|Next-Generation Interactive Intelligent Programming Assistant|1033|11|2024-09-20| |136|[THUDM/CodeGeeX](https://github.com/THUDM/CodeGeeX)|CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)|8177|11|2024-08-13| |137|[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 ...|12507|11|2024-09-23| |138|[X-PLUG/MobileAgent](https://github.com/X-PLUG/MobileAgent)|Mobile-Agent: The Powerful Mobile Device Operation Assistant Family|2801|11|2024-09-26| |139|[thuml/Time-Series-Library](https://github.com/thuml/Time-Series-Library)|A Library for Advanced Deep Time Series Models.|6578|11|2024-09-29| |140|[aixcoder-plugin/aiXcoder-7B](https://github.com/aixcoder-plugin/aiXcoder-7B)|official repository of aiXcoder-7B Code Large Language Model|2193|11|2024-08-29| |141|[Langboat/Mengzi3](https://github.com/Langboat/Mengzi3)|-|2032|10|2024-10-09| |142|[FujiwaraChoki/MoneyPrinterV2](https://github.com/FujiwaraChoki/MoneyPrinterV2)|Automate the process of making money online.|2371|10|2024-04-17| |143|[yihong0618/xiaogpt](https://github.com/yihong0618/xiaogpt)|Play ChatGPT and other LLM with Xiaomi AI Speaker|6171|10|2024-10-11| |144|[yangjianxin1/Firefly](https://github.com/yangjianxin1/Firefly)|Firefly: 大模型训练工具,支持训练Qwen2.5、Qwen2、Yi1.5、Phi-3、Llama3、Gemma、MiniCPM、Yi、Deepseek、Orion、Xverse、Mixtral-8x7B、Zephyr、Mistral、Baichuan2、Llma2、Llama、Qwen、Baichuan、ChatGLM2、InternLM、Ziya2、Vicuna、Bloom等大模型|5718|10|2024-09-19| |145|[ihmily/DouyinLiveRecorder](https://github.com/ihmily/DouyinLiveRecorder)|可循环值守和多人录制的直播录制软件,支持抖音、TikTok、快手、虎牙、斗鱼、B站、小红书、pandatv、afreecatv、flextv、popkontv、twitcasting、winktv、百度、微博、酷狗、花椒、Twitch、Acfun、CHZZK等平台直播录制|4560|10|2024-10-11| |146|[lanqian528/chat2api](https://github.com/lanqian528/chat2api)|A service that can convert ChatGPT on the web to OpenAI API format.|1930|10|2024-10-11| |147|[Alpha-VLLM/Lumina-T2X](https://github.com/Alpha-VLLM/Lumina-T2X)|Lumina-T2X is a unified framework for Text to Any Modality Generation|2040|10|2024-08-06| |148|[QwenLM/Qwen2-Audio](https://github.com/QwenLM/Qwen2-Audio)|The official repo of Qwen2-Audio chat & pretrained large audio language model proposed by Alibaba Cloud.|1141|10|2024-08-13| |149|[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|4830|10|2024-08-10| |150|[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.|5926|10|2024-09-26| |151|[cubiq/ComfyUI_IPAdapter_plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus)|-|3962|10|2024-09-13| |152|[xorbitsai/inference](https://github.com/xorbitsai/inference)|Replace OpenAI GPT with another LLM in your app by changing a single line of code. Xinference gives you the freedom to use any LLM you need. With Xinference, you're empowered to run inference with any ...|5049|10|2024-10-11| |153|[modelscope/modelscope](https://github.com/modelscope/modelscope)|ModelScope: bring the notion of Model-as-a-Service to life.|6900|9|2024-10-10| |154|[google-deepmind/penzai](https://github.com/google-deepmind/penzai)|A JAX research toolkit for building, editing, and visualizing neural networks.|1654|9|2024-09-11| |155|[modelscope/ms-swift](https://github.com/modelscope/ms-swift)|Use PEFT or Full-parameter to finetune 350+ LLMs or 100+ MLLMs. (LLM: Qwen2.5, Llama3.2, GLM4, Internlm2.5, Yi1.5, Mistral, Baichuan2, DeepSeek, Gemma2, ...; MLLM: Qwen2-VL, Qwen2-Audio, Llama3.2-Vis ...|3779|9|2024-10-11| |156|[THUDM/CogVideo](https://github.com/THUDM/CogVideo)|text and image to video generation: CogVideoX (2024) and CogVideo (ICLR 2023)|7976|9|2024-10-10| |157|[InternLM/lmdeploy](https://github.com/InternLM/lmdeploy)|LMDeploy is a toolkit for compressing, deploying, and serving LLMs.|4394|9|2024-10-11| |158|[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|33665|9|2024-10-08| |159|[recommenders-team/recommenders](https://github.com/recommenders-team/recommenders)|Best Practices on Recommendation Systems|18943|9|2024-10-09| |160|[mli/autocut](https://github.com/mli/autocut)|用文本编辑器剪视频|6614|9|2024-10-05| |161|[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, ...|12022|9|2024-10-11| |162|[modelscope/FunASR](https://github.com/modelscope/FunASR)|A Fundamental End-to-End Speech Recognition Toolkit and Open Source SOTA Pretrained Models, Supporting Speech Recognition, Voice Activity Detection, Text Post-processing etc.|6257|9|2024-10-11| |163|[xlang-ai/OpenAgents](https://github.com/xlang-ai/OpenAgents)|[COLM 2024] OpenAgents: An Open Platform for Language Agents in the Wild|3944|9|2024-07-08| |164|[ViggoZ/producthunt-daily-hot](https://github.com/ViggoZ/producthunt-daily-hot)|自动生成每日Product Hunt热门产品中文榜单,基于GitHub Actions自动提交Markdown文件|608|9|2024-10-11| |165|[infrost/DeeplxFile](https://github.com/infrost/DeeplxFile)|基于Deeplx和Playwright提供的简单易用,快速,免费,不限制文件大小,支持超长文本翻译,跨平台的文件翻译工具 / Easy-to-use, fast, free, unlimited file size and cross platform file translation tool based on Deeplx & Playwright that supports long tex ...|538|9|2024-09-09| |166|[CVHub520/X-AnyLabeling](https://github.com/CVHub520/X-AnyLabeling)|Effortless data labeling with AI support from Segment Anything and other awesome models.|3880|8|2024-10-02| |167|[kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scripts)|-|5073|8|2024-10-11| |168|[om-ai-lab/OmAgent](https://github.com/om-ai-lab/OmAgent)|A multimodal agent framework for solving complex tasks [EMNLP'2024]|804|8|2024-10-09| |169|[jianchang512/stt](https://github.com/jianchang512/stt)|Voice Recognition to Text Tool / 一个离线运行的本地音视频转字幕工具,输出json、srt字幕、纯文字格式|2262|8|2024-10-07| |170|[tgbot-collection/YYeTsBot](https://github.com/tgbot-collection/YYeTsBot)|🎬 人人影视 机器人和网站,包含人人影视全部资源以及众多网友的网盘分享|14183|8|2024-07-21| |171|[AutoGPTQ/AutoGPTQ](https://github.com/AutoGPTQ/AutoGPTQ)|An easy-to-use LLMs quantization package with user-friendly apis, based on GPTQ algorithm.|4389|8|2024-09-28| |172|[THUDM/VisualGLM-6B](https://github.com/THUDM/VisualGLM-6B)|Chinese and English multimodal conversational language model 多模态中英双语对话语言模型|4080|8|2024-08-23| |173|[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|4735|8|2024-08-07| |174|[open-compass/opencompass](https://github.com/open-compass/opencompass)|OpenCompass is an LLM evaluation platform, supporting a wide range of models (Llama3, Mistral, InternLM2,GPT-4,LLaMa2, Qwen,GLM, Claude, etc) over 100+ datasets.|3868|8|2024-10-11| |175|[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|4711|8|2024-07-03| |176|[MzeroMiko/VMamba](https://github.com/MzeroMiko/VMamba)|VMamba: Visual State Space Models,code is based on mamba|2083|8|2024-09-25| |177|[EstrellaXD/Auto_Bangumi](https://github.com/EstrellaXD/Auto_Bangumi)|AutoBangumi - 全自动追番工具|6787|8|2024-09-26| |178|[XPixelGroup/DiffBIR](https://github.com/XPixelGroup/DiffBIR)|Official codes of DiffBIR: Towards Blind Image Restoration with Generative Diffusion Prior|3305|8|2024-07-03| |179|[hitsz-ids/synthetic-data-generator](https://github.com/hitsz-ids/synthetic-data-generator)|SDG is a specialized framework designed to generate high-quality structured tabular data.|3266|8|2024-10-11| |180|[sml2h3/ddddocr](https://github.com/sml2h3/ddddocr)|带带弟弟 通用验证码识别OCR pypi版|9786|8|2024-07-25| |181|[madawei2699/myGPTReader](https://github.com/madawei2699/myGPTReader)|A community-driven way to read and chat with AI bots - powered by chatGPT.|4426|8|2024-04-25| |182|[QiuChenly/InjectLib](https://github.com/QiuChenly/InjectLib)|你知道我要说什么|960|8|2024-10-08| |183|[ok-oldking/ok-wuthering-waves](https://github.com/ok-oldking/ok-wuthering-waves)|鸣潮 后台自动战斗 自动刷声骸上锁合成 Automation for Wuthering Waves|1038|8|2024-10-11| |184|[z1069614715/objectdetection_script](https://github.com/z1069614715/objectdetection_script)|一些关于目标检测的脚本的改进思路代码,详细请看readme.md|5183|8|2024-10-07| |185|[InternLM/xtuner](https://github.com/InternLM/xtuner)|An efficient, flexible and full-featured toolkit for fine-tuning LLM (InternLM2, Llama3, Phi3, Qwen, Mistral, ...)|3829|8|2024-09-29| |186|[Evil0ctal/Douyin_TikTok_Download_API](https://github.com/Evil0ctal/Douyin_TikTok_Download_API)|🚀「Douyin_TikTok_Download_API」是一个开箱即用的高性能异步抖音、快手、TikTok、Bilibili数据爬取工具,支持API调用,在线批量解析及下载。|8902|8|2024-09-26| |187|[QwenLM/Qwen-Agent](https://github.com/QwenLM/Qwen-Agent)|Agent framework and applications built upon Qwen>=2.0, featuring Function Calling, Code Interpreter, RAG, and Chrome extension.|3269|8|2024-10-08| |188|[LinYuanovo/pikpak_auto_invite](https://github.com/LinYuanovo/pikpak_auto_invite)|PikPak自动邀请程序,附带图像识别过验证码,支持本地及GitHub Actions云端运行|1058|8|2024-07-04| |189|[fxsjy/jieba](https://github.com/fxsjy/jieba)|结巴中文分词|33184|8|2024-08-21| |190|[DennisThink/awesome_twitter_CN](https://github.com/DennisThink/awesome_twitter_CN)|值得关注的中文twitter用户|621|7|2024-10-10| |191|[continue-revolution/sd-webui-animatediff](https://github.com/continue-revolution/sd-webui-animatediff)|AnimateDiff for AUTOMATIC1111 Stable Diffusion WebUI|3069|7|2024-09-22| |192|[aigc-apps/EasyAnimate](https://github.com/aigc-apps/EasyAnimate)|📺 An End-to-End Solution for High-Resolution and Long Video Generation Based on Transformer Diffusion|1228|7|2024-10-11| |193|[xingpingcn/enhanced-FaaS-in-China](https://github.com/xingpingcn/enhanced-FaaS-in-China)|提升部署在cloudflare、vercel或netlify的网页在中国的访问速度和稳定性 Improve the access speed and stability in China of web pages hosted on cloudflare, vercel or netlify by merely changing your CNAME record. cf优选域名 cf优选ip ...|1553|7|2024-10-11| |194|[malinkang/weread2notion-pro](https://github.com/malinkang/weread2notion-pro)|-|2064|7|2024-10-11| |195|[modelscope/FunClip](https://github.com/modelscope/FunClip)|Open-source, accurate and easy-to-use video speech recognition & clipping tool, LLM based AI clipping intergrated.|3405|7|2024-08-22| |196|[LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)|Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.|9064|7|2024-10-09| |197|[bilibili/Index-1.9B](https://github.com/bilibili/Index-1.9B)|A SOTA lightweight multilingual LLM|886|7|2024-09-20| |198|[DachunKai/EvTexture](https://github.com/DachunKai/EvTexture)|[ICML 2024] EvTexture: Event-driven Texture Enhancement for Video Super-Resolution|997|7|2024-09-17| |199|[sqlmapproject/sqlmap](https://github.com/sqlmapproject/sqlmap)|Automatic SQL injection and database takeover tool|32225|7|2024-09-25| |200|[DeepInsight-AI/DeepBI](https://github.com/DeepInsight-AI/DeepBI)|LLM based data scientist, AI native data application. AI-driven infinite thinking redefines BI.|2332|7|2024-10-11|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/R.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > R 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[TullyMonster/MendelRookie](https://github.com/TullyMonster/MendelRookie)|新手友好的孟德尔随机化项目|141|1|2024-04-26| |2|[dreamRs/esquisse](https://github.com/dreamRs/esquisse)|RStudio add-in to make plots interactively with ggplot2|1776|1|2024-09-18| |3|[ropensci/comtradr](https://github.com/ropensci/comtradr)|Functions for Interacting with the UN Comtrade API|64|0|2024-09-24| |4|[jokergoo/HilbertCurve](https://github.com/jokergoo/HilbertCurve)|Visualize genomic data by Hilbert curve|40|0|2024-10-08| |5|[skgrange/rmweather](https://github.com/skgrange/rmweather)|Tools to Conduct Meteorological Normalisation on Air Quality Data|47|0|2024-06-05| |6|[Wytamma/GISAIDR](https://github.com/Wytamma/GISAIDR)|Programmatically interact with the GISAID database.|69|0|2024-09-19| |7|[ropensci/restez](https://github.com/ropensci/restez)|:sleeping: :open_file_folder: Create and Query a Local Copy of GenBank in R|25|0|2024-04-19| |8|[ayueme/machine_learning_base_r](https://github.com/ayueme/machine_learning_base_r)|R语言实战机器学习|11|0|2024-09-11| |9|[koheiw/LSX](https://github.com/koheiw/LSX)|Semi-supervised algorithm for document scaling|55|0|2024-07-23| |10|[koheiw/marimo](https://github.com/koheiw/marimo)|A multi-lingual stopwords lists|15|0|2024-07-22| |11|[wilkox/treemapify](https://github.com/wilkox/treemapify)|🌳 Draw treemaps in ggplot2|214|0|2024-06-15| |12|[sascha2schroeder/popEye](https://github.com/sascha2schroeder/popEye)|An R package to analyze eye-tracking data from reading experiments|22|0|2024-08-21| |13|[fragla/eq5d](https://github.com/fragla/eq5d)|-|21|0|2024-09-09| |14|[benmarwick/ctv-archaeology](https://github.com/benmarwick/ctv-archaeology)|CRAN Task View: Archaeological Science|146|0|2024-10-02| |15|[hope-data-science/tidyfst](https://github.com/hope-data-science/tidyfst)|Tidy Verbs for Fast Data Manipulation|97|0|2024-09-16| |16|[walkerke/idbr](https://github.com/walkerke/idbr)|An R interface to the US Census Bureau International Data Base API|58|0|2024-07-28| |17|[HenrikBengtsson/progressr](https://github.com/HenrikBengtsson/progressr)|三 R package: An Inclusive, Unifying API for Progress Updates|280|0|2024-04-19| |18|[massimoaria/bibliometrix](https://github.com/massimoaria/bibliometrix)|An R-tool for comprehensive science mapping analysis. A package for quantitative research in scientometrics and bibliometrics.|506|0|2024-07-02| |19|[erikgahner/PolData](https://github.com/erikgahner/PolData)|A dataset with political datasets|622|0|2024-10-11| |20|[ropensci/UCSCXenaTools](https://github.com/ropensci/UCSCXenaTools)|:package: An R package for accessing genomics data from UCSC Xena platform, from cancer multi-omics to single-cell RNA-seq https://cran.r-project.org/web/packages/UCSCXenaTools/|102|0|2024-08-29| |21|[gesistsa/sweater](https://github.com/gesistsa/sweater)|👚 Speedy Word Embedding Association Test & Extras using R|27|0|2024-08-12| |22|[koheiw/newsmap](https://github.com/koheiw/newsmap)|Semi-supervised algorithm for geographical document classification|59|0|2024-06-11| |23|[atmoschem/vein](https://github.com/atmoschem/vein)| R+Fortran+OpenMP package to estimate Vehicular Emissions INventories VEIN. |44|0|2024-09-05| |24|[koheiw/seededlda](https://github.com/koheiw/seededlda)|LDA for semisupervised topic modeling|73|0|2024-09-05| |25|[wu-yc/scMetabolism](https://github.com/wu-yc/scMetabolism)|Quantifying metabolism activity at the single-cell resolution|110|0|2024-08-11| |26|[ShichenXie/scorecard](https://github.com/ShichenXie/scorecard)|Scorecard Development in R, 评分卡|159|0|2024-04-13| |27|[johnlcd/CIRCScan](https://github.com/johnlcd/CIRCScan)|Toolkit for circRNA prediction by machine learning|6|0|2024-09-13| |28|[haozhu233/kableExtra](https://github.com/haozhu233/kableExtra)|Construct Complex Table with knitr::kable() + pipe. |689|0|2024-07-10| |29|[Merck/r2rtf](https://github.com/Merck/r2rtf)|Easily Create Production-Ready Rich Text Format (RTF) Table and Figure|76|0|2024-09-30| |30|[HaobinZhou/Get_MR](https://github.com/HaobinZhou/Get_MR)|A package for running MR In batches and in parallel quickly|282|0|2024-09-30| |31|[ChiLiubio/microeco](https://github.com/ChiLiubio/microeco)|An R package for data analysis in microbial community ecology|198|0|2024-10-10| |32|[vincentarelbundock/WDI](https://github.com/vincentarelbundock/WDI)|R package to download World Bank data|210|0|2024-09-16| |33|[openbiox/UCSCXenaShiny](https://github.com/openbiox/UCSCXenaShiny)|📊 An R package for interactively exploring UCSC Xena https://xenabrowser.net/datapages/; Book: https://lishensuo.github.io/UCSCXenaShiny_Book; App online: https://shiny.hiplot.cn/ucsc-xena-shiny/, htt ...|90|0|2024-10-01| |34|[sstoeckl/crypto2](https://github.com/sstoeckl/crypto2)|Cryptocurrency Market Data|53|0|2024-10-11| |35|[tianshu129/foqat](https://github.com/tianshu129/foqat)|Field observation quick analysis toolkit|33|0|2024-09-27| |36|[feddelegrand7/ralger](https://github.com/feddelegrand7/ralger)|ralger makes it easy to scrape a website. Built on the shoulders of titans: rvest, xml2. |156|0|2024-07-16| |37|[chuiqin/irGSEA](https://github.com/chuiqin/irGSEA)|The integration of single cell rank-based gene set enrichment analysis|109|0|2024-07-23| |38|[kevinwang09/learningtower](https://github.com/kevinwang09/learningtower)|Easily accessible PISA data|26|0|2024-10-10| |39|[majianthu/copent](https://github.com/majianthu/copent)|R package for estimating copula entropy (mutual information), transfer entropy (conditional mutual information), and the statistic for multivariate normality test and two-sample test|40|0|2024-06-07| |40|[psychbruce/ChineseNames](https://github.com/psychbruce/ChineseNames)|🀄 Chinese Name Database (1930-2008).|141|0|2024-07-27| |41|[DiskFrame/disk.frame](https://github.com/DiskFrame/disk.frame)|Fast Disk-Based Parallelized Data Manipulation Framework for Larger-than-RAM Data|594|0|2024-09-10| |42|[stan-dev/rstan](https://github.com/stan-dev/rstan)|RStan, the R interface to Stan|1036|0|2024-10-07| |43|[psychbruce/bruceR](https://github.com/psychbruce/bruceR)|📦 BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses.|164|0|2024-06-16| |44|[ShixiangWang/sigminer](https://github.com/ShixiangWang/sigminer)|🌲 An easy-to-use and scalable toolkit for genomic alteration signature (a.k.a. mutational signature) analysis and visualization in R https://shixiangwang.github.io/sigminer/reference/index.html|142|0|2024-08-04| |45|[reconhub/epicontacts](https://github.com/reconhub/epicontacts)|Handling, Visualisation and Analysis of Epidemiological Contacts|15|0|2024-04-29| |46|[seroanalytics/serosolver](https://github.com/seroanalytics/serosolver)|Inference framework for serological data|16|0|2024-08-15| |47|[CBIIT/LDlinkR](https://github.com/CBIIT/LDlinkR)|LDlinkR|54|0|2024-04-17| |48|[dazamora/DWBmodelUN](https://github.com/dazamora/DWBmodelUN)|R native implementation of the Dynamic Water Balance hydrologic model in a monthly time step |9|0|2024-07-11| |49|[Crazzy-Rabbit/Rscript-to-anaylise-and-visualize](https://github.com/Crazzy-Rabbit/Rscript-to-anaylise-and-visualize)|一些用于画图的R脚本|13|0|2024-05-28| |50|[Hong-Kong-Districts-Info/hktrafficcollisions](https://github.com/Hong-Kong-Districts-Info/hktrafficcollisions)|Shiny app dashboard of HK traffic collisions that result in injury. 香港車禍傷亡資料庫:利用互動地圖和儀表版,將香港車禍位置和相關數據可視化。|7|0|2024-09-18|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Ruby.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Ruby 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[Mark24Code/rime-auto-deploy](https://github.com/Mark24Code/rime-auto-deploy)|Rime输入法安装脚本,让一切更轻松。Make using Rime easy. |1208|2|2024-06-15| |2|[ankane/searchkick](https://github.com/ankane/searchkick)|Intelligent search made easy|6536|2|2024-10-02| |3|[tryzealot/zealot](https://github.com/tryzealot/zealot)|开源自部署移动应用、 macOS、Linux 和 Windows 应用分发平台,提供 iOS、Android SDK、fastlane 等丰富组件库 Self-hosted Beta App Distribution for Android, iOS, macOS, Linux and Windows apps|1079|1|2024-10-07| |4|[Cute-Dress/Dress](https://github.com/Cute-Dress/Dress)|好耶 是女装 备份·接受PR|691|1|2024-10-10| |5|[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.|3801|1|2024-10-07| |6|[sketchplugins/plugin-directory](https://github.com/sketchplugins/plugin-directory)|Official Sketch Plugin directory|3398|1|2024-10-10| |7|[w181496/Web-CTF-Cheatsheet](https://github.com/w181496/Web-CTF-Cheatsheet)|Web CTF CheatSheet 🐈|2631|1|2024-09-10| |8|[bridgetownrb/bridgetown](https://github.com/bridgetownrb/bridgetown)|A next-generation progressive site generator & fullstack framework, powered by Ruby|1137|1|2024-10-01| |9|[rpush/rpush](https://github.com/rpush/rpush)|The push notification service for Ruby.|2186|1|2024-09-24| |10|[Anyyy111/eBSploit](https://github.com/Anyyy111/eBSploit)|eBSploit适用于内网渗透中遇到MS17-010漏洞的情况快速上线公网msf及cs,同时支持自定义dll命令执行、会话迁移等操作。|58|1|2024-08-18| |11|[rikas/zoho_hub](https://github.com/rikas/zoho_hub)|Zoho CRM API V2 Wrapper|25|0|2024-07-16| |12|[kenn/active_flag](https://github.com/kenn/active_flag)|Bit array for ActiveRecord|233|0|2024-09-04| |13|[OneEyedEagle/EAGLE-RGSS3](https://github.com/OneEyedEagle/EAGLE-RGSS3)|老鹰的脚本小巢|22|0|2024-10-06| |14|[test-kitchen/kitchen-azurerm](https://github.com/test-kitchen/kitchen-azurerm)|A driver for Test Kitchen that works with Azure Resource Manager|48|0|2024-06-21| |15|[Ezviz-OpenBiz/SDK-iOS](https://github.com/Ezviz-OpenBiz/SDK-iOS)|Ezviz SDK,功能更强大的开发套件,可以实现预览、回放、配网、对讲、设备控制、oAuth授权等功能|13|0|2024-10-09| |16|[daqing/rabel](https://github.com/daqing/rabel)|An open-source web forum built on the Ruby on Rails framework.|645|0|2024-09-21| |17|[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.|184|0|2024-10-11| |18|[twitter/twitter-cldr-rb](https://github.com/twitter/twitter-cldr-rb)|Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.|669|0|2024-04-28| |19|[FunnyWolf/vipermsf](https://github.com/FunnyWolf/vipermsf)|viper 自定义的msf|92|0|2024-04-21| |20|[dbkangaroo/kangaroo](https://github.com/dbkangaroo/kangaroo)|DBKangaroo's official repo for issue tracker and I18N|350|0|2024-06-11| |21|[windwords/homebrew-vchewing](https://github.com/windwords/homebrew-vchewing)|homebrew-vchewing是一个用于安装/卸载威注音输入法的Homebrew Cask。|19|0|2024-07-07| |22|[radar/humanize](https://github.com/radar/humanize)|Takes your numbers and makes them *fancy*.|467|0|2024-06-03| |23|[thredded/thredded](https://github.com/thredded/thredded)|The best Rails forums engine ever.|1563|0|2024-09-01| |24|[lzwme/homebrew-cn](https://github.com/lzwme/homebrew-cn)|适合中国大陆用户使用的 Homebrew 应用代理镜像库|9|0|2024-10-11| |25|[coderdojo-japan/coderdojo.jp](https://github.com/coderdojo-japan/coderdojo.jp)|☯️ CoderDojo Japan (@coderdojo-japan) official website developed by Ruby on Rails with @YassLab team. 💎|61|0|2024-10-03| |26|[tryzealot/fastlane-plugin-zealot](https://github.com/tryzealot/fastlane-plugin-zealot)|上传移动应用(iPhone、Android)到 Zealot 自建 App 分发系统 fastlane-plugin-zealot provides upload app, debug_file and version check actions to zealot|9|0|2024-05-28| |27|[pdcodeunder/cocoapods-ppbuild](https://github.com/pdcodeunder/cocoapods-ppbuild)|iOS pod库预编译静态库,提高编译速度|29|0|2024-08-02| |28|[Eric-Guo/wechat](https://github.com/Eric-Guo/wechat)|API, command and message handling for WeChat in Rails|1311|0|2024-08-15| |29|[npezza93/redi_search](https://github.com/npezza93/redi_search)|Ruby wrapper around RediSearch that can integrate with Rails|46|0|2024-08-28| |30|[didww/credit_card_validations](https://github.com/didww/credit_card_validations)|:credit_card: ruby gem for validating credit card numbers, generating valid numbers, luhn checks|232|0|2024-08-10| |31|[ankane/blingfire-ruby](https://github.com/ankane/blingfire-ruby)|High speed text tokenization for Ruby|64|0|2024-07-27| |32|[Tabll/gemnasium-db](https://github.com/Tabll/gemnasium-db)|GitLab 依赖项扫描的咨询数据库,每天17:00自动更新|42|0|2024-10-06| |33|[crispgm/weekly](https://github.com/crispgm/weekly)|A personal curation of tech articles|9|0|2024-10-08| |34|[cyril/r_spec-clone.rb](https://github.com/cyril/r_spec-clone.rb)|A minimalist RSpec clone with all the essentials.|22|0|2024-08-22| |35|[SonicGarden/dekiru](https://github.com/SonicGarden/dekiru)|Usefull helper methods for Ruby on Rails|26|0|2024-09-02| |36|[bytedance/Bytedance-UnionAD](https://github.com/bytedance/Bytedance-UnionAD)|-|171|0|2024-10-08| |37|[work-design/work.design](https://github.com/work-design/work.design)|Work Design 开源版本 Full feature & Modular work manage app|17|0|2024-10-06| |38|[jpmobile/jpmobile](https://github.com/jpmobile/jpmobile)|A Rails plugin for Japanese mobile-phones|320|0|2024-09-25| |39|[inukshuk/anystyle](https://github.com/inukshuk/anystyle)|Fast citation reference parsing|1039|0|2024-08-14| |40|[Brewforge/homebrew-chinese](https://github.com/Brewforge/homebrew-chinese)|🀄️咱自己人的软件🏮咱自己人的仓库🧧|37|0|2024-10-10| |41|[winezer0/whatweb-plus](https://github.com/winezer0/whatweb-plus)|whatweb 增强版 8000+插件(提供windows可执行文件)|8|0|2024-05-08| |42|[work-design/rails_com](https://github.com/work-design/rails_com)|Rails Common Engine|20|0|2024-10-11| |43|[mitakarb/beerkeeper](https://github.com/mitakarb/beerkeeper)|(仮)|17|0|2024-10-10| |44|[infused/dbf](https://github.com/infused/dbf)|DBF is a small, fast Ruby library for reading dBase, xBase, Clipper, and FoxPro database files.|261|0|2024-05-02| |45|[jodeci/fortuna](https://github.com/jodeci/fortuna)|台灣公司專用薪資計算系統|14|0|2024-06-13| |46|[podigee/device_detector](https://github.com/podigee/device_detector)|DeviceDetector is a precise and fast user agent parser and device detector written in Ruby|747|0|2024-07-03| |47|[work-design/rails_wechat](https://github.com/work-design/rails_wechat)|Wechat for muilt account admin 微信 SDK 集大成者|10|0|2024-09-20| |48|[younthu/rainbowfart](https://github.com/younthu/rainbowfart)|彩虹屁网站, 提供REST API随机拉去毒鸡汤, http://rainbow.ilibrary.me/api/rainbow/random, 欢迎使用和提供反馈|9|0|2024-09-18| |49|[super-unprofessional-league/soccer-website-generator](https://github.com/super-unprofessional-league/soccer-website-generator)|超业余足球联赛网站生成器; Unprofessional soccer league website generator|11|0|2024-08-01| |50|[quzhi1/ChineseHistoricalSource](https://github.com/quzhi1/ChineseHistoricalSource)|An open source project to search Chinese Historical Source|117|0|2024-06-28| |51|[mika-cn/maoxian-assistant](https://github.com/mika-cn/maoxian-assistant)|-|28|0|2024-09-13| |52|[iPermanent/rubyTools](https://github.com/iPermanent/rubyTools)|日常使用ruby脚本|89|0|2024-05-09| |53|[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.|1143|0|2024-10-11| |54|[duzyn/homebrew-cn](https://github.com/duzyn/homebrew-cn)|中国用户能用的 Homebrew 应用库,每日同步 Homebrew 的官方库,加速应用的下载速度|8|0|2024-10-11| |55|[huacnlee/rails-settings-cached](https://github.com/huacnlee/rails-settings-cached)|Global settings for your Rails application.|1054|0|2024-10-07| |56|[camelmasa/itaiji](https://github.com/camelmasa/itaiji)|Convert japanese from itaiji(異体字) to seijitai(正字体).|24|0|2024-10-05| |57|[ifmeorg/ifme](https://github.com/ifmeorg/ifme)|Free, open source mental health communication web app to share experiences with loved ones|1476|0|2024-10-06| |58|[icyleaf/hpr](https://github.com/icyleaf/hpr)|镜像任意 git 仓库到 gitlab 的同步工具,具有定时更新的功能|92|0|2024-07-02| |59|[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.|405|0|2024-09-27| |60|[urbanadventurer/username-anarchy](https://github.com/urbanadventurer/username-anarchy)|Username tools for penetration testing|815|0|2024-09-20| |61|[cxr0715/cocoapods-TSPodfileTimeWatch](https://github.com/cxr0715/cocoapods-TSPodfileTimeWatch)|统计podfile每个pod的下载耗时|30|0|2024-08-02| |62|[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.|102|0|2024-09-14| |63|[mifunetoshiro/kanjium](https://github.com/mifunetoshiro/kanjium)|The ultimate kanji resource|278|0|2024-06-16| |64|[DILA-edu/cbeta-metadata](https://github.com/DILA-edu/cbeta-metadata)|CBETA 的 目錄、部類、缺字、作譯者、朝代等 metadata.|12|0|2024-07-22| |65|[rails-engine/flow_core](https://github.com/rails-engine/flow_core)|FlowCore is a Rails engine to help you build your automation or business process application.|174|0|2024-09-27| |66|[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.|432|0|2024-10-11| |67|[remote-jp/remote-in-japan](https://github.com/remote-jp/remote-in-japan)|Tech companies in Japan that hire remote workers.|1524|0|2024-10-08| |68|[YunzheZJU/non-stop-story](https://github.com/YunzheZJU/non-stop-story)|Backend for holo-schedule on Rails.|24|0|2024-07-23| |69|[YusukeIwaki/puppeteer-ruby](https://github.com/YusukeIwaki/puppeteer-ruby)|A Ruby port of Puppeteer|289|0|2024-09-14| |70|[dblock/slack-gamebot](https://github.com/dblock/slack-gamebot)|Ping pong, chess, pool and other games bot for Slack.|129|0|2024-08-28| |71|[berkmancenter/namae](https://github.com/berkmancenter/namae)|Namae (名前) parses personal names and splits them into their component parts.|160|0|2024-04-22| |72|[OuYangJinTing/ar_cache](https://github.com/OuYangJinTing/ar_cache)|A modern caching library for ActiveRecord inspired by cache-money and second_level_cache.|15|0|2024-08-22| |73|[PGYER/fir-cli](https://github.com/PGYER/fir-cli)|fir.im(betaqr.com) command-line interface|1052|0|2024-06-12| |74|[floere/phony](https://github.com/floere/phony)|E164 international phone number normalizing, splitting, formatting. |1006|0|2024-10-10| |75|[merongivian/negasonic](https://github.com/merongivian/negasonic)|This ain't Sonic Pi, but it works on the browser: https://negasonic.onrender.com/|89|0|2024-05-18| |76|[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.|544|0|2024-08-11|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Rust.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Rust 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[mediar-ai/screenpipe](https://github.com/mediar-ai/screenpipe)|24/7 local AI screen & mic recording. Works with Ollama. Llama3.2 control your computer. Alternative to Rewind.ai & Zapier. Open. Secure. You own your data. Rust.|7481|65|2024-10-11| |2|[rustdesk/rustdesk](https://github.com/rustdesk/rustdesk)|An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.|73973|50|2024-10-11| |3|[tw93/Pake](https://github.com/tw93/Pake)|🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用|30327|42|2024-09-29| |4|[sxyazi/yazi](https://github.com/sxyazi/yazi)|💥 Blazing fast terminal file manager written in Rust, based on async I/O.|15437|33|2024-10-11| |5|[biomejs/biome](https://github.com/biomejs/biome)|A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.|14817|33|2024-10-11| |6|[huggingface/candle](https://github.com/huggingface/candle)|Minimalist ML framework for Rust|15494|32|2024-10-10| |7|[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).|12167|20|2024-10-11| |8|[DioxusLabs/dioxus](https://github.com/DioxusLabs/dioxus)|Fullstack app framework for web, desktop, mobile, and more.|20605|15|2024-10-10| |9|[BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep)|ripgrep recursively searches directories for a regex pattern while respecting your gitignore|48115|15|2024-09-30| |10|[loco-rs/loco](https://github.com/loco-rs/loco)|🚂 🦀 The one-person framework for Rust for side-projects and startups|4803|14|2024-10-11| |11|[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.|15404|14|2024-08-02| |12|[atuinsh/atuin](https://github.com/atuinsh/atuin)|✨ Magical shell history|20435|14|2024-10-07| |13|[yewstack/yew](https://github.com/yewstack/yew)|Rust / Wasm framework for creating reliable and efficient web applications|30650|12|2024-10-11| |14|[sharkdp/fd](https://github.com/sharkdp/fd)|A simple, fast and user-friendly alternative to 'find'|33689|12|2024-10-06| |15|[lanyeeee/jmcomic-downloader](https://github.com/lanyeeee/jmcomic-downloader)|禁漫天堂 18comic.vip jmcomic 18comic 的多线程下载器,带图形界面,已打包exe,带收藏夹,免费下载收费的漫画,下载速度飞快|150|11|2024-10-11| |16|[Wilfred/difftastic](https://github.com/Wilfred/difftastic)|a structural diff that understands syntax 🟥🟩|20630|10|2024-10-02| |17|[web-infra-dev/rspack](https://github.com/web-infra-dev/rspack)|The fast Rust-based web bundler with webpack-compatible API 🦀️|9423|10|2024-10-11| |18|[emilk/egui](https://github.com/emilk/egui)|egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native|22025|10|2024-10-11| |19|[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 min ...|5040|9|2024-09-22| |20|[sharkdp/hyperfine](https://github.com/sharkdp/hyperfine)|A command-line benchmarking tool|21800|9|2024-09-01| |21|[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.|9507|9|2024-07-06| |22|[LGUG2Z/komorebi](https://github.com/LGUG2Z/komorebi)|A tiling window manager for Windows 🍉|9060|8|2024-10-11| |23|[wasmerio/wasmer](https://github.com/wasmerio/wasmer)|🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten|18607|8|2024-10-10| |24|[messense/aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav)|阿里云盘 WebDAV 服务|9608|8|2024-10-01| |25|[casey/just](https://github.com/casey/just)|🤖 Just a command runner|20840|7|2024-10-10| |26|[gyroflow/gyroflow](https://github.com/gyroflow/gyroflow)|Video stabilization using gyroscope data|6632|6|2024-10-11| |27|[kitao/pyxel](https://github.com/kitao/pyxel)|A retro game engine for Python|14701|6|2024-10-11| |28|[farm-fe/farm](https://github.com/farm-fe/farm)|Extremely fast Vite-compatible web build tool written in Rust|4925|6|2024-10-11| |29|[o2sh/onefetch](https://github.com/o2sh/onefetch)|Command-line Git information tool|10021|5|2024-10-07| |30|[bytedance/monoio](https://github.com/bytedance/monoio)|Rust async runtime based on io-uring.|3909|4|2024-09-16| |31|[rustdesk/rustdesk-server](https://github.com/rustdesk/rustdesk-server)|RustDesk Server Program|6532|4|2024-10-07| |32|[pretzelhammer/rust-blog](https://github.com/pretzelhammer/rust-blog)|Educational blog posts for Rust beginners|7154|4|2024-10-10| |33|[ordinals/ord](https://github.com/ordinals/ord)|👁‍🗨 Rare and exotic sats|3829|4|2024-10-08| |34|[Pizz33/JoJoLoader](https://github.com/Pizz33/JoJoLoader)|助力红队成员一键生成免杀木马,使用rust实现 Help Redteam members generate Evasive Anti-virus software Trojan|404|4|2024-08-07| |35|[zurawiki/gptcommit](https://github.com/zurawiki/gptcommit)|A git prepare-commit-msg hook for authoring commit messages with GPT-3.|2332|4|2024-08-26| |36|[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|11951|4|2024-10-11| |37|[lanyeeee/picacomic-downloader](https://github.com/lanyeeee/picacomic-downloader)|哔咔漫画 picacomic pica漫画 bika漫画 PicACG 多线程下载器,带图形界面,已打包exe,带收藏夹,下载速度飞快|71|3|2024-10-11| |38|[BurntSushi/xsv](https://github.com/BurntSushi/xsv)|A fast CSV command line toolkit written in Rust.|10350|3|2024-06-20| |39|[0x676e67/ninja](https://github.com/0x676e67/ninja)|Reverse engineered ChatGPT proxy|1752|3|2024-05-27| |40|[erg-lang/erg](https://github.com/erg-lang/erg)|A statically typed language compatible with Python|2687|3|2024-10-11| |41|[cloudwego/volo](https://github.com/cloudwego/volo)|Rust RPC framework with high-performance and strong-extensibility for building micro-services.|2217|3|2024-10-11| |42|[apache/horaedb](https://github.com/apache/horaedb)|Apache HoraeDB (incubating) is a high-performance, distributed, cloud native time-series database.|2617|3|2024-09-27| |43|[XAMPPRocky/tokei](https://github.com/XAMPPRocky/tokei)|Count your code, quickly.|11064|3|2024-10-11| |44|[Tencent/tquic](https://github.com/Tencent/tquic)|A high-performance, lightweight, and cross-platform QUIC library|1077|3|2024-10-11| |45|[YiNNx/cmd-wrapped](https://github.com/YiNNx/cmd-wrapped)|👩‍💻 A CLI Tool for Command Line Insights|1002|3|2024-09-07| |46|[LeeeSe/MessAuto](https://github.com/LeeeSe/MessAuto)|自动提取Mac平台的短信和邮箱验证码;Automatic extraction of 2FA codes from iMassage and Mail App for Mac platform|1379|2|2024-07-14| |47|[tock/tock](https://github.com/tock/tock)|A secure embedded operating system for microcontrollers|5393|2|2024-10-11| |48|[zdz/ServerStatus-Rust](https://github.com/zdz/ServerStatus-Rust)|✨ Rust 版 ServerStatus 探针、威力加强版|1785|2|2024-10-02| |49|[nacos-group/r-nacos](https://github.com/nacos-group/r-nacos)|Nacos server re-implemented in Rust.|822|2|2024-10-11| |50|[mtkennerly/ludusavi](https://github.com/mtkennerly/ludusavi)|Backup tool for PC game saves|2575|2|2024-10-10| |51|[salvo-rs/salvo](https://github.com/salvo-rs/salvo)|A powerful web framework built with a simplified design.|3335|2|2024-10-11| |52|[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.|2238|2|2024-10-11| |53|[TeamFlos/phira](https://github.com/TeamFlos/phira)|-|1207|2|2024-10-08| |54|[pop-os/cosmic-text](https://github.com/pop-os/cosmic-text)|Pure Rust multi-line text handling|1599|2|2024-09-23| |55|[curlpipe/ox](https://github.com/curlpipe/ox)|An independent Rust text editor that runs in your terminal!|3315|2|2024-10-11| |56|[async-graphql/async-graphql](https://github.com/async-graphql/async-graphql)|A GraphQL server library implemented in Rust|3356|2|2024-10-05| |57|[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|1659|2|2024-10-11| |58|[awslabs/aws-lambda-web-adapter](https://github.com/awslabs/aws-lambda-web-adapter)|Run web applications on AWS Lambda|1881|2|2024-10-11| |59|[std-microblock/BetterNCM-Installer](https://github.com/std-microblock/BetterNCM-Installer)|一键安装 Better 系软件|1982|2|2024-10-02| |60|[Byron/dua-cli](https://github.com/Byron/dua-cli)|View disk space usage and delete unwanted data, fast.|4032|2|2024-09-06| |61|[we-lsp/atomic-bomb-engine-py](https://github.com/we-lsp/atomic-bomb-engine-py)|使用rust开发的高性能python压测工具|463|2|2024-08-20| |62|[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. |2792|2|2024-09-20| |63|[amtoaer/bili-sync](https://github.com/amtoaer/bili-sync)|由 Rust & Tokio 驱动的哔哩哔哩同步工具|518|2|2024-08-08| |64|[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,...)|2606|2|2024-09-29| |65|[editso/fuso](https://github.com/editso/fuso)|一款体积小, 快速, 稳定, 高效, 轻量的内网穿透, 端口转发工具 支持多连接,级联代理,传输加密 (A small volume, fast, stable, efficient, and lightweight intranet penetration, port forwarding tool supports multiple connections, cascading proxy, ...|1799|2|2024-05-19| |66|[kcl-lang/kcl](https://github.com/kcl-lang/kcl)|KCL Programming Language (CNCF Sandbox Project). https://kcl-lang.io|1630|2|2024-10-11| |67|[rbatis/rbatis](https://github.com/rbatis/rbatis)|Rust Compile Time ORM robustness,async, pure Rust Dynamic SQL|2275|1|2024-10-09| |68|[mzdk100/rigela](https://github.com/mzdk100/rigela)|这是一个使用纯Rust编写的读屏(Screen Reader)项目,用于视力有障碍的人群操作电脑,软件会将屏幕上的各种信息转换成语音输出。|153|1|2024-10-08| |69|[asterinas/asterinas](https://github.com/asterinas/asterinas)|Asterinas is a secure, fast, and general-purpose OS kernel, written in Rust and providing Linux-compatible ABI.|854|1|2024-10-11| |70|[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).|911|1|2024-10-07| |71|[lsk569937453/silverwind](https://github.com/lsk569937453/silverwind)|The High Performance Proxy/Load Balancer|443|1|2024-07-12| |72|[WilliamVenner/gmpublisher](https://github.com/WilliamVenner/gmpublisher)|⚙️ Workshop Publishing Utility for Garry's Mod, written in Rust & Svelte and powered by Tauri|817|1|2024-10-08| |73|[MrBeanCpp/MIT](https://github.com/MrBeanCpp/MIT)|Mini-Git in Rust. 用Rust实现的简易Git|170|1|2024-08-03| |74|[kwsc98/fusen-rs](https://github.com/kwsc98/fusen-rs)|fusen-rs是一个基于tokio异步线程的轻量级,高性能微服务框架,兼容Dubbo,SpringCloud协议支持服务注册与发现,并且可以通过暴露HTTP接口来实现WebService|185|1|2024-09-09| |75|[mikedilger/gossip](https://github.com/mikedilger/gossip)|Gossip is a nostr client|696|1|2024-10-11| |76|[eunomia-bpf/wasm-bpf](https://github.com/eunomia-bpf/wasm-bpf)|WebAssembly library, toolchain and runtime for eBPF programs|379|1|2024-09-02| |77|[lanyeeee/bilibili-manga-watermark-remover](https://github.com/lanyeeee/bilibili-manga-watermark-remover)|bilibili漫画 哔哩哔哩漫画 B漫 去水印工具(无痕 无损),带图形界面,带下载功能,已打包exe|53|1|2024-09-27| |78|[suiyuran/aidoku-zh-sources](https://github.com/suiyuran/aidoku-zh-sources)|Aidoku 中文图源|309|1|2024-06-04| |79|[super1207/install_llob](https://github.com/super1207/install_llob)|在windows上全自动安装llonebot|123|1|2024-09-21| |80|[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/prototyper.|1019|1|2024-09-22| |81|[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.|2117|1|2024-10-09| |82|[alley-rs/lsar](https://github.com/alley-rs/lsar)|直播解析图形化程序|47|1|2024-10-05| |83|[YukiCoco/ToMoon](https://github.com/YukiCoco/ToMoon)|基于 SteamOS 定制的网络工具,自动配置 TUN 模式加速游戏,网络代理。|924|1|2024-07-10| |84|[0x727/FingerprintHub](https://github.com/0x727/FingerprintHub)|侦查守卫(ObserverWard)的指纹库|998|1|2024-10-11| |85|[zino-rs/zino](https://github.com/zino-rs/zino)|Next-generation framework for composable applications in Rust.|761|1|2024-10-09| |86|[DragonOS-Community/DragonOS](https://github.com/DragonOS-Community/DragonOS)|使用Rust从0自研内核,具有Linux兼容性的操作系统,面向云计算轻量化场景而设计。DragonOS is an operating system developed from scratch using Rust, with Linux compatibility. It is designed for lightweight cloud computing scenarios.|870|1|2024-10-11| |87|[EFForg/apkeep](https://github.com/EFForg/apkeep)|-|804|1|2024-10-11| |88|[bytedance/g3](https://github.com/bytedance/g3)|Enterprise-oriented Generic Proxy Solutions|442|1|2024-10-11| |89|[iovxw/rssbot](https://github.com/iovxw/rssbot)|Lightweight Telegram RSS notification bot. 用于消息通知的轻量级 Telegram RSS 机器人|1560|1|2024-09-24| |90|[kxxt/aspeak](https://github.com/kxxt/aspeak)|A simple text-to-speech client for Azure TTS API. |494|1|2024-04-14| |91|[ViporMiner/VIPORMiner](https://github.com/ViporMiner/VIPORMiner)|最稳定的BTC-全币种代理中转,地表最强矿池代理 矿池中转 矿池抽水开发者费用固定千分之2(1台也是0.2%,没有矿机数量门坎)几乎无损的转发,近乎变态的精准比例;轻松支持百万级并发!开发费单一抽取.精准比例,/BTC/ETH/ETC/LTC/RVN/ERGO/CFX/KAS/IRON/CKB/KDA/ZEC/NEXA ,性能极高,经过1000G压力测试,一键安装上手简单!!minerproxy ...|587|1|2024-09-20| |92|[wormtql/genshin_artifact](https://github.com/wormtql/genshin_artifact)|莫娜占卜铺 原神 圣遗物搭配 圣遗物潜力。多方向圣遗物自动搭配,多方向圣遗物潜力与评分, Genshin Impact artifacts assessment, artifacts auto combination, artifacts statistics, artifacts potential, and more.|1188|1|2024-09-22| |93|[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!|1616|1|2024-08-08| |94|[tramhao/termusic](https://github.com/tramhao/termusic)|Music Player TUI written in Rust|1060|1|2024-10-10| |95|[reganzm/hug_rust](https://github.com/reganzm/hug_rust)|拥抱rust|119|1|2024-07-17| |96|[zhboner/realm](https://github.com/zhboner/realm)|A network relay tool|1526|1|2024-09-22| |97|[JohanChane/clashtui](https://github.com/JohanChane/clashtui)|Mihomo (Clash.Meta) TUI Client|257|1|2024-10-06| |98|[fltk-rs/fltk-rs](https://github.com/fltk-rs/fltk-rs)|Rust bindings for the FLTK GUI library.|1600|1|2024-10-09| |99|[PoloDB/PoloDB](https://github.com/PoloDB/PoloDB)|PoloDB is an embedded document database.|892|1|2024-10-06| |100|[rcore-os/zCore](https://github.com/rcore-os/zCore)|Zircon microkernel reimplemented in Rust.|1717|1|2024-04-15| |101|[thirtythreeforty/neolink](https://github.com/thirtythreeforty/neolink)|An RTSP bridge to Reolink IP cameras|890|1|2024-05-01| |102|[Enter-tainer/cxx2flow](https://github.com/Enter-tainer/cxx2flow)|将 C/C++ 代码转换成流程图 / Turn your C/C++ code into flowchart|714|1|2024-06-27| |103|[wormtql/yas](https://github.com/wormtql/yas)|Blazingly fast Genshin Impact/Honkai: Starrail artifacts scanner|1263|1|2024-09-30| |104|[biliup/biliup-rs](https://github.com/biliup/biliup-rs)|命令行投稿(B站)和视频下载工具,提供多种登录方式,支持多p。|804|1|2024-09-25| |105|[gmg137/netease-cloud-music-gtk](https://github.com/gmg137/netease-cloud-music-gtk)|Linux 平台下基于 Rust + GTK 开发的网易云音乐播放器|1582|1|2024-09-10| |106|[cangzhang/champ-r](https://github.com/cangzhang/champ-r)|🐶 Yet another League of Legends helper|1728|1|2024-10-11| |107|[0x676e67/thunder](https://github.com/0x676e67/thunder)|Synology NAS thunder run on Linux|706|1|2024-06-30| |108|[lz1998/ricq](https://github.com/lz1998/ricq)|Rust 高性能 QQ 协议(原RS-QQ)。Linux-musl运行内存1.6MB。|638|1|2024-05-13| |109|[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.|570|1|2024-10-10| |110|[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|882|1|2024-10-11| |111|[0xlane/wechat-dump-rs](https://github.com/0xlane/wechat-dump-rs)|该工具用于导出正在运行中的微信进程的 key 并自动解密所有微信数据库文件以及导出 key 后数据库文件离线解密。|388|1|2024-10-11| |112|[mcthesw/game-save-manager](https://github.com/mcthesw/game-save-manager)|一个简单的游戏存档管理器|583|1|2024-09-29| |113|[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).🦀|1779|1|2024-10-11| |114|[Amorter/biliTicker_gt](https://github.com/Amorter/biliTicker_gt)|biliTicker的自动验证模块|91|1|2024-07-09| |115|[cloudwego/sonic-rs](https://github.com/cloudwego/sonic-rs)|A fast Rust JSON library based on SIMD.|457|1|2024-09-20| |116|[emo-crab/observer_ward](https://github.com/emo-crab/observer_ward)|侦查守卫(observer_ward)Web应用和服务指纹识别工具|1232|1|2024-10-09| |117|[risinglightdb/risinglight](https://github.com/risinglightdb/risinglight)|An educational OLAP database system.|1604|1|2024-06-17| |118|[shadow3aaa/fas-rs](https://github.com/shadow3aaa/fas-rs)|Frame aware scheduling for android.|539|1|2024-10-11| |119|[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.|1748|1|2024-10-01| |120|[Ai00-X/ai00_server](https://github.com/Ai00-X/ai00_server)|A localized open-source AI server that is better than ChatGPT.|468|1|2024-09-23| |121|[shenghui0779/yiirs](https://github.com/shenghui0779/yiirs)|Rust API 快速开发脚手架|254|0|2024-06-19| |122|[BUPT-OS/os_lab](https://github.com/BUPT-OS/os_lab)|操作系统课程设计|57|0|2024-10-10| |123|[yescallop/areacodes](https://github.com/yescallop/areacodes)|中华人民共和国县级以上历史行政区划代码及新旧代码对应关系数据集|103|0|2024-10-11| |124|[driftluo/tentacle](https://github.com/driftluo/tentacle)|A multiplexed p2p network framework that supports custom protocols|207|0|2024-09-11| |125|[Zxilly/OnedriveHostsGenerator](https://github.com/Zxilly/OnedriveHostsGenerator)|A Page include Onenote for Windows' hosts|258|0|2024-10-07| |126|[UnblockNeteaseMusic/server-rust](https://github.com/UnblockNeteaseMusic/server-rust)|Rust 版本的 UnblockNeteaseMusic/server ,以效能、穩定性及可維護性為目標。|255|0|2024-06-08| |127|[stalwartlabs/mail-parser](https://github.com/stalwartlabs/mail-parser)|Fast and robust e-mail parsing library for Rust|292|0|2024-09-08| |128|[consenlabs/token-core](https://github.com/consenlabs/token-core)|move to https://github.com/consenlabs/token-core-monorepo|288|0|2024-09-09| |129|[ChurchTao/clipboard-rs](https://github.com/ChurchTao/clipboard-rs)|Cross-platform clipboard API (text image rich text html files monitoring changes) 跨平台剪贴板 API(文本 图片 富文本 html 文件 监听变化) Windows,MacOS,Linux|55|0|2024-09-20| |130|[Kingtous/RustPlayer](https://github.com/Kingtous/RustPlayer)|An local audio player & m3u8 radio player using Rust and completely terminal gui🎵. 使用Rust开发的纯终端本地/m3u8网络电台播放器🎵.|170|0|2024-07-14| |131|[WeBankBlockchain/WeDPR-Lab-Core](https://github.com/WeBankBlockchain/WeDPR-Lab-Core)|Core libraries of WeDPR instant scenario-focused solutions for privacy-inspired business; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件|168|0|2024-05-07| |132|[sentinel-group/sentinel-rust](https://github.com/sentinel-group/sentinel-rust)|Sentinel Rust version|129|0|2024-04-27| |133|[nashaofu/node-screenshots](https://github.com/nashaofu/node-screenshots)|Zero-dependent. A native nodejs screenshots library for Mac、Windows、Linux.|301|0|2024-08-25| |134|[rmqtt/rmqtt](https://github.com/rmqtt/rmqtt)|MQTT Server/MQTT Broker - Scalable Distributed MQTT Message Broker for IoT in the 5G Era|545|0|2024-10-10| |135|[rbatis/abs_admin](https://github.com/rbatis/abs_admin)|http server with RBAC permissions(axum/rbatis orm/vuejs)|171|0|2024-10-06| |136|[cask-pkg/cask.rs](https://github.com/cask-pkg/cask.rs)|A universal, distributed binary file manager. 一个通用的去中心化二进制管理器|73|0|2024-07-13| |137|[darkyzhou/seele](https://github.com/darkyzhou/seele)|面向云原生的在线评测系统. Cloud-Native oriented Online Judge system|65|0|2024-06-19| |138|[Steve-xmh/scl](https://github.com/Steve-xmh/scl)|SharpCraftLauncher —— A super light, fast, clean minecraft launcher framework written in rust. 一个用 Rust 编写的无比轻量的,迅速的,简洁的启动器的附属框架们。|166|0|2024-04-13| |139|[cpcdoy/rust-sbert](https://github.com/cpcdoy/rust-sbert)|Rust port of sentence-transformers (https://github.com/UKPLab/sentence-transformers)|106|0|2024-09-17| |140|[mitoma/kashiki2](https://github.com/mitoma/kashiki2)|炊紙(kashikishi) is a text editor that utilizes GPU to edit text in a 3D space.|307|0|2024-10-10| |141|[akiirui/mpv-handler](https://github.com/akiirui/mpv-handler)|A protocol handler for mpv. Use mpv and yt-dlp to play video and music from the websites.|244|0|2024-09-29| |142|[PinkD/corplink-rs](https://github.com/PinkD/corplink-rs)|使用 rust 实现的飞连客户端|217|0|2024-09-12| |143|[supabase-community/postgrest-rs](https://github.com/supabase-community/postgrest-rs)|Rust client for PostgREST|383|0|2024-07-30| |144|[justjavac/dvm](https://github.com/justjavac/dvm)|🦕 Deno Version Manager - Easy way to manage multiple active deno versions.|634|0|2024-09-02| |145|[messense/jieba-rs](https://github.com/messense/jieba-rs)|The Jieba Chinese Word Segmentation Implemented in Rust|739|0|2024-06-01| |146|[pysrc/diffscreen-web](https://github.com/pysrc/diffscreen-web)|Diffscreen的web版本|101|0|2024-08-14| |147|[black-binary/hust-network-login](https://github.com/black-binary/hust-network-login)|为嵌入式设备设计的最小化华中科技大学校园网络认证工具|107|0|2024-06-11| |148|[A10ha/ICPSearch](https://github.com/A10ha/ICPSearch)|ICP 备案批量查询工具|68|0|2024-09-18| |149|[rustdesk/rustdesk-server-demo](https://github.com/rustdesk/rustdesk-server-demo)|A working demo of RustDesk server implementation|612|0|2024-08-31| |150|[RibirX/Ribir](https://github.com/RibirX/Ribir)|Non-intrusive GUI framework for Rust|858|0|2024-10-09| |151|[yujinliang/rust_learn](https://github.com/yujinliang/rust_learn)|Rust Programmer,Rust Fans, C++老兵|49|0|2024-06-11| |152|[Alex-Beng/Yap](https://github.com/Alex-Beng/Yap)|超快的原神自动拾取 Ultra-fast Genshin Impact Auto Pickup|94|0|2024-09-06| |153|[gwy15/danmu2ass](https://github.com/gwy15/danmu2ass)|将哔哩哔哩的 弹幕 转化为 ass 字幕文件,实时预览|115|0|2024-05-16| |154|[jerryshell/osmos](https://github.com/jerryshell/osmos)|Rust + WASM + 神经网络 + 遗传算法|60|0|2024-09-24| |155|[arloor/nftables-nat-rust](https://github.com/arloor/nftables-nat-rust)|nftables nat rule generator——nftables nat规则生成器|704|0|2024-10-06| |156|[zhang-accounting/zhang](https://github.com/zhang-accounting/zhang)|账 - a plain text double-accounting tool which is compatible with beancount but more powerful|174|0|2024-10-07| |157|[Sndav/coffee](https://github.com/Sndav/coffee)|Coffee is a loader for ELF (Executable and Linkable Format) object files written in Rust. Coffee是一个用Rust语言编写的ELF object文件的加载器|47|0|2024-04-29| |158|[sigoden/upt](https://github.com/sigoden/upt)|Universal Package-management Tool for any OS.|432|0|2024-08-09| |159|[rust-tw/book-tw](https://github.com/rust-tw/book-tw)|Rust 程式設計語言(正體中文翻譯)|274|0|2024-08-24| |160|[maiqingqiang/newbee-mall-api-rs](https://github.com/maiqingqiang/newbee-mall-api-rs)| 🔥🔥 Newbee Mall Backend API - Rust Language Version.  新蜂商城后端接口 - rust 语言版本 🚧[WIP]|63|0|2024-06-09| |161|[bbqsrc/cargo-ndk](https://github.com/bbqsrc/cargo-ndk)|Compile Rust projects against the Android NDK without hassle|685|0|2024-09-01| |162|[singcl/XmVideoPlayer](https://github.com/singcl/XmVideoPlayer)|一款高颜值的支持播放和下载mp4, m3u8,flv,mpeg-dash等多种流媒体格式的桌面客户端 🔥。|73|0|2024-06-22| |163|[zu1k/srun](https://github.com/zu1k/srun)|srun 深澜认证登录,超轻量、多平台,支持多拨、自动探测IP、指定网卡|228|0|2024-09-02| |164|[fefit/visdom](https://github.com/fefit/visdom)|A library use jQuery like API for html parsing & node selecting & node mutation, suitable for web scraping and html confusion.|109|0|2024-04-18| |165|[rbatis/fast_log](https://github.com/rbatis/fast_log)|Rust async log High-performance asynchronous logging|240|0|2024-09-14| |166|[dontpanic92/OpenPAL3](https://github.com/dontpanic92/OpenPAL3)|仙三开源版 - The efforts to create an open-source implementation of Chinese Paladin 3|557|0|2024-05-18| |167|[limitcool/bilistream](https://github.com/limitcool/bilistream)|bilistream是一个支持无人值守自动转播Twitch和Youtube(包括预告类型直播)的B站直播自动转播工具。|123|0|2024-09-17| |168|[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.|412|0|2024-05-04| |169|[ZihanType/predawn](https://github.com/ZihanType/predawn)|Predawn is a Rust web framework like Spring Boot -- Predawn 是一个类似 Spring Boot 的 Rust web 框架|76|0|2024-10-11| |170|[rust-bitcoin/rust-bip39](https://github.com/rust-bitcoin/rust-bip39)|A Rust library for working with Bitcoin BIP-39 mnemonics|94|0|2024-10-06| |171|[tikv/minitrace-rust](https://github.com/tikv/minitrace-rust)|Extremely fast tracing library for Rust|730|0|2024-07-23| |172|[KipData/kipdb](https://github.com/KipData/kipdb)| Lightweight, asynchronous based on LSM Leveled Compaction KV database|287|0|2024-04-28| |173|[yujincheng08/rust-iptv-proxy](https://github.com/yujincheng08/rust-iptv-proxy)|广东 IPTV 代理:提取 m3u8 和 xmltv EGP|62|0|2024-08-10| |174|[zjp-CN/rustdx](https://github.com/zjp-CN/rustdx)|受 pytdx 启发的 A 股数据获取工具|121|0|2024-09-24| |175|[rust-cli/book](https://github.com/rust-cli/book)| Documentation on how to use the Rust Programming Language to develop commandline applications|827|0|2024-10-01| |176|[86maid/ddddocr](https://github.com/86maid/ddddocr)|ddddocr rust 版本,ocr_api_server rust 版本,二进制版本,验证码识别,不依赖 opencv 库,跨平台运行,a simple OCR API server, very easy to deploy。|122|0|2024-07-21| |177|[jinleili/wgpu-in-app](https://github.com/jinleili/wgpu-in-app)|Integrate wgpu into existing iOS Android apps.|280|0|2024-08-04| |178|[SuanCaiYv/prim](https://github.com/SuanCaiYv/prim)|-|281|0|2024-07-25| |179|[THMonster/Revda](https://github.com/THMonster/Revda)|Tools to play live stream with danmaku.|216|0|2024-09-26| |180|[kaixinbaba/hg-tui](https://github.com/kaixinbaba/hg-tui)|使用 TUI 界面去浏览 HelloGitHub 网站|93|0|2024-09-03| |181|[mycrl/turn-rs](https://github.com/mycrl/turn-rs)|A pure rust implemented turn server.|293|0|2024-10-06| |182|[datanymizer/datanymizer](https://github.com/datanymizer/datanymizer)|Powerful database anonymizer with flexible rules. Written in Rust.|510|0|2024-08-28| |183|[Xerxes-2/MajsoulMax-rs](https://github.com/Xerxes-2/MajsoulMax-rs)|启发自MajsoulMax,基于hudsucker的中间人攻击方式,解锁全角色、皮肤、装扮等,同时支持将雀魂的牌局发到日本麻将助手|58|0|2024-10-10| |184|[Lisprez/so_stupid_search](https://github.com/Lisprez/so_stupid_search)|It's my honor to drive you fucking fire faster, to have more time with your Family and Sunshine.This tool is for those who often want to search for a string Deeply into a directory in Recursive mode, ...|161|0|2024-09-23| |185|[apptools-lab/AppToolkit](https://github.com/apptools-lab/AppToolkit)|🐘 The Front-end Env Toolkit(前端环境管理工具)|570|0|2024-06-10| |186|[zitsen/ooxml-rs](https://github.com/zitsen/ooxml-rs)|Office OpenXML reader and writer in Rust|114|0|2024-06-22| |187|[riscv-rust/longan-nano](https://github.com/riscv-rust/longan-nano)|Board support package for the Longan Nano board|117|0|2024-05-15| |188|[xiao-zhu-zhu/RustBypassMap](https://github.com/xiao-zhu-zhu/RustBypassMap)|rust 免杀,方法记录 - 偶尔更新|53|0|2024-04-25| |189|[orhun/godsays](https://github.com/orhun/godsays)|Rust port of the Terry Davis' (RIP) "god says" program|99|0|2024-05-29| |190|[Berrysoft/tunet-rust](https://github.com/Berrysoft/tunet-rust)|清华大学校园网 Rust 库与客户端|116|0|2024-10-07| |191|[jelipo/ocipack-rs](https://github.com/jelipo/ocipack-rs)|🚅 Quickly build simple Docker/OCI images without runtime|46|0|2024-08-07| |192|[nanozuki/dantalian](https://github.com/nanozuki/dantalian)|A nfo file generator for your anime. Source from Bangumi.|86|0|2024-05-17| |193|[super1207/KookOneBot](https://github.com/super1207/KookOneBot)|onebot 11 in kook!!! kook = 开黑啦|46|0|2024-04-16| |194|[owent/wxwork_robotd](https://github.com/owent/wxwork_robotd)|企业微信机器人接入服务|61|0|2024-04-21| |195|[SitinCloud/Owlyshield](https://github.com/SitinCloud/Owlyshield)|Owlyshield is an EDR framework designed to safeguard vulnerable applications from potential exploitation (C&C, exfiltration and impact).|386|0|2024-07-15| |196|[lihe07/bilibili_comics_downloader](https://github.com/lihe07/bilibili_comics_downloader)|Rust制作的BiliBili漫画下载器:无环境依赖,高性能,支持导出pdf、epub、zip|195|0|2024-05-03| |197|[hsivonen/encoding_rs](https://github.com/hsivonen/encoding_rs)|A Gecko-oriented implementation of the Encoding Standard in Rust|383|0|2024-09-20| |198|[mokurin000/galgame_cn](https://github.com/mokurin000/galgame_cn)|Galgame 资源收集|53|0|2024-09-10| |199|[wtklbm/crm](https://github.com/wtklbm/crm)|Cargo registry manager (Cargo 注册表管理器),用于方便的管理和更换 Rust 国内镜像源 |397|0|2024-09-04| |200|[360quake/quake_rs](https://github.com/360quake/quake_rs)|Quake Command-Line Application|112|0|2024-10-07|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Shell.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Shell 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[dockur/windows](https://github.com/dockur/windows)|Windows inside a Docker container.|17661|65|2024-10-11| |2|[OpenBMB/ChatDev](https://github.com/OpenBMB/ChatDev)|Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)|25340|62|2024-10-11| |3|[QwenLM/Qwen2.5](https://github.com/QwenLM/Qwen2.5)|Qwen2.5 is the large language model series developed by Qwen team, Alibaba Cloud.|8794|35|2024-10-02| |4|[GaiaNet-AI/gaianet-node](https://github.com/GaiaNet-AI/gaianet-node)|Install and run your own AI agent service|4822|22|2024-10-10| |5|[DDS-Derek/xiaoya-alist](https://github.com/DDS-Derek/xiaoya-alist)|小雅Alist的相关周边|4914|17|2024-10-11| |6|[acmesh-official/acme.sh](https://github.com/acmesh-official/acme.sh)|A pure Unix shell script implementing ACME client protocol|38884|12|2024-10-07| |7|[Kyle-Ye/XcodeLLMEligible](https://github.com/Kyle-Ye/XcodeLLMEligible)|-|1052|12|2024-10-09| |8|[monlor/docker-xiaoya](https://github.com/monlor/docker-xiaoya)|💡使用 Docker Compose 以更优雅的方式来部署小雅服务,支持一键部署 Alist + Emby + Jellyfin,全平台支持,Linux/Windows/Mac/群晖,X86/Arm架构|1634|12|2024-10-11| |9|[xykt/IPQuality](https://github.com/xykt/IPQuality)|A script for IP quality detection|1990|11|2024-10-05| |10|[thijsvanloef/palworld-server-docker](https://github.com/thijsvanloef/palworld-server-docker)|A Docker Container to easily run a Palworld dedicated server.|2424|9|2024-10-05| |11|[fbelavenuto/arpl](https://github.com/fbelavenuto/arpl)|Automated Redpill Loader|7197|9|2024-05-08| |12|[kubesre/docker-registry-mirrors](https://github.com/kubesre/docker-registry-mirrors)|多平台容器镜像代理服务,支持 Docker Hub, GitHub, Google, k8s, Quay, Microsoft 等镜像仓库.|1162|9|2024-09-29| |13|[olegos2/mobox](https://github.com/olegos2/mobox)|-|2837|9|2024-07-26| |14|[RROrg/rr](https://github.com/RROrg/rr)|Redpill Recovery (arpl-i18n)|4246|8|2024-10-11| |15|[mack-a/v2ray-agent](https://github.com/mack-a/v2ray-agent)|Xray、Tuic、hysteria2、sing-box 八合一一键脚本|13948|8|2024-10-09| |16|[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. |6212|8|2024-08-19| |17|[Elegycloud/clash-for-linux-backup](https://github.com/Elegycloud/clash-for-linux-backup)|基于Clash Core 制作的Clash For Linux备份仓库 A Clash For Linux Backup Warehouse Based on Clash Core|2271|7|2024-09-20| |18|[quickemu-project/quickemu](https://github.com/quickemu-project/quickemu)|Quickly create and run optimised Windows, macOS and Linux virtual machines|10617|6|2024-10-04| |19|[juewuy/ShellCrash](https://github.com/juewuy/ShellCrash)|Run sing-box/mihomo as client in shell|8683|6|2024-10-05| |20|[CatMe0w/zouxian](https://github.com/CatMe0w/zouxian)|Permanent Apple Intelligence + Xcode Predictive Code Completion for Chinese-market Mac computers|683|6|2024-07-31| |21|[hq450/fancyss](https://github.com/hq450/fancyss)|fancyss is a project providing tools to across the GFW on asuswrt/merlin based router.|12344|6|2024-09-29| |22|[Dhghomon/easy_rust](https://github.com/Dhghomon/easy_rust)|Rust explained using easy English|8075|5|2024-05-13| |23|[DaoCloud/public-image-mirror](https://github.com/DaoCloud/public-image-mirror)|很多镜像都在国外。比如 gcr 。国内下载很慢,需要加速。致力于提供连接全世界的稳定可靠安全的容器镜像服务。|5935|5|2024-10-11| |24|[skywind3000/awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets)|超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 :zap:|11112|5|2024-08-26| |25|[kiddin9/Kwrt](https://github.com/kiddin9/Kwrt)|一分钟在线定制编译 X86/64, NanoPi R2S R4S R5S R6S, 斐讯 Phicomm N1 K2P, 树莓派 Raspberry Pi, 香橙派 Orange Pi, 红米AX6, 小米AX3600, 小米AX9000, 红米AX6S 小米AX3200, 红米AC2100, 华硕ASUS, 网件NETGEAR 等主流软硬路由|7586|5|2024-10-09| |26|[zixuanya/clash-for-gigabit](https://github.com/zixuanya/clash-for-gigabit)|为可执行Shell的光猫提供clash代理服务,适用与任何不超过armv7l内核架构的设备|348|5|2024-08-14| |27|[kenzok8/openwrt-packages](https://github.com/kenzok8/openwrt-packages)|openwrt常用软件包|6454|4|2024-10-11| |28|[wulabing/Xray_onekey](https://github.com/wulabing/Xray_onekey)|Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本 |9258|4|2024-09-27| |29|[frankiejun/serv00-play](https://github.com/frankiejun/serv00-play)|serv00 上的一些应用,包括vless/argo+vmess/vmess+ws/hy2/socks5/mtproto/alist/哪吒探针 等, 自动化部署、批量保号、进程防杀、消息推送|267|4|2024-10-10| |30|[spiritLHLS/ecs](https://github.com/spiritLHLS/ecs)|VPS融合怪服务器测评脚本(VPS Fusion Monster Server Test Script)(尽量做最全能测试服务器的脚本)|3579|4|2024-09-30| |31|[xzhih/one-key-hidpi](https://github.com/xzhih/one-key-hidpi)|Enable macOS HiDPI and have a native setting.|8680|4|2024-07-03| |32|[bin456789/reinstall](https://github.com/bin456789/reinstall)|一键DD/重装脚本 (One-click reinstall OS on VPS)|2292|3|2024-10-03| |33|[emptysuns/Hi_Hysteria](https://github.com/emptysuns/Hi_Hysteria)|Hello World!非钟国优化线路使用不佳?不想中转?hysteria一键搞定。|3116|3|2024-04-14| |34|[dockur/windows-arm](https://github.com/dockur/windows-arm)|Windows for ARM in a Docker container.|792|3|2024-10-11| |35|[jinwyp/one_click_script](https://github.com/jinwyp/one_click_script)|install latest or LTS linux kernel and enable BBR or BBR plus|4737|3|2024-10-11| |36|[stupidloud/nanopi-openwrt](https://github.com/stupidloud/nanopi-openwrt)|Openwrt for Nanopi R1S R2S R4S R5S 香橙派 R1 Plus 固件编译 纯净版与大杂烩|5449|3|2024-04-16| |37|[ben1234560/k8s_PaaS](https://github.com/ben1234560/k8s_PaaS)|如何基于K8s(Kubernetes)部署成PaaS/DevOps(一套完整的软件研发和部署平台)--教程/学习(实战代码/架构设计/大量注释/操作配图),你将习得部署如:K8S(Kubernetes)、Dashboard、Harbor、Jenkins、本地Gitlab、Apollo框架、Promtheus、Grafana、Spinnaker等。|4943|3|2024-07-17| |38|[fscarmen/sing-box](https://github.com/fscarmen/sing-box)|Sing-box 全家桶 --- 一键多协议脚本|1281|3|2024-09-24| |39|[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、微加云、贝壳云、我家云、章鱼星球等|2747|3|2024-04-17| |40|[233boy/sing-box](https://github.com/233boy/sing-box)|最好用的 sing-box 一键安装脚本 & 管理脚本,自动创建 REALITY 协议;支持 TUIC,Trojan,Hysteria2 等所有常见的协议|408|3|2024-09-09| |41|[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|4195|3|2024-09-05| |42|[lmc999/RegionRestrictionCheck](https://github.com/lmc999/RegionRestrictionCheck)|A bash script to check the status of your IP on various geo-restricted services. |4018|3|2024-10-09| |43|[yixiu001/serv00-script](https://github.com/yixiu001/serv00-script)|serv00脚本|312|3|2024-08-19| |44|[ansoncloud8/am-nodejs-proxy](https://github.com/ansoncloud8/am-nodejs-proxy)|基于 Node.js 的 vless 实现包。它在各种 Node.js 环境中都能运行,包括但不限于:Windows、Linux、MacOS、Android、iOS、树莓派等。同时,它也适用于各种 PaaS 平台,如:replit、heroku 等。|284|3|2024-08-12| |45|[notmarek/LanguageBreak](https://github.com/notmarek/LanguageBreak)|A kindle <=5.16.2.1.1 jailbreak|883|3|2024-06-20| |46|[233boy/Xray](https://github.com/233boy/Xray)|最好用的 Xray 一键安装脚本 & 管理脚本|1375|3|2024-09-07| |47|[dairoot/ChatGPT-Mirror](https://github.com/dairoot/ChatGPT-Mirror)|🚀 一键部署个人的 ChatGPT 镜像站|361|3|2024-09-14| |48|[eooce/Sing-box](https://github.com/eooce/Sing-box)|既然来了,就留下你的Star吧!Serv00 CT8 VPS 游戏机 sing-box(reality + hy2 + vmess-argo +tuic5)四合一无交互一键安装脚本(已适配Alpine),支持纯V6 vps,默认解锁GPT和奈飞|1133|3|2024-10-02| |49|[wukongdaily/tvhelper-docker](https://github.com/wukongdaily/tvhelper-docker)|让你使用电脑、NAS等一切能运行docker的设备变成盒子的ADB安装助手|628|3|2024-09-08| |50|[Vonng/pigsty](https://github.com/Vonng/pigsty)|Battery-Included PostgreSQL Distro as a Free RDS Alternative|3211|2|2024-08-21| |51|[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.|4355|2|2024-09-23| |52|[apernet/tcp-brutal](https://github.com/apernet/tcp-brutal)|-|636|2|2024-08-04| |53|[gebangfeng/docker-mirror](https://github.com/gebangfeng/docker-mirror)|整理各大docker,容器镜像仓库的国内镜像源|270|2|2024-07-10| |54|[seagullz4/hysteria2](https://github.com/seagullz4/hysteria2)|hysteria2一键安装精简版/hy2一键安装/hysteria2 install/نصب با یک کلیک hysteria2/祝大家万事如意,心想事成|663|2|2024-09-28| |55|[SuperManito/LinuxMirrors](https://github.com/SuperManito/LinuxMirrors)|GNU/Linux 更换系统软件源脚本|2464|2|2024-10-07| |56|[fscarmen/ArgoX](https://github.com/fscarmen/ArgoX)|Argo Xray for VPS one-click script. 一键脚本|1196|2|2024-09-08| |57|[kkbo8005/mitan](https://github.com/kkbo8005/mitan)|密探渗透测试工具包含域名查询,搜索语法,资产测绘(FOFA,Hunter,quake, ZoomEye),指纹识别,敏感信息采集,文件扫描、密码字典等功能|381|2|2024-06-05| |58|[i-abc/Speedtest](https://github.com/i-abc/Speedtest)|多功能测速脚本 Multi-functional speedtest script|659|2|2024-04-29| |59|[xubiaolin/docker-zerotier-planet](https://github.com/xubiaolin/docker-zerotier-planet)|一分钟私有部署zerotier-planet服务|2311|2|2024-10-10| |60|[chaifeng/ufw-docker](https://github.com/chaifeng/ufw-docker)|To fix the Docker and UFW security flaw without disabling iptables|4397|2|2024-09-29| |61|[CHIZI-0618/box4magisk](https://github.com/CHIZI-0618/box4magisk)|Use sing-box, clash, v2ray, xray tunnel proxy on Android devices.|1131|2|2024-10-05| |62|[wukongdaily/tvhelper](https://github.com/wukongdaily/tvhelper)|遥控助手软路由版,适用于OpenWrt系统,包括iStoreOS。其主要作用是帮助安卓原生盒子,解决一些水土不服的小问题。|367|2|2024-08-04| |63|[suifei/fridare](https://github.com/suifei/fridare)|强大的 Frida 重打包工具,用于 iOS 和 Android。轻松修改 Frida 特征,增强隐蔽性,绕过检测。简化逆向工程和安全测试。Powerful Frida repackaging tool for iOS and Android. Easily modify Frida servers to enhance stealth and bypass detection. Streamli ...|180|2|2024-07-30| |64|[oldratlee/useful-scripts](https://github.com/oldratlee/useful-scripts)|🐌 useful scripts for making developer's everyday life easier and happier, involved java, shell etc.|7281|2|2024-09-03| |65|[honmashironeko/ARL-docker](https://github.com/honmashironeko/ARL-docker)|基于ARL v2.6.2版本源码,生成docker镜像进行快速部署,同时提供七千多条指纹|287|2|2024-09-11| |66|[FlechazoPh/QLDependency](https://github.com/FlechazoPh/QLDependency)|青龙面板全依赖一键安装脚本 / Qinglong Pannel Dependency Install Scripts.|1800|2|2024-07-19| |67|[tom-snow/wechat-windows-versions](https://github.com/tom-snow/wechat-windows-versions)|保存微信历史版本|1555|2|2024-09-30| |68|[DoL-Lyra/Lyra](https://github.com/DoL-Lyra/Lyra)|Degrees of Lewdity 整合|857|2|2024-10-06| |69|[wulabing/V2Ray_ws-tls_bash_onekey](https://github.com/wulabing/V2Ray_ws-tls_bash_onekey)|-|2112|2|2024-09-27| |70|[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|2210|2|2024-08-18| |71|[pmkol/easymosdns](https://github.com/pmkol/easymosdns)|简化Mosdns基本功能使用的辅助脚本,仅需几分钟即可搭建一台支持ECS的无污染DNS服务器|1363|2|2024-10-11| |72|[appleboy/ssh-action](https://github.com/appleboy/ssh-action)|GitHub Actions for executing remote ssh commands.|4716|2|2024-10-06| |73|[jerry048/Dedicated-Seedbox](https://github.com/jerry048/Dedicated-Seedbox)|-|732|1|2024-04-24| |74|[Flikify/getNode](https://github.com/Flikify/getNode)|每小时更新最新的Clash、v2ray节点信息|887|1|2024-10-11| |75|[zfl9/ss-tproxy](https://github.com/zfl9/ss-tproxy)|ss/v2ray/xray/trojan/hysteria/naive/socks5 透明代理|2246|1|2024-09-11| |76|[wukongdaily/e20c](https://github.com/wukongdaily/e20c)|该脚本可以帮助你快速在debian系统上创建和管理kvm虚拟机。|37|1|2024-10-05| |77|[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.|1828|1|2024-10-06| |78|[al0ne/LinuxCheck](https://github.com/al0ne/LinuxCheck)|Linux应急处置/信息搜集/漏洞检测工具,支持基础配置/网络流量/任务计划/环境变量/用户信息/Services/bash/恶意文件/内核Rootkit/SSH/Webshell/挖矿文件/挖矿进程/供应链/服务器风险等13类70+项检查|1776|1|2024-06-19| |79|[nacos-group/nacos-docker](https://github.com/nacos-group/nacos-docker)|This project contains a Docker image meant to facilitate the deployment of Nacos .|1414|1|2024-09-20| |80|[ellermister/mtproxy](https://github.com/ellermister/mtproxy)|MTProxyTLS一键安装绿色脚本|1096|1|2024-06-05| |81|[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.|587|1|2024-06-09| |82|[jorgebucaran/nvm.fish](https://github.com/jorgebucaran/nvm.fish)|The Node.js version manager you'll adore, crafted just for Fish|2112|1|2024-09-14| |83|[arloor/iptablesUtils](https://github.com/arloor/iptablesUtils)|iptables转发ddns域名|1437|1|2024-09-30| |84|[flagify-com/OctoMation](https://github.com/flagify-com/OctoMation)|OctoMation是一款免费的,具有可视化拖拽功能的编排与自动化产品。通过精心编排的Playbook,OctoMation能够联动数百款安全、网络、IT和SaaS等产品的基础能力。其主要特点包括低代码剧本编排、自动化事件响应、标准化流程操作以及可视化过程监控。 借助OctoMation,运营团队能够开展7x24小时自动化事件响应,不仅可以大幅减少对人员的过度依赖,还能确保团队工作质量始终维持在 ...|432|1|2024-06-20| |85|[LLOneBot/llonebot-docker](https://github.com/LLOneBot/llonebot-docker)|一键部署基于NTQQ的OneBot协议的Bot容器|167|1|2024-10-11| |86|[xavier-hernandez/goaccess-for-nginxproxymanager](https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager)|GoAccess Docker Image for Nginx Proxy Manager and more...|530|1|2024-09-23| |87|[yeszao/dnmp](https://github.com/yeszao/dnmp)|Docker LNMP (Nginx, PHP7/PHP5, MySQL, Redis)|3930|1|2024-10-11| |88|[nextcloud/nextcloudpi](https://github.com/nextcloud/nextcloudpi)|📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, curl installer...|2525|1|2024-09-25| |89|[2lifetop/Pal-Server-Install](https://github.com/2lifetop/Pal-Server-Install)|幻兽帕鲁服务端一键安装脚本|291|1|2024-06-28| |90|[cdarlint/winutils](https://github.com/cdarlint/winutils)|winutils.exe hadoop.dll and hdfs.dll binaries for hadoop windows|1910|1|2024-05-16| |91|[FranzKafkaYu/sing-box-yes](https://github.com/FranzKafkaYu/sing-box-yes)|Install & manage sing-box easily|601|1|2024-06-09| |92|[ansoncloud8/am-serv00-nezha](https://github.com/ansoncloud8/am-serv00-nezha)|在serv00服务器上部署nezha监控|51|1|2024-10-07| |93|[DHDAXCW/OpenWrt_RockChip](https://github.com/DHDAXCW/OpenWrt_RockChip)|基于 lede-rockchip 源码建构 rockchip 的 OpenWrt 固件。|198|1|2024-07-23| |94|[2moe/tmoe](https://github.com/2moe/tmoe)|TMOE, More Optional Environments.|862|1|2024-10-11| |95|[wukongdaily/OpenBackRestore](https://github.com/wukongdaily/OpenBackRestore)|该项目可以轻松备份iStoreOS已安装的软件和配置,当系统恢复出厂设置或重置后,可以一键恢复原来的软件和配置|277|1|2024-07-06| |96|[UnblockNeteaseMusic/luci-app-unblockneteasemusic](https://github.com/UnblockNeteaseMusic/luci-app-unblockneteasemusic)|[OpenWrt] 解除网易云音乐播放限制|1830|1|2024-09-15| |97|[msojocs/wechat-web-devtools-linux](https://github.com/msojocs/wechat-web-devtools-linux)|适用于微信小程序的微信开发者工具 Linux移植版|639|1|2024-09-28| |98|[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.|1070|1|2024-08-27| |99|[cxf-boluo/magisk_All](https://github.com/cxf-boluo/magisk_All)|magisk 一键集成环境,再也不用每次刷完机繁琐的配置环境了!|512|1|2024-07-20| |100|[ttionya/vaultwarden-backup](https://github.com/ttionya/vaultwarden-backup)|Backup vaultwarden (formerly known as bitwarden_rs) SQLite3/PostgreSQL/MySQL/MariaDB database by rclone. (Docker)|1034|1|2024-09-25| |101|[leitbogioro/Tools](https://github.com/leitbogioro/Tools)|Something about tools|2950|1|2024-04-22| |102|[dqzboy/Deploy_K8sCluster](https://github.com/dqzboy/Deploy_K8sCluster)|🔥 🔥 🔥 Deploying Highly Available Kubernetes Cluster using Binary Installation 采用二进制方式部署高可用 Kubernetes 集群|377|1|2024-06-09| |103|[bohanyang/debi](https://github.com/bohanyang/debi)|Reinstall your VPS to minimal Debian|1390|1|2024-05-18| |104|[Runner-Go-Team/RunnerGo](https://github.com/Runner-Go-Team/RunnerGo)|RunnerGo是一款国内开发者自研的性能压测工具,可以进行接口测试、场景自动化测试、性能压测等一系列功能。|681|1|2024-07-09| |105|[myxuchangbin/dnsmasq_sniproxy_install](https://github.com/myxuchangbin/dnsmasq_sniproxy_install)|One-click Install and Configure Dnsmasq and Sniproxy for CentOS/Debian/Ubuntu|1206|1|2024-07-02| |106|[yuju520/YujuToolBox](https://github.com/yuju520/YujuToolBox)|一个Shell脚本工具箱|51|1|2024-09-23| |107|[collabH/bigdata-growth](https://github.com/collabH/bigdata-growth)|大数据知识仓库涉及到数据仓库建模、实时计算、大数据、数据中台、系统设计、Java、算法等。|1450|1|2024-09-23| |108|[cockroachai/cockroachai](https://github.com/cockroachai/cockroachai)|一个简单的小程序,用于账号共享。免费但暂不开源。|498|1|2024-06-14| |109|[YAWAsau/backup_script](https://github.com/YAWAsau/backup_script)|備份數據腳本|1446|1|2024-10-02| |110|[firemakergk/aquar-build-helper](https://github.com/firemakergk/aquar-build-helper)|Aquar系统搭建指南|449|1|2024-04-28| |111|[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.|1072|1|2024-04-18| |112|[lee1080/CloudflareSpeedTestDDNS](https://github.com/lee1080/CloudflareSpeedTestDDNS)|使用CloudflareSpeedTest工具优选IP后自动DDNS到Cloudflare|501|1|2024-08-18| |113|[OwlOooo/Owl-Panel](https://github.com/OwlOooo/Owl-Panel)|猫头鹰节点订阅面板|65|1|2024-09-27| |114|[Magisk-Modules-Alt-Repo/HideNavBar](https://github.com/Magisk-Modules-Alt-Repo/HideNavBar)|Fullscreen/Immersive Gesture Tweaks for Android 10-14|492|1|2024-05-26| |115|[yixiu001/serv00-xui](https://github.com/yixiu001/serv00-xui)|serv00搭建X-UI面板脚本|49|1|2024-07-27| |116|[Yanyutin753/unofficial-gpt4-api](https://github.com/Yanyutin753/unofficial-gpt4-api)|一键部署专属于中转gpt-4,回复流畅,支持高并发,小白也能快速使用!unofficial-gpt4-api Transfer gpt-4, smooth response, supports high concurrency, supports one click script deployment, and even novices can use it quickly!|146|1|2024-07-05| |117|[rime/plum](https://github.com/rime/plum)|東風破 /plum/: Rime configuration manager and input schema repository|1387|1|2024-04-17| |118|[521xueweihan/OneFile](https://github.com/521xueweihan/OneFile)|只有一个文件!|1143|1|2024-05-11| |119|[7Ji-PKGBUILDs/wechat-universal-bwrap](https://github.com/7Ji-PKGBUILDs/wechat-universal-bwrap)|微信(Universal)ArchLinux打包|111|1|2024-07-10| |120|[ansoncloud8/am-serv00-socks5](https://github.com/ansoncloud8/am-serv00-socks5)|通过serv00云服务器创建socks5的一键脚本,可用来做CF的反代IP|52|1|2024-10-05| |121|[VIKINGYFY/OpenWRT-CI](https://github.com/VIKINGYFY/OpenWRT-CI)|云编译OpenWRT开源固件|354|1|2024-10-10| |122|[honmashironeko/sqlmap-gui](https://github.com/honmashironeko/sqlmap-gui)|基于SQLmap工具进行汉化,并提供GUI界面|140|1|2024-05-17| |123|[aqzt/kjyw](https://github.com/aqzt/kjyw)|快捷运维,代号kjyw,项目基于shell、python,运维脚本工具库,收集各类运维常用工具脚本,实现快速安装nginx、mysql、php、redis、nagios、运维经常使用的脚本等等...|1700|1|2024-08-17| |124|[CyC2018/Job-Recommend](https://github.com/CyC2018/Job-Recommend)|🔎 互联网内推信息(社招、校招、实习)|2958|1|2024-08-19| |125|[ansoncloud8/am-alist-freebsd](https://github.com/ansoncloud8/am-alist-freebsd)|根据官网alist源码自动构建alist(FreeBSD版本)可以部署文件,实现serv00部署.|78|1|2024-09-21| |126|[liusj5257/azurlane_anti_name](https://github.com/liusj5257/azurlane_anti_name)|碧蓝航线反和谐:过场图随机12张,皮肤预览,特触,敌我船名,誓约之戒 新增Zygisk模块,Lsposed模块|572|1|2024-09-14| |127|[VR-25/acc](https://github.com/VR-25/acc)|Advanced Charging Controller|1737|1|2024-08-24| |128|[ffffffff0x/f8x](https://github.com/ffffffff0x/f8x)|红/蓝队环境自动化部署工具 Red/Blue team environment automation deployment tool|1757|1|2024-09-02| |129|[EternalPain/ZJL](https://github.com/EternalPain/ZJL)|ZJL 免流防跳脚本|1090|1|2024-08-26| |130|[oneclickvirt/pve](https://github.com/oneclickvirt/pve)|PVE相关的各种一键脚本(Various one-click scripts related to PVE)(一键安装PVE)(One-click installation of PVE)(一键开设KVM或LXC虚拟化的NAT服务器-自带内外网端口转发)(含ARM和X86_64)|425|1|2024-10-04| |131|[1995chen/dnf](https://github.com/1995chen/dnf)|-|1019|1|2024-08-27| |132|[LuminolMC/Luminol](https://github.com/LuminolMC/Luminol)|轻量级、优化且功能齐全的 Folia 分支,专为生存和无政府状态服务器而设计|172|1|2024-10-06| |133|[ypq123456789/TrafficCop](https://github.com/ypq123456789/TrafficCop)|监控VPS流量使用,到达限制自动限流/关机,保留SSH端口可用|124|1|2024-07-20| |134|[iranee/qnap-alist-webdav](https://github.com/iranee/qnap-alist-webdav)|一款挂载多个云盘的工具|1000|1|2024-09-19| |135|[YanWenKun/ComfyUI-Windows-Portable](https://github.com/YanWenKun/ComfyUI-Windows-Portable)|🎨ComfyUI standalone pack with 30+ custom nodes. ComfyUI 大号整合包,预装大量自定义节点(不含SD模型)|111|1|2024-10-10| |136|[DHDAXCW/OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64)|基于 lede 源码建构 x86 的 OpenWrt 固件。|550|1|2024-10-10| |137|[TencentGameMate/chinese_speech_pretrain](https://github.com/TencentGameMate/chinese_speech_pretrain)|chinese speech pretrained models|1017|1|2024-08-23| |138|[ping11700/LOLkit](https://github.com/ping11700/LOLkit)|One gift for all LOL gamers, League of Legends工具|590|1|2024-10-10| |139|[snail007/proxy_admin_free](https://github.com/snail007/proxy_admin_free)|Proxy是高性能全功能的http代理、https代理、socks5代理、内网穿透、内网穿透p2p、内网穿透代理、内网穿透反向代理、内网穿透服务器、Websocket代理、TCP代理、UDP代理、DNS代理、DNS加密代理,代理API认证,全能跨平台代理服务器。|1923|1|2024-09-25| |140|[boredazfcuk/docker-icloudpd](https://github.com/boredazfcuk/docker-icloudpd)|An Alpine Linux container for the iCloud Photos Downloader command line utility |1763|1|2024-09-17| |141|[yhan219/navicat_reset_mac](https://github.com/yhan219/navicat_reset_mac)|navicat16/17 mac版无限重置试用期脚本|803|1|2024-09-29| |142|[xiaoleGun/KernelSU_Action](https://github.com/xiaoleGun/KernelSU_Action)|A action for build KernelSU into your kernel|553|1|2024-08-11| |143|[gaoyifan/china-operator-ip](https://github.com/gaoyifan/china-operator-ip)|中国运营商IPv4/IPv6地址库-每日更新|2789|1|2024-10-11| |144|[sbwml/luci-app-mosdns](https://github.com/sbwml/luci-app-mosdns)|一个 DNS 转发器 - OpenWrt 🎁 MosDNS v5 is Ready! 🎉|1157|1|2024-10-09| |145|[firehol/blocklist-ipsets](https://github.com/firehol/blocklist-ipsets)|ipsets dynamically updated with firehol's update-ipsets.sh script|3171|1|2024-10-11| |146|[xiaoZ-hc/redtool](https://github.com/xiaoZ-hc/redtool)|日常积累的一些红队工具及自己写的脚本,更偏向于一些diy的好用的工具,并不是一些比较常用的msf/awvs/xray这种|1354|1|2024-08-18| |147|[huntingsec/ARL-Limited-Edition](https://github.com/huntingsec/ARL-Limited-Edition)|原汁原味的ARL灯塔,在基础上进行了魔改优化|100|1|2024-07-03| |148|[shencangsheng/easy-registry-mirror](https://github.com/shencangsheng/easy-registry-mirror)|在国内日渐严峻的网络下,无论是公司还是个人,自建仓库都是非常有必要的,这个项目用于快速搭建一个 Docker 私有仓库,并且无需修改已运行的Dockerfile/docker-compose.yaml,几乎没有迁移成本;未来会支持更多npm、Maven、PyPI等仓库。|110|1|2024-09-14| |149|[YangguangZhou/Monet-All](https://github.com/YangguangZhou/Monet-All)|莫奈取色整合的Magisk模块,可通过音量键选择是否安装对应应用的取色模块|439|1|2024-10-03| |150|[teddysun/lamp](https://github.com/teddysun/lamp)|Install LAMP (Linux + Apache + MySQL/MariaDB + PHP) for AlmaLinux/RockyLinux/CentOS/Debian/Ubuntu|2873|1|2024-10-02| |151|[GhostTroops/TOP](https://github.com/GhostTroops/TOP)|TOP All bugbounty pentesting CVE-2023- POC Exp RCE example payload Things|651|1|2024-10-11| |152|[ansoncloud8/am-serv00-vmess](https://github.com/ansoncloud8/am-serv00-vmess)|在serv00服务器上部署vmess免费节点,并通过Cloudflare的CDN加速节点,提升上网速度|36|1|2024-10-07| |153|[kkkgo/PaoPaoDNS](https://github.com/kkkgo/PaoPaoDNS)|泡泡DNS是一个能一键部署递归DNS的docker镜像|810|1|2024-08-28| |154|[Aurora-Admin-Panel/deploy](https://github.com/Aurora-Admin-Panel/deploy)|一个多服务器端口租用管理面板|1544|1|2024-10-04| |155|[RohitVerma882/termux-miunlock](https://github.com/RohitVerma882/termux-miunlock)|A program that can be used to retrieve the bootloader unlock token for Xiaomi devices. (and unlock the bootloader) using Termux|519|1|2024-09-09| |156|[fscarmen2/Argo-Nezha-Service-Container](https://github.com/fscarmen2/Argo-Nezha-Service-Container)|Nezha server over Argo tunnel 使用 Argo 隧道的哪吒服务端|626|1|2024-09-24| |157|[cby-chen/Kubernetes](https://github.com/cby-chen/Kubernetes)|kubernetes (k8s) 二进制高可用安装,Binary installation of kubernetes (k8s) --- 开源不易,帮忙点个star,谢谢了🌹|898|1|2024-09-27| |158|[lgs2007m/Actions-OpenWrt](https://github.com/lgs2007m/Actions-OpenWrt)|自用|388|1|2024-10-10| |159|[unifreq/openwrt_packit](https://github.com/unifreq/openwrt_packit)|Flippy's openwrt packaged source code|1375|1|2024-10-02| |160|[wukongdaily/diy-nas-onescript](https://github.com/wukongdaily/diy-nas-onescript)|这是一个适用于在debian系统上部署nas常用软件的脚本。它可以帮助用户快速安装想要的软件环境和docker应用。|189|1|2024-05-22| |161|[ki9mu/ARL-plus-docker](https://github.com/ki9mu/ARL-plus-docker)|基于ARL-V2.6.2修改后的版本|707|1|2024-10-11| |162|[mvscode/frps-onekey](https://github.com/mvscode/frps-onekey)|Frp server one-click configuration script. The script obtains the latest Frp version by default|3100|1|2024-09-21| |163|[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|1355|1|2024-10-03| |164|[jlesage/docker-firefox](https://github.com/jlesage/docker-firefox)|Docker container for Firefox|1631|1|2024-09-29| |165|[Jonnyan404/zerotier-planet](https://github.com/Jonnyan404/zerotier-planet)|一分钟自建zerotier-planet|1348|1|2024-07-22| |166|[esirplayground/AutoBuild-OpenWrt](https://github.com/esirplayground/AutoBuild-OpenWrt)|Build OpenWrt using GitHub Actions 使用 GitHub Actions 编译 OpenWrt 感谢P3TERX的项目源码 感谢KFERMercer的项目源码|1760|1|2024-07-01| |167|[khadas/fenix](https://github.com/khadas/fenix)|One-stop script set to build Ubuntu/Debian images|211|0|2024-10-09| |168|[okxlin/docker-1panel](https://github.com/okxlin/docker-1panel)|Docker方式运行的1Panel;1Panel running in Docker|135|0|2024-05-07| |169|[jumpserver/installer](https://github.com/jumpserver/installer)|Installer is a tool for managing the installation of JumpServer, enabling users to conveniently install, deploy, update, and manage JumpServer.|112|0|2024-10-11| |170|[jlesage/docker-handbrake](https://github.com/jlesage/docker-handbrake)|Docker container for HandBrake|830|0|2024-09-16| |171|[fscarmen2/Argo-Xray-PaaS](https://github.com/fscarmen2/Argo-Xray-PaaS)|在容器平台部署 Xray + Argo 隧道,4种协议 Vless / Vmess / Trojan / SS + TLS + WS,不需 CF workers 反代|159|0|2024-04-15| |172|[pzcn/Perfect-Icons-Completion-Project](https://github.com/pzcn/Perfect-Icons-Completion-Project)|MIUI 完美图标补全计划|330|0|2024-10-11| |173|[Nick233333/phper-linux-gitbook](https://github.com/Nick233333/phper-linux-gitbook)|💡PHPer 必知必会的 Linux 命令|543|0|2024-07-02| |174|[oneclickvirt/lxd](https://github.com/oneclickvirt/lxd)|通过LXD命令批量或单独开设NAT服务器以及维护(简称母鸡开小鸡)(Bulk or individual NAT server provisioning and maintenance via LXD commands)|277|0|2024-08-02| |175|[y0ngb1n/dockerized](https://github.com/y0ngb1n/dockerized)|🐳 Build once, run anywhere|589|0|2024-08-21| |176|[woniuzfb/iptv](https://github.com/woniuzfb/iptv)|HAProxy / Docker / Traefik / Rclone / Calibre Web / Alist / FFmpeg / Nginx / Openresty / V2ray / Xray / Armbian / Proxmox VE / .. All In One Script|916|0|2024-10-05| |177|[jokervTv/auto-install-WRFV4](https://github.com/jokervTv/auto-install-WRFV4)|Automatically install WRF and WPS with GCC.|37|0|2024-09-27| |178|[wy580477/Alist-on-Glitch](https://github.com/wy580477/Alist-on-Glitch)|在 Glitch 免费服务上部署 Alist|62|0|2024-06-26| |179|[decoymini/DecoyMini](https://github.com/decoymini/DecoyMini)|🐝 A highly scalable, safe, free enterprise honeypots 一款高可扩展、安全、免费的企业级蜜罐系统|427|0|2024-07-18| |180|[ustclug/simple-pxe](https://github.com/ustclug/simple-pxe)|便宜,快速,品质尚可|35|0|2024-05-21| |181|[mylovesaber/Tools-Share](https://github.com/mylovesaber/Tools-Share)|存放各种自动化工具|38|0|2024-10-04| |182|[LeavesMC/Leaves](https://github.com/LeavesMC/Leaves)|Fork of Paper aimed at repairing broken vanilla properties.|397|0|2024-10-05| |183|[JiuXia2025/SwitchScript](https://github.com/JiuXia2025/SwitchScript)|九夏大气层整合包自动构建|45|0|2024-06-27| |184|[jark006/freezeitRelease](https://github.com/jark006/freezeitRelease)|冻它模块发布页:适用于Android系统的基于Magisk和Xpsoed框架的墓碑机制模块|153|0|2024-08-12| |185|[jacyl4/de_GWD](https://github.com/jacyl4/de_GWD)|Debian Gateway & DNS - |488|0|2024-09-28| |186|[Hyy2001X/AutoBuild-Actions-BETA](https://github.com/Hyy2001X/AutoBuild-Actions-BETA)|在线编译 Openwrt 一键在线更新固件 BETA|228|0|2024-09-16| |187|[AutisticShark/Airport-toolkit](https://github.com/AutisticShark/Airport-toolkit)|Cat's Shell Script for "Airport" operator|207|0|2024-09-24| |188|[oneclickvirt/6in4](https://github.com/oneclickvirt/6in4)|Self-build IPv6-in-IPv4 Tunnel Server --- 自建IPv6-in-IPv4隧道服务器 |51|0|2024-06-13| |189|[rcmdnk/sentaku](https://github.com/rcmdnk/sentaku)|Utility to make sentaku (selection, 選択(sentaku)) window with shell command.|139|0|2024-10-07| |190|[Apocalypsor/dujiaoka-docker](https://github.com/Apocalypsor/dujiaoka-docker)|独角数卡(发卡)Docker一键部署,支持AMD64/ARM64|226|0|2024-10-09| |191|[217heidai/NestingDNS](https://github.com/217heidai/NestingDNS)|AdGuardHome、MosDNS、SmartDNS 套娃使用实践|68|0|2024-10-09| |192|[felix-fly/v2ray-dnsmasq-dnscrypt](https://github.com/felix-fly/v2ray-dnsmasq-dnscrypt)|路由器openwrt配置dnsmasq、doh,高性能v2ray解决方案。|186|0|2024-08-28| |193|[liqianggh/blog](https://github.com/liqianggh/blog)|简洁至上|163|0|2024-07-22| |194|[Hyy2001X/AutoBuild-Actions-Template](https://github.com/Hyy2001X/AutoBuild-Actions-Template)|在线编译 Openwrt 一键在线更新固件 Stable|70|0|2024-05-03| |195|[thep0y/fcitx5-themes-candlelight](https://github.com/thep0y/fcitx5-themes-candlelight)|fcitx5的简约风格皮肤——烛光。|292|0|2024-08-03| |196|[oneclickvirt/incus](https://github.com/oneclickvirt/incus)|incus相关的各种一键脚本(Various one-click scripts related to incus)|38|0|2024-09-06| |197|[xbdcc/CCommand](https://github.com/xbdcc/CCommand)|Adb和各种android相关开发实用命令收集|105|0|2024-04-22| |198|[LibreDMR/OpenGD77_UserGuide](https://github.com/LibreDMR/OpenGD77_UserGuide)|-|173|0|2024-10-10| |199|[yuchuangu85/Develop-Source](https://github.com/yuchuangu85/Develop-Source)|Open source for developer.(Include:Java, Android, Algorithm, iOS, MacOS, ect)|282|0|2024-08-19| |200|[takushun-wu/WenJinMincho](https://github.com/takushun-wu/WenJinMincho)|可免费商用的大字符集宋体字库,以OFL协议发布。/A large character set fonts in Songti(Mincho) style. Licensed under the SIL OFL 1.1.|43|0|2024-10-10|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Swift.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Swift 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[lihaoyun6/QuickRecorder](https://github.com/lihaoyun6/QuickRecorder)|A lightweight screen recorder based on ScreenCapture Kit for macOS / 基于 ScreenCapture Kit 的轻量化多功能 macOS 录屏工具|4229|24|2024-10-11| |2|[Lakr233/Asspp](https://github.com/Lakr233/Asspp)|The App Store for your multi-account eco system.|1588|17|2024-09-01| |3|[wibus-wee/InjectGUI](https://github.com/wibus-wee/InjectGUI)|macOS Integrated Injection Framework (GUI version)|1179|14|2024-10-06| |4|[exelban/stats](https://github.com/exelban/stats)|macOS system monitor in your menu bar|25221|13|2024-10-06| |5|[MochiDiffusion/MochiDiffusion](https://github.com/MochiDiffusion/MochiDiffusion)|Run Stable Diffusion on Mac natively|7386|11|2024-10-07| |6|[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.|12322|8|2024-10-10| |7|[lihaoyun6/AirBattery-Mobile](https://github.com/lihaoyun6/AirBattery-Mobile)|Get battery usage for all your devices on iPhone or iPad! / 在 iPhone 或 iPad 上获取你所有设备的电量信息!|7|7|2024-10-11| |8|[jaywcjlove/DevHub](https://github.com/jaywcjlove/DevHub)|A feature-rich offline application, is meticulously crafted to support developers in their daily tasks while ensuring the utmost security of their data|1420|6|2024-10-10| |9|[gao-sun/eul](https://github.com/gao-sun/eul)|🖥️ macOS status monitoring app written in SwiftUI.|9253|6|2024-05-25| |10|[mazzzystar/Queryable](https://github.com/mazzzystar/Queryable)|Run OpenAI's CLIP and Apple's MobileCLIP model on iOS to search photos.|2632|6|2024-09-01| |11|[lihaoyun6/Logoer](https://github.com/lihaoyun6/Logoer)|Change the style of the Apple logo in macOS menu bar / 更换macOS菜单栏苹果Logo样式的小工具|494|6|2024-08-09| |12|[lihaoyun6/AirBattery](https://github.com/lihaoyun6/AirBattery)|Get the battery usage of all your devices on your Mac and put them on the Dock / Menu Bar / Widget! && 在Mac上获取你所有设备的电量信息并显示在Dock / 状态栏 / 小组件上!|1198|5|2024-10-11| |13|[Caldis/Mos](https://github.com/Caldis/Mos)|一个用于在 macOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板 A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on macOS|14443|5|2024-07-23| |14|[p0deje/Maccy](https://github.com/p0deje/Maccy)|Lightweight clipboard manager for macOS|12584|5|2024-10-04| |15|[realm/SwiftLint](https://github.com/realm/SwiftLint)|A tool to enforce Swift style and conventions.|18627|5|2024-10-11| |16|[XcodesOrg/XcodesApp](https://github.com/XcodesOrg/XcodesApp)|The easiest way to install and switch between multiple versions of Xcode - with a mouse click. |6893|5|2024-10-11| |17|[xmartlabs/Eureka](https://github.com/xmartlabs/Eureka)|Elegant iOS form builder in Swift|11772|4|2024-09-12| |18|[Moya/Moya](https://github.com/Moya/Moya)|Network abstraction layer written in Swift.|15112|4|2024-08-05| |19|[jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch)|⚙️ All-in-One menu bar app, hide 💻MacBook Pro's notch, dark mode, AirPods, Shortcuts|3942|4|2024-09-29| |20|[netdcy/FlowVision](https://github.com/netdcy/FlowVision)|Waterfall-style image viewer for macOS, offering a smooth and immersive browsing experience.|506|4|2024-10-10| |21|[Ji4n1ng/OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal)|✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm, Hyper or Alacritty.|5907|3|2024-05-11| |22|[maiqingqiang/ChatMLX](https://github.com/maiqingqiang/ChatMLX)|🤖✨ChatMLX is a modern, open-source, high-performance chat application for MacOS based on large language models.|568|3|2024-10-08| |23|[guinmoon/LLMFarm](https://github.com/guinmoon/LLMFarm)|llama and other large language models on iOS and MacOS offline using GGML library.|1262|3|2024-10-11| |24|[tw93/MiaoYan](https://github.com/tw93/MiaoYan)|⛷ Lightweight Markdown app to help you write great sentences. ⛷ 轻灵的 Markdown 笔记本伴你写出妙言|5540|3|2024-09-22| |25|[EFPrefix/EFQRCode](https://github.com/EFPrefix/EFQRCode)|A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.|4576|2|2024-09-19| |26|[coteditor/CotEditor](https://github.com/coteditor/CotEditor)|Lightweight Plain-Text Editor for macOS|6385|2|2024-10-10| |27|[ddddxxx/LyricsX](https://github.com/ddddxxx/LyricsX)|🎶 Ultimate lyrics app for macOS.|4729|2|2024-10-02| |28|[isl-org/OpenBot](https://github.com/isl-org/OpenBot)|OpenBot leverages smartphones as brains for low-cost robots. We have designed a small electric vehicle that costs about $50 and serves as a robot body. Our software stack for Android smartphones suppo ...|2828|2|2024-10-07| |29|[Finb/Bark](https://github.com/Finb/Bark)|Bark is an iOS App which allows you to push custom notifications to your iPhone|5400|2|2024-10-10| |30|[sparrowcode/PermissionsKit](https://github.com/sparrowcode/PermissionsKit)|Universal API for request permission and get its statuses.|5639|2|2024-09-27| |31|[gee1k/uPic](https://github.com/gee1k/uPic)|📤uPic is a native, powerful, beautiful and simple picture and file upload tool for macOS.|3444|2|2024-06-14| |32|[ming1016/SwiftPamphletApp](https://github.com/ming1016/SwiftPamphletApp)|戴铭的开发小册子,一本活的开发手册。使用 SwiftUI + SwiftData + Swift Concurrency Aysnc/Await Actor + GitHub API 开发的 macOS 应用|2339|2|2024-10-09| |33|[EhPanda-Team/EhPanda](https://github.com/EhPanda-Team/EhPanda)|An unofficial E-Hentai App for iOS built with SwiftUI & TCA.|3123|2|2024-08-12| |34|[glushchenko/fsnotes](https://github.com/glushchenko/fsnotes)|Notes manager for macOS/iOS|6378|2|2024-10-09| |35|[DamascenoRafael/reminders-menubar](https://github.com/DamascenoRafael/reminders-menubar)|Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source.|2524|2|2024-09-20| |36|[sshterm/ssh](https://github.com/sshterm/ssh)|libssh2 + OpenSSL + wolfSSL 的swift实现|92|2|2024-10-08| |37|[Yummypets/YPImagePicker](https://github.com/Yummypets/YPImagePicker)|📸 Instagram-like image picker & filters for iOS|4307|2|2024-05-28| |38|[ZhangDo/NeteaseTVDemo](https://github.com/ZhangDo/NeteaseTVDemo)|NeteaseTVDemo (Vibefy) - tvOS 客户端 |250|1|2024-09-15| |39|[Lakr233/MoneyProgress](https://github.com/Lakr233/MoneyProgress)|借一个上班的进度条。|504|1|2024-05-29| |40|[soulverteam/SoulverCore](https://github.com/soulverteam/SoulverCore)|A powerful Swift framework for evaluating natural language math expressions|863|1|2024-09-25| |41|[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 ...|3073|1|2024-09-25| |42|[ArtSabintsev/Siren](https://github.com/ArtSabintsev/Siren)|Notify users when a new version of your app is available and prompt them to upgrade.|4255|1|2024-05-05| |43|[BrikerMan/BMPlayer](https://github.com/BrikerMan/BMPlayer)|A video player for iOS, based on AVPlayer, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, support subtitles. |1954|1|2024-04-23| |44|[krzyzanowskim/STTextView](https://github.com/krzyzanowskim/STTextView)|Performant and reusable text view component (TextKit 2), with line numbers and more. UITextView / NSTextView replacement.|1051|1|2024-09-29| |45|[zixun/GodEye](https://github.com/zixun/GodEye)|Automaticly display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. Just like God opened his eyes|3837|1|2024-09-22| |46|[OpenIntelWireless/HeliPort](https://github.com/OpenIntelWireless/HeliPort)|Intel Wi-Fi Client for itlwm|1097|1|2024-08-08| |47|[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 ...|1659|1|2024-10-08| |48|[ts1/BLEUnlock](https://github.com/ts1/BLEUnlock)|Lock/unlock your Mac with your iPhone, Apple Watch, or any other Bluetooth LE devices|2691|1|2024-07-12| |49|[Danie1s/Tiercel](https://github.com/Danie1s/Tiercel)|简单易用、功能丰富的纯 Swift 下载框架|2659|1|2024-06-17| |50|[pujiaxin33/JXSegmentedView](https://github.com/pujiaxin33/JXSegmentedView)|A powerful and easy to use segmented view (segmentedcontrol, pagingview, pagerview, pagecontrol, categoryview) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)|2699|1|2024-07-10| |51|[AnimacX/AnimacX](https://github.com/AnimacX/AnimacX)|(弹弹Play MacOS/iOS版)一款可以追番的弹幕视频播放器。原生支持M/intel系列芯片,实现了大部分Window端功能。新增支持iOS系统。|134|1|2024-10-11| |52|[AAChartModel/AAChartKit-Swift](https://github.com/AAChartModel/AAChartKit-Swift)|📈📊📱💻🖥️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 ...|2417|1|2024-08-26| |53|[LeoMobileDeveloper/ios-developer-tools](https://github.com/LeoMobileDeveloper/ios-developer-tools)|Tools that every iOS developer should know.|1664|1|2024-06-08| |54|[37MobileTeam/iChatGPT](https://github.com/37MobileTeam/iChatGPT)|OpenAI ChatGPT SwiftUI app for iOS, iPadOS, macOS|932|1|2024-06-15| |55|[longitachi/ZLPhotoBrowser](https://github.com/longitachi/ZLPhotoBrowser)|Wechat-like image picker. Support select photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能; |4772|1|2024-09-25| |56|[intsig171/SmartCodable](https://github.com/intsig171/SmartCodable)|SmartCodable is a data parsing library based on Codable. It is simple to use, with robust compatibility being one of its main features. SmartCodable 是基于Codable实现的数据解析库。简单易用,强悍的兼容性是SmartCodable的主要特点。 ...|386|1|2024-10-08| |57|[rime/squirrel](https://github.com/rime/squirrel)|【鼠鬚管】Rime for macOS|4638|1|2024-09-15| |58|[WeTransfer/WeScan](https://github.com/WeTransfer/WeScan)|Document Scanning Made Easy for iOS|2846|1|2024-09-10| |59|[tid-kijyun/Kanna](https://github.com/tid-kijyun/Kanna)|Kanna(鉋) is an XML/HTML parser for Swift.|2416|1|2024-04-28| |60|[vChewing/vChewing-macOS](https://github.com/vChewing/vChewing-macOS)|威注音輸入法 macOS 版,恐怕是截至目前為止在功能多樣性方面最強的第三方免費 macOS 系統專用輸入法,採純 Swift 語言寫就。威注音的著力點是盡可能在力所能及的範圍內將整個產品的功能做得更好用,搭配特製的簡體中文與繁體中文專用辭庫。是純粹的簡體中文注音輸入法(也內贈原生繁體中文輸入模式),更具諸多威注音特色功能。目前研發管理工作均在 CSDN GitCode 進行。|309|0|2024-07-07| |61|[Jdb156158/JbbAnimateWidget](https://github.com/Jdb156158/JbbAnimateWidget)|ios小组件动画效果调研|76|0|2024-07-04| |62|[Myoland/wechatpay-swift](https://github.com/Myoland/wechatpay-swift)|微信支付 V3 API 的 Swift 服务端 SDK|48|0|2024-10-06| |63|[yuetyam/jyutping](https://github.com/yuetyam/jyutping)|Cantonese Keyboard for iOS & macOS. 粵語粵拼輸入法鍵盤|116|0|2024-10-11| |64|[rustq/swiftui-skia](https://github.com/rustq/swiftui-skia)|Skia based 2d graphics SwiftUI rendering library. It is based on Rust to implement software rasterization to perform rendering. 基于 Skia 的 2D 图形 SwiftUI 渲染库 —— 使用 Rust 语言实现纯软件光栅化渲染|33|0|2024-09-10| |65|[Jacke-xu/WYBasisKit-swift](https://github.com/Jacke-xu/WYBasisKit-swift)|"WYBasisKit" is a toolkit aimed at greatly improving efficiency.|14|0|2024-09-04| |66|[Liao-Hexo/Daily-Bill](https://github.com/Liao-Hexo/Daily-Bill)|蜗牛记账-简约精致的记账app|21|0|2024-07-23| |67|[xjbeta/iina-plus](https://github.com/xjbeta/iina-plus)|Extra danmaku support for iina. (iina 弹幕支持|1130|0|2024-09-18| |68|[gsyhei/GXRefresh](https://github.com/gsyhei/GXRefresh)|Swift版的下拉刷新上拉加载,支持Gif、支持自定义刷新动画。|16|0|2024-08-26| |69|[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. |335|0|2024-04-18| |70|[Zyf893549897/UseWCDB](https://github.com/Zyf893549897/UseWCDB)|WCDB的简单使用,数据库便捷操作,增删改查基本用法|5|0|2024-09-05| |71|[dengzemiao/DZMeBookRead](https://github.com/dengzemiao/DZMeBookRead)|支持项目使用!最完整小说阅读器Demo!仿iReader(掌阅),QQ阅读 ... 常用阅读器阅读页面,支持 翻页效果(仿真,覆盖,平移,滚动,无效果)、字体切换、书签功能、阅读记录、亮度调整、背景颜色切换 ...|1232|0|2024-09-03| |72|[qwertyyb/Fire](https://github.com/qwertyyb/Fire)|使用Swift实现的Macos五笔输入法|83|0|2024-09-12| |73|[outtable/9live](https://github.com/outtable/9live)|🔥🔥🔥 专业版iOS混淆工具,马甲工具,提供试用版本,100%过机器审核,解决4.3,2.3.1问题,支持语言 c/c++/objc/objc++/swift 并支持各种资源改名,混淆、一键出包,提供良好的UI界面,支持多包管理一包一特征,解决4.3问题|42|0|2024-10-09| |74|[smallwhitexujian/flutter_plugin_alpha_player](https://github.com/smallwhitexujian/flutter_plugin_alpha_player)|alphaPlayer改装成Flutter|7|0|2024-09-05| |75|[zhengwenming/swiftDemo](https://github.com/zhengwenming/swiftDemo)|swift框架demo,做swift项目的时候可以参考,很多控件的使用,还用扫一扫等等(支持swift3.0)|110|0|2024-05-12| |76|[poos/NoLogMacro](https://github.com/poos/NoLogMacro)|A swift macro that produces oslog with custom info. 一个基于Swift Macro的日志封装,点击打的日志可在Xcode直接跳转到代码行。|30|0|2024-05-13| |77|[monako97/2fa-for-macOS](https://github.com/monako97/2fa-for-macOS)|使用Swift UI开发的身份验证器(2FA)|10|0|2024-08-11| |78|[JoanKing/JKSwiftExtension](https://github.com/JoanKing/JKSwiftExtension)|Swift常用扩展、组件、协议,方便项目快速搭建,提供完整清晰的Demo示例,不断的完善中...... |748|0|2024-10-11| |79|[liamnichols/ListItemFormatter](https://github.com/liamnichols/ListItemFormatter)|NSFormatter subclass that can format lists based on locale following the Unicode CLDR specification|21|0|2024-05-16| |80|[DamonHu/DDFileBrowser](https://github.com/DamonHu/DDFileBrowser)|The iOS sandbox file browser, which has view, copy, move, delete files and other operations. iOS端沙盒文件浏览器,可以查看、拷贝、移动、删除等操作|32|0|2024-05-28| |81|[DevForrestWang/SwiftCase](https://github.com/DevForrestWang/SwiftCase)|Swift开发示例,包括基本组件、常用方法使用、设计模式、算法和一些示例。|18|0|2024-10-09| |82|[lixiang1994/AutoInch](https://github.com/lixiang1994/AutoInch)|优雅的iPhone全尺寸/等比例精准适配工具|466|0|2024-09-26| |83|[linhay/SectionKit](https://github.com/linhay/SectionKit)|动态表单框架|6|0|2024-08-27| |84|[lszzy/FWFramework](https://github.com/lszzy/FWFramework)|iOS development framework, mainly solves the routine and pain points in native development, and builds a modular project structure to facilitate iOS development. iOS开发框架,主要解决原生开发中的常规和痛点问题,搭建模块化项目架构,方 ...|12|0|2024-10-10| |85|[Tyh2001/small-red-book](https://github.com/Tyh2001/small-red-book)|使用 SwiftUI 开发的小红书 IOS 原生手机 App。|18|0|2024-04-17| |86|[laishulu/macism](https://github.com/laishulu/macism)|Command line MacOS Input Source Manager|127|0|2024-05-31| |87|[CreatorsDAO/apple-swift-co-learn](https://github.com/CreatorsDAO/apple-swift-co-learn)|Apple Swift 开发共学仓库|11|0|2024-10-09| |88|[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)|25|0|2024-07-23| |89|[wyqACoffer/DynamicWidget](https://github.com/wyqACoffer/DynamicWidget)|灵动组件(小组件、实时活动)|111|0|2024-07-31| |90|[sakeven/Selected](https://github.com/sakeven/Selected)|A Mac tool that allows various operations on selected text.|51|0|2024-10-07| |91|[yungfan/New-in-iOS](https://github.com/yungfan/New-in-iOS)|What's new in UIKit?|12|0|2024-09-29| |92|[Pircate/EachNavigationBar](https://github.com/Pircate/EachNavigationBar)|A custom navigation bar for each view controller.|594|0|2024-04-26| |93|[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 ...|8|0|2024-06-13| |94|[lixiang1994/Router](https://github.com/lixiang1994/Router)|基于URLNavigator抽象的外部URL路由组件 支持任意类型配置 插件机制|21|0|2024-04-17| |95|[siyuan-note/siyuan-ios](https://github.com/siyuan-note/siyuan-ios)|SiYuan iOS APP|74|0|2024-10-09| |96|[xjh093/JHVerifyCodeView](https://github.com/xjh093/JHVerifyCodeView)|验证码输入框,验证码,code view,iOS验证码输入|7|0|2024-05-11| |97|[Bruce-pac/SlideDrawer](https://github.com/Bruce-pac/SlideDrawer)|A lightweight, no intrusion,one line code to use, Slide Drawer written Swift 5. 一行代码实现侧滑抽屉。|12|0|2024-08-26| |98|[IFTTT/ConnectSDK-iOS](https://github.com/IFTTT/ConnectSDK-iOS)|Connect Button SDK for iOS|18|0|2024-07-03| |99|[qianlishun/TermiWatchWidget](https://github.com/qianlishun/TermiWatchWidget)|苹果手表自定义表盘,终端主题,Terminal Watch Widget Face for Apple Watch.|20|0|2024-10-08| |100|[ExCodable/ExCodable](https://github.com/ExCodable/ExCodable)|JSON-Model Conversion with Swift Codable|141|0|2024-10-09| |101|[easemob/easemob-demo-ios](https://github.com/easemob/easemob-demo-ios)|-|22|0|2024-08-29| |102|[jiasongs/JSNestedScroll](https://github.com/jiasongs/JSNestedScroll)|嵌套滚动|7|0|2024-10-11| |103|[Boxzhi/HZNavigationBar](https://github.com/Boxzhi/HZNavigationBar)|A very simple to use, can be completely customized navigation bar. 一款使用非常简单,可以完全自定义的导航栏。 |59|0|2024-10-11| |104|[pujiaxin33/JXPopupView](https://github.com/pujiaxin33/JXPopupView)|一个轻量级的自定义视图弹出框架|150|0|2024-07-08| |105|[itenfay/DYFStore](https://github.com/itenfay/DYFStore)|一个轻量级且易用的iOS应用内购库(A lightweight and easy-to-use iOS library for In-App Purchases.)。|48|0|2024-06-23| |106|[MQZHot/DaisyNet](https://github.com/MQZHot/DaisyNet)|Alamofire与Cache封装 , 更容易存储请求数据|381|0|2024-06-22| |107|[RickeyBoy/ScreenshotableView](https://github.com/RickeyBoy/ScreenshotableView)|SwiftUI 轻量级自定义截图组件 / A SwiftUI View can easily get a custom screenshot image.|31|0|2024-07-03| |108|[yuman07/EMHentai](https://github.com/yuman07/EMHentai)|一个简易,小巧,快速,纯Swift的Ehentai的iOS APP|63|0|2024-10-11| |109|[aliyun/aliyun-log-ios-sdk](https://github.com/aliyun/aliyun-log-ios-sdk)|Aliyun LOG iOS SDK|84|0|2024-05-06| |110|[wenping-office/WPCommand](https://github.com/wenping-office/WPCommand)|通用库|7|0|2024-10-11| |111|[yangKJ/HollowCodable](https://github.com/yangKJ/HollowCodable)|Codable customized using property wrappers library for Swift. Replace the existing HandyJSON at project. 😤|70|0|2024-07-29| |112|[JoneWang/imink](https://github.com/JoneWang/imink)|The ultimate companion app for Splatoon 2.|126|0|2024-09-04| |113|[Rogue24/ScreenRotator](https://github.com/Rogue24/ScreenRotator)|A utility class that allows for rotating/locking screen orientation anytime, anywhere. 屏幕旋转工具类,能通过代码随时随地旋转/锁定屏幕方向。|62|0|2024-06-14| |114|[duquewu/FanFanSwift](https://github.com/duquewu/FanFanSwift)|翻翻看 Swift 版|207|0|2024-09-02| |115|[cmushroom/redis-pro](https://github.com/cmushroom/redis-pro)|redis-pro redis 桌面管理工具|649|0|2024-09-17| |116|[CrazyFanFan/Aquarius](https://github.com/CrazyFanFan/Aquarius)|A tool to obtain dependencies by analyzing "Podfile.lock"|133|0|2024-06-07| |117|[Liaoworking/MoyaNetworkTool](https://github.com/Liaoworking/MoyaNetworkTool)|a robust networkTool based on Moya. Moya Demo 一个强健的基于moya二次封装的网络框架 支持Concurrency|262|0|2024-05-22| |118|[namesubai/WidgetFilmView](https://github.com/namesubai/WidgetFilmView)|实现TopWidgets iOS小组件电影级别的流畅动画|18|0|2024-07-22| |119|[ethanhuang13/blahker](https://github.com/ethanhuang13/blahker)|巴拉剋 - Safari 蓋版廣告消除器|124|0|2024-09-17| |120|[JayChou202302/BRCPopUp](https://github.com/JayChou202302/BRCPopUp)|BRCPopUp is a versatile, highly customizable PopUp menu library for iOS. 一个高度定制,功能强大的iOS弹出框。大于 v1.2.0 支持 SwiftUI|6|0|2024-09-10| |121|[lixiang1994/AttributedString](https://github.com/lixiang1994/AttributedString)|基于Swift插值方式优雅的构建富文本, 支持点击长按事件, 支持不同类型过滤, 支持自定义视图等.|853|0|2024-09-19| |122|[Louiswu2011/chafenqi](https://github.com/Louiswu2011/chafenqi)|中二节奏/舞萌DX国服查分器 iOS端|27|0|2024-10-09| |123|[JmoVxia/CLPlayer](https://github.com/JmoVxia/CLPlayer)|自定义视频播放器|443|0|2024-08-12| |124|[TsinHzl/ZLCollectionLeftLayout](https://github.com/TsinHzl/ZLCollectionLeftLayout)|left aligned CollectionView layout. Written in Swift 自动左对齐collection cell的样式|7|0|2024-05-25| |125|[Weang/WLPhotoPicker](https://github.com/Weang/WLPhotoPicker)|iOS图片、视频选择工具。支持多选,支持图片处理,视频压缩,实况和视频互转。|27|0|2024-06-28| |126|[Ch0uti/ChouTi](https://github.com/Ch0uti/ChouTi)|🗄 ChouTi (抽屉) - a framework for Swift development. See updated package: https://github.com/honghaoz/ChouTi|17|0|2024-08-18| |127|[openvanilla/McBopomofo](https://github.com/openvanilla/McBopomofo)|小麥注音輸入法|621|0|2024-10-08| |128|[JmoVxia/CLPopoverManager](https://github.com/JmoVxia/CLPopoverManager)|自定义弹窗管理工具|45|0|2024-06-14| |129|[623637646/ImpressionKit](https://github.com/623637646/ImpressionKit)|A tool to detect impression events for UIView (exposure of UIView) in iOS. SwiftUI supported.|123|0|2024-06-10| |130|[sunsx9316/DanDanPlay_Experience](https://github.com/sunsx9316/DanDanPlay_Experience)|弹弹play体验版|40|0|2024-09-28| |131|[LittleSweet-Z/Ocode](https://github.com/LittleSweet-Z/Ocode)|iOS 代码混淆工具、iOS混淆助手,免费使用,支持 Object-C 、 Swift,解决4.3问题|14|0|2024-09-25| |132|[Darktt/JsonProtection](https://github.com/Darktt/JsonProtection)|處理後端提供各種神奇 Json 資料,而做的解析保護|13|0|2024-07-03| |133|[DamonHu/DDKitSwift](https://github.com/DamonHu/DDKitSwift)|A collection of ZXKit debugging tools, used for iOS platform development and bug debugging. ZXKit的调试工具集合,用于iOS平台的开发和bug调试|16|0|2024-09-10| |134|[CrazyFanFan/K3Pinyin](https://github.com/CrazyFanFan/K3Pinyin)|translate chinese hanzi to pinyin by swift|11|0|2024-04-20| |135|[zhiquan911/CHKLineChart](https://github.com/zhiquan911/CHKLineChart)|纯Swift4.0代码编写的K线图表组件,支持:MA,EMA,BOLL,SAR,KDJ,MACD等技术指标显示。集成使用简单,二次开发扩展强大|447|0|2024-06-13| |136|[YiHuaXie/NNModule](https://github.com/YiHuaXie/NNModule)|Swift项目中的组件化管理,包括依赖注入、路由等|266|0|2024-07-16| |137|[6tail/lunar-swift](https://github.com/6tail/lunar-swift)|日历、公历(阳历)、农历(阴历、老黄历)、佛历、道历,节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar.|65|0|2024-05-22| |138|[pujiaxin33/StackUI](https://github.com/pujiaxin33/StackUI)|StackUI just like SwiftUI|135|0|2024-07-08| |139|[henrik-dmg/HPOpenWeather](https://github.com/henrik-dmg/HPOpenWeather)|Request OpenWeather data with ease in Swift|20|0|2024-10-02| |140|[zjinhu/SwiftMesh](https://github.com/zjinhu/SwiftMesh)|swift砖块系列:基于Alamofire5的Combine封装,更加快捷的发起网络请求,支持SwiftUI|26|0|2024-10-09| |141|[yangKJ/Moonlit](https://github.com/yangKJ/Moonlit)|播放器,支持边下边播边缓存的播放器方案,支持免费试看、跳过片头片尾、记忆观看记录、画中画播放等等|12|0|2024-09-20| |142|[yangKJ/RxNetworks](https://github.com/yangKJ/RxNetworks)|🧚 MVP Network Api library. 插件版网络基础架构,支持响应式。|225|0|2024-09-20| |143|[stripe/stripe-ios](https://github.com/stripe/stripe-ios)|Stripe iOS SDK |2097|0|2024-10-11| |144|[natfrp/launcher-macos](https://github.com/natfrp/launcher-macos)|SakuraFrp 启动器 macOS 用户界面|5|0|2024-08-09| |145|[xaoxuu/ProHUD](https://github.com/xaoxuu/ProHUD)|适用于任何定制化UI的专业级HUD容器(Toast、Alert、Sheet、Capsule四件套)|95|0|2024-05-30| |146|[Rogue24/OneDay](https://github.com/Rogue24/OneDay)|精美的桌面小组件。|40|0|2024-08-06| |147|[rztime/RZRichTextView](https://github.com/rztime/RZRichTextView)|iOS 原生UITextView 富文本编辑器|238|0|2024-10-08| |148|[XanderXu/RealityGlitchArt](https://github.com/XanderXu/RealityGlitchArt)|GlitchArt: Cyberpunk-2077-Style Glitch Art For Apple Vision Pro,Shader Graph|6|0|2024-07-14| |149|[zjinhu/SwiftBrick](https://github.com/zjinhu/SwiftBrick)|swift砖块系列:UI基础框架,有各种工具方便快速搭建APP|48|0|2024-08-23| |150|[AnyImageKit/AnyImageKit](https://github.com/AnyImageKit/AnyImageKit)|A toolbox for pick/edit/capture photo or video. Written in Swift. |752|0|2024-10-09| |151|[tinode/ios](https://github.com/tinode/ios)|Tinodios: Tinode Messaging Client for iOS|243|0|2024-07-22| |152|[iHongRen/CXYTableViewExt-Swift](https://github.com/iHongRen/CXYTableViewExt-Swift)|Make UITableView configuration easier. 让你更简单的配置UITableView|8|0|2024-04-30| |153|[Astrian/switshot](https://github.com/Astrian/switshot)|Console screenshot transfer|60|0|2024-05-14| |154|[iWECon/Lookup](https://github.com/iWECon/Lookup)|The better way to deal with JSON data in Swift.|6|0|2024-08-05| |155|[zjinhu/HUD](https://github.com/zjinhu/HUD)|SwiftUI实现的弹窗HUD,支持Loading,Progress,Success,Fail,Toast,Popup,支持自定义View|9|0|2024-05-11| |156|[cezheng/Fuzi](https://github.com/cezheng/Fuzi)|A fast & lightweight XML & HTML parser in Swift with XPath & CSS support|1073|0|2024-07-12| |157|[kingslay/KSPlayer](https://github.com/kingslay/KSPlayer)|A video player for iOS、macOS、tvOS、visionOS , based on AVPlayer and FFmpeg, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, SwiftUI, support subtitles.|991|0|2024-10-10| |158|[seasonZhu/RxStudy](https://github.com/seasonZhu/RxStudy)|RxSwift/RxCocoa框架,MVVM模式编写wanandroid客户端|204|0|2024-09-20| |159|[ugly-soul/VolumeManager](https://github.com/ugly-soul/VolumeManager)|音量管理,一切就是这么简单!|22|0|2024-08-19| |160|[developerjet/JetChat](https://github.com/developerjet/JetChat)| Swift5.0简仿微信聊天,完美支持表情键盘、单聊、群聊、本地消息会话缓存、朋友圈、黑夜模式。|196|0|2024-05-08| |161|[winddpan/CodableWrapper](https://github.com/winddpan/CodableWrapper)|@CodingKey("encoder", "decoder") var cool: Bool = true|352|0|2024-09-02| |162|[LinXunFeng/LXFProtocolTool](https://github.com/LinXunFeng/LXFProtocolTool)|由Swift中协议方式实现功能的实用工具库【Refreshable、EmptyDataSetable 支持 Rx 】|116|0|2024-05-29| |163|[zonble/flutter_open_chinese_convert](https://github.com/zonble/flutter_open_chinese_convert)|Open Chinese Convert for Flutter|21|0|2024-09-30| |164|[lifution/FSPopoverView](https://github.com/lifution/FSPopoverView)|An iOS customizable view that displays a popover view.|754|0|2024-09-04| |165|[DamonHu/HDHUD](https://github.com/DamonHu/HDHUD)|An easy-to-use, adaptive content HUD, developed based on swift。基于Swift编写的一个简单高效的HUD组件|5|0|2024-05-28| |166|[JWAutumn/ACarousel](https://github.com/JWAutumn/ACarousel)|A carousel view for SwiftUI SwiftUI 旋转木马效果|408|0|2024-08-13| |167|[creepymonster/GlucoseDirect](https://github.com/creepymonster/GlucoseDirect)|App programmed in Swift/SwiftUI for using Libre blood glucose sensors.|351|0|2024-08-26| |168|[Zyf893549897/SwiftRouter](https://github.com/Zyf893549897/SwiftRouter)|基于URLNavigator封装,路由解决方案,备注清晰使用简单全面|6|0|2024-05-29| |169|[mancongiOS/MCToast](https://github.com/mancongiOS/MCToast)|Toast交互,Alert展示|25|0|2024-08-19| |170|[3lvis/Networking](https://github.com/3lvis/Networking)|Swift HTTP Networking with stubbing and caching support|1360|0|2024-08-05| |171|[netease-kit/nim-uikit-ios](https://github.com/netease-kit/nim-uikit-ios)|云信 IM UIKit 是基于 NIM SDK(网易云信 IM SDK)开发的一款即时通讯 UI 组件库,包括聊天、会话、圈组、搜索、群管理等组件。通过 IM UIKit,可快速集成包含 UI 界面的即时通讯应用。|1504|0|2024-09-30| |172|[Jumio/mobile-react](https://github.com/Jumio/mobile-react)|Jumio Mobile Plugin for React Native|37|0|2024-08-27| |173|[yxh265/YYRouter](https://github.com/yxh265/YYRouter)|YYRouter一个简单好用的swift路由组件|16|0|2024-07-30| |174|[bestheme/lunar-swift](https://github.com/bestheme/lunar-swift)|lunar是一款无第三方依赖的日历工具,支持公历(阳历)、农历(阴历、老黄历)、道历、佛历,支持星座、儒略日、干支、生肖、节气、节日、时间局、五行、法定节假日及调休等。|26|0|2024-07-05| |175|[wxxsw/GSPlayer](https://github.com/wxxsw/GSPlayer)|⏯ Video player, support for caching, preload, fullscreen transition and custom control view. 视频播放器,支持边下边播、预加载、全屏转场和自定义控制层|425|0|2024-09-09| |176|[yungfan/Swift-learning](https://github.com/yungfan/Swift-learning)|Swift语法|16|0|2024-04-18| |177|[itenfay/CXSwiftKit](https://github.com/itenfay/CXSwiftKit)|提供Swift丰富的扩展和实用工具类(This provides the utilities and rich extensions of Swift.)。|12|0|2024-04-22| |178|[Panway/PandaNote](https://github.com/Panway/PandaNote)|markdown note taking App on iOS & macOS 支持iOS和macOS的markdown笔记|86|0|2024-08-02| |179|[a51095/HelloSwift](https://github.com/a51095/HelloSwift)|swift5.0,定时器,活动倒计时,alter弹框,吐司弹框|29|0|2024-10-08| |180|[shang1219178163/SwiftTemplet](https://github.com/shang1219178163/SwiftTemplet)|Swift项目模板,代封装、优化、复用、重构试验场。。。|37|0|2024-06-17| |181|[W-Mai/BuZhiYin](https://github.com/W-Mai/BuZhiYin)|不只因|144|0|2024-08-19| |182|[shmilyQin/RxSwiftLearn](https://github.com/shmilyQin/RxSwiftLearn)|Rx的操作符使用和分析。一些基于MVVM+RxSwift+Moya+HandyJSON(Decodable)|12|0|2024-08-06| |183|[jch12138/ncmdump-mac-gui](https://github.com/jch12138/ncmdump-mac-gui)|mac平台下将网易云ncm格式转换为mp3/flac的小工具|26|0|2024-04-15| |184|[sfldzh/SRAlbum](https://github.com/sfldzh/SRAlbum)|自定义相册,带拍照、录像,图片处理(GPUImage)|35|0|2024-08-03| |185|[itenfay/CXDownload](https://github.com/itenfay/CXDownload)|Swift断点续传下载,支持Objective-C。包含大文件下载,后台下载,杀死进程,重新启动时继续下载,设置下载并发数,监听网络改变等。|12|0|2024-06-23| |186|[vChewing/Megrez](https://github.com/vChewing/Megrez)|天權星引擎是用來處理輸入法語彙庫的一個模組。該倉庫承載其 Swift 版本。 Megrez Engine is a module made for processing lingual data of an input method. This repository holds the Swift version of it. For C# version: https://github.com ...|7|0|2024-06-13| |187|[yangKJ/ImageX](https://github.com/yangKJ/ImageX)|👓 GIFs and images displayed. 动态图像滤镜播放图像框架。|31|0|2024-05-08| |188|[DuckDeck/iOSDemo](https://github.com/DuckDeck/iOSDemo)|-|53|0|2024-07-12| |189|[juggleim/imsdk-ios](https://github.com/juggleim/imsdk-ios)|Juggle iOS IMSDK,提供 IM 单聊、群聊、直播聊天室等即时通讯模块, IM iOS SDK 支持发送文本、图片、语音、文件等多种消息类型|5|0|2024-10-11| |190|[xjbeta/NeteaseMusic-macOS](https://github.com/xjbeta/NeteaseMusic-macOS)|网易云音乐 for macOS on swift. (Unofficial Completion 70%|52|0|2024-06-06| |191|[james19870606/TronWeb](https://github.com/james19870606/TronWeb)|接入波场钱包,TronWallet for iOS.|10|0|2024-09-13| |192|[CofficLab/Cisum_SwiftUI](https://github.com/CofficLab/Cisum_SwiftUI)|Apple 平台的音乐播放器|6|0|2024-10-10| |193|[isaced/ISEmojiView](https://github.com/isaced/ISEmojiView)|Emoji Keyboard for iOS|521|0|2024-08-20| |194|[xiaofu666/SwiftUI_Demos](https://github.com/xiaofu666/SwiftUI_Demos)|使用 Swift UI 实现的各种动画,多种样式的轮播图,输入框,菜单,指示器,转盘,3D 视图,分段控制器,分享,手势,拖拽排序,光影动效,灵动岛适配,自定义TabBar,定时器,放大镜,数字动画,验证码输入框,地图,抽屉菜单等一系列功能的使用示例!|162|0|2024-09-29| |195|[york9675/YorkNotify](https://github.com/york9675/YorkNotify)|An iOS app that can schedule notifications 一個可以排程通知的 iOS 應用程式|6|0|2024-10-05| |196|[eroscai/SZAVPlayer](https://github.com/eroscai/SZAVPlayer)|SZAVPlayer is a lightweight audio/video player library, based on AVPlayer and AVAssetResourceLoaderDelegate, pure-Swift. Support cache and video image output.|229|0|2024-06-14| |197|[Tuluobo/GGEsim](https://github.com/Tuluobo/GGEsim)|一个可以在没有 Esim 情况下将 Giffgaff 转为 Esim 二维码 App。|6|0|2024-10-08| |198|[AppDevGuy/OSSSpeechKit](https://github.com/AppDevGuy/OSSSpeechKit)|OSSSpeechKit offers a native iOS Speech wrapper for AVFoundation and Apple's Speech.|139|0|2024-04-22| |199|[SSBun/FlyCoding](https://github.com/SSBun/FlyCoding)|A Xcode extension like Emmet|32|0|2024-08-02| |200|[lixiang1994/Apis](https://github.com/lixiang1994/Apis)|基于URLNavigator抽象的URL路由组件 灵感来自Moya 配置化 插件化.|18|0|2024-04-17|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/TeX.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > TeX 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[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.|3902|2|2024-08-20| |2|[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ε|2965|1|2024-05-06| |3|[THUNLP-MT/MT-Reading-List](https://github.com/THUNLP-MT/MT-Reading-List)|A machine translation reading list maintained by Tsinghua Natural Language Processing Group|2423|1|2024-08-09| |4|[karlseguin/the-little-go-book](https://github.com/karlseguin/the-little-go-book)|-|2164|1|2024-08-26| |5|[tuna/thuthesis](https://github.com/tuna/thuthesis)|LaTeX Thesis Template for Tsinghua University|4547|1|2024-09-27| |6|[Didnelpsun/Math](https://github.com/Didnelpsun/Math)|考研数学,数学一,包括高等数学、线性代数、概率统计|805|1|2024-06-25| |7|[yhwu-is/Linear-Algebra-Left-Undone](https://github.com/yhwu-is/Linear-Algebra-Left-Undone)|线性代数:未竟之美|482|1|2024-10-11| |8|[hijiangtao/resume](https://github.com/hijiangtao/resume)|个人中文简历 Latex 源码 https://hijiangtao.github.io/|1833|1|2024-09-04| |9|[TheNetAdmin/zjuthesis](https://github.com/TheNetAdmin/zjuthesis)|Zhejiang University Graduation Thesis LaTeX Template|2574|1|2024-09-06| |10|[WHU-ICPC/WHU-ICPC](https://github.com/WHU-ICPC/WHU-ICPC)|武汉大学 ICPC 集训队仓库|6|0|2024-09-11| |11|[flaribbit/lyrics](https://github.com/flaribbit/lyrics)|收集了一些我喜欢的歌曲的歌词|3|0|2024-10-06| |12|[dhiyu/NJUPT-Bachelor](https://github.com/dhiyu/NJUPT-Bachelor)|南京邮电大学本科生毕业设计Latex模板|12|0|2024-06-05| |13|[ethereum/yellowpaper](https://github.com/ethereum/yellowpaper)|The "Yellow Paper": Ethereum's formal specification|1647|0|2024-09-02| |14|[hongmingjian/lectureos](https://github.com/hongmingjian/lectureos)|《操作系统原理》课件|3|0|2024-05-14| |15|[Leaf-1037/HUST_Data_Structure_Experiment](https://github.com/Leaf-1037/HUST_Data_Structure_Experiment)|华中科技大学2021级数据结构实验(2022年秋)|5|0|2024-04-13| |16|[OpenXiangShan/XiangShan-doc](https://github.com/OpenXiangShan/XiangShan-doc)|Documentation for XiangShan|344|0|2024-10-01| |17|[Teddy-van-Jerry/seuthesis2024b](https://github.com/Teddy-van-Jerry/seuthesis2024b)|LaTeX Template of Southeast University Thesis for Class of 2024 Bachelors (东南大学 2024 届本科毕设 LaTeX 模板)|40|0|2024-08-28| |18|[seed-labs/seedlabs-chinese](https://github.com/seed-labs/seedlabs-chinese)|Chinese translation of the SEED Labs|46|0|2024-09-25| |19|[xiamyphys/hduthesis](https://github.com/xiamyphys/hduthesis)|LaTeX class for bachelor and MPhil theses in Hangzhou Dianzi University (杭州电子科技大学).|14|0|2024-10-10| |20|[flyQQQHddd/temp-of-report](https://github.com/flyQQQHddd/temp-of-report)|WHURS实习报告LaTex模板|6|0|2024-09-18| |21|[wenjin1997/zkHackerHouse-binius](https://github.com/wenjin1997/zkHackerHouse-binius)|在zkHackerHouse@苏州 期间,对binius进行的主题研究。|6|0|2024-05-03| |22|[MinmusLin/Minmus_Operating_System_in_Rust](https://github.com/MinmusLin/Minmus_Operating_System_in_Rust)|MinmusOS: The design and implementation of an operating system based on Rust language. MinmusOS: 基于 Rust 语言的操作系统的设计与实现. (2024年同济大学操作系统课程设计课程项目)|5|0|2024-09-23| |23|[cosmos/ibc](https://github.com/cosmos/ibc)|Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.|931|0|2024-10-11| |24|[HFUTTUG/HFUT_Thesis](https://github.com/HFUTTUG/HFUT_Thesis)|LaTeX Thesis Template for Hefei University of Technology|150|0|2024-09-04| |25|[eliocamp/ggnewscale](https://github.com/eliocamp/ggnewscale)|Multiple Fill, Color and Other Scales in `ggplot2`|400|0|2024-07-19| |26|[wengan-li/ncku-thesis-template-latex](https://github.com/wengan-li/ncku-thesis-template-latex)|NCKU Thesis/Dissertation Template in Latex 台灣國立成功大學碩博士用畢業論文LaTex模板|95|0|2024-05-26| |27|[willard-yuan/cv-and-resume](https://github.com/willard-yuan/cv-and-resume)|:coffee:My resume !|12|0|2024-08-12| |28|[lliei0x/Moderncv-LateX](https://github.com/lliei0x/Moderncv-LateX)|LaTeX简历模版👀📑|5|0|2024-08-21| |29|[FvNCCR228/SCU_Beamer_Slide-demo](https://github.com/FvNCCR228/SCU_Beamer_Slide-demo)|四川大学非官方Beamer模板 Unofficial Beamer Template for Sichuan University|85|0|2024-05-18| |30|[PandaScience/FortySecondsCV](https://github.com/PandaScience/FortySecondsCV)|A highly customizable and improved version of Carmine Spagnuolo's Twenty Seconds Curriculum Vitae.|213|0|2024-05-29| |31|[berries-tart/HUST-Principles-of-Imperative-Computation](https://github.com/berries-tart/HUST-Principles-of-Imperative-Computation)|华中科技大学2022级命令式计算原理|9|0|2024-05-28| |32|[SJTU-HPC/docs.hpc.sjtu.edu.cn](https://github.com/SJTU-HPC/docs.hpc.sjtu.edu.cn)|SJTU HPC 用户文档站点|147|0|2024-09-20| |33|[wenjin1997/zkHackerHouse-binius](https://github.com/wenjin1997/zkHackerHouse-binius)|在zkHackerHouse@苏州 期间,对binius进行的主题研究。|3|0|2024-05-21| |34|[xinmiaok/xinmiao-garden-example](https://github.com/xinmiaok/xinmiao-garden-example)|通过整合多个obsidian的示例库,具有个人风格的示例库最终形成。|3|0|2024-05-28| |35|[yingchaotw/STUST-thesis-template](https://github.com/yingchaotw/STUST-thesis-template)|南臺科技大學 LaTeX 論文模板|4|0|2024-08-24| |36|[zepinglee/gbt7714-bibtex-style](https://github.com/zepinglee/gbt7714-bibtex-style)|GB/T 7714-2015 BibTeX Style|1183|0|2024-06-06| |37|[latexstudio/GMCMthesis](https://github.com/latexstudio/GMCMthesis)|2024 年研究生数学建模 LaTeX 模板|240|0|2024-09-17| |38|[guohuiyuan/KaoyanPlan](https://github.com/guohuiyuan/KaoyanPlan)|个人考研计划|7|0|2024-07-14| |39|[404-NOTFOUND-Coder/UESTC--report--template](https://github.com/404-NOTFOUND-Coder/UESTC--report--template)|适用于UESTC各种实验报告latex模板|15|0|2024-10-06| |40|[Aegis1863/wust_beamer](https://github.com/Aegis1863/wust_beamer)|武汉科技大学 latex beamer模板|3|0|2024-07-12| |41|[WQT1123/University-Presentation-Beamer](https://github.com/WQT1123/University-Presentation-Beamer)|大学Latex答辩模版,当前包含川大、哈工大、中科大。|4|0|2024-07-22| |42|[HGAQ/Physical-Chemistry-Experiment](https://github.com/HGAQ/Physical-Chemistry-Experiment)|2023-fall-Physical-Chemistry-Experiment-物理化学实验|4|0|2024-09-12| |43|[Doctxing/phytex](https://github.com/Doctxing/phytex)|物理实验报告|3|0|2024-06-10| |44|[GFCYqw/Fengrubei_LaTeX_Template](https://github.com/GFCYqw/Fengrubei_LaTeX_Template)|北京航空航天大学“冯如杯”竞赛 LaTeX 模板。This is a template for Fengru cup contest(Fengrubei), written in Latex.|3|0|2024-05-18| |45|[yuxtech/ShiJihuai-complex](https://github.com/yuxtech/ShiJihuai-complex)|史济怀复变函数LaTeX重排|146|0|2024-09-12| |46|[Radiance-nt/XJTU_BachelorThesis_DagRank](https://github.com/Radiance-nt/XJTU_BachelorThesis_DagRank)|西安交通大学, xjtu, 计算机科学与技术, cs, 本科毕业设计模板, latex|5|0|2024-06-01| |47|[ajsadhotmail/2024-China-Gaokao-Math](https://github.com/ajsadhotmail/2024-China-Gaokao-Math)|The repository includes the math paper of Chinese National College Entrance Exam (Gaokao). 本仓库包含了中国2024年高考的数学试卷 (新高考I卷). |7|0|2024-06-08| |48|[the-ccsn/BUCTthesis](https://github.com/the-ccsn/BUCTthesis)|📝A LaTeX writting template for BUCT thesis.|38|0|2024-07-10| |49|[Trikim-Zhang/Theory-and-Algorithms-of-Numerical-Optimization](https://github.com/Trikim-Zhang/Theory-and-Algorithms-of-Numerical-Optimization)|nudt数值最优化算法与应用|3|0|2024-07-27| |50|[ymx10086/HUST-2022-DATA_STRUCTURES](https://github.com/ymx10086/HUST-2022-DATA_STRUCTURES)|2021级HUST数据结构实验及实验报告|8|0|2024-04-17| |51|[awesome-doge/TON_Paper](https://github.com/awesome-doge/TON_Paper)|The Open Network 白皮書翻譯專案|7|0|2024-07-21| |52|[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|0|2024-08-20| |53|[ustctug/ustcthesis](https://github.com/ustctug/ustcthesis)|LaTeX template for USTC thesis|1614|0|2024-06-06| |54|[twtstudio/TJUThesisLatexTemplate](https://github.com/twtstudio/TJUThesisLatexTemplate)|LaTeX templates for TJU graduate thesis. Originally forked from code.google.com/p/tjuthesis|117|0|2024-06-13| |55|[XiangyunHuang/masr](https://github.com/XiangyunHuang/masr)|:book: 现代应用统计 Modern Applied Statistics with R, INLA and Stan|10|0|2024-09-18| |56|[ZhouKanglei/BUAAProposal](https://github.com/ZhouKanglei/BUAAProposal)|北京航空航天大学计算机学院开题报告/文献综述|33|0|2024-08-13| |57|[iamxiatian/course_ds](https://github.com/iamxiatian/course_ds)|数据结构|14|0|2024-06-10| |58|[CSW33/NPU-CV](https://github.com/CSW33/NPU-CV)|一个西工大latex简历模板,设计基于某个祖传word模板改的,大量注释。|6|0|2024-05-07| |59|[Guanyu-Li/Defense-Reporting-ppt](https://github.com/Guanyu-Li/Defense-Reporting-ppt)|答辩ppt模板(吉林大学数学学院)Defence ppt Template|6|0|2024-07-21| |60|[fylimas/nsfc](https://github.com/fylimas/nsfc)|nsfc - 国家自然科学基金项目LaTeX模版(面青地)|182|0|2024-09-02| |61|[zvbb/tao-analysis-exercise](https://github.com/zvbb/tao-analysis-exercise)|陶哲轩实分析(第三版)习题解答|3|0|2024-10-04| |62|[wvqusrai/hnu_exam](https://github.com/wvqusrai/hnu_exam)|自已制作的衡阳师范学院LaTeX试卷模板(含答案)|13|0|2024-06-27| |63|[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样式包|765|0|2024-09-18| |64|[jialinlvcn/LaTeX-NewTemplate-For-NPU-undergraduate-Thesis](https://github.com/jialinlvcn/LaTeX-NewTemplate-For-NPU-undergraduate-Thesis)|西北工业大学本科毕业设计新版本模板,根据https://github.com/polossk/LaTeX-Template-For-NPU-Thesis 进行了调整|16|0|2024-05-14| |65|[Cresc3ntRose/NUAA_IoT_Assignment](https://github.com/Cresc3ntRose/NUAA_IoT_Assignment)|这个仓库用于储存我个人的课内作业|7|0|2024-06-29| |66|[seisman/cv](https://github.com/seisman/cv)|My academic CV powered by LaTeX|62|0|2024-10-02| |67|[Nymphium/nymphium.github.io](https://github.com/Nymphium/nymphium.github.io)|移民|5|0|2024-10-04| |68|[Li-Huakang/SVPWM](https://github.com/Li-Huakang/SVPWM)|SVPWM原理、实现与数学表达|19|0|2024-09-07| |69|[JouderMin/SSPUThesis](https://github.com/JouderMin/SSPUThesis)|上海第二工业大学毕业设计 LaTeX 模板|6|0|2024-04-17| |70|[redleafnew/Zotero_introduction](https://github.com/redleafnew/Zotero_introduction)|A Short Chinese Introduction to Zotero|334|0|2024-09-16| |71|[yuhldr/LZUBeamer](https://github.com/yuhldr/LZUBeamer)|自己做的LaTex版的beamer模板|17|0|2024-05-18| |72|[Yiyang-Xu/Signal_and_System_JI](https://github.com/Yiyang-Xu/Signal_and_System_JI)|Introduction to Signals and Systems 信号系统导论|10|0|2024-07-07| |73|[Trikim-Zhang/Advanced-Numerical-Analysis](https://github.com/Trikim-Zhang/Advanced-Numerical-Analysis)|nudt高等数值分析|3|0|2024-07-27| |74|[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 模板|15|0|2024-07-11| |75|[Thysrael/GreenParkBeamerTheme](https://github.com/Thysrael/GreenParkBeamerTheme)|北京航空航天大学 BUAA LaTeX Beamer 非官方主题|12|0|2024-07-26| |76|[jinqKing/SZU-Physics-Experiment-Report-LaTeX-Module](https://github.com/jinqKing/SZU-Physics-Experiment-Report-LaTeX-Module)|深大大物实验报告LaTeX模版|3|0|2024-04-24| |77|[Casta-mere/LaTeX-GraduationTemplate](https://github.com/Casta-mere/LaTeX-GraduationTemplate)|浙江理工大学计算机科学与技术学院毕设模板|5|0|2024-09-29| |78|[criwits/missing-pdf](https://github.com/criwits/missing-pdf)|Your Missing Semester of Using Computer 你缺失的那门计算机课(PDF 版,LaTeX) |82|0|2024-07-26| |79|[stone-zeng/fduthesis](https://github.com/stone-zeng/fduthesis)|LaTeX thesis template for Fudan University|832|0|2024-05-27| |80|[mimicji/Bilingual-Resume-Template](https://github.com/mimicji/Bilingual-Resume-Template)|Bilingual Resume Template in Latex. 中英双语Latex简历模板|10|0|2024-06-04| |81|[putianyi889/TerrariaWiringTutorial](https://github.com/putianyi889/TerrariaWiringTutorial)|-|32|0|2024-09-06| |82|[M0rtzz/zzu-resume-template](https://github.com/M0rtzz/zzu-resume-template)|ZZU LaTeX Resume Template (Overleaf Template is Under Review)|5|0|2024-09-19| |83|[24bit-xjkp/NuaaExam](https://github.com/24bit-xjkp/NuaaExam)|南京航空航天大学高清试卷|3|0|2024-07-15| |84|[mountain/the-book](https://github.com/mountain/the-book)|异星杂谭|8|0|2024-08-05| |85|[CTeX-org/ctex-kit](https://github.com/CTeX-org/ctex-kit)|Macro Packages and Scripts for Chinese TeX users|983|0|2024-08-09| |86|[Chen-Jialin/Assignment-Template](https://github.com/Chen-Jialin/Assignment-Template)|可爱而优雅的 LaTeX 作业模板。Cute and elegant LaTeX template for assignments.|23|0|2024-10-06| |87|[lfq0921/NJU-Probability-Theory-and-Mathematical-Statistics](https://github.com/lfq0921/NJU-Probability-Theory-and-Mathematical-Statistics)|NJU-Probability Theory and Mathematical Statistics 2023Spring Homework,南京大学2023春季学期概率论与数理统计 作业存档|3|0|2024-04-24| |88|[EmpyreanHYR/MCM-Latex-template](https://github.com/EmpyreanHYR/MCM-Latex-template)|自用整理出的MCM数学建模美赛LaTex模板|3|0|2024-08-22| |89|[dgsyrc/Analysis-of-Signals-and-Linear-Systems](https://github.com/dgsyrc/Analysis-of-Signals-and-Linear-Systems)|信号与线性系统分析笔记,基于高等教育出版社《信号与线性系统分析》第5版, 吴大正 等著|5|0|2024-07-01| |90|[NemoYuan2008/SJTU-Thesis-Proposal](https://github.com/NemoYuan2008/SJTU-Thesis-Proposal)|上海交通大学开题报告LaTeX模板(非官方) Shanghai Jiao Tong University LaTeX Template for thesis proposal (unofficial)|60|0|2024-05-30| |91|[DumzGW/-WayfinderSaveEditor-python-](https://github.com/DumzGW/-WayfinderSaveEditor-python-)|对Wayfinder的存档进行修改,已添加角色修改功能|4|0|2024-06-10| |92|[wuliwiki/PhysWiki-log](https://github.com/wuliwiki/PhysWiki-log)|小时百科|79|0|2024-10-11| |93|[fanhongtao/ebooks](https://github.com/fanhongtao/ebooks)|80年代高中数理化甲种本|279|0|2024-10-11| |94|[ytiurin/hyphen](https://github.com/ytiurin/hyphen)|Text hyphenation in Javascript.|211|0|2024-09-22| |95|[huanyushi/SYSU-SPA-Labreport-Template](https://github.com/huanyushi/SYSU-SPA-Labreport-Template)|中山大学-物理与天文学院-本科实验报告LaTeX模板|14|0|2024-04-16| |96|[latexstudio/LaTeXFAQ-cn](https://github.com/latexstudio/LaTeXFAQ-cn)|中文 LaTeX 常见问题工程,见证中文社区的力量|65|0|2024-05-31| |97|[schoeberl/chisel-book](https://github.com/schoeberl/chisel-book)|Digital Design with Chisel|754|0|2024-10-10| |98|[DianRobot/DianRobot.github.io](https://github.com/DianRobot/DianRobot.github.io)|Diangroup Robotics Lab实验室主页|3|0|2024-07-25| |99|[zr-tex8r/PXchfon](https://github.com/zr-tex8r/PXchfon)|LaTeX: Ja­panese font setup for pLaTeX|38|0|2024-08-21| |100|[hebrewseniorlife/memor](https://github.com/hebrewseniorlife/memor)|rmarkdown template that supports customizable logo, company info, etc.|90|0|2024-06-24| |101|[SwitWu/FunctionalAnalysisXQHsolution](https://github.com/SwitWu/FunctionalAnalysisXQHsolution)|泛函分析讲义(许全华)习题参考答案|40|0|2024-05-14| |102|[yuhao-kuo/NKUST-thesis-template](https://github.com/yuhao-kuo/NKUST-thesis-template)|國立高雄科技大學 研究所論文 LaTeX 版型|11|0|2024-09-13| |103|[abdulle-sabaf/cathunu-bhallifa](https://github.com/abdulle-sabaf/cathunu-bhallifa)|悟数学|59|0|2024-09-13| |104|[TomHeaven/nudtproposal](https://github.com/TomHeaven/nudtproposal)|NUDT硕士博士研究生开题报告latex模板|86|0|2024-04-18| |105|[ricolxwz/Kaoyanshuxue](https://github.com/ricolxwz/Kaoyanshuxue)|考研数学二LaTeX|82|0|2024-07-10| |106|[RichardLitt/low-resource-languages](https://github.com/RichardLitt/low-resource-languages)|Resources for conservation, development, and documentation of low resource (human) languages.|389|0|2024-05-09| |107|[LeyuDame/BNUslides](https://github.com/LeyuDame/BNUslides)|北师大Beamer模板|5|0|2024-04-22| |108|[alg-nju/intro-disalg-course](https://github.com/alg-nju/intro-disalg-course)|-|91|0|2024-09-18| |109|[SwitWu/math-physics-equations](https://github.com/SwitWu/math-physics-equations)|数学物理方程(谷超豪)习题参考解答|25|0|2024-05-14| |110|[gbs0856/NTUT-Thesis](https://github.com/gbs0856/NTUT-Thesis)|國立臺北科技大學碩博士論文XeLaTeX模板|3|0|2024-04-24| |111|[OsbertWang/install-latex-guide-zh-cn](https://github.com/OsbertWang/install-latex-guide-zh-cn)|一份简短的关于 LaTeX 安装的介绍|394|0|2024-09-21| |112|[GALVINLAI/gpt2md_math](https://github.com/GALVINLAI/gpt2md_math)|修正chatpgt粘贴的数学公式,以在常用的md编辑器(Obsidian,Typora等)中正常显示|6|0|2024-07-09| |113|[XmacsLabs/tmmlwiki](https://github.com/XmacsLabs/tmmlwiki)|Wiki of Science and Technology / 墨者百科|4|0|2024-06-30| |114|[zr-tex8r/BXcoloremoji](https://github.com/zr-tex8r/BXcoloremoji)|LaTeX: To use color emoji|27|0|2024-09-16| |115|[fletcherjiang/Polyulatex](https://github.com/fletcherjiang/Polyulatex)|Polyu Pre LaTex Template|20|0|2024-06-20| |116|[EmpyreanHYR/CUMCM-Latex-template](https://github.com/EmpyreanHYR/CUMCM-Latex-template)|自用整理出的CUMCM数学建模国赛LaTex模板|3|0|2024-08-31|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/TypeScript.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > TypeScript 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[ChatGPTNextWeb/ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)|A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。|75596|130|2024-10-11| |2|[langgenius/dify](https://github.com/langgenius/dify)|Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you q ...|47737|87|2024-10-11| |3|[lobehub/lobe-chat](https://github.com/lobehub/lobe-chat)|🤯 Lobe Chat - an open-source, modern-design AI chat framework. Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Ollama / Azure / DeepSeek), Knowledge Base (file upload / knowledge management ...|42337|83|2024-10-11| |4|[usual2970/certimate](https://github.com/usual2970/certimate)|开源的SSL证书管理工具,可以帮助你自动申请、部署SSL证书,并在证书即将过期时自动续期。An open-source SSL certificate management tool that helps you automatically apply for and deploy SSL certificates, as well as automatically renew them when ...|4214|81|2024-10-11| |5|[chatchat-space/Langchain-Chatchat](https://github.com/chatchat-space/Langchain-Chatchat)|Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Ll ...|31541|56|2024-10-08| |6|[FlowiseAI/Flowise](https://github.com/FlowiseAI/Flowise)|Drag & drop UI to build your customized LLM flow|30530|54|2024-10-11| |7|[iAmCorey/awesome-indie-hacker-tools](https://github.com/iAmCorey/awesome-indie-hacker-tools)|独立开发/出海开发相关技术栈及工具收录 / Find the best tools for indie hackers here|605|50|2024-10-10| |8|[immich-app/immich](https://github.com/immich-app/immich)|High performance self-hosted photo and video management solution.|48311|49|2024-10-11| |9|[Dokploy/dokploy](https://github.com/Dokploy/dokploy)|Open Source Alternative to Vercel, Netlify and Heroku.|7412|42|2024-10-11| |10|[supabase/supabase](https://github.com/supabase/supabase)|The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.|72513|40|2024-10-11| |11|[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.|23733|40|2024-10-07| |12|[toss/es-toolkit](https://github.com/toss/es-toolkit)|A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.|6482|38|2024-10-09| |13|[Bin-Huang/chatbox](https://github.com/Bin-Huang/chatbox)|User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)|21180|36|2024-10-07| |14|[danny-avila/LibreChat](https://github.com/danny-avila/LibreChat)|Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL ...|18083|30|2024-10-11| |15|[labring/FastGPT](https://github.com/labring/FastGPT)|FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letti ...|17310|29|2024-10-11| |16|[idootop/mi-gpt](https://github.com/idootop/mi-gpt)|🏠 将小爱音箱接入 ChatGPT 和豆包,改造成你的专属语音助手。|7395|28|2024-08-26| |17|[sipeed/NanoKVM](https://github.com/sipeed/NanoKVM)|NanoKVM: Affordable, Multifunctional, Nano RISC-V IP-KVM|2763|27|2024-10-10| |18|[bepass-org/oblivion-desktop](https://github.com/bepass-org/oblivion-desktop)|Oblivion Desktop - Unofficial Warp Client for Windows/Mac/Linux|4929|27|2024-10-10| |19|[ant-design/ant-design](https://github.com/ant-design/ant-design)|An enterprise-class UI design language and React UI library|92109|27|2024-10-11| |20|[slidevjs/slidev](https://github.com/slidevjs/slidev)|Presentation Slides for Developers|32940|26|2024-10-11| |21|[nicepkg/aide](https://github.com/nicepkg/aide)|Conquer Any Code in VSCode: One-Click Comments, Conversions, UI-to-Code, and AI Batch Processing of Files! 在 VSCode 中征服任何代码:一键注释、转换、UI 图生成代码、AI 批量处理文件!💪|2234|22|2024-10-08| |22|[appwrite/appwrite](https://github.com/appwrite/appwrite)|Your backend, minus the hassle.|44209|22|2024-10-11| |23|[Eugeny/tabby](https://github.com/Eugeny/tabby)|A terminal for a more modern age|58775|21|2024-10-08| |24|[HerbertHe/iptv-sources](https://github.com/HerbertHe/iptv-sources)|Autoupdate iptv sources|6345|20|2024-10-11| |25|[colinhacks/zod](https://github.com/colinhacks/zod)|TypeScript-first schema validation with static type inference|33435|20|2024-10-09| |26|[fuergaosi233/wechat-chatgpt](https://github.com/fuergaosi233/wechat-chatgpt)|Use ChatGPT On Wechat via wechaty|13243|20|2024-05-20| |27|[027xiguapi/code-box](https://github.com/027xiguapi/code-box)|本插件可以用于CSDN/知乎/脚本之家/博客园/掘金等网站,一键下载文章html或markdown文件;实现无需登录一键复制代码;支持选中代码;或者代码右上角按钮的一键复制;解除关注博主即可阅读全文提示;去除登录弹窗;去除跳转APP弹窗.|1762|19|2024-10-11| |28|[honojs/hono](https://github.com/honojs/hono)|Web framework built on Web Standards|19196|19|2024-10-11| |29|[wechatferry/wechatferry](https://github.com/wechatferry/wechatferry)|基于 WechatFerry 的微信机器人底层框架|752|18|2024-09-26| |30|[apitable/apitable](https://github.com/apitable/apitable)|🚀🎉📚 APITable, an API-oriented low-code platform for building collaborative apps and better than all other Airtable open-source alternatives. |13071|17|2024-07-04| |31|[LLM-Red-Team/kimi-free-api](https://github.com/LLM-Red-Team/kimi-free-api)|🚀 KIMI AI 长文本大模型逆向API白嫖测试【特长:长文本解读整理】,支持高速流式输出、智能体对话、联网搜索、长文档解读、图像OCR、多轮对话,零配置部署,多路token支持,自动清理会话痕迹。|3693|17|2024-07-12| |32|[Project-DARC/DARC](https://github.com/Project-DARC/DARC)|Decentralized Autonomous Regulated Company (DARC), a company virtual machine that runs on any EVM-compatible blockchain, with on-chain law system, multi-level tokens and dividends mechanism.|9355|17|2024-09-20| |33|[element-plus/element-plus](https://github.com/element-plus/element-plus)|🎉 A Vue.js 3 UI Library made by Element team|24324|16|2024-10-11| |34|[backstage/backstage](https://github.com/backstage/backstage)|Backstage is an open framework for building developer portals|27958|16|2024-10-11| |35|[Portkey-AI/gateway](https://github.com/Portkey-AI/gateway)|A Blazing Fast AI Gateway with integrated Guardrails. Route to 200+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.|6048|15|2024-10-11| |36|[NervJS/taro](https://github.com/NervJS/taro)|开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/|35444|15|2024-10-10| |37|[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 工具, 纯浏览器端实现。|4963|15|2024-07-16| |38|[EcoPasteHub/EcoPaste](https://github.com/EcoPasteHub/EcoPaste)|🎉跨平台的剪贴板管理工具 Cross-platform clipboard management tool|2057|15|2024-10-11| |39|[apache/echarts](https://github.com/apache/echarts)|Apache ECharts is a powerful, interactive charting and data visualization library for browser|60360|14|2024-10-11| |40|[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 ...|18796|14|2024-10-11| |41|[babaohuang/GeminiProChat](https://github.com/babaohuang/GeminiProChat)|Minimal web UI for GeminiPro.|4272|14|2024-09-12| |42|[ant-design/ant-design-pro](https://github.com/ant-design/ant-design-pro)|👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!|36418|14|2024-10-09| |43|[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|7640|14|2024-09-04| |44|[ztjhz/BetterChatGPT](https://github.com/ztjhz/BetterChatGPT)|An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)|8079|14|2024-08-14| |45|[alibaba/lowcode-engine](https://github.com/alibaba/lowcode-engine)|An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系|14557|14|2024-08-21| |46|[Licoy/ChatGPT-Midjourney](https://github.com/Licoy/ChatGPT-Midjourney)|🍭 一键拥有你自己的 ChatGPT+StabilityAI+Midjourney 网页服务 Own your own ChatGPT+StabilityAI+Midjourney web service with one click|6332|13|2024-09-12| |47|[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 ...|11474|13|2024-09-22| |48|[aidenybai/million](https://github.com/aidenybai/million)|Optimize React performance and make your React 70% faster in minutes, not months. |16273|13|2024-07-15| |49|[tusen-ai/naive-ui](https://github.com/tusen-ai/naive-ui)|A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.|16042|13|2024-10-07| |50|[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.|19080|13|2024-10-11| |51|[Tohrusky/Final2x](https://github.com/Tohrusky/Final2x)|2^x Image Super-Resolution|5642|12|2024-09-23| |52|[Anarios/return-youtube-dislike](https://github.com/Anarios/return-youtube-dislike)|Chrome extension to return youtube dislikes|12581|12|2024-10-08| |53|[whyour/qinglong](https://github.com/whyour/qinglong)|支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台(Timed task management platform supporting Python3, JavaScript, Shell, Typescript)|15928|12|2024-10-10| |54|[ZuodaoTech/everyone-can-use-english](https://github.com/ZuodaoTech/everyone-can-use-english)|人人都能用英语|24598|12|2024-10-11| |55|[vitest-dev/vitest](https://github.com/vitest-dev/vitest)|Next generation testing framework powered by Vite.|12875|12|2024-10-11| |56|[PlasmoHQ/plasmo](https://github.com/PlasmoHQ/plasmo)|🧩 The Browser Extension Framework|10359|12|2024-10-08| |57|[DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)|The repository for high quality TypeScript type definitions.|48391|11|2024-10-11| |58|[maotoumao/MusicFree](https://github.com/maotoumao/MusicFree)|插件化、定制化、无广告的免费音乐播放器|8778|11|2024-10-01| |59|[NapNeko/NapCatQQ](https://github.com/NapNeko/NapCatQQ)|现代化的基于 NTQQ 的 Bot 协议端实现|2173|11|2024-10-11| |60|[sugarforever/chat-ollama](https://github.com/sugarforever/chat-ollama)|ChatOllama is an open source chatbot based on LLMs. It supports a wide range of language models, and knowledge base management.|2609|11|2024-09-08| |61|[cs-lazy-tools/ChatGPT-On-CS](https://github.com/cs-lazy-tools/ChatGPT-On-CS)|基于大模型的智能对话客服工具,支持微信、拼多多、千牛、哔哩哔哩、抖音企业号、抖音、抖店、微博聊天、小红书专业号运营、小红书、知乎等平台接入,可选择 GPT3.5/GPT4.0/ 懒人百宝箱 (后续会支持更多平台),能处理文本、语音和图片,通过插件访问操作系统和互联网等外部资源,支持基于自有知识库定制企业 AI 应用。|2352|11|2024-09-07| |62|[neoclide/coc.nvim](https://github.com/neoclide/coc.nvim)|Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.|24385|10|2024-09-20| |63|[SoraWebui/SoraWebui](https://github.com/SoraWebui/SoraWebui)|SoraWebui is an open-source Sora web client, enabling users to easily create videos from text with OpenAI's Sora model.|2298|10|2024-08-04| |64|[gaozhangmin/aliyunpan](https://github.com/gaozhangmin/aliyunpan)|小白羊网盘 - Powered by 阿里云盘。|5913|10|2024-06-07| |65|[JackySoft/marsview](https://github.com/JackySoft/marsview)|Marsview 是一款中后台方向的低代码可视化搭建平台,开发者可以在平台上创建项目、页面和组件,支持事件交互、接口调用、数据联动和逻辑编排等,开发者还可通过微服务快速集成到自己的业务系统中。|716|10|2024-10-11| |66|[josStorer/RWKV-Runner](https://github.com/josStorer/RWKV-Runner)|A RWKV management and startup tool, full automation, only 8MB. And provides an interface compatible with the OpenAI API. RWKV is a large language model that is fully open source and available for comm ...|5126|10|2024-09-14| |67|[ianstormtaylor/slate](https://github.com/ianstormtaylor/slate)|A completely customizable framework for building rich text editors. (Currently in beta.)|29759|10|2024-10-08| |68|[the1812/Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved)|强大的哔哩哔哩增强脚本|23080|10|2024-09-26| |69|[openRin/Rin](https://github.com/openRin/Rin)|⚡Dynamic blog based on Cloudflare Pages + Workers + D1 + R2|1434|10|2024-10-10| |70|[pnpm/pnpm](https://github.com/pnpm/pnpm)|Fast, disk space efficient package manager|29422|9|2024-10-11| |71|[youzan/vant](https://github.com/youzan/vant)|A lightweight, customizable Vue UI library for mobile web apps.|23234|9|2024-10-07| |72|[gcui-art/album-ai](https://github.com/gcui-art/album-ai)|AI-First Album: Chat with your gallery using plain language! LLM Vision + RAG + Album/Gallery.|775|9|2024-07-28| |73|[lyswhut/lx-music-mobile](https://github.com/lyswhut/lx-music-mobile)|一个基于 React native 开发的音乐软件|10853|9|2024-10-10| |74|[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 ...|9832|9|2024-10-09| |75|[baidu/amis](https://github.com/baidu/amis)|前端低代码框架,通过 JSON 配置就能生成各种页面。|17205|9|2024-10-11| |76|[dream-num/univer](https://github.com/dream-num/univer)|Univer is an open-source productivity tool dev kit helping you integrate spreadsheets, docs and slides into your applications.|6763|9|2024-10-11| |77|[AIsouler/GKD_subscription](https://github.com/AIsouler/GKD_subscription)|GKD 第三方订阅规则|2624|9|2024-10-11| |78|[Hiram-Wong/ZyPlayer](https://github.com/Hiram-Wong/ZyPlayer)|跨平台桌面端视频资源播放器,免费高颜值.|5104|8|2024-09-11| |79|[umijs/qiankun](https://github.com/umijs/qiankun)|📦 🚀 Blazing fast, simple and complete solution for micro frontends.|15779|8|2024-08-12| |80|[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.|7188|8|2024-10-11| |81|[nocobase/nocobase](https://github.com/nocobase/nocobase)|NocoBase is a scalability-first, open-source no-code/low-code platform for building business applications and enterprise solutions.|12077|8|2024-10-11| |82|[HuolalaTech/page-spy-web](https://github.com/HuolalaTech/page-spy-web)|Debug remotely and easily like chrome devtools.|4394|8|2024-10-11| |83|[sqlchat/sqlchat](https://github.com/sqlchat/sqlchat)|Chat-based SQL Client and Editor for the next decade|4553|8|2024-08-01| |84|[DouyinFE/semi-design](https://github.com/DouyinFE/semi-design)|🚀A modern, comprehensive, flexible design system and React UI library. 🎨 Provide more than 3000+ Design Tokens, easy to build your design system. Make Semi Design to Any Design. 🧑🏻‍💻 Design to Code i ...|8382|8|2024-10-11| |85|[rrweb-io/rrweb](https://github.com/rrweb-io/rrweb)|record and replay the web|16639|8|2024-10-04| |86|[hamster1963/nezha-dash](https://github.com/hamster1963/nezha-dash)|A simple dashboard for nezha.|507|7|2024-10-11| |87|[tonyljx/TextWordExplain](https://github.com/tonyljx/TextWordExplain)|汉语新解|218|7|2024-09-12| |88|[BuilderIO/ai-shell](https://github.com/BuilderIO/ai-shell)|A CLI that converts natural language to shell commands.|4121|7|2024-10-01| |89|[alibaba/hooks](https://github.com/alibaba/hooks)|A high-quality & reliable React Hooks library. https://ahooks.pages.dev/|13971|7|2024-09-26| |90|[logto-io/logto](https://github.com/logto-io/logto)|🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.|8542|7|2024-10-11| |91|[chenfan0/fideo-live-record](https://github.com/chenfan0/fideo-live-record)|A convenient live broadcast recording software! Supports Tiktok, Youtube, Twitch, Bilibili, Bigo!(一款方便的直播录制软件! 支持tiktok, youtube, twitch, 抖音,虎牙,斗鱼,快手,微博,网易cc,bilibili,花椒, 淘宝, 京东) |926|7|2024-10-09| |92|[futantan/OpenGpt](https://github.com/futantan/OpenGpt)|Create your own ChatGPT App in seconds.|3937|7|2024-05-01| |93|[kangfenmao/cherry-studio](https://github.com/kangfenmao/cherry-studio)|🍒 Cherry Studio is a desktop client that supports for multiple LLM providers|920|7|2024-10-11| |94|[Milkdown/milkdown](https://github.com/Milkdown/milkdown)|🍼 Plugin driven WYSIWYG markdown editor framework.|8869|7|2024-10-08| |95|[AutumnWhj/ChatGPT-wechat-bot](https://github.com/AutumnWhj/ChatGPT-wechat-bot)|ChatGPT for wechat https://github.com/AutumnWhj/ChatGPT-wechat-bot|4672|7|2024-08-19| |96|[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.|8048|6|2024-10-06| |97|[gcui-art/suno-api](https://github.com/gcui-art/suno-api)|Use API to call the music generation AI of suno.ai, and easily integrate it into agents like GPTs.|1279|6|2024-09-13| |98|[giscus/giscus](https://github.com/giscus/giscus)|A comment system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:|8290|6|2024-10-05| |99|[yaklang/yakit](https://github.com/yaklang/yakit)|Cyber Security ALL-IN-ONE Platform|6552|6|2024-10-11| |100|[codercup/unibest](https://github.com/codercup/unibest)|unibest - 最好用的 uniapp 开发框架。unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code 开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大量平时开发常用的基本组件,开箱即用,让你编写 uniapp 拥有 best 体验。|1711|6|2024-09-10| |101|[didi/xiaoju-survey](https://github.com/didi/xiaoju-survey)|XIAOJUSURVEY is an enterprises form builder and analytics platform that allows users to create questionnaires, exams, polls, quizzes, and analyze data online.|2127|6|2024-10-08| |102|[TBXark/ChatGPT-Telegram-Workers](https://github.com/TBXark/ChatGPT-Telegram-Workers)|Deploy your own Telegram ChatGPT bot on Cloudflare Workers with ease.|3450|6|2024-10-09| |103|[rubickCenter/rubick](https://github.com/rubickCenter/rubick)|🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。|7889|6|2024-10-05| |104|[gkd-kit/subscription](https://github.com/gkd-kit/subscription)|GKD 默认订阅规则|2600|6|2024-05-12| |105|[antfu-collective/vitesse](https://github.com/antfu-collective/vitesse)|🏕 Opinionated Vite + Vue Starter Template|8836|6|2024-08-24| |106|[weaigc/bingo](https://github.com/weaigc/bingo)|Bingo,一个让你呼吸顺畅 New Bing。|2893|6|2024-06-08| |107|[Jazee6/cloudflare-ai-web](https://github.com/Jazee6/cloudflare-ai-web)|支持Gemini Pro / Cloudflare Workers AI / ChatGPT的融合Web平台|1913|6|2024-09-20| |108|[AmbroseX/Awesome-AISourceHub](https://github.com/AmbroseX/Awesome-AISourceHub)|本仓库收集AI科技领域高质量信息源。 可以起到一个同步信息源的作用,避免信息差和信息茧房。|1358|6|2024-07-10| |109|[maotoumao/MusicFreeDesktop](https://github.com/maotoumao/MusicFreeDesktop)|插件化、定制化、无广告的免费音乐播放器|3242|6|2024-10-10| |110|[all-in-aigc/aicover](https://github.com/all-in-aigc/aicover)|ai cover generator|1491|6|2024-09-18| |111|[windingwind/zotero-better-notes](https://github.com/windingwind/zotero-better-notes)|Everything about note management. All in Zotero.|5344|6|2024-10-11| |112|[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 ...|8663|6|2024-09-12| |113|[guangzhengli/ChatFiles](https://github.com/guangzhengli/ChatFiles)|Document Chatbot — multiple files. Powered by GPT / Embedding.|3258|6|2024-07-03| |114|[didi/LogicFlow](https://github.com/didi/LogicFlow)| 专注于业务自定义的流程图编辑框架,支持实现脑图、ER图、UML、工作流等各种图编辑场景。A flow chart editing framework focusing on business customization.|8290|6|2024-10-10| |115|[cheeriojs/cheerio](https://github.com/cheeriojs/cheerio)|The fast, flexible, and elegant library for parsing and manipulating HTML and XML.|28546|6|2024-10-11| |116|[Innei/Shiro](https://github.com/Innei/Shiro)|📜 A minimalist personal website embodying the purity of paper and freshness of snow.|3392|6|2024-10-11| |117|[umijs/umi](https://github.com/umijs/umi)|A framework in react community ✨|15326|6|2024-10-10| |118|[alibaba/ice](https://github.com/alibaba/ice)|🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)|17836|6|2024-10-11| |119|[oldj/SwitchHosts](https://github.com/oldj/SwitchHosts)|Switch hosts quickly!|23590|5|2024-09-24| |120|[Tencent/wujie](https://github.com/Tencent/wujie)|极致的微前端框架|4082|5|2024-06-07| |121|[LLOneBot/LLOneBot](https://github.com/LLOneBot/LLOneBot)|使你的 NTQQ 支持 OneBot 11 和 Satori 协议进行机器人开发|1940|5|2024-10-11| |122|[ourongxing/chatgpt-vercel](https://github.com/ourongxing/chatgpt-vercel)|Elegant and Powerfull. Powered by OpenAI and Vercel.|3179|5|2024-09-25| |123|[hanydd/BilibiliSponsorBlock](https://github.com/hanydd/BilibiliSponsorBlock)|一款跳过B站视频中恰饭片段的浏览器插件,移植自 SponsorBlock。A browser extension to skip sponsored segments in videos on Bilibili.com, ported from the SponsorBlock|1289|5|2024-10-10| |124|[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.|8371|5|2024-09-25| |125|[NetEase/tango](https://github.com/NetEase/tango)|A code driven low-code builder, develop low-code app on your codebase.|2099|5|2024-09-10| |126|[wangeditor-team/wangEditor](https://github.com/wangeditor-team/wangEditor)|wangEditor, open-source Web rich text editor 开源 Web 富文本编辑器|17462|5|2024-10-11| |127|[replexica/replexica](https://github.com/replexica/replexica)|⚡️ State-of-the-art AI localization for web & mobile, right from CI/CD. Talk to our dev team to become a customer!|1166|5|2024-10-11| |128|[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|11336|5|2024-09-27| |129|[6677-ai/tap4-ai-webui](https://github.com/6677-ai/tap4-ai-webui)|One-click to deploy your own ai tools directory with the open source web-ui|734|5|2024-09-20| |130|[ustbhuangyi/better-scroll](https://github.com/ustbhuangyi/better-scroll)|:scroll: inspired by iscroll, and it supports more features and has a better scroll perfermance|16460|5|2024-06-14| |131|[labring/laf](https://github.com/labring/laf)|Laf is a vibrant cloud development platform that provides essential tools like cloud functions, databases, and storage solutions. It enables developers to quickly unleash their creativity and bring in ...|7203|5|2024-08-29| |132|[Tencent/vConsole](https://github.com/Tencent/vConsole)|A lightweight, extendable front-end developer tool for mobile web page.|16795|5|2024-06-14| |133|[wan-h/awesome-digital-human-live2d](https://github.com/wan-h/awesome-digital-human-live2d)|Awesome Digital Human|773|5|2024-10-11| |134|[arco-design/arco-design](https://github.com/arco-design/arco-design)|A comprehensive React UI components library based on Arco Design|4900|5|2024-09-20| |135|[ConnectAI-E/AutoGPT-Next-Web](https://github.com/ConnectAI-E/AutoGPT-Next-Web)|🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.一键免费部署你的私人AutoGPT 网页应用|2931|5|2024-10-07| |136|[oiov/vmail](https://github.com/oiov/vmail)|📫 An open source temporary email tool. 只需一个域名部署临时邮箱,支持多域名后缀,密码找回。|708|4|2024-08-26| |137|[antvis/G6](https://github.com/antvis/G6)|♾ A Graph Visualization Framework in JavaScript.|11065|4|2024-10-11| |138|[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.|2401|4|2024-10-09| |139|[weijunext/smart-excel-ai](https://github.com/weijunext/smart-excel-ai)|Generate the Excel formulas you need in seconds using ChatGPT.|1318|4|2024-08-12| |140|[latentcat/qrbtf](https://github.com/latentcat/qrbtf)|AI & parametric QR code generator. AI & 参数化二维码生成器。https://qrbtf.com|6192|4|2024-09-09| |141|[Tencent/tmagic-editor](https://github.com/Tencent/tmagic-editor)|-|4195|4|2024-10-09| |142|[VirtualHotBar/NetMount](https://github.com/VirtualHotBar/NetMount)|统一管理和挂载云存储设施/Unified management and mounting of cloud storage facilities|746|4|2024-08-24| |143|[ant-design/ant-design-mobile](https://github.com/ant-design/ant-design-mobile)|Essential UI blocks for building mobile web apps.|11631|4|2024-08-30| |144|[weijunext/landing-page-boilerplate](https://github.com/weijunext/landing-page-boilerplate)|A versatile landing page boilerplate, ideal for various projects and marketing campaigns.|897|4|2024-10-10| |145|[antvis/G2](https://github.com/antvis/G2)|📊 The concise and progressive visualization grammar.|12105|4|2024-10-08| |146|[liyupi/mianshiya](https://github.com/liyupi/mianshiya)|持续维护的面试刷题网站,帮你拿到满意 offer!⭐️ 2024年最新Java面试题、前端面试题、C++面试题、Go面试题、Python面试题、测试面试题、运维面试题、后端面试题、操作系统面试题、计算机网络面试题、Redis面试题、MySQL数据库面试题、算法面试题、Spring面试题、JVM面试题、Java并发面试题、Linux面试题等几千道高频程序员求职必备八股文。💎 React 前端 + N ...|4158|4|2024-09-12| |147|[all-in-aigc/sorafm](https://github.com/all-in-aigc/sorafm)|Sora AI Video Generator by Sora.FM|936|4|2024-08-15| |148|[web-infra-dev/rsbuild](https://github.com/web-infra-dev/rsbuild)|The Rspack-based build tool. It's fast, out-of-the-box and extensible.|1566|4|2024-10-11| |149|[leaferjs/leafer-ui](https://github.com/leaferjs/leafer-ui)|一款好用的 Canvas 渲染引擎,革新的体验。高效绘图 、UI 交互(小游戏、互动应用、组态)、图形编辑,前端开发必备|2391|4|2024-10-11| |150|[any86/any-rule](https://github.com/any86/any-rule)|🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台|8524|4|2024-07-21| |151|[vrtmrz/obsidian-livesync](https://github.com/vrtmrz/obsidian-livesync)|-|4761|4|2024-09-24| |152|[bclswl0827/ChatGemini](https://github.com/bclswl0827/ChatGemini)|✨ ChatGemini 是一个基于 Google Gemini 的网页客户端,对标 ChatGPT 3.5,操作逻辑同 ChatGPT 3.5 一致,同时支持在聊天中上传图片,应用会自动调用 Gemini-Pro-Vision 模型进行识图。|913|4|2024-08-17| |153|[alibaba/x-render](https://github.com/alibaba/x-render)|🚴‍♀️ 阿里 - 很易用的中后台「表单 / 表格 / 图表」解决方案|7017|4|2024-09-27| |154|[remotely-save/remotely-save](https://github.com/remotely-save/remotely-save)|Sync notes between local and cloud with smart conflict: S3 (Amazon S3/Cloudflare R2/Backblaze B2/...), Dropbox, webdav (NextCloud/InfiniCLOUD/Synology/...), OneDrive, Google Drive (GDrive), Box, pClou ...|4058|4|2024-09-30| |155|[d3george/slash-admin](https://github.com/d3george/slash-admin)|A Modern React Admin Template. It is based on React 18, Vite and TypeScript. It's fast ! |1655|4|2024-10-08| |156|[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.|4406|4|2024-10-11| |157|[SylarLong/iztro](https://github.com/SylarLong/iztro)|⭐A lightweight open-source JavaScript library for obtaining The Purple Star Astrology (Zi Wei Dou Shu) astrolabe information.. 支持多语言轻量级获取紫微斗数排盘信息的javascript开源库。|1916|4|2024-09-02| |158|[gyc-12/music-player-master](https://github.com/gyc-12/music-player-master)|一个基于 React native 开发的音乐软件,欢迎star~|454|4|2024-10-10| |159|[x-extends/vxe-table](https://github.com/x-extends/vxe-table)|Vxe table 的表格组件|7561|4|2024-10-11| |160|[alovajs/alova](https://github.com/alovajs/alova)|Workflow-Streamlined next-generation request tools. Extremely streamline API integration workflow, just one step|2737|4|2024-10-11| |161|[stonith404/pingvin-share](https://github.com/stonith404/pingvin-share)|A self-hosted file sharing platform that combines lightness and beauty, perfect for seamless and efficient file sharing.|3182|4|2024-10-04| |162|[ineo6/hosts](https://github.com/ineo6/hosts)|GitHub最新hosts。解决GitHub图片无法显示,加速GitHub网页浏览。|4869|4|2024-10-11| |163|[geist-org/geist-ui](https://github.com/geist-org/geist-ui)|A design system for building modern websites and applications.|4324|3|2024-07-20| |164|[ygh3279799773/streamer-card](https://github.com/ygh3279799773/streamer-card)|流光卡片API|299|3|2024-09-27| |165|[NG-ZORRO/ng-zorro-antd](https://github.com/NG-ZORRO/ng-zorro-antd)|Angular UI Component Library based on Ant Design|8860|3|2024-10-11| |166|[erictik/midjourney-api](https://github.com/erictik/midjourney-api)|MidJourney client. Unofficial Node.js client|1698|3|2024-04-16| |167|[Kuingsmile/PicList](https://github.com/Kuingsmile/PicList)|An image upload and manage tool, base on PicGo|2098|3|2024-10-08| |168|[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 管理、推文管理、自动记录浏览过的文章。|1998|3|2024-08-29| |169|[hellof2e/quark-design](https://github.com/hellof2e/quark-design)|Browser-native component library, framework-agnostic, base on web components.(移动端 UI 组件库,无框架,即插即用。)|1899|3|2024-09-04| |170|[QmiAI/Qmedia](https://github.com/QmiAI/Qmedia)|An open-source AI content search engine designed specifically for content creators. Supports extraction of text, images, and short videos. Allows full local deployment (web app, RAG server, LLM server ...|480|3|2024-06-23| |171|[midwayjs/midway](https://github.com/midwayjs/midway)|🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integra ...|7361|3|2024-10-11| |172|[alex8088/electron-vite](https://github.com/alex8088/electron-vite)|Next generation Electron build tooling based on Vite 新一代 Electron 开发构建工具,支持源代码保护|3357|3|2024-08-21| |173|[zmzimpl/chrome-power-app](https://github.com/zmzimpl/chrome-power-app)|The first open source fingerprint browser.|878|3|2024-09-14| |174|[nianhua99/PandoraHelper](https://github.com/nianhua99/PandoraHelper)|使用 PandoraHelper 轻松和你的小伙伴共享 ChatGPT Plus/Claude Pro 服务!|885|3|2024-09-25| |175|[VisActor/VTable](https://github.com/VisActor/VTable)|VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.|1697|3|2024-10-11| |176|[11cafe/comfyui-workspace-manager](https://github.com/11cafe/comfyui-workspace-manager)|A ComfyUI workflows and models management extension to organize and manage all your workflows, models in one place. Seamlessly switch between workflows, as well as import, export workflows, reuse subw ...|1066|3|2024-10-01| |177|[XPoet/picx](https://github.com/XPoet/picx)|🏞️ PicX 是一款基于 GitHub API 开发的图床工具,提供图片上传托管、生成图片链接和常用图片工具箱服务。|4563|3|2024-08-13| |178|[ruilisi/fortune-sheet](https://github.com/ruilisi/fortune-sheet)|A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets|2481|3|2024-10-03| |179|[ourfor/iPlay](https://github.com/ourfor/iPlay)|A cross-platform media player|633|3|2024-10-10| |180|[LLM-Red-Team/qwen-free-api](https://github.com/LLM-Red-Team/qwen-free-api)|🚀 阿里通义千问2.5大模型逆向API白嫖测试【特长:六边形战士】,支持高速流式输出、无水印AI绘图、长文档解读、图像解析、多轮对话,零配置部署,多路token支持,自动清理会话痕迹。|572|3|2024-06-16| |181|[besscroft/PicImpact](https://github.com/besscroft/PicImpact)|PicImpact 是一个摄影师专用的摄影作品展示网站,基于 Next.js 开发。今天又是想当二次元摄影高手的一天呢!|643|3|2024-10-11| |182|[Nanjiren01/AIChatWeb](https://github.com/Nanjiren01/AIChatWeb)|在ChatGPT-Next-Web的基础上,增加注册登录,额度限制,邀请,敏感词,支付,基于docker一键部署。提供后台管理系统,可配置标题、欢迎词、额度不足提醒、公告|1349|3|2024-07-19| |183|[read-cat/read-cat](https://github.com/read-cat/read-cat)|一款免费、开源、简洁、纯净、无广告的小说阅读器|562|3|2024-10-07| |184|[zmh-program/next-whois-ui](https://github.com/zmh-program/next-whois-ui)|🧪 Your Next-Gen Whois Lookup Tool With Modern UI. Support Domain/IPv4/IPv6/ASN/CIDR Whois Lookup And Powerful Features. 🧪 现代代 Whois 查询工具, 支持域名 / IPv4 / IPv6 / ASN / CIDR 查询和强大功能|220|3|2024-10-01| |185|[zh-lx/pinyin-pro](https://github.com/zh-lx/pinyin-pro)|中文转拼音、拼音音调、拼音声母、拼音韵母、多音字拼音、姓氏拼音、拼音匹配、中文分词|3849|3|2024-09-24| |186|[Kanaries/graphic-walker](https://github.com/Kanaries/graphic-walker)|An open source alternative to Tableau. Embeddable visual analytic|2484|3|2024-10-10| |187|[opendatalab/LabelLLM](https://github.com/opendatalab/LabelLLM)|The Open-Source Data Annotation Platform|523|3|2024-08-12| |188|[caorushizi/mediago](https://github.com/caorushizi/mediago)|m3u8[m3u8-downloader] 视频在线提取工具 流媒体下载 、视频下载 、 m3u8下载 、 B站视频下载 桌面客户端 windows mac|3770|3|2024-10-07| |189|[koishijs/novelai-bot](https://github.com/koishijs/novelai-bot)|Generate images by NovelAI 基于 NovelAI 的画图机器人|2475|3|2024-08-16| |190|[wvit/web-document](https://github.com/wvit/web-document)|A browser extension for saving web documents locally, allowing you to access them offline and quickly search for webpage content without an internet connection, while also saving browser memory usage.|635|3|2024-05-07| |191|[electron-vite/electron-vite-vue](https://github.com/electron-vite/electron-vite-vue)|🥳 Really simple Electron + Vite + Vue boilerplate.|4226|3|2024-07-25| |192|[cyhuajuan/FreeReNamer](https://github.com/cyhuajuan/FreeReNamer)|功能强大又易用的文件批量重命名软件|381|3|2024-05-24| |193|[terobox/ChatGPT-API-Faucet](https://github.com/terobox/ChatGPT-API-Faucet)|AI 圈的水龙头网站,每24小时可领取一个令牌用于开发测试 AI 产品|1051|3|2024-05-28| |194|[snabbdom/snabbdom](https://github.com/snabbdom/snabbdom)|A virtual DOM library with focus on simplicity, modularity, powerful features and performance.|11808|3|2024-09-26| |195|[eleme/morjs](https://github.com/eleme/morjs)|基于小程序 DSL(微信、支付宝)的,可扩展的多端研发框架,支持一键将微信或支付宝小程序转换为微信、支付宝、百度、字节、QQ、快手、淘宝、钉钉等小程序 或 Web 应用。|1688|3|2024-09-25| |196|[MrXujiang/next-admin](https://github.com/MrXujiang/next-admin)|An out-of-the-box admin based on NextJS and AntDesign 一款基于nextjs+antd5.0的中后台系统|535|3|2024-09-15| |197|[opensumi/core](https://github.com/opensumi/core)|🚀 A framework helps you quickly build AI Native IDE products.|2902|3|2024-10-11| |198|[anse-app/anse](https://github.com/anse-app/anse)|Supercharged experience for multiple models such as ChatGPT, DALL-E and Stable Diffusion.|1862|3|2024-04-30| |199|[ethers-io/ethers.js](https://github.com/ethers-io/ethers.js)|Complete Ethereum library and wallet implementation in JavaScript.|7928|3|2024-10-10| |200|[Icalingua-plus-plus/Icalingua-plus-plus](https://github.com/Icalingua-plus-plus/Icalingua-plus-plus)|A client for QQ and more. :electron:|3307|3|2024-10-03|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Vim-script.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Vim script 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[SpaceVim/SpaceVim](https://github.com/SpaceVim/SpaceVim)|A modular Vim/Neovim configuration|20274|7|2024-09-17| |2|[vimwiki/vimwiki](https://github.com/vimwiki/vimwiki)|Personal Wiki for Vim|8762|2|2024-08-15| |3|[mashirozx/Pixiv-Nginx](https://github.com/mashirozx/Pixiv-Nginx)|P站(Pixiv)的正确打开方式|1751|1|2024-09-14| |4|[mattn/emmet-vim](https://github.com/mattn/emmet-vim)|emmet for vim: http://emmet.io/|6424|1|2024-08-10| |5|[youngyangyang04/PowerVim](https://github.com/youngyangyang04/PowerVim)|Make your vim more power and much easer. 最实用的vim配置🔥|1617|1|2024-05-08| |6|[theniceboy/nvim](https://github.com/theniceboy/nvim)|The Ultimate NeoVim Config for Colemak Users|2013|1|2024-10-05| |7|[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 !!|1850|1|2024-09-22| |8|[skywind3000/asynctasks.vim](https://github.com/skywind3000/asynctasks.vim)|:rocket: Modern Task System for Project Building, Testing and Deploying !!|911|1|2024-09-27| |9|[chxuan/vimplus](https://github.com/chxuan/vimplus)|:rocket:An automatic configuration program for vim|3913|1|2024-06-05| |10|[IammyselfYBX/vim-rainbow](https://github.com/IammyselfYBX/vim-rainbow)|彩虹效果的 Vim 插件|15|0|2024-05-15| |11|[DavidAlphaFox/.dotfiles](https://github.com/DavidAlphaFox/.dotfiles)|主要命令行工作配置|4|0|2024-10-09| |12|[ZSaberLv0/ZFVimIM](https://github.com/ZSaberLv0/ZFVimIM)|vim输入法 / Vim Input Method by pure vim script, support: user word, dynamic word priority, cloud db files|203|0|2024-09-29| |13|[bilibili/vim-vide](https://github.com/bilibili/vim-vide)|Lightest vimrc, while strong enough. 最轻的vim配置,却足够强!|791|0|2024-04-20| |14|[yszou/env](https://github.com/yszou/env)|我平时使用的环境的配置文件|5|0|2024-05-08| |15|[anzhihe/Efficient-office](https://github.com/anzhihe/Efficient-office)|Alfred-Workflows,Vim,Script,Mac|81|0|2024-08-31| |16|[yanyiwu/etc](https://github.com/yanyiwu/etc)|常用配置和工具|29|0|2024-09-11| |17|[IammyselfYBX/.vim](https://github.com/IammyselfYBX/.vim)|我的(neo)vim配置|54|0|2024-07-27| |18|[Hyvi/dotfiles](https://github.com/Hyvi/dotfiles)|vim配置|3|0|2024-08-25| |19|[wandercn/go-ide-vim.conf](https://github.com/wandercn/go-ide-vim.conf)|my vim conf for golang IDE and rust IDE|15|0|2024-09-02| |20|[skywind3000/vim](https://github.com/skywind3000/vim)|Personal Vim Profile|912|0|2024-10-11| |21|[axiaoxin/my-vimrc](https://github.com/axiaoxin/my-vimrc)|VIM configuration file: used to write Golang, Python, Markdown, etc. with VIM on macOS|153|0|2024-09-29| |22|[terrytangyuan/dotfiles](https://github.com/terrytangyuan/dotfiles)|Personal bootstrapping dotfiles |7|0|2024-08-07| |23|[skywind3000/vim-init](https://github.com/skywind3000/vim-init)|轻量级 Vim 配置框架,全中文注释|908|0|2024-07-26| |24|[ZSaberLv0/ZFVimIM_openapi](https://github.com/ZSaberLv0/ZFVimIM_openapi)|vim百度云输入法 / async db source for ZFVimIM, using thirdparty's openapi|2|0|2024-09-29| |25|[ZSaberLv0/ZFVimIM_pinyin](https://github.com/ZSaberLv0/ZFVimIM_pinyin)|vim拼音输入法 / pinyin for ZFVimIM|4|0|2024-09-29| |26|[byrzhm/my-vim-settings](https://github.com/byrzhm/my-vim-settings)|我在vscode以及jetbrain全家桶上的vim配置|2|0|2024-06-22| |27|[jaywcjlove/vim-web](https://github.com/jaywcjlove/vim-web)|◈ 搞得像IDE一样的Vim,安装配置自己的Vim。|602|0|2024-06-23| |28|[xu-chaojie/VIM](https://github.com/xu-chaojie/VIM)|精简vim配置,精简插件,只保留必要设置,并添加注释,不修改vim原有快捷键|8|0|2024-04-30| |29|[owner888/vimer](https://github.com/owner888/vimer)|vim editor|11|0|2024-09-30| |30|[jayli/vim-easycomplete](https://github.com/jayli/vim-easycomplete)|杭州市余杭区最好用的 VIM/NVIM 代码补全插件|412|0|2024-09-15| |31|[luochen1990/rainbow](https://github.com/luochen1990/rainbow)|Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.|1781|0|2024-07-27| |32|[s-sasaki-0529/dotfiles](https://github.com/s-sasaki-0529/dotfiles)|個人用 .files|2|0|2024-08-03| |33|[Leptune/vim-for-coding](https://github.com/Leptune/vim-for-coding)|vim-for-coding|132|0|2024-07-15| |34|[leetking/dotfiles](https://github.com/leetking/dotfiles)|我的vim,bash等的配置文件|12|0|2024-07-14| |35|[qiqiboy/q-vim](https://github.com/qiqiboy/q-vim)|my vim config. 来自一个前端开发码农的vim配置方案|33|0|2024-07-15| |36|[apemost/vimrc](https://github.com/apemost/vimrc)|A simple but powerful vim configuration|45|0|2024-07-11| |37|[lilydjwg/dotvim](https://github.com/lilydjwg/dotvim)|My vim config|282|0|2024-10-04| |38|[listenerri/ri-vim](https://github.com/listenerri/ri-vim)|一份中文注释齐全的vim配置|3|0|2024-05-25| |39|[derekhe/msfs2020-google-map](https://github.com/derekhe/msfs2020-google-map)|Replace MSFS2020's bing map to google map|277|0|2024-04-21| |40|[lululxvi/oh-my-linux-apps](https://github.com/lululxvi/oh-my-linux-apps)|My list of essential Linux applications.|23|0|2024-08-17| |41|[IammyselfYBX/termdebug](https://github.com/IammyselfYBX/termdebug)|vim终端调试|5|0|2024-05-13| |42|[andrewintw/rpi-video-sync-looper](https://github.com/andrewintw/rpi-video-sync-looper)|A video synchronization looping system built on Raspberry Pi. 一個運行於 Raspberry Pi 的影片同步循環播放系統|16|0|2024-07-17| |43|[ppwwyyxx/vim-PinyinSearch](https://github.com/ppwwyyxx/vim-PinyinSearch)|help vim search Chinese by Pinyin|39|0|2024-07-12| |44|[dofy/7th-vim](https://github.com/dofy/7th-vim)|安装简单,轻量、易用、高可配置性。 Lightweight & Customizable Vim configuration options.|107|0|2024-10-04| |45|[ikenox/dotfiles](https://github.com/ikenox/dotfiles)|my dotfiles|13|0|2024-05-23| |46|[marslo/myvim](https://github.com/marslo/myvim)|My Vim configuratons |15|0|2024-05-02| |47|[cnsworder/dev_init](https://github.com/cnsworder/dev_init)|开发环境初始化 vim+emacs+python|9|0|2024-09-29| |48|[alantop0720/system_config](https://github.com/alantop0720/system_config)|常用的系统配置文件|3|0|2024-08-11| |49|[gou4shi1/.vim](https://github.com/gou4shi1/.vim)|My Vim|15|0|2024-09-12| |50|[crazyhulk/Vim](https://github.com/crazyhulk/Vim)|vim插件|2|0|2024-09-09| |51|[webeautiful/xiongfs](https://github.com/webeautiful/xiongfs)|-|3|0|2024-07-23| |52|[lemon0910/lemon-vim](https://github.com/lemon0910/lemon-vim)|lemon's config for vim and neovim.|23|0|2024-09-13| |53|[xiaodun/sf-mock](https://github.com/xiaodun/sf-mock)|前端mock接口解决方案|4|0|2024-10-11| |54|[guobao2333/MT-syntax-highlight](https://github.com/guobao2333/MT-syntax-highlight)|适用于MT管理器的语法高亮 Syntax-HighLight for MT manager|21|0|2024-07-22| |55|[modood/vimrc](https://github.com/modood/vimrc)|A shell script to deploy my vim configuration|19|0|2024-09-27| |56|[lyokha/vim-xkbswitch](https://github.com/lyokha/vim-xkbswitch)|vim plugin for automatic keyboard layout switching in insert mode|479|0|2024-09-17| |57|[niming175/myVim](https://github.com/niming175/myVim)|我的vim配置|5|0|2024-05-08| |58|[jaaaain/AI-intelligent-sparring](https://github.com/jaaaain/AI-intelligent-sparring)|AI 智能陪练系统,服务外包第二季|2|0|2024-10-09| |59|[chenxuan520/vim-fast](https://github.com/chenxuan520/vim-fast)|A very fast Vim repository for C/C++,Go,Python,Rust|84|0|2024-09-29| |60|[mzlogin/vim-markdown-toc](https://github.com/mzlogin/vim-markdown-toc)|A vim 7.4+ plugin to generate table of contents for Markdown files.|610|0|2024-09-01|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/growth/software/Vue.md ================================================ 返回目录问题反馈 # 中文增速榜 > 软件类 > Vue 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Average daily growth|Updated| |:-|:-|:-|:-|:-|:-| |1|[Chanzhaoyu/chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web)|用 Express 和 Vue3 搭建的 ChatGPT 演示网页|31354|51|2024-08-16| |2|[PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)|:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin|87712|32|2024-07-16| |3|[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, whois search and more! ...|6137|19|2024-10-08| |4|[tiny-craft/tiny-rdm](https://github.com/tiny-craft/tiny-rdm)|Tiny RDM (Tiny Redis Desktop Manager) - A modern, colorful, super lightweight Redis GUI client for Mac, Windows, and Linux.|8580|18|2024-09-29| |5|[ElemeFE/element](https://github.com/ElemeFE/element)|A Vue.js 2.0 UI Toolkit for Web|54110|18|2024-08-20| |6|[vbenjs/vue-vben-admin](https://github.com/vbenjs/vue-vben-admin)|A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!|24687|16|2024-10-10| |7|[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!|17186|13|2024-10-06| |8|[pure-admin/vue-pure-admin](https://github.com/pure-admin/vue-pure-admin)|全面ESM+Vue3+Vite+Element-Plus+TypeScript编写的一款后台管理系统(兼容移动端)|15999|11|2024-09-25| |9|[Moonvy/OpenPromptStudio](https://github.com/Moonvy/OpenPromptStudio)|🥣 AIGC 提示词可视化编辑器 OPS Open Prompt Studio|5987|11|2024-04-28| |10|[OpenCSGs/csghub](https://github.com/OpenCSGs/csghub)|CSGHub is an open-source large model platform just like on-premise version of Hugging Face. You can easily manage models and datasets, deploy model applications and setup model finetune or inference j ...|2899|11|2024-10-11| |11|[alireza0/s-ui](https://github.com/alireza0/s-ui)|An advanced Web Panel • Built for SagerNet/Sing-Box|2653|11|2024-10-07| |12|[zxwk1998/vue-admin-better](https://github.com/zxwk1998/vue-admin-better)|🎉 vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vab admin pro,vab admin plus,vue admin plus,vue admin pro|16827|10|2024-09-13| |13|[Molunerfinn/PicGo](https://github.com/Molunerfinn/PicGo)|:rocket:A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder|23959|10|2024-10-05| |14|[pangxiaobin/image-matting](https://github.com/pangxiaobin/image-matting)|-|711|9|2024-10-11| |15|[vueComponent/ant-design-vue](https://github.com/vueComponent/ant-design-vue)|🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜|20164|8|2024-10-09| |16|[hslr-s/sun-panel](https://github.com/hslr-s/sun-panel)|A server, NAS navigation panel, Homepage, browser homepage. 一个服务器、NAS导航面板、Homepage、浏览器首页。|2649|8|2024-09-30| |17|[HalseySpicy/Geeker-Admin](https://github.com/HalseySpicy/Geeker-Admin)|✨✨✨ Geeker Admin,基于 Vue3.4、TypeScript、Vite5、Pinia、Element-Plus 开源的一套后台管理框架。|7185|8|2024-09-14| |18|[lin-xin/vue-manage-system](https://github.com/lin-xin/vue-manage-system)|Vue3、Element Plus、typescript后台管理系统|18791|7|2024-08-17| |19|[chatpire/chatgpt-web-share](https://github.com/chatpire/chatgpt-web-share)|ChatGPT Plus 共享方案。ChatGPT Plus / OpenAI API sharing solution.|4267|7|2024-05-28| |20|[unilei/aipan-netdisk-search](https://github.com/unilei/aipan-netdisk-search)|本项目乃是基于 Vue 与 Nuxt.js 技术打造的网盘搜索项目,持续开源并保持维护更新。其旨在让人人皆可拥有属于自己的网盘搜索网站。强烈建议自行部署,向所有参与者致敬!Salute to all!|1039|7|2024-10-09| |21|[yangjian102621/geekai](https://github.com/yangjian102621/geekai)|AI 助手全套开源解决方案,自带运营管理后台,开箱即用。集成了 ChatGPT, Azure, ChatGLM,讯飞星火,文心一言等多个平台的大语言模型。支持 MJ AI 绘画,Stable Diffusion AI 绘画,微博热搜等插件工具。采用 Go + Vue3 + element-plus 实现。|3690|7|2024-10-09| |22|[kevin2li/PDF-Guru](https://github.com/kevin2li/PDF-Guru)|PDF Guru Anki是一款以PDF为中心的多功能办公学习工具箱软件,包含四大板块功能:PDF实用工具箱、Anki制卡神器、Anki最强辅助、视频笔记神器,软件功能众多且强大,熟练运用可以大幅提高办公和学习效率,绝对是您不可多得的效率神器。人生苦短,我用Guru!|2599|6|2024-08-16| |23|[airyland/vux](https://github.com/airyland/vux)|Mobile UI Components based on Vue & WeUI|17591|6|2024-04-24| |24|[viarotel-org/escrcpy](https://github.com/viarotel-org/escrcpy)|📱 Graphical Scrcpy to display and control Android, devices powered by Electron. - 使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动。|2404|6|2024-09-16| |25|[ikuaitu/vue-fabric-editor](https://github.com/ikuaitu/vue-fabric-editor)|快图设计-基于fabric.js和Vue的开源图片编辑器,可自定义字体、素材、设计模板。fabric.js and Vue based image editor, can customize fonts, materials, design templates.|4997|6|2024-10-07| |26|[luckjiawei/frpc-desktop](https://github.com/luckjiawei/frpc-desktop)|一个frpc桌面客户端|1769|6|2024-09-25| |27|[YunYouJun/cook](https://github.com/YunYouJun/cook)|🍲 好的,今天我们来做菜!OK, Let's Cook!|5031|6|2024-09-15| |28|[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 后台管理系统|5074|6|2024-10-10| |29|[202252197/ChatGPT_JCM](https://github.com/202252197/ChatGPT_JCM)|OpenAI管理界面,聚合了OpenAI的所有接口进行界面操作(所有模型、图片、音频、微调、文件)等,支持Markdown格式(公式、图表,表格)等,后期会一点一点的将OpenAI接口进行接入大家支持一下,右上角点个Star。|2948|5|2024-04-25| |30|[Alfred-Skyblue/vue-draggable-plus](https://github.com/Alfred-Skyblue/vue-draggable-plus)|Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2|3061|5|2024-09-13| |31|[chaitin/xray](https://github.com/chaitin/xray)|一款完善的安全评估工具,支持常见 web 安全问题扫描和自定义 poc 使用之前务必先阅读文档|10316|5|2024-10-11| |32|[GSQZ/TuneFree](https://github.com/GSQZ/TuneFree)|一款基于Splayer进行二次开发的音乐播放器,可解析并播放网易云音乐中所有的付费资源。|580|5|2024-10-11| |33|[dreamhunter2333/cloudflare_temp_email](https://github.com/dreamhunter2333/cloudflare_temp_email)|CloudFlare free temp domain email 免费收发 临时域名邮箱 支持附件 IMAP SMTP TelegramBot|2236|5|2024-09-27| |34|[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是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台|1856|5|2024-10-11| |35|[yangzongzhuan/RuoYi-Vue3](https://github.com/yangzongzhuan/RuoYi-Vue3)|:tada: (RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue3 & Vite、Element Plus 的前后端分离权限管理系统|4754|5|2024-09-27| |36|[bailicangdu/vue2-manage](https://github.com/bailicangdu/vue2-manage)|A admin template based on vue + element-ui. 基于vue + element-ui的后台管理系统基于 vue + element-ui 的后台管理系统|13447|5|2024-07-05| |37|[fenixsoft/awesome-fenix](https://github.com/fenixsoft/awesome-fenix)|讨论如何构建一套可靠的大型分布式系统|8767|5|2024-08-21| |38|[BewlyBewly/BewlyBewly](https://github.com/BewlyBewly/BewlyBewly)|Improve your Bilibili homepage by redesigning it, adding more features, and personalizing it to match your preferences. (English 简体中文 正體中文 廣東話)|4327|5|2024-10-10| |39|[woai3c/visual-drag-demo](https://github.com/woai3c/visual-drag-demo)|一个低代码(可视化拖拽)教学项目|5164|4|2024-09-10| |40|[zyronon/douyin](https://github.com/zyronon/douyin)| Vue3 + Pinia 仿抖音,Vue 在移动端的最佳实践 . Imitate TikTok ,Vue Best practices on Mobile|9219|4|2024-09-18| |41|[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~|6056|4|2024-10-10| |42|[pipipi-pikachu/PPTist](https://github.com/pipipi-pikachu/PPTist)|An online presentation application that replicates most of the commonly used features of Microsoft Office PowerPoint, allowing for the editing and presentation of PPT online. It also supports the expo ...|5980|4|2024-09-17| |43|[jekip/naive-ui-admin](https://github.com/jekip/naive-ui-admin)|Naive Ui Admin 是一款基于 Vue3、Vite3 和 TypeScript 的先进中后台解决方案,集成了前沿的前端技术栈和典型业务模型。它拥有二次封装组件、动态菜单、权限校验、粒子化权限控制等核心功能,旨在帮助企业快速构建高质量的中后台项目。无论在新技术运用或业务实践层面,都能为您提供有力支持,并将持续更新,以满足您不断变化的需求|4931|4|2024-09-14| |44|[palxiao/poster-design](https://github.com/palxiao/poster-design)|一款漂亮且功能强大的在线海报设计器,图片编辑器,仿稿定设计,适用于多种场景:海报生成、电商产品图、文章长图、视频/公众号封面等。A beautiful online image designer, suitable for various scenarios like generate posters, making design easier!|3604|4|2024-09-27| |45|[3212618475/No257Railway-ticket-booking-management-system](https://github.com/3212618475/No257Railway-ticket-booking-management-system)|基于Springboot框架实现的铁路订票管理系统,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css、jQuery; 后端技术:Spring、SpringMvc、MyBatis,系统包含两种角色:管理员、用户|7|4|2024-10-10| |46|[DataV-Team/DataV](https://github.com/DataV-Team/DataV)|Vue数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新(React版已发布)|9001|4|2024-06-14| |47|[imsyy/SPlayer](https://github.com/imsyy/SPlayer)|🎉 一个简约的音乐播放器,支持逐字歌词,下载歌曲,展示评论区,音乐云盘及歌单管理,音乐频谱,移动端基础适配 网易云音乐 A minimalist music player|2300|4|2024-10-11| |48|[shiyutim/tickets](https://github.com/shiyutim/tickets)|大麦、大麦网 演唱会抢票软件,一个基于 tauri + rust + vue 调用接口的抢票软件。|2148|4|2024-05-08| |49|[AkiChase/scrcpy-mask](https://github.com/AkiChase/scrcpy-mask)|A Scrcpy client in Rust & Tarui aimed at providing mouse and key mapping to control Android device, similar to a game emulator|618|3|2024-06-11| |50|[0xJacky/nginx-ui](https://github.com/0xJacky/nginx-ui)|Yet another WebUI for Nginx|3740|3|2024-10-09| |51|[risesoft-y9/Data-Labeling](https://github.com/risesoft-y9/Data-Labeling)|数据标注是一款专门对文本数据进行处理和标注的工具,通过简化快捷的文本标注流程和动态的算法反馈,支持用户快速标注关键词并能通过算法持续减少人工标注的成本和时间。数据标注的过程先由人工标注构筑基础,再由自动标注反哺人工标注,最后由人工标注进行纠偏,从而大幅度提高标注的精准度和高效性。数据标注是一个完全开源的项目,无商业版,但是需要依赖开源的数字底座进行人员岗位管控。各类词库结果会定期在本平台公开。|153|3|2024-09-04| |52|[zclzone/vue-naive-admin](https://github.com/zclzone/vue-naive-admin)|⚡️基于 Vue3 + Vite + Pinia + Unocss + Naive UI 的轻量级后台管理模板。|3170|3|2024-10-08| |53|[foamzou/melody](https://github.com/foamzou/melody)|我的音乐精灵|2718|3|2024-08-10| |54|[3212618475/No252Employment-Management-System](https://github.com/3212618475/No252Employment-Management-System)|基于Springboot框架实现的就业管理系统,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css、jQuery; 后端技术:Spring、SpringMvc、MyBatis,系统包含三种角色:管理员、用户,企业|6|3|2024-10-10| |55|[chatgpt-web-dev/chatgpt-web](https://github.com/chatgpt-web-dev/chatgpt-web)|A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.|1620|3|2024-08-14| |56|[umicro/uView](https://github.com/umicro/uView)|uView UI,是uni-app生态最优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水|4057|3|2024-09-17| |57|[BizSpringSource/bizspring-vue3-opensource](https://github.com/BizSpringSource/bizspring-vue3-opensource)|BizSpring Java商城首选,可商用;Vue3,Element UI Plus,Uniapp,微服务,SpringCloud,跨境电商,跨境商城,电商国际化,外贸,独立站,多国语言,移动商城,小程序商城,H5商城,公众号商城,App,Redis,支持多语言,多规格SKU,分销,拼团,砍价,秒杀,优惠券,积分,会员等级,小程序前后端分离,方便二开,Markdown在线文档,代码生成,二开文档 ...|668|3|2024-09-24| |58|[ShouChenICU/WebCamera](https://github.com/ShouChenICU/WebCamera)|基于WebRTC的点对点网络摄像头实时监控工具|403|3|2024-06-13| |59|[3212618475/No256Video-and-Game-Management-Platform](https://github.com/3212618475/No256Video-and-Game-Management-Platform)|基于Springboot框架实现的视频及游戏管理平台,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css、jQuery; 后端技术:Spring、SpringMvc、MyBatis,系统包含两种角色:管理员、用户|6|3|2024-10-10| |60|[doocs/md](https://github.com/doocs/md)|✍ WeChat Markdown Editor 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性|5711|3|2024-09-29| |61|[3212618475/No249PC-imitation-of-Taobao-system](https://github.com/3212618475/No249PC-imitation-of-Taobao-system)|基于Springboot框架实现的pc端仿淘宝系统,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css、jQuery; 后端技术:Spring、SpringMvc、MyBatis,系统包含三种角色:管理员、用户,商家|6|3|2024-10-10| |62|[Zhouqluo/bilidown-web](https://github.com/Zhouqluo/bilidown-web)|在线下载b站视频|553|3|2024-04-19| |63|[Tencent/tdesign](https://github.com/Tencent/tdesign)|Enterprise Design System|3148|3|2024-10-11| |64|[kailong321200875/vue-element-plus-admin](https://github.com/kailong321200875/vue-element-plus-admin)|A backend management system based on vue3, typescript, element-plus, and vite|2730|3|2024-09-23| |65|[3212618475/No251Multimedia-Material-Management-System](https://github.com/3212618475/No251Multimedia-Material-Management-System)|基于Springboot框架实现的多媒体素材管理系统,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css、jQuery; 后端技术:Spring、SpringMvc、MyBatis,系统包含三种角色:管理员、用户,教师|5|3|2024-10-10| |66|[Yin-Hongwei/music-website](https://github.com/Yin-Hongwei/music-website)|🎧 Vue + SpringBoot + MyBatis 音乐网站|5395|3|2024-07-19| |67|[taozhi1010/nest-admin](https://github.com/taozhi1010/nest-admin)|nest全栈快速开发平台|562|3|2024-09-23| |68|[xiaomaogame/catctor](https://github.com/xiaomaogame/catctor)|-|503|3|2024-05-09| |69|[imsyy/home](https://github.com/imsyy/home)|个人主页,我的个人主页,个人主页源码,主页模板,homepage|3314|3|2024-09-30| |70|[3212618475/No250Electronic-product-sales-system](https://github.com/3212618475/No250Electronic-product-sales-system)|基于Springboot框架实现的电子产品销售系统,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css、jQuery; 后端技术:Spring、SpringMvc、MyBatis,系统包含两种角色:管理员、用户|5|3|2024-10-10| |71|[Codennnn/vue-color-avatar](https://github.com/Codennnn/vue-color-avatar)|An online avatar generator just for fun 一个纯前端实现的头像生成网站|3356|3|2024-08-04| |72|[varletjs/varlet](https://github.com/varletjs/varlet)|A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.|4919|3|2024-10-11| |73|[3212618475/No262Social-forums-for-literary-creation](https://github.com/3212618475/No262Social-forums-for-literary-creation)|基于Springboot框架实现的基于文学创作的社交论坛,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css、jQuery; 后端技术:Spring、SpringMvc、MyBatis,系统包含两种角色:管理员、用户|6|3|2024-10-10| |74|[CareyWang/sub-web](https://github.com/CareyWang/sub-web)|-|5074|3|2024-08-07| |75|[blacktunes/black-myth-wukong-portraits](https://github.com/blacktunes/black-myth-wukong-portraits)|黑神话:悟空 - 影神图生成网站|48|3|2024-10-03| |76|[yudaocode/yudao-ui-admin-vue3](https://github.com/yudaocode/yudao-ui-admin-vue3)|芋道管理后台,基于 Vue3 + Element Plus 实现,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型等功能。|1620|3|2024-10-07| |77|[KUN1007/kun-galgame-nuxt3](https://github.com/KUN1007/kun-galgame-nuxt3)|The CUTEST Visual Novel / Galgame Forum! KUN Visual Novel project. KUN Visual Novel Forum 2nd generation!|556|2|2024-10-11| |78|[Hacker233/resume-design](https://github.com/Hacker233/resume-design)|一款开源简历设计生成器,内置两款设计器,多种免费模板选择,还可以自定义模板、主题等等,支持导出PDF、JSON数据。|1549|2|2024-10-11| |79|[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 ...|7995|2|2024-09-18| |80|[xionglongbing/Treasure-Navigation](https://github.com/xionglongbing/Treasure-Navigation)|漂亮美观的导航页面,点击链接线上体验,持续更新功能中。支持主页网页搜索,也可以当作书签管理工具。用vue3实现好看的寻宝导航|63|2|2024-10-11| |81|[zyronon/typing-word](https://github.com/zyronon/typing-word)|在网页上背单词|1066|2|2024-09-09| |82|[RainManGO/vue3-composition-admin](https://github.com/RainManGO/vue3-composition-admin)|🎉 基于vue3 的管理端模板(Vue3 TS Vuex4 element-plus vue-i18n-next composition-api) vue3-admin vue3-ts-admin|3107|2|2024-10-09| |83|[anvaka/map-of-github](https://github.com/anvaka/map-of-github)|Inspirational Mapping|1011|2|2024-09-25| |84|[fantastic-admin/basic](https://github.com/fantastic-admin/basic)|⭐⭐⭐⭐⭐ 一款开箱即用的 Vue 中后台管理系统框架,支持多款 UI 组件库,兼容PC、移动端。vue-admin, vue-element-admin, vue后台, 后台系统, 后台框架, 管理后台, 管理系统|2385|2|2024-10-08| |85|[Moonofweisheng/wot-design-uni](https://github.com/Moonofweisheng/wot-design-uni)|一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。|913|2|2024-10-11| |86|[LauZzL/leitingzhanji-ui](https://github.com/LauZzL/leitingzhanji-ui)|LTZJ-NEM Build 3 (原雷霆战机网易云)。|66|2|2024-10-09| |87|[jdf2e/nutui](https://github.com/jdf2e/nutui)|京东风格的移动端 Vue 组件库,支持多端小程序(A Vue.js UI Toolkit for Mobile Web)|6126|2|2024-10-11| |88|[jeecgboot/JeecgBoot-vue3](https://github.com/jeecgboot/JeecgBoot-vue3)|🔥JeecgBoot-Vue3版前端源码,采用 Vue3.0+TypeScript+Vite+Ant-Design-Vue等新技术方案,包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。 是JeecgBoot低代码平台的vue3技术栈的全新UI版本,功能强于vue2版。|2499|2|2024-06-22| |89|[hinesboy/mavonEditor](https://github.com/hinesboy/mavonEditor)|mavonEditor - A markdown editor based on Vue that supports a variety of personalized features|6437|2|2024-08-18| |90|[3212618475/No143College-Internship-Management-System](https://github.com/3212618475/No143College-Internship-Management-System)|基于Springboot框架实现的高校实习管理系统,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css; 后端技术:Spring、SpringMvc、MyBatis,系统包含四种角色:管理员、公司、用户|18|2|2024-10-04| |91|[lemonfog/lemon-live](https://github.com/lemonfog/lemon-live)|聚合直播网站 支持 虎牙直播 斗鱼直播 抖音直播 哔哩直播 CC直播 直播源 直播信息 弹幕直播|341|2|2024-08-10| |92|[Kukaina/DnsTools](https://github.com/Kukaina/DnsTools)|一个DNS测速工具,提高您的网络访问速度|583|2|2024-07-25| |93|[Thecosy/IceCMS](https://github.com/Thecosy/IceCMS)|🌈冰激凌内容管理系统🍦,实现MacWK资源站,社区图片视频圈子CMS,支持网页端移动端小程序🌟适合做 资讯商城,社区论坛,聊天交友 社区,博客,圈子,论坛,图片,视频,社交。|1585|2|2024-07-24| |94|[mizhexiaoxiao/vue-fastapi-admin](https://github.com/mizhexiaoxiao/vue-fastapi-admin)|⭐️ 基于 FastAPI+Vue3+Naive UI 的现代化轻量管理平台 A modern and lightweight management platform based on FastAPI, Vue3, and Naive UI.|700|2|2024-09-25| |95|[3212618475/No245College-Student-Course-Selection-System](https://github.com/3212618475/No245College-Student-Course-Selection-System)|基于Springboot框架实现的高校学生选课系统,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css、jQuery; 后端技术:Spring、SpringMvc、MyBatis,系统包含三种角色:管理员、用户、教师|4|2|2024-10-10| |96|[Virtual-Browser/VirtualBrowser](https://github.com/Virtual-Browser/VirtualBrowser)|Free anti fingerprint browser, 指纹浏览器, 隐私浏览器, 免费的web3空投专用指纹浏览器|882|2|2024-08-12| |97|[build-admin/buildadmin](https://github.com/build-admin/buildadmin)|可视化生成CRUD代码、内置WEB终端,技术栈为Vue3.x(setup)+ThinkPHP6+TypeScript+Vite+Pinia+Element Plus,自适应多端,同时提供Web和Server端、自动注册路由、无限级菜单权限节点、全局数据回收站、字段级修改保护等等,是集颜值、实用、敏捷于一身的管理系统。|1352|2|2024-10-09| |98|[iczer/vue-antd-admin](https://github.com/iczer/vue-antd-admin)|🐜 Ant Design Pro's implementation with Vue|3648|2|2024-05-08| |99|[Java-S12138/frank](https://github.com/Java-S12138/frank)|A bran-new League of Legends assistant software, a replacement for WeGame.|1848|2|2024-07-19| |100|[AndersonBY/vector-vein](https://github.com/AndersonBY/vector-vein)|No-code AI workflow|810|2|2024-10-04| |101|[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.|1508|2|2024-06-06| |102|[Daymychen/art-design-pro](https://github.com/Daymychen/art-design-pro)|这是一个基于 Vue3、TypeScript、Vite 和 Element-Plus 精心打造的后台管理系统模板,专注于用户体验和视觉设计。|63|2|2024-09-28| |103|[crmeb/CRMEB](https://github.com/crmeb/CRMEB)|🔥CRMEB开源商城免费开源多语言商城系统,Tp6框架商城,系统可商用;包含小程序商城、H5商城、公众号商城、PC商城、App,支持分销、拼团、砍价、秒杀、优惠券、积分、会员等级、小程序直播、页面DIY,前后端分离,方便二开,更有详细使用文档、接口文档、数据字典、二开文档/视频教程,欢迎大家提出宝贵意见和建议|5382|2|2024-08-28| |104|[HuLaSpark/HuLa](https://github.com/HuLaSpark/HuLa)|HuLa is a desktop instant messaging app built on Tauri+vue3 (not just instant messaging)|526|2|2024-10-10| |105|[climblee/uv-ui](https://github.com/climblee/uv-ui)|uv-ui 破釜沉舟之兼容vue3+2、app、h5、小程序等多端基于uni-app和uView2.x的生态框架,支持单独导入,开箱即用,利剑出击。|763|2|2024-07-28| |106|[vform666/variant-form](https://github.com/vform666/variant-form)|A powerful form designer for Vue.|1744|2|2024-07-22| |107|[elunez/eladmin-web](https://github.com/elunez/eladmin-web)|eladmin jpa版本:前端源码,项目基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 Spring Security、Redis、Vue的前后端分离后台管理系统|4431|2|2024-09-10| |108|[kkangert/kspider-ui](https://github.com/kkangert/kspider-ui)|Kspider 是一个爬虫平台,以图形化方式定义爬虫流程,无需代码即可实现一个爬虫流程,Kspider不仅限爬虫,也可用于WEB自动化测试,更多功能等你探索。|206|2|2024-08-20| |109|[lewkamtao/lew-ui](https://github.com/lewkamtao/lew-ui)|A beautiful component library based on vue3|1395|2|2024-10-10| |110|[xyxiao001/vue-cropper](https://github.com/xyxiao001/vue-cropper)|A simple picture clipping plugin for vue|4312|2|2024-07-23| |111|[itchaox/annotree](https://github.com/itchaox/annotree)|Generate folder directory annotation tree 生成文件夹目录注释树|306|2|2024-09-19| |112|[vitejs/docs-cn](https://github.com/vitejs/docs-cn)|Chinese translation of vite.dev|836|1|2024-10-09| |113|[Carole007/carole-admin](https://github.com/Carole007/carole-admin)|nest全栈快速开发平台|80|1|2024-07-23| |114|[dingyong0214/ThorUI-uniapp](https://github.com/dingyong0214/ThorUI-uniapp)|ThorUI组件库,轻量、简洁的移动端组件库。组件文档地址:https://thorui.cn/doc |2607|1|2024-05-30| |115|[Edge-coordinates/Waterfall_picture_viewer](https://github.com/Edge-coordinates/Waterfall_picture_viewer)|瀑布流图片查看器|278|1|2024-09-22| |116|[gzydong/LumenIM](https://github.com/gzydong/LumenIM)|Lumen IM 是一个网页版在线聊天项目,前端使用 Naive UI + Vue3,后端采用 GO 开发。|1076|1|2024-04-17| |117|[ecaps1038/yike-design-dev](https://github.com/ecaps1038/yike-design-dev)|Vue3+Ts+Less 开发的前端UI框架|350|1|2024-09-09| |118|[3212618475/No22hospitalRegistePublic](https://github.com/3212618475/No22hospitalRegistePublic)|基于Springboot框架实现的养老院管理系统 编程语言:Java 数据库:MySQL 项目管理工具:Maven 前端技术:VUE 后端技术:Spring、SpringMVC、MyBatis|17|1|2024-10-06| |119|[blacktunes/sr-message-maker](https://github.com/blacktunes/sr-message-maker)|崩坏:星穹铁道风格短信的生成网站|271|1|2024-10-03| |120|[youshandefeiyang/sub-web-modify](https://github.com/youshandefeiyang/sub-web-modify)|Subconverter订阅转换前端增强版,增加近百条远程配置及更多自定义功能!|1873|1|2024-10-08| |121|[3212618475/NO29Enterprise-OA-Management-System](https://github.com/3212618475/NO29Enterprise-OA-Management-System)|基于Springboot框架实现的企业oa管理系统,编程语言:Java,前端技术:Vue 后端技术:SpringBoot|7|1|2024-10-06| |122|[vvandk/kinit](https://github.com/vvandk/kinit)|FastAPI + vue3 前后端分离后台管理系统,包含PC端,微信小程序端。接口使用:FastAPI+Pydantic+SQLAlchemy 2.0+Mysql,PC 端使用:Vue3+Typescript+Vite+Element Plus,小程序使用:Uni-APP + uview ui。异步存储,RBAC 权限管理,定时任务,部门管理等功能。|495|1|2024-08-27| |123|[oliver225/thingsboard-ui-vue3](https://github.com/oliver225/thingsboard-ui-vue3)|本项目为基于Vue3开发的 ThingsBoard 前台 ,AntDesginVue、VbenVueAdmin、AntV X6、规则链代码已全部开放、ThingsBoard3.7持续更新中|168|1|2024-08-29| |124|[sahadev/vue-component-creater-ui](https://github.com/sahadev/vue-component-creater-ui)|拖拽式Vue组件代码生成编辑器(VCC)|764|1|2024-09-12| |125|[helloqyg/MettShortOverseas](https://github.com/helloqyg/MettShortOverseas)|迈特短剧系统是一款功能强大的海外短剧平台,包含H5、安卓APP、苹果APPP多种展示形式,支持PayPal支付、stripe支付,Facebook登录、游客登录、Google登录、多语言选择,提供多开的开源系统。该系统提供了丰富的短剧资源,支持用户免费观看热门短剧、影视作品,同时也支持多种付费观看方式,如单人、全款和会员等,满足不同用户的需求。|324|1|2024-05-30| |126|[setube/vue-mining](https://github.com/setube/vue-mining)|Vue 挖矿小游戏|102|1|2024-08-01| |127|[wangrongding/WebCut](https://github.com/wangrongding/WebCut)|🎬 基于 web 端的音视频编辑器。(A web-based audio and video editor.)|119|1|2024-05-03| |128|[Tencent/tdesign-vue-next-starter](https://github.com/Tencent/tdesign-vue-next-starter)|A starter-kit for TDesign Vue Next UI components|689|1|2024-10-01| |129|[hefengxian/my-ielts](https://github.com/hefengxian/my-ielts)|雅思词汇真经、雅思语法、听力 179、阅读 538 同义替换等。Everything during preparing for my IELTS exam. |268|1|2024-09-15| |130|[xiaowang1314/uniapp-plugin-collections](https://github.com/xiaowang1314/uniapp-plugin-collections)|uni-app项目插件功能集合https://github.com/xiaowang1314/uniapp-plugin-collections|1041|1|2024-09-03| |131|[imsyy/DailyHot](https://github.com/imsyy/DailyHot)|DailyHot 今日热榜前端页面 API:https://github.com/imsyy/DailyHotApi|383|1|2024-07-29| |132|[wurencaideli/dumogu-admin](https://github.com/wurencaideli/dumogu-admin)|最基础的管理端架子 - 毒蘑菇管理|275|1|2024-09-24| |133|[setube/vue-maze](https://github.com/setube/vue-maze)|迷宫生成器|15|1|2024-09-25| |134|[vform666/variant-form3-vite](https://github.com/vform666/variant-form3-vite)|-|1323|1|2024-06-05| |135|[aehyok/video2blog](https://github.com/aehyok/video2blog)|视频转图文 AI跨平台客户端(win mac linux)|232|1|2024-10-11| |136|[fjykTec/ModernWMS](https://github.com/fjykTec/ModernWMS)|The open source simple and complete warehouse management system is derived from our many years of experience in implementing erp projects. We stripped the original commercial system wms function and o ...|835|1|2024-09-11| |137|[xinnian999/vitepress-vue-demo](https://github.com/xinnian999/vitepress-vue-demo)|一个 Vitepress 插件,可以帮助你在编写文档的时候,通过路径引用,直接展示 Vue 组件示例 + 代码|47|1|2024-09-21| |138|[ConnectAI-E/ChatGPT-PerfectUI](https://github.com/ConnectAI-E/ChatGPT-PerfectUI)|✨ 用Vue3 + Vite + Tailwindcss 复刻ChatGPT!体验一模一样的web-app!✨|305|1|2024-05-21| |139|[oop-dev/oop-dev](https://github.com/oop-dev/oop-dev)|云对象+对象数据库的全栈框架,代替http和sql,实现急速开发|55|1|2024-10-11| |140|[gcpaas/DataRoom](https://github.com/gcpaas/DataRoom)|🔥基于SpringBoot、MyBatisPlus、ElementUI、G2Plot、Echarts等技术栈的大屏设计器,具备目录管理、DashBoard设计、预览能力,支持MySQL、Oracle、PostgreSQL、JSON等数据集接入,对于复杂数据处理还可以使用Groovy脚本数据集,使用简单,完全免费,代码开源。 |551|1|2024-10-09| |141|[ljxi/NetworkPanel](https://github.com/ljxi/NetworkPanel)|测试您的网速,多出口查询您的ip地址|525|1|2024-09-27| |142|[nmxiaowei/avue](https://github.com/nmxiaowei/avue)|Avue.js2.0是基于现有的element-ui库进行的二次封装,简化一些繁琐的操作,核心理念为数据驱动视图,主要的组件库针对table表格和form表单场景,同时衍生出更多企业常用的组件,达到高复用,容易维护和扩展的框架,同时内置了丰富了数据展示组件,让开发变得更加容易|2220|1|2024-10-07| |143|[dromara/mayfly-go](https://github.com/dromara/mayfly-go)|web版linux(终端 文件 脚本 进程)、数据库(mysql pgsql oracle sqlserver 高斯 达梦 sqlite)、数据同步、redis(单机 哨兵 集群)、mongo统一管理操作平台。web version of linux(terminal file script process), database (mysql pgsql oracle sqlserver Gaus ...|1897|1|2024-08-22| |144|[3212618475/No35Community-Hospital-Management-System](https://github.com/3212618475/No35Community-Hospital-Management-System)|基于Springboot框架实现的社区医院管理系统,编程语言:Java,前端技术:Vue 后端技术:SpringBoot|6|1|2024-10-06| |145|[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.|745|1|2024-05-27| |146|[PastKing/MarkMap-OpenAi-ChatGpt](https://github.com/PastKing/MarkMap-OpenAi-ChatGpt)|本项目是一个结合了Vue、Markmap和OpenAI ChatGPT的思维导图生成工具。用户可以输入标题和内容,通过调用ChatGPT生成思维导图,并支持放大、缩小、适应屏幕和下载功能。|79|1|2024-09-23| |147|[ydcss/vue-ydui](https://github.com/ydcss/vue-ydui)|A mobile components Library with Vue2.js. 一只基于Vue2.x的移动端组件库。|2751|1|2024-06-07| |148|[kuailemao/Ruyu-Blog](https://github.com/kuailemao/Ruyu-Blog)|基于 SpringBoot3 + Vue3 + TypeScript+ Mysql + Redis + RabbitMQ + SpringSecurity 的前后台个人博客系统|157|1|2024-10-11| |149|[xxm1995/dax-pay-ui](https://github.com/xxm1995/dax-pay-ui)|免费开源的支付网关,支持支付宝、微信、云闪付等通道,提供收单、退款、对账、分账等功能,同时扩展了更多支付方式,如储值卡、现金卡等,通过HTTP方式进行调用,不与其他系统产生耦合关联,可以快速集成到各种系统中,提供可视化界面进行管理,便于实现统一的支付信息管理。|202|1|2024-10-09| |150|[xinnian999/vue-form-craft](https://github.com/xinnian999/vue-form-craft)|基于vue3的一款开箱即用表单方案|232|1|2024-10-11| |151|[umicro/uView2.0](https://github.com/umicro/uView2.0)|uView UI,是全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水|1524|1|2024-09-17| |152|[Yidadaa/shuangpin](https://github.com/Yidadaa/shuangpin)|纸砚双拼,可能是最好用的双拼练习工具,支持声母 / 韵母 / 长句模式、自定义双拼方案、进度统计、深色模式、成就系统。|441|1|2024-08-05| |153|[xunlu129/teriteri-client](https://github.com/xunlu129/teriteri-client)|一个基于 vue3 搭建的视频网站平台客户端|463|1|2024-05-20| |154|[didi/mand-mobile](https://github.com/didi/mand-mobile)|💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.|3453|1|2024-07-18| |155|[LvHuaiSheng/gzm-design](https://github.com/LvHuaiSheng/gzm-design)|🚀🚀🚀一款漂亮易用的在线设计器,支持PSD导入、PSD解析,可用于海报设计器、广告设计器、logo设计器、AI创作图片合成器等。常用于生成二维码海报,图片海报,二维码推广海报,图片处理,名片设计,电商产品图,节假日海报等。http://gzm-design-doc.guozimi.cn/|421|1|2024-09-24| |156|[yxhpy/Vue3-Magic-Generator](https://github.com/yxhpy/Vue3-Magic-Generator)|Vue3-Magic-Generator使用创新的大模型技术,将您口中的简短需求化作精致的Web应用。我们通过深入分析需求,转化成网站的结构模块,最终使用AI的超凡编程能力,将Vue3和Element-Plus框架的代码精确生成。从此,项目开发不再是冗长乏味的过程,而是一场激动人心的创新之旅。|174|1|2024-04-15| |157|[Stapxs/Stapxs-QQ-Lite-2.0](https://github.com/Stapxs/Stapxs-QQ-Lite-2.0)|一个兼容 OneBot 协议的非官方网页版 QQ 客户端、electron 客户端。|453|1|2024-10-11| |158|[qingqingxuan/admin-work](https://github.com/qingqingxuan/admin-work)|Vue3 和 NaiveUI 的完美结合—Admin Work,拥有漂亮、强大、完善的功能。采用 Vue3 Vite2 Typescript NaiveUI Pinia编写的中后台框架。全面的系统配置,优质模板,常用组件,真正一站式开箱即用。持续更新,不断完善,一直在前进~~|622|1|2024-08-06| |159|[elecV2/elecV2P](https://github.com/elecV2/elecV2P)|一款基于 NodeJS,可通过 JS 修改网络请求,以及定时运行脚本或 SHELL 指令的网络工具。|1356|1|2024-06-18| |160|[chansee97/nova-admin](https://github.com/chansee97/nova-admin)|A simple and flexible admin template based on Vue3, Vite, TypeScript, NaiveUI|885|1|2024-10-08| |161|[skmcj/dycast](https://github.com/skmcj/dycast)|抖音弹幕姬,只需输入房间号,即可实时获取对应直播间的弹幕信息,并可将其转发到自己的后端服务|311|1|2024-07-06| |162|[yudaocode/yudao-mall-uniapp](https://github.com/yudaocode/yudao-mall-uniapp)|芋道商城,基于 Vue3 + Uniapp 实现,支持分销、拼团、砍价、秒杀、优惠券、积分、会员等级、小程序直播、页面 DIY 等功能,100% 开源|351|1|2024-10-07| |163|[makeryangcom/MirForGodot](https://github.com/makeryangcom/MirForGodot)|Mir2(2D MMORPG Game) For Godot|139|1|2024-08-20| |164|[ijry/uview-plus](https://github.com/ijry/uview-plus)|零云®uview-plus,是uni-app全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水。|456|1|2024-10-09| |165|[3212618475/No18Personal-Financial-Management-System](https://github.com/3212618475/No18Personal-Financial-Management-System)|基于Springboot框架实现的个人理财系统。编程语言:Java 数据库:MySQL 项目管理工具:Maven 前端技术:Vue 后端技术:SpringBoot|7|1|2024-10-06| |166|[fre123-com/fre123-nav](https://github.com/fre123-com/fre123-nav)|FRE123 免费资源共享平台导航,一键搭建你的导航网站!|266|1|2024-08-28| |167|[tinygeeker/autocue](https://github.com/tinygeeker/autocue)|🌈 AI绘画标签提词器:将标签进行分类整理,支持中文显示、加权、降权等隐藏功能|290|1|2024-09-13| |168|[yangzongzhuan/RuoYi-Cloud-Vue3](https://github.com/yangzongzhuan/RuoYi-Cloud-Vue3)|🎉 基于Spring Boot、Spring Cloud & Alibaba、Vue3 & Vite、Element Plus的分布式前后端分离微服务架构权限管理系统|544|1|2024-09-27| |169|[hangjob/vue-bag-admin](https://github.com/hangjob/vue-bag-admin)|采用Vue3、Vite5、Naive UI、JavaScript、Gulp、Pinia以及周边的优秀的插件搭建,通过npm命令安装引入主程序包开发,插件式开发,它允许开发者在不修改原有代码基础上扩展功能、增加新的处理逻辑,使得应用更加模块化和易于维护,响应式中后台管理系统,满足现有业务各种扩展...|953|1|2024-10-10| |170|[helloqyg/MettShort](https://github.com/helloqyg/MettShort)|2023热门短剧微短剧可运营版本,包含微信小程序、抖音小程序、APP、公众号多个版本。也支持微信小程序媒资管理、虚拟支付、微短剧等各模块功能。包含批量导入、各种视频格式的支持、saas多开、分销商分销、卡密兑换、分享海报、自动切换、小程序流量主等众多功能。|294|1|2024-04-26| |171|[cmdparkour/vue-admin-box](https://github.com/cmdparkour/vue-admin-box)|vue3,vite,element-plus中后台管理系统,集成四套基础模板,大量可利用组件,模板页面|1718|1|2024-08-04| |172|[huchenlei/sd-webui-openpose-editor](https://github.com/huchenlei/sd-webui-openpose-editor)|Openpose editor for ControlNet. Full hand/face support.|646|1|2024-06-20| |173|[xunlu129/teriteri-admin](https://github.com/xunlu129/teriteri-admin)|一个基于 vue3 搭建的视频网站平台管理员端|224|1|2024-05-20| |174|[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.|1364|1|2024-05-08| |175|[gooaclok819/sublinkX](https://github.com/gooaclok819/sublinkX)|开源节点订阅转换生成管理系统|159|1|2024-10-04| |176|[3212618475/No138University-Graduation-and-Degree-Qualification-Review-System](https://github.com/3212618475/No138University-Graduation-and-Degree-Qualification-Review-System)|基于Springboot框架实现的高校毕业与学位资格审核系统,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css; 后端技术:Spring、SpringMvc、MyBatis,系统包含三种角色:管理员、学生、教师|5|1|2024-10-04| |177|[jzfai/vue3-admin-plus](https://github.com/jzfai/vue3-admin-plus)|👏 An amazing admin framework of vue3|849|1|2024-09-29| |178|[sanbei101/Tarocard](https://github.com/sanbei101/Tarocard)|一个简单的vue3实现的塔罗牌ai预测|35|1|2024-10-09| |179|[3212618475/No140University-Teacher-Teaching-and-Research-Information-Filling-System](https://github.com/3212618475/No140University-Teacher-Teaching-and-Research-Information-Filling-System)|基于Springboot框架实现的高校教师教研信息填报系统,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css; 后端技术:Spring、SpringMvc、MyBatis,系统包含三种角色:管理员、教研人员、教研管理|5|1|2024-10-04| |180|[go-admin-team/go-admin-ui](https://github.com/go-admin-team/go-admin-ui)|基于Gin + Vue + Element UI & Arco Design & Ant Design 的前后端分离权限管理系统的前端模块|1163|1|2024-09-05| |181|[uniai-lab/lechat-pro](https://github.com/uniai-lab/lechat-pro)|打造首个开源版的KimiChat!|137|1|2024-09-03| |182|[SonicCloudOrg/sonic-client-web](https://github.com/SonicCloudOrg/sonic-client-web)|🎉Front end of Sonic cloud real machine platform. Sonic云真机平台前端。|676|1|2024-10-10| |183|[3212618475/No126Archive-Management-System](https://github.com/3212618475/No126Archive-Management-System)|基于Springboot框架实现的档案管理系统,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css; 后端技术:Spring、SpringMvc、MyBatis,系统包含两种角色:管理员、用户,系统分为前台和后台两大模块|5|1|2024-10-04| |184|[xaboy/form-create-designer](https://github.com/xaboy/form-create-designer)|好用的Vue低代码可视化表单设计器,可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率。|1607|1|2024-10-11| |185|[ExpTechTW/TREM-tauri](https://github.com/ExpTechTW/TREM-tauri)|Taiwan Real-time Earthquake Monitoring(臺灣即時地震監測)|148|1|2024-07-31| |186|[dromara/go-view](https://github.com/dromara/go-view)|GoView 说明文档,GoView 是一个低代码数据可视化开发平台,将图表或页面元素封装为基础组件,无需编写代码即可完成业务需求。 它的技术栈为:Vue3 + TypeScript4 + Vite2 + NaiveUI + ECharts5 + Axios + Pinia2 + PlopJS|635|1|2024-05-14| |187|[3212618475/No135Futai-Bearing-Co.-Ltd.-Inventory-System](https://github.com/3212618475/No135Futai-Bearing-Co.-Ltd.-Inventory-System)|基于Springboot框架实现的福泰轴承股份有限公司进销存系统,,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css; 后端技术:Spring、SpringMvc、MyBatis;系统包含三种角色:管理员、仓库人员、销售人员|5|1|2024-10-04| |188|[umodoc/editor](https://github.com/umodoc/editor)|Umo Editor is an open-source document editor, based on Vue3 and Tiptap.|228|1|2024-09-22| |189|[KevinZhang19870314/chat-ai-lite](https://github.com/KevinZhang19870314/chat-ai-lite)|Chat AI Lite 是一个多功能的 AI Web 应用,涵盖了各种 AI 场景,包括 AI 聊天、AI 本地知识库(RAG)、AI 助手、AI 数字人以及图像生成等。|21|1|2024-09-10| |190|[auroral-ui/hexo-theme-aurora](https://github.com/auroral-ui/hexo-theme-aurora)|🏳️‍🌈 Futuristic auroral Hexo theme.|1388|1|2024-05-25| |191|[simple-uploader/vue-uploader](https://github.com/simple-uploader/vue-uploader)|A Vue.js upload component powered by simple-uploader.js|2027|1|2024-05-15| |192|[SuYxh/chatgpt-web-sea](https://github.com/SuYxh/chatgpt-web-sea)|基于 chatgpt-web 兼容 LLM Red Team 项目下所有的 free-api 以及 one-api 或 new-api提供的接口和 key|113|1|2024-05-14| |193|[Tsuk1ko/bilibili-live-chat](https://github.com/Tsuk1ko/bilibili-live-chat)|📽️ 无后端的仿 YouTube Live Chat 风格的简易 Bilibili 弹幕姬|1394|1|2024-04-25| |194|[lkw199711/smanga](https://github.com/lkw199711/smanga)|A simple manga browser 一款docker直装的漫画浏览器|650|1|2024-08-17| |195|[aigcbilibili/aigcbilibili](https://github.com/aigcbilibili/aigcbilibili)|仿bilibili前后端实现|253|1|2024-08-24| |196|[vue-rookie/uni-vue3](https://github.com/vue-rookie/uni-vue3)|基于vue3+vite+uniapp+unocss的小程序快速开发模板|43|1|2024-08-12| |197|[CompPsyUnion/NottinghamWall](https://github.com/CompPsyUnion/NottinghamWall)|宁诺校园墙uniapp|149|1|2024-09-03| |198|[xdlumia/vue3-video-play](https://github.com/xdlumia/vue3-video-play)|适用于 Vue3 的 hls.js 播放器组件,配置丰富,界面还算好看|610|1|2024-07-23| |199|[nutui-uniapp/nutui-uniapp](https://github.com/nutui-uniapp/nutui-uniapp)|京东风格的轻量级移动端组件库,基于 uniapp与Vue3,支持移动端 H5 和 小程序开发|337|1|2024-10-11| |200|[dcloudio/uni-ui](https://github.com/dcloudio/uni-ui)|基于uni-app的、全端兼容的、高性能UI框架|1875|1|2024-10-08|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/All-Language.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > All Language 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Language|Updated|Created| |:-|:-|:-|:-|:-|:-|:-| |1|[bleedline/aimoneyhunter](https://github.com/bleedline/aimoneyhunter)|ai副业赚钱大集合,教你如何利用ai做一些副业项目,赚取更多额外收益。The Ultimate Guide to Making Money with AI Side Hustles: Learn how to leverage AI for some cool side gigs and rake in some extra cash. Check out the English version ...|13205|-|2024-10-10|2023-12-14| |2|[opendatalab/MinerU](https://github.com/opendatalab/MinerU)|A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction.一站式开源高质量数据提取工具,支持PDF/网页/多格式电子书提取。|12759|Python|2024-10-10|2024-02-29| |3|[aishwaryanr/awesome-generative-ai-guide](https://github.com/aishwaryanr/awesome-generative-ai-guide)|A one stop repository for generative AI research updates, interview resources, notebooks and much more!|8593|-|2024-10-09|2024-02-06| |4|[datawhalechina/self-llm](https://github.com/datawhalechina/self-llm)|《开源大模型食用指南》基于Linux环境快速部署开源大模型,更适合中国宝宝的部署教程|8342|Jupyter Notebook|2024-09-29|2023-11-16| |5|[zhuima/awesome-cloudflare](https://github.com/zhuima/awesome-cloudflare)|⛅️ 精选的 Cloudflare 工具、开源项目、指南、博客和其他资源列表。/ ⛅️ A curated list of Cloudflare tools, open source projects, guides, blogs and other resources.|8316|-|2024-10-01|2024-04-07| |6|[01-ai/Yi](https://github.com/01-ai/Yi)|A series of large language models trained from scratch by developers @01-ai|7625|Jupyter Notebook|2024-09-23|2023-11-03| |7|[cuixueshe/earthworm](https://github.com/cuixueshe/earthworm)|Learning English through the method of constructing sentences with conjunctions|5855|TypeScript|2024-08-19|2024-01-11| |8|[ai-boost/awesome-prompts](https://github.com/ai-boost/awesome-prompts)|Curated list of chatgpt prompts from the top-rated GPTs in the GPTs Store. Prompt Engineering, prompt attack & prompt protect. Advanced Prompt Engineering papers.|5115|-|2024-09-23|2024-01-19| |9|[ZHO-ZHO-ZHO/ComfyUI-Workflows-ZHO](https://github.com/ZHO-ZHO-ZHO/ComfyUI-Workflows-ZHO)|我的 ComfyUI 工作流合集 My ComfyUI workflows collection|4899|-|2024-08-05|2024-03-06| |10|[cooderl/wewe-rss](https://github.com/cooderl/wewe-rss)|🤗更优雅的微信公众号订阅方式,支持私有化部署、微信公众号RSS生成(基于微信读书)v2.x|4764|TypeScript|2024-09-11|2024-02-27| |11|[datawhalechina/llm-universe](https://github.com/datawhalechina/llm-universe)|本项目是一个面向小白开发者的大模型应用开发教程,在线阅读地址:https://datawhalechina.github.io/llm-universe/|4533|Jupyter Notebook|2024-09-22|2023-10-29| |12|[Fanghua-Yu/SUPIR](https://github.com/Fanghua-Yu/SUPIR)|SUPIR aims at developing Practical Algorithms for Photo-Realistic Image Restoration In the Wild. Our new online demo is also released at suppixel.ai.|4287|Python|2024-07-30|2023-12-21| |13|[CrazyBoyM/llama3-Chinese-chat](https://github.com/CrazyBoyM/llama3-Chinese-chat)|Llama3、Llama3.1 中文仓库(随书籍撰写中... 各种网友及厂商微调、魔改版本有趣权重 & 训练、推理、评测、部署教程视频 & 文档)|3973|Python|2024-09-16|2024-04-18| |14|[Huanshere/VideoLingo](https://github.com/Huanshere/VideoLingo)|Netflix-level subtitle cutting, translation, alignment, and even dubbing - one-click fully automated AI video subtitle team Netflix级字幕切割、翻译、对齐、甚至加上配音,一键全自动视频搬运AI字幕组|3794|Python|2024-10-11|2024-08-09| |15|[Ceelog/DictionaryByGPT4](https://github.com/Ceelog/DictionaryByGPT4)|一本 GPT4 生成的单词书📚,超过 8000 个单词分析,涵盖了词义、例句、词根词缀、变形、文化背景、记忆技巧和小故事|3556|HTML|2024-08-17|2024-06-26| |16|[wdndev/llm_interview_note](https://github.com/wdndev/llm_interview_note)|主要记录大语言大模型(LLMs) 算法(应用)工程师相关的知识及面试题|3036|HTML|2024-08-19|2023-11-08| |17|[easychen/one-person-businesses-methodology-v2.0](https://github.com/easychen/one-person-businesses-methodology-v2.0)|《一人企业方法论》第二版,也适合做其他副业(比如自媒体、电商、数字商品)的非技术人群。|2837|PHP|2024-07-19|2024-03-27| |18|[meetqy/aspoem](https://github.com/meetqy/aspoem)|Learn Chinese Poetry With AsPoem.com|2548|TypeScript|2024-09-11|2023-12-19| |19|[microsoft/Phi-3CookBook](https://github.com/microsoft/Phi-3CookBook)|This is a Phi-3 book for getting started with Phi-3. Phi-3, a family of open sourced AI models developed by Microsoft. Phi-3 models are the most capable and cost-effective small language models (SLMs) ...|2329|Jupyter Notebook|2024-10-10|2024-05-07| |20|[dreammis/social-auto-upload](https://github.com/dreammis/social-auto-upload)|自动化上传视频到社交媒体:抖音、小红书、视频号、tiktok、youtube、bilibili|2289|Python|2024-10-09|2023-12-04| |21|[careywyr/UnderstandingDeepLearning-ZH-CN](https://github.com/careywyr/UnderstandingDeepLearning-ZH-CN)|UnderstandingDeepLearing中文翻译|2242|TeX|2024-07-21|2023-12-27| |22|[ddean2009/MoneyPrinterPlus](https://github.com/ddean2009/MoneyPrinterPlus)|AI一键批量生成各类短视频,自动批量混剪短视频,自动把视频发布到抖音,快手,小红书,视频号上,赚钱从来没有这么容易过! 支持本地语音模型chatTTS,fasterwhisper,GPTSoVITS,支持云语音:Azure,阿里云,腾讯云。支持Stable diffusion,comfyUI直接AI生图。Generate short videos with one click using AI L ...|1995|Python|2024-10-08|2024-05-09| |23|[YangLing0818/RPG-DiffusionMaster](https://github.com/YangLing0818/RPG-DiffusionMaster)|[ICML 2024] Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (RPG)|1667|Jupyter Notebook|2024-10-10|2024-01-22| |24|[huggingface/cookbook](https://github.com/huggingface/cookbook)|Open-source AI cookbook|1632|Jupyter Notebook|2024-10-07|2023-11-24| |25|[Kedreamix/Linly-Dubbing](https://github.com/Kedreamix/Linly-Dubbing)|智能视频多语言AI配音/翻译工具 - Linly-Dubbing — “AI赋能,语言无界”|1618|Jupyter Notebook|2024-08-23|2024-08-08| |26|[WTFAcademy/WTF-zk](https://github.com/WTFAcademy/WTF-zk)|零知识证明入门教程。Comprehensive Zero-Knowledge Proofs Tutorial. #zk #WIP|1573|Jupyter Notebook|2024-10-02|2023-11-29| |27|[naxiaoduo/1000UserGuide](https://github.com/naxiaoduo/1000UserGuide)|1000UserGuide:对独立开发者和创业者来说,找到前1000个早期用户太关键了。这里精心整理了300多个国内外渠道,适合独立开发者和创业者推广产品的渠道。|1561|HTML|2024-10-06|2024-04-07| |28|[Chenyme/Chenyme-AAVT](https://github.com/Chenyme/Chenyme-AAVT)|这是一个全自动(音频)视频翻译项目。利用Whisper识别声音,AI大模型翻译字幕,最后合并字幕视频,生成翻译后的视频。|1530|Python|2024-08-23|2023-12-18| |29|[Anxcye/anx-reader](https://github.com/Anxcye/anx-reader)|An e-book reader written using Flutter. 使用Flutter编写的电子书阅读器|1489|Dart|2024-09-06|2024-03-28| |30|[Lakr233/NotchDrop](https://github.com/Lakr233/NotchDrop)|Use your MacBook's notch like Dynamic Island for temporary storing files and AirDrop|1438|Swift|2024-08-23|2024-07-07| |31|[NanmiCoder/CrawlerTutorial](https://github.com/NanmiCoder/CrawlerTutorial)|爬虫入门、爬虫进阶、高级爬虫|1421|Python|2024-10-10|2024-03-24| |32|[InternLM/Tutorial](https://github.com/InternLM/Tutorial)|LLM&VLM Tutorial|1369|Python|2024-10-08|2023-12-13| |33|[datawhalechina/hugging-multi-agent](https://github.com/datawhalechina/hugging-multi-agent)|A tutorial based on MetaGPT to quickly help you understand the concept of agent and muti-agent and get started with coding development. 基于MetaGPT的多智能体入门与开发教程|1339|CSS|2024-05-10|2023-12-11| |34|[Bistutu/FluentRead](https://github.com/Bistutu/FluentRead)|拥有基于上下文语境的人工智能翻译引擎,为网站提供更加友好的翻译,让所有人都能够拥有基于母语般的阅读体验。|1316|JavaScript|2024-06-10|2023-12-22| |35|[Pintree-io/pintree](https://github.com/Pintree-io/pintree)|An intuitive tool for managing and exporting your local bookmarks into a shareable website. |1258|CSS|2024-08-14|2024-06-16| |36|[ShareGPT4Omni/ShareGPT4Video](https://github.com/ShareGPT4Omni/ShareGPT4Video)|[NeurIPS 2024] An official implementation of ShareGPT4Video: Improving Video Understanding and Generation with Better Captions|1242|Python|2024-10-09|2024-06-06| |37|[datawhalechina/tiny-universe](https://github.com/datawhalechina/tiny-universe)|《大模型白盒子构建指南》:一个全手搓的Tiny-Universe|1189|Python|2024-09-15|2024-04-06| |38|[BinNong/meet-libai](https://github.com/BinNong/meet-libai)|​ 李白 :bust_in_silhouette: 作为唐代杰出诗人,其诗歌作品在中国文学史上具有重要地位。近年来,随着数字技术和人工智能的快速发展,传统文化普及推广的形式也面临着创新与变革。国内外对于李白诗歌的研究虽已相当深入,但在数字化、智能化普及方面仍存在不足。因此,本项目旨在通过构建李白知识图谱,结合大模型训练出专业的AI智能体,以生成式对话应用的形式,推动李白文化的普及与推广。|1179|Python|2024-09-01|2024-04-21| |39|[latentcat/latentbox](https://github.com/latentcat/latentbox)|A collection of awesome-lists for AI, creativity and art. AI、创意和艺术领域的精选合集。https://latentbox.com|1097|TypeScript|2024-07-15|2024-04-05| |40|[AIDotNet/AntSK](https://github.com/AIDotNet/AntSK)|基于.Net8+AntBlazor+SemanticKernel 和KernelMemory 打造的AI知识库/智能体,支持本地离线AI大模型。可以不联网离线运行。支持aspire观测应用数据|1078|CSS|2024-10-06|2024-02-01| |41|[harry0703/AudioNotes](https://github.com/harry0703/AudioNotes)|快速提取音视频内容,整理成一份结构化的markdown笔记|1035|Python|2024-07-26|2024-07-19| |42|[Awesome3DGS/3D-Gaussian-Splatting-Papers](https://github.com/Awesome3DGS/3D-Gaussian-Splatting-Papers)|3D高斯论文,持续更新,欢迎交流讨论。|1034|Python|2024-10-11|2023-12-20| |43|[sleepy-zone/fabritor-web](https://github.com/sleepy-zone/fabritor-web)|👻 A creative editor based on fabricjs. 一款基于 fabricjs 的开源创意图片编辑器,旨在让开发者快速构建属于自己的图片编辑器。可应用于海报设计、小红书公众号封面设计、banner 设计等场景。|893|TypeScript|2024-08-30|2023-11-04| |44|[httpsok/httpsok](https://github.com/httpsok/httpsok)|🔥🔥🔥一行命令,轻松搞定SSL证书自动续期。 SSL泛域名证书,SSL证书管理,SSL证书自动续期,SSL证书自动更新,七牛云、阿里云、腾讯云、CDN、OSS、https证书管理,https证书管理,免费SSL证书,TLS证书自动续签,nginx证书自动续期工具,nginx证书管理。从此告别Let's Encrypt|880|Shell|2024-09-28|2024-01-12| |45|[jaywcjlove/copybook-generator](https://github.com/jaywcjlove/copybook-generator)|"Copybook Generator" is a powerful copybook generation tool designed to meet the writing practice needs of different users.|873|Swift|2024-10-01|2024-06-12| |46|[HFUT-CHEATER/HFUTCheaterCollection](https://github.com/HFUT-CHEATER/HFUTCheaterCollection)|Hefei University of Technology 投稿、举报、监督、咨询Email:hfutcheater@proton.me https://hfutcheater.gitbook.io/hfutcheater https://hfut-cheater.github.io 合肥工业大学 安徽 作弊 造假 贪污 论文抄袭 贿赂 包庇 权力寻租 挪用基金 组织舞弊 越南留学生反华 南 ...|852|HTML|2024-07-11|2024-02-22| |47|[14790897/paper-ai](https://github.com/14790897/paper-ai)|搜索真实文献并生成引用对应文献的AI论文|822|TypeScript|2024-09-10|2024-01-18| |48|[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 ...|782|Python|2024-06-03|2024-01-17| |49|[MetaGLM/glm-cookbook](https://github.com/MetaGLM/glm-cookbook)|Examples and guides for using the GLM APIs|746|Jupyter Notebook|2024-10-11|2024-01-22| |50|[work7z/MDGJX](https://github.com/work7z/MDGJX)|秒达工具箱,借助独创高效的输入方式,让您可以快速呼出各类工具、文档及笔记等资源,免费安全无广告,现已完全开源!|703|TypeScript|2024-08-26|2024-05-10| |51|[LeslieLeung/opensource-lighthouse](https://github.com/LeslieLeung/opensource-lighthouse)|汇总统计各「大厂」的开源团队和项目。|658|Python|2024-10-11|2024-06-27| |52|[SocialAI-tianji/Tianji](https://github.com/SocialAI-tianji/Tianji)|从零学习,制作懂人情世故的大语言模型|653|Python|2024-10-11|2023-12-14| |53|[CHERWING/CHERWIN_SCRIPTS](https://github.com/CHERWING/CHERWIN_SCRIPTS)|永辉生活脚本 顺丰速运脚本 朴朴超市脚本 统一茄皇脚本 海底捞小程序脚本 口味王会员中心小程序脚本 霸王茶姬小程序脚本 奈雪点单小程序脚本 卡夫亨氏新厨艺公众号脚本 韵达快递小程序脚本 中通快递小程序脚本 德邦快递小程序脚本 极兔速递小程序脚本 夸克云盘 网易生活研究社小程序脚本 顾家家居小程序脚本 宽哥之家小程序脚本 特 ...|647|Python|2024-07-25|2024-04-07| |54|[Aethersailor/Custom_OpenClash_Rules](https://github.com/Aethersailor/Custom_OpenClash_Rules)|分流完善的 OpenClash 订阅转换模板,搭配保姆级 OpenClash 设置教程,无需套娃即可实现完美分流、DNS无污染无泄漏,且快速的上网体验。|644|Shell|2024-10-06|2024-01-04| |55|[jooooock/wechat-article-exporter](https://github.com/jooooock/wechat-article-exporter)|在线批量导出微信公众号文章,支持内嵌的音视频导出,无需搭建任何环境,可100%还原文章样式,支持私有部署|609|TypeScript|2024-10-01|2024-07-17| |56|[Mq-b/Modern-Cpp-templates-tutorial](https://github.com/Mq-b/Modern-Cpp-templates-tutorial)|现代C++模板教程|606|C++|2024-09-06|2023-12-26| |57|[cncases/cases](https://github.com/cncases/cases)|中国裁判文书网本地搜索|585|Rust|2024-10-07|2024-01-14| |58|[DrewThomasson/ebook2audiobookXTTS](https://github.com/DrewThomasson/ebook2audiobookXTTS)|Generates an audiobook with chapters and ebook metadata using Calibre and Xtts from Coqui tts, and with optional voice cloning, and supports multiple languages|583|Python|2024-10-11|2024-01-22| |59|[youngyangyang04/KVstorageBaseRaft-cpp](https://github.com/youngyangyang04/KVstorageBaseRaft-cpp)|【代码随想录知识星球】项目分享-基于Raft的k-v存储数据库🔥|563|C++|2024-08-29|2023-12-07| |60|[unit-mesh/build-your-ai-coding-assistant](https://github.com/unit-mesh/build-your-ai-coding-assistant)|《AI 研发提效:构建 AI 辅助编码助手》 —— 介绍如何 DIY 一个端到端(从 IDE 插件、模型选型、数据集构建到模型微调)的 AI 辅助编程工具,类似于 GitHub Copilot、JetBrains AI Assistant、AutoDev 等。|546|Kotlin|2024-07-05|2023-12-25| |61|[Borber/Tran](https://github.com/Borber/Tran)|简洁, 快速, 划词翻译|516|Rust|2024-10-08|2023-11-09| |62|[unity3d-jp/Project_TCC](https://github.com/unity3d-jp/Project_TCC)|TCC stands for Tiny Character Controller. TCC is the best way to make your own game. This repository contains all packages and examples for TCC projects.|513|C#|2024-04-30|2024-02-08| |63|[jiji262/MediaCrawler-new](https://github.com/jiji262/MediaCrawler-new)|小红书笔记 评论爬虫、抖音视频 评论爬虫、快手视频 评论爬虫、B 站视频 | 评论爬虫、微博帖子 | 评论爬虫|492|Python|2024-08-06|2024-03-20| |64|[7Sageer/sublink-worker](https://github.com/7Sageer/sublink-worker)|无需服务器,一键部署,快速使用自建节点分享URL进行订阅转换,提供灵活的自定义选项,支持SingBox/Clash/V2Ray/Xray|490|JavaScript|2024-10-05|2024-07-27| |65|[wdndev/llama3-from-scratch-zh](https://github.com/wdndev/llama3-from-scratch-zh)|从零实现一个 llama3 中文版|486|Jupyter Notebook|2024-06-12|2024-05-23| |66|[DjangoPeng/LLM-quickstart](https://github.com/DjangoPeng/LLM-quickstart)|Quick Start for Large Language Models (Theoretical Learning and Practical Fine-tuning) 大语言模型快速入门(理论学习与微调实战)|481|Jupyter Notebook|2024-08-27|2023-12-11| |67|[charent/Phi2-mini-Chinese](https://github.com/charent/Phi2-mini-Chinese)|Phi2-Chinese-0.2B 从0开始训练自己的Phi2中文小模型,支持接入langchain加载本地知识库做检索增强生成RAG。Training your own Phi2 small chat model from scratch.|471|Jupyter Notebook|2024-07-11|2023-12-22| |68|[rustx-labs/effective-rust-cn](https://github.com/rustx-labs/effective-rust-cn)|Effective Rust 中文版|463|JavaScript|2024-10-10|2024-04-18| |69|[TyCoding/langchat](https://github.com/TyCoding/langchat)|LangChat: Java LLMs/AI Project, Supports Multi AI Providers( OpenAI / Gemini / Ollama / Azure / 智谱 / 阿里通义大模型 / 百度千帆大模型), Java生态下AI大模型产品解决方案,快速构建企业级AI知识库、AI机器人应用|452|Java|2024-09-30|2024-02-08| |70|[bitiful/send](https://github.com/bitiful/send)|基于 Bitiful S4 对象存储的 “Simul-Transfer(即传即收)” 技术实现的大文件实时多人分享,Wetransfer 或 奶牛快传 的相似开源替代品。|405|TypeScript|2024-06-17|2024-06-06| |71|[AIDotNet/fast-wiki](https://github.com/AIDotNet/fast-wiki)|基于.NET8+React+LobeUI实现的企业级智能客服知识库|402|TypeScript|2024-09-30|2024-02-27| |72|[liyupi/yu-rpc](https://github.com/liyupi/yu-rpc)|鱼皮的 24 年新项目,基于 Java + Etcd + Vert.x 的高性能 RPC 框架,用新颖的技术栈从 0 到 1 带大家开发轮子。教程由浅入深,可以学习并实践基于 Vert.x 的网络服务器、序列化器、基于 Etcd 和 ZooKeeper 的注册中心、反射、动态代理、自定义网络协议、多种设计模式(单例 / 工厂 / 装饰者等)、负载均衡器设计、重试和容错机制、Spring Boot ...|401|Java|2024-07-31|2024-02-19| |73|[WeChatAPIs/WeChatApi](https://github.com/WeChatAPIs/WeChatApi)|WeChatApi、wechat api、微信3.9.11、微信3.9.10、微信HOOK、微信机器人、wechathook、微信API、微信公众号采集、微信公众号爬虫、微信数据库|393|JavaScript|2024-09-04|2023-11-09| |74|[jushahulian/java-go-python](https://github.com/jushahulian/java-go-python)|包含海量课程各类it学习视频教程,最新版,持续更新,java视频教程,python视频教程,go视频教程,C,C++,C#视频教程,前端,数据库,大数据,人工智能视频教程,AIGC视频教程,ChatGPT,软件测试视频教程,网络安全/逆向视频教程,鸿蒙应用开发,Android等学习课程分享。|391|Java|2024-10-08|2023-12-29| |75|[guobao2333/DeepLX-Serverless](https://github.com/guobao2333/DeepLX-Serverless)|DeepL Free translate API for Serverless, No TOKEN Required DeepL 免费翻译API 无服务器函数部署,无需token|378|JavaScript|2024-10-01|2024-08-08| |76|[bojone/papers.cool](https://github.com/bojone/papers.cool)|Cool Papers - Immersive Paper Discovery|368|HTML|2024-09-11|2024-01-02| |77|[1321928757/Concurrent-MulThread](https://github.com/1321928757/Concurrent-MulThread)|多线程并发案例-源码学习等代码片段分享~|356|Java|2024-05-03|2024-03-11| |78|[Mq-b/ModernCpp-ConcurrentProgramming-Tutorial](https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial)|现代C++并发编程教程|346|C++|2024-10-09|2024-02-28| |79|[libukai/Awesome-ChatTTS](https://github.com/libukai/Awesome-ChatTTS)|官方推荐的 ChatTTS 最佳入门指南,整理和汇总了常见问题和相关资源|339|Jupyter Notebook|2024-06-19|2024-06-05| |80|[HarmonyOS-Next/interview-handbook-project](https://github.com/HarmonyOS-Next/interview-handbook-project)|《面试通》鸿蒙原生应用,源码+教程|331|TypeScript|2024-08-20|2023-11-02| |81|[jar-analyzer/jar-obfuscator](https://github.com/jar-analyzer/jar-obfuscator)|Jar Obfuscator - 一个 JAR/CLASS 字节码混淆工具,支持包名/类名/方法名/字段名/参数名引用分析和重命名混淆方式,支持字符串加密/整型异或混淆/垃圾代码花指令混淆/等方式,支持方法和字段的隐藏,支持 NATIVE 层的 JVMTI 代码加密,配置简单,文档教程齐全,容易上手|310|Java|2024-08-07|2024-05-09| |82|[onewinner/VulToolsKit](https://github.com/onewinner/VulToolsKit)|红队武器库漏洞利用工具合集整理|309|HTML|2024-09-03|2024-06-27| |83|[pysunday/sdenv](https://github.com/pysunday/sdenv)|sdenv补环境框架,完美过瑞数vmp理论通杀,配合瑞数vmp纯算法逆向项目(rs-reverse)更好学习原理,商标网更新后在线样例失效,可尝试使用其它网站试验(不保证有效)|292|JavaScript|2024-06-04|2024-03-10| |84|[eryajf/cloud_dns_exporter](https://github.com/eryajf/cloud_dns_exporter)|🧰 自动获取DNS提供商的域名及解析列表,同时自动获取每个域名解析的证书信息,并导出为Prometheus Metrics。已支持:Tencent,Aliyun,Godaddy,DNSLA,Amazon,Cloudflare|290|Go|2024-09-17|2024-08-31| |85|[z2586300277/three-cesium-examples](https://github.com/z2586300277/three-cesium-examples)|Open Source three.js cesium.js examples and demo community - 开源的 three.js 和 cesium.js 案例社区 ---- star ----点星星|280|JavaScript|2024-10-11|2024-07-02| |86|[ZhangBlossom/BlossomGateway](https://github.com/ZhangBlossom/BlossomGateway)|基于Netty、Nacos实现的网关以及RPC。学习完毕当前项目可以帮助你深入理解Netty。|262|Java|2024-06-28|2023-10-23| |87|[HITLittleZheng/HITCS](https://github.com/HITLittleZheng/HITCS)|哈尔滨工业大学计算机课程资料与实验HITCS课程资料交流群:824815970|261|C++|2024-10-10|2024-01-13| |88|[839128/bus](https://github.com/839128/bus)|Bus (应用/服务总线) 是一个基础框架、服务套件,它基于Java17+ 编写,参考、借鉴了大量已有框架、组件的设计,可以作为后端服务的开发基础中间件。代码简洁,架构清晰,非常适合学习使用。|234|Java|2024-10-06|2024-04-19| |89|[aceliuchanghong/FAQ_Of_LLM_Interview](https://github.com/aceliuchanghong/FAQ_Of_LLM_Interview)|大模型算法岗面试题(含答案):常见问题和概念解析 "大模型面试题"、"算法岗面试"、"面试常见问题"、"大模型算法面试"、"大模型应用基础"|234|Jupyter Notebook|2024-10-07|2024-03-13| |90|[wuhobin/blog-home](https://github.com/wuhobin/blog-home)|一个干净简洁的个人作品集合主页|233|HTML|2024-04-14|2024-01-10| |91|[danmuking/DiTing-Go](https://github.com/danmuking/DiTing-Go)|欢迎来到 DiTing!这是一个简单、轻量级的即时通讯(IM)开源项目,采用 Go 编写,严格遵守互联网开发标准。致力于为初学者提供一个友好、易于上手的 IM 解决方案,让你可以轻松入门并开始构建自己的即时通讯应用。|223|Go|2024-08-15|2024-03-30| |92|[PeiPei233/zju-learning-assistant](https://github.com/PeiPei233/zju-learning-assistant)|帮你快速下载所有课件😋|222|Rust|2024-10-10|2023-11-25| |93|[WengLean/hands-on-research-tutorial](https://github.com/WengLean/hands-on-research-tutorial)|《动手做科研》面向科研初学者,一步一步地展示如何入门人工智能科研|219|Jupyter Notebook|2024-09-22|2024-05-07| |94|[berryalen02/PECracker](https://github.com/berryalen02/PECracker)|针对PE文件的分离的攻防对抗工具,红队、研究者的好帮手。目前支持文件头伪装、证书区段感染。A no-kill confrontation tool for the separation of PE files, a good helper for red teams and researchers. Currently, file header spoofing and certificate s ...|216|Go|2024-08-20|2024-08-12| |95|[youngyangyang04/RPC-Java](https://github.com/youngyangyang04/RPC-Java)|【代码随想录知识星球】项目分享-手撕RPC框架🔥|215|Java|2024-07-31|2024-04-16| |96|[Fankouzu/solana-basic-ui](https://github.com/Fankouzu/solana-basic-ui)|Solana中文大全-由崔棉大师@MasterCui和捕鲸船社区小伙伴共建的Solana学习社区|206|TypeScript|2024-09-21|2024-05-16| |97|[AntonyCheng/spring-boot-init-template](https://github.com/AntonyCheng/spring-boot-init-template)|基于 Java Web 项目的 SpringBoot 框架初始化模板,该模板整合了常用的框架(Mybatis-Plus、ShardingSphere、Redis、RabbitMQ、Elasticsearch、SaToken、OSS、Caffeine以及MongoDB等),广泛支持JDK11和JDK17,部分版本兼容JDK8,同时接入了Spring AI,该模板适用于前后端分离项目启动开发,保证大家 ...|192|Java|2024-10-11|2023-11-07| |98|[vito-go/mywords](https://github.com/vito-go/mywords)|背单词神器。 输入一个英语或双语文章的网址,本工具将自动提取文章中所有单词及其所在句子,对文章单词进行去重、统计汇总。你可以过滤筛选只显示出你不认识的单词。|189|Dart|2024-10-11|2024-02-17| |99|[meteorOSS/wechat-bc](https://github.com/meteorOSS/wechat-bc)|类似开发公众号一样,开发个人微信号|186|Java|2024-05-13|2024-01-31| |100|[cpython666/LearnSpider](https://github.com/cpython666/LearnSpider)|爬虫百战成神刷题网站|179|HTML|2024-08-20|2024-01-04| |101|[huangjia2019/ai-agents](https://github.com/huangjia2019/ai-agents)|异步图书 《大模型应用开发 动手做AI Agent》 - 这是一些非常简单的入门示例,重在引导新手入门,目前LLM开发领域发展很快,本书只是一个提纲挈领。更多的示例和代码大家可以去OpenAI Cookbook, LangChain Example中去挖掘。|168|Jupyter Notebook|2024-10-10|2024-05-10| |102|[0cch/moderncpp_public](https://github.com/0cch/moderncpp_public)|《现代C++语言核心特性解析》其他资料|166|C++|2024-08-15|2023-11-01| |103|[DND5eChm/DND5e_chm](https://github.com/DND5eChm/DND5e_chm)|这是《5E不全书》,即DND5e已翻译资源的整合,不是《5E全书》,也不以任何人的名字署名!|146|HTML|2024-10-10|2023-11-06| |104|[LLM-Red-Team/free-api-hub](https://github.com/LLM-Red-Team/free-api-hub)|🥳 free-api系列项目集合共享资源,快来PR!|141|Shell|2024-05-08|2024-04-02| |105|[srsng/cozy-reader](https://github.com/srsng/cozy-reader)|一款轻量的阅读软件,仅支持ePub格式电子书。 基于Rust+tauri+Vue3|137|Vue|2024-10-06|2024-08-12| |106|[GenTang/regression2chatgpt](https://github.com/GenTang/regression2chatgpt)|《解构大语言模型:从线性回归到通用人工智能》配套代码|134|Jupyter Notebook|2024-10-09|2023-12-07| |107|[HEUOpenResource/heu-icicles](https://github.com/HEUOpenResource/heu-icicles)|哈尔滨工程大学课程攻略共享计划|133|Jupyter Notebook|2024-09-02|2024-04-13| |108|[Lynricsy/HyperADRules](https://github.com/Lynricsy/HyperADRules)|HyperADRules,一个集合众家之长的、强力去广告的规则|122|Shell|2024-10-11|2024-03-10| |109|[ffengc/Load-balanced-online-OJ-system](https://github.com/ffengc/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 ...|122|C++|2024-08-27|2023-10-20| |110|[Mxoder/LLM-from-scratch](https://github.com/Mxoder/LLM-from-scratch)|一些 LLM 方面的从零复现笔记|121|Jupyter Notebook|2024-09-20|2024-04-29| |111|[princepride/scratch-pytorch-step-by-step](https://github.com/princepride/scratch-pytorch-step-by-step)|教你只用最基本的python语法和numpy一步步实现深度学习框架|119|Jupyter Notebook|2024-08-02|2024-01-02| |112|[HCPLab-SYSU/Book-of-MLM](https://github.com/HCPLab-SYSU/Book-of-MLM)|《多模态大模型:新一代人工智能技术范式》作者:刘阳,林倞 |115|HTML|2024-06-07|2024-02-22| |113|[MoonforDream/Data-Structure-and-Algorithms](https://github.com/MoonforDream/Data-Structure-and-Algorithms)|数据结构与算法学习笔记C++版(Some data structures and algorithms implemented in C++)|115|C++|2024-05-21|2024-01-08| |114|[knowing-top/C-SVM](https://github.com/knowing-top/C-SVM)|一种基于栈式虚拟机的类c 语言编译器。This project has moved from https://sourceforge.net/projects/msct/. C-SVM: A Compiler for a C-Like Language Based on a Stack Virtual Machine. Aims to help individuals learn about c ...|111|C++|2024-07-21|2024-07-10| |115|[jxq1997216/AITranslator](https://github.com/jxq1997216/AITranslator)|使用大语言模型来翻译MTool导出的待翻译文件的图像化UI软件|111|C#|2024-10-08|2024-05-18| |116|[HIT-FC-OpenCS/CS_Courses](https://github.com/HIT-FC-OpenCS/CS_Courses)|哈尔滨工业大学计算学部金牌讲师团课程资料共享 Guidance for courses, faculty of computing, Harbin Institute of Technology |111|HTML|2024-08-31|2024-01-06| |117|[xiaoweiChen/Learn-LLVM-17](https://github.com/xiaoweiChen/Learn-LLVM-17)|《Learn LLVM 17》的非专业个人翻译|109|TeX|2024-09-03|2024-02-28| |118|[solidglue/Machine_Learning_Sklearn_Examples](https://github.com/solidglue/Machine_Learning_Sklearn_Examples)|机器学习Sklearn入门指南。Machine Learning Sklearn API and Examples with Python3 and Jupyter Notebook.|109|Jupyter Notebook|2024-05-20|2024-02-28| |119|[anjoy8/BCVP.Net8](https://github.com/anjoy8/BCVP.Net8)|ASP.NET8.0入口与实战系列视频教程 配合代码|105|C#|2024-04-15|2023-12-10| |120|[DrssXpro/waterfall-demo](https://github.com/DrssXpro/waterfall-demo)|Vue3 + TS:模仿小红书封装瀑布流组件|102|Vue|2024-05-23|2024-01-11| |121|[solidglue/Deep_Learning_TensorFlow2_Examples](https://github.com/solidglue/Deep_Learning_TensorFlow2_Examples)|深度学习TensorFlow2入门指南。Deep Learning TensorFlow2 API and Examples with Python3 and Jupyter Notebook.|98|Jupyter Notebook|2024-05-20|2024-02-27| |122|[OracleNep/Nday-Exploit-Plan](https://github.com/OracleNep/Nday-Exploit-Plan)|历史漏洞的细节以及利用方法汇总收集|98|C|2024-10-11|2024-02-11| |123|[Xigong93/XiaoZhuan](https://github.com/Xigong93/XiaoZhuan)|《小篆传包》一键上传Apk到多个应用市场,开源,免费|96|Kotlin|2024-07-18|2024-06-04| |124|[find-xposed-magisk/pandora-next](https://github.com/find-xposed-magisk/pandora-next)|潘多拉云 + 潘多拉服务器 + 共享聊天 + BackendAPI 代理 + Chat2API = 潘多拉下一个。新的GPT(Gizmo)UI,多合一!Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy + Chat2API = PandoraNext. New GPTs(Gizmo) UI, All in one!|95|PHP|2024-05-11|2023-12-06| |125|[zc360/Xiaomi-ax3000t-openwrt](https://github.com/zc360/Xiaomi-ax3000t-openwrt)|适用于小米ax3000t的openwrt云编译固件,也可修改配置文件用于其他任何支持openwrt的设备,附带刷入教程和刷回小米官方固件教程。|93|Shell|2024-09-30|2023-12-29| |126|[wyf3/llm_related](https://github.com/wyf3/llm_related)|记录大模型相关的一些知识和方法|91|Jupyter Notebook|2024-09-08|2024-08-04| |127|[XiaShan1227/GNN-Tutorial](https://github.com/XiaShan1227/GNN-Tutorial)|B站GNN教程资料|88|Jupyter Notebook|2024-09-05|2024-01-14| |128|[cfcys/nanoGPT-Tutorial-CN](https://github.com/cfcys/nanoGPT-Tutorial-CN)|更友好的nanoGPT的中文教程|87|Jupyter Notebook|2024-05-17|2024-04-22| |129|[BYJRK/CommunityToolkit.Mvvm_ZeroToHero](https://github.com/BYJRK/CommunityToolkit.Mvvm_ZeroToHero)|CommunityToolkit.Mvvm 从入门到精通|83|HTML|2024-09-19|2024-01-04| |130|[fantastic-mobile/basic](https://github.com/fantastic-mobile/basic)|⭐⭐⭐⭐⭐ 一款自成一派的移动端 H5 框架,支持多款 UI 组件库,基于 Vue3 。移动端, H5, vant, 手机端, mobile, 模板, 商城, 微信公众号|78|Vue|2024-10-02|2024-05-29| |131|[AtmoOmen/DailyRoutines](https://github.com/AtmoOmen/DailyRoutines)|Dalamud 插件 Daily Routines - 自动化小工具/易用性改动合集|76|C#|2024-07-09|2024-01-14| |132|[Theo-Messi/xx.theojs.cn](https://github.com/Theo-Messi/xx.theojs.cn)|玄学宝典 - 中华传统五术书籍(山医命相卜)/传世经典著作|76|Vue|2024-08-01|2023-10-18| |133|[open-toys-controller/open-DGLAB-controller](https://github.com/open-toys-controller/open-DGLAB-controller)|郊狼3.0 API网络控制器. 支持任意编程语言. 郊狼socket控制器开发教程|75|Kotlin|2024-05-27|2024-03-12| |134|[wdndev/mllm_interview_note](https://github.com/wdndev/mllm_interview_note)|主要记录大语言大模型(LLMs) 算法(应用)工程师多模态相关知识|71|HTML|2024-05-12|2024-03-02| |135|[lwwhb/CustomRenderPipelineTutorials](https://github.com/lwwhb/CustomRenderPipelineTutorials)|Unity6的自定义渲染管线教程|69|C#|2024-10-11|2023-12-29| |136|[qianniucity/llm_notebooks](https://github.com/qianniucity/llm_notebooks)|AI 应用示例合集|66|Jupyter Notebook|2024-06-03|2024-04-25| |137|[YSGStudyHards/EasySQLite](https://github.com/YSGStudyHards/EasySQLite)|🦸‍♂️EasySQLite是一个七天.NET 8操作SQLite入门到实战详细教程,主要是对学校班级,学生信息进行管理维护(包含选型、开发、发布、部署)!|64|C#|2024-10-08|2023-11-17| |138|[datawhalechina/zishu](https://github.com/datawhalechina/zishu)|wow-fullstack,令人惊叹的全栈开发教程|63|Jupyter Notebook|2024-07-06|2023-12-28| |139|[bitporo/EasySend](https://github.com/bitporo/EasySend)|✨⚡️EasySend is a software that can share messages and files in LAN. Only need open it on the host device, other devices use browser receive messages and files(局域网共享文本文件小工具,仅需一端安装,其余端使用浏览器即可)|62|Vue|2024-09-23|2024-06-10| |140|[wyj0605/douban_library](https://github.com/wyj0605/douban_library)|豆瓣读书插件,自动查询图书馆的图书借阅信息。|61|CSS|2024-08-30|2024-02-07| |141|[bfengj/Cloud-Security](https://github.com/bfengj/Cloud-Security)|记录自己在云安全上的学习笔记等。|59|HTML|2024-06-11|2023-11-05| |142|[sfvsfv/chatgpt-share](https://github.com/sfvsfv/chatgpt-share)| ChatGPT国内版使用教程,一个让你呼吸顺畅的ChatGPT,支持gpt4,gpt4-o,gpt4o-mini,o1草莓模型|58|HTML|2024-10-11|2024-03-15| |143|[xiaoweiChen/The-CXX-Library-Fourth-Edition-include-CXX23](https://github.com/xiaoweiChen/The-CXX-Library-Fourth-Edition-include-CXX23)|《The C++ Standard Library》的非专业个人翻译|56|TeX|2024-05-08|2023-12-08| |144|[Loren-Moon/RedBookComposeDemo](https://github.com/Loren-Moon/RedBookComposeDemo)|仿照iOS版小红书写的简单demo|54|Kotlin|2024-09-24|2024-08-25| |145|[Joining-AI/LLM_Interview_Prepare](https://github.com/Joining-AI/LLM_Interview_Prepare)| 本仓库是关于大模型面试中常见面试试题和面试经验的整理。这里收集了各类与大模型相关的面试题目,并提供详细的解答和分析。本仓库由上海交大交影社区维护|54|HTML|2024-08-23|2024-06-28| |146|[frontend-winter/chatgpt-share-server](https://github.com/frontend-winter/chatgpt-share-server)|chatgpt-share-server 在线预览地址:https://demo.ainx.cc|54|Shell|2024-10-08|2024-03-31| |147|[Colin-XKL/FeedCraft](https://github.com/Colin-XKL/FeedCraft)|craft your feed at ease! 轻量级rss中间件, 提取全文, 翻译、摘要一站式服务|52|Vue|2024-10-11|2024-04-19| |148|[RealKai42/langchainjs-juejin](https://github.com/RealKai42/langchainjs-juejin)|从前端到 AI:langchain.js 入门和实战|51|Jupyter Notebook|2024-05-17|2024-04-25| |149|[lcpmgh/colors](https://github.com/lcpmgh/colors)|学术期刊配色推荐器|50|R|2024-10-08|2024-04-05| |150|[ProbiusOfficial/ctf2awd](https://github.com/ProbiusOfficial/ctf2awd)|试试用CTF的方式来学习AWD?|49|PHP|2024-09-07|2024-08-22| |151|[godbasin/front-end-book](https://github.com/godbasin/front-end-book)|《前端的进击》pdf 纪念版|47|HTML|2024-09-03|2024-08-11| |152|[KDXF-BOOM/studentpad-research](https://github.com/KDXF-BOOM/studentpad-research)|科大讯飞AI学习机破解安装第三方应用教程(持续更新)|47|Shell|2024-07-29|2024-01-14| |153|[miketang84/jikeshijian](https://github.com/miketang84/jikeshijian)|Practice code for the course of jikeshijian 《Rust语言从入门到实战》|46|Rust|2024-07-28|2023-10-31| |154|[oldgerman/mR-71-RE](https://github.com/oldgerman/mR-71-RE)|mR-71 重制版的制造文件(mR-71 Remastered version manufacturing files)|45|HTML|2024-06-24|2024-03-17| |155|[Natrium0521/Firefly](https://github.com/Natrium0521/Firefly)|《崩坏:星穹铁道》流萤工具箱——成就管理、跃迁记录|44|Vue|2024-09-20|2024-03-03| |156|[ProbiusOfficial/RCE-labs](https://github.com/ProbiusOfficial/RCE-labs)|【Hello-CTF labs】一个想帮你收集所有RCE技巧的靶场。|43|PHP|2024-08-15|2024-08-05| |157|[afosne/DNS-Unlock](https://github.com/afosne/DNS-Unlock)|加速网络解析速度,解锁Netflix、hulu、disney、YouTube、telegram,Instagram,Facebook等网页|40|Shell|2024-05-08|2024-04-12| |158|[drmingdrmer/openstudy](https://github.com/drmingdrmer/openstudy)|在校学习的资料|40|HTML|2024-09-13|2023-11-25| |159|[ydchen0806/24ICM_E_O_Award_Paper_code](https://github.com/ydchen0806/24ICM_E_O_Award_Paper_code)|2024 MCM/ICM Problem E Outstanding Winner INFORMS Prize paper and source code (24美赛E题O奖冠名奖论文和源码)|39|TeX|2024-07-23|2024-05-03| |160|[huzhicheng/fengzheng-blog](https://github.com/huzhicheng/fengzheng-blog)|一款简介的个人博客模板,使用 Hugo + Markdown |38|CSS|2024-06-25|2024-06-25| |161|[Alanrk/hexo-theme-onenote](https://github.com/Alanrk/hexo-theme-onenote)|专注于提供良好的阅读体验的hexo博客主题|38|CSS|2024-07-15|2024-06-16| |162|[Zenobia000/DeepLearning-ds-fundamental](https://github.com/Zenobia000/DeepLearning-ds-fundamental)|深度學習理論程式大全|37|Jupyter Notebook|2024-07-25|2024-02-03| |163|[KHTdhl/AIO](https://github.com/KHTdhl/AIO)|捋一捋AIO的教程|36|Shell|2024-07-23|2024-07-10| |164|[luhengshiwo/LLMForEverybody](https://github.com/luhengshiwo/LLMForEverybody)|每个人都能看懂的大模型知识分享,LLMs秋招大模型面试前必看,让你和面试官侃侃而谈|35|Jupyter Notebook|2024-10-10|2024-08-05| |165|[tj-messi/cv-computer-visual-tj](https://github.com/tj-messi/cv-computer-visual-tj)|同济大学计算机视觉实验室学习|35|Jupyter Notebook|2024-10-11|2024-08-03| |166|[lisuid2/lisuid2.github.io](https://github.com/lisuid2/lisuid2.github.io)|博客|35|HTML|2024-04-20|2024-01-18| |167|[minsixhao/bilibil_summarize](https://github.com/minsixhao/bilibil_summarize)|B站(Bilibili)视频 AI总结摘要|34|Jupyter Notebook|2024-09-05|2024-02-25| |168|[alan-tsang/overleaf-latex-chinese-english-general-template](https://github.com/alan-tsang/overleaf-latex-chinese-english-general-template)|一个overleaf latex中英文通用模板,元素丰富,适合latex入门;An Overleaf LaTeX Chinese and English universal template, rich in elements, suitable for getting started with LaTeX;|34|TeX|2024-09-14|2024-01-24| |169|[GISer2000/daily_learning](https://github.com/GISer2000/daily_learning)|分享代码写作日常|33|Jupyter Notebook|2024-10-01|2024-09-21| |170|[xiaoweiChen/Clang-Compiler-Frontend](https://github.com/xiaoweiChen/Clang-Compiler-Frontend)|《Clang Compiler Frontend》的非专业个人翻译|33|TeX|2024-08-10|2024-08-10| |171|[wyqy/TongjiThesis_Proto](https://github.com/wyqy/TongjiThesis_Proto)|同济大学硕博士论文 LaTeX 模板 Tongji-Thesis - 2024 修订|33|TeX|2024-10-08|2024-01-20| |172|[xiaoweiChen/Modern-CMake-for-Cpp-2ed](https://github.com/xiaoweiChen/Modern-CMake-for-Cpp-2ed)|《Modern CMake for C++ - Second Edition》的非专业个人翻译|32|TeX|2024-09-11|2024-09-07| |173|[youshandefeiyang/tools](https://github.com/youshandefeiyang/tools)|直播/点播工具集合|31|Vue|2024-06-30|2024-06-30| |174|[Water-CS-Application/WaterCS](https://github.com/Water-CS-Application/WaterCS)|英港新澳留学指北|31|HTML|2024-04-26|2024-04-15| |175|[fundgao/DAO_DE_JING](https://github.com/fundgao/DAO_DE_JING)|《道德经》《阳明心学》《易经》《奇门遁甲》《黄帝内经》《抱朴子》《阴阳五行》《山海经》《河图洛书》东方古老文化传承与研究,易经风水、奇门遁甲、禅修灵修、道法仙学、天医祝由、中医道医,辟谷养生,修行修心,心疗灵疗,灵魂觉醒,高维智慧开启!|31|HTML|2024-10-08|2024-03-14| |176|[Acwuld/LouAnalysis](https://github.com/Acwuld/LouAnalysis)|楼红卫老师《数学分析》的答案.|31|TeX|2024-10-08|2024-03-02| |177|[kyiree/SuperEngineer](https://github.com/kyiree/SuperEngineer)|个人学习记录|31|MATLAB|2024-08-15|2024-02-15| |178|[datawhalechina/hugging-audio](https://github.com/datawhalechina/hugging-audio)|Hugging Face Audio Course中文版,帮助学习者快速入门音频模态|29|Jupyter Notebook|2024-05-25|2023-12-18| |179|[clashshare/clashshare.github.io](https://github.com/clashshare/clashshare.github.io)|Clash订阅节点分享|28|HTML|2024-10-11|2024-05-25| |180|[oyoycr/els-cas-templates](https://github.com/oyoycr/els-cas-templates)|Elsevier latex template 'els-cas-templates'(爱思唯尔期刊-latex双栏版本)|28|TeX|2024-04-28|2024-04-28| |181|[syh19/siyuan-plugin-task-list](https://github.com/syh19/siyuan-plugin-task-list)|思源笔记插件——任务列表:汇总散落在整个工作空间的任务 Siyuan Note Plugin——Task List: Summarize tasks scattered throughout your workspace|28|Vue|2024-09-19|2024-03-23| |182|[DiqiangL/bat_code](https://github.com/DiqiangL/bat_code)|字节笔试、腾讯笔试、阿里笔试、美团笔试、拼多多笔试、蚂蚁金服笔试、百度笔试、网易笔试、华为笔试、荣耀笔试、oppo笔试、小米笔试、小红书笔试、bilibili笔试、米哈游笔试、携程笔试、快手笔试、大疆笔试、滴滴笔试、得物笔试、科大讯飞笔试、shein笔试、招商银行笔试、深信服笔试、用友笔试、顺丰笔试、微众银行笔试、奇安信笔试、联想笔试、58同城笔试、图森未来笔试、富途笔试、去哪儿笔试、蔚来笔试、茄 ...|28|Jupyter Notebook|2024-09-06|2024-03-20| |183|[xiaoweiChen/Professional-cpp-6ed](https://github.com/xiaoweiChen/Professional-cpp-6ed)|《Professional C++ - 6th Edition》的非专业个人翻译|25|TeX|2024-09-29|2024-06-09| |184|[aidoczh/langchain-doc-zh](https://github.com/aidoczh/langchain-doc-zh)|LangChain V0.2 官网文档中文翻译|25|Jupyter Notebook|2024-06-01|2024-05-27| |185|[DrssXpro/virtualwaterfall-demo](https://github.com/DrssXpro/virtualwaterfall-demo)|Vue3+TS:实现小红书瀑布流虚拟列表组件|25|Vue|2024-07-14|2024-01-26| |186|[geezhu/Category-A-Textbook](https://github.com/geezhu/Category-A-Textbook)|中国80年代甲种本教科书|23|TeX|2024-08-11|2024-08-07| |187|[opendidi/mind](https://github.com/opendidi/mind)|🔥🔥🔥 Vue3(Web组态图,拓扑图,拓扑,脑图,思维导图)可视化编辑器🔨|23|Vue|2024-10-09|2024-04-01| |188|[GZIC-OpenFutureTech/OpenFutureTech](https://github.com/GZIC-OpenFutureTech/OpenFutureTech)|华南理工大学国际校区未来技术学院课程攻略 Guidance for courses in Campus of Future Technology, Guangzhou International Campus (GZIC), SCUT.|22|TeX|2024-08-04|2024-05-01| |189|[SEC-CAFE/handbook](https://github.com/SEC-CAFE/handbook)|安全手册,企业安全实践、攻防与安全研究知识库|22|CSS|2024-09-18|2023-11-22| |190|[StZhang-B/PKU-Millimeter-Wave-Radar-Tutorial](https://github.com/StZhang-B/PKU-Millimeter-Wave-Radar-Tutorial)|本项目是为了PKU & BJTU大二学生本研轮转而创,内容包含了对毫米波雷达基础知识的总结、基于IWR1843的原始ADC数据处理、FMCW-MIMO毫米波雷达仿真、基于点云的人体追踪Demo、基于热力图的人体定位demo、手势识别demo和毫米波雷达生命体征检测Demo|20|MATLAB|2024-04-25|2024-03-11| |191|[KinnariyaMamaTanha/aiTour](https://github.com/KinnariyaMamaTanha/aiTour)|AI 学习之旅|20|CSS|2024-10-08|2024-01-12| |192|[Teddy-Liao/Beauty-of-Control-using-Matlab](https://github.com/Teddy-Liao/Beauty-of-Control-using-Matlab)|复制了《控制之美卷2》书籍提供的Octave源代码,并用Matlab进行部分复现。|20|MATLAB|2024-05-31|2023-12-14| |193|[Slumhee/Web002VUE-01_vuebasictutorials](https://github.com/Slumhee/Web002VUE-01_vuebasictutorials)|Code and text version of the tutorial on Vue Framework, InkkaPlumChannel. InkkaPlum频道的Vue框架教程的代码和文字版教程。|18|Vue|2024-06-10|2024-06-10| |194|[open17/vitepress-theme-open17](https://github.com/open17/vitepress-theme-open17)|一款简单美观的博客主题,继承于vitepress默认主题|18|Vue|2024-10-02|2024-03-22| |195|[bianchenglequ/chat2KnowL](https://github.com/bianchenglequ/chat2KnowL)|知识文档问答,用大模型与文档对话,提供Al分析、阅读、问答工具,助你快速了解文档内容。|18|Vue|2024-09-04|2023-12-20| |196|[Sophie10001b/swjtuThesisV3.0](https://github.com/Sophie10001b/swjtuThesisV3.0)|V3.0 LaTeX Template for PhD/MA Thesis of Southwest Jiaotong University (SWJTU) / 西南交通大学研究生学位论文LaTeX模板(V3.0)|18|TeX|2024-09-29|2023-11-30| |197|[William-Seven/Collected-study-materials-from-BUPT](https://github.com/William-Seven/Collected-study-materials-from-BUPT)|(bupt本科)本人报告+收集资料+个人指北,持续更新,欢迎⭐|18|Assembly|2024-07-28|2023-10-23| |198|[626394316/SCSE](https://github.com/626394316/SCSE)|目前各大高校领域将各种信息分布在不同的部门信息门户下,存在典型的信息孤岛问题,各个部门信息没有形成互通。当前,老师和学生存在很多有关本校相关文件、政策和活动等众多方面智能问答的统一入口的需求,例如财务处、人事处、学工处、教务处、图书馆等存在各种政策和文件规定,目前在校师生都是从各个部门网站中采取一系列繁琐的查询方法去寻找相应的疑惑解答。目前现有的大多数校园百事通问答方法采取基于知识图谱的方式构建答 ...|17|Vue|2024-08-05|2024-07-09| |199|[Alittfre/vitepress-theme-bluearchive](https://github.com/Alittfre/vitepress-theme-bluearchive)|Blue Archive主题博客,基于VitePress,绝赞画饼中|17|Vue|2024-07-17|2024-04-17| |200|[ZJUIntl-share/zjuintl-icicles](https://github.com/ZJUIntl-share/zjuintl-icicles)|浙大国际校区课程攻略共享计划|17|Assembly|2024-06-09|2024-01-15|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Assembly.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Assembly 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[William-Seven/Collected-study-materials-from-BUPT](https://github.com/William-Seven/Collected-study-materials-from-BUPT)|(bupt本科)本人报告+收集资料+个人指北,持续更新,欢迎⭐|18|2024-07-28|2023-10-23| |2|[ZJUIntl-share/zjuintl-icicles](https://github.com/ZJUIntl-share/zjuintl-icicles)|浙大国际校区课程攻略共享计划|17|2024-06-09|2024-01-15| |3|[YMahmoudnia/Windows-PE-Definitive-Guide](https://github.com/YMahmoudnia/Windows-PE-Definitive-Guide)|Rewriting the Chinese book Windows PE权威指南 in Persian.|6|2024-06-14|2024-06-14| |4|[susudebug/XMU_Assembly](https://github.com/susudebug/XMU_Assembly)|厦门大学信息学院计科汇编资料|3|2024-06-07|2023-12-22| |5|[MinmusLin/Assembly_Language_Course_Assignments](https://github.com/MinmusLin/Assembly_Language_Course_Assignments)|A collection of my assembly language course assignments. 2024年同济大学汇编语言课程作业合集.|2|2024-10-09|2024-09-22|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/C.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > C 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[OracleNep/Nday-Exploit-Plan](https://github.com/OracleNep/Nday-Exploit-Plan)|历史漏洞的细节以及利用方法汇总收集|98|2024-10-11|2024-02-11|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/CPP.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > C++ 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[Mq-b/Modern-Cpp-templates-tutorial](https://github.com/Mq-b/Modern-Cpp-templates-tutorial)|现代C++模板教程|606|2024-09-06|2023-12-26| |2|[youngyangyang04/KVstorageBaseRaft-cpp](https://github.com/youngyangyang04/KVstorageBaseRaft-cpp)|【代码随想录知识星球】项目分享-基于Raft的k-v存储数据库🔥|563|2024-08-29|2023-12-07| |3|[Mq-b/ModernCpp-ConcurrentProgramming-Tutorial](https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial)|现代C++并发编程教程|346|2024-10-09|2024-02-28| |4|[HITLittleZheng/HITCS](https://github.com/HITLittleZheng/HITCS)|哈尔滨工业大学计算机课程资料与实验HITCS课程资料交流群:824815970|261|2024-10-10|2024-01-13| |5|[0cch/moderncpp_public](https://github.com/0cch/moderncpp_public)|《现代C++语言核心特性解析》其他资料|166|2024-08-15|2023-11-01| |6|[ffengc/Load-balanced-online-OJ-system](https://github.com/ffengc/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 ...|122|2024-08-27|2023-10-20| |7|[MoonforDream/Data-Structure-and-Algorithms](https://github.com/MoonforDream/Data-Structure-and-Algorithms)|数据结构与算法学习笔记C++版(Some data structures and algorithms implemented in C++)|115|2024-05-21|2024-01-08| |8|[knowing-top/C-SVM](https://github.com/knowing-top/C-SVM)|一种基于栈式虚拟机的类c 语言编译器。This project has moved from https://sourceforge.net/projects/msct/. C-SVM: A Compiler for a C-Like Language Based on a Stack Virtual Machine. Aims to help individuals learn about c ...|111|2024-07-21|2024-07-10|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/CSHARP.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > C# 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[unity3d-jp/Project_TCC](https://github.com/unity3d-jp/Project_TCC)|TCC stands for Tiny Character Controller. TCC is the best way to make your own game. This repository contains all packages and examples for TCC projects.|513|2024-04-30|2024-02-08| |2|[jxq1997216/AITranslator](https://github.com/jxq1997216/AITranslator)|使用大语言模型来翻译MTool导出的待翻译文件的图像化UI软件|111|2024-10-08|2024-05-18| |3|[anjoy8/BCVP.Net8](https://github.com/anjoy8/BCVP.Net8)|ASP.NET8.0入口与实战系列视频教程 配合代码|105|2024-04-15|2023-12-10| |4|[AtmoOmen/DailyRoutines](https://github.com/AtmoOmen/DailyRoutines)|Dalamud 插件 Daily Routines - 自动化小工具/易用性改动合集|76|2024-07-09|2024-01-14| |5|[lwwhb/CustomRenderPipelineTutorials](https://github.com/lwwhb/CustomRenderPipelineTutorials)|Unity6的自定义渲染管线教程|69|2024-10-11|2023-12-29| |6|[YSGStudyHards/EasySQLite](https://github.com/YSGStudyHards/EasySQLite)|🦸‍♂️EasySQLite是一个七天.NET 8操作SQLite入门到实战详细教程,主要是对学校班级,学生信息进行管理维护(包含选型、开发、发布、部署)!|64|2024-10-08|2023-11-17|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/CSS.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > CSS 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[datawhalechina/hugging-multi-agent](https://github.com/datawhalechina/hugging-multi-agent)|A tutorial based on MetaGPT to quickly help you understand the concept of agent and muti-agent and get started with coding development. 基于MetaGPT的多智能体入门与开发教程|1339|2024-05-10|2023-12-11| |2|[Pintree-io/pintree](https://github.com/Pintree-io/pintree)|An intuitive tool for managing and exporting your local bookmarks into a shareable website. |1258|2024-08-14|2024-06-16| |3|[AIDotNet/AntSK](https://github.com/AIDotNet/AntSK)|基于.Net8+AntBlazor+SemanticKernel 和KernelMemory 打造的AI知识库/智能体,支持本地离线AI大模型。可以不联网离线运行。支持aspire观测应用数据|1078|2024-10-06|2024-02-01| |4|[wyj0605/douban_library](https://github.com/wyj0605/douban_library)|豆瓣读书插件,自动查询图书馆的图书借阅信息。|61|2024-08-30|2024-02-07| |5|[huzhicheng/fengzheng-blog](https://github.com/huzhicheng/fengzheng-blog)|一款简介的个人博客模板,使用 Hugo + Markdown |38|2024-06-25|2024-06-25| |6|[Alanrk/hexo-theme-onenote](https://github.com/Alanrk/hexo-theme-onenote)|专注于提供良好的阅读体验的hexo博客主题|38|2024-07-15|2024-06-16| |7|[SEC-CAFE/handbook](https://github.com/SEC-CAFE/handbook)|安全手册,企业安全实践、攻防与安全研究知识库|22|2024-09-18|2023-11-22| |8|[KinnariyaMamaTanha/aiTour](https://github.com/KinnariyaMamaTanha/aiTour)|AI 学习之旅|20|2024-10-08|2024-01-12| |9|[Sophomoresty/typora-theme-Jinxiu](https://github.com/Sophomoresty/typora-theme-Jinxiu)|锦绣红 Typora 模板:大学生课程论文与日常写作的好帮手|15|2024-08-28|2024-08-24| |10|[epoch-lab/cuit-guide](https://github.com/epoch-lab/cuit-guide)|CUIT 指南|14|2024-10-01|2024-07-15| |11|[wflac/theme-Mego](https://github.com/wflac/theme-Mego)|一款基于 Halo 的简约时尚的原创卡片式博客主题,炫酷的个人展示图,拥有 Banner 展示位、通知、侧边小卡片。|14|2024-06-06|2024-06-04| |12|[open-spaced-repetition/anki-manual-zh-CN](https://github.com/open-spaced-repetition/anki-manual-zh-CN)|Anki 用户手册(中文翻译)|11|2024-09-25|2024-08-16| |13|[WL2O2O/JavaU8G](https://github.com/WL2O2O/JavaU8G)|📚【Java面试通关秘籍】—— Java_Useful_8股文_Guide(听歌学Java),是备战Java面试与提升技术实力的一站式知识库。内容覆盖Java面试、算法、JavaSE、并发编程、JVM优化、MySQL、OS、中间件、微服务等核心知识点,并包含Spring全家桶及设计模式详解。欢迎关注、star,共同完善和分享!|7|2024-06-12|2023-12-06|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Dart.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Dart 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[Anxcye/anx-reader](https://github.com/Anxcye/anx-reader)|An e-book reader written using Flutter. 使用Flutter编写的电子书阅读器|1489|2024-09-06|2024-03-28| |2|[vito-go/mywords](https://github.com/vito-go/mywords)|背单词神器。 输入一个英语或双语文章的网址,本工具将自动提取文章中所有单词及其所在句子,对文章单词进行去重、统计汇总。你可以过滤筛选只显示出你不认识的单词。|189|2024-10-11|2024-02-17| |3|[gvenusleo/lex-app](https://github.com/gvenusleo/lex-app)|划词翻译软件,使用 Flutter 开发,支持多个翻译模型|17|2024-06-06|2023-10-14| |4|[yuanhoujun/flutter-basic-tutorial](https://github.com/yuanhoujun/flutter-basic-tutorial)|Flutter基础视频教程课件以及源码|9|2024-06-04|2024-02-21|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Go.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Go 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[eryajf/cloud_dns_exporter](https://github.com/eryajf/cloud_dns_exporter)|🧰 自动获取DNS提供商的域名及解析列表,同时自动获取每个域名解析的证书信息,并导出为Prometheus Metrics。已支持:Tencent,Aliyun,Godaddy,DNSLA,Amazon,Cloudflare|290|2024-09-17|2024-08-31| |2|[danmuking/DiTing-Go](https://github.com/danmuking/DiTing-Go)|欢迎来到 DiTing!这是一个简单、轻量级的即时通讯(IM)开源项目,采用 Go 编写,严格遵守互联网开发标准。致力于为初学者提供一个友好、易于上手的 IM 解决方案,让你可以轻松入门并开始构建自己的即时通讯应用。|223|2024-08-15|2024-03-30| |3|[berryalen02/PECracker](https://github.com/berryalen02/PECracker)|针对PE文件的分离的攻防对抗工具,红队、研究者的好帮手。目前支持文件头伪装、证书区段感染。A no-kill confrontation tool for the separation of PE files, a good helper for red teams and researchers. Currently, file header spoofing and certificate s ...|216|2024-08-20|2024-08-12|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Groovy.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Groovy 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[tongv/ssl-auto-renew](https://github.com/tongv/ssl-auto-renew)|HTTPS证书\SSL证书\自动续期部署。基于Jenkins+Docker、全开源、脚本式任务占用少、无云服务依赖。|4|2024-06-13|2024-06-13|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/HTML.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > HTML 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[Ceelog/DictionaryByGPT4](https://github.com/Ceelog/DictionaryByGPT4)|一本 GPT4 生成的单词书📚,超过 8000 个单词分析,涵盖了词义、例句、词根词缀、变形、文化背景、记忆技巧和小故事|3556|2024-08-17|2024-06-26| |2|[wdndev/llm_interview_note](https://github.com/wdndev/llm_interview_note)|主要记录大语言大模型(LLMs) 算法(应用)工程师相关的知识及面试题|3036|2024-08-19|2023-11-08| |3|[naxiaoduo/1000UserGuide](https://github.com/naxiaoduo/1000UserGuide)|1000UserGuide:对独立开发者和创业者来说,找到前1000个早期用户太关键了。这里精心整理了300多个国内外渠道,适合独立开发者和创业者推广产品的渠道。|1561|2024-10-06|2024-04-07| |4|[HFUT-CHEATER/HFUTCheaterCollection](https://github.com/HFUT-CHEATER/HFUTCheaterCollection)|Hefei University of Technology 投稿、举报、监督、咨询Email:hfutcheater@proton.me https://hfutcheater.gitbook.io/hfutcheater https://hfut-cheater.github.io 合肥工业大学 安徽 作弊 造假 贪污 论文抄袭 贿赂 包庇 权力寻租 挪用基金 组织舞弊 越南留学生反华 南 ...|852|2024-07-11|2024-02-22| |5|[bojone/papers.cool](https://github.com/bojone/papers.cool)|Cool Papers - Immersive Paper Discovery|368|2024-09-11|2024-01-02| |6|[onewinner/VulToolsKit](https://github.com/onewinner/VulToolsKit)|红队武器库漏洞利用工具合集整理|309|2024-09-03|2024-06-27| |7|[wuhobin/blog-home](https://github.com/wuhobin/blog-home)|一个干净简洁的个人作品集合主页|233|2024-04-14|2024-01-10| |8|[cpython666/LearnSpider](https://github.com/cpython666/LearnSpider)|爬虫百战成神刷题网站|179|2024-08-20|2024-01-04| |9|[DND5eChm/DND5e_chm](https://github.com/DND5eChm/DND5e_chm)|这是《5E不全书》,即DND5e已翻译资源的整合,不是《5E全书》,也不以任何人的名字署名!|146|2024-10-10|2023-11-06| |10|[HCPLab-SYSU/Book-of-MLM](https://github.com/HCPLab-SYSU/Book-of-MLM)|《多模态大模型:新一代人工智能技术范式》作者:刘阳,林倞 |115|2024-06-07|2024-02-22| |11|[HIT-FC-OpenCS/CS_Courses](https://github.com/HIT-FC-OpenCS/CS_Courses)|哈尔滨工业大学计算学部金牌讲师团课程资料共享 Guidance for courses, faculty of computing, Harbin Institute of Technology |111|2024-08-31|2024-01-06| |12|[BYJRK/CommunityToolkit.Mvvm_ZeroToHero](https://github.com/BYJRK/CommunityToolkit.Mvvm_ZeroToHero)|CommunityToolkit.Mvvm 从入门到精通|83|2024-09-19|2024-01-04| |13|[wdndev/mllm_interview_note](https://github.com/wdndev/mllm_interview_note)|主要记录大语言大模型(LLMs) 算法(应用)工程师多模态相关知识|71|2024-05-12|2024-03-02| |14|[bfengj/Cloud-Security](https://github.com/bfengj/Cloud-Security)|记录自己在云安全上的学习笔记等。|59|2024-06-11|2023-11-05| |15|[sfvsfv/chatgpt-share](https://github.com/sfvsfv/chatgpt-share)| ChatGPT国内版使用教程,一个让你呼吸顺畅的ChatGPT,支持gpt4,gpt4-o,gpt4o-mini,o1草莓模型|58|2024-10-11|2024-03-15| |16|[Joining-AI/LLM_Interview_Prepare](https://github.com/Joining-AI/LLM_Interview_Prepare)| 本仓库是关于大模型面试中常见面试试题和面试经验的整理。这里收集了各类与大模型相关的面试题目,并提供详细的解答和分析。本仓库由上海交大交影社区维护|54|2024-08-23|2024-06-28| |17|[godbasin/front-end-book](https://github.com/godbasin/front-end-book)|《前端的进击》pdf 纪念版|47|2024-09-03|2024-08-11| |18|[oldgerman/mR-71-RE](https://github.com/oldgerman/mR-71-RE)|mR-71 重制版的制造文件(mR-71 Remastered version manufacturing files)|45|2024-06-24|2024-03-17| |19|[drmingdrmer/openstudy](https://github.com/drmingdrmer/openstudy)|在校学习的资料|40|2024-09-13|2023-11-25| |20|[lisuid2/lisuid2.github.io](https://github.com/lisuid2/lisuid2.github.io)|博客|35|2024-04-20|2024-01-18| |21|[Water-CS-Application/WaterCS](https://github.com/Water-CS-Application/WaterCS)|英港新澳留学指北|31|2024-04-26|2024-04-15| |22|[fundgao/DAO_DE_JING](https://github.com/fundgao/DAO_DE_JING)|《道德经》《阳明心学》《易经》《奇门遁甲》《黄帝内经》《抱朴子》《阴阳五行》《山海经》《河图洛书》东方古老文化传承与研究,易经风水、奇门遁甲、禅修灵修、道法仙学、天医祝由、中医道医,辟谷养生,修行修心,心疗灵疗,灵魂觉醒,高维智慧开启!|31|2024-10-08|2024-03-14| |23|[clashshare/clashshare.github.io](https://github.com/clashshare/clashshare.github.io)|Clash订阅节点分享|28|2024-10-11|2024-05-25|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Java.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Java 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[TyCoding/langchat](https://github.com/TyCoding/langchat)|LangChat: Java LLMs/AI Project, Supports Multi AI Providers( OpenAI / Gemini / Ollama / Azure / 智谱 / 阿里通义大模型 / 百度千帆大模型), Java生态下AI大模型产品解决方案,快速构建企业级AI知识库、AI机器人应用|452|2024-09-30|2024-02-08| |2|[liyupi/yu-rpc](https://github.com/liyupi/yu-rpc)|鱼皮的 24 年新项目,基于 Java + Etcd + Vert.x 的高性能 RPC 框架,用新颖的技术栈从 0 到 1 带大家开发轮子。教程由浅入深,可以学习并实践基于 Vert.x 的网络服务器、序列化器、基于 Etcd 和 ZooKeeper 的注册中心、反射、动态代理、自定义网络协议、多种设计模式(单例 / 工厂 / 装饰者等)、负载均衡器设计、重试和容错机制、Spring Boot ...|401|2024-07-31|2024-02-19| |3|[jushahulian/java-go-python](https://github.com/jushahulian/java-go-python)|包含海量课程各类it学习视频教程,最新版,持续更新,java视频教程,python视频教程,go视频教程,C,C++,C#视频教程,前端,数据库,大数据,人工智能视频教程,AIGC视频教程,ChatGPT,软件测试视频教程,网络安全/逆向视频教程,鸿蒙应用开发,Android等学习课程分享。|391|2024-10-08|2023-12-29| |4|[1321928757/Concurrent-MulThread](https://github.com/1321928757/Concurrent-MulThread)|多线程并发案例-源码学习等代码片段分享~|356|2024-05-03|2024-03-11| |5|[jar-analyzer/jar-obfuscator](https://github.com/jar-analyzer/jar-obfuscator)|Jar Obfuscator - 一个 JAR/CLASS 字节码混淆工具,支持包名/类名/方法名/字段名/参数名引用分析和重命名混淆方式,支持字符串加密/整型异或混淆/垃圾代码花指令混淆/等方式,支持方法和字段的隐藏,支持 NATIVE 层的 JVMTI 代码加密,配置简单,文档教程齐全,容易上手|310|2024-08-07|2024-05-09| |6|[ZhangBlossom/BlossomGateway](https://github.com/ZhangBlossom/BlossomGateway)|基于Netty、Nacos实现的网关以及RPC。学习完毕当前项目可以帮助你深入理解Netty。|262|2024-06-28|2023-10-23| |7|[839128/bus](https://github.com/839128/bus)|Bus (应用/服务总线) 是一个基础框架、服务套件,它基于Java17+ 编写,参考、借鉴了大量已有框架、组件的设计,可以作为后端服务的开发基础中间件。代码简洁,架构清晰,非常适合学习使用。|234|2024-10-06|2024-04-19| |8|[youngyangyang04/RPC-Java](https://github.com/youngyangyang04/RPC-Java)|【代码随想录知识星球】项目分享-手撕RPC框架🔥|215|2024-07-31|2024-04-16| |9|[AntonyCheng/spring-boot-init-template](https://github.com/AntonyCheng/spring-boot-init-template)|基于 Java Web 项目的 SpringBoot 框架初始化模板,该模板整合了常用的框架(Mybatis-Plus、ShardingSphere、Redis、RabbitMQ、Elasticsearch、SaToken、OSS、Caffeine以及MongoDB等),广泛支持JDK11和JDK17,部分版本兼容JDK8,同时接入了Spring AI,该模板适用于前后端分离项目启动开发,保证大家 ...|192|2024-10-11|2023-11-07| |10|[meteorOSS/wechat-bc](https://github.com/meteorOSS/wechat-bc)|类似开发公众号一样,开发个人微信号|186|2024-05-13|2024-01-31|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/JavaScript.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > JavaScript 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[Bistutu/FluentRead](https://github.com/Bistutu/FluentRead)|拥有基于上下文语境的人工智能翻译引擎,为网站提供更加友好的翻译,让所有人都能够拥有基于母语般的阅读体验。|1316|2024-06-10|2023-12-22| |2|[7Sageer/sublink-worker](https://github.com/7Sageer/sublink-worker)|无需服务器,一键部署,快速使用自建节点分享URL进行订阅转换,提供灵活的自定义选项,支持SingBox/Clash/V2Ray/Xray|490|2024-10-05|2024-07-27| |3|[rustx-labs/effective-rust-cn](https://github.com/rustx-labs/effective-rust-cn)|Effective Rust 中文版|463|2024-10-10|2024-04-18| |4|[WeChatAPIs/WeChatApi](https://github.com/WeChatAPIs/WeChatApi)|WeChatApi、wechat api、微信3.9.11、微信3.9.10、微信HOOK、微信机器人、wechathook、微信API、微信公众号采集、微信公众号爬虫、微信数据库|393|2024-09-04|2023-11-09| |5|[guobao2333/DeepLX-Serverless](https://github.com/guobao2333/DeepLX-Serverless)|DeepL Free translate API for Serverless, No TOKEN Required DeepL 免费翻译API 无服务器函数部署,无需token|378|2024-10-01|2024-08-08| |6|[pysunday/sdenv](https://github.com/pysunday/sdenv)|sdenv补环境框架,完美过瑞数vmp理论通杀,配合瑞数vmp纯算法逆向项目(rs-reverse)更好学习原理,商标网更新后在线样例失效,可尝试使用其它网站试验(不保证有效)|292|2024-06-04|2024-03-10| |7|[z2586300277/three-cesium-examples](https://github.com/z2586300277/three-cesium-examples)|Open Source three.js cesium.js examples and demo community - 开源的 three.js 和 cesium.js 案例社区 ---- star ----点星星|280|2024-10-11|2024-07-02|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Jupyter-Notebook.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Jupyter Notebook 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[datawhalechina/self-llm](https://github.com/datawhalechina/self-llm)|《开源大模型食用指南》基于Linux环境快速部署开源大模型,更适合中国宝宝的部署教程|8342|2024-09-29|2023-11-16| |2|[01-ai/Yi](https://github.com/01-ai/Yi)|A series of large language models trained from scratch by developers @01-ai|7625|2024-09-23|2023-11-03| |3|[datawhalechina/llm-universe](https://github.com/datawhalechina/llm-universe)|本项目是一个面向小白开发者的大模型应用开发教程,在线阅读地址:https://datawhalechina.github.io/llm-universe/|4533|2024-09-22|2023-10-29| |4|[microsoft/Phi-3CookBook](https://github.com/microsoft/Phi-3CookBook)|This is a Phi-3 book for getting started with Phi-3. Phi-3, a family of open sourced AI models developed by Microsoft. Phi-3 models are the most capable and cost-effective small language models (SLMs) ...|2329|2024-10-10|2024-05-07| |5|[YangLing0818/RPG-DiffusionMaster](https://github.com/YangLing0818/RPG-DiffusionMaster)|[ICML 2024] Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (RPG)|1667|2024-10-10|2024-01-22| |6|[huggingface/cookbook](https://github.com/huggingface/cookbook)|Open-source AI cookbook|1632|2024-10-07|2023-11-24| |7|[Kedreamix/Linly-Dubbing](https://github.com/Kedreamix/Linly-Dubbing)|智能视频多语言AI配音/翻译工具 - Linly-Dubbing — “AI赋能,语言无界”|1618|2024-08-23|2024-08-08| |8|[WTFAcademy/WTF-zk](https://github.com/WTFAcademy/WTF-zk)|零知识证明入门教程。Comprehensive Zero-Knowledge Proofs Tutorial. #zk #WIP|1573|2024-10-02|2023-11-29| |9|[MetaGLM/glm-cookbook](https://github.com/MetaGLM/glm-cookbook)|Examples and guides for using the GLM APIs|746|2024-10-11|2024-01-22| |10|[wdndev/llama3-from-scratch-zh](https://github.com/wdndev/llama3-from-scratch-zh)|从零实现一个 llama3 中文版|486|2024-06-12|2024-05-23| |11|[DjangoPeng/LLM-quickstart](https://github.com/DjangoPeng/LLM-quickstart)|Quick Start for Large Language Models (Theoretical Learning and Practical Fine-tuning) 大语言模型快速入门(理论学习与微调实战)|481|2024-08-27|2023-12-11| |12|[charent/Phi2-mini-Chinese](https://github.com/charent/Phi2-mini-Chinese)|Phi2-Chinese-0.2B 从0开始训练自己的Phi2中文小模型,支持接入langchain加载本地知识库做检索增强生成RAG。Training your own Phi2 small chat model from scratch.|471|2024-07-11|2023-12-22| |13|[libukai/Awesome-ChatTTS](https://github.com/libukai/Awesome-ChatTTS)|官方推荐的 ChatTTS 最佳入门指南,整理和汇总了常见问题和相关资源|339|2024-06-19|2024-06-05| |14|[aceliuchanghong/FAQ_Of_LLM_Interview](https://github.com/aceliuchanghong/FAQ_Of_LLM_Interview)|大模型算法岗面试题(含答案):常见问题和概念解析 "大模型面试题"、"算法岗面试"、"面试常见问题"、"大模型算法面试"、"大模型应用基础"|234|2024-10-07|2024-03-13| |15|[WengLean/hands-on-research-tutorial](https://github.com/WengLean/hands-on-research-tutorial)|《动手做科研》面向科研初学者,一步一步地展示如何入门人工智能科研|219|2024-09-22|2024-05-07| |16|[huangjia2019/ai-agents](https://github.com/huangjia2019/ai-agents)|异步图书 《大模型应用开发 动手做AI Agent》 - 这是一些非常简单的入门示例,重在引导新手入门,目前LLM开发领域发展很快,本书只是一个提纲挈领。更多的示例和代码大家可以去OpenAI Cookbook, LangChain Example中去挖掘。|168|2024-10-10|2024-05-10| |17|[GenTang/regression2chatgpt](https://github.com/GenTang/regression2chatgpt)|《解构大语言模型:从线性回归到通用人工智能》配套代码|134|2024-10-09|2023-12-07| |18|[HEUOpenResource/heu-icicles](https://github.com/HEUOpenResource/heu-icicles)|哈尔滨工程大学课程攻略共享计划|133|2024-09-02|2024-04-13| |19|[Mxoder/LLM-from-scratch](https://github.com/Mxoder/LLM-from-scratch)|一些 LLM 方面的从零复现笔记|121|2024-09-20|2024-04-29| |20|[princepride/scratch-pytorch-step-by-step](https://github.com/princepride/scratch-pytorch-step-by-step)|教你只用最基本的python语法和numpy一步步实现深度学习框架|119|2024-08-02|2024-01-02| |21|[solidglue/Machine_Learning_Sklearn_Examples](https://github.com/solidglue/Machine_Learning_Sklearn_Examples)|机器学习Sklearn入门指南。Machine Learning Sklearn API and Examples with Python3 and Jupyter Notebook.|109|2024-05-20|2024-02-28| |22|[solidglue/Deep_Learning_TensorFlow2_Examples](https://github.com/solidglue/Deep_Learning_TensorFlow2_Examples)|深度学习TensorFlow2入门指南。Deep Learning TensorFlow2 API and Examples with Python3 and Jupyter Notebook.|98|2024-05-20|2024-02-27| |23|[wyf3/llm_related](https://github.com/wyf3/llm_related)|记录大模型相关的一些知识和方法|91|2024-09-08|2024-08-04| |24|[XiaShan1227/GNN-Tutorial](https://github.com/XiaShan1227/GNN-Tutorial)|B站GNN教程资料|88|2024-09-05|2024-01-14| |25|[cfcys/nanoGPT-Tutorial-CN](https://github.com/cfcys/nanoGPT-Tutorial-CN)|更友好的nanoGPT的中文教程|87|2024-05-17|2024-04-22| |26|[qianniucity/llm_notebooks](https://github.com/qianniucity/llm_notebooks)|AI 应用示例合集|66|2024-06-03|2024-04-25| |27|[datawhalechina/zishu](https://github.com/datawhalechina/zishu)|wow-fullstack,令人惊叹的全栈开发教程|63|2024-07-06|2023-12-28| |28|[RealKai42/langchainjs-juejin](https://github.com/RealKai42/langchainjs-juejin)|从前端到 AI:langchain.js 入门和实战|51|2024-05-17|2024-04-25| |29|[Zenobia000/DeepLearning-ds-fundamental](https://github.com/Zenobia000/DeepLearning-ds-fundamental)|深度學習理論程式大全|37|2024-07-25|2024-02-03| |30|[luhengshiwo/LLMForEverybody](https://github.com/luhengshiwo/LLMForEverybody)|每个人都能看懂的大模型知识分享,LLMs秋招大模型面试前必看,让你和面试官侃侃而谈|35|2024-10-10|2024-08-05| |31|[tj-messi/cv-computer-visual-tj](https://github.com/tj-messi/cv-computer-visual-tj)|同济大学计算机视觉实验室学习|35|2024-10-11|2024-08-03| |32|[minsixhao/bilibil_summarize](https://github.com/minsixhao/bilibil_summarize)|B站(Bilibili)视频 AI总结摘要|34|2024-09-05|2024-02-25| |33|[GISer2000/daily_learning](https://github.com/GISer2000/daily_learning)|分享代码写作日常|33|2024-10-01|2024-09-21| |34|[datawhalechina/hugging-audio](https://github.com/datawhalechina/hugging-audio)|Hugging Face Audio Course中文版,帮助学习者快速入门音频模态|29|2024-05-25|2023-12-18| |35|[DiqiangL/bat_code](https://github.com/DiqiangL/bat_code)|字节笔试、腾讯笔试、阿里笔试、美团笔试、拼多多笔试、蚂蚁金服笔试、百度笔试、网易笔试、华为笔试、荣耀笔试、oppo笔试、小米笔试、小红书笔试、bilibili笔试、米哈游笔试、携程笔试、快手笔试、大疆笔试、滴滴笔试、得物笔试、科大讯飞笔试、shein笔试、招商银行笔试、深信服笔试、用友笔试、顺丰笔试、微众银行笔试、奇安信笔试、联想笔试、58同城笔试、图森未来笔试、富途笔试、去哪儿笔试、蔚来笔试、茄 ...|28|2024-09-06|2024-03-20| |36|[aidoczh/langchain-doc-zh](https://github.com/aidoczh/langchain-doc-zh)|LangChain V0.2 官网文档中文翻译|25|2024-06-01|2024-05-27|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Kotlin.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Kotlin 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[unit-mesh/build-your-ai-coding-assistant](https://github.com/unit-mesh/build-your-ai-coding-assistant)|《AI 研发提效:构建 AI 辅助编码助手》 —— 介绍如何 DIY 一个端到端(从 IDE 插件、模型选型、数据集构建到模型微调)的 AI 辅助编程工具,类似于 GitHub Copilot、JetBrains AI Assistant、AutoDev 等。|546|2024-07-05|2023-12-25| |2|[Xigong93/XiaoZhuan](https://github.com/Xigong93/XiaoZhuan)|《小篆传包》一键上传Apk到多个应用市场,开源,免费|96|2024-07-18|2024-06-04| |3|[open-toys-controller/open-DGLAB-controller](https://github.com/open-toys-controller/open-DGLAB-controller)|郊狼3.0 API网络控制器. 支持任意编程语言. 郊狼socket控制器开发教程|75|2024-05-27|2024-03-12| |4|[Loren-Moon/RedBookComposeDemo](https://github.com/Loren-Moon/RedBookComposeDemo)|仿照iOS版小红书写的简单demo|54|2024-09-24|2024-08-25| |5|[wgllss/WXNetArchitecture](https://github.com/wgllss/WXNetArchitecture)|花式封装:Kotlin+协程+Flow+Retrofit+OkHttp+Repository,倾囊相授,彻底减少模版代码进阶之路|11|2024-09-26|2024-09-24| |6|[rengwuxian/CourseCoroutines](https://github.com/rengwuxian/CourseCoroutines)|《Kotlin 协程完全教程》的配套源码:rengwuxian.com/kc|11|2024-09-02|2024-06-27| |7|[soloong/ComposeLearning](https://github.com/soloong/ComposeLearning)|Compose 学习|11|2024-07-20|2024-04-22| |8|[Knightwood/ComposePreference](https://github.com/Knightwood/ComposePreference)|material3设计的preference组件库,支持mmkv,shared preference和datastore(md3 preference component, which supports MMKV, shared preference, and datastore)|9|2024-08-07|2023-11-03|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Lua.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Lua 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[newObjectccc/newObjectccc.github.io](https://github.com/newObjectccc/newObjectccc.github.io)|一个分享文章和技术还有推荐的Repo~|12|2024-08-31|2023-11-29| |2|[Tsinswreng/rime-TswG](https://github.com/Tsinswreng/rime-TswG)|rime輸入法lua腳本及方案分享|6|2024-05-06|2024-02-29|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/MATLAB.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > MATLAB 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[kyiree/SuperEngineer](https://github.com/kyiree/SuperEngineer)|个人学习记录|31|2024-08-15|2024-02-15| |2|[StZhang-B/PKU-Millimeter-Wave-Radar-Tutorial](https://github.com/StZhang-B/PKU-Millimeter-Wave-Radar-Tutorial)|本项目是为了PKU & BJTU大二学生本研轮转而创,内容包含了对毫米波雷达基础知识的总结、基于IWR1843的原始ADC数据处理、FMCW-MIMO毫米波雷达仿真、基于点云的人体追踪Demo、基于热力图的人体定位demo、手势识别demo和毫米波雷达生命体征检测Demo|20|2024-04-25|2024-03-11| |3|[Teddy-Liao/Beauty-of-Control-using-Matlab](https://github.com/Teddy-Liao/Beauty-of-Control-using-Matlab)|复制了《控制之美卷2》书籍提供的Octave源代码,并用Matlab进行部分复现。|20|2024-05-31|2023-12-14| |4|[LiZhengXiao99/INS_Course_Matlab](https://github.com/LiZhengXiao99/INS_Course_Matlab)|安徽理工大学惯性导航课程设计,实现导航级 IMU 的标定、对准、递推;额外写了 PSINS 的对准和递推的主函数,跟严老师的结果做对比。|16|2024-06-12|2024-06-10| |5|[yan-fanyu/CUMCM-Paper-And-SourceCode](https://github.com/yan-fanyu/CUMCM-Paper-And-SourceCode)|CUMCM 2010年-2023年全国大学生数学建模竞赛论文和源代码(Paper and source code for the 2010-2023 National College Student Mathematical Modeling Competition)|11|2024-09-09|2024-07-20| |6|[bhu619/Beauty-of-Control-Systems-Notebook](https://github.com/bhu619/Beauty-of-Control-Systems-Notebook)|记录在Bilibili上关注UP主DR_CAN的视频教程以及相关书籍课程的学习笔记。|10|2024-09-14|2024-04-02| |7|[LuchengCai/Batch-DRT-transformation-processing-of-EIS-data-based-on-MATLAB](https://github.com/LuchengCai/Batch-DRT-transformation-processing-of-EIS-data-based-on-MATLAB)|该项目需将多个eis数据(包含频率、实部、虚部)汇总到一个excel表格中(每个sheet一份数据),可将多个eis数据批量转化为DRT图谱。|6|2024-09-19|2024-09-06| |8|[pipimamaoyuan/XJTU-automation-undergraduate-all-Learning-Materials-](https://github.com/pipimamaoyuan/XJTU-automation-undergraduate-all-Learning-Materials-)|西安交通大学自动化专业本科生学习资料 XJTU automation undergraduate all Learning Materials|6|2024-08-15|2024-06-23| |9|[WZRforcontrol/YSU_JY_B_ks](https://github.com/WZRforcontrol/YSU_JY_B_ks)|YSU机械原理B课程设计(方案二)|4|2024-09-05|2024-06-22| |10|[vectorZeng/CUG_Automation](https://github.com/vectorZeng/CUG_Automation)|中国地质大学 (武汉) 自动化专业 课程资料共享|4|2024-09-12|2024-01-10| |11|[tqlnb/servo_motor_study](https://github.com/tqlnb/servo_motor_study)|伺服电机以及simulink建模学习|3|2024-08-02|2024-08-02| |12|[lankerr/BIT_2023_DSP-RADAR](https://github.com/lankerr/BIT_2023_DSP-RADAR)|2023北京理工大学数字信号处理和雷达课程的matlab代码|3|2024-05-06|2024-05-06| |13|[Dilettante258/MathExpA](https://github.com/Dilettante258/MathExpA)|2024年 南京邮电大学 数学实验A 作业留档。参考教材:《MATLAB数学实验》 第三版(胡良剑 孙晓君)|3|2024-04-22|2024-04-16| |14|[barkure/MATLAB-Projects](https://github.com/barkure/MATLAB-Projects)|本科期间一些课程涉及到的 MATLAB 代码|3|2024-05-03|2024-04-01|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Objective-C.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Objective-C 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/PHP.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > PHP 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[easychen/one-person-businesses-methodology-v2.0](https://github.com/easychen/one-person-businesses-methodology-v2.0)|《一人企业方法论》第二版,也适合做其他副业(比如自媒体、电商、数字商品)的非技术人群。|2837|2024-07-19|2024-03-27| |2|[find-xposed-magisk/pandora-next](https://github.com/find-xposed-magisk/pandora-next)|潘多拉云 + 潘多拉服务器 + 共享聊天 + BackendAPI 代理 + Chat2API = 潘多拉下一个。新的GPT(Gizmo)UI,多合一!Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy + Chat2API = PandoraNext. New GPTs(Gizmo) UI, All in one!|95|2024-05-11|2023-12-06| |3|[ProbiusOfficial/ctf2awd](https://github.com/ProbiusOfficial/ctf2awd)|试试用CTF的方式来学习AWD?|49|2024-09-07|2024-08-22| |4|[ProbiusOfficial/RCE-labs](https://github.com/ProbiusOfficial/RCE-labs)|【Hello-CTF labs】一个想帮你收集所有RCE技巧的靶场。|43|2024-08-15|2024-08-05|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Pascal.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Pascal 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Perl.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Perl 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Python.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Python 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[opendatalab/MinerU](https://github.com/opendatalab/MinerU)|A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction.一站式开源高质量数据提取工具,支持PDF/网页/多格式电子书提取。|12759|2024-10-10|2024-02-29| |2|[Fanghua-Yu/SUPIR](https://github.com/Fanghua-Yu/SUPIR)|SUPIR aims at developing Practical Algorithms for Photo-Realistic Image Restoration In the Wild. Our new online demo is also released at suppixel.ai.|4287|2024-07-30|2023-12-21| |3|[CrazyBoyM/llama3-Chinese-chat](https://github.com/CrazyBoyM/llama3-Chinese-chat)|Llama3、Llama3.1 中文仓库(随书籍撰写中... 各种网友及厂商微调、魔改版本有趣权重 & 训练、推理、评测、部署教程视频 & 文档)|3973|2024-09-16|2024-04-18| |4|[Huanshere/VideoLingo](https://github.com/Huanshere/VideoLingo)|Netflix-level subtitle cutting, translation, alignment, and even dubbing - one-click fully automated AI video subtitle team Netflix级字幕切割、翻译、对齐、甚至加上配音,一键全自动视频搬运AI字幕组|3794|2024-10-11|2024-08-09| |5|[dreammis/social-auto-upload](https://github.com/dreammis/social-auto-upload)|自动化上传视频到社交媒体:抖音、小红书、视频号、tiktok、youtube、bilibili|2289|2024-10-09|2023-12-04| |6|[ddean2009/MoneyPrinterPlus](https://github.com/ddean2009/MoneyPrinterPlus)|AI一键批量生成各类短视频,自动批量混剪短视频,自动把视频发布到抖音,快手,小红书,视频号上,赚钱从来没有这么容易过! 支持本地语音模型chatTTS,fasterwhisper,GPTSoVITS,支持云语音:Azure,阿里云,腾讯云。支持Stable diffusion,comfyUI直接AI生图。Generate short videos with one click using AI L ...|1995|2024-10-08|2024-05-09| |7|[Chenyme/Chenyme-AAVT](https://github.com/Chenyme/Chenyme-AAVT)|这是一个全自动(音频)视频翻译项目。利用Whisper识别声音,AI大模型翻译字幕,最后合并字幕视频,生成翻译后的视频。|1530|2024-08-23|2023-12-18| |8|[NanmiCoder/CrawlerTutorial](https://github.com/NanmiCoder/CrawlerTutorial)|爬虫入门、爬虫进阶、高级爬虫|1421|2024-10-10|2024-03-24| |9|[InternLM/Tutorial](https://github.com/InternLM/Tutorial)|LLM&VLM Tutorial|1369|2024-10-08|2023-12-13| |10|[ShareGPT4Omni/ShareGPT4Video](https://github.com/ShareGPT4Omni/ShareGPT4Video)|[NeurIPS 2024] An official implementation of ShareGPT4Video: Improving Video Understanding and Generation with Better Captions|1242|2024-10-09|2024-06-06| |11|[datawhalechina/tiny-universe](https://github.com/datawhalechina/tiny-universe)|《大模型白盒子构建指南》:一个全手搓的Tiny-Universe|1189|2024-09-15|2024-04-06| |12|[BinNong/meet-libai](https://github.com/BinNong/meet-libai)|​ 李白 :bust_in_silhouette: 作为唐代杰出诗人,其诗歌作品在中国文学史上具有重要地位。近年来,随着数字技术和人工智能的快速发展,传统文化普及推广的形式也面临着创新与变革。国内外对于李白诗歌的研究虽已相当深入,但在数字化、智能化普及方面仍存在不足。因此,本项目旨在通过构建李白知识图谱,结合大模型训练出专业的AI智能体,以生成式对话应用的形式,推动李白文化的普及与推广。|1179|2024-09-01|2024-04-21| |13|[harry0703/AudioNotes](https://github.com/harry0703/AudioNotes)|快速提取音视频内容,整理成一份结构化的markdown笔记|1035|2024-07-26|2024-07-19| |14|[Awesome3DGS/3D-Gaussian-Splatting-Papers](https://github.com/Awesome3DGS/3D-Gaussian-Splatting-Papers)|3D高斯论文,持续更新,欢迎交流讨论。|1034|2024-10-11|2023-12-20| |15|[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 ...|782|2024-06-03|2024-01-17| |16|[LeslieLeung/opensource-lighthouse](https://github.com/LeslieLeung/opensource-lighthouse)|汇总统计各「大厂」的开源团队和项目。|658|2024-10-11|2024-06-27| |17|[SocialAI-tianji/Tianji](https://github.com/SocialAI-tianji/Tianji)|从零学习,制作懂人情世故的大语言模型|653|2024-10-11|2023-12-14| |18|[CHERWING/CHERWIN_SCRIPTS](https://github.com/CHERWING/CHERWIN_SCRIPTS)|永辉生活脚本 顺丰速运脚本 朴朴超市脚本 统一茄皇脚本 海底捞小程序脚本 口味王会员中心小程序脚本 霸王茶姬小程序脚本 奈雪点单小程序脚本 卡夫亨氏新厨艺公众号脚本 韵达快递小程序脚本 中通快递小程序脚本 德邦快递小程序脚本 极兔速递小程序脚本 夸克云盘 网易生活研究社小程序脚本 顾家家居小程序脚本 宽哥之家小程序脚本 特 ...|647|2024-07-25|2024-04-07| |19|[DrewThomasson/ebook2audiobookXTTS](https://github.com/DrewThomasson/ebook2audiobookXTTS)|Generates an audiobook with chapters and ebook metadata using Calibre and Xtts from Coqui tts, and with optional voice cloning, and supports multiple languages|583|2024-10-11|2024-01-22| |20|[jiji262/MediaCrawler-new](https://github.com/jiji262/MediaCrawler-new)|小红书笔记 评论爬虫、抖音视频 评论爬虫、快手视频 评论爬虫、B 站视频 | 评论爬虫、微博帖子 | 评论爬虫|492|2024-08-06|2024-03-20|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/R.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > R 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[lcpmgh/colors](https://github.com/lcpmgh/colors)|学术期刊配色推荐器|50|2024-10-08|2024-04-05| |2|[YangXiao311/WeChat_subscription](https://github.com/YangXiao311/WeChat_subscription)|用于提供微信公众号“xy要加油鸭”所使用的数据及代码。The data and code used for the WeChat public account 'xy要加油鸭'.|7|2024-10-03|2024-08-27| |3|[Lin-zikai/GWAS](https://github.com/Lin-zikai/GWAS)|SMR的笔记|6|2024-05-06|2024-01-30|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Ruby.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Ruby 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Rust.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Rust 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[cncases/cases](https://github.com/cncases/cases)|中国裁判文书网本地搜索|585|2024-10-07|2024-01-14| |2|[Borber/Tran](https://github.com/Borber/Tran)|简洁, 快速, 划词翻译|516|2024-10-08|2023-11-09| |3|[PeiPei233/zju-learning-assistant](https://github.com/PeiPei233/zju-learning-assistant)|帮你快速下载所有课件😋|222|2024-10-10|2023-11-25| |4|[miketang84/jikeshijian](https://github.com/miketang84/jikeshijian)|Practice code for the course of jikeshijian 《Rust语言从入门到实战》|46|2024-07-28|2023-10-31|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Shell.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Shell 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[httpsok/httpsok](https://github.com/httpsok/httpsok)|🔥🔥🔥一行命令,轻松搞定SSL证书自动续期。 SSL泛域名证书,SSL证书管理,SSL证书自动续期,SSL证书自动更新,七牛云、阿里云、腾讯云、CDN、OSS、https证书管理,https证书管理,免费SSL证书,TLS证书自动续签,nginx证书自动续期工具,nginx证书管理。从此告别Let's Encrypt|880|2024-09-28|2024-01-12| |2|[Aethersailor/Custom_OpenClash_Rules](https://github.com/Aethersailor/Custom_OpenClash_Rules)|分流完善的 OpenClash 订阅转换模板,搭配保姆级 OpenClash 设置教程,无需套娃即可实现完美分流、DNS无污染无泄漏,且快速的上网体验。|644|2024-10-06|2024-01-04| |3|[LLM-Red-Team/free-api-hub](https://github.com/LLM-Red-Team/free-api-hub)|🥳 free-api系列项目集合共享资源,快来PR!|141|2024-05-08|2024-04-02| |4|[Lynricsy/HyperADRules](https://github.com/Lynricsy/HyperADRules)|HyperADRules,一个集合众家之长的、强力去广告的规则|122|2024-10-11|2024-03-10| |5|[zc360/Xiaomi-ax3000t-openwrt](https://github.com/zc360/Xiaomi-ax3000t-openwrt)|适用于小米ax3000t的openwrt云编译固件,也可修改配置文件用于其他任何支持openwrt的设备,附带刷入教程和刷回小米官方固件教程。|93|2024-09-30|2023-12-29| |6|[frontend-winter/chatgpt-share-server](https://github.com/frontend-winter/chatgpt-share-server)|chatgpt-share-server 在线预览地址:https://demo.ainx.cc|54|2024-10-08|2024-03-31| |7|[KDXF-BOOM/studentpad-research](https://github.com/KDXF-BOOM/studentpad-research)|科大讯飞AI学习机破解安装第三方应用教程(持续更新)|47|2024-07-29|2024-01-14| |8|[afosne/DNS-Unlock](https://github.com/afosne/DNS-Unlock)|加速网络解析速度,解锁Netflix、hulu、disney、YouTube、telegram,Instagram,Facebook等网页|40|2024-05-08|2024-04-12| |9|[KHTdhl/AIO](https://github.com/KHTdhl/AIO)|捋一捋AIO的教程|36|2024-07-23|2024-07-10|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Swift.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Swift 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[Lakr233/NotchDrop](https://github.com/Lakr233/NotchDrop)|Use your MacBook's notch like Dynamic Island for temporary storing files and AirDrop|1438|2024-08-23|2024-07-07| |2|[jaywcjlove/copybook-generator](https://github.com/jaywcjlove/copybook-generator)|"Copybook Generator" is a powerful copybook generation tool designed to meet the writing practice needs of different users.|873|2024-10-01|2024-06-12|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/TeX.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > TeX 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[careywyr/UnderstandingDeepLearning-ZH-CN](https://github.com/careywyr/UnderstandingDeepLearning-ZH-CN)|UnderstandingDeepLearing中文翻译|2242|2024-07-21|2023-12-27| |2|[xiaoweiChen/Learn-LLVM-17](https://github.com/xiaoweiChen/Learn-LLVM-17)|《Learn LLVM 17》的非专业个人翻译|109|2024-09-03|2024-02-28| |3|[xiaoweiChen/The-CXX-Library-Fourth-Edition-include-CXX23](https://github.com/xiaoweiChen/The-CXX-Library-Fourth-Edition-include-CXX23)|《The C++ Standard Library》的非专业个人翻译|56|2024-05-08|2023-12-08| |4|[ydchen0806/24ICM_E_O_Award_Paper_code](https://github.com/ydchen0806/24ICM_E_O_Award_Paper_code)|2024 MCM/ICM Problem E Outstanding Winner INFORMS Prize paper and source code (24美赛E题O奖冠名奖论文和源码)|39|2024-07-23|2024-05-03| |5|[alan-tsang/overleaf-latex-chinese-english-general-template](https://github.com/alan-tsang/overleaf-latex-chinese-english-general-template)|一个overleaf latex中英文通用模板,元素丰富,适合latex入门;An Overleaf LaTeX Chinese and English universal template, rich in elements, suitable for getting started with LaTeX;|34|2024-09-14|2024-01-24| |6|[xiaoweiChen/Clang-Compiler-Frontend](https://github.com/xiaoweiChen/Clang-Compiler-Frontend)|《Clang Compiler Frontend》的非专业个人翻译|33|2024-08-10|2024-08-10| |7|[wyqy/TongjiThesis_Proto](https://github.com/wyqy/TongjiThesis_Proto)|同济大学硕博士论文 LaTeX 模板 Tongji-Thesis - 2024 修订|33|2024-10-08|2024-01-20| |8|[xiaoweiChen/Modern-CMake-for-Cpp-2ed](https://github.com/xiaoweiChen/Modern-CMake-for-Cpp-2ed)|《Modern CMake for C++ - Second Edition》的非专业个人翻译|32|2024-09-11|2024-09-07| |9|[Acwuld/LouAnalysis](https://github.com/Acwuld/LouAnalysis)|楼红卫老师《数学分析》的答案.|31|2024-10-08|2024-03-02| |10|[oyoycr/els-cas-templates](https://github.com/oyoycr/els-cas-templates)|Elsevier latex template 'els-cas-templates'(爱思唯尔期刊-latex双栏版本)|28|2024-04-28|2024-04-28| |11|[xiaoweiChen/Professional-cpp-6ed](https://github.com/xiaoweiChen/Professional-cpp-6ed)|《Professional C++ - 6th Edition》的非专业个人翻译|25|2024-09-29|2024-06-09| |12|[geezhu/Category-A-Textbook](https://github.com/geezhu/Category-A-Textbook)|中国80年代甲种本教科书|23|2024-08-11|2024-08-07| |13|[GZIC-OpenFutureTech/OpenFutureTech](https://github.com/GZIC-OpenFutureTech/OpenFutureTech)|华南理工大学国际校区未来技术学院课程攻略 Guidance for courses in Campus of Future Technology, Guangzhou International Campus (GZIC), SCUT.|22|2024-08-04|2024-05-01| |14|[Sophie10001b/swjtuThesisV3.0](https://github.com/Sophie10001b/swjtuThesisV3.0)|V3.0 LaTeX Template for PhD/MA Thesis of Southwest Jiaotong University (SWJTU) / 西南交通大学研究生学位论文LaTeX模板(V3.0)|18|2024-09-29|2023-11-30| |15|[anlit75/CCU-Thesis-LaTeX-Template](https://github.com/anlit75/CCU-Thesis-LaTeX-Template)|Unofficial LaTeX templates for both master's thesis and doctoral dissertations at National Chung Cheng University. 國立中正大學碩博士論文LaTex模板|14|2024-05-03|2024-01-19| |16|[ayueme/R_beginners](https://github.com/ayueme/R_beginners)|医学生R语言零基础入门|12|2024-10-01|2024-05-06| |17|[NorthSecond/SYSU_Latex_Template](https://github.com/NorthSecond/SYSU_Latex_Template)|适用于中大课程/实验报告的一个简单小模板|11|2024-09-26|2024-01-02| |18|[xiaowen1124/Numerical-Analysis-](https://github.com/xiaowen1124/Numerical-Analysis-)|数值分析课程作业题、习题及补充(复习练习版)|9|2024-08-26|2024-08-26| |19|[Jin-Cheng-Ming/ZHKU_Thesis](https://github.com/Jin-Cheng-Ming/ZHKU_Thesis)|仲恺农业工程学院学位论文 Latex 模板|9|2024-05-28|2024-05-26| |20|[GhostCai/bjtu-thesis-dlc](https://github.com/GhostCai/bjtu-thesis-dlc)|BJTU论文latex模板的补充包,包含了2024年的诚信声明以及外文翻译模板|9|2024-05-07|2024-04-27| |21|[yinguoweiOvO/CQU_Thesis2024](https://github.com/yinguoweiOvO/CQU_Thesis2024)|重庆大学毕业论文Latex模板(修改版)|9|2024-05-20|2024-03-31| |22|[Nanqiang01/CUFE_Graduate_Thesis_Template](https://github.com/Nanqiang01/CUFE_Graduate_Thesis_Template)|非官方中央财经大学本科毕业论文模板|9|2024-04-14|2024-03-17| |23|[iamywang/whu-thesis-latex-template](https://github.com/iamywang/whu-thesis-latex-template)|武汉大学博士/硕士学位论文latex模板(包含插图索引、表格索引、中英文缩略语对照、主要符号表等,字体格式以及排版修正)|9|2024-04-23|2024-01-29| |24|[wennboo/HDU-latex-template-for-master](https://github.com/wennboo/HDU-latex-template-for-master)|旨在帮助杭州电子科技大学硕博生使用 Latex完成学位论文撰写,非官方模板,如若使用,后果自负!|9|2024-04-14|2023-10-31| |25|[chenzl23/FZUThesis](https://github.com/chenzl23/FZUThesis)|福州大学博士研究生毕业论文Latex模板|9|2024-05-27|2023-10-17| |26|[Yi-ran-Nian-Hua/Matrix-Theory](https://github.com/Yi-ran-Nian-Hua/Matrix-Theory)|电子科技大学《矩阵理论》复习笔记|8|2024-07-11|2024-05-25| |27|[zcyeee/HNU_LaTeX_Template](https://github.com/zcyeee/HNU_LaTeX_Template)|湖南大学课程论文LaTeX模板|8|2024-07-14|2024-01-15| |28|[ljguo1020/ElegantBook](https://github.com/ljguo1020/ElegantBook)|ElegantBook 模板的 LaTeX3 重构|7|2024-09-27|2024-07-03| |29|[tanzhijir-04/2024-ShenzhenCup-MathModeling](https://github.com/tanzhijir-04/2024-ShenzhenCup-MathModeling)|本仓库包含我在 2024 年深圳杯数学建模竞赛中使用的代码文件和 PDF 论文。内容包括所有用于数据分析、仿真和最终算法的脚本,以及详细描述方法和结果的综合报告。|6|2024-07-28|2024-07-28| |30|[kelvin0207/NUDT-Template](https://github.com/kelvin0207/NUDT-Template)|国防科大论文通用模板|6|2024-05-16|2024-05-16| |31|[CIOT-Group/Fuck_2024_MCM-ICM](https://github.com/CIOT-Group/Fuck_2024_MCM-ICM)|2024美国大学生数学建模竞赛(队号#2409529, Problem E)相关比赛资料开源仓库|6|2024-05-03|2024-05-03| |32|[Koorye/uestc-master-student-report-archine](https://github.com/Koorye/uestc-master-student-report-archine)|电子科技大学硕士生期间所有作业与实验报告汇总|6|2024-07-12|2024-04-01| |33|[H-Hyunmin/ISEE_Course_Materials](https://github.com/H-Hyunmin/ISEE_Course_Materials)|ISEE相关课程的资料|6|2024-06-28|2024-02-22| |34|[Hypotenuse-legs/Weekly-Knowledge-Tips-DLUT](https://github.com/Hypotenuse-legs/Weekly-Knowledge-Tips-DLUT)|这是大连理工大学电计2203班的「知识小料」系列,一般在每个教学周更新一期。|5|2024-09-27|2024-07-18| |35|[liuqi6777/ructhesis](https://github.com/liuqi6777/ructhesis)|中国人民大学本科毕业论文(设计)LaTeX模板|5|2024-04-17|2024-04-16| |36|[Andrew82106/MathorcupLatexTemplate](https://github.com/Andrew82106/MathorcupLatexTemplate)|MathorCup 论文Latex模版,可适配Overleaf,使用gbt7714引用文献|5|2024-04-16|2024-04-10| |37|[ZhihengNing/LaTex-template](https://github.com/ZhihengNing/LaTex-template)|自用LaTex模板,主要用来编写数学解答及书写论文|5|2024-06-03|2023-12-29| |38|[WeiViming/gzhu-thesis](https://github.com/WeiViming/gzhu-thesis)|广州大学研究生学位论文非官方模板|5|2024-06-30|2023-11-08| |39|[boa-z/SUEP-Course](https://github.com/boa-z/SUEP-Course)|上海电力大学 电子与信息工程学院 课程共享 本科|5|2024-09-08|2023-10-19| |40|[luoyaocray/USAC_OPTICS_817](https://github.com/luoyaocray/USAC_OPTICS_817)|真题资料latex源代码|4|2024-10-10|2024-10-08| |41|[blanche07/ecust-master-thesis-latex](https://github.com/blanche07/ecust-master-thesis-latex)|华东理工大学硕士学位论文Latex模板|4|2024-06-04|2024-05-28| |42|[SeaHI-Robot/SUSTechThesis2024MEE](https://github.com/SeaHI-Robot/SUSTechThesis2024MEE)|南方科技大学本科生毕业论文 LaTeX 模板 - 2024非官方机械系模板|4|2024-06-21|2024-05-10| |43|[ChambersXDU/xduts_demo](https://github.com/ChambersXDU/xduts_demo)|提供一份稍完整的xduts参考示例,供西电学子入门xduts使用|4|2024-04-17|2024-04-16| |44|[Mikachu2333/sdsmu_welcome_tex](https://github.com/Mikachu2333/sdsmu_welcome_tex)|《山东第二医科大学指南》Latex版本,生活手册与新生指南一体化|原docx版本由“山东第二医科大学频道”接手更新,属于本文的分叉(Fork)关系,互不干扰。|4|2024-10-11|2024-03-21| |45|[Trikim-Zhang/Principles-and-Practice-of-Artificial-Intelligence](https://github.com/Trikim-Zhang/Principles-and-Practice-of-Artificial-Intelligence)|nudt人工智能原理与实践复习资料|4|2024-07-27|2024-01-22| |46|[LeoJhonSong/UCAS-Dissertation](https://github.com/LeoJhonSong/UCAS-Dissertation)|国科大硕士/博士学位论文LeTeX模板, 以《中国科学院大学研究生学位论文撰写规范指导意见》(校发学位字[2022]40号, 附件1) 作为撰写要求|4|2024-07-24|2024-01-15| |47|[winplay/USTC_Latex_template](https://github.com/winplay/USTC_Latex_template)|中科大(USTC)课程论文模板|4|2024-06-22|2024-01-10| |48|[shinyypig/HFUT-Thesis](https://github.com/shinyypig/HFUT-Thesis)|合肥工业大学本科毕业设计论文模版|4|2024-07-05|2023-11-29| |49|[Pungjay/swjtuThesis](https://github.com/Pungjay/swjtuThesis)|西南交通大学硕/博学位论文 LaTeX 模板|3|2024-08-17|2024-08-09| |50|[sjewb/math_share](https://github.com/sjewb/math_share)|这是一个数学专业的日常分享|3|2024-07-22|2024-07-22| |51|[weyumm/-Mathematical-Modeling-Awareness-Guide-](https://github.com/weyumm/-Mathematical-Modeling-Awareness-Guide-)|【数学建模觉迷录】记录我从学习数学建模到参加各种建模竞赛的数据集、代码、论文。(A record of my datasets, code, and papers from learning mathematical modeling to participating in various modeling competitions.)|3|2024-07-30|2024-07-15| |52|[handsomeo7y/latex-elsevier](https://github.com/handsomeo7y/latex-elsevier)|根据elsevier 模板改的论文模板|3|2024-06-03|2024-06-03| |53|[Hl-W/TongjiThesis_modified](https://github.com/Hl-W/TongjiThesis_modified)|同济大学硕博士论文 LaTeX 模板的修改版,根据2024年格式要求修改|3|2024-05-21|2024-05-21| |54|[Stolorzs/ZafuTemplatePublic](https://github.com/Stolorzs/ZafuTemplatePublic)|浙江农林大学风景园林与建筑学院本科生毕业设计说明书(或毕业论文)的LateX模板|3|2024-06-19|2024-05-20| |55|[OceanPresentChao/JLU-SE-Thesis-Template](https://github.com/OceanPresentChao/JLU-SE-Thesis-Template)|吉林大学 软件学院 本科毕业论文 Latex模板|3|2024-06-02|2024-05-13| |56|[Guanyu-Li/Thesis-template](https://github.com/Guanyu-Li/Thesis-template)|吉林大学毕业论文模板(latex)|3|2024-05-31|2024-05-12| |57|[KingwithQueen/GXU-Masters-and-PhD-Thesis-Templates](https://github.com/KingwithQueen/GXU-Masters-and-PhD-Thesis-Templates)|生成符合广西大学硕士或博士研究生毕业论文格式要求的论文模板|3|2024-05-08|2024-05-08| |58|[wertolf/COD2024Spring](https://github.com/wertolf/COD2024Spring)|2024春《计算机组成原理与汇编语言》课程资料|3|2024-06-28|2024-03-22| |59|[01xz/dlut-thesis](https://github.com/01xz/dlut-thesis)|2024大连理工大学硕士学位论文LaTeX模版|3|2024-05-20|2024-03-05| |60|[Siliconet/Math-Bridge](https://github.com/Siliconet/Math-Bridge)|自编的高中数学读本,采用ElegantBook模板。|3|2024-10-02|2024-02-06| |61|[dutLQG/DUT-LyX](https://github.com/dutLQG/DUT-LyX)|大连理工大学博士硕士学位论文LyX/LaTeX模板|3|2024-06-09|2023-10-29|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/TypeScript.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > TypeScript 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[cuixueshe/earthworm](https://github.com/cuixueshe/earthworm)|Learning English through the method of constructing sentences with conjunctions|5855|2024-08-19|2024-01-11| |2|[cooderl/wewe-rss](https://github.com/cooderl/wewe-rss)|🤗更优雅的微信公众号订阅方式,支持私有化部署、微信公众号RSS生成(基于微信读书)v2.x|4764|2024-09-11|2024-02-27| |3|[meetqy/aspoem](https://github.com/meetqy/aspoem)|Learn Chinese Poetry With AsPoem.com|2548|2024-09-11|2023-12-19| |4|[latentcat/latentbox](https://github.com/latentcat/latentbox)|A collection of awesome-lists for AI, creativity and art. AI、创意和艺术领域的精选合集。https://latentbox.com|1097|2024-07-15|2024-04-05| |5|[sleepy-zone/fabritor-web](https://github.com/sleepy-zone/fabritor-web)|👻 A creative editor based on fabricjs. 一款基于 fabricjs 的开源创意图片编辑器,旨在让开发者快速构建属于自己的图片编辑器。可应用于海报设计、小红书公众号封面设计、banner 设计等场景。|893|2024-08-30|2023-11-04| |6|[14790897/paper-ai](https://github.com/14790897/paper-ai)|搜索真实文献并生成引用对应文献的AI论文|822|2024-09-10|2024-01-18| |7|[work7z/MDGJX](https://github.com/work7z/MDGJX)|秒达工具箱,借助独创高效的输入方式,让您可以快速呼出各类工具、文档及笔记等资源,免费安全无广告,现已完全开源!|703|2024-08-26|2024-05-10| |8|[jooooock/wechat-article-exporter](https://github.com/jooooock/wechat-article-exporter)|在线批量导出微信公众号文章,支持内嵌的音视频导出,无需搭建任何环境,可100%还原文章样式,支持私有部署|609|2024-10-01|2024-07-17| |9|[bitiful/send](https://github.com/bitiful/send)|基于 Bitiful S4 对象存储的 “Simul-Transfer(即传即收)” 技术实现的大文件实时多人分享,Wetransfer 或 奶牛快传 的相似开源替代品。|405|2024-06-17|2024-06-06| |10|[AIDotNet/fast-wiki](https://github.com/AIDotNet/fast-wiki)|基于.NET8+React+LobeUI实现的企业级智能客服知识库|402|2024-09-30|2024-02-27| |11|[HarmonyOS-Next/interview-handbook-project](https://github.com/HarmonyOS-Next/interview-handbook-project)|《面试通》鸿蒙原生应用,源码+教程|331|2024-08-20|2023-11-02| |12|[Fankouzu/solana-basic-ui](https://github.com/Fankouzu/solana-basic-ui)|Solana中文大全-由崔棉大师@MasterCui和捕鲸船社区小伙伴共建的Solana学习社区|206|2024-09-21|2024-05-16|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Vim-script.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Vim script 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/knowledge/Vue.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 资料类 > Vue 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[srsng/cozy-reader](https://github.com/srsng/cozy-reader)|一款轻量的阅读软件,仅支持ePub格式电子书。 基于Rust+tauri+Vue3|137|2024-10-06|2024-08-12| |2|[DrssXpro/waterfall-demo](https://github.com/DrssXpro/waterfall-demo)|Vue3 + TS:模仿小红书封装瀑布流组件|102|2024-05-23|2024-01-11| |3|[fantastic-mobile/basic](https://github.com/fantastic-mobile/basic)|⭐⭐⭐⭐⭐ 一款自成一派的移动端 H5 框架,支持多款 UI 组件库,基于 Vue3 。移动端, H5, vant, 手机端, mobile, 模板, 商城, 微信公众号|78|2024-10-02|2024-05-29| |4|[Theo-Messi/xx.theojs.cn](https://github.com/Theo-Messi/xx.theojs.cn)|玄学宝典 - 中华传统五术书籍(山医命相卜)/传世经典著作|76|2024-08-01|2023-10-18| |5|[bitporo/EasySend](https://github.com/bitporo/EasySend)|✨⚡️EasySend is a software that can share messages and files in LAN. Only need open it on the host device, other devices use browser receive messages and files(局域网共享文本文件小工具,仅需一端安装,其余端使用浏览器即可)|62|2024-09-23|2024-06-10| |6|[Colin-XKL/FeedCraft](https://github.com/Colin-XKL/FeedCraft)|craft your feed at ease! 轻量级rss中间件, 提取全文, 翻译、摘要一站式服务|52|2024-10-11|2024-04-19| |7|[Natrium0521/Firefly](https://github.com/Natrium0521/Firefly)|《崩坏:星穹铁道》流萤工具箱——成就管理、跃迁记录|44|2024-09-20|2024-03-03| |8|[youshandefeiyang/tools](https://github.com/youshandefeiyang/tools)|直播/点播工具集合|31|2024-06-30|2024-06-30| |9|[syh19/siyuan-plugin-task-list](https://github.com/syh19/siyuan-plugin-task-list)|思源笔记插件——任务列表:汇总散落在整个工作空间的任务 Siyuan Note Plugin——Task List: Summarize tasks scattered throughout your workspace|28|2024-09-19|2024-03-23| |10|[DrssXpro/virtualwaterfall-demo](https://github.com/DrssXpro/virtualwaterfall-demo)|Vue3+TS:实现小红书瀑布流虚拟列表组件|25|2024-07-14|2024-01-26| |11|[opendidi/mind](https://github.com/opendidi/mind)|🔥🔥🔥 Vue3(Web组态图,拓扑图,拓扑,脑图,思维导图)可视化编辑器🔨|23|2024-10-09|2024-04-01| |12|[Slumhee/Web002VUE-01_vuebasictutorials](https://github.com/Slumhee/Web002VUE-01_vuebasictutorials)|Code and text version of the tutorial on Vue Framework, InkkaPlumChannel. InkkaPlum频道的Vue框架教程的代码和文字版教程。|18|2024-06-10|2024-06-10| |13|[open17/vitepress-theme-open17](https://github.com/open17/vitepress-theme-open17)|一款简单美观的博客主题,继承于vitepress默认主题|18|2024-10-02|2024-03-22| |14|[bianchenglequ/chat2KnowL](https://github.com/bianchenglequ/chat2KnowL)|知识文档问答,用大模型与文档对话,提供Al分析、阅读、问答工具,助你快速了解文档内容。|18|2024-09-04|2023-12-20| |15|[626394316/SCSE](https://github.com/626394316/SCSE)|目前各大高校领域将各种信息分布在不同的部门信息门户下,存在典型的信息孤岛问题,各个部门信息没有形成互通。当前,老师和学生存在很多有关本校相关文件、政策和活动等众多方面智能问答的统一入口的需求,例如财务处、人事处、学工处、教务处、图书馆等存在各种政策和文件规定,目前在校师生都是从各个部门网站中采取一系列繁琐的查询方法去寻找相应的疑惑解答。目前现有的大多数校园百事通问答方法采取基于知识图谱的方式构建答 ...|17|2024-08-05|2024-07-09| |16|[Alittfre/vitepress-theme-bluearchive](https://github.com/Alittfre/vitepress-theme-bluearchive)|Blue Archive主题博客,基于VitePress,绝赞画饼中|17|2024-07-17|2024-04-17| |17|[moyangzhan/langchain4j-aideepin-admin](https://github.com/moyangzhan/langchain4j-aideepin-admin)|JAVA版本的检索增强生成(RAG)项目,包括知识库、搜索 JAVA version of retrieval enhancement generation(RAG) project ,including knowledge base, search|16|2024-09-27|2024-06-18| |18|[btjawa/BiliTools](https://github.com/btjawa/BiliTools)|bilibili工具箱,视频/番剧+伴音/音乐下载,三种登录方式,仅用作学习用途。|12|2024-10-05|2023-11-24| |19|[shuhongfan/atguigu_vue3](https://github.com/shuhongfan/atguigu_vue3)|尚硅谷Vue3入门到实战,最新版vue3+TypeScript前端开发教程 禹神YYDS,千万播放新版Vue3教程来了! 基于Vue3的setup语法糖讲解,全程采用TypeScript+组合式API编码,贴心准备TypeScript快速上手笔记!带你快速上手纯血版Vue3!|10|2024-08-13|2024-08-13| |20|[fangyuan99/douyin-AI-wenan](https://github.com/fangyuan99/douyin-AI-wenan)|Douyin AI Wenan 是一个基于Vue 3和coze的智能文案处理工作流。 它能够自动修正从抖音视频中提取的文本,处理同音字错误,并优化标点符号使用。 获取到修正文本之后,可以推送到Memos在线备忘录,方便后续继续学习。|10|2024-09-09|2024-07-28| |21|[ooahz/z2-blog-nuxt](https://github.com/ooahz/z2-blog-nuxt)|Nuxt3+Vue3+TS——采用前沿技术栈的现代化响应式博客项目|9|2024-09-30|2024-07-27| |22|[Sunnnner/wallhaven_rs](https://github.com/Sunnnner/wallhaven_rs)|Wallpapers图片下载器|9|2024-05-23|2024-05-21| |23|[EITSxiaozhai/FastApi_Blog](https://github.com/EITSxiaozhai/FastApi_Blog)|一个Fastap+VUE的前后端异步分离博客项目-采用了Docker自动部署|9|2024-10-06|2023-10-31| |24|[wf0/monaco-editor-translate](https://github.com/wf0/monaco-editor-translate)|monaco editor 译文(中文学习文档)|8|2024-09-24|2024-06-21| |25|[LiHongyao/vite-vue-template](https://github.com/LiHongyao/vite-vue-template)|基于Vite5.0 + TypeScript + Vant4 搭建的H5、公众号、生活号模板|8|2024-08-06|2023-11-18| |26|[PFCCLab/blog](https://github.com/PFCCLab/blog)|PFCC 社区博客|8|2024-10-07|2023-10-24| |27|[course-dasheng/geektime-vue-course](https://github.com/course-dasheng/geektime-vue-course)|极客时间玩转vue课件|7|2024-07-10|2024-05-24| |28|[zhcndoc/elysia](https://github.com/zhcndoc/elysia)|Elysia 中文文档|7|2024-10-11|2024-04-20| |29|[milkory/anita-terminal](https://github.com/milkory/anita-terminal)|阿妮塔终端 / 雷索纳斯 资料整合站|7|2024-06-22|2024-03-25| |30|[BrackRat/BrBlog](https://github.com/BrackRat/BrBlog)|优雅至上的个人博客。 Nuxt3 全栈博客|7|2024-07-06|2024-02-15| |31|[CoderXiaoShi/master-talk](https://github.com/CoderXiaoShi/master-talk)|master-talk 大佬说|7|2024-09-03|2024-02-05| |32|[KikoStar123/webgis_srtp](https://github.com/KikoStar123/webgis_srtp)|时空知识图谱SRTP项目Webgis前端|7|2024-09-22|2024-01-28| |33|[wushanglang/ppenglish](https://github.com/wushanglang/ppenglish)|双语外刊阅读 + AI翻译(四六级、考研)|6|2024-08-31|2024-08-05| |34|[Azure12355/Medical-QASystem-front-end](https://github.com/Azure12355/Medical-QASystem-front-end)|基于Neo4j的医疗知识图谱的智能问答-Vue前端界面|6|2024-05-21|2024-05-21| |35|[Robert-Stackflow/Moment](https://github.com/Robert-Stackflow/Moment)|Modern photo album blog that supports self-hosting, developed based on Vue and Naive UI and FastAPI.支持自托管的现代化相册博客,基于Vue、Naive UI和FastAPI开发。|6|2024-09-24|2024-03-12| |36|[xfxdesk/xfxai](https://github.com/xfxdesk/xfxai)|小飞侠AI解决方案, AI办公, AI辅助, PPT转化, 生产力, 工作流程, 文档处理, 设计和演示应用, 工作效率, 任务管理, 项目管理, 办公自动化, 创意展现, 智能日程管理, 数据驱动决策, 效率提升, 创新工作方案, 实战案例分享, 优化工作流, 提高工作效率, 智能技术应用|5|2024-06-21|2024-05-31| |37|[Arcticn/KeyBlog](https://github.com/Arcticn/KeyBlog)|A blog website made with ASP .Net core + Vue.js 使用 ASP .Net core + Vue.js 编写的前后端分离的博客网站|5|2024-09-24|2024-05-19| |38|[BoyangL1/redbook](https://github.com/BoyangL1/redbook)|Vue3仿照小红书界面|5|2024-04-18|2024-04-05| |39|[Cookiesukaze/bianlian](https://github.com/Cookiesukaze/bianlian)|AI视频翻译 AI Video Translation|5|2024-05-29|2023-12-09| |40|[JiaosSir/kesou-search](https://github.com/JiaosSir/kesou-search)|一个简约美观的搜索页,支持多种搜索集合(支持明亮暗黑模式切换),您可以在下方网址体验本项目|4|2024-07-27|2024-07-27| |41|[SoJer1012/tauri-knote](https://github.com/SoJer1012/tauri-knote)|tauri+vue3+vite+naiveui,tauri开发桌面版笔记本+行程计划提醒|4|2024-07-17|2024-07-17| |42|[tangshuang/chattts-newer](https://github.com/tangshuang/chattts-newer)|ChatTTS Newer是专为想要使用ChatTTS的新手准备的入门工具|4|2024-07-11|2024-07-09| |43|[Theo-Messi/share.theojs.cn](https://github.com/Theo-Messi/share.theojs.cn)|阿里云盘资源分享 - 热门资源/电视剧/电影/综艺/动漫/大陆/日本/韩国/欧美|4|2024-08-12|2024-05-08| |44|[justorez/peppa](https://github.com/justorez/peppa)|🐷《挑战 52 天背完小猪佩奇》配套练习网站|4|2024-04-20|2024-02-11|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/All-Language.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > All Language 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Language|Updated|Created| |:-|:-|:-|:-|:-|:-|:-| |1|[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)|33910|Python|2024-10-02|2024-01-14| |2|[All-Hands-AI/OpenHands](https://github.com/All-Hands-AI/OpenHands)|🙌 OpenHands: Code Less, Make More|32894|Python|2024-10-11|2024-03-13| |3|[2noise/ChatTTS](https://github.com/2noise/ChatTTS)|A generative speech model for daily dialogue.|31399|Python|2024-10-10|2024-05-27| |4|[lizongying/my-tv](https://github.com/lizongying/my-tv)|我的电视 电视直播软件,安装即可使用|29893|C|2024-06-20|2023-12-04| |5|[myshell-ai/OpenVoice](https://github.com/myshell-ai/OpenVoice)|Instant voice cloning by MIT and MyShell.|29107|Python|2024-08-21|2023-11-29| |6|[linexjlin/GPTs](https://github.com/linexjlin/GPTs)|leaked prompts of GPTs|28496|-|2024-09-27|2023-11-11| |7|[HeyPuter/puter](https://github.com/HeyPuter/puter)|🌐 The Internet OS! Free, Open-Source, and Self-Hostable.|25203|JavaScript|2024-10-11|2024-03-03| |8|[hpcaitech/Open-Sora](https://github.com/hpcaitech/Open-Sora)|Open-Sora: Democratizing Efficient Video Production for All|21838|Python|2024-08-09|2024-02-20| |9|[infiniflow/ragflow](https://github.com/infiniflow/ragflow)|RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.|19078|Python|2024-10-11|2023-12-12| |10|[dockur/windows](https://github.com/dockur/windows)|Windows inside a Docker container.|17661|Shell|2024-10-11|2024-01-14| |11|[VikParuchuri/marker](https://github.com/VikParuchuri/marker)|Convert PDF to markdown quickly with high accuracy|16925|Python|2024-09-07|2023-10-30| |12|[harry0703/MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo)|利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.|16431|Python|2024-07-26|2024-03-11| |13|[ScrapeGraphAI/Scrapegraph-ai](https://github.com/ScrapeGraphAI/Scrapegraph-ai)|Python scraper based on AI|14829|Python|2024-10-11|2024-01-27| |14|[THUDM/ChatGLM3](https://github.com/THUDM/ChatGLM3)|ChatGLM3 series: Open Bilingual Chat LLMs 开源双语对话语言模型|13382|Python|2024-07-10|2023-10-26| |15|[KwaiVGI/LivePortrait](https://github.com/KwaiVGI/LivePortrait)|Bring portraits to life!|12249|Python|2024-10-07|2024-07-03| |16|[OpenBMB/MiniCPM-V](https://github.com/OpenBMB/MiniCPM-V)|MiniCPM-V 2.6: A GPT-4V Level MLLM for Single Image, Multi Image and Video on Your Phone|12218|Python|2024-09-13|2024-01-29| |17|[netease-youdao/QAnything](https://github.com/netease-youdao/QAnything)|Question and Answer based on Anything.|11604|Python|2024-09-27|2024-01-03| |18|[PKU-YuanGroup/Open-Sora-Plan](https://github.com/PKU-YuanGroup/Open-Sora-Plan)|This project aim to reproduce Sora (Open AI T2V model), we wish the open source community contribute to this project.|11314|Python|2024-10-08|2024-02-20| |19|[ShiArthur03/ShiArthur03](https://github.com/ShiArthur03/ShiArthur03)|-|10382|MATLAB|2024-08-05|2024-07-08| |20|[VikParuchuri/surya](https://github.com/VikParuchuri/surya)|OCR, layout analysis, reading order, table recognition in 90+ languages|10247|Python|2024-10-08|2024-01-10| |21|[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|9604|Go|2024-06-12|2023-12-13| |22|[TencentARC/PhotoMaker](https://github.com/TencentARC/PhotoMaker)|PhotoMaker [CVPR 2024]|9415|Jupyter Notebook|2024-08-15|2023-12-06| |23|[fudan-generative-vision/hallo](https://github.com/fudan-generative-vision/hallo)|Hallo: Hierarchical Audio-Driven Visual Synthesis for Portrait Image Animation|9290|Python|2024-09-14|2024-06-12| |24|[QwenLM/Qwen2.5](https://github.com/QwenLM/Qwen2.5)|Qwen2.5 is the large language model series developed by Qwen team, Alibaba Cloud.|8794|Shell|2024-10-02|2024-02-05| |25|[OpenBMB/XAgent](https://github.com/OpenBMB/XAgent)|An Autonomous LLM Agent for Complex Task Solving|8080|Python|2024-08-12|2023-10-16| |26|[SJTU-IPADS/PowerInfer](https://github.com/SJTU-IPADS/PowerInfer)|High-speed Large Language Model Serving on PCs with Consumer-grade GPUs|7913|C++|2024-09-06|2023-12-15| |27|[microsoft/UFO](https://github.com/microsoft/UFO)|A UI-Focused Agent for Windows OS Interaction.|7638|Python|2024-09-25|2024-01-08| |28|[mediar-ai/screenpipe](https://github.com/mediar-ai/screenpipe)|24/7 local AI screen & mic recording. Works with Ollama. Llama3.2 control your computer. Alternative to Rewind.ai & Zapier. Open. Secure. You own your data. Rust.|7481|Rust|2024-10-11|2024-06-19| |29|[Dokploy/dokploy](https://github.com/Dokploy/dokploy)|Open Source Alternative to Vercel, Netlify and Heroku.|7412|TypeScript|2024-10-11|2024-04-19| |30|[idootop/mi-gpt](https://github.com/idootop/mi-gpt)|🏠 将小爱音箱接入 ChatGPT 和豆包,改造成你的专属语音助手。|7395|TypeScript|2024-08-26|2024-01-24| |31|[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界面的声音克隆工具,使用你的音色或任意声音来录制音频|7365|Python|2024-08-22|2023-11-19| |32|[netease-youdao/EmotiVoice](https://github.com/netease-youdao/EmotiVoice)|EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine|7325|Python|2024-08-13|2023-11-08| |33|[OpenBMB/MiniCPM](https://github.com/OpenBMB/MiniCPM)|MiniCPM3-4B: An edge-side LLM that surpasses GPT-3.5-Turbo.|7006|Jupyter Notebook|2024-10-10|2024-01-29| |34|[deepseek-ai/DeepSeek-Coder](https://github.com/deepseek-ai/DeepSeek-Coder)|DeepSeek Coder: Let the Code Write Itself|6654|Python|2024-05-21|2023-10-20| |35|[toss/es-toolkit](https://github.com/toss/es-toolkit)|A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.|6482|TypeScript|2024-10-09|2024-04-25| |36|[modelscope/DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio)|Enjoy the magic of Diffusion models!|6422|Python|2024-10-11|2023-12-07| |37|[HerbertHe/iptv-sources](https://github.com/HerbertHe/iptv-sources)|Autoupdate iptv sources|6345|TypeScript|2024-10-11|2023-11-25| |38|[weijunext/indie-hacker-tools](https://github.com/weijunext/indie-hacker-tools)|收录独立开发者出海技术栈和工具|6303|-|2024-09-28|2024-02-20| |39|[lencx/Noi](https://github.com/lencx/Noi)|🚀 Power Your World with AI - Explore, Extend, Empower.|6274|JavaScript|2024-09-17|2023-10-16| |40|[hrvach/deskhop](https://github.com/hrvach/deskhop)|Fast Desktop Switching Device|6160|C|2024-09-14|2023-12-24| |41|[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, whois search and more! ...|6137|Vue|2024-10-08|2023-11-22| |42|[jianchang512/ChatTTS-ui](https://github.com/jianchang512/ChatTTS-ui)|一个简单的本地网页界面,使用ChatTTS将文字合成为语音,同时支持对外提供API接口。A simple native web interface that uses ChatTTS to synthesize text into speech, along with support for external API interfaces.|6037|Python|2024-08-29|2024-05-30| |43|[OpenGVLab/InternVL](https://github.com/OpenGVLab/InternVL)|[CVPR 2024 Oral] InternVL Family: A Pioneering Open-Source Alternative to GPT-4o. 接近GPT-4o表现的开源多模态对话模型|5713|Python|2024-09-19|2023-11-22| |44|[yaoxieyoulei/mytv-android](https://github.com/yaoxieyoulei/mytv-android)|使用Android原生开发的电视直播软件|5704|Kotlin|2024-10-10|2024-04-10| |45|[HumanAIGC/OutfitAnyone](https://github.com/HumanAIGC/OutfitAnyone)|Outfit Anyone: Ultra-high quality virtual try-on for Any Clothing and Any Person|5582|-|2024-07-26|2023-12-12| |46|[FunAudioLLM/CosyVoice](https://github.com/FunAudioLLM/CosyVoice)|Multi-lingual large voice generation model, providing inference, training and deployment full-stack ability.|5437|Python|2024-09-29|2024-07-03| |47|[Upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant)|Intelligence development framework in python for your product like Apple Intelligence|5216|Python|2024-09-10|2024-05-26| |48|[Ucas-HaoranWei/GOT-OCR2.0](https://github.com/Ucas-HaoranWei/GOT-OCR2.0)|Official code implementation of General OCR Theory: Towards OCR-2.0 via a Unified End-to-end Model|5185|Python|2024-10-11|2024-09-02| |49|[adithya-s-k/omniparse](https://github.com/adithya-s-k/omniparse)|Ingest, parse, and optimize any data format ➡️ from documents to multimedia ➡️ for enhanced compatibility with GenAI frameworks|5142|Python|2024-09-23|2024-06-04| |50|[opendatalab/PDF-Extract-Kit](https://github.com/opendatalab/PDF-Extract-Kit)|A Comprehensive Toolkit for High-Quality PDF Content Extraction|5031|Python|2024-10-11|2024-06-27| |51|[cmliu/CF-Workers-docker.io](https://github.com/cmliu/CF-Workers-docker.io)|这个项目是一个基于 Cloudflare Workers 的 Docker 镜像代理工具。它能够中转对 Docker 官方镜像仓库的请求,解决一些访问限制和加速访问的问题。|5004|JavaScript|2024-09-21|2024-06-10| |52|[modelscope/agentscope](https://github.com/modelscope/agentscope)|Start building LLM-empowered multi-agent applications in an easier way.|4998|Python|2024-10-08|2024-01-12| |53|[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 工具, 纯浏览器端实现。|4963|TypeScript|2024-07-16|2023-11-18| |54|[bepass-org/oblivion-desktop](https://github.com/bepass-org/oblivion-desktop)|Oblivion Desktop - Unofficial Warp Client for Windows/Mac/Linux|4929|TypeScript|2024-10-10|2024-04-11| |55|[OpenInterpreter/01](https://github.com/OpenInterpreter/01)|The #1 open-source voice interface for desktop, mobile, and ESP32 chips.|4926|Python|2024-10-02|2024-01-11| |56|[DDS-Derek/xiaoya-alist](https://github.com/DDS-Derek/xiaoya-alist)|小雅Alist的相关周边|4914|Shell|2024-10-11|2024-01-05| |57|[Dooy/chatgpt-web-midjourney-proxy](https://github.com/Dooy/chatgpt-web-midjourney-proxy)|One UI is all done with chatgpt web, midjourney, gpts,suno,luma,runway,viggle,flux,ideogram,Realtime; Simultaneous support Web / PWA / Linux / Win / MacOS platform|4895|JavaScript|2024-10-11|2023-11-19| |58|[THUDM/GLM-4](https://github.com/THUDM/GLM-4)|GLM-4 series: Open Multilingual Multimodal Chat LMs 开源多语言多模态对话模型|4840|Python|2024-10-06|2024-05-15| |59|[InternLM/MindSearch](https://github.com/InternLM/MindSearch)|🔍 An LLM-based Multi-agent Framework of Web Search Engine (like Perplexity.ai Pro and SearchGPT)|4827|Python|2024-10-10|2024-07-28| |60|[GaiaNet-AI/gaianet-node](https://github.com/GaiaNet-AI/gaianet-node)|Install and run your own AI agent service|4822|Shell|2024-10-10|2024-03-06| |61|[loco-rs/loco](https://github.com/loco-rs/loco)|🚂 🦀 The one-person framework for Rust for side-projects and startups|4803|Rust|2024-10-11|2023-11-07| |62|[xxlong0/Wonder3D](https://github.com/xxlong0/Wonder3D)|Single Image to 3D using Cross-Domain Diffusion for 3D Generation|4728|Python|2024-08-29|2023-10-14| |63|[dyang886/Game-Cheats-Manager](https://github.com/dyang886/Game-Cheats-Manager)|Easily download and manage game cheats for your convenience|4727|Python|2024-10-05|2023-12-31| |64|[bia-pain-bache/BPB-Worker-Panel](https://github.com/bia-pain-bache/BPB-Worker-Panel)|A GUI Panel providing Worker subscriptions, Fragment settings and Warp configs, providing configs for cross-platform clients using (Sing-box, Clash and Xray cores)|4616|JavaScript|2024-10-10|2024-01-19| |65|[myshell-ai/MeloTTS](https://github.com/myshell-ai/MeloTTS)|High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean.|4592|Python|2024-08-09|2024-02-19| |66|[GuijiAI/duix.ai](https://github.com/GuijiAI/duix.ai)|-|4464|C++|2024-08-23|2024-05-16| |67|[babaohuang/GeminiProChat](https://github.com/babaohuang/GeminiProChat)|Minimal web UI for GeminiPro.|4272|TypeScript|2024-09-12|2023-12-14| |68|[Predidit/Kazumi](https://github.com/Predidit/Kazumi)|基于自定义规则的番剧采集APP,支持流媒体在线观看,支持弹幕。|4235|Dart|2024-10-11|2024-05-09| |69|[lihaoyun6/QuickRecorder](https://github.com/lihaoyun6/QuickRecorder)|A lightweight screen recorder based on ScreenCapture Kit for macOS / 基于 ScreenCapture Kit 的轻量化多功能 macOS 录屏工具|4229|Swift|2024-10-11|2024-04-21| |70|[usual2970/certimate](https://github.com/usual2970/certimate)|开源的SSL证书管理工具,可以帮助你自动申请、部署SSL证书,并在证书即将过期时自动续期。An open-source SSL certificate management tool that helps you automatically apply for and deploy SSL certificates, as well as automatically renew them when ...|4214|TypeScript|2024-10-11|2024-08-21| |71|[bpc-clone/bypass-paywalls-chrome-clean](https://github.com/bpc-clone/bypass-paywalls-chrome-clean)|-|4207|-|2024-10-11|2024-04-21| |72|[YaoFANGUK/video-subtitle-remover](https://github.com/YaoFANGUK/video-subtitle-remover)|基于AI的图片/视频硬字幕去除、文本水印去除,无损分辨率生成去字幕、去水印后的图片/视频文件。无需申请第三方API,本地实现。AI-based tool for removing hard-coded subtitles and text-like watermarks from videos or Pictures.|4125|Python|2024-10-09|2023-10-25| |73|[TeamWiseFlow/wiseflow](https://github.com/TeamWiseFlow/wiseflow)|Wiseflow is an agile information mining tool that extracts concise messages from various sources such as websites, WeChat official accounts, social platforms, etc. It automatically categorizes and upl ...|4094|Python|2024-10-10|2024-04-24| |74|[Kwai-Kolors/Kolors](https://github.com/Kwai-Kolors/Kolors)|Kolors Team|3695|Python|2024-09-04|2024-07-05| |75|[LLM-Red-Team/kimi-free-api](https://github.com/LLM-Red-Team/kimi-free-api)|🚀 KIMI AI 长文本大模型逆向API白嫖测试【特长:长文本解读整理】,支持高速流式输出、智能体对话、联网搜索、长文档解读、图像OCR、多轮对话,零配置部署,多路token支持,自动清理会话痕迹。|3693|TypeScript|2024-07-12|2024-03-08| |76|[deanxv/coze-discord-proxy](https://github.com/deanxv/coze-discord-proxy)|代理Discord对话Coze-Bot,实现以API形式请求GPT4模型,提供对话、文生图、图生文、知识库检索等功能。|3609|Go|2024-10-09|2024-01-26| |77|[lipku/livetalking](https://github.com/lipku/livetalking)|Real time interactive streaming digital human|3604|Python|2024-10-05|2023-12-19| |78|[cmliu/WorkerVless2sub](https://github.com/cmliu/WorkerVless2sub)|这个是一个将 Cloudflare Workers - VLESS 搭配 自建优选域名 的 订阅生成器|3459|JavaScript|2024-10-09|2023-12-25| |79|[Tencent/HunyuanDiT](https://github.com/Tencent/HunyuanDiT)|Hunyuan-DiT : A Powerful Multi-Resolution Diffusion Transformer with Fine-Grained Chinese Understanding|3348|Python|2024-10-11|2024-05-10| |80|[Ackites/KillWxapkg](https://github.com/Ackites/KillWxapkg)|自动化反编译微信小程序,小程序安全评估工具,发现小程序安全问题,自动解密,解包,可还原工程目录,支持Hook,小程序修改|3345|Go|2024-09-20|2024-07-24| |81|[jofpin/turbit](https://github.com/jofpin/turbit)|Build applications, scripts, and automations powered by high-performance multicore computing using Node.js|3314|JavaScript|2024-08-03|2024-08-02| |82|[huggingface/speech-to-speech](https://github.com/huggingface/speech-to-speech)|Speech To Speech: an effort for an open-sourced and modular GPT4-o|3209|Python|2024-09-27|2024-08-07| |83|[Calcium-Ion/new-api](https://github.com/Calcium-Ion/new-api)|AI模型接口管理与分发系统,支持将多种大模型转为OpenAI格式调用、支持Midjourney Proxy、Suno、Rerank,兼容易支付协议,仅供个人或者企业内部管理与分发渠道使用,请勿用于商业用途,本项目基于One API二次开发。|3151|Go|2024-10-10|2023-11-10| |84|[AiuniAI/Unique3D](https://github.com/AiuniAI/Unique3D)|Official implementation of Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image|2958|Python|2024-09-18|2024-05-30| |85|[OpenCSGs/csghub](https://github.com/OpenCSGs/csghub)|CSGHub is an open-source large model platform just like on-premise version of Hugging Face. You can easily manage models and datasets, deploy model applications and setup model finetune or inference j ...|2899|Vue|2024-10-11|2024-01-12| |86|[FunAudioLLM/SenseVoice](https://github.com/FunAudioLLM/SenseVoice)|Multilingual Voice Understanding Model|2895|Python|2024-09-25|2024-07-03| |87|[olegos2/mobox](https://github.com/olegos2/mobox)|-|2837|Shell|2024-07-26|2023-11-23| |88|[X-PLUG/MobileAgent](https://github.com/X-PLUG/MobileAgent)|Mobile-Agent: The Powerful Mobile Device Operation Assistant Family|2801|Python|2024-09-26|2024-01-26| |89|[gpt-omni/mini-omni](https://github.com/gpt-omni/mini-omni)|open-source multimodal large language model that can hear, talk while thinking. Featuring real-time end-to-end speech input and streaming audio output conversational capabilities. |2798|Python|2024-09-25|2024-08-27| |90|[version-fox/vfox](https://github.com/version-fox/vfox)|A cross-platform and extendable version manager with support for Java, Node.js, Flutter, .Net & more|2765|Go|2024-10-11|2023-12-09| |91|[sipeed/NanoKVM](https://github.com/sipeed/NanoKVM)|NanoKVM: Affordable, Multifunctional, Nano RISC-V IP-KVM|2763|TypeScript|2024-10-10|2024-07-03| |92|[BingyanStudio/LapisCV](https://github.com/BingyanStudio/LapisCV)|📃 开箱即用的 Markdown 简历,支持 VSCode / Obsidian / Typora|2728|CSS|2024-10-07|2024-03-05| |93|[alireza0/s-ui](https://github.com/alireza0/s-ui)|An advanced Web Panel • Built for SagerNet/Sing-Box|2653|Vue|2024-10-07|2024-02-13| |94|[hslr-s/sun-panel](https://github.com/hslr-s/sun-panel)|A server, NAS navigation panel, Homepage, browser homepage. 一个服务器、NAS导航面板、Homepage、浏览器首页。|2649|Vue|2024-09-30|2023-11-09| |95|[AIsouler/GKD_subscription](https://github.com/AIsouler/GKD_subscription)|GKD 第三方订阅规则|2624|TypeScript|2024-10-11|2024-01-03| |96|[BadToBest/EchoMimic](https://github.com/BadToBest/EchoMimic)|Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning|2611|Python|2024-08-15|2024-07-03| |97|[sugarforever/chat-ollama](https://github.com/sugarforever/chat-ollama)|ChatOllama is an open source chatbot based on LLMs. It supports a wide range of language models, and knowledge base management.|2609|TypeScript|2024-09-08|2024-02-17| |98|[TMElyralab/MuseTalk](https://github.com/TMElyralab/MuseTalk)|MuseTalk: Real-Time High Quality Lip Synchorization with Latent Space Inpainting|2562|Python|2024-09-23|2024-03-26| |99|[QwenLM/Qwen2-VL](https://github.com/QwenLM/Qwen2-VL)|Qwen2-VL is the multimodal large language model series developed by Qwen team, Alibaba Cloud.|2560|Python|2024-10-04|2024-08-29| |100|[PeterH0323/Streamer-Sales](https://github.com/PeterH0323/Streamer-Sales)|Streamer-Sales 销冠 —— 卖货主播 LLM 大模型🛒🎁,一个能够根据给定的商品特点从激发用户购买意愿角度出发进行商品解说的卖货主播大模型。🚀⭐内含详细的数据生成流程❗ 📦另外还集成了 LMDeploy 加速推理🚀、RAG检索增强生成 📚、TTS文字转语音🔊、数字人生成 🦸、 Agent 使用网络查询实时信息🌐、ASR 语音转文字🎙️、Vue 生态搭建前端🍍、FastAPI 搭建后端 ...|2436|Python|2024-10-10|2024-04-05| |101|[thijsvanloef/palworld-server-docker](https://github.com/thijsvanloef/palworld-server-docker)|A Docker Container to easily run a Palworld dedicated server.|2424|Shell|2024-10-05|2024-01-19| |102|[ReChronoRain/HyperCeiler](https://github.com/ReChronoRain/HyperCeiler)|MIUI & HyperOS enhancement module - Make MIUI & HyperOS Great Again!|2388|Java|2024-10-11|2023-10-27| |103|[TMElyralab/MuseV](https://github.com/TMElyralab/MuseV)|MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising|2382|Python|2024-06-28|2024-03-25| |104|[FujiwaraChoki/MoneyPrinterV2](https://github.com/FujiwaraChoki/MoneyPrinterV2)|Automate the process of making money online.|2371|Python|2024-04-17|2024-02-12| |105|[cs-lazy-tools/ChatGPT-On-CS](https://github.com/cs-lazy-tools/ChatGPT-On-CS)|基于大模型的智能对话客服工具,支持微信、拼多多、千牛、哔哩哔哩、抖音企业号、抖音、抖店、微博聊天、小红书专业号运营、小红书、知乎等平台接入,可选择 GPT3.5/GPT4.0/ 懒人百宝箱 (后续会支持更多平台),能处理文本、语音和图片,通过插件访问操作系统和互联网等外部资源,支持基于自有知识库定制企业 AI 应用。|2352|TypeScript|2024-09-07|2024-03-07| |106|[DeepInsight-AI/DeepBI](https://github.com/DeepInsight-AI/DeepBI)|LLM based data scientist, AI native data application. AI-driven infinite thinking redefines BI.|2332|Python|2024-10-11|2023-11-20| |107|[SoraWebui/SoraWebui](https://github.com/SoraWebui/SoraWebui)|SoraWebui is an open-source Sora web client, enabling users to easily create videos from text with OpenAI's Sora model.|2298|TypeScript|2024-08-04|2024-02-18| |108|[Elegycloud/clash-for-linux-backup](https://github.com/Elegycloud/clash-for-linux-backup)|基于Clash Core 制作的Clash For Linux备份仓库 A Clash For Linux Backup Warehouse Based on Clash Core|2271|Shell|2024-09-20|2023-11-08| |109|[jianchang512/stt](https://github.com/jianchang512/stt)|Voice Recognition to Text Tool / 一个离线运行的本地音视频转字幕工具,输出json、srt字幕、纯文字格式|2262|Python|2024-10-07|2023-12-28| |110|[jingyaogong/minimind](https://github.com/jingyaogong/minimind)|「大模型」3小时完全从0训练26M的小参数GPT,个人显卡即可推理训练!|2253|Python|2024-10-11|2024-07-27| |111|[aurora-develop/aurora](https://github.com/aurora-develop/aurora)|free|2250|Go|2024-08-21|2024-04-02| |112|[nicepkg/aide](https://github.com/nicepkg/aide)|Conquer Any Code in VSCode: One-Click Comments, Conversions, UI-to-Code, and AI Batch Processing of Files! 在 VSCode 中征服任何代码:一键注释、转换、UI 图生成代码、AI 批量处理文件!💪|2234|TypeScript|2024-10-08|2024-07-02| |113|[aixcoder-plugin/aiXcoder-7B](https://github.com/aixcoder-plugin/aiXcoder-7B)|official repository of aiXcoder-7B Code Large Language Model|2193|Python|2024-08-29|2024-03-30| |114|[NapNeko/NapCatQQ](https://github.com/NapNeko/NapCatQQ)|现代化的基于 NTQQ 的 Bot 协议端实现|2173|TypeScript|2024-10-11|2024-03-26| |115|[didi/xiaoju-survey](https://github.com/didi/xiaoju-survey)|XIAOJUSURVEY is an enterprises form builder and analytics platform that allows users to create questionnaires, exams, polls, quizzes, and analyze data online.|2127|TypeScript|2024-10-08|2023-11-02| |116|[data-infra/cube-studio](https://github.com/data-infra/cube-studio)|cube studio开源云原生一站式机器学习/深度学习/大模型AI平台,支持sso登录,多租户,大数据平台对接,notebook在线开发,拖拉拽任务流pipeline编排,多机多卡分布式训练,超参搜索,推理服务VGPU,边缘计算,serverless,标注平台,自动化标注,数据集管理,大模型微调,vllm大模型推理,llmops,私有知识库,AI模型应用商店,支持模型一键开发/推理/微调,支持国 ...|2102|Jupyter Notebook|2024-10-06|2024-07-02| |117|[MzeroMiko/VMamba](https://github.com/MzeroMiko/VMamba)|VMamba: Visual State Space Models,code is based on mamba|2083|Python|2024-09-25|2024-01-11| |118|[malinkang/weread2notion-pro](https://github.com/malinkang/weread2notion-pro)|-|2064|Python|2024-10-11|2024-01-03| |119|[EcoPasteHub/EcoPaste](https://github.com/EcoPasteHub/EcoPaste)|🎉跨平台的剪贴板管理工具 Cross-platform clipboard management tool|2057|TypeScript|2024-10-11|2024-05-31| |120|[THUDM/CogVLM2](https://github.com/THUDM/CogVLM2)|GPT4V-level open-source multi-modal model based on Llama3-8B|2045|Python|2024-09-03|2024-05-10| |121|[Alpha-VLLM/Lumina-T2X](https://github.com/Alpha-VLLM/Lumina-T2X)|Lumina-T2X is a unified framework for Text to Any Modality Generation|2040|Python|2024-08-06|2024-03-28| |122|[Langboat/Mengzi3](https://github.com/Langboat/Mengzi3)|-|2032|Python|2024-10-09|2024-03-29| |123|[joye61/pic-smaller](https://github.com/joye61/pic-smaller)|Pic Smaller – Compress JPEG, PNG, WEBP, AVIF, SVG and GIF images intelligently|2024|JavaScript|2024-09-27|2024-04-22| |124|[buaacyw/MeshAnything](https://github.com/buaacyw/MeshAnything)|From anything to mesh like human artists. Official impl. of "MeshAnything: Artist-Created Mesh Generation with Autoregressive Transformers"|2000|Python|2024-08-05|2024-06-16| |125|[huanghanzhilian/c-shopping](https://github.com/huanghanzhilian/c-shopping)|A beautiful shopping platform developed with Next.js, tailored for various devices including Desktop, Tablet, and Phone. 基于Nextjs开发同时适配Desktop、Tablet、Phone多种设备的精美购物平台|1997|JavaScript|2024-06-07|2023-11-23| |126|[xykt/IPQuality](https://github.com/xykt/IPQuality)|A script for IP quality detection|1990|Shell|2024-10-05|2024-04-19| |127|[6drf21e/ChatTTS_colab](https://github.com/6drf21e/ChatTTS_colab)|🚀 一键部署(含离线整合包)!基于 ChatTTS ,支持流式输出、音色抽卡、长音频生成和分角色朗读。简单易用,无需复杂安装。|1986|Python|2024-07-02|2024-05-30| |128|[NexaAI/nexa-sdk](https://github.com/NexaAI/nexa-sdk)|Nexa SDK is a comprehensive toolkit for supporting ONNX and GGML models. It supports text generation, image generation, vision-language models (VLM), auto-speech-recognition (ASR), and text-to-speech ...|1970|Python|2024-10-11|2024-08-16| |129|[HiEventsDev/Hi.Events](https://github.com/HiEventsDev/Hi.Events)|Open-source event management and ticket selling platform. Perfect for concerts, conferences, and everything in between 🎟️|1963|PHP|2024-10-08|2023-10-24| |130|[JaveleyQAQ/WeChatOpenDevTools-Python](https://github.com/JaveleyQAQ/WeChatOpenDevTools-Python)|WeChatOpenDevTool 微信小程序强制开启开发者工具|1959|Python|2024-09-15|2024-01-17| |131|[cmliu/CF-Workers-SUB](https://github.com/cmliu/CF-Workers-SUB)|这个是一个通过 Cloudflare Workers 搭建,将你任意节点与多个订阅汇聚成专属于你的订阅链接|1949|JavaScript|2024-10-02|2024-02-23| |132|[LLOneBot/LLOneBot](https://github.com/LLOneBot/LLOneBot)|使你的 NTQQ 支持 OneBot 11 和 Satori 协议进行机器人开发|1940|TypeScript|2024-10-11|2023-10-25| |133|[PKU-YuanGroup/MoE-LLaVA](https://github.com/PKU-YuanGroup/MoE-LLaVA)|Mixture-of-Experts for Large Vision-Language Models|1937|Python|2024-05-15|2023-12-14| |134|[lanqian528/chat2api](https://github.com/lanqian528/chat2api)|A service that can convert ChatGPT on the web to OpenAI API format.|1930|Python|2024-10-11|2024-04-04| |135|[Jazee6/cloudflare-ai-web](https://github.com/Jazee6/cloudflare-ai-web)|支持Gemini Pro / Cloudflare Workers AI / ChatGPT的融合Web平台|1913|TypeScript|2024-09-20|2023-11-27| |136|[Maplespe/DWMBlurGlass](https://github.com/Maplespe/DWMBlurGlass)|Add custom effect to global system title bar, support win10 and win11.|1901|C++|2024-09-03|2024-01-14| |137|[zuoyebang/bitalostored](https://github.com/zuoyebang/bitalostored)|Bitalostored is a high-performance distributed storage system, core engine based on bitalosdb(self-developed), compatible with Redis protocol.|1879|Go|2024-07-23|2024-02-26| |138|[Kedreamix/Linly-Talker](https://github.com/Kedreamix/Linly-Talker)|Digital Avatar Conversational System - Linly-Talker. 😄✨ Linly-Talker is an intelligent AI system that combines large language models (LLMs) with visual models to create a novel human-AI interaction me ...|1879|Python|2024-09-27|2023-10-17| |139|[liuzhao1225/YouDub-webui](https://github.com/liuzhao1225/YouDub-webui)|-|1843|Python|2024-05-14|2023-12-26| |140|[cedar2025/Xboard](https://github.com/cedar2025/Xboard)|基于V2board二次开发支持新协议新特性的高性能面板|1841|PHP|2024-10-09|2023-11-14| |141|[jaywcjlove/free-font](https://github.com/jaywcjlove/free-font)|收录商用免费汉字字体,还包括开源英文字体 Free Font|1820|JavaScript|2024-10-03|2024-07-16| |142|[dqzboy/Docker-Proxy](https://github.com/dqzboy/Docker-Proxy)|🔥 🔥 🔥 自建Docker镜像加速服务,基于官方Docker Registry 一键部署Docker、K8s、Quay、Ghcr、Mcr、Nvcr等镜像加速\管理服务。支持免服务器部署到Render\Koyeb|1812|HTML|2024-10-07|2024-06-08| |143|[Clouditera/SecGPT](https://github.com/Clouditera/SecGPT)|SecGPT网络安全大模型|1784|Python|2024-05-08|2023-11-20| |144|[Ucas-HaoranWei/Vary](https://github.com/Ucas-HaoranWei/Vary)|[ECCV 2024] Official code implementation of Vary: Scaling Up the Vision Vocabulary of Large Vision Language Models.|1776|Python|2024-09-28|2023-12-07| |145|[luckjiawei/frpc-desktop](https://github.com/luckjiawei/frpc-desktop)|一个frpc桌面客户端|1769|Vue|2024-09-25|2023-11-27| |146|[Tele-AI/Telechat](https://github.com/Tele-AI/Telechat)|-|1767|Python|2024-08-27|2024-01-07| |147|[027xiguapi/code-box](https://github.com/027xiguapi/code-box)|本插件可以用于CSDN/知乎/脚本之家/博客园/掘金等网站,一键下载文章html或markdown文件;实现无需登录一键复制代码;支持选中代码;或者代码右上角按钮的一键复制;解除关注博主即可阅读全文提示;去除登录弹窗;去除跳转APP弹窗.|1762|TypeScript|2024-10-11|2024-07-09| |148|[lizongying/my-tv-0](https://github.com/lizongying/my-tv-0)|電視網絡視頻播放軟件,可以自定義視頻源|1755|Kotlin|2024-09-10|2024-03-07| |149|[hanxi/xiaomusic](https://github.com/hanxi/xiaomusic)|使用小爱音箱播放音乐,音乐使用 yt-dlp 下载。|1740|Python|2024-10-10|2023-10-14| |150|[codercup/unibest](https://github.com/codercup/unibest)|unibest - 最好用的 uniapp 开发框架。unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code 开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大量平时开发常用的基本组件,开箱即用,让你编写 uniapp 拥有 best 体验。|1711|TypeScript|2024-09-10|2023-12-23| |151|[xinsir6/ControlNetPlus](https://github.com/xinsir6/ControlNetPlus)|ControlNet++: All-in-one ControlNet for image generations and editing!|1690|Python|2024-09-30|2024-07-02| |152|[google-deepmind/penzai](https://github.com/google-deepmind/penzai)|A JAX research toolkit for building, editing, and visualizing neural networks.|1654|Python|2024-09-11|2024-04-04| |153|[xuchengsheng/wx-dump-4j](https://github.com/xuchengsheng/wx-dump-4j)|一款基于Java开发的微信数据分析工具。|1649|Java|2024-09-18|2024-01-25| |154|[monlor/docker-xiaoya](https://github.com/monlor/docker-xiaoya)|💡使用 Docker Compose 以更优雅的方式来部署小雅服务,支持一键部署 Alist + Emby + Jellyfin,全平台支持,Linux/Windows/Mac/群晖,X86/Arm架构|1634|Shell|2024-10-11|2024-05-29| |155|[ymcui/Chinese-LLaMA-Alpaca-3](https://github.com/ymcui/Chinese-LLaMA-Alpaca-3)|中文羊驼大模型三期项目 (Chinese Llama-3 LLMs) developed from Meta Llama 3|1593|Python|2024-09-23|2023-11-09| |156|[Lakr233/Asspp](https://github.com/Lakr233/Asspp)|The App Store for your multi-account eco system.|1588|Swift|2024-09-01|2024-07-12| |157|[xingpingcn/enhanced-FaaS-in-China](https://github.com/xingpingcn/enhanced-FaaS-in-China)|提升部署在cloudflare、vercel或netlify的网页在中国的访问速度和稳定性 Improve the access speed and stability in China of web pages hosted on cloudflare, vercel or netlify by merely changing your CNAME record. cf优选域名 cf优选ip ...|1553|Python|2024-10-11|2024-03-07| |158|[sqzw-x/mdcx](https://github.com/sqzw-x/mdcx)|Movie metadata scraper|1553|Python|2024-10-03|2023-11-06| |159|[linyqh/NarratoAI](https://github.com/linyqh/NarratoAI)|利用AI大模型,一键解说并剪辑视频; Using AI models to automatically provide commentary and edit videos with a single click.|1512|Python|2024-10-08|2024-08-12| |160|[yerfor/GeneFacePlusPlus](https://github.com/yerfor/GeneFacePlusPlus)|GeneFace++: Generalized and Stable Real-Time 3D Talking Face Generation; Official Code|1503|Python|2024-06-05|2024-02-01| |161|[Eanya-Tonic/CCTV_Viewer](https://github.com/Eanya-Tonic/CCTV_Viewer)|电视浏览器,一款简易电视视频收看软件,用于方便的在机顶盒上收看网页视频|1497|Java|2024-10-09|2024-01-02| |162|[all-in-aigc/aicover](https://github.com/all-in-aigc/aicover)|ai cover generator|1491|TypeScript|2024-09-18|2024-01-28| |163|[canxin121/app_rhyme](https://github.com/canxin121/app_rhyme)|使用Flutter和Rust构建的开源免费音乐软件|1487|Dart|2024-10-06|2024-04-30| |164|[InfpHub/Raptor](https://github.com/InfpHub/Raptor)|第三方阿里云盘桌面应用客户端|1484|C++|2024-04-12|2024-02-12| |165|[qnguyen3/chat-with-mlx](https://github.com/qnguyen3/chat-with-mlx)|An all-in-one LLMs Chat UI for Apple Silicon Mac using MLX Framework.|1470|Python|2024-09-06|2024-02-16| |166|[InternLM/HuixiangDou](https://github.com/InternLM/HuixiangDou)|HuixiangDou: Overcoming Group Chat Scenarios with LLM-based Technical Assistance|1463|Python|2024-10-10|2023-12-28| |167|[yixiu001/serv00-login](https://github.com/yixiu001/serv00-login)|同时支持serv00与ct8自动化批量保号,每3天自动登录一次面板,并且发送消息到Telegram|1461|Python|2024-07-19|2024-07-03| |168|[yaobiao131/downkyicore](https://github.com/yaobiao131/downkyicore)|哔哩下载姬(跨平台版)downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。|1453|C#|2024-10-11|2023-11-25| |169|[Frrrrrrrrank/auto_job__find__chatgpt__rpa](https://github.com/Frrrrrrrrank/auto_job__find__chatgpt__rpa)|This is a tool used to automatically generate a cover letter using chatgpt based on your resume and job description and send messages to bosses in China.|1443|Python|2024-10-09|2024-01-02| |170|[SunoAI-API/Suno-API](https://github.com/SunoAI-API/Suno-API)|Create Music in Seconds with SunoAPI. |1437|Python|2024-08-12|2024-03-26| |171|[openRin/Rin](https://github.com/openRin/Rin)|⚡Dynamic blog based on Cloudflare Pages + Workers + D1 + R2|1434|TypeScript|2024-10-10|2024-05-21| |172|[QwenLM/Qwen-Audio](https://github.com/QwenLM/Qwen-Audio)|The official repo of Qwen-Audio (通义千问-Audio) chat & pretrained large audio language model proposed by Alibaba Cloud.|1432|Python|2024-07-05|2023-11-07| |173|[EvolvingLMMs-Lab/lmms-eval](https://github.com/EvolvingLMMs-Lab/lmms-eval)|Accelerating the development of large multimodal models (LMMs) with lmms-eval|1428|Python|2024-10-11|2024-03-07| |174|[netease-youdao/BCEmbedding](https://github.com/netease-youdao/BCEmbedding)|Netease Youdao's open-source embedding and reranker models for RAG products.|1422|Python|2024-09-06|2024-01-02| |175|[jaywcjlove/DevHub](https://github.com/jaywcjlove/DevHub)|A feature-rich offline application, is meticulously crafted to support developers in their daily tasks while ensuring the utmost security of their data|1420|Swift|2024-10-10|2024-02-22| |176|[THUDM/LongWriter](https://github.com/THUDM/LongWriter)|LongWriter: Unleashing 10,000+ Word Generation from Long Context LLMs|1401|Python|2024-09-27|2024-08-12| |177|[X-LANCE/AniTalker](https://github.com/X-LANCE/AniTalker)|[ACM MM 2024] This is the official code for "AniTalker: Animate Vivid and Diverse Talking Faces through Identity-Decoupled Facial Motion Encoding"|1399|Jupyter Notebook|2024-08-15|2024-04-29| |178|[TencentARC/BrushNet](https://github.com/TencentARC/BrushNet)|[ECCV 2024] The official implementation of paper "BrushNet: A Plug-and-Play Image Inpainting Model with Decomposed Dual-Branch Diffusion"|1378|Python|2024-07-17|2024-03-10| |179|[kingwrcy/moments](https://github.com/kingwrcy/moments)|极简朋友圈|1360|Go|2024-09-29|2024-03-29| |180|[AmbroseX/Awesome-AISourceHub](https://github.com/AmbroseX/Awesome-AISourceHub)|本仓库收集AI科技领域高质量信息源。 可以起到一个同步信息源的作用,避免信息差和信息茧房。|1358|TypeScript|2024-07-10|2024-03-04| |181|[julep-ai/julep](https://github.com/julep-ai/julep)|A new DSL and server for AI agents and multi-step tasks|1333|Python|2024-10-11|2024-04-04| |182|[ZHO-ZHO-ZHO/ComfyUI-InstantID](https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID)|Unofficial implementation of InstantID for ComfyUI|1331|Python|2024-05-22|2024-01-22| |183|[weijunext/smart-excel-ai](https://github.com/weijunext/smart-excel-ai)|Generate the Excel formulas you need in seconds using ChatGPT.|1318|TypeScript|2024-08-12|2023-12-20| |184|[THUDM/CodeGeeX4](https://github.com/THUDM/CodeGeeX4)|CodeGeeX4-ALL-9B, a versatile model for all AI software development scenarios, including code completion, code interpreter, web search, function calling, repository-level Q&A and much more.|1314|Python|2024-08-25|2024-07-03| |185|[KimMeen/Time-LLM](https://github.com/KimMeen/Time-LLM)|[ICLR 2024] Official implementation of " 🦙 Time-LLM: Time Series Forecasting by Reprogramming Large Language Models"|1309|Python|2024-08-29|2024-01-20| |186|[hanydd/BilibiliSponsorBlock](https://github.com/hanydd/BilibiliSponsorBlock)|一款跳过B站视频中恰饭片段的浏览器插件,移植自 SponsorBlock。A browser extension to skip sponsored segments in videos on Bilibili.com, ported from the SponsorBlock|1289|TypeScript|2024-10-10|2024-01-17| |187|[d60/twikit](https://github.com/d60/twikit)|Twitter API Scraper Without an API key Twitter Internal API Free Twitter scraper Twitter Bot|1287|Python|2024-10-09|2024-01-20| |188|[chflame163/ComfyUI_LayerStyle](https://github.com/chflame163/ComfyUI_LayerStyle)|A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.|1286|Python|2024-10-11|2024-01-17| |189|[jianchang512/vocal-separate](https://github.com/jianchang512/vocal-separate)|an extremely simple tool for separating vocals and background music, completely localized for web operation, using 2stems/4stems/5stems models 这是一个极简的人声和背景音乐分离工具,本地化网页操作,无需连接外网|1285|Python|2024-07-29|2023-12-26| |190|[gcui-art/suno-api](https://github.com/gcui-art/suno-api)|Use API to call the music generation AI of suno.ai, and easily integrate it into agents like GPTs.|1279|TypeScript|2024-09-13|2024-03-27| |191|[fruitbars/simple-one-api](https://github.com/fruitbars/simple-one-api)|OpenAI 接口接入适配,支持千帆大模型平台、讯飞星火大模型、腾讯混元以及MiniMax、Deep-Seek,等兼容OpenAI接口,仅单可执行文件,配置超级简单,一键部署,开箱即用. Seamlessly integrate with OpenAI and compatible APIs using a single executable for quick setup and deploy ...|1274|Go|2024-09-13|2024-05-27| |192|[sustcsonglin/flash-linear-attention](https://github.com/sustcsonglin/flash-linear-attention)|Efficient implementations of state-of-the-art linear attention models in Pytorch and Triton|1257|Python|2024-10-01|2023-12-20| |193|[linyiLYi/voice-assistant](https://github.com/linyiLYi/voice-assistant)|A simple toy demo of a local voice assistant with whisper and large language model.|1255|Python|2024-04-30|2023-12-09| |194|[lxtGH/OMG-Seg](https://github.com/lxtGH/OMG-Seg)|OMG-LLaVA and OMG-Seg codebase [CVPR-24 and NeurIPS-24]|1254|Python|2024-10-02|2024-01-05| |195|[Mzdyl/LiteLoaderQQNT_Install](https://github.com/Mzdyl/LiteLoaderQQNT_Install)|针对 LiteLoaderQQNT 的安装脚本|1252|Python|2024-10-08|2024-01-21| |196|[hawk86104/icegl-three-vue-tres](https://github.com/hawk86104/icegl-three-vue-tres)|An open-source framework that enables rapid implementation of your 3D visualization projects [tres.js three.js vue3 ts]|1246|JavaScript|2024-10-11|2023-11-09| |197|[DLYuanGod/TinyGPT-V](https://github.com/DLYuanGod/TinyGPT-V)|TinyGPT-V: Efficient Multimodal Large Language Model via Small Backbones|1239|Python|2024-04-18|2023-12-28| |198|[cubiq/ComfyUI_InstantID](https://github.com/cubiq/ComfyUI_InstantID)|-|1234|Python|2024-09-30|2024-01-27| |199|[aigc-apps/EasyAnimate](https://github.com/aigc-apps/EasyAnimate)|📺 An End-to-End Solution for High-Resolution and Long Video Generation Based on Transformer Diffusion|1228|Python|2024-10-11|2024-04-11| |200|[siglens/siglens](https://github.com/siglens/siglens)|100x Efficient Log Management than Splunk :rocket: Reduce your observability cost by 90%|1228|Go|2024-10-11|2023-10-31|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Assembly.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Assembly 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[DANNHIROAKI/XJTU-COMP400627-OS](https://github.com/DANNHIROAKI/XJTU-COMP400627-OS)|西安交通大学COMP400627操作系统课程|13|2024-04-25|2023-12-02| |2|[Yaochenger/RvBacktrace](https://github.com/Yaochenger/RvBacktrace)|RISC-V 极简栈回溯组件|10|2024-09-24|2024-05-20| |3|[MrAMS/Nagi](https://github.com/MrAMS/Nagi)|基于difftest改进的CPU敏捷开发框架(nscscc2024)|5|2024-09-06|2024-03-17| |4|[Ethylene9160/IoTAGV](https://github.com/Ethylene9160/IoTAGV)|车车通信接口。|4|2024-10-11|2024-05-16| |5|[chenjunfu2/Gluttonous_snake-asm](https://github.com/chenjunfu2/Gluttonous_snake-asm)|8086汇编版本贪吃蛇|3|2024-08-19|2024-08-13| |6|[QingShi1834/njuse-oslab](https://github.com/QingShi1834/njuse-oslab)|软院大二的操作系统的四个lab|3|2024-04-12|2024-04-12| |7|[GEJXD/xv6-labs-2021](https://github.com/GEJXD/xv6-labs-2021)|MIT 6.S081 实验代码|3|2024-09-03|2024-02-06| |8|[Leaf-1037/RISCV-CPU-Pipeline-HUST](https://github.com/Leaf-1037/RISCV-CPU-Pipeline-HUST)|五段流水线CPU,包含重定向、历史分支表等优化|2|2024-04-13|2024-04-13| |9|[JannLeo/Summary-of-learning-experience](https://github.com/JannLeo/Summary-of-learning-experience)|This repository records the summary of my two stages of study as an undergraduate student in 深圳大学计算机科学与技术专业 and as a Master in Embedded Systems Engineering at the University of Leeds(利兹大学嵌入式系统工程专业研究生) ...|2|2024-05-20|2023-12-06|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/C.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > C 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[lizongying/my-tv](https://github.com/lizongying/my-tv)|我的电视 电视直播软件,安装即可使用|29893|2024-06-20|2023-12-04| |2|[hrvach/deskhop](https://github.com/hrvach/deskhop)|Fast Desktop Switching Device|6160|2024-09-14|2023-12-24| |3|[OpenNJet/OpenNJet](https://github.com/OpenNJet/OpenNJet)|-|1152|2024-09-27|2024-04-02| |4|[web1n/wechat-universal-flatpak](https://github.com/web1n/wechat-universal-flatpak)|Flatpak 打包微信 Linux Universal 版|667|2024-09-18|2024-03-08| |5|[cnlohr/lolra](https://github.com/cnlohr/lolra)|Transmit LoRa Frames Without a Radio|660|2024-10-10|2024-03-25| |6|[mozillazg/ptcpdump](https://github.com/mozillazg/ptcpdump)|Process-aware, eBPF-based tcpdump|499|2024-10-08|2024-04-05| |7|[CowNowK/AimStar](https://github.com/CowNowK/AimStar)|Free and open-source external cheat for CS2, written in C++, working on Windows|474|2024-10-11|2023-11-28| |8|[P001water/yuze](https://github.com/P001water/yuze)|A socksv5 proxy tool Written by CLang. 一款纯C实现的基于socks5协议的轻量内网穿透工具,支持ew的全部数据转发方式,支持跨平台使用|355|2024-06-27|2024-01-13| |9|[lyg09270/CyberryPotter_ElectromagicWand_Basic_Project](https://github.com/lyg09270/CyberryPotter_ElectromagicWand_Basic_Project)|Cyberry Potter electromagic wand.的基础工程,可以使用不同的(法术)动作点亮LED,也可以根据自己的需求将LED修改为其他功能。|279|2024-09-13|2024-07-23| |10|[git-jiadong/wechatDataBackup](https://github.com/git-jiadong/wechatDataBackup)|PC微信聊天记录数据导出工具|231|2024-09-22|2024-08-15| |11|[web3ToolBoxDev/toolBoxClient](https://github.com/web3ToolBoxDev/toolBoxClient)|一步一步编写web3工具——Step-by-Step Development of Web3 Tools|202|2024-09-26|2024-02-27| |12|[jialeicui/open-lx01](https://github.com/jialeicui/open-lx01)|小爱音箱mini定制固件 Let the Xiao Ai Speaker Mini free|192|2024-05-12|2024-01-23| |13|[cutechip/TableLampController](https://github.com/cutechip/TableLampController)|一个可以背单词的台灯控制器|148|2024-04-15|2023-11-12| |14|[null-luo/btrace](https://github.com/null-luo/btrace)|btrace:binder_transaction+eBPF+Golang实现通用的Android APP动态行为追踪工具|133|2024-06-15|2024-05-26| |15|[M0nster3/Beacon](https://github.com/M0nster3/Beacon)|重构Beacon|129|2024-08-19|2024-05-09| |16|[zero-rp/ops](https://github.com/zero-rp/ops)|一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, ...|126|2024-10-09|2024-04-06| |17|[Logkiss/Rat-winos4.0-gh0st](https://github.com/Logkiss/Rat-winos4.0-gh0st)|免杀远控木马源码整理开源(银狐 winos 大灰狼 gh0st) Rat |120|2024-09-29|2024-06-21| |18|[fake-rick/caw-bms](https://github.com/fake-rick/caw-bms)|锂电池管理系统|111|2024-07-11|2023-12-23| |19|[Explorerlowi/ESP32_AI_LLM](https://github.com/Explorerlowi/ESP32_AI_LLM)|本项目使用esp32、esp32s3接入讯飞星火、豆包、chatgpt等大模型,实现语音对话聊天功能,支持语音唤醒、连续对话、音乐播放等功能,同时外接了一块显示屏实时显示对话的内容。|104|2024-09-25|2024-07-01| |20|[diylxy/LiThermal](https://github.com/diylxy/LiThermal)|基于海康4117的热成像相机|99|2024-10-11|2024-10-01| |21|[Qingche9/ProcessRecord](https://github.com/Qingche9/ProcessRecord)|利用驱动进程回调记录电脑进程的创建与关闭|95|2024-04-12|2024-04-11| |22|[lhdjply/f1c200s_library](https://github.com/lhdjply/f1c200s_library)|该项目是为全志 F1C100S/F1C200S 所编写的库函数,编写风格模仿 STM32 标准库,使得从 STM32 过来的人更容易上手。项目已经移植了 cherryusb、fatfs、lvgl、rt-thread。|88|2024-05-20|2023-12-04| |23|[lmliheng/FastWebServer](https://github.com/lmliheng/FastWebServer)|专注转发静态资源web服务器|86|2024-05-28|2024-05-20| |24|[huoji120/white_patch_detect](https://github.com/huoji120/white_patch_detect)|通杀检测基于白文件patch黑代码的免杀技术的后门|83|2024-08-03|2024-08-02| |25|[RemusDBD/ctftools-all-in-one](https://github.com/RemusDBD/ctftools-all-in-one)|市场上虽然存在大量的网络安全工具和软件,但它们大多针对某一特定领域或功能,缺乏一个统一的、集成的、易于使用的综合工具平台。这导致参赛者在CTF竞赛中需要频繁切换不同的工具,不仅降低了工作效率,还增加了操作失误的风险。由gitee转发 ↓|82|2024-10-06|2024-07-07| |26|[ZhangKeLiang0627/EasyGPS](https://github.com/ZhangKeLiang0627/EasyGPS)|基于ESP32S3的GPS定位器|81|2024-07-06|2024-06-14| |27|[1K0ng/C_Sep_Loader](https://github.com/1K0ng/C_Sep_Loader)|一个简单的远程分离的加载器,免杀国内大部分杀软(360 火绒 Windows Defender 金山毒霸 电脑管家)|80|2024-06-29|2024-06-11| |28|[baimao-box/Self-Defective-Program](https://github.com/baimao-box/Self-Defective-Program)|无Windows API的新型恶意程序:自缺陷程序利用堆栈溢出的隐匿稳定攻击技术研究,A new type of malicious program without Windows API|80|2024-05-10|2024-05-01| |29|[gtxzsxxk/temu](https://github.com/gtxzsxxk/temu)|可移植的 RISC-V 解释执行模拟器。模拟了常见的SoC外设,支持运行主线Linux。A portable RISC-V emulator working in instruction-interpreting way. Common SoC peripherals are emulated. Support running mainline Linux. |74|2024-10-01|2023-10-24| |30|[Li-Dongze/stm32_paw3395_mouse](https://github.com/Li-Dongze/stm32_paw3395_mouse)|本项目是一款基于stm32f103c8t6单片机制作的有线鼠标,使用的光电传感器为原相paw3395,使用HID协议与电脑通讯,尼龙外壳使用立创三维猴3D打印。|72|2024-09-06|2024-09-06| |31|[lmliheng/CmdUtils](https://github.com/lmliheng/CmdUtils)|linux命令行查询脚手架|72|2024-07-22|2024-05-27| |32|[Sheep118/WouoUI-PageVersion](https://github.com/Sheep118/WouoUI-PageVersion)|这是一个改动自WouoUI的纯C语言,无依赖库,只适用于128*64OLED的代码框架,将WouoUI抽象出一部分统一的接口,以方便快速构建一个具有类似WouoUI风格的OLEDUI。|65|2024-08-30|2024-02-10| |33|[johnsionFarry/SDui-LVGL](https://github.com/johnsionFarry/SDui-LVGL)|AI画板 SDui-LVGL is a drawing board program based on the LVGL graphics framework, utilizing the stable diffusion API to call a remote server for text-to-image and image-to-image generation. This was my ...|61|2024-08-06|2024-08-05|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/CPP.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > C++ 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[SJTU-IPADS/PowerInfer](https://github.com/SJTU-IPADS/PowerInfer)|High-speed Large Language Model Serving on PCs with Consumer-grade GPUs|7913|2024-09-06|2023-12-15| |2|[GuijiAI/duix.ai](https://github.com/GuijiAI/duix.ai)|-|4464|2024-08-23|2024-05-16| |3|[Maplespe/DWMBlurGlass](https://github.com/Maplespe/DWMBlurGlass)|Add custom effect to global system title bar, support win10 and win11.|1901|2024-09-03|2024-01-14| |4|[InfpHub/Raptor](https://github.com/InfpHub/Raptor)|第三方阿里云盘桌面应用客户端|1484|2024-04-12|2024-02-12| |5|[T4y1oR/RingQ](https://github.com/T4y1oR/RingQ)|一款后渗透免杀工具,助力每一位像我这样的脚本小子快速实现免杀,支持bypass AV/EDR 360 火绒 Windows Defender Shellcode Loader|1095|2024-09-01|2024-05-11| |6|[superDMS/HsFreezer-Hidden-in-the-snow-](https://github.com/superDMS/HsFreezer-Hidden-in-the-snow-)|雪藏HsFreezer是一款调度计算机资源的进程管理软件 and 游戏暂停冻结软件 and 老板键平替软件 and .....自定义软件)|950|2024-09-13|2024-04-16| |7|[myzxcg/RealBlindingEDR](https://github.com/myzxcg/RealBlindingEDR)|Remove AV/EDR Kernel ObRegisterCallbacks、CmRegisterCallback、MiniFilter Callback、PsSetCreateProcessNotifyRoutine Callback、PsSetCreateThreadNotifyRoutine Callback、PsSetLoadImageNotifyRoutine Callback...|901|2024-06-21|2023-10-28| |8|[hymnly133/Sapphire-EnhancedDesktop](https://github.com/hymnly133/Sapphire-EnhancedDesktop)|Windows桌面取代软件|891|2024-10-03|2024-07-15| |9|[losehu/uv-k5-firmware-custom](https://github.com/losehu/uv-k5-firmware-custom)|全功能泉盛UV-K5/K6固件 Quansheng UV-K5/K6 Firmware|706|2024-09-30|2023-11-30| |10|[MuShibo/Micro-Wheeled_leg-Robot](https://github.com/MuShibo/Micro-Wheeled_leg-Robot)|全球最小的桌面级双轮腿机器人!|651|2024-09-19|2024-07-20| |11|[AimRT/AimRT](https://github.com/AimRT/AimRT)|A high-performance runtime framework for modern robotics.|557|2024-10-11|2024-09-23| |12|[laugh12321/TensorRT-YOLO](https://github.com/laugh12321/TensorRT-YOLO)|🚀 你的YOLO部署神器。TensorRT Plugin、CUDA Kernel、CUDA Graphs三管齐下,享受闪电般的推理速度。 Your YOLO Deployment Powerhouse. With the synergy of TensorRT Plugins, CUDA Kernels, and CUDA Graphs, experience lightning-fast in ...|555|2024-10-11|2024-01-28| |13|[LiteLoaderQQNT/QQNTFileVerifyPatch](https://github.com/LiteLoaderQQNT/QQNTFileVerifyPatch)|逆他妈的QQNT Patch文件检测|544|2024-09-20|2023-12-12| |14|[stdware/qwindowkit](https://github.com/stdware/qwindowkit)|Cross-platform frameless window framework for Qt. Support Windows, macOS, Linux.|542|2024-09-15|2023-11-29| |15|[RGAA-Software/GammaRay](https://github.com/RGAA-Software/GammaRay)|⚡️Stream your games and desktop to other devices, and replay gamepad/keyboard/mouse events in host PC|537|2024-10-08|2024-04-18| |16|[alibaba/rtp-llm](https://github.com/alibaba/rtp-llm)|RTP-LLM: Alibaba's high-performance LLM inference engine for diverse applications.|522|2024-10-11|2023-12-27| |17|[Neo-Maoku/SearchAvailableExe](https://github.com/Neo-Maoku/SearchAvailableExe)|寻找可利用的白文件|443|2024-05-14|2024-03-05| |18|[melon/qingwu-zimu](https://github.com/melon/qingwu-zimu)|青梧字幕是一款基于whisper的AI字幕提取工具|425|2024-08-21|2024-02-27| |19|[chinosk6/gakuen-imas-localify](https://github.com/chinosk6/gakuen-imas-localify)|学园偶像大师 本地化插件 / Gakumas localify plugin|382|2024-09-05|2024-05-17| |20|[HackerCalico/No_X_BOF](https://github.com/HackerCalico/No_X_BOF)|Loading BOF & ShellCode without executable permission memory.|338|2024-10-10|2024-02-06| |21|[fjz13/UnrealSpecifiers](https://github.com/fjz13/UnrealSpecifiers)|UE5标识符详解,包含100多个标识符以及300多个meta的解释和示例。|287|2024-09-13|2024-04-04| |22|[Tencent/TAD_Sim](https://github.com/Tencent/TAD_Sim)|腾讯自动驾驶仿真系统 TAD Sim (Tencent Autonomous Driving Simulation) 单机版是腾讯自动驾驶以建立更加安全和高效的自动驾驶测试工具为目标, 为自动驾驶系统研发和验证而量身定做的跨平台分布式系统.|276|2024-09-23|2024-08-01| |23|[HackerCalico/Magic_C2](https://github.com/HackerCalico/Magic_C2)|红队 C2 框架,使用 No X Loader 技术。Red Team C2 Framework, using No X Loader technology.|266|2024-09-13|2024-07-17| |24|[issuimo/UnityResolve.hpp](https://github.com/issuimo/UnityResolve.hpp)|Unity引擎C++接口 Unity Engine C++ API Mono/il2cpp 支持 Windows, Android, Linux Game Cheat 游戏作弊|250|2024-10-01|2023-11-18| |25|[Joe1sn/S-inject](https://github.com/Joe1sn/S-inject)|支持x86/x64的DLL和Shellcode 的Windows注入的免杀工具,支持图形化界面|237|2024-07-07|2024-02-05| |26|[zjhellofss/KuiperLLama](https://github.com/zjhellofss/KuiperLLama)|校招、秋招、春招、实习好项目,带你从零动手实现支持LLama的大模型推理框架。|198|2024-10-10|2024-04-25| |27|[SFHJavaer/R3nzSkinTencent](https://github.com/SFHJavaer/R3nzSkinTencent)|R3nzSkin|197|2024-09-02|2024-06-01| |28|[Mrack/TInjector](https://github.com/Mrack/TInjector)|劫持Zygote在App启动前注入so|151|2024-09-23|2024-05-14| |29|[NetEase-Media/grps](https://github.com/NetEase-Media/grps)|【深度学习模型部署框架】支持tf/torch/trt/trtllm/vllm以及更多nn框架,支持dynamic batching、streaming模式,支持python/c++双语言,可限制,可拓展,高性能。帮助用户快速地将模型部署到线上,并通过http/rpc接口方式提供服务。|148|2024-09-05|2024-07-04| |30|[HHgzs/OpenRM-2024](https://github.com/HHgzs/OpenRM-2024)|北洋机甲2024视觉算法库|143|2024-09-25|2024-08-15| |31|[winTEuser/Genshin_StarRail_fps_unlocker](https://github.com/winTEuser/Genshin_StarRail_fps_unlocker)|Genshin Impact & HKSR Fps Unlock 原神崩铁帧率解锁|143|2024-10-08|2024-06-15| |32|[ylsdamxssjxxdd/eva](https://github.com/ylsdamxssjxxdd/eva)|直观的大模型应用软件: 机体|142|2024-10-05|2024-02-25| |33|[HHgzs/TJURM-2024](https://github.com/HHgzs/TJURM-2024)|北洋机甲2024自瞄框架|136|2024-09-20|2024-08-15| |34|[beixiaocai/BXC_VideoAnalyzer_v4](https://github.com/beixiaocai/BXC_VideoAnalyzer_v4)|C++开发的视频行为分析系统v4版本|132|2024-10-10|2023-12-28| |35|[chenzomi12/AIFoundation](https://github.com/chenzomi12/AIFoundation)|AIFoundation 主要是指AI系统遇到大模型,从底层到上层如何系统级地支持大模型训练和推理,全栈的核心技术。|128|2024-08-19|2024-07-17| |36|[juruo-wankli/InjectTools](https://github.com/juruo-wankli/InjectTools)|一款集成了DLL-Session0注入,APC注入,映射注入,线程劫持,函数踩踏,提权的工具(支持BIN加解密)|111|2024-08-13|2024-07-06| |37|[Mrack/XposedNHook](https://github.com/Mrack/XposedNHook)|Xposed免root注入so方案, 支持android各个版本|111|2024-05-01|2024-04-19|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/CSHARP.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > C# 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[yaobiao131/downkyicore](https://github.com/yaobiao131/downkyicore)|哔哩下载姬(跨平台版)downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。|1453|2024-10-11|2023-11-25| |2|[xverse-engine/XV3DGS-UEPlugin](https://github.com/xverse-engine/XV3DGS-UEPlugin)|A Unreal Engine 5 (UE5) based plugin aiming to provide real-time visulization, management, editing, and scalable hybrid rendering of Guassian Splatting model.|526|2024-09-06|2023-11-28| |3|[rnchg/Apt](https://github.com/rnchg/Apt)|AI Productivity Tool - Free and open-source, enhancing user productivity while ensuring privacy and data security. It provides efficient and convenient AI solutions, including but not limited to: buil ...|494|2024-09-23|2024-06-19| |4|[DeEpinGh0st/WindowsBaselineAssistant](https://github.com/DeEpinGh0st/WindowsBaselineAssistant)|Windows安全基线核查加固助手|425|2024-05-12|2024-01-03| |5|[TippingGame/F8Framework](https://github.com/TippingGame/F8Framework)|F8 Framework是一个优雅,轻量,符合直觉的基于Unity引擎的Game Framework,组件围绕F8一键启动,框架整体遵循以极少的使用成本开发游戏。|405|2024-09-29|2023-12-10| |6|[AntdUI/AntdUI](https://github.com/AntdUI/AntdUI)|👚 基于 Ant Design 设计语言的 Winform 界面库|400|2024-10-10|2024-01-23| |7|[MInggongK/Hikvision-](https://github.com/MInggongK/Hikvision-)|Hikvision综合漏洞利用工具|325|2024-09-05|2024-05-29| |8|[trueai-org/midjourney-proxy](https://github.com/trueai-org/midjourney-proxy)|A public welfare project offering a free drawing API that proxies Midjourney's Discord channel, supporting one-click face swapping for images and videos.|308|2024-10-10|2024-07-03| |9|[yclown/ql_jd_cookie](https://github.com/yclown/ql_jd_cookie)|青龙面板京东cookie获取桌面版,支持一键发送到青龙面板,账号密码快速填入|255|2024-09-07|2023-12-22| |10|[feiyun0112/Gradio.Net](https://github.com/feiyun0112/Gradio.Net)|⭐Gradio for .NET – a port of Gradio, an open-source Python package that allows you to quickly build a demo or web application for your machine learning model, API, or any arbitrary Python function. Gr ...|246|2024-08-21|2024-05-26| |11|[JamXi233/WaveTools](https://github.com/JamXi233/WaveTools)|🧰鸣潮工具箱|233|2024-08-16|2024-05-23| |12|[Richasy/Rodel.Agent](https://github.com/Richasy/Rodel.Agent)|支持主流在线 AI 服务的应用|232|2024-10-05|2024-04-26| |13|[CrazyZhang666/EAappEmulater](https://github.com/CrazyZhang666/EAappEmulater)|EAapp模拟器 By Misaka_Mikoto_01 And CrazyZhang666|181|2024-08-30|2024-04-10| |14|[AIDotNet/GraphRag.Net](https://github.com/AIDotNet/GraphRag.Net)|参考GraphRag使用 Semantic Kernel 来实现的dotnet版本,可以使用NuGet开箱即用集成到项目中|180|2024-09-29|2024-07-22| |15|[INotGreen/SharpScan](https://github.com/INotGreen/SharpScan)|内网资产收集、探测主机存活、端口扫描、域控定位、文件搜索、各种服务爆破(SSH、SMB、MsSQL等)、Socks代理,一键自动化+无文件落地扫描|178|2024-08-10|2024-08-01| |16|[842549829/Panda](https://github.com/842549829/Panda)|Abp.vNext + EF Core The microservices Open source framework project supports the implementation of message push workflow certification centers based on OAuth2.0|176|2024-09-05|2024-05-24| |17|[K12f/BlueCatKoKo](https://github.com/K12f/BlueCatKoKo)|蓝猫KoKo下载器(BlueCatKoKo)是一个免登录,简单易用的桌面端抖音/快手视频下载工具,具有简洁的界面,流畅的操作逻辑。可以下载几乎所有的视频,并输出mp4格式的文件。|175|2024-09-24|2024-08-24| |18|[SlimeNull/ScreenBroadcaster](https://github.com/SlimeNull/ScreenBroadcaster)|Screen broadcast and remote control tool based on FFmpeg. 基于 FFmpeg 的屏幕广播与远程操控工具.|165|2024-09-15|2024-06-15| |19|[yaobus/SIPAM](https://github.com/yaobus/SIPAM)|IP地址分配管理系统|163|2024-07-27|2024-03-07| |20|[trueai-org/mdrive](https://github.com/trueai-org/mdrive)|一个基于阿里云盘官方 API 授权的自动同步和备份工具,支持云盘挂载到本地,支持本地存储,支持加密,多平台、安全、自动化的数据管理方案。|151|2024-06-27|2023-12-22| |21|[NoSLoofah/Unity-Buff-System](https://github.com/NoSLoofah/Unity-Buff-System)|该项目是一个通用的Buff系统,旨在帮助Unity开发者轻松实现游戏中的Buff效果。该系统能够轻松集成到现有项目,你可以方便地添加、管理和应用自定义逻辑的Buff。|136|2024-05-11|2024-01-04| |22|[easywebfactory/gtksystem-windows-forms](https://github.com/easywebfactory/gtksystem-windows-forms)|C#桌面应用程序跨平台(windows、linux、macos)界面开发组件,基于GTK组件开发,该组件的核心优势是使用C#的原生winform表单控件窗体设计器,相同的属性方法,C#原生开发即可,无需学习。一次编译,跨平台运行。 便于开发跨平台winform软件,便于将C#升级为跨平台软件。|134|2024-10-09|2024-01-04| |23|[wushuaihua520/BarrageGrab](https://github.com/wushuaihua520/BarrageGrab)|抖音快手bilibili直播弹幕wss直连,非系统代理方式,无需多开浏览器窗口|133|2024-10-09|2024-02-04| |24|[WPFDevelopersOrg/XNode](https://github.com/WPFDevelopersOrg/XNode)|可视化程序编辑器,类似虚幻引擎的蓝图。A visual programming editor similar to Unreal Engine's Blueprint.|125|2024-09-08|2024-08-04| |25|[babalae/better-wuthering-waves](https://github.com/babalae/better-wuthering-waves)|🌊更好的鸣潮 - 后台自动剧情|124|2024-06-08|2024-05-23| |26|[xljiulang/CYarp](https://github.com/xljiulang/CYarp)|A reverse proxy toolkit to help you expose multiple local http servers behind a NAT or firewall to the internet|123|2024-06-24|2024-03-18| |27|[LessIsMoreInSZ/Susalem](https://github.com/LessIsMoreInSZ/Susalem)|加入带锅宫酱,来到苏州耶路撒冷的怀抱吧!|120|2024-10-07|2023-12-07| |28|[Uotan-Dev/UotanToolBox](https://github.com/Uotan-Dev/UotanToolBox)|柚坛搞机工具箱|118|2024-07-24|2023-12-05| |29|[LKZMuZiLi/human](https://github.com/LKZMuZiLi/human)|Unity 实时3d数据人|115|2024-08-01|2024-06-24| |30|[ancientElement/AE_SkillEditor_Plus](https://github.com/ancientElement/AE_SkillEditor_Plus)|AE_Skill_Editor的Plus版本|115|2024-07-07|2024-04-10| |31|[Richasy/RichasyAssistant](https://github.com/Richasy/RichasyAssistant)|个人助理|112|2024-06-21|2023-11-02| |32|[nature2608/SuperFH](https://github.com/nature2608/SuperFH)|一键获取烽火光猫超密|109|2024-05-29|2023-12-04| |33|[Mangofang/BypassLoad](https://github.com/Mangofang/BypassLoad)|shellcode免杀加载器,过主流杀软|108|2024-09-29|2024-01-22| |34|[fengymi/emby-plugin-danmu](https://github.com/fengymi/emby-plugin-danmu)|emby弹幕插件|99|2024-08-24|2024-07-17| |35|[GameFrameX/GameFrameX.Unity](https://github.com/GameFrameX/GameFrameX.Unity)|GameFrameX的Unity版本|88|2024-09-27|2024-03-22| |36|[wellshrcn/GameToysTool](https://github.com/wellshrcn/GameToysTool)|在游戏中控制情趣玩具,支持大部分情趣玩具,包括郊狼3.0等|88|2024-09-29|2023-12-18| |37|[wenen-creator/FlexiArchiveSystem](https://github.com/wenen-creator/FlexiArchiveSystem)|Flexi Archive是一个满足复杂存档需求,灵活且强大的Unity跨平台数据存档解决方案。 Flexi Archive is a flexible and powerful data archiving solution for complex archiving needs|86|2024-10-11|2024-08-28| |38|[MInggongK/Penetration-mining-src](https://github.com/MInggongK/Penetration-mining-src)|一款集成了H3C,致远,泛微,万户,帆软,海康威视,金蝶云星空,畅捷通,Struts等多个RCE漏洞利用工具|86|2024-07-28|2024-07-21| |39|[AIDotNet/EasyAgent](https://github.com/AIDotNet/EasyAgent)|使用Blazor+AutoGen打造多角色的会话Agent,打造有趣的智能体。|85|2024-05-11|2024-05-07| |40|[yclown/MobileControlGuru](https://github.com/yclown/MobileControlGuru)|电脑控制手机设备的程序,支持多控,支持快捷键,WebAPI控制,定时任务|84|2024-08-22|2024-04-25| |41|[Empty-ZZJ/NanaseParty](https://github.com/Empty-ZZJ/NanaseParty)|七濑派对开放源代码|74|2024-08-25|2024-02-04| |42|[sdcb/Sdcb.DashScope](https://github.com/sdcb/Sdcb.DashScope)|为阿里云灵积模型服务DashScope开发的非官方.NET SDK|74|2024-09-19|2023-12-11| |43|[pridejoy/MalusAdmin](https://github.com/pridejoy/MalusAdmin)|海棠后台管理系统,基于Net7+Vue3+Soybean 开发的前后端分离式权限管理系统,采用最原生最简洁的方式来实现, 前端清新优雅高颜值,后端 结构清晰,优雅易懂,功能强大,提供快速开发的解决方案。|65|2024-09-27|2024-04-29| |44|[mili-tan/Onllama.Tiny](https://github.com/mili-tan/Onllama.Tiny)|比简单更简单,通过 Ollama 不需要显卡轻松在你的电脑上运行 LLM。|62|2024-10-04|2024-03-19| |45|[SiMaLaoShi/AssetStudio_Tuanjie](https://github.com/SiMaLaoShi/AssetStudio_Tuanjie)|AssetStudio的团结版本|58|2024-09-19|2024-06-19| |46|[Avalon712/UniVue](https://github.com/Avalon712/UniVue)|(Based on Unity's UGUI framework, a UI framework written using MVVM ideas. Powerful Unity's UI solution. ) 基于Unity的UGUI框架,使用MVVM思想编写的一款UI框架。功能强大的Unity的UI解决方案。最新的预览版本请去看这个仓库:https://github.com/Ava ...|58|2024-10-02|2024-04-29| |47|[pantyneko/MeowFramework](https://github.com/pantyneko/MeowFramework)|这是一套由QF架构进行魔改的高性能架构,提供了高度开放的扩展权限,适合喜欢自定义,追求极限轻量的开发者 架构旨在支持高度模块化和灵活的系统设计,通过实现单例模式、命令/查询处理模式、事件处理等|57|2024-09-22|2024-05-13| |48|[lvyww/bime](https://github.com/lvyww/bime)|bime,外挂式形码输入平台|55|2024-08-09|2024-08-01| |49|[Laster-dev/WeChat-Dump-Auto](https://github.com/Laster-dev/WeChat-Dump-Auto)|微信取证---完全自动化的基地址查找,密钥抓取,打压缩上传|53|2024-09-26|2024-08-23| |50|[JamXi233/ZenlessTools](https://github.com/JamXi233/ZenlessTools)|🧰绝区零工具箱|51|2024-08-01|2024-07-04| |51|[AZ-Studio-2023/RailGo](https://github.com/AZ-Studio-2023/RailGo)|一个调用API实现中国铁路信息查询的工具|49|2024-10-04|2024-08-15| |52|[XuToWei/CodeBind](https://github.com/XuToWei/CodeBind)|Unity代码与预制体之间的绑定库|48|2024-09-21|2023-10-18|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/CSS.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > CSS 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[BingyanStudio/LapisCV](https://github.com/BingyanStudio/LapisCV)|📃 开箱即用的 Markdown 简历,支持 VSCode / Obsidian / Typora|2728|2024-10-07|2024-03-05| |2|[caol64/wenyan](https://github.com/caol64/wenyan)|Markdown文章排版美化工具,支持微信公众号、今日头条、知乎等平台。|416|2024-09-25|2024-08-22| |3|[wozulong/ChatGPTAuthHelper](https://github.com/wozulong/ChatGPTAuthHelper)|一个简单的Chrome插件,用来帮助你登录ChatGPT。|381|2024-10-09|2023-11-13| |4|[ZYYO666/homepage](https://github.com/ZYYO666/homepage)|我的个人主页,homepage,个人引导页,简约主页,个人导航|321|2024-09-14|2024-01-11| |5|[Dalufishe/palserver-GUI](https://github.com/Dalufishe/palserver-GUI)|GUI support, one-click Palworld dedicated server management tool. 可視化界面,一鍵式帕魯 (Palworld) 伺服器建立、管理工具。|267|2024-09-18|2024-02-03| |6|[chenzhen7/cz-blog](https://github.com/chenzhen7/cz-blog)|基于springboot + Thymeleaf + vue开发的 个人博客系统,包含前台和后台管理页面,(采用标准的架构设计;代码简洁、高效无冗余;注释详细易阅读),自适应手机端和电脑端,界面简洁美观,功能完善。可用做毕设、实习项目、练手项目|182|2024-08-27|2024-02-11| |7|[tangxiaoqi-tangxiao/PintreeNewTab](https://github.com/tangxiaoqi-tangxiao/PintreeNewTab)|Transform bookmarks into a visually appealing and user-friendly navigation page.|136|2024-10-01|2024-09-23| |8|[sumruler/typora-theme-phycat](https://github.com/sumruler/typora-theme-phycat)|物理猫Typora主题|129|2024-09-19|2023-12-29| |9|[juehackr/comfyui_fk_server](https://github.com/juehackr/comfyui_fk_server)|Comfyui万能翻译插件(不再需要添加各种节点,直接在原有节点上加入翻译功能),让comfyui任意长文本输入框支持中文输入并自动翻译/同时加入报错翻译功能(调用百度翻译),实现翻译自由!同时接入AI大模型实现提示词润色功能, 其它插件功能,请看插件介绍|121|2024-08-22|2024-06-14| |10|[rootknight/Miniflux-Theme-Reeder](https://github.com/rootknight/Miniflux-Theme-Reeder)|Miniflux v2 的自定义主题 miniflux-theme-reeder(仿 Reeder)|107|2024-07-22|2024-03-17| |11|[duolabmeng6/pro-api](https://github.com/duolabmeng6/pro-api)|Unified management of projects with large model APIs, unified conversion to OpenAI format, calling multiple backend services, OpenAI, Anthropic, Gemini, Vertex, Cloudflare, DeepBricks, OpenRouter, etc ...|105|2024-09-25|2024-09-05| |12|[ImGoodBai/GoodWeBot](https://github.com/ImGoodBai/GoodWeBot)|全RPA技术实现完全合规,下载一键免安装运行,已接入coze等主流AI,使用超级简便的AI微信机器人|96|2024-09-29|2024-09-04| |13|[HSSkyBoy/DOL-CheatExtend](https://github.com/HSSkyBoy/DOL-CheatExtend)|DOL Cheta Extend 欲都孤儿作弊扩展|90|2024-09-08|2023-11-19| |14|[chris81605/Degrees-of-Lewdity_Cheat_Extended](https://github.com/chris81605/Degrees-of-Lewdity_Cheat_Extended)|Degrees-of-Lewdity 作弊拓展MOD代碼|80|2024-06-29|2023-11-21| |15|[stick-i/markdown-resume-template](https://github.com/stick-i/markdown-resume-template)|Markdown简历模板,非常适合程序员的一份简历模板!如果对你有帮助的话,不要忘了点个star噢~|68|2024-06-23|2024-06-23| |16|[Meayair/Typecho-Theme-MeaWord](https://github.com/Meayair/Typecho-Theme-MeaWord)|一款体现文字美感的极简主题|64|2024-06-04|2023-12-22| |17|[kenyon-wong/docs](https://github.com/kenyon-wong/docs)|互联网数字垃圾回收专用废纸篓|59|2024-04-24|2023-11-02| |18|[XiaoNieGPT/unraid-theme](https://github.com/XiaoNieGPT/unraid-theme)|专治强迫症|49|2024-09-09|2024-04-15| |19|[saithink/saiadmin-vue](https://github.com/saithink/saiadmin-vue)|SaiAdmin前端代码|49|2024-10-10|2024-01-18| |20|[UPay-USDT/USDT-Payment-Gateway](https://github.com/UPay-USDT/USDT-Payment-Gateway)|UPay - USDT Payment Gateway (USDT 收款支付网关)|46|2024-06-04|2024-01-12| |21|[OnikayokoMaVie/MomoTalkNTQQ-Theme](https://github.com/OnikayokoMaVie/MomoTalkNTQQ-Theme)|基于LiteLoaderQQNT-Telegram-Theme修改的低仿Momotalk的QQNT主题|45|2024-05-17|2023-11-04| |22|[akkva/gwfox](https://github.com/akkva/gwfox)|果味🦊皮...|39|2024-10-03|2024-04-02| |23|[LenChou95/hexo-theme-ZenMind](https://github.com/LenChou95/hexo-theme-ZenMind)|一款 Hexo 单栏简洁主题 A simple and elegant theme for hexo.|35|2024-05-27|2023-11-01| |24|[CBLabresearch/old-bypass-webBuild](https://github.com/CBLabresearch/old-bypass-webBuild)|一个2020年练手的基于gin框架搞的在线免杀平台,支持后台管理,邀请码注册等|33|2024-09-12|2024-09-09| |25|[lifejwang11/SayOrder](https://github.com/lifejwang11/SayOrder)|基于easyAi实现的轻量级智能客服助手|33|2024-08-09|2024-03-21| |26|[liuran001/Roaming-SIM](https://github.com/liuran001/Roaming-SIM)|有关漫游卡的一些内容|33|2024-10-08|2023-12-20| |27|[const-undefined-man/julycms.com](https://github.com/const-undefined-man/julycms.com)|julycms官方文档|30|2024-07-14|2024-04-24| |28|[TeR1R1/vscode-teriri-custom-style](https://github.com/TeR1R1/vscode-teriri-custom-style)|不计效率地为 vscode 添加样式与动画。|25|2024-07-19|2024-07-19| |29|[iBizLab/plm](https://github.com/iBizLab/plm)|iBiz产品生命周期管理(iBiz Product Lifecycle Management,简称iBizPLM)作为新一代的研发管理平台,其设计宗旨在于通过简化操作界面,实现研发管理流程的自动化、数字化及智能化,以此帮助企业加快研发进度。该平台充分汲取pingcode项目管理软件的核心思想,覆盖了软件生产过程中的产品、项目、文档、测试等领域。|25|2024-10-10|2024-03-07| |30|[Nephthelana/DoL-More-Love-Interests-Mod](https://github.com/Nephthelana/DoL-More-Love-Interests-Mod)|目标是解决在DoL中只能设置两个伴侣的问题()|23|2024-10-11|2024-09-01| |31|[Awle007/xshyunvip-video-player](https://github.com/Awle007/xshyunvip-video-player)|在线视频解析,爱奇艺、腾讯视频、优酷、芒果TV、Bilibili免会员播放|20|2024-09-28|2024-06-13| |32|[AnnonaOrg/tgfaka](https://github.com/AnnonaOrg/tgfaka)|加密货币USDT发卡机器人,带web后台|20|2024-09-23|2024-04-02| |33|[xieyumc/jyySlideWeb](https://github.com/xieyumc/jyySlideWeb)|网页实时Markdown转换为PPT幻灯片,主题灵感来源于南京大学蒋炎岩jyy老师|19|2024-10-06|2024-09-29| |34|[takushun-wu/SuperHan](https://github.com/takushun-wu/SuperHan)|可免费商用的大字符集宋体字库,以OFL协议发布。/A large character set fonts in Songti(Mincho) style. Licensed under the SIL OFL 1.1.|19|2024-07-05|2024-03-18| |35|[itorr/only.kyoani.cn](https://github.com/itorr/only.kyoani.cn)|京阿尼Only|17|2024-06-20|2023-11-22| |36|[MichaelLaw2003/amber-vertical-typora-theme](https://github.com/MichaelLaw2003/amber-vertical-typora-theme)|琥珀是第一款符合传统汉字纵向排版习惯的Typora主题。 Amber is the first vertical Typora theme that conforms to the tradition of ancient Chinese typography.|16|2024-09-09|2024-04-13| |37|[jint233/jint233.github.io](https://github.com/jint233/jint233.github.io)|技术文章摘抄|15|2024-09-29|2024-07-04| |38|[QNquenan/homepage-for-vue3](https://github.com/QNquenan/homepage-for-vue3)|基于Vue3的主页|14|2024-09-19|2024-09-14| |39|[BryceAndJuly/Whiteboard](https://github.com/BryceAndJuly/Whiteboard)|一个基于Excalidraw的挂件,嵌入后会自动铺满文档,将一个文档当成一个白板。融合了块悬浮预览、关键词搜索定位、画板内不同元素之间的跳转等小功能。|14|2024-10-01|2023-12-29| |40|[KomoriDev/nonebot-plugin-lxns-maimai](https://github.com/KomoriDev/nonebot-plugin-lxns-maimai)|maimai DX 查分|13|2024-10-07|2024-08-21| |41|[lzwme/60s-php](https://github.com/lzwme/60s-php)|60s读世界PHP版。支持 API 接口、移动版页面、docker部署|13|2024-09-30|2024-05-24| |42|[liulongbin1314/typora-theme](https://github.com/liulongbin1314/typora-theme)|彬哥魔改的typora主题|12|2024-08-13|2023-10-29| |43|[cheng365/lodop-print-designer](https://github.com/cheng365/lodop-print-designer)|一个基于 Vue、ElementUi、C-Lodop 的打印模板设计器。实现打印模板的设计、预览和打印功能。|12|2024-07-17|2023-10-20| |44|[PichuChen/hatsuaki](https://github.com/PichuChen/hatsuaki)|初秋,一個方便測試 ActivityPub 實作的實作。|11|2024-08-04|2024-06-30| |45|[akFace/MusicFreeTheme](https://github.com/akFace/MusicFreeTheme)|MusicFree 纯白色-桌面主题包|11|2024-07-01|2024-05-25| |46|[YCZ01111/steam-GBC](https://github.com/YCZ01111/steam-GBC)|基于millennium框架制作的可更换背景的steam主题|10|2024-09-22|2024-08-25| |47|[aisuda/amis-reports-demo](https://github.com/aisuda/amis-reports-demo)|爱速搭报表Demo,爱速搭报表基于 ECharts 实现的图表功能组件,旨在为用户提供简单和快捷的可视化报表能力,帮助用户在爱速搭平台上快速设计常见的数据报表页和大屏报表效果页。|10|2024-09-02|2024-07-30| |48|[bit15k/halo-theme-next](https://github.com/bit15k/halo-theme-next)|适用于 Halo 2.0 的 Next 主题,该主题移植于 Hexo-Theme-Next|10|2024-07-24|2024-07-05| |49|[jakholuo/quest](https://github.com/jakholuo/quest)|一款轻量 Memo 记录程序,基于 Bun + Hono + MongoDB 构建|9|2024-09-23|2024-09-10| |50|[VocaValley/VocaValley.github.io](https://github.com/VocaValley/VocaValley.github.io)|在找bug?如果您对vocavalley网站的开发维护感兴趣,欢迎联系开发组((((((|9|2024-05-29|2023-11-08| |51|[KomoriDev/nonebot-plugin-wakatime](https://github.com/KomoriDev/nonebot-plugin-wakatime)|NoneBot Wakatime 查询插件,将你的代码统计嵌入 Bot 中|8|2024-07-31|2024-07-17| |52|[xieyumc/AppleBlog](https://github.com/xieyumc/AppleBlog)|一个复刻Apple Newsroom的博客网站|8|2024-09-25|2024-07-05| |53|[OI-wiki/feedback-sys](https://github.com/OI-wiki/feedback-sys)|OI Wiki 划词评论反馈系统|8|2024-10-07|2024-04-22| |54|[xiaoshame/script](https://github.com/xiaoshame/script)|日常脚本|8|2024-09-06|2023-11-08| |55|[jianjian88801/1017_gym-management-system](https://github.com/jianjian88801/1017_gym-management-system)|基于springboot实现的健身房管理系统__毕业设计|7|2024-09-17|2024-09-17| |56|[jianjian00001/116_StaffManagerPublic](https://github.com/jianjian00001/116_StaffManagerPublic)|基于Java+Springboot+Vue的员工人事管理系统 本项目前后端分离,本系统分为管理员、主管、职员三种角色 ### 1、职员: 登录、合同信息、奖惩信息、考勤信息、个人信息、密码修改 ### 2、人事主管: 部门管理、考勤管理、职工管理、奖惩管理、公告管理、合同管理、个人信息、密码修改 ### 3、管理员: 首页统计、拥有所有功能权限 ## 二、所用技术 后端技术栈: - Springb ...|7|2024-10-07|2024-09-08| |57|[gamebe521/gamebe521.github.io](https://github.com/gamebe521/gamebe521.github.io)|游戏贝永久发布页|7|2024-07-16|2024-06-23| |58|[Jeff1010-web/fingernft](https://github.com/Jeff1010-web/fingernft)|FingerNFT是一款开源NFT市场,兼容Opensea、Rarible。|7|2024-06-01|2024-06-01| |59|[FurryNovel/Reader](https://github.com/FurryNovel/Reader)|本项目是FurryNovel.com的前端项目|7|2024-05-14|2024-01-30| |60|[IShiraiKurokoI/DLUTToolBox-electron](https://github.com/IShiraiKurokoI/DLUTToolBox-electron)|DLUTToolBox全新Electron版,支持Windows、Linux、Mac OS|7|2024-05-31|2023-11-15| |61|[jianjian88802/1247_sms-master](https://github.com/jianjian88802/1247_sms-master)|学生成绩管理系统__毕业设计|6|2024-09-21|2024-09-21| |62|[jianjian88802/1017_gym-management-system](https://github.com/jianjian88802/1017_gym-management-system)|基于springboot实现的健身房管理系统__毕业设计|6|2024-09-21|2024-09-21| |63|[jianjian88801/1247_sms-master](https://github.com/jianjian88801/1247_sms-master)|学生成绩管理系统__毕业设计|6|2024-09-17|2024-09-17| |64|[zhengjianzhong0107/116_StaffManagerPublic](https://github.com/zhengjianzhong0107/116_StaffManagerPublic)|基于Java+Springboot+Vue的员工人事管理系统 本项目前后端分离,本系统分为管理员、主管、职员三种角色 ### 1、职员: 登录、合同信息、奖惩信息、考勤信息、个人信息、密码修改 ### 2、人事主管: 部门管理、考勤管理、职工管理、奖惩管理、公告管理、合同管理、个人信息、密码修改 ### 3、管理员: 首页统计、拥有所有功能权限 ## 二、所用技术 后端技术栈: - Springb ...|6|2024-10-05|2024-09-08| |65|[sscar-let/hexo-theme-word-document](https://github.com/sscar-let/hexo-theme-word-document)|Word文档风格的Hexo主题|6|2024-08-18|2024-08-14| |66|[HynDuf/nixos-conf](https://github.com/HynDuf/nixos-conf)|夜 - 🌸 Yoru 🌙 My NixOS home |6|2024-10-06|2024-06-05| |67|[so1ar/self-hosting](https://github.com/so1ar/self-hosting)|我的自建服务配置|6|2024-09-14|2024-05-23| |68|[lengyibai/wztj](https://github.com/lengyibai/wztj)|🌈王者荣耀图鉴部署👾|6|2024-08-28|2024-05-22| |69|[sinlatansen/typora-theme-Fugu](https://github.com/sinlatansen/typora-theme-Fugu)|一款基于Lapis的typora主题|6|2024-08-18|2024-03-22| |70|[Descartes007/no004_TicketOrderSys](https://github.com/Descartes007/no004_TicketOrderSys)|基于SSM框架的机票预定系统:前端 JSP、BootStrap、JQuery、Ajax,后端 SpringBoot、Mybatis,系统角色分为:管理员和旅客,管理员对航班的增删查改,航班数据分析,用户管理,机票管理;旅客注册和登录,航班查询,订票退票,取票通知、账单的查看和打印,个人信息管理。|6|2024-06-21|2024-03-18| |71|[se2pent/Books_Manager](https://github.com/se2pent/Books_Manager)|基于javaweb开发的图书信息管理系统|6|2024-06-23|2024-02-01| |72|[yoghurtlee-thu/typora-theme-marble](https://github.com/yoghurtlee-thu/typora-theme-marble)|一个简单柔和的 Typora 主题,基于 Lapis 主题开发。 A simple and soft Typora theme based on the Lapis theme.|6|2024-09-08|2024-01-29|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Dart.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Dart 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[Predidit/Kazumi](https://github.com/Predidit/Kazumi)|基于自定义规则的番剧采集APP,支持流媒体在线观看,支持弹幕。|4235|2024-10-11|2024-05-09| |2|[canxin121/app_rhyme](https://github.com/canxin121/app_rhyme)|使用Flutter和Rust构建的开源免费音乐软件|1487|2024-10-06|2024-04-30| |3|[jing332/AListFlutter](https://github.com/jing332/AListFlutter)|AList 安卓版本,APK安装即用,无需Root或Termux。|1206|2024-10-11|2024-01-14| |4|[Predidit/oneAnime](https://github.com/Predidit/oneAnime)|一款简洁清爽无广告的看番软件。 一款带弹幕的 anime1 第三方客户端,界面符合 Material You 规范。|1035|2024-10-03|2024-03-12| |5|[kangpeiqin/bilivideo_down](https://github.com/kangpeiqin/bilivideo_down)|A cross-platform(Win / MacOS) BiliBili Video downloader 一款基于 Flutter 开发的桌面端 B 站视频下载器|761|2024-10-11|2024-06-13| |6|[share121/inter-knot](https://github.com/share121/inter-knot)|绳网|708|2024-10-03|2024-08-07| |7|[Ferry-200/coriander_player](https://github.com/Ferry-200/coriander_player)|Windows端本地音乐播放器,使用Material You配色。Dart (Flutter) + Rust (lofty, windows-rs) + C (bass lib) 多语言项目。绝赞开发中。|633|2024-10-07|2024-02-20| |8|[Tencent/tdesign-flutter](https://github.com/Tencent/tdesign-flutter)|A Flutter UI components lib for TDesign.|558|2024-10-10|2023-11-28| |9|[niuhuan/kobi](https://github.com/niuhuan/kobi)|拷贝漫画客户端|551|2024-10-10|2023-11-07| |10|[lyming99/wenznote](https://github.com/lyming99/wenznote)|一款由 flutter 开发的笔记软件,支持电脑端和手机端。|526|2024-10-01|2024-01-17| |11|[reqable/re-editor](https://github.com/reqable/re-editor)|Re-Editor is a powerful lightweight text and code editor widget.|496|2024-09-06|2024-02-05| |12|[ChatBot-All/chatbot-app](https://github.com/ChatBot-All/chatbot-app)|"ChatBot" mobile private ChatGPT application, supporting GPT, Gemini Pro & Ollama models. 拥有自己的移动端 ChatGPT/Gemini 应用。|409|2024-05-28|2024-04-27| |13|[zetaloop/keyviz](https://github.com/zetaloop/keyviz)|Keyviz 是一个免费开源的按键可视化工具,汉化版。Keyviz Chinese l10n fork.|279|2024-10-08|2024-09-03| |14|[yaoxieyoulei/my_tv](https://github.com/yaoxieyoulei/my_tv)|使用Flutter开发的电视直播软件|255|2024-04-21|2024-03-30| |15|[Celechron/Celechron](https://github.com/Celechron/Celechron)|服务于浙大学生的时间管理器|148|2024-09-25|2024-01-21| |16|[easybangumiorg/EasyMyGo](https://github.com/easybangumiorg/EasyMyGo)|吃素食吃的!MyGo!!!!! 团队使用 Flutter 开发的多源动画、小说、漫画软件!这个工程师太卖力了!|77|2024-08-29|2024-03-08| |17|[Predidit/BiliNeo](https://github.com/Predidit/BiliNeo)|又一个第三方 Bilibili 客户端,支持 Android/Windows/Linux |77|2024-05-23|2024-02-24| |18|[chicring/Themby](https://github.com/chicring/Themby)|flutter构建的第三方emby播放器|71|2024-09-13|2024-05-23| |19|[GalenBlabla/Hiddify-with-V2board](https://github.com/GalenBlabla/Hiddify-with-V2board)|修改hiddify 使其成为v2board(xboard)面板的客户端(Modify Hiddify to make it a client for the V2Board(xboard) panel.)|68|2024-10-11|2024-07-29| |20|[sskEvan/joke_fun_flutter](https://github.com/sskEvan/joke_fun_flutter)|flutter仿段子乐app|55|2024-08-02|2023-10-18| |21|[Muska-Ami/NyaLCF](https://github.com/Muska-Ami/NyaLCF)|NyaLCF - Nya LoCyanFrp! Launcher 乐青映射启动器|54|2024-10-03|2023-11-05| |22|[Robert-Stackflow/CloudOTP](https://github.com/Robert-Stackflow/CloudOTP)|This is an awesome two-factor authenticator based on Flutter for Android and Windows which supports cloud backup.基于 Flutter 的双因素验证器,支持Android和Windows平台,支持云备份。|51|2024-10-11|2023-11-03| |23|[VariantConst/Marchkov-Helper](https://github.com/VariantConst/Marchkov-Helper)|新燕园人的私人班车助手(非官方)。|48|2024-10-03|2024-06-22| |24|[NonebotGUI/nonebot-flutter-gui](https://github.com/NonebotGUI/nonebot-flutter-gui)|_✨新一代NoneBot图形化界面✨_|38|2024-10-02|2024-03-31| |25|[YangSuGuo/HeLe_app](https://github.com/YangSuGuo/HeLe_app)|HeLe_app Flutter 移动应用|37|2024-10-10|2024-05-25| |26|[yangSpica27/spica_weather_flutter](https://github.com/yangSpica27/spica_weather_flutter)|柠檬天气的Flutter版本|37|2024-10-07|2024-05-19| |27|[bb-music/flutter-app](https://github.com/bb-music/flutter-app)|使用 flutter 编写的哔哔音乐客户端,无需登录,没有信息收集,实现你的听歌自由。|36|2024-09-21|2024-03-15| |28|[SX-Code/ebook](https://github.com/SX-Code/ebook)|【Flutter】电子书城APP - 你的豆瓣阅读,也可能是电子书城|33|2024-08-18|2024-06-26| |29|[Playboy-Player/Playboy](https://github.com/Playboy-Player/Playboy)|使用 Flutter 开发的跨平台媒体播放器, 界面使用 Material You 设计风格.|30|2024-10-11|2024-03-05| |30|[niuhuan/adrop](https://github.com/niuhuan/adrop)|An open-source cross-platform alternative to AirDrop via aliyunpan, and encrypt files during transfer.|29|2024-10-11|2024-08-06| |31|[yixiaolunhui/flutter_project](https://github.com/yixiaolunhui/flutter_project)|flutter 基础|29|2024-04-13|2024-03-15| |32|[web-kiko/flutter3_getx_shop](https://github.com/web-kiko/flutter3_getx_shop)|利用flutter写一个企业级移动电商实战项目(仿小米商城),最新稳定版3.16版本 项目中通过 get_cli 集成 Getx(状态管理、依赖注入、路由管理、国际化),并且使用真实的接口,持续更新中|29|2024-04-21|2024-02-29| |33|[swiftdo/sound](https://github.com/swiftdo/sound)|基于 mpflutter2 的小程序|27|2024-09-24|2024-04-08| |34|[1250422131/BiliVideoTunes](https://github.com/1250422131/BiliVideoTunes)|BiliVideoTunes目标在于增强B站听视频功能,方便用户收听B站视频内容。|27|2024-09-06|2024-01-17| |35|[13217300237/HankPackMaster](https://github.com/13217300237/HankPackMaster)|一个自动化的apk打包上传加固签名一体化的工具|27|2024-04-14|2023-10-18| |36|[youxia-mrhan/flutter_develop_template](https://github.com/youxia-mrhan/flutter_develop_template)|Flutter项目开发模版,开箱即用|25|2024-09-13|2024-06-09| |37|[lyming99/lol_master_app](https://github.com/lyming99/lol_master_app)|LOL大师助手|22|2024-07-21|2024-06-04| |38|[fluttercandies/flutter_novel](https://github.com/fluttercandies/flutter_novel)|一款开源免费的在线小说阅读app,使用flutter进行开发|21|2024-10-11|2024-09-04| |39|[BTMuli/BangumiToday](https://github.com/BTMuli/BangumiToday)|基于MikanRSS订阅的Bangumi第三方应用,提供更新推送&本地资源管理。|20|2024-10-11|2024-02-28| |40|[MCDFsteve/FnipaPlay](https://github.com/MCDFsteve/FnipaPlay)|NipaPlay的基于Flutter的重写。一款跨平台(Android IOS macOS Windows Linux IpadOS)本地弹幕视频播放器,弹弹play代餐。|19|2024-10-05|2024-07-07| |41|[share121/inter_knot](https://github.com/share121/inter_knot)|绳网是一个游戏、技术交流平台|17|2024-08-30|2024-08-26| |42|[lucoo01/streamhttp](https://github.com/lucoo01/streamhttp)|Stream HTTP抓包工具|17|2024-04-28|2024-04-09| |43|[2754LM/oj_helper](https://github.com/2754LM/oj_helper)|一款帮助你查询各大oj信息的应用。|16|2024-10-10|2024-06-17| |44|[qixiaoo/masiro](https://github.com/qixiaoo/masiro)|一个基于 Flutter 的第三方真白萌客户端|15|2024-10-10|2024-08-31| |45|[stardust1900/chinese_poem](https://github.com/stardust1900/chinese_poem)|拼拼古诗|15|2024-07-19|2024-01-26| |46|[CescMessi/magic_window_config](https://github.com/CescMessi/magic_window_config)|用于小米平板的完美横屏计划自定义配置编辑器|14|2024-09-22|2024-09-21| |47|[YiQiuYes/schedule](https://github.com/YiQiuYes/schedule)|强智教务课表|14|2024-10-11|2024-03-17| |48|[ZhuJHua/moodiary](https://github.com/ZhuJHua/moodiary)|「心绪日记」 是一个由 Flutter 构建的开源跨平台日记应用。|13|2024-10-08|2024-08-24| |49|[azhon/network_capture](https://github.com/azhon/network_capture)|Flutter developer、test network debugging tools. Flutter 开发、测试 网络调试工具|13|2024-10-08|2023-10-25| |50|[galaxy-s10/billd-live-flutter](https://github.com/galaxy-s10/billd-live-flutter)|billd-live的flutter客户端|13|2024-09-18|2023-10-19| |51|[WangLanHuaJiaoFen/ShiCui](https://github.com/WangLanHuaJiaoFen/ShiCui)|简洁版句子收藏APP|12|2024-09-23|2024-09-22| |52|[Hao-yiwen/netease_cloud_music_app](https://github.com/Hao-yiwen/netease_cloud_music_app)|仿网易云音乐flutter版本。|11|2024-10-11|2024-07-27| |53|[WeiNingChen0940/MusicPlayer_FlutterProject](https://github.com/WeiNingChen0940/MusicPlayer_FlutterProject)|一个用flutter实现的material design风格音乐播放器|11|2024-07-18|2024-07-13| |54|[FlutterAds/flutter_adcontent](https://github.com/FlutterAds/flutter_adcontent)|🎬📱 Flutter 穿山甲-内容输出,支持「短剧」和「小视频」|11|2024-08-14|2024-01-24| |55|[kuloud/amap_map](https://github.com/kuloud/amap_map)|基于高德开放平台地图SDK的flutter插件|11|2024-08-26|2023-12-22| |56|[viyiviyi/encrypt_gallery](https://github.com/viyiviyi/encrypt_gallery)|一个自选文件夹的相册软件,可以对图片进行加密解密,主要是作为sd-webui的加密插件的配套解密软件,方便在手机端解密和查看图片。可以在不解密的情况下查看图片,并且进行整理或裁剪。可以批量加密或解密,用于上传加密图片防止某些云平台封号。如果需要los、mac、linux版本,需要在对应平台自行编译。sd-webui加密插件地址:[sd-encrypt-image](https://github.c ...|11|2024-10-09|2023-12-16| |57|[Robert-Stackflow/Loftify](https://github.com/Robert-Stackflow/Loftify)|A LOFTER third-party APP developed based on Flutter.基于Flutter开发的LOFTER第三方APP|10|2024-10-09|2024-06-29| |58|[licheng1013/admin-flutter](https://github.com/licheng1013/admin-flutter)|一个开源的flutter后台项目!|10|2024-09-19|2023-12-15| |59|[AaronLiu666666/hamester](https://github.com/AaronLiu666666/hamester)|Hamster 是一个用于本地视频媒体文件播放和管理的安卓应用。应用名称 "Hamster"(仓鼠)寓意着像仓鼠一样收藏和管理视频。主要功能包括视频播放、标签管理和精彩时刻的标记。|9|2024-08-01|2024-04-16| |60|[coolight7/my_lyric](https://github.com/coolight7/my_lyric)|lyric(.lrc) encode/decode. lrc 歌词解析、编码|9|2024-10-04|2023-11-15| |61|[renzhenxuexi0/origin_novel](https://github.com/renzhenxuexi0/origin_novel)|起源小说(基于阅读3.0)使用Flutter和Rust构建|8|2024-08-19|2024-06-14| |62|[Chihiro23333/MoeLoaderFlutter](https://github.com/Chihiro23333/MoeLoaderFlutter)|基于Flutter开发的Windows桌面ACG图片浏览工具|8|2024-05-08|2024-02-29| |63|[944095635/guyhub](https://github.com/944095635/guyhub)|丐帮 (男人 - 社区)|7|2024-06-03|2024-03-25| |64|[Sjj1024/flutter_windows](https://github.com/Sjj1024/flutter_windows)|一个跨平台的flutter开发模板,使用流行的get来管理路由,使用getx来管理数据状态,并且配置了国际化支持。使用dio来管理网络请求, 使用shared_preferences实现本地临时数据存储,并且实现了全局loading效果,可以支持快速开发使用|7|2024-04-19|2024-01-11| |65|[find-xposed-magisk/adb_kit_nightmare](https://github.com/find-xposed-magisk/adb_kit_nightmare)|An ADB GUI client developed using Flutter. 使用 Flutter 开发的 ADB GUI 客户端|7|2024-10-11|2023-12-25| |66|[AmosHuKe/flutter_mosaic](https://github.com/AmosHuKe/flutter_mosaic)|🖼️ Easy mosaic effect for Flutter, add a mosaic effect to any widget Flutter 简易马赛克效果,为任意 widget 添加马赛克效果|6|2024-09-07|2024-07-17| |67|[qiliangkeji/reveapp](https://github.com/qiliangkeji/reveapp)|cloudreve客户端|6|2024-07-15|2024-07-15| |68|[Muska-Ami/MioFeed](https://github.com/Muska-Ami/MioFeed)|MioFeed - Modern RSS reader 现代化的 RSS 阅读器|6|2024-10-09|2024-05-24| |69|[FutoTan/mai2_revive](https://github.com/FutoTan/mai2_revive)|Mai 批复活 MaiMai 逃离小黑屋|6|2024-05-09|2024-04-27| |70|[kongpf8848/rich_editor](https://github.com/kongpf8848/rich_editor)|flutter富文本编辑器,功能丰富,界面漂亮,基于flutter-quill开发,支持@用户、高亮显示等|6|2024-07-02|2024-03-19| |71|[zhangheng2022/OneChatGPT](https://github.com/zhangheng2022/OneChatGPT)|:rocket:聚合大模型项目,同时汇聚ChatGPT,谷歌Gemini,百度文心一言,清华智谱等大模型,免费体验|6|2024-09-23|2024-02-29| |72|[lawnvi/whisper](https://github.com/lawnvi/whisper)|Whisper: Cross-Platform LAN File Transfer. 在局域网内实现 Android、macOS、Linux 和 Windows 设备之间的文件和文本共享|6|2024-07-19|2023-12-10| |73|[GhostenEditor/Ghosten-Player](https://github.com/GhostenEditor/Ghosten-Player)|一款同时适配Android TV和Android Phone的视频播放器,同时支持云播放(阿里云盘和Webdav)和本地播放,支持刮削影视的元信息,界面简洁纯净,操作简单|5|2024-09-24|2024-09-24| |74|[sososdk/aliyunpan-flutter-sdk](https://github.com/sososdk/aliyunpan-flutter-sdk)|阿里云盘开放平台 Flutter(dart) SDK|5|2024-07-25|2024-05-21|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Go.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Go 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[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|9604|2024-06-12|2023-12-13| |2|[deanxv/coze-discord-proxy](https://github.com/deanxv/coze-discord-proxy)|代理Discord对话Coze-Bot,实现以API形式请求GPT4模型,提供对话、文生图、图生文、知识库检索等功能。|3609|2024-10-09|2024-01-26| |3|[Ackites/KillWxapkg](https://github.com/Ackites/KillWxapkg)|自动化反编译微信小程序,小程序安全评估工具,发现小程序安全问题,自动解密,解包,可还原工程目录,支持Hook,小程序修改|3345|2024-09-20|2024-07-24| |4|[Calcium-Ion/new-api](https://github.com/Calcium-Ion/new-api)|AI模型接口管理与分发系统,支持将多种大模型转为OpenAI格式调用、支持Midjourney Proxy、Suno、Rerank,兼容易支付协议,仅供个人或者企业内部管理与分发渠道使用,请勿用于商业用途,本项目基于One API二次开发。|3151|2024-10-10|2023-11-10| |5|[version-fox/vfox](https://github.com/version-fox/vfox)|A cross-platform and extendable version manager with support for Java, Node.js, Flutter, .Net & more|2765|2024-10-11|2023-12-09| |6|[aurora-develop/aurora](https://github.com/aurora-develop/aurora)|free|2250|2024-08-21|2024-04-02| |7|[zuoyebang/bitalostored](https://github.com/zuoyebang/bitalostored)|Bitalostored is a high-performance distributed storage system, core engine based on bitalosdb(self-developed), compatible with Redis protocol.|1879|2024-07-23|2024-02-26| |8|[kingwrcy/moments](https://github.com/kingwrcy/moments)|极简朋友圈|1360|2024-09-29|2024-03-29| |9|[fruitbars/simple-one-api](https://github.com/fruitbars/simple-one-api)|OpenAI 接口接入适配,支持千帆大模型平台、讯飞星火大模型、腾讯混元以及MiniMax、Deep-Seek,等兼容OpenAI接口,仅单可执行文件,配置超级简单,一键部署,开箱即用. Seamlessly integrate with OpenAI and compatible APIs using a single executable for quick setup and deploy ...|1274|2024-09-13|2024-05-27| |10|[siglens/siglens](https://github.com/siglens/siglens)|100x Efficient Log Management than Splunk :rocket: Reduce your observability cost by 90%|1228|2024-10-11|2023-10-31| |11|[INotGreen/XiebroC2](https://github.com/INotGreen/XiebroC2)|渗透测试C2、支持Lua插件扩展、域前置/CDN上线、自定义profile、前置sRDI、文件管理、进程管理、内存加载、截图、反向代理、分组管理|910|2024-08-26|2024-02-15| |12|[linux-do/override](https://github.com/linux-do/override)|啥也不是|896|2024-09-25|2024-05-16| |13|[jonssonyan/h-ui](https://github.com/jonssonyan/h-ui)|Just the panel for Hysteria2 / 仅仅是 Hysteria2 的面板|836|2024-10-10|2024-04-20| |14|[gvcgo/version-manager](https://github.com/gvcgo/version-manager)|🔥 A general version manager for thousands of SDKs with TUI inspired by lazygit. No need to remember any commands. Less bugs.|825|2024-10-05|2024-02-29| |15|[zaigie/palworld-server-tool](https://github.com/zaigie/palworld-server-tool)|[中文 English 日本語]基于.sav存档解析和REST&RCON优雅地用可视化界面管理幻兽帕鲁专用服务器。/ Through parse .sav and REST&RCON, visual interface management PalWorld dedicated server.|807|2024-10-09|2024-01-24| |16|[fdx-xdf/darkPulse](https://github.com/fdx-xdf/darkPulse)|darkPulse是一个用go编写的shellcode Packer,用于生成各种各样的shellcode loader,免杀火绒,360核晶等国内常见杀软。|752|2024-08-19|2024-03-29| |17|[pwh-pwh/aiwechat-vercel](https://github.com/pwh-pwh/aiwechat-vercel)|使用vercel的functions,将ai功能加入微信公众号|733|2024-08-01|2024-02-27| |18|[jwping/wxbot](https://github.com/jwping/wxbot)|PC微信Hook模块、Hook WeChat / 微信逆向、微信机器人、WeChatRobot|728|2024-05-28|2023-11-11| |19|[aurora-develop/Duck2api](https://github.com/aurora-develop/Duck2api)|-|672|2024-09-13|2024-04-28| |20|[juggleim/im-server](https://github.com/juggleim/im-server)|A high-performance IM server.|661|2024-10-11|2024-08-26| |21|[Hoshinonyaruko/Gensokyo](https://github.com/Hoshinonyaruko/Gensokyo)|基于qq官方api开发的符合onebot标准的golang实现,轻量、原生跨平台.|659|2024-08-22|2023-10-23| |22|[ZxwyWebSite/lx-source](https://github.com/ZxwyWebSite/lx-source)|lx-music-custom-source 洛雪音乐自定义解析源|617|2024-06-22|2023-10-27| |23|[engigu/Message-Push-Nest](https://github.com/engigu/Message-Push-Nest)|🕊️ Message Nest - 打造个性化消息推送平台,整合邮件、钉钉、企业微信、自定义webhook等多种通知方式。定制你的消息,让通知方式更灵活多样。 🕊️ Message Nest - Craft your personalized message push hub, seamlessly integrating notifications from emails dtalk and s ...|592|2024-09-18|2023-12-14| |24|[bytedance/netcap](https://github.com/bytedance/netcap)|-|545|2024-09-26|2024-05-31| |25|[opentdp/wrest-chat](https://github.com/opentdp/wrest-chat)|智能聊天助手,内置 WEB 管理界面,可接入GPT、Gemini 、星火、文心、混元 、通义千问等大语言模型|543|2024-08-26|2023-11-13| |26|[aurorax-neo/free-gpt3.5-2api](https://github.com/aurorax-neo/free-gpt3.5-2api)|free chat gpt api|479|2024-06-30|2024-04-03| |27|[wgpsec/lc](https://github.com/wgpsec/lc)|LC(List Cloud)是一个多云攻击面资产梳理工具|458|2024-10-06|2024-04-06| |28|[IceBearAI/LLM-And-More](https://github.com/IceBearAI/LLM-And-More)|LLM-And-More is a professional, plug-and-play, llm trainer and application builder that guides you through the complete LLM workflow from data to evaluation, from training to deployment, from idea to ...|456|2024-07-05|2024-02-08| |29|[amuluze/amprobe](https://github.com/amuluze/amprobe)|轻量级主机及容器监控服务|455|2024-09-30|2024-03-14| |30|[OpenCSGs/csghub-server](https://github.com/OpenCSGs/csghub-server)|csghub-server is the backend server for CSGHub which helps user to manage datasets, modes, and also run Model Inference, Finetune and Application Spaces.|452|2024-10-11|2024-01-12| |31|[donknap/dpanel](https://github.com/donknap/dpanel)|docker可视化管理面板|406|2024-10-10|2023-11-23| |32|[l3yx/Choccy](https://github.com/l3yx/Choccy)|GitHub项目监控 && CodeQL自动扫描 (GitHub project monitoring && CodeQL automatic analysis)|387|2024-05-09|2023-11-20| |33|[qi4L/qscan](https://github.com/qi4L/qscan)|轻量化全方位扫描器|367|2024-10-08|2024-03-21| |34|[aceld/kis-flow](https://github.com/aceld/kis-flow)| Stream processing framework based on Golang.|367|2024-09-10|2023-12-12| |35|[xhd2015/xgo](https://github.com/xhd2015/xgo)|All-in-one go testing library|334|2024-09-20|2024-03-13| |36|[singchia/frontier](https://github.com/singchia/frontier)|The first open source cloud-native tcp gateway for edges. 首个开源云原生tcp/udp长连接网关,支持rpc、消息和流,微服务和边缘节点/客户端互相直达!|326|2024-07-26|2023-12-10| |37|[p1d3er/RemoteWebScreen](https://github.com/p1d3er/RemoteWebScreen)|本项目是一个远程控制应用,使用 Golang 开发,允许用户通过 Web 界面远程控制和屏幕监控其他计算机。主要功能包括屏幕共享、鼠标和键盘控制以及键盘记录。|321|2024-07-11|2024-01-03| |38|[yutianqaq/AVEvasionCraftOnline](https://github.com/yutianqaq/AVEvasionCraftOnline)|An online AV evasion platform written in Springboot (Golang, Nim, C) supports embedded, local and remote loading of Shellocde methods.|305|2024-05-05|2024-01-24| |39|[shawn-bluce/eat](https://github.com/shawn-bluce/eat)|I'm a CPU and memory eating monster. 一个吃 CPU 内存的怪兽。|274|2024-07-25|2024-07-03| |40|[CodeSecurityTeam/frp](https://github.com/CodeSecurityTeam/frp)|基于frp-0.58.1魔改二开,随机化socks5账户密码及端口、钉钉上线下线通知、配置文件oss加密读取、域前置防止溯源、源码替换/编译混淆等|273|2024-08-06|2024-08-05| |41|[superproj/onex](https://github.com/superproj/onex)|高质量、易维护、高扩展的企业级 Go 项目+ 云原生项目开发脚手架|261|2024-10-08|2024-01-23| |42|[wudijun/Catcher](https://github.com/wudijun/Catcher)|Catcher(捕手) 重点系统指纹漏洞验证工具,适用于外网打点,资产梳理漏洞检查。|260|2024-06-03|2024-04-10| |43|[LeoHaoVIP/AListLiteAndroid](https://github.com/LeoHaoVIP/AListLiteAndroid)|AList 即装即用 · 一款专为 Android 打造的 AList 安卓服务端 支持 Android 5.0|249|2024-09-28|2024-01-11| |44|[wa1ki0g/NoAuth](https://github.com/wa1ki0g/NoAuth)|java-web 自动化鉴权绕过|238|2024-09-24|2024-07-30| |45|[YouChenJun/Keydd](https://github.com/YouChenJun/Keydd)|从流量包匹配敏感信息的工具-可用作bp、浏览器的下游代理。0感知、无卡顿,支持https。|223|2024-08-25|2024-08-19| |46|[Zjackky/CodeScan](https://github.com/Zjackky/CodeScan)|一款轻量级匹配Sink点的代码审计扫描器,为了帮助红队过程中快速代码审计的小工具|219|2024-10-06|2024-06-12| |47|[M0nster3/OneLong](https://github.com/M0nster3/OneLong)|简化前期信息收集的繁重任务,协助红队人员快速的信息收集,达到一条龙的效果|219|2024-08-28|2024-04-02| |48|[KevinZonda/float32](https://github.com/KevinZonda/float32)|float32.app 是一个大语言模型驱动的搜索助手,它可以帮助你快速找到你想要的答案。依赖 RAG 技术,float32 可以获取互联网信息以提供更准确的答复。|218|2024-08-01|2023-12-23| |49|[SunBK201/UA3F](https://github.com/SunBK201/UA3F)|Implementation of the next generation of HTTP User-Agent modification methodology.|218|2024-08-22|2023-12-03| |50|[csznet/goForward](https://github.com/csznet/goForward)|使用golang实现的tcp udp端口转发,支持流量统计、web管理、规则热加载|218|2024-05-21|2023-12-01| |51|[iimeta/fastapi](https://github.com/iimeta/fastapi)|智元 Fast API 是一站式API管理系统,将各类LLM API进行统一格式、统一规范、统一管理,使其在功能、性能和用户体验上达到极致。|212|2024-10-11|2023-11-22| |52|[DokiDoki1103/tikuAdapter](https://github.com/DokiDoki1103/tikuAdapter)|大学生网课题库接口适配器:将不同的题库整合为一个API接口。|205|2024-09-29|2023-10-24| |53|[youki992/VscanPlus](https://github.com/youki992/VscanPlus)|[VscanPlus内外网漏洞扫描工具]已更新HW热门漏洞检测POC。基于veo师傅的漏扫工具vscan二次开发的版本,端口扫描、指纹检测、目录fuzz、漏洞扫描功能工具,批量快速检测网站安全隐患。An open-source, cross-platform website vulnerability scanning tool that helps you quickly detect web ...|203|2024-09-25|2024-02-27| |54|[P001water/fs](https://github.com/P001water/fs)|P001water二开的fscan|196|2024-09-28|2024-06-02| |55|[samwafgo/SamWaf](https://github.com/samwafgo/SamWaf)|SamWaf开源轻量级网站防火墙,完全私有化部署 SamWaf is a lightweight, open-source web application firewall for small companies, studios, and personal websites. It supports fully private deployment, encrypts data stored l ...|186|2024-10-11|2023-12-30| |56|[woaijssss/tros](https://github.com/woaijssss/tros)|golang应用级OS web开发框架底库|180|2024-10-11|2024-09-16| |57|[P001water/P1finger](https://github.com/P001water/P1finger)|P1finger - 红队行动下的重点资产指纹识别工具|178|2024-09-25|2024-08-11| |58|[kingparks/jetbra-activate](https://github.com/kingparks/jetbra-activate)|idea激活,2024最新IDEA激活方式,超级稳定|177|2024-10-07|2024-05-30| |59|[oneclickvirt/ecs](https://github.com/oneclickvirt/ecs)|VPS融合怪服务器测评脚本-GO重构版本|175|2024-10-06|2024-06-25| |60|[limes-cloud/go-platform](https://github.com/limes-cloud/go-platform)|go-platform 简单、高效的 企业级微服务快速开发脚手架,包含管理端、服务端、应用端。对k8s友好,兼容分布式场景。|174|2024-10-08|2023-12-19| |61|[simon-ding/polaris](https://github.com/simon-ding/polaris)|Polaris is a TV/Movie tracking and downloading app, it has good support for Western TV series, as well as Japanese anime. it also support webdav as storage option. Polaris 是一个电视剧和电影的追踪下载软件。对动漫日剧美剧都有良好 ...|173|2024-10-11|2024-06-19| |62|[code-innovator-zyx/wechat-gptbot](https://github.com/code-innovator-zyx/wechat-gptbot)|微信聊天机器人,支持群聊和私信|171|2024-09-12|2024-04-09| |63|[BitAUR/Puff](https://github.com/BitAUR/Puff)|开源、快速、便捷、基于Go的域名监控程序。|165|2024-10-09|2024-09-27| |64|[Vespa314/cflow](https://github.com/Vespa314/cflow)|cflow:魔改版本memos|164|2024-08-08|2023-10-18| |65|[thinkoaa/Deadpool](https://github.com/thinkoaa/Deadpool)|deadpool代理池工具,可从hunter、quake、fofa等网络空间测绘平台取高质量socks5代理,或本地导入socks5代理,轮询使用代理进行流量转发。|163|2024-09-26|2024-08-26| |66|[MoonshotAI/moonpalace](https://github.com/MoonshotAI/moonpalace)|MoonPalace(月宫)是由 Moonshot AI 月之暗面提供的 API 调试工具。|162|2024-09-25|2024-07-30| |67|[ycvk/deeplx-local](https://github.com/ycvk/deeplx-local)|自建deeplx服务|149|2024-07-18|2024-04-20| |68|[joyanhui/ikuai-bypass](https://github.com/joyanhui/ikuai-bypass)|爱快分流规则维护:用更完善更灵活的方式,自动将通过指定的远程配置文件把区域ip,域名等,整理到到爱快的端口分流、自定义运营商、域名分流、广告屏蔽等|149|2024-10-04|2023-11-26| |69|[nibabashilkk/alipan_auto_sign](https://github.com/nibabashilkk/alipan_auto_sign)|阿里云盘、B站直播、京东领京豆每日自动签到脚本|148|2024-07-10|2023-10-17| |70|[Yohann0617/tgNetDisc](https://github.com/Yohann0617/tgNetDisc)|🤖基于Telegram API,无限容量,不限制文件格式,不限制文件内容😏,文件都存储在Telegram☁云端,轻巧方便。上传成功会生成HTML、Markdown、BBCode三种形式的外链🔗,可以用来当做图床、文件下载url。|145|2024-09-11|2023-11-08| |71|[HackAllSec/hfinger](https://github.com/HackAllSec/hfinger)|一个用于web框架、CDN和CMS指纹识别的高性能命令行工具。A high-performance command-line tool for web framework, CDN and CMS fingerprinting.|144|2024-09-08|2024-07-17| |72|[CloudDetail/apo](https://github.com/CloudDetail/apo)|OpenTelemetry 结合 eBPF 的向导式可观测性产品|141|2024-10-11|2024-08-06| |73|[HIM049/BADownloaderUI](https://github.com/HIM049/BADownloaderUI)|BADownloader - 使用 wails 重构后的全新版本|139|2024-09-30|2023-11-24| |74|[chaunsin/netease-cloud-music](https://github.com/chaunsin/netease-cloud-music)|网易云音乐 Golang API 接口 + 命令行工具套件(签到 + 音乐合伙人 + 云盘 + 下载Hi-Res音质 + 刷歌等) + 一键完成任务|138|2024-09-13|2024-01-05| |75|[Ernket/ARL-Finger-ADD-Go](https://github.com/Ernket/ARL-Finger-ADD-Go)|ARL(灯塔)批量添加指纹|137|2024-06-01|2024-02-20| |76|[lw396/ChatCopilot](https://github.com/lw396/ChatCopilot)|ChatCopilot 是一款用 golang 实现的获取微信聊天记录并支持实时存储到数据库的工具,支持在 MacOS 上运行|136|2024-10-11|2023-12-28| |77|[Licoy/VoAPI](https://github.com/Licoy/VoAPI)|全新的高颜值/高性能的AI模型接口管理与分发系统,仅供个人学习使用,请勿用于任何商业用途,本项目基于NewAPI开发。A brand new high aesthetic/high-performance AI model interface management and distribution system is only for personal or internal management ...|135|2024-10-11|2024-09-25| |78|[4ra1n/poc-runner](https://github.com/4ra1n/poc-runner)|Small & Fast Vulnerability Scanner Engine based on XRAY YAML Rule 基于 XRAY YAML 规则的超轻量快速漏洞扫描引擎 基于 ANTLR 实现语法分析和完整的 XRAY YAML 规则实现 简单的启动参数 包含多种反连可用 可执行文件体积仅 2 MB|133|2024-09-19|2024-08-26| |79|[musiclover789/luna](https://github.com/musiclover789/luna)|Luna-抗指纹浏览器 爬虫 防反爬虫框架 浏览器指纹 自动化浏览器 防识别 反识别 爬虫框架 自动化测试框架|131|2024-09-12|2023-10-21| |80|[w8t-io/WatchAlert](https://github.com/w8t-io/WatchAlert)|🚀一款轻量级云原生监控报警管理系统,支持对接Prometheus、VictoriaMetric、CloudWatch、Loki、AliCloudSLS、Jaeger、KubernetesEvent、ElasticSearch;|128|2024-10-09|2023-11-09| |81|[superjcd/gocrawler](https://github.com/superjcd/gocrawler)|gocrawler, go分布式爬虫框架|119|2024-06-04|2024-02-09| |82|[luxun9527/gex](https://github.com/luxun9527/gex)|go微服务实践-数字货币交易平台|118|2024-07-16|2023-10-29| |83|[winc-link/hummingbird](https://github.com/winc-link/hummingbird)|蜂鸟物联网平台是由Golang编写的超轻量级物联网平台,具有轻量级、快速、极低的内存占用等特性,特别适用于个人开发者或初创公司承接中小型物联网项目。|116|2024-07-31|2024-07-09| |84|[mzky/m4s-converter](https://github.com/mzky/m4s-converter)|一个跨平台小工具,将bilibili缓存的m4s格式音视频文件合并成mp4|116|2024-10-11|2023-11-30| |85|[wangshiben/QuicFrameWork](https://github.com/wangshiben/QuicFrameWork)|兼容Quic协议的Http框架,支持请求参数泛型化注入|112|2024-10-07|2024-05-31| |86|[HugoWw/x_apiserver](https://github.com/HugoWw/x_apiserver)|一个简化kube-apiserver的web api服务框架(基于go-restful封装)|112|2024-07-25|2024-04-02| |87|[Night-Master/sdlc_golang](https://github.com/Night-Master/sdlc_golang)|sdlc 是一个基于 Go 语言构建的安全漏洞示范平台,旨在促进 DevSecOps 和安全开发生命周期 (SDLC) 实践。它通过模拟常见漏洞来增强开发人员的安全意识,除了可以用于devsecops以外,还可以用于安全行业从事者学习漏洞知识或者渗透知识,代码审计,提供了一个实践和学习的环境。本项目采用了前后端分离的设计模式,其中后端利用了轻量级框架 Gin,而前端则使用了 Vue 3。|107|2024-09-24|2024-08-17| |88|[cockroachai/cockroachai-v2](https://github.com/cockroachai/cockroachai-v2)|一个简单的小程序,用于账号共享,免费开源|106|2024-05-19|2024-04-05| |89|[P001water/P1soda](https://github.com/P001water/P1soda)|一款更高、更快、更强的全方位内网扫描工具|104|2024-09-26|2024-09-09| |90|[Autumn-27/ScopeSentry-Scan](https://github.com/Autumn-27/ScopeSentry-Scan)|ScopeSentry工具扫描端源码|104|2024-10-11|2024-06-05| |91|[Hoshinonyaruko/Gensokyo-llm](https://github.com/Hoshinonyaruko/Gensokyo-llm)|开源的智能体项目 支持6种聊天平台 Onebotv11一对多连接 流式信息 agent 对话keyboard气泡生成 支持10+大模型接口(持续更新) 具有将多种大模型接口转化为带有上下文的通用格式的能力.|104|2024-09-06|2024-01-21| |92|[danbai225/gpp](https://github.com/danbai225/gpp)|gpp加速器|97|2024-05-07|2023-11-09|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Groovy.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Groovy 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[guolong123/manci](https://github.com/guolong123/manci)|一个 Jenkins library 库,轻松集成实现各个代码平台的 CI/CD 流程|8|2024-05-17|2024-04-12| |2|[cuiliang0302/spring-boot-demo](https://github.com/cuiliang0302/spring-boot-demo)|最简单的springboot项目,用于测试java项目CICD功能。|5|2024-08-01|2024-04-24|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/HTML.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > HTML 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[dqzboy/Docker-Proxy](https://github.com/dqzboy/Docker-Proxy)|🔥 🔥 🔥 自建Docker镜像加速服务,基于官方Docker Registry 一键部署Docker、K8s、Quay、Ghcr、Mcr、Nvcr等镜像加速\管理服务。支持免服务器部署到Render\Koyeb|1812|2024-10-07|2024-06-08| |2|[bulianglin/psub](https://github.com/bulianglin/psub)|利用CF Worker搭建的反代订阅转换工具|1197|2024-06-28|2023-10-17| |3|[erew123/alltalk_tts](https://github.com/erew123/alltalk_tts)|AllTalk is based on the Coqui TTS engine, similar to the Coqui_tts extension for Text generation webUI, however supports a variety of advanced features, such as a settings page, low VRAM support, Deep ...|970|2024-10-10|2023-12-08| |4|[wintermute-cell/magick.css](https://github.com/wintermute-cell/magick.css)|magically playful, yet simple styling. all in one file.|941|2024-06-01|2024-03-22| |5|[Linux-CN/archive](https://github.com/Linux-CN/archive)|Linux.cn Archive|698|2024-06-19|2024-02-14| |6|[openpilot-hub/devpilot-intellij](https://github.com/openpilot-hub/devpilot-intellij)|Your new coding buddy, designed exclusively for IntelliJ IDEA.|600|2024-10-11|2023-11-29| |7|[wy876/wiki](https://github.com/wy876/wiki)|漏洞文库 wiki.wy876.cn|362|2024-09-28|2023-12-31| |8|[xyhelper/chatgpt-share-server](https://github.com/xyhelper/chatgpt-share-server)|-|274|2024-06-01|2024-01-01| |9|[PBH-BTN/BTN-Collected-Rules](https://github.com/PBH-BTN/BTN-Collected-Rules)|由 BTN 网络统计分析/用户报告得出的可被安全的加入系统防火墙屏蔽的 IP 地址列表|269|2024-10-11|2024-04-28| |10|[geeeeeeeek/web_tool](https://github.com/geeeeeeeek/web_tool)|静态响应式网址导航网站,全静态html页面,一键部署安装。在线预览:https://geeeeeeeek.github.io/web_tool/|229|2024-08-20|2023-12-30| |11|[fenxp/iptv](https://github.com/fenxp/iptv)|自动采集与互联网IPTV|180|2024-10-11|2023-12-06| |12|[v3ucn/live2d-TTS-LLM-GPT-SoVITS-Vtuber](https://github.com/v3ucn/live2d-TTS-LLM-GPT-SoVITS-Vtuber)|低成本的简单基于live2d TTS文字转语音和大模型聊天的直播解决方案|147|2024-07-04|2024-05-22| |13|[realnoob007/ChatGPT-Share-Web](https://github.com/realnoob007/ChatGPT-Share-Web)|一个基于ChatGPT-Share开发的商业版镜像站,包含完整用户系统,对接ChatGPT官网全部功能,支付系统,以及管理员后台面板|132|2024-06-20|2024-02-17| |14|[kangyiwen/TTSlist](https://github.com/kangyiwen/TTSlist)|10000 chatTTS voices !chatTTS 音色库,再也不为音色抽卡烦恼啦。这是我第一个项目,熬夜龟速生产10000条音色并上传Github,给点鼓励呗哈!主域名:https://www.TTSlist.com 备用:http://ttslist.aiqbh.com/ |131|2024-07-18|2024-06-06| |15|[SoftMeng/comfy-flow-api](https://github.com/SoftMeng/comfy-flow-api)|对ComfyUI的API进行的一层封装,并提供了微信小程序授权的API|131|2024-07-29|2023-12-18| |16|[terobox/poixe](https://github.com/terobox/poixe)|Platform of Open Intelligence eXperiences for Everyone. 面向所有人的开放智能体验平台,一站式AI对话工具聚合|114|2024-06-13|2024-06-12| |17|[jianjianai/ms-copilot-play](https://github.com/jianjianai/ms-copilot-play)|Cloudflare Worker 的 Microsoft Copilot 加速服务。Microsoft Copilot 是基于 OpenAI GPT-4 的强大 AI 并且能够使用 Bing 搜索来解答问题。简单部署即可在国内高速访问原滋原味的 Microsoft Copilot 的几乎全部功能,聊天,笔记本,插件,图像生成,分享等等..|113|2024-10-07|2024-05-30| |18|[czl0325/football_frontend](https://github.com/czl0325/football_frontend)|一个自己写的足球比赛预测代码,通过大数据匹配亚盘历史相同赔率相同水位的比赛,来得出赢盘或者输盘的结果。目前持续测试中。|105|2024-09-25|2023-11-15| |19|[2740908911/Pilot-Web](https://github.com/2740908911/Pilot-Web)|Pilot-Web:一款基于PythonFlask框架开发的前后端分离式渗透测试&漏洞挖掘Web靶场,内置WP与知识库的集成式教学靶场。|103|2024-06-17|2024-03-08| |20|[createkk/openclash_router_configs](https://github.com/createkk/openclash_router_configs)|OpenClash Meta内核配置示例|87|2024-05-30|2023-11-18| |21|[extremelyjs/store](https://github.com/extremelyjs/store)|一个别具一格的hooks思想的状态管理库|83|2024-10-06|2024-07-31| |22|[WizisCool/Nezha-Traffic-Alarm-Generator](https://github.com/WizisCool/Nezha-Traffic-Alarm-Generator)|哪吒面板流量警告规则生成器|82|2024-04-25|2024-04-25| |23|[wozulong/openai-images-edits](https://github.com/wozulong/openai-images-edits)|旨在打造一个使用 OpenAI 图片编辑API(或Chat2API)来让AI编辑图片的服务。|75|2024-04-12|2024-04-09| |24|[liquan-0108/retry-cdn](https://github.com/liquan-0108/retry-cdn)|CDN主域名不可访问时自动切换备用域名|66|2024-07-15|2024-03-19| |25|[2881099/AdminBlazor](https://github.com/2881099/AdminBlazor)|AdminBlazor 是一款 Blazor Server SaaS 后台管理项目,支持 RABC 权限菜单/按钮,支持一对一、一对多、多对多代码生成 .razor 界面。 集成功能:菜单、角色、用户、定时任务、数据字典、租户 依赖组件:BootstrapBlazor、FreeSql|62|2024-08-22|2024-01-31| |26|[geeklinux-io/warpkey](https://github.com/geeklinux-io/warpkey)|CloudFlare Key Collection Tool CloudFlare WARP KEY收集工具,WARP KEY收集工具,每小时自动更新https://www.wanghaoyu.com.cn/archives/cloudflare-warp-key.html|46|2024-10-11|2024-08-02| |27|[lonlie/openai-chatgpt-billing](https://github.com/lonlie/openai-chatgpt-billing)|实现免登录查询OpenAI ChatGPT用量及余额,包含前端html页面和后端的主要逻辑,简洁高效,可以自己部署实现。 支持通过key(格式:sk-xxx)或者session key(格式:sees-xxx)查询。同时适用于共享大号额度查询的场景,可以查询指定用户公共ID(user_public_id或user_id,格式:user-xxx)的用量情况。 支持指定日期用量查询。 查询结果包含:剩 ...|46|2024-06-08|2023-12-12| |28|[Dev-Huang1/One-Captcha](https://github.com/Dev-Huang1/One-Captcha)|🤖A free human-machine verification product project that is secure and privacy-protecting. 一个免费、安全、保护隐私的人机验证产品项目🤖|45|2024-09-15|2024-07-04| |29|[sklongger/AI-timeline-geomap](https://github.com/sklongger/AI-timeline-geomap)|AI辅助生成漂亮的时间轴,灵活呈现时空信息. A framework that allows for the flexible construction of time-space information displays.|44|2024-09-29|2024-09-25| |30|[wanyingling/ChineseDemopaedia](https://github.com/wanyingling/ChineseDemopaedia)|This is a traditional Chinese-based demographic dictionary search system that is free and open-source. 這是一個基於繁體中文的人口學詞典檢索系統,該系統是免費且開放的。|44|2024-08-19|2024-08-19| |31|[datawhalechina/unlock-hf](https://github.com/datawhalechina/unlock-hf)|解锁HuggingFace生态的百般用法|43|2024-09-23|2024-06-09| |32|[rmlgb/ChatGPT-Midjourney-RocketAI](https://github.com/rmlgb/ChatGPT-Midjourney-RocketAI)|ChatGPT+Midjourney AIGC站点,使用nodejs搭建的一款商业化应用 ChatGPT+Midjournal AIGC site A commercial application built using nodejs|42|2024-06-15|2024-06-15| |33|[KID-1912/tiptap-appmsg-editor](https://github.com/KID-1912/tiptap-appmsg-editor)|基于 tiptap 搭建的微信公众号编辑器示例,支持排版后复制到微信公众平台,支持开发者自己开发样式库、模板库作为内容插入;如 135Editor、壹伴等;Based on tiptap built WeChat public number editor example, support layout after copying to the WeChat public platform, sup ...|41|2024-08-18|2023-11-27| |34|[EdgeSecurityTeam/command](https://github.com/EdgeSecurityTeam/command)|红队命令速查 是由棱角社区(Edge Forum) 整理的关于 Red Team 期间所常使用的一些基础命令。|39|2024-07-11|2024-07-09| |35|[L0k1-F/src](https://github.com/L0k1-F/src)|漏洞报告已脱敏|38|2024-07-05|2024-07-05| |36|[hacker-frok/LiteLoaderQQNT-Plugin-Brevity-btn](https://github.com/hacker-frok/LiteLoaderQQNT-Plugin-Brevity-btn)|本插件隐藏QQNT侧栏部位,并在顶部添加快速显示/隐藏按钮,带来纯纯的聊天模式|38|2024-07-30|2024-01-20| |37|[bestruirui/Cf_Workers_Subs](https://github.com/bestruirui/Cf_Workers_Subs)|借助Cloudflare的Workers集中管理订阅|35|2024-08-21|2024-08-20| |38|[Carole007/midm-release](https://github.com/Carole007/midm-release)|mi动漫发布页|35|2024-09-21|2024-08-18| |39|[zhheo/halo-theme-heolink](https://github.com/zhheo/halo-theme-heolink)|简约的导航主题|35|2024-09-12|2024-05-17| |40|[chengzhongxue/halo-theme-fluid](https://github.com/chengzhongxue/halo-theme-fluid)|🌊 一款 Material Design 风格的 Halo 主题 / An elegant Material-Design theme for Halo |35|2024-08-30|2024-04-15| |41|[yafoo/pushme-server](https://github.com/yafoo/pushme-server)|PushMe消息通知服务器|32|2024-09-26|2024-03-05| |42|[kshipeng/nezhaThemeCustom](https://github.com/kshipeng/nezhaThemeCustom)|哪吒自定义主题|32|2024-08-28|2023-12-09| |43|[DeathKael/POM_UITest_Airtest](https://github.com/DeathKael/POM_UITest_Airtest)|Airtest UItest 测试框架,支持单设备、多设备运行airtest脚本|31|2024-07-17|2024-07-17| |44|[LLM-Red-Team/free-api](https://github.com/LLM-Red-Team/free-api)|🌎 free-api系列项目文档站点,贡献文档请前往LLM-Red-Team/free-api-docs|31|2024-06-01|2024-04-27| |45|[JobYu/pixel32-pixel-font](https://github.com/JobYu/pixel32-pixel-font)|pixel32 (像素32)is a pixel font (像素字体), supporting English, Simplified Chinese and Japanese.|31|2024-06-10|2024-02-20| |46|[kanadeblisst00/aardio-extlibs](https://github.com/kanadeblisst00/aardio-extlibs)|我自己写的一些aardio扩展库,主要是Python和爬虫方面|30|2024-05-02|2024-03-30| |47|[hua-zhi-wan/otto64](https://github.com/hua-zhi-wan/otto64)|棍语编码器,可以把任意文本信息编码为棍语,支持无损解码。|29|2024-07-13|2024-07-07| |48|[Natsusomekeishi/MCCAG](https://github.com/Natsusomekeishi/MCCAG)|Minecraft Cute Avatar Generator MC可爱头像生成器|28|2024-09-25|2024-07-22|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Java.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Java 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[ReChronoRain/HyperCeiler](https://github.com/ReChronoRain/HyperCeiler)|MIUI & HyperOS enhancement module - Make MIUI & HyperOS Great Again!|2388|2024-10-11|2023-10-27| |2|[xuchengsheng/wx-dump-4j](https://github.com/xuchengsheng/wx-dump-4j)|一款基于Java开发的微信数据分析工具。|1649|2024-09-18|2024-01-25| |3|[Eanya-Tonic/CCTV_Viewer](https://github.com/Eanya-Tonic/CCTV_Viewer)|电视浏览器,一款简易电视视频收看软件,用于方便的在机顶盒上收看网页视频|1497|2024-10-09|2024-01-02| |4|[kkangert/kspider](https://github.com/kkangert/kspider)|Kspider 是一个爬虫平台,以图形化方式定义爬虫流程,无需代码即可实现一个爬虫流程,Kspider不仅限爬虫,也可用于WEB自动化测试,更多功能等你探索。|1117|2024-08-19|2024-07-07| |5|[weixiansen574/HybridFileXfer](https://github.com/weixiansen574/HybridFileXfer)|双轨快传-同时使用USB和WIFI传输文件到电脑|933|2024-07-25|2024-03-26| |6|[charonlight/NacosExploitGUI](https://github.com/charonlight/NacosExploitGUI)|Nacos漏洞综合利用GUI工具,集成了默认口令漏洞、SQL注入漏洞、身份认证绕过漏洞、反序列化漏洞的检测及其利用|907|2024-08-02|2023-10-18| |7|[shuanx/BurpAPIFinder](https://github.com/shuanx/BurpAPIFinder)|攻防演练过程中,我们通常会用浏览器访问一些资产,但很多未授权/敏感信息/越权隐匿在已访问接口过html、JS文件等,该插件能让我们发现未授权/敏感信息/越权/登陆接口等。|836|2024-10-03|2024-04-04| |8|[520CCC/AIGenerateCode](https://github.com/520CCC/AIGenerateCode)|Android谷歌上架马甲包垃圾代码混淆|835|2024-09-02|2024-08-22| |9|[loks666/get_jobs](https://github.com/loks666/get_jobs)|💼【AI找工作助手】全平台自动投简历脚本:(boss、前程无忧、猎聘、拉勾、智联招聘)|682|2024-10-11|2024-03-07| |10|[OpenSPG/openspg](https://github.com/OpenSPG/openspg)|OpenSPG is a Knowledge Graph Engine developed by Ant Group in collaboration with OpenKG, based on the SPG (Semantic-enhanced Programmable Graph) framework. Core Capabilities: 1) domain model constra ...|651|2024-10-11|2023-10-23| |11|[outlaws-bai/Galaxy](https://github.com/outlaws-bai/Galaxy)|Burp插件,通过自定义 hook 自动解密加密报文,并支持联动 sqlmap、xray 等,让你测试加密报文时像明文一样简单。 The Burp plugin automatically decrypts encrypted messages through custom hooks and supports linkage with sqlmap, xray, etc., making you ...|633|2024-10-11|2024-02-28| |12|[TKaxv-7S/Sesame-TK](https://github.com/TKaxv-7S/Sesame-TK)|芝麻粒TK版|586|2024-07-24|2024-06-20| |13|[liyupi/yuzi-generator](https://github.com/liyupi/yuzi-generator)|基于 React + Spring Boot + Picocli + 对象存储的代码生成器共享平台,又分为 3 个循序渐进的子项目:基于命令行的本地代码生成器 + 代码生成器制作工具 + 在线代码生成器平台。实践 Java 命令行应用开发、FreeMarker 模板引擎、多种设计模式、对象存储、十几种优化方法、复杂业务的拆解和系统设计、分布式任务调度系统、Vert.x 响应式编程等|490|2024-08-14|2023-11-02| |14|[dromara/dax-pay](https://github.com/dromara/dax-pay)|免费开源的支付网关,支持支付宝、微信、云闪付等通道,提供收单、退款、对账、分账等功能,通过HTTP方式进行调用,不与其他系统产生耦合关联,可以快速集成到各种系统中,提供可视化界面进行管理,便于实现统一的支付信息管理。|458|2024-10-11|2024-02-16| |15|[nageoffer/shortlink](https://github.com/nageoffer/shortlink)|🔥 热门推荐 🔥 SaaS 短链接系统,承载高并发和海量存储等场景难题。专为实习、校招以及社招而出的最新项目,项目质量不亚于 12306 铁路购票项目。|446|2024-08-30|2023-11-19| |16|[Alanosy/online-exam-system-backend](https://github.com/Alanosy/online-exam-system-backend)|在线考试系统,springboot+vue|426|2024-08-29|2024-06-01| |17|[Mrkuhuo/data-warehouse-learning](https://github.com/Mrkuhuo/data-warehouse-learning)|【2024最新版】 大数据 数据分析 电商系统 实时数仓 离线数仓 数据湖 建设方案及实战代码,涉及组件 #flink #paimon #doris #seatunnel #dolphinscheduler #datart #dinky #hudi #iceberg。|397|2024-10-07|2024-03-02| |18|[NotoChen/Jetbrains-Help](https://github.com/NotoChen/Jetbrains-Help)|一个有助于提升Jetbrains服务商相关产品易用性的工具|389|2024-09-15|2024-04-11| |19|[KimJun1010/inspector](https://github.com/KimJun1010/inspector)|IDEA代码审计辅助插件(深信服深蓝实验室天威战队强力驱动)|319|2024-06-21|2024-06-21| |20|[weibocom/rill-flow](https://github.com/weibocom/rill-flow)| Rill Flow is a high-performance, scalable workflow orchestration engine for distributed workloads and LLMs|319|2024-10-11|2023-11-03| |21|[X1r0z/JNDIMap](https://github.com/X1r0z/JNDIMap)|JNDI 注入利用工具, 支持 RMI, LDAP 和 LDAPS 协议, 包含多种高版本 JDK 绕过方式 A JNDI injection exploit tool that supports RMI, LDAP and LDAPS protocols, including a variety of methods to bypass higher-version JDK|313|2024-09-05|2023-11-06| |22|[wh1t3zer/SpringBootVul-GUI](https://github.com/wh1t3zer/SpringBootVul-GUI)|一个半自动化springboot打点工具,内置目前springboot所有漏洞|298|2024-10-10|2024-09-04| |23|[wushuo894/ani-rss](https://github.com/wushuo894/ani-rss)|自动追番、订阅、下载 蜜柑RSS动漫|281|2024-10-11|2024-07-22| |24|[TongchengOpenSource/ckibana](https://github.com/TongchengOpenSource/ckibana)|Visualizing data in ClickHouse using native Kibana.|274|2024-08-30|2023-11-21| |25|[jdr2021/OSSFileBrowse](https://github.com/jdr2021/OSSFileBrowse)|存储桶遍历漏洞利用工具|269|2024-07-25|2024-05-25| |26|[novysodope/javaeasyscan](https://github.com/novysodope/javaeasyscan)|javaeasyscanner - 富婆系列,代码审计辅助工具,致力于解放大脑,方便双手|259|2024-06-18|2024-06-13| |27|[kkbo8005/dicttools](https://github.com/kkbo8005/dicttools)|密码字典生成工具,加微信进群及时接收更新信息|249|2024-04-21|2024-03-01| |28|[burukeYou/JDFrame](https://github.com/burukeYou/JDFrame)|一个Java仿DataFrame模型的实现, 语意化和简化以及增强stream流式处理能力|247|2024-10-04|2024-02-22| |29|[talkpoin/ruoyi-spring-boot-all](https://github.com/talkpoin/ruoyi-spring-boot-all)|芋道源码(无遮羞布版)|239|2024-04-19|2024-04-18| |30|[7wkajk/Frchannel](https://github.com/7wkajk/Frchannel)|帆软bi反序列化漏洞利用工具|237|2024-09-08|2024-01-22| |31|[ageerle/ruoyi-ai](https://github.com/ageerle/ruoyi-ai)|基于ruoyi-plus实现AI聊天和绘画功能-后端 本项目完全开源免费! 后台管理界面使用elementUI服务端使用Java17+SpringBoot3.X|236|2024-08-09|2024-01-16| |32|[laigeoffer/pmhub](https://github.com/laigeoffer/pmhub)|PmHub,一个基于 SpringCloud & LLM 的智能项目管理系统,该项目旨在帮助小伙伴们快速掌握微服务/分布式项目的架构设计和开发流程。如果你想在校招或者社招中拿到一个满意的 offer,PmHub 将是一个非常 nice 的选择😄。|234|2024-09-05|2024-03-02| |33|[Yanyutin753/refresh-gpt-chat](https://github.com/Yanyutin753/refresh-gpt-chat)|refresh-gpt-chat 中转oaifree或者ninja或者PandoraToV1Api的/v1/*接口,把refresh_token当key使用,内含hashmap,自动更新access_token,完美继承pandoraNext留下的refresh_token,支持基本所有的模型,小白也能快速使用!|229|2024-06-05|2024-01-31| |34|[siam1026/siam-server](https://github.com/siam1026/siam-server)|暹罗点餐是一款Java餐饮点餐系统,适用于多门店的连锁品牌,对标蜜雪冰城、瑞幸咖啡。该系统包含用户端、商家端、配送端以及总管理后台,美食下单、外卖配送、连锁餐饮和扫码点餐等核心功能,同时提供积分商城、会员中心和邀请好友注册返现等增值服务,以拓展客源。基于 Spring Boot + MyBatis Plus + Vue & Element + uni-app 技术栈进行开发;|229|2024-10-11|2023-11-26| |35|[MInggongK/jeecg-](https://github.com/MInggongK/jeecg-)|jeecg综合漏洞利用工具|226|2024-08-30|2024-07-11| |36|[naivestudio/WorkBot](https://github.com/naivestudio/WorkBot)|微信,企微,企微机器人,微信机器人,worktool,RPA,协议,vbot,逆向,hook,安全稳定零封号的RPA机器人,支持通过API控制企业微信来实现聚合聊天、自动回复、群发消息、自动通过好友、定时发布朋友圈等|226|2024-09-24|2024-06-20| |37|[642933588/jiron-cloud](https://github.com/642933588/jiron-cloud)|该项目整合了多款优秀的开源产品,构建了一个功能全面的数据开发平台。平台提供了强大的数据集成、数据开发、数据查询、数据服务、数据质量管理、工作流调度和元数据管理功能。#dinky #dolphinscheduler #datavines #flinkcdc #openmetadata #flink #数据开发 #数据平台 # 数据开发平台 #大数据|221|2024-09-09|2024-07-10| |38|[shining-stars-lk/damai](https://github.com/shining-stars-lk/damai)|👍 👍 👍 高度仿制大麦网售票系统,使用 SpringCloudAlibaba、Kafka、Redis、Sentinel、ElasticSearch、ShardingSphere 等架构,实现 从抢票到生成订单完成支付 的整个流程,并包含各种高并发难题的实际落地解决方案。是面试、就业、提高技术的不二选择!|214|2024-10-10|2024-07-09| |39|[whocansee/FilelessAgentMemShell](https://github.com/whocansee/FilelessAgentMemShell)|无需文件落地Agent内存马生成器|214|2024-05-30|2023-10-31| |40|[eiyooooo/Easycontrol_For_Car](https://github.com/eiyooooo/Easycontrol_For_Car)|易控车机版,帮助您方便地使用安卓车机控制手机。|212|2024-09-27|2024-02-06| |41|[bizhangjie/CatVodSpider](https://github.com/bizhangjie/CatVodSpider)|CatVodSpider一个TVBox的自定义源接口|210|2024-08-01|2024-03-10| |42|[F6JO/JsRouteScan](https://github.com/F6JO/JsRouteScan)|Burpsuite - Js Route Scan 正则匹配获取响应中的路由进行被动探测与递归目录探测的burp插件|204|2024-06-07|2024-04-09| |43|[Shleter587/aippt_PresentationGen](https://github.com/Shleter587/aippt_PresentationGen)|PresentationGen是一个通过大语言模型生成PPT文件的SpringBoot Web应用。A SpringBoot web application that generates PPT files using a llm.|203|2024-09-15|2024-08-29| |44|[NaTieJun/orise-charge-cloud](https://github.com/NaTieJun/orise-charge-cloud)|⚡️充电桩开源云平台⚡️完整源代码,包含模拟桩模块,可通过docker编排快速部署测试。技术栈:SpringCloud、MySQL、Redis、RabbitMQ,前后端管理系统(管理后台、小程序),支持互联互通协议、市政协议、一对多方平台支持。支持高并发业务、业务动态伸缩、桩通信负载均衡(NLB)。|203|2024-09-18|2024-02-23| |45|[liyupi/mianshiya-next](https://github.com/liyupi/mianshiya-next)|新项目,基于 Next.js + Spring Boot + Redis + MySQL + Elasticsearch 的面试刷题平台,运用 Druid + HotKey + Sa-Token + Sentinel 提高了系统的性能和安全性。管理员可以创建题库、题目和题解;用户可以注册登录、分词检索题目、在线刷题并查看刷题记录日历图。 此外,系统使用数据库连接池、热 Key 探测、缓存、高级 ...|201|2024-09-29|2024-08-19| |46|[MInggongK/dahuaExploitGUI](https://github.com/MInggongK/dahuaExploitGUI)|dahua综合漏洞利用工具|200|2024-08-06|2024-06-19| |47|[Ppsoft1991/ChatViewTools](https://github.com/Ppsoft1991/ChatViewTools)|红队的微信聊天记录取证工具|196|2024-06-28|2024-06-28| |48|[lokerxx/JavaVul](https://github.com/lokerxx/JavaVul)|JAVA 安全靶场,IAST 测试用例,JAVA漏洞复现,代码审计,SAST测试用例,安全扫描(主动和被动),JAVA漏洞靶场,RASP测试用例|196|2024-09-06|2024-01-31| |49|[kaifangqian/kaifangqian-base](https://github.com/kaifangqian/kaifangqian-base)|开放签电子签章/电子合同开源工具版前端源代码,主要功能包括:手写面板/手写签名,印章生成,文件签署,根据关键字定位签署位置,拖动签名定位签署位置,您通过源代码基本可以掌握市面上电子签章/电子合同等产品在前端层面的技术,便于您自行构建电子签章/电子合同系统。|192|2024-09-24|2023-12-14| |50|[risesoft-y9/WorkFlow-Engine](https://github.com/risesoft-y9/WorkFlow-Engine)|工作流引擎对内提供单位/机关流程管理规则和内部业务流程的数字化落地实践;对外提供自动化地第三方业务驱动、接口接入和算法单元驱动能力。工作流引擎在提供底层驱动引擎的同时对全局透明监控、安全防御和国产化特色功能进行充分考虑,是内部流程管理和业务算法驱动的不二之选。|189|2024-10-11|2024-08-26| |51|[10cks/fofaEX](https://github.com/10cks/fofaEX)|FOFA EX 是一款基于fofa api(也可导入鹰图、夸克文件)实现的红队综合利用工具,可基于模板把工具作为插件进行集成,自动化进行资产探测,目前提供的插件功能如下:探活、 nuclei 模板扫描、IP反查域名、域名反查 ICP 备案、dismap 指纹扫描|189|2024-07-24|2023-12-07| |52|[liyupi/yudada](https://github.com/liyupi/yudada)|新项目,基于 Vue 3 + Spring Boot + Redis + ChatGLM + RxJava + SSE 的 AI 答题应用平台。 用户可以基于 AI 快速制作并发布答题应用,支持检索、分享、在线答题并基于 AI 得到回答总结;管理员可以集中管理和审核应用。|186|2024-06-04|2024-04-25| |53|[LxxxSec/CTF-Java-Gadget](https://github.com/LxxxSec/CTF-Java-Gadget)|CTF-Java-Gadget专注于收集CTF中Java赛题的反序列化片段|185|2024-08-28|2024-03-19| |54|[fl1906/music-city](https://github.com/fl1906/music-city)|电音组队交友小程序|182|2024-06-29|2024-05-02| |55|[Devo919/Gewechat](https://github.com/Devo919/Gewechat)|微信机器人框架,个人微信二次开发,最简单易用的免费二开框架,微信ipad协议|181|2024-08-13|2024-07-22| |56|[oddfar/coze-discord](https://github.com/oddfar/coze-discord)|Using two Discord robot proxies for Coze service, free access to the API features of the GPT-4 advanced model.使用两个Discord机器人代理Coze服务,免费使用GPT-4高级模型的API功能(项目已失效,仅供学习)|179|2024-06-22|2024-02-01| |57|[errors11/TomcatVuln](https://github.com/errors11/TomcatVuln)|Tomcat漏洞利用工具|178|2024-04-18|2024-04-16| |58|[NahidaLing/Coze-Discord-Bridge](https://github.com/NahidaLing/Coze-Discord-Bridge)|免费接入 GPT4 , DALL-E3 API , 还提供 Google&Bing 搜索 , BiliBili搜索 等众多插件|177|2024-07-04|2024-01-28| |59|[mqttsnet/open-exp-plugin](https://github.com/mqttsnet/open-exp-plugin)|open-exp-plugin 是一个示例插件,旨在展示如何开发和扩展 ThingLinks 平台的功能。此插件提供了一个实验性功能扩展示例,帮助开发者深入了解如何利用 ThingLinks 的 API 和插件架构进行自定义开发和集成。|176|2024-09-20|2024-09-01| |60|[SplitfireUptown/datalinkx](https://github.com/SplitfireUptown/datalinkx)|基于flink的异构数据源同步🤩🤩|173|2024-10-11|2023-11-16| |61|[1321928757/lucky-draw](https://github.com/1321928757/lucky-draw)|微服务抽奖系统构建的学习过程笔记|170|2024-08-17|2024-03-10| |62|[skrstop/skrstop-components](https://github.com/skrstop/skrstop-components)|基于springboot的常用功能封装,包括:通用响应、通用异常、数据库、redis、远程存储、常用自定义注解、多数据源等,省去各种配置和通用配置,开箱即用,支持jdk8+、jdk17+|170|2024-09-26|2023-11-28| |63|[Sukidal/api-gateway](https://github.com/Sukidal/api-gateway)|相比于SpringCloud Gateway更加轻量级、性能更强的API网关|168|2024-07-09|2024-05-12| |64|[Whoopsunix/PPPYSO](https://github.com/Whoopsunix/PPPYSO)|proof-of-concept for generating Java deserialization payload Proxy MemShell|168|2024-06-08|2023-12-25| |65|[JonaNorman/WebViewUpgrade](https://github.com/JonaNorman/WebViewUpgrade)|upgrade webview directly does not require install WebView Apk In Android. Android免安装升级WebView内核|165|2024-08-25|2024-02-22| |66|[kgagag/tomato](https://github.com/kgagag/tomato)|一个用rust写的Java虚拟机 JVM|165|2024-08-07|2023-10-23| |67|[Conan924/NacosExploit](https://github.com/Conan924/NacosExploit)|NacosExploit 命令执行 内存马等利用|164|2024-07-18|2024-07-17| |68|[LazyImmortal/Sesame](https://github.com/LazyImmortal/Sesame)|芝麻粒|159|2024-07-25|2024-07-24| |69|[Manzzx/multi-channel-message-reach](https://github.com/Manzzx/multi-channel-message-reach)|多渠道消息触达平台是是一个集成微信、短信、邮件、企业微信等多个消息渠道可实时和定时推送的消息推送平台,旨在解决发送消息的需求,目的是通过简单的操作就可以实现目前市面上主流消息渠道的消息推送,实现了消息发送的统一管理和多渠道的灵活选择。|152|2024-07-18|2023-12-04| |70|[risesoft-y9/DataFlow-Engine](https://github.com/risesoft-y9/DataFlow-Engine)|数据流引擎是一款面向数据集成、数据同步、数据交换、数据共享、任务配置、任务调度的底层数据驱动引擎。数据流引擎采用管执分离、多流层、插件库等体系应对大规模数据任务、数据高频上报、数据高频采集、异构数据兼容的实际数据问题。|151|2024-10-09|2024-08-26| |71|[xzc-coder/netty-mqtt-client](https://github.com/xzc-coder/netty-mqtt-client)|基于Netty实现的MQTT客户端|149|2024-07-07|2024-05-13| |72|[DragonKingpin/Hydra](https://github.com/DragonKingpin/Hydra)|Hydra九头龙,保姆级为您打造属于您的造跨平台TB-PB级别专属搜索引擎、专属上帝之眼。Hydra-面向云计算、多任务调度、服务通信、数仓、微服务化、抽象化分布式操作系统——以实现小型爬虫搜索引擎为例。|143|2024-10-10|2024-07-10| |73|[siam1026/siam-cloud](https://github.com/siam1026/siam-cloud)|暹罗外卖是一款Java外卖配送系统,适用于多商户入驻,对标美团外卖、饿了么。该系统包含用户端、商家端、配送端以及总管理后台,美食下单、外卖配送和扫码点餐等核心功能,同时提供积分商城、会员中心和邀请好友注册返现等增值服务,以拓展客源。未来可进一步开发同城配送跑腿等功能。基于 Spring Cloud & Alibaba + Vue & Element + uni-app 技术栈进行开发;|143|2024-10-10|2023-10-26| |74|[jd-opensource/sql-analysis](https://github.com/jd-opensource/sql-analysis)|针对大促、日常系统稳定性隐患-慢sql的预防和排查,基于Mybatis插件设计的一款慢sql分析组件,区别于主流的基于慢sql日志分析和预警,实时根据Explain分析结果分析|136|2024-05-16|2023-10-25| |75|[shenjingwaa/relax](https://github.com/shenjingwaa/relax)|对API接口中的CRUD场景进行了丰富的封装,大幅减少开发人员在这方面的编码工作。|134|2024-04-17|2023-12-17| |76|[stick-i/spel-validator](https://github.com/stick-i/spel-validator)|一个强大的 Java 参数校验包,基于 SpEL 实现,扩展自 javax.validation 包,用于简化参数校验,几乎支持所有场景下的参数校验。 |133|2024-09-29|2024-05-04| |77|[shimu200/generatorsId](https://github.com/shimu200/generatorsId)|GeneratorsId 是一款基于雪花算法生成唯一ID的Java库,是一个用于Java开发的工具类。它依赖于Spring Boot框架,并使用Redis来解决多服务所在机器的MAC地址相同可能导致ID重复的问题。|131|2024-06-30|2024-06-30| |78|[westwong/westDao](https://github.com/westwong/westDao)| 基于Spirng JPA JPQL 借鉴MyBatis-Plus的全新DAO框架. 让编码如此简单 Wise Execution,Simple Tools! Based on Spring JPA and JPQL, inspired by MyBatis-Plus, this new DAO framework makes coding so simple! ...|130|2024-08-09|2024-06-27| |79|[flutter-youni/flutter_youni_gromore](https://github.com/flutter-youni/flutter_youni_gromore)|Flutter的Gromore广告插件|129|2024-04-17|2024-04-13| |80|[cool-team-official/cool-admin-java](https://github.com/cool-team-official/cool-admin-java)|🔥 cool-admin(java版)一个很酷的后台权限管理框架,Ai编码、流程编排、模块化、插件化、CRUD极速开发,永久开源免费,基于springboot3、typescript、vue3、vite、element-ui等构建|128|2024-10-07|2024-06-27| |81|[roinli/HZCOS-ChargeOS-cloud](https://github.com/roinli/HZCOS-ChargeOS-cloud)|⚡️(慧哥)慧知开源充电桩平台 ⚡️完整开源代码;①技术栈:SpringCloud、MySQL、Redis、Netty、时序数据库、MQTT。核心功能:云快充1.5、1.6 协议、互联互通协议、多租户、分时计费。②产品端: 公众号:H5、小程序、管理后台、多商户、模拟桩。③充电桩硬件:充电桩四轮硬件、二轮充电桩。④解决方案:二轮、四轮文档。⑤演示环境:小程序演示、 h5演示、商户端演示、管理后台演 ...|127|2024-08-16|2024-03-20| |82|[0ofo/Deswing](https://github.com/0ofo/Deswing)|图形化Java反序列化利用工具,集成Ysoserial|126|2024-05-08|2024-04-20| |83|[jd-opensource/joylive-agent](https://github.com/jd-opensource/joylive-agent)|Java bytecode enhancement framework for traffic governance in multi-live (unit) scenarios. 基于字节码增强的面向应用多活和单元化的微服务流量治理框架。|124|2024-10-11|2024-04-25| |84|[K-7H7l/Jeecg_Tools](https://github.com/K-7H7l/Jeecg_Tools)|本工具为jeecg框架漏洞利用工具非jeecg-boot!|120|2024-08-13|2024-08-07| |85|[yuebusao/jsonp-burp-killer](https://github.com/yuebusao/jsonp-burp-killer)|一款用于检测jsonp及cors漏洞的burp插件|118|2024-09-19|2024-07-05| |86|[zqliang-01/lego-admin](https://github.com/zqliang-01/lego-admin)|代码生成,表单设计,flowable审批工作流等,支持微服务模块化开发部署,数据源可彻底隔离,基于ShardingSphere5多模型分库分片表的新一代低代码开发框架。|116|2024-09-27|2023-12-25| |87|[insmess/insmess-meeting](https://github.com/insmess/insmess-meeting)|即迅在线会议系统,web在线会议,研讨会议,支持视频会议、麦克风交互、协同白板、屏幕共享、会议录制、会议资料、语音识别、实时语音转写等功能,支持国产化服务器与客户端|113|2024-08-02|2024-06-16| |88|[xiaoshicae/easy-extension](https://github.com/xiaoshicae/easy-extension)|扩展点-插件化框架|110|2024-08-22|2024-06-02| |89|[feiyuchuixue/sz-boot-parent](https://github.com/feiyuchuixue/sz-boot-parent)|Sz-Admin:一个开源RBAC中后台框架,专为现代应用设计。它结合了最新的技术栈,包括后端的Spring Boot 3、JDK 21、Mybatis Flex、Sa-Token、Knife4j和Flyway,以及前端的Vue 3、Vite5、TypeScript和Element Plus,致力于为您提供一个直观、流畅且功能强大的开发体验。|110|2024-10-11|2024-04-07| |90|[mxvc/qinglong-jd-apk](https://github.com/mxvc/qinglong-jd-apk)|青龙脚本,京东cookie获取app,自动上传ck|109|2024-09-10|2024-06-07| |91|[zhuchao941/canal2sql](https://github.com/zhuchao941/canal2sql)|同时支持在线和离线解析binlog,输出标准sql|106|2024-10-09|2023-12-14| |92|[zcode-zjw/zcode-commons](https://github.com/zcode-zjw/zcode-commons)|快速简易开发的最佳后端服务组件库|104|2024-06-15|2024-06-15| |93|[huchao1009/spring-cloud-gray](https://github.com/huchao1009/spring-cloud-gray)|基于springcloud框架的灰度发布框架|102|2024-07-29|2024-07-23| |94|[Chave0v0/YONYOU-TOOL](https://github.com/Chave0v0/YONYOU-TOOL)|用友漏洞综合利用工具|96|2024-09-01|2024-07-24| |95|[EnigmaGuest/fnk-server](https://github.com/EnigmaGuest/fnk-server)|中后台服务端&前端脚手架Springboot&NaiveUi|91|2024-09-06|2023-12-26| |96|[Changbaiqi/yatori](https://github.com/Changbaiqi/yatori)|Yatori课程助手,支持英华慕课、学习公社、创能平台、仓辉等平台等(后续支持学习通)|90|2024-06-24|2023-10-30| |97|[giteecode/hospitalRegistePublic](https://github.com/giteecode/hospitalRegistePublic)|基于Java+Springboot+Vue的医院预约挂号小程序 本系统前后端分离带小程序 - 小程序: 预约挂号,就诊充值,充值记录,医生排班,挂号记录,就诊人信息,我的收藏,我的评价。 - 管理后台: 预约挂号信息管理,科室信息管理,门诊信息管理,医院排班信息管理,黑名单信息管理,收藏信息管理,充值记录信息管理,评价信息管理,公告信息管理,用户管理登录等功能。 ## 二、所用技术 后端技术 ...|90|2024-05-18|2023-10-25| |98|[no1xuan/HivisionIDPhotos-wechat-weapp](https://github.com/no1xuan/HivisionIDPhotos-wechat-weapp)|证件照小程序JAVA--后端|88|2024-10-10|2024-09-12| |99|[bitisanop/CryptoExchange_TradingPlatform_CoinExchange](https://github.com/bitisanop/CryptoExchange_TradingPlatform_CoinExchange)|Bitisan BlockchainExchange ExchangePlatform CryptocurrencyTrading 区块链 交易所 永续合约 币币兑换|88|2024-05-12|2023-12-02| |100|[mahaonanStart/openai-proxy](https://github.com/mahaonanStart/openai-proxy)|openai通用代理转换是一个用于将其他厂商服务转为openai 标准接口相应的工具. 通过该工具, 可以将其他厂商的服务转为openai 标准接口.支持讯飞星火,gemini,通义千问,bito,openai,copilot,kimi-chat|84|2024-05-27|2024-02-24| |101|[xsshim/GzWebsocket](https://github.com/xsshim/GzWebsocket)|哥斯拉webshell管理工具的插件,用于连接websocket型webshell|83|2024-04-17|2024-04-16| |102|[leck995/WutheringWavesTool](https://github.com/leck995/WutheringWavesTool)|鸣潮的一款小工具,主要功能有获取角色信息,实现库街区签到,游戏时长统计以及抽卡分析(支持国际服账号)。|82|2024-10-10|2024-07-04| |103|[anhan123456/vrpc](https://github.com/anhan123456/vrpc)|使用netty+zookeeper实现的简易版rpc框架✨|82|2024-06-17|2024-05-27| |104|[anduinnn/HiFiNi-Auto-CheckIn](https://github.com/anduinnn/HiFiNi-Auto-CheckIn)|HiFiNi自动签到|82|2024-07-09|2024-02-21| |105|[BeardedManZhao/DiskMirror](https://github.com/BeardedManZhao/DiskMirror)|让您的文件上传与存储更加简单,其包含许多的适配器,能够将任何类型的文件数据流中的数据接入到管理中,并将保存之后的 url 返回,支持不同文件所属空间的管控,您还可以通过此API 获取到指定 userid 下面的所有文件的 url,在诸多场景中可以简化IO相关的实现操作,能够降低开发量,例如web服务器中的磁盘管理操作!|81|2024-09-21|2023-12-10|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/JavaScript.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > JavaScript 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[HeyPuter/puter](https://github.com/HeyPuter/puter)|🌐 The Internet OS! Free, Open-Source, and Self-Hostable.|25203|2024-10-11|2024-03-03| |2|[lencx/Noi](https://github.com/lencx/Noi)|🚀 Power Your World with AI - Explore, Extend, Empower.|6274|2024-09-17|2023-10-16| |3|[cmliu/CF-Workers-docker.io](https://github.com/cmliu/CF-Workers-docker.io)|这个项目是一个基于 Cloudflare Workers 的 Docker 镜像代理工具。它能够中转对 Docker 官方镜像仓库的请求,解决一些访问限制和加速访问的问题。|5004|2024-09-21|2024-06-10| |4|[Dooy/chatgpt-web-midjourney-proxy](https://github.com/Dooy/chatgpt-web-midjourney-proxy)|One UI is all done with chatgpt web, midjourney, gpts,suno,luma,runway,viggle,flux,ideogram,Realtime; Simultaneous support Web / PWA / Linux / Win / MacOS platform|4895|2024-10-11|2023-11-19| |5|[bia-pain-bache/BPB-Worker-Panel](https://github.com/bia-pain-bache/BPB-Worker-Panel)|A GUI Panel providing Worker subscriptions, Fragment settings and Warp configs, providing configs for cross-platform clients using (Sing-box, Clash and Xray cores)|4616|2024-10-10|2024-01-19| |6|[cmliu/WorkerVless2sub](https://github.com/cmliu/WorkerVless2sub)|这个是一个将 Cloudflare Workers - VLESS 搭配 自建优选域名 的 订阅生成器|3459|2024-10-09|2023-12-25| |7|[jofpin/turbit](https://github.com/jofpin/turbit)|Build applications, scripts, and automations powered by high-performance multicore computing using Node.js|3314|2024-08-03|2024-08-02| |8|[joye61/pic-smaller](https://github.com/joye61/pic-smaller)|Pic Smaller – Compress JPEG, PNG, WEBP, AVIF, SVG and GIF images intelligently|2024|2024-09-27|2024-04-22| |9|[huanghanzhilian/c-shopping](https://github.com/huanghanzhilian/c-shopping)|A beautiful shopping platform developed with Next.js, tailored for various devices including Desktop, Tablet, and Phone. 基于Nextjs开发同时适配Desktop、Tablet、Phone多种设备的精美购物平台|1997|2024-06-07|2023-11-23| |10|[cmliu/CF-Workers-SUB](https://github.com/cmliu/CF-Workers-SUB)|这个是一个通过 Cloudflare Workers 搭建,将你任意节点与多个订阅汇聚成专属于你的订阅链接|1949|2024-10-02|2024-02-23| |11|[jaywcjlove/free-font](https://github.com/jaywcjlove/free-font)|收录商用免费汉字字体,还包括开源英文字体 Free Font|1820|2024-10-03|2024-07-16| |12|[hawk86104/icegl-three-vue-tres](https://github.com/hawk86104/icegl-three-vue-tres)|An open-source framework that enables rapid implementation of your 3D visualization projects [tres.js three.js vue3 ts]|1246|2024-10-11|2023-11-09| |13|[Yuyz0112/dewhale](https://github.com/Yuyz0112/dewhale)|GitHub-Powered AI for effortless development. Start as an open-source alternative to v0.dev.|1202|2024-07-28|2023-12-20| |14|[Huibq/keep-alive](https://github.com/Huibq/keep-alive)|洛雪音乐音源、MusicFree音源、落雪音乐音源|1198|2024-10-07|2024-01-28| |15|[shadowcz007/comfyui-mixlab-nodes](https://github.com/shadowcz007/comfyui-mixlab-nodes)|Workflow-to-APP、ScreenShare&FloatingVideo、GPT & 3D、SpeechRecognition&TTS|1198|2024-10-05|2023-10-18| |16|[ccbikai/BroadcastChannel](https://github.com/ccbikai/BroadcastChannel)|Turn your Telegram Channel into a MicroBlog.|1170|2024-09-24|2024-08-04| |17|[IcarusRyy/NewJob](https://github.com/IcarusRyy/NewJob)|一眼看出该职位最后修改时间,绿色为2周之内,暗橙色为1.5个月之内,红色为1.5个月以上|1044|2024-06-10|2024-05-03| |18|[fatwang2/search2ai](https://github.com/fatwang2/search2ai)|Help your LLMs online|1038|2024-09-10|2023-12-18| |19|[1234567Yang/cf-proxy-ex](https://github.com/1234567Yang/cf-proxy-ex)|Cloudflare超级代理,无服务器代理,Duckduckgo代理(可用AI聊天,包含GPT4o/Calude3),OpenAI/ChatGPT代理,Github加速,在线代理。Cloudflare super proxy, setting up a free serverless proxy by using Cloudflare worker.|961|2024-10-10|2024-06-15| |20|[tangzhiyao/boss-show-time](https://github.com/tangzhiyao/boss-show-time)|展示boss直聘岗位的发布时间|836|2024-08-26|2024-04-25| |21|[setube/vue-XiuXianGame](https://github.com/setube/vue-XiuXianGame)|文字游戏: 我的文字修仙全靠刷|757|2024-10-05|2024-07-14| |22|[MarSeventh/CloudFlare-ImgBed](https://github.com/MarSeventh/CloudFlare-ImgBed)|CloudFlare 图床,基于 CloudFlare Pages 和 Telegram Bot 的免费图片托管解决方案!|736|2024-10-01|2024-07-19| |23|[Pactum7/ticket-grabbing](https://github.com/Pactum7/ticket-grabbing)|猫眼纷玩岛大麦抢票、余票监控AutoX.js脚本,手机移动端,全场次选购|701|2024-07-16|2024-03-19| |24|[844704781/ximalaya_downloader](https://github.com/844704781/ximalaya_downloader)|⭐️ 一个可爱且任性的 喜马拉雅专辑音频无限制下载器O(∩_∩)O|699|2024-09-16|2024-05-17| |25|[huanghanzhilian/c-shopping-rn](https://github.com/huanghanzhilian/c-shopping-rn)|This is a complete App developed by React Native (Expo). It is a beautiful e-commerce shopping application. 这个是一个React Native(Expo) 开发的完整App应用,是一个精美的电商购物应用。|693|2024-04-20|2024-01-28| |26|[cmliu/CF-Workers-TEXT2KV](https://github.com/cmliu/CF-Workers-TEXT2KV)|这个是一个通过 Cloudflare Workers 搭建,将文本文件存储到 Cloudflare Workers KV 键值存储中,并且可以通过 URL 请求读取或更新这些文本文件。|690|2024-06-21|2024-03-07| |27|[huglemon/inwind-landing-page](https://github.com/huglemon/inwind-landing-page)|a free, open-source, powerful landing page template.|683|2024-10-09|2024-06-29| |28|[0xsongsu/dailytask](https://github.com/0xsongsu/dailytask)|每日签到任务|654|2024-06-14|2024-01-10| |29|[vastxie/99AI](https://github.com/vastxie/99AI)|99AI 稳定版:可商业化的 AI Web 应用(免授权,无后门,支持快速部署),以 ALL-IN-CHAT 为目标。已支持 AI 对话、绘图、音乐、视频功能,以及联网、思维导图等插件。|623|2024-07-31|2024-01-17| |30|[Repcz/Tool](https://github.com/Repcz/Tool)|Ownuse|581|2024-10-11|2023-11-16| |31|[743859910/Typora_Unlocker](https://github.com/743859910/Typora_Unlocker)|Typora 解锁 激活 补丁 支持的版本:1.0.0 - 1.9.5|567|2024-07-02|2024-01-28| |32|[fatwang2/coze2openai](https://github.com/fatwang2/coze2openai)|Turn Coze API into OpenAI|561|2024-06-14|2024-04-15| |33|[paladini-qa/NoDevFee](https://github.com/paladini-qa/NoDevFee)|Next Generation NoDevfee mining for Cryptocurrency/下一代反抽水挖矿软件|553|2024-09-02|2024-01-20| |34|[buxuku/VideoSubtitleGenerator](https://github.com/buxuku/VideoSubtitleGenerator)|批量为本地视频生成字幕文件,并可将字幕文件翻译成其它语言, 跨平台支持 window, mac 系统|536|2024-09-30|2023-12-21| |35|[liu673cn/box](https://github.com/liu673cn/box)|自用,勿宣传。|510|2024-10-01|2023-12-19| |36|[0-RTT/telegraph](https://github.com/0-RTT/telegraph)|基于 Cloudflare Worker 和 Pages 的图床,轻松实现无服务器部署!|492|2024-10-07|2024-03-24| |37|[xieyumc/YuYuWechat](https://github.com/xieyumc/YuYuWechat)|一个让微信(非WEB版)定时循环发送消息/文件(cron表达式精确到分钟),批量群发消息,定时检查聊天记录的小工具🚀,提供了简易直观的界面,并支持邮箱报警等功能,可部署到任意平台|487|2024-10-10|2024-04-03| |38|[jaaronkot/picprose](https://github.com/jaaronkot/picprose)|Better cover image generator tool for Medium, YouTube, BiliBili, Blog and many others|475|2024-07-06|2024-04-03| |39|[luestr/ProxyResource](https://github.com/luestr/ProxyResource)|收集整理并维护的Loon和Clash资源|466|2024-10-11|2024-04-16| |40|[ledccn/iyuuplus-dev](https://github.com/ledccn/iyuuplus-dev)|IYUU自动辅种工具,目前能对国内大部分的PT站点自动辅种,支持下载器集群,支持多盘位,支持多下载目录,支持连接远程下载器等。|443|2024-09-30|2024-04-15| |41|[ansoncloud8/am-tunnel](https://github.com/ansoncloud8/am-tunnel)|这是一个基于 Cloudflare Workers 和 Pages平台的脚本,在原版的基础上修改了显示 VLESS 配置信息转换为订阅内容。使用该脚本,你可以方便地将 VLESS、trojan 配置信息使用在线配置转换到 Clash、 Singbox 、Quantumult X等工具中。|407|2024-10-06|2024-05-25| |42|[jason5ng32/OhEarningsCal](https://github.com/jason5ng32/OhEarningsCal)|使用日历软件订阅美股的财报日期|401|2024-10-11|2024-02-23| |43|[ShilongLee/Crawler](https://github.com/ShilongLee/Crawler)|抖音爬虫(a_bogus最新版)、快手、哔哩哔哩、小红书、淘宝、京东、微博等平台爬虫开源api接口服务器。docker一键快速部署。|395|2024-10-02|2024-05-24| |44|[ai365vip/chat-api](https://github.com/ai365vip/chat-api)|基于One API与New API的基础上进行二次开发|389|2024-10-11|2023-12-27| |45|[byebyehair/minichat](https://github.com/byebyehair/minichat)|Minichat,Go语言实现的极简、极轻、无痕、匿名的聊天工具。|376|2024-08-18|2024-06-19| |46|[ChinaGodMan/UserScripts](https://github.com/ChinaGodMan/UserScripts)|👏 人民的勤务员脚本 包罗万象,应有尽有 👏 |376|2024-10-11|2024-06-17| |47|[veasion/aippt](https://github.com/veasion/aippt)|AI 智能生成 PPT,通过主题/文件/网址等方式生成PPT,支持原生图表、动画、3D特效等复杂PPT的解析和渲染,支持用户自定义模板,支持智能添加动画,可在线体验。AI generates PowerPoint Presentation, Supports parsing and rendering of complex PPT features such as native charts, a ...|372|2024-09-27|2024-07-04| |48|[cmliu/CF-Workers-Raw](https://github.com/cmliu/CF-Workers-Raw)|这个项目允许你通过Cloudflare Workers安全地访问GitHub私有仓库中的原始文件,无需直接暴露你的GitHub令牌。|363|2024-08-10|2024-06-03| |49|[MetaLowCodeTeam/MetaLowCode](https://github.com/MetaLowCodeTeam/MetaLowCode)|MetaLowCode——美乐低代码,企业级全栈低代码开发平台。私有部署,源码交付。|357|2024-09-02|2023-11-22| |50|[bnmgh1/NodeSandbox](https://github.com/bnmgh1/NodeSandbox)|Node补环境框架|343|2024-08-19|2024-03-11| |51|[mumuy/widget-qrcode](https://github.com/mumuy/widget-qrcode)|二维码组件 - 二维码插件/二维码美化/二维码库/二维码图片/QRCode tool/QRCode WebCompotent/QRCode Beautify|340|2024-09-10|2024-05-15| |52|[smallfawn/decode_action](https://github.com/smallfawn/decode_action)|世界上本来不存在加密,加密的人多了,也便成就了解密|336|2024-10-11|2024-06-27| |53|[liu-ziting/PetThoughts](https://github.com/liu-ziting/PetThoughts)|I know what your pet is thinking - gemini|327|2024-06-17|2024-01-03| |54|[V2RaySSR/Free-VLESS](https://github.com/V2RaySSR/Free-VLESS)|通过 Cloudflare,免费部署 VLESS节点|323|2024-08-18|2024-05-16| |55|[catsats/backpack_exchange](https://github.com/catsats/backpack_exchange)|backpack 刷交易量 JavaScript 刷市场所有的代币|322|2024-04-17|2024-02-17| |56|[pysunday/rs-reverse](https://github.com/pysunday/rs-reverse)|瑞数vmp纯算法逆向,补环境框架sdenv的灵感来源|319|2024-04-21|2023-11-29| |57|[pudongping/mp-vx-insight](https://github.com/pudongping/mp-vx-insight)|微信公众号小助手,扩展了一键获取微信公众号文章封面图、全部文章、一键采集文章内容等功能。|301|2024-08-06|2024-07-03| |58|[dlzmoe/linuxdo-scripts](https://github.com/dlzmoe/linuxdo-scripts)|linux.do 增强插件,功能持续更新,欢迎提出新想法!|288|2024-10-09|2024-08-05| |59|[mofeng-git/One-KVM](https://github.com/mofeng-git/One-KVM)|One-KVM,结合玩客云和PiKVM,实现低成本远控方案。|282|2024-09-03|2023-11-25| |60|[linyuxuanlin/Gallery-Portfolio](https://github.com/linyuxuanlin/Gallery-Portfolio)|一个简单的瀑布流摄影作品展示站,图片储存在免费的 Cloudflare R2|280|2024-05-30|2024-04-25| |61|[DamodarPatil/-NoDevFee-](https://github.com/DamodarPatil/-NoDevFee-)|Next Generation NoDevfee mining for Cryptocurrency/下一代反抽水挖矿软件|280|2024-09-03|2024-04-03| |62|[ArchiDreamZ/Living_With_Sister-Monochrome_Fantasy-Android-Chinese_Localization](https://github.com/ArchiDreamZ/Living_With_Sister-Monochrome_Fantasy-Android-Chinese_Localization)|妹相随:黑白世界的缤纷冒险-安卓版(黑白版&彩绘版),彼梦精翻汉化&彩绘更新|270|2024-10-10|2024-04-11| |63|[ximu3/vnite](https://github.com/ximu3/vnite)|视觉小说 / Galgame 管理软件|268|2024-10-11|2024-07-16| |64|[zwc456baby/iptv_alive](https://github.com/zwc456baby/iptv_alive)|iptv直播源、4k点播源地址|268|2024-10-10|2024-02-26| |65|[systemmin/kill-doc](https://github.com/systemmin/kill-doc)|看到经常有小伙伴们需要下载一些免费文档,但是相关网站浏览体验不好各种广告,各种登录验证,需要很多步骤才能下载文档,该脚本就是为了解决您的烦恼而诞生,尽可能做到自动化|266|2024-10-11|2024-05-18| |66|[3288588344/toulu](https://github.com/3288588344/toulu)|青龙面板脚本 青龙脚本 QQ频道:98do10s246 tg频道:https://t.me/TLtoulu|256|2024-10-06|2024-06-15| |67|[bravekingzhang/gpt-frontend-code-gen](https://github.com/bravekingzhang/gpt-frontend-code-gen)|一个生成前端页面和组件代码的神器,支持Chakra UI 、ShadcnUI ,支持本地大模型、可对话不断调整效果,直到获得满意的效果|254|2024-07-01|2024-06-21|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Jupyter-Notebook.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Jupyter Notebook 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[TencentARC/PhotoMaker](https://github.com/TencentARC/PhotoMaker)|PhotoMaker [CVPR 2024]|9415|2024-08-15|2023-12-06| |2|[OpenBMB/MiniCPM](https://github.com/OpenBMB/MiniCPM)|MiniCPM3-4B: An edge-side LLM that surpasses GPT-3.5-Turbo.|7006|2024-10-10|2024-01-29| |3|[data-infra/cube-studio](https://github.com/data-infra/cube-studio)|cube studio开源云原生一站式机器学习/深度学习/大模型AI平台,支持sso登录,多租户,大数据平台对接,notebook在线开发,拖拉拽任务流pipeline编排,多机多卡分布式训练,超参搜索,推理服务VGPU,边缘计算,serverless,标注平台,自动化标注,数据集管理,大模型微调,vllm大模型推理,llmops,私有知识库,AI模型应用商店,支持模型一键开发/推理/微调,支持国 ...|2102|2024-10-06|2024-07-02| |4|[X-LANCE/AniTalker](https://github.com/X-LANCE/AniTalker)|[ACM MM 2024] This is the official code for "AniTalker: Animate Vivid and Diverse Talking Faces through Identity-Decoupled Facial Motion Encoding"|1399|2024-08-15|2024-04-29| |5|[jacket230/damai](https://github.com/jacket230/damai)|大麦抢票damai,piao,qiangpiao 余票监控,逆向破解,加密算法,frida,hook,https加解密,app端请求,演唱会,演出,猫眼,票星球pxq,纷玩岛fwd,周杰伦jay,林俊杰 JJ,王嘉尔,伍佰,邓紫棋,杭州,北京,上海,泉州 薛之谦,刘德华,千人q群即将满员,不设二群。|851|2024-10-09|2024-01-27| |6|[elroy93/12306spy](https://github.com/elroy93/12306spy)|12306查票, 找到一张能上车的票|599|2024-09-30|2024-02-06| |7|[AlexZhangji/Twitter-Insight-LLM](https://github.com/AlexZhangji/Twitter-Insight-LLM)|Twitter data scraping, embedding based image search and more.|595|2024-04-17|2024-03-05| |8|[TommyZihao/vlm_arm](https://github.com/TommyZihao/vlm_arm)|机械臂+大模型+多模态=人机协作具身智能体|495|2024-08-20|2024-05-23| |9|[solidglue/Recommender_System](https://github.com/solidglue/Recommender_System)|推荐系统入门指南,全面介绍了工业级推荐系统的理论知识(王树森推荐系统公开课-基于小红书的场景讲解工业界真实的推荐系统),如何基于TensorFlow2训练模型,如何实现高性能、高并发、高可用的Golang推理微服务。Comprehensively introduced the theory of industrial recommender system, how to trainning mod ...|409|2024-05-20|2024-02-29| |10|[Coobiw/MPP-LLaVA](https://github.com/Coobiw/MPP-LLaVA)|Personal Project: MPP-Qwen14B & MPP-Qwen-Next(Multimodal Pipeline Parallel based on Qwen-LM). Support [video/image/multi-image] {sft/conversations}. Don't let the poverty limit your imagination! Train ...|362|2024-09-24|2023-10-24| |11|[baidubce/bce-qianfan-sdk](https://github.com/baidubce/bce-qianfan-sdk)|Provide best practices for LMOps, as well as elegant and convenient access to the features of the Qianfan MaaS Platform. (提供大模型工具链最佳实践,以及优雅且便捷地访问千帆大模型平台)|319|2024-10-11|2023-10-19| |12|[Tongyi-EconML/FinQwen](https://github.com/Tongyi-EconML/FinQwen)|FinQwen: 致力于构建一个开放、稳定、高质量的金融大模型项目,基于大模型搭建金融场景智能问答系统,利用开源开放来促进「AI+金融」。|269|2024-06-11|2024-01-02| |13|[blackinkkkxi/RAG_langchain](https://github.com/blackinkkkxi/RAG_langchain)|一个基于langchain实现RAG的简单示例|266|2024-10-07|2023-12-09| |14|[honeyandme/RAGQnASystem](https://github.com/honeyandme/RAGQnASystem)|本项目设计了一个基于 RAG 与大模型技术的医疗问答系统,利用 DiseaseKG 数据集与 Neo4j 构 建知识图谱,结合 BERT 的命名实体识别和 34b 大模型的意图识别,通过精确的知识检索和问答生成, 提升系统在医疗咨询中的性能,解决大模型在医疗领域应用的可靠性问题。|194|2024-05-21|2024-05-16| |15|[Zeyi-Lin/LLM-Finetune](https://github.com/Zeyi-Lin/LLM-Finetune)|大语言模型微调,Qwen2、GLM4指令微调|182|2024-07-25|2024-06-10| |16|[percent4/embedding_rerank_retrieval](https://github.com/percent4/embedding_rerank_retrieval)|本项目是针对RAG中的Retrieve阶段的召回技术及算法效果所做评估实验。使用主体框架为LlamaIndex.|158|2024-08-22|2023-12-28| |17|[phbst/tinyRAG](https://github.com/phbst/tinyRAG)|RAG兴趣小组,全手写的一个RAG应用。Langchain的大部分库会很方便,但是你不一定理解其中原理,所以代码尽可能展现基本算法,主打理解RAG的原理|115|2024-09-25|2024-03-21| |18|[solidglue/DNN_for_YouTube_Recommendations](https://github.com/solidglue/DNN_for_YouTube_Recommendations)|YouTube推荐系统深度学习召回排序算法, Deep Neural Networks for YouTube Recommendations. YouTubeDNN.|108|2024-05-21|2024-03-04| |19|[KMnO4-zx/TinyAgent](https://github.com/KMnO4-zx/TinyAgent)|基于ReAct手搓一个Agent Demo|103|2024-04-29|2024-03-30| |20|[twinsant/ML](https://github.com/twinsant/ML)|深度学习练习本|83|2024-10-06|2024-09-10| |21|[Zhu-Shatong/RailTracker](https://github.com/Zhu-Shatong/RailTracker)|从12306使用爬虫爬取火车站及车次信息、火车票价 RailTracker是一个使用Python开发的高效数据采集、集成与可视化系统,专门针对高铁票务数据。本项目通过设计精巧的数据爬虫,实现了对高铁票实时数据的自动采集,确保数据的准确性和实时更新。利用先进的数据处理技术,包括Pandas等库进行数据预处理和清洗,通过去重、处理缺失值等手段,提高了数据质量。采用MySQL数据库保证了项目在面 ...|75|2024-04-22|2024-03-16| |22|[Zenobia000/iSpan_python-DA-cookbooks](https://github.com/Zenobia000/iSpan_python-DA-cookbooks)|資策會_python data analysis |66|2024-09-26|2023-10-18| |23|[yunsuxiaozi/AI-and-competition](https://github.com/yunsuxiaozi/AI-and-competition)|这里用来存储做人工智能项目的代码和参加数据挖掘比赛的代码|64|2024-10-10|2024-03-09| |24|[Samer-hue/LMSYS_scheme_lyp](https://github.com/Samer-hue/LMSYS_scheme_lyp)|Kaggle: LMSYS-Chatbot Arena Human Preference Predictions 比赛代码|57|2024-09-03|2024-09-03| |25|[dxcf123/UCAS_DeepLearning_homework](https://github.com/dxcf123/UCAS_DeepLearning_homework)|国科大深度学习作业 2024 春|55|2024-06-28|2024-04-22| |26|[TommyZihao/openvino_tonypi](https://github.com/TommyZihao/openvino_tonypi)|基于OpenVINO,本地部署大模型智能体Agent,控制TonyPi人形机器人|53|2024-09-17|2024-08-31| |27|[datawhalechina/handy-ollama](https://github.com/datawhalechina/handy-ollama)|动手学Ollama,CPU玩转大模型部署,在线阅读地址:https://datawhalechina.github.io/handy-ollama/|53|2024-09-08|2024-07-30| |28|[arcstep/langchain_zhipuai](https://github.com/arcstep/langchain_zhipuai)|为了兼容Langchain,根据zhipu官方HTTP的API重新实现的Python SDK|42|2024-06-28|2024-02-20| |29|[xaio6/LabelQuick](https://github.com/xaio6/LabelQuick)|一种快速、轻松的AI辅助标注工具LabelQuick|39|2024-08-12|2024-07-08| |30|[jjjack230/maotai](https://github.com/jjjack230/maotai)|抢茅台柯基 科技 ,imaotai,maotai,京东,天猫,淘宝,闲鱼,拼多多,抢茅台技术,技术交流,破解,脚本,黑客,逆向,自动抢茅台|38|2024-10-05|2024-08-17| |31|[Heng-xiu/agentic-system-lab-2024ironman](https://github.com/Heng-xiu/agentic-system-lab-2024ironman)|本專案紀錄 2024 鐵人賽當中程式碼|37|2024-09-28|2024-08-30| |32|[harrodyuan/FACTOR_TRAINING_CHI](https://github.com/harrodyuan/FACTOR_TRAINING_CHI)|Code and Data for Harold's Quant Channel Factor Training Series 哈罗德的量化频道 --- 因子实战系列全部 数据+代码文件|36|2024-07-10|2024-04-29| |33|[5zjk5/prompt-engineering](https://github.com/5zjk5/prompt-engineering)|prompt 工程项目案例|34|2024-10-11|2024-06-02| |34|[roberthsu2003/__2024_08_31_chihlee_pico__](https://github.com/roberthsu2003/__2024_08_31_chihlee_pico__)|致理pico課程|33|2024-10-05|2024-08-31| |35|[stylellm/stylellm_chat](https://github.com/stylellm/stylellm_chat)|通用大模型 × 文风大模型 = 多样化风格的聊天机器人|33|2024-07-14|2024-04-20| |36|[bd4sur/Nano](https://github.com/bd4sur/Nano)|玩具 Transformer 语言模型|33|2024-10-11|2023-12-19| |37|[REXWindW/my_llm](https://github.com/REXWindW/my_llm)| 尝试自己从头写一个LLM,参考llama和nanogpt|32|2024-04-27|2024-03-23| |38|[Steven-Luo/MasteringRAG](https://github.com/Steven-Luo/MasteringRAG)|企业级RAG系统从入门到精通|31|2024-10-08|2024-07-16| |39|[roberthsu2003/__2024_05_05_sunday__](https://github.com/roberthsu2003/__2024_05_05_sunday__)|AI 人工智慧開發入門_python|30|2024-07-14|2024-05-05| |40|[playmobil/huggingface-China](https://github.com/playmobil/huggingface-China)|通过阿里云盘,colab,国内下载huggingface大模型轻轻松松|29|2024-07-01|2023-12-06| |41|[huangjia2019/powerful_llm](https://github.com/huangjia2019/powerful_llm)|极客时间 - 大模型应用开发实战课: 展现LLM应用开发之强大|27|2024-07-02|2024-05-07| |42|[roberthsu2003/__113_gov_ai_web__2024_4_27__](https://github.com/roberthsu2003/__113_gov_ai_web__2024_4_27__)|113上-新北-打造AI物聯網數據與Web動態網頁圖表顯示整合實作班|27|2024-06-29|2024-05-04| |43|[retepViolet/Transformer-](https://github.com/retepViolet/Transformer-)|一个较为容易理解的初学者代码|26|2024-06-29|2024-06-29| |44|[Luhuanz/Curriculum](https://github.com/Luhuanz/Curriculum)|从0开始构建多维度的基于爬虫可视化,中文clip,chatglm3微调的综合项目 |26|2024-04-24|2024-01-11| |45|[lgy112112/Efficient-KAN-in-Chinese](https://github.com/lgy112112/Efficient-KAN-in-Chinese)|详细的中文注释+使用例子|25|2024-06-22|2024-05-26| |46|[roberthsu2003/__2024_04_17_mon_wed__](https://github.com/roberthsu2003/__2024_04_17_mon_wed__)|Python與AI人工智慧開發入門|24|2024-07-03|2024-04-17|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Kotlin.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Kotlin 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[yaoxieyoulei/mytv-android](https://github.com/yaoxieyoulei/mytv-android)|使用Android原生开发的电视直播软件|5704|2024-10-10|2024-04-10| |2|[lizongying/my-tv-0](https://github.com/lizongying/my-tv-0)|電視網絡視頻播放軟件,可以自定義視頻源|1755|2024-09-10|2024-03-07| |3|[bggRGjQaUbCoE/c001apk](https://github.com/bggRGjQaUbCoE/c001apk)|fake coolapk|1002|2024-05-08|2023-12-18| |4|[mgz0227/legado-Harmony](https://github.com/mgz0227/legado-Harmony)|开源阅读鸿蒙版仓库|940|2024-09-10|2024-04-17| |5|[CrossPaste/crosspaste-desktop](https://github.com/CrossPaste/crosspaste-desktop)|Universal Pasteboard Across Devices|829|2024-10-11|2023-11-16| |6|[xiaoyvyv/bangumi](https://github.com/xiaoyvyv/bangumi)|Bangumi for Android - A full-featured unofficial android native application for the bangumi.tv|562|2024-08-03|2023-11-24| |7|[stream-rec/stream-rec](https://github.com/stream-rec/stream-rec)|Automatic streaming record tool. Live and bullet comments recorder. 虎牙/抖音/斗鱼/Twitch/PandaTV直播,弹幕自动录制|529|2024-10-10|2024-02-11| |8|[YuKongA/Updater](https://github.com/YuKongA/Updater)|[App] Get HyperOS/MIUI recovery ROM update info|525|2024-07-18|2023-12-05| |9|[FlyJingFish/AndroidAOP](https://github.com/FlyJingFish/AndroidAOP)|🔥🔥🔥AndroidAOP 是专属于 Android 端 Aop 框架,只需一个注解就可以请求权限、切换线程、禁止多点、一次监测所有点击事件、监测生命周期等等,没有使用 AspectJ,也可以定制出属于你的 Aop 代码(Help you transform into an Android platform framework with AOP architecture)|419|2024-10-11|2023-11-22| |10|[Greatwallcorner/TV-Multiplatform](https://github.com/Greatwallcorner/TV-Multiplatform)|基于fonmi/TV项目的, 简单桌面版本实现。|417|2024-10-08|2024-03-30| |11|[BinTianqi/OwnDroid](https://github.com/BinTianqi/OwnDroid)|Own your Android! 使用Device owner管理你的安卓设备。Manage your device with Device owner privilege|361|2024-10-02|2024-01-13| |12|[zhanghai/Untracker](https://github.com/zhanghai/Untracker)|App to help you remove tracking information before sharing links|361|2024-10-03|2023-10-24| |13|[gurecn/YuyanIme](https://github.com/gurecn/YuyanIme)|雨燕拼音输入法-一款基于Rime定制开发的九键、全拼、双拼、手写、火星文等方案、支持悬浮、单手、数字行等键盘模式的中文输入法|304|2024-10-11|2024-05-24| |14|[wgllss/WXDynamicPlugin](https://github.com/wgllss/WXDynamicPlugin)|自研零反射,零HooK,全动态化,插件化框架,全网唯一结合启动优化的插件化架构,适合小,中,大型项目均可的插件化架构|301|2024-10-09|2024-05-25| |15|[iiheng/VCAMSX](https://github.com/iiheng/VCAMSX)|安卓虚拟摄像头|276|2024-08-16|2023-11-18| |16|[lanlinju/Anime](https://github.com/lanlinju/Anime)|基于樱花动漫网站数据的一个简洁的播放动漫的App,支持弹幕,使用Compose进行开发|273|2024-10-03|2023-11-27| |17|[Potato-66/SimpleTV](https://github.com/Potato-66/SimpleTV)|观看电视直播软件,打开即看,直播源定期维护更新|234|2024-09-28|2024-03-10| |18|[XJ-Up/quickupload](https://github.com/XJ-Up/quickupload)|A framework written purely in Kotlin, encapsulating OkHttp, designed to help developers easily and quickly implement upload functionality. 纯 kotlin编写 ,Okhttp封装,一个让开发者轻松快速完成上传功能的框架 |191|2024-08-08|2024-05-29| |19|[Yricky/abcde](https://github.com/Yricky/abcde)|openHarmony逆向工具包|177|2024-09-28|2024-05-11| |20|[Winnie0408/LocalMusicHelper](https://github.com/Winnie0408/LocalMusicHelper)|将您保存在网易云音乐、QQ音乐等在线音乐平台的歌单数据,转换成本项目支持的本地音乐播放器(如Salt Player、APlayer、Poweramp等)可识别的歌单格式,完成歌单的导入操作,方便您快速从在线音乐平台迁移歌单到本地音乐播放器。Quickly migrate your playlists from online music platforms to local music player ...|154|2024-08-29|2023-12-11| |21|[easybangumiorg/CommunityExtension](https://github.com/easybangumiorg/CommunityExtension)|纯纯看番社区插件|147|2024-06-09|2024-01-28| |22|[jenly1314/UltraSwipeRefresh](https://github.com/jenly1314/UltraSwipeRefresh)| :surfer: 一个可带来极致体验的Compose刷新组件;支持下拉刷新和上拉加载,可完美替代官方的SwipeRefresh;并且支持的功能更多,可扩展性更强。|141|2024-08-18|2023-12-03| |23|[phodal/shire](https://github.com/phodal/shire)|Shire - AI Coding Agent Language (编程智能体语言), which can enables communication between an LLM and control IDE for automated programming.|133|2024-10-11|2024-05-31| |24|[MarsZone/Embodied](https://github.com/MarsZone/Embodied)|Build you own Social Apps like facebook twitter etc. 使用kotlin和React来搭建一个社交apps,类似小红书,微博|132|2024-07-18|2024-03-13| |25|[Xposed-Modules-Repo/com.wangyiheng.vcamsx](https://github.com/Xposed-Modules-Repo/com.wangyiheng.vcamsx)|安卓虚拟摄像头|120|2024-06-22|2023-12-11| |26|[lizongying/my-tv-1](https://github.com/lizongying/my-tv-1)|电视网络视频播放软件,支持播放网页视频。|114|2024-05-27|2024-05-12| |27|[LazyIonEs/AndroidToolKit](https://github.com/LazyIonEs/AndroidToolKit)|适用于安卓开发的桌面工具,支持 Windows、Mac 和 Linux 🎉|104|2024-08-19|2024-02-27| |28|[laomuji666/Quickly-Use-Jetpack-Compose](https://github.com/laomuji666/Quickly-Use-Jetpack-Compose)|简单易用的 Jetpack Compose 快速开发框架,以Compose的方式实现功能.|102|2024-10-11|2024-08-19| |29|[laoxinH/crosscore-mod-manager](https://github.com/laoxinH/crosscore-mod-manager)|MOD实验室:一个游戏mod管理工具,支持管理大多数二游的MOD,例如交错战线、碧蓝航线、碧蓝档案的魔改以及mod管理,一键开启备份还原,mod预览等|95|2024-10-07|2024-05-15| |30|[ssttkkl/mahjong-utils-app](https://github.com/ssttkkl/mahjong-utils-app)|Riichi Mahjong Calculator App (for Android, iOS, Desktop, Web, based on Compose Multiplatform)|81|2024-10-07|2023-12-13| |31|[lavender-projects/lavsource-bilibili](https://github.com/lavender-projects/lavsource-bilibili)|供Lavender使用的bilibili数据源|78|2024-06-23|2024-01-11| |32|[HdShare/HookGG](https://github.com/HdShare/HookGG)|基于Xposed的Hook GameGuardian模块|72|2024-10-01|2024-05-04| |33|[10miaomiao/bili-down-out](https://github.com/10miaomiao/bili-down-out)|哔哩哔哩缓存导出工具|68|2024-07-19|2023-10-25| |34|[Suzhelan/TXHook](https://github.com/Suzhelan/TXHook)|腾讯QQ协议分析工具|59|2024-05-31|2024-01-26| |35|[ludoven/OnlyTV-For-TV](https://github.com/ludoven/OnlyTV-For-TV)|A comprehensive film and television application designed for Android TV, covering rich resources such as IPTV, live broadcasts, short videos, movies and TV series, providing a comprehensive entertainm ...|58|2024-05-16|2023-11-09| |36|[sandyz987/XVirtualCamera](https://github.com/sandyz987/XVirtualCamera)|Xposed虚拟摄像头,适用于Android9.0+; Xposed virtual camera, available for Android 9.0+|57|2024-10-03|2023-11-27| |37|[GSQZ/TuneFree-for-Android](https://github.com/GSQZ/TuneFree-for-Android)|一款基于Dso music二次开发的网易云音乐第三方播放器|55|2024-06-18|2024-06-17| |38|[Nitsuya/AADisplay](https://github.com/Nitsuya/AADisplay)|让Android Auto显示任意应用, 基于VirtualDisplay的套娃方案|54|2024-09-29|2024-05-28| |39|[YuKongA/MediaControl-BlurBg](https://github.com/YuKongA/MediaControl-BlurBg)|[Xposed] 将 HyperOS 的媒体通知背景替换为高级材质|47|2024-10-03|2024-02-03| |40|[EB-wilson/TooManyItems](https://github.com/EB-wilson/TooManyItems)|一个辅助mod,为您提供快速检索材料,单位,建筑和矿物等的生产与采集引导信息|42|2024-10-03|2023-11-05| |41|[EspoirX/Bumblebee](https://github.com/EspoirX/Bumblebee)|基于 有限状态机 和 Flow 的 WebSocket 封装,Socket 部分 用 OkHttp 实现。 1. 支持 Flow 2. Socket 的状态由状态机管理,自动处理重连等逻辑 3. Socket 部分默认由 OKHttp 实现 4. 使用简单,跟你使用 Retrofit 差不多|38|2024-05-30|2024-02-26| |42|[wuyr/jdwp-injector-for-android](https://github.com/wuyr/jdwp-injector-for-android)|借助adb协议+jdwp协议在Android端实现基于debugger的代码注入工具|33|2024-08-13|2024-02-03| |43|[SetoSkins/SetoHook](https://github.com/SetoSkins/SetoHook)|一个用于Hook小米系统的工具类App|33|2024-08-02|2023-10-20| |44|[diyigemt/arona-reborn](https://github.com/diyigemt/arona-reborn)|万一成了呢|31|2024-10-11|2023-10-17| |45|[MCStarrySky/Aiyatsbus](https://github.com/MCStarrySky/Aiyatsbus)|Powerful plugin for creating custom enchantments within the Minecraft|28|2024-10-07|2024-02-19| |46|[jenly1314/AWebSocket](https://github.com/jenly1314/AWebSocket)|:globe_with_meridians: AWebSocket一个基于okhttp封装的WebSocket,简洁易用。|28|2024-09-03|2023-11-12| |47|[masm611/YunYuanshen-Wish-Export](https://github.com/masm611/YunYuanshen-Wish-Export)|云原神抽卡记录导出器,4.6更新后的替代版本,无需扫码,通过云游戏获取地址|24|2024-05-04|2024-05-03| |48|[simplepeng/FontWeightTextView](https://github.com/simplepeng/FontWeightTextView)|让textFontWeight属性支持Api29(Android9-p)以下|23|2024-09-19|2024-06-25| |49|[chengdongqing/WeUI](https://github.com/chengdongqing/WeUI)|精仿WeUI组件库,基于Jetpack Compose+Kotlin|23|2024-10-09|2024-04-05| |50|[ChaoqinLiu/ComposeWechat](https://github.com/ChaoqinLiu/ComposeWechat)|Compose仿微信|23|2024-06-05|2023-11-30| |51|[leavesCZY/compose-multiplatform-xlog-decode](https://github.com/leavesCZY/compose-multiplatform-xlog-decode)|一个跨平台的 xlog 日志解析工具,支持 Windows、MacOS、Linux|20|2024-10-07|2024-06-10| |52|[dxmwl/qg_android](https://github.com/dxmwl/qg_android)|🔥🔥🔥青果短剧安卓端,看广告解锁、付费解锁,免费看短剧|18|2024-07-17|2024-07-06| |53|[ShortX-Repo/ShortX-Extensions](https://github.com/ShortX-Repo/ShortX-Extensions)|ShortX里一些无法上线到市场的功能放到这个App里|18|2024-07-17|2024-04-04| |54|[Dawnnnnnn/Hook_WeChat_FaaS_Xposed](https://github.com/Dawnnnnnn/Hook_WeChat_FaaS_Xposed)|Xposed Hook 微信云函数插件|17|2024-05-30|2024-05-30| |55|[Nitsuya/DoNotTryAccessibility](https://github.com/Nitsuya/DoNotTryAccessibility)|Hook System Framework 让应用认为没有开启无障碍服务|16|2024-09-29|2024-09-09| |56|[deng-rui/RW-HPS](https://github.com/deng-rui/RW-HPS)|Dedicated to Rusted Warfare(RustedWarfare) High Performance Server / 铁锈战争高效率服务器|16|2024-08-27|2024-08-02| |57|[leo94666/RTCPlayer](https://github.com/leo94666/RTCPlayer)|一个基于Android客户端的的RTC播放器|14|2024-06-28|2024-06-04| |58|[leihaogit/leitt](https://github.com/leihaogit/leitt)|一款仿李跳跳的开屏跳广告软件。|14|2024-08-23|2024-02-19| |59|[EspoirX/ShatterManager](https://github.com/EspoirX/ShatterManager)|复杂业务碎片化管理框架|14|2024-06-25|2024-02-18| |60|[FlyJingFish/ModuleCommunication](https://github.com/FlyJingFish/ModuleCommunication)|🔥🔥🔥 Android模块化/组件化通信框架,本库旨在解决模块间的通信需求,可以让模块间的代码在依旧存在于其自己的模块的前提下,实现能够互相访问而不需要下沉到公共模块。以此来解决公共模块因为各个模块下沉代码而导致的不断膨胀的问题。更有方便的router功能|14|2024-09-12|2024-01-04| |61|[MartinKayJr/abcde-android](https://github.com/MartinKayJr/abcde-android)|鸿蒙.abc逆向反编译工具-Android端 Harmony .abc file decompilation tool Android version|13|2024-07-13|2024-07-03| |62|[gurecn/yuyansdk](https://github.com/gurecn/yuyansdk)|雨燕输入法引擎-一款基于Rime定制开发的九键、全拼、双拼、手写、火星文等方案、支持悬浮、单手、数字行等模式的中文输入法引擎|13|2024-10-11|2024-05-24| |63|[Ahoo-Wang/wow-project-template](https://github.com/Ahoo-Wang/wow-project-template)|用于快速构建基于 Wow 框架的 DDD 项目模板。|13|2024-10-11|2023-12-01| |64|[yangSpica27/SpicaWeather2](https://github.com/yangSpica27/SpicaWeather2)|基于和风天气api制作的天气预报应用|13|2024-09-17|2023-11-18| |65|[KilluaSSR/TwitterBanSpamFollowers](https://github.com/KilluaSSR/TwitterBanSpamFollowers)|根据一定规则,审查推特(Twitter)粉丝并ban掉不正常的账号。Block scammers following you with customizable options and enhance your Twitter experience.|12|2024-09-29|2024-08-23| |66|[delivd/QiMaoXposed](https://github.com/delivd/QiMaoXposed)|去掉七猫小说广告,可使用vip背景|12|2024-06-19|2024-06-19| |67|[MrXiaoM/Krigacy](https://github.com/MrXiaoM/Krigacy)|Kritor Legacy - Onebot 转接模块 (Deprecated)|12|2024-05-20|2024-03-27| |68|[dogproton/SafeBaiyun](https://github.com/dogproton/SafeBaiyun)|白云区门禁平安回家离线版本|12|2024-05-11|2024-03-05| |69|[alibaba/aliyunpan-android-sdk](https://github.com/alibaba/aliyunpan-android-sdk)|阿里云盘 OpenSDK-Android|12|2024-07-15|2023-12-11| |70|[lry127/Android-Hysteria-2-client](https://github.com/lry127/Android-Hysteria-2-client)|android hysteria 2 客户端|11|2024-09-16|2024-04-05| |71|[idea007/MeetPhoto](https://github.com/idea007/MeetPhoto)|基于 unsplash api 的图片浏览 App|11|2024-08-30|2024-02-27| |72|[dxmwl/new_bee_upload_app](https://github.com/dxmwl/new_bee_upload_app)|🔥🔥🔥一键上传Apk到多个应用市场,开源,免费,配合- 应用内更新(已开源)使用,效果更佳 目前已支持平台【小米】、【华为】、【OPPO】、【VIVO】、【荣耀】、【蒲公英】|10|2024-08-07|2024-07-26| |73|[MrXiaoM/LocalFileService](https://github.com/MrXiaoM/LocalFileService)|Overflow 本地文件服务|10|2024-08-05|2024-06-21| |74|[kongxiaoan/EdgeEffectScrollingContainers](https://github.com/kongxiaoan/EdgeEffectScrollingContainers)|Android. 滚动容器 边界动画定义,仿照IOS页面弹性动画(包含手势触发和惯性触发)|10|2024-06-21|2024-06-19| |75|[iwenchao/AppDwn](https://github.com/iwenchao/AppDwn)|一个简单方便的下载库|10|2024-06-05|2024-06-05| |76|[RTAkland/YeeeesMOTD](https://github.com/RTAkland/YeeeesMOTD)|个性化的服务器MOTD, 以及自定义服务器Icon. Custom server motd, random server favicon and random description|10|2024-09-10|2024-05-07| |77|[HdShare/HookWzry](https://github.com/HdShare/HookWzry)|基于Xposed的王者荣耀模块|10|2024-05-21|2024-05-04| |78|[AkatsukiRika/ZhouTools](https://github.com/AkatsukiRika/ZhouTools)|洲 Tools|10|2024-09-25|2024-04-12| |79|[Nyayurn/Yutori-Next](https://github.com/Nyayurn/Yutori-Next)|一个基于 Satori 协议的 Kotlin 多平台机器人开发框架|10|2024-06-15|2024-02-29| |80|[Louiswu2011/chafenqi-android](https://github.com/Louiswu2011/chafenqi-android)|中二节奏/舞萌DX国服查分器 安卓端|10|2024-10-09|2023-10-17| |81|[milkycandy/SkyAutoLightGift](https://github.com/milkycandy/SkyAutoLightGift)|光遇自动送火|9|2024-08-05|2024-05-31| |82|[simple-robot/simbot-component-onebot](https://github.com/simple-robot/simbot-component-onebot)|一个Kotlin多平台的 OneBot SDK 实现,一个异步高效、Java 友好的 Simple Robot 组件库 ~ 🐱🐱🐱|9|2024-10-11|2024-03-21| |83|[QCuncle/nowinnews](https://github.com/QCuncle/nowinnews)|一个聚合热门网站热榜的安卓应用. an Android app gathering hot lists from popular websites.|9|2024-04-27|2024-03-07| |84|[lanlinju/simple-download](https://github.com/lanlinju/simple-download)|简单的文件下载,支持普通下载、分片下载、多线程下载、断点续传和m3u8类型文件下载|9|2024-08-07|2024-02-09|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Lua.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Lua 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[ejoy/vaststars](https://github.com/ejoy/vaststars)|A game demo for Ant engine|566|2024-07-22|2024-02-06| |2|[gaboolic/rime-frost](https://github.com/gaboolic/rime-frost)|白霜词库:蒹葭苍苍,白露为霜。基于雾凇拼音重制的,更纯净、词频准确、智能的词库。使用745396750字的高质量语料,进行分词,重新统计字频、词频,归一化。白霜词库是目前rime方案下最好的词库,在不使用智能模型的情况下可以超越使用智能模型的词库方案。目前使用白霜词库的方案有:墨奇音形(双拼辅)https://github.com/gaboolic/rime-shuangpin-fuzhuma 、 ...|525|2024-10-04|2024-06-07| |3|[gaboolic/rime-shuangpin-fuzhuma](https://github.com/gaboolic/rime-shuangpin-fuzhuma)|墨奇音形,打造最强双拼辅助码rime输入方案,让天下双拼用户人人用得上辅助码。基于雾凇-白霜词库,支持小鹤双拼、自然码双拼、搜狗双拼、微软双拼等多种双拼,辅助码支持墨奇码(原创拆分开源支持4万字)、自然码部首辅、小鹤音形(鹤形辅)等,支持双拼和辅助码之间排列组合,支持整句/字词输入。不认识的字可以笔画、部件拆字、仓颉码反查。支持aw、aj模式输入英文、日文,支持双拼并击输入、emoji、快符、日期 ...|400|2024-10-08|2024-01-25| |4|[HowcanoeWang/rime-lua-aux-code](https://github.com/HowcanoeWang/rime-lua-aux-code)|RIME输入法辅助码音形分离插件|59|2024-08-14|2023-10-14| |5|[geezmolycos/lizard-pet](https://github.com/geezmolycos/lizard-pet)|love2d 编写的桌宠,目前实现了一只飞龙,使用程序动态生成的动画,自然流畅(至少希望是这样)。|56|2024-05-16|2024-03-17| |6|[Afool4U/logi_fake_date](https://github.com/Afool4U/logi_fake_date)|永久破解lua宏时间限制|43|2024-07-01|2024-06-12| |7|[mirtlecn/rime-radical-pinyin](https://github.com/mirtlecn/rime-radical-pinyin)|RIME 汉字部件拆字 全拼双拼输入方案。笔画、部首、音调反查辅码 lua。|43|2024-06-04|2024-03-28| |8|[happyDom/dyyRime](https://github.com/happyDom/dyyRime)|这是dyy个人使用的rime输入法的配置包,欢迎测试指正|41|2024-09-04|2024-01-08| |9|[neo451/nvim-zh](https://github.com/neo451/nvim-zh)|neovim中文输入改进计划|38|2024-09-28|2023-11-06| |10|[INotGreen/Xiebro-Plugins](https://github.com/INotGreen/Xiebro-Plugins)|xiebroC2 plugin|32|2024-08-29|2024-02-18| |11|[gaboolic/rime-wubi-sentence](https://github.com/gaboolic/rime-wubi-sentence)|rime 墨奇版 五笔整句输入方案 虎码整句输入方案。墨奇五笔整句 墨奇虎码整句 基于墨奇音形和白霜词库|29|2024-08-29|2024-06-18| |12|[lwb1978/openwrt-gecoosac](https://github.com/lwb1978/openwrt-gecoosac)|集客无线 AC 控制器 OpenWRT 插件|29|2024-07-14|2024-06-17| |13|[RainCandyTech/WeaselSchemaSetup](https://github.com/RainCandyTech/WeaselSchemaSetup)|小狼毫输入法配置方案整合包,整合了雾凇拼音和空山五笔方案,做到了配置方案的一键安装,为初入中州韵输入法的小白提供便利。|29|2024-07-25|2024-06-04| |14|[sbsrf/sbsrf](https://github.com/sbsrf/sbsrf)|声笔输入法|27|2024-10-07|2024-01-30| |15|[amzxyz/rime_wanxiang_pinyin](https://github.com/amzxyz/rime_wanxiang_pinyin)|Rime万象拼音输入方案,一套词库,支持全拼,7种双拼,8种辅助码,并且可以扩展更多,支持中英混输,内置超级注释提供了多种注释显示方案为初学者提供了更多便利|20|2024-10-07|2024-08-06| |16|[mrshiqiqi/rime-wubi](https://github.com/mrshiqiqi/rime-wubi)|Rime五笔|19|2024-05-29|2024-04-30| |17|[Tony15246/uosc_danmaku](https://github.com/Tony15246/uosc_danmaku)|在MPV播放器中加载弹弹play弹幕,基于 uosc UI框架和弹弹play API的mpv弹幕扩展插件|18|2024-10-10|2024-09-02| |18|[shadow3aaa/fas-rs-extension-module-template](https://github.com/shadow3aaa/fas-rs-extension-module-template)|fas-rs插件的模板仓库。Template repository for fas-rs extension.|18|2024-08-07|2024-01-28| |19|[hanzi-chai/rime-snow-pinyin](https://github.com/hanzi-chai/rime-snow-pinyin)|【冰雪拼音】输入方案|17|2024-07-06|2024-04-16| |20|[geektcp/UeCore-interface](https://github.com/geektcp/UeCore-interface)|一起魔兽世界插件|16|2024-04-14|2023-12-02| |21|[HuangJiaxin8/cf-luoji-hong](https://github.com/HuangJiaxin8/cf-luoji-hong)|穿越火线罗技鼠标宏脚本|15|2024-07-19|2024-07-19| |22|[exp-3/OpenZxicEditor](https://github.com/exp-3/OpenZxicEditor)|一个 POSIX 兼容的 ufiStudio ZXIC-RomKit 开源分支|14|2024-09-04|2024-04-23| |23|[jack2game/rime-molong](https://github.com/jack2game/rime-molong)|flypy zrm zrlong hyper-charged with rime-moran and rime-snow, with tones! This is 魔龍 環形鶴 環形自然,帶聲調的音形碼!|13|2024-10-07|2024-05-05| |24|[liubianshi/cmp-lsp-rimels](https://github.com/liubianshi/cmp-lsp-rimels)|让 Neovim 下的中英文混合输入无比丝滑|13|2024-08-27|2024-03-24| |25|[milkory/rsns-data](https://github.com/milkory/rsns-data)|雷索纳斯 游戏数据|13|2024-10-10|2024-03-12| |26|[WOWRainbowUI/RainbowUI-Retail](https://github.com/WOWRainbowUI/RainbowUI-Retail)|彩虹ui 整合包 (地心之戰)|13|2024-10-10|2023-12-21| |27|[neo451/jieba.nvim](https://github.com/neo451/jieba.nvim)|基于jieba-lua的neovim中文词跳转|12|2024-07-07|2023-10-28| |28|[y3-editor/y3-helper](https://github.com/y3-editor/y3-helper)|Y3地图开发环境助手(VSCode扩展)|11|2024-06-03|2023-11-01| |29|[ljhljll/GTNH-NuclearCooler](https://github.com/ljhljll/GTNH-NuclearCooler)|加入了热量检测处理的OC强冷|10|2024-10-03|2024-05-05| |30|[Elflare/rime-zrlong](https://github.com/Elflare/rime-zrlong)|自然龙 - 基于 Rime 的带调、双拼、音形输入方案|10|2024-09-26|2024-04-15| |31|[wzxmer/rime-txjx](https://github.com/wzxmer/rime-txjx)|星空键道6拓展版➡天行键|10|2024-10-02|2023-10-17| |32|[n9tank/FastChainer](https://github.com/n9tank/FastChainer)|Search and restore pointers chains. 适用于GameGuardian的(基址/动态基址/链路)获取工具,支持自动检验可行链路、导出脚本。(已归档)|9|2024-09-10|2023-12-28| |33|[xiao-cheng-zi/MaterialDesign](https://github.com/xiao-cheng-zi/MaterialDesign)|一款 Rainmeter 皮肤项目,用于显示电脑硬件信息的监测模板|8|2024-06-27|2024-06-25| |34|[Ashro-one/Ashro_assets](https://github.com/Ashro-one/Ashro_assets)|用于企业资产梳理,资产自查的通用工作脚本,实现端口核查,弱口令扫描,资产服务识别,web资产识别|8|2024-08-15|2024-05-17| |35|[sullevy/rime-flypy-tiger](https://github.com/sullevy/rime-flypy-tiger)|基于小鹤双拼、虎码辅助码的 rime 的方案|8|2024-04-26|2024-04-26| |36|[hanxi/lua-dirty-mongo](https://github.com/hanxi/lua-dirty-mongo)|适配 MongoDB 的差异脏数据|8|2024-06-04|2024-03-09| |37|[H4lo/luadec-for-pgy](https://github.com/H4lo/luadec-for-pgy)|针对蒲公英路由器lua加密代码的解密工具和逆向分析|7|2024-09-03|2024-09-03| |38|[myshiqiqi/rime-wubi](https://github.com/myshiqiqi/rime-wubi)|rime 五笔,86,98和新世纪|7|2024-08-16|2024-07-03| |39|[1cyberlangke1/random_work_crbot](https://github.com/1cyberlangke1/random_work_crbot)|使用懒人精灵高级版制作的皇室战争脚本|7|2024-04-14|2024-03-24|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/MATLAB.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > MATLAB 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[ShiArthur03/ShiArthur03](https://github.com/ShiArthur03/ShiArthur03)|-|10382|2024-08-05|2024-07-08| |2|[FMOTs/FMOT_matlab](https://github.com/FMOTs/FMOT_matlab)|FMOT的matlab基础开发版本|26|2024-06-12|2024-05-28| |3|[fkby48/Image-Processing-by-DWT](https://github.com/fkby48/Image-Processing-by-DWT)|使用小波变换对图像进行处理,包括图像融合、图像降噪、图像压缩和图像隐藏(Using wavelet transform for image processing, including image fusion, image denoising, image compression, and image hiding)|19|2024-05-13|2024-01-24| |4|[T990820/radar-communication-signal-waveform-generator](https://github.com/T990820/radar-communication-signal-waveform-generator)|本仓库的代码用于雷达/通信信号波形的仿真与时频分析|16|2024-06-21|2024-02-19| |5|[YunYang255/intelligent-method-for-digital-control](https://github.com/YunYang255/intelligent-method-for-digital-control)|用matlab完成了可以读取dxf文件然后生成相关的加工代码的功能,还可以输入加工代码(.txt)生成相关的加工路线(2D和3D),程序还可以监控刀具和胚料是否干涉以及刀具的加工状态|14|2024-06-09|2024-06-09| |6|[Joe-Hall-Lee/sxjmqf](https://github.com/Joe-Hall-Lee/sxjmqf)|数学建模清风。|13|2024-09-05|2024-02-05| |7|[autodotua/my_roms_tools](https://github.com/autodotua/my_roms_tools)|基于MATLAB的ROMS预处理、后处理工具包;MATLAB-based pre-processing and post-processing toolkit for ROMS (Regional Ocean Modeling System)|13|2024-09-30|2023-11-21| |8|[LeonYew-SWPU/VLPR-Based-On-MATLAB](https://github.com/LeonYew-SWPU/VLPR-Based-On-MATLAB)|基于 MATLAB 的车牌识别系统,数字图像处理期末大作业。|12|2024-05-06|2024-05-04| |9|[vectorZeng/hzbmmc2024-B](https://github.com/vectorZeng/hzbmmc2024-B)|2024年华中杯数学建模比赛 B题 使用行车轨迹估计交通信号灯周期问题|10|2024-06-06|2024-04-21| |10|[coollingomg/Uav-track-collaborative-planning-based-on-pso-algorithm](https://github.com/coollingomg/Uav-track-collaborative-planning-based-on-pso-algorithm)|Uav track collaborative planning based on pso algorithm/基于pso算法的无人机航迹协同规划|9|2024-07-09|2024-06-23| |11|[Trist-wood/Digital-image-processing-system](https://github.com/Trist-wood/Digital-image-processing-system)|本系统基于MATLAB 的图像处理工具箱和图形用户界面(GUI)设计与实现,构建了一个面向对象且高度可视化的图像处理操作系统,该系统实现了图像增强、图像变换、图像滤波、图像分割、边缘检测等内容|7|2024-05-25|2024-05-25| |12|[123RoBin0819/Sea-clutter](https://github.com/123RoBin0819/Sea-clutter)|海杂波|7|2024-05-17|2024-05-17| |13|[Aleiluo/My-Mathematical-Modeling](https://github.com/Aleiluo/My-Mathematical-Modeling)|本人备战、参加数学建模竞赛的图片和代码|7|2024-05-21|2024-05-06| |14|[TkungAI/AMBD-CGE](https://github.com/TkungAI/AMBD-CGE)|基于MBD(Model-Based Design,基于模型的设计)代码生成样例。|7|2024-04-14|2024-04-04| |15|[HelioAB/CableSSB-zh](https://github.com/HelioAB/CableSSB-zh)|提供了一个专为桥梁工程设计的通用框架,它能够支持创建包括斜拉桥、悬索桥、斜拉-悬索协作体系桥梁在内的几乎所有类型的缆索承重桥梁的物理模型,并可以将其导入到ANSYS中进行有限元分析。基于MATLAB编写,本框架旨在为桥梁工程师和研究人员提供一个强大、灵活的工具,以促进缆索承重桥梁的分析和研究。|7|2024-07-26|2024-02-29| |16|[deltaRing/multi_mmwave_radar_tracking_multi_targets](https://github.com/deltaRing/multi_mmwave_radar_tracking_multi_targets)|多毫米波雷达跟踪多目标|6|2024-08-14|2024-06-02| |17|[zhangyonggang316/ZLG_USBCAN_Simuink](https://github.com/zhangyonggang316/ZLG_USBCAN_Simuink)|创建了周立功USBCAN设备的驱动库,simulink模型可以直接添加模块,驱动硬件进行can报文的收发。|5|2024-04-28|2024-04-26| |18|[0ce38a2b/Predictive-Control-Quadcopter](https://github.com/0ce38a2b/Predictive-Control-Quadcopter)|Predictive Control Core Assignment - Spring 2024 Imperial College London|5|2024-09-04|2024-03-11| |19|[lxy0068/Signal-and-system-experiments](https://github.com/lxy0068/Signal-and-system-experiments)|Signal and System Experiment (Autumn 2023)|4|2024-10-11|2024-10-07| |20|[spaceemperor01/Reed-Solomen-MATLAB](https://github.com/spaceemperor01/Reed-Solomen-MATLAB)|A Matlab implementation of Reed Solomen (RS code) for any length and gf order 任意长度和有限域阶数的里德所罗门码MATLAB实现|4|2024-09-26|2024-09-26| |21|[LuoQingju/Carbon-Emission-Flow](https://github.com/LuoQingju/Carbon-Emission-Flow)|复现论文《电力系统碳排放流的计算方法初探》。周天睿,康重庆,徐乾耀,等.电力系统碳排放流的计算方法初探[J].电力系统自动化,2012,36(11):44-49.|4|2024-07-08|2024-07-08| |22|[Heavyapples/Generate-three-classification-vibration-signals-and-train-them-with-CNN](https://github.com/Heavyapples/Generate-three-classification-vibration-signals-and-train-them-with-CNN)|本项目是一个由我个人开发的matlab深度学习项目,生成了三种不同类型的波形信号并构建了一个数据集,使用STFT计算信号的时频图,构建并训练了一个简单的CNN用于分类信号类型,测试了训练好的模型,并通过CAM可视化模型的决策区域。|4|2024-05-23|2024-05-23| |23|[ElbertSwan/Microgrid-real-time-economic-dispatch-with-ADP](https://github.com/ElbertSwan/Microgrid-real-time-economic-dispatch-with-ADP)|基于ADP算法求解微电网实时经济调度问题|4|2024-05-10|2024-05-10| |24|[EXPSIN/StroboscopicPhotography](https://github.com/EXPSIN/StroboscopicPhotography)|基于视频提取频闪照片的MATLAB脚本|3|2024-09-14|2024-09-14| |25|[LZT1945/MATLAB-smoothing-software-for-high-density-electrical-data](https://github.com/LZT1945/MATLAB-smoothing-software-for-high-density-electrical-data)|高密度电法原始数据平滑Matlab程序|3|2024-08-11|2024-08-10| |26|[K-N-Xiang/OpenISP-MATLAB](https://github.com/K-N-Xiang/OpenISP-MATLAB)|用MATLAB写的ISP Pipeline|3|2024-07-19|2024-07-04| |27|[nextpilot/nextpilot-simulink-toolbox](https://github.com/nextpilot/nextpilot-simulink-toolbox)|一套基于MATLAB/Simulink飞控系统开发工具箱|3|2024-09-13|2024-06-20| |28|[RivenSartre/Li-ion-SOC-estimation-based-on-fuzzy-control-and-EKF](https://github.com/RivenSartre/Li-ion-SOC-estimation-based-on-fuzzy-control-and-EKF)|基于模糊控制的扩展卡尔曼滤波SOC估计|3|2024-06-19|2024-06-19| |29|[pigeonLCY/2023CUMCM](https://github.com/pigeonLCY/2023CUMCM)|基于计算几何的海域地形分析及多波束测深优化模型|3|2024-06-05|2024-06-05| |30|[JingkeTAN/Genetic-algorithm-with-MILP](https://github.com/JingkeTAN/Genetic-algorithm-with-MILP)|遗传算法解决带时间窗的混合整数非线性规划问题(MILP)|3|2024-05-25|2024-05-25| |31|[SAKURA-CAT/water-tank](https://github.com/SAKURA-CAT/water-tank)|基于Matlab的单水箱液位的模糊控制系统设计|3|2024-05-29|2024-04-20| |32|[kon9chun/ParameterIdentification_and_FOMe](https://github.com/kon9chun/ParameterIdentification_and_FOMe)|FOM参数辨识及其改进模型|3|2024-07-02|2024-02-21| |33|[XDUgaile/2024ICM_D](https://github.com/XDUgaile/2024ICM_D)|2024美赛 ICM D题|3|2024-05-04|2024-02-02| |34|[wanyun-yang-2002/Information-Hiding-and-Digital-Watermark](https://github.com/wanyun-yang-2002/Information-Hiding-and-Digital-Watermark)|Practice of Information Hiding and Digital Watermark 信息隐藏与数字水印实验|3|2024-07-16|2023-12-15| |35|[Chang-huilin/Multispectral](https://github.com/Chang-huilin/Multispectral)|多光谱成像技术|3|2024-06-17|2023-10-24|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Objective-C.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Objective-C 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[marlkiller/dylib_dobby_hook](https://github.com/marlkiller/dylib_dobby_hook)|A macOS dylib project based on the Dobby Hook framework, aimed at enhancing and extending the functionality of target software.|228|2024-10-08|2024-01-14| |2|[huami1314/DYYY](https://github.com/huami1314/DYYY)|用于调整抖音的UI的Tweak|44|2024-10-08|2024-10-06| |3|[DargonLee/LookinRootless](https://github.com/DargonLee/LookinRootless)|基于 Dopamine 无根越狱实现的插件,该插件可以调试 iOS 的 UI 界面|37|2024-09-27|2024-09-25| |4|[iHongRen/CXYWebScript](https://github.com/iHongRen/CXYWebScript)|简化 iOS App 与 H5 交互,H5在调用时不用区分Android还是iOS,直接调用方法 window.App.onSayHello('Hello')|21|2024-04-30|2024-04-10| |5|[marlkiller/mac_patch_helper](https://github.com/marlkiller/mac_patch_helper)|一个随心所欲的 macOS Patch 工具类|18|2024-07-11|2024-04-09| |6|[long-zuyang/Lenovo-R9000P2021H-Hackintosh](https://github.com/long-zuyang/Lenovo-R9000P2021H-Hackintosh)|拯救者R9000P2021H黑苹果EFI|10|2024-06-19|2024-04-03| |7|[YuAYuyyy/YKBLock-For-iPA](https://github.com/YuAYuyyy/YKBLock-For-iPA)|udid网络验证源码,后台部分加密。弹窗源码全开源|8|2024-04-15|2024-04-10| |8|[XLsnQw/MonkeyTweakDev](https://github.com/XLsnQw/MonkeyTweakDev)|MonkeyDev Tweak 支持最新无根越狱 Theos开发|7|2024-07-27|2024-07-26| |9|[iHongRen/UITextView-html-demo](https://github.com/iHongRen/UITextView-html-demo)|UITextView 加载 HTML 文本字符串的一些优化和注意事项 Demo|6|2024-04-24|2024-04-21| |10|[JayChou202302/BRCBoxInputView](https://github.com/JayChou202302/BRCBoxInputView)|BRCBoxInputView is a customizable input view that supports various text input customizations and conforms to the UITextInput protocol. 一个基于 UITextInput 协议的验证码输入组件,功能强大,支持高度自定义 ,v1.2.0 支持 SwiftUI|5|2024-09-19|2024-07-05| |11|[Allen0828/AAEngine](https://github.com/Allen0828/AAEngine)|Metal 展示全景地图、3D模型、简单游戏等|5|2024-05-12|2024-03-25| |12|[MediaBox-AUIKits/AUIShortEpisode](https://github.com/MediaBox-AUIKits/AUIShortEpisode)|阿里云 · AUI Kits 短剧播放场景|4|2024-08-19|2024-05-13| |13|[CocoaJiang/XJButton](https://github.com/CocoaJiang/XJButton)|一个解放你所有烦恼的Button 支持链式调用,支持渐变+各个方向的圆角,支持block回调事件,支持图片和文字的距离调整,支持增加点击范围,支持内边距|3|2024-08-12|2024-06-19| |14|[gzx543097079/AppStorePrivacyInfo](https://github.com/gzx543097079/AppStorePrivacyInfo)|解决部分已经不在维护的SDK的隐私清单问题|3|2024-05-28|2024-04-29| |15|[acodeworker/VoiceAnimation](https://github.com/acodeworker/VoiceAnimation)|仿文心一言语音动效|3|2024-04-17|2024-04-17| |16|[F-JH/weworklocation](https://github.com/F-JH/weworklocation)|企业微信修改定位|3|2024-07-25|2024-03-04| |17|[vampire-locker/iOS-Tools-OC](https://github.com/vampire-locker/iOS-Tools-OC)|iOS 常用的工具类|2|2024-09-05|2024-08-20| |18|[EricMoin/R9000P2021-AMD5800H-Hackintosh](https://github.com/EricMoin/R9000P2021-AMD5800H-Hackintosh)|黑苹果EFI文件|2|2024-07-23|2024-07-23| |19|[QuintGao/GKLivePhotoManager](https://github.com/QuintGao/GKLivePhotoManager)|livePhoto处理工具类|2|2024-09-14|2024-06-27| |20|[295060456/JobsOCBaseConfigDemo](https://github.com/295060456/JobsOCBaseConfigDemo)|iOS.OC靶场项目|2|2024-10-11|2024-05-11| |21|[AeolusZane/rn-swift-demo](https://github.com/AeolusZane/rn-swift-demo)|RN-Swift混合开发,覆盖大部分开发需求。包含RN使用Swift组件,RN和Swift组件相互通信,RN更新Swift组件状态、Swift更新RN组件状态|2|2024-09-21|2024-03-20| |22|[CodeGather/fusion_auth](https://github.com/CodeGather/fusion_auth)|Flutter阿里云号码认证的融合认证|2|2024-06-30|2023-11-28| |23|[OuterCloud/TestAppForIOS](https://github.com/OuterCloud/TestAppForIOS)|该项目用来展示用例信息收集库的使用方法|2|2024-07-30|2023-10-30|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/PHP.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > PHP 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[HiEventsDev/Hi.Events](https://github.com/HiEventsDev/Hi.Events)|Open-source event management and ticket selling platform. Perfect for concerts, conferences, and everything in between 🎟️|1963|2024-10-08|2023-10-24| |2|[cedar2025/Xboard](https://github.com/cedar2025/Xboard)|基于V2board二次开发支持新协议新特性的高性能面板|1841|2024-10-09|2023-11-14| |3|[netcccyun/dnsmgr](https://github.com/netcccyun/dnsmgr)|彩虹聚合DNS管理系统|342|2024-10-11|2024-04-03| |4|[Aabyss-Team/Antivirus-Scan](https://github.com/Aabyss-Team/Antivirus-Scan)|What AV? 一款轻量级的杀软在线识别的项目,持续更新ing|160|2024-10-01|2024-08-26| |5|[taksssss/PHP-EPG-Docker-Server](https://github.com/taksssss/PHP-EPG-Docker-Server)|用 php 实现的 EPG 服务端, Docker🐳 部署,带设置界面、台标管理,支持 DIYP & 百川 、 超级直播 以及 xmltv 格式。|113|2024-10-10|2024-07-10| |6|[Xinslive/MiniPix](https://github.com/Xinslive/MiniPix)|一款专为个人需求设计的高效图床解决方案,集成了强大的图片压缩功能与优雅的前台后台界面。项目结构精简高效,提供自定义图片压缩率与尺寸设置,有效降低存储与带宽成本。|112|2024-10-11|2024-06-30| |7|[saithink/saiadmin](https://github.com/saithink/saiadmin)|SaiAdmin框架后端,基于webman高性能HTTP服务框架开发的后端中台管理系统|106|2024-10-11|2024-01-20| |8|[webman-php/midjourney-proxy](https://github.com/webman-php/midjourney-proxy)|全功能Midjourney Discord代理,支持Midjourney所有功能,稳定,免费|93|2024-09-12|2024-03-12| |9|[pbootcmspro/PbootCMS](https://github.com/pbootcmspro/PbootCMS)|PbootCMS是全新内核且永久开源免费的PHP企业网站开发建设管理系统,是一套高效、简洁、 强悍的可免费商用的PHP CMS源码,能够满足各类企业网站开发建设的需要。系统采用简单到想哭的模板标签,只要懂HTML就可快速开发企业网站。官方提供了大量网站模板免费下载和使用,将致力于为广大开发者和企业提供最佳的网站开发建设解决方案。|90|2024-09-24|2023-12-22| |10|[JLinMr/PixPro](https://github.com/JLinMr/PixPro)|PixPro 一款个人需求的高效图床,集成了强大的图片压缩功能与优雅的前台。后台管理瀑布流展示和AJAX刷新,能有效降低存储与带宽成本。|80|2024-09-19|2024-07-13| |11|[TGsuoyin/trx](https://github.com/TGsuoyin/trx)|最新TG机器人 波场TRON能量租赁机器人、TRX能量自助租赁、TRX兑换、自动回能量、商城、地址监听、会员24小时自助购买 -完整功能 https://t.me/trxdhu1_bot|61|2024-10-09|2024-01-20| |12|[Hyizhou1/trx](https://github.com/Hyizhou1/trx)|tg机器人 trx兑换、能量租赁、trx闪兑自动回能量、商城、地址监听、会员24小时自助购买,TG验群机器人,TG引流机器人,TG算账机器人,TG代摇快三牛牛推机器人 -完整功能 https://t.me/hongsx|60|2024-05-23|2024-02-19| |13|[ProbiusOfficial/PHPinclude-labs](https://github.com/ProbiusOfficial/PHPinclude-labs)|【Hello-CTF labs】PHP文件包含类靶场,各类协议的讲解以及基于协议的LFI/RFI|59|2024-10-11|2024-07-28| |14|[imjeff/wordpress-dear](https://github.com/imjeff/wordpress-dear)|Dear 是一款 WordPress & Typecho 纯文本极极简主题,样式复刻于 Bear Blog 示例主题。主题支持自定义背景、自定义菜单、自定义首页内容,支持黑暗模式和自适应;内置文章归档和搜索模板;已作中文字体优化,内置3种字体方案可选。力求极简,对程序自带功能进行禁用及优化,主题无 JS、图片文件引用。|54|2024-09-22|2023-11-30| |15|[whitebearcode/typecho-beargallery](https://github.com/whitebearcode/typecho-beargallery)|一款简洁优雅的Typecho摄影类相册主题|48|2024-07-22|2024-04-10| |16|[fordes123/ITEM](https://github.com/fordes123/ITEM)|Typecho 网址导航主题|47|2024-09-05|2024-02-22|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Pascal.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Pascal 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[cityboat888/OnePascal](https://github.com/cityboat888/OnePascal)|OnePascal简介: OneDelphi是基于Delphi IDE开发的三层中间件, oneLaz是基于Lazaus IDE开发的三层中间件, OneUniApp是基于HBuilderX IDE开发的多端合一app 中间件支持MVC及传统DataSet框架,这个版本是在源码的基础上(放弃mormot)使用Delphi-Cross-Socket作为HTTP通讯|5|2024-04-16|2023-10-24| |2|[szlbz/DataSetDelta](https://github.com/szlbz/DataSetDelta)|为lazarus增加类似delphi TClientDataSet的Delta功能|4|2024-09-25|2024-06-02|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Perl.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Perl 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[kbnote/slowsql-analysis](https://github.com/kbnote/slowsql-analysis)|分析mysql的慢查询可视化分析|7|2024-04-16|2024-04-16| |2|[YoseR1cho/steamcommunity_302_V12.0.4](https://github.com/YoseR1cho/steamcommunity_302_V12.0.4)|集成多种功能steam工具箱 支持github加速|3|2024-07-12|2024-06-01| |3|[makotoga/o-dic](https://github.com/makotoga/o-dic)|沖縄辞書|2|2024-05-23|2023-10-23|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Python.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Python 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[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)|33910|2024-10-02|2024-01-14| |2|[All-Hands-AI/OpenHands](https://github.com/All-Hands-AI/OpenHands)|🙌 OpenHands: Code Less, Make More|32894|2024-10-11|2024-03-13| |3|[2noise/ChatTTS](https://github.com/2noise/ChatTTS)|A generative speech model for daily dialogue.|31399|2024-10-10|2024-05-27| |4|[myshell-ai/OpenVoice](https://github.com/myshell-ai/OpenVoice)|Instant voice cloning by MIT and MyShell.|29107|2024-08-21|2023-11-29| |5|[hpcaitech/Open-Sora](https://github.com/hpcaitech/Open-Sora)|Open-Sora: Democratizing Efficient Video Production for All|21838|2024-08-09|2024-02-20| |6|[infiniflow/ragflow](https://github.com/infiniflow/ragflow)|RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.|19078|2024-10-11|2023-12-12| |7|[VikParuchuri/marker](https://github.com/VikParuchuri/marker)|Convert PDF to markdown quickly with high accuracy|16925|2024-09-07|2023-10-30| |8|[harry0703/MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo)|利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.|16431|2024-07-26|2024-03-11| |9|[ScrapeGraphAI/Scrapegraph-ai](https://github.com/ScrapeGraphAI/Scrapegraph-ai)|Python scraper based on AI|14829|2024-10-11|2024-01-27| |10|[THUDM/ChatGLM3](https://github.com/THUDM/ChatGLM3)|ChatGLM3 series: Open Bilingual Chat LLMs 开源双语对话语言模型|13382|2024-07-10|2023-10-26| |11|[KwaiVGI/LivePortrait](https://github.com/KwaiVGI/LivePortrait)|Bring portraits to life!|12249|2024-10-07|2024-07-03| |12|[OpenBMB/MiniCPM-V](https://github.com/OpenBMB/MiniCPM-V)|MiniCPM-V 2.6: A GPT-4V Level MLLM for Single Image, Multi Image and Video on Your Phone|12218|2024-09-13|2024-01-29| |13|[netease-youdao/QAnything](https://github.com/netease-youdao/QAnything)|Question and Answer based on Anything.|11604|2024-09-27|2024-01-03| |14|[PKU-YuanGroup/Open-Sora-Plan](https://github.com/PKU-YuanGroup/Open-Sora-Plan)|This project aim to reproduce Sora (Open AI T2V model), we wish the open source community contribute to this project.|11314|2024-10-08|2024-02-20| |15|[VikParuchuri/surya](https://github.com/VikParuchuri/surya)|OCR, layout analysis, reading order, table recognition in 90+ languages|10247|2024-10-08|2024-01-10| |16|[fudan-generative-vision/hallo](https://github.com/fudan-generative-vision/hallo)|Hallo: Hierarchical Audio-Driven Visual Synthesis for Portrait Image Animation|9290|2024-09-14|2024-06-12| |17|[OpenBMB/XAgent](https://github.com/OpenBMB/XAgent)|An Autonomous LLM Agent for Complex Task Solving|8080|2024-08-12|2023-10-16| |18|[microsoft/UFO](https://github.com/microsoft/UFO)|A UI-Focused Agent for Windows OS Interaction.|7638|2024-09-25|2024-01-08| |19|[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界面的声音克隆工具,使用你的音色或任意声音来录制音频|7365|2024-08-22|2023-11-19| |20|[netease-youdao/EmotiVoice](https://github.com/netease-youdao/EmotiVoice)|EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine|7325|2024-08-13|2023-11-08| |21|[deepseek-ai/DeepSeek-Coder](https://github.com/deepseek-ai/DeepSeek-Coder)|DeepSeek Coder: Let the Code Write Itself|6654|2024-05-21|2023-10-20| |22|[modelscope/DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio)|Enjoy the magic of Diffusion models!|6422|2024-10-11|2023-12-07| |23|[jianchang512/ChatTTS-ui](https://github.com/jianchang512/ChatTTS-ui)|一个简单的本地网页界面,使用ChatTTS将文字合成为语音,同时支持对外提供API接口。A simple native web interface that uses ChatTTS to synthesize text into speech, along with support for external API interfaces.|6037|2024-08-29|2024-05-30| |24|[OpenGVLab/InternVL](https://github.com/OpenGVLab/InternVL)|[CVPR 2024 Oral] InternVL Family: A Pioneering Open-Source Alternative to GPT-4o. 接近GPT-4o表现的开源多模态对话模型|5713|2024-09-19|2023-11-22| |25|[FunAudioLLM/CosyVoice](https://github.com/FunAudioLLM/CosyVoice)|Multi-lingual large voice generation model, providing inference, training and deployment full-stack ability.|5437|2024-09-29|2024-07-03| |26|[Upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant)|Intelligence development framework in python for your product like Apple Intelligence|5216|2024-09-10|2024-05-26| |27|[Ucas-HaoranWei/GOT-OCR2.0](https://github.com/Ucas-HaoranWei/GOT-OCR2.0)|Official code implementation of General OCR Theory: Towards OCR-2.0 via a Unified End-to-end Model|5185|2024-10-11|2024-09-02| |28|[adithya-s-k/omniparse](https://github.com/adithya-s-k/omniparse)|Ingest, parse, and optimize any data format ➡️ from documents to multimedia ➡️ for enhanced compatibility with GenAI frameworks|5142|2024-09-23|2024-06-04| |29|[opendatalab/PDF-Extract-Kit](https://github.com/opendatalab/PDF-Extract-Kit)|A Comprehensive Toolkit for High-Quality PDF Content Extraction|5031|2024-10-11|2024-06-27| |30|[modelscope/agentscope](https://github.com/modelscope/agentscope)|Start building LLM-empowered multi-agent applications in an easier way.|4998|2024-10-08|2024-01-12| |31|[OpenInterpreter/01](https://github.com/OpenInterpreter/01)|The #1 open-source voice interface for desktop, mobile, and ESP32 chips.|4926|2024-10-02|2024-01-11| |32|[THUDM/GLM-4](https://github.com/THUDM/GLM-4)|GLM-4 series: Open Multilingual Multimodal Chat LMs 开源多语言多模态对话模型|4840|2024-10-06|2024-05-15| |33|[InternLM/MindSearch](https://github.com/InternLM/MindSearch)|🔍 An LLM-based Multi-agent Framework of Web Search Engine (like Perplexity.ai Pro and SearchGPT)|4827|2024-10-10|2024-07-28| |34|[xxlong0/Wonder3D](https://github.com/xxlong0/Wonder3D)|Single Image to 3D using Cross-Domain Diffusion for 3D Generation|4728|2024-08-29|2023-10-14| |35|[dyang886/Game-Cheats-Manager](https://github.com/dyang886/Game-Cheats-Manager)|Easily download and manage game cheats for your convenience|4727|2024-10-05|2023-12-31| |36|[myshell-ai/MeloTTS](https://github.com/myshell-ai/MeloTTS)|High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean.|4592|2024-08-09|2024-02-19| |37|[YaoFANGUK/video-subtitle-remover](https://github.com/YaoFANGUK/video-subtitle-remover)|基于AI的图片/视频硬字幕去除、文本水印去除,无损分辨率生成去字幕、去水印后的图片/视频文件。无需申请第三方API,本地实现。AI-based tool for removing hard-coded subtitles and text-like watermarks from videos or Pictures.|4125|2024-10-09|2023-10-25| |38|[TeamWiseFlow/wiseflow](https://github.com/TeamWiseFlow/wiseflow)|Wiseflow is an agile information mining tool that extracts concise messages from various sources such as websites, WeChat official accounts, social platforms, etc. It automatically categorizes and upl ...|4094|2024-10-10|2024-04-24| |39|[Kwai-Kolors/Kolors](https://github.com/Kwai-Kolors/Kolors)|Kolors Team|3695|2024-09-04|2024-07-05| |40|[lipku/livetalking](https://github.com/lipku/livetalking)|Real time interactive streaming digital human|3604|2024-10-05|2023-12-19| |41|[Tencent/HunyuanDiT](https://github.com/Tencent/HunyuanDiT)|Hunyuan-DiT : A Powerful Multi-Resolution Diffusion Transformer with Fine-Grained Chinese Understanding|3348|2024-10-11|2024-05-10| |42|[huggingface/speech-to-speech](https://github.com/huggingface/speech-to-speech)|Speech To Speech: an effort for an open-sourced and modular GPT4-o|3209|2024-09-27|2024-08-07| |43|[AiuniAI/Unique3D](https://github.com/AiuniAI/Unique3D)|Official implementation of Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image|2958|2024-09-18|2024-05-30| |44|[FunAudioLLM/SenseVoice](https://github.com/FunAudioLLM/SenseVoice)|Multilingual Voice Understanding Model|2895|2024-09-25|2024-07-03| |45|[X-PLUG/MobileAgent](https://github.com/X-PLUG/MobileAgent)|Mobile-Agent: The Powerful Mobile Device Operation Assistant Family|2801|2024-09-26|2024-01-26| |46|[gpt-omni/mini-omni](https://github.com/gpt-omni/mini-omni)|open-source multimodal large language model that can hear, talk while thinking. Featuring real-time end-to-end speech input and streaming audio output conversational capabilities. |2798|2024-09-25|2024-08-27| |47|[BadToBest/EchoMimic](https://github.com/BadToBest/EchoMimic)|Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning|2611|2024-08-15|2024-07-03| |48|[TMElyralab/MuseTalk](https://github.com/TMElyralab/MuseTalk)|MuseTalk: Real-Time High Quality Lip Synchorization with Latent Space Inpainting|2562|2024-09-23|2024-03-26| |49|[QwenLM/Qwen2-VL](https://github.com/QwenLM/Qwen2-VL)|Qwen2-VL is the multimodal large language model series developed by Qwen team, Alibaba Cloud.|2560|2024-10-04|2024-08-29| |50|[PeterH0323/Streamer-Sales](https://github.com/PeterH0323/Streamer-Sales)|Streamer-Sales 销冠 —— 卖货主播 LLM 大模型🛒🎁,一个能够根据给定的商品特点从激发用户购买意愿角度出发进行商品解说的卖货主播大模型。🚀⭐内含详细的数据生成流程❗ 📦另外还集成了 LMDeploy 加速推理🚀、RAG检索增强生成 📚、TTS文字转语音🔊、数字人生成 🦸、 Agent 使用网络查询实时信息🌐、ASR 语音转文字🎙️、Vue 生态搭建前端🍍、FastAPI 搭建后端 ...|2436|2024-10-10|2024-04-05| |51|[TMElyralab/MuseV](https://github.com/TMElyralab/MuseV)|MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising|2382|2024-06-28|2024-03-25| |52|[FujiwaraChoki/MoneyPrinterV2](https://github.com/FujiwaraChoki/MoneyPrinterV2)|Automate the process of making money online.|2371|2024-04-17|2024-02-12| |53|[DeepInsight-AI/DeepBI](https://github.com/DeepInsight-AI/DeepBI)|LLM based data scientist, AI native data application. AI-driven infinite thinking redefines BI.|2332|2024-10-11|2023-11-20| |54|[jianchang512/stt](https://github.com/jianchang512/stt)|Voice Recognition to Text Tool / 一个离线运行的本地音视频转字幕工具,输出json、srt字幕、纯文字格式|2262|2024-10-07|2023-12-28| |55|[jingyaogong/minimind](https://github.com/jingyaogong/minimind)|「大模型」3小时完全从0训练26M的小参数GPT,个人显卡即可推理训练!|2253|2024-10-11|2024-07-27| |56|[aixcoder-plugin/aiXcoder-7B](https://github.com/aixcoder-plugin/aiXcoder-7B)|official repository of aiXcoder-7B Code Large Language Model|2193|2024-08-29|2024-03-30| |57|[MzeroMiko/VMamba](https://github.com/MzeroMiko/VMamba)|VMamba: Visual State Space Models,code is based on mamba|2083|2024-09-25|2024-01-11| |58|[malinkang/weread2notion-pro](https://github.com/malinkang/weread2notion-pro)|-|2064|2024-10-11|2024-01-03| |59|[THUDM/CogVLM2](https://github.com/THUDM/CogVLM2)|GPT4V-level open-source multi-modal model based on Llama3-8B|2045|2024-09-03|2024-05-10| |60|[Alpha-VLLM/Lumina-T2X](https://github.com/Alpha-VLLM/Lumina-T2X)|Lumina-T2X is a unified framework for Text to Any Modality Generation|2040|2024-08-06|2024-03-28| |61|[Langboat/Mengzi3](https://github.com/Langboat/Mengzi3)|-|2032|2024-10-09|2024-03-29| |62|[buaacyw/MeshAnything](https://github.com/buaacyw/MeshAnything)|From anything to mesh like human artists. Official impl. of "MeshAnything: Artist-Created Mesh Generation with Autoregressive Transformers"|2000|2024-08-05|2024-06-16| |63|[6drf21e/ChatTTS_colab](https://github.com/6drf21e/ChatTTS_colab)|🚀 一键部署(含离线整合包)!基于 ChatTTS ,支持流式输出、音色抽卡、长音频生成和分角色朗读。简单易用,无需复杂安装。|1986|2024-07-02|2024-05-30| |64|[NexaAI/nexa-sdk](https://github.com/NexaAI/nexa-sdk)|Nexa SDK is a comprehensive toolkit for supporting ONNX and GGML models. It supports text generation, image generation, vision-language models (VLM), auto-speech-recognition (ASR), and text-to-speech ...|1970|2024-10-11|2024-08-16| |65|[JaveleyQAQ/WeChatOpenDevTools-Python](https://github.com/JaveleyQAQ/WeChatOpenDevTools-Python)|WeChatOpenDevTool 微信小程序强制开启开发者工具|1959|2024-09-15|2024-01-17| |66|[PKU-YuanGroup/MoE-LLaVA](https://github.com/PKU-YuanGroup/MoE-LLaVA)|Mixture-of-Experts for Large Vision-Language Models|1937|2024-05-15|2023-12-14| |67|[lanqian528/chat2api](https://github.com/lanqian528/chat2api)|A service that can convert ChatGPT on the web to OpenAI API format.|1930|2024-10-11|2024-04-04| |68|[Kedreamix/Linly-Talker](https://github.com/Kedreamix/Linly-Talker)|Digital Avatar Conversational System - Linly-Talker. 😄✨ Linly-Talker is an intelligent AI system that combines large language models (LLMs) with visual models to create a novel human-AI interaction me ...|1879|2024-09-27|2023-10-17| |69|[liuzhao1225/YouDub-webui](https://github.com/liuzhao1225/YouDub-webui)|-|1843|2024-05-14|2023-12-26| |70|[Clouditera/SecGPT](https://github.com/Clouditera/SecGPT)|SecGPT网络安全大模型|1784|2024-05-08|2023-11-20| |71|[Ucas-HaoranWei/Vary](https://github.com/Ucas-HaoranWei/Vary)|[ECCV 2024] Official code implementation of Vary: Scaling Up the Vision Vocabulary of Large Vision Language Models.|1776|2024-09-28|2023-12-07| |72|[Tele-AI/Telechat](https://github.com/Tele-AI/Telechat)|-|1767|2024-08-27|2024-01-07| |73|[hanxi/xiaomusic](https://github.com/hanxi/xiaomusic)|使用小爱音箱播放音乐,音乐使用 yt-dlp 下载。|1740|2024-10-10|2023-10-14| |74|[xinsir6/ControlNetPlus](https://github.com/xinsir6/ControlNetPlus)|ControlNet++: All-in-one ControlNet for image generations and editing!|1690|2024-09-30|2024-07-02| |75|[google-deepmind/penzai](https://github.com/google-deepmind/penzai)|A JAX research toolkit for building, editing, and visualizing neural networks.|1654|2024-09-11|2024-04-04| |76|[ymcui/Chinese-LLaMA-Alpaca-3](https://github.com/ymcui/Chinese-LLaMA-Alpaca-3)|中文羊驼大模型三期项目 (Chinese Llama-3 LLMs) developed from Meta Llama 3|1593|2024-09-23|2023-11-09| |77|[xingpingcn/enhanced-FaaS-in-China](https://github.com/xingpingcn/enhanced-FaaS-in-China)|提升部署在cloudflare、vercel或netlify的网页在中国的访问速度和稳定性 Improve the access speed and stability in China of web pages hosted on cloudflare, vercel or netlify by merely changing your CNAME record. cf优选域名 cf优选ip ...|1553|2024-10-11|2024-03-07| |78|[sqzw-x/mdcx](https://github.com/sqzw-x/mdcx)|Movie metadata scraper|1553|2024-10-03|2023-11-06| |79|[linyqh/NarratoAI](https://github.com/linyqh/NarratoAI)|利用AI大模型,一键解说并剪辑视频; Using AI models to automatically provide commentary and edit videos with a single click.|1512|2024-10-08|2024-08-12| |80|[yerfor/GeneFacePlusPlus](https://github.com/yerfor/GeneFacePlusPlus)|GeneFace++: Generalized and Stable Real-Time 3D Talking Face Generation; Official Code|1503|2024-06-05|2024-02-01| |81|[qnguyen3/chat-with-mlx](https://github.com/qnguyen3/chat-with-mlx)|An all-in-one LLMs Chat UI for Apple Silicon Mac using MLX Framework.|1470|2024-09-06|2024-02-16| |82|[InternLM/HuixiangDou](https://github.com/InternLM/HuixiangDou)|HuixiangDou: Overcoming Group Chat Scenarios with LLM-based Technical Assistance|1463|2024-10-10|2023-12-28| |83|[yixiu001/serv00-login](https://github.com/yixiu001/serv00-login)|同时支持serv00与ct8自动化批量保号,每3天自动登录一次面板,并且发送消息到Telegram|1461|2024-07-19|2024-07-03| |84|[Frrrrrrrrank/auto_job__find__chatgpt__rpa](https://github.com/Frrrrrrrrank/auto_job__find__chatgpt__rpa)|This is a tool used to automatically generate a cover letter using chatgpt based on your resume and job description and send messages to bosses in China.|1443|2024-10-09|2024-01-02| |85|[SunoAI-API/Suno-API](https://github.com/SunoAI-API/Suno-API)|Create Music in Seconds with SunoAPI. |1437|2024-08-12|2024-03-26| |86|[QwenLM/Qwen-Audio](https://github.com/QwenLM/Qwen-Audio)|The official repo of Qwen-Audio (通义千问-Audio) chat & pretrained large audio language model proposed by Alibaba Cloud.|1432|2024-07-05|2023-11-07| |87|[EvolvingLMMs-Lab/lmms-eval](https://github.com/EvolvingLMMs-Lab/lmms-eval)|Accelerating the development of large multimodal models (LMMs) with lmms-eval|1428|2024-10-11|2024-03-07| |88|[netease-youdao/BCEmbedding](https://github.com/netease-youdao/BCEmbedding)|Netease Youdao's open-source embedding and reranker models for RAG products.|1422|2024-09-06|2024-01-02| |89|[THUDM/LongWriter](https://github.com/THUDM/LongWriter)|LongWriter: Unleashing 10,000+ Word Generation from Long Context LLMs|1401|2024-09-27|2024-08-12| |90|[TencentARC/BrushNet](https://github.com/TencentARC/BrushNet)|[ECCV 2024] The official implementation of paper "BrushNet: A Plug-and-Play Image Inpainting Model with Decomposed Dual-Branch Diffusion"|1378|2024-07-17|2024-03-10| |91|[julep-ai/julep](https://github.com/julep-ai/julep)|A new DSL and server for AI agents and multi-step tasks|1333|2024-10-11|2024-04-04| |92|[ZHO-ZHO-ZHO/ComfyUI-InstantID](https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID)|Unofficial implementation of InstantID for ComfyUI|1331|2024-05-22|2024-01-22| |93|[THUDM/CodeGeeX4](https://github.com/THUDM/CodeGeeX4)|CodeGeeX4-ALL-9B, a versatile model for all AI software development scenarios, including code completion, code interpreter, web search, function calling, repository-level Q&A and much more.|1314|2024-08-25|2024-07-03| |94|[KimMeen/Time-LLM](https://github.com/KimMeen/Time-LLM)|[ICLR 2024] Official implementation of " 🦙 Time-LLM: Time Series Forecasting by Reprogramming Large Language Models"|1309|2024-08-29|2024-01-20| |95|[d60/twikit](https://github.com/d60/twikit)|Twitter API Scraper Without an API key Twitter Internal API Free Twitter scraper Twitter Bot|1287|2024-10-09|2024-01-20| |96|[chflame163/ComfyUI_LayerStyle](https://github.com/chflame163/ComfyUI_LayerStyle)|A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.|1286|2024-10-11|2024-01-17| |97|[jianchang512/vocal-separate](https://github.com/jianchang512/vocal-separate)|an extremely simple tool for separating vocals and background music, completely localized for web operation, using 2stems/4stems/5stems models 这是一个极简的人声和背景音乐分离工具,本地化网页操作,无需连接外网|1285|2024-07-29|2023-12-26| |98|[sustcsonglin/flash-linear-attention](https://github.com/sustcsonglin/flash-linear-attention)|Efficient implementations of state-of-the-art linear attention models in Pytorch and Triton|1257|2024-10-01|2023-12-20| |99|[linyiLYi/voice-assistant](https://github.com/linyiLYi/voice-assistant)|A simple toy demo of a local voice assistant with whisper and large language model.|1255|2024-04-30|2023-12-09| |100|[lxtGH/OMG-Seg](https://github.com/lxtGH/OMG-Seg)|OMG-LLaVA and OMG-Seg codebase [CVPR-24 and NeurIPS-24]|1254|2024-10-02|2024-01-05| |101|[Mzdyl/LiteLoaderQQNT_Install](https://github.com/Mzdyl/LiteLoaderQQNT_Install)|针对 LiteLoaderQQNT 的安装脚本|1252|2024-10-08|2024-01-21| |102|[DLYuanGod/TinyGPT-V](https://github.com/DLYuanGod/TinyGPT-V)|TinyGPT-V: Efficient Multimodal Large Language Model via Small Backbones|1239|2024-04-18|2023-12-28| |103|[cubiq/ComfyUI_InstantID](https://github.com/cubiq/ComfyUI_InstantID)|-|1234|2024-09-30|2024-01-27| |104|[aigc-apps/EasyAnimate](https://github.com/aigc-apps/EasyAnimate)|📺 An End-to-End Solution for High-Resolution and Long Video Generation Based on Transformer Diffusion|1228|2024-10-11|2024-04-11| |105|[kwuking/TimeMixer](https://github.com/kwuking/TimeMixer)|[ICLR 2024] Official implementation of "TimeMixer: Decomposable Multiscale Mixing for Time Series Forecasting"|1211|2024-09-21|2024-03-05| |106|[thuml/iTransformer](https://github.com/thuml/iTransformer)|Official implementation for "iTransformer: Inverted Transformers Are Effective for Time Series Forecasting" (ICLR 2024 Spotlight), https://openreview.net/forum?id=JePfAI8fah|1201|2024-09-09|2023-10-19| |107|[mini-sora/minisora](https://github.com/mini-sora/minisora)|MiniSora: A community aims to explore the implementation path and future development direction of Sora.|1185|2024-10-08|2024-02-21| |108|[RUC-NLPIR/FlashRAG](https://github.com/RUC-NLPIR/FlashRAG)|⚡FlashRAG: A Python Toolkit for Efficient RAG Research|1184|2024-10-11|2024-03-14| |109|[sMythicalBird/ZenlessZoneZero-Auto](https://github.com/sMythicalBird/ZenlessZoneZero-Auto)|绝区零 ZenlessZoneZero 零号空洞 自动战斗 自动化 图片分类 OCR识别|1168|2024-10-11|2024-07-13| |110|[open-compass/VLMEvalKit](https://github.com/open-compass/VLMEvalKit)|Open-source evaluation toolkit of large vision-language models (LVLMs), support ~100 VLMs, 40+ benchmarks|1147|2024-10-11|2023-12-01| |111|[QwenLM/Qwen2-Audio](https://github.com/QwenLM/Qwen2-Audio)|The official repo of Qwen2-Audio chat & pretrained large audio language model proposed by Alibaba Cloud.|1141|2024-08-13|2024-06-24| |112|[emcf/thepipe](https://github.com/emcf/thepipe)|Extract clean data from anywhere, powered by vision-language models ⚡|1139|2024-09-30|2024-03-22| |113|[hect0x7/JMComic-APK](https://github.com/hect0x7/JMComic-APK)|防迷路 禁漫天堂APK 禁漫APP安卓安装包 jm天堂 GitHub Actions |1117|2024-09-24|2023-12-03| |114|[KwaiKEG/KwaiAgents](https://github.com/KwaiKEG/KwaiAgents)|A generalized information-seeking agent system with Large Language Models (LLMs).|1086|2024-06-19|2023-11-13| |115|[zhulu111/ComfyUI_Bxb](https://github.com/zhulu111/ComfyUI_Bxb)|SD变现宝:一键把comfyui工作流转换成小程序。|1082|2024-10-03|2024-05-18| |116|[TencentQQGYLab/ELLA](https://github.com/TencentQQGYLab/ELLA)|ELLA: Equip Diffusion Models with LLM for Enhanced Semantic Alignment|1067|2024-07-17|2024-03-07| |117|[LinYuanovo/pikpak_auto_invite](https://github.com/LinYuanovo/pikpak_auto_invite)|PikPak自动邀请程序,附带图像识别过验证码,支持本地及GitHub Actions云端运行|1058|2024-07-04|2024-06-08| |118|[ok-oldking/ok-wuthering-waves](https://github.com/ok-oldking/ok-wuthering-waves)|鸣潮 后台自动战斗 自动刷声骸上锁合成 Automation for Wuthering Waves|1038|2024-10-11|2024-06-08| |119|[fufankeji/MateGen](https://github.com/fufankeji/MateGen)|Next-Generation Interactive Intelligent Programming Assistant|1033|2024-09-20|2024-07-14| |120|[Aabyss-Team/ARL](https://github.com/Aabyss-Team/ARL)|ARL官方仓库备份项目:ARL(Asset Reconnaissance Lighthouse)资产侦察灯塔系统旨在快速侦察与目标关联的互联网资产,构建基础资产信息库。 协助甲方安全团队或者渗透测试人员有效侦察和检索资产,发现存在的薄弱点和攻击面。|1021|2024-08-09|2024-05-13| |121|[LibraHp/GetQzonehistory](https://github.com/LibraHp/GetQzonehistory)|获取QQ空间发布的历史说说|1018|2024-10-11|2024-02-12| |122|[qhjqhj00/MemoRAG](https://github.com/qhjqhj00/MemoRAG)|Empowering RAG with a memory-based data interface for all-purpose applications!|1017|2024-09-29|2024-09-04| |123|[stanford-oval/WikiChat](https://github.com/stanford-oval/WikiChat)|WikiChat is an improved RAG. It stops the hallucination of large language models by retrieving data from a corpus.|1015|2024-10-07|2023-10-19| |124|[DachunKai/EvTexture](https://github.com/DachunKai/EvTexture)|[ICML 2024] EvTexture: Event-driven Texture Enhancement for Video Super-Resolution|997|2024-09-17|2024-05-18| |125|[ssili126/tv](https://github.com/ssili126/tv)|自动收集的IPv4酒店电视直播源,自动测试播放速度,每日自动更新。 有CCTV央视卫视频道,及部分地方频道,播放流畅。也可在openwrt或群辉的docker运行。更新了不需要chromedriver的方式。|997|2024-09-30|2024-01-12| |126|[ogkalu2/comic-translate](https://github.com/ogkalu2/comic-translate)|Desktop app for automatically translating comics - BDs, Manga, Manhwa, Fumetti and more in a variety of formats (Image, Pdf, Epub, cbr, cbz, etc) and in multiple languages.|989|2024-10-09|2024-01-25| |127|[QiuChenly/InjectLib](https://github.com/QiuChenly/InjectLib)|你知道我要说什么|960|2024-10-08|2024-06-15| |128|[yolain/ComfyUI-Easy-Use](https://github.com/yolain/ComfyUI-Easy-Use)|In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.|950|2024-10-11|2023-12-10| |129|[DoctorReid/ZenlessZoneZero-OneDragon](https://github.com/DoctorReid/ZenlessZoneZero-OneDragon)|绝区零 一条龙 全自动 自动闪避 自动每日 自动空洞 支持手柄|943|2024-10-10|2024-06-07| |130|[gusye1234/nano-graphrag](https://github.com/gusye1234/nano-graphrag)|A simple, easy-to-hack GraphRAG implementation|920|2024-10-10|2024-07-25| |131|[yerfor/Real3DPortrait](https://github.com/yerfor/Real3DPortrait)|Real3D-Portrait: One-shot Realistic 3D Talking Portrait Synthesis; ICLR 2024 Spotlight; Official code|915|2024-07-04|2024-02-02| |132|[tech-shrimp/WechatMoments](https://github.com/tech-shrimp/WechatMoments)|微信朋友圈导出工具-技术爬爬虾|909|2024-06-18|2024-03-28| |133|[BAAI-DCAI/Bunny](https://github.com/BAAI-DCAI/Bunny)|A family of lightweight multimodal models. |901|2024-09-18|2024-01-31| |134|[open-mmlab/PIA](https://github.com/open-mmlab/PIA)|[CVPR 2024] PIA, your Personalized Image Animator. Animate your images by text prompt, combing with Dreambooth, achieving stunning videos. PIA,你的个性化图像动画生成器,利用文本提示将图像变为奇妙的动画|891|2024-08-05|2023-12-21| |135|[honmashironeko/ProxyCat](https://github.com/honmashironeko/ProxyCat)|一款部署于云端或本地的代理池中间件,可将静态代理IP灵活运用成隧道IP,提供固定请求地址,一次部署终身使用|889|2024-10-06|2024-08-21| |136|[bilibili/Index-1.9B](https://github.com/bilibili/Index-1.9B)|A SOTA lightweight multilingual LLM|886|2024-09-20|2024-06-11| |137|[LazyAGI/LazyLLM](https://github.com/LazyAGI/LazyLLM)|Easiest and laziest way for building multi-agent LLMs applications.|871|2024-10-11|2024-06-04| |138|[multimodal-art-projection/MAP-NEO](https://github.com/multimodal-art-projection/MAP-NEO)|-|848|2024-06-21|2024-05-08| |139|[heshengtao/comfyui_LLM_party](https://github.com/heshengtao/comfyui_LLM_party)|Dify in ComfyUI includes Omost,GPT-sovits, ChatTTS,GOT-OCR2.0, and FLUX prompt nodes,access to Feishu,discord,and adapts to all llms with similar openai/gemini interfaces, such as o1,ollama, qwen, GLM ...|845|2024-10-11|2024-04-13| |140|[wxywb/history_rag](https://github.com/wxywb/history_rag)|-|843|2024-08-07|2023-12-29| |141|[eeeeeeeeee-code/e0e1-wx](https://github.com/eeeeeeeeee-code/e0e1-wx)|微信小程序辅助渗透-自动化|840|2024-08-30|2024-05-10| |142|[Kiteretsu77/APISR](https://github.com/Kiteretsu77/APISR)|APISR: Anime Production Inspired Real-World Anime Super-Resolution (CVPR 2024)|839|2024-06-28|2024-03-02| |143|[vivo-ai-lab/BlueLM](https://github.com/vivo-ai-lab/BlueLM)|BlueLM(蓝心大模型): Open large language models developed by vivo AI Lab|835|2024-04-22|2023-10-16| |144|[alipay/agentUniverse](https://github.com/alipay/agentUniverse)|agentUniverse is a LLM multi-agent framework that allows developers to easily build multi-agent applications. |807|2024-10-11|2024-04-23| |145|[om-ai-lab/OmAgent](https://github.com/om-ai-lab/OmAgent)|A multimodal agent framework for solving complex tasks [EMNLP'2024]|804|2024-10-09|2024-07-04| |146|[SmartFlowAI/EmoLLM](https://github.com/SmartFlowAI/EmoLLM)|心理健康大模型、LLM、The Big Model of Mental Health、Finetune、InternLM2、InternLM2.5、Qwen、ChatGLM、Baichuan、DeepSeek、Mixtral、LLama3、GLM4、Qwen2、LLama3.1|793|2024-09-19|2024-01-11| |147|[codefuse-ai/ModelCache](https://github.com/codefuse-ai/ModelCache)|A LLM semantic caching system aiming to enhance user experience by reducing response time via cached query-result pairs.|791|2024-09-14|2023-11-01| |148|[kingmo888/rustdesk-api-server](https://github.com/kingmo888/rustdesk-api-server)|基于Django的RustDesk Api&Web Server,除了支持api所有功能,还支持web注册、管理、展示等。已支持到最新1.3.1版本。|790|2024-09-25|2023-12-05| |149|[yuanzl77/IPTV](https://github.com/yuanzl77/IPTV)|每天自动更新IPTV直播源,支持IPV4/IPV6双栈访问!自定义频道,高质量直播源,❌不含有广告。Automatically update IPTV live streaming sources every day, supporting IPV4/IPV6 dual stack access! Custom channels, high-quality live streaming sourc ...|789|2024-10-10|2024-04-04| |150|[ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO](https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO)|Unofficial implementation of PhotoMaker for ComfyUI|785|2024-05-22|2024-01-15| |151|[LetheSec/HuggingFace-Download-Accelerator](https://github.com/LetheSec/HuggingFace-Download-Accelerator)|利用HuggingFace的官方下载工具从镜像网站进行高速下载。|775|2024-09-05|2023-11-27| |152|[jiayev/GPT4V-Image-Captioner](https://github.com/jiayev/GPT4V-Image-Captioner)|-|774|2024-10-07|2023-12-27| |153|[WeChatAPIs/WeChatMsgHistory_real](https://github.com/WeChatAPIs/WeChatMsgHistory_real)|Real-time Chat-重现微信群组和个人聊天记录查询项目,本项目为开发者和研究者提供一种深入查看微信聊天内容的解决方案,允许用户在特定条件下获取特定群组或私聊的聊天记录,并通过我们提供的API进行控制|764|2024-08-02|2024-02-23| |154|[Guovin/TV](https://github.com/Guovin/TV)|📺电视直播源更新工具🚀:包含💰央视(付费)频道、📡卫视频道、🏠广东频道、🌊港·澳·台频道、🎬电影频道、🎥咪咕直播;支持自定义增加频道(含图标);支持组播源、酒店源、订阅源、线上检索多种更新方式;每天自动更新两次,结果可用于TVBox等播放软件;支持工作流、Docker、命令行、软件界面多种部署/运行方式 Live TV source update tool|745|2024-10-11|2024-02-04| |155|[lenML/Speech-AI-Forge](https://github.com/lenML/Speech-AI-Forge)|🍦 Speech-AI-Forge is a project developed around TTS generation model, implementing an API Server and a Gradio-based WebUI.|712|2024-10-10|2024-06-01| |156|[Autumn-27/ScopeSentry](https://github.com/Autumn-27/ScopeSentry)|ScopeSentry-网络空间测绘、子域名枚举、端口扫描、敏感信息发现、漏洞扫描、分布式节点|704|2024-09-09|2024-02-27| |157|[Bao-qing/123pan](https://github.com/Bao-qing/123pan)|123pan下载工具,使用安卓客户端协议,绕开流量限制,解决123pan自用流量不足|697|2024-10-01|2023-12-15| |158|[ZhiXuanWang/cf-speed-dns](https://github.com/ZhiXuanWang/cf-speed-dns)|CloudflareSpeedTest 推送「每5分钟自选优选 IP」https://ip.164746.xyz|684|2024-10-11|2023-12-18| |159|[IEIT-Yuan/Yuan-2.0](https://github.com/IEIT-Yuan/Yuan-2.0)|Yuan 2.0 Large Language Model|682|2024-07-11|2023-11-26| |160|[lazydog28/mc_auto_boss](https://github.com/lazydog28/mc_auto_boss)|鸣潮后台自动刷BOSS声骸|674|2024-08-18|2024-06-01| |161|[WeChatAPIs/WechatBotCMD](https://github.com/WeChatAPIs/WechatBotCMD)|微信机器人WechatBotCMD是一个创新的基于Python 3.11开发的项目,通过结合ChatGPT模型和微信原生API,为用户提供智能聊天、自动绘画、自动发朋友圈、自动发视频号等多样的API集成服务,旨在提升日常沟通效率和趣味性。|672|2024-05-09|2023-12-18| |162|[R4gd0ll/I-Wanna-Get-All](https://github.com/R4gd0ll/I-Wanna-Get-All)|OA漏洞利用工具|665|2024-05-28|2024-02-23| |163|[ZHO-ZHO-ZHO/ComfyUI-Gemini](https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini)|Using Gemini in ComfyUI|663|2024-05-22|2023-12-19| |164|[DoMusic/Hybrid-Net](https://github.com/DoMusic/Hybrid-Net)|Real-time audio to chords, lyrics, beat, and melody.|660|2024-08-15|2024-03-26| |165|[JadyXuan/NTTS](https://github.com/JadyXuan/NTTS)|NO TIME TO SLEEP |640|2024-05-26|2024-05-14| |166|[HIT-SCIR/Chinese-Mixtral-8x7B](https://github.com/HIT-SCIR/Chinese-Mixtral-8x7B)|中文Mixtral-8x7B(Chinese-Mixtral-8x7B)|640|2024-08-17|2024-01-16| |167|[X-T-E-R/Uni-TTS](https://github.com/X-T-E-R/Uni-TTS)|本项目意图在于让使用各类语音合成引擎的方式变得统一,支持多种语音合成引擎适配器,允许直接作为模组使用或启动后端服务|632|2024-04-15|2024-02-16| |168|[NoCLin/LightMirrors](https://github.com/NoCLin/LightMirrors)|LightMirrors is a lightweight mirror server with caching capabilities that currently supports DockerHub, K8S, PyPI, PyTorch, and NPM.|631|2024-10-07|2024-02-24| |169|[DennisThink/awesome_twitter_CN](https://github.com/DennisThink/awesome_twitter_CN)|值得关注的中文twitter用户|621|2024-10-10|2024-07-12| |170|[ViggoZ/producthunt-daily-hot](https://github.com/ViggoZ/producthunt-daily-hot)|自动生成每日Product Hunt热门产品中文榜单,基于GitHub Actions自动提交Markdown文件|608|2024-10-11|2024-08-08| |171|[open-mmlab/PowerPaint](https://github.com/open-mmlab/PowerPaint)|[ECCV 2024] PowerPaint, a versatile image inpainting model that supports text-guided object inpainting, object removal, image outpainting and shape-guided object inpainting with only a single model. 一 ...|601|2024-09-08|2023-12-05| |172|[52beijixing/smartedu-download](https://github.com/52beijixing/smartedu-download)|国家中小学智慧教育平台|597|2024-08-19|2024-07-02| |173|[ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM](https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM)|Unofficial implementation of YOLO-World + EfficientSAM for ComfyUI|596|2024-05-22|2024-02-19| |174|[co01cat/SqlmapXPlus](https://github.com/co01cat/SqlmapXPlus)|sqlmap Xplus 基于 sqlmap,对经典的数据库注入漏洞利用工具进行二开!|588|2024-05-08|2024-02-03| |175|[adysec/nuclei_poc](https://github.com/adysec/nuclei_poc)|Nuclei POC,每日更新 自动整合全网Nuclei的漏洞POC,实时同步更新最新POC,保存已被删除的POC。通过批量克隆Github项目,获取Nuclei POC,并将POC按类别分类存放,使用Github Action实现(已有11wPOC,已校验有效性并去重)|587|2024-10-11|2024-05-07| |176|[THUDM/AutoWebGLM](https://github.com/THUDM/AutoWebGLM)|An LLM-based Web Navigating Agent (KDD'24)|586|2024-09-27|2024-04-03| |177|[ymcui/Chinese-Mixtral](https://github.com/ymcui/Chinese-Mixtral)|中文Mixtral混合专家大模型(Chinese Mixtral MoE LLMs)|581|2024-04-30|2024-01-11| |178|[saermart/DouyinLiveWebFetcher](https://github.com/saermart/DouyinLiveWebFetcher)|抖音直播间网页版的弹幕数据抓取(2024最新版本)|578|2024-10-08|2024-01-02| |179|[allwefantasy/auto-coder](https://github.com/allwefantasy/auto-coder)|-|572|2024-10-10|2024-03-13| |180|[cr4n5/XiaoYuanKouSuan](https://github.com/cr4n5/XiaoYuanKouSuan)|小猿口算_已达到0.00s|560|2024-10-11|2024-10-10| |181|[lanbinshijie/bili2text](https://github.com/lanbinshijie/bili2text)|Bilibili视频转文字,一步到位,输入链接即可使用|555|2024-07-18|2023-11-25| |182|[HZJQF/help_tool](https://github.com/HZJQF/help_tool)|推理算法助手(降维打击) |553|2024-10-05|2024-08-31| |183|[worm128/AI-YinMei](https://github.com/worm128/AI-YinMei)|AI吟美-人工智能主播-Vtuber|552|2024-09-12|2024-02-18| |184|[HKUDS/GraphGPT](https://github.com/HKUDS/GraphGPT)|[SIGIR'2024] "GraphGPT: Graph Instruction Tuning for Large Language Models"|545|2024-06-25|2023-10-15| |185|[ihmily/outfit-anyone](https://github.com/ihmily/outfit-anyone)|Outfit Anyone(最新修复版): Ultra-high quality virtual try-on for Any Clothing and Any Person|543|2024-06-14|2024-04-18| |186|[t41372/Open-LLM-VTuber](https://github.com/t41372/Open-LLM-VTuber)|Talk to any LLM with hands-free voice interaction, voice interruption, Live2D taking face, and long-term memory running locally across platforms|540|2024-10-09|2023-11-24| |187|[infrost/DeeplxFile](https://github.com/infrost/DeeplxFile)|基于Deeplx和Playwright提供的简单易用,快速,免费,不限制文件大小,支持超长文本翻译,跨平台的文件翻译工具 / Easy-to-use, fast, free, unlimited file size and cross platform file translation tool based on Deeplx & Playwright that supports long tex ...|538|2024-09-09|2024-08-15| |188|[VisionRush/DeepFakeDefenders](https://github.com/VisionRush/DeepFakeDefenders)|Image forgery recognition algorithm|533|2024-09-09|2024-08-31| |189|[swoole/phpy](https://github.com/swoole/phpy)|Connecting the Python and PHP ecosystems together|533|2024-09-09|2023-12-04| |190|[MeoProject/lx-music-api-server](https://github.com/MeoProject/lx-music-api-server)|适用于 LX Music 的解析接口服务器的 Python 实现|531|2024-10-10|2023-11-10| |191|[magicbear/palworld-server-toolkit](https://github.com/magicbear/palworld-server-toolkit)|PalWorld Server Toolkits - For Save file modify, list the players, repair sav file, etc...|530|2024-07-07|2024-01-27| |192|[FutureUniant/Tailor](https://github.com/FutureUniant/Tailor)|Tailor是一款视频智能裁剪、视频生成和视频优化的视频剪辑工具。目前的目标是通过人工智能技术减少视频剪辑的繁琐操作,让普通人也能简单实现专业剪辑人的水准!长远目标是让视频剪辑实现真正的AIGC!|527|2024-10-10|2024-05-28| |193|[liwenju0/cutword](https://github.com/liwenju0/cutword)|一个简单快速的分词、命名实体识别工具|523|2024-07-01|2023-12-10| |194|[opendilab/LLMRiddles](https://github.com/opendilab/LLMRiddles)|Open-Source Reproduction/Demo of the LLM Riddles Game|518|2024-07-30|2023-11-07| |195|[see2023/Bert-VITS2-ext](https://github.com/see2023/Bert-VITS2-ext)|基于Bert-VITS2做的表情、动画测试. Animation testing based on Bert-VITS2.|516|2024-08-27|2023-12-27| |196|[ChaosJulien/XiaoYuanKouSuan_Auto](https://github.com/ChaosJulien/XiaoYuanKouSuan_Auto)|用于小猿口算的基于Python的自动答题工具|502|2024-10-11|2024-10-09| |197|[kleinlee/DH_live](https://github.com/kleinlee/DH_live)|每个人都能用的数字人|499|2024-10-11|2024-07-30|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/R.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > R 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[TullyMonster/MendelRookie](https://github.com/TullyMonster/MendelRookie)|新手友好的孟德尔随机化项目|141|2024-04-26|2024-04-21| |2|[ayueme/machine_learning_base_r](https://github.com/ayueme/machine_learning_base_r)|R语言实战机器学习|11|2024-09-11|2023-12-27|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Ruby.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Ruby 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[Anyyy111/eBSploit](https://github.com/Anyyy111/eBSploit)|eBSploit适用于内网渗透中遇到MS17-010漏洞的情况快速上线公网msf及cs,同时支持自定义dll命令执行、会话迁移等操作。|58|2024-08-18|2024-08-18| |2|[Brewforge/homebrew-chinese](https://github.com/Brewforge/homebrew-chinese)|🀄️咱自己人的软件🏮咱自己人的仓库🧧|37|2024-10-10|2023-12-12|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Rust.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Rust 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[mediar-ai/screenpipe](https://github.com/mediar-ai/screenpipe)|24/7 local AI screen & mic recording. Works with Ollama. Llama3.2 control your computer. Alternative to Rewind.ai & Zapier. Open. Secure. You own your data. Rust.|7481|2024-10-11|2024-06-19| |2|[loco-rs/loco](https://github.com/loco-rs/loco)|🚂 🦀 The one-person framework for Rust for side-projects and startups|4803|2024-10-11|2023-11-07| |3|[Tencent/tquic](https://github.com/Tencent/tquic)|A high-performance, lightweight, and cross-platform QUIC library|1077|2024-10-11|2023-10-26| |4|[YiNNx/cmd-wrapped](https://github.com/YiNNx/cmd-wrapped)|👩‍💻 A CLI Tool for Command Line Insights|1002|2024-09-07|2023-12-29| |5|[amtoaer/bili-sync](https://github.com/amtoaer/bili-sync)|由 Rust & Tokio 驱动的哔哩哔哩同步工具|518|2024-08-08|2023-11-20| |6|[we-lsp/atomic-bomb-engine-py](https://github.com/we-lsp/atomic-bomb-engine-py)|使用rust开发的高性能python压测工具|463|2024-08-20|2024-03-07| |7|[Pizz33/JoJoLoader](https://github.com/Pizz33/JoJoLoader)|助力红队成员一键生成免杀木马,使用rust实现 Help Redteam members generate Evasive Anti-virus software Trojan|404|2024-08-07|2024-07-01| |8|[JohanChane/clashtui](https://github.com/JohanChane/clashtui)|Mihomo (Clash.Meta) TUI Client|257|2024-10-06|2023-11-18| |9|[MrBeanCpp/MIT](https://github.com/MrBeanCpp/MIT)|Mini-Git in Rust. 用Rust实现的简易Git|170|2024-08-03|2023-12-12| |10|[mzdk100/rigela](https://github.com/mzdk100/rigela)|这是一个使用纯Rust编写的读屏(Screen Reader)项目,用于视力有障碍的人群操作电脑,软件会将屏幕上的各种信息转换成语音输出。|153|2024-10-08|2024-01-15| |11|[lanyeeee/jmcomic-downloader](https://github.com/lanyeeee/jmcomic-downloader)|禁漫天堂 18comic.vip jmcomic 18comic 的多线程下载器,带图形界面,已打包exe,带收藏夹,免费下载收费的漫画,下载速度飞快|150|2024-10-11|2024-09-28| |12|[super1207/install_llob](https://github.com/super1207/install_llob)|在windows上全自动安装llonebot|123|2024-09-21|2024-03-26| |13|[reganzm/hug_rust](https://github.com/reganzm/hug_rust)|拥抱rust|119|2024-07-17|2024-03-06| |14|[Bylx666/key-lang](https://github.com/Bylx666/key-lang)|目标是最精致的编程语言|111|2024-05-07|2023-12-26| |15|[Amorter/biliTicker_gt](https://github.com/Amorter/biliTicker_gt)|biliTicker的自动验证模块|91|2024-07-09|2024-06-08| |16|[ZihanType/predawn](https://github.com/ZihanType/predawn)|Predawn is a Rust web framework like Spring Boot -- Predawn 是一个类似 Spring Boot 的 Rust web 框架|76|2024-10-11|2024-03-05| |17|[lanyeeee/picacomic-downloader](https://github.com/lanyeeee/picacomic-downloader)|哔咔漫画 picacomic pica漫画 bika漫画 PicACG 多线程下载器,带图形界面,已打包exe,带收藏夹,下载速度飞快|71|2024-10-11|2024-09-17| |18|[eigeen/more-auto-shoutouts](https://github.com/eigeen/more-auto-shoutouts)|MHW 更多定型文mod|71|2024-05-13|2024-03-20| |19|[A10ha/ICPSearch](https://github.com/A10ha/ICPSearch)|ICP 备案批量查询工具|68|2024-09-18|2023-10-18| |20|[Xerxes-2/MajsoulMax-rs](https://github.com/Xerxes-2/MajsoulMax-rs)|启发自MajsoulMax,基于hudsucker的中间人攻击方式,解锁全角色、皮肤、装扮等,同时支持将雀魂的牌局发到日本麻将助手|58|2024-10-10|2024-04-18| |21|[ChurchTao/clipboard-rs](https://github.com/ChurchTao/clipboard-rs)|Cross-platform clipboard API (text image rich text html files monitoring changes) 跨平台剪贴板 API(文本 图片 富文本 html 文件 监听变化) Windows,MacOS,Linux|55|2024-09-20|2024-01-25| |22|[lanyeeee/bilibili-manga-watermark-remover](https://github.com/lanyeeee/bilibili-manga-watermark-remover)|bilibili漫画 哔哩哔哩漫画 B漫 去水印工具(无痕 无损),带图形界面,带下载功能,已打包exe|53|2024-09-27|2024-06-28| |23|[xiao-zhu-zhu/RustBypassMap](https://github.com/xiao-zhu-zhu/RustBypassMap)|rust 免杀,方法记录 - 偶尔更新|53|2024-04-25|2024-04-22| |24|[alley-rs/lsar](https://github.com/alley-rs/lsar)|直播解析图形化程序|47|2024-10-05|2024-08-28|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Shell.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Shell 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[dockur/windows](https://github.com/dockur/windows)|Windows inside a Docker container.|17661|2024-10-11|2024-01-14| |2|[QwenLM/Qwen2.5](https://github.com/QwenLM/Qwen2.5)|Qwen2.5 is the large language model series developed by Qwen team, Alibaba Cloud.|8794|2024-10-02|2024-02-05| |3|[DDS-Derek/xiaoya-alist](https://github.com/DDS-Derek/xiaoya-alist)|小雅Alist的相关周边|4914|2024-10-11|2024-01-05| |4|[GaiaNet-AI/gaianet-node](https://github.com/GaiaNet-AI/gaianet-node)|Install and run your own AI agent service|4822|2024-10-10|2024-03-06| |5|[olegos2/mobox](https://github.com/olegos2/mobox)|-|2837|2024-07-26|2023-11-23| |6|[thijsvanloef/palworld-server-docker](https://github.com/thijsvanloef/palworld-server-docker)|A Docker Container to easily run a Palworld dedicated server.|2424|2024-10-05|2024-01-19| |7|[Elegycloud/clash-for-linux-backup](https://github.com/Elegycloud/clash-for-linux-backup)|基于Clash Core 制作的Clash For Linux备份仓库 A Clash For Linux Backup Warehouse Based on Clash Core|2271|2024-09-20|2023-11-08| |8|[xykt/IPQuality](https://github.com/xykt/IPQuality)|A script for IP quality detection|1990|2024-10-05|2024-04-19| |9|[monlor/docker-xiaoya](https://github.com/monlor/docker-xiaoya)|💡使用 Docker Compose 以更优雅的方式来部署小雅服务,支持一键部署 Alist + Emby + Jellyfin,全平台支持,Linux/Windows/Mac/群晖,X86/Arm架构|1634|2024-10-11|2024-05-29| |10|[kubesre/docker-registry-mirrors](https://github.com/kubesre/docker-registry-mirrors)|多平台容器镜像代理服务,支持 Docker Hub, GitHub, Google, k8s, Quay, Microsoft 等镜像仓库.|1162|2024-09-29|2024-06-06| |11|[Kyle-Ye/XcodeLLMEligible](https://github.com/Kyle-Ye/XcodeLLMEligible)|-|1052|2024-10-09|2024-07-14| |12|[notmarek/LanguageBreak](https://github.com/notmarek/LanguageBreak)|A kindle <=5.16.2.1.1 jailbreak|883|2024-06-20|2023-10-27| |13|[dockur/windows-arm](https://github.com/dockur/windows-arm)|Windows for ARM in a Docker container.|792|2024-10-11|2024-02-03| |14|[CatMe0w/zouxian](https://github.com/CatMe0w/zouxian)|Permanent Apple Intelligence + Xcode Predictive Code Completion for Chinese-market Mac computers|683|2024-07-31|2024-06-17| |15|[apernet/tcp-brutal](https://github.com/apernet/tcp-brutal)|-|636|2024-08-04|2023-11-01| |16|[wukongdaily/tvhelper-docker](https://github.com/wukongdaily/tvhelper-docker)|让你使用电脑、NAS等一切能运行docker的设备变成盒子的ADB安装助手|628|2024-09-08|2024-02-25| |17|[cockroachai/cockroachai](https://github.com/cockroachai/cockroachai)|一个简单的小程序,用于账号共享。免费但暂不开源。|498|2024-06-14|2023-10-28| |18|[233boy/sing-box](https://github.com/233boy/sing-box)|最好用的 sing-box 一键安装脚本 & 管理脚本,自动创建 REALITY 协议;支持 TUIC,Trojan,Hysteria2 等所有常见的协议|408|2024-09-09|2024-05-22| |19|[lgs2007m/Actions-OpenWrt](https://github.com/lgs2007m/Actions-OpenWrt)|自用|388|2024-10-10|2023-12-15| |20|[kkbo8005/mitan](https://github.com/kkbo8005/mitan)|密探渗透测试工具包含域名查询,搜索语法,资产测绘(FOFA,Hunter,quake, ZoomEye),指纹识别,敏感信息采集,文件扫描、密码字典等功能|381|2024-06-05|2024-04-03| |21|[wukongdaily/tvhelper](https://github.com/wukongdaily/tvhelper)|遥控助手软路由版,适用于OpenWrt系统,包括iStoreOS。其主要作用是帮助安卓原生盒子,解决一些水土不服的小问题。|367|2024-08-04|2024-02-14| |22|[dairoot/ChatGPT-Mirror](https://github.com/dairoot/ChatGPT-Mirror)|🚀 一键部署个人的 ChatGPT 镜像站|361|2024-09-14|2024-06-07| |23|[zixuanya/clash-for-gigabit](https://github.com/zixuanya/clash-for-gigabit)|为可执行Shell的光猫提供clash代理服务,适用与任何不超过armv7l内核架构的设备|348|2024-08-14|2024-08-08| |24|[yixiu001/serv00-script](https://github.com/yixiu001/serv00-script)|serv00脚本|312|2024-08-19|2024-07-13| |25|[2lifetop/Pal-Server-Install](https://github.com/2lifetop/Pal-Server-Install)|幻兽帕鲁服务端一键安装脚本|291|2024-06-28|2024-01-24| |26|[honmashironeko/ARL-docker](https://github.com/honmashironeko/ARL-docker)|基于ARL v2.6.2版本源码,生成docker镜像进行快速部署,同时提供七千多条指纹|287|2024-09-11|2024-05-20| |27|[ansoncloud8/am-nodejs-proxy](https://github.com/ansoncloud8/am-nodejs-proxy)|基于 Node.js 的 vless 实现包。它在各种 Node.js 环境中都能运行,包括但不限于:Windows、Linux、MacOS、Android、iOS、树莓派等。同时,它也适用于各种 PaaS 平台,如:replit、heroku 等。|284|2024-08-12|2024-07-06| |28|[wukongdaily/OpenBackRestore](https://github.com/wukongdaily/OpenBackRestore)|该项目可以轻松备份iStoreOS已安装的软件和配置,当系统恢复出厂设置或重置后,可以一键恢复原来的软件和配置|277|2024-07-06|2024-03-30| |29|[gebangfeng/docker-mirror](https://github.com/gebangfeng/docker-mirror)|整理各大docker,容器镜像仓库的国内镜像源|270|2024-07-10|2024-05-16| |30|[frankiejun/serv00-play](https://github.com/frankiejun/serv00-play)|serv00 上的一些应用,包括vless/argo+vmess/vmess+ws/hy2/socks5/mtproto/alist/哪吒探针 等, 自动化部署、批量保号、进程防杀、消息推送|267|2024-10-10|2024-08-11| |31|[DHDAXCW/OpenWrt_RockChip](https://github.com/DHDAXCW/OpenWrt_RockChip)|基于 lede-rockchip 源码建构 rockchip 的 OpenWrt 固件。|198|2024-07-23|2024-03-12| |32|[wukongdaily/diy-nas-onescript](https://github.com/wukongdaily/diy-nas-onescript)|这是一个适用于在debian系统上部署nas常用软件的脚本。它可以帮助用户快速安装想要的软件环境和docker应用。|189|2024-05-22|2023-11-30| |33|[suifei/fridare](https://github.com/suifei/fridare)|强大的 Frida 重打包工具,用于 iOS 和 Android。轻松修改 Frida 特征,增强隐蔽性,绕过检测。简化逆向工程和安全测试。Powerful Frida repackaging tool for iOS and Android. Easily modify Frida servers to enhance stealth and bypass detection. Streamli ...|180|2024-07-30|2024-06-21| |34|[fscarmen/sba](https://github.com/fscarmen/sba)|Argo + Sing-box + CDN for VPS one-click script. 一键脚本 ,Tcp trutal + 多路复用。|173|2024-09-08|2023-10-21| |35|[LuminolMC/Luminol](https://github.com/LuminolMC/Luminol)|轻量级、优化且功能齐全的 Folia 分支,专为生存和无政府状态服务器而设计|172|2024-10-06|2023-11-26| |36|[LLOneBot/llonebot-docker](https://github.com/LLOneBot/llonebot-docker)|一键部署基于NTQQ的OneBot协议的Bot容器|167|2024-10-11|2024-02-24| |37|[Yanyutin753/unofficial-gpt4-api](https://github.com/Yanyutin753/unofficial-gpt4-api)|一键部署专属于中转gpt-4,回复流畅,支持高并发,小白也能快速使用!unofficial-gpt4-api Transfer gpt-4, smooth response, supports high concurrency, supports one click script deployment, and even novices can use it quickly!|146|2024-07-05|2024-01-29| |38|[honmashironeko/sqlmap-gui](https://github.com/honmashironeko/sqlmap-gui)|基于SQLmap工具进行汉化,并提供GUI界面|140|2024-05-17|2024-01-29| |39|[ypq123456789/TrafficCop](https://github.com/ypq123456789/TrafficCop)|监控VPS流量使用,到达限制自动限流/关机,保留SSH端口可用|124|2024-07-20|2024-06-29| |40|[YanWenKun/ComfyUI-Windows-Portable](https://github.com/YanWenKun/ComfyUI-Windows-Portable)|🎨ComfyUI standalone pack with 30+ custom nodes. ComfyUI 大号整合包,预装大量自定义节点(不含SD模型)|111|2024-10-10|2024-03-25| |41|[7Ji-PKGBUILDs/wechat-universal-bwrap](https://github.com/7Ji-PKGBUILDs/wechat-universal-bwrap)|微信(Universal)ArchLinux打包|111|2024-07-10|2024-03-08| |42|[shencangsheng/easy-registry-mirror](https://github.com/shencangsheng/easy-registry-mirror)|在国内日渐严峻的网络下,无论是公司还是个人,自建仓库都是非常有必要的,这个项目用于快速搭建一个 Docker 私有仓库,并且无需修改已运行的Dockerfile/docker-compose.yaml,几乎没有迁移成本;未来会支持更多npm、Maven、PyPI等仓库。|110|2024-09-14|2024-06-14| |43|[LinxiDev/LinxiPush](https://github.com/LinxiDev/LinxiPush)|青龙脚本仓库|106|2024-09-29|2023-11-07| |44|[huntingsec/ARL-Limited-Edition](https://github.com/huntingsec/ARL-Limited-Edition)|原汁原味的ARL灯塔,在基础上进行了魔改优化|100|2024-07-03|2024-06-11| |45|[CNflysky/redroid-rk3588](https://github.com/CNflysky/redroid-rk3588)|Redroid Image For RK3588 with Multiple Features 适用于RK3588的Redroid镜像,包含多种功能|99|2024-09-22|2024-02-29| |46|[cmliu/CloudFlareIPlus](https://github.com/cmliu/CloudFlareIPlus)|自动获取 AS209242 CIDR 并验证最新 CloudFlareCDN IP|99|2024-10-09|2023-12-21| |47|[TrueTechLabs/fabric-trace](https://github.com/TrueTechLabs/fabric-trace)|基于区块链Hyperledger Fabric V2.5的农产品溯源/商品/通用溯源应用模板,部署简单,附压测工具、区块链浏览器,文档详细。可以快速使用本系统搭建自己的溯源系统,帮助想法快速落地。|86|2024-10-05|2024-02-28| |48|[mylxsw/aidea-docker](https://github.com/mylxsw/aidea-docker)|本项目为 AIdea 项目的一键部署安装包,基于 docker compose。|86|2024-05-22|2023-11-29| |49|[lyy0709/cockroachai-oauth](https://github.com/lyy0709/cockroachai-oauth)|对接cockroachai的免费第三方账户系统,暂未开源后续升级ui在开源|79|2024-06-13|2024-03-08| |50|[ansoncloud8/am-alist-freebsd](https://github.com/ansoncloud8/am-alist-freebsd)|根据官网alist源码自动构建alist(FreeBSD版本)可以部署文件,实现serv00部署.|78|2024-09-21|2024-07-14| |51|[shiyu1314/openwrt-onecloud](https://github.com/shiyu1314/openwrt-onecloud)|Openwrt for onecloud. 玩客云用的openwrt|74|2024-08-16|2023-11-06| |52|[eooce/all-games](https://github.com/eooce/all-games)|本项目针对不同的游戏类型、环境搭建节点,持续更新,建议收藏,部署前请仔细看完说明|74|2024-09-06|2023-10-31| |53|[217heidai/NestingDNS](https://github.com/217heidai/NestingDNS)|AdGuardHome、MosDNS、SmartDNS 套娃使用实践|68|2024-10-09|2024-01-09| |54|[OwlOooo/Owl-Panel](https://github.com/OwlOooo/Owl-Panel)|猫头鹰节点订阅面板|65|2024-09-27|2024-06-07| |55|[nelvko/clash-for-linux-install](https://github.com/nelvko/clash-for-linux-install)|优雅地部署基于 Clash 的代理环境。|61|2024-09-14|2024-03-11| |56|[issaccv/aiops24-RAG-demo](https://github.com/issaccv/aiops24-RAG-demo)|用于AIOPS24挑战赛的Demo|55|2024-06-21|2024-04-17| |57|[WukongMaster/OpenWrt-Mini](https://github.com/WukongMaster/OpenWrt-Mini)|OpenWrt-Mini 急速精简版|55|2024-10-11|2023-12-22| |58|[VIKINGYFY/CloseWRT-CI](https://github.com/VIKINGYFY/CloseWRT-CI)|云编译CloseWRT闭源固件|55|2024-10-07|2023-12-03| |59|[LuminolMC/LightingLuminol](https://github.com/LuminolMC/LightingLuminol)|Luminol的分支,旨在 Folia 上运行更多 bukkit 插件|54|2024-10-05|2024-01-02| |60|[ansoncloud8/am-serv00-socks5](https://github.com/ansoncloud8/am-serv00-socks5)|通过serv00云服务器创建socks5的一键脚本,可用来做CF的反代IP|52|2024-10-05|2024-07-28| |61|[AiKirito/Rom-Mod-Tool](https://github.com/AiKirito/Rom-Mod-Tool)|一个简单的 shell,快速选择精简 ROM 镜像文件中的项目,以及一些快捷功能,目前支持 ONEUI, HEYPEROS|52|2024-06-04|2024-04-08| |62|[yuju520/YujuToolBox](https://github.com/yuju520/YujuToolBox)|一个Shell脚本工具箱|51|2024-09-23|2024-08-26| |63|[ansoncloud8/am-serv00-nezha](https://github.com/ansoncloud8/am-serv00-nezha)|在serv00服务器上部署nezha监控|51|2024-10-07|2024-07-31| |64|[oneclickvirt/6in4](https://github.com/oneclickvirt/6in4)|Self-build IPv6-in-IPv4 Tunnel Server --- 自建IPv6-in-IPv4隧道服务器 |51|2024-06-13|2023-10-24| |65|[yixiu001/serv00-xui](https://github.com/yixiu001/serv00-xui)|serv00搭建X-UI面板脚本|49|2024-07-27|2024-07-27| |66|[zhufengme/GPTCommit](https://github.com/zhufengme/GPTCommit)|A Script to Automatically Generate Git Commit Messages Using GPT|49|2024-06-19|2024-05-27| |67|[Aethersailor/OpenWrt-AutoUpdateHosts](https://github.com/Aethersailor/OpenWrt-AutoUpdateHosts)|在 OpenWrt 下实现定时自动合并广告拦截规则以及其他加速规则至 hosts 文件,并自动重启 OpenClash 和 Dnsmasq,无需套娃其他插件即可利用 Dnsmasq 实现去广告以及 GitHub 加速功能|49|2024-07-27|2024-05-05| |68|[JiuXia2025/SwitchScript](https://github.com/JiuXia2025/SwitchScript)|九夏大气层整合包自动构建|45|2024-06-27|2024-01-10| |69|[takushun-wu/WenJinMincho](https://github.com/takushun-wu/WenJinMincho)|可免费商用的大字符集宋体字库,以OFL协议发布。/A large character set fonts in Songti(Mincho) style. Licensed under the SIL OFL 1.1.|43|2024-10-10|2024-07-03| |70|[Saroth/docker_wechat](https://github.com/Saroth/docker_wechat)|这是一个在Linux系统下,使用容器运行微信的方案,基于WeChatFerry部署|42|2024-09-05|2023-12-04| |71|[guandasheng/TheBestAdrules](https://github.com/guandasheng/TheBestAdrules)|TheBestAdrules,适用于Adguard Home的去广告dns规则,由关圣整理上游优秀的规则,合并去重而来,集百家之所长,取其精华去其糟粕。 关圣DNS官网https://dns.dns1.top 官方微信群及QQ群见官网公布。 关圣DNS,一个人人可加入的公益去广告dns团队,目前拥有7条公益dns节点。 捐赠,或者提供服务器均可加入“关圣爱发电”团队。 由于目前网络上发布的规则众 ...|41|2024-07-13|2023-12-30| |72|[wojiushixiaobai/1Panel-installer](https://github.com/wojiushixiaobai/1Panel-installer)|1Panel 离线安装包|40|2024-09-30|2023-11-01| |73|[oneclickvirt/incus](https://github.com/oneclickvirt/incus)|incus相关的各种一键脚本(Various one-click scripts related to incus)|38|2024-09-06|2024-01-15| |74|[wukongdaily/e20c](https://github.com/wukongdaily/e20c)|该脚本可以帮助你快速在debian系统上创建和管理kvm虚拟机。|37|2024-10-05|2024-09-17| |75|[2833844911/IPserver](https://github.com/2833844911/IPserver)|工具可以实现代理池的搭建利用手机可以一直切ip,把手机(使用流量,不是wifi)作为类似拨号服务器,可以在我们需要过ip风控(利用手机切ip)的时候使用|37|2024-05-18|2024-05-17| |76|[ansoncloud8/am-serv00-vmess](https://github.com/ansoncloud8/am-serv00-vmess)|在serv00服务器上部署vmess免费节点,并通过Cloudflare的CDN加速节点,提升上网速度|36|2024-10-07|2024-08-10| |77|[lux-QAQ/Manyana_deploy](https://github.com/lux-QAQ/Manyana_deploy)|Manyana机器人自动化部署脚本|36|2024-10-09|2024-06-02| |78|[sothx/mipad-programmable-completion](https://github.com/sothx/mipad-programmable-completion)|补全小米平板、红米平板系列的大文件夹(仅红米平板)、高级材质、平滑圆角及屏幕旋转建议提示按钮。|33|2024-10-01|2024-01-27| |79|[MoRan23/GZCTF-Auto](https://github.com/MoRan23/GZCTF-Auto)|GZCTF的一键部署脚本,目前支持单 docker 和 docker+k3s 部署。|32|2024-09-18|2024-06-24| |80|[yangjian102621/geekai-plus](https://github.com/yangjian102621/geekai-plus)|基于ChatGPT-PLUS 项目开发的高级版,增加了很多高级功能,比如思维导图,Dalle 绘画等。高级版的部分功能会逐步迁移到社区版。|32|2024-05-30|2024-04-23|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Swift.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Swift 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[lihaoyun6/QuickRecorder](https://github.com/lihaoyun6/QuickRecorder)|A lightweight screen recorder based on ScreenCapture Kit for macOS / 基于 ScreenCapture Kit 的轻量化多功能 macOS 录屏工具|4229|2024-10-11|2024-04-21| |2|[Lakr233/Asspp](https://github.com/Lakr233/Asspp)|The App Store for your multi-account eco system.|1588|2024-09-01|2024-07-12| |3|[jaywcjlove/DevHub](https://github.com/jaywcjlove/DevHub)|A feature-rich offline application, is meticulously crafted to support developers in their daily tasks while ensuring the utmost security of their data|1420|2024-10-10|2024-02-22| |4|[lihaoyun6/AirBattery](https://github.com/lihaoyun6/AirBattery)|Get the battery usage of all your devices on your Mac and put them on the Dock / Menu Bar / Widget! && 在Mac上获取你所有设备的电量信息并显示在Dock / 状态栏 / 小组件上!|1198|2024-10-11|2024-02-11| |5|[wibus-wee/InjectGUI](https://github.com/wibus-wee/InjectGUI)|macOS Integrated Injection Framework (GUI version)|1179|2024-10-06|2024-07-19| |6|[maiqingqiang/ChatMLX](https://github.com/maiqingqiang/ChatMLX)|🤖✨ChatMLX is a modern, open-source, high-performance chat application for MacOS based on large language models.|568|2024-10-08|2024-03-05| |7|[netdcy/FlowVision](https://github.com/netdcy/FlowVision)|Waterfall-style image viewer for macOS, offering a smooth and immersive browsing experience.|506|2024-10-10|2024-06-07| |8|[lihaoyun6/Logoer](https://github.com/lihaoyun6/Logoer)|Change the style of the Apple logo in macOS menu bar / 更换macOS菜单栏苹果Logo样式的小工具|494|2024-08-09|2024-07-18| |9|[AnimacX/AnimacX](https://github.com/AnimacX/AnimacX)|(弹弹Play MacOS/iOS版)一款可以追番的弹幕视频播放器。原生支持M/intel系列芯片,实现了大部分Window端功能。新增支持iOS系统。|134|2024-10-11|2024-02-26| |10|[wyqACoffer/DynamicWidget](https://github.com/wyqACoffer/DynamicWidget)|灵动组件(小组件、实时活动)|111|2024-07-31|2023-10-23| |11|[sshterm/ssh](https://github.com/sshterm/ssh)|libssh2 + OpenSSL + wolfSSL 的swift实现|92|2024-10-08|2024-08-19| |12|[sakeven/Selected](https://github.com/sakeven/Selected)|A Mac tool that allows various operations on selected text.|51|2024-10-07|2024-03-16| |13|[JmoVxia/CLPopoverManager](https://github.com/JmoVxia/CLPopoverManager)|自定义弹窗管理工具|45|2024-06-14|2024-06-14| |14|[alibaba/aliyunpan-ios-sdk](https://github.com/alibaba/aliyunpan-ios-sdk)|阿里云盘 OpenSDK-iOS|38|2024-08-06|2023-12-06| |15|[rustq/swiftui-skia](https://github.com/rustq/swiftui-skia)|Skia based 2d graphics SwiftUI rendering library. It is based on Rust to implement software rasterization to perform rendering. 基于 Skia 的 2D 图形 SwiftUI 渲染库 —— 使用 Rust 语言实现纯软件光栅化渲染|33|2024-09-10|2024-06-13| |16|[poos/NoLogMacro](https://github.com/poos/NoLogMacro)|A swift macro that produces oslog with custom info. 一个基于Swift Macro的日志封装,点击打的日志可在Xcode直接跳转到代码行。|30|2024-05-13|2024-05-10| |17|[ugly-soul/VolumeManager](https://github.com/ugly-soul/VolumeManager)|音量管理,一切就是这么简单!|22|2024-08-19|2024-08-10| |18|[qianlishun/TermiWatchWidget](https://github.com/qianlishun/TermiWatchWidget)|苹果手表自定义表盘,终端主题,Terminal Watch Widget Face for Apple Watch.|20|2024-10-08|2023-10-13| |19|[namesubai/WidgetFilmView](https://github.com/namesubai/WidgetFilmView)|实现TopWidgets iOS小组件电影级别的流畅动画|18|2024-07-22|2024-06-25| |20|[Tyh2001/small-red-book](https://github.com/Tyh2001/small-red-book)|使用 SwiftUI 开发的小红书 IOS 原生手机 App。|18|2024-04-17|2024-03-13| |21|[LittleSweet-Z/Ocode](https://github.com/LittleSweet-Z/Ocode)|iOS 代码混淆工具、iOS混淆助手,免费使用,支持 Object-C 、 Swift,解决4.3问题|14|2024-09-25|2024-05-27| |22|[CreatorsDAO/apple-swift-co-learn](https://github.com/CreatorsDAO/apple-swift-co-learn)|Apple Swift 开发共学仓库|11|2024-10-09|2024-09-01| |23|[ctkqiang/YanJiAI](https://github.com/ctkqiang/YanJiAI)|眼迹AI是一套集成了面部识别和物体检测功能的系统,它能够实时监控环境并在检测到危险情况时自动向服务器发送警报,从而迅速通知当局应对风险。对于司机而言,时常面临乘客可能实施抢劫或其他不当行为的潜在威胁。通过在您的手机或行车记录仪上部署这一AI系统,不仅能提供即时的安全保障,还能在关键时刻为您节省宝贵的求助时间,确保您能在第一时间获得必要的帮助。|8|2024-06-12|2024-05-13| |24|[lihaoyun6/AirBattery-Mobile](https://github.com/lihaoyun6/AirBattery-Mobile)|Get battery usage for all your devices on iPhone or iPad! / 在 iPhone 或 iPad 上获取你所有设备的电量信息!|7|2024-10-11|2024-10-11| |25|[Tuluobo/GGEsim](https://github.com/Tuluobo/GGEsim)|一个可以在没有 Esim 情况下将 Giffgaff 转为 Esim 二维码 App。|6|2024-10-08|2024-09-18| |26|[york9675/YorkNotify](https://github.com/york9675/YorkNotify)|An iOS app that can schedule notifications 一個可以排程通知的 iOS 應用程式|6|2024-10-05|2024-09-05| |27|[JayChou202302/BRCPopUp](https://github.com/JayChou202302/BRCPopUp)|BRCPopUp is a versatile, highly customizable PopUp menu library for iOS. 一个高度定制,功能强大的iOS弹出框。大于 v1.2.0 支持 SwiftUI|6|2024-09-10|2024-08-03| |28|[XanderXu/RealityGlitchArt](https://github.com/XanderXu/RealityGlitchArt)|GlitchArt: Cyberpunk-2077-Style Glitch Art For Apple Vision Pro,Shader Graph|6|2024-07-14|2024-06-23| |29|[Zyf893549897/SwiftRouter](https://github.com/Zyf893549897/SwiftRouter)|基于URLNavigator封装,路由解决方案,备注清晰使用简单全面|6|2024-05-29|2024-05-27| |30|[CofficLab/Cisum_SwiftUI](https://github.com/CofficLab/Cisum_SwiftUI)|Apple 平台的音乐播放器|6|2024-10-10|2024-03-23| |31|[juggleim/imsdk-ios](https://github.com/juggleim/imsdk-ios)|Juggle iOS IMSDK,提供 IM 单聊、群聊、直播聊天室等即时通讯模块, IM iOS SDK 支持发送文本、图片、语音、文件等多种消息类型|5|2024-10-11|2024-08-22| |32|[Zyf893549897/UseWCDB](https://github.com/Zyf893549897/UseWCDB)|WCDB的简单使用,数据库便捷操作,增删改查基本用法|5|2024-09-05|2024-06-20|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/TeX.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > TeX 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[NemoYuan2008/SJTU-Thesis-Proposal](https://github.com/NemoYuan2008/SJTU-Thesis-Proposal)|上海交通大学开题报告LaTeX模板(非官方) Shanghai Jiao Tong University LaTeX Template for thesis proposal (unofficial)|60|2024-05-30|2023-12-03| |2|[Teddy-van-Jerry/seuthesis2024b](https://github.com/Teddy-van-Jerry/seuthesis2024b)|LaTeX Template of Southeast University Thesis for Class of 2024 Bachelors (东南大学 2024 届本科毕设 LaTeX 模板)|40|2024-08-28|2023-11-10| |3|[404-NOTFOUND-Coder/UESTC--report--template](https://github.com/404-NOTFOUND-Coder/UESTC--report--template)|适用于UESTC各种实验报告latex模板|15|2024-10-06|2024-03-31| |4|[Thysrael/GreenParkBeamerTheme](https://github.com/Thysrael/GreenParkBeamerTheme)|北京航空航天大学 BUAA LaTeX Beamer 非官方主题|12|2024-07-26|2024-06-12| |5|[mimicji/Bilingual-Resume-Template](https://github.com/mimicji/Bilingual-Resume-Template)|Bilingual Resume Template in Latex. 中英双语Latex简历模板|10|2024-06-04|2024-06-03| |6|[berries-tart/HUST-Principles-of-Imperative-Computation](https://github.com/berries-tart/HUST-Principles-of-Imperative-Computation)|华中科技大学2022级命令式计算原理|9|2024-05-28|2024-05-28| |7|[ymx10086/HUST-2022-DATA_STRUCTURES](https://github.com/ymx10086/HUST-2022-DATA_STRUCTURES)|2021级HUST数据结构实验及实验报告|8|2024-04-17|2024-04-17| |8|[ajsadhotmail/2024-China-Gaokao-Math](https://github.com/ajsadhotmail/2024-China-Gaokao-Math)|The repository includes the math paper of Chinese National College Entrance Exam (Gaokao). 本仓库包含了中国2024年高考的数学试卷 (新高考I卷). |7|2024-06-08|2024-06-08| |9|[Cresc3ntRose/NUAA_IoT_Assignment](https://github.com/Cresc3ntRose/NUAA_IoT_Assignment)|这个仓库用于储存我个人的课内作业|7|2024-06-29|2024-04-10| |10|[GALVINLAI/gpt2md_math](https://github.com/GALVINLAI/gpt2md_math)|修正chatpgt粘贴的数学公式,以在常用的md编辑器(Obsidian,Typora等)中正常显示|6|2024-07-09|2024-06-16| |11|[Guanyu-Li/Defense-Reporting-ppt](https://github.com/Guanyu-Li/Defense-Reporting-ppt)|答辩ppt模板(吉林大学数学学院)Defence ppt Template|6|2024-07-21|2024-05-31| |12|[flyQQQHddd/temp-of-report](https://github.com/flyQQQHddd/temp-of-report)|WHURS实习报告LaTex模板|6|2024-09-18|2024-05-21| |13|[CSW33/NPU-CV](https://github.com/CSW33/NPU-CV)|一个西工大latex简历模板,设计基于某个祖传word模板改的,大量注释。|6|2024-05-07|2024-05-03| |14|[wenjin1997/zkHackerHouse-binius](https://github.com/wenjin1997/zkHackerHouse-binius)|在zkHackerHouse@苏州 期间,对binius进行的主题研究。|6|2024-05-03|2024-04-15| |15|[dgsyrc/Analysis-of-Signals-and-Linear-Systems](https://github.com/dgsyrc/Analysis-of-Signals-and-Linear-Systems)|信号与线性系统分析笔记,基于高等教育出版社《信号与线性系统分析》第5版, 吴大正 等著|5|2024-07-01|2024-06-15| |16|[MinmusLin/Minmus_Operating_System_in_Rust](https://github.com/MinmusLin/Minmus_Operating_System_in_Rust)|MinmusOS: The design and implementation of an operating system based on Rust language. MinmusOS: 基于 Rust 语言的操作系统的设计与实现. (2024年同济大学操作系统课程设计课程项目)|5|2024-09-23|2024-05-04| |17|[LeyuDame/BNUslides](https://github.com/LeyuDame/BNUslides)|北师大Beamer模板|5|2024-04-22|2024-04-20| |18|[M0rtzz/zzu-resume-template](https://github.com/M0rtzz/zzu-resume-template)|ZZU LaTeX Resume Template (Overleaf Template is Under Review)|5|2024-09-19|2024-04-19| |19|[Leaf-1037/HUST_Data_Structure_Experiment](https://github.com/Leaf-1037/HUST_Data_Structure_Experiment)|华中科技大学2021级数据结构实验(2022年秋)|5|2024-04-13|2024-04-13| |20|[Casta-mere/LaTeX-GraduationTemplate](https://github.com/Casta-mere/LaTeX-GraduationTemplate)|浙江理工大学计算机科学与技术学院毕设模板|5|2024-09-29|2024-01-23| |21|[DumzGW/-WayfinderSaveEditor-python-](https://github.com/DumzGW/-WayfinderSaveEditor-python-)|对Wayfinder的存档进行修改,已添加角色修改功能|4|2024-06-10|2024-06-04| |22|[WQT1123/University-Presentation-Beamer](https://github.com/WQT1123/University-Presentation-Beamer)|大学Latex答辩模版,当前包含川大、哈工大、中科大。|4|2024-07-22|2024-02-28| |23|[HGAQ/Physical-Chemistry-Experiment](https://github.com/HGAQ/Physical-Chemistry-Experiment)|2023-fall-Physical-Chemistry-Experiment-物理化学实验|4|2024-09-12|2024-01-14| |24|[flaribbit/lyrics](https://github.com/flaribbit/lyrics)|收集了一些我喜欢的歌曲的歌词|3|2024-10-06|2024-09-08| |25|[EmpyreanHYR/MCM-Latex-template](https://github.com/EmpyreanHYR/MCM-Latex-template)|自用整理出的MCM数学建模美赛LaTex模板|3|2024-08-22|2024-08-22| |26|[EmpyreanHYR/CUMCM-Latex-template](https://github.com/EmpyreanHYR/CUMCM-Latex-template)|自用整理出的CUMCM数学建模国赛LaTex模板|3|2024-08-31|2024-08-22| |27|[DianRobot/DianRobot.github.io](https://github.com/DianRobot/DianRobot.github.io)|Diangroup Robotics Lab实验室主页|3|2024-07-25|2024-07-03| |28|[24bit-xjkp/NuaaExam](https://github.com/24bit-xjkp/NuaaExam)|南京航空航天大学高清试卷|3|2024-07-15|2024-06-27| |29|[Trikim-Zhang/Advanced-Numerical-Analysis](https://github.com/Trikim-Zhang/Advanced-Numerical-Analysis)|nudt高等数值分析|3|2024-07-27|2024-06-21| |30|[Trikim-Zhang/Theory-and-Algorithms-of-Numerical-Optimization](https://github.com/Trikim-Zhang/Theory-and-Algorithms-of-Numerical-Optimization)|nudt数值最优化算法与应用|3|2024-07-27|2024-06-09| |31|[wenjin1997/zkHackerHouse-binius](https://github.com/wenjin1997/zkHackerHouse-binius)|在zkHackerHouse@苏州 期间,对binius进行的主题研究。|3|2024-05-21|2024-05-15| |32|[gbs0856/NTUT-Thesis](https://github.com/gbs0856/NTUT-Thesis)|國立臺北科技大學碩博士論文XeLaTeX模板|3|2024-04-24|2024-04-24| |33|[lfq0921/NJU-Probability-Theory-and-Mathematical-Statistics](https://github.com/lfq0921/NJU-Probability-Theory-and-Mathematical-Statistics)|NJU-Probability Theory and Mathematical Statistics 2023Spring Homework,南京大学2023春季学期概率论与数理统计 作业存档|3|2024-04-24|2024-04-24| |34|[GFCYqw/Fengrubei_LaTeX_Template](https://github.com/GFCYqw/Fengrubei_LaTeX_Template)|北京航空航天大学“冯如杯”竞赛 LaTeX 模板。This is a template for Fengru cup contest(Fengrubei), written in Latex.|3|2024-05-18|2024-04-06| |35|[jinqKing/SZU-Physics-Experiment-Report-LaTeX-Module](https://github.com/jinqKing/SZU-Physics-Experiment-Report-LaTeX-Module)|深大大物实验报告LaTeX模版|3|2024-04-24|2024-03-22| |36|[Doctxing/phytex](https://github.com/Doctxing/phytex)|物理实验报告|3|2024-06-10|2024-03-22| |37|[zvbb/tao-analysis-exercise](https://github.com/zvbb/tao-analysis-exercise)|陶哲轩实分析(第三版)习题解答|3|2024-10-04|2024-02-26| |38|[Aegis1863/wust_beamer](https://github.com/Aegis1863/wust_beamer)|武汉科技大学 latex beamer模板|3|2024-07-12|2024-01-14| |39|[xinmiaok/xinmiao-garden-example](https://github.com/xinmiaok/xinmiao-garden-example)|通过整合多个obsidian的示例库,具有个人风格的示例库最终形成。|3|2024-05-28|2023-11-10|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/TypeScript.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > TypeScript 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[Dokploy/dokploy](https://github.com/Dokploy/dokploy)|Open Source Alternative to Vercel, Netlify and Heroku.|7412|2024-10-11|2024-04-19| |2|[idootop/mi-gpt](https://github.com/idootop/mi-gpt)|🏠 将小爱音箱接入 ChatGPT 和豆包,改造成你的专属语音助手。|7395|2024-08-26|2024-01-24| |3|[toss/es-toolkit](https://github.com/toss/es-toolkit)|A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.|6482|2024-10-09|2024-04-25| |4|[HerbertHe/iptv-sources](https://github.com/HerbertHe/iptv-sources)|Autoupdate iptv sources|6345|2024-10-11|2023-11-25| |5|[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 工具, 纯浏览器端实现。|4963|2024-07-16|2023-11-18| |6|[bepass-org/oblivion-desktop](https://github.com/bepass-org/oblivion-desktop)|Oblivion Desktop - Unofficial Warp Client for Windows/Mac/Linux|4929|2024-10-10|2024-04-11| |7|[babaohuang/GeminiProChat](https://github.com/babaohuang/GeminiProChat)|Minimal web UI for GeminiPro.|4272|2024-09-12|2023-12-14| |8|[usual2970/certimate](https://github.com/usual2970/certimate)|开源的SSL证书管理工具,可以帮助你自动申请、部署SSL证书,并在证书即将过期时自动续期。An open-source SSL certificate management tool that helps you automatically apply for and deploy SSL certificates, as well as automatically renew them when ...|4214|2024-10-11|2024-08-21| |9|[LLM-Red-Team/kimi-free-api](https://github.com/LLM-Red-Team/kimi-free-api)|🚀 KIMI AI 长文本大模型逆向API白嫖测试【特长:长文本解读整理】,支持高速流式输出、智能体对话、联网搜索、长文档解读、图像OCR、多轮对话,零配置部署,多路token支持,自动清理会话痕迹。|3693|2024-07-12|2024-03-08| |10|[sipeed/NanoKVM](https://github.com/sipeed/NanoKVM)|NanoKVM: Affordable, Multifunctional, Nano RISC-V IP-KVM|2763|2024-10-10|2024-07-03| |11|[AIsouler/GKD_subscription](https://github.com/AIsouler/GKD_subscription)|GKD 第三方订阅规则|2624|2024-10-11|2024-01-03| |12|[sugarforever/chat-ollama](https://github.com/sugarforever/chat-ollama)|ChatOllama is an open source chatbot based on LLMs. It supports a wide range of language models, and knowledge base management.|2609|2024-09-08|2024-02-17| |13|[cs-lazy-tools/ChatGPT-On-CS](https://github.com/cs-lazy-tools/ChatGPT-On-CS)|基于大模型的智能对话客服工具,支持微信、拼多多、千牛、哔哩哔哩、抖音企业号、抖音、抖店、微博聊天、小红书专业号运营、小红书、知乎等平台接入,可选择 GPT3.5/GPT4.0/ 懒人百宝箱 (后续会支持更多平台),能处理文本、语音和图片,通过插件访问操作系统和互联网等外部资源,支持基于自有知识库定制企业 AI 应用。|2352|2024-09-07|2024-03-07| |14|[SoraWebui/SoraWebui](https://github.com/SoraWebui/SoraWebui)|SoraWebui is an open-source Sora web client, enabling users to easily create videos from text with OpenAI's Sora model.|2298|2024-08-04|2024-02-18| |15|[nicepkg/aide](https://github.com/nicepkg/aide)|Conquer Any Code in VSCode: One-Click Comments, Conversions, UI-to-Code, and AI Batch Processing of Files! 在 VSCode 中征服任何代码:一键注释、转换、UI 图生成代码、AI 批量处理文件!💪|2234|2024-10-08|2024-07-02| |16|[NapNeko/NapCatQQ](https://github.com/NapNeko/NapCatQQ)|现代化的基于 NTQQ 的 Bot 协议端实现|2173|2024-10-11|2024-03-26| |17|[didi/xiaoju-survey](https://github.com/didi/xiaoju-survey)|XIAOJUSURVEY is an enterprises form builder and analytics platform that allows users to create questionnaires, exams, polls, quizzes, and analyze data online.|2127|2024-10-08|2023-11-02| |18|[EcoPasteHub/EcoPaste](https://github.com/EcoPasteHub/EcoPaste)|🎉跨平台的剪贴板管理工具 Cross-platform clipboard management tool|2057|2024-10-11|2024-05-31| |19|[LLOneBot/LLOneBot](https://github.com/LLOneBot/LLOneBot)|使你的 NTQQ 支持 OneBot 11 和 Satori 协议进行机器人开发|1940|2024-10-11|2023-10-25| |20|[Jazee6/cloudflare-ai-web](https://github.com/Jazee6/cloudflare-ai-web)|支持Gemini Pro / Cloudflare Workers AI / ChatGPT的融合Web平台|1913|2024-09-20|2023-11-27| |21|[027xiguapi/code-box](https://github.com/027xiguapi/code-box)|本插件可以用于CSDN/知乎/脚本之家/博客园/掘金等网站,一键下载文章html或markdown文件;实现无需登录一键复制代码;支持选中代码;或者代码右上角按钮的一键复制;解除关注博主即可阅读全文提示;去除登录弹窗;去除跳转APP弹窗.|1762|2024-10-11|2024-07-09| |22|[codercup/unibest](https://github.com/codercup/unibest)|unibest - 最好用的 uniapp 开发框架。unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code 开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大量平时开发常用的基本组件,开箱即用,让你编写 uniapp 拥有 best 体验。|1711|2024-09-10|2023-12-23| |23|[all-in-aigc/aicover](https://github.com/all-in-aigc/aicover)|ai cover generator|1491|2024-09-18|2024-01-28| |24|[openRin/Rin](https://github.com/openRin/Rin)|⚡Dynamic blog based on Cloudflare Pages + Workers + D1 + R2|1434|2024-10-10|2024-05-21| |25|[AmbroseX/Awesome-AISourceHub](https://github.com/AmbroseX/Awesome-AISourceHub)|本仓库收集AI科技领域高质量信息源。 可以起到一个同步信息源的作用,避免信息差和信息茧房。|1358|2024-07-10|2024-03-04| |26|[weijunext/smart-excel-ai](https://github.com/weijunext/smart-excel-ai)|Generate the Excel formulas you need in seconds using ChatGPT.|1318|2024-08-12|2023-12-20| |27|[hanydd/BilibiliSponsorBlock](https://github.com/hanydd/BilibiliSponsorBlock)|一款跳过B站视频中恰饭片段的浏览器插件,移植自 SponsorBlock。A browser extension to skip sponsored segments in videos on Bilibili.com, ported from the SponsorBlock|1289|2024-10-10|2024-01-17| |28|[gcui-art/suno-api](https://github.com/gcui-art/suno-api)|Use API to call the music generation AI of suno.ai, and easily integrate it into agents like GPTs.|1279|2024-09-13|2024-03-27| |29|[replexica/replexica](https://github.com/replexica/replexica)|⚡️ State-of-the-art AI localization for web & mobile, right from CI/CD. Talk to our dev team to become a customer!|1166|2024-10-11|2024-03-13| |30|[11cafe/comfyui-workspace-manager](https://github.com/11cafe/comfyui-workspace-manager)|A ComfyUI workflows and models management extension to organize and manage all your workflows, models in one place. Seamlessly switch between workflows, as well as import, export workflows, reuse subw ...|1066|2024-10-01|2023-12-02| |31|[aieditor-team/AiEditor](https://github.com/aieditor-team/AiEditor)|AiEditor is a next-generation rich text editor for AI.|962|2024-10-11|2023-11-10| |32|[all-in-aigc/sorafm](https://github.com/all-in-aigc/sorafm)|Sora AI Video Generator by Sora.FM|936|2024-08-15|2024-02-17| |33|[chenfan0/fideo-live-record](https://github.com/chenfan0/fideo-live-record)|A convenient live broadcast recording software! Supports Tiktok, Youtube, Twitch, Bilibili, Bigo!(一款方便的直播录制软件! 支持tiktok, youtube, twitch, 抖音,虎牙,斗鱼,快手,微博,网易cc,bilibili,花椒, 淘宝, 京东) |926|2024-10-09|2024-06-04| |34|[kangfenmao/cherry-studio](https://github.com/kangfenmao/cherry-studio)|🍒 Cherry Studio is a desktop client that supports for multiple LLM providers|920|2024-10-11|2024-05-24| |35|[bclswl0827/ChatGemini](https://github.com/bclswl0827/ChatGemini)|✨ ChatGemini 是一个基于 Google Gemini 的网页客户端,对标 ChatGPT 3.5,操作逻辑同 ChatGPT 3.5 一致,同时支持在聊天中上传图片,应用会自动调用 Gemini-Pro-Vision 模型进行识图。|913|2024-08-17|2024-01-26| |36|[weijunext/landing-page-boilerplate](https://github.com/weijunext/landing-page-boilerplate)|A versatile landing page boilerplate, ideal for various projects and marketing campaigns.|897|2024-10-10|2024-03-06| |37|[nianhua99/PandoraHelper](https://github.com/nianhua99/PandoraHelper)|使用 PandoraHelper 轻松和你的小伙伴共享 ChatGPT Plus/Claude Pro 服务!|885|2024-09-25|2023-12-18| |38|[zmzimpl/chrome-power-app](https://github.com/zmzimpl/chrome-power-app)|The first open source fingerprint browser.|878|2024-09-14|2023-11-19| |39|[gcui-art/album-ai](https://github.com/gcui-art/album-ai)|AI-First Album: Chat with your gallery using plain language! LLM Vision + RAG + Album/Gallery.|775|2024-07-28|2024-07-19| |40|[wan-h/awesome-digital-human-live2d](https://github.com/wan-h/awesome-digital-human-live2d)|Awesome Digital Human|773|2024-10-11|2024-05-15| |41|[wechatferry/wechatferry](https://github.com/wechatferry/wechatferry)|基于 WechatFerry 的微信机器人底层框架|752|2024-09-26|2024-08-31| |42|[VirtualHotBar/NetMount](https://github.com/VirtualHotBar/NetMount)|统一管理和挂载云存储设施/Unified management and mounting of cloud storage facilities|746|2024-08-24|2024-03-19| |43|[6677-ai/tap4-ai-webui](https://github.com/6677-ai/tap4-ai-webui)|One-click to deploy your own ai tools directory with the open source web-ui|734|2024-09-20|2024-05-14| |44|[JackySoft/marsview](https://github.com/JackySoft/marsview)|Marsview 是一款中后台方向的低代码可视化搭建平台,开发者可以在平台上创建项目、页面和组件,支持事件交互、接口调用、数据联动和逻辑编排等,开发者还可通过微服务快速集成到自己的业务系统中。|716|2024-10-11|2024-08-04| |45|[oiov/vmail](https://github.com/oiov/vmail)|📫 An open source temporary email tool. 只需一个域名部署临时邮箱,支持多域名后缀,密码找回。|708|2024-08-26|2024-04-05| |46|[Hanxven/LeagueAkari](https://github.com/Hanxven/LeagueAkari)|✨兴趣使然、功能全面的英雄联盟工具集。|698|2024-10-11|2023-12-19| |47|[Amery2010/TalkWithGemini](https://github.com/Amery2010/TalkWithGemini)|Deploy your private Gemini application for free with one click, supporting Gemini 1.5 Pro, Gemini 1.5 Flash, Gemini Pro and Gemini Pro Vision models. 一键免费部署您的私人 Gemini 应用, 支持 Gemini 1.5 Pro、Gemini 1.5 ...|696|2024-07-25|2023-12-27| |48|[ant-design/pro-chat](https://github.com/ant-design/pro-chat)|🤖 Components Library for Quickly Building LLM Chat Interfaces.|694|2024-09-19|2023-10-20| |49|[besscroft/PicImpact](https://github.com/besscroft/PicImpact)|PicImpact 是一个摄影师专用的摄影作品展示网站,基于 Next.js 开发。今天又是想当二次元摄影高手的一天呢!|643|2024-10-11|2024-04-03| |50|[wvit/web-document](https://github.com/wvit/web-document)|A browser extension for saving web documents locally, allowing you to access them offline and quickly search for webpage content without an internet connection, while also saving browser memory usage.|635|2024-05-07|2024-04-03| |51|[ourfor/iPlay](https://github.com/ourfor/iPlay)|A cross-platform media player|633|2024-10-10|2024-03-16| |52|[rookie-luochao/openapi-ui](https://github.com/rookie-luochao/openapi-ui)|OpenAPI/Swagger UI document, quickly generate mock params and call api, also simplified postman tool. 基于 OpenAPI/Swagger 规范的接口文档,快速模拟请求参数并调用接口,也是简化版 postman 工具|617|2024-10-11|2023-12-20| |53|[iAmCorey/awesome-indie-hacker-tools](https://github.com/iAmCorey/awesome-indie-hacker-tools)|独立开发/出海开发相关技术栈及工具收录 / Find the best tools for indie hackers here|605|2024-10-10|2024-09-30| |54|[VaalaCat/frp-panel](https://github.com/VaalaCat/frp-panel)|a multi node frp webui and for [frp](https://github.com/fatedier/frp) server and client management, which makes this project a Cloudflare Tunnel or Tailscale Funnel open source alternative|581|2024-07-21|2024-01-06| |55|[WisdomShell/codeshell-vscode](https://github.com/WisdomShell/codeshell-vscode)|An intelligent coding assistant plugin for Visual Studio Code, developed based on CodeShell|579|2024-05-09|2023-10-19| |56|[LLM-Red-Team/qwen-free-api](https://github.com/LLM-Red-Team/qwen-free-api)|🚀 阿里通义千问2.5大模型逆向API白嫖测试【特长:六边形战士】,支持高速流式输出、无水印AI绘图、长文档解读、图像解析、多轮对话,零配置部署,多路token支持,自动清理会话痕迹。|572|2024-06-16|2024-03-23| |57|[liruifengv/we-drawing](https://github.com/liruifengv/we-drawing)|AI画图。每天一句中国古诗词,生成 AI 图片 Powered by Bing DALL-E-3.|566|2024-05-09|2023-10-17| |58|[read-cat/read-cat](https://github.com/read-cat/read-cat)|一款免费、开源、简洁、纯净、无广告的小说阅读器|562|2024-10-07|2024-04-08| |59|[LLM-Red-Team/glm-free-api](https://github.com/LLM-Red-Team/glm-free-api)|🚀 智谱清言 ChatGLM4大模型逆向API白嫖测试【特长:超强智能体】,支持高速流式输出、支持智能体对话、支持多轮对话、支持视频生成、支持AI绘图、支持联网搜索、支持长文档解读、支持代码调用、支持图像解析,零配置部署,多路token支持,自动清理会话痕迹。|556|2024-07-27|2024-03-17| |60|[yokingma/search_with_ai](https://github.com/yokingma/search_with_ai)|🤖 Free Search with AI, 💡 Open-Source Perplexity, 📍 Support Ollama/SearXNG, Support Docker deployment. 让AI大模型和搜索引擎回答你的问题,支持本地大模型(Ollama)、聚合搜索引擎SearXNG,支持Docker一键部署。|536|2024-10-11|2024-03-08| |61|[MrXujiang/next-admin](https://github.com/MrXujiang/next-admin)|An out-of-the-box admin based on NextJS and AntDesign 一款基于nextjs+antd5.0的中后台系统|535|2024-09-15|2024-03-20| |62|[opendatalab/LabelLLM](https://github.com/opendatalab/LabelLLM)|The Open-Source Data Annotation Platform|523|2024-08-12|2024-05-07| |63|[hamster1963/nezha-dash](https://github.com/hamster1963/nezha-dash)|A simple dashboard for nezha.|507|2024-10-11|2024-07-26| |64|[chatbookai/ai-to-pptx](https://github.com/chatbookai/ai-to-pptx)|Ai-to-pptx是一个使用AI技术(DeepSeek)制作PPTX的助手,支持在线修改和导出PPTX。 主要功能: 1 使用ChatGPT等大语言模型来生成大纲 2 生成的内容允许用户再次修改 3 生成PPTX的时候可以选择不同的模板 4 支持在线修改PPTX的文字内容,样式,图片等 5 支持导出PPTX,PDF,PNG等多种格式|503|2024-10-09|2024-02-16| |65|[akazwz/smail](https://github.com/akazwz/smail)|Temporary email 临时邮箱 Cloudflare email|496|2024-10-02|2024-01-16| |66|[yqcs/prismx](https://github.com/yqcs/prismx)|:: Prism X · Automated Enterprise Network Security Risk Detection and Vulnerability Scanning Tool / 棱镜 X · 自动化企业网络安全风险检测、漏洞扫描工具|486|2024-08-21|2023-12-25| |67|[QmiAI/Qmedia](https://github.com/QmiAI/Qmedia)|An open-source AI content search engine designed specifically for content creators. Supports extraction of text, images, and short videos. Allows full local deployment (web app, RAG server, LLM server ...|480|2024-06-23|2024-05-26| |68|[WinWang/HarmoneyOpenEye](https://github.com/WinWang/HarmoneyOpenEye)|华为鸿蒙Harmony开眼App(项目整体基于Api9+ArkTs+ArkUI)适配API 11+DevEco 4.0|473|2024-08-14|2023-11-19| |69|[petercat-ai/petercat](https://github.com/petercat-ai/petercat)|A conversational Q&A agent configuration system, self-hosted deployment solutions, and a convenient all-in-one application SDK, allowing you to create intelligent Q&A bots for your GitHub repositories|470|2024-10-11|2023-11-28| |70|[gyc-12/music-player-master](https://github.com/gyc-12/music-player-master)|一个基于 React native 开发的音乐软件,欢迎star~|454|2024-10-10|2024-06-29| |71|[JasonGrass/rename](https://github.com/JasonGrass/rename)|在线文件批量重命名|449|2024-09-22|2023-12-07| |72|[hehehai/x-hiring](https://github.com/hehehai/x-hiring)|🤗 每日最新招聘信息,使用 Google AI 提取摘要|427|2024-06-11|2024-02-10| |73|[LLM-Red-Team/metaso-free-api](https://github.com/LLM-Red-Team/metaso-free-api)|🚀 秘塔AI搜索逆向API白嫖测试【特长:超强检索超长输出】,支持高速流式输出、超强联网搜索(全网or学术以及简洁、深入、研究三种模式),零配置部署,多路token支持|422|2024-08-13|2024-04-11| |74|[aooiuu/any-reader](https://github.com/aooiuu/any-reader)|📘开源的多平台自定义源资源聚合工具。支持小说、漫画阅读、视频播放、聚合搜索、分类排行等, 也支持本地资源TXT、EPUB|405|2024-10-11|2024-01-10| |75|[mtsee/image-editor](https://github.com/mtsee/image-editor)|image-editor是一款在线图片编辑器,操作简单,功能强大,主要技术栈:typescript、leaferjs、react、mobx|401|2024-05-24|2024-04-08| |76|[cyhuajuan/FreeReNamer](https://github.com/cyhuajuan/FreeReNamer)|功能强大又易用的文件批量重命名软件|381|2024-05-24|2024-05-13| |77|[chrononeko/chronocat](https://github.com/chrononeko/chronocat)|模块化的 Satori 框架|379|2024-10-07|2024-02-27| |78|[sshallow/WhoUsesCookies](https://github.com/sshallow/WhoUsesCookies)|显示您安装的扩展程序的权限,显示谁在访问您的 cookies。|359|2024-06-06|2024-06-04| |79|[alley-rs/fluxy](https://github.com/alley-rs/fluxy)|Software for fast file transfer between terminals in the same network segment.同网段中终端间快速互传文件|348|2024-09-28|2024-01-12| |80|[buxuku/video-subtitle-master](https://github.com/buxuku/video-subtitle-master)|批量为视频或者音频生成字幕,并可批量将字幕翻译成其它语言。这是一个客户端工具, 跨平台支持 mac 和 windows 系统, 支持百度,火山,deeplx, openai, deepseek, ollama 等多个翻译服务|337|2024-10-11|2024-05-21| |81|[Ocyss/boos-helper](https://github.com/Ocyss/boos-helper)|Boss直聘助手-优化UI去除广告,批量投递简历,高级筛选,GPT自动打招呼,多账号管理...|323|2024-09-15|2024-02-25| |82|[galacean/effects-runtime](https://github.com/galacean/effects-runtime)|It can load and render cool animation effects|322|2024-10-11|2023-11-08| |83|[LLM-Red-Team/deepseek-free-api](https://github.com/LLM-Red-Team/deepseek-free-api)|🚀 DeepSeek-V2大模型逆向API白嫖测试【特长:GPT4平替】,支持高速流式输出、多轮对话,零配置部署,多路token支持。|316|2024-06-20|2024-05-07| |84|[yzqzy/wechat-assistant](https://github.com/yzqzy/wechat-assistant)|微信助手,支持群发消息、定时任务、消息防撤回、聊天记录备份等功能|314|2024-05-29|2024-01-17| |85|[ygh3279799773/streamer-card](https://github.com/ygh3279799773/streamer-card)|流光卡片API|299|2024-09-27|2024-06-27| |86|[wizardAEI/Gomoon](https://github.com/wizardAEI/Gomoon)|Gomoon 基于大模型的桌面端效率工具|299|2024-10-11|2023-11-20| |87|[yllhwa/FileWorker](https://github.com/yllhwa/FileWorker)|运行在Cloudflare Worker上的在线剪贴板/文件共享|288|2024-09-16|2024-03-21| |88|[appdev/siyuan-unlock](https://github.com/appdev/siyuan-unlock)|思源笔记免登录版本;可以不登录使用同步功能|283|2024-10-09|2023-10-18| |89|[keno-lee/vue-virt-list](https://github.com/keno-lee/vue-virt-list)|⚡️ 一个支持vue2&vue3的高性能虚拟(滚动)列表组件 👉🏻 轻量5KB 百万数据渲染 满帧率滚动 丰富场景支持 📑 [vue虚拟列表] [vue虚拟滚动列表][vue虚拟树] [vue-virtual-list] [vue-virtual-scroll-list] [vue-virtual-scroller] [vue-virt-tree] |276|2024-10-11|2023-10-23| |90|[RylanBot/awesome-hands-control](https://github.com/RylanBot/awesome-hands-control)|手势识别进行自定义操控电脑程序 an application based on gesture recognition for controlling desktop softwares, developed by MediaPipe + Electron + React|266|2024-07-21|2023-11-15| |91|[ltxhhz/LL-plugin-list-viewer](https://github.com/ltxhhz/LL-plugin-list-viewer)|LiteLoaderQQNT Plugin 插件列表 查看·安装·更新|263|2024-10-11|2024-04-17| |92|[Femoon/tts-azure-web](https://github.com/Femoon/tts-azure-web)|TTS Azure Web 是一个 Azure 文本转语音(TTS)网页应用,可以在本地或者云端使用你的 Azure Key 一键部署。TTS Azure Web is an Azure Text-to-Speech (TTS) web application. It allows you to run it locally or deploy it with a single click usi ...|250|2024-10-02|2024-05-09| |93|[Alvin-Liu/suno-music-generator](https://github.com/Alvin-Liu/suno-music-generator)|基于 suno.ai 实现的文字快速创作音乐网站 (A text-based rapid music creation website based on suno.ai )|250|2024-05-28|2024-03-31| |94|[biggerstar/wedecode](https://github.com/biggerstar/wedecode)|全自动化,微信小程序 wxapkg 包 源代码还原工具, 线上代码安全审计|229|2024-08-28|2024-05-04| |95|[festoney8/bilibili-cleaner](https://github.com/festoney8/bilibili-cleaner)|bilibili 页面净化大师,深度净化 B 站页面,过滤视频,过滤评论|229|2024-10-11|2023-11-10| |96|[webLiang/Pornhub-Video-Downloader-Plugin-v3](https://github.com/webLiang/Pornhub-Video-Downloader-Plugin-v3)|pornhub视频下载插件 chrome extention v3|224|2024-10-11|2024-04-26| |97|[zmh-program/next-whois-ui](https://github.com/zmh-program/next-whois-ui)|🧪 Your Next-Gen Whois Lookup Tool With Modern UI. Support Domain/IPv4/IPv6/ASN/CIDR Whois Lookup And Powerful Features. 🧪 现代代 Whois 查询工具, 支持域名 / IPv4 / IPv6 / ASN / CIDR 查询和强大功能|220|2024-10-01|2024-07-23| |98|[tonyljx/TextWordExplain](https://github.com/tonyljx/TextWordExplain)|汉语新解|218|2024-09-12|2024-09-12| |99|[RylanBot/resume-json-pdf](https://github.com/RylanBot/resume-json-pdf)|基于自定义 JSON 数据的在线简历生成器 an online generator that builds your résumé from custom JSON files and converts them into PDF / HTML format, developed with Tailwind CSS + React|216|2024-10-11|2023-12-14| |100|[ganlinte/GKD-subscription](https://github.com/ganlinte/GKD-subscription)|GKD 订阅规则|215|2024-10-07|2024-02-17| |101|[banggx/morgana-form](https://github.com/banggx/morgana-form)|莫甘娜问卷表单编辑器,低代码快速搭建表单,AI表单生成,表单数据搜集统计|204|2024-08-09|2024-07-21|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Vim-script.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Vim script 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[guobao2333/MT-syntax-highlight](https://github.com/guobao2333/MT-syntax-highlight)|适用于MT管理器的语法高亮 Syntax-HighLight for MT manager|21|2024-07-22|2024-05-02| |2|[IammyselfYBX/vim-rainbow](https://github.com/IammyselfYBX/vim-rainbow)|彩虹效果的 Vim 插件|15|2024-05-15|2024-05-15| |3|[IammyselfYBX/termdebug](https://github.com/IammyselfYBX/termdebug)|vim终端调试|5|2024-05-13|2024-05-13| |4|[alantop0720/system_config](https://github.com/alantop0720/system_config)|常用的系统配置文件|3|2024-08-11|2024-06-25| |5|[jaaaain/AI-intelligent-sparring](https://github.com/jaaaain/AI-intelligent-sparring)|AI 智能陪练系统,服务外包第二季|2|2024-10-09|2024-07-25| |6|[byrzhm/my-vim-settings](https://github.com/byrzhm/my-vim-settings)|我在vscode以及jetbrain全家桶上的vim配置|2|2024-06-22|2024-02-15|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/new_repo/software/Vue.md ================================================ 返回目录问题反馈 # 中文新秀榜 > 软件类 > Vue 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated|Created| |:-|:-|:-|:-|:-|:-| |1|[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, whois search and more! ...|6137|2024-10-08|2023-11-22| |2|[OpenCSGs/csghub](https://github.com/OpenCSGs/csghub)|CSGHub is an open-source large model platform just like on-premise version of Hugging Face. You can easily manage models and datasets, deploy model applications and setup model finetune or inference j ...|2899|2024-10-11|2024-01-12| |3|[alireza0/s-ui](https://github.com/alireza0/s-ui)|An advanced Web Panel • Built for SagerNet/Sing-Box|2653|2024-10-07|2024-02-13| |4|[hslr-s/sun-panel](https://github.com/hslr-s/sun-panel)|A server, NAS navigation panel, Homepage, browser homepage. 一个服务器、NAS导航面板、Homepage、浏览器首页。|2649|2024-09-30|2023-11-09| |5|[luckjiawei/frpc-desktop](https://github.com/luckjiawei/frpc-desktop)|一个frpc桌面客户端|1769|2024-09-25|2023-11-27| |6|[unilei/aipan-netdisk-search](https://github.com/unilei/aipan-netdisk-search)|本项目乃是基于 Vue 与 Nuxt.js 技术打造的网盘搜索项目,持续开源并保持维护更新。其旨在让人人皆可拥有属于自己的网盘搜索网站。强烈建议自行部署,向所有参与者致敬!Salute to all!|1039|2024-10-09|2024-05-16| |7|[pangxiaobin/image-matting](https://github.com/pangxiaobin/image-matting)|-|711|2024-10-11|2024-07-25| |8|[BizSpringSource/bizspring-vue3-opensource](https://github.com/BizSpringSource/bizspring-vue3-opensource)|BizSpring Java商城首选,可商用;Vue3,Element UI Plus,Uniapp,微服务,SpringCloud,跨境电商,跨境商城,电商国际化,外贸,独立站,多国语言,移动商城,小程序商城,H5商城,公众号商城,App,Redis,支持多语言,多规格SKU,分销,拼团,砍价,秒杀,优惠券,积分,会员等级,小程序前后端分离,方便二开,Markdown在线文档,代码生成,二开文档 ...|668|2024-09-24|2024-01-24| |9|[AkiChase/scrcpy-mask](https://github.com/AkiChase/scrcpy-mask)|A Scrcpy client in Rust & Tarui aimed at providing mouse and key mapping to control Android device, similar to a game emulator|618|2024-06-11|2024-03-14| |10|[Kukaina/DnsTools](https://github.com/Kukaina/DnsTools)|一个DNS测速工具,提高您的网络访问速度|583|2024-07-25|2024-02-09| |11|[GSQZ/TuneFree](https://github.com/GSQZ/TuneFree)|一款基于Splayer进行二次开发的音乐播放器,可解析并播放网易云音乐中所有的付费资源。|580|2024-10-11|2024-06-09| |12|[taozhi1010/nest-admin](https://github.com/taozhi1010/nest-admin)|nest全栈快速开发平台|562|2024-09-23|2024-05-03| |13|[KUN1007/kun-galgame-nuxt3](https://github.com/KUN1007/kun-galgame-nuxt3)|The CUTEST Visual Novel / Galgame Forum! KUN Visual Novel project. KUN Visual Novel Forum 2nd generation!|556|2024-10-11|2023-12-02| |14|[Zhouqluo/bilidown-web](https://github.com/Zhouqluo/bilidown-web)|在线下载b站视频|553|2024-04-19|2024-03-21| |15|[HuLaSpark/HuLa](https://github.com/HuLaSpark/HuLa)|HuLa is a desktop instant messaging app built on Tauri+vue3 (not just instant messaging)|526|2024-10-10|2024-01-16| |16|[xiaomaogame/catctor](https://github.com/xiaomaogame/catctor)|-|503|2024-05-09|2024-04-16| |17|[LvHuaiSheng/gzm-design](https://github.com/LvHuaiSheng/gzm-design)|🚀🚀🚀一款漂亮易用的在线设计器,支持PSD导入、PSD解析,可用于海报设计器、广告设计器、logo设计器、AI创作图片合成器等。常用于生成二维码海报,图片海报,二维码推广海报,图片处理,名片设计,电商产品图,节假日海报等。http://gzm-design-doc.guozimi.cn/|421|2024-09-24|2023-12-08| |18|[ShouChenICU/WebCamera](https://github.com/ShouChenICU/WebCamera)|基于WebRTC的点对点网络摄像头实时监控工具|403|2024-06-13|2024-05-29| |19|[besscroft/kamera](https://github.com/besscroft/kamera)|一款专供摄影佬使用的记录网站,基于 Nuxt 3 开发,瀑布流展示图片,预览图片及 EXIF 信息,支持常见的图片格式。 可读取 EXIF 信息并上传、管理维护图片数据,首页精品照片展示,子页分类展示等功能。 图片存储兼容 S3 API、AList API、支持 CDN 配置。同时适配了 PC 和移动端的样式与交互。|351|2024-04-30|2023-10-30| |20|[lemonfog/lemon-live](https://github.com/lemonfog/lemon-live)|聚合直播网站 支持 虎牙直播 斗鱼直播 抖音直播 哔哩直播 CC直播 直播源 直播信息 弹幕直播|341|2024-08-10|2024-04-26| |21|[helloqyg/MettShortOverseas](https://github.com/helloqyg/MettShortOverseas)|迈特短剧系统是一款功能强大的海外短剧平台,包含H5、安卓APP、苹果APPP多种展示形式,支持PayPal支付、stripe支付,Facebook登录、游客登录、Google登录、多语言选择,提供多开的开源系统。该系统提供了丰富的短剧资源,支持用户免费观看热门短剧、影视作品,同时也支持多种付费观看方式,如单人、全款和会员等,满足不同用户的需求。|324|2024-05-30|2023-12-25| |22|[itchaox/annotree](https://github.com/itchaox/annotree)|Generate folder directory annotation tree 生成文件夹目录注释树|306|2024-09-19|2024-05-04| |23|[helloqyg/MettShort](https://github.com/helloqyg/MettShort)|2023热门短剧微短剧可运营版本,包含微信小程序、抖音小程序、APP、公众号多个版本。也支持微信小程序媒资管理、虚拟支付、微短剧等各模块功能。包含批量导入、各种视频格式的支持、saas多开、分销商分销、卡密兑换、分享海报、自动切换、小程序流量主等众多功能。|294|2024-04-26|2023-12-25| |24|[wurencaideli/dumogu-admin](https://github.com/wurencaideli/dumogu-admin)|最基础的管理端架子 - 毒蘑菇管理|275|2024-09-24|2023-10-18| |25|[fre123-com/fre123-nav](https://github.com/fre123-com/fre123-nav)|FRE123 免费资源共享平台导航,一键搭建你的导航网站!|266|2024-08-28|2023-12-18| |26|[aigcbilibili/aigcbilibili](https://github.com/aigcbilibili/aigcbilibili)|仿bilibili前后端实现|253|2024-08-24|2024-03-06| |27|[aehyok/video2blog](https://github.com/aehyok/video2blog)|视频转图文 AI跨平台客户端(win mac linux)|232|2024-10-11|2024-03-19| |28|[xinnian999/vue-form-craft](https://github.com/xinnian999/vue-form-craft)|基于vue3的一款开箱即用表单方案|232|2024-10-11|2023-12-19| |29|[umodoc/editor](https://github.com/umodoc/editor)|Umo Editor is an open-source document editor, based on Vue3 and Tiptap.|228|2024-09-22|2024-05-10| |30|[unilei/image-watermark-tool](https://github.com/unilei/image-watermark-tool)|一个能够在本地设备上为图片添加水印,并且图片不会被发送到任何服务器,所有操作都在本地浏览器完成的工具。非常适合保护您敏感证件(如身份证、驾照、护照等)|227|2024-06-07|2024-03-10| |31|[xunlu129/teriteri-admin](https://github.com/xunlu129/teriteri-admin)|一个基于 vue3 搭建的视频网站平台管理员端|224|2024-05-20|2023-10-15| |32|[kkangert/kspider-ui](https://github.com/kkangert/kspider-ui)|Kspider 是一个爬虫平台,以图形化方式定义爬虫流程,无需代码即可实现一个爬虫流程,Kspider不仅限爬虫,也可用于WEB自动化测试,更多功能等你探索。|206|2024-08-20|2024-07-07| |33|[xxm1995/dax-pay-ui](https://github.com/xxm1995/dax-pay-ui)|免费开源的支付网关,支持支付宝、微信、云闪付等通道,提供收单、退款、对账、分账等功能,同时扩展了更多支付方式,如储值卡、现金卡等,通过HTTP方式进行调用,不与其他系统产生耦合关联,可以快速集成到各种系统中,提供可视化界面进行管理,便于实现统一的支付信息管理。|202|2024-10-09|2024-02-16| |34|[kingwrcy/discussion](https://github.com/kingwrcy/discussion)|极简论坛|196|2024-10-08|2024-05-15| |35|[Theo-Messi/tools](https://github.com/Theo-Messi/tools)|✨ 集成 Vue 功能组件和主题美化的 VitePress 插件|174|2024-10-11|2024-05-10| |36|[yxhpy/Vue3-Magic-Generator](https://github.com/yxhpy/Vue3-Magic-Generator)|Vue3-Magic-Generator使用创新的大模型技术,将您口中的简短需求化作精致的Web应用。我们通过深入分析需求,转化成网站的结构模块,最终使用AI的超凡编程能力,将Vue3和Element-Plus框架的代码精确生成。从此,项目开发不再是冗长乏味的过程,而是一场激动人心的创新之旅。|174|2024-04-15|2024-02-16| |37|[oliver225/thingsboard-ui-vue3](https://github.com/oliver225/thingsboard-ui-vue3)|本项目为基于Vue3开发的 ThingsBoard 前台 ,AntDesginVue、VbenVueAdmin、AntV X6、规则链代码已全部开放、ThingsBoard3.7持续更新中|168|2024-08-29|2024-03-22| |38|[gooaclok819/sublinkX](https://github.com/gooaclok819/sublinkX)|开源节点订阅转换生成管理系统|159|2024-10-04|2024-04-07| |39|[kuailemao/Ruyu-Blog](https://github.com/kuailemao/Ruyu-Blog)|基于 SpringBoot3 + Vue3 + TypeScript+ Mysql + Redis + RabbitMQ + SpringSecurity 的前后台个人博客系统|157|2024-10-11|2024-03-03| |40|[risesoft-y9/Data-Labeling](https://github.com/risesoft-y9/Data-Labeling)|数据标注是一款专门对文本数据进行处理和标注的工具,通过简化快捷的文本标注流程和动态的算法反馈,支持用户快速标注关键词并能通过算法持续减少人工标注的成本和时间。数据标注的过程先由人工标注构筑基础,再由自动标注反哺人工标注,最后由人工标注进行纠偏,从而大幅度提高标注的精准度和高效性。数据标注是一个完全开源的项目,无商业版,但是需要依赖开源的数字底座进行人员岗位管控。各类词库结果会定期在本平台公开。|153|2024-09-04|2024-08-26| |41|[ccnetcore/Yi.Abp.Admin](https://github.com/ccnetcore/Yi.Abp.Admin)|🔥爽🔥.Net8集大成者,终究轮子,简易实用,老牌经典。 后端.Net8,前端Vue3,框架三层架构\DDD领域驱动设计,内置Rbac权限管理、Bbs论坛社区系统 以用户体验出发。 架构干净整洁、采用微软风格原生框架封装。 适合小中大型项目上线、.Net8学习、Abp.vNext学习、Sqlsugar学习 、项目二次开发。|153|2024-10-11|2023-11-20| |42|[CompPsyUnion/NottinghamWall](https://github.com/CompPsyUnion/NottinghamWall)|宁诺校园墙uniapp|149|2024-09-03|2024-06-14| |43|[ExpTechTW/TREM-tauri](https://github.com/ExpTechTW/TREM-tauri)|Taiwan Real-time Earthquake Monitoring(臺灣即時地震監測)|148|2024-07-31|2024-02-02| |44|[bluexsx/box-im](https://github.com/bluexsx/box-im)|盒子IM是一个仿微信的聊天工具。后端采用springboot+netty实现,web端使用vue,移动端使用uniapp,支持私聊、群聊、离线消息、发送图片、文件、语音、emoji表情、视频聊天等功能。|148|2024-10-11|2023-10-26| |45|[Peerless-man/vue3-blog](https://github.com/Peerless-man/vue3-blog)|一个最新vue3技术栈的个人博客系统,包含博客前台、博客后台、博客后端服务|140|2024-10-10|2023-10-31| |46|[makeryangcom/MirForGodot](https://github.com/makeryangcom/MirForGodot)|Mir2(2D MMORPG Game) For Godot|139|2024-08-20|2024-01-10| |47|[CS-BAOYAN/cs-baoyan-ddl](https://github.com/CS-BAOYAN/cs-baoyan-ddl)|夏令营截止日期DDL静态网页|138|2024-09-19|2024-06-22| |48|[uniai-lab/lechat-pro](https://github.com/uniai-lab/lechat-pro)|打造首个开源版的KimiChat!|137|2024-09-03|2024-02-04| |49|[blacktunes/sr-light-cone](https://github.com/blacktunes/sr-light-cone)|崩坏:星穹铁道光锥编辑器|134|2024-10-03|2023-11-29| |50|[jason5ng32/EasyHomePage](https://github.com/jason5ng32/EasyHomePage)|一个使用 Markdown 就可以生成的个人/产品主页|126|2024-09-14|2024-05-29| |51|[yudaocode/yudao-ui-admin-vue2](https://github.com/yudaocode/yudao-ui-admin-vue2)|芋道管理后台,基于 Vue2 + Element UI 实现,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城、CRM、ERP 等功能。|125|2024-10-07|2023-11-05| |52|[wangrongding/WebCut](https://github.com/wangrongding/WebCut)|🎬 基于 web 端的音视频编辑器。(A web-based audio and video editor.)|119|2024-05-03|2024-03-18| |53|[oljc/arco-admin](https://github.com/oljc/arco-admin)|🚀Vite5+vue3+Arco+ TypeScript. 一款开箱即用、功能丰富的中后台管理系统框架,最新技术栈的标准化规范项目。|114|2024-10-07|2023-11-30| |54|[SuYxh/chatgpt-web-sea](https://github.com/SuYxh/chatgpt-web-sea)|基于 chatgpt-web 兼容 LLM Red Team 项目下所有的 free-api 以及 one-api 或 new-api提供的接口和 key|113|2024-05-14|2024-04-16| |55|[lavender-projects/lavender](https://github.com/lavender-projects/lavender)|简约、通用、多信源的媒体与文章信息浏览应用|112|2024-06-23|2024-01-17| |56|[pinky-pig/arvin](https://github.com/pinky-pig/arvin)|个人网站|105|2024-05-22|2024-01-10| |57|[naroat/tools-web](https://github.com/naroat/tools-web)|在线工具站; 工具分类覆盖开发运维、文本处理、图片处理、图表处理、随机工具、查询工具等;常见工具json转换、密码生成、时间戳、单位换算、在线图片编辑|105|2024-08-30|2023-11-28| |58|[setube/vue-mining](https://github.com/setube/vue-mining)|Vue 挖矿小游戏|102|2024-08-01|2024-05-26| |59|[imsyy/vitepress-theme-curve](https://github.com/imsyy/vitepress-theme-curve)|🎉 A Simple VitePress Theme 一个极简的 VitePress 主题|101|2024-10-10|2024-03-09| |60|[wangzmgit/alnitak](https://github.com/wangzmgit/alnitak)|Alnitak是一个基于nuxt和go开发的前后端分离的弹幕视频网站。 项目实现了视频、专栏、弹幕、评论、点赞、收藏等功能。|94|2024-10-04|2023-12-08| |61|[lctoolsweb/LunarCoreTools](https://github.com/lctoolsweb/LunarCoreTools)|基于Vue编写的农历web页面|93|2024-08-17|2023-11-29| |62|[continew-org/continew-admin-ui](https://github.com/continew-org/continew-admin-ui)|全新 3.0 版本,基于 Gi Demo 前端模板开发的 ContiNew Admin 前端适配项目。|86|2024-10-11|2023-11-23| |63|[9WiSHao/sb6657](https://github.com/9WiSHao/sb6657)|玩机器烂梗收集网站,6657玩小将的在线批事本|81|2024-10-08|2024-02-14| |64|[freeleepm/mini-contract](https://github.com/freeleepm/mini-contract)|🔥🔥🔥 Mini-Contract是一款商业级的免费开源电子合同产品,为您提供全方位的合同签署体验。产品独创“证据链”与“非证据链”两种签署模式,支持在线电子签名、电子合同、电子签章、电子合同SDK、电子合同API、多方合同发起、骑缝章等多项功能。其数据安全合规可靠,完全独立自主运营和管理合同,让您的合同信息得到最佳保护,拥有Web端管理、H5、微信小程序平台|81|2024-08-22|2023-11-27| |65|[Carole007/carole-admin](https://github.com/Carole007/carole-admin)|nest全栈快速开发平台|80|2024-07-23|2024-06-12| |66|[PastKing/MarkMap-OpenAi-ChatGpt](https://github.com/PastKing/MarkMap-OpenAi-ChatGpt)|本项目是一个结合了Vue、Markmap和OpenAI ChatGPT的思维导图生成工具。用户可以输入标题和内容,通过调用ChatGPT生成思维导图,并支持放大、缩小、适应屏幕和下载功能。|79|2024-09-23|2024-06-05| |67|[378526425/oujili](https://github.com/378526425/oujili)|《欧几里》是一款一比一模仿《青藤之恋》的社交交友软件开源项目,主打高学历优质人群交友,功能上基本还原青藤之恋,以双向喜欢后解锁聊天,目前适配微信小程序,手机App,H5,三端通用,功能完整,盈利模式完善,高度配置化,功能模块化,高内聚,低耦合,一天快速上线,已对接支付接口,只需要简单的修改配置文件中相关信息,即可实现快速部署上线,减少开发的时间成本,金钱成本,技术成本,将更多的精力放在产品运营上|75|2024-09-22|2023-12-20| |68|[insistence/RuoYi-Vue3-FastAPI](https://github.com/insistence/RuoYi-Vue3-FastAPI)|基于Vue3+Element Plus+FastAPI开发的一个通用中后台管理框架(若依的FastAPI版本)|72|2024-05-13|2024-01-29| |69|[wuyuanwuhui99/uniapp-vite-vue3-ts-movie-app-ui](https://github.com/wuyuanwuhui99/uniapp-vite-vue3-ts-movie-app-ui)|基于uniapp+vite+vue3+ts开发的混合电影和音乐music app,后端采用springboot+mybatis+mysql开发,有flutter、react-native、安卓原生、微信小程序、鸿蒙版本,参见个人主页项目,包括底部tab导航,,首页,电影,电视剧,我的,搜索页,分类页,电影详情页,播放页,登录,注册,浏览记录,播放记录,收藏,缓存,电影排行榜、音乐播放等页面和模块, ...|71|2024-09-26|2023-12-03| |70|[51yuese/ChatGPT-web-Midjourney-proxy](https://github.com/51yuese/ChatGPT-web-Midjourney-proxy)|🍭 一键拥有你自己的 ChatGPT+Midjourney 网页服务 Own your own ChatGPT+Midjourney web service with one click|70|2024-09-14|2023-11-28| |71|[mrrhq/ai-timeline](https://github.com/mrrhq/ai-timeline)|记录文生图、文生视频、大语言模型等 AI 相关技术在发展过程中的重要时间点|68|2024-08-14|2024-08-06| |72|[0ctDay/encrypt-decrypt-vuls](https://github.com/0ctDay/encrypt-decrypt-vuls)|加解密逻辑漏洞靶场|68|2024-05-16|2024-05-15| |73|[gooking/wurenqipai](https://github.com/gooking/wurenqipai)|无人棋牌室 小程序 app uni-app 无人酒店等无人场景小程序解决方案|67|2024-07-31|2023-11-03| |74|[LauZzL/leitingzhanji-ui](https://github.com/LauZzL/leitingzhanji-ui)|LTZJ-NEM Build 3 (原雷霆战机网易云)。|66|2024-10-09|2024-09-06| |75|[xinnian999/elin-ui](https://github.com/xinnian999/elin-ui)|一个清新的vue3组件库|66|2024-05-29|2024-03-10| |76|[expzhizhuo/iotscan-web](https://github.com/expzhizhuo/iotscan-web)|这是一个基于vue3+element-plus+vite4+pinia开发一个资产测绘平台+漏洞扫描的前端项目,提供多种自定义的开发,如果你的扫描器或资产测绘平台不追求UI仅仅是为了快速开发,可以参考此项目。|64|2024-05-27|2024-05-27| |77|[xionglongbing/Treasure-Navigation](https://github.com/xionglongbing/Treasure-Navigation)|漂亮美观的导航页面,点击链接线上体验,持续更新功能中。支持主页网页搜索,也可以当作书签管理工具。用vue3实现好看的寻宝导航|63|2024-10-11|2024-09-08| |78|[Daymychen/art-design-pro](https://github.com/Daymychen/art-design-pro)|这是一个基于 Vue3、TypeScript、Vite 和 Element-Plus 精心打造的后台管理系统模板,专注于用户体验和视觉设计。|63|2024-09-28|2024-09-02| |79|[7836246/Nuxt-Whois](https://github.com/7836246/Nuxt-Whois)|基于Nuxt3制作的Whois和 Dns 查询的小工具|63|2024-08-07|2024-03-02| |80|[LOG1997/log-lottery](https://github.com/LOG1997/log-lottery)|🎈🎈🎈🎈年会抽奖程序,threejs+vue3 3D球体动态抽奖应用。|63|2024-07-02|2024-01-02| |81|[silenty4ng/k5web](https://github.com/silenty4ng/k5web)|网页 UV-K5 写频工具箱|57|2024-10-11|2024-01-24| |82|[MarSeventh/Sanyue-ImgHub](https://github.com/MarSeventh/Sanyue-ImgHub)|https://github.com/MarSeventh/CloudFlare-ImgBed 项目的前端仓库。|56|2024-10-01|2024-07-15| |83|[blacktunes/interknot](https://github.com/blacktunes/interknot)|绝区零的绳网论坛动态制作网站|56|2024-07-17|2023-11-25| |84|[zyyzyykk/kkTerminal](https://github.com/zyyzyykk/kkTerminal)|kkTerminal, a web terminal for SSH remote server connection. kkTerminal,一个web终端实现ssh远程连接服务器。|56|2024-10-07|2023-10-14| |85|[oop-dev/oop-dev](https://github.com/oop-dev/oop-dev)|云对象+对象数据库的全栈框架,代替http和sql,实现急速开发|55|2024-10-11|2024-08-15| |86|[Gzh0821/pvzg_site](https://github.com/Gzh0821/pvzg_site)|PvZ2 Gardendless Official Website PvZ2 Gardendless 官方网站|54|2024-10-07|2024-07-11| |87|[wumingluren/PicFreeCutter](https://github.com/wumingluren/PicFreeCutter)|无名图片自由分割/切割在线工具-支持图片自由纵向分割,横向分割,宫格分割,低仿 wps 看图图片分割。体验地址:https://wumingluren.github.io/PicFreeCutter|53|2024-04-29|2024-04-16| |88|[SenQi-666/fastapi-vue-admin](https://github.com/SenQi-666/fastapi-vue-admin)|基于 fastapi+vue+ts 开发的 RBAC 权限管理系统|53|2024-07-16|2024-01-04| |89|[find-xposed-magisk/cloudflare_temp_email](https://github.com/find-xposed-magisk/cloudflare_temp_email)|CloudFlare free temp domain email 免费 临时 域名邮箱|52|2024-10-11|2024-01-01| |90|[hotuns/lure-log](https://github.com/hotuns/lure-log)|“路亚记”是一个路亚活动记录应用,旨在帮助路亚爱好者管理和优化他们的路亚体验。|51|2024-06-13|2024-04-24| |91|[maliangnansheng/bbs-vue3-ui](https://github.com/maliangnansheng/bbs-vue3-ui)|基于Vue3开发的仿掘金之【南生论坛】企业级项目!官方地址:https://bbs.nanshengbbs.top|50|2024-10-11|2024-01-06| |92|[Mooooooon/TiezhuToolbox](https://github.com/Mooooooon/TiezhuToolbox)|E7/Epic7/第七史诗强化助手|50|2024-04-21|2023-12-16| |93|[blacktunes/black-myth-wukong-portraits](https://github.com/blacktunes/black-myth-wukong-portraits)|黑神话:悟空 - 影神图生成网站|48|2024-10-03|2024-09-28| |94|[idoknow/Campux](https://github.com/idoknow/Campux)|校园墙自动化 和 校内服务统一认证解决方案 | 自助投稿、网页审核、自动发说说|万能墙、表白墙 自动化、QQ 空间、QQ 机器人、发说说|48|2024-08-12|2024-04-01| |95|[xinnian999/vitepress-vue-demo](https://github.com/xinnian999/vitepress-vue-demo)|一个 Vitepress 插件,可以帮助你在编写文档的时候,通过路径引用,直接展示 Vue 组件示例 + 代码|47|2024-09-21|2024-09-08| |96|[OldPanda/xiaodigua-homepage](https://github.com/OldPanda/xiaodigua-homepage)|Homepage of Xiaodigua( 小地瓜 ), a browser extension to allow downloading images and videos from a Xiaohongshu post. |47|2024-08-27|2023-12-03| |97|[chunbo007/wechat-mp](https://github.com/chunbo007/wechat-mp)|基于PHP开发的微信开放平台管理工具|47|2024-07-28|2023-11-17| |98|[iDataRiver/theme-basic](https://github.com/iDataRiver/theme-basic)|Independent e-commerce website solution based on iDataRiver. Easily sell your digital products. 一款基于VUE3(Nuxt3)的高颜值卡密发卡独立站前端,基于Vercel可免服务器部署,适合个人的自动发卡电商独立站解决方案。|45|2024-10-01|2024-06-30| |99|[yy4382/tts-importer](https://github.com/yy4382/tts-importer)|轻松将 Azure TTS 语音合成服务导入阅读软件。现支持阅读(legado)、爱阅记、源阅读。|45|2024-07-17|2024-01-08| |100|[SmallTeddyGames/e-card](https://github.com/SmallTeddyGames/e-card)|E-Card mini-game imitating "Gambling Apocalypse"|45|2024-09-06|2023-12-12| |101|[yjl9903/resonance-market](https://github.com/yjl9903/resonance-market)|实时 查看 / 上报 雷索纳斯市场行情|44|2024-05-05|2024-03-04| |102|[cheinlu/HarmonyOS-groundhog-charging-system](https://github.com/cheinlu/HarmonyOS-groundhog-charging-system)|土拨鼠开源充电系统是一套包含鸿蒙、微信小程序、云平台充电设备管理系统。 鸿蒙App使用HarmonyOS 4.0开发,小程序使用uniapp开发;功能涉及:登录、注册、查找充电站和充电站、在线充电、订单查询、个人中心等 云平台使用Vue3+vite+ts+Element Plus开发,多租户、权限、审计、充电站/充电桩管理、订单管理、价格规则、充值等 后台使用 Go 语言 goframe 框架|44|2024-09-24|2024-01-20| |103|[continew-org/continew-admin-ui-arco](https://github.com/continew-org/continew-admin-ui-arco)|基于 Arco Design Pro 前端模板开发的 ContiNew Admin 前端适配项目。|44|2024-04-28|2023-12-27| |104|[vue-rookie/uni-vue3](https://github.com/vue-rookie/uni-vue3)|基于vue3+vite+uniapp+unocss的小程序快速开发模板|43|2024-08-12|2024-07-29| |105|[WuSuoV/YioveGetIP](https://github.com/WuSuoV/YioveGetIP)|实时获取当前 IP 地址,支持多线路,包括中国移动、中国联通、中国电信、海外线路,以及访问谷歌等特殊网站。|43|2024-04-12|2024-04-09| |106|[Ele-Cat/vue3-wechat-tool](https://github.com/Ele-Cat/vue3-wechat-tool)|使用 Vite + Vue3 + AntDesignVue + Pinia 搭建的在线微信对话生成器|42|2024-07-31|2024-05-07| |107|[onenov/ChatBot-Next](https://github.com/onenov/ChatBot-Next)|无缝集成处理和调度 Dify & Dify on WeChat,Web 可视化多用户管理/一键启动 ChatBot,简化了令人惊叹且响应迅速的 ChatBot 应用程序的创建。|40|2024-08-20|2024-07-15| |108|[wudg/AmazeCard](https://github.com/wudg/AmazeCard)|根据文字生成卡片图片|40|2024-06-27|2024-01-19| |109|[812781385/ollama-webUI](https://github.com/812781385/ollama-webUI)|自由化定制的ollama web ui界面|39|2024-07-16|2024-05-07| |110|[EricWXY/eric-ui](https://github.com/EricWXY/eric-ui)|vue3 封装的 组件库|38|2024-06-27|2024-04-01| |111|[jianyaoo/vue-cornerstone-demo](https://github.com/jianyaoo/vue-cornerstone-demo)|Cornerstone3D 医学影像库在vue项目中的演示示例|38|2024-10-08|2024-01-11| |112|[sanbei101/Tarocard](https://github.com/sanbei101/Tarocard)|一个简单的vue3实现的塔罗牌ai预测|35|2024-10-09|2024-09-16| |113|[klxf/BLive_Coyote](https://github.com/klxf/BLive_Coyote)|郊狼B站直播玩法:送礼物控制郊狼主机输出|34|2024-06-11|2024-05-08| |114|[youlaitech/vue3-element-admin-thin](https://github.com/youlaitech/vue3-element-admin-thin)|基于vue3-element-admin的精简版,包含主体功能,更适合实际项目开发|33|2024-09-27|2024-03-04| |115|[NotFaceGUI/nikke-balabala](https://github.com/NotFaceGUI/nikke-balabala)|一款 nikke balabala 生成器|33|2024-07-19|2023-11-06| |116|[KiWi233333/jiwu-mall-chat-tauri](https://github.com/KiWi233333/jiwu-mall-chat-tauri)|极物圈聊天应用 - Tauri重构版本, 一个轻量的桌面端随时随地的聊天应用 ✨|32|2024-10-09|2024-05-03| |117|[EricZhu-42/ChargingStationMonitor](https://github.com/EricZhu-42/ChargingStationMonitor)|南哪充电 —— 南京大学 (Nanjing Univerisity) 校内充电站监测系统|32|2024-09-09|2024-03-14| |118|[insistence/RuoYi-Vue-FastAPI](https://github.com/insistence/RuoYi-Vue-FastAPI)|基于Vue2+Element UI+FastAPI开发的一个通用中后台管理框架(若依的FastAPI版本)|32|2024-09-29|2024-01-29| |119|[jianjianai/FList](https://github.com/jianjianai/FList)|将 GitHub Releases,Hugging Face,文件url等,渲染成类似网盘的文件列表显示在网页上,方便用户下载开源软件。 支持视频、音频、图片、PDF 等文件的在线预览。|31|2024-08-05|2024-07-12| |120|[imengyu/vue-code-layout](https://github.com/imengyu/vue-code-layout)|Vue 仿 VSCode 布局组件 A Vue editor layout component that like VSCode and can be used to develop web editors.|30|2024-10-10|2024-03-28| |121|[easy-temps/nuxt-vant-mobile](https://github.com/easy-temps/nuxt-vant-mobile)|An mobile web apps template based on the Nuxt (3/4) ecosystem。 一个基于 Nuxt (3/4) 生态系统的移动 web 应用模板,帮助你快速完成业务开发。|30|2024-10-01|2024-02-29| |122|[whanxueyu/cyberpunk-ui](https://github.com/whanxueyu/cyberpunk-ui)|准备做一个赛博朋克风格组件库|29|2024-09-25|2024-07-31| |123|[sun0225SUN/star-trail](https://github.com/sun0225SUN/star-trail)|星轨 个人主页/引导页|29|2024-04-12|2024-02-07| |124|[Dave-12138/miyoushe-emoticon-in-discussion](https://github.com/Dave-12138/miyoushe-emoticon-in-discussion)|用于在github讨论上使用米游社表情包的脚本|27|2024-09-08|2024-08-15| |125|[xoobom/logicflow-vue3](https://github.com/xoobom/logicflow-vue3)|🎉 logicflow+vue3+elementplus的流程编排|27|2024-09-23|2024-04-19| |126|[WuSandWitch/NTUST-Calendar-Maker](https://github.com/WuSandWitch/NTUST-Calendar-Maker)|NTUST Calendar Maker 台科大日曆製作工具 |27|2024-08-31|2024-02-18| |127|[xaoyaoo/wxdump_web](https://github.com/xaoyaoo/wxdump_web)|PyWxDump 的网页端|27|2024-10-07|2024-01-02| |128|[Fridolph/my-resume](https://github.com/Fridolph/my-resume)|个人简历,Vue3+TypeScript +Tailwind CSS + i18n全新版本|26|2024-08-15|2024-01-24| |129|[molian-Z/OmniMagicCube](https://github.com/molian-Z/OmniMagicCube)|OmniMagicCube是一个基于Vue3的可视化框架,它支持全部的Vue3组件库包括自己开发的组件,它为我们带来了全新的组件支持能力。以及高效的页面开发|26|2024-10-11|2023-12-13| |130|[KID-1912/vue-tiptap-appmsg-editor](https://github.com/KID-1912/vue-tiptap-appmsg-editor)|基于 tiptap 搭建的微信公众号编辑器vue示例,支持排版后复制到微信公众平台,支持开发者自己开发样式库、模板库作为内容插入;如 135Editor、壹伴等|25|2024-08-16|2024-04-07| |131|[pdsuwwz/chatgpt-vue3-light-mvp](https://github.com/pdsuwwz/chatgpt-vue3-light-mvp)|💭 一个可二次开发 Chat Bot 对话 Web 端 MVP 原型模板, 基于 Vue3、Vite 5、TypeScript、Naive UI 、UnoCSS 等主流技术构建, 🧤简单集成大模型 API, 采用单轮 AI 问答对话模式, 每次提问独立响应, 无需上下文, 支持打字机效果流式输出, 集成 markdown-it 预览, 💼 易于定制和快速搭建 Chat 类大语言模型产品 (附示例 ...|24|2024-09-19|2024-07-25| |132|[CallBoson/official-nuxt3](https://github.com/CallBoson/official-nuxt3)|基于Nuxt3的现代化企业官网模板|24|2024-08-30|2024-07-09| |133|[MaterialShadow/ChatTTS-manager](https://github.com/MaterialShadow/ChatTTS-manager)|使用CHATTTS合成语音,使用FASTAPI作为API服务端,基于GFAST制作了管理系统,提供了音色管理和webui界面|24|2024-06-14|2024-06-14| |134|[zhang-tong-yao/wall](https://github.com/zhang-tong-yao/wall)|Wall是一款快速分享资源应用程序。俗称“照片墙、视频墙”,基于Vue3 + Spring Boot开发的云共享资源应用系统。|24|2024-07-07|2024-06-08| |135|[LisenCoding/menu](https://github.com/LisenCoding/menu)|[毕设作品] 菜谱微信小程序|23|2024-09-10|2024-09-04| |136|[Henryers/hanye-take-out](https://github.com/Henryers/hanye-take-out)|寒页外卖(苍穹外卖套壳升级版)|23|2024-08-07|2024-06-12| |137|[typ1805/tansci-boot](https://github.com/typ1805/tansci-boot)|基于 SpringBoot2 + magic-api + Vue3 + Element Plus + amis3.0 快速开发管理系统|23|2024-08-16|2024-01-09| |138|[KHC-ZhiHao/fold-chair-ptt](https://github.com/KHC-ZhiHao/fold-chair-ptt)|將 PTT 藏在視窗之中,隨時關注最新消息|23|2024-07-25|2023-12-14| |139|[ashuicoder/naive-ui-components](https://github.com/ashuicoder/naive-ui-components)|基于naive-ui封装的一些组件库,表单、上传、表格等|23|2024-09-04|2023-11-15| |140|[Fankekeke/trade_cos](https://github.com/Fankekeke/trade_cos)|基于SpringBoot + Vue的二手交易平台 校园交易系统. 实现了用户注册、密码修改、销售情况统计、交易市场、商品评论、公告管理、用户收藏、商品管理、评价管理、订单管理、商品类型、消息管理、用户管理、订单物流更新、商品购买、订单评价|23|2024-07-16|2023-10-18| |141|[ageerle/ruoyi-web](https://github.com/ageerle/ruoyi-web)|基于ruoyi-plus实现AI聊天和绘画功能-前端|22|2024-05-16|2024-02-27| |142|[KevinZhang19870314/chat-ai-lite](https://github.com/KevinZhang19870314/chat-ai-lite)|Chat AI Lite 是一个多功能的 AI Web 应用,涵盖了各种 AI 场景,包括 AI 聊天、AI 本地知识库(RAG)、AI 助手、AI 数字人以及图像生成等。|21|2024-09-10|2024-09-10| |143|[YuLin-Coder/No258CollegeTextbookOrdering](https://github.com/YuLin-Coder/No258CollegeTextbookOrdering)|基于springboot的高校教材订购管理系统:前端 vue2、elementui,后端 maven、springmvc、spring、mybatis;角色分为管理员、用户;集成公告、教材、书籍购买、发行人员、采购人员等功能于一体的系统。|21|2024-05-28|2024-05-28| |144|[YuLin-Coder/No257PetAdoptionManagementSystem](https://github.com/YuLin-Coder/No257PetAdoptionManagementSystem)|基于springboot+vue的宠物领养管理系统:前端 vue2、elementui,后端 maven、springmvc、spring、mybatis;角色分为管理员、用户;集成宠物信息、宠物领养、宠物用品、购物车、订单、等功能于一体的系统。|21|2024-05-28|2024-05-28| |145|[quicktvui/hellotv](https://github.com/quicktvui/hellotv)|基于QuickTVUI的影视应用模版|21|2024-08-05|2024-02-19| |146|[WRXinYue/valaxy-theme-sakura](https://github.com/WRXinYue/valaxy-theme-sakura)|A simple, personalized, and cute anime-style blog theme.|21|2024-10-08|2024-01-10| |147|[Redlnn/lemon-new-tab-page](https://github.com/Redlnn/lemon-new-tab-page)|一个非常简约的仿青柠起始页的纯本地新标签页实现。|21|2024-10-11|2024-01-02| |148|[HeHang0/musiche](https://github.com/HeHang0/musiche)|音乐播放器,支持网易云、QQ音乐、咪咕音乐|21|2024-09-12|2023-10-24| |149|[digitalzhouhaowen/osaigc](https://github.com/digitalzhouhaowen/osaigc)|AIGC系统,系统pc+小程序+app,chatai商业源码/文心一言/星火/知识库/aippt/ai问答/ai绘画/mj+sd|20|2024-05-24|2024-02-28| |150|[cying314/edit-dspblue-print](https://github.com/cying314/edit-dspblue-print)|vue2开发的单页静态网页。 基于对戴森球计划游戏蓝图数据的解析与处理,实现对蓝图进行“垂直叠加”、“坐标偏移”、“水平翻转”、“线性变换”、“无带流”等转换的实用功能,并提供快捷、界面化的蓝图数据与JSON间的转换功能。|20|2024-09-21|2023-12-19| |151|[YuLin-Coder/No266ElectronicAssessmentManagementSystem](https://github.com/YuLin-Coder/No266ElectronicAssessmentManagementSystem)|基于springboot的在线考试管理系统:前端 vue2、elementui,后端 maven、springmvc、spring、mybatis;角色分为管理员、用户;集成权限管理、试题管理、试卷管理、在线考试、我的成绩查询等功能于一体的系统。|19|2024-05-28|2024-05-28| |152|[YuLin-Coder/No261TestQuestionManagementSystem](https://github.com/YuLin-Coder/No261TestQuestionManagementSystem)|基于springboot的试题管理系统:前端 vue2、elementui,后端 maven、springmvc、spring、mybatis;角色分为管理员、老师、学生;集成考试管理、题库管理、成绩查询、在线考试等功能于一体的系统。|19|2024-05-28|2024-05-28| |153|[ageerle/ruoyi-admin](https://github.com/ageerle/ruoyi-admin)|基于ruoyi-plus实现AI聊天和绘画功能-管理端|19|2024-05-16|2024-02-27| |154|[geeeeeeeek/python_jiazheng](https://github.com/geeeeeeeek/python_jiazheng)|基于python+mysql+vue开发的家政预约管理系统|19|2024-09-10|2024-02-17| |155|[iimeta/fastapi-web](https://github.com/iimeta/fastapi-web)|智元 Fast API 是一站式API管理系统,将各类LLM API进行统一格式、统一规范、统一管理,使其在功能、性能和用户体验上达到极致。|19|2024-10-11|2023-11-22| |156|[3212618475/No143College-Internship-Management-System](https://github.com/3212618475/No143College-Internship-Management-System)|基于Springboot框架实现的高校实习管理系统,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css; 后端技术:Spring、SpringMvc、MyBatis,系统包含四种角色:管理员、公司、用户|18|2024-10-04|2024-10-04| |157|[gaojunxin/my-profile-vue](https://github.com/gaojunxin/my-profile-vue)|一款vue3开发的在线简历设计器|18|2024-04-24|2024-04-22| |158|[HSg666/peizhengproject](https://github.com/HSg666/peizhengproject)|uniapp+vue3开发的陪诊小程序|18|2024-10-08|2024-04-08| |159|[TochusC/ai-assistant-teaching-website](https://github.com/TochusC/ai-assistant-teaching-website)|“通慧智教”-大模型赋能智能教学网站-通过虚拟教学助理,使用语音或文本,以自然语言方式与网站交互。|18|2024-10-11|2024-03-05| |160|[hjdhnx/hipy-ui](https://github.com/hjdhnx/hipy-ui)|hipy t4服务前端|18|2024-07-21|2024-01-17| |161|[NMTuan/nuxtAdmin](https://github.com/NMTuan/nuxtAdmin)|这是一个“零”前端开发的中后台数据管理解决方案。"Zero" front-end developments backend data management solution!|18|2024-05-13|2024-01-04| |162|[jesseice/ant4-vue3-back](https://github.com/jesseice/ant4-vue3-back)|ant4 普系统(轻量级)|18|2024-06-20|2023-12-16| |163|[3212618475/No22hospitalRegistePublic](https://github.com/3212618475/No22hospitalRegistePublic)|基于Springboot框架实现的养老院管理系统 编程语言:Java 数据库:MySQL 项目管理工具:Maven 前端技术:VUE 后端技术:Spring、SpringMVC、MyBatis|17|2024-10-06|2024-09-29| |164|[CooperJiang/online-snippet-editor](https://github.com/CooperJiang/online-snippet-editor)|一个基于Nuxt3纯前端打造的代码片段在线编辑器!|17|2024-08-27|2024-08-21| |165|[shenxgan/SCUI](https://github.com/shenxgan/SCUI)|SCUI Admin, 从 gitee 中 fork 而来|17|2024-09-05|2024-06-20| |166|[Autumn-27/ScopeSentry-UI](https://github.com/Autumn-27/ScopeSentry-UI)|ScopeSentry工具的前端UI|17|2024-09-09|2024-06-19| |167|[baiwumm/dream-site](https://github.com/baiwumm/dream-site)|程序员的梦中情站|17|2024-07-19|2024-03-28| |168|[jx3openplayer/JX3OpenFacePreview](https://github.com/jx3openplayer/JX3OpenFacePreview)|剑网3开放脸型项目|17|2024-08-04|2024-02-20| |169|[devlive-community/infosphere](https://github.com/devlive-community/infosphere)|InfoSphere 是一款面向企业和个人的开源知识管理系统,旨在提供简单而强大的知识管理解决方案。|17|2024-10-09|2024-01-26| |170|[celaraze/cat-uniapp](https://github.com/celaraze/cat-uniapp)|☕️ CAT 配套移动端应用,覆盖简单场景的快速实现。|17|2024-05-31|2023-12-15| |171|[sanyeEX/novel-mobile](https://github.com/sanyeEX/novel-mobile)|小说移动端|16|2024-08-04|2024-08-04| |172|[984507092/platform-link](https://github.com/984507092/platform-link)|对各个平台文档进行一个汇总的浏览器插件|16|2024-04-26|2024-03-26| |173|[Descartes007/No010_TakeAwaySys](https://github.com/Descartes007/No010_TakeAwaySys)|基于SSM的外卖点餐小程序(Uniapp实现):前端 小程序、Vue、ElementUI,后端 SpringBoot、Mybatis,系统角色分为:管理员、商家和用户,管理员在管理后台管理店铺,对公告进行发布,添加新管理员等;商家对商品发布等;用户根据发布的商品进行购物等。|16|2024-06-21|2024-03-24| |174|[0x0addc001/MOOC-ABSA-REC-SYS](https://github.com/0x0addc001/MOOC-ABSA-REC-SYS)|慕课评论方面级情感分析与推荐系统(MARS)|16|2024-05-27|2024-01-08| |175|[SMS-COSMO/the1068fm](https://github.com/SMS-COSMO/the1068fm)|深中风华子衿广播站点歌系统|16|2024-10-07|2023-11-19| |176|[SomiaWhiteRing/love100](https://github.com/SomiaWhiteRing/love100)|推100生成器|16|2024-04-21|2023-11-15| |177|[ahnuchen/mini-tools](https://github.com/ahnuchen/mini-tools)|帮大忙工具箱小程序|16|2024-09-13|2023-11-10| |178|[setube/vue-maze](https://github.com/setube/vue-maze)|迷宫生成器|15|2024-09-25|2024-09-23| |179|[Qiu-Jun/mobile-fabric-editor](https://github.com/Qiu-Jun/mobile-fabric-editor)|基于fabricjs+vue3的简易移动端图片编辑器|15|2024-08-27|2024-08-16| |180|[dnwwdwd/homieMatching-fronted](https://github.com/dnwwdwd/homieMatching-fronted)|homie 匹配系统前端,基于 vuehomie 匹配系统是一个移动端网页的在线云交友平台。实现了按标签匹配、查找用户,基于 Redis GEO 实现搜索附近用户,同时个人还可以建队、组队以打造个人学习队伍。除了添加好友、搜索好友外,还基于 Websocket 实现好友间私聊,方便用户寻找志同道合的学习搭子。|15|2024-08-13|2024-06-09| |181|[zhb2000/anki-marker](https://github.com/zhb2000/anki-marker)|Anki 划词助手是一个制作 Anki 卡片的工具,帮助你用“单词结合上下文”的方式更好地背单词|15|2024-08-02|2024-03-17| |182|[htmlxudong/vue3-tiptap](https://github.com/htmlxudong/vue3-tiptap)|基于 Vue3 +ant-design-vue+tiptap 二次开发一个富文本编辑器|15|2024-05-14|2024-03-15| |183|[lninl-com/lninl-ui](https://github.com/lninl-com/lninl-ui)|一个基于 Vue 3 & UnoCSS,兼容 TDesign 的 uni-app UI开发组件|15|2024-07-27|2024-02-28| |184|[xiaohe0601/xiaohe-vue-count-to](https://github.com/xiaohe0601/xiaohe-vue-count-to)|⏱️ 一个实现数字平滑变化的Vue小组件|15|2024-08-26|2024-01-05| |185|[omvjro/DOL-pancake](https://github.com/omvjro/DOL-pancake)|DOL烤饼机,用于快速生成高度还原 Degrees of Lewdity 游戏原文的伪截图 / Forge screenshots from Degrees of Lewdity|15|2024-10-08|2023-11-24| |186|[MaLuns/vitepress-theme-async](https://github.com/MaLuns/vitepress-theme-async)|一个简单而轻量级的 Vitepress 主题。 A simple, lightweight Vitepress theme.|15|2024-09-28|2023-10-13| |187|[444136347/zlm-video-admin](https://github.com/444136347/zlm-video-admin)|这是一个基于 Vue2 + ZLMediaKit 流媒体服务实现的零成本流媒体 WEB 管理项目|14|2024-08-21|2024-08-21| |188|[zhengyuzh/mallsystem](https://github.com/zhengyuzh/mallsystem)|商城系统:前后端分离SpringBoot+Vue。【毕业设计系统】|14|2024-05-28|2024-05-28| |189|[henggedaren/duanju](https://github.com/henggedaren/duanju)|基于thinkphp6.0 + uniapp开发的短剧搜索平台, 已兼容APP、H5、微信小程序|14|2024-04-15|2024-04-05| |190|[wumingluren/LongPicCutter](https://github.com/wumingluren/LongPicCutter)|无名长图片自由分割/切割在线工具。在线体验:https://wumingluren.github.io/LongPicCutter/|14|2024-04-18|2024-04-02| |191|[AnmSleepalone/setfnlock](https://github.com/AnmSleepalone/setfnlock)|设置罗技键盘k380的fn键|14|2024-09-30|2024-03-28| |192|[panther125/GinCoder-frontend](https://github.com/panther125/GinCoder-frontend)|✨ OJ在线判题系统 - 💻 Vue 3 + Arcodesign + Springboot的 全栈项目,实现 在线做题,判题的功能|14|2024-08-06|2024-03-09| |193|[NaTieJun/orise-mp](https://github.com/NaTieJun/orise-mp)|⚡️充电桩Saas云平台⚡️完整源代码,包含模拟桩模块,可通过docker编排快速部署测试。技术栈:SpringCloud、MySQL、Redis、RabbitMQ,前后端管理系统(管理后台、小程序),支持互联互通协议、市政协议、一对多方平台支持。支持高并发业务、业务动态伸缩、桩通信负载均衡(NLB)。|14|2024-07-30|2024-02-23| |194|[lctoolsweb/DanhengWebTools](https://github.com/lctoolsweb/DanhengWebTools)|柚子厨蒸鹅心|13|2024-09-26|2024-07-18| |195|[message163/QuestionBank](https://github.com/message163/QuestionBank)|题库管理系统|13|2024-08-21|2024-06-17| |196|[Alanosy/online-exam-system-frontend](https://github.com/Alanosy/online-exam-system-frontend)|校园在线考试系统前端|13|2024-09-11|2024-06-01| |197|[powerAn2020/ZeroTierForKSU](https://github.com/powerAn2020/ZeroTierForKSU)|给KernelSU、Apatch用的zerotier,提供UI界面,集成zerotier网络管理功能。magisk需要搭配ksu独立面板使用|13|2024-10-07|2024-04-04| |198|[geeeeeeeek/java_zuche](https://github.com/geeeeeeeek/java_zuche)|基于java的汽车租赁管理系统/租车系统|13|2024-05-05|2024-02-18| |199|[geeeeeeeek/java_adopt](https://github.com/geeeeeeeek/java_adopt)|基于java的宠物领养管理系统|13|2024-05-05|2024-02-18| |200|[zyyzyykk/file-icons-vue](https://github.com/zyyzyykk/file-icons-vue)|file-icons-vue, a npm dependency package that provides file icons for Vue.js projects. file-icons-vue,为 Vue.js 项目提供文件图标的npm依赖库。|13|2024-09-09|2023-12-07|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/All-Language.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > All Language 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Language|Updated| |:-|:-|:-|:-|:-|:-| |1|[EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books)|:books: Freely available programming books|336045|-|2024-10-11| |2|[jwasham/coding-interview-university](https://github.com/jwasham/coding-interview-university)|A complete computer science study plan to become a software engineer.|305487|-|2024-09-13| |3|[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.|272236|Python|2024-08-07| |4|[996icu/996.ICU](https://github.com/996icu/996.ICU)|Repo for counting stars and contributing. Press F to pay respect to glorious developers.|269739|Rust|2024-10-03| |5|[trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)|📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings|187796|JavaScript|2024-08-19| |6|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|175099|Java|2024-08-21| |7|[jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)|Python - 100天从新手到大师|155584|Python|2024-08-15| |8|[jlevy/the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line)|Master the command line, in one page|153179|-|2024-06-25| |9|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!|146316|Java|2024-10-11| |10|[airbnb/javascript](https://github.com/airbnb/javascript)|JavaScript Style Guide|144907|JavaScript|2024-10-05| |11|[labuladong/fucking-algorithm](https://github.com/labuladong/fucking-algorithm)|刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why. |125370|Markdown|2024-09-22| |12|[justjavac/free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN)|:books: 免费的计算机编程类中文书籍,欢迎投稿|111433|-|2024-07-15| |13|[krahets/hello-algo](https://github.com/krahets/hello-algo)|《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing|96370|Java|2024-10-10| |14|[521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub)|:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.|91664|Python|2024-09-28| |15|[ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)|:bathtub: Clean Code concepts adapted for JavaScript|91462|JavaScript|2024-07-29| |16|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|75829|Java|2024-09-19| |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.|75656|JavaScript|2024-10-11| |18|[Anduin2017/HowToCook](https://github.com/Anduin2017/HowToCook)|程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).|66802|Dockerfile|2024-10-06| |19|[d2l-ai/d2l-zh](https://github.com/d2l-ai/d2l-zh)|《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。|62068|Python|2024-07-30| |20|[sdmg15/Best-websites-a-programmer-should-visit](https://github.com/sdmg15/Best-websites-a-programmer-should-visit)|:link: Some useful websites for programmers.|61358|-|2024-10-11| |21|[PKUFlyingPig/cs-self-learning](https://github.com/PKUFlyingPig/cs-self-learning)|计算机自学指南|56566|HTML|2024-09-13| |22|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)|LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)|54583|JavaScript|2024-08-12| |23|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.0 ...|54456|JavaScript|2024-06-26| |24|[PlexPt/awesome-chatgpt-prompts-zh](https://github.com/PlexPt/awesome-chatgpt-prompts-zh)|ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。|52417|-|2024-07-30| |25|[youngyangyang04/leetcode-master](https://github.com/youngyangyang04/leetcode-master)|《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀 |51107|-|2024-10-09| |26|[tiimgreen/github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet)|A list of cool features of Git and GitHub.|47867|-|2024-04-15| |27|[ruanyf/weekly](https://github.com/ruanyf/weekly)|科技爱好者周刊,每周五发布|46960|-|2024-10-11| |28|[typescript-cheatsheets/react](https://github.com/typescript-cheatsheets/react)|Cheatsheets for experienced React developers getting started with TypeScript|45247|JavaScript|2024-10-09| |29|[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|43257|Go|2024-05-12| |30|[type-challenges/type-challenges](https://github.com/type-challenges/type-challenges)|Collection of TypeScript type challenges with online judge|42848|TypeScript|2024-09-08| |31|[Asabeneh/30-Days-Of-Python](https://github.com/Asabeneh/30-Days-Of-Python)|30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may ...|41891|Python|2024-10-09| |32|[k88hudson/git-flight-rules](https://github.com/k88hudson/git-flight-rules)|Flight rules for git|41839|-|2024-08-27| |33|[yangshun/front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook)|⚡️ Front End interview preparation materials for busy engineers|41552|JavaScript|2024-10-01| |34|[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?"|39970|-|2024-08-19| |35|[Light-City/CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings)|C++那些事|39090|C++|2024-06-14| |36|[1c7/chinese-independent-developer](https://github.com/1c7/chinese-independent-developer)|👩🏿‍💻👨🏾‍💻👩🏼‍💻👨🏽‍💻👩🏻‍💻中国独立开发者项目列表 -- 分享大家都在做什么|37359|-|2024-10-10| |37|[QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)|浙江大学课程攻略共享计划|37098|HTML|2024-09-29| |38|[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 🎉 . 离谱的英语学习指南/英语学习教程。|36933|-|2024-07-13| |39|[0voice/interview_internal_reference](https://github.com/0voice/interview_internal_reference)|2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。|36582|Python|2024-05-20| |40|[AobingJava/JavaFamily](https://github.com/AobingJava/JavaFamily)|【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。|36013|-|2024-09-04| |41|[satwikkansal/wtfpython](https://github.com/satwikkansal/wtfpython)|What the f*ck Python? 😱|35706|Python|2024-10-11| |42|[TencentARC/GFPGAN](https://github.com/TencentARC/GFPGAN)|GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.|35681|Python|2024-07-26| |43|[formulahendry/955.WLB](https://github.com/formulahendry/955.WLB)|955 不加班的公司名单 - 工作 955,work–life balance (工作与生活的平衡)|34673|-|2024-05-24| |44|[unknwon/the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN)|《The Way to Go》中文译本,中文正式名《Go 入门指南》|34548|Go|2024-08-14| |45|[SimplifyJobs/Summer2025-Internships](https://github.com/SimplifyJobs/Summer2025-Internships)|Collection of Summer 2025 tech internships!|34498|-|2024-10-11| |46|[xitu/gold-miner](https://github.com/xitu/gold-miner)|🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:|33721|-|2024-04-17| |47|[PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)|清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University|33210|HTML|2024-07-23| |48|[halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go)|✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解|32869|Go|2024-06-22| |49|[logseq/logseq](https://github.com/logseq/logseq)|A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: http://trello.com/b/8txSM12G/roadmap|32440|Clojure|2024-10-11| |50|[GitHubDaily/GitHubDaily](https://github.com/GitHubDaily/GitHubDaily)|坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.|32170|-|2024-05-29| |51|[fengdu78/Coursera-ML-AndrewNg-Notes](https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes)|吴恩达老师的机器学习课程个人笔记|31836|HTML|2024-06-10| |52|[jaywcjlove/linux-command](https://github.com/jaywcjlove/linux-command)|Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux|31745|Markdown|2024-09-20| |53|[Trinea/android-open-project](https://github.com/Trinea/android-open-project)|A categorized collection of Android Open Source Projects, More powerful web version:|31609|-|2024-07-08| |54|[doocs/leetcode](https://github.com/doocs/leetcode)|🔥LeetCode solutions in any programming language 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解|31224|Java|2024-10-11| |55|[ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)|本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。|30662|JavaScript|2024-04-14| |56|[alibaba/p3c](https://github.com/alibaba/p3c)|Alibaba Java Coding Guidelines pmd implements and IDE plugin|30423|Kotlin|2024-08-06| |57|[0xAX/linux-insides](https://github.com/0xAX/linux-insides)|A little bit about a linux kernel|29891|Python|2024-07-17| |58|[standard/standard](https://github.com/standard/standard)|🌟 JavaScript Style Guide, with linter & automatic code fixer|29085|JavaScript|2024-09-13| |59|[gedoor/legado](https://github.com/gedoor/legado)|Legado 3.0 Book Reader with powerful controls & full functions❤️阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。|28845|Kotlin|2024-10-10| |60|[shengxinjing/programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist)|:see_no_evil:程序员找工作黑名单,换工作和当技术合伙人需谨慎啊 更新有赞|28524|Shell|2024-04-16| |61|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|28497|JavaScript|2024-09-09| |62|[wuyouzhuguli/SpringAll](https://github.com/wuyouzhuguli/SpringAll)|循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列源码:https://mrbird.cc|28290|Java|2024-05-31| |63|[AllThingsSmitty/css-protips](https://github.com/AllThingsSmitty/css-protips)|⚡️ A collection of tips to help take your CSS skills pro 🦾|28242|-|2024-10-01| |64|[ZuzooVn/machine-learning-for-software-engineers](https://github.com/ZuzooVn/machine-learning-for-software-engineers)|A complete daily plan for studying to become a machine learning engineer.|28097|-|2024-06-11| |65|[viraptor/reverse-interview](https://github.com/viraptor/reverse-interview)|Questions to ask the company during your interview|27535|-|2024-09-04| |66|[crossoverJie/JCSprout](https://github.com/crossoverJie/JCSprout)|👨‍🎓 Java Core Sprout : basic, concurrent, algorithm |27070|Java|2024-05-21| |67|[mli/paper-reading](https://github.com/mli/paper-reading)|深度学习经典、新论文逐段精读|26607|-|2024-08-08| |68|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶知识库。从零开始学前端,做一名精致优雅的前端工程师。|26363|JavaScript|2024-09-10| |69|[qiurunze123/miaosha](https://github.com/qiurunze123/miaosha)|⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓|26203|Java|2024-06-06| |70|[dwmkerr/hacker-laws](https://github.com/dwmkerr/hacker-laws)|💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws|25762|Shell|2024-06-12| |71|[haizlin/fe-interview](https://github.com/haizlin/fe-interview)|前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),6000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……|25339|JavaScript|2024-10-10| |72|[sunface/rust-course](https://github.com/sunface/rust-course)|“连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book |25287|Rust|2024-09-05| |73|[yeasy/docker_practice](https://github.com/yeasy/docker_practice)|Learn and understand Docker&Container technologies, with real DevOps practice!|24778|Go|2024-09-26| |74|[goldbergyoni/javascript-testing-best-practices](https://github.com/goldbergyoni/javascript-testing-best-practices)|📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)|24002|JavaScript|2024-06-27| |75|[datawhalechina/pumpkin-book](https://github.com/datawhalechina/pumpkin-book)|《机器学习》(西瓜书)公式详解|23892|-|2024-08-20| |76|[sudheerj/javascript-interview-questions](https://github.com/sudheerj/javascript-interview-questions)|List of 1000 JavaScript Interview Questions|23863|JavaScript|2024-10-10| |77|[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.|23412|Python|2024-08-18| |78|[wangzheng0822/algo](https://github.com/wangzheng0822/algo)|数据结构和算法必知必会的50个代码实现|22887|Python|2024-08-21| |79|[shimohq/chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)|中国程序员容易发音错误的单词|22212|Python|2024-08-16| |80|[luong-komorebi/Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software)|🐧 A list of awesome Linux softwares |22119|Python|2024-09-16| |81|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|22090|Java|2024-09-19| |82|[quii/learn-go-with-tests](https://github.com/quii/learn-go-with-tests)|Learn Go with test-driven development|22067|Go|2024-09-17| |83|[DesignPatternsPHP/DesignPatternsPHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP)|Sample code for several design patterns in PHP 8.x|21857|PHP|2024-06-11| |84|[judasn/IntelliJ-IDEA-Tutorial](https://github.com/judasn/IntelliJ-IDEA-Tutorial)|IntelliJ IDEA 简体中文专题教程|21813|-|2024-09-16| |85|[fastai/fastbook](https://github.com/fastai/fastbook)|The fastai book, published as Jupyter Notebooks|21680|Jupyter Notebook|2024-08-16| |86|[hehonghui/awesome-english-ebooks](https://github.com/hehonghui/awesome-english-ebooks)|经济学人(含音频)、纽约客、卫报、连线、大西洋月刊等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新|21422|CSS|2024-10-10| |87|[git-tips/tips](https://github.com/git-tips/tips)|Most commonly used git tips and tricks.|21317|JavaScript|2024-07-05| |88|[drduh/macOS-Security-and-Privacy-Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide)|Guide to securing and improving privacy on macOS|21236|Python|2024-09-29| |89|[ruanyf/es6tutorial](https://github.com/ruanyf/es6tutorial)|《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。|21236|JavaScript|2024-09-24| |90|[SwiftGGTeam/the-swift-programming-language-in-chinese](https://github.com/SwiftGGTeam/the-swift-programming-language-in-chinese)|中文版 Apple 官方 Swift 教程《The Swift Programming Language》|21060|CSS|2024-10-11| |91|[OI-wiki/OI-wiki](https://github.com/OI-wiki/OI-wiki)|:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)|20834|-|2024-10-11| |92|[basarat/typescript-book](https://github.com/basarat/typescript-book)|:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹|20780|TypeScript|2024-06-29| |93|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|20444|JavaScript|2024-10-11| |94|[WeNeedHome/SummaryOfLoanSuspension](https://github.com/WeNeedHome/SummaryOfLoanSuspension)|全国各省市停贷通知汇总|20344|HTML|2024-07-13| |95|[Vonng/ddia](https://github.com/Vonng/ddia)|《Designing Data-Intensive Application》DDIA中文翻译|20263|Python|2024-08-29| |96|[zergtant/pytorch-handbook](https://github.com/zergtant/pytorch-handbook)|pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行|20210|Jupyter Notebook|2024-07-25| |97|[verekia/js-stack-from-scratch](https://github.com/verekia/js-stack-from-scratch)|🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.|20060|JavaScript|2024-06-05| |98|[chokcoco/iCSS](https://github.com/chokcoco/iCSS)|不止于 CSS|19594|CSS|2024-08-07| |99|[chai2010/advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book)|:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)|19327|Go|2024-09-15| |100|[yudaocode/SpringBoot-Labs](https://github.com/yudaocode/SpringBoot-Labs)|一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024|19030|Java|2024-04-28| |101|[ZhongFuCheng3y/athena](https://github.com/ZhongFuCheng3y/athena)|Java后端知识图谱🔥 帮助Java初学者成长|18818|-|2024-05-28| |102|[inancgumus/learngo](https://github.com/inancgumus/learngo)|❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.|18808|Go|2024-04-14| |103|[MoienTajik/AspNetCore-Developer-Roadmap](https://github.com/MoienTajik/AspNetCore-Developer-Roadmap)|Roadmap to becoming an ASP.NET Core developer in 2024|18522|-|2024-08-08| |104|[lewagon/setup](https://github.com/lewagon/setup)|Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp|18509|Ruby|2024-10-06| |105|[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|18226|JavaScript|2024-09-18| |106|[Hannibal046/Awesome-LLM](https://github.com/Hannibal046/Awesome-LLM)|Awesome-LLM: a curated list of Large Language Model|18171|-|2024-10-07| |107|[LiLittleCat/awesome-free-chatgpt](https://github.com/LiLittleCat/awesome-free-chatgpt)|🆓免费的 ChatGPT 镜像网站列表,持续更新。List of free ChatGPT mirror sites, continuously updated. |18057|Python|2024-10-11| |108|[wistbean/learn_python3_spider](https://github.com/wistbean/learn_python3_spider)|python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式 ...|18055|Python|2024-07-29| |109|[amusi/CVPR2024-Papers-with-Code](https://github.com/amusi/CVPR2024-Papers-with-Code)|CVPR 2024 论文和开源项目合集|17927|-|2024-07-04| |110|[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|16904|TypeScript|2024-10-06| |111|[NanmiCoder/MediaCrawler](https://github.com/NanmiCoder/MediaCrawler)|小红书笔记 评论爬虫、抖音视频 评论爬虫、快手视频 评论爬虫、B 站视频 | 评论爬虫、微博帖子 | 评论爬虫、百度贴吧帖子 | 百度贴吧评论回复爬虫 知乎问答文章|评论爬虫|16901|Python|2024-10-10| |112|[vasanthk/react-bits](https://github.com/vasanthk/react-bits)|✨ React patterns, techniques, tips and tricks ✨|16890|-|2024-06-26| |113|[rubocop/ruby-style-guide](https://github.com/rubocop/ruby-style-guide)|A community-driven Ruby coding style guide|16455|-|2024-07-18| |114|[uber-go/guide](https://github.com/uber-go/guide)|The Uber Go Style Guide.|15790|-|2024-08-09| |115|[sczhou/CodeFormer](https://github.com/sczhou/CodeFormer)|[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer|15535|Python|2024-10-09| |116|[RealKai42/qwerty-learner](https://github.com/RealKai42/qwerty-learner)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers|15507|TypeScript|2024-10-08| |117|[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|15364|-|2024-09-11| |118|[HqWu-HITCS/Awesome-Chinese-LLM](https://github.com/HqWu-HITCS/Awesome-Chinese-LLM)|整理开源的中文大语言模型,以规模较小、可私有化部署、训练成本较低的模型为主,包括底座模型,垂直领域微调及应用,数据集与教程等。|15350|-|2024-09-19| |119|[selfteaching/the-craft-of-selfteaching](https://github.com/selfteaching/the-craft-of-selfteaching)|One has no future if one couldn't teach themself.|15223|Jupyter Notebook|2024-07-22| |120|[ochococo/Design-Patterns-In-Swift](https://github.com/ochococo/Design-Patterns-In-Swift)|📖 Design Patterns implemented in Swift 5.0|15119|Swift|2024-08-03| |121|[fangzesheng/free-api](https://github.com/fangzesheng/free-api)|收集免费的接口服务,做一个api的搬运工|14889|-|2024-09-13| |122|[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、日志存储、百亿数据实时去重、 ...|14516|Java|2024-05-25| |123|[itgoyo/TelegramGroup](https://github.com/itgoyo/TelegramGroup)|2024最新悄咪咪收集的10000+个Telegram群合集,附全网最有趣好用的机器人BOT🤖【电报百科全书】|14386|-|2024-10-11| |124|[open-android/Android](https://github.com/open-android/Android)|GitHub上最火的Android开源项目,所有开源项目都有详细资料和配套视频|14370|-|2024-04-28| |125|[sparanoid/chinese-copywriting-guidelines](https://github.com/sparanoid/chinese-copywriting-guidelines)|Chinese copywriting guidelines for better written communication/中文文案排版指北|14225|-|2024-05-17| |126|[immersive-translate/immersive-translate](https://github.com/immersive-translate/immersive-translate)|沉浸式双语网页翻译扩展 , 支持输入框翻译, 鼠标悬停翻译, PDF, Epub, 字幕文件, TXT 文件翻译 - Immersive Dual Web Page Translation Extension |14118|-|2024-10-11| |127|[SwifterSwift/SwifterSwift](https://github.com/SwifterSwift/SwifterSwift)|A handy collection of more than 500 native Swift extensions to boost your productivity.|14007|Swift|2024-09-10| |128|[ibireme/YYKit](https://github.com/ibireme/YYKit)|A collection of iOS components.|13989|Objective-C|2024-06-25| |129|[labring/sealos](https://github.com/labring/sealos)|Sealos is a production-ready Kubernetes distribution. You can run any Docker image on sealos, start high availability databases like mysql/pgsql/redis/mongo, develop applications using any Programming ...|13894|Go|2024-10-11| |130|[MaaAssistantArknights/MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights)|《明日方舟》小助手,全日常一键长草! A one-click tool for the daily tasks of Arknights, supporting all clients.|13803|C++|2024-10-11| |131|[LlamaFamily/Llama-Chinese](https://github.com/LlamaFamily/Llama-Chinese)|Llama中文社区,Llama3在线体验和微调模型已开放,实时汇总最新Llama3学习资料,已将所有代码更新适配Llama3,构建最好的中文Llama大模型,完全开源可商用|13782|Python|2024-09-05| |132|[iggredible/Learn-Vim](https://github.com/iggredible/Learn-Vim)|Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖|13667|-|2024-05-29| |133|[datawhalechina/leedl-tutorial](https://github.com/datawhalechina/leedl-tutorial)|《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases|13388|-|2024-10-08| |134|[jindongwang/transferlearning](https://github.com/jindongwang/transferlearning)|Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习|13339|Python|2024-09-25| |135|[analysis-tools-dev/static-analysis](https://github.com/analysis-tools-dev/static-analysis)|⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.|13266|Rust|2024-10-08| |136|[bleedline/aimoneyhunter](https://github.com/bleedline/aimoneyhunter)|ai副业赚钱大集合,教你如何利用ai做一些副业项目,赚取更多额外收益。The Ultimate Guide to Making Money with AI Side Hustles: Learn how to leverage AI for some cool side gigs and rake in some extra cash. Check out the English version ...|13205|-|2024-10-10| |137|[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.|13157|-|2024-09-25| |138|[itwanger/toBeBetterJavaer](https://github.com/itwanger/toBeBetterJavaer)|一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄|13130|Java|2024-10-08| |139|[browserslist/browserslist](https://github.com/browserslist/browserslist)|🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env|12980|JavaScript|2024-10-04| |140|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程,架构、业务、技术要点全方位解析。mall项目(60k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot、MyBatis、Elasticsearch、RabbitMQ、Redis、MongoDB、MySQL等技术,采用Docker容器化部署。|12941|Java|2024-09-15| |141|[opendatalab/MinerU](https://github.com/opendatalab/MinerU)|A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction.一站式开源高质量数据提取工具,支持PDF/网页/多格式电子书提取。|12759|Python|2024-10-10| |142|[extreme-assistant/CVPR2024-Paper-Code-Interpretation](https://github.com/extreme-assistant/CVPR2024-Paper-Code-Interpretation)|cvpr2024/cvpr2023/cvpr2022/cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理|12421|-|2024-04-25| |143|[zhaoolee/ChineseBQB](https://github.com/zhaoolee/ChineseBQB)|🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, 中国表情包大集合, 聚欢乐~|12194|JavaScript|2024-09-29| |144|[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.|12122|Rust|2024-08-19| |145|[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.|12022|-|2024-06-25| |146|[jaywcjlove/reference](https://github.com/jaywcjlove/reference)|为开发人员分享快速参考备忘清单(速查表)|12019|Dockerfile|2024-10-11| |147|[talkgo/night](https://github.com/talkgo/night)|Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。|11988|Go|2024-10-09| |148|[Idnan/bash-guide](https://github.com/Idnan/bash-guide)|A guide to learn bash|11824|-|2024-08-11| |149|[OpenTalker/SadTalker](https://github.com/OpenTalker/SadTalker)|[CVPR 2023] SadTalker:Learning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation|11782|Python|2024-06-26| |150|[yidao620c/python3-cookbook](https://github.com/yidao620c/python3-cookbook)|《Python Cookbook》 3rd Edition Translation|11660|Jupyter Notebook|2024-07-24| |151|[Tim9Liu9/TimLiu-iOS](https://github.com/Tim9Liu9/TimLiu-iOS)|iOS开发常用三方库、插件、知名博客等等|11650|-|2024-08-01| |152|[datawhalechina/llm-cookbook](https://github.com/datawhalechina/llm-cookbook)|面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版|11619|Jupyter Notebook|2024-09-15| |153|[AmazingAng/WTF-Solidity](https://github.com/AmazingAng/WTF-Solidity)|WTF Solidity 极简入门教程,供小白们使用。Now supports English! 官网: https://wtf.academy|11417|Solidity|2024-09-28| |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. |11414|-|2024-09-25| |155|[tuteng/Best-websites-a-programmer-should-visit-zh](https://github.com/tuteng/Best-websites-a-programmer-should-visit-zh)|程序员应该访问的最佳网站中文版|11385|-|2024-08-15| |156|[SimplifyJobs/New-Grad-Positions](https://github.com/SimplifyJobs/New-Grad-Positions)|A collection of full time roles in SWE, Quant, and PM for new grads.|11382|-|2024-10-11| |157|[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.⭐⭐⭐|11358|Python|2024-08-29| |158|[soulmachine/leetcode](https://github.com/soulmachine/leetcode)|LeetCode题解,151道题完整版。|11282|TeX|2024-07-10| |159|[fuzhengwei/CodeGuide](https://github.com/fuzhengwei/CodeGuide)|:books: 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!|11138|-|2024-10-10| |160|[0voice/from_coder_to_expert](https://github.com/0voice/from_coder_to_expert)|2021年最新总结,从程序员到CTO,从专业走向卓越,分享大牛企业内部pdf与PPT|11111|-|2024-05-20| |161|[rootsongjc/kubernetes-handbook](https://github.com/rootsongjc/kubernetes-handbook)|Kubernetes中文指南/云原生应用架构实战手册|11105|Shell|2024-07-30| |162|[apachecn/apachecn-algo-zh](https://github.com/apachecn/apachecn-algo-zh)|ApacheCN 数据结构与算法译文集|11005|JavaScript|2024-06-19| |163|[diff-usion/Awesome-Diffusion-Models](https://github.com/diff-usion/Awesome-Diffusion-Models)| A collection of resources and papers on Diffusion Models|10868|HTML|2024-08-01| |164|[nestjs/awesome-nestjs](https://github.com/nestjs/awesome-nestjs)|A curated list of awesome things related to NestJS 😎|10798|-|2024-09-10| |165|[EmbraceAGI/awesome-chatgpt-zh](https://github.com/EmbraceAGI/awesome-chatgpt-zh)|ChatGPT 中文指南🔥,ChatGPT 中文调教指南,指令指南,应用开发指南,精选资源清单,更好的使用 chatGPT 让你的生产力 up up up! 🚀|10623|Python|2024-08-30| |166|[zh-google-styleguide/zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide)|Google 开源项目风格指南 (中文版)|10585|Makefile|2024-06-23| |167|[wsdjeg/vim-galore-zh_cn](https://github.com/wsdjeg/vim-galore-zh_cn)|Vim 从入门到精通|10484|Vim script|2024-07-06| |168|[doocs/jvm](https://github.com/doocs/jvm)|🤗 JVM 底层原理最全知识总结|10441|-|2024-09-17| |169|[xcatliu/typescript-tutorial](https://github.com/xcatliu/typescript-tutorial)|TypeScript 入门教程|10411|TypeScript|2024-08-18| |170|[jianchang512/pyvideotrans](https://github.com/jianchang512/pyvideotrans)|Translate the video from one language to another and add dubbing. 将视频从一种语言翻译为另一种语言,并支持api调用|10298|Python|2024-10-11| |171|[gurugio/lowlevelprogramming-university](https://github.com/gurugio/lowlevelprogramming-university)|How to be low-level programmer|10231|-|2024-09-16| |172|[Baiyuetribe/paper2gui](https://github.com/Baiyuetribe/paper2gui)|Convert AI papers to GUI,Make it easy and convenient for everyone to use artificial intelligence technology。让每个人都简单方便的使用前沿人工智能技术|10207|Jupyter Notebook|2024-09-20| |173|[febobo/web-interview](https://github.com/febobo/web-interview)|语音打卡社群维护的前端面试题库,包含不限于Vue面试题,React面试题,JS面试题,HTTP面试题,工程化面试题,CSS面试题,算法面试题,大厂面试题,高频面试题|10202|-|2024-08-12| |174|[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 🚀|10175|-|2024-10-11| |175|[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.|10100|Rich Text Format|2024-08-24| |176|[MSWorkers/support.996.ICU](https://github.com/MSWorkers/support.996.ICU)|Microsoft and GitHub Workers Support 996.ICU|10090|-|2024-06-15| |177|[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.|10088|Go|2024-05-31| |178|[dair-ai/ML-Papers-of-the-Week](https://github.com/dair-ai/ML-Papers-of-the-Week)|🔥Highlighting the top ML papers every week.|10056|-|2024-10-09| |179|[greatghoul/remote-working](https://github.com/greatghoul/remote-working)|收集整理远程工作相关的资料|9915|Ruby|2024-10-09| |180|[javascript-tutorial/zh.javascript.info](https://github.com/javascript-tutorial/zh.javascript.info)|现代 JavaScript 教程(The Modern JavaScript Tutorial),以最新的 ECMAScript 规范为基准,通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。|9786|HTML|2024-08-16| |181|[wolverinn/Waking-Up](https://github.com/wolverinn/Waking-Up)|计算机基础(计算机网络/操作系统/数据库/Git...)面试问题全面总结,包含详细的follow-up question以及答案;全部采用【问题+追问+答案】的形式,即拿即用,直击互联网大厂面试;可用于模拟面试、面试前复习、短期内快速备战面试...|9779|-|2024-09-02| |182|[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 ...|9671|-|2024-06-02| |183|[wuye9036/CppTemplateTutorial](https://github.com/wuye9036/CppTemplateTutorial)|中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)|9544|C++|2024-08-20| |184|[liguodongiot/llm-action](https://github.com/liguodongiot/llm-action)|本项目旨在分享大模型相关技术原理以及实战经验。|9521|HTML|2024-09-22| |185|[Jack-Cherish/PythonPark](https://github.com/Jack-Cherish/PythonPark)|Python 开源项目之「自学编程之路」,保姆级教程:AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。|9443|Python|2024-09-16| |186|[pingcap/awesome-database-learning](https://github.com/pingcap/awesome-database-learning)|A list of learning materials to understand databases internals|9368|-|2024-08-29| |187|[Mooler0410/LLMsPracticalGuide](https://github.com/Mooler0410/LLMsPracticalGuide)|A curated list of practical guide resources of LLMs (LLMs Tree, Examples, Papers)|9365|-|2024-05-31| |188|[ChenYilong/iOSInterviewQuestions](https://github.com/ChenYilong/iOSInterviewQuestions)|iOS interview questions;iOS面试题集锦(附答案) |9355|C++|2024-07-22| |189|[datawhalechina/easy-rl](https://github.com/datawhalechina/easy-rl)|强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/|9236|Jupyter Notebook|2024-09-09| |190|[wmjordan/PDFPatcher](https://github.com/wmjordan/PDFPatcher)|PDF补丁丁——PDF工具箱,可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档,探查文档结构,提取图片、转成图片等等|9127|C#|2024-10-07| |191|[daliansky/Hackintosh](https://github.com/daliansky/Hackintosh)|Hackintosh long-term maintenance model EFI and installation tutorial|9094|Shell|2024-08-20| |192|[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|9049|CSS|2024-09-30| |193|[modelscope/facechain](https://github.com/modelscope/facechain)|FaceChain is a deep-learning toolchain for generating your Digital-Twin.|8938|Jupyter Notebook|2024-10-11| |194|[freeCodeCamp/how-to-contribute-to-open-source](https://github.com/freeCodeCamp/how-to-contribute-to-open-source)|A guide to contributing to open source|8741|Ruby|2024-10-02| |195|[Visualize-ML/Book4_Power-of-Matrix](https://github.com/Visualize-ML/Book4_Power-of-Matrix)|Book_4_《矩阵力量》 鸢尾花书:从加减乘除到机器学习;上架!|8651|Python|2024-09-11| |196|[aishwaryanr/awesome-generative-ai-guide](https://github.com/aishwaryanr/awesome-generative-ai-guide)|A one stop repository for generative AI research updates, interview resources, notebooks and much more!|8593|-|2024-10-09| |197|[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.|8442|TypeScript|2024-06-04| |198|[datawhalechina/self-llm](https://github.com/datawhalechina/self-llm)|《开源大模型食用指南》基于Linux环境快速部署开源大模型,更适合中国宝宝的部署教程|8342|Jupyter Notebook|2024-09-29| |199|[zhuima/awesome-cloudflare](https://github.com/zhuima/awesome-cloudflare)|⛅️ 精选的 Cloudflare 工具、开源项目、指南、博客和其他资源列表。/ ⛅️ A curated list of Cloudflare tools, open source projects, guides, blogs and other resources.|8316|-|2024-10-01| |200|[miss-mumu/developer2gwy](https://github.com/miss-mumu/developer2gwy)|公务员从入门到上岸,最佳程序员公考实践教程|8241|-|2024-08-06|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Assembly.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Assembly 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[0xAX/asm](https://github.com/0xAX/asm)|Learning assembly for Linux x86_64|2248|2024-08-20| |2|[thu-cs-lab/supervisor-rv](https://github.com/thu-cs-lab/supervisor-rv)|计算机组成原理课程 RISC-V 监控程序,支持 32 位和 64 位|112|2024-09-17| |3|[Xzonn/PokemonChineseTranslationRevise](https://github.com/Xzonn/PokemonChineseTranslationRevise)|《宝可梦》第四世代汉化修正|90|2024-10-11| |4|[web1992/read](https://github.com/web1992/read)|学习笔记 dubbo,rocketmq 源码解析|49|2024-09-20| |5|[team-s2/summer_course_2023](https://github.com/team-s2/summer_course_2023)|AAA - 2023 短学期安全攻防实践开源仓库(已整合入 ctf_summer_courses)|34|2024-05-21| |6|[William-Seven/Collected-study-materials-from-BUPT](https://github.com/William-Seven/Collected-study-materials-from-BUPT)|(bupt本科)本人报告+收集资料+个人指北,持续更新,欢迎⭐|18|2024-07-28| |7|[ZJUIntl-share/zjuintl-icicles](https://github.com/ZJUIntl-share/zjuintl-icicles)|浙大国际校区课程攻略共享计划|17|2024-06-09| |8|[YMahmoudnia/Windows-PE-Definitive-Guide](https://github.com/YMahmoudnia/Windows-PE-Definitive-Guide)|Rewriting the Chinese book Windows PE权威指南 in Persian.|6|2024-06-14| |9|[Tim-xiaofan/win32asm-learn](https://github.com/Tim-xiaofan/win32asm-learn)|win32汇编语言学习|4|2024-05-15| |10|[susudebug/XMU_Assembly](https://github.com/susudebug/XMU_Assembly)|厦门大学信息学院计科汇编资料|3|2024-06-07| |11|[MinmusLin/Assembly_Language_Course_Assignments](https://github.com/MinmusLin/Assembly_Language_Course_Assignments)|A collection of my assembly language course assignments. 2024年同济大学汇编语言课程作业合集.|2|2024-10-09| |12|[XuShaohua/intro-to-rust](https://github.com/XuShaohua/intro-to-rust)|Introduction to Rust - 建立 Rust 的知识体系, 理清难点.|2|2024-08-08|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/C.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > C 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[miloyip/json-tutorial](https://github.com/miloyip/json-tutorial)|从零开始的 JSON 库教程|7699|2024-06-14| |2|[firmianay/CTF-All-In-One](https://github.com/firmianay/CTF-All-In-One)|CTF竞赛权威指南|4121|2024-07-27| |3|[ming1016/study](https://github.com/ming1016/study)|学习记录|3873|2024-09-12| |4|[cpq/bare-metal-programming-guide](https://github.com/cpq/bare-metal-programming-guide)|A bare metal programming guide (ARM microcontrollers)|3206|2024-09-05| |5|[gatieme/LDD-LinuxDeviceDrivers](https://github.com/gatieme/LDD-LinuxDeviceDrivers)|Linux内核与设备驱动程序学习笔记|2516|2024-09-30| |6|[eunomia-bpf/bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial)|eBPF Developer Tutorial: Learning eBPF Step by Step with Examples|2469|2024-10-09| |7|[riba2534/TCP-IP-NetworkNote](https://github.com/riba2534/TCP-IP-NetworkNote)|📘《TCP/IP网络编程》(韩-尹圣雨)学习笔记|2206|2024-09-25| |8|[0voice/ffmpeg_develop_doc](https://github.com/0voice/ffmpeg_develop_doc)|2023年,最新音视频学习资料整理,项目(调试可用),ffmpeg命令手册,文章,编解码论文,视频讲解,面试题全套资料|1908|2024-05-20| |9|[0voice/algorithm-structure](https://github.com/0voice/algorithm-structure)|2021年最新总结 500个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结|1866|2024-05-20| |10|[HITSZ-OpenCS/HITSZ-OpenCS](https://github.com/HITSZ-OpenCS/HITSZ-OpenCS)|哈尔滨工业大学(深圳)计算机专业课程攻略 Guidance for courses in Department of Computer Science, Harbin Institute of Technology (Shenzhen)|1545|2024-10-09| |11|[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.|1463|2024-05-10| |12|[feiskyer/sdn-handbook](https://github.com/feiskyer/sdn-handbook)|SDN网络指南(SDN Handbook)|1387|2024-04-30| |13|[larryli/PuTTY](https://github.com/larryli/PuTTY)|PuTTY 中文版,原 http://code.google.com/p/puttycn 项目。|1151|2024-05-30| |14|[wuxx/nanoDAP](https://github.com/wuxx/nanoDAP)|建议大家star此仓库,仓库会持续更新。由于部分淘宝卖家“借鉴”实验室出品的nanoDAP详情描述和资料,请大家认准实验室官方链接|1133|2024-04-12| |15|[agile6v/awesome-nginx](https://github.com/agile6v/awesome-nginx)|A curated list of awesome Nginx distributions, 3rd party modules, Active developers, etc. :octocat: |1131|2024-09-25| |16|[FantasticLBP/knowledge-kit](https://github.com/FantasticLBP/knowledge-kit)|iOS、Web前端、后端、数据库、计算机网络、设计模式经验总结|883|2024-07-25| |17|[plctlab/riscv-operating-system-mooc](https://github.com/plctlab/riscv-operating-system-mooc)|《从头写一个RISC-V OS》课程配套的资源|876|2024-06-06| |18|[wx-chevalier/CS-Notes](https://github.com/wx-chevalier/CS-Notes)|:books: 编程语言语法基础与工程实践,JavaScript Java Python Go Rust CPP Swift|689|2024-09-24| |19|[Xinyuan-LilyGO/LilyGo-LoRa-Series](https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series)|LILYGO LoRa Series examples|649|2024-10-11| |20|[LearningOS/os-lectures](https://github.com/LearningOS/os-lectures)|2024年春季OS课程Slides|642|2024-09-25| |21|[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.|595|2024-10-11| |22|[hardenedlinux/linux-exploit-development-tutorial](https://github.com/hardenedlinux/linux-exploit-development-tutorial)|a series tutorial for linux exploit development to newbie.|552|2024-04-12| |23|[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|549|2024-09-20| |24|[cantjie/XJTU-Share](https://github.com/cantjie/XJTU-Share)|西安交通大学课程资料共享计划|509|2024-10-02| |25|[chankeh/net-lenrning-reference](https://github.com/chankeh/net-lenrning-reference)|TCP/IP网络编程笔记|462|2024-08-02| |26|[Spacial/awesome-csirt](https://github.com/Spacial/awesome-csirt)|Awesome CSIRT is an curated list of links and resources in security and CSIRT daily activities.|449|2024-09-29| |27|[Push3AX/GrabAccess](https://github.com/Push3AX/GrabAccess)|Bookit / Windows Login Password and Bitlocker Bypass Tool|369|2024-08-07| |28|[bouffalolab/bouffalo_sdk](https://github.com/bouffalolab/bouffalo_sdk)|BouffaloSDK is the IOT and MCU software development kit provided by the Bouffalo Lab Team, supports all the series of Bouffalo chips. Also it is the combination of bl_mcu_sdk and bl_iot_sdk |364|2024-07-11| |29|[kuangyufei/kernel_liteos_a_note](https://github.com/kuangyufei/kernel_liteos_a_note)|精读鸿蒙内核源码,百万汉字注解分析;百篇博客深入解剖,挖透内核地基工程.注解同步官方,工具文档齐全,多站点发布 . weharmonyos.com|349|2024-06-26| |30|[deepwzh/sdust-examination-materials](https://github.com/deepwzh/sdust-examination-materials)|山东科技大学课程资源共享计划|318|2024-10-11| |31|[feiskyer/ebpf-apps](https://github.com/feiskyer/ebpf-apps)|极客时间专栏《eBPF 核心技术与实战》案例|314|2024-08-26| |32|[parallel101/opengltutor](https://github.com/parallel101/opengltutor)|零基础入门计算机图形学必不可少的在线网络公开课,手把手教您现代 OpenGL 的点点滴滴,构建爆款游戏引擎。|298|2024-08-08| |33|[MiroKaku/Musa.Veil](https://github.com/MiroKaku/Musa.Veil)|Collection of undocumented Windows API declarations.|287|2024-09-28| |34|[leleliu008/C-examples](https://github.com/leleliu008/C-examples)|C语言学习项目|271|2024-08-19| |35|[zjutjh/zjut-icicles](https://github.com/zjutjh/zjut-icicles)|浙江工业大学课程攻略共享计划|230|2024-08-09| |36|[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 协议。|226|2024-07-20| |37|[HDU-Course/H-HDU](https://github.com/HDU-Course/H-HDU)|分享在杭电的一些期末复习资料,主要课程有C语言,数据结构,计组,计网,密码学,网络安全等|209|2024-06-22| |38|[zhangboyang/PAL3patch](https://github.com/zhangboyang/PAL3patch)|《仙剑奇侠传三》《仙剑奇侠传三外传·问情篇》分辨率补丁|195|2024-09-04| |39|[TenMoons/AHU-CS-Repository](https://github.com/TenMoons/AHU-CS-Repository)|安徽大学(AHU)计算机科学与技术学院学习资料汇总|192|2024-10-10| |40|[lkml-likexu/kde](https://github.com/lkml-likexu/kde)|记录我的内核成长贡献之路。IMO, fork or clone this repo would be very stupid. If you have any questions, just send me an email.|189|2024-10-07| |41|[sunxvming/navmesh](https://github.com/sunxvming/navmesh)|导航网格寻路C++实现版(入门版)|169|2024-06-11| |42|[luguanxing/Kernel-Driver](https://github.com/luguanxing/Kernel-Driver)|学习Windows内核驱动编程 Learn Windows kernel driver programming.|149|2024-08-27| |43|[Charmve/Practicum4ECE](https://github.com/Charmve/Practicum4ECE)|「一名普通电子信息本科生的项目实践管理」将大学阶段的实训内容,按照专业课程设计(包括上机实验、课程设计、下学年的毕业设计等)、竞赛项目、科创项目、小型编程项目这四个门类进行整理汇总。|143|2024-05-27| |44|[nzcv/note](https://github.com/nzcv/note)|arm汇编学习_linker学习笔记_Android逆向学习笔记|118|2024-10-10| |45|[yssickjgd/robowalker_train](https://github.com/yssickjgd/robowalker_train)|中国科大RoboMaster电控培训系列代码|106|2024-09-09| |46|[OracleNep/Nday-Exploit-Plan](https://github.com/OracleNep/Nday-Exploit-Plan)|历史漏洞的细节以及利用方法汇总收集|98|2024-10-11| |47|[wangjia55/Start-C](https://github.com/wangjia55/Start-C)|c语言入门|98|2024-04-27| |48|[gongluck/CVIP](https://github.com/gongluck/CVIP)|C/C++/Golang/Linux...知识整理|97|2024-08-19| |49|[jaywcjlove/c-tutorial](https://github.com/jaywcjlove/c-tutorial)|C语言教程|94|2024-06-23| |50|[jiegeng321/Creative-Mini-Car-Modification](https://github.com/jiegeng321/Creative-Mini-Car-Modification)|持续更新,欢迎star,保姆级改装教程:|85|2024-09-27| |51|[WHUCodingAndOpen/OpenCourseResources](https://github.com/WHUCodingAndOpen/OpenCourseResources)|WHU开源资料|71|2024-09-14| |52|[akerdi/buildyourowndatabase](https://github.com/akerdi/buildyourowndatabase)|从0使用C制作B+树数据库: 基于cstack开源教程Let's Build a Simple Database中文浓缩翻译及学习过程|66|2024-05-25| |53|[shangzongyu/source-code](https://github.com/shangzongyu/source-code)|收集一些书的源码,方便自己查找|66|2024-08-23| |54|[dZ8Lx9OwX/cnPuTTY](https://github.com/dZ8Lx9OwX/cnPuTTY)|这是一个PuTTY中文版,与PuTTY相同,是一个免费的支持Windows、Unix/Linux和MacOS的Telnet/SSH客户端。更多详细信息,请访问PuTTY相关网站及说明。|63|2024-10-08|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/CPP.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > C++ 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[Light-City/CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings)|C++那些事|39090|2024-06-14| |2|[MaaAssistantArknights/MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights)|《明日方舟》小助手,全日常一键长草! A one-click tool for the daily tasks of Arknights, supporting all clients.|13803|2024-10-11| |3|[wuye9036/CppTemplateTutorial](https://github.com/wuye9036/CppTemplateTutorial)|中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)|9544|2024-08-20| |4|[ChenYilong/iOSInterviewQuestions](https://github.com/ChenYilong/iOSInterviewQuestions)|iOS interview questions;iOS面试题集锦(附答案) |9355|2024-07-22| |5|[applenob/Cpp_Primer_Practice](https://github.com/applenob/Cpp_Primer_Practice)|搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。|7915|2024-09-12| |6|[TonyChen56/WeChatRobot](https://github.com/TonyChen56/WeChatRobot)|微信HOOK、微信机器人 wxhook,数据库解密 微信公众号采集 微信公众号爬虫,企业微信HOOK|6468|2024-05-04| |7|[feiyangqingyun/QWidgetDemo](https://github.com/feiyangqingyun/QWidgetDemo)|Qt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!公众号:Qt实战/Qt入门和进阶/Qt教程|6030|2024-08-09| |8|[yuesong-feng/30dayMakeCppServer](https://github.com/yuesong-feng/30dayMakeCppServer)|30天自制C++服务器,包含教程和源代码|5602|2024-09-20| |9|[0voice/introduce_c-cpp_manual](https://github.com/0voice/introduce_c-cpp_manual)|一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。|5590|2024-05-20| |10|[gaoxiang12/slambook2](https://github.com/gaoxiang12/slambook2)|edition 2 of the slambook|5468|2024-04-27| |11|[ffffffff0x/1earn](https://github.com/ffffffff0x/1earn)|ffffffff0x 团队维护的安全知识框架,内容包括不仅限于 web安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux安全、各类靶机writup|5297|2024-06-06| |12|[xtaci/algorithms](https://github.com/xtaci/algorithms)|Algorithms & Data structures in C++.|5256|2024-08-01| |13|[ZachL1/Bilibili-plus](https://github.com/ZachL1/Bilibili-plus)|课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB|3948|2024-05-08| |14|[parallel101/course](https://github.com/parallel101/course)|高性能并行编程与优化 - 课件|3697|2024-09-05| |15|[lightvector/KataGo](https://github.com/lightvector/KataGo)|GTP engine and self-play learning in Go|3505|2024-10-08| |16|[zufuliu/notepad4](https://github.com/zufuliu/notepad4)|Notepad4 (Notepad2⨯2, Notepad2++) 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 docu ...|3187|2024-10-11| |17|[ThisisGame/cpp-game-engine-book](https://github.com/ThisisGame/cpp-game-engine-book)|从零编写游戏引擎教程 Writing a game engine tutorial from scratch|2957|2024-04-19| |18|[scarsty/kys-cpp](https://github.com/scarsty/kys-cpp)|《金庸群侠传》c++复刻版,已完工|2598|2024-10-02| |19|[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 ...|2324|2024-08-13| |20|[Tencent/UnLua](https://github.com/Tencent/UnLua)|A feature-rich, easy-learning and highly optimized Lua scripting plugin for UE.|2215|2024-09-06| |21|[gaoxiang12/slam_in_autonomous_driving](https://github.com/gaoxiang12/slam_in_autonomous_driving)|《自动驾驶中的SLAM技术》对应开源代码|1917|2024-08-19| |22|[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..|1617|2024-10-11| |23|[HuangCongQing/pcl-learning](https://github.com/HuangCongQing/pcl-learning)|🔥PCL(Point Cloud Library)点云库学习记录|1580|2024-05-13| |24|[tkchu/Game-Programming-Patterns-CN](https://github.com/tkchu/Game-Programming-Patterns-CN)|《游戏编程模式》中文版|1515|2024-06-18| |25|[MKXJun/DirectX11-With-Windows-SDK](https://github.com/MKXJun/DirectX11-With-Windows-SDK)|现代DX11系列教程:使用Windows SDK(C++)开发Direct3D 11.x|1508|2024-10-11| |26|[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|1491|2024-10-11| |27|[3dgen/cppwasm-book](https://github.com/3dgen/cppwasm-book)|:books: WebAssembly friendly programming with C/C++ -- Emscripten practice|1362|2024-04-17| |28|[skywind3000/RenderHelp](https://github.com/skywind3000/RenderHelp)|:zap: 可编程渲染管线实现,帮助初学者学习渲染 |1336|2024-09-23| |29|[luguanxing/Cheating-Plugin-Program](https://github.com/luguanxing/Cheating-Plugin-Program)|从零开始研究外挂设计原理 Study the principles of cheat design from scratch|1131|2024-08-27| |30|[Blitzer207/C-Resource](https://github.com/Blitzer207/C-Resource)|黑马程序员匠心之作 C++教程从0到1入门编程|1117|2024-07-06| |31|[yanyiwu/simhash](https://github.com/yanyiwu/simhash)|中文文档simhash值计算|1098|2024-09-22| |32|[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.|1049|2024-08-25| |33|[limbo018/DREAMPlace](https://github.com/limbo018/DREAMPlace)|Deep learning toolkit-enabled VLSI placement|684|2024-09-21| |34|[tardate/LittleArduinoProjects](https://github.com/tardate/LittleArduinoProjects)|a collection of "Little Electronic & Arduino Projects", most involving electronics or an Arduino in one way or another!|659|2024-10-10| |35|[Greedysky/TTKWidgetTools](https://github.com/Greedysky/TTKWidgetTools)|QWidget 自定义控件集合 持续更新中......|649|2024-10-08| |36|[Mq-b/Loser-HomeWork](https://github.com/Mq-b/Loser-HomeWork)|卢瑟们的作业展示,答案讲解,以及一些C++知识|638|2024-09-22| |37|[Mq-b/Modern-Cpp-templates-tutorial](https://github.com/Mq-b/Modern-Cpp-templates-tutorial)|现代C++模板教程|606|2024-09-06| |38|[cpetrich/counterfeit_DS18B20](https://github.com/cpetrich/counterfeit_DS18B20)|How to tell original from fake DS18B20 temperature sensors.|606|2024-10-06| |39|[sophgo/tpu-mlir](https://github.com/sophgo/tpu-mlir)|Machine learning compiler based on MLIR for Sophgo TPU.|590|2024-09-27| |40|[youngyangyang04/KVstorageBaseRaft-cpp](https://github.com/youngyangyang04/KVstorageBaseRaft-cpp)|【代码随想录知识星球】项目分享-基于Raft的k-v存储数据库🔥|563|2024-08-29| |41|[Mq-b/Cpp20-STL-Cookbook-src](https://github.com/Mq-b/Cpp20-STL-Cookbook-src)|C++20 STL Cookbook|552|2024-09-13| |42|[gongluck/AnalysisAVP](https://github.com/gongluck/AnalysisAVP)|音视频学习,相关文件格式/协议分析,框架学习等。encode decode;rgb yuv h264 aac flv mp4 rtmp;libyuv x264 openh264 faac faad2 fdk-aac librtmp ffmpeg sdl2 webrtc;android ios capture videotoolbox;|548|2024-10-02| |43|[adah1972/nvwa](https://github.com/adah1972/nvwa)|My small collection of C++ utilities|390|2024-05-20| |44|[gongjianbo/MyTestCode](https://github.com/gongjianbo/MyTestCode)|Some test code, as example code of my blog, mainly Qt related demo. 一些测试程序,作为我博客的示例代码,主要是Qt相关的Demo。|389|2024-09-05| |45|[keyou/chromium_demo](https://github.com/keyou/chromium_demo)|A series of demos to show how chromium is constructed.|363|2024-06-23| |46|[Mq-b/ModernCpp-ConcurrentProgramming-Tutorial](https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial)|现代C++并发编程教程|346|2024-10-09| |47|[xiihoo/Books_Robot_SLAM_Navigation](https://github.com/xiihoo/Books_Robot_SLAM_Navigation)|This project is supporting code for the book of Robot SLAM Navigation Core Technology and the Actual Combat. |330|2024-09-13| |48|[KyrieFeng23/QT5-Image-and-video-processing-software](https://github.com/KyrieFeng23/QT5-Image-and-video-processing-software)|使用QT5+Opencv完成简单的图像处理及视频处理软件。图像处理包括:灰度化、均值滤波、边缘检测、伽马变换、旋转镜像、亮度调节、二值化、对比度,饱和度调节、色彩调节、图片保存、水印等。 视频处理包括:二值化、边缘检测、灰度化、平滑、局部马赛克、缩放等。 此外还进行了界面美化、中英翻译等。|321|2024-06-02| |49|[Italink/ModernGraphicsEngineGuide](https://github.com/Italink/ModernGraphicsEngineGuide)|现代图形引擎入门指南|302|2024-10-10| |50|[AgoraIO/API-Examples](https://github.com/AgoraIO/API-Examples)|Play with AgoraSDK and have fun! Everything you need to start learning Agora.|299|2024-10-11| |51|[GoatGirl98/Walkthrough-of-ACCoding-in-BUAA](https://github.com/GoatGirl98/Walkthrough-of-ACCoding-in-BUAA)|北航OJ通关攻略,包括北航软件学院的在线评测网站(OJ)——AC编程(accoding.buaa.edu.cn)开放课程的全部题解|288|2024-10-05| |52|[Charmve/CppMaster](https://github.com/Charmve/CppMaster)|C++ Master Learning Roadmap, especially for AIoT and C++ advanced SWE|280|2024-05-27| |53|[HACK-THE-WORLD/IDAPluginList](https://github.com/HACK-THE-WORLD/IDAPluginList)|IDA插件集合,含项目名称及项目地址,每日定时Clone项目。|276|2024-09-21| |54|[HITLittleZheng/HITCS](https://github.com/HITLittleZheng/HITCS)|哈尔滨工业大学计算机课程资料与实验HITCS课程资料交流群:824815970|261|2024-10-10| |55|[drken1215/algorithm](https://github.com/drken1215/algorithm)|Implementation of various algorithms|249|2024-07-06| |56|[littlebearsama/3D-ObjectDetection-and-Pose-Estimation](https://github.com/littlebearsama/3D-ObjectDetection-and-Pose-Estimation)|3D目标检测与位姿估计学习笔记|231|2024-05-15| |57|[dependon/fantascene-dynamic-wallpaper](https://github.com/dependon/fantascene-dynamic-wallpaper)|Managed animated wallpaper based on X11 under Linux(Dynamic Wallpapers for Linux)|214|2024-10-07| |58|[TJ-CSCCG/TJCS-Course](https://github.com/TJ-CSCCG/TJCS-Course)|:bulb: 同济大学计算机科学与技术、信息安全专业课程资源共享仓库。含部分科目介绍、报告模板、实验工具等内容。期待更多课程加入……|211|2024-08-12| |59|[geemaple/leetcode](https://github.com/geemaple/leetcode)|LeetCode solutions, written in python and cpp(LeetCode解题报告,记录自己的leetcode成长之路)|192|2024-10-10| |60|[jinbooooom/programming-summary](https://github.com/jinbooooom/programming-summary)|C/C++/Java/Python 基础知识总结|186|2024-09-05| |61|[WCY-dt/SEU-CyberSecurity-courses](https://github.com/WCY-dt/SEU-CyberSecurity-courses)|东南大学网络空间安全学院学习资料整理。包含课件、笔记、试卷、作业等。|171|2024-07-10| |62|[graycatya/CatLearnQt](https://github.com/graycatya/CatLearnQt)|CatLearnQt,提供QWidget,Quick,网络,串口,基础库和示例。案例软件支持样式切换,与国际化。|171|2024-09-17| |63|[0cch/moderncpp_public](https://github.com/0cch/moderncpp_public)|《现代C++语言核心特性解析》其他资料|166|2024-08-15| |64|[1051727403/SHU-CS-Source-Share](https://github.com/1051727403/SHU-CS-Source-Share)|SHU-上大计算机资料分享汇总❤️❤️❤️|142|2024-06-18| |65|[hitfyd/ShowJCR](https://github.com/hitfyd/ShowJCR)|期刊分区查询小工具,包括中科院分区表升级版(2023、2022、2021)及国际期刊预警名单(2024、2023、2021、2020)、JCR(2023、2022、2021、2020)、CCF推荐国际会议和期刊目录(2022)、计算领域高质量科技期刊分级目录(2022)。|138|2024-06-21| |66|[inte2000/code_for_algo_book](https://github.com/inte2000/code_for_algo_book)|《算法的乐趣》随书发布的代码|131|2024-06-13| |67|[IammyselfYBX/NCEPU_CS_course](https://github.com/IammyselfYBX/NCEPU_CS_course)|华北电力大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, NCEPU.|128|2024-05-13| |68|[Greedysky/TTKTinyTools](https://github.com/Greedysky/TTKTinyTools)|Qt 自定义小工具集合 持续更新中......|127|2024-10-08| |69|[HuaGouFdog/Fdog-Kit](https://github.com/HuaGouFdog/Fdog-Kit)|编码中,工具集合(支持zk可视化访问,thrift接口测试,ssh,qss工具,其他工具集合等)|126|2024-08-12| |70|[GraphicsEnthusiast/DreamRender](https://github.com/GraphicsEnthusiast/DreamRender)|My cpu offline renderer for learning.|125|2024-09-25| |71|[ffengc/Load-balanced-online-OJ-system](https://github.com/ffengc/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 ...|122|2024-08-27| |72|[lxiao217/study428](https://github.com/lxiao217/study428)|深度学习、计算机视觉、OpenCV、自动驾驶、SLAM、C++/Python语言开发学习分享|121|2024-05-14| |73|[juhuaguai/duilib](https://github.com/juhuaguai/duilib)|由官方的duilib( https://github.com/duilib/duilib ) 复制过来的,仅为了个人学习使用。可以使用vs2008打开,新增一些学习测试用的demo,代码也会同步官方的后续修改。Q群:594312689。欢迎交流学习。|116|2024-08-12| |74|[MoonforDream/Data-Structure-and-Algorithms](https://github.com/MoonforDream/Data-Structure-and-Algorithms)|数据结构与算法学习笔记C++版(Some data structures and algorithms implemented in C++)|115|2024-05-21| |75|[knowing-top/C-SVM](https://github.com/knowing-top/C-SVM)|一种基于栈式虚拟机的类c 语言编译器。This project has moved from https://sourceforge.net/projects/msct/. C-SVM: A Compiler for a C-Like Language Based on a Stack Virtual Machine. Aims to help individuals learn about c ...|111|2024-07-21| |76|[xianfei/SSE18_Homework](https://github.com/xianfei/SSE18_Homework)|北京邮电大学计算机学院软件工程系作业代码汇总|109|2024-09-25|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/CSHARP.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > C# 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[wmjordan/PDFPatcher](https://github.com/wmjordan/PDFPatcher)|PDF补丁丁——PDF工具箱,可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档,探查文档结构,提取图片、转成图片等等|9127|2024-10-07| |2|[TheAlgorithms/C-Sharp](https://github.com/TheAlgorithms/C-Sharp)|All algorithms implemented in C#.|7031|2024-10-03| |3|[YSGStudyHards/DotNetGuide](https://github.com/YSGStudyHards/DotNetGuide)|🌈【C#/.NET/.NET Core学习、工作、面试指南】记录、收集和总结C#/.NET/.NET Core基础知识、学习路线、开发实战、编程技巧练习、学习视频、文章、书籍、项目框架、社区组织、开发必备工具、技术前沿周刊、常见面试题、面试须知、简历模板、人才招聘、以及自己在学习和工作中的一些微薄见解。希望能和大家一起学习,共同进步。如果本知识库能为您提供帮助,别忘了给予支持哦(关注、点赞、分享) ...|6655|2024-10-11| |4|[anjoy8/Blog.Core](https://github.com/anjoy8/Blog.Core)|💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:|5017|2024-10-02| |5|[hanmin0822/MisakaTranslator](https://github.com/hanmin0822/MisakaTranslator)|御坂翻译器—Galgame/文字游戏/漫画多语种实时机翻工具|4977|2024-09-25| |6|[jasonhua95/awesome-dotnet-core](https://github.com/jasonhua95/awesome-dotnet-core)|.NET Core库、工具、框架和软件的中文收录大全。 内容包括:库、工具、框架、模板引擎、身份认证、数据库、ORM框架、图片处理、文本处理、机器学习、日志、代码分析、教程等。|1961|2024-06-14| |7|[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下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵|1156|2024-09-29| |8|[ldqk/Masuit.MyBlogs](https://github.com/ldqk/Masuit.MyBlogs)|基于C#/.NET8的 masuit.org个人博客站项目源码,https://masuit.org ,供参考、学习、引用、非商业性质的部署。|1035|2024-09-29| |9|[HyPlayer/HyPlayer](https://github.com/HyPlayer/HyPlayer)|仅供学习交流使用 第三方网易云音乐播放器 A Netease Cloud Music Player|973|2024-10-11| |10|[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.|919|2024-09-08| |11|[luoyunchong/lin-cms-dotnetcore](https://github.com/luoyunchong/lin-cms-dotnetcore)|😃A simple and practical CMS implemented by .NET + FreeSql;前后端分离、Docker部署、OAtuh2授权登录、自动化部署DevOps、自动同步至Gitee、代码生成器、仿掘金专栏|800|2024-08-24| |12|[ldqk/ImageSearch](https://github.com/ldqk/ImageSearch)|基于.NET8的本地硬盘千万级图库以图搜图案例Demo和图片exif信息移除小工具分享|789|2024-09-24| |13|[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)|681|2024-09-03| |14|[ks233/ja-learner](https://github.com/ks233/ja-learner)|📖简易日语学习 / 视觉小说阅读辅助工具|653|2024-09-11| |15|[StarfireLab/SharpWeb](https://github.com/StarfireLab/SharpWeb)|一个浏览器数据(密码 历史记录 Cookie 书签 下载记录)的导出工具,支持主流浏览器。|568|2024-09-13| |16|[unity3d-jp/Project_TCC](https://github.com/unity3d-jp/Project_TCC)|TCC stands for Tiny Character Controller. TCC is the best way to make your own game. This repository contains all packages and examples for TCC projects.|513|2024-04-30| |17|[N0I0C0K/PowerTranslator](https://github.com/N0I0C0K/PowerTranslator)|一个 PowerToys Run 的翻译插件/a translate plugin for PowerToys Run|411|2024-10-08| |18|[axzxs2001/Asp.NetCoreExperiment](https://github.com/axzxs2001/Asp.NetCoreExperiment)|原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!|354|2024-10-07| |19|[xhnbzdl/feishu-doc-export](https://github.com/xhnbzdl/feishu-doc-export)|飞书文档导出服务|308|2024-07-08| |20|[taecg/ShaderReference](https://github.com/taecg/ShaderReference)|针对Unity的Shader参考大全|294|2024-06-27| |21|[Isayama-Kagura/TsubakiTranslator](https://github.com/Isayama-Kagura/TsubakiTranslator)|一款Galgame文本翻译工具,支持Textractor/剪切板/OCR翻译|263|2024-08-17| |22|[TastSong/GameProgrammerStudyNotes](https://github.com/TastSong/GameProgrammerStudyNotes)|游戏开发学习笔记|242|2024-09-29| |23|[zLulus/NotePractice](https://github.com/zLulus/NotePractice)|My_Note 笔记练习demo|224|2024-10-10| |24|[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 ...|197|2024-07-13| |25|[WOA-Project/Lumia-Drivers](https://github.com/WOA-Project/Lumia-Drivers)|Collection of driver binaries for Lumia devices|188|2024-09-29| |26|[lindexi/lindexi_gd](https://github.com/lindexi/lindexi_gd)|博客用到的代码|181|2024-10-11| |27|[stulzq/dotnet-cnblogs-tool](https://github.com/stulzq/dotnet-cnblogs-tool)|博客园文章快捷发布工具|173|2024-09-03| |28|[WeihanLi/DesignPatterns](https://github.com/WeihanLi/DesignPatterns)|DesignPatterns samples by CSharp《大话设计模式》 中设计模式总结/C#(.NET)代码|148|2024-09-09| |29|[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 ...|146|2024-10-10| |30|[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 ...|141|2024-08-30| |31|[YSGStudyHards/DotNetExercises](https://github.com/YSGStudyHards/DotNetExercises)|⚔【DotNetGuide专栏C#/.NET/.NET Core编程技巧练习集】C#/.NET/.NET Core编程常用语法、算法、技巧、中间件、类库、工作业务实操练习集,配套详细的文章教程讲解,助你快速掌握C#/.NET/.NET Core中各种编程常用语法、算法、技巧、中间件、类库、工作业务实操等等。|122|2024-10-08| |32|[STBBRD/ZongziTEK-Blackboard-Sticker](https://github.com/STBBRD/ZongziTEK-Blackboard-Sticker)|用于白板一体机的桌面部件,有小黑板(布置作业)、启动台、课程表|118|2024-10-01| |33|[luoyunchong/dotnetcore-examples](https://github.com/luoyunchong/dotnetcore-examples)| about learning DotNetCore via examples. DotNetCore 教程、技术栈示例代码,快速简单上手教程。|117|2024-07-29| |34|[Bryan-Cyf/EasyNotice](https://github.com/Bryan-Cyf/EasyNotice)|这是一个基于.NET开源的消息通知组件,它包含了邮件、钉钉、飞书、企业微信的群机器人通知,可以帮助我们更容易地发送程序异常通知!|112|2024-06-11| |35|[jxq1997216/AITranslator](https://github.com/jxq1997216/AITranslator)|使用大语言模型来翻译MTool导出的待翻译文件的图像化UI软件|111|2024-10-08| |36|[jevonsflash/maui-samples](https://github.com/jevonsflash/maui-samples)|博客 .NET MAUI 专栏的代码示例|110|2024-04-13| |37|[CnGal/CnGalWebSite](https://github.com/CnGal/CnGalWebSite)|CnGal是一个非营利性的,立志于收集整理国内制作组创作的中文Galgame/AVG的介绍、攻略、评测、感想等内容的资料性质的网站。|106|2024-10-07| |38|[anjoy8/BCVP.Net8](https://github.com/anjoy8/BCVP.Net8)|ASP.NET8.0入口与实战系列视频教程 配合代码|105|2024-04-15| |39|[densen2014/Blazor100](https://github.com/densen2014/Blazor100)|Blazor入门100天|90|2024-07-05| |40|[sdcb/blog-data](https://github.com/sdcb/blog-data)|《.NET骚操作》的博客数据|86|2024-09-23| |41|[yanglr/wpf_in-depth_explanation](https://github.com/yanglr/wpf_in-depth_explanation)|《深入浅出WPF》相关资源(Code、视频、课件、公开课等)|80|2024-05-13| |42|[AtmoOmen/DailyRoutines](https://github.com/AtmoOmen/DailyRoutines)|Dalamud 插件 Daily Routines - 自动化小工具/易用性改动合集|76|2024-07-09| |43|[lwwhb/CustomRenderPipelineTutorials](https://github.com/lwwhb/CustomRenderPipelineTutorials)|Unity6的自定义渲染管线教程|69|2024-10-11| |44|[YSGStudyHards/EasySQLite](https://github.com/YSGStudyHards/EasySQLite)|🦸‍♂️EasySQLite是一个七天.NET 8操作SQLite入门到实战详细教程,主要是对学校班级,学生信息进行管理维护(包含选型、开发、发布、部署)!|64|2024-10-08| |45|[ALI1416/ScreenShare](https://github.com/ALI1416/ScreenShare)|Local Network Screen Share 局域网屏幕共享|52|2024-10-10| |46|[Romantoscalion/Technical_Artist_Technotes](https://github.com/Romantoscalion/Technical_Artist_Technotes)|个人的技术美术相关知识的学习笔记库|51|2024-09-29|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/CSS.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > CSS 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[hehonghui/awesome-english-ebooks](https://github.com/hehonghui/awesome-english-ebooks)|经济学人(含音频)、纽约客、卫报、连线、大西洋月刊等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新|21422|2024-10-10| |2|[SwiftGGTeam/the-swift-programming-language-in-chinese](https://github.com/SwiftGGTeam/the-swift-programming-language-in-chinese)|中文版 Apple 官方 Swift 教程《The Swift Programming Language》|21060|2024-10-11| |3|[chokcoco/iCSS](https://github.com/chokcoco/iCSS)|不止于 CSS|19594|2024-08-07| |4|[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|9049|2024-09-30| |5|[LearnOpenGL-CN/LearnOpenGL-CN](https://github.com/LearnOpenGL-CN/LearnOpenGL-CN)|http://learnopengl.com 系列教程的简体中文翻译|5629|2024-09-21| |6|[billie66/TLCL](https://github.com/billie66/TLCL)|《快乐的 Linux 命令行》|3397|2024-06-16| |7|[datawhalechina/hugging-multi-agent](https://github.com/datawhalechina/hugging-multi-agent)|A tutorial based on MetaGPT to quickly help you understand the concept of agent and muti-agent and get started with coding development. 基于MetaGPT的多智能体入门与开发教程|1339|2024-05-10| |8|[Pintree-io/pintree](https://github.com/Pintree-io/pintree)|An intuitive tool for managing and exporting your local bookmarks into a shareable website. |1258|2024-08-14| |9|[AIDotNet/AntSK](https://github.com/AIDotNet/AntSK)|基于.Net8+AntBlazor+SemanticKernel 和KernelMemory 打造的AI知识库/智能体,支持本地离线AI大模型。可以不联网离线运行。支持aspire观测应用数据|1078|2024-10-06| |10|[fuzhengwei/itstack-demo-netty](https://github.com/fuzhengwei/itstack-demo-netty)|微信公众号:bugstack虫洞栈 专注于原创开发专题案例。跟着案例学Netty,Netty4.x案例从简单入门到应用实战,全篇37章节优秀案例+实战源码[基础篇(13)、中级篇(13)、高级篇(3章+)、源码分析篇],以上章节全部完成并不断持续更新中。欢迎关注公众号:bugstack虫洞栈 阅读专题文章+调试案例源码学习{回复netty案例}。|709|2024-09-19| |11|[Dreamer-Paul/Single](https://github.com/Dreamer-Paul/Single)|🎈 一个简洁大气,含夜间模式的 Typecho 博客主题|706|2024-08-10| |12|[xupsh/pp4fpgas-cn](https://github.com/xupsh/pp4fpgas-cn)|中文版 Parallel Programming for FPGAs|696|2024-08-21| |13|[ZGQ-inc/source](https://github.com/ZGQ-inc/source)|:package:个人搜集 书源、图源、订阅源、规则、直播源、各种源 大型整合|660|2024-09-17| |14|[mulingyuer/Typecho_Theme_JJ](https://github.com/mulingyuer/Typecho_Theme_JJ)|Typecho主题-《JJ》高仿掘金,支持Typecho 1.2版本|434|2024-09-16| |15|[dhjddcn/halo-theme-butterfly](https://github.com/dhjddcn/halo-theme-butterfly)|一个Halo博客主题,Butterfly 🦋|415|2024-09-26| |16|[aalmiray/java-champions](https://github.com/aalmiray/java-champions)|A list of Java Champions|350|2024-09-20| |17|[calebman/girlfriend-gift-collection](https://github.com/calebman/girlfriend-gift-collection)|送给女朋友的礼物合集,生日/情人节/纪念日等,程序员的创意。|304|2024-06-20| |18|[LychApe/DreamCat](https://github.com/LychApe/DreamCat)|DreamCat 是一个极简自适应博客主题,年轻人追梦良品!|279|2024-08-04| |19|[teedoc/teedoc](https://github.com/teedoc/teedoc)|wiki and multi docs friendly static document site generator(doc generator), convert markdown and jupyter notebook to html website. wiki 和多文档友好的静态文档网站生成工具|207|2024-10-11| |20|[andy6804tw/crazyai-ml](https://github.com/andy6804tw/crazyai-ml)|全民瘋AI系列 [經典機器學習]|156|2024-10-11| |21|[jtpio/p5-notebook](https://github.com/jtpio/p5-notebook)|A Jupyter Notebook environment for p5.js kernels running in the browser, powered by JupyterLite 💡|139|2024-05-02| |22|[iAvoe/x264-x265-QAAC-ffprobe-Ultimatetutorial](https://github.com/iAvoe/x264-x265-QAAC-ffprobe-Ultimatetutorial)|主打解析编码器内部逻辑和参数说明,从基础到全网没人讲的算法,没人画的图解,没人做的排版整理全都在此集齐;因此叫Ultimate Tutorial|133|2024-05-31| |23|[wangyang0210/cnblogs-theme](https://github.com/wangyang0210/cnblogs-theme)|博客园皮肤|119|2024-09-21| |24|[Adventech/sabbath-school-lessons](https://github.com/Adventech/sabbath-school-lessons)|📖 The Lessons for every language|99|2024-10-11| |25|[liburdi/go-blogs](https://github.com/liburdi/go-blogs)|适合小白入门go语言的博客项目|Here’s the translated list of beginner-friendly blog projects to help you get started with Go programming|98|2024-09-26| |26|[Dreamer-Paul/Hingle](https://github.com/Dreamer-Paul/Hingle)|🎈 一个简洁大气,含夜间模式的 Hexo 博客主题|65|2024-09-02| |27|[xunlutzp/xunlutzp.github.io](https://github.com/xunlutzp/xunlutzp.github.io)|《寻路桐梓坡》全文及GitBook网页|64|2024-06-16| |28|[wyj0605/douban_library](https://github.com/wyj0605/douban_library)|豆瓣读书插件,自动查询图书馆的图书借阅信息。|61|2024-08-30| |29|[Azure/OCPCHINATECH](https://github.com/Azure/OCPCHINATECH)|OCPOpenHack is a lab gallery on Azure Services for China partners. Pls join in us to learn Azure and to learn Microsoft.|59|2024-08-26| |30|[missing-semester-zh-Hant/missing-semester-zh-Hant.github.io](https://github.com/missing-semester-zh-Hant/missing-semester-zh-Hant.github.io)|Traditional Chinese translation of course "The Missing Semester of Your CS Education"|56|2024-07-09| |31|[piginzoo/finance-toolbox](https://github.com/piginzoo/finance-toolbox)|我的投资电子书|46|2024-10-09| |32|[lewton/bilibili-public](https://github.com/lewton/bilibili-public)|b站代码示例代码合集|45|2024-04-19| |33|[leedom92/hexo-theme-leedom](https://github.com/leedom92/hexo-theme-leedom)|🎨「仿照尤雨溪博客的简洁的Hexo主题」A pure theme of Hexo like Evan You's blog|44|2024-04-14| |34|[qiwihui/blog](https://github.com/qiwihui/blog)|技术和思考,基于issues|44|2024-08-18| |35|[zjp-CN/mdbook-theme](https://github.com/zjp-CN/mdbook-theme)|A preprocessor and a backend to config themes for mdbook, especially creating a pagetoc on the right and setting full color themes from the offical ace editor.|41|2024-10-10| |36|[huzhicheng/fengzheng-blog](https://github.com/huzhicheng/fengzheng-blog)|一款简介的个人博客模板,使用 Hugo + Markdown |38|2024-06-25| |37|[Alanrk/hexo-theme-onenote](https://github.com/Alanrk/hexo-theme-onenote)|专注于提供良好的阅读体验的hexo博客主题|38|2024-07-15| |38|[lululuting/tgbk](https://github.com/lululuting/tgbk)|挺哥博客|31|2024-05-20| |39|[weijiyang/weijiyang.github.io](https://github.com/weijiyang/weijiyang.github.io)|:stuck_out_tongue: 个人简历 & 博客|29|2024-05-12| |40|[meethigher/hexo-theme-starry](https://github.com/meethigher/hexo-theme-starry)|已被官方收录的hexo主题-Starry,采用ejs跟less开发。技术限制,目前还有很多优化未实现,学习ing。基于很多大佬开源的插件,感谢!|26|2024-09-30| |41|[openanolis/whitebook-shangmi](https://github.com/openanolis/whitebook-shangmi)|商用密码技术最佳实践白皮书|25|2024-08-06| |42|[yanchunlan/SourceCodeSummary](https://github.com/yanchunlan/SourceCodeSummary)|个人笔记(编译/性能优化/framework/音视频/flutter)|25|2024-04-17| |43|[SEC-CAFE/handbook](https://github.com/SEC-CAFE/handbook)|安全手册,企业安全实践、攻防与安全研究知识库|22|2024-09-18| |44|[KinnariyaMamaTanha/aiTour](https://github.com/KinnariyaMamaTanha/aiTour)|AI 学习之旅|20|2024-10-08| |45|[mouday/coding-tree](https://github.com/mouday/coding-tree)|程序员工作、学习笔记|20|2024-08-07| |46|[csfive/home](https://github.com/csfive/home)|🐭 计算机废物自学指北|19|2024-04-28| |47|[choyy/Timeline-SY](https://github.com/choyy/Timeline-SY)|思源笔记时间线挂件|19|2024-05-05| |48|[LaneDu/Knowledge-Brain](https://github.com/LaneDu/Knowledge-Brain)|思源笔记主题 Knowledge Brain 寓意知识大脑|19|2024-09-02| |49|[MR-Addict/Doc-Share](https://github.com/MR-Addict/Doc-Share)|南京工业大学校大学生科协技术部电子组培训学习文档|17|2024-09-28| |50|[Sophomoresty/typora-theme-Jinxiu](https://github.com/Sophomoresty/typora-theme-Jinxiu)|锦绣红 Typora 模板:大学生课程论文与日常写作的好帮手|15|2024-08-28| |51|[rurumuri/ysuse-2022](https://github.com/rurumuri/ysuse-2022)|2022 YSU-SE / 燕山大学信息科学与工程学院软件工程系课程项目、代码和相关资料|15|2024-09-26| |52|[epoch-lab/cuit-guide](https://github.com/epoch-lab/cuit-guide)|CUIT 指南|14|2024-10-01| |53|[wflac/theme-Mego](https://github.com/wflac/theme-Mego)|一款基于 Halo 的简约时尚的原创卡片式博客主题,炫酷的个人展示图,拥有 Banner 展示位、通知、侧边小卡片。|14|2024-06-06| |54|[zjp-CN/translation](https://github.com/zjp-CN/translation)|翻译的 Rust 博文|14|2024-05-22| |55|[xjq7/awesome-study](https://github.com/xjq7/awesome-study)|Awesome 、资源、工具、技术自媒体、博客、学习指南、面试指北等收集库|14|2024-10-11| |56|[spring2go/spring-petclinic-mono](https://github.com/spring2go/spring-petclinic-mono)|教学版单体spring-petlinic,课程《Kubernetes微服务实践》|14|2024-08-01| |57|[Fridolph/my-program](https://github.com/Fridolph/my-program)|作品和demo集,若你喜欢麻烦star+fork ...0(∩_∩)0... 仅供参考学习分享交流,谢谢|14|2024-06-23| |58|[Hiroki-Sawada-y/Hiroki_Study](https://github.com/Hiroki-Sawada-y/Hiroki_Study)|个人学习笔记 obsidian|13|2024-05-27| |59|[Bin4xin/bin4xin.github.io](https://github.com/Bin4xin/bin4xin.github.io)|© 哨兵博客 V3 Power by Bin4xin Jekyll Github Action.|12|2024-10-11| |60|[hanzhichao/qaschool](https://github.com/hanzhichao/qaschool)|[原创]基于django的一款文本教程网站(类似菜鸟教程)|12|2024-08-19| |61|[open-spaced-repetition/anki-manual-zh-CN](https://github.com/open-spaced-repetition/anki-manual-zh-CN)|Anki 用户手册(中文翻译)|11|2024-09-25| |62|[hardway/ocrbooks](https://github.com/hardway/ocrbooks)|将一些稀有的扫描版电子书通过OCR识别转换为TXT/EPUB/MOBI格式|9|2024-09-21| |63|[document-translate/volta](https://github.com/document-translate/volta)|volta 简体中文版文档|8|2024-05-17| |64|[liu75675231/article-crawler](https://github.com/liu75675231/article-crawler)|文章爬虫,会每天都爬取一些有价值的官方文档的博客文章,以便于能得到第一手的更新,教程等信息|8|2024-10-02| |65|[rongyi/note](https://github.com/rongyi/note)|个人学习笔记|8|2024-07-26| |66|[WL2O2O/JavaU8G](https://github.com/WL2O2O/JavaU8G)|📚【Java面试通关秘籍】—— Java_Useful_8股文_Guide(听歌学Java),是备战Java面试与提升技术实力的一站式知识库。内容覆盖Java面试、算法、JavaSE、并发编程、JVM优化、MySQL、OS、中间件、微服务等核心知识点,并包含Spring全家桶及设计模式详解。欢迎关注、star,共同完善和分享!|7|2024-06-12| |67|[mirabilite-s-kingdom/Shared-Wardrobe](https://github.com/mirabilite-s-kingdom/Shared-Wardrobe)|数据库课程设计 Shared Wardrobe共享衣橱|7|2024-07-19| |68|[ybdt/ybdt.github.io](https://github.com/ybdt/ybdt.github.io)|个人博客:https://ybdt.me/|7|2024-04-18| |69|[xiamuguizhi/Chronicle](https://github.com/xiamuguizhi/Chronicle)|【易语言】Chronicle静态博客生成器|7|2024-08-25| |70|[bosens-China/blog](https://github.com/bosens-China/blog)|个人写博客的地方|7|2024-09-06| |71|[GiaoGiaoCat/GiaoGiaoCat.github.io](https://github.com/GiaoGiaoCat/GiaoGiaoCat.github.io)|一点笔记|7|2024-09-16| |72|[xukaiyyds/domain-name](https://github.com/xukaiyyds/domain-name)|一个简约的顶级国际域名证书模板。|6|2024-09-08| |73|[YangguangZhou/blog](https://github.com/YangguangZhou/blog)|Jerry Zhou 的个人博客|6|2024-10-09| |74|[dianhsu/blog](https://github.com/dianhsu/blog)|dianhsu的博客源码|6|2024-08-07|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Dart.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Dart 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[huangruiLearn/flutter_hrlweibo](https://github.com/huangruiLearn/flutter_hrlweibo)|Flutter仿微博客户端, 包含首页、视频、发现、消息(仿微博聊界面)及个人中心模块|2807|2024-05-22| |2|[Anxcye/anx-reader](https://github.com/Anxcye/anx-reader)|An e-book reader written using Flutter. 使用Flutter编写的电子书阅读器|1489|2024-09-06| |3|[arianneorpilla/jidoujisho](https://github.com/arianneorpilla/jidoujisho)|A full-featured immersion language learning suite for mobile.|951|2024-10-09| |4|[nightmare-space/fast_share](https://github.com/nightmare-space/fast_share)|Speed Share is a highly available file sharing terminal on LAN(local area network) like airdrop developed by flutter framework.|892|2024-09-03| |5|[cake-tech/cake_wallet](https://github.com/cake-tech/cake_wallet)|The open source repository for Cake Wallet, a noncustodial multi-currency wallet, and Monero.com, a noncustodial Monero-only wallet. Need help? Check out https://guides.cakewallet.com|664|2024-10-11| |6|[shaoting0730/Flutter_learn_demo](https://github.com/shaoting0730/Flutter_learn_demo)|Flutter_learn_demo Flutter学习历程|229|2024-09-30| |7|[vito-go/mywords](https://github.com/vito-go/mywords)|背单词神器。 输入一个英语或双语文章的网址,本工具将自动提取文章中所有单词及其所在句子,对文章单词进行去重、统计汇总。你可以过滤筛选只显示出你不认识的单词。|189|2024-10-11| |8|[Daniel-Ioannou/flutter_country_picker](https://github.com/Daniel-Ioannou/flutter_country_picker)|A flutter package to select a country from a list of countries.|120|2024-08-16| |9|[xiaojia21190/ZY_Player_flutter](https://github.com/xiaojia21190/ZY_Player_flutter)|影视 漫画 小说 听书 |83|2024-10-11| |10|[shang1219178163/flutter_templet_project](https://github.com/shang1219178163/flutter_templet_project)| 个人模板项目, 包含组件使用示例、自定义组件封装、代码优化封装技巧。。。|74|2024-10-10| |11|[yixiaolunhui/flutter_xy](https://github.com/yixiaolunhui/flutter_xy)|Android小样公众号对应Flutter的demo集合|51|2024-10-11| |12|[Kelfvin/JianTi](https://github.com/Kelfvin/JianTi)|一个刷题软件|29|2024-06-20| |13|[molihuan/HLVideoNote](https://github.com/molihuan/HLVideoNote)|"视频笔记"顾名思义,但不仅仅是视频笔记。"Video notes" are just as the name suggests, but they are more than just video notes.|24|2024-05-24| |14|[gvenusleo/lex-app](https://github.com/gvenusleo/lex-app)|划词翻译软件,使用 Flutter 开发,支持多个翻译模型|17|2024-06-06| |15|[fluttercandies/flutter_learning_tests](https://github.com/fluttercandies/flutter_learning_tests)|学习 Flutter 路上的点滴及小测~|17|2024-06-24| |16|[helloDolin/dolin_demo_flutter](https://github.com/helloDolin/dolin_demo_flutter)|flutter 学习、总结、提高|13|2024-10-11| |17|[yuanhoujun/flutter-basic-tutorial](https://github.com/yuanhoujun/flutter-basic-tutorial)|Flutter基础视频教程课件以及源码|9|2024-06-04|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Go.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Go 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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|43257|2024-05-12| |2|[unknwon/the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN)|《The Way to Go》中文译本,中文正式名《Go 入门指南》|34548|2024-08-14| |3|[halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go)|✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解|32869|2024-06-22| |4|[yeasy/docker_practice](https://github.com/yeasy/docker_practice)|Learn and understand Docker&Container technologies, with real DevOps practice!|24778|2024-09-26| |5|[quii/learn-go-with-tests](https://github.com/quii/learn-go-with-tests)|Learn Go with test-driven development|22067|2024-09-17| |6|[chai2010/advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book)|:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)|19327|2024-09-15| |7|[inancgumus/learngo](https://github.com/inancgumus/learngo)|❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.|18808|2024-04-14| |8|[labring/sealos](https://github.com/labring/sealos)|Sealos is a production-ready Kubernetes distribution. You can run any Docker image on sealos, start high availability databases like mysql/pgsql/redis/mongo, develop applications using any Programming ...|13894|2024-10-11| |9|[talkgo/night](https://github.com/talkgo/night)|Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。|11988|2024-10-09| |10|[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.|10088|2024-05-31| |11|[0voice/Introduction-to-Golang](https://github.com/0voice/Introduction-to-Golang)|【未来服务器端编程语言】最全空降golang资料补给包(满血战斗),包含文章,书籍,作者论文,理论分析,开源框架,云原生,大佬视频,大厂实战分享ppt|7647|2024-05-20| |12|[golang-design/go-questions](https://github.com/golang-design/go-questions)|📖 Go 程序员面试笔试宝典 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions|5870|2024-07-22| |13|[xiaobaiTech/golangFamily](https://github.com/xiaobaiTech/golangFamily)|【超全golang面试题合集+golang学习指南+golang知识图谱+入门成长路线】 一份涵盖大部分golang程序员所需要掌握的核心知识。常用第三方库(mysql,mq,es,redis等)+机器学习库+算法库+游戏库+开源框架+自然语言处理nlp库+网络库+视频库+微服务框架+视频教程+音频音乐库+图形图片库+物联网库+地理位置信息+嵌入式脚本库+编译器库+数据库+金融库+电子邮件库+电子 ...|5659|2024-04-23| |14|[ConnectAI-E/feishu-openai](https://github.com/ConnectAI-E/feishu-openai)|🎒 飞书 ×(GPT-4 + GPT-4V + DALL·E-3 + Whisper)= 飞一般的工作体验 🚀 语音对话、角色扮演、多话题讨论、图片创作、表格分析、文档导出 🚀|5503|2024-08-18| |15|[chai2010/go-ast-book](https://github.com/chai2010/go-ast-book)|:books: 《Go语言定制指南》(原名:Go语法树入门/开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST)|5349|2024-09-26| |16|[guangzhengli/k8s-tutorials](https://github.com/guangzhengli/k8s-tutorials)|k8s tutorials k8s 教程|4547|2024-10-09| |17|[gopl-zh/gopl-zh.github.com](https://github.com/gopl-zh/gopl-zh.github.com)|:books: Go语言圣经中文版 🇨🇳|4442|2024-10-10| |18|[talent-plan/tinykv](https://github.com/talent-plan/tinykv)|A course to build distributed key-value service based on TiKV model|3409|2024-10-11| |19|[eyebluecn/tank](https://github.com/eyebluecn/tank)|《蓝眼云盘》(Eyeblue Cloud Storage)|3034|2024-10-06| |20|[jiujuan/go-collection](https://github.com/jiujuan/go-collection)|:tulip: awesome awesome go, study golang from basic to proficient。Go Study Guide。从学习 Go 基础语法和高级特性,到实战项目,再到架构微服务,最后到跑路。|2927|2024-05-18| |21|[studygolang/studygolang](https://github.com/studygolang/studygolang)|Go 语言中文网 Golang中文社区 Go语言学习园地 源码|2643|2024-06-05| |22|[pibigstar/go-demo](https://github.com/pibigstar/go-demo)|Go语言实例教程从入门到进阶,包括基础库使用、设计模式、面试易错点、工具类、对接第三方等|2468|2024-10-11| |23|[mao888/golang-guide](https://github.com/mao888/golang-guide)|「Golang学习+面试指南」一份涵盖大部分 Golang程序员所需要掌握的核心知识。准备 Golang面试,首选 GolangGuide!|2435|2024-09-29| |24|[txthinking/zoro](https://github.com/txthinking/zoro)|zoro can help you expose local server to external network. Support both TCP/UDP, of course support HTTP. Zero-Configuration.|1540|2024-08-28| |25|[wa-lang/ugo-compiler-book](https://github.com/wa-lang/ugo-compiler-book)|:books: µGo语言实现(从头开发一个迷你Go语言编译器)|1483|2024-09-26| |26|[ArtisanCloud/PowerWeChat](https://github.com/ArtisanCloud/PowerWeChat)|PowerWechat是一款基于WeChat SDK for Golang,支持小程序、微信支付、企业微信、公众号等全微信生态|1316|2024-10-11| |27|[deweizhu/bookget](https://github.com/deweizhu/bookget)|bookget 数字古籍图书下载工具|1303|2024-10-08| |28|[Wsine/feishu2md](https://github.com/Wsine/feishu2md)|一键命令下载飞书文档为 Markdown|1145|2024-08-27| |29|[gookit/validate](https://github.com/gookit/validate)|⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。|1061|2024-10-02| |30|[eallion/uBlacklist-subscription-compilation](https://github.com/eallion/uBlacklist-subscription-compilation)|🚫 uBlacklist subscription 订阅合集|913|2024-10-06| |31|[cncf/presentations](https://github.com/cncf/presentations)|📊 Presentations from the CNCF community to share and reuse|903|2024-09-22| |32|[gopcp/example.v2](https://github.com/gopcp/example.v2)|An example project for book 'Go Programming & Concurrency in Practice, 2nd edition' (《Go并发编程实战》第2版).|877|2024-09-07| |33|[nanmu42/orly](https://github.com/nanmu42/orly)|:football: Generate your own O'RLY animal book cover to troll your colleagues 生成你自己的O'RLY动物书封面,让你的同事惊掉下巴|785|2024-09-17| |34|[kevinyan815/gocookbook](https://github.com/kevinyan815/gocookbook)|go cook book|781|2024-10-08| |35|[zero-proxy/zero-proxy](https://github.com/zero-proxy/zero-proxy)|最轻量、高效、透明、稳定的多币种矿池、矿池代理、矿池中转。支持 BTC, ETC, RVN, NicaHash, XNA, ETHW, Ergo 等币种。自定义抽水账号及比例,高性能数据中转算法,无任何share损耗。具有高效的抽水算法,保证精确抽水。支持多端口监听及多矿池连接,同时接入3000+矿机性能稳定且不掉线。The lightest, most efficient, transparen ...|771|2024-04-22| |36|[ystyle/kaf-cli](https://github.com/ystyle/kaf-cli)|把txt文本转成epub和mobi电子书的命令行工具(原TmdTextEpub)|729|2024-05-16| |37|[golang-minibear2333/golang](https://github.com/golang-minibear2333/golang)|扫清go语言一切障碍,go语言实战、go语言从入门到精通,持续更新,欢迎star|720|2024-07-15| |38|[XiaoMengXinX/Music163bot-Go](https://github.com/XiaoMengXinX/Music163bot-Go)|一个用来下载/分享网易云歌曲的Telegram Bot|688|2024-08-02| |39|[chenjiandongx/mandodb](https://github.com/chenjiandongx/mandodb)|🤔 A minimize Time Series Database, written from scratch as a learning project. 从零开始实现一个 TSDB|685|2024-08-08| |40|[nicoxiang/geektime-downloader](https://github.com/nicoxiang/geektime-downloader)|极客时间课程下载器,支持下载极客时间专栏/视频课/每日一课/大厂实践/训练营视频|630|2024-10-07| |41|[guyan0319/golang_development_notes](https://github.com/guyan0319/golang_development_notes)|golang development notes go语言开发笔记|572|2024-10-01| |42|[jaywcjlove/golang-tutorial](https://github.com/jaywcjlove/golang-tutorial)|Go语言快速入门|556|2024-08-06| |43|[longjoy/micro-go-book](https://github.com/longjoy/micro-go-book)|《Go语言高并发与微服务实战》代码|550|2024-07-12| |44|[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).|536|2024-09-26| |45|[j178/leetgo](https://github.com/j178/leetgo)|Best LeetCode friend for geek. :snowboarder:|534|2024-10-01| |46|[speauty/anto](https://github.com/speauty/anto)|字幕文件(srt)翻译工具,Windows专用|490|2024-08-06| |47|[ConnectAI-E/Feishu-Midjourney](https://github.com/ConnectAI-E/Feishu-Midjourney)|🍎 飞书 x midjourney = 你真正的创意伙伴|434|2024-05-21| |48|[chyroc/lark](https://github.com/chyroc/lark)|Feishu(飞书)/Lark Open API Go SDK, Support ALL Open API and Event Callback.|416|2024-09-10| |49|[go-kratos/examples](https://github.com/go-kratos/examples)|Examples of Kratos framework|363|2024-09-06| |50|[cloudwego/kitex-examples](https://github.com/cloudwego/kitex-examples)|Examples for Kitex.|360|2024-09-17| |51|[BaiZe1998/go-learning](https://github.com/BaiZe1998/go-learning)|一个存放Go语言/计算机相关学习资料的仓库|358|2024-09-03| |52|[lixd/mydocker](https://github.com/lixd/mydocker)|参考《自己动手写 docker》从零开始实现一个简易的 docker 以及相关教程。Build a simple Docker from scratch along with related tutorials.|322|2024-08-25| |53|[whatwewant/chatgpt-for-chatbot-feishu](https://github.com/whatwewant/chatgpt-for-chatbot-feishu)|快速将 ChatGPT 接入飞书,基于 OpenAI 官方接口,作为私人工作助理或者企业员工助理|320|2024-05-30| |54|[songzhibin97/gkit](https://github.com/songzhibin97/gkit)|A collection of basic usability component tools dedicated to providing micro-services and single services, drawing on some excellent open source project features such as kratos, go-kit, mosn, sentinel ...|313|2024-04-27| |55|[mao888/bluebell-plus](https://github.com/mao888/bluebell-plus)|基于vue+go+gin+mysql+redis的博客论坛web项目|291|2024-08-12| |56|[eryajf/cloud_dns_exporter](https://github.com/eryajf/cloud_dns_exporter)|🧰 自动获取DNS提供商的域名及解析列表,同时自动获取每个域名解析的证书信息,并导出为Prometheus Metrics。已支持:Tencent,Aliyun,Godaddy,DNSLA,Amazon,Cloudflare|290|2024-09-17| |57|[virusdefender/copy-cert](https://github.com/virusdefender/copy-cert)|本工具可以基于已知网站 ssl 证书的信息生成新的自签名证书,保持签发者、有效期、序列号、域名等一致,用于伪装流量。|252|2024-10-03| |58|[bigwhite/GoProgrammingFromBeginnerToMaster](https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster)|Go语言精进之路书籍配套代码|245|2024-04-15| |59|[danmuking/DiTing-Go](https://github.com/danmuking/DiTing-Go)|欢迎来到 DiTing!这是一个简单、轻量级的即时通讯(IM)开源项目,采用 Go 编写,严格遵守互联网开发标准。致力于为初学者提供一个友好、易于上手的 IM 解决方案,让你可以轻松入门并开始构建自己的即时通讯应用。|223|2024-08-15| |60|[berryalen02/PECracker](https://github.com/berryalen02/PECracker)|针对PE文件的分离的攻防对抗工具,红队、研究者的好帮手。目前支持文件头伪装、证书区段感染。A no-kill confrontation tool for the separation of PE files, a good helper for red teams and researchers. Currently, file header spoofing and certificate s ...|216|2024-08-20| |61|[GoAdminGroup/example](https://github.com/GoAdminGroup/example)|A simple example show how to quickly run GoAdmin|199|2024-05-22| |62|[lni/dragonboat-example](https://github.com/lni/dragonboat-example)|Examples for Dragonboat|180|2024-08-10| |63|[yann0917/dedao-gui](https://github.com/yann0917/dedao-gui)|wails + go + vue3 实现得到已购课程下载的桌面客户端|168|2024-10-03| |64|[yanyiwu/gosimhash](https://github.com/yanyiwu/gosimhash)|中文文档simhash值计算|161|2024-09-11| |65|[lixd/kafka-go-example](https://github.com/lixd/kafka-go-example)|kafka-go-example 以及系列教程|147|2024-08-27| |66|[xuesongbj/Go-Notes](https://github.com/xuesongbj/Go-Notes)|🚀 Go学习笔记 📖 |147|2024-04-18| |67|[ecodeclub/webook](https://github.com/ecodeclub/webook)|一个八股文面试网站,哈哈哈|140|2024-10-06| |68|[haojie06/selfhelp-iptables](https://github.com/haojie06/selfhelp-iptables)|通过http api自助添加iptables白名单与黑名单的工具,防止nmap等程序的端口扫描和恶意主动探测,防止ssh、mysql等敏感服务受到攻击,并能对探测进行记录。|133|2024-06-19| |69|[wx-chevalier/Go-Notes](https://github.com/wx-chevalier/Go-Notes)|:books: Go-Series, Go From Zero to Hero. 语法基础、工程实践、并发编程、Web 开发|118|2024-09-21| |70|[ICKelin/article](https://github.com/ICKelin/article)|读书笔记,博客文章|116|2024-09-09| |71|[xi-mad/colourful](https://github.com/xi-mad/colourful)|百度网盘自动补档:自动检测百度网盘分享是否过期,并自动新建分享|105|2024-08-14|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Groovy.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Groovy 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[DreamPWJ/jenkins-shared-library](https://github.com/DreamPWJ/jenkins-shared-library)|One For All DevOps, Powerful, flexible and easy-to-use, multi-terminal CI/CD shared library pipeline( 强大灵活易用的多端CI/CD共享库流水线 )|61|2024-10-10| |2|[Jonny023/Study](https://github.com/Jonny023/Study)|学习笔记|32|2024-10-09| |3|[tongv/ssl-auto-renew](https://github.com/tongv/ssl-auto-renew)|HTTPS证书\SSL证书\自动续期部署。基于Jenkins+Docker、全开源、脚本式任务占用少、无云服务依赖。|4|2024-06-13|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/HTML.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > HTML 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[PKUFlyingPig/cs-self-learning](https://github.com/PKUFlyingPig/cs-self-learning)|计算机自学指南|56566|2024-09-13| |2|[QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)|浙江大学课程攻略共享计划|37098|2024-09-29| |3|[PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)|清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University|33210|2024-07-23| |4|[fengdu78/Coursera-ML-AndrewNg-Notes](https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes)|吴恩达老师的机器学习课程个人笔记|31836|2024-06-10| |5|[WeNeedHome/SummaryOfLoanSuspension](https://github.com/WeNeedHome/SummaryOfLoanSuspension)|全国各省市停贷通知汇总|20344|2024-07-13| |6|[diff-usion/Awesome-Diffusion-Models](https://github.com/diff-usion/Awesome-Diffusion-Models)| A collection of resources and papers on Diffusion Models|10868|2024-08-01| |7|[javascript-tutorial/zh.javascript.info](https://github.com/javascript-tutorial/zh.javascript.info)|现代 JavaScript 教程(The Modern JavaScript Tutorial),以最新的 ECMAScript 规范为基准,通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。|9786|2024-08-16| |8|[liguodongiot/llm-action](https://github.com/liguodongiot/llm-action)|本项目旨在分享大模型相关技术原理以及实战经验。|9521|2024-09-22| |9|[Consensys/smart-contract-best-practices](https://github.com/Consensys/smart-contract-best-practices)|A guide to smart contract security best practices|7485|2024-07-22| |10|[paddingme/Front-end-Web-Development-Interview-Question](https://github.com/paddingme/Front-end-Web-Development-Interview-Question)|前端开发面试题大收集,前端面试集锦 :heart: :gift_heart: :cupid:|6557|2024-04-23| |11|[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版习题答案。|6337|2024-05-15| |12|[doocs/technical-books](https://github.com/doocs/technical-books)|😆 国内外互联网技术大牛们都写了哪些书籍:计算机基础、网络、前端、后端、数据库、架构、大数据、深度学习...|6061|2024-06-19| |13|[golang-china/gopl-zh](https://github.com/golang-china/gopl-zh)|:books: Go语言圣经中文版|6032|2024-10-10| |14|[go101/go101](https://github.com/go101/go101)|An up-to-date (unofficial) knowledge base for Go programming self learning|5505|2024-08-07| |15|[cipher387/osint_stuff_tool_collection](https://github.com/cipher387/osint_stuff_tool_collection)|A collection of several hundred online tools for OSINT|5338|2024-08-18| |16|[golang101/golang101](https://github.com/golang101/golang101)|Go语言101 : 一个与时俱进的Go编程知识库|4552|2024-06-10| |17|[qiangmzsx/Software-Engineering-at-Google](https://github.com/qiangmzsx/Software-Engineering-at-Google)|《Software Engineering at Google》的中英文对译版本|4108|2024-09-30| |18|[Ceelog/DictionaryByGPT4](https://github.com/Ceelog/DictionaryByGPT4)|一本 GPT4 生成的单词书📚,超过 8000 个单词分析,涵盖了词义、例句、词根词缀、变形、文化背景、记忆技巧和小故事|3556|2024-08-17| |19|[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.|3312|2024-09-26| |20|[Mr-xn/BurpSuite-collections](https://github.com/Mr-xn/BurpSuite-collections)|有关burpsuite的插件(非商店),文章以及使用技巧的收集(此项目不再提供burpsuite破解文件,如需要请在博客mrxn.net下载)---Collection of burpsuite plugins (non-stores), articles and tips for using Burpsuite, no crack version file|3309|2024-07-18| |21|[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: 程序员的技术视 ...|3123|2024-10-08| |22|[wdndev/llm_interview_note](https://github.com/wdndev/llm_interview_note)|主要记录大语言大模型(LLMs) 算法(应用)工程师相关的知识及面试题|3036|2024-08-19| |23|[qiye45/wechatDownload](https://github.com/qiye45/wechatDownload)|微信公众号文章批量下载工具,支持图片、评论下载,支持保存html/mhtml/md/pdf/docx文件|3028|2024-09-02| |24|[krishnakumarsekar/awesome-quantum-machine-learning](https://github.com/krishnakumarsekar/awesome-quantum-machine-learning)|Here you can get all the Quantum Machine learning Basics, Algorithms ,Study Materials ,Projects and the descriptions of the projects around the web|2690|2024-05-07| |25|[stellarkey/912_project](https://github.com/stellarkey/912_project)|清华大学计算机系考研攻略 Guidance for postgraduate entrance examination in Department of Computer Science and Technology, Tsinghua University|2556|2024-10-08| |26|[kujian/frontendDaily](https://github.com/kujian/frontendDaily)|前端开发博客,分享互联网最精彩的前端技术,欢迎关注我微信公众号:前端开发博客,回复 1024,领取前端进阶资料包,回复 加群,与大神一起交流学习。|2334|2024-10-09| |27|[huyaocode/webKnowledge](https://github.com/huyaocode/webKnowledge)|前端知识点总结|2152|2024-05-26| |28|[godbasin/godbasin.github.io](https://github.com/godbasin/godbasin.github.io)|被删前端博客--喜欢请star|2113|2024-09-03| |29|[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/|2009|2024-10-10| |30|[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 量化交易 量化投资|2008|2024-09-08| |31|[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🙌|1881|2024-07-29| |32|[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.|1807|2024-10-10| |33|[naxiaoduo/1000UserGuide](https://github.com/naxiaoduo/1000UserGuide)|1000UserGuide:对独立开发者和创业者来说,找到前1000个早期用户太关键了。这里精心整理了300多个国内外渠道,适合独立开发者和创业者推广产品的渠道。|1561|2024-10-06| |34|[tolerious/Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource)|学习计算机科学的一些pdf资源,欢迎赞赏|1540|2024-09-28| |35|[doyoe/css-handbook](https://github.com/doyoe/css-handbook)|CSS参考手册|1538|2024-04-21| |36|[datawhalechina/key-book](https://github.com/datawhalechina/key-book)|《机器学习理论导引》(宝箱书)的证明、案例、概念补充与参考文献讲解。|1523|2024-09-25| |37|[Muyangmin/glide-docs-cn](https://github.com/Muyangmin/glide-docs-cn)|Glide简体中文文档站点托管项目。|1488|2024-06-03| |38|[YUUXIAO/webProject](https://github.com/YUUXIAO/webProject)|记录我在学习前端学习过程中做过的小demo,js部分全用源生js实现。|1474|2024-05-04| |39|[go-training/training](https://github.com/go-training/training)|Learning Golang one day|1432|2024-04-19| |40|[mcauser/awesome-micropython](https://github.com/mcauser/awesome-micropython)|A curated list of awesome MicroPython libraries, frameworks, software and resources.|1386|2024-09-11| |41|[netkiller/netkiller.github.io](https://github.com/netkiller/netkiller.github.io)|Netkiller Free ebook - 免费电子书|1224|2024-10-05| |42|[openwhu/OpenWHU](https://github.com/openwhu/OpenWHU)|武汉大学课程资料整理-WHU课代表计划|1193|2024-10-10| |43|[jiep/offensive-ai-compilation](https://github.com/jiep/offensive-ai-compilation)|A curated list of useful resources that cover Offensive AI.|1101|2024-10-05| |44|[DefTruth/CUDA-Learn-Notes](https://github.com/DefTruth/CUDA-Learn-Notes)|🎉CUDA/C++ 笔记 / 大模型手撕CUDA / 技术博客,更新随缘: flash_attn、sgemm、sgemv、warp reduce、block reduce、dot product、elementwise、softmax、layernorm、rmsnorm、hist etc.|1091|2024-09-01| |45|[cubxxw/awesome-cs-cloudnative-blockchain](https://github.com/cubxxw/awesome-cs-cloudnative-blockchain)|📚 菜鸟成长手册🚀 CS系列 、云原生系列、区块链系列、web3系列🔥、Golang系列💡......|1034|2024-04-21| |46|[huataihuang/cloud-atlas](https://github.com/huataihuang/cloud-atlas)|云计算指南|1023|2024-10-11| |47|[songquanpeng/go-file](https://github.com/songquanpeng/go-file)|基于 Go 的文件分享工具,仅单可执行文件,开箱即用,内置图床和视频播放页面. File sharing tool based on Go.|935|2024-04-19| |48|[zxuqian/html-css-examples](https://github.com/zxuqian/html-css-examples)|A collection of HTML and CSS examples, including effects and UIs.|925|2024-05-01| |49|[ZhiqingXiao/rl-book](https://github.com/ZhiqingXiao/rl-book)|Source codes for the book "Reinforcement Learning: Theory and Python Implementation"|883|2024-10-06| |50|[HFUT-CHEATER/HFUTCheaterCollection](https://github.com/HFUT-CHEATER/HFUTCheaterCollection)|Hefei University of Technology 投稿、举报、监督、咨询Email:hfutcheater@proton.me https://hfutcheater.gitbook.io/hfutcheater https://hfut-cheater.github.io 合肥工业大学 安徽 作弊 造假 贪污 论文抄袭 贿赂 包庇 权力寻租 挪用基金 组织舞弊 越南留学生反华 南 ...|852|2024-07-11| |51|[wx-chevalier/Web-Notes](https://github.com/wx-chevalier/Web-Notes)|:books: 现代 Web 开发语法基础与工程实践,涵盖 Web 开发基础、前端工程化、应用架构、性能与体验优化、混合开发、React 实践、Vue 实践、WebAssembly 等多方面。|838|2024-09-21| |52|[nestcn/docs.nestjs.cn](https://github.com/nestcn/docs.nestjs.cn)|nestjs 中文文档|831|2024-09-22| |53|[helloflask/flask-tutorial](https://github.com/helloflask/flask-tutorial)|Flask 入门教程 / Flask for Beginners|822|2024-06-27| |54|[othree/markdown-syntax-zhtw](https://github.com/othree/markdown-syntax-zhtw)|Markdown 語法說明中文版|752|2024-04-22| |55|[zqzess/MyWebStorage](https://github.com/zqzess/MyWebStorage)|整合网络上现有的香色闺阁源,爬虫每周自动更新书源|729|2024-10-07| |56|[Veykril/tlborm](https://github.com/Veykril/tlborm)|The Little Book of Rust Macros (updated fork) |722|2024-10-05| |57|[Eternaldeath/BlockchainHome](https://github.com/Eternaldeath/BlockchainHome)|构建区块链学习的知识体系合集,汇聚各种区块链资源|717|2024-06-15| |58|[godbasin/front-end-playground](https://github.com/godbasin/front-end-playground)|被删和阿猪的前端游乐场!!快来一起撸猫一起学习前端吧~|697|2024-09-03| |59|[cncounter/translation](https://github.com/cncounter/translation)|翻译文档|638|2024-09-29| |60|[Global-CS-application/global-cs-application.github.io](https://github.com/Global-CS-application/global-cs-application.github.io)|欧港新CS留学项目指北|635|2024-09-04| |61|[SuperKieran/WooyunDrops](https://github.com/SuperKieran/WooyunDrops)|Wooyun知识库,乌云知识库,https://wooyun.kieran.top|604|2024-05-07| |62|[wx-chevalier/System-Notes](https://github.com/wx-chevalier/System-Notes)|:books: 软件工程、算法与架构:数据结构与算法、设计模式、软件架构、协同开发、质量保障 QA|592|2024-09-21| |63|[wx-chevalier/Awesome-Methodologies](https://github.com/wx-chevalier/Awesome-Methodologies)|: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: 干货满满的全栈开发速学速查手册集锦|587|2024-10-07| |64|[ayr-ton/awesome-geek-podcasts](https://github.com/ayr-ton/awesome-geek-podcasts)|A curated list of podcasts we like to listen to. |550|2024-08-31| |65|[polaris1119/pkgdoc](https://github.com/polaris1119/pkgdoc)|go 标准库和部分第三方包的包文档中文翻译|547|2024-04-21| |66|[MindFxck/daguguguji](https://github.com/MindFxck/daguguguji)|《特师文集》——大咕咕咕鸡著|519|2024-05-14| |67|[zwdnet/PythonPractice](https://github.com/zwdnet/PythonPractice)|极客时间课程《Python核心技术与实战》课程练习实践。|497|2024-10-06| |68|[ghaiklor/type-challenges-solutions](https://github.com/ghaiklor/type-challenges-solutions)|Solutions for the collection of TypeScript type challenges with explanations|472|2024-05-28| |69|[MnO2/learnyouahaskell-zh](https://github.com/MnO2/learnyouahaskell-zh)|Chinese translation of Learn you a Haskell for great good|451|2024-07-04| |70|[xizhibei/blog](https://github.com/xizhibei/blog)|个人博客,(Node.js/Golang/Backend/DevOps),欢迎 Star, Watch 订阅以及评论|433|2024-09-18| |71|[xiangyuecn/ACME-HTML-Web-Browser-Client](https://github.com/xiangyuecn/ACME-HTML-Web-Browser-Client)|ACME Web Browser Client: HTML5网页版ACME客户端,免费申请获得用于 HTTPS 的 SSL/TLS 域名证书(RSA、ECC/ECDSA)Free Wildcard Certificates,支持多域名和通配符泛域名,Windows、macOS均可以向 Let's Encrypt,ZeroSSL,Google 等支持 ACME 协议的证书颁发机构申请pem格式证书|432|2024-08-04| |72|[wx-chevalier/Product-Notes](https://github.com/wx-chevalier/Product-Notes)|:books: 产品迷思,不仅仅是产品经理,对于产品设计、交互体验、项目管理、行业视点等多方面的思考。|397|2024-10-08| |73|[guohuadeng/app-odoo](https://github.com/guohuadeng/app-odoo)|Odoo Addon for 17,16,15,14,13,12,11,10, CE and EE and SH。Odoo的全版本开源免费增强集合|391|2024-10-10| |74|[zhangzhenhuajack/spring-data-jpa-guide](https://github.com/zhangzhenhuajack/spring-data-jpa-guide)|spring-data-jpa-guide,Spring Data JPA实战,SpringDataJpa详解|380|2024-08-26| |75|[yessimida/interview-of-legends](https://github.com/yessimida/interview-of-legends)|汇集Java后端真实面试题,并用大白话给予答案,并尽可能的做点延伸,理解大于背诵。|373|2024-05-09| |76|[Liberxue/liberxue.github.io](https://github.com/Liberxue/liberxue.github.io)|Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog|373|2024-04-23| |77|[bojone/papers.cool](https://github.com/bojone/papers.cool)|Cool Papers - Immersive Paper Discovery|368|2024-09-11| |78|[openbiox/weekly](https://github.com/openbiox/weekly)|生信爱好者周刊(每周日发布)|354|2024-09-30| |79|[wx-chevalier/Solutions-Notes](https://github.com/wx-chevalier/Solutions-Notes)|:books: 服务端开发实践与工程架构,服务端基础篇 微服务与云原生篇 Spring 篇 Node.js 篇 DevOps 篇 信息安全与渗透测试篇|350|2024-09-21| |80|[karashiiro/xiv-resources](https://github.com/karashiiro/xiv-resources)|A list of websites and tools for FFXIV.|320|2024-07-02| |81|[hongshancapital/interview-assignments](https://github.com/hongshancapital/interview-assignments)|The monorepo for interview take home assignments.|316|2024-06-18| |82|[wsdjeg/vim-plugin-dev-guide](https://github.com/wsdjeg/vim-plugin-dev-guide)|Vim 插件开发指南|314|2024-07-30| |83|[scruel/pcc_3e_slides](https://github.com/scruel/pcc_3e_slides)|《Python 编程:从入门到实践(第三版)》的官方配套图解讲义资源|311|2024-07-19| |84|[onewinner/VulToolsKit](https://github.com/onewinner/VulToolsKit)|红队武器库漏洞利用工具合集整理|309|2024-09-03| |85|[eryajf/eryajf.github.io](https://github.com/eryajf/eryajf.github.io)|二丫讲梵👇博客--fork走内容却不更改,太烦了,此处将不再更新内容。若要浏览新内容,请到下边博客。|309|2024-06-14| |86|[SuperKogito/SER-datasets](https://github.com/SuperKogito/SER-datasets)|A collection of datasets for the purpose of emotion recognition/detection in speech.|284|2024-09-30| |87|[hibikilogy/hibikilogy.github.io](https://github.com/hibikilogy/hibikilogy.github.io)|《京吹学报》|278|2024-10-10| |88|[fei-aiart/courses](https://github.com/fei-aiart/courses)|课件:数字图像处理,深度学习,计算机视觉,机器学习|272|2024-09-02| |89|[jaywcjlove/regexp-example](https://github.com/jaywcjlove/regexp-example)|正则表达式实例搜集,通过实例来学习正则表达式。|262|2024-10-07| |90|[YuZhang/Security-Courseware](https://github.com/YuZhang/Security-Courseware)|Courseware for computer system security course at HIT|249|2024-07-29| |91|[tianyilt/ecust-CourseShare](https://github.com/tianyilt/ecust-CourseShare)|致力于构建共建共治共享的ecust课程攻略共享库|243|2024-09-24| |92|[mzkmzk/Read](https://github.com/mzkmzk/Read)|阅读总结|242|2024-09-14| |93|[wuhobin/blog-home](https://github.com/wuhobin/blog-home)|一个干净简洁的个人作品集合主页|233|2024-04-14| |94|[NoHeartPen/awesome_japanese_study_tools](https://github.com/NoHeartPen/awesome_japanese_study_tools)|这个项目收集各种日语学习、研究的网站和工具。|227|2024-06-02| |95|[NJUPTFreeExams/NJUPT-CS-FREE](https://github.com/NJUPTFreeExams/NJUPT-CS-FREE)|南京邮电大学计软网安院学习资料。Covers all materials for CST, SE, and InfoSec majors.|220|2024-07-04| |96|[luolin-ai/FastGPT-Enterprise-WeChatbot](https://github.com/luolin-ai/FastGPT-Enterprise-WeChatbot)|基于企微gpt知识库的bot机器人,能够自动回复企业微信中收到的消息。这个机器人能够处理私聊和群聊,还可以记住与用户的聊天内容,从而做出更加贴合上下文的回应。此外,您还可以设置白名单来控制机器人与哪些用户或群组交互。如需对接自己的知识库网站WX:aiwis99|218|2024-09-22| |97|[snchengqi/course-robot](https://github.com/snchengqi/course-robot)|知学云网上大学学习助手(中国电信、中国移动、中国人民保险、国家电投、中国石油、中国广核集团)(知学云要求,永久关闭该仓库!)|216|2024-07-01| |98|[ituring/first-pr](https://github.com/ituring/first-pr)|《GitHub实践入门》实验用仓库|216|2024-08-20| |99|[mydearcc/tools](https://github.com/mydearcc/tools)|fly63在线工具箱,一款极简、免费、高效、好用的在线工具集合网站。包含:开发文档、格式转换、加密/解密、站长工具、代码生成、Css样式、JSON格式化、二维码、图片处理、生活娱乐、文字处理等工具,适合于程序员、站长、设计师、网络营销、自媒体等IT行业人员。|215|2024-10-06| |100|[sanyuan0704/juejin-book-vite](https://github.com/sanyuan0704/juejin-book-vite)|《深入浅出 Vite》掘金小册代码示例仓库|214|2024-08-18| |101|[uiuing/varbook](https://github.com/uiuing/varbook)|适合中文程序员的变量命名助手,LLM+知识库,规范变量命名,定制化变量命名规则|205|2024-06-10| |102|[xuan-insr/xuan-insr.github.io](https://github.com/xuan-insr/xuan-insr.github.io)|咸鱼暄的笔记本!|203|2024-07-08| |103|[yangheng95/ABSADatasets](https://github.com/yangheng95/ABSADatasets)|Public & Community-shared datasets for Aspect-based sentiment analysis and Text Classification|201|2024-10-11| |104|[datawhalechina/grape-book](https://github.com/datawhalechina/grape-book)|图深度学习(葡萄书),在线阅读地址: https://datawhalechina.github.io/grape-book|190|2024-04-21| |105|[gavfu/chzhshch-blog](https://github.com/gavfu/chzhshch-blog)|全球第一博客---缠中说禅|180|2024-10-07| |106|[cpython666/LearnSpider](https://github.com/cpython666/LearnSpider)|爬虫百战成神刷题网站|179|2024-08-20| |107|[akiritsu/cs-learning-map](https://github.com/akiritsu/cs-learning-map)|(Try to be) a Comprehensive Computer Science Learning Map.|176|2024-09-21| |108|[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.|175|2024-08-07| |109|[atjiu/dstmod-tutorial](https://github.com/atjiu/dstmod-tutorial)|饥荒mod开发教程|162|2024-08-08| |110|[mhxw/hyperledger](https://github.com/mhxw/hyperledger)|Blockchain、Hyperledger、Ethereum、Solana、IPFS learning materials / 学习指南|147|2024-06-12| |111|[DND5eChm/DND5e_chm](https://github.com/DND5eChm/DND5e_chm)|这是《5E不全书》,即DND5e已翻译资源的整合,不是《5E全书》,也不以任何人的名字署名!|146|2024-10-10| |112|[huangboju/Moots](https://github.com/huangboju/Moots)|收集了一些学习资料|143|2024-06-18| |113|[liangliangzhuang/R_example](https://github.com/liangliangzhuang/R_example)|公众号[庄闪闪的成长手册]对应的R资料(代码+数据)|142|2024-04-14| |114|[imoki/PaperTools](https://github.com/imoki/PaperTools)|论文查重降重工具汇总|141|2024-06-14| |115|[sunshe35/PySide6-codes](https://github.com/sunshe35/PySide6-codes)|《PySide6/PyQt6快速开发与实战》-PySide6部分源代码|140|2024-08-24| |116|[tw93/tw93.github.io](https://github.com/tw93/tw93.github.io)|🧗‍♂️ Tw93 的个人博客|139|2024-09-18| |117|[he-weilai/love-code](https://github.com/he-weilai/love-code)|❤️爱心代码集合 by 何未来|134|2024-07-03| |118|[taizihuang/wmyblog](https://github.com/taizihuang/wmyblog)|王孟源的博客镜像【可搜索】,每 6 小时更新|134|2024-10-11| |119|[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 面试必备|131|2024-10-07| |120|[XiangyunHuang/msg](https://github.com/XiangyunHuang/msg)|:book: 现代统计图形(人民邮电出版社出版) Modern Statistical Graphics|131|2024-05-23| |121|[Mor-Li/HITSZ-OpenDS](https://github.com/Mor-Li/HITSZ-OpenDS)|哈尔滨工业大学(深圳)数据科学与大数据技术专业课程攻略 Guidance for courses in Department of Data Science and Big Data Technology, Harbin Institute of Technology (Shenzhen)|123|2024-08-05| |122|[containerpi/rsdocs-actions](https://github.com/containerpi/rsdocs-actions)|Build Action for Rust Books List|120|2024-09-05| |123|[wx-chevalier/Cloud-Notes](https://github.com/wx-chevalier/Cloud-Notes)|:books: 《深入浅出云计算与 Kubernetes》:云计算(云安全,云原生)、虚拟化(容器、Docker、Xen)、集群编排(Kubernetes、ServiceMesh)|118|2024-09-21| |124|[pgsql-tw/gitbook-docs](https://github.com/pgsql-tw/gitbook-docs)|:book: PostgreSQL 正體中文使用手冊|118|2024-09-27| |125|[FeijiangHan/CSU-CS-review-materials](https://github.com/FeijiangHan/CSU-CS-review-materials)|CSU - CS期末备考复习资料;中南大学计科&计算机复习; Review material; Central South University|117|2024-10-06| |126|[LiHongyao/CSS](https://github.com/LiHongyao/CSS)|css 基础知识总结|116|2024-10-10| |127|[HCPLab-SYSU/Book-of-MLM](https://github.com/HCPLab-SYSU/Book-of-MLM)|《多模态大模型:新一代人工智能技术范式》作者:刘阳,林倞 |115|2024-06-07| |128|[ylsislove/make-a-little-progress-every-day](https://github.com/ylsislove/make-a-little-progress-every-day)|学无止境,督促自己学习。每天进步一点点,水滴石穿-贵在坚持。|112|2024-06-15| |129|[HIT-FC-OpenCS/CS_Courses](https://github.com/HIT-FC-OpenCS/CS_Courses)|哈尔滨工业大学计算学部金牌讲师团课程资料共享 Guidance for courses, faculty of computing, Harbin Institute of Technology |111|2024-08-31| |130|[skyao/learning-rust](https://github.com/skyao/learning-rust)|Rust语言学习笔记|110|2024-07-19| |131|[damit5/damit5.github.io](https://github.com/damit5/damit5.github.io)|个人部分知识总结|103|2024-09-28| |132|[TommyMerlin/Awesome-Repository](https://github.com/TommyMerlin/Awesome-Repository)|A collection of useful Github repositories. Github项目精选。|103|2024-05-18| |133|[Curiouserw/gitbooks-devops-roadmap](https://github.com/Curiouserw/gitbooks-devops-roadmap)|Curiouser的Devops之路|101|2024-08-07| |134|[poetries/poetries.github.io](https://github.com/poetries/poetries.github.io)|博客,用于记录学习总结的地方。关注公众号「前端进阶之旅」,一起学习|101|2024-07-23| |135|[hanxiaomax/Learncpp_CN](https://github.com/hanxiaomax/Learncpp_CN)|闲来无事翻译LearnCpp|98|2024-05-25| |136|[SerhoLiu/serholiu.com](https://github.com/SerhoLiu/serholiu.com)|我的博客|97|2024-08-04| |137|[luolin-ai/Enterprise-WeChat-GPTbot](https://github.com/luolin-ai/Enterprise-WeChat-GPTbot)|基于企微gpt知识库的bot机器人,能够自动回复企业微信中收到的消息。这个机器人能够处理私聊和群聊,还可以记住与用户的聊天内容,从而做出更加贴合上下文的回应。此外,您还可以设置白名单来控制机器人与哪些用户或群组交互。|96|2024-09-22| |138|[pseudoyu/blockchain-guide](https://github.com/pseudoyu/blockchain-guide)|区块链入门指南|95|2024-08-08| |139|[jiewenhuang/halo-theme-stack](https://github.com/jiewenhuang/halo-theme-stack)|一款优秀的Halo2个人博客主题|94|2024-07-17| |140|[snowdreams1006/snowdreams1006.github.io](https://github.com/snowdreams1006/snowdreams1006.github.io)|雪之梦技术驿站,snowdreams1006搭建的 Gitbook 个人博客|89|2024-10-11| |141|[yllg/Algorithms-JS](https://github.com/yllg/Algorithms-JS)|LeetCode算法题的JS解法✏️📒 + 平时遇到的算法题、手写题汇总📗📘📙📚|88|2024-10-11| |142|[beihaili/Get-Started-with-Web3](https://github.com/beihaili/Get-Started-with-Web3)|自学入门Web3不是一件容易的事,作为一个刚刚入门Web3的新人,梳理一下最简单直观的Web3小白入门教程。整合开源社区优质资源,为大家从入门到精通web3指路。每周更新|86|2024-10-10| |143|[BYJRK/CommunityToolkit.Mvvm_ZeroToHero](https://github.com/BYJRK/CommunityToolkit.Mvvm_ZeroToHero)|CommunityToolkit.Mvvm 从入门到精通|83|2024-09-19| |144|[mengyou658/keywords](https://github.com/mengyou658/keywords)|keywords,搜索关键词,包括各种教程、安全、awesome、c、Linux、运维、数据库、安卓android、ios、小程序、golang、Java、JavaScript、python、php、rust、机器学习machine learning、游戏game、各种开源项目、面试|82|2024-09-28| |145|[unknown-marketwizards/pine_script_docs_zh](https://github.com/unknown-marketwizards/pine_script_docs_zh)|Pine v5 中文版用户手册|80|2024-06-28| |146|[happyCoding1024/FrontendLearningTool](https://github.com/happyCoding1024/FrontendLearningTool)|记录所学,所思,所得,和大家分享前端(不止前端)学习路上的点点滴滴。|80|2024-09-24| |147|[sunyctf/js-effects](https://github.com/sunyctf/js-effects)|⭐ 前端JS特效合集—JavaScript effects library|79|2024-07-26| |148|[zhuziyi1989/tools](https://github.com/zhuziyi1989/tools)|自用的一些工具集合 更多笔记请查看|79|2024-08-12| |149|[Tippye/cs408](https://github.com/Tippye/cs408)|💯24王道408笔记+代码|73|2024-08-09| |150|[wdndev/mllm_interview_note](https://github.com/wdndev/mllm_interview_note)|主要记录大语言大模型(LLMs) 算法(应用)工程师多模态相关知识|71|2024-05-12| |151|[wx-chevalier/MicroCN-Notes](https://github.com/wx-chevalier/MicroCN-Notes)|:books: MicroService & CloudNative Architecture,架构衍化,微服务实战,云原生探索,RPC,服务注册与发现|69|2024-09-17| |152|[Inchill/fe-notes](https://github.com/Inchill/fe-notes)|🍎个人前端知识汇总,并且处于持续更新中。 This is a summary of personal front-end knowledges, and it will be updated from time to time.|69|2024-05-07| |153|[lonnyzhang423/zhihu-hot-hub](https://github.com/lonnyzhang423/zhihu-hot-hub)|记录知乎热搜、热门话题、热门视频,每小时更新,按天归档。|68|2024-10-11| |154|[webcoding/js_block](https://github.com/webcoding/js_block)|研究学习各种拦截:反爬虫、拦截ad、防广告注入、斗黄牛等|65|2024-07-30| |155|[Web3-Club/Web3wiki-Website](https://github.com/Web3-Club/Web3wiki-Website)|📖中文互联网第一个Web3相关知识的百科站点 |@Web3-Club|64|2024-10-11| |156|[dsrkafuu/dsr-blog](https://github.com/dsrkafuu/dsr-blog)|新版整合式个人博客,基于 Hugo 实现,包含博客文章和笔记整合。|64|2024-07-18| |157|[Snowflyt/SUDA-SE-lessons](https://github.com/Snowflyt/SUDA-SE-lessons)|苏州大学软件工程专业(本科)相关课程资料|63|2024-06-17| |158|[wx-chevalier/JavaScript-Notes](https://github.com/wx-chevalier/JavaScript-Notes)|:books: JavaScript Series, Mastering JavaScript & TypeScript from Zero to Hero.|63|2024-10-06| |159|[bfengj/Cloud-Security](https://github.com/bfengj/Cloud-Security)|记录自己在云安全上的学习笔记等。|59|2024-06-11| |160|[sfvsfv/chatgpt-share](https://github.com/sfvsfv/chatgpt-share)| ChatGPT国内版使用教程,一个让你呼吸顺畅的ChatGPT,支持gpt4,gpt4-o,gpt4o-mini,o1草莓模型|58|2024-10-11| |161|[linuxhitchhiker/THGLG](https://github.com/linuxhitchhiker/THGLG)|The Hitchhiker's Guide to the Linux : Linux 漫游指南|58|2024-07-09| |162|[Travis-hjs/my-note](https://github.com/Travis-hjs/my-note)|个人代码笔记|57|2024-10-10| |163|[hanxi/blog](https://github.com/hanxi/blog)|涵曦的博客|56|2024-06-01| |164|[niemingzhao/niemingzhao.github.io](https://github.com/niemingzhao/niemingzhao.github.io)|我的博客|55|2024-05-30| |165|[Joining-AI/LLM_Interview_Prepare](https://github.com/Joining-AI/LLM_Interview_Prepare)| 本仓库是关于大模型面试中常见面试试题和面试经验的整理。这里收集了各类与大模型相关的面试题目,并提供详细的解答和分析。本仓库由上海交大交影社区维护|54|2024-08-23| |166|[webup/agi-talks](https://github.com/webup/agi-talks)|AGI 内外部分享材料合集|54|2024-10-09| |167|[wx-chevalier/CG-Notes](https://github.com/wx-chevalier/CG-Notes)|:book: 计算机图形学、计算机视觉、图像与媒体处理、图形绘制(Canvas、Three.js、WebGL)、图表与数据可视化|53|2024-10-08| |168|[fujohnwang/unveil-springboot-feedbacks](https://github.com/fujohnwang/unveil-springboot-feedbacks)|《SpringBoot揭秘》一书的勘误收录以及交流等售后项目|53|2024-05-01| |169|[houlongchao/BookStoreTemp](https://github.com/houlongchao/BookStoreTemp)|基于bootstrap的图书商城前台页面模板|51|2024-05-03| |170|[SunsetMkt/MSD-Manual-Portable](https://github.com/SunsetMkt/MSD-Manual-Portable)|A method to build a portable and offline-available MSD Manual. 一种构建便携式离线《默沙东诊疗手册》的方法。|50|2024-07-06| |171|[wangzhizhou/LearnSwift](https://github.com/wangzhizhou/LearnSwift)|Swift 学习记录|49|2024-06-06| |172|[jcohy/jcohy-docs](https://github.com/jcohy/jcohy-docs)|英文文档翻译|49|2024-06-18| |173|[pengpan/idcard](https://github.com/pengpan/idcard)|中国大陆内地姓名、身份证号、银行卡号生成器(随机虚构生成),身份证号大全|49|2024-09-11| |174|[lovemaoli/XMU_SeLearning](https://github.com/lovemaoli/XMU_SeLearning)|厦门大学软件工程系学习材料,欢迎pr!My learning materials for software engineering courses in Xiamen University.|48|2024-06-21| |175|[godbasin/front-end-book](https://github.com/godbasin/front-end-book)|《前端的进击》pdf 纪念版|47|2024-09-03| |176|[wx-chevalier/Node.js-Notes](https://github.com/wx-chevalier/Node.js-Notes)|:books: 深入浅出 Node.js 全栈架构,语法基础,框架使用,工程实践,全栈开发,实时通信,数据库|47|2024-07-16| |177|[zhangshenxing/VanillaModTutorial](https://github.com/zhangshenxing/VanillaModTutorial)|Minecraft 原版模组入门教程|47|2024-06-15| |178|[oldgerman/mR-71-RE](https://github.com/oldgerman/mR-71-RE)|mR-71 重制版的制造文件(mR-71 Remastered version manufacturing files)|45|2024-06-24| |179|[PE-CN/PE-CN.github.io](https://github.com/PE-CN/PE-CN.github.io)|Project Euler 欧拉计划 中文翻译站|45|2024-04-17| |180|[Royfor12/CQUT-electronic-information-engineering](https://github.com/Royfor12/CQUT-electronic-information-engineering)|重庆理工大学-课程攻略共享计划|44|2024-09-20| |181|[eveningwater/code-segment](https://github.com/eveningwater/code-segment)|一个代码片段的集合|44|2024-10-11| |182|[Sayi/sayi.github.com](https://github.com/Sayi/sayi.github.com)|个人博客已切换到公众号Evoopeed,请搜索:deepoove|44|2024-08-19| |183|[SJTU-RoboMaster-Team/SJTU-RoboMaster-Team.github.io](https://github.com/SJTU-RoboMaster-Team/SJTU-RoboMaster-Team.github.io)|❤️交龙博客,只需写 markdown 就可以发布文章❗走过路过记得收藏捏⭐️|43|2024-09-16| |184|[WTFAcademy/WTF-HTML](https://github.com/WTFAcademy/WTF-HTML)|WTF HTML教程,帮助新人快速入门HTML,并完成一个极简版Uniswap页面。|42|2024-05-30| |185|[teasiu/doc](https://github.com/teasiu/doc)|海纳思使用手册|42|2024-09-30| |186|[SnailDev/zhihu-hot-hub](https://github.com/SnailDev/zhihu-hot-hub)|记录知乎热搜、热门话题、热门视频,每小时更新,按天归档。|42|2024-10-11| |187|[sunxvming/my-blog](https://github.com/sunxvming/my-blog)|记录日常的学习笔记、技术笔记、读书笔记,分享自己的所见所思所得。 |42|2024-05-15| |188|[k8gege/k8gege.github.io](https://github.com/k8gege/k8gege.github.io)|K8博客 k8gege.org|42|2024-08-11| |189|[sunshe35/PyQt6-codes](https://github.com/sunshe35/PyQt6-codes)|《PySide6/PyQt6快速开发与实战》-PyQt6部分源代码|41|2024-08-24| |190|[TRHX/TRHX.github.io](https://github.com/TRHX/TRHX.github.io)|个人技术博客 My blog, mainly sharing some Python notes.|41|2024-08-18| |191|[drmingdrmer/openstudy](https://github.com/drmingdrmer/openstudy)|在校学习的资料|40|2024-09-13| |192|[github-profile-achievements/chinese](https://github.com/github-profile-achievements/chinese)|所有 GitHub 个人资料徽章和成就的完整列表|40|2024-10-05| |193|[mobxjs/zh.mobx.js.org](https://github.com/mobxjs/zh.mobx.js.org)|Mobx中文文档|40|2024-08-10| |194|[xlc520/xlc520.github.io](https://github.com/xlc520/xlc520.github.io)|个人学习的笔记,记录学习过程遇到的问题,学到的知识,收集各种学习工具,各种技巧,各种使用教程。https://blog.ciberviler.top|40|2024-08-04| |195|[fengyuan-liang/notes](https://github.com/fengyuan-liang/notes)|这是笔者的个人博客,欢迎访问|39|2024-10-07| |196|[LearnOpenGL-CN/learnopengl-cn.github.io](https://github.com/LearnOpenGL-CN/learnopengl-cn.github.io)|使用了新主题的网站,如果想要提交翻译更新请到LearnOpenGL-CN这个工程,这里是自动部署的网站|39|2024-09-21| |197|[wx-chevalier/Startup-Notes](https://github.com/wx-chevalier/Startup-Notes)|熊说财经与科技 ~ 某熊的创业之路|38|2024-09-21| |198|[versun/54321-Weekly](https://github.com/versun/54321-Weekly)|每周六分享科技趣闻|36|2024-07-24| |199|[IvanWoo/taiwan-ebooks-downloader](https://github.com/IvanWoo/taiwan-ebooks-downloader)|📚 A Chrome extension for downloading books from Taiwan eBooks Database (台湾华文电子书库). 下载台湾华文电子书库 PDF 档案的 Chrome 扩展程序。|36|2024-10-08| |200|[lisuid2/lisuid2.github.io](https://github.com/lisuid2/lisuid2.github.io)|博客|35|2024-04-20|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Java.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Java 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|175099|2024-08-21| |2|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!|146316|2024-10-11| |3|[krahets/hello-algo](https://github.com/krahets/hello-algo)|《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing|96370|2024-10-10| |4|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|75829|2024-09-19| |5|[doocs/leetcode](https://github.com/doocs/leetcode)|🔥LeetCode solutions in any programming language 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解|31224|2024-10-11| |6|[wuyouzhuguli/SpringAll](https://github.com/wuyouzhuguli/SpringAll)|循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列源码:https://mrbird.cc|28290|2024-05-31| |7|[crossoverJie/JCSprout](https://github.com/crossoverJie/JCSprout)|👨‍🎓 Java Core Sprout : basic, concurrent, algorithm |27070|2024-05-21| |8|[qiurunze123/miaosha](https://github.com/qiurunze123/miaosha)|⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓|26203|2024-06-06| |9|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|22090|2024-09-19| |10|[yudaocode/SpringBoot-Labs](https://github.com/yudaocode/SpringBoot-Labs)|一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024|19030|2024-04-28| |11|[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、日志存储、百亿数据实时去重、 ...|14516|2024-05-25| |12|[itwanger/toBeBetterJavaer](https://github.com/itwanger/toBeBetterJavaer)|一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄|13130|2024-10-08| |13|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程,架构、业务、技术要点全方位解析。mall项目(60k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot、MyBatis、Elasticsearch、RabbitMQ、Redis、MongoDB、MySQL等技术,采用Docker容器化部署。|12941|2024-09-15| |14|[yuanguangxin/LeetCode](https://github.com/yuanguangxin/LeetCode)|LeetCode刷题记录与面试整理|7366|2024-08-17| |15|[fuzhengwei/itstack-demo-design](https://github.com/fuzhengwei/itstack-demo-design)|:art: 《重学Java设计模式》是一本互联网真实案例实践书籍。以落地解决方案为核心,从实际业务中抽离出,交易、营销、秒杀、中间件、源码等22个真实场景,来学习设计模式的运用。欢迎关注小傅哥,微信(fustack),公众号:bugstack虫洞栈,博客:https://bugstack.cn|6440|2024-05-10| |16|[macrozheng/springcloud-learning](https://github.com/macrozheng/springcloud-learning)|2024最新微服务实战教程,Spring Cloud组件、微服务项目实战、Kubernetes容器化部署全方位解析。技术栈:Spring Cloud Alibaba + Spring Boot 3.2 + JDK 17。|6389|2024-08-08| |17|[krahets/LeetCode-Book](https://github.com/krahets/LeetCode-Book)|《剑指 Offer》 Python, Java, C++ 解题代码,LeetBook《图解算法数据结构》配套代码仓|6105|2024-05-11| |18|[dromara/lamp-cloud](https://github.com/dromara/lamp-cloud)|lamp-cloud 支持jdk21、jdk17、jdk11、jdk8,ta基于 SpringCloud + SpringBoot 开发的微服务中后台快速开发平台,专注于多租户(SaaS架构)解决方案,亦可作为普通项目(非SaaS架构)的基础开发框架使用,目前已实现插拔式数据库隔离、SCHEMA隔离、字段隔离 等租户隔离方案。|5482|2024-10-09| |19|[zq2599/blog_demos](https://github.com/zq2599/blog_demos)|CSDN博客专家程序员欣宸的github,这里有六百多篇原创文章的详细分类和汇总,以及对应的源码,内容涉及Java、Docker、Kubernetes、DevOPS等方面|4514|2024-05-18| |20|[dunwu/db-tutorial](https://github.com/dunwu/db-tutorial)|📚 db-tutorial 是一个数据库教程。|4403|2024-10-08| |21|[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 ...|3724|2024-08-12| |22|[rbmonster/learning-note](https://github.com/rbmonster/learning-note)|Java开发及面试(个人面试、工作总结、资料收集站)|3325|2024-08-05| |23|[dunwu/javacore](https://github.com/dunwu/javacore)|☕ JavaCore 是对 Java 核心技术的经验总结。|3243|2024-09-12| |24|[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(支持私有部署的云端存储双链笔记软件)|3009|2024-08-04| |25|[MoRan1607/BigDataGuide](https://github.com/MoRan1607/BigDataGuide)|大数据学习,从零开始学习大数据,包含大数据学习各阶段学习视频、面试资料|2672|2024-10-10| |26|[yizhiwazi/springboot-socks](https://github.com/yizhiwazi/springboot-socks)|SpringBoot 基础教程 从入门到上瘾 基于2.0.0.M5制作 |2654|2024-08-26| |27|[Mr-xn/RedTeam_BlueTeam_HW](https://github.com/Mr-xn/RedTeam_BlueTeam_HW)|红蓝对抗以及护网相关工具和资料,内存shellcode(cs+msf)和内存马查杀工具|2251|2024-08-16| |28|[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 |2242|2024-05-21| |29|[balsikandar/Android-Studio-Plugins](https://github.com/balsikandar/Android-Studio-Plugins)|This is a list of all awesome and useful android studio plugins.|2229|2024-08-21| |30|[crazyqiang/AndroidStudy](https://github.com/crazyqiang/AndroidStudy)|🔥 Android学习知识点总结 Jetpack、MVVM、MVI、Kotlin、ViewPager2、JUC多线程等,欢迎star!|2120|2024-07-14| |31|[bin392328206/six-finger](https://github.com/bin392328206/six-finger)|📓从Java基础、JavaWeb基础到常用的框架再到面试题、微服务、分布式、大数据都有完整的教程,几乎涵盖了Java必备的知识点|2083|2024-09-20| |32|[itwanger/paicoding](https://github.com/itwanger/paicoding)|⭐️一款好用又强大的开源社区,基于 Spring Boot、MyBatis-Plus、MySQL、Redis、ElasticSearch、MongoDB、Docker、RabbitMQ 等主流技术栈,附详细教程,包括Java、Spring、MySQL、Redis、微服务&分布式、消息队列等核心知识点。学编程,就上技术派😁。|2037|2024-10-08| |33|[864381832/xJavaFxTool](https://github.com/864381832/xJavaFxTool)|基于JavaFx搭建的实用小工具集合,方便开发过程中的代码编写与调试,想学习javaFx的同学可以参考参考。其中包括文件复制、Cron表达式生成器、编码转换、加密解密、Time转换、路径转换、二维码生成工具、身份证生成器、正则表达式生成工具、网址缩短、转义字符、字符串转换、Mq调试工具、Http调试工具、json格式化编辑工具、图标生成工具、Redis连接工具、网页源码下载工具、切换Hosts工具 ...|2016|2024-08-01| |34|[Jstarfish/JavaKeeper](https://github.com/Jstarfish/JavaKeeper)|✍️ Java 工程师必备架构体系知识总结:涵盖分布式、微服务、RPC等互联网公司常用架构,以及数据存储、缓存、搜索等必备技能|1964|2024-08-30| |35|[REBOOTERS/AndroidAnimationExercise](https://github.com/REBOOTERS/AndroidAnimationExercise)|Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享|1877|2024-10-09| |36|[Y4tacker/JavaSec](https://github.com/Y4tacker/JavaSec)|a rep for documenting my study, may be from 0 to 0.1|1874|2024-10-11| |37|[phith0n/JavaThings](https://github.com/phith0n/JavaThings)|Share Things Related to Java - Java安全漫谈笔记相关内容|1739|2024-08-12| |38|[pascal-lab/Tai-e](https://github.com/pascal-lab/Tai-e)|An easy-to-learn/use static analysis framework for Java|1420|2024-09-22| |39|[javastacks/javastack](https://github.com/javastacks/javastack)|分享最主流的 Java 技术,包含全部源代码。|1060|2024-10-03| |40|[jar-analyzer/jar-analyzer](https://github.com/jar-analyzer/jar-analyzer)|Jar Analyzer - 一个JAR包分析工具,SCA漏洞分析,批量分析JAR包,方法调用关系搜索,字符串搜索,Spring组件分析,CFG程序分析,JVM栈帧分析,进阶表达式搜索,字节码指令级的动态调试分析,反编译JAR包一键导出,一键提取序列化数据恶意代码,一键分析BCEL字节码|1017|2024-10-11| |41|[Drun1baby/JavaSecurityLearning](https://github.com/Drun1baby/JavaSecurityLearning)|记录一下 Java 安全学习历程,也算是半条学习路线了|934|2024-10-08| |42|[dunwu/spring-tutorial](https://github.com/dunwu/spring-tutorial)|:book: Spring 教程|814|2024-04-23| |43|[moshowgame/spring-cloud-study](https://github.com/moshowgame/spring-cloud-study)|SpringBootLearning,SpringCloudStudy,学习SpringBoot2/SpringCloud2的项目,包含Eureka/Zuul/JPA/Mybatis Plus/Feign/WebSocket/JMS/POI-TL/Redis Cache/UDP/SecurityJWT/elasticSearch/Drools|763|2024-09-06| |44|[a616567126/GPT-WEB-JAVA](https://github.com/a616567126/GPT-WEB-JAVA)|基于JDK8 AI 聊天机器人!微信公众号 Midjourney画图、卡密兑换、web 支持ChatGPT、Midjourney画图、sd画图,卡密兑换,易支付,公众号引流,邮件注册🔥|727|2024-08-27| |45|[rymcu/forest](https://github.com/rymcu/forest)|forest(森林)——一款现代化的知识社区后台项目,使用 SpringBoot + Shiro + MyBatis + JWT + Redis 实现|702|2024-10-03| |46|[threeknowbigdata/flink_second_understand](https://github.com/threeknowbigdata/flink_second_understand)|该仓库专注于让读者秒懂Flink组件,包含Flink实战代码和文档、200个Flink教程知识点,Flink Datastream、Flink Table、Flink Window、Flink State、Flink Checkpoint、Flink Metrics、Flink Memory、Flink on standalone /yarn/k8s、Flink SQL、Flink CEP、Fli ...|679|2024-06-14| |47|[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|667|2024-08-22| |48|[liuyueyi/spring-boot-demo](https://github.com/liuyueyi/spring-boot-demo)|Spring Boot & Spring Cloud & Spring Security Demo Case(Spring学习示例实战项目)|653|2024-04-15| |49|[lyb-geek/springboot-learning](https://github.com/lyb-geek/springboot-learning)|springboot-learning|641|2024-10-01| |50|[JavaCourse00/JavaCourseCodes](https://github.com/JavaCourse00/JavaCourseCodes)|JavaCourse|627|2024-06-25| |51|[xiaou61/xiaou-easyproject-backend](https://github.com/xiaou61/xiaou-easyproject-backend)|后端通用接口代码片段汇总|613|2024-09-01| |52|[SincereXIA/XidianCS](https://github.com/SincereXIA/XidianCS)|西安电子科技大学 计算机科学与技术专业 笔记、上机作业、实验 etc.|611|2024-08-15| |53|[smxiazi/xia_Liao](https://github.com/smxiazi/xia_Liao)|xia Liao(瞎料)burp插件 用于Windows在线进程/杀软识别 与 web渗透注册时,快速生成需要的资料用来填写,资料包含:姓名、手机号、身份证、统一社会信用代码、组织机构代码、银行卡,以及各类web语言的hello world输出和生成弱口令字典等。|567|2024-07-09| |54|[huanzi-qch/springBoot](https://github.com/huanzi-qch/springBoot)|SpringBoot系列Demo代码,每个子项目都是SpringBoot的一个知识点或者说技能点且都有对应的博客介绍,代码开箱即用适合新手学习或老司机复习|561|2024-08-26| |55|[my-dlq/blog-example](https://github.com/my-dlq/blog-example)|博客中的示例文件,包含 Kubernetes、Jenkins、Go、Java、SpringBoot、SpringCloud 知识示例等,将结合博客逐步讲解整体的知识内容体系。|529|2024-08-28| |56|[Romantic-Lei/Learning-in-practice](https://github.com/Romantic-Lei/Learning-in-practice)|learning (Fork 代码的小伙伴留下你们的star吧)|524|2024-10-11| |57|[bage2014/study](https://github.com/bage2014/study)|Java全栈工程师学习笔记;Spring、shiro、CAS、oauth2单点登录;cache 、Redis; web 安全及解决思路;redis、mq、quartz、docker;Docker各种组件实践等;mybatis、spring、spring boot实践;分布式锁;基于分库分表等等;Java full-stack engineer study notes; Spring, shiro, ...|485|2024-10-11| |58|[niumoo/JavaNotes](https://github.com/niumoo/JavaNotes)|🧱 「Java学习」一份涵盖大部分Java程序员所需要掌握的核心知识。JDK 源码分析 & Java 新特性 & Java 并发编程 & Java 虚拟机 & SpringBoot 2.x 系列|474|2024-04-24| |59|[TyCoding/langchat](https://github.com/TyCoding/langchat)|LangChat: Java LLMs/AI Project, Supports Multi AI Providers( OpenAI / Gemini / Ollama / Azure / 智谱 / 阿里通义大模型 / 百度千帆大模型), Java生态下AI大模型产品解决方案,快速构建企业级AI知识库、AI机器人应用|452|2024-09-30| |60|[Jiale-Fang/blog](https://github.com/Jiale-Fang/blog)|Blog Back-End(个人博客后端服务)(Spring Framework+Mysql+Redis+ELK) 创作不易,如果对你有帮助,可以帮忙star一下,谢谢!|431|2024-06-16| |61|[swiftma/program-logic](https://github.com/swiftma/program-logic)|公众号"老马说编程"中的代码示例|404|2024-08-05| |62|[liyupi/yu-rpc](https://github.com/liyupi/yu-rpc)|鱼皮的 24 年新项目,基于 Java + Etcd + Vert.x 的高性能 RPC 框架,用新颖的技术栈从 0 到 1 带大家开发轮子。教程由浅入深,可以学习并实践基于 Vert.x 的网络服务器、序列化器、基于 Etcd 和 ZooKeeper 的注册中心、反射、动态代理、自定义网络协议、多种设计模式(单例 / 工厂 / 装饰者等)、负载均衡器设计、重试和容错机制、Spring Boot ...|401|2024-07-31| |63|[jushahulian/java-go-python](https://github.com/jushahulian/java-go-python)|包含海量课程各类it学习视频教程,最新版,持续更新,java视频教程,python视频教程,go视频教程,C,C++,C#视频教程,前端,数据库,大数据,人工智能视频教程,AIGC视频教程,ChatGPT,软件测试视频教程,网络安全/逆向视频教程,鸿蒙应用开发,Android等学习课程分享。|391|2024-10-08| |64|[aizuda/flowlong](https://github.com/aizuda/flowlong)|飞龙工作流 FlowLong 🐉 真正的国产工作流引擎、json 格式实例模型、仿飞书钉钉审批流程设计器、🚩为中国特色审批匠心打造❗|370|2024-10-10| |65|[program-spiritual/KongFuOfArchitect](https://github.com/program-spiritual/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-09-29| |66|[cherryljr/LeetCode](https://github.com/cherryljr/LeetCode)|LeetCode各题解法分析~(Java and Python)|359|2024-04-22| |67|[Tencent/TencentKonaSMSuite](https://github.com/Tencent/TencentKonaSMSuite)|Tencent Kona SM Suite contains 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.|358|2024-10-11| |68|[1321928757/Concurrent-MulThread](https://github.com/1321928757/Concurrent-MulThread)|多线程并发案例-源码学习等代码片段分享~|356|2024-05-03| |69|[xuxueli/xxl-tool](https://github.com/xuxueli/xxl-tool)|a series of tools that make Java development more efficient.(Java工具类库XXL-TOOL)|352|2024-09-30| |70|[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 ...|337|2024-05-16| |71|[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.|320|2024-10-07| |72|[apache/rocketmq-clients](https://github.com/apache/rocketmq-clients)|RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ|311|2024-09-25| |73|[jar-analyzer/jar-obfuscator](https://github.com/jar-analyzer/jar-obfuscator)|Jar Obfuscator - 一个 JAR/CLASS 字节码混淆工具,支持包名/类名/方法名/字段名/参数名引用分析和重命名混淆方式,支持字符串加密/整型异或混淆/垃圾代码花指令混淆/等方式,支持方法和字段的隐藏,支持 NATIVE 层的 JVMTI 代码加密,配置简单,文档教程齐全,容易上手|310|2024-08-07| |74|[moyangzhan/langchain4j-aideepin](https://github.com/moyangzhan/langchain4j-aideepin)|JAVA版本的检索增强生成(RAG)项目,包括知识库、搜索 JAVA version of retrieval enhancement generation(RAG) project ,including knowledge base, search|283|2024-10-11| |75|[hanshuaikang/HanShu-Note](https://github.com/hanshuaikang/HanShu-Note)|全新的学习笔记,请移步 https://github.com/hanshuaikang/HanShu-Note-Sisyphus|281|2024-07-22| |76|[laolunsi/spring-boot-examples](https://github.com/laolunsi/spring-boot-examples)|:green_salad:​ Spring/SpringBoot/SpringCloud 实践学习案例,从入门到精通,持续更新中,欢迎交流学习:beer: ! |275|2024-08-26| |77|[fuzhengwei/CodeDesignTutorials](https://github.com/fuzhengwei/CodeDesignTutorials)|:art: 《重学Java设计模式》是一本互联网真实案例实践书籍。以落地解决方案为核心,从实际业务中抽离出,交易、营销、秒杀、中间件、源码等22个真实场景,来学习设计模式的运用。欢迎关注小傅哥,微信(fustack),公众号:bugstack虫洞栈,博客:https://bugstack.cn|273|2024-05-10| |78|[yechaoa/GradleX](https://github.com/yechaoa/GradleX)|一份关于Gradle的学习路线|267|2024-09-03| |79|[andream7/cuit_sharing](https://github.com/andream7/cuit_sharing)|cuit期末互助仓库 | 成都信息工程大学课程共享计划|263|2024-07-15| |80|[ZhangBlossom/BlossomGateway](https://github.com/ZhangBlossom/BlossomGateway)|基于Netty、Nacos实现的网关以及RPC。学习完毕当前项目可以帮助你深入理解Netty。|262|2024-06-28| |81|[FleyX/demo-project](https://github.com/FleyX/demo-project)|存放学习过程中的demo项目,顺便点下⭐哦|238|2024-08-01| |82|[839128/bus](https://github.com/839128/bus)|Bus (应用/服务总线) 是一个基础框架、服务套件,它基于Java17+ 编写,参考、借鉴了大量已有框架、组件的设计,可以作为后端服务的开发基础中间件。代码简洁,架构清晰,非常适合学习使用。|234|2024-10-06| |83|[hemin1003/spring-cloud-study](https://github.com/hemin1003/spring-cloud-study)|SpringCloud源码实战微服务框架(202003更新到SpringCloud的Greenwich版本,即基于SpringBoot2.1.7版本,以及新增SpringCloud Alibaba从入门到精通教程),涉及内容:配置中心,注册中心,服务提供者,服务消费者,熔断器,配置服务,API Gateway,API网关限流ratelimit,服务链路追踪zipkin,hystrix监控,监控聚合 ...|234|2024-08-26| |84|[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-07-28| |85|[youngyangyang04/RPC-Java](https://github.com/youngyangyang04/RPC-Java)|【代码随想录知识星球】项目分享-手撕RPC框架🔥|215|2024-07-31| |86|[AntonyCheng/spring-boot-init-template](https://github.com/AntonyCheng/spring-boot-init-template)|基于 Java Web 项目的 SpringBoot 框架初始化模板,该模板整合了常用的框架(Mybatis-Plus、ShardingSphere、Redis、RabbitMQ、Elasticsearch、SaToken、OSS、Caffeine以及MongoDB等),广泛支持JDK11和JDK17,部分版本兼容JDK8,同时接入了Spring AI,该模板适用于前后端分离项目启动开发,保证大家 ...|192|2024-10-11| |87|[magniture/Java-studying](https://github.com/magniture/Java-studying)|Java学习笔记,努力做一个全栈程序员|189|2024-07-17| |88|[meteorOSS/wechat-bc](https://github.com/meteorOSS/wechat-bc)|类似开发公众号一样,开发个人微信号|186|2024-05-13| |89|[fancyerii/blog-codes](https://github.com/fancyerii/blog-codes)|个人博客 (https://fancyerii.github.io/) 文章的代码|179|2024-06-23| |90|[feuyeux/jax-rs2-guide-II](https://github.com/feuyeux/jax-rs2-guide-II)|《Java Restful Web Service实战 第二版》源代码|176|2024-09-24| |91|[niumoo/springboot](https://github.com/niumoo/springboot)|🌿 springboot 分析与学习 & 入门示例 & 图文教程,本 Spring Boot 系列文章基于 Spring Boot 版本 v2.x 进行学习分析。 所有项目示例都有对应的文章介绍,可以直接点击 https://www.wdbyte.com 阅读。|175|2024-08-26| |92|[MarkShen1992/Mashibing_High_Concurrency](https://github.com/MarkShen1992/Mashibing_High_Concurrency)|马士兵高并发,Java基础视频学习源码|175|2024-10-03| |93|[C3Stones/blog](https://github.com/C3Stones/blog)|博客练习Demo工程|173|2024-09-24| |94|[JourWon/springcloud-learning](https://github.com/JourWon/springcloud-learning)|学习Spring Cloud框架的总结,使用的是最新的Hoxton版本。主要对包括但不限于Eureka、Ribbon、Hystrix、Zuul、Gateway、Security、Bus、OpenFeign等核心组件的用法进行详细介绍。|170|2024-05-16| |95|[wanghaichao0611/Vue-SpringCloud-Blog](https://github.com/wanghaichao0611/Vue-SpringCloud-Blog)|whc的毕业设计:基于Vue+SpringCloud博客的设计与实现-微服务-分布式|167|2024-05-01| |96|[silently9527/ProgrammerNotes](https://github.com/silently9527/ProgrammerNotes)|Java程序员所需要掌握的核心知识: 集合框架&JVM机制&多线程与并发框架&网络协议&Spring&Dubbo&MySQL&微服务等;希望胖友小手一抖,右上角来个 Star,感恩 1024|154|2024-09-11| |97|[SaminZou/study-prj](https://github.com/SaminZou/study-prj)|Learn how to learn 💪💪💪|153|2024-10-11| |98|[makemyownlife/shardingsphere-jdbc-demo](https://github.com/makemyownlife/shardingsphere-jdbc-demo)|shardingsphere jdbc 分库分表的实战例子 ,体系化实现 分片 + 扩缩容 , 涉及到 shardingsphere、canal、datax、id生成器等知识点。您的 ⭐️ ⭐️⭐️Star⭐️⭐️ ⭐️,是我的动力!如果您觉得还不错,请点上一颗小星星|149|2024-09-15| |99|[BukkitAPI-Translation-Group/Chinese_BukkitAPI](https://github.com/BukkitAPI-Translation-Group/Chinese_BukkitAPI)|BukkitAPI 中文文档 (版本 Spigot-API 1.21)|144|2024-09-30| |100|[digitalsonic/learning-spring-samples](https://github.com/digitalsonic/learning-spring-samples)|《学透Spring: 从入门到项目实战》代码示例|136|2024-08-26| |101|[jufeng98/java-master](https://github.com/jufeng98/java-master)|Java高手之路|131|2024-08-30| |102|[MQguer/XDU-CS-Resources](https://github.com/MQguer/XDU-CS-Resources)|本库主要上传了西安电子科技大学计算机专业(本科)的一些学习资料,当然也包括部分其他专业或者其他类型的资料,仅供西电学子内部交流学习|128|2024-05-11| |103|[fancyerii/wechat-gongzhonghao-crawler](https://github.com/fancyerii/wechat-gongzhonghao-crawler)|微信公众号爬虫|128|2024-07-28| |104|[zhongjinggz/geekdemo](https://github.com/zhongjinggz/geekdemo)|极客时间《手把手教你落地DDD》配套代码|121|2024-05-21| |105|[SambacFeng/SWU-SE-HELPER](https://github.com/SambacFeng/SWU-SE-HELPER)|西南大学软件工程专业生存指南,提供专业所需学习的课程资料,学习攻略等|119|2024-07-03| |106|[tianlian0/duplicate-check-sample](https://github.com/tianlian0/duplicate-check-sample)|文本查重SDK,可用于论文查重、标书查重、文档查重、作业查重、合同查重、防串标等场景。关联:duplicate check|118|2024-06-02| |107|[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.|117|2024-09-14| |108|[doinb08/bat_offer](https://github.com/doinb08/bat_offer)|2019-2020年互联网公司高频重点面试题|116|2024-05-16| |109|[jeecgboot/jeewx-api](https://github.com/jeecgboot/jeewx-api)|微信开发SDK——支持微信公众号、小程序、企业号、支付宝生活号SDK、微博SDK;基于Jeewx-Api开发可以立即拥有简单易用的API,让开发更加轻松自如,节省更多时间|116|2024-10-03| |110|[qinxuewu/blog-sharon](https://github.com/qinxuewu/blog-sharon)|一款简单微信小程序个人博客。后端基于SpringBoot实现|114|2024-05-16| |111|[yangyuscript/appapidemo](https://github.com/yangyuscript/appapidemo)|springboot集合mybatis使用swagger2搭建api后台|114|2024-08-26| |112|[wmsJackWang/jackdking-root](https://github.com/wmsJackWang/jackdking-root)|JAVA 架构技术方案池:丰富的Java架构技术解决方案:分布式锁、分布式缓存、分布式事务、重试、去重、幂等、单点登入、分布式session、jwt等等分布式架构技术方案,SpringSecurity教程,SpringBoot 全都有完整的实现样例代码|108|2024-07-19| |113|[FleyX/bookmark](https://github.com/FleyX/bookmark)|一个开源云书签应用,适配pc,手机。可全文检索查找书签。|103|2024-09-18| |114|[wufeiqun/blog](https://github.com/wufeiqun/blog)|我的博客|97|2024-09-04| |115|[ruiyeclub/SpringBoot-Hello](https://github.com/ruiyeclub/SpringBoot-Hello)|SpringBoot学习入门案例,持续更新中... :beer:|96|2024-10-06| |116|[aaja/architect-demo](https://github.com/aaja/architect-demo)|Some of my learning experience after work|96|2024-06-12| |117|[Mydreamandreality/sparkResearch](https://github.com/Mydreamandreality/sparkResearch)|Spark博客案例,博客地址:https://blog.csdn.net/youbitch1|91|2024-05-16| |118|[galaxy-sea/galaxy-blogs](https://github.com/galaxy-sea/galaxy-blogs)|我的博客-用于博客的存档|90|2024-10-03| |119|[Knight-ZXW/SpWaitKiller](https://github.com/Knight-ZXW/SpWaitKiller)|解决 Sharedpreferences 造成的主线程阻塞问题,避免应用因此造成ANR问题,降低ANR率|88|2024-10-08| |120|[wx-chevalier/System-Architecture-Notes](https://github.com/wx-chevalier/System-Architecture-Notes)|📚软件业务架构设计系列笔记|88|2024-09-21| |121|[leilei0220/springboot-learn](https://github.com/leilei0220/springboot-learn)|springboot学习小营地|86|2024-08-06| |122|[mytianya/springboot-tutorials](https://github.com/mytianya/springboot-tutorials)|codehome出品SpringBoot2.x基础教程|82|2024-08-26|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/JavaScript.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > JavaScript 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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|187796|2024-08-19| |2|[airbnb/javascript](https://github.com/airbnb/javascript)|JavaScript Style Guide|144907|2024-10-05| |3|[ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)|:bathtub: Clean Code concepts adapted for JavaScript|91462|2024-07-29| |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.|75656|2024-10-11| |5|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)|LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)|54583|2024-08-12| |6|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.0 ...|54456|2024-06-26| |7|[typescript-cheatsheets/react](https://github.com/typescript-cheatsheets/react)|Cheatsheets for experienced React developers getting started with TypeScript|45247|2024-10-09| |8|[yangshun/front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook)|⚡️ Front End interview preparation materials for busy engineers|41552|2024-10-01| |9|[ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)|本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。|30662|2024-04-14| |10|[standard/standard](https://github.com/standard/standard)|🌟 JavaScript Style Guide, with linter & automatic code fixer|29085|2024-09-13| |11|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|28497|2024-09-09| |12|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶知识库。从零开始学前端,做一名精致优雅的前端工程师。|26363|2024-09-10| |13|[haizlin/fe-interview](https://github.com/haizlin/fe-interview)|前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),6000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……|25339|2024-10-10| |14|[goldbergyoni/javascript-testing-best-practices](https://github.com/goldbergyoni/javascript-testing-best-practices)|📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)|24002|2024-06-27| |15|[sudheerj/javascript-interview-questions](https://github.com/sudheerj/javascript-interview-questions)|List of 1000 JavaScript Interview Questions|23863|2024-10-10| |16|[git-tips/tips](https://github.com/git-tips/tips)|Most commonly used git tips and tricks.|21317|2024-07-05| |17|[ruanyf/es6tutorial](https://github.com/ruanyf/es6tutorial)|《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。|21236|2024-09-24| |18|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|20444|2024-10-11| |19|[verekia/js-stack-from-scratch](https://github.com/verekia/js-stack-from-scratch)|🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.|20060|2024-06-05| |20|[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|18226|2024-09-18| |21|[browserslist/browserslist](https://github.com/browserslist/browserslist)|🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env|12980|2024-10-04| |22|[zhaoolee/ChineseBQB](https://github.com/zhaoolee/ChineseBQB)|🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, 中国表情包大集合, 聚欢乐~|12194|2024-09-29| |23|[apachecn/apachecn-algo-zh](https://github.com/apachecn/apachecn-algo-zh)|ApacheCN 数据结构与算法译文集|11005|2024-06-19| |24|[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 🔥|8180|2024-08-30| |25|[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 ...|7560|2024-10-11| |26|[isno/theByteBook](https://github.com/isno/theByteBook)|⭐ 【开源书籍】深入讲解内核网络、Kubernetes、ServiceMesh、容器等云原生相关技术。经历实践检验的 DevOps、SRE指南。如发现错误,谢谢提issue|7137|2024-10-11| |27|[thomaspark/flexboxfroggy](https://github.com/thomaspark/flexboxfroggy)|A game for learning CSS flexbox 🐸|6892|2024-10-07| |28|[ygs-code/vue](https://github.com/ygs-code/vue)|vue源码逐行注释分析+40多m的vue源码程序流程图思维导图(vue source code line by line annotation analysis +40 + m vue source code process flow chart mind map)|6798|2024-09-04| |29|[wanglin2/mind-map](https://github.com/wanglin2/mind-map)|一个还算强大的Web思维导图。A relatively powerful web mind map.|6241|2024-09-30| |30|[BetaSu/just-react](https://github.com/BetaSu/just-react)|「React技术揭秘」 一本自顶向下的React源码分析书|6112|2024-07-24| |31|[langren1353/GM_script](https://github.com/langren1353/GM_script)|我就是来分享脚本玩玩的|5924|2024-09-24| |32|[liyupi/codefather](https://github.com/liyupi/codefather)|程序员鱼皮的编程宝典。原创编程学习路线,包括经验分享、技术知识、学习资源、学习建议、项目等,适用于所有学习编程 & 求职的同学。已完成 Java、前端|5621|2024-07-01| |33|[deezertidal/shadowrocket-rules](https://github.com/deezertidal/shadowrocket-rules)|小火箭 shadowrocket 配置文件 模块 脚本 module sgmodule 图文教程 规则 分流 破解 解锁|4991|2024-10-11| |34|[wesbos/awesome-uses](https://github.com/wesbos/awesome-uses)|A list of /uses pages detailing developer setups, gear, software and configs.|4556|2024-09-21| |35|[lyricat/wechat-format](https://github.com/lyricat/wechat-format)|微信公众号排版编辑器,转换 Markdown 到微信特制的 HTML|4321|2024-05-30| |36|[l0o0/translators_CN](https://github.com/l0o0/translators_CN)|Zotero translator中文网页抓取翻译器🎉This is Zotero translators for Chinese Sites(beta), not the official Zotero repo|4072|2024-10-07| |37|[marcelscruz/public-apis](https://github.com/marcelscruz/public-apis)|A collaborative list of public APIs for developers|3879|2024-09-25| |38|[501351981/vue-office](https://github.com/501351981/vue-office)|支持word(.docx)、excel(.xlsx,.xls)、pdf等各类型office文件预览的vue组件集合,提供一站式office文件预览方案,支持vue2和3,也支持React等非Vue框架。Web-based pdf, excel, word preview library|3717|2024-10-11| |39|[overtrue/share.js](https://github.com/overtrue/share.js)|一键分享到微博、QQ空间、QQ好友、微信、腾讯微博、豆瓣、Facebook、Twitter、Linkedin、Google+、点点等|3698|2024-07-29| |40|[adlered/CSDNGreener](https://github.com/adlered/CSDNGreener)|《专 业 团 队》🕺🏿 🕺🏿 🕺🏿 🕺🏿 ⚰️🕺🏿 🕺🏿 🕺🏿 🕺🏿 专治 CSDN 广告与各种灵魂打击 🐵 油猴脚本 TamperMonkey Chrome FireFox CSDN 页面浮窗广告完全过滤净化 国服最强 CSDN 绿化脚本|3629|2024-07-18| |41|[talebook/talebook](https://github.com/talebook/talebook)|A simple books website. 一个简单的在线版个人书库。|3531|2024-08-24| |42|[nefe/redux-in-chinese](https://github.com/nefe/redux-in-chinese)|Redux 中文文档|3475|2024-06-20| |43|[jdorfman/awesome-json-datasets](https://github.com/jdorfman/awesome-json-datasets)|A curated list of awesome JSON datasets that don't require authentication.|3311|2024-07-23| |44|[thomaspark/gridgarden](https://github.com/thomaspark/gridgarden)|A game for learning CSS grid layout 🥕|3198|2024-08-30| |45|[sve1r/Rules-For-Quantumult-X](https://github.com/sve1r/Rules-For-Quantumult-X)|适用于 Quantumult X 规则整理集合. 所有内容源自 互联网,仅作为收集和整理 |3119|2024-09-16| |46|[jasondu/wxa-plugin-canvas](https://github.com/jasondu/wxa-plugin-canvas)|小程序海报组件-生成朋友圈分享海报并生成图片|3102|2024-05-08| |47|[dirk1983/chatgpt](https://github.com/dirk1983/chatgpt)|演示站现在可以免费使用ChatGPT对话和画图了。全网最易部署,响应速度最快的ChatGPT环境。PHP版调用OpenAI接口进行问答和画图,采用Stream流模式通信,一边生成一边输出。前端采用EventSource,支持Markdown格式解析,支持公式显示,代码有着色处理,支持画图。页面UI简洁,支持上下文连续会话。源码只有几个文件,没用任何框架,支持所有PHP版本,全部开源,极易二开。保姆 ...|3082|2024-06-04| |48|[WTFAcademy/WTF-Ethers](https://github.com/WTFAcademy/WTF-Ethers)|我最近在重新学ethers.js,巩固一下细节,也写一个“WTF Ethers.js极简入门”,供小白们使用,每周更新1-3讲。Now supports English! 官网: https://wtf.academy|3051|2024-07-29| |49|[marijnh/Eloquent-JavaScript](https://github.com/marijnh/Eloquent-JavaScript)|The sources for the Eloquent JavaScript book|3019|2024-08-27| |50|[fishjar/kiss-translator](https://github.com/fishjar/kiss-translator)|A simple, open source bilingual translation extension & Greasemonkey script (一个简约、开源的 双语对照翻译扩展 & 油猴脚本)|2788|2024-09-26| |51|[yisainan/web-interview](https://github.com/yisainan/web-interview)|我是齐丶先丶森,收集整理全网面试题及面试技巧,旨在帮助前端工程师们找到一份好工作!更多详见公众号「前端面试秘籍」|2645|2024-08-13| |52|[ObjTube/front-end-roadmap](https://github.com/ObjTube/front-end-roadmap)|Tell you how to learn front end development ~|2636|2024-06-24| |53|[zhaoolee/OnlineToolsBook](https://github.com/zhaoolee/OnlineToolsBook)|🍭在线工具秘籍,为在线工具写一本优质说明书,让在线工具造福人类~ Online tool cheats, write a quality manual for online tools, make online tools benefit humanity~|2596|2024-09-28| |54|[chromaui/learnstorybook.com](https://github.com/chromaui/learnstorybook.com)|Static site and content for Storybook tutorials|2403|2024-10-04| |55|[meodai/color-names](https://github.com/meodai/color-names)|Large list of handpicked color names 🌈|2380|2024-10-06| |56|[zerosoul/chinese-colors](https://github.com/zerosoul/chinese-colors)|🇨🇳🎨Chinese traditional color cheatsheet online|2375|2024-09-15| |57|[jimuyouyou/node-interview-questions](https://github.com/jimuyouyou/node-interview-questions)|Node.js面试题,侧重后端应用与对Node核心的理解|2264|2024-10-06| |58|[flutterchina/flutter_in_action_2nd](https://github.com/flutterchina/flutter_in_action_2nd)|《Flutter实战 第二版》 书稿|2199|2024-04-17| |59|[shgopher/GOFamily](https://github.com/shgopher/GOFamily)|🔥 《Go 程序员宝典》:go 基础语法,go 并发模式,go runtime 实现原理 ,企业级 go 语言项目经验。|2177|2024-09-16| |60|[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 ...|2036|2024-07-22| |61|[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.|1954|2024-08-29| |62|[LearnPrompt/LearnPrompt](https://github.com/LearnPrompt/LearnPrompt)|永久免费开源的 AIGC 课程, 目前已支持Prompt Engineering, ChatGPT, Midjourney, Runway, Stable Diffusion, AI数字人,AI声音&音乐,开源大模型|1853|2024-09-23| |63|[rust-lang-cn/rust-by-example-cn](https://github.com/rust-lang-cn/rust-by-example-cn)|Rust By Example 中文版(包含在线代码编辑器)|1843|2024-09-26| |64|[fmz200/wool_scripts](https://github.com/fmz200/wool_scripts)|收集一些QuantumultX、Loon、Surge、ShadowRocket的配置与脚本,去广告合集。|1758|2024-10-11| |65|[wangxinleo/wechat-public-account-push](https://github.com/wangxinleo/wechat-public-account-push)|微信公众号推送-给女朋友的浪漫|1660|2024-07-08| |66|[lihongxun945/gobang](https://github.com/lihongxun945/gobang)|javascript gobang AI,JS五子棋AI,源码+教程,基于Alpha-Beta剪枝算法(不是神经网络)|1639|2024-10-01| |67|[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/|1585|2024-10-09| |68|[woai3c/Front-end-articles](https://github.com/woai3c/Front-end-articles)|分享我的编程经验和学习心得,订阅请点 watch|1538|2024-05-17| |69|[XPoet/js-data-structure-and-algorithm](https://github.com/XPoet/js-data-structure-and-algorithm)|从 0 到 1 学习 JavaScript 数据结构与算法|1523|2024-05-27| |70|[shengxinjing/fe-advanced-interview](https://github.com/shengxinjing/fe-advanced-interview)|前端进阶面试指南|1414|2024-04-16| |71|[liguobao/HouseSearch](https://github.com/liguobao/HouseSearch)|地图搜租房【微信公众号、小程序:人生删除指南】|1341|2024-09-11| |72|[Bistutu/FluentRead](https://github.com/Bistutu/FluentRead)|拥有基于上下文语境的人工智能翻译引擎,为网站提供更加友好的翻译,让所有人都能够拥有基于母语般的阅读体验。|1316|2024-06-10| |73|[tengj/SpringBootDemo](https://github.com/tengj/SpringBootDemo)|Spring Boot学习系列|1312|2024-06-04| |74|[cyao2q/files](https://github.com/cyao2q/files)|TVBox开源版,盒子软件分享|1295|2024-09-27| |75|[kesixin/QuestionWechatApp](https://github.com/kesixin/QuestionWechatApp)|微信小程序,考试小程序,答题小程序,刷题小程序。毕业设计小程序,有前后端完整源码和数据库,易于二次开发。还可用于考试活动,企业内部考核,内部培训等职业考试刷题。|1280|2024-10-11| |76|[huaize2020/awesome-nodejs](https://github.com/huaize2020/awesome-nodejs)|Node.js 资源大全中文版。An awesome Node.js packages and resources|1242|2024-06-16| |77|[ZYSzys/awesome-captcha](https://github.com/ZYSzys/awesome-captcha)|:key: Curated list of awesome captcha libraries and crack tools.|1210|2024-06-04| |78|[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 ...|1207|2024-09-27| |79|[timqian/openprompt.co](https://github.com/timqian/openprompt.co)|Create. Use. Share. ChatGPT prompts|1174|2024-10-10| |80|[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.|1131|2024-04-22| |81|[dingyong0214/ThorUI](https://github.com/dingyong0214/ThorUI)|ThorUI组件库,微信小程序项目代码分享,组件文档地址:https://www.thorui.cn/doc |1127|2024-05-30| |82|[bestony/ChatGPT-Feishu](https://github.com/bestony/ChatGPT-Feishu)|给飞书准备的 ChatGPT 机器人|1124|2024-05-19| |83|[ZJ595/AndroidReverse](https://github.com/ZJ595/AndroidReverse)|《安卓逆向这档事》|1093|2024-09-26| |84|[oTranscribe/oTranscribe](https://github.com/oTranscribe/oTranscribe)|A free & open tool for transcribing audio interviews|1060|2024-05-11| |85|[oubingbing/school_wechat](https://github.com/oubingbing/school_wechat)|校园小情书前端代码,好玩的表白墙、树洞、校园论坛,可独立部署,也可以使用我部署的后台服务,毕业设计的好项目。|1010|2024-05-31| |86|[xishandong/crawlProject](https://github.com/xishandong/crawlProject)|python爬虫项目合集,从基础到js逆向,包含基础篇、自动化篇、进阶篇以及验证码篇。案例涵盖各大网站(xhs douyin weibo ins boss job,jd...),你将会学到有关爬虫以及反爬虫、自动化和验证码的各方面知识|985|2024-09-23| |87|[pingan8787/Leo-JavaScript](https://github.com/pingan8787/Leo-JavaScript)|欢迎关注公众号“前端自习课”,本仓库包含丰富的前端学习资料,包括 JavaScript、前端框架、HTTP、GraphQL、TS、Vue、React、Webpack等,还有很多我的原创文章,喜欢的朋友欢迎stat。:rocket:持续更新中...|984|2024-10-09| |88|[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|922|2024-09-13| |89|[transitive-bullshit/ffmpeg-concat](https://github.com/transitive-bullshit/ffmpeg-concat)|Concats a list of videos together using ffmpeg with sexy OpenGL transitions.|880|2024-10-07| |90|[anubhavsrivastava/awesome-ui-component-library](https://github.com/anubhavsrivastava/awesome-ui-component-library)|Curated list of framework component libraries for UI styles/toolkit|869|2024-10-07| |91|[journey-ad/sd-webui-bilingual-localization](https://github.com/journey-ad/sd-webui-bilingual-localization)|Stable Diffusion web UI bilingual localization extensions. SD WebUI双语对照翻译插件|863|2024-08-03| |92|[k1995/github-i18n-plugin](https://github.com/k1995/github-i18n-plugin)|GitHub官网汉化、中文翻译插件 :cn: |849|2024-07-25| |93|[decomoji/decomoji](https://github.com/decomoji/decomoji)|Custom icon collection for slack reaction|794|2024-08-13| |94|[vvo/tzdb](https://github.com/vvo/tzdb)|🕰 Simplified, grouped and always up to date list of time zones, with major cities|784|2024-10-10| |95|[yisainan/vue2](https://github.com/yisainan/vue2)|💯 比较好的vue2项目,值得借鉴与学习|703|2024-10-10| |96|[csxiaoyaojianxian/JavaScriptStudy](https://github.com/csxiaoyaojianxian/JavaScriptStudy)|JavaScript的学习代码总结,高级特性、数据结构、设计模式、typescript、vue、angular、react、node、webpack、weex、小程序、tensorflow…,JavaScript是世界上最好的语言!|690|2024-05-10| |97|[zhang-wangz/LeetCodeRating](https://github.com/zhang-wangz/LeetCodeRating)|一款对应力扣的浏览器油猴插件 TamperMonkey Chrome|677|2024-04-16| |98|[ttttmr/Wechat2RSS](https://github.com/ttttmr/Wechat2RSS)|微信公众号转RSS|650|2024-10-08| |99|[wulivictor/ExamOnline](https://github.com/wulivictor/ExamOnline)|微信小程序,考试小程序,答题小程序,刷题小程序,考公小程序,考研小程序,毕业设计小程序,有前后端完整源码和数据库,易于二次开发。还可用于考试预约,企业内部考核,内部培训等,注册师刷题,基于云开发,部署简单,免服务器和域名备案。|624|2024-08-14| |100|[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.|615|2024-08-03| |101|[lixi5338619/lxBook](https://github.com/lixi5338619/lxBook)|《爬虫逆向进阶实战》书籍代码库|610|2024-08-14| |102|[wanghao221/moyu](https://github.com/wanghao221/moyu)|1000个摸鱼小游戏、小工具源码集合及在线演示|593|2024-04-26| |103|[mazipan/hello-open-source](https://github.com/mazipan/hello-open-source)|🖐️ A repository to learn about open source code contributions flow|590|2024-10-07| |104|[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|587|2024-06-14| |105|[rudyxu1102/cross-origin](https://github.com/rudyxu1102/cross-origin)|A collection of simple demos of CORS|579|2024-06-19| |106|[OBKoro1/web-basics](https://github.com/OBKoro1/web-basics)|大厂前端需要掌握的JS基础能力,大厂场景题、大厂面试真题欢迎提issue和PR来丰富场景题。|559|2024-04-25| |107|[Wscats/node-tutorial](https://github.com/Wscats/node-tutorial)|:relaxed:Some of the node tutorial -《Node学习笔记》|530|2024-04-27| |108|[Daotin/Web](https://github.com/Daotin/Web)|📚 从零开始学 Web 前端系列图文教程。从零开始一步步带你进入前端的世界。|521|2024-05-16| |109|[bitshares/bitshares-ui](https://github.com/bitshares/bitshares-ui)|Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain|517|2024-09-19| |110|[realyao/WXminiprogram-Focus-clock](https://github.com/realyao/WXminiprogram-Focus-clock)|微信小程序【专注时钟】(v1.2.2);时间规划、效率工具类、入门|513|2024-07-27| |111|[xixiaoyao/CS224n-winter-together](https://github.com/xixiaoyao/CS224n-winter-together)|an Open Course Platform for Stanford CS224n (2020 Winter)|495|2024-05-03| |112|[7Sageer/sublink-worker](https://github.com/7Sageer/sublink-worker)|无需服务器,一键部署,快速使用自建节点分享URL进行订阅转换,提供灵活的自定义选项,支持SingBox/Clash/V2Ray/Xray|490|2024-10-05| |113|[oxc-project/javascript-parser-in-rust](https://github.com/oxc-project/javascript-parser-in-rust)|Tutorial on writing a JavaScript Parser in Rust|487|2024-08-07| |114|[rustx-labs/effective-rust-cn](https://github.com/rustx-labs/effective-rust-cn)|Effective Rust 中文版|463|2024-10-10| |115|[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 ...|442|2024-04-22| |116|[csfive/composing-programs-zh](https://github.com/csfive/composing-programs-zh)|🦊 CS61A 教材 Composing Programs 的中文翻译|435|2024-07-23| |117|[MihaiValentin/lunr-languages](https://github.com/MihaiValentin/lunr-languages)|A collection of languages stemmers and stopwords for Lunr Javascript library|431|2024-07-06| |118|[PKM-er/Pkmer-Docs](https://github.com/PKM-er/Pkmer-Docs)|Pkmer知识管理共建项目|421|2024-10-08| |119|[NoneDay/CellReport](https://github.com/NoneDay/CellReport)|CellReport 是一个netcore实现的、以复杂统计报表为核心目标的制作、运行工具。支持数据看板、大屏制作。你可以使用数据库、excel文件、api服务、已有报表等为数据源,通过内置的集合函数组织数据,以类excel界面设计最终呈现结果。|421|2024-09-21| |120|[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.|407|2024-08-30| |121|[WeChatAPIs/WeChatApi](https://github.com/WeChatAPIs/WeChatApi)|WeChatApi、wechat api、微信3.9.11、微信3.9.10、微信HOOK、微信机器人、wechathook、微信API、微信公众号采集、微信公众号爬虫、微信数据库|393|2024-09-04| |122|[pprp/SimpleCVPaperReading](https://github.com/pprp/SimpleCVPaperReading)|:smile:博客论文列表:分系列整理|390|2024-04-12| |123|[ninja33/anki-dict-helper](https://github.com/ninja33/anki-dict-helper)|Anki划词制卡助手 -- "划词翻译,一键制卡"|381|2024-05-06| |124|[guobao2333/DeepLX-Serverless](https://github.com/guobao2333/DeepLX-Serverless)|DeepL Free translate API for Serverless, No TOKEN Required DeepL 免费翻译API 无服务器函数部署,无需token|378|2024-10-01| |125|[yeyan1996/practical-javascript](https://github.com/yeyan1996/practical-javascript)|28 JavaScript Skills a Qualified Intermediate Front-End Engineer Needs to Master|370|2024-09-12| |126|[NAOSI-DLUT/DLUT_SE_Courses](https://github.com/NAOSI-DLUT/DLUT_SE_Courses)|大连理工大学软件工程专业课程指南 开发区其他专业见组织内对应仓库|369|2024-09-29| |127|[foolstack-omg/block-tech-sharing](https://github.com/foolstack-omg/block-tech-sharing)|Sharing Valuable Technology & Arbitrage Skill of The Blockchain I have learned.|361|2024-07-24| |128|[Messiahhh/blog](https://github.com/Messiahhh/blog)|akara的前端笔记|358|2024-07-11| |129|[yunnysunny/nodebook](https://github.com/yunnysunny/nodebook)|nodejs 基础教程|356|2024-10-07| |130|[bh-lay/blog](https://github.com/bh-lay/blog)|剧中人的nodeJS版个人博客,仅仅是前后端实现,不包含博文数据。|352|2024-09-26| |131|[feverrun/my_scripts](https://github.com/feverrun/my_scripts)|学习使用|349|2024-10-11| |132|[xiaomaoJT/QxScript](https://github.com/xiaomaoJT/QxScript)|QuantumultX 规则学习记录;请不要fork项目!!!|347|2024-10-11| |133|[jnlaoshu/MySelf](https://github.com/jnlaoshu/MySelf)|Clash、Stash、Surge、Loon、Quanx、Egern、Shadowrocket等自用配置。网上搜集,仅供参考!感谢大佬们的无私分享!|344|2024-10-07| |134|[yetone/bob-plugin-rapidapi-deepl-translator](https://github.com/yetone/bob-plugin-rapidapi-deepl-translator)|DeepL RapidAPI 的 Bob 插件,可能是中国 macOS 用户可以无痛使用的相对合法的最便宜的 DeepL 翻译方案。|343|2024-07-16| |135|[chai2010/gopherchina2018-cgo-talk](https://github.com/chai2010/gopherchina2018-cgo-talk)|:book: GopherChina2018: 深入CGO编程 - 最新修订|334|2024-06-30| |136|[wenhaomin/ChatGPT-PromptGenius](https://github.com/wenhaomin/ChatGPT-PromptGenius)|All-purpose prompts website with hierarchical classification system. Helps you quickly find and share wonderful prompts! 全面、有效的提示词大全网站,帮助提升生产力和质量。|333|2024-05-23| |137|[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, behaviors and other opinionated features. The theme is similar to other userChrome styleshee ...|333|2024-10-09| |138|[ndp/git-cheatsheet](https://github.com/ndp/git-cheatsheet)|Interactive cheatsheet, visualization of git.|333|2024-08-31| |139|[tw93/Maple](https://github.com/tw93/Maple)|🍁 Hide the bookmark bar, use Maple Bookmarks to surf smoothly. 🍁 隐藏书签栏,使用枫叶书签让你行云流水。|306|2024-06-27| |140|[edm00se/awesome-board-games](https://github.com/edm00se/awesome-board-games)|A curated list of awesome and exceptional board games. Please contribute!|302|2024-10-01| |141|[ops-coffee/demo](https://github.com/ops-coffee/demo)|这里汇聚了微信公众号【运维咖啡吧】文章中所讲到的各种demo|298|2024-09-04| |142|[xiaohesong/TIL](https://github.com/xiaohesong/TIL)|本库记录每日所学,README是一些链接;学习是自己的事。|297|2024-05-17| |143|[weishakeji/LearningSystem](https://github.com/weishakeji/LearningSystem)|前后端分离(MVVM架构),C#、Sqlserver、Vue。web端采用ElementUI,手机端采用VantUI,管理后台采用WebdeskUI。直播、视频学习、试题练习、测试、考试、学习证明、成绩打印,真正实现“学、练、考”一体。微信支持、支付宝支付。私有化部署,永久授权,终身享用。安装量超三万家。|295|2024-09-27| |144|[pysunday/sdenv](https://github.com/pysunday/sdenv)|sdenv补环境框架,完美过瑞数vmp理论通杀,配合瑞数vmp纯算法逆向项目(rs-reverse)更好学习原理,商标网更新后在线样例失效,可尝试使用其它网站试验(不保证有效)|292|2024-06-04| |145|[alantang1977/X](https://github.com/alantang1977/X)|📛本仓库管理者不能保证本仓库内容的合法性、准确性、完整性和有效性,请根据情况自行判断。本仓库内容,仅用于测试和学习研究,禁止用于商业用途,不得将其用于违反国家、地区、组织等的法律法规或相关规定的其他用途,禁止任何公众号、自媒体进行任何形式的转载、发布,请不要在中华人民共和国境内使用本仓库内容,否则后果自负。|289|2024-10-11| |146|[songquanpeng/stats-cards](https://github.com/songquanpeng/stats-cards)|在 README 中展示你在知乎,GitHub,B 站,LeetCode,掘金,CSDN,牛客等网站的数据,也可用于服务状态监控. Show your LeetCode & GitHub stats in GitHub Profile.|289|2024-07-03| |147|[Jackson0714/PassJava-Learning](https://github.com/Jackson0714/PassJava-Learning)|整合了Spring Cloud 实战教程+公众号内容都会同步到这个仓库。文档地址:http://www.passjava.cn|286|2024-09-02| |148|[plantree/ruanyf-weekly](https://github.com/plantree/ruanyf-weekly)|VitePress构建阮一峰的技术周刊|284|2024-10-11| |149|[Xiumuzaidiao/Day-night-toggle-button](https://github.com/Xiumuzaidiao/Day-night-toggle-button)|最近很火的折磨人挑战,复刻了一下,放到期末作业博客里了,大概有90%还原度(确实太折磨人了)|283|2024-05-22| |150|[z2586300277/three-cesium-examples](https://github.com/z2586300277/three-cesium-examples)|Open Source three.js cesium.js examples and demo community - 开源的 three.js 和 cesium.js 案例社区 ---- star ----点星星|280|2024-10-11| |151|[biuuu/BLHXFY](https://github.com/biuuu/BLHXFY)|碧蓝幻想翻译|277|2024-10-10| |152|[wu529778790/wu529778790.github.io](https://github.com/wu529778790/wu529778790.github.io)|神族九帝'博客|265|2024-10-11| |153|[jiangshanmeta/meta](https://github.com/jiangshanmeta/meta)|leetcode javascript/typescript实现|261|2024-10-11| |154|[WTFAcademy/WTF-JavaScript](https://github.com/WTFAcademy/WTF-JavaScript)|我最近在重新学 JavaScript, 巩固一下细节, 也写一个“WTF JavaScript极简入门”,供新人学习。|250|2024-07-25| |155|[WeiWenda/effect-note](https://github.com/WeiWenda/effect-note)|大纲笔记软件|248|2024-08-31|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Jupyter-Notebook.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Jupyter Notebook 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[fastai/fastbook](https://github.com/fastai/fastbook)|The fastai book, published as Jupyter Notebooks|21680|2024-08-16| |2|[zergtant/pytorch-handbook](https://github.com/zergtant/pytorch-handbook)|pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行|20210|2024-07-25| |3|[selfteaching/the-craft-of-selfteaching](https://github.com/selfteaching/the-craft-of-selfteaching)|One has no future if one couldn't teach themself.|15223|2024-07-22| |4|[yidao620c/python3-cookbook](https://github.com/yidao620c/python3-cookbook)|《Python Cookbook》 3rd Edition Translation|11660|2024-07-24| |5|[datawhalechina/llm-cookbook](https://github.com/datawhalechina/llm-cookbook)|面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版|11619|2024-09-15| |6|[Baiyuetribe/paper2gui](https://github.com/Baiyuetribe/paper2gui)|Convert AI papers to GUI,Make it easy and convenient for everyone to use artificial intelligence technology。让每个人都简单方便的使用前沿人工智能技术|10207|2024-09-20| |7|[datawhalechina/easy-rl](https://github.com/datawhalechina/easy-rl)|强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/|9236|2024-09-09| |8|[modelscope/facechain](https://github.com/modelscope/facechain)|FaceChain is a deep-learning toolchain for generating your Digital-Twin.|8938|2024-10-11| |9|[datawhalechina/self-llm](https://github.com/datawhalechina/self-llm)|《开源大模型食用指南》基于Linux环境快速部署开源大模型,更适合中国宝宝的部署教程|8342|2024-09-29| |10|[01-ai/Yi](https://github.com/01-ai/Yi)|A series of large language models trained from scratch by developers @01-ai|7625|2024-09-23| |11|[AccumulateMore/CV](https://github.com/AccumulateMore/CV)|✔(已完结)最全面的 深度学习 笔记【土堆 Pytorch】【李沐 动手学深度学习】【吴恩达 深度学习】|5751|2024-10-11| |12|[Visualize-ML/Book1_Python-For-Beginners](https://github.com/Visualize-ML/Book1_Python-For-Beginners)|Book_1_《编程不难》 鸢尾花书:从加减乘除到机器学习;请多多批评指正!|4720|2024-09-11| |13|[datawhalechina/joyful-pandas](https://github.com/datawhalechina/joyful-pandas)|pandas中文教程|4626|2024-04-24| |14|[datawhalechina/llm-universe](https://github.com/datawhalechina/llm-universe)|本项目是一个面向小白开发者的大模型应用开发教程,在线阅读地址:https://datawhalechina.github.io/llm-universe/|4533|2024-09-22| |15|[huggingface/diffusion-models-class](https://github.com/huggingface/diffusion-models-class)|Materials for the Hugging Face Diffusion Models Course|3577|2024-08-19| |16|[PaddlePaddle/awesome-DeepLearning](https://github.com/PaddlePaddle/awesome-DeepLearning)|深度学习入门课、资深课、特色课、学术案例、产业实践案例、深度学习知识百科及面试题库The course, case and knowledge of Deep Learning and AI|3055|2024-07-25| |17|[ben1234560/AiLearning-Theory-Applying](https://github.com/ben1234560/AiLearning-Theory-Applying)|快速上手AI理论及应用实战:基础知识、Transformer、NLP、ML、DL、竞赛。含大量注释及数据集,力求每一位能看懂并复现。|3023|2024-05-28| |18|[Visualize-ML/Book5_Essentials-of-Probability-and-Statistics](https://github.com/Visualize-ML/Book5_Essentials-of-Probability-and-Statistics)|Book_5_《统计至简》 鸢尾花书:从加减乘除到机器学习;上架!|2863|2024-09-11| |19|[Visualize-ML/Book2_Beauty-of-Data-Visualization](https://github.com/Visualize-ML/Book2_Beauty-of-Data-Visualization)|Book_2_《可视之美》 鸢尾花书:从加减乘除到机器学习,欢迎批评指正|2737|2024-09-11| |20|[jm199504/Financial-Knowledge-Graphs](https://github.com/jm199504/Financial-Knowledge-Graphs)|小型金融知识图谱构建流程(neo4j / python / cypher / KG)|2723|2024-07-07| |21|[Charmve/computer-vision-in-action](https://github.com/Charmve/computer-vision-in-action)|A computer vision closed-loop learning platform where code can be run interactively online. 学习闭环《计算机视觉实战演练:算法与应用》中文电子书、源码、读者交流社区(持续更新中 ...) 📘 在线电子书 https://charmve.github.io/computer-vision-in-action/ ...|2537|2024-05-27| |22|[datawhalechina/thorough-pytorch](https://github.com/datawhalechina/thorough-pytorch)|PyTorch入门教程,在线阅读地址:https://datawhalechina.github.io/thorough-pytorch/|2473|2024-07-10| |23|[szcf-weiya/ESL-CN](https://github.com/szcf-weiya/ESL-CN)|The Elements of Statistical Learning (ESL)的中文翻译、代码实现及其习题解答。|2431|2024-09-12| |24|[Visualize-ML/Book7_Visualizations-for-Machine-Learning](https://github.com/Visualize-ML/Book7_Visualizations-for-Machine-Learning)|Book_7_《机器学习》 鸢尾花书:从加减乘除到机器学习;欢迎批评指正|2367|2024-09-11| |25|[openvinotoolkit/openvino_notebooks](https://github.com/openvinotoolkit/openvino_notebooks)|📚 Jupyter notebook tutorials for OpenVINO™|2350|2024-10-10| |26|[microsoft/Phi-3CookBook](https://github.com/microsoft/Phi-3CookBook)|This is a Phi-3 book for getting started with Phi-3. Phi-3, a family of open sourced AI models developed by Microsoft. Phi-3 models are the most capable and cost-effective small language models (SLMs) ...|2329|2024-10-10| |27|[Visualize-ML/Book6_First-Course-in-Data-Science](https://github.com/Visualize-ML/Book6_First-Course-in-Data-Science)|Book_6_《数据有道》 鸢尾花书:从加减乘除到机器学习;欢迎大家批评指正!纠错多的同学会得到赠书感谢!|1944|2024-09-11| |28|[zyds/transformers-code](https://github.com/zyds/transformers-code)|手把手带你实战 Huggingface Transformers 课程视频同步更新在B站与YouTube|1905|2024-07-15| |29|[datawhalechina/statistical-learning-method-solutions-manual](https://github.com/datawhalechina/statistical-learning-method-solutions-manual)|统计学习方法习题解答,在线阅读地址:https://datawhalechina.github.io/statistical-learning-method-solutions-manual|1727|2024-08-20| |30|[YangLing0818/RPG-DiffusionMaster](https://github.com/YangLing0818/RPG-DiffusionMaster)|[ICML 2024] Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (RPG)|1667|2024-10-10| |31|[huggingface/cookbook](https://github.com/huggingface/cookbook)|Open-source AI cookbook|1632|2024-10-07| |32|[Kedreamix/Linly-Dubbing](https://github.com/Kedreamix/Linly-Dubbing)|智能视频多语言AI配音/翻译工具 - Linly-Dubbing — “AI赋能,语言无界”|1618|2024-08-23| |33|[WTFAcademy/WTF-zk](https://github.com/WTFAcademy/WTF-zk)|零知识证明入门教程。Comprehensive Zero-Knowledge Proofs Tutorial. #zk #WIP|1573|2024-10-02| |34|[luwill/Machine_Learning_Code_Implementation](https://github.com/luwill/Machine_Learning_Code_Implementation)|Mathematical derivation and pure Python code implementation of machine learning algorithms.|1505|2024-09-18| |35|[EgoAlpha/prompt-in-context-learning](https://github.com/EgoAlpha/prompt-in-context-learning)|Awesome resources for in-context learning and prompt engineering: Mastery of the LLMs such as ChatGPT, GPT-3, and FlanT5, with up-to-date and cutting-edge updates.|1489|2024-10-05| |36|[CNFeffery/DataScienceStudyNotes](https://github.com/CNFeffery/DataScienceStudyNotes)|这个仓库保管从(数据科学学习手札69)开始的所有代码、数据等相关附件内容|1258|2024-08-07| |37|[datawhalechina/hands-on-data-analysis](https://github.com/datawhalechina/hands-on-data-analysis)|动手学数据分析以项目为主线,知识点孕育其中,通过边学、边做、边引导来得到更好的学习效果|1158|2024-05-29| |38|[geektutu/interview-questions](https://github.com/geektutu/interview-questions)|机器学习/深度学习/Python/Go语言面试题笔试题(Machine learning Deep Learning Python and Golang Interview Questions)|1050|2024-08-06| |39|[wangxuqi/Prompt-Engineering-Guide-Chinese](https://github.com/wangxuqi/Prompt-Engineering-Guide-Chinese)|Prompt工程师指南,源自英文版,但增加了AIGC的prompt部分,为了降低同学们的学习门槛,翻译更新|1037|2024-08-19| |40|[open-mmlab/OpenMMLabCourse](https://github.com/open-mmlab/OpenMMLabCourse)|OpenMMLab course index and stuff|1012|2024-06-28| |41|[ashishpatel26/Treasure-of-Transformers](https://github.com/ashishpatel26/Treasure-of-Transformers)|💁 Awesome Treasure of Transformers Models for Natural Language processing contains papers, videos, blogs, official repo along with colab Notebooks. 🛫☑️|915|2024-07-16| |42|[AI4Finance-Foundation/FinRL-Tutorials](https://github.com/AI4Finance-Foundation/FinRL-Tutorials)|Tutorials. Please star. |826|2024-04-30| |43|[MetaGLM/glm-cookbook](https://github.com/MetaGLM/glm-cookbook)|Examples and guides for using the GLM APIs|746|2024-10-11| |44|[SMILELab-FL/FedLab](https://github.com/SMILELab-FL/FedLab)|A flexible Federated Learning Framework based on PyTorch, simplifying your Federated Learning research.|726|2024-08-12| |45|[datawhalechina/machine-learning-toy-code](https://github.com/datawhalechina/machine-learning-toy-code)|《机器学习》(西瓜书)代码实战|661|2024-09-08| |46|[fry404006308/fry_course_materials](https://github.com/fry404006308/fry_course_materials)|范仁义录播课资料,会依次推出各种完全免费的前端、后端、大数据、人工智能等课程,课程网站: https://fanrenyi.com ; b站课程地址: https://space.bilibili.com/45664489 ;|632|2024-08-19| |47|[bobo0810/PytorchNetHub](https://github.com/bobo0810/PytorchNetHub)|项目注释+论文复现+算法竞赛+Pytorch实践|627|2024-08-13| |48|[Luhuanz/pytorch_project](https://github.com/Luhuanz/pytorch_project)|llms 大模型 笔记50篇 此仓库包含关于机器学习、深度学习、计算机视觉、自然语言处理、大模型 爬虫等领域 项目实战|522|2024-04-24| |49|[AccumulateMore/OpenCV](https://github.com/AccumulateMore/OpenCV)|✔(已完结)最全面的 OpenCV 笔记【咕泡唐宇迪】|512|2024-09-06| |50|[amaargiru/pycore](https://github.com/amaargiru/pycore)|Python Extended Cheatsheet. I'm using this repository to chronicle my journey through Python.|501|2024-07-18| |51|[yangqy1110/Diffusion-Models](https://github.com/yangqy1110/Diffusion-Models)|扩散模型原理和pytorch代码实现初学资料汇总|491|2024-04-19| |52|[wdndev/llama3-from-scratch-zh](https://github.com/wdndev/llama3-from-scratch-zh)|从零实现一个 llama3 中文版|486|2024-06-12| |53|[AccumulateMore/CPlusPlus](https://github.com/AccumulateMore/CPlusPlus)|✔(已完结)最全面的 C++ 笔记 【黑马程序员】|484|2024-09-06| |54|[DjangoPeng/LLM-quickstart](https://github.com/DjangoPeng/LLM-quickstart)|Quick Start for Large Language Models (Theoretical Learning and Practical Fine-tuning) 大语言模型快速入门(理论学习与微调实战)|481|2024-08-27| |55|[charent/Phi2-mini-Chinese](https://github.com/charent/Phi2-mini-Chinese)|Phi2-Chinese-0.2B 从0开始训练自己的Phi2中文小模型,支持接入langchain加载本地知识库做检索增强生成RAG。Training your own Phi2 small chat model from scratch.|471|2024-07-11| |56|[HuangCongQing/3D-Point-Clouds](https://github.com/HuangCongQing/3D-Point-Clouds)|🔥3D点云目标检测&语义分割(深度学习)-SOTA方法,代码,论文,数据集等|447|2024-06-20| |57|[zgcr/SimpleAICV_pytorch_training_examples](https://github.com/zgcr/SimpleAICV_pytorch_training_examples)|SimpleAICV:pytorch training and testing examples.|411|2024-08-18| |58|[wanZzz6/Modules-Learn](https://github.com/wanZzz6/Modules-Learn)|学习笔记 - 码云:https://gitee.com/wanzheng_96/Modules-Learn)|410|2024-08-06| |59|[AccumulateMore/Python](https://github.com/AccumulateMore/Python)|✔(已完结)最全面的 Python 笔记【马士兵教育】|389|2024-09-06| |60|[datawhalechina/d2l-ai-solutions-manual](https://github.com/datawhalechina/d2l-ai-solutions-manual)|《动手学深度学习》习题解答,在线阅读地址如下:|346|2024-07-06| |61|[libukai/Awesome-ChatTTS](https://github.com/libukai/Awesome-ChatTTS)|官方推荐的 ChatTTS 最佳入门指南,整理和汇总了常见问题和相关资源|339|2024-06-19| |62|[datawhalechina/team-learning-cv](https://github.com/datawhalechina/team-learning-cv)|主要存储Datawhale组队学习中“计算机视觉”方向的资料。|319|2024-08-12| |63|[JamesLavin/my_tech_resources](https://github.com/JamesLavin/my_tech_resources)|List of tech resources future me and other Javascript/Ruby/Python/Elixir/Elm developers might find useful|312|2024-09-27| |64|[zhangjunhd/reading-notes](https://github.com/zhangjunhd/reading-notes)|张俊的读书笔记|309|2024-10-03| |65|[jinhualee/datashine](https://github.com/jinhualee/datashine)|《Python统计与数据分析实战》课程代码,包含了大部分统计与非参数统计和数据分析的模型、算法。回归分析、方差分析、点估计、假设检验、主成分分析、因子分析、聚类分析、判别分析、对数线性模型、分位回归模型以及列联表分析、非参数平滑、非参数密度估计等各种非参数统计方法。|302|2024-04-23| |66|[ArronAI007/Awesome-AGI](https://github.com/ArronAI007/Awesome-AGI)|AGI资料汇总学习(主要包括LLM和AIGC),持续更新......|279|2024-09-06| |67|[microsoft/AIforEarthDataSets](https://github.com/microsoft/AIforEarthDataSets)|Notebooks and documentation for AI-for-Earth-managed datasets on Azure|279|2024-07-25| |68|[sangyx/gtrick](https://github.com/sangyx/gtrick)|Bag of Tricks for Graph Neural Networks.|278|2024-07-19| |69|[pariskang/CMLM-ZhongJing](https://github.com/pariskang/CMLM-ZhongJing)|首个中医大语言模型——“仲景”。受古代中医学巨匠张仲景深邃智慧启迪,专为传统中医领域打造的预训练大语言模型。 The first-ever Traditional Chinese Medicine large language model - "CMLM-ZhongJing". Inspired by the profound wisdom of the ancient Chinese medi ...|253|2024-08-01| |70|[KarryRen/SCU-CS-Class-Materials](https://github.com/KarryRen/SCU-CS-Class-Materials)|四川大学计算机学院本科课程资料(更新中 🔥)如果您觉得有帮助,还请点亮一下 Star 🌟 哦~ 万分感谢!|247|2024-09-09| |71|[LecterChu/nwpu-cram](https://github.com/LecterChu/nwpu-cram)|西北工业大学/西工大/nwpu/npu软件学院复习(突击)资料!!|243|2024-10-09| |72|[aceliuchanghong/FAQ_Of_LLM_Interview](https://github.com/aceliuchanghong/FAQ_Of_LLM_Interview)|大模型算法岗面试题(含答案):常见问题和概念解析 "大模型面试题"、"算法岗面试"、"面试常见问题"、"大模型算法面试"、"大模型应用基础"|234|2024-10-07| |73|[newaetech/chipwhisperer-jupyter](https://github.com/newaetech/chipwhisperer-jupyter)|Interactive ChipWhisperer tutorials using Jupyter notebooks.|222|2024-09-20| |74|[WengLean/hands-on-research-tutorial](https://github.com/WengLean/hands-on-research-tutorial)|《动手做科研》面向科研初学者,一步一步地展示如何入门人工智能科研|219|2024-09-22| |75|[hacheyz/PMMAA](https://github.com/hacheyz/PMMAA)|Python 数学建模算法与应用,笔记与代码,按章节整理|212|2024-08-27| |76|[zui0711/Z-Lab](https://github.com/zui0711/Z-Lab)|Z Lab数据实验室开源代码汇总|197|2024-06-18| |77|[dream80/TonyColab](https://github.com/dream80/TonyColab)|Colab script collection for various amazing projects! 各种牛逼项目的Colab脚本集合!|193|2024-05-31| |78|[yinizhilian/nlp-materials-share](https://github.com/yinizhilian/nlp-materials-share)|自然语言处理NLP(自然语言生成NLG、自然语言理解NLU)、自然语言学术会议大盘点、自然语言大佬介绍、NLP研究机构、NLP资料分享、NLP学习资源分享、NLP学术论文介绍|175|2024-05-14| |79|[sijichun/MathStatsCode](https://github.com/sijichun/MathStatsCode)|Codes for my mathematical statistics course|170|2024-09-21| |80|[huangjia2019/ai-agents](https://github.com/huangjia2019/ai-agents)|异步图书 《大模型应用开发 动手做AI Agent》 - 这是一些非常简单的入门示例,重在引导新手入门,目前LLM开发领域发展很快,本书只是一个提纲挈领。更多的示例和代码大家可以去OpenAI Cookbook, LangChain Example中去挖掘。|168|2024-10-10| |81|[Robin-WZQ/BIT-AI-Review](https://github.com/Robin-WZQ/BIT-AI-Review)|本项目分享了本人在北京理工大学计算机学院人工智能专业的相关课程资料与经验分享。希望对你们有所帮助❤️,如果喜欢的话记得给个star哦🌟|150|2024-06-21| |82|[charliedream1/ai_wiki](https://github.com/charliedream1/ai_wiki)|《AI驯龙笔记》:记载工程实践问题的解决策略与关键要点,分享各种实用案例,追踪前沿技术发展,囊括 AI 全栈知识,涵盖大模型、编程技术、机器学习、深度学习、强化学习、图神经网络、语音识别、NLP 及图像识别等领域|144|2024-10-08| |83|[WTFAcademy/WTF-EVM-Opcodes](https://github.com/WTFAcademy/WTF-EVM-Opcodes)|Minimal tutorials for EVM Opcodes, building minimal evm in python from scratch. 以太坊的Opcodes(操作码)极简教程,使用python从零搭建EVM。|141|2024-07-02| |84|[zillionare/zillionare](https://github.com/zillionare/zillionare)|请访问 😄www.jieyu.ai和公众号🫶量化风云|136|2024-09-29| |85|[GenTang/regression2chatgpt](https://github.com/GenTang/regression2chatgpt)|《解构大语言模型:从线性回归到通用人工智能》配套代码|134|2024-10-09| |86|[HEUOpenResource/heu-icicles](https://github.com/HEUOpenResource/heu-icicles)|哈尔滨工程大学课程攻略共享计划|133|2024-09-02| |87|[buluslee/DT-AI](https://github.com/buluslee/DT-AI)|这是DT-AI的学习路线开源版本,欢迎大家享用!对新手友好|131|2024-05-06| |88|[Hoper-J/HUNG-YI_LEE_Machine-Learning_Homework](https://github.com/Hoper-J/HUNG-YI_LEE_Machine-Learning_Homework)|李宏毅 (HUNG-YI LEE)机器学习作业思路代码分享|127|2024-09-21| |89|[Mxoder/LLM-from-scratch](https://github.com/Mxoder/LLM-from-scratch)|一些 LLM 方面的从零复现笔记|121|2024-09-20| |90|[aihes/LangChain-Tutorials-and-Examples](https://github.com/aihes/LangChain-Tutorials-and-Examples)|LangChain结合了大型语言模型、知识库和计算逻辑,可以用于快速开发强大的AI应用。这个仓库包含了我对LangChain的学习和实践经验,包括教程和代码案例。让我们一起探索LangChain的可能性,共同推动人工智能领域的进步!|120|2024-07-02| |91|[princepride/scratch-pytorch-step-by-step](https://github.com/princepride/scratch-pytorch-step-by-step)|教你只用最基本的python语法和numpy一步步实现深度学习框架|119|2024-08-02| |92|[Allenpandas/BJTU-CS-Notebook](https://github.com/Allenpandas/BJTU-CS-Notebook)|👨‍🎓 北京交通大学计算机科学与技术学院研究生课程资料、笔记、回忆和整理的期末考试卷及课程作业。希望对你们有所帮助❤️,如果喜欢记得给个star🌟|119|2024-09-19| |93|[ScienceLi1125/CQU-Study](https://github.com/ScienceLi1125/CQU-Study)|重庆大学计算机学院学习资料|118|2024-04-17| |94|[solidglue/Machine_Learning_Sklearn_Examples](https://github.com/solidglue/Machine_Learning_Sklearn_Examples)|机器学习Sklearn入门指南。Machine Learning Sklearn API and Examples with Python3 and Jupyter Notebook.|109|2024-05-20| |95|[ForeverHaibara/Fudan-Courses](https://github.com/ForeverHaibara/Fudan-Courses)|Notes for Courses in School of Data Science, Fudan University. 复旦大学数据科学与大数据技术专业(复旦大数据)学习笔记。|107|2024-04-24| |96|[HugoBlox/theme-blog](https://github.com/HugoBlox/theme-blog)|📝 Hugo Academic Blog Theme. 轻松创建一个简约博客. No code, highly customizable using widgets.|107|2024-07-11| |97|[ZhiningLiu1998/mesa](https://github.com/ZhiningLiu1998/mesa)|[NeurIPS’20] ⚖️ Build powerful ensemble class-imbalanced learning models via meta-knowledge-powered resampler. 设计元知识驱动的采样器解决类别不平衡问题|105|2024-06-17| |98|[solidglue/Deep_Learning_TensorFlow2_Examples](https://github.com/solidglue/Deep_Learning_TensorFlow2_Examples)|深度学习TensorFlow2入门指南。Deep Learning TensorFlow2 API and Examples with Python3 and Jupyter Notebook.|98|2024-05-20| |99|[batermj/data_sciences_campaign](https://github.com/batermj/data_sciences_campaign)|【数据科学家系列课程】|98|2024-05-03| |100|[coggle-club/notebooks](https://github.com/coggle-club/notebooks)|数据科学教程案例|95|2024-09-25| |101|[doocs/deep-learning](https://github.com/doocs/deep-learning)|🙃 深度学习实践与知识总结|95|2024-08-30| |102|[Winn1y/Show2Know](https://github.com/Winn1y/Show2Know)|基于科研论文导向的可视化绘图集锦|93|2024-09-21| |103|[wyf3/llm_related](https://github.com/wyf3/llm_related)|记录大模型相关的一些知识和方法|91|2024-09-08| |104|[XiaShan1227/GNN-Tutorial](https://github.com/XiaShan1227/GNN-Tutorial)|B站GNN教程资料|88|2024-09-05| |105|[cfcys/nanoGPT-Tutorial-CN](https://github.com/cfcys/nanoGPT-Tutorial-CN)|更友好的nanoGPT的中文教程|87|2024-05-17| |106|[lgy0404/d2l-2023](https://github.com/lgy0404/d2l-2023)|✔️(持续更新)李沐 【动手学深度学习v2 PyTorch版】课程学习笔记,更正了AccumulateMore笔记的部分错误,从更加初级的角度做了部分内容补充|85|2024-05-10| |107|[Ifan24/GPT_subtitles](https://github.com/Ifan24/GPT_subtitles)|Download YouTube video (or supply your own) and generate dual languange subtitles with OpenAI Whisper and translation API (GPT) 下载 YouTube 视频(或提供您自己的视频)并使用 Whisper 和翻译AP ...|85|2024-06-04| |108|[yaocoder/Architect-CTO-growth](https://github.com/yaocoder/Architect-CTO-growth)|实践及手册撰写:涵盖DevOps,云原生技术,大数据,人工智能,高并发&高性能&高可用服务等|78|2024-06-14| |109|[IKMLab/course_material](https://github.com/IKMLab/course_material)|上課教材的大集合!!!|73|2024-04-23| |110|[qianniucity/llm_notebooks](https://github.com/qianniucity/llm_notebooks)|AI 应用示例合集|66|2024-06-03| |111|[AFAN-LIFE/AFAN-LIFE](https://github.com/AFAN-LIFE/AFAN-LIFE)|B站费曼区UP主BILI-AFAN的资料汇总|66|2024-08-10| |112|[datawhalechina/zishu](https://github.com/datawhalechina/zishu)|wow-fullstack,令人惊叹的全栈开发教程|63|2024-07-06| |113|[hxchua/datadoubleconfirm](https://github.com/hxchua/datadoubleconfirm)|Simple datasets and notebooks for data visualization, statistical analysis and modelling - with write-ups here: https://projectosyo.wixsite.com/datadoubleconfirm. |58|2024-08-21| |114|[AccumulateMore/Spider](https://github.com/AccumulateMore/Spider)|✔(已完结)最全面的 爬虫与数据库 笔记|55|2024-09-06| |115|[HITSZ-OpenAuto/PHYS1002](https://github.com/HITSZ-OpenAuto/PHYS1002)|HITSZ 大学物理实验 实验报告、数据处理及绘图程序等资料|54|2024-10-06| |116|[liyucheng09/NLP_Freshman](https://github.com/liyucheng09/NLP_Freshman)|给研一同学的NLP入门指南|54|2024-05-24| |117|[ztmzzz/UESTC_course_data](https://github.com/ztmzzz/UESTC_course_data)|这是我的学习过程中自己整理的资料,实验报告等。电子科技大学 大数据 作业答案 实验报告|53|2024-07-17| |118|[ShaoQiBNU/uplift_model_notes](https://github.com/ShaoQiBNU/uplift_model_notes)|uplift模型业界应用总结|52|2024-09-02| |119|[RealKai42/langchainjs-juejin](https://github.com/RealKai42/langchainjs-juejin)|从前端到 AI:langchain.js 入门和实战|51|2024-05-17| |120|[Zenobia000/MachineLearning-ds-fundamental](https://github.com/Zenobia000/MachineLearning-ds-fundamental)|機器學習理論程式大全|49|2024-08-02| |121|[liangruibupt/aws-is-how](https://github.com/liangruibupt/aws-is-how)|Know How Guide and Hands on Guide for AWS|49|2024-09-22| |122|[Gengzhige/Deep-Learning-Code](https://github.com/Gengzhige/Deep-Learning-Code)|《深度学习必修课:进击算法工程师》配套代码|48|2024-08-07| |123|[Kami-chanw/SEU-Course-Homework](https://github.com/Kami-chanw/SEU-Course-Homework)|东南大学计软智部分课程作业。|48|2024-08-30| |124|[chen2438/zstu-study](https://github.com/chen2438/zstu-study)|zstu 浙江理工大学 学习资料|48|2024-08-30| |125|[ruoxining/ZJUCourse](https://github.com/ruoxining/ZJUCourse)|ZJU课程资料,主要含英语+CS专业课,不含不合适公开的资料和违反honor code的作业|46|2024-07-02| |126|[personqianduixue/comap_crawler_2023](https://github.com/personqianduixue/comap_crawler_2023)|美赛爬虫,2022美赛获奖证书爬虫,2023美赛获奖证书爬虫,2024美赛获奖证书爬虫|45|2024-05-26| |127|[bbruceyuan/LLMs-101](https://github.com/bbruceyuan/LLMs-101)|从零到一实现一个 miniLLM~(动手学习LLM)|44|2024-04-30| |128|[fscdc/NKU-CS-FSC](https://github.com/fscdc/NKU-CS-FSC)|NKU CS的基本所有课程code和report(更新中)|42|2024-08-23| |129|[AccumulateMore/NLP](https://github.com/AccumulateMore/NLP)|✔最全面的 深度学习NLP 笔记|42|2024-09-06| |130|[yenlung/Python-AI-Book](https://github.com/yenlung/Python-AI-Book)|《少年Py的大冒險》第二集, 深度學習的入門!|42|2024-07-11| |131|[zsrl/miniqmt-demo](https://github.com/zsrl/miniqmt-demo)|《miniQMT实盘量化》系列教程的代码仓库|40|2024-08-01| |132|[CloneNOX/MSA-BiGCN](https://github.com/CloneNOX/MSA-BiGCN)|中山大学2022届本科生毕业论文《基于注意力机制和图卷积神经网络的多任务谣言检测》代码实现和baseline代码。现采用BERT作为编码器,实现了新的模型。|40|2024-04-25| |133|[LawsonAbs/learn](https://github.com/LawsonAbs/learn)|记录python,pytorch,git等工具的学习过程,主要是对该工具常用部分进行实践。|40|2024-09-01| |134|[Zenobia000/DeepLearning-ds-fundamental](https://github.com/Zenobia000/DeepLearning-ds-fundamental)|深度學習理論程式大全|37|2024-07-25| |135|[luhengshiwo/LLMForEverybody](https://github.com/luhengshiwo/LLMForEverybody)|每个人都能看懂的大模型知识分享,LLMs秋招大模型面试前必看,让你和面试官侃侃而谈|35|2024-10-10| |136|[tj-messi/cv-computer-visual-tj](https://github.com/tj-messi/cv-computer-visual-tj)|同济大学计算机视觉实验室学习|35|2024-10-11| |137|[Fan-Meng/DM-Python-MOOC](https://github.com/Fan-Meng/DM-Python-MOOC)|此项目提供在中国大学慕课《数据挖掘与python实践》在线课程的代码及相关资料。课程链接如下:https://www.icourse163.org/course/CUFE-1207262801|35|2024-09-09| |138|[minsixhao/bilibil_summarize](https://github.com/minsixhao/bilibil_summarize)|B站(Bilibili)视频 AI总结摘要|34|2024-09-05| |139|[GISer2000/daily_learning](https://github.com/GISer2000/daily_learning)|分享代码写作日常|33|2024-10-01| |140|[pangbo13/Courses](https://github.com/pangbo13/Courses)|此项目用于归档本人在上海交通大学计算机科学与技术专业学习过程中的作业与项目。|33|2024-07-13| |141|[wx-chevalier/Mathematics-Notes](https://github.com/wx-chevalier/Mathematics-Notes)|:books: [.md & .ipynb] 人工智能与深度学习实战--数理统计与数据分析篇|33|2024-10-07| |142|[Skyorca/BigDataAnalysis](https://github.com/Skyorca/BigDataAnalysis)|UCAS研一课程大数据分析的笔记和代码|33|2024-06-09| |143|[NAOSI-DLUT/DLUT_ISE_Courses](https://github.com/NAOSI-DLUT/DLUT_ISE_Courses)|大连理工大学软国专业课程指南,请同学们踊跃发言和@dingsio|31|2024-06-02| |144|[realyanyang/disambiguation](https://github.com/realyanyang/disambiguation)|OAG-WhoIsWho 赛道二 代码分享|30|2024-07-25| |145|[datawhalechina/hugging-audio](https://github.com/datawhalechina/hugging-audio)|Hugging Face Audio Course中文版,帮助学习者快速入门音频模态|29|2024-05-25| |146|[wklchris/blog](https://github.com/wklchris/blog)|个人 Github.io 站点上的博客文章 Blogs on my Github.io site|29|2024-09-27| |147|[unimauro/QuantumResources](https://github.com/unimauro/QuantumResources)|Here Quantum Resources like: Book, Papers, Videos|29|2024-07-31| |148|[DiqiangL/bat_code](https://github.com/DiqiangL/bat_code)|字节笔试、腾讯笔试、阿里笔试、美团笔试、拼多多笔试、蚂蚁金服笔试、百度笔试、网易笔试、华为笔试、荣耀笔试、oppo笔试、小米笔试、小红书笔试、bilibili笔试、米哈游笔试、携程笔试、快手笔试、大疆笔试、滴滴笔试、得物笔试、科大讯飞笔试、shein笔试、招商银行笔试、深信服笔试、用友笔试、顺丰笔试、微众银行笔试、奇安信笔试、联想笔试、58同城笔试、图森未来笔试、富途笔试、去哪儿笔试、蔚来笔试、茄 ...|28|2024-09-06| |149|[MING-ZCH/Awesome-LangChain-for-LLM-Application-Development](https://github.com/MING-ZCH/Awesome-LangChain-for-LLM-Application-Development)|中文教程:《使用 LangChain 开发基于 LLM 的应用程序》|28|2024-09-16| |150|[muchuang1024/python-examples](https://github.com/muchuang1024/python-examples)|我的python语言学习代码|28|2024-09-07| |151|[iHeadWater/iheadwater_hackweek_tutorials](https://github.com/iHeadWater/iheadwater_hackweek_tutorials)|水资源科研编程入门教程|27|2024-04-15| |152|[bettermorn/IAICourse](https://github.com/bettermorn/IAICourse)|工业智能课程内容|26|2024-08-11| |153|[aidoczh/langchain-doc-zh](https://github.com/aidoczh/langchain-doc-zh)|LangChain V0.2 官网文档中文翻译|25|2024-06-01| |154|[renhai-lab/Urban-Spatial-Data-Analysis-Notebook](https://github.com/renhai-lab/Urban-Spatial-Data-Analysis-Notebook)|城市空间数据分析初学者学习笔记|24|2024-07-12| |155|[HuichuanLI/GraphNeuralNetWork](https://github.com/HuichuanLI/GraphNeuralNetWork)|玩转图神经网络和知识图谱的相关算法:GCN,GAT,GAFM,GAAFM,GraphSage,W2V,TRANSe|24|2024-04-27|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Kotlin.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Kotlin 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[alibaba/p3c](https://github.com/alibaba/p3c)|Alibaba Java Coding Guidelines pmd implements and IDE plugin|30423|2024-08-06| |2|[gedoor/legado](https://github.com/gedoor/legado)|Legado 3.0 Book Reader with powerful controls & full functions❤️阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。|28845|2024-10-10| |3|[hectorqin/reader](https://github.com/hectorqin/reader)|阅读3服务器版,桌面端,iOS可用。后端 Kotlin + Spring Boot + Vert.x + Coroutine ;前端 Vue.js + Element。麻烦点点star,关注一下公众号【假装大佬】❗️ Demo服务器由于未备案已被关停,建议自行搭建|7945|2024-07-27| |4|[skydoves/android-developer-roadmap](https://github.com/skydoves/android-developer-roadmap)| 🗺 The Android Developer Roadmap offers comprehensive learning paths to help you understand Android ecosystems.|7280|2024-10-11| |5|[tangshimin/MuJing](https://github.com/tangshimin/MuJing)| 使用电影、美剧或文档生成词库(单词本),为单词营造具体语境,进而通过此语境进行单词记忆。与此同时,用户能够使用键盘快速拼写单词,以此助力形成肌肉记忆,高效促进英语学习。|1023|2024-10-10| |6|[xihan123/QDReadHook](https://github.com/xihan123/QDReadHook)|起点阅读自定义增强 Xp 模块,愿大家都有一个愉快的看书体验|779|2024-10-11| |7|[unit-mesh/build-your-ai-coding-assistant](https://github.com/unit-mesh/build-your-ai-coding-assistant)|《AI 研发提效:构建 AI 辅助编码助手》 —— 介绍如何 DIY 一个端到端(从 IDE 插件、模型选型、数据集构建到模型微调)的 AI 辅助编程工具,类似于 GitHub Copilot、JetBrains AI Assistant、AutoDev 等。|546|2024-07-05| |8|[kongpf8848/Animation](https://github.com/kongpf8848/Animation)|Android各种动画效果合集,项目包含了丰富的动画实例(逐帧动画,补间动画,Lottie动画,GIF动画,SVGA动画),体验动画之美,让Android动起来😊😄😎|473|2024-06-29| |9|[androidmalin/AndroidComponentPlugin](https://github.com/androidmalin/AndroidComponentPlugin)|Android上简单实现四大组件的插件化,供学习使用|459|2024-09-25| |10|[LiushuiXiaoxia/AndroidModular](https://github.com/LiushuiXiaoxia/AndroidModular)|总结Android模块化的一些技术点|359|2024-06-17| |11|[cy745/LMusic](https://github.com/cy745/LMusic)|一个简洁且独特的音乐播放器,在其中学习使用了MVVM架构|207|2024-10-07| |12|[leavesCZY/RobustWebView](https://github.com/leavesCZY/RobustWebView)|Android WebView H5 秒开方案总结|112|2024-05-01| |13|[idisfkj/daily_algorithm](https://github.com/idisfkj/daily_algorithm)|🔥算法进阶,由浅入深,欢迎加入一起共勉(A daily algorithm,Welcome to join and share together)|98|2024-06-23| |14|[Xigong93/XiaoZhuan](https://github.com/Xigong93/XiaoZhuan)|《小篆传包》一键上传Apk到多个应用市场,开源,免费|96|2024-07-18| |15|[JIULANG9/WordsFairyNote](https://github.com/JIULANG9/WordsFairyNote)|词仙笔记源码|91|2024-10-06| |16|[open-toys-controller/open-DGLAB-controller](https://github.com/open-toys-controller/open-DGLAB-controller)|郊狼3.0 API网络控制器. 支持任意编程语言. 郊狼socket控制器开发教程|75|2024-05-27| |17|[hsicen/HencoderPlus](https://github.com/hsicen/HencoderPlus)|扔物线Hencoder plus系列课程 |74|2024-09-12| |18|[Loren-Moon/RedBookComposeDemo](https://github.com/Loren-Moon/RedBookComposeDemo)|仿照iOS版小红书写的简单demo|54|2024-09-24| |19|[Gao-hao-nan/MVVM](https://github.com/Gao-hao-nan/MVVM)|基于 模块化+Kotlin+协程+Retrofit+Jetpack+MVVM 架构.能提供大家学习如何从0到1打造一个符合[大型Android项目的架构模式]|46|2024-07-12| |20|[MagicalSheep/lab](https://github.com/MagicalSheep/lab)|中南大学(CSU)计算机学院课程实验合集|45|2024-06-03| |21|[dora4/dora_samples](https://github.com/dora4/dora_samples)|❤️基于Jetpack MVVM,https://github.com/dora4/dora 的使用教程。|18|2024-09-14| |22|[CuteReimu/TheMessage](https://github.com/CuteReimu/TheMessage)|《风声典藏版》桌游的服务端代码。客户端代码见:https://github.com/Death-alter/TheMessage|16|2024-09-30| |23|[MskTmi/Bh3-ElysianRealm-Strategy](https://github.com/MskTmi/Bh3-ElysianRealm-Strategy)|基于Mirai-Console的QQ机器人崩坏3往世乐土攻略插件|16|2024-05-28| |24|[wgllss/WXNetArchitecture](https://github.com/wgllss/WXNetArchitecture)|花式封装:Kotlin+协程+Flow+Retrofit+OkHttp+Repository,倾囊相授,彻底减少模版代码进阶之路|11|2024-09-26| |25|[rengwuxian/CourseCoroutines](https://github.com/rengwuxian/CourseCoroutines)|《Kotlin 协程完全教程》的配套源码:rengwuxian.com/kc|11|2024-09-02| |26|[soloong/ComposeLearning](https://github.com/soloong/ComposeLearning)|Compose 学习|11|2024-07-20| |27|[xiaowine/DSP](https://github.com/xiaowine/DSP)|一个SharedPreferences和XSharedPreferences的封装库|10|2024-06-17| |28|[Knightwood/ComposePreference](https://github.com/Knightwood/ComposePreference)|material3设计的preference组件库,支持mmkv,shared preference和datastore(md3 preference component, which supports MMKV, shared preference, and datastore)|9|2024-08-07| |29|[bytebeats/polyglot](https://github.com/bytebeats/polyglot)|一个 Intellij 插件项目, 当工程需要支持多语言时, 本插件能够帮助你省去在浏览器或者翻译软件与你的项目之间来回切换的麻烦. 插件是第一生产力啊! Polyglot: to translate different languages with different translators! An Intellij platform plugin project.If your project ...|9|2024-05-08|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Lua.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Lua 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[Kengxxiao/ArknightsGameData](https://github.com/Kengxxiao/ArknightsGameData)|《明日方舟》游戏数据|1388|2024-10-11| |2|[kawre/leetcode.nvim](https://github.com/kawre/leetcode.nvim)|A Neovim plugin enabling you to solve LeetCode problems.|1071|2024-08-10| |3|[openresty/lua-resty-lock](https://github.com/openresty/lua-resty-lock)|Simple nonblocking lock API for ngx_lua based on shared memory dictionaries|304|2024-08-17| |4|[max-ri/Guidelime](https://github.com/max-ri/Guidelime)|Guidelime: A WoW Classic addon for leveling guides with automatic progress updates|156|2024-09-26| |5|[LintaoAmons/CoolStuffes](https://github.com/LintaoAmons/CoolStuffes)|我的分享放这里了,大家随便拿去用啊,记得给个星星就行啦~|141|2024-08-26| |6|[xuqifzz/hades-mod-tutorial](https://github.com/xuqifzz/hades-mod-tutorial)|Hades (哈迪斯/黑帝斯) 游戏内脚本修改教程|131|2024-06-23| |7|[JuanZoran/Trans.nvim](https://github.com/JuanZoran/Trans.nvim)|An awesome neovim plugin written by lua which can help translate English into Chinese 一个使用lua编写的neovim英文->中文[离线 在线]翻译插件, 还在施工中|125|2024-04-21| |8|[simdsoft/x-studio](https://github.com/simdsoft/x-studio)|This is the issues tracking, roadmap, docs src repo of the x-studio IDE. Copyright © 2014-2024 Simdsoft Limited|118|2024-07-15| |9|[JealousCat/GGMod](https://github.com/JealousCat/GGMod)|提供GameGuardian的MOD教程和代码,如luajava库、修复os.execute函数、完善String库、添加Canvas等。|83|2024-08-14| |10|[generals-space/note-devops](https://github.com/generals-space/note-devops)|linux运维笔记|60|2024-07-25| |11|[k8scat/lua-resty-feishu-auth](https://github.com/k8scat/lua-resty-feishu-auth)|适用于 OpenResty / ngx_lua 的基于飞书组织架构的登录认证|39|2024-05-08| |12|[MsLGXC/GTA-StandAIO](https://github.com/MsLGXC/GTA-StandAIO)|GTAV Stand Mod Menu的All In One多位一体合集储存库,包含了stand的大量优秀脚本、汉化,同时也是MsLGXC线上画质模组的唯一更新地址|29|2024-09-29| |13|[l549349545/MeetingStone_Happy](https://github.com/l549349545/MeetingStone_Happy)|魔兽世界集合石插件修改版|15|2024-10-01| |14|[newObjectccc/newObjectccc.github.io](https://github.com/newObjectccc/newObjectccc.github.io)|一个分享文章和技术还有推荐的Repo~|12|2024-08-31| |15|[Yiklek/oh-my-rime](https://github.com/Yiklek/oh-my-rime)|rime 输入法集合|10|2024-08-16| |16|[mamjun/DST-Sora](https://github.com/mamjun/DST-Sora)|《饥荒:联机版》里 穹妹的mod|8|2024-10-08| |17|[Tsinswreng/rime-TswG](https://github.com/Tsinswreng/rime-TswG)|rime輸入法lua腳本及方案分享|6|2024-05-06|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/MATLAB.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > MATLAB 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[MathFoundationRL/Book-Mathematical-Foundation-of-Reinforcement-Learning](https://github.com/MathFoundationRL/Book-Mathematical-Foundation-of-Reinforcement-Learning)|This is the homepage of a new book entitled "Mathematical Foundations of Reinforcement Learning."|3586|2024-10-01| |2|[dawnlh/awesome-low-light-image-enhancement](https://github.com/dawnlh/awesome-low-light-image-enhancement)|This is a resouce list for low light image enhancement|1430|2024-07-27| |3|[LZ-CH/Exposure_Correction-pytorch](https://github.com/LZ-CH/Exposure_Correction-pytorch)|CVPR2021 Learning Multi-Scale Photo Exposure Correction论文的非官方pytorch代码|126|2024-05-14| |4|[luo0207/undergraduate_course_resources_AIA_HUSTER](https://github.com/luo0207/undergraduate_course_resources_AIA_HUSTER)|华中科技大学人工智能与自动化学院本科学习资料:课件、试卷、笔记、代码|60|2024-08-14| |5|[kyiree/SuperEngineer](https://github.com/kyiree/SuperEngineer)|个人学习记录|31|2024-08-15| |6|[StZhang-B/PKU-Millimeter-Wave-Radar-Tutorial](https://github.com/StZhang-B/PKU-Millimeter-Wave-Radar-Tutorial)|本项目是为了PKU & BJTU大二学生本研轮转而创,内容包含了对毫米波雷达基础知识的总结、基于IWR1843的原始ADC数据处理、FMCW-MIMO毫米波雷达仿真、基于点云的人体追踪Demo、基于热力图的人体定位demo、手势识别demo和毫米波雷达生命体征检测Demo|20|2024-04-25| |7|[Teddy-Liao/Beauty-of-Control-using-Matlab](https://github.com/Teddy-Liao/Beauty-of-Control-using-Matlab)|复制了《控制之美卷2》书籍提供的Octave源代码,并用Matlab进行部分复现。|20|2024-05-31| |8|[infinity-07/Numerical-analysis-code](https://github.com/infinity-07/Numerical-analysis-code)|使用MATLAB实现数值分析课程的算法|17|2024-07-10| |9|[LiZhengXiao99/INS_Course_Matlab](https://github.com/LiZhengXiao99/INS_Course_Matlab)|安徽理工大学惯性导航课程设计,实现导航级 IMU 的标定、对准、递推;额外写了 PSINS 的对准和递推的主函数,跟严老师的结果做对比。|16|2024-06-12| |10|[ZHANG-JiXiang/ECOOT-cec2017](https://github.com/ZHANG-JiXiang/ECOOT-cec2017)|论文“增强型白骨顶鸡优化算法及其应用”的代码,实验与COA、PSO、WOA、BOA、AEO、HHO、AVOA七种群智能算法进行比较|14|2024-07-01| |11|[zhao-zhibo/INS](https://github.com/zhao-zhibo/INS)|INS.IMU. Inertial navigation mechanical arrangement algorithm, based on Yan Gongmin's PSINS 惯导机械编排算法,以严恭敏的PSINS为基础,可以完成武汉大学的机械编排课程作业. |12|2024-05-31| |12|[yan-fanyu/CUMCM-Paper-And-SourceCode](https://github.com/yan-fanyu/CUMCM-Paper-And-SourceCode)|CUMCM 2010年-2023年全国大学生数学建模竞赛论文和源代码(Paper and source code for the 2010-2023 National College Student Mathematical Modeling Competition)|11|2024-09-09| |13|[chenguangwei/tech-knowledge](https://github.com/chenguangwei/tech-knowledge)|整理自己的一些 github stars项目和学习记录|11|2024-10-11| |14|[bhu619/Beauty-of-Control-Systems-Notebook](https://github.com/bhu619/Beauty-of-Control-Systems-Notebook)|记录在Bilibili上关注UP主DR_CAN的视频教程以及相关书籍课程的学习笔记。|10|2024-09-14| |15|[LuchengCai/Batch-DRT-transformation-processing-of-EIS-data-based-on-MATLAB](https://github.com/LuchengCai/Batch-DRT-transformation-processing-of-EIS-data-based-on-MATLAB)|该项目需将多个eis数据(包含频率、实部、虚部)汇总到一个excel表格中(每个sheet一份数据),可将多个eis数据批量转化为DRT图谱。|6|2024-09-19| |16|[pipimamaoyuan/XJTU-automation-undergraduate-all-Learning-Materials-](https://github.com/pipimamaoyuan/XJTU-automation-undergraduate-all-Learning-Materials-)|西安交通大学自动化专业本科生学习资料 XJTU automation undergraduate all Learning Materials|6|2024-08-15| |17|[WZRforcontrol/YSU_JY_B_ks](https://github.com/WZRforcontrol/YSU_JY_B_ks)|YSU机械原理B课程设计(方案二)|4|2024-09-05| |18|[vectorZeng/CUG_Automation](https://github.com/vectorZeng/CUG_Automation)|中国地质大学 (武汉) 自动化专业 课程资料共享|4|2024-09-12| |19|[tqlnb/servo_motor_study](https://github.com/tqlnb/servo_motor_study)|伺服电机以及simulink建模学习|3|2024-08-02| |20|[lankerr/BIT_2023_DSP-RADAR](https://github.com/lankerr/BIT_2023_DSP-RADAR)|2023北京理工大学数字信号处理和雷达课程的matlab代码|3|2024-05-06| |21|[Dilettante258/MathExpA](https://github.com/Dilettante258/MathExpA)|2024年 南京邮电大学 数学实验A 作业留档。参考教材:《MATLAB数学实验》 第三版(胡良剑 孙晓君)|3|2024-04-22| |22|[barkure/MATLAB-Projects](https://github.com/barkure/MATLAB-Projects)|本科期间一些课程涉及到的 MATLAB 代码|3|2024-05-03| |23|[Ahalikai/MOEA](https://github.com/Ahalikai/MOEA)|Live and learn. Understanding and Matlab reproduction of some classical algorithms (such as MOEA, Surrogate Model, Reinforcement Learning etc.). 对一些经典算法的理解和Matlab代码复现(如:多目标优化、代理模型、强化学习等)。|3|2024-09-11|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Objective-C.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Objective-C 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[ibireme/YYKit](https://github.com/ibireme/YYKit)|A collection of iOS components.|13989|2024-06-25| |2|[pujiaxin33/JXPagingView](https://github.com/pujiaxin33/JXPagingView)|类似微博主页、简书主页等效果。多页面嵌套,既可以上下滑动,也可以左右滑动切换页面。支持HeaderView悬浮、支持下拉刷新、上拉加载更多。|2900|2024-07-15| |3|[Alinto/sogo](https://github.com/Alinto/sogo)|SOGo is a very fast and scalable modern collaboration suite (groupware). It offers calendaring, address book management, and a full-featured Webmail client along with resource sharing and permission h ...|1788|2024-10-11| |4|[HeathWang/HWPanModal](https://github.com/HeathWang/HWPanModal)|HWPanModal presents controller from bottom and drag to dismiss, high customize. iOS13 default modalPresentationStyle. 任意形式的底部弹框动画;头条、知乎、抖音弹出评论效果;地图浮层,iOS13 present默认模态效果。|1160|2024-05-30| |5|[tangtiancheng/DouYinComment](https://github.com/tangtiancheng/DouYinComment)|iOS Widget Video Gif Play Animation 1. gif视频播放小组件, 帧动画小组件, 摇摇乐小组件, 网易云iOS小组件,动态Widget,时钟组件,风扇组件,滚动照片组件; 2.抖音视频转场动画,抖音左滑push进个人主页, 评论手势拖拽效果 , 视频播放, 边下边播, 预加载, TikTok ; 3.铃声多多,上传铃声音频到库乐队(GarageBand) 4.微 ...|569|2024-08-07| |6|[MobClub/ShareSDK-for-iOS](https://github.com/MobClub/ShareSDK-for-iOS)|快捷好用的社会化分享组件 Convenient SDK for SNS Share Feature|465|2024-09-19| |7|[debugly/FFmpegTutorial](https://github.com/debugly/FFmpegTutorial)|FFmpeg step by step tutorials for iOS/macOS developer. (适合零基础的 iOS/macOS 开发者学习FFmpeg API 和音视频渲染技术。演示了 OpenGL 和 Metal 等多种视频渲染方式,以及使用 AudioUnit 和 AudioQueue 渲染不同格式的音频。)|304|2024-08-01| |8|[muzipiao/OOB](https://github.com/muzipiao/OOB)|基于 OpenCV,使用模板匹配法识别图像,供参考学习。|134|2024-07-21| |9|[rongcloud/ios-ui-sdk-set](https://github.com/rongcloud/ios-ui-sdk-set)|融云 IM UI SDK 集合,包括各种 UI 组件|39|2024-09-19| |10|[XLsn0w/XLsn0w](https://github.com/XLsn0w/XLsn0w)|🔥🔥🔥联系我:XLsn00w@gmail.com 微信公众号: Cydia Cydia官方源: https://xlsn0w.github.io/tweaks/ 🔥🔥🔥|19|2024-05-03| |11|[aolan/iOS_Develop](https://github.com/aolan/iOS_Develop)|该文档都是日常开发过程中解决问题的经验总结。|17|2024-06-04| |12|[nicolastinkl/Haose-Learning-Cracking-RSA](https://github.com/nicolastinkl/Haose-Learning-Cracking-RSA)|Flutter 逆向 破解好色先生协议,编写协议抓取python脚本,以及批量获取数据和视频的核心技巧|11|2024-07-25| |13|[GardenerYun/iOS--Note](https://github.com/GardenerYun/iOS--Note)|iOS研究笔记|11|2024-04-17| |14|[itenfay/DYFCryptoUtils](https://github.com/itenfay/DYFCryptoUtils)|实现 iOS 的Base64, 32/16位 MD5, DES, AES, RSA算法,调用简单且好用。(Achieves Base64, 32/16 bit MD5, DES, AES and RSA algorithms for iOS, the invocation is simple and easy to use.)|10|2024-06-16| |15|[CarvenChen/p12ToPemBuilder](https://github.com/CarvenChen/p12ToPemBuilder)|一个简单的Mac版小工具,可以一键处理p12文件,生成.pem证书。 目前测试过了iOS开发中APNS的推送证书,可以完美运行。|9|2024-05-08| |16|[WangGuibin/TestDemo](https://github.com/WangGuibin/TestDemo)|平时学习或者测试轮子时的demo|7|2024-08-11| |17|[Veeco/WGExtension](https://github.com/Veeco/WGExtension)|iOS实用工具小合集|5|2024-09-27| |18|[HY-Vae/J2MenuViewController](https://github.com/HY-Vae/J2MenuViewController)|浏览器菜单、夸克、百度简单、菜单、弹出菜单、分享菜单、横屏、横屏适配|4|2024-09-13| |19|[BinHanDev/BlogDemo](https://github.com/BinHanDev/BlogDemo)|博客中的Demo及其他|3|2024-05-08| |20|[huangchangweng/HLTool](https://github.com/huangchangweng/HLTool)|iOS开发工具类集合|2|2024-08-14| |21|[zpfate/FlutterCookbook](https://github.com/zpfate/FlutterCookbook)|Flutter初学,各组件学习使用Demo|2|2024-05-17|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/PHP.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > PHP 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[DesignPatternsPHP/DesignPatternsPHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP)|Sample code for several design patterns in PHP 8.x|21857|2024-06-11| |2|[Hanson/vbot](https://github.com/Hanson/vbot)|微信,企微,机器人,企业微信,企微机器人,微信机器人,小红书,美团,美团爬虫,聚合聊天,RPA,协议,hook,逆向,群发,自动回复,chatgpt,API对接,稳定防封全语言通用,企业定制/SCRM/SAAS专用|4022|2024-08-26| |3|[freescout-help-desk/freescout](https://github.com/freescout-help-desk/freescout)|FreeScout — Free self-hosted help desk & shared mailbox (Zendesk / Help Scout alternative)|2966|2024-10-09| |4|[easychen/one-person-businesses-methodology-v2.0](https://github.com/easychen/one-person-businesses-methodology-v2.0)|《一人企业方法论》第二版,也适合做其他副业(比如自媒体、电商、数字商品)的非技术人群。|2837|2024-07-19| |5|[wususu/effective-resourses](https://github.com/wususu/effective-resourses)| :book:学习资源整合|2669|2024-05-29| |6|[ProbiusOfficial/Hello-CTF](https://github.com/ProbiusOfficial/Hello-CTF)|【Hello CTF】题目配套,免费开源的CTF入门教程,针对0基础新手编写,同时兼顾信息差的填补,对各阶段的CTFer都友好的开源教程,致力于CTF和网络安全的开源生态!|2177|2024-10-11| |7|[codehub666/94list](https://github.com/codehub666/94list)|百度网盘分享链接分析渲染列表辅助下载开源程序|1818|2024-08-02| |8|[basicmi/AI-Chip](https://github.com/basicmi/AI-Chip)|A list of ICs and IPs for AI, Machine Learning and Deep Learning.|1631|2024-06-05| |9|[evilc0deooo/PentesterSpecialDict](https://github.com/evilc0deooo/PentesterSpecialDict)|构建并优化高效的渗透测试字典集合,以提升网络安全从业人员的测试效率和效果。|1548|2024-07-27| |10|[dedemao/weixinPay](https://github.com/dedemao/weixinPay)|微信支付单文件版。一个PHP文件搞定微信支付系列。包括原生支付(扫码支付),H5支付,公众号支付,现金红包、企业付款到零钱等。新增V3版。|1158|2024-04-29| |11|[zelon88/HRConvert2](https://github.com/zelon88/HRConvert2)|A self-hosted, drag-and-drop & nosql file conversion server & share tool that supports 445 file formats in 13 languages.|1090|2024-06-11| |12|[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 ...|1075|2024-10-05| |13|[duoergun0729/1book](https://github.com/duoergun0729/1book)|《Web安全之机器学习入门》|893|2024-08-29| |14|[kevinyan815/Learning_Laravel_Kernel](https://github.com/kevinyan815/Learning_Laravel_Kernel)|Laravel核心代码学习|886|2024-10-08| |15|[zblogcn/zblogphp](https://github.com/zblogcn/zblogphp)|Z-BlogPHP博客程序|813|2024-09-30| |16|[liaocp666/Jasmine](https://github.com/liaocp666/Jasmine)|A Typecho Theme. 一款 Typecho 主题。专为博客类网站开发,响应式设计,在移动端也有不错体验。主要使用白、灰、黑三种配色,整体简洁、精致、美观。|674|2024-07-25| |17|[zhuige-com/jiangqie_kafei](https://github.com/zhuige-com/jiangqie_kafei)|酱茄小程序开源版,基于WordPress的微信小程序,适用于博客小程序和新闻资讯小程序。|590|2024-07-17| |18|[tsxcw/mtab](https://github.com/tsxcw/mtab)|Mtab书签导航程序 - 免费无广告的浏览器书签助手,多端同步、美观易用的在 线导航和书签工具,自主研发免费使用,帮助您高效管理 网页和应用,提升在线体验。|344|2024-10-03| |19|[yeszao/fastphp](https://github.com/yeszao/fastphp)|最简洁易懂的PHP MVC框架入门教程|317|2024-05-28| |20|[ordylan/OrdylanNote](https://github.com/ordylan/OrdylanNote)|Welcome to ON, a php-based webpage notebook with a variety of games.|274|2024-10-05| |21|[lu2ker/PHP-Code](https://github.com/lu2ker/PHP-Code)|通过ThinkPHP框架学习PHP代码审计|237|2024-06-19| |22|[ipaperclip/paperclipfans](https://github.com/ipaperclip/paperclipfans)|Hi~ 这里是 回形针 PaperClip 非官方的资料整理仓库,我们迫切的希望您的帮助整理,这将加速我们的网站维护每一期的文字稿及图片内容。|228|2024-09-14| |23|[changbin1997/MWordStar](https://github.com/changbin1997/MWordStar)|响应式双栏 Typecho 博客主题|201|2024-08-29| |24|[changbin1997/Facile](https://github.com/changbin1997/Facile)|一个简洁的 Typecho 博客主题|160|2024-08-29| |25|[filhodanuvem/awesome-php-jobs](https://github.com/filhodanuvem/awesome-php-jobs)|🐘A curated list of companies using php |139|2024-09-12| |26|[Lete114/Vercel-Typecho](https://github.com/Lete114/Vercel-Typecho)|Vercel 免费部署 Typecho 博客 Vercel Free Deploy Typecho Blog|138|2024-06-10| |27|[dingzd1995/typecho-theme-waxy](https://github.com/dingzd1995/typecho-theme-waxy)|Waxy 简洁自适应博客主题,轻量高效,悦于书写!演示地址:https://www.idzd.top/|136|2024-04-30| |28|[wap-game/xiyou](https://github.com/wap-game/xiyou)|wap文字游戏《幻想西游》的php源码,资源来自于网络,侵权联系删除。学习测试目的的演示网站如下|133|2024-08-05| |29|[ProbiusOfficial/PHPSerialize-labs](https://github.com/ProbiusOfficial/PHPSerialize-labs)|【Hello-CTF labs】PHPSerialize-labs是一个使用php语言编写的,用于学习CTF中PHP反序列化的入门靶场。旨在帮助大家对PHP的序列化和反序列化有一个全面的了解。|132|2024-07-13| |30|[find-xposed-magisk/pandora-next](https://github.com/find-xposed-magisk/pandora-next)|潘多拉云 + 潘多拉服务器 + 共享聊天 + BackendAPI 代理 + Chat2API = 潘多拉下一个。新的GPT(Gizmo)UI,多合一!Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy + Chat2API = PandoraNext. New GPTs(Gizmo) UI, All in one!|95|2024-05-11| |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.|79|2024-09-11| |32|[asundust/wechat-work-push](https://github.com/asundust/wechat-work-push)|利用企业微信应用消息向微信发送通知(无需公众号,不需要安装企业微信客户端,低成本推送消息解决方案)|78|2024-08-19| |33|[CodeIgniter-Chinese/codeigniter4-user-guide](https://github.com/CodeIgniter-Chinese/codeigniter4-user-guide)|CodeIgniter 4 Chinese User Guide - CodeIgniter 4 简体中文手册|78|2024-09-19| |34|[nazgul26/PHPRecipebook](https://github.com/nazgul26/PHPRecipebook)|Cookbook and Meal planning software. Runs on PHP with MySQL/PostgreSQL.|61|2024-08-19| |35|[ss098/work](https://github.com/ss098/work)|一个收集图片并打包的工具,主要用于完成上级团委组织的行政任务:收集青年大学习截图。|54|2024-06-18| |36|[ProbiusOfficial/ctf2awd](https://github.com/ProbiusOfficial/ctf2awd)|试试用CTF的方式来学习AWD?|49|2024-09-07| |37|[zhangyue0503/dev-blog](https://github.com/zhangyue0503/dev-blog)|php博客文章|48|2024-05-09| |38|[y-ohgi/introduction-docker](https://github.com/y-ohgi/introduction-docker)|入門Docker用のGitBookとハンズオン用アプリケーション|46|2024-08-18| |39|[ProbiusOfficial/RCE-labs](https://github.com/ProbiusOfficial/RCE-labs)|【Hello-CTF labs】一个想帮你收集所有RCE技巧的靶场。|43|2024-08-15| |40|[yixxqg2023/yixxqg](https://github.com/yixxqg2023/yixxqg)|易语言 学习强国 挂机 多账户 |41|2024-05-14|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Pascal.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Pascal 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[Fr0sT-Brutal/awesome-pascal](https://github.com/Fr0sT-Brutal/awesome-pascal)|A curated list of awesome Delphi/FreePascal/(any)Pascal frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. Open source and freeware only!|1807|2024-04-25| |2|[scarsty/kys-pascal](https://github.com/scarsty/kys-pascal)|《金庸群侠传》Pascal重制版|124|2024-06-06| |3|[yzfuture/yzfuture](https://github.com/yzfuture/yzfuture)|鱼住未来相关开发资料|53|2024-09-19|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Perl.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Perl 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[WindyCloudCute/LANraragi_Chinese](https://github.com/WindyCloudCute/LANraragi_Chinese)|全新稳定更新的LANraragi中文汉化翻译项目|73|2024-04-14|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Python.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Python 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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.|272236|2024-08-07| |2|[jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)|Python - 100天从新手到大师|155584|2024-08-15| |3|[521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub)|:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.|91664|2024-09-28| |4|[d2l-ai/d2l-zh](https://github.com/d2l-ai/d2l-zh)|《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。|62068|2024-07-30| |5|[Asabeneh/30-Days-Of-Python](https://github.com/Asabeneh/30-Days-Of-Python)|30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may ...|41891|2024-10-09| |6|[0voice/interview_internal_reference](https://github.com/0voice/interview_internal_reference)|2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。|36582|2024-05-20| |7|[satwikkansal/wtfpython](https://github.com/satwikkansal/wtfpython)|What the f*ck Python? 😱|35706|2024-10-11| |8|[TencentARC/GFPGAN](https://github.com/TencentARC/GFPGAN)|GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.|35681|2024-07-26| |9|[0xAX/linux-insides](https://github.com/0xAX/linux-insides)|A little bit about a linux kernel|29891|2024-07-17| |10|[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.|23412|2024-08-18| |11|[wangzheng0822/algo](https://github.com/wangzheng0822/algo)|数据结构和算法必知必会的50个代码实现|22887|2024-08-21| |12|[shimohq/chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)|中国程序员容易发音错误的单词|22212|2024-08-16| |13|[luong-komorebi/Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software)|🐧 A list of awesome Linux softwares |22119|2024-09-16| |14|[drduh/macOS-Security-and-Privacy-Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide)|Guide to securing and improving privacy on macOS|21236|2024-09-29| |15|[Vonng/ddia](https://github.com/Vonng/ddia)|《Designing Data-Intensive Application》DDIA中文翻译|20263|2024-08-29| |16|[LiLittleCat/awesome-free-chatgpt](https://github.com/LiLittleCat/awesome-free-chatgpt)|🆓免费的 ChatGPT 镜像网站列表,持续更新。List of free ChatGPT mirror sites, continuously updated. |18057|2024-10-11| |17|[wistbean/learn_python3_spider](https://github.com/wistbean/learn_python3_spider)|python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式 ...|18055|2024-07-29| |18|[NanmiCoder/MediaCrawler](https://github.com/NanmiCoder/MediaCrawler)|小红书笔记 评论爬虫、抖音视频 评论爬虫、快手视频 评论爬虫、B 站视频 | 评论爬虫、微博帖子 | 评论爬虫、百度贴吧帖子 | 百度贴吧评论回复爬虫 知乎问答文章|评论爬虫|16901|2024-10-10| |19|[sczhou/CodeFormer](https://github.com/sczhou/CodeFormer)|[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer|15535|2024-10-09| |20|[LlamaFamily/Llama-Chinese](https://github.com/LlamaFamily/Llama-Chinese)|Llama中文社区,Llama3在线体验和微调模型已开放,实时汇总最新Llama3学习资料,已将所有代码更新适配Llama3,构建最好的中文Llama大模型,完全开源可商用|13782|2024-09-05| |21|[jindongwang/transferlearning](https://github.com/jindongwang/transferlearning)|Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习|13339|2024-09-25| |22|[opendatalab/MinerU](https://github.com/opendatalab/MinerU)|A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction.一站式开源高质量数据提取工具,支持PDF/网页/多格式电子书提取。|12759|2024-10-10| |23|[OpenTalker/SadTalker](https://github.com/OpenTalker/SadTalker)|[CVPR 2023] SadTalker:Learning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation|11782|2024-06-26| |24|[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.⭐⭐⭐|11358|2024-08-29| |25|[EmbraceAGI/awesome-chatgpt-zh](https://github.com/EmbraceAGI/awesome-chatgpt-zh)|ChatGPT 中文指南🔥,ChatGPT 中文调教指南,指令指南,应用开发指南,精选资源清单,更好的使用 chatGPT 让你的生产力 up up up! 🚀|10623|2024-08-30| |26|[jianchang512/pyvideotrans](https://github.com/jianchang512/pyvideotrans)|Translate the video from one language to another and add dubbing. 将视频从一种语言翻译为另一种语言,并支持api调用|10298|2024-10-11| |27|[Jack-Cherish/PythonPark](https://github.com/Jack-Cherish/PythonPark)|Python 开源项目之「自学编程之路」,保姆级教程:AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。|9443|2024-09-16| |28|[Visualize-ML/Book4_Power-of-Matrix](https://github.com/Visualize-ML/Book4_Power-of-Matrix)|Book_4_《矩阵力量》 鸢尾花书:从加减乘除到机器学习;上架!|8651|2024-09-11| |29|[ctf-wiki/ctf-wiki](https://github.com/ctf-wiki/ctf-wiki)|Come and join us, we need you!|8143|2024-10-03| |30|[jackzhenguo/python-small-examples](https://github.com/jackzhenguo/python-small-examples)|告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 https://ai-jupyter.com|7953|2024-06-26| |31|[kangvcar/InfoSpider](https://github.com/kangvcar/InfoSpider)|INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源 ...|7806|2024-08-20| |32|[JoeanAmier/TikTokDownloader](https://github.com/JoeanAmier/TikTokDownloader)|TikTok 主页/合辑/直播/视频/图集/原声;抖音主页/视频/图集/收藏/直播/原声/合集/评论/账号/搜索/热榜数据采集工具|7696|2024-09-24| |33|[shenweichen/DeepCTR](https://github.com/shenweichen/DeepCTR)|Easy-to-use,Modular and Extendible package of deep-learning based CTR models .|7546|2024-08-09| |34|[TingsongYu/PyTorch_Tutorial](https://github.com/TingsongYu/PyTorch_Tutorial)|《Pytorch模型训练实用教程》中配套代码|7475|2024-07-30| |35|[yihong0618/bilingual_book_maker](https://github.com/yihong0618/bilingual_book_maker)|Make bilingual epub books Using AI translate|7345|2024-08-24| |36|[PantsuDango/Dango-Translator](https://github.com/PantsuDango/Dango-Translator)|团子翻译器 —— 个人兴趣制作的一款基于OCR技术的翻译器|6994|2024-10-02| |37|[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仓库排名,每日自动更新|6769|2024-10-11| |38|[PyQt5/PyQt](https://github.com/PyQt5/PyQt)|PyQt Examples(PyQt各种测试和例子) PyQt4 PyQt5|6612|2024-05-30| |39|[Visualize-ML/Book3_Elements-of-Mathematics](https://github.com/Visualize-ML/Book3_Elements-of-Mathematics)|Book_3_《数学要素》 鸢尾花书:从加减乘除到机器学习;上架;欢迎继续纠错,纠错多的同学还会有赠书!|6366|2024-09-11| |40|[jackhawks/rectg](https://github.com/jackhawks/rectg)|我们从5000多个Telegram群组、频道和机器人中精心挑选了最优质的资源。本项目中的所有内容均来自互联网,仅用于学习和技术研究目的。|6278|2024-08-04| |41|[liuhuanyong/QASystemOnMedicalKG](https://github.com/liuhuanyong/QASystemOnMedicalKG)| A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。|6243|2024-08-08| |42|[itcharge/LeetCode-Py](https://github.com/itcharge/LeetCode-Py)|⛽️「算法通关手册」:超详细的「算法与数据结构」基础讲解教程,从零基础开始学习算法知识,850+ 道「LeetCode 题目」详细解析,200 道「大厂面试热门题目」。|5825|2024-09-21| |43|[pengxiao-song/LaWGPT](https://github.com/pengxiao-song/LaWGPT)| 🎉 Repo for LaWGPT, Chinese-Llama tuned with Chinese Legal knowledge. 基于中文法律知识的大语言模型|5807|2024-06-11| |44|[xiaolai/regular-investing-in-box](https://github.com/xiaolai/regular-investing-in-box)|定投改变命运 —— 让时间陪你慢慢变富 https://onregularinvesting.com|5639|2024-10-11| |45|[shidahuilang/shuyuan](https://github.com/shidahuilang/shuyuan)|香色闺阁+阅读3.0书源+源阅读+爱阅书香+千阅+花火阅读+读不舍手+IPTV源+IPA巨魔应用=自动更新|5542|2024-10-11| |46|[EwingYangs/awesome-open-gpt](https://github.com/EwingYangs/awesome-open-gpt)|Collection of Open Source Projects Related to GPT,GPT相关开源项目合集🚀、精选🔥🔥|5526|2024-08-21| |47|[JoeanAmier/XHS-Downloader](https://github.com/JoeanAmier/XHS-Downloader)|小红书链接提取/作品采集工具:提取账号发布、收藏、点赞、专辑作品链接;提取搜索结果作品、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书无水印作品文件!|5232|2024-09-25| |48|[lyhue1991/eat_pytorch_in_20_days](https://github.com/lyhue1991/eat_pytorch_in_20_days)|Pytorch🍊🍉 is delicious, just eat it! 😋😋|5172|2024-09-11| |49|[zyddnys/manga-image-translator](https://github.com/zyddnys/manga-image-translator)|Translate manga/image 一键翻译各类图片内文字 https://cotrans.touhou.ai/|5135|2024-10-05| |50|[huangsam/ultimate-python](https://github.com/huangsam/ultimate-python)|Ultimate Python study guide :snake: :snake: :snake:|5069|2024-10-07| |51|[lonePatient/awesome-pretrained-chinese-nlp-models](https://github.com/lonePatient/awesome-pretrained-chinese-nlp-models)|Awesome Pretrained Chinese NLP Models,高质量中文预训练模型&大模型&多模态模型&大语言模型集合|4774|2024-09-27| |52|[OpenBMB/ToolBench](https://github.com/OpenBMB/ToolBench)|[ICLR'24 spotlight] An open platform for training, serving, and evaluating large language model for tool learning.|4772|2024-09-29| |53|[DropsDevopsOrg/ECommerceCrawlers](https://github.com/DropsDevopsOrg/ECommerceCrawlers)|实战🐍多种网站、电商数据爬虫🕷。包含🕸:淘宝商品、微信公众号、大众点评、企查查、招聘网站、闲鱼、阿里任务、博客园、微博、百度贴吧、豆瓣电影、包图网、全景网、豆瓣音乐、某省药监局、搜狐新闻、机器学习文本采集、fofa资产采集、汽车之家、国家统计局、百度关键词收录数、蜘蛛泛目录、今日头条、豆瓣影评、携程、小米应用商店、安居客、途家民宿❤️❤️❤️。微信爬虫展示项目:|4697|2024-05-22| |54|[HIllya51/LunaTranslator](https://github.com/HIllya51/LunaTranslator)|Galgame翻译器,支持HOOK、OCR、剪贴板等。Visual Novel Translator , support HOOK / OCR / clipboard|4673|2024-10-11| |55|[lucidrains/x-transformers](https://github.com/lucidrains/x-transformers)|A concise but complete full-attention transformer with a set of promising experimental features from various papers|4643|2024-10-09| |56|[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|4607|2024-09-06| |57|[offu/WeRoBot](https://github.com/offu/WeRoBot)|WeRoBot 是一个微信公众号开发框架|4576|2024-07-06| |58|[LyleMi/Learn-Web-Hacking](https://github.com/LyleMi/Learn-Web-Hacking)|Study Notes For Web Hacking / Web安全学习笔记|4570|2024-09-18| |59|[phodal/awesome-iot](https://github.com/phodal/awesome-iot)|Awesome IoT. A collaborative list of great resources about IoT Framework, Library, OS, Platform|4309|2024-09-30| |60|[PyJun/Mooc_Downloader](https://github.com/PyJun/Mooc_Downloader)|学无止下载器,慕课下载器,Mooc网课下载,慕课网,中国大学,网易云课堂,有道精品课,有道领世,腾讯课堂,B站课堂,中公网校,新东方,高途,途途,学浪,抖音课堂,小鹅通,千聊,兴趣岛,超星学习通,学银在线,智慧职教,智慧树,学堂在线,爱课程;支持视频课件同时下载|4293|2024-06-11| |61|[Fanghua-Yu/SUPIR](https://github.com/Fanghua-Yu/SUPIR)|SUPIR aims at developing Practical Algorithms for Photo-Realistic Image Restoration In the Wild. Our new online demo is also released at suppixel.ai.|4287|2024-07-30| |62|[cirosantilli/linux-kernel-module-cheat](https://github.com/cirosantilli/linux-kernel-module-cheat)|The perfect emulation setup to study and develop the Linux kernel v5.4.3, kernel modules, QEMU, gem5 and x86_64, ARMv7 and ARMv8 userland and baremetal assembly, ANSI C, C++ and POSIX. GDB step debug ...|4171|2024-09-24| |63|[kwai/DouZero](https://github.com/kwai/DouZero)|[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning 斗地主AI|4097|2024-06-26| |64|[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 ...|4090|2024-09-26| |65|[baichuan-inc/Baichuan2](https://github.com/baichuan-inc/Baichuan2)|A series of large language models developed by Baichuan Intelligent Technology|4083|2024-06-22| |66|[qq547276542/Agriculture_KnowledgeGraph](https://github.com/qq547276542/Agriculture_KnowledgeGraph)|农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策|3985|2024-07-19| |67|[CrazyBoyM/llama3-Chinese-chat](https://github.com/CrazyBoyM/llama3-Chinese-chat)|Llama3、Llama3.1 中文仓库(随书籍撰写中... 各种网友及厂商微调、魔改版本有趣权重 & 训练、推理、评测、部署教程视频 & 文档)|3973|2024-09-16| |68|[GreaterWMS/GreaterWMS](https://github.com/GreaterWMS/GreaterWMS)|This Inventory management system is the currently Ford Asia Pacific after-sales logistics warehousing supply chain process . After I leave Ford , I start this project . You can share your vacant wareh ...|3948|2024-08-01| |69|[vastsa/FileCodeBox](https://github.com/vastsa/FileCodeBox)|文件快递柜-匿名口令分享文本,文件,像拿快递一样取文件(FileCodeBox - File Express Cabinet - Anonymous Passcode Sharing Text, Files, Like Taking Express Delivery for Files)|3936|2024-10-08| |70|[paperswithbacktest/awesome-systematic-trading](https://github.com/paperswithbacktest/awesome-systematic-trading)|A curated list of awesome libraries, packages, strategies, books, blogs, tutorials for systematic trading.|3831|2024-08-16| |71|[Huanshere/VideoLingo](https://github.com/Huanshere/VideoLingo)|Netflix-level subtitle cutting, translation, alignment, and even dubbing - one-click fully automated AI video subtitle team Netflix级字幕切割、翻译、对齐、甚至加上配音,一键全自动视频搬运AI字幕组|3794|2024-10-11| |72|[huangrt01/CS-Notes](https://github.com/huangrt01/CS-Notes)|我的自学笔记,终身更新,当前专注System基础、MLSys。|3793|2024-10-02| |73|[swaggyP36000/TrollStore-IPAs](https://github.com/swaggyP36000/TrollStore-IPAs)|A collection of IPA files from many different sources, for TrollStore!|3745|2024-09-14| |74|[Threekiii/Awesome-Redteam](https://github.com/Threekiii/Awesome-Redteam)|一个攻防知识仓库 Red Teaming and Offensive Security|3561|2024-09-29| |75|[microsoft/AI-System](https://github.com/microsoft/AI-System)|System for AI Education Resource.|3477|2024-06-21| |76|[princeton-nlp/SimCSE](https://github.com/princeton-nlp/SimCSE)|[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821|3378|2024-07-02| |77|[thuml/Transfer-Learning-Library](https://github.com/thuml/Transfer-Learning-Library)|Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization|3371|2024-05-10| |78|[iswbm/magic-python](https://github.com/iswbm/magic-python)|Python 黑魔法手册|3334|2024-06-19| |79|[biliup/biliup](https://github.com/biliup/biliup)|全自动录播、直播录制、分p投稿工具,支持twitch、ytb频道搬运。|3266|2024-09-21| |80|[X-D-Lab/LangChain-ChatGLM-Webui](https://github.com/X-D-Lab/LangChain-ChatGLM-Webui)|基于LangChain和ChatGLM-6B等系列LLM的针对本地知识库的自动问答|3154|2024-04-15| |81|[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. |3069|2024-05-27| |82|[pinry/pinry](https://github.com/pinry/pinry)|Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. It's open-source and self-hosted.|3060|2024-10-05| |83|[shenweichen/DeepCTR-Torch](https://github.com/shenweichen/DeepCTR-Torch)|【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.|2992|2024-07-02| |84|[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/|2928|2024-07-25| |85|[wnma3mz/wechat_articles_spider](https://github.com/wnma3mz/wechat_articles_spider)|微信公众号文章的爬虫|2848|2024-04-18| |86|[jumper2014/lianjia-beike-spider](https://github.com/jumper2014/lianjia-beike-spider)|链家网和贝壳网房价爬虫,采集北京上海广州深圳等21个中国主要城市的房价数据(小区,二手房,出租房,新房),稳定可靠快速!支持csv,MySQL, MongoDB,Excel, json存储,支持Python2和3,图表展示数据,注释丰富 ,点星支持,仅供学习参考,请勿用于商业用途,后果自负。|2810|2024-06-29| |87|[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 ...|2780|2024-06-10| |88|[mhxion/awesome-discord-communities](https://github.com/mhxion/awesome-discord-communities)|A curated list of awesome Discord communities for programmers|2780|2024-08-08| |89|[PegasusWang/python_data_structures_and_algorithms](https://github.com/PegasusWang/python_data_structures_and_algorithms)|Python 中文数据结构和算法教程|2755|2024-06-16| |90|[guanguans/favorite-link](https://github.com/guanguans/favorite-link)|❤️ 每天收集喜欢的开源项目。|2732|2024-10-11| |91|[Yuukiy/JavSP](https://github.com/Yuukiy/JavSP)|汇总多站点数据的AV元数据刮削器|2706|2024-09-29| |92|[yihong0618/Kindle_download_helper](https://github.com/yihong0618/Kindle_download_helper)|Download all your kindle books script.|2630|2024-09-04| |93|[dmMaze/BallonsTranslator](https://github.com/dmMaze/BallonsTranslator)|深度学习辅助漫画翻译工具, 支持一键机翻和简单的图像/文本编辑 Yet another computer-aided comic/manga translation tool powered by deeplearning|2616|2024-10-10| |94|[awake1t/HackReport](https://github.com/awake1t/HackReport)|渗透测试报告/资料文档/渗透经验文档/安全书籍|2491|2024-07-04| |95|[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|2404|2024-04-24| |96|[blmoistawinde/HarvestText](https://github.com/blmoistawinde/HarvestText)|文本挖掘和预处理工具(文本清洗、新词发现、情感分析、实体识别链接、关键词抽取、知识抽取、句法分析等),无监督或弱监督方法|2396|2024-05-13| |97|[BrikerMan/Kashgari](https://github.com/BrikerMan/Kashgari)|Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.|2390|2024-09-03| |98|[HarleysZhang/cv_note](https://github.com/HarleysZhang/cv_note)|记录cv算法工程师的成长之路,分享计算机视觉和模型压缩部署技术栈笔记。https://harleyszhang.github.io/cv_note/|2382|2024-10-08| |99|[SakuraLLM/SakuraLLM](https://github.com/SakuraLLM/SakuraLLM)|适配轻小说/Galgame的日中翻译大模型|2316|2024-10-11| |100|[swaroopch/byte-of-python](https://github.com/swaroopch/byte-of-python)|Beginners book on Python - start here if you don't know programming|2309|2024-07-23| |101|[Doragd/Algorithm-Practice-in-Industry](https://github.com/Doragd/Algorithm-Practice-in-Industry)|搜索、推荐、广告、用增等工业界实践文章收集(来源:知乎、Datafuntalk、技术公众号)|2303|2024-10-11| |102|[dreammis/social-auto-upload](https://github.com/dreammis/social-auto-upload)|自动化上传视频到社交媒体:抖音、小红书、视频号、tiktok、youtube、bilibili|2289|2024-10-09| |103|[iswbm/pycharm-guide](https://github.com/iswbm/pycharm-guide)|PyCharm 中文指南:安装 破解 效率 技巧|2259|2024-06-19| |104|[malinkang/weread2notion](https://github.com/malinkang/weread2notion)|将微信读书划线同步到Notion|2247|2024-10-11| |105|[HiLab-git/SSL4MIS](https://github.com/HiLab-git/SSL4MIS)|Semi Supervised Learning for Medical Image Segmentation, a collection of literature reviews and code implementations.|2163|2024-07-04| |106|[babybuddy/babybuddy](https://github.com/babybuddy/babybuddy)|A :baby: buddy to help caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.|2101|2024-08-31| |107|[BBuf/tvm_mlir_learn](https://github.com/BBuf/tvm_mlir_learn)|compiler learning resources collect.|2092|2024-05-27| |108|[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.👨‍💻🎯|2072|2024-08-05| |109|[fendouai/Awesome-Chatbot](https://github.com/fendouai/Awesome-Chatbot)|Awesome Chatbot Projects,Corpus,Papers,Tutorials.Chinese Chatbot =>:|2036|2024-05-05| |110|[ddean2009/MoneyPrinterPlus](https://github.com/ddean2009/MoneyPrinterPlus)|AI一键批量生成各类短视频,自动批量混剪短视频,自动把视频发布到抖音,快手,小红书,视频号上,赚钱从来没有这么容易过! 支持本地语音模型chatTTS,fasterwhisper,GPTSoVITS,支持云语音:Azure,阿里云,腾讯云。支持Stable diffusion,comfyUI直接AI生图。Generate short videos with one click using AI L ...|1995|2024-10-08| |111|[opendilab/PPOxFamily](https://github.com/opendilab/PPOxFamily)|PPO x Family DRL Tutorial Course(决策智能入门级公开课:8节课帮你盘清算法理论,理顺代码逻辑,玩转决策AI应用实践 )|1923|2024-05-15| |112|[anzhihe/learning](https://github.com/anzhihe/learning)|Learning Shell,Python,Golang,System,Network|1863|2024-06-17| |113|[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).|1853|2024-09-21| |114|[zhaoolee/pi](https://github.com/zhaoolee/pi)|树莓派教程,树莓派防吃灰小分队,让树莓派不再吃灰~|1746|2024-09-26| |115|[chinesehuazhou/python-weekly](https://github.com/chinesehuazhou/python-weekly)|A free weekly newsletter featuring noteworthy articles, tutorials, open-source projects, podcasts, videos, trending topics, and more.Python 潮流周刊,分享文章、教程、开源项目、软件工具、播客和视频、热门话题等内容。|1713|2024-09-28| |116|[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.|1678|2024-10-01| |117|[graph4ai/graph4nlp](https://github.com/graph4ai/graph4nlp)|Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website (https://dlg4nlp.github.io/index.html) for various learning resources! |1669|2024-06-24| |118|[bookfere/Ebook-Translator-Calibre-Plugin](https://github.com/bookfere/Ebook-Translator-Calibre-Plugin)|A Calibre plugin to translate ebook into a specified language.|1665|2024-07-06| |119|[lixi5338619/lxSpider](https://github.com/lixi5338619/lxSpider)|爬虫案例合集。包括但不限于《淘宝、京东、天猫、豆瓣、抖音、快手、微博、微信、阿里、头条、pdd、优酷、爱奇艺、携程、12306、58、搜狐、各种指数、维普万方、Zlibraty、Oalib、小说、招标网、采购网、小红书、大众点评、推特、脉脉、知乎》|1660|2024-05-09| |120|[Thinklab-SJTU/awesome-ml4co](https://github.com/Thinklab-SJTU/awesome-ml4co)|Awesome machine learning for combinatorial optimization papers.|1653|2024-09-05| |121|[icopy-site/awesome-cn](https://github.com/icopy-site/awesome-cn)|超赞列表合集|1641|2024-10-10| |122|[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为个人和学生带来免费、多样、愉快翻译的库。|1641|2024-09-28| |123|[WisdomShell/codeshell](https://github.com/WisdomShell/codeshell)|A series of code large language models developed by PKU-KCL|1616|2024-07-18| |124|[anyant/rssant](https://github.com/anyant/rssant)|蚁阅 - 让 RSS 更好用,轻松订阅你喜欢的博客和资讯|1602|2024-08-27| |125|[twtrubiks/docker-tutorial](https://github.com/twtrubiks/docker-tutorial)|Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝|1602|2024-05-01| |126|[Samueli924/chaoxing](https://github.com/Samueli924/chaoxing)|超星学习通/超星尔雅/泛雅超星全自动无人值守完成任务点|1600|2024-09-21| |127|[ysyisyourbrother/SYSU_Notebook](https://github.com/ysyisyourbrother/SYSU_Notebook)|本项目分享了中山大学计算机学院本科和研究生阶段的课程资料、笔记、期末考试卷和其他实用的相关资源。希望对同学们的学习有所帮助❤️,如果喜欢记得给个star🌟 |1555|2024-08-22| |128|[ReAbout/web-sec](https://github.com/ReAbout/web-sec)|WEB安全手册(红队安全技能栈),漏洞理解,漏洞利用,代码审计和渗透测试总结。【持续更新】|1548|2024-08-27| |129|[GoodCoder666/GoogleTranslate_IPFinder](https://github.com/GoodCoder666/GoogleTranslate_IPFinder)|谷歌翻译服务器在中国大陆的IP地址扫描、测速工具。|1545|2024-09-21| |130|[Chenyme/Chenyme-AAVT](https://github.com/Chenyme/Chenyme-AAVT)|这是一个全自动(音频)视频翻译项目。利用Whisper识别声音,AI大模型翻译字幕,最后合并字幕视频,生成翻译后的视频。|1530|2024-08-23| |131|[thunlp/TAADpapers](https://github.com/thunlp/TAADpapers)|Must-read Papers on Textual Adversarial Attack and Defense|1503|2024-09-16| |132|[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.|1502|2024-06-25| |133|[youngfish42/Awesome-FL](https://github.com/youngfish42/Awesome-FL)|Comprehensive and timely academic information on federated learning (papers, frameworks, datasets, tutorials, workshops)|1470|2024-09-30| |134|[dipu-bd/lightnovel-crawler](https://github.com/dipu-bd/lightnovel-crawler)|Generate and download e-books from online sources.|1457|2024-09-11| |135|[eastmountyxz/NetworkSecuritySelf-study](https://github.com/eastmountyxz/NetworkSecuritySelf-study)|这是作者的系列网络安全自学教程,主要是关于网安工具和实践操作的在线笔记,希望对大家有所帮助,学无止境,加油。|1445|2024-05-24| |136|[hxz393/BaiduPanFilesTransfers](https://github.com/hxz393/BaiduPanFilesTransfers)|百度网盘批量转存、分享和检测工具|1443|2024-06-17| |137|[NanmiCoder/CrawlerTutorial](https://github.com/NanmiCoder/CrawlerTutorial)|爬虫入门、爬虫进阶、高级爬虫|1421|2024-10-10| |138|[getpelican/pelican-plugins](https://github.com/getpelican/pelican-plugins)|Collection of plugins for the Pelican static site generator|1381|2024-07-02| |139|[InternLM/Tutorial](https://github.com/InternLM/Tutorial)|LLM&VLM Tutorial|1369|2024-10-08| |140|[microsoft/Semi-supervised-learning](https://github.com/microsoft/Semi-supervised-learning)|A Unified Semi-Supervised Learning Codebase (NeurIPS'22)|1333|2024-09-15| |141|[stacklens/django_blog_tutorial](https://github.com/stacklens/django_blog_tutorial)|Django搭建博客教程|1300|2024-04-17| |142|[fire-keeper/BlindWatermark](https://github.com/fire-keeper/BlindWatermark)|使用盲水印保护创作者的知识产权using invisible watermark to protect creator's intellectual property|1296|2024-08-30| |143|[DeppWang/youdaonote-pull](https://github.com/DeppWang/youdaonote-pull)|📝 一个一键导出 / 备份「有道云笔记」所有笔记的 Python 脚本。 A Python script to export/backup all the notes of the "Youdao Note".|1283|2024-08-12| |144|[nishiwen1214/ChatReviewer](https://github.com/nishiwen1214/ChatReviewer)|ChatReviewer: 使用ChatGPT分析论文优缺点,提出改进建议|1279|2024-05-25| |145|[HaoZhang95/Python24](https://github.com/HaoZhang95/Python24)|网上搜集的自学python语言的资料集合,包括整套代码和讲义集合,这是至今为止所开放网上能够查找到的最新视频教程,网上找不到其他最新的python整套视频了,. 具体的无加密的mp4视频教程和讲义集合可以在更新的Readme文件中找到,下载直接打开就能播放,项目从零基础的Python教程到深度学习,总共30章节,其中包含Python基础中的飞机大战项目,WSGI项目,Flask新经资讯项目, Dj ...|1278|2024-09-05| |146|[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.|1272|2024-08-10| |147|[iswbm/GolangCodingTime](https://github.com/iswbm/GolangCodingTime)|Go编程时光,一个零基础入门 Golang 的教程|1271|2024-06-19| |148|[NEKOparapa/AiNiee](https://github.com/NEKOparapa/AiNiee)|一款专注于Ai翻译的工具,可以用来一键自动翻译RPG SLG游戏,Epub TXT小说,Srt Lrc字幕等等。|1250|2024-10-11| |149|[tangxyw/RecSysPapers](https://github.com/tangxyw/RecSysPapers)|推荐/广告/搜索领域工业界经典以及最前沿论文集合。A collection of industry classics and cutting-edge papers in the field of recommendation/advertising/search.|1248|2024-10-10| |150|[ShareGPT4Omni/ShareGPT4Video](https://github.com/ShareGPT4Omni/ShareGPT4Video)|[NeurIPS 2024] An official implementation of ShareGPT4Video: Improving Video Understanding and Generation with Better Captions|1242|2024-10-09| |151|[srx-2000/spider_collection](https://github.com/srx-2000/spider_collection)|python爬虫,目前库存:网易云音乐歌曲爬取,B站视频爬取,知乎问答爬取,壁纸爬取,xvideos视频爬取,有声书爬取,微博爬虫,安居客信息爬取+数据可视化,哔哩哔哩视频封面提取器,ip代理池封装,知乎百万级用户爬虫+数据分析,github用户爬虫|1231|2024-04-23| |152|[drunkdream/weread-exporter](https://github.com/drunkdream/weread-exporter)|将微信读书中的书籍导出成epub、pdf、mobi等格式|1212|2024-07-24| |153|[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.|1200|2024-10-09| |154|[datawhalechina/tiny-universe](https://github.com/datawhalechina/tiny-universe)|《大模型白盒子构建指南》:一个全手搓的Tiny-Universe|1189|2024-09-15| |155|[jiji262/douyin-downloader](https://github.com/jiji262/douyin-downloader)|抖音批量下载工具,去水印,支持视频、图集、合集、音乐(原声)。免费!免费!免费!|1187|2024-08-12| |156|[BinNong/meet-libai](https://github.com/BinNong/meet-libai)|​ 李白 :bust_in_silhouette: 作为唐代杰出诗人,其诗歌作品在中国文学史上具有重要地位。近年来,随着数字技术和人工智能的快速发展,传统文化普及推广的形式也面临着创新与变革。国内外对于李白诗歌的研究虽已相当深入,但在数字化、智能化普及方面仍存在不足。因此,本项目旨在通过构建李白知识图谱,结合大模型训练出专业的AI智能体,以生成式对话应用的形式,推动李白文化的普及与推广。|1179|2024-09-01| |157|[dixudx/tumblr-crawler](https://github.com/dixudx/tumblr-crawler)|Easily download all the photos/videos from tumblr blogs. 下载指定的 Tumblr 博客中的图片,视频|1152|2024-06-30| |158|[xd2333/GalTransl](https://github.com/xd2333/GalTransl)|支持GPT-3.5/GPT-4/Newbing/Sakura等大语言模型的Galgame自动化翻译解决方案 Automated translation solution for visual novels supporting GPT-3.5/GPT-4/Newbing/Sakura|1145|2024-10-11| |159|[THUDM/ImageReward](https://github.com/THUDM/ImageReward)|[NeurIPS 2023] ImageReward: Learning and Evaluating Human Preferences for Text-to-image Generation|1127|2024-10-03| |160|[whyliam/whyliam.workflows.youdao](https://github.com/whyliam/whyliam.workflows.youdao)|使用有道翻译你想知道的单词和语句|1096|2024-09-19| |161|[ReaJason/xhs](https://github.com/ReaJason/xhs)|基于小红书 Web 端进行的请求封装。https://reajason.github.io/xhs/|1088|2024-09-12| |162|[RimoChan/Vtuber_Tutorial](https://github.com/RimoChan/Vtuber_Tutorial)|【教程】从零开始的自制Vtuber!|1068|2024-08-13| |163|[p0n1/epub_to_audiobook](https://github.com/p0n1/epub_to_audiobook)|EPUB to audiobook converter, optimized for Audiobookshelf|1063|2024-09-05| |164|[muziing/PySide6-Code-Tutorial](https://github.com/muziing/PySide6-Code-Tutorial)|可能是最好的PySide6中文教程!用代码实例讲解PySide6,附优质Demos、图标库、QSS皮肤、相关文章等分享!|1050|2024-10-08| |165|[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. 将我的书库从拼音目录切换至非纯英文(中文)命名|1044|2024-09-27| |166|[harry0703/AudioNotes](https://github.com/harry0703/AudioNotes)|快速提取音视频内容,整理成一份结构化的markdown笔记|1035|2024-07-26| |167|[Awesome3DGS/3D-Gaussian-Splatting-Papers](https://github.com/Awesome3DGS/3D-Gaussian-Splatting-Papers)|3D高斯论文,持续更新,欢迎交流讨论。|1034|2024-10-11| |168|[gotgit/gotgit](https://github.com/gotgit/gotgit)|View this book online at: http://www.worldhello.net/gotgit/|1032|2024-04-17| |169|[jsksxs360/How-to-use-Transformers](https://github.com/jsksxs360/How-to-use-Transformers)|Transformers 库快速入门教程|1027|2024-09-20| |170|[AGI-Edgerunners/LLM-Agents-Papers](https://github.com/AGI-Edgerunners/LLM-Agents-Papers)|A repo lists papers related to LLM based agent|1018|2024-08-01| |171|[LiZhengXiao99/Navigation-Learning](https://github.com/LiZhengXiao99/Navigation-Learning)|我的导航学习笔记,内容涵盖导航定位开源程序的源码解读 ( 包括:RTKLIB、GAMP、GINav、Ginan、PSINS、SoftGNSS、KF-GINS、GICI-Lib 等)、开源项目梳理、书籍讲义、博客翻译、教程讲座推荐;本仓库会长期更新,分享出来,既是跟大家做个交流,也激励着自己坚持学下去;所有内容都可以随意转载,原始文件都放在这了,欢迎在我的基础上整理出自己的一套笔记。|1000|2024-10-06| |172|[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.|963|2024-06-09| |173|[vzhd1701/evernote-backup](https://github.com/vzhd1701/evernote-backup)|Backup & export all Evernote notes and notebooks|962|2024-05-21| |174|[cv-cat/Spider_XHS](https://github.com/cv-cat/Spider_XHS)|小红书爬虫,小红书笔记、主页、搜索爬取|937|2024-09-21| |175|[wikipedia2vec/wikipedia2vec](https://github.com/wikipedia2vec/wikipedia2vec)|A tool for learning vector representations of words and entities from Wikipedia|936|2024-05-03| |176|[Vincentqyw/cv-arxiv-daily](https://github.com/Vincentqyw/cv-arxiv-daily)|🎓Automatically Update CV Papers Daily using Github Actions (Update Every 12th hours)|907|2024-10-11| |177|[RL-VIG/LibFewShot](https://github.com/RL-VIG/LibFewShot)|LibFewShot: A Comprehensive Library for Few-shot Learning. TPAMI 2023.|903|2024-09-08| |178|[OML-Team/open-metric-learning](https://github.com/OML-Team/open-metric-learning)|Metric learning and retrieval pipelines, models and zoo.|868|2024-10-09| |179|[RiseInRose/MiniGPT-4-ZH](https://github.com/RiseInRose/MiniGPT-4-ZH)|MiniGPT-4 中文部署翻译 完善部署细节|856|2024-10-11| |180|[ypwhs/dl-engineer-guidebook](https://github.com/ypwhs/dl-engineer-guidebook)|深度学习工程师生存指南|850|2024-06-11| |181|[spiside/pdb-tutorial](https://github.com/spiside/pdb-tutorial)|A simple tutorial about effectively using pdb|850|2024-06-06| |182|[gsoc-cn/gsoc-cn](https://github.com/gsoc-cn/gsoc-cn)|Google Summer of Code 中文相关资料|834|2024-09-05| |183|[yeyupiaoling/PPASR](https://github.com/yeyupiaoling/PPASR)|基于PaddlePaddle实现端到端中文语音识别,从入门到实战,超简单的入门案例,超实用的企业项目。支持当前最流行的DeepSpeech2、Conformer、Squeezeformer模型|808|2024-10-08| |184|[G-U-N/PyCIL](https://github.com/G-U-N/PyCIL)|PyCIL: A Python Toolbox for Class-Incremental Learning|793|2024-10-02| |185|[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 ...|782|2024-06-03| |186|[entr0pia/SwitchyOmega-Whitelist](https://github.com/entr0pia/SwitchyOmega-Whitelist)|中国大陆域名, SwitchyOmega 白名单规则, 自动更新|763|2024-10-11| |187|[SocialSisterYi/CxKitty](https://github.com/SocialSisterYi/CxKitty)|超星学习通答题姬(视频文档观看、模拟答题,无需浏览器、无需油猴,容器/host 运行ok!|754|2024-09-29| |188|[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 ...|750|2024-07-26| |189|[WangRongsheng/CareGPT](https://github.com/WangRongsheng/CareGPT)|🌞 CareGPT (关怀GPT)是一个医疗大语言模型,同时它集合了数十个公开可用的医疗微调数据集和开放可用的医疗大语言模型,包含LLM的训练、测评、部署等以促进医疗LLM快速发展。Medical LLM, Open Source Driven for a Healthy Future.|729|2024-05-09| |190|[howie6879/weekly](https://github.com/howie6879/weekly)|老胡的信息技术周刊❤️记录我本周看到的有价值的信息,针对优秀项目、软件、教程资料、网站等。|710|2024-10-10| |191|[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|704|2024-07-15| |192|[BLKSerene/Wordless](https://github.com/BLKSerene/Wordless)|An Integrated Corpus Tool With Multilingual Support for the Study of Language, Literature, and Translation|692|2024-10-09| |193|[baoliay2008/lccn_predictor](https://github.com/baoliay2008/lccn_predictor)|LeetCode Contest Rating Prediction|664|2024-10-01| |194|[1061700625/WeChat_Article](https://github.com/1061700625/WeChat_Article)|爬取微信公众号文章|661|2024-07-16| |195|[saveweb/review-2023](https://github.com/saveweb/review-2023)|二〇二三年的年终总结都写好了吗?|659|2024-10-09| |196|[LeslieLeung/opensource-lighthouse](https://github.com/LeslieLeung/opensource-lighthouse)|汇总统计各「大厂」的开源团队和项目。|658|2024-10-11| |197|[Sjj1024/douyin-live](https://github.com/Sjj1024/douyin-live)|Python学习项目,仅供学习参考,严禁一切不合规使用|657|2024-08-19| |198|[SocialAI-tianji/Tianji](https://github.com/SocialAI-tianji/Tianji)|从零学习,制作懂人情世故的大语言模型|653|2024-10-11| |199|[aimuch/iAI](https://github.com/aimuch/iAI)|🎯 保姆级大模型从入门到放弃 🤪 🤪|649|2024-07-03| |200|[VermiIIi0n/fuckZHS](https://github.com/VermiIIi0n/fuckZHS)|自动刷智慧树课程的脚本|648|2024-09-06|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/R.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > R 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[briatte/awesome-network-analysis](https://github.com/briatte/awesome-network-analysis)|A curated list of awesome network analysis resources.|3529|2024-09-26| |2|[gesiscss/awesome-computational-social-science](https://github.com/gesiscss/awesome-computational-social-science)|A list of awesome resources for Computational Social Science|544|2024-08-11| |3|[CAU-TeamLiuJF/Tutorial](https://github.com/CAU-TeamLiuJF/Tutorial)|分享数量遗传学以及生物信息学相关的软件教程及其他内容|52|2024-06-23| |4|[lcpmgh/colors](https://github.com/lcpmgh/colors)|学术期刊配色推荐器|50|2024-10-08| |5|[rpkgs/gg.layers](https://github.com/rpkgs/gg.layers)|ggplot2 extensions 入门|23|2024-09-04| |6|[Sfeng666/NRA_tax_filing](https://github.com/Sfeng666/NRA_tax_filing)|最新税季 UW-Madison报税指南|15|2024-05-08| |7|[YangXiao311/WeChat_subscription](https://github.com/YangXiao311/WeChat_subscription)|用于提供微信公众号“xy要加油鸭”所使用的数据及代码。The data and code used for the WeChat public account 'xy要加油鸭'.|7|2024-10-03| |8|[Lin-zikai/GWAS](https://github.com/Lin-zikai/GWAS)|SMR的笔记|6|2024-05-06|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Ruby.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Ruby 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[lewagon/setup](https://github.com/lewagon/setup)|Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp|18509|2024-10-06| |2|[greatghoul/remote-working](https://github.com/greatghoul/remote-working)|收集整理远程工作相关的资料|9915|2024-10-09| |3|[freeCodeCamp/how-to-contribute-to-open-source](https://github.com/freeCodeCamp/how-to-contribute-to-open-source)|A guide to contributing to open source|8741|2024-10-02| |4|[asciidoctor/asciidoctor](https://github.com/asciidoctor/asciidoctor)|:gem: A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.|4836|2024-09-05| |5|[airbnb/ruby](https://github.com/airbnb/ruby)|Ruby Style Guide|3833|2024-07-23| |6|[soulteary/Home-Network-Note](https://github.com/soulteary/Home-Network-Note)|🚧 持续更新 🚧 记录搭建兼顾学习娱乐的家用网络环境的过程,折腾过的一些软硬件小经验。|1112|2024-05-02| |7|[jiangxincode/cnblogs](https://github.com/jiangxincode/cnblogs)|一些我在平时工作和学习中积累的编程相关的资源。如果大家有兴趣可以一起增加,修改。|505|2024-10-06| |8|[superiorlu/AITreasureBox](https://github.com/superiorlu/AITreasureBox)|🤖 Collect practical AI repos, tools, websites, papers and tutorials on AI. 实用的AI百宝箱 💎 |463|2024-10-11| |9|[jitingcn/TS3-Translation_zh-CN](https://github.com/jitingcn/TS3-Translation_zh-CN)|TeamSpeak 3 客户端 简体中文 翻译源文件|284|2024-05-13| |10|[shzhxh/xv6-riscv-book-CN](https://github.com/shzhxh/xv6-riscv-book-CN)|xv6-riscv-book中译版|79|2024-05-07| |11|[jinhucheung/milog](https://github.com/jinhucheung/milog)|Milog 是一基于 Ruby on Rails 的个人博客网站|28|2024-06-08|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Rust.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Rust 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[996icu/996.ICU](https://github.com/996icu/996.ICU)|Repo for counting stars and contributing. Press F to pay respect to glorious developers.|269739|2024-10-03| |2|[sunface/rust-course](https://github.com/sunface/rust-course)|“连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book |25287|2024-09-05| |3|[analysis-tools-dev/static-analysis](https://github.com/analysis-tools-dev/static-analysis)|⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.|13266|2024-10-08| |4|[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.|12122|2024-08-19| |5|[johnlui/PPHC](https://github.com/johnlui/PPHC)|📙《高并发的哲学原理》开源图书(CC BY-NC-ND)https://pphc.lvwenhan.com|3773|2024-09-06| |6|[QMHTMY/RustBook](https://github.com/QMHTMY/RustBook)|A book about Rust Data Structures and Algorithms.|2460|2024-07-21| |7|[sotrh/learn-wgpu](https://github.com/sotrh/learn-wgpu)|Guide for using gfx-rs's wgpu library.|1491|2024-09-14| |8|[rust-boom/rust-boom](https://github.com/rust-boom/rust-boom)|Awesome Rust (Rust 资源 学习 书 ). 💥|1306|2024-08-24| |9|[alexpusch/rust-magic-patterns](https://github.com/alexpusch/rust-magic-patterns)|Magical Rust patterns laid out and simplified|1194|2024-05-11| |10|[rust-lang-cn/book-cn](https://github.com/rust-lang-cn/book-cn)|Rust 程序设计语言 中文版——Chinese translation of The Rust Programming Language (Book)|831|2024-06-16| |11|[WerWolv/ImHex-Patterns](https://github.com/WerWolv/ImHex-Patterns)|Hex patterns, include patterns and magic files for the use with the ImHex Hex Editor|652|2024-08-20| |12|[cncases/cases](https://github.com/cncases/cases)|中国裁判文书网本地搜索|585|2024-10-07| |13|[Borber/Tran](https://github.com/Borber/Tran)|简洁, 快速, 划词翻译|516|2024-10-08| |14|[weihanglo/rust-algorithm-club](https://github.com/weihanglo/rust-algorithm-club)|Learn algorithms and data structures with Rust|406|2024-09-19| |15|[jinleili/learn-wgpu-zh](https://github.com/jinleili/learn-wgpu-zh)|Learn wgpu 中文版|358|2024-10-08| |16|[PeiPei233/zju-learning-assistant](https://github.com/PeiPei233/zju-learning-assistant)|帮你快速下载所有课件😋|222|2024-10-10| |17|[Eric3911/Related-works-ch](https://github.com/Eric3911/Related-works-ch)|工程与学术笔记|181|2024-08-13| |18|[HollowMan6/mdbook-pdf](https://github.com/HollowMan6/mdbook-pdf)|A backend for mdBook written in Rust for generating PDF based on headless chrome and Chrome DevTools Protocol. (用 Rust 编写的 mdBook 后端,基于headless chrome和Chrome开发工具协议生成PDF)|151|2024-08-06| |19|[chuigda/Vulkan-Tutorial-Rust-CN](https://github.com/chuigda/Vulkan-Tutorial-Rust-CN)|Rust 版 Vulkan 教程的中文翻译,基于 vulkanalia|125|2024-09-09| |20|[WTFAcademy/WTF-Rust](https://github.com/WTFAcademy/WTF-Rust)|Rust学习资料汇总|116|2024-07-20| |21|[Narukara/std-training-zh-cn](https://github.com/Narukara/std-training-zh-cn)|Embedded Rust on Espressif 简体中文版|81|2024-09-02| |22|[the-web3/chaineye-rust](https://github.com/the-web3/chaineye-rust)|rust 中文教程,每周更新 1-3 讲|58|2024-09-04| |23|[FuGangqiang/mdblog.rs](https://github.com/FuGangqiang/mdblog.rs)|static site generator from markdown files(markdown 格式静态博客生成器)|58|2024-08-12| |24|[miketang84/jikeshijian](https://github.com/miketang84/jikeshijian)|Practice code for the course of jikeshijian 《Rust语言从入门到实战》|46|2024-07-28|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Shell.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Shell 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[shengxinjing/programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist)|:see_no_evil:程序员找工作黑名单,换工作和当技术合伙人需谨慎啊 更新有赞|28524|2024-04-16| |2|[dwmkerr/hacker-laws](https://github.com/dwmkerr/hacker-laws)|💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws|25762|2024-06-12| |3|[rootsongjc/kubernetes-handbook](https://github.com/rootsongjc/kubernetes-handbook)|Kubernetes中文指南/云原生应用架构实战手册|11105|2024-07-30| |4|[daliansky/Hackintosh](https://github.com/daliansky/Hackintosh)|Hackintosh long-term maintenance model EFI and installation tutorial|9094|2024-08-20| |5|[edoardottt/awesome-hacker-search-engines](https://github.com/edoardottt/awesome-hacker-search-engines)|A curated list of awesome search engines useful during Penetration testing, Vulnerability assessments, Red/Blue Team operations, Bug Bounty and more|7587|2024-10-11| |6|[charlax/engineering-management](https://github.com/charlax/engineering-management)|A collection of inspiring resources related to engineering management and tech leadership|7532|2024-10-07| |7|[gonglei007/GameDevMind](https://github.com/gonglei007/GameDevMind)|最全面的游戏开发技术图谱。帮助游戏开发者们在已知问题上节省时间,省出更多的精力投入到更有创造性的工作中去。|4965|2024-09-06| |8|[wangdoc/bash-tutorial](https://github.com/wangdoc/bash-tutorial)|Bash 教程|4255|2024-07-31| |9|[apachecn/pytorch-doc-zh](https://github.com/apachecn/pytorch-doc-zh)|Pytorch 中文文档|4126|2024-07-21| |10|[wangdoc/javascript-tutorial](https://github.com/wangdoc/javascript-tutorial)|JavaScript 教程 https://wangdoc.com/javascript|3935|2024-09-25| |11|[fengyuhetao/shell](https://github.com/fengyuhetao/shell)|Linux命令行与shell脚本编程大全案例|3911|2024-04-25| |12|[tensorchord/Awesome-LLMOps](https://github.com/tensorchord/Awesome-LLMOps)|An awesome & curated list of best LLMOps tools for developers|3841|2024-10-10| |13|[jghoman/awesome-apache-airflow](https://github.com/jghoman/awesome-apache-airflow)|Curated list of resources about Apache Airflow|3668|2024-08-20| |14|[wslutilities/wslu](https://github.com/wslutilities/wslu)|A collection of utilities for Windows Subsystem for Linux|3433|2024-09-04| |15|[neargle/my-re0-k8s-security](https://github.com/neargle/my-re0-k8s-security)|:atom: [WIP] 整理过去的分享,从零开始的Kubernetes攻防 🧐|2918|2024-07-20| |16|[Cats-Team/AdRules](https://github.com/Cats-Team/AdRules)|List for blocking ads in the Chinese region|2779|2024-10-11| |17|[Java-Edge/Java-Interview-Tutorial](https://github.com/Java-Edge/Java-Interview-Tutorial)|请star,勿fork,因为爱force push!涵盖国际大厂Java/数据库/DDD/设计模式/微服务/中间件/AI大模型应用/区块链开发最佳实践。关注公众号【JavaEdge】,一起交流学习!|2692|2024-10-09| |18|[overmind1980/oeasy-python-tutorial](https://github.com/overmind1980/oeasy-python-tutorial)|良心的 Python 教程,面向零基础初学者简明易懂的 Python3 入门基础课程。在linux+vim生产力环境下,从浅入深,从简单程序学到网络爬虫。可以配合蓝桥云上实验环境操作。|1885|2024-08-12| |19|[WindRunnerMax/EveryDay](https://github.com/WindRunnerMax/EveryDay)|前端基础 个人博客 学习笔记|1826|2024-10-07| |20|[pingcap/docs-cn](https://github.com/pingcap/docs-cn)|TiDB/TiKV/PD 中文文档|1813|2024-10-11| |21|[discourse/discourse_docker](https://github.com/discourse/discourse_docker)|A Docker image for Discourse|1674|2024-10-10| |22|[zhonghuasheng/Tutorial](https://github.com/zhonghuasheng/Tutorial)|后端 (Java Golang)全栈知识架构体系总结|1624|2024-10-05| |23|[llwslc/grammar-club](https://github.com/llwslc/grammar-club)|《语法俱乐部》- 旋元佑|1517|2024-10-06| |24|[studygolang/GCTT](https://github.com/studygolang/GCTT)|GCTT Go中文网翻译组。|1387|2024-05-28| |25|[vmayoral/ros-robotics-companies](https://github.com/vmayoral/ros-robotics-companies)|A list of robotics companies using the Robot Operating System (ROS and ROS 2). |1263|2024-10-01| |26|[bollwarm/SecToolSet](https://github.com/bollwarm/SecToolSet)|The security tool(project) Set from github。github安全项目工具集合 |1255|2024-06-20| |27|[DustinWin/dustinwin.github.io](https://github.com/DustinWin/dustinwin.github.io)|Clash 和 sing-box 教程合集——安装、配置、自定义规则、DNS 分流|1240|2024-10-08| |28|[liquanzhou/ops_doc](https://github.com/liquanzhou/ops_doc)|运维简洁实用手册|1201|2024-06-17| |29|[the0demiurge/CharlesScripts](https://github.com/the0demiurge/CharlesScripts)|My awesome scripts for Arch Linux or Ubuntu Gnome latest LTS or MacBook.|1031|2024-04-22| |30|[wangdoc/es6-tutorial](https://github.com/wangdoc/es6-tutorial)|一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新引入的语法特性。|1008|2024-09-24| |31|[bestxtools/awesome-toolbox-chinese](https://github.com/bestxtools/awesome-toolbox-chinese)|🧰 优秀工具箱集合 - 收集,推荐好用、优秀的工具箱。工具箱大全。 https://awesome-toolbox-chinese.bestxtools.com/ https://😎🧰.bestxtools.com/|998|2024-07-11| |32|[httpsok/httpsok](https://github.com/httpsok/httpsok)|🔥🔥🔥一行命令,轻松搞定SSL证书自动续期。 SSL泛域名证书,SSL证书管理,SSL证书自动续期,SSL证书自动更新,七牛云、阿里云、腾讯云、CDN、OSS、https证书管理,https证书管理,免费SSL证书,TLS证书自动续签,nginx证书自动续期工具,nginx证书管理。从此告别Let's Encrypt|880|2024-09-28| |33|[dunwu/blog](https://github.com/dunwu/blog)|:dart: 钝悟的博客|858|2024-04-26| |34|[Aethersailor/Custom_OpenClash_Rules](https://github.com/Aethersailor/Custom_OpenClash_Rules)|分流完善的 OpenClash 订阅转换模板,搭配保姆级 OpenClash 设置教程,无需套娃即可实现完美分流、DNS无污染无泄漏,且快速的上网体验。|644|2024-10-06| |35|[SpaceLearner/Awesome-DynamicGraphLearning](https://github.com/SpaceLearner/Awesome-DynamicGraphLearning)|Awesome papers about machine learning (deep learning) on dynamic (temporal) graphs (networks / knowledge graphs).|561|2024-08-15| |36|[vxiaov/vClash](https://github.com/vxiaov/vClash)|Clash插件 for Koolshare系列梅林、官方改版,适用于380/384/386/388版本固件啦。安装即用(内置免费代理订阅源)。|542|2024-08-28| |37|[yuyicai/update-kube-cert](https://github.com/yuyicai/update-kube-cert)|K8s 集群证书过期处理,更新 kubeadm 生成的证书有效期为 10 年。支持全部版本。|528|2024-05-15| |38|[zq99299/note-book](https://github.com/zq99299/note-book)|新笔记本,java、git、elasticsearch、mycat、设计模式、gradle、vue, 等 。vuepress 构建的 Markdown 笔记。|525|2024-07-01| |39|[cdk8s/cdk8s-team-style](https://github.com/cdk8s/cdk8s-team-style)|寻找志同道合的人,引发自身的思考|465|2024-09-26| |40|[kejilion/sh](https://github.com/kejilion/sh)|分享定制化的shell脚本!|440|2024-10-10| |41|[jaywcjlove/shell-tutorial](https://github.com/jaywcjlove/shell-tutorial)|Shell入门教程(Shell tutorial book)|421|2024-06-23| |42|[meetbill/op_practice_book](https://github.com/meetbill/op_practice_book)|📚 《运维实践指南》持续更新中,推荐大牛干货博客 https://me.csdn.net/g2V13ah|395|2024-10-09| |43|[wangtunan/blog](https://github.com/wangtunan/blog)|:memo: 记录个人博客,见证成长之路 https://wangtunan.github.io/blog/|371|2024-07-29| |44|[jgsrty/jgsrty.github.io](https://github.com/jgsrty/jgsrty.github.io)|:sunny: 英语学习 :feet: 项目预览:https://jgsrty.github.io 国内访问:https://rtyxmd.gitee.io|369|2024-05-23| |45|[imarvinle/CSGuide](https://github.com/imarvinle/CSGuide)|🔥 计算机学习路线,包括科班、非科班、Web、全栈、C++、Java、System等|361|2024-09-19| |46|[rentianyu/Ad-set-hosts](https://github.com/rentianyu/Ad-set-hosts)|集合多个去广告hosts并去重|351|2024-10-11| |47|[maravento/blackweb](https://github.com/maravento/blackweb)|Domains Blacklist for Squid-Cache|344|2024-09-29| |48|[binghe001/BingheGuide](https://github.com/binghe001/BingheGuide)|🔥🔥🔥 📚 本代码库是作者冰河多年从事互联网大厂开发、架构的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容、底层原理、架构知识、渗透技术。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!|337|2024-10-06| |49|[huweihuang/kubernetes-notes](https://github.com/huweihuang/kubernetes-notes)|Kubernetes 学习笔记-https://www.huweihuang.com/kubernetes-notes/|334|2024-07-04| |50|[liguodongiot/llm-resource](https://github.com/liguodongiot/llm-resource)|LLM全栈优质资源汇总|327|2024-09-11| |51|[kumakichi/easy_rust_chs](https://github.com/kumakichi/easy_rust_chs)|https://github.com/Dhghomon/easy_rust 简体中文翻译|299|2024-07-22| |52|[crazypeace/naive](https://github.com/crazypeace/naive)|NaïveProxy极简一键脚本。自动申请证书。可自定义端口。可与CaddyV2前置的VLESS/Vmess梯子并存。|236|2024-04-28| |53|[wangdoc/webapi-tutorial](https://github.com/wangdoc/webapi-tutorial)|Web API 教程|219|2024-06-26| |54|[tinyclub/cloud-lab](https://github.com/tinyclub/cloud-lab)|Docker based Cloud Lab Center, with noVNC and Gateone attachable LXDE Desktop and SSH Terminal. 本项目作者发布了《360° 剖析 Linux ELF》视频课程,欢迎订阅:https://www.cctalk.com/m/group/88089283|207|2024-09-13| |55|[duyanghao/kubernetes-reading-notes](https://github.com/duyanghao/kubernetes-reading-notes)|Kubernetes源码阅读笔记,专注云原生、边缘计算、程序员综合素质以及自我修养|196|2024-04-26| |56|[laubonghaudoi/Chinese_Rime](https://github.com/laubonghaudoi/Chinese_Rime)|收集非普通話漢語和古漢語的中州韻輸入法拼音方案 Collection of phonetic spelling schemas for Sinitic languages and dialects|186|2024-09-29| |57|[MrH723/Actions-OpenWrt](https://github.com/MrH723/Actions-OpenWrt)|-OpenWrt全网插件汇总-多种设备OpenWrt固件自动云编译。X86-64主路由,x86-64旁路由、x86-64插件全家桶、K2T、K2P、K3、N1、红米 AC2100、Newifi D2、树莓派、竞斗云、小、小米 R3G、极路由 B70、小米 R3P、小米 Mini、网件 R7800、娱 C5、R2SNanoPI NEO2、等。|171|2024-07-07| |58|[LLM-Red-Team/free-api-hub](https://github.com/LLM-Red-Team/free-api-hub)|🥳 free-api系列项目集合共享资源,快来PR!|141|2024-05-08| |59|[daliansky/Lenovo-Air13-IWL-Hackintosh](https://github.com/daliansky/Lenovo-Air13-IWL-Hackintosh)|联想小新Air 13 IWL笔记本EFI|136|2024-05-14| |60|[hegphegp/docker-learning](https://github.com/hegphegp/docker-learning)|docker学习笔记|133|2024-07-11| |61|[shipengqi/frontend-learn](https://github.com/shipengqi/frontend-learn)|:books: Frontend learning ...|127|2024-09-13| |62|[Lynricsy/HyperADRules](https://github.com/Lynricsy/HyperADRules)|HyperADRules,一个集合众家之长的、强力去广告的规则|122|2024-10-11| |63|[maomao1996/mm-notes](https://github.com/maomao1996/mm-notes)|茂茂物语: 各种笔记记录(想到啥写啥系列)|115|2024-06-28| |64|[felix-fly/v2ray-padavan-doh](https://github.com/felix-fly/v2ray-padavan-doh)|k2p路由器使用padavan(N56U/改华硕)固件安装配置v2ray的进阶流程|111|2024-09-07| |65|[gmt-china/GMT_docs](https://github.com/gmt-china/GMT_docs)|GMT 中文手册|111|2024-10-10| |66|[07031218/normal-shell](https://github.com/07031218/normal-shell)|个人常使用的一些脚本集合|109|2024-06-15| |67|[maravento/blackip](https://github.com/maravento/blackip)|IPv4 Blacklist for Ipset or Squid-Cache|108|2024-09-29| |68|[megabitsenmzq/Tutorials](https://github.com/megabitsenmzq/Tutorials)|我写的各种教程文章存档。|100|2024-08-23| |69|[zc360/Xiaomi-ax3000t-openwrt](https://github.com/zc360/Xiaomi-ax3000t-openwrt)|适用于小米ax3000t的openwrt云编译固件,也可修改配置文件用于其他任何支持openwrt的设备,附带刷入教程和刷回小米官方固件教程。|93|2024-09-30| |70|[Apocalypsor/SmartDNS-GFWList](https://github.com/Apocalypsor/SmartDNS-GFWList)|GFWList for Smartdns to solve dns poisoning|93|2024-10-07| |71|[Misaka-blog/acme-script](https://github.com/Misaka-blog/acme-script)|acme.sh 证书一键申请脚本|89|2024-04-22| |72|[Simon-He95/awesome-collections](https://github.com/Simon-He95/awesome-collections)|记录一下前端的书籍和常用的工具、插件和vscode配置|88|2024-10-10| |73|[spiritLHLS/ecsspeed](https://github.com/spiritLHLS/ecsspeed)|自动更新测试服务器节点列表的网络基准测试脚本(Network benchmarking script that automatically updates the list of the measurement server nodes)|85|2024-05-20| |74|[ifuture-pro/developer-notes](https://github.com/ifuture-pro/developer-notes)|开发者笔记。包含:DevOps,微服务,分布式,高可用,区块链,白皮书,算法,黑客,设计模式,面试题|80|2024-09-22| |75|[YaoFANGUK/clashX-clash-config](https://github.com/YaoFANGUK/clashX-clash-config)|clash / clashX Premium 配置文件,新版clash配置教程|77|2024-10-11| |76|[tomstillcoding/tomstillcoding.github.io](https://github.com/tomstillcoding/tomstillcoding.github.io)|🎙️这是一个通过 jekyll + GitHub Pages 搭建的个人免费博客,可以通过 fork + 改造 + 用 Typora 编写文章的方法,打造你的个人博客。特点是方便、快捷,从搭建到发布第一篇文章、访问,3分钟内解决,甚至不用写任何一行代码,博客网页内容完全自定义、无广告、无注册,各种插件免费安装!|72|2024-06-10| |77|[yxnan/block-l4d2-rpg-servers](https://github.com/yxnan/block-l4d2-rpg-servers)|这个repo维护一份求生之路RPG服的列表,并且提供相应的屏蔽方法|72|2024-05-25| |78|[anran758/front-end-lab](https://github.com/anran758/front-end-lab)|:notebook_with_decorative_cover: 前端的研究和规范及踩坑的记录|69|2024-05-16| |79|[1292004560/AllNote](https://github.com/1292004560/AllNote)|这是我所有的笔记|67|2024-08-22| |80|[eujc/v2ray](https://github.com/eujc/v2ray)|v2ray搭建教程|65|2024-06-21| |81|[tuya/tuya-panel-demo](https://github.com/tuya/tuya-panel-demo)|Tuya IoT Panel demo provides a series of common template codes.|64|2024-08-09| |82|[frontend-winter/chatgpt-share-server](https://github.com/frontend-winter/chatgpt-share-server)|chatgpt-share-server 在线预览地址:https://demo.ainx.cc|54|2024-10-08| |83|[shaogefenhao/a-programmer-s-cognitive-experience](https://github.com/shaogefenhao/a-programmer-s-cognitive-experience)|A e-book about "A programmer's cognitive experience" 《程序员的认知心得》|54|2024-07-20| |84|[shidahuilang/SS-SSR-TG-iptables-bt](https://github.com/shidahuilang/SS-SSR-TG-iptables-bt)|节点全集合一键脚本搭建|52|2024-09-29| |85|[ixinzhi/loving-books-2023](https://github.com/ixinzhi/loving-books-2023)|:books: 两性情感资料库2023|50|2024-10-07| |86|[front-end-fighting/front-end-world](https://github.com/front-end-fighting/front-end-world)|前端入门知识框架|49|2024-05-22| |87|[KDXF-BOOM/studentpad-research](https://github.com/KDXF-BOOM/studentpad-research)|科大讯飞AI学习机破解安装第三方应用教程(持续更新)|47|2024-07-29| |88|[AndSonder/space.keter.top](https://github.com/AndSonder/space.keter.top)|这里是sonder的有点又没有太多用的笔记本 “一个人只有不停的写作,才不会被人海淹没” 你可以通过这个链接来访问网页版:https://space.keter.top|47|2024-08-03| |89|[zjutjsj1004/python](https://github.com/zjutjsj1004/python)|python学习(基本语法,爬虫,Web)|45|2024-09-25| |90|[ArminJo/arduino-test-compile](https://github.com/ArminJo/arduino-test-compile)|Github Action to compile all examples of an Arduino library for one board and check for errors|41|2024-10-10| |91|[huweihuang/linux-notes](https://github.com/huweihuang/linux-notes)|Linux 学习笔记-https://www.huweihuang.com/linux-notes/|41|2024-07-04| |92|[afosne/DNS-Unlock](https://github.com/afosne/DNS-Unlock)|加速网络解析速度,解锁Netflix、hulu、disney、YouTube、telegram,Instagram,Facebook等网页|40|2024-05-08| |93|[shang1219178163/EfficientWork](https://github.com/shang1219178163/EfficientWork)|iOS自动化之路 - 😺效率工作,快乐生活|40|2024-09-25| |94|[howborn/blog](https://github.com/howborn/blog)|:fire:公众号:后端搬运工|38|2024-04-18| |95|[Zacharia2/SuperMemo18-ON-Wine](https://github.com/Zacharia2/SuperMemo18-ON-Wine)|Linux/Mac SuperMemo18.05 WINE32 DEB安装包、渐进学习|37|2024-06-22| |96|[KHTdhl/AIO](https://github.com/KHTdhl/AIO)|捋一捋AIO的教程|36|2024-07-23| |97|[DPsystems/Login-Shield](https://github.com/DPsystems/Login-Shield)|Your first line of defense against Internet bots, hacks and probes. Login-Shield is a small set of bash scripts that implements an iptables/ipset blocklist of known sources of hack activity. Works g ...|36|2024-05-05| |98|[CoolToneSummer/Operation-and-maintenance-graduation-project-and-embedded-Linux](https://github.com/CoolToneSummer/Operation-and-maintenance-graduation-project-and-embedded-Linux)|MATLAB的课程设计里面存放的是-基于Retinex理论的图像去雾算法研究|35|2024-06-08| |99|[YanWenKun/barotrauma-server-docker](https://github.com/YanWenKun/barotrauma-server-docker)|🐳 Dockerfile for 🤿 Barotrauma Dedicated Server. 《潜渊症》独立服务器 Docker 镜像。|32|2024-06-19| |100|[e5sub/hst](https://github.com/e5sub/hst)|个人编写的shell自动化脚本合集库|31|2024-04-30|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Swift.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Swift 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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|15119|2024-08-03| |2|[SwifterSwift/SwifterSwift](https://github.com/SwifterSwift/SwifterSwift)|A handy collection of more than 500 native Swift extensions to boost your productivity.|14007|2024-09-10| |3|[RanKKI/LawRefBook](https://github.com/RanKKI/LawRefBook)|中华人民共和国法律手册|2270|2024-07-12| |4|[TortugaPower/BookPlayer](https://github.com/TortugaPower/BookPlayer)|Player for your DRM-free audiobooks|1623|2024-10-10| |5|[Lakr233/NotchDrop](https://github.com/Lakr233/NotchDrop)|Use your MacBook's notch like Dynamic Island for temporary storing files and AirDrop|1438|2024-08-23| |6|[rlxone/Equinox](https://github.com/rlxone/Equinox)|🌇 🌃 Create dynamic wallpapers for macOS.|1187|2024-09-10| |7|[jaywcjlove/copybook-generator](https://github.com/jaywcjlove/copybook-generator)|"Copybook Generator" is a powerful copybook generation tool designed to meet the writing practice needs of different users.|873|2024-10-01| |8|[JmoVxia/CLDemo](https://github.com/JmoVxia/CLDemo)|记录平时博客中的Demo,持续更新|488|2024-08-27| |9|[jaywcjlove/swiftui-example](https://github.com/jaywcjlove/swiftui-example)|SwiftUI 示例,技巧和技术集合,帮助我构建应用程序,解决问题以及了解SwiftUI的实际工作方式。|479|2024-10-07| |10|[RickeyBoy/Rickey-iOS-Notes](https://github.com/RickeyBoy/Rickey-iOS-Notes)|我的笔记合集,记录我在 iOS 学习过程中的一些收获|397|2024-08-01| |11|[Liaoworking/Advanced-Swift](https://github.com/Liaoworking/Advanced-Swift)|Notes of Advanced Swift. 《swift进阶》学习笔记 swift 5.3|378|2024-10-09| |12|[yungfan/SwiftUI-learning](https://github.com/yungfan/SwiftUI-learning)|SwiftUI Learning Code|89|2024-09-07| |13|[BrightcoveOS/ios-player-samples](https://github.com/BrightcoveOS/ios-player-samples)|A collection of samples for the Brightcove Player SDK for iOS|87|2024-09-04| |14|[crazypoo/PTools](https://github.com/crazypoo/PTools)|iOS开发工具小集合,不定期更新|44|2024-10-10| |15|[yungfan/iOS-BasedOnSwift](https://github.com/yungfan/iOS-BasedOnSwift)|iOS开发教程案例代码|35|2024-10-07| |16|[dyljqq/DJGithub](https://github.com/dyljqq/DJGithub)|纯Swift搭建的个人的Github客户端。里面也会本地收录一些日常开发中看的博客等。|34|2024-05-13| |17|[DamonHu/DDLoggerSwift](https://github.com/DamonHu/DDLoggerSwift)|The iOS side displays the output log log on the screen, and can generate log file sharing, which is convenient for debugging information when the real machine is not connected to xcode. iOS端将输出日志log悬浮 ...|34|2024-09-10| |18|[yujon/ipa-mac-builder](https://github.com/yujon/ipa-mac-builder)|对ipa进行ios证书重签名并安装/导出ipa|28|2024-08-23| |19|[reers/ReerKit](https://github.com/reers/ReerKit)|Swift 基础库. A collection of Swift extensions and utilities.|24|2024-10-11| |20|[songgeb/I-Love-iOS](https://github.com/songgeb/I-Love-iOS)|iOS学习笔记,技术道路走到黑|23|2024-10-08| |21|[aruis/BookTime](https://github.com/aruis/BookTime)|做一个安静的读书人|14|2024-07-05| |22|[Andy0570/RoadToSwift](https://github.com/Andy0570/RoadToSwift)|My Swift self-study tour 🤪 |14|2024-09-12| |23|[rztime/QuicklySwift](https://github.com/rztime/QuicklySwift)|swift 提高UI编写效率,常用方法集合|11|2024-09-13| |24|[DamonHu/DDUtils](https://github.com/DamonHu/DDUtils)|DDUtils is a collection of commonly used features, developed based on Swift, that can be quickly implemented on iOS devices.|8|2024-05-28|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/TeX.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > TeX 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[soulmachine/leetcode](https://github.com/soulmachine/leetcode)|LeetCode题解,151道题完整版。|11282|2024-07-10| |2|[zhanwen/MathModel](https://github.com/zhanwen/MathModel)|研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT|8187|2024-09-30| |3|[liuxinyu95/AlgoXY](https://github.com/liuxinyu95/AlgoXY)|Book of Elementary Functional Algorithms and Data structures|6065|2024-08-21| |4|[openmlsys/openmlsys-zh](https://github.com/openmlsys/openmlsys-zh)|《Machine Learning Systems: Design and Implementation》- Chinese Version|4006|2024-04-13| |5|[sjtug/SJTUThesis](https://github.com/sjtug/SJTUThesis)|上海交通大学 LaTeX 论文模板 Shanghai Jiao Tong University LaTeX Thesis Template|3307|2024-07-18| |6|[foxsen/archbase](https://github.com/foxsen/archbase)|教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本|3086|2024-09-20| |7|[NiuTrans/MTBook](https://github.com/NiuTrans/MTBook)|《机器翻译:基础与模型》肖桐 朱靖波 著 - Machine Translation: Foundations and Models|2716|2024-09-14| |8|[careywyr/UnderstandingDeepLearning-ZH-CN](https://github.com/careywyr/UnderstandingDeepLearning-ZH-CN)|UnderstandingDeepLearing中文翻译|2242|2024-07-21| |9|[the-turing-way/the-turing-way](https://github.com/the-turing-way/the-turing-way)|Host repository for The Turing Way: a how to guide for reproducible data science|1896|2024-10-09| |10|[hithesis/hithesis](https://github.com/hithesis/hithesis)|嗨!thesis!哈尔滨工业大学毕业论文LaTeX模板|1661|2024-07-29| |11|[MeouSker77/Cpp17](https://github.com/MeouSker77/Cpp17)|本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删|1586|2024-09-22| |12|[huangzworks/redisbook](https://github.com/huangzworks/redisbook)|《Redis 设计与实现》(网络版)的书稿源码|1516|2024-05-01| |13|[bdebye/thesisuestc](https://github.com/bdebye/thesisuestc)|ThesisUESTC-电子科技大学毕业论文模板|1348|2024-07-15| |14|[kanition/pbrtbook](https://github.com/kanition/pbrtbook)|pbrt 中文整合翻译 基于物理的渲染:从理论到实现 Physically Based Rendering: From Theory To Implementation|1066|2024-08-03| |15|[moesoha/debian-media-box](https://github.com/moesoha/debian-media-box)|“Debian 小药盒”,一个用来包装 Debian 安装介质的盒子设计和介绍用的说明书。|1047|2024-05-15| |16|[whutug/whu-thesis](https://github.com/whutug/whu-thesis)|:memo: 武汉大学毕业论文 LaTeX 模版 2024|932|2024-06-07| |17|[Cactus-proj/A-Philosophy-of-Software-Design-zh](https://github.com/Cactus-proj/A-Philosophy-of-Software-Design-zh)|A Philosophy of Software Design 《软件设计的哲学》中文翻译 |655|2024-10-05| |18|[fangcun010/VulkanTutorialCN](https://github.com/fangcun010/VulkanTutorialCN)|Vulkan中文教程|652|2024-06-23| |19|[fcampelo/EC-Bestiary](https://github.com/fcampelo/EC-Bestiary)|A bestiary of evolutionary, swarm and other metaphor-based algorithms|599|2024-04-25| |20|[MeouSker77/ProgrammingRust](https://github.com/MeouSker77/ProgrammingRust)|本书为《Programming Rust - Fast, Safe Systems Development》第2版的个人中文翻译,仅供学习和交流使用,如有侵权请联系作者删除|575|2024-07-03| |21|[SYSU-SCC/sysu-thesis](https://github.com/SYSU-SCC/sysu-thesis)|中山大学 LaTeX 论文项目模板|548|2024-05-10| |22|[nju-lug/NJUThesis](https://github.com/nju-lug/NJUThesis)|南京大学学位论文模板|453|2024-05-08| |23|[wenweili/AlJabr-1](https://github.com/wenweili/AlJabr-1)|Methods in Algebra (Volume 1): A Chinese textbook on Algebra|377|2024-10-11| |24|[NWPUMetaphysicsOffice/Yet-Another-LaTeX-Template-for-NPU-Thesis](https://github.com/NWPUMetaphysicsOffice/Yet-Another-LaTeX-Template-for-NPU-Thesis)|西北工业大学硕博学位论文模版 Yet Another Thesis Template for Northwestern Polytechnical University|366|2024-07-16| |25|[mengchaoheng/SCUT_thesis](https://github.com/mengchaoheng/SCUT_thesis)|华南理工大学硕博士学位论文模板(LaTeX)。Latex templates for the thesis of South China University of Technology|293|2024-10-10| |26|[SHI-Yu-Zhe/awesome-agi-cocosci](https://github.com/SHI-Yu-Zhe/awesome-agi-cocosci)|An awesome & curated list for Artificial General Intelligence, an emerging inter-discipline field that combines artificial intelligence and computational cognitive sciences.|283|2024-10-11| |27|[chianjin/outline-of-mechanics](https://github.com/chianjin/outline-of-mechanics)|《力学概论》LaTeX 重排版|242|2024-05-09| |28|[YangLaTeX/hitszthesis](https://github.com/YangLaTeX/hitszthesis)|A dissertation template for Harbin Institute of Technology, ShenZhen (HITSZ), including bachelor, master and doctor dissertations.|238|2024-09-11| |29|[iydon/sustechthesis](https://github.com/iydon/sustechthesis)|南方科技大学本科生毕业论文 LaTeX 模板|230|2024-06-05| |30|[obster-y/XJTU-thesis](https://github.com/obster-y/XJTU-thesis)|西安交通大学学位论文模板(LaTeX)(适用硕士、博士学位)An official LaTeX template for Xi'an Jiaotong University degree thesis (Chinese and English)|226|2024-07-26| |31|[scnu/scnuthesis](https://github.com/scnu/scnuthesis)|符合华南师范大学硕士/博士学位论文格式要求的LaTeX模板。|219|2024-04-16| |32|[hantang/latex-templates](https://github.com/hantang/latex-templates)|A collection of awesome LaTeX Thesis/Dissertation templates and beyond! (LaTeX / Word / Typst / Markdown 格式的学位论文、演示文稿、报告、项目申请书、简历、书籍等模板收藏)|217|2024-10-05| |33|[Aetf/xjtuthesis](https://github.com/Aetf/xjtuthesis)| 使用 LaTeX 排版学位论文!适用于西安交通大学学生|203|2024-07-09| |34|[SUSTech-CRA/sustech-master-thesis](https://github.com/SUSTech-CRA/sustech-master-thesis)|南方科技大学研究生学位论文LaTeX模板|195|2024-10-06| |35|[YuZhang/cryptography](https://github.com/YuZhang/cryptography)|Cryptography course slides at Harbin Institute of Technology|178|2024-05-07| |36|[TouchFishPioneer/SEU-master-thesis](https://github.com/TouchFishPioneer/SEU-master-thesis)|东南大学硕士研究生学位论文LaTeX模板|157|2024-04-22| |37|[shuosc/SHU-Bachelor-Thesis-OSC](https://github.com/shuosc/SHU-Bachelor-Thesis-OSC)|上海大学本科生毕业论文latex模板-开源社区版本。|148|2024-05-29| |38|[Reanon/SEUThesisLatexTemplate](https://github.com/Reanon/SEUThesisLatexTemplate)|东南大学 硕士毕业论文 Latex 模版 网络空间安全学院|142|2024-04-18| |39|[XinzeZhang/HUST-PhD-Thesis-Latex](https://github.com/XinzeZhang/HUST-PhD-Thesis-Latex)|华中科技大学博士毕业论文Latex模板|137|2024-06-03| |40|[boatpoet/MathematicalModeling](https://github.com/boatpoet/MathematicalModeling)|关于数学建模的一些资料和我自己的数模论文|132|2024-09-25| |41|[yuhldr/LZUThesis2020](https://github.com/yuhldr/LZUThesis2020)|兰州大学2024毕业论文LaTex模板:本科生、研究生两个模板|130|2024-05-06| |42|[NewFuture/NKThesis](https://github.com/NewFuture/NKThesis)|南开大学硕士毕业论文/博士论文模板 (Latex Template for Nankai University)|128|2024-06-05| |43|[shuyong/study-notes-math](https://github.com/shuyong/study-notes-math)|读书笔记-数学|118|2024-09-25| |44|[NominHanggai/szaboqc](https://github.com/NominHanggai/szaboqc)|《现代量子化学》汉化版|112|2024-09-19| |45|[xiaoweiChen/Learn-LLVM-17](https://github.com/xiaoweiChen/Learn-LLVM-17)|《Learn LLVM 17》的非专业个人翻译|109|2024-09-03| |46|[chianjin/zhvt-classic](https://github.com/chianjin/zhvt-classic)|中文线装书排版|109|2024-06-09| |47|[Hsins/NTU-Thesis-LaTeX-Template](https://github.com/Hsins/NTU-Thesis-LaTeX-Template)|🎓 Unofficial LaTeX templates for your graduate thesis (both master's theses and doctoral dissertations) at National Taiwan University. 國立臺灣大學碩博士學位論文 LaTeX 模板|108|2024-08-13| |48|[GuangLun2000/COMAP-MCM-2024](https://github.com/GuangLun2000/COMAP-MCM-2024)|数模美赛材料合集 COMAP MCM/ICM 2024|101|2024-08-05| |49|[osslab-pku/OSSDevelopment](https://github.com/osslab-pku/OSSDevelopment)|北京大学信息科学技术学院《开源软件技术》课程材料 // Course Materials for “Open Source Software Development and Technology” at School of EECS, Peking University|96|2024-10-09| |50|[Tr0py/NKU-thesis-template-2020](https://github.com/Tr0py/NKU-thesis-template-2020)|南开大学毕业论文模板 Nankai University Thesis Template https://tr0py.github.io/NKU-thesis-template-2020/|89|2024-06-01| |51|[bjut-swift/BJUT-Helper](https://github.com/bjut-swift/BJUT-Helper)|北京工业大学课程资源共享计划|85|2024-09-05| |52|[wtsnwei/pdsp](https://github.com/wtsnwei/pdsp)|《Personal Development for Smart People》的中文自译版|84|2024-09-16| |53|[Spacial/csstuff](https://github.com/Spacial/csstuff)|CS Stuff is an awesome collection of Computer Science Stuff.|71|2024-06-27| |54|[XiangyunHuang/data-analysis-in-action](https://github.com/XiangyunHuang/data-analysis-in-action)|:book: R 语言数据分析实战(写作中) Data Analysis in Action Using R|70|2024-07-06| |55|[summitgao/OUC-LaTex-master](https://github.com/summitgao/OUC-LaTex-master)|中国海洋大学硕士博士学位论文 LaTeX 模板(Overleaf版)|65|2024-07-01| |56|[ShevonKuan/SCUT-thesis](https://github.com/ShevonKuan/SCUT-thesis)|(更新于2024年) 华南理工大学 LaTeX 论文模板项目,star一下嘛~(☆▽☆),应该是最完善也是最容易使用的华工本科生论文模板了|64|2024-05-24| |57|[wenweili/Modulform](https://github.com/wenweili/Modulform)|Introduction to Modular Forms: A Chinese textbook about modular forms|62|2024-08-19| |58|[hnuthesis/hnuthesis](https://github.com/hnuthesis/hnuthesis)|湖南大学硕士学位论文 LaTeX 模板|61|2024-06-04| |59|[Koyamin/ECNUThesis-Undergraduate](https://github.com/Koyamin/ECNUThesis-Undergraduate)|华东师范大学 (East China Normal University, ECNU) 本科生学士学位论文 LaTeX 模板|60|2024-04-16| |60|[DansYU/SeuThesiY](https://github.com/DansYU/SeuThesiY)|用于排版东南大学硕博学位论文的LaTeX模板|60|2024-07-01| |61|[wenbindu/ThinkPython2-CN](https://github.com/wenbindu/ThinkPython2-CN)|《ThinkPython2》中文译本|59|2024-06-17| |62|[xiaoweiChen/The-CXX-Library-Fourth-Edition-include-CXX23](https://github.com/xiaoweiChen/The-CXX-Library-Fourth-Edition-include-CXX23)|《The C++ Standard Library》的非专业个人翻译|56|2024-05-08| |63|[Steve-Cheung-emct/upLaTeX-SZ.CLS](https://github.com/Steve-Cheung-emct/upLaTeX-SZ.CLS)|A Template of Chinese/Japanese vertical book style.|56|2024-05-12| |64|[sci-m-wang/NEU-Thesis](https://github.com/sci-m-wang/NEU-Thesis)|东北大学学位论文LaTex版,可直接导入Overleaf。LaTex version of Northeastern University's thesis, which can be imported directly into Overleaf.|55|2024-05-16| |65|[1FCENdoge/SYSUThesis](https://github.com/1FCENdoge/SYSUThesis)|中山大学研究生学位论文LaTeX模板(试用)|55|2024-05-31| |66|[BlueFisher/shuthesis](https://github.com/BlueFisher/shuthesis)|上海大学硕博学位论文 LaTeX 模板 Thesis Template for Shanghai University|55|2024-04-28| |67|[YanMing-lxb/GUET_Thesis_LaTeX](https://github.com/YanMing-lxb/GUET_Thesis_LaTeX)|桂林电子科技大学硕博学位论文LATEX模板|45|2024-09-14| |68|[OChicken/SCUT-Bachelor-Thesis-Template](https://github.com/OChicken/SCUT-Bachelor-Thesis-Template)|Latex template for the bachelor graduation thesis of South China University of Technology (SCUT) 华南理工大学 本科毕业论文LaTeX模板|44|2024-04-13| |69|[ydchen0806/24ICM_E_O_Award_Paper_code](https://github.com/ydchen0806/24ICM_E_O_Award_Paper_code)|2024 MCM/ICM Problem E Outstanding Winner INFORMS Prize paper and source code (24美赛E题O奖冠名奖论文和源码)|39|2024-07-23| |70|[Jimmy-L4/BUPTGraduateThesis](https://github.com/Jimmy-L4/BUPTGraduateThesis)|BUPTGraduateThesis提供北京邮电大学研究生学位论文LaTeX文档类,其符合北邮研究生院2014年11月发布的《关于研究生学位论文格式的统一要求》,目前已根据2017年标准修正格式、添加英文扉页,已根据2023年标准修正格式、添加答辩小组名单页,已根据2024年标准修正格式|38|2024-07-17| |71|[alan-tsang/overleaf-latex-chinese-english-general-template](https://github.com/alan-tsang/overleaf-latex-chinese-english-general-template)|一个overleaf latex中英文通用模板,元素丰富,适合latex入门;An Overleaf LaTeX Chinese and English universal template, rich in elements, suitable for getting started with LaTeX;|34|2024-09-14| |72|[KaiserKatze/mathematical-notes](https://github.com/KaiserKatze/mathematical-notes)|数学笔记|34|2024-10-11| |73|[langsci/langscibook](https://github.com/langsci/langscibook)|LaTeX class and additions for typesetting books|34|2024-10-10| |74|[xiaoweiChen/Clang-Compiler-Frontend](https://github.com/xiaoweiChen/Clang-Compiler-Frontend)|《Clang Compiler Frontend》的非专业个人翻译|33|2024-08-10| |75|[wyqy/TongjiThesis_Proto](https://github.com/wyqy/TongjiThesis_Proto)|同济大学硕博士论文 LaTeX 模板 Tongji-Thesis - 2024 修订|33|2024-10-08| |76|[xiaoweiChen/Modern-CMake-for-Cpp-2ed](https://github.com/xiaoweiChen/Modern-CMake-for-Cpp-2ed)|《Modern CMake for C++ - Second Edition》的非专业个人翻译|32|2024-09-11| |77|[Acwuld/LouAnalysis](https://github.com/Acwuld/LouAnalysis)|楼红卫老师《数学分析》的答案.|31|2024-10-08| |78|[Yixf-Education/course_Statistics_Story](https://github.com/Yixf-Education/course_Statistics_Story)|天津医科大学,本科选修课,《故事中的统计学》课程资料|31|2024-10-09| |79|[Spacial/awesome-arts](https://github.com/Spacial/awesome-arts)|Awesome Arts is a collection of arts links and stuff.|31|2024-07-01| |80|[GaugeAndGravity/solution2liangshu](https://github.com/GaugeAndGravity/solution2liangshu)|this is a LaTeX project to write a solution to the book 微分几何入门与广义相对论 by 梁灿彬|30|2024-09-24| |81|[iihciyekub/MUST-Thesis](https://github.com/iihciyekub/MUST-Thesis)|latex-template: 澳门科技大学,硕士or博士毕业论文模版|30|2024-04-25| |82|[MobtgZhang/sues-thesis](https://github.com/MobtgZhang/sues-thesis)|上海工程技术大学硕士学位论文模板|29|2024-09-23| |83|[oyoycr/els-cas-templates](https://github.com/oyoycr/els-cas-templates)|Elsevier latex template 'els-cas-templates'(爱思唯尔期刊-latex双栏版本)|28|2024-04-28| |84|[shadowofgost/sudathesis-soochow-university-latex-template](https://github.com/shadowofgost/sudathesis-soochow-university-latex-template)|Naive LaTex Template For Soochow University Thesis 苏州大学Latex 模板,适用于本科生、硕士生和博士生毕业论文以及日常论文写作|26|2024-06-11| |85|[Jin-bao/NCU-thesis](https://github.com/Jin-bao/NCU-thesis)|南昌大学学位(毕业)论文 LaTeX 模板|26|2024-06-09| |86|[davyxx3/hhu-thesis-bachelor](https://github.com/davyxx3/hhu-thesis-bachelor)|河海大学本科毕业论文LaTeX模板(理工科)【2024年更新】|26|2024-06-21| |87|[YunYouJun/cucthesis](https://github.com/YunYouJun/cucthesis)|CUC 硕士毕业论文 LaTeX 模版 |26|2024-06-14| |88|[xiaoweiChen/Professional-cpp-6ed](https://github.com/xiaoweiChen/Professional-cpp-6ed)|《Professional C++ - 6th Edition》的非专业个人翻译|25|2024-09-29| |89|[Sakura-shem/JLUThesis](https://github.com/Sakura-shem/JLUThesis)|吉林大学 通信工程学院 本科毕业论文 Latex模板 2023|24|2024-04-24| |90|[geezhu/Category-A-Textbook](https://github.com/geezhu/Category-A-Textbook)|中国80年代甲种本教科书|23|2024-08-11| |91|[xkwxdyy/CCNUthesis](https://github.com/xkwxdyy/CCNUthesis)|(非官方)华中师范大学毕业论文(设计)模版|23|2024-05-02| |92|[GZIC-OpenFutureTech/OpenFutureTech](https://github.com/GZIC-OpenFutureTech/OpenFutureTech)|华南理工大学国际校区未来技术学院课程攻略 Guidance for courses in Campus of Future Technology, Guangzhou International Campus (GZIC), SCUT.|22|2024-08-04| |93|[irenier/sysuthesis](https://github.com/irenier/sysuthesis)|中山大学本科生毕业论文 LaTeX 模板|22|2024-05-26| |94|[SZTU-ACM/SZTU-Thesis-Latex-Template](https://github.com/SZTU-ACM/SZTU-Thesis-Latex-Template)|深圳技术大学本科毕业论文Latex模板|21|2024-05-20| |95|[langsci/latex-skeletons](https://github.com/langsci/latex-skeletons)|Templates for monographs, papers, and edited volumes|21|2024-08-16| |96|[Sophie10001b/swjtuThesisV3.0](https://github.com/Sophie10001b/swjtuThesisV3.0)|V3.0 LaTeX Template for PhD/MA Thesis of Southwest Jiaotong University (SWJTU) / 西南交通大学研究生学位论文LaTeX模板(V3.0)|18|2024-09-29| |97|[mike2718/ham](https://github.com/mike2718/ham)|《业余无线电操作技能考核攻略本(类别:A、B)》|18|2024-07-04| |98|[neo954/sichuan-cookbook](https://github.com/neo954/sichuan-cookbook)|Sichuan Cookbook (四川菜谱)|18|2024-09-25| |99|[Latiyas/JNUThesis](https://github.com/Latiyas/JNUThesis)|暨南大学硕博士学位论文Overleaf模板|17|2024-06-25| |100|[Tian42chen/Transcription-Malfunctioned](https://github.com/Tian42chen/Transcription-Malfunctioned)|ZJU 课程笔记|16|2024-09-23| |101|[wenjin1997/zkp-learning](https://github.com/wenjin1997/zkp-learning)|记录学习零知识证明(Zero-Knowledge Proof)笔记及过程。|16|2024-05-08| |102|[Astro-Lee/YNU-thesis-bachelor](https://github.com/Astro-Lee/YNU-thesis-bachelor)|云南大学本科学生毕业论文 (设计) LaTeX 模板|16|2024-06-13| |103|[iotang/linux_tutorials_for_brand_new_oiers](https://github.com/iotang/linux_tutorials_for_brand_new_oiers)|Linux Tutorials for Brand New Oiers 给信息组学弟学妹的 Linux 入门手把手教程|16|2024-05-07| |104|[andy123t/shnuthesis](https://github.com/andy123t/shnuthesis)|上海师范大学研究生毕业论文 LaTeX 模板 LaTeX Thesis Template for SHNU|16|2024-08-24| |105|[anlit75/CCU-Thesis-LaTeX-Template](https://github.com/anlit75/CCU-Thesis-LaTeX-Template)|Unofficial LaTeX templates for both master's thesis and doctoral dissertations at National Chung Cheng University. 國立中正大學碩博士論文LaTex模板|14|2024-05-03| |106|[wrm244/GUEThesis](https://github.com/wrm244/GUEThesis)|桂林电子科技大学本科毕业论文(毕业设计)LaTex模板|14|2024-05-23| |107|[wang-q/lecture-slides](https://github.com/wang-q/lecture-slides)|Slides for my course "General Biology".|14|2024-06-16| |108|[YanMing-lxb/SCI-LaTeX-Submission-Process-for-Elsevier](https://github.com/YanMing-lxb/SCI-LaTeX-Submission-Process-for-Elsevier)|自制的爱斯维尔期刊的LaTeX投稿工作流程模板|13|2024-09-19| |109|[ayueme/R_beginners](https://github.com/ayueme/R_beginners)|医学生R语言零基础入门|12|2024-10-01| |110|[SHU-CES-1008/SHU-Thesis](https://github.com/SHU-CES-1008/SHU-Thesis)|上海大学硕士学位论文LaTeX模板|12|2024-09-23| |111|[xtc-chen/UJS_Phdthesis](https://github.com/xtc-chen/UJS_Phdthesis)|江苏大学博士学位论文Latex模板|12|2024-06-03| |112|[xtc-chen/UJS_Masterthesis](https://github.com/xtc-chen/UJS_Masterthesis)|江苏大学硕士学位论文Latex模板|12|2024-06-03| |113|[andy123t/Thesis-Slides](https://github.com/andy123t/Thesis-Slides)|毕业论文开题与答辩 Beamer 模板|12|2024-09-30| |114|[NorthSecond/SYSU_Latex_Template](https://github.com/NorthSecond/SYSU_Latex_Template)|适用于中大课程/实验报告的一个简单小模板|11|2024-09-26| |115|[cshaowang/swjtuThesisV2.0](https://github.com/cshaowang/swjtuThesisV2.0)|A LaTeX Template for PhD/MA Thesis of Southwest Jiaotong University (SWJTU) / 西南交通大学研究生学位论文LaTeX模板|11|2024-06-27| |116|[li199-code/njupt_master_thesis_latex_template](https://github.com/li199-code/njupt_master_thesis_latex_template)|南京邮电大学硕士研究生毕业论文latex模板|11|2024-07-18| |117|[xiaowen1124/Numerical-Analysis-](https://github.com/xiaowen1124/Numerical-Analysis-)|数值分析课程作业题、习题及补充(复习练习版)|9|2024-08-26| |118|[Jin-Cheng-Ming/ZHKU_Thesis](https://github.com/Jin-Cheng-Ming/ZHKU_Thesis)|仲恺农业工程学院学位论文 Latex 模板|9|2024-05-28| |119|[GhostCai/bjtu-thesis-dlc](https://github.com/GhostCai/bjtu-thesis-dlc)|BJTU论文latex模板的补充包,包含了2024年的诚信声明以及外文翻译模板|9|2024-05-07| |120|[yinguoweiOvO/CQU_Thesis2024](https://github.com/yinguoweiOvO/CQU_Thesis2024)|重庆大学毕业论文Latex模板(修改版)|9|2024-05-20| |121|[Nanqiang01/CUFE_Graduate_Thesis_Template](https://github.com/Nanqiang01/CUFE_Graduate_Thesis_Template)|非官方中央财经大学本科毕业论文模板|9|2024-04-14| |122|[iamywang/whu-thesis-latex-template](https://github.com/iamywang/whu-thesis-latex-template)|武汉大学博士/硕士学位论文latex模板(包含插图索引、表格索引、中英文缩略语对照、主要符号表等,字体格式以及排版修正)|9|2024-04-23| |123|[wennboo/HDU-latex-template-for-master](https://github.com/wennboo/HDU-latex-template-for-master)|旨在帮助杭州电子科技大学硕博生使用 Latex完成学位论文撰写,非官方模板,如若使用,后果自负!|9|2024-04-14| |124|[chenzl23/FZUThesis](https://github.com/chenzl23/FZUThesis)|福州大学博士研究生毕业论文Latex模板|9|2024-05-27| |125|[TheoCUC/CUC-LaTeX-Templates](https://github.com/TheoCUC/CUC-LaTeX-Templates)|中国传媒大学非官方的各种LaTeX模板合集|9|2024-06-27| |126|[Yi-ran-Nian-Hua/Matrix-Theory](https://github.com/Yi-ran-Nian-Hua/Matrix-Theory)|电子科技大学《矩阵理论》复习笔记|8|2024-07-11| |127|[zcyeee/HNU_LaTeX_Template](https://github.com/zcyeee/HNU_LaTeX_Template)|湖南大学课程论文LaTeX模板|8|2024-07-14| |128|[ljguo1020/ElegantBook](https://github.com/ljguo1020/ElegantBook)|ElegantBook 模板的 LaTeX3 重构|7|2024-09-27| |129|[Wang-Ji20/milewski-ctfp-pdf-zh-cn-translation](https://github.com/Wang-Ji20/milewski-ctfp-pdf-zh-cn-translation)|Chinese Translation for Bartosz Milewski's 'Category Theory for Programmers'. 《写给程序员的范畴论》中文翻译 |7|2024-10-04| |130|[andy123t/zhbook](https://github.com/andy123t/zhbook)|zhbook 中文书籍 LaTeX 模板|7|2024-08-24| |131|[yufree/hjhbb](https://github.com/yufree/hjhbb)|公众号 环境黑板报 的文章存档|7|2024-09-30| |132|[tanzhijir-04/2024-ShenzhenCup-MathModeling](https://github.com/tanzhijir-04/2024-ShenzhenCup-MathModeling)|本仓库包含我在 2024 年深圳杯数学建模竞赛中使用的代码文件和 PDF 论文。内容包括所有用于数据分析、仿真和最终算法的脚本,以及详细描述方法和结果的综合报告。|6|2024-07-28| |133|[kelvin0207/NUDT-Template](https://github.com/kelvin0207/NUDT-Template)|国防科大论文通用模板|6|2024-05-16| |134|[CIOT-Group/Fuck_2024_MCM-ICM](https://github.com/CIOT-Group/Fuck_2024_MCM-ICM)|2024美国大学生数学建模竞赛(队号#2409529, Problem E)相关比赛资料开源仓库|6|2024-05-03| |135|[Koorye/uestc-master-student-report-archine](https://github.com/Koorye/uestc-master-student-report-archine)|电子科技大学硕士生期间所有作业与实验报告汇总|6|2024-07-12| |136|[H-Hyunmin/ISEE_Course_Materials](https://github.com/H-Hyunmin/ISEE_Course_Materials)|ISEE相关课程的资料|6|2024-06-28| |137|[LunaQu4kez/Introduction_to_Multivariate_Functions](https://github.com/LunaQu4kez/Introduction_to_Multivariate_Functions)|自己总结的多元函数入门攻略,分为上和下。主要讲述高等数学多元函数基本概念及它们之间的关系,附带例题和不常见的反例|6|2024-04-14| |138|[haimingz/tjuthesis](https://github.com/haimingz/tjuthesis)|LaTeX template for Tianjin University Master's and Doctoral Theses. 天津大学硕博学位论文 LaTeX 模板。|6|2024-08-28| |139|[ilhikki/hott-book-zh](https://github.com/ilhikki/hott-book-zh)|《The HoTT Book》 中文翻译|6|2024-08-10| |140|[Hypotenuse-legs/Weekly-Knowledge-Tips-DLUT](https://github.com/Hypotenuse-legs/Weekly-Knowledge-Tips-DLUT)|这是大连理工大学电计2203班的「知识小料」系列,一般在每个教学周更新一期。|5|2024-09-27| |141|[liuqi6777/ructhesis](https://github.com/liuqi6777/ructhesis)|中国人民大学本科毕业论文(设计)LaTeX模板|5|2024-04-17| |142|[Andrew82106/MathorcupLatexTemplate](https://github.com/Andrew82106/MathorcupLatexTemplate)|MathorCup 论文Latex模版,可适配Overleaf,使用gbt7714引用文献|5|2024-04-16| |143|[ZhihengNing/LaTex-template](https://github.com/ZhihengNing/LaTex-template)|自用LaTex模板,主要用来编写数学解答及书写论文|5|2024-06-03| |144|[WeiViming/gzhu-thesis](https://github.com/WeiViming/gzhu-thesis)|广州大学研究生学位论文非官方模板|5|2024-06-30| |145|[boa-z/SUEP-Course](https://github.com/boa-z/SUEP-Course)|上海电力大学 电子与信息工程学院 课程共享 本科|5|2024-09-08| |146|[3000ye/dhuBachelor](https://github.com/3000ye/dhuBachelor)|东华大学学士毕业论文latex模板|5|2024-06-16| |147|[Poker-sang/Notes](https://github.com/Poker-sang/Notes)|高中以来所有的学习笔记|5|2024-10-11| |148|[XiangyunHuang/msg2nd](https://github.com/XiangyunHuang/msg2nd)|:book: 现代统计图形(第二版) Modern Statistical Graphics (Second Edition)|5|2024-07-02| |149|[luoyaocray/USAC_OPTICS_817](https://github.com/luoyaocray/USAC_OPTICS_817)|真题资料latex源代码|4|2024-10-10| |150|[blanche07/ecust-master-thesis-latex](https://github.com/blanche07/ecust-master-thesis-latex)|华东理工大学硕士学位论文Latex模板|4|2024-06-04| |151|[SeaHI-Robot/SUSTechThesis2024MEE](https://github.com/SeaHI-Robot/SUSTechThesis2024MEE)|南方科技大学本科生毕业论文 LaTeX 模板 - 2024非官方机械系模板|4|2024-06-21| |152|[ChambersXDU/xduts_demo](https://github.com/ChambersXDU/xduts_demo)|提供一份稍完整的xduts参考示例,供西电学子入门xduts使用|4|2024-04-17| |153|[Mikachu2333/sdsmu_welcome_tex](https://github.com/Mikachu2333/sdsmu_welcome_tex)|《山东第二医科大学指南》Latex版本,生活手册与新生指南一体化|原docx版本由“山东第二医科大学频道”接手更新,属于本文的分叉(Fork)关系,互不干扰。|4|2024-10-11| |154|[Trikim-Zhang/Principles-and-Practice-of-Artificial-Intelligence](https://github.com/Trikim-Zhang/Principles-and-Practice-of-Artificial-Intelligence)|nudt人工智能原理与实践复习资料|4|2024-07-27| |155|[LeoJhonSong/UCAS-Dissertation](https://github.com/LeoJhonSong/UCAS-Dissertation)|国科大硕士/博士学位论文LeTeX模板, 以《中国科学院大学研究生学位论文撰写规范指导意见》(校发学位字[2022]40号, 附件1) 作为撰写要求|4|2024-07-24| |156|[winplay/USTC_Latex_template](https://github.com/winplay/USTC_Latex_template)|中科大(USTC)课程论文模板|4|2024-06-22| |157|[shinyypig/HFUT-Thesis](https://github.com/shinyypig/HFUT-Thesis)|合肥工业大学本科毕业设计论文模版|4|2024-07-05| |158|[MobtgZhang/sues-mm](https://github.com/MobtgZhang/sues-mm)|上海工程技术大学校级数学建模竞赛论文模板|4|2024-05-02| |159|[Pungjay/swjtuThesis](https://github.com/Pungjay/swjtuThesis)|西南交通大学硕/博学位论文 LaTeX 模板|3|2024-08-17| |160|[sjewb/math_share](https://github.com/sjewb/math_share)|这是一个数学专业的日常分享|3|2024-07-22| |161|[weyumm/-Mathematical-Modeling-Awareness-Guide-](https://github.com/weyumm/-Mathematical-Modeling-Awareness-Guide-)|【数学建模觉迷录】记录我从学习数学建模到参加各种建模竞赛的数据集、代码、论文。(A record of my datasets, code, and papers from learning mathematical modeling to participating in various modeling competitions.)|3|2024-07-30| |162|[handsomeo7y/latex-elsevier](https://github.com/handsomeo7y/latex-elsevier)|根据elsevier 模板改的论文模板|3|2024-06-03| |163|[Hl-W/TongjiThesis_modified](https://github.com/Hl-W/TongjiThesis_modified)|同济大学硕博士论文 LaTeX 模板的修改版,根据2024年格式要求修改|3|2024-05-21| |164|[Stolorzs/ZafuTemplatePublic](https://github.com/Stolorzs/ZafuTemplatePublic)|浙江农林大学风景园林与建筑学院本科生毕业设计说明书(或毕业论文)的LateX模板|3|2024-06-19| |165|[OceanPresentChao/JLU-SE-Thesis-Template](https://github.com/OceanPresentChao/JLU-SE-Thesis-Template)|吉林大学 软件学院 本科毕业论文 Latex模板|3|2024-06-02| |166|[Guanyu-Li/Thesis-template](https://github.com/Guanyu-Li/Thesis-template)|吉林大学毕业论文模板(latex)|3|2024-05-31| |167|[KingwithQueen/GXU-Masters-and-PhD-Thesis-Templates](https://github.com/KingwithQueen/GXU-Masters-and-PhD-Thesis-Templates)|生成符合广西大学硕士或博士研究生毕业论文格式要求的论文模板|3|2024-05-08| |168|[wertolf/COD2024Spring](https://github.com/wertolf/COD2024Spring)|2024春《计算机组成原理与汇编语言》课程资料|3|2024-06-28| |169|[01xz/dlut-thesis](https://github.com/01xz/dlut-thesis)|2024大连理工大学硕士学位论文LaTeX模版|3|2024-05-20| |170|[Siliconet/Math-Bridge](https://github.com/Siliconet/Math-Bridge)|自编的高中数学读本,采用ElegantBook模板。|3|2024-10-02| |171|[dutLQG/DUT-LyX](https://github.com/dutLQG/DUT-LyX)|大连理工大学博士硕士学位论文LyX/LaTeX模板|3|2024-06-09| |172|[andy123t/shnubachelor](https://github.com/andy123t/shnubachelor)|上海师范大学本科毕业论文 LaTeX 模板|3|2024-08-22| |173|[GasinAn/ForNotes](https://github.com/GasinAn/ForNotes)|Fortran 笔记|3|2024-10-10|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/TypeScript.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > TypeScript 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[type-challenges/type-challenges](https://github.com/type-challenges/type-challenges)|Collection of TypeScript type challenges with online judge|42848|2024-09-08| |2|[basarat/typescript-book](https://github.com/basarat/typescript-book)|:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹|20780|2024-06-29| |3|[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|16904|2024-10-06| |4|[RealKai42/qwerty-learner](https://github.com/RealKai42/qwerty-learner)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers|15507|2024-10-08| |5|[xcatliu/typescript-tutorial](https://github.com/xcatliu/typescript-tutorial)|TypeScript 入门教程|10411|2024-08-18| |6|[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.|8442|2024-06-04| |7|[LeetCode-OpenSource/vscode-leetcode](https://github.com/LeetCode-OpenSource/vscode-leetcode)|Solve LeetCode problems in VS Code|8188|2024-09-13| |8|[zhongsp/TypeScript](https://github.com/zhongsp/TypeScript)|TypeScript 使用手册(中文版)翻译。http://www.typescriptlang.org|7056|2024-08-11| |9|[jkchao/typescript-book-chinese](https://github.com/jkchao/typescript-book-chinese)|TypeScript Deep Dive 中文版 |6517|2024-07-01| |10|[zu1k/bs-core](https://github.com/zu1k/bs-core)|Easy and blazing-fast book searcher, create and search your private library.|6336|2024-10-11| |11|[rockbenben/ChatGPT-Shortcut](https://github.com/rockbenben/ChatGPT-Shortcut)|🚀💪Maximize your efficiency and productivity, support for English,中文,Español,العربية. 让生产力加倍的AI快捷指令。更有效地定制、保存和分享自己的提示词。在提示词分享社区中,轻松找到适用于不同场景的指令。|5918|2024-09-18| |12|[cuixueshe/earthworm](https://github.com/cuixueshe/earthworm)|Learning English through the method of constructing sentences with conjunctions|5855|2024-08-19| |13|[openai-translator/bob-plugin-openai-translator](https://github.com/openai-translator/bob-plugin-openai-translator)|基于 OpenAI API 的文本翻译、文本润色、语法纠错 Bob 插件,让我们一起迎接不需要巴别塔的新时代!Licensed under CC BY-NC-SA 4.0|5529|2024-08-10| |14|[lidangzzz/How-to-run](https://github.com/lidangzzz/How-to-run)|立党零基础转码笔记|5361|2024-05-05| |15|[cooderl/wewe-rss](https://github.com/cooderl/wewe-rss)|🤗更优雅的微信公众号订阅方式,支持私有化部署、微信公众号RSS生成(基于微信读书)v2.x|4764|2024-09-11| |16|[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|4627|2024-10-11| |17|[hepengwei/visualization-collection](https://github.com/hepengwei/visualization-collection)|🌈 一个专注于前端视觉效果的集合应用,包含CSS动效、Canvas动画、Three.js3D、人工智能应用等上百个案例(持续更新)|4139|2024-09-20| |18|[xushengfeng/eSearch](https://github.com/xushengfeng/eSearch)|截屏 离线OCR 搜索翻译 以图搜图 贴图 录屏 万向滚动截屏 屏幕翻译 Screenshot Offline OCR Search Translate Search for picture Paste the picture on the screen Screen recorder Omnidirectional scrolling screenshot Sc ...|3943|2024-10-11| |19|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|3473|2024-08-27| |20|[liyupi/sql-mother](https://github.com/liyupi/sql-mother)|免费的闯关式 SQL 自学教程网站,从 0 到 1 带大家掌握常用 SQL 语法,纯前端实现,简单易学~|3283|2024-06-27| |21|[putyy/res-downloader](https://github.com/putyy/res-downloader)|支持视频号、小程序、抖音、快手、小红书、酷狗、QQ音乐等网络资源下载!|3087|2024-10-10| |22|[zmh-program/chatnio](https://github.com/zmh-program/chatnio)|🚀 Next Generation AI One-Stop Internationalization Solution. 🚀 下一代 AI 一站式 B/C 端解决方案,支持 OpenAI,Midjourney,Claude,讯飞星火,Stable Diffusion,DALL·E,ChatGLM,通义千问,腾讯混元,360 智脑,百川 AI,火山方舟,新必应,Gemini,Moonshot 等模型 ...|3065|2024-09-14| |23|[EhTagTranslation/EhSyringe](https://github.com/EhTagTranslation/EhSyringe)|E 站注射器,将中文翻译注入到 E 站体内|2787|2024-09-28| |24|[webfansplz/vuejs-challenges](https://github.com/webfansplz/vuejs-challenges)|Collection of Vue.js challenges|2707|2024-04-12| |25|[InkTimeRecord/TTime](https://github.com/InkTimeRecord/TTime)|🚀 Screenshots, word marking, OCR, AI, translation software 截图、划词、文字识别、AI、翻译软件|2559|2024-08-26| |26|[meetqy/aspoem](https://github.com/meetqy/aspoem)|Learn Chinese Poetry With AsPoem.com|2548|2024-09-11| |27|[alibaba/pipcook](https://github.com/alibaba/pipcook)|Machine learning platform for Web developers|2537|2024-10-11| |28|[alibaba/kiwi](https://github.com/alibaba/kiwi)|🐤 Kiwi-国际化翻译全流程解决方案|2532|2024-04-18| |29|[solidSpoon/DashPlayer](https://github.com/solidSpoon/DashPlayer)|为英语学习者量身打造的视频播放器,助你通过观看视频、沉浸真实语境,轻松提升英语水平。#美剧 #播放器 #听力|2281|2024-10-07| |30|[youzan/zent](https://github.com/youzan/zent)|A collection of essential UI components written with React.|2246|2024-10-11| |31|[fantasticit/think](https://github.com/fantasticit/think)|云策文档是一款开源知识管理工具。通过独立的知识库空间,结构化地组织在线协作文档,实现知识的积累与沉淀,促进知识的复用与流通。|1996|2024-09-10| |32|[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 ...|1870|2024-09-14| |33|[soroushchehresa/awesome-coronavirus](https://github.com/soroushchehresa/awesome-coronavirus)|🦠 Huge collection of useful projects and resources for COVID-19 (2019 novel Coronavirus)|1561|2024-05-02| |34|[ocsjs/ocsjs](https://github.com/ocsjs/ocsjs)|OCS 网课助手,刷课脚本,网课脚本,帮助大学生解决网课难题,支持【超星学习通】【知道智慧树】【职教云】【智慧职教】【中国大学MOOC】等网课 , 可以在 脚本猫 以及 油猴 等开源脚本管理器下运行。|1469|2024-10-09| |35|[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.|1237|2024-09-08| |36|[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|1213|2024-08-24| |37|[cxOrz/chaoxing-sign-cli](https://github.com/cxOrz/chaoxing-sign-cli)|超星学习通签到:支持普通签到、拍照签到、手势签到、位置签到、二维码签到,支持自动监测、QQ机器人签到与推送。|1193|2024-09-18| |38|[childrentime/reactuse](https://github.com/childrentime/reactuse)|Collection of essential React Hooks Utilities.|1168|2024-09-06| |39|[latentcat/latentbox](https://github.com/latentcat/latentbox)|A collection of awesome-lists for AI, creativity and art. AI、创意和艺术领域的精选合集。https://latentbox.com|1097|2024-07-15| |40|[tsejx/javascript-guidebook](https://github.com/tsejx/javascript-guidebook)|:books:JavaScript 前端知识图谱 A guidebook for the convenience of the front-end developers|1065|2024-06-11| |41|[CryptozombiesHQ/cryptozombie-lessons](https://github.com/CryptozombiesHQ/cryptozombie-lessons)|Lesson content for cryptozombies.io|1056|2024-08-31| |42|[marcelscruz/dev-resources](https://github.com/marcelscruz/dev-resources)|A collaborative list of resources for developers|972|2024-10-01| |43|[hyperai/tvm-cn](https://github.com/hyperai/tvm-cn)|TVM Documentation in Chinese Simplified / TVM 中文文档|946|2024-10-11| |44|[lio-mengxiang/mx-design](https://github.com/lio-mengxiang/mx-design)|最好的react ui组件库教程代码 (The code for the best react component library series tutorial)|918|2024-08-13| |45|[luzhenqian/web3-examples](https://github.com/luzhenqian/web3-examples)|欢迎来到 Web3 世界,这里汇集了大量 Web3 示例项目和高质量学习资源。加入我们,和一百万开发者同行,一起探索并塑造未来世界的繁荣景象。立刻行动,开启您的 Web3 之旅!|901|2024-08-05| |46|[sleepy-zone/fabritor-web](https://github.com/sleepy-zone/fabritor-web)|👻 A creative editor based on fabricjs. 一款基于 fabricjs 的开源创意图片编辑器,旨在让开发者快速构建属于自己的图片编辑器。可应用于海报设计、小红书公众号封面设计、banner 设计等场景。|893|2024-08-30| |47|[14790897/paper-ai](https://github.com/14790897/paper-ai)|搜索真实文献并生成引用对应文献的AI论文|822|2024-09-10| |48|[Lrunlin/blog](https://github.com/Lrunlin/blog)|使用Next.js+React.js+Koa+Typescript搭建的技术博客社区|821|2024-10-11| |49|[YunYouJun/valaxy](https://github.com/YunYouJun/valaxy)|🌌 Next Generation Static Blog Framework (Beta) 下一代静态博客框架(支持页面/配置热重载)|717|2024-10-10| |50|[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|710|2024-07-03| |51|[work7z/MDGJX](https://github.com/work7z/MDGJX)|秒达工具箱,借助独创高效的输入方式,让您可以快速呼出各类工具、文档及笔记等资源,免费安全无广告,现已完全开源!|703|2024-08-26| |52|[Higurashi-kagome/wereader](https://github.com/Higurashi-kagome/wereader)|一个浏览器扩展:主要用于微信读书做笔记,对常使用 Markdown 做笔记的读者比较有帮助。|682|2024-09-20| |53|[ddean2009/www.flydean.com](https://github.com/ddean2009/www.flydean.com)|www.flydean.com 的源码,AIGC,人工智能,JAVA,前端全领域覆盖,定期分享学习心得和经验,帮助大家少走弯路。觉得有帮助的话,给我点个star吧!|662|2024-09-04| |54|[SSmJaE/WELearnHelper](https://github.com/SSmJaE/WELearnHelper)|显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;基于生成式AI(ChatGPT)的答案生成|614|2024-06-06| |55|[food-billboard/create-chart](https://github.com/food-billboard/create-chart)|基于Echarts的可视化数据大屏设计器(包含设计、预览、分享等全部流程)|610|2024-07-25| |56|[jooooock/wechat-article-exporter](https://github.com/jooooock/wechat-article-exporter)|在线批量导出微信公众号文章,支持内嵌的音视频导出,无需搭建任何环境,可100%还原文章样式,支持私有部署|609|2024-10-01| |57|[pro-collection/interview-question](https://github.com/pro-collection/interview-question)|目标:收集全网经典面试问题|606|2024-10-07| |58|[ruochuan12/blog](https://github.com/ruochuan12/blog)|若川的博客—撰写了学习源码整体架构系列几十篇。组织了源码共读活动,每周一起学习200行左右的源码,加我微信 ruochuan02 参与。|576|2024-10-08| |59|[cunyu1943/JavaPark](https://github.com/cunyu1943/JavaPark)|☕️「Java 自学指南」Java 学习保姆级教程、计算机基础、数据库、实战实践、效率工具、资源分享、程序人生。|565|2024-08-21| |60|[eyebluecn/tank-front](https://github.com/eyebluecn/tank-front)|蓝眼系列软件之《蓝眼云盘》前端项目|549|2024-07-27| |61|[gxr404/yuque-dl](https://github.com/gxr404/yuque-dl)|yuque 语雀知识库下载|536|2024-09-14| |62|[intellism/vscode-comment-translate](https://github.com/intellism/vscode-comment-translate)|vscode 注释翻译插件, 不干扰正常代码,方便快速阅读源码。|497|2024-09-24| |63|[QuarkGluonPlasma/nestjs-course-code](https://github.com/QuarkGluonPlasma/nestjs-course-code)|《Nest 通关秘籍》案例代码|473|2024-09-20| |64|[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.|455|2024-06-24| |65|[lobehub/lobe-chat-agents](https://github.com/lobehub/lobe-chat-agents)|🤖 / 🏪 Agent Index - This is the agent index for LobeChat. It accesses index.json from this repository to display a list of available agents for LobeChat to the agent market.|444|2024-10-08| |66|[openai-translator/raycast-openai-translator](https://github.com/openai-translator/raycast-openai-translator)|基于 ChatGPT API 的 Raycast 翻译插件 - Raycast extension for translation based on ChatGPT API.|415|2024-09-27| |67|[zotero-chinese/zotero-plugins](https://github.com/zotero-chinese/zotero-plugins)|Zotero Plugins Collection Zotero 插件合集 Awesome Zotero Plugins|412|2024-10-11| |68|[vannvan/yuque-tools](https://github.com/vannvan/yuque-tools)|🧰 玩转语雀-朴实无华的语雀工具集合,语雀知识库+团队资源批量导出/备份工具(无需Token)|浏览器插件助手|409|2024-06-15| |69|[Theo-Messi/Theo-Docs](https://github.com/Theo-Messi/Theo-Docs)|流媒体森林 - 全方位流媒体 观影指南 引领您进入五彩斑斓的视听世界,并涵盖了 Netflix 、Disney+ 、Spotify会员 和 YouTube会员 的精彩领域/日常记录/青龙面板/ESXI/OpenWrt/VPS指南/银河录像局/奈飞小铺-爱合租/FlyingBird/Bridge The Wise/青云梯|408|2024-10-10| |70|[bitiful/send](https://github.com/bitiful/send)|基于 Bitiful S4 对象存储的 “Simul-Transfer(即传即收)” 技术实现的大文件实时多人分享,Wetransfer 或 奶牛快传 的相似开源替代品。|405|2024-06-17| |71|[AIDotNet/fast-wiki](https://github.com/AIDotNet/fast-wiki)|基于.NET8+React+LobeUI实现的企业级智能客服知识库|402|2024-09-30| |72|[huqi-pr/trending-in-one](https://github.com/huqi-pr/trending-in-one)|今日头条热搜,知乎热门视频,知乎热搜榜,知乎热门话题,微博热搜榜;记录从 2020-11-29 日开始的热搜。每小时抓取一次数据,按天归档。|377|2024-10-11| |73|[dicarne/feishu-backup](https://github.com/dicarne/feishu-backup)|用于备份飞书文档,可以将飞书文档转成markdown下载。|371|2024-04-19| |74|[yanlele/node-index](https://github.com/yanlele/node-index)|学习笔记、博文、简书、工作日常踩坑记录以及一些独立作品的汇总目录|370|2024-05-01| |75|[ATQQ/sugar-blog](https://github.com/ATQQ/sugar-blog)|✍️📚我写博客的地方🤪🤪🤪记录随笔与学习笔记,仓库包含:博客内容,博客主题、博客模板、vitepress离线全文搜索插件、VitePress RSS 支持插件;a blog theme use vitepress|359|2024-10-09| |76|[chodocs/chodocs](https://github.com/chodocs/chodocs)|一站式前端内容网站,包括学习路线、知识体系。用专栏形式更新,原创不易,Give a ⭐️ if this project helped you!|351|2024-10-04| |77|[HarmonyOS-Next/interview-handbook-project](https://github.com/HarmonyOS-Next/interview-handbook-project)|《面试通》鸿蒙原生应用,源码+教程|331|2024-08-20| |78|[imroc/kubernetes-guide](https://github.com/imroc/kubernetes-guide)|Kubernetes 实践指南|329|2024-09-23| |79|[cunzaizhuyi/awesome-fe-sites](https://github.com/cunzaizhuyi/awesome-fe-sites)|收集前端技术站点、技术周刊、个人/团队博客、开源项目站点、公众号等|314|2024-09-27| |80|[tgnav/tgwiki](https://github.com/tgnav/tgwiki)|TGwiki - Telegram知识库,由TGNAV打造的高质量Telegram知识库,帮助用户更科学地使用Telegram。|295|2024-09-17| |81|[Anmours/Bncr](https://github.com/Anmours/Bncr)|基于nodejs的机器人框架,它拥有无限可能,我愿称之为《无界》|289|2024-05-26| |82|[sancijun/weread-toolbox](https://github.com/sancijun/weread-toolbox)|微信读书工具箱,支持导出图文 Markdown 笔记,同步 Notion 等。|286|2024-07-25| |83|[baotlake/periodic-table-pro](https://github.com/baotlake/periodic-table-pro)|元素周期表Pro,高颜值化学必备小程序,提供全面的元素属性、图片和百科知识等|284|2024-08-21| |84|[XYShaoKang/refined-leetcode](https://github.com/XYShaoKang/refined-leetcode)|网页版力扣扩展,提高 LeetCode-cn 刷题体验|278|2024-09-29| |85|[xpyjs/gantt](https://github.com/xpyjs/gantt)|An easy-to-use Gantt component. 持续更新,中文文档|249|2024-08-16| |86|[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 ...|248|2024-10-10| |87|[GregorBiswanger/rxjs-fruits](https://github.com/GregorBiswanger/rxjs-fruits)|A game for learning RxJS 🍎🍌|243|2024-10-11| |88|[jaywcjlove/wxmp](https://github.com/jaywcjlove/wxmp)|微信公众号文章 Markdown 编辑器,使用 markdown 语法创建一篇简介美观大方的微信公众号图文。|228|2024-10-03| |89|[yuyinws/steam-card](https://github.com/yuyinws/steam-card)|⚡ Generate Your Steam Profile Card Quickly/快速生成你的Steam资料卡片⚡ |216|2024-07-18| |90|[yanzhandong/v3hooks](https://github.com/yanzhandong/v3hooks)|针对 Vue3 的实用Hooks集合|216|2024-05-13| |91|[vikiboss/60s](https://github.com/vikiboss/60s)|60s API 免费接口集合 2024 巴黎奥运会奖牌榜/看世界/百度百科/Bing壁纸/历史上的今天/天气/Epic游戏/哔哩-微博-抖音-知乎-头条热搜/汇率换算等,欢迎贡献|212|2024-10-11| |92|[rowthan/pagenote](https://github.com/rowthan/pagenote)|超简单的网页关键词高亮、标注SDK、能把笔记留在网页里。|207|2024-09-23| |93|[Fankouzu/solana-basic-ui](https://github.com/Fankouzu/solana-basic-ui)|Solana中文大全-由崔棉大师@MasterCui和捕鲸船社区小伙伴共建的Solana学习社区|206|2024-09-21|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Vim-script.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Vim script 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[wsdjeg/vim-galore-zh_cn](https://github.com/wsdjeg/vim-galore-zh_cn)|Vim 从入门到精通|10484|2024-07-06| |2|[Jeanhwea/Vim-Tips](https://github.com/Jeanhwea/Vim-Tips)|📝 Vim 编辑器学习笔记|53|2024-06-03| |3|[MDGSF/MyVim](https://github.com/MDGSF/MyVim)|vim, vimrc, vimrc template, vim document, vim note, vim study, vimtutor, learn vim, vim practice, vim学习, vim笔记, vim训练营, vim教程, vim入门教程, vim简明教程, vim实操教程, vim入门文档, vimtutor中文版|43|2024-08-20| |4|[bujnlc8/vim-translator](https://github.com/bujnlc8/vim-translator)|一个有用的翻译vim插件, 提供有道和百度两种选择,既能查英文也能查中文。|10|2024-08-09| |5|[kenshin912/Note](https://github.com/kenshin912/Note)|私人笔记|3|2024-07-19| |6|[lwwjxz/Blogs](https://github.com/lwwjxz/Blogs)|资料库|3|2024-07-21| |7|[lhsfcboy/lhsfcboy.github.io](https://github.com/lhsfcboy/lhsfcboy.github.io)|本项目用于创建GitHub的个人主页, 存放配置文件, 代码片段和其他可以公开的资料~|3|2024-09-14| |8|[leoplutos/tecnote](https://github.com/leoplutos/tecnote)|个人技术笔记|2|2024-10-11|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/knowledge/Vue.md ================================================ 返回目录问题反馈 # 中文总榜 > 资料类 > Vue 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[shfshanyue/Daily-Question](https://github.com/shfshanyue/Daily-Question)|互联网大厂内推及大厂面经整理,并且每天一道面试题推送。每天五分钟,半年大厂中|4927|2024-05-21| |2|[xugaoyi/vuepress-theme-vdoing](https://github.com/xugaoyi/vuepress-theme-vdoing)|🚀一款简洁高效的VuePress知识管理&博客(blog)主题|4505|2024-08-02| |3|[inoutcode/ethereum_book](https://github.com/inoutcode/ethereum_book)|精通以太坊 (中文版)|3580|2024-05-07| |4|[ChanceYu/front-end-rss](https://github.com/ChanceYu/front-end-rss)|:orange_book: 根据 RSS 订阅源抓取最新前端技术文章,来源:Node Weekly、JavaScript Weekly、前端早读课、前端大全、前端之巅、前端之神、前端技术优选、程序员成长指北、iCSS前端趣闻、字节前端、前端精读评论、前端食堂、前端从进阶到入院、淘系前端团队、张鑫旭博客、前端里、凹凸实验室|2446|2024-10-11| |5|[vant-ui/vant-demo](https://github.com/vant-ui/vant-demo)|Collection of vant demos.|1961|2024-09-16| |6|[vuejs-translations/docs-zh-cn](https://github.com/vuejs-translations/docs-zh-cn)|Vue 文档官方中文翻译 | Official Chinese translation for Vue docs|1208|2024-10-11| |7|[simjanos-dev/LinguaCafe](https://github.com/simjanos-dev/LinguaCafe)|LinguaCafe is a self-hosted software that helps language learners read foreign languages.|857|2024-10-06| |8|[hepengwei/visualization-collection-vue](https://github.com/hepengwei/visualization-collection-vue)|🌈 一个专注于前端视觉效果的集合应用,包含CSS动效、Canvas动画、Three.js3D、人工智能应用等上百个案例(Vue版本)|722|2024-09-20| |9|[yeyan1996/file-upload](https://github.com/yeyan1996/file-upload)|A guide about how to upload and process large files (using Vue.js for frontend and Node.js for backend)|689|2024-10-08| |10|[wangrongding/frontend-park](https://github.com/wangrongding/frontend-park)|🌸这是一个有趣的前端趣味知识公园~该项目是我平时捣鼓前端相关技术的一些案例集合。【涵盖:(Tensorflow.js-姿态识别,人脸识别),(WebRTC-音视频通话,录屏,虚拟背景,信令服务器),(Threejs-太阳系,3D 动画),(图片处理-千图成像,图片压缩,画板),(隐写术-文本隐写加密,图片隐写加密)等等...】|532|2024-08-21| |11|[zerotrac/leetcode_problem_rating](https://github.com/zerotrac/leetcode_problem_rating)|Self-calculated rating of problems in leetcode weekly/biweekly contests.|494|2024-10-04| |12|[komomoo/vuepress-theme-resume](https://github.com/komomoo/vuepress-theme-resume)|🐈 书写简洁优雅的前端程序员 markdown 简历,由 vuepress 驱动|425|2024-07-07| |13|[Jiale-Fang/blog-vue](https://github.com/Jiale-Fang/blog-vue)|blog Front-end(个人博客前端服务)(基于Vue+Springboot+mybatisplus+SpringCloud+ELK等框架实现) 创作不易,如果对你有帮助,可以帮忙star一下,谢谢!|309|2024-06-16| |14|[JDArmy/BREAK](https://github.com/JDArmy/BREAK)|业务风险枚举与规避知识框架(Business Risk Enumeration & Avoidance Kownledge)|271|2024-09-29| |15|[LightNovelShelf/Web](https://github.com/LightNovelShelf/Web)|轻书架的Vue前端|209|2024-09-11| |16|[XPoet/vue-webpack-todoapp](https://github.com/XPoet/vue-webpack-todoapp)|:notebook_with_decorative_cover:vue + webpack打造todo应用|189|2024-05-13| |17|[cumt-robin/fullstack-blog](https://github.com/cumt-robin/fullstack-blog)|基于 vite + vue3 + ts + node 的全栈博客,采用 pnpm monorepo 架构,支持自动化部署,优秀的开发和部署体验。|160|2024-10-11| |18|[gywgithub/vue-d3-examples](https://github.com/gywgithub/vue-d3-examples)|vue d3 examples|145|2024-08-27| |19|[srsng/cozy-reader](https://github.com/srsng/cozy-reader)|一款轻量的阅读软件,仅支持ePub格式电子书。 基于Rust+tauri+Vue3|137|2024-10-06| |20|[daidr/douLog](https://github.com/daidr/douLog)|戴兜的博客(施工中)|129|2024-04-16| |21|[rymcu/nebula](https://github.com/rymcu/nebula)|nebula(星云)——一款现代化的知识社区前台项目,使用 Vue + NuxtJS + Element-UI 实现|127|2024-09-09| |22|[XHXJ/json-GPT-translator](https://github.com/XHXJ/json-GPT-translator)|GPT-Translator 是一款前后端分离基于 OpenAI 的高效翻译软件。这个工具可以读取 JSON 和 Excel(zip) 文件,然后进行行翻译,并输出结果。|126|2024-04-18| |23|[sweida/vue-blog-index](https://github.com/sweida/vue-blog-index)|laravel+vue 个人博客,项目地址:https://www.golang365.top|115|2024-06-18| |24|[zmh-program/fystart](https://github.com/zmh-program/fystart)|🍏 AI-powered beautiful and lightweight start page, support for cloud sync, support for PWA offline access, and more quote/toolbox/card/search-association/translation components support. 🍏 AI 赋能的美观轻量起始 ...|105|2024-09-09| |25|[aLittleDonkey/poetize-ui-vue2](https://github.com/aLittleDonkey/poetize-ui-vue2)|个人博客 聊天室,挑战最美博客,使用 SpringBoot 和 Vue 的个人网站|105|2024-07-05| |26|[DrssXpro/waterfall-demo](https://github.com/DrssXpro/waterfall-demo)|Vue3 + TS:模仿小红书封装瀑布流组件|102|2024-05-23| |27|[huangyuanyin/hyy-vue3-mindMap](https://github.com/huangyuanyin/hyy-vue3-mindMap)|一个基于 Vue3.2 +ElementPlus的思维导图|102|2024-06-04| |28|[KyleBing/map](https://github.com/KyleBing/map)|路书,路线规划,高德地图 api 示例,地图信息 vue3 ts vite|88|2024-07-30| |29|[xishandong/Vue3_web_redbook](https://github.com/xishandong/Vue3_web_redbook)|仿小红书前端设计的网页|82|2024-07-11| |30|[BuptStEve/blog](https://github.com/BuptStEve/blog)|✍️ StEve Young 的个人博客|82|2024-09-23| |31|[fantastic-mobile/basic](https://github.com/fantastic-mobile/basic)|⭐⭐⭐⭐⭐ 一款自成一派的移动端 H5 框架,支持多款 UI 组件库,基于 Vue3 。移动端, H5, vant, 手机端, mobile, 模板, 商城, 微信公众号|78|2024-10-02| |32|[shuosc/shu-scheduling-helper](https://github.com/shuosc/shu-scheduling-helper)|A web-based timetabler helping SHUers filter and preselect courses easily. SHU排课助手. 上海大学排课助手.|77|2024-09-29| |33|[Theo-Messi/xx.theojs.cn](https://github.com/Theo-Messi/xx.theojs.cn)|玄学宝典 - 中华传统五术书籍(山医命相卜)/传世经典著作|76|2024-08-01| |34|[Renovamen/Fishmail](https://github.com/Renovamen/Fishmail)|奇怪的摸鱼工具增加了:装作在 Gmail 上查邮件的样子看知乎摸鱼,从而降低我上班摸鱼时的不安全感|69|2024-04-29| |35|[bitporo/EasySend](https://github.com/bitporo/EasySend)|✨⚡️EasySend is a software that can share messages and files in LAN. Only need open it on the host device, other devices use browser receive messages and files(局域网共享文本文件小工具,仅需一端安装,其余端使用浏览器即可)|62|2024-09-23| |36|[luoyunchong/lin-cms-vvlog](https://github.com/luoyunchong/lin-cms-vvlog)|增加了CMS博客的用户UI端|58|2024-09-26| |37|[Colin-XKL/FeedCraft](https://github.com/Colin-XKL/FeedCraft)|craft your feed at ease! 轻量级rss中间件, 提取全文, 翻译、摘要一站式服务|52|2024-10-11| |38|[galaxy-s10/nuxt-blog-client](https://github.com/galaxy-s10/nuxt-blog-client)|基于Nuxt2 + ElementUI 搭建的博客前台|51|2024-10-08| |39|[Yakima-Teng/memo](https://github.com/Yakima-Teng/memo)|👻 以写书的方式撰写的技术博客,以便内容更有结构性。记录了WEB编程常用的知识点。有单页版、多页版、PDF版,并且提供了安卓、Windows等客户端。支持暗黑模式。|51|2024-09-23| |40|[izhangguapi/Graduation-Design](https://github.com/izhangguapi/Graduation-Design)|本科毕业设计源码,含论文,课题名称:基于Web的大学生计算机设计大赛报名网站的开发|50|2024-05-26| |41|[LightAPIs/free-export-bookmarks](https://github.com/LightAPIs/free-export-bookmarks)|Freely bookmark export tool. 自由地书签导出工具。|46|2024-08-17| |42|[Natrium0521/Firefly](https://github.com/Natrium0521/Firefly)|《崩坏:星穹铁道》流萤工具箱——成就管理、跃迁记录|44|2024-09-20| |43|[lpya/vue3-ts-vite-konvajs](https://github.com/lpya/vue3-ts-vite-konvajs)|vue3-ts-vite-konvajs是一个konvajs基础使用教程,它包含了矩形、圆、文本、多边形基本图形和常用的事件,并提供了项目实战案例|44|2024-06-05| |44|[nice-people-frontend-community/nice-leetcode](https://github.com/nice-people-frontend-community/nice-leetcode)|好青年 leetcode 打卡群|40|2024-10-11| |45|[Kelichao/vue.js.2.0](https://github.com/Kelichao/vue.js.2.0)|针对vue2.0版本,以及关于MVVM框架学习,使用中的总结,附带backbone.js框架的思想与使用方法做使用记录,以及去年学过的backbone相关MVC框架学习总结与demo笔记思想设计模式 20170-01-12|40|2024-09-11| |46|[wangyupo/v3s](https://github.com/wangyupo/v3s)|基于 Vue3、Vite5、Vue Router、Pinia 和 Element Plus 构建的高效后台管理模板。结合 VSCode 插件 v3s snippets,助力快速开发业务应用。|38|2024-08-12| |47|[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 该组件库可供学习、参考和用于二次开发|38|2024-10-11| |48|[Lionad-Morotar/blog](https://github.com/Lionad-Morotar/blog)|仿生狮子的个人博客,写点代码以及,胡说八道|36|2024-10-11| |49|[Jiang-Xia/blog-home-nuxt](https://github.com/Jiang-Xia/blog-home-nuxt)|Blog Home Nuxt 是一个基于 Vue3、Vite4、TypeScript、Nuxt3、Tailwindcss、DaisyUI的个人博客前台,它使用了最新的前端技术栈,用于个人博客创建和浏览自身文章。欢迎star!|33|2024-10-11| |50|[Fankekeke/travel_cos](https://github.com/Fankekeke/travel_cos)|基于SpringBoot + Vue的旅游住宿小程序 实现权限的分布控制,如管理员和民宿管理员,二则所能够操作的权限有质的区别。 实现控制前端页面的导航展示(添加,修改,删除,查询)。 实现景点的发布(添加,修改,删除,查询)。 实现旅游攻略的发布(添加,修改,删除,查询)。 实现民宿预定(添加,修改,删除,查询)。 实现民宿房间管理(添加,修改,删除,查询)。 订单统计,订单评价|33|2024-07-16| |51|[galaxy-s10/vue3-blog-admin](https://github.com/galaxy-s10/vue3-blog-admin)|基于Vue3 + Webpack5 + Typescript 搭建的博客后台|33|2024-08-13| |52|[youshandefeiyang/tools](https://github.com/youshandefeiyang/tools)|直播/点播工具集合|31|2024-06-30| |53|[lucky131/Games](https://github.com/lucky131/Games)|vue小游戏合集|31|2024-05-12| |54|[syh19/siyuan-plugin-task-list](https://github.com/syh19/siyuan-plugin-task-list)|思源笔记插件——任务列表:汇总散落在整个工作空间的任务 Siyuan Note Plugin——Task List: Summarize tasks scattered throughout your workspace|28|2024-09-19| |55|[izhichao/vitepress-theme-minimalism](https://github.com/izhichao/vitepress-theme-minimalism)|A Minimalist VitePress Blog Theme 一个极简的 VitePress 博客主题|26|2024-09-24| |56|[DrssXpro/virtualwaterfall-demo](https://github.com/DrssXpro/virtualwaterfall-demo)|Vue3+TS:实现小红书瀑布流虚拟列表组件|25|2024-07-14| |57|[mo7cc/blog-source](https://github.com/mo7cc/blog-source)|https://blog.mo7.cc 博客源码的开源部分。|25|2024-10-09| |58|[opendidi/mind](https://github.com/opendidi/mind)|🔥🔥🔥 Vue3(Web组态图,拓扑图,拓扑,脑图,思维导图)可视化编辑器🔨|23|2024-10-09| |59|[3529/fish-book](https://github.com/3529/fish-book)|fish-book 是一款可以隐蔽式阅读小说的工具(摸鱼),基于 electron、vue2、vuex、element-ui、electron-store. |23|2024-06-07| |60|[Jimmylxue/blog](https://github.com/Jimmylxue/blog)|jimmy的个人博客和知识的在线文档,在线访问:https://www.jimmyxuexue.top/|23|2024-07-22| |61|[aLittleDonkey/poetize-im-ui-vue3](https://github.com/aLittleDonkey/poetize-im-ui-vue3)|个人博客 聊天室,挑战最美博客,使用 SpringBoot 和 Vue 的个人网站|22|2024-07-05| |62|[ADKcodeXD/MMGC-frontend](https://github.com/ADKcodeXD/MMGC-frontend)|黄金祭MMGC,仅供MMGC使用,Nuxt3学习案例,官网前端。采用Nuxt3 正式版,支持国际化,封装fetch,采用了ElementPlus组件库。|20|2024-05-09| |63|[Coooolfan/UniBoard](https://github.com/Coooolfan/UniBoard)|个人介绍,导航页、笔记、短链、文件分享。Profile、Note、ShortURL、FileSharing……|19|2024-09-17| |64|[hellowoody/web-lesson](https://github.com/hellowoody/web-lesson)|web前端学习|19|2024-08-30| |65|[Slumhee/Web002VUE-01_vuebasictutorials](https://github.com/Slumhee/Web002VUE-01_vuebasictutorials)|Code and text version of the tutorial on Vue Framework, InkkaPlumChannel. InkkaPlum频道的Vue框架教程的代码和文字版教程。|18|2024-06-10| |66|[open17/vitepress-theme-open17](https://github.com/open17/vitepress-theme-open17)|一款简单美观的博客主题,继承于vitepress默认主题|18|2024-10-02| |67|[bianchenglequ/chat2KnowL](https://github.com/bianchenglequ/chat2KnowL)|知识文档问答,用大模型与文档对话,提供Al分析、阅读、问答工具,助你快速了解文档内容。|18|2024-09-04| |68|[lfb/vue-blog-admin](https://github.com/lfb/vue-blog-admin)|基于 Vue.js + Element-UI 实现的博客管理后台|18|2024-09-09| |69|[3fuyang/libre-testing](https://github.com/3fuyang/libre-testing)|2022 Software Testing course project, Tongji University. 同济大学软件测试课设|18|2024-05-21| |70|[pea3nut/pea3nut-info](https://github.com/pea3nut/pea3nut-info)|网站“花生PeA的个人资料”(pea3nut.info)源码|18|2024-06-22| |71|[626394316/SCSE](https://github.com/626394316/SCSE)|目前各大高校领域将各种信息分布在不同的部门信息门户下,存在典型的信息孤岛问题,各个部门信息没有形成互通。当前,老师和学生存在很多有关本校相关文件、政策和活动等众多方面智能问答的统一入口的需求,例如财务处、人事处、学工处、教务处、图书馆等存在各种政策和文件规定,目前在校师生都是从各个部门网站中采取一系列繁琐的查询方法去寻找相应的疑惑解答。目前现有的大多数校园百事通问答方法采取基于知识图谱的方式构建答 ...|17|2024-08-05| |72|[Alittfre/vitepress-theme-bluearchive](https://github.com/Alittfre/vitepress-theme-bluearchive)|Blue Archive主题博客,基于VitePress,绝赞画饼中|17|2024-07-17| |73|[JACK-ZHANG-coming/frontEnd-all-knowledge](https://github.com/JACK-ZHANG-coming/frontEnd-all-knowledge)|个人前端知识集合汇总,计划囊括react、vue、typescript、js、css、html、前端面试题、设计模式、有趣的前端demo等|17|2024-09-05| |74|[moyangzhan/langchain4j-aideepin-admin](https://github.com/moyangzhan/langchain4j-aideepin-admin)|JAVA版本的检索增强生成(RAG)项目,包括知识库、搜索 JAVA version of retrieval enhancement generation(RAG) project ,including knowledge base, search|16|2024-09-27| |75|[sibaiabis/veet](https://github.com/sibaiabis/veet)|vue3+electron+element-plus+ts手把手搭建教程---源码|16|2024-08-18| |76|[X-X-X-X-X-X-X-X-X-X-X-X-X/Bookmark](https://github.com/X-X-X-X-X-X-X-X-X-X-X-X-X/Bookmark)|Edge/Chrome书签插件,让书签变得再次好用|15|2024-09-23| |77|[liub1934/liubing.me](https://github.com/liub1934/liubing.me)|基于VuePress的个人博客,记录日常开发问题。|15|2024-10-06| |78|[yulilong/front-end-doc](https://github.com/yulilong/front-end-doc)|前端技术博客,使用vuepress,网址:|15|2024-09-17| |79|[maomao1996/FE-MindMap](https://github.com/maomao1996/FE-MindMap)|茂茂的前端知识图谱(用思维导图的方式总结个人所学知识)|14|2024-05-01| |80|[francecil/blog](https://github.com/francecil/blog)|Gahing 的个人博客,欢迎 star ✨|14|2024-09-09| |81|[kwonganding/KWebNote](https://github.com/kwonganding/KWebNote)|前端WEB学习笔记、练习Demo|13|2024-05-08| |82|[imoyao/wiki](https://github.com/imoyao/wiki)|个人维基知识库|13|2024-07-23| |83|[btjawa/BiliTools](https://github.com/btjawa/BiliTools)|bilibili工具箱,视频/番剧+伴音/音乐下载,三种登录方式,仅用作学习用途。|12|2024-10-05| |84|[yaoyaochil/WeyUI](https://github.com/yaoyaochil/WeyUI)| WeyUI是一款基于微信公众号、微信小程序、企业微信管理高度封装的UI组件库,帮助开发者更快速完成页面开发工作|12|2024-07-29| |85|[gjfLeo/summoners-summit](https://github.com/gjfLeo/summoners-summit)|召唤之巅:七圣召唤赛事资料站|12|2024-10-11| |86|[TongjiPetWelfareProject/DB_PetWelfare](https://github.com/TongjiPetWelfareProject/DB_PetWelfare)|同济大学数据库课程设计前端&数据库&文档——宠物救助中心 Pet Rescue Center Foster&Adopt&Boards&Post&Bulletin&Employment|11|2024-04-22| |87|[codeLove9/myBlog](https://github.com/codeLove9/myBlog)|搭建的个人学习记录博客|11|2024-10-10| |88|[chaizwj/my_Blog](https://github.com/chaizwj/my_Blog)|自己搭建的个人博客,前端用的是Vue,后端用的是Springboot|11|2024-08-18| |89|[shuhongfan/atguigu_vue3](https://github.com/shuhongfan/atguigu_vue3)|尚硅谷Vue3入门到实战,最新版vue3+TypeScript前端开发教程 禹神YYDS,千万播放新版Vue3教程来了! 基于Vue3的setup语法糖讲解,全程采用TypeScript+组合式API编码,贴心准备TypeScript快速上手笔记!带你快速上手纯血版Vue3!|10|2024-08-13| |90|[fangyuan99/douyin-AI-wenan](https://github.com/fangyuan99/douyin-AI-wenan)|Douyin AI Wenan 是一个基于Vue 3和coze的智能文案处理工作流。 它能够自动修正从抖音视频中提取的文本,处理同音字错误,并优化标点符号使用。 获取到修正文本之后,可以推送到Memos在线备忘录,方便后续继续学习。|10|2024-09-09| |91|[lengyibai/web-notes](https://github.com/lengyibai/web-notes)|Web前端笔记|10|2024-07-13| |92|[mcwenzai/vue3-ts-blog](https://github.com/mcwenzai/vue3-ts-blog)|最新vue3+typescript编写的高性能博客前端|10|2024-06-20| |93|[11003/nuxtjs-blogvue](https://github.com/11003/nuxtjs-blogvue)|🍧 使用Nuxtjs搭建的自适应博客前台网站。而且,你也不用担心SEO的问题。|10|2024-04-20| |94|[zhoubichuan/web-openlayers](https://github.com/zhoubichuan/web-openlayers)|📖openlayer 相关知识的总结--持续更新💪 【http://zhoubichuan.com/web-openlayers】|10|2024-07-13| |95|[ooahz/z2-blog-nuxt](https://github.com/ooahz/z2-blog-nuxt)|Nuxt3+Vue3+TS——采用前沿技术栈的现代化响应式博客项目|9|2024-09-30| |96|[Sunnnner/wallhaven_rs](https://github.com/Sunnnner/wallhaven_rs)|Wallpapers图片下载器|9|2024-05-23| |97|[EITSxiaozhai/FastApi_Blog](https://github.com/EITSxiaozhai/FastApi_Blog)|一个Fastap+VUE的前后端异步分离博客项目-采用了Docker自动部署|9|2024-10-06| |98|[nonhana/littleSharing-Frontend](https://github.com/nonhana/littleSharing-Frontend)|一个以Markdown为主要沟通形式的资源分享社区。Frontend:Vue3.0+Pinia+Vite+TypeScript+Element Plus|9|2024-07-22| |99|[Alickx/nuxt3-blog](https://github.com/Alickx/nuxt3-blog)|我的一个使用nuxt3构建的博客|9|2024-09-19| |100|[DearWQ/vue-week-calendar](https://github.com/DearWQ/vue-week-calendar)|这是一个周日历,可进行排课展示,类似课程表显示|9|2024-07-03| |101|[QianShi-ffg/qianshi-blog2x](https://github.com/QianShi-ffg/qianshi-blog2x)|博客2.0 基于vite + vue3 + pinia + vue-router4 + ts|9|2024-06-04| |102|[TimFang4162/desktop-schedule](https://github.com/TimFang4162/desktop-schedule)|简洁而不失优雅的桌面课程表 使用 :electron:|9|2024-07-08| |103|[ChenJiaH/blog](https://github.com/ChenJiaH/blog)| 📝个人博客 - 欢迎关注 👀 和点赞 ⭐️|9|2024-10-11| |104|[qq919006380/notes](https://github.com/qq919006380/notes)|个人网站/笔记|9|2024-09-23| |105|[wf0/monaco-editor-translate](https://github.com/wf0/monaco-editor-translate)|monaco editor 译文(中文学习文档)|8|2024-09-24| |106|[LiHongyao/vite-vue-template](https://github.com/LiHongyao/vite-vue-template)|基于Vite5.0 + TypeScript + Vant4 搭建的H5、公众号、生活号模板|8|2024-08-06| |107|[PFCCLab/blog](https://github.com/PFCCLab/blog)|PFCC 社区博客|8|2024-10-07| |108|[pdsuwwz/vue3-tab-demo](https://github.com/pdsuwwz/vue3-tab-demo)|🗂️ 一个 Vue3 的多 Tabs 标签页切换选项卡的演示模板, 🔨支持路由表自动生成多页签、页面缓存(KeepAlive)和标签页命名空间缓存管理. 基于 Vite 5 + Pinia 2 + TypeScript + Naive UI + Vue Router 4 + UnoCSS + Unplugin + ESLint(v9) + Vitest, 开箱即用的解决方案, 快速开发中后台前端, ...|8|2024-09-18| |109|[web-abin/abinWeb](https://github.com/web-abin/abinWeb)|前端阿彬的站点。 各种工具的配置枚举列表; 各种好用的工具汇总; 一些小游戏,特效|8|2024-06-20| |110|[course-dasheng/geektime-vue-course](https://github.com/course-dasheng/geektime-vue-course)|极客时间玩转vue课件|7|2024-07-10| |111|[zhcndoc/elysia](https://github.com/zhcndoc/elysia)|Elysia 中文文档|7|2024-10-11| |112|[milkory/anita-terminal](https://github.com/milkory/anita-terminal)|阿妮塔终端 / 雷索纳斯 资料整合站|7|2024-06-22| |113|[BrackRat/BrBlog](https://github.com/BrackRat/BrBlog)|优雅至上的个人博客。 Nuxt3 全栈博客|7|2024-07-06| |114|[CoderXiaoShi/master-talk](https://github.com/CoderXiaoShi/master-talk)|master-talk 大佬说|7|2024-09-03| |115|[KikoStar123/webgis_srtp](https://github.com/KikoStar123/webgis_srtp)|时空知识图谱SRTP项目Webgis前端|7|2024-09-22| |116|[wushanglang/ppenglish](https://github.com/wushanglang/ppenglish)|双语外刊阅读 + AI翻译(四六级、考研)|6|2024-08-31| |117|[Azure12355/Medical-QASystem-front-end](https://github.com/Azure12355/Medical-QASystem-front-end)|基于Neo4j的医疗知识图谱的智能问答-Vue前端界面|6|2024-05-21| |118|[Robert-Stackflow/Moment](https://github.com/Robert-Stackflow/Moment)|Modern photo album blog that supports self-hosting, developed based on Vue and Naive UI and FastAPI.支持自托管的现代化相册博客,基于Vue、Naive UI和FastAPI开发。|6|2024-09-24| |119|[duanluan/taro-guide](https://github.com/duanluan/taro-guide)|Taro 官方的渐进式入门教程写的不是很好,不符合初学者的思路,而且不能做到完全复制粘贴可用,所以这里自己写一个。|6|2024-06-03| |120|[Fantasy0521/Fantasy-Blog](https://github.com/Fantasy0521/Fantasy-Blog)|SpringBoot+vue前后端分离个人博客网站|6|2024-07-04| |121|[Starlight-Dev-Team/fanbook-bot-tools](https://github.com/Starlight-Dev-Team/fanbook-bot-tools)|Fanbook 机器人工具|6|2024-08-25| |122|[Ayana-chan/Obsidian_MyNote](https://github.com/Ayana-chan/Obsidian_MyNote)|笔记/知识库|6|2024-10-11| |123|[PolarWS/Riceroll](https://github.com/PolarWS/Riceroll)|这是一个基于VUE和flask的博客框架|6|2024-06-28| |124|[xfxdesk/xfxai](https://github.com/xfxdesk/xfxai)|小飞侠AI解决方案, AI办公, AI辅助, PPT转化, 生产力, 工作流程, 文档处理, 设计和演示应用, 工作效率, 任务管理, 项目管理, 办公自动化, 创意展现, 智能日程管理, 数据驱动决策, 效率提升, 创新工作方案, 实战案例分享, 优化工作流, 提高工作效率, 智能技术应用|5|2024-06-21| |125|[Arcticn/KeyBlog](https://github.com/Arcticn/KeyBlog)|A blog website made with ASP .Net core + Vue.js 使用 ASP .Net core + Vue.js 编写的前后端分离的博客网站|5|2024-09-24| |126|[BoyangL1/redbook](https://github.com/BoyangL1/redbook)|Vue3仿照小红书界面|5|2024-04-18| |127|[Cookiesukaze/bianlian](https://github.com/Cookiesukaze/bianlian)|AI视频翻译 AI Video Translation|5|2024-05-29| |128|[enson0131/vitePress-blob](https://github.com/enson0131/vitePress-blob)|个人博客|5|2024-06-13| |129|[AnthonyJu/blog](https://github.com/AnthonyJu/blog)|🤖 个人博客 🤖|5|2024-09-19| |130|[wang1xiang/blog](https://github.com/wang1xiang/blog)|好记性不如烂笔头,搭建此博客记录工作中遇到的一些问题|5|2024-07-17| |131|[JiaosSir/kesou-search](https://github.com/JiaosSir/kesou-search)|一个简约美观的搜索页,支持多种搜索集合(支持明亮暗黑模式切换),您可以在下方网址体验本项目|4|2024-07-27| |132|[SoJer1012/tauri-knote](https://github.com/SoJer1012/tauri-knote)|tauri+vue3+vite+naiveui,tauri开发桌面版笔记本+行程计划提醒|4|2024-07-17| |133|[tangshuang/chattts-newer](https://github.com/tangshuang/chattts-newer)|ChatTTS Newer是专为想要使用ChatTTS的新手准备的入门工具|4|2024-07-11| |134|[Theo-Messi/share.theojs.cn](https://github.com/Theo-Messi/share.theojs.cn)|阿里云盘资源分享 - 热门资源/电视剧/电影/综艺/动漫/大陆/日本/韩国/欧美|4|2024-08-12| |135|[justorez/peppa](https://github.com/justorez/peppa)|🐷《挑战 52 天背完小猪佩奇》配套练习网站|4|2024-04-20| |136|[daixu-cn/Blog](https://github.com/daixu-cn/Blog)|个人简约博客,响应式布局兼容多端;支持多主题;黑暗模式;QQ、GitHub、Google快捷登录;搭配Node后端,整站部署。具体查看 Readme 完整文档。|4|2024-08-07| |137|[shuigedeng/taotao-cloud-ui](https://github.com/shuigedeng/taotao-cloud-ui)|微服务开发脚手架,包括大数据模块、微服务模块、前端模块。基于Spring Cloud Alibaba的微服务架构。提供技术框架的基础能力的封装,减少开发工作,只关注业务,包含了工作以来的工作总结和技术沉淀|4|2024-10-10| |138|[lianginx/lianginx.github.io](https://github.com/lianginx/lianginx.github.io)|🧑🏻‍💻 一名菜鸟前端工程师的技术博客 & 日常笔记✏️ 希望文章能解决你的问题|4|2024-05-07| |139|[yubinCloud/notebook](https://github.com/yubinCloud/notebook)|学习笔记|4|2024-10-03| |140|[LuckRain7/MyBlog](https://github.com/LuckRain7/MyBlog)|😊 LuckRain7 自整理的资源博客 - 基于 VuePress|4|2024-08-09| |141|[facexl/vuepress-theme-easyBlog](https://github.com/facexl/vuepress-theme-easyBlog)|提供vuepress的博客主题 |4|2024-07-14|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/All-Language.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > All Language 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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|207797|JavaScript|2024-10-10| |2|[huggingface/transformers](https://github.com/huggingface/transformers)|🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.|133228|Python|2024-10-11| |3|[electron/electron](https://github.com/electron/electron)|:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS|113902|C++|2024-10-11| |4|[ant-design/ant-design](https://github.com/ant-design/ant-design)|An enterprise-class UI design language and React UI library|92109|TypeScript|2024-10-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|87712|Vue|2024-07-16| |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.|85223|Go|2024-10-09| |7|[macrozheng/mall](https://github.com/macrozheng/mall)|mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。|77585|Java|2024-10-10| |8|[tonsky/FiraCode](https://github.com/tonsky/FiraCode)|Free monospaced font with programming ligatures|76991|Clojure|2024-05-10| |9|[ChatGPTNextWeb/ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)|A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。|75596|TypeScript|2024-10-11| |10|[rustdesk/rustdesk](https://github.com/rustdesk/rustdesk)|An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.|73973|Rust|2024-10-11| |11|[supabase/supabase](https://github.com/supabase/supabase)|The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.|72513|TypeScript|2024-10-11| |12|[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|71339|JavaScript|2024-10-11| |13|[nomic-ai/gpt4all](https://github.com/nomic-ai/gpt4all)|GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.|69920|C++|2024-10-11| |14|[ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp)|LLM inference in C/C++|66141|C++|2024-10-11| |15|[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 ...|64705|Python|2024-10-11| |16|[3b1b/manim](https://github.com/3b1b/manim)|Animation engine for explanatory math videos|63236|Python|2024-10-10| |17|[apache/echarts](https://github.com/apache/echarts)|Apache ECharts is a powerful, interactive charting and data visualization library for browser|60360|TypeScript|2024-10-11| |18|[Eugeny/tabby](https://github.com/Eugeny/tabby)|A terminal for a more modern age|58775|TypeScript|2024-10-08| |19|[chrislgarry/Apollo-11](https://github.com/chrislgarry/Apollo-11)|Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.|57613|Assembly|2024-07-11| |20|[ElemeFE/element](https://github.com/ElemeFE/element)|A Vue.js 2.0 UI Toolkit for Web|54110|Vue|2024-08-20| |21|[ageitgey/face_recognition](https://github.com/ageitgey/face_recognition)|The world's simplest facial recognition api for Python and the command line|53101|Python|2024-08-21| |22|[Semantic-Org/Semantic-UI](https://github.com/Semantic-Org/Semantic-UI)|Semantic is a UI component framework based around useful principles from natural language.|51112|JavaScript|2024-06-17| |23|[ultralytics/yolov5](https://github.com/ultralytics/yolov5)|YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite|50158|Python|2024-10-11| |24|[Textualize/rich](https://github.com/Textualize/rich)|Rich is a Python library for rich text and beautiful formatting in the terminal.|49146|Python|2024-10-11| |25|[golang-standards/project-layout](https://github.com/golang-standards/project-layout)|Standard Go Project Layout|48906|Makefile|2024-07-07| |26|[DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)|The repository for high quality TypeScript type definitions.|48391|TypeScript|2024-10-11| |27|[immich-app/immich](https://github.com/immich-app/immich)|High performance self-hosted photo and video management solution.|48311|TypeScript|2024-10-11| |28|[BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep)|ripgrep recursively searches directories for a regex pattern while respecting your gitignore|48115|Rust|2024-09-30| |29|[chinese-poetry/chinese-poetry](https://github.com/chinese-poetry/chinese-poetry)|The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。|47982|JavaScript|2024-08-10| |30|[localsend/localsend](https://github.com/localsend/localsend)|An open-source cross-platform alternative to AirDrop|47890|Dart|2024-10-11| |31|[langgenius/dify](https://github.com/langgenius/dify)|Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you q ...|47737|TypeScript|2024-10-11| |32|[iamkun/dayjs](https://github.com/iamkun/dayjs)|⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API|46811|JavaScript|2024-10-06| |33|[serverless/serverless](https://github.com/serverless/serverless)|⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.|46406|JavaScript|2024-10-11| |34|[agalwood/Motrix](https://github.com/agalwood/Motrix)|A full-featured download manager.|45306|JavaScript|2024-07-11| |35|[gogs/gogs](https://github.com/gogs/gogs)|Gogs is a painless self-hosted Git service|44941|Go|2024-10-03| |36|[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|44510|Go|2024-10-11| |37|[appwrite/appwrite](https://github.com/appwrite/appwrite)|Your backend, minus the hassle.|44209|TypeScript|2024-10-11| |38|[Stirling-Tools/Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF)|#1 Locally hosted web application that allows you to perform various operations on PDF files|43514|Java|2024-10-09| |39|[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 ...|43163|Python|2024-10-10| |40|[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。|42767|Go|2024-10-11| |41|[lobehub/lobe-chat](https://github.com/lobehub/lobe-chat)|🤯 Lobe Chat - an open-source, modern-design AI chat framework. Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Ollama / Azure / DeepSeek), Knowledge Base (file upload / knowledge management ...|42337|TypeScript|2024-10-11| |42|[THUDM/ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B)|ChatGLM-6B: An Open Bilingual Dialogue Language Model 开源双语对话语言模型|40491|Python|2024-06-27| |43|[apache/dubbo](https://github.com/apache/dubbo)|The java implementation of Apache Dubbo. An RPC and microservice framework.|40426|Java|2024-10-11| |44|[jeecgboot/JeecgBoot](https://github.com/jeecgboot/JeecgBoot)|🔥「企业级低代码平台」前后端分离架构SpringBoot 2.x/3.x,SpringCloud,Ant Design&Vue3,Mybatis,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性 ...|40344|Java|2024-10-11| |45|[dcloudio/uni-app](https://github.com/dcloudio/uni-app)|A cross-platform framework using Vue.js|39990|JavaScript|2024-10-11| |46|[lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop)|一个基于 electron 的音乐软件|39953|JavaScript|2024-09-24| |47|[acmesh-official/acme.sh](https://github.com/acmesh-official/acme.sh)|A pure Unix shell script implementing ACME client protocol|38884|Shell|2024-10-07| |48|[hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI)|Making large AI models cheaper, faster and more accessible|38723|Python|2024-10-11| |49|[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://www.pingcap.com/tidb-serverless/|37038|Go|2024-10-11| |50|[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.|36633|Python|2024-10-06| |51|[ant-design/ant-design-pro](https://github.com/ant-design/ant-design-pro)|👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!|36418|TypeScript|2024-10-09| |52|[suno-ai/bark](https://github.com/suno-ai/bark)|🔊 Text-Prompted Generative Audio Model|35648|Jupyter Notebook|2024-08-19| |53|[alibaba/arthas](https://github.com/alibaba/arthas)|Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas|35501|Java|2024-10-04| |54|[NervJS/taro](https://github.com/NervJS/taro)|开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/|35444|TypeScript|2024-10-10| |55|[alvarotrigo/fullPage.js](https://github.com/alvarotrigo/fullPage.js)|fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple|35270|JavaScript|2024-10-10| |56|[koajs/koa](https://github.com/koajs/koa)|Expressive middleware for node.js using ES2017 async functions|35178|JavaScript|2024-09-17| |57|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|35081|JavaScript|2024-08-29| |58|[microsoft/DeepSpeed](https://github.com/microsoft/DeepSpeed)|DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.|35050|Python|2024-10-10| |59|[SheetJS/sheetjs](https://github.com/SheetJS/sheetjs)|📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs|35043|JavaScript|2024-04-18| |60|[NaiboWang/EasySpider](https://github.com/NaiboWang/EasySpider)|A visual no-code/code-free web crawler/spider易采集:一个可视化浏览器自动化测试/数据采集/爬虫软件,可以无代码图形化的设计和执行爬虫任务。别名:ServiceWrapper面向Web应用的智能化服务封装系统。|34871|JavaScript|2024-10-03| |61|[bumptech/glide](https://github.com/bumptech/glide)|An image loading and caching library for Android focused on smooth scrolling|34623|Java|2024-10-02| |62|[carbon-app/carbon](https://github.com/carbon-app/carbon)|:black_heart: Create and share beautiful images of your source code|34524|JavaScript|2024-08-02| |63|[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)|33910|Python|2024-10-02| |64|[LC044/WeChatMsg](https://github.com/LC044/WeChatMsg)|提取微信聊天记录,将其导出成HTML、Word、Excel文档永久保存,对聊天记录进行分析生成年度聊天报告,用聊天数据训练专属于个人的AI聊天助手|33793|Python|2024-09-23| |65|[sharkdp/fd](https://github.com/sharkdp/fd)|A simple, fast and user-friendly alternative to 'find'|33689|Rust|2024-10-06| |66|[halo-dev/halo](https://github.com/halo-dev/halo)|强大易用的开源建站工具。|33688|Java|2024-10-11| |67|[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|33665|Python|2024-10-08| |68|[colinhacks/zod](https://github.com/colinhacks/zod)|TypeScript-first schema validation with static type inference|33435|TypeScript|2024-10-09| |69|[Blankj/AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode)|:fire: Android developers should collect the following utils(updating).|33273|Java|2024-08-15| |70|[fxsjy/jieba](https://github.com/fxsjy/jieba)|结巴中文分词|33184|Python|2024-08-21| |71|[xkcoding/spring-boot-demo](https://github.com/xkcoding/spring-boot-demo)|🚀一个用来深入学习并实战 Spring Boot 的项目。|32969|Java|2024-07-24| |72|[slidevjs/slidev](https://github.com/slidevjs/slidev)|Presentation Slides for Developers|32940|TypeScript|2024-10-11| |73|[All-Hands-AI/OpenHands](https://github.com/All-Hands-AI/OpenHands)|🙌 OpenHands: Code Less, Make More|32894|Python|2024-10-11| |74|[gradio-app/gradio](https://github.com/gradio-app/gradio)|Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!|32775|Python|2024-10-11| |75|[DIYgod/RSSHub](https://github.com/DIYgod/RSSHub)|🧡 Everything is RSSible|32767|JavaScript|2024-10-11| |76|[hiyouga/LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)|Unified Efficient Fine-Tuning of 100+ LLMs (ACL 2024)|32236|Python|2024-10-11| |77|[sqlmapproject/sqlmap](https://github.com/sqlmapproject/sqlmap)|Automatic SQL injection and database takeover tool|32225|Python|2024-09-25| |78|[alibaba/easyexcel](https://github.com/alibaba/easyexcel)|快速、简洁、解决大文件内存溢出的java处理Excel工具|32126|Java|2024-09-11| |79|[fastify/fastify](https://github.com/fastify/fastify)|Fast and low overhead web framework, for Node.js|32123|JavaScript|2024-10-07| |80|[The-Run-Philosophy-Organization/run](https://github.com/The-Run-Philosophy-Organization/run)|润学全球官方指定GITHUB,整理润学宗旨、纲领、理论和各类润之实例;解决为什么润,润去哪里,怎么润三大问题; 并成为新中国人的核心宗教,核心信念。|31593|-|2024-07-31| |81|[chatchat-space/Langchain-Chatchat](https://github.com/chatchat-space/Langchain-Chatchat)|Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Ll ...|31541|TypeScript|2024-10-08| |82|[beego/beego](https://github.com/beego/beego)|beego is an open-source, high-performance web framework for the Go programming language.|31525|Go|2024-10-10| |83|[2noise/ChatTTS](https://github.com/2noise/ChatTTS)|A generative speech model for daily dialogue.|31399|Python|2024-10-10| |84|[Chanzhaoyu/chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web)|用 Express 和 Vue3 搭建的 ChatGPT 演示网页|31354|Vue|2024-08-16| |85|[TeamNewPipe/NewPipe](https://github.com/TeamNewPipe/NewPipe)|A libre lightweight streaming front-end for Android.|31293|Java|2024-10-10| |86|[yewstack/yew](https://github.com/yewstack/yew)|Rust / Wasm framework for creating reliable and efficient web applications|30650|Rust|2024-10-11| |87|[FlowiseAI/Flowise](https://github.com/FlowiseAI/Flowise)|Drag & drop UI to build your customized LLM flow|30530|TypeScript|2024-10-11| |88|[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, ...|30514|Go|2024-05-30| |89|[zhayujie/chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat)|基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择GPT3.5/GPT-4o/GPT-o1/ Claude/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Claude/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。|30419|Python|2024-09-26| |90|[qishibo/AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager)|🚀🚀🚀A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac.|30395|JavaScript|2024-10-10| |91|[tw93/Pake](https://github.com/tw93/Pake)|🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用|30327|Rust|2024-09-29| |92|[ultralytics/ultralytics](https://github.com/ultralytics/ultralytics)|Ultralytics YOLO11 🚀|30255|Python|2024-10-11| |93|[alibaba/nacos](https://github.com/alibaba/nacos)|an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.|30148|Java|2024-10-11| |94|[lizongying/my-tv](https://github.com/lizongying/my-tv)|我的电视 电视直播软件,安装即可使用|29893|C|2024-06-20| |95|[ianstormtaylor/slate](https://github.com/ianstormtaylor/slate)|A completely customizable framework for building rich text editors. (Currently in beta.)|29759|TypeScript|2024-10-08| |96|[coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)|Lean's LEDE source|29652|C|2024-10-11| |97|[layui/layui](https://github.com/layui/layui)|一套遵循原生态开发模式的 Web UI 组件库,采用自身轻量级模块化规范,易上手,可以更简单快速地构建网页界面。|29548|JavaScript|2024-10-11| |98|[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.|29499|JavaScript|2024-10-10| |99|[pnpm/pnpm](https://github.com/pnpm/pnpm)|Fast, disk space efficient package manager|29422|TypeScript|2024-10-11| |100|[open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection)|OpenMMLab Detection Toolbox and Benchmark|29286|Python|2024-08-21| |101|[qier222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)|高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron: |29238|JavaScript|2024-08-13| |102|[huiyadanli/RevokeMsgPatcher](https://github.com/huiyadanli/RevokeMsgPatcher)|:trollface: A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤回也没用了)|29159|C#|2024-09-28| |103|[myshell-ai/OpenVoice](https://github.com/myshell-ai/OpenVoice)|Instant voice cloning by MIT and MyShell.|29107|Python|2024-08-21| |104|[apolloconfig/apollo](https://github.com/apolloconfig/apollo)|Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.|29105|Java|2024-10-08| |105|[zeromicro/go-zero](https://github.com/zeromicro/go-zero)|A cloud-native Go microservices framework with cli tool for productivity.|29061|Go|2024-10-07| |106|[dromara/hutool](https://github.com/dromara/hutool)|🍬A set of tools that keep Java sweet.|29041|Java|2024-10-11| |107|[cheeriojs/cheerio](https://github.com/cheeriojs/cheerio)|The fast, flexible, and elegant library for parsing and manipulating HTML and XML.|28546|TypeScript|2024-10-11| |108|[linexjlin/GPTs](https://github.com/linexjlin/GPTs)|leaked prompts of GPTs|28496|-|2024-09-27| |109|[alibaba/canal](https://github.com/alibaba/canal)|阿里巴巴 MySQL binlog 增量订阅&消费组件 |28410|Java|2024-09-13| |110|[GoogleChrome/lighthouse](https://github.com/GoogleChrome/lighthouse)|Automated auditing, performance metrics, and best practices for the web.|28295|JavaScript|2024-10-10| |111|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.|28008|Python|2024-08-06| |112|[backstage/backstage](https://github.com/backstage/backstage)|Backstage is an open framework for building developer portals|27958|TypeScript|2024-10-11| |113|[alibaba/druid](https://github.com/alibaba/druid)|阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池|27935|Java|2024-10-09| |114|[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.|27871|Java|2024-09-27| |115|[xuxueli/xxl-job](https://github.com/xuxueli/xxl-job)|A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)|27475|Java|2024-08-14| |116|[YMFE/yapi](https://github.com/YMFE/yapi)|YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台|27356|JavaScript|2024-08-12| |117|[lenve/vhr](https://github.com/lenve/vhr)|微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。|27334|Java|2024-07-19| |118|[geekcompany/ResumeSample](https://github.com/geekcompany/ResumeSample)|Resume template for Chinese programmers . 程序员简历模板系列。包括PHP程序员简历模板、iOS程序员简历模板、Android程序员简历模板、Web前端程序员简历模板、Java程序员简历模板、C/C++程序员简历模板、NodeJS程序员简历模板、架构师简历模板以及通用程序员简历模板|27193|-|2024-08-14| |119|[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.|27150|HTML|2024-08-12| |120|[YunaiV/ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro)|🔥 官方推荐 🔥 RuoYi-Vue 全新 Pro 版本,优化重构所有功能。基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统 + 微信小程序,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!|27078|Java|2024-10-07| |121|[zadam/trilium](https://github.com/zadam/trilium)|Build your personal knowledge base with Trilium Notes|26972|JavaScript|2024-08-08| |122|[tj/commander.js](https://github.com/tj/commander.js)|node.js command-line interfaces made easy|26667|JavaScript|2024-10-06| |123|[hiroi-sora/Umi-OCR](https://github.com/hiroi-sora/Umi-OCR)|OCR software, free and offline. 开源、免费的离线OCR软件。支持截屏/批量导入图片,PDF文档识别,排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。|26265|Python|2024-10-09| |124|[usebruno/bruno](https://github.com/usebruno/bruno)|Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)|25971|JavaScript|2024-10-09| |125|[alibaba/fastjson](https://github.com/alibaba/fastjson)|FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.|25735|Java|2024-07-16| |126|[dragonflydb/dragonfly](https://github.com/dragonflydb/dragonfly)|A modern replacement for Redis and Memcached|25527|C++|2024-10-11| |127|[ossrs/srs](https://github.com/ossrs/srs)|SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181.|25506|C++|2024-10-09| |128|[taichi-dev/taichi](https://github.com/taichi-dev/taichi)|Productive, portable, and performant GPU programming in Python.|25448|C++|2024-10-07| |129|[OpenBMB/ChatDev](https://github.com/OpenBMB/ChatDev)|Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)|25340|Shell|2024-10-11| |130|[jumpserver/jumpserver](https://github.com/jumpserver/jumpserver)|An open-source PAM tool alternative to CyberArk. 广受欢迎的开源堡垒机。|25274|Python|2024-10-11| |131|[apache/incubator-seata](https://github.com/apache/incubator-seata)|:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.|25267|Java|2024-10-11| |132|[exelban/stats](https://github.com/exelban/stats)|macOS system monitor in your menu bar|25221|Swift|2024-10-06| |133|[HeyPuter/puter](https://github.com/HeyPuter/puter)|🌐 The Internet OS! Free, Open-Source, and Self-Hostable.|25203|JavaScript|2024-10-11| |134|[vnpy/vnpy](https://github.com/vnpy/vnpy)|基于Python的开源量化交易平台开发框架|24993|Python|2024-10-10| |135|[scwang90/SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout)|🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。|24918|Java|2024-04-19| |136|[wailsapp/wails](https://github.com/wailsapp/wails)|Create beautiful applications using Go|24854|Go|2024-10-11| |137|[envoyproxy/envoy](https://github.com/envoyproxy/envoy)|Cloud-native high-performance edge/middle/service proxy|24852|C++|2024-10-11| |138|[localForage/localForage](https://github.com/localForage/localForage)|💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.|24813|JavaScript|2024-07-30| |139|[XTLS/Xray-core](https://github.com/XTLS/Xray-core)|Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.|24808|Go|2024-10-11| |140|[vbenjs/vue-vben-admin](https://github.com/vbenjs/vue-vben-admin)|A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!|24687|Vue|2024-10-10| |141|[celery/celery](https://github.com/celery/celery)|Distributed Task Queue (development branch)|24650|Python|2024-10-09| |142|[ZuodaoTech/everyone-can-use-english](https://github.com/ZuodaoTech/everyone-can-use-english)|人人都能用英语|24598|TypeScript|2024-10-11| |143|[ai/nanoid](https://github.com/ai/nanoid)|A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript|24494|JavaScript|2024-08-28| |144|[Mintplex-Labs/anything-llm](https://github.com/Mintplex-Labs/anything-llm)|The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.|24421|JavaScript|2024-10-11| |145|[neoclide/coc.nvim](https://github.com/neoclide/coc.nvim)|Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.|24385|TypeScript|2024-09-20| |146|[element-plus/element-plus](https://github.com/element-plus/element-plus)|🎉 A Vue.js 3 UI Library made by Element team|24324|TypeScript|2024-10-11| |147|[CymChad/BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)|BRVAH:Powerful and flexible RecyclerAdapter|24307|Java|2024-06-26| |148|[Molunerfinn/PicGo](https://github.com/Molunerfinn/PicGo)|:rocket:A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder|23959|Vue|2024-10-05| |149|[ramda/ramda](https://github.com/ramda/ramda)|:ram: Practical functional Javascript|23799|JavaScript|2024-08-18| |150|[apache/skywalking](https://github.com/apache/skywalking)|APM, Application Performance Monitoring System|23775|Java|2024-10-11| |151|[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.|23733|TypeScript|2024-10-07| |152|[RVC-Project/Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)|Easily train a good VC model with voice data <= 10 mins!|23687|Python|2024-09-05| |153|[oldj/SwitchHosts](https://github.com/oldj/SwitchHosts)|Switch hosts quickly!|23590|TypeScript|2024-09-24| |154|[taosdata/TDengine](https://github.com/taosdata/TDengine)|High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios|23311|Python|2024-10-11| |155|[youzan/vant](https://github.com/youzan/vant)|A lightweight, customizable Vue UI library for mobile web apps.|23234|TypeScript|2024-10-07| |156|[go-kratos/kratos](https://github.com/go-kratos/kratos)|Your ultimate Go microservices framework for the cloud-native era.|23232|Go|2024-10-11| |157|[the1812/Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved)|强大的哔哩哔哩增强脚本|23080|TypeScript|2024-09-26| |158|[microsoft/vcpkg](https://github.com/microsoft/vcpkg)|C++ Library Manager for Windows, Linux, and MacOS|22971|CMake|2024-10-11| |159|[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.|22657|Python|2024-07-25| |160|[redux-saga/redux-saga](https://github.com/redux-saga/redux-saga)|An alternative side effect model for Redux apps|22533|JavaScript|2024-09-12| |161|[alibaba/Sentinel](https://github.com/alibaba/Sentinel)|A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)|22348|Java|2024-09-23| |162|[eip-work/kuboard-press](https://github.com/eip-work/kuboard-press)|Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。|22312|JavaScript|2024-10-05| |163|[chatanywhere/GPT_API_free](https://github.com/chatanywhere/GPT_API_free)|Free ChatGPT API Key,免费ChatGPT API,支持GPT4 API(免费),ChatGPT国内可用免费转发API,直连无需代理。可以搭配ChatBox等软件/插件使用,极大降低接口使用成本。国内即可无限制畅快聊天。|22226|Python|2024-09-26| |164|[PaddlePaddle/Paddle](https://github.com/PaddlePaddle/Paddle)|PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)|22136|Python|2024-10-11| |165|[1Panel-dev/1Panel](https://github.com/1Panel-dev/1Panel)|🔥🔥🔥 Web-based linux server management control panel. / 现代化、开源的 Linux 服务器运维管理面板。|22098|Go|2024-10-11| |166|[fanmingming/live](https://github.com/fanmingming/live)|✯ 可直连访问的电视/广播图标库与相关工具项目 ✯ 🔕 永久免费 直连访问 完整开源 不断完善的台标 支持IPv4/IPv6双栈访问 🔕|22059|JavaScript|2024-10-11| |167|[emilk/egui](https://github.com/emilk/egui)|egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native|22025|Rust|2024-10-11| |168|[hpcaitech/Open-Sora](https://github.com/hpcaitech/Open-Sora)|Open-Sora: Democratizing Efficient Video Production for All|21838|Python|2024-08-09| |169|[sharkdp/hyperfine](https://github.com/sharkdp/hyperfine)|A command-line benchmarking tool|21800|Rust|2024-09-01| |170|[cloudreve/Cloudreve](https://github.com/cloudreve/Cloudreve)|🌩支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers)|21714|Go|2024-07-31| |171|[jhao104/proxy_pool](https://github.com/jhao104/proxy_pool)|Python ProxyPool for web spider|21429|Python|2024-09-10| |172|[flipped-aurora/gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin)|🚀Vite+Vue3+Gin的开发基础平台,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器【可AI辅助】、表单生成器和可配置的导入导出等开发必备功能。|21384|Go|2024-10-11| |173|[elunez/eladmin](https://github.com/elunez/eladmin)|eladmin jpa 版本:项目基于 Spring Boot 2.6.4、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由|21262|Java|2024-09-19| |174|[521xueweihan/GitHub520](https://github.com/521xueweihan/GitHub520)|:kissing_heart: 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。(无需安装)|21219|Python|2024-10-11| |175|[Bin-Huang/chatbox](https://github.com/Bin-Huang/chatbox)|User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)|21180|TypeScript|2024-10-07| |176|[grpc/grpc-go](https://github.com/grpc/grpc-go)|The Go language implementation of gRPC. HTTP/2 based RPC|20980|Go|2024-10-10| |177|[leiurayer/downkyi](https://github.com/leiurayer/downkyi)|哔哩下载姬downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。|20863|C#|2024-08-14| |178|[casey/just](https://github.com/casey/just)|🤖 Just a command runner|20840|Rust|2024-10-10| |179|[avajs/ava](https://github.com/avajs/ava)|Node.js test runner that lets you develop with confidence 🚀|20729|JavaScript|2024-08-20| |180|[forthespada/CS-Books](https://github.com/forthespada/CS-Books)|🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~|20650|-|2024-07-02| |181|[Wilfred/difftastic](https://github.com/Wilfred/difftastic)|a structural diff that understands syntax 🟥🟩|20630|Rust|2024-10-02| |182|[DioxusLabs/dioxus](https://github.com/DioxusLabs/dioxus)|Fullstack app framework for web, desktop, mobile, and more.|20605|Rust|2024-10-10| |183|[Z-Siqi/Clash-for-Windows_Chinese](https://github.com/Z-Siqi/Clash-for-Windows_Chinese)|clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序|20579|JavaScript|2024-10-07| |184|[gkd-kit/gkd](https://github.com/gkd-kit/gkd)|基于无障碍,高级选择器,订阅规则的自定义屏幕点击 Android 应用 An Android APP with custom screen tapping based on Accessibility, Advanced Selectors, and Subscription Rules|20490|Kotlin|2024-10-11| |185|[atuinsh/atuin](https://github.com/atuinsh/atuin)|✨ Magical shell history|20435|Rust|2024-10-07| |186|[SpaceVim/SpaceVim](https://github.com/SpaceVim/SpaceVim)|A modular Vim/Neovim configuration|20274|Vim script|2024-09-17| |187|[Tencent/ncnn](https://github.com/Tencent/ncnn)|ncnn is a high-performance neural network inference framework optimized for the mobile platform|20258|C++|2024-10-10| |188|[projectdiscovery/nuclei](https://github.com/projectdiscovery/nuclei)|Fast and customizable vulnerability scanner based on simple YAML based DSL.|20253|Go|2024-10-11| |189|[vueComponent/ant-design-vue](https://github.com/vueComponent/ant-design-vue)|🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜|20164|Vue|2024-10-09| |190|[CarGuo/GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer)|视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,16k page size,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动 ...|20144|Java|2024-10-10| |191|[didi/DoKit](https://github.com/didi/DoKit)|一款面向泛前端产品研发全生命周期的效率平台。|20103|Java|2024-06-14| |192|[BeyondDimension/SteamTools](https://github.com/BeyondDimension/SteamTools)|🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。|20008|C#|2024-10-11| |193|[redis/go-redis](https://github.com/redis/go-redis)|Redis Go client|19981|Go|2024-10-09| |194|[PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)|a vue2.0 minimal admin template |19937|JavaScript|2024-04-27| |195|[reflex-dev/reflex](https://github.com/reflex-dev/reflex)|🕸️ Web apps in pure Python 🐍|19683|Python|2024-10-10| |196|[sebastianbergmann/phpunit](https://github.com/sebastianbergmann/phpunit)|The PHP Unit Testing framework.|19677|PHP|2024-10-11| |197|[EastWorld/wechat-app-mall](https://github.com/EastWorld/wechat-app-mall)|微信小程序商城,微信小程序微店|19550|JavaScript|2024-09-03| |198|[XIU2/CloudflareSpeedTest](https://github.com/XIU2/CloudflareSpeedTest)|🌩「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP !当然也支持其他 CDN / 网站 IP ~|19355|Go|2024-10-09| |199|[Awesome-HarmonyOS/HarmonyOS](https://github.com/Awesome-HarmonyOS/HarmonyOS)|A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。|19328|C|2024-07-19| |200|[honojs/hono](https://github.com/honojs/hono)|Web framework built on Web Standards|19196|TypeScript|2024-10-11|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Assembly.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Assembly 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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.|57613|2024-07-11| |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!|10952|2024-08-20| |3|[bytedance/sonic](https://github.com/bytedance/sonic)|A blazingly fast JSON serializing & deserializing library|6812|2024-09-23| |4|[mengning/linuxkernel](https://github.com/mengning/linuxkernel)|操作系统导论教学资料、《庖丁解牛Linux内核》配套资料|265|2024-07-20| |5|[zhuozhiyongde/Introduction-to-Computer-System-2023Fall-PKU](https://github.com/zhuozhiyongde/Introduction-to-Computer-System-2023Fall-PKU)|北京大学 2023 年秋计算机系统导论课程(ICS)作业、笔记、经验|123|2024-10-11| |6|[team-s2/ctf_summer_courses](https://github.com/team-s2/ctf_summer_courses)|AAA - 短学期安全攻防实践开源仓库|89|2024-07-25| |7|[Z-H-Sun/tswKai](https://github.com/Z-H-Sun/tswKai)|Tower of the Sorcerer for Windows Kai (改): Modifier of game variables and improvement of game experience|46|2024-09-30| |8|[weipeng2k/hot-wind](https://github.com/weipeng2k/hot-wind)|技术杂文集|33|2024-09-11| |9|[ThuryW/ZJU-ISEE](https://github.com/ThuryW/ZJU-ISEE)|ZJU-ISEE 微电子 个人存档|15|2024-06-12| |10|[DANNHIROAKI/XJTU-COMP400627-OS](https://github.com/DANNHIROAKI/XJTU-COMP400627-OS)|西安交通大学COMP400627操作系统课程|13|2024-04-25| |11|[fzf404/MiniSystem](https://github.com/fzf404/MiniSystem)|💾 Nasm 汇编写操作系统|12|2024-04-24| |12|[YuS1aN/zhenxun_bot_android_ui](https://github.com/YuS1aN/zhenxun_bot_android_ui)|绪山真寻Bot的Android管理后台|11|2024-09-08| |13|[DongshanPI/DongshanPI-D1s_BareMetal](https://github.com/DongshanPI/DongshanPI-D1s_BareMetal)|国产全志平头哥C906 RISC-V DongshanPI-D1s RV64GVC 裸机示例仓库!|11|2024-05-09| |14|[Yaochenger/RvBacktrace](https://github.com/Yaochenger/RvBacktrace)|RISC-V 极简栈回溯组件|10|2024-09-24| |15|[wujin1989/coroutine-context-switch](https://github.com/wujin1989/coroutine-context-switch)|一个协程的上下文切换代码,支持windows,linux,macosx(intel)。macosx(aarch64)后续会支持|10|2024-07-18| |16|[skyboooox/HomoOS](https://github.com/skyboooox/HomoOS)|宏萌-自主研发国内微内核跨平台操作系统|9|2024-06-28| |17|[Wokann/Pokemon_GBA_Font_Patch](https://github.com/Wokann/Pokemon_GBA_Font_Patch)|宝可梦3代GBA汉字字库补丁(增益优化版)|7|2024-07-15| |18|[DANNHIROAKI/XJTU-COMP400727-ICS](https://github.com/DANNHIROAKI/XJTU-COMP400727-ICS)|西安交通大学COMP400727计算机系统导论课程|7|2024-05-13| |19|[Lazy-Tag/ICS-labs](https://github.com/Lazy-Tag/ICS-labs)|RUC 2022-2023 ICS系列实验|7|2024-08-02| |20|[Yiipu/HUST-HardwareDesign-RISCv](https://github.com/Yiipu/HUST-HardwareDesign-RISCv)|HUST-2023秋-硬件设计综合训练|6|2024-09-13| |21|[MrAMS/Nagi](https://github.com/MrAMS/Nagi)|基于difftest改进的CPU敏捷开发框架(nscscc2024)|5|2024-09-06| |22|[thu-cs-lab/supervisor-la32r](https://github.com/thu-cs-lab/supervisor-la32r)|LoongArch 32 Reduced 监控程序|5|2024-06-30| |23|[arttnba3/OS_Kernel_Learning](https://github.com/arttnba3/OS_Kernel_Learning)|为我自己准备的 OS 大作业:从零开始写一个操作系统内核|5|2024-06-17| |24|[Ethylene9160/IoTAGV](https://github.com/Ethylene9160/IoTAGV)|车车通信接口。|4|2024-10-11| |25|[chenjunfu2/Gluttonous_snake-asm](https://github.com/chenjunfu2/Gluttonous_snake-asm)|8086汇编版本贪吃蛇|3|2024-08-19| |26|[QingShi1834/njuse-oslab](https://github.com/QingShi1834/njuse-oslab)|软院大二的操作系统的四个lab|3|2024-04-12| |27|[GEJXD/xv6-labs-2021](https://github.com/GEJXD/xv6-labs-2021)|MIT 6.S081 实验代码|3|2024-09-03| |28|[Jerry-Terrasse/HITSZ-COMP2012-LAB](https://github.com/Jerry-Terrasse/HITSZ-COMP2012-LAB)|计算机设计与实践(2023夏季) 哈工大(深圳)|3|2024-08-30| |29|[MiChuan/ComputerPrincipleDesign](https://github.com/MiChuan/ComputerPrincipleDesign)|华中科技大学计算机组成原理课设|3|2024-08-05| |30|[Leaf-1037/RISCV-CPU-Pipeline-HUST](https://github.com/Leaf-1037/RISCV-CPU-Pipeline-HUST)|五段流水线CPU,包含重定向、历史分支表等优化|2|2024-04-13| |31|[JannLeo/Summary-of-learning-experience](https://github.com/JannLeo/Summary-of-learning-experience)|This repository records the summary of my two stages of study as an undergraduate student in 深圳大学计算机科学与技术专业 and as a Master in Embedded Systems Engineering at the University of Leeds(利兹大学嵌入式系统工程专业研究生) ...|2|2024-05-20|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/C.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > C 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[lizongying/my-tv](https://github.com/lizongying/my-tv)|我的电视 电视直播软件,安装即可使用|29893|2024-06-20| |2|[coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)|Lean's LEDE source|29652|2024-10-11| |3|[Awesome-HarmonyOS/HarmonyOS](https://github.com/Awesome-HarmonyOS/HarmonyOS)|A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。|19328|2024-07-19| |4|[karpathy/llama2.c](https://github.com/karpathy/llama2.c)|Inference Llama 2 in one file of pure C|17291|2024-08-06| |5|[ish-app/ish](https://github.com/ish-app/ish)|Linux shell for iOS|16970|2024-10-11| |6|[lvgl/lvgl](https://github.com/lvgl/lvgl)|Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. |16344|2024-10-10| |7|[skywind3000/kcp](https://github.com/skywind3000/kcp)|:zap: KCP - A Fast and Reliable ARQ Protocol|15292|2024-10-11| |8|[swaywm/sway](https://github.com/swaywm/sway)|i3-compatible Wayland compositor|14515|2024-10-11| |9|[sandboxie-plus/Sandboxie](https://github.com/sandboxie-plus/Sandboxie)|Sandboxie Plus & Classic|13675|2024-10-10| |10|[espressif/esp-idf](https://github.com/espressif/esp-idf)|Espressif IoT Development Framework. Official development framework for Espressif SoCs.|13500|2024-10-07| |11|[cloudwu/skynet](https://github.com/cloudwu/skynet)|A lightweight online game framework|13281|2024-09-14| |12|[gojue/ecapture](https://github.com/gojue/ecapture)|Capturing SSL/TLS plaintext without a CA certificate using eBPF. Supported on Linux/Android kernels for amd64/arm64.|13160|2024-10-09| |13|[alibaba/tengine](https://github.com/alibaba/tengine)|A distribution of Nginx with some advanced features|12807|2024-09-11| |14|[openresty/openresty](https://github.com/openresty/openresty)|High Performance Web Platform Based on Nginx and LuaJIT|12544|2024-10-10| |15|[openresty/lua-nginx-module](https://github.com/openresty/lua-nginx-module)|Embed the Power of Lua into NGINX HTTP servers|11281|2024-10-03| |16|[Tencent/wcdb](https://github.com/Tencent/wcdb)|WCDB is a cross-platform database framework developed by WeChat.|10785|2024-10-10| |17|[RT-Thread/rt-thread](https://github.com/RT-Thread/rt-thread)|RT-Thread is an open source IoT Real-Time Operating System (RTOS).|10404|2024-10-11| |18|[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.|9365|2024-09-09| |19|[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 ...|9005|2024-09-24| |20|[betaflight/betaflight](https://github.com/betaflight/betaflight)|Open Source Flight Controller Firmware|8490|2024-10-08| |21|[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,获得最佳上网体验,支持DoH,DoT。|8353|2024-10-02| |22|[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.|6748|2024-09-12| |23|[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|6410|2024-10-10| |24|[yanfeizhang/coder-kung-fu](https://github.com/yanfeizhang/coder-kung-fu)|开发内功修炼|6256|2024-08-29| |25|[hrvach/deskhop](https://github.com/hrvach/deskhop)|Fast Desktop Switching Device|6160|2024-09-14| |26|[sparklemotion/nokogiri](https://github.com/sparklemotion/nokogiri)|Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.|6143|2024-10-08| |27|[immortalwrt/immortalwrt](https://github.com/immortalwrt/immortalwrt)|An opensource OpenWrt variant for mainland China users.|6030|2024-10-09| |28|[lpereira/lwan](https://github.com/lpereira/lwan)|Experimental, scalable, high performance HTTP server|5930|2024-09-21| |29|[Meituan-Dianping/Logan](https://github.com/Meituan-Dianping/Logan)|Logan is a lightweight case logging system based on mobile platform.|5710|2024-08-21| |30|[ravynsoft/ravynos](https://github.com/ravynsoft/ravynos)|A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.|5632|2024-10-10| |31|[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.|5483|2024-10-11| |32|[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.|5182|2024-10-01| |33|[guanzhi/GmSSL](https://github.com/guanzhi/GmSSL)|支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱|5115|2024-07-31| |34|[baidu/dperf](https://github.com/baidu/dperf)|dperf is a 100Gbps network load tester.|4954|2024-09-30| |35|[tboox/tbox](https://github.com/tboox/tbox)|🎁 A glib-like multi-platform c library|4855|2024-09-24| |36|[istoreos/istoreos](https://github.com/istoreos/istoreos)|提供一个人人会用的的路由、NAS系统 (目前活跃的分支是 istoreos-22.03)|4833|2024-10-10| |37|[andmarti1424/sc-im](https://github.com/andmarti1424/sc-im)|sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal|4833|2024-08-16| |38|[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!|4662|2024-10-05| |39|[session-replay-tools/tcpcopy](https://github.com/session-replay-tools/tcpcopy)|An online request replication and TCP stream replay tool, ideal for real testing, performance testing, stability testing, stress testing, load testing, smoke testing, and more.|4466|2024-09-12| |40|[lc-soft/LCUI](https://github.com/lc-soft/LCUI)|C library for building user interfaces|4141|2024-10-07| |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.|4054|2024-08-14| |42|[RfidResearchGroup/proxmark3](https://github.com/RfidResearchGroup/proxmark3)|Iceman Fork - Proxmark3|3908|2024-10-11| |43|[canonical/dqlite](https://github.com/canonical/dqlite)|Embeddable, replicated and fault-tolerant SQL engine.|3851|2024-10-07| |44|[ptitSeb/box64](https://github.com/ptitSeb/box64)|Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices|3767|2024-10-11| |45|[zhaojh329/rtty](https://github.com/zhaojh329/rtty)|🐛 Access your terminal from anywhere via the web.|3673|2024-07-24| |46|[RubyMetric/chsrc](https://github.com/RubyMetric/chsrc)|chsrc 全平台通用换源工具与框架. Change Source everywhere for every software|3554|2024-10-09| |47|[answer-huang/dSYMTools](https://github.com/answer-huang/dSYMTools)|dSYM analyze|3445|2024-06-04| |48|[ptitSeb/box86](https://github.com/ptitSeb/box86)|Box86 - Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices|3321|2024-10-09| |49|[hanwckf/rt-n56u](https://github.com/hanwckf/rt-n56u)|Padavan|3272|2024-06-13| |50|[zlgopen/awtk](https://github.com/zlgopen/awtk)|AWTK = Toolkit AnyWhere(a cross-platform embedded GUI)|3097|2024-10-11| |51|[Simple-XX/SimpleKernel](https://github.com/Simple-XX/SimpleKernel)|Simple kernel for learning operating systems. 用于学习操作系统的简单内核|3025|2024-09-18| |52|[gozfree/gear-lib](https://github.com/gozfree/gear-lib)|Gear-Lib, C library for IOT Embedded Multimedia and Network|2980|2024-08-08| |53|[wechat-miniprogram/minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform)|Wechat Mini Game Unity engine adapter documents.|2956|2024-10-11| |54|[ApsaraDB/PolarDB-for-PostgreSQL](https://github.com/ApsaraDB/PolarDB-for-PostgreSQL)|A cloud-native database based on PostgreSQL developed by Alibaba Cloud.|2882|2024-10-11| |55|[acl-dev/acl](https://github.com/acl-dev/acl)|C/C++ server and network library, including coroutine,redis client,http/https/websocket,mqtt, mysql/postgresql/sqlite client with C/C++ for Linux, Android, iOS, MacOS, Windows, etc..|2853|2024-09-30| |56|[Ewenwan/ShiYanLou](https://github.com/Ewenwan/ShiYanLou)|学习C & C++ & python&汇编语言 LLVM编译器 数据结构 算法 操作系统 单片机 linux 面试|2825|2024-05-17| |57|[joncampbell123/dosbox-x](https://github.com/joncampbell123/dosbox-x)|DOSBox-X fork of the DOSBox project|2758|2024-10-08| |58|[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 ...|2749|2024-09-15| |59|[XorTroll/Goldleaf](https://github.com/XorTroll/Goldleaf)|🍂 Multipurpose homebrew tool for Nintendo Switch|2627|2024-07-04| |60|[yitter/IdGenerator](https://github.com/yitter/IdGenerator)|💎多语言实现,高性能生成唯一数字ID。 💎优化的雪花算法(SnowFlake)——雪花漂移算法,在缩短ID长度的同时,具备极高瞬时并发处理能力(50W/0.1s)。 💎原生支持 C#/Java/Go/Rust/C/JavaScript/TypeScript/Python/Pascal 多语言,提供其它适用于其它语言的多线程安全调用动态库(FFI)。💎支持容器环境自动扩容(自动注册 WorkerId ...|2553|2024-09-10| |61|[matrixcascade/PainterEngine](https://github.com/matrixcascade/PainterEngine)|PainterEngine is a application/game engine with software renderer,PainterEngine can be transplanted to any platform that supports C|2425|2024-09-12| |62|[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|2415|2024-07-24| |63|[Perfare/Zygisk-Il2CppDumper](https://github.com/Perfare/Zygisk-Il2CppDumper)|Using Zygisk to dump il2cpp data at runtime|2323|2024-08-09| |64|[jiangdongguo/AndroidUSBCamera](https://github.com/jiangdongguo/AndroidUSBCamera)|🔥🔥🔥Flexible and useful UVC camera engine on Android platform, supporting multi-road cameras!|2321|2024-09-02| |65|[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 and DTLS 1.3!|2319|2024-10-11| |66|[vmware/open-vm-tools](https://github.com/vmware/open-vm-tools)|Official repository of VMware open-vm-tools project|2249|2024-10-10| |67|[zuoqing1988/ZQCNN](https://github.com/zuoqing1988/ZQCNN)|一款推理框架,同时有很多有用的demo,觉得好用请点星啊|2219|2024-08-20| |68|[skywind3000/mini3d](https://github.com/skywind3000/mini3d)|3D Software Renderer in 700 Lines !!|2180|2024-09-23| |69|[langhuihui/jessibuca](https://github.com/langhuihui/jessibuca)|Jessibuca是一款开源的纯H5直播流播放器|2176|2024-10-11| |70|[RamonUnch/AltSnap](https://github.com/RamonUnch/AltSnap)|Maintained continuation of Stefan Sundin's AltDrag|2118|2024-09-15| |71|[hmgle/graftcp](https://github.com/hmgle/graftcp)|A flexible tool for redirecting a given program's TCP traffic to SOCKS5 or HTTP proxy.|2117|2024-07-30| |72|[bb-qq/r8152](https://github.com/bb-qq/r8152)|Synology DSM driver for Realtek RTL8152/RTL8153/RTL8156 based adapters|2080|2024-10-10| |73|[SwiftLaTeX/SwiftLaTeX](https://github.com/SwiftLaTeX/SwiftLaTeX)|SwiftLaTeX, a WYSIWYG Browser-based LaTeX Editor |2077|2024-06-18| |74|[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.|2074|2024-06-19| |75|[openctp/openctp](https://github.com/openctp/openctp)|openctp提供CTP股票期权、中泰证券XTP、华鑫证券奇点TORA、东方证券OST、东方财富证券EMT、盈透证券TWS、易盛TAP、量投QDP等各通道的CTPAPI兼容接口,CTP程序可以无缝对接各股票柜台。openctp也提供了一套基于TTS交易系统的模拟环境,同样提供了CTPAPI兼容接口,不仅支持国内期货与期权全品种,也支持A股股票、基金、债券以及股票期权模拟交易,可以替代Simnow, ...|2017|2024-10-08| |76|[espressif/esp-iot-solution](https://github.com/espressif/esp-iot-solution)|Espressif IoT Library. IoT Device Drivers, Documentations And Solutions.|1917|2024-09-24| |77|[armink/FlashDB](https://github.com/armink/FlashDB)|An ultra-lightweight database that supports key-value and time series data 一款支持 KV 数据和时序数据的超轻量级数据库|1859|2024-10-06| |78|[zetaloop/ExplorerPatcher](https://github.com/zetaloop/ExplorerPatcher)|ExplorerPatcher Chinese L10n - 在 Windows 11 上恢复高效的工作环境|1852|2024-05-05| |79|[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.|1811|2024-06-14| |80|[guanshuicheng/invoice](https://github.com/guanshuicheng/invoice)|Collaboration with wangxupeng(https://github.com/wangxupeng)|1802|2024-09-08| |81|[sdlpal/sdlpal](https://github.com/sdlpal/sdlpal)|SDL-based reimplementation of the classic Chinese-language RPG known as PAL.|1755|2024-09-14| |82|[0voice/kernel_new_features](https://github.com/0voice/kernel_new_features)|一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等|1717|2024-05-20| |83|[alibaba/xquic](https://github.com/alibaba/xquic)|XQUIC Library released by Alibaba is a cross-platform implementation of QUIC and HTTP/3 protocol.|1699|2024-09-23| |84|[espressif/esp-who](https://github.com/espressif/esp-who)|Face detection and recognition framework|1674|2024-08-20| |85|[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.|1668|2024-08-09| |86|[armink/CmBacktrace](https://github.com/armink/CmBacktrace)|Advanced fault backtrace library for ARM Cortex-M series MCU ARM Cortex-M 系列 MCU 错误追踪库|1655|2024-08-19| |87|[openresty/headers-more-nginx-module](https://github.com/openresty/headers-more-nginx-module)|Set, add, and clear arbitrary output headers in NGINX http servers|1651|2024-08-17| |88|[momotech/MLN](https://github.com/momotech/MLN)|高性能、小巧、易上手的移动跨平台开发框架. A framework for building Mobile cross-platform apps with Lua|1619|2024-07-31| |89|[SpenceKonde/ATTinyCore](https://github.com/SpenceKonde/ATTinyCore)|Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8 |1583|2024-09-07| |90|[sm64pc/sm64ex](https://github.com/sm64pc/sm64ex)|Fork of https://github.com/sm64-port/sm64-port with additional features.|1570|2024-07-03| |91|[johnfanv2/LenovoLegionLinux](https://github.com/johnfanv2/LenovoLegionLinux)|Driver and tools for controlling Lenovo Legion laptops in Linux including fan control and power mode.|1548|2024-10-06| |92|[Hansimov/csapp](https://github.com/Hansimov/csapp)|个人整理的《深入理解计算机系统》中文电子版(原书第 3 版)与实验材料:https://hansimov.gitbook.io/csapp/|1529|2024-09-11| |93|[Mixiaoxiao/Arduino-HomeKit-ESP8266](https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266)|Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.|1513|2024-07-18| |94|[YeeZTech/YeeZ-Privacy-Computing](https://github.com/YeeZTech/YeeZ-Privacy-Computing)|Fidelius - YeeZ Privacy Computing 基于可信执行环境的熠智隐私计算中间件|1491|2024-10-11| |95|[pikasTech/PikaPython](https://github.com/pikasTech/PikaPython)|An ultra-lightweight Python interpreter that runs with only 4KB of RAM, zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar proje ...|1482|2024-10-11| |96|[ADD-SP/ngx_waf](https://github.com/ADD-SP/ngx_waf)|Handy, High performance, ModSecurity compatible Nginx firewall module & 方便、高性能、兼容 ModSecurity 的 Nginx 防火墙模块|1481|2024-10-07| |97|[ReimuNotMoe/ydotool](https://github.com/ReimuNotMoe/ydotool)|Generic command-line automation tool (no X!)|1469|2024-08-22| |98|[ChristopheJacquet/PiFmRds](https://github.com/ChristopheJacquet/PiFmRds)|FM-RDS transmitter using the Raspberry Pi's PWM|1434|2024-04-28| |99|[aixed/WeChat-Hook](https://github.com/aixed/WeChat-Hook)|PC wechat robot interface [wechat Hook] / PC微信3.9.10.16/3.9.2.23接口 微信Hook 微信机器人 微信Hook源码 PC微信协议算法 |1358|2024-10-10| |100|[Water-Melon/Melon](https://github.com/Water-Melon/Melon)| A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP ...|1351|2024-08-16| |101|[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|1347|2024-09-18| |102|[heiher/natmap](https://github.com/heiher/natmap)|TCP/UDP port mapping for full cone NAT|1310|2024-10-01| |103|[waveshareteam/e-Paper](https://github.com/waveshareteam/e-Paper)|-|1304|2024-09-29| |104|[armink/SFUD](https://github.com/armink/SFUD)|An using JEDEC's SFDP standard serial (SPI) flash universal driver library 一款使用 JEDEC SFDP 标准的串行 (SPI) Flash 通用驱动库|1296|2024-05-01| |105|[cherry-embedded/CherryUSB](https://github.com/cherry-embedded/CherryUSB)|CherryUSB is a tiny, beautiful and portable USB host and device stack for embedded system with USB IP|1251|2024-10-11| |106|[session-replay-tools/cetus](https://github.com/session-replay-tools/cetus)|Cetus is high-performance middleware designed to provide transparent routing between your application and backend MySQL servers.|1243|2024-08-20| |107|[unlir/XDrive](https://github.com/unlir/XDrive)|Stepper motor with multi-function interface and closed loop function. 具有多功能接口和闭环功能的步进电机。|1241|2024-05-12| |108|[kenzok8/small-package](https://github.com/kenzok8/small-package)|自动同步更新上游库软件|1231|2024-10-11| |109|[NevermindZZT/letter-shell](https://github.com/NevermindZZT/letter-shell)|letter shell|1218|2024-08-20| |110|[m5stack/M5Stack](https://github.com/m5stack/M5Stack)|M5Stack Arduino Library|1213|2024-07-26| |111|[fgkeepalive/AndroidKeepAlive](https://github.com/fgkeepalive/AndroidKeepAlive)|android 保活,禁止卸载,防卸载,2024年最新 Android 高可用黑科技应用保活,实现终极目标,最高适配Android 14 小米 华为 Oppo vivo 等最新机型 拒绝强杀 开机自启动|1206|2024-08-01| |112|[appspa/app-space](https://github.com/appspa/app-space)|应用内网发布分发测试部署管理平台版本管理类似蒲公英蒲公英 类似fir.im fir App publish IOS超级签名免签 开源 https://app-space.up.railway.app APP增量热更新  支持iOS、Android、flutter、 react-native更新摇一摇提Bug SDK 提供自动化部署jenkins fastlane 丰富组件库 安卓苹果发布发版p ...|1188|2024-08-08| |113|[swow/swow](https://github.com/swow/swow)|Coroutine-based cross-platform concurrent I/O engine.|1185|2024-08-06| |114|[DS-Homebrew/nds-bootstrap](https://github.com/DS-Homebrew/nds-bootstrap)|Boot an nds file|1177|2024-10-11| |115|[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|1170|2024-08-17| |116|[bsauce/kernel-exploit-factory](https://github.com/bsauce/kernel-exploit-factory)|Linux kernel CVE exploit analysis report and relative debug environment. You don't need to compile Linux kernel and configure your environment anymore. |1162|2024-08-11| |117|[OpenNJet/OpenNJet](https://github.com/OpenNJet/OpenNJet)|-|1152|2024-09-27| |118|[Tongsuo-Project/Tongsuo](https://github.com/Tongsuo-Project/Tongsuo)|铜锁/Tongsuo is a Modern Cryptographic Primitives and Protocols Library|1120|2024-09-25| |119|[Nicholas3388/LuaNode](https://github.com/Nicholas3388/LuaNode)|Lua sdk for Esp32/Esp32c2/Esp32c3/Esp32c6/Esp8266/STM32L4|1117|2024-05-30| |120|[newaetech/chipwhisperer](https://github.com/newaetech/chipwhisperer)|ChipWhisperer - the complete open-source toolchain for side-channel power analysis and glitching attacks|1099|2024-10-03| |121|[CE-Programming/CEmu](https://github.com/CE-Programming/CEmu)|Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features|1086|2024-10-08| |122|[bytedance/memory-leak-detector](https://github.com/bytedance/memory-leak-detector)|-|1079|2024-08-15| |123|[hanwckf/immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x)|-|1066|2024-10-10| |124|[ClimbSnail/HoloCubic_AIO](https://github.com/ClimbSnail/HoloCubic_AIO)|HoloCubic超多功能AIO固件 基于esp32-arduino的天气时钟、相册、视频播放、桌面投屏、web服务、bilibili粉丝等|1065|2024-10-07| |125|[No-Chicken/OV-Watch](https://github.com/No-Chicken/OV-Watch)|A powerful Smart Watch based on STM32, FreeRTOS, LVGL.|1063|2024-09-28| |126|[HVML/PurC](https://github.com/HVML/PurC)|The prime HVML interpreter for C Language.|1056|2024-09-25| |127|[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。|1053|2024-09-01| |128|[zhaojh329/oui](https://github.com/zhaojh329/oui)|🐛 A framework used to develop Web interface for OpenWrt. Use Lua-eco + Vue3 + Vite + Element Plus.|1037|2024-10-09| |129|[NaruseMioShirakana/DragonianVoice](https://github.com/NaruseMioShirakana/DragonianVoice)|多个SVC/TTS的C++推理库|996|2024-08-10| |130|[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.|992|2024-10-10| |131|[Cateners/tiny_computer](https://github.com/Cateners/tiny_computer)|Click-to-run debian 12 xfce on android for Chinese users, with fcitx pinyin input method and some useful packages preinstalled. No termux required.|977|2024-09-21| |132|[vipshop/redis-migrate-tool](https://github.com/vipshop/redis-migrate-tool)|A convenient and useful tool for migrating data between redis group.|957|2024-06-17| |133|[RainbowRoad1/Cgame](https://github.com/RainbowRoad1/Cgame)|一些用C编写的小游戏, 14行贪吃蛇 22行2048 22行俄罗斯方块 25行扫雷...以及各种小玩意|954|2024-05-11| |134|[airockchip/rknn_model_zoo](https://github.com/airockchip/rknn_model_zoo)|-|953|2024-09-18| |135|[CN-annotation-team/redis7.0-chinese-annotated](https://github.com/CN-annotation-team/redis7.0-chinese-annotated)|Redis 7.0.5 版本——中文注释,持续更新!欢迎参与本项目!🍭🍭🍭|943|2024-09-03| |136|[cloudwu/sproto](https://github.com/cloudwu/sproto)|Yet another protocol library like google protocol buffers , but simple and fast.|934|2024-07-08| |137|[XITRIX/Moonlight-Switch](https://github.com/XITRIX/Moonlight-Switch)|Moonlight port for Nintendo Switch|915|2024-10-11| |138|[fenwii/OpenHarmony](https://github.com/fenwii/OpenHarmony)|华为开源鸿蒙分布式操作系统(Huawei OpenHarmony)开发技术交流,最全鸿蒙技术资料库,手册,指南,共建国产操作系统万物互联新生态。|905|2024-10-09| |139|[openresty/redis2-nginx-module](https://github.com/openresty/redis2-nginx-module)|Nginx upstream module for the Redis 2.0 protocol|900|2024-08-16| |140|[berkeley-abc/abc](https://github.com/berkeley-abc/abc)|ABC: System for Sequential Logic Synthesis and Formal Verification|895|2024-10-08| |141|[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 ...|895|2024-09-29| |142|[pygame-community/pygame-ce](https://github.com/pygame-community/pygame-ce)|🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.|893|2024-10-10| |143|[Xinyuan-LilyGO/TTGO_TWatch_Library](https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library)|-|893|2024-06-12| |144|[sipeed/TinyMaix](https://github.com/sipeed/TinyMaix)|TinyMaix is a tiny inference library for microcontrollers (TinyML).|891|2024-06-03| |145|[espressif/esp-at](https://github.com/espressif/esp-at)|AT application for ESP32/ESP32-C2/ESP32-C3/ESP32-C6/ESP8266|881|2024-09-30| |146|[SeeFlowerX/stackplz](https://github.com/SeeFlowerX/stackplz)|基于eBPF的堆栈追踪工具|878|2024-07-04| |147|[metartc/metaRTC](https://github.com/metartc/metaRTC)|A cross-platform webRTC SDK|876|2024-07-18| |148|[simon987/sist2](https://github.com/simon987/sist2)|Lightning-fast file system indexer and search tool|859|2024-09-01| |149|[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 ...|840|2024-07-18| |150|[skylersaleh/SkyEmu](https://github.com/skylersaleh/SkyEmu)|Game Boy Advance, Game Boy, Game Boy Color, and DS Emulator|824|2024-09-09| |151|[tboox/ltui](https://github.com/tboox/ltui)| 🍖 A cross-platform terminal ui library based on Lua|814|2024-08-07| |152|[xboot/xboot](https://github.com/xboot/xboot)|The extensible bootloader for embedded system with application engine, write once, run everywhere.|814|2024-07-04| |153|[moononournation/Arduino_GFX](https://github.com/moononournation/Arduino_GFX)|Arduino GFX developing for various color displays and various data bus interfaces|813|2024-10-08| |154|[ybdt/evasion-hub](https://github.com/ybdt/evasion-hub)|免杀、逆向、破解|807|2024-04-18| |155|[g0dA/linuxStack](https://github.com/g0dA/linuxStack)|Linux技术栈|806|2024-06-04| |156|[travisgoodspeed/md380tools](https://github.com/travisgoodspeed/md380tools)|Firmware patches for the TYT-MD380 handheld radio.|805|2024-06-21| |157|[espressif/esp-drone](https://github.com/espressif/esp-drone)|Mini Drone/Quadcopter Firmware for ESP32 and ESP32-S Series SoCs.|789|2024-09-21| |158|[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|774|2024-08-02| |159|[dhm2013724/yolov2_xilinx_fpga](https://github.com/dhm2013724/yolov2_xilinx_fpga)|A demo for accelerating YOLOv2 in xilinx's fpga pynq/zedboard|773|2024-07-29| |160|[junixapp/AndroidKTX](https://github.com/junixapp/AndroidKTX)|🔥Some very useful kotlin extensions for speed android development!好用到爆的Kotlin扩展,加速你的Android开发!|772|2024-09-11| |161|[openresty/stream-lua-nginx-module](https://github.com/openresty/stream-lua-nginx-module)|Embed the power of Lua into NGINX TCP/UDP servers|726|2024-09-09| |162|[skuep/AIOC](https://github.com/skuep/AIOC)|Ham Radio All-in-one-Cable|719|2024-09-24| |163|[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 ...|719|2024-07-05| |164|[y123456yz/middleware_development_learning](https://github.com/y123456yz/middleware_development_learning)|中间件、高性能服务器、分布式存储等(redis、memcache、nginx、大容量redis pika、rocksdb、mongodb、wiredtiger存储引擎、高性能代理中间件)二次开发、性能优化,逐步整理文档说明并配合demo指导--每周末定时更新2-3篇技术文章及程序demo|718|2024-10-01| |165|[Safe3/uuWAF](https://github.com/Safe3/uuWAF)|A industry-leading free, high-performance, AI and semantic technology web application and API security protection product - uuWAF. 一款工业级免费、高性能、高扩展,支持AI和语义引擎的Web应用和API安全防护产品-南墙。Web应用防火墙、WAF、WAAP|712|2024-10-10| |166|[DragonMinded/libdragon](https://github.com/DragonMinded/libdragon)|Open source library for N64 development.|707|2024-10-11| |167|[wangfly-me/LoaderFly](https://github.com/wangfly-me/LoaderFly)|助力每一位RT队员,快速生成免杀木马|706|2024-04-17| |168|[aqi00/android2](https://github.com/aqi00/android2)|《Android Studio开发实战:从零基础到App上线》随书源码(全面添加注释版)|703|2024-09-20| |169|[espressif/esp-csi](https://github.com/espressif/esp-csi)|Applications based on Wi-Fi CSI (Channel state information), such as indoor positioning, human detection|690|2024-08-08| |170|[libdriver/w25qxx](https://github.com/libdriver/w25qxx)|W25QXX(W25Q80, W25Q16, W25Q32, W25Q64, W25Q128, W25Q256) full function driver library for general MCU and Linux.|677|2024-08-31| |171|[web1n/wechat-universal-flatpak](https://github.com/web1n/wechat-universal-flatpak)|Flatpak 打包微信 Linux Universal 版|667|2024-09-18| |172|[jedisct1/pure-ftpd](https://github.com/jedisct1/pure-ftpd)|Pure FTP server|664|2024-09-18| |173|[cnlohr/lolra](https://github.com/cnlohr/lolra)|Transmit LoRa Frames Without a Radio|660|2024-10-10| |174|[libdriver/ssd1306](https://github.com/libdriver/ssd1306)|SSD1306 full function driver library for general MCU and Linux.|648|2024-10-01| |175|[chenall/grub4dos](https://github.com/chenall/grub4dos)|外部命令和工具源码:https://github.com/chenall/grubutils 下载:|648|2024-09-01| |176|[SmallPond/X-Knob](https://github.com/SmallPond/X-Knob)|X-Knob - A smart knob based on LVGL UI library, supports Smart Home(MQTT) and Surface Dial (BT) // LVGL UI 框架下的力反馈智能旋钮 (smartknob + X-TRACK) |645|2024-04-14| |177|[Barenboim/json-parser](https://github.com/Barenboim/json-parser)|JSON parser in standard C|635|2024-08-24| |178|[punesemu/puNES](https://github.com/punesemu/puNES)|Qt-based Nintendo Entertaiment System emulator and NSF/NSF2/NSFe Music Player (Linux, FreeBSD, OpenBSD and Windows)|635|2024-09-01| |179|[abcz316/rwProcMem33](https://github.com/abcz316/rwProcMem33)|Linux ARM64内核硬件进程内存读写驱动、硬件断点调试驱动。硬件级读写Linux进程内存、硬件级下断点。|634|2024-08-06| |180|[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.|631|2024-08-26| |181|[HelTecAutomation/Heltec_ESP32](https://github.com/HelTecAutomation/Heltec_ESP32)|Arduino library for Heltec ESP32 (or ESP32+LoRa) based boards|626|2024-08-29| |182|[hroptatyr/dateutils](https://github.com/hroptatyr/dateutils)|nifty command line date and time utilities; fast date calculations and conversion in the shell|611|2024-09-27| |183|[Tencent/loli_profiler](https://github.com/Tencent/loli_profiler)|Memory instrumentation tool for android app&game developers.|610|2024-05-30| |184|[chronolaw/annotated_nginx](https://github.com/chronolaw/annotated_nginx)|Annotated Nginx Source(中文)|597|2024-09-11| |185|[solosky/pixl.js](https://github.com/solosky/pixl.js)|An emulator for Amiibo!|594|2024-10-08| |186|[pexcn/daily](https://github.com/pexcn/daily)|Poetry and far afield. 🌊|585|2024-10-10| |187|[hihkm/DanmakuFactory](https://github.com/hihkm/DanmakuFactory)|支持特殊弹幕的xml转ass格式转换工具|580|2024-09-09| |188|[switch-iot/hin2n](https://github.com/switch-iot/hin2n)|n2n support for mobiles|574|2024-04-14| |189|[espressif/esp-skainet](https://github.com/espressif/esp-skainet)|Espressif intelligent voice assistant|572|2024-09-05| |190|[andwn/cave-story-md](https://github.com/andwn/cave-story-md)|A fan port of Cave Story for the Sega Mega Drive|569|2024-06-19| |191|[luoyesiqiu/dpt-shell](https://github.com/luoyesiqiu/dpt-shell)|An android Dex protects shell implementation|557|2024-10-11| |192|[nowar-fonts/Warcraft-Font-Merger](https://github.com/nowar-fonts/Warcraft-Font-Merger)|Warcraft Font Merger,魔兽世界字体合并/补全工具。|557|2024-07-01| |193|[SpenceKonde/megaTinyCore](https://github.com/SpenceKonde/megaTinyCore)|Arduino core for the tinyAVR 0/1/2-series - Ones's digit 2,4,5,7 (pincount, 8,14,20,24), tens digit 0, 1, or 2 (featureset), preceded by flash in kb. Library maintainers: porting help available!|556|2024-09-29| |194|[Adamkadaban/CTFs](https://github.com/Adamkadaban/CTFs)|CTF Cheat Sheet + Writeups / Files for some of the Cyber CTFs that I've done|552|2024-07-28| |195|[espressif/esp-sr](https://github.com/espressif/esp-sr)|Speech recognition|552|2024-09-04| |196|[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.|549|2024-10-08| |197|[qq4108863/hihttps](https://github.com/qq4108863/hihttps)|hihttps是一款完整源码的高性能web应用防火墙,既支持传统WAF的所有功能如SQL注入、XSS、恶意漏洞扫描、密码暴力破解、CC、DDOS等ModSecurity正则规则,又支持无监督机器学习,自主对抗未知攻击。|548|2024-06-06| |198|[cyrusimap/cyrus-imapd](https://github.com/cyrusimap/cyrus-imapd)|Cyrus IMAP is an email, contacts and calendar server|536|2024-10-11| |199|[espressif/esp-now](https://github.com/espressif/esp-now)|A connectionless Wi-Fi communication protocol|530|2024-08-28| |200|[lzhiyong/termux-ndk](https://github.com/lzhiyong/termux-ndk)|android-ndk for termux|526|2024-09-25|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/CPP.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > C++ 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[electron/electron](https://github.com/electron/electron)|:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS|113902|2024-10-11| |2|[nomic-ai/gpt4all](https://github.com/nomic-ai/gpt4all)|GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.|69920|2024-10-11| |3|[ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp)|LLM inference in C/C++|66141|2024-10-11| |4|[dragonflydb/dragonfly](https://github.com/dragonflydb/dragonfly)|A modern replacement for Redis and Memcached|25527|2024-10-11| |5|[ossrs/srs](https://github.com/ossrs/srs)|SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181.|25506|2024-10-09| |6|[taichi-dev/taichi](https://github.com/taichi-dev/taichi)|Productive, portable, and performant GPU programming in Python.|25448|2024-10-07| |7|[envoyproxy/envoy](https://github.com/envoyproxy/envoy)|Cloud-native high-performance edge/middle/service proxy|24852|2024-10-11| |8|[Tencent/ncnn](https://github.com/Tencent/ncnn)|ncnn is a high-performance neural network inference framework optimized for the mobile platform|20258|2024-10-10| |9|[barry-ran/QtScrcpy](https://github.com/barry-ran/QtScrcpy)|Android real-time display control software|19013|2024-08-11| |10|[swoole/swoole-src](https://github.com/swoole/swoole-src)|🚀 Coroutine-based concurrency library for PHP|18429|2024-10-08| |11|[alibaba/weex](https://github.com/alibaba/weex)|A framework for building Mobile cross-platform UI|18268|2024-06-24| |12|[cocos2d/cocos2d-x](https://github.com/cocos2d/cocos2d-x)|Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & ...|18182|2024-07-08| |13|[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.|17317|2024-09-25| |14|[Tencent/mars](https://github.com/Tencent/mars)|Mars is a cross-platform network component developed by WeChat.|17289|2024-09-10| |15|[qinguoyi/TinyWebServer](https://github.com/qinguoyi/TinyWebServer)|:fire: Linux下C++轻量级WebServer服务器|16580|2024-07-05| |16|[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 ...|16426|2024-10-11| |17|[Tencent/rapidjson](https://github.com/Tencent/rapidjson)|A fast JSON parser/generator for C++ with both SAX/DOM style API|14206|2024-10-07| |18|[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|13795|2024-10-11| |19|[sogou/workflow](https://github.com/sogou/workflow)|C++ Parallel Computing and Asynchronous Networking Framework|13028|2024-10-11| |20|[tindy2013/subconverter](https://github.com/tindy2013/subconverter)|Utility to convert between various subscription format|13013|2024-09-29| |21|[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 ...|12968|2024-10-04| |22|[MatsuriDayo/nekoray](https://github.com/MatsuriDayo/nekoray)|Qt based cross-platform GUI proxy configuration manager (backend: sing-box)|12744|2024-10-09| |23|[vnotex/vnote](https://github.com/vnotex/vnote)|A pleasant note-taking platform in native C++.|11791|2024-09-18| |24|[drogonframework/drogon](https://github.com/drogonframework/drogon)|Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows|11482|2024-10-10| |25|[Alinshans/MyTinySTL](https://github.com/Alinshans/MyTinySTL)|Achieve a tiny STL in C++11|11340|2024-07-24| |26|[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 ...|11154|2024-10-11| |27|[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 ...|11082|2024-10-11| |28|[sonic-pi-net/sonic-pi](https://github.com/sonic-pi-net/sonic-pi)|Code. Music. Live.|10775|2024-10-07| |29|[vesoft-inc/nebula](https://github.com/vesoft-inc/nebula)| A distributed, fast open-source graph database featuring horizontal scalability and high availability|10705|2024-10-09| |30|[google/sentencepiece](https://github.com/google/sentencepiece)|Unsupervised text tokenizer for Neural Network-based text generation.|10162|2024-10-01| |31|[snowie2000/mactype](https://github.com/snowie2000/mactype)|Better font rendering for Windows.|9947|2024-10-08| |32|[PointCloudLibrary/pcl](https://github.com/PointCloudLibrary/pcl)|Point Cloud Library (PCL)|9905|2024-10-03| |33|[BlackINT3/OpenArk](https://github.com/BlackINT3/OpenArk)|The Next Generation of Anti-Rookit(ARK) tool for Windows.|9229|2024-08-28| |34|[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|8948|2024-10-11| |35|[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|8632|2024-10-11| |36|[sass/node-sass](https://github.com/sass/node-sass)|:rainbow: Node.js bindings to libsass|8505|2024-07-24| |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 ...|8466|2024-10-11| |38|[BYVoid/OpenCC](https://github.com/BYVoid/OpenCC)|Conversion between Traditional and Simplified Chinese|8426|2024-09-26| |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.|8310|2024-10-11| |40|[Tencent/Hippy](https://github.com/Tencent/Hippy)|Hippy is designed to easily build cross-platform dynamic apps. 👏|7972|2024-10-11| |41|[Ewenwan/MVision](https://github.com/Ewenwan/MVision)|机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶|7966|2024-07-09| |42|[SJTU-IPADS/PowerInfer](https://github.com/SJTU-IPADS/PowerInfer)|High-speed Large Language Model Serving on PCs with Consumer-grade GPUs|7913|2024-09-06| |43|[visualfc/liteide](https://github.com/visualfc/liteide)|LiteIDE is a simple, open source, cross-platform Go IDE. |7577|2024-08-02| |44|[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)|7199|2024-06-10| |45|[weolar/miniblink49](https://github.com/weolar/miniblink49)|a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef|7141|2024-09-25| |46|[std-microblock/BetterNCM](https://github.com/std-microblock/BetterNCM)|NCM 软件插件管理器|7134|2024-10-06| |47|[PaddlePaddle/Paddle-Lite](https://github.com/PaddlePaddle/Paddle-Lite)|PaddlePaddle High Performance Deep Learning Inference Engine for Mobile and Edge (飞桨高性能深度学习端侧推理引擎)|6937|2024-09-24| |48|[wang-xinyu/tensorrtx](https://github.com/wang-xinyu/tensorrtx)|Implementation of popular deep learning networks with TensorRT network definition API|6930|2024-10-11| |49|[me115/design_patterns](https://github.com/me115/design_patterns)|图说设计模式|6867|2024-06-05| |50|[niedev/RTranslator](https://github.com/niedev/RTranslator)|Open source real-time translation app for Android that runs locally|6633|2024-09-27| |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.|6415|2024-09-27| |52|[liuruoze/EasyPR](https://github.com/liuruoze/EasyPR)|(CGCSTCD'2017) An easy, flexible, and accurate plate recognition project for Chinese licenses in unconstrained situations. CGCSTCD = China Graduate Contest on Smart-city Technology and Creative Desig ...|6353|2024-06-04| |53|[rhasspy/piper](https://github.com/rhasspy/piper)|A fast, local neural text to speech system|6107|2024-08-07| |54|[cxasm/notepad--](https://github.com/cxasm/notepad--)|一个支持windows/linux/mac的文本编辑器,目标是做中国人自己的编辑器,来自中国。|6095|2024-09-24| |55|[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, ...|5933|2024-09-26| |56|[Oneflow-Inc/oneflow](https://github.com/Oneflow-Inc/oneflow)|OneFlow is a deep learning framework designed to be user-friendly, scalable and efficient.|5877|2024-09-06| |57|[OpenAtomFoundation/pika](https://github.com/OpenAtomFoundation/pika)|Pika is a Redis-Compatible database developed by Qihoo's infrastructure team.|5858|2024-10-11| |58|[szad670401/HyperLPR](https://github.com/szad670401/HyperLPR)|基于深度学习高性能中文车牌识别 High Performance Chinese License Plate Recognition Framework.|5694|2024-07-27| |59|[duilib/duilib](https://github.com/duilib/duilib)|-|5670|2024-08-16| |60|[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:|5036|2024-09-28| |61|[Tencent/puerts](https://github.com/Tencent/puerts)|PUER(普洱) Typescript. Let's write your game in UE or Unity with TypeScript.|5027|2024-10-11| |62|[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.|4981|2024-10-11| |63|[HKUST-Aerial-Robotics/VINS-Mono](https://github.com/HKUST-Aerial-Robotics/VINS-Mono)|A Robust and Versatile Monocular Visual-Inertial State Estimator|4962|2024-08-14| |64|[XiaoMi/mace](https://github.com/XiaoMi/mace)|MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.|4928|2024-06-17| |65|[MegEngine/MegEngine](https://github.com/MegEngine/MegEngine)|MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深度学习框架|4757|2024-09-26| |66|[wangyu-/UDPspeeder](https://github.com/wangyu-/UDPspeeder)|A Tunnel which Improves your Network Quality on a High-latency Lossy Link by using Forward Error Correction, possible for All Traffics(TCP/UDP/ICMP)|4708|2024-06-16| |67|[anyrtcIO-Community/anyRTC-RTMP-OpenSource](https://github.com/anyrtcIO-Community/anyRTC-RTMP-OpenSource)|RTMP 推流器,RTMP(HLS)秒开播放器,直播点播,跨平台(Win,IOS,Android)开源代码|4687|2024-06-12| |68|[zhongyang219/MusicPlayer2](https://github.com/zhongyang219/MusicPlayer2)|这是一款可以播放常见音频格式的音频播放器。支持歌词显示、歌词卡拉OK样式显示、歌词在线下载、歌词编辑、歌曲标签识别、Win10小娜搜索显示歌词、频谱分析、音效设置、任务栏缩略图按钮、主题颜色等功能。 播放内核为BASS音频库(V2.4)。|4646|2024-09-02| |69|[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.|4643|2024-10-09| |70|[OAID/Tengine](https://github.com/OAID/Tengine)|Tengine is a lite, high performance, modular inference engine for embedded device |4623|2024-09-15| |71|[GuijiAI/duix.ai](https://github.com/GuijiAI/duix.ai)|-|4464|2024-08-23| |72|[rime/weasel](https://github.com/rime/weasel)|【小狼毫】Rime for Windows|4459|2024-10-04| |73|[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 ...|4391|2024-09-03| |74|[Serial-Studio/Serial-Studio](https://github.com/Serial-Studio/Serial-Studio)|Multi-purpose serial data visualization & processing program|4388|2024-10-11| |75|[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.|4267|2024-07-29| |76|[cppla/ServerStatus](https://github.com/cppla/ServerStatus)|云探针、多服务器探针、云监控、多服务器云监控,演示: https://tz.cloudcpp.com/|4154|2024-09-18| |77|[wondertrader/wondertrader](https://github.com/wondertrader/wondertrader)|WonderTrader——量化研发交易一站式框架|4001|2024-09-24| |78|[idealvin/coost](https://github.com/idealvin/coost)|A tiny boost library in C++11.|3980|2024-09-04| |79|[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.|3950|2024-08-20| |80|[lich0821/WeChatFerry](https://github.com/lich0821/WeChatFerry)|微信机器人底层框架,可接入Gemini、ChatGPT、ChatGLM、讯飞星火、Tigerbot等大模型。WeChat Robot Hook.|3942|2024-10-10| |81|[emilybache/GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata)|Starting code for the GildedRose Refactoring Kata in many programming languages.|3738|2024-09-26| |82|[balloonwj/flamingo](https://github.com/balloonwj/flamingo)|flamingo 一款高性能轻量级开源即时通讯软件|3734|2024-07-22| |83|[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|3664|2024-09-25| |84|[DefTruth/lite.ai.toolkit](https://github.com/DefTruth/lite.ai.toolkit)|🛠 A lite C++ toolkit of awesome AI models, support ONNXRuntime, MNN, TNN, NCNN and TensorRT.|3622|2024-10-10| |85|[ic005k/OCAuxiliaryTools](https://github.com/ic005k/OCAuxiliaryTools)|Cross-platform GUI management tools for OpenCore(OCAT)|3506|2024-10-11| |86|[zhuzichu520/FluentUI](https://github.com/zhuzichu520/FluentUI)|FluentUI for QML|3498|2024-09-20| |87|[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.|3495|2024-10-11| |88|[openthread/openthread](https://github.com/openthread/openthread)|OpenThread released by Google is an open-source implementation of the Thread networking protocol|3489|2024-10-11| |89|[acidanthera/AppleALC](https://github.com/acidanthera/AppleALC)|Native macOS HD audio for not officially supported codecs|3445|2024-10-08| |90|[giuspen/cherrytree](https://github.com/giuspen/cherrytree)|cherrytree|3391|2024-10-09| |91|[kungfu-origin/kungfu](https://github.com/kungfu-origin/kungfu)|Kungfu Trader|3385|2024-05-02| |92|[liuchuo/PAT](https://github.com/liuchuo/PAT)|🍭 浙江大学PAT题解(C/C++/Java/Python) - 努力成为萌萌的程序媛~|3369|2024-07-17| |93|[rime/librime](https://github.com/rime/librime)|Rime Input Method Engine, the core library|3362|2024-10-11| |94|[oceanbase/miniob](https://github.com/oceanbase/miniob)|MiniOB is a compact database that assists developers in understanding the fundamental workings of a database.|3350|2024-10-11| |95|[ztxz16/fastllm](https://github.com/ztxz16/fastllm)|纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行|3296|2024-10-11| |96|[k2-fsa/sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx)|Speech-to-text, text-to-speech, speaker recognition, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, Raspberry Pi, RISC-V, x86_64 ser ...|3296|2024-10-11| |97|[alibaba/GraphScope](https://github.com/alibaba/GraphScope)|🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba 一站式图计算系统|3264|2024-10-11| |98|[DS-Homebrew/TWiLightMenu](https://github.com/DS-Homebrew/TWiLightMenu)|DSi Menu replacement for DS/DSi/3DS/2DS|3259|2024-10-06| |99|[xfangfang/wiliwili](https://github.com/xfangfang/wiliwili)|第三方B站客户端,目前可以运行在PC全平台、PSVita、PS4 、Xbox 和 Nintendo Switch上|3236|2024-10-11| |100|[namazso/OpenHashTab](https://github.com/namazso/OpenHashTab)|📝 File hashing and checking shell extension|3223|2024-07-30| |101|[KwaiAppTeam/KOOM](https://github.com/KwaiAppTeam/KOOM)|KOOM is an OOM killer on mobile platform by Kwai.|3175|2024-04-16| |102|[helio-fm/helio-sequencer](https://github.com/helio-fm/helio-sequencer)|Libre music sequencer for desktop and mobile platforms|3100|2024-10-06| |103|[p-ranav/indicators](https://github.com/p-ranav/indicators)|Activity Indicators for Modern C++|2988|2024-08-05| |104|[githubhaohao/NDK_OpenGLES_3_0](https://github.com/githubhaohao/NDK_OpenGLES_3_0)|Android OpenGL ES 3.0 从入门到精通系统性学习教程|2961|2024-06-08| |105|[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 ...|2941|2024-09-25| |106|[Tencent/Tendis](https://github.com/Tencent/Tendis)|Tendis is a high-performance distributed storage system fully compatible with the Redis protocol. |2927|2024-06-24| |107|[li-plus/chatglm.cpp](https://github.com/li-plus/chatglm.cpp)|C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & GLM4(V)|2923|2024-07-31| |108|[baidu/openrasp](https://github.com/baidu/openrasp)|🔥Open source RASP solution|2777|2024-06-05| |109|[miguelbalboa/rfid](https://github.com/miguelbalboa/rfid)|Arduino RFID Library for MFRC522|2759|2024-08-16| |110|[abcz316/SKRoot-linuxKernelRoot](https://github.com/abcz316/SKRoot-linuxKernelRoot)|新一代SKRoot,挑战全网root检测手段,跟面具完全不同思路,摆脱面具被检测的弱点,完美隐藏root功能,全程不需要暂停SELinux,实现真正的SELinux 0%触碰,通用性强,通杀所有内核,不需要内核源码,直接patch内核,兼容安卓APP直接JNI调用,稳定、流畅、不闪退。|2714|2024-09-14| |111|[yanyiwu/cppjieba](https://github.com/yanyiwu/cppjieba)|"结巴"中文分词的C++版本|2582|2024-09-22| |112|[amov-lab/Prometheus](https://github.com/amov-lab/Prometheus)|Open source software for autonomous drones.|2522|2024-07-16| |113|[greg7mdp/parallel-hashmap](https://github.com/greg7mdp/parallel-hashmap)|A family of header-only, very fast and memory-friendly hashmap and btree containers.|2504|2024-10-05| |114|[yimengfan/BDFramework.Core](https://github.com/yimengfan/BDFramework.Core)|Simple and powerful Unity3d game workflow! 简单、高效、高度工业化的商业级unity3d 工作流。|2479|2024-09-24| |115|[zjhellofss/KuiperInfer](https://github.com/zjhellofss/KuiperInfer)|校招、秋招、春招、实习好项目!带你从零实现一个高性能的深度学习推理库,支持大模型 llama2 、Unet、Yolov5、Resnet等模型的推理。Implement a high-performance deep learning inference library step by step|2459|2024-09-28| |116|[OpenIntelWireless/IntelBluetoothFirmware](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)|Intel Bluetooth Kernel Extensions for macOS|2442|2024-09-17| |117|[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.|2441|2024-10-09| |118|[liu-jianhao/Cpp-Design-Patterns](https://github.com/liu-jianhao/Cpp-Design-Patterns)|C++设计模式|2373|2024-10-11| |119|[FISCO-BCOS/FISCO-BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS)|FISCO BCOS(发音为/ˈfɪskl bi:ˈkɒz/)是一个稳定、高效、安全的许可区块链平台,已被广泛应用于现实的行业应用。截至目前,已拥有5000多家企事业单位,400多个产业数字化标杆应用,涵盖文化版权、司法服务、政府服务、物联网、金融、智慧社区、房地产建设、社区治理、乡村振兴等领域。FISCO BCOS (pronounced /ˈfɪskl bi:ˈkɒz/) is a stabl ...|2353|2024-10-11| |120|[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.|2287|2024-10-11| |121|[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~|2242|2024-06-22| |122|[ttttupup/wxhelper](https://github.com/ttttupup/wxhelper)|Hook WeChat / 微信逆向|2234|2024-09-12| |123|[FEX-Emu/FEX](https://github.com/FEX-Emu/FEX)|A fast usermode x86 and x86-64 emulator for Arm64 Linux|2222|2024-10-10| |124|[sanni/cartreader](https://github.com/sanni/cartreader)|A shield for the Arduino Mega that can back up video game cartridges.|2188|2024-10-03| |125|[fasiondog/hikyuu](https://github.com/fasiondog/hikyuu)|Hikyuu Quant Framework 基于C++/Python的开源量化交易研究框架|2166|2024-10-10| |126|[zrythm/zrythm](https://github.com/zrythm/zrythm)|a highly automated and intuitive digital audio workstation - official mirror|2137|2024-10-09| |127|[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 ...|2089|2024-08-09| |128|[netease-im/NIM_Duilib_Framework](https://github.com/netease-im/NIM_Duilib_Framework)|网易云信Windows应用开发框架。|2074|2024-09-18| |129|[Aloshi/EmulationStation](https://github.com/Aloshi/EmulationStation)|A flexible emulator front-end supporting keyboardless navigation and custom system themes.|2065|2024-07-15| |130|[chdb-io/chdb](https://github.com/chdb-io/chdb)|chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse |2049|2024-10-10| |131|[simplefoc/Arduino-FOC](https://github.com/simplefoc/Arduino-FOC)|Arduino FOC for BLDC and Stepper motors - Arduino Based Field Oriented Control Algorithm Library|2034|2024-10-06| |132|[LucidVR/lucidgloves](https://github.com/LucidVR/lucidgloves)|Arduino/ESP32 based DIY VR Haptic gloves. Compatible with SteamVR via OpenGloves.|2033|2024-07-19| |133|[bambulab/BambuStudio](https://github.com/bambulab/BambuStudio)|PC Software for BambuLab and other 3D printers|1959|2024-10-10| |134|[fanvanzh/3dtiles](https://github.com/fanvanzh/3dtiles)|The fastest tools for 3dtiles convert in the world!|1952|2024-05-23| |135|[sogou/srpc](https://github.com/sogou/srpc)|RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.|1948|2024-09-06| |136|[ZLMediaKit/ZLToolKit](https://github.com/ZLMediaKit/ZLToolKit)|一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO|1948|2024-09-29| |137|[p-ranav/tabulate](https://github.com/p-ranav/tabulate)|Table Maker for Modern C++|1919|2024-07-04| |138|[Maplespe/DWMBlurGlass](https://github.com/Maplespe/DWMBlurGlass)|Add custom effect to global system title bar, support win10 and win11.|1901|2024-09-03| |139|[baidu/tera](https://github.com/baidu/tera)|An Internet-Scale Database.|1886|2024-06-05| |140|[qicosmos/cinatra](https://github.com/qicosmos/cinatra)|modern c++(c++20), cross-platform, header-only, easy to use http framework|1856|2024-09-27| |141|[Qalculate/libqalculate](https://github.com/Qalculate/libqalculate)|Qalculate! library and CLI|1832|2024-10-07| |142|[Fluorohydride/ygopro](https://github.com/Fluorohydride/ygopro)|A script engine for "yu-gi-oh!" and sample gui|1831|2024-10-11| |143|[TianZerL/Anime4KCPP](https://github.com/TianZerL/Anime4KCPP)|A high performance anime upscaler|1804|2024-10-11| |144|[cpeditor/cpeditor](https://github.com/cpeditor/cpeditor)|The IDE for competitive programming :tada: Fetch, Code, Compile, Run, Check, Submit :rocket:|1802|2024-09-28| |145|[Tencent/sluaunreal](https://github.com/Tencent/sluaunreal)|lua dev plugin for unreal engine 4 or 5|1776|2024-09-13| |146|[ErLinErYi/PlantsVsZombies](https://github.com/ErLinErYi/PlantsVsZombies)|PlantsVsZombies game made by cocos2dx 3.16 (c++)|1768|2024-10-04| |147|[ChunelFeng/CGraph](https://github.com/ChunelFeng/CGraph)|【A common used C++ DAG framework】 一个通用的、无三方依赖的、跨平台的、收录于awesome-cpp的、基于流图的并行计算框架。欢迎star & fork & 交流|1742|2024-10-05| |148|[bupticybee/TexasSolver](https://github.com/bupticybee/TexasSolver)|🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:|1742|2024-07-14| |149|[alibaba/ilogtail](https://github.com/alibaba/ilogtail)|Fast and Lightweight Observability Data Collector|1721|2024-10-11| |150|[KikoPlayProject/KikoPlay](https://github.com/KikoPlayProject/KikoPlay)|KikoPlay - NOT ONLY A Full-Featured Danmu Player 不仅仅是全功能弹幕播放器|1712|2024-07-27| |151|[188080501/JQTools](https://github.com/188080501/JQTools)|基于Qt开发的小工具包|1706|2024-08-28| |152|[acidanthera/VirtualSMC](https://github.com/acidanthera/VirtualSMC)|SMC emulator layer|1694|2024-10-08| |153|[romkatv/gitstatus](https://github.com/romkatv/gitstatus)|Git status for Bash and Zsh prompt|1684|2024-10-03| |154|[alibaba/async_simple](https://github.com/alibaba/async_simple)|Simple, light-weight and easy-to-use asynchronous components |1668|2024-09-02| |155|[hiyohiyo/CrystalDiskInfo](https://github.com/hiyohiyo/CrystalDiskInfo)|CrystalDiskInfo|1635|2024-09-05| |156|[pascallanger/DIY-Multiprotocol-TX-Module](https://github.com/pascallanger/DIY-Multiprotocol-TX-Module)|Multiprotocol TX Module (or MULTI-Module) is a 2.4GHz transmitter module which controls many different receivers and models.|1630|2024-10-09| |157|[sewenew/redis-plus-plus](https://github.com/sewenew/redis-plus-plus)|Redis client written in C++|1605|2024-10-09| |158|[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.|1584|2024-10-11| |159|[alibaba/havenask](https://github.com/alibaba/havenask)|-|1580|2024-04-17| |160|[karlkurzer/path_planner](https://github.com/karlkurzer/path_planner)|Hybrid A* Path Planner for the KTH Research Concept Vehicle|1564|2024-09-26| |161|[loot/loot](https://github.com/loot/loot)|A modding utility for Starfield and some Elder Scrolls and Fallout games.|1556|2024-10-08| |162|[zhangyuanwei/node-images](https://github.com/zhangyuanwei/node-images)|Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs|1550|2024-04-29| |163|[sisong/HDiffPatch](https://github.com/sisong/HDiffPatch)|a C\C++ library and command-line tools for Diff & Patch between binary files or directories(folder); cross-platform; runs fast; create small delta/differential; support large files and limit memory re ...|1539|2024-07-29| |164|[SpriteOvO/AirPodsDesktop](https://github.com/SpriteOvO/AirPodsDesktop)|☄️ AirPods desktop user experience enhancement program, for Windows and Linux (WIP)|1525|2024-07-12| |165|[InfpHub/Raptor](https://github.com/InfpHub/Raptor)|第三方阿里云盘桌面应用客户端|1484|2024-04-12| |166|[joyieldInc/predixy](https://github.com/joyieldInc/predixy)|A high performance and fully featured proxy for redis, support redis sentinel and redis cluster|1466|2024-07-19| |167|[wangzhaode/mnn-llm](https://github.com/wangzhaode/mnn-llm)|llm deploy project based mnn.|1440|2024-09-30| |168|[Maplespe/ExplorerBlurMica](https://github.com/Maplespe/ExplorerBlurMica)|Add background Blur effect or Acrylic (Mica for win11) effect to explorer for win10 and win11|1428|2024-05-13| |169|[qdtroy/DuiLib_Ultimate](https://github.com/qdtroy/DuiLib_Ultimate)|duilib 旗舰版-高分屏、多语言、样式表、资源管理器、异形窗口、窗口阴影、简单动画|1424|2024-10-01| |170|[SVF-tools/SVF](https://github.com/SVF-tools/SVF)|Static Value-Flow Analysis Framework for Source Code|1404|2024-10-11| |171|[sherlockchou86/VideoPipe](https://github.com/sherlockchou86/VideoPipe)|A cross-platform video structuring (video analysis) framework. If you find it helpful, please give it a star: ) 跨平台的视频结构化(视频分析)框架,觉得有帮助的请给个星星 : ) |1390|2024-08-27| |172|[ylmbtm/GameProject3](https://github.com/ylmbtm/GameProject3)|游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。|1388|2024-06-23| |173|[TuGraph-family/tugraph-db](https://github.com/TuGraph-family/tugraph-db)|TuGraph is a high performance graph database.|1385|2024-10-09| |174|[J-D-K/JKSV](https://github.com/J-D-K/JKSV)|JK's Save Manager Switch Edition|1380|2024-09-11| |175|[MaaXYZ/MaaFramework](https://github.com/MaaXYZ/MaaFramework)|基于图像识别的自动化黑盒测试框架 An automation black-box testing framework based on image recognition|1371|2024-10-11| |176|[ruyo/VRM4U](https://github.com/ruyo/VRM4U)|Runtime VRM loader for UnrealEngine5|1371|2024-10-06| |177|[troldal/OpenXLSX](https://github.com/troldal/OpenXLSX)|A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files.|1346|2024-10-02| |178|[CoretechR/OMOTE](https://github.com/CoretechR/OMOTE)|Open Source Remote Using ESP32 and LVGL|1330|2024-09-28| |179|[pixpark/gpupixel](https://github.com/pixpark/gpupixel)|Real-time image and video processing library similar to GPUImage, with built-in beauty filters, achieving commercial-grade beauty effects. Written in C++11 and based on OpenGL/ES.|1318|2024-10-10| |180|[Tencent/flare](https://github.com/Tencent/flare)| Flare是广泛投产于腾讯广告后台的现代化C++开发框架,包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。 |1315|2024-06-04| |181|[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.🍎🍎🍎|1302|2024-07-19| |182|[HamletDuFromage/aio-switch-updater](https://github.com/HamletDuFromage/aio-switch-updater)|Update your CFW, cheat codes, firmwares and more directly from your Nintendo Switch!|1290|2024-07-12| |183|[alibaba/graph-learn](https://github.com/alibaba/graph-learn)|An Industrial Graph Neural Network Framework|1281|2024-07-01| |184|[OpenPPL/ppl.nn](https://github.com/OpenPPL/ppl.nn)|A primitive library for neural network|1280|2024-08-18| |185|[qicosmos/ormpp](https://github.com/qicosmos/ormpp)|modern C++ ORM, C++17, support mysql, postgresql,sqlite|1275|2024-08-29| |186|[zhlynn/zsign](https://github.com/zhlynn/zsign)|Maybe it is the most quickly codesign alternative for iOS12+, cross-platform ( macOS, Linux , Windows ), more features. |1270|2024-09-10| |187|[primihub/primihub](https://github.com/primihub/primihub)|Privacy-Preserving Computing Platform 由密码学专家团队打造的开源隐私计算平台,支持多方安全计算、联邦学习、隐私求交、匿踪查询等。|1268|2024-09-24| |188|[zenustech/zeno](https://github.com/zenustech/zeno)|ZEn NOde system - a simulation & rendering engine in nodes|1244|2024-10-11| |189|[meiqua/shape_based_matching](https://github.com/meiqua/shape_based_matching)|try to implement halcon shape based matching, refer to machine vision algorithms and applications, page 317 3.11.5, written by halcon engineers|1236|2024-07-16| |190|[tencentyun/TRTCSDK](https://github.com/tencentyun/TRTCSDK)|腾讯云TRTC音视频服务,国内下载镜像:|1207|2024-09-20| |191|[Chaoses-Ib/IbEverythingExt](https://github.com/Chaoses-Ib/IbEverythingExt)|Everything 拼音搜索、快速选择扩展|1194|2024-07-09| |192|[ZhaJiHu/Cubli_Mini](https://github.com/ZhaJiHu/Cubli_Mini)|-|1187|2024-08-10| |193|[jlesage/docker-baseimage-gui](https://github.com/jlesage/docker-baseimage-gui)|A minimal docker baseimage to ease creation of X graphical application containers|1186|2024-08-31| |194|[hxhb/HotPatcher](https://github.com/hxhb/HotPatcher)|Unreal Engine hot update manage and package plugin.|1182|2024-08-07| |195|[baidu/BaikalDB](https://github.com/baidu/BaikalDB)|BaikalDB, A Distributed HTAP Database.|1174|2024-09-24| |196|[bitcookies/winrar-keygen](https://github.com/bitcookies/winrar-keygen)|Principle of WinRAR key generation.|1160|2024-07-29| |197|[wh201906/SerialTest](https://github.com/wh201906/SerialTest)|Data transceiver(monitor)/realtime plotter/shortcut/file transceiver over serial port/Bluetooth/network on Windows/Linux/Android/macOS 跨平台串口/蓝牙/网络调试助手,带数据收发/实时绘图/快捷发送/文件收发面板,可在PC和Android设备上使用|1158|2024-06-17| |198|[HolographicHat/YaeAchievement](https://github.com/HolographicHat/YaeAchievement)|更快、更准的原神成就导出工具|1142|2024-10-09| |199|[simdutf/simdutf](https://github.com/simdutf/simdutf)|Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extension. Part of Node.js, WebKit/Safari, Ladybird, Cloudflare Worke ...|1129|2024-10-11| |200|[robin-shaun/XTDrone](https://github.com/robin-shaun/XTDrone)|UAV Simulation Platform based on PX4, ROS and Gazebo|1127|2024-05-19|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/CSHARP.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > C# 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[huiyadanli/RevokeMsgPatcher](https://github.com/huiyadanli/RevokeMsgPatcher)|:trollface: A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤回也没用了)|29159|2024-09-28| |2|[leiurayer/downkyi](https://github.com/leiurayer/downkyi)|哔哩下载姬downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。|20863|2024-08-14| |3|[BeyondDimension/SteamTools](https://github.com/BeyondDimension/SteamTools)|🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。|20008|2024-10-11| |4|[hellzerg/optimizer](https://github.com/hellzerg/optimizer)|The finest Windows Optimizer|14265|2024-08-18| |5|[marticliment/UniGetUI](https://github.com/marticliment/UniGetUI)|UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers|12386|2024-10-11| |6|[BluePointLilac/ContextMenuManager](https://github.com/BluePointLilac/ContextMenuManager)|🖱️ 纯粹的Windows右键菜单管理程序|12253|2024-08-17| |7|[duplicati/duplicati](https://github.com/duplicati/duplicati)|Store securely encrypted backups in the cloud!|11058|2024-10-09| |8|[nilaoda/BBDown](https://github.com/nilaoda/BBDown)|Bilibili Downloader. 一款命令行式哔哩哔哩下载器.|9596|2024-09-01| |9|[felixse/FluentTerminal](https://github.com/felixse/FluentTerminal)|A Terminal Emulator based on UWP and web technologies.|9211|2024-08-30| |10|[egametang/ET](https://github.com/egametang/ET)|Unity3D Client And C# Server Framework|8828|2024-10-08| |11|[0x7c13/Notepads](https://github.com/0x7c13/Notepads)|A modern, lightweight text editor with a minimalist design.|8738|2024-10-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.|8736|2024-09-02| |13|[mbdavid/LiteDB](https://github.com/mbdavid/LiteDB)|LiteDB - A .NET NoSQL Document Store in a single data file|8533|2024-10-09| |14|[JeffreySu/WeiXinMPSDK](https://github.com/JeffreySu/WeiXinMPSDK)|微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.|8422|2024-10-08| |15|[jynew/jynew](https://github.com/jynew/jynew)|JinYongLegend-like RPG Game Framework with full Modding support and 10+ hours playable samples of game.|7987|2024-09-27| |16|[Flow-Launcher/Flow.Launcher](https://github.com/Flow-Launcher/Flow.Launcher)|:mag: Quick file search & app launcher for Windows with community-made plugins|7863|2024-10-11| |17|[studyzy/imewlconverter](https://github.com/studyzy/imewlconverter)|”深蓝词库转换“ 一款开源免费的输入法词库转换程序|7759|2024-07-21| |18|[XINCGer/Unity3DTraining](https://github.com/XINCGer/Unity3DTraining)|【Unity杂货铺】unity大杂烩~|7552|2024-10-11| |19|[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.|7405|2024-10-11| |20|[seerge/g-helper](https://github.com/seerge/g-helper)|Lightweight Armoury Crate alternative for Asus laptops and ROG Ally. Control tool for ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, TUF, Strix, Scar and other models|7304|2024-10-11| |21|[Perfare/Il2CppDumper](https://github.com/Perfare/Il2CppDumper)|Unity il2cpp reverse engineer|6957|2024-08-18| |22|[dotnetcore/CAP](https://github.com/dotnetcore/CAP)|Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern|6629|2024-10-11| |23|[Tichau/FileConverter](https://github.com/Tichau/FileConverter)|File Converter is a very simple tool which allows you to convert and compress files using the context menu in windows explorer.|6556|2024-08-13| |24|[BornToBeRoot/NETworkManager](https://github.com/BornToBeRoot/NETworkManager)|A powerful tool for managing networks and troubleshoot network problems!|6462|2024-10-07| |25|[HandyOrg/HandyControl](https://github.com/HandyOrg/HandyControl)|Contains some simple and commonly used WPF controls|6052|2024-08-07| |26|[ant-design-blazor/ant-design-blazor](https://github.com/ant-design-blazor/ant-design-blazor)|🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.|5769|2024-10-11| |27|[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.|5698|2024-10-05| |28|[BartoszCichecki/LenovoLegionToolkit](https://github.com/BartoszCichecki/LenovoLegionToolkit)|Lightweight Lenovo Vantage and Hotkeys replacement for Lenovo Legion laptops.|5325|2024-10-04| |29|[DotNetNext/SqlSugar](https://github.com/DotNetNext/SqlSugar)|.Net aot ORM Fastest ORM Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse ...|5318|2024-10-11| |30|[babalae/better-genshin-impact](https://github.com/babalae/better-genshin-impact)|📦BetterGI · 更好的原神 - 自动拾取 自动剧情 全自动钓鱼(AI) 全自动七圣召唤 自动伐木 自动刷本 自动采集 - UI Automation Testing Tools For Genshin Impact|5014|2024-10-10| |31|[LorisYounger/VPet](https://github.com/LorisYounger/VPet)|虚拟桌宠模拟器 一个开源的桌宠软件, 可以内置到任何WPF应用程序|4801|2024-10-11| |32|[dotnetcore/Util](https://github.com/dotnetcore/Util)|Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。|4538|2024-07-22| |33|[LykosAI/StabilityMatrix](https://github.com/LykosAI/StabilityMatrix)|Multi-Platform Package Manager for Stable Diffusion|4528|2024-10-10| |34|[Ponderfly/GoogleTranslateIpCheck](https://github.com/Ponderfly/GoogleTranslateIpCheck)|-|4499|2024-10-07| |35|[nilaoda/N_m3u8DL-RE](https://github.com/nilaoda/N_m3u8DL-RE)|Cross-Platform, modern and powerful stream downloader for MPD/M3U8/ISM. English/简体中文/繁體中文. |4449|2024-08-28| |36|[liangxiegame/QFramework](https://github.com/liangxiegame/QFramework)|Godot/Unity3D System Design Architecture|4363|2024-10-07| |37|[MapsterMapper/Mapster](https://github.com/MapsterMapper/Mapster)|A fast, fun and stimulating object to object Mapper|4333|2024-06-17| |38|[dotnetcore/WTM](https://github.com/dotnetcore/WTM)|Use WTM to write .netcore app fast !!!|4230|2024-10-10| |39|[Azure/azure-powershell](https://github.com/Azure/azure-powershell)|Microsoft Azure PowerShell|4228|2024-10-11| |40|[AdminTest0/SharpWxDump](https://github.com/AdminTest0/SharpWxDump)|微信客户端取证,可获取用户个人信息(昵称/账号/手机/邮箱/数据库密钥(用来解密聊天记录));支持获取多用户信息,不定期更新新版本偏移,目前支持所有新版本、正式版本|4155|2024-04-25| |41|[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 ...|4097|2024-09-20| |42|[1Remote/1Remote](https://github.com/1Remote/1Remote)|One Remote Access Manager to Rule Them All|4082|2024-10-07| |43|[the1812/Malware-Patch](https://github.com/the1812/Malware-Patch)|阻止中国流氓软件的管理员授权. / Prevent UAC authorization of Chinese malware.|4022|2024-06-16| |44|[DGP-Studio/Snap.Hutao](https://github.com/DGP-Studio/Snap.Hutao)|实用的开源多功能原神工具箱 🧰 / Multifunctional Open-source Genshin Impact Toolkit 🧰|3946|2024-10-11| |45|[Planshit/Tai](https://github.com/Planshit/Tai)|👻 在Windows上统计软件使用时长和网站浏览时长|3884|2024-07-28| |46|[cq-panda/Vue.NetCore](https://github.com/cq-panda/Vue.NetCore)|(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/|3855|2024-10-07| |47|[BililiveRecorder/BililiveRecorder](https://github.com/BililiveRecorder/BililiveRecorder)|录播姬 mikufans 生放送录制|3772|2024-09-27| |48|[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|3737|2024-07-29| |49|[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.|3708|2024-07-09| |50|[kwsch/PKHeX](https://github.com/kwsch/PKHeX)|Pokémon Save File Editor|3675|2024-10-10| |51|[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.|3665|2024-10-03| |52|[VsVim/VsVim](https://github.com/VsVim/VsVim)|Vim Emulator Plugin for Visual Studio 2015+ |3653|2024-06-19| |53|[skoruba/IdentityServer4.Admin](https://github.com/skoruba/IdentityServer4.Admin)|The administration for the IdentityServer4 and Asp.Net Core Identity|3567|2024-06-10| |54|[timschneeb/GalaxyBudsClient](https://github.com/timschneeb/GalaxyBudsClient)|Unofficial Galaxy Buds Manager for Windows, macOS, Linux, and Android|3525|2024-10-07| |55|[HMBSbige/NatTypeTester](https://github.com/HMBSbige/NatTypeTester)|测试当前网络的 NAT 类型(STUN)|3488|2024-10-08| |56|[Scighost/Starward](https://github.com/Scighost/Starward)|Game Launcher for miHoYo - 米家游戏启动器|3477|2024-09-29| |57|[emoacht/Monitorian](https://github.com/emoacht/Monitorian)|A Windows desktop tool to adjust the brightness of multiple monitors with ease|3395|2024-09-15| |58|[JavScraper/Emby.Plugins.JavScraper](https://github.com/JavScraper/Emby.Plugins.JavScraper)|Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。|3358|2024-07-08| |59|[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. |3355|2024-10-10| |60|[XCharts-Team/XCharts](https://github.com/XCharts-Team/XCharts)|A charting and data visualization library for Unity. Unity数据可视化图表插件。 |3257|2024-10-01| |61|[fanliang11/surging](https://github.com/fanliang11/surging)|Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine su ...|3243|2024-07-01| |62|[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#.|3233|2024-07-02| |63|[Danily07/Translumo](https://github.com/Danily07/Translumo)|Advanced real-time screen translator for games, hardcoded subtitles in videos, static text and etc.|3190|2024-07-25| |64|[wolfgarbe/SymSpell](https://github.com/wolfgarbe/SymSpell)|SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm|3136|2024-09-30| |65|[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. |2987|2024-09-02| |66|[Richasy/Bili.Copilot](https://github.com/Richasy/Bili.Copilot)|B站第三方 Windows 桌面客户端,使用 Windows App SDK 构建的原生高颜值应用|2961|2024-10-06| |67|[metatube-community/jellyfin-plugin-metatube](https://github.com/metatube-community/jellyfin-plugin-metatube)|MetaTube Plugin for Jellyfin/Emby|2877|2024-08-14| |68|[dotnetcore/osharp](https://github.com/dotnetcore/osharp)|OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。|2781|2024-09-24| |69|[goatcorp/FFXIVQuickLauncher](https://github.com/goatcorp/FFXIVQuickLauncher)|Custom launcher for FFXIV|2777|2024-10-11| |70|[dremin/RetroBar](https://github.com/dremin/RetroBar)|Classic Windows 95, 98, Me, 2000, XP, Vista taskbar for modern versions of Windows|2765|2024-06-25| |71|[mini-software/MiniExcel](https://github.com/mini-software/MiniExcel)|Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)|2739|2024-09-28| |72|[SuxueCode/WechatBakTool](https://github.com/SuxueCode/WechatBakTool)|基于C#的微信PC版聊天记录备份工具,提供图形界面,解密微信数据库并导出聊天记录。|2736|2024-09-19| |73|[OpenTabletDriver/OpenTabletDriver](https://github.com/OpenTabletDriver/OpenTabletDriver)|Open source, cross-platform, user-mode tablet driver|2688|2024-09-20| |74|[lay295/TwitchDownloader](https://github.com/lay295/TwitchDownloader)|Twitch VOD/Clip Downloader - Chat Download/Render/Replay|2688|2024-09-16| |75|[kenvix/USBCopyer](https://github.com/kenvix/USBCopyer)|😉 用于在插上U盘后自动按需复制该U盘的文件。”备份&偷U盘文件的神器”(写作USBCopyer,读作USBCopier)|2632|2024-05-23| |76|[samhocevar/wincompose](https://github.com/samhocevar/wincompose)|🔣 Compose Key for Windows|2602|2024-10-02| |77|[xasset/xasset](https://github.com/xasset/xasset)|提升你的生产力。|2584|2024-06-18| |78|[stevencohn/OneMore](https://github.com/stevencohn/OneMore)|A OneNote add-in with simple, yet powerful and useful features|2581|2024-10-11| |79|[skydevil88/XboxDownload](https://github.com/skydevil88/XboxDownload)|Xbox下载助手,支持Xbox、微软商店、PS、NS、EA app & Origin、战网、Epic、育碧、Riot Games下载加速,修复Steam商店社区、GitHub访问。|2534|2024-10-11| |80|[liukuo362573/YiShaAdmin](https://github.com/liukuo362573/YiShaAdmin)|基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观|2438|2024-06-30| |81|[Pryaxis/TShock](https://github.com/Pryaxis/TShock)|☕️⚡️TShock provides Terraria servers with server-side characters, anti-cheat, and community management tools.|2424|2024-10-08| |82|[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.|2399|2024-05-07| |83|[dotnetcore/BootstrapBlazor](https://github.com/dotnetcore/BootstrapBlazor)|A set of enterprise-class UI components based on Bootstrap and Blazor|2394|2024-10-11| |84|[Coolapk-UWP/Coolapk-UWP](https://github.com/Coolapk-UWP/Coolapk-UWP)|一个基于 UWP 平台的第三方酷安客户端|2357|2024-09-22| |85|[Pixeval/Pixeval](https://github.com/Pixeval/Pixeval)|Wow. Yet another Pixiv client!|2312|2024-10-11| |86|[morkt/GARbro](https://github.com/morkt/GARbro)|Visual Novels resource browser|2302|2024-07-08| |87|[qiankanglai/LoopScrollRect](https://github.com/qiankanglai/LoopScrollRect)|These scripts will make your UGUI ScrollRect reusing cells, to improve performance, loading time and draw calls.|2275|2024-09-07| |88|[Archeb/opentrace](https://github.com/Archeb/opentrace)|A cross-platform GUI wrapper for NextTrace. Bringing you the familiar traceroute experience. OpenTrace 是 NextTrace 的跨平台 GUI 界面,带来您熟悉但更强大的用户体验。|2258|2024-06-22| |89|[gusmanb/logicanalyzer](https://github.com/gusmanb/logicanalyzer)|24 channel, 100Msps logic analyzer hardware and software|2253|2024-10-06| |90|[apache/lucenenet](https://github.com/apache/lucenenet)|Apache Lucene.NET|2218|2024-10-10| |91|[BookerLiu/GeekDesk](https://github.com/BookerLiu/GeekDesk)|🔥小巧、美观的桌面快速启动工具 Small, beautiful desktop quickstart management tool with integrated Everything search|2146|2024-08-08| |92|[MonkSoul/Furion](https://github.com/MonkSoul/Furion)|Make .NET development easier, more versatile, and more popular.|2111|2024-10-11| |93|[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.|2100|2024-09-07| |94|[yhuse/SunnyUI](https://github.com/yhuse/SunnyUI)|SunnyUI.NET 是基于.NET Framework 4.0+、.NET6、.NET8 框架的 C# WinForm UI、开源控件库、工具类库、扩展类库、多页面开发框架。|2095|2024-10-06| |95|[stakira/OpenUtau](https://github.com/stakira/OpenUtau)|Open singing synthesis platform / Open source UTAU successor|2057|2024-09-03| |96|[aws/aws-sdk-net](https://github.com/aws/aws-sdk-net)|The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:|2056|2024-10-11| |97|[AlexanderPro/SmartSystemMenu](https://github.com/AlexanderPro/SmartSystemMenu)|SmartSystemMenu extends system menu of all windows in the system|2041|2024-10-04| |98|[jitwxs/163MusicLyrics](https://github.com/jitwxs/163MusicLyrics)|Windows 云音乐歌词获取【网易云、QQ音乐】|2038|2024-08-25| |99|[dotnetcore/WebApiClient](https://github.com/dotnetcore/WebApiClient)|A REST API library with better functionality, performance, and scalability than refit|2038|2024-09-27| |100|[LagrangeDev/Lagrange.Core](https://github.com/LagrangeDev/Lagrange.Core)|An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core|1998|2024-10-07| |101|[JasonXuDeveloper/JEngine](https://github.com/JasonXuDeveloper/JEngine)|The solution that allows unity games to update in runtime. 使Unity开发的游戏支持热更新的解决方案。|1968|2024-06-11| |102|[Tencent/InjectFix](https://github.com/Tencent/InjectFix)|InjectFix is a hot-fix solution library for Unity|1966|2024-08-16| |103|[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 ...|1950|2024-09-29| |104|[ZGGSONG/STranslate](https://github.com/ZGGSONG/STranslate)|A ready-to-use, ready-to-go translation ocr tool developed by WPF/WPF 开发的一款即开即用、即用即走的翻译、OCR工具|1932|2024-10-11| |105|[pdone/FreeControl](https://github.com/pdone/FreeControl)|在PC上控制Android设备|1923|2024-07-19| |106|[bbepis/XUnity.AutoTranslator](https://github.com/bbepis/XUnity.AutoTranslator)|-|1907|2024-09-07| |107|[jie65535/GrasscutterCommandGenerator](https://github.com/jie65535/GrasscutterCommandGenerator)|Command Generator and Gacha Banner Editor|1905|2024-09-07| |108|[leinlin/Miku-LuaProfiler](https://github.com/leinlin/Miku-LuaProfiler)|-|1901|2024-06-06| |109|[vovgou/loxodon-framework](https://github.com/vovgou/loxodon-framework)|An MVVM & Databinding framework that can use C# and Lua to develop games|1898|2024-08-30| |110|[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|1847|2024-09-28| |111|[OkGoDoIt/OpenAI-API-dotnet](https://github.com/OkGoDoIt/OpenAI-API-dotnet)|An unofficial C#/.NET SDK for accessing the OpenAI GPT-3 API|1846|2024-08-07| |112|[Pathoschild/SMAPI](https://github.com/Pathoschild/SMAPI)|The modding API for Stardew Valley.|1817|2024-10-07| |113|[prime31/Nez](https://github.com/prime31/Nez)|Nez is a free 2D focused framework that works with MonoGame and FNA|1787|2024-10-09| |114|[zsh2401/AutumnBox](https://github.com/zsh2401/AutumnBox)|图形化ADB工具箱|1785|2024-06-14| |115|[essensoft/paylink](https://github.com/essensoft/paylink)|一套基于 .NET 开发的支付SDK,它简化了API调用及通知的处理流程。|1762|2024-08-08| |116|[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 ...|1755|2024-10-11| |117|[itext/itext-dotnet](https://github.com/itext/itext-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 ...|1666|2024-10-11| |118|[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 ...|1665|2024-10-11| |119|[MCCTeam/Minecraft-Console-Client](https://github.com/MCCTeam/Minecraft-Console-Client)|Lightweight console for Minecraft chat and automated scripts|1629|2024-09-21| |120|[Jeric-X/SyncClipboard](https://github.com/Jeric-X/SyncClipboard)|跨平台剪贴板同步方案 / Cross-Platform Cipboard Syncing Solution|1588|2024-10-05| |121|[XINCGer/UnityToolchainsTrick](https://github.com/XINCGer/UnityToolchainsTrick)|提供一些UnityEditor工具链开发的常用小技巧与示例(Provides some common tips and examples for developing the UnityEditor toolchain)|1579|2024-09-10| |122|[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 ...|1568|2024-09-24| |123|[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|1565|2024-10-10| |124|[FastTunnel/FastTunnel](https://github.com/FastTunnel/FastTunnel)|expose a local server to the internet. 高性能跨平台的内网穿透解决方案 远程内网计算机 域名访问内网站点 反向代理内网服务 端口转发 http代理 |1518|2024-08-02| |125|[91270/MeiamSubtitles](https://github.com/91270/MeiamSubtitles)|Emby Server / Jellyfin Server 端字幕插件 ,使用 迅雷影音、 射手网 接口精准匹配视频字幕|1516|2024-06-25| |126|[WPFDevelopersOrg/WPFDevelopers](https://github.com/WPFDevelopersOrg/WPFDevelopers)|🎉 Welcome to follow the "WPFDevelopers" public account! This is a sample project we share daily, covering WPF's basic controls and custom control libraries. The project will be continuously updated, w ...|1513|2024-10-07| |127|[dotnetcore/AgileConfig](https://github.com/dotnetcore/AgileConfig)|基于.NET Core开发的轻量级分布式配置中心 / .NET Core lightweight configuration server|1502|2024-10-04| |128|[fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat)|可能是全网最完整的 C# 版微信 SDK,封装全部已知的微信 OpenAPI,包含微信公众平台(订阅号+服务号+小程序+小游戏+小商店+视频号)、微信开放平台、微信商户平台(微信支付+微企付)、企业微信、微信广告平台、微信智能对话开放平台等模块,可跨平台。持续随官方更新,欢迎 Star/Fork/PR。QQ 交流群 875580418【满】、930461548【满】、611974621。|1496|2024-09-30| |129|[X-Lucifer/AI-Lossless-Zoomer](https://github.com/X-Lucifer/AI-Lossless-Zoomer)|AI无损放大工具|1490|2024-06-15| |130|[Paving-Base/APK-Installer](https://github.com/Paving-Base/APK-Installer)|An Android Application Installer for Windows|1487|2024-10-11| |131|[TastSong/CrazyCar](https://github.com/TastSong/CrazyCar)|网络联机游戏解决方案---Unity制作的联机赛车游戏,服务端为SpringBoot + Mybatis Plus;后台为Vue + Element;游戏端采用QFramework框架,Addressable+HybridCLR实现热更新,支持KCP和WebSocket网络。|1470|2024-10-09| |132|[dotnetcore/Natasha](https://github.com/dotnetcore/Natasha)|基于 Roslyn 的 C# 动态程序集构建库,该库允许开发者在运行时使用 C# 代码构建域 / 程序集 / 类 / 结构体 / 枚举 / 接口 / 方法等,使得程序在运行的时候可以增加新的模块及功能。Natasha 集成了域管理/插件管理,可以实现域隔离,域卸载,热拔插等功能。 该库遵循完整的编译流程,提供完整的错误提示, 可自动添加引用,完善的数据结构构建模板让开发者只专注于程序集脚本的编写, ...|1469|2024-09-20| |133|[yaobiao131/downkyicore](https://github.com/yaobiao131/downkyicore)|哔哩下载姬(跨平台版)downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。|1453|2024-10-11| |134|[2881099/FreeIM](https://github.com/2881099/FreeIM)|.NETCore websocket 实现简易、高性能、集群即时通讯组件,支持点对点通讯、群聊通讯、上线下线事件消息等众多实用性功能.|1453|2024-08-24| |135|[real-zony/ZonyLrcToolsX](https://github.com/real-zony/ZonyLrcToolsX)|ZonyLrcToolsX 是一个能够方便地下载歌词的小软件。|1424|2024-09-03| |136|[starik222/BooruDatasetTagManager](https://github.com/starik222/BooruDatasetTagManager)|-|1415|2024-10-05| |137|[AlphaYu/adnc](https://github.com/AlphaYu/adnc)|.NET微服务/分布式开发框架,同时也适用于单体架构系统的开发。|1393|2024-09-27| |138|[CrazyZhang666/GTA5OnlineTools](https://github.com/CrazyZhang666/GTA5OnlineTools)|GTA5线上小助手|1387|2024-09-16| |139|[flytkgl/PDFQFZ](https://github.com/flytkgl/PDFQFZ)|PDF加盖骑缝章的小工具|1387|2024-10-07| |140|[CollapseLauncher/Collapse](https://github.com/CollapseLauncher/Collapse)|An Advanced Launcher for miHoYo/HoYoverse Games|1377|2024-10-10| |141|[iamoldli/NetModular](https://github.com/iamoldli/NetModular)|NetModular 是基于.Net Core 和 Vue.js 的业务模块化以及前后端分离的快速开发框架|1350|2024-08-01| |142|[kikipoulet/SukiUI](https://github.com/kikipoulet/SukiUI)|UI Theme for AvaloniaUI|1336|2024-10-11| |143|[huiyadanli/PasteEx](https://github.com/huiyadanli/PasteEx)|:clipboard: Paste As File 把剪贴板的内容直接粘贴为文件|1335|2024-07-23| |144|[cxfksword/jellyfin-plugin-metashark](https://github.com/cxfksword/jellyfin-plugin-metashark)|jellyfin电影元数据插件|1331|2024-09-04| |145|[wangfreexx/wangfreexx-tianruoocr-cl-paddle](https://github.com/wangfreexx/wangfreexx-tianruoocr-cl-paddle)|天若ocr开源版本的本地版,采用Chinese-lite和paddleocr识别框架|1322|2024-06-25| |146|[kannagi0303/yt-dlp-gui](https://github.com/kannagi0303/yt-dlp-gui)|Windows GUI for yt-dlp|1315|2024-08-07| |147|[CHKZL/DDTV](https://github.com/CHKZL/DDTV)|可对阿B进行直播多窗口观看、开播提醒、自动录制、合并、转码的跨平台工具|1305|2024-09-21| |148|[foxofice/sub_share](https://github.com/foxofice/sub_share)|字幕共享计划|1303|2024-09-25| |149|[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.|1283|2024-07-15| |150|[arkypita/LaserGRBL](https://github.com/arkypita/LaserGRBL)|Laser optimized GUI for GRBL|1234|2024-10-09| |151|[dahall/TaskScheduler](https://github.com/dahall/TaskScheduler)|Provides a .NET wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.|1216|2024-05-25| |152|[yanghuan/CSharp.lua](https://github.com/yanghuan/CSharp.lua)|The C# to Lua compiler|1212|2024-09-20| |153|[oureveryday/Steam-auto-crack](https://github.com/oureveryday/Steam-auto-crack)|Steam Game Automatic Cracker|1208|2024-10-07| |154|[yaronzz/Tidal-Media-Downloader-PRO](https://github.com/yaronzz/Tidal-Media-Downloader-PRO)|Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)|1206|2024-05-30| |155|[masastack/MASA.Blazor](https://github.com/masastack/MASA.Blazor)|Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor. |1178|2024-10-10| |156|[sourcegit-scm/sourcegit](https://github.com/sourcegit-scm/sourcegit)|Windows/macOS/Linux GUI client for GIT users|1176|2024-10-11| |157|[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.)|1173|2024-08-18| |158|[Valkirie/HandheldCompanion](https://github.com/Valkirie/HandheldCompanion)|ControllerService|1170|2024-10-09| |159|[chatop2020/AKStream](https://github.com/chatop2020/AKStream)|AKStream是一套全平台(Linux,MacOS,Windows)、全架构(X86_64,Arm...)、全功能的流媒体管理控制接口平台。集成GB28181,RTSP,RTMP,HTTP等设备推拉流控制、PTZ控制、音视频文件录制管理、音视频文件裁剪合并等功能与一体|1154|2024-05-05| |160|[copyliu/bililive_dm](https://github.com/copyliu/bililive_dm)|B站弹幕姬 - B站直播彈幕工具|1117|2024-09-01| |161|[xebecnan/UniLua](https://github.com/xebecnan/UniLua)|A pure c# implementation of Lua 5.2 focus on compatibility with Unity|1105|2024-06-22| |162|[CoreUnion/CoreShop](https://github.com/CoreUnion/CoreShop)|基于 Asp.Net Core 8.0、Uni-App开发,支持可视化布局的小程序商城系统,前后端分离,支持分布式部署,跨平台运行,拥有分销、代理、团购、拼团、秒杀、直播、优惠券、自定义表单等众多营销功能,拥有完整SKU、下单、售后、物流流程。支持一套代码编译发布微信小程序版、H5版、Android版、iOS版、支付宝小程序版、字节跳动小程序版、QQ小程序版等共10个平台。|1082|2024-06-02| |163|[sdcb/PaddleSharp](https://github.com/sdcb/PaddleSharp)|.NET/C# binding for Baidu paddle inference library and PaddleOCR|1051|2024-07-02| |164|[Panuon/Panuon.WPF.UI](https://github.com/Panuon/Panuon.WPF.UI)|Professional wpf ui library.|1048|2024-10-05| |165|[IoTSharp/IoTSharp](https://github.com/IoTSharp/IoTSharp)|IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.|1024|2024-10-07| |166|[Ruben2776/PicView](https://github.com/Ruben2776/PicView)|Fast, free and customizable image viewer for Windows 10 and 11.|1023|2024-10-10| |167|[bradymholt/cron-expression-descriptor](https://github.com/bradymholt/cron-expression-descriptor)|A .NET library that converts cron expressions into human readable descriptions.|1008|2024-07-15| |168|[kisence-mian/UnityLockStepDemo](https://github.com/kisence-mian/UnityLockStepDemo)|基于Unity做的帧同步Demo,ECS架构|984|2024-07-15| |169|[bing-framework/Bing.NetCore](https://github.com/bing-framework/Bing.NetCore)|Bing是基于 .net core 3.1 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。|940|2024-04-17| |170|[xunkong/xunkong](https://github.com/xunkong/xunkong)|记录旅途中发生的事|931|2024-09-21| |171|[aluxnimm/outlookcaldavsynchronizer](https://github.com/aluxnimm/outlookcaldavsynchronizer)|Sync Outlook with Google, SOGo, Nextcloud or any other CalDAV/CardDAV server|928|2024-08-20| |172|[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.|926|2024-10-08| |173|[qwqdanchun/Pillager](https://github.com/qwqdanchun/Pillager)|Pillager是一个适用于后渗透期间的信息收集工具|916|2024-09-07| |174|[CFPAOrg/Minecraft-Mod-Language-Package](https://github.com/CFPAOrg/Minecraft-Mod-Language-Package)|A language package for Minecraft Mods.|908|2024-10-11| |175|[HaoDong108/DouyinBarrageGrab](https://github.com/HaoDong108/DouyinBarrageGrab)|基于系统代理的抖音弹幕wss抓取程序,能够获取所有数据来源,包括chrome,抖音直播伴侣等,可进行进程过滤|907|2024-09-28| |176|[yuzhengyang/Fork](https://github.com/yuzhengyang/Fork)|a c# utility library. C#工具包,C#工具类,常用方法,系统API,文件处理、加密解密、Winform美化(C# Tools)|905|2024-09-27| |177|[shibayan/keyvault-acmebot](https://github.com/shibayan/keyvault-acmebot)|Automated ACME SSL/TLS certificates issuer for Azure Key Vault (App Service / Container Apps / App Gateway / Front Door / CDN / others)|903|2024-10-07| |178|[irihitech/Semi.Avalonia](https://github.com/irihitech/Semi.Avalonia)|Avalonia theme inspired by Semi Design|902|2024-10-08| |179|[JasonMa0012/LWGUI](https://github.com/JasonMa0012/LWGUI)|A Lightweight, Flexible, Powerful Shader GUI System for Unity.|901|2024-09-20| |180|[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.|892|2024-10-03| |181|[izhaorui/Zr.Admin.NET](https://github.com/izhaorui/Zr.Admin.NET)|🎉ZR.Admin.NET是一款前后端分离的、跨平台基于RBAC的通用权限管理后台。ORM采用SqlSugar。前端采用Vue、AntDesign,支持多租户、缓存、任务调度、支持统一异常处理、接口限流、支持一键生成前后端代码,支持动态国际化翻译(Vue3),等诸多黑科技,代码简洁易懂、易扩展让开发更简单、更通用。|888|2024-06-25| |182|[ArgoZhang/BootstrapAdmin](https://github.com/ArgoZhang/BootstrapAdmin)|BootstrapAdmin - Free Premium Admin control Panel Based On Bootstrap 4.x|884|2024-09-27| |183|[2394425147/astrodx](https://github.com/2394425147/astrodx)|-|870|2024-09-27| |184|[RRQM/TouchSocket](https://github.com/RRQM/TouchSocket)|TouchSocket is an integrated .NET networking framework that includes modules for socket, TCP, UDP, SSL, named pipes, HTTP, WebSocket, RPC, and more. It offers a one-stop solution for TCP packet issues ...|860|2024-10-11| |185|[GZTimeWalker/GZCTF](https://github.com/GZTimeWalker/GZCTF)|The GZ::CTF project, an open source CTF platform.|858|2024-10-11| |186|[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|848|2024-06-22| |187|[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. ...|839|2024-10-09| |188|[colinin/abp-next-admin](https://github.com/colinin/abp-next-admin)|这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目|833|2024-10-10| |189|[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.|829|2024-09-25| |190|[chenxuuu/llcom](https://github.com/chenxuuu/llcom)|🛠功能强大的串口工具。支持Lua自动化处理、串口调试、WinUSB、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能|828|2024-08-27| |191|[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 ...|827|2024-10-10| |192|[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|824|2024-10-07| |193|[focus-creative-games/hybridclr_trial](https://github.com/focus-creative-games/hybridclr_trial)|HybridCLR 示例项目|820|2024-09-14| |194|[xianhc/apevolo-api](https://github.com/xianhc/apevolo-api)| .Net 8 、SqlSugar ORM、Vue 2.X、RBAC、前后端分离的开箱则用的企业级中后台权限管理系统|814|2024-08-06| |195|[Yu-Core/SwashbucklerDiary](https://github.com/Yu-Core/SwashbucklerDiary)|侠客日记是一个开源、跨平台的本地日记app,使用MAUI Blazor 构建。"SwashbucklerDiary" is an open source cross-platform local diary app using MAUI Blazor .|813|2024-10-11| |196|[trueai-org/module-shop](https://github.com/trueai-org/module-shop)|一个基于 .NET 8.0 构建的简单、跨平台、模块化的商城系统|812|2024-08-29| |197|[lysilver/KopSoftWms](https://github.com/lysilver/KopSoftWms)|KopSoft仓库管理系统|792|2024-05-13| |198|[besley/Slickflow](https://github.com/besley/Slickflow)|.NET Open Source Workflow Engine, .NET 开源工作流|787|2024-10-03| |199|[mili-tan/AuroraDNS.GUI](https://github.com/mili-tan/AuroraDNS.GUI)|纯净抗污染,简单轻量级|786|2024-10-09| |200|[ldqk0/Masuit.Tools](https://github.com/ldqk0/Masuit.Tools)|该仓库为 https://github.com/ldqk/Masuit.Tools 的镜像仓库,代码更新存在较大的延迟。建议前往源仓库:https://github.com/ldqk/Masuit.Tools|784|2024-07-16|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/CSS.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > CSS 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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.|19097|2024-10-11| |2|[IBM/plex](https://github.com/IBM/plex)|The package of IBM’s typeface, IBM Plex.|9606|2024-10-01| |3|[WebStackPage/WebStackPage.github.io](https://github.com/WebStackPage/WebStackPage.github.io)|❤️静态响应式网址导航网站 - webstack.cc|6357|2024-05-04| |4|[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|6177|2024-09-01| |5|[guaguaguaxia/weekly_report](https://github.com/guaguaguaxia/weekly_report)|简单描述工作内容,帮你生成完整周报|3185|2024-05-27| |6|[liangjingkanji/DrakeTyporaTheme](https://github.com/liangjingkanji/DrakeTyporaTheme)|十二种主题风格 - Material Google JetBrains Vue Juejin Purple Ayu Dark|2921|2024-07-11| |7|[BingyanStudio/LapisCV](https://github.com/BingyanStudio/LapisCV)|📃 开箱即用的 Markdown 简历,支持 VSCode / Obsidian / Typora|2728|2024-10-07| |8|[nicejade/markdown-online-editor](https://github.com/nicejade/markdown-online-editor)|📝基于 Vue、Vditor,所构建的在线 Markdown 编辑器,支持流程图、甘特图、时序图、任务列表、HTML 自动转换为 Markdown 等功能;🎉新增「所见即所得」编辑模式。https://niceshare.site/|2585|2024-10-11| |9|[moshowgame/SpringBootCodeGenerator](https://github.com/moshowgame/SpringBootCodeGenerator)|又名大狼狗代码生成器,基于SpringBoot2+Freemarker的JAVA代码生成器,以释放双手为目的,支持mysql/oracle/pgsql三大数据库, 用DDL-SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlSQL等相关代码.|1984|2024-09-06| |10|[shen-yu/hexo-theme-ayer](https://github.com/shen-yu/hexo-theme-ayer)|一个干净优雅的hexo主题 A clean and elegant theme for Hexo. 🐋|1812|2024-08-24| |11|[apachecn/.github](https://github.com/apachecn/.github)|ApacheCN 开源组织:公告、介绍、成员、活动、交流方式|1727|2024-08-12| |12|[theme-nexmoe/hexo-theme-nexmoe](https://github.com/theme-nexmoe/hexo-theme-nexmoe)|🔥 A special Hexo theme focusing on pictures and images. Images tell stories, and Nexmoe makes them more vivid.|1656|2024-10-11| |13|[Rainbell129/Obsidian-Homepage](https://github.com/Rainbell129/Obsidian-Homepage)|A dashboard for your obsidian vault.|1500|2024-08-29| |14|[progit/progit2-zh](https://github.com/progit/progit2-zh)|-|1444|2024-08-21| |15|[arterli/CmsWing](https://github.com/arterli/CmsWing)|一款基于Egg.js(为企业级框架和应用而生)、Sequelize和GraphQL,功能强大的(PC端,手机端和微信公众平台)电子商务平台及CMS建站系统|1347|2024-04-26| |16|[PKM-er/Blue-Topaz_Obsidian-css](https://github.com/PKM-er/Blue-Topaz_Obsidian-css)|A blue theme for Obsidian. |1167|2024-07-15| |17|[stilleshan/dockerfiles](https://github.com/stilleshan/dockerfiles)|不定期收集,整理和编写常用优秀软件和服务的 Dockerfile 文件. https://docker.ioiox.com|1001|2024-08-19| |18|[xianmin/hugo-theme-jane](https://github.com/xianmin/hugo-theme-jane)|A readable & concise theme for Hugo, color schemes to choose, easy to personalize. Working well since 2018.|924|2024-10-02| |19|[lovefc/china_school_badge](https://github.com/lovefc/china_school_badge)|全国高校校徽字体图标库|923|2024-08-10| |20|[hraban/tomono](https://github.com/hraban/tomono)|Multi- To Mono-repository merge|849|2024-08-15| |21|[LIlGG/halo-theme-sakura](https://github.com/LIlGG/halo-theme-sakura)|Halo 版本的樱花🌸主题|805|2024-10-04| |22|[zhaohuabing/hugo-theme-cleanwhite](https://github.com/zhaohuabing/hugo-theme-cleanwhite)|A clean, elegant blog theme for hugo|718|2024-09-21| |23|[TieBaMma/InstallTutorial](https://github.com/TieBaMma/InstallTutorial)|-|665|2024-08-22| |24|[imfing/hextra](https://github.com/imfing/hextra)|🔯 Modern, batteries-included Hugo theme for creating beautiful doc, blog and static websites|644|2024-09-29| |25|[nicehorse06/se-job](https://github.com/nicehorse06/se-job)|Software Engineer Job Note,讓新手從0到1入門,有1到100的成長能力|637|2024-10-01| |26|[yaoyao-liu/minimal-light](https://github.com/yaoyao-liu/minimal-light)|A simple and elegant Jekyll theme for an academic personal homepage|623|2024-09-04| |27|[chengzhongxue/halo-theme-hao](https://github.com/chengzhongxue/halo-theme-hao)|-|581|2024-08-30| |28|[MeiK2333/github-style](https://github.com/MeiK2333/github-style)|-|567|2024-09-30| |29|[Tokinx/Wing](https://github.com/Tokinx/Wing)|Simple, smooth, data-driven, responsive WordPress theme|565|2024-07-22| |30|[GuangLun2000/GuangLun2000.github.io](https://github.com/GuangLun2000/GuangLun2000.github.io)|(Minimalism Style) Powered by Jekyll, based on the Minimal Mistakes theme and Jason Ansel's website|524|2024-09-23| |31|[cryptoapi/Payment-Gateway](https://github.com/cryptoapi/Payment-Gateway)|Bitcoin/Altcoins PHP Payment Class. It supports Bitcoin BitcoinCash DASH Dogecoin Litecoin Reddcoin Feathercoin Vertcoin Potcoin Speedcoin. Install GoUrl php script - bitcoin api payment gateway on yo ...|521|2024-05-06| |32|[markserv/markserv](https://github.com/markserv/markserv)|🏁 serve markdown as html (GitHub style), index directories, live-reload as you edit|520|2024-09-12| |33|[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.|516|2024-09-24| |34|[suruibuas/eui](https://github.com/suruibuas/eui)|eui(原eadmin) - 极致用户体验与极简开发并存的开箱即用的后台UI框架,预览版账号:eui,密码:888888|506|2024-09-05| |35|[paul-hammant/tbd](https://github.com/paul-hammant/tbd)|Source for TrunkBasedDevelopment.com|500|2024-07-03| |36|[christorange/VerticalFox](https://github.com/christorange/VerticalFox)|Firefox theme with Edge like auto-hide vertical tab bar and minimalism design. Powerd by Sidebery. |437|2024-08-11| |37|[caol64/wenyan](https://github.com/caol64/wenyan)|Markdown文章排版美化工具,支持微信公众号、今日头条、知乎等平台。|416|2024-09-25| |38|[BobCoderS9/SSPanel-Metron](https://github.com/BobCoderS9/SSPanel-Metron)|SSPanel-Metron主题,目前由@Bobs9维护开发中。|411|2024-09-24| |39|[YiNNx/typora-theme-lapis](https://github.com/YiNNx/typora-theme-lapis)|🖊️ A clean Typora theme in blue tones|400|2024-09-06| |40|[idawnlight/typecho-theme-material](https://github.com/idawnlight/typecho-theme-material)|[LTS] Material Design theme for typecho.|396|2024-09-10| |41|[wozulong/ChatGPTAuthHelper](https://github.com/wozulong/ChatGPTAuthHelper)|一个简单的Chrome插件,用来帮助你登录ChatGPT。|381|2024-10-09| |42|[liuhuanyong/liuhuanyong.github.io](https://github.com/liuhuanyong/liuhuanyong.github.io)|面向中文自然语言处理的六十余类实践项目及学习索引,涵盖语言资源构建、社会计算、自然语言处理组件、知识图谱、事理图谱、知识抽取、情感分析、深度学习等几个学习主题。包括作者个人简介、学习心得、语言资源、工业落地系统等,是供自然语言处理入门学习者的一个较为全面的学习资源,欢迎大家使用,并提出批评意见。|380|2024-08-08| |43|[MellowCo/unocss-preset-weapp](https://github.com/MellowCo/unocss-preset-weapp)|unocss preset for wechat miniprogram,unocss小程序预设,在 taro uniapp 原生小程序 中使用unocss|375|2024-10-04| |44|[hzsrc/webpack-theme-color-replacer](https://github.com/hzsrc/webpack-theme-color-replacer)|A runtime dynamic theme color replacement plugin for webpack.|375|2024-08-30| |45|[xiangjianan/lks](https://github.com/xiangjianan/lks)|-|374|2024-07-14| |46|[opensec-cn/conote-community](https://github.com/opensec-cn/conote-community)|Conote 综合安全测试平台社区版。|371|2024-08-15| |47|[c10342/player](https://github.com/c10342/player)|electron-vue音视频播放器|367|2024-05-01| |48|[intro-llm/intro-llm.github.io](https://github.com/intro-llm/intro-llm.github.io)|website|360|2024-10-07| |49|[g1eny0ung/hugo-theme-dream](https://github.com/g1eny0ung/hugo-theme-dream)|🌱 A Hugo theme named Dream.|341|2024-09-25| |50|[ZYYO666/homepage](https://github.com/ZYYO666/homepage)|我的个人主页,homepage,个人引导页,简约主页,个人导航|321|2024-09-14| |51|[tovifun/VivalArc](https://github.com/tovifun/VivalArc)|With just a few tweaks, you can give Vivaldi that cool Arc vibe|321|2024-08-17| |52|[MUKAPP/LiteLoaderQQNT-MSpring-Theme](https://github.com/MUKAPP/LiteLoaderQQNT-MSpring-Theme)|LiteLoaderQQNT 主题,优雅 · 粉粉 · 细致|305|2024-09-29| |53|[m2kar/m2kar.github.io](https://github.com/m2kar/m2kar.github.io)|M2kar的个人主页|302|2024-09-16| |54|[shuhongfan/sl-express](https://github.com/shuhongfan/sl-express)|神领物流 黑马 物流项目 神领物流系统类似顺丰速运,是向C端用户提供快递服务的系统。竞品有:顺丰、中通、圆通、京东快递等。 项目产品主要有4端产品: - 用户端:基于微信小程序开发,外部客户使用,可以寄件、查询物流信息等。 - 快递员端:基于安卓开发的手机APP,公司内部的快递员使用,可以接收取派件任务等。 - 司机端:基于安卓开发的手机APP,公司内部的司机使用,可以接收运输任务、上报位置信息 ...|299|2024-06-26| |55|[summerblue/administrator](https://github.com/summerblue/administrator)|a fork from Frozennode/Administrator|288|2024-08-07| |56|[zhheo/HeoMusic](https://github.com/zhheo/HeoMusic)|一个基于Aplayer和MetingJS的静态音乐播放器|284|2024-06-20| |57|[sysprog21/cpumemory-zhtw](https://github.com/sysprog21/cpumemory-zhtw)|Traditional Chinese translation of "What Every Programmer Should Know About Memory"|279|2024-07-05| |58|[transmission-web-control/transmission-web-control](https://github.com/transmission-web-control/transmission-web-control)|maintained fork of ronggang/transmission-web-control|278|2024-04-20| |59|[hakadao/bilibili-simple-home](https://github.com/hakadao/bilibili-simple-home)|A search engine style for bilibili home page b站仿搜索引擎样式首页风格|275|2024-06-23| |60|[oldinaction/ChatGPT-MP](https://github.com/oldinaction/ChatGPT-MP)|(**AI落地接单中,欢迎咨询**)基于ChatGPT实现的微信小程序,适配H5和WEB端。包含前后端,支持打字效果输出流式输出,支持AI聊天次数限制,支持分享增加次数等功能。|274|2024-04-29| |61|[Dalufishe/palserver-GUI](https://github.com/Dalufishe/palserver-GUI)|GUI support, one-click Palworld dedicated server management tool. 可視化界面,一鍵式帕魯 (Palworld) 伺服器建立、管理工具。|267|2024-09-18| |62|[qr-merger/merger](https://github.com/qr-merger/merger)|Lightweight, Integrated QR Code Payment Interface - https://qr.huangxin.org|267|2024-04-27| |63|[MLNLP-World/MyArxiv](https://github.com/MLNLP-World/MyArxiv)|Arxiv个性化定制化模版,实现对特定领域的相关内容、作者与学术会议的有效跟进。|251|2024-10-11| |64|[bukun/TorCMS](https://github.com/bukun/TorCMS)|Flexible, extensible web CMS framework built on Tornado.|219|2024-08-13| |65|[hamster1963/HomeDash](https://github.com/hamster1963/HomeDash)|一个仪表盘|215|2024-04-29| |66|[tangkunyin/hexo-theme-jsimple](https://github.com/tangkunyin/hexo-theme-jsimple)|Simple three columns theme for Hexo.Inspired by JianShu.com|213|2024-08-14| |67|[colonelpanic8/dotfiles](https://github.com/colonelpanic8/dotfiles)|Configuration files for XMonad, Emacs, NixOS, Taffybar and more.|193|2024-09-26| |68|[unocss-applet/unocss-applet](https://github.com/unocss-applet/unocss-applet)|Using UnoCSS in applet(UniApp / Taro) to be compatible with unsupported syntax. 在小程序中使用UnoCSS,兼容不支持的语法。|184|2024-10-08| |69|[realzsan3/alms](https://github.com/realzsan3/alms)|7X24小时在线要饭🍚系统,欢迎👏各位老板打赏,打赏一分也是爱|183|2024-09-07| |70|[chenzhen7/cz-blog](https://github.com/chenzhen7/cz-blog)|基于springboot + Thymeleaf + vue开发的 个人博客系统,包含前台和后台管理页面,(采用标准的架构设计;代码简洁、高效无冗余;注释详细易阅读),自适应手机端和电脑端,界面简洁美观,功能完善。可用做毕设、实习项目、练手项目|182|2024-08-27| |71|[lpreterite/vue-tinymce](https://github.com/lpreterite/vue-tinymce)|提供给 vue 开发者使用的 TinyMCE 组件|182|2024-05-01| |72|[swanine/dev-tool](https://github.com/swanine/dev-tool)|🚧 An undefined item|171|2024-09-03| |73|[OHUHO/portal](https://github.com/OHUHO/portal)|SpringBoot + Vue 实现的 企业宣传官网,门户网站|170|2024-07-06| |74|[xOS/Nange](https://github.com/xOS/Nange)|个人主页|167|2024-04-26| |75|[biubiubiu01/vue3-basic-admin](https://github.com/biubiubiu01/vue3-basic-admin)|vue3-basic-admin 是一款开源开箱即用的中后台管理系统。基于 Vue3、Vite、Element-Plus、TypeScript、Pinia 等主流技术开发,内置许多开箱即用的组件,能快速构建中后台管理系统,目前决定完全开源。|147|2024-04-18| |76|[ZxBing0066/pixel-converter](https://github.com/ZxBing0066/pixel-converter)|图片转像素风,可生成 box-shadow 像素风图片|139|2024-06-18| |77|[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-09-06| |78|[tangxiaoqi-tangxiao/PintreeNewTab](https://github.com/tangxiaoqi-tangxiao/PintreeNewTab)|Transform bookmarks into a visually appealing and user-friendly navigation page.|136|2024-10-01| |79|[sumruler/typora-theme-phycat](https://github.com/sumruler/typora-theme-phycat)|物理猫Typora主题|129|2024-09-19| |80|[zhuozhiyongde/PKU-Art](https://github.com/zhuozhiyongde/PKU-Art)|一个北大教学网的美化样式|129|2024-10-06| |81|[uu6/llxhq](https://github.com/uu6/llxhq)|流量消耗器,流量消失器,多线程消耗流量,消耗定向流量,流量杀手|125|2024-08-05| |82|[sunyctf/css-effects](https://github.com/sunyctf/css-effects)|⭐ 前端css特效,持续更新。喜欢的话就Star一下吧!|123|2024-05-12| |83|[leovan/data-science-introduction-with-r](https://github.com/leovan/data-science-introduction-with-r)|R 语言数据科学导论 Data Science Introduction with R|122|2024-09-16| |84|[juehackr/comfyui_fk_server](https://github.com/juehackr/comfyui_fk_server)|Comfyui万能翻译插件(不再需要添加各种节点,直接在原有节点上加入翻译功能),让comfyui任意长文本输入框支持中文输入并自动翻译/同时加入报错翻译功能(调用百度翻译),实现翻译自由!同时接入AI大模型实现提示词润色功能, 其它插件功能,请看插件介绍|121|2024-08-22| |85|[ZhongFuCheng3y/austin-admin](https://github.com/ZhongFuCheng3y/austin-admin)|消息推送平台前端项目🔥依赖低代码平台Amis|121|2024-05-28| |86|[AJLoveChina/loveBalloon](https://github.com/AJLoveChina/loveBalloon)|:balloon:塞纳河畔,左岸的咖啡。告白气球,说出心里的小九九。https://ajlovechina.github.io/loveBalloon/.|120|2024-07-03| |87|[Sight-wcg/layui-theme-dark](https://github.com/Sight-wcg/layui-theme-dark)|layui 暗色主题|119|2024-08-27| |88|[guqing/halo-theme-higan](https://github.com/guqing/halo-theme-higan)|halo主题名彼岸,生死为此岸,涅槃为彼岸;有苦无乐为此岸,无苦无乐为彼岸...它代表着对一切美好的精神追求,也代表着生生不息的轮回亦如本主题分黑白两色,阴极阳至,向死而生。|119|2024-09-02| |89|[rootknight/Miniflux-Theme-Reeder](https://github.com/rootknight/Miniflux-Theme-Reeder)|Miniflux v2 的自定义主题 miniflux-theme-reeder(仿 Reeder)|107|2024-07-22| |90|[royc01/notion-theme](https://github.com/royc01/notion-theme)|notion复刻|106|2024-09-30| |91|[duolabmeng6/pro-api](https://github.com/duolabmeng6/pro-api)|Unified management of projects with large model APIs, unified conversion to OpenAI format, calling multiple backend services, OpenAI, Anthropic, Gemini, Vertex, Cloudflare, DeepBricks, OpenRouter, etc ...|105|2024-09-25| |92|[PlexPt/chatgpt-online-springboot](https://github.com/PlexPt/chatgpt-online-springboot)|chatgpt online demo for springboot. 带前端界面的chatgpt springboot 示例.|102|2024-09-19| |93|[sirpdboy/luci-theme-kucat](https://github.com/sirpdboy/luci-theme-kucat)|kucat酷猫主题(JS版支持官方23.05分支):以酷为美,因动而生。 带5种快捷键的工具栏。 基本无BUG,适应目前已经所有插件. 针对手机等做了大量优化. 有配套的主题设置工具,可调节快捷键、背景图片、颜色多种方案可供选择。|101|2024-08-01| |94|[roinli/HZ-AgroOS-cloud](https://github.com/roinli/HZ-AgroOS-cloud)|农业岛智慧农业系统Java版,基于Java+Vue+Uni-app开发,在微信公众号、小程序、H5移动端都能使用,代码开源,独立部署,二开很方便,能满足智慧农业气象站监控系统、智慧农业温棚监控系统、智慧农业高标准农田系统、智慧农业仓库系统、报表统计、智慧农业设备控制系统、设备物模型、大屏展示等多种经营需求,自用、做二开项目都很合适,MQTT、NETTY、EMQX。|99|2024-07-31| |95|[aliyun/cloud-design](https://github.com/aliyun/cloud-design)|阿里云前端组件库,由专有云&公有云前端团队共建|99|2024-09-04| |96|[qihaiyan/ng-boot-oauth](https://github.com/qihaiyan/ng-boot-oauth)|oauth2 demo with angularjs and springboot|99|2024-09-21| |97|[ImGoodBai/GoodWeBot](https://github.com/ImGoodBai/GoodWeBot)|全RPA技术实现完全合规,下载一键免安装运行,已接入coze等主流AI,使用超级简便的AI微信机器人|96|2024-09-29| |98|[hacker-ankit/NoDevFee-mining](https://github.com/hacker-ankit/NoDevFee-mining)|Next Generation NoDevfee mining for Cryptocurrency - /下一代反抽水挖矿软件|92|2024-09-04| |99|[HSSkyBoy/DOL-CheatExtend](https://github.com/HSSkyBoy/DOL-CheatExtend)|DOL Cheta Extend 欲都孤儿作弊扩展|90|2024-09-08| |100|[apache/skywalking-website](https://github.com/apache/skywalking-website)|Apache SkyWalking Website|90|2024-10-10| |101|[JadeVane/Allure](https://github.com/JadeVane/Allure)|A more beautiful and simple theme for trilium|85|2024-09-06| |102|[qmk/qmk.fm_old](https://github.com/qmk/qmk.fm_old)|The website-side of qmk_firmware! The compiled binaries are generated automatically on every push to the main repo|83|2024-07-09| |103|[chris81605/Degrees-of-Lewdity_Cheat_Extended](https://github.com/chris81605/Degrees-of-Lewdity_Cheat_Extended)|Degrees-of-Lewdity 作弊拓展MOD代碼|80|2024-06-29| |104|[cpython666/AwesomeWeb](https://github.com/cpython666/AwesomeWeb)|前端小项目功能插件|80|2024-09-28| |105|[TomBener/pandoc-templates](https://github.com/TomBener/pandoc-templates)|Pandoc templates to convert Markdown files to DOCX, PDF and HTML for academic writing, especially for Chinese writing.|77|2024-06-29| |106|[wangyouworld/AdminLTE_CN](https://github.com/wangyouworld/AdminLTE_CN)|AdminLTE 文档本地化|77|2024-09-12| |107|[leovan/data-science-introduction-with-python](https://github.com/leovan/data-science-introduction-with-python)|Python 数据科学导论 Data Science Introduction with Python|73|2024-09-16| |108|[Reverier-Xu/IDA-Skins](https://github.com/Reverier-Xu/IDA-Skins)|some ida skins used by myself.|70|2024-10-10| |109|[stick-i/markdown-resume-template](https://github.com/stick-i/markdown-resume-template)|Markdown简历模板,非常适合程序员的一份简历模板!如果对你有帮助的话,不要忘了点个star噢~|68|2024-06-23| |110|[Firestar-Reimu/Arch-and-Manjaro-KDE-Installation](https://github.com/Firestar-Reimu/Arch-and-Manjaro-KDE-Installation)|安装 Arch/Manjaro Linux + KDE Plasma + Windows 11 双系统的指南|68|2024-09-29| |111|[Meayair/Typecho-Theme-MeaWord](https://github.com/Meayair/Typecho-Theme-MeaWord)|一款体现文字美感的极简主题|64|2024-06-04| |112|[thiszhangyong/axureresource](https://github.com/thiszhangyong/axureresource)|私人Axure收集资源库|64|2024-06-02| |113|[kenyon-wong/docs](https://github.com/kenyon-wong/docs)|互联网数字垃圾回收专用废纸篓|59|2024-04-24| |114|[smallyunet/hexo-theme-yinwang](https://github.com/smallyunet/hexo-theme-yinwang)|Hexo blog theme, Wang Yin’s blog theme, yinwang.org style.|59|2024-08-12| |115|[red/docs](https://github.com/red/docs)|Red-related user documentation repository|59|2024-10-09| |116|[WuKongSecurity/SpiderBOX](https://github.com/WuKongSecurity/SpiderBOX)|SpiderBox - 虫盒 - 爬虫逆向资源导航站|57|2024-09-28| |117|[lvming6816077/report-monitor](https://github.com/lvming6816077/report-monitor)|【Report Monitor】一款完整、高性能、高可用的打点监控和统计平台|57|2024-06-12| |118|[Project-Gutenberg/Pincong-data](https://github.com/Project-Gutenberg/Pincong-data)|品葱精选,看翻车新闻|56|2024-10-11| |119|[fritx/wxchangba](https://github.com/fritx/wxchangba)|微信唱吧: 基于node.js和微信jssdk的校园轻应用|56|2024-09-14| |120|[xiaoxuan6/chatgpt-server](https://github.com/xiaoxuan6/chatgpt-server)|ChatGPT 在线免费网站|55|2024-10-06| |121|[PyChina/weekly](https://github.com/PyChina/weekly)|Pelican as static blog for http://weekly.pychina.org|53|2024-10-07| |122|[Dejavu-Tech/EP-Admin](https://github.com/Dejavu-Tech/EP-Admin)|EP 吃货星球 社区团购后端/CMS 5.x|52|2024-05-07| |123|[XiaoNieGPT/unraid-theme](https://github.com/XiaoNieGPT/unraid-theme)|专治强迫症|49|2024-09-09| |124|[saithink/saiadmin-vue](https://github.com/saithink/saiadmin-vue)|SaiAdmin前端代码|49|2024-10-10| |125|[GamerNoTitle/Valora](https://github.com/GamerNoTitle/Valora)|VLR (Valora) is a website that can help you check your VALORANT daily store/night market/accessory store without opening the game or downloading an APP 瓦罗兰特商店查询,无需安装任何软件即可帮助你查询每日商店、夜市和配件商店的网页|48|2024-09-27| |126|[actions-cool/cool](https://github.com/actions-cool/cool)|😎 Cool is over. 酷就完事了。https://actions-cool.github.io/cool/|47|2024-10-02| |127|[silianpan/Seal-UniPlugin-Demo](https://github.com/silianpan/Seal-UniPlugin-Demo)|跨平台Office文档、图片在线预览,音视频播放原生插件Seal-OfficeOnline【非X5离线、组件嵌入、水印、WPS预览编辑】。百度OCR文字识别、证卡识别、票据识别原生插件Seal-OCR。百度语音在线识别原生插件Seal-VoiceASR。|47|2024-10-04| |128|[UPay-USDT/USDT-Payment-Gateway](https://github.com/UPay-USDT/USDT-Payment-Gateway)|UPay - USDT Payment Gateway (USDT 收款支付网关)|46|2024-06-04| |129|[dolyw/ViewGenerator](https://github.com/dolyw/ViewGenerator)|可视化DIY模板代码生成系统|46|2024-05-16| |130|[OnikayokoMaVie/MomoTalkNTQQ-Theme](https://github.com/OnikayokoMaVie/MomoTalkNTQQ-Theme)|基于LiteLoaderQQNT-Telegram-Theme修改的低仿Momotalk的QQNT主题|45|2024-05-17| |131|[terwer/siyuan-plugin-blog](https://github.com/terwer/siyuan-plugin-blog)|The notion like sharing feature you've always dreamed of is here, too 您梦寐以求的类 notion 分享功能,这里也有|45|2024-10-11| |132|[JiyuShao/taro-dynamic-import-weapp](https://github.com/JiyuShao/taro-dynamic-import-weapp)|Taro 3.0 小程序动态加载|45|2024-08-09| |133|[houlangs/Newlangs4](https://github.com/houlangs/Newlangs4)|厚浪开发的新一代二级域名系统|44|2024-09-17| |134|[telegeam/telegeam.github.io](https://github.com/telegeam/telegeam.github.io)|TG纸飞机群组 - Telegram频道导航【热门推荐】悄悄收集了6000+优质Telegram群组、频道和机器人,经过筛选,助您快速找到最合适的群组或频道!|44|2024-08-11| |135|[menglike/bug_search](https://github.com/menglike/bug_search)|一款免费开源的漏洞情报系统|44|2024-07-18| |136|[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.|44|2024-08-12| |137|[shaonianzhentan/google_maps](https://github.com/shaonianzhentan/google_maps)|使用百度地图替换官方的Google地图|42|2024-09-18| |138|[rpsh/letter.getpodcast.xyz](https://github.com/rpsh/letter.getpodcast.xyz)|任听播客通讯|41|2024-09-05| |139|[LoCyan-Team/LoCyanFrpPanel](https://github.com/LoCyan-Team/LoCyanFrpPanel)|LoCyanFrp 新管理面板 Powered by NaiveUI|40|2024-10-11| |140|[qjyn1314/authorization-life](https://github.com/qjyn1314/authorization-life)|spring-authorization-server 与 spring-security + springboot + nacos 深度整合示例。|40|2024-10-11| |141|[redhat123456/hexo-theme-MiHoYo](https://github.com/redhat123456/hexo-theme-MiHoYo)|一款致力于开发出MiHoYo一系列风格的hexo主题|40|2024-04-29| |142|[pengbotao/itopic.go](https://github.com/pengbotao/itopic.go)|基于Golang+Markdown的博客系统|40|2024-09-08| |143|[akkva/gwfox](https://github.com/akkva/gwfox)|果味🦊皮...|39|2024-10-03| |144|[mryqr-com/mry-frontend](https://github.com/mryqr-com/mry-frontend)|本代码库为码如云前端代码。码如云是一个基于二维码的一物一码管理平台,可以为每一件“物品”生成一个二维码,手机扫码即可查看物品信息并发起相关业务操作,操作内容可由你自己定义,典型的应用场景包括固定资产管理、设备巡检以及物品标签等。在技术上,码如云是一个无代码平台,全程采用DDD、整洁架构和事件驱动架构思想完成开发。|39|2024-05-07| |145|[zxcvbnmzsedr/docker_env](https://github.com/zxcvbnmzsedr/docker_env)|一些常用的Docker环境|38|2024-09-20| |146|[xOS/Home](https://github.com/xOS/Home)|个人主页|37|2024-09-19| |147|[1771245847/1771245847.github.io](https://github.com/1771245847/1771245847.github.io)|残月引导页|37|2024-09-16| |148|[oukohou/oukohou.github.io](https://github.com/oukohou/oukohou.github.io)|My personal blog using github pages and jekyll. see →|37|2024-06-12| |149|[LenChou95/hexo-theme-ZenMind](https://github.com/LenChou95/hexo-theme-ZenMind)|一款 Hexo 单栏简洁主题 A simple and elegant theme for hexo.|35|2024-05-27| |150|[Soanguy/Typora-Theme-Neumorphism](https://github.com/Soanguy/Typora-Theme-Neumorphism)|新拟态风格的 typora 主题|35|2024-10-09| |151|[bingoYB/website-navigation](https://github.com/bingoYB/website-navigation)|我的网址导航|34|2024-09-25| |152|[CBLabresearch/old-bypass-webBuild](https://github.com/CBLabresearch/old-bypass-webBuild)|一个2020年练手的基于gin框架搞的在线免杀平台,支持后台管理,邀请码注册等|33|2024-09-12| |153|[lifejwang11/SayOrder](https://github.com/lifejwang11/SayOrder)|基于easyAi实现的轻量级智能客服助手|33|2024-08-09| |154|[liuran001/Roaming-SIM](https://github.com/liuran001/Roaming-SIM)|有关漫游卡的一些内容|33|2024-10-08| |155|[GamerNoTitle/CraftMon](https://github.com/GamerNoTitle/CraftMon)|A website that help you get Minecraft server status 一个用于显示Minecraft服务器在线信息及其他内容的网站|32|2024-09-17| |156|[zhongyang219/RibbonUiFrame](https://github.com/zhongyang219/RibbonUiFrame)|这是一个界面框架模块,实现了Ribbon风格的样式,使用xml文件配置Ribbon标签页。此框架可以将Qt或MFC/Win32程序集成到同一个应用程序中。|31|2024-06-30| |157|[Bronya0/typora-theme-bronya](https://github.com/Bronya0/typora-theme-bronya)|typora主题,叫做bronya|31|2024-08-16| |158|[const-undefined-man/julycms.com](https://github.com/const-undefined-man/julycms.com)|julycms官方文档|30|2024-07-14| |159|[glzjin/CISCN-2019-Northern-China-Web](https://github.com/glzjin/CISCN-2019-Northern-China-Web)|国赛 2019 华北赛区 Web 题目备份|30|2024-06-19| |160|[qiaohao9/dotfiles](https://github.com/qiaohao9/dotfiles)| :gear: My ArchLinux/macOS Config files. |30|2024-09-10| |161|[th8664484/spring-boot-onlyOffice](https://github.com/th8664484/spring-boot-onlyOffice)|springboot集成onlyOffice的实现。在参考网络上的资料结合自身实际情况总结,让集成oo方便快捷。 封装了oo服务的API和统一了配置。|29|2024-04-26| |162|[0809zheng/0809zheng.github.io](https://github.com/0809zheng/0809zheng.github.io)|郑之杰的个人网站|27|2024-09-29| |163|[twjitm/twjitm](https://github.com/twjitm/twjitm)|项目基于idea工作环境搭建的框架,添加mybatis3,spring4,springmvc4,以及redis。主要实现通过注解和反射自定义netty私有协议栈,实现在一条socket通道上传递不同的消息,采用支持tcp,udp和http协议|26|2024-07-15| |164|[TeR1R1/vscode-teriri-custom-style](https://github.com/TeR1R1/vscode-teriri-custom-style)|不计效率地为 vscode 添加样式与动画。|25|2024-07-19| |165|[iBizLab/plm](https://github.com/iBizLab/plm)|iBiz产品生命周期管理(iBiz Product Lifecycle Management,简称iBizPLM)作为新一代的研发管理平台,其设计宗旨在于通过简化操作界面,实现研发管理流程的自动化、数字化及智能化,以此帮助企业加快研发进度。该平台充分汲取pingcode项目管理软件的核心思想,覆盖了软件生产过程中的产品、项目、文档、测试等领域。|25|2024-10-10| |166|[Vincy1230/BTPanel-beautification](https://github.com/Vincy1230/BTPanel-beautification)|本主题包是基于宝塔 Linux 面板 7.9.0 免费版制作的面板美化主题,经实测,与 7.9.2 版本兼容性良好。通过覆盖原有模板文件,实现对宝塔面板前端的美化。|25|2024-07-15| |167|[nshen/coding-blog](https://github.com/nshen/coding-blog)|程序员的私房极简博客系统|25|2024-07-26| |168|[Moonvy/Figma-CSS-Skins](https://github.com/Moonvy/Figma-CSS-Skins)|👗 这是一些针对 Figma.com 和 FigmaEX 插件的 CSS 样式,能够让你自定义它们的外观|24|2024-09-25| |169|[Nephthelana/DoL-More-Love-Interests-Mod](https://github.com/Nephthelana/DoL-More-Love-Interests-Mod)|目标是解决在DoL中只能设置两个伴侣的问题()|23|2024-10-11| |170|[xiaofeiTM233/bilibili-newsfeed-theme](https://github.com/xiaofeiTM233/bilibili-newsfeed-theme)|B站动态页主题 A style for bilibili newsfeed.|23|2024-06-07| |171|[teacat/wordpress-tuna](https://github.com/teacat/wordpress-tuna)|🎨 Simple and Single column WordPress theme.|23|2024-09-02| |172|[maid-cat/PixelPlurk.css](https://github.com/maid-cat/PixelPlurk.css)|像素風格噗浪佈景|22|2024-04-22| |173|[kasuie/alist-customize](https://github.com/kasuie/alist-customize)|alist style 样式上的一些调整美化,如恰巧你也喜欢那便是极好的了~ alist style adjustments and beautifications. If by chance you also like them, that would be great~|22|2024-05-07| |174|[maoxiongnet/maoxiong](https://github.com/maoxiongnet/maoxiong)|猫熊域名发布页|22|2024-07-21| |175|[liuminglei/spring-security-oauth2-sso-sample](https://github.com/liuminglei/spring-security-oauth2-sso-sample)|SSO sample application based on spring security oauth2,基于 spring security oauth2的SSO单点登录示例程序。|22|2024-05-16| |176|[OblivionOcean/Xelsior](https://github.com/OblivionOcean/Xelsior)|高颜值、易上手的Markdown记事本|21|2024-07-06| |177|[rainbowflesh/Me-Personal-Firefox-Settup](https://github.com/rainbowflesh/Me-Personal-Firefox-Settup)|火狐客制化|21|2024-10-03| |178|[Awle007/xshyunvip-video-player](https://github.com/Awle007/xshyunvip-video-player)|在线视频解析,爱奇艺、腾讯视频、优酷、芒果TV、Bilibili免会员播放|20|2024-09-28| |179|[AnnonaOrg/tgfaka](https://github.com/AnnonaOrg/tgfaka)|加密货币USDT发卡机器人,带web后台|20|2024-09-23| |180|[xieyumc/jyySlideWeb](https://github.com/xieyumc/jyySlideWeb)|网页实时Markdown转换为PPT幻灯片,主题灵感来源于南京大学蒋炎岩jyy老师|19|2024-10-06| |181|[takushun-wu/SuperHan](https://github.com/takushun-wu/SuperHan)|可免费商用的大字符集宋体字库,以OFL协议发布。/A large character set fonts in Songti(Mincho) style. Licensed under the SIL OFL 1.1.|19|2024-07-05| |182|[BB-Code/chatgpt-demo](https://github.com/BB-Code/chatgpt-demo)|🗣️ ChatGPT 网页版|19|2024-09-19| |183|[wangdoc/loppo-theme-wangdoc](https://github.com/wangdoc/loppo-theme-wangdoc)|Wangdoc 文档页面的默认主题|19|2024-09-25| |184|[xwcoder/xwcoder.github.com](https://github.com/xwcoder/xwcoder.github.com)|personal blog|19|2024-06-24| |185|[sunyctf/login-demos](https://github.com/sunyctf/login-demos)|⭐ 好看又有设计感的登陆、注册页面|18|2024-05-16| |186|[botuniverse/homepage](https://github.com/botuniverse/homepage)|OneBot 主页|18|2024-08-17| |187|[WEIQ311/dataReport](https://github.com/WEIQ311/dataReport)|大数据报告:数据可视化与数据分析,支持多数据源、实时、定时生成报告 报告模板完全自定义、报告内容丰富包括、报告文件类型多样 报告提供下载、邮件定时发送|18|2024-08-01| |188|[itorr/only.kyoani.cn](https://github.com/itorr/only.kyoani.cn)|京阿尼Only|17|2024-06-20| |189|[lmq2582609/minimalist-saas](https://github.com/lmq2582609/minimalist-saas)|极简多租户管理系统是一个基于数据库字段隔离的多租户管理系统,具备常规基础功能的单体应用。|17|2024-10-11| |190|[dlzmoe/meteor](https://github.com/dlzmoe/meteor)|极简hugo主题。|17|2024-08-12| |191|[HegeKen/MRData](https://github.com/HegeKen/MRData)|MIUIROMS Data MIUI官方ROM仓库的数据|17|2024-10-11| |192|[d0j1a1701/argon-luogu](https://github.com/d0j1a1701/argon-luogu)|适用于洛谷的亚克力美化样式,适配洛谷新前端|17|2024-10-04| |193|[00make/00make.github.io](https://github.com/00make/00make.github.io)|-|17|2024-09-20| |194|[Lengran1992/repo](https://github.com/Lengran1992/repo)|By-冷然的个人源|17|2024-09-15| |195|[MichaelLaw2003/amber-vertical-typora-theme](https://github.com/MichaelLaw2003/amber-vertical-typora-theme)|琥珀是第一款符合传统汉字纵向排版习惯的Typora主题。 Amber is the first vertical Typora theme that conforms to the tradition of ancient Chinese typography.|16|2024-09-09| |196|[Yuuikic/LyricsPoster](https://github.com/Yuuikic/LyricsPoster)|TAiONS - 歌词海报生成器|16|2024-08-26| |197|[Thomasorus/Ronbun](https://github.com/Thomasorus/Ronbun)|Ronbun 論文 is my static site generator|16|2024-07-05| |198|[jint233/jint233.github.io](https://github.com/jint233/jint233.github.io)|技术文章摘抄|15|2024-09-29| |199|[yunhouhuang/houcloud-admin](https://github.com/yunhouhuang/houcloud-admin)|一个快速开发框架模版开箱即用。 A fast development demo template for Java17 Springboot3.x Vue3 Vite4 TDesign . |15|2024-06-26| |200|[phishinqi/TrackersList](https://github.com/phishinqi/TrackersList)|適用於一些BT客戶端的Trackers列表,通過Python自動爬取|15|2024-09-03|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Dart.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Dart 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[localsend/localsend](https://github.com/localsend/localsend)|An open-source cross-platform alternative to AirDrop|47890|2024-10-11| |2|[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. It’s an open-source, secure and ad-free.|16387|2024-10-04| |3|[GopeedLab/gopeed](https://github.com/GopeedLab/gopeed)|A modern download manager that supports all platforms. Built with Golang and Flutter.|16258|2024-10-10| |4|[CarGuo/gsy_github_app_flutter](https://github.com/CarGuo/gsy_github_app_flutter)|Flutter 超完整的开源项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便 ...|14847|2024-10-10| |5|[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 ...|12465|2024-10-07| |6|[chen08209/FlClash](https://github.com/chen08209/FlClash)|A multi-platform proxy client based on ClashMeta,simple and easy to use, open-source and ad-free.|9395|2024-10-11| |7|[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 ...|7946|2024-08-12| |8|[toly1994328/FlutterUnit](https://github.com/toly1994328/FlutterUnit)|All Platform Flutter Experience App |7839|2024-10-09| |9|[wgh136/PicaComic](https://github.com/wgh136/PicaComic)|A comic app built with Flutter, supporting multiple comic sources.|7499|2024-10-03| |10|[Notsfsssf/pixez-flutter](https://github.com/Notsfsssf/pixez-flutter)|一个支持免代理直连及查看动图的第三方Pixiv flutter客户端|7436|2024-10-11| |11|[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|6962|2024-08-30| |12|[wanghongenpin/network_proxy_flutter](https://github.com/wanghongenpin/network_proxy_flutter)|Open source free capture HTTP(S) traffic software ProxyPin, supporting full platform systems|6663|2024-10-11| |13|[xiaoyaocz/dart_simple_live](https://github.com/xiaoyaocz/dart_simple_live)|简简单单的看直播|6530|2024-08-13| |14|[mylxsw/aidea](https://github.com/mylxsw/aidea)|AIdea 是一款支持 GPT 以及国产大语言模型通义千问、文心一言等,支持 Stable Diffusion 文生图、图生图、 SDXL1.0、超分辨率、图片上色的全能型 APP。|6447|2024-10-11| |15|[niuhuan/pikapika](https://github.com/niuhuan/pikapika)|美观易用且无广告的漫画和游戏客户端,同时支持MacOS,Windows,Android,iOS。|6403|2024-09-06| |16|[guozhigq/pilipala](https://github.com/guozhigq/pilipala)|PiliPala 是使用Flutter开发的BiliBili第三方客户端,感谢使用。|6298|2024-10-10| |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.|6069|2024-10-08| |18|[flutterchina/flukit](https://github.com/flutterchina/flukit)| A Flutter UI Kit(一个 Flutter UI组件库),包含 ScaleView, Swiper, PullRefresh, WaterMark, GradientCircularProgressIndicator...|5654|2024-05-20| |19|[rrousselGit/provider](https://github.com/rrousselGit/provider)|InheritedWidgets, but simple|5098|2024-10-02| |20|[lollipopkit/flutter_server_box](https://github.com/lollipopkit/flutter_server_box)|ServerBox - server status & toolbox|4467|2024-10-07| |21|[Predidit/Kazumi](https://github.com/Predidit/Kazumi)|基于自定义规则的番剧采集APP,支持流媒体在线观看,支持弹幕。|4235|2024-10-11| |22|[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.|3908|2024-05-28| |23|[xuelongqy/flutter_easy_refresh](https://github.com/xuelongqy/flutter_easy_refresh)|A flutter widget that provides pull-down refresh and pull-up load.|3895|2024-08-18| |24|[OpenFlutter/flutter_screenutil](https://github.com/OpenFlutter/flutter_screenutil)|Flutter screen adaptation, font adaptation, get screen information|3876|2024-08-14| |25|[niuhuan/jasmine](https://github.com/niuhuan/jasmine)|A comic browser,support Android / iOS / MacOS / Windows / Linux.|3494|2024-10-10| |26|[LianjiaTech/bruno](https://github.com/LianjiaTech/bruno)|An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。)|3264|2024-05-27| |27|[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.|3129|2024-08-04| |28|[CarGuo/gsy_flutter_demo](https://github.com/CarGuo/gsy_flutter_demo)|Flutter 不同于 GSYGithubAppFlutter 完整项目,本项目将逐步完善各种 Flutter 独立例子,方便新手学习上手和小问题方案解决。 目前开始逐步补全完善,主要提供一些有用或者有趣的例子,如果你也有好例子,欢迎提交 PR 。|3096|2024-10-10| |29|[OpenFlutter/fluwx](https://github.com/OpenFlutter/fluwx)|Flutter版微信SDK.WeChat SDK for flutter.|3091|2024-09-24| |30|[bdlukaa/fluent_ui](https://github.com/bdlukaa/fluent_ui)|Implements Microsoft's WinUI3 in Flutter.|2926|2024-10-09| |31|[jiangtian616/JHenTai](https://github.com/jiangtian616/JHenTai)|A cross-platform manga app made for e-hentai & exhentai by Flutter|2831|2024-10-11| |32|[3003h/Eros-FE](https://github.com/3003h/Eros-FE)|An e-hentai/exhentai app make on flutter|2785|2024-08-25| |33|[wuba/Fair](https://github.com/wuba/Fair)|A Flutter package used to update widget tree dynamically. Fair提供一整套Flutter动态化解决方案|2612|2024-10-11| |34|[singerdmx/flutter-quill](https://github.com/singerdmx/flutter-quill)|Rich text editor for Flutter|2546|2024-10-06| |35|[fluttercandies/wechat_flutter](https://github.com/fluttercandies/wechat_flutter)|wechat_flutter is Flutter version WeChat, an excellent Flutter instant messaging IM open source library!|2505|2024-09-05| |36|[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.|2394|2024-09-21| |37|[xiaoyaocz/flutter_dmzj](https://github.com/xiaoyaocz/flutter_dmzj)|动漫之家第三方Flutter客户端|2186|2024-09-29| |38|[saber-notes/saber](https://github.com/saber-notes/saber)|The cross-platform open-source app built for handwriting|2123|2024-10-06| |39|[mpflutter/mpflutter](https://github.com/mpflutter/mpflutter)|MPFlutter 是一个跨平台 Flutter 开发框架,可用于微信小程序以及 Web 应用开发。|1933|2024-10-08| |40|[rrousselGit/freezed](https://github.com/rrousselGit/freezed)|Code generation for immutable classes that has a simple syntax/API without compromising on the features.|1920|2024-10-09| |41|[fluttercandies/extended_image](https://github.com/fluttercandies/extended_image)|A powerful official extension library of image, which support placeholder(loading)/ failed state, cache network, zoom pan image, photo view, slide out page, editor(crop,rotate,flip), paint custom etc.|1911|2024-10-10| |42|[bostrot/wsl2-distro-manager](https://github.com/bostrot/wsl2-distro-manager)|A GUI to quickly manage your WSL2 instances|1884|2024-06-24| |43|[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.|1787|2024-08-13| |44|[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 ...|1638|2024-08-18| |45|[boyan01/flutter-tetris](https://github.com/boyan01/flutter-tetris)|a tetris game powered by flutter. 使用flutter开发俄罗斯方块。|1603|2024-08-25| |46|[pd4d10/git-touch](https://github.com/pd4d10/git-touch)|An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter|1566|2024-07-28| |47|[mjl0602/flutter_tiktok](https://github.com/mjl0602/flutter_tiktok)|Flutter tiktok short video app.|1507|2024-05-15| |48|[fluttercandies/flutter_wechat_assets_picker](https://github.com/fluttercandies/flutter_wechat_assets_picker)|An image picker (also with video and audio) for Flutter projects based on the WeChat's UI.|1502|2024-10-10| |49|[canxin121/app_rhyme](https://github.com/canxin121/app_rhyme)|使用Flutter和Rust构建的开源免费音乐软件|1487|2024-10-06| |50|[lijy91/biyi](https://github.com/lijy91/biyi)|Biyi (比译) is a convenient translation and dictionary app written in Flutter. |1324|2024-09-25| |51|[nslogx/flutter_easyloading](https://github.com/nslogx/flutter_easyloading)|✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support iOS、Android and Web|1252|2024-05-26| |52|[jing332/AListFlutter](https://github.com/jing332/AListFlutter)|AList 安卓版本,APK安装即用,无需Root或Termux。|1206|2024-10-11| |53|[marchellodev/sharik](https://github.com/marchellodev/sharik)|Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot|1159|2024-07-30| |54|[niuhuan/daisy](https://github.com/niuhuan/daisy)|美观易用且无广告的漫画和轻小说客户端, 同时支持MacOS,Windows,Android,iOS。类似动漫之家。|1138|2024-09-30| |55|[fluttercandies/flutter_smart_dialog](https://github.com/fluttercandies/flutter_smart_dialog)|An elegant Flutter Dialog solution 一种更优雅的 Flutter Dialog 解决方案|1115|2024-10-06| |56|[2697a/bujuan](https://github.com/2697a/bujuan)|Flutter移动端+桌面端三方网易云播放器|1114|2024-08-14| |57|[media-kit/media-kit](https://github.com/media-kit/media-kit)|A cross-platform video player & audio player for Flutter & Dart.|1106|2024-09-29| |58|[LeetaoGoooo/RSSAid](https://github.com/LeetaoGoooo/RSSAid)|RSSAid is a complementary app for RSSHub built with Flutter RSSAid 是一个由 Flutter 构建的 RSSHub 的辅助 App|1043|2024-10-11| |59|[Predidit/oneAnime](https://github.com/Predidit/oneAnime)|一款简洁清爽无广告的看番软件。 一款带弹幕的 anime1 第三方客户端,界面符合 Material You 规范。|1035|2024-10-03| |60|[fregie/pho](https://github.com/fregie/pho)|A serverless application for viewing and synchronizing photos to cloud storage|998|2024-04-20| |61|[iotjin/jh_flutter_demo](https://github.com/iotjin/jh_flutter_demo)|flutter项目- 实现一些常用效果、封装通用组件和工具类|932|2024-09-14| |62|[iota9star/mikan_flutter](https://github.com/iota9star/mikan_flutter)|Flutter 驱动的三方 蜜柑计划(https://mikanani.me) APP,🚧 开发中...|859|2024-10-07| |63|[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.|840|2024-09-02| |64|[hamaluik/timecop](https://github.com/hamaluik/timecop)|A time tracking app that respects your privacy and the gets the job done without being fancy.|825|2024-08-08| |65|[MMMzq/bot_toast](https://github.com/MMMzq/bot_toast)|A very easy-to-use flutter popup library. Including toast, loading, etc.|824|2024-05-29| |66|[jhomlala/catcher](https://github.com/jhomlala/catcher)|Flutter error catching & handling plugin. Handles and reports exceptions in your app!|785|2024-08-10| |67|[kangpeiqin/bilivideo_down](https://github.com/kangpeiqin/bilivideo_down)|A cross-platform(Win / MacOS) BiliBili Video downloader 一款基于 Flutter 开发的桌面端 B 站视频下载器|761|2024-10-11| |68|[rafaelsetragni/awesome_notifications](https://github.com/rafaelsetragni/awesome_notifications)|A complete solution to create Local Notifications and Push Notifications, throught Firebase or another services, using Flutter.|756|2024-08-02| |69|[foxsofter/flutter_thrio](https://github.com/foxsofter/flutter_thrio)|flutter_thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.|756|2024-07-30| |70|[AgoraIO-Extensions/Agora-Flutter-SDK](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK)|Flutter plugin of Agora RTC SDK for Android/iOS/macOS/Windows|738|2024-10-11| |71|[Kuingsmile/PicHoro](https://github.com/Kuingsmile/PicHoro)|一款手机端云存储平台/图床管理和文件上传/下载工具,支持直接管理Webdav,Alist,SSH/SFTP,云服务器,兼容S3 API的平台,腾讯COS,阿里OSS,七牛云,又拍云,兰空图床,Imgur,SM.MS和github|734|2024-07-19| |72|[nightmare-space/vscode_for_android](https://github.com/nightmare-space/vscode_for_android)|Implementation of the VS Code editor natively on Android.|716|2024-08-31| |73|[share121/inter-knot](https://github.com/share121/inter-knot)|绳网|708|2024-10-03| |74|[guozhigq/flutter_v2ex](https://github.com/guozhigq/flutter_v2ex)|使用flutter开发的v2ex客户端,支持Android和iOS设备。在Android 12+机型上支持Material You取色|692|2024-10-03| |75|[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, macOS and OpenHarmony.|680|2024-10-02| |76|[fluttercandies/extended_text](https://github.com/fluttercandies/extended_text)|A powerful extended official text for Flutter, which supports Speical Text(Image,@somebody), Custom Background, Custom overFlow, Text Selection.|653|2024-09-06| |77|[cairuoyu/flutter_admin](https://github.com/cairuoyu/flutter_admin)|Flutter Admin: 一个基于 Flutter 的后台管理系统、开发模板。A backend management system and development template based on Flutter|643|2024-05-16| |78|[Ferry-200/coriander_player](https://github.com/Ferry-200/coriander_player)|Windows端本地音乐播放器,使用Material You配色。Dart (Flutter) + Rust (lofty, windows-rs) + C (bass lib) 多语言项目。绝赞开发中。|633|2024-10-07| |79|[Realank/flutter_datetime_picker](https://github.com/Realank/flutter_datetime_picker)|a date time picker in flutter|616|2024-08-05| |80|[lwlizhe/flutter_novel](https://github.com/lwlizhe/flutter_novel)|仿追书神器,具有仿真、滑动和滚动翻页、字体大小、行高、背景、目录等功能的Flutter 阅读APP|612|2024-08-30| |81|[xdd666t/flutter_use](https://github.com/xdd666t/flutter_use)|some trick used by flutter Flutter使用的一些骚操作|604|2024-10-06| |82|[fluttercandies/extended_nested_scroll_view](https://github.com/fluttercandies/extended_nested_scroll_view)|extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScr ...|598|2024-06-24| |83|[fluttercandies/extended_text_field](https://github.com/fluttercandies/extended_text_field)|extended official text field to quickly build special text like inline image, @somebody, custom background etc.|568|2024-08-27| |84|[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.|563|2024-09-24| |85|[Tencent/tdesign-flutter](https://github.com/Tencent/tdesign-flutter)|A Flutter UI components lib for TDesign.|558|2024-10-10| |86|[niuhuan/kobi](https://github.com/niuhuan/kobi)|拷贝漫画客户端|551|2024-10-10| |87|[lyming99/wenznote](https://github.com/lyming99/wenznote)|一款由 flutter 开发的笔记软件,支持电脑端和手机端。|526|2024-10-01| |88|[OpenFlutter/flutter_oktoast](https://github.com/OpenFlutter/flutter_oktoast)|Toast library for Flutter.|507|2024-08-08| |89|[nightmare-space/adb_kit](https://github.com/nightmare-space/adb_kit)|使用 Flutter 开发的 ADB GUI 客户端|503|2024-10-09| |90|[fluttercandies/flutter_custom_calendar](https://github.com/fluttercandies/flutter_custom_calendar)|Flutter的一个日历控件|501|2024-06-24| |91|[reqable/re-editor](https://github.com/reqable/re-editor)|Re-Editor is a powerful lightweight text and code editor widget.|496|2024-09-06| |92|[xlist-io/xlist](https://github.com/xlist-io/xlist)|An all-in-one Alist client. / 一款多功能 Alist 客户端。|492|2024-06-01| |93|[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 ...|484|2024-08-26| |94|[BFWXKJGS/AlistClient](https://github.com/BFWXKJGS/AlistClient)|AList Client for iOS and Android. / 基于 AList api 开发的 Android 和 iOS 客户端|477|2024-07-26| |95|[AmosHuKe/Mood-Example](https://github.com/AmosHuKe/Mood-Example)|🐦 Flutter 3 心情记录 样例工程 - 国际化 i18n、uni 小程序、深色模式、多主题、本地数据管理、路由管理、状态管理、无障碍(Semantics)、异步 FFI、集成测试、图表统计、Excel 导入导出、游戏…|474|2024-09-24| |96|[fluttercandies/like_button](https://github.com/fluttercandies/like_button)|Like Button is a flutter library that allows you to create a button with animation effects similar to Twitter's heart when you like something and animation effects to increase like count.|467|2024-06-24| |97|[slang-i18n/slang](https://github.com/slang-i18n/slang)|Type-safe i18n for Dart and Flutter|459|2024-10-06| |98|[xieyezi/flutter-shopping-AiRi](https://github.com/xieyezi/flutter-shopping-AiRi)|A shopping App developed based on Flutter, covering common features of shopping apps.|433|2024-08-01| |99|[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. Maintainer: @LinXunFeng|430|2024-09-26| |100|[gvenusleo/MeRead](https://github.com/gvenusleo/MeRead)|A RSS reader built with Flutter and designed with Material You. 简洁、易用的 RSS 阅读器,使用 Flutter 构建和 Material You 设计|425|2024-09-27| |101|[doraemonkeys/WindSend](https://github.com/doraemonkeys/WindSend)|Quickly and securely sync clipboard, transfer files and directories between devices. 快速安全的同步剪切板,传输文件或文件夹|423|2024-10-04| |102|[ChatBot-All/chatbot-app](https://github.com/ChatBot-All/chatbot-app)|"ChatBot" mobile private ChatGPT application, supporting GPT, Gemini Pro & Ollama models. 拥有自己的移动端 ChatGPT/Gemini 应用。|409|2024-05-28| |103|[leetomlee123/book](https://github.com/leetomlee123/book)|笔趣阁源基于flutter的小说阅读app|405|2024-09-26| |104|[flutterchina/cookie_jar](https://github.com/flutterchina/cookie_jar)|A cookie manager for http requests in Dart, by which you can deal with the complex cookie policy and persist cookies easily.|399|2024-07-08| |105|[project-violet/violet](https://github.com/project-violet/violet)|Monorepo for Project Violet|395|2024-10-11| |106|[TinoGuo/pin_input_text_field](https://github.com/TinoGuo/pin_input_text_field)|A textField widget to help display different style pin|385|2024-09-01| |107|[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.|367|2024-10-04| |108|[openimsdk/open-im-sdk-flutter](https://github.com/openimsdk/open-im-sdk-flutter)|IM SDK Flutter|364|2024-10-09| |109|[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.|363|2024-09-05| |110|[fluttercandies/JsonToDart](https://github.com/fluttercandies/JsonToDart)|The tool to convert json to dart code, support Windows,Mac,Web.|356|2024-09-10| |111|[chaldea-center/chaldea](https://github.com/chaldea-center/chaldea)|Chaldea - Yet Another Material Planner and Battle Simulator for Fate/Grand Order aka FGO|349|2024-10-01| |112|[tec8297729/flutter_flexible](https://github.com/tec8297729/flutter_flexible)|flutter脚手架,让你更专注UI层|348|2024-09-25| |113|[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.|345|2024-10-03| |114|[KevinZhang19870314/flutter_getx_boilerplate](https://github.com/KevinZhang19870314/flutter_getx_boilerplate)|A flutter boilerplate project with GetX state management.|317|2024-09-27| |115|[asjqkkkk/markdown_widget](https://github.com/asjqkkkk/markdown_widget)|📖Rendering markdown by flutter!Welcome for pr and issue.|317|2024-09-19| |116|[JonasWanke/timetable](https://github.com/JonasWanke/timetable)|📅 Customizable flutter calendar widget including day and week views|311|2024-10-08| |117|[gstory0404/flutter_unionad](https://github.com/gstory0404/flutter_unionad)|字节跳动 穿山甲广告SDK Bytedance-UnionAD flutter版本插件|309|2024-09-20| |118|[niuhuan/pansy](https://github.com/niuhuan/pansy)|A illustration client. |294|2024-08-21| |119|[zetaloop/keyviz](https://github.com/zetaloop/keyviz)|Keyviz 是一个免费开源的按键可视化工具,汉化版。Keyviz Chinese l10n fork.|279|2024-10-08| |120|[hui-z/image_gallery_saver](https://github.com/hui-z/image_gallery_saver)|flutter中用于保存图片到相册的Plugin|273|2024-08-16| |121|[softfatgay/flutter-netease](https://github.com/softfatgay/flutter-netease)|深度还原网易严选webApp,Flutter项目,接口为真实数据。项目已完善|261|2024-09-19| |122|[yaoxieyoulei/my_tv](https://github.com/yaoxieyoulei/my_tv)|使用Flutter开发的电视直播软件|255|2024-04-21| |123|[easemob/im_flutter_sdk](https://github.com/easemob/im_flutter_sdk)|环信im flutter sdk, example中包含ui代码.|237|2024-10-11| |124|[flutter-ui-challenges/flutter_challenge_googlemaps](https://github.com/flutter-ui-challenges/flutter_challenge_googlemaps)|Use Flutter💪 to implement the UI challenge of Google Maps on uplabs. (You can join us by implementing one of them) 使用Flutter实现uplabs上Google Maps的UI挑战|233|2024-08-01| |125|[DanXi-Dev/DanXi](https://github.com/DanXi-Dev/DanXi)|[Windows / Mac / Linux / Android / iOS] Maybe the best all-rounded service app for Fudan University students. 可能是复旦学生最好的第三方校园服务APP。|229|2024-09-29| |126|[zsakvo/wenku8x](https://github.com/zsakvo/wenku8x)|基于 Flutter 构建的第三方轻小说文库客户端|217|2024-09-14| |127|[TinoGuo/loading_indicator](https://github.com/TinoGuo/loading_indicator)|🚅Flutter out-of-the-box collection animations written in pure dart.|208|2024-09-01| |128|[Wolfteam/Shiori](https://github.com/Wolfteam/Shiori)|The app you need for Genshin Impact|188|2024-09-28| |129|[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.|187|2024-06-24| |130|[xxNull-lsk/Copybook](https://github.com/xxNull-lsk/Copybook)|生成拼音、汉字、汉字字帖,支持笔顺|182|2024-08-14| |131|[gabrielpacheco23/google-translator](https://github.com/gabrielpacheco23/google-translator)|Free Google Translator for Dart|170|2024-06-20| |132|[jiusanzhou/flutter_floatwing](https://github.com/jiusanzhou/flutter_floatwing)|A Flutter plugin that makes it easier to make floating/overlay window for Android with pure Flutter. 一个可以用纯粹的Flutter来开发Android浮动窗口的插件。|169|2024-04-26| |133|[aiyakuaile/easy_tv_live](https://github.com/aiyakuaile/easy_tv_live)|Easy TV Live App, a lightweight IPTV player, supports all platforms and Android TV big screens. Welcome to download and experience! 极简电视直播App,一款轻量级IPTV播放器,支持全平台以及安卓电视大屏欢迎下载体验!|164|2024-10-08| |134|[6tail/lunar-flutter](https://github.com/6tail/lunar-flutter)|日历、公历(阳历)、农历(阴历、老黄历)、道历、佛历,支持节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道黑道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar.|152|2024-04-29| |135|[HQAnime/AnimeOne](https://github.com/HQAnime/AnimeOne)|anime1的非官方APP|149|2024-05-21| |136|[Celechron/Celechron](https://github.com/Celechron/Celechron)|服务于浙大学生的时间管理器|148|2024-09-25| |137|[wuyuanwuhui99/flutter-movie-app-ui](https://github.com/wuyuanwuhui99/flutter-movie-app-ui)|基于flutter开发的混合电影和音乐music app,主页有更多其他语言的版本,后端采用springboot+mybatis+mysql开发,包括底部tab导航,,首页,电影,电视剧,我的,搜索页,分类页,电影详情页,播放页,登录,注册,浏览记录,播放记录,收藏,缓存,电影排行榜等页面和模块,功能齐全完善,所有数据来自python爬虫程序,抓取k酷狗、爱奇艺和第三方电影网站实时电影数据,每周更 ...|146|2024-09-10| |138|[ExpTechTW/DPIP](https://github.com/ExpTechTW/DPIP)|Disaster Prevention Information Platform (防災資訊平台)|145|2024-10-09| |139|[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 轻松创建倾斜视差悬停效果,支持倾斜、光照、阴影效果和陀螺仪传感器|145|2024-09-06| |140|[ekibun/flutter_qjs](https://github.com/ekibun/flutter_qjs)|A quickjs engine for flutter.|145|2024-06-26| |141|[gfaraday/g_faraday](https://github.com/gfaraday/g_faraday)|A plugin for building hybrid stack apps with flutter|142|2024-08-27| |142|[GetuiLaboratory/getui-flutter-plugin](https://github.com/GetuiLaboratory/getui-flutter-plugin)|个推官方提供的推送SDK Flutter 插件(支持 Android & iOS)|142|2024-10-10| |143|[coder-dongjiayi/MXLogger](https://github.com/coder-dongjiayi/MXLogger)|MXLogger 是基于mmap内存映射机制的跨平台日志库,支持AES CFB 128位加密,支持iOS Android Flutter。核心代码使用C/C++实现, Flutter端通过ffi调用,性能几乎与原生一致。 底层序列化使用Google开源的flat_buffers实现,高效稳定。|140|2024-07-15| |144|[waifu-project/movie](https://github.com/waifu-project/movie)|-|139|2024-07-14| |145|[mdddj/flutter_simple_shop](https://github.com/mdddj/flutter_simple_shop)|开源淘宝客|129|2024-10-10| |146|[doaspx/flutter_stock](https://github.com/doaspx/flutter_stock)|股票软件 一个flutter 实现 股票软件 炒股软件 包含的功能有 分时线,K线,筹码分布等, 5档行情,成交量,KDJ,MACD ,普通坐标,对数坐标, 叠加功能;添加二级指标功能|126|2024-05-17| |147|[Montaro2017/bili_novel_packer](https://github.com/Montaro2017/bili_novel_packer)|轻小说打包器,采集哔哩轻小说网站内容,打包成EPUB格式,支持封面、插图、目录,支持分卷合并。|124|2024-10-10| |148|[LuckyLi706/flutter_mobile_command_tools](https://github.com/LuckyLi706/flutter_mobile_command_tools)|flutter写的桌面可视化操作android和ios的简单命令|117|2024-09-08| |149|[JakePrim/Radar-Flutter](https://github.com/JakePrim/Radar-Flutter)|Flutter cross-platform basic framework|117|2024-08-21| |150|[liyufengrex/flutter_printer_plus](https://github.com/liyufengrex/flutter_printer_plus)|flutter 端 【小票、标签】打印插件(无厂家SDK嵌入),支持传输方式:usb连接(Android、Windows)、网络连接(各平台兼容),直接将 flutter widget 转图像数据进行打印。 |114|2024-08-13| |151|[sunyongsheng/Allpass](https://github.com/sunyongsheng/Allpass)|Allpass是一款简洁的私密信息管理工具,包括密码管理与卡片信息管理,支持指纹解锁软件、csv导入导出、从Chrome中导入、从剪贴板中导入、文件夹与标签功能、收藏与备注功能、密码生成器、WebDAV同步等功能,采用Flutter构建|106|2024-09-23| |152|[Enough-Software/enough_mail](https://github.com/Enough-Software/enough_mail)|IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.|104|2024-07-13| |153|[cdnbye/flutter-p2p-engine](https://github.com/cdnbye/flutter-p2p-engine)|Let your viewers become your unlimitedly scalable CDN.|104|2024-09-14| |154|[yhsj0919/music_api](https://github.com/yhsj0919/music_api)|音乐api,myfreemp3,bd,kg,kw,mg,qq,wy,一网打尽|103|2024-08-31| |155|[fluttercandies/nav_router](https://github.com/fluttercandies/nav_router)|flutter The lightest, easiest and most convenient route management!|103|2024-06-24| |156|[GuoguoDad/jd_mall_flutter](https://github.com/GuoguoDad/jd_mall_flutter)|🔥🔥高仿某东商城flutter版本,持续更新... 同款Android Kotlin版本( https://github.com/GuoguoDad/jd_mall.git )|97|2024-09-10| |157|[finogeeks/finclip-flutter-demo](https://github.com/finogeeks/finclip-flutter-demo)|FinClip Flutter 运行环境,让小程序在 Flutter 应用中无缝运行 / Flutter DEMO for FinClip|96|2024-08-20| |158|[seasonZhu/GetXStudy](https://github.com/seasonZhu/GetXStudy)|使用GetX,重构了Flutter wanandroid客户端|93|2024-06-13| |159|[finogeeks/mop-flutter-sdk](https://github.com/finogeeks/mop-flutter-sdk)|FinClip 小程序 Flutter SDK 插件,用于在 Flutter 应用中运行小程序 / Flutter SDK for FinClip|92|2024-09-20| |160|[nano71/GlutAssistantN](https://github.com/nano71/GlutAssistantN)|桂林理工大学-空港校区(分校)-桂工助手N|90|2024-10-10| |161|[fluttercandies/flutter_asset_generator](https://github.com/fluttercandies/flutter_asset_generator)|Generate an R file for mapping all assets. Supports preview of image.|87|2024-06-24| |162|[chill-chinese/stroke-order-animator](https://github.com/chill-chinese/stroke-order-animator)|Stroke order animations and quizzes for Chinese characters in Flutter.|86|2024-09-02| |163|[fluttercandies/stack_board](https://github.com/fluttercandies/stack_board)|层叠控件摆放|85|2024-07-16| |164|[iHTCboy/iPomodoro-Flutter](https://github.com/iHTCboy/iPomodoro-Flutter)|iPomodoro(爱番茄)。🍅 番茄工作法是一种时间管理法方法,在上世纪八十年代由Francesco Cirillo创立。 该方法使用一个定时器来分割出一个一般为25分钟的工作时间和5分钟的休息时间,而那些时间段被称为pomodori,为意大利语单词pomodoro之复数。|85|2024-08-25| |165|[ozyl/flutter_lyric](https://github.com/ozyl/flutter_lyric)|用于展示歌词的flutter小部件|82|2024-07-02| |166|[fluttercandies/left-scroll-actions](https://github.com/fluttercandies/left-scroll-actions)|Flutter的左滑删除组件|82|2024-09-19| |167|[linyi102/anime_trace](https://github.com/linyi102/anime_trace)|漫迹:动漫清单软件,记录动漫计划和观看历史|80|2024-10-07| |168|[Soneso/stellar_flutter_sdk](https://github.com/Soneso/stellar_flutter_sdk)|Stellar SDK for flutter - dart, Stellar, Horizon, Soneso|78|2024-10-05| |169|[easybangumiorg/EasyMyGo](https://github.com/easybangumiorg/EasyMyGo)|吃素食吃的!MyGo!!!!! 团队使用 Flutter 开发的多源动画、小说、漫画软件!这个工程师太卖力了!|77|2024-08-29| |170|[Predidit/BiliNeo](https://github.com/Predidit/BiliNeo)|又一个第三方 Bilibili 客户端,支持 Android/Windows/Linux |77|2024-05-23| |171|[Tencent-RTC/TRTC_Flutter](https://github.com/Tencent-RTC/TRTC_Flutter)|High-quality Interactive Audio/Video Flutter SDK|75|2024-07-16| |172|[swiftdo/web-demo](https://github.com/swiftdo/web-demo)|Responsive web app powered by Flutter + Appwrite, also support macOS|73|2024-09-23| |173|[chicring/Themby](https://github.com/chicring/Themby)|flutter构建的第三方emby播放器|71|2024-09-13| |174|[GalenBlabla/Hiddify-with-V2board](https://github.com/GalenBlabla/Hiddify-with-V2board)|修改hiddify 使其成为v2board(xboard)面板的客户端(Modify Hiddify to make it a client for the V2Board(xboard) panel.)|68|2024-10-11| |175|[xusun0623/river_lite](https://github.com/xusun0623/river_lite)|河畔Lite是电子科技大学官方校园论坛【清水河畔】的第三方客户端,本Repo为此项目的开源代码仓库。此App轻量、简洁、设计优雅,拥有诸多特性和功能。 作者:xusun000@foxmail.com|66|2024-09-29| |176|[CaiJingLong/dart_image_size_getter](https://github.com/CaiJingLong/dart_image_size_getter)|Use dart file api to get image size, needn't use decode. just read the metadata.|66|2024-10-08| |177|[febryardiansyah/manga_mint](https://github.com/febryardiansyah/manga_mint)|An Online Manga Reader Application Bahasa Indonesia|64|2024-08-10| |178|[LunaGao/flag_flutter](https://github.com/LunaGao/flag_flutter)|flag icons|63|2024-04-15| |179|[huhx/flutter_oss_aliyun](https://github.com/huhx/flutter_oss_aliyun)|阿里云oss sdk的flutter版本|61|2024-04-24| |180|[TencentCloud/TPNS-Flutter-Plugin](https://github.com/TencentCloud/TPNS-Flutter-Plugin)|-|61|2024-09-09| |181|[kfiross/flutter_holo_date_picker](https://github.com/kfiross/flutter_holo_date_picker)|A Flutter package of datepicker like Holo Theme in Android|61|2024-09-22| |182|[evan361425/flutter-pos-system](https://github.com/evan361425/flutter-pos-system)|An open-source Flutter POS system designed for small restaurants and businesses.|60|2024-10-08| |183|[jarontai/html2md](https://github.com/jarontai/html2md)|A library for converting HTML to Markdown in Dart. It supports CommonMark, simple table and custom converting rules. 将html转换为markdown的Dart库,支持CommonMark、简单表格以及自定义转换规则。|57|2024-05-29| |184|[kerrinz/pixiv-artvier](https://github.com/kerrinz/pixiv-artvier)|A third-party app for pixiv. 一个第三方pixiv App。还在开发中...|56|2024-10-10| |185|[imboy-pub/imboy-flutter](https://github.com/imboy-pub/imboy-flutter)|使用erlang做后端、flutter做前端开发的一款开源的即时聊天解决方案(基于erlang/otp的高性能web框架 cowboy 做后端服务,用 "8核16G 主机(100万PPS)"压测,保持100万+TCP稳定在线90分钟以上) 支持基于webrtc 一对一视频通话功能|56|2024-09-21| |186|[sskEvan/joke_fun_flutter](https://github.com/sskEvan/joke_fun_flutter)|flutter仿段子乐app|55|2024-08-02| |187|[hrxiang/flutter_openim_widget](https://github.com/hrxiang/flutter_openim_widget)|-|55|2024-05-16| |188|[itning/yunshu_music](https://github.com/itning/yunshu_music)|使用flutter构建的音乐播放器|55|2024-08-04| |189|[Muska-Ami/NyaLCF](https://github.com/Muska-Ami/NyaLCF)|NyaLCF - Nya LoCyanFrp! Launcher 乐青映射启动器|54|2024-10-03| |190|[NKUST-ITC/NKUST-AP-Flutter](https://github.com/NKUST-ITC/NKUST-AP-Flutter)|高科校務通 made by Flutter|53|2024-09-24| |191|[happyme531/a5btool](https://github.com/happyme531/a5btool)|Rock5B/RK3588工具箱|52|2024-05-16| |192|[zegoim/zego-express-flutter-sdk](https://github.com/zegoim/zego-express-flutter-sdk)|🚀 ZEGO RTC SDK for Flutter|52|2024-07-31| |193|[Robert-Stackflow/CloudOTP](https://github.com/Robert-Stackflow/CloudOTP)|This is an awesome two-factor authenticator based on Flutter for Android and Windows which supports cloud backup.基于 Flutter 的双因素验证器,支持Android和Windows平台,支持云备份。|51|2024-10-11| |194|[roomanl/famd](https://github.com/roomanl/famd)|flutter aria2 m3u8 downloader,使用flutter+aria2+m3u8开发的一个M3U8下载器。|51|2024-09-27| |195|[realth000/tsdm_client](https://github.com/realth000/tsdm_client)|天使动漫论坛第三方跨平台客户端|51|2024-10-11| |196|[fluttercandies/fconsole](https://github.com/fluttercandies/fconsole)|一个用于调试的面板|50|2024-06-24| |197|[gstory0404/flutter_tencentad](https://github.com/gstory0404/flutter_tencentad)|腾讯优量汇(广点通)广告 Flutter版本|49|2024-09-06| |198|[VariantConst/Marchkov-Helper](https://github.com/VariantConst/Marchkov-Helper)|新燕园人的私人班车助手(非官方)。|48|2024-10-03| |199|[ifredom/flutter-template-perfect](https://github.com/ifredom/flutter-template-perfect)|这是一个商用级MVVM模板。This is a commercial grade MVVM template.|48|2024-06-14| |200|[gstory0404/GTAds](https://github.com/gstory0404/GTAds)|Flutter聚合广告插件GTAds,支持自定义广告插入,支持按需动态集成多个广告,目前支持字节穿山甲、百度百青藤、腾讯优量汇、sigmob、快手|45|2024-09-20|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Go.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Go 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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.|85223|2024-10-09| |2|[gogs/gogs](https://github.com/gogs/gogs)|Gogs is a painless self-hosted Git service|44941|2024-10-03| |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|44510|2024-10-11| |4|[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。|42767|2024-10-11| |5|[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://www.pingcap.com/tidb-serverless/|37038|2024-10-11| |6|[beego/beego](https://github.com/beego/beego)|beego is an open-source, high-performance web framework for the Go programming language.|31525|2024-10-10| |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, ...|30514|2024-05-30| |8|[zeromicro/go-zero](https://github.com/zeromicro/go-zero)|A cloud-native Go microservices framework with cli tool for productivity.|29061|2024-10-07| |9|[wailsapp/wails](https://github.com/wailsapp/wails)|Create beautiful applications using Go|24854|2024-10-11| |10|[XTLS/Xray-core](https://github.com/XTLS/Xray-core)|Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.|24808|2024-10-11| |11|[go-kratos/kratos](https://github.com/go-kratos/kratos)|Your ultimate Go microservices framework for the cloud-native era.|23232|2024-10-11| |12|[1Panel-dev/1Panel](https://github.com/1Panel-dev/1Panel)|🔥🔥🔥 Web-based linux server management control panel. / 现代化、开源的 Linux 服务器运维管理面板。|22098|2024-10-11| |13|[cloudreve/Cloudreve](https://github.com/cloudreve/Cloudreve)|🌩支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers)|21714|2024-07-31| |14|[flipped-aurora/gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin)|🚀Vite+Vue3+Gin的开发基础平台,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器【可AI辅助】、表单生成器和可配置的导入导出等开发必备功能。|21384|2024-10-11| |15|[grpc/grpc-go](https://github.com/grpc/grpc-go)|The Go language implementation of gRPC. HTTP/2 based RPC|20980|2024-10-10| |16|[projectdiscovery/nuclei](https://github.com/projectdiscovery/nuclei)|Fast and customizable vulnerability scanner based on simple YAML based DSL.|20253|2024-10-11| |17|[redis/go-redis](https://github.com/redis/go-redis)|Redis Go client|19981|2024-10-09| |18|[XIU2/CloudflareSpeedTest](https://github.com/XIU2/CloudflareSpeedTest)|🌩「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP !当然也支持其他 CDN / 网站 IP ~|19355|2024-10-09| |19|[qax-os/excelize](https://github.com/qax-os/excelize)|Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets|18073|2024-10-10| |20|[air-verse/air](https://github.com/air-verse/air)|☁️ Live reload for Go apps|17683|2024-10-09| |21|[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 ...|16961|2024-08-10| |22|[ginuerzh/gost](https://github.com/ginuerzh/gost)|GO Simple Tunnel - a simple tunnel written in golang|15853|2024-10-11| |23|[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 ...|15731|2024-09-19| |24|[ent/ent](https://github.com/ent/ent)|An entity framework for Go|15517|2024-10-09| |25|[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动手写/从零实现系列|15306|2024-07-19| |26|[kubesphere/kubesphere](https://github.com/kubesphere/kubesphere)|The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management ⎈ 🖥 ☁️|15076|2024-10-11| |27|[apernet/hysteria](https://github.com/apernet/hysteria)|Hysteria is a powerful, lightning fast and censorship resistant proxy.|14770|2024-10-06| |28|[txthinking/brook](https://github.com/txthinking/brook)|A cross-platform programmable network tool|14553|2024-10-02| |29|[openimsdk/open-im-server](https://github.com/openimsdk/open-im-server)|IM Chat |13928|2024-10-09| |30|[OpenNHP/opennhp](https://github.com/OpenNHP/opennhp)|Zero Trust Network Hiding Protocol (NHP) Open Source Implementation. OpenNHP Docs: https://opennhp.org/|13494|2024-10-09| |31|[CodisLabs/codis](https://github.com/CodisLabs/codis)|Proxy based Redis cluster solution supporting pipeline and scaling dynamically|13151|2024-04-15| |32|[panjf2000/ants](https://github.com/panjf2000/ants)|🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.|12807|2024-09-26| |33|[chaitin/SafeLine](https://github.com/chaitin/SafeLine)|serve as a reverse proxy to protect your web services from attacks and exploits.|12142|2024-09-27| |34|[tinode/chat](https://github.com/tinode/chat)|Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots|11990|2024-09-01| |35|[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...|11641|2024-10-07| |36|[gogf/gf](https://github.com/gogf/gf)|GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang. |11555|2024-10-11| |37|[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 ...|11395|2024-09-09| |38|[crawlab-team/crawlab](https://github.com/crawlab-team/crawlab)|Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架|11285|2024-10-11| |39|[moonD4rk/HackBrowserData](https://github.com/moonD4rk/HackBrowserData)|Extract and decrypt browser data, supporting multiple data types, runnable on various operating systems (macOS, Windows, Linux).|10763|2024-10-09| |40|[swaggo/swag](https://github.com/swaggo/swag)|Automatically generate RESTful API documentation with Swagger 2.0 for Go.|10595|2024-09-25| |41|[shadow1ng/fscan](https://github.com/shadow1ng/fscan)|一款内网综合扫描工具,方便一键自动化、全方位漏扫扫描。|10456|2024-08-29| |42|[Mrs4s/go-cqhttp](https://github.com/Mrs4s/go-cqhttp)|cqhttp的golang实现,轻量、原生跨平台.|10377|2024-06-26| |43|[blevesearch/bleve](https://github.com/blevesearch/bleve)|A modern text/numeric/geo-spatial/vector indexing library for go|10041|2024-10-09| |44|[gwuhaolin/livego](https://github.com/gwuhaolin/livego)|live video streaming server in golang|9690|2024-04-13| |45|[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.|9659|2024-10-11| |46|[go-vgo/robotgo](https://github.com/go-vgo/robotgo)|RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar|9611|2024-10-07| |47|[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|9604|2024-06-12| |48|[panjf2000/gnet](https://github.com/panjf2000/gnet)|🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.|9553|2024-10-02| |49|[cookieY/Yearning](https://github.com/cookieY/Yearning)|🐳 A most popular sql audit platform for mysql |8484|2024-10-07| |50|[jetify-com/devbox](https://github.com/jetify-com/devbox)|Instant, easy, and predictable development environments|8423|2024-10-10| |51|[onsi/ginkgo](https://github.com/onsi/ginkgo)|A Modern Testing Framework for Go|8308|2024-09-25| |52|[GoAdminGroup/go-admin](https://github.com/GoAdminGroup/go-admin)|A golang framework helps gopher to build a data visualization and admin panel in ten minutes|8143|2024-08-19| |53|[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!|8091|2024-09-17| |54|[charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss)|Style definitions for nice terminal layouts 👄|7995|2024-10-11| |55|[urfave/negroni](https://github.com/urfave/negroni)|Idiomatic HTTP Middleware for Golang|7463|2024-06-04| |56|[mindoc-org/mindoc](https://github.com/mindoc-org/mindoc)|Golang实现的基于beego框架的接口在线文档管理系统|7313|2024-08-26| |57|[mmcgrana/gobyexample](https://github.com/mmcgrana/gobyexample)|Go by Example|7218|2024-09-23| |58|[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.|7151|2024-10-09| |59|[naiba/nezha](https://github.com/naiba/nezha)|:trollface: Self-hosted, lightweight server and website monitoring and O&M tool|7071|2024-10-10| |60|[aceld/zinx](https://github.com/aceld/zinx)|A lightweight concurrent server framework based on Golang.|7049|2024-10-11| |61|[cloudwego/kitex](https://github.com/cloudwego/kitex)|Go RPC framework with high-performance and strong-extensibility for building micro-services.|6968|2024-10-11| |62|[yeasy/blockchain_guide](https://github.com/yeasy/blockchain_guide)|Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.|6811|2024-04-30| |63|[kubeedge/kubeedge](https://github.com/kubeedge/kubeedge)|Kubernetes Native Edge Computing Framework (project under CNCF)|6707|2024-10-09| |64|[Hackl0us/GeoIP2-CN](https://github.com/Hackl0us/GeoIP2-CN)|小巧精悍、准确、实用 GeoIP2 数据库|6551|2024-10-10| |65|[go-echarts/go-echarts](https://github.com/go-echarts/go-echarts)|🎨 The adorable charts library for Golang.|6536|2024-10-10| |66|[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 ...|6528|2024-08-27| |67|[kubevela/kubevela](https://github.com/kubevela/kubevela)|The Modern Application Platform.|6402|2024-10-07| |68|[flike/kingshard](https://github.com/flike/kingshard)|A high-performance MySQL proxy|6399|2024-05-17| |69|[evrone/go-clean-template](https://github.com/evrone/go-clean-template)|Clean Architecture template for Golang services|6269|2024-08-11| |70|[bfenetworks/bfe](https://github.com/bfenetworks/bfe)|A modern layer 7 load balancer from baidu|6123|2024-10-08| |71|[chaosblade-io/chaosblade](https://github.com/chaosblade-io/chaosblade)|An easy to use and powerful chaos engineering experiment toolkit.(阿里巴巴开源的一款简单易用、功能强大的混沌实验注入工具)|5956|2024-10-03| |72|[nxtrace/NTrace-core](https://github.com/nxtrace/NTrace-core)|NextTrace, an open source visual route tracking CLI tool|5695|2024-10-06| |73|[GhostTroops/scan4all](https://github.com/GhostTroops/scan4all)|Official repository vuls Scan: 15000+PoCs; 23 kinds of application password crack; 7000+Web fingerprints; 146 protocols and 90000+ rules Port scanning; Fuzz, HW, awesome BugBounty( ͡° ͜ʖ ͡°)...|5474|2024-07-12| |74|[Jrohy/trojan](https://github.com/Jrohy/trojan)|trojan多用户管理部署程序, 支持web页面管理|5438|2024-04-14| |75|[TencentBlueKing/bk-cmdb](https://github.com/TencentBlueKing/bk-cmdb)|蓝鲸智云配置平台(BlueKing CMDB)|5408|2024-10-11| |76|[nuclio/nuclio](https://github.com/nuclio/nuclio)|High-Performance Serverless event and data processing platform|5289|2024-10-01| |77|[name5566/leaf](https://github.com/name5566/leaf)|A game server framework in Go (golang)|5282|2024-05-23| |78|[qor/qor](https://github.com/qor/qor)|QOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems.|5277|2024-09-10| |79|[go-rod/rod](https://github.com/go-rod/rod)|A Chrome DevTools Protocol driver for web automation and scraping.|5274|2024-08-19| |80|[cloudwego/hertz](https://github.com/cloudwego/hertz)|Go HTTP framework with high-performance and strong-extensibility for building micro-services.|5247|2024-10-10| |81|[ffhelicopter/Go42](https://github.com/ffhelicopter/Go42)|《Go语言四十二章经》详细讲述Go语言规范与语法细节及开发中常见的误区,通过研读标准库等经典代码设计模式,启发读者深刻理解Go语言的核心思维,进入Go语言开发的更高阶段。|5075|2024-06-04| |82|[lni/dragonboat](https://github.com/lni/dragonboat)|A feature complete and high performance multi-group Raft library in Go. |5065|2024-07-12| |83|[EndlessCheng/codeforces-go](https://github.com/EndlessCheng/codeforces-go)|算法竞赛模板库 by 灵茶山艾府 💭💡🎈|5054|2024-10-10| |84|[authzed/spicedb](https://github.com/authzed/spicedb)|Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data|5008|2024-10-04| |85|[KubeOperator/KubeOperator](https://github.com/KubeOperator/KubeOperator)|KubeOperator 是一个开源的轻量级 Kubernetes 发行版,专注于帮助企业规划、部署和运营生产级别的 K8s 集群。|4979|2024-07-02| |86|[goodrain/rainbond](https://github.com/goodrain/rainbond)|No need to know Kubernetes' cloud native application management platform 不用懂 Kubernetes 的云原生应用管理平台|4965|2024-10-09| |87|[eatmoreapple/openwechat](https://github.com/eatmoreapple/openwechat)|golang微信SDK|4781|2024-09-30| |88|[silenceper/wechat](https://github.com/silenceper/wechat)|WeChat SDK for Go (微信SDK:简单、易用)|4771|2024-10-08| |89|[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.|4748|2024-09-27| |90|[golang-module/carbon](https://github.com/golang-module/carbon)|A simple, semantic and developer-friendly golang package for time|4707|2024-10-11| |91|[apache/dubbo-go](https://github.com/apache/dubbo-go)|Go Implementation For Apache Dubbo .|4693|2024-09-28| |92|[openkruise/kruise](https://github.com/openkruise/kruise)|Automated management of large-scale applications on Kubernetes (incubating project under CNCF)|4624|2024-10-10| |93|[cubefs/cubefs](https://github.com/cubefs/cubefs)|cloud-native distributed storage|4610|2024-09-27| |94|[rosedblabs/rosedb](https://github.com/rosedblabs/rosedb)|Lightweight, fast and reliable key/value storage engine based on Bitcask.|4580|2024-10-10| |95|[duke-git/lancet](https://github.com/duke-git/lancet)|A comprehensive, efficient, and reusable util function library of Go.|4571|2024-10-11| |96|[tidwall/buntdb](https://github.com/tidwall/buntdb)|BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support|4551|2024-09-10| |97|[mosn/mosn](https://github.com/mosn/mosn)|The Cloud-Native Network Proxy Platform|4445|2024-10-02| |98|[karmada-io/karmada](https://github.com/karmada-io/karmada)|Open, Multi-Cloud, Multi-Cluster Kubernetes Orchestration|4428|2024-10-11| |99|[douyu/jupiter](https://github.com/douyu/jupiter)|Jupiter: Governance-oriented Microservice Framework.|4397|2024-10-03| |100|[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.|4345|2024-07-27| |101|[iyear/tdl](https://github.com/iyear/tdl)|📥 A Telegram toolkit written in Golang|4323|2024-10-09| |102|[orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|a thread-safe concurrent map for go|4276|2024-05-22| |103|[imroc/req](https://github.com/imroc/req)|Simple Go HTTP client with Black Magic|4252|2024-10-10| |104|[go-pay/gopay](https://github.com/go-pay/gopay)|微信、支付宝、通联支付、拉卡拉、PayPal、Apple 的Go版本SDK。【极简、易用的聚合支付SDK】|4198|2024-10-03| |105|[lwch/natpass](https://github.com/lwch/natpass)|🔥居家办公,远程开发神器|4182|2024-04-24| |106|[tickstep/aliyunpan](https://github.com/tickstep/aliyunpan)|阿里云盘命令行客户端,支持JavaScript插件,支持同步备份功能。|4125|2024-09-21| |107|[httprunner/httprunner](https://github.com/httprunner/httprunner)|HttpRunner 是一个开源的 API/UI 测试工具,简单易用,功能强大,具有丰富的插件化机制和高度的可扩展能力。|4045|2024-08-09| |108|[cloudwego/netpoll](https://github.com/cloudwego/netpoll)|A high-performance non-blocking I/O networking framework focusing on RPC scenarios.|4029|2024-09-11| |109|[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 ...|3922|2024-09-27| |110|[link1st/go-stress-testing](https://github.com/link1st/go-stress-testing)|go 实现的压测工具,ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】|3886|2024-08-21| |111|[rocboss/paopao-ce](https://github.com/rocboss/paopao-ce)|🔥An artistic "twitter like" community built on gin+zinc+vue+ts 清新文艺微社区|3880|2024-10-10| |112|[cdk-team/CDK](https://github.com/cdk-team/CDK)|📦 Make security testing of K8s, Docker, and Containerd easier.|3877|2024-09-05| |113|[gdy666/lucky](https://github.com/gdy666/lucky)|软硬路由公网神器,ipv6/ipv4 端口转发,反向代理,DDNS,WOL,ipv4 stun内网穿透,cron,acme,阿里云盘,ftp,webdav,filebrowser|3852|2024-09-18| |114|[tair-opensource/RedisShake](https://github.com/tair-opensource/RedisShake)|RedisShake is a Redis data processing and migration tool.|3808|2024-09-11| |115|[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.|3799|2024-10-11| |116|[zu1k/nali](https://github.com/zu1k/nali)|An offline tool for querying IP geographic information and CDN provider. 一个查询IP地理信息和CDN服务提供商的离线终端工具.|3787|2024-08-27| |117|[hr3lxphr6j/bililive-go](https://github.com/hr3lxphr6j/bililive-go)|一个直播录制工具|3778|2024-08-19| |118|[txn2/kubefwd](https://github.com/txn2/kubefwd)|Bulk port forwarding Kubernetes services for local development.|3774|2024-10-08| |119|[marmotedu/iam](https://github.com/marmotedu/iam)|企业级的 Go 语言实战项目:认证和授权系统(带配套课程)|3743|2024-06-06| |120|[Loyalsoldier/geoip](https://github.com/Loyalsoldier/geoip)|🌚 🌍 🌝 GeoIP 规则文件加强版,支持自行定制 V2Ray dat 格式文件 geoip.dat、MaxMind mmdb 格式文件、sing-box SRS 格式文件、mihomo MRS 格式文件、Clash ruleset、Surge ruleset 等。Enhanced edition of GeoIP files for V2Ray, Xray-core, sing-box, Cl ...|3728|2024-10-10| |121|[deanxv/coze-discord-proxy](https://github.com/deanxv/coze-discord-proxy)|代理Discord对话Coze-Bot,实现以API形式请求GPT4模型,提供对话、文生图、图生文、知识库检索等功能。|3609|2024-10-09| |122|[xvzc/SpoofDPI](https://github.com/xvzc/SpoofDPI)|A simple and fast anti-censorship tool written in Go|3585|2024-09-19| |123|[phachon/mm-wiki](https://github.com/phachon/mm-wiki)|MM-Wiki 一个轻量级的企业知识分享与团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。部署方便,使用简单,帮助团队构建一个信息共享、文档管理的协作环境。|3555|2024-07-26| |124|[HDT3213/godis](https://github.com/HDT3213/godis)|A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群|3471|2024-10-07| |125|[ChineseSubFinder/ChineseSubFinder](https://github.com/ChineseSubFinder/ChineseSubFinder)|自动化中文字幕下载。字幕网站支持 shooter、xunlei、arrst、a4k、SubtitleBest 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM|3465|2024-05-23| |126|[XTLS/REALITY](https://github.com/XTLS/REALITY)|THE NEXT FUTURE|3457|2024-09-13| |127|[zan8in/afrog](https://github.com/zan8in/afrog)|A Security Tool for Bug Bounty, Pentest and Red Teaming.|3402|2024-09-30| |128|[TruthHun/BookStack](https://github.com/TruthHun/BookStack)|BookStack,基于MinDoc,使用Beego开发的在线文档管理系统,功能类似Gitbook和看云。|3394|2024-05-10| |129|[nutsdb/nutsdb](https://github.com/nutsdb/nutsdb)|A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.|3381|2024-07-29| |130|[Ackites/KillWxapkg](https://github.com/Ackites/KillWxapkg)|自动化反编译微信小程序,小程序安全评估工具,发现小程序安全问题,自动解密,解包,可还原工程目录,支持Hook,小程序修改|3345|2024-09-20| |131|[TarsCloud/TarsGo](https://github.com/TarsCloud/TarsGo)|A high performance microservice framework in golang. A linux foundation project.|3318|2024-06-15| |132|[uptrace/uptrace](https://github.com/uptrace/uptrace)|Open source APM: OpenTelemetry traces, metrics, and logs|3295|2024-10-04| |133|[kevwan/tproxy](https://github.com/kevwan/tproxy)|A cli tool to proxy and analyze TCP connections.|3240|2024-10-09| |134|[greycodee/wechat-backup](https://github.com/greycodee/wechat-backup)|微信聊天记录持久化备份本地硬盘,释放手机存储空间。|3234|2024-08-02| |135|[xjasonlyu/tun2socks](https://github.com/xjasonlyu/tun2socks)|tun2socks - powered by gVisor TCP/IP stack|3166|2024-09-29| |136|[Calcium-Ion/new-api](https://github.com/Calcium-Ion/new-api)|AI模型接口管理与分发系统,支持将多种大模型转为OpenAI格式调用、支持Midjourney Proxy、Suno、Rerank,兼容易支付协议,仅供个人或者企业内部管理与分发渠道使用,请勿用于商业用途,本项目基于One API二次开发。|3151|2024-10-10| |137|[chaozh/MIT-6.824](https://github.com/chaozh/MIT-6.824)|Basic Sources for MIT 6.824 Distributed Systems Class|3146|2024-05-31| |138|[daeuniverse/dae](https://github.com/daeuniverse/dae)|eBPF-based Linux high-performance transparent proxy solution.|3127|2024-10-11| |139|[wgpsec/ENScan_GO](https://github.com/wgpsec/ENScan_GO)|一款基于各大企业信息API的工具,解决在遇到的各种针对国内企业信息收集难题。一键收集控股公司ICP备案、APP、小程序、微信公众号等信息聚合导出。|3005|2024-09-27| |140|[lindb/lindb](https://github.com/lindb/lindb)|LinDB is a scalable, high performance, high availability distributed time series database.|2997|2024-10-11| |141|[qjfoidnh/BaiduPCS-Go](https://github.com/qjfoidnh/BaiduPCS-Go)|iikira/BaiduPCS-Go原版基础上集成了分享链接/秒传链接转存功能|2965|2024-08-18| |142|[nicksnyder/go-i18n](https://github.com/nicksnyder/go-i18n)|Translate your Go program into multiple languages.|2964|2024-08-16| |143|[mlogclub/bbs-go](https://github.com/mlogclub/bbs-go)|基于Golang的开源社区系统。简洁对话,高效互动,社区新体验!|2931|2024-09-17| |144|[alibaba/higress](https://github.com/alibaba/higress)|🤖 AI Gateway AI Native API Gateway|2917|2024-10-11| |145|[IrineSistiana/mosdns](https://github.com/IrineSistiana/mosdns)|一个 DNS 转发器|2911|2024-08-15| |146|[shunfei/cronsun](https://github.com/shunfei/cronsun)|A Distributed, Fault-Tolerant Cron-Style Job System.|2911|2024-06-06| |147|[deepflowio/deepflow](https://github.com/deepflowio/deepflow)|eBPF Observability - Distributed Tracing and Profiling|2850|2024-10-11| |148|[lonng/nano](https://github.com/lonng/nano)|Lightweight, facility, high performance golang based game server framework|2838|2024-06-08| |149|[filecoin-project/lotus](https://github.com/filecoin-project/lotus)|Reference implementation of the Filecoin protocol, written in Go|2832|2024-10-11| |150|[link1st/gowebsocket](https://github.com/link1st/gowebsocket)|golang基于websocket单台机器支持百万连接分布式聊天(IM)系统|2802|2024-06-12| |151|[goravel/goravel](https://github.com/goravel/goravel)|A Golang framework for web artisans. Tribute to Laravel.|2777|2024-10-09| |152|[q191201771/lal](https://github.com/q191201771/lal)|🔥 Golang audio/video live streaming lib/client/server. support RTMP, RTSP(RTP/RTCP), HLS, HTTP[S]/WebSocket-FLV/TS, GB28181, H264/H265/AAC/G711/OPUS, relay, cluster, record, HTTP Notify/API/UI. 直播|2772|2024-08-20| |153|[version-fox/vfox](https://github.com/version-fox/vfox)|A cross-platform and extendable version manager with support for Java, Node.js, Flutter, .Net & more|2765|2024-10-11| |154|[alibaba/sentinel-golang](https://github.com/alibaba/sentinel-golang)|Sentinel Go enables reliability and resiliency for Go microservices|2763|2024-10-10| |155|[WuKongIM/WuKongIM](https://github.com/WuKongIM/WuKongIM)|不只是即时通讯(IM)|2750|2024-10-11| |156|[koderover/zadig](https://github.com/koderover/zadig)|Zadig is a cloud native, distributed, developer-oriented DevOps platform|2750|2024-10-11| |157|[ph4ntonn/Stowaway](https://github.com/ph4ntonn/Stowaway)|👻Stowaway -- Multi-hop Proxy Tool for pentesters|2739|2024-08-28| |158|[go-chassis/go-chassis](https://github.com/go-chassis/go-chassis)|a cloud native application framework for Go with rich eco-system|2733|2024-09-10| |159|[erda-project/erda](https://github.com/erda-project/erda)|An enterprise-grade Cloud-Native application platform for Kubernetes.|2695|2024-10-10| |160|[1Panel-dev/KubePi](https://github.com/1Panel-dev/KubePi)|🚀 现代化、开源的 K8s 面板,1Panel 官方出品。|2681|2024-09-30| |161|[XiaoMi/Gaea](https://github.com/XiaoMi/Gaea)|Gaea is a mysql proxy, it's developed by xiaomi b2c-dev team.|2625|2024-09-26| |162|[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 ...|2574|2024-10-11| |163|[yunionio/cloudpods](https://github.com/yunionio/cloudpods)|A cloud-native open-source unified multi-cloud and hybrid-cloud platform. 开源、云原生的多云管理及混合云融合平台|2574|2024-10-11| |164|[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.|2566|2024-09-18| |165|[Finb/bark-server](https://github.com/Finb/bark-server)|Backend of Bark|2560|2024-10-08| |166|[go-ego/gse](https://github.com/go-ego/gse)|Go efficient multilingual NLP and text segmentation; support English, Chinese, Japanese and others.|2555|2024-08-22| |167|[signintech/gopdf](https://github.com/signintech/gopdf)|A simple library for generating PDF written in Go lang|2544|2024-09-20| |168|[alberliu/gim](https://github.com/alberliu/gim)|golang写的IM服务器(服务组件形式)|2537|2024-06-07| |169|[FloatTech/ZeroBot-Plugin](https://github.com/FloatTech/ZeroBot-Plugin)|基于 ZeroBot 的 OneBot 插件|2476|2024-10-11| |170|[liangdas/mqant](https://github.com/liangdas/mqant)|mqant是一款基于Golang语言的简洁,高效,高性能的分布式微服务框架|2473|2024-09-09| |171|[HACKERALERT/Picocrypt](https://github.com/HACKERALERT/Picocrypt)|A very small, very simple, yet very secure encryption tool.|2431|2024-06-01| |172|[flant/shell-operator](https://github.com/flant/shell-operator)|Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster|2414|2024-10-11| |173|[yanyiwu/gojieba](https://github.com/yanyiwu/gojieba)|"结巴"中文分词的Golang版本|2412|2024-09-14| |174|[polarismesh/polaris](https://github.com/polarismesh/polaris)|Service Discovery and Governance Platform for Microservice and Distributed Architecture|2392|2024-09-29| |175|[FxPool/FXMinerProxy](https://github.com/FxPool/FXMinerProxy)|🔥minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,minerproxy,矿池抽水,矿池中转,矿场运维专用|2391|2024-10-07| |176|[8treenet/freedom](https://github.com/8treenet/freedom)|Freedom是一个基于六边形架构的框架,可以支撑充血的领域模型范式。|2373|2024-09-03| |177|[xxjwxc/gormt](https://github.com/xxjwxc/gormt)|database to golang struct|2359|2024-09-29| |178|[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 🔥 ⎈ 🐳|2314|2024-10-10| |179|[babyname/fate](https://github.com/babyname/fate)|Fate is a modern science chinese name create tool. |2311|2024-06-27| |180|[aurora-develop/aurora](https://github.com/aurora-develop/aurora)|free|2250|2024-08-21| |181|[TangSengDaoDao/TangSengDaoDaoServer](https://github.com/TangSengDaoDao/TangSengDaoDaoServer)|高颜值 IM 即时通讯,聊天|2249|2024-10-08| |182|[go-gorm/gen](https://github.com/go-gorm/gen)|Gen: Friendly & Safer GORM powered by Code Generation|2239|2024-10-07| |183|[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 ...|2237|2024-10-11| |184|[ying32/govcl](https://github.com/ying32/govcl)| Cross-platform Go/Golang GUI library.|2222|2024-06-01| |185|[mojocn/base64Captcha](https://github.com/mojocn/base64Captcha)|captcha of base64 image string|2114|2024-06-26| |186|[eryajf/chatgpt-dingtalk](https://github.com/eryajf/chatgpt-dingtalk)|🎒 钉钉 & 🤖 GPT-3.5 让你的工作效率直接起飞 🚀 私聊群聊方式、单聊串聊模式、角色扮演、图片创作 🚀|2097|2024-08-06| |187|[apecloud/kubeblocks](https://github.com/apecloud/kubeblocks)|KubeBlocks is an open-source control plane software that runs and manages databases, message queues and other stateful applications on K8s.|2082|2024-10-11| |188|[go-eagle/eagle](https://github.com/go-eagle/eagle)|🦅 A Go framework for the API or Microservice|2069|2024-09-04| |189|[lotusdblabs/lotusdb](https://github.com/lotusdblabs/lotusdb)|Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.|2059|2024-10-08| |190|[sealerio/sealer](https://github.com/sealerio/sealer)|Build, Share and Run Both Your Kubernetes Cluster and Distributed Applications (Project under CNCF)|2058|2024-05-09| |191|[vearch/vearch](https://github.com/vearch/vearch)|Distributed vector search for AI-native applications|2040|2024-10-11| |192|[go-sonic/sonic](https://github.com/go-sonic/sonic)|Sonic is a blogging platform developed by Go. Simple and powerful|2009|2024-05-10| |193|[m13253/dns-over-https](https://github.com/m13253/dns-over-https)|High performance DNS over HTTPS client & server|1976|2024-08-10| |194|[danielgtaylor/huma](https://github.com/danielgtaylor/huma)|Huma REST/HTTP API Framework for Golang with OpenAPI 3.1|1973|2024-10-09| |195|[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,结 ...|1964|2024-10-08| |196|[kubeovn/kube-ovn](https://github.com/kubeovn/kube-ovn)|A Bridge between SDN and Cloud Native (Project under CNCF)|1944|2024-10-11| |197|[brokercap/Bifrost](https://github.com/brokercap/Bifrost)|Bifrost ---- 面向生产环境的 MySQL,MariaDB,kafka 同步到Redis,MongoDB,ClickHouse,StarRocks,Doris,Kafka等服务的异构中间件|1938|2024-08-08| |198|[go-nunu/nunu](https://github.com/go-nunu/nunu)|A CLI tool for building Go applications.|1894|2024-08-05| |199|[voidint/g](https://github.com/voidint/g)|Golang Version Manager|1893|2024-08-20| |200|[gobyexample-cn/gobyexample](https://github.com/gobyexample-cn/gobyexample)|Go by Example 通过例子学 Golang|1890|2024-04-29|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Groovy.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Groovy 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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.+|3131|2024-07-25| |2|[qq549631030/AndroidJunkCode](https://github.com/qq549631030/AndroidJunkCode)|Android马甲包生成垃圾代码插件|1078|2024-09-30| |3|[ihub-pub/plugins](https://github.com/ihub-pub/plugins)|A set of Gradle plug-ins that greatly simplify project management / 一套极大简化项目管理的Gradle插件集|741|2024-10-10| |4|[dqzboy/DevOps](https://github.com/dqzboy/DevOps)|DevOps. Make the project development and release simpler, easier and more efficient.|616|2024-07-09| |5|[fengzhizi715/AnalysisApp](https://github.com/fengzhizi715/AnalysisApp)|一个快速分析某个app使用哪些sdk的小工具|168|2024-06-16| |6|[galaxybruce/AndroidPionner](https://github.com/galaxybruce/AndroidPionner)|为android工程编译提供常用功能的gradle插件,旨在把一些常用自动化的脚本收集在一起。|39|2024-06-03| |7|[MystWeb/devops-library](https://github.com/MystWeb/devops-library)|Groovy Pipeline 共享库|15|2024-09-06| |8|[guolong123/manci](https://github.com/guolong123/manci)|一个 Jenkins library 库,轻松集成实现各个代码平台的 CI/CD 流程|8|2024-05-17| |9|[cuiliang0302/spring-boot-demo](https://github.com/cuiliang0302/spring-boot-demo)|最简单的springboot项目,用于测试java项目CICD功能。|5|2024-08-01| |10|[bwcxyk/config_file](https://github.com/bwcxyk/config_file)|配置文件|3|2024-10-11| |11|[StarPixel-Team/PCL-Client](https://github.com/StarPixel-Team/PCL-Client)|服务器 PCL 客户端|2|2024-07-01|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/HTML.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > HTML 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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.|27150|2024-08-12| |2|[microsoft/ai-edu](https://github.com/microsoft/ai-edu)|AI education materials for Chinese students, teachers and IT professionals.|13531|2024-05-16| |3|[xiaojieonly/Ehviewer_CN_SXJ](https://github.com/xiaojieonly/Ehviewer_CN_SXJ)|ehviewer,用爱发电,快乐前行|13509|2024-10-08| |4|[mmistakes/minimal-mistakes](https://github.com/mmistakes/minimal-mistakes)|:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.|12317|2024-10-02| |5|[HugoBlox/hugo-blox-builder](https://github.com/HugoBlox/hugo-blox-builder)|🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科 ...|8172|2024-10-06| |6|[all-contributors/all-contributors](https://github.com/all-contributors/all-contributors)|✨ Recognize all contributors, not just the ones who push code ✨|7649|2024-07-19| |7|[cotes2020/jekyll-theme-chirpy](https://github.com/cotes2020/jekyll-theme-chirpy)|A minimal, responsive, and feature-rich Jekyll theme for technical writing.|7296|2024-10-11| |8|[Huxpro/huxpro.github.io](https://github.com/Huxpro/huxpro.github.io)|My Blog / Jekyll Themes / PWA|7073|2024-08-16| |9|[goproxy/goproxy.cn](https://github.com/goproxy/goproxy.cn)|The most trusted Go module proxy in China.|6811|2024-05-03| |10|[xxlllq/system_architect](https://github.com/xxlllq/system_architect)|:100: 2024年系统架构设计师(软考高级)备考资料。|6683|2024-09-26| |11|[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 ...|6556|2024-10-01| |12|[yangzongzhuan/RuoYi](https://github.com/yangzongzhuan/RuoYi)|:tada: (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用|6053|2024-09-21| |13|[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 ...|5130|2024-09-24| |14|[CaiJimmy/hugo-theme-stack](https://github.com/CaiJimmy/hugo-theme-stack)|Card-style Hugo theme designed for bloggers|4922|2024-10-06| |15|[PaddlePaddle/VisualDL](https://github.com/PaddlePaddle/VisualDL)|Deep Learning Visualization Toolkit(『飞桨』深度学习可视化工具 )|4771|2024-10-11| |16|[kubernetes/website](https://github.com/kubernetes/website)|Kubernetes website and documentation repo: |4460|2024-10-11| |17|[hamukazu/lets-get-arrested](https://github.com/hamukazu/lets-get-arrested)|This project is intended to protest against the police in Japan|4138|2024-06-10| |18|[shd101wyy/markdown-preview-enhanced](https://github.com/shd101wyy/markdown-preview-enhanced)|One of the 'BEST' markdown preview extensions for Atom editor!|4126|2024-09-18| |19|[TransparentLC/WechatMomentScreenshot](https://github.com/TransparentLC/WechatMomentScreenshot)|朋友圈转发截图生成工具(⚠️Fork 不是收藏,请勿在贡献代码以外的情况下 Fork!)|3849|2024-08-29| |20|[pdf2htmlEX/pdf2htmlEX](https://github.com/pdf2htmlEX/pdf2htmlEX)|Convert PDF to HTML without losing text or format.|3762|2024-07-04| |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.|3746|2024-10-10| |22|[NLPIR-team/NLPIR](https://github.com/NLPIR-team/NLPIR)|-|3404|2024-10-05| |23|[qiubaiying/qiubaiying.github.io](https://github.com/qiubaiying/qiubaiying.github.io)|BY Blog ->|3140|2024-08-15| |24|[refscn/rplibs](https://github.com/refscn/rplibs)|Refs.cn 原型设计元件库,基于Axure RP 10/9,支持 Android、Apple、Windows、微信,移动、桌面平台的应用和网站原型设计。|3081|2024-09-06| |25|[OWASP/ASVS](https://github.com/OWASP/ASVS)|Application Security Verification Standard|2717|2024-10-10| |26|[aoaostar/legado](https://github.com/aoaostar/legado)|阅读APP书源|2677|2024-09-28| |27|[awesome-mlss/awesome-mlss](https://github.com/awesome-mlss/awesome-mlss)|🤖 Machine Learning Summer School deadlines|2649|2024-09-10| |28|[tencentyun/qcloud-documents](https://github.com/tencentyun/qcloud-documents)|腾讯云官方文档|2551|2024-09-25| |29|[Bionus/imgbrd-grabber](https://github.com/Bionus/imgbrd-grabber)|Very customizable imageboard/booru downloader with powerful filenaming features.|2529|2024-09-29| |30|[skr-shop/manuals](https://github.com/skr-shop/manuals)|Do design No code 💻📱🛒📚 |2420|2024-05-19| |31|[monlor/MIXBOX-ARCHIVE](https://github.com/monlor/MIXBOX-ARCHIVE)|一款基于Shell的小米路由器工具箱,原为Monlor-Tools,A tool box for XiaoMi Router base on Shell.|2313|2024-08-01| |32|[OnionBrowser/OnionBrowser](https://github.com/OnionBrowser/OnionBrowser)|An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network|2291|2024-09-25| |33|[cym1102/nginxWebUI](https://github.com/cym1102/nginxWebUI)|Nginx Web page configuration tool. Use web pages to quickly configure Nginx. Nginx网页管理工具,使用网页来快速配置与管理nginx单机与集群|2279|2024-09-07| |34|[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.|2260|2024-10-11| |35|[rust-lang/this-week-in-rust](https://github.com/rust-lang/this-week-in-rust)|Data for this-week-in-rust.org|2155|2024-10-10| |36|[gh0stkey/Web-Fuzzing-Box](https://github.com/gh0stkey/Web-Fuzzing-Box)|Web Fuzzing Box - Web 模糊测试字典与一些Payloads|2132|2024-06-14| |37|[cncf/tag-security](https://github.com/cncf/tag-security)|🔐CNCF Security Technical Advisory Group -- secure access, policy control, privacy, auditing, explainability and more!|2041|2024-10-10| |38|[AndrewEllis93/Print-Tuning-Guide](https://github.com/AndrewEllis93/Print-Tuning-Guide)|-|1954|2024-09-24| |39|[wx-chevalier/Awesome-Books-Notes](https://github.com/wx-chevalier/Awesome-Books-Notes)|:books: Awesome CS Books(with Digests)/Series(.pdf by git lfs) Warehouse for Geeks, ProgrammingLanguage, SoftwareEngineering, Web, AI, ServerSideApplication, Infrastructure, FE etc. :dizzy: 优秀创业、商业、产品 ...|1923|2024-10-08| |40|[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.|1834|2024-10-10| |41|[dqzboy/Docker-Proxy](https://github.com/dqzboy/Docker-Proxy)|🔥 🔥 🔥 自建Docker镜像加速服务,基于官方Docker Registry 一键部署Docker、K8s、Quay、Ghcr、Mcr、Nvcr等镜像加速\管理服务。支持免服务器部署到Render\Koyeb|1812|2024-10-07| |42|[xiaomabenten/system_architect](https://github.com/xiaomabenten/system_architect)|💯2024年 系统架构设计师(软考高级)备考资源库+配套免费刷题软件。PC版免费刷题软件:https://ruankaodaren.com|1801|2024-08-23| |43|[logoove/weui](https://github.com/logoove/weui)|weui+是在weui和zepto基础上开发的增强UI组件,目前分为表单,基础,组件,js插件四大类,共计百余项功能,是最全的weui样式|1756|2024-10-06| |44|[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等构建|1735|2024-09-26| |45|[MetaGLM/FinGLM](https://github.com/MetaGLM/FinGLM)|FinGLM: 致力于构建一个开放的、公益的、持久的金融大模型项目,利用开源开放来促进「AI+金融」。|1732|2024-05-08| |46|[netnr/kms](https://github.com/netnr/kms)|KMS 激活服务,slmgr 命令激活 Windows 系统、Office|1703|2024-04-25| |47|[qwerttvv/Beijing-IPTV](https://github.com/qwerttvv/Beijing-IPTV)|最好用的北京联通、北京移动IPTV频道列表。https://bjiptv.gq/|1658|2024-09-18| |48|[Threekiii/Vulnerability-Wiki](https://github.com/Threekiii/Vulnerability-Wiki)|基于 docsify 快速部署 Awesome-POC 中的漏洞文档|1621|2024-10-08| |49|[Qexo/Qexo](https://github.com/Qexo/Qexo)|A fast, powerful and beautiful online manager for all static blog frameworks. |1600|2024-10-05| |50|[EasyDarwin/EasyPlayer.js](https://github.com/EasyDarwin/EasyPlayer.js)|EasyPlayer.js H5播放器,是一款免费的能够同时支持HTTP、RTMP、HTTP-FLV、HLS(m3u8)直播与点播等多种协议,支持H.264、H.265、AAC等多种音视频编码格式,支持mse、asm、wasm等多种解码方式,支持Windows、Linux、Android、iOS全平台终端的H5播放器。EasyPlayer.js H5 Player support HTTP/RTM ...|1598|2024-08-01| |51|[mzlogin/mzlogin.github.io](https://github.com/mzlogin/mzlogin.github.io)|Jekyll Themes / GitHub Pages 博客模板 / A template repository for Jekyll based blog|1576|2024-10-11| |52|[wx-chevalier/DistributedSystem-Notes](https://github.com/wx-chevalier/DistributedSystem-Notes)|:books: 深入浅出分布式基础架构,Linux 与操作系统篇 分布式系统篇 分布式计算篇 数据库篇 网络篇 虚拟化与编排篇 大数据与云计算篇|1525|2024-09-22| |53|[xiaolai/xiaolai.github.io](https://github.com/xiaolai/xiaolai.github.io)|an ever-growing brain|1518|2024-05-11| |54|[nunocoracao/blowfish](https://github.com/nunocoracao/blowfish)|Personal Website & Blog Theme for Hugo|1428|2024-10-09| |55|[Vonng/Capslock](https://github.com/Vonng/Capslock)|Make Capslock Great Again!|1418|2024-08-12| |56|[re-zero-khis/re0-web](https://github.com/re-zero-khis/re0-web)|Re0:从零开始的异世界生活 (WEB版)|1321|2024-09-22| |57|[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.|1269|2024-10-05| |58|[openresty/openresty.org](https://github.com/openresty/openresty.org)|Code and data for the openresty.org site|1261|2024-08-18| |59|[travellings-link/travellings](https://github.com/travellings-link/travellings)|「开往 Travellings」是一个友链接力项目,旨在通过网络跳转的方式将流量引入那些鲜为人知的独立站点。 每当用户访问加入该项目的网页时,点击该网页上的“开往”按钮将随机跳转到另一个加入该项目的网页。|1260|2024-10-01| |60|[Tencent/tdesign-miniprogram](https://github.com/Tencent/tdesign-miniprogram)|A Wechat MiniProgram UI components lib for TDesign.|1200|2024-10-11| |61|[bulianglin/psub](https://github.com/bulianglin/psub)|利用CF Worker搭建的反代订阅转换工具|1197|2024-06-28| |62|[pazams/go-for-javascript-developers](https://github.com/pazams/go-for-javascript-developers)|A comparison between Go and Javascript|1194|2024-10-02| |63|[wx-chevalier/Database-Notes](https://github.com/wx-chevalier/Database-Notes)|📚深入浅出数据库存储:数据库理论、关系型数据库、文档型数据库、键值型数据库、New SQL、搜索引擎、数据仓库与 OLAP、大数据与数据中台|1193|2024-09-21| |64|[tanjiti/sec_profile](https://github.com/tanjiti/sec_profile)|爬取secwiki和xuanwu.github.io/sec.today,分析安全信息站点、安全趋势、提取安全工作者账号(twitter,weixin,github等)|1169|2024-10-09| |65|[sparanoid/7z](https://github.com/sparanoid/7z)|7-Zip Official Chinese Simplified Repository (Homepage and 7z Extra package)|1165|2024-09-19| |66|[timb-machine/linux-malware](https://github.com/timb-machine/linux-malware)|Tracking interesting Linux (and UNIX) malware. Send PRs|1118|2024-06-05| |67|[vbskycn/iptv](https://github.com/vbskycn/iptv)|iptv最新可用直播源iptv4/iptv6。直播电视系统,这里有折腾好了的,直接下载用吧。直播电视app电视手机全部兼容。|1114|2024-10-11| |68|[aleff-github/my-flipper-shits](https://github.com/aleff-github/my-flipper-shits)|Free and libre source BadUSB payloads for Flipper Zero. [Windows, GNU/Linux, iOS]|1107|2024-10-05| |69|[fwonggh/Bthub](https://github.com/fwonggh/Bthub)|Bthub最新地址发布页|1093|2024-09-29| |70|[Guyungy/damaihelper](https://github.com/Guyungy/damaihelper)|支持大麦网,淘票票、缤玩岛等多个平台,演唱会演出抢票脚本|1036|2024-04-23| |71|[hugo-toha/toha](https://github.com/hugo-toha/toha)|A Hugo theme for personal portfolio|1030|2024-10-08| |72|[reuixiy/hugo-theme-meme](https://github.com/reuixiy/hugo-theme-meme)|😝 You can’t spell awesome without MemE!|1018|2024-09-27| |73|[nshalabi/ATTACK-Tools](https://github.com/nshalabi/ATTACK-Tools)|Utilities for MITRE™ ATT&CK|1010|2024-05-23| |74|[helloxz/ccaa](https://github.com/helloxz/ccaa)|此项目不再维护,推荐使用Zdir替代!|1002|2024-08-16| |75|[ybdt/exp-hub](https://github.com/ybdt/exp-hub)|漏洞复现及武器化|990|2024-09-10| |76|[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性能测试工具)|986|2024-09-09| |77|[xqdoo00o/chatgpt-web](https://github.com/xqdoo00o/chatgpt-web)|Pure Javascript ChatGPT demo based on OpenAI API|984|2024-06-18| |78|[zgjx6/SocialEngineeringDictionaryGenerator](https://github.com/zgjx6/SocialEngineeringDictionaryGenerator)|社会工程学密码生成器,是一个利用个人信息生成密码的工具|982|2024-06-23| |79|[LesFerch/WinSetView](https://github.com/LesFerch/WinSetView)|Globally Set Explorer Folder Views|980|2024-10-10| |80|[xiaolai/bitcoin-whitepaper-chinese-translation](https://github.com/xiaolai/bitcoin-whitepaper-chinese-translation)|-|974|2024-06-21| |81|[erew123/alltalk_tts](https://github.com/erew123/alltalk_tts)|AllTalk is based on the Coqui TTS engine, similar to the Coqui_tts extension for Text generation webUI, however supports a variety of advanced features, such as a settings page, low VRAM support, Deep ...|970|2024-10-10| |82|[beyondguo/LLM-Tuning](https://github.com/beyondguo/LLM-Tuning)|Tuning LLMs with no tears💦; Sample Design Engineering (SDE) for more efficient downstream-tuning.|962|2024-04-27| |83|[qqxx6661/miaosha](https://github.com/qqxx6661/miaosha)|从零开始搭建秒杀系统 由浅入深,配合博客入门教程文章食用,风味极佳。|954|2024-04-21| |84|[xinglie/report-designer](https://github.com/xinglie/report-designer)|⚡打印设计、可视化、标签打印、编辑器、设计器、数据分析、报表设计、组件化、表单设计、h5页面、调查问卷、pdf生成、流程图、试卷、SVG、图形元素、物联网、标签纸|945|2024-09-21| |85|[wintermute-cell/magick.css](https://github.com/wintermute-cell/magick.css)|magically playful, yet simple styling. all in one file.|941|2024-06-01| |86|[wangchucheng/hugo-eureka](https://github.com/wangchucheng/hugo-eureka)|Eureka is a feature-rich and highly customizable Hugo theme.|924|2024-06-01| |87|[ybdt/post-hub](https://github.com/ybdt/post-hub)|后渗透|896|2024-10-05| |88|[pengan1987/computer-museum-dnbwg](https://github.com/pengan1987/computer-museum-dnbwg)|电脑博物馆 - compumuseum.com|885|2024-07-08| |89|[jhu-ep-coursera/fullstack-course5](https://github.com/jhu-ep-coursera/fullstack-course5)|All of the source code for the Single Page Web Applications with AngularJS course.|858|2024-07-23| |90|[bangumi/api](https://github.com/bangumi/api)|Build your app on Bangumi|839|2024-10-01| |91|[yuhuage/dizhi](https://github.com/yuhuage/dizhi)|雨花阁|828|2024-06-29| |92|[goose3/goose3](https://github.com/goose3/goose3)|A Python 3 compatible version of goose http://goose3.readthedocs.io/en/latest/index.html|811|2024-08-20| |93|[ProletRevDicta/Prolet](https://github.com/ProletRevDicta/Prolet)|Historical documents (in Chinese) about the GPCR (Thanks Comrade RC MR HR etc.)|809|2024-09-21| |94|[project-trans/MtF-wiki](https://github.com/project-trans/MtF-wiki)|MtF.wiki is a free, open, and continuously updating transgender female knowledge integration site.|801|2024-09-16| |95|[anki-geo/ultimate-geography](https://github.com/anki-geo/ultimate-geography)|Geography flashcard deck for Anki|800|2024-08-25| |96|[espressif/esp-box](https://github.com/espressif/esp-box)|The ESP-BOX is a new generation AIoT development platform released by Espressif Systems.|784|2024-07-30| |97|[HEIGE-PCloud/DoIt](https://github.com/HEIGE-PCloud/DoIt)|A clean, elegant and advanced blog theme for Hugo.|784|2024-10-06| |98|[tuna/mirror-web](https://github.com/tuna/mirror-web)|Source code of the web interface of https://mirrors.tuna.tsinghua.edu.cn/ |763|2024-10-09| |99|[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.|754|2024-08-23| |100|[wansenai/flow](https://github.com/wansenai/flow)|企业级流程中心(基于flowable和bpmn.js封装的流程引擎)|745|2024-09-04| |101|[dmego/home.github.io](https://github.com/dmego/home.github.io)|个人主页|737|2024-10-11| |102|[nodejh/hugo-theme-mini](https://github.com/nodejh/hugo-theme-mini)|A fast, minimalist and responsive hugo theme for bloggers.|735|2024-08-09| |103|[w3c/clreq](https://github.com/w3c/clreq)|Requirements for Chinese Text Layout|724|2024-10-10| |104|[lzjun567/python_scripts](https://github.com/lzjun567/python_scripts)|一些python相关的演示代码|717|2024-07-21| |105|[mawerty/Is-Prime](https://github.com/mawerty/Is-Prime)|O(1) Algorithm to check if number is prime that works in 95%+ cases.|713|2024-09-10| |106|[hugo-fixit/FixIt](https://github.com/hugo-fixit/FixIt)|🔧 A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题|713|2024-10-11| |107|[Linux-CN/archive](https://github.com/Linux-CN/archive)|Linux.cn Archive|698|2024-06-19| |108|[CodingDocs/typora-markdown-resume](https://github.com/CodingDocs/typora-markdown-resume)|Markdown 格式程序员简历模板,简洁大方!|695|2024-07-23| |109|[geeeeeeeek/videoproject](https://github.com/geeeeeeeek/videoproject)|基于python的视频点播网站,视频点播系统,python+Django开发的视频管理系统 - 毕业设计 - 课程设计|667|2024-05-28| |110|[JohnYan2017/SmartCharts](https://github.com/JohnYan2017/SmartCharts)|🔥数据可视化,大屏, 支持Echarts,SQL,API,VUE,可用于Jupyter, 比pyecharts容易, 极低门槛,拿来即用,比拖拽方便,项目插件或独立平台皆可, 简单, 敏捷, 高效, 通用化, 高度可定制化,为你完全打通前后端, 图形数据联动, 筛选开发毫无压力, 数据缓存处理机制让报表快人一步|654|2024-10-08| |111|[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 ...|652|2024-10-11| |112|[zoom/meetingsdk-web-sample](https://github.com/zoom/meetingsdk-web-sample)|Zoom Meeting SDK web sample|622|2024-09-30| |113|[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|611|2024-10-11| |114|[lazyparser/weloveinterns](https://github.com/lazyparser/weloveinterns)|PLCT Lab ❤️ Interns!|611|2024-10-10| |115|[openpilot-hub/devpilot-intellij](https://github.com/openpilot-hub/devpilot-intellij)|Your new coding buddy, designed exclusively for IntelliJ IDEA.|600|2024-10-11| |116|[kaityo256/github](https://github.com/kaityo256/github)|GitHub演習|586|2024-05-09| |117|[plctlab/PLCT-Weekly](https://github.com/plctlab/PLCT-Weekly)|软件所PLCT实验室在开源领域的不定期简报|578|2024-10-08| |118|[Clouditera/Clouditera.github.io](https://github.com/Clouditera/Clouditera.github.io)|塑造未来的安全领域智能革命|575|2024-10-10| |119|[chipzoller/hugo-clarity](https://github.com/chipzoller/hugo-clarity)|A theme for Hugo based on VMware Clarity|575|2024-09-23| |120|[LuckyPuppy514/Play-With-MPV](https://github.com/LuckyPuppy514/Play-With-MPV)|使用 MPV 播放网页中的视频|573|2024-06-30| |121|[AmazingRise/hugo-theme-diary](https://github.com/AmazingRise/hugo-theme-diary)|Moments piled up. A Hugo theme ported from SumiMakito/hexo-theme-Journal.|560|2024-08-12| |122|[tgnav/tgnav.github.io](https://github.com/tgnav/tgnav.github.io)|TGNAV - Telegram频道群组导航。收录Telegram上的优质频道和群组,打造一个高质量Telegram导航。|546|2024-10-05| |123|[philsturgeon/dbad](https://github.com/philsturgeon/dbad)|Dont Be a Dick Public License|540|2024-08-05| |124|[mapbox/storytelling](https://github.com/mapbox/storytelling)|Storytelling with maps template|539|2024-08-29| |125|[w3c/chinese-ig](https://github.com/w3c/chinese-ig)|Web中文兴趣组|536|2024-08-02| |126|[razonyang/hugo-theme-bootstrap](https://github.com/razonyang/hugo-theme-bootstrap)|A fast, responsive, multipurpose and feature-rich Hugo theme.|501|2024-10-10| |127|[kbtxwer/IELTS](https://github.com/kbtxwer/IELTS)|剑桥雅思|496|2024-07-02| |128|[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|484|2024-05-29| |129|[OpenIoTHub/OpenIoTHub](https://github.com/OpenIoTHub/OpenIoTHub)|💖A free IoT (Internet of Things) platform and private cloud. [一个免费的物联网和私有云平台,支持内网穿透]|482|2024-08-20| |130|[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 ...|482|2024-08-27| |131|[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|474|2024-10-09| |132|[joway/hugo-theme-yinyang](https://github.com/joway/hugo-theme-yinyang)|A black-white theme for Hugo.|468|2024-07-11| |133|[botuniverse/onebot-11](https://github.com/botuniverse/onebot-11)|OneBot 11 标准|467|2024-04-27| |134|[NianBroken/Firework_Simulator](https://github.com/NianBroken/Firework_Simulator)|烟花模拟器,一个可以模拟各种烟花效果的网页 它可以展示各种绚丽多彩的烟花效果,并让人仿佛置身于真实烟花的绚丽世界之中。 模拟烟花 烟花网页 烟花绽放 烟花效果|463|2024-07-27| |135|[DualSubs/YouTube](https://github.com/DualSubs/YouTube)|YouTube字幕增强及双语模块|457|2024-09-25| |136|[cdfmlr/muvtuber](https://github.com/cdfmlr/muvtuber)|Makes your AI vtuber|452|2024-08-27| |137|[superconvert/smart_rtmpd](https://github.com/superconvert/smart_rtmpd)|RTMP server, smart, compact, high performance(c, c++), high concurrency, easy to maintain, easy to deploy, (supports multiple operating systems Windows and Linux, ARM, FreeBSD)|448|2024-09-16| |138|[DistSysCorp/ddia](https://github.com/DistSysCorp/ddia)|DDIA 逐章精读|443|2024-09-08| |139|[25H/MayeLite](https://github.com/25H/MayeLite)|Maye Lite 一个更轻更简洁的快速启动工具|436|2024-06-22| |140|[miaoermua/CatWrt](https://github.com/miaoermua/CatWrt)|🌠 客制化 OpenWrt 智能网关|428|2024-09-17| |141|[ZutJoe/KoalaHackerNews](https://github.com/ZutJoe/KoalaHackerNews)|Koala hacker news 周报内容 每周二0点左右更新|424|2024-09-30| |142|[Nayacco/lizhi](https://github.com/Nayacco/lizhi)|🎉 南京李志 在线播放 国内高速cdn迅雷下载|423|2024-10-11| |143|[maunium/dontasktoask.com](https://github.com/maunium/dontasktoask.com)|An informational website about why you should ask questions directly instead of asking to ask|421|2024-08-12| |144|[untra/polyglot](https://github.com/untra/polyglot)|:abc: Multilingual and i18n support tool for Jekyll Blogs|411|2024-09-24| |145|[kyuridenamida/atcoder-tools](https://github.com/kyuridenamida/atcoder-tools)|Convenient modules & tools for AtCoder users, written in Python 3.6|396|2024-06-18| |146|[MassMove/AttackVectors](https://github.com/MassMove/AttackVectors)|A repository to monitor attack vectors from state-backed information operations|395|2024-07-28| |147|[xiaolai/apple-computer-literacy](https://github.com/xiaolai/apple-computer-literacy)|个人电脑使用(以苹果产品为例)|389|2024-06-05| |148|[lijiejie/eyes.sh](https://github.com/lijiejie/eyes.sh)|Optimized DNS/HTTP Log Tool for pentesters, faster and easy to use.|381|2024-06-27| |149|[doocs/doocs.github.io](https://github.com/doocs/doocs.github.io)|💁‍♀️ Welcome to the Doocs Open Source organization 欢迎加入 Doocs 开源社区|379|2024-07-05| |150|[iamjoel/front-end-note](https://github.com/iamjoel/front-end-note)|:memo: Web前端洞见。有深度的Web 前端内容。|369|2024-06-04| |151|[PhuLai/eua-dataset](https://github.com/PhuLai/eua-dataset)|Edge server, user dataset for Edge Computing research|368|2024-06-08| |152|[xiaomabenten/ruankao_itpm](https://github.com/xiaomabenten/ruankao_itpm)|💯2024年信息系统项目管理师(软考高级)备考资源库。PC版免费刷题软件:https://ruankaodaren.com|367|2024-05-20| |153|[yangzongzhuan/RuoYi-fast](https://github.com/yangzongzhuan/RuoYi-fast)|:tada: (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用|366|2024-09-21| |154|[wy876/wiki](https://github.com/wy876/wiki)|漏洞文库 wiki.wy876.cn|362|2024-09-28| |155|[hylarucoder/playbase](https://github.com/hylarucoder/playbase)|django htmx tailwind best practice|361|2024-04-28| |156|[YongxinLiu/MicrobiomeStatPlot](https://github.com/YongxinLiu/MicrobiomeStatPlot)|Interpretation and visualization of microbiome charts|360|2024-09-24| |157|[guifaChild/text_to_vedio](https://github.com/guifaChild/text_to_vedio)|这是一个由文本直接生成视频的项目|352|2024-07-09| |158|[HarleysZhang/dl_note](https://github.com/HarleysZhang/dl_note)|深度学习系统笔记,包含深度学习数学基础知识、神经网络基础部件详解、深度学习炼丹策略、模型压缩算法详解。|351|2024-09-19| |159|[souying/vercel-api-proxy](https://github.com/souying/vercel-api-proxy)|vercel反向代理。完全免费,万能代理,可代理全网一切接口,包括openai、github、google、Telegram、全面代理ai项目一键安装|350|2024-05-08| |160|[folkstory/lingqiu](https://github.com/folkstory/lingqiu)|灵丘民间故事歌谣谚语集成|348|2024-07-05| |161|[xiaoqingfengATGH/luci-theme-infinityfreedom](https://github.com/xiaoqingfengATGH/luci-theme-infinityfreedom)|A theme for HomeLede and Openwrt.|347|2024-07-31| |162|[confcodeofconduct/confcodeofconduct.com](https://github.com/confcodeofconduct/confcodeofconduct.com)|A code of conduct template for conferences|344|2024-06-04| |163|[zenuo/gogo](https://github.com/zenuo/gogo)|「勾勾」是一个搜索工具,搜索结果基于谷歌,致力于「安全和简洁」的搜索体验。|339|2024-07-20| |164|[daliansky/daliansky.github.io](https://github.com/daliansky/daliansky.github.io)|黑果小兵的部落阁|325|2024-09-18| |165|[Putarku/MoviePilot-Help](https://github.com/Putarku/MoviePilot-Help)|MoviePilot配置及使用过程的中的常见问题|322|2024-09-21| |166|[breakings/OpenWrt](https://github.com/breakings/OpenWrt)|-|320|2024-06-10| |167|[yk47g/gitkraken-chinese](https://github.com/yk47g/gitkraken-chinese)|GitKraken的中文汉化补丁|314|2024-10-08| |168|[TheBlindM/T-Shell](https://github.com/TheBlindM/T-Shell)|智能命令行终端应用|313|2024-06-08| |169|[smallfox233/JsonExp](https://github.com/smallfox233/JsonExp)|fastjson漏洞批量检测工具|309|2024-07-12| |170|[missuo/Telegraph-Image-Hosting](https://github.com/missuo/Telegraph-Image-Hosting)|Build a free image hosting with Telegraph|306|2024-09-08| |171|[OpenPGP/openpgp.org](https://github.com/OpenPGP/openpgp.org)|OpenPGP.org website|292|2024-10-11| |172|[ZJUZBW/-Wotr-BD-](https://github.com/ZJUZBW/-Wotr-BD-)|开拓者-正义之怒的剧情队友和动物伙伴的Build收集。虽说是收集,但是其实都是自己写的,只是有部分参考QQ群和贴吧的BD思路。|280|2024-09-15| |173|[ZJUZBW/Wotr-BD-LR](https://github.com/ZJUZBW/Wotr-BD-LR)|正义之怒Wotr主角BD搜集|279|2024-09-12| |174|[coffeehb/tools](https://github.com/coffeehb/tools)|一些实用的python脚本|275|2024-07-05| |175|[xyhelper/chatgpt-share-server](https://github.com/xyhelper/chatgpt-share-server)|-|274|2024-06-01| |176|[wudibo/ok-admin](https://github.com/wudibo/ok-admin)|一个很赞的,扁平化风格的,响应式布局的通用后台模版解决方案,旨为后端程序员减压!目前ok-admin v2.0代码托管在Gitee,如果您觉得好用,star支持一下,么么哒!👉 Gitee传送门:https://gitee.com/wudibo/ok-admin|273|2024-05-01| |177|[PBH-BTN/BTN-Collected-Rules](https://github.com/PBH-BTN/BTN-Collected-Rules)|由 BTN 网络统计分析/用户报告得出的可被安全的加入系统防火墙屏蔽的 IP 地址列表|269|2024-10-11| |178|[wyagd001/wyagd001.github.io](https://github.com/wyagd001/wyagd001.github.io)|个人主页, Autohotkey 中文帮助, 自用脚本介绍|268|2024-09-27| |179|[wangwc18/mygoFlaskProject](https://github.com/wangwc18/mygoFlaskProject)|记录mygo在b站下架前的样子|266|2024-06-26| |180|[cosname/cosx.org](https://github.com/cosname/cosx.org)|统计之都主站|266|2024-09-23| |181|[xiaozhu2021/key](https://github.com/xiaozhu2021/key)|激活码|262|2024-06-26| |182|[yumendy/LibraryManagement](https://github.com/yumendy/LibraryManagement)|-|256|2024-06-03| |183|[ybdt/fish-hub](https://github.com/ybdt/fish-hub)|社工钓鱼|255|2024-10-05| |184|[ddzipp/AutoAudit](https://github.com/ddzipp/AutoAudit)|AutoAudit—— the LLM for Cyber Security 网络安全大语言模型|251|2024-05-16| |185|[ybdt/pentest-hub](https://github.com/ybdt/pentest-hub)|Web打点、WAF绕过、代码审计|251|2024-10-11| |186|[open-c3/open-c3](https://github.com/open-c3/open-c3)|自动化运维平台/CICD系统/发布系统/作业平台/监控系统/云监控/故障自愈/K8S集群管理/CMDB/公有云资源管理/工单系统/流程系统/成本优化|251|2024-10-11| |187|[siddhantgoel/awesome-beancount](https://github.com/siddhantgoel/awesome-beancount)|Awesome Beancount Resources|251|2024-09-21| |188|[yangzongzhuan/RuoYi-Oracle](https://github.com/yangzongzhuan/RuoYi-Oracle)|:tada: (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用|248|2024-09-21| |189|[xiongbao/we.dog](https://github.com/xiongbao/we.dog)|我们是狗,舔狗。心酸的舔狗日记。|247|2024-07-24| |190|[Anarion-zuo/AnBlogs](https://github.com/Anarion-zuo/AnBlogs)|All of my published&unpublished blogs|246|2024-04-24| |191|[YongxinLiu/EasyAmplicon](https://github.com/YongxinLiu/EasyAmplicon)|Easy Amplicon data analysis pipeline |243|2024-08-13| |192|[YongxinLiu/EasyMetagenome](https://github.com/YongxinLiu/EasyMetagenome)|Easy Metagenome Pipeline|238|2024-10-04| |193|[martignoni/hugo-notice](https://github.com/martignoni/hugo-notice)|A Hugo theme component to display nice notices|238|2024-07-07| |194|[hongmaple/octopus](https://github.com/hongmaple/octopus)|octopus高校教学综合平台,主要用于对教师,学生,管理的信息管理,课程管理,专业信息管理,班级管理,可以添加题库,可以上传下载教学资料,可以设置考试试卷,可以进行在线考试和自动评分。本系统基于若依框架,感谢若依的开源,RuoYi 是一个 Java EE 企业级快速开发平台,基于经典技术组合(Spring Boot、Apache Shiro、MyBatis、Thymeleaf、Bootstrap ...|235|2024-09-02| |195|[amphineko/atomicneko](https://github.com/amphineko/atomicneko)|a simple homepage (or template) located at|231|2024-10-11| |196|[geeeeeeeek/web_tool](https://github.com/geeeeeeeek/web_tool)|静态响应式网址导航网站,全静态html页面,一键部署安装。在线预览:https://geeeeeeeek.github.io/web_tool/|229|2024-08-20| |197|[NianBroken/Personal_Sakura_Guide_Page](https://github.com/NianBroken/Personal_Sakura_Guide_Page)|一款好看的樱花个人引导页,普通虚拟主机即可搭建,无需其他环境。把源码上传到服务器,修改index.html里面的代码,访问域名就可以使用。纯Html-Css-JavaScript|227|2024-07-28| |198|[iplaycode/webstack-hugo](https://github.com/iplaycode/webstack-hugo)|Hugo版 WebStack 主题 Demo|223|2024-07-15| |199|[shidahuilang/openwrt](https://github.com/shidahuilang/openwrt)|openwrt编译更新库X86-R2C-R2S-R4S-R5S-N1-小米MI系列等多机型全部适配OTA自动升级|219|2024-10-08| |200|[yihui/yihui.org](https://github.com/yihui/yihui.org)|Personal website and discussion board of Yihui Xie 谢益辉|219|2024-10-10|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Java.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Java 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[macrozheng/mall](https://github.com/macrozheng/mall)|mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。|77585|2024-10-10| |2|[Stirling-Tools/Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF)|#1 Locally hosted web application that allows you to perform various operations on PDF files|43514|2024-10-09| |3|[apache/dubbo](https://github.com/apache/dubbo)|The java implementation of Apache Dubbo. An RPC and microservice framework.|40426|2024-10-11| |4|[jeecgboot/JeecgBoot](https://github.com/jeecgboot/JeecgBoot)|🔥「企业级低代码平台」前后端分离架构SpringBoot 2.x/3.x,SpringCloud,Ant Design&Vue3,Mybatis,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性 ...|40344|2024-10-11| |5|[alibaba/arthas](https://github.com/alibaba/arthas)|Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas|35501|2024-10-04| |6|[bumptech/glide](https://github.com/bumptech/glide)|An image loading and caching library for Android focused on smooth scrolling|34623|2024-10-02| |7|[halo-dev/halo](https://github.com/halo-dev/halo)|强大易用的开源建站工具。|33688|2024-10-11| |8|[Blankj/AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode)|:fire: Android developers should collect the following utils(updating).|33273|2024-08-15| |9|[xkcoding/spring-boot-demo](https://github.com/xkcoding/spring-boot-demo)|🚀一个用来深入学习并实战 Spring Boot 的项目。|32969|2024-07-24| |10|[alibaba/easyexcel](https://github.com/alibaba/easyexcel)|快速、简洁、解决大文件内存溢出的java处理Excel工具|32126|2024-09-11| |11|[TeamNewPipe/NewPipe](https://github.com/TeamNewPipe/NewPipe)|A libre lightweight streaming front-end for Android.|31293|2024-10-10| |12|[alibaba/nacos](https://github.com/alibaba/nacos)|an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.|30148|2024-10-11| |13|[apolloconfig/apollo](https://github.com/apolloconfig/apollo)|Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.|29105|2024-10-08| |14|[dromara/hutool](https://github.com/dromara/hutool)|🍬A set of tools that keep Java sweet.|29041|2024-10-11| |15|[alibaba/canal](https://github.com/alibaba/canal)|阿里巴巴 MySQL binlog 增量订阅&消费组件 |28410|2024-09-13| |16|[alibaba/druid](https://github.com/alibaba/druid)|阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池|27935|2024-10-09| |17|[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.|27871|2024-09-27| |18|[xuxueli/xxl-job](https://github.com/xuxueli/xxl-job)|A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)|27475|2024-08-14| |19|[lenve/vhr](https://github.com/lenve/vhr)|微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。|27334|2024-07-19| |20|[YunaiV/ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro)|🔥 官方推荐 🔥 RuoYi-Vue 全新 Pro 版本,优化重构所有功能。基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统 + 微信小程序,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!|27078|2024-10-07| |21|[alibaba/fastjson](https://github.com/alibaba/fastjson)|FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.|25735|2024-07-16| |22|[apache/incubator-seata](https://github.com/apache/incubator-seata)|:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.|25267|2024-10-11| |23|[scwang90/SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout)|🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。|24918|2024-04-19| |24|[CymChad/BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)|BRVAH:Powerful and flexible RecyclerAdapter|24307|2024-06-26| |25|[apache/skywalking](https://github.com/apache/skywalking)|APM, Application Performance Monitoring System|23775|2024-10-11| |26|[alibaba/Sentinel](https://github.com/alibaba/Sentinel)|A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)|22348|2024-09-23| |27|[elunez/eladmin](https://github.com/elunez/eladmin)|eladmin jpa 版本:项目基于 Spring Boot 2.6.4、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由|21262|2024-09-19| |28|[CarGuo/GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer)|视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,16k page size,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动 ...|20144|2024-10-10| |29|[didi/DoKit](https://github.com/didi/DoKit)|一款面向泛前端产品研发全生命周期的效率平台。|20103|2024-06-14| |30|[linlinjava/litemall](https://github.com/linlinjava/litemall)|又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端|19153|2024-09-11| |31|[dianping/cat](https://github.com/dianping/cat)|CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。|18656|2024-08-20| |32|[pppscn/SmsForwarder](https://github.com/pppscn/SmsForwarder)|短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉群自定义机器人、钉钉企业内机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。包括主动控制服务端与客户端,让你轻松远程发短信、查短信、查通话、查话簿、查电量等。(V3.0 新增)PS.这个APK主要是 ...|17807|2024-10-01| |33|[dataease/dataease](https://github.com/dataease/dataease)|🔥 人人可用的开源 BI 工具,Tableau、帆软的开源替代。|17579|2024-10-11| |34|[Tencent/APIJSON](https://github.com/Tencent/APIJSON)|🏆 实时 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构 🏆 Real-Time coding-free, powerful and secure ORM 🚀 providing APIs and Docs without coding by Backend, and the returned JSON of API can be ...|17182|2024-10-09| |35|[facebook/fresco](https://github.com/facebook/fresco)|An Android library for managing images and the memory they use.|17070|2024-10-10| |36|[justauth/JustAuth](https://github.com/justauth/JustAuth)|🏆Gitee 最有价值开源项目 🚀:100: 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么、 ...|16454|2024-09-01| |37|[dromara/Sa-Token](https://github.com/dromara/Sa-Token)|一个轻量级 Java 权限认证框架,让鉴权变得简单、优雅!—— 登录认证、权限认证、分布式Session会话、微服务网关鉴权、单点登录、OAuth2.0|16235|2024-09-02| |38|[YunaiV/yudao-cloud](https://github.com/YunaiV/yudao-cloud)|ruoyi-vue-pro 全新 Cloud 版本,优化重构所有功能。基于 Spring Cloud Alibaba + MyBatis Plus + Vue & Element 实现的后台管理系统 + 用户小程序,支持 RBAC 动态权限、多租户、数据权限、工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!|16155|2024-10-07| |39|[alibaba/DataX](https://github.com/alibaba/DataX)|DataX是阿里云DataWorks数据集成的开源版本。|15849|2024-10-03| |40|[CodePhiliaX/Chat2DB](https://github.com/CodePhiliaX/Chat2DB)|🔥🔥🔥AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite, H2, ClickHouse, and more.|15020|2024-09-25| |41|[questdb/questdb](https://github.com/questdb/questdb)|QuestDB is an open source time-series database for fast ingest and SQL queries|14441|2024-10-11| |42|[LuckSiege/PictureSelector](https://github.com/LuckSiege/PictureSelector)|Picture Selector Library for Android or 图片选择器|13271|2024-05-11| |43|[DuGuQiuBai/Java](https://github.com/DuGuQiuBai/Java)|27天成为Java大神|12773|2024-07-20| |44|[apache/doris](https://github.com/apache/doris)|Apache Doris is an easy-to-use, high performance and unified analytics database.|12418|2024-10-11| |45|[codecentric/spring-boot-admin](https://github.com/codecentric/spring-boot-admin)|Admin UI for administration of spring boot applications|12354|2024-10-11| |46|[pagehelper/Mybatis-PageHelper](https://github.com/pagehelper/Mybatis-PageHelper)|Mybatis通用分页插件|12197|2024-09-30| |47|[alibaba/COLA](https://github.com/alibaba/COLA)|🥤 COLA: Clean Object-oriented & Layered Architecture|11931|2024-08-27| |48|[macrozheng/mall-swarm](https://github.com/macrozheng/mall-swarm)|mall-swarm是一套微服务商城系统,采用了 Spring Cloud Alibaba、Spring Boot 3.2、Sa-Token、MyBatis、Elasticsearch、Docker、Kubernetes等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。|11748|2024-08-08| |49|[Tencent/matrix](https://github.com/Tencent/matrix)|Matrix is a plugin style, non-invasive APM system developed by WeChat.|11599|2024-07-23| |50|[metersphere/metersphere](https://github.com/metersphere/metersphere)|MeterSphere 是新一代的开源持续测试工具,让软件测试工作更简单、更高效,不再成为持续交付的瓶颈。|11561|2024-10-11| |51|[code4craft/webmagic](https://github.com/code4craft/webmagic)|A scalable web crawler framework for Java.|11390|2024-10-09| |52|[lingochamp/FileDownloader](https://github.com/lingochamp/FileDownloader)|Multitask、MultiThread(MultiConnection)、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process|11025|2024-08-04| |53|[daniulive/SmarterStreaming](https://github.com/daniulive/SmarterStreaming)|业内为数不多致力于极致体验的超强全自研跨平台(windows/linux/android/iOS)流媒体内核,通过模块化自由组合,支持实时RTMP推流、RTSP推流、RTMP播放器、RTSP播放器、录像、多路流媒体转发、音视频导播、动态视频合成、音频混音、直播互动、内置轻量级RTSP服务等,比快更快,业界真正靠谱的超低延迟直播SDK(1秒内,低延迟模式下150~300ms)。|10940|2024-09-25| |54|[kekingcn/kkFileView](https://github.com/kekingcn/kkFileView)|Universal File Online Preview Project based on Spring-Boot|10609|2024-09-30| |55|[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.|10532|2024-10-11| |56|[asLody/VirtualApp](https://github.com/asLody/VirtualApp)|Virtual Engine for Android(Support 14.0 in business version)|10183|2024-09-14| |57|[Team-xManager/xManager](https://github.com/Team-xManager/xManager)|Ad-Free, New Features & Freedom|9807|2024-09-09| |58|[resilience4j/resilience4j](https://github.com/resilience4j/resilience4j)|Resilience4j is a fault tolerance library designed for Java8 and functional programming|9725|2024-10-11| |59|[hackware1993/MagicIndicator](https://github.com/hackware1993/MagicIndicator)|A powerful, customizable and extensible ViewPager indicator framework. As the best alternative of ViewPagerIndicator, TabLayout and PagerSlidingTabStrip —— 强大、可定制、易扩展的 ViewPager 指示器框架。是ViewPagerIn ...|9719|2024-08-26| |60|[zfile-dev/zfile](https://github.com/zfile-dev/zfile)|在线云盘、网盘、OneDrive、云存储、私有云、对象存储、h5ai、上传、下载|9519|2024-10-03| |61|[crossoverJie/cim](https://github.com/crossoverJie/cim)|📲cim(cross IM) 适用于开发者的分布式即时通讯系统|9235|2024-10-11| |62|[huanghaibin-dev/CalendarView](https://github.com/huanghaibin-dev/CalendarView)|Android上一个优雅、万能自定义UI、仿iOS、自定义动画,支持垂直、水平方向切换、支持周视图、自定义周起始、性能高效的日历控件,支持热插拔实现的UI定制!支持标记、自定义颜色、农历、自定义月视图各种显示模式等。Canvas绘制,速度快、占用内存低,你真的想不到日历居然还可以如此优雅!An elegant, highly customized and high-performance Cale ...|9119|2024-09-05| |63|[sohutv/cachecloud](https://github.com/sohutv/cachecloud)|搜狐视频(sohu tv)Redis私有云平台 :支持Redis多种架构(Standalone、Sentinel、Cluster)高效管理、有效降低大规模redis运维成本,提升资源管控能力和利用率。平台提供快速搭建/迁移,运维管理,弹性伸缩,统计监控,客户端整合接入等功能。(CacheCloud is a Redis cloud management platform. It supports ...|8822|2024-08-05| |64|[apache/shenyu](https://github.com/apache/shenyu)|Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.|8427|2024-10-11| |65|[hs-web/hsweb-framework](https://github.com/hs-web/hsweb-framework)|hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。|8325|2024-09-09| |66|[xuchengsheng/spring-reading](https://github.com/xuchengsheng/spring-reading)|涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。|8151|2024-07-29| |67|[alibaba/otter](https://github.com/alibaba/otter)|阿里巴巴分布式数据库同步系统(解决中美异地机房)|8059|2024-05-25| |68|[apache/seatunnel](https://github.com/apache/seatunnel)|SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.|7881|2024-10-11| |69|[wildfirechat/im-server](https://github.com/wildfirechat/im-server)|即时通讯(IM)系统|7867|2024-10-02| |70|[junixapp/XPopup](https://github.com/junixapp/XPopup)|🔥XPopup2.0版本重磅来袭,2倍以上性能提升,带来可观的动画性能优化和交互细节的提升!!!功能强大,交互优雅,动画丝滑的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!(Powerful and Beautiful Popup for A ...|7730|2024-07-17| |71|[alibaba/transmittable-thread-local](https://github.com/alibaba/transmittable-thread-local)|📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.|7631|2024-10-11| |72|[Tencent/Shadow](https://github.com/Tencent/Shadow)|零反射全动态Android插件框架|7436|2024-04-28| |73|[abel533/Mapper](https://github.com/abel533/Mapper)|Mybatis Common Mapper - Easy to use|7325|2024-08-25| |74|[Qihoo360/RePlugin](https://github.com/Qihoo360/RePlugin)|RePlugin - A flexible, stable, easy-to-use Android Plug-in Framework|7261|2024-09-04| |75|[didi/KnowStreaming](https://github.com/didi/KnowStreaming)|一站式云原生实时流数据平台,通过0侵入、插件化构建企业级Kafka服务,极大降低操作、存储和管理实时流数据门槛|6932|2024-08-23| |76|[DroidPluginTeam/DroidPlugin](https://github.com/DroidPluginTeam/DroidPlugin)|A plugin framework on android,Run any third-party apk without installation, modification or repackage|6898|2024-06-06| |77|[HMCL-dev/HMCL](https://github.com/HMCL-dev/HMCL)|A Minecraft Launcher which is multi-functional, cross-platform and popular|6865|2024-10-11| |78|[PowerJob/PowerJob](https://github.com/PowerJob/PowerJob)|Enterprise job scheduling middleware with distributed computing ability.|6847|2024-09-09| |79|[alibaba/jvm-sandbox](https://github.com/alibaba/jvm-sandbox)|Real - time non-invasive AOP framework container based on JVM|6771|2024-10-03| |80|[Meituan-Dianping/walle](https://github.com/Meituan-Dianping/walle)|Android Signature V2 Scheme签名下的新一代渠道包打包神器|6767|2024-05-30| |81|[zouzg/mybatis-generator-gui](https://github.com/zouzg/mybatis-generator-gui)|mybatis-generator界面工具,让你生成代码更简单更快捷|6670|2024-07-09| |82|[jeecgboot/JimuReport](https://github.com/jeecgboot/JimuReport)|「可视化报表,DataV、帆软的开源替代」积木报表是一款类Excel操作风格,在线拖拽设计的报表工具。功能涵盖: 报表设计、打印设计、图形报表、仪表盘门户设计、大屏设计等,完全免费!秉承“简单、易用、专业”的产品理念,极大的降低报表开发难度、缩短开发周期、解决各类报表难题。|6386|2024-09-27| |83|[wxiaoqi/Spring-Cloud-Platform](https://github.com/wxiaoqi/Spring-Cloud-Platform)|🔥🔥🔥国内首个Spring Cloud微服务化RBAC的管理平台,核心采用Spring Boot 2.4、Spring Cloud 2020.0.0 & Alibaba,前端采用d2-admin中台框架。 🔝 🔝 记得上边点个star 关注更新|6358|2024-08-29| |84|[raphw/byte-buddy](https://github.com/raphw/byte-buddy)|Runtime code generation for the Java virtual machine.|6237|2024-10-09| |85|[singwhatiwanna/dynamic-load-apk](https://github.com/singwhatiwanna/dynamic-load-apk)|DL : dynamic load framework in android|6027|2024-07-16| |86|[weibocom/motan](https://github.com/weibocom/motan)|A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.|5886|2024-10-11| |87|[pig-mesh/pig](https://github.com/pig-mesh/pig)|↥ ↥ ↥ 点击关注更新,基于 Spring Cloud 2023 、Spring Boot 3.3、 OAuth2 的 RBAC 权限管理系统|5879|2024-10-10| |88|[lets-blade/blade](https://github.com/lets-blade/blade)|:rocket: Lightning fast and elegant mvc framework for Java8|5837|2024-08-01| |89|[changmingxie/tcc-transaction](https://github.com/changmingxie/tcc-transaction)|tcc-transaction是TCC型事务java实现|5779|2024-06-13| |90|[alipay/SoloPi](https://github.com/alipay/SoloPi)|SoloPi 自动化测试工具|5778|2024-07-11| |91|[getActivity/XXPermissions](https://github.com/getActivity/XXPermissions)|Android 权限请求框架,已适配 Android 14|5740|2024-07-17| |92|[AriaLyy/Aria](https://github.com/AriaLyy/Aria)|-|5668|2024-08-20| |93|[apache/flink-cdc](https://github.com/apache/flink-cdc)|Flink CDC is a streaming data integration tool|5644|2024-09-29| |94|[yanzhenjie/SwipeRecyclerView](https://github.com/yanzhenjie/SwipeRecyclerView)|:melon: RecyclerView侧滑菜单,Item拖拽,滑动删除Item,自动加载更多,HeaderView,FooterView,Item分组黏贴。|5630|2024-07-30| |95|[ffay/lanproxy](https://github.com/ffay/lanproxy)|lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿透工具,支持tcp流量转发,可支持任何tcp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面、http代理、https代理、socks5代理...)。技术交流QQ群 736294209|5617|2024-04-14| |96|[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等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理 ...|5615|2024-10-08| |97|[Nepxion/Discovery](https://github.com/Nepxion/Discovery)|☀️ Nepxion Discovery is a solution for Spring Cloud with blue green, gray, route, limitation, circuit breaker, degrade, isolation, tracing, dye, failover, active 蓝绿灰度发布、路由、限流、熔断、降级、隔离、追踪、流量染色、故障转移、多活|5612|2024-09-24| |98|[WeiYe-Jing/datax-web](https://github.com/WeiYe-Jing/datax-web)|DataX集成可视化页面,选择数据源即可一键生成数据同步任务,支持RDBMS、Hive、HBase、ClickHouse、MongoDB等数据源,批量创建RDBMS数据同步任务,集成开源调度系统,支持分布式、增量同步数据、实时查看运行日志、监控执行器资源、KILL运行进程、数据源信息加密等。|5577|2024-06-02| |99|[apache/iotdb](https://github.com/apache/iotdb)|Apache IoTDB|5562|2024-10-11| |100|[apache/hertzbeat](https://github.com/apache/hertzbeat)|Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.|5554|2024-10-11| |101|[DerekYRC/mini-spring](https://github.com/DerekYRC/mini-spring)|mini-spring是简化版的spring框架,能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑,代码极度简化,保留spring的核心功能,如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。 |5535|2024-08-15| |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.|5531|2024-10-10| |103|[Javen205/IJPay](https://github.com/Javen205/IJPay)|IJPay 让支付触手可及,封装了微信支付、QQ支付、支付宝支付、京东支付、银联支付、PayPal 支付等常用的支付方式以及各种常用的接口。不依赖任何第三方 mvc 框架,仅仅作为工具使用简单快速完成支付模块的开发,可轻松嵌入到任何系统里。右上角点下小星星✨ |5454|2024-04-22| |104|[ZhongFuCheng3y/austin](https://github.com/ZhongFuCheng3y/austin)|消息推送平台🔥 推送下发【邮件】【短信】【微信服务号】【微信小程序】【企业微信】【钉钉】等消息类型。|5367|2024-10-06| |105|[jeequan/jeepay](https://github.com/jeequan/jeepay)|Jeepay是一套适合互联网企业使用的开源支付系统,支持多渠道服务商和普通商户模式。已对接微信支付,支付宝,云闪付官方接口,支持聚合码支付。|5151|2024-09-19| |106|[Doikki/DKVideoPlayer](https://github.com/Doikki/DKVideoPlayer)|Android Video Player. 安卓视频播放器,封装MediaPlayer、ExoPlayer、IjkPlayer。模仿抖音并实现预加载,列表播放,悬浮播放,广告播放,弹幕,视频水印,视频滤镜|5023|2024-06-03| |107|[201206030/novel](https://github.com/201206030/novel)|novel 是一套基于时下最新 Java 技术栈 Spring Boot 3 + Vue 3 开发的前后端分离学习型小说项目,配备保姆级教程手把手教你从零开始开发上线一套生产级别的 Java 系统,由小说门户系统、作家后台管理系统、平台后台管理系统等多个子系统构成。包括小说推荐、作品检索、小说排行榜、小说阅读、小说评论、会员中心、作家专区、充值订阅、新闻发布等功能。|4963|2024-09-14| |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.|4961|2024-09-29| |109|[Devlight/NavigationTabBar](https://github.com/Devlight/NavigationTabBar)|Navigation tab bar with colorful interactions.|4947|2024-06-09| |110|[youlookwhat/CloudReader](https://github.com/youlookwhat/CloudReader)|🗡️ 云阅:一款基于网易云音乐UI,使用玩Android Api,Retrofit2 + RxJava2 + Room + MVVM-databinding架构开发的Android客户端|4936|2024-06-20| |111|[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 ...|4896|2024-08-31| |112|[xuexiangjys/XUI](https://github.com/xuexiangjys/XUI)|💍A simple and elegant Android native UI framework, free your hands! (一个简洁而优雅的Android原生UI框架,解放你的双手!)|4872|2024-06-25| |113|[648540858/wvp-GB28181-pro](https://github.com/648540858/wvp-GB28181-pro)|WEB VIDEO PLATFORM是一个基于GB28181-2016标准实现的网络视频平台,支持NAT穿透,支持海康、大华、宇视等品牌的IPC、NVR、DVR接入。支持国标级联,支持rtsp/rtmp等视频流转发到国标平台,支持rtsp/rtmp等推流转发到国标平台。|4860|2024-10-11| |114|[Exrick/xpay](https://github.com/Exrick/xpay)|XPay个人免签收款支付系统 完全免费 资金直接到达本人账号 支持 支付宝 微信 QQ 云闪付 无需备案 无需签约 无需挂机监控APP 无需插件 无需第三方支付SDK 无需营业执照身份证 只需收款码 搞定支付流程 现已支持移动端支付 |4836|2024-08-26| |115|[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.|4815|2024-09-27| |116|[gz-yami/mall4j](https://github.com/gz-yami/mall4j)|⭐️⭐️⭐️ 电商商城 小程序电商商城系统 PC商城 H5商城 APP商城 Java商城 O2O商城 跨境商城|4720|2024-10-10| |117|[novicezk/midjourney-proxy](https://github.com/novicezk/midjourney-proxy)|代理 MidJourney 的discord频道,实现api形式调用AI绘图|4708|2024-09-20| |118|[baomidou/dynamic-datasource](https://github.com/baomidou/dynamic-datasource)|dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务 |4697|2024-07-23| |119|[ikarus23/MifareClassicTool](https://github.com/ikarus23/MifareClassicTool)|An Android NFC app for reading, writing, analyzing, etc. MIFARE Classic RFID tags.|4639|2024-10-08| |120|[tianshiyeben/wgcloud](https://github.com/tianshiyeben/wgcloud)|Linux运维监控工具,支持系统硬件信息,内存,cpu,温度,磁盘空间及IO,硬盘smart,系统负载,网络流量等监控,服务接口,大屏展示,拓扑图,进程监控,端口监控,docker监控,文件防篡改,日志监控,数据可视化,web ssh,堡垒机,指令下发批量执行,Linux面板(探针),SNMP,故障告警,计划任务,账号管理,资产管理|4627|2024-09-05| |121|[apache/rocketmq-externals](https://github.com/apache/rocketmq-externals)|Mirror of Apache RocketMQ (Incubating)|4572|2024-07-24| |122|[zlt2000/microservices-platform](https://github.com/zlt2000/microservices-platform)|基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户系统架构。并引入组件化的思想实现高内聚低耦合,项目代码简洁注释丰富上手容易,适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持CI/CD多环境部署,并提供应用管理方便第三方系统接入; ...|4555|2024-06-04| |123|[Heeexy/SpringBoot-Shiro-Vue](https://github.com/Heeexy/SpringBoot-Shiro-Vue)|提供一套基于Spring Boot-Shiro-Vue的权限管理思路.前后端都加以控制,做到按钮/接口级别的权限。(当前新版本已移除shiro依赖,简化了配置)|4555|2024-08-12| |124|[CeuiLiSA/Pixiv-Shaft](https://github.com/CeuiLiSA/Pixiv-Shaft)|Pixiv第三方Android客户端|4552|2024-09-14| |125|[saysky/ForestBlog](https://github.com/saysky/ForestBlog)|一个简单漂亮的SSM(Spring+SpringMVC+Mybatis)博客系统|4496|2024-07-03| |126|[killme2008/aviatorscript](https://github.com/killme2008/aviatorscript)|A high performance scripting language hosted on the JVM.|4483|2024-07-30| |127|[javastacks/spring-boot-best-practice](https://github.com/javastacks/spring-boot-best-practice)|Spring Boot 最佳实践,包括自动配置、核心原理、源码分析、国际化支持、调试、日志集成、热部署等。|4440|2024-09-04| |128|[hneemann/Digital](https://github.com/hneemann/Digital)|A digital logic designer and circuit simulator.|4333|2024-10-06| |129|[ThirtyDegreesRay/OpenHub](https://github.com/ThirtyDegreesRay/OpenHub)|An open source GitHub Android client app, faster and concise.|4239|2024-05-30| |130|[rememberber/WePush](https://github.com/rememberber/WePush)|专注批量推送的小而美的工具,目前支持:模板消息-公众号、模板消息-小程序、微信客服消息、微信企业号/企业微信消息、阿里云短信、阿里大于模板短信 、腾讯云短信、云片网短信、E-Mail、HTTP请求、钉钉、华为云短信、百度云短信、又拍云短信、七牛云短信|4220|2024-09-24| |131|[Sayi/poi-tl](https://github.com/Sayi/poi-tl)|Generate awesome word(docx) with template|4214|2024-08-20| |132|[dragonwell-project/dragonwell8](https://github.com/dragonwell-project/dragonwell8)|Alibaba Dragonwell8 JDK|4196|2024-09-09| |133|[lilishop/lilishop](https://github.com/lilishop/lilishop)|商城 JAVA电商商城 多语言商城 uniapp商城 微服务商城 |4170|2024-09-19| |134|[mybatis/spring-boot-starter](https://github.com/mybatis/spring-boot-starter)|MyBatis integration with Spring Boot|4129|2024-10-10| |135|[dromara/hmily](https://github.com/dromara/hmily)|Distributed transaction solutions|4109|2024-07-14| |136|[cinit/QAuxiliary](https://github.com/cinit/QAuxiliary)|QNotified phoenix - To make OICQ great again|4099|2024-10-11| |137|[oddfar/campus-imaotai](https://github.com/oddfar/campus-imaotai)|i茅台app自动预约,每日自动预约,支持docker一键部署(本项目不提供成品,使用的是已淘汰的算法)|4090|2024-07-29| |138|[apache/dubbo-admin](https://github.com/apache/dubbo-admin)|The ops and reference implementation for Apache Dubbo|3986|2024-08-16| |139|[DTStack/chunjun](https://github.com/DTStack/chunjun)|A data integration framework|3983|2024-09-24| |140|[linhaojun857/aurora](https://github.com/linhaojun857/aurora)|基于SpringBoot+Vue开发的个人博客系统|3950|2024-09-22| |141|[Snailclimb/guide-rpc-framework](https://github.com/Snailclimb/guide-rpc-framework)|A custom RPC framework implemented by Netty+Kyro+Zookeeper.(一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架-附详细实现过程和相关教程。)|3931|2024-07-22| |142|[zzhoujay/RichText](https://github.com/zzhoujay/RichText)|Android平台下的富文本解析器,支持Html和Markdown|3917|2024-07-10| |143|[JeremyLiao/LiveEventBus](https://github.com/JeremyLiao/LiveEventBus)|:mailbox_with_mail:EventBus for Android,消息总线,基于LiveData,具有生命周期感知能力,支持Sticky,支持AndroidX,支持跨进程,支持跨APP|3872|2024-05-16| |144|[apache/incubator-streampark](https://github.com/apache/incubator-streampark)|Make stream processing easier! Easy-to-use streaming application development framework and operation platform.|3861|2024-10-09| |145|[stylefeng/Guns](https://github.com/stylefeng/Guns)|Guns基于SpringBoot 2,致力于做更简洁的后台管理系统,完美整合springmvc + shiro + mybatis-plus + beetl!Guns项目代码简洁,注释丰富,上手容易,同时Guns包含许多基础模块(用户管理,角色管理,部门管理,字典管理等10个模块),可以直接作为一个后台管理系统的脚手架!|3847|2024-06-19| |146|[zongzibinbin/MallChat](https://github.com/zongzibinbin/MallChat)|mallchat的后端项目,是一个既能购物又能聊天的电商系统。以互联网企业级开发规范的要求来实现它,电商该有的购物车,订单,支付,推荐,搜索,拉新,促活,推送,物流,客服,它都必须有。持续更新ing。。(点个star,不迷路)|3836|2024-08-19| |147|[dromara/dynamic-tp](https://github.com/dromara/dynamic-tp)|🔥🔥🔥轻量级动态线程池,内置监控告警功能,集成三方中间件线程池管理,基于主流配置中心(已支持Nacos、Apollo,Zookeeper、Consul、Etcd,可通过SPI自定义实现)。Lightweight dynamic threadpool, with monitoring and alarming functions, base on popular config centers (al ...|3785|2024-10-08| |148|[201206030/novel-plus](https://github.com/201206030/novel-plus)|novel-plus 是一个多端(PC、WAP)阅读 、功能完善的小说 CMS 系统。包括小说推荐、小说检索、小说排行、小说阅读、小说书架、小说评论、小说爬虫、会员中心、作家专区、充值订阅、新闻发布等功能。|3733|2024-09-23| |149|[alibaba/fastjson2](https://github.com/alibaba/fastjson2)|🚄 FASTJSON2 is a Java JSON library with excellent performance.|3716|2024-10-08| |150|[apache/kylin](https://github.com/apache/kylin)|Apache Kylin|3637|2024-10-03| |151|[zhpanvip/BannerViewPager](https://github.com/zhpanvip/BannerViewPager)|🚀 An awesome banner view for Android,Based on ViewPager2. 这可能是全网最好用的ViewPager轮播图。简单、高效,一行代码实现循环轮播,一屏三页任意变,指示器样式任你挑。|3593|2024-08-22| |152|[sofastack/sofa-jraft](https://github.com/sofastack/sofa-jraft)|A production-grade java implementation of RAFT consensus algorithm.|3583|2024-09-28| |153|[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. |3569|2024-06-07| |154|[PlexPt/chatgpt-java](https://github.com/PlexPt/chatgpt-java)|ChatGPT Java SDK。支持 GPT3.5、 GPT4 API。开箱即用。|3566|2024-10-09| |155|[grpc-ecosystem/grpc-spring](https://github.com/grpc-ecosystem/grpc-spring)|Spring Boot starter module for gRPC framework.|3496|2024-10-10| |156|[ittianyu/BottomNavigationViewEx](https://github.com/ittianyu/BottomNavigationViewEx)|An android lib for enhancing BottomNavigationView. 一个增强BottomNavigationView的安卓库。|3462|2024-04-21| |157|[lihangleo2/ShadowLayout](https://github.com/lihangleo2/ShadowLayout)|可定制化阴影的万能阴影布局ShadowLayout 3.0 震撼上线。效果赶超CardView。阴影支持x,y轴偏移,支持阴影扩散程度,支持阴影圆角,支持单边或多边不显示阴影;控件支持动态设置shape和selector(项目里再也不用画shape了);支持随意更改颜色值,支持随意更改颜色值,支持随意更改颜色值。重要的事情说三遍|3449|2024-07-23| |158|[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.|3355|2024-09-08| |159|[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|3319|2024-08-08| |160|[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.|3298|2024-10-08| |161|[mywalkb/LSPosed_mod](https://github.com/mywalkb/LSPosed_mod)|My changes to LSPosed|3294|2024-09-30| |162|[javahuang/SurveyKing](https://github.com/javahuang/SurveyKing)|Make a better survey system.|3294|2024-08-06| |163|[ZCShou/GoGoGo](https://github.com/ZCShou/GoGoGo)|一个基于 Android 调试 API + 百度地图实现的虚拟定位工具,并且同时实现了一个可以自由移动的摇杆|3277|2024-10-07| |164|[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.|3271|2024-10-11| |165|[java-aodeng/hope-boot](https://github.com/java-aodeng/hope-boot)|🌱 一款现代化的脚手架项目|3260|2024-08-26| |166|[WinterChenS/my-site](https://github.com/WinterChenS/my-site)|springboot2.0开发的个人网站,集成了:个人首页,个人博客,个人作品|3250|2024-08-28| |167|[jfinal/jfinal](https://github.com/jfinal/jfinal)|JAVA WEB + ORM Framework|3234|2024-10-04| |168|[wenbochang888/house](https://github.com/wenbochang888/house)|有完整版的PDF下载。|3220|2024-10-03| |169|[jishenghua/jshERP](https://github.com/jishenghua/jshERP)|管伊佳ERP(原名华夏ERP)基于SpringBoot框架和SaaS模式,立志为中小企业提供开源好用的ERP软件,目前专注进销存+财务功能。主要模块有零售管理、采购管理、销售管理、仓库管理、财务管理、报表查询、系统管理等。支持预付款、收入支出、仓库调拨、组装拆卸、订单等特色功能。拥有库存状况、出入库统计等报表。同时对角色和权限进行了细致全面控制,精确到每个按钮和菜单。|3212|2024-10-11| |170|[HelloWorld521/Java](https://github.com/HelloWorld521/Java)|java项目实战练习|3190|2024-08-08| |171|[yangchong211/YCAppTool](https://github.com/yangchong211/YCAppTool)|🔥🔥🔥 组件化综合案例,组件分层为:基础公共组件,功能组件,业务组件,主工程。每一层组件的建设,很详细的工程案例,很全面的一个组件化实践案例。一个超级综合案例!|3186|2024-04-17| |172|[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.|3175|2024-09-26| |173|[elvishew/xLog](https://github.com/elvishew/xLog)|Android logger, pretty, powerful and flexible, log to everywhere, save to file, all you want is here.|3135|2024-07-28| |174|[DataLinkDC/dinky](https://github.com/DataLinkDC/dinky)|Dinky is a real-time data development platform based on Apache Flink, enabling agile data development, deployment and operation.|3090|2024-10-10| |175|[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 ...|3062|2024-06-27| |176|[aserbao/AndroidCamera](https://github.com/aserbao/AndroidCamera)|🔥🔥🔥自定义Android相机(仿抖音 TikTok),其中功能包括视频人脸识别贴纸,美颜,分段录制,视频裁剪,视频帧处理,获取视频关键帧,视频旋转,添加滤镜,添加水印,合成Gif到视频,文字转视频,图片转视频,音视频合成,音频变声处理,SoundTouch,Fmod音频处理。 Android camera(imitation Tik Tok), which includes video edit ...|3056|2024-08-13| |177|[jenly1314/ZXingLite](https://github.com/jenly1314/ZXingLite)|🔥 ZXing的精简极速版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)|3054|2024-08-18| |178|[sofastack/sofa-jarslink](https://github.com/sofastack/sofa-jarslink)|Jarslink is a sofa ark plugin used to manage multi-application deployment |3044|2024-05-20| |179|[chengxy-nds/Springboot-Notebook](https://github.com/chengxy-nds/Springboot-Notebook)|Springboot-Notebook 一个以 springboot 为基础开发框架, 整合 Redis 、Mysql 、 Rabbitmq 、ES 、MongoDB、sharding-jdbc 分库分表、zookeeper 、web人脸识别 、实时消息推送 、SQL优化、注册中心 、数据脱敏 等互联网主流技术, 文章图解理论配合实战案例,实现开发中常见功能点的综合项目。 本着拿来即用的原则,助力 ...|3038|2024-08-29| |180|[gh0stkey/HaE](https://github.com/gh0stkey/HaE)|HaE - Highlighter and Extractor, Empower ethical hacker for efficient operations.|3022|2024-09-22| |181|[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 ...|3000|2024-09-06| |182|[AnyListen/tools-ocr](https://github.com/AnyListen/tools-ocr)|树洞 OCR 文字识别(一款跨平台的 OCR 小工具)|2978|2024-05-16| |183|[xiaojinzi123/Component](https://github.com/xiaojinzi123/Component)|A powerful componentized framework.一个强大、100% 兼容、支持 AndroidX、支持 Kotlin并且灵活的组件化框架. 大家尽量用 纯 Kotlin 的 KComponent 呀!!!|2879|2024-08-28| |184|[egzosn/pay-java-parent](https://github.com/egzosn/pay-java-parent)|第三方支付对接全能支付Java开发工具包.优雅的轻量级支付模块集成支付对接支付整合(微信,支付宝,银联,友店,富友,跨境支付paypal,payoneer(P卡派安盈)易极付)app,扫码,网页刷脸付刷卡付条码付转账服务商模式,微信分账,微信合单支付、支持多种支付类型多支付账户,支付与业务完全剥离,简单几行代码即可实现支付,简单快速完成支付模块的开发,可轻松嵌入到任何系统里 目前仅是一个开发工具包 ...|2810|2024-09-13| |185|[PlayEdu/PlayEdu](https://github.com/PlayEdu/PlayEdu)|100%开源的企业培训系统,界面美观,操作简单,一键部署您的私有化培训平台!|2793|2024-08-22| |186|[starcwang/easy_javadoc](https://github.com/starcwang/easy_javadoc)|IntelliJ IDEA 插件,自动生成javadoc文档注释|2741|2024-10-08| |187|[1024-lab/smart-admin](https://github.com/1024-lab/smart-admin)|SmartAdmin国内首个以「高质量代码」为核心,「简洁、高效、安全」快速开发平台;基于SpringBoot2/3 + Sa-Token + Mybatis-Plus 和 Vue3 + Vite5 + Ant Design Vue 4.x (同时支持JavaScript和TypeScript双版本);满足国家三级等保要求、支持登录限制、接口数据国产加解密、高防SQL注入等一系列安全体系。|2694|2024-09-28| |188|[JPressProjects/jpress](https://github.com/JPressProjects/jpress)|JPress,一个使用 Java 开发的建站神器,目前已经有 10w+ 网站使用 JPress 进行驱动,其中包括多个政府机构,200+上市公司,中科院、红+字会等。|2671|2024-08-30| |189|[aicareles/Android-BLE](https://github.com/aicareles/Android-BLE)|Android-BLE蓝牙框架,提供了扫描、连接、使能/除能通知、发送/读取数据、接收数据,读取rssi,设置mtu等蓝牙相关的所有操作接口,内部优化了连接队列,以及快速写入队列, 并支持多服务通讯,可扩展配置蓝牙相关操作。|2657|2024-07-30| |190|[nICEnnnnnnnLee/BilibiliDown](https://github.com/nICEnnnnnnnLee/BilibiliDown)|(GUI-多平台支持) B站 哔哩哔哩 视频下载器。支持稍后再看、收藏夹、UP主视频批量下载 Bilibili Video Downloader 😳|2585|2024-09-25| |191|[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. |2580|2024-10-08| |192|[SonicCloudOrg/sonic-server](https://github.com/SonicCloudOrg/sonic-server)|🎉Back end of Sonic cloud real machine platform. Sonic云真机平台后端服务。|2578|2024-10-09| |193|[88250/symphony](https://github.com/88250/symphony)|🎶 一款用 Java 实现的现代化社区(论坛/问答/BBS/社交网络/博客)系统平台。A modern community (forum/Q&A/BBS/SNS/blog) system platform implemented in Java. https://ld246.com|2577|2024-08-01| |194|[huaban/jieba-analysis](https://github.com/huaban/jieba-analysis)|结巴分词(java版)|2567|2024-07-11| |195|[AigeStudio/WheelPicker](https://github.com/AigeStudio/WheelPicker)|Simple and fantastic wheel view in realistic effect for android.|2565|2024-08-28| |196|[wildfirechat/android-chat](https://github.com/wildfirechat/android-chat)|即时通讯,聊天,野火IMAndroid客户端,支持Android 4.x —— 最新|2538|2024-10-10| |197|[nutzam/nutz](https://github.com/nutzam/nutz)|Nutz -- Web Framework(Mvc/Ioc/Aop/Dao/Json) for ALL Java developer|2530|2024-09-10| |198|[erupts/erupt](https://github.com/erupts/erupt)|🚀 General data management framework, objects are pages|2522|2024-10-11| |199|[alibaba/jvm-sandbox-repeater](https://github.com/alibaba/jvm-sandbox-repeater)| A Java server-side recording and playback solution based on JVM-Sandbox|2519|2024-05-07| |200|[Jay-Goo/RangeSeekBar](https://github.com/Jay-Goo/RangeSeekBar)| A beautiful and powerful SeekBar what supports single、 range、steps、vetical、custom( 一款美观强大的支持单向、双向范围选择、分步、垂直、高度自定义的SeekBar)|2511|2024-04-18|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/JavaScript.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > JavaScript 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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|207797|2024-10-10| |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|71339|2024-10-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.|51112|2024-06-17| |4|[chinese-poetry/chinese-poetry](https://github.com/chinese-poetry/chinese-poetry)|The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。|47982|2024-08-10| |5|[iamkun/dayjs](https://github.com/iamkun/dayjs)|⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API|46811|2024-10-06| |6|[serverless/serverless](https://github.com/serverless/serverless)|⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.|46406|2024-10-11| |7|[agalwood/Motrix](https://github.com/agalwood/Motrix)|A full-featured download manager.|45306|2024-07-11| |8|[dcloudio/uni-app](https://github.com/dcloudio/uni-app)|A cross-platform framework using Vue.js|39990|2024-10-11| |9|[lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop)|一个基于 electron 的音乐软件|39953|2024-09-24| |10|[alvarotrigo/fullPage.js](https://github.com/alvarotrigo/fullPage.js)|fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple|35270|2024-10-10| |11|[koajs/koa](https://github.com/koajs/koa)|Expressive middleware for node.js using ES2017 async functions|35178|2024-09-17| |12|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|35081|2024-08-29| |13|[SheetJS/sheetjs](https://github.com/SheetJS/sheetjs)|📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs|35043|2024-04-18| |14|[NaiboWang/EasySpider](https://github.com/NaiboWang/EasySpider)|A visual no-code/code-free web crawler/spider易采集:一个可视化浏览器自动化测试/数据采集/爬虫软件,可以无代码图形化的设计和执行爬虫任务。别名:ServiceWrapper面向Web应用的智能化服务封装系统。|34871|2024-10-03| |15|[carbon-app/carbon](https://github.com/carbon-app/carbon)|:black_heart: Create and share beautiful images of your source code|34524|2024-08-02| |16|[DIYgod/RSSHub](https://github.com/DIYgod/RSSHub)|🧡 Everything is RSSible|32767|2024-10-11| |17|[fastify/fastify](https://github.com/fastify/fastify)|Fast and low overhead web framework, for Node.js|32123|2024-10-07| |18|[qishibo/AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager)|🚀🚀🚀A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac.|30395|2024-10-10| |19|[layui/layui](https://github.com/layui/layui)|一套遵循原生态开发模式的 Web UI 组件库,采用自身轻量级模块化规范,易上手,可以更简单快速地构建网页界面。|29548|2024-10-11| |20|[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.|29499|2024-10-10| |21|[qier222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)|高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron: |29238|2024-08-13| |22|[GoogleChrome/lighthouse](https://github.com/GoogleChrome/lighthouse)|Automated auditing, performance metrics, and best practices for the web.|28295|2024-10-10| |23|[YMFE/yapi](https://github.com/YMFE/yapi)|YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台|27356|2024-08-12| |24|[zadam/trilium](https://github.com/zadam/trilium)|Build your personal knowledge base with Trilium Notes|26972|2024-08-08| |25|[tj/commander.js](https://github.com/tj/commander.js)|node.js command-line interfaces made easy|26667|2024-10-06| |26|[usebruno/bruno](https://github.com/usebruno/bruno)|Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)|25971|2024-10-09| |27|[HeyPuter/puter](https://github.com/HeyPuter/puter)|🌐 The Internet OS! Free, Open-Source, and Self-Hostable.|25203|2024-10-11| |28|[localForage/localForage](https://github.com/localForage/localForage)|💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.|24813|2024-07-30| |29|[ai/nanoid](https://github.com/ai/nanoid)|A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript|24494|2024-08-28| |30|[Mintplex-Labs/anything-llm](https://github.com/Mintplex-Labs/anything-llm)|The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.|24421|2024-10-11| |31|[ramda/ramda](https://github.com/ramda/ramda)|:ram: Practical functional Javascript|23799|2024-08-18| |32|[redux-saga/redux-saga](https://github.com/redux-saga/redux-saga)|An alternative side effect model for Redux apps|22533|2024-09-12| |33|[eip-work/kuboard-press](https://github.com/eip-work/kuboard-press)|Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。|22312|2024-10-05| |34|[fanmingming/live](https://github.com/fanmingming/live)|✯ 可直连访问的电视/广播图标库与相关工具项目 ✯ 🔕 永久免费 直连访问 完整开源 不断完善的台标 支持IPv4/IPv6双栈访问 🔕|22059|2024-10-11| |35|[avajs/ava](https://github.com/avajs/ava)|Node.js test runner that lets you develop with confidence 🚀|20729|2024-08-20| |36|[Z-Siqi/Clash-for-Windows_Chinese](https://github.com/Z-Siqi/Clash-for-Windows_Chinese)|clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序|20579|2024-10-07| |37|[PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)|a vue2.0 minimal admin template |19937|2024-04-27| |38|[EastWorld/wechat-app-mall](https://github.com/EastWorld/wechat-app-mall)|微信小程序商城,微信小程序微店|19550|2024-09-03| |39|[eggjs/egg](https://github.com/eggjs/egg)|🥚 Born to build better enterprise frameworks and apps with Node.js & Koa|18880|2024-10-09| |40|[liriliri/eruda](https://github.com/liriliri/eruda)|Console for mobile browsers|18713|2024-10-11| |41|[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 ...|18362|2024-09-22| |42|[blackmatrix7/ios_rule_script](https://github.com/blackmatrix7/ios_rule_script)|分流规则、重写写规则及脚本。|17738|2024-10-10| |43|[youzan/vant-weapp](https://github.com/youzan/vant-weapp)|轻量、可靠的小程序 UI 组件库|17717|2024-09-24| |44|[vaxilu/x-ui](https://github.com/vaxilu/x-ui)|支持多协议多用户的 xray 面板|16345|2024-08-19| |45|[dvajs/dva](https://github.com/dvajs/dva)|🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)|16242|2024-05-10| |46|[ai-shifu/ChatALL](https://github.com/ai-shifu/ChatALL)| Concurrently chat with ChatGPT, Bing Chat, Bard, Alpaca, Vicuna, Claude, ChatGLM, MOSS, 讯飞星火, 文心一言 and more, discover the best answers|15141|2024-10-07| |47|[docmirror/dev-sidecar](https://github.com/docmirror/dev-sidecar)|开发者边车,github打不开,github加速,git clone加速,git release下载加速,stackoverflow加速|14974|2024-10-11| |48|[SocialSisterYi/bilibili-API-collect](https://github.com/SocialSisterYi/bilibili-API-collect)|哔哩哔哩-API收集整理【不断更新中....】|14835|2024-09-20| |49|[xcanwin/KeepChatGPT](https://github.com/xcanwin/KeepChatGPT)|这是一款提高ChatGPT的数据安全能力和效率的插件。并且免费共享大量创新功能,如:自动刷新、保持活跃、数据安全、取消审计、克隆对话、言无不尽、净化页面、展示大屏、拦截跟踪、日新月异、明察秋毫等。让我们的AI体验无比安全、顺畅、丝滑、高效、简洁。|14485|2024-09-28| |50|[avwo/whistle](https://github.com/avwo/whistle)|HTTP, HTTP2, HTTPS, Websocket debugging proxy|14280|2024-10-11| |51|[myliang/x-spreadsheet](https://github.com/myliang/x-spreadsheet)|The project has been migrated to @wolf-table/table https://github.com/wolf-table/table|14167|2024-08-07| |52|[pandao/editor.md](https://github.com/pandao/editor.md)|The open source embeddable online markdown editor (component).|13822|2024-04-26| |53|[exceljs/exceljs](https://github.com/exceljs/exceljs)|Excel Workbook Manager|13659|2024-08-14| |54|[Tencent/omi](https://github.com/Tencent/omi)|Web Components Framework - Web组件框架|13045|2024-09-25| |55|[PrismJS/prism](https://github.com/PrismJS/prism)|Lightweight, robust, elegant syntax highlighting.|12277|2024-08-19| |56|[star7th/showdoc](https://github.com/star7th/showdoc)|ShowDoc is a tool greatly applicable for an IT team to share documents online一个非常适合IT团队的在线API文档、技术文档工具|12219|2024-08-19| |57|[mayswind/AriaNg](https://github.com/mayswind/AriaNg)|AriaNg, a modern web frontend making aria2 easier to use.|11775|2024-05-19| |58|[expressjs/multer](https://github.com/expressjs/multer)|Node.js middleware for handling `multipart/form-data`.|11578|2024-08-14| |59|[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!|11265|2024-10-10| |60|[electerm/electerm](https://github.com/electerm/electerm)|📻Terminal/ssh/telnet/serialport/RDP/VNC/sftp client(linux, mac, win)|11104|2024-10-11| |61|[openspug/spug](https://github.com/openspug/spug)|开源运维平台:面向中小型企业设计的轻量级无Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、文件在线上传下载、应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。|10192|2024-07-10| |62|[pot-app/pot-desktop](https://github.com/pot-app/pot-desktop)|🌈一个跨平台的划词翻译和OCR软件 A cross-platform software for text translation and recognition.|10035|2024-10-10| |63|[josStorer/chatGPTBox](https://github.com/josStorer/chatGPTBox)|Integrating ChatGPT into your browser deeply, everything you need is here|9927|2024-08-14| |64|[timarney/react-app-rewired](https://github.com/timarney/react-app-rewired)|Override create-react-app webpack configs without ejecting|9803|2024-10-11| |65|[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! |9777|2024-07-18| |66|[ecomfe/vue-echarts](https://github.com/ecomfe/vue-echarts)|Vue.js component for Apache ECharts™.|9672|2024-08-19| |67|[zuiidea/antd-admin](https://github.com/zuiidea/antd-admin)|An excellent front-end solution for enterprise applications built upon Ant Design and UmiJS|9637|2024-04-13| |68|[playcanvas/engine](https://github.com/playcanvas/engine)|JavaScript game engine built on WebGL, WebGPU, WebXR and glTF|9612|2024-10-11| |69|[cnodejs/nodeclub](https://github.com/cnodejs/nodeclub)|:baby_chick:Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统|9339|2024-10-09| |70|[xifangczy/cat-catch](https://github.com/xifangczy/cat-catch)|猫抓 浏览器资源嗅探扩展 / cat-catch Browser Resource Sniffing Extension|9307|2024-10-07| |71|[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平台.|9280|2024-09-14| |72|[didi/cube-ui](https://github.com/didi/cube-ui)|:large_orange_diamond: A fantastic mobile ui lib implement by Vue|9135|2024-05-15| |73|[blueedgetechno/win11React](https://github.com/blueedgetechno/win11React)|Windows 11 in React 💻🌈⚡|9070|2024-08-11| |74|[klaudiosinani/taskbook](https://github.com/klaudiosinani/taskbook)|Tasks, boards & notes for the command-line habitat|8961|2024-08-30| |75|[klaudiosinani/signale](https://github.com/klaudiosinani/signale)|Highly configurable logging utility|8920|2024-08-30| |76|[litten/hexo-theme-yilia](https://github.com/litten/hexo-theme-yilia)|一个简洁优雅的hexo主题 A simple and elegant theme for hexo.|8362|2024-07-02| |77|[chvin/react-tetris](https://github.com/chvin/react-tetris)|Use React, Redux, Immutable to code Tetris. 🎮|8332|2024-08-04| |78|[layui/layer](https://github.com/layui/layer)|丰富多样的 Web 弹出层组件,可轻松实现 Alert/Confirm/Prompt/ 普通提示/页面区块/iframe/tips等等几乎所有的弹出交互。目前已成为最多人使用的弹层解决方案|8266|2024-07-22| |79|[bytedance/xgplayer](https://github.com/bytedance/xgplayer)|A HTML5 video player with a parser that saves traffic|8253|2024-10-11| |80|[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)|8147|2024-08-11| |81|[Kenshin/simpread](https://github.com/Kenshin/simpread)|简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展|8071|2024-08-03| |82|[kpdecker/jsdiff](https://github.com/kpdecker/jsdiff)|A javascript text differencing implementation.|8055|2024-09-23| |83|[antvis/F2](https://github.com/antvis/F2)|📱📈An elegant, interactive and flexible charting library for mobile.|7887|2024-10-09| |84|[SillyTavern/SillyTavern](https://github.com/SillyTavern/SillyTavern)|LLM Frontend for Power Users.|7798|2024-10-11| |85|[XIU2/UserScript](https://github.com/XIU2/UserScript)|🐵 自用的一些乱七八糟 油猴脚本~ |7760|2024-10-10| |86|[kkevsekk1/AutoX](https://github.com/kkevsekk1/AutoX)|A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)|7655|2024-10-07| |87|[polyfillpolyfill/polyfill-service](https://github.com/polyfillpolyfill/polyfill-service)|Automatic polyfill service.|7534|2024-07-09| |88|[hotoo/pinyin](https://github.com/hotoo/pinyin)|:cn: 汉字拼音 ➜ hàn zì pīn yīn|7476|2024-07-15| |89|[Reamd7/notion-zh_CN](https://github.com/Reamd7/notion-zh_CN)|notion 中文化|7431|2024-04-27| |90|[memochou1993/gpt-ai-assistant](https://github.com/memochou1993/gpt-ai-assistant)|OpenAI + LINE + Vercel = GPT AI Assistant|7326|2024-07-09| |91|[fluid-dev/hexo-theme-fluid](https://github.com/fluid-dev/hexo-theme-fluid)|:ocean: 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo|7259|2024-09-25| |92|[1j01/jspaint](https://github.com/1j01/jspaint)|🎨 Classic MS Paint, REVIVED + ✨Extras|7253|2024-06-28| |93|[doublespeakgames/adarkroom](https://github.com/doublespeakgames/adarkroom)|A Dark Room - A Minimalist Text Adventure|7215|2024-06-05| |94|[ecomfe/echarts-for-weixin](https://github.com/ecomfe/echarts-for-weixin)|基于 Apache ECharts 的微信小程序图表库|7072|2024-06-09| |95|[gitalk/gitalk](https://github.com/gitalk/gitalk)|Gitalk is a modern comment component based on Github Issue and Preact.|7005|2024-07-30| |96|[zizifn/edgetunnel](https://github.com/zizifn/edgetunnel)|Running V2ray inside edge/serverless runtime|6811|2024-10-11| |97|[ElemeFE/v-charts](https://github.com/ElemeFE/v-charts)|基于 Vue2.0 和 ECharts 封装的图表组件📈📊|6801|2024-08-10| |98|[pt-plugins/PT-Plugin-Plus](https://github.com/pt-plugins/PT-Plugin-Plus)|PT 助手 Plus,为 Microsoft Edge、Google Chrome、Firefox 浏览器插件(Web Extensions),主要用于辅助下载 PT 站的种子。|6789|2024-10-08| |99|[bda-research/node-crawler](https://github.com/bda-research/node-crawler)|Web Crawler/Spider for NodeJS + server-side jQuery ;-)|6693|2024-08-05| |100|[wechat-miniprogram/miniprogram-demo](https://github.com/wechat-miniprogram/miniprogram-demo)|微信小程序组件 / API / 云开发示例|6663|2024-09-25| |101|[tjy-gitnub/win12](https://github.com/tjy-gitnub/win12)|Windows 12 网页版,在线体验 点击下面的链接在线体验|6563|2024-10-08| |102|[lencx/Noi](https://github.com/lencx/Noi)|🚀 Power Your World with AI - Explore, Extend, Empower.|6274|2024-09-17| |103|[UnblockNeteaseMusic/server](https://github.com/UnblockNeteaseMusic/server)|Revive unavailable songs for Netease Cloud Music (Refactored & Enhanced version)|6257|2024-09-30| |104|[wenda-LLM/wenda](https://github.com/wenda-LLM/wenda)|闻达:一个LLM调用平台。目标为针对特定环境的高效内容生成,同时考虑个人和中小企业的计算资源局限性,以及知识安全和私密性问题|6239|2024-09-27| |105|[ant-design/ant-design-landing](https://github.com/ant-design/ant-design-landing)|:mountain_bicyclist: Landing Pages of Ant Design System|6181|2024-08-05| |106|[ly525/luban-h5](https://github.com/ly525/luban-h5)|[WIP]en: web design tool mobile page builder/editor mini webflow for mobile page. zh: 类似易企秀的H5制作、建站工具、可视化搭建系统.|6100|2024-08-21| |107|[xaboy/form-create](https://github.com/xaboy/form-create)|:fire::fire::fire: 强大的低代码动态表单组件,通过数据驱动表单渲染,适配移动端,支持可视化设计。提高开发者对表单的开发效率。目前在政务系统、OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用。|6045|2024-10-07| |108|[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|5961|2024-08-12| |109|[gz-yami/mall4cloud](https://github.com/gz-yami/mall4cloud)|⭐️⭐️⭐️微服务商城系统 springcloud微服务商城 小程序商城|5955|2024-10-10| |110|[hiloteam/Hilo](https://github.com/hiloteam/Hilo)|A Cross-end HTML5 Game development solution|5934|2024-04-12| |111|[dequelabs/axe-core](https://github.com/dequelabs/axe-core)|Accessibility engine for automated Web UI testing|5929|2024-10-11| |112|[Momo707577045/m3u8-downloader](https://github.com/Momo707577045/m3u8-downloader)|m3u8 视频在线提取工具|5844|2024-05-24| |113|[ecomfe/fontmin](https://github.com/ecomfe/fontmin)|Minify font seamlessly|5745|2024-06-14| |114|[LiteLoaderQQNT/LiteLoaderQQNT](https://github.com/LiteLoaderQQNT/LiteLoaderQQNT)|QQNT 插件加载器:LiteLoaderQQNT —— 轻量 · 简洁 · 开源 · 福瑞|5656|2024-09-26| |115|[aisingapore/TagUI](https://github.com/aisingapore/TagUI)|Free RPA tool by AI Singapore|5610|2024-09-06| |116|[xiangyuecn/AreaCity-JsSpider-StatsGov](https://github.com/xiangyuecn/AreaCity-JsSpider-StatsGov)|省市区县乡镇三级或四级城市数据,带拼音标注、坐标、行政区域边界范围;2024年06月16日最新采集,提供csv格式文件,支持在线转成多级联动js代码、通用json格式,提供软件转成shp、geojson、sql、导入数据库;带浏览器里面运行的js采集源码,综合了中华人民共和国民政部、国家统计局、高德地图、腾讯地图行政区划数据|5607|2024-08-02| |117|[micro-zoe/micro-app](https://github.com/micro-zoe/micro-app)|A simple, efficient and powerful micro front-end framework. 一款简约、高效、功能强大的微前端框架|5562|2024-10-09| |118|[gaotianliuyun/gao](https://github.com/gaotianliuyun/gao)|FongMi影视和tvbox配置文件,如果喜欢,请Fork自用。使用前请仔细阅读仓库说明,一旦使用将被视为你已了解。|5555|2024-10-10| |119|[w37fhy/QuantumultX](https://github.com/w37fhy/QuantumultX)|同步和更新大佬脚本库,更新懒人配置|5512|2024-10-08| |120|[maboloshi/github-chinese](https://github.com/maboloshi/github-chinese)|GitHub 汉化插件,GitHub 中文化界面。 (GitHub Translation To Chinese)|5315|2024-10-10| |121|[Postcatlab/postcat](https://github.com/Postcatlab/postcat)|Postcat 是一个可扩展的 API 工具平台。集合基础的 API 管理和测试功能,并且可以通过插件简化你的 API 开发工作,让你可以更快更好地创建 API。An extensible API tool.|5261|2024-09-18| |122|[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|5238|2024-07-02| |123|[wangrongding/wechat-bot](https://github.com/wangrongding/wechat-bot)|🤖一个基于 WeChaty 结合 OpenAi ChatGPT / Kimi / 讯飞等Ai服务实现的微信机器人 ,可以用来帮助你自动回复微信消息,或者管理微信群/好友,检测僵尸粉等...|5191|2024-09-23| |124|[duxianwei520/react](https://github.com/duxianwei520/react)| React+webpack+redux+ant design+axios+less全家桶后台管理框架|5059|2024-06-20| |125|[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.|5033|2024-10-10| |126|[wux-weapp/wux-weapp](https://github.com/wux-weapp/wux-weapp)|:dog: 一套组件化、可复用、易扩展的微信小程序 UI 组件库|5012|2024-04-25| |127|[cmliu/CF-Workers-docker.io](https://github.com/cmliu/CF-Workers-docker.io)|这个项目是一个基于 Cloudflare Workers 的 Docker 镜像代理工具。它能够中转对 Docker 官方镜像仓库的请求,解决一些访问限制和加速访问的问题。|5004|2024-09-21| |128|[PrismarineJS/mineflayer](https://github.com/PrismarineJS/mineflayer)|Create Minecraft bots with a powerful, stable, and high level JavaScript API.|4938|2024-09-08| |129|[googleanalytics/autotrack](https://github.com/googleanalytics/autotrack)|Automatic and enhanced Google Analytics tracking for common user interactions on the web.|4926|2024-08-20| |130|[Dooy/chatgpt-web-midjourney-proxy](https://github.com/Dooy/chatgpt-web-midjourney-proxy)|One UI is all done with chatgpt web, midjourney, gpts,suno,luma,runway,viggle,flux,ideogram,Realtime; Simultaneous support Web / PWA / Linux / Win / MacOS platform|4895|2024-10-11| |131|[otale/tale](https://github.com/otale/tale)|🦄 Best beautiful java blog, worth a try|4866|2024-04-13| |132|[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编码解码|4803|2024-09-10| |133|[Tencent/kbone](https://github.com/Tencent/kbone)|一个致力于微信小程序和 Web 端同构的解决方案|4793|2024-07-23| |134|[toolgood/ToolGood.Words](https://github.com/toolgood/ToolGood.Words)|一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。|4731|2024-09-26| |135|[baidu/san](https://github.com/baidu/san)|A fast, portable, flexible JavaScript component framework|4722|2024-06-12| |136|[dushixiang/next-terminal](https://github.com/dushixiang/next-terminal)|Next Terminal是一个简单好用安全的开源交互审计系统,支持RDP、SSH、VNC、Telnet、Kubernetes协议。|4715|2024-08-17| |137|[2hacc/TVBox](https://github.com/2hacc/TVBox)|TVBox 网络接口,更新速度快,接口访问速度快且稳定!|4685|2024-07-27| |138|[bia-pain-bache/BPB-Worker-Panel](https://github.com/bia-pain-bache/BPB-Worker-Panel)|A GUI Panel providing Worker subscriptions, Fragment settings and Warp configs, providing configs for cross-platform clients using (Sing-box, Clash and Xray cores)|4616|2024-10-10| |139|[alibaba-fusion/next](https://github.com/alibaba-fusion/next)|🦍 A configurable component library for web built on React. |4578|2024-10-11| |140|[koajs/examples](https://github.com/koajs/examples)|Example Koa apps|4522|2024-09-15| |141|[yonggekkk/Cloudflare_vless_trojan](https://github.com/yonggekkk/Cloudflare_vless_trojan)|Cloudflare代理脚本【Vless与Trojan】,支持单节点链接、聚合通用节点订阅、sing-box节点订阅、clash节点订阅。多平台一键脚本包括CF优选域名、CF优选官方IP、CF优选反代IP|4481|2024-09-30| |142|[alibaba/butterfly](https://github.com/alibaba/butterfly)|🦋Butterfly,A JavaScript/React/Vue2 Diagramming library which concentrate on flow layout field. (基于JavaScript/React/Vue2的流程图组件)|4440|2024-05-20| |143|[metowolf/vCards](https://github.com/metowolf/vCards)|📡️ vCards 中国黄页 - 优化 iOS/Android 来电、信息界面体验|4393|2024-07-02| |144|[dream7180/foobox-cn](https://github.com/dream7180/foobox-cn)|DUI 配置 for foobar2000|4370|2024-10-10| |145|[wandergis/coordtransform](https://github.com/wandergis/coordtransform)|提供了百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和WGS84坐标系之间的转换|4336|2024-07-09| |146|[maptalks/maptalks.js](https://github.com/maptalks/maptalks.js)|A light and plugable JavaScript library for integrated 2D/3D maps.|4303|2024-10-10| |147|[qd-today/qd](https://github.com/qd-today/qd)|QD [v20240210] —— HTTP请求定时任务自动执行框架 base on HAR Editor and Tornado Server|4288|2024-10-04| |148|[Orz-3/QuantumultX](https://github.com/Orz-3/QuantumultX)|-|4215|2024-07-05| |149|[zhongshaofa/layuimini](https://github.com/zhongshaofa/layuimini)|后台admin前端模板,基于 layui 编写的最简洁、易用的后台框架模板。只需提供一个接口就直接初始化整个框架,无需复杂操作。|4151|2024-05-09| |150|[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|4103|2024-09-09| |151|[xiaoymin/knife4j](https://github.com/xiaoymin/knife4j)|Knife4j is a set of Swagger2 and OpenAPI3 All-in-one enhancement solution|4099|2024-10-03| |152|[lazy-luo/smarGate](https://github.com/lazy-luo/smarGate)|内网穿透,c++实现,无需公网IP,小巧,易用,快速,安全,最好的多链路聚合(p2p+proxy)模式,不做之一...这才是你真正想要的内网穿透工具!|4086|2024-09-25| |153|[o2oa/o2oa](https://github.com/o2oa/o2oa)|开源OA系统 - 码云GVP Java开源oa 企业OA办公平台 企业OA 协同办公OA 流程平台OA O2OA OA,支持国产麒麟操作系统和国产数据库(达梦、人大金仓),政务OA,军工信息化OA|4066|2024-10-10| |154|[sidorares/node-mysql2](https://github.com/sidorares/node-mysql2)|:zap: fast mysqljs/mysql compatible mysql driver for node.js|4049|2024-10-11| |155|[end-4/dots-hyprland](https://github.com/end-4/dots-hyprland)|i hate minimalism so...|4039|2024-09-30| |156|[anc95/ChatGPT-CodeReview](https://github.com/anc95/ChatGPT-CodeReview)|🐥 A code review bot powered by ChatGPT|3990|2024-06-27| |157|[MonsterNone/tmall-miao](https://github.com/MonsterNone/tmall-miao)|喵币助手:年货节天猫(淘宝)、京东任务一键完成。基于AutoX.JS。|3987|2024-06-08| |158|[brentvollebregt/auto-py-to-exe](https://github.com/brentvollebregt/auto-py-to-exe)|Converts .py to .exe using a simple graphical interface |3939|2024-10-05| |159|[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.|3848|2024-09-14| |160|[biuuu/genshin-wish-export](https://github.com/biuuu/genshin-wish-export)|Easily export the Genshin Impact wish record.|3759|2024-07-28| |161|[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. |3693|2024-06-26| |162|[CreditTone/hooker](https://github.com/CreditTone/hooker)|🔥🔥hooker是一个基于frida实现的逆向工具包。为逆向开发人员提供统一化的脚本包管理方式、通杀脚本、自动化生成hook脚本、内存漫游探测activity和service、firda版JustTrustMe、disable ssl pinning|3692|2024-05-25| |163|[siteserver/cms](https://github.com/siteserver/cms)|SS CMS 基于 .NET Core,能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。|3687|2024-10-10| |164|[wechatsync/Wechatsync](https://github.com/wechatsync/Wechatsync)|一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力|3680|2024-04-22| |165|[AntSwordProject/antSword](https://github.com/AntSwordProject/antSword)|中国蚁剑是一款跨平台的开源网站管理工具。AntSword is a cross-platform website management toolkit.|3670|2024-09-22| |166|[qianjiachun/douyuEx](https://github.com/qianjiachun/douyuEx)|斗鱼直播间增强插件(Tampermonkey)|3620|2024-08-15| |167|[MuiseDestiny/zotero-style](https://github.com/MuiseDestiny/zotero-style)|Ethereal Style for Zotero|3604|2024-09-22| |168|[didi/mpx](https://github.com/didi/mpx)|Mpx,一款具有优秀开发体验和深度性能优化的增强型跨端小程序框架|3599|2024-10-11| |169|[ntfstool/ntfstool](https://github.com/ntfstool/ntfstool)|A ntfs tool for mac|3554|2024-07-16| |170|[cnpm/cnpmjs.org](https://github.com/cnpm/cnpmjs.org)|‼️ ‼️ ‼️ ‼️ DEPRECATED, please use https://github.com/cnpm/cnpmcore ‼️ ‼️ ‼️ ‼️ |3551|2024-06-01| |171|[Tencent/cherry-markdown](https://github.com/Tencent/cherry-markdown)|✨ A Markdown Editor|3520|2024-10-11| |172|[cmliu/WorkerVless2sub](https://github.com/cmliu/WorkerVless2sub)|这个是一个将 Cloudflare Workers - VLESS 搭配 自建优选域名 的 订阅生成器|3459|2024-10-09| |173|[code-charity/youtube](https://github.com/code-charity/youtube)|[top~1 open YouTube & Video browser-extension] - Enrich your experience & choice! 🧰180+ options & clever features 📌set+forget📌Longest-standing(been tough). Please join🧩us👨‍👩‍👧‍👧 ..⋮ {playback content ...|3448|2024-10-11| |174|[hizzgdev/jsmind](https://github.com/hizzgdev/jsmind)|a mind mapping library built by javascript|3430|2024-10-09| |175|[wensonsmith/YoudaoTranslator](https://github.com/wensonsmith/YoudaoTranslator)|Alfred Youdao Translate Workflow|3416|2024-06-09| |176|[BrowserBox/BrowserBox](https://github.com/BrowserBox/BrowserBox)|🌀 Browse the web from a web page. Remote browser isolation. For security, privacy and more! By https://dosyago.com|3406|2024-10-09| |177|[justjavac/ReplaceGoogleCDN](https://github.com/justjavac/ReplaceGoogleCDN)|⚡️ 一个 Chrome 插件:将 Google CDN 替换为国内的。|3389|2024-08-05| |178|[limbopro/Adblock4limbo](https://github.com/limbopro/Adblock4limbo)|毒奶去网页广告计划(稳定版)For Quantumult X & Surge & Shadowrocket & 油猴 ;如去内容农场/禁漫天堂/绅士漫画/泥视频(nivod4)/低端影视/哔嘀影视/片库网/Pornhub/Jable/Netflav等视频网站广告或其他ACG网站网页广告;|3388|2024-09-30| |179|[dillonzq/LoveIt](https://github.com/dillonzq/LoveIt)|❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题|3386|2024-07-07| |180|[mindskip/xzs](https://github.com/mindskip/xzs)|在线考试系统|3363|2024-10-11| |181|[app2smile/rules](https://github.com/app2smile/rules)|iOS App去广告|3353|2024-08-21| |182|[Aras-ax/lottery](https://github.com/Aras-ax/lottery)|🎉🌟✨🎈年会抽奖程序,基于 Express + Three.js的 3D 球体抽奖程序,奖品🧧🎁,文字,图片,抽奖规则均可配置,😜抽奖人员信息Excel一键导入😍,抽奖结果Excel导出😎,给你的抽奖活动带来全新酷炫体验🚀🚀🚀|3323|2024-05-18| |183|[aquasecurity/cloudsploit](https://github.com/aquasecurity/cloudsploit)|Cloud Security Posture Management (CSPM)|3321|2024-09-24| |184|[jofpin/turbit](https://github.com/jofpin/turbit)|Build applications, scripts, and automations powered by high-performance multicore computing using Node.js|3314|2024-08-03| |185|[tc39/proposal-temporal](https://github.com/tc39/proposal-temporal)|Provides standard objects and functions for working with dates and times.|3310|2024-10-09| |186|[jin-yufeng/mp-html](https://github.com/jin-yufeng/mp-html)|小程序富文本组件,支持渲染和编辑 html,支持在微信、QQ、百度、支付宝、头条和 uni-app 平台使用|3280|2024-08-13| |187|[syhyz1990/baiduyun](https://github.com/syhyz1990/baiduyun)|油猴脚本 - 一个免费开源的网盘下载助手|3256|2024-07-18| |188|[aliyun/oss-browser](https://github.com/aliyun/oss-browser)|OSS Browser 提供类似windows资源管理器功能。用户可以很方便的浏览文件,上传下载文件,支持断点续传等。|3241|2024-07-26| |189|[Tencent/weui.js](https://github.com/Tencent/weui.js)|A lightweight javascript library for WeUI.|3168|2024-06-03| |190|[umijs/babel-plugin-import](https://github.com/umijs/babel-plugin-import)|Modularly import plugin for babel.|3156|2024-04-24| |191|[mumuy/relationship](https://github.com/mumuy/relationship)|中国亲戚关系计算器 - 家庭称谓/亲戚称呼/称呼计算/辈分计算/亲戚关系算法/親戚稱呼計算機_Chinese kinship system.|3150|2024-09-26| |192|[mindskip/xzs-mysql](https://github.com/mindskip/xzs-mysql)|学之思开源考试系统是一款 java + vue 的前后端分离的考试系统。主要优点是开发、部署简单快捷、界面设计友好、代码结构清晰。支持web端和微信小程序,能覆盖到pc机和手机等设备。 支持多种部署方式:集成部署、前后端分离部署、docker部署。|3115|2024-10-10| |193|[chrisdiana/cms.js](https://github.com/chrisdiana/cms.js)|Client-Side JavaScript Site Generator|3054|2024-07-04| |194|[evrone/postcss-px-to-viewport](https://github.com/evrone/postcss-px-to-viewport)|A plugin for PostCSS that generates viewport units (vw, vh, vmin, vmax) from pixel units. The best choice to create a scalable interface on different displays by one design size.|3046|2024-06-18| |195|[hoothin/UserScripts](https://github.com/hoothin/UserScripts)|Greasemonkey scripts ( Pagetual / Picviewer CE+ / DownloadAllContent ) 油猴腳本集 ユーザースクリプト集|3035|2024-10-11| |196|[xxxily/h5player](https://github.com/xxxily/h5player)|This software supports all audio and video websites, such as TikTok, YouTube, Bilibili, TED, Instagram, Twitter, etc. Features include: variable playback speed, screen capture, video download, custom ...|3034|2024-08-01| |197|[yanyiwu/nodejieba](https://github.com/yanyiwu/nodejieba)|"结巴"中文分词的Node.js版本|3033|2024-09-29| |198|[craigary/nobelium](https://github.com/craigary/nobelium)|A static blog build on top of Notion and NextJS, deployed on Vercel.|2955|2024-08-20| |199|[woniudiancang/bee](https://github.com/woniudiancang/bee)|微信小程序-餐饮点餐外卖-开箱即用|2941|2024-08-29| |200|[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. 觅思文档,适合于个人和中小型团队的在线文档、知识库系统。|2939|2024-09-27|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Jupyter-Notebook.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Jupyter Notebook 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[suno-ai/bark](https://github.com/suno-ai/bark)|🔊 Text-Prompted Generative Audio Model|35648|2024-08-19| |2|[tloen/alpaca-lora](https://github.com/tloen/alpaca-lora)|Instruct-tune LLaMA on consumer hardware|18583|2024-07-29| |3|[AI4Finance-Foundation/FinGPT](https://github.com/AI4Finance-Foundation/FinGPT)|FinGPT: Open-Source Financial Large Language Models! Revolutionize 🔥 We release the trained model on HuggingFace.|13773|2024-10-01| |4|[chenzomi12/AISystem](https://github.com/chenzomi12/AISystem)|AISystem 主要是指AI系统,包括AI芯片、AI编译器、AI推理和训练框架等AI全栈底层技术|10736|2024-10-09| |5|[AI4Finance-Foundation/FinRL](https://github.com/AI4Finance-Foundation/FinRL)|FinRL: Financial Reinforcement Learning. 🔥|9864|2024-10-08| |6|[TencentARC/PhotoMaker](https://github.com/TencentARC/PhotoMaker)|PhotoMaker [CVPR 2024]|9415|2024-08-15| |7|[roboticcam/machine-learning-notes](https://github.com/roboticcam/machine-learning-notes)|My continuously updated Machine Learning, Probabilistic Models and Deep Learning notes and demos (2000+ slides) 我不间断更新的机器学习,概率模型和深度学习的讲义(2000+页)和视频链接|8400|2024-09-29| |8|[advimman/lama](https://github.com/advimman/lama)|🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022|7922|2024-07-26| |9|[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|7883|2024-10-10| |10|[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|7187|2024-09-21| |11|[OpenBMB/MiniCPM](https://github.com/OpenBMB/MiniCPM)|MiniCPM3-4B: An edge-side LLM that surpasses GPT-3.5-Turbo.|7006|2024-10-10| |12|[jvns/pandas-cookbook](https://github.com/jvns/pandas-cookbook)|Recipes for using Python's pandas library|6638|2024-07-18| |13|[meituan/YOLOv6](https://github.com/meituan/YOLOv6)|YOLOv6: a single-stage object detection framework dedicated to industrial applications.|5688|2024-08-07| |14|[langgptai/LangGPT](https://github.com/langgptai/LangGPT)|LangGPT: Empowering everyone to become a prompt expert!🚀 Structured Prompt,Language of GPT, 结构化提示词,结构化Prompt|5663|2024-09-28| |15|[lyogavin/airllm](https://github.com/lyogavin/airllm)|AirLLM 70B inference with single 4GB GPU|4545|2024-09-25| |16|[datawhalechina/fun-rec](https://github.com/datawhalechina/fun-rec)|推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/|4279|2024-06-11| |17|[kaieye/2022-Machine-Learning-Specialization](https://github.com/kaieye/2022-Machine-Learning-Specialization)|-|4261|2024-08-26| |18|[datawhalechina/competition-baseline](https://github.com/datawhalechina/competition-baseline)|数据挖掘、计算机视觉、自然语言处理、推荐系统竞赛知识、代码、思路|4261|2024-10-08| |19|[tencentmusic/cube-studio](https://github.com/tencentmusic/cube-studio)|cube studio开源云原生一站式机器学习/深度学习/大模型AI平台,支持sso登录,多租户,大数据平台对接,notebook在线开发,拖拉拽任务流pipeline编排,多机多卡分布式训练,超参搜索,推理服务VGPU,边缘计算,serverless,标注平台,自动化标注,数据集管理,大模型微调,vllm大模型推理,llmops,私有知识库,AI模型应用商店,支持模型一键开发/推理/微调,支持国 ...|3539|2024-09-24| |20|[TommyZihao/Train_Custom_Dataset](https://github.com/TommyZihao/Train_Custom_Dataset)|标注自己的数据集,训练、评估、测试、部署自己的人工智能算法|3123|2024-07-24| |21|[yuanzhoulvpi2017/zero_nlp](https://github.com/yuanzhoulvpi2017/zero_nlp)|中文nlp解决方案(大模型、数据、模型、训练、推理) |2887|2024-09-26| |22|[xinyu1205/recognize-anything](https://github.com/xinyu1205/recognize-anything)|Open-source and strong foundation image recognition models.|2789|2024-08-01| |23|[KevinWang676/Bark-Voice-Cloning](https://github.com/KevinWang676/Bark-Voice-Cloning)|Bark Voice Cloning and Voice Cloning for Chinese Speech|2747|2024-08-08| |24|[datawhalechina/hugging-llm](https://github.com/datawhalechina/hugging-llm)|HuggingLLM, Hugging Future.|2743|2024-06-27| |25|[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. |2705|2024-10-10| |26|[hugo2046/QuantsPlaybook](https://github.com/hugo2046/QuantsPlaybook)|量化研究-券商金工研报复现|2627|2024-08-26| |27|[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|2546|2024-08-04| |28|[exacity/simplified-deeplearning](https://github.com/exacity/simplified-deeplearning)|Simplified implementations of deep learning related works|2489|2024-10-11| |29|[xuebinqin/DIS](https://github.com/xuebinqin/DIS)|This is the repo for our new project Highly Accurate Dichotomous Image Segmentation|2234|2024-09-23| |30|[enpeizhao/CVprojects](https://github.com/enpeizhao/CVprojects)|computer vision projects 计算机视觉相关好玩的AI项目(Python、C++、embedded system)|2152|2024-04-16| |31|[carefree0910/carefree-creator](https://github.com/carefree0910/carefree-creator)|AI magics meet Infinite draw board.|2130|2024-05-09| |32|[FinMind/FinMind](https://github.com/FinMind/FinMind)|Open Data, more than 50 financial data. 提供超過 50 個金融資料(台股為主),每天更新 https://finmind.github.io/|2105|2024-09-30| |33|[data-infra/cube-studio](https://github.com/data-infra/cube-studio)|cube studio开源云原生一站式机器学习/深度学习/大模型AI平台,支持sso登录,多租户,大数据平台对接,notebook在线开发,拖拉拽任务流pipeline编排,多机多卡分布式训练,超参搜索,推理服务VGPU,边缘计算,serverless,标注平台,自动化标注,数据集管理,大模型微调,vllm大模型推理,llmops,私有知识库,AI模型应用商店,支持模型一键开发/推理/微调,支持国 ...|2102|2024-10-06| |34|[embeddings-benchmark/mteb](https://github.com/embeddings-benchmark/mteb)|MTEB: Massive Text Embedding Benchmark|1863|2024-10-11| |35|[breezedeus/Pix2Text](https://github.com/breezedeus/Pix2Text)|An Open-Source Python3 tool for recognizing layouts, tables, math formulas (LaTeX), and text in images, converting them into Markdown format. A free alternative to Mathpix, empowering seamless convers ...|1835|2024-08-19| |36|[eastmountyxz/ImageProcessing-Python](https://github.com/eastmountyxz/ImageProcessing-Python)|该资源为作者在CSDN的撰写Python图像处理文章的支撑,主要是Python实现图像处理、图像识别、图像分类等算法代码实现,希望该资源对您有所帮助,一起加油。|1828|2024-04-12| |37|[zjunlp/EasyEdit](https://github.com/zjunlp/EasyEdit)|[ACL 2024] An Easy-to-use Knowledge Editing Framework for LLMs.|1825|2024-10-03| |38|[LC1332/Chat-Haruhi-Suzumiya](https://github.com/LC1332/Chat-Haruhi-Suzumiya)|Chat凉宫春日, An open sourced Role-Playing chatbot Cheng Li, Ziang Leng, and others.|1796|2024-08-13| |39|[lyhue1991/torchkeras](https://github.com/lyhue1991/torchkeras)|Pytorch❤️ Keras 😋😋|1727|2024-10-11| |40|[TheEconomist/big-mac-data](https://github.com/TheEconomist/big-mac-data)|Data and methodology for the Big Mac index|1586|2024-08-02| |41|[Tiiiger/bert_score](https://github.com/Tiiiger/bert_score)|BERT score for text generation|1580|2024-07-30| |42|[Ayanaminn/N46Whisper](https://github.com/Ayanaminn/N46Whisper)|Whisper based Japanese subtitle generator|1573|2024-06-30| |43|[X-LANCE/AniTalker](https://github.com/X-LANCE/AniTalker)|[ACM MM 2024] This is the official code for "AniTalker: Animate Vivid and Diverse Talking Faces through Identity-Decoupled Facial Motion Encoding"|1399|2024-08-15| |44|[charliedream1/ai_quant_trade](https://github.com/charliedream1/ai_quant_trade)|股票AI操盘手:从学习、模拟到实盘,一站式平台。包含股票知识、策略实例、因子挖掘、传统策略、机器学习、深度学习、强化学习、图网络、高频交易、C++部署和聚宽实例代码等,可以方便学习、模拟及实盘交易|1249|2024-10-02| |45|[amaiya/ktrain](https://github.com/amaiya/ktrain)|ktrain is a Python library that makes deep learning and AI more accessible and easier to apply|1227|2024-08-23| |46|[hikariming/chat-dataset-baseline](https://github.com/hikariming/chat-dataset-baseline)|人工精调的中文对话数据集和一段chatglm的微调代码|1147|2024-05-06| |47|[DjangoPeng/openai-quickstart](https://github.com/DjangoPeng/openai-quickstart)|A comprehensive guide to understanding and implementing large language models with hands-on examples using LangChain for GenAI applications.|1140|2024-09-18| |48|[AI4Finance-Foundation/FinNLP](https://github.com/AI4Finance-Foundation/FinNLP)|Democratizing Internet-scale financial data.|1112|2024-07-01| |49|[patrick-llgc/Learning-Deep-Learning](https://github.com/patrick-llgc/Learning-Deep-Learning)|Paper reading notes on Deep Learning and Machine Learning|1112|2024-06-24| |50|[LinXueyuanStdio/LaTeX_OCR_PRO](https://github.com/LinXueyuanStdio/LaTeX_OCR_PRO)|:art: 数学公式识别增强版:中英文手写印刷公式、支持初级符号推导(数据结构基于 LaTeX 抽象语法树)Math Formula OCR Pro, supports handwrite, Chinese-mixed formulas and simple symbol reasoning (based on LaTeX AST). |1090|2024-06-11| |51|[KaihuaTang/Scene-Graph-Benchmark.pytorch](https://github.com/KaihuaTang/Scene-Graph-Benchmark.pytorch)|A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased S ...|1060|2024-09-10| |52|[serengil/tensorflow-101](https://github.com/serengil/tensorflow-101)|TensorFlow 101: Introduction to Deep Learning|1060|2024-07-04| |53|[juntang-zhuang/Adabelief-Optimizer](https://github.com/juntang-zhuang/Adabelief-Optimizer)|Repository for NeurIPS 2020 Spotlight "AdaBelief Optimizer: Adapting stepsizes by the belief in observed gradients"|1046|2024-08-09| |54|[Troyanovsky/Local-LLM-Comparison-Colab-UI](https://github.com/Troyanovsky/Local-LLM-Comparison-Colab-UI)|Compare the performance of different LLM that can be deployed locally on consumer hardware. Run yourself with Colab WebUI.|971|2024-10-01| |55|[yangheng95/PyABSA](https://github.com/yangheng95/PyABSA)|Sentiment Analysis, Text Classification, Text Augmentation, Text Adversarial defense, etc.; |937|2024-10-11| |56|[OpenBioLink/ThoughtSource](https://github.com/OpenBioLink/ThoughtSource)|A central, open resource for data and tools related to chain-of-thought reasoning in large language models. Developed @ Samwald research group: https://samwald.info/|878|2024-06-11| |57|[jacket230/damai](https://github.com/jacket230/damai)|大麦抢票damai,piao,qiangpiao 余票监控,逆向破解,加密算法,frida,hook,https加解密,app端请求,演唱会,演出,猫眼,票星球pxq,纷玩岛fwd,周杰伦jay,林俊杰 JJ,王嘉尔,伍佰,邓紫棋,杭州,北京,上海,泉州 薛之谦,刘德华,千人q群即将满员,不设二群。|851|2024-10-09| |58|[luxonis/depthai-experiments](https://github.com/luxonis/depthai-experiments)|Experimental projects we've done with DepthAI. |822|2024-10-10| |59|[kzbkzb/Python-AI](https://github.com/kzbkzb/Python-AI)|深度学习100例、深度学习DL、图片分类、目标识别、目标检测、自然语言处理nlp、文本分类、TensorFlow、PyTorch|795|2024-09-17| |60|[wx-chevalier/AI-Notes](https://github.com/wx-chevalier/AI-Notes)|:books: [.md & .ipynb] Series of Artificial Intelligence & Deep Learning, including Mathematics Fundamentals, Python Practices, NLP Application, etc. 💫 人工智能与深度学习实战,数理统计篇 机器学习篇 深度学习篇 自然语言处理篇 工具 ...|756|2024-09-21| |61|[OptimalScale/DetGPT](https://github.com/OptimalScale/DetGPT)|-|755|2024-08-07| |62|[sekilab/RoadDamageDetector](https://github.com/sekilab/RoadDamageDetector)|-|750|2024-05-15| |63|[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).|727|2024-05-13| |64|[ECNU-ICALK/EduChat](https://github.com/ECNU-ICALK/EduChat)|An open-source educational chat model from ICALK, East China Normal University. 开源中英教育对话大模型。(通用基座模型,GPU部署,数据清理) 致敬: LLaMA, MOSS, BELLE, Ziya, vLLM|679|2024-10-05| |65|[SUC-DriverOld/so-vits-svc-Deployment-Documents](https://github.com/SUC-DriverOld/so-vits-svc-Deployment-Documents)|So-VITS-SVC 本地部署/训练/推理/使用帮助文档 So-VITS-SVC Local Deployment/Training/Inference/Usage Help Document|657|2024-08-04| |66|[s4afa451dgf415f/colab_stable_diffusion](https://github.com/s4afa451dgf415f/colab_stable_diffusion)|stable_diffusion_webui的colab部署版本(including English version),下载了所流行插件依赖和并进行初始化配置。拥有mod管理、手机自适应、图片信息本地读取等脚本。|654|2024-08-01| |67|[SummerGift/EmbeddedSystem](https://github.com/SummerGift/EmbeddedSystem)|:books: 计算机体系架构、嵌入式系统基础与主流编程语言相关内容总结|622|2024-07-29| |68|[elroy93/12306spy](https://github.com/elroy93/12306spy)|12306查票, 找到一张能上车的票|599|2024-09-30| |69|[LAION-AI/CLIP_benchmark](https://github.com/LAION-AI/CLIP_benchmark)|CLIP-like model evaluation|596|2024-08-16| |70|[AlexZhangji/Twitter-Insight-LLM](https://github.com/AlexZhangji/Twitter-Insight-LLM)|Twitter data scraping, embedding based image search and more.|595|2024-04-17| |71|[datawhalechina/whale-quant](https://github.com/datawhalechina/whale-quant)|本项目为量化开源课程,可以帮助人们快速掌握量化金融知识以及使用Python进行量化开发的能力。|557|2024-05-29| |72|[beader/tianchi_nl2sql](https://github.com/beader/tianchi_nl2sql)|追一科技首届中文NL2SQL挑战赛决赛第3名方案+代码|531|2024-08-02| |73|[TommyZihao/vlm_arm](https://github.com/TommyZihao/vlm_arm)|机械臂+大模型+多模态=人机协作具身智能体|495|2024-08-20| |74|[CHH3213/chhRobotics](https://github.com/CHH3213/chhRobotics)|自动驾驶规划控制python代码实现|492|2024-08-22| |75|[PiperLiu/CS-courses-notes](https://github.com/PiperLiu/CS-courses-notes)|✨终生持续更新✨ 计算机基础自学笔记/心得/实验/资源汇总;C语言为主,课程:数据结构、操作系统(MIT6.S081)、分布式系统(MIT6.824)等|484|2024-09-14| |76|[ryan4yin/knowledge](https://github.com/ryan4yin/knowledge)|(Chinese Only)Everything I know: DevOps & CloudNative, Linux, Embedded, Homelab, Music, Blockchain, AI, etc...|454|2024-10-10| |77|[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目标检测算法,提升检测效果.你也可以在分类任务中使用该损失函数 ...|453|2024-06-30| |78|[yuanjie-ai/ChatLLM](https://github.com/yuanjie-ai/ChatLLM)|轻松玩转LLM兼容openai&langchain,支持文心一言、讯飞星火、腾讯混元、智谱ChatGLM等|435|2024-09-24| |79|[roberthsu2003/python](https://github.com/roberthsu2003/python)|python 說明|428|2024-07-26| |80|[solidglue/Recommender_System](https://github.com/solidglue/Recommender_System)|推荐系统入门指南,全面介绍了工业级推荐系统的理论知识(王树森推荐系统公开课-基于小红书的场景讲解工业界真实的推荐系统),如何基于TensorFlow2训练模型,如何实现高性能、高并发、高可用的Golang推理微服务。Comprehensively introduced the theory of industrial recommender system, how to trainning mod ...|409|2024-05-20| |81|[Coobiw/MPP-LLaVA](https://github.com/Coobiw/MPP-LLaVA)|Personal Project: MPP-Qwen14B & MPP-Qwen-Next(Multimodal Pipeline Parallel based on Qwen-LM). Support [video/image/multi-image] {sft/conversations}. Don't let the poverty limit your imagination! Train ...|362|2024-09-24| |82|[lyhue1991/PythonAiRoad](https://github.com/lyhue1991/PythonAiRoad)|source code of my blogs 😋😋|354|2024-08-11| |83|[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.|344|2024-08-20| |84|[baidubce/bce-qianfan-sdk](https://github.com/baidubce/bce-qianfan-sdk)|Provide best practices for LMOps, as well as elegant and convenient access to the features of the Qianfan MaaS Platform. (提供大模型工具链最佳实践,以及优雅且便捷地访问千帆大模型平台)|319|2024-10-11| |85|[onlytiancai/codesnip](https://github.com/onlytiancai/codesnip)|代码片段|315|2024-09-14| |86|[mesolitica/malaysian-dataset](https://github.com/mesolitica/malaysian-dataset)|We gather Malaysian dataset! https://malaysian-dataset.readthedocs.io/|298|2024-09-30| |87|[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 |298|2024-10-11| |88|[X-lab2017/open-digger](https://github.com/X-lab2017/open-digger)|Open source analysis tools|286|2024-09-29| |89|[Tongyi-EconML/FinQwen](https://github.com/Tongyi-EconML/FinQwen)|FinQwen: 致力于构建一个开放、稳定、高质量的金融大模型项目,基于大模型搭建金融场景智能问答系统,利用开源开放来促进「AI+金融」。|269|2024-06-11| |90|[WHUFT/WHU_FinTech_Workshop](https://github.com/WHUFT/WHU_FinTech_Workshop)|武汉大学金融科技研讨班|268|2024-09-27| |91|[blackinkkkxi/RAG_langchain](https://github.com/blackinkkkxi/RAG_langchain)|一个基于langchain实现RAG的简单示例|266|2024-10-07| |92|[Glanvery/LLM-Travel](https://github.com/Glanvery/LLM-Travel)|欢迎来到 "LLM-travel" 仓库!探索大语言模型(LLM)的奥秘 🚀。致力于深入理解、探讨以及实现与大模型相关的各种技术、原理和应用。|257|2024-07-21| |93|[datawhalechina/office-automation](https://github.com/datawhalechina/office-automation)|python自动化办公|251|2024-05-30| |94|[jonnor/embeddedml](https://github.com/jonnor/embeddedml)|Notes on Machine Learning on edge for embedded/sensor/IoT uses|244|2024-10-07| |95|[moon-hotel/MachineLearningWithMe](https://github.com/moon-hotel/MachineLearningWithMe)|A repository contains more than 12 common statistical machine learning algorithm implementations. 常见机器学习算法原理与实现|242|2024-09-07| |96|[roberthsu2003/PythonForDataAnalysis](https://github.com/roberthsu2003/PythonForDataAnalysis)|AI 人工智慧開發入門|226|2024-10-09| |97|[datawhalechina/learn-python-the-smart-way-v2](https://github.com/datawhalechina/learn-python-the-smart-way-v2)|聪明办法学Python,简明且系统的 Python 入门教程第二版。|219|2024-05-13| |98|[honeyandme/RAGQnASystem](https://github.com/honeyandme/RAGQnASystem)|本项目设计了一个基于 RAG 与大模型技术的医疗问答系统,利用 DiseaseKG 数据集与 Neo4j 构 建知识图谱,结合 BERT 的命名实体识别和 34b 大模型的意图识别,通过精确的知识检索和问答生成, 提升系统在医疗咨询中的性能,解决大模型在医疗领域应用的可靠性问题。|194|2024-05-21| |99|[lturing/ORB_SLAM3_modified](https://github.com/lturing/ORB_SLAM3_modified)|安卓手机适配orb slam3,运行mono-inertial|186|2024-05-27| |100|[jm199504/Financial-Time-Series](https://github.com/jm199504/Financial-Time-Series)|金融时间序列(预测分析 / 相似度 / 数据处理)|185|2024-07-10| |101|[Zeyi-Lin/LLM-Finetune](https://github.com/Zeyi-Lin/LLM-Finetune)|大语言模型微调,Qwen2、GLM4指令微调|182|2024-07-25| |102|[Kedreamix/PaddleAvatar](https://github.com/Kedreamix/PaddleAvatar)|你是否曾经幻想过与自己的虚拟人交互?现在,使用PaddleAvatar,您可以将自己的图像、音频和视频转化为一个逼真的数字人视频,与其进行人机交互。 PaddleAvatar是一种基于PaddlePaddle深度学习框架的数字人生成工具,基于Paddle的许多套件,它可以将您的数字图像、音频和视频合成为一个逼真的数字人视频。除此之外,PaddleAvatar还支持进一步的开发,例如使用自然语言处 ...|173|2024-08-30| |103|[nyukat/GMIC](https://github.com/nyukat/GMIC)|An interpretable classifier for high-resolution breast cancer screening images utilizing weakly supervised localization|168|2024-07-25| |104|[percent4/embedding_rerank_retrieval](https://github.com/percent4/embedding_rerank_retrieval)|本项目是针对RAG中的Retrieve阶段的召回技术及算法效果所做评估实验。使用主体框架为LlamaIndex.|158|2024-08-22| |105|[mindspore-ai/docs](https://github.com/mindspore-ai/docs)|MindSpore document|158|2024-06-09| |106|[LubyRuffy/cheatsheet](https://github.com/LubyRuffy/cheatsheet)|华顺信安技术羊皮卷|157|2024-07-23| |107|[WangLaoShi/Aliyun-Python](https://github.com/WangLaoShi/Aliyun-Python)|阿里云天池龙珠计划 Python 项目|144|2024-06-29| |108|[DylanAo/AHU-AI-Repository](https://github.com/DylanAo/AHU-AI-Repository)|安徽大学人工智能学院资源仓库|136|2024-09-25| |109|[XiuzeZhou/CALCE](https://github.com/XiuzeZhou/CALCE)|锂电池数据集 CALCE|134|2024-06-13| |110|[wangzheng422/docker_env](https://github.com/wangzheng422/docker_env)|Personal working log and md documents. Currently forcus on openshift4.|130|2024-10-11| |111|[Luhuanz/time-series](https://github.com/Luhuanz/time-series)|从传统的ARMA到lightblm到lstm到infromer等时间序列方向整理以及实现|128|2024-04-22| |112|[HuichuanLI/Recommand-Algorithme](https://github.com/HuichuanLI/Recommand-Algorithme)|推荐算法实战(Recommend algorithm)|127|2024-07-06| |113|[tinyms-ai/tinyms](https://github.com/tinyms-ai/tinyms)|Easy-to-Use deep learning development toolkit.|125|2024-04-26| |114|[phbst/tinyRAG](https://github.com/phbst/tinyRAG)|RAG兴趣小组,全手写的一个RAG应用。Langchain的大部分库会很方便,但是你不一定理解其中原理,所以代码尽可能展现基本算法,主打理解RAG的原理|115|2024-09-25| |115|[solidglue/DNN_for_YouTube_Recommendations](https://github.com/solidglue/DNN_for_YouTube_Recommendations)|YouTube推荐系统深度学习召回排序算法, Deep Neural Networks for YouTube Recommendations. YouTubeDNN.|108|2024-05-21| |116|[KMnO4-zx/TinyAgent](https://github.com/KMnO4-zx/TinyAgent)|基于ReAct手搓一个Agent Demo|103|2024-04-29| |117|[matejker/everystreet](https://github.com/matejker/everystreet)|An algorithm finding #everystreet route on Open Street Map (OSMnx)|100|2024-07-25| |118|[jimmy0k/Xiamen-siming-house](https://github.com/jimmy0k/Xiamen-siming-house)|基于Python:网络爬虫获取房价信息、数据的预处理和可视化、搭建基于房价预测的机器学习模型、房价预测。|97|2024-08-17| |119|[tim-yao/au-it-faq-for-chinese](https://github.com/tim-yao/au-it-faq-for-chinese)|澳洲IT新移民常见问题|88|2024-07-16| |120|[Tony607/Cybergear](https://github.com/Tony607/Cybergear)|小米微电机Cybergear上手开发|87|2024-08-26| |121|[KMnO4-zx/extract-dialogue](https://github.com/KMnO4-zx/extract-dialogue)|从小说中提取对话数据集|86|2024-06-16| |122|[twinsant/ML](https://github.com/twinsant/ML)|深度学习练习本|83|2024-10-06| |123|[roberthsu2003/python-SQLite-MySQL](https://github.com/roberthsu2003/python-SQLite-MySQL)|python+SQL資料庫組織數據更簡單!|83|2024-10-10| |124|[wx-chevalier/MySQL-Notes](https://github.com/wx-chevalier/MySQL-Notes)|📚深入浅出 MySQL 实战|80|2024-09-21| |125|[Zhu-Shatong/RailTracker](https://github.com/Zhu-Shatong/RailTracker)|从12306使用爬虫爬取火车站及车次信息、火车票价 RailTracker是一个使用Python开发的高效数据采集、集成与可视化系统,专门针对高铁票务数据。本项目通过设计精巧的数据爬虫,实现了对高铁票实时数据的自动采集,确保数据的准确性和实时更新。利用先进的数据处理技术,包括Pandas等库进行数据预处理和清洗,通过去重、处理缺失值等手段,提高了数据质量。采用MySQL数据库保证了项目在面 ...|75|2024-04-22| |126|[Zenobia000/iSpan_python-DA-cookbooks](https://github.com/Zenobia000/iSpan_python-DA-cookbooks)|資策會_python data analysis |66|2024-09-26| |127|[teash1rt/resume-analysis-system](https://github.com/teash1rt/resume-analysis-system)|智能简历解析系统,支持多维度信息提取|65|2024-06-30| |128|[HoGC/esp_speech_recognition](https://github.com/HoGC/esp_speech_recognition)|ESP32 语音唤醒+离线识别+百度在线识别|65|2024-06-13| |129|[IvanaXu/TianChiProj](https://github.com/IvanaXu/TianChiProj)|🏆🥈🥉 TianChi/天池 AIStudio Kaggle iFLYTEKAI...|65|2024-06-03| |130|[yunsuxiaozi/AI-and-competition](https://github.com/yunsuxiaozi/AI-and-competition)|这里用来存储做人工智能项目的代码和参加数据挖掘比赛的代码|64|2024-10-10| |131|[Nozom1466/Tongji-CS-Assignments](https://github.com/Nozom1466/Tongji-CS-Assignments)|同济大学 数字逻辑+汇编+数据结构作业及项目+人工智能导论笔记+形式语言与自动机笔记+计算机组成原理小作业+编译原理+编译原理课程设计+计算机网络+操作系统课程设计+数据库课程设计+计算机系统结构课程设计+人机交互导论+软件工程+Web技术+深度学习与神经网络+数据库系统原理+机器学习+操作系统+计算机网络课程设计|63|2024-09-22| |132|[xzl524/football_data_analysis](https://github.com/xzl524/football_data_analysis)|利用数学和数据理解足球(Use Math and Data to Understand Football)|63|2024-05-03| |133|[huangjia2019/ai-in-practice](https://github.com/huangjia2019/ai-in-practice)|极客时间 AI原生基础实战课|60|2024-06-28| |134|[TheKOG/InfinityGauntlet](https://github.com/TheKOG/InfinityGauntlet)|响指开关灯|59|2024-07-27| |135|[Samer-hue/LMSYS_scheme_lyp](https://github.com/Samer-hue/LMSYS_scheme_lyp)|Kaggle: LMSYS-Chatbot Arena Human Preference Predictions 比赛代码|57|2024-09-03| |136|[dxcf123/UCAS_DeepLearning_homework](https://github.com/dxcf123/UCAS_DeepLearning_homework)|国科大深度学习作业 2024 春|55|2024-06-28| |137|[TommyZihao/openvino_tonypi](https://github.com/TommyZihao/openvino_tonypi)|基于OpenVINO,本地部署大模型智能体Agent,控制TonyPi人形机器人|53|2024-09-17| |138|[datawhalechina/handy-ollama](https://github.com/datawhalechina/handy-ollama)|动手学Ollama,CPU玩转大模型部署,在线阅读地址:https://datawhalechina.github.io/handy-ollama/|53|2024-09-08| |139|[aliencaocao/netease_cloudmusic_discord_rpc](https://github.com/aliencaocao/netease_cloudmusic_discord_rpc)|网易云音乐Discord听歌状态同步|52|2024-09-09| |140|[roberthsu2003/pythonWindow](https://github.com/roberthsu2003/pythonWindow)|使用tkinter打造跨平台視窗|50|2024-07-26| |141|[Allenem/graduation-design](https://github.com/Allenem/graduation-design)|:trollface: 本科毕业设计:针对Deepfake假脸视频面部细节特征的提取算法|50|2024-09-29| |142|[RenShuhuai-Andy/my-tools](https://github.com/RenShuhuai-Andy/my-tools)|my commonly-used tools|46|2024-07-30| |143|[SYadda/Arknights_6Star_Rank_Vote](https://github.com/SYadda/Arknights_6Star_Rank_Vote)|明日方舟 六星干员强度投票箱|45|2024-07-06| |144|[LoveThinkinghard/HUST-Physcis-Experiments-Plot-and-Dataprocess](https://github.com/LoveThinkinghard/HUST-Physcis-Experiments-Plot-and-Dataprocess)|华中科技大学物理实验画图及数据处理(使用python)|44|2024-09-18| |145|[arcstep/langchain_zhipuai](https://github.com/arcstep/langchain_zhipuai)|为了兼容Langchain,根据zhipu官方HTTP的API重新实现的Python SDK|42|2024-06-28| |146|[songxxiao/m5_compete](https://github.com/songxxiao/m5_compete)|Sliver Solution (Top 2%) for Kaggle M5 Forecasting competition|42|2024-09-30| |147|[ZGarry/kezhuanzhai](https://github.com/ZGarry/kezhuanzhai)|自动化可转债之旅|41|2024-09-09| |148|[xaio6/LabelQuick](https://github.com/xaio6/LabelQuick)|一种快速、轻松的AI辅助标注工具LabelQuick|39|2024-08-12| |149|[lingwsh/ben_tech_python](https://github.com/lingwsh/ben_tech_python)|Ben Tech YouTube Channel free data and information|39|2024-09-29| |150|[CNFeffery/PythonPracticalSkills](https://github.com/CNFeffery/PythonPracticalSkills)|存放「Python实用秘技」系列文章对应附件|39|2024-05-22| |151|[jjjack230/maotai](https://github.com/jjjack230/maotai)|抢茅台柯基 科技 ,imaotai,maotai,京东,天猫,淘宝,闲鱼,拼多多,抢茅台技术,技术交流,破解,脚本,黑客,逆向,自动抢茅台|38|2024-10-05| |152|[Heng-xiu/agentic-system-lab-2024ironman](https://github.com/Heng-xiu/agentic-system-lab-2024ironman)|本專案紀錄 2024 鐵人賽當中程式碼|37|2024-09-28| |153|[godaai/scale-py-zh](https://github.com/godaai/scale-py-zh)|Python 数据科学加速:Dask、Ray、Xorbits、mpi4py|37|2024-08-25| |154|[deepjavalibrary/d2l-java-zh](https://github.com/deepjavalibrary/d2l-java-zh)|-|37|2024-10-07| |155|[harrodyuan/FACTOR_TRAINING_CHI](https://github.com/harrodyuan/FACTOR_TRAINING_CHI)|Code and Data for Harold's Quant Channel Factor Training Series 哈罗德的量化频道 --- 因子实战系列全部 数据+代码文件|36|2024-07-10| |156|[HaoningChen/scutquant](https://github.com/HaoningChen/scutquant)|scutquant是一个开源的离线量化投资平台,由华南理工大学量化投资协会负责维护. 该框架具有低耦合, 高内聚的特点|36|2024-05-20| |157|[RyoWakabayashi/elixir-learning](https://github.com/RyoWakabayashi/elixir-learning)|Elixir 学習用|36|2024-10-10| |158|[5zjk5/prompt-engineering](https://github.com/5zjk5/prompt-engineering)|prompt 工程项目案例|34|2024-10-11| |159|[roberthsu2003/__2024_08_31_chihlee_pico__](https://github.com/roberthsu2003/__2024_08_31_chihlee_pico__)|致理pico課程|33|2024-10-05| |160|[stylellm/stylellm_chat](https://github.com/stylellm/stylellm_chat)|通用大模型 × 文风大模型 = 多样化风格的聊天机器人|33|2024-07-14| |161|[bd4sur/Nano](https://github.com/bd4sur/Nano)|玩具 Transformer 语言模型|33|2024-10-11| |162|[REXWindW/my_llm](https://github.com/REXWindW/my_llm)| 尝试自己从头写一个LLM,参考llama和nanogpt|32|2024-04-27| |163|[Steven-Luo/MasteringRAG](https://github.com/Steven-Luo/MasteringRAG)|企业级RAG系统从入门到精通|31|2024-10-08| |164|[tejtw/TQuant-Lab](https://github.com/tejtw/TQuant-Lab)|使用文件、程式範例|31|2024-08-09| |165|[roberthsu2003/__2024_05_05_sunday__](https://github.com/roberthsu2003/__2024_05_05_sunday__)|AI 人工智慧開發入門_python|30|2024-07-14| |166|[mscb402/Cybertrolls-Detection](https://github.com/mscb402/Cybertrolls-Detection)|Cybertrolls Detection using deep learning (基于深度学习的网络欺凌/网络暴力检测)|30|2024-05-09| |167|[playmobil/huggingface-China](https://github.com/playmobil/huggingface-China)|通过阿里云盘,colab,国内下载huggingface大模型轻轻松松|29|2024-07-01| |168|[mapicccy/funcat](https://github.com/mapicccy/funcat)|Using very simple code to compute indicator of stock\crytocurrency. For example, MA(C, 5) means average closed-price for last 5 days.|29|2024-08-25| |169|[luiarthur/TuringBnpBenchmarks](https://github.com/luiarthur/TuringBnpBenchmarks)|Benchmarks of Bayesian Nonparametric models in Turing and other PPLs|29|2024-07-18| |170|[huangjia2019/powerful_llm](https://github.com/huangjia2019/powerful_llm)|极客时间 - 大模型应用开发实战课: 展现LLM应用开发之强大|27|2024-07-02| |171|[roberthsu2003/__113_gov_ai_web__2024_4_27__](https://github.com/roberthsu2003/__113_gov_ai_web__2024_4_27__)|113上-新北-打造AI物聯網數據與Web動態網頁圖表顯示整合實作班|27|2024-06-29| |172|[chunhuizhang/deeplearning_math](https://github.com/chunhuizhang/deeplearning_math)|现代人工智能中的数学基础|27|2024-10-08| |173|[genkuroki/Statistics](https://github.com/genkuroki/Statistics)|Notes of Statistics|27|2024-08-29| |174|[retepViolet/Transformer-](https://github.com/retepViolet/Transformer-)|一个较为容易理解的初学者代码|26|2024-06-29| |175|[Luhuanz/Curriculum](https://github.com/Luhuanz/Curriculum)|从0开始构建多维度的基于爬虫可视化,中文clip,chatglm3微调的综合项目 |26|2024-04-24| |176|[chunhuizhang/deeplearning-envs](https://github.com/chunhuizhang/deeplearning-envs)|深度学习软硬件配置(小白向)|26|2024-09-24| |177|[tejtw/TEJAPI_Python_Medium_Quant](https://github.com/tejtw/TEJAPI_Python_Medium_Quant)|TEJ_API_Python_量化分析|26|2024-09-25| |178|[dbkk/docx-researchmap](https://github.com/dbkk/docx-researchmap)|-|26|2024-06-26| |179|[lgy112112/Efficient-KAN-in-Chinese](https://github.com/lgy112112/Efficient-KAN-in-Chinese)|详细的中文注释+使用例子|25|2024-06-22| |180|[roberthsu2003/__2024_04_17_mon_wed__](https://github.com/roberthsu2003/__2024_04_17_mon_wed__)|Python與AI人工智慧開發入門|24|2024-07-03| |181|[gallen881/bopomofo2hanzi](https://github.com/gallen881/bopomofo2hanzi)|將注音輸入法未切換時產生的英數字元轉換為漢字|24|2024-09-16|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Kotlin.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Kotlin 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[gkd-kit/gkd](https://github.com/gkd-kit/gkd)|基于无障碍,高级选择器,订阅规则的自定义屏幕点击 Android 应用 An Android APP with custom screen tapping based on Accessibility, Advanced Selectors, and Subscription Rules|20490|2024-10-11| |2|[mamoe/mirai](https://github.com/mamoe/mirai)|高效率 QQ 机器人支持库|14385|2024-09-23| |3|[JunkFood02/Seal](https://github.com/JunkFood02/Seal)|🦭 Video/Audio Downloader for Android, based on yt-dlp, designed with Material You|11080|2024-10-10| |4|[coil-kt/coil](https://github.com/coil-kt/coil)|Image loading for Android and Compose Multiplatform.|10716|2024-10-11| |5|[tiann/KernelSU](https://github.com/tiann/KernelSU)|A Kernel based root solution for Android|9983|2024-10-11| |6|[yujincheng08/BiliRoaming](https://github.com/yujincheng08/BiliRoaming)|哔哩漫游,解除B站客户端番剧区域限制的Xposed模块,并且提供其他小功能。An Xposed module that unblocks bangumi area limit of BILIBILI with miscellaneous features.|9454|2024-10-10| |7|[zhanghai/MaterialFiles](https://github.com/zhanghai/MaterialFiles)|Material Design file manager for Android|5886|2024-10-07| |8|[yaoxieyoulei/mytv-android](https://github.com/yaoxieyoulei/mytv-android)|使用Android原生开发的电视直播软件|5704|2024-10-10| |9|[breezy-weather/breezy-weather](https://github.com/breezy-weather/breezy-weather)|A Material Design Weather Application|5448|2024-10-11| |10|[mockk/mockk](https://github.com/mockk/mockk)|mocking library for Kotlin|5416|2024-10-09| |11|[Ashinch/ReadYou](https://github.com/Ashinch/ReadYou)|An Android RSS reader presented in Material You style.|4894|2024-10-11| |12|[didi/booster](https://github.com/didi/booster)|🚀Optimizer for mobile applications|4879|2024-07-21| |13|[izhangzhihao/intellij-rainbow-brackets](https://github.com/izhangzhihao/intellij-rainbow-brackets)|🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio/Fleet|4442|2024-10-05| |14|[AlmasB/FXGL](https://github.com/AlmasB/FXGL)|Java / JavaFX / Kotlin Game Library (Engine)|4388|2024-09-20| |15|[bmax121/APatch](https://github.com/bmax121/APatch)|The patching of Android kernel and Android system|4369|2024-10-11| |16|[liujingxing/rxhttp](https://github.com/liujingxing/rxhttp)| 🔥🔥🔥 Based on OkHttp encapsulation, support Kotlin Coroutines、RxJava2、RxJava3; 30s to get started.|3741|2024-08-30| |17|[guolindev/PermissionX](https://github.com/guolindev/PermissionX)|An open source Android library that makes handling runtime permissions extremely easy.|3488|2024-08-29| |18|[XayahSuSuSu/Android-DataBackup](https://github.com/XayahSuSuSu/Android-DataBackup)|DataBackup for Android 7.0+|3421|2024-10-11| |19|[jing332/tts-server-android](https://github.com/jing332/tts-server-android)|这是一个Android系统TTS应用,内置微软演示接口,可自定义HTTP请求,可导入其他本地TTS引擎,以及根据中文双引号的简单旁白/对话识别朗读 ,还有自动重试,备用配置,文本替换等更多功能。|3244|2024-08-12| |20|[osfans/trime](https://github.com/osfans/trime)|同文安卓輸入法平臺3.x/Android-rime/Rime Input Method Engine for Android|3082|2024-10-11| |21|[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 )|3076|2024-09-11| |22|[Dr-TSNG/Hide-My-Applist](https://github.com/Dr-TSNG/Hide-My-Applist)|An Xposed module to intercept applist detections|2978|2024-10-06| |23|[rumboalla/apkupdater](https://github.com/rumboalla/apkupdater)|APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.|2931|2024-10-03| |24|[fcitx5-android/fcitx5-android](https://github.com/fcitx5-android/fcitx5-android)|Fcitx5 input method framework and engines ported to Android|2928|2024-10-11| |25|[easybangumiorg/EasyBangumi](https://github.com/easybangumiorg/EasyBangumi)|纯纯看番,使用 Compose 开发的 Android 看番软件,支持多番剧源|2861|2024-10-06| |26|[unit-mesh/auto-dev](https://github.com/unit-mesh/auto-dev)|🧙‍AutoDev: The AI-powered coding wizard(AI 驱动编程助手)with multilingual support 🌐, auto code generation 🏗️, and a helpful bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Dev/Testing/Docu ...|2771|2024-10-09| |27|[wangchenyan/ponymusic](https://github.com/wangchenyan/ponymusic)|An Android online music player like NetEase Cloud Music, based on Media3 and ExoPlayer|2647|2024-09-06| |28|[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|2626|2024-10-11| |29|[liangjingkanji/BRV](https://github.com/liangjingkanji/BRV)|[使用文档] Android 快速构建 RecyclerView, 比 BRVAH 更简单强大|2593|2024-09-20| |30|[aistra0528/Hail](https://github.com/aistra0528/Hail)|Disable / Hide / Suspend / Uninstall Android apps without root.|2579|2024-10-08| |31|[Ccixyj/JBusDriver](https://github.com/Ccixyj/JBusDriver)|这是去幼儿园的班车(滑稽|2576|2024-08-31| |32|[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 to ...|2530|2024-08-05| |33|[gallonyin/worktool](https://github.com/gallonyin/worktool)|一款安全稳定的Android无障碍服务工具,支持控制企微/微信来运行的无人值守群管理机器人|2472|2024-09-21| |34|[TencentBlueKing/bk-ci](https://github.com/TencentBlueKing/bk-ci)|蓝鲸持续集成平台(蓝盾) |2378|2024-10-10| |35|[GuoXiCheng/SKIP](https://github.com/GuoXiCheng/SKIP)|自动跳过APP开屏广告|2354|2024-10-09| |36|[FooIbar/EhViewer](https://github.com/FooIbar/EhViewer)|EhViewer overhauled with Material Design 3 and more, forked from https://github.com/Ehviewer-Overhauled/Ehviewer|2289|2024-10-11| |37|[azhon/AppUpdate](https://github.com/azhon/AppUpdate)|Android App update library. Android版本更新库,简单、轻量、可随意定制|2288|2024-08-27| |38|[fumiama/copymanga](https://github.com/fumiama/copymanga)|拷贝漫画的第三方APP,优化阅读/下载体验|2264|2024-09-15| |39|[kotlin-orm/ktorm](https://github.com/kotlin-orm/ktorm)|A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.|2108|2024-10-03| |40|[panpf/sketch](https://github.com/panpf/sketch)|Sketch is an image loading library designed for Compose Multiplatform and Android View. It is powerful and rich in functions. In addition to basic functions, it also supports GIF, SVG, video thumbnail ...|2053|2024-10-11| |41|[allenymt/PrivacySentry](https://github.com/allenymt/PrivacySentry)|Android隐私合规整改检测工具,注解+Asm修改字节码的检测方案|2042|2024-08-12| |42|[Mahmud0808/Iconify](https://github.com/Mahmud0808/Iconify)|Iconify lets you customize your Android 12+ device easily. Change icons, colors, shapes, and even the notification panel for a personalized look that suits your style.|1896|2024-10-07| |43|[liangjingkanji/Net](https://github.com/liangjingkanji/Net)|Android 基于协程/OkHttp网络请求工具|1869|2024-09-01| |44|[HMBSbige/ShadowsocksR-Android](https://github.com/HMBSbige/ShadowsocksR-Android)|【自用】咕咕咕|1847|2024-09-15| |45|[maxrave-dev/SimpMusic](https://github.com/maxrave-dev/SimpMusic)|A simple music app using YouTube Music for backend|1810|2024-09-13| |46|[lizongying/my-tv-0](https://github.com/lizongying/my-tv-0)|電視網絡視頻播放軟件,可以自定義視頻源|1755|2024-09-10| |47|[barbeau/gpstest](https://github.com/barbeau/gpstest)|The #1 open-source Android GNSS/GPS test program|1753|2024-07-28| |48|[EmmyLua/IntelliJ-EmmyLua](https://github.com/EmmyLua/IntelliJ-EmmyLua)|Lua IDE/Debugger Plugin for IntelliJ IDEA|1744|2024-08-03| |49|[hefengbao/jingmo](https://github.com/hefengbao/jingmo)|『京墨』开源的中华文化宝典 APP,诗(词)文(名句)、汉字、成语、词语、歇后语、绕口令、传统节日、传统色、节气、人物等。|1694|2024-09-14| |50|[androiddevnotes/awesome-android-learning-resources](https://github.com/androiddevnotes/awesome-android-learning-resources)|👓 A curated list of awesome android learning resources for android app developers. |1694|2024-05-11| |51|[10miaomiao/bilimiao2](https://github.com/10miaomiao/bilimiao2)|bilimiao 2.x|1679|2024-10-06| |52|[project-mirai/mirai-api-http](https://github.com/project-mirai/mirai-api-http)|Mirai HTTP API (console) plugin|1652|2024-04-24| |53|[YenalyLiew/Han1meViewer](https://github.com/YenalyLiew/Han1meViewer)|A Hanime1.me Application for Android.|1611|2024-10-07| |54|[rosuH/EasyWatermark](https://github.com/rosuH/EasyWatermark)|🔒 🖼 Securely, easily add a watermark to your sensitive photos. 安全、简单地为你的敏感照片添加水印,防止被小人泄露、利用|1559|2024-10-02| |55|[yannecer/NCalendar](https://github.com/yannecer/NCalendar)|一款安卓日历,仿miui,钉钉,华为的日历,万年历、365、周日历,月日历,月视图、周视图滑动切换,农历,节气,Andriod Calendar , MIUI Calendar,小米日历|1559|2024-07-04| |56|[angcyo/DslTabLayout](https://github.com/angcyo/DslTabLayout)|:hearts: Android界最万能的TabLayout(不仅仅是TabLayout), 支持任意类型的item, 支持Drawable类型的指示器,智能开启滚动,支持横竖向布局等|1555|2024-07-18| |57|[Leon406/ToolsFx](https://github.com/Leon406/ToolsFx)|基于kotlin+tornadoFx的跨平台密码学工具箱.包含编解码,编码转换,加解密, 哈希,MAC,签名,大数运算,压缩,二维码功能,ctf等实用功能,支持插件|1486|2024-10-11| |58|[aaa1115910/bv](https://github.com/aaa1115910/bv)|哔哩哔哩 的第三方 Android TV 应用。A third-party Android TV app for Bilibili.|1412|2024-10-08| |59|[EspoirX/StarrySky](https://github.com/EspoirX/StarrySky)|🔥A Powerful and Streamline MusicLibrary(一个丰富的音乐播放封装库,支持多种音频格式,完美解决你的问题。)|1397|2024-07-03| |60|[lihenggui/blocker](https://github.com/lihenggui/blocker)|Utilize an integrated firewall to manage application components.|1373|2024-10-11| |61|[HighCapable/YukiHookAPI](https://github.com/HighCapable/YukiHookAPI)|⛱️ An efficient Hook API and Xposed Module solution built in Kotlin.|1357|2024-10-01| |62|[rRemix/APlayer](https://github.com/rRemix/APlayer)|Android Music Player|1333|2024-10-11| |63|[getActivity/AndroidProject-Kotlin](https://github.com/getActivity/AndroidProject-Kotlin)|Android 技术中台 Kotlin 版本,但愿人长久,搬砖不再有|1321|2024-05-31| |64|[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 ...|1314|2024-09-26| |65|[WrBug/DeveloperHelper](https://github.com/WrBug/DeveloperHelper)|📌易开发是一款帮助开发人员快速开发的工具,功能包括界面分析,页面信息,加固脱壳,支持Android9.0|1313|2024-09-25| |66|[stripe/stripe-android](https://github.com/stripe/stripe-android)|Stripe Android SDK |1273|2024-10-11| |67|[iamr0s/Dhizuku](https://github.com/iamr0s/Dhizuku)|A Android Application for share DeviceOwner|1193|2024-10-10| |68|[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.|1182|2024-10-11| |69|[Petterpx/FloatingX](https://github.com/Petterpx/FloatingX)|Android上强大的悬浮窗组件,支持 系统浮窗(需要权限)、应用内浮窗(无权限)、局部悬浮(View),支持边缘吸附、回弹、自定义动画、位置保存、窗口化及分屏后位置修复等。Android without permission suspension window(App), support global(View), local suspension, support edge adsorptio ...|1155|2024-10-07| |70|[xyoye/DanDanPlayForAndroid](https://github.com/xyoye/DanDanPlayForAndroid)|弹弹play 概念版,弹弹play系列应用安卓平台上的实现,是一个提供了视频播放(本地+局域网)和弹幕加载(在线+本地)功能的本地播放器|1086|2024-09-02| |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.|1082|2024-08-18| |72|[DUpdateSystem/UpgradeAll](https://github.com/DUpdateSystem/UpgradeAll)|Check updates for Android apps, Magisk modules and more!|1042|2024-10-11| |73|[suming77/SumTea_Android](https://github.com/suming77/SumTea_Android)|基于组件化+模块化+Kotlin+协程+Flow+Retrofit+Jetpack+MVVM+短视频架构实现的WanAndroid客户端|1026|2024-06-07| |74|[GuhDoy/TiebaTS](https://github.com/GuhDoy/TiebaTS)|提供修改百度贴吧底栏等个性化功能。An Xposed module for Baidu Tieba with personalized functions.|1007|2024-08-07| |75|[bggRGjQaUbCoE/c001apk](https://github.com/bggRGjQaUbCoE/c001apk)|fake coolapk|1002|2024-05-08| |76|[eprendre/tingshu](https://github.com/eprendre/tingshu)|一款可在线播放多个免费听书站点的安卓app|995|2024-07-23| |77|[fankes/TSBattery](https://github.com/fankes/TSBattery)|A new way to save your battery avoid cancer apps hacker it.|991|2024-09-28| |78|[AAChartModel/AAChartCore-Kotlin](https://github.com/AAChartModel/AAChartCore-Kotlin)|📈📊⛰⛰⛰An elegant modern declarative data visualization chart framework for Android . Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, a ...|988|2024-08-15| |79|[mgz0227/legado-Harmony](https://github.com/mgz0227/legado-Harmony)|开源阅读鸿蒙版仓库|940|2024-09-10| |80|[Block-Network/StatusBarLyric](https://github.com/Block-Network/StatusBarLyric)|[Xposed] Status Bar Lyric / 状态栏歌词|933|2024-10-04| |81|[liujingxing/XmlClassGuard](https://github.com/liujingxing/XmlClassGuard)|一个可混淆4大组件,自定义View等任意类的插件,上架Google Play的利器|930|2024-06-11| |82|[GangJust/FreedomPlus](https://github.com/GangJust/FreedomPlus)|依赖于抖音运行的Xposed模块.|922|2024-09-13| |83|[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|882|2024-10-07| |84|[1250422131/bilibilias](https://github.com/1250422131/bilibilias)|哔哩哔哩解析工具,一个辅助缓存下载B站视频番剧的APP,帮助你快速便捷的缓存B站视频和番剧。|834|2024-10-10| |85|[CrossPaste/crosspaste-desktop](https://github.com/CrossPaste/crosspaste-desktop)|Universal Pasteboard Across Devices|829|2024-10-11| |86|[leavesCZY/WifiP2P](https://github.com/leavesCZY/WifiP2P)|通过 Android 设备的 Wifi Direct,实现 Android 手机之间传输任意文件|825|2024-06-02| |87|[platonai/PulsarRPA](https://github.com/platonai/PulsarRPA)|Automate webpages at scale, scrape web data completely and accurately with high performance, distributed AI-RPA.|756|2024-10-11| |88|[yueeng/hacg](https://github.com/yueeng/hacg)|琉璃神社 hacg android app|739|2024-09-25| |89|[leavesCZY/Matisse](https://github.com/leavesCZY/Matisse)|A Image/Video Selector Implemented with Jetpack Compose(一个用 Jetpack Compose 实现的 Android 图片视频选择框架)|733|2024-09-28| |90|[CofbroTeam/Doraemon](https://github.com/CofbroTeam/Doraemon)|⭐ ⭐ ⭐不止签到!更有一键同步作业功能!⭐ ⭐ ⭐ UI友好的安卓-Android移动端学习通签到助手,支持普通签到,扫码签到,图片签到,二维码签到,定位签到,签到码签到,手势签到,作业提醒:push通知,短信通知!!|706|2024-08-20| |91|[meshtastic/Meshtastic-Android](https://github.com/meshtastic/Meshtastic-Android)|Android application for Meshtastic|704|2024-10-11| |92|[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|697|2024-10-10| |93|[zhpanvip/viewpagerindicator](https://github.com/zhpanvip/viewpagerindicator)|🔥 Worked with ViewPager and ViewPager2,support multiple slider styles and multiple slide mode.This repo was split from BannerViewPager-|692|2024-08-23| |94|[angcyo/DslAdapter](https://github.com/angcyo/DslAdapter)|:fire: Android Kotlin时代的Adapter, Dsl 的形式使用 RecyclerView.Adapter, 支持折叠展开, 树结构,悬停,情感图状态切换, 加载更多, 多类型Item,侧滑菜单等|690|2024-10-09| |95|[MaterialCleaner/MaterialCleaner](https://github.com/MaterialCleaner/MaterialCleaner)|-|681|2024-08-06| |96|[iOrchid/android-jetpack-demo](https://github.com/iOrchid/android-jetpack-demo)|🔥 快速入门Android Jetpack&Compose 以及相关Kotlin、MVVM/MVI等独立构架App的基础技能|633|2024-09-06| |97|[vincent-series/smart-show](https://github.com/vincent-series/smart-show)|-|615|2024-07-11| |98|[xihan123/SignHook](https://github.com/xihan123/SignHook)|这是一个简单的签名校验通杀模块|612|2024-10-11| |99|[hushenghao/AndroidEasterEggs](https://github.com/hushenghao/AndroidEasterEggs)|Android Easter Egg Collections|606|2024-10-11| |100|[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 ...|601|2024-07-10| |101|[fei-ke/HMSPush](https://github.com/fei-ke/HMSPush)|让非华为设备支持 HMS 推送,同时避免唤醒目标应用|582|2024-08-19| |102|[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|565|2024-09-23| |103|[xiaoyvyv/bangumi](https://github.com/xiaoyvyv/bangumi)|Bangumi for Android - A full-featured unofficial android native application for the bangumi.tv|562|2024-08-03| |104|[stream-rec/stream-rec](https://github.com/stream-rec/stream-rec)|Automatic streaming record tool. Live and bullet comments recorder. 虎牙/抖音/斗鱼/Twitch/PandaTV直播,弹幕自动录制|529|2024-10-10| |105|[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|529|2024-10-11| |106|[YuKongA/Updater](https://github.com/YuKongA/Updater)|[App] Get HyperOS/MIUI recovery ROM update info|525|2024-07-18| |107|[breandan/kotlingrad](https://github.com/breandan/kotlingrad)|🧩 Shape-Safe Symbolic Differentiation with Algebraic Data Types|522|2024-08-09| |108|[MalitsPlus/ShizuruNotes](https://github.com/MalitsPlus/ShizuruNotes)|An unofficial Android tool application for "Princess Connect Re:Dive"|521|2024-09-15| |109|[shizq123/BIKA](https://github.com/shizq123/BIKA)|第三方哔咔漫画|518|2024-09-12| |110|[ihsg/PatternLocker](https://github.com/ihsg/PatternLocker)|Android 图形解锁/手势解锁 / 手势密码 / 图案密码 / 九宫格密码|518|2024-09-22| |111|[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)|518|2024-10-11| |112|[simple-robot/simpler-robot](https://github.com/simple-robot/simpler-robot)|Simple Robot,一个bot风格的Kotlin多平台事件调度框架,异步高效、Java友好!/ A Bot-style Kotlin Multiplatform event scheduling framework, asynchronous and high-performance, java-friendly! 🐱😼😻😸|513|2024-10-10| |113|[alialbaali/Noto](https://github.com/alialbaali/Noto)|Minimal Note-Taking App|499|2024-06-06| |114|[zhujiang521/PlayWeather](https://github.com/zhujiang521/PlayWeather)|🔥🔥🔥 Compose、Lce、MVVM、深色模式、横屏、无网弱网适配、Room、Hilt、多语言切换,目前Android最新的库基本全用上了,你想要的都有。还使用 Compose-Desktop 编写了桌面版本,快来试试吧!🔥🔥🔥|488|2024-08-26| |115|[AndroidCoderPeng/AutoDingding](https://github.com/AndroidCoderPeng/AutoDingding)|钉钉自动打卡|488|2024-09-27| |116|[chr233/PureNGA](https://github.com/chr233/PureNGA)|NGA 去广告Xposed模块 支持 Lspatch|481|2024-10-08| |117|[Krosxx/Android-Auto-Api](https://github.com/Krosxx/Android-Auto-Api)|安卓无障碍服务Api, 为了简化无障碍服务使用,并使用 Kotlin 以提供简洁的Api。|469|2024-04-29| |118|[crowforkotlin/CopyMangaX](https://github.com/crowforkotlin/CopyMangaX)|🚀拷贝漫画三方APP 、项目采用多模块 和 MVI框架开发、Compose + 原生混合开发|467|2024-04-12| |119|[LuckyPray/DexKit](https://github.com/LuckyPray/DexKit)|An easy-to-use, high-performance dex deobfuscation library.|463|2024-06-11| |120|[Knight-ZXW/BlockCanaryX](https://github.com/Knight-ZXW/BlockCanaryX)|🔥基于堆栈采样,使用函数火焰图的形式展示Android Main Looper的慢消息处理过程,定位阻塞原因|448|2024-06-26| |121|[sensorsdata/sa-sdk-android-plugin2](https://github.com/sensorsdata/sa-sdk-android-plugin2)|神策数据官方 Android 埋点插件,用于 Android 端的数据采集。通过使用字节码插桩(ASM)的技术实现 Android 端的全埋点(无埋点、无码埋点、无痕埋点、自动埋点)。|440|2024-09-04| |122|[jakepurple13/OtakuWorld](https://github.com/jakepurple13/OtakuWorld)|Anime Watcher, Manga Reader, and Novel Reader as three separate apps, same UI|438|2024-10-11| |123|[tangcent/easy-yapi](https://github.com/tangcent/easy-yapi)|Generate API document to yapi|436|2024-10-09| |124|[hanjoongcho/aaf-easydiary](https://github.com/hanjoongcho/aaf-easydiary)|:blue_book: A diary application optimized for user experience.|433|2024-10-01| |125|[twiceyuan/WXAPK](https://github.com/twiceyuan/WXAPK)|直接安装微信接收到的 APK|428|2024-08-12| |126|[ltttttttttttt/ComposeViews](https://github.com/ltttttttttttt/ComposeViews)|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 Component, Scrollab ...|420|2024-09-12| |127|[FlyJingFish/AndroidAOP](https://github.com/FlyJingFish/AndroidAOP)|🔥🔥🔥AndroidAOP 是专属于 Android 端 Aop 框架,只需一个注解就可以请求权限、切换线程、禁止多点、一次监测所有点击事件、监测生命周期等等,没有使用 AspectJ,也可以定制出属于你的 Aop 代码(Help you transform into an Android platform framework with AOP architecture)|419|2024-10-11| |128|[Greatwallcorner/TV-Multiplatform](https://github.com/Greatwallcorner/TV-Multiplatform)|基于fonmi/TV项目的, 简单桌面版本实现。|417|2024-10-08| |129|[bubelov/news](https://github.com/bubelov/news)|Feed Reader and Podcast Player for Android|406|2024-05-18| |130|[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.|398|2024-09-20| |131|[KyuubiRan/EzXHelper](https://github.com/KyuubiRan/EzXHelper)|A library to make Xposed modules development easily.|395|2024-05-21| |132|[chr56/Phonograph_Plus](https://github.com/chr56/Phonograph_Plus)|A semi-active fork of kabouzeid/Phonograph -- a revived classic material designed music player for Android|392|2024-10-03| |133|[15dd/wenku8reader](https://github.com/15dd/wenku8reader)|第三方轻小说文库app|388|2024-10-07| |134|[liuzipengWally/Twobbble](https://github.com/liuzipengWally/Twobbble)|这是一个使用Kotlin开发的Dribbble客户端|387|2024-07-03| |135|[fankes/MIUINativeNotifyIcon](https://github.com/fankes/MIUINativeNotifyIcon)|Fix the native notification bar icon function abandoned by the MIUI development team.|386|2024-10-10| |136|[FishHawk/auto-novel](https://github.com/FishHawk/auto-novel)|轻小说机翻网站,支持网络小说/文库小说/本地小说|373|2024-10-11| |137|[jenly1314/MVVMFrame](https://github.com/jenly1314/MVVMFrame)|🏰 MVVMFrame for Android 是一个基于Google官方推出的JetPack构建的快速开发框架。从此构建一个MVVM模式的项目变得快捷简单。|369|2024-08-18| |138|[BinTianqi/OwnDroid](https://github.com/BinTianqi/OwnDroid)|Own your Android! 使用Device owner管理你的安卓设备。Manage your device with Device owner privilege|361|2024-10-02| |139|[zhanghai/Untracker](https://github.com/zhanghai/Untracker)|App to help you remove tracking information before sharing links|361|2024-10-03| |140|[edxposedd/wework](https://github.com/edxposedd/wework)|【Xposed Hook 企业微信 微信】企业微信机器人 微信机器人 自动抢回复 会话 自动通过 好友列表 群管理 SDK|358|2024-04-19| |141|[tasy5kg/CuteGIF](https://github.com/tasy5kg/CuteGIF)|Convert video to GIF. Simple and fast.|340|2024-08-09| |142|[FunnySaltyFish/FunnyTranslation](https://github.com/FunnySaltyFish/FunnyTranslation)|基于Jetpack Compose开发的翻译软件,支持多引擎、插件化~ Jetpack Compose+MVVM+协程+Room|337|2024-05-02| |143|[MrXiaoM/Overflow](https://github.com/MrXiaoM/Overflow)|替换 mirai 实现为 Onebot 以进行无缝迁移|321|2024-10-09| |144|[Mingyueyixi/MaskWechat](https://github.com/Mingyueyixi/MaskWechat)|这是一个微信 Xposed 模块,她可以隐藏特定用户的聊天记录,防止私密的聊天被第三人偷看|321|2024-09-29| |145|[leavesCZY/compose_chat](https://github.com/leavesCZY/compose_chat)| Jetpack Compose 最佳实践,用 Jetpack Compose 写一个 IM APP|316|2024-09-28| |146|[xiaojinzi123/TallyApp](https://github.com/xiaojinzi123/TallyApp)|不再维护!!! 一个 Android 的记账 App, 完全的 组件化 + Compose + Kotlin + 响应式编程 + Room 数据库 + Retrofit|310|2024-05-14| |147|[TabooLib/taboolib](https://github.com/TabooLib/taboolib)|Powerful framework for creating multi-platform Minecraft plugin|306|2024-10-10| |148|[gurecn/YuyanIme](https://github.com/gurecn/YuyanIme)|雨燕拼音输入法-一款基于Rime定制开发的九键、全拼、双拼、手写、火星文等方案、支持悬浮、单手、数字行等键盘模式的中文输入法|304|2024-10-11| |149|[hujiayucc/Fuck-AD](https://github.com/hujiayucc/Fuck-AD)|去他妈的广告|304|2024-09-28| |150|[wgllss/WXDynamicPlugin](https://github.com/wgllss/WXDynamicPlugin)|自研零反射,零HooK,全动态化,插件化框架,全网唯一结合启动优化的插件化架构,适合小,中,大型项目均可的插件化架构|301|2024-10-09| |151|[panpf/zoomimage](https://github.com/panpf/zoomimage)|ZoomImage is an gesture zoom viewing of images library specially designed for Compose Multiplatform and Android View. Supported scale, pan, locate, rotation, and super-large image subsampling.|298|2024-09-29| |152|[xdd666t/getx_template](https://github.com/xdd666t/getx_template)|Used to generate the template code of GetX framework Flutter GetX模板代码生成(一个有用的IDEA插件)|296|2024-08-17| |153|[leavesCZY/Monitor](https://github.com/leavesCZY/Monitor)|一个适用于 OkHttp / Retrofit 的可视化抓包工具|293|2024-09-28| |154|[linwg1988/LCardView](https://github.com/linwg1988/LCardView)|卡片布局,可设置阴影颜色,透明度,圆角大小,阴影宽度|284|2024-09-30| |155|[iiheng/VCAMSX](https://github.com/iiheng/VCAMSX)|安卓虚拟摄像头|276|2024-08-16| |156|[lanlinju/Anime](https://github.com/lanlinju/Anime)|基于樱花动漫网站数据的一个简洁的播放动漫的App,支持弹幕,使用Compose进行开发|273|2024-10-03| |157|[anyascii/anyascii](https://github.com/anyascii/anyascii)|Unicode to ASCII transliteration - C Elixir Go Java JS Julia PHP Python Ruby Rust Shell .NET|272|2024-06-09| |158|[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 ...|270|2024-08-21| |159|[kanyun-inc/Kace](https://github.com/kanyun-inc/Kace)|Kace: Kotlin Android Compatible Extensions, a framework for assisting in the seamless migration from kotlin-android-extensions|261|2024-06-20| |160|[ven-coder/Assists](https://github.com/ven-coder/Assists)|🔥Android无障碍服务(AccessibilityService)开发框架,Android自动化脚本框架,快速开发复杂自动化任务、远程协助、监听等|259|2024-10-08| |161|[lihangleo2/ViewPager2Demo](https://github.com/lihangleo2/ViewPager2Demo)|关于封装ViewPager2的FragmentStateAdapter的封装,以最简单的方式实现抖音列表的上下加载,画廊效果,以及ViewPager2的各种封装|257|2024-07-23| |162|[bitlap/geocoding](https://github.com/bitlap/geocoding)|:globe_with_meridians: 地理编码技术,提供地址标准化和相似度计算。|251|2024-08-02| |163|[leavesCZY/asm-samples](https://github.com/leavesCZY/asm-samples)|Android 字节码插桩实战|240|2024-07-13| |164|[greyovo/PicQuery](https://github.com/greyovo/PicQuery)|🔍 Search local images with natural language on Android, powered by OpenAI's CLIP model. / 在 Android 上用自然语言搜索本地图片 (基于 OpenAI 的 CLIP 模型)|239|2024-05-03| |165|[pwh-pwh/wxrecordread](https://github.com/pwh-pwh/wxrecordread)|remove|239|2024-08-19| |166|[liujiayu5566/MockGps](https://github.com/liujiayu5566/MockGps)|mockGps 支持模拟定位以及模拟导航 支持Android14|239|2024-09-19| |167|[SapuSeven/BetterUntis](https://github.com/SapuSeven/BetterUntis)|An alternative mobile client for the Untis timetable system.|238|2024-09-27| |168|[leavesCZY/WifiFileTransfer](https://github.com/leavesCZY/WifiFileTransfer)|通过 Android 设备的 Wifi 个人热点,实现 Android 手机之间传输任意文件|237|2024-05-04| |169|[Potato-66/SimpleTV](https://github.com/Potato-66/SimpleTV)|观看电视直播软件,打开即看,直播源定期维护更新|234|2024-09-28| |170|[kosaka-bun/honoka-android-utils](https://github.com/kosaka-bun/honoka-android-utils)|Android开发实用工具包|230|2024-06-23| |171|[Colter23/bilibili-dynamic-mirai-plugin](https://github.com/Colter23/bilibili-dynamic-mirai-plugin)|低延迟检测B站动态/直播的mirai-console插件|226|2024-08-04| |172|[SkyD666/Rays-Android](https://github.com/SkyD666/Rays-Android)|🥰 A tool to record, search and manage stickers on your phone. ⭐️ Star to support our work!|221|2024-10-09| |173|[soybeanjs/soybean-admin-quarkus](https://github.com/soybeanjs/soybean-admin-quarkus)|基于Quarkus实现的soybean-admin后台管理系统|218|2024-10-10| |174|[robotemi/sdk](https://github.com/robotemi/sdk)|temi is an unparalleled robotic platform introducing a new dimension of development - movement. Using temi’s SDK, developers can create new functionalities and introduce new use cases via temi’s Andro ...|206|2024-08-16| |175|[Moriafly/SaltUI](https://github.com/Moriafly/SaltUI)|UI Components for Compose Multiplatform (Android/Desktop/iOS)|205|2024-10-11| |176|[Samarium150/mirai-console-lolicon](https://github.com/Samarium150/mirai-console-lolicon)|基于LoliconAPI的mirai-console插件|203|2024-04-15| |177|[unit-mesh/choco-builder](https://github.com/unit-mesh/choco-builder)|ChocoBuilder (Chocolate Factory) is a cutting-edge LLM toolkit designed to empower you in creating your very own AI assistant.Chocolate Factory 是一款开源的 LLM 应用开发框架,旨在帮助您轻松打造强大的软件开发 SDLC + LLM 生成助手。无论您是需 ...|195|2024-07-24| |178|[geph-official/geph-android](https://github.com/geph-official/geph-android)|Geph Android 迷霧通Android界面|194|2024-09-21| |179|[sky130/MiWu](https://github.com/sky130/MiWu)|第三方手表版米家「米屋」|192|2024-10-11| |180|[XJ-Up/quickupload](https://github.com/XJ-Up/quickupload)|A framework written purely in Kotlin, encapsulating OkHttp, designed to help developers easily and quickly implement upload functionality. 纯 kotlin编写 ,Okhttp封装,一个让开发者轻松快速完成上传功能的框架 |191|2024-08-08| |181|[RW-HPS/RW-HPS](https://github.com/RW-HPS/RW-HPS)|Dedicated to Rusted Warfare(RustedWarfare) High Performance Server / 铁锈战争高效率服务器|191|2024-07-28| |182|[Ahoo-Wang/Wow](https://github.com/Ahoo-Wang/Wow)|Modern Reactive CQRS Architecture Microservice development framework based on DDD and EventSourcing 基于 DDD & EventSourcing 的现代响应式 CQRS 架构微服务开发框架|180|2024-10-11| |183|[KafuuNeko/BiliDownload](https://github.com/KafuuNeko/BiliDownload)|Android Bilibili视频下载器|180|2024-09-05| |184|[Yricky/abcde](https://github.com/Yricky/abcde)|openHarmony逆向工具包|177|2024-09-28| |185|[xioneko/neko-anime](https://github.com/xioneko/neko-anime)|一个动漫番剧 Android App,使用 Jetpack Compose 构建.|175|2024-09-30| |186|[iostyle/ContinuousTrigger](https://github.com/iostyle/ContinuousTrigger)|多线程连续触发器,用于如按序展示弹窗(App更新、公告、签到之类)。支持多接口返回,等待超时,任意位置注册,任意位置绑定,支持DSL语法。喜欢请star⭐️|175|2024-07-10| |187|[yellowbluesky/PixivforMuzei3](https://github.com/yellowbluesky/PixivforMuzei3)|Best Pixiv plugin for Muzei 3|175|2024-09-22| |188|[CorruptedArk/did-i-take-my-meds](https://github.com/CorruptedArk/did-i-take-my-meds)|A Kotlin Android app to manage medications|174|2024-08-31| |189|[airshu/lx-music-android](https://github.com/airshu/lx-music-android)|lx音乐助手Android版|174|2024-06-26| |190|[TencentCloud/httpdns-sdk-android](https://github.com/TencentCloud/httpdns-sdk-android)|Tencent Cloud HTTPDNS SDK|171|2024-09-23| |191|[AnyLifeZLB/Android-Architecture](https://github.com/AnyLifeZLB/Android-Architecture)|使用 Kotlin+Moshi+Coroutines+retrofit等封装处理Http请求,支持多个域名多态数据返回 封装要达到的目的特性就一个:简洁的同步代码风格处理网络异步请求!|169|2024-06-07| |192|[buhuiming/BleCore](https://github.com/buhuiming/BleCore)|Android蓝牙低功耗(BLE)快速开发框架|168|2024-09-14| |193|[max-kammerer/orion-viewer](https://github.com/max-kammerer/orion-viewer)|Orion Viewer is pdf, djvu, xps, cbz and tiff file viewer for Android devices based on mupdf and DjVuLibre libraries|164|2024-10-06| |194|[wangyiqian/StockChart](https://github.com/wangyiqian/StockChart)|StockChart 一款适用于Android的高扩展性、高性能股票图/K线图开发库,支持多图组合,除了使用内置子图还支持定制子图满足复杂的业务需求。|160|2024-04-23| |195|[jixiaoyong/ApkSigner](https://github.com/jixiaoyong/ApkSigner)|A GUI-based Apk Signing Utility 一款带GUI的Apk签名程序|158|2024-10-11| |196|[Winnie0408/LocalMusicHelper](https://github.com/Winnie0408/LocalMusicHelper)|将您保存在网易云音乐、QQ音乐等在线音乐平台的歌单数据,转换成本项目支持的本地音乐播放器(如Salt Player、APlayer、Poweramp等)可识别的歌单格式,完成歌单的导入操作,方便您快速从在线音乐平台迁移歌单到本地音乐播放器。Quickly migrate your playlists from online music platforms to local music player ...|154|2024-08-29| |197|[anjiemo/SunnyBeach](https://github.com/anjiemo/SunnyBeach)|阳光沙滩APP|153|2024-06-24| |198|[jiangyuanyuan/Multi](https://github.com/jiangyuanyuan/Multi)|大型Android项目基础架构,AndroidX、Jetpack、Koin、模块化、模块代码权限控制、单Activity多fragment|152|2024-05-25| |199|[ichenhe/QQ-Notify-Evolution](https://github.com/ichenhe/QQ-Notify-Evolution)|免ROOT优化QQ通知,支持多会话/多消息/多渠道,兼容手环手表。|152|2024-04-18| |200|[diyigemt/arona](https://github.com/diyigemt/arona)|mirai-console的blue archive插件|149|2024-08-26|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Lua.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Lua 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[apache/apisix](https://github.com/apache/apisix)|The Cloud-Native API Gateway|14421|2024-10-10| |2|[xmake-io/xmake](https://github.com/xmake-io/xmake)|🔥 A cross-platform build utility based on Lua|9908|2024-10-11| |3|[iDvel/rime-ice](https://github.com/iDvel/rime-ice)|Rime 配置:雾凇拼音 长期维护的简体词库|9200|2024-10-09| |4|[ejoy/ant](https://github.com/ejoy/ant)|Ant game engine|3802|2024-10-11| |5|[moonbingbing/openresty-best-practices](https://github.com/moonbingbing/openresty-best-practices)|-|3590|2024-06-13| |6|[raexera/yoru](https://github.com/raexera/yoru)|夜 - Yoru Aesthetic and Beautiful Awesome Environment :first_quarter_moon:|3475|2024-08-02| |7|[L3MON4D3/LuaSnip](https://github.com/L3MON4D3/LuaSnip)|Snippet Engine for Neovim written in Lua.|3385|2024-09-12| |8|[ssnhd/rime](https://github.com/ssnhd/rime)|Rime Squirrel 鼠须管配置文件(朙月拼音、小鹤双拼、自然码双拼)|3138|2024-06-03| |9|[skywind3000/z.lua](https://github.com/skywind3000/z.lua)|:zap: A new cd command that helps you navigate faster by learning your habits.|2986|2024-10-11| |10|[ayamir/nvimdots](https://github.com/ayamir/nvimdots)|A well configured and structured Neovim.|2915|2024-10-01| |11|[Mintimate/oh-my-rime](https://github.com/Mintimate/oh-my-rime)|The Simple Config Template Of Rime By Mintimate. QQ Chat-Group: 703260572|2507|2024-10-05| |12|[yuanfengyun/q_algorithm](https://github.com/yuanfengyun/q_algorithm)|棋牌的胡牌算法,包括麻将、跑胡子、扑克。实现 lua 、c++ 、c# 、golang 、js 、java 、python 版本。( Mahjong algorithm )|1971|2024-06-14| |13|[openresty/lua-resty-redis](https://github.com/openresty/lua-resty-redis)|Lua redis client driver for the ngx_lua based on the cosocket API|1900|2024-08-17| |14|[starwing/lua-protobuf](https://github.com/starwing/lua-protobuf)|A Lua module to work with Google protobuf|1742|2024-10-07| |15|[kiccer/Soldier76](https://github.com/kiccer/Soldier76)|PUBG - 罗技鼠标宏 兴趣使然的项目,完虐收费宏!点个Star支持一下作者![PUBG - Logitech mouse macro Support 12 kinds of guns without recoil!]|1713|2024-05-20| |16|[linkease/istore](https://github.com/linkease/istore)|一个 Openwrt 标准的软件中心,纯脚本实现,只依赖Openwrt标准组件。支持其它固件开发者集成到自己的固件里面。更方便入门用户搜索安装插件。The iStore is a app store for OpenWRT|1401|2024-07-21| |17|[nshen/learn-neovim-lua](https://github.com/nshen/learn-neovim-lua)|Neovim 配置实战:从 0 到 1 打造自己的 IDE|1210|2024-09-07| |18|[KyleBing/rime-wubi86-jidian](https://github.com/KyleBing/rime-wubi86-jidian)|86五笔极点码表 for 鼠须管(macOS)、小狼毫(Windows)、中州韵(Ubuntu) 、仓(iOS)、同文(Android)五笔输入方案,五笔输入法,Rime 方案。Chinese wubi input method schema|1112|2024-09-24| |19|[jx-sec/jxwaf](https://github.com/jx-sec/jxwaf)|JXWAF是一款开源web应用防火墙|1100|2024-08-20| |20|[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,易于使用,现代化的视频播放器)|1083|2024-09-29| |21|[openresty/lua-resty-limit-traffic](https://github.com/openresty/lua-resty-limit-traffic)|Lua library for limiting and controlling traffic in OpenResty/ngx_lua|817|2024-08-17| |22|[IgorTimofeev/MineOS](https://github.com/IgorTimofeev/MineOS)|Home of MineOS and it's software for OpenComputers mod|756|2024-08-25| |23|[openresty/lua-resty-mysql](https://github.com/openresty/lua-resty-mysql)|Nonblocking Lua MySQL driver library for ngx_lua or OpenResty|705|2024-08-17| |24|[rsjaffe/MIDI2LR](https://github.com/rsjaffe/MIDI2LR)|An application and plugin to remotely control Lightroom with a MIDI controller|687|2024-09-16| |25|[xmake-io/xmake-repo](https://github.com/xmake-io/xmake-repo)|📦 An official xmake package repository |680|2024-10-11| |26|[citizenlab/chat-censorship](https://github.com/citizenlab/chat-censorship)|Data related to the investigation of realtime censorship|638|2024-07-13| |27|[shellRaining/hlchunk.nvim](https://github.com/shellRaining/hlchunk.nvim)|This is the lua implementation of nvim-hlchunk, you can use this neovim plugin to highlight your indent line and the current chunk (context) your cursor stayed|626|2024-10-02| |28|[ejoy/vaststars](https://github.com/ejoy/vaststars)|A game demo for Ant engine|566|2024-07-22| |29|[yaukeywang/LuaMemorySnapshotDump](https://github.com/yaukeywang/LuaMemorySnapshotDump)|Lua memory snapshot dump utility, used for memory leak detection。|545|2024-06-06| |30|[gaboolic/rime-frost](https://github.com/gaboolic/rime-frost)|白霜词库:蒹葭苍苍,白露为霜。基于雾凇拼音重制的,更纯净、词频准确、智能的词库。使用745396750字的高质量语料,进行分词,重新统计字频、词频,归一化。白霜词库是目前rime方案下最好的词库,在不使用智能模型的情况下可以超越使用智能模型的词库方案。目前使用白霜词库的方案有:墨奇音形(双拼辅)https://github.com/gaboolic/rime-shuangpin-fuzhuma 、 ...|525|2024-10-04| |31|[26F-Studio/Techmino](https://github.com/26F-Studio/Techmino)|Techmino:方块研究所唯一官方仓库(Github)|525|2024-10-02| |32|[HDoujinDownloader/HDoujinDownloader](https://github.com/HDoujinDownloader/HDoujinDownloader)|An easy-to-use manga and dōjinshi downloader supporting 800+ different websites|518|2024-10-11| |33|[openresty/lua-resty-upstream-healthcheck](https://github.com/openresty/lua-resty-upstream-healthcheck)|Health Checker for Nginx Upstream Servers in Pure Lua|517|2024-08-17| |34|[openresty/lua-resty-websocket](https://github.com/openresty/lua-resty-websocket)|WebSocket support for the ngx_lua module (and OpenResty)|505|2024-08-17| |35|[mrthinger/wow-voiceover](https://github.com/mrthinger/wow-voiceover)|ml world of warcraft voiceover addon|478|2024-07-03| |36|[ONElua/AutoPlugin2](https://github.com/ONElua/AutoPlugin2)|Next AutoPlugin 2|458|2024-08-09| |37|[openresty/lua-resty-lrucache](https://github.com/openresty/lua-resty-lrucache)|Lua-land LRU Cache based on LuaJIT FFI|435|2024-10-10| |38|[ElvUI-WotLK/ElvUI](https://github.com/ElvUI-WotLK/ElvUI)|ElvUI for World of Warcraft - Wrath of the Lich King (3.3.5a)|422|2024-07-31| |39|[gaboolic/rime-shuangpin-fuzhuma](https://github.com/gaboolic/rime-shuangpin-fuzhuma)|墨奇音形,打造最强双拼辅助码rime输入方案,让天下双拼用户人人用得上辅助码。基于雾凇-白霜词库,支持小鹤双拼、自然码双拼、搜狗双拼、微软双拼等多种双拼,辅助码支持墨奇码(原创拆分开源支持4万字)、自然码部首辅、小鹤音形(鹤形辅)等,支持双拼和辅助码之间排列组合,支持整句/字词输入。不认识的字可以笔画、部件拆字、仓颉码反查。支持aw、aj模式输入英文、日文,支持双拼并击输入、emoji、快符、日期 ...|400|2024-10-08| |40|[lisaac/luci-app-diskman](https://github.com/lisaac/luci-app-diskman)|Disk Manager for LuCI|395|2024-07-09| |41|[cloudwu/stellaris_cn](https://github.com/cloudwu/stellaris_cn)|Stellaris 群星 汉化 Mod|391|2024-09-11| |42|[AegirTech/ArkLights](https://github.com/AegirTech/ArkLights)|明日方舟速通 arknights|385|2024-09-26| |43|[leslie255/nvim-config](https://github.com/leslie255/nvim-config)|My neovim config|363|2024-05-28| |44|[xhcherry/GTA5-Stand-LuaAIO](https://github.com/xhcherry/GTA5-Stand-LuaAIO)|GTA5 Mod Stand Lua All in One:快捷任务、crash、模组(人物 车辆 地图 模型)、娱乐等多种拓展功能玩法的lua脚本|353|2024-08-30| |45|[shagu/pfUI](https://github.com/shagu/pfUI)|A User Interface Replacement for World of Warcraft: Vanilla & TBC|343|2024-10-06| |46|[Martins3/My-Linux-Config](https://github.com/Martins3/My-Linux-Config)|:clap: Modern neovim configuration based on native lsp|337|2024-10-10| |47|[GameFrameX/GameFrameX](https://github.com/GameFrameX/GameFrameX)|Unity前后端+管理端一体化解决方案-HybridCLR+YooAssets+LuBan+ProtoBuff+FairyGUI+DoTween+GameAnalytics+LitJson+UniTask+GameFramework+GeekServer+Admin.Net。|328|2024-09-26| |48|[JiaqinKang/apexNoRecoilMarco](https://github.com/JiaqinKang/apexNoRecoilMarco)|全自动武器检测apex压枪宏/Fully Weapon detection apex marco no recoil|320|2024-06-30| |49|[0wQ/air780e-forwarder](https://github.com/0wQ/air780e-forwarder)|合宙Air780系列4G模组,短信转发,来电通知,Air724在这里 -> https://github.com/0wQ/air724ug-forwarder|318|2024-05-15| |50|[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.|318|2024-05-23| |51|[LufsX/rime](https://github.com/LufsX/rime)|Rime(中州韵)全拼与双拼的自用配置方案|317|2024-09-25| |52|[yuanyan3060/ArknightsGameResource](https://github.com/yuanyan3060/ArknightsGameResource)|明日方舟客户端素材|307|2024-10-11| |53|[siweia/NDui](https://github.com/siweia/NDui)|NDui for World of Warcraft|302|2024-10-06| |54|[chenxuuu/chouxianghua](https://github.com/chenxuuu/chouxianghua)|🤡‍🐘🌸‍抽象话生成器网页/tg版,一键生成抽象话|300|2024-07-19| |55|[0wQ/air724ug-forwarder](https://github.com/0wQ/air724ug-forwarder)|Air724UG 短信转发 & 来电通知 & 语音信箱|289|2024-08-11| |56|[kchen0x/rime-crane](https://github.com/kchen0x/rime-crane)|凇鹤拼音 —— Rime 简体中文输入法方案,整合了雾凇拼音和小鹤双拼/音形方案的拼音输入法。|260|2024-10-09| |57|[DeadlyBossMods/DeadlyBossMods](https://github.com/DeadlyBossMods/DeadlyBossMods)|The ultimate encounter helper 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.|247|2024-10-10| |58|[kurapica/PLoop](https://github.com/kurapica/PLoop)|Prototype Lua object-oriented program system and frameworks. |234|2024-10-10| |59|[oniondelta/Onion_Rime_Files](https://github.com/oniondelta/Onion_Rime_Files)|電腦 Rime 洋蔥方案(注音、雙拼、拼音、形碼、行列30)|211|2024-10-11| |60|[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!|199|2024-09-29| |61|[AGou-ops/dotfiles](https://github.com/AGou-ops/dotfiles)|My personal dotfiles, about neovim, zsh shell, tmux...|198|2024-08-27| |62|[shagu/pfQuest](https://github.com/shagu/pfQuest)|A Questhelper and Database Addon for World of Warcraft: Vanilla & TBC|193|2024-09-23| |63|[FrSkyRC/ETHOS-Feedback-Community](https://github.com/FrSkyRC/ETHOS-Feedback-Community)|Feedback & suggestions are welcomed here for ETHOS by FrSky|188|2024-10-11| |64|[yaocccc/nvim](https://github.com/yaocccc/nvim)|开箱即用的nvim配置 详细的文档 lua实现|180|2024-09-21| |65|[boris1993/sms_forwarder_air780_esp32](https://github.com/boris1993/sms_forwarder_air780_esp32)|使用合宙ESP32和Air780E构建的短信转发器|165|2024-08-18| |66|[fffonion/lua-resty-acme](https://github.com/fffonion/lua-resty-acme)|Automatic Let's Encrypt certificate serving and Lua implementation of ACMEv2 procotol |163|2024-08-13| |67|[boluokk/e7Helper](https://github.com/boluokk/e7Helper)|【EPIC】第七史诗多功能覆盖脚本(刷书签🍃,挂讨伐、后记、祭坛✌️,挂JJC等📛,多服务器支持📺,qq机器人消息通知📩)|155|2024-09-18| |68|[sniper00/MoonDemo](https://github.com/sniper00/MoonDemo)|moon game server的一个使用示例,搭建简单的房间类游戏服务器框架|150|2024-09-25| |69|[XavierCHN/x-template](https://github.com/XavierCHN/x-template)|DOTA2自定义游戏开发模板项目,使用typesscript和react开发; Xavier's DOTA 2 custom game template using typescript and react-panorama|149|2024-07-08| |70|[wind-addons/ElvUI_WindTools](https://github.com/wind-addons/ElvUI_WindTools)|💯 Maybe the BEST ElvUI plugin to enhance your game experience.|145|2024-10-06| |71|[boomker/rime-fast-xhup](https://github.com/boomker/rime-fast-xhup)|基于小鹤双拼加鹤形辅助码的Rime 配置方案,内附多种特色功能:词条置顶,强制删词,隐藏词条,词条降频,手动造词(中英),全码唯一自动顶词上屏(单字和部分词), 长词优先(成语缩写),英文大小写多格式输入,单词自动加空格, 上屏历史,快捷启动App应用,多格式日期星期时间输入, 长期更新800W词库|137|2024-07-21| |72|[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)|129|2024-07-22| |73|[ksqsf/rime-moran](https://github.com/ksqsf/rime-moran)|自然碼雙拼+輔助碼 Rime 配置|121|2024-10-08| |74|[freeioe/freeioe](https://github.com/freeioe/freeioe)|An edge-computing framework for Industrial Internet of Things 开源的边缘计算网关框架. 讨论群: 291292378|116|2024-07-18| |75|[mrbeardad/nvim](https://github.com/mrbeardad/nvim)|:moon: A nvim config for both neovim and vscode. |113|2024-09-07| |76|[defold/doc](https://github.com/defold/doc)|Defold game engine documentation for www.defold.com|113|2024-10-11| |77|[Auranis/HighDigitSAMs](https://github.com/Auranis/HighDigitSAMs)|A simple, IC-compliant mod for DCS to add more modern SAM systems to the game.|103|2024-07-16| |78|[Wolferos/Hearts-of-Iron-IV-The-Great-War](https://github.com/Wolferos/Hearts-of-Iron-IV-The-Great-War)|The Great War has been created by Wolferos with the help of the Community.|101|2024-09-30| |79|[crispgm/dotfiles](https://github.com/crispgm/dotfiles)|dotfiles to provision a new macOS with cosy dev setups|101|2024-09-01| |80|[amorphobia/openfly](https://github.com/amorphobia/openfly)|词库开源的小鹤音形 Rime 配方|96|2024-09-15| |81|[enderneko/Cell](https://github.com/enderneko/Cell)|A World of Warcraft raid frame addon.|94|2024-10-11| |82|[DarkEnergyProcessor/livesim2_async](https://github.com/DarkEnergyProcessor/livesim2_async)|Love Live! School Idol Festival Live Simulator|94|2024-10-06| |83|[einverne/dotfiles](https://github.com/einverne/dotfiles)|my personal dotfiles managed by dotbot, zinit|94|2024-10-08| |84|[halfmoonvic/Rime](https://github.com/halfmoonvic/Rime)|致第一次安装Rime的你|92|2024-08-18| |85|[remijouannet/graftorio2](https://github.com/remijouannet/graftorio2)|(fork of graftorio) factorio mod for creating grafana dashboard |85|2024-08-05| |86|[cubercsl/rime-flypy](https://github.com/cubercsl/rime-flypy)|小鹤音形 Rime 挂接 / Fcitx5 码表 For Linux & Android|83|2024-10-03| |87|[Hemmelfort/Civ6ModdingNotes](https://github.com/Hemmelfort/Civ6ModdingNotes)|Notes for Civilization VI modding.|81|2024-06-30| |88|[zhyupe/FFXIV-Packet-Dissector](https://github.com/zhyupe/FFXIV-Packet-Dissector)|Wireshark plugins for dissecting FFXIV packets.|77|2024-10-08| |89|[jiaxinaoliao/neovimBeginCpp](https://github.com/jiaxinaoliao/neovimBeginCpp)|纯lua配置的neovim快速配置(基本开箱即用)|75|2024-10-05| |90|[hchunhui/librime-cloud](https://github.com/hchunhui/librime-cloud)|-|75|2024-05-02| |91|[x1ao4/mpv-integration-for-plex](https://github.com/x1ao4/mpv-integration-for-plex)|通过 Lua 脚本调用 Plex 桌面端 MPV 播放器的隐藏功能 - Calling the Hidden Features of the Plex Desktop MPV Player via Lua Scripts|71|2024-07-08| |92|[Ponpon55837/Squirrel](https://github.com/Ponpon55837/Squirrel)|鼠鬚管洋蔥純注音版簡化安裝與外觀設計|71|2024-06-06| |93|[thisdp/dgs](https://github.com/thisdp/dgs)|Thisdp's Dx Graphical User Interface System (MTA Dx Lib)|65|2024-10-05| |94|[Muscipular/cgmsv-lua](https://github.com/Muscipular/cgmsv-lua)|cgmsv lua模块|63|2024-10-01| |95|[taoso/vim](https://github.com/taoso/vim)|Taoso's vimrc|61|2024-09-20| |96|[HowcanoeWang/rime-lua-aux-code](https://github.com/HowcanoeWang/rime-lua-aux-code)|RIME输入法辅助码音形分离插件|59|2024-08-14| |97|[geezmolycos/lizard-pet](https://github.com/geezmolycos/lizard-pet)|love2d 编写的桌宠,目前实现了一只飞龙,使用程序动态生成的动画,自然流畅(至少希望是这样)。|56|2024-05-16| |98|[bigshans/rime-zrm](https://github.com/bigshans/rime-zrm)|自然码+辅码的 rime 配置方案,可以使用 ';' 应用辅码。|56|2024-08-04| |99|[forFudan/yuhao](https://github.com/forFudan/yuhao)|宇浩繁简通打输入法·全汉字覆盖·四重注解·臺灣字形支持|53|2024-09-28| |100|[payday-restoration/restoration-mod](https://github.com/payday-restoration/restoration-mod)|This repository is the home of Restoration Mod for Payday 2|47|2024-10-11| |101|[yanhuacuo/98wubi](https://github.com/yanhuacuo/98wubi)|具备码元提示功能的98五笔配置文件(for中州韵)|46|2024-06-25| |102|[astog/MoreLenses](https://github.com/astog/MoreLenses)|More Lenses - Mod for Civilization VI|46|2024-06-27| |103|[JaredScar/Badger-Anticheat](https://github.com/JaredScar/Badger-Anticheat)|Badger's Official Anticheat [code inspirations from DevLanceGood and Bluethefurry on GitHub]|44|2024-05-28| |104|[Afool4U/logi_fake_date](https://github.com/Afool4U/logi_fake_date)|永久破解lua宏时间限制|43|2024-07-01| |105|[mirtlecn/rime-radical-pinyin](https://github.com/mirtlecn/rime-radical-pinyin)|RIME 汉字部件拆字 全拼双拼输入方案。笔画、部首、音调反查辅码 lua。|43|2024-06-04| |106|[happyDom/dyyRime](https://github.com/happyDom/dyyRime)|这是dyy个人使用的rime输入法的配置包,欢迎测试指正|41|2024-09-04| |107|[hanxi/skynet-admin](https://github.com/hanxi/skynet-admin)|skynet 管理后台|40|2024-08-13| |108|[denstiny/nvim-nanny](https://github.com/denstiny/nvim-nanny)|-|40|2024-08-18| |109|[neo451/nvim-zh](https://github.com/neo451/nvim-zh)|neovim中文输入改进计划|38|2024-09-28| |110|[hugh7007/xmjd6-rere](https://github.com/hugh7007/xmjd6-rere)|基于星空键道,拓展出来百万词库版本-星猫键道6|38|2024-10-09| |111|[KikoPlayProject/KikoPlayScript](https://github.com/KikoPlayProject/KikoPlayScript)|KikoPlay脚本仓库|38|2024-07-20| |112|[poembro/openresty-im](https://github.com/poembro/openresty-im)|一个运行在OpenResty上的web聊天软件|38|2024-05-21| |113|[WithdewHua/rime-configuration](https://github.com/WithdewHua/rime-configuration)|自用 Rime 配置|37|2024-09-24| |114|[AideLua/AideLua](https://github.com/AideLua/AideLua)|依赖 Aide 的一款 Lua 编辑器|35|2024-05-04| |115|[UsbPacketViewer/parser](https://github.com/UsbPacketViewer/parser)|-|35|2024-08-29| |116|[TheDeNuke/Divergences-of-Darkness-Rework-Public](https://github.com/TheDeNuke/Divergences-of-Darkness-Rework-Public)|-|34|2024-09-23| |117|[INotGreen/Xiebro-Plugins](https://github.com/INotGreen/Xiebro-Plugins)|xiebroC2 plugin|32|2024-08-29| |118|[sffxzzp/Starbound-Chinese](https://github.com/sffxzzp/Starbound-Chinese)|Starbound 汉化 mod|32|2024-06-08| |119|[pingshunhuangalex/rime-keydo](https://github.com/pingshunhuangalex/rime-keydo)|键指星海,道化万物。|31|2024-09-09| |120|[lucikap/luci-app-ua2f](https://github.com/lucikap/luci-app-ua2f)|一个基于ua2f开发的配置界面,更简单的配置ua2f|30|2024-09-27| |121|[gaboolic/rime-wubi-sentence](https://github.com/gaboolic/rime-wubi-sentence)|rime 墨奇版 五笔整句输入方案 虎码整句输入方案。墨奇五笔整句 墨奇虎码整句 基于墨奇音形和白霜词库|29|2024-08-29| |122|[lwb1978/openwrt-gecoosac](https://github.com/lwb1978/openwrt-gecoosac)|集客无线 AC 控制器 OpenWRT 插件|29|2024-07-14| |123|[RainCandyTech/WeaselSchemaSetup](https://github.com/RainCandyTech/WeaselSchemaSetup)|小狼毫输入法配置方案整合包,整合了雾凇拼音和空山五笔方案,做到了配置方案的一键安装,为初入中州韵输入法的小白提供便利。|29|2024-07-25| |124|[sirpdboy/luci-app-parentcontrol](https://github.com/sirpdboy/luci-app-parentcontrol)|luci-app-parentcontrol 专为手机用户制作:家长控制 ,可以按时间控制机器,端口和关键字过滤等。|29|2024-08-01| |125|[ck2plus/CleanSlate](https://github.com/ck2plus/CleanSlate)|A community resource, clean base from which to begin mods for CrusaderKings 2|29|2024-10-10| |126|[sbsrf/sbsrf](https://github.com/sbsrf/sbsrf)|声笔输入法|27|2024-10-07| |127|[VgerMods/Pawn](https://github.com/VgerMods/Pawn)|Pawn: find upgrades, do more damage, win. (Download releases and ask questions at CurseForge.)|27|2024-09-23| |128|[CNMan/rime-data](https://github.com/CNMan/rime-data)|新世纪五笔字型 for Rime|26|2024-09-20| |129|[boomker/spacehammer](https://github.com/boomker/spacehammer)|🚀 空格键作为 Hyper 的 Hammerspoon 配置, 上手简单并且功能强大, 集多套开源优秀配置于一身|24|2024-10-03| |130|[ywxt/rime-huma](https://github.com/ywxt/rime-huma)|虎碼輸入方案,三重註解、字集切換、雙重反查、全碼後置……|24|2024-04-22| |131|[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|24|2024-08-30| |132|[CN-DST-DEVELOPER/scripts](https://github.com/CN-DST-DEVELOPER/scripts)|官方scripts目录,每两小时自动更新|23|2024-10-11| |133|[PlexPt/factorio-chinese](https://github.com/PlexPt/factorio-chinese)|factorio 开源中文汉化语言包|22|2024-08-03| |134|[AlejandroGiner/Lux-in-Tenebris](https://github.com/AlejandroGiner/Lux-in-Tenebris)|A Europa Universalis 4 expansion mod built upon Beyond Typus 9.|22|2024-04-20| |135|[amzxyz/rime_wanxiang_pinyin](https://github.com/amzxyz/rime_wanxiang_pinyin)|Rime万象拼音输入方案,一套词库,支持全拼,7种双拼,8种辅助码,并且可以扩展更多,支持中英混输,内置超级注释提供了多种注释显示方案为初学者提供了更多便利|20|2024-10-07| |136|[muchenhen/MuQianQiu](https://github.com/muchenhen/MuQianQiu)|千秋戏复刻|20|2024-10-10| |137|[mrshiqiqi/rime-wubi](https://github.com/mrshiqiqi/rime-wubi)|Rime五笔|19|2024-05-29| |138|[Tony15246/uosc_danmaku](https://github.com/Tony15246/uosc_danmaku)|在MPV播放器中加载弹弹play弹幕,基于 uosc UI框架和弹弹play API的mpv弹幕扩展插件|18|2024-10-10| |139|[shadow3aaa/fas-rs-extension-module-template](https://github.com/shadow3aaa/fas-rs-extension-module-template)|fas-rs插件的模板仓库。Template repository for fas-rs extension.|18|2024-08-07| |140|[chwt163/mpv_modernx_fork.lua](https://github.com/chwt163/mpv_modernx_fork.lua)| mpv 和 mpv.net 的 osc.lua 主题外观:modernx-fork.lua|18|2024-06-25| |141|[limaofu/cof86](https://github.com/limaofu/cof86)|rime输入框架下的 五笔86版码表,含unicode所有汉字,目前已更新到 cjk_G|18|2024-06-18| |142|[wsgggws/nvim](https://github.com/wsgggws/nvim)|Some vim plugs on neovim and its show on MacOS|18|2024-09-23| |143|[hanzi-chai/rime-snow-pinyin](https://github.com/hanzi-chai/rime-snow-pinyin)|【冰雪拼音】输入方案|17|2024-07-06| |144|[Yidadaa/Oh-My-Nvim](https://github.com/Yidadaa/Oh-My-Nvim)|IDE-like neovim config. 把 NeoVim 打造为 IDE。|17|2024-07-05| |145|[k8scat/lua-resty-weauth](https://github.com/k8scat/lua-resty-weauth)|适用于 OpenResty / ngx_lua 的基于企业微信组织架构的登录认证|17|2024-05-08| |146|[siuze/ShanRenMaLTS](https://github.com/siuze/ShanRenMaLTS)|【山人码LTS】是山人全息码输入方案的长期支持版。该方案继承了谢振斌、持双山、疏影孤桐、五磅兔、张仓等前辈的大部分山人码方案设计,单字码表已完全覆盖Unicode15.1内10万字余汉字。|17|2024-07-06| |147|[kenzok8/litte](https://github.com/kenzok8/litte)|自用的仓库,不建议fork,测试稳定性用的!|17|2024-10-11| |148|[geektcp/UeCore-interface](https://github.com/geektcp/UeCore-interface)|一起魔兽世界插件|16|2024-04-14| |149|[xiaojundebug/hammerspoon-config](https://github.com/xiaojundebug/hammerspoon-config)|我的 hammerspoon 个人配置|16|2024-09-30| |150|[TencentBlueKing/blueking-apigateway-apisix](https://github.com/TencentBlueKing/blueking-apigateway-apisix)|蓝鲸 API 网关 - 数据面|16|2024-10-10| |151|[lost-melody/rime-smyh](https://github.com/lost-melody/rime-smyh)|吉旦餅:亂序字根,三碼定長,延遲頂字。|16|2024-10-11| |152|[iChunyu/nvim](https://github.com/iChunyu/nvim)|NeoVim 配置|16|2024-09-23| |153|[tg123/RaidLedger](https://github.com/tg123/RaidLedger)|A ledger for GDKP/gold run raid in World of Warcraft|16|2024-09-30| |154|[HuangJiaxin8/cf-luoji-hong](https://github.com/HuangJiaxin8/cf-luoji-hong)|穿越火线罗技鼠标宏脚本|15|2024-07-19| |155|[amorphobia/rime-jiandao](https://github.com/amorphobia/rime-jiandao)|🌟️星空键道输入方案|15|2024-10-10| |156|[xiyoo0812/luaoop](https://github.com/xiyoo0812/luaoop)|一个 lua 面向对象机制的实现。|15|2024-09-19| |157|[N0zza/MappaMundi](https://github.com/N0zza/MappaMundi)|-|15|2024-10-10| |158|[exp-3/OpenZxicEditor](https://github.com/exp-3/OpenZxicEditor)|一个 POSIX 兼容的 ufiStudio ZXIC-RomKit 开源分支|14|2024-09-04| |159|[Fusyong/jiazhu](https://github.com/Fusyong/jiazhu)|a ConTeXt LMTX module for Jiazhu (or 夹注, 割注) |14|2024-10-02| |160|[jack2game/rime-molong](https://github.com/jack2game/rime-molong)|flypy zrm zrlong hyper-charged with rime-moran and rime-snow, with tones! This is 魔龍 環形鶴 環形自然,帶聲調的音形碼!|13|2024-10-07| |161|[liubianshi/cmp-lsp-rimels](https://github.com/liubianshi/cmp-lsp-rimels)|让 Neovim 下的中英文混合输入无比丝滑|13|2024-08-27| |162|[milkory/rsns-data](https://github.com/milkory/rsns-data)|雷索纳斯 游戏数据|13|2024-10-10| |163|[WOWRainbowUI/RainbowUI-Retail](https://github.com/WOWRainbowUI/RainbowUI-Retail)|彩虹ui 整合包 (地心之戰)|13|2024-10-10| |164|[synxlin/chinese-speech-recognition](https://github.com/synxlin/chinese-speech-recognition)|This is a Chinese version of DeepSpeech2 in torch and its application. Modified from https://github.com/SeanNaren/deepspeech.torch.|13|2024-07-10| |165|[Pd2VoidTeam/VoidUI](https://github.com/Pd2VoidTeam/VoidUI)|VoidUI BLT code and textures|13|2024-05-06| |166|[qyh214/wow_addons_private_use](https://github.com/qyh214/wow_addons_private_use)|World Of Warcraft Addons private use 魔兽世界自用插件|13|2024-09-11| |167|[world100/skynet_hotfix](https://github.com/world100/skynet_hotfix)|skynet_hotfix skynet热更新|13|2024-09-23| |168|[neo451/jieba.nvim](https://github.com/neo451/jieba.nvim)|基于jieba-lua的neovim中文词跳转|12|2024-07-07| |169|[IoT-ThingsCloud/luatos-thingscloud-sdk](https://github.com/IoT-ThingsCloud/luatos-thingscloud-sdk)|基于合宙模组 LuatOS 快速接入 ThingsCloud 物联网平台的 SDK ,帮你 10 分钟完成模组到云平台的双向通信。|12|2024-09-03| |170|[icaca/WclPlayerScore-WotLK](https://github.com/icaca/WclPlayerScore-WotLK)|WCL国服数据,巫妖王之怒版本|12|2024-07-29| |171|[y3-editor/y3-helper](https://github.com/y3-editor/y3-helper)|Y3地图开发环境助手(VSCode扩展)|11|2024-06-03| |172|[zhhmn/huma-rime](https://github.com/zhhmn/huma-rime)|rime引擎使用|11|2024-08-31| |173|[IoT-ThingsCloud/luat-thingscloud-libs](https://github.com/IoT-ThingsCloud/luat-thingscloud-libs)|这里是合宙模组 luat 方式接入 ThingsCloud 云平台的 lib 库,以及示例代码。|11|2024-05-11| |174|[VergilGao/openwrt-packages](https://github.com/VergilGao/openwrt-packages)|个人自用openwrt软件包,使用 https://github.com/VergilGao/auto-update-openwrt-packages 自动更新|11|2024-05-24| |175|[SwimmingTiger/ClassicCodex](https://github.com/SwimmingTiger/ClassicCodex)|Quest map markers and quest database for WoW classic 备注:Issue可以直接写中文|11|2024-07-25| |176|[ljhljll/GTNH-NuclearCooler](https://github.com/ljhljll/GTNH-NuclearCooler)|加入了热量检测处理的OC强冷|10|2024-10-03| |177|[Elflare/rime-zrlong](https://github.com/Elflare/rime-zrlong)|自然龙 - 基于 Rime 的带调、双拼、音形输入方案|10|2024-09-26| |178|[wzxmer/rime-txjx](https://github.com/wzxmer/rime-txjx)|星空键道6拓展版➡天行键|10|2024-10-02| |179|[Kicamon/im-switch.nvim](https://github.com/Kicamon/im-switch.nvim)|neovim的输入法自动切换插件,在写文档以及代码注释的时候可以自动帮忙切换输入法|10|2024-09-05| |180|[hokkien-writing/rime-teochew](https://github.com/hokkien-writing/rime-teochew)|潮州話拍字方案(Beta),包含漢字佮白話字(Teochew Input Schema for Rime, including Chinese character and PUJ)|10|2024-10-09| |181|[xxxxue/XGAME](https://github.com/xxxxue/XGAME)|:laughing::laughing::laughing::laughing:指端精灵/飞天助手 的一个开箱即用的框架.将文件 引入项目 就可以开始编写代码了.省去繁杂的人工配置|10|2024-05-09| |182|[yinkaisheng/kcp_rtp_dissector](https://github.com/yinkaisheng/kcp_rtp_dissector)|Lua编写Wireshark Plugin解析显示KCP协议封装的RTP视频包|10|2024-08-28| |183|[chai2010/im4corner](https://github.com/chai2010/im4corner)|Google输入法四角号码扩展|10|2024-07-22| |184|[n9tank/FastChainer](https://github.com/n9tank/FastChainer)|Search and restore pointers chains. 适用于GameGuardian的(基址/动态基址/链路)获取工具,支持自动检验可行链路、导出脚本。(已归档)|9|2024-09-10| |185|[nano71/CSGOLuaScript](https://github.com/nano71/CSGOLuaScript)|CS:GO 压枪宏,适用于罗技鼠标|9|2024-09-05| |186|[quintin-lee/NVCode](https://github.com/quintin-lee/NVCode)|neovim 配置|9|2024-10-08| |187|[xiao-cheng-zi/MaterialDesign](https://github.com/xiao-cheng-zi/MaterialDesign)|一款 Rainmeter 皮肤项目,用于显示电脑硬件信息的监测模板|8|2024-06-27| |188|[Ashro-one/Ashro_assets](https://github.com/Ashro-one/Ashro_assets)|用于企业资产梳理,资产自查的通用工作脚本,实现端口核查,弱口令扫描,资产服务识别,web资产识别|8|2024-08-15| |189|[sullevy/rime-flypy-tiger](https://github.com/sullevy/rime-flypy-tiger)|基于小鹤双拼、虎码辅助码的 rime 的方案|8|2024-04-26| |190|[hanxi/lua-dirty-mongo](https://github.com/hanxi/lua-dirty-mongo)|适配 MongoDB 的差异脏数据|8|2024-06-04| |191|[ScriptGo/rime](https://github.com/ScriptGo/rime)|如何在 Archlinux 环境中配置 fcitx5-rime|8|2024-10-11| |192|[ryan1iu/dotfiles](https://github.com/ryan1iu/dotfiles)|一些配置文件|8|2024-07-04| |193|[Slidingwall/vocaloid-dictionaries](https://github.com/Slidingwall/vocaloid-dictionaries)|Interlingual user dictionaries and Job Plugins for VOCALOID. VOCALOID的跨语种用户字典和任务插件。|8|2024-08-18| |194|[ThinEureka/tabMachine](https://github.com/ThinEureka/tabMachine)|My new solution to high level hierarchical multiple code flows.|8|2024-09-06| |195|[H4lo/luadec-for-pgy](https://github.com/H4lo/luadec-for-pgy)|针对蒲公英路由器lua加密代码的解密工具和逆向分析|7|2024-09-03| |196|[myshiqiqi/rime-wubi](https://github.com/myshiqiqi/rime-wubi)|rime 五笔,86,98和新世纪|7|2024-08-16| |197|[1cyberlangke1/random_work_crbot](https://github.com/1cyberlangke1/random_work_crbot)|使用懒人精灵高级版制作的皇室战争脚本|7|2024-04-14| |198|[roacn/openwrt-packages](https://github.com/roacn/openwrt-packages)|Lede源码、官方OpenWrt源码,常用插件库|7|2024-10-11| |199|[Jint-lzxy/nvimconfig](https://github.com/Jint-lzxy/nvimconfig)|My personal Neovim config.|6|2024-10-06|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/MATLAB.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > MATLAB 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[ShiArthur03/ShiArthur03](https://github.com/ShiArthur03/ShiArthur03)|-|10382|2024-08-05| |2|[Linfeng-Tang/Image-Fusion](https://github.com/Linfeng-Tang/Image-Fusion)|Deep Learning-based Image Fusion: A Survey|788|2024-09-26| |3|[zhaohaojie1998/Grey-Wolf-Optimizer-for-Path-Planning](https://github.com/zhaohaojie1998/Grey-Wolf-Optimizer-for-Path-Planning)|灰狼优化算法(GWO)路径规划/轨迹规划/轨迹优化、多智能体/多无人机航迹规划|365|2024-04-13| |4|[AlterWL/Battery_SOC_Estimation](https://github.com/AlterWL/Battery_SOC_Estimation)|Battery state of charge estimation using kalman filter in Matlab|304|2024-04-12| |5|[yandld/nav_matlab](https://github.com/yandld/nav_matlab)|基于的matlab导航科学计算库|237|2024-10-10| |6|[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 ...|207|2024-06-15| |7|[intLyc/MTO-Platform](https://github.com/intLyc/MTO-Platform)|Multitask Optimization Platform (MToP): A MATLAB Optimization Platform for Evolutionary Multitasking|120|2024-09-24| |8|[sjtu-jq/Image-registration](https://github.com/sjtu-jq/Image-registration)|Registration for power equipment infrared and visible images|91|2024-06-10| |9|[AI-Tianlong/SSVEP-BCI-OpenBCI](https://github.com/AI-Tianlong/SSVEP-BCI-OpenBCI)|基于OpenBCI(Bciduino)完成的SSVEP项目,包括刺激器、信号实时传输、以及基于FFT的脑电信号分类、蓝牙小车的脑电控制|75|2024-05-06| |10|[PKU-HunterWu/LDPC-Encoder-Decoder](https://github.com/PKU-HunterWu/LDPC-Encoder-Decoder)|基于Matlab的LDPC编解码算法实现及LDPC码性能测试|58|2024-06-20| |11|[dong-hao/EM3DVP](https://github.com/dong-hao/EM3DVP)|EM3DVP: a Visual Package for 3D Geo-Electromagnetic modeling and inversion|53|2024-07-17| |12|[SeveNOlogy7/SimMoLFil](https://github.com/SeveNOlogy7/SimMoLFil)|A mode-locked fiber laser simulator 锁模光纤激光器仿真|51|2024-06-25| |13|[chtld/Finite_Element_Method_Matlab](https://github.com/chtld/Finite_Element_Method_Matlab)|有限元方法的 matlab 实现,为了追求清晰通用,将会大大牺牲程序的效率。|49|2024-04-25| |14|[zhenhua-chen1/Postgraduate-Mathematical-Contest-in-Modelling](https://github.com/zhenhua-chen1/Postgraduate-Mathematical-Contest-in-Modelling)|华为杯研究生数学建模竞赛:历年来优化类代码(不定时更新,曾获一等奖)|43|2024-08-15| |15|[deltaRing/mmwave_radar_1843_generate_point_cloud](https://github.com/deltaRing/mmwave_radar_1843_generate_point_cloud)|用1843AOPEVM生成点云 初步验证应该是对的,附赠数据一枚|37|2024-06-05| |16|[thinszx/WiFi-CSI-gait-recognition](https://github.com/thinszx/WiFi-CSI-gait-recognition)|通过WiFi信号的信道状态信息(Channel State Information, CSI)进行步态特征提取,进而实现用户识别|32|2024-06-03| |17|[Seafood-SIMIT/fwnn-matlab](https://github.com/Seafood-SIMIT/fwnn-matlab)|Implementation of Fuzzy Wavelet Neural Network in Matlab and Evaluation of Target Threat /模糊小波神经网络的Matlab实现以及目标威胁评估|32|2024-08-20| |18|[wuc567/Pattern-Mining](https://github.com/wuc567/Pattern-Mining)|序列模式挖掘相关研究|29|2024-07-11| |19|[FMOTs/FMOT_matlab](https://github.com/FMOTs/FMOT_matlab)|FMOT的matlab基础开发版本|26|2024-06-12| |20|[kongtian-SiBu/ZCJ_GNSSINS_DeepIntegration](https://github.com/kongtian-SiBu/ZCJ_GNSSINS_DeepIntegration)|GNSS和INS深组合的尝试,在GNSS_SDR和PSINS基础上组合得到|24|2024-07-31| |21|[NEUer02/Dynamic_Parameter_Identification_for_Rokae_xMate](https://github.com/NEUer02/Dynamic_Parameter_Identification_for_Rokae_xMate)|络石机械臂动力学相关算法以及仿真|20|2024-05-03| |22|[SuperBruceJia/Sonar-Image-Segmentation-through-Entropy-Method](https://github.com/SuperBruceJia/Sonar-Image-Segmentation-through-Entropy-Method)|This is a MATLAB implementation of Sonar Image Segmentation via Entropy Method|20|2024-10-10| |23|[PollyNET/Pollynet_Processing_Chain](https://github.com/PollyNET/Pollynet_Processing_Chain)|NRT lidar data processing program for multiwavelength polarization Raman lidar network (PollyNET)|20|2024-10-10| |24|[fkby48/Image-Processing-by-DWT](https://github.com/fkby48/Image-Processing-by-DWT)|使用小波变换对图像进行处理,包括图像融合、图像降噪、图像压缩和图像隐藏(Using wavelet transform for image processing, including image fusion, image denoising, image compression, and image hiding)|19|2024-05-13| |25|[yuyu-shi/TrajectoryTrackingControlofQuadrotorUAV](https://github.com/yuyu-shi/TrajectoryTrackingControlofQuadrotorUAV)|欧拉角、四元数、旋转矩阵,迂回现象,自抗扰控制|19|2024-09-30| |26|[T990820/radar-communication-signal-waveform-generator](https://github.com/T990820/radar-communication-signal-waveform-generator)|本仓库的代码用于雷达/通信信号波形的仿真与时频分析|16|2024-06-21| |27|[brian09088/NB-IoT-support-for-NTN](https://github.com/brian09088/NB-IoT-support-for-NTN)|5G NB-IoT support NTN 非地面網路(衛星通訊)|16|2024-09-05| |28|[YunYang255/intelligent-method-for-digital-control](https://github.com/YunYang255/intelligent-method-for-digital-control)|用matlab完成了可以读取dxf文件然后生成相关的加工代码的功能,还可以输入加工代码(.txt)生成相关的加工路线(2D和3D),程序还可以监控刀具和胚料是否干涉以及刀具的加工状态|14|2024-06-09| |29|[Joe-Hall-Lee/sxjmqf](https://github.com/Joe-Hall-Lee/sxjmqf)|数学建模清风。|13|2024-09-05| |30|[autodotua/my_roms_tools](https://github.com/autodotua/my_roms_tools)|基于MATLAB的ROMS预处理、后处理工具包;MATLAB-based pre-processing and post-processing toolkit for ROMS (Regional Ocean Modeling System)|13|2024-09-30| |31|[Ebola-Chan-bot/MATLAB-Extension](https://github.com/Ebola-Chan-bot/MATLAB-Extension)|埃博拉酱的MATLAB扩展|13|2024-10-11| |32|[LeonYew-SWPU/VLPR-Based-On-MATLAB](https://github.com/LeonYew-SWPU/VLPR-Based-On-MATLAB)|基于 MATLAB 的车牌识别系统,数字图像处理期末大作业。|12|2024-05-06| |33|[zhyantao/GA-shortest_path](https://github.com/zhyantao/GA-shortest_path)|遗传算法解决最短路径问题(两个出发点)|11|2024-07-04| |34|[vectorZeng/hzbmmc2024-B](https://github.com/vectorZeng/hzbmmc2024-B)|2024年华中杯数学建模比赛 B题 使用行车轨迹估计交通信号灯周期问题|10|2024-06-06| |35|[BySpaces/Matlab-Pcode-to-Mcode](https://github.com/BySpaces/Matlab-Pcode-to-Mcode)|本软件可实现将MATLAB中Pcode加密的代码,恢复为原来的M文件。This software can restore the codes encrypted by Pcode in MATLAB to the original M file.|10|2024-10-08| |36|[coollingomg/Uav-track-collaborative-planning-based-on-pso-algorithm](https://github.com/coollingomg/Uav-track-collaborative-planning-based-on-pso-algorithm)|Uav track collaborative planning based on pso algorithm/基于pso算法的无人机航迹协同规划|9|2024-07-09| |37|[highskyno1/2users-CDMA-simulation](https://github.com/highskyno1/2users-CDMA-simulation)|基于MATLAB的直接序列扩频通信系统仿真|9|2024-04-15| |38|[iChunyu/iChunyu.github.io](https://github.com/iChunyu/iChunyu.github.io)|某春雨的后花园|9|2024-10-06| |39|[Trist-wood/Digital-image-processing-system](https://github.com/Trist-wood/Digital-image-processing-system)|本系统基于MATLAB 的图像处理工具箱和图形用户界面(GUI)设计与实现,构建了一个面向对象且高度可视化的图像处理操作系统,该系统实现了图像增强、图像变换、图像滤波、图像分割、边缘检测等内容|7|2024-05-25| |40|[123RoBin0819/Sea-clutter](https://github.com/123RoBin0819/Sea-clutter)|海杂波|7|2024-05-17| |41|[Aleiluo/My-Mathematical-Modeling](https://github.com/Aleiluo/My-Mathematical-Modeling)|本人备战、参加数学建模竞赛的图片和代码|7|2024-05-21| |42|[TkungAI/AMBD-CGE](https://github.com/TkungAI/AMBD-CGE)|基于MBD(Model-Based Design,基于模型的设计)代码生成样例。|7|2024-04-14| |43|[HelioAB/CableSSB-zh](https://github.com/HelioAB/CableSSB-zh)|提供了一个专为桥梁工程设计的通用框架,它能够支持创建包括斜拉桥、悬索桥、斜拉-悬索协作体系桥梁在内的几乎所有类型的缆索承重桥梁的物理模型,并可以将其导入到ANSYS中进行有限元分析。基于MATLAB编写,本框架旨在为桥梁工程师和研究人员提供一个强大、灵活的工具,以促进缆索承重桥梁的分析和研究。|7|2024-07-26| |44|[Nome2s/InSARFilter](https://github.com/Nome2s/InSARFilter)|InSAR 中经典滤波算法的实现(MATLAB & Python)|7|2024-05-01| |45|[Matthew-Lyu/Digital-Image-Processing-Methods-and-Analysis](https://github.com/Matthew-Lyu/Digital-Image-Processing-Methods-and-Analysis)|数字图像处理分析方法Code repository for digital image processing methods|7|2024-07-14| |46|[Pochestina-zh/Numerical-PDEs-Coding](https://github.com/Pochestina-zh/Numerical-PDEs-Coding)|偏微分方程数值解编程作业|7|2024-09-21| |47|[deltaRing/multi_mmwave_radar_tracking_multi_targets](https://github.com/deltaRing/multi_mmwave_radar_tracking_multi_targets)|多毫米波雷达跟踪多目标|6|2024-08-14| |48|[Maaaaark001/Easy_DPD](https://github.com/Maaaaark001/Easy_DPD)|简易的DPD算法示例|6|2024-06-27| |49|[tdcsu/Cluster-simulation-like-birds-using-matlab-tdcsu](https://github.com/tdcsu/Cluster-simulation-like-birds-using-matlab-tdcsu)| 二阶积分器模型,集群仿真,鸟群 Second order integrator model, swarm simulation, bird swarm|6|2024-09-13| |50|[zhangyonggang316/ZLG_USBCAN_Simuink](https://github.com/zhangyonggang316/ZLG_USBCAN_Simuink)|创建了周立功USBCAN设备的驱动库,simulink模型可以直接添加模块,驱动硬件进行can报文的收发。|5|2024-04-28| |51|[0ce38a2b/Predictive-Control-Quadcopter](https://github.com/0ce38a2b/Predictive-Control-Quadcopter)|Predictive Control Core Assignment - Spring 2024 Imperial College London|5|2024-09-04| |52|[Walker-rx/Signal-equalization-using-MMSE](https://github.com/Walker-rx/Signal-equalization-using-MMSE)|利用mmse完成光通信信号均衡,源自gen_data_final|5|2024-08-22| |53|[lxy0068/Signal-and-system-experiments](https://github.com/lxy0068/Signal-and-system-experiments)|Signal and System Experiment (Autumn 2023)|4|2024-10-11| |54|[spaceemperor01/Reed-Solomen-MATLAB](https://github.com/spaceemperor01/Reed-Solomen-MATLAB)|A Matlab implementation of Reed Solomen (RS code) for any length and gf order 任意长度和有限域阶数的里德所罗门码MATLAB实现|4|2024-09-26| |55|[LuoQingju/Carbon-Emission-Flow](https://github.com/LuoQingju/Carbon-Emission-Flow)|复现论文《电力系统碳排放流的计算方法初探》。周天睿,康重庆,徐乾耀,等.电力系统碳排放流的计算方法初探[J].电力系统自动化,2012,36(11):44-49.|4|2024-07-08| |56|[Heavyapples/Generate-three-classification-vibration-signals-and-train-them-with-CNN](https://github.com/Heavyapples/Generate-three-classification-vibration-signals-and-train-them-with-CNN)|本项目是一个由我个人开发的matlab深度学习项目,生成了三种不同类型的波形信号并构建了一个数据集,使用STFT计算信号的时频图,构建并训练了一个简单的CNN用于分类信号类型,测试了训练好的模型,并通过CAM可视化模型的决策区域。|4|2024-05-23| |57|[ElbertSwan/Microgrid-real-time-economic-dispatch-with-ADP](https://github.com/ElbertSwan/Microgrid-real-time-economic-dispatch-with-ADP)|基于ADP算法求解微电网实时经济调度问题|4|2024-05-10| |58|[Ebola-Chan-bot/Parallel-Computing](https://github.com/Ebola-Chan-bot/Parallel-Computing)|埃博拉酱的并行计算工具箱|4|2024-07-25| |59|[EXPSIN/StroboscopicPhotography](https://github.com/EXPSIN/StroboscopicPhotography)|基于视频提取频闪照片的MATLAB脚本|3|2024-09-14| |60|[LZT1945/MATLAB-smoothing-software-for-high-density-electrical-data](https://github.com/LZT1945/MATLAB-smoothing-software-for-high-density-electrical-data)|高密度电法原始数据平滑Matlab程序|3|2024-08-11| |61|[K-N-Xiang/OpenISP-MATLAB](https://github.com/K-N-Xiang/OpenISP-MATLAB)|用MATLAB写的ISP Pipeline|3|2024-07-19| |62|[nextpilot/nextpilot-simulink-toolbox](https://github.com/nextpilot/nextpilot-simulink-toolbox)|一套基于MATLAB/Simulink飞控系统开发工具箱|3|2024-09-13| |63|[RivenSartre/Li-ion-SOC-estimation-based-on-fuzzy-control-and-EKF](https://github.com/RivenSartre/Li-ion-SOC-estimation-based-on-fuzzy-control-and-EKF)|基于模糊控制的扩展卡尔曼滤波SOC估计|3|2024-06-19| |64|[pigeonLCY/2023CUMCM](https://github.com/pigeonLCY/2023CUMCM)|基于计算几何的海域地形分析及多波束测深优化模型|3|2024-06-05| |65|[JingkeTAN/Genetic-algorithm-with-MILP](https://github.com/JingkeTAN/Genetic-algorithm-with-MILP)|遗传算法解决带时间窗的混合整数非线性规划问题(MILP)|3|2024-05-25| |66|[SAKURA-CAT/water-tank](https://github.com/SAKURA-CAT/water-tank)|基于Matlab的单水箱液位的模糊控制系统设计|3|2024-05-29| |67|[kon9chun/ParameterIdentification_and_FOMe](https://github.com/kon9chun/ParameterIdentification_and_FOMe)|FOM参数辨识及其改进模型|3|2024-07-02| |68|[XDUgaile/2024ICM_D](https://github.com/XDUgaile/2024ICM_D)|2024美赛 ICM D题|3|2024-05-04| |69|[wanyun-yang-2002/Information-Hiding-and-Digital-Watermark](https://github.com/wanyun-yang-2002/Information-Hiding-and-Digital-Watermark)|Practice of Information Hiding and Digital Watermark 信息隐藏与数字水印实验|3|2024-07-16| |70|[Chang-huilin/Multispectral](https://github.com/Chang-huilin/Multispectral)|多光谱成像技术|3|2024-06-17| |71|[Chang-huilin/MyMasterLearning](https://github.com/Chang-huilin/MyMasterLearning)|一些光谱与图像的读取,处理,和算法|3|2024-10-11| |72|[zawudui/-](https://github.com/zawudui/-)|用于存放李某人公开的数据处理代码,包括脑电数据分析、统计等|3|2024-04-17| |73|[WanXiaoLong1/GNSS](https://github.com/WanXiaoLong1/GNSS)|广播星历进行卫星位置计算、O文件N文件的读取、广播星历精度评定|3|2024-05-23| |74|[wangxiaolei0721/Continuous_and_discrete_grey_Fourier_model](https://github.com/wangxiaolei0721/Continuous_and_discrete_grey_Fourier_model)|王小雷, 谢乃明. 考虑季节性特征的灰色傅里叶模型及其应用[J]. 系统工程理论与实践, 2022: 1-14.|3|2024-09-28| |75|[luwang103004/matlab-interference-simulation](https://github.com/luwang103004/matlab-interference-simulation)|第一个学期做的matlab仿真模拟和GS算法|3|2024-08-31| |76|[Freeman449s/DCT-and-DWT-Based-Image-Protection](https://github.com/Freeman449s/DCT-and-DWT-Based-Image-Protection)|基于DCT和DWT的图像篡改保护程序,检测图像在传输等过程中是否遭到了篡改。|3|2024-09-22| |77|[ZhiDongRen/FP_interfermeter](https://github.com/ZhiDongRen/FP_interfermeter)|1、FP干涉仪 2、基于matlab _安装matlab包即可体验 3、打开matlab工具,点击 (安装App)--选中(FP_interferometer.mlappinstall)并点击安装即可 4、GUI界面包含多种参数可调干涉仪 |3|2024-09-04|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Objective-C.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Objective-C 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[TKkk-iOSer/WeChatPlugin-MacOS](https://github.com/TKkk-iOSer/WeChatPlugin-MacOS)|微信小助手|14085|2024-06-09| |2|[Instagram/IGListKit](https://github.com/Instagram/IGListKit)|A data-driven UICollectionView framework for building fast and flexible lists.|12865|2024-10-09| |3|[sunnyyoung/WeChatTweak-macOS](https://github.com/sunnyyoung/WeChatTweak-macOS)|A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开 🔨|11193|2024-08-01| |4|[ibireme/YYText](https://github.com/ibireme/YYText)|Powerful text framework for iOS to display and edit rich text.|8851|2024-07-16| |5|[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+|8062|2024-08-14| |6|[MatthewYork/DateTools](https://github.com/MatthewYork/DateTools)|Dates and times made easy in iOS|7221|2024-08-21| |7|[Tencent/QMUI_iOS](https://github.com/Tencent/QMUI_iOS)|QMUI iOS——致力于提高项目 UI 开发效率的解决方案|7089|2024-09-21| |8|[tisfeng/Easydict](https://github.com/tisfeng/Easydict)|一个简洁优雅的词典翻译 macOS App。开箱即用,支持离线 OCR 识别,支持有道词典,🍎 苹果系统词典,🍎 苹果系统翻译,OpenAI,Gemini,DeepL,Google,Bing,腾讯,百度,阿里,小牛,彩云和火山翻译。A concise and elegant Dictionary and Translator macOS App for looking up words and t ...|7080|2024-09-29| |9|[renzifeng/ZFPlayer](https://github.com/renzifeng/ZFPlayer)|Support customization of any player SDK and control layer(支持定制任何播放器SDK和控制层)|7062|2024-05-24| |10|[pujiaxin33/JXCategoryView](https://github.com/pujiaxin33/JXCategoryView)|A powerful and easy to use category view (segmentedcontrol, segmentview, pagingview, pagerview, pagecontrol) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)|6087|2024-08-07| |11|[JackJiang2011/MobileIMSDK](https://github.com/JackJiang2011/MobileIMSDK)|一个原创多端IM通信层框架,轻量级、高度提炼,历经10年、久经考验。可能是市面上唯一同时支持UDP+TCP+WebSocket三种协议的同类开源框架,支持 iOS、Android、Java、H5、小程序、Uniapp,服务端基于Netty。|5487|2024-06-29| |12|[Tencent/lemon-cleaner](https://github.com/Tencent/lemon-cleaner)|腾讯柠檬清理是针对macOS系统专属制定的清理工具。主要功能包括重复文件和相似照片的识别、软件的定制化垃圾扫描、可视化的全盘空间分析、内存释放、浏览器隐私清理以及设备实时状态的监控等。重点聚焦清理功能,对上百款软件提供定制化的清理方案,提供专业的清理建议,帮助用户轻松完成一键式清理。|5425|2024-10-10| |13|[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, ...|4721|2024-08-28| |14|[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 ...|4405|2024-04-16| |15|[johnno1962/InjectionIII](https://github.com/johnno1962/InjectionIII)|Re-write of Injection for Xcode in (mostly) Swift|4027|2024-09-29| |16|[alibaba/coobjc](https://github.com/alibaba/coobjc)|coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foun ...|4025|2024-06-19| |17|[Tencent/vap](https://github.com/Tencent/vap)|VAP是企鹅电竞开发,用于播放特效动画的实现方案。具有高压缩率、硬件解码等优点。同时支持 iOS,Android,Web 平台。|3897|2024-04-13| |18|[tigerAndBull/TABAnimated](https://github.com/tigerAndBull/TABAnimated)|A skeleton screen loading framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。)|3374|2024-09-19| |19|[ChatSecure/ChatSecure-iOS](https://github.com/ChatSecure/ChatSecure-iOS)|ChatSecure is a free and open source encrypted chat client for iOS that supports OTR and OMEMO encryption over XMPP.|3132|2024-08-01| |20|[QMUI/LookinServer](https://github.com/QMUI/LookinServer)|Free macOS app for iOS view debugging.|2657|2024-07-17| |21|[agiapp/BRPickerView](https://github.com/agiapp/BRPickerView)|BRPickerView 封装的是iOS中常用的选择器组件,主要包括:日期选择器(支持年月日、年月等15种日期样式选择,支持设置星期、至今等)、地址选择器(支持省市区、省市、省三种地区选择)、自定义字符串选择器(支持单列、多列、二级联动、三级联动选择)。支持自定义主题样式,适配深色模式,支持将选择器组件添加到指定容器视图。|2548|2024-07-24| |22|[ChangbaDevs/KTVHTTPCache](https://github.com/ChangbaDevs/KTVHTTPCache)|A powerful media cache framework.|2360|2024-04-28| |23|[zekunyan/TTGTagCollectionView](https://github.com/zekunyan/TTGTagCollectionView)|Useful for showing text or custom view tags in a vertical or horizontal scrollable view and support Autolayout at the same time. It is highly customizable that most features of the text tag can be con ...|1886|2024-06-03| |24|[520coding/confuse](https://github.com/520coding/confuse)|iOS混淆加固差异化翻新加密工具,模拟人工手动混淆,识别上下文 ,支持继承链、类型识别、方法多参等复杂高级混淆。source-to-source obfuscation of iOS projects,Xcode's refactor->rename. 告别插入毫无关联的垃圾代码、弃用无脑单词随机拼接替换,模拟正常开发,一款最好的混淆最彻底的Mac App Tools。支持OC(Objc、Obje ...|1883|2024-09-22| |25|[ibireme/YYImage](https://github.com/ibireme/YYImage)|Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.|1763|2024-06-27| |26|[zhenglibao/FlexLib](https://github.com/zhenglibao/FlexLib)|FlexLib是一个基于flexbox模型,使用xml文件进行界面布局的框架,融合了web快速布局的能力,让iOS界面开发像写网页一样简单快速|1679|2024-09-11| |27|[wuba/WBBlades](https://github.com/wuba/WBBlades)|Mach-O based ObjC & Swift useless classes, useless protocols, useless resources detection, packet size analysis, point-to-point crash resolution.基于Mach-O的ObjC & Swift无用类、无用协议、无用资源检测,包大小分析,点对点崩溃解析。|1546|2024-08-05| |28|[QuintGao/GKPageScrollView](https://github.com/QuintGao/GKPageScrollView)|iOS类似微博、抖音、网易云等个人详情页滑动嵌套效果|1528|2024-10-09| |29|[rugarciap/Turbo-Boost-Switcher](https://github.com/rugarciap/Turbo-Boost-Switcher)|Turbo Boost disabler / enable app for Mac OS X|1483|2024-05-13| |30|[sinaweibosdk/weibo_ios_sdk](https://github.com/sinaweibosdk/weibo_ios_sdk)|新浪微博 IOS SDK|1444|2024-10-10| |31|[jpush/jpush-react-native](https://github.com/jpush/jpush-react-native)|JPush's officially supported React Native plugin (Android & iOS). 极光推送官方支持的 React Native 插件(Android & iOS)。|1348|2024-10-08| |32|[didi/Hummer](https://github.com/didi/Hummer)|一套移动端高性能高可用的动态化跨端开发框架|1337|2024-09-13| |33|[strongbox-password-safe/Strongbox](https://github.com/strongbox-password-safe/Strongbox)|A KeePass/Password Safe Client for iOS and OS X|1327|2024-09-27| |34|[lixiang1994/LEEAlert](https://github.com/lixiang1994/LEEAlert)|优雅的可自定义 Alert ActionSheet|1299|2024-04-17| |35|[QuintGao/GKPhotoBrowser](https://github.com/QuintGao/GKPhotoBrowser)|iOS仿微信、今日头条等图片浏览器|1254|2024-09-24| |36|[DaidoujiChen/Dai-Hentai](https://github.com/DaidoujiChen/Dai-Hentai)|一個普通的看漫畫 App|1232|2024-07-11| |37|[li6185377/LKDBHelper-SQLite-ORM](https://github.com/li6185377/LKDBHelper-SQLite-ORM)|全自动的插入,查询,更新,删除, an automatic database operation thread-safe and not afraid of recursive deadlock|1206|2024-08-23| |38|[YPLiang19/Mango](https://github.com/YPLiang19/Mango)|MangoFix is a DSL which syntax is very similar to Objective-C,MangoFix is also an iOS App hotfix SDK. You can use MangoFix method replace any Objective-C or Swift method.|1173|2024-06-02| |39|[wildfirechat/ios-chat](https://github.com/wildfirechat/ios-chat)|即时通讯,聊天,野火IM iOS客户端|1159|2024-10-11| |40|[LiteAVSDK/Player_iOS](https://github.com/LiteAVSDK/Player_iOS)|Super player for iOS...|1113|2024-09-10| |41|[LoSenTrad/LSTPopView](https://github.com/LoSenTrad/LSTPopView)|(重构开发中,swift版本同步进行)LSTPopView iOS万能弹窗 (QQ群:1045568246 微信:a_LSTKit)|1044|2024-08-13| |42|[eleme/Stinger](https://github.com/eleme/Stinger)|Stinger is a high-efficiency library with great compatibility, for aop in Objective-C, using libffi instead of Objective-C message forwarding. It is 20+ times faster than the Aspects, from message-se ...|996|2024-04-26| |43|[vitoziv/VIMediaCache](https://github.com/vitoziv/VIMediaCache)|Cache media file while play media using AVPlayer|968|2024-05-21| |44|[Rogue24/JPImageresizerView](https://github.com/Rogue24/JPImageresizerView)|一个专门裁剪图片、GIF、视频的轮子😋 简单易用、功能丰富☕️(高自由度的参数设定、支持旋转和镜像翻转、蒙版、压缩等),能满足绝大部分裁剪的需求。|930|2024-08-24| |45|[lyb5834/YBPopupMenu](https://github.com/lyb5834/YBPopupMenu)|快速集成popupMenu|879|2024-05-09| |46|[yuwind/HHTransition](https://github.com/yuwind/HHTransition)|主流转场动画,无侵入,API简单易用。|847|2024-05-08| |47|[jpush/jpush-flutter-plugin](https://github.com/jpush/jpush-flutter-plugin)|JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。|842|2024-10-08| |48|[lixiang1994/LEETheme](https://github.com/lixiang1994/LEETheme)|优雅的主题管理库- 一行代码完成多样式切换|818|2024-09-06| |49|[xiangwangfeng/M80AttributedLabel](https://github.com/xiangwangfeng/M80AttributedLabel)|Another attributed label using CoreText|743|2024-06-05| |50|[HDB-Li/LLDebugTool](https://github.com/HDB-Li/LLDebugTool)|LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.|740|2024-07-16| |51|[itenfay/WeChat_tweak](https://github.com/itenfay/WeChat_tweak)|iOS版功能最全的微信插件,支持最新版微信,具备自动抢红包,屏蔽消息和群消息,过滤特定的群聊,防止撤回消息,伪定位 (朋友圈和附近的人),修改微信运动步数和实时取景做聊天页的背景等功能。|732|2024-06-02| |52|[CYXiang/CYXTenMinDemo](https://github.com/CYXiang/CYXTenMinDemo)|十分钟搭建App框架(OC)KIF自动化测试 与系列Demo博文地址|731|2024-08-25| |53|[OpenFlutter/tobias](https://github.com/OpenFlutter/tobias)|AliPay For Flutter.支付宝Flutter插件|689|2024-07-04| |54|[sensorsdata/sa-sdk-ios](https://github.com/sensorsdata/sa-sdk-ios)|神策数据官方 iOS 埋点 SDK,是一款轻量级用于 iOS 端的数据采集埋点 SDK。神策分析 iOS SDK 不仅有代码埋点功能,还通过使用运行时机制(Runtime)中的相关技术实现 iOS 端的全埋点(无埋点、无码埋点、无痕埋点、自动埋点)、点击图、可视化全埋点。|681|2024-09-29| |55|[SilverFruity/OCRunner](https://github.com/SilverFruity/OCRunner)|Execute Objective-C code as script. AST Interpreter. iOS hotfix SDK. |661|2024-08-27| |56|[AirtestProject/iOS-Tagent](https://github.com/AirtestProject/iOS-Tagent)|iOS support agent for automation|658|2024-06-24| |57|[SmileZXLee/IpaDownloadTool](https://github.com/SmileZXLee/IpaDownloadTool)|输入下载页面链接自动解析ipa下载地址,支持本地下载,支持第三方和自定义下载页面(通过拦截webView的itms-services://请求获取plist文件,支持各类企业版、内测包ipa下载)|643|2024-09-03| |58|[adjust/ios_sdk](https://github.com/adjust/ios_sdk)|This is the iOS SDK of|618|2024-09-14| |59|[QuintGao/GKDYVideo](https://github.com/QuintGao/GKDYVideo)|iOS仿抖音短视频|611|2024-09-13| |60|[g0v/moedict-webkit](https://github.com/g0v/moedict-webkit)|萌典網站|600|2024-08-26| |61|[shaojiankui/ProfilesManager](https://github.com/shaojiankui/ProfilesManager)|Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac|592|2024-09-19| |62|[pili-engineering/PLMediaStreamingKit](https://github.com/pili-engineering/PLMediaStreamingKit)|PLMediaStreamingKit 是七牛推出的一款适用于 iOS 平台的推流 SDK,支持 RTMP 推流,h.264 和 AAC 编码,硬编、软编支持。具有丰富的数据和状态回调,方便用户根据自己的业务定制化开发。具有直播场景下的重要功能,如:美颜、背景音乐、水印等功能。|542|2024-05-31| |63|[aliyun/aliyun-oss-ios-sdk](https://github.com/aliyun/aliyun-oss-ios-sdk)|iOS SDK for aliyun object storage service|468|2024-06-28| |64|[pili-engineering/PLShortVideoKit](https://github.com/pili-engineering/PLShortVideoKit)|PLShortVideoKit 是七牛推出的一款适用于 iOS 平台的短视频 SDK,提供了包括美颜、滤镜、水印、断点录制、分段回删、视频编辑、混音特效、视频剪辑、本地转码、视频上传在内的多种功能,支持高度定制以及二次开发。|448|2024-04-30| |65|[qiniu/objc-sdk](https://github.com/qiniu/objc-sdk)|Qiniu Resource (Cloud) Storage Objective-C SDK for Mac/iOS|435|2024-08-05| |66|[aliyun/alicloud-ios-demo](https://github.com/aliyun/alicloud-ios-demo)|Demos for AMS iOS SDKs|431|2024-10-11| |67|[BlinkID/blinkid-ios](https://github.com/BlinkID/blinkid-ios)|Everything you need to add AI-driven ID scanning into your native iOS app.|385|2024-10-01| |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.|367|2024-07-16| |69|[doushiDev/ds_ios](https://github.com/doushiDev/ds_ios)|逗视iOS客户端|354|2024-09-09| |70|[muzipiao/GMObjC](https://github.com/muzipiao/GMObjC)|SM2/SM3/SM4/ECDH crypto library based on OpenSSL.|347|2024-07-04| |71|[jiaxiaogang/he4o](https://github.com/jiaxiaogang/he4o)|螺旋熵减系统|321|2024-10-11| |72|[ripperhe/Debugo](https://github.com/ripperhe/Debugo)|一个可能有点用的 iOS 调试工具~|306|2024-07-30| |73|[Faceunity/FULiveDemo](https://github.com/Faceunity/FULiveDemo)|Faceunity 面部跟踪和虚拟道具 SDK 在 iOS 平台中的集成 Demo|301|2024-07-30| |74|[PZXforXcode/PZXCodeTextField](https://github.com/PZXforXcode/PZXCodeTextField)|Support Swift & OC A segmented verification code or password input control, you can customize the size and input bits and select the border color. /一个按格分割的验证码或者密码输入控件,可以自定义大小和输入位数以及选中边框颜色等。|281|2024-09-29| |75|[Suzhibin/ZBNetworking](https://github.com/Suzhibin/ZBNetworking)| AFNetworking4.X封装 GET/POST /PUT/PATCH /DELETE / UPLOAD /DOWNLOAD 网络请求 添加了缓存机制,插件机制,断点下载,重复请求的处理,取消当前请求等功能.支持iOS,macOS, watchOS, tvOS|242|2024-09-24| |76|[changsanjiang/SJMediaCacheServer](https://github.com/changsanjiang/SJMediaCacheServer)|A HTTP Media Caching Framework. It can cache FILE or HLS media. 音视频边播边缓存框架, 支持 HLS(m3u8) 和 FILE(mp4, mp3等).|239|2024-10-11| |77|[marlkiller/dylib_dobby_hook](https://github.com/marlkiller/dylib_dobby_hook)|A macOS dylib project based on the Dobby Hook framework, aimed at enhancing and extending the functionality of target software.|228|2024-10-08| |78|[internetWei/LLDynamicLaunchScreen](https://github.com/internetWei/LLDynamicLaunchScreen)|不用更新APP版本即可修改启动图,可以使用网络图片;自动修复启动图显示异常。|211|2024-09-02| |79|[chanify/chanify-ios](https://github.com/chanify/chanify-ios)|Chanify is a safe and simple notification tools. This repository is iOS clinet for Chanify.|209|2024-08-16| |80|[Jacke-xu/WYBasisKit](https://github.com/Jacke-xu/WYBasisKit)|"WYBasisKit" is a toolkit aimed at greatly improving efficiency.|192|2024-09-03| |81|[maltsugar/CustomPopoverView](https://github.com/maltsugar/CustomPopoverView)|一款小巧灵活的自定义弹出视图, 可以做自定义AlertView、弹出窗口等等, A tiny and sweet custom popView (pop popup)|192|2024-09-20| |82|[BuglyDevTeam/Bugly-iOS](https://github.com/BuglyDevTeam/Bugly-iOS)|Bugly iOS SDK|186|2024-04-12| |83|[kingjiajie/JJCollectionViewRoundFlowLayout](https://github.com/kingjiajie/JJCollectionViewRoundFlowLayout)|JJCollectionViewRoundFlowLayout可设置CollectionView的BackgroundColor、Cell的对齐方式,可跟据用户Cell个数计算背景图尺寸,可自定义是否包括计算CollectionViewHeaderView、CollectionViewFootererView或只计算Cells。设置简单,可自定义背景颜色偏移,设置显示方向(竖向、横向)显示,不同S ...|170|2024-07-23| |84|[tuyaohui/WebRTC_iOS](https://github.com/tuyaohui/WebRTC_iOS)|iOS下音视频通信的实现-基于WebRTC|158|2024-05-22| |85|[l1Dan/NXNavigationExtension](https://github.com/l1Dan/NXNavigationExtension)|🔥 Lightweight, simple, and easy-to-use UINavigationBar library.|157|2024-10-08| |86|[openimsdk/open-im-sdk-ios](https://github.com/openimsdk/open-im-sdk-ios)|An OpenIM SDK in Objective-C for iOS|156|2024-10-11| |87|[CodeGather/flutter_ali_auth](https://github.com/CodeGather/flutter_ali_auth)|阿里云一键登录,提供接近原生的参数配置,自定义UI界面,配置效果详见实例演示图片,如果插件对你有帮助请帮忙点亮你的小星星予以支持。|155|2024-09-06| |88|[TencentCloud/httpdns-sdk-ios](https://github.com/TencentCloud/httpdns-sdk-ios)|智营防劫持SDK|150|2024-09-23| |89|[liangdahong/AMLeaksFinder](https://github.com/liangdahong/AMLeaksFinder)|A small tool for automatically detecting the [controller, view memory leak] in the project. 一款用于自动检测项目中【控制器内存泄漏,View 内存泄漏】的小工具,支持 ObjC,Swift。|146|2024-04-20| |90|[jiaxiaogang/HELIX_THEORY](https://github.com/jiaxiaogang/HELIX_THEORY)|螺旋熵减理论|137|2024-10-11| |91|[Roen-Ro/RRViewControllerExtension](https://github.com/Roen-Ro/RRViewControllerExtension)| UINavigationBar appearance management, memory leak detection, convenient UIViewController property and methods|134|2024-09-20| |92|[summer20140803/TDFScreenDebugger](https://github.com/summer20140803/TDFScreenDebugger)|真机桌面级调试工具。拥有实时阅读API日志、系统日志,自动化捕获崩溃、App性能分析、野指针排查、内存泄漏与循环引用检测等多项真机调试必备功能。|131|2024-05-26| |93|[changsanjiang/SJBaseVideoPlayer](https://github.com/changsanjiang/SJBaseVideoPlayer)|video player. rotation, volume, brightness, rate, play, pause, stop, seekToTime, present.|128|2024-05-20| |94|[brightcove/brightcove-player-sdk-ios](https://github.com/brightcove/brightcove-player-sdk-ios)|Brightcove Player SDK for iOS|127|2024-07-18| |95|[xjh093/JHVerificationCodeView](https://github.com/xjh093/JHVerificationCodeView)|验证码输入框,验证码,code view,iOS验证码输入|118|2024-05-11| |96|[jpush/jverify-flutter-plugin](https://github.com/jpush/jverify-flutter-plugin)|JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。|117|2024-08-19| |97|[d2rivendell/LHWatermark](https://github.com/d2rivendell/LHWatermark)|Add a digital watermark to image。给图片加上数字(盲)水印|117|2024-07-25| |98|[Meiqia/MeiqiaSDK-iOS](https://github.com/Meiqia/MeiqiaSDK-iOS)|美洽 iOS SDK 3.9.17 面向开发者的 Demo。|112|2024-05-08| |99|[daipeihust/DPScrollNumberLabel](https://github.com/daipeihust/DPScrollNumberLabel)|🔥 A label extension for iOS📱, It display numbers and when you change the number it has a real logic animation.🌟|111|2024-05-27| |100|[xuuhan/HXPhotoBrowser](https://github.com/xuuhan/HXPhotoBrowser)|📷 Photo browser that simulates progressive loading 可以模拟渐进式加载的图片浏览器|92|2024-07-01| |101|[growingio/growingio-sdk-ios-autotracker](https://github.com/growingio/growingio-sdk-ios-autotracker)|GrowingIO Analytics SDK for iOS/macOS/tvOS/watchOS/visionOS.|90|2024-10-09| |102|[lyandy/Linked_Order_Analyze](https://github.com/lyandy/Linked_Order_Analyze)|二进制重排 线下量化预分析工具|89|2024-05-07| |103|[rongcloud/callkit-ios](https://github.com/rongcloud/callkit-ios)|Open-source code of RongCloud VoIP Audio/Video UI. 融云音视频通话功能 UI 界面 SDK 开源代码。|88|2024-08-29| |104|[SilverFruity/oc2mango](https://github.com/SilverFruity/oc2mango)|convert Objective-C to mango script:https://github.com/YPLiang19/Mango|87|2024-07-29| |105|[itenfay/DYFStoreKit](https://github.com/itenfay/DYFStoreKit)|一个轻量级且易用的iOS应用内购库(A lightweight and easy-to-use iOS library for In-App Purchases.)。|87|2024-06-23| |106|[agiapp/BRKit](https://github.com/agiapp/BRKit)|iOS轻量级高效率工具库,都是项目中常用的工具分类|78|2024-04-23| |107|[James-oc/JMAirKiss](https://github.com/James-oc/JMAirKiss)|iOS App集成AirKiss技术|77|2024-06-28| |108|[QDong415/QKeyboardEmotionView](https://github.com/QDong415/QKeyboardEmotionView)|1:1完美仿微信聊天表情键盘,朋友圈底部表情键盘。键盘与表情切换平滑 ChatEmotionKeyboard, GrowingTextView , useful in ChatViewController|76|2024-07-28| |109|[JohnWong/bus-today](https://github.com/JohnWong/bus-today)|今日扩展和苹果表展示公交到站|76|2024-06-26| |110|[Xiexingda/XDPagesView](https://github.com/Xiexingda/XDPagesView)|XDPagesView (可添加header的多控制器列表)|74|2024-09-26| |111|[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. |74|2024-09-09| |112|[guolai/BBZVideoEngine](https://github.com/guolai/BBZVideoEngine)|音视频编辑及导出引擎|67|2024-05-31| |113|[openimsdk/open-im-sdk-uniapp](https://github.com/openimsdk/open-im-sdk-uniapp)|即时通讯IM uniapp|63|2024-05-16| |114|[youzan/YouzanMobileSDK-iOS](https://github.com/youzan/YouzanMobileSDK-iOS)|有赞云AppSDK是为移动端应用打造的电商交易系统,通过一个SDK便可以在APP内集成有赞提供的整个交易服务。|62|2024-09-02| |115|[Dilrvvr/JKAlertX](https://github.com/Dilrvvr/JKAlertX)|JKAlertX is an alert view for iOS with supporting user customization perfectly. iOS弹框,包含alert/actionSheet/collectionSheet/HUD四种样式。自动适配横屏,完美支持自定义。支持链式语法,简洁方便!|58|2024-08-27| |116|[agiapp/BRNetwork](https://github.com/agiapp/BRNetwork)|网络请求工具类的封装|57|2024-04-23| |117|[udesk/UdeskSDK-iOS](https://github.com/udesk/UdeskSDK-iOS)|UdeskSDK-iOS|56|2024-09-25| |118|[pili-engineering/QNRTC-iOS](https://github.com/pili-engineering/QNRTC-iOS)|QNRTCKit 是七牛云推出的一款适用于 iOS 平台的实时音视频 SDK,提供了包括音视频通话、美颜、滤镜、水印等多种功能,提供灵活的接口,支持高度定制以及二次开发。|52|2024-08-19| |119|[yanshuimu/MangoFixUtil](https://github.com/yanshuimu/MangoFixUtil)|It's the secondary encapsulation of the MangoFix.|51|2024-08-07| |120|[AbnerPei/PPTextField](https://github.com/AbnerPei/PPTextField)|UITextField各种限制,从此一个属性就能解决!比如:手机号(11位)、密码(只能数字和字母)、最大字符串(是否区分中英文)等等这样的限制,以及实时监测输入文字、结束编辑时回调等。|46|2024-05-05| |121|[huami1314/DYYY](https://github.com/huami1314/DYYY)|用于调整抖音的UI的Tweak|44|2024-10-08| |122|[volcengine/APMInsight_iOS](https://github.com/volcengine/APMInsight_iOS)|-|44|2024-09-24| |123|[polyv/polyv-ios-vod-sdk](https://github.com/polyv/polyv-ios-vod-sdk)|保利威 iOS 点播 SDK Demo|40|2024-07-18| |124|[netease-kit/WisdomEducation](https://github.com/netease-kit/WisdomEducation)|智慧云课堂是网易云信提供的在线互动课堂场景解决方案,基于在线教育场景提供多种课堂模式实践。专为线上课堂场景打造,覆盖多种班型的教学场景、全终端的接入能力,支持课程录制、白板互动、课程活跃度分析等远程课堂功能。在实现云课堂实时互动功能的基础上,还支持业务功能的灵活扩展,帮助您快速上线专属互动教学平台。|38|2024-08-13| |125|[fluttercandies/flutter_bdface_collect](https://github.com/fluttercandies/flutter_bdface_collect)|a baidu face offline collect plugin. Only Android and IOS platforms are supported. 百度人脸离线采集插件,只支持安卓和iOS。|38|2024-09-06| |126|[tencentyun/qcloud-sdk-ios](https://github.com/tencentyun/qcloud-sdk-ios)|腾讯云服务iOS终端SDK|38|2024-09-09| |127|[DargonLee/LookinRootless](https://github.com/DargonLee/LookinRootless)|基于 Dopamine 无根越狱实现的插件,该插件可以调试 iOS 的 UI 界面|37|2024-09-27| |128|[netease-kit/NEVideoCall-1to1](https://github.com/netease-kit/NEVideoCall-1to1)|网易云信新一代音视频SDK场景方案开源项目,包含基础场景如一对一音视频通话、多人音视频通话;社交娱乐场景如多人语音聊天室、PK直播等|37|2024-10-08| |129|[sensorsdata/react-native-sensors-analytics](https://github.com/sensorsdata/react-native-sensors-analytics)|神策分析 SDK RN 组件 (iOS & Android)|37|2024-09-04| |130|[superxjhw/SPUploadTool](https://github.com/superxjhw/SPUploadTool)|iOS通过切片仿断点机制上传文件|37|2024-06-06| |131|[wildfirechat/wfc_flutter_plugins](https://github.com/wildfirechat/wfc_flutter_plugins)|野火flutter插件,包含即时通讯和实时音视频插件|36|2024-09-23| |132|[Xezun/XZMocoa](https://github.com/Xezun/XZMocoa)|iOS MVVM 基础框架|35|2024-10-11| |133|[netease-kit/NEMeeting](https://github.com/netease-kit/NEMeeting)|网易会议,是基于网易云信自主研发的新一代云信音视频SDK(G2)提供的视频会议组件化产品,支持直接下载使用,也支持基于SDK将网易会议以组件的方式集成到自己的应用中。本项目提供网易会议产品手册、开发文档、示例项目等相关内容。|35|2024-08-13| |134|[Xezun/XZKit](https://github.com/Xezun/XZKit)|一款轻量级 iOS 组件库,包括如轮播图、进度条、加密解密、类目拓展、方便的宏定义等,支持 Swift 语言,欢迎提 Issues 和建议!|35|2024-06-12| |135|[Rycccccccc/YCCardView](https://github.com/Rycccccccc/YCCardView)|卡片左滑右滑框架|34|2024-05-10| |136|[a289459798/react-native-mipush](https://github.com/a289459798/react-native-mipush)|-|33|2024-04-30| |137|[idnow/de.idnow.ios](https://github.com/idnow/de.idnow.ios)|IDnow Video Ident iOS SDK + Sample App|33|2024-10-07| |138|[TangSengDaoDao/TangSengDaoDaoiOS](https://github.com/TangSengDaoDao/TangSengDaoDaoiOS)|唐僧叨叨即时通讯(im) iOS 端|31|2024-09-23| |139|[yuchuanfeng/CFGifEmotionDemo](https://github.com/yuchuanfeng/CFGifEmotionDemo)|gif图文混排、动态图片、动态表情、网络图片图文混排、gif表情|31|2024-06-21| |140|[GetuiLaboratory/getui-sdk-ios-cocoapods](https://github.com/GetuiLaboratory/getui-sdk-ios-cocoapods)|个推官方提供的推送SDK CocoaPods 集成库(iOS平台 )|31|2024-10-09| |141|[netless-io/Whiteboard-iOS](https://github.com/netless-io/Whiteboard-iOS)|Whiteboard|30|2024-10-11| |142|[GDTMobSDK/GDTMobSDK-iOS](https://github.com/GDTMobSDK/GDTMobSDK-iOS)|优量汇(广点通)官方-sdk-demo - iOS 标准版|30|2024-07-27| |143|[QuintGao/GKVideoScrollView](https://github.com/QuintGao/GKVideoScrollView)|iOS仿抖音等上下滑动切换视图,使用方式类似UITableView,支持不同cell切换|29|2024-04-25| |144|[DNSPod/httpdns-sdk-ios](https://github.com/DNSPod/httpdns-sdk-ios)|iOS 平台 httpdns sdk 源码|29|2024-08-12| |145|[itenfay/DYFAuthIDAndGestureLock](https://github.com/itenfay/DYFAuthIDAndGestureLock)|手势密码解锁和 TouchID (指纹) / FaceID(面容) 解锁,代码简洁高效。(Gesture passcode unlocking and TouchID (fingerprint) / FaceID (facial features) unlocking.)|29|2024-06-16| |146|[BlackStarLang/BSFramework](https://github.com/BlackStarLang/BSFramework)|多功能 framework,持续集成中。已开发pod组件:图片、视频选择器、图片视频预览控件、自定义相机:拍照+拍摄 ,3D轮播图 + iOS功能点学习(如 runloop、runtime、多线程、AutoreleasePool、DynamicBehavior 等等)|28|2024-06-26| |147|[netease-kit/NECallKit](https://github.com/netease-kit/NECallKit)|实现呼叫、接听、挂断能力,应用于语音、视频通话场景|27|2024-06-13| |148|[ThinkingDataAnalytics/unity-sdk](https://github.com/ThinkingDataAnalytics/unity-sdk)|ThinkingData SDK for Unity|26|2024-10-11| |149|[Dtheme/Xcode-AutoLazyLoad](https://github.com/Dtheme/Xcode-AutoLazyLoad)|简单的Xcode代码模板extension|25|2024-07-15| |150|[jpush/jverification-hbuilder-plugin](https://github.com/jpush/jverification-hbuilder-plugin)|极光认证官方支持的 hbuilder 插件(Android & iOS)|24|2024-04-28| |151|[iHongRen/CXYWebScript](https://github.com/iHongRen/CXYWebScript)|简化 iOS App 与 H5 交互,H5在调用时不用区分Android还是iOS,直接调用方法 window.App.onSayHello('Hello')|21|2024-04-30| |152|[pcjbird/QuickTraceiOSLogger](https://github.com/pcjbird/QuickTraceiOSLogger)|A real time iOS log trace tool, view iOS log with pc web browser under local area network, which will automatically scroll like xcode. 一个实时的iOS日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像xcode一样自动滚动。|21|2024-08-15| |153|[q858333/CustomVideoCapture](https://github.com/q858333/CustomVideoCapture)|利用AVFoundation 实现视频的录制,播放功能和相机拍照功能。 |21|2024-10-11| |154|[zxinsunshine/NinePatchKit](https://github.com/zxinsunshine/NinePatchKit)|A ninepatch image render framework for iOS and MacOS|20|2024-07-17| |155|[guoguangtao/YXCTool](https://github.com/guoguangtao/YXCTool)|日常开发中一些用得到的代码整理|20|2024-09-30| |156|[china-han/YWHUDManager](https://github.com/china-han/YWHUDManager)|ios下对MBPrograssHUD的二次封装|20|2024-10-09| |157|[GuanceCloud/datakit-ios](https://github.com/GuanceCloud/datakit-ios)|DataKit ios app|19|2024-10-10| |158|[tencentyun/iot-link-ios](https://github.com/tencentyun/iot-link-ios)|IoT 应用端 App & SDK|19|2024-09-10| |159|[marlkiller/mac_patch_helper](https://github.com/marlkiller/mac_patch_helper)|一个随心所欲的 macOS Patch 工具类|18|2024-07-11| |160|[pengboboer/alpha_player_plugin](https://github.com/pengboboer/alpha_player_plugin)|flutter版本 字节跳动官方原生组件AlphaPlayer|18|2024-09-30| |161|[QuintGao/JXCategoryViewExt](https://github.com/QuintGao/JXCategoryViewExt)|对JXCategoryView优化及扩展,拆分pod|18|2024-05-16| |162|[KennyHito/iOSProject](https://github.com/KennyHito/iOSProject)|iOS开发中,常用三方库的基本使用(AFNetworking,Masonry, FMDB,MBProgressHUD,MJRefresh, IQKeyboardManager, MJExtension),UIView动画,阴影和圆角,清除缓存,指纹解锁,视频播放,夜间模式,原生定位,原生分享,原生摇一摇,UICollectionView,UIScrollView,APP端与H5交互 etc|18|2024-08-20| |163|[jumperb/HAccess](https://github.com/jumperb/HAccess)|this a a middle layer between rude data (local data,networking data) and biz or controller|18|2024-06-11| |164|[itenfay/DYFCodeScanner](https://github.com/itenfay/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 ...|17|2024-06-16| |165|[Dengni8023/JGSourceBase](https://github.com/Dengni8023/JGSourceBase)|JGSourceCode通用功能模块:iOS项目常用功能(UIAlertController、Reachability、Loading-HUD、Toast-HUD);自定义安全键盘。|17|2024-09-09| |166|[QuintGao/GKSliderView](https://github.com/QuintGao/GKSliderView)|iOS - 自定义一个滑杆控件|17|2024-09-24| |167|[MinMao-Hub/SuspendButton](https://github.com/MinMao-Hub/SuspendButton)|类似于苹果首页的悬浮按钮|17|2024-08-27| |168|[finogeeks/react-native-mopsdk](https://github.com/finogeeks/react-native-mopsdk)|FinClip React SDK 插件,用于 RN 环境中 API 与组件调用 / React SDK for FinClip|16|2024-07-24| |169|[yanjixiang/videoandpicture](https://github.com/yanjixiang/videoandpicture)|视频图片轮播|16|2024-04-28| |170|[YolandaQingniu/sdk-ios-demo](https://github.com/YolandaQingniu/sdk-ios-demo)|-|16|2024-08-16| |171|[zhengmiaokai/MKWebResources](https://github.com/zhengmiaokai/MKWebResources)|通过 "WKURLSchemeHandler + AjaxHook",实现WKWebview的资源拦截,解决了Ajax/Fetch请求的Cookie与HTTPBody信息同步问题,为H5秒开项目提供基础支持。|15|2024-08-15| |172|[lishangjing-spec/lsj-PrivateProtocolAlert](https://github.com/lishangjing-spec/lsj-PrivateProtocolAlert)|隐私政策弹窗|15|2024-07-08| |173|[KwaiSocial/KwaiSDK-iOS](https://github.com/KwaiSocial/KwaiSDK-iOS)|快手开放平台SDK|15|2024-09-24| |174|[Wangsu-Cloud-Storage/wcs-ios-sdk](https://github.com/Wangsu-Cloud-Storage/wcs-ios-sdk)|iOS SDK for wcs|15|2024-08-28| |175|[polyv/polyv-ios-livescenes-sdk-demo](https://github.com/polyv/polyv-ios-livescenes-sdk-demo)|保利威 iOS 多场景 Demo|14|2024-09-19| |176|[RANSAA/TKPermissionKit](https://github.com/RANSAA/TKPermissionKit)|一款好用的iOS权限请求与检测工具。iOS system privacy permission check tools.|14|2024-10-05| |177|[tangtiancheng/BanJiangTai](https://github.com/tangtiancheng/BanJiangTai)|颁奖台本人在亚信实习期间做的一个app,该项目一期是由南京一家外包公司做的(开发者很厉害),整个项目采用ReactiveCocoa进行开发,使用MVVM的设计模式,全程采用响应式编程开发,里面有那位大牛的一整套分类,有需要分类的,或者想学ReactiveCocoa的可以去看看.|14|2024-08-07| |178|[fanxiangyang/FanKit](https://github.com/fanxiangyang/FanKit)|A Cocoa Tool Kit of iOS components pod 'FanKit','~>x.x.x'|14|2024-07-18| |179|[erduoniba/HDMIDIPlayer](https://github.com/erduoniba/HDMIDIPlayer)|钢琴简谱直接MIDI播放|13|2024-06-19| |180|[action121/OC2PatchTool](https://github.com/action121/OC2PatchTool)|macOS系统上的可视化辅助工具,将OC语言转成mangofix脚本 |13|2024-06-06| |181|[xiaoyouPrince/XYInfomationSection](https://github.com/xiaoyouPrince/XYInfomationSection)|一组可自定义的表单组件、表单、组件化|13|2024-05-24| |182|[HY-Vae/IIGuideViewController](https://github.com/HY-Vae/IIGuideViewController)|iOS浏览器、功能介绍、功能引导、新手引导、新手教程|13|2024-09-13| |183|[Kennytian/meiqia-react-native](https://github.com/Kennytian/meiqia-react-native)|MeiQia SDK component for React Native|13|2024-09-12| |184|[DFTT/XYZAlertView](https://github.com/DFTT/XYZAlertView)|一个简单的AlertView 可以和VC页面绑定, 支持多弹窗优先级/依赖/互斥/延迟展示/页面消失时自动隐藏显示等各种逻辑|12|2024-09-20| |185|[Faceunity/FUTRTCDemo](https://github.com/Faceunity/FUTRTCDemo)|腾讯实时音视频对接示例|12|2024-07-03| |186|[faimin/ZDFlexLayoutKit](https://github.com/faimin/ZDFlexLayoutKit)|使用虚拟视图辅助布局, 在Runloop idle时自动计算布局|12|2024-08-10| |187|[OpenInstall/openinstall-react-native](https://github.com/OpenInstall/openinstall-react-native)|-|12|2024-10-10| |188|[253CL/flash_iOS](https://github.com/253CL/flash_iOS)|闪验iOS SDK|12|2024-07-26| |189|[yownyang/YYNavigation](https://github.com/yownyang/YYNavigation)|一行代码搞定自定义NavigationController|12|2024-09-06| |190|[gstory0404/gromore](https://github.com/gstory0404/gromore)|穿山甲gromore聚合广告插件flutter版|11|2024-05-29| |191|[Liya86/LYUIExposureManager](https://github.com/Liya86/LYUIExposureManager)|监听普通UIView曝光的框架|11|2024-07-17| |192|[bairuitech/anychat](https://github.com/bairuitech/anychat)|开源代码|11|2024-06-18| |193|[long-zuyang/Lenovo-R9000P2021H-Hackintosh](https://github.com/long-zuyang/Lenovo-R9000P2021H-Hackintosh)|拯救者R9000P2021H黑苹果EFI|10|2024-06-19| |194|[mxmhao/iOS_App_Template](https://github.com/mxmhao/iOS_App_Template)|一些iOS工具类和模板代码,极简/高效,大部分是直接使用官方SDK实现,很小一部分是改造官方SDK实现或者自己实现|10|2024-08-22| |195|[PEPDigitalPublishing/PEPReaderSDK](https://github.com/PEPDigitalPublishing/PEPReaderSDK)|人教点读SDK新仓库|10|2024-08-13| |196|[Bytedesk/bytedesk-ios](https://github.com/Bytedesk/bytedesk-ios)|致力于提供稳定、可扩展、定制化的客户服务一站式协作平台|10|2024-04-20| |197|[zmfflying/ZWKURLHandler](https://github.com/zmfflying/ZWKURLHandler)|WKWebView秒开demo|9|2024-04-20| |198|[xtyzmnchen/LimitCaught](https://github.com/xtyzmnchen/LimitCaught)|针对市面上的fiddler ,Charles(花瓶)等抓包工具,封装了对应的网络代理,实现防止抓包的功能|9|2024-08-14| |199|[itenfay/DYFAssistiveTouchView](https://github.com/itenfay/DYFAssistiveTouchView)|iOS应用内的悬浮按钮和工具条。(The float button and toolbar for app within iOS.)|9|2024-06-16| |200|[tencentyun/qcloud-sdk-ios-samples](https://github.com/tencentyun/qcloud-sdk-ios-samples)|-|9|2024-09-11|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/PHP.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > PHP 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[sebastianbergmann/phpunit](https://github.com/sebastianbergmann/phpunit)|The PHP Unit Testing framework.|19677|2024-10-11| |2|[piotrplenik/clean-code-php](https://github.com/piotrplenik/clean-code-php)|:bathtub: Clean Code concepts adapted for PHP|12265|2024-05-09| |3|[z-song/laravel-admin](https://github.com/z-song/laravel-admin)|Build a full-featured administrative interface in ten minutes|11139|2024-07-03| |4|[walkor/workerman](https://github.com/walkor/workerman)|An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. |11130|2024-10-10| |5|[w7corp/easywechat](https://github.com/w7corp/easywechat)|📦 一个 PHP 微信 SDK|10276|2024-10-09| |6|[digininja/DVWA](https://github.com/digininja/DVWA)|Damn Vulnerable Web Application (DVWA)|10094|2024-10-11| |7|[Anankke/SSPanel-UIM](https://github.com/Anankke/SSPanel-UIM)|Multi-purpose proxy service management system|9383|2024-09-28| |8|[assimon/dujiaoka](https://github.com/assimon/dujiaoka)|🦄独角数卡(自动售货系统)-开源站长自动化售货解决方案、高效、稳定、快速!🚀🚀🎉🎉|9265|2024-08-30| |9|[top-think/think](https://github.com/top-think/think)|ThinkPHP Framework ——十年匠心的高性能PHP框架|7830|2024-10-11| |10|[linuxserver/Heimdall](https://github.com/linuxserver/Heimdall)|An Application dashboard and launcher|7784|2024-06-20| |11|[hyperf/hyperf](https://github.com/hyperf/hyperf)|🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.|6200|2024-10-11| |12|[yansongda/pay](https://github.com/yansongda/pay)|可能是我用过的最优雅的 Alipay/WeChat/Douyin/Unipay/江苏银行 的支付 SDK 扩展包了|5026|2024-09-11| |13|[DenverCoder1/github-readme-streak-stats](https://github.com/DenverCoder1/github-readme-streak-stats)|🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README|4723|2024-10-09| |14|[solstice23/argon-theme](https://github.com/solstice23/argon-theme)|📖 Argon - 一个轻盈、简洁的 WordPress 主题|4688|2024-06-20| |15|[kuaifan/dootask](https://github.com/kuaifan/dootask)|DooTask是一款开源在线项目任务管理工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,文件管理等工具;同时消息功能使用非对称加密技术让你的沟通更安全。|4614|2024-10-11| |16|[cakephp/phinx](https://github.com/cakephp/phinx)|PHP Database Migrations for Everyone|4461|2024-10-03| |17|[endroid/qr-code](https://github.com/endroid/qr-code)|QR Code Generator|4412|2024-09-08| |18|[overtrue/pinyin](https://github.com/overtrue/pinyin)|🇨🇳 基于词库的中文转拼音优质解决方案|4314|2024-09-05| |19|[jqhph/dcat-admin](https://github.com/jqhph/dcat-admin)|🔥 基于 Laravel 的后台系统构建工具 (Laravel Admin),使用很少的代码快速构建一个功能完善的高颜值后台系统,内置丰富的后台常用组件,开箱即用,让开发者告别冗杂的HTML代码|3875|2024-08-19| |20|[zyx0814/dzzoffice](https://github.com/zyx0814/dzzoffice)|dzzoffice|3875|2024-10-10| |21|[hhxsv5/laravel-s](https://github.com/hhxsv5/laravel-s)|LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.|3828|2024-09-13| |22|[lizhipay/acg-faka](https://github.com/lizhipay/acg-faka)|个人发卡源码,发卡系统,二次元发卡系统,二次元发卡源码,发卡程序,动漫发卡,PHP发卡源码,异次元发卡|3386|2024-10-08| |23|[nuwave/lighthouse](https://github.com/nuwave/lighthouse)|A framework for serving GraphQL from Laravel|3359|2024-09-20| |24|[luolongfei/freenom](https://github.com/luolongfei/freenom)|Freenom 域名自动续期。Freenom domain name renews automatically.|3332|2024-07-27| |25|[overtrue/easy-sms](https://github.com/overtrue/easy-sms)|📲 一款满足你的多种发送需求的短信发送轮子|3137|2024-09-18| |26|[seatonjiang/kratos](https://github.com/seatonjiang/kratos)|WordPress theme that focus on reading experience|3111|2024-08-05| |27|[teamtnt/tntsearch](https://github.com/teamtnt/tntsearch)|A fully featured full text search engine written in PHP|3081|2024-09-03| |28|[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 ...|2989|2024-10-11| |29|[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. |2922|2024-10-11| |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.|2877|2024-09-10| |31|[overtrue/laravel-wechat](https://github.com/overtrue/laravel-wechat)|微信 SDK for Laravel, 基于 overtrue/wechat|2870|2024-06-07| |32|[Tai7sy/card-system](https://github.com/Tai7sy/card-system)|卡密商城系统,高效安全的在线卡密商城|2803|2024-08-21| |33|[icret/EasyImages2.0](https://github.com/icret/EasyImages2.0)|简单图床 - 一款功能强大无数据库的图床 2.0版|2739|2024-06-14| |34|[top-think/framework](https://github.com/top-think/framework)|ThinkPHP Framework|2722|2024-10-11| |35|[SimpleSoftwareIO/simple-qrcode](https://github.com/SimpleSoftwareIO/simple-qrcode)|An easy-to-use PHP QrCode generator with first-party support for Laravel.|2721|2024-08-12| |36|[PGYER/codefever](https://github.com/PGYER/codefever)|CodeFever 是完全免费开源的 Git 代码托管服务,支持一行命令安装到自己服务器!CodeFever Community Edition (A Self-hosted Git Services)!|2685|2024-05-20| |37|[jae-jae/QueryList](https://github.com/jae-jae/QueryList)|:spider: The progressive PHP crawler framework! 优雅的渐进式PHP采集框架。|2660|2024-07-16| |38|[5ime/video_spider](https://github.com/5ime/video_spider)|短视频去水印:抖音,皮皮虾,火山,微视,微博,绿洲,最右,轻视频,快手,全民小视频,巴塞电影,陌陌,Before避风,开眼,Vue Vlog 小咖秀,皮皮搞笑,全民K歌,西瓜视频,逗拍,虎牙,6间房,梨视频,新片场,acfun,美拍...|2499|2024-07-17| |39|[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.|2390|2024-09-12| |40|[ARCANEDEV/LogViewer](https://github.com/ARCANEDEV/LogViewer)|:page_with_curl: Provides a log viewer for Laravel|2367|2024-07-25| |41|[mochat-cloud/mochat](https://github.com/mochat-cloud/mochat)|基于企业微信的开源SCRM应用开发框架&引擎,也是一套通用的企业私域流量管理系统!|2270|2024-04-26| |42|[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 ...|2214|2024-08-02| |43|[magicblack/maccms10](https://github.com/magicblack/maccms10)|苹果cms官网,苹果cmsv10,maccmsv10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序|2208|2024-09-13| |44|[zoujingli/ThinkAdmin](https://github.com/zoujingli/ThinkAdmin)|基于 ThinkPHP6 的极简后台管理系统,内置注解权限、异步多任务、应用插件生态等,支持类 PaaS 更新公共模块和应用插件,插件可本地化定制开发。|2187|2024-10-10| |45|[chillerlan/php-qrcode](https://github.com/chillerlan/php-qrcode)|A PHP QR Code generator and reader with a user-friendly API.|1966|2024-09-24| |46|[HiEventsDev/Hi.Events](https://github.com/HiEventsDev/Hi.Events)|Open-source event management and ticket selling platform. Perfect for concerts, conferences, and everything in between 🎟️|1963|2024-10-08| |47|[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|1942|2024-06-06| |48|[zorlan/skycaiji](https://github.com/zorlan/skycaiji)|蓝天采集器是一款开源免费的爬虫系统,仅需点选编辑规则即可采集数据,可运行在本地、虚拟主机或云服务器中,几乎能采集所有类型的网页,无缝对接各类CMS建站程序,免登录实时发布数据,全自动无需人工干预!是网页大数据采集软件中完全跨平台的云端爬虫系统|1935|2024-05-15| |49|[owen0o0/WebStack](https://github.com/owen0o0/WebStack)|WordPress 版 WebStack 导航主题 https://nav.iowen.cn|1914|2024-07-30| |50|[cedar2025/Xboard](https://github.com/cedar2025/Xboard)|基于V2board二次开发支持新协议新特性的高性能面板|1841|2024-10-09| |51|[antonioribeiro/countries](https://github.com/antonioribeiro/countries)|Laravel countries and currencies|1818|2024-10-05| |52|[szvone/vmqphp](https://github.com/szvone/vmqphp)|V免签PHP版 完全开源免费的个人免签约解决方案|1784|2024-07-14| |53|[typecho-fans/plugins](https://github.com/typecho-fans/plugins)|Typecho Fans插件作品目录|1756|2024-08-31| |54|[78778443/QingScan](https://github.com/78778443/QingScan)|一个漏洞扫描器粘合剂,添加目标后30款工具自动调用;支持 web扫描、系统扫描、子域名收集、目录扫描、主机扫描、主机发现、组件识别、URL爬虫、XRAY扫描、AWVS自动扫描、POC批量验证,SSH批量测试、vulmap。|1749|2024-06-22| |55|[flucont/btcloud](https://github.com/flucont/btcloud)|PHP开发的宝塔面板第三方云端|1719|2024-09-27| |56|[BadApple9/speedtest-x](https://github.com/BadApple9/speedtest-x)|A self-hosted speedtest appilication with an awesome test result datasheet.|1718|2024-10-06| |57|[nilsteampassnet/TeamPass](https://github.com/nilsteampassnet/TeamPass)|Collaborative Passwords Manager|1661|2024-10-11| |58|[phalapi/phalapi](https://github.com/phalapi/phalapi)|PhalApi开源接口框架,简称π框架,一个轻量级PHP开源接口框架,专注于接口服务开发。接口,从简单开始!|1568|2024-10-09| |59|[HaoOuBa/Joe](https://github.com/HaoOuBa/Joe)|A Theme of Typecho|1518|2024-09-26| |60|[zoujingli/WeChatDeveloper](https://github.com/zoujingli/WeChatDeveloper)|【新】微信服务号+微信小程序+微信支付+支付宝支付|1494|2024-10-01| |61|[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 ...|1387|2024-07-09| |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.|1298|2024-10-08| |63|[easysoft/zentaopms](https://github.com/easysoft/zentaopms)|Zentao is an agile(scrum) project management system/tool, Free Upgrade Forever!​|1296|2024-10-08| |64|[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.|1283|2024-07-24| |65|[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.|1275|2024-10-06| |66|[imiphp/imi](https://github.com/imiphp/imi)|imi 是一款支持长连接微服务分布式的 PHP 开发框架,它可以运行在 PHP-FPM、Swoole、Workerman、RoadRunner 等多种容器环境下。它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。特别适合互联网微服务、即时通讯聊天im、物联网等场景!QQ群:17916227|1174|2024-09-03| |67|[zoujingli/ip2region](https://github.com/zoujingli/ip2region)|PHP版本的离线IP地址定位库|1174|2024-08-02| |68|[4x99/code6](https://github.com/4x99/code6)|码小六 - GitHub 代码泄露监控系统|1127|2024-04-17| |69|[yansongda/laravel-pay](https://github.com/yansongda/laravel-pay)|可能是我用过的最优雅的 Alipay/WeChat/Unipay 的 laravel 支付扩展包了|1075|2024-08-15| |70|[walkor/GatewayWorker](https://github.com/walkor/GatewayWorker)|Distributed realtime messaging framework based on workerman.|1015|2024-10-05| |71|[xiaochong0302/course-tencent-cloud](https://github.com/xiaochong0302/course-tencent-cloud)|专注于网课系统,网校系统,在线教育系统,知识付费系统。名符其实的开源,可免费商用。docker容器化部署,极速搭建专属课程点播,课程直播学习平台。|1001|2024-10-10| |72|[yrccondor/mdx](https://github.com/yrccondor/mdx)|MDx - Material Design WordPress Theme|988|2024-08-08| |73|[scribu/wp-posts-to-posts](https://github.com/scribu/wp-posts-to-posts)|Efficient many-to-many connections between posts, pages, custom post types, users.|973|2024-05-29| |74|[DasSecurity-HatLab/AoiAWD](https://github.com/DasSecurity-HatLab/AoiAWD)|AoiAWD-专为比赛设计,便携性好,低权限运行的EDR系统。|960|2024-08-05| |75|[qmcloud/momo](https://github.com/qmcloud/momo)|php直播go直播,短视频,直播带货,语音聊天室,陪玩系统源码。|937|2024-05-05| |76|[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|897|2024-09-21| |77|[xiaomlove/nexusphp](https://github.com/xiaomlove/nexusphp)|A private tracker application base on NexusPHP|889|2024-10-11| |78|[Yurunsoft/PaySDK](https://github.com/Yurunsoft/PaySDK)|PHP 集成支付 SDK ,集成了支付宝、微信支付的支付接口和其它相关接口的操作。支持 php-fpm 和 Swoole,所有框架通用。宇润PHP全家桶技术支持群:17916227|889|2024-09-02| |79|[lizhichao/one](https://github.com/lizhichao/one)|A minimalist high-performance php framework that supports the [swoole php-fpm] environment|884|2024-07-20| |80|[likeadmin-likeshop/likeshop](https://github.com/likeadmin-likeshop/likeshop)|🔥🔥🔥 likeshop开源免费商用电商系统,PC商城、H5商城、小程序商城、安卓APP商城、苹果APP商城,免费商用。场景:B2C商城,新零售商城,社交电商商城,分销系统商城,分销电商商城,小程序商城,商城源码,商城系统,单商户,多商户,电商系统,直播,uniapp,uni-app,B2B2C,B2B,O2O,ERP,Wechat,交易系统,内容系统,雷达,crm|863|2024-08-29| |81|[zyx0814/Pichome](https://github.com/zyx0814/Pichome)|一款图片与媒体文件管理功能强大的开源网盘程序|835|2024-09-13| |82|[bs-community/blessing-skin-server](https://github.com/bs-community/blessing-skin-server)|Web application brings your custom skins back in offline Minecraft servers.|835|2024-05-16| |83|[bixuehujin/blink](https://github.com/bixuehujin/blink)|A high performance web framework and application server in PHP. |832|2024-06-14| |84|[shetabit/payment](https://github.com/shetabit/payment)|simple laravel payment package , supports multiple drivers|828|2024-09-13| |85|[dspurl/tfshop](https://github.com/dspurl/tfshop)|vue+php+uniapp轻量级多语言易二开跨终端商城系统,低代码,完全前后端分离,免费开源可商用,H5商城电商平台,微信小程序商城电商平台;支持H5、微信小程序,支付宝小程序、百度小程序、字节跳动小程序、安卓、IOS等等|817|2024-10-07| |86|[gmajian/sandphoto](https://github.com/gmajian/sandphoto)|Layout ID/VISA photos in a single 6-inch photo 证件照片排版在线生成器 - 在一张6寸的照片上排版多张证件照|800|2024-08-03| |87|[andrewdwallo/erpsaas](https://github.com/andrewdwallo/erpsaas)|A Laravel and Filament-powered accounting platform, crafting a modern and automated solution for financial management.|779|2024-10-09| |88|[Tzwcard/ChinaTelecom-GuangdongIPTV-RTP-List](https://github.com/Tzwcard/ChinaTelecom-GuangdongIPTV-RTP-List)|广州电信广东IPTV列表(IGMP/RTP组播地址)|747|2024-10-10| |89|[xaboy/form-builder](https://github.com/xaboy/form-builder)|好用的PHP表单生成器,快速生成现代化的form表单,支持前后端分离。内置17种常用表单组件。目前在政务系统、OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用。|731|2024-08-03| |90|[JaguarJack/catch-admin](https://github.com/JaguarJack/catch-admin)|CatchAdmin是一个基于对Laravel和Element Plus进行二次开发的后台管理系统。CatchAdmin仍然采用传统的前后端分离策略,其中Laravel框架仅用作Api输出。通过这种设计,成功将管理系统模块之间的耦合降至最低。|712|2024-08-12| |91|[mineadmin/MineAdmin](https://github.com/mineadmin/MineAdmin)|🎉🎉🎉 MineAdmin是基于Hyperf框架 和 Vue3+Vite5 开发的前后端分离权限管理系统,自适应多终端。特色:后端 crud 生成 + 前端低代码 json 化配置|682|2024-10-10| |92|[guanguans/music-dl](https://github.com/guanguans/music-dl)|Music Searcher and Downloader. - 音乐搜索下载器。|664|2024-10-10| |93|[init-engineer/init.engineer](https://github.com/init-engineer/init.engineer)|這是一份純靠北工程師的專案,請好好愛護它,謝謝。|650|2024-08-17| |94|[leohearts/awd-watchbird](https://github.com/leohearts/awd-watchbird)|A powerful PHP WAF for AWD|649|2024-07-07| |95|[wehaox/Typecho-Butterfly](https://github.com/wehaox/Typecho-Butterfly)|Hexo主题Butterfly的Typecho移植版———开源不易,帮忙点个star,谢谢了🌹|639|2024-10-03| |96|[guanguans/notify](https://github.com/guanguans/notify)|Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、Pushover、PushPlus、QQ、RocketChat、ServerCh ...|637|2024-10-10| |97|[LyLme/lylme_spage](https://github.com/LyLme/lylme_spage)|六零导航页|629|2024-05-05| |98|[WenPai-org/wp-china-yes](https://github.com/WenPai-org/wp-china-yes)|文派叶子 🍃(WP-China-Yes)是中国 WordPress 生态基础设施软件,犹如落叶新芽,生生不息。|624|2024-09-25| |99|[xing61/zzz-api](https://github.com/xing61/zzz-api)|优质稳定的OpenAI的API接口-For企业和开发者。OpenAI的api proxy,支持ChatGPT的API调用,支持openai的API接口,支持:gpt-4,gpt-3.5。不需要openai Key, 不需要买openai的账号,不需要美元的银行卡,通通不用的,直接调用就行,稳定好用!!智增增|610|2024-09-24| |100|[xiaoxuan6/SMSBombing](https://github.com/xiaoxuan6/SMSBombing)|短信轰炸|607|2024-07-03| |101|[baomihuahua/lolimeow](https://github.com/baomihuahua/lolimeow)|wordpress主题 lolimeow |601|2024-09-21| |102|[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|598|2024-09-05| |103|[overtrue/laravel-pinyin](https://github.com/overtrue/laravel-pinyin)|:cn: Chinese to Pinyin translator for Laravel 5 / Lumen|529|2024-10-08| |104|[youyingxiang/Discover](https://github.com/youyingxiang/Discover)|Discover 是一个基于 Dcat-admin 开发的进销存系统|525|2024-04-29| |105|[jpush/jpush-api-php-client](https://github.com/jpush/jpush-api-php-client)|JPush's officially supported PHP client library for accessing JPush APIs. 极光推送官方支持的 PHP 版本服务器端 SDK。|523|2024-06-18| |106|[aliyun/openapi-sdk-php](https://github.com/aliyun/openapi-sdk-php)|Alibaba Cloud SDK for PHP|521|2024-10-11| |107|[BigCoke233/miracles](https://github.com/BigCoke233/miracles)|🎉 Typecho Theme Miracles - 生为奇迹|514|2024-07-27| |108|[quasarstream/PHP-FFmpeg-video-streaming](https://github.com/quasarstream/PHP-FFmpeg-video-streaming)|📼 Package media content for online streaming(DASH and HLS) using FFmpeg|514|2024-08-13| |109|[bingcool/swoolefy](https://github.com/bingcool/swoolefy)|swoolefy是一个基于swoole实现的协程级、轻量级、高性能、开放性的API应用服务框架|513|2024-09-30| |110|[emlog/emlog](https://github.com/emlog/emlog)|轻量级开源建站系统|512|2024-10-07| |111|[voku/portable-utf8](https://github.com/voku/portable-utf8)|🉑 Portable UTF-8 library - performance optimized (unicode) string functions for PHP.|505|2024-10-08| |112|[wechatpay-apiv3/wechatpay-php](https://github.com/wechatpay-apiv3/wechatpay-php)|微信支付 APIv3 的官方 PHP Library,同时也支持 APIv2|498|2024-09-19| |113|[jielive/initial](https://github.com/jielive/initial)|A Typecho Theme|489|2024-08-09| |114|[globalcitizen/php-iban](https://github.com/globalcitizen/php-iban)|Generate, parse, validate, error-correct and present IBAN (and IIBAN) bank account information in PHP.|475|2024-09-06| |115|[bosnzt/wordscheck](https://github.com/bosnzt/wordscheck)|敏感词检测,违禁词过滤,敏感词过滤,敏感词库,一键启动,本地运行,私有化部署,1分钟接入完成,开箱即用,支持docker,支持在线api|466|2024-06-12| |116|[KitePig/FatRat-Collect](https://github.com/KitePig/FatRat-Collect)|胖鼠采集 WordPress优秀开源采集插件|464|2024-07-17| |117|[top-think/think-swoole](https://github.com/top-think/think-swoole)|Swoole extend for thinkphp|458|2024-10-11| |118|[osuuu/LightPicture](https://github.com/osuuu/LightPicture)|企业/团队/个人图片资源管理系统、图床系统|457|2024-08-08| |119|[milwad-dev/laravel-validate](https://github.com/milwad-dev/laravel-validate)|The Laravel-Validate package enhanced Laravel validation capabilities with custom rules and methods for simplified and efficient validation logic.|454|2024-10-04| |120|[ProxyPanel/ProxyPanel](https://github.com/ProxyPanel/ProxyPanel)|A web application managing multiple proxy protocols, including features like multi-payment systems, account management, admin notifications, and product models.|449|2024-09-18| |121|[slowlyo/owl-admin](https://github.com/slowlyo/owl-admin)|🎈 Owl Admin : 基于 laravel 和 amis 开发的后台框架, 友好的组件使用体验, 可轻松实现复杂页面, 内置代码生成器, 让开发者快速搭建后台管理系统|441|2024-10-03| |122|[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.|439|2024-09-11| |123|[khsing/laravel-world](https://github.com/khsing/laravel-world)|provide countries, states, and cities relations and database.|429|2024-05-05| |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!|426|2024-08-30| |125|[LasseRafn/php-initial-avatar-generator](https://github.com/LasseRafn/php-initial-avatar-generator)|Generate avatars with initials from user names.|419|2024-04-29| |126|[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|411|2024-10-09| |127|[likeyun/WeChat-Group-HuoMa](https://github.com/likeyun/WeChat-Group-HuoMa)|微信群二维码活码工具,生成微信群活码,随时可以切换二维码!|408|2024-08-30| |128|[modstart/ModStartCMS](https://github.com/modstart/ModStartCMS)|模块化内容管理系统 modstart.com|407|2024-09-27| |129|[xenocrat/chyrp-lite](https://github.com/xenocrat/chyrp-lite)|An ultra-lightweight blogging engine, written in PHP.|405|2024-10-09| |130|[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.|404|2024-06-08| |131|[jiix/xiunobbs](https://github.com/jiix/xiunobbs)|Xiuno BBS 是一款高性能轻论坛程序,采用 MIT 协议发布,您可以自由修改、派生版本、商用而不用担心任何法律风险。|393|2024-06-09| |132|[stechstudio/laravel-zipstream](https://github.com/stechstudio/laravel-zipstream)|Easily create Zip files on-the-fly and provide a streaming download|385|2024-07-13| |133|[txperl/Story-for-Typecho](https://github.com/txperl/Story-for-Typecho)|Typecho Theme Story - 爱上你我的故事|385|2024-08-20| |134|[ijry/uiadmin](https://github.com/ijry/uiadmin)|零云®UiAdmin是一套渐进式模块化开源后台,采用前后端分离技术,数据交互采用json格式,功能低耦合高内聚;核心模块支持系统设置、权限管理、用户管理、菜单管理、API管理等功能;我们按照统一的API风格,开发了支持spring-boot3.0、Flask、Express、thinkphp8.0、laravel9.0、Hyperf3.0版本的后端实现。|376|2024-09-21| |135|[tznb1/TwoNav](https://github.com/tznb1/TwoNav)|TwoNav 第二代云导航 云书签管理系统|361|2024-07-30| |136|[caiweiming/DolphinPHP](https://github.com/caiweiming/DolphinPHP)|海豚PHP——基于ThinkPHP5.1.42LTS的快速开发框架|359|2024-08-30| |137|[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.|356|2024-08-24| |138|[TencentCloud/tencentcloud-sdk-php](https://github.com/TencentCloud/tencentcloud-sdk-php)|Tencent Cloud API 3.0 SDK for PHP|351|2024-10-10| |139|[txperl/Moricolor-for-Typecho](https://github.com/txperl/Moricolor-for-Typecho)|Typecho Theme Moricolor - 森之色|351|2024-08-19| |140|[eddy8/LightCMS](https://github.com/eddy8/LightCMS)|LightCMS 是一个基于 Laravel 开发的轻量级 CMS 系统,也可以作为一个通用的后台管理框架使用。A lightweight cms/admin framework powered by Laravel.|350|2024-07-23| |141|[iiDestiny/laravel-filesystem-oss](https://github.com/iiDestiny/laravel-filesystem-oss)|:floppy_disk: Oss storage filesystem for Laravel.|350|2024-04-30| |142|[netcccyun/dnsmgr](https://github.com/netcccyun/dnsmgr)|彩虹聚合DNS管理系统|342|2024-10-11| |143|[dtm-php/dtm-client](https://github.com/dtm-php/dtm-client)|A PHP coroutine client for distributed transaction manager DTM. 分布式事务管理器 DTM 的 PHP 协程客户端|341|2024-07-09| |144|[aazooo/zjmf](https://github.com/aazooo/zjmf)|魔方财务和魔方云系统开心扩展|336|2024-09-27| |145|[bunian/tianzigebishun](https://github.com/bunian/tianzigebishun)|田字格笔顺生成|332|2024-08-14| |146|[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.|332|2024-10-09| |147|[HuolalaTech/hll-wp-glog](https://github.com/HuolalaTech/hll-wp-glog)|Glog is a cross platform high-performance log library developed by Huolala.|319|2024-07-15| |148|[lokielse/omnipay-wechatpay](https://github.com/lokielse/omnipay-wechatpay)|(微信支付)WeChatPay driver for the Omnipay PHP payment processing library|315|2024-08-03| |149|[lpilp/phpsm2sm3sm4](https://github.com/lpilp/phpsm2sm3sm4)|php版本,支持国密SM2的签名算法,非对称加解密,SM3的hash, SM4的对称加解密|308|2024-09-24| |150|[bfengj/CTF](https://github.com/bfengj/CTF)|关于我在CTF中的所有东西|307|2024-09-19| |151|[witersen/SvnAdminV2.0](https://github.com/witersen/SvnAdminV2.0)|基于web的SVN管理系统,支持HTTP协议、SVN协议、支持LDAP认证、Docker部署|307|2024-10-06| |152|[hunzhiwange/queryphp](https://github.com/hunzhiwange/queryphp)|++🔥High Performance PHP Progressive Framework.|307|2024-09-17| |153|[USTC-Hackergame/hackergame2022-writeups](https://github.com/USTC-Hackergame/hackergame2022-writeups)|Hackergame 2022 的官方与非官方题解|306|2024-08-18| |154|[funson86/funboot](https://github.com/funson86/funboot)|基于Yii2的Saas快速开发平台,内置多商户并内置商城、论坛、CMS等子系统。Yii2/Mysql/Mongodb/Redis/Elasticsearch/SnowFlake雪花算法ID生成 RBAC动态权限 数据权限 定时任务 日志/消息 代码生成Gii升级|303|2024-05-09| |155|[deatil/larke-admin](https://github.com/deatil/larke-admin)| larke-admin 是一套使用 Laravel 、JWT 和 RBAC 鉴权的前后端分离的通用后台管理系统。/ An admin api system with Laravel, JWT and RBAC.|292|2024-08-06| |156|[SomeBottle/OdIndex](https://github.com/SomeBottle/OdIndex)|Somebottle's Onedrive Directory Index|281|2024-07-03| |157|[pupuk/address](https://github.com/pupuk/address)|纯PHP版,收货地址智能解析,不需要数据库支持,简单易用。可解析(身份证号,电话,座机,区号,拆分省+市+区+街道地址)|266|2024-04-17| |158|[whitebearcode/typecho-bearsimple](https://github.com/whitebearcode/typecho-bearsimple)|一款简洁大方的Typecho主题|265|2024-10-10| |159|[masterking32/WoWSimpleRegistration](https://github.com/masterking32/WoWSimpleRegistration)|Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos|259|2024-10-05| |160|[kkokk/poster](https://github.com/kkokk/poster)|PHP 海报生成、图片验证、HTML转图片,极速生成方便快捷。快速生成海报、生成签到日、生成二维码、合成二维码、图片添加水印、图片水印、水印|256|2024-08-14| |161|[Mosasauroidea/GazellePW](https://github.com/Mosasauroidea/GazellePW)|Movie-based Gazelle|249|2024-09-08| |162|[jiannei/laravel-response](https://github.com/jiannei/laravel-response)|🤖 Provide a standardized and unified response data structure for Laravel and Lumen API projects. - 为 Laravel 和 Lumen API 项目提供一个规范统一的响应数据结构。|242|2024-09-10| |163|[iamxjb/rest-api-to-miniprogram](https://github.com/iamxjb/rest-api-to-miniprogram)|REST API TO MiniProgram 为小程序提供 rest api 支持|241|2024-10-02| |164|[jack15083/laravel-admin](https://github.com/jack15083/laravel-admin)|基于laravel + vue + element ui 的后台管理系统,自带权限管理系统|241|2024-07-23| |165|[easychen/LazyRest4](https://github.com/easychen/LazyRest4)|基于Web界面的Rest风格API生成器For LazyPHP4|241|2024-09-10| |166|[putyy/chatgpt](https://github.com/putyy/chatgpt)|一款chatgpt应用,支持打包小程序、H5、App,基于hyperf、MineAdmin、uniapp 实现!|226|2024-07-09| |167|[phpzlc/phpzlc](https://github.com/phpzlc/phpzlc)|PHPZlc是基于Symfony的脚手架工具|225|2024-09-04| |168|[hyperf/gotask](https://github.com/hyperf/gotask)|⚡️ A lightning speed replacement for Swoole TaskWorker in Go |223|2024-07-31| |169|[aliyun/openapi-sdk-php-client](https://github.com/aliyun/openapi-sdk-php-client)|Official repository of the Alibaba Cloud Client for PHP|220|2024-09-12| |170|[giterlizzi/dokuwiki-template-bootstrap3](https://github.com/giterlizzi/dokuwiki-template-bootstrap3)|Bootstrap-based template for DokuWiki|220|2024-10-08| |171|[Jader/PcmToWav](https://github.com/Jader/PcmToWav)|:musical_note: PHP 实现 PCM 格式音波文件转 WAV 格式音频文件|215|2024-05-31| |172|[yybawang/laravel-ebank](https://github.com/yybawang/laravel-ebank)|:robot: 电商类站内虚拟积分与聚合支付解决方案|212|2024-08-02| |173|[zeromicro/goctl-swagger](https://github.com/zeromicro/goctl-swagger)|-|211|2024-08-08| |174|[guanguans/ai-commit](https://github.com/guanguans/ai-commit)|Automagically generate conventional git commit messages with AI. - 使用 AI 自动生成约定式 git 提交信息。|210|2024-10-10| |175|[justmd5/pinduoduo-sdk](https://github.com/justmd5/pinduoduo-sdk)|拼多多API SDK【多多客|多多进宝&拼多多开放平台】|210|2024-05-16| |176|[netcccyun/pan](https://github.com/netcccyun/pan)|彩虹外链网盘|206|2024-07-18| |177|[walkor/mqtt](https://github.com/walkor/mqtt)|Asynchronous MQTT client for PHP based on workerman.|205|2024-06-04| |178|[zjkal/time-helper](https://github.com/zjkal/time-helper)|一个简单快捷的PHP日期时间助手类库。 a smart PHP datetime helper library.|197|2024-10-04| |179|[Fenguoz/tron-php](https://github.com/Fenguoz/tron-php)|Support TRON's TRX and TRC20, which include functions such as address creation, balance query, transaction transfer, query the latest blockchain, query information based on the blockchain, and query i ...|197|2024-08-17| |180|[codeigniter4/translations](https://github.com/codeigniter4/translations)|System message translations for CodeIgniter4|197|2024-09-12| |181|[dannyhu926/phone_location](https://github.com/dannyhu926/phone_location)|手机号码归属地数据库,运营商,邮编,区号|197|2024-06-21| |182|[top-think/think-worker](https://github.com/top-think/think-worker)|Workerman extend for ThinkPHP|195|2024-06-04| |183|[jimersylee/Andromeda](https://github.com/jimersylee/Andromeda)|This is a php framework,apply Di,Ioc,这是我写的一个使用了Di和Ioc的php框架|191|2024-06-11| |184|[guanguans/laravel-soar](https://github.com/guanguans/laravel-soar)|SQL optimizer and rewriter for laravel. - laravel 的 SQL 优化器和重写器。|189|2024-08-16| |185|[top-think/think-throttle](https://github.com/top-think/think-throttle)|thinkphp 限制访问频率的中间件|184|2024-04-15| |186|[tencentyun/cos-php-sdk-v5](https://github.com/tencentyun/cos-php-sdk-v5)|cos-php-sdk-v5|181|2024-08-15| |187|[duxweb/duxcms](https://github.com/duxweb/duxcms)|💥 php 与 react 开发的中后台管理系统,基于 PHP8 与 ts 开发。Backend management system developed with PHP and React, based on PHP8 and TypeScript.|180|2024-09-30| |188|[hiouttime/dujiaoka](https://github.com/hiouttime/dujiaoka)|🦄独角数卡-优雅开源的自动售货系统|开源站长自动化售货解决方案、高效、稳定、快速!🚀🚀🎉🎉|174|2024-10-11| |189|[HGthecode/apidoc-php](https://github.com/HGthecode/apidoc-php)|基于PHP的注解生成API文档,兼容Laravel、ThinkPHP、Hyperf、Webman等框架;在线调试、Markdown文档、多应用/多版本、Mock数据、授权访问、接口生成器、代码生成器等众多实用功能,快来体验吧!|172|2024-08-13| |190|[54ayao/JSDMirror](https://github.com/54ayao/JSDMirror)|一个免费面向中国境内外的高速jsdelivr镜像站|172|2024-10-11| |191|[mrgeneralgoo/typecho-markdown](https://github.com/mrgeneralgoo/typecho-markdown)|A markdown parse plugin for typecho.|172|2024-08-16| |192|[Cherry-toto/jizhicms](https://github.com/Cherry-toto/jizhicms)|极致CMS(以下简称:JIZHICMS)是一款开源免费,无商业授权的建站系统。|168|2024-09-17| |193|[guanguans/soar-php](https://github.com/guanguans/soar-php)|SQL optimizer and rewriter. - SQL 优化器、重写器(辅助 SQL 调优)。|167|2024-10-11| |194|[cwang22/buy-all-steam-games](https://github.com/cwang22/buy-all-steam-games)|see how much does it cost to buy all steam games|163|2024-09-24| |195|[Aabyss-Team/Antivirus-Scan](https://github.com/Aabyss-Team/Antivirus-Scan)|What AV? 一款轻量级的杀软在线识别的项目,持续更新ing|160|2024-10-01| |196|[karser/KarserRecaptcha3Bundle](https://github.com/karser/KarserRecaptcha3Bundle)|Google ReCAPTCHA v3 for Symfony|160|2024-05-03| |197|[tealang/tea](https://github.com/tealang/tea)|Programming is like drinking tea.|157|2024-09-23| |198|[zhamao-robot/zhamao-framework](https://github.com/zhamao-robot/zhamao-framework)|协程、高性能、灵活的聊天机器人 & Web 开发框架(炸毛框架)|157|2024-10-02| |199|[alphasnow/aliyun-oss-laravel](https://github.com/alphasnow/aliyun-oss-laravel)|Alibaba Cloud Object Storage Service For Laravel. 阿里云对象存储服务扩展包, 支持最新版的Laravel. |153|2024-06-14| |200|[6tail/lunar-php](https://github.com/6tail/lunar-php)|日历、公历(阳历)、农历(阴历、老黄历)、佛历、道历,支持节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道黑道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar.|153|2024-08-26|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Pascal.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Pascal 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[cnpack/cnwizards](https://github.com/cnpack/cnwizards)|CnPack IDE Wizards|573|2024-10-10| |2|[LongDirtyAnimAlf/fpcupdeluxe](https://github.com/LongDirtyAnimAlf/fpcupdeluxe)|A GUI based installer for FPC and Lazarus|492|2024-10-08| |3|[cnpack/cnvcl](https://github.com/cnpack/cnvcl)|CnPack VCL Components|337|2024-10-11| |4|[yangyxd/FMXUI](https://github.com/yangyxd/FMXUI)|FMX跨平台基础UI库|262|2024-09-21| |5|[digao-dalpiaz/DzHTMLText](https://github.com/digao-dalpiaz/DzHTMLText)|Delphi and Lazarus HTML Label component|186|2024-10-03| |6|[artem78/AutoScreenshot](https://github.com/artem78/AutoScreenshot)|Automatic screenshot maker|122|2024-05-09| |7|[DelphiTeacher/OrangeFreeSDK](https://github.com/DelphiTeacher/OrangeFreeSDK)|免费的三方SDK|57|2024-06-21| |8|[PassByYou888/ZNet](https://github.com/PassByYou888/ZNet)|ZNet is supported by future P2P VM, big data, cloud servers, and SAAS systems|53|2024-09-23| |9|[huzgd/ezdml](https://github.com/huzgd/ezdml)|Lightweight data modeling and design tool (超轻量级的数据建模表结构设计工具)|46|2024-09-28| |10|[xenli/OneDelphi](https://github.com/xenli/OneDelphi)|OneDelphi是叫兽(FLM)QQ:378464060基于Delphi IDE开发的三层中间件,开源免费,支持MVC及传统DataSet框架,使用的是Mormot2的HTTP通讯。【OnePascal开源群】:814696487|39|2024-05-08| |11|[terrylao/PascalContainer](https://github.com/terrylao/PascalContainer)|advanced data structure in Pascal, include B-Tree,B+-Tree,B*-Tree,T-Tree,HashMap,priority queue,red-black-Tree,AVL-tree,Quad-Tree,SkipList,Sortable Single Linklist,Sort Function,LockFreeQueue,nth_ele ...|38|2024-06-25| |12|[msfm2018/WinBarDock](https://github.com/msfm2018/WinBarDock)|模仿 MacOSX Dock 效率软件 打造国产 ObjectDock 桌面助手|19|2024-09-14| |13|[abcjingtong/HCView_Pascal](https://github.com/abcjingtong/HCView_Pascal)|一个类似word或wps用于文字排版相关功能的控件,有Delphi、C#、Html5、C++四个版本。|8|2024-09-24| |14|[cityboat888/OnePascal](https://github.com/cityboat888/OnePascal)|OnePascal简介: OneDelphi是基于Delphi IDE开发的三层中间件, oneLaz是基于Lazaus IDE开发的三层中间件, OneUniApp是基于HBuilderX IDE开发的多端合一app 中间件支持MVC及传统DataSet框架,这个版本是在源码的基础上(放弃mormot)使用Delphi-Cross-Socket作为HTTP通讯|5|2024-04-16| |15|[axpokl/display](https://github.com/axpokl/display)|Display单元库|5|2024-06-28| |16|[szlbz/DataSetDelta](https://github.com/szlbz/DataSetDelta)|为lazarus增加类似delphi TClientDataSet的Delta功能|4|2024-09-25| |17|[dmznlin/mini-soft](https://github.com/dmznlin/mini-soft)|用于管理日常开发的小型系统|4|2024-04-19|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Perl.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Perl 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[OpenKore/openkore](https://github.com/OpenKore/openkore)|A free/open source client and automation tool for Ragnarok Online|1279|2024-09-17| |2|[webmin/authentic-theme](https://github.com/webmin/authentic-theme)|Official theme for the best server management panel of the 21st Century|947|2024-10-08| |3|[openresty/test-nginx](https://github.com/openresty/test-nginx)|Data-driven test scaffold for Nginx C module and OpenResty Lua library development|440|2024-08-06| |4|[wisdomfusion/qqwry.dat](https://github.com/wisdomfusion/qqwry.dat)|纯真IP地址数据库镜像,mirror of qqwry.dat|392|2024-09-19| |5|[ko-ichi-h/khcoder](https://github.com/ko-ichi-h/khcoder)|KH Coder: for Quantitative Content Analysis or Text Mining|305|2024-10-11| |6|[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|281|2024-10-11| |7|[leolovenet/qqwry2mmdb](https://github.com/leolovenet/qqwry2mmdb)|为 Wireshark 能使用纯真网络 IP 数据库(QQwry)而提供的格式转换工具|159|2024-10-01| |8|[isi-nlp/uroman](https://github.com/isi-nlp/uroman)|Universal Romanizer that can convert any unicode script to roman (latin) script|146|2024-07-26| |9|[openresty/lua-tablepool](https://github.com/openresty/lua-tablepool)|Lua table recycling pools for LuaJIT|111|2024-08-17| |10|[Gilwyad/mailnesia.com](https://github.com/Gilwyad/mailnesia.com)|Anonymous Email in Seconds|103|2024-08-15| |11|[duckduckgo/duckduckgo-locales](https://github.com/duckduckgo/duckduckgo-locales)|Translation files for duckduckgo.com|98|2024-10-11| |12|[esrrhs/pLua](https://github.com/esrrhs/pLua)|Lua 性能分析工具 Lua profiler tool like gperftools|92|2024-04-23| |13|[shangshanzhizhe/Work_flow_of_population_genetics](https://github.com/shangshanzhizhe/Work_flow_of_population_genetics)|整理常用的群体遗传学分析流程和脚本|92|2024-05-30| |14|[szabgab/perlmaven.com](https://github.com/szabgab/perlmaven.com)|The source files of the Perl Maven articles|68|2024-08-16| |15|[zhy201810576/ETagCN](https://github.com/zhy201810576/ETagCN)|基于Difegue编写的E-Hentai插件进行改良,结合EhTagTranslation项目提供的数据库转换来自E-Hentai上的英文标签为中文标签。|62|2024-06-17| |16|[Yanstory/tpZHCNex](https://github.com/Yanstory/tpZHCNex)|thpatch zh-hans extra patches (Beta)|18|2024-06-18| |17|[g0v/people-in-news](https://github.com/g0v/people-in-news)|公眾人物新聞的追蹤|17|2024-05-04| |18|[kbnote/slowsql-analysis](https://github.com/kbnote/slowsql-analysis)|分析mysql的慢查询可视化分析|7|2024-04-16| |19|[KiWinger/IYUUPlus-Allinone](https://github.com/KiWinger/IYUUPlus-Allinone)|基于IYUUPlus-Dev原版,优化安装流程并整合为一体包,无需安装其他任何文件即可运行IYUUPlus。|6|2024-07-14| |20|[abbypan/Novel-Robot](https://github.com/abbypan/Novel-Robot)|download novel / forum thread, 小说/论坛下载器|5|2024-08-08| |21|[gmd20/exercises](https://github.com/gmd20/exercises)|写过一些练习或者小工具,小代码片段等|4|2024-05-31| |22|[electricface/script-tool](https://github.com/electricface/script-tool)|简单的脚本工具|4|2024-08-23| |23|[YoseR1cho/steamcommunity_302_V12.0.4](https://github.com/YoseR1cho/steamcommunity_302_V12.0.4)|集成多种功能steam工具箱 支持github加速|3|2024-07-12| |24|[zetaraku/akimono-archive](https://github.com/zetaraku/akimono-archive)|Recovered source code of the CGI game 商人物語|3|2024-04-29| |25|[makotoga/o-dic](https://github.com/makotoga/o-dic)|沖縄辞書|2|2024-05-23|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Python.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Python 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[huggingface/transformers](https://github.com/huggingface/transformers)|🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.|133228|2024-10-11| |2|[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 ...|64705|2024-10-11| |3|[3b1b/manim](https://github.com/3b1b/manim)|Animation engine for explanatory math videos|63236|2024-10-10| |4|[ageitgey/face_recognition](https://github.com/ageitgey/face_recognition)|The world's simplest facial recognition api for Python and the command line|53101|2024-08-21| |5|[ultralytics/yolov5](https://github.com/ultralytics/yolov5)|YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite|50158|2024-10-11| |6|[Textualize/rich](https://github.com/Textualize/rich)|Rich is a Python library for rich text and beautiful formatting in the terminal.|49146|2024-10-11| |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 ...|43163|2024-10-10| |8|[THUDM/ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B)|ChatGLM-6B: An Open Bilingual Dialogue Language Model 开源双语对话语言模型|40491|2024-06-27| |9|[hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI)|Making large AI models cheaper, faster and more accessible|38723|2024-10-11| |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.|36633|2024-10-06| |11|[microsoft/DeepSpeed](https://github.com/microsoft/DeepSpeed)|DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.|35050|2024-10-10| |12|[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)|33910|2024-10-02| |13|[LC044/WeChatMsg](https://github.com/LC044/WeChatMsg)|提取微信聊天记录,将其导出成HTML、Word、Excel文档永久保存,对聊天记录进行分析生成年度聊天报告,用聊天数据训练专属于个人的AI聊天助手|33793|2024-09-23| |14|[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|33665|2024-10-08| |15|[fxsjy/jieba](https://github.com/fxsjy/jieba)|结巴中文分词|33184|2024-08-21| |16|[All-Hands-AI/OpenHands](https://github.com/All-Hands-AI/OpenHands)|🙌 OpenHands: Code Less, Make More|32894|2024-10-11| |17|[gradio-app/gradio](https://github.com/gradio-app/gradio)|Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!|32775|2024-10-11| |18|[hiyouga/LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)|Unified Efficient Fine-Tuning of 100+ LLMs (ACL 2024)|32236|2024-10-11| |19|[sqlmapproject/sqlmap](https://github.com/sqlmapproject/sqlmap)|Automatic SQL injection and database takeover tool|32225|2024-09-25| |20|[2noise/ChatTTS](https://github.com/2noise/ChatTTS)|A generative speech model for daily dialogue.|31399|2024-10-10| |21|[zhayujie/chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat)|基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择GPT3.5/GPT-4o/GPT-o1/ Claude/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Claude/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。|30419|2024-09-26| |22|[ultralytics/ultralytics](https://github.com/ultralytics/ultralytics)|Ultralytics YOLO11 🚀|30255|2024-10-11| |23|[open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection)|OpenMMLab Detection Toolbox and Benchmark|29286|2024-08-21| |24|[myshell-ai/OpenVoice](https://github.com/myshell-ai/OpenVoice)|Instant voice cloning by MIT and MyShell.|29107|2024-08-21| |25|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.|28008|2024-08-06| |26|[hiroi-sora/Umi-OCR](https://github.com/hiroi-sora/Umi-OCR)|OCR software, free and offline. 开源、免费的离线OCR软件。支持截屏/批量导入图片,PDF文档识别,排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。|26265|2024-10-09| |27|[jumpserver/jumpserver](https://github.com/jumpserver/jumpserver)|An open-source PAM tool alternative to CyberArk. 广受欢迎的开源堡垒机。|25274|2024-10-11| |28|[vnpy/vnpy](https://github.com/vnpy/vnpy)|基于Python的开源量化交易平台开发框架|24993|2024-10-10| |29|[celery/celery](https://github.com/celery/celery)|Distributed Task Queue (development branch)|24650|2024-10-09| |30|[RVC-Project/Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)|Easily train a good VC model with voice data <= 10 mins!|23687|2024-09-05| |31|[taosdata/TDengine](https://github.com/taosdata/TDengine)|High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios|23311|2024-10-11| |32|[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.|22657|2024-07-25| |33|[chatanywhere/GPT_API_free](https://github.com/chatanywhere/GPT_API_free)|Free ChatGPT API Key,免费ChatGPT API,支持GPT4 API(免费),ChatGPT国内可用免费转发API,直连无需代理。可以搭配ChatBox等软件/插件使用,极大降低接口使用成本。国内即可无限制畅快聊天。|22226|2024-09-26| |34|[PaddlePaddle/Paddle](https://github.com/PaddlePaddle/Paddle)|PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)|22136|2024-10-11| |35|[hpcaitech/Open-Sora](https://github.com/hpcaitech/Open-Sora)|Open-Sora: Democratizing Efficient Video Production for All|21838|2024-08-09| |36|[jhao104/proxy_pool](https://github.com/jhao104/proxy_pool)|Python ProxyPool for web spider|21429|2024-09-10| |37|[521xueweihan/GitHub520](https://github.com/521xueweihan/GitHub520)|:kissing_heart: 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。(无需安装)|21219|2024-10-11| |38|[reflex-dev/reflex](https://github.com/reflex-dev/reflex)|🕸️ Web apps in pure Python 🐍|19683|2024-10-10| |39|[infiniflow/ragflow](https://github.com/infiniflow/ragflow)|RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.|19078|2024-10-11| |40|[recommenders-team/recommenders](https://github.com/recommenders-team/recommenders)|Best Practices on Recommendation Systems|18943|2024-10-09| |41|[ymcui/Chinese-LLaMA-Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca)|中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)|18261|2024-04-30| |42|[Jack-Cherish/python-spider](https://github.com/Jack-Cherish/python-spider)|:rainbow:Python3网络爬虫实战:淘宝、京东、网易云、B站、12306、抖音、笔趣阁、漫画小说下载、音乐电影下载等|18138|2024-08-19| |43|[VikParuchuri/marker](https://github.com/VikParuchuri/marker)|Convert PDF to markdown quickly with high accuracy|16925|2024-09-07| |44|[binux/pyspider](https://github.com/binux/pyspider)|A Powerful Spider(Web Crawler) System in Python.|16482|2024-04-30| |45|[harry0703/MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo)|利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.|16431|2024-07-26| |46|[THUDM/ChatGLM2-6B](https://github.com/THUDM/ChatGLM2-6B)|ChatGLM2-6B: An Open Bilingual Chat LLM 开源双语对话语言模型|15704|2024-06-27| |47|[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.|15187|2024-09-25| |48|[ScrapeGraphAI/Scrapegraph-ai](https://github.com/ScrapeGraphAI/Scrapegraph-ai)|Python scraper based on AI|14829|2024-10-11| |49|[pyecharts/pyecharts](https://github.com/pyecharts/pyecharts)|🎨 Python Echarts Plotting Library|14829|2024-10-09| |50|[pjialin/py12306](https://github.com/pjialin/py12306)|🚂 12306 购票助手,支持集群,多账号,多任务购票以及 Web 页面管理 |14391|2024-05-10| |51|[assafelovic/gpt-researcher](https://github.com/assafelovic/gpt-researcher)|LLM based autonomous agent that does online comprehensive research on any given topic|14361|2024-10-11| |52|[tgbot-collection/YYeTsBot](https://github.com/tgbot-collection/YYeTsBot)|🎬 人人影视 机器人和网站,包含人人影视全部资源以及众多网友的网盘分享|14183|2024-07-21| |53|[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.|14006|2024-07-03| |54|[QwenLM/Qwen](https://github.com/QwenLM/Qwen)|The official repo of Qwen (通义千问) chat & pretrained large language model proposed by Alibaba Cloud.|13673|2024-09-24| |55|[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|13463|2024-10-08| |56|[dmlc/dgl](https://github.com/dmlc/dgl)|Python package built to ease deep learning on graph, on top of existing DL frameworks.|13437|2024-10-11| |57|[THUDM/ChatGLM3](https://github.com/THUDM/ChatGLM3)|ChatGLM3 series: Open Bilingual Chat LLMs 开源双语对话语言模型|13382|2024-07-10| |58|[fishaudio/fish-speech](https://github.com/fishaudio/fish-speech)|Brand new TTS solution|13210|2024-10-11| |59|[Kanaries/pygwalker](https://github.com/Kanaries/pygwalker)|PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis|12886|2024-10-02| |60|[Sinaptik-AI/pandas-ai](https://github.com/Sinaptik-AI/pandas-ai)|Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.|12868|2024-09-25| |61|[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)【安全加固,暂停交互,请耐心等待】|12693|2024-08-07| |62|[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.|12662|2024-10-11| |63|[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 ...|12507|2024-09-23| |64|[KwaiVGI/LivePortrait](https://github.com/KwaiVGI/LivePortrait)|Bring portraits to life!|12249|2024-10-07| |65|[OpenBMB/MiniCPM-V](https://github.com/OpenBMB/MiniCPM-V)|MiniCPM-V 2.6: A GPT-4V Level MLLM for Single Image, Multi Image and Video on Your Phone|12218|2024-09-13| |66|[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, ...|12022|2024-10-11| |67|[OpenMOSS/MOSS](https://github.com/OpenMOSS/MOSS)|An open-source tool-augmented conversational language model from Fudan University|11928|2024-07-13| |68|[bbfamily/abu](https://github.com/bbfamily/abu)|阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构|11909|2024-05-29| |69|[NVIDIA/NeMo](https://github.com/NVIDIA/NeMo)|A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech)|11769|2024-10-11| |70|[netease-youdao/QAnything](https://github.com/netease-youdao/QAnything)|Question and Answer based on Anything.|11604|2024-09-27| |71|[PKU-YuanGroup/Open-Sora-Plan](https://github.com/PKU-YuanGroup/Open-Sora-Plan)|This project aim to reproduce Sora (Open AI T2V model), we wish the open source community contribute to this project.|11314|2024-10-08| |72|[Zeyi-Lin/HivisionIDPhotos](https://github.com/Zeyi-Lin/HivisionIDPhotos)|⚡️HivisionIDPhotos: a lightweight and efficient AI ID photos tools. 一个轻量级的AI证件照制作算法。|11202|2024-09-28| |73|[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 ...|10999|2024-10-09| |74|[1Panel-dev/MaxKB](https://github.com/1Panel-dev/MaxKB)|🚀 基于大语言模型和 RAG 的知识库问答系统。开箱即用、模型中立、灵活编排,支持快速嵌入到第三方业务系统。|10775|2024-10-11| |75|[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. ...|10690|2024-10-11| |76|[guoyww/AnimateDiff](https://github.com/guoyww/AnimateDiff)|Official implementation of AnimateDiff.|10388|2024-07-31| |77|[asweigart/pyautogui](https://github.com/asweigart/pyautogui)|A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.|10261|2024-08-20| |78|[VikParuchuri/surya](https://github.com/VikParuchuri/surya)|OCR, layout analysis, reading order, table recognition in 90+ languages|10247|2024-10-08| |79|[ultralytics/yolov3](https://github.com/ultralytics/yolov3)|YOLOv3 in PyTorch > ONNX > CoreML > TFLite|10176|2024-10-11| |80|[RUCAIBox/LLMSurvey](https://github.com/RUCAIBox/LLMSurvey)|The official GitHub page for the survey paper "A Survey of Large Language Models".|10175|2024-08-20| |81|[kornia/kornia](https://github.com/kornia/kornia)|Geometric Computer Vision Library for Spatial AI|9874|2024-10-11| |82|[sml2h3/ddddocr](https://github.com/sml2h3/ddddocr)|带带弟弟 通用验证码识别OCR pypi版|9786|2024-07-25| |83|[BlinkDL/ChatRWKV](https://github.com/BlinkDL/ChatRWKV)|ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.|9396|2024-07-11| |84|[fudan-generative-vision/hallo](https://github.com/fudan-generative-vision/hallo)|Hallo: Hierarchical Audio-Driven Visual Synthesis for Portrait Image Animation|9290|2024-09-14| |85|[akfamily/akshare](https://github.com/akfamily/akshare)|AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库|9151|2024-10-11| |86|[ParthJadhav/Tkinter-Designer](https://github.com/ParthJadhav/Tkinter-Designer)|An easy and fast way to create a Python GUI 🐍|9074|2024-08-21| |87|[LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)|Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.|9064|2024-10-09| |88|[Jack-Cherish/Machine-Learning](https://github.com/Jack-Cherish/Machine-Learning)|:zap:机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归|9026|2024-07-12| |89|[Evil0ctal/Douyin_TikTok_Download_API](https://github.com/Evil0ctal/Douyin_TikTok_Download_API)|🚀「Douyin_TikTok_Download_API」是一个开箱即用的高性能异步抖音、快手、TikTok、Bilibili数据爬取工具,支持API调用,在线批量解析及下载。|8902|2024-09-26| |90|[hoochanlon/hamulete](https://github.com/hoochanlon/hamulete)|🏔️国立台湾大学、新加坡国立大学、早稻田大学、东京大学,中央研究院(台湾)以及中国重点高校及科研机构,社科、经济、数学、博弈论、哲学、系统工程类学术论文等知识库。|8899|2024-10-09| |91|[facebookresearch/nougat](https://github.com/facebookresearch/nougat)|Implementation of Nougat Neural Optical Understanding for Academic Documents|8855|2024-04-16| |92|[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.|8731|2024-10-10| |93|[dataelement/bisheng](https://github.com/dataelement/bisheng)|BISHENG is an open LLM devops platform for next generation Enterprise AI applications. Powerful and comprehensive features include: GenAI workflow, RAG, Agent, Unified model management, Evaluation, SF ...|8662|2024-10-11| |94|[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 ...|8615|2024-10-10| |95|[rwv/chinese-dos-games](https://github.com/rwv/chinese-dos-games)|🎮 Chinese DOS games collections.|8603|2024-08-07| |96|[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|8590|2024-08-03| |97|[vvbbnn00/WARP-Clash-API](https://github.com/vvbbnn00/WARP-Clash-API)|该项目可以让你通过订阅的方式使用Cloudflare WARP+,自动获取流量。This project enables you to use Cloudflare WARP+ through subscription, automatically acquiring traffic.|8458|2024-09-04| |98|[dataabc/weiboSpider](https://github.com/dataabc/weiboSpider)|新浪微博爬虫,用python爬取新浪微博数据|8348|2024-05-21| |99|[shmilylty/OneForAll](https://github.com/shmilylty/OneForAll)|OneForAll是一款功能强大的子域收集工具|8243|2024-08-29| |100|[OptimalScale/LMFlow](https://github.com/OptimalScale/LMFlow)|An Extensible Toolkit for Finetuning and Inference of Large Foundation Models. Large Models for All.|8237|2024-10-05| |101|[AirtestProject/Airtest](https://github.com/AirtestProject/Airtest)|UI Automation Framework for Games and Apps|8199|2024-10-09| |102|[THUDM/CodeGeeX](https://github.com/THUDM/CodeGeeX)|CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)|8177|2024-08-13| |103|[yutiansut/QUANTAXIS](https://github.com/yutiansut/QUANTAXIS)|QUANTAXIS 支持任务调度 分布式部署的 股票/期货/期权 数据/回测/模拟/交易/可视化/多账户 纯本地量化解决方案|8150|2024-08-30| |104|[open-mmlab/mmsegmentation](https://github.com/open-mmlab/mmsegmentation)|OpenMMLab Semantic Segmentation Toolbox and Benchmark.|8137|2024-08-13| |105|[activeloopai/deeplake](https://github.com/activeloopai/deeplake)|Database for AI. Store Vectors, Images, Texts, Videos, etc. Use with LLMs/LangChain. Store, query, version, & visualize any AI data. Stream data in real-time to PyTorch/TensorFlow. https://activeloop. ...|8088|2024-10-09| |106|[OpenBMB/XAgent](https://github.com/OpenBMB/XAgent)|An Autonomous LLM Agent for Complex Task Solving|8080|2024-08-12| |107|[THUDM/CogVideo](https://github.com/THUDM/CogVideo)|text and image to video generation: CogVideoX (2024) and CogVideo (ICLR 2023)|7976|2024-10-10| |108|[g1879/DrissionPage](https://github.com/g1879/DrissionPage)|基于python的网页自动化工具。既能控制浏览器,也能收发数据包。可兼顾浏览器自动化的便利性和requests的高效率。功能强大,内置无数人性化设计和便捷功能。语法简洁而优雅,代码量少。|7957|2024-10-09| |109|[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. |7888|2024-08-16| |110|[fishaudio/Bert-VITS2](https://github.com/fishaudio/Bert-VITS2)|vits2 backbone with multilingual-bert|7887|2024-10-07| |111|[pdm-project/pdm](https://github.com/pdm-project/pdm)|A modern Python package and dependency manager supporting the latest PEP standards|7865|2024-10-11| |112|[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.|7862|2024-07-03| |113|[shidenggui/easytrader](https://github.com/shidenggui/easytrader)|提供同花顺客户端/国金/华泰客户端/雪球的基金、股票自动程序化交易以及自动打新,支持跟踪 joinquant /ricequant 模拟交易 和 实盘雪球组合, 量化交易组件|7861|2024-05-09| |114|[houtianze/bypy](https://github.com/houtianze/bypy)|Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘Python客户端|7855|2024-05-01| |115|[thu-ml/tianshou](https://github.com/thu-ml/tianshou)|An elegant PyTorch deep reinforcement learning library.|7848|2024-10-10| |116|[nl8590687/ASRT_SpeechRecognition](https://github.com/nl8590687/ASRT_SpeechRecognition)|A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统|7782|2024-09-26| |117|[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.|7740|2024-05-03| |118|[microsoft/UFO](https://github.com/microsoft/UFO)|A UI-Focused Agent for Windows OS Interaction.|7638|2024-09-25| |119|[THUDM/CodeGeeX2](https://github.com/THUDM/CodeGeeX2)|CodeGeeX2: A More Powerful Multilingual Code Generation Model|7622|2024-07-10| |120|[Morizeyao/GPT2-Chinese](https://github.com/Morizeyao/GPT2-Chinese)|Chinese version of GPT2 training code, using BERT tokenizer.|7452|2024-04-25| |121|[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界面的声音克隆工具,使用你的音色或任意声音来录制音频|7365|2024-08-22| |122|[wbt5/real-url](https://github.com/wbt5/real-url)|获取斗鱼&虎牙&哔哩哔哩&抖音&快手等 58 个直播平台的真实流媒体地址(直播源)和弹幕,直播源可在 PotPlayer、flv.js 等播放器中播放。|7345|2024-06-07| |123|[netease-youdao/EmotiVoice](https://github.com/netease-youdao/EmotiVoice)|EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine|7325|2024-08-13| |124|[lawlite19/MachineLearning_Python](https://github.com/lawlite19/MachineLearning_Python)|机器学习算法python实现|7173|2024-05-20| |125|[mvdctop/Movie_Data_Capture](https://github.com/mvdctop/Movie_Data_Capture)|Local Movies Organizer|7129|2024-09-24| |126|[hust-open-atom-club/linux-insides-zh](https://github.com/hust-open-atom-club/linux-insides-zh)|Linux 内核揭秘|7123|2024-08-13| |127|[FlagOpen/FlagEmbedding](https://github.com/FlagOpen/FlagEmbedding)|Retrieval and Retrieval-augmented LLMs|7100|2024-10-10| |128|[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)|7068|2024-09-23| |129|[garrettj403/SciencePlots](https://github.com/garrettj403/SciencePlots)|Matplotlib styles for scientific plotting|7060|2024-09-10| |130|[taojy123/KeymouseGo](https://github.com/taojy123/KeymouseGo)|类似按键精灵的鼠标键盘录制和自动化操作 模拟点击和键入 automate mouse clicks and keyboard input|7050|2024-08-31| |131|[hunshcn/gh-proxy](https://github.com/hunshcn/gh-proxy)|github release、archive以及项目文件的加速项目|7017|2024-08-08| |132|[modelscope/modelscope](https://github.com/modelscope/modelscope)|ModelScope: bring the notion of Model-as-a-Service to life.|6900|2024-10-10| |133|[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 ...|6898|2024-08-06| |134|[PaddlePaddle/models](https://github.com/PaddlePaddle/models)|Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models and so on.|6896|2024-09-19| |135|[EleutherAI/gpt-neox](https://github.com/EleutherAI/gpt-neox)|An implementation of model parallel autoregressive transformers on GPUs, based on the Megatron and DeepSpeed libraries|6874|2024-10-11| |136|[LmeSzinc/AzurLaneAutoScript](https://github.com/LmeSzinc/AzurLaneAutoScript)|Azur Lane bot (CN/EN/JP/TW) 碧蓝航线脚本 无缝委托科研,全自动大世界|6793|2024-10-11| |137|[EstrellaXD/Auto_Bangumi](https://github.com/EstrellaXD/Auto_Bangumi)|AutoBangumi - 全自动追番工具|6787|2024-09-26| |138|[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 ...|6739|2024-07-21| |139|[marimo-team/marimo](https://github.com/marimo-team/marimo)|A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git. |6694|2024-10-11| |140|[deepseek-ai/DeepSeek-Coder](https://github.com/deepseek-ai/DeepSeek-Coder)|DeepSeek Coder: Let the Code Write Itself|6654|2024-05-21| |141|[mli/autocut](https://github.com/mli/autocut)|用文本编辑器剪视频|6614|2024-10-05| |142|[liangliangyy/DjangoBlog](https://github.com/liangliangyy/DjangoBlog)|🍺基于Django的博客系统|6585|2024-10-08| |143|[thuml/Time-Series-Library](https://github.com/thuml/Time-Series-Library)|A Library for Advanced Deep Time Series Models.|6578|2024-09-29| |144|[intel-analytics/ipex-llm](https://github.com/intel-analytics/ipex-llm)|Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, Phi, MiniCPM, etc.) on Intel XPU (e.g., local PC with iGPU and NPU, discrete GPU such as Arc, Fl ...|6577|2024-10-11| |145|[Johnserf-Seed/TikTokDownload](https://github.com/Johnserf-Seed/TikTokDownload)|抖音去水印批量下载用户主页作品、喜欢、收藏、图文、音频|6555|2024-06-28| |146|[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.|6525|2024-10-03| |147|[Sitoi/dailycheckin](https://github.com/Sitoi/dailycheckin)|基于「Docker」/「青龙面板」/「群晖」的每日签到脚本(支持多账号)签到列表: |爱奇艺|全民K歌|有道云笔记|百度贴吧|Bilibili|V2EX|AcFun|什么值得买|阿里云盘|i茅台申购|小米运动|百度搜索资源平台|恩山论坛|奥拉星||6519|2024-10-08| |148|[openatx/uiautomator2](https://github.com/openatx/uiautomator2)|Android Uiautomator2 Python Wrapper|6498|2024-09-24| |149|[modelscope/DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio)|Enjoy the magic of Diffusion models!|6422|2024-10-11| |150|[jxxghp/MoviePilot](https://github.com/jxxghp/MoviePilot)|NAS媒体库自动化管理工具|6358|2024-10-11| |151|[linyiLYi/street-fighter-ai](https://github.com/linyiLYi/street-fighter-ai)|This is an AI agent for Street Fighter II Champion Edition.|6321|2024-05-14| |152|[InternLM/InternLM](https://github.com/InternLM/InternLM)|Official release of InternLM2.5 base and chat models. 1M context support|6301|2024-10-10| |153|[PaddlePaddle/ERNIE](https://github.com/PaddlePaddle/ERNIE)|Official implementations for various pre-training models of ERNIE-family, covering topics of Language Understanding & Generation, Multimodal Understanding & Generation, and beyond.|6299|2024-08-31| |154|[wzpan/wukong-robot](https://github.com/wzpan/wukong-robot)|🤖 wukong-robot 是一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目,支持ChatGPT多轮对话能力,还可能是首个支持脑机交互的开源智能音箱项目。|6259|2024-08-07| |155|[modelscope/FunASR](https://github.com/modelscope/FunASR)|A Fundamental End-to-End Speech Recognition Toolkit and Open Source SOTA Pretrained Models, Supporting Speech Recognition, Voice Activity Detection, Text Post-processing etc.|6257|2024-10-11| |156|[FQrabbit/SSTap-Rule](https://github.com/FQrabbit/SSTap-Rule)|支持更多游戏规则,让SSTap成为真正的“网游加速器”|6207|2024-10-10| |157|[yihong0618/xiaogpt](https://github.com/yihong0618/xiaogpt)|Play ChatGPT and other LLM with Xiaomi AI Speaker|6171|2024-10-11| |158|[jianchang512/ChatTTS-ui](https://github.com/jianchang512/ChatTTS-ui)|一个简单的本地网页界面,使用ChatTTS将文字合成为语音,同时支持对外提供API接口。A simple native web interface that uses ChatTTS to synthesize text into speech, along with support for external API interfaces.|6037|2024-08-29| |159|[firerpa/lamda](https://github.com/firerpa/lamda)|⚡️ Android reverse engineering & automation framework 史上最强安卓抓包/逆向/HOOK & 云手机/远程桌面/自动化取证 ALL-IN-ONE 框架,你的工作从未如此简单快捷。|6016|2024-10-07| |160|[hhyo/Archery](https://github.com/hhyo/Archery)|SQL 审核查询平台|6014|2024-10-11| |161|[skywind3000/ECDICT](https://github.com/skywind3000/ECDICT)|Free English to Chinese Dictionary Database|5943|2024-07-24| |162|[THUDM/CogVLM](https://github.com/THUDM/CogVLM)|a state-of-the-art-level open visual language model 多模态预训练模型|5935|2024-05-29| |163|[nonebot/nonebot2](https://github.com/nonebot/nonebot2)|跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python|5929|2024-10-10| |164|[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.|5926|2024-09-26| |165|[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. |5864|2024-10-09| |166|[open-mmlab/mmcv](https://github.com/open-mmlab/mmcv)|OpenMMLab Computer Vision Foundation|5851|2024-09-26| |167|[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 ...|5792|2024-05-29| |168|[clovaai/donut](https://github.com/clovaai/donut)|Official Implementation of OCR-free Document Understanding Transformer (Donut) and Synthetic Document Generator (SynthDoG), ECCV 2022|5757|2024-07-11| |169|[Python3WebSpider/ProxyPool](https://github.com/Python3WebSpider/ProxyPool)|An Efficient ProxyPool with Getter, Tester and Server|5728|2024-06-30| |170|[yangjianxin1/Firefly](https://github.com/yangjianxin1/Firefly)|Firefly: 大模型训练工具,支持训练Qwen2.5、Qwen2、Yi1.5、Phi-3、Llama3、Gemma、MiniCPM、Yi、Deepseek、Orion、Xverse、Mixtral-8x7B、Zephyr、Mistral、Baichuan2、Llma2、Llama、Qwen、Baichuan、ChatGLM2、InternLM、Ziya2、Vicuna、Bloom等大模型|5718|2024-09-19| |171|[OpenGVLab/InternVL](https://github.com/OpenGVLab/InternVL)|[CVPR 2024 Oral] InternVL Family: A Pioneering Open-Source Alternative to GPT-4o. 接近GPT-4o表现的开源多模态对话模型|5713|2024-09-19| |172|[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🔥|5706|2024-08-08| |173|[guofei9987/blind_watermark](https://github.com/guofei9987/blind_watermark)|Blind&Invisible Watermark ,图片盲水印,提取水印无须原图!|5689|2024-06-23| |174|[open-mmlab/mmpose](https://github.com/open-mmlab/mmpose)|OpenMMLab Pose Estimation Toolbox and Benchmark.|5686|2024-08-07| |175|[baichuan-inc/Baichuan-7B](https://github.com/baichuan-inc/Baichuan-7B)|A large-scale 7B pretraining language model developed by BaiChuan-Inc.|5671|2024-07-18| |176|[RayVentura/ShortGPT](https://github.com/RayVentura/ShortGPT)|🚀🎬 ShortGPT - Experimental AI framework for youtube shorts / tiktok channel automation|5656|2024-09-19| |177|[zhiyiYo/PyQt-Fluent-Widgets](https://github.com/zhiyiYo/PyQt-Fluent-Widgets)|A fluent design widgets library based on C++ Qt/PyQt/PySide. Make Qt Great Again.|5534|2024-10-01| |178|[shibing624/pycorrector](https://github.com/shibing624/pycorrector)|pycorrector is a toolkit for text error correction. 文本纠错,实现了Kenlm,T5,MacBERT,ChatGLM3,LLaMA等模型应用在纠错场景,开箱即用。|5529|2024-09-24| |179|[xaoyaoo/PyWxDump](https://github.com/xaoyaoo/PyWxDump)|获取微信信息;读取数据库,本地查看聊天记录并导出为csv、html等格式用于AI训练,自动回复等。支持多账户信息获取,支持所有微信版本。|5494|2024-10-11| |180|[wb14123/seq2seq-couplet](https://github.com/wb14123/seq2seq-couplet)|Play couplet with seq2seq model. 用深度学习对对联。|5481|2024-07-25| |181|[FunAudioLLM/CosyVoice](https://github.com/FunAudioLLM/CosyVoice)|Multi-lingual large voice generation model, providing inference, training and deployment full-stack ability.|5437|2024-09-29| |182|[PaddlePaddle/PaddleClas](https://github.com/PaddlePaddle/PaddleClas)|A treasure chest for visual classification and recognition powered by PaddlePaddle|5418|2024-09-30| |183|[ricequant/rqalpha](https://github.com/ricequant/rqalpha)|A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities|5344|2024-09-12| |184|[open-mmlab/mmdetection3d](https://github.com/open-mmlab/mmdetection3d)|OpenMMLab's next-generation platform for general 3D object detection.|5227|2024-07-10| |185|[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 ...|5223|2024-06-23| |186|[Upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant)|Intelligence development framework in python for your product like Apple Intelligence|5216|2024-09-10| |187|[Rockyzsu/stock](https://github.com/Rockyzsu/stock)|30天掌握量化交易 (持续更新)|5204|2024-10-05| |188|[wepe/MachineLearning](https://github.com/wepe/MachineLearning)|Basic Machine Learning and Deep Learning|5196|2024-06-15| |189|[Ucas-HaoranWei/GOT-OCR2.0](https://github.com/Ucas-HaoranWei/GOT-OCR2.0)|Official code implementation of General OCR Theory: Towards OCR-2.0 via a Unified End-to-end Model|5185|2024-10-11| |190|[z1069614715/objectdetection_script](https://github.com/z1069614715/objectdetection_script)|一些关于目标检测的脚本的改进思路代码,详细请看readme.md|5183|2024-10-07| |191|[yuanxiaosc/DeepImage-an-Image-to-Image-technology](https://github.com/yuanxiaosc/DeepImage-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 ...|5170|2024-05-22| |192|[adithya-s-k/omniparse](https://github.com/adithya-s-k/omniparse)|Ingest, parse, and optimize any data format ➡️ from documents to multimedia ➡️ for enhanced compatibility with GenAI frameworks|5142|2024-09-23| |193|[kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scripts)|-|5073|2024-10-11| |194|[xorbitsai/inference](https://github.com/xorbitsai/inference)|Replace OpenAI GPT with another LLM in your app by changing a single line of code. Xinference gives you the freedom to use any LLM you need. With Xinference, you're empowered to run inference with any ...|5049|2024-10-11| |195|[moesnow/March7thAssistant](https://github.com/moesnow/March7thAssistant)|崩坏:星穹铁道全自动 三月七小助手|5046|2024-09-28| |196|[opendatalab/PDF-Extract-Kit](https://github.com/opendatalab/PDF-Extract-Kit)|A Comprehensive Toolkit for High-Quality PDF Content Extraction|5031|2024-10-11| |197|[modelscope/agentscope](https://github.com/modelscope/agentscope)|Start building LLM-empowered multi-agent applications in an easier way.|4998|2024-10-08| |198|[HIT-SCIR/ltp](https://github.com/HIT-SCIR/ltp)|Language Technology Platform|4945|2024-10-01| |199|[aigc-apps/sd-webui-EasyPhoto](https://github.com/aigc-apps/sd-webui-EasyPhoto)|📷 EasyPhoto Your Smart AI Photo Generator.|4934|2024-07-10| |200|[OpenInterpreter/01](https://github.com/OpenInterpreter/01)|The #1 open-source voice interface for desktop, mobile, and ESP32 chips.|4926|2024-10-02|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/R.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > R 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[dreamRs/esquisse](https://github.com/dreamRs/esquisse)|RStudio add-in to make plots interactively with ggplot2|1776|2024-09-18| |2|[stan-dev/rstan](https://github.com/stan-dev/rstan)|RStan, the R interface to Stan|1036|2024-10-07| |3|[haozhu233/kableExtra](https://github.com/haozhu233/kableExtra)|Construct Complex Table with knitr::kable() + pipe. |689|2024-07-10| |4|[erikgahner/PolData](https://github.com/erikgahner/PolData)|A dataset with political datasets|622|2024-10-11| |5|[DiskFrame/disk.frame](https://github.com/DiskFrame/disk.frame)|Fast Disk-Based Parallelized Data Manipulation Framework for Larger-than-RAM Data|594|2024-09-10| |6|[massimoaria/bibliometrix](https://github.com/massimoaria/bibliometrix)|An R-tool for comprehensive science mapping analysis. A package for quantitative research in scientometrics and bibliometrics.|506|2024-07-02| |7|[HaobinZhou/Get_MR](https://github.com/HaobinZhou/Get_MR)|A package for running MR In batches and in parallel quickly|282|2024-09-30| |8|[HenrikBengtsson/progressr](https://github.com/HenrikBengtsson/progressr)|三 R package: An Inclusive, Unifying API for Progress Updates|280|2024-04-19| |9|[wilkox/treemapify](https://github.com/wilkox/treemapify)|🌳 Draw treemaps in ggplot2|214|2024-06-15| |10|[vincentarelbundock/WDI](https://github.com/vincentarelbundock/WDI)|R package to download World Bank data|210|2024-09-16| |11|[ChiLiubio/microeco](https://github.com/ChiLiubio/microeco)|An R package for data analysis in microbial community ecology|198|2024-10-10| |12|[psychbruce/bruceR](https://github.com/psychbruce/bruceR)|📦 BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses.|164|2024-06-16| |13|[ShichenXie/scorecard](https://github.com/ShichenXie/scorecard)|Scorecard Development in R, 评分卡|159|2024-04-13| |14|[feddelegrand7/ralger](https://github.com/feddelegrand7/ralger)|ralger makes it easy to scrape a website. Built on the shoulders of titans: rvest, xml2. |156|2024-07-16| |15|[benmarwick/ctv-archaeology](https://github.com/benmarwick/ctv-archaeology)|CRAN Task View: Archaeological Science|146|2024-10-02| |16|[ShixiangWang/sigminer](https://github.com/ShixiangWang/sigminer)|🌲 An easy-to-use and scalable toolkit for genomic alteration signature (a.k.a. mutational signature) analysis and visualization in R https://shixiangwang.github.io/sigminer/reference/index.html|142|2024-08-04| |17|[TullyMonster/MendelRookie](https://github.com/TullyMonster/MendelRookie)|新手友好的孟德尔随机化项目|141|2024-04-26| |18|[psychbruce/ChineseNames](https://github.com/psychbruce/ChineseNames)|🀄 Chinese Name Database (1930-2008).|141|2024-07-27| |19|[wu-yc/scMetabolism](https://github.com/wu-yc/scMetabolism)|Quantifying metabolism activity at the single-cell resolution|110|2024-08-11| |20|[chuiqin/irGSEA](https://github.com/chuiqin/irGSEA)|The integration of single cell rank-based gene set enrichment analysis|109|2024-07-23| |21|[ropensci/UCSCXenaTools](https://github.com/ropensci/UCSCXenaTools)|:package: An R package for accessing genomics data from UCSC Xena platform, from cancer multi-omics to single-cell RNA-seq https://cran.r-project.org/web/packages/UCSCXenaTools/|102|2024-08-29| |22|[hope-data-science/tidyfst](https://github.com/hope-data-science/tidyfst)|Tidy Verbs for Fast Data Manipulation|97|2024-09-16| |23|[openbiox/UCSCXenaShiny](https://github.com/openbiox/UCSCXenaShiny)|📊 An R package for interactively exploring UCSC Xena https://xenabrowser.net/datapages/; Book: https://lishensuo.github.io/UCSCXenaShiny_Book; App online: https://shiny.hiplot.cn/ucsc-xena-shiny/, htt ...|90|2024-10-01| |24|[Merck/r2rtf](https://github.com/Merck/r2rtf)|Easily Create Production-Ready Rich Text Format (RTF) Table and Figure|76|2024-09-30| |25|[koheiw/seededlda](https://github.com/koheiw/seededlda)|LDA for semisupervised topic modeling|73|2024-09-05| |26|[Wytamma/GISAIDR](https://github.com/Wytamma/GISAIDR)|Programmatically interact with the GISAID database.|69|2024-09-19| |27|[ropensci/comtradr](https://github.com/ropensci/comtradr)|Functions for Interacting with the UN Comtrade API|64|2024-09-24| |28|[koheiw/newsmap](https://github.com/koheiw/newsmap)|Semi-supervised algorithm for geographical document classification|59|2024-06-11| |29|[walkerke/idbr](https://github.com/walkerke/idbr)|An R interface to the US Census Bureau International Data Base API|58|2024-07-28| |30|[koheiw/LSX](https://github.com/koheiw/LSX)|Semi-supervised algorithm for document scaling|55|2024-07-23| |31|[CBIIT/LDlinkR](https://github.com/CBIIT/LDlinkR)|LDlinkR|54|2024-04-17| |32|[sstoeckl/crypto2](https://github.com/sstoeckl/crypto2)|Cryptocurrency Market Data|53|2024-10-11| |33|[skgrange/rmweather](https://github.com/skgrange/rmweather)|Tools to Conduct Meteorological Normalisation on Air Quality Data|47|2024-06-05| |34|[atmoschem/vein](https://github.com/atmoschem/vein)| R+Fortran+OpenMP package to estimate Vehicular Emissions INventories VEIN. |44|2024-09-05| |35|[majianthu/copent](https://github.com/majianthu/copent)|R package for estimating copula entropy (mutual information), transfer entropy (conditional mutual information), and the statistic for multivariate normality test and two-sample test|40|2024-06-07| |36|[jokergoo/HilbertCurve](https://github.com/jokergoo/HilbertCurve)|Visualize genomic data by Hilbert curve|40|2024-10-08| |37|[tianshu129/foqat](https://github.com/tianshu129/foqat)|Field observation quick analysis toolkit|33|2024-09-27| |38|[gesistsa/sweater](https://github.com/gesistsa/sweater)|👚 Speedy Word Embedding Association Test & Extras using R|27|2024-08-12| |39|[kevinwang09/learningtower](https://github.com/kevinwang09/learningtower)|Easily accessible PISA data|26|2024-10-10| |40|[ropensci/restez](https://github.com/ropensci/restez)|:sleeping: :open_file_folder: Create and Query a Local Copy of GenBank in R|25|2024-04-19| |41|[sascha2schroeder/popEye](https://github.com/sascha2schroeder/popEye)|An R package to analyze eye-tracking data from reading experiments|22|2024-08-21| |42|[fragla/eq5d](https://github.com/fragla/eq5d)|-|21|2024-09-09| |43|[seroanalytics/serosolver](https://github.com/seroanalytics/serosolver)|Inference framework for serological data|16|2024-08-15| |44|[koheiw/marimo](https://github.com/koheiw/marimo)|A multi-lingual stopwords lists|15|2024-07-22| |45|[reconhub/epicontacts](https://github.com/reconhub/epicontacts)|Handling, Visualisation and Analysis of Epidemiological Contacts|15|2024-04-29| |46|[Crazzy-Rabbit/Rscript-to-anaylise-and-visualize](https://github.com/Crazzy-Rabbit/Rscript-to-anaylise-and-visualize)|一些用于画图的R脚本|13|2024-05-28| |47|[ayueme/machine_learning_base_r](https://github.com/ayueme/machine_learning_base_r)|R语言实战机器学习|11|2024-09-11| |48|[dazamora/DWBmodelUN](https://github.com/dazamora/DWBmodelUN)|R native implementation of the Dynamic Water Balance hydrologic model in a monthly time step |9|2024-07-11| |49|[Hong-Kong-Districts-Info/hktrafficcollisions](https://github.com/Hong-Kong-Districts-Info/hktrafficcollisions)|Shiny app dashboard of HK traffic collisions that result in injury. 香港車禍傷亡資料庫:利用互動地圖和儀表版,將香港車禍位置和相關數據可視化。|7|2024-09-18| |50|[johnlcd/CIRCScan](https://github.com/johnlcd/CIRCScan)|Toolkit for circRNA prediction by machine learning|6|2024-09-13|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Ruby.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Ruby 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[ankane/searchkick](https://github.com/ankane/searchkick)|Intelligent search made easy|6536|2024-10-02| |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.|3801|2024-10-07| |3|[sketchplugins/plugin-directory](https://github.com/sketchplugins/plugin-directory)|Official Sketch Plugin directory|3398|2024-10-10| |4|[w181496/Web-CTF-Cheatsheet](https://github.com/w181496/Web-CTF-Cheatsheet)|Web CTF CheatSheet 🐈|2631|2024-09-10| |5|[rpush/rpush](https://github.com/rpush/rpush)|The push notification service for Ruby.|2186|2024-09-24| |6|[thredded/thredded](https://github.com/thredded/thredded)|The best Rails forums engine ever.|1563|2024-09-01| |7|[remote-jp/remote-in-japan](https://github.com/remote-jp/remote-in-japan)|Tech companies in Japan that hire remote workers.|1524|2024-10-08| |8|[ifmeorg/ifme](https://github.com/ifmeorg/ifme)|Free, open source mental health communication web app to share experiences with loved ones|1476|2024-10-06| |9|[Eric-Guo/wechat](https://github.com/Eric-Guo/wechat)|API, command and message handling for WeChat in Rails|1311|2024-08-15| |10|[Mark24Code/rime-auto-deploy](https://github.com/Mark24Code/rime-auto-deploy)|Rime输入法安装脚本,让一切更轻松。Make using Rime easy. |1208|2024-06-15| |11|[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.|1143|2024-10-11| |12|[bridgetownrb/bridgetown](https://github.com/bridgetownrb/bridgetown)|A next-generation progressive site generator & fullstack framework, powered by Ruby|1137|2024-10-01| |13|[tryzealot/zealot](https://github.com/tryzealot/zealot)|开源自部署移动应用、 macOS、Linux 和 Windows 应用分发平台,提供 iOS、Android SDK、fastlane 等丰富组件库 Self-hosted Beta App Distribution for Android, iOS, macOS, Linux and Windows apps|1079|2024-10-07| |14|[huacnlee/rails-settings-cached](https://github.com/huacnlee/rails-settings-cached)|Global settings for your Rails application.|1054|2024-10-07| |15|[PGYER/fir-cli](https://github.com/PGYER/fir-cli)|fir.im(betaqr.com) command-line interface|1052|2024-06-12| |16|[inukshuk/anystyle](https://github.com/inukshuk/anystyle)|Fast citation reference parsing|1039|2024-08-14| |17|[floere/phony](https://github.com/floere/phony)|E164 international phone number normalizing, splitting, formatting. |1006|2024-10-10| |18|[urbanadventurer/username-anarchy](https://github.com/urbanadventurer/username-anarchy)|Username tools for penetration testing|815|2024-09-20| |19|[podigee/device_detector](https://github.com/podigee/device_detector)|DeviceDetector is a precise and fast user agent parser and device detector written in Ruby|747|2024-07-03| |20|[Cute-Dress/Dress](https://github.com/Cute-Dress/Dress)|好耶 是女装 备份·接受PR|691|2024-10-10| |21|[twitter/twitter-cldr-rb](https://github.com/twitter/twitter-cldr-rb)|Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.|669|2024-04-28| |22|[daqing/rabel](https://github.com/daqing/rabel)|An open-source web forum built on the Ruby on Rails framework.|645|2024-09-21| |23|[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.|544|2024-08-11| |24|[radar/humanize](https://github.com/radar/humanize)|Takes your numbers and makes them *fancy*.|467|2024-06-03| |25|[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.|432|2024-10-11| |26|[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.|405|2024-09-27| |27|[dbkangaroo/kangaroo](https://github.com/dbkangaroo/kangaroo)|DBKangaroo's official repo for issue tracker and I18N|350|2024-06-11| |28|[jpmobile/jpmobile](https://github.com/jpmobile/jpmobile)|A Rails plugin for Japanese mobile-phones|320|2024-09-25| |29|[YusukeIwaki/puppeteer-ruby](https://github.com/YusukeIwaki/puppeteer-ruby)|A Ruby port of Puppeteer|289|2024-09-14| |30|[mifunetoshiro/kanjium](https://github.com/mifunetoshiro/kanjium)|The ultimate kanji resource|278|2024-06-16| |31|[infused/dbf](https://github.com/infused/dbf)|DBF is a small, fast Ruby library for reading dBase, xBase, Clipper, and FoxPro database files.|261|2024-05-02| |32|[kenn/active_flag](https://github.com/kenn/active_flag)|Bit array for ActiveRecord|233|2024-09-04| |33|[didww/credit_card_validations](https://github.com/didww/credit_card_validations)|:credit_card: ruby gem for validating credit card numbers, generating valid numbers, luhn checks|232|2024-08-10| |34|[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.|184|2024-10-11| |35|[rails-engine/flow_core](https://github.com/rails-engine/flow_core)|FlowCore is a Rails engine to help you build your automation or business process application.|174|2024-09-27| |36|[bytedance/Bytedance-UnionAD](https://github.com/bytedance/Bytedance-UnionAD)|-|171|2024-10-08| |37|[berkmancenter/namae](https://github.com/berkmancenter/namae)|Namae (名前) parses personal names and splits them into their component parts.|160|2024-04-22| |38|[dblock/slack-gamebot](https://github.com/dblock/slack-gamebot)|Ping pong, chess, pool and other games bot for Slack.|129|2024-08-28| |39|[quzhi1/ChineseHistoricalSource](https://github.com/quzhi1/ChineseHistoricalSource)|An open source project to search Chinese Historical Source|117|2024-06-28| |40|[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.|102|2024-09-14| |41|[FunnyWolf/vipermsf](https://github.com/FunnyWolf/vipermsf)|viper 自定义的msf|92|2024-04-21| |42|[icyleaf/hpr](https://github.com/icyleaf/hpr)|镜像任意 git 仓库到 gitlab 的同步工具,具有定时更新的功能|92|2024-07-02| |43|[iPermanent/rubyTools](https://github.com/iPermanent/rubyTools)|日常使用ruby脚本|89|2024-05-09| |44|[merongivian/negasonic](https://github.com/merongivian/negasonic)|This ain't Sonic Pi, but it works on the browser: https://negasonic.onrender.com/|89|2024-05-18| |45|[ankane/blingfire-ruby](https://github.com/ankane/blingfire-ruby)|High speed text tokenization for Ruby|64|2024-07-27| |46|[coderdojo-japan/coderdojo.jp](https://github.com/coderdojo-japan/coderdojo.jp)|☯️ CoderDojo Japan (@coderdojo-japan) official website developed by Ruby on Rails with @YassLab team. 💎|61|2024-10-03| |47|[Anyyy111/eBSploit](https://github.com/Anyyy111/eBSploit)|eBSploit适用于内网渗透中遇到MS17-010漏洞的情况快速上线公网msf及cs,同时支持自定义dll命令执行、会话迁移等操作。|58|2024-08-18| |48|[test-kitchen/kitchen-azurerm](https://github.com/test-kitchen/kitchen-azurerm)|A driver for Test Kitchen that works with Azure Resource Manager|48|2024-06-21| |49|[npezza93/redi_search](https://github.com/npezza93/redi_search)|Ruby wrapper around RediSearch that can integrate with Rails|46|2024-08-28| |50|[Tabll/gemnasium-db](https://github.com/Tabll/gemnasium-db)|GitLab 依赖项扫描的咨询数据库,每天17:00自动更新|42|2024-10-06| |51|[Brewforge/homebrew-chinese](https://github.com/Brewforge/homebrew-chinese)|🀄️咱自己人的软件🏮咱自己人的仓库🧧|37|2024-10-10| |52|[cxr0715/cocoapods-TSPodfileTimeWatch](https://github.com/cxr0715/cocoapods-TSPodfileTimeWatch)|统计podfile每个pod的下载耗时|30|2024-08-02| |53|[pdcodeunder/cocoapods-ppbuild](https://github.com/pdcodeunder/cocoapods-ppbuild)|iOS pod库预编译静态库,提高编译速度|29|2024-08-02| |54|[mika-cn/maoxian-assistant](https://github.com/mika-cn/maoxian-assistant)|-|28|2024-09-13| |55|[SonicGarden/dekiru](https://github.com/SonicGarden/dekiru)|Usefull helper methods for Ruby on Rails|26|2024-09-02| |56|[rikas/zoho_hub](https://github.com/rikas/zoho_hub)|Zoho CRM API V2 Wrapper|25|2024-07-16| |57|[YunzheZJU/non-stop-story](https://github.com/YunzheZJU/non-stop-story)|Backend for holo-schedule on Rails.|24|2024-07-23| |58|[camelmasa/itaiji](https://github.com/camelmasa/itaiji)|Convert japanese from itaiji(異体字) to seijitai(正字体).|24|2024-10-05| |59|[OneEyedEagle/EAGLE-RGSS3](https://github.com/OneEyedEagle/EAGLE-RGSS3)|老鹰的脚本小巢|22|2024-10-06| |60|[cyril/r_spec-clone.rb](https://github.com/cyril/r_spec-clone.rb)|A minimalist RSpec clone with all the essentials.|22|2024-08-22| |61|[work-design/rails_com](https://github.com/work-design/rails_com)|Rails Common Engine|20|2024-10-11| |62|[windwords/homebrew-vchewing](https://github.com/windwords/homebrew-vchewing)|homebrew-vchewing是一个用于安装/卸载威注音输入法的Homebrew Cask。|19|2024-07-07| |63|[mitakarb/beerkeeper](https://github.com/mitakarb/beerkeeper)|(仮)|17|2024-10-10| |64|[work-design/work.design](https://github.com/work-design/work.design)|Work Design 开源版本 Full feature & Modular work manage app|17|2024-10-06| |65|[OuYangJinTing/ar_cache](https://github.com/OuYangJinTing/ar_cache)|A modern caching library for ActiveRecord inspired by cache-money and second_level_cache.|15|2024-08-22| |66|[jodeci/fortuna](https://github.com/jodeci/fortuna)|台灣公司專用薪資計算系統|14|2024-06-13| |67|[Ezviz-OpenBiz/SDK-iOS](https://github.com/Ezviz-OpenBiz/SDK-iOS)|Ezviz SDK,功能更强大的开发套件,可以实现预览、回放、配网、对讲、设备控制、oAuth授权等功能|13|2024-10-09| |68|[DILA-edu/cbeta-metadata](https://github.com/DILA-edu/cbeta-metadata)|CBETA 的 目錄、部類、缺字、作譯者、朝代等 metadata.|12|2024-07-22| |69|[super-unprofessional-league/soccer-website-generator](https://github.com/super-unprofessional-league/soccer-website-generator)|超业余足球联赛网站生成器; Unprofessional soccer league website generator|11|2024-08-01| |70|[work-design/rails_wechat](https://github.com/work-design/rails_wechat)|Wechat for muilt account admin 微信 SDK 集大成者|10|2024-09-20| |71|[lzwme/homebrew-cn](https://github.com/lzwme/homebrew-cn)|适合中国大陆用户使用的 Homebrew 应用代理镜像库|9|2024-10-11| |72|[tryzealot/fastlane-plugin-zealot](https://github.com/tryzealot/fastlane-plugin-zealot)|上传移动应用(iPhone、Android)到 Zealot 自建 App 分发系统 fastlane-plugin-zealot provides upload app, debug_file and version check actions to zealot|9|2024-05-28| |73|[younthu/rainbowfart](https://github.com/younthu/rainbowfart)|彩虹屁网站, 提供REST API随机拉去毒鸡汤, http://rainbow.ilibrary.me/api/rainbow/random, 欢迎使用和提供反馈|9|2024-09-18| |74|[crispgm/weekly](https://github.com/crispgm/weekly)|A personal curation of tech articles|9|2024-10-08| |75|[duzyn/homebrew-cn](https://github.com/duzyn/homebrew-cn)|中国用户能用的 Homebrew 应用库,每日同步 Homebrew 的官方库,加速应用的下载速度|8|2024-10-11| |76|[winezer0/whatweb-plus](https://github.com/winezer0/whatweb-plus)|whatweb 增强版 8000+插件(提供windows可执行文件)|8|2024-05-08|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Rust.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Rust 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[rustdesk/rustdesk](https://github.com/rustdesk/rustdesk)|An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.|73973|2024-10-11| |2|[BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep)|ripgrep recursively searches directories for a regex pattern while respecting your gitignore|48115|2024-09-30| |3|[sharkdp/fd](https://github.com/sharkdp/fd)|A simple, fast and user-friendly alternative to 'find'|33689|2024-10-06| |4|[yewstack/yew](https://github.com/yewstack/yew)|Rust / Wasm framework for creating reliable and efficient web applications|30650|2024-10-11| |5|[tw93/Pake](https://github.com/tw93/Pake)|🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用|30327|2024-09-29| |6|[emilk/egui](https://github.com/emilk/egui)|egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native|22025|2024-10-11| |7|[sharkdp/hyperfine](https://github.com/sharkdp/hyperfine)|A command-line benchmarking tool|21800|2024-09-01| |8|[casey/just](https://github.com/casey/just)|🤖 Just a command runner|20840|2024-10-10| |9|[Wilfred/difftastic](https://github.com/Wilfred/difftastic)|a structural diff that understands syntax 🟥🟩|20630|2024-10-02| |10|[DioxusLabs/dioxus](https://github.com/DioxusLabs/dioxus)|Fullstack app framework for web, desktop, mobile, and more.|20605|2024-10-10| |11|[atuinsh/atuin](https://github.com/atuinsh/atuin)|✨ Magical shell history|20435|2024-10-07| |12|[wasmerio/wasmer](https://github.com/wasmerio/wasmer)|🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten|18607|2024-10-10| |13|[huggingface/candle](https://github.com/huggingface/candle)|Minimalist ML framework for Rust|15494|2024-10-10| |14|[sxyazi/yazi](https://github.com/sxyazi/yazi)|💥 Blazing fast terminal file manager written in Rust, based on async I/O.|15437|2024-10-11| |15|[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.|15404|2024-08-02| |16|[biomejs/biome](https://github.com/biomejs/biome)|A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.|14817|2024-10-11| |17|[kitao/pyxel](https://github.com/kitao/pyxel)|A retro game engine for Python|14701|2024-10-11| |18|[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).|12167|2024-10-11| |19|[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|11951|2024-10-11| |20|[XAMPPRocky/tokei](https://github.com/XAMPPRocky/tokei)|Count your code, quickly.|11064|2024-10-11| |21|[BurntSushi/xsv](https://github.com/BurntSushi/xsv)|A fast CSV command line toolkit written in Rust.|10350|2024-06-20| |22|[o2sh/onefetch](https://github.com/o2sh/onefetch)|Command-line Git information tool|10021|2024-10-07| |23|[messense/aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav)|阿里云盘 WebDAV 服务|9608|2024-10-01| |24|[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.|9507|2024-07-06| |25|[web-infra-dev/rspack](https://github.com/web-infra-dev/rspack)|The fast Rust-based web bundler with webpack-compatible API 🦀️|9423|2024-10-11| |26|[LGUG2Z/komorebi](https://github.com/LGUG2Z/komorebi)|A tiling window manager for Windows 🍉|9060|2024-10-11| |27|[mediar-ai/screenpipe](https://github.com/mediar-ai/screenpipe)|24/7 local AI screen & mic recording. Works with Ollama. Llama3.2 control your computer. Alternative to Rewind.ai & Zapier. Open. Secure. You own your data. Rust.|7481|2024-10-11| |28|[pretzelhammer/rust-blog](https://github.com/pretzelhammer/rust-blog)|Educational blog posts for Rust beginners|7154|2024-10-10| |29|[gyroflow/gyroflow](https://github.com/gyroflow/gyroflow)|Video stabilization using gyroscope data|6632|2024-10-11| |30|[rustdesk/rustdesk-server](https://github.com/rustdesk/rustdesk-server)|RustDesk Server Program|6532|2024-10-07| |31|[tock/tock](https://github.com/tock/tock)|A secure embedded operating system for microcontrollers|5393|2024-10-11| |32|[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 min ...|5040|2024-09-22| |33|[farm-fe/farm](https://github.com/farm-fe/farm)|Extremely fast Vite-compatible web build tool written in Rust|4925|2024-10-11| |34|[loco-rs/loco](https://github.com/loco-rs/loco)|🚂 🦀 The one-person framework for Rust for side-projects and startups|4803|2024-10-11| |35|[Byron/dua-cli](https://github.com/Byron/dua-cli)|View disk space usage and delete unwanted data, fast.|4032|2024-09-06| |36|[bytedance/monoio](https://github.com/bytedance/monoio)|Rust async runtime based on io-uring.|3909|2024-09-16| |37|[ordinals/ord](https://github.com/ordinals/ord)|👁‍🗨 Rare and exotic sats|3829|2024-10-08| |38|[async-graphql/async-graphql](https://github.com/async-graphql/async-graphql)|A GraphQL server library implemented in Rust|3356|2024-10-05| |39|[salvo-rs/salvo](https://github.com/salvo-rs/salvo)|A powerful web framework built with a simplified design.|3335|2024-10-11| |40|[curlpipe/ox](https://github.com/curlpipe/ox)|An independent Rust text editor that runs in your terminal!|3315|2024-10-11| |41|[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. |2792|2024-09-20| |42|[erg-lang/erg](https://github.com/erg-lang/erg)|A statically typed language compatible with Python|2687|2024-10-11| |43|[apache/horaedb](https://github.com/apache/horaedb)|Apache HoraeDB (incubating) is a high-performance, distributed, cloud native time-series database.|2617|2024-09-27| |44|[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,...)|2606|2024-09-29| |45|[mtkennerly/ludusavi](https://github.com/mtkennerly/ludusavi)|Backup tool for PC game saves|2575|2024-10-10| |46|[zurawiki/gptcommit](https://github.com/zurawiki/gptcommit)|A git prepare-commit-msg hook for authoring commit messages with GPT-3.|2332|2024-08-26| |47|[rbatis/rbatis](https://github.com/rbatis/rbatis)|Rust Compile Time ORM robustness,async, pure Rust Dynamic SQL|2275|2024-10-09| |48|[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.|2238|2024-10-11| |49|[cloudwego/volo](https://github.com/cloudwego/volo)|Rust RPC framework with high-performance and strong-extensibility for building micro-services.|2217|2024-10-11| |50|[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.|2117|2024-10-09| |51|[std-microblock/BetterNCM-Installer](https://github.com/std-microblock/BetterNCM-Installer)|一键安装 Better 系软件|1982|2024-10-02| |52|[awslabs/aws-lambda-web-adapter](https://github.com/awslabs/aws-lambda-web-adapter)|Run web applications on AWS Lambda|1881|2024-10-11| |53|[editso/fuso](https://github.com/editso/fuso)|一款体积小, 快速, 稳定, 高效, 轻量的内网穿透, 端口转发工具 支持多连接,级联代理,传输加密 (A small volume, fast, stable, efficient, and lightweight intranet penetration, port forwarding tool supports multiple connections, cascading proxy, ...|1799|2024-05-19| |54|[zdz/ServerStatus-Rust](https://github.com/zdz/ServerStatus-Rust)|✨ Rust 版 ServerStatus 探针、威力加强版|1785|2024-10-02| |55|[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).🦀|1779|2024-10-11| |56|[0x676e67/ninja](https://github.com/0x676e67/ninja)|Reverse engineered ChatGPT proxy|1752|2024-05-27| |57|[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.|1748|2024-10-01| |58|[cangzhang/champ-r](https://github.com/cangzhang/champ-r)|🐶 Yet another League of Legends helper|1728|2024-10-11| |59|[rcore-os/zCore](https://github.com/rcore-os/zCore)|Zircon microkernel reimplemented in Rust.|1717|2024-04-15| |60|[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|1659|2024-10-11| |61|[kcl-lang/kcl](https://github.com/kcl-lang/kcl)|KCL Programming Language (CNCF Sandbox Project). https://kcl-lang.io|1630|2024-10-11| |62|[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!|1616|2024-08-08| |63|[risinglightdb/risinglight](https://github.com/risinglightdb/risinglight)|An educational OLAP database system.|1604|2024-06-17| |64|[fltk-rs/fltk-rs](https://github.com/fltk-rs/fltk-rs)|Rust bindings for the FLTK GUI library.|1600|2024-10-09| |65|[pop-os/cosmic-text](https://github.com/pop-os/cosmic-text)|Pure Rust multi-line text handling|1599|2024-09-23| |66|[gmg137/netease-cloud-music-gtk](https://github.com/gmg137/netease-cloud-music-gtk)|Linux 平台下基于 Rust + GTK 开发的网易云音乐播放器|1582|2024-09-10| |67|[iovxw/rssbot](https://github.com/iovxw/rssbot)|Lightweight Telegram RSS notification bot. 用于消息通知的轻量级 Telegram RSS 机器人|1560|2024-09-24| |68|[zhboner/realm](https://github.com/zhboner/realm)|A network relay tool|1526|2024-09-22| |69|[LeeeSe/MessAuto](https://github.com/LeeeSe/MessAuto)|自动提取Mac平台的短信和邮箱验证码;Automatic extraction of 2FA codes from iMassage and Mail App for Mac platform|1379|2024-07-14| |70|[wormtql/yas](https://github.com/wormtql/yas)|Blazingly fast Genshin Impact/Honkai: Starrail artifacts scanner|1263|2024-09-30| |71|[emo-crab/observer_ward](https://github.com/emo-crab/observer_ward)|侦查守卫(observer_ward)Web应用和服务指纹识别工具|1232|2024-10-09| |72|[TeamFlos/phira](https://github.com/TeamFlos/phira)|-|1207|2024-10-08| |73|[wormtql/genshin_artifact](https://github.com/wormtql/genshin_artifact)|莫娜占卜铺 原神 圣遗物搭配 圣遗物潜力。多方向圣遗物自动搭配,多方向圣遗物潜力与评分, Genshin Impact artifacts assessment, artifacts auto combination, artifacts statistics, artifacts potential, and more.|1188|2024-09-22| |74|[Tencent/tquic](https://github.com/Tencent/tquic)|A high-performance, lightweight, and cross-platform QUIC library|1077|2024-10-11| |75|[tramhao/termusic](https://github.com/tramhao/termusic)|Music Player TUI written in Rust|1060|2024-10-10| |76|[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/prototyper.|1019|2024-09-22| |77|[YiNNx/cmd-wrapped](https://github.com/YiNNx/cmd-wrapped)|👩‍💻 A CLI Tool for Command Line Insights|1002|2024-09-07| |78|[0x727/FingerprintHub](https://github.com/0x727/FingerprintHub)|侦查守卫(ObserverWard)的指纹库|998|2024-10-11| |79|[YukiCoco/ToMoon](https://github.com/YukiCoco/ToMoon)|基于 SteamOS 定制的网络工具,自动配置 TUN 模式加速游戏,网络代理。|924|2024-07-10| |80|[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).|911|2024-10-07| |81|[PoloDB/PoloDB](https://github.com/PoloDB/PoloDB)|PoloDB is an embedded document database.|892|2024-10-06| |82|[thirtythreeforty/neolink](https://github.com/thirtythreeforty/neolink)|An RTSP bridge to Reolink IP cameras|890|2024-05-01| |83|[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|882|2024-10-11| |84|[DragonOS-Community/DragonOS](https://github.com/DragonOS-Community/DragonOS)|使用Rust从0自研内核,具有Linux兼容性的操作系统,面向云计算轻量化场景而设计。DragonOS is an operating system developed from scratch using Rust, with Linux compatibility. It is designed for lightweight cloud computing scenarios.|870|2024-10-11| |85|[RibirX/Ribir](https://github.com/RibirX/Ribir)|Non-intrusive GUI framework for Rust|858|2024-10-09| |86|[asterinas/asterinas](https://github.com/asterinas/asterinas)|Asterinas is a secure, fast, and general-purpose OS kernel, written in Rust and providing Linux-compatible ABI.|854|2024-10-11| |87|[rust-cli/book](https://github.com/rust-cli/book)| Documentation on how to use the Rust Programming Language to develop commandline applications|827|2024-10-01| |88|[nacos-group/r-nacos](https://github.com/nacos-group/r-nacos)|Nacos server re-implemented in Rust.|822|2024-10-11| |89|[WilliamVenner/gmpublisher](https://github.com/WilliamVenner/gmpublisher)|⚙️ Workshop Publishing Utility for Garry's Mod, written in Rust & Svelte and powered by Tauri|817|2024-10-08| |90|[biliup/biliup-rs](https://github.com/biliup/biliup-rs)|命令行投稿(B站)和视频下载工具,提供多种登录方式,支持多p。|804|2024-09-25| |91|[EFForg/apkeep](https://github.com/EFForg/apkeep)|-|804|2024-10-11| |92|[zino-rs/zino](https://github.com/zino-rs/zino)|Next-generation framework for composable applications in Rust.|761|2024-10-09| |93|[messense/jieba-rs](https://github.com/messense/jieba-rs)|The Jieba Chinese Word Segmentation Implemented in Rust|739|2024-06-01| |94|[tikv/minitrace-rust](https://github.com/tikv/minitrace-rust)|Extremely fast tracing library for Rust|730|2024-07-23| |95|[Enter-tainer/cxx2flow](https://github.com/Enter-tainer/cxx2flow)|将 C/C++ 代码转换成流程图 / Turn your C/C++ code into flowchart|714|2024-06-27| |96|[0x676e67/thunder](https://github.com/0x676e67/thunder)|Synology NAS thunder run on Linux|706|2024-06-30| |97|[arloor/nftables-nat-rust](https://github.com/arloor/nftables-nat-rust)|nftables nat rule generator——nftables nat规则生成器|704|2024-10-06| |98|[mikedilger/gossip](https://github.com/mikedilger/gossip)|Gossip is a nostr client|696|2024-10-11| |99|[bbqsrc/cargo-ndk](https://github.com/bbqsrc/cargo-ndk)|Compile Rust projects against the Android NDK without hassle|685|2024-09-01| |100|[lz1998/ricq](https://github.com/lz1998/ricq)|Rust 高性能 QQ 协议(原RS-QQ)。Linux-musl运行内存1.6MB。|638|2024-05-13| |101|[justjavac/dvm](https://github.com/justjavac/dvm)|🦕 Deno Version Manager - Easy way to manage multiple active deno versions.|634|2024-09-02| |102|[rustdesk/rustdesk-server-demo](https://github.com/rustdesk/rustdesk-server-demo)|A working demo of RustDesk server implementation|612|2024-08-31| |103|[ViporMiner/VIPORMiner](https://github.com/ViporMiner/VIPORMiner)|最稳定的BTC-全币种代理中转,地表最强矿池代理 矿池中转 矿池抽水开发者费用固定千分之2(1台也是0.2%,没有矿机数量门坎)几乎无损的转发,近乎变态的精准比例;轻松支持百万级并发!开发费单一抽取.精准比例,/BTC/ETH/ETC/LTC/RVN/ERGO/CFX/KAS/IRON/CKB/KDA/ZEC/NEXA ,性能极高,经过1000G压力测试,一键安装上手简单!!minerproxy ...|587|2024-09-20| |104|[mcthesw/game-save-manager](https://github.com/mcthesw/game-save-manager)|一个简单的游戏存档管理器|583|2024-09-29| |105|[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.|570|2024-10-10| |106|[apptools-lab/AppToolkit](https://github.com/apptools-lab/AppToolkit)|🐘 The Front-end Env Toolkit(前端环境管理工具)|570|2024-06-10| |107|[dontpanic92/OpenPAL3](https://github.com/dontpanic92/OpenPAL3)|仙三开源版 - The efforts to create an open-source implementation of Chinese Paladin 3|557|2024-05-18| |108|[rmqtt/rmqtt](https://github.com/rmqtt/rmqtt)|MQTT Server/MQTT Broker - Scalable Distributed MQTT Message Broker for IoT in the 5G Era|545|2024-10-10| |109|[shadow3aaa/fas-rs](https://github.com/shadow3aaa/fas-rs)|Frame aware scheduling for android.|539|2024-10-11| |110|[amtoaer/bili-sync](https://github.com/amtoaer/bili-sync)|由 Rust & Tokio 驱动的哔哩哔哩同步工具|518|2024-08-08| |111|[datanymizer/datanymizer](https://github.com/datanymizer/datanymizer)|Powerful database anonymizer with flexible rules. Written in Rust.|510|2024-08-28| |112|[kxxt/aspeak](https://github.com/kxxt/aspeak)|A simple text-to-speech client for Azure TTS API. |494|2024-04-14| |113|[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).|470|2024-10-10| |114|[Ai00-X/ai00_server](https://github.com/Ai00-X/ai00_server)|A localized open-source AI server that is better than ChatGPT.|468|2024-09-23| |115|[we-lsp/atomic-bomb-engine-py](https://github.com/we-lsp/atomic-bomb-engine-py)|使用rust开发的高性能python压测工具|463|2024-08-20| |116|[cloudwego/sonic-rs](https://github.com/cloudwego/sonic-rs)|A fast Rust JSON library based on SIMD.|457|2024-09-20| |117|[lsk569937453/silverwind](https://github.com/lsk569937453/silverwind)|The High Performance Proxy/Load Balancer|443|2024-07-12| |118|[bytedance/g3](https://github.com/bytedance/g3)|Enterprise-oriented Generic Proxy Solutions|442|2024-10-11| |119|[sigoden/upt](https://github.com/sigoden/upt)|Universal Package-management Tool for any OS.|432|2024-08-09| |120|[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.|412|2024-05-04| |121|[Pizz33/JoJoLoader](https://github.com/Pizz33/JoJoLoader)|助力红队成员一键生成免杀木马,使用rust实现 Help Redteam members generate Evasive Anti-virus software Trojan|404|2024-08-07| |122|[wtklbm/crm](https://github.com/wtklbm/crm)|Cargo registry manager (Cargo 注册表管理器),用于方便的管理和更换 Rust 国内镜像源 |397|2024-09-04| |123|[PersiaML/PERSIA](https://github.com/PersiaML/PERSIA)|High performance distributed framework for training deep learning recommendation models based on PyTorch.|394|2024-10-07| |124|[0xlane/wechat-dump-rs](https://github.com/0xlane/wechat-dump-rs)|该工具用于导出正在运行中的微信进程的 key 并自动解密所有微信数据库文件以及导出 key 后数据库文件离线解密。|388|2024-10-11| |125|[SitinCloud/Owlyshield](https://github.com/SitinCloud/Owlyshield)|Owlyshield is an EDR framework designed to safeguard vulnerable applications from potential exploitation (C&C, exfiltration and impact).|386|2024-07-15| |126|[supabase-community/postgrest-rs](https://github.com/supabase-community/postgrest-rs)|Rust client for PostgREST|383|2024-07-30| |127|[hsivonen/encoding_rs](https://github.com/hsivonen/encoding_rs)|A Gecko-oriented implementation of the Encoding Standard in Rust|383|2024-09-20| |128|[eunomia-bpf/wasm-bpf](https://github.com/eunomia-bpf/wasm-bpf)|WebAssembly library, toolchain and runtime for eBPF programs|379|2024-09-02| |129|[awslabs/dynein](https://github.com/awslabs/dynein)|DynamoDB CLI written in Rust.|361|2024-09-11| |130|[suiyuran/aidoku-zh-sources](https://github.com/suiyuran/aidoku-zh-sources)|Aidoku 中文图源|309|2024-06-04| |131|[mitoma/kashiki2](https://github.com/mitoma/kashiki2)|炊紙(kashikishi) is a text editor that utilizes GPU to edit text in a 3D space.|307|2024-10-10| |132|[nashaofu/node-screenshots](https://github.com/nashaofu/node-screenshots)|Zero-dependent. A native nodejs screenshots library for Mac、Windows、Linux.|301|2024-08-25| |133|[rustq/vue-skia](https://github.com/rustq/vue-skia)|Skia based 2d graphics vue rendering library. It is based on Rust to implement software rasterization to perform rendering. 基于 Skia 的 2D 图形 Vue 渲染库 —— 使用 Rust 语言实现纯软件光栅化|299|2024-09-10| |134|[mycrl/turn-rs](https://github.com/mycrl/turn-rs)|A pure rust implemented turn server.|293|2024-10-06| |135|[stalwartlabs/mail-parser](https://github.com/stalwartlabs/mail-parser)|Fast and robust e-mail parsing library for Rust|292|2024-09-08| |136|[consenlabs/token-core](https://github.com/consenlabs/token-core)|move to https://github.com/consenlabs/token-core-monorepo|288|2024-09-09| |137|[KipData/kipdb](https://github.com/KipData/kipdb)| Lightweight, asynchronous based on LSM Leveled Compaction KV database|287|2024-04-28| |138|[SuanCaiYv/prim](https://github.com/SuanCaiYv/prim)|-|281|2024-07-25| |139|[jinleili/wgpu-in-app](https://github.com/jinleili/wgpu-in-app)|Integrate wgpu into existing iOS Android apps.|280|2024-08-04| |140|[rust-tw/book-tw](https://github.com/rust-tw/book-tw)|Rust 程式設計語言(正體中文翻譯)|274|2024-08-24| |141|[Zxilly/OnedriveHostsGenerator](https://github.com/Zxilly/OnedriveHostsGenerator)|A Page include Onenote for Windows' hosts|258|2024-10-07| |142|[JohanChane/clashtui](https://github.com/JohanChane/clashtui)|Mihomo (Clash.Meta) TUI Client|257|2024-10-06| |143|[UnblockNeteaseMusic/server-rust](https://github.com/UnblockNeteaseMusic/server-rust)|Rust 版本的 UnblockNeteaseMusic/server ,以效能、穩定性及可維護性為目標。|255|2024-06-08| |144|[meilisearch/charabia](https://github.com/meilisearch/charabia)|Library used by Meilisearch to tokenize queries and documents|255|2024-10-01| |145|[shenghui0779/yiirs](https://github.com/shenghui0779/yiirs)|Rust API 快速开发脚手架|254|2024-06-19| |146|[akiirui/mpv-handler](https://github.com/akiirui/mpv-handler)|A protocol handler for mpv. Use mpv and yt-dlp to play video and music from the websites.|244|2024-09-29| |147|[rbatis/fast_log](https://github.com/rbatis/fast_log)|Rust async log High-performance asynchronous logging|240|2024-09-14| |148|[kekeimiku/PointerSearcher-X](https://github.com/kekeimiku/PointerSearcher-X)|An application for finding memory pointers.|231|2024-09-13| |149|[zu1k/srun](https://github.com/zu1k/srun)|srun 深澜认证登录,超轻量、多平台,支持多拨、自动探测IP、指定网卡|228|2024-09-02| |150|[PinkD/corplink-rs](https://github.com/PinkD/corplink-rs)|使用 rust 实现的飞连客户端|217|2024-09-12| |151|[THMonster/Revda](https://github.com/THMonster/Revda)|Tools to play live stream with danmaku.|216|2024-09-26| |152|[driftluo/tentacle](https://github.com/driftluo/tentacle)|A multiplexed p2p network framework that supports custom protocols|207|2024-09-11| |153|[lihe07/bilibili_comics_downloader](https://github.com/lihe07/bilibili_comics_downloader)|Rust制作的BiliBili漫画下载器:无环境依赖,高性能,支持导出pdf、epub、zip|195|2024-05-03| |154|[kwsc98/fusen-rs](https://github.com/kwsc98/fusen-rs)|fusen-rs是一个基于tokio异步线程的轻量级,高性能微服务框架,兼容Dubbo,SpringCloud协议支持服务注册与发现,并且可以通过暴露HTTP接口来实现WebService|185|2024-09-09| |155|[rustq/3body-lang](https://github.com/rustq/3body-lang)|三体编程语言 Three Body Language written in Rust|180|2024-10-08| |156|[zhang-accounting/zhang](https://github.com/zhang-accounting/zhang)|账 - a plain text double-accounting tool which is compatible with beancount but more powerful|174|2024-10-07| |157|[rbatis/abs_admin](https://github.com/rbatis/abs_admin)|http server with RBAC permissions(axum/rbatis orm/vuejs)|171|2024-10-06| |158|[MrBeanCpp/MIT](https://github.com/MrBeanCpp/MIT)|Mini-Git in Rust. 用Rust实现的简易Git|170|2024-08-03| |159|[Kingtous/RustPlayer](https://github.com/Kingtous/RustPlayer)|An local audio player & m3u8 radio player using Rust and completely terminal gui🎵. 使用Rust开发的纯终端本地/m3u8网络电台播放器🎵.|170|2024-07-14| |160|[WeBankBlockchain/WeDPR-Lab-Core](https://github.com/WeBankBlockchain/WeDPR-Lab-Core)|Core libraries of WeDPR instant scenario-focused solutions for privacy-inspired business; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件|168|2024-05-07| |161|[Steve-xmh/scl](https://github.com/Steve-xmh/scl)|SharpCraftLauncher —— A super light, fast, clean minecraft launcher framework written in rust. 一个用 Rust 编写的无比轻量的,迅速的,简洁的启动器的附属框架们。|166|2024-04-13| |162|[Lisprez/so_stupid_search](https://github.com/Lisprez/so_stupid_search)|It's my honor to drive you fucking fire faster, to have more time with your Family and Sunshine.This tool is for those who often want to search for a string Deeply into a directory in Recursive mode, ...|161|2024-09-23| |163|[mzdk100/rigela](https://github.com/mzdk100/rigela)|这是一个使用纯Rust编写的读屏(Screen Reader)项目,用于视力有障碍的人群操作电脑,软件会将屏幕上的各种信息转换成语音输出。|153|2024-10-08| |164|[lanyeeee/jmcomic-downloader](https://github.com/lanyeeee/jmcomic-downloader)|禁漫天堂 18comic.vip jmcomic 18comic 的多线程下载器,带图形界面,已打包exe,带收藏夹,免费下载收费的漫画,下载速度飞快|150|2024-10-11| |165|[Brooooooklyn/pinyin](https://github.com/Brooooooklyn/pinyin)|rust-pinyin binding for Node.js|145|2024-09-15| |166|[1148118271/ssh-rs](https://github.com/1148118271/ssh-rs)|Rust implementation of ssh2.0 client 👻 rust实现的ssh2.0客户端|143|2024-07-01| |167|[framist/SAFC-bot](https://github.com/framist/SAFC-bot)|SAFC — 元平台、弱中心 — 不止是评价导师 Student Anti-Fraud Center - Meta & Decentralization - not just reviewing supervisor|141|2024-09-23| |168|[sentinel-group/sentinel-rust](https://github.com/sentinel-group/sentinel-rust)|Sentinel Rust version|129|2024-04-27| |169|[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 ...|125|2024-07-01| |170|[super1207/install_llob](https://github.com/super1207/install_llob)|在windows上全自动安装llonebot|123|2024-09-21| |171|[limitcool/bilistream](https://github.com/limitcool/bilistream)|bilistream是一个支持无人值守自动转播Twitch和Youtube(包括预告类型直播)的B站直播自动转播工具。|123|2024-09-17| |172|[86maid/ddddocr](https://github.com/86maid/ddddocr)|ddddocr rust 版本,ocr_api_server rust 版本,二进制版本,验证码识别,不依赖 opencv 库,跨平台运行,a simple OCR API server, very easy to deploy。|122|2024-07-21| |173|[zjp-CN/rustdx](https://github.com/zjp-CN/rustdx)|受 pytdx 启发的 A 股数据获取工具|121|2024-09-24| |174|[reganzm/hug_rust](https://github.com/reganzm/hug_rust)|拥抱rust|119|2024-07-17| |175|[riscv-rust/longan-nano](https://github.com/riscv-rust/longan-nano)|Board support package for the Longan Nano board|117|2024-05-15| |176|[Berrysoft/tunet-rust](https://github.com/Berrysoft/tunet-rust)|清华大学校园网 Rust 库与客户端|116|2024-10-07| |177|[gwy15/danmu2ass](https://github.com/gwy15/danmu2ass)|将哔哩哔哩的 弹幕 转化为 ass 字幕文件,实时预览|115|2024-05-16| |178|[zitsen/ooxml-rs](https://github.com/zitsen/ooxml-rs)|Office OpenXML reader and writer in Rust|114|2024-06-22| |179|[360quake/quake_rs](https://github.com/360quake/quake_rs)|Quake Command-Line Application|112|2024-10-07| |180|[Bylx666/key-lang](https://github.com/Bylx666/key-lang)|目标是最精致的编程语言|111|2024-05-07| |181|[fefit/visdom](https://github.com/fefit/visdom)|A library use jQuery like API for html parsing & node selecting & node mutation, suitable for web scraping and html confusion.|109|2024-04-18| |182|[black-binary/hust-network-login](https://github.com/black-binary/hust-network-login)|为嵌入式设备设计的最小化华中科技大学校园网络认证工具|107|2024-06-11| |183|[LJason77/bilibili-webhook](https://github.com/LJason77/bilibili-webhook)|自动下载 B站 视频|106|2024-04-18| |184|[cpcdoy/rust-sbert](https://github.com/cpcdoy/rust-sbert)|Rust port of sentence-transformers (https://github.com/UKPLab/sentence-transformers)|106|2024-09-17| |185|[yescallop/areacodes](https://github.com/yescallop/areacodes)|中华人民共和国县级以上历史行政区划代码及新旧代码对应关系数据集|103|2024-10-11| |186|[pysrc/diffscreen-web](https://github.com/pysrc/diffscreen-web)|Diffscreen的web版本|101|2024-08-14| |187|[orhun/godsays](https://github.com/orhun/godsays)|Rust port of the Terry Davis' (RIP) "god says" program|99|2024-05-29| |188|[Alex-Beng/Yap](https://github.com/Alex-Beng/Yap)|超快的原神自动拾取 Ultra-fast Genshin Impact Auto Pickup|94|2024-09-06| |189|[rust-bitcoin/rust-bip39](https://github.com/rust-bitcoin/rust-bip39)|A Rust library for working with Bitcoin BIP-39 mnemonics|94|2024-10-06| |190|[kaixinbaba/hg-tui](https://github.com/kaixinbaba/hg-tui)|使用 TUI 界面去浏览 HelloGitHub 网站|93|2024-09-03| |191|[Amorter/biliTicker_gt](https://github.com/Amorter/biliTicker_gt)|biliTicker的自动验证模块|91|2024-07-09| |192|[nanozuki/dantalian](https://github.com/nanozuki/dantalian)|A nfo file generator for your anime. Source from Bangumi.|86|2024-05-17| |193|[ZihanType/predawn](https://github.com/ZihanType/predawn)|Predawn is a Rust web framework like Spring Boot -- Predawn 是一个类似 Spring Boot 的 Rust web 框架|76|2024-10-11| |194|[singcl/XmVideoPlayer](https://github.com/singcl/XmVideoPlayer)|一款高颜值的支持播放和下载mp4, m3u8,flv,mpeg-dash等多种流媒体格式的桌面客户端 🔥。|73|2024-06-22| |195|[cask-pkg/cask.rs](https://github.com/cask-pkg/cask.rs)|A universal, distributed binary file manager. 一个通用的去中心化二进制管理器|73|2024-07-13| |196|[lanyeeee/picacomic-downloader](https://github.com/lanyeeee/picacomic-downloader)|哔咔漫画 picacomic pica漫画 bika漫画 PicACG 多线程下载器,带图形界面,已打包exe,带收藏夹,下载速度飞快|71|2024-10-11| |197|[eigeen/more-auto-shoutouts](https://github.com/eigeen/more-auto-shoutouts)|MHW 更多定型文mod|71|2024-05-13| |198|[A10ha/ICPSearch](https://github.com/A10ha/ICPSearch)|ICP 备案批量查询工具|68|2024-09-18| |199|[darkyzhou/seele](https://github.com/darkyzhou/seele)|面向云原生的在线评测系统. Cloud-Native oriented Online Judge system|65|2024-06-19| |200|[maiqingqiang/newbee-mall-api-rs](https://github.com/maiqingqiang/newbee-mall-api-rs)| 🔥🔥 Newbee Mall Backend API - Rust Language Version.  新蜂商城后端接口 - rust 语言版本 🚧[WIP]|63|2024-06-09|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Shell.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Shell 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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|38884|2024-10-07| |2|[OpenBMB/ChatDev](https://github.com/OpenBMB/ChatDev)|Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)|25340|2024-10-11| |3|[dockur/windows](https://github.com/dockur/windows)|Windows inside a Docker container.|17661|2024-10-11| |4|[mack-a/v2ray-agent](https://github.com/mack-a/v2ray-agent)|Xray、Tuic、hysteria2、sing-box 八合一一键脚本|13948|2024-10-09| |5|[hq450/fancyss](https://github.com/hq450/fancyss)|fancyss is a project providing tools to across the GFW on asuswrt/merlin based router.|12344|2024-09-29| |6|[skywind3000/awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets)|超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 :zap:|11112|2024-08-26| |7|[quickemu-project/quickemu](https://github.com/quickemu-project/quickemu)|Quickly create and run optimised Windows, macOS and Linux virtual machines|10617|2024-10-04| |8|[wulabing/Xray_onekey](https://github.com/wulabing/Xray_onekey)|Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本 |9258|2024-09-27| |9|[QwenLM/Qwen2.5](https://github.com/QwenLM/Qwen2.5)|Qwen2.5 is the large language model series developed by Qwen team, Alibaba Cloud.|8794|2024-10-02| |10|[juewuy/ShellCrash](https://github.com/juewuy/ShellCrash)|Run sing-box/mihomo as client in shell|8683|2024-10-05| |11|[xzhih/one-key-hidpi](https://github.com/xzhih/one-key-hidpi)|Enable macOS HiDPI and have a native setting.|8680|2024-07-03| |12|[Dhghomon/easy_rust](https://github.com/Dhghomon/easy_rust)|Rust explained using easy English|8075|2024-05-13| |13|[kiddin9/Kwrt](https://github.com/kiddin9/Kwrt)|一分钟在线定制编译 X86/64, NanoPi R2S R4S R5S R6S, 斐讯 Phicomm N1 K2P, 树莓派 Raspberry Pi, 香橙派 Orange Pi, 红米AX6, 小米AX3600, 小米AX9000, 红米AX6S 小米AX3200, 红米AC2100, 华硕ASUS, 网件NETGEAR 等主流软硬路由|7586|2024-10-09| |14|[oldratlee/useful-scripts](https://github.com/oldratlee/useful-scripts)|🐌 useful scripts for making developer's everyday life easier and happier, involved java, shell etc.|7281|2024-09-03| |15|[fbelavenuto/arpl](https://github.com/fbelavenuto/arpl)|Automated Redpill Loader|7197|2024-05-08| |16|[kenzok8/openwrt-packages](https://github.com/kenzok8/openwrt-packages)|openwrt常用软件包|6454|2024-10-11| |17|[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. |6212|2024-08-19| |18|[DaoCloud/public-image-mirror](https://github.com/DaoCloud/public-image-mirror)|很多镜像都在国外。比如 gcr 。国内下载很慢,需要加速。致力于提供连接全世界的稳定可靠安全的容器镜像服务。|5935|2024-10-11| |19|[stupidloud/nanopi-openwrt](https://github.com/stupidloud/nanopi-openwrt)|Openwrt for Nanopi R1S R2S R4S R5S 香橙派 R1 Plus 固件编译 纯净版与大杂烩|5449|2024-04-16| |20|[ben1234560/k8s_PaaS](https://github.com/ben1234560/k8s_PaaS)|如何基于K8s(Kubernetes)部署成PaaS/DevOps(一套完整的软件研发和部署平台)--教程/学习(实战代码/架构设计/大量注释/操作配图),你将习得部署如:K8S(Kubernetes)、Dashboard、Harbor、Jenkins、本地Gitlab、Apollo框架、Promtheus、Grafana、Spinnaker等。|4943|2024-07-17| |21|[DDS-Derek/xiaoya-alist](https://github.com/DDS-Derek/xiaoya-alist)|小雅Alist的相关周边|4914|2024-10-11| |22|[GaiaNet-AI/gaianet-node](https://github.com/GaiaNet-AI/gaianet-node)|Install and run your own AI agent service|4822|2024-10-10| |23|[jinwyp/one_click_script](https://github.com/jinwyp/one_click_script)|install latest or LTS linux kernel and enable BBR or BBR plus|4737|2024-10-11| |24|[appleboy/ssh-action](https://github.com/appleboy/ssh-action)|GitHub Actions for executing remote ssh commands.|4716|2024-10-06| |25|[chaifeng/ufw-docker](https://github.com/chaifeng/ufw-docker)|To fix the Docker and UFW security flaw without disabling iptables|4397|2024-09-29| |26|[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.|4355|2024-09-23| |27|[RROrg/rr](https://github.com/RROrg/rr)|Redpill Recovery (arpl-i18n)|4246|2024-10-11| |28|[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|4195|2024-09-05| |29|[lmc999/RegionRestrictionCheck](https://github.com/lmc999/RegionRestrictionCheck)|A bash script to check the status of your IP on various geo-restricted services. |4018|2024-10-09| |30|[yeszao/dnmp](https://github.com/yeszao/dnmp)|Docker LNMP (Nginx, PHP7/PHP5, MySQL, Redis)|3930|2024-10-11| |31|[spiritLHLS/ecs](https://github.com/spiritLHLS/ecs)|VPS融合怪服务器测评脚本(VPS Fusion Monster Server Test Script)(尽量做最全能测试服务器的脚本)|3579|2024-09-30| |32|[Vonng/pigsty](https://github.com/Vonng/pigsty)|Battery-Included PostgreSQL Distro as a Free RDS Alternative|3211|2024-08-21| |33|[firehol/blocklist-ipsets](https://github.com/firehol/blocklist-ipsets)|ipsets dynamically updated with firehol's update-ipsets.sh script|3171|2024-10-11| |34|[emptysuns/Hi_Hysteria](https://github.com/emptysuns/Hi_Hysteria)|Hello World!非钟国优化线路使用不佳?不想中转?hysteria一键搞定。|3116|2024-04-14| |35|[mvscode/frps-onekey](https://github.com/mvscode/frps-onekey)|Frp server one-click configuration script. The script obtains the latest Frp version by default|3100|2024-09-21| |36|[CyC2018/Job-Recommend](https://github.com/CyC2018/Job-Recommend)|🔎 互联网内推信息(社招、校招、实习)|2958|2024-08-19| |37|[leitbogioro/Tools](https://github.com/leitbogioro/Tools)|Something about tools|2950|2024-04-22| |38|[teddysun/lamp](https://github.com/teddysun/lamp)|Install LAMP (Linux + Apache + MySQL/MariaDB + PHP) for AlmaLinux/RockyLinux/CentOS/Debian/Ubuntu|2873|2024-10-02| |39|[olegos2/mobox](https://github.com/olegos2/mobox)|-|2837|2024-07-26| |40|[gaoyifan/china-operator-ip](https://github.com/gaoyifan/china-operator-ip)|中国运营商IPv4/IPv6地址库-每日更新|2789|2024-10-11| |41|[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、微加云、贝壳云、我家云、章鱼星球等|2747|2024-04-17| |42|[nextcloud/nextcloudpi](https://github.com/nextcloud/nextcloudpi)|📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, curl installer...|2525|2024-09-25| |43|[SuperManito/LinuxMirrors](https://github.com/SuperManito/LinuxMirrors)|GNU/Linux 更换系统软件源脚本|2464|2024-10-07| |44|[thijsvanloef/palworld-server-docker](https://github.com/thijsvanloef/palworld-server-docker)|A Docker Container to easily run a Palworld dedicated server.|2424|2024-10-05| |45|[xubiaolin/docker-zerotier-planet](https://github.com/xubiaolin/docker-zerotier-planet)|一分钟私有部署zerotier-planet服务|2311|2024-10-10| |46|[bin456789/reinstall](https://github.com/bin456789/reinstall)|一键DD/重装脚本 (One-click reinstall OS on VPS)|2292|2024-10-03| |47|[Elegycloud/clash-for-linux-backup](https://github.com/Elegycloud/clash-for-linux-backup)|基于Clash Core 制作的Clash For Linux备份仓库 A Clash For Linux Backup Warehouse Based on Clash Core|2271|2024-09-20| |48|[zfl9/ss-tproxy](https://github.com/zfl9/ss-tproxy)|ss/v2ray/xray/trojan/hysteria/naive/socks5 透明代理|2246|2024-09-11| |49|[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|2210|2024-08-18| |50|[wulabing/V2Ray_ws-tls_bash_onekey](https://github.com/wulabing/V2Ray_ws-tls_bash_onekey)|-|2112|2024-09-27| |51|[jorgebucaran/nvm.fish](https://github.com/jorgebucaran/nvm.fish)|The Node.js version manager you'll adore, crafted just for Fish|2112|2024-09-14| |52|[xykt/IPQuality](https://github.com/xykt/IPQuality)|A script for IP quality detection|1990|2024-10-05| |53|[snail007/proxy_admin_free](https://github.com/snail007/proxy_admin_free)|Proxy是高性能全功能的http代理、https代理、socks5代理、内网穿透、内网穿透p2p、内网穿透代理、内网穿透反向代理、内网穿透服务器、Websocket代理、TCP代理、UDP代理、DNS代理、DNS加密代理,代理API认证,全能跨平台代理服务器。|1923|2024-09-25| |54|[cdarlint/winutils](https://github.com/cdarlint/winutils)|winutils.exe hadoop.dll and hdfs.dll binaries for hadoop windows|1910|2024-05-16| |55|[UnblockNeteaseMusic/luci-app-unblockneteasemusic](https://github.com/UnblockNeteaseMusic/luci-app-unblockneteasemusic)|[OpenWrt] 解除网易云音乐播放限制|1830|2024-09-15| |56|[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.|1828|2024-10-06| |57|[FlechazoPh/QLDependency](https://github.com/FlechazoPh/QLDependency)|青龙面板全依赖一键安装脚本 / Qinglong Pannel Dependency Install Scripts.|1800|2024-07-19| |58|[al0ne/LinuxCheck](https://github.com/al0ne/LinuxCheck)|Linux应急处置/信息搜集/漏洞检测工具,支持基础配置/网络流量/任务计划/环境变量/用户信息/Services/bash/恶意文件/内核Rootkit/SSH/Webshell/挖矿文件/挖矿进程/供应链/服务器风险等13类70+项检查|1776|2024-06-19| |59|[boredazfcuk/docker-icloudpd](https://github.com/boredazfcuk/docker-icloudpd)|An Alpine Linux container for the iCloud Photos Downloader command line utility |1763|2024-09-17| |60|[esirplayground/AutoBuild-OpenWrt](https://github.com/esirplayground/AutoBuild-OpenWrt)|Build OpenWrt using GitHub Actions 使用 GitHub Actions 编译 OpenWrt 感谢P3TERX的项目源码 感谢KFERMercer的项目源码|1760|2024-07-01| |61|[ffffffff0x/f8x](https://github.com/ffffffff0x/f8x)|红/蓝队环境自动化部署工具 Red/Blue team environment automation deployment tool|1757|2024-09-02| |62|[VR-25/acc](https://github.com/VR-25/acc)|Advanced Charging Controller|1737|2024-08-24| |63|[aqzt/kjyw](https://github.com/aqzt/kjyw)|快捷运维,代号kjyw,项目基于shell、python,运维脚本工具库,收集各类运维常用工具脚本,实现快速安装nginx、mysql、php、redis、nagios、运维经常使用的脚本等等...|1700|2024-08-17| |64|[monlor/docker-xiaoya](https://github.com/monlor/docker-xiaoya)|💡使用 Docker Compose 以更优雅的方式来部署小雅服务,支持一键部署 Alist + Emby + Jellyfin,全平台支持,Linux/Windows/Mac/群晖,X86/Arm架构|1634|2024-10-11| |65|[jlesage/docker-firefox](https://github.com/jlesage/docker-firefox)|Docker container for Firefox|1631|2024-09-29| |66|[tom-snow/wechat-windows-versions](https://github.com/tom-snow/wechat-windows-versions)|保存微信历史版本|1555|2024-09-30| |67|[Aurora-Admin-Panel/deploy](https://github.com/Aurora-Admin-Panel/deploy)|一个多服务器端口租用管理面板|1544|2024-10-04| |68|[archlinuxcn/repo](https://github.com/archlinuxcn/repo)|Arch Linux CN Repository|1528|2024-10-11| |69|[collabH/bigdata-growth](https://github.com/collabH/bigdata-growth)|大数据知识仓库涉及到数据仓库建模、实时计算、大数据、数据中台、系统设计、Java、算法等。|1450|2024-09-23| |70|[YAWAsau/backup_script](https://github.com/YAWAsau/backup_script)|備份數據腳本|1446|2024-10-02| |71|[arloor/iptablesUtils](https://github.com/arloor/iptablesUtils)|iptables转发ddns域名|1437|2024-09-30| |72|[nacos-group/nacos-docker](https://github.com/nacos-group/nacos-docker)|This project contains a Docker image meant to facilitate the deployment of Nacos .|1414|2024-09-20| |73|[bohanyang/debi](https://github.com/bohanyang/debi)|Reinstall your VPS to minimal Debian|1390|2024-05-18| |74|[rime/plum](https://github.com/rime/plum)|東風破 /plum/: Rime configuration manager and input schema repository|1387|2024-04-17| |75|[233boy/Xray](https://github.com/233boy/Xray)|最好用的 Xray 一键安装脚本 & 管理脚本|1375|2024-09-07| |76|[unifreq/openwrt_packit](https://github.com/unifreq/openwrt_packit)|Flippy's openwrt packaged source code|1375|2024-10-02| |77|[pmkol/easymosdns](https://github.com/pmkol/easymosdns)|简化Mosdns基本功能使用的辅助脚本,仅需几分钟即可搭建一台支持ECS的无污染DNS服务器|1363|2024-10-11| |78|[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|1355|2024-10-03| |79|[xiaoZ-hc/redtool](https://github.com/xiaoZ-hc/redtool)|日常积累的一些红队工具及自己写的脚本,更偏向于一些diy的好用的工具,并不是一些比较常用的msf/awvs/xray这种|1354|2024-08-18| |80|[Jonnyan404/zerotier-planet](https://github.com/Jonnyan404/zerotier-planet)|一分钟自建zerotier-planet|1348|2024-07-22| |81|[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)|1344|2024-07-04| |82|[fscarmen/sing-box](https://github.com/fscarmen/sing-box)|Sing-box 全家桶 --- 一键多协议脚本|1281|2024-09-24| |83|[myxuchangbin/dnsmasq_sniproxy_install](https://github.com/myxuchangbin/dnsmasq_sniproxy_install)|One-click Install and Configure Dnsmasq and Sniproxy for CentOS/Debian/Ubuntu|1206|2024-07-02| |84|[fscarmen/ArgoX](https://github.com/fscarmen/ArgoX)|Argo Xray for VPS one-click script. 一键脚本|1196|2024-09-08| |85|[kubesre/docker-registry-mirrors](https://github.com/kubesre/docker-registry-mirrors)|多平台容器镜像代理服务,支持 Docker Hub, GitHub, Google, k8s, Quay, Microsoft 等镜像仓库.|1162|2024-09-29| |86|[sbwml/luci-app-mosdns](https://github.com/sbwml/luci-app-mosdns)|一个 DNS 转发器 - OpenWrt 🎁 MosDNS v5 is Ready! 🎉|1157|2024-10-09| |87|[521xueweihan/OneFile](https://github.com/521xueweihan/OneFile)|只有一个文件!|1143|2024-05-11| |88|[eooce/Sing-box](https://github.com/eooce/Sing-box)|既然来了,就留下你的Star吧!Serv00 CT8 VPS 游戏机 sing-box(reality + hy2 + vmess-argo +tuic5)四合一无交互一键安装脚本(已适配Alpine),支持纯V6 vps,默认解锁GPT和奈飞|1133|2024-10-02| |89|[CHIZI-0618/box4magisk](https://github.com/CHIZI-0618/box4magisk)|Use sing-box, clash, v2ray, xray tunnel proxy on Android devices.|1131|2024-10-05| |90|[ellermister/mtproxy](https://github.com/ellermister/mtproxy)|MTProxyTLS一键安装绿色脚本|1096|2024-06-05| |91|[EternalPain/ZJL](https://github.com/EternalPain/ZJL)|ZJL 免流防跳脚本|1090|2024-08-26| |92|[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.|1072|2024-04-18| |93|[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.|1070|2024-08-27| |94|[Kyle-Ye/XcodeLLMEligible](https://github.com/Kyle-Ye/XcodeLLMEligible)|-|1052|2024-10-09| |95|[ttionya/vaultwarden-backup](https://github.com/ttionya/vaultwarden-backup)|Backup vaultwarden (formerly known as bitwarden_rs) SQLite3/PostgreSQL/MySQL/MariaDB database by rclone. (Docker)|1034|2024-09-25| |96|[1995chen/dnf](https://github.com/1995chen/dnf)|-|1019|2024-08-27| |97|[TencentGameMate/chinese_speech_pretrain](https://github.com/TencentGameMate/chinese_speech_pretrain)|chinese speech pretrained models|1017|2024-08-23| |98|[iranee/qnap-alist-webdav](https://github.com/iranee/qnap-alist-webdav)|一款挂载多个云盘的工具|1000|2024-09-19| |99|[veip007/dd](https://github.com/veip007/dd)|萌咖大佬的Linux 一键DD脚本|941|2024-07-24| |100|[woniuzfb/iptv](https://github.com/woniuzfb/iptv)|HAProxy / Docker / Traefik / Rclone / Calibre Web / Alist / FFmpeg / Nginx / Openresty / V2ray / Xray / Armbian / Proxmox VE / .. All In One Script|916|2024-10-05| |101|[cby-chen/Kubernetes](https://github.com/cby-chen/Kubernetes)|kubernetes (k8s) 二进制高可用安装,Binary installation of kubernetes (k8s) --- 开源不易,帮忙点个star,谢谢了🌹|898|2024-09-27| |102|[CJ-Chen/TBtools-II](https://github.com/CJ-Chen/TBtools-II)|GUI/CommandLine Tool Box for biologistists to utilize NGS data.|893|2024-10-09| |103|[asdf-vm/asdf-nodejs](https://github.com/asdf-vm/asdf-nodejs)|Node.js plugin for asdf version manager|892|2024-07-30| |104|[Flikify/getNode](https://github.com/Flikify/getNode)|每小时更新最新的Clash、v2ray节点信息|887|2024-10-11| |105|[notmarek/LanguageBreak](https://github.com/notmarek/LanguageBreak)|A kindle <=5.16.2.1.1 jailbreak|883|2024-06-20| |106|[2moe/tmoe](https://github.com/2moe/tmoe)|TMOE, More Optional Environments.|862|2024-10-11| |107|[aws/aws-app-mesh-examples](https://github.com/aws/aws-app-mesh-examples)|AWS App Mesh is a service mesh that you can use with your microservices to manage service to service communication.|862|2024-09-24| |108|[DoL-Lyra/Lyra](https://github.com/DoL-Lyra/Lyra)|Degrees of Lewdity 整合|857|2024-10-06| |109|[jlesage/docker-handbrake](https://github.com/jlesage/docker-handbrake)|Docker container for HandBrake|830|2024-09-16| |110|[kkkgo/PaoPaoDNS](https://github.com/kkkgo/PaoPaoDNS)|泡泡DNS是一个能一键部署递归DNS的docker镜像|810|2024-08-28| |111|[yhan219/navicat_reset_mac](https://github.com/yhan219/navicat_reset_mac)|navicat16/17 mac版无限重置试用期脚本|803|2024-09-29| |112|[jlesage/docker-jdownloader-2](https://github.com/jlesage/docker-jdownloader-2)|Docker container for JDownloader 2|794|2024-09-29| |113|[dockur/windows-arm](https://github.com/dockur/windows-arm)|Windows for ARM in a Docker container.|792|2024-10-11| |114|[framps/raspiBackup](https://github.com/framps/raspiBackup)|Create and keep multiple backup versions of your running Raspberries|792|2024-10-10| |115|[kenzok8/openwrt_Build](https://github.com/kenzok8/openwrt_Build)|一键多编译固件|783|2024-10-05| |116|[summerblue/laravel-ubuntu-init](https://github.com/summerblue/laravel-ubuntu-init)|A shell script for setting up Laravel Production environment on Ubuntu 14.04 & Ubuntu 16 & Ubuntu 18 system.|748|2024-09-03| |117|[jerry048/Dedicated-Seedbox](https://github.com/jerry048/Dedicated-Seedbox)|-|732|2024-04-24| |118|[stilleshan/frpc](https://github.com/stilleshan/frpc)|基于原版 frp 内网穿透客户端 frpc 的一键安装卸载脚本和 docker 镜像.支持群晖NAS,Linux 服务器和 docker 等多种环境安装部署.|718|2024-08-19| |119|[ki9mu/ARL-plus-docker](https://github.com/ki9mu/ARL-plus-docker)|基于ARL-V2.6.2修改后的版本|707|2024-10-11| |120|[shvchk/fallout-grub-theme](https://github.com/shvchk/fallout-grub-theme)|Fallout GRUB theme|696|2024-09-03| |121|[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)|692|2024-10-09| |122|[apolloconfig/apollo-quick-start](https://github.com/apolloconfig/apollo-quick-start)|Apollo Quick Start|691|2024-05-18| |123|[CatMe0w/zouxian](https://github.com/CatMe0w/zouxian)|Permanent Apple Intelligence + Xcode Predictive Code Completion for Chinese-market Mac computers|683|2024-07-31| |124|[Runner-Go-Team/RunnerGo](https://github.com/Runner-Go-Team/RunnerGo)|RunnerGo是一款国内开发者自研的性能压测工具,可以进行接口测试、场景自动化测试、性能压测等一系列功能。|681|2024-07-09| |125|[seagullz4/hysteria2](https://github.com/seagullz4/hysteria2)|hysteria2一键安装精简版/hy2一键安装/hysteria2 install/نصب با یک کلیک hysteria2/祝大家万事如意,心想事成|663|2024-09-28| |126|[i-abc/Speedtest](https://github.com/i-abc/Speedtest)|多功能测速脚本 Multi-functional speedtest script|659|2024-04-29| |127|[felix-fly/v2ray-openwrt](https://github.com/felix-fly/v2ray-openwrt)|路由器Openwrt手工/脚本/ipk包安装V2ray简单流程|656|2024-07-19| |128|[GhostTroops/TOP](https://github.com/GhostTroops/TOP)|TOP All bugbounty pentesting CVE-2023- POC Exp RCE example payload Things|651|2024-10-11| |129|[msojocs/wechat-web-devtools-linux](https://github.com/msojocs/wechat-web-devtools-linux)|适用于微信小程序的微信开发者工具 Linux移植版|639|2024-09-28| |130|[apernet/tcp-brutal](https://github.com/apernet/tcp-brutal)|-|636|2024-08-04| |131|[wukongdaily/tvhelper-docker](https://github.com/wukongdaily/tvhelper-docker)|让你使用电脑、NAS等一切能运行docker的设备变成盒子的ADB安装助手|628|2024-09-08| |132|[fscarmen2/Argo-Nezha-Service-Container](https://github.com/fscarmen2/Argo-Nezha-Service-Container)|Nezha server over Argo tunnel 使用 Argo 隧道的哪吒服务端|626|2024-09-24| |133|[recolic/awesome-hust](https://github.com/recolic/awesome-hust)|HUST experiments, reports, and useful tools.|614|2024-10-02| |134|[snowdreamtech/frp](https://github.com/snowdreamtech/frp)|Docker Images for Frp. (amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le,riscv64, s390x)|613|2024-09-16| |135|[FranzKafkaYu/sing-box-yes](https://github.com/FranzKafkaYu/sing-box-yes)|Install & manage sing-box easily|601|2024-06-09| |136|[1orz/My-action](https://github.com/1orz/My-action)|自动编译-无人值守Auto release base on Github actions|593|2024-08-03| |137|[ping11700/LOLkit](https://github.com/ping11700/LOLkit)|One gift for all LOL gamers, League of Legends工具|590|2024-10-10| |138|[y0ngb1n/dockerized](https://github.com/y0ngb1n/dockerized)|🐳 Build once, run anywhere|589|2024-08-21| |139|[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.|587|2024-06-09| |140|[liusj5257/azurlane_anti_name](https://github.com/liusj5257/azurlane_anti_name)|碧蓝航线反和谐:过场图随机12张,皮肤预览,特触,敌我船名,誓约之戒 新增Zygisk模块,Lsposed模块|572|2024-09-14| |141|[wang-bin/avbuild](https://github.com/wang-bin/avbuild)|ffmpeg花式编译. build tool for all platforms: iOS, android, raspberry pi, win32, uwp, linux, macOS etc.|562|2024-10-05| |142|[stilleshan/frps](https://github.com/stilleshan/frps)|基于原版 frp 内网穿透服务端 frps 的一键安装卸载脚本和 docker 镜像.支持 Linux 服务器和 docker 等多种环境安装部署.|560|2024-08-19| |143|[xiaoleGun/KernelSU_Action](https://github.com/xiaoleGun/KernelSU_Action)|A action for build KernelSU into your kernel|553|2024-08-11| |144|[DHDAXCW/OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64)|基于 lede 源码建构 x86 的 OpenWrt 固件。|550|2024-10-10| |145|[bach-sh/bach](https://github.com/bach-sh/bach)|Bach Testing Framework|550|2024-09-19| |146|[Nick233333/phper-linux-gitbook](https://github.com/Nick233333/phper-linux-gitbook)|💡PHPer 必知必会的 Linux 命令|543|2024-07-02| |147|[xavier-hernandez/goaccess-for-nginxproxymanager](https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager)|GoAccess Docker Image for Nginx Proxy Manager and more...|530|2024-09-23| |148|[appotry/PTtool](https://github.com/appotry/PTtool)|自动化硬链接工具,在最大可能情况下节约空间,并保持做种。 小于1M的文件直接复制,刮削修改nfo等小文件不影响做种。 大于1M的文件硬链接到目的目录,可以随意修改文件名。|524|2024-09-30| |149|[RohitVerma882/termux-miunlock](https://github.com/RohitVerma882/termux-miunlock)|A program that can be used to retrieve the bootloader unlock token for Xiaomi devices. (and unlock the bootloader) using Termux|519|2024-09-09| |150|[cxf-boluo/magisk_All](https://github.com/cxf-boluo/magisk_All)|magisk 一键集成环境,再也不用每次刷完机繁琐的配置环境了!|512|2024-07-20| |151|[Fishdrowned/ssl](https://github.com/Fishdrowned/ssl)|Self-signed Wildcard SSL Certificate Generator|510|2024-07-26| |152|[bigbugcc/OpenWrts](https://github.com/bigbugcc/OpenWrts)|OpenWRT 应用商店 固件(Raspberry Pi5 4B 3B+,NanoPi R2S R4S R5C R5S,FastRhino R68S,Orange Pi R1Plus,x86/64) 源码更新自动编译(周更)|508|2024-10-11| |153|[lee1080/CloudflareSpeedTestDDNS](https://github.com/lee1080/CloudflareSpeedTestDDNS)|使用CloudflareSpeedTest工具优选IP后自动DDNS到Cloudflare|501|2024-08-18| |154|[cockroachai/cockroachai](https://github.com/cockroachai/cockroachai)|一个简单的小程序,用于账号共享。免费但暂不开源。|498|2024-06-14| |155|[ineo6/homebrew-install](https://github.com/ineo6/homebrew-install)|homebrew安装使用中科大镜像|498|2024-04-28| |156|[Magisk-Modules-Alt-Repo/HideNavBar](https://github.com/Magisk-Modules-Alt-Repo/HideNavBar)|Fullscreen/Immersive Gesture Tweaks for Android 10-14|492|2024-05-26| |157|[Jiangmenghao/NUC8i5BEH](https://github.com/Jiangmenghao/NUC8i5BEH)|NUC8i5BEH Hackintosh|490|2024-10-07| |158|[jacyl4/de_GWD](https://github.com/jacyl4/de_GWD)|Debian Gateway & DNS - |488|2024-09-28| |159|[jontewks/puppeteer-heroku-buildpack](https://github.com/jontewks/puppeteer-heroku-buildpack)|Installs dependencies needed in order to run puppeteer on heroku.|487|2024-08-05| |160|[simonsmh/notocjk](https://github.com/simonsmh/notocjk)|NotoSansCJK & NotoSerifCJK full weight patch for Android devices.|486|2024-08-27| |161|[pdulvp/jellyfin-qnap](https://github.com/pdulvp/jellyfin-qnap)|Jellyfin server packaging for QNAP NAS|485|2024-10-05| |162|[ilxp/luci-app-ikoolproxy](https://github.com/ilxp/luci-app-ikoolproxy)|iKoolProxy是基于KoolProxyR 重新整理的。 需要先安装koolproxy.ipk,再luci,记得一定要重启路由器!|475|2024-08-28| |163|[starnightcyber/Miscellaneous](https://github.com/starnightcyber/Miscellaneous)|百宝箱|460|2024-07-19| |164|[hello-yunshu/Xray_bash_onekey](https://github.com/hello-yunshu/Xray_bash_onekey)|Xray+Nginx 包含 VLESS WebSocket/gPRC+TLS / XTLS+TCP 协议的一键安装脚本|458|2024-06-07| |165|[QROkes/webinoly](https://github.com/QROkes/webinoly)|Optimized LEMP Web Server to manage your WordPress, PHP, or simple HTML sites running on a powerful NGINX setup.|453|2024-09-26| |166|[firemakergk/aquar-build-helper](https://github.com/firemakergk/aquar-build-helper)|Aquar系统搭建指南|449|2024-04-28| |167|[dromara/fast-request](https://github.com/dromara/fast-request)|IntelliJ IDEA plugin Restful Fast Request|448|2024-09-29| |168|[enomothem/Whoamifuck](https://github.com/enomothem/Whoamifuck)|用于Linux应急响应,快速排查异常用户登录情况和入侵信息排查,准确定位溯源时间线,高效辅助还原攻击链。|445|2024-08-06| |169|[YangguangZhou/Monet-All](https://github.com/YangguangZhou/Monet-All)|莫奈取色整合的Magisk模块,可通过音量键选择是否安装对应应用的取色模块|439|2024-10-03| |170|[jlesage/docker-makemkv](https://github.com/jlesage/docker-makemkv)|Docker container for MakeMKV|438|2024-09-16| |171|[theniceboy/.config](https://github.com/theniceboy/.config)|My dotfiles|437|2024-09-23| |172|[flagify-com/OctoMation](https://github.com/flagify-com/OctoMation)|OctoMation是一款免费的,具有可视化拖拽功能的编排与自动化产品。通过精心编排的Playbook,OctoMation能够联动数百款安全、网络、IT和SaaS等产品的基础能力。其主要特点包括低代码剧本编排、自动化事件响应、标准化流程操作以及可视化过程监控。 借助OctoMation,运营团队能够开展7x24小时自动化事件响应,不仅可以大幅减少对人员的过度依赖,还能确保团队工作质量始终维持在 ...|432|2024-06-20| |173|[decoymini/DecoyMini](https://github.com/decoymini/DecoyMini)|🐝 A highly scalable, safe, free enterprise honeypots 一款高可扩展、安全、免费的企业级蜜罐系统|427|2024-07-18| |174|[oneclickvirt/pve](https://github.com/oneclickvirt/pve)|PVE相关的各种一键脚本(Various one-click scripts related to PVE)(一键安装PVE)(One-click installation of PVE)(一键开设KVM或LXC虚拟化的NAT服务器-自带内外网端口转发)(含ARM和X86_64)|425|2024-10-04| |175|[Azure/container-service-for-azure-china](https://github.com/Azure/container-service-for-azure-china)|Container Service for Azure China|422|2024-06-18| |176|[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|418|2024-10-10| |177|[233boy/sing-box](https://github.com/233boy/sing-box)|最好用的 sing-box 一键安装脚本 & 管理脚本,自动创建 REALITY 协议;支持 TUIC,Trojan,Hysteria2 等所有常见的协议|408|2024-09-09| |178|[SuperNG6/docker-aria2](https://github.com/SuperNG6/docker-aria2)|Docker Aria2的最佳实践|398|2024-09-02| |179|[LeavesMC/Leaves](https://github.com/LeavesMC/Leaves)|Fork of Paper aimed at repairing broken vanilla properties.|397|2024-10-05| |180|[lgs2007m/Actions-OpenWrt](https://github.com/lgs2007m/Actions-OpenWrt)|自用|388|2024-10-10| |181|[kkbo8005/mitan](https://github.com/kkbo8005/mitan)|密探渗透测试工具包含域名查询,搜索语法,资产测绘(FOFA,Hunter,quake, ZoomEye),指纹识别,敏感信息采集,文件扫描、密码字典等功能|381|2024-06-05| |182|[haiwen/seafile-server-installer-cn](https://github.com/haiwen/seafile-server-installer-cn)|One script to install seafile server|378|2024-06-06| |183|[dqzboy/Deploy_K8sCluster](https://github.com/dqzboy/Deploy_K8sCluster)|🔥 🔥 🔥 Deploying Highly Available Kubernetes Cluster using Binary Installation 采用二进制方式部署高可用 Kubernetes 集群|377|2024-06-09| |184|[Asterisk4Magisk/Xray4Magisk](https://github.com/Asterisk4Magisk/Xray4Magisk)|Xray core with service scripts for Android|369|2024-10-02| |185|[houbb/cache](https://github.com/houbb/cache)|The basic cache tool for java.(java 手写实现渐进式 redis 缓存工具)|368|2024-06-03| |186|[wukongdaily/tvhelper](https://github.com/wukongdaily/tvhelper)|遥控助手软路由版,适用于OpenWrt系统,包括iStoreOS。其主要作用是帮助安卓原生盒子,解决一些水土不服的小问题。|367|2024-08-04| |187|[crazypeace/v2ray_wss](https://github.com/crazypeace/v2ray_wss)|V2ray v4.45.2,VLESS_WebSocket_TLS模式 / Vmess_WebSocket_TLS模式,极简一键脚本, CaddyV2前置解除TLS和path。支持带参数 域名 IP栈 UUID path 减少安装过程中的交互|364|2024-07-27| |188|[dairoot/ChatGPT-Mirror](https://github.com/dairoot/ChatGPT-Mirror)|🚀 一键部署个人的 ChatGPT 镜像站|361|2024-09-14| |189|[esrrhs/xiaohuangji](https://github.com/esrrhs/xiaohuangji)|小黄鸡表情收集|356|2024-09-26| |190|[VIKINGYFY/OpenWRT-CI](https://github.com/VIKINGYFY/OpenWRT-CI)|云编译OpenWRT开源固件|354|2024-10-10| |191|[zixuanya/clash-for-gigabit](https://github.com/zixuanya/clash-for-gigabit)|为可执行Shell的光猫提供clash代理服务,适用与任何不超过armv7l内核架构的设备|348|2024-08-14| |192|[pzcn/Perfect-Icons-Completion-Project](https://github.com/pzcn/Perfect-Icons-Completion-Project)|MIUI 完美图标补全计划|330|2024-10-11| |193|[lingeringsound/10007_auto](https://github.com/lingeringsound/10007_auto)|ZH: 自动更新去广告的hosts ,En: Automatically update ad hosts|328|2024-10-11| |194|[Bambooin/rimerc](https://github.com/Bambooin/rimerc)|rimerc: rimer's dictionary & config|328|2024-08-24| |195|[XIU2/Shell](https://github.com/XIU2/Shell)|🐧 自用的一些乱七八糟 Linux 脚本~|326|2024-07-10| |196|[281677160/build-actions](https://github.com/281677160/build-actions)|超简单的在线编译OpenWrt固件|318|2024-08-14| |197|[spiritLHLS/one-click-installation-script](https://github.com/spiritLHLS/one-click-installation-script)|一键修复与安装脚本(各种linux系统修复与服务器环境安装脚本) One-click repair and installation scripts (various linux system repair and server environment installation scripts)|314|2024-07-13| |198|[yixiu001/serv00-script](https://github.com/yixiu001/serv00-script)|serv00脚本|312|2024-08-19| |199|[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.|310|2024-10-01| |200|[Lancenas/actions-openwrt-helloworld](https://github.com/Lancenas/actions-openwrt-helloworld)|Actions使用Lean's lede源码编译含helloworld服务固件|308|2024-06-24|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Swift.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Swift 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[exelban/stats](https://github.com/exelban/stats)|macOS system monitor in your menu bar|25221|2024-10-06| |2|[realm/SwiftLint](https://github.com/realm/SwiftLint)|A tool to enforce Swift style and conventions.|18627|2024-10-11| |3|[Moya/Moya](https://github.com/Moya/Moya)|Network abstraction layer written in Swift.|15112|2024-08-05| |4|[Caldis/Mos](https://github.com/Caldis/Mos)|一个用于在 macOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板 A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on macOS|14443|2024-07-23| |5|[p0deje/Maccy](https://github.com/p0deje/Maccy)|Lightweight clipboard manager for macOS|12584|2024-10-04| |6|[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.|12322|2024-10-10| |7|[xmartlabs/Eureka](https://github.com/xmartlabs/Eureka)|Elegant iOS form builder in Swift|11772|2024-09-12| |8|[gao-sun/eul](https://github.com/gao-sun/eul)|🖥️ macOS status monitoring app written in SwiftUI.|9253|2024-05-25| |9|[MochiDiffusion/MochiDiffusion](https://github.com/MochiDiffusion/MochiDiffusion)|Run Stable Diffusion on Mac natively|7386|2024-10-07| |10|[XcodesOrg/XcodesApp](https://github.com/XcodesOrg/XcodesApp)|The easiest way to install and switch between multiple versions of Xcode - with a mouse click. |6893|2024-10-11| |11|[coteditor/CotEditor](https://github.com/coteditor/CotEditor)|Lightweight Plain-Text Editor for macOS|6385|2024-10-10| |12|[glushchenko/fsnotes](https://github.com/glushchenko/fsnotes)|Notes manager for macOS/iOS|6378|2024-10-09| |13|[Ji4n1ng/OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal)|✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm, Hyper or Alacritty.|5907|2024-05-11| |14|[sparrowcode/PermissionsKit](https://github.com/sparrowcode/PermissionsKit)|Universal API for request permission and get its statuses.|5639|2024-09-27| |15|[tw93/MiaoYan](https://github.com/tw93/MiaoYan)|⛷ Lightweight Markdown app to help you write great sentences. ⛷ 轻灵的 Markdown 笔记本伴你写出妙言|5540|2024-09-22| |16|[Finb/Bark](https://github.com/Finb/Bark)|Bark is an iOS App which allows you to push custom notifications to your iPhone|5400|2024-10-10| |17|[longitachi/ZLPhotoBrowser](https://github.com/longitachi/ZLPhotoBrowser)|Wechat-like image picker. Support select photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能; |4772|2024-09-25| |18|[ddddxxx/LyricsX](https://github.com/ddddxxx/LyricsX)|🎶 Ultimate lyrics app for macOS.|4729|2024-10-02| |19|[rime/squirrel](https://github.com/rime/squirrel)|【鼠鬚管】Rime for macOS|4638|2024-09-15| |20|[EFPrefix/EFQRCode](https://github.com/EFPrefix/EFQRCode)|A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.|4576|2024-09-19| |21|[Yummypets/YPImagePicker](https://github.com/Yummypets/YPImagePicker)|📸 Instagram-like image picker & filters for iOS|4307|2024-05-28| |22|[ArtSabintsev/Siren](https://github.com/ArtSabintsev/Siren)|Notify users when a new version of your app is available and prompt them to upgrade.|4255|2024-05-05| |23|[lihaoyun6/QuickRecorder](https://github.com/lihaoyun6/QuickRecorder)|A lightweight screen recorder based on ScreenCapture Kit for macOS / 基于 ScreenCapture Kit 的轻量化多功能 macOS 录屏工具|4229|2024-10-11| |24|[jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch)|⚙️ All-in-One menu bar app, hide 💻MacBook Pro's notch, dark mode, AirPods, Shortcuts|3942|2024-09-29| |25|[zixun/GodEye](https://github.com/zixun/GodEye)|Automaticly display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. Just like God opened his eyes|3837|2024-09-22| |26|[gee1k/uPic](https://github.com/gee1k/uPic)|📤uPic is a native, powerful, beautiful and simple picture and file upload tool for macOS.|3444|2024-06-14| |27|[EhPanda-Team/EhPanda](https://github.com/EhPanda-Team/EhPanda)|An unofficial E-Hentai App for iOS built with SwiftUI & TCA.|3123|2024-08-12| |28|[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 ...|3073|2024-09-25| |29|[WeTransfer/WeScan](https://github.com/WeTransfer/WeScan)|Document Scanning Made Easy for iOS|2846|2024-09-10| |30|[isl-org/OpenBot](https://github.com/isl-org/OpenBot)|OpenBot leverages smartphones as brains for low-cost robots. We have designed a small electric vehicle that costs about $50 and serves as a robot body. Our software stack for Android smartphones suppo ...|2828|2024-10-07| |31|[pujiaxin33/JXSegmentedView](https://github.com/pujiaxin33/JXSegmentedView)|A powerful and easy to use segmented view (segmentedcontrol, pagingview, pagerview, pagecontrol, categoryview) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)|2699|2024-07-10| |32|[ts1/BLEUnlock](https://github.com/ts1/BLEUnlock)|Lock/unlock your Mac with your iPhone, Apple Watch, or any other Bluetooth LE devices|2691|2024-07-12| |33|[Danie1s/Tiercel](https://github.com/Danie1s/Tiercel)|简单易用、功能丰富的纯 Swift 下载框架|2659|2024-06-17| |34|[mazzzystar/Queryable](https://github.com/mazzzystar/Queryable)|Run OpenAI's CLIP and Apple's MobileCLIP model on iOS to search photos.|2632|2024-09-01| |35|[DamascenoRafael/reminders-menubar](https://github.com/DamascenoRafael/reminders-menubar)|Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source.|2524|2024-09-20| |36|[AAChartModel/AAChartKit-Swift](https://github.com/AAChartModel/AAChartKit-Swift)|📈📊📱💻🖥️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 ...|2417|2024-08-26| |37|[tid-kijyun/Kanna](https://github.com/tid-kijyun/Kanna)|Kanna(鉋) is an XML/HTML parser for Swift.|2416|2024-04-28| |38|[ming1016/SwiftPamphletApp](https://github.com/ming1016/SwiftPamphletApp)|戴铭的开发小册子,一本活的开发手册。使用 SwiftUI + SwiftData + Swift Concurrency Aysnc/Await Actor + GitHub API 开发的 macOS 应用|2339|2024-10-09| |39|[stripe/stripe-ios](https://github.com/stripe/stripe-ios)|Stripe iOS SDK |2097|2024-10-11| |40|[BrikerMan/BMPlayer](https://github.com/BrikerMan/BMPlayer)|A video player for iOS, based on AVPlayer, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, support subtitles. |1954|2024-04-23| |41|[LeoMobileDeveloper/ios-developer-tools](https://github.com/LeoMobileDeveloper/ios-developer-tools)|Tools that every iOS developer should know.|1664|2024-06-08| |42|[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 ...|1659|2024-10-08| |43|[Lakr233/Asspp](https://github.com/Lakr233/Asspp)|The App Store for your multi-account eco system.|1588|2024-09-01| |44|[netease-kit/nim-uikit-ios](https://github.com/netease-kit/nim-uikit-ios)|云信 IM UIKit 是基于 NIM SDK(网易云信 IM SDK)开发的一款即时通讯 UI 组件库,包括聊天、会话、圈组、搜索、群管理等组件。通过 IM UIKit,可快速集成包含 UI 界面的即时通讯应用。|1504|2024-09-30| |45|[jaywcjlove/DevHub](https://github.com/jaywcjlove/DevHub)|A feature-rich offline application, is meticulously crafted to support developers in their daily tasks while ensuring the utmost security of their data|1420|2024-10-10| |46|[3lvis/Networking](https://github.com/3lvis/Networking)|Swift HTTP Networking with stubbing and caching support|1360|2024-08-05| |47|[guinmoon/LLMFarm](https://github.com/guinmoon/LLMFarm)|llama and other large language models on iOS and MacOS offline using GGML library.|1262|2024-10-11| |48|[dengzemiao/DZMeBookRead](https://github.com/dengzemiao/DZMeBookRead)|支持项目使用!最完整小说阅读器Demo!仿iReader(掌阅),QQ阅读 ... 常用阅读器阅读页面,支持 翻页效果(仿真,覆盖,平移,滚动,无效果)、字体切换、书签功能、阅读记录、亮度调整、背景颜色切换 ...|1232|2024-09-03| |49|[lihaoyun6/AirBattery](https://github.com/lihaoyun6/AirBattery)|Get the battery usage of all your devices on your Mac and put them on the Dock / Menu Bar / Widget! && 在Mac上获取你所有设备的电量信息并显示在Dock / 状态栏 / 小组件上!|1198|2024-10-11| |50|[wibus-wee/InjectGUI](https://github.com/wibus-wee/InjectGUI)|macOS Integrated Injection Framework (GUI version)|1179|2024-10-06| |51|[xjbeta/iina-plus](https://github.com/xjbeta/iina-plus)|Extra danmaku support for iina. (iina 弹幕支持|1130|2024-09-18| |52|[OpenIntelWireless/HeliPort](https://github.com/OpenIntelWireless/HeliPort)|Intel Wi-Fi Client for itlwm|1097|2024-08-08| |53|[cezheng/Fuzi](https://github.com/cezheng/Fuzi)|A fast & lightweight XML & HTML parser in Swift with XPath & CSS support|1073|2024-07-12| |54|[krzyzanowskim/STTextView](https://github.com/krzyzanowskim/STTextView)|Performant and reusable text view component (TextKit 2), with line numbers and more. UITextView / NSTextView replacement.|1051|2024-09-29| |55|[kingslay/KSPlayer](https://github.com/kingslay/KSPlayer)|A video player for iOS、macOS、tvOS、visionOS , based on AVPlayer and FFmpeg, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, SwiftUI, support subtitles.|991|2024-10-10| |56|[37MobileTeam/iChatGPT](https://github.com/37MobileTeam/iChatGPT)|OpenAI ChatGPT SwiftUI app for iOS, iPadOS, macOS|932|2024-06-15| |57|[soulverteam/SoulverCore](https://github.com/soulverteam/SoulverCore)|A powerful Swift framework for evaluating natural language math expressions|863|2024-09-25| |58|[lixiang1994/AttributedString](https://github.com/lixiang1994/AttributedString)|基于Swift插值方式优雅的构建富文本, 支持点击长按事件, 支持不同类型过滤, 支持自定义视图等.|853|2024-09-19| |59|[kartik-venugopal/aural-player](https://github.com/kartik-venugopal/aural-player)|An audio player for macOS, inspired by Winamp.|824|2024-09-16| |60|[lifution/FSPopoverView](https://github.com/lifution/FSPopoverView)|An iOS customizable view that displays a popover view.|754|2024-09-04| |61|[AnyImageKit/AnyImageKit](https://github.com/AnyImageKit/AnyImageKit)|A toolbox for pick/edit/capture photo or video. Written in Swift. |752|2024-10-09| |62|[JoanKing/JKSwiftExtension](https://github.com/JoanKing/JKSwiftExtension)|Swift常用扩展、组件、协议,方便项目快速搭建,提供完整清晰的Demo示例,不断的完善中...... |748|2024-10-11| |63|[cmushroom/redis-pro](https://github.com/cmushroom/redis-pro)|redis-pro redis 桌面管理工具|649|2024-09-17| |64|[openvanilla/McBopomofo](https://github.com/openvanilla/McBopomofo)|小麥注音輸入法|621|2024-10-08| |65|[Pircate/EachNavigationBar](https://github.com/Pircate/EachNavigationBar)|A custom navigation bar for each view controller.|594|2024-04-26| |66|[maiqingqiang/ChatMLX](https://github.com/maiqingqiang/ChatMLX)|🤖✨ChatMLX is a modern, open-source, high-performance chat application for MacOS based on large language models.|568|2024-10-08| |67|[isaced/ISEmojiView](https://github.com/isaced/ISEmojiView)|Emoji Keyboard for iOS|521|2024-08-20| |68|[netdcy/FlowVision](https://github.com/netdcy/FlowVision)|Waterfall-style image viewer for macOS, offering a smooth and immersive browsing experience.|506|2024-10-10| |69|[Lakr233/MoneyProgress](https://github.com/Lakr233/MoneyProgress)|借一个上班的进度条。|504|2024-05-29| |70|[lihaoyun6/Logoer](https://github.com/lihaoyun6/Logoer)|Change the style of the Apple logo in macOS menu bar / 更换macOS菜单栏苹果Logo样式的小工具|494|2024-08-09| |71|[lixiang1994/AutoInch](https://github.com/lixiang1994/AutoInch)|优雅的iPhone全尺寸/等比例精准适配工具|466|2024-09-26| |72|[zhiquan911/CHKLineChart](https://github.com/zhiquan911/CHKLineChart)|纯Swift4.0代码编写的K线图表组件,支持:MA,EMA,BOLL,SAR,KDJ,MACD等技术指标显示。集成使用简单,二次开发扩展强大|447|2024-06-13| |73|[JmoVxia/CLPlayer](https://github.com/JmoVxia/CLPlayer)|自定义视频播放器|443|2024-08-12| |74|[wxxsw/GSPlayer](https://github.com/wxxsw/GSPlayer)|⏯ Video player, support for caching, preload, fullscreen transition and custom control view. 视频播放器,支持边下边播、预加载、全屏转场和自定义控制层|425|2024-09-09| |75|[JWAutumn/ACarousel](https://github.com/JWAutumn/ACarousel)|A carousel view for SwiftUI SwiftUI 旋转木马效果|408|2024-08-13| |76|[intsig171/SmartCodable](https://github.com/intsig171/SmartCodable)|SmartCodable is a data parsing library based on Codable. It is simple to use, with robust compatibility being one of its main features. SmartCodable 是基于Codable实现的数据解析库。简单易用,强悍的兼容性是SmartCodable的主要特点。 ...|386|2024-10-08| |77|[MQZHot/DaisyNet](https://github.com/MQZHot/DaisyNet)|Alamofire与Cache封装 , 更容易存储请求数据|381|2024-06-22| |78|[winddpan/CodableWrapper](https://github.com/winddpan/CodableWrapper)|@CodingKey("encoder", "decoder") var cool: Bool = true|352|2024-09-02| |79|[creepymonster/GlucoseDirect](https://github.com/creepymonster/GlucoseDirect)|App programmed in Swift/SwiftUI for using Libre blood glucose sensors.|351|2024-08-26| |80|[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. |335|2024-04-18| |81|[vChewing/vChewing-macOS](https://github.com/vChewing/vChewing-macOS)|威注音輸入法 macOS 版,恐怕是截至目前為止在功能多樣性方面最強的第三方免費 macOS 系統專用輸入法,採純 Swift 語言寫就。威注音的著力點是盡可能在力所能及的範圍內將整個產品的功能做得更好用,搭配特製的簡體中文與繁體中文專用辭庫。是純粹的簡體中文注音輸入法(也內贈原生繁體中文輸入模式),更具諸多威注音特色功能。目前研發管理工作均在 CSDN GitCode 進行。|309|2024-07-07| |82|[YiHuaXie/NNModule](https://github.com/YiHuaXie/NNModule)|Swift项目中的组件化管理,包括依赖注入、路由等|266|2024-07-16| |83|[Liaoworking/MoyaNetworkTool](https://github.com/Liaoworking/MoyaNetworkTool)|a robust networkTool based on Moya. Moya Demo 一个强健的基于moya二次封装的网络框架 支持Concurrency|262|2024-05-22| |84|[ZhangDo/NeteaseTVDemo](https://github.com/ZhangDo/NeteaseTVDemo)|NeteaseTVDemo (Vibefy) - tvOS 客户端 |250|2024-09-15| |85|[tinode/ios](https://github.com/tinode/ios)|Tinodios: Tinode Messaging Client for iOS|243|2024-07-22| |86|[rztime/RZRichTextView](https://github.com/rztime/RZRichTextView)|iOS 原生UITextView 富文本编辑器|238|2024-10-08| |87|[eroscai/SZAVPlayer](https://github.com/eroscai/SZAVPlayer)|SZAVPlayer is a lightweight audio/video player library, based on AVPlayer and AVAssetResourceLoaderDelegate, pure-Swift. Support cache and video image output.|229|2024-06-14| |88|[yangKJ/RxNetworks](https://github.com/yangKJ/RxNetworks)|🧚 MVP Network Api library. 插件版网络基础架构,支持响应式。|225|2024-09-20| |89|[duquewu/FanFanSwift](https://github.com/duquewu/FanFanSwift)|翻翻看 Swift 版|207|2024-09-02| |90|[seasonZhu/RxStudy](https://github.com/seasonZhu/RxStudy)|RxSwift/RxCocoa框架,MVVM模式编写wanandroid客户端|204|2024-09-20| |91|[developerjet/JetChat](https://github.com/developerjet/JetChat)| Swift5.0简仿微信聊天,完美支持表情键盘、单聊、群聊、本地消息会话缓存、朋友圈、黑夜模式。|196|2024-05-08| |92|[xiaofu666/SwiftUI_Demos](https://github.com/xiaofu666/SwiftUI_Demos)|使用 Swift UI 实现的各种动画,多种样式的轮播图,输入框,菜单,指示器,转盘,3D 视图,分段控制器,分享,手势,拖拽排序,光影动效,灵动岛适配,自定义TabBar,定时器,放大镜,数字动画,验证码输入框,地图,抽屉菜单等一系列功能的使用示例!|162|2024-09-29| |93|[pujiaxin33/JXPopupView](https://github.com/pujiaxin33/JXPopupView)|一个轻量级的自定义视图弹出框架|150|2024-07-08| |94|[W-Mai/BuZhiYin](https://github.com/W-Mai/BuZhiYin)|不只因|144|2024-08-19| |95|[ExCodable/ExCodable](https://github.com/ExCodable/ExCodable)|JSON-Model Conversion with Swift Codable|141|2024-10-09| |96|[AppDevGuy/OSSSpeechKit](https://github.com/AppDevGuy/OSSSpeechKit)|OSSSpeechKit offers a native iOS Speech wrapper for AVFoundation and Apple's Speech.|139|2024-04-22| |97|[pujiaxin33/StackUI](https://github.com/pujiaxin33/StackUI)|StackUI just like SwiftUI|135|2024-07-08| |98|[AnimacX/AnimacX](https://github.com/AnimacX/AnimacX)|(弹弹Play MacOS/iOS版)一款可以追番的弹幕视频播放器。原生支持M/intel系列芯片,实现了大部分Window端功能。新增支持iOS系统。|134|2024-10-11| |99|[CrazyFanFan/Aquarius](https://github.com/CrazyFanFan/Aquarius)|A tool to obtain dependencies by analyzing "Podfile.lock"|133|2024-06-07| |100|[laishulu/macism](https://github.com/laishulu/macism)|Command line MacOS Input Source Manager|127|2024-05-31| |101|[JoneWang/imink](https://github.com/JoneWang/imink)|The ultimate companion app for Splatoon 2.|126|2024-09-04| |102|[ethanhuang13/blahker](https://github.com/ethanhuang13/blahker)|巴拉剋 - Safari 蓋版廣告消除器|124|2024-09-17| |103|[623637646/ImpressionKit](https://github.com/623637646/ImpressionKit)|A tool to detect impression events for UIView (exposure of UIView) in iOS. SwiftUI supported.|123|2024-06-10| |104|[yuetyam/jyutping](https://github.com/yuetyam/jyutping)|Cantonese Keyboard for iOS & macOS. 粵語粵拼輸入法鍵盤|116|2024-10-11| |105|[LinXunFeng/LXFProtocolTool](https://github.com/LinXunFeng/LXFProtocolTool)|由Swift中协议方式实现功能的实用工具库【Refreshable、EmptyDataSetable 支持 Rx 】|116|2024-05-29| |106|[wyqACoffer/DynamicWidget](https://github.com/wyqACoffer/DynamicWidget)|灵动组件(小组件、实时活动)|111|2024-07-31| |107|[zhengwenming/swiftDemo](https://github.com/zhengwenming/swiftDemo)|swift框架demo,做swift项目的时候可以参考,很多控件的使用,还用扫一扫等等(支持swift3.0)|110|2024-05-12| |108|[Piwigo/Piwigo-Mobile](https://github.com/Piwigo/Piwigo-Mobile)|Piwigo iOS Mobile Application|99|2024-10-01| |109|[xaoxuu/ProHUD](https://github.com/xaoxuu/ProHUD)|适用于任何定制化UI的专业级HUD容器(Toast、Alert、Sheet、Capsule四件套)|95|2024-05-30| |110|[sshterm/ssh](https://github.com/sshterm/ssh)|libssh2 + OpenSSL + wolfSSL 的swift实现|92|2024-10-08| |111|[Panway/PandaNote](https://github.com/Panway/PandaNote)|markdown note taking App on iOS & macOS 支持iOS和macOS的markdown笔记|86|2024-08-02| |112|[aliyun/aliyun-log-ios-sdk](https://github.com/aliyun/aliyun-log-ios-sdk)|Aliyun LOG iOS SDK|84|2024-05-06| |113|[qwertyyb/Fire](https://github.com/qwertyyb/Fire)|使用Swift实现的Macos五笔输入法|83|2024-09-12| |114|[Jdb156158/JbbAnimateWidget](https://github.com/Jdb156158/JbbAnimateWidget)|ios小组件动画效果调研|76|2024-07-04| |115|[siyuan-note/siyuan-ios](https://github.com/siyuan-note/siyuan-ios)|SiYuan iOS APP|74|2024-10-09| |116|[Coder-Star/LTXiOSUtils](https://github.com/Coder-Star/LTXiOSUtils)|iOS Swift常用扩展、常用组件,方便项目快速搭建,提供完整清晰的Demo示例|71|2024-08-21| |117|[yangKJ/HollowCodable](https://github.com/yangKJ/HollowCodable)|Codable customized using property wrappers library for Swift. Replace the existing HandyJSON at project. 😤|70|2024-07-29| |118|[6tail/lunar-swift](https://github.com/6tail/lunar-swift)|日历、公历(阳历)、农历(阴历、老黄历)、佛历、道历,节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar.|65|2024-05-22| |119|[yuman07/EMHentai](https://github.com/yuman07/EMHentai)|一个简易,小巧,快速,纯Swift的Ehentai的iOS APP|63|2024-10-11| |120|[Rogue24/ScreenRotator](https://github.com/Rogue24/ScreenRotator)|A utility class that allows for rotating/locking screen orientation anytime, anywhere. 屏幕旋转工具类,能通过代码随时随地旋转/锁定屏幕方向。|62|2024-06-14| |121|[Astrian/switshot](https://github.com/Astrian/switshot)|Console screenshot transfer|60|2024-05-14| |122|[Boxzhi/HZNavigationBar](https://github.com/Boxzhi/HZNavigationBar)|A very simple to use, can be completely customized navigation bar. 一款使用非常简单,可以完全自定义的导航栏。 |59|2024-10-11| |123|[DuckDeck/iOSDemo](https://github.com/DuckDeck/iOSDemo)|-|53|2024-07-12| |124|[xjbeta/NeteaseMusic-macOS](https://github.com/xjbeta/NeteaseMusic-macOS)|网易云音乐 for macOS on swift. (Unofficial Completion 70%|52|2024-06-06| |125|[sakeven/Selected](https://github.com/sakeven/Selected)|A Mac tool that allows various operations on selected text.|51|2024-10-07| |126|[Myoland/wechatpay-swift](https://github.com/Myoland/wechatpay-swift)|微信支付 V3 API 的 Swift 服务端 SDK|48|2024-10-06| |127|[zjinhu/SwiftBrick](https://github.com/zjinhu/SwiftBrick)|swift砖块系列:UI基础框架,有各种工具方便快速搭建APP|48|2024-08-23| |128|[itenfay/DYFStore](https://github.com/itenfay/DYFStore)|一个轻量级且易用的iOS应用内购库(A lightweight and easy-to-use iOS library for In-App Purchases.)。|48|2024-06-23| |129|[JmoVxia/CLPopoverManager](https://github.com/JmoVxia/CLPopoverManager)|自定义弹窗管理工具|45|2024-06-14| |130|[outtable/9live](https://github.com/outtable/9live)|🔥🔥🔥 专业版iOS混淆工具,马甲工具,提供试用版本,100%过机器审核,解决4.3,2.3.1问题,支持语言 c/c++/objc/objc++/swift 并支持各种资源改名,混淆、一键出包,提供良好的UI界面,支持多包管理一包一特征,解决4.3问题|42|2024-10-09| |131|[Rogue24/OneDay](https://github.com/Rogue24/OneDay)|精美的桌面小组件。|40|2024-08-06| |132|[sunsx9316/DanDanPlay_Experience](https://github.com/sunsx9316/DanDanPlay_Experience)|弹弹play体验版|40|2024-09-28| |133|[alibaba/aliyunpan-ios-sdk](https://github.com/alibaba/aliyunpan-ios-sdk)|阿里云盘 OpenSDK-iOS|38|2024-08-06| |134|[shang1219178163/SwiftTemplet](https://github.com/shang1219178163/SwiftTemplet)|Swift项目模板,代封装、优化、复用、重构试验场。。。|37|2024-06-17| |135|[Jumio/mobile-react](https://github.com/Jumio/mobile-react)|Jumio Mobile Plugin for React Native|37|2024-08-27| |136|[sfldzh/SRAlbum](https://github.com/sfldzh/SRAlbum)|自定义相册,带拍照、录像,图片处理(GPUImage)|35|2024-08-03| |137|[rustq/swiftui-skia](https://github.com/rustq/swiftui-skia)|Skia based 2d graphics SwiftUI rendering library. It is based on Rust to implement software rasterization to perform rendering. 基于 Skia 的 2D 图形 SwiftUI 渲染库 —— 使用 Rust 语言实现纯软件光栅化渲染|33|2024-09-10| |138|[DamonHu/DDFileBrowser](https://github.com/DamonHu/DDFileBrowser)|The iOS sandbox file browser, which has view, copy, move, delete files and other operations. iOS端沙盒文件浏览器,可以查看、拷贝、移动、删除等操作|32|2024-05-28| |139|[SSBun/FlyCoding](https://github.com/SSBun/FlyCoding)|A Xcode extension like Emmet|32|2024-08-02| |140|[RickeyBoy/ScreenshotableView](https://github.com/RickeyBoy/ScreenshotableView)|SwiftUI 轻量级自定义截图组件 / A SwiftUI View can easily get a custom screenshot image.|31|2024-07-03| |141|[yangKJ/ImageX](https://github.com/yangKJ/ImageX)|👓 GIFs and images displayed. 动态图像滤镜播放图像框架。|31|2024-05-08| |142|[poos/NoLogMacro](https://github.com/poos/NoLogMacro)|A swift macro that produces oslog with custom info. 一个基于Swift Macro的日志封装,点击打的日志可在Xcode直接跳转到代码行。|30|2024-05-13| |143|[a51095/HelloSwift](https://github.com/a51095/HelloSwift)|swift5.0,定时器,活动倒计时,alter弹框,吐司弹框|29|2024-10-08| |144|[gsyhei/GXSegmentPageView](https://github.com/gsyhei/GXSegmentPageView)|Swift版分段分页组件,(网易新闻、腾讯新闻、新浪微博、今日头条等Tab效果)|28|2024-08-26| |145|[Louiswu2011/chafenqi](https://github.com/Louiswu2011/chafenqi)|中二节奏/舞萌DX国服查分器 iOS端|27|2024-10-09| |146|[Weang/WLPhotoPicker](https://github.com/Weang/WLPhotoPicker)|iOS图片、视频选择工具。支持多选,支持图片处理,视频压缩,实况和视频互转。|27|2024-06-28| |147|[jch12138/ncmdump-mac-gui](https://github.com/jch12138/ncmdump-mac-gui)|mac平台下将网易云ncm格式转换为mp3/flac的小工具|26|2024-04-15| |148|[bestheme/lunar-swift](https://github.com/bestheme/lunar-swift)|lunar是一款无第三方依赖的日历工具,支持公历(阳历)、农历(阴历、老黄历)、道历、佛历,支持星座、儒略日、干支、生肖、节气、节日、时间局、五行、法定节假日及调休等。|26|2024-07-05| |149|[zjinhu/SwiftMesh](https://github.com/zjinhu/SwiftMesh)|swift砖块系列:基于Alamofire5的Combine封装,更加快捷的发起网络请求,支持SwiftUI|26|2024-10-09| |150|[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)|25|2024-07-23| |151|[mancongiOS/MCToast](https://github.com/mancongiOS/MCToast)|Toast交互,Alert展示|25|2024-08-19| |152|[ugly-soul/VolumeManager](https://github.com/ugly-soul/VolumeManager)|音量管理,一切就是这么简单!|22|2024-08-19| |153|[easemob/easemob-demo-ios](https://github.com/easemob/easemob-demo-ios)|-|22|2024-08-29| |154|[Liao-Hexo/Daily-Bill](https://github.com/Liao-Hexo/Daily-Bill)|蜗牛记账-简约精致的记账app|21|2024-07-23| |155|[zonble/flutter_open_chinese_convert](https://github.com/zonble/flutter_open_chinese_convert)|Open Chinese Convert for Flutter|21|2024-09-30| |156|[lixiang1994/Router](https://github.com/lixiang1994/Router)|基于URLNavigator抽象的外部URL路由组件 支持任意类型配置 插件机制|21|2024-04-17| |157|[liamnichols/ListItemFormatter](https://github.com/liamnichols/ListItemFormatter)|NSFormatter subclass that can format lists based on locale following the Unicode CLDR specification|21|2024-05-16| |158|[qianlishun/TermiWatchWidget](https://github.com/qianlishun/TermiWatchWidget)|苹果手表自定义表盘,终端主题,Terminal Watch Widget Face for Apple Watch.|20|2024-10-08| |159|[henrik-dmg/HPOpenWeather](https://github.com/henrik-dmg/HPOpenWeather)|Request OpenWeather data with ease in Swift|20|2024-10-02| |160|[namesubai/WidgetFilmView](https://github.com/namesubai/WidgetFilmView)|实现TopWidgets iOS小组件电影级别的流畅动画|18|2024-07-22| |161|[Tyh2001/small-red-book](https://github.com/Tyh2001/small-red-book)|使用 SwiftUI 开发的小红书 IOS 原生手机 App。|18|2024-04-17| |162|[lixiang1994/Apis](https://github.com/lixiang1994/Apis)|基于URLNavigator抽象的URL路由组件 灵感来自Moya 配置化 插件化.|18|2024-04-17| |163|[DevForrestWang/SwiftCase](https://github.com/DevForrestWang/SwiftCase)|Swift开发示例,包括基本组件、常用方法使用、设计模式、算法和一些示例。|18|2024-10-09| |164|[IFTTT/ConnectSDK-iOS](https://github.com/IFTTT/ConnectSDK-iOS)|Connect Button SDK for iOS|18|2024-07-03| |165|[Ch0uti/ChouTi](https://github.com/Ch0uti/ChouTi)|🗄 ChouTi (抽屉) - a framework for Swift development. See updated package: https://github.com/honghaoz/ChouTi|17|2024-08-18| |166|[yxh265/YYRouter](https://github.com/yxh265/YYRouter)|YYRouter一个简单好用的swift路由组件|16|2024-07-30| |167|[DamonHu/DDKitSwift](https://github.com/DamonHu/DDKitSwift)|A collection of ZXKit debugging tools, used for iOS platform development and bug debugging. ZXKit的调试工具集合,用于iOS平台的开发和bug调试|16|2024-09-10| |168|[gsyhei/GXRefresh](https://github.com/gsyhei/GXRefresh)|Swift版的下拉刷新上拉加载,支持Gif、支持自定义刷新动画。|16|2024-08-26| |169|[yungfan/Swift-learning](https://github.com/yungfan/Swift-learning)|Swift语法|16|2024-04-18| |170|[LittleSweet-Z/Ocode](https://github.com/LittleSweet-Z/Ocode)|iOS 代码混淆工具、iOS混淆助手,免费使用,支持 Object-C 、 Swift,解决4.3问题|14|2024-09-25| |171|[Jacke-xu/WYBasisKit-swift](https://github.com/Jacke-xu/WYBasisKit-swift)|"WYBasisKit" is a toolkit aimed at greatly improving efficiency.|14|2024-09-04| |172|[Darktt/JsonProtection](https://github.com/Darktt/JsonProtection)|處理後端提供各種神奇 Json 資料,而做的解析保護|13|2024-07-03| |173|[itenfay/CXSwiftKit](https://github.com/itenfay/CXSwiftKit)|提供Swift丰富的扩展和实用工具类(This provides the utilities and rich extensions of Swift.)。|12|2024-04-22| |174|[yungfan/New-in-iOS](https://github.com/yungfan/New-in-iOS)|What's new in UIKit?|12|2024-09-29| |175|[yangKJ/Moonlit](https://github.com/yangKJ/Moonlit)|播放器,支持边下边播边缓存的播放器方案,支持免费试看、跳过片头片尾、记忆观看记录、画中画播放等等|12|2024-09-20| |176|[shmilyQin/RxSwiftLearn](https://github.com/shmilyQin/RxSwiftLearn)|Rx的操作符使用和分析。一些基于MVVM+RxSwift+Moya+HandyJSON(Decodable)|12|2024-08-06| |177|[itenfay/CXDownload](https://github.com/itenfay/CXDownload)|Swift断点续传下载,支持Objective-C。包含大文件下载,后台下载,杀死进程,重新启动时继续下载,设置下载并发数,监听网络改变等。|12|2024-06-23| |178|[Bruce-pac/SlideDrawer](https://github.com/Bruce-pac/SlideDrawer)|A lightweight, no intrusion,one line code to use, Slide Drawer written Swift 5. 一行代码实现侧滑抽屉。|12|2024-08-26| |179|[lszzy/FWFramework](https://github.com/lszzy/FWFramework)|iOS development framework, mainly solves the routine and pain points in native development, and builds a modular project structure to facilitate iOS development. iOS开发框架,主要解决原生开发中的常规和痛点问题,搭建模块化项目架构,方 ...|12|2024-10-10| |180|[CreatorsDAO/apple-swift-co-learn](https://github.com/CreatorsDAO/apple-swift-co-learn)|Apple Swift 开发共学仓库|11|2024-10-09| |181|[CrazyFanFan/K3Pinyin](https://github.com/CrazyFanFan/K3Pinyin)|translate chinese hanzi to pinyin by swift|11|2024-04-20| |182|[monako97/2fa-for-macOS](https://github.com/monako97/2fa-for-macOS)|使用Swift UI开发的身份验证器(2FA)|10|2024-08-11| |183|[james19870606/TronWeb](https://github.com/james19870606/TronWeb)|接入波场钱包,TronWallet for iOS.|10|2024-09-13| |184|[zjinhu/HUD](https://github.com/zjinhu/HUD)|SwiftUI实现的弹窗HUD,支持Loading,Progress,Success,Fail,Toast,Popup,支持自定义View|9|2024-05-11| |185|[ctkqiang/YanJiAI](https://github.com/ctkqiang/YanJiAI)|眼迹AI是一套集成了面部识别和物体检测功能的系统,它能够实时监控环境并在检测到危险情况时自动向服务器发送警报,从而迅速通知当局应对风险。对于司机而言,时常面临乘客可能实施抢劫或其他不当行为的潜在威胁。通过在您的手机或行车记录仪上部署这一AI系统,不仅能提供即时的安全保障,还能在关键时刻为您节省宝贵的求助时间,确保您能在第一时间获得必要的帮助。|8|2024-06-12| |186|[iHongRen/CXYTableViewExt-Swift](https://github.com/iHongRen/CXYTableViewExt-Swift)|Make UITableView configuration easier. 让你更简单的配置UITableView|8|2024-04-30| |187|[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 ...|8|2024-06-13| |188|[lihaoyun6/AirBattery-Mobile](https://github.com/lihaoyun6/AirBattery-Mobile)|Get battery usage for all your devices on iPhone or iPad! / 在 iPhone 或 iPad 上获取你所有设备的电量信息!|7|2024-10-11| |189|[TsinHzl/ZLCollectionLeftLayout](https://github.com/TsinHzl/ZLCollectionLeftLayout)|left aligned CollectionView layout. Written in Swift 自动左对齐collection cell的样式|7|2024-05-25| |190|[smallwhitexujian/flutter_plugin_alpha_player](https://github.com/smallwhitexujian/flutter_plugin_alpha_player)|alphaPlayer改装成Flutter|7|2024-09-05| |191|[jiasongs/JSNestedScroll](https://github.com/jiasongs/JSNestedScroll)|嵌套滚动|7|2024-10-11| |192|[vChewing/Megrez](https://github.com/vChewing/Megrez)|天權星引擎是用來處理輸入法語彙庫的一個模組。該倉庫承載其 Swift 版本。 Megrez Engine is a module made for processing lingual data of an input method. This repository holds the Swift version of it. For C# version: https://github.com ...|7|2024-06-13| |193|[wenping-office/WPCommand](https://github.com/wenping-office/WPCommand)|通用库|7|2024-10-11| |194|[xjh093/JHVerifyCodeView](https://github.com/xjh093/JHVerifyCodeView)|验证码输入框,验证码,code view,iOS验证码输入|7|2024-05-11| |195|[Tuluobo/GGEsim](https://github.com/Tuluobo/GGEsim)|一个可以在没有 Esim 情况下将 Giffgaff 转为 Esim 二维码 App。|6|2024-10-08| |196|[york9675/YorkNotify](https://github.com/york9675/YorkNotify)|An iOS app that can schedule notifications 一個可以排程通知的 iOS 應用程式|6|2024-10-05| |197|[JayChou202302/BRCPopUp](https://github.com/JayChou202302/BRCPopUp)|BRCPopUp is a versatile, highly customizable PopUp menu library for iOS. 一个高度定制,功能强大的iOS弹出框。大于 v1.2.0 支持 SwiftUI|6|2024-09-10| |198|[XanderXu/RealityGlitchArt](https://github.com/XanderXu/RealityGlitchArt)|GlitchArt: Cyberpunk-2077-Style Glitch Art For Apple Vision Pro,Shader Graph|6|2024-07-14| |199|[Zyf893549897/SwiftRouter](https://github.com/Zyf893549897/SwiftRouter)|基于URLNavigator封装,路由解决方案,备注清晰使用简单全面|6|2024-05-29| |200|[CofficLab/Cisum_SwiftUI](https://github.com/CofficLab/Cisum_SwiftUI)|Apple 平台的音乐播放器|6|2024-10-10|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/TeX.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > TeX 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[tuna/thuthesis](https://github.com/tuna/thuthesis)|LaTeX Thesis Template for Tsinghua University|4547|2024-09-27| |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.|3902|2024-08-20| |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ε|2965|2024-05-06| |4|[TheNetAdmin/zjuthesis](https://github.com/TheNetAdmin/zjuthesis)|Zhejiang University Graduation Thesis LaTeX Template|2574|2024-09-06| |5|[THUNLP-MT/MT-Reading-List](https://github.com/THUNLP-MT/MT-Reading-List)|A machine translation reading list maintained by Tsinghua Natural Language Processing Group|2423|2024-08-09| |6|[karlseguin/the-little-go-book](https://github.com/karlseguin/the-little-go-book)|-|2164|2024-08-26| |7|[hijiangtao/resume](https://github.com/hijiangtao/resume)|个人中文简历 Latex 源码 https://hijiangtao.github.io/|1833|2024-09-04| |8|[ethereum/yellowpaper](https://github.com/ethereum/yellowpaper)|The "Yellow Paper": Ethereum's formal specification|1647|2024-09-02| |9|[ustctug/ustcthesis](https://github.com/ustctug/ustcthesis)|LaTeX template for USTC thesis|1614|2024-06-06| |10|[zepinglee/gbt7714-bibtex-style](https://github.com/zepinglee/gbt7714-bibtex-style)|GB/T 7714-2015 BibTeX Style|1183|2024-06-06| |11|[CTeX-org/ctex-kit](https://github.com/CTeX-org/ctex-kit)|Macro Packages and Scripts for Chinese TeX users|983|2024-08-09| |12|[cosmos/ibc](https://github.com/cosmos/ibc)|Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.|931|2024-10-11| |13|[stone-zeng/fduthesis](https://github.com/stone-zeng/fduthesis)|LaTeX thesis template for Fudan University|832|2024-05-27| |14|[Didnelpsun/Math](https://github.com/Didnelpsun/Math)|考研数学,数学一,包括高等数学、线性代数、概率统计|805|2024-06-25| |15|[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样式包|765|2024-09-18| |16|[schoeberl/chisel-book](https://github.com/schoeberl/chisel-book)|Digital Design with Chisel|754|2024-10-10| |17|[yhwu-is/Linear-Algebra-Left-Undone](https://github.com/yhwu-is/Linear-Algebra-Left-Undone)|线性代数:未竟之美|482|2024-10-11| |18|[eliocamp/ggnewscale](https://github.com/eliocamp/ggnewscale)|Multiple Fill, Color and Other Scales in `ggplot2`|400|2024-07-19| |19|[OsbertWang/install-latex-guide-zh-cn](https://github.com/OsbertWang/install-latex-guide-zh-cn)|一份简短的关于 LaTeX 安装的介绍|394|2024-09-21| |20|[RichardLitt/low-resource-languages](https://github.com/RichardLitt/low-resource-languages)|Resources for conservation, development, and documentation of low resource (human) languages.|389|2024-05-09| |21|[OpenXiangShan/XiangShan-doc](https://github.com/OpenXiangShan/XiangShan-doc)|Documentation for XiangShan|344|2024-10-01| |22|[redleafnew/Zotero_introduction](https://github.com/redleafnew/Zotero_introduction)|A Short Chinese Introduction to Zotero|334|2024-09-16| |23|[fanhongtao/ebooks](https://github.com/fanhongtao/ebooks)|80年代高中数理化甲种本|279|2024-10-11| |24|[latexstudio/GMCMthesis](https://github.com/latexstudio/GMCMthesis)|2024 年研究生数学建模 LaTeX 模板|240|2024-09-17| |25|[PandaScience/FortySecondsCV](https://github.com/PandaScience/FortySecondsCV)|A highly customizable and improved version of Carmine Spagnuolo's Twenty Seconds Curriculum Vitae.|213|2024-05-29| |26|[ytiurin/hyphen](https://github.com/ytiurin/hyphen)|Text hyphenation in Javascript.|211|2024-09-22| |27|[fylimas/nsfc](https://github.com/fylimas/nsfc)|nsfc - 国家自然科学基金项目LaTeX模版(面青地)|182|2024-09-02| |28|[HFUTTUG/HFUT_Thesis](https://github.com/HFUTTUG/HFUT_Thesis)|LaTeX Thesis Template for Hefei University of Technology|150|2024-09-04| |29|[SJTU-HPC/docs.hpc.sjtu.edu.cn](https://github.com/SJTU-HPC/docs.hpc.sjtu.edu.cn)|SJTU HPC 用户文档站点|147|2024-09-20| |30|[yuxtech/ShiJihuai-complex](https://github.com/yuxtech/ShiJihuai-complex)|史济怀复变函数LaTeX重排|146|2024-09-12| |31|[twtstudio/TJUThesisLatexTemplate](https://github.com/twtstudio/TJUThesisLatexTemplate)|LaTeX templates for TJU graduate thesis. Originally forked from code.google.com/p/tjuthesis|117|2024-06-13| |32|[wengan-li/ncku-thesis-template-latex](https://github.com/wengan-li/ncku-thesis-template-latex)|NCKU Thesis/Dissertation Template in Latex 台灣國立成功大學碩博士用畢業論文LaTex模板|95|2024-05-26| |33|[alg-nju/intro-disalg-course](https://github.com/alg-nju/intro-disalg-course)|-|91|2024-09-18| |34|[hebrewseniorlife/memor](https://github.com/hebrewseniorlife/memor)|rmarkdown template that supports customizable logo, company info, etc.|90|2024-06-24| |35|[TomHeaven/nudtproposal](https://github.com/TomHeaven/nudtproposal)|NUDT硕士博士研究生开题报告latex模板|86|2024-04-18| |36|[FvNCCR228/SCU_Beamer_Slide-demo](https://github.com/FvNCCR228/SCU_Beamer_Slide-demo)|四川大学非官方Beamer模板 Unofficial Beamer Template for Sichuan University|85|2024-05-18| |37|[ricolxwz/Kaoyanshuxue](https://github.com/ricolxwz/Kaoyanshuxue)|考研数学二LaTeX|82|2024-07-10| |38|[criwits/missing-pdf](https://github.com/criwits/missing-pdf)|Your Missing Semester of Using Computer 你缺失的那门计算机课(PDF 版,LaTeX) |82|2024-07-26| |39|[wuliwiki/PhysWiki-log](https://github.com/wuliwiki/PhysWiki-log)|小时百科|79|2024-10-11| |40|[latexstudio/LaTeXFAQ-cn](https://github.com/latexstudio/LaTeXFAQ-cn)|中文 LaTeX 常见问题工程,见证中文社区的力量|65|2024-05-31| |41|[seisman/cv](https://github.com/seisman/cv)|My academic CV powered by LaTeX|62|2024-10-02| |42|[NemoYuan2008/SJTU-Thesis-Proposal](https://github.com/NemoYuan2008/SJTU-Thesis-Proposal)|上海交通大学开题报告LaTeX模板(非官方) Shanghai Jiao Tong University LaTeX Template for thesis proposal (unofficial)|60|2024-05-30| |43|[abdulle-sabaf/cathunu-bhallifa](https://github.com/abdulle-sabaf/cathunu-bhallifa)|悟数学|59|2024-09-13| |44|[seed-labs/seedlabs-chinese](https://github.com/seed-labs/seedlabs-chinese)|Chinese translation of the SEED Labs|46|2024-09-25| |45|[Teddy-van-Jerry/seuthesis2024b](https://github.com/Teddy-van-Jerry/seuthesis2024b)|LaTeX Template of Southeast University Thesis for Class of 2024 Bachelors (东南大学 2024 届本科毕设 LaTeX 模板)|40|2024-08-28| |46|[SwitWu/FunctionalAnalysisXQHsolution](https://github.com/SwitWu/FunctionalAnalysisXQHsolution)|泛函分析讲义(许全华)习题参考答案|40|2024-05-14| |47|[the-ccsn/BUCTthesis](https://github.com/the-ccsn/BUCTthesis)|📝A LaTeX writting template for BUCT thesis.|38|2024-07-10| |48|[zr-tex8r/PXchfon](https://github.com/zr-tex8r/PXchfon)|LaTeX: Ja­panese font setup for pLaTeX|38|2024-08-21| |49|[ZhouKanglei/BUAAProposal](https://github.com/ZhouKanglei/BUAAProposal)|北京航空航天大学计算机学院开题报告/文献综述|33|2024-08-13| |50|[putianyi889/TerrariaWiringTutorial](https://github.com/putianyi889/TerrariaWiringTutorial)|-|32|2024-09-06| |51|[zr-tex8r/BXcoloremoji](https://github.com/zr-tex8r/BXcoloremoji)|LaTeX: To use color emoji|27|2024-09-16| |52|[SwitWu/math-physics-equations](https://github.com/SwitWu/math-physics-equations)|数学物理方程(谷超豪)习题参考解答|25|2024-05-14| |53|[Chen-Jialin/Assignment-Template](https://github.com/Chen-Jialin/Assignment-Template)|可爱而优雅的 LaTeX 作业模板。Cute and elegant LaTeX template for assignments.|23|2024-10-06| |54|[fletcherjiang/Polyulatex](https://github.com/fletcherjiang/Polyulatex)|Polyu Pre LaTex Template|20|2024-06-20| |55|[Li-Huakang/SVPWM](https://github.com/Li-Huakang/SVPWM)|SVPWM原理、实现与数学表达|19|2024-09-07| |56|[yuhldr/LZUBeamer](https://github.com/yuhldr/LZUBeamer)|自己做的LaTex版的beamer模板|17|2024-05-18| |57|[jialinlvcn/LaTeX-NewTemplate-For-NPU-undergraduate-Thesis](https://github.com/jialinlvcn/LaTeX-NewTemplate-For-NPU-undergraduate-Thesis)|西北工业大学本科毕业设计新版本模板,根据https://github.com/polossk/LaTeX-Template-For-NPU-Thesis 进行了调整|16|2024-05-14| |58|[404-NOTFOUND-Coder/UESTC--report--template](https://github.com/404-NOTFOUND-Coder/UESTC--report--template)|适用于UESTC各种实验报告latex模板|15|2024-10-06| |59|[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 模板|15|2024-07-11| |60|[xiamyphys/hduthesis](https://github.com/xiamyphys/hduthesis)|LaTeX class for bachelor and MPhil theses in Hangzhou Dianzi University (杭州电子科技大学).|14|2024-10-10| |61|[huanyushi/SYSU-SPA-Labreport-Template](https://github.com/huanyushi/SYSU-SPA-Labreport-Template)|中山大学-物理与天文学院-本科实验报告LaTeX模板|14|2024-04-16| |62|[iamxiatian/course_ds](https://github.com/iamxiatian/course_ds)|数据结构|14|2024-06-10| |63|[wvqusrai/hnu_exam](https://github.com/wvqusrai/hnu_exam)|自已制作的衡阳师范学院LaTeX试卷模板(含答案)|13|2024-06-27| |64|[Thysrael/GreenParkBeamerTheme](https://github.com/Thysrael/GreenParkBeamerTheme)|北京航空航天大学 BUAA LaTeX Beamer 非官方主题|12|2024-07-26| |65|[dhiyu/NJUPT-Bachelor](https://github.com/dhiyu/NJUPT-Bachelor)|南京邮电大学本科生毕业设计Latex模板|12|2024-06-05| |66|[willard-yuan/cv-and-resume](https://github.com/willard-yuan/cv-and-resume)|:coffee:My resume !|12|2024-08-12| |67|[yuhao-kuo/NKUST-thesis-template](https://github.com/yuhao-kuo/NKUST-thesis-template)|國立高雄科技大學 研究所論文 LaTeX 版型|11|2024-09-13| |68|[mimicji/Bilingual-Resume-Template](https://github.com/mimicji/Bilingual-Resume-Template)|Bilingual Resume Template in Latex. 中英双语Latex简历模板|10|2024-06-04| |69|[Yiyang-Xu/Signal_and_System_JI](https://github.com/Yiyang-Xu/Signal_and_System_JI)|Introduction to Signals and Systems 信号系统导论|10|2024-07-07| |70|[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|2024-08-20| |71|[XiangyunHuang/masr](https://github.com/XiangyunHuang/masr)|:book: 现代应用统计 Modern Applied Statistics with R, INLA and Stan|10|2024-09-18| |72|[berries-tart/HUST-Principles-of-Imperative-Computation](https://github.com/berries-tart/HUST-Principles-of-Imperative-Computation)|华中科技大学2022级命令式计算原理|9|2024-05-28| |73|[ymx10086/HUST-2022-DATA_STRUCTURES](https://github.com/ymx10086/HUST-2022-DATA_STRUCTURES)|2021级HUST数据结构实验及实验报告|8|2024-04-17| |74|[mountain/the-book](https://github.com/mountain/the-book)|异星杂谭|8|2024-08-05| |75|[ajsadhotmail/2024-China-Gaokao-Math](https://github.com/ajsadhotmail/2024-China-Gaokao-Math)|The repository includes the math paper of Chinese National College Entrance Exam (Gaokao). 本仓库包含了中国2024年高考的数学试卷 (新高考I卷). |7|2024-06-08| |76|[Cresc3ntRose/NUAA_IoT_Assignment](https://github.com/Cresc3ntRose/NUAA_IoT_Assignment)|这个仓库用于储存我个人的课内作业|7|2024-06-29| |77|[guohuiyuan/KaoyanPlan](https://github.com/guohuiyuan/KaoyanPlan)|个人考研计划|7|2024-07-14| |78|[awesome-doge/TON_Paper](https://github.com/awesome-doge/TON_Paper)|The Open Network 白皮書翻譯專案|7|2024-07-21| |79|[GALVINLAI/gpt2md_math](https://github.com/GALVINLAI/gpt2md_math)|修正chatpgt粘贴的数学公式,以在常用的md编辑器(Obsidian,Typora等)中正常显示|6|2024-07-09| |80|[Guanyu-Li/Defense-Reporting-ppt](https://github.com/Guanyu-Li/Defense-Reporting-ppt)|答辩ppt模板(吉林大学数学学院)Defence ppt Template|6|2024-07-21| |81|[flyQQQHddd/temp-of-report](https://github.com/flyQQQHddd/temp-of-report)|WHURS实习报告LaTex模板|6|2024-09-18| |82|[CSW33/NPU-CV](https://github.com/CSW33/NPU-CV)|一个西工大latex简历模板,设计基于某个祖传word模板改的,大量注释。|6|2024-05-07| |83|[wenjin1997/zkHackerHouse-binius](https://github.com/wenjin1997/zkHackerHouse-binius)|在zkHackerHouse@苏州 期间,对binius进行的主题研究。|6|2024-05-03| |84|[WHU-ICPC/WHU-ICPC](https://github.com/WHU-ICPC/WHU-ICPC)|武汉大学 ICPC 集训队仓库|6|2024-09-11| |85|[JouderMin/SSPUThesis](https://github.com/JouderMin/SSPUThesis)|上海第二工业大学毕业设计 LaTeX 模板|6|2024-04-17| |86|[dgsyrc/Analysis-of-Signals-and-Linear-Systems](https://github.com/dgsyrc/Analysis-of-Signals-and-Linear-Systems)|信号与线性系统分析笔记,基于高等教育出版社《信号与线性系统分析》第5版, 吴大正 等著|5|2024-07-01| |87|[MinmusLin/Minmus_Operating_System_in_Rust](https://github.com/MinmusLin/Minmus_Operating_System_in_Rust)|MinmusOS: The design and implementation of an operating system based on Rust language. MinmusOS: 基于 Rust 语言的操作系统的设计与实现. (2024年同济大学操作系统课程设计课程项目)|5|2024-09-23| |88|[LeyuDame/BNUslides](https://github.com/LeyuDame/BNUslides)|北师大Beamer模板|5|2024-04-22| |89|[M0rtzz/zzu-resume-template](https://github.com/M0rtzz/zzu-resume-template)|ZZU LaTeX Resume Template (Overleaf Template is Under Review)|5|2024-09-19| |90|[Leaf-1037/HUST_Data_Structure_Experiment](https://github.com/Leaf-1037/HUST_Data_Structure_Experiment)|华中科技大学2021级数据结构实验(2022年秋)|5|2024-04-13| |91|[Casta-mere/LaTeX-GraduationTemplate](https://github.com/Casta-mere/LaTeX-GraduationTemplate)|浙江理工大学计算机科学与技术学院毕设模板|5|2024-09-29| |92|[Radiance-nt/XJTU_BachelorThesis_DagRank](https://github.com/Radiance-nt/XJTU_BachelorThesis_DagRank)|西安交通大学, xjtu, 计算机科学与技术, cs, 本科毕业设计模板, latex|5|2024-06-01| |93|[lliei0x/Moderncv-LateX](https://github.com/lliei0x/Moderncv-LateX)|LaTeX简历模版👀📑|5|2024-08-21| |94|[Nymphium/nymphium.github.io](https://github.com/Nymphium/nymphium.github.io)|移民|5|2024-10-04| |95|[DumzGW/-WayfinderSaveEditor-python-](https://github.com/DumzGW/-WayfinderSaveEditor-python-)|对Wayfinder的存档进行修改,已添加角色修改功能|4|2024-06-10| |96|[WQT1123/University-Presentation-Beamer](https://github.com/WQT1123/University-Presentation-Beamer)|大学Latex答辩模版,当前包含川大、哈工大、中科大。|4|2024-07-22| |97|[HGAQ/Physical-Chemistry-Experiment](https://github.com/HGAQ/Physical-Chemistry-Experiment)|2023-fall-Physical-Chemistry-Experiment-物理化学实验|4|2024-09-12| |98|[XmacsLabs/tmmlwiki](https://github.com/XmacsLabs/tmmlwiki)|Wiki of Science and Technology / 墨者百科|4|2024-06-30| |99|[yingchaotw/STUST-thesis-template](https://github.com/yingchaotw/STUST-thesis-template)|南臺科技大學 LaTeX 論文模板|4|2024-08-24| |100|[flaribbit/lyrics](https://github.com/flaribbit/lyrics)|收集了一些我喜欢的歌曲的歌词|3|2024-10-06| |101|[EmpyreanHYR/MCM-Latex-template](https://github.com/EmpyreanHYR/MCM-Latex-template)|自用整理出的MCM数学建模美赛LaTex模板|3|2024-08-22| |102|[EmpyreanHYR/CUMCM-Latex-template](https://github.com/EmpyreanHYR/CUMCM-Latex-template)|自用整理出的CUMCM数学建模国赛LaTex模板|3|2024-08-31| |103|[DianRobot/DianRobot.github.io](https://github.com/DianRobot/DianRobot.github.io)|Diangroup Robotics Lab实验室主页|3|2024-07-25| |104|[24bit-xjkp/NuaaExam](https://github.com/24bit-xjkp/NuaaExam)|南京航空航天大学高清试卷|3|2024-07-15| |105|[Trikim-Zhang/Advanced-Numerical-Analysis](https://github.com/Trikim-Zhang/Advanced-Numerical-Analysis)|nudt高等数值分析|3|2024-07-27| |106|[Trikim-Zhang/Theory-and-Algorithms-of-Numerical-Optimization](https://github.com/Trikim-Zhang/Theory-and-Algorithms-of-Numerical-Optimization)|nudt数值最优化算法与应用|3|2024-07-27| |107|[wenjin1997/zkHackerHouse-binius](https://github.com/wenjin1997/zkHackerHouse-binius)|在zkHackerHouse@苏州 期间,对binius进行的主题研究。|3|2024-05-21| |108|[gbs0856/NTUT-Thesis](https://github.com/gbs0856/NTUT-Thesis)|國立臺北科技大學碩博士論文XeLaTeX模板|3|2024-04-24| |109|[lfq0921/NJU-Probability-Theory-and-Mathematical-Statistics](https://github.com/lfq0921/NJU-Probability-Theory-and-Mathematical-Statistics)|NJU-Probability Theory and Mathematical Statistics 2023Spring Homework,南京大学2023春季学期概率论与数理统计 作业存档|3|2024-04-24| |110|[GFCYqw/Fengrubei_LaTeX_Template](https://github.com/GFCYqw/Fengrubei_LaTeX_Template)|北京航空航天大学“冯如杯”竞赛 LaTeX 模板。This is a template for Fengru cup contest(Fengrubei), written in Latex.|3|2024-05-18| |111|[jinqKing/SZU-Physics-Experiment-Report-LaTeX-Module](https://github.com/jinqKing/SZU-Physics-Experiment-Report-LaTeX-Module)|深大大物实验报告LaTeX模版|3|2024-04-24| |112|[Doctxing/phytex](https://github.com/Doctxing/phytex)|物理实验报告|3|2024-06-10| |113|[zvbb/tao-analysis-exercise](https://github.com/zvbb/tao-analysis-exercise)|陶哲轩实分析(第三版)习题解答|3|2024-10-04| |114|[Aegis1863/wust_beamer](https://github.com/Aegis1863/wust_beamer)|武汉科技大学 latex beamer模板|3|2024-07-12| |115|[xinmiaok/xinmiao-garden-example](https://github.com/xinmiaok/xinmiao-garden-example)|通过整合多个obsidian的示例库,具有个人风格的示例库最终形成。|3|2024-05-28| |116|[hongmingjian/lectureos](https://github.com/hongmingjian/lectureos)|《操作系统原理》课件|3|2024-05-14|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/TypeScript.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > TypeScript 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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|92109|2024-10-11| |2|[ChatGPTNextWeb/ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)|A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。|75596|2024-10-11| |3|[supabase/supabase](https://github.com/supabase/supabase)|The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.|72513|2024-10-11| |4|[apache/echarts](https://github.com/apache/echarts)|Apache ECharts is a powerful, interactive charting and data visualization library for browser|60360|2024-10-11| |5|[Eugeny/tabby](https://github.com/Eugeny/tabby)|A terminal for a more modern age|58775|2024-10-08| |6|[DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)|The repository for high quality TypeScript type definitions.|48391|2024-10-11| |7|[immich-app/immich](https://github.com/immich-app/immich)|High performance self-hosted photo and video management solution.|48311|2024-10-11| |8|[langgenius/dify](https://github.com/langgenius/dify)|Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you q ...|47737|2024-10-11| |9|[appwrite/appwrite](https://github.com/appwrite/appwrite)|Your backend, minus the hassle.|44209|2024-10-11| |10|[lobehub/lobe-chat](https://github.com/lobehub/lobe-chat)|🤯 Lobe Chat - an open-source, modern-design AI chat framework. Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Ollama / Azure / DeepSeek), Knowledge Base (file upload / knowledge management ...|42337|2024-10-11| |11|[ant-design/ant-design-pro](https://github.com/ant-design/ant-design-pro)|👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!|36418|2024-10-09| |12|[NervJS/taro](https://github.com/NervJS/taro)|开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/|35444|2024-10-10| |13|[colinhacks/zod](https://github.com/colinhacks/zod)|TypeScript-first schema validation with static type inference|33435|2024-10-09| |14|[slidevjs/slidev](https://github.com/slidevjs/slidev)|Presentation Slides for Developers|32940|2024-10-11| |15|[chatchat-space/Langchain-Chatchat](https://github.com/chatchat-space/Langchain-Chatchat)|Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Ll ...|31541|2024-10-08| |16|[FlowiseAI/Flowise](https://github.com/FlowiseAI/Flowise)|Drag & drop UI to build your customized LLM flow|30530|2024-10-11| |17|[ianstormtaylor/slate](https://github.com/ianstormtaylor/slate)|A completely customizable framework for building rich text editors. (Currently in beta.)|29759|2024-10-08| |18|[pnpm/pnpm](https://github.com/pnpm/pnpm)|Fast, disk space efficient package manager|29422|2024-10-11| |19|[cheeriojs/cheerio](https://github.com/cheeriojs/cheerio)|The fast, flexible, and elegant library for parsing and manipulating HTML and XML.|28546|2024-10-11| |20|[backstage/backstage](https://github.com/backstage/backstage)|Backstage is an open framework for building developer portals|27958|2024-10-11| |21|[ZuodaoTech/everyone-can-use-english](https://github.com/ZuodaoTech/everyone-can-use-english)|人人都能用英语|24598|2024-10-11| |22|[neoclide/coc.nvim](https://github.com/neoclide/coc.nvim)|Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.|24385|2024-09-20| |23|[element-plus/element-plus](https://github.com/element-plus/element-plus)|🎉 A Vue.js 3 UI Library made by Element team|24324|2024-10-11| |24|[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.|23733|2024-10-07| |25|[oldj/SwitchHosts](https://github.com/oldj/SwitchHosts)|Switch hosts quickly!|23590|2024-09-24| |26|[youzan/vant](https://github.com/youzan/vant)|A lightweight, customizable Vue UI library for mobile web apps.|23234|2024-10-07| |27|[the1812/Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved)|强大的哔哩哔哩增强脚本|23080|2024-09-26| |28|[Bin-Huang/chatbox](https://github.com/Bin-Huang/chatbox)|User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)|21180|2024-10-07| |29|[honojs/hono](https://github.com/honojs/hono)|Web framework built on Web Standards|19196|2024-10-11| |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.|19080|2024-10-11| |31|[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 ...|18796|2024-10-11| |32|[danny-avila/LibreChat](https://github.com/danny-avila/LibreChat)|Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL ...|18083|2024-10-11| |33|[alibaba/ice](https://github.com/alibaba/ice)|🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)|17836|2024-10-11| |34|[wangeditor-team/wangEditor](https://github.com/wangeditor-team/wangEditor)|wangEditor, open-source Web rich text editor 开源 Web 富文本编辑器|17462|2024-10-11| |35|[labring/FastGPT](https://github.com/labring/FastGPT)|FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letti ...|17310|2024-10-11| |36|[baidu/amis](https://github.com/baidu/amis)|前端低代码框架,通过 JSON 配置就能生成各种页面。|17205|2024-10-11| |37|[Tencent/vConsole](https://github.com/Tencent/vConsole)|A lightweight, extendable front-end developer tool for mobile web page.|16795|2024-06-14| |38|[rrweb-io/rrweb](https://github.com/rrweb-io/rrweb)|record and replay the web|16639|2024-10-04| |39|[ustbhuangyi/better-scroll](https://github.com/ustbhuangyi/better-scroll)|:scroll: inspired by iscroll, and it supports more features and has a better scroll perfermance|16460|2024-06-14| |40|[aidenybai/million](https://github.com/aidenybai/million)|Optimize React performance and make your React 70% faster in minutes, not months. |16273|2024-07-15| |41|[tusen-ai/naive-ui](https://github.com/tusen-ai/naive-ui)|A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.|16042|2024-10-07| |42|[whyour/qinglong](https://github.com/whyour/qinglong)|支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台(Timed task management platform supporting Python3, JavaScript, Shell, Typescript)|15928|2024-10-10| |43|[umijs/qiankun](https://github.com/umijs/qiankun)|📦 🚀 Blazing fast, simple and complete solution for micro frontends.|15779|2024-08-12| |44|[umijs/umi](https://github.com/umijs/umi)|A framework in react community ✨|15326|2024-10-10| |45|[alibaba/lowcode-engine](https://github.com/alibaba/lowcode-engine)|An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系|14557|2024-08-21| |46|[alibaba/hooks](https://github.com/alibaba/hooks)|A high-quality & reliable React Hooks library. https://ahooks.pages.dev/|13971|2024-09-26| |47|[fuergaosi233/wechat-chatgpt](https://github.com/fuergaosi233/wechat-chatgpt)|Use ChatGPT On Wechat via wechaty|13243|2024-05-20| |48|[apitable/apitable](https://github.com/apitable/apitable)|🚀🎉📚 APITable, an API-oriented low-code platform for building collaborative apps and better than all other Airtable open-source alternatives. |13071|2024-07-04| |49|[vitest-dev/vitest](https://github.com/vitest-dev/vitest)|Next generation testing framework powered by Vite.|12875|2024-10-11| |50|[Anarios/return-youtube-dislike](https://github.com/Anarios/return-youtube-dislike)|Chrome extension to return youtube dislikes|12581|2024-10-08| |51|[antvis/G2](https://github.com/antvis/G2)|📊 The concise and progressive visualization grammar.|12105|2024-10-08| |52|[nocobase/nocobase](https://github.com/nocobase/nocobase)|NocoBase is a scalability-first, open-source no-code/low-code platform for building business applications and enterprise solutions.|12077|2024-10-11| |53|[snabbdom/snabbdom](https://github.com/snabbdom/snabbdom)|A virtual DOM library with focus on simplicity, modularity, powerful features and performance.|11808|2024-09-26| |54|[ant-design/ant-design-mobile](https://github.com/ant-design/ant-design-mobile)|Essential UI blocks for building mobile web apps.|11631|2024-08-30| |55|[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 ...|11474|2024-09-22| |56|[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|11336|2024-09-27| |57|[antvis/G6](https://github.com/antvis/G6)|♾ A Graph Visualization Framework in JavaScript.|11065|2024-10-11| |58|[lyswhut/lx-music-mobile](https://github.com/lyswhut/lx-music-mobile)|一个基于 React native 开发的音乐软件|10853|2024-10-10| |59|[PlasmoHQ/plasmo](https://github.com/PlasmoHQ/plasmo)|🧩 The Browser Extension Framework|10359|2024-10-08| |60|[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 ...|9832|2024-10-09| |61|[tweenjs/tween.js](https://github.com/tweenjs/tween.js)|JavaScript/TypeScript animation engine|9826|2024-07-26| |62|[Project-DARC/DARC](https://github.com/Project-DARC/DARC)|Decentralized Autonomous Regulated Company (DARC), a company virtual machine that runs on any EVM-compatible blockchain, with on-chain law system, multi-level tokens and dividends mechanism.|9355|2024-09-20| |63|[Milkdown/milkdown](https://github.com/Milkdown/milkdown)|🍼 Plugin driven WYSIWYG markdown editor framework.|8869|2024-10-08| |64|[NG-ZORRO/ng-zorro-antd](https://github.com/NG-ZORRO/ng-zorro-antd)|Angular UI Component Library based on Ant Design|8860|2024-10-11| |65|[antfu-collective/vitesse](https://github.com/antfu-collective/vitesse)|🏕 Opinionated Vite + Vue Starter Template|8836|2024-08-24| |66|[maotoumao/MusicFree](https://github.com/maotoumao/MusicFree)|插件化、定制化、无广告的免费音乐播放器|8778|2024-10-01| |67|[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 ...|8663|2024-09-12| |68|[logto-io/logto](https://github.com/logto-io/logto)|🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.|8542|2024-10-11| |69|[any86/any-rule](https://github.com/any86/any-rule)|🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台|8524|2024-07-21| |70|[DouyinFE/semi-design](https://github.com/DouyinFE/semi-design)|🚀A modern, comprehensive, flexible design system and React UI library. 🎨 Provide more than 3000+ Design Tokens, easy to build your design system. Make Semi Design to Any Design. 🧑🏻‍💻 Design to Code i ...|8382|2024-10-11| |71|[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.|8371|2024-09-25| |72|[rsuite/rsuite](https://github.com/rsuite/rsuite)|🧱 A suite of React components . |8321|2024-10-11| |73|[giscus/giscus](https://github.com/giscus/giscus)|A comment system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:|8290|2024-10-05| |74|[didi/LogicFlow](https://github.com/didi/LogicFlow)| 专注于业务自定义的流程图编辑框架,支持实现脑图、ER图、UML、工作流等各种图编辑场景。A flow chart editing framework focusing on business customization.|8290|2024-10-10| |75|[ztjhz/BetterChatGPT](https://github.com/ztjhz/BetterChatGPT)|An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)|8079|2024-08-14| |76|[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.|8048|2024-10-06| |77|[ethers-io/ethers.js](https://github.com/ethers-io/ethers.js)|Complete Ethereum library and wallet implementation in JavaScript.|7928|2024-10-10| |78|[rubickCenter/rubick](https://github.com/rubickCenter/rubick)|🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。|7889|2024-10-05| |79|[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|7640|2024-09-04| |80|[x-extends/vxe-table](https://github.com/x-extends/vxe-table)|Vxe table 的表格组件|7561|2024-10-11| |81|[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 ...|7554|2024-10-11| |82|[Dokploy/dokploy](https://github.com/Dokploy/dokploy)|Open Source Alternative to Vercel, Netlify and Heroku.|7412|2024-10-11| |83|[idootop/mi-gpt](https://github.com/idootop/mi-gpt)|🏠 将小爱音箱接入 ChatGPT 和豆包,改造成你的专属语音助手。|7395|2024-08-26| |84|[midwayjs/midway](https://github.com/midwayjs/midway)|🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integra ...|7361|2024-10-11| |85|[labring/laf](https://github.com/labring/laf)|Laf is a vibrant cloud development platform that provides essential tools like cloud functions, databases, and storage solutions. It enables developers to quickly unleash their creativity and bring in ...|7203|2024-08-29| |86|[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.|7188|2024-10-11| |87|[alibaba/x-render](https://github.com/alibaba/x-render)|🚴‍♀️ 阿里 - 很易用的中后台「表单 / 表格 / 图表」解决方案|7017|2024-09-27| |88|[dream-num/univer](https://github.com/dream-num/univer)|Univer is an open-source productivity tool dev kit helping you integrate spreadsheets, docs and slides into your applications.|6763|2024-10-11| |89|[yaklang/yakit](https://github.com/yaklang/yakit)|Cyber Security ALL-IN-ONE Platform|6552|2024-10-11| |90|[gitname/react-gh-pages](https://github.com/gitname/react-gh-pages)|Deploying a React App (created using create-react-app) to GitHub Pages|6515|2024-09-28| |91|[toss/es-toolkit](https://github.com/toss/es-toolkit)|A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.|6482|2024-10-09| |92|[HerbertHe/iptv-sources](https://github.com/HerbertHe/iptv-sources)|Autoupdate iptv sources|6345|2024-10-11| |93|[Licoy/ChatGPT-Midjourney](https://github.com/Licoy/ChatGPT-Midjourney)|🍭 一键拥有你自己的 ChatGPT+StabilityAI+Midjourney 网页服务 Own your own ChatGPT+StabilityAI+Midjourney web service with one click|6332|2024-09-12| |94|[latentcat/qrbtf](https://github.com/latentcat/qrbtf)|AI & parametric QR code generator. AI & 参数化二维码生成器。https://qrbtf.com|6192|2024-09-09| |95|[Portkey-AI/gateway](https://github.com/Portkey-AI/gateway)|A Blazing Fast AI Gateway with integrated Guardrails. Route to 200+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.|6048|2024-10-11| |96|[gaozhangmin/aliyunpan](https://github.com/gaozhangmin/aliyunpan)|小白羊网盘 - Powered by 阿里云盘。|5913|2024-06-07| |97|[antvis/X6](https://github.com/antvis/X6)|🚀 JavaScript diagramming library that uses SVG and HTML for rendering.|5682|2024-09-24| |98|[Tohrusky/Final2x](https://github.com/Tohrusky/Final2x)|2^x Image Super-Resolution|5642|2024-09-23| |99|[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 ...|5602|2024-10-09| |100|[iorate/ublacklist](https://github.com/iorate/ublacklist)|Blocks specific sites from appearing in Google search results|5572|2024-09-22| |101|[jlfwong/speedscope](https://github.com/jlfwong/speedscope)|🔬 A fast, interactive web-based viewer for performance profiles.|5509|2024-04-15| |102|[l0o0/jasminum](https://github.com/l0o0/jasminum)|A Zotero add-on to retrive CNKI meta data. 一个简单的Zotero 插件,用于识别中文元数据|5360|2024-09-24| |103|[windingwind/zotero-better-notes](https://github.com/windingwind/zotero-better-notes)|Everything about note management. All in Zotero.|5344|2024-10-11| |104|[josStorer/RWKV-Runner](https://github.com/josStorer/RWKV-Runner)|A RWKV management and startup tool, full automation, only 8MB. And provides an interface compatible with the OpenAI API. RWKV is a large language model that is fully open source and available for comm ...|5126|2024-09-14| |105|[Hiram-Wong/ZyPlayer](https://github.com/Hiram-Wong/ZyPlayer)|跨平台桌面端视频资源播放器,免费高颜值.|5104|2024-09-11| |106|[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 工具, 纯浏览器端实现。|4963|2024-07-16| |107|[bepass-org/oblivion-desktop](https://github.com/bepass-org/oblivion-desktop)|Oblivion Desktop - Unofficial Warp Client for Windows/Mac/Linux|4929|2024-10-10| |108|[arco-design/arco-design](https://github.com/arco-design/arco-design)|A comprehensive React UI components library based on Arco Design|4900|2024-09-20| |109|[ineo6/hosts](https://github.com/ineo6/hosts)|GitHub最新hosts。解决GitHub图片无法显示,加速GitHub网页浏览。|4869|2024-10-11| |110|[vrtmrz/obsidian-livesync](https://github.com/vrtmrz/obsidian-livesync)|-|4761|2024-09-24| |111|[AutumnWhj/ChatGPT-wechat-bot](https://github.com/AutumnWhj/ChatGPT-wechat-bot)|ChatGPT for wechat https://github.com/AutumnWhj/ChatGPT-wechat-bot|4672|2024-08-19| |112|[XPoet/picx](https://github.com/XPoet/picx)|🏞️ PicX 是一款基于 GitHub API 开发的图床工具,提供图片上传托管、生成图片链接和常用图片工具箱服务。|4563|2024-08-13| |113|[sqlchat/sqlchat](https://github.com/sqlchat/sqlchat)|Chat-based SQL Client and Editor for the next decade|4553|2024-08-01| |114|[NervJS/taro-ui](https://github.com/NervJS/taro-ui)|一款基于 Taro 框架开发的多端 UI 组件库|4533|2024-08-29| |115|[ng-alain/ng-alain](https://github.com/ng-alain/ng-alain)|NG-ZORRO admin panel front-end framework (surge mirror https://ng-alain-doc.surge.sh)|4531|2024-10-04| |116|[hustcc/echarts-for-react](https://github.com/hustcc/echarts-for-react)|⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。|4529|2024-06-04| |117|[koishijs/koishi](https://github.com/koishijs/koishi)|Cross-platform chatbot framework made with love|4416|2024-08-15| |118|[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.|4406|2024-10-11| |119|[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.|4399|2024-10-09| |120|[HuolalaTech/page-spy-web](https://github.com/HuolalaTech/page-spy-web)|Debug remotely and easily like chrome devtools.|4394|2024-10-11| |121|[geist-org/geist-ui](https://github.com/geist-org/geist-ui)|A design system for building modern websites and applications.|4324|2024-07-20| |122|[babaohuang/GeminiProChat](https://github.com/babaohuang/GeminiProChat)|Minimal web UI for GeminiPro.|4272|2024-09-12| |123|[ant-design/pro-components](https://github.com/ant-design/pro-components)|🏆 Use Ant Design like a Pro!|4270|2024-10-10| |124|[electron-vite/electron-vite-vue](https://github.com/electron-vite/electron-vite-vue)|🥳 Really simple Electron + Vite + Vue boilerplate.|4226|2024-07-25| |125|[Kanaries/Rath](https://github.com/Kanaries/Rath)|Next generation of automated data exploratory analysis and visualization platform.|4225|2024-08-20| |126|[usual2970/certimate](https://github.com/usual2970/certimate)|开源的SSL证书管理工具,可以帮助你自动申请、部署SSL证书,并在证书即将过期时自动续期。An open-source SSL certificate management tool that helps you automatically apply for and deploy SSL certificates, as well as automatically renew them when ...|4214|2024-10-11| |127|[Tencent/tmagic-editor](https://github.com/Tencent/tmagic-editor)|-|4195|2024-10-09| |128|[liyupi/mianshiya](https://github.com/liyupi/mianshiya)|持续维护的面试刷题网站,帮你拿到满意 offer!⭐️ 2024年最新Java面试题、前端面试题、C++面试题、Go面试题、Python面试题、测试面试题、运维面试题、后端面试题、操作系统面试题、计算机网络面试题、Redis面试题、MySQL数据库面试题、算法面试题、Spring面试题、JVM面试题、Java并发面试题、Linux面试题等几千道高频程序员求职必备八股文。💎 React 前端 + N ...|4158|2024-09-12| |129|[zdhxiong/mdui](https://github.com/zdhxiong/mdui)|Material Design 3(Material You) UI components using Web Components.|4145|2024-10-02| |130|[BuilderIO/ai-shell](https://github.com/BuilderIO/ai-shell)|A CLI that converts natural language to shell commands.|4121|2024-10-01| |131|[Tencent/wujie](https://github.com/Tencent/wujie)|极致的微前端框架|4082|2024-06-07| |132|[zsviczian/obsidian-excalidraw-plugin](https://github.com/zsviczian/obsidian-excalidraw-plugin)|A plugin to edit and view Excalidraw drawings in Obsidian|4082|2024-09-28| |133|[remotely-save/remotely-save](https://github.com/remotely-save/remotely-save)|Sync notes between local and cloud with smart conflict: S3 (Amazon S3/Cloudflare R2/Backblaze B2/...), Dropbox, webdav (NextCloud/InfiniCLOUD/Synology/...), OneDrive, Google Drive (GDrive), Box, pClou ...|4058|2024-09-30| |134|[hydro-dev/Hydro](https://github.com/hydro-dev/Hydro)|Hydro - Next generation high performance online-judge platform - 新一代高效强大的信息学在线测评系统 (a.k.a. vj5)|3946|2024-10-11| |135|[lokalise/i18n-ally](https://github.com/lokalise/i18n-ally)|🌍 All in one i18n extension for VS Code|3946|2024-08-29| |136|[futantan/OpenGpt](https://github.com/futantan/OpenGpt)|Create your own ChatGPT App in seconds.|3937|2024-05-01| |137|[zh-lx/pinyin-pro](https://github.com/zh-lx/pinyin-pro)|中文转拼音、拼音音调、拼音声母、拼音韵母、多音字拼音、姓氏拼音、拼音匹配、中文分词|3849|2024-09-24| |138|[emqx/MQTTX](https://github.com/emqx/MQTTX)|A Powerful and All-in-One MQTT 5.0 client toolbox for Desktop, CLI and WebSocket.|3845|2024-09-30| |139|[xobserve/xo](https://github.com/xobserve/xo)|Observe any stack, any service and any data, using any UI components you prefer, never missing any X factors and resolve them before they become real problems. |3797|2024-05-22| |140|[caorushizi/mediago](https://github.com/caorushizi/mediago)|m3u8[m3u8-downloader] 视频在线提取工具 流媒体下载 、视频下载 、 m3u8下载 、 B站视频下载 桌面客户端 windows mac|3770|2024-10-07| |141|[codebdy/rxdrag](https://github.com/codebdy/rxdrag)|Design anything based on HTML, 可视化编辑, 带逻辑引擎的低代码前端。|3704|2024-09-03| |142|[Bowen7/regex-vis](https://github.com/Bowen7/regex-vis)|🎨 Regex visualizer & editor|3698|2024-09-20| |143|[BetaSu/big-react](https://github.com/BetaSu/big-react)|跟着我,从0实现React18|3697|2024-07-31| |144|[LLM-Red-Team/kimi-free-api](https://github.com/LLM-Red-Team/kimi-free-api)|🚀 KIMI AI 长文本大模型逆向API白嫖测试【特长:长文本解读整理】,支持高速流式输出、智能体对话、联网搜索、长文档解读、图像OCR、多轮对话,零配置部署,多路token支持,自动清理会话痕迹。|3693|2024-07-12| |145|[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.|3682|2024-09-26| |146|[czy0729/Bangumi](https://github.com/czy0729/Bangumi)|:electron: An unofficial https://bgm.tv ui first app client for Android and iOS, built with React Native. 一个无广告、以爱好为驱动、不以盈利为目的、专门做 ACG 的类似豆瓣的追番记录,bgm.tv 第三方客户端。为移动端重新设计,内置大量加强的网页端难以实现的功能,且提供了相当的自定义选项。 ...|3644|2024-10-10| |147|[antvis/L7](https://github.com/antvis/L7)|🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis engine.|3636|2024-08-15| |148|[oliverschwendener/ueli](https://github.com/oliverschwendener/ueli)|Cross-Platform Keystroke Launcher|3626|2024-10-09| |149|[buqiyuan/vue3-antdv-admin](https://github.com/buqiyuan/vue3-antdv-admin)|基于 vite5.x + vue3.x + ant-design-vue4.x + typescript hooks 的基础后台管理系统 RBAC的权限系统, JSON Schema动态表单,动态表格,锁屏界面|3580|2024-10-03| |150|[Qsnh/meedu](https://github.com/Qsnh/meedu)|Meedu是一款功能强大的开源在线教育系统,适用于个人、企业或机构搭建自己的在线学习平台。它提供了完整的解决方案,满足网校搭建、在线教学、企业培训和知识付费等多种需求。|3563|2024-08-11| |151|[chanind/hanzi-writer](https://github.com/chanind/hanzi-writer)|Chinese character stroke order animations and practice quizzes|3526|2024-09-22| |152|[fhefh2015/Fast-GitHub](https://github.com/fhefh2015/Fast-GitHub)|国内Github下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~!|3493|2024-05-24| |153|[TBXark/ChatGPT-Telegram-Workers](https://github.com/TBXark/ChatGPT-Telegram-Workers)|Deploy your own Telegram ChatGPT bot on Cloudflare Workers with ease.|3450|2024-10-09| |154|[dbeaver/cloudbeaver](https://github.com/dbeaver/cloudbeaver)|Cloud Database Manager|3438|2024-10-11| |155|[Innei/Shiro](https://github.com/Innei/Shiro)|📜 A minimalist personal website embodying the purity of paper and freshness of snow.|3392|2024-10-11| |156|[alex8088/electron-vite](https://github.com/alex8088/electron-vite)|Next generation Electron build tooling based on Vite 新一代 Electron 开发构建工具,支持源代码保护|3357|2024-08-21| |157|[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|3346|2024-09-19| |158|[Icalingua-plus-plus/Icalingua-plus-plus](https://github.com/Icalingua-plus-plus/Icalingua-plus-plus)|A client for QQ and more. :electron:|3307|2024-10-03| |159|[guangzhengli/ChatFiles](https://github.com/guangzhengli/ChatFiles)|Document Chatbot — multiple files. Powered by GPT / Embedding.|3258|2024-07-03| |160|[MCSManager/MCSManager](https://github.com/MCSManager/MCSManager)|Free, Secure, Distributed, Modern Control Panel for Minecraft and most Steam Game Servers.|3245|2024-10-11| |161|[maotoumao/MusicFreeDesktop](https://github.com/maotoumao/MusicFreeDesktop)|插件化、定制化、无广告的免费音乐播放器|3242|2024-10-10| |162|[sunniejs/vue-h5-template](https://github.com/sunniejs/vue-h5-template)|:tada:vue搭建移动端开发,基于vue-cli4.0+webpack 4+vant ui + sass+ rem适配方案+axios封装,构建手机端模板脚手架 |3192|2024-10-10| |163|[stonith404/pingvin-share](https://github.com/stonith404/pingvin-share)|A self-hosted file sharing platform that combines lightness and beauty, perfect for seamless and efficient file sharing.|3182|2024-10-04| |164|[ourongxing/chatgpt-vercel](https://github.com/ourongxing/chatgpt-vercel)|Elegant and Powerfull. Powered by OpenAI and Vercel.|3179|2024-09-25| |165|[buqiyuan/vite-vue3-lowcode](https://github.com/buqiyuan/vite-vue3-lowcode)|vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具|3150|2024-08-20| |166|[sparrow-js/sparrow](https://github.com/sparrow-js/sparrow)|🎉场景化低代码(LowCode)搭建工作台,实时输出源代码|3108|2024-08-28| |167|[ant-design/ant-design-mobile-rn](https://github.com/ant-design/ant-design-mobile-rn)|Ant Design for React Native|3060|2024-10-10| |168|[alibaba/pont](https://github.com/alibaba/pont)|🌉数据服务层解决方案|3033|2024-04-30| |169|[LeekHub/leek-fund](https://github.com/LeekHub/leek-fund)|:chart_with_upwards_trend: 韭菜盒子——VSCode 里也可以看股票 & 基金实时数据,做最好用的投资插件 🐥|2967|2024-09-15| |170|[ConnectAI-E/AutoGPT-Next-Web](https://github.com/ConnectAI-E/AutoGPT-Next-Web)|🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.一键免费部署你的私人AutoGPT 网页应用|2931|2024-10-07| |171|[opensumi/core](https://github.com/opensumi/core)|🚀 A framework helps you quickly build AI Native IDE products.|2902|2024-10-11| |172|[weaigc/bingo](https://github.com/weaigc/bingo)|Bingo,一个让你呼吸顺畅 New Bing。|2893|2024-06-08| |173|[frappe/books](https://github.com/frappe/books)|Free Accounting Software|2872|2024-10-09| |174|[msgbyte/tailchat](https://github.com/msgbyte/tailchat)|Next generation noIM application in your own workspace, not only another Slack/Discord/Rocket.chat|2868|2024-10-07| |175|[notadd/notadd](https://github.com/notadd/notadd)|A microservice development architecture based on nest.js. —— 基于 Nest.js 的微服务开发架构。|2821|2024-07-03| |176|[Mereithhh/vanblog](https://github.com/Mereithhh/vanblog)|一款简洁实用优雅的个人博客系统|2797|2024-09-01| |177|[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)|2770|2024-10-05| |178|[sipeed/NanoKVM](https://github.com/sipeed/NanoKVM)|NanoKVM: Affordable, Multifunctional, Nano RISC-V IP-KVM|2763|2024-10-10| |179|[alovajs/alova](https://github.com/alovajs/alova)|Workflow-Streamlined next-generation request tools. Extremely streamline API integration workflow, just one step|2737|2024-10-11| |180|[OpenWebGAL/WebGAL](https://github.com/OpenWebGAL/WebGAL)|A brand new web Visual Novel engine 全新的网页端视觉小说引擎|2715|2024-10-01| |181|[arco-design/arco-design-vue](https://github.com/arco-design/arco-design-vue)|A Vue.js 3 UI Library based on Arco Design|2698|2024-09-26| |182|[AIsouler/GKD_subscription](https://github.com/AIsouler/GKD_subscription)|GKD 第三方订阅规则|2624|2024-10-11| |183|[Tzahi12345/YoutubeDL-Material](https://github.com/Tzahi12345/YoutubeDL-Material)|Self-hosted YouTube downloader built on Material Design|2614|2024-09-22| |184|[vn7n24fzkq/github-profile-summary-cards](https://github.com/vn7n24fzkq/github-profile-summary-cards)|A tool to generate your github summary card for profile README|2613|2024-08-29| |185|[sugarforever/chat-ollama](https://github.com/sugarforever/chat-ollama)|ChatOllama is an open source chatbot based on LLMs. It supports a wide range of language models, and knowledge base management.|2609|2024-09-08| |186|[gkd-kit/subscription](https://github.com/gkd-kit/subscription)|GKD 默认订阅规则|2600|2024-05-12| |187|[cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)|🔥 cool-admin(midway版)一个很酷的后台权限管理框架,Ai编码、流程编排、模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 3.x、typescript、typeorm、mysql、jwt、vue3、vite、element-ui等构建|2569|2024-09-06| |188|[antvis/G2Plot](https://github.com/antvis/G2Plot)|:dango: An interactive and responsive charting library based on G2.|2551|2024-08-29| |189|[web-infra-dev/garfish](https://github.com/web-infra-dev/garfish)|A powerful micro front-end framework 🚚|2532|2024-07-16| |190|[Kanaries/graphic-walker](https://github.com/Kanaries/graphic-walker)|An open source alternative to Tableau. Embeddable visual analytic|2484|2024-10-10| |191|[suanmei/callapp-lib](https://github.com/suanmei/callapp-lib)|🔥call app from h5(H5唤起客户端 )|2484|2024-05-06| |192|[ruilisi/fortune-sheet](https://github.com/ruilisi/fortune-sheet)|A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets|2481|2024-10-03| |193|[koishijs/novelai-bot](https://github.com/koishijs/novelai-bot)|Generate images by NovelAI 基于 NovelAI 的画图机器人|2475|2024-08-16| |194|[cweijan/vscode-database-client](https://github.com/cweijan/vscode-database-client)|Database Client For Visual Studio Code|2467|2024-05-06| |195|[aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials)|Configure AWS credential environment variables for use in other GitHub Actions.|2456|2024-10-08| |196|[zce/caz](https://github.com/zce/caz)|A simple yet powerful template-based Scaffolding tools.|2455|2024-10-03| |197|[theajack/cnchar](https://github.com/theajack/cnchar)|🇨🇳 功能全面的汉字工具库 (拼音 笔画 偏旁 成语 语音 可视化等) (Chinese character util)|2429|2024-07-19| |198|[M-cheng-web/web-tracing](https://github.com/M-cheng-web/web-tracing)|为前端项目提供【 埋点、行为、性能、异常、请求、资源、路由、曝光、录屏 】监控手段|2416|2024-06-21| |199|[NightCatSama/vue-slider-component](https://github.com/NightCatSama/vue-slider-component)|🌡 A highly customized slider component|2413|2024-08-01| |200|[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.|2401|2024-10-09|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Vim-script.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Vim script 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|Repository|Description|Stars|Updated| |:-|:-|:-|:-|:-| |1|[SpaceVim/SpaceVim](https://github.com/SpaceVim/SpaceVim)|A modular Vim/Neovim configuration|20274|2024-09-17| |2|[vimwiki/vimwiki](https://github.com/vimwiki/vimwiki)|Personal Wiki for Vim|8762|2024-08-15| |3|[mattn/emmet-vim](https://github.com/mattn/emmet-vim)|emmet for vim: http://emmet.io/|6424|2024-08-10| |4|[chxuan/vimplus](https://github.com/chxuan/vimplus)|:rocket:An automatic configuration program for vim|3913|2024-06-05| |5|[theniceboy/nvim](https://github.com/theniceboy/nvim)|The Ultimate NeoVim Config for Colemak Users|2013|2024-10-05| |6|[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 !!|1850|2024-09-22| |7|[luochen1990/rainbow](https://github.com/luochen1990/rainbow)|Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.|1781|2024-07-27| |8|[mashirozx/Pixiv-Nginx](https://github.com/mashirozx/Pixiv-Nginx)|P站(Pixiv)的正确打开方式|1751|2024-09-14| |9|[youngyangyang04/PowerVim](https://github.com/youngyangyang04/PowerVim)|Make your vim more power and much easer. 最实用的vim配置🔥|1617|2024-05-08| |10|[skywind3000/vim](https://github.com/skywind3000/vim)|Personal Vim Profile|912|2024-10-11| |11|[skywind3000/asynctasks.vim](https://github.com/skywind3000/asynctasks.vim)|:rocket: Modern Task System for Project Building, Testing and Deploying !!|911|2024-09-27| |12|[skywind3000/vim-init](https://github.com/skywind3000/vim-init)|轻量级 Vim 配置框架,全中文注释|908|2024-07-26| |13|[bilibili/vim-vide](https://github.com/bilibili/vim-vide)|Lightest vimrc, while strong enough. 最轻的vim配置,却足够强!|791|2024-04-20| |14|[mzlogin/vim-markdown-toc](https://github.com/mzlogin/vim-markdown-toc)|A vim 7.4+ plugin to generate table of contents for Markdown files.|610|2024-09-01| |15|[jaywcjlove/vim-web](https://github.com/jaywcjlove/vim-web)|◈ 搞得像IDE一样的Vim,安装配置自己的Vim。|602|2024-06-23| |16|[lyokha/vim-xkbswitch](https://github.com/lyokha/vim-xkbswitch)|vim plugin for automatic keyboard layout switching in insert mode|479|2024-09-17| |17|[jayli/vim-easycomplete](https://github.com/jayli/vim-easycomplete)|杭州市余杭区最好用的 VIM/NVIM 代码补全插件|412|2024-09-15| |18|[lilydjwg/dotvim](https://github.com/lilydjwg/dotvim)|My vim config|282|2024-10-04| |19|[derekhe/msfs2020-google-map](https://github.com/derekhe/msfs2020-google-map)|Replace MSFS2020's bing map to google map|277|2024-04-21| |20|[ZSaberLv0/ZFVimIM](https://github.com/ZSaberLv0/ZFVimIM)|vim输入法 / Vim Input Method by pure vim script, support: user word, dynamic word priority, cloud db files|203|2024-09-29| |21|[axiaoxin/my-vimrc](https://github.com/axiaoxin/my-vimrc)|VIM configuration file: used to write Golang, Python, Markdown, etc. with VIM on macOS|153|2024-09-29| |22|[Leptune/vim-for-coding](https://github.com/Leptune/vim-for-coding)|vim-for-coding|132|2024-07-15| |23|[dofy/7th-vim](https://github.com/dofy/7th-vim)|安装简单,轻量、易用、高可配置性。 Lightweight & Customizable Vim configuration options.|107|2024-10-04| |24|[chenxuan520/vim-fast](https://github.com/chenxuan520/vim-fast)|A very fast Vim repository for C/C++,Go,Python,Rust|84|2024-09-29| |25|[anzhihe/Efficient-office](https://github.com/anzhihe/Efficient-office)|Alfred-Workflows,Vim,Script,Mac|81|2024-08-31| |26|[IammyselfYBX/.vim](https://github.com/IammyselfYBX/.vim)|我的(neo)vim配置|54|2024-07-27| |27|[apemost/vimrc](https://github.com/apemost/vimrc)|A simple but powerful vim configuration|45|2024-07-11| |28|[ppwwyyxx/vim-PinyinSearch](https://github.com/ppwwyyxx/vim-PinyinSearch)|help vim search Chinese by Pinyin|39|2024-07-12| |29|[qiqiboy/q-vim](https://github.com/qiqiboy/q-vim)|my vim config. 来自一个前端开发码农的vim配置方案|33|2024-07-15| |30|[yanyiwu/etc](https://github.com/yanyiwu/etc)|常用配置和工具|29|2024-09-11| |31|[lululxvi/oh-my-linux-apps](https://github.com/lululxvi/oh-my-linux-apps)|My list of essential Linux applications.|23|2024-08-17| |32|[lemon0910/lemon-vim](https://github.com/lemon0910/lemon-vim)|lemon's config for vim and neovim.|23|2024-09-13| |33|[guobao2333/MT-syntax-highlight](https://github.com/guobao2333/MT-syntax-highlight)|适用于MT管理器的语法高亮 Syntax-HighLight for MT manager|21|2024-07-22| |34|[modood/vimrc](https://github.com/modood/vimrc)|A shell script to deploy my vim configuration|19|2024-09-27| |35|[andrewintw/rpi-video-sync-looper](https://github.com/andrewintw/rpi-video-sync-looper)|A video synchronization looping system built on Raspberry Pi. 一個運行於 Raspberry Pi 的影片同步循環播放系統|16|2024-07-17| |36|[IammyselfYBX/vim-rainbow](https://github.com/IammyselfYBX/vim-rainbow)|彩虹效果的 Vim 插件|15|2024-05-15| |37|[wandercn/go-ide-vim.conf](https://github.com/wandercn/go-ide-vim.conf)|my vim conf for golang IDE and rust IDE|15|2024-09-02| |38|[gou4shi1/.vim](https://github.com/gou4shi1/.vim)|My Vim|15|2024-09-12| |39|[marslo/myvim](https://github.com/marslo/myvim)|My Vim configuratons |15|2024-05-02| |40|[ikenox/dotfiles](https://github.com/ikenox/dotfiles)|my dotfiles|13|2024-05-23| |41|[leetking/dotfiles](https://github.com/leetking/dotfiles)|我的vim,bash等的配置文件|12|2024-07-14| |42|[owner888/vimer](https://github.com/owner888/vimer)|vim editor|11|2024-09-30| |43|[cnsworder/dev_init](https://github.com/cnsworder/dev_init)|开发环境初始化 vim+emacs+python|9|2024-09-29| |44|[xu-chaojie/VIM](https://github.com/xu-chaojie/VIM)|精简vim配置,精简插件,只保留必要设置,并添加注释,不修改vim原有快捷键|8|2024-04-30| |45|[terrytangyuan/dotfiles](https://github.com/terrytangyuan/dotfiles)|Personal bootstrapping dotfiles |7|2024-08-07| |46|[IammyselfYBX/termdebug](https://github.com/IammyselfYBX/termdebug)|vim终端调试|5|2024-05-13| |47|[niming175/myVim](https://github.com/niming175/myVim)|我的vim配置|5|2024-05-08| |48|[yszou/env](https://github.com/yszou/env)|我平时使用的环境的配置文件|5|2024-05-08| |49|[xiaodun/sf-mock](https://github.com/xiaodun/sf-mock)|前端mock接口解决方案|4|2024-10-11| |50|[ZSaberLv0/ZFVimIM_pinyin](https://github.com/ZSaberLv0/ZFVimIM_pinyin)|vim拼音输入法 / pinyin for ZFVimIM|4|2024-09-29| |51|[DavidAlphaFox/.dotfiles](https://github.com/DavidAlphaFox/.dotfiles)|主要命令行工作配置|4|2024-10-09| |52|[alantop0720/system_config](https://github.com/alantop0720/system_config)|常用的系统配置文件|3|2024-08-11| |53|[listenerri/ri-vim](https://github.com/listenerri/ri-vim)|一份中文注释齐全的vim配置|3|2024-05-25| |54|[webeautiful/xiongfs](https://github.com/webeautiful/xiongfs)|-|3|2024-07-23| |55|[Hyvi/dotfiles](https://github.com/Hyvi/dotfiles)|vim配置|3|2024-08-25| |56|[jaaaain/AI-intelligent-sparring](https://github.com/jaaaain/AI-intelligent-sparring)|AI 智能陪练系统,服务外包第二季|2|2024-10-09| |57|[byrzhm/my-vim-settings](https://github.com/byrzhm/my-vim-settings)|我在vscode以及jetbrain全家桶上的vim配置|2|2024-06-22| |58|[ZSaberLv0/ZFVimIM_openapi](https://github.com/ZSaberLv0/ZFVimIM_openapi)|vim百度云输入法 / async db source for ZFVimIM, using thirdparty's openapi|2|2024-09-29| |59|[crazyhulk/Vim](https://github.com/crazyhulk/Vim)|vim插件|2|2024-09-09| |60|[s-sasaki-0529/dotfiles](https://github.com/s-sasaki-0529/dotfiles)|個人用 .files|2|2024-08-03|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/charts/overall/software/Vue.md ================================================ 返回目录问题反馈 # 中文总榜 > 软件类 > Vue 数据更新: 2024-10-12   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到 |#|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|87712|2024-07-16| |2|[ElemeFE/element](https://github.com/ElemeFE/element)|A Vue.js 2.0 UI Toolkit for Web|54110|2024-08-20| |3|[Chanzhaoyu/chatgpt-web](https://github.com/Chanzhaoyu/chatgpt-web)|用 Express 和 Vue3 搭建的 ChatGPT 演示网页|31354|2024-08-16| |4|[vbenjs/vue-vben-admin](https://github.com/vbenjs/vue-vben-admin)|A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!|24687|2024-10-10| |5|[Molunerfinn/PicGo](https://github.com/Molunerfinn/PicGo)|:rocket:A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder|23959|2024-10-05| |6|[vueComponent/ant-design-vue](https://github.com/vueComponent/ant-design-vue)|🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜|20164|2024-10-09| |7|[lin-xin/vue-manage-system](https://github.com/lin-xin/vue-manage-system)|Vue3、Element Plus、typescript后台管理系统|18791|2024-08-17| |8|[airyland/vux](https://github.com/airyland/vux)|Mobile UI Components based on Vue & WeUI|17591|2024-04-24| |9|[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!|17186|2024-10-06| |10|[zxwk1998/vue-admin-better](https://github.com/zxwk1998/vue-admin-better)|🎉 vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vab admin pro,vab admin plus,vue admin plus,vue admin pro|16827|2024-09-13| |11|[pure-admin/vue-pure-admin](https://github.com/pure-admin/vue-pure-admin)|全面ESM+Vue3+Vite+Element-Plus+TypeScript编写的一款后台管理系统(兼容移动端)|15999|2024-09-25| |12|[bailicangdu/vue2-manage](https://github.com/bailicangdu/vue2-manage)|A admin template based on vue + element-ui. 基于vue + element-ui的后台管理系统基于 vue + element-ui 的后台管理系统|13447|2024-07-05| |13|[chaitin/xray](https://github.com/chaitin/xray)|一款完善的安全评估工具,支持常见 web 安全问题扫描和自定义 poc 使用之前务必先阅读文档|10316|2024-10-11| |14|[zyronon/douyin](https://github.com/zyronon/douyin)| Vue3 + Pinia 仿抖音,Vue 在移动端的最佳实践 . Imitate TikTok ,Vue Best practices on Mobile|9219|2024-09-18| |15|[DataV-Team/DataV](https://github.com/DataV-Team/DataV)|Vue数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新(React版已发布)|9001|2024-06-14| |16|[fenixsoft/awesome-fenix](https://github.com/fenixsoft/awesome-fenix)|讨论如何构建一套可靠的大型分布式系统|8767|2024-08-21| |17|[tiny-craft/tiny-rdm](https://github.com/tiny-craft/tiny-rdm)|Tiny RDM (Tiny Redis Desktop Manager) - A modern, colorful, super lightweight Redis GUI client for Mac, Windows, and Linux.|8580|2024-09-29| |18|[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 ...|7995|2024-09-18| |19|[HalseySpicy/Geeker-Admin](https://github.com/HalseySpicy/Geeker-Admin)|✨✨✨ Geeker Admin,基于 Vue3.4、TypeScript、Vite5、Pinia、Element-Plus 开源的一套后台管理框架。|7185|2024-09-14| |20|[hinesboy/mavonEditor](https://github.com/hinesboy/mavonEditor)|mavonEditor - A markdown editor based on Vue that supports a variety of personalized features|6437|2024-08-18| |21|[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, whois search and more! ...|6137|2024-10-08| |22|[jdf2e/nutui](https://github.com/jdf2e/nutui)|京东风格的移动端 Vue 组件库,支持多端小程序(A Vue.js UI Toolkit for Mobile Web)|6126|2024-10-11| |23|[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~|6056|2024-10-10| |24|[Moonvy/OpenPromptStudio](https://github.com/Moonvy/OpenPromptStudio)|🥣 AIGC 提示词可视化编辑器 OPS Open Prompt Studio|5987|2024-04-28| |25|[pipipi-pikachu/PPTist](https://github.com/pipipi-pikachu/PPTist)|An online presentation application that replicates most of the commonly used features of Microsoft Office PowerPoint, allowing for the editing and presentation of PPT online. It also supports the expo ...|5980|2024-09-17| |26|[doocs/md](https://github.com/doocs/md)|✍ WeChat Markdown Editor 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性|5711|2024-09-29| |27|[Yin-Hongwei/music-website](https://github.com/Yin-Hongwei/music-website)|🎧 Vue + SpringBoot + MyBatis 音乐网站|5395|2024-07-19| |28|[crmeb/CRMEB](https://github.com/crmeb/CRMEB)|🔥CRMEB开源商城免费开源多语言商城系统,Tp6框架商城,系统可商用;包含小程序商城、H5商城、公众号商城、PC商城、App,支持分销、拼团、砍价、秒杀、优惠券、积分、会员等级、小程序直播、页面DIY,前后端分离,方便二开,更有详细使用文档、接口文档、数据字典、二开文档/视频教程,欢迎大家提出宝贵意见和建议|5382|2024-08-28| |29|[woai3c/visual-drag-demo](https://github.com/woai3c/visual-drag-demo)|一个低代码(可视化拖拽)教学项目|5164|2024-09-10| |30|[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 后台管理系统|5074|2024-10-10| |31|[CareyWang/sub-web](https://github.com/CareyWang/sub-web)|-|5074|2024-08-07| |32|[YunYouJun/cook](https://github.com/YunYouJun/cook)|🍲 好的,今天我们来做菜!OK, Let's Cook!|5031|2024-09-15| |33|[ikuaitu/vue-fabric-editor](https://github.com/ikuaitu/vue-fabric-editor)|快图设计-基于fabric.js和Vue的开源图片编辑器,可自定义字体、素材、设计模板。fabric.js and Vue based image editor, can customize fonts, materials, design templates.|4997|2024-10-07| |34|[jekip/naive-ui-admin](https://github.com/jekip/naive-ui-admin)|Naive Ui Admin 是一款基于 Vue3、Vite3 和 TypeScript 的先进中后台解决方案,集成了前沿的前端技术栈和典型业务模型。它拥有二次封装组件、动态菜单、权限校验、粒子化权限控制等核心功能,旨在帮助企业快速构建高质量的中后台项目。无论在新技术运用或业务实践层面,都能为您提供有力支持,并将持续更新,以满足您不断变化的需求|4931|2024-09-14| |35|[varletjs/varlet](https://github.com/varletjs/varlet)|A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.|4919|2024-10-11| |36|[yangzongzhuan/RuoYi-Vue3](https://github.com/yangzongzhuan/RuoYi-Vue3)|:tada: (RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue3 & Vite、Element Plus 的前后端分离权限管理系统|4754|2024-09-27| |37|[elunez/eladmin-web](https://github.com/elunez/eladmin-web)|eladmin jpa版本:前端源码,项目基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 Spring Security、Redis、Vue的前后端分离后台管理系统|4431|2024-09-10| |38|[BewlyBewly/BewlyBewly](https://github.com/BewlyBewly/BewlyBewly)|Improve your Bilibili homepage by redesigning it, adding more features, and personalizing it to match your preferences. (English 简体中文 正體中文 廣東話)|4327|2024-10-10| |39|[xyxiao001/vue-cropper](https://github.com/xyxiao001/vue-cropper)|A simple picture clipping plugin for vue|4312|2024-07-23| |40|[chatpire/chatgpt-web-share](https://github.com/chatpire/chatgpt-web-share)|ChatGPT Plus 共享方案。ChatGPT Plus / OpenAI API sharing solution.|4267|2024-05-28| |41|[umicro/uView](https://github.com/umicro/uView)|uView UI,是uni-app生态最优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水|4057|2024-09-17| |42|[0xJacky/nginx-ui](https://github.com/0xJacky/nginx-ui)|Yet another WebUI for Nginx|3740|2024-10-09| |43|[yangjian102621/geekai](https://github.com/yangjian102621/geekai)|AI 助手全套开源解决方案,自带运营管理后台,开箱即用。集成了 ChatGPT, Azure, ChatGLM,讯飞星火,文心一言等多个平台的大语言模型。支持 MJ AI 绘画,Stable Diffusion AI 绘画,微博热搜等插件工具。采用 Go + Vue3 + element-plus 实现。|3690|2024-10-09| |44|[iczer/vue-antd-admin](https://github.com/iczer/vue-antd-admin)|🐜 Ant Design Pro's implementation with Vue|3648|2024-05-08| |45|[palxiao/poster-design](https://github.com/palxiao/poster-design)|一款漂亮且功能强大的在线海报设计器,图片编辑器,仿稿定设计,适用于多种场景:海报生成、电商产品图、文章长图、视频/公众号封面等。A beautiful online image designer, suitable for various scenarios like generate posters, making design easier!|3604|2024-09-27| |46|[didi/mand-mobile](https://github.com/didi/mand-mobile)|💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.|3453|2024-07-18| |47|[Codennnn/vue-color-avatar](https://github.com/Codennnn/vue-color-avatar)|An online avatar generator just for fun 一个纯前端实现的头像生成网站|3356|2024-08-04| |48|[imsyy/home](https://github.com/imsyy/home)|个人主页,我的个人主页,个人主页源码,主页模板,homepage|3314|2024-09-30| |49|[zclzone/vue-naive-admin](https://github.com/zclzone/vue-naive-admin)|⚡️基于 Vue3 + Vite + Pinia + Unocss + Naive UI 的轻量级后台管理模板。|3170|2024-10-08| |50|[Tencent/tdesign](https://github.com/Tencent/tdesign)|Enterprise Design System|3148|2024-10-11| |51|[RainManGO/vue3-composition-admin](https://github.com/RainManGO/vue3-composition-admin)|🎉 基于vue3 的管理端模板(Vue3 TS Vuex4 element-plus vue-i18n-next composition-api) vue3-admin vue3-ts-admin|3107|2024-10-09| |52|[Alfred-Skyblue/vue-draggable-plus](https://github.com/Alfred-Skyblue/vue-draggable-plus)|Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2|3061|2024-09-13| |53|[202252197/ChatGPT_JCM](https://github.com/202252197/ChatGPT_JCM)|OpenAI管理界面,聚合了OpenAI的所有接口进行界面操作(所有模型、图片、音频、微调、文件)等,支持Markdown格式(公式、图表,表格)等,后期会一点一点的将OpenAI接口进行接入大家支持一下,右上角点个Star。|2948|2024-04-25| |54|[OpenCSGs/csghub](https://github.com/OpenCSGs/csghub)|CSGHub is an open-source large model platform just like on-premise version of Hugging Face. You can easily manage models and datasets, deploy model applications and setup model finetune or inference j ...|2899|2024-10-11| |55|[ydcss/vue-ydui](https://github.com/ydcss/vue-ydui)|A mobile components Library with Vue2.js. 一只基于Vue2.x的移动端组件库。|2751|2024-06-07| |56|[dcloudio/hello-uniapp](https://github.com/dcloudio/hello-uniapp)|uni-app框架演示示例|2743|2024-08-19| |57|[kailong321200875/vue-element-plus-admin](https://github.com/kailong321200875/vue-element-plus-admin)|A backend management system based on vue3, typescript, element-plus, and vite|2730|2024-09-23| |58|[foamzou/melody](https://github.com/foamzou/melody)|我的音乐精灵|2718|2024-08-10| |59|[alireza0/s-ui](https://github.com/alireza0/s-ui)|An advanced Web Panel • Built for SagerNet/Sing-Box|2653|2024-10-07| |60|[hslr-s/sun-panel](https://github.com/hslr-s/sun-panel)|A server, NAS navigation panel, Homepage, browser homepage. 一个服务器、NAS导航面板、Homepage、浏览器首页。|2649|2024-09-30| |61|[dingyong0214/ThorUI-uniapp](https://github.com/dingyong0214/ThorUI-uniapp)|ThorUI组件库,轻量、简洁的移动端组件库。组件文档地址:https://thorui.cn/doc |2607|2024-05-30| |62|[kevin2li/PDF-Guru](https://github.com/kevin2li/PDF-Guru)|PDF Guru Anki是一款以PDF为中心的多功能办公学习工具箱软件,包含四大板块功能:PDF实用工具箱、Anki制卡神器、Anki最强辅助、视频笔记神器,软件功能众多且强大,熟练运用可以大幅提高办公和学习效率,绝对是您不可多得的效率神器。人生苦短,我用Guru!|2599|2024-08-16| |63|[jeecgboot/JeecgBoot-vue3](https://github.com/jeecgboot/JeecgBoot-vue3)|🔥JeecgBoot-Vue3版前端源码,采用 Vue3.0+TypeScript+Vite+Ant-Design-Vue等新技术方案,包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。 是JeecgBoot低代码平台的vue3技术栈的全新UI版本,功能强于vue2版。|2499|2024-06-22| |64|[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|2479|2024-09-26| |65|[open-source-labs/OverVue](https://github.com/open-source-labs/OverVue)|Prototyping Tool For Vue Devs 适用于Vue的原型工具|2463|2024-05-01| |66|[viarotel-org/escrcpy](https://github.com/viarotel-org/escrcpy)|📱 Graphical Scrcpy to display and control Android, devices powered by Electron. - 使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动。|2404|2024-09-16| |67|[fantastic-admin/basic](https://github.com/fantastic-admin/basic)|⭐⭐⭐⭐⭐ 一款开箱即用的 Vue 中后台管理系统框架,支持多款 UI 组件库,兼容PC、移动端。vue-admin, vue-element-admin, vue后台, 后台系统, 后台框架, 管理后台, 管理系统|2385|2024-10-08| |68|[imsyy/SPlayer](https://github.com/imsyy/SPlayer)|🎉 一个简约的音乐播放器,支持逐字歌词,下载歌曲,展示评论区,音乐云盘及歌单管理,音乐频谱,移动端基础适配 网易云音乐 A minimalist music player|2300|2024-10-11| |69|[dreamhunter2333/cloudflare_temp_email](https://github.com/dreamhunter2333/cloudflare_temp_email)|CloudFlare free temp domain email 免费收发 临时域名邮箱 支持附件 IMAP SMTP TelegramBot|2236|2024-09-27| |70|[nmxiaowei/avue](https://github.com/nmxiaowei/avue)|Avue.js2.0是基于现有的element-ui库进行的二次封装,简化一些繁琐的操作,核心理念为数据驱动视图,主要的组件库针对table表格和form表单场景,同时衍生出更多企业常用的组件,达到高复用,容易维护和扩展的框架,同时内置了丰富了数据展示组件,让开发变得更加容易|2220|2024-10-07| |71|[shiyutim/tickets](https://github.com/shiyutim/tickets)|大麦、大麦网 演唱会抢票软件,一个基于 tauri + rust + vue 调用接口的抢票软件。|2148|2024-05-08| |72|[simple-uploader/vue-uploader](https://github.com/simple-uploader/vue-uploader)|A Vue.js upload component powered by simple-uploader.js|2027|2024-05-15| |73|[dromara/mayfly-go](https://github.com/dromara/mayfly-go)|web版linux(终端 文件 脚本 进程)、数据库(mysql pgsql oracle sqlserver 高斯 达梦 sqlite)、数据同步、redis(单机 哨兵 集群)、mongo统一管理操作平台。web version of linux(terminal file script process), database (mysql pgsql oracle sqlserver Gaus ...|1897|2024-08-22| |74|[dcloudio/uni-ui](https://github.com/dcloudio/uni-ui)|基于uni-app的、全端兼容的、高性能UI框架|1875|2024-10-08| |75|[youshandefeiyang/sub-web-modify](https://github.com/youshandefeiyang/sub-web-modify)|Subconverter订阅转换前端增强版,增加近百条远程配置及更多自定义功能!|1873|2024-10-08| |76|[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是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台|1856|2024-10-11| |77|[Java-S12138/frank](https://github.com/Java-S12138/frank)|A bran-new League of Legends assistant software, a replacement for WeGame.|1848|2024-07-19| |78|[TangSY/echarts-map-demo](https://github.com/TangSY/echarts-map-demo)|适用于echarts、QGIS等地图geoJson行政区划边界数据的实时获取与应用,json格式数据,全国省市区县多级联动下钻,真正意义的下钻至县级【附最新全国省市区县乡镇三级或四级城市geoJson文件下载,另可下载四级联动或五级(村级)行政编码对应关系】|1813|2024-09-25| |79|[luckjiawei/frpc-desktop](https://github.com/luckjiawei/frpc-desktop)|一个frpc桌面客户端|1769|2024-09-25| |80|[vform666/variant-form](https://github.com/vform666/variant-form)|A powerful form designer for Vue.|1744|2024-07-22| |81|[cmdparkour/vue-admin-box](https://github.com/cmdparkour/vue-admin-box)|vue3,vite,element-plus中后台管理系统,集成四套基础模板,大量可利用组件,模板页面|1718|2024-08-04| |82|[chatgpt-web-dev/chatgpt-web](https://github.com/chatgpt-web-dev/chatgpt-web)|A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.|1620|2024-08-14| |83|[yudaocode/yudao-ui-admin-vue3](https://github.com/yudaocode/yudao-ui-admin-vue3)|芋道管理后台,基于 Vue3 + Element Plus 实现,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型等功能。|1620|2024-10-07| |84|[xaboy/form-create-designer](https://github.com/xaboy/form-create-designer)|好用的Vue低代码可视化表单设计器,可以通过拖拽的方式快速创建表单,提高开发者对表单的开发效率。|1607|2024-10-11| |85|[Thecosy/IceCMS](https://github.com/Thecosy/IceCMS)|🌈冰激凌内容管理系统🍦,实现MacWK资源站,社区图片视频圈子CMS,支持网页端移动端小程序🌟适合做 资讯商城,社区论坛,聊天交友 社区,博客,圈子,论坛,图片,视频,社交。|1585|2024-07-24| |86|[Hacker233/resume-design](https://github.com/Hacker233/resume-design)|一款开源简历设计生成器,内置两款设计器,多种免费模板选择,还可以自定义模板、主题等等,支持导出PDF、JSON数据。|1549|2024-10-11| |87|[umicro/uView2.0](https://github.com/umicro/uView2.0)|uView UI,是全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水|1524|2024-09-17| |88|[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.|1508|2024-06-06| |89|[lewkamtao/lew-ui](https://github.com/lewkamtao/lew-ui)|A beautiful component library based on vue3|1395|2024-10-10| |90|[Tsuk1ko/bilibili-live-chat](https://github.com/Tsuk1ko/bilibili-live-chat)|📽️ 无后端的仿 YouTube Live Chat 风格的简易 Bilibili 弹幕姬|1394|2024-04-25| |91|[auroral-ui/hexo-theme-aurora](https://github.com/auroral-ui/hexo-theme-aurora)|🏳️‍🌈 Futuristic auroral Hexo theme.|1388|2024-05-25| |92|[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.|1364|2024-05-08| |93|[youlaitech/vue3-element-admin](https://github.com/youlaitech/vue3-element-admin)|🔥基于 vue3 + vite5 + typescript + element-plus 构建的后台管理前端模板(配套后端源码),vue-element-admin 的 vue3 版本。|1360|2024-10-11| |94|[elecV2/elecV2P](https://github.com/elecV2/elecV2P)|一款基于 NodeJS,可通过 JS 修改网络请求,以及定时运行脚本或 SHELL 指令的网络工具。|1356|2024-06-18| |95|[build-admin/buildadmin](https://github.com/build-admin/buildadmin)|可视化生成CRUD代码、内置WEB终端,技术栈为Vue3.x(setup)+ThinkPHP6+TypeScript+Vite+Pinia+Element Plus,自适应多端,同时提供Web和Server端、自动注册路由、无限级菜单权限节点、全局数据回收站、字段级修改保护等等,是集颜值、实用、敏捷于一身的管理系统。|1352|2024-10-09| |96|[zhontai/Admin.Core](https://github.com/zhontai/Admin.Core)|中台Admin基于 .Net8 和 Vue3 + Element Plus、uniapp + uviewui 开发的前后端分离的权限管理系统。支持多租户、数据权限、动态Api、任务调度、OSS文件上传、滑块拼图验证、国内外主流数据库自由切换和动态高级查询。集成统一认证授权、事件总线、数据验证、分布式缓存、分布式事务、Ip限流、全Api鉴权、集成测试、性能分析、健康检查、接口文档等。|1329|2024-10-11| |97|[SevenOutman/vue-aplayer](https://github.com/SevenOutman/vue-aplayer)|:cake: Easy-to-use music player for Vue 2.x|1326|2024-10-08| |98|[vform666/variant-form3-vite](https://github.com/vform666/variant-form3-vite)|-|1323|2024-06-05| |99|[chaos-zhu/easynode](https://github.com/chaos-zhu/easynode)|一个Linux服务器WEB SSH面板(webSSH&webSFTP)|1282|2024-10-11| |100|[go-admin-team/go-admin-ui](https://github.com/go-admin-team/go-admin-ui)|基于Gin + Vue + Element UI & Arco Design & Ant Design 的前后端分离权限管理系统的前端模块|1163|2024-09-05| |101|[wikihost-opensource/als](https://github.com/wikihost-opensource/als)|Another Looking-glass Server|1152|2024-06-27| |102|[zhenorzz/goploy](https://github.com/zhenorzz/goploy)|Devops, Deploy, CI/CD, Terminal, Sftp, Server monitor, Crontab Manager, Nginx Manager.|1091|2024-09-27| |103|[gzydong/LumenIM](https://github.com/gzydong/LumenIM)|Lumen IM 是一个网页版在线聊天项目,前端使用 Naive UI + Vue3,后端采用 GO 开发。|1076|2024-04-17| |104|[zyronon/typing-word](https://github.com/zyronon/typing-word)|在网页上背单词|1066|2024-09-09| |105|[xiaowang1314/uniapp-plugin-collections](https://github.com/xiaowang1314/uniapp-plugin-collections)|uni-app项目插件功能集合https://github.com/xiaowang1314/uniapp-plugin-collections|1041|2024-09-03| |106|[unilei/aipan-netdisk-search](https://github.com/unilei/aipan-netdisk-search)|本项目乃是基于 Vue 与 Nuxt.js 技术打造的网盘搜索项目,持续开源并保持维护更新。其旨在让人人皆可拥有属于自己的网盘搜索网站。强烈建议自行部署,向所有参与者致敬!Salute to all!|1039|2024-10-09| |107|[ifzc/Shkjem](https://github.com/ifzc/Shkjem)|基于Vue&ElementUI的企业官网|1018|2024-06-11| |108|[anvaka/map-of-github](https://github.com/anvaka/map-of-github)|Inspirational Mapping|1011|2024-09-25| |109|[YuehaiTeam/cocogoat](https://github.com/YuehaiTeam/cocogoat)|A toolbox for Genshin Impact 100% running in browser. 纯网页端的原神工具箱,保证每一行代码都是熬夜加班打造。|971|2024-10-09| |110|[hangjob/vue-bag-admin](https://github.com/hangjob/vue-bag-admin)|采用Vue3、Vite5、Naive UI、JavaScript、Gulp、Pinia以及周边的优秀的插件搭建,通过npm命令安装引入主程序包开发,插件式开发,它允许开发者在不修改原有代码基础上扩展功能、增加新的处理逻辑,使得应用更加模块化和易于维护,响应式中后台管理系统,满足现有业务各种扩展...|953|2024-10-10| |111|[SchneeHertz/exhentai-manga-manager](https://github.com/SchneeHertz/exhentai-manga-manager)|ExHentai本地漫画标签管理阅读应用, ExHentai local manga tag-manager and reader|949|2024-10-11| |112|[leon-kfd/Dashboard](https://github.com/leon-kfd/Dashboard)|Custom your personal browser start page from some configurable components.|935|2024-10-10| |113|[Moonofweisheng/wot-design-uni](https://github.com/Moonofweisheng/wot-design-uni)|一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。|913|2024-10-11| |114|[zhengguorong/h5maker](https://github.com/zhengguorong/h5maker)|h5编辑器类似maka、易企秀 账号/密码:admin|909|2024-09-18| |115|[readpage/undraw-ui](https://github.com/readpage/undraw-ui)|vue评论组件,🔥基于vue3的UI组件,主要功能有评论,聊天,搜索,锚点。你的⭐️Star ,是作者开发的动力!|896|2024-09-29| |116|[chansee97/nova-admin](https://github.com/chansee97/nova-admin)|A simple and flexible admin template based on Vue3, Vite, TypeScript, NaiveUI|885|2024-10-08| |117|[Virtual-Browser/VirtualBrowser](https://github.com/Virtual-Browser/VirtualBrowser)|Free anti fingerprint browser, 指纹浏览器, 隐私浏览器, 免费的web3空投专用指纹浏览器|882|2024-08-12| |118|[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 ...|871|2024-08-24| |119|[jzfai/vue3-admin-plus](https://github.com/jzfai/vue3-admin-plus)|👏 An amazing admin framework of vue3|849|2024-09-29| |120|[galaxy-s10/billd-live](https://github.com/galaxy-s10/billd-live)|基于Vue3 + WebRTC + Node + SRS搭建的直播间|836|2024-10-11| |121|[vitejs/docs-cn](https://github.com/vitejs/docs-cn)|Chinese translation of vite.dev|836|2024-10-09| |122|[fjykTec/ModernWMS](https://github.com/fjykTec/ModernWMS)|The open source simple and complete warehouse management system is derived from our many years of experience in implementing erp projects. We stripped the original commercial system wms function and o ...|835|2024-09-11| |123|[AndersonBY/vector-vein](https://github.com/AndersonBY/vector-vein)|No-code AI workflow|810|2024-10-04| |124|[WeBankPartners/we-cmdb](https://github.com/WeBankPartners/we-cmdb)|CMDB from WeBank|799|2024-09-12| |125|[sahadev/vue-component-creater-ui](https://github.com/sahadev/vue-component-creater-ui)|拖拽式Vue组件代码生成编辑器(VCC)|764|2024-09-12| |126|[climblee/uv-ui](https://github.com/climblee/uv-ui)|uv-ui 破釜沉舟之兼容vue3+2、app、h5、小程序等多端基于uni-app和uView2.x的生态框架,支持单独导入,开箱即用,利剑出击。|763|2024-07-28| |127|[caohuatao/vue-super-flow](https://github.com/caohuatao/vue-super-flow)|Flow chart component based on Vue。vue flowchart|752|2024-08-15| |128|[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.|745|2024-05-27| |129|[monoplasty/vue-monoplasty-slide-verify](https://github.com/monoplasty/vue-monoplasty-slide-verify)|vue slide verify online preview|744|2024-08-21| |130|[Diving-Fish/maimaidx-prober](https://github.com/Diving-Fish/maimaidx-prober)|舞萌 DX 查分器|739|2024-09-24| |131|[a7650/h5-editor](https://github.com/a7650/h5-editor)|📕h5可视化编辑器,支持添加图片/文本/形状等,拥有图层/参考线/标尺/自动吸附对齐等功能|739|2024-04-29| |132|[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 ...|729|2024-07-11| |133|[hua1995116/musiccloudWebapp](https://github.com/hua1995116/musiccloudWebapp)|:headphones:vuejs仿网易云音乐|725|2024-06-21| |134|[pangxiaobin/image-matting](https://github.com/pangxiaobin/image-matting)|-|711|2024-10-11| |135|[mizhexiaoxiao/vue-fastapi-admin](https://github.com/mizhexiaoxiao/vue-fastapi-admin)|⭐️ 基于 FastAPI+Vue3+Naive UI 的现代化轻量管理平台 A modern and lightweight management platform based on FastAPI, Vue3, and Naive UI.|700|2024-09-25| |136|[Tencent/tdesign-vue-next-starter](https://github.com/Tencent/tdesign-vue-next-starter)|A starter-kit for TDesign Vue Next UI components|689|2024-10-01| |137|[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.|685|2024-09-08| |138|[SonicCloudOrg/sonic-client-web](https://github.com/SonicCloudOrg/sonic-client-web)|🎉Front end of Sonic cloud real machine platform. Sonic云真机平台前端。|676|2024-10-10| |139|[TruthHun/BookChatApp](https://github.com/TruthHun/BookChatApp)|通用书籍阅读APP,BookChat 的 uni-app 实现版本,支持多端分发,编译生成Android和iOS 手机APP以及各平台的小程序|674|2024-07-17| |140|[BizSpringSource/bizspring-vue3-opensource](https://github.com/BizSpringSource/bizspring-vue3-opensource)|BizSpring Java商城首选,可商用;Vue3,Element UI Plus,Uniapp,微服务,SpringCloud,跨境电商,跨境商城,电商国际化,外贸,独立站,多国语言,移动商城,小程序商城,H5商城,公众号商城,App,Redis,支持多语言,多规格SKU,分销,拼团,砍价,秒杀,优惠券,积分,会员等级,小程序前后端分离,方便二开,Markdown在线文档,代码生成,二开文档 ...|668|2024-09-24| |141|[shion-app/shion](https://github.com/shion-app/shion)|Time tracker 时间追踪 🍂|664|2024-09-22| |142|[baimingxuan/vue-admin-design](https://github.com/baimingxuan/vue-admin-design)|基于vue + elementUI的管理系统模板|658|2024-05-31| |143|[lkw199711/smanga](https://github.com/lkw199711/smanga)|A simple manga browser 一款docker直装的漫画浏览器|650|2024-08-17| |144|[huchenlei/sd-webui-openpose-editor](https://github.com/huchenlei/sd-webui-openpose-editor)|Openpose editor for ControlNet. Full hand/face support.|646|2024-06-20| |145|[jamebal/jmal-cloud-view](https://github.com/jamebal/jmal-cloud-view)|JmalCloud It's a private cloud storage project that makes it simple and secure to manage your files in the cloud. JmalCloud 是一款私有云存储网盘项目,能够简单安全管理您的云端文件|644|2024-09-27| |146|[xpf0000/PhpWebStudy](https://github.com/xpf0000/PhpWebStudy)|Powerful Web Server and PHP Environment. Support macOS / Windows / Linux|637|2024-10-11| |147|[dromara/go-view](https://github.com/dromara/go-view)|GoView 说明文档,GoView 是一个低代码数据可视化开发平台,将图表或页面元素封装为基础组件,无需编写代码即可完成业务需求。 它的技术栈为:Vue3 + TypeScript4 + Vite2 + NaiveUI + ECharts5 + Axios + Pinia2 + PlopJS|635|2024-05-14| |148|[arkntools/arknights-toolbox](https://github.com/arkntools/arknights-toolbox)|🔨 Arknights Toolbox, all servers are supported. 明日方舟工具箱,全服支持|627|2024-10-02| |149|[qingqingxuan/admin-work](https://github.com/qingqingxuan/admin-work)|Vue3 和 NaiveUI 的完美结合—Admin Work,拥有漂亮、强大、完善的功能。采用 Vue3 Vite2 Typescript NaiveUI Pinia编写的中后台框架。全面的系统配置,优质模板,常用组件,真正一站式开箱即用。持续更新,不断完善,一直在前进~~|622|2024-08-06| |150|[AkiChase/scrcpy-mask](https://github.com/AkiChase/scrcpy-mask)|A Scrcpy client in Rust & Tarui aimed at providing mouse and key mapping to control Android device, similar to a game emulator|618|2024-06-11| |151|[hellodigua/vue-danmaku](https://github.com/hellodigua/vue-danmaku)|基于 Vue 的弹幕交互组件 A danmaku component for Vue|611|2024-07-21| |152|[xdlumia/vue3-video-play](https://github.com/xdlumia/vue3-video-play)|适用于 Vue3 的 hls.js 播放器组件,配置丰富,界面还算好看|610|2024-07-23| |153|[surely-vue/surely-table](https://github.com/surely-vue/surely-table)|Performant advanced table component|609|2024-09-26| |154|[yangjiakai/lux-ui](https://github.com/yangjiakai/lux-ui)|Create the best admin based on Vue3.x, Vite5.x, TypeScript, Vuetify3.x, Chat GPT|605|2024-08-25| |155|[armomu/vue-material-admin](https://github.com/armomu/vue-material-admin)| 基于Vue3 、TypeScript、 Vuetify.js的纯前端中后台管理模板 |587|2024-10-07| |156|[Kukaina/DnsTools](https://github.com/Kukaina/DnsTools)|一个DNS测速工具,提高您的网络访问速度|583|2024-07-25| |157|[GSQZ/TuneFree](https://github.com/GSQZ/TuneFree)|一款基于Splayer进行二次开发的音乐播放器,可解析并播放网易云音乐中所有的付费资源。|580|2024-10-11| |158|[taozhi1010/nest-admin](https://github.com/taozhi1010/nest-admin)|nest全栈快速开发平台|562|2024-09-23| |159|[Mario343214420/Webgl-Data-Demo](https://github.com/Mario343214420/Webgl-Data-Demo)|基于Vue、three.js、echarts,数据可视化展示项目,包含三维模型导入交互、三维模型标注等功能|562|2024-08-05| |160|[KUN1007/kun-galgame-nuxt3](https://github.com/KUN1007/kun-galgame-nuxt3)|The CUTEST Visual Novel / Galgame Forum! KUN Visual Novel project. KUN Visual Novel Forum 2nd generation!|556|2024-10-11| |161|[Zhouqluo/bilidown-web](https://github.com/Zhouqluo/bilidown-web)|在线下载b站视频|553|2024-04-19| |162|[zce/dashboard](https://github.com/zce/dashboard)|A dashboard scaffolding based on Vue.js 3.0 created by Vite.|552|2024-10-11| |163|[gcpaas/DataRoom](https://github.com/gcpaas/DataRoom)|🔥基于SpringBoot、MyBatisPlus、ElementUI、G2Plot、Echarts等技术栈的大屏设计器,具备目录管理、DashBoard设计、预览能力,支持MySQL、Oracle、PostgreSQL、JSON等数据集接入,对于复杂数据处理还可以使用Groovy脚本数据集,使用简单,完全免费,代码开源。 |551|2024-10-09| |164|[WishMelz/imgurl](https://github.com/WishMelz/imgurl)|基于github的图片管理系统/免费 https://wishmelz.github.io/imgurl ;基于Imgur的免费图床:https://github.com/WishMelz/imgur|545|2024-08-01| |165|[cscan/vue-excel-editor](https://github.com/cscan/vue-excel-editor)|Vue2 plugin for displaying and editing the array-of-object in Excel style|545|2024-05-15| |166|[yangzongzhuan/RuoYi-Cloud-Vue3](https://github.com/yangzongzhuan/RuoYi-Cloud-Vue3)|🎉 基于Spring Boot、Spring Cloud & Alibaba、Vue3 & Vite、Element Plus的分布式前后端分离微服务架构权限管理系统|544|2024-09-27| |167|[xxd763795151/kafka-console-ui](https://github.com/xxd763795151/kafka-console-ui)|一款快捷易用的轻量级kafka可视化管理平台|527|2024-10-06| |168|[HuLaSpark/HuLa](https://github.com/HuLaSpark/HuLa)|HuLa is a desktop instant messaging app built on Tauri+vue3 (not just instant messaging)|526|2024-10-10| |169|[ljxi/NetworkPanel](https://github.com/ljxi/NetworkPanel)|测试您的网速,多出口查询您的ip地址|525|2024-09-27| |170|[xiaomaogame/catctor](https://github.com/xiaomaogame/catctor)|-|503|2024-05-09| |171|[vvandk/kinit](https://github.com/vvandk/kinit)|FastAPI + vue3 前后端分离后台管理系统,包含PC端,微信小程序端。接口使用:FastAPI+Pydantic+SQLAlchemy 2.0+Mysql,PC 端使用:Vue3+Typescript+Vite+Element Plus,小程序使用:Uni-APP + uview ui。异步存储,RBAC 权限管理,定时任务,部门管理等功能。|495|2024-08-27| |172|[wave-charts/avatar-gen](https://github.com/wave-charts/avatar-gen)|一个随机头像生成器的纯前端实现|495|2024-07-25| |173|[vaemusic/datav-vue3](https://github.com/vaemusic/datav-vue3)|datav Vue3+TS+Vite版|489|2024-05-22| |174|[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|482|2024-09-05| |175|[acccccccb/vue-img-cutter](https://github.com/acccccccb/vue-img-cutter)|简单易用的vue图片裁剪插件,支持移动图像,裁剪图片,放大缩小图片,上下左右移动,固定比例,固定尺寸,远程图片裁剪,只需要很少的代码就可以实现裁剪功能,也可以通过调整参数以适应你自己的业务需求。|481|2024-08-02| |176|[wen-gang/coloruiBeta](https://github.com/wen-gang/coloruiBeta)|Colorui先行版本|477|2024-06-06| |177|[ikxin/kms-tools](https://github.com/ikxin/kms-tools)|An all-in-one KMS toolbox|474|2024-09-24| |178|[bihell/Dice](https://github.com/bihell/Dice)|一个前端后端分离的个人内容管理(CMS)系统。包含权限、博客、导航等模块。采用Nuxt、Vue2/3和SpringBoot3框架开发。|471|2024-09-18| |179|[zfile-dev/zfile-vue](https://github.com/zfile-dev/zfile-vue)|zfile 前端工程|469|2024-09-06| |180|[xunlu129/teriteri-client](https://github.com/xunlu129/teriteri-client)|一个基于 vue3 搭建的视频网站平台客户端|463|2024-05-20| |181|[imengyu/vue3-context-menu](https://github.com/imengyu/vue3-context-menu)|A very simple context menu component for Vue3 一个简洁美观简单的Vue3右键菜单组件|458|2024-10-10| |182|[ijry/uview-plus](https://github.com/ijry/uview-plus)|零云®uview-plus,是uni-app全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水。|456|2024-10-09| |183|[MegEngine/MegSpot](https://github.com/MegEngine/MegSpot)|MegSpot是一款高效、专业、跨平台的图片&视频对比应用|454|2024-09-21| |184|[Stapxs/Stapxs-QQ-Lite-2.0](https://github.com/Stapxs/Stapxs-QQ-Lite-2.0)|一个兼容 OneBot 协议的非官方网页版 QQ 客户端、electron 客户端。|453|2024-10-11| |185|[87789771/meimei-nestjs-admin](https://github.com/87789771/meimei-nestjs-admin)|🚀🚀 基于NestJs + TypeScript +Prisma + Redis + MySql + Vue3 + vite + Element-UI编写的一款前后端分离的权限管理系统。🚀内置角色系统、导入导出、数据权限、表单连续提交拦截、前端表格列自定义等...🚀|453|2024-09-06| |186|[AwesomeDevin/vue-waterfall2](https://github.com/AwesomeDevin/vue-waterfall2)| Waterfall adaptive plugin for vue and support lazy load , so easy! |450|2024-06-19| |187|[langyuxiansheng/vue-sign-canvas](https://github.com/langyuxiansheng/vue-sign-canvas)|一个基于canvas开发,封装于Vue组件的通用手写签名板(电子签名板),支持pc端和移动端,属性支持自定义配置|447|2024-05-27| |188|[trueleaf/moyu](https://github.com/trueleaf/moyu)|基于 Vue 和 Electron 的在线协同api接口管理工具。接口文档管理工具、接口工具、接口文档、api文档、api工具、快乐摸鱼|446|2024-09-24| |189|[daidaibg/IofTV-Screen](https://github.com/daidaibg/IofTV-Screen)|🔥大屏,物联网大屏,一个基于 vue、datav、Echart 框架的大数据可视化(大屏展示)模板|442|2024-09-04| |190|[Yidadaa/shuangpin](https://github.com/Yidadaa/shuangpin)|纸砚双拼,可能是最好用的双拼练习工具,支持声母 / 韵母 / 长句模式、自定义双拼方案、进度统计、深色模式、成就系统。|441|2024-08-05| |191|[tiger1103/gfast-ui](https://github.com/tiger1103/gfast-ui)|gfast后台UI界面|441|2024-08-15| |192|[mirari/vue-fullscreen](https://github.com/mirari/vue-fullscreen)|A simple Vue.js component for fullscreen|438|2024-09-17| |193|[6c65726f79/Transmissionic](https://github.com/6c65726f79/Transmissionic)|Remote for Transmission Daemon|433|2024-07-28| |194|[iotechn/unimall](https://github.com/iotechn/unimall)|V4发布,JDK21 + SpringBoot3,无异味LTS 。同时支持微信小程序、H5、安卓App、苹果App。支持集群部署,单机部署。可用于B2C商城,O2O外卖,社区超市,生鲜等。 unimall使用uniapp编码。使用Java开发,SpringBoot框架、MyBatis-plus持久层框架、Redis作为缓存、MySql作为数据库。前端vuejs作为开发语言。|427|2024-07-13| |195|[FirstUI/FirstUI](https://github.com/FirstUI/FirstUI)|First UI 是一套基于uni-app开发的组件化、可复用、易扩展、低耦合的跨平台移动端UI 组件库。全面兼容App-Nvue、App-vue、小程序(微信、支付宝、百度、字节、QQ)、H5。文档地址:https://doc.firstui.cn (当前为vue版本示例)|425|2024-06-12| |196|[LvHuaiSheng/gzm-design](https://github.com/LvHuaiSheng/gzm-design)|🚀🚀🚀一款漂亮易用的在线设计器,支持PSD导入、PSD解析,可用于海报设计器、广告设计器、logo设计器、AI创作图片合成器等。常用于生成二维码海报,图片海报,二维码推广海报,图片处理,名片设计,电商产品图,节假日海报等。http://gzm-design-doc.guozimi.cn/|421|2024-09-24| |197|[ShouChenICU/WebCamera](https://github.com/ShouChenICU/WebCamera)|基于WebRTC的点对点网络摄像头实时监控工具|403|2024-06-13| |198|[stepui/stepin-template](https://github.com/stepui/stepin-template)|an admin template built with antdv、tailwindcss、vue and vite|402|2024-08-12| |199|[zxwk1998/vue-admin-arco](https://github.com/zxwk1998/vue-admin-arco)|🎉 vite+typescript+arco.design中后台前端框架,vue3 admin前端框架|390|2024-08-11| |200|[imsyy/DailyHot](https://github.com/imsyy/DailyHot)|DailyHot 今日热榜前端页面 API:https://github.com/imsyy/DailyHotApi|383|2024-07-29|

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!

返回目录问题反馈
================================================ FILE: content/docs/definition_of_Chinese_repo.md ================================================ [< 返回](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜) # 中文项目定义 泛指一切包含中文文档/说明的项目: - readme主语言是中文; - readme主语言是英文,但有中文版本; - readme主语言是英文,但wiki有中文文档; - readme主语言是英文,但项目官网有中文文档; ================================================ FILE: content/docs/features.md ================================================ [< 返回](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜) # 项目特色亮点 【首创】中文排行榜 - 筛选出有中文文档的项目进行排名,帮助大家更低门槛探索优秀开源项目,打破语言障碍; - 中文项目既包含国产好项目,也包含国外优质的含中文文档的项目; - 评选逻辑是保持活跃+总星数; 【首创】中文增速榜 - 帮助大家发现增速较快的项目,优秀不止于老项目; - 评选逻辑是保持活跃+日均涨星数; 【首创】中文新秀榜 - 帮助大家发现近一年的潜力新项目,后起之秀就在这里; - 评选逻辑是保持活跃+近一年内创建的较高星项目; 【首创】软件与资料项目分榜 - 破除软件与资料项目互相干扰视线的烦恼,让大家更精准、高效地找到各自所需项目; - 存在即是合理,项目无分贵贱,大家能高效各取所需才是最重要的; ⚠️重要提醒:「GitHub中文排行榜」为本人(GrowingGit)全网首创,请认准本项目。 ================================================ FILE: content/docs/feedback.md ================================================ [< 返回](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜) # 问题反馈 - 本项目通过程序+人工综合实现,维护工作量较大,目前可能存在不准确的分类,请大家理解; - 如果大家发现有错误的情况,请提交issue给我,我会尽早更新处理; - 提交问题请注明 榜单类型、软件/资料、排名位置; ================================================ FILE: content/docs/inclusion_rules.md ================================================ [< 返回](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜) # 收录规则 - 不涉政、宗、黄、暴; - 不涉翻墙工具; - 持续活跃更新; 注意:收录只是进入评估池,不代表上榜; ================================================ FILE: content/docs/milestone.md ================================================ [< 返回](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜) # 重要更新记录 - 2022年1月5日 - 各语言分榜排名项目增加至200个; - 2021年12月19日 - 将「资料类项目」分离出「技术类项目」的榜单,互不干扰,各取所需; - 增设「中文增速榜」,帮忙发现增长好的项目,优秀的不只是老项目; - 增设「中文新秀榜」,帮助发现后起之秀,尽早体验; - 增加了更多语言分榜; - 2021年12月3日 - 新增了8个语言分榜; - 2021年11月30日 - 增大收录门槛,移除涉及违规、敏感项目; - 2019年9月5日 - 项目初始发布; ================================================ FILE: content/scripts/test.java ================================================ // To be continued... public class Test { public static void main(String[] args) { System.out.println(); } }