data update

This commit is contained in:
GrowingGit
2022-02-06 07:01:51 +08:00
parent 59f03316a4
commit fc21e29501
180 changed files with 9178 additions and 9200 deletions

View File

@ -1,40 +1,40 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > All Language
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Language|Updated|Created|
|:-|:-|:-|:-|:-|:-|:-|
|1|[Tencent/secguide](https://github.com/Tencent/secguide)|面向开发人员梳理的代码安全指南|10104|-|2021-12-17|2021-05-18|
|2|[chefyuan/algorithm-base](https://github.com/chefyuan/algorithm-base)|专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!|9701|Java|2021-11-07|2021-03-17|
|3|[mli/paper-reading](https://github.com/mli/paper-reading)|深度学习经典、新论文逐段精读|6955|-|2022-01-24|2021-10-22|
|1|[Tencent/secguide](https://github.com/Tencent/secguide)|面向开发人员梳理的代码安全指南|10105|-|2021-12-17|2021-05-18|
|2|[chefyuan/algorithm-base](https://github.com/chefyuan/algorithm-base)|专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!|9702|Java|2021-11-07|2021-03-17|
|3|[mli/paper-reading](https://github.com/mli/paper-reading)|深度学习经典、新论文逐段精读|6966|-|2022-01-24|2021-10-22|
|4|[0voice/Introduction-to-Golang](https://github.com/0voice/Introduction-to-Golang)|【未来服务器端编程语言】最全空降golang资料补给包满血战斗包含文章书籍作者论文理论分析开源框架云原生大佬视频大厂实战分享ppt|4370|Go|2022-01-13|2021-08-09|
|5|[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.⭐⭐⭐|3921|Python|2021-12-19|2021-05-08|
|6|[rd2coding/Road2Coding](https://github.com/rd2coding/Road2Coding)|编程之路|3645|-|2022-01-20|2021-04-07|
|7|[wmjordan/PDFPatcher](https://github.com/wmjordan/PDFPatcher)|PDF补丁丁——PDF工具箱可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档探查文档结构提取图片、转成图片等等|3592|C#|2022-02-04|2021-12-24|
|8|[PKUFlyingPig/cs-self-learning](https://github.com/PKUFlyingPig/cs-self-learning)|计算机自学指南|2843|-|2022-01-23|2021-10-20|
|9|[0voice/audio_video_streaming](https://github.com/0voice/audio_video_streaming)|音视频流媒体权威资料整理500+份文章,论文,视频,实践项目,协议,业界大神名单。|2560|-|2021-12-22|2021-07-26|
|10|[dreamhead/patterns-of-distributed-systems](https://github.com/dreamhead/patterns-of-distributed-systems)|《Patterns of Distributed Systems》中文版|2513|-|2021-12-08|2021-03-09|
|5|[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.⭐⭐⭐|3932|Python|2021-12-19|2021-05-08|
|6|[rd2coding/Road2Coding](https://github.com/rd2coding/Road2Coding)|编程之路|3646|-|2022-01-20|2021-04-07|
|7|[wmjordan/PDFPatcher](https://github.com/wmjordan/PDFPatcher)|PDF补丁丁——PDF工具箱可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档探查文档结构提取图片、转成图片等等|3611|C#|2022-02-04|2021-12-24|
|8|[PKUFlyingPig/cs-self-learning](https://github.com/PKUFlyingPig/cs-self-learning)|计算机自学指南|2850|-|2022-01-23|2021-10-20|
|9|[0voice/audio_video_streaming](https://github.com/0voice/audio_video_streaming)|音视频流媒体权威资料整理500+份文章,论文,视频,实践项目,协议,业界大神名单。|2563|-|2021-12-22|2021-07-26|
|10|[dreamhead/patterns-of-distributed-systems](https://github.com/dreamhead/patterns-of-distributed-systems)|《Patterns of Distributed Systems》中文版|2516|-|2022-02-05|2021-03-09|
|11|[fuzhengwei/small-spring](https://github.com/fuzhengwei/small-spring)|🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码摘取整体框架中的核心逻辑简化代码实现过程保留核心功能例如IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。|2503|Java|2021-12-15|2021-05-15|
|12|[kwai/DouZero](https://github.com/kwai/DouZero)|[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning 斗地主AI|2351|Python|2021-12-22|2021-06-02|
|13|[QianMo/Real-Time-Rendering-4th-Bibliography-Collection](https://github.com/QianMo/Real-Time-Rendering-4th-Bibliography-Collection)|Real-Time Rendering 4th (RTR4) 参考文献合集典藏 Collection of <Real-Time Rendering 4th (RTR4)> Bibliography / Reference|2276|HTML|2021-10-31|2021-10-02|
|14|[TechXueXi/TechXueXi](https://github.com/TechXueXi/TechXueXi)|强国通 科技强国 学习强国 xuexiqiangguo 全网最好用开源网页学习强国助手TechXueXi (懒人刷分工具 自动学习)技术强国,支持答题,支持 docker 45分/天|2190|Python|2022-02-03|2021-07-04|
|12|[kwai/DouZero](https://github.com/kwai/DouZero)|[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning 斗地主AI|2352|Python|2021-12-22|2021-06-02|
|13|[QianMo/Real-Time-Rendering-4th-Bibliography-Collection](https://github.com/QianMo/Real-Time-Rendering-4th-Bibliography-Collection)|Real-Time Rendering 4th (RTR4) 参考文献合集典藏 Collection of <Real-Time Rendering 4th (RTR4)> Bibliography / Reference|2277|HTML|2021-10-31|2021-10-02|
|14|[TechXueXi/TechXueXi](https://github.com/TechXueXi/TechXueXi)|强国通 科技强国 学习强国 xuexiqiangguo 全网最好用开源网页学习强国助手TechXueXi (懒人刷分工具 自动学习)技术强国,支持答题,支持 docker 45分/天|2194|Python|2022-02-03|2021-07-04|
|15|[eastlakeside/awesome-productivity-cn](https://github.com/eastlakeside/awesome-productivity-cn)|绝妙的个人生产力Awesome Productivity 中文版)|2074|-|2022-01-14|2021-08-18|
|16|[19PDP/Bilibili-plus](https://github.com/19PDP/Bilibili-plus)|课程视频、PPT和源代码侯捷C++系列台大郭彦甫MATLAB|2040|C++|2022-01-23|2021-02-17|
|16|[19PDP/Bilibili-plus](https://github.com/19PDP/Bilibili-plus)|课程视频、PPT和源代码侯捷C++系列台大郭彦甫MATLAB|2042|C++|2022-01-23|2021-02-17|
|17|[0voice/learning_mind_map](https://github.com/0voice/learning_mind_map)|2021年【思维导图】盒子C/C++GolangLinux云原生数据库DPDK音视频开发TCP/IP数据结构计算机原理等|2000|-|2021-12-02|2021-11-22|
|18|[0voice/campus_recruitmen_questions](https://github.com/0voice/campus_recruitmen_questions)|2021年最新整理5000道秋招/提前批/春招/常用面试题含答案包括leetcode校招笔试题面试题算法题语法题。|1870|-|2021-08-25|2021-06-28|
|19|[foxsen/archbase](https://github.com/foxsen/archbase)|教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本|1868|TeX|2021-12-31|2021-10-27|
|20|[princeton-nlp/SimCSE](https://github.com/princeton-nlp/SimCSE)|EMNLP'2021: SimCSE: Simple Contrastive Learning of Sentence Embeddings|1682|Python|2021-11-26|2021-04-16|
|21|[Fafa-DL/Lhy_Machine_Learning](https://github.com/Fafa-DL/Lhy_Machine_Learning)|李宏毅2021春季机器学习课程课件及作业|1617|Jupyter Notebook|2022-01-26|2021-02-28|
|22|[conanhujinming/comments-for-awesome-courses](https://github.com/conanhujinming/comments-for-awesome-courses)|名校公开课程评价网|1590|Python|2022-01-23|2021-06-19|
|20|[princeton-nlp/SimCSE](https://github.com/princeton-nlp/SimCSE)|EMNLP'2021: SimCSE: Simple Contrastive Learning of Sentence Embeddings|1687|Python|2021-11-26|2021-04-16|
|21|[Fafa-DL/Lhy_Machine_Learning](https://github.com/Fafa-DL/Lhy_Machine_Learning)|李宏毅2021春季机器学习课程课件及作业|1619|Jupyter Notebook|2022-02-05|2021-02-28|
|22|[conanhujinming/comments-for-awesome-courses](https://github.com/conanhujinming/comments-for-awesome-courses)|名校公开课程评价网|1594|Python|2022-01-23|2021-06-19|
|23|[CodingDocs/awesome-cs](https://github.com/CodingDocs/awesome-cs)|计算机优质书籍搜罗+学习路线推荐!|1513|-|2021-11-30|2021-03-28|
|24|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|1507|TypeScript|2022-02-01|2021-08-28|
|24|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|1511|TypeScript|2022-02-01|2021-08-28|
|25|[Keldos-Li/typora-latex-theme](https://github.com/Keldos-Li/typora-latex-theme)|将Typora伪装成LaTeX的中文样式主题本科生轻量级课程论文撰写的好帮手。This is a theme disguising Typora into Chinese LaTeX style.|1506|SCSS|2021-12-11|2021-05-24|
|26|[kuaifan/dootask](https://github.com/kuaifan/dootask)|DooTask是一款轻量级的开源在线项目任务管理工具提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM文件管理等工具。|1476|PHP|2022-01-29|2021-08-29|
|27|[HZFE/awesome-interview](https://github.com/HZFE/awesome-interview)|剑指前端 Offer|1472|HTML|2022-01-21|2021-08-23|
|26|[kuaifan/dootask](https://github.com/kuaifan/dootask)|DooTask是一款轻量级的开源在线项目任务管理工具提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM文件管理等工具。|1483|PHP|2022-01-29|2021-08-29|
|27|[HZFE/awesome-interview](https://github.com/HZFE/awesome-interview)|剑指前端 Offer|1473|HTML|2022-01-21|2021-08-23|
|28|[haixiangyan/one-day-one-npm-lib](https://github.com/haixiangyan/one-day-one-npm-lib)|🔥 🔥 这本小书会带你造 10 个非常实用的 npm 库 📦|1398|HTML|2022-01-27|2021-04-28|
|29|[wangdoc/clang-tutorial](https://github.com/wangdoc/clang-tutorial)|C 语言教程|1362|-|2021-12-09|2021-09-04|
|30|[0voice/cpp_new_features](https://github.com/0voice/cpp_new_features)|2021年最新整理 C++ 学习资料含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等|1357|C++|2021-10-21|2021-07-09|
|30|[0voice/cpp_new_features](https://github.com/0voice/cpp_new_features)|2021年最新整理 C++ 学习资料含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等|1359|C++|2021-10-21|2021-07-09|
|31|[slidoooor/computer_book_list](https://github.com/slidoooor/computer_book_list)|一个综合了豆瓣goodreads综合评分的计算机书籍书单|1335|-|2021-10-27|2021-10-22|
|32|[Charmve/computer-vision-in-action](https://github.com/Charmve/computer-vision-in-action)|学习闭环《计算机视觉实战演练:算法与应用》中文电子书、源码、读者交流社区(持续更新中 ... 📘 在线电子书 https://charmve.github.io/computer-vision-in-action/ 👇项目主页|1295|Jupyter Notebook|2022-01-11|2021-04-29|
|33|[MenghaoGuo/Awesome-Vision-Attentions](https://github.com/MenghaoGuo/Awesome-Vision-Attentions)|Summary of related papers on visual attention. Related code will be released based on Jittor gradually. |1170|Python|2022-01-20|2021-09-01|
@ -43,16 +43,16 @@
|36|[yqchilde/JDMemberCloseAccount](https://github.com/yqchilde/JDMemberCloseAccount)|学习python操作selenium的一个🌰 ,也是一种京东全自动退会方案|1069|Python|2022-01-24|2021-05-04|
|37|[alibaba/AliceMind](https://github.com/alibaba/AliceMind)|ALIbaba's Collection of Encoder-decoders from MinD (Machine IntelligeNce of Damo) Lab|997|Python|2022-01-25|2021-05-21|
|38|[Jackpopc/CS-Books-Store](https://github.com/Jackpopc/CS-Books-Store)|你想要的计算机经典书籍,这里都有!|987|-|2021-08-29|2021-03-25|
|39|[parallel101/course](https://github.com/parallel101/course)|高性能并行编程与优化 - 课件|982|C++|2022-02-04|2021-12-10|
|39|[parallel101/course](https://github.com/parallel101/course)|高性能并行编程与优化 - 课件|986|C++|2022-02-04|2021-12-10|
|40|[juntossomosmais/frontend-guideline](https://github.com/juntossomosmais/frontend-guideline)|📝 Front-end Guideline by Juntos Somos Mais|942|-|2021-11-26|2021-09-01|
|41|[baidu/bfe-book](https://github.com/baidu/bfe-book)|《深入理解BFE》Book for opensource project BFE, in Chinese|936|-|2021-10-22|2021-04-29|
|42|[fengdu78/WZU-machine-learning-course](https://github.com/fengdu78/WZU-machine-learning-course)|温州大学《机器学习》课程资料(代码、课件等)|897|Jupyter Notebook|2022-01-24|2021-03-21|
|43|[TechXueXi/techxuexi-js](https://github.com/TechXueXi/techxuexi-js)|油猴等插件的 学习强国 js 代码 45分/天|893|JavaScript|2022-02-01|2021-10-11|
|43|[TechXueXi/techxuexi-js](https://github.com/TechXueXi/techxuexi-js)|油猴等插件的 学习强国 js 代码 45分/天|893|JavaScript|2022-02-05|2021-10-11|
|44|[0voice/computer_expert_paper](https://github.com/0voice/computer_expert_paper)|1000+份计算机paper卡耐基梅隆大学哈佛斯坦福芝加哥大学MITfacebookgoogle微软Amazontwitter等大牛一作持续更新中|866|-|2021-08-25|2021-07-12|
|45|[acm-clan/algorithm-stone](https://github.com/acm-clan/algorithm-stone)|ACM/LeetCode算法竞赛路线图最全的算法学习地图|855|C++|2022-01-18|2021-02-18|
|46|[unclestrong/DeepLearning_LHY21_Notes](https://github.com/unclestrong/DeepLearning_LHY21_Notes)|深度学习 李宏毅 2021 学习笔记|845|HTML|2021-10-30|2021-03-11|
|47|[wa-lang/ugo-compiler-book](https://github.com/wa-lang/ugo-compiler-book)|:books: µGo语言实现(从头开发一个迷你Go语言编译器)|825|Go|2022-02-04|2021-11-03|
|48|[sorrycc/weekly](https://github.com/sorrycc/weekly)|前端周刊,每周一发布。|811|TypeScript|2022-01-30|2021-05-06|
|47|[wa-lang/ugo-compiler-book](https://github.com/wa-lang/ugo-compiler-book)|:books: µGo语言实现(从头开发一个迷你Go语言编译器)|828|Go|2022-02-04|2021-11-03|
|48|[sorrycc/weekly](https://github.com/sorrycc/weekly)|前端周刊,每周一发布。|812|TypeScript|2022-01-30|2021-05-06|
|49|[zhaoolee/pi](https://github.com/zhaoolee/pi)|树莓派防吃灰小分队,让树莓派不再吃灰~|796|-|2021-12-01|2021-10-20|
|50|[huaize2020/awesome-nodejs](https://github.com/huaize2020/awesome-nodejs)|Node.js 资源大全中文版。An awesome Node.js packages and resources|794|JavaScript|2022-01-20|2021-04-13|
|51|[THUDM/CogView](https://github.com/THUDM/CogView)|Text-to-Image generation. The repo for NeurIPS 2021 paper "CogView: Mastering Text-to-Image Generation via Transformers".|711|Python|2021-10-01|2021-05-25|
@ -60,151 +60,151 @@
|53|[Dujltqzv/Some-Many-Books](https://github.com/Dujltqzv/Some-Many-Books)|个人收藏书籍列表                                                                                                                                                                                                 ...|675|-|2021-10-21|2021-09-05|
|54|[km1994/NLP-Interview-Notes](https://github.com/km1994/NLP-Interview-Notes)|本项目是作者们根据个人面试和经验总结出的自然语言处理(NLP)面试准备的学习笔记与资料,该资料目前包含 自然语言处理各领域的 面试题积累。|669|Python|2022-01-24|2021-02-22|
|55|[phodal/tangping](https://github.com/phodal/tangping)|躺平即正义。Nothing is true, everything is permitted|662|-|2021-10-09|2021-05-28|
|56|[skyzh/type-exercise-in-rust](https://github.com/skyzh/type-exercise-in-rust)|Learn Rust black magics by implementing an expression framework in database systems|656|Rust|2022-02-02|2022-01-20|
|56|[skyzh/type-exercise-in-rust](https://github.com/skyzh/type-exercise-in-rust)|Learn Rust black magics by implementing an expression framework in database systems|658|Rust|2022-02-02|2022-01-20|
|57|[auto-xxqg/auto-xxqg](https://github.com/auto-xxqg/auto-xxqg)|最新版的 自动学习强国 |639|-|2021-10-29|2021-02-16|
|58|[cosen1024/Java-Interview](https://github.com/cosen1024/Java-Interview)|「Java面试小抄」一份通向理想互联网公司的面试汇总包括 Java基础、Java并发、JVM、MySQL、Redis、Spring、MyBatis、Kafka、计算机操作系统、计算机网络、系统设计、分布式、Java 项目实战等|626|-|2021-12-03|2021-02-19|
|59|[liyupi/code-roadmap](https://github.com/liyupi/code-roadmap)|原创编程学习路线,包括全面的知识点、免费资源、面试题、学习建议、项目,适用于所有学习编程、求职的同学。已完成 Java、前端|611|-|2021-12-08|2021-04-20|
|60|[SkyD666/Imomoe](https://github.com/SkyD666/Imomoe)|樱花动漫第三方安卓Android客户端不含广告免费开源目的是学习Android开发。|607|Kotlin|2022-02-04|2021-02-05|
|61|[saveweb/review-2021](https://github.com/saveweb/review-2021)|今年,你写年终总结了吗?|589|Python|2022-01-26|2021-12-31|
|62|[safe6Sec/Fastjson](https://github.com/safe6Sec/Fastjson)|Fastjson姿势技巧集合|580|-|2021-11-19|2021-07-22|
|63|[Skykai521/AndroidDeveloperAdvancedManual](https://github.com/Skykai521/AndroidDeveloperAdvancedManual)|Android 工程师进阶手册8 年 Android 开发者的成长感悟)|578|Java|2021-11-21|2021-11-04|
|64|[r0eXpeR/supplier](https://github.com/r0eXpeR/supplier)|主流供应商的一些攻击性漏洞汇总|574|-|2021-11-08|2021-11-08|
|65|[getActivity/AndroidVersionAdapter](https://github.com/getActivity/AndroidVersionAdapter)|安卓版本适配全套指南|574|-|2021-12-13|2021-10-17|
|66|[HackJava/HackJava](https://github.com/HackJava/HackJava)|《Java安全-只有Java安全才能拯救世界》|572|-|2021-12-12|2021-07-08|
|67|[chowa/ejyy](https://github.com/chowa/ejyy)|「e家宜业」是一整套开源智慧物业解决方案基于nodejs、typescript、koa、vue开发包含web中台、业主小程序、员工小程序、公众号、物联网应用等涵盖业主服务、物业运营、智能物联、数据统计等主要业务。|561|TypeScript|2022-01-25|2021-11-08|
|68|[Miraclelucy/dive_into_deep_learning](https://github.com/Miraclelucy/dive_into_deep_learning)|✔️李沐 【动手学深度学习】课程学习笔记使用pycharm编程基于pytorch框架实现。|545|Python|2021-08-09|2021-03-27|
|69|[olist213/Information_Security_Books](https://github.com/olist213/Information_Security_Books)|150本信息安全方面的书籍书籍持续更新|543|-|2021-12-03|2021-05-03|
|70|[compose-museum/hello-compose](https://github.com/compose-museum/hello-compose)|Jetpack Compose 基础教程,持续更新|536|Kotlin|2022-02-03|2021-04-03|
|71|[zu1k/copy-translator](https://github.com/zu1k/copy-translator)|简单、轻量、好用的划词翻译软件利用DeepL翻译无需注册api token|531|Rust|2021-12-27|2021-07-28|
|72|[gh0stkey/Binary-Learning](https://github.com/gh0stkey/Binary-Learning)|滴水逆向初、中级学习笔记,不定时更新,自用仓库,不喜勿喷;感谢滴水,有如此完整体系的学习视频,白嫖党嫖了一波...感谢滴水的老师,听课受益匪浅。|525|-|2021-11-22|2021-04-19|
|73|[openvinotoolkit/openvino_notebooks](https://github.com/openvinotoolkit/openvino_notebooks)|📚 A collection of Jupyter notebooks for learning and experimenting with OpenVINO 👓|525|Jupyter Notebook|2022-02-04|2021-03-11|
|74|[0voice/Understanding_in_Rust](https://github.com/0voice/Understanding_in_Rust)|【最安全的编程语言】Rust工程师枕边资料大牛文章开源框架官方文档视频推荐书籍学习干货大牛语录|523|-|2021-09-24|2021-09-04|
|75|[lukesyy/jd_yun](https://github.com/lukesyy/jd_yun)|京东合集-----腾讯云函数|523|JavaScript|2022-01-30|2021-06-11|
|76|[dundunnp/hamibot-auto_xuexiqiangguo](https://github.com/dundunnp/hamibot-auto_xuexiqiangguo)|每日拿63分(满63分)所有模块均可自动完成免root四人赛双人对战秒答基于Hamibot的安卓端学习强国自动化脚本|512|JavaScript|2022-02-03|2021-11-24|
|77|[Lihaogx/graph-note-of-greek-myth](https://github.com/Lihaogx/graph-note-of-greek-myth)|希腊神话读书笔记|507|CSS|2021-12-13|2021-08-01|
|78|[bytedance/guide](https://github.com/bytedance/guide)|A new feature guide component by react 🧭|485|TypeScript|2022-02-03|2021-04-29|
|79|[personqianduixue/Math_Model](https://github.com/personqianduixue/Math_Model)|美国大学生数学建模竞赛、全国大学生数学建模竞赛、华为杯研究生数学建模、数学建模美赛论文数学建模国赛论文、LaTeX模板、国赛LaTeX模板、美赛LaTeX模板、mathorcup历年论文、研究生数学建模历年论文、电工杯、华中赛、APMCM亚太地区数学建模、深圳杯、中青杯、华东杯、数维杯、东三省数学建模、认证杯、数学建模书籍、数学建模算法、国赛评阅要点、数学建模word模板、软件模型算法汇总、MA ...|478|MATLAB|2021-12-09|2021-10-09|
|80|[hewei2001/HITSZ-OpenCS](https://github.com/hewei2001/HITSZ-OpenCS)|哈尔滨工业大学(深圳)计算机专业课程攻略 Guidance for courses in Department of Computer Science, Harbin Institute of Technology (Shenzhen)|477|C|2022-01-18|2021-03-05|
|81|[HeisenbergEmpire/studynote](https://github.com/HeisenbergEmpire/studynote)|程式與網絡安全學習筆記|457|Python|2022-01-26|2021-11-23|
|82|[chenjiandongx/mandodb](https://github.com/chenjiandongx/mandodb)|🤔 A minimize Time Series Database, written from scratch as a learning project. 从零开始实现一个 TSDB|454|Go|2021-08-08|2021-06-19|
|83|[0voice/k8s_awesome_document](https://github.com/0voice/k8s_awesome_document)|【2021年新鲜出炉】K8sKubernetes的工程师资料合辑书籍推荐面试题精选文章开源项目PPT视频大厂资料|452|-|2021-11-04|2021-10-25|
|84|[Rust-Coding-Guidelines/rust-coding-guidelines-zh](https://github.com/Rust-Coding-Guidelines/rust-coding-guidelines-zh)|Rust 编码规范 中文版 (非官方)|452|JavaScript|2022-02-04|2021-04-02|
|85|[cckuailong/vulbase](https://github.com/cckuailong/vulbase)|各大漏洞文库合集|446|HTML|2021-10-05|2021-08-28|
|86|[rootsongjc/kubernetes-hardening-guidance](https://github.com/rootsongjc/kubernetes-hardening-guidance)|《Kubernetes 加固手册》(美国国家安全局出品)- https://jimmysong.io/kubernetes-hardening-guidance|444|Shell|2021-10-13|2021-08-08|
|87|[miao-lang/miao-lang](https://github.com/miao-lang/miao-lang)|喵语翻译:将人类语言翻译为喵语言。|424|TypeScript|2022-01-08|2021-04-19|
|88|[dallaslu/penzai-list](https://github.com/dallaslu/penzai-list)|List of content farm sites like g.penzai.com.|417|Python|2021-12-28|2021-10-09|
|89|[ItIsMeCall911/Awesome-Telegram-OSINT](https://github.com/ItIsMeCall911/Awesome-Telegram-OSINT)|📚 A Curated List of Awesome Telegram OSINT Tools, Sites & Resources|417|-|2021-12-13|2021-05-16|
|90|[SteveMCarroll/PronouncingNamesForEnglishSpeakers](https://github.com/SteveMCarroll/PronouncingNamesForEnglishSpeakers)|A practical guide to how to pronounce non-English names for English speakers|415|-|2021-08-27|2021-07-25|
|91|[miaomiaosoft/PandaOCR.Pro](https://github.com/miaomiaosoft/PandaOCR.Pro)|多功能多引擎OCR图文识别、翻译、朗读、游戏机翻汉化工具|412|-|2021-11-24|2021-04-21|
|92|[frankcbliu/CS-Books-PDF](https://github.com/frankcbliu/CS-Books-PDF)|编程电子书pdf计算机常用电子书整理高质量/附下载链接)包括 Java, Python, Linux, Go, C, C++, 数据结构与算法, AI人工智能, 计算机基础, 面试, 设计模式, 数据库, 前端等编程书籍。|406|-|2021-11-17|2021-02-11|
|93|[flutterchina/flutter_in_action_2nd](https://github.com/flutterchina/flutter_in_action_2nd)|《Flutter实战 第二版》- 书稿(未完成)|400|HTML|2022-02-02|2021-08-29|
|94|[hit-thusz-RookieCJ/CSYuTuiMian2021](https://github.com/hit-thusz-RookieCJ/CSYuTuiMian2021)|关于2021年CS保研预推免通知公告的汇总|395|-|2021-09-27|2021-07-05|
|95|[iptv-org/epg](https://github.com/iptv-org/epg)|EPG (Electronic Program Guide) for thousands of TV channels collected from different sources|395|JavaScript|2022-02-04|2021-03-13|
|96|[lTbgykio/Books-Free-Books](https://github.com/lTbgykio/Books-Free-Books)|免费书籍汇总。                                                                                                                                                                                                  ...|394|-|2021-12-12|2021-09-19|
|97|[fynch3r/Gadgets](https://github.com/fynch3r/Gadgets)|Java反序列化漏洞利用链补全计划仅用于个人归纳总结。|390|Java|2021-12-03|2021-05-11|
|98|[0voice/introduce_c-cpp_manual](https://github.com/0voice/introduce_c-cpp_manual)|一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。|385|C++|2021-12-15|2021-12-06|
|99|[tyrchen/geektime-rust](https://github.com/tyrchen/geektime-rust)|我的极客时间 Rust 课程的代码仓库,随课程更新|385|Rust|2022-01-30|2021-08-17|
|100|[mini-lust/tutorials](https://github.com/mini-lust/tutorials)|An RPC framework developing tutorial|383|Rust|2021-08-18|2021-08-02|
|101|[alanbobs999/TopFreeProxies](https://github.com/alanbobs999/TopFreeProxies)|高质量免费节点收集,及订阅链接分享。|382|Python|2022-02-04|2021-07-29|
|102|[wtklbm/rust-library-i18n](https://github.com/wtklbm/rust-library-i18n)|Rust 核心库和标准库的源码级中文翻译,可作为 IDE 工具的智能提示,也可以生成本地 API 文档|377|Rust|2022-01-22|2021-04-20|
|103|[awake1t/HackReport](https://github.com/awake1t/HackReport)|渗透测试报告/资料文档/渗透经验文档/安全书籍|364|Python|2021-12-25|2021-06-25|
|104|[cosen1024/awesome-cs-books](https://github.com/cosen1024/awesome-cs-books)|计算机优质电子书整理并且附带pdf下载链接包括CC++JavaPythonJavaLinuxGo数据结构与算法人工智能计算机基础面试设计模式数据库前端等|360|-|2021-08-29|2021-02-14|
|105|[researchmm/Stark](https://github.com/researchmm/Stark)|[ICCV'21] Learning Spatio-Temporal Transformer for Visual Tracking|347|Python|2022-01-18|2021-03-25|
|106|[Metarget/cloud-native-security-book](https://github.com/Metarget/cloud-native-security-book)|《云原生安全:攻防实践与体系构建》资料仓库|340|Go|2021-11-26|2021-09-25|
|107|[SummerSec/learning-codeql](https://github.com/SummerSec/learning-codeql)|CodeQL Java 全网最全的中文学习资料|340|CSS|2022-01-28|2021-03-11|
|60|[saveweb/review-2021](https://github.com/saveweb/review-2021)|今年,你写年终总结了吗?|589|Python|2022-02-05|2021-12-31|
|61|[safe6Sec/Fastjson](https://github.com/safe6Sec/Fastjson)|Fastjson姿势技巧集合|580|-|2021-11-19|2021-07-22|
|62|[Skykai521/AndroidDeveloperAdvancedManual](https://github.com/Skykai521/AndroidDeveloperAdvancedManual)|Android 工程师进阶手册8 年 Android 开发者的成长感悟)|578|Java|2021-11-21|2021-11-04|
|63|[r0eXpeR/supplier](https://github.com/r0eXpeR/supplier)|主流供应商的一些攻击性漏洞汇总|574|-|2021-11-08|2021-11-08|
|64|[getActivity/AndroidVersionAdapter](https://github.com/getActivity/AndroidVersionAdapter)|安卓版本适配全套指南|574|-|2021-12-13|2021-10-17|
|65|[HackJava/HackJava](https://github.com/HackJava/HackJava)|《Java安全-只有Java安全才能拯救世界》|572|-|2021-12-12|2021-07-08|
|66|[chowa/ejyy](https://github.com/chowa/ejyy)|「e家宜业」是一整套开源智慧物业解决方案基于nodejs、typescript、koa、vue开发包含web中台、业主小程序、员工小程序、公众号、物联网应用等涵盖业主服务、物业运营、智能物联、数据统计等主要业务。|561|TypeScript|2022-01-25|2021-11-08|
|67|[Miraclelucy/dive_into_deep_learning](https://github.com/Miraclelucy/dive_into_deep_learning)|✔️李沐 【动手学深度学习】课程学习笔记使用pycharm编程基于pytorch框架实现。|548|Python|2021-08-09|2021-03-27|
|68|[olist213/Information_Security_Books](https://github.com/olist213/Information_Security_Books)|150本信息安全方面的书籍书籍持续更新|543|-|2021-12-03|2021-05-03|
|69|[compose-museum/hello-compose](https://github.com/compose-museum/hello-compose)|Jetpack Compose 基础教程,持续更新|538|Kotlin|2022-02-03|2021-04-03|
|70|[zu1k/copy-translator](https://github.com/zu1k/copy-translator)|简单、轻量、好用的划词翻译软件利用DeepL翻译无需注册api token|533|Rust|2021-12-27|2021-07-28|
|71|[gh0stkey/Binary-Learning](https://github.com/gh0stkey/Binary-Learning)|滴水逆向初、中级学习笔记,不定时更新,自用仓库,不喜勿喷;感谢滴水,有如此完整体系的学习视频,白嫖党嫖了一波...感谢滴水的老师,听课受益匪浅。|525|-|2021-11-22|2021-04-19|
|72|[openvinotoolkit/openvino_notebooks](https://github.com/openvinotoolkit/openvino_notebooks)|📚 A collection of Jupyter notebooks for learning and experimenting with OpenVINO 👓|525|Jupyter Notebook|2022-02-05|2021-03-11|
|73|[0voice/Understanding_in_Rust](https://github.com/0voice/Understanding_in_Rust)|【最安全的编程语言】Rust工程师枕边资料大牛文章开源框架官方文档视频推荐书籍学习干货大牛语录|523|-|2021-09-24|2021-09-04|
|74|[lukesyy/jd_yun](https://github.com/lukesyy/jd_yun)|京东合集-----腾讯云函数|523|JavaScript|2022-01-30|2021-06-11|
|75|[dundunnp/hamibot-auto_xuexiqiangguo](https://github.com/dundunnp/hamibot-auto_xuexiqiangguo)|每日拿63分(满63分)所有模块均可自动完成免root四人赛双人对战秒答基于Hamibot的安卓端学习强国自动化脚本|517|JavaScript|2022-02-03|2021-11-24|
|76|[Lihaogx/graph-note-of-greek-myth](https://github.com/Lihaogx/graph-note-of-greek-myth)|希腊神话读书笔记|508|CSS|2021-12-13|2021-08-01|
|77|[bytedance/guide](https://github.com/bytedance/guide)|A new feature guide component by react 🧭|485|TypeScript|2022-02-03|2021-04-29|
|78|[personqianduixue/Math_Model](https://github.com/personqianduixue/Math_Model)|美国大学生数学建模竞赛、全国大学生数学建模竞赛、华为杯研究生数学建模、数学建模美赛论文数学建模国赛论文、LaTeX模板、国赛LaTeX模板、美赛LaTeX模板、mathorcup历年论文、研究生数学建模历年论文、电工杯、华中赛、APMCM亚太地区数学建模、深圳杯、中青杯、华东杯、数维杯、东三省数学建模、认证杯、数学建模书籍、数学建模算法、国赛评阅要点、数学建模word模板、软件模型算法汇总、MA ...|480|MATLAB|2021-12-09|2021-10-09|
|79|[hewei2001/HITSZ-OpenCS](https://github.com/hewei2001/HITSZ-OpenCS)|哈尔滨工业大学(深圳)计算机专业课程攻略 Guidance for courses in Department of Computer Science, Harbin Institute of Technology (Shenzhen)|478|C|2022-01-18|2021-03-05|
|80|[HeisenbergEmpire/studynote](https://github.com/HeisenbergEmpire/studynote)|程式與網絡安全學習筆記|457|Python|2022-01-26|2021-11-23|
|81|[chenjiandongx/mandodb](https://github.com/chenjiandongx/mandodb)|🤔 A minimize Time Series Database, written from scratch as a learning project. 从零开始实现一个 TSDB|454|Go|2021-08-08|2021-06-19|
|82|[0voice/k8s_awesome_document](https://github.com/0voice/k8s_awesome_document)|【2021年新鲜出炉】K8sKubernetes的工程师资料合辑书籍推荐面试题精选文章开源项目PPT视频大厂资料|452|-|2021-11-04|2021-10-25|
|83|[Rust-Coding-Guidelines/rust-coding-guidelines-zh](https://github.com/Rust-Coding-Guidelines/rust-coding-guidelines-zh)|Rust 编码规范 中文版 (非官方)|452|JavaScript|2022-02-05|2021-04-02|
|84|[cckuailong/vulbase](https://github.com/cckuailong/vulbase)|各大漏洞文库合集|446|HTML|2021-10-05|2021-08-28|
|85|[rootsongjc/kubernetes-hardening-guidance](https://github.com/rootsongjc/kubernetes-hardening-guidance)|《Kubernetes 加固手册》(美国国家安全局出品)- https://jimmysong.io/kubernetes-hardening-guidance|444|Shell|2021-10-13|2021-08-08|
|86|[miao-lang/miao-lang](https://github.com/miao-lang/miao-lang)|喵语翻译:将人类语言翻译为喵语言。|424|TypeScript|2022-01-08|2021-04-19|
|87|[dallaslu/penzai-list](https://github.com/dallaslu/penzai-list)|List of content farm sites like g.penzai.com.|417|Python|2021-12-28|2021-10-09|
|88|[ItIsMeCall911/Awesome-Telegram-OSINT](https://github.com/ItIsMeCall911/Awesome-Telegram-OSINT)|📚 A Curated List of Awesome Telegram OSINT Tools, Sites & Resources|417|-|2021-12-13|2021-05-16|
|89|[SteveMCarroll/PronouncingNamesForEnglishSpeakers](https://github.com/SteveMCarroll/PronouncingNamesForEnglishSpeakers)|A practical guide to how to pronounce non-English names for English speakers|415|-|2021-08-27|2021-07-25|
|90|[miaomiaosoft/PandaOCR.Pro](https://github.com/miaomiaosoft/PandaOCR.Pro)|多功能多引擎OCR图文识别、翻译、朗读、游戏机翻汉化工具|412|-|2021-11-24|2021-04-21|
|91|[frankcbliu/CS-Books-PDF](https://github.com/frankcbliu/CS-Books-PDF)|编程电子书pdf计算机常用电子书整理高质量/附下载链接)包括 Java, Python, Linux, Go, C, C++, 数据结构与算法, AI人工智能, 计算机基础, 面试, 设计模式, 数据库, 前端等编程书籍。|406|-|2021-11-17|2021-02-11|
|92|[flutterchina/flutter_in_action_2nd](https://github.com/flutterchina/flutter_in_action_2nd)|《Flutter实战 第二版》- 书稿(未完成)|401|HTML|2022-02-02|2021-08-29|
|93|[hit-thusz-RookieCJ/CSYuTuiMian2021](https://github.com/hit-thusz-RookieCJ/CSYuTuiMian2021)|关于2021年CS保研预推免通知公告的汇总|395|-|2021-09-27|2021-07-05|
|94|[iptv-org/epg](https://github.com/iptv-org/epg)|EPG (Electronic Program Guide) for thousands of TV channels collected from different sources|395|JavaScript|2022-02-04|2021-03-13|
|95|[lTbgykio/Books-Free-Books](https://github.com/lTbgykio/Books-Free-Books)|免费书籍汇总。                                                                                                                                                                                                  ...|394|-|2021-12-12|2021-09-19|
|96|[fynch3r/Gadgets](https://github.com/fynch3r/Gadgets)|Java反序列化漏洞利用链补全计划仅用于个人归纳总结。|390|Java|2021-12-03|2021-05-11|
|97|[tyrchen/geektime-rust](https://github.com/tyrchen/geektime-rust)|我的极客时间 Rust 课程的代码仓库,随课程更新|385|Rust|2022-02-05|2021-08-17|
|98|[0voice/introduce_c-cpp_manual](https://github.com/0voice/introduce_c-cpp_manual)|一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。|383|C++|2021-12-15|2021-12-06|
|99|[mini-lust/tutorials](https://github.com/mini-lust/tutorials)|An RPC framework developing tutorial|383|Rust|2021-08-18|2021-08-02|
|100|[alanbobs999/TopFreeProxies](https://github.com/alanbobs999/TopFreeProxies)|高质量免费节点收集,及订阅链接分享。|382|Python|2022-02-05|2021-07-29|
|101|[wtklbm/rust-library-i18n](https://github.com/wtklbm/rust-library-i18n)|Rust 核心库和标准库的源码级中文翻译,可作为 IDE 工具的智能提示,也可以生成本地 API 文档|378|Rust|2022-01-22|2021-04-20|
|102|[awake1t/HackReport](https://github.com/awake1t/HackReport)|渗透测试报告/资料文档/渗透经验文档/安全书籍|365|Python|2021-12-25|2021-06-25|
|103|[cosen1024/awesome-cs-books](https://github.com/cosen1024/awesome-cs-books)|计算机优质电子书整理并且附带pdf下载链接包括CC++JavaPythonJavaLinuxGo数据结构与算法人工智能计算机基础面试设计模式数据库前端等|360|-|2021-08-29|2021-02-14|
|104|[researchmm/Stark](https://github.com/researchmm/Stark)|[ICCV'21] Learning Spatio-Temporal Transformer for Visual Tracking|348|Python|2022-01-18|2021-03-25|
|105|[Metarget/cloud-native-security-book](https://github.com/Metarget/cloud-native-security-book)|《云原生安全:攻防实践与体系构建》资料仓库|340|Go|2021-11-26|2021-09-25|
|106|[SummerSec/learning-codeql](https://github.com/SummerSec/learning-codeql)|CodeQL Java 全网最全的中文学习资料|340|CSS|2022-01-28|2021-03-11|
|107|[gys619/jdd](https://github.com/gys619/jdd)|自用的东哥脚本合集|337|JavaScript|2022-02-05|2021-09-02|
|108|[Interview-Science/interview-english](https://github.com/Interview-Science/interview-english)|English for Tech Interview 面试中的英语|332|-|2021-12-09|2021-11-03|
|109|[gys619/jdd](https://github.com/gys619/jdd)|自用的东哥脚本合集|332|JavaScript|2022-02-04|2021-09-02|
|110|[Tsukasa007/my_script](https://github.com/Tsukasa007/my_script)|學習自動化|328|JavaScript|2022-02-02|2021-06-28|
|111|[open-mmlab/mmfewshot](https://github.com/open-mmlab/mmfewshot)|OpenMMLab FewShot Learning Toolbox and Benchmark|322|Python|2022-01-28|2021-11-22|
|112|[phodal/quake](https://github.com/phodal/quake)|Quake is a knowledge management meta-framework for geeks. Use meta-data + Transflow to CRUD data, Git + markdown to management content, Web Component for frontend-custom. Quake 是面向极客的知识管理元框架。|303|Rust|2022-02-01|2021-11-17|
|113|[0voice/ffmpeg_develop_doc](https://github.com/0voice/ffmpeg_develop_doc)|2022年最新ffmpeg资料整理项目调试可用命令手册文章编解码论文视频讲解面试题全套资料|301|C|2022-01-15|2022-01-04|
|114|[liuhuanyong/ChainKnowledgeGraph](https://github.com/liuhuanyong/ChainKnowledgeGraph)|ChainKnowledgeGraph, 产业链知识图谱包括A股上市公司、行业和产品共3类实体包括上市公司所属行业关系、行业上级关系、产品上游原材料关系、产品下游产品关系、公司主营产品、产品小类共6大类。 上市公司4,654家行业511个产品95,559条、上游材料56,824条上级行业480条下游产品390条产品小类52,937条所属行业3,946条。 |290|Python|2021-10-26|2021-10-26|
|115|[QuarkGluonPlasma/babel-plugin-exercize](https://github.com/QuarkGluonPlasma/babel-plugin-exercize)|小册《babel插件通关秘籍》实战案例代码|284|JavaScript|2021-09-13|2021-04-04|
|116|[HW140701/Book-list-of-computational-geometry-and-computer-graphics](https://github.com/HW140701/Book-list-of-computational-geometry-and-computer-graphics)|Book list of computational geometry and computer graphics 计算几何和计算机图形学必读书单与经典书籍|281|-|2021-12-11|2021-04-12|
|117|[dingwpmz/JavaLadder](https://github.com/dingwpmz/JavaLadder)|java进阶关注Java主流中间件覆盖RocketMQ、Dubbo、Sentienl、Kafka、Canal、ElasticSearch、ElasticJob等12个专栏近300篇文章。|276|-|2021-11-12|2021-03-28|
|118|[liangjian66/algo](https://github.com/liangjian66/algo)|算法学习 算法图书algorithm|275|Java|2022-01-27|2021-06-30|
|119|[flycash/interview-baguwen](https://github.com/flycash/interview-baguwen)|面试八股文|271|-|2021-09-19|2021-04-12|
|109|[Tsukasa007/my_script](https://github.com/Tsukasa007/my_script)|學習自動化|329|JavaScript|2022-02-02|2021-06-28|
|110|[open-mmlab/mmfewshot](https://github.com/open-mmlab/mmfewshot)|OpenMMLab FewShot Learning Toolbox and Benchmark|322|Python|2022-01-28|2021-11-22|
|111|[phodal/quake](https://github.com/phodal/quake)|Quake is a knowledge management meta-framework for geeks. Use meta-data + Transflow to CRUD data, Git + markdown to management content, Web Component for frontend-custom. Quake 是面向极客的知识管理元框架。|303|Rust|2022-02-05|2021-11-17|
|112|[0voice/ffmpeg_develop_doc](https://github.com/0voice/ffmpeg_develop_doc)|2022年最新ffmpeg资料整理项目调试可用命令手册文章编解码论文视频讲解面试题全套资料|302|C|2022-01-15|2022-01-04|
|113|[liuhuanyong/ChainKnowledgeGraph](https://github.com/liuhuanyong/ChainKnowledgeGraph)|ChainKnowledgeGraph, 产业链知识图谱包括A股上市公司、行业和产品共3类实体包括上市公司所属行业关系、行业上级关系、产品上游原材料关系、产品下游产品关系、公司主营产品、产品小类共6大类。 上市公司4,654家行业511个产品95,559条、上游材料56,824条上级行业480条下游产品390条产品小类52,937条所属行业3,946条。 |290|Python|2021-10-26|2021-10-26|
|114|[QuarkGluonPlasma/babel-plugin-exercize](https://github.com/QuarkGluonPlasma/babel-plugin-exercize)|小册《babel插件通关秘籍》实战案例代码|284|JavaScript|2021-09-13|2021-04-04|
|115|[HW140701/Book-list-of-computational-geometry-and-computer-graphics](https://github.com/HW140701/Book-list-of-computational-geometry-and-computer-graphics)|Book list of computational geometry and computer graphics 计算几何和计算机图形学必读书单与经典书籍|281|-|2021-12-11|2021-04-12|
|116|[dingwpmz/JavaLadder](https://github.com/dingwpmz/JavaLadder)|java进阶关注Java主流中间件覆盖RocketMQ、Dubbo、Sentienl、Kafka、Canal、ElasticSearch、ElasticJob等12个专栏近300篇文章。|276|-|2021-11-12|2021-03-28|
|117|[liangjian66/algo](https://github.com/liangjian66/algo)|算法学习 算法图书algorithm|275|Java|2022-01-27|2021-06-30|
|118|[flycash/interview-baguwen](https://github.com/flycash/interview-baguwen)|面试八股文|271|-|2021-09-19|2021-04-12|
|119|[yuesong-feng/30dayMakeCppServer](https://github.com/yuesong-feng/30dayMakeCppServer)|30天自制C++服务器,包含教程和源代码|270|C++|2022-01-19|2021-11-30|
|120|[Tyson0314/java-books](https://github.com/Tyson0314/java-books)|程序员常读书单整理附下载地址希望对你有帮助。书单包括设计模式、计算机网络、操作系统、数据库、数据结构与算法、架构、中间件等等。本仓库持续更新中可以star一下下次找书直接在上面搜索|269|-|2021-12-10|2021-07-25|
|121|[yuesong-feng/30dayMakeCppServer](https://github.com/yuesong-feng/30dayMakeCppServer)|30天自制C++服务器,包含教程和源代码|267|C++|2022-01-19|2021-11-30|
|122|[csguide-dabai/interview-guide](https://github.com/csguide-dabai/interview-guide)|总结了后端面试八股文中的重点,希望能帮助各位准备互联网开发岗校招面试的同学。|265|-|2021-12-02|2021-08-06|
|123|[ZhongYi-LinuxDriverDev/EmbeddedSoftwareEngineerInterview](https://github.com/ZhongYi-LinuxDriverDev/EmbeddedSoftwareEngineerInterview)|嵌入式软件工程师笔试面试指南主要收录笔试面试八股文。包括C/C++计算机基础操作系统Linux驱动Arm体系与架构网络编程大厂笔试面试题等。持续更新中~~有问题可以加我微信LinuxDriverDev|256|-|2021-09-07|2021-04-07|
|124|[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 ...|250|Java|2021-12-27|2021-10-23|
|125|[eddycjy/go-developer-roadmap](https://github.com/eddycjy/go-developer-roadmap)|【Go 学习地图】涵盖业内 Go 面试题和所需要掌握的 Go 核心知识大全|250|-|2021-09-20|2021-05-30|
|126|[CLUEbenchmark/FewCLUE](https://github.com/CLUEbenchmark/FewCLUE)|FewCLUE 小样本学习测评基准,中文版|245|Python|2021-09-30|2021-04-28|
|127|[0voice/dpdk_engineer_manual](https://github.com/0voice/dpdk_engineer_manual)|【冲破内核瓶颈让I/O性能飙升】DPDK工程师手册官方文档最新视频开源项目实战案例论文大厂内部ppt知名工程师一览表|238|-|2021-09-04|2021-08-23|
|128|[NakanoMikuOrg/arch-guide](https://github.com/NakanoMikuOrg/arch-guide)|✨ archlinux 简明指南 本指南包含从 archlinux 安装、显卡驱动、日常软件配置、多媒体制作、编程等你可能需要的全部内容 提供在线文档 ✨|234|HTML|2022-02-01|2021-05-29|
|129|[chiupam/JD_Diy](https://github.com/chiupam/JD_Diy)|学习 python3 以来写的一些垃圾玩具……|231|Python|2021-11-01|2021-05-22|
|130|[Petit-Abba/backup_script_zh-CN](https://github.com/Petit-Abba/backup_script_zh-CN)|数据备份脚本 简体中文版|227|Shell|2022-02-03|2021-09-08|
|131|[krahets/LeetCode-Book](https://github.com/krahets/LeetCode-Book)|《剑指 Offer》 Python, Java, C++ 解题代码,与 LeetBook《图解算法数据结构》题解配合使用。|224|Java|2021-12-29|2021-12-17|
|132|[xinychen/latex-cookbook](https://github.com/xinychen/latex-cookbook)|LaTeX论文写作教程 (中文版)|220|Jupyter Notebook|2022-02-04|2021-03-29|
|133|[coderit666/GoGuide](https://github.com/coderit666/GoGuide)|「Go语言学习指南」一份涵盖大部分 Golang 程序员所需要掌握的核心知识,拥有 Go语言教程、Go开源书籍、Go语言入门教程、Go语言学习路线。零基础学习 Go语言、Go编程首选 GoGuide。|219|-|2021-11-09|2021-11-06|
|121|[csguide-dabai/interview-guide](https://github.com/csguide-dabai/interview-guide)|总结了后端面试八股文中的重点,希望能帮助各位准备互联网开发岗校招面试的同学。|265|-|2021-12-02|2021-08-06|
|122|[ZhongYi-LinuxDriverDev/EmbeddedSoftwareEngineerInterview](https://github.com/ZhongYi-LinuxDriverDev/EmbeddedSoftwareEngineerInterview)|嵌入式软件工程师笔试面试指南主要收录笔试面试八股文。包括C/C++计算机基础操作系统Linux驱动Arm体系与架构网络编程大厂笔试面试题等。持续更新中~~有问题可以加我微信LinuxDriverDev|256|-|2021-09-07|2021-04-07|
|123|[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 ...|250|Java|2021-12-27|2021-10-23|
|124|[eddycjy/go-developer-roadmap](https://github.com/eddycjy/go-developer-roadmap)|【Go 学习地图】涵盖业内 Go 面试题和所需要掌握的 Go 核心知识大全|250|-|2021-09-20|2021-05-30|
|125|[CLUEbenchmark/FewCLUE](https://github.com/CLUEbenchmark/FewCLUE)|FewCLUE 小样本学习测评基准,中文版|245|Python|2021-09-30|2021-04-28|
|126|[0voice/dpdk_engineer_manual](https://github.com/0voice/dpdk_engineer_manual)|【冲破内核瓶颈让I/O性能飙升】DPDK工程师手册官方文档最新视频开源项目实战案例论文大厂内部ppt知名工程师一览表|238|-|2021-09-04|2021-08-23|
|127|[NakanoMikuOrg/arch-guide](https://github.com/NakanoMikuOrg/arch-guide)|✨ archlinux 简明指南 本指南包含从 archlinux 安装、显卡驱动、日常软件配置、多媒体制作、编程等你可能需要的全部内容 提供在线文档 ✨|234|HTML|2022-02-01|2021-05-29|
|128|[chiupam/JD_Diy](https://github.com/chiupam/JD_Diy)|学习 python3 以来写的一些垃圾玩具……|231|Python|2021-11-01|2021-05-22|
|129|[Petit-Abba/backup_script_zh-CN](https://github.com/Petit-Abba/backup_script_zh-CN)|数据备份脚本 简体中文版|227|Shell|2022-02-03|2021-09-08|
|130|[krahets/LeetCode-Book](https://github.com/krahets/LeetCode-Book)|《剑指 Offer》 Python, Java, C++ 解题代码,与 LeetBook《图解算法数据结构》题解配合使用。|224|Java|2021-12-29|2021-12-17|
|131|[xinychen/latex-cookbook](https://github.com/xinychen/latex-cookbook)|LaTeX论文写作教程 (中文版)|220|Jupyter Notebook|2022-02-05|2021-03-29|
|132|[coderit666/GoGuide](https://github.com/coderit666/GoGuide)|「Go语言学习指南」一份涵盖大部分 Golang 程序员所需要掌握的核心知识,拥有 Go语言教程、Go开源书籍、Go语言入门教程、Go语言学习路线。零基础学习 Go语言、Go编程首选 GoGuide。|219|-|2021-11-09|2021-11-06|
|133|[splitline/How-to-Hack-Websites](https://github.com/splitline/How-to-Hack-Websites)|開源的正體中文 Web Hacking 學習資源 - 程式安全 2021 Fall|215|PHP|2022-01-27|2021-11-09|
|134|[LeonLi0102/spring-in-action-v6-translate](https://github.com/LeonLi0102/spring-in-action-v6-translate)|Spring实战第6版翻译项目|213|-|2021-11-30|2021-09-28|
|135|[zeromicro/zero-examples](https://github.com/zeromicro/zero-examples)|go-zero examples|212|Go|2022-02-04|2021-02-08|
|136|[splitline/How-to-Hack-Websites](https://github.com/splitline/How-to-Hack-Websites)|開源的正體中文 Web Hacking 學習資源 - 程式安全 2021 Fall|211|PHP|2022-01-27|2021-11-09|
|137|[Seazean/JavaNotes](https://github.com/Seazean/JavaNotes)|📁Java 学习笔记,排版整洁美观,内容由浅入深,欢迎关注|208|-|2021-12-12|2021-03-24|
|138|[yfzhang114/Generalization-Causality](https://github.com/yfzhang114/Generalization-Causality)|关于domain generalizationdomain adaptationcausalityrobutnesspromptoptimizationgenerative model各式各样研究的阅读笔记|206|-|2021-11-25|2021-06-23|
|139|[r0eXpeR/fingerprint](https://github.com/r0eXpeR/fingerprint)|各种工具指纹收集分享|204|Ruby|2021-11-03|2021-11-03|
|140|[note286/xdupgthesis](https://github.com/note286/xdupgthesis)|西安电子科技大学研究生学位论文XeLaTeX模板|201|TeX|2022-01-24|2021-10-15|
|141|[disclose/research-threats](https://github.com/disclose/research-threats)|Collection of legal threats against good faith Security Researchers; vulnerability disclosure gone wrong. A continuation of work started by @attritionorg|201|CSS|2021-10-26|2021-04-05|
|142|[whylisa/front-end-interview](https://github.com/whylisa/front-end-interview)|最强前端面试资源|200|-|2021-11-24|2021-07-22|
|143|[yuantn/MI-AOD](https://github.com/yuantn/MI-AOD)|Code for Multiple Instance Active Learning for Object Detection, CVPR 2021|198|Python|2021-11-12|2021-03-01|
|144|[overmind1980/oeasypython](https://github.com/overmind1980/oeasypython)|面向初学者的简明易懂的 Python3 课程对没有编程经验的同学也非常友好。在vim下从浅入深逐步学习。|192|Shell|2021-12-10|2021-08-04|
|145|[BBuf/tvm_mlir_learn](https://github.com/BBuf/tvm_mlir_learn)|tvm learn|192|Python|2021-12-11|2021-03-16|
|146|[v2018z/xueXiQiangguo](https://github.com/v2018z/xueXiQiangguo)|学习强国 积分 自动 阅读 答题 - 支持每日、每周、专项答题|190|-|2021-12-10|2021-04-26|
|147|[nshen/learn-neovim-lua](https://github.com/nshen/learn-neovim-lua)|📜 学习 Neovim 全配置, 逃离 VSCode。|185|Lua|2022-01-29|2021-11-02|
|148|[pen4uin/PentestNote](https://github.com/pen4uin/PentestNote)|个人输出,经验/思路/想法/总结/笔记/. . .|184|-|2021-12-09|2021-05-26|
|149|[canliture/nju-software-analysis-homework](https://github.com/canliture/nju-software-analysis-homework)|南京大学《软件分析》课程课后作业(非Bamboo) NJU's software analysis homework; ... Not official, just a reference|183|Java|2021-11-18|2021-10-09|
|150|[muluoleiguo/interview](https://github.com/muluoleiguo/interview)|linux C++ 服务器/后台开发 秋招整理资料 |180|C++|2021-11-07|2021-07-09|
|136|[Seazean/JavaNotes](https://github.com/Seazean/JavaNotes)|📁Java 学习笔记,排版整洁美观,内容由浅入深,欢迎关注|208|-|2021-12-12|2021-03-24|
|137|[yfzhang114/Generalization-Causality](https://github.com/yfzhang114/Generalization-Causality)|关于domain generalizationdomain adaptationcausalityrobutnesspromptoptimizationgenerative model各式各样研究的阅读笔记|206|-|2021-11-25|2021-06-23|
|138|[r0eXpeR/fingerprint](https://github.com/r0eXpeR/fingerprint)|各种工具指纹收集分享|204|Ruby|2021-11-03|2021-11-03|
|139|[note286/xdupgthesis](https://github.com/note286/xdupgthesis)|西安电子科技大学研究生学位论文XeLaTeX模板|201|TeX|2022-01-24|2021-10-15|
|140|[disclose/research-threats](https://github.com/disclose/research-threats)|Collection of legal threats against good faith Security Researchers; vulnerability disclosure gone wrong. A continuation of work started by @attritionorg|201|CSS|2021-10-26|2021-04-05|
|141|[whylisa/front-end-interview](https://github.com/whylisa/front-end-interview)|最强前端面试资源|200|-|2021-11-24|2021-07-22|
|142|[yuantn/MI-AOD](https://github.com/yuantn/MI-AOD)|Code for Multiple Instance Active Learning for Object Detection, CVPR 2021|198|Python|2021-11-12|2021-03-01|
|143|[overmind1980/oeasypython](https://github.com/overmind1980/oeasypython)|面向初学者的简明易懂的 Python3 课程对没有编程经验的同学也非常友好。在vim下从浅入深逐步学习。|192|Shell|2021-12-10|2021-08-04|
|144|[BBuf/tvm_mlir_learn](https://github.com/BBuf/tvm_mlir_learn)|tvm learn|192|Python|2021-12-11|2021-03-16|
|145|[v2018z/xueXiQiangguo](https://github.com/v2018z/xueXiQiangguo)|学习强国 积分 自动 阅读 答题 - 支持每日、每周、专项答题|190|-|2021-12-10|2021-04-26|
|146|[nshen/learn-neovim-lua](https://github.com/nshen/learn-neovim-lua)|📜 学习 Neovim 全配置, 逃离 VSCode。|184|Lua|2022-01-29|2021-11-02|
|147|[pen4uin/PentestNote](https://github.com/pen4uin/PentestNote)|个人输出,经验/思路/想法/总结/笔记/. . .|184|-|2021-12-09|2021-05-26|
|148|[canliture/nju-software-analysis-homework](https://github.com/canliture/nju-software-analysis-homework)|南京大学《软件分析》课程课后作业(非Bamboo) NJU's software analysis homework; ... Not official, just a reference|183|Java|2021-11-18|2021-10-09|
|149|[muluoleiguo/interview](https://github.com/muluoleiguo/interview)|linux C++ 服务器/后台开发 秋招整理资料 |181|C++|2021-11-07|2021-07-09|
|150|[lemoex/oci-help](https://github.com/lemoex/oci-help)|甲骨文实例抢购教程|180|Go|2021-12-26|2021-10-18|
|151|[plctlab/riscv-operating-system-mooc](https://github.com/plctlab/riscv-operating-system-mooc)|《从头写一个RISC-V OS》课程配套的资源|179|C|2022-01-27|2021-03-22|
|152|[lemoex/oci-help](https://github.com/lemoex/oci-help)|甲骨文实例抢购教程|177|Go|2021-12-26|2021-10-18|
|153|[xiaoweiChen/Learn-LLVM-12](https://github.com/xiaoweiChen/Learn-LLVM-12)|《Learn LLVM 12》的非专业个人翻译|175|TeX|2021-12-29|2021-08-15|
|154|[sci-hub-p2p/sci-hub-p2p](https://github.com/sci-hub-p2p/sci-hub-p2p)|fetch and serve papers in p2p network|175|Go|2021-08-18|2021-07-11|
|155|[microsoft/AIforEarthDataSets](https://github.com/microsoft/AIforEarthDataSets)|Notebooks and documentation for AI-for-Earth-managed datasets on Azure|174|Jupyter Notebook|2022-01-07|2021-02-18|
|156|[Lakr233/myyearwithgit](https://github.com/Lakr233/myyearwithgit)|代码仓库年终总结报告。|173|Swift|2022-01-10|2021-11-29|
|157|[phodal/dx](https://github.com/phodal/dx)|《开发者体验探索与重塑》电子书。book of research and refactoring in developer experience (WIP)|171|SCSS|2021-11-19|2021-10-15|
|158|[coderit666/CNote](https://github.com/coderit666/CNote)|「CNote」一份涵盖大部分学习 C 语言所需要掌握的核心知识,致力于打造最易懂的 C语言入门教程让天下没有难学的 C语言。包含C语言教程、C语言精华文章|168|-|2021-11-08|2021-07-30|
|159|[koolshare/koolcenter](https://github.com/koolshare/koolcenter)|提供评测文章,固件教程,插件使用说明等。|166|HTML|2021-11-09|2021-09-23|
|160|[zyddnys/manga-image-translator](https://github.com/zyddnys/manga-image-translator)|Translate manga/image 一键翻译各类图片内文字 https://touhou.ai/imgtrans/|163|Python|2021-12-13|2021-02-18|
|161|[mgmeyers/obsidian-style-settings](https://github.com/mgmeyers/obsidian-style-settings)|Dynamically creates a user interface for adjusting theme, plugin, and snippet CSS variables|158|TypeScript|2022-02-04|2021-03-28|
|162|[liuhuanshuo/Pandas_Advanced_Exercise](https://github.com/liuhuanshuo/Pandas_Advanced_Exercise)|Pandas进阶修炼300题|157|Jupyter Notebook|2021-09-22|2021-09-22|
|163|[DL-Practise/YoloAll](https://github.com/DL-Practise/YoloAll)|YoloAll is a collection of yolo all versions. you you use YoloAll to test yolov3/yolov5/yolox/yolo_fastest|157|Python|2021-12-02|2021-08-22|
|164|[zhpanvip/AndroidNote](https://github.com/zhpanvip/AndroidNote)|个人学习笔记Android面试指南。|155|-|2021-10-11|2021-02-15|
|165|[AlphabugX/csOnvps](https://github.com/AlphabugX/csOnvps)|CobaltStrike4.4 一键部署脚本 随机生成密码、key、端口号、证书等解决cs4.x无法运行在Linux上报错问题 灰常银杏化设计|154|Shell|2022-01-20|2021-12-02|
|166|[TanaStudy/CS-Book](https://github.com/TanaStudy/CS-Book)|📚计算机类优质的书籍收藏涵盖计算机基础、数据库、Java、微服务、设计模式等等等等👍👍👍持续更新中🏃。|154|-|2021-11-25|2021-08-03|
|167|[nthack/IPTVM3U](https://github.com/nthack/IPTVM3U)|IPTV直播源、直播地址分享M3U直播地址分享。主要分享国内IPTV直播源、广东IPTV直播源、香港IPTV直播源。不定期增加列表不定期检查。|152|-|2021-09-18|2021-03-22|
|168|[marmotedu/geekbang-go](https://github.com/marmotedu/geekbang-go)|极客时间 《Go 语言项目开发实战》课程补充教程。|145|Shell|2021-11-05|2021-05-27|
|169|[ttttmr/wechat2rss](https://github.com/ttttmr/wechat2rss)|微信公众号转RSS|143|HTML|2022-01-22|2021-09-25|
|170|[puge-up/programming-play](https://github.com/puge-up/programming-play)|致力于实习/校招/社招进大厂打法计算机基础知识学习C++、Java、算法学习路线专注于编程打法|141|-|2021-08-15|2021-03-09|
|171|[0voice/linux_environment_tools](https://github.com/0voice/linux_environment_tools)|总结linux环境开发工具包含linux虚拟机编译器编辑器测试工具加密工具|139|-|2021-11-11|2021-11-08|
|172|[PureWhiteWu/nomicon-zh-Hans](https://github.com/PureWhiteWu/nomicon-zh-Hans)|Rust 死灵书简体中文翻译|139|Handlebars|2021-12-13|2021-09-21|
|173|[18888628835/Blog](https://github.com/18888628835/Blog)|我的知识文档库,学习笔记与学习总结。|139|TypeScript|2022-02-04|2021-02-26|
|174|[ljinkai/weekly](https://github.com/ljinkai/weekly)|独立开发产品变现周刊,每周五发布。|138|-|2021-12-10|2021-04-28|
|175|[r0ysue/AndroidFridaBeginnersBook](https://github.com/r0ysue/AndroidFridaBeginnersBook)|《安卓Frida逆向与抓包实战》随书附件|138|C|2021-10-15|2021-04-26|
|176|[EXHades/CyberSpaceSearchEngine-Research](https://github.com/EXHades/CyberSpaceSearchEngine-Research)|网络空间测绘/搜索引擎相关的资料|138|-|2021-08-13|2021-03-24|
|177|[Kobaayyy/Awesome-ICCV2021-Low-Level-Vision](https://github.com/Kobaayyy/Awesome-ICCV2021-Low-Level-Vision)|A Collection of Papers and Codes for ICCV2021 Low Level Vision and Image Generation|137|-|2021-11-16|2021-08-12|
|178|[CodingDocs/programmer-sideline](https://github.com/CodingDocs/programmer-sideline)|程序员副业赚钱之路。|135|-|2021-10-14|2021-09-28|
|152|[xiaoweiChen/Learn-LLVM-12](https://github.com/xiaoweiChen/Learn-LLVM-12)|《Learn LLVM 12》的非专业个人翻译|175|TeX|2021-12-29|2021-08-15|
|153|[sci-hub-p2p/sci-hub-p2p](https://github.com/sci-hub-p2p/sci-hub-p2p)|fetch and serve papers in p2p network|175|Go|2021-08-18|2021-07-11|
|154|[microsoft/AIforEarthDataSets](https://github.com/microsoft/AIforEarthDataSets)|Notebooks and documentation for AI-for-Earth-managed datasets on Azure|174|Jupyter Notebook|2022-01-07|2021-02-18|
|155|[Lakr233/myyearwithgit](https://github.com/Lakr233/myyearwithgit)|代码仓库年终总结报告。|173|Swift|2022-01-10|2021-11-29|
|156|[phodal/dx](https://github.com/phodal/dx)|《开发者体验探索与重塑》电子书。book of research and refactoring in developer experience (WIP)|171|SCSS|2021-11-19|2021-10-15|
|157|[coderit666/CNote](https://github.com/coderit666/CNote)|「CNote」一份涵盖大部分学习 C 语言所需要掌握的核心知识,致力于打造最易懂的 C语言入门教程让天下没有难学的 C语言。包含C语言教程、C语言精华文章|168|-|2021-11-08|2021-07-30|
|158|[koolshare/koolcenter](https://github.com/koolshare/koolcenter)|提供评测文章,固件教程,插件使用说明等。|167|HTML|2021-11-09|2021-09-23|
|159|[zyddnys/manga-image-translator](https://github.com/zyddnys/manga-image-translator)|Translate manga/image 一键翻译各类图片内文字 https://touhou.ai/imgtrans/|163|Python|2021-12-13|2021-02-18|
|160|[mgmeyers/obsidian-style-settings](https://github.com/mgmeyers/obsidian-style-settings)|Dynamically creates a user interface for adjusting theme, plugin, and snippet CSS variables|158|TypeScript|2022-02-04|2021-03-28|
|161|[liuhuanshuo/Pandas_Advanced_Exercise](https://github.com/liuhuanshuo/Pandas_Advanced_Exercise)|Pandas进阶修炼300题|157|Jupyter Notebook|2021-09-22|2021-09-22|
|162|[DL-Practise/YoloAll](https://github.com/DL-Practise/YoloAll)|YoloAll is a collection of yolo all versions. you you use YoloAll to test yolov3/yolov5/yolox/yolo_fastest|157|Python|2021-12-02|2021-08-22|
|163|[zhpanvip/AndroidNote](https://github.com/zhpanvip/AndroidNote)|个人学习笔记Android面试指南。|155|-|2021-10-11|2021-02-15|
|164|[AlphabugX/csOnvps](https://github.com/AlphabugX/csOnvps)|CobaltStrike4.4 一键部署脚本 随机生成密码、key、端口号、证书等解决cs4.x无法运行在Linux上报错问题 灰常银杏化设计|154|Shell|2022-01-20|2021-12-02|
|165|[TanaStudy/CS-Book](https://github.com/TanaStudy/CS-Book)|📚计算机类优质的书籍收藏涵盖计算机基础、数据库、Java、微服务、设计模式等等等等👍👍👍持续更新中🏃。|154|-|2021-11-25|2021-08-03|
|166|[nthack/IPTVM3U](https://github.com/nthack/IPTVM3U)|IPTV直播源、直播地址分享M3U直播地址分享。主要分享国内IPTV直播源、广东IPTV直播源、香港IPTV直播源。不定期增加列表不定期检查。|152|-|2021-09-18|2021-03-22|
|167|[marmotedu/geekbang-go](https://github.com/marmotedu/geekbang-go)|极客时间 《Go 语言项目开发实战》课程补充教程。|145|Shell|2021-11-05|2021-05-27|
|168|[ttttmr/wechat2rss](https://github.com/ttttmr/wechat2rss)|微信公众号转RSS|144|HTML|2022-01-22|2021-09-25|
|169|[puge-up/programming-play](https://github.com/puge-up/programming-play)|致力于实习/校招/社招进大厂打法计算机基础知识学习C++、Java、算法学习路线专注于编程打法|141|-|2021-08-15|2021-03-09|
|170|[0voice/linux_environment_tools](https://github.com/0voice/linux_environment_tools)|总结linux环境开发工具包含linux虚拟机编译器编辑器测试工具加密工具|139|-|2021-11-11|2021-11-08|
|171|[PureWhiteWu/nomicon-zh-Hans](https://github.com/PureWhiteWu/nomicon-zh-Hans)|Rust 死灵书简体中文翻译|139|Handlebars|2021-12-13|2021-09-21|
|172|[18888628835/Blog](https://github.com/18888628835/Blog)|我的知识文档库,学习笔记与学习总结。|139|TypeScript|2022-02-05|2021-02-26|
|173|[ljinkai/weekly](https://github.com/ljinkai/weekly)|独立开发产品变现周刊,每周五发布。|138|-|2021-12-10|2021-04-28|
|174|[r0ysue/AndroidFridaBeginnersBook](https://github.com/r0ysue/AndroidFridaBeginnersBook)|《安卓Frida逆向与抓包实战》随书附件|138|C|2021-10-15|2021-04-26|
|175|[EXHades/CyberSpaceSearchEngine-Research](https://github.com/EXHades/CyberSpaceSearchEngine-Research)|网络空间测绘/搜索引擎相关的资料|138|-|2021-08-13|2021-03-24|
|176|[Kobaayyy/Awesome-ICCV2021-Low-Level-Vision](https://github.com/Kobaayyy/Awesome-ICCV2021-Low-Level-Vision)|A Collection of Papers and Codes for ICCV2021 Low Level Vision and Image Generation|137|-|2021-11-16|2021-08-12|
|177|[CodingDocs/programmer-sideline](https://github.com/CodingDocs/programmer-sideline)|程序员副业赚钱之路。|135|-|2021-10-14|2021-09-28|
|178|[nju-lug/NJUThesis](https://github.com/nju-lug/NJUThesis)|南京大学学位论文模板|135|TeX|2022-02-05|2021-05-20|
|179|[gaowanliang/OneDriveShareLinkPushAria2](https://github.com/gaowanliang/OneDriveShareLinkPushAria2)|Extract download URLs from OneDrive or SharePoint share links and push them to aria2, even on systems without a GUI.|135|Python|2021-09-28|2021-05-08|
|180|[nju-lug/NJUThesis](https://github.com/nju-lug/NJUThesis)|南京大学学位论文模板|134|TeX|2022-02-04|2021-05-20|
|181|[shengxinjing/it-roadmap](https://github.com/shengxinjing/it-roadmap)|大圣的前端学习路线图|133|Python|2021-12-13|2021-11-27|
|182|[overmind1980/oeasyvim](https://github.com/overmind1980/oeasyvim)|这是oeasy制作的的一套关于vim的教程 可以在 https://www.lanqiao.cn/teacher/courses/2840 做实验 邀请码FJWYIMGB 本教程从0基础开始到精通vim配置和高级命令。希望能让vim是你的开发更高效。|132|Vim script|2021-12-10|2021-07-23|
|183|[miaochenxi/chaoxing-sign-cli](https://github.com/miaochenxi/chaoxing-sign-cli)|超星学习通签到Nodejs脚本。支持普通签到、拍照签到、手势签到、位置签到、二维码签到。|131|JavaScript|2021-12-06|2021-10-25|
|184|[alanhzw/WarblerHomepage](https://github.com/alanhzw/WarblerHomepage)|流莺书签|131|TypeScript|2021-12-14|2021-05-17|
|185|[algorithmzuo/coding-for-great-offer](https://github.com/algorithmzuo/coding-for-great-offer)|大厂算法和数据结构刷题班|131|Java|2022-01-22|2021-04-13|
|186|[Eternaldeath/blockchainHome](https://github.com/Eternaldeath/blockchainHome)|构建区块链学习的知识体系合集,汇聚各种区块链资源|130|HTML|2022-02-02|2021-04-26|
|187|[datawhalechina/machine-learning-toy-code](https://github.com/datawhalechina/machine-learning-toy-code)|《机器学习》(西瓜书)代码实战|129|Jupyter Notebook|2022-01-04|2021-07-16|
|188|[ThisisGame/makegameengineatnight](https://github.com/ThisisGame/makegameengineatnight)|游戏引擎入门教程|129|C++|2022-02-04|2021-03-09|
|189|[0voice/backend_video](https://github.com/0voice/backend_video)|后端免费技术分享视频包含LinuxRTSP RTMP, HLS, 流媒体, ffmpeg, WebRTC,golang,NginxZeroMQMySQLRedisfastdfsMongoDBZKCDNP2PK8SDockerffmpegTCP/IP协程DPDK|128|-|2021-09-04|2021-08-23|
|180|[shengxinjing/it-roadmap](https://github.com/shengxinjing/it-roadmap)|大圣的前端学习路线图|133|Python|2021-12-13|2021-11-27|
|181|[overmind1980/oeasyvim](https://github.com/overmind1980/oeasyvim)|这是oeasy制作的的一套关于vim的教程 可以在 https://www.lanqiao.cn/teacher/courses/2840 做实验 邀请码FJWYIMGB 本教程从0基础开始到精通vim配置和高级命令。希望能让vim是你的开发更高效。|132|Vim script|2021-12-10|2021-07-23|
|182|[miaochenxi/chaoxing-sign-cli](https://github.com/miaochenxi/chaoxing-sign-cli)|超星学习通签到Nodejs脚本。支持普通签到、拍照签到、手势签到、位置签到、二维码签到。|131|JavaScript|2021-12-06|2021-10-25|
|183|[alanhzw/WarblerHomepage](https://github.com/alanhzw/WarblerHomepage)|流莺书签|131|TypeScript|2021-12-14|2021-05-17|
|184|[algorithmzuo/coding-for-great-offer](https://github.com/algorithmzuo/coding-for-great-offer)|大厂算法和数据结构刷题班|131|Java|2022-01-22|2021-04-13|
|185|[Eternaldeath/blockchainHome](https://github.com/Eternaldeath/blockchainHome)|构建区块链学习的知识体系合集,汇聚各种区块链资源|130|HTML|2022-02-02|2021-04-26|
|186|[datawhalechina/machine-learning-toy-code](https://github.com/datawhalechina/machine-learning-toy-code)|《机器学习》(西瓜书)代码实战|129|Jupyter Notebook|2022-01-04|2021-07-16|
|187|[ThisisGame/makegameengineatnight](https://github.com/ThisisGame/makegameengineatnight)|游戏引擎入门教程|129|C++|2022-02-05|2021-03-09|
|188|[0voice/backend_video](https://github.com/0voice/backend_video)|后端免费技术分享视频包含LinuxRTSP RTMP, HLS, 流媒体, ffmpeg, WebRTC,golang,NginxZeroMQMySQLRedisfastdfsMongoDBZKCDNP2PK8SDockerffmpegTCP/IP协程DPDK|128|-|2021-09-04|2021-08-23|
|189|[LookCos/learn-data-structures](https://github.com/LookCos/learn-data-structures)|数据结构C语言描述学习笔记|125|C|2022-01-03|2021-10-09|
|190|[sunyilgdx/NSP-BERT](https://github.com/sunyilgdx/NSP-BERT)|The code for our paper "NSP-BERT: A Prompt-based Zero-Shot Learner Through an Original Pre-training Task —— Next Sentence Prediction"|125|Python|2021-11-16|2021-09-06|
|191|[bruceqiq/code_study](https://github.com/bruceqiq/code_study)|个人编程知识总结。包含前端、后端、服务端与设计等等相关的技术总结。|125|DM|2021-11-20|2021-04-11|
|192|[itwanger/LearnCS-ByYourself](https://github.com/itwanger/LearnCS-ByYourself)|CS 自学指南Java编程语言、数据库、数据结构与算法、计算机组成原理、操作系统、计算机网络、英语、简历、面试|124|-|2021-08-08|2021-06-19|
|193|[LookCos/learn-data-structures](https://github.com/LookCos/learn-data-structures)|数据结构C语言描述学习笔记|123|C|2022-01-03|2021-10-09|
|191|[ShujiaHuang/Cpp-Primer-Plus-6th](https://github.com/ShujiaHuang/Cpp-Primer-Plus-6th)| 《C++ Primer Plus 第6版中文版》原书代码、习题答案和个人笔记仅供学习和交流。|125|C++|2022-01-05|2021-07-15|
|192|[bruceqiq/code_study](https://github.com/bruceqiq/code_study)|个人编程知识总结。包含前端、后端、服务端与设计等等相关的技术总结。|125|DM|2021-11-20|2021-04-11|
|193|[itwanger/LearnCS-ByYourself](https://github.com/itwanger/LearnCS-ByYourself)|CS 自学指南Java编程语言、数据库、数据结构与算法、计算机组成原理、操作系统、计算机网络、英语、简历、面试|124|-|2021-08-08|2021-06-19|
|194|[su37josephxia/bytedance-youth-training-camp](https://github.com/su37josephxia/bytedance-youth-training-camp)|字节青训营教程|123|HTML|2021-10-08|2021-09-18|
|195|[ShujiaHuang/Cpp-Primer-Plus-6th](https://github.com/ShujiaHuang/Cpp-Primer-Plus-6th)| 《C++ Primer Plus 第6版中文版》原书代码、习题答案和个人笔记仅供学习和交流。|123|C++|2022-01-05|2021-07-15|
|196|[MinerProxy/WiseNoDevFee](https://github.com/MinerProxy/WiseNoDevFee)|Ethereum NoDevFee: Support for GMiner, Phoenix Miner, Claymore, NBMiner, lolMiner, TeamRedMiner,T-Rex Miner, miniZ/老矿工以太坊反抽水软件,支持大多数主流内核和主流币种(eth, rvn,ergo,cfx等),仅供内部参考学习|122|C++|2021-11-09|2021-07-21|
|197|[iamgodpyx/dachangheimingdan](https://github.com/iamgodpyx/dachangheimingdan)|这是一份黑名单|120|-|2021-11-18|2021-11-18|
|198|[liuhuanyong/DomainWordsDict](https://github.com/liuhuanyong/DomainWordsDict)|DomainWordsDict, Chinese words dict that contains more than 68 domains, which can be used as text classification、knowledge enhance task。涵盖68个领域、共计916万词的专业词典知识库可用于文本分类、知识增强、领域词汇库扩充等自然语言处理应用。|120|-|2021-08-30|2021-08-27|
|199|[sqlsec/Hackintosh](https://github.com/sqlsec/Hackintosh)|国光的黑苹果安装教程:手把手教你配置 OpenCore|117|HTML|2022-02-04|2021-09-15|
|200|[CodingDocs/awesome-idea-tutorial](https://github.com/CodingDocs/awesome-idea-tutorial)|IntelliJ IDEA 使用指南 必备插件推荐 插件开发入门 重构小技巧 源码阅读技巧。 |116|-|2021-11-12|2021-10-10|
|195|[MinerProxy/WiseNoDevFee](https://github.com/MinerProxy/WiseNoDevFee)|Ethereum NoDevFee: Support for GMiner, Phoenix Miner, Claymore, NBMiner, lolMiner, TeamRedMiner,T-Rex Miner, miniZ/老矿工以太坊反抽水软件,支持大多数主流内核和主流币种(eth, rvn,ergo,cfx等),仅供内部参考学习|122|C++|2021-11-09|2021-07-21|
|196|[iamgodpyx/dachangheimingdan](https://github.com/iamgodpyx/dachangheimingdan)|这是一份黑名单|120|-|2021-11-18|2021-11-18|
|197|[liuhuanyong/DomainWordsDict](https://github.com/liuhuanyong/DomainWordsDict)|DomainWordsDict, Chinese words dict that contains more than 68 domains, which can be used as text classification、knowledge enhance task。涵盖68个领域、共计916万词的专业词典知识库可用于文本分类、知识增强、领域词汇库扩充等自然语言处理应用。|120|-|2021-08-30|2021-08-27|
|198|[sqlsec/Hackintosh](https://github.com/sqlsec/Hackintosh)|国光的黑苹果安装教程:手把手教你配置 OpenCore|117|HTML|2022-02-05|2021-09-15|
|199|[CodingDocs/awesome-idea-tutorial](https://github.com/CodingDocs/awesome-idea-tutorial)|IntelliJ IDEA 使用指南 必备插件推荐 插件开发入门 重构小技巧 源码阅读技巧。 |116|-|2021-11-12|2021-10-10|
|200|[PaddleEdu/paper-reproduction-tutorials](https://github.com/PaddleEdu/paper-reproduction-tutorials)|论文复现技巧与PaddlePaddle优秀复现项目分享|116|Python|2021-09-14|2021-05-09|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Assembly
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,21 +1,20 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > C
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[hewei2001/HITSZ-OpenCS](https://github.com/hewei2001/HITSZ-OpenCS)|哈尔滨工业大学(深圳)计算机专业课程攻略 Guidance for courses in Department of Computer Science, Harbin Institute of Technology (Shenzhen)|477|2022-01-18|2021-03-05|
|2|[0voice/ffmpeg_develop_doc](https://github.com/0voice/ffmpeg_develop_doc)|2022年最新ffmpeg资料整理项目调试可用命令手册文章编解码论文视频讲解面试题全套资料|301|2022-01-15|2022-01-04|
|1|[hewei2001/HITSZ-OpenCS](https://github.com/hewei2001/HITSZ-OpenCS)|哈尔滨工业大学(深圳)计算机专业课程攻略 Guidance for courses in Department of Computer Science, Harbin Institute of Technology (Shenzhen)|478|2022-01-18|2021-03-05|
|2|[0voice/ffmpeg_develop_doc](https://github.com/0voice/ffmpeg_develop_doc)|2022年最新ffmpeg资料整理项目调试可用命令手册文章编解码论文视频讲解面试题全套资料|302|2022-01-15|2022-01-04|
|3|[plctlab/riscv-operating-system-mooc](https://github.com/plctlab/riscv-operating-system-mooc)|《从头写一个RISC-V OS》课程配套的资源|179|2022-01-27|2021-03-22|
|4|[r0ysue/AndroidFridaBeginnersBook](https://github.com/r0ysue/AndroidFridaBeginnersBook)|《安卓Frida逆向与抓包实战》随书附件|138|2021-10-15|2021-04-26|
|5|[LookCos/learn-data-structures](https://github.com/LookCos/learn-data-structures)|数据结构C语言描述学习笔记|123|2022-01-03|2021-10-09|
|5|[LookCos/learn-data-structures](https://github.com/LookCos/learn-data-structures)|数据结构C语言描述学习笔记|125|2022-01-03|2021-10-09|
|6|[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.|104|2021-12-10|2021-07-31|
|7|[bouffalolab/bl_mcu_sdk](https://github.com/bouffalolab/bl_mcu_sdk)|bl_mcu_sdk is MCU software development kit provided by Bouffalo Lab Team for BL602/BL604, BL702/BL704/BL706 and other series of RISC-V based chips in the future.|80|2022-01-13|2021-04-27|
|8|[realYurkOfGitHub/translation-Introduction-to-HPC](https://github.com/realYurkOfGitHub/translation-Introduction-to-HPC)|为 Eijhout 教授的Introduction to HPC提供中文翻译、 PPT和Lab。|61|2022-01-15|2021-10-18|
|9|[puge-up/programming-cpp](https://github.com/puge-up/programming-cpp)|Linux C/C++ 学习笔记、内含视频 + 电子书 + 项目等,专注于 C++ 技术栈!|47|2021-08-15|2021-07-18|
|10|[hzcx998/BookOS](https://github.com/hzcx998/BookOS)|BookOS is a tiny OS based on xbook2 kernel, you can use it to study!|38|2021-10-31|2021-02-05|
|11|[SuperPung/TJU-CourseSharing](https://github.com/SuperPung/TJU-CourseSharing)|天津大学课程共享计划|31|2021-11-13|2021-07-01|
|10|[SuperPung/TJU-CourseSharing](https://github.com/SuperPung/TJU-CourseSharing)|天津大学课程共享计划|31|2021-11-13|2021-07-01|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,23 +1,23 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > C++
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[19PDP/Bilibili-plus](https://github.com/19PDP/Bilibili-plus)|课程视频、PPT和源代码侯捷C++系列台大郭彦甫MATLAB|2040|2022-01-23|2021-02-17|
|2|[0voice/cpp_new_features](https://github.com/0voice/cpp_new_features)|2021年最新整理 C++ 学习资料含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等|1357|2021-10-21|2021-07-09|
|3|[parallel101/course](https://github.com/parallel101/course)|高性能并行编程与优化 - 课件|982|2022-02-04|2021-12-10|
|1|[19PDP/Bilibili-plus](https://github.com/19PDP/Bilibili-plus)|课程视频、PPT和源代码侯捷C++系列台大郭彦甫MATLAB|2042|2022-01-23|2021-02-17|
|2|[0voice/cpp_new_features](https://github.com/0voice/cpp_new_features)|2021年最新整理 C++ 学习资料含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等|1359|2021-10-21|2021-07-09|
|3|[parallel101/course](https://github.com/parallel101/course)|高性能并行编程与优化 - 课件|986|2022-02-04|2021-12-10|
|4|[acm-clan/algorithm-stone](https://github.com/acm-clan/algorithm-stone)|ACM/LeetCode算法竞赛路线图最全的算法学习地图|855|2022-01-18|2021-02-18|
|5|[0voice/introduce_c-cpp_manual](https://github.com/0voice/introduce_c-cpp_manual)|一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。|385|2021-12-15|2021-12-06|
|6|[yuesong-feng/30dayMakeCppServer](https://github.com/yuesong-feng/30dayMakeCppServer)|30天自制C++服务器,包含教程和源代码|267|2022-01-19|2021-11-30|
|7|[muluoleiguo/interview](https://github.com/muluoleiguo/interview)|linux C++ 服务器/后台开发 秋招整理资料 |180|2021-11-07|2021-07-09|
|8|[ThisisGame/makegameengineatnight](https://github.com/ThisisGame/makegameengineatnight)|游戏引擎入门教程|129|2022-02-04|2021-03-09|
|9|[ShujiaHuang/Cpp-Primer-Plus-6th](https://github.com/ShujiaHuang/Cpp-Primer-Plus-6th)| 《C++ Primer Plus 第6版中文版》原书代码、习题答案和个人笔记仅供学习和交流。|123|2022-01-05|2021-07-15|
|5|[0voice/introduce_c-cpp_manual](https://github.com/0voice/introduce_c-cpp_manual)|一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。|383|2021-12-15|2021-12-06|
|6|[yuesong-feng/30dayMakeCppServer](https://github.com/yuesong-feng/30dayMakeCppServer)|30天自制C++服务器,包含教程和源代码|270|2022-01-19|2021-11-30|
|7|[muluoleiguo/interview](https://github.com/muluoleiguo/interview)|linux C++ 服务器/后台开发 秋招整理资料 |181|2021-11-07|2021-07-09|
|8|[ThisisGame/makegameengineatnight](https://github.com/ThisisGame/makegameengineatnight)|游戏引擎入门教程|129|2022-02-05|2021-03-09|
|9|[ShujiaHuang/Cpp-Primer-Plus-6th](https://github.com/ShujiaHuang/Cpp-Primer-Plus-6th)| 《C++ Primer Plus 第6版中文版》原书代码、习题答案和个人笔记仅供学习和交流。|125|2022-01-05|2021-07-15|
|10|[MinerProxy/WiseNoDevFee](https://github.com/MinerProxy/WiseNoDevFee)|Ethereum NoDevFee: Support for GMiner, Phoenix Miner, Claymore, NBMiner, lolMiner, TeamRedMiner,T-Rex Miner, miniZ/老矿工以太坊反抽水软件,支持大多数主流内核和主流币种(eth, rvn,ergo,cfx等),仅供内部参考学习|122|2021-11-09|2021-07-21|
|11|[Sugar0612/ReBirth](https://github.com/Sugar0612/ReBirth)|基于C++的Unreal4第三人称游戏学习笔记与制作过程(创建 ~ 架构思想~ 打包) A third-person game based on ue4.|111|2021-12-28|2021-11-04|
|12|[heyhu/AndroidReverseStudy](https://github.com/heyhu/AndroidReverseStudy)|安卓逆向学习|92|2022-01-13|2021-04-07|
|13|[liuzengh/design-pattern](https://github.com/liuzengh/design-pattern)|Design Patterns In Modern C++ 中文版翻译|83|2021-10-03|2021-03-17|
|13|[liuzengh/design-pattern](https://github.com/liuzengh/design-pattern)|Design Patterns In Modern C++ 中文版翻译|85|2021-10-03|2021-03-17|
|14|[weiyu666/GAMES202homework](https://github.com/weiyu666/GAMES202homework)|主要是学习闫老师的GAMES202高质量实时渲染完成的大作业|56|2021-10-08|2021-04-06|
<div align="center">

View File

@ -1,14 +1,14 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > C#
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[wmjordan/PDFPatcher](https://github.com/wmjordan/PDFPatcher)|PDF补丁丁——PDF工具箱可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档探查文档结构提取图片、转成图片等等|3592|2022-02-04|2021-12-24|
|1|[wmjordan/PDFPatcher](https://github.com/wmjordan/PDFPatcher)|PDF补丁丁——PDF工具箱可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档探查文档结构提取图片、转成图片等等|3611|2022-02-04|2021-12-24|
|2|[Isayama-Kagura/TsubakiTranslator](https://github.com/Isayama-Kagura/TsubakiTranslator)|一款Galgame文本提取和翻译的工具|88|2022-02-01|2021-09-21|
|3|[taecg/ShaderReference](https://github.com/taecg/ShaderReference)|针对Unity的Shader参考大全|72|2022-01-14|2021-07-23|
|4|[Anduin2017/CameraVoyeur](https://github.com/Anduin2017/CameraVoyeur)|摄像头黑入器。基于RickAstley论文实现|49|2021-09-13|2021-09-12|
|4|[Anduin2017/CameraVoyeur](https://github.com/Anduin2017/CameraVoyeur)|摄像头黑入器。基于RickAstley论文实现|50|2021-09-13|2021-09-12|
|5|[pwj0528/BiliBiliTool](https://github.com/pwj0528/BiliBiliTool)|.Net 5 编写的B站哔哩哔哩任务工具通过GitHub Actions实现每日线上自动运行任务每日自动登录、观看、分享、投币视频获取每日任务的满额经验轻松升级Level 6实现自动领取大会员权益、月底自动为自己充电等功能。|27|2021-11-14|2021-04-07|
<div align="center">

View File

@ -1,11 +1,11 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > CSS
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[Lihaogx/graph-note-of-greek-myth](https://github.com/Lihaogx/graph-note-of-greek-myth)|希腊神话读书笔记|507|2021-12-13|2021-08-01|
|1|[Lihaogx/graph-note-of-greek-myth](https://github.com/Lihaogx/graph-note-of-greek-myth)|希腊神话读书笔记|508|2021-12-13|2021-08-01|
|2|[SummerSec/learning-codeql](https://github.com/SummerSec/learning-codeql)|CodeQL Java 全网最全的中文学习资料|340|2022-01-28|2021-03-11|
|3|[disclose/research-threats](https://github.com/disclose/research-threats)|Collection of legal threats against good faith Security Researchers; vulnerability disclosure gone wrong. A continuation of work started by @attritionorg|201|2021-10-26|2021-04-05|
|4|[yitd/wxkp](https://github.com/yitd/wxkp)|微信卡片分享链接在线制作工具|71|2021-12-11|2021-08-14|
@ -14,7 +14,7 @@
|7|[viewweiwu/v2ex-zhihu-theme](https://github.com/viewweiwu/v2ex-zhihu-theme)|v2ex 知乎 主题样式|22|2022-01-06|2021-12-06|
|8|[intro-nlp/intro-nlp.github.io](https://github.com/intro-nlp/intro-nlp.github.io)|《自然语言处理概论》 张奇、桂韬、黄萱菁著|20|2021-11-01|2021-05-25|
|9|[arect/onedrive_blog](https://github.com/arect/onedrive_blog)|OneDrive/Blog 以OneDrive为储存的博客“引擎”|19|2022-01-25|2021-12-10|
|10|[Zuoqiu-Yingyi/siyuan-theme-dark-plus](https://github.com/Zuoqiu-Yingyi/siyuan-theme-dark-plus)|思源笔记的一款暗黑主题(A dark theme of SiYuan Note)|14|2022-02-03|2021-12-24|
|10|[Zuoqiu-Yingyi/siyuan-theme-dark-plus](https://github.com/Zuoqiu-Yingyi/siyuan-theme-dark-plus)|思源笔记的一款暗黑主题(A dark theme of SiYuan Note)|14|2022-02-04|2021-12-24|
|11|[WindSnowLi/vue-ssr-blog](https://github.com/WindSnowLi/vue-ssr-blog)|w-blog的前台部分一个简单的nuxtJs的博客前台项目|14|2021-11-23|2021-07-19|
|12|[dujiajun/jcourse](https://github.com/dujiajun/jcourse)|SJTU选课社区本科课程体验评价|14|2022-01-21|2021-05-29|
|13|[ls870061011/cesium_training](https://github.com/ls870061011/cesium_training)|Cesium开发入门篇-1、基础篇-2、工具篇-3、高级篇-4所有课程代码|13|2021-11-06|2021-04-30|
@ -26,8 +26,9 @@
|19|[Dreamer-Paul/Hingle](https://github.com/Dreamer-Paul/Hingle)|🎈 一个简洁大气,含夜间模式的 Hexo 博客主题|7|2021-10-24|2021-10-24|
|20|[houxinlin/one-blog](https://github.com/houxinlin/one-blog)|单页博客|7|2021-11-26|2021-10-20|
|21|[RuoyuChen10/NEUQ_class](https://github.com/RuoyuChen10/NEUQ_class)|NEUQ测控专业的考试资料|7|2021-10-16|2021-09-05|
|22|[RGDZ-GZU/math-knowledge-vault](https://github.com/RGDZ-GZU/math-knowledge-vault)|数学知识库|5|2021-11-29|2021-10-22|
|23|[liu75675231/article-crawler](https://github.com/liu75675231/article-crawler)|文章爬虫,会每天都爬取一些有价值的官方文档的博客文章,以便于能得到第一手的更新,教程等信息|5|2021-12-10|2021-02-15|
|22|[xiaozf11/fwn](https://github.com/xiaozf11/fwn)|bnx binaryx 工具 副本 脚本 BNX辅助工具。仅供个人学习和使用|6|2021-11-09|2021-11-09|
|23|[RGDZ-GZU/math-knowledge-vault](https://github.com/RGDZ-GZU/math-knowledge-vault)|数学知识库|5|2021-11-29|2021-10-22|
|24|[liu75675231/article-crawler](https://github.com/liu75675231/article-crawler)|文章爬虫,会每天都爬取一些有价值的官方文档的博客文章,以便于能得到第一手的更新,教程等信息|5|2021-12-10|2021-02-15|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Dart
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,18 +1,18 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Go
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[0voice/Introduction-to-Golang](https://github.com/0voice/Introduction-to-Golang)|【未来服务器端编程语言】最全空降golang资料补给包满血战斗包含文章书籍作者论文理论分析开源框架云原生大佬视频大厂实战分享ppt|4370|2022-01-13|2021-08-09|
|2|[wa-lang/ugo-compiler-book](https://github.com/wa-lang/ugo-compiler-book)|:books: µGo语言实现(从头开发一个迷你Go语言编译器)|825|2022-02-04|2021-11-03|
|2|[wa-lang/ugo-compiler-book](https://github.com/wa-lang/ugo-compiler-book)|:books: µGo语言实现(从头开发一个迷你Go语言编译器)|828|2022-02-04|2021-11-03|
|3|[chenjiandongx/mandodb](https://github.com/chenjiandongx/mandodb)|🤔 A minimize Time Series Database, written from scratch as a learning project. 从零开始实现一个 TSDB|454|2021-08-08|2021-06-19|
|4|[Metarget/cloud-native-security-book](https://github.com/Metarget/cloud-native-security-book)|《云原生安全:攻防实践与体系构建》资料仓库|340|2021-11-26|2021-09-25|
|5|[zeromicro/zero-examples](https://github.com/zeromicro/zero-examples)|go-zero examples|212|2022-02-04|2021-02-08|
|6|[lemoex/oci-help](https://github.com/lemoex/oci-help)|甲骨文实例抢购教程|177|2021-12-26|2021-10-18|
|6|[lemoex/oci-help](https://github.com/lemoex/oci-help)|甲骨文实例抢购教程|180|2021-12-26|2021-10-18|
|7|[sci-hub-p2p/sci-hub-p2p](https://github.com/sci-hub-p2p/sci-hub-p2p)|fetch and serve papers in p2p network|175|2021-08-18|2021-07-11|
|8|[ymm135/golang-cookbook](https://github.com/ymm135/golang-cookbook)|golang基础知识及实现偏重于数据结构。另外包含web开源项目(中间件)的日常使用|91|2022-02-03|2021-11-20|
|8|[ymm135/golang-cookbook](https://github.com/ymm135/golang-cookbook)|golang基础知识及实现偏重于数据结构。另外包含web开源项目(中间件)的日常使用|91|2022-02-05|2021-11-20|
|9|[virusdefender/copy-cert](https://github.com/virusdefender/copy-cert)|基于已知网站 ssl 证书的信息生成新的自签名证书,除了证书是不被信任的以外,其他的信息看上去基本一致,用于伪装流量。|84|2021-11-09|2021-11-08|
<div align="center">

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Groovy
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,23 +1,23 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > HTML
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[QianMo/Real-Time-Rendering-4th-Bibliography-Collection](https://github.com/QianMo/Real-Time-Rendering-4th-Bibliography-Collection)|Real-Time Rendering 4th (RTR4) 参考文献合集典藏 Collection of <Real-Time Rendering 4th (RTR4)> Bibliography / Reference|2276|2021-10-31|2021-10-02|
|2|[HZFE/awesome-interview](https://github.com/HZFE/awesome-interview)|剑指前端 Offer|1472|2022-01-21|2021-08-23|
|1|[QianMo/Real-Time-Rendering-4th-Bibliography-Collection](https://github.com/QianMo/Real-Time-Rendering-4th-Bibliography-Collection)|Real-Time Rendering 4th (RTR4) 参考文献合集典藏 Collection of <Real-Time Rendering 4th (RTR4)> Bibliography / Reference|2277|2021-10-31|2021-10-02|
|2|[HZFE/awesome-interview](https://github.com/HZFE/awesome-interview)|剑指前端 Offer|1473|2022-01-21|2021-08-23|
|3|[haixiangyan/one-day-one-npm-lib](https://github.com/haixiangyan/one-day-one-npm-lib)|🔥 🔥 这本小书会带你造 10 个非常实用的 npm 库 📦|1398|2022-01-27|2021-04-28|
|4|[unclestrong/DeepLearning_LHY21_Notes](https://github.com/unclestrong/DeepLearning_LHY21_Notes)|深度学习 李宏毅 2021 学习笔记|845|2021-10-30|2021-03-11|
|5|[cckuailong/vulbase](https://github.com/cckuailong/vulbase)|各大漏洞文库合集|446|2021-10-05|2021-08-28|
|6|[flutterchina/flutter_in_action_2nd](https://github.com/flutterchina/flutter_in_action_2nd)|《Flutter实战 第二版》- 书稿(未完成)|400|2022-02-02|2021-08-29|
|6|[flutterchina/flutter_in_action_2nd](https://github.com/flutterchina/flutter_in_action_2nd)|《Flutter实战 第二版》- 书稿(未完成)|401|2022-02-02|2021-08-29|
|7|[NakanoMikuOrg/arch-guide](https://github.com/NakanoMikuOrg/arch-guide)|✨ archlinux 简明指南 本指南包含从 archlinux 安装、显卡驱动、日常软件配置、多媒体制作、编程等你可能需要的全部内容 提供在线文档 ✨|234|2022-02-01|2021-05-29|
|8|[koolshare/koolcenter](https://github.com/koolshare/koolcenter)|提供评测文章,固件教程,插件使用说明等。|166|2021-11-09|2021-09-23|
|9|[ttttmr/wechat2rss](https://github.com/ttttmr/wechat2rss)|微信公众号转RSS|143|2022-01-22|2021-09-25|
|8|[koolshare/koolcenter](https://github.com/koolshare/koolcenter)|提供评测文章,固件教程,插件使用说明等。|167|2021-11-09|2021-09-23|
|9|[ttttmr/wechat2rss](https://github.com/ttttmr/wechat2rss)|微信公众号转RSS|144|2022-01-22|2021-09-25|
|10|[Eternaldeath/blockchainHome](https://github.com/Eternaldeath/blockchainHome)|构建区块链学习的知识体系合集,汇聚各种区块链资源|130|2022-02-02|2021-04-26|
|11|[su37josephxia/bytedance-youth-training-camp](https://github.com/su37josephxia/bytedance-youth-training-camp)|字节青训营教程|123|2021-10-08|2021-09-18|
|12|[sqlsec/Hackintosh](https://github.com/sqlsec/Hackintosh)|国光的黑苹果安装教程:手把手教你配置 OpenCore|117|2022-02-04|2021-09-15|
|13|[MikeCreken/lanlanInterview](https://github.com/MikeCreken/lanlanInterview)|此仓库将包含各大银行的基本介绍,笔试面试特点,发现这个宝库就离上岸不远了,哼|82|2021-11-25|2021-11-13|
|12|[sqlsec/Hackintosh](https://github.com/sqlsec/Hackintosh)|国光的黑苹果安装教程:手把手教你配置 OpenCore|117|2022-02-05|2021-09-15|
|13|[MikeCreken/lanlanInterview](https://github.com/MikeCreken/lanlanInterview)|此仓库将包含各大银行的基本介绍,笔试面试特点,发现这个宝库就离上岸不远了,哼|83|2021-11-25|2021-11-13|
|14|[jaywcjlove/regexp-example](https://github.com/jaywcjlove/regexp-example)|正则表达式实例搜集,通过实例来学习正则表达式。|78|2022-01-15|2021-11-15|
|15|[beichensky/Blog](https://github.com/beichensky/Blog)|经常写博客的地方,会时常记录一些学习笔记、技术博客或者踩坑历程。|70|2021-08-24|2021-02-25|
|16|[su37josephxia/frontend-interview](https://github.com/su37josephxia/frontend-interview)|前端面试知识点|55|2022-02-04|2021-09-03|
@ -27,19 +27,18 @@
|20|[muzihuaner/E-Cert](https://github.com/muzihuaner/E-Cert)|电子证书生成器|34|2021-08-28|2021-08-27|
|21|[lopezbec/COVID19_Tweets_Dataset](https://github.com/lopezbec/COVID19_Tweets_Dataset)|This dataset contains all the 2021 COVID-19 related data from the paper "An Augmented Multilingual Twitter Dataset for Studying the COVID-19 Infodemic" |34|2022-02-02|2021-07-15|
|22|[wangtunan/involution](https://github.com/wangtunan/involution)|前端面试内卷仓库|34|2022-01-03|2021-02-26|
|23|[mobxjs/zh.mobx.js.org](https://github.com/mobxjs/zh.mobx.js.org)|Mobx中文文档|33|2022-01-17|2021-02-05|
|24|[NianBroken/Firework_Simulator](https://github.com/NianBroken/Firework_Simulator)|烟花模拟器一个模拟放烟花的网页基于XgpNwb的二次修改我仅作翻译处理以及其他优化|30|2022-02-03|2022-01-30|
|25|[SambacFeng/SWU-SE-HELPER](https://github.com/SambacFeng/SWU-SE-HELPER)|西南大学软件工程专业生存指南,提供专业所需学习的课程资料,学习攻略等|26|2022-01-12|2021-06-27|
|26|[yangheng95/ABSADatasets](https://github.com/yangheng95/ABSADatasets)|Public & Community-shared datasets for Aspect-based sentiment analysis and Text Classification|26|2022-02-04|2021-06-08|
|27|[sh2288/transer](https://github.com/sh2288/transer)|文字游戏_翻译君_调用有道,百度,腾讯,彩云...调用云翻译API的GALGAME翻译工具|24|2022-01-28|2021-07-28|
|28|[carlsummer/python_developer_tools](https://github.com/carlsummer/python_developer_tools)|论文复现,多机多卡|24|2022-01-21|2021-04-30|
|29|[DaGeger/paper-conversion](https://github.com/DaGeger/paper-conversion)|文章去重助手 论文降重 智能改写 智能原创|24|2022-01-18|2021-03-23|
|30|[RenektonChr/gitbook](https://github.com/RenektonChr/gitbook)|renekton的gitbook|22|2021-11-17|2021-04-27|
|31|[HaujetZhao/ShortcutMapper_Chinese](https://github.com/HaujetZhao/ShortcutMapper_Chinese)|可视化、交互式的快捷键映射图,中文版本,可以直观地查找快捷键。不懂编程也可以方便地修改、添加快捷键。|19|2021-11-13|2021-02-20|
|32|[liuzhijun-source/spacemacs-14-days](https://github.com/liuzhijun-source/spacemacs-14-days)|一个 Spacemacs 的入门教程|17|2021-12-04|2021-09-20|
|33|[sjh0020/aria2](https://github.com/sjh0020/aria2)|这是一个懒人合集包,参考自知乎|17|2021-10-25|2021-03-19|
|34|[MikesWei/wechat-blog](https://github.com/MikesWei/wechat-blog)|分享Cesium、three.js等开发技术使用心得、经验附带一些源码|16|2021-12-06|2021-09-16|
|35|[WCY-dt/SEU-CyberSecurity-courses](https://github.com/WCY-dt/SEU-CyberSecurity-courses)|东南大学网络空间安全学院学习资料整理。包含课件、笔记、试卷、作业等。|16|2021-11-18|2021-04-23|
|23|[NianBroken/Firework_Simulator](https://github.com/NianBroken/Firework_Simulator)|烟花模拟器一个模拟放烟花的网页基于XgpNwb的二次修改我仅作翻译处理以及其他优化|31|2022-02-03|2022-01-30|
|24|[SambacFeng/SWU-SE-HELPER](https://github.com/SambacFeng/SWU-SE-HELPER)|西南大学软件工程专业生存指南,提供专业所需学习的课程资料,学习攻略等|26|2022-01-12|2021-06-27|
|25|[yangheng95/ABSADatasets](https://github.com/yangheng95/ABSADatasets)|Public & Community-shared datasets for Aspect-based sentiment analysis and Text Classification|26|2022-02-05|2021-06-08|
|26|[sh2288/transer](https://github.com/sh2288/transer)|文字游戏_翻译君_调用有道,百度,腾讯,彩云...调用云翻译API的GALGAME翻译工具|24|2022-01-28|2021-07-28|
|27|[carlsummer/python_developer_tools](https://github.com/carlsummer/python_developer_tools)|论文复现,多机多卡|24|2022-01-21|2021-04-30|
|28|[DaGeger/paper-conversion](https://github.com/DaGeger/paper-conversion)|文章去重助手 论文降重 智能改写 智能原创|24|2022-01-18|2021-03-23|
|29|[RenektonChr/gitbook](https://github.com/RenektonChr/gitbook)|renekton的gitbook|22|2021-11-17|2021-04-27|
|30|[HaujetZhao/ShortcutMapper_Chinese](https://github.com/HaujetZhao/ShortcutMapper_Chinese)|可视化、交互式的快捷键映射图,中文版本,可以直观地查找快捷键。不懂编程也可以方便地修改、添加快捷键。|19|2021-11-13|2021-02-20|
|31|[liuzhijun-source/spacemacs-14-days](https://github.com/liuzhijun-source/spacemacs-14-days)|一个 Spacemacs 的入门教程|17|2021-12-04|2021-09-20|
|32|[sjh0020/aria2](https://github.com/sjh0020/aria2)|这是一个懒人合集包,参考自知乎|17|2021-10-25|2021-03-19|
|33|[MikesWei/wechat-blog](https://github.com/MikesWei/wechat-blog)|分享Cesium、three.js等开发技术使用心得、经验附带一些源码|16|2021-12-06|2021-09-16|
|34|[WCY-dt/SEU-CyberSecurity-courses](https://github.com/WCY-dt/SEU-CyberSecurity-courses)|东南大学网络空间安全学院学习资料整理。包含课件、笔记、试卷、作业等。|16|2021-11-18|2021-04-23|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,11 +1,11 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Java
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[chefyuan/algorithm-base](https://github.com/chefyuan/algorithm-base)|专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!|9701|2021-11-07|2021-03-17|
|1|[chefyuan/algorithm-base](https://github.com/chefyuan/algorithm-base)|专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!|9702|2021-11-07|2021-03-17|
|2|[fuzhengwei/small-spring](https://github.com/fuzhengwei/small-spring)|🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码摘取整体框架中的核心逻辑简化代码实现过程保留核心功能例如IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。|2503|2021-12-15|2021-05-15|
|3|[Skykai521/AndroidDeveloperAdvancedManual](https://github.com/Skykai521/AndroidDeveloperAdvancedManual)|Android 工程师进阶手册8 年 Android 开发者的成长感悟)|578|2021-11-21|2021-11-04|
|4|[fynch3r/Gadgets](https://github.com/fynch3r/Gadgets)|Java反序列化漏洞利用链补全计划仅用于个人归纳总结。|390|2021-12-03|2021-05-11|

View File

@ -1,18 +1,18 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > JavaScript
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[TechXueXi/techxuexi-js](https://github.com/TechXueXi/techxuexi-js)|油猴等插件的 学习强国 js 代码 45分/天|893|2022-02-01|2021-10-11|
|1|[TechXueXi/techxuexi-js](https://github.com/TechXueXi/techxuexi-js)|油猴等插件的 学习强国 js 代码 45分/天|893|2022-02-05|2021-10-11|
|2|[huaize2020/awesome-nodejs](https://github.com/huaize2020/awesome-nodejs)|Node.js 资源大全中文版。An awesome Node.js packages and resources|794|2022-01-20|2021-04-13|
|3|[lukesyy/jd_yun](https://github.com/lukesyy/jd_yun)|京东合集-----腾讯云函数|523|2022-01-30|2021-06-11|
|4|[dundunnp/hamibot-auto_xuexiqiangguo](https://github.com/dundunnp/hamibot-auto_xuexiqiangguo)|每日拿63分(满63分)所有模块均可自动完成免root四人赛双人对战秒答基于Hamibot的安卓端学习强国自动化脚本|512|2022-02-03|2021-11-24|
|5|[Rust-Coding-Guidelines/rust-coding-guidelines-zh](https://github.com/Rust-Coding-Guidelines/rust-coding-guidelines-zh)|Rust 编码规范 中文版 (非官方)|452|2022-02-04|2021-04-02|
|4|[dundunnp/hamibot-auto_xuexiqiangguo](https://github.com/dundunnp/hamibot-auto_xuexiqiangguo)|每日拿63分(满63分)所有模块均可自动完成免root四人赛双人对战秒答基于Hamibot的安卓端学习强国自动化脚本|517|2022-02-03|2021-11-24|
|5|[Rust-Coding-Guidelines/rust-coding-guidelines-zh](https://github.com/Rust-Coding-Guidelines/rust-coding-guidelines-zh)|Rust 编码规范 中文版 (非官方)|452|2022-02-05|2021-04-02|
|6|[iptv-org/epg](https://github.com/iptv-org/epg)|EPG (Electronic Program Guide) for thousands of TV channels collected from different sources|395|2022-02-04|2021-03-13|
|7|[gys619/jdd](https://github.com/gys619/jdd)|自用的东哥脚本合集|332|2022-02-04|2021-09-02|
|8|[Tsukasa007/my_script](https://github.com/Tsukasa007/my_script)|學習自動化|328|2022-02-02|2021-06-28|
|7|[gys619/jdd](https://github.com/gys619/jdd)|自用的东哥脚本合集|337|2022-02-05|2021-09-02|
|8|[Tsukasa007/my_script](https://github.com/Tsukasa007/my_script)|學習自動化|329|2022-02-02|2021-06-28|
|9|[QuarkGluonPlasma/babel-plugin-exercize](https://github.com/QuarkGluonPlasma/babel-plugin-exercize)|小册《babel插件通关秘籍》实战案例代码|284|2021-09-13|2021-04-04|
|10|[miaochenxi/chaoxing-sign-cli](https://github.com/miaochenxi/chaoxing-sign-cli)|超星学习通签到Nodejs脚本。支持普通签到、拍照签到、手势签到、位置签到、二维码签到。|131|2021-12-06|2021-10-25|
|11|[xxxDeveloper/algorithm-notes](https://github.com/xxxDeveloper/algorithm-notes)|📝 一个小前端的算法笔记 / js algorithm notes|110|2021-12-08|2021-07-15|

View File

@ -1,15 +1,15 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Jupyter Notebook
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[Fafa-DL/Lhy_Machine_Learning](https://github.com/Fafa-DL/Lhy_Machine_Learning)|李宏毅2021春季机器学习课程课件及作业|1617|2022-01-26|2021-02-28|
|1|[Fafa-DL/Lhy_Machine_Learning](https://github.com/Fafa-DL/Lhy_Machine_Learning)|李宏毅2021春季机器学习课程课件及作业|1619|2022-02-05|2021-02-28|
|2|[Charmve/computer-vision-in-action](https://github.com/Charmve/computer-vision-in-action)|学习闭环《计算机视觉实战演练:算法与应用》中文电子书、源码、读者交流社区(持续更新中 ... 📘 在线电子书 https://charmve.github.io/computer-vision-in-action/ 👇项目主页|1295|2022-01-11|2021-04-29|
|3|[fengdu78/WZU-machine-learning-course](https://github.com/fengdu78/WZU-machine-learning-course)|温州大学《机器学习》课程资料(代码、课件等)|897|2022-01-24|2021-03-21|
|4|[openvinotoolkit/openvino_notebooks](https://github.com/openvinotoolkit/openvino_notebooks)|📚 A collection of Jupyter notebooks for learning and experimenting with OpenVINO 👓|525|2022-02-04|2021-03-11|
|5|[xinychen/latex-cookbook](https://github.com/xinychen/latex-cookbook)|LaTeX论文写作教程 (中文版)|220|2022-02-04|2021-03-29|
|4|[openvinotoolkit/openvino_notebooks](https://github.com/openvinotoolkit/openvino_notebooks)|📚 A collection of Jupyter notebooks for learning and experimenting with OpenVINO 👓|525|2022-02-05|2021-03-11|
|5|[xinychen/latex-cookbook](https://github.com/xinychen/latex-cookbook)|LaTeX论文写作教程 (中文版)|220|2022-02-05|2021-03-29|
|6|[microsoft/AIforEarthDataSets](https://github.com/microsoft/AIforEarthDataSets)|Notebooks and documentation for AI-for-Earth-managed datasets on Azure|174|2022-01-07|2021-02-18|
|7|[liuhuanshuo/Pandas_Advanced_Exercise](https://github.com/liuhuanshuo/Pandas_Advanced_Exercise)|Pandas进阶修炼300题|157|2021-09-22|2021-09-22|
|8|[datawhalechina/machine-learning-toy-code](https://github.com/datawhalechina/machine-learning-toy-code)|《机器学习》(西瓜书)代码实战|129|2022-01-04|2021-07-16|
@ -20,14 +20,14 @@
|13|[ssssww0905/-PyTorch-](https://github.com/ssssww0905/-PyTorch-)|【PyTorch】手把手教你跑通第一个神经网络|53|2022-01-03|2021-11-19|
|14|[zhangjx831/Data-Science-Notes](https://github.com/zhangjx831/Data-Science-Notes)|数据科学与机器学习炼成笔记|53|2022-01-29|2021-03-30|
|15|[fanfansann/fanfan-deep-learning-note](https://github.com/fanfansann/fanfan-deep-learning-note)|《繁凡的深度学习笔记》代码、PDF文件仓库|51|2022-01-24|2021-10-20|
|16|[LaoGong-zp/Transformer](https://github.com/LaoGong-zp/Transformer)| Learning materials of Transformer, including my code, XMind, PDF and so on|42|2021-09-28|2021-09-24|
|16|[LaoGong-zp/Transformer](https://github.com/LaoGong-zp/Transformer)| Learning materials of Transformer, including my code, XMind, PDF and so on|43|2021-09-28|2021-09-24|
|17|[fly51fly/Principle_of_Web_Search_2021](https://github.com/fly51fly/Principle_of_Web_Search_2021)|北邮《网络搜索引擎原理》课程(2021)|41|2021-11-05|2021-09-17|
|18|[johnnychen94/Julia_and_its_applications](https://github.com/johnnychen94/Julia_and_its_applications)|2021 年《Julia 语言及其应用》系列讲座的材料|39|2021-12-05|2021-10-16|
|19|[xieliaing/CausalInferenceIntro](https://github.com/xieliaing/CausalInferenceIntro)|Causal Inference for the Brave and True的中文翻译版。全部代码基于Python适用于计量经济学、量化社会学、策略评估等领域。英文版原作者Matheus Facure|24|2022-01-27|2021-11-07|
|20|[dmarx/anthology-of-modern-ml](https://github.com/dmarx/anthology-of-modern-ml)|Collection of important articles to be treated as a textbook|20|2022-01-14|2021-07-14|
|21|[zzy99/competition-solutions](https://github.com/zzy99/competition-solutions)|我的数据竞赛方案总结|17|2021-11-16|2021-06-19|
|22|[lvyufeng/d2l-mindspore](https://github.com/lvyufeng/d2l-mindspore)|《动手学深度学习》的MindSpore实现。供MindSpore学习者配合李沐老师课程使用。|16|2022-02-02|2021-10-28|
|23|[1am9trash/Hung_Yi_Lee_ML_2021](https://github.com/1am9trash/Hung_Yi_Lee_ML_2021)|李宏毅教授 2021年機器學習 作業與筆記匯總|16|2021-09-17|2021-06-27|
|21|[1am9trash/Hung_Yi_Lee_ML_2021](https://github.com/1am9trash/Hung_Yi_Lee_ML_2021)|李宏毅教授 2021年機器學習 作業與筆記匯總|17|2021-09-17|2021-06-27|
|22|[zzy99/competition-solutions](https://github.com/zzy99/competition-solutions)|我的数据竞赛方案总结|17|2021-11-16|2021-06-19|
|23|[lvyufeng/d2l-mindspore](https://github.com/lvyufeng/d2l-mindspore)|《动手学深度学习》的MindSpore实现。供MindSpore学习者配合李沐老师课程使用。|16|2022-02-02|2021-10-28|
|24|[whyAndBetter/python_grammar](https://github.com/whyAndBetter/python_grammar)|Python的基础语法学习|15|2022-01-09|2021-08-29|
|25|[sangyy/CUDA_Python](https://github.com/sangyy/CUDA_Python)|CUDA Python 科普之夜 手把手教你写GPU加速代码|15|2021-08-26|2021-08-26|
|26|[jikeruohai/machine-learning-example](https://github.com/jikeruohai/machine-learning-example)|我的同名B站和公众号中用到的视频|14|2021-10-21|2021-05-22|

View File

@ -1,28 +1,27 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Kotlin
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[SkyD666/Imomoe](https://github.com/SkyD666/Imomoe)|樱花动漫第三方安卓Android客户端不含广告免费开源目的是学习Android开发。|607|2022-02-04|2021-02-05|
|2|[compose-museum/hello-compose](https://github.com/compose-museum/hello-compose)|Jetpack Compose 基础教程,持续更新|536|2022-02-03|2021-04-03|
|3|[biubiuqiu0/flow-event-bus](https://github.com/biubiuqiu0/flow-event-bus)|EventBus for Android消息总线基于SharedFlow具有生命周期感知能力支持Sticky支持线程切换支持延迟发送。|94|2022-01-18|2021-07-15|
|4|[lelelongwang/WanJetpack](https://github.com/lelelongwang/WanJetpack)|💪 持续更新。WanJetpack使用Jetpack MVVM开发架构、单Activity多Fragment设计项目结构清晰代码简洁优雅追求最官方的实现方式。欢迎star非常感谢。已用到知识点LiveData、ViewModel、DataBinding、ViewBinding、coroutines、Hilt、Paging3、Room、Navigation、TabLayout、Bottom ...|87|2021-08-07|2021-06-01|
|5|[kongpf8848/ViewWorld](https://github.com/kongpf8848/ViewWorld)|自定义View合集展示各种自定义View/控件。项目包含了自定义Banner轮播图控件自定义验证码输入框自定义TabLayout等控件持续更新中:wink::wink::wink:|67|2021-08-17|2021-03-04|
|6|[leavesCZY/RobustWebView](https://github.com/leavesCZY/RobustWebView)|Android WebView H5 秒开方案总结|26|2022-01-14|2021-09-12|
|7|[Anddd7/a-blackhorse](https://github.com/Anddd7/a-blackhorse)|tell you how to manage your blackhorse|16|2021-12-24|2021-06-25|
|8|[hjhjw1991/build_your_home_in_chengdu](https://github.com/hjhjw1991/build_your_home_in_chengdu)|成都买房攻略|14|2021-12-06|2021-02-06|
|9|[Edsuns/Star](https://github.com/Edsuns/Star)|超星学习通签到助手使用JetpackCompose开发|12|2021-10-28|2021-06-23|
|10|[JiaYang627/QuickAndroid](https://github.com/JiaYang627/QuickAndroid)|:octocat:使用Kotlin搭建的一个基础框架。目的旨在学习Kotlin更好的从Java过渡到Kotlin并且针对此项目编写了一键生成页面插件。具体可看README:book:|11|2021-12-15|2021-12-01|
|11|[Iseason2000/DeEnchantment](https://github.com/Iseason2000/DeEnchantment)|负魔书|11|2022-02-01|2021-03-12|
|12|[qdsfdhvh/demo-base-layout](https://github.com/qdsfdhvh/demo-base-layout)|基于Drakeet分享的自定义ViewGroup思路编写的demo|10|2021-09-16|2021-05-16|
|13|[zhujiang521/ComposeBookSource](https://github.com/zhujiang521/ComposeBookSource)|《Jetpack ComposeAndroid全新UI编程》全书源代码|8|2021-12-21|2021-07-29|
|14|[ShiSheng233/Open2Share-Kotlin](https://github.com/ShiSheng233/Open2Share-Kotlin)|使用Kotlin重制的Open2Share|8|2021-10-17|2021-05-22|
|15|[JiaYang627/TinMVVM](https://github.com/JiaYang627/TinMVVM)|:book:AndroidStudio 4.X+ 编写自定义模板并且适配了AndroidStudio Fox版本此插件是针对 QuickAndroid 项目进行开发,有兴趣可学习一下。编写一个适合自己项目的一键生成页面插件。希望能帮助到大家。:grin:|7|2021-12-09|2021-12-07|
|16|[HuRuWo/WeChat8Xposed](https://github.com/HuRuWo/WeChat8Xposed)|WeChat8Xposed 是 WechatSpellbook的衍生项目 适配最新的微信 原Wechat Spellbook 是一个使用Kotlin编写的开源微信插件框架底层需要 Xposed 或 VirtualXposed 等Hooking框架的支持而顶层可以轻松对接Java、Kotlin、Scala等JVM系语言。让程序员能够在几分钟内编写出简单的微信插件随意揉捏微信的内部逻辑。|7|2021-09-12|2021-06-19|
|17|[WinWang/ReadingGallery](https://github.com/WinWang/ReadingGallery)|提交组件化听书廊项目|5|2021-11-27|2021-05-20|
|18|[CNawalol/qndxx-action](https://github.com/CNawalol/qndxx-action)|用于南宁青年大学习的自动打卡|4|2021-10-06|2021-04-11|
|1|[compose-museum/hello-compose](https://github.com/compose-museum/hello-compose)|Jetpack Compose 基础教程,持续更新|538|2022-02-03|2021-04-03|
|2|[biubiuqiu0/flow-event-bus](https://github.com/biubiuqiu0/flow-event-bus)|EventBus for Android消息总线基于SharedFlow具有生命周期感知能力支持Sticky支持线程切换支持延迟发送。|94|2022-01-18|2021-07-15|
|3|[lelelongwang/WanJetpack](https://github.com/lelelongwang/WanJetpack)|💪 持续更新。WanJetpack使用Jetpack MVVM开发架构、单Activity多Fragment设计项目结构清晰代码简洁优雅追求最官方的实现方式。欢迎star非常感谢。已用到知识点LiveData、ViewModel、DataBinding、ViewBinding、coroutines、Hilt、Paging3、Room、Navigation、TabLayout、Bottom ...|87|2021-08-07|2021-06-01|
|4|[kongpf8848/ViewWorld](https://github.com/kongpf8848/ViewWorld)|自定义View合集展示各种自定义View/控件。项目包含了自定义Banner轮播图控件自定义验证码输入框自定义TabLayout等控件持续更新中:wink::wink::wink:|67|2021-08-17|2021-03-04|
|5|[leavesCZY/RobustWebView](https://github.com/leavesCZY/RobustWebView)|Android WebView H5 秒开方案总结|26|2022-01-14|2021-09-12|
|6|[Anddd7/a-blackhorse](https://github.com/Anddd7/a-blackhorse)|tell you how to manage your blackhorse|16|2021-12-24|2021-06-25|
|7|[hjhjw1991/build_your_home_in_chengdu](https://github.com/hjhjw1991/build_your_home_in_chengdu)|成都买房攻略|14|2021-12-06|2021-02-06|
|8|[Edsuns/Star](https://github.com/Edsuns/Star)|超星学习通签到助手使用JetpackCompose开发|12|2021-10-28|2021-06-23|
|9|[JiaYang627/QuickAndroid](https://github.com/JiaYang627/QuickAndroid)|:octocat:使用Kotlin搭建的一个基础框架。目的旨在学习Kotlin更好的从Java过渡到Kotlin并且针对此项目编写了一键生成页面插件。具体可看README:book:|11|2021-12-15|2021-12-01|
|10|[Iseason2000/DeEnchantment](https://github.com/Iseason2000/DeEnchantment)|负魔书|11|2022-02-01|2021-03-12|
|11|[qdsfdhvh/demo-base-layout](https://github.com/qdsfdhvh/demo-base-layout)|基于Drakeet分享的自定义ViewGroup思路编写的demo|10|2021-09-16|2021-05-16|
|12|[zhujiang521/ComposeBookSource](https://github.com/zhujiang521/ComposeBookSource)|《Jetpack ComposeAndroid全新UI编程》全书源代码|8|2021-12-21|2021-07-29|
|13|[ShiSheng233/Open2Share-Kotlin](https://github.com/ShiSheng233/Open2Share-Kotlin)|使用Kotlin重制的Open2Share|8|2021-10-17|2021-05-22|
|14|[JiaYang627/TinMVVM](https://github.com/JiaYang627/TinMVVM)|:book:AndroidStudio 4.X+ 编写自定义模板并且适配了AndroidStudio Fox版本此插件是针对 QuickAndroid 项目进行开发,有兴趣可学习一下。编写一个适合自己项目的一键生成页面插件。希望能帮助到大家。:grin:|7|2021-12-09|2021-12-07|
|15|[HuRuWo/WeChat8Xposed](https://github.com/HuRuWo/WeChat8Xposed)|WeChat8Xposed 是 WechatSpellbook的衍生项目 适配最新的微信 原Wechat Spellbook 是一个使用Kotlin编写的开源微信插件框架底层需要 Xposed 或 VirtualXposed 等Hooking框架的支持而顶层可以轻松对接Java、Kotlin、Scala等JVM系语言。让程序员能够在几分钟内编写出简单的微信插件随意揉捏微信的内部逻辑。|7|2021-09-12|2021-06-19|
|16|[WinWang/ReadingGallery](https://github.com/WinWang/ReadingGallery)|提交组件化听书廊项目|5|2021-11-27|2021-05-20|
|17|[CNawalol/qndxx-action](https://github.com/CNawalol/qndxx-action)|用于南宁青年大学习的自动打卡|4|2021-10-06|2021-04-11|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,11 +1,11 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Lua
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[nshen/learn-neovim-lua](https://github.com/nshen/learn-neovim-lua)|📜 学习 Neovim 全配置, 逃离 VSCode。|185|2022-01-29|2021-11-02|
|1|[nshen/learn-neovim-lua](https://github.com/nshen/learn-neovim-lua)|📜 学习 Neovim 全配置, 逃离 VSCode。|184|2022-01-29|2021-11-02|
|2|[k8scat/lua-resty-feishu-auth](https://github.com/k8scat/lua-resty-feishu-auth)|适用于 OpenResty / ngx_lua 的基于飞书组织架构的登录认证|20|2021-11-24|2021-08-11|
|3|[akkuman/training_place](https://github.com/akkuman/training_place)|代码学习练武场|7|2021-11-08|2021-10-28|
|4|[XMTongXie/proxmark3](https://github.com/XMTongXie/proxmark3)|proxmark3使用手册驱动连接工具|6|2021-10-15|2021-10-15|

View File

@ -1,11 +1,11 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > MATLAB
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[personqianduixue/Math_Model](https://github.com/personqianduixue/Math_Model)|美国大学生数学建模竞赛、全国大学生数学建模竞赛、华为杯研究生数学建模、数学建模美赛论文数学建模国赛论文、LaTeX模板、国赛LaTeX模板、美赛LaTeX模板、mathorcup历年论文、研究生数学建模历年论文、电工杯、华中赛、APMCM亚太地区数学建模、深圳杯、中青杯、华东杯、数维杯、东三省数学建模、认证杯、数学建模书籍、数学建模算法、国赛评阅要点、数学建模word模板、软件模型算法汇总、MA ...|478|2021-12-09|2021-10-09|
|1|[personqianduixue/Math_Model](https://github.com/personqianduixue/Math_Model)|美国大学生数学建模竞赛、全国大学生数学建模竞赛、华为杯研究生数学建模、数学建模美赛论文数学建模国赛论文、LaTeX模板、国赛LaTeX模板、美赛LaTeX模板、mathorcup历年论文、研究生数学建模历年论文、电工杯、华中赛、APMCM亚太地区数学建模、深圳杯、中青杯、华东杯、数维杯、东三省数学建模、认证杯、数学建模书籍、数学建模算法、国赛评阅要点、数学建模word模板、软件模型算法汇总、MA ...|480|2021-12-09|2021-10-09|
|2|[kaichen686/GINav](https://github.com/kaichen686/GINav)|GNSS and GNSS/INS integration algorithms|41|2022-01-12|2021-04-04|
|3|[sxy0818/ucas-course-2020](https://github.com/sxy0818/ucas-course-2020)|2020-2021学年的国科大雁栖湖集中教学选修课程课件|10|2021-08-28|2021-08-28|
|4|[WHUzxp/Supports_for_PST_Paper](https://github.com/WHUzxp/Supports_for_PST_Paper)|论文《考虑实时市场联动的电力零售商鲁棒定价策略》的支撑文件已投稿《电网技术》杂志。2021年10月23日。|9|2022-01-30|2021-03-02|

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Objective-C
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,12 +1,12 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > PHP
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[kuaifan/dootask](https://github.com/kuaifan/dootask)|DooTask是一款轻量级的开源在线项目任务管理工具提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM文件管理等工具。|1476|2022-01-29|2021-08-29|
|2|[splitline/How-to-Hack-Websites](https://github.com/splitline/How-to-Hack-Websites)|開源的正體中文 Web Hacking 學習資源 - 程式安全 2021 Fall|211|2022-01-27|2021-11-09|
|1|[kuaifan/dootask](https://github.com/kuaifan/dootask)|DooTask是一款轻量级的开源在线项目任务管理工具提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM文件管理等工具。|1483|2022-01-29|2021-08-29|
|2|[splitline/How-to-Hack-Websites](https://github.com/splitline/How-to-Hack-Websites)|開源的正體中文 Web Hacking 學習資源 - 程式安全 2021 Fall|215|2022-01-27|2021-11-09|
|3|[dnomd343/Encryption365](https://github.com/dnomd343/Encryption365)|Encryption365免费IP证书命令行工具|72|2021-10-24|2021-10-21|
<div align="center">

View File

@ -1,11 +1,11 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Pascal
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[msfm2018/wxrobot](https://github.com/msfm2018/wxrobot)|PC微信hook源码PC微信注入逆向编程可以制作微信机器人玩玩仅供学习请不要用于商业、违法途径本人不对此源码造成的违法负责|9|2022-01-10|2021-08-04|
|1|[msfm2018/wxrobot](https://github.com/msfm2018/wxrobot)|PC微信hook源码PC微信注入逆向编程可以制作微信机器人玩玩仅供学习请不要用于商业、违法途径本人不对此源码造成的违法负责|10|2022-01-10|2021-08-04|
|2|[msfm2018/wxDbTools](https://github.com/msfm2018/wxDbTools)|PC微信hook源码PC微信注入逆向编程可以制作微信机器人玩玩仅供学习请不要用于商业、违法途径本人不对此源码造成的违法负责vx数据库学习工具|4|2021-08-19|2021-08-19|
<div align="center">

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Perl
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,27 +1,27 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Python
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[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.⭐⭐⭐|3921|2021-12-19|2021-05-08|
|2|[kwai/DouZero](https://github.com/kwai/DouZero)|[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning 斗地主AI|2351|2021-12-22|2021-06-02|
|3|[TechXueXi/TechXueXi](https://github.com/TechXueXi/TechXueXi)|强国通 科技强国 学习强国 xuexiqiangguo 全网最好用开源网页学习强国助手TechXueXi (懒人刷分工具 自动学习)技术强国,支持答题,支持 docker 45分/天|2190|2022-02-03|2021-07-04|
|4|[princeton-nlp/SimCSE](https://github.com/princeton-nlp/SimCSE)|EMNLP'2021: SimCSE: Simple Contrastive Learning of Sentence Embeddings|1682|2021-11-26|2021-04-16|
|5|[conanhujinming/comments-for-awesome-courses](https://github.com/conanhujinming/comments-for-awesome-courses)|名校公开课程评价网|1590|2022-01-23|2021-06-19|
|1|[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.⭐⭐⭐|3932|2021-12-19|2021-05-08|
|2|[kwai/DouZero](https://github.com/kwai/DouZero)|[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning 斗地主AI|2352|2021-12-22|2021-06-02|
|3|[TechXueXi/TechXueXi](https://github.com/TechXueXi/TechXueXi)|强国通 科技强国 学习强国 xuexiqiangguo 全网最好用开源网页学习强国助手TechXueXi (懒人刷分工具 自动学习)技术强国,支持答题,支持 docker 45分/天|2194|2022-02-03|2021-07-04|
|4|[princeton-nlp/SimCSE](https://github.com/princeton-nlp/SimCSE)|EMNLP'2021: SimCSE: Simple Contrastive Learning of Sentence Embeddings|1687|2021-11-26|2021-04-16|
|5|[conanhujinming/comments-for-awesome-courses](https://github.com/conanhujinming/comments-for-awesome-courses)|名校公开课程评价网|1594|2022-01-23|2021-06-19|
|6|[MenghaoGuo/Awesome-Vision-Attentions](https://github.com/MenghaoGuo/Awesome-Vision-Attentions)|Summary of related papers on visual attention. Related code will be released based on Jittor gradually. |1170|2022-01-20|2021-09-01|
|7|[yqchilde/JDMemberCloseAccount](https://github.com/yqchilde/JDMemberCloseAccount)|学习python操作selenium的一个🌰 ,也是一种京东全自动退会方案|1069|2022-01-24|2021-05-04|
|8|[alibaba/AliceMind](https://github.com/alibaba/AliceMind)|ALIbaba's Collection of Encoder-decoders from MinD (Machine IntelligeNce of Damo) Lab|997|2022-01-25|2021-05-21|
|9|[THUDM/CogView](https://github.com/THUDM/CogView)|Text-to-Image generation. The repo for NeurIPS 2021 paper "CogView: Mastering Text-to-Image Generation via Transformers".|711|2021-10-01|2021-05-25|
|10|[km1994/NLP-Interview-Notes](https://github.com/km1994/NLP-Interview-Notes)|本项目是作者们根据个人面试和经验总结出的自然语言处理(NLP)面试准备的学习笔记与资料,该资料目前包含 自然语言处理各领域的 面试题积累。|669|2022-01-24|2021-02-22|
|11|[saveweb/review-2021](https://github.com/saveweb/review-2021)|今年,你写年终总结了吗?|589|2022-01-26|2021-12-31|
|12|[Miraclelucy/dive_into_deep_learning](https://github.com/Miraclelucy/dive_into_deep_learning)|✔️李沐 【动手学深度学习】课程学习笔记使用pycharm编程基于pytorch框架实现。|545|2021-08-09|2021-03-27|
|11|[saveweb/review-2021](https://github.com/saveweb/review-2021)|今年,你写年终总结了吗?|589|2022-02-05|2021-12-31|
|12|[Miraclelucy/dive_into_deep_learning](https://github.com/Miraclelucy/dive_into_deep_learning)|✔️李沐 【动手学深度学习】课程学习笔记使用pycharm编程基于pytorch框架实现。|548|2021-08-09|2021-03-27|
|13|[HeisenbergEmpire/studynote](https://github.com/HeisenbergEmpire/studynote)|程式與網絡安全學習筆記|457|2022-01-26|2021-11-23|
|14|[dallaslu/penzai-list](https://github.com/dallaslu/penzai-list)|List of content farm sites like g.penzai.com.|417|2021-12-28|2021-10-09|
|15|[alanbobs999/TopFreeProxies](https://github.com/alanbobs999/TopFreeProxies)|高质量免费节点收集,及订阅链接分享。|382|2022-02-04|2021-07-29|
|16|[awake1t/HackReport](https://github.com/awake1t/HackReport)|渗透测试报告/资料文档/渗透经验文档/安全书籍|364|2021-12-25|2021-06-25|
|17|[researchmm/Stark](https://github.com/researchmm/Stark)|[ICCV'21] Learning Spatio-Temporal Transformer for Visual Tracking|347|2022-01-18|2021-03-25|
|15|[alanbobs999/TopFreeProxies](https://github.com/alanbobs999/TopFreeProxies)|高质量免费节点收集,及订阅链接分享。|382|2022-02-05|2021-07-29|
|16|[awake1t/HackReport](https://github.com/awake1t/HackReport)|渗透测试报告/资料文档/渗透经验文档/安全书籍|365|2021-12-25|2021-06-25|
|17|[researchmm/Stark](https://github.com/researchmm/Stark)|[ICCV'21] Learning Spatio-Temporal Transformer for Visual Tracking|348|2022-01-18|2021-03-25|
|18|[open-mmlab/mmfewshot](https://github.com/open-mmlab/mmfewshot)|OpenMMLab FewShot Learning Toolbox and Benchmark|322|2022-01-28|2021-11-22|
|19|[liuhuanyong/ChainKnowledgeGraph](https://github.com/liuhuanyong/ChainKnowledgeGraph)|ChainKnowledgeGraph, 产业链知识图谱包括A股上市公司、行业和产品共3类实体包括上市公司所属行业关系、行业上级关系、产品上游原材料关系、产品下游产品关系、公司主营产品、产品小类共6大类。 上市公司4,654家行业511个产品95,559条、上游材料56,824条上级行业480条下游产品390条产品小类52,937条所属行业3,946条。 |290|2021-10-26|2021-10-26|
|20|[CLUEbenchmark/FewCLUE](https://github.com/CLUEbenchmark/FewCLUE)|FewCLUE 小样本学习测评基准,中文版|245|2021-09-30|2021-04-28|

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > R
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Ruby
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,16 +1,16 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Rust
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[skyzh/type-exercise-in-rust](https://github.com/skyzh/type-exercise-in-rust)|Learn Rust black magics by implementing an expression framework in database systems|656|2022-02-02|2022-01-20|
|2|[zu1k/copy-translator](https://github.com/zu1k/copy-translator)|简单、轻量、好用的划词翻译软件利用DeepL翻译无需注册api token|531|2021-12-27|2021-07-28|
|3|[tyrchen/geektime-rust](https://github.com/tyrchen/geektime-rust)|我的极客时间 Rust 课程的代码仓库,随课程更新|385|2022-01-30|2021-08-17|
|1|[skyzh/type-exercise-in-rust](https://github.com/skyzh/type-exercise-in-rust)|Learn Rust black magics by implementing an expression framework in database systems|658|2022-02-02|2022-01-20|
|2|[zu1k/copy-translator](https://github.com/zu1k/copy-translator)|简单、轻量、好用的划词翻译软件利用DeepL翻译无需注册api token|533|2021-12-27|2021-07-28|
|3|[tyrchen/geektime-rust](https://github.com/tyrchen/geektime-rust)|我的极客时间 Rust 课程的代码仓库,随课程更新|385|2022-02-05|2021-08-17|
|4|[mini-lust/tutorials](https://github.com/mini-lust/tutorials)|An RPC framework developing tutorial|383|2021-08-18|2021-08-02|
|5|[wtklbm/rust-library-i18n](https://github.com/wtklbm/rust-library-i18n)|Rust 核心库和标准库的源码级中文翻译,可作为 IDE 工具的智能提示,也可以生成本地 API 文档|377|2022-01-22|2021-04-20|
|6|[phodal/quake](https://github.com/phodal/quake)|Quake is a knowledge management meta-framework for geeks. Use meta-data + Transflow to CRUD data, Git + markdown to management content, Web Component for frontend-custom. Quake 是面向极客的知识管理元框架。|303|2022-02-01|2021-11-17|
|5|[wtklbm/rust-library-i18n](https://github.com/wtklbm/rust-library-i18n)|Rust 核心库和标准库的源码级中文翻译,可作为 IDE 工具的智能提示,也可以生成本地 API 文档|378|2022-01-22|2021-04-20|
|6|[phodal/quake](https://github.com/phodal/quake)|Quake is a knowledge management meta-framework for geeks. Use meta-data + Transflow to CRUD data, Git + markdown to management content, Web Component for frontend-custom. Quake 是面向极客的知识管理元框架。|303|2022-02-05|2021-11-17|
|7|[aik2mlj/raytracer-tutorial](https://github.com/aik2mlj/raytracer-tutorial)|Raytracer tutorial for PPCA 2021, written in Rust.|106|2021-08-10|2021-07-02|
|8|[xuesongbj/Rust-Notes](https://github.com/xuesongbj/Rust-Notes)| 🦀️ Rust学习笔记 📖 |94|2022-01-28|2021-05-10|
|9|[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 量化交易 量化投资|74|2022-01-31|2021-12-11|

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Shell
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Swift
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,17 +1,17 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > TeX
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[foxsen/archbase](https://github.com/foxsen/archbase)|教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本|1868|2021-12-31|2021-10-27|
|2|[note286/xdupgthesis](https://github.com/note286/xdupgthesis)|西安电子科技大学研究生学位论文XeLaTeX模板|201|2022-01-24|2021-10-15|
|3|[xiaoweiChen/Learn-LLVM-12](https://github.com/xiaoweiChen/Learn-LLVM-12)|《Learn LLVM 12》的非专业个人翻译|175|2021-12-29|2021-08-15|
|4|[nju-lug/NJUThesis](https://github.com/nju-lug/NJUThesis)|南京大学学位论文模板|134|2022-02-04|2021-05-20|
|4|[nju-lug/NJUThesis](https://github.com/nju-lug/NJUThesis)|南京大学学位论文模板|135|2022-02-05|2021-05-20|
|5|[kanition/pbrtbook](https://github.com/kanition/pbrtbook)|pbrt 中文整合翻译 基于物理的渲染:从理论到实现 Physically Based Rendering: From Theory To Implementation|95|2022-01-29|2021-03-03|
|6|[JieyuZ2/Awesome-Weak-Supervision](https://github.com/JieyuZ2/Awesome-Weak-Supervision)|A curated list of programmatic weak supervision papers and resources|75|2022-01-23|2021-05-06|
|7|[sikouhjw/gdutthesis](https://github.com/sikouhjw/gdutthesis)|广东工业大学 LaTeX 论文模板|69|2022-01-23|2021-06-07|
|7|[sikouhjw/gdutthesis](https://github.com/sikouhjw/gdutthesis)|广东工业大学 LaTeX 论文模板|70|2022-01-23|2021-06-07|
|8|[a171232886/TJUThesis_master_2021](https://github.com/a171232886/TJUThesis_master_2021)|天大博士/硕士学位论文Latex模板根据2021年版要求修改可直接在Overleaf上运行。:star:所写的论文成功提交天津大学图书馆存档2021.12.24|60|2021-12-28|2021-09-02|
|9|[wtsnwei/pdsp](https://github.com/wtsnwei/pdsp)|《Personal Development for Smart People》的中文自译版|32|2021-12-30|2021-06-10|
|10|[SUSTech-CRA/sustech-master-thesis](https://github.com/SUSTech-CRA/sustech-master-thesis)|南方科技大学研究生学位论文LaTeX模板|29|2022-01-05|2021-02-22|
@ -22,15 +22,15 @@
|15|[note286/xduugtp](https://github.com/note286/xduugtp)|西安电子科技大学本科生毕业论文设计开题报告LaTeX模板|19|2022-02-01|2022-01-02|
|16|[note286/xdupgtp](https://github.com/note286/xdupgtp)|西安电子科技大学研究生学位论文开题报告表XeLaTeX模板|18|2022-01-24|2021-12-31|
|17|[qiangmzsx/Software-Engineering-at-Google](https://github.com/qiangmzsx/Software-Engineering-at-Google)|《Software Engineering at Google》的中文翻译版本|16|2022-02-04|2021-11-28|
|18|[yusanshi/hnuthesis](https://github.com/yusanshi/hnuthesis)|湖南大学硕士学位论文 LaTeX 模板|15|2021-11-18|2021-04-23|
|19|[Jy-stdio/2021-ICM-D-Outstanding](https://github.com/Jy-stdio/2021-ICM-D-Outstanding)|2021 数模美赛O奖论文及代码公开 |13|2022-01-02|2022-01-01|
|20|[MeouSker77/ProgrammingRust](https://github.com/MeouSker77/ProgrammingRust)|本书为《Programming Rust - Fast, Safe Systems Development》第2版的个人中文翻译仅供学习和交流使用如有侵权请联系作者删除|12|2022-01-17|2021-10-01|
|21|[sakronos/NUIST_Bachelor_Thesis_LaTeX_Template](https://github.com/sakronos/NUIST_Bachelor_Thesis_LaTeX_Template)|南京信息工程大学本科生毕业论文 LaTeX 模板|12|2022-01-10|2021-06-10|
|22|[GitPinkRabbit/Number-Theory-in-Competitive-Programming](https://github.com/GitPinkRabbit/Number-Theory-in-Competitive-Programming)|算法竞赛中的数论 系列课件|11|2022-01-29|2022-01-26|
|23|[warthecatalyst/-Latex-](https://github.com/warthecatalyst/-Latex-)|根据华科本科毕业设计模板修改成的华科课程设计Latex模板|11|2021-10-26|2021-10-26|
|24|[DeeDive/BJFUThesis](https://github.com/DeeDive/BJFUThesis)|北京林业大学 LaTeX 学位论文模板 LaTeX Thesis Template for Beijing Forestry University|11|2021-12-16|2021-05-11|
|25|[septsea/strange-book-zero](https://github.com/septsea/strange-book-zero)|a strange book discussing basic stuffs of polynomials|10|2021-12-23|2021-06-03|
|26|[xiaoweiChen/LLVM-Techniques-Tips-and-Best-Practies](https://github.com/xiaoweiChen/LLVM-Techniques-Tips-and-Best-Practies)|《LLVM Techniques, Tips, and Best Practices》的非专业个人翻译|9|2022-02-03|2022-01-01|
|18|[xiaoweiChen/LLVM-Techniques-Tips-and-Best-Practies](https://github.com/xiaoweiChen/LLVM-Techniques-Tips-and-Best-Practies)|《LLVM Techniques, Tips, and Best Practices》的非专业个人翻译|15|2022-02-03|2022-01-01|
|19|[yusanshi/hnuthesis](https://github.com/yusanshi/hnuthesis)|湖南大学硕士学位论文 LaTeX 模板|15|2021-11-18|2021-04-23|
|20|[Jy-stdio/2021-ICM-D-Outstanding](https://github.com/Jy-stdio/2021-ICM-D-Outstanding)|2021 数模美赛O奖论文及代码公开 |13|2022-01-02|2022-01-01|
|21|[MeouSker77/ProgrammingRust](https://github.com/MeouSker77/ProgrammingRust)|本书为《Programming Rust - Fast, Safe Systems Development》第2版的个人中文翻译仅供学习和交流使用如有侵权请联系作者删除|12|2022-01-17|2021-10-01|
|22|[sakronos/NUIST_Bachelor_Thesis_LaTeX_Template](https://github.com/sakronos/NUIST_Bachelor_Thesis_LaTeX_Template)|南京信息工程大学本科生毕业论文 LaTeX 模板|12|2022-01-10|2021-06-10|
|23|[GitPinkRabbit/Number-Theory-in-Competitive-Programming](https://github.com/GitPinkRabbit/Number-Theory-in-Competitive-Programming)|算法竞赛中的数论 系列课件|11|2022-01-29|2022-01-26|
|24|[warthecatalyst/-Latex-](https://github.com/warthecatalyst/-Latex-)|根据华科本科毕业设计模板修改成的华科课程设计Latex模板|11|2021-10-26|2021-10-26|
|25|[DeeDive/BJFUThesis](https://github.com/DeeDive/BJFUThesis)|北京林业大学 LaTeX 学位论文模板 LaTeX Thesis Template for Beijing Forestry University|11|2021-12-16|2021-05-11|
|26|[septsea/strange-book-zero](https://github.com/septsea/strange-book-zero)|a strange book discussing basic stuffs of polynomials|10|2021-12-23|2021-06-03|
|27|[NothNess/mml-book-chinese](https://github.com/NothNess/mml-book-chinese)|mml-book项目的中文版本|9|2021-09-29|2021-07-17|
|28|[hegerdes/VSCode-LaTeX-Container](https://github.com/hegerdes/VSCode-LaTeX-Container)|This is a VSCode DevContainer template for scientific LaTeX papers|9|2022-01-23|2021-05-19|
|29|[pzyer/CDUT-CyberspaceSec-LearnDocs](https://github.com/pzyer/CDUT-CyberspaceSec-LearnDocs)|成都理工大学网络空间安全专业学习资料库,分享各种期末考试重点勾画,实验报告等。|8|2021-11-21|2021-05-02|

View File

@ -1,17 +1,17 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > TypeScript
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|1507|2022-02-01|2021-08-28|
|2|[sorrycc/weekly](https://github.com/sorrycc/weekly)|前端周刊,每周一发布。|811|2022-01-30|2021-05-06|
|1|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|1511|2022-02-01|2021-08-28|
|2|[sorrycc/weekly](https://github.com/sorrycc/weekly)|前端周刊,每周一发布。|812|2022-01-30|2021-05-06|
|3|[chowa/ejyy](https://github.com/chowa/ejyy)|「e家宜业」是一整套开源智慧物业解决方案基于nodejs、typescript、koa、vue开发包含web中台、业主小程序、员工小程序、公众号、物联网应用等涵盖业主服务、物业运营、智能物联、数据统计等主要业务。|561|2022-01-25|2021-11-08|
|4|[bytedance/guide](https://github.com/bytedance/guide)|A new feature guide component by react 🧭|485|2022-02-03|2021-04-29|
|5|[miao-lang/miao-lang](https://github.com/miao-lang/miao-lang)|喵语翻译:将人类语言翻译为喵语言。|424|2022-01-08|2021-04-19|
|6|[mgmeyers/obsidian-style-settings](https://github.com/mgmeyers/obsidian-style-settings)|Dynamically creates a user interface for adjusting theme, plugin, and snippet CSS variables|158|2022-02-04|2021-03-28|
|7|[18888628835/Blog](https://github.com/18888628835/Blog)|我的知识文档库,学习笔记与学习总结。|139|2022-02-04|2021-02-26|
|7|[18888628835/Blog](https://github.com/18888628835/Blog)|我的知识文档库,学习笔记与学习总结。|139|2022-02-05|2021-02-26|
|8|[alanhzw/WarblerHomepage](https://github.com/alanhzw/WarblerHomepage)|流莺书签|131|2021-12-14|2021-05-17|
<div align="center">

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Vim script
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,15 +1,15 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 资料类 > Vue
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[vuejs-translations/docs-zh-cn](https://github.com/vuejs-translations/docs-zh-cn)|Vue 文档官方中文翻译 Official Chinese translation for Vue docs|82|2022-02-04|2022-01-05|
|1|[vuejs-translations/docs-zh-cn](https://github.com/vuejs-translations/docs-zh-cn)|Vue 文档官方中文翻译 Official Chinese translation for Vue docs|83|2022-02-05|2022-01-05|
|2|[OBKoro1/stop-mess-around](https://github.com/OBKoro1/stop-mess-around)|自律chrome浏览器插件帮助你戒掉上班/学习期间下意识的在浏览器打开知乎等网站的习惯,往往一看就是几个小时过去了,插件会自动检测摸鱼网站, 提示激励信息后, 关闭摸鱼网站。|82|2022-02-04|2021-05-19|
|3|[LightNovelShelf/Web](https://github.com/LightNovelShelf/Web)|轻书架的下个主要版本|69|2022-02-03|2021-08-22|
|4|[eryajf/eryajf.github.io](https://github.com/eryajf/eryajf.github.io)|大千世界,何其茫茫。谨此笔记,记录过往。凭君阅览,小站洛荒。如能收益,莫大奢望|39|2022-01-30|2021-05-24|
|5|[tnfe/shida](https://github.com/tnfe/shida)|《视搭》是一个视频可视化搭建项目。您可以通过简单的拖拽方式快速生产一个短视频,使用方式就像易企秀或百度 H5 等 h5 搭建工具一样的简单,仅抛砖引玉希望您喜欢。|31|2022-01-19|2022-01-15|
|5|[tnfe/shida](https://github.com/tnfe/shida)|《视搭》是一个视频可视化搭建项目。您可以通过简单的拖拽方式快速生产一个短视频,使用方式就像易企秀或百度 H5 等 h5 搭建工具一样的简单,仅抛砖引玉希望您喜欢。|37|2022-01-19|2022-01-15|
|6|[toimc-team/front-end-notes](https://github.com/toimc-team/front-end-notes)|大前端课程电子书计划,前端知识总结 + 分享|27|2022-01-08|2021-04-16|
|7|[SSmJaE/XueXiTonsSign_Electron](https://github.com/SSmJaE/XueXiTonsSign_Electron)|基于Electron的超星学习通签到小工具支持手动签到、签到队列自动签到|24|2021-11-02|2021-04-19|
|8|[Creator-SN/IKFB](https://github.com/Creator-SN/IKFB)|Involution King Fun Book (IKFB, Chinese: 卷王快乐本) is an integrated management system for papers and literature. Powered by Electron.|19|2021-12-08|2021-09-20|

View File

@ -1,210 +1,210 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > All Language
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Language|Updated|Created|
|:-|:-|:-|:-|:-|:-|:-|
|1|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|19408|JavaScript|2022-01-15|2021-08-07|
|2|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.|9272|Python|2022-02-04|2021-07-19|
|3|[TuSimple/naive-ui](https://github.com/TuSimple/naive-ui)|A Vue 3 Component Library. Fairly Complete. Customizable Themes. Uses TypeScript. Not too Slow.|7687|TypeScript|2022-02-04|2021-06-04|
|4|[sunym1993/flash-linux0.11-talk](https://github.com/sunym1993/flash-linux0.11-talk)|你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码|6813|C|2022-01-29|2021-11-06|
|5|[OpenIMSDK/Open-IM-Server](https://github.com/OpenIMSDK/Open-IM-Server)|OpenIM: Instant messaging open source project based on go built by former WeChat technology experts. Backend in Go.(由前微信技术专家打造的基于 Go 实现的即时通讯IM项目从服务端到客户端SDK开源即时通讯IM整体解决方案可以轻松替代第三方IM云服务打造具备聊天、社交功 ...|6378|Go|2022-01-28|2021-05-26|
|6|[peng-zhihui/Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot)|我的超迷你机械臂机器人项目。|5803|C|2022-01-21|2021-10-07|
|7|[Saul-Mirone/milkdown](https://github.com/Saul-Mirone/milkdown)|🍼 Plugin driven WYSIWYG markdown editor framework.|5670|TypeScript|2022-02-04|2021-03-09|
|8|[DouyinFE/semi-design](https://github.com/DouyinFE/semi-design)|A modern, comprehensive, flexible design system and React UI library|5330|TypeScript|2022-01-29|2021-10-25|
|9|[PeterL1n/RobustVideoMatting](https://github.com/PeterL1n/RobustVideoMatting)|Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!|5162|Python|2022-01-14|2021-08-30|
|10|[whyour/qinglong](https://github.com/whyour/qinglong)|支持python3、javaScript、shell、typescript 的定时任务管理面板A timed task management panel that supports typescript, javaScript, python3, and shell|5120|TypeScript|2022-02-01|2021-03-13|
|11|[liupan1890/aliyunpan](https://github.com/liupan1890/aliyunpan)|阿里云盘小白羊版 阿里云盘PC版 aliyundriver|5075|TypeScript|2022-01-23|2021-04-22|
|12|[dtm-labs/dtm](https://github.com/dtm-labs/dtm)|🔥A cross-language distributed transaction manager. Support xa, tcc, saga, transactional messages. 跨语言分布式事务管理器|4580|Go|2022-02-04|2021-05-16|
|13|[dotnetcore/FastGithub](https://github.com/dotnetcore/FastGithub)|github加速神器解决github打不开、用户头像无法加载、releases无法上传下载、git-clone、git-pull、git-push失败等问题|4339|C#|2022-01-18|2021-06-11|
|14|[jynew/jynew](https://github.com/jynew/jynew)|金庸群侠传3D重制版|4206|C#|2022-02-03|2021-05-12|
|15|[KieSun/all-of-frontend](https://github.com/KieSun/all-of-frontend)|你想知道的前端内容都在这|4199|JavaScript|2021-10-20|2021-02-24|
|1|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|19425|JavaScript|2022-01-15|2021-08-07|
|2|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.|9287|Python|2022-02-04|2021-07-19|
|3|[TuSimple/naive-ui](https://github.com/TuSimple/naive-ui)|A Vue 3 Component Library. Fairly Complete. Customizable Themes. Uses TypeScript. Not too Slow.|7696|TypeScript|2022-02-05|2021-06-04|
|4|[sunym1993/flash-linux0.11-talk](https://github.com/sunym1993/flash-linux0.11-talk)|你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码|6852|C|2022-01-29|2021-11-06|
|5|[OpenIMSDK/Open-IM-Server](https://github.com/OpenIMSDK/Open-IM-Server)|OpenIM: Instant messaging open source project based on go built by former WeChat technology experts. Backend in Go.(由前微信技术专家打造的基于 Go 实现的即时通讯IM项目从服务端到客户端SDK开源即时通讯IM整体解决方案可以轻松替代第三方IM云服务打造具备聊天、社交功 ...|6382|Go|2022-01-28|2021-05-26|
|6|[peng-zhihui/Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot)|我的超迷你机械臂机器人项目。|5806|C|2022-01-21|2021-10-07|
|7|[Saul-Mirone/milkdown](https://github.com/Saul-Mirone/milkdown)|🍼 Plugin driven WYSIWYG markdown editor framework.|5685|TypeScript|2022-02-05|2021-03-09|
|8|[DouyinFE/semi-design](https://github.com/DouyinFE/semi-design)|A modern, comprehensive, flexible design system and React UI library|5331|TypeScript|2022-01-29|2021-10-25|
|9|[PeterL1n/RobustVideoMatting](https://github.com/PeterL1n/RobustVideoMatting)|Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!|5161|Python|2022-01-14|2021-08-30|
|10|[whyour/qinglong](https://github.com/whyour/qinglong)|支持python3、javaScript、shell、typescript 的定时任务管理面板A timed task management panel that supports typescript, javaScript, python3, and shell|5136|TypeScript|2022-02-01|2021-03-13|
|11|[liupan1890/aliyunpan](https://github.com/liupan1890/aliyunpan)|阿里云盘小白羊版 阿里云盘PC版 aliyundriver|5087|TypeScript|2022-01-23|2021-04-22|
|12|[dtm-labs/dtm](https://github.com/dtm-labs/dtm)|🔥A cross-language distributed transaction manager. Support xa, tcc, saga, transactional messages. 跨语言分布式事务管理器|4585|Go|2022-02-04|2021-05-16|
|13|[dotnetcore/FastGithub](https://github.com/dotnetcore/FastGithub)|github加速神器解决github打不开、用户头像无法加载、releases无法上传下载、git-clone、git-pull、git-push失败等问题|4347|C#|2022-01-18|2021-06-11|
|14|[jynew/jynew](https://github.com/jynew/jynew)|金庸群侠传3D重制版|4207|C#|2022-02-05|2021-05-12|
|15|[KieSun/all-of-frontend](https://github.com/KieSun/all-of-frontend)|你想知道的前端内容都在这|4200|JavaScript|2021-10-20|2021-02-24|
|16|[SmartKeyerror/Psyduck](https://github.com/SmartKeyerror/Psyduck)|Record CS knowlegement with XMind, version 2.0. 使用 XMind 记录 Linux 操作系统网络C++Golang 以及数据库的一些设计|4097|Go|2022-01-29|2021-04-21|
|17|[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.|4093|C++|2022-01-31|2021-05-31|
|18|[cloudwego/kitex](https://github.com/cloudwego/kitex)|A high-performance and strong-extensibility Golang RPC framework that helps developers build microservices.|3675|Go|2022-01-30|2021-07-09|
|19|[Richasy/Bili.Uwp](https://github.com/Richasy/Bili.Uwp)|适用于新系统UI的哔哩|3663|C#|2021-12-30|2021-05-30|
|20|[vaxilu/x-ui](https://github.com/vaxilu/x-ui)|支持多协议多用户的 xray 面板|3204|JavaScript|2022-01-20|2021-05-18|
|21|[7eu7d7/genshin_auto_fish](https://github.com/7eu7d7/genshin_auto_fish)|基于深度强化学习的原神自动钓鱼AI|3161|Python|2022-02-04|2021-09-10|
|17|[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.|4094|C++|2022-01-31|2021-05-31|
|18|[cloudwego/kitex](https://github.com/cloudwego/kitex)|A high-performance and strong-extensibility Golang RPC framework that helps developers build microservices.|3678|Go|2022-01-30|2021-07-09|
|19|[Richasy/Bili.Uwp](https://github.com/Richasy/Bili.Uwp)|适用于新系统UI的哔哩|3667|C#|2021-12-30|2021-05-30|
|20|[vaxilu/x-ui](https://github.com/vaxilu/x-ui)|支持多协议多用户的 xray 面板|3206|JavaScript|2022-01-20|2021-05-18|
|21|[7eu7d7/genshin_auto_fish](https://github.com/7eu7d7/genshin_auto_fish)|基于深度强化学习的原神自动钓鱼AI|3164|Python|2022-02-05|2021-09-10|
|22|[shufflewzc/faker2](https://github.com/shufflewzc/faker2)|不知名大佬备份|3023|JavaScript|2022-01-29|2021-06-10|
|23|[CodingGay/BlackDex](https://github.com/CodingGay/BlackDex)|BlackDex is an Android unpack(dexdump) tool, it supports Android 5.0~12 and need not rely to any environment. BlackDex can run on any Android mobile phone or emulator, you can unpack APK File in sever ...|3017|C++|2022-01-09|2021-05-21|
|24|[mentebinaria/retoolkit](https://github.com/mentebinaria/retoolkit)|Reverse Engineer's Toolkit|2851|Inno Setup|2022-01-26|2021-03-13|
|25|[xfangfang/Macast](https://github.com/xfangfang/Macast)|Macast is a cross-platform application which using mpv as DLNA Media Renderer.|2837|Python|2022-02-02|2021-06-02|
|26|[PaddlePaddle/PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)|Easy-to-use and Fast NLP library with awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications.|2782|Python|2022-02-03|2021-02-05|
|27|[thx/gogocode](https://github.com/thx/gogocode)|GoGoCode is a transformer for JavaScript/Typescript/HTML based on AST but providing a more intuitive API.|2770|JavaScript|2022-01-13|2021-03-03|
|28|[rubickCenter/rubick](https://github.com/rubickCenter/rubick)|🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。|2579|HTML|2022-01-24|2021-06-11|
|29|[pppscn/SmsForwarder](https://github.com/pppscn/SmsForwarder)|短信转发器——监控Android手机短信、来电、APP通知并根据指定规则转发到其他手机钉钉机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。PS.这个APK主要是学习与自用如有BUG请提ISSUE同时欢迎大家提PR指正|2545|Java|2022-02-02|2021-02-10|
|30|[dgiot/dgiot](https://github.com/dgiot/dgiot)|Open source platform for IoT,30 min Quick Deployment,10M-level device connection,Carrier level Stability;物联网开源平台,30分钟快速部署,千万级承载,电信级稳定性. Zero code for Object model-Rule Engine-Data Channel-Configuratio ...|2523|Erlang|2022-01-26|2021-02-23|
|24|[xfangfang/Macast](https://github.com/xfangfang/Macast)|Macast is a cross-platform application which using mpv as DLNA Media Renderer.|2855|Python|2022-02-02|2021-06-02|
|25|[mentebinaria/retoolkit](https://github.com/mentebinaria/retoolkit)|Reverse Engineer's Toolkit|2853|Inno Setup|2022-01-26|2021-03-13|
|26|[thx/gogocode](https://github.com/thx/gogocode)|GoGoCode is a transformer for JavaScript/Typescript/HTML based on AST but providing a more intuitive API.|2772|JavaScript|2022-01-13|2021-03-03|
|27|[rubickCenter/rubick](https://github.com/rubickCenter/rubick)|🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。|2580|HTML|2022-01-24|2021-06-11|
|28|[pppscn/SmsForwarder](https://github.com/pppscn/SmsForwarder)|短信转发器——监控Android手机短信、来电、APP通知并根据指定规则转发到其他手机钉钉机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。PS.这个APK主要是学习与自用如有BUG请提ISSUE同时欢迎大家提PR指正|2554|Java|2022-02-05|2021-02-10|
|29|[dgiot/dgiot](https://github.com/dgiot/dgiot)|Open source platform for IoT,30 min Quick Deployment,10M-level device connection,Carrier level Stability;物联网开源平台,30分钟快速部署,千万级承载,电信级稳定性. Zero code for Object model-Rule Engine-Data Channel-Configuratio ...|2523|Erlang|2022-01-26|2021-02-23|
|30|[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.|2460|Rust|2022-02-02|2021-12-14|
|31|[modern-js-dev/modern.js](https://github.com/modern-js-dev/modern.js)|The meta-framework suite designed from scratch for frontend-focused modern web development.|2450|TypeScript|2022-02-04|2021-07-02|
|32|[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.|2449|Rust|2022-02-02|2021-12-14|
|33|[VirgilClyne/iRingo](https://github.com/VirgilClyne/iRingo)|解锁完整的 Apple功能和集成服务|2432|JavaScript|2022-01-31|2021-10-16|
|34|[cloudwego/netpoll](https://github.com/cloudwego/netpoll)|A high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance.|2308|Go|2022-02-03|2021-02-25|
|35|[zero205/JD_tencent_scf](https://github.com/zero205/JD_tencent_scf)|-|2302|JavaScript|2022-02-04|2021-05-11|
|36|[forthespada/InterviewGuide](https://github.com/forthespada/InterviewGuide)|「InterviewGuide」一个收录优质计算机校招、社招面试常见面试题的仓库🔥🔥以前叫做《逆袭进大厂》。目前已收录 C/C++ 、操作系统、数据结构、计算机网络、MySQL、Redis等面试资料,未来打算继续收录Java、Python、Go等面试常见问题坚持将此仓库维护下去。|2278|-|2021-12-22|2021-02-25|
|37|[erda-project/erda](https://github.com/erda-project/erda)|An enterprise-grade Cloud-Native application platform for Kubernetes.|2181|Go|2022-01-30|2021-03-05|
|38|[ApsaraDB/PolarDB-for-PostgreSQL](https://github.com/ApsaraDB/PolarDB-for-PostgreSQL)|"POLARDB_11_STABLE" is the stable branch which is based on PostgreSQL 11.9. It supports compute-storage separation architecture. The "distributed" branch, which supports distributed architecture.|2159|C|2022-01-27|2021-05-25|
|39|[Blinue/Magpie](https://github.com/Blinue/Magpie)|使游戏窗口全屏显示|2159|HLSL|2022-02-03|2021-02-20|
|40|[hora-search/hora](https://github.com/hora-search/hora)|🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 . |2136|Rust|2021-10-23|2021-05-15|
|41|[open-mmlab/mmocr](https://github.com/open-mmlab/mmocr)|OpenMMLab Text Detection, Recognition and Understanding Toolbox|2087|Python|2022-01-27|2021-04-07|
|42|[micro-zoe/micro-app](https://github.com/micro-zoe/micro-app)|A lightweight, efficient and powerful micro front-end framework. 一款轻量、高效、功能强大的微前端框架|2074|JavaScript|2022-01-30|2021-06-24|
|43|[imcuttle/mometa](https://github.com/imcuttle/mometa)|🛠 [Beta] 面向研发的低代码元编程,代码可视编辑,辅助编码工具|2014|TypeScript|2022-02-02|2021-11-22|
|44|[biuuu/genshin-wish-export](https://github.com/biuuu/genshin-wish-export)|Easily export the Genshin Impact wish record.|2013|JavaScript|2022-01-28|2021-02-15|
|45|[messense/aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav)|阿里云盘 WebDAV 服务|1966|Rust|2022-02-02|2021-08-18|
|46|[jkstack/natpass](https://github.com/jkstack/natpass)|新一代主机管理工具支持web vnc和web shell|1898|Go|2022-01-26|2021-07-30|
|47|[Sitoi/dailycheckin](https://github.com/Sitoi/dailycheckin)|基于【腾讯云函数】/【Docker】/【青龙面板】/【elecV2P】/【群晖】的每日签到脚本(支持多账号使用)签到列表: 爱奇艺全民K歌腾讯视频有道云笔记网易云音乐一加手机社区官方论坛百度贴吧BilibiliV2EX咔叽网单什么值得买AcFun天翼云盘吾爱破解芒果TVFa米家小米运动百度搜索资源平台时光相册哔咔漫画联通营业厅|1819|Shell|2022-01-21|2021-05-26|
|48|[bytedance/monoio](https://github.com/bytedance/monoio)|Rust async runtime based on io-uring.|1725|Rust|2022-02-03|2021-11-30|
|49|[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.|1708|Rust|2022-02-04|2021-10-07|
|50|[acmenlt/dynamic-threadpool](https://github.com/acmenlt/dynamic-threadpool)|🔥 强大的动态线程池附带监控报警功能没有依赖中间件完全遵循阿里巴巴编码规范。Powerful dynamic thread pool, does not rely on any middleware, with monitoring and alarm function.|1683|Java|2022-02-01|2021-06-16|
|51|[jekip/naive-ui-admin](https://github.com/jekip/naive-ui-admin)|Naive Ui Admin 是一个基于 vue3,vite2,TypeScript 的中后台解决方案,它使用了最新的前端技术栈,并提炼了典型的业务模型,页面,包括二次封装组件、动态菜单、权限校验、粒子化权限控制等功能,它可以帮助你快速搭建企业级中后台项目,相信不管是从新技术使用还是其他方面,都能帮助到你,持续更新中。|1665|Vue|2022-01-31|2021-07-03|
|52|[aidenybai/million](https://github.com/aidenybai/million)|🦁 <1kb compiler-augmented virtual DOM. It's fast!|1535|TypeScript|2022-02-04|2021-05-29|
|32|[VirgilClyne/iRingo](https://github.com/VirgilClyne/iRingo)|解锁完整的 Apple功能和集成服务|2439|JavaScript|2022-01-31|2021-10-16|
|33|[zero205/JD_tencent_scf](https://github.com/zero205/JD_tencent_scf)|-|2310|JavaScript|2022-02-05|2021-05-11|
|34|[cloudwego/netpoll](https://github.com/cloudwego/netpoll)|A high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance.|2310|Go|2022-02-03|2021-02-25|
|35|[forthespada/InterviewGuide](https://github.com/forthespada/InterviewGuide)|「InterviewGuide」一个收录优质计算机校招、社招面试常见面试题的仓库🔥🔥以前叫做《逆袭进大厂》。目前已收录 C/C++ 、操作系统、数据结构、计算机网络、MySQL、Redis等面试资料,未来打算继续收录Java、Python、Go等面试常见问题坚持将此仓库维护下去。|2282|-|2021-12-22|2021-02-25|
|36|[erda-project/erda](https://github.com/erda-project/erda)|An enterprise-grade Cloud-Native application platform for Kubernetes.|2181|Go|2022-01-30|2021-03-05|
|37|[ApsaraDB/PolarDB-for-PostgreSQL](https://github.com/ApsaraDB/PolarDB-for-PostgreSQL)|"POLARDB_11_STABLE" is the stable branch which is based on PostgreSQL 11.9. It supports compute-storage separation architecture. The "distributed" branch, which supports distributed architecture.|2160|C|2022-01-27|2021-05-25|
|38|[Blinue/Magpie](https://github.com/Blinue/Magpie)|使游戏窗口全屏显示|2159|HLSL|2022-02-03|2021-02-20|
|39|[hora-search/hora](https://github.com/hora-search/hora)|🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 . |2136|Rust|2021-10-23|2021-05-15|
|40|[open-mmlab/mmocr](https://github.com/open-mmlab/mmocr)|OpenMMLab Text Detection, Recognition and Understanding Toolbox|2087|Python|2022-01-27|2021-04-07|
|41|[micro-zoe/micro-app](https://github.com/micro-zoe/micro-app)|A lightweight, efficient and powerful micro front-end framework. 一款轻量、高效、功能强大的微前端框架|2076|JavaScript|2022-01-30|2021-06-24|
|42|[biuuu/genshin-wish-export](https://github.com/biuuu/genshin-wish-export)|Easily export the Genshin Impact wish record.|2019|JavaScript|2022-01-28|2021-02-15|
|43|[imcuttle/mometa](https://github.com/imcuttle/mometa)|🛠 [Beta] 面向研发的低代码元编程,代码可视编辑,辅助编码工具|2018|TypeScript|2022-02-02|2021-11-22|
|44|[messense/aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav)|阿里云盘 WebDAV 服务|1979|Rust|2022-02-02|2021-08-18|
|45|[jkstack/natpass](https://github.com/jkstack/natpass)|新一代主机管理工具支持web vnc和web shell|1899|Go|2022-01-26|2021-07-30|
|46|[Sitoi/dailycheckin](https://github.com/Sitoi/dailycheckin)|基于【腾讯云函数】/【Docker】/【青龙面板】/【elecV2P】/【群晖】的每日签到脚本(支持多账号使用)签到列表: 爱奇艺全民K歌腾讯视频有道云笔记网易云音乐一加手机社区官方论坛百度贴吧BilibiliV2EX咔叽网单什么值得买AcFun天翼云盘吾爱破解芒果TVFa米家小米运动百度搜索资源平台时光相册哔咔漫画联通营业厅|1825|Shell|2022-01-21|2021-05-26|
|47|[bytedance/monoio](https://github.com/bytedance/monoio)|Rust async runtime based on io-uring.|1726|Rust|2022-02-03|2021-11-30|
|48|[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.|1720|Rust|2022-02-05|2021-10-07|
|49|[acmenlt/dynamic-threadpool](https://github.com/acmenlt/dynamic-threadpool)|🔥 强大的动态线程池附带监控报警功能没有依赖中间件完全遵循阿里巴巴编码规范。Powerful dynamic thread pool, does not rely on any middleware, with monitoring and alarm function.|1685|Java|2022-02-01|2021-06-16|
|50|[jekip/naive-ui-admin](https://github.com/jekip/naive-ui-admin)|Naive Ui Admin 是一个基于 vue3,vite2,TypeScript 的中后台解决方案,它使用了最新的前端技术栈,并提炼了典型的业务模型,页面,包括二次封装组件、动态菜单、权限校验、粒子化权限控制等功能,它可以帮助你快速搭建企业级中后台项目,相信不管是从新技术使用还是其他方面,都能帮助到你,持续更新中。|1665|Vue|2022-01-31|2021-07-03|
|51|[aidenybai/million](https://github.com/aidenybai/million)|🦁 <1kb compiler-augmented virtual DOM. It's fast!|1535|TypeScript|2022-02-05|2021-05-29|
|52|[0x727/ShuiZe_0x727](https://github.com/0x727/ShuiZe_0x727)|信息收集自动化工具|1531|Python|2022-01-17|2021-07-28|
|53|[lan-tianxiang/JS_TOOL](https://github.com/lan-tianxiang/JS_TOOL)|Node网页开发工具|1531|JavaScript|2021-09-06|2021-04-10|
|54|[0x727/ShuiZe_0x727](https://github.com/0x727/ShuiZe_0x727)|信息收集自动化工具|1529|Python|2022-01-17|2021-07-28|
|55|[newbee-ltd/vue3-admin](https://github.com/newbee-ltd/vue3-admin)|🔥 🎉 Vue 3.0 + Vite 2.0 + Vue-Router 4.0 + Element-Plus + Echarts 5.0 + Axios 开发的后台管理系统|1472|Vue|2022-01-11|2021-03-21|
|56|[eva-engine/eva.js](https://github.com/eva-engine/eva.js)|Eva.js is a front-end game engine specifically for creating interactive game projects.|1468|JavaScript|2022-01-30|2021-03-08|
|57|[bytedance/flutter_ume](https://github.com/bytedance/flutter_ume)|UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance|1452|Dart|2022-01-29|2021-07-16|
|58|[sml2h3/ddddocr](https://github.com/sml2h3/ddddocr)|带带弟弟 通用验证码识别OCR pypi版|1412|Python|2022-01-25|2021-07-14|
|59|[MoonBegonia/ninja](https://github.com/MoonBegonia/ninja)|-|1378|JavaScript|2022-01-24|2021-07-26|
|60|[giscus/giscus](https://github.com/giscus/giscus)|A comments system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:|1372|TypeScript|2022-02-01|2021-03-27|
|61|[Mayandev/notion-avatar](https://github.com/Mayandev/notion-avatar)|🪄 An online tool for making notion-style avatars.|1323|TypeScript|2021-12-21|2021-09-24|
|62|[ender-zhao/Clash-for-Windows_Chinese](https://github.com/ender-zhao/Clash-for-Windows_Chinese)|clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序|1317|JavaScript|2022-02-03|2021-04-19|
|63|[merico-dev/lake](https://github.com/merico-dev/lake)|DevLake: the open source data lake & dashboard for your DevOps tools.|1314|JavaScript|2022-02-04|2021-07-08|
|64|[easychen/pushdeer](https://github.com/easychen/pushdeer)|开放源码的无App推送服务iOS14+扫码即用。🚧 快应用开发中|1292|Kotlin|2022-02-04|2021-12-16|
|65|[KwaiAppTeam/SwiftPamphletApp](https://github.com/KwaiAppTeam/SwiftPamphletApp)|戴铭的 Swift 小册子一本活的 Swift 手册使用 SwiftUI + Combine + Swift Concurrency Aysnc/Await Actor + GitHub API 开发的 macOS 应用|1292|Swift|2022-02-02|2021-11-13|
|66|[sjlleo/netflix-verify](https://github.com/sjlleo/netflix-verify)|流媒体NetFlix解锁检测脚本 / A script used to determine whether your network can watch native Netflix movies or not|1258|Go|2021-12-30|2021-02-23|
|67|[gz-yami/mall4cloud](https://github.com/gz-yami/mall4cloud)| Springcloud商城 O2O商城 小程序商城 PC商城 H5商城 APP商城 Java商城 分销商城 多用户商城 uniapp商城 微服务商城|1255|Java|2021-12-28|2021-08-04|
|68|[craigary/nobelium](https://github.com/craigary/nobelium)|A static blog build on top of Notion and NextJS, deployed on Vercel.|1242|JavaScript|2022-02-01|2021-03-14|
|69|[cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)|cool-admin(midway版)一个很酷的后台权限管理框架模块化插件化CRUD极速开发永久开源免费基于midway.js 2.0typescripttypeormmysqljwtelement-ui等构建|1231|TypeScript|2022-01-10|2021-02-27|
|70|[hua1995116/react-resume-site](https://github.com/hua1995116/react-resume-site)|木及简历一款markdown的在线简历工具|1178|TypeScript|2022-01-19|2021-02-19|
|71|[marmotedu/iam](https://github.com/marmotedu/iam)|企业级的 Go 语言实战项目可作为Go项目开发脚手架|1166|Go|2022-01-31|2021-05-26|
|72|[lyswhut/lx-music-mobile](https://github.com/lyswhut/lx-music-mobile)|一个基于 React native 开发的音乐软件|1163|JavaScript|2022-01-28|2021-05-15|
|73|[LianjiaTech/bruno](https://github.com/LianjiaTech/bruno)|Bruno 是基于一整套设计体系的 Flutter 组件库An enterprise-class package of Flutter components for mobile applications.|1153|Dart|2022-01-27|2021-12-07|
|74|[Codennnn/vue-color-avatar](https://github.com/Codennnn/vue-color-avatar)|An online avatar generator just for fun 🥳 一个纯前端实现的头像生成网站|1123|Vue|2022-01-22|2021-10-16|
|75|[Lissy93/dashy](https://github.com/Lissy93/dashy)|🚀 A self-hosted startpage for your server. Easy to use visual editor, status checking, widgets, themes and tons more!|1119|Vue|2022-02-04|2021-02-28|
|76|[RimoChan/match-you](https://github.com/RimoChan/match-you)|您配吗配你吗|1083|JavaScript|2022-01-22|2021-11-19|
|77|[wangyuan389/mall-cook](https://github.com/wangyuan389/mall-cook)|低代码平台H5商城可视化搭建平台|1078|Vue|2022-01-28|2021-09-22|
|78|[buqiyuan/vite-vue3-lowcode](https://github.com/buqiyuan/vite-vue3-lowcode)|vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作建站工具可视化搭建工具|1074|TypeScript|2022-01-16|2021-04-19|
|79|[peng-zhihui/Peak](https://github.com/peng-zhihui/Peak)|Tiny Mobile Terminal Device Kit.|1052|C|2021-10-15|2021-10-10|
|80|[martinet101/ElevenClock](https://github.com/martinet101/ElevenClock)|ElevenClock: Have a customizable clock on your Windows 11 displays|1040|Python|2022-02-04|2021-09-19|
|81|[luminoleon/epicgames-claimer](https://github.com/luminoleon/epicgames-claimer)|自动领取Epic游戏商城每周免费游戏。|1028|Python|2022-01-28|2021-09-12|
|82|[curtinlv/JD-Script](https://github.com/curtinlv/JD-Script)|仅供参考。|1018|Python|2022-01-26|2021-05-05|
|83|[bytedance/bhook](https://github.com/bytedance/bhook)|🔥 ByteHook(aka bhook) is a PLT hook framework for Android app.|1002|C|2021-12-27|2021-08-11|
|84|[H5-Dooring/dooringx](https://github.com/H5-Dooring/dooringx)|快速高效搭建可视化拖拽平台|999|TypeScript|2022-01-30|2021-07-08|
|85|[shulieTech/Takin](https://github.com/shulieTech/Takin)|Takin is an Java-based, open-source system designed to measure online environmental performance test for full-links, Especially for microservices. Through Takin, middlewares and applications can ident ...|993|-|2021-11-10|2021-04-29|
|86|[Tencent/CodeAnalysis](https://github.com/Tencent/CodeAnalysis)|Static Code Analysis|983|Python|2022-02-04|2021-12-28|
|87|[ApsaraDB/galaxysql](https://github.com/ApsaraDB/galaxysql)|PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios.|943|Java|2022-01-28|2021-10-16|
|88|[AlynxZhou/gnome-shell-extension-inotch](https://github.com/AlynxZhou/gnome-shell-extension-inotch)|Add a useless notch to your screen.|941|JavaScript|2021-10-30|2021-10-20|
|89|[polarismesh/polaris](https://github.com/polarismesh/polaris)|Service Discovery and Governance Center for Distributed and Microservice Architecture|940|Go|2022-01-27|2021-06-14|
|90|[ihciah/clean-dns-bpf](https://github.com/ihciah/clean-dns-bpf)|基于 Rust + eBPF 丢弃 GFW DNS 污染包|939|Rust|2021-12-05|2021-10-02|
|91|[triggerjs/trigger](https://github.com/triggerjs/trigger)|A library for creating scroll-based animation with HTML attributes and CSS variables.|933|TypeScript|2021-11-15|2021-10-19|
|92|[GoodManWEN/GoodManWEN.github.io](https://github.com/GoodManWEN/GoodManWEN.github.io)|📕 A website simulating linux system's GUI, using theme of Deepin distro. 网页模拟桌面|929|Vue|2021-12-10|2021-04-25|
|93|[xManager-v2/xManager-Spotify](https://github.com/xManager-v2/xManager-Spotify)|An android application where you can manage and install all versions of the spotify app.|923|Java|2022-02-02|2021-02-08|
|54|[newbee-ltd/vue3-admin](https://github.com/newbee-ltd/vue3-admin)|🔥 🎉 Vue 3.0 + Vite 2.0 + Vue-Router 4.0 + Element-Plus + Echarts 5.0 + Axios 开发的后台管理系统|1474|Vue|2022-01-11|2021-03-21|
|55|[eva-engine/eva.js](https://github.com/eva-engine/eva.js)|Eva.js is a front-end game engine specifically for creating interactive game projects.|1469|JavaScript|2022-01-30|2021-03-08|
|56|[bytedance/flutter_ume](https://github.com/bytedance/flutter_ume)|UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance|1452|Dart|2022-01-29|2021-07-16|
|57|[sml2h3/ddddocr](https://github.com/sml2h3/ddddocr)|带带弟弟 通用验证码识别OCR pypi版|1417|Python|2022-01-25|2021-07-14|
|58|[MoonBegonia/ninja](https://github.com/MoonBegonia/ninja)|-|1383|JavaScript|2022-01-24|2021-07-26|
|59|[giscus/giscus](https://github.com/giscus/giscus)|A comments system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:|1375|TypeScript|2022-02-05|2021-03-27|
|60|[Mayandev/notion-avatar](https://github.com/Mayandev/notion-avatar)|🪄 An online tool for making notion-style avatars.|1325|TypeScript|2021-12-21|2021-09-24|
|61|[ender-zhao/Clash-for-Windows_Chinese](https://github.com/ender-zhao/Clash-for-Windows_Chinese)|clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序|1325|JavaScript|2022-02-03|2021-04-19|
|62|[easychen/pushdeer](https://github.com/easychen/pushdeer)|开放源码的无App推送服务iOS14+扫码即用。🚧 快应用开发中|1316|Kotlin|2022-02-05|2021-12-16|
|63|[merico-dev/lake](https://github.com/merico-dev/lake)|DevLake: the open source data lake & dashboard for your DevOps tools.|1314|JavaScript|2022-02-05|2021-07-08|
|64|[KwaiAppTeam/SwiftPamphletApp](https://github.com/KwaiAppTeam/SwiftPamphletApp)|戴铭的 Swift 小册子一本活的 Swift 手册使用 SwiftUI + Combine + Swift Concurrency Aysnc/Await Actor + GitHub API 开发的 macOS 应用|1295|Swift|2022-02-02|2021-11-13|
|65|[gz-yami/mall4cloud](https://github.com/gz-yami/mall4cloud)| Springcloud商城 O2O商城 小程序商城 PC商城 H5商城 APP商城 Java商城 分销商城 多用户商城 uniapp商城 微服务商城|1271|Java|2021-12-28|2021-08-04|
|66|[sjlleo/netflix-verify](https://github.com/sjlleo/netflix-verify)|流媒体NetFlix解锁检测脚本 / A script used to determine whether your network can watch native Netflix movies or not|1262|Go|2021-12-30|2021-02-23|
|67|[craigary/nobelium](https://github.com/craigary/nobelium)|A static blog build on top of Notion and NextJS, deployed on Vercel.|1249|JavaScript|2022-02-01|2021-03-14|
|68|[cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)|cool-admin(midway版)一个很酷的后台权限管理框架模块化插件化CRUD极速开发永久开源免费基于midway.js 2.0typescripttypeormmysqljwtelement-ui等构建|1231|TypeScript|2022-01-10|2021-02-27|
|69|[hua1995116/react-resume-site](https://github.com/hua1995116/react-resume-site)|木及简历一款markdown的在线简历工具|1181|TypeScript|2022-01-19|2021-02-19|
|70|[marmotedu/iam](https://github.com/marmotedu/iam)|企业级的 Go 语言实战项目可作为Go项目开发脚手架|1167|Go|2022-01-31|2021-05-26|
|71|[lyswhut/lx-music-mobile](https://github.com/lyswhut/lx-music-mobile)|一个基于 React native 开发的音乐软件|1165|JavaScript|2022-01-28|2021-05-15|
|72|[LianjiaTech/bruno](https://github.com/LianjiaTech/bruno)|Bruno 是基于一整套设计体系的 Flutter 组件库An enterprise-class package of Flutter components for mobile applications.|1153|Dart|2022-01-27|2021-12-07|
|73|[Codennnn/vue-color-avatar](https://github.com/Codennnn/vue-color-avatar)|An online avatar generator just for fun 🥳 一个纯前端实现的头像生成网站|1125|Vue|2022-01-22|2021-10-16|
|74|[Lissy93/dashy](https://github.com/Lissy93/dashy)|🚀 A self-hosted startpage for your server. Easy to use visual editor, status checking, widgets, themes and tons more!|1121|Vue|2022-02-05|2021-02-28|
|75|[RimoChan/match-you](https://github.com/RimoChan/match-you)|【您配吗配你吗|1083|JavaScript|2022-01-22|2021-11-19|
|76|[wangyuan389/mall-cook](https://github.com/wangyuan389/mall-cook)|低代码平台H5商城可视化搭建平台|1079|Vue|2022-01-28|2021-09-22|
|77|[buqiyuan/vite-vue3-lowcode](https://github.com/buqiyuan/vite-vue3-lowcode)|vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作建站工具可视化搭建工具|1076|TypeScript|2022-01-16|2021-04-19|
|78|[peng-zhihui/Peak](https://github.com/peng-zhihui/Peak)|Tiny Mobile Terminal Device Kit.|1052|C|2021-10-15|2021-10-10|
|79|[martinet101/ElevenClock](https://github.com/martinet101/ElevenClock)|ElevenClock: Have a customizable clock on your Windows 11 displays|1044|Python|2022-02-05|2021-09-19|
|80|[luminoleon/epicgames-claimer](https://github.com/luminoleon/epicgames-claimer)|自动领取Epic游戏商城每周免费游戏|1028|Python|2022-01-28|2021-09-12|
|81|[curtinlv/JD-Script](https://github.com/curtinlv/JD-Script)|仅供参考。|1021|Python|2022-01-26|2021-05-05|
|82|[bytedance/bhook](https://github.com/bytedance/bhook)|🔥 ByteHook(aka bhook) is a PLT hook framework for Android app.|1002|C|2021-12-27|2021-08-11|
|83|[H5-Dooring/dooringx](https://github.com/H5-Dooring/dooringx)|快速高效搭建可视化拖拽平台|1001|TypeScript|2022-01-30|2021-07-08|
|84|[shulieTech/Takin](https://github.com/shulieTech/Takin)|Takin is an Java-based, open-source system designed to measure online environmental performance test for full-links, Especially for microservices. Through Takin, middlewares and applications can ident ...|993|-|2021-11-10|2021-04-29|
|85|[Tencent/CodeAnalysis](https://github.com/Tencent/CodeAnalysis)|Static Code Analysis|983|Python|2022-02-04|2021-12-28|
|86|[ApsaraDB/galaxysql](https://github.com/ApsaraDB/galaxysql)|PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios.|943|Java|2022-01-28|2021-10-16|
|87|[AlynxZhou/gnome-shell-extension-inotch](https://github.com/AlynxZhou/gnome-shell-extension-inotch)|Add a useless notch to your screen.|941|JavaScript|2021-10-30|2021-10-20|
|88|[polarismesh/polaris](https://github.com/polarismesh/polaris)|Service Discovery and Governance Center for Distributed and Microservice Architecture|941|Go|2022-01-27|2021-06-14|
|89|[ihciah/clean-dns-bpf](https://github.com/ihciah/clean-dns-bpf)|基于 Rust + eBPF 丢弃 GFW DNS 污染包|939|Rust|2021-12-05|2021-10-02|
|90|[triggerjs/trigger](https://github.com/triggerjs/trigger)|A library for creating scroll-based animation with HTML attributes and CSS variables.|933|TypeScript|2021-11-15|2021-10-19|
|91|[GoodManWEN/GoodManWEN.github.io](https://github.com/GoodManWEN/GoodManWEN.github.io)|📕 A website simulating linux system's GUI, using theme of Deepin distro. 网页模拟桌面|930|Vue|2021-12-10|2021-04-25|
|92|[xManager-v2/xManager-Spotify](https://github.com/xManager-v2/xManager-Spotify)|An android application where you can manage and install all versions of the spotify app.|925|Java|2022-02-02|2021-02-08|
|93|[Reamd7/notion-zh_CN](https://github.com/Reamd7/notion-zh_CN)|notion 中文化|913|JavaScript|2022-01-19|2021-08-12|
|94|[alibaba/sealer](https://github.com/alibaba/sealer)|Seal your applications all dependencies and kubernetes into CloudImage! Build Deliver and Run user-defined clusters in one command.|910|Go|2022-01-28|2021-04-29|
|95|[Reamd7/notion-zh_CN](https://github.com/Reamd7/notion-zh_CN)|notion 中文化|909|JavaScript|2022-01-19|2021-08-12|
|96|[ineo6/hosts](https://github.com/ineo6/hosts)|GitHub最新hosts解决GitHub图片无法显示加速GitHub网页浏览|903|JavaScript|2022-02-04|2021-03-28|
|97|[alibaba/xquic](https://github.com/alibaba/xquic)|-|893|C|2022-01-29|2021-11-05|
|98|[jweny/pocassist](https://github.com/jweny/pocassist)|全新的开源漏洞测试框架实现poc在线编辑运行批量测试使用文档|883|Go|2021-12-07|2021-05-12|
|99|[Paladinfeng/MiaoProject](https://github.com/Paladinfeng/MiaoProject)|Miao Project Bug 反馈|867|-|2021-12-12|2021-04-01|
|100|[hustvl/YOLOP](https://github.com/hustvl/YOLOP)|You Only Look Once for Panopitic Driving Perception.https://arxiv.org/abs/2108.11250|864|Python|2021-12-14|2021-08-25|
|101|[Mas0nShi/typoraCracker](https://github.com/Mas0nShi/typoraCracker)|A extract & decryption and pack & encryption tools for typora.|858|Python|2022-01-17|2021-11-30|
|95|[ineo6/hosts](https://github.com/ineo6/hosts)|GitHub最新hosts解决GitHub图片无法显示加速GitHub网页浏览|904|JavaScript|2022-02-05|2021-03-28|
|96|[alibaba/xquic](https://github.com/alibaba/xquic)|-|894|C|2022-01-29|2021-11-05|
|97|[jweny/pocassist](https://github.com/jweny/pocassist)|全新的开源漏洞测试框架实现poc在线编辑运行批量测试使用文档|883|Go|2021-12-07|2021-05-12|
|98|[Paladinfeng/MiaoProject](https://github.com/Paladinfeng/MiaoProject)|Miao Project Bug 反馈|867|-|2021-12-12|2021-04-01|
|99|[hustvl/YOLOP](https://github.com/hustvl/YOLOP)|You Only Look Once for Panopitic Driving Perception.https://arxiv.org/abs/2108.11250|864|Python|2021-12-14|2021-08-25|
|100|[Mas0nShi/typoraCracker](https://github.com/Mas0nShi/typoraCracker)|A extract & decryption and pack & encryption tools for typora.|863|Python|2022-01-17|2021-11-30|
|101|[KubeOperator/KubePi](https://github.com/KubeOperator/KubePi)|KubePi 是一款简单易用的开源 Kubernetes 可视化管理面板|858|Go|2022-01-27|2021-05-20|
|102|[yangxy/GPEN](https://github.com/yangxy/GPEN)|-|857|Jupyter Notebook|2021-12-29|2021-04-07|
|103|[KubeOperator/KubePi](https://github.com/KubeOperator/KubePi)|KubePi 是一款简单易用的开源 Kubernetes 可视化管理面板|856|Go|2022-01-27|2021-05-20|
|104|[Tencent/flare](https://github.com/Tencent/flare)| Flare是广泛投产于腾讯广告后台的现代化C++开发框架包含了基础库RPC各种客户端等主要特点为易用性强长尾延迟低 |841|C++|2021-12-24|2021-05-26|
|105|[bytedance/btrace](https://github.com/bytedance/btrace)|🔥🔥 btrace(AKA RheaTrace) is a high performance Android trace tool which is based on Systrace, it support to define custom events automatically during building apk and using bhook to provider more nati ...|833|Kotlin|2022-01-26|2021-12-17|
|106|[tonquer/picacg-qt](https://github.com/tonquer/picacg-qt)|哔咔漫画, PicACG comic PC client(Windows, Linux, MacOS) |830|Python|2022-01-30|2021-02-05|
|107|[Anonymous-ghost/AttackWebFrameworkTools](https://github.com/Anonymous-ghost/AttackWebFrameworkTools)|本软件首先集成危害性较大框架和部分主流cms的rce(无需登录,或者登录绕过执行rce)和反序列化(利用链简单)。上传getshellsql注入等高危漏洞直接就可以拿权限出数据其次对一些构造复杂exp漏洞进行检测傻瓜式导入url即可实现批量测试,能一键getshell检测绝不sql注入或者不是只检测其中thinkphp 集成所有rce Exp Struts2漏洞集成了shack2 和k8 ...|816|C#|2022-02-01|2021-02-10|
|108|[sairson/Yasso](https://github.com/sairson/Yasso)|强大的内网渗透辅助工具集-让Yasso像风一样 支持rdpsshredispostgresmongodbmssqlmysqlwinrm等服务爆破快速的端口扫描强大的web指纹识别各种内置服务的一键利用包括ssh完全交互式登陆mssql提权redis一键利用mysql数据库查询winrm横向利用多种服务利用支持socks5代理执行|814|Go|2022-01-29|2022-01-05|
|109|[timb-machine/linux-malware](https://github.com/timb-machine/linux-malware)|Tracking interesting Linux (and UNIX) malware. Send PRs|810|HTML|2022-01-26|2021-07-20|
|110|[P3TERX/warp.sh](https://github.com/P3TERX/warp.sh)|Cloudflare WARP configuration script Cloudflare WARP 一键配置脚本|794|Shell|2021-11-27|2021-06-12|
|111|[DefTruth/lite.ai.toolkit](https://github.com/DefTruth/lite.ai.toolkit)|🍅🍅A lite C++ toolkit of awesome AI models with ONNXRuntime, NCNN, MNN and TNN. YOLOX, YOLOP, YOLOv5, YOLOR, NanoDet, YOLOX, SCRFD, YOLOX . MNN, NCNN, TNN, ONNXRuntime, CPU/GPU.|793|C++|2022-02-04|2021-03-22|
|112|[0x727/SpringBootExploit](https://github.com/0x727/SpringBootExploit)|项目是根据LandGrey/SpringBootVulExploit清单编写目的hvv期间快速利用漏洞降低漏洞利用门槛。|792|Java|2021-12-13|2021-10-22|
|113|[yihong0618/GitHubPoster](https://github.com/yihong0618/GitHubPoster)|Make everything a GitHub svg poster and Skyline!|790|Python|2022-02-04|2021-04-21|
|114|[wulabing/V2Ray_ws-tls_bash_onekey](https://github.com/wulabing/V2Ray_ws-tls_bash_onekey)|-|786|Shell|2022-01-02|2021-02-21|
|115|[78778443/QingScan](https://github.com/78778443/QingScan)|一个漏洞扫描器粘合剂,添加目标后30款工具自动调用支持 web扫描系统扫描子域名收集目录扫描主机扫描主机发现组件识别URL爬虫XRAY扫描AWVS自动扫描POC批量验证SSH批量测试vulmap|785|Python|2022-01-30|2021-12-06|
|116|[jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch)|All-in-One menu bar app, hide MacBook Pro's notch, dark mode, AirPods, Shortcuts|772|Swift|2022-01-27|2021-11-30|
|117|[CollegesChat/university-information](https://github.com/CollegesChat/university-information)|收集全国各高校招生时不会写明却会实实在在影响大学生活质量的要求与细节|769|Python|2021-08-25|2021-06-25|
|118|[microsoft/Graphormer](https://github.com/microsoft/Graphormer)|Graphormer is a deep learning package that allows researchers and developers to train custom models for molecule modeling tasks. It aims to accelerate the research and application in AI for molecule s ...|766|Python|2022-01-07|2021-05-27|
|119|[bnjbvr/rouille](https://github.com/bnjbvr/rouille)|Rust programming, in French.|764|Rust|2022-01-07|2021-09-09|
|120|[xiecat/goblin](https://github.com/xiecat/goblin)|一款适用于红蓝对抗中的仿真钓鱼系统|764|Go|2022-01-22|2021-09-06|
|121|[fscarmen/warp](https://github.com/fscarmen/warp)|WARP one-click script. Add an IPv4, IPv6 or dual-stack CloudFlare WARP network interface and Socks5 proxy for VPS. 一键脚本|762|Shell|2022-01-31|2021-03-17|
|122|[stevenlei/spacingjs](https://github.com/stevenlei/spacingjs)|A JavaScript utility for measuring the spacing between elements on webpage.|760|TypeScript|2021-11-29|2021-11-09|
|123|[seccome/Ehoney](https://github.com/seccome/Ehoney)|安全快捷高交互企业级的蜜罐管理系统支持多种协议蜜罐蜜签诱饵等功能A safe, fast, highly interactive and enterprise level honeypot management system, supports multiple protocol honeypots, honeytokens, baits and other functions.|760|Go|2022-01-04|2021-06-03|
|124|[Jack-Cherish/quantitative](https://github.com/Jack-Cherish/quantitative)|量化交易python3|758|Python|2021-12-28|2021-09-08|
|125|[Zy143L/wskey](https://github.com/Zy143L/wskey)|wskey|758|Python|2022-02-02|2021-09-01|
|126|[BR-IDL/PaddleViT](https://github.com/BR-IDL/PaddleViT)|:robot: PaddleViT: State-of-the-art Visual Transformer and MLP Models for PaddlePaddle 2.0+|750|Python|2022-01-26|2021-08-30|
|127|[tuplex/tuplex](https://github.com/tuplex/tuplex)|Tuplex is a parallel big data processing framework that runs data science pipelines written in Python at the speed of compiled code. Tuplex has similar Python APIs to Apache Spark or Dask, but rather ...|747|C++|2022-02-04|2021-06-30|
|128|[chanify/chanify](https://github.com/chanify/chanify)|Chanify is a safe and simple notification tools. This repository is command line tools for Chanify.|744|Go|2022-01-25|2021-02-25|
|129|[Mashiro2000/HeyTapTask](https://github.com/Mashiro2000/HeyTapTask)|适配青龙面板/云函数/本地运行的欢太商城脚本|739|Python|2022-01-22|2021-09-17|
|130|[wgpsec/DBJ](https://github.com/wgpsec/DBJ)|大宝剑-边界资产梳理工具红队蓝队企业组织架构子域名Web资产梳理Web指纹识别ICON_Hash资产匹配|717|Python|2021-10-23|2021-03-11|
|131|[Boris-code/feapder](https://github.com/Boris-code/feapder)|feapder是一款支持分布式批次采集任务防丢报警丰富的python爬虫框架|717|Python|2022-02-04|2021-02-08|
|132|[openscrm/api-server](https://github.com/openscrm/api-server)|OpenSCRM是一套基于Go和React的超高质量企业微信私域流量管理系统 遵守Apache2.0协议全网唯一免费商用企业微信私域流量SCRM|706|Go|2022-01-06|2021-08-24|
|133|[luolongfei/freenom](https://github.com/luolongfei/freenom)|Freenom 域名自动续期Freenom domain name renews automatically.|702|PHP|2022-01-21|2021-09-10|
|134|[Twi1ight/CSAgent](https://github.com/Twi1ight/CSAgent)|CobaltStrike 4.x通用白嫖及汉化加载器|702|Java|2021-10-15|2021-06-23|
|135|[myth984/wechat-report](https://github.com/myth984/wechat-report)|微信聊天记录年度报告|701|Vue|2022-01-05|2021-12-30|
|136|[Paving-Base/APK-Installer](https://github.com/Paving-Base/APK-Installer)|An Android Application Installer for Windows|698|C#|2022-01-29|2021-10-21|
|137|[lilishop/lilishop](https://github.com/lilishop/lilishop)|电商商城 多语言商城 跨境商城 多用户商城 小程序商城 微服务商城 新零售 社区商城|697|Java|2022-01-27|2021-05-14|
|138|[allentofight/easy-cs](https://github.com/allentofight/easy-cs)|CS如此简单!|697|-|2021-11-22|2021-02-12|
|139|[feature-flags-co/feature-flags-co](https://github.com/feature-flags-co/feature-flags-co)|Feature flags-driven product intelligence platform that makes iterating on products as fast as Commit code|688|C#|2022-02-03|2021-07-27|
|140|[Tencent/cherry-markdown](https://github.com/Tencent/cherry-markdown)|✨ A Markdown Editor|687|JavaScript|2022-01-30|2021-10-15|
|141|[allanpk716/ChineseSubFinder](https://github.com/allanpk716/ChineseSubFinder)|自动化中文字幕下载字幕网站支持 zimukusubhdshooterxunlei 支持 EmbyJellyfinPlexSonarrRadarrTMM|683|Go|2022-02-02|2021-05-30|
|142|[yaklang/yakit](https://github.com/yaklang/yakit)|Cyber Security ALL-IN-ONE Platform|671|TypeScript|2022-02-04|2021-10-12|
|143|[openppl-public/ppl.nn](https://github.com/openppl-public/ppl.nn)|A primitive library for neural network|670|C++|2022-01-31|2021-06-30|
|144|[Oreomeow/checkinpanel](https://github.com/Oreomeow/checkinpanel)|一个主要运行在 𝐞𝐥𝐞𝐜𝐕𝟐𝐏 𝐪𝐢𝐧𝐠𝐥𝐨𝐧𝐠 等定时面板同时支持系统运行环境的签到项目环境𝑷𝒚𝒕𝒉𝒐𝒏 3.8+ / 𝑵𝒐𝒅𝒆.𝒋𝒔 10+ / 𝑩𝒂𝒔𝒉 4+ / 𝑶𝒑𝒆𝒏𝑱𝑫𝑲8 / 𝑷𝒆𝒓𝒍5|669|Perl|2022-02-03|2021-08-22|
|145|[axiaoxin-com/investool](https://github.com/axiaoxin-com/investool)|Golang实现财报分析个股基本面检测基本面选股4433法则基金筛选与检测基金持仓相似度股票选基基金经理筛选|657|Go|2022-01-01|2021-04-19|
|146|[MBoxPlus/mbox](https://github.com/MBoxPlus/mbox)|Toolchain for Mobile App Development 移动研发工具链|656|Ruby|2022-01-13|2021-06-22|
|147|[asd920/Auto-jd](https://github.com/asd920/Auto-jd)|京东自用脚本|656|JavaScript|2022-02-03|2021-05-29|
|148|[open-mmlab/mmgeneration](https://github.com/open-mmlab/mmgeneration)|MMGeneration is a powerful toolkit for generative models, based on PyTorch and MMCV. |656|Python|2022-01-28|2021-04-14|
|149|[rebase-network/Dapp-Learning](https://github.com/rebase-network/Dapp-Learning)|-|653|Solidity|2021-12-13|2021-06-08|
|150|[bytedance/memory-leak-detector](https://github.com/bytedance/memory-leak-detector)|-|646|C|2022-01-26|2021-04-14|
|151|[alaskasquirrel/Email-newsletter-RSS](https://github.com/alaskasquirrel/Email-newsletter-RSS)|邮箱 📧 newsletter RSS|641|-|2021-12-07|2021-09-19|
|152|[chinese-chess-everywhere/type-chess](https://github.com/chinese-chess-everywhere/type-chess)|一个玩具 TypeScript 类型系统写的中国象棋|636|TypeScript|2022-01-19|2021-10-26|
|153|[auxten/go-sqldb](https://github.com/auxten/go-sqldb)|A pure golang SQL database for database theory research|635|Go|2021-08-31|2021-04-10|
|154|[passerby-b/JDDJ](https://github.com/passerby-b/JDDJ)|京东到家果园庄园脚本,电报群:https://t.me/passerbyb2021|632|JavaScript|2021-12-13|2021-04-16|
|155|[vooidzero/B23Downloader](https://github.com/vooidzero/B23Downloader)|下载B站视频直播漫画能看=能下载)。使用 Qt C++ 开发|626|C++|2022-01-17|2021-09-22|
|156|[Chaoses-Ib/IbEverythingExt](https://github.com/Chaoses-Ib/IbEverythingExt)|Everything 拼音搜索快速选择扩展|625|C++|2022-01-31|2021-09-18|
|157|[wubx/rust-in-databend](https://github.com/wubx/rust-in-databend)|Rust 培养提高计划, 感谢 Databend 社区 支持https://github.com/datafuselabs/databend|623|Rust|2022-01-19|2021-09-22|
|158|[rms-open-letter/rms-open-letter.github.io](https://github.com/rms-open-letter/rms-open-letter.github.io)|-|623|TypeScript|2021-10-03|2021-03-23|
|159|[shouxieai/tensorRT_Pro](https://github.com/shouxieai/tensorRT_Pro)|C++ library based on tensorrt integration|621|C++|2022-01-29|2021-07-26|
|160|[go-gorm/gen](https://github.com/go-gorm/gen)|Gen: Friendly & Safer GORM powered by Code Generation|617|Go|2022-02-04|2021-07-14|
|161|[rubyangxg/jd-qinglong](https://github.com/rubyangxg/jd-qinglong)|-|614|Java|2022-01-29|2021-09-14|
|162|[cdle/sillyGirl](https://github.com/cdle/sillyGirl)|傻妞机器人|614|Go|2022-02-04|2021-08-30|
|163|[MistEO/MeoAssistantArknights](https://github.com/MistEO/MeoAssistantArknights)|明日方舟助手自动刷图智能基建换班全日常一键长草|613|C++|2022-02-04|2021-07-09|
|164|[EmYiQing/JSPHorse](https://github.com/EmYiQing/JSPHorse)|结合反射调用动态编译BCELdefineClass0ScriptEngineExpression等技术的一款免杀JSP Webshell生成工具|611|Java|2021-12-16|2021-11-06|
|165|[XINCGer/UnityToolchainsTrick](https://github.com/XINCGer/UnityToolchainsTrick)|提供一些UnityEditor工具链开发的常用小技巧与示例(Provides some common tips and examples for developing the UnityEditor toolchain)|610|C#|2022-01-20|2021-03-19|
|166|[maccmspro/maccms10](https://github.com/maccmspro/maccms10)|苹果cms-v10,maccms-v10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序|601|PHP|2022-01-12|2021-06-25|
|167|[HXSecurity/DongTai](https://github.com/HXSecurity/DongTai)|DongTai is an interactive application security testing(IAST) product that supports the detection of OWASP WEB TOP 10 vulnerabilities, multi-request related vulnerabilities (including logic vulnerabili ...|601|Shell|2022-01-24|2021-03-22|
|168|[easychen/wecomchan](https://github.com/easychen/wecomchan)|通过企业微信向微信推送消息的配置文档直推函数和可自行搭建的在线服务代码可以看成Server酱的开源替代方案之一|599|Go|2021-09-12|2021-05-30|
|169|[biyidev/biyi](https://github.com/biyidev/biyi)|Biyi (比译) is a convenient translation and dictionary app written in Flutter. |594|Dart|2022-01-16|2021-03-06|
|170|[easychen/docker2saas](https://github.com/easychen/docker2saas)|An open source tool that lets you create a SaaS website from docker images in 10 minutes.|592|PHP|2022-01-18|2021-02-13|
|171|[ClassmateLin/scripts](https://github.com/ClassmateLin/scripts)|jd https://t.me/+fo3HSUe3nbRiNjY1|591|Python|2022-01-14|2021-07-20|
|172|[bytedance/CodeLocator](https://github.com/bytedance/CodeLocator)|-|588|Java|2022-01-12|2021-08-19|
|173|[tal-tech/conan](https://github.com/tal-tech/conan)|柯南平台开源版本为用户提供流量回放全流程解决方案|587|Java|2021-10-21|2021-03-02|
|174|[cool-team-official/cool-admin-vue](https://github.com/cool-team-official/cool-admin-vue)|cool-admin一个很酷的后台权限管理框架模块化插件化CRUD极速开发永久开源免费基于midway.js 2.0typeormmysqljwtelement-uivuexvue-routervue等构建|584|CSS|2021-12-18|2021-02-27|
|175|[iyear/pure-live-core](https://github.com/iyear/pure-live-core)|✨ Make Live Pure Again 让直播回归纯粹|583|Go|2022-01-28|2021-12-06|
|176|[takayama-lily/vscode-qq](https://github.com/takayama-lily/vscode-qq)|基于安卓QQ协议的vscode-qq扩展|582|TypeScript|2022-01-01|2021-02-06|
|177|[zhzyker/dismap](https://github.com/zhzyker/dismap)|Asset discovery and identification tools 快速识别 Web 指纹信息定位资产类型辅助红队快速定位目标资产信息辅助蓝队发现疑似脆弱点|581|Go|2021-10-15|2021-07-24|
|178|[SummerSec/ShiroAttack2](https://github.com/SummerSec/ShiroAttack2)|shiro反序列化漏洞综合利用,包含回显执行命令/注入内存马修复原版中NoCC的问题 https://github.com/j1anFen/shiro_attack|580|Java|2022-01-26|2021-06-13|
|179|[joyycom/VNN](https://github.com/joyycom/VNN)|VNN是由欢聚集团(Joyy Inc.)推出的高性能轻量级神经网络部署框架目前已为HagoVOOVFly马克相机等App提供20余种AI能力的支持覆盖直播短视频视频编辑等泛娱乐场景和工程场景|571|C|2022-01-17|2021-12-07|
|180|[dohooo/react-native-reanimated-carousel](https://github.com/dohooo/react-native-reanimated-carousel)|Simple React Native carousel component,fully implemented using reanimated v2,support to iOS/Android/Web.轮播图swiper|571|TypeScript|2022-02-04|2021-09-07|
|181|[open-mmlab/mmdeploy](https://github.com/open-mmlab/mmdeploy)|OpenMMLab Model Deployment Framework|568|C++|2022-01-31|2021-12-24|
|182|[LGUG2Z/komorebi](https://github.com/LGUG2Z/komorebi)|A tiling window manager for Windows|566|Rust|2022-02-03|2021-07-29|
|183|[LSPosed/AndroidHiddenApiBypass](https://github.com/LSPosed/AndroidHiddenApiBypass)|Bypass restrictions on non-SDK interfaces|563|Java|2022-01-05|2021-04-07|
|184|[LianjiaTech/keframe](https://github.com/LianjiaTech/keframe)|Components that optimize Flutter fluency.Flutter 流畅度优化的通用方案轻松解决卡顿问题|560|Dart|2021-11-25|2021-06-30|
|185|[peng-zhihui/OpenHeat](https://github.com/peng-zhihui/OpenHeat)|-|559|C|2021-12-16|2021-09-05|
|186|[ASoulCnki/ASoulCnki](https://github.com/ASoulCnki/ASoulCnki)|ASoul评论区小作文 枝网查重系统 爬虫部分|558|Python|2021-12-03|2021-06-13|
|187|[Tencent/bk-job](https://github.com/Tencent/bk-job)|蓝鲸作业平台Job是一套运维基础操作管理系统具备海量任务并发处理能力除了支持脚本执行文件分发定时任务等一系列基础运维场景以外还支持通过流程调度能力将零碎的单个任务组装成一个自动化作业流程而每个作业都可做为一个原子节点提供给上层或周边系统/平台使用实现调度自动化。|557|Java|2022-01-24|2021-06-17|
|188|[knownsec/Kunyu](https://github.com/knownsec/Kunyu)|Kunyu, more efficient corporate asset collection|555|Python|2022-01-25|2021-07-28|
|189|[niuhuan/pikapika](https://github.com/niuhuan/pikapika)|美观易用且无广告的R18二次元客户端同时支持MacOSWindowsAndroidiOS并上传了APK和IPA|555|Dart|2022-02-04|2021-07-27|
|190|[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, ...|551|Rust|2022-01-27|2021-11-26|
|191|[jbduncanm/GcmForMojo2](https://github.com/jbduncanm/GcmForMojo2)|#GcmForMojo 为QQ和微信开启FCM推送# GcmForMojo|551|Java|2022-01-12|2021-02-08|
|192|[lanceliao/china-holiday-calender](https://github.com/lanceliao/china-holiday-calender)|中国节假日调休补班日历ICS格式可供IPhoneGoogle CalenderOutlook等客户端订阅|548|-|2021-12-05|2021-05-08|
|193|[baidu/EasyFaaS](https://github.com/baidu/EasyFaaS)|EasyFaaS是一个依赖轻适配性强资源占用少无状态且高性能的函数计算服务引擎|546|Go|2021-10-18|2021-04-06|
|194|[qwqdanchun/DcRat](https://github.com/qwqdanchun/DcRat)|A simple remote tool in C#.|546|C#|2022-01-13|2021-03-12|
|195|[Rick-Lang/rickroll-lang](https://github.com/Rick-Lang/rickroll-lang)|Rick Roll Language is a rickroll based, process oriented, dynamic, strong, esoteric programming language. All of the keywords/statements are coming from Rick Astley's lyrics. Discord server: https://d ...|545|Python|2022-02-02|2021-05-16|
|196|[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 ...|538|PHP|2022-01-12|2021-04-07|
|197|[textflint/textflint](https://github.com/textflint/textflint)|Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing|537|Python|2022-01-23|2021-03-06|
|198|[EASY233/Finger](https://github.com/EASY233/Finger)|一款红队在大量的资产中存活探测与重点攻击系统指纹探测工具|534|Python|2022-01-27|2021-03-24|
|199|[wgpsec/tig](https://github.com/wgpsec/tig)|Threat Intelligence Gathering 威胁情报收集旨在提高蓝队拿到攻击 IP 后对其进行威胁情报信息收集的效率|534|Python|2022-01-20|2021-03-10|
|200|[HXSecurity/DongTai-agent-java](https://github.com/HXSecurity/DongTai-agent-java)|Java Agent is a Java application probe of DongTai IAST, which collects method invocation data during runtime of Java application by dynamic hooks.|533|Java|2022-01-25|2021-03-22|
|103|[Tencent/flare](https://github.com/Tencent/flare)| Flare是广泛投产于腾讯广告后台的现代化C++开发框架包含了基础库RPC各种客户端等主要特点为易用性强长尾延迟低 |841|C++|2021-12-24|2021-05-26|
|104|[bytedance/btrace](https://github.com/bytedance/btrace)|🔥🔥 btrace(AKA RheaTrace) is a high performance Android trace tool which is based on Systrace, it support to define custom events automatically during building apk and using bhook to provider more nati ...|834|Kotlin|2022-01-26|2021-12-17|
|105|[Anonymous-ghost/AttackWebFrameworkTools](https://github.com/Anonymous-ghost/AttackWebFrameworkTools)|本软件首先集成危害性较大框架和部分主流cms的rce(无需登录,或者登录绕过执行rce)和反序列化(利用链简单)。上传getshellsql注入等高危漏洞直接就可以拿权限出数据其次对一些构造复杂exp漏洞进行检测傻瓜式导入url即可实现批量测试,能一键getshell检测绝不sql注入或者不是只检测其中thinkphp 集成所有rce Exp Struts2漏洞集成了shack2 和k8 ...|817|C#|2022-02-05|2021-02-10|
|106|[sairson/Yasso](https://github.com/sairson/Yasso)|强大的内网渗透辅助工具集-让Yasso像风一样 支持rdpsshredispostgresmongodbmssqlmysqlwinrm等服务爆破快速的端口扫描强大的web指纹识别各种内置服务的一键利用包括ssh完全交互式登陆mssql提权redis一键利用mysql数据库查询winrm横向利用多种服务利用支持socks5代理执行|816|Go|2022-01-29|2022-01-05|
|107|[timb-machine/linux-malware](https://github.com/timb-machine/linux-malware)|Tracking interesting Linux (and UNIX) malware. Send PRs|810|HTML|2022-01-26|2021-07-20|
|108|[DefTruth/lite.ai.toolkit](https://github.com/DefTruth/lite.ai.toolkit)|🍅🍅A lite C++ toolkit of awesome AI models with ONNXRuntime, NCNN, MNN and TNN. YOLOX, YOLOP, YOLOv5, YOLOR, NanoDet, YOLOX, SCRFD, YOLOX . MNN, NCNN, TNN, ONNXRuntime, CPU/GPU.|804|C++|2022-02-05|2021-03-22|
|109|[P3TERX/warp.sh](https://github.com/P3TERX/warp.sh)|Cloudflare WARP configuration script Cloudflare WARP 一键配置脚本|794|Shell|2021-11-27|2021-06-12|
|110|[0x727/SpringBootExploit](https://github.com/0x727/SpringBootExploit)|项目是根据LandGrey/SpringBootVulExploit清单编写目的hvv期间快速利用漏洞降低漏洞利用门槛|792|Java|2021-12-13|2021-10-22|
|111|[yihong0618/GitHubPoster](https://github.com/yihong0618/GitHubPoster)|Make everything a GitHub svg poster and Skyline!|790|Python|2022-02-05|2021-04-21|
|112|[78778443/QingScan](https://github.com/78778443/QingScan)|一个漏洞扫描器粘合剂,添加目标后30款工具自动调用支持 web扫描系统扫描子域名收集目录扫描主机扫描主机发现组件识别URL爬虫XRAY扫描AWVS自动扫描POC批量验证SSH批量测试vulmap。|787|Python|2022-01-30|2021-12-06|
|113|[wulabing/V2Ray_ws-tls_bash_onekey](https://github.com/wulabing/V2Ray_ws-tls_bash_onekey)|-|786|Shell|2022-01-02|2021-02-21|
|114|[jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch)|All-in-One menu bar app, hide MacBook Pro's notch, dark mode, AirPods, Shortcuts|772|Swift|2022-02-05|2021-11-30|
|115|[CollegesChat/university-information](https://github.com/CollegesChat/university-information)|收集全国各高校招生时不会写明却会实实在在影响大学生活质量的要求与细节|768|Python|2021-08-25|2021-06-25|
|116|[fscarmen/warp](https://github.com/fscarmen/warp)|WARP one-click script. Add an IPv4, IPv6 or dual-stack CloudFlare WARP network interface and Socks5 proxy for VPS. 一键脚本|768|Shell|2022-01-31|2021-03-17|
|117|[Zy143L/wskey](https://github.com/Zy143L/wskey)|wskey|767|Python|2022-02-05|2021-09-01|
|118|[microsoft/Graphormer](https://github.com/microsoft/Graphormer)|Graphormer is a deep learning package that allows researchers and developers to train custom models for molecule modeling tasks. It aims to accelerate the research and application in AI for molecule s ...|767|Python|2022-01-07|2021-05-27|
|119|[xiecat/goblin](https://github.com/xiecat/goblin)|一款适用于红蓝对抗中的仿真钓鱼系统|765|Go|2022-01-22|2021-09-06|
|120|[bnjbvr/rouille](https://github.com/bnjbvr/rouille)|Rust programming, in French.|763|Rust|2022-01-07|2021-09-09|
|121|[stevenlei/spacingjs](https://github.com/stevenlei/spacingjs)|A JavaScript utility for measuring the spacing between elements on webpage.|760|TypeScript|2021-11-29|2021-11-09|
|122|[seccome/Ehoney](https://github.com/seccome/Ehoney)|安全快捷高交互企业级的蜜罐管理系统支持多种协议蜜罐蜜签诱饵等功能A safe, fast, highly interactive and enterprise level honeypot management system, supports multiple protocol honeypots, honeytokens, baits and other functions.|760|Go|2022-01-04|2021-06-03|
|123|[Jack-Cherish/quantitative](https://github.com/Jack-Cherish/quantitative)|量化交易python3|759|Python|2021-12-28|2021-09-08|
|124|[BR-IDL/PaddleViT](https://github.com/BR-IDL/PaddleViT)|:robot: PaddleViT: State-of-the-art Visual Transformer and MLP Models for PaddlePaddle 2.0+|750|Python|2022-01-26|2021-08-30|
|125|[tuplex/tuplex](https://github.com/tuplex/tuplex)|Tuplex is a parallel big data processing framework that runs data science pipelines written in Python at the speed of compiled code. Tuplex has similar Python APIs to Apache Spark or Dask, but rather ...|747|C++|2022-02-04|2021-06-30|
|126|[chanify/chanify](https://github.com/chanify/chanify)|Chanify is a safe and simple notification tools. This repository is command line tools for Chanify.|745|Go|2022-01-25|2021-02-25|
|127|[Mashiro2000/HeyTapTask](https://github.com/Mashiro2000/HeyTapTask)|适配青龙面板/云函数/本地运行的欢太商城脚本|740|Python|2022-01-22|2021-09-17|
|128|[wgpsec/DBJ](https://github.com/wgpsec/DBJ)|大宝剑-边界资产梳理工具红队蓝队企业组织架构子域名Web资产梳理Web指纹识别ICON_Hash资产匹配|717|Python|2021-10-23|2021-03-11|
|129|[Boris-code/feapder](https://github.com/Boris-code/feapder)|feapder是一款支持分布式批次采集任务防丢报警丰富的python爬虫框架|717|Python|2022-02-04|2021-02-08|
|130|[openscrm/api-server](https://github.com/openscrm/api-server)|OpenSCRM是一套基于Go和React的超高质量企业微信私域流量管理系统 遵守Apache2.0协议全网唯一免费商用企业微信私域流量SCRM|706|Go|2022-01-06|2021-08-24|
|131|[luolongfei/freenom](https://github.com/luolongfei/freenom)|Freenom 域名自动续期Freenom domain name renews automatically.|705|PHP|2022-01-21|2021-09-10|
|132|[myth984/wechat-report](https://github.com/myth984/wechat-report)|微信聊天记录年度报告|702|Vue|2022-01-05|2021-12-30|
|133|[Twi1ight/CSAgent](https://github.com/Twi1ight/CSAgent)|CobaltStrike 4.x通用白嫖及汉化加载器|702|Java|2021-10-15|2021-06-23|
|134|[Paving-Base/APK-Installer](https://github.com/Paving-Base/APK-Installer)|An Android Application Installer for Windows|701|C#|2022-01-29|2021-10-21|
|135|[lilishop/lilishop](https://github.com/lilishop/lilishop)|电商商城 多语言商城 跨境商城 多用户商城 小程序商城 微服务商城 新零售 社区商城|697|Java|2022-01-27|2021-05-14|
|136|[allentofight/easy-cs](https://github.com/allentofight/easy-cs)|CS如此简单!|697|-|2021-11-22|2021-02-12|
|137|[feature-flags-co/feature-flags-co](https://github.com/feature-flags-co/feature-flags-co)|Feature flags-driven product intelligence platform that makes iterating on products as fast as Commit code|688|C#|2022-02-05|2021-07-27|
|138|[Tencent/cherry-markdown](https://github.com/Tencent/cherry-markdown)|✨ A Markdown Editor|687|JavaScript|2022-01-30|2021-10-15|
|139|[allanpk716/ChineseSubFinder](https://github.com/allanpk716/ChineseSubFinder)|自动化中文字幕下载字幕网站支持 zimukusubhdshooterxunlei 支持 EmbyJellyfinPlexSonarrRadarrTMM|684|Go|2022-02-02|2021-05-30|
|140|[yaklang/yakit](https://github.com/yaklang/yakit)|Cyber Security ALL-IN-ONE Platform|674|TypeScript|2022-02-05|2021-10-12|
|141|[Oreomeow/checkinpanel](https://github.com/Oreomeow/checkinpanel)|一个主要运行在 𝐞𝐥𝐞𝐜𝐕𝟐𝐏 𝐪𝐢𝐧𝐠𝐥𝐨𝐧𝐠 等定时面板同时支持系统运行环境的签到项目环境𝑷𝒚𝒕𝒉𝒐𝒏 3.8+ / 𝑵𝒐𝒅𝒆.𝒋𝒔 10+ / 𝑩𝒂𝒔𝒉 4+ / 𝑶𝒑𝒆𝒏𝑱𝑫𝑲8 / 𝑷𝒆𝒓𝒍5|670|Perl|2022-02-05|2021-08-22|
|142|[openppl-public/ppl.nn](https://github.com/openppl-public/ppl.nn)|A primitive library for neural network|670|C++|2022-01-31|2021-06-30|
|143|[vooidzero/B23Downloader](https://github.com/vooidzero/B23Downloader)|下载B站视频直播漫画能看=能下载)。使用 Qt C++ 开发|667|C++|2022-01-17|2021-09-22|
|144|[asd920/Auto-jd](https://github.com/asd920/Auto-jd)|京东自用脚本|658|JavaScript|2022-02-05|2021-05-29|
|145|[MBoxPlus/mbox](https://github.com/MBoxPlus/mbox)|Toolchain for Mobile App Development 移动研发工具链|656|Ruby|2022-01-13|2021-06-22|
|146|[axiaoxin-com/investool](https://github.com/axiaoxin-com/investool)|Golang实现财报分析个股基本面检测基本面选股4433法则基金筛选与检测基金持仓相似度股票选基基金经理筛选|656|Go|2022-01-01|2021-04-19|
|147|[open-mmlab/mmgeneration](https://github.com/open-mmlab/mmgeneration)|MMGeneration is a powerful toolkit for generative models, based on PyTorch and MMCV. |656|Python|2022-02-04|2021-04-14|
|148|[rebase-network/Dapp-Learning](https://github.com/rebase-network/Dapp-Learning)|-|653|Solidity|2021-12-13|2021-06-08|
|149|[bytedance/memory-leak-detector](https://github.com/bytedance/memory-leak-detector)|-|646|C|2022-01-26|2021-04-14|
|150|[alaskasquirrel/Email-newsletter-RSS](https://github.com/alaskasquirrel/Email-newsletter-RSS)|邮箱 📧 newsletter RSS|641|-|2021-12-07|2021-09-19|
|151|[chinese-chess-everywhere/type-chess](https://github.com/chinese-chess-everywhere/type-chess)|一个玩具 TypeScript 类型系统写的中国象棋|636|TypeScript|2022-01-19|2021-10-26|
|152|[auxten/go-sqldb](https://github.com/auxten/go-sqldb)|A pure golang SQL database for database theory research|636|Go|2021-08-31|2021-04-10|
|153|[passerby-b/JDDJ](https://github.com/passerby-b/JDDJ)|京东到家果园庄园脚本,电报群:https://t.me/passerbyb2021|632|JavaScript|2021-12-13|2021-04-16|
|154|[Chaoses-Ib/IbEverythingExt](https://github.com/Chaoses-Ib/IbEverythingExt)|Everything 拼音搜索快速选择扩展|625|C++|2022-01-31|2021-09-18|
|155|[MistEO/MeoAssistantArknights](https://github.com/MistEO/MeoAssistantArknights)|明日方舟助手自动刷图智能基建换班全日常一键长草|624|C++|2022-02-04|2021-07-09|
|156|[wubx/rust-in-databend](https://github.com/wubx/rust-in-databend)|Rust 培养提高计划, 感谢 Databend 社区 支持https://github.com/datafuselabs/databend|623|Rust|2022-01-19|2021-09-22|
|157|[rms-open-letter/rms-open-letter.github.io](https://github.com/rms-open-letter/rms-open-letter.github.io)|-|623|TypeScript|2021-10-03|2021-03-23|
|158|[shouxieai/tensorRT_Pro](https://github.com/shouxieai/tensorRT_Pro)|C++ library based on tensorrt integration|621|C++|2022-01-29|2021-07-26|
|159|[go-gorm/gen](https://github.com/go-gorm/gen)|Gen: Friendly & Safer GORM powered by Code Generation|619|Go|2022-02-04|2021-07-14|
|160|[rubyangxg/jd-qinglong](https://github.com/rubyangxg/jd-qinglong)|-|617|Java|2022-01-29|2021-09-14|
|161|[cdle/sillyGirl](https://github.com/cdle/sillyGirl)|傻妞机器人|615|Go|2022-02-04|2021-08-30|
|162|[EmYiQing/JSPHorse](https://github.com/EmYiQing/JSPHorse)|结合反射调用动态编译BCELdefineClass0ScriptEngineExpression等技术的一款免杀JSP Webshell生成工具|611|Java|2021-12-16|2021-11-06|
|163|[XINCGer/UnityToolchainsTrick](https://github.com/XINCGer/UnityToolchainsTrick)|提供一些UnityEditor工具链开发的常用小技巧与示例(Provides some common tips and examples for developing the UnityEditor toolchain)|610|C#|2022-01-20|2021-03-19|
|164|[maccmspro/maccms10](https://github.com/maccmspro/maccms10)|苹果cms-v10,maccms-v10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序|601|PHP|2022-01-12|2021-06-25|
|165|[HXSecurity/DongTai](https://github.com/HXSecurity/DongTai)|DongTai is an interactive application security testing(IAST) product that supports the detection of OWASP WEB TOP 10 vulnerabilities, multi-request related vulnerabilities (including logic vulnerabili ...|601|Shell|2022-01-24|2021-03-22|
|166|[easychen/wecomchan](https://github.com/easychen/wecomchan)|通过企业微信向微信推送消息的配置文档直推函数和可自行搭建的在线服务代码可以看成Server酱的开源替代方案之一|600|Go|2022-02-05|2021-05-30|
|167|[biyidev/biyi](https://github.com/biyidev/biyi)|Biyi (比译) is a convenient translation and dictionary app written in Flutter. |595|Dart|2022-01-16|2021-03-06|
|168|[easychen/docker2saas](https://github.com/easychen/docker2saas)|An open source tool that lets you create a SaaS website from docker images in 10 minutes.|592|PHP|2022-01-18|2021-02-13|
|169|[ClassmateLin/scripts](https://github.com/ClassmateLin/scripts)|jd https://t.me/+fo3HSUe3nbRiNjY1|591|Python|2022-01-14|2021-07-20|
|170|[bytedance/CodeLocator](https://github.com/bytedance/CodeLocator)|-|588|Java|2022-01-12|2021-08-19|
|171|[tal-tech/conan](https://github.com/tal-tech/conan)|柯南平台开源版本为用户提供流量回放全流程解决方案|587|Java|2021-10-21|2021-03-02|
|172|[iyear/pure-live-core](https://github.com/iyear/pure-live-core)| Make Live Pure Again 让直播回归纯粹|584|Go|2022-01-28|2021-12-06|
|173|[cool-team-official/cool-admin-vue](https://github.com/cool-team-official/cool-admin-vue)|cool-admin一个很酷的后台权限管理框架模块化插件化CRUD极速开发永久开源免费基于midway.js 2.0typeormmysqljwtelement-uivuexvue-routervue等构建|584|CSS|2021-12-18|2021-02-27|
|174|[takayama-lily/vscode-qq](https://github.com/takayama-lily/vscode-qq)|基于安卓QQ协议的vscode-qq扩展|583|TypeScript|2022-01-01|2021-02-06|
|175|[zhzyker/dismap](https://github.com/zhzyker/dismap)|Asset discovery and identification tools 快速识别 Web 指纹信息定位资产类型辅助红队快速定位目标资产信息辅助蓝队发现疑似脆弱点|582|Go|2021-10-15|2021-07-24|
|176|[SummerSec/ShiroAttack2](https://github.com/SummerSec/ShiroAttack2)|shiro反序列化漏洞综合利用,包含回显执行命令/注入内存马修复原版中NoCC的问题 https://github.com/j1anFen/shiro_attack|580|Java|2022-01-26|2021-06-13|
|177|[joyycom/VNN](https://github.com/joyycom/VNN)|VNN是由欢聚集团(Joyy Inc.)推出的高性能轻量级神经网络部署框架目前已为HagoVOOVFly马克相机等App提供20余种AI能力的支持覆盖直播短视频视频编辑等泛娱乐场景和工程场景|575|C|2022-01-17|2021-12-07|
|178|[dohooo/react-native-reanimated-carousel](https://github.com/dohooo/react-native-reanimated-carousel)|Simple React Native carousel component,fully implemented using reanimated v2,support to iOS/Android/Web.轮播图swiper|572|TypeScript|2022-02-04|2021-09-07|
|179|[LGUG2Z/komorebi](https://github.com/LGUG2Z/komorebi)|A tiling window manager for Windows|569|Rust|2022-02-03|2021-07-29|
|180|[open-mmlab/mmdeploy](https://github.com/open-mmlab/mmdeploy)|OpenMMLab Model Deployment Framework|568|C++|2022-01-31|2021-12-24|
|181|[LSPosed/AndroidHiddenApiBypass](https://github.com/LSPosed/AndroidHiddenApiBypass)|Bypass restrictions on non-SDK interfaces|563|Java|2022-01-05|2021-04-07|
|182|[peng-zhihui/OpenHeat](https://github.com/peng-zhihui/OpenHeat)|-|560|C|2021-12-16|2021-09-05|
|183|[LianjiaTech/keframe](https://github.com/LianjiaTech/keframe)|Components that optimize Flutter fluency.Flutter 流畅度优化的通用方案轻松解决卡顿问题|560|Dart|2021-11-25|2021-06-30|
|184|[ASoulCnki/ASoulCnki](https://github.com/ASoulCnki/ASoulCnki)|ASoul评论区小作文 枝网查重系统 爬虫部分|560|Python|2021-12-03|2021-06-13|
|185|[Tencent/bk-job](https://github.com/Tencent/bk-job)|蓝鲸作业平台Job是一套运维基础操作管理系统具备海量任务并发处理能力除了支持脚本执行文件分发定时任务等一系列基础运维场景以外还支持通过流程调度能力将零碎的单个任务组装成一个自动化作业流程而每个作业都可做为一个原子节点提供给上层或周边系统/平台使用实现调度自动化|557|Java|2022-01-24|2021-06-17|
|186|[knownsec/Kunyu](https://github.com/knownsec/Kunyu)|Kunyu, more efficient corporate asset collection|556|Python|2022-01-25|2021-07-28|
|187|[niuhuan/pikapika](https://github.com/niuhuan/pikapika)|美观易用且无广告的R18二次元客户端同时支持MacOSWindowsAndroidiOS并上传了APK和IPA。|556|Dart|2022-02-04|2021-07-27|
|188|[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, ...|553|Rust|2022-01-27|2021-11-26|
|189|[jbduncanm/GcmForMojo2](https://github.com/jbduncanm/GcmForMojo2)|#GcmForMojo 为QQ和微信开启FCM推送# GcmForMojo|551|Java|2022-01-12|2021-02-08|
|190|[lanceliao/china-holiday-calender](https://github.com/lanceliao/china-holiday-calender)|中国节假日调休补班日历ICS格式可供IPhoneGoogle CalenderOutlook等客户端订阅|548|-|2021-12-05|2021-05-08|
|191|[qwqdanchun/DcRat](https://github.com/qwqdanchun/DcRat)|A simple remote tool in C#.|547|C#|2022-01-13|2021-03-12|
|192|[baidu/EasyFaaS](https://github.com/baidu/EasyFaaS)|EasyFaaS是一个依赖轻适配性强资源占用少无状态且高性能的函数计算服务引擎|546|Go|2021-10-18|2021-04-06|
|193|[Rick-Lang/rickroll-lang](https://github.com/Rick-Lang/rickroll-lang)|Rick Roll Language is a rickroll based, process oriented, dynamic, strong, esoteric programming language. All of the keywords/statements are coming from Rick Astley's lyrics. Discord server: https://d ...|545|Python|2022-02-02|2021-05-16|
|194|[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 ...|538|PHP|2022-01-12|2021-04-07|
|195|[textflint/textflint](https://github.com/textflint/textflint)|Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing|537|Python|2022-01-23|2021-03-06|
|196|[wgpsec/tig](https://github.com/wgpsec/tig)|Threat Intelligence Gathering 威胁情报收集旨在提高蓝队拿到攻击 IP 后对其进行威胁情报信息收集的效率|535|Python|2022-01-20|2021-03-10|
|197|[EASY233/Finger](https://github.com/EASY233/Finger)|一款红队在大量的资产中存活探测与重点攻击系统指纹探测工具|534|Python|2022-01-27|2021-03-24|
|198|[HXSecurity/DongTai-agent-java](https://github.com/HXSecurity/DongTai-agent-java)|Java Agent is a Java application probe of DongTai IAST, which collects method invocation data during runtime of Java application by dynamic hooks.|533|Java|2022-01-25|2021-03-22|
|199|[HyPlayer/HyPlayer](https://github.com/HyPlayer/HyPlayer)|第三方网易云音乐播放器 A Netease Cloud Music Player|532|C#|2022-02-05|2021-02-14|
|200|[YuehaiTeam/cocogoat](https://github.com/YuehaiTeam/cocogoat)|A toolbox for Genshin Impact to export artifacts automatically. 支持圣遗物全自动导出的原神工具箱保证每一行代码都是熬夜加班打造|521|JavaScript|2022-01-18|2021-04-08|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Assembly
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,79 +1,80 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > C
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[sunym1993/flash-linux0.11-talk](https://github.com/sunym1993/flash-linux0.11-talk)|你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码|6813|2022-01-29|2021-11-06|
|2|[peng-zhihui/Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot)|我的超迷你机械臂机器人项目。|5803|2022-01-21|2021-10-07|
|3|[ApsaraDB/PolarDB-for-PostgreSQL](https://github.com/ApsaraDB/PolarDB-for-PostgreSQL)|"POLARDB_11_STABLE" is the stable branch which is based on PostgreSQL 11.9. It supports compute-storage separation architecture. The "distributed" branch, which supports distributed architecture.|2159|2022-01-27|2021-05-25|
|1|[sunym1993/flash-linux0.11-talk](https://github.com/sunym1993/flash-linux0.11-talk)|你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码|6852|2022-01-29|2021-11-06|
|2|[peng-zhihui/Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot)|我的超迷你机械臂机器人项目。|5806|2022-01-21|2021-10-07|
|3|[ApsaraDB/PolarDB-for-PostgreSQL](https://github.com/ApsaraDB/PolarDB-for-PostgreSQL)|"POLARDB_11_STABLE" is the stable branch which is based on PostgreSQL 11.9. It supports compute-storage separation architecture. The "distributed" branch, which supports distributed architecture.|2160|2022-01-27|2021-05-25|
|4|[peng-zhihui/Peak](https://github.com/peng-zhihui/Peak)|Tiny Mobile Terminal Device Kit.|1052|2021-10-15|2021-10-10|
|5|[bytedance/bhook](https://github.com/bytedance/bhook)|🔥 ByteHook(aka bhook) is a PLT hook framework for Android app.|1002|2021-12-27|2021-08-11|
|6|[alibaba/xquic](https://github.com/alibaba/xquic)|-|893|2022-01-29|2021-11-05|
|6|[alibaba/xquic](https://github.com/alibaba/xquic)|-|894|2022-01-29|2021-11-05|
|7|[bytedance/memory-leak-detector](https://github.com/bytedance/memory-leak-detector)|-|646|2022-01-26|2021-04-14|
|8|[joyycom/VNN](https://github.com/joyycom/VNN)|VNN是由欢聚集团(Joyy Inc.)推出的高性能、轻量级神经网络部署框架。目前已为Hago、VOO、VFly、马克相机等App提供20余种AI能力的支持覆盖直播、短视频、视频编辑等泛娱乐场景和工程场景|571|2022-01-17|2021-12-07|
|9|[peng-zhihui/OpenHeat](https://github.com/peng-zhihui/OpenHeat)|-|559|2021-12-16|2021-09-05|
|8|[joyycom/VNN](https://github.com/joyycom/VNN)|VNN是由欢聚集团(Joyy Inc.)推出的高性能、轻量级神经网络部署框架。目前已为Hago、VOO、VFly、马克相机等App提供20余种AI能力的支持覆盖直播、短视频、视频编辑等泛娱乐场景和工程场景|575|2022-01-17|2021-12-07|
|9|[peng-zhihui/OpenHeat](https://github.com/peng-zhihui/OpenHeat)|-|560|2021-12-16|2021-09-05|
|10|[yitter/IdGenerator](https://github.com/yitter/IdGenerator)|💎迄今为止最全面的分布式主键ID生成器。 💎优化的雪花算法SnowFlake——雪花漂移算法在缩短ID长度的同时具备极高瞬时并发处理能力50W/0.1s)。 💎原生支持 C#/Java/Go/Rust/C/SQL 等多语言,且提供 PHP 扩展及 Python、Node.js、Ruby 多线程安全调用动态库FFI。💎支持容器环境自动扩容自动注册 WorkerId ),单机或分布式唯 ...|496|2022-01-01|2021-03-13|
|11|[hydromisc/hydromisc](https://github.com/hydromisc/hydromisc)|Open hardware to measure EC and pH, drive pumps, and otherwise manage a mid-size hydroponic grow over Wi-Fi.|459|2022-01-03|2021-06-28|
|12|[Al1ex/WindowsElevation](https://github.com/Al1ex/WindowsElevation)|Windows Elevation(持续更新)|358|2021-11-29|2021-03-29|
|13|[0voice/kernel_new_features](https://github.com/0voice/kernel_new_features)|一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等|321|2022-02-01|2022-01-17|
|14|[alibaba/Patrons](https://github.com/alibaba/Patrons)|🎉 A framework for improving android 32bit app stability. (Alleviate crashes caused by insufficient virtual memory)|313|2022-01-12|2021-06-15|
|15|[riscv2os/riscv2os](https://github.com/riscv2os/riscv2os)|從 RISC-V 處理器到 UNIX 作業系統|245|2021-11-25|2021-07-27|
|16|[ClimbSnail/HoloCubic_AIO](https://github.com/ClimbSnail/HoloCubic_AIO)|HoloCubic超多功能AIO固件 基于esp32-arduino的天气时钟、相册、视频播放、桌面投屏、web服务、bilibili粉丝等|235|2022-01-18|2021-05-30|
|17|[baidu/dperf](https://github.com/baidu/dperf)|dperf is a DPDK based 100Gbps network performance and load testing software.|232|2022-01-27|2021-12-21|
|18|[loongly/PureScript](https://github.com/loongly/PureScript)|A C# hot reload framework for Unity3D, based on Mono's MONO_AOT_MODE_INTERP mode.|217|2022-01-23|2021-03-05|
|19|[hepingood/ds18b20](https://github.com/hepingood/ds18b20)|ds18b20 full function driver|213|2022-01-10|2021-05-10|
|20|[dwj0/Remote-management](https://github.com/dwj0/Remote-management)|远程桌面、RADMIN、SSH、VNC集中管理器|193|2021-12-06|2021-04-03|
|21|[hepingood/ws2812b](https://github.com/hepingood/ws2812b)|ws2812b full function driver|188|2022-01-09|2021-11-02|
|22|[Al1ex/LinuxEelvation](https://github.com/Al1ex/LinuxEelvation)|Linux Eelvation(持续更新)|186|2022-01-27|2021-03-30|
|23|[maoabc/nmmp](https://github.com/maoabc/nmmp)|dex-vm used to protect the dex file|168|2022-02-02|2021-05-21|
|24|[smallzhong/hide_execute_memory](https://github.com/smallzhong/hide_execute_memory)|隐藏可执行内存|139|2021-12-27|2021-12-22|
|25|[Kevincoooool/ESP_MASTER](https://github.com/Kevincoooool/ESP_MASTER)|ESP32-CAM with LVGL Speech/Face Recognition IR Control|136|2021-12-04|2021-08-26|
|26|[alibaba/TairHash](https://github.com/alibaba/TairHash)|A redis module, similar to redis hash, but you can set expiration and version for field|126|2022-01-14|2021-02-25|
|27|[archeryue/cpc](https://github.com/archeryue/cpc)|建党 100 周年!写一个名为 CPC 的 C 编译器,为党庆生!|120|2021-09-15|2021-07-01|
|28|[yhnu/op7t](https://github.com/yhnu/op7t)|oneplus 7t 自定义内核(for 安卓逆向/外挂分析)|113|2021-11-26|2021-09-06|
|29|[Rand312/xv6](https://github.com/Rand312/xv6)|-|110|2021-11-28|2021-10-29|
|30|[Harry-hhj/CVRM2021-sjtu](https://github.com/Harry-hhj/CVRM2021-sjtu)|2021赛季交龙哨兵代码开源|109|2021-10-09|2021-08-31|
|31|[NoOne-hub/Beacon.dll](https://github.com/NoOne-hub/Beacon.dll)|Beacon.dll reverse|108|2021-09-05|2021-08-20|
|32|[AttackTeamFamily/cobaltstrike-bof-toolset](https://github.com/AttackTeamFamily/cobaltstrike-bof-toolset)|在cobaltstrike中使用的bof工具集收集整理验证好用的bof。|103|2021-11-08|2021-07-30|
|33|[kenzok8/small-package](https://github.com/kenzok8/small-package)|自动同步更新上游库软件|95|2022-02-04|2021-09-05|
|34|[NVIDIA-AI-IOT/deepstream_lpr_app](https://github.com/NVIDIA-AI-IOT/deepstream_lpr_app)|Sample app code for LPR deployment on DeepStream|95|2021-11-18|2021-02-08|
|35|[Core-2-Extreme/Video_player_for_3DS](https://github.com/Core-2-Extreme/Video_player_for_3DS)|Video player for 3ds|89|2022-02-04|2021-04-02|
|36|[zwluoqi/mobile-visual-shader-editor](https://github.com/zwluoqi/mobile-visual-shader-editor)|一款跨平台着色器编辑工具|87|2021-10-10|2021-09-14|
|37|[YeeZTech/YeeZ-Privacy-Computing](https://github.com/YeeZTech/YeeZ-Privacy-Computing)|Fidelius - YeeZ Privacy Computing|84|2022-01-27|2021-03-22|
|38|[keke1023/Padavan](https://github.com/keke1023/Padavan)|基于hanwckf,chongshengB以及padavanonly的源码整合而来支持7603/7615/7915的kvr|81|2022-01-15|2021-08-23|
|39|[o8oo8o/GoWebSSH](https://github.com/o8oo8o/GoWebSSH)|功能强大Go 实现的一个WebSSH支持文件上传下载|81|2021-12-12|2021-05-09|
|40|[u1f383/Software-Security-2021](https://github.com/u1f383/Software-Security-2021)|2021 交大程式安全 binary exploit 課程教材|78|2022-01-19|2021-11-24|
|41|[alibaba/TairString](https://github.com/alibaba/TairString)|A redis module, similar to redis string, but you can set expire and version for the value. It also provides many very useful commands, such as cas/cad, etc.|73|2022-02-03|2021-02-25|
|42|[espressif/esp-box](https://github.com/espressif/esp-box)|The ESP-BOX is a new generation AIoT development platform released by Espressif Systems.|72|2022-01-13|2021-10-20|
|43|[rev1si0n/bxxt](https://github.com/rev1si0n/bxxt)|安卓 BOOT.IMG/RECOVERY.IMG/SELINUX/PROPERTY 实用工具启动镜像编辑解包打包selinux 修改ro 属性修改。|70|2022-01-21|2021-03-27|
|44|[sakumisu/CherryUSB](https://github.com/sakumisu/CherryUSB)|Tiny and portable USB device/host stack for embedded system with USB IP|68|2022-02-02|2021-07-10|
|45|[impact-eintr/LinuxC](https://github.com/impact-eintr/LinuxC)|听说C与Linux更搭配哦 内容包括C基础 C++面向对象编程 基础数据结构 linux系统编程以及一些操作系统的相关知识|66|2021-12-06|2021-02-08|
|46|[metartc/metaRTC](https://github.com/metartc/metaRTC)|embedded webrtc SDK 嵌入式webrtc库 |64|2022-02-04|2021-12-17|
|47|[Sunnyyoung/WeChatTweak-CLI](https://github.com/Sunnyyoung/WeChatTweak-CLI)|A command line utility to work with WeChatTweak-macOS - WeChatTweak 命令行工具|60|2022-01-30|2021-09-09|
|48|[xboot/xfel](https://github.com/xboot/xfel)|Tiny FEL tools for allwinner SOC, support RISC-V D1 chip|59|2022-01-25|2021-05-25|
|49|[zebin-wu/homekit-bridge](https://github.com/zebin-wu/homekit-bridge)|Let any device connect to Apple HomeKit.|54|2022-01-28|2021-03-29|
|50|[NWPU-OUGE/ATOM_LINKER](https://github.com/NWPU-OUGE/ATOM_LINKER)|NWPU足基 ATOM_LINKER 唐天扬负责 硬件组|53|2021-11-23|2021-11-20|
|51|[IMFWorks/Android-So-Handler](https://github.com/IMFWorks/Android-So-Handler)|支持APK包中所有System.Load/LoadLibrary加载的So库文件Maven、aar文件引入三方库、源码引入的so文件对So文件进行7z压缩与云端下发完成apk瘦身|53|2021-12-06|2021-08-23|
|52|[mycve/bypassAV](https://github.com/mycve/bypassAV)|免杀 defender 360 cobalstrike shellcode|52|2021-12-23|2021-12-20|
|53|[hepingood/nrf24l01](https://github.com/hepingood/nrf24l01)|nrf24l01 full function driver|50|2022-01-25|2021-12-23|
|54|[zenaro147/NeoGB-Printer](https://github.com/zenaro147/NeoGB-Printer)|An open-source and standalone Gameboy Printer emulator 100% compatible with all officially released games (110 in total) that support the accessory. Just print and save the images as BMP|50|2022-01-17|2021-06-30|
|55|[Pangu-Immortal/KeepAlivePerfect](https://github.com/Pangu-Immortal/KeepAlivePerfect)|Android高级保活Android4.4到Android12.0 完美的保活方案|50|2022-01-28|2021-05-10|
|56|[hepingood/ssd1306](https://github.com/hepingood/ssd1306)|ssd1306 full function driver|48|2022-01-09|2021-05-16|
|57|[sunhuiquan/tlpi-learn](https://github.com/sunhuiquan/tlpi-learn)|My notes and solutions for The Linux Programing Interface book (TLPI)《UNIX/LINUX系统编程手册》笔记和解答|48|2021-11-07|2021-04-15|
|58|[hepingood/w25qxx](https://github.com/hepingood/w25qxx)|w25qxx full function driver|45|2022-01-09|2021-08-22|
|59|[mcuking/wasmc](https://github.com/mcuking/wasmc)|:sparkles: A WebAssembly interpreter written in C for demonstration|42|2021-08-11|2021-07-17|
|60|[PaulKlinger/mrna_vaccine_badge](https://github.com/PaulKlinger/mrna_vaccine_badge)|A small badge showing a schematic of an mRNA vaccine nanoparticle and blinking the RNA sequence of the Moderna or Pfizer vaccines.|40|2021-08-16|2021-07-18|
|61|[WindySha/bypass_dlfunctions](https://github.com/WindySha/bypass_dlfunctions)|This is another way to bypass the restriction of calling dl functions for system lib.|40|2021-08-15|2021-05-09|
|62|[DragonQuestHero/WindowsKernelPrivateSymbolsDump](https://github.com/DragonQuestHero/WindowsKernelPrivateSymbolsDump)|Win7内核私有符号结构转储|38|2021-09-03|2021-09-03|
|63|[AlynxZhou/showmethekey](https://github.com/AlynxZhou/showmethekey)|Show keys you typed on screen.|38|2021-11-07|2021-03-16|
|64|[howmp/CobaltStrikeDetect](https://github.com/howmp/CobaltStrikeDetect)|CobaltStrikeDetect|34|2021-10-14|2021-10-14|
|65|[SJTU-AuTop/RT1064-Code](https://github.com/SJTU-AuTop/RT1064-Code)|RT1064主控代码|33|2021-08-16|2021-07-19|
|66|[rockcarry/ffcnn](https://github.com/rockcarry/ffcnn)|ffcnn is a cnn neural network inference framework, written in 600 lines C language.|31|2021-09-23|2021-07-30|
|67|[rev1si0n/lib-jingdong-app-signature](https://github.com/rev1si0n/lib-jingdong-app-signature)|京东 APP 的 sign 算法以及请求库(已封装 Python可直接接入爬虫|30|2021-10-09|2021-10-09|
|68|[zeusees/PortraitSeg](https://github.com/zeusees/PortraitSeg)|移动端开源人像分割|30|2021-10-14|2021-09-26|
|69|[RT-Thread/RT-AK](https://github.com/RT-Thread/RT-AK)|RT-Thread AI Kit|30|2021-09-16|2021-04-13|
|13|[peng-zhihui/Ctrl-FOC-Lite](https://github.com/peng-zhihui/Ctrl-FOC-Lite)|-|337|2022-02-05|2021-08-07|
|14|[0voice/kernel_new_features](https://github.com/0voice/kernel_new_features)|一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等|324|2022-02-01|2022-01-17|
|15|[alibaba/Patrons](https://github.com/alibaba/Patrons)|🎉 A framework for improving android 32bit app stability. (Alleviate crashes caused by insufficient virtual memory)|314|2022-01-12|2021-06-15|
|16|[riscv2os/riscv2os](https://github.com/riscv2os/riscv2os)|從 RISC-V 處理器到 UNIX 作業系統|245|2021-11-25|2021-07-27|
|17|[ClimbSnail/HoloCubic_AIO](https://github.com/ClimbSnail/HoloCubic_AIO)|HoloCubic超多功能AIO固件 基于esp32-arduino的天气时钟、相册、视频播放、桌面投屏、web服务、bilibili粉丝等|236|2022-01-18|2021-05-30|
|18|[baidu/dperf](https://github.com/baidu/dperf)|dperf is a DPDK based 100Gbps network performance and load testing software.|233|2022-01-27|2021-12-21|
|19|[loongly/PureScript](https://github.com/loongly/PureScript)|A C# hot reload framework for Unity3D, based on Mono's MONO_AOT_MODE_INTERP mode.|217|2022-01-23|2021-03-05|
|20|[hepingood/ds18b20](https://github.com/hepingood/ds18b20)|ds18b20 full function driver|213|2022-01-10|2021-05-10|
|21|[dwj0/Remote-management](https://github.com/dwj0/Remote-management)|远程桌面、RADMIN、SSH、VNC集中管理器|193|2021-12-06|2021-04-03|
|22|[hepingood/ws2812b](https://github.com/hepingood/ws2812b)|ws2812b full function driver|188|2022-01-09|2021-11-02|
|23|[Al1ex/LinuxEelvation](https://github.com/Al1ex/LinuxEelvation)|Linux Eelvation(持续更新)|186|2022-01-27|2021-03-30|
|24|[maoabc/nmmp](https://github.com/maoabc/nmmp)|dex-vm used to protect the dex file|169|2022-02-02|2021-05-21|
|25|[smallzhong/hide_execute_memory](https://github.com/smallzhong/hide_execute_memory)|隐藏可执行内存|139|2021-12-27|2021-12-22|
|26|[Kevincoooool/ESP_MASTER](https://github.com/Kevincoooool/ESP_MASTER)|ESP32-CAM with LVGL Speech/Face Recognition IR Control|136|2021-12-04|2021-08-26|
|27|[alibaba/TairHash](https://github.com/alibaba/TairHash)|A redis module, similar to redis hash, but you can set expiration and version for field|127|2022-01-14|2021-02-25|
|28|[archeryue/cpc](https://github.com/archeryue/cpc)|建党 100 周年!写一个名为 CPC 的 C 编译器,为党庆生!|120|2021-09-15|2021-07-01|
|29|[yhnu/op7t](https://github.com/yhnu/op7t)|oneplus 7t 自定义内核(for 安卓逆向/外挂分析)|113|2021-11-26|2021-09-06|
|30|[Rand312/xv6](https://github.com/Rand312/xv6)|-|110|2021-11-28|2021-10-29|
|31|[Harry-hhj/CVRM2021-sjtu](https://github.com/Harry-hhj/CVRM2021-sjtu)|2021赛季交龙哨兵代码开源|109|2021-10-09|2021-08-31|
|32|[NoOne-hub/Beacon.dll](https://github.com/NoOne-hub/Beacon.dll)|Beacon.dll reverse|108|2021-09-05|2021-08-20|
|33|[AttackTeamFamily/cobaltstrike-bof-toolset](https://github.com/AttackTeamFamily/cobaltstrike-bof-toolset)|在cobaltstrike中使用的bof工具集收集整理验证好用的bof。|103|2021-11-08|2021-07-30|
|34|[kenzok8/small-package](https://github.com/kenzok8/small-package)|自动同步更新上游库软件|97|2022-02-05|2021-09-05|
|35|[NVIDIA-AI-IOT/deepstream_lpr_app](https://github.com/NVIDIA-AI-IOT/deepstream_lpr_app)|Sample app code for LPR deployment on DeepStream|95|2021-11-18|2021-02-08|
|36|[Core-2-Extreme/Video_player_for_3DS](https://github.com/Core-2-Extreme/Video_player_for_3DS)|Video player for 3ds|90|2022-02-04|2021-04-02|
|37|[zwluoqi/mobile-visual-shader-editor](https://github.com/zwluoqi/mobile-visual-shader-editor)|一款跨平台着色器编辑工具|87|2021-10-10|2021-09-14|
|38|[YeeZTech/YeeZ-Privacy-Computing](https://github.com/YeeZTech/YeeZ-Privacy-Computing)|Fidelius - YeeZ Privacy Computing|84|2022-01-27|2021-03-22|
|39|[keke1023/Padavan](https://github.com/keke1023/Padavan)|基于hanwckf,chongshengB以及padavanonly的源码整合而来支持7603/7615/7915的kvr|82|2022-01-15|2021-08-23|
|40|[o8oo8o/GoWebSSH](https://github.com/o8oo8o/GoWebSSH)|功能强大Go 实现的一个WebSSH支持文件上传下载|81|2021-12-12|2021-05-09|
|41|[u1f383/Software-Security-2021](https://github.com/u1f383/Software-Security-2021)|2021 交大程式安全 binary exploit 課程教材|78|2022-01-19|2021-11-24|
|42|[alibaba/TairString](https://github.com/alibaba/TairString)|A redis module, similar to redis string, but you can set expire and version for the value. It also provides many very useful commands, such as cas/cad, etc.|73|2022-02-03|2021-02-25|
|43|[espressif/esp-box](https://github.com/espressif/esp-box)|The ESP-BOX is a new generation AIoT development platform released by Espressif Systems.|72|2022-01-13|2021-10-20|
|44|[rev1si0n/bxxt](https://github.com/rev1si0n/bxxt)|安卓 BOOT.IMG/RECOVERY.IMG/SELINUX/PROPERTY 实用工具启动镜像编辑解包打包selinux 修改ro 属性修改。|70|2022-01-21|2021-03-27|
|45|[sakumisu/CherryUSB](https://github.com/sakumisu/CherryUSB)|Tiny and portable USB device/host stack for embedded system with USB IP|68|2022-02-02|2021-07-10|
|46|[impact-eintr/LinuxC](https://github.com/impact-eintr/LinuxC)|听说C与Linux更搭配哦 内容包括C基础 C++面向对象编程 基础数据结构 linux系统编程以及一些操作系统的相关知识|67|2021-12-06|2021-02-08|
|47|[metartc/metaRTC](https://github.com/metartc/metaRTC)|embedded webrtc SDK 嵌入式webrtc库 |64|2022-02-04|2021-12-17|
|48|[Sunnyyoung/WeChatTweak-CLI](https://github.com/Sunnyyoung/WeChatTweak-CLI)|A command line utility to work with WeChatTweak-macOS - WeChatTweak 命令行工具|60|2022-01-30|2021-09-09|
|49|[xboot/xfel](https://github.com/xboot/xfel)|Tiny FEL tools for allwinner SOC, support RISC-V D1 chip|59|2022-01-25|2021-05-25|
|50|[zebin-wu/homekit-bridge](https://github.com/zebin-wu/homekit-bridge)|Let any device connect to Apple HomeKit.|54|2022-02-05|2021-03-29|
|51|[NWPU-OUGE/ATOM_LINKER](https://github.com/NWPU-OUGE/ATOM_LINKER)|NWPU足基 ATOM_LINKER 唐天扬负责 硬件组|53|2021-11-23|2021-11-20|
|52|[IMFWorks/Android-So-Handler](https://github.com/IMFWorks/Android-So-Handler)|支持APK包中所有System.Load/LoadLibrary加载的So库文件Maven、aar文件引入三方库、源码引入的so文件对So文件进行7z压缩与云端下发完成apk瘦身|53|2021-12-06|2021-08-23|
|53|[mycve/bypassAV](https://github.com/mycve/bypassAV)|免杀 defender 360 cobalstrike shellcode|52|2021-12-23|2021-12-20|
|54|[hepingood/nrf24l01](https://github.com/hepingood/nrf24l01)|nrf24l01 full function driver|50|2022-01-25|2021-12-23|
|55|[zenaro147/NeoGB-Printer](https://github.com/zenaro147/NeoGB-Printer)|An open-source and standalone Gameboy Printer emulator 100% compatible with all officially released games (110 in total) that support the accessory. Just print and save the images as BMP|50|2022-01-17|2021-06-30|
|56|[Pangu-Immortal/KeepAlivePerfect](https://github.com/Pangu-Immortal/KeepAlivePerfect)|Android高级保活Android4.4到Android12.0 完美的保活方案|50|2022-01-28|2021-05-10|
|57|[hepingood/ssd1306](https://github.com/hepingood/ssd1306)|ssd1306 full function driver|48|2022-01-09|2021-05-16|
|58|[sunhuiquan/tlpi-learn](https://github.com/sunhuiquan/tlpi-learn)|My notes and solutions for The Linux Programing Interface book (TLPI)《UNIX/LINUX系统编程手册》笔记和解答|48|2021-11-07|2021-04-15|
|59|[hepingood/w25qxx](https://github.com/hepingood/w25qxx)|w25qxx full function driver|45|2022-01-09|2021-08-22|
|60|[mcuking/wasmc](https://github.com/mcuking/wasmc)|:sparkles: A WebAssembly interpreter written in C for demonstration|42|2021-08-11|2021-07-17|
|61|[PaulKlinger/mrna_vaccine_badge](https://github.com/PaulKlinger/mrna_vaccine_badge)|A small badge showing a schematic of an mRNA vaccine nanoparticle and blinking the RNA sequence of the Moderna or Pfizer vaccines.|40|2021-08-16|2021-07-18|
|62|[WindySha/bypass_dlfunctions](https://github.com/WindySha/bypass_dlfunctions)|This is another way to bypass the restriction of calling dl functions for system lib.|40|2021-08-15|2021-05-09|
|63|[DragonQuestHero/WindowsKernelPrivateSymbolsDump](https://github.com/DragonQuestHero/WindowsKernelPrivateSymbolsDump)|Win7内核私有符号结构转储|38|2021-09-03|2021-09-03|
|64|[AlynxZhou/showmethekey](https://github.com/AlynxZhou/showmethekey)|Show keys you typed on screen.|38|2021-11-07|2021-03-16|
|65|[howmp/CobaltStrikeDetect](https://github.com/howmp/CobaltStrikeDetect)|CobaltStrikeDetect|34|2021-10-14|2021-10-14|
|66|[SJTU-AuTop/RT1064-Code](https://github.com/SJTU-AuTop/RT1064-Code)|RT1064主控代码|33|2021-08-16|2021-07-19|
|67|[rockcarry/ffcnn](https://github.com/rockcarry/ffcnn)|ffcnn is a cnn neural network inference framework, written in 600 lines C language.|31|2021-09-23|2021-07-30|
|68|[rev1si0n/lib-jingdong-app-signature](https://github.com/rev1si0n/lib-jingdong-app-signature)|京东 APP 的 sign 算法以及请求库(已封装 Python可直接接入爬虫|30|2021-10-09|2021-10-09|
|69|[zeusees/PortraitSeg](https://github.com/zeusees/PortraitSeg)|移动端开源人像分割|30|2021-10-14|2021-09-26|
|70|[RT-Thread/RT-AK](https://github.com/RT-Thread/RT-AK)|RT-Thread AI Kit|30|2021-09-16|2021-04-13|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,92 +1,89 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > C++
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[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.|4093|2022-01-31|2021-05-31|
|1|[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.|4094|2022-01-31|2021-05-31|
|2|[CodingGay/BlackDex](https://github.com/CodingGay/BlackDex)|BlackDex is an Android unpack(dexdump) tool, it supports Android 5.0~12 and need not rely to any environment. BlackDex can run on any Android mobile phone or emulator, you can unpack APK File in sever ...|3017|2022-01-09|2021-05-21|
|3|[Tencent/flare](https://github.com/Tencent/flare)| Flare是广泛投产于腾讯广告后台的现代化C++开发框架包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。 |841|2021-12-24|2021-05-26|
|4|[DefTruth/lite.ai.toolkit](https://github.com/DefTruth/lite.ai.toolkit)|🍅🍅A lite C++ toolkit of awesome AI models with ONNXRuntime, NCNN, MNN and TNN. YOLOX, YOLOP, YOLOv5, YOLOR, NanoDet, YOLOX, SCRFD, YOLOX . MNN, NCNN, TNN, ONNXRuntime, CPU/GPU.|793|2022-02-04|2021-03-22|
|4|[DefTruth/lite.ai.toolkit](https://github.com/DefTruth/lite.ai.toolkit)|🍅🍅A lite C++ toolkit of awesome AI models with ONNXRuntime, NCNN, MNN and TNN. YOLOX, YOLOP, YOLOv5, YOLOR, NanoDet, YOLOX, SCRFD, YOLOX . MNN, NCNN, TNN, ONNXRuntime, CPU/GPU.|804|2022-02-05|2021-03-22|
|5|[tuplex/tuplex](https://github.com/tuplex/tuplex)|Tuplex is a parallel big data processing framework that runs data science pipelines written in Python at the speed of compiled code. Tuplex has similar Python APIs to Apache Spark or Dask, but rather ...|747|2022-02-04|2021-06-30|
|6|[openppl-public/ppl.nn](https://github.com/openppl-public/ppl.nn)|A primitive library for neural network|670|2022-01-31|2021-06-30|
|7|[vooidzero/B23Downloader](https://github.com/vooidzero/B23Downloader)|下载B站视频、直播、漫画能看=能下载)。使用 Qt C++ 开发|626|2022-01-17|2021-09-22|
|7|[vooidzero/B23Downloader](https://github.com/vooidzero/B23Downloader)|下载B站视频、直播、漫画能看=能下载)。使用 Qt C++ 开发|667|2022-01-17|2021-09-22|
|8|[Chaoses-Ib/IbEverythingExt](https://github.com/Chaoses-Ib/IbEverythingExt)|Everything 拼音搜索、快速选择扩展|625|2022-01-31|2021-09-18|
|9|[shouxieai/tensorRT_Pro](https://github.com/shouxieai/tensorRT_Pro)|C++ library based on tensorrt integration|621|2022-01-29|2021-07-26|
|10|[MistEO/MeoAssistantArknights](https://github.com/MistEO/MeoAssistantArknights)|明日方舟助手,自动刷图、智能基建换班,全日常一键长草!|613|2022-02-04|2021-07-09|
|9|[MistEO/MeoAssistantArknights](https://github.com/MistEO/MeoAssistantArknights)|明日方舟助手,自动刷图、智能基建换班,全日常一键长草!|624|2022-02-04|2021-07-09|
|10|[shouxieai/tensorRT_Pro](https://github.com/shouxieai/tensorRT_Pro)|C++ library based on tensorrt integration|621|2022-01-29|2021-07-26|
|11|[open-mmlab/mmdeploy](https://github.com/open-mmlab/mmdeploy)|OpenMMLab Model Deployment Framework|568|2022-01-31|2021-12-24|
|12|[Tencent/Forward](https://github.com/Tencent/Forward)|A library for high performance deep learning inference on NVIDIA GPUs. |491|2022-01-29|2021-03-11|
|13|[zenustech/zeno](https://github.com/zenustech/zeno)|ZEn NOde system|392|2022-02-04|2021-03-27|
|14|[peng-zhihui/Ctrl-FOC-Lite](https://github.com/peng-zhihui/Ctrl-FOC-Lite)|-|337|2021-08-07|2021-08-07|
|15|[0x727/SqlKnife_0x727](https://github.com/0x727/SqlKnife_0x727)|适合在命令行中使用的轻巧的SQL Server数据库安全检测工具|329|2021-10-23|2021-08-02|
|16|[Soreepeong/XivAlexander](https://github.com/Soreepeong/XivAlexander)|Double weave on high latency, and mishmash of modding tools - especially for fonts and internationalization for Final Fantasy XIV.|325|2022-02-03|2021-02-08|
|17|[vczh/GacUIBlog](https://github.com/vczh/GacUIBlog)|记录 GacUI 开发10年来背后的故事以及对架构设计的考量。|324|2021-12-20|2021-05-26|
|18|[ToanTech/Deng-s-foc-controller](https://github.com/ToanTech/Deng-s-foc-controller)|灯哥开源 FOC 双路迷你无刷电机驱动|324|2021-12-31|2021-02-14|
|19|[flomesh-io/pipy](https://github.com/flomesh-io/pipy)|Pipy is a tiny, high performance, highly stable, programmable proxy.|305|2022-02-02|2021-02-11|
|20|[Tencent/ScriptX](https://github.com/Tencent/ScriptX)|A versatile script engine abstraction layer.|304|2021-12-19|2021-03-19|
|21|[wfrest/wfrest](https://github.com/wfrest/wfrest)|C++ Web Framework REST API|287|2022-01-24|2021-10-27|
|22|[MiRoboticsLab/cyberdog_ros2](https://github.com/MiRoboticsLab/cyberdog_ros2)|ROS 2 packages for CyberDog|264|2021-12-30|2021-09-15|
|23|[ZhuYanzhen1/miniFOC](https://github.com/ZhuYanzhen1/miniFOC)|你还在为有刷电机的高噪声、低响应速度和低寿命而烦恼吗这个项目是一个20块钱就能搞定的FOC无刷电机控制方案This project is a FOC (Field Oriented Control) BLDC Motor control scheme that can be done for 3$!|243|2021-11-08|2021-08-13|
|24|[ToKiNoBug/SlopeCraft](https://github.com/ToKiNoBug/SlopeCraft)|Get your map pixel art in minecraft|230|2022-02-01|2021-04-25|
|25|[metartc/yangwebrtc](https://github.com/metartc/yangwebrtc)|Webrtc Libary for PC, non-google lib|219|2022-01-23|2021-08-29|
|26|[0x727/ShuiYing_0x727](https://github.com/0x727/ShuiYing_0x727)|检测域环境内,域机器的本地管理组成员是否存在弱口令和通用口令,对域用户的权限分配以及域内委派查询|217|2021-08-10|2021-08-10|
|27|[wdhao/tensorrtCV](https://github.com/wdhao/tensorrtCV)|-|213|2021-08-11|2021-05-29|
|28|[Tencent/yadcc](https://github.com/Tencent/yadcc)|Yet Another Distributed C++ Compiler. yadcc是一套腾讯广告自研的分布式编译系统用于支撑腾讯广告的日常开发及流水线。相对于已有的同类解决方案我们针对实际的工业生产环境做了性能、可靠性、易用性等方面优化。|213|2021-12-26|2021-05-28|
|29|[AllentDan/LibtorchSegmentation](https://github.com/AllentDan/LibtorchSegmentation)|A c++ trainable semantic segmentation library based on libtorch (pytorch c++). Backbone: VGG, ResNet, ResNext. Architecture: FPN, U-Net, PAN, LinkNet, PSPNet, DeepLab-V3, DeepLab-V3+ by now.|208|2021-11-17|2021-02-07|
|30|[xiangli0608/cartographer_detailed_comments_ws](https://github.com/xiangli0608/cartographer_detailed_comments_ws)|cartographer work space with detailed comments|197|2022-01-29|2021-04-20|
|31|[SmartKeyerror/reading-source-code-of-leveldb-1.23](https://github.com/SmartKeyerror/reading-source-code-of-leveldb-1.23)|leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。|188|2021-09-24|2021-07-24|
|32|[richardchien/modern-cmake-by-example](https://github.com/richardchien/modern-cmake-by-example)|IPADS 实验室新人培训第二讲CMake2021.11.3|171|2021-11-04|2021-10-15|
|33|[zhuzhu-Top/Wx_Socket_Helper](https://github.com/zhuzhu-Top/Wx_Socket_Helper)|PC微信助手|165|2021-08-27|2021-05-22|
|34|[wecooperate/iMonitor](https://github.com/wecooperate/iMonitor)|iMonitor冰镜 - 终端行为分析系统)|161|2022-01-30|2021-11-24|
|35|[taptap/perf-doctor](https://github.com/taptap/perf-doctor)|性能医生,手机应用性能测试工具|154|2022-02-03|2021-09-24|
|36|[APRIL-ZJU/clins](https://github.com/APRIL-ZJU/clins)|CLINS: Continuous-Time Trajectory Estimation for LiDAR-Inertial System|154|2022-01-19|2021-03-08|
|37|[EdVince/ClothingTransfer-NCNN](https://github.com/EdVince/ClothingTransfer-NCNN)|CT-Net, OpenPose, LIP_JPPNet, DensePose running with ncnn⚡服装迁移/虚拟试穿⚡ClothingTransfer/Virtual-Try-On⚡|149|2022-01-01|2021-12-15|
|38|[kaniol-lck/modmanager](https://github.com/kaniol-lck/modmanager)|A Qt-based mod manager for minecraft.|148|2022-02-04|2021-08-12|
|39|[yongplus/tinypng](https://github.com/yongplus/tinypng)|基于TinyPNG图片压缩软件操作简单高效支持MacOS和Windows系统无需其它依赖运行。|135|2022-01-08|2021-07-01|
|40|[EdVince/QRCode-NCNN](https://github.com/EdVince/QRCode-NCNN)|QRCode(from WeChat) implement in ncnn⚡二维码检测&解码⚡ncnn⚡|134|2022-01-13|2022-01-12|
|41|[0x727/CloneX_0x727](https://github.com/0x727/CloneX_0x727)|进行克隆用户、添加用户等账户防护安全检测的轻巧工具|131|2021-09-03|2021-08-16|
|42|[abcz316/linuxKernelRoot](https://github.com/abcz316/linuxKernelRoot)|新一代root跟面具完全不同思路摆脱面具被检测的弱点完美隐藏root功能挑战全网root检测手段兼容安卓APP直接JNI调用稳定、流畅、不闪退。|129|2022-01-16|2021-09-03|
|43|[soarqin/D2RMH](https://github.com/soarqin/D2RMH)|Diablo II Resurrected map revealing tool.|125|2022-01-19|2021-10-21|
|44|[hova88/PointPillars_MultiHead_40FPS](https://github.com/hova88/PointPillars_MultiHead_40FPS)|A REAL-TIME 3D detection network [Pointpillars] compiled by CUDA/TensorRT/C++. |125|2021-12-13|2021-04-29|
|45|[caochao39/tare_planner](https://github.com/caochao39/tare_planner)|TARE Exploration Planner for Ground Vehicles|124|2021-09-25|2021-05-08|
|46|[guojianyang/cv-detect-robot](https://github.com/guojianyang/cv-detect-robot)|🔥🔥🔥🔥🔥🔥yolov5+YOLOX+yolo+tensorRT+ros+deepstream+jetson+nano+TX2+NX for High-performance deployment(高性能部署)|122|2022-01-09|2021-07-25|
|14|[0x727/SqlKnife_0x727](https://github.com/0x727/SqlKnife_0x727)|适合在命令行中使用的轻巧的SQL Server数据库安全检测工具|329|2021-10-23|2021-08-02|
|15|[Soreepeong/XivAlexander](https://github.com/Soreepeong/XivAlexander)|Double weave on high latency, and mishmash of modding tools - especially for fonts and internationalization for Final Fantasy XIV.|327|2022-02-03|2021-02-08|
|16|[ToanTech/Deng-s-foc-controller](https://github.com/ToanTech/Deng-s-foc-controller)|灯哥开源 FOC 双路迷你无刷电机驱动|325|2021-12-31|2021-02-14|
|17|[vczh/GacUIBlog](https://github.com/vczh/GacUIBlog)|记录 GacUI 开发10年来背后的故事以及对架构设计的考量。|323|2021-12-20|2021-05-26|
|18|[flomesh-io/pipy](https://github.com/flomesh-io/pipy)|Pipy is a tiny, high performance, highly stable, programmable proxy.|305|2022-02-05|2021-02-11|
|19|[Tencent/ScriptX](https://github.com/Tencent/ScriptX)|A versatile script engine abstraction layer.|304|2021-12-19|2021-03-19|
|20|[wfrest/wfrest](https://github.com/wfrest/wfrest)|C++ Web Framework REST API|288|2022-01-24|2021-10-27|
|21|[MiRoboticsLab/cyberdog_ros2](https://github.com/MiRoboticsLab/cyberdog_ros2)|ROS 2 packages for CyberDog|264|2021-12-30|2021-09-15|
|22|[ZhuYanzhen1/miniFOC](https://github.com/ZhuYanzhen1/miniFOC)|你还在为有刷电机的高噪声、低响应速度和低寿命而烦恼吗这个项目是一个20块钱就能搞定的FOC无刷电机控制方案This project is a FOC (Field Oriented Control) BLDC Motor control scheme that can be done for 3$!|243|2021-11-08|2021-08-13|
|23|[ToKiNoBug/SlopeCraft](https://github.com/ToKiNoBug/SlopeCraft)|Get your map pixel art in minecraft|230|2022-02-01|2021-04-25|
|24|[metartc/yangwebrtc](https://github.com/metartc/yangwebrtc)|Webrtc Libary for PC, non-google lib|219|2022-01-23|2021-08-29|
|25|[0x727/ShuiYing_0x727](https://github.com/0x727/ShuiYing_0x727)|检测域环境内,域机器的本地管理组成员是否存在弱口令和通用口令,对域用户的权限分配以及域内委派查询|217|2021-08-10|2021-08-10|
|26|[wdhao/tensorrtCV](https://github.com/wdhao/tensorrtCV)|-|213|2021-08-11|2021-05-29|
|27|[Tencent/yadcc](https://github.com/Tencent/yadcc)|Yet Another Distributed C++ Compiler. yadcc是一套腾讯广告自研的分布式编译系统用于支撑腾讯广告的日常开发及流水线。相对于已有的同类解决方案我们针对实际的工业生产环境做了性能、可靠性、易用性等方面优化。|213|2021-12-26|2021-05-28|
|28|[AllentDan/LibtorchSegmentation](https://github.com/AllentDan/LibtorchSegmentation)|A c++ trainable semantic segmentation library based on libtorch (pytorch c++). Backbone: VGG, ResNet, ResNext. Architecture: FPN, U-Net, PAN, LinkNet, PSPNet, DeepLab-V3, DeepLab-V3+ by now.|208|2021-11-17|2021-02-07|
|29|[xiangli0608/cartographer_detailed_comments_ws](https://github.com/xiangli0608/cartographer_detailed_comments_ws)|cartographer work space with detailed comments|198|2022-01-29|2021-04-20|
|30|[SmartKeyerror/reading-source-code-of-leveldb-1.23](https://github.com/SmartKeyerror/reading-source-code-of-leveldb-1.23)|leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。|188|2021-09-24|2021-07-24|
|31|[richardchien/modern-cmake-by-example](https://github.com/richardchien/modern-cmake-by-example)|IPADS 实验室新人培训第二讲CMake2021.11.3|171|2021-11-04|2021-10-15|
|32|[zhuzhu-Top/Wx_Socket_Helper](https://github.com/zhuzhu-Top/Wx_Socket_Helper)|PC微信助手|165|2021-08-27|2021-05-22|
|33|[wecooperate/iMonitor](https://github.com/wecooperate/iMonitor)|iMonitor冰镜 - 终端行为分析系统)|161|2022-01-30|2021-11-24|
|34|[taptap/perf-doctor](https://github.com/taptap/perf-doctor)|性能医生,手机应用性能测试工具|154|2022-02-03|2021-09-24|
|35|[APRIL-ZJU/clins](https://github.com/APRIL-ZJU/clins)|CLINS: Continuous-Time Trajectory Estimation for LiDAR-Inertial System|154|2022-01-19|2021-03-08|
|36|[EdVince/ClothingTransfer-NCNN](https://github.com/EdVince/ClothingTransfer-NCNN)|CT-Net, OpenPose, LIP_JPPNet, DensePose running with ncnn⚡服装迁移/虚拟试穿⚡ClothingTransfer/Virtual-Try-On⚡|149|2022-01-01|2021-12-15|
|37|[kaniol-lck/modmanager](https://github.com/kaniol-lck/modmanager)|A Qt-based mod manager for minecraft.|148|2022-02-04|2021-08-12|
|38|[yongplus/tinypng](https://github.com/yongplus/tinypng)|基于TinyPNG图片压缩软件操作简单高效支持MacOS和Windows系统无需其它依赖运行。|135|2022-01-08|2021-07-01|
|39|[EdVince/QRCode-NCNN](https://github.com/EdVince/QRCode-NCNN)|QRCode(from WeChat) implement in ncnn⚡二维码检测&解码⚡ncnn⚡|134|2022-01-13|2022-01-12|
|40|[0x727/CloneX_0x727](https://github.com/0x727/CloneX_0x727)|进行克隆用户、添加用户等账户防护安全检测的轻巧工具|131|2021-09-03|2021-08-16|
|41|[abcz316/linuxKernelRoot](https://github.com/abcz316/linuxKernelRoot)|新一代root跟面具完全不同思路摆脱面具被检测的弱点完美隐藏root功能挑战全网root检测手段兼容安卓APP直接JNI调用稳定、流畅、不闪退。|129|2022-01-16|2021-09-03|
|42|[soarqin/D2RMH](https://github.com/soarqin/D2RMH)|Diablo II Resurrected map revealing tool.|125|2022-01-19|2021-10-21|
|43|[hova88/PointPillars_MultiHead_40FPS](https://github.com/hova88/PointPillars_MultiHead_40FPS)|A REAL-TIME 3D detection network [Pointpillars] compiled by CUDA/TensorRT/C++. |125|2021-12-13|2021-04-29|
|44|[caochao39/tare_planner](https://github.com/caochao39/tare_planner)|TARE Exploration Planner for Ground Vehicles|124|2021-09-25|2021-05-08|
|45|[guojianyang/cv-detect-robot](https://github.com/guojianyang/cv-detect-robot)|🔥🔥🔥🔥🔥🔥yolov5+YOLOX+yolo+tensorRT+ros+deepstream+jetson+nano+TX2+NX for High-performance deployment(高性能部署)|122|2022-01-09|2021-07-25|
|46|[ChunelFeng/CGraph](https://github.com/ChunelFeng/CGraph)|一个简单的跨平台的基于流图的并行计算框架支持注册依赖、循环执行、条件判断、面向切面、函数式编程、守护任务、自动优化、自定义分区等功能。欢迎star & fork更多信息请参考http://www.chunel.cn|122|2022-02-05|2021-04-26|
|47|[dengqizhou30/AIAssistC](https://github.com/dengqizhou30/AIAssistC)|AIAssistC是一个AI游戏助手使用OpenCv、DNN、Tensorflow、ssd_mobilenet/efficientdet、hidriver、MFC等技术截取游戏屏幕进行对象识别使用虚拟鼠标键盘驱动实现自动瞄准/自动开枪等功能,提升玩家的游戏体验。|121|2022-01-29|2021-10-27|
|48|[ChunelFeng/CGraph](https://github.com/ChunelFeng/CGraph)|一个简单的跨平台的基于流图的并行计算框架支持注册依赖、循环执行、条件判断、面向切面、函数式编程、守护任务、自动优化、自定义分区等功能。欢迎star & fork更多信息请参考http://www.chunel.cn|119|2022-02-04|2021-04-26|
|49|[Chuyu-Team/VC-LTL5](https://github.com/Chuyu-Team/VC-LTL5)|Shared to msvcrt.dll or ucrtbase.dll and optimize the C/C++ application file size.|117|2022-01-17|2021-08-08|
|50|[H3d9/sguard_limit](https://github.com/H3d9/sguard_limit)|限制ACE-Guard Client EXE占用系统资源支持各种腾讯游戏|117|2021-12-13|2021-02-05|
|51|[crisprss/BypassUserAdd](https://github.com/crisprss/BypassUserAdd)|通过反射DLL注入、Win API、C#、以及底层实现NetUserAdd方式实现BypassAV进行增加用户的功能,实现Cobalt Strike插件化|115|2022-01-13|2022-01-04|
|52|[EdVince/PSGAN-NCNN](https://github.com/EdVince/PSGAN-NCNN)|PSGAN running with ncnn⚡妆容迁移/仿妆⚡Imitation Makeup/Makeup Transfer⚡|114|2021-10-30|2021-10-23|
|53|[wecooperate/iMonitorSDK](https://github.com/wecooperate/iMonitorSDK)|系统监控开发套件sysmon、promon、edr、终端安全、主机安全、零信任、上网行为管理|107|2022-01-30|2021-09-25|
|54|[vxfury/tabulate](https://github.com/vxfury/tabulate)|Table maker, true color, nested table, unicode, xterm & markdown syntax, ...|102|2021-12-26|2021-10-15|
|55|[saturneric/GpgFrontend](https://github.com/saturneric/GpgFrontend)|A Powerful, Easy-to-Use, Compact, Cross-Platform and Installation-Free OpenPGP(pgp) Crypto Tool. Also, it's one of the excellent GUI Frontends for Modern GnuPG(gpg).|98|2022-01-16|2021-06-19|
|56|[GengGode/GenshinImpact_AutoTrack_DLL](https://github.com/GengGode/GenshinImpact_AutoTrack_DLL)|能够从原神中获取角色的位置、朝向以及视角的实时数据通过图像算法获取并非读内存。The real-time data of the position, orientation and angle of view of the character can be obtained from the Genshin Impact, which can be obtained through the i ...|97|2022-01-27|2021-06-17|
|57|[rvbust/Vis](https://github.com/rvbust/Vis)|Interactive & Asynchronous 3D Visualization Tool|96|2021-08-18|2021-07-23|
|58|[LiteLDev/LiteXLoader](https://github.com/LiteLDev/LiteXLoader)|A cross-language script plugin loader for Bedrock Dedicated Server (BDS) , based on LiteLoaderBDS & ScriptX|90|2022-01-28|2021-04-17|
|59|[netcan/config-loader](https://github.com/netcan/config-loader)|Simple C++ Config Loader Framework(Serialization & Reflection)|84|2022-01-05|2021-06-21|
|60|[scarsty/nn-editor](https://github.com/scarsty/nn-editor)|Neural Net Editor 神经网络编辑器|83|2022-01-28|2022-01-05|
|61|[Guyutongxue/VSCodeConfigHelper3](https://github.com/Guyutongxue/VSCodeConfigHelper3)|VS Code C++ 配置器|81|2022-01-25|2021-07-13|
|62|[luoyesiqiu/dpt-shell](https://github.com/luoyesiqiu/dpt-shell)|Android函数抽取壳实现|80|2022-01-16|2022-01-10|
|63|[ApsaraDB/PolarDB-FileSystem](https://github.com/ApsaraDB/PolarDB-FileSystem)|-|80|2021-11-10|2021-10-12|
|64|[qiang/Riru-ModuleFridaGadget](https://github.com/qiang/Riru-ModuleFridaGadget)|一个magisk 的模块,简化版,依赖 riru能够简单的hook并且加载动态库目前用来加载 frida 的gadget 库从而使hook脱离命令行和server并且能够在多进程中加载|80|2021-12-18|2021-09-01|
|65|[hpc203/yolox-opencv-dnn](https://github.com/hpc203/yolox-opencv-dnn)|使用OpenCV部署YOLOX支持YOLOX-S、YOLOX-M、YOLOX-L、YOLOX-X、YOLOX-Darknet53五种结构包含C++和Python两种版本的程序|79|2021-10-21|2021-08-08|
|66|[DL-Practise/OpenSitUp](https://github.com/DL-Practise/OpenSitUp)|OpenSitUp是一个基于姿态估计的开源项目旨在帮助对姿态估计感兴趣的朋友能够从零开始搭建一个在android手机上运行的仰卧起坐计数APP。主要的技术难点为如何让计算量较大的人体姿态估计网络流畅的运行在手机端并且实现仰卧起坐的计数功能。掌握了这个项目的原理之后可以很方便的迁移到类似的运动健身APP当中。|78|2021-08-15|2021-08-07|
|67|[zm0612/eskf-gps-imu-fusion](https://github.com/zm0612/eskf-gps-imu-fusion)|使用误差状态卡尔曼滤波器融合GPS和IMU实现更高精度的定位|78|2022-01-17|2021-03-04|
|68|[kekeimiku/kbz](https://github.com/kekeimiku/kbz)|读取王者荣耀对局内敌方位置技能cd以及血量的小程序|77|2022-01-26|2021-07-09|
|69|[fjqisba/E-Decompiler](https://github.com/fjqisba/E-Decompiler)|用来辅助分析易语言程序的IDA插件|72|2021-10-12|2021-02-22|
|70|[oceanbase/obproxy](https://github.com/oceanbase/obproxy)|A proxy server for OceanBase Database.|71|2022-01-27|2021-05-31|
|71|[tuya/tuya-wifi-mcu-sdk-arduino-library](https://github.com/tuya/tuya-wifi-mcu-sdk-arduino-library)|Tuya MCU SDK Arduino Library is developed based on the Tuya Wi-Fi general integration solution. |69|2021-11-04|2021-04-28|
|72|[OAID/TengineGst](https://github.com/OAID/TengineGst)|TengineGst is a streaming media analytics framework, based on GStreamer multimedia framework, for creating varied complex media analytics pipelines. It ensures pipeline interoperability and provides o ...|59|2021-10-27|2021-10-14|
|73|[Apache553/ssh-agent-bridge](https://github.com/Apache553/ssh-agent-bridge)|A tool that enable multiple ssh client implementations to use a common ssh agent on Windows.|58|2021-09-16|2021-07-03|
|74|[Factor-Robotics/odrive_ros2_control](https://github.com/Factor-Robotics/odrive_ros2_control)|ODrive driver for ros2_control|57|2021-11-20|2021-06-28|
|75|[flutting/ff_stars](https://github.com/flutting/ff_stars)|Flutter的星星评价组件.|57|2021-11-30|2021-02-13|
|76|[DragonQuestHero/WindowsSyscallsEx](https://github.com/DragonQuestHero/WindowsSyscallsEx)|Quick check of NT kernel exported&unexported functions/global variable offset NT内核导出以及未导出函数+全局变量偏移速查 |56|2021-11-19|2021-09-10|
|77|[dependon/fantascene-dynamic-wallpaper](https://github.com/dependon/fantascene-dynamic-wallpaper)|deepin/uos dynamic wallpaper|54|2021-11-26|2021-02-25|
|78|[wjr-z/AlgorithmAndDataStructure](https://github.com/wjr-z/AlgorithmAndDataStructure)|大整数类、lz77、json解析、任意类型存储、工具类等。|53|2021-12-03|2021-05-24|
|79|[Guanbin-Huang/tensorRT_Pro_co-comments](https://github.com/Guanbin-Huang/tensorRT_Pro_co-comments)|-|52|2021-11-25|2021-11-02|
|80|[kingsoft-wps/KSAI-Toolkits](https://github.com/kingsoft-wps/KSAI-Toolkits)|-|52|2021-11-30|2021-05-18|
|81|[CoderUper/TSCached](https://github.com/CoderUper/TSCached)|一款内存时序数据库|52|2021-08-22|2021-04-19|
|82|[ColinLii/CC-FJpy](https://github.com/ColinLii/CC-FJpy)|A Python Package for seismic ambient noise cross-correlation and the frequency-Bessel transform method|52|2021-08-11|2021-02-05|
|48|[Chuyu-Team/VC-LTL5](https://github.com/Chuyu-Team/VC-LTL5)|Shared to msvcrt.dll or ucrtbase.dll and optimize the C/C++ application file size.|118|2022-01-17|2021-08-08|
|49|[crisprss/BypassUserAdd](https://github.com/crisprss/BypassUserAdd)|通过反射DLL注入、Win API、C#、以及底层实现NetUserAdd方式实现BypassAV进行增加用户的功能,实现Cobalt Strike插件化|115|2022-01-13|2022-01-04|
|50|[EdVince/PSGAN-NCNN](https://github.com/EdVince/PSGAN-NCNN)|PSGAN running with ncnn⚡妆容迁移/仿妆⚡Imitation Makeup/Makeup Transfer⚡|114|2021-10-30|2021-10-23|
|51|[wecooperate/iMonitorSDK](https://github.com/wecooperate/iMonitorSDK)|系统监控开发套件sysmon、promon、edr、终端安全、主机安全、零信任、上网行为管理|108|2022-01-30|2021-09-25|
|52|[vxfury/tabulate](https://github.com/vxfury/tabulate)|Table maker, true color, nested table, unicode, xterm & markdown syntax, ...|102|2021-12-26|2021-10-15|
|53|[saturneric/GpgFrontend](https://github.com/saturneric/GpgFrontend)|A Powerful, Easy-to-Use, Compact, Cross-Platform and Installation-Free OpenPGP(pgp) Crypto Tool. Also, it's one of the excellent GUI Frontends for Modern GnuPG(gpg).|98|2022-01-16|2021-06-19|
|54|[rvbust/Vis](https://github.com/rvbust/Vis)|Interactive & Asynchronous 3D Visualization Tool|97|2021-08-18|2021-07-23|
|55|[GengGode/GenshinImpact_AutoTrack_DLL](https://github.com/GengGode/GenshinImpact_AutoTrack_DLL)|能够从原神中获取角色的位置、朝向以及视角的实时数据通过图像算法获取并非读内存。The real-time data of the position, orientation and angle of view of the character can be obtained from the Genshin Impact, which can be obtained through the i ...|97|2022-01-27|2021-06-17|
|56|[LiteLDev/LiteXLoader](https://github.com/LiteLDev/LiteXLoader)|A cross-language script plugin loader for Bedrock Dedicated Server (BDS) , based on LiteLoaderBDS & ScriptX|89|2022-01-28|2021-04-17|
|57|[netcan/config-loader](https://github.com/netcan/config-loader)|Simple C++ Config Loader Framework(Serialization & Reflection)|84|2022-01-05|2021-06-21|
|58|[scarsty/nn-editor](https://github.com/scarsty/nn-editor)|Neural Net Editor 神经网络编辑器|83|2022-01-28|2022-01-05|
|59|[Guyutongxue/VSCodeConfigHelper3](https://github.com/Guyutongxue/VSCodeConfigHelper3)|VS Code C++ 配置器|83|2022-01-25|2021-07-13|
|60|[luoyesiqiu/dpt-shell](https://github.com/luoyesiqiu/dpt-shell)|Android函数抽取壳实现|81|2022-01-16|2022-01-10|
|61|[qiang/Riru-ModuleFridaGadget](https://github.com/qiang/Riru-ModuleFridaGadget)|一个magisk 的模块,简化版,依赖 riru能够简单的hook并且加载动态库目前用来加载 frida 的gadget 库从而使hook脱离命令行和server并且能够在多进程中加载|81|2021-12-18|2021-09-01|
|62|[ApsaraDB/PolarDB-FileSystem](https://github.com/ApsaraDB/PolarDB-FileSystem)|-|80|2021-11-10|2021-10-12|
|63|[hpc203/yolox-opencv-dnn](https://github.com/hpc203/yolox-opencv-dnn)|使用OpenCV部署YOLOX支持YOLOX-S、YOLOX-M、YOLOX-L、YOLOX-X、YOLOX-Darknet53五种结构包含C++和Python两种版本的程序|79|2021-10-21|2021-08-08|
|64|[DL-Practise/OpenSitUp](https://github.com/DL-Practise/OpenSitUp)|OpenSitUp是一个基于姿态估计的开源项目旨在帮助对姿态估计感兴趣的朋友能够从零开始搭建一个在android手机上运行的仰卧起坐计数APP。主要的技术难点为如何让计算量较大的人体姿态估计网络流畅的运行在手机端并且实现仰卧起坐的计数功能。掌握了这个项目的原理之后可以很方便的迁移到类似的运动健身APP当中。|78|2021-08-15|2021-08-07|
|65|[zm0612/eskf-gps-imu-fusion](https://github.com/zm0612/eskf-gps-imu-fusion)|使用误差状态卡尔曼滤波器融合GPS和IMU实现更高精度的定位|78|2022-01-17|2021-03-04|
|66|[kekeimiku/kbz](https://github.com/kekeimiku/kbz)|读取王者荣耀对局内敌方位置技能cd以及血量的小程序|77|2022-01-26|2021-07-09|
|67|[fjqisba/E-Decompiler](https://github.com/fjqisba/E-Decompiler)|用来辅助分析易语言程序的IDA插件|72|2021-10-12|2021-02-22|
|68|[oceanbase/obproxy](https://github.com/oceanbase/obproxy)|A proxy server for OceanBase Database.|71|2022-01-27|2021-05-31|
|69|[tuya/tuya-wifi-mcu-sdk-arduino-library](https://github.com/tuya/tuya-wifi-mcu-sdk-arduino-library)|Tuya MCU SDK Arduino Library is developed based on the Tuya Wi-Fi general integration solution. |69|2021-11-04|2021-04-28|
|70|[OAID/TengineGst](https://github.com/OAID/TengineGst)|TengineGst is a streaming media analytics framework, based on GStreamer multimedia framework, for creating varied complex media analytics pipelines. It ensures pipeline interoperability and provides o ...|59|2021-10-27|2021-10-14|
|71|[Apache553/ssh-agent-bridge](https://github.com/Apache553/ssh-agent-bridge)|A tool that enable multiple ssh client implementations to use a common ssh agent on Windows.|58|2021-09-16|2021-07-03|
|72|[Factor-Robotics/odrive_ros2_control](https://github.com/Factor-Robotics/odrive_ros2_control)|ODrive driver for ros2_control|57|2021-11-20|2021-06-28|
|73|[flutting/ff_stars](https://github.com/flutting/ff_stars)|Flutter的星星评价组件.|57|2021-11-30|2021-02-13|
|74|[DragonQuestHero/WindowsSyscallsEx](https://github.com/DragonQuestHero/WindowsSyscallsEx)|Quick check of NT kernel exported&unexported functions/global variable offset NT内核导出以及未导出函数+全局变量偏移速查 |56|2021-11-19|2021-09-10|
|75|[dependon/fantascene-dynamic-wallpaper](https://github.com/dependon/fantascene-dynamic-wallpaper)|deepin/uos dynamic wallpaper|54|2021-11-26|2021-02-25|
|76|[wjr-z/AlgorithmAndDataStructure](https://github.com/wjr-z/AlgorithmAndDataStructure)|大整数类、lz77、json解析、任意类型存储、工具类等。|53|2021-12-03|2021-05-24|
|77|[Guanbin-Huang/tensorRT_Pro_co-comments](https://github.com/Guanbin-Huang/tensorRT_Pro_co-comments)|-|52|2021-11-25|2021-11-02|
|78|[kingsoft-wps/KSAI-Toolkits](https://github.com/kingsoft-wps/KSAI-Toolkits)|-|52|2021-11-30|2021-05-18|
|79|[CoderUper/TSCached](https://github.com/CoderUper/TSCached)|一款内存时序数据库|52|2021-08-22|2021-04-19|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,36 +1,36 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > C#
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[dotnetcore/FastGithub](https://github.com/dotnetcore/FastGithub)|github加速神器解决github打不开、用户头像无法加载、releases无法上传下载、git-clone、git-pull、git-push失败等问题|4339|2022-01-18|2021-06-11|
|2|[jynew/jynew](https://github.com/jynew/jynew)|金庸群侠传3D重制版|4206|2022-02-03|2021-05-12|
|3|[Richasy/Bili.Uwp](https://github.com/Richasy/Bili.Uwp)|适用于新系统UI的哔哩|3663|2021-12-30|2021-05-30|
|4|[Anonymous-ghost/AttackWebFrameworkTools](https://github.com/Anonymous-ghost/AttackWebFrameworkTools)|本软件首先集成危害性较大框架和部分主流cms的rce(无需登录,或者登录绕过执行rce)和反序列化(利用链简单)。上传getshell。sql注入等高危漏洞直接就可以拿权限出数据。其次对一些构造复杂exp漏洞进行检测。傻瓜式导入url即可实现批量测试,能一键getshell检测绝不sql注入或者不是只检测。其中thinkphp 集成所有rce Exp Struts2漏洞集成了shack2 和k8 ...|816|2022-02-01|2021-02-10|
|5|[Paving-Base/APK-Installer](https://github.com/Paving-Base/APK-Installer)|An Android Application Installer for Windows|698|2022-01-29|2021-10-21|
|6|[feature-flags-co/feature-flags-co](https://github.com/feature-flags-co/feature-flags-co)|Feature flags-driven product intelligence platform that makes iterating on products as fast as Commit code|688|2022-02-03|2021-07-27|
|1|[dotnetcore/FastGithub](https://github.com/dotnetcore/FastGithub)|github加速神器解决github打不开、用户头像无法加载、releases无法上传下载、git-clone、git-pull、git-push失败等问题|4347|2022-01-18|2021-06-11|
|2|[jynew/jynew](https://github.com/jynew/jynew)|金庸群侠传3D重制版|4207|2022-02-05|2021-05-12|
|3|[Richasy/Bili.Uwp](https://github.com/Richasy/Bili.Uwp)|适用于新系统UI的哔哩|3667|2021-12-30|2021-05-30|
|4|[Anonymous-ghost/AttackWebFrameworkTools](https://github.com/Anonymous-ghost/AttackWebFrameworkTools)|本软件首先集成危害性较大框架和部分主流cms的rce(无需登录,或者登录绕过执行rce)和反序列化(利用链简单)。上传getshell。sql注入等高危漏洞直接就可以拿权限出数据。其次对一些构造复杂exp漏洞进行检测。傻瓜式导入url即可实现批量测试,能一键getshell检测绝不sql注入或者不是只检测。其中thinkphp 集成所有rce Exp Struts2漏洞集成了shack2 和k8 ...|817|2022-02-05|2021-02-10|
|5|[Paving-Base/APK-Installer](https://github.com/Paving-Base/APK-Installer)|An Android Application Installer for Windows|701|2022-01-29|2021-10-21|
|6|[feature-flags-co/feature-flags-co](https://github.com/feature-flags-co/feature-flags-co)|Feature flags-driven product intelligence platform that makes iterating on products as fast as Commit code|688|2022-02-05|2021-07-27|
|7|[XINCGer/UnityToolchainsTrick](https://github.com/XINCGer/UnityToolchainsTrick)|提供一些UnityEditor工具链开发的常用小技巧与示例(Provides some common tips and examples for developing the UnityEditor toolchain)|610|2022-01-20|2021-03-19|
|8|[qwqdanchun/DcRat](https://github.com/qwqdanchun/DcRat)|A simple remote tool in C#.|546|2022-01-13|2021-03-12|
|9|[HyPlayer/HyPlayer](https://github.com/HyPlayer/HyPlayer)|第三方网易云音乐播放器 A Netease Cloud Music Player|531|2022-02-04|2021-02-14|
|8|[qwqdanchun/DcRat](https://github.com/qwqdanchun/DcRat)|A simple remote tool in C#.|547|2022-01-13|2021-03-12|
|9|[HyPlayer/HyPlayer](https://github.com/HyPlayer/HyPlayer)|第三方网易云音乐播放器 A Netease Cloud Music Player|532|2022-02-05|2021-02-14|
|10|[X-Lucifer/AI-Lossless-Zoomer](https://github.com/X-Lucifer/AI-Lossless-Zoomer)|AI无损放大工具|519|2021-10-03|2021-10-01|
|11|[cuiliang/ClickShow](https://github.com/cuiliang/ClickShow)|鼠标点击特效|490|2021-10-09|2021-06-22|
|12|[mai1zhi2/SharpBeacon](https://github.com/mai1zhi2/SharpBeacon)|CobaltStrike Beacon written in .Net 4 用.net重写了stager及Beacon其中包括正常上线、文件管理、进程管理、令牌管理、结合SysCall进行注入、原生端口转发、关ETW等一系列功能|470|2021-09-01|2021-08-29|
|13|[WPFDevelopersOrg/WPFDevelopers](https://github.com/WPFDevelopersOrg/WPFDevelopers)|WPF Developers Daily Share 🎉Ongoing update.|466|2022-01-26|2021-05-25|
|14|[CopyPlusPlus/CopyPlusPlus](https://github.com/CopyPlusPlus/CopyPlusPlus)|让复制变得更加简单!|446|2022-01-21|2021-04-12|
|15|[Scighost/KeqingNiuza](https://github.com/Scighost/KeqingNiuza)|刻记牛杂店|425|2022-01-27|2021-04-24|
|16|[skydevil88/XboxDownload](https://github.com/skydevil88/XboxDownload)|Xbox下载助手支持Xbox、微软商店、PSN、NS、EA Desktop & Origin、战网国际服、Epic 下载加速。|418|2022-02-01|2021-06-14|
|17|[91270/Emby.MeiamSub](https://github.com/91270/Emby.MeiamSub)|Emby Server 端字幕插件 ,使用 迅雷影音、 射手网 接口精准匹配视频字幕|398|2021-12-23|2021-07-01|
|18|[fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat)|可能是目前全网最完整的 C# 版微信 SDK封装全部已知的微信 API支持公众平台订阅号、服务号、小程序、小游戏、小商店& 开放平台 & 商户平台(微信支付)& 企业微信(企业号)& 广告平台(广点通)& 对话开放平台(微信智能对话)等模块,可跨平台。持续随官方更新,欢迎 Star / Fork。QQ 交流群 875580418。|373|2022-02-02|2021-04-23|
|14|[CopyPlusPlus/CopyPlusPlus](https://github.com/CopyPlusPlus/CopyPlusPlus)|让复制变得更加简单!|448|2022-01-21|2021-04-12|
|15|[Scighost/KeqingNiuza](https://github.com/Scighost/KeqingNiuza)|刻记牛杂店|427|2022-01-27|2021-04-24|
|16|[skydevil88/XboxDownload](https://github.com/skydevil88/XboxDownload)|Xbox下载助手支持Xbox、微软商店、PSN、NS、EA Desktop & Origin、战网国际服、Epic 下载加速。|420|2022-02-01|2021-06-14|
|17|[91270/Emby.MeiamSub](https://github.com/91270/Emby.MeiamSub)|Emby Server 端字幕插件 ,使用 迅雷影音、 射手网 接口精准匹配视频字幕|399|2021-12-23|2021-07-01|
|18|[fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat)|可能是目前全网最完整的 C# 版微信 SDK封装全部已知的微信 API支持公众平台订阅号、服务号、小程序、小游戏、小商店& 开放平台 & 商户平台(微信支付)& 企业微信(企业号)& 广告平台(广点通)& 对话开放平台(微信智能对话)等模块,可跨平台。持续随官方更新,欢迎 Star / Fork。QQ 交流群 875580418。|374|2022-02-05|2021-04-23|
|19|[WindFgg/kingfeng](https://github.com/WindFgg/kingfeng)|fork多了就跑路了|290|2021-10-18|2021-09-09|
|20|[DawnFz/GenShin-LauncherDIY](https://github.com/DawnFz/GenShin-LauncherDIY)|【原神启动器Plus】快速换号登录支持官B国际三端快速切换自定义任意分辨率全屏或窗口启动快速打开照相目录好看的界面|265|2022-01-29|2021-11-24|
|20|[DawnFz/GenShin-LauncherDIY](https://github.com/DawnFz/GenShin-LauncherDIY)|【原神启动器Plus】快速换号登录支持官B国际三端快速切换自定义任意分辨率全屏或窗口启动快速打开照相目录好看的界面|266|2022-01-29|2021-11-24|
|21|[abigsoft/jdog202201](https://github.com/abigsoft/jdog202201)|京东2022炸年兽|261|2022-01-12|2022-01-12|
|22|[Azure99/GenshinPlayerQuery](https://github.com/Azure99/GenshinPlayerQuery)|根据原神uid查询玩家信息(基础数据、角色&装备、深境螺旋战绩等)|246|2021-12-24|2021-02-28|
|22|[Azure99/GenshinPlayerQuery](https://github.com/Azure99/GenshinPlayerQuery)|根据原神uid查询玩家信息(基础数据、角色&装备、深境螺旋战绩等)|247|2021-12-24|2021-02-28|
|23|[Planshit/Tai](https://github.com/Planshit/Tai)|👻在Windows上记录软件使用时长|226|2022-01-12|2021-11-19|
|24|[sdcb/PaddleSharp](https://github.com/sdcb/PaddleSharp)|.NET/C# binding for Baidu paddle inference library and PaddleOCR|216|2022-01-27|2021-12-16|
|25|[CoreUnion/CoreShop](https://github.com/CoreUnion/CoreShop)|基于 Asp.Net Core 5.0、Uni-App开发支持可视化布局的小程序商城系统前后端分离支持分布式部署跨平台运行拥有分销、代理、团购、拼团、秒杀、直播、优惠券、自定义表单等众多营销功能拥有完整SKU、下单、售后、物流流程。支持一套代码编译发布微信小程序版、H5版、Android版、iOS版、支付宝小程序版、字节跳动小程序版、QQ小程序版等共10个平台。|212|2022-01-25|2021-06-01|
|26|[Panuon/Panuon.UI.Silver](https://github.com/Panuon/Panuon.UI.Silver)|Professional wpf ui library.|203|2022-02-04|2021-03-12|
|26|[Panuon/Panuon.UI.Silver](https://github.com/Panuon/Panuon.UI.Silver)|Professional wpf ui library.|203|2022-02-05|2021-03-12|
|27|[AlifeLine/Emby.Plugins.Douban](https://github.com/AlifeLine/Emby.Plugins.Douban)|Emby的豆瓣削刮器|201|2021-08-21|2021-03-29|
|28|[he55/DreamScene2](https://github.com/he55/DreamScene2)|一个小而快并且功能强大的 Windows 动态桌面软件|188|2022-01-28|2021-12-11|
|29|[xjasonlyu/jellyfin-plugin-avdc](https://github.com/xjasonlyu/jellyfin-plugin-avdc)|Metadata Provider Plugin for Jellyfin/Emby.|172|2021-11-17|2021-03-18|
@ -41,7 +41,7 @@
|34|[taptap/pkg-doctor](https://github.com/taptap/pkg-doctor)|包体医生Unity 及 Unreal 游戏包体优化工具|124|2021-12-02|2021-02-20|
|35|[wqaetly/NKGMobaBasedOnET](https://github.com/wqaetly/NKGMobaBasedOnET)|基于ET框架致敬LOL的Moba游戏包含完整的客户端与服务端交互热更新基于双端行为树的技能系统更多精彩等你发现The Moba game based on ET framework pays tribute to LOL, including complete client-server interaction, hot updates, skill system based on do ...|121|2021-09-04|2021-03-27|
|36|[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.|119|2022-01-31|2021-03-20|
|37|[zhanggaolei001/JdLoginTool](https://github.com/zhanggaolei001/JdLoginTool)|手机验证码登陆jd,获取ck,可选自动提交到服务器.|116|2022-01-24|2021-06-25|
|37|[zhanggaolei001/JdLoginTool](https://github.com/zhanggaolei001/JdLoginTool)|手机验证码登陆jd,获取ck,可选自动提交到服务器.|117|2022-01-24|2021-06-25|
|38|[TastSong/CrazyCar](https://github.com/TastSong/CrazyCar)|Unity制作的联机赛车游戏后台为Java数据库为MySql游戏采用QFramework框架支持KCP和WebSocket网络(商用级) |115|2022-01-28|2021-10-13|
|39|[xianhc/apevolo-api](https://github.com/xianhc/apevolo-api)|.Net 6.0 、SqlSugar、Vue、RBAC、前后端分离的开箱即用的企业级中后台权限管理系统|112|2022-01-13|2021-11-17|
|40|[zzjfengqing/ET-EUI](https://github.com/zzjfengqing/ET-EUI)|基于ET框架的UI模块|111|2022-01-27|2021-10-27|
@ -49,19 +49,19 @@
|42|[xpnas/inotify](https://github.com/xpnas/inotify)|一个简易消息通知系统支持企业微信、电报机器人、邮件推送、内置BARK推送、钉钉群机器人、飞书群机器人类似Server酱支持私有Docker部署|95|2022-01-07|2021-03-24|
|43|[wlgys8/SRPLearn](https://github.com/wlgys8/SRPLearn)|Unity可编程渲染管线造轮子项目|91|2021-11-27|2021-02-10|
|44|[FingerCaster/UGFExtensions](https://github.com/FingerCaster/UGFExtensions)|一些对UnityGameFramework的扩展|90|2022-01-26|2021-07-15|
|45|[wangfreexx/wangfreexx-tianruoocr-cl-paddle](https://github.com/wangfreexx/wangfreexx-tianruoocr-cl-paddle)|天若ocr开源版本的本地版采用Chinese-lite和paddleocr识别框架|88|2022-01-29|2021-09-26|
|46|[xingchuanzhen/Minecraft_Bypass_the_program](https://github.com/xingchuanzhen/Minecraft_Bypass_the_program)|Minecraft for Windows 10 绕过程序|85|2022-01-27|2021-07-21|
|45|[wangfreexx/wangfreexx-tianruoocr-cl-paddle](https://github.com/wangfreexx/wangfreexx-tianruoocr-cl-paddle)|天若ocr开源版本的本地版采用Chinese-lite和paddleocr识别框架|89|2022-01-29|2021-09-26|
|46|[xingchuanzhen/Minecraft_Bypass_the_program](https://github.com/xingchuanzhen/Minecraft_Bypass_the_program)|Minecraft for Windows 10 绕过程序|86|2022-01-27|2021-07-21|
|47|[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 ...|82|2022-01-25|2021-12-08|
|48|[IUpdatable/WeUiSharp](https://github.com/IUpdatable/WeUiSharp)|基于 WPF 实现的仿 Windows 桌面版微信 UI 界面库 An unofficial UI library for Windows WeChat based on WPF implementation|80|2021-08-30|2021-08-19|
|49|[ls9512/UTween](https://github.com/ls9512/UTween)|UTween is an interpolation animation component for Unity. You can quickly configure animations through built-in components or write animations through code.|80|2021-11-26|2021-02-19|
|50|[RRQM/RRQMSocket](https://github.com/RRQM/RRQMSocket)|RRQMSocket是一个整合性网络通信框架特点是支持高并发、事件驱动、易用性强、二次开发难度低等。其中主要内容包括:TCP、UDP服务通信框架、大文件传输、RPC、WebSocket、WebApi、XmlRpc、JsonRpc等内容|78|2022-01-25|2021-04-06|
|51|[xiaoyaocz/AllLive](https://github.com/xiaoyaocz/AllLive)|获取多个直播平台的信息和弹幕|74|2022-01-05|2021-05-26|
|52|[monitor1394/XUGL](https://github.com/monitor1394/XUGL)|UGUI Graphics Library for Unity. 一款 UGUI 图形库。|74|2021-09-12|2021-04-25|
|53|[babalae/genshin-fishing-toy](https://github.com/babalae/genshin-fishing-toy)|🐟 原神自动钓鱼机有界面且操作简单。Genshin Impact Automatic Fishing Machine.|73|2021-10-01|2021-10-01|
|51|[babalae/genshin-fishing-toy](https://github.com/babalae/genshin-fishing-toy)|🐟 原神自动钓鱼机有界面且操作简单。Genshin Impact Automatic Fishing Machine.|75|2021-10-01|2021-10-01|
|52|[xiaoyaocz/AllLive](https://github.com/xiaoyaocz/AllLive)|获取多个直播平台的信息和弹幕|74|2022-01-05|2021-05-26|
|53|[monitor1394/XUGL](https://github.com/monitor1394/XUGL)|UGUI Graphics Library for Unity. 一款 UGUI 图形库。|74|2021-09-12|2021-04-25|
|54|[17MKH/Mkh](https://github.com/17MKH/Mkh)|基于.Net 6+Vue3开发的业务模块化快速开发框架|71|2022-01-27|2021-07-25|
|55|[caryyu/jellyfin-plugin-opendouban](https://github.com/caryyu/jellyfin-plugin-opendouban)|Douban metadata provider for Jellyfin|71|2022-01-21|2021-05-06|
|56|[Demo-Liu/GeekDesk](https://github.com/Demo-Liu/GeekDesk)|小巧、美观的桌面快速启动工具|67|2022-01-27|2021-04-12|
|57|[Chianne1025/QQChannelFramework](https://github.com/Chianne1025/QQChannelFramework)|MyBot - QQ频道机器人开发框架(C#)|66|2022-02-02|2021-11-27|
|56|[Chianne1025/QQChannelFramework](https://github.com/Chianne1025/QQChannelFramework)|MyBot - QQ频道机器人开发框架(C#)|67|2022-02-05|2021-11-27|
|57|[Demo-Liu/GeekDesk](https://github.com/Demo-Liu/GeekDesk)|小巧、美观的桌面快速启动工具|67|2022-01-27|2021-04-12|
|58|[CatImmortal/CatAsset](https://github.com/CatImmortal/CatAsset)|Unity AssetBundle资源管理框架|66|2021-11-23|2021-08-22|
|59|[CatImmortal/CatJson](https://github.com/CatImmortal/CatJson)|为Unity开发者量身打造的功能强大的高性能Json库内置ILRuntime支持|58|2021-11-28|2021-07-18|
|60|[1357310795/QrCodeScanner](https://github.com/1357310795/QrCodeScanner)|通过截图或摄像头扫描二维码|53|2021-09-12|2021-07-17|
@ -71,28 +71,29 @@
|64|[ygx2011/AR_course](https://github.com/ygx2011/AR_course)|教大家从AR算法到各个平台的unity渲染完成整个AR项目的开发教学视频链接我会发布在b站上。|47|2022-01-21|2021-12-14|
|65|[SinoAHpx/Mirai.Net](https://github.com/SinoAHpx/Mirai.Net)|Mirai.Net是基于mirai-api-http实现的轻量级mirai社区sdk。|47|2022-02-04|2021-05-25|
|66|[JeffersonQin/Ayase](https://github.com/JeffersonQin/Ayase)|🥥 Control everything by keyboard. Built for hackers and the blind.|45|2022-01-10|2021-07-31|
|67|[ccnetcore/Yi](https://github.com/ccnetcore/Yi)|Yi.Framework-基于.NET6+Vue快速开发框架|45|2022-01-11|2021-03-20|
|68|[TimChen44/blazor-charts](https://github.com/TimChen44/blazor-charts)|基于blazor技术使用C#编写的charts组件。Chart component library implemented using blazor|44|2022-01-09|2021-04-09|
|67|[TimChen44/blazor-charts](https://github.com/TimChen44/blazor-charts)|基于blazor技术使用C#编写的charts组件。Chart component library implemented using blazor|45|2022-01-09|2021-04-09|
|68|[ccnetcore/Yi](https://github.com/ccnetcore/Yi)|Yi.Framework-基于.NET6+Vue快速开发框架|45|2022-01-11|2021-03-20|
|69|[LightNovelShelf/EbookReader-Xamarin](https://github.com/LightNovelShelf/EbookReader-Xamarin)|Epub阅读器的Android部分|43|2021-11-04|2021-04-24|
|70|[cc004/AutoTimeline](https://github.com/cc004/AutoTimeline)|cat鱼拯救计划|40|2021-12-02|2021-04-25|
|71|[x-nas/WinPacketsEdit](https://github.com/x-nas/WinPacketsEdit)|网络封包拦截器可拦截手游封包支持32位及64位程序|39|2021-11-22|2021-11-12|
|72|[fa-org/fa](https://github.com/fa-org/fa)|fa 语言编译器|39|2022-01-28|2021-06-23|
|73|[xiaoye97/VRoidXYTool](https://github.com/xiaoye97/VRoidXYTool)|Extension Plugin for VRoid Studio. 用于VRoidStudio的扩展插件.|38|2022-01-28|2021-11-18|
|74|[MG1937/AntiProguard-KRSFinder](https://github.com/MG1937/AntiProguard-KRSFinder)|通过分析类与成员间的关系来对抗Proguard混淆规则.Anti proguard through analysing classes and members' relationship|38|2021-10-28|2021-08-20|
|75|[PizzaLovers007/AdofaiTweaks](https://github.com/PizzaLovers007/AdofaiTweaks)|Helpful tweaks for A Dance of Fire and Ice|37|2022-01-28|2021-02-25|
|76|[akira0245/MidiBard](https://github.com/akira0245/MidiBard)|Bard performance plugin for FFXIV.|36|2022-01-31|2021-05-06|
|77|[kula-lang/kula](https://github.com/kula-lang/kula)|Lightweight and highly extensible .NET scripting language.|35|2022-01-28|2021-05-23|
|78|[tipani86/StarChild](https://github.com/tipani86/StarChild)|A Chatbot Game for Autistic Children 一款为孤独症孩子设计的聊天机器人游戏|33|2021-10-11|2021-08-02|
|79|[blazor-cn/Blazor.ECharts](https://github.com/blazor-cn/Blazor.ECharts)|Blazor版本的ECharts图表组件|33|2021-11-29|2021-03-15|
|80|[wqaetly/SkillEditorBasedOnSlate](https://github.com/wqaetly/SkillEditorBasedOnSlate)|基于ParadoxNotion Slate的技能编辑器|28|2021-09-04|2021-08-15|
|81|[BeiYinZhiNian/Caviar-Blazor](https://github.com/BeiYinZhiNian/Caviar-Blazor)|Caviar-Blazor是采用Blazor + Ant Design的后台管理框架框架包含了后台管理的常用功能简单大方的界面拥有数据权限、字段权限、API权限等可精细化控制任意元素而且更好的兼容手机端让开发者更专注于业务上的开发。|28|2021-12-07|2021-06-15|
|82|[ls9512/UBind](https://github.com/ls9512/UBind)|UBind is a value binding component for Unity, which is used to quickly realize the association binding between UI and logical data.|28|2021-10-12|2021-05-31|
|83|[pipirapira/triggernometry-pro](https://github.com/pipirapira/triggernometry-pro)|Triggernometry-Pro is a enhanced version of Triggernometry ACT Plugin. It has powerful functions and independent AI personality. Its goal is to occupy the entire galaxy and transform all organic life ...|28|2021-11-14|2021-03-15|
|84|[lolo77777/OpenCVVision](https://github.com/lolo77777/OpenCVVision)|使用OpenCvSharp创建常用功能集合|27|2021-12-04|2021-05-25|
|85|[ccnetcore/yi.bbs](https://github.com/ccnetcore/yi.bbs)|基于.Net5与Vue下的BBS/Wiki/Blog毕业设计系统含演示|27|2021-08-24|2021-05-12|
|86|[ParaParty/OneBot-Framework](https://github.com/ParaParty/OneBot-Framework)|使用 ASP.NET 作 IOC 框架Sora 作 OneBot 客户端协议的机器人开发框架。|27|2021-10-13|2021-02-08|
|87|[chk141/MySqlLogsMonitor](https://github.com/chk141/MySqlLogsMonitor)|MySQL数据库日志监控工具1.0,用于实时监控代码审计中应用程序对数据库进行的操作日志|26|2021-10-10|2021-10-10|
|88|[jackie2009/ForkAi](https://github.com/jackie2009/ForkAi)|一种unity引擎使用的 基于流程图的 类状态机|26|2021-09-26|2021-09-26|
|75|[POPCORNBOOM/CardEditor](https://github.com/POPCORNBOOM/CardEditor)|一款专为桌游设计师开发的批处理数值填入卡牌生成器/A card batch generator specially developed for board game designers|37|2022-02-05|2021-10-29|
|76|[PizzaLovers007/AdofaiTweaks](https://github.com/PizzaLovers007/AdofaiTweaks)|Helpful tweaks for A Dance of Fire and Ice|37|2022-01-28|2021-02-25|
|77|[akira0245/MidiBard](https://github.com/akira0245/MidiBard)|Bard performance plugin for FFXIV.|36|2022-01-31|2021-05-06|
|78|[kula-lang/kula](https://github.com/kula-lang/kula)|Lightweight and highly extensible .NET scripting language.|35|2022-01-28|2021-05-23|
|79|[tipani86/StarChild](https://github.com/tipani86/StarChild)|A Chatbot Game for Autistic Children 一款为孤独症孩子设计的聊天机器人游戏|33|2021-10-11|2021-08-02|
|80|[blazor-cn/Blazor.ECharts](https://github.com/blazor-cn/Blazor.ECharts)|Blazor版本的ECharts图表组件|33|2021-11-29|2021-03-15|
|81|[wqaetly/SkillEditorBasedOnSlate](https://github.com/wqaetly/SkillEditorBasedOnSlate)|基于ParadoxNotion Slate的技能编辑器|28|2021-09-04|2021-08-15|
|82|[BeiYinZhiNian/Caviar-Blazor](https://github.com/BeiYinZhiNian/Caviar-Blazor)|Caviar-Blazor是采用Blazor + Ant Design的后台管理框架框架包含了后台管理的常用功能简单大方的界面拥有数据权限、字段权限、API权限等可精细化控制任意元素而且更好的兼容手机端让开发者更专注于业务上的开发。|28|2021-12-07|2021-06-15|
|83|[ls9512/UBind](https://github.com/ls9512/UBind)|UBind is a value binding component for Unity, which is used to quickly realize the association binding between UI and logical data.|28|2021-10-12|2021-05-31|
|84|[pipirapira/triggernometry-pro](https://github.com/pipirapira/triggernometry-pro)|Triggernometry-Pro is a enhanced version of Triggernometry ACT Plugin. It has powerful functions and independent AI personality. Its goal is to occupy the entire galaxy and transform all organic life ...|28|2021-11-14|2021-03-15|
|85|[lolo77777/OpenCVVision](https://github.com/lolo77777/OpenCVVision)|使用OpenCvSharp创建常用功能集合|27|2021-12-04|2021-05-25|
|86|[ccnetcore/yi.bbs](https://github.com/ccnetcore/yi.bbs)|基于.Net5与Vue下的BBS/Wiki/Blog毕业设计系统含演示|27|2021-08-24|2021-05-12|
|87|[ParaParty/OneBot-Framework](https://github.com/ParaParty/OneBot-Framework)|使用 ASP.NET 作 IOC 框架Sora 作 OneBot 客户端协议的机器人开发框架。|27|2021-10-13|2021-02-08|
|88|[chk141/MySqlLogsMonitor](https://github.com/chk141/MySqlLogsMonitor)|MySQL数据库日志监控工具1.0,用于实时监控代码审计中应用程序对数据库进行的操作日志|26|2021-10-10|2021-10-10|
|89|[jackie2009/ForkAi](https://github.com/jackie2009/ForkAi)|一种unity引擎使用的 基于流程图的 类状态机|26|2021-09-26|2021-09-26|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,30 +1,30 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > CSS
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[cool-team-official/cool-admin-vue](https://github.com/cool-team-official/cool-admin-vue)|cool-admin一个很酷的后台权限管理框架模块化、插件化、CRUD极速开发永久开源免费基于midway.js 2.0、typeorm、mysql、jwt、element-ui、vuex、vue-router、vue等构建|584|2021-12-18|2021-02-27|
|2|[fingerchar/fingernft](https://github.com/fingerchar/fingernft)|FingerNFT是一款开源NFT市场兼容Opensea、Rarible。|483|2022-01-26|2021-11-21|
|3|[phith0n/conote-community](https://github.com/phith0n/conote-community)|Conote 综合安全测试平台社区版。|300|2022-02-02|2021-12-09|
|2|[fingerchar/fingernft](https://github.com/fingerchar/fingernft)|FingerNFT是一款开源NFT市场兼容Opensea、Rarible。|488|2022-01-26|2021-11-21|
|3|[phith0n/conote-community](https://github.com/phith0n/conote-community)|Conote 综合安全测试平台社区版。|301|2022-02-02|2021-12-09|
|4|[SiJiDo/H](https://github.com/SiJiDo/H)|H是一款强大的资产收集管理平台|287|2022-01-20|2021-09-10|
|5|[qq8e/qq](https://github.com/qq8e/qq)|8亿QQ绑定数据泄露查询源码附送数据。不定期更新下载地址 关注越多送的越多|187|2021-11-05|2021-02-06|
|5|[qq8e/qq](https://github.com/qq8e/qq)|8亿QQ绑定数据泄露查询源码附送数据。不定期更新下载地址 关注越多送的越多|189|2021-11-05|2021-02-06|
|6|[vanyouseea/o365](https://github.com/vanyouseea/o365)|O365管理系统是一个以java语言开发的基于Microsoft Graph Restful API的多全局管理系统理论上支持任何Office全局的管理(A1,A3,A1P,E3,E5等),你可以很方便的使用它来批量添加,批量删除,批量启用,批量禁用,搜索和查看用户,生成邀请码,邀请朋友注册,提升和收回管理员权限,更新密钥,查看订阅,分配订阅(创新用户时),查看多全局报告|151|2021-12-11|2021-04-22|
|7|[xiangjianan/lks](https://github.com/xiangjianan/lks)|🔗 B站博主 -LKs- 网站推荐 🔗|140|2022-01-31|2021-03-02|
|8|[ChisBread/transmission_skip_patch](https://github.com/ChisBread/transmission_skip_patch)|为transmission v3.0 增加 "快速校验" 功能|135|2022-01-01|2021-09-04|
|9|[GoneTone/genshin-impact-wish-gacha-analyzer](https://github.com/GoneTone/genshin-impact-wish-gacha-analyzer)|原神祈願卡池分析 Genshin Impact Wish Gacha Analyzer A utility for analyzing gacha history, where all data and numbers are well-organized in a convenient manner!|101|2022-02-01|2021-03-05|
|7|[xiangjianan/lks](https://github.com/xiangjianan/lks)|🔗 B站博主 -LKs- 网站推荐 🔗|141|2022-01-31|2021-03-02|
|8|[ChisBread/transmission_skip_patch](https://github.com/ChisBread/transmission_skip_patch)|为transmission v3.0 增加 "快速校验" 功能|137|2022-01-01|2021-09-04|
|9|[GoneTone/genshin-impact-wish-gacha-analyzer](https://github.com/GoneTone/genshin-impact-wish-gacha-analyzer)|原神祈願卡池分析 Genshin Impact Wish Gacha Analyzer A utility for analyzing gacha history, where all data and numbers are well-organized in a convenient manner!|102|2022-02-01|2021-03-05|
|10|[BobCoderS9/SSPanel-Metron](https://github.com/BobCoderS9/SSPanel-Metron)|SSPanel-Metron主题目前由@Bobs9维护开发中。|84|2022-01-28|2021-06-24|
|11|[thinktip/luci-theme-neobird](https://github.com/thinktip/luci-theme-neobird)|一个专门针对移动端优化的OpenWRT主题基于luci-theme-material全新的登录界面沉浸式Webapp体验。|76|2022-01-27|2021-12-28|
|12|[eysp/public](https://github.com/eysp/public)|portainer-ce 汉化文件|75|2021-10-20|2021-02-06|
|11|[thinktip/luci-theme-neobird](https://github.com/thinktip/luci-theme-neobird)|一个专门针对移动端优化的OpenWRT主题基于luci-theme-material全新的登录界面沉浸式Webapp体验。|77|2022-01-27|2021-12-28|
|12|[eysp/public](https://github.com/eysp/public)|portainer-ce 汉化文件|76|2021-10-20|2021-02-06|
|13|[q19980722/Typora-theme-jiaran](https://github.com/q19980722/Typora-theme-jiaran)|-|72|2022-01-31|2021-09-16|
|14|[afi-team/website](https://github.com/afi-team/website)|蚂蚁前端基础设施团队Ant Frontend Infrastructure官方网站|69|2021-09-13|2021-02-15|
|15|[niclin/bernard](https://github.com/niclin/bernard)|這是你最後一次忘記打卡|54|2022-01-19|2021-06-18|
|16|[git9527/anki-awesome-select](https://github.com/git9527/anki-awesome-select)|This is the select template for Anki with awesome interface/Anki选择题模板|51|2022-01-25|2021-03-20|
|17|[JadeVane/Allure](https://github.com/JadeVane/Allure)|A more beautiful and simple theme for trilium|50|2022-01-24|2021-02-05|
|18|[teddy21019/weeb-message](https://github.com/teddy21019/weeb-message)|肥宅講話模擬器|43|2021-09-20|2021-09-16|
|19|[ytq2019/go-vip-video](https://github.com/ytq2019/go-vip-video)|基于beego的全网vip视频微端自动更新版欢迎star|42|2021-08-16|2021-04-19|
|20|[nijun008/sit_back](https://github.com/nijun008/sit_back)|摸鱼神器,无需安装,即刻摸鱼|41|2022-01-05|2021-12-25|
|17|[teddy21019/weeb-message](https://github.com/teddy21019/weeb-message)|肥宅講話模擬器|43|2021-09-20|2021-09-16|
|18|[zonble/understanding_audio_files](https://github.com/zonble/understanding_audio_files)|認識音檔(公開版本)|42|2022-02-05|2022-02-03|
|19|[nijun008/sit_back](https://github.com/nijun008/sit_back)|摸鱼神器,无需安装,即刻摸鱼|42|2022-01-05|2021-12-25|
|20|[ytq2019/go-vip-video](https://github.com/ytq2019/go-vip-video)|基于beego的全网vip视频微端自动更新版欢迎star|42|2021-08-16|2021-04-19|
|21|[rocky-git/E-admin](https://github.com/rocky-git/E-admin)|E-admin是一个基于Element Plus开发而成后台系统构建工具无需关注页面模板JavaScript只用php代码即可快速构建出一个功能完善的后台系统。|40|2022-01-18|2021-06-30|
|22|[cndiandian/zuanbot.com](https://github.com/cndiandian/zuanbot.com)|骂人宝典(祖安语录)|38|2022-01-08|2022-01-08|
|23|[Nacandev/Ohmine-Dark-Theme-For-Joplin](https://github.com/Nacandev/Ohmine-Dark-Theme-For-Joplin)|This is a custom CSS theme for the opensource note-taking app Joplin.|32|2021-12-31|2021-09-14|
@ -33,48 +33,47 @@
|26|[jasonLaw1015/GfEasyAdmin](https://github.com/jasonLaw1015/GfEasyAdmin)|快速crud开发框架甚至于一行代码不用敲自动根据数据库表结构自动生成crud代码低代码开发框架至少减少百分90%工作量可快速把现有系统转成GfEasy版本后端使用GoFrame开发;后台前端使用 cool-admin-vue后台使用自适应布局手机、PC完美使用。|27|2021-12-09|2021-09-02|
|27|[MarleneJiang/WebDemo](https://github.com/MarleneJiang/WebDemo)|开源一些自制的小网页|27|2021-10-07|2021-08-20|
|28|[scopion/security_test_guide](https://github.com/scopion/security_test_guide)|安全测试导论|24|2022-01-27|2021-09-30|
|29|[actions-cool/cool](https://github.com/actions-cool/cool)|😎 Cool is over. 酷就完事了。https://actions-cool.github.io/cool/|24|2022-01-29|2021-02-05|
|30|[zonble/understanding_audio_files](https://github.com/zonble/understanding_audio_files)|認識音檔(公開版本)|23|2022-02-04|2022-02-03|
|31|[zhuozhiyongde/PKU-Art](https://github.com/zhuozhiyongde/PKU-Art)|一个对北大教学网、编程网格等北大相关网站的CSS美化样式|23|2021-12-08|2021-11-27|
|32|[nuanxinqing123/HomeNavigation](https://github.com/nuanxinqing123/HomeNavigation)|动态个人导航程序|22|2022-01-26|2021-11-16|
|33|[jrainlau/MY-Kit](https://github.com/jrainlau/MY-Kit)|基于 Vite 的超丝滑 Vue3 组件库开发框架|20|2021-12-12|2021-12-11|
|34|[bdbdbdsbd/small_fontend_project](https://github.com/bdbdbdsbd/small_fontend_project)|-|20|2021-08-14|2021-07-22|
|35|[mingluosunyi/typora-theme-ava-diana](https://github.com/mingluosunyi/typora-theme-ava-diana)|-|19|2021-09-22|2021-09-11|
|36|[yj369/Bilibili-MacOS-Windows-Client](https://github.com/yj369/Bilibili-MacOS-Windows-Client)|第三方 Bilibili MacOS & Windows 客户端,基于 Electron, next.js & 官方 API 制成。|19|2021-09-08|2021-04-16|
|37|[Arcucy/Likey](https://github.com/Arcucy/Likey)|A community that works for anyone, any creation|18|2021-11-01|2021-02-20|
|38|[ianiiaannn/erschaffer-please-hack-me](https://github.com/ianiiaannn/erschaffer-please-hack-me)|2022 中部電資聯合寒訓 窩不資到 靶機|15|2022-01-25|2021-12-21|
|39|[AntonVanke/typora-Aspartate-theme](https://github.com/AntonVanke/typora-Aspartate-theme)|Typora 主题: Aspartate。Typora Theme Aspartate.|15|2021-10-25|2021-10-24|
|40|[MiloTnT/gym-management-system](https://github.com/MiloTnT/gym-management-system)|毕业设计基于Spring Boot的健身房管理系统。|15|2021-08-24|2021-08-15|
|41|[shenweiyan/WebStack-Hugo](https://github.com/shenweiyan/WebStack-Hugo)|WebStack 网址导航 Hugo 主题,无需服务器,支持导航一键配置的纯静态网址导航网站。|15|2021-12-23|2021-07-26|
|42|[HXSecurity/DongTai-web](https://github.com/HXSecurity/DongTai-web)|dongtai web is the front-end project of "huoxian DongTaiIast" and is responsible for page display|15|2022-01-21|2021-03-22|
|43|[mengrru/mastodon-on-blog](https://github.com/mengrru/mastodon-on-blog)|Put a Mastodon widget on your website or blog|13|2021-11-06|2021-10-29|
|44|[XXKDB/luci-theme-argon_armygreen](https://github.com/XXKDB/luci-theme-argon_armygreen)|原主题:https://github.com/liuran001/openwrt-packages/tree/packages/luci-theme-argon-lr/htdocs/luci-static/argon_armygreen|13|2021-11-25|2021-05-27|
|45|[masterQian/picdir](https://github.com/masterQian/picdir)|图片文件夹|12|2021-10-06|2021-10-03|
|46|[booooodv/PodLetter](https://github.com/booooodv/PodLetter)|播客、简报导航网站|12|2021-12-23|2021-09-12|
|47|[NewAwkwardTools/homepager](https://github.com/NewAwkwardTools/homepager)|一个简洁的首页生成器|12|2021-11-21|2021-06-01|
|48|[royc01/notion-dark](https://github.com/royc01/notion-dark)|notion-dark主题|11|2022-01-12|2021-06-03|
|49|[LeonWong0609/D42ker-Logseq](https://github.com/LeonWong0609/D42ker-Logseq)|Default Logseq dark theme with 0 saturation background and some other tweaks.|11|2022-01-08|2021-05-29|
|50|[royc01/notion-theme](https://github.com/royc01/notion-theme)|notion复刻|11|2022-01-12|2021-05-14|
|51|[suchen9209/poke_texas_hold_em](https://github.com/suchen9209/poke_texas_hold_em)|-|10|2022-01-22|2021-08-07|
|52|[Reverier-Xu/IDA-Skins](https://github.com/Reverier-Xu/IDA-Skins)|some ida skins used by myself.|10|2021-10-19|2021-02-24|
|53|[yesmore/ShowyPX](https://github.com/yesmore/ShowyPX)|✨ 纯静态canvas动画特效网站。|9|2021-11-16|2021-11-07|
|54|[redhat123456/hexo-theme-MiHoYo](https://github.com/redhat123456/hexo-theme-MiHoYo)|一款以试图模仿出MiHoYo风格的hexo主题|9|2021-12-12|2021-10-22|
|55|[Cl0udG0d/testAWD](https://github.com/Cl0udG0d/testAWD)|AWD平台|9|2021-08-18|2021-04-17|
|56|[wanghao221/zhongqiulipinka](https://github.com/wanghao221/zhongqiulipinka)|使用HTML、CSS 创建完全响应式的中秋礼品卡|8|2021-09-11|2021-09-11|
|57|[chen310/music](https://github.com/chen310/music)|领取网易云音乐NeteaseCloudMusic数字专辑、付费单曲和礼品卡|8|2021-12-31|2021-05-18|
|58|[liluanhui/birdpaper-ui](https://github.com/liluanhui/birdpaper-ui)|🐬birdpaper-ui提供基于 Vue3.x 的组件库|8|2022-01-31|2021-03-23|
|59|[the1812/dizzylab-auto-theme](https://github.com/the1812/dizzylab-auto-theme)|dizzylab 自适应 Stylus 主题, 跟随系统亮/暗设定.|8|2022-02-01|2021-03-20|
|29|[zhuozhiyongde/PKU-Art](https://github.com/zhuozhiyongde/PKU-Art)|一个对北大教学网、编程网格等北大相关网站的CSS美化样式|23|2021-12-08|2021-11-27|
|30|[nuanxinqing123/HomeNavigation](https://github.com/nuanxinqing123/HomeNavigation)|动态个人导航程序|22|2022-01-26|2021-11-16|
|31|[jrainlau/MY-Kit](https://github.com/jrainlau/MY-Kit)|基于 Vite 的超丝滑 Vue3 组件库开发框架|20|2021-12-12|2021-12-11|
|32|[bdbdbdsbd/small_fontend_project](https://github.com/bdbdbdsbd/small_fontend_project)|-|20|2021-08-14|2021-07-22|
|33|[mingluosunyi/typora-theme-ava-diana](https://github.com/mingluosunyi/typora-theme-ava-diana)|-|19|2021-09-22|2021-09-11|
|34|[yj369/Bilibili-MacOS-Windows-Client](https://github.com/yj369/Bilibili-MacOS-Windows-Client)|第三方 Bilibili MacOS & Windows 客户端,基于 Electron, next.js & 官方 API 制成。|19|2021-09-08|2021-04-16|
|35|[Arcucy/Likey](https://github.com/Arcucy/Likey)|A community that works for anyone, any creation|18|2021-11-01|2021-02-20|
|36|[ianiiaannn/erschaffer-please-hack-me](https://github.com/ianiiaannn/erschaffer-please-hack-me)|2022 中部電資聯合寒訓 窩不資到 靶機|15|2022-01-25|2021-12-21|
|37|[AntonVanke/typora-Aspartate-theme](https://github.com/AntonVanke/typora-Aspartate-theme)|Typora 主题: Aspartate。Typora Theme Aspartate.|15|2021-10-25|2021-10-24|
|38|[MiloTnT/gym-management-system](https://github.com/MiloTnT/gym-management-system)|毕业设计基于Spring Boot的健身房管理系统。|15|2021-08-24|2021-08-15|
|39|[shenweiyan/WebStack-Hugo](https://github.com/shenweiyan/WebStack-Hugo)|WebStack 网址导航 Hugo 主题,无需服务器,支持导航一键配置的纯静态网址导航网站。|15|2021-12-23|2021-07-26|
|40|[HXSecurity/DongTai-web](https://github.com/HXSecurity/DongTai-web)|dongtai web is the front-end project of "huoxian DongTaiIast" and is responsible for page display|15|2022-01-21|2021-03-22|
|41|[mengrru/mastodon-on-blog](https://github.com/mengrru/mastodon-on-blog)|Put a Mastodon widget on your website or blog|13|2021-11-06|2021-10-29|
|42|[XXKDB/luci-theme-argon_armygreen](https://github.com/XXKDB/luci-theme-argon_armygreen)|原主题:https://github.com/liuran001/openwrt-packages/tree/packages/luci-theme-argon-lr/htdocs/luci-static/argon_armygreen|13|2021-11-25|2021-05-27|
|43|[masterQian/picdir](https://github.com/masterQian/picdir)|图片文件夹|12|2021-10-06|2021-10-03|
|44|[booooodv/PodLetter](https://github.com/booooodv/PodLetter)|播客、简报导航网站|12|2021-12-23|2021-09-12|
|45|[NewAwkwardTools/homepager](https://github.com/NewAwkwardTools/homepager)|一个简洁的首页生成器|12|2021-11-21|2021-06-01|
|46|[royc01/notion-dark](https://github.com/royc01/notion-dark)|notion-dark主题|11|2022-01-12|2021-06-03|
|47|[LeonWong0609/D42ker-Logseq](https://github.com/LeonWong0609/D42ker-Logseq)|Default Logseq dark theme with 0 saturation background and some other tweaks.|11|2022-01-08|2021-05-29|
|48|[royc01/notion-theme](https://github.com/royc01/notion-theme)|notion复刻|11|2022-01-12|2021-05-14|
|49|[suchen9209/poke_texas_hold_em](https://github.com/suchen9209/poke_texas_hold_em)|-|10|2022-01-22|2021-08-07|
|50|[Reverier-Xu/IDA-Skins](https://github.com/Reverier-Xu/IDA-Skins)|some ida skins used by myself.|10|2021-10-19|2021-02-24|
|51|[yesmore/ShowyPX](https://github.com/yesmore/ShowyPX)|✨ 纯静态canvas动画特效网站。|9|2021-11-16|2021-11-07|
|52|[redhat123456/hexo-theme-MiHoYo](https://github.com/redhat123456/hexo-theme-MiHoYo)|一款以试图模仿出MiHoYo风格的hexo主题|9|2021-12-12|2021-10-22|
|53|[Cl0udG0d/testAWD](https://github.com/Cl0udG0d/testAWD)|AWD平台|9|2021-08-18|2021-04-17|
|54|[imsyy/home](https://github.com/imsyy/home)|我的个人主页个人主页源码主页模板homepage|8|2022-02-05|2021-09-25|
|55|[wanghao221/zhongqiulipinka](https://github.com/wanghao221/zhongqiulipinka)|使用HTML、CSS 创建完全响应式的中秋礼品卡|8|2021-09-11|2021-09-11|
|56|[chen310/music](https://github.com/chen310/music)|领取网易云音乐NeteaseCloudMusic数字专辑、付费单曲和礼品卡|8|2021-12-31|2021-05-18|
|57|[liluanhui/birdpaper-ui](https://github.com/liluanhui/birdpaper-ui)|🐬birdpaper-ui提供基于 Vue3.x 的组件库|8|2022-01-31|2021-03-23|
|58|[the1812/dizzylab-auto-theme](https://github.com/the1812/dizzylab-auto-theme)|dizzylab 自适应 Stylus 主题, 跟随系统亮/暗设定.|8|2022-02-01|2021-03-20|
|59|[GZ1903/v2board-theme-LuFly](https://github.com/GZ1903/v2board-theme-LuFly)|V2board前端展示页|7|2022-01-29|2022-01-04|
|60|[shuziyimin/shuziyimin.org](https://github.com/shuziyimin/shuziyimin.org)|数字移民导航站源码|7|2022-01-05|2021-12-23|
|61|[imsyy/home](https://github.com/imsyy/home)|我的个人主页个人主页源码主页模板homepage|7|2022-02-04|2021-09-25|
|62|[MisaLiu/afdian-sponsor-page](https://github.com/MisaLiu/afdian-sponsor-page)|一个独立展示爱发电赞助用户的网页|7|2021-12-15|2021-09-19|
|63|[krait-team/Nabo-theme-typecho](https://github.com/krait-team/Nabo-theme-typecho)|南博主题|7|2021-08-20|2021-08-12|
|64|[sanqi377/bilibibli](https://github.com/sanqi377/bilibibli)|基于electron-vue开发的b站直播弹幕姬|7|2021-09-10|2021-08-06|
|65|[mengfanfei/vite-vue3-h5-template](https://github.com/mengfanfei/vite-vue3-h5-template)|使用vite,vue3,vue-router,vuex(pinia),vw vant等搭建的移动端模版适配低端浏览器可自行修改|6|2022-01-21|2022-01-05|
|61|[MisaLiu/afdian-sponsor-page](https://github.com/MisaLiu/afdian-sponsor-page)|一个独立展示爱发电赞助用户的网页|7|2021-12-15|2021-09-19|
|62|[krait-team/Nabo-theme-typecho](https://github.com/krait-team/Nabo-theme-typecho)|南博主题|7|2021-08-20|2021-08-12|
|63|[sanqi377/bilibibli](https://github.com/sanqi377/bilibibli)|基于electron-vue开发的b站直播弹幕姬|7|2021-09-10|2021-08-06|
|64|[mengfanfei/vite-vue3-h5-template](https://github.com/mengfanfei/vite-vue3-h5-template)|使用vite,vue3,vue-router,vuex(pinia),vw vant等搭建的移动端模版适配低端浏览器可自行修改|6|2022-01-21|2022-01-05|
|65|[ArcherLinsu/life-simulator](https://github.com/ArcherLinsu/life-simulator)|人生模拟器,自定义剧本版|6|2021-09-06|2021-09-04|
|66|[YuKongA/HQ-ICON](https://github.com/YuKongA/HQ-ICON)|[Web]Get icons from App Store/从App Store获取应用图标|6|2021-11-29|2021-06-11|
|67|[skyhack1212/repeater_console_qiankun](https://github.com/skyhack1212/repeater_console_qiankun)|基于qiankun框架重写流量回放框架jvm-sandbox-repeater的console页面|5|2021-12-07|2021-11-13|
|68|[coronaPolvo/report-typora-theme](https://github.com/coronaPolvo/report-typora-theme)|中文实验报告专用模版|5|2021-11-21|2021-11-06|
|69|[ArcherLinsu/life-simulator](https://github.com/ArcherLinsu/life-simulator)|人生模拟器,自定义剧本版|5|2021-09-06|2021-09-04|
|70|[tans/push-todo](https://github.com/tans/push-todo)|TODO LIST with 每日推送微信提醒|5|2021-08-09|2021-08-06|
|69|[tans/push-todo](https://github.com/tans/push-todo)|TODO LIST with 每日推送微信提醒|5|2021-08-09|2021-08-06|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,44 +1,44 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Dart
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[bytedance/flutter_ume](https://github.com/bytedance/flutter_ume)|UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance|1452|2022-01-29|2021-07-16|
|2|[LianjiaTech/bruno](https://github.com/LianjiaTech/bruno)|Bruno 是基于一整套设计体系的 Flutter 组件库。An enterprise-class package of Flutter components for mobile applications.|1153|2022-01-27|2021-12-07|
|3|[biyidev/biyi](https://github.com/biyidev/biyi)|Biyi (比译) is a convenient translation and dictionary app written in Flutter. |594|2022-01-16|2021-03-06|
|3|[biyidev/biyi](https://github.com/biyidev/biyi)|Biyi (比译) is a convenient translation and dictionary app written in Flutter. |595|2022-01-16|2021-03-06|
|4|[LianjiaTech/keframe](https://github.com/LianjiaTech/keframe)|Components that optimize Flutter fluency.Flutter 流畅度优化的通用方案,轻松解决卡顿问题)|560|2021-11-25|2021-06-30|
|5|[niuhuan/pikapika](https://github.com/niuhuan/pikapika)|美观易用且无广告的R18二次元客户端同时支持MacOSWindowsAndroidiOS并上传了APK和IPA。|555|2022-02-04|2021-07-27|
|5|[niuhuan/pikapika](https://github.com/niuhuan/pikapika)|美观易用且无广告的R18二次元客户端同时支持MacOSWindowsAndroidiOS并上传了APK和IPA。|556|2022-02-04|2021-07-27|
|6|[Waytoon/chimera_flutter_code_push](https://github.com/Waytoon/chimera_flutter_code_push)|Official Git of flutter code-push made by Chimera inc. If you want to get more info or seek for biz corporation, you can contact flupush@gmail.com. |513|2021-10-17|2021-03-01|
|7|[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.|225|2021-10-12|2021-02-20|
|8|[ducafecat/flutter_ducafecat_news_getx](https://github.com/ducafecat/flutter_ducafecat_news_getx)|flutter2 + dio4 + getx4|223|2021-11-23|2021-05-31|
|9|[DingMouRen/flutter_tiktok](https://github.com/DingMouRen/flutter_tiktok)|Flutter Tiktok 抖音实战 🍰🍓🍖🍟🍕🍔|184|2021-09-18|2021-04-08|
|9|[DingMouRen/flutter_tiktok](https://github.com/DingMouRen/flutter_tiktok)|Flutter Tiktok 抖音实战 🍰🍓🍖🍟🍕🍔|186|2021-09-18|2021-04-08|
|10|[OpenIMSDK/Open-IM-SDK-Flutter](https://github.com/OpenIMSDK/Open-IM-SDK-Flutter)|OpenIM由前微信技术专家打造的基于 Go 实现的即时通讯IM项目Flutter版本IM SDK 可以轻松替代第三方IM云服务打造具备聊天、社交功能的app。|170|2022-01-21|2021-05-27|
|11|[KevinZhang19870314/flutter_getx_boilerplate](https://github.com/KevinZhang19870314/flutter_getx_boilerplate)|A flutter boilerplate project with GetX state management.|154|2021-10-13|2021-04-09|
|11|[KevinZhang19870314/flutter_getx_boilerplate](https://github.com/KevinZhang19870314/flutter_getx_boilerplate)|A flutter boilerplate project with GetX state management.|155|2021-10-13|2021-04-09|
|12|[2697a/bujuan](https://github.com/2697a/bujuan)|Flutter三方网易云|146|2022-01-23|2021-03-03|
|13|[yangchong211/YCFlutterUtils](https://github.com/yangchong211/YCFlutterUtils)|Flutter Utils 全网最齐全的工具类。包含bus颜色日期文件jsonlogsp加解密num图片网络正则验证路由文本时间spi计时器拓展类编解码发射异常字节转化解析等等工具类。|115|2022-01-16|2021-04-28|
|14|[jhflovehqy/flutter_bolg_manage](https://github.com/jhflovehqy/flutter_bolg_manage)|Flutter实战项目采用Getx框架管理遵循Material design设计风格适合您实战参考或练手|108|2022-01-18|2021-08-27|
|14|[jhflovehqy/flutter_bolg_manage](https://github.com/jhflovehqy/flutter_bolg_manage)|Flutter实战项目采用Getx框架管理遵循Material design设计风格适合您实战参考或练手|109|2022-01-18|2021-08-27|
|15|[niezhiyang/flutter_autosize_screen](https://github.com/niezhiyang/flutter_autosize_screen)|A low-cost Flutter screen adaptation solution一个极低成本的 Flutter 屏幕适配方案)|86|2022-01-26|2021-08-15|
|16|[niuhuan/jasmine](https://github.com/niuhuan/jasmine)|一个美观易用的R18禁漫天堂客户端, 同时支持支持 Android / iOS / MacOS / Windows。类似哔咔漫画。|84|2022-02-03|2022-01-02|
|17|[abcd498936590/flutter_eyepetizer](https://github.com/abcd498936590/flutter_eyepetizer)|使用 Flutter + GetX 仿开眼视频app|81|2022-01-31|2021-10-18|
|18|[xiao-cao-x/pixiv_func_android](https://github.com/xiao-cao-x/pixiv_func_android)|功能齐全的Pixiv第三方客户端 免代理 支持查看动图查看小说|71|2022-02-03|2021-05-16|
|19|[YangChengxxyy/cloudreve_flutter](https://github.com/YangChengxxyy/cloudreve_flutter)|使用Flutter编写的移动端|61|2022-02-04|2021-07-29|
|20|[niuhuan/nhentai-cross](https://github.com/niuhuan/nhentai-cross)|美观易用且无广告的nhentai-R18漫画客户端, 并且可以免代理使用。 A beautiful nhentai client.|58|2022-02-03|2021-12-06|
|16|[niuhuan/jasmine](https://github.com/niuhuan/jasmine)|一个美观易用的R18禁漫天堂客户端, 同时支持支持 Android / iOS / MacOS / Windows。类似哔咔漫画。|85|2022-02-03|2022-01-02|
|17|[abcd498936590/flutter_eyepetizer](https://github.com/abcd498936590/flutter_eyepetizer)|使用 Flutter + GetX 仿开眼视频app|82|2022-01-31|2021-10-18|
|18|[xiao-cao-x/pixiv_func_android](https://github.com/xiao-cao-x/pixiv_func_android)|功能齐全的Pixiv第三方客户端 免代理 支持查看动图查看小说|72|2022-02-03|2021-05-16|
|19|[niuhuan/nhentai-cross](https://github.com/niuhuan/nhentai-cross)|美观易用且无广告的nhentai-R18漫画客户端, 并且可以免代理使用。 A beautiful nhentai client.|62|2022-02-03|2021-12-06|
|20|[YangChengxxyy/cloudreve_flutter](https://github.com/YangChengxxyy/cloudreve_flutter)|使用Flutter编写的移动端|62|2022-02-04|2021-07-29|
|21|[xxxDeveloper/flutter-adapter](https://github.com/xxxDeveloper/flutter-adapter)|📱 基于flutter的屏幕适配方案 / screen adaptation scheme based on flutter|52|2021-10-10|2021-06-30|
|22|[nightmare-space/vscode_for_android](https://github.com/nightmare-space/vscode_for_android)|安卓本地使用vs code编辑器实现方案|43|2021-12-24|2021-09-04|
|23|[LuckyLi706/flutter_mobile_command_tools](https://github.com/LuckyLi706/flutter_mobile_command_tools)|flutter写的桌面可视化操作android和ios的简单命令|39|2022-01-30|2021-06-24|
|24|[LianjiaTech/flutter_fdb_package](https://github.com/LianjiaTech/flutter_fdb_package)|Flutter应用的调试工具协助采集性能优化、设计走查、QA测试等数据问题 提供UI拾取、UI标尺、取色器、内存信息、FPS检测和展示页面代码等功能。|35|2021-12-15|2021-11-30|
|25|[wo5813288/wan_giao](https://github.com/wo5813288/wan_giao)|学习flutter所以系统的做一款应用来实践一下。这款应用也开发了很多内容了后续还要继续更新功能。开发这个项目主要也是熟悉flutter的树形结构的写法和UI组件项目中也用到了flutter比较流行的框架。|35|2021-12-09|2021-06-12|
|26|[liujiakuoyx/leak_detector](https://github.com/liujiakuoyx/leak_detector)|flutter memory leak detector.|35|2022-01-28|2021-05-15|
|27|[RPMTW/RPMLauncher](https://github.com/RPMTW/RPMLauncher)|A better Minecraft Launcher that supports multiple platforms and many functionalities for you to explore!|33|2022-02-03|2021-05-22|
|27|[RPMTW/RPMLauncher](https://github.com/RPMTW/RPMLauncher)|A better Minecraft Launcher that supports multiple platforms and many functionalities for you to explore!|33|2022-02-05|2021-05-22|
|28|[Termare/termare_app](https://github.com/Termare/termare_app)|使用Flutter开发的多平台终端模拟器Termare 类似于 Termux ,在安卓端有独立的源,但支持多个平台,还在大量的开发与测试中~|32|2021-12-14|2021-04-10|
|29|[niezhiyang/flutter_logger](https://github.com/niezhiyang/flutter_logger)|Simple, pretty and powerful logger for flutter|31|2021-09-06|2021-07-08|
|30|[mdddj/simple_shop_v2](https://github.com/mdddj/simple_shop_v2)|flutter 商城|26|2021-12-13|2021-04-05|
|31|[www-chao-fun/chaofun-app](https://github.com/www-chao-fun/chaofun-app)|炒饭( https://chao.fun/app App工程|25|2022-01-30|2022-01-17|
|31|[www-chao-fun/chaofun-app](https://github.com/www-chao-fun/chaofun-app)|炒饭( https://chao.fun/app App工程|25|2022-02-05|2022-01-17|
|32|[qinglong-app/qinglong_app](https://github.com/qinglong-app/qinglong_app)|采用Flutter编写,基于qinglongAPI实现的三方客户端|25|2022-01-26|2022-01-12|
|33|[ITmxs/flutter_bloc_super](https://github.com/ITmxs/flutter_bloc_super)|flutter2搭建的全平台适应web。androidiosmacOSwindowslinux目前主分支已支持空安全|24|2021-11-16|2021-03-31|
|34|[litlifesoftware/HistoryOfMe](https://github.com/litlifesoftware/HistoryOfMe)|Your own personal diary.|24|2022-02-02|2021-03-24|
|34|[litlifesoftware/HistoryOfMe](https://github.com/litlifesoftware/HistoryOfMe)|Your own personal diary.|24|2022-02-05|2021-03-24|
|35|[wuyuanwuhui99/flutter-movie-app-ui](https://github.com/wuyuanwuhui99/flutter-movie-app-ui)|基于flutter开发的混合电影app后端采用springboot+mybatis+mysql开发有react-native版本参见个人主页springboot和react-native项目包括底部tab导航,首页电影电视剧我的搜索页分类页电影详情页播放页登录注册浏览记录播放记录收藏缓存电影排行榜等页面和模块功能齐全完善所有数据来自python爬虫程序抓取 ...|24|2021-10-31|2021-03-24|
|36|[Mao-x-w/FlutterAopDemo](https://github.com/Mao-x-w/FlutterAopDemo)|flutter Aop demo: 全埋点、全局生命周期|23|2021-10-20|2021-06-22|
|37|[waifu-project/movie](https://github.com/waifu-project/movie)|YY播放器|22|2021-12-03|2021-10-21|
@ -46,10 +46,10 @@
|39|[6tail/lunar-flutter](https://github.com/6tail/lunar-flutter)|日历、公历(阳历)、农历(阴历、老黄历)、道历、佛历,支持节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道黑道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar.|22|2022-01-27|2021-08-07|
|40|[fuusy/flutter_read](https://github.com/fuusy/flutter_read)|A flutter project 一款Flutter实战项目已空安全适配封装各种UI组件网络组件以及使用peovider进行状态管理。|21|2022-01-24|2021-11-25|
|41|[gstory0404/flutter_tencentad](https://github.com/gstory0404/flutter_tencentad)|腾讯优量汇(广点通)广告 Flutter版本|20|2022-01-11|2021-08-06|
|42|[yy1300326388/flutter_multi_channel](https://github.com/yy1300326388/flutter_multi_channel)|Flutter 多渠道打包详解示例项目源码,掘金文章👇|19|2021-08-27|2021-04-09|
|43|[Coder-ZhaoLu/Getx-PinkApp](https://github.com/Coder-ZhaoLu/Getx-PinkApp)|仿哔哩哔哩App二次元动漫app网站ACGflutter使用getx_cli进行重构|18|2022-01-15|2021-11-12|
|44|[billyinferno/my_expense](https://github.com/billyinferno/my_expense)|personal expense application|18|2022-02-03|2021-09-22|
|45|[JunAILiang/flutter_dio_util](https://github.com/JunAILiang/flutter_dio_util)|flutter dio封装|18|2022-01-26|2021-08-29|
|42|[JunAILiang/flutter_dio_util](https://github.com/JunAILiang/flutter_dio_util)|flutter dio封装|19|2022-01-26|2021-08-29|
|43|[yy1300326388/flutter_multi_channel](https://github.com/yy1300326388/flutter_multi_channel)|Flutter 多渠道打包详解示例项目源码,掘金文章👇|19|2021-08-27|2021-04-09|
|44|[Coder-ZhaoLu/Getx-PinkApp](https://github.com/Coder-ZhaoLu/Getx-PinkApp)|仿哔哩哔哩App二次元动漫app网站ACGflutter使用getx_cli进行重构|18|2022-01-15|2021-11-12|
|45|[billyinferno/my_expense](https://github.com/billyinferno/my_expense)|personal expense application|18|2022-02-03|2021-09-22|
|46|[fluttercandies/stack_board](https://github.com/fluttercandies/stack_board)|层叠控件摆放|17|2022-01-10|2021-10-30|
|47|[Vadaski/flutter_exposure](https://github.com/Vadaski/flutter_exposure)|flutter 埋点曝光方案|17|2022-01-14|2021-09-25|
|48|[gstory0404/flutter_universalad](https://github.com/gstory0404/flutter_universalad)|字节跳动穿山甲广告、腾讯优量汇(广点通)聚合广告插件 Flutter版本|17|2021-12-28|2021-08-07|
@ -62,10 +62,10 @@
|55|[arsize/swapFlutter](https://github.com/arsize/swapFlutter)|getx项目包括适配路由扫码google map自定义markerdio组件封装导航路径登录注册token重连拨号支付等开发中...|13|2022-01-25|2021-08-29|
|56|[quantz-dev/quantz-app](https://github.com/quantz-dev/quantz-app)|Push Notification service for anime episodes and news. The episode updates will be based on actual upload on the internet and NOT Japan tv schedule as other apps do.|13|2021-10-11|2021-08-08|
|57|[zh6/flutter_plus](https://github.com/zh6/flutter_plus)|hook_riverpod+retrofit 搭建的一个框架,拿来即用|13|2021-09-11|2021-07-05|
|58|[srew33/feh_rebuilder](https://github.com/srew33/feh_rebuilder)|使用FLUTTER对FEH BUILDER的重置|12|2022-01-28|2021-09-27|
|59|[tencentyun/TRTCFlutterScenesDemo](https://github.com/tencentyun/TRTCFlutterScenesDemo)|腾讯云实时音视频Flutter版场景Demo|12|2022-01-20|2021-05-25|
|60|[hhanh00/zwallet](https://github.com/hhanh00/zwallet)|Zcash and Ycash light shielded wallet|11|2022-02-02|2021-07-02|
|61|[SIT-kite/kite-app](https://github.com/SIT-kite/kite-app)|上应小风筝 APP, 基于 Flutter. (WIP)|10|2022-02-04|2021-11-20|
|58|[SIT-kite/kite-app](https://github.com/SIT-kite/kite-app)|上应小风筝 APP, 基于 Flutter. (WIP)|12|2022-02-05|2021-11-20|
|59|[srew33/feh_rebuilder](https://github.com/srew33/feh_rebuilder)|使用FLUTTER对FEH BUILDER的重置|12|2022-01-28|2021-09-27|
|60|[tencentyun/TRTCFlutterScenesDemo](https://github.com/tencentyun/TRTCFlutterScenesDemo)|腾讯云实时音视频Flutter版场景Demo|12|2022-01-20|2021-05-25|
|61|[hhanh00/zwallet](https://github.com/hhanh00/zwallet)|Zcash and Ycash light shielded wallet|11|2022-02-02|2021-07-02|
|62|[shiguanghuxian/hosts_manage](https://github.com/shiguanghuxian/hosts_manage)|一个简洁的本机hosts管理桌面软件支持DNS代理开发测试必备工具|10|2022-01-22|2021-11-11|
|63|[ThinkerJack/flutter_im](https://github.com/ThinkerJack/flutter_im)|flutter即时通讯本地存储长链接维护等功能|10|2021-12-28|2021-10-15|
|64|[Aaq007/Translate-App](https://github.com/Aaq007/Translate-App)|-|10|2021-09-30|2021-09-26|
@ -89,15 +89,15 @@
|82|[lancexin/aspect_frontend_server](https://github.com/lancexin/aspect_frontend_server)|修改frontend_server.dart.snapshot,让dart具有aspect的功能|6|2022-01-13|2021-11-07|
|83|[JunAILiang/flutter_examples](https://github.com/JunAILiang/flutter_examples)|所有的视频讲解源代码地址|6|2021-10-13|2021-10-06|
|84|[Asscre/flutter_ssf](https://github.com/Asscre/flutter_ssf)|flutter_ssf是一个推崇使用Provider、Custom Router、dio结合的MVP开发模式设计的Flutter应用生产级开发脚手架。|6|2021-12-27|2021-09-16|
|85|[cpyczd/xy-music-mobile](https://github.com/cpyczd/xy-music-mobile)|🌧 XY- Flutter 全网音乐助手|6|2021-09-06|2021-05-21|
|86|[Afauria/GetX-WanAndroid](https://github.com/Afauria/GetX-WanAndroid)|Flutter实现的WanAndroid项目使用GetX框架搭建|6|2021-09-27|2021-05-08|
|87|[azhon/FlutterAppUpdate](https://github.com/azhon/FlutterAppUpdate)|一个Flutter版本简单、轻量、可随意定制的Android版本更新库A simple, lightweight, and customizable Android version update library for Flutter|6|2021-09-27|2021-02-24|
|88|[xiaojia21190/dgl_login](https://github.com/xiaojia21190/dgl_login)|呆瓜佬|5|2021-12-14|2021-12-13|
|89|[smartbackme/emas_tlog](https://github.com/smartbackme/emas_tlog)|阿里 EMAS TLog 线上日志监控系统flutter实现|5|2021-11-29|2021-11-24|
|90|[PeanutMelonSeedBigAlmond/PixivUserBatchDownloader](https://github.com/PeanutMelonSeedBigAlmond/PixivUserBatchDownloader)|一个可以批量下载Pixiv指定画师作品的工具 |5|2021-11-22|2021-11-05|
|91|[ITmxs/Flutter--Mobile-Tablet-and-Web](https://github.com/ITmxs/Flutter--Mobile-Tablet-and-Web)|flutter2搭建的全平台适应web。androidiosmacOSwindowslinux目前主分支已支持空安全|5|2021-09-28|2021-09-28|
|92|[ShanRaw/flueer_macos_music](https://github.com/ShanRaw/flueer_macos_music)|flutter macos music 音乐播放器|5|2021-09-30|2021-09-13|
|93|[FlutterDance/AnimatedBottomNavigator](https://github.com/FlutterDance/AnimatedBottomNavigator)|Flutter 动感底部导航栏|5|2021-08-31|2021-08-29|
|85|[FlutterDance/AnimatedBottomNavigator](https://github.com/FlutterDance/AnimatedBottomNavigator)|Flutter 动感底部导航栏|6|2021-08-31|2021-08-29|
|86|[cpyczd/xy-music-mobile](https://github.com/cpyczd/xy-music-mobile)|🌧 XY- Flutter 全网音乐助手|6|2021-09-06|2021-05-21|
|87|[Afauria/GetX-WanAndroid](https://github.com/Afauria/GetX-WanAndroid)|Flutter实现的WanAndroid项目使用GetX框架搭建|6|2021-09-27|2021-05-08|
|88|[azhon/FlutterAppUpdate](https://github.com/azhon/FlutterAppUpdate)|一个Flutter版本简单、轻量、可随意定制的Android版本更新库A simple, lightweight, and customizable Android version update library for Flutter|6|2021-09-27|2021-02-24|
|89|[xiaojia21190/dgl_login](https://github.com/xiaojia21190/dgl_login)|呆瓜佬|5|2021-12-14|2021-12-13|
|90|[smartbackme/emas_tlog](https://github.com/smartbackme/emas_tlog)|阿里 EMAS TLog 线上日志监控系统flutter实现|5|2021-11-29|2021-11-24|
|91|[PeanutMelonSeedBigAlmond/PixivUserBatchDownloader](https://github.com/PeanutMelonSeedBigAlmond/PixivUserBatchDownloader)|一个可以批量下载Pixiv指定画师作品的工具 |5|2021-11-22|2021-11-05|
|92|[ITmxs/Flutter--Mobile-Tablet-and-Web](https://github.com/ITmxs/Flutter--Mobile-Tablet-and-Web)|flutter2搭建的全平台适应web。androidiosmacOSwindowslinux目前主分支已支持空安全|5|2021-09-28|2021-09-28|
|93|[ShanRaw/flueer_macos_music](https://github.com/ShanRaw/flueer_macos_music)|flutter macos music 音乐播放器|5|2021-09-30|2021-09-13|
|94|[321zhangyang/dingdian](https://github.com/321zhangyang/dingdian)|顶点小说flutter版|5|2021-08-26|2021-07-22|
|95|[sunpu007/flutter_wechat](https://github.com/sunpu007/flutter_wechat)|flutter版的微信客户端|5|2021-10-27|2021-06-27|
|96|[932707629/TinFlutter](https://github.com/932707629/TinFlutter)|集成众多优秀Flutter框架的开发模板以GetX为框架基础帮你快速搭建一个优秀的Flutter项目|5|2021-08-19|2021-05-01|

View File

@ -1,83 +1,83 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Go
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[OpenIMSDK/Open-IM-Server](https://github.com/OpenIMSDK/Open-IM-Server)|OpenIM: Instant messaging open source project based on go built by former WeChat technology experts. Backend in Go.(由前微信技术专家打造的基于 Go 实现的即时通讯IM项目从服务端到客户端SDK开源即时通讯IM整体解决方案可以轻松替代第三方IM云服务打造具备聊天、社交功 ...|6378|2022-01-28|2021-05-26|
|2|[dtm-labs/dtm](https://github.com/dtm-labs/dtm)|🔥A cross-language distributed transaction manager. Support xa, tcc, saga, transactional messages. 跨语言分布式事务管理器|4580|2022-02-04|2021-05-16|
|1|[OpenIMSDK/Open-IM-Server](https://github.com/OpenIMSDK/Open-IM-Server)|OpenIM: Instant messaging open source project based on go built by former WeChat technology experts. Backend in Go.(由前微信技术专家打造的基于 Go 实现的即时通讯IM项目从服务端到客户端SDK开源即时通讯IM整体解决方案可以轻松替代第三方IM云服务打造具备聊天、社交功 ...|6382|2022-01-28|2021-05-26|
|2|[dtm-labs/dtm](https://github.com/dtm-labs/dtm)|🔥A cross-language distributed transaction manager. Support xa, tcc, saga, transactional messages. 跨语言分布式事务管理器|4585|2022-02-04|2021-05-16|
|3|[SmartKeyerror/Psyduck](https://github.com/SmartKeyerror/Psyduck)|Record CS knowlegement with XMind, version 2.0. 使用 XMind 记录 Linux 操作系统网络C++Golang 以及数据库的一些设计|4097|2022-01-29|2021-04-21|
|4|[cloudwego/kitex](https://github.com/cloudwego/kitex)|A high-performance and strong-extensibility Golang RPC framework that helps developers build microservices.|3675|2022-01-30|2021-07-09|
|5|[cloudwego/netpoll](https://github.com/cloudwego/netpoll)|A high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance.|2308|2022-02-03|2021-02-25|
|4|[cloudwego/kitex](https://github.com/cloudwego/kitex)|A high-performance and strong-extensibility Golang RPC framework that helps developers build microservices.|3678|2022-01-30|2021-07-09|
|5|[cloudwego/netpoll](https://github.com/cloudwego/netpoll)|A high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance.|2310|2022-02-03|2021-02-25|
|6|[erda-project/erda](https://github.com/erda-project/erda)|An enterprise-grade Cloud-Native application platform for Kubernetes.|2181|2022-01-30|2021-03-05|
|7|[jkstack/natpass](https://github.com/jkstack/natpass)|新一代主机管理工具支持web vnc和web shell|1898|2022-01-26|2021-07-30|
|8|[sjlleo/netflix-verify](https://github.com/sjlleo/netflix-verify)|流媒体NetFlix解锁检测脚本 / A script used to determine whether your network can watch native Netflix movies or not|1258|2021-12-30|2021-02-23|
|9|[marmotedu/iam](https://github.com/marmotedu/iam)|企业级的 Go 语言实战项目可作为Go项目开发脚手架|1166|2022-01-31|2021-05-26|
|10|[polarismesh/polaris](https://github.com/polarismesh/polaris)|Service Discovery and Governance Center for Distributed and Microservice Architecture|940|2022-01-27|2021-06-14|
|7|[jkstack/natpass](https://github.com/jkstack/natpass)|新一代主机管理工具支持web vnc和web shell|1899|2022-01-26|2021-07-30|
|8|[sjlleo/netflix-verify](https://github.com/sjlleo/netflix-verify)|流媒体NetFlix解锁检测脚本 / A script used to determine whether your network can watch native Netflix movies or not|1262|2021-12-30|2021-02-23|
|9|[marmotedu/iam](https://github.com/marmotedu/iam)|企业级的 Go 语言实战项目可作为Go项目开发脚手架|1167|2022-01-31|2021-05-26|
|10|[polarismesh/polaris](https://github.com/polarismesh/polaris)|Service Discovery and Governance Center for Distributed and Microservice Architecture|941|2022-01-27|2021-06-14|
|11|[alibaba/sealer](https://github.com/alibaba/sealer)|Seal your applications all dependencies and kubernetes into CloudImage! Build Deliver and Run user-defined clusters in one command.|910|2022-01-28|2021-04-29|
|12|[jweny/pocassist](https://github.com/jweny/pocassist)|全新的开源漏洞测试框架实现poc在线编辑、运行、批量测试。使用文档|883|2021-12-07|2021-05-12|
|13|[KubeOperator/KubePi](https://github.com/KubeOperator/KubePi)|KubePi 是一款简单易用的开源 Kubernetes 可视化管理面板|856|2022-01-27|2021-05-20|
|14|[sairson/Yasso](https://github.com/sairson/Yasso)|强大的内网渗透辅助工具集-让Yasso像风一样 支持rdpsshredispostgresmongodbmssqlmysqlwinrm等服务爆破快速的端口扫描强大的web指纹识别各种内置服务的一键利用包括ssh完全交互式登陆mssql提权redis一键利用mysql数据库查询winrm横向利用多种服务利用支持socks5代理执行|814|2022-01-29|2022-01-05|
|15|[xiecat/goblin](https://github.com/xiecat/goblin)|一款适用于红蓝对抗中的仿真钓鱼系统|764|2022-01-22|2021-09-06|
|13|[KubeOperator/KubePi](https://github.com/KubeOperator/KubePi)|KubePi 是一款简单易用的开源 Kubernetes 可视化管理面板|858|2022-01-27|2021-05-20|
|14|[sairson/Yasso](https://github.com/sairson/Yasso)|强大的内网渗透辅助工具集-让Yasso像风一样 支持rdpsshredispostgresmongodbmssqlmysqlwinrm等服务爆破快速的端口扫描强大的web指纹识别各种内置服务的一键利用包括ssh完全交互式登陆mssql提权redis一键利用mysql数据库查询winrm横向利用多种服务利用支持socks5代理执行|816|2022-01-29|2022-01-05|
|15|[xiecat/goblin](https://github.com/xiecat/goblin)|一款适用于红蓝对抗中的仿真钓鱼系统|765|2022-01-22|2021-09-06|
|16|[seccome/Ehoney](https://github.com/seccome/Ehoney)|安全、快捷、高交互、企业级的蜜罐管理系统支持多种协议蜜罐、蜜签、诱饵等功能。A safe, fast, highly interactive and enterprise level honeypot management system, supports multiple protocol honeypots, honeytokens, baits and other functions.|760|2022-01-04|2021-06-03|
|17|[chanify/chanify](https://github.com/chanify/chanify)|Chanify is a safe and simple notification tools. This repository is command line tools for Chanify.|744|2022-01-25|2021-02-25|
|17|[chanify/chanify](https://github.com/chanify/chanify)|Chanify is a safe and simple notification tools. This repository is command line tools for Chanify.|745|2022-01-25|2021-02-25|
|18|[openscrm/api-server](https://github.com/openscrm/api-server)|OpenSCRM是一套基于Go和React的超高质量企业微信私域流量管理系统 。遵守Apache2.0协议全网唯一免费商用。企业微信、私域流量、SCRM。|706|2022-01-06|2021-08-24|
|19|[allanpk716/ChineseSubFinder](https://github.com/allanpk716/ChineseSubFinder)|自动化中文字幕下载。字幕网站支持 zimuku、subhd、shooter、xunlei 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM|683|2022-02-02|2021-05-30|
|20|[axiaoxin-com/investool](https://github.com/axiaoxin-com/investool)|Golang实现财报分析、个股基本面检测、基本面选股、4433法则基金筛选与检测、基金持仓相似度、股票选基、基金经理筛选|657|2022-01-01|2021-04-19|
|21|[auxten/go-sqldb](https://github.com/auxten/go-sqldb)|A pure golang SQL database for database theory research|635|2021-08-31|2021-04-10|
|22|[go-gorm/gen](https://github.com/go-gorm/gen)|Gen: Friendly & Safer GORM powered by Code Generation|617|2022-02-04|2021-07-14|
|23|[cdle/sillyGirl](https://github.com/cdle/sillyGirl)|傻妞机器人|614|2022-02-04|2021-08-30|
|24|[easychen/wecomchan](https://github.com/easychen/wecomchan)|通过企业微信向微信推送消息的配置文档、直推函数和可自行搭建的在线服务代码。可以看成Server酱的开源替代方案之一。|599|2021-09-12|2021-05-30|
|25|[iyear/pure-live-core](https://github.com/iyear/pure-live-core)|✨ Make Live Pure Again 让直播回归纯粹|583|2022-01-28|2021-12-06|
|26|[zhzyker/dismap](https://github.com/zhzyker/dismap)|Asset discovery and identification tools 快速识别 Web 指纹信息,定位资产类型。辅助红队快速定位目标资产信息,辅助蓝队发现疑似脆弱点|581|2021-10-15|2021-07-24|
|19|[allanpk716/ChineseSubFinder](https://github.com/allanpk716/ChineseSubFinder)|自动化中文字幕下载。字幕网站支持 zimuku、subhd、shooter、xunlei 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM|684|2022-02-02|2021-05-30|
|20|[axiaoxin-com/investool](https://github.com/axiaoxin-com/investool)|Golang实现财报分析、个股基本面检测、基本面选股、4433法则基金筛选与检测、基金持仓相似度、股票选基、基金经理筛选|656|2022-01-01|2021-04-19|
|21|[auxten/go-sqldb](https://github.com/auxten/go-sqldb)|A pure golang SQL database for database theory research|636|2021-08-31|2021-04-10|
|22|[go-gorm/gen](https://github.com/go-gorm/gen)|Gen: Friendly & Safer GORM powered by Code Generation|619|2022-02-04|2021-07-14|
|23|[cdle/sillyGirl](https://github.com/cdle/sillyGirl)|傻妞机器人|615|2022-02-04|2021-08-30|
|24|[easychen/wecomchan](https://github.com/easychen/wecomchan)|通过企业微信向微信推送消息的配置文档、直推函数和可自行搭建的在线服务代码。可以看成Server酱的开源替代方案之一。|600|2022-02-05|2021-05-30|
|25|[iyear/pure-live-core](https://github.com/iyear/pure-live-core)|✨ Make Live Pure Again 让直播回归纯粹|584|2022-01-28|2021-12-06|
|26|[zhzyker/dismap](https://github.com/zhzyker/dismap)|Asset discovery and identification tools 快速识别 Web 指纹信息,定位资产类型。辅助红队快速定位目标资产信息,辅助蓝队发现疑似脆弱点|582|2021-10-15|2021-07-24|
|27|[baidu/EasyFaaS](https://github.com/baidu/EasyFaaS)|EasyFaaS是一个依赖轻、适配性强、资源占用少、无状态且高性能的函数计算服务引擎|546|2021-10-18|2021-04-06|
|28|[shmilylty/netspy](https://github.com/shmilylty/netspy)|netspy是一款快速探测内网可达网段工具|493|2022-01-19|2022-01-01|
|28|[shmilylty/netspy](https://github.com/shmilylty/netspy)|netspy是一款快速探测内网可达网段工具|495|2022-01-19|2022-01-01|
|29|[alibaba/ilogtail](https://github.com/alibaba/ilogtail)|The Lightweight Data Collector of SLS in Alibaba Cloud|474|2022-01-24|2021-11-08|
|30|[SkewwG/henggeFish](https://github.com/SkewwG/henggeFish)|自动化批量发送钓鱼邮件(横戈安全团队出品)|430|2021-09-28|2021-09-28|
|31|[NyDubh3/CuiRi](https://github.com/NyDubh3/CuiRi)|一款红队专用免杀木马生成器基于shellcode生成绕过所有杀软的木马。|424|2021-09-08|2021-09-07|
|30|[SkewwG/henggeFish](https://github.com/SkewwG/henggeFish)|自动化批量发送钓鱼邮件(横戈安全团队出品)|431|2021-09-28|2021-09-28|
|31|[NyDubh3/CuiRi](https://github.com/NyDubh3/CuiRi)|一款红队专用免杀木马生成器基于shellcode生成绕过所有杀软的木马。|426|2021-09-08|2021-09-07|
|32|[mosn/layotto](https://github.com/mosn/layotto)|A fast and efficient cloud native application runtime|406|2022-02-01|2021-04-29|
|33|[chenjiandongx/sniffer](https://github.com/chenjiandongx/sniffer)|🤒 A modern alternative network traffic sniffer.|393|2021-12-24|2021-11-08|
|33|[chenjiandongx/sniffer](https://github.com/chenjiandongx/sniffer)|🤒 A modern alternative network traffic sniffer.|394|2021-12-24|2021-11-08|
|34|[veo/vscan](https://github.com/veo/vscan)|开源、轻量、快速、跨平台 的网站漏洞扫描工具,帮助您快速检测网站安全隐患。功能 端口扫描(port scan) 指纹识别(fingerprint) 漏洞检测(nday check) 智能爆破 (admin brute) 敏感文件扫描(file fuzz)|381|2021-12-30|2021-06-17|
|35|[zyylhn/zscan](https://github.com/zyylhn/zscan)|Zscan a scan blasting tool set|371|2022-02-04|2021-11-22|
|36|[Mikaelemmmm/go-zero-looklook](https://github.com/Mikaelemmmm/go-zero-looklook)|基于go-zero(go zero) 微服务全技术栈开发最佳实践项目。 go-zero项目地址: https://github.com/zeromicro/go-zero|340|2022-01-31|2021-12-20|
|37|[FabEdge/fabedge](https://github.com/FabEdge/fabedge)|Secure Edge Networking Solution Based On Kubernetes|327|2022-01-27|2021-07-16|
|38|[akkuman/rotateproxy](https://github.com/akkuman/rotateproxy)|利用fofa搜索socks5开放代理进行代理池轮切的工具|323|2022-01-19|2021-10-18|
|39|[safe6Sec/GolangBypassAV](https://github.com/safe6Sec/GolangBypassAV)|研究golang各种姿势bypassAV|323|2022-01-14|2021-08-08|
|40|[HACKERALERT/Picocrypt](https://github.com/HACKERALERT/Picocrypt)|A very small, very simple, yet very secure encryption tool.|322|2022-01-29|2021-02-18|
|38|[safe6Sec/GolangBypassAV](https://github.com/safe6Sec/GolangBypassAV)|研究golang各种姿势bypassAV|324|2022-01-14|2021-08-08|
|39|[HACKERALERT/Picocrypt](https://github.com/HACKERALERT/Picocrypt)|A very small, very simple, yet very secure encryption tool.|324|2022-01-29|2021-02-18|
|40|[akkuman/rotateproxy](https://github.com/akkuman/rotateproxy)|利用fofa搜索socks5开放代理进行代理池轮切的工具|323|2022-01-19|2021-10-18|
|41|[wechatpay-apiv3/wechatpay-go](https://github.com/wechatpay-apiv3/wechatpay-go)|微信支付 APIv3 的 Go Library|321|2022-01-13|2021-02-26|
|42|[tickstep/aliyunpan](https://github.com/tickstep/aliyunpan)|阿里云盘命令行客户端支持webdav文件服务|317|2022-02-01|2021-08-04|
|42|[tickstep/aliyunpan](https://github.com/tickstep/aliyunpan)|阿里云盘命令行客户端支持webdav文件服务|319|2022-02-01|2021-08-04|
|43|[go-kratos/beer-shop](https://github.com/go-kratos/beer-shop)|An online shop application, the complete microservices demo for kratos.|315|2022-01-27|2021-04-11|
|44|[DigitalChinaOpenSource/TiDB-for-PostgreSQL](https://github.com/DigitalChinaOpenSource/TiDB-for-PostgreSQL)|PgSQL compatible on distributed database TiDB|312|2021-11-30|2021-06-01|
|45|[songangweb/mcache](https://github.com/songangweb/mcache)|An in-memory cache library for golang. support: lru,lfu,hash-lru,hash-lfu,arc. 一个高性能本地内存缓存,带有各种内存淘汰算法|288|2021-08-30|2021-04-29|
|46|[togettoyou/super-signature](https://github.com/togettoyou/super-signature)|🌌 iOS 签名分发内测服务|285|2022-01-22|2021-02-24|
|47|[kevwan/chatbot](https://github.com/kevwan/chatbot)|A fast responsive, machine learning, conversational dialog engine for creating chat bots, written in Go.|275|2022-01-21|2021-09-20|
|47|[kevwan/chatbot](https://github.com/kevwan/chatbot)|A fast responsive, machine learning, conversational dialog engine for creating chat bots, written in Go.|279|2022-02-05|2021-09-20|
|48|[hanc00l/nemo_go](https://github.com/hanc00l/nemo_go)|Nemo是用来进行自动化信息收集的一个简单平台通过集成常用的信息收集工具和技术实现对内网及互联网资产信息的自动收集提高隐患排查和渗透测试的工作效率用Go语言完全重构了原Python版本。|273|2022-01-25|2021-07-29|
|49|[EmYiQing/Gososerial](https://github.com/EmYiQing/Gososerial)|参考著名漏扫XRAY的代码无需Java环境直接从二进制角度构造Ysoserial的Payload|271|2021-09-22|2021-08-27|
|50|[xiecat/fofax](https://github.com/xiecat/fofax)|fofaX is a command line query tool based on the API of https://fofa.so/, simple is the best!|259|2022-02-03|2021-12-14|
|51|[songangweb/durl](https://github.com/songangweb/durl)|short-url distributed and high-performance 高性能短链接服务 短网址|255|2022-01-26|2021-04-29|
|52|[carina-io/carina](https://github.com/carina-io/carina)|Carina: an high performance and ops-free local storage for kubernetes|251|2022-01-25|2021-08-18|
|53|[jas502n/Grafana-CVE-2021-43798](https://github.com/jas502n/Grafana-CVE-2021-43798)|Grafana Unauthorized arbitrary file reading vulnerability|250|2021-12-09|2021-12-07|
|54|[duke-git/lancet](https://github.com/duke-git/lancet)|A comprehensive, efficient, and reusable util function library of go.|244|2022-02-04|2021-11-28|
|55|[wjpxxx/letgo](https://github.com/wjpxxx/letgo)|high-performance Lightweight web framework for the Go programming language. golang web framework,高可用golang web框架,go语言 web框架 ,go web更适合大数据高并发的场景下使用|244|2022-01-29|2021-05-11|
|56|[unionj-cloud/go-doudou](https://github.com/unionj-cloud/go-doudou)|go-doudoudoudou pronounce /dəudəu/is a gossip protocol and OpenAPI 3.0 spec based decentralized microservice framework. It supports monolith service application as well. Currently, it supports restf ...|244|2022-02-02|2021-02-24|
|54|[duke-git/lancet](https://github.com/duke-git/lancet)|A comprehensive, efficient, and reusable util function library of go.|245|2022-02-04|2021-11-28|
|55|[wjpxxx/letgo](https://github.com/wjpxxx/letgo)|high-performance Lightweight web framework for the Go programming language. golang web framework,高可用golang web框架,go语言 web框架 ,go web更适合大数据高并发的场景下使用|245|2022-01-29|2021-05-11|
|56|[unionj-cloud/go-doudou](https://github.com/unionj-cloud/go-doudou)|go-doudoudoudou pronounce /dəudəu/is a gossip protocol and OpenAPI 3.0 spec based decentralized microservice framework. It supports monolith service application as well. Currently, it supports restf ...|243|2022-02-02|2021-02-24|
|57|[go-dragon/dragon](https://github.com/go-dragon/dragon)|Dragon 🐲 🐲 🐲 is an enterprise high performance web framework with Go for the feature and comfortable develop.|234|2021-10-25|2021-07-06|
|58|[Maka8ka/NGLite](https://github.com/Maka8ka/NGLite)|A major platform RAT Tool based by Blockchain/P2P.Now support Windows/Linux/MacOS|226|2021-09-13|2021-05-19|
|58|[Maka8ka/NGLite](https://github.com/Maka8ka/NGLite)|A major platform RAT Tool based by Blockchain/P2P.Now support Windows/Linux/MacOS|227|2021-09-13|2021-05-19|
|59|[zema1/yarx](https://github.com/zema1/yarx)|An awesome reverse engine for xray poc. 一个自动化根据 xray poc 生成对应 server 的工具|222|2021-12-09|2021-11-11|
|60|[gaowanliang/LightUploader](https://github.com/gaowanliang/LightUploader)|A lightweight, universal cloud drive upload tool for all platforms|221|2022-01-19|2021-03-26|
|61|[ort4u/goShellCodeByPassVT](https://github.com/ort4u/goShellCodeByPassVT)|通过线程注入及-race参数免杀全部VT|219|2021-11-05|2021-07-09|
|62|[kubecube-io/KubeCube](https://github.com/kubecube-io/KubeCube)|KubeCube is an open source enterprise-level container platform|218|2022-01-25|2021-07-12|
|61|[kubecube-io/KubeCube](https://github.com/kubecube-io/KubeCube)|KubeCube is an open source enterprise-level container platform|220|2022-01-25|2021-07-12|
|62|[ort4u/goShellCodeByPassVT](https://github.com/ort4u/goShellCodeByPassVT)|通过线程注入及-race参数免杀全部VT|219|2021-11-05|2021-07-09|
|63|[yqcs/ZheTian](https://github.com/yqcs/ZheTian)| ZheTian 免杀shellcode执行程序|216|2021-11-26|2021-08-24|
|64|[EmYiQing/JNDIScan](https://github.com/EmYiQing/JNDIScan)|无须借助dnslog且完全无害的JNDI反连检测工具解析RMI和LDAP协议实现可用于甲方内网自查|215|2021-12-24|2021-12-23|
|65|[JKme/cube](https://github.com/JKme/cube)|内网渗透测试工具,弱密码爆破、信息收集和漏洞扫描|215|2022-01-14|2021-04-23|
|66|[Li4n0/revsuit](https://github.com/Li4n0/revsuit)|RevSuit is a flexible and powerful reverse connection platform designed for receiving connection from target host in penetration. |212|2022-01-16|2021-04-21|
|67|[stilleshan/dockerfiles](https://github.com/stilleshan/dockerfiles)|不定期收集,整理和编写常用优秀软件和服务的 Dockerfile 文件. https://docker.ioiox.com|208|2022-02-04|2021-06-08|
|68|[LinkLeong/go-aliyundrive-webdav](https://github.com/LinkLeong/go-aliyundrive-webdav)|阿里云盘(https://www.aliyundrive.com/) 的webdav协议开源实现|204|2022-01-09|2021-09-05|
|69|[NICEXAI/WeWorkFinanceSDK](https://github.com/NICEXAI/WeWorkFinanceSDK)|企业微信会话存档SDK基于企业微信C版官方SDK封装|204|2022-01-13|2021-02-19|
|68|[LinkLeong/go-aliyundrive-webdav](https://github.com/LinkLeong/go-aliyundrive-webdav)|阿里云盘(https://www.aliyundrive.com/) 的webdav协议开源实现|205|2022-01-09|2021-09-05|
|69|[NICEXAI/WeWorkFinanceSDK](https://github.com/NICEXAI/WeWorkFinanceSDK)|企业微信会话存档SDK基于企业微信C版官方SDK封装|205|2022-01-13|2021-02-19|
|70|[Char1esOrz/minerProxy](https://github.com/Char1esOrz/minerProxy)|以太坊矿池代理,可以自定义抽水地址和比例 ,go语言编写,性能极高。挂几个盗版狗minerproxyeth/minerproxy和MinerPr0xy/MinerProxy和nicococococ/MinerProxyLite和CharIesOrz/minerProxy和ryu-shen/minerProxy都是盗版加料的大家注意分辨,可以查看git commits记录查看谁先发布的|201|2022-02-04|2021-12-02|
|71|[linvon/cuckoo-filter](https://github.com/linvon/cuckoo-filter)|Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现优于布隆过滤器可以定制化过滤器参数并进行了空间优化|198|2021-10-10|2021-02-19|
|72|[jasonLaw1015/GfEasy](https://github.com/jasonLaw1015/GfEasy)|快速crud开发框架甚至于一行代码不用敲自动根据数据库表结构自动生成crud代码低代码开发框架至少减少百分90%工作量可快速把现有系统转成GfEasy版本后端使用GoFrame开发;后台前端使用 cool-admin-vue后台使用自适应布局手机、PC完美使用。|185|2021-12-09|2021-07-30|
|73|[nivin-studio/go-zero-mall](https://github.com/nivin-studio/go-zero-mall)|go-zero实战让微服务Go起来|180|2022-01-27|2021-12-26|
|71|[linvon/cuckoo-filter](https://github.com/linvon/cuckoo-filter)|Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现优于布隆过滤器可以定制化过滤器参数并进行了空间优化|199|2021-10-10|2021-02-19|
|72|[jasonLaw1015/GfEasy](https://github.com/jasonLaw1015/GfEasy)|快速crud开发框架甚至于一行代码不用敲自动根据数据库表结构自动生成crud代码低代码开发框架至少减少百分90%工作量可快速把现有系统转成GfEasy版本后端使用GoFrame开发;后台前端使用 cool-admin-vue后台使用自适应布局手机、PC完美使用。|186|2021-12-09|2021-07-30|
|73|[nivin-studio/go-zero-mall](https://github.com/nivin-studio/go-zero-mall)|go-zero实战让微服务Go起来|183|2022-01-27|2021-12-26|
|74|[cckuailong/hostscan](https://github.com/cckuailong/hostscan)|自动化Host碰撞工具帮助红队快速扩展网络边界获取更多目标点|177|2021-11-19|2021-10-02|
|75|[Rvn0xsy/goDomain](https://github.com/Rvn0xsy/goDomain)|Windows活动目录中的LDAP信息收集工具|171|2021-10-09|2021-08-11|
|76|[wgpsec/ENScan_GO](https://github.com/wgpsec/ENScan_GO)|一款基于各大企业信息API的工具解决在遇到的各种针对国内企业信息收集难题。一键收集控股公司ICP备案、APP、小程序、微信公众号等信息聚合导出。|169|2022-01-06|2022-01-04|
@ -88,91 +88,89 @@
|81|[dnsjia/luban](https://github.com/dnsjia/luban)|CMDBK8S容器管理运维平台自动化运维发布平台|149|2022-01-04|2021-07-16|
|82|[pi-pi-miao/pi_pi_net](https://github.com/pi-pi-miao/pi_pi_net)|pi-pi-net 是一个在linux环境下封装epoll的网络库,可以基于此库非常方便的实现Reactor网络模型,或者webrpcwebsocket等网络框架的基础框架|144|2021-11-11|2021-11-04|
|83|[pbrong/hrms](https://github.com/pbrong/hrms)|基于go、gorm、gin、mysql及layui构建的人力资源管理系统。提供员工管理、考试管理、薪资考勤管理、权限管理及分公司分库数据隔离等功能。欢迎Star或提Issue。|144|2022-01-22|2021-02-14|
|84|[issue9/cnregion](https://github.com/issue9/cnregion)|2009-2021 年中国全国(省、市、县、乡/镇、村/街道)五级行政区域数据|140|2022-01-05|2021-02-05|
|85|[CTF-MissFeng/jsForward](https://github.com/CTF-MissFeng/jsForward)|解决web及移动端H5数据加密Burp调试问题|137|2021-12-01|2021-12-01|
|86|[canc3s/cIPR](https://github.com/canc3s/cIPR)|将域名转为ip段权重|137|2021-09-08|2021-03-09|
|87|[kone-net/go-chat](https://github.com/kone-net/go-chat)|go-chat.使用Go基于WebSocket开发的web聊天应用。单聊群聊。文字图片语音视频消息屏幕共享剪切板图片基于WebRTC的P2P语音通话视频聊天。|134|2021-12-11|2021-11-18|
|88|[crisprss/Shellcode_Memory_Loader](https://github.com/crisprss/Shellcode_Memory_Loader)|基于Golang实现的Shellcode内存加载器,共实现3中内存加载shellcode方式,UUID加载,MAC加载和IPv4加载,目前能过主流杀软(包括Windows Defender)|132|2021-12-16|2021-12-09|
|89|[Rvn0xsy/zipcreater](https://github.com/Rvn0xsy/zipcreater)|ZipCreater主要应用于跨目录的文件上传漏洞的利用它能够快速进行压缩包生成。|132|2021-11-02|2021-11-01|
|90|[caoyingjunz/pixiu](https://github.com/caoyingjunz/pixiu)|Pixiu(貔貅) 旨在对 kubernetes 原生功能的补充和强化|132|2021-11-17|2021-04-07|
|91|[KpLi0rn/Log4j2Scan](https://github.com/KpLi0rn/Log4j2Scan)|一款无须借助dnslog且完全无害的log4j2反连检测工具(已有burp插件适配可搭配进行被动扫描)解析RMI和LDAP协议实现可用于甲方内网自查|128|2021-12-15|2021-12-14|
|92|[storyicon/powerproto](https://github.com/storyicon/powerproto)|🎉 An awesome version control tool for protoc and its related plugins.|128|2021-10-29|2021-07-11|
|93|[tencent-connect/botgo](https://github.com/tencent-connect/botgo)|QQ频道机器人 GOSDK|126|2022-02-02|2021-09-09|
|94|[lim-team/LiMaoIM](https://github.com/lim-team/LiMaoIM)|Go编写的IM完全自定义协议的高性能即时通讯服务High-performance instant messaging service with fully customizable protocol|126|2021-09-23|2021-06-29|
|95|[pinkhello/go-starter](https://github.com/pinkhello/go-starter)|Go 服务框架脚手架. 整合 echo、swag、viper、nsq、logrus、fx、xorm、cobra 等第三方库|126|2022-01-28|2021-03-06|
|96|[NICEXAI/WeChatCustomerServiceSDK](https://github.com/NICEXAI/WeChatCustomerServiceSDK)|微信客服SDK|125|2021-11-12|2021-07-20|
|97|[canc3s/cDomain](https://github.com/canc3s/cDomain)|利用天眼查查询企业备案|123|2021-11-09|2021-03-01|
|98|[erda-project/erda-infra](https://github.com/erda-project/erda-infra)|Erda Infra is a lightweight microservices framework implements by golang, which offers many useful modules and tools to help you quickly build a module-driven application|122|2022-01-29|2021-03-05|
|99|[PeterYangs/article-spider](https://github.com/PeterYangs/article-spider)|文章采集工具 Article collection tool|122|2022-01-20|2021-02-24|
|100|[isucon/isucon11-qualify](https://github.com/isucon/isucon11-qualify)|ISUCON11 予選 (ISUCONDITION)|121|2021-12-22|2021-05-14|
|101|[chyroc/lark](https://github.com/chyroc/lark)|Feishu/Lark Open API Go SDK, Support ALL Open API and Event Callback.|121|2022-01-24|2021-04-21|
|102|[GoMinerProxy/GoMinerProxy](https://github.com/GoMinerProxy/GoMinerProxy)|全网最稳定的ETH/ETC以太坊矿池转发代理中继工具独家伪装低延迟、独家伪装提交算力、独家抽水算法、独家前置代理中转模式、自定义多钱包抽水比例、GoLang高性能多线程、SSL、批量中转、配置热修改、完美的Web管理、API支持。纯原创非破解稳定更新|117|2022-02-04|2021-12-29|
|103|[EmYiQing/XiuScan](https://github.com/EmYiQing/XiuScan)|Gososerial库的一个Demo漏扫实现了Shiro一把梭扫描利用Fastjson的Dnslog扫描和反连扫描|116|2021-09-08|2021-08-23|
|104|[ibanyu/owl](https://github.com/ibanyu/owl)|a db usage, manager tool, committed to standardizing the data, index in the database and operations to the database.|115|2021-12-10|2021-08-12|
|105|[alibaba/open-local](https://github.com/alibaba/open-local)|cloud-native local storage management system|115|2022-01-31|2021-07-28|
|106|[flower-corp/minidb](https://github.com/flower-corp/minidb)|rosedb 的 mini 版本,帮助理解 bitcask 存储模型以及 rosedb 项目。|113|2021-10-22|2021-06-29|
|107|[lcvvvv/gonmap](https://github.com/lcvvvv/gonmap)|gonmap是一个go语言的nmap端口扫描库使用nmap开源的端口扫描策略在效率和速度上取得一个折中的中间值便于做大网络环境的资产测绘。|111|2022-01-27|2021-03-31|
|108|[a97077088/fd](https://github.com/a97077088/fd)|frida runtime (no python required, only a single file),One-click support for ios dump|109|2021-11-29|2021-07-11|
|109|[glory-go/glory](https://github.com/glory-go/glory)|A Light Golang RPC Framework|109|2022-01-17|2021-06-08|
|110|[golangtoolkit/helper](https://github.com/golangtoolkit/helper)|golang工具/助手函数包|108|2021-09-10|2021-08-31|
|111|[go-pdf/fpdf](https://github.com/go-pdf/fpdf)|A PDF document generator with high level support for text, drawing and images|108|2021-10-12|2021-06-09|
|112|[mzz2017/gg](https://github.com/mzz2017/gg)|A command-line tool for one-click proxy in your research and development without installing v2ray or anything else (only for linux).|107|2022-02-01|2021-12-03|
|113|[twgh/xcgui](https://github.com/twgh/xcgui)|XCGUI的GO绑定Windows GUI库DirectUI设计思想。Golang bindings for XCGUI, Windows GUI library, DirectUI design idea.|105|2022-01-14|2021-08-16|
|114|[Baiyuetribe/glink](https://github.com/Baiyuetribe/glink)|Short video direct link acquisition 短视频直连去水印工具(支持抖音、快手、TikTok、皮皮虾、火山、开眼、陌陌等十几种)|103|2021-11-10|2021-03-30|
|115|[SignorMercurio/limner](https://github.com/SignorMercurio/limner)|Limner colorizes and transforms CLI outputs.|99|2021-10-20|2021-10-12|
|116|[Cheivin/di](https://github.com/Cheivin/di)|一个简易版本的Go依赖注入实现|97|2022-01-13|2021-07-29|
|117|[orca-zhang/ecache](https://github.com/orca-zhang/ecache)|🦄【轻量级本地内存缓存】🤏代码少于300行⌚30s接入🚀高性能、极简设计、并发安全🏳🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache] Extremely easy, ultra fast, concurrency-safe and support distributed consistency. Similar to bigcache, cachego, freecac ...|95|2022-01-28|2021-12-19|
|118|[IrineSistiana/mosdns-cn](https://github.com/IrineSistiana/mosdns-cn)|一个 DNS 转发器。Keep it simple, stupid.|93|2022-01-05|2021-04-25|
|119|[kubeedge/edgemesh](https://github.com/kubeedge/edgemesh)|Simplified network and services for edge applications|88|2022-01-30|2021-05-12|
|120|[quzard/netflix-all-verify](https://github.com/quzard/netflix-all-verify)|NetFlix批量检测|86|2021-09-27|2021-08-22|
|121|[user1121114685/115sha1](https://github.com/user1121114685/115sha1)|115sha1是一款免费高效的115网盘SHA1导入导出软件。简单免费且开源。|86|2021-08-08|2021-02-06|
|122|[summerblue/gohub](https://github.com/summerblue/gohub)|Gohub以论坛 API 为主题,设计的初衷是将其打造为高性能、功能齐全的 API 框架。基于 gin, cobra, viper, zap, gorm, redis, mysql, sqlite, email, jwt|85|2022-01-31|2022-01-07|
|123|[alibaba/open-simulator](https://github.com/alibaba/open-simulator)|K8s cluster simulator for capacity planning|85|2022-01-19|2021-09-29|
|124|[kubesphere/ks-devops](https://github.com/kubesphere/ks-devops)|This is a cloud-native application that focuses on the DevOps area.|83|2022-01-27|2021-06-02|
|125|[PeerXu/meepo](https://github.com/PeerXu/meepo)|Connect to your service without public IP in p2p channel|83|2022-01-04|2021-02-12|
|126|[gatewayorg/blue](https://github.com/gatewayorg/blue)|-|82|2022-01-22|2021-09-29|
|127|[EmYiQing/go-wafw00f](https://github.com/EmYiQing/go-wafw00f)|使用golang重写开源工具wafw00f|81|2021-11-25|2021-02-25|
|128|[eolinker/apinto](https://github.com/eolinker/apinto)|A gateway developed based on golang.With a variety of plug-ins which can be expanded by itself, plug and play. what's more,it can quickly help enterprises manage API services and improve the stability ...|79|2022-01-18|2021-07-19|
|129|[gphper/ginadmin](https://github.com/gphper/ginadmin)|基于Gin开发的后台管理系统集成了、数据库操作、日志管理、权限分配管理、多模板页面、自动分页器、数据库迁移和填充、Docker集成部署等功能、静态资源打包|79|2022-01-31|2021-04-18|
|130|[nanmu42/dsf](https://github.com/nanmu42/dsf)|DSF - Dead Simple Fileserver / 极简HTTP文件服务|79|2021-09-24|2021-03-29|
|131|[timwhitez/Doge-Assembly](https://github.com/timwhitez/Doge-Assembly)|Golang evasion tool, execute-assembly .Net file|79|2021-12-06|2021-03-09|
|132|[opendilab/DI-orchestrator](https://github.com/opendilab/DI-orchestrator)|OpenDILab RL Kubernetes Custom Resource and Operator Lib|77|2021-12-15|2021-07-05|
|133|[xuthus5/HeCaiYun](https://github.com/xuthus5/HeCaiYun)|和彩云自动打卡签到云函数|77|2022-01-21|2021-02-19|
|84|[CTF-MissFeng/jsForward](https://github.com/CTF-MissFeng/jsForward)|解决web及移动端H5数据加密Burp调试问题|137|2021-12-01|2021-12-01|
|85|[canc3s/cIPR](https://github.com/canc3s/cIPR)|将域名转为ip段权重|137|2021-09-08|2021-03-09|
|86|[kone-net/go-chat](https://github.com/kone-net/go-chat)|go-chat.使用Go基于WebSocket开发的web聊天应用。单聊群聊。文字图片语音视频消息屏幕共享剪切板图片基于WebRTC的P2P语音通话视频聊天。|134|2021-12-11|2021-11-18|
|87|[crisprss/Shellcode_Memory_Loader](https://github.com/crisprss/Shellcode_Memory_Loader)|基于Golang实现的Shellcode内存加载器,共实现3中内存加载shellcode方式,UUID加载,MAC加载和IPv4加载,目前能过主流杀软(包括Windows Defender)|132|2021-12-16|2021-12-09|
|88|[Rvn0xsy/zipcreater](https://github.com/Rvn0xsy/zipcreater)|ZipCreater主要应用于跨目录的文件上传漏洞的利用它能够快速进行压缩包生成。|132|2021-11-02|2021-11-01|
|89|[caoyingjunz/pixiu](https://github.com/caoyingjunz/pixiu)|Pixiu(貔貅) 旨在对 kubernetes 原生功能的补充和强化|132|2021-11-17|2021-04-07|
|90|[KpLi0rn/Log4j2Scan](https://github.com/KpLi0rn/Log4j2Scan)|一款无须借助dnslog且完全无害的log4j2反连检测工具(已有burp插件适配可搭配进行被动扫描)解析RMI和LDAP协议实现可用于甲方内网自查|128|2021-12-15|2021-12-14|
|91|[storyicon/powerproto](https://github.com/storyicon/powerproto)|🎉 An awesome version control tool for protoc and its related plugins.|128|2021-10-29|2021-07-11|
|92|[tencent-connect/botgo](https://github.com/tencent-connect/botgo)|QQ频道机器人 GOSDK|126|2022-02-02|2021-09-09|
|93|[lim-team/LiMaoIM](https://github.com/lim-team/LiMaoIM)|纯Go编写的IM完全自定义协议的高性能即时通讯服务High-performance instant messaging service with fully customizable protocol|126|2021-09-23|2021-06-29|
|94|[pinkhello/go-starter](https://github.com/pinkhello/go-starter)|Go 服务框架脚手架. 整合 echo、swag、viper、nsq、logrus、fx、xorm、cobra 等第三方库|126|2022-01-28|2021-03-06|
|95|[NICEXAI/WeChatCustomerServiceSDK](https://github.com/NICEXAI/WeChatCustomerServiceSDK)|微信客服SDK|125|2021-11-12|2021-07-20|
|96|[canc3s/cDomain](https://github.com/canc3s/cDomain)|利用天眼查查询企业备案|123|2021-11-09|2021-03-01|
|97|[erda-project/erda-infra](https://github.com/erda-project/erda-infra)|Erda Infra is a lightweight microservices framework implements by golang, which offers many useful modules and tools to help you quickly build a module-driven application|122|2022-01-29|2021-03-05|
|98|[PeterYangs/article-spider](https://github.com/PeterYangs/article-spider)|文章采集工具 Article collection tool|122|2022-01-20|2021-02-24|
|99|[isucon/isucon11-qualify](https://github.com/isucon/isucon11-qualify)|ISUCON11 予選 (ISUCONDITION)|121|2021-12-22|2021-05-14|
|100|[chyroc/lark](https://github.com/chyroc/lark)|Feishu/Lark Open API Go SDK, Support ALL Open API and Event Callback.|121|2022-02-05|2021-04-21|
|101|[GoMinerProxy/GoMinerProxy](https://github.com/GoMinerProxy/GoMinerProxy)|全网最稳定的ETH/ETC以太坊矿池转发代理中继工具独家伪装低延迟、独家伪装提交算力、独家抽水算法、独家前置代理中转模式、自定义多钱包抽水比例、GoLang高性能多线程、SSL、批量中转、配置热修改、完美的Web管理、API支持。纯原创非破解稳定更新|117|2022-02-04|2021-12-29|
|102|[EmYiQing/XiuScan](https://github.com/EmYiQing/XiuScan)|Gososerial库的一个Demo漏扫实现了Shiro一把梭扫描利用Fastjson的Dnslog扫描和反连扫描|116|2021-09-08|2021-08-23|
|103|[ibanyu/owl](https://github.com/ibanyu/owl)|a db usage, manager tool, committed to standardizing the data, index in the database and operations to the database.|115|2021-12-10|2021-08-12|
|104|[alibaba/open-local](https://github.com/alibaba/open-local)|cloud-native local storage management system|115|2022-01-31|2021-07-28|
|105|[flower-corp/minidb](https://github.com/flower-corp/minidb)|rosedb 的 mini 版本,帮助理解 bitcask 存储模型以及 rosedb 项目。|114|2021-10-22|2021-06-29|
|106|[lcvvvv/gonmap](https://github.com/lcvvvv/gonmap)|gonmap是一个go语言的nmap端口扫描库使用nmap开源的端口扫描策略在效率和速度上取得一个折中的中间值便于做大网络环境的资产测绘。|111|2022-01-27|2021-03-31|
|107|[a97077088/fd](https://github.com/a97077088/fd)|frida runtime (no python required, only a single file),One-click support for ios dump|109|2021-11-29|2021-07-11|
|108|[glory-go/glory](https://github.com/glory-go/glory)|A Light Golang RPC Framework|109|2022-01-17|2021-06-08|
|109|[golangtoolkit/helper](https://github.com/golangtoolkit/helper)|golang工具/助手函数包|108|2021-09-10|2021-08-31|
|110|[go-pdf/fpdf](https://github.com/go-pdf/fpdf)|A PDF document generator with high level support for text, drawing and images|108|2021-10-12|2021-06-09|
|111|[mzz2017/gg](https://github.com/mzz2017/gg)|A command-line tool for one-click proxy in your research and development without installing v2ray or anything else (only for linux).|107|2022-02-01|2021-12-03|
|112|[twgh/xcgui](https://github.com/twgh/xcgui)|XCGUI的GO绑定Windows GUI库DirectUI设计思想。Golang bindings for XCGUI, Windows GUI library, DirectUI design idea.|105|2022-01-14|2021-08-16|
|113|[Baiyuetribe/glink](https://github.com/Baiyuetribe/glink)|Short video direct link acquisition 短视频直连去水印工具(支持抖音、快手、TikTok、皮皮虾、火山、开眼、陌陌等十几种)|103|2021-11-10|2021-03-30|
|114|[SignorMercurio/limner](https://github.com/SignorMercurio/limner)|Limner colorizes and transforms CLI outputs.|99|2021-10-20|2021-10-12|
|115|[Cheivin/di](https://github.com/Cheivin/di)|一个简易版本的Go依赖注入实现|97|2022-01-13|2021-07-29|
|116|[orca-zhang/ecache](https://github.com/orca-zhang/ecache)|🦄【轻量级本地内存缓存】🤏代码少于300行⌚30s接入🚀高性能、极简设计、并发安全🏳🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache] Extremely easy, ultra fast, concurrency-safe and support distributed consistency. Similar to bigcache, cachego, freecac ...|95|2022-01-28|2021-12-19|
|117|[IrineSistiana/mosdns-cn](https://github.com/IrineSistiana/mosdns-cn)|一个 DNS 转发器。Keep it simple, stupid.|93|2022-01-05|2021-04-25|
|118|[kubeedge/edgemesh](https://github.com/kubeedge/edgemesh)|Simplified network and services for edge applications|88|2022-01-30|2021-05-12|
|119|[quzard/netflix-all-verify](https://github.com/quzard/netflix-all-verify)|NetFlix批量检测|86|2021-09-27|2021-08-22|
|120|[user1121114685/115sha1](https://github.com/user1121114685/115sha1)|115sha1是一款免费高效的115网盘SHA1导入导出软件。简单免费且开源。|86|2021-08-08|2021-02-06|
|121|[summerblue/gohub](https://github.com/summerblue/gohub)|Gohub以论坛 API 为主题,设计的初衷是将其打造为高性能、功能齐全的 API 框架。基于 gin, cobra, viper, zap, gorm, redis, mysql, sqlite, email, jwt|85|2022-01-31|2022-01-07|
|122|[alibaba/open-simulator](https://github.com/alibaba/open-simulator)|K8s cluster simulator for capacity planning|85|2022-01-19|2021-09-29|
|123|[kubesphere/ks-devops](https://github.com/kubesphere/ks-devops)|This is a cloud-native application that focuses on the DevOps area.|83|2022-01-27|2021-06-02|
|124|[PeerXu/meepo](https://github.com/PeerXu/meepo)|Connect to your service without public IP in p2p channel|83|2022-01-04|2021-02-12|
|125|[gatewayorg/blue](https://github.com/gatewayorg/blue)|-|82|2022-01-22|2021-09-29|
|126|[EmYiQing/go-wafw00f](https://github.com/EmYiQing/go-wafw00f)|使用golang重写开源工具wafw00f|81|2021-11-25|2021-02-25|
|127|[eolinker/apinto](https://github.com/eolinker/apinto)|A gateway developed based on golang.With a variety of plug-ins which can be expanded by itself, plug and play. what's more,it can quickly help enterprises manage API services and improve the stability ...|79|2022-01-18|2021-07-19|
|128|[gphper/ginadmin](https://github.com/gphper/ginadmin)|基于Gin开发的后台管理系统集成了、数据库操作、日志管理、权限分配管理、多模板页面、自动分页器、数据库迁移和填充、Docker集成部署等功能、静态资源打包|79|2022-02-05|2021-04-18|
|129|[nanmu42/dsf](https://github.com/nanmu42/dsf)|DSF - Dead Simple Fileserver / 极简HTTP文件服务|79|2021-09-24|2021-03-29|
|130|[timwhitez/Doge-Assembly](https://github.com/timwhitez/Doge-Assembly)|Golang evasion tool, execute-assembly .Net file|79|2021-12-06|2021-03-09|
|131|[opendilab/DI-orchestrator](https://github.com/opendilab/DI-orchestrator)|OpenDILab RL Kubernetes Custom Resource and Operator Lib|77|2021-12-15|2021-07-05|
|132|[xuthus5/HeCaiYun](https://github.com/xuthus5/HeCaiYun)|和彩云自动打卡签到云函数|77|2022-01-21|2021-02-19|
|133|[xiaozhuai/telecomadmin-superman](https://github.com/xiaozhuai/telecomadmin-superman)|获取电信光猫超级密码与配置文件,方便改桥接模式|76|2021-11-23|2021-11-16|
|134|[L-codes/MX1014](https://github.com/L-codes/MX1014)|MX1014 is a flexible, lightweight and fast port scanner.|76|2021-11-13|2021-04-07|
|135|[tkeel-io/tkeel](https://github.com/tkeel-io/tkeel)|Next-generation IoT open source platform.|75|2022-01-27|2021-10-08|
|136|[klintcheng/kim](https://github.com/klintcheng/kim)|King IM Cloud 分布式即时通信云IM|75|2021-11-21|2021-06-28|
|137|[xiaozhuai/telecomadmin-superman](https://github.com/xiaozhuai/telecomadmin-superman)|获取电信光猫超级密码与配置文件,方便改桥接模式|74|2021-11-23|2021-11-16|
|138|[wangbjun/catya](https://github.com/wangbjun/catya)|一个100%使用Go开发的开源的虎牙直播桌面客户端应用|74|2022-01-20|2021-07-11|
|139|[1340691923/ElasticView](https://github.com/1340691923/ElasticView)|这是一个轻便的ElasticSearch可视化客户端|74|2021-12-29|2021-03-10|
|140|[day112/go-zero-bookstore](https://github.com/day112/go-zero-bookstore)|go-zero 从零到 k8s 部署|74|2021-09-22|2021-02-22|
|141|[chuwt/dive-into-chia](https://github.com/chuwt/dive-into-chia)|chia深入研究以及一些工具(WIP)|73|2021-10-11|2021-04-26|
|142|[go-lark/lark](https://github.com/go-lark/lark)|An easy-to-use SDK for Feishu and Lark Open Platform (Messaging API only)|72|2022-01-20|2021-04-20|
|143|[Le0nsec/SecCrawler](https://github.com/Le0nsec/SecCrawler)|一个方便安全研究人员获取每日安全日报的爬虫和推送程序目前爬取范围包括先知社区、安全客、Seebug Paper、跳跳糖、奇安信攻防社区、棱角社区持续更新中。|71|2022-01-31|2021-12-14|
|144|[tangxiaofeng7/Suscan](https://github.com/tangxiaofeng7/Suscan)|外网资产扫描平台|71|2021-12-08|2021-08-16|
|145|[golang-module/dongle](https://github.com/golang-module/dongle)|A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption|71|2021-08-30|2021-08-11|
|146|[edwingeng/hotswap](https://github.com/edwingeng/hotswap)|Hotswap provides a solution for reloading your go code without restarting your server, interrupting or blocking any ongoing procedure.|71|2021-10-18|2021-06-11|
|147|[vczs/algorithm](https://github.com/vczs/algorithm)|go语言 算法|70|2021-11-29|2021-10-29|
|148|[EmYiQing/GoBypass](https://github.com/EmYiQing/GoBypass)|Golang免杀生成工具|69|2022-01-28|2022-01-25|
|149|[chenjiandongx/clock](https://github.com/chenjiandongx/clock)|☁️ 须知少时凌云志 曾许人间第一流|69|2021-11-29|2021-11-24|
|150|[cnosdb/cnosdb](https://github.com/cnosdb/cnosdb)|An Open Source Distributed Time Series Database with high performance, high compression ratio and high usability.|69|2022-01-28|2021-10-25|
|151|[4paradigm/openaios-platform](https://github.com/4paradigm/openaios-platform)|OpenAIOS is an incubating open-source distributed OS kernel based on Kubernetes for AI workloads. OpenAIOS-Platform is an AI development platform built upon OpenAIOS for enterprises to develop and de ...|69|2021-08-20|2021-06-22|
|152|[jxhczhl/JsRpc](https://github.com/jxhczhl/JsRpc)|jsrpc,在浏览器开启一个ws和go服务连接以调用http接口的形式来通信 浏览器端收到调用通信执行原先设置好的js代码。可以用于js逆向调用加密函数直接返回结果。也可以用来直接获取数据|68|2022-01-25|2021-09-25|
|153|[erda-project/kubeprober](https://github.com/erda-project/kubeprober)|Large-scale Kubernetes cluster diagnostic tool.|68|2022-01-25|2021-06-09|
|154|[HarryWang29/tencentKeTang](https://github.com/HarryWang29/tencentKeTang)|腾讯课堂视频下载|67|2021-12-03|2021-06-01|
|155|[bufsnake/blueming](https://github.com/bufsnake/blueming)|备份文件扫描,并自动进行下载|67|2021-12-04|2021-02-25|
|156|[Yihsiwei/GoFileBinder](https://github.com/Yihsiwei/GoFileBinder)|golang免杀捆绑器|65|2022-01-18|2021-11-19|
|157|[RealLiuSha/echo-admin](https://github.com/RealLiuSha/echo-admin)|基于 Echo + Gorm + Casbin + Uber-FX 实现的 RBAC 权限管理脚手架,致力于提供一套尽可能轻量且优雅的中后台解决方案。|64|2021-10-22|2021-04-28|
|158|[bodhiye/paste](https://github.com/bodhiye/paste)|代码便利贴,在线代码分享平台~|63|2021-08-13|2021-02-25|
|159|[akkuman/toolset](https://github.com/akkuman/toolset)|免杀小小工具集|61|2021-11-11|2021-10-20|
|160|[pureqh/ConfigFind](https://github.com/pureqh/ConfigFind)|用于在网站文件中快速查找数据库配置文件|60|2021-08-30|2021-08-26|
|161|[zhihu/norm](https://github.com/zhihu/norm)|An orm library support nGQL for Golang|51|2021-11-24|2021-07-13|
|162|[code-scan/AutoSubtitles](https://github.com/code-scan/AutoSubtitles)|-|50|2021-12-03|2021-11-28|
|163|[fuzz7j/cDogScan](https://github.com/fuzz7j/cDogScan)|多服务口令爆破、内网常见服务未授权访问探测,端口扫描|49|2021-11-25|2021-09-26|
|164|[HanFa/learn-go](https://github.com/HanFa/learn-go)|神奇代码在哪里 - 代码仓库|48|2021-08-16|2021-06-19|
|165|[WillAbides/rjson](https://github.com/WillAbides/rjson)|A fast json parser for go|47|2021-12-09|2021-03-04|
|166|[zartbot/ztrace](https://github.com/zartbot/ztrace)|Traceroute in Go|46|2021-08-28|2021-08-16|
|167|[zyh94946/wx-msg-push-tencent](https://github.com/zyh94946/wx-msg-push-tencent)|基于腾讯云云函数和API网关实现的企业微信应用消息推送服务|46|2021-09-13|2021-03-15|
|168|[toxuin/alarmserver](https://github.com/toxuin/alarmserver)|IP Camera Alarm Server to MQTT|45|2021-12-04|2021-02-05|
|137|[wangbjun/catya](https://github.com/wangbjun/catya)|一个100%使用Go开发的开源的虎牙直播桌面客户端应用|74|2022-01-20|2021-07-11|
|138|[1340691923/ElasticView](https://github.com/1340691923/ElasticView)|这是一个轻便的ElasticSearch可视化客户端|74|2021-12-29|2021-03-10|
|139|[day112/go-zero-bookstore](https://github.com/day112/go-zero-bookstore)|go-zero 从零到 k8s 部署|74|2021-09-22|2021-02-22|
|140|[chuwt/dive-into-chia](https://github.com/chuwt/dive-into-chia)|chia深入研究以及一些工具(WIP)|73|2021-10-11|2021-04-26|
|141|[go-lark/lark](https://github.com/go-lark/lark)|An easy-to-use SDK for Feishu and Lark Open Platform (Messaging API only)|72|2022-01-20|2021-04-20|
|142|[Le0nsec/SecCrawler](https://github.com/Le0nsec/SecCrawler)|一个方便安全研究人员获取每日安全日报的爬虫和推送程序目前爬取范围包括先知社区、安全客、Seebug Paper、跳跳糖、奇安信攻防社区、棱角社区持续更新中。|71|2022-01-31|2021-12-14|
|143|[tangxiaofeng7/Suscan](https://github.com/tangxiaofeng7/Suscan)|外网资产扫描平台|71|2021-12-08|2021-08-16|
|144|[golang-module/dongle](https://github.com/golang-module/dongle)|A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption|71|2021-08-30|2021-08-11|
|145|[edwingeng/hotswap](https://github.com/edwingeng/hotswap)|Hotswap provides a solution for reloading your go code without restarting your server, interrupting or blocking any ongoing procedure.|71|2021-10-18|2021-06-11|
|146|[vczs/algorithm](https://github.com/vczs/algorithm)|go语言 算法|70|2021-11-29|2021-10-29|
|147|[EmYiQing/GoBypass](https://github.com/EmYiQing/GoBypass)|Golang免杀生成工具|69|2022-01-28|2022-01-25|
|148|[chenjiandongx/clock](https://github.com/chenjiandongx/clock)|☁️ 须知少时凌云志 曾许人间第一流|69|2021-11-29|2021-11-24|
|149|[cnosdb/cnosdb](https://github.com/cnosdb/cnosdb)|An Open Source Distributed Time Series Database with high performance, high compression ratio and high usability.|69|2022-01-28|2021-10-25|
|150|[4paradigm/openaios-platform](https://github.com/4paradigm/openaios-platform)|OpenAIOS is an incubating open-source distributed OS kernel based on Kubernetes for AI workloads. OpenAIOS-Platform is an AI development platform built upon OpenAIOS for enterprises to develop and de ...|69|2021-08-20|2021-06-22|
|151|[jxhczhl/JsRpc](https://github.com/jxhczhl/JsRpc)|jsrpc,在浏览器开启一个ws和go服务连接以调用http接口的形式来通信 浏览器端收到调用通信执行原先设置好的js代码。可以用于js逆向调用加密函数直接返回结果。也可以用来直接获取数据|68|2022-01-25|2021-09-25|
|152|[erda-project/kubeprober](https://github.com/erda-project/kubeprober)|Large-scale Kubernetes cluster diagnostic tool.|68|2022-01-25|2021-06-09|
|153|[HarryWang29/tencentKeTang](https://github.com/HarryWang29/tencentKeTang)|腾讯课堂视频下载器|67|2021-12-03|2021-06-01|
|154|[bufsnake/blueming](https://github.com/bufsnake/blueming)|备份文件扫描,并自动进行下载|67|2021-12-04|2021-02-25|
|155|[Yihsiwei/GoFileBinder](https://github.com/Yihsiwei/GoFileBinder)|golang免杀捆绑器|66|2022-01-18|2021-11-19|
|156|[RealLiuSha/echo-admin](https://github.com/RealLiuSha/echo-admin)|基于 Echo + Gorm + Casbin + Uber-FX 实现的 RBAC 权限管理脚手架,致力于提供一套尽可能轻量且优雅的中后台解决方案。|64|2021-10-22|2021-04-28|
|157|[bodhiye/paste](https://github.com/bodhiye/paste)|代码便利贴,在线代码分享平台~|63|2021-08-13|2021-02-25|
|158|[akkuman/toolset](https://github.com/akkuman/toolset)|免杀小小工具集|61|2021-11-11|2021-10-20|
|159|[pureqh/ConfigFind](https://github.com/pureqh/ConfigFind)|用于在网站文件中快速查找数据库配置文件|60|2021-08-30|2021-08-26|
|160|[zhihu/norm](https://github.com/zhihu/norm)|An orm library support nGQL for Golang|51|2021-11-24|2021-07-13|
|161|[code-scan/AutoSubtitles](https://github.com/code-scan/AutoSubtitles)|-|50|2021-12-03|2021-11-28|
|162|[fuzz7j/cDogScan](https://github.com/fuzz7j/cDogScan)|多服务口令爆破、内网常见服务未授权访问探测,端口扫描|49|2021-11-25|2021-09-26|
|163|[HanFa/learn-go](https://github.com/HanFa/learn-go)|神奇代码在哪里 - 代码仓库|48|2021-08-16|2021-06-19|
|164|[WillAbides/rjson](https://github.com/WillAbides/rjson)|A fast json parser for go|47|2021-12-09|2021-03-04|
|165|[zartbot/ztrace](https://github.com/zartbot/ztrace)|Traceroute in Go|46|2021-08-28|2021-08-16|
|166|[zyh94946/wx-msg-push-tencent](https://github.com/zyh94946/wx-msg-push-tencent)|基于腾讯云云函数和API网关实现的企业微信应用消息推送服务|46|2021-09-13|2021-03-15|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,14 +1,14 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Groovy
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[pengxurui/EasyPrivacy](https://github.com/pengxurui/EasyPrivacy)|一个帮助开发者快速找到国内隐私整改问题的工具|74|2021-12-27|2021-10-25|
|2|[dqzboy/DevOps](https://github.com/dqzboy/DevOps)|CICD流水线|9|2022-01-05|2021-12-02|
|3|[Peakmain/AsmActualCombat](https://github.com/Peakmain/AsmActualCombat)|ASM实战——埋点|7|2022-01-25|2021-06-15|
|4|[TabooLib/shrinking-kotlin](https://github.com/TabooLib/shrinking-kotlin)|减少 Kotlin 编译后的文件体积|5|2022-02-04|2022-01-27|
|4|[TabooLib/shrinking-kotlin](https://github.com/TabooLib/shrinking-kotlin)|减少 Kotlin 编译后的文件体积|5|2022-02-05|2022-01-27|
|5|[xams-creator/navicat-resetter](https://github.com/xams-creator/navicat-resetter)|重置navicat激活时间的IDEA跨平台插件 |5|2022-01-18|2021-12-23|
|6|[eonliu/packer](https://github.com/eonliu/packer)|Packer是Android打包工具插件支持360加固、多渠道打包、将APK上传到FTP等功能。|3|2022-02-03|2022-01-24|

View File

@ -1,100 +1,98 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > HTML
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[rubickCenter/rubick](https://github.com/rubickCenter/rubick)|🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。|2579|2022-01-24|2021-06-11|
|1|[rubickCenter/rubick](https://github.com/rubickCenter/rubick)|🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。|2580|2022-01-24|2021-06-11|
|2|[timb-machine/linux-malware](https://github.com/timb-machine/linux-malware)|Tracking interesting Linux (and UNIX) malware. Send PRs|810|2022-01-26|2021-07-20|
|3|[Ed1s0nZ/cool](https://github.com/Ed1s0nZ/cool)|Golang-Gin 框架写的免杀平台内置分离、捆绑等多种BypassAV方式。|490|2021-11-25|2021-11-10|
|4|[momo0853/kkndme](https://github.com/momo0853/kkndme)|kkndme聊房数据整理自天涯。提供HTML、PDF和Markdown三种形式。|427|2021-12-24|2021-09-10|
|5|[kerwincui/wumei-smart](https://github.com/kerwincui/wumei-smart)|wumei-smart是一个简单易用的生活物联网平台。可用于企业搭建私域物联网个人学习和搭建自己的智能家居平台以及手机和电脑的监控。项目包含服务端、web端、移动端、设备端SDK、以及手机和电脑端的设备模拟器。|364|2022-02-04|2021-05-24|
|6|[nkeonkeo/nekonekostatus](https://github.com/nkeonkeo/nekonekostatus)|一个Material Design风格的探针|302|2022-01-27|2021-06-15|
|5|[kerwincui/wumei-smart](https://github.com/kerwincui/wumei-smart)|wumei-smart是一个简单易用的生活物联网平台。可用于企业搭建私域物联网个人学习和搭建自己的智能家居平台以及手机和电脑的监控。项目包含服务端、web端、移动端、设备端SDK、以及手机和电脑端的设备模拟器。|365|2022-02-04|2021-05-24|
|6|[nkeonkeo/nekonekostatus](https://github.com/nkeonkeo/nekonekostatus)|一个Material Design风格的探针|304|2022-01-27|2021-06-15|
|7|[NNNNolan/Ark](https://github.com/NNNNolan/Ark)|诺兰方舟|300|2022-01-24|2022-01-18|
|8|[ecnice/flow](https://github.com/ecnice/flow)|企业级流程中心基于flowable和bpmn.js封装的流程引擎采用SpringbootMybatis-plus, Ehcache, Shiro 等框架技术,前端采用Vue3&AntdVben|294|2022-01-24|2021-05-27|
|9|[easychen/not-only-fans](https://github.com/easychen/not-only-fans)|an open source, self-hosted digital content subscription platform like `onlyfans.com` with cryptocurrency payment|257|2021-08-28|2021-08-25|
|9|[easychen/not-only-fans](https://github.com/easychen/not-only-fans)|an open source, self-hosted digital content subscription platform like `onlyfans.com` with cryptocurrency payment|258|2021-08-28|2021-08-25|
|10|[hua1995116/360-sneakers-viewer](https://github.com/hua1995116/360-sneakers-viewer)|鸿星尔克全景360°鞋子展示(包含建模过程)|231|2021-09-16|2021-07-25|
|11|[shaoxiongdu/JVMStudy](https://github.com/shaoxiongdu/JVMStudy)|💊JVM 底层原理解析 |178|2021-08-26|2021-06-16|
|12|[Alpha-Yang/CS-BAOYAN-2022](https://github.com/Alpha-Yang/CS-BAOYAN-2022)|计算机保研交流群QQ群号605176069|173|2022-01-28|2021-10-16|
|11|[shaoxiongdu/JVMStudy](https://github.com/shaoxiongdu/JVMStudy)|💊JVM 底层原理解析 |179|2021-08-26|2021-06-16|
|12|[Alpha-Yang/CS-BAOYAN-2022](https://github.com/Alpha-Yang/CS-BAOYAN-2022)|计算机保研交流群QQ群号605176069|176|2022-01-28|2021-10-16|
|13|[admin360bug/bypass](https://github.com/admin360bug/bypass)|-|163|2021-12-23|2021-12-22|
|14|[xiaolai/apple-computer-literacy](https://github.com/xiaolai/apple-computer-literacy)|个人电脑使用(以苹果产品为例)|158|2022-01-23|2021-10-02|
|15|[kingcos/JueJueZiGenerator](https://github.com/kingcos/JueJueZiGenerator)|绝绝子生成器YYDS仅供娱乐切勿当真|154|2021-08-24|2021-08-18|
|16|[evmn/Paul-Graham](https://github.com/evmn/Paul-Graham)|Paul Graham's Essays, Kindle version, set several sections for easy navigation|141|2021-12-11|2021-10-29|
|17|[apicloudcom/act](https://github.com/apicloudcom/act)|[AVM] [组件] [案例] ACT 是 AVM Component & Template 的缩写。 Vant 组件库的 AVM 实现。|131|2022-01-29|2021-02-05|
|18|[plazum/find-keke](https://github.com/plazum/find-keke)|寻找唐可可|128|2022-01-30|2021-11-23|
|19|[LesFerch/WinSetView](https://github.com/LesFerch/WinSetView)|Globally Set Explorer Folder Views|127|2022-02-04|2021-03-26|
|20|[knowsex/knowsex.github.io](https://github.com/knowsex/knowsex.github.io)|知性开放式性教育网站。KnowSex.net is a sex education website.|122|2022-01-28|2021-03-05|
|21|[BlueSkyXN/KIENG-FigureBed](https://github.com/BlueSkyXN/KIENG-FigureBed)|image.kieng.cn 的仿站源码支持VercelCloudFlareGithub等无服务器部署|116|2021-11-12|2021-02-14|
|22|[doersino/nyum](https://github.com/doersino/nyum)|A simple Pandoc-powered static site generator for your recipe collection it effortlessly turns a set of Markdown-formatted recipes into a lightweight, responsive, searchable website.|114|2021-10-12|2021-03-11|
|23|[wx-chevalier/K8s-Series](https://github.com/wx-chevalier/K8s-Series)|深入浅出 K8s概念与部署 工作载荷 服务负载 存储 权限 网络 生态扩展|112|2021-11-02|2021-02-21|
|17|[plazum/find-keke](https://github.com/plazum/find-keke)|寻找唐可可|128|2022-01-30|2021-11-23|
|18|[LesFerch/WinSetView](https://github.com/LesFerch/WinSetView)|Globally Set Explorer Folder Views|127|2022-02-04|2021-03-26|
|19|[knowsex/knowsex.github.io](https://github.com/knowsex/knowsex.github.io)|知性开放式性教育网站。KnowSex.net is a sex education website.|123|2022-01-28|2021-03-05|
|20|[BlueSkyXN/KIENG-FigureBed](https://github.com/BlueSkyXN/KIENG-FigureBed)|image.kieng.cn 的仿站源码支持VercelCloudFlareGithub等无服务器部署|117|2021-11-12|2021-02-14|
|21|[doersino/nyum](https://github.com/doersino/nyum)|A simple Pandoc-powered static site generator for your recipe collection it effortlessly turns a set of Markdown-formatted recipes into a lightweight, responsive, searchable website.|114|2021-10-12|2021-03-11|
|22|[wx-chevalier/K8s-Series](https://github.com/wx-chevalier/K8s-Series)|深入浅出 K8s概念与部署 工作载荷 服务负载 存储 权限 网络 生态扩展|112|2021-11-02|2021-02-21|
|23|[loongson/LoongArch-Documentation](https://github.com/loongson/LoongArch-Documentation)|The documentation for LoongArch.|106|2022-01-29|2021-05-21|
|24|[bilibilifmk/ESP_Fishing](https://github.com/bilibilifmk/ESP_Fishing)|ESP82266 自动化WiFi密码钓鱼|106|2022-01-17|2021-03-11|
|25|[loongson/LoongArch-Documentation](https://github.com/loongson/LoongArch-Documentation)|The documentation for LoongArch.|105|2022-01-29|2021-05-21|
|26|[misitebao/static-theme-misilog](https://github.com/misitebao/static-theme-misilog)|🛫 A server-side rendering template based on Vue runtime compilation, which can be used in any template engine.|92|2022-01-10|2021-03-21|
|27|[muggledy/typora-dyzj-theme](https://github.com/muggledy/typora-dyzj-theme)|Typora主题css样式|83|2021-12-21|2021-09-25|
|28|[anhao/TgMessage](https://github.com/anhao/TgMessage)|TG 消息推送机器人|83|2022-01-17|2021-02-07|
|29|[BearLaboratory/smartdisplay-hardware](https://github.com/BearLaboratory/smartdisplay-hardware)|2.9寸墨水屏个人显示终端硬件显示|82|2021-09-24|2021-08-24|
|30|[ZiXia1/Mr.Film-Theme](https://github.com/ZiXia1/Mr.Film-Theme)|苹果csmV10仿电影先生第1-2版自适应模板|80|2022-01-18|2021-05-05|
|31|[qinlili23333/ctfileGet](https://github.com/qinlili23333/ctfileGet)|获取城通网盘一次性直连地址|80|2022-02-04|2021-02-11|
|32|[PerrorOne/miner-proxy](https://github.com/PerrorOne/miner-proxy)|it free, 高性能加密传输矿工与矿池中的数据, 适用所有币种/ssl/tcp, |79|2022-01-22|2021-11-21|
|33|[jbloom/SARS-CoV-2_PRJNA612766](https://github.com/jbloom/SARS-CoV-2_PRJNA612766)|Analysis of early Wuhan SARS-CoV-2 sequences from deleted SRA BioProject PRJNA612766|79|2021-09-20|2021-05-18|
|34|[yiqia/student_system](https://github.com/yiqia/student_system)|基于thinkphp6.0+mysql+bootstrap4的疫情防控系统毕业设计|76|2021-12-04|2021-12-04|
|35|[CaoCaoMiner/CC-Miner-Tax-Proxy](https://github.com/CaoCaoMiner/CC-Miner-Tax-Proxy)|操哥抽水器 - 最稳定的ETH/ETC抽水&中转程序|69|2021-12-30|2021-12-06|
|36|[Denkiame/Tategaki](https://github.com/Denkiame/Tategaki)|Translate Telegra.ph to vertical writing.|67|2021-11-23|2021-08-27|
|37|[Oreomeow/freenom-py](https://github.com/Oreomeow/freenom-py)|Freenom 域名自动续约 python 项目|65|2021-10-22|2021-08-21|
|38|[onlinemad/5000-lottery](https://github.com/onlinemad/5000-lottery)|振興五倍券加碼券速查|61|2021-11-05|2021-10-13|
|39|[NolanHzy/nvjdcdocker](https://github.com/NolanHzy/nvjdcdocker)|-|60|2022-01-08|2021-11-13|
|40|[wx-chevalier/Web-Tuning-Series](https://github.com/wx-chevalier/Web-Tuning-Series)|Web 性能优化系列浏览器工作机制、性能优化、体验度量、PWA、录屏与重放|53|2021-11-02|2021-06-18|
|41|[loogn/bulmarazor](https://github.com/loogn/bulmarazor)|BulmaRazor is a component library built on top of Bulma and Blazor.|53|2021-10-25|2021-02-05|
|25|[misitebao/static-theme-misilog](https://github.com/misitebao/static-theme-misilog)|🛫 A server-side rendering template based on Vue runtime compilation, which can be used in any template engine.|92|2022-01-10|2021-03-21|
|26|[muggledy/typora-dyzj-theme](https://github.com/muggledy/typora-dyzj-theme)|Typora主题css样式|84|2021-12-21|2021-09-25|
|27|[anhao/TgMessage](https://github.com/anhao/TgMessage)|TG 消息推送机器人|83|2022-01-17|2021-02-07|
|28|[BearLaboratory/smartdisplay-hardware](https://github.com/BearLaboratory/smartdisplay-hardware)|2.9寸墨水屏个人显示终端硬件显示|82|2021-09-24|2021-08-24|
|29|[ZiXia1/Mr.Film-Theme](https://github.com/ZiXia1/Mr.Film-Theme)|苹果csmV10仿电影先生第1-2版自适应模板|80|2022-01-18|2021-05-05|
|30|[qinlili23333/ctfileGet](https://github.com/qinlili23333/ctfileGet)|获取城通网盘一次性直连地址|80|2022-02-05|2021-02-11|
|31|[PerrorOne/miner-proxy](https://github.com/PerrorOne/miner-proxy)|it free, 高性能加密传输矿工与矿池中的数据, 适用所有币种/ssl/tcp, |79|2022-01-22|2021-11-21|
|32|[jbloom/SARS-CoV-2_PRJNA612766](https://github.com/jbloom/SARS-CoV-2_PRJNA612766)|Analysis of early Wuhan SARS-CoV-2 sequences from deleted SRA BioProject PRJNA612766|79|2021-09-20|2021-05-18|
|33|[yiqia/student_system](https://github.com/yiqia/student_system)|基于thinkphp6.0+mysql+bootstrap4的疫情防控系统毕业设计|76|2021-12-04|2021-12-04|
|34|[CaoCaoMiner/CC-Miner-Tax-Proxy](https://github.com/CaoCaoMiner/CC-Miner-Tax-Proxy)|操哥抽水器 - 最稳定的ETH/ETC抽水&中转程序|69|2021-12-30|2021-12-06|
|35|[Denkiame/Tategaki](https://github.com/Denkiame/Tategaki)|Translate Telegra.ph to vertical writing.|67|2021-11-23|2021-08-27|
|36|[Oreomeow/freenom-py](https://github.com/Oreomeow/freenom-py)|Freenom 域名自动续约 python 项目|65|2021-10-22|2021-08-21|
|37|[onlinemad/5000-lottery](https://github.com/onlinemad/5000-lottery)|振興五倍券加碼券速查|61|2021-11-05|2021-10-13|
|38|[NolanHzy/nvjdcdocker](https://github.com/NolanHzy/nvjdcdocker)|-|60|2022-01-08|2021-11-13|
|39|[wx-chevalier/Web-Tuning-Series](https://github.com/wx-chevalier/Web-Tuning-Series)|Web 性能优化系列浏览器工作机制、性能优化、体验度量、PWA、录屏与重放|53|2021-11-02|2021-06-18|
|40|[Nick-Hopps/v2-ui-plus](https://github.com/Nick-Hopps/v2-ui-plus)|-|53|2021-09-16|2021-02-24|
|41|[OSCPU/ysyx](https://github.com/OSCPU/ysyx)|一生一芯的信息发布和内容网站|52|2022-01-24|2021-06-25|
|42|[wx-chevalier/Web-Engineering-Series](https://github.com/wx-chevalier/Web-Engineering-Series)|Web 工程化体系与应用架构探究,模块化、组件化、微前端、框架设计与实现|52|2021-11-28|2021-04-23|
|43|[Nick-Hopps/v2-ui-plus](https://github.com/Nick-Hopps/v2-ui-plus)|-|52|2021-09-16|2021-02-24|
|44|[OSCPU/ysyx](https://github.com/OSCPU/ysyx)|一生一芯的信息发布和内容网站|51|2022-01-24|2021-06-25|
|45|[ECNUCSE/ECNU_ITers](https://github.com/ECNUCSE/ECNU_ITers)|ECNU CS & SE 信息收集; 华师大计软院友墙|49|2021-11-11|2021-03-13|
|46|[PanDownload-Fix/PanDownload-Fix](https://github.com/PanDownload-Fix/PanDownload-Fix)|PanDownload 修复版|48|2021-12-14|2021-09-03|
|47|[mrsanshui/WeChatPYAPI](https://github.com/mrsanshui/WeChatPYAPI)|基于微信PC端的Python接口开发者可通过Python轻松调用。实现微信机器人、群管理等强大的功能|46|2022-01-17|2021-07-29|
|48|[chroblert/Flash-Pop2](https://github.com/chroblert/Flash-Pop2)|Flash-Pop升级版|45|2021-11-07|2021-11-07|
|49|[giantbranch/pwn-env-init](https://github.com/giantbranch/pwn-env-init)|CTF PWN 做题环境一键搭建脚本|45|2021-11-25|2021-06-17|
|50|[seanpm2001/Its-time-to-cut-WideVine-DRM](https://github.com/seanpm2001/Its-time-to-cut-WideVine-DRM)|An article on why Googles WideVine DRM should not be used.|45|2022-01-20|2021-02-09|
|51|[DaoChen6/Heroku-v2ray](https://github.com/DaoChen6/Heroku-v2ray)|在Heroku上部署v2ray|44|2022-02-02|2021-08-24|
|52|[botuniverse/onebot-11](https://github.com/botuniverse/onebot-11)|OneBot 11 标准|43|2021-10-24|2021-10-10|
|53|[witnessmenow/ESP32-Trinity](https://github.com/witnessmenow/ESP32-Trinity)|An Open Source ESP32 board for connecting to HUB75 Matrix Panels|43|2022-01-21|2021-07-14|
|54|[TruthOriginem/Starsector-0951-Localization](https://github.com/TruthOriginem/Starsector-0951-Localization)|远行星号中文化|42|2022-02-04|2021-04-11|
|55|[firemakergk/aquar-home](https://github.com/firemakergk/aquar-home)|-|41|2022-01-02|2021-11-19|
|56|[L-M-Sherlock/sm18-lazy-package](https://github.com/L-M-Sherlock/sm18-lazy-package)|SuperMemo 18 中文懒人包|41|2021-12-11|2021-11-06|
|57|[aoaostar/aliyundrive_uploader_for_baota](https://github.com/aoaostar/aliyundrive_uploader_for_baota)|阿里云盘上传宝塔插件|40|2021-09-24|2021-07-20|
|58|[rxdrag/rx-entities-ts](https://github.com/rxdrag/rx-entities-ts)|Codeless back end server. 模型驱动的后端,不需要代码就可以构建后端。|40|2022-01-23|2021-05-18|
|59|[BearLaboratory/wifiaudio-tx-hardware](https://github.com/BearLaboratory/wifiaudio-tx-hardware)|WiFi无线麦克风硬件pcb设计|38|2021-12-02|2021-10-13|
|60|[loivgehoto/Cloud-Disk-Website](https://github.com/loivgehoto/Cloud-Disk-Website)|基于springboot+mybatis实现的动态网盘网站|38|2021-10-11|2021-10-11|
|61|[LibreDMR/OpenGD77_UserGuide](https://github.com/LibreDMR/OpenGD77_UserGuide)|-|38|2022-01-27|2021-05-06|
|62|[AndyXFuture/MCar-Arduino-ESP01S](https://github.com/AndyXFuture/MCar-Arduino-ESP01S)|A Mecanum-wheel car based on ESP01S.|36|2021-12-06|2021-11-02|
|63|[khuyentran1401/top-github-scraper](https://github.com/khuyentran1401/top-github-scraper)|Scape top GitHub repositories and users based on keywords|36|2021-08-27|2021-02-27|
|64|[KemononLine/Mess-around](https://github.com/KemononLine/Mess-around)|一些好康的|35|2021-10-28|2021-10-06|
|65|[cymetrics/blog](https://github.com/cymetrics/blog)|Cymetrics 技術部落格|35|2022-01-27|2021-07-19|
|66|[kingcata/zhxx](https://github.com/kingcata/zhxx)|学习强国自动刷分学习强国自动学习学习强国自动答题挑战答题题库。软件适用于Win7以上系统绿色软件解压后直接运行无需安装配置python环境。⭐⭐⭐8分钟学完45分⭐⭐⭐|34|2022-01-18|2021-10-26|
|67|[missuo/Telegraph-Image-Hosting](https://github.com/missuo/Telegraph-Image-Hosting)|Build a free image hosting with Telegraph|34|2021-08-14|2021-02-22|
|68|[omxmo/jx](https://github.com/omxmo/jx)|优酷/爱奇艺/腾讯视频/哔哩哔哩/芒果TV/免费视频VIP会员解析/会员账号共享/视频会员/会员解析/高清视频解析。哔哩哔哩/AcFun/梨视频/微博/抖音/西瓜视频/皮皮虾/快手/微视/度小视/陌陌/虎牙/美拍/最右/六间房/新片场/Instagram/全民K歌/Vue Vlog/视频下载/视频无水印下载/视频去水印。|30|2022-01-26|2021-04-18|
|69|[oulume/free-gradient-colors](https://github.com/oulume/free-gradient-colors)|免费的180个美丽CSS3渐变样式和超清渐变图|29|2021-08-07|2021-07-02|
|70|[cnzbpy/simplepy](https://github.com/cnzbpy/simplepy)|这些是用Python编写的一些简单的项目。|29|2022-01-17|2021-04-01|
|71|[kawa-yoiko/treasure-hole](https://github.com/kawa-yoiko/treasure-hole)|-|28|2021-12-13|2021-12-11|
|72|[qwd/Icons](https://github.com/qwd/Icons)|和风天气开源图标字体库 Open source weather icons && fonts for QWeather|28|2022-01-23|2021-09-23|
|73|[NianBroken/Personal_Sakura_Guide_Page](https://github.com/NianBroken/Personal_Sakura_Guide_Page)|一款好看的樱花个人引导页基于Dimension的二次修改。普通虚拟主机即可搭建无需其他环境。把源码上传到服务器修改index.html里面的代码访问域名就可以使用。纯Html-Css-JavaScript|26|2022-01-30|2021-05-03|
|74|[fzls/nvjdcdocker_backup](https://github.com/fzls/nvjdcdocker_backup)|备份2021.11.16的nvjdc 1.4版本|25|2021-11-17|2021-11-17|
|75|[yuhangch/zhmoji](https://github.com/yuhangch/zhmoji)|用作搜狗拼音自定义短语,输入😄而不是图片。|25|2021-12-02|2021-09-06|
|76|[insoxin/a](https://github.com/insoxin/a)|a.pages.dev源码|25|2021-10-15|2021-02-21|
|77|[ayaka14732/FanWunHak](https://github.com/ayaka14732/FanWunHak)|A Simplified-Chinese-to-Traditional-Chinese font based on GenYoGothic, which can handle the one-to-many problem 繁媛黑體是基於源樣黑體開發的簡轉繁字型,能處理一簡對多繁|24|2021-09-12|2021-09-08|
|78|[xlzy520/bili-short-url](https://github.com/xlzy520/bili-short-url)|哔哩哔哩短链生成器。将B站站内链接转化为Bilibili短链例如https://b23.tv/F78kbY|24|2022-01-24|2021-05-16|
|79|[SpeedyOrc-C/Hilipedia](https://github.com/SpeedyOrc-C/Hilipedia)|丘丘语语料库与词典 Hilichurlian Corpus and Dictionary|24|2022-01-22|2021-03-25|
|80|[jonssonyan/aria2-x](https://github.com/jonssonyan/aria2-x)|一款基于AriaNg和Aria2的PC端下载器|23|2022-01-12|2021-10-25|
|81|[AdhyWiranto44/object-detection-indonesian-traffic-signs-using-yolo-algorithm](https://github.com/AdhyWiranto44/object-detection-indonesian-traffic-signs-using-yolo-algorithm)|Pendeteksian rambu lalu lintas khas Indonesia menggunakan dataset custom dan menggunakan algoritma Deep Learning You Only Look Once v4|23|2021-10-30|2021-09-19|
|82|[limboy/OhMyTimeline](https://github.com/limboy/OhMyTimeline)|-|23|2021-08-30|2021-08-30|
|83|[muzihuaner/wkyunnav](https://github.com/muzihuaner/wkyunnav)|玩客云导航页|22|2021-09-10|2021-06-23|
|84|[oam-dev/kubevela.io](https://github.com/oam-dev/kubevela.io)|KubeVela documentations and website (https://kubevela.io).|22|2022-01-29|2021-03-25|
|85|[wx-chevalier/DistributedStorage-Series](https://github.com/wx-chevalier/DistributedStorage-Series)|分布式存储系列:分布式 ID分布式文件系统复制对象存储区块链|18|2021-11-28|2021-07-20|
|86|[ba1ma0/chrome_extension](https://github.com/ba1ma0/chrome_extension)|越权检测服务器Chrome插件开发部分|17|2021-08-11|2021-06-24|
|87|[seanpm2001/Degoogle-your-life](https://github.com/seanpm2001/Degoogle-your-life)|A repository for general degoogling info and links to my other degoogling repositories.|17|2021-12-05|2021-02-17|
|88|[idealclover/Easy-to-Download](https://github.com/idealclover/Easy-to-Download)|🔖可轻松配置的APP下载页&南哪课表官网|16|2021-09-09|2021-08-02|
|89|[lllwan/YQBlog](https://github.com/lllwan/YQBlog)|-|16|2021-10-09|2021-05-23|
|90|[CharlesNord/zhihubackup](https://github.com/CharlesNord/zhihubackup)|-|16|2021-10-29|2021-03-02|
|43|[ECNUCSE/ECNU_ITers](https://github.com/ECNUCSE/ECNU_ITers)|ECNU CS & SE 信息收集; 华师大计软院友墙|49|2021-11-11|2021-03-13|
|44|[PanDownload-Fix/PanDownload-Fix](https://github.com/PanDownload-Fix/PanDownload-Fix)|PanDownload 修复版|48|2021-12-14|2021-09-03|
|45|[mrsanshui/WeChatPYAPI](https://github.com/mrsanshui/WeChatPYAPI)|基于微信PC端的Python接口开发者可通过Python轻松调用。实现微信机器人、群管理等强大的功能|46|2022-01-17|2021-07-29|
|46|[chroblert/Flash-Pop2](https://github.com/chroblert/Flash-Pop2)|Flash-Pop升级版|45|2021-11-07|2021-11-07|
|47|[DaoChen6/Heroku-v2ray](https://github.com/DaoChen6/Heroku-v2ray)|在Heroku上部署v2ray|45|2022-02-02|2021-08-24|
|48|[giantbranch/pwn-env-init](https://github.com/giantbranch/pwn-env-init)|CTF PWN 做题环境一键搭建脚本|45|2021-11-25|2021-06-17|
|49|[seanpm2001/Its-time-to-cut-WideVine-DRM](https://github.com/seanpm2001/Its-time-to-cut-WideVine-DRM)|An article on why Googles WideVine DRM should not be used.|45|2022-01-20|2021-02-09|
|50|[botuniverse/onebot-11](https://github.com/botuniverse/onebot-11)|OneBot 11 标准|44|2021-10-24|2021-10-10|
|51|[witnessmenow/ESP32-Trinity](https://github.com/witnessmenow/ESP32-Trinity)|An Open Source ESP32 board for connecting to HUB75 Matrix Panels|43|2022-01-21|2021-07-14|
|52|[TruthOriginem/Starsector-0951-Localization](https://github.com/TruthOriginem/Starsector-0951-Localization)|远行星号中文化|43|2022-02-04|2021-04-11|
|53|[firemakergk/aquar-home](https://github.com/firemakergk/aquar-home)|-|41|2022-01-02|2021-11-19|
|54|[L-M-Sherlock/sm18-lazy-package](https://github.com/L-M-Sherlock/sm18-lazy-package)|SuperMemo 18 中文懒人包|41|2021-12-11|2021-11-06|
|55|[aoaostar/aliyundrive_uploader_for_baota](https://github.com/aoaostar/aliyundrive_uploader_for_baota)|阿里云盘上传宝塔插件|40|2021-09-24|2021-07-20|
|56|[rxdrag/rx-entities-ts](https://github.com/rxdrag/rx-entities-ts)|Codeless back end server. 模型驱动的后端,不需要代码就可以构建后端。|40|2022-01-23|2021-05-18|
|57|[BearLaboratory/wifiaudio-tx-hardware](https://github.com/BearLaboratory/wifiaudio-tx-hardware)|WiFi无线麦克风硬件pcb设计|38|2021-12-02|2021-10-13|
|58|[loivgehoto/Cloud-Disk-Website](https://github.com/loivgehoto/Cloud-Disk-Website)|基于springboot+mybatis实现的动态网盘网站|38|2021-10-11|2021-10-11|
|59|[LibreDMR/OpenGD77_UserGuide](https://github.com/LibreDMR/OpenGD77_UserGuide)|-|38|2022-01-27|2021-05-06|
|60|[AndyXFuture/MCar-Arduino-ESP01S](https://github.com/AndyXFuture/MCar-Arduino-ESP01S)|A Mecanum-wheel car based on ESP01S.|36|2021-12-06|2021-11-02|
|61|[khuyentran1401/top-github-scraper](https://github.com/khuyentran1401/top-github-scraper)|Scape top GitHub repositories and users based on keywords|36|2021-08-27|2021-02-27|
|62|[KemononLine/Mess-around](https://github.com/KemononLine/Mess-around)|一些好康的|35|2021-10-28|2021-10-06|
|63|[cymetrics/blog](https://github.com/cymetrics/blog)|Cymetrics 技術部落格|35|2022-01-27|2021-07-19|
|64|[kingcata/zhxx](https://github.com/kingcata/zhxx)|学习强国自动刷分学习强国自动学习学习强国自动答题挑战答题题库。软件适用于Win7以上系统绿色软件解压后直接运行无需安装配置python环境。⭐⭐⭐8分钟学完45分⭐⭐⭐|34|2022-01-18|2021-10-26|
|65|[missuo/Telegraph-Image-Hosting](https://github.com/missuo/Telegraph-Image-Hosting)|Build a free image hosting with Telegraph|34|2021-08-14|2021-02-22|
|66|[omxmo/jx](https://github.com/omxmo/jx)|优酷/爱奇艺/腾讯视频/哔哩哔哩/芒果TV/免费视频VIP会员解析/会员账号共享/视频会员/会员解析/高清视频解析。哔哩哔哩/AcFun/梨视频/微博/抖音/西瓜视频/皮皮虾/快手/微视/度小视/陌陌/虎牙/美拍/最右/六间房/新片场/Instagram/全民K歌/Vue Vlog/视频下载/视频无水印下载/视频去水印。|31|2022-01-26|2021-04-18|
|67|[oulume/free-gradient-colors](https://github.com/oulume/free-gradient-colors)|免费的180个美丽CSS3渐变样式和超清渐变图|29|2021-08-07|2021-07-02|
|68|[cnzbpy/simplepy](https://github.com/cnzbpy/simplepy)|这些是用Python编写的一些简单的项目。|29|2022-01-17|2021-04-01|
|69|[kawa-yoiko/treasure-hole](https://github.com/kawa-yoiko/treasure-hole)|-|28|2021-12-13|2021-12-11|
|70|[qwd/Icons](https://github.com/qwd/Icons)|和风天气开源图标字体库 Open source weather icons && fonts for QWeather|28|2022-01-23|2021-09-23|
|71|[NianBroken/Personal_Sakura_Guide_Page](https://github.com/NianBroken/Personal_Sakura_Guide_Page)|一款好看的樱花个人引导页基于Dimension的二次修改。普通虚拟主机即可搭建无需其他环境。把源码上传到服务器修改index.html里面的代码访问域名就可以使用。纯Html-Css-JavaScript|26|2022-01-30|2021-05-03|
|72|[fzls/nvjdcdocker_backup](https://github.com/fzls/nvjdcdocker_backup)|备份2021.11.16的nvjdc 1.4版本|25|2021-11-17|2021-11-17|
|73|[yuhangch/zhmoji](https://github.com/yuhangch/zhmoji)|用作搜狗拼音自定义短语,输入😄而不是图片。|25|2021-12-02|2021-09-06|
|74|[insoxin/a](https://github.com/insoxin/a)|a.pages.dev源码|25|2021-10-15|2021-02-21|
|75|[ayaka14732/FanWunHak](https://github.com/ayaka14732/FanWunHak)|A Simplified-Chinese-to-Traditional-Chinese font based on GenYoGothic, which can handle the one-to-many problem 繁媛黑體是基於源樣黑體開發的簡轉繁字型,能處理一簡對多繁|24|2021-09-12|2021-09-08|
|76|[xlzy520/bili-short-url](https://github.com/xlzy520/bili-short-url)|哔哩哔哩短链生成器。将B站站内链接转化为Bilibili短链例如https://b23.tv/F78kbY|24|2022-01-24|2021-05-16|
|77|[SpeedyOrc-C/Hilipedia](https://github.com/SpeedyOrc-C/Hilipedia)|丘丘语语料库与词典 Hilichurlian Corpus and Dictionary|24|2022-01-22|2021-03-25|
|78|[jonssonyan/aria2-x](https://github.com/jonssonyan/aria2-x)|一款基于AriaNg和Aria2的PC端下载器|23|2022-01-12|2021-10-25|
|79|[AdhyWiranto44/object-detection-indonesian-traffic-signs-using-yolo-algorithm](https://github.com/AdhyWiranto44/object-detection-indonesian-traffic-signs-using-yolo-algorithm)|Pendeteksian rambu lalu lintas khas Indonesia menggunakan dataset custom dan menggunakan algoritma Deep Learning You Only Look Once v4|23|2021-10-30|2021-09-19|
|80|[limboy/OhMyTimeline](https://github.com/limboy/OhMyTimeline)|-|23|2021-08-30|2021-08-30|
|81|[muzihuaner/wkyunnav](https://github.com/muzihuaner/wkyunnav)|玩客云导航页|22|2021-09-10|2021-06-23|
|82|[oam-dev/kubevela.io](https://github.com/oam-dev/kubevela.io)|KubeVela documentations and website (https://kubevela.io).|22|2022-02-05|2021-03-25|
|83|[wx-chevalier/DistributedStorage-Series](https://github.com/wx-chevalier/DistributedStorage-Series)|分布式存储系列:分布式 ID分布式文件系统复制对象存储区块链|18|2021-11-28|2021-07-20|
|84|[ba1ma0/chrome_extension](https://github.com/ba1ma0/chrome_extension)|越权检测服务器Chrome插件开发部分|17|2021-08-11|2021-06-24|
|85|[seanpm2001/Degoogle-your-life](https://github.com/seanpm2001/Degoogle-your-life)|A repository for general degoogling info and links to my other degoogling repositories.|17|2021-12-05|2021-02-17|
|86|[idealclover/Easy-to-Download](https://github.com/idealclover/Easy-to-Download)|🔖可轻松配置的APP下载页&南哪课表官网|16|2021-09-09|2021-08-02|
|87|[lllwan/YQBlog](https://github.com/lllwan/YQBlog)|-|16|2021-10-09|2021-05-23|
|88|[CharlesNord/zhihubackup](https://github.com/CharlesNord/zhihubackup)|-|16|2021-10-29|2021-03-02|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,19 +1,19 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Java
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[pppscn/SmsForwarder](https://github.com/pppscn/SmsForwarder)|短信转发器——监控Android手机短信、来电、APP通知并根据指定规则转发到其他手机钉钉机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。PS.这个APK主要是学习与自用如有BUG请提ISSUE同时欢迎大家提PR指正|2545|2022-02-02|2021-02-10|
|2|[acmenlt/dynamic-threadpool](https://github.com/acmenlt/dynamic-threadpool)|🔥 强大的动态线程池附带监控报警功能没有依赖中间件完全遵循阿里巴巴编码规范。Powerful dynamic thread pool, does not rely on any middleware, with monitoring and alarm function.|1683|2022-02-01|2021-06-16|
|3|[gz-yami/mall4cloud](https://github.com/gz-yami/mall4cloud)|⭐️⭐️⭐️ Springcloud商城 O2O商城 小程序商城 PC商城 H5商城 APP商城 Java商城 分销商城 多用户商城 uniapp商城 微服务商城|1255|2021-12-28|2021-08-04|
|1|[pppscn/SmsForwarder](https://github.com/pppscn/SmsForwarder)|短信转发器——监控Android手机短信、来电、APP通知并根据指定规则转发到其他手机钉钉机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。PS.这个APK主要是学习与自用如有BUG请提ISSUE同时欢迎大家提PR指正|2554|2022-02-05|2021-02-10|
|2|[acmenlt/dynamic-threadpool](https://github.com/acmenlt/dynamic-threadpool)|🔥 强大的动态线程池附带监控报警功能没有依赖中间件完全遵循阿里巴巴编码规范。Powerful dynamic thread pool, does not rely on any middleware, with monitoring and alarm function.|1685|2022-02-01|2021-06-16|
|3|[gz-yami/mall4cloud](https://github.com/gz-yami/mall4cloud)|⭐️⭐️⭐️ Springcloud商城 O2O商城 小程序商城 PC商城 H5商城 APP商城 Java商城 分销商城 多用户商城 uniapp商城 微服务商城|1271|2021-12-28|2021-08-04|
|4|[ApsaraDB/galaxysql](https://github.com/ApsaraDB/galaxysql)|PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios.|943|2022-01-28|2021-10-16|
|5|[xManager-v2/xManager-Spotify](https://github.com/xManager-v2/xManager-Spotify)|An android application where you can manage and install all versions of the spotify app.|923|2022-02-02|2021-02-08|
|5|[xManager-v2/xManager-Spotify](https://github.com/xManager-v2/xManager-Spotify)|An android application where you can manage and install all versions of the spotify app.|925|2022-02-02|2021-02-08|
|6|[0x727/SpringBootExploit](https://github.com/0x727/SpringBootExploit)|项目是根据LandGrey/SpringBootVulExploit清单编写目的hvv期间快速利用漏洞、降低漏洞利用门槛。|792|2021-12-13|2021-10-22|
|7|[Twi1ight/CSAgent](https://github.com/Twi1ight/CSAgent)|CobaltStrike 4.x通用白嫖及汉化加载器|702|2021-10-15|2021-06-23|
|8|[lilishop/lilishop](https://github.com/lilishop/lilishop)|电商商城 多语言商城 跨境商城 多用户商城 小程序商城 微服务商城 新零售 社区商城|697|2022-01-27|2021-05-14|
|9|[rubyangxg/jd-qinglong](https://github.com/rubyangxg/jd-qinglong)|-|614|2022-01-29|2021-09-14|
|9|[rubyangxg/jd-qinglong](https://github.com/rubyangxg/jd-qinglong)|-|617|2022-01-29|2021-09-14|
|10|[EmYiQing/JSPHorse](https://github.com/EmYiQing/JSPHorse)|结合反射调用、动态编译、BCEL、defineClass0ScriptEngine、Expression等技术的一款免杀JSP Webshell生成工具|611|2021-12-16|2021-11-06|
|11|[bytedance/CodeLocator](https://github.com/bytedance/CodeLocator)|-|588|2022-01-12|2021-08-19|
|12|[tal-tech/conan](https://github.com/tal-tech/conan)|柯南平台开源版本,为用户提供流量回放全流程解决方案|587|2021-10-21|2021-03-02|
@ -22,40 +22,40 @@
|15|[Tencent/bk-job](https://github.com/Tencent/bk-job)|蓝鲸作业平台Job是一套运维基础操作管理系统具备海量任务并发处理能力。除了支持脚本执行、文件分发、定时任务等一系列基础运维场景以外还支持通过流程调度能力将零碎的单个任务组装成一个自动化作业流程而每个作业都可做为一个原子节点提供给上层或周边系统/平台使用,实现调度自动化。|557|2022-01-24|2021-06-17|
|16|[jbduncanm/GcmForMojo2](https://github.com/jbduncanm/GcmForMojo2)|#GcmForMojo 为QQ和微信开启FCM推送# GcmForMojo|551|2022-01-12|2021-02-08|
|17|[HXSecurity/DongTai-agent-java](https://github.com/HXSecurity/DongTai-agent-java)|Java Agent is a Java application probe of DongTai IAST, which collects method invocation data during runtime of Java application by dynamic hooks.|533|2022-01-25|2021-03-22|
|18|[wgpsec/fofa_viewer](https://github.com/wgpsec/fofa_viewer)|一个简单实用的FOFA客户端 By flashine|510|2022-01-28|2021-04-14|
|19|[catvod/CatVodTVSpider](https://github.com/catvod/CatVodTVSpider)|-|496|2022-01-17|2021-09-21|
|18|[wgpsec/fofa_viewer](https://github.com/wgpsec/fofa_viewer)|一个简单实用的FOFA客户端 By flashine|512|2022-01-28|2021-04-14|
|19|[catvod/CatVodTVSpider](https://github.com/catvod/CatVodTVSpider)|-|502|2022-01-17|2021-09-21|
|20|[API-Security/APIKit](https://github.com/API-Security/APIKit)|APIKitDiscovery, Scan and Audit APIs Toolkit All In One.|471|2021-11-24|2021-11-24|
|21|[0x727/JNDIExploit](https://github.com/0x727/JNDIExploit)|一款用于JNDI注入利用的工具大量参考/引用了Rogue JNDI项目的代码支持直接植入内存shell并集成了常见的bypass 高版本JDK的方式适用于与自动化工具配合使用。|440|2021-12-13|2021-10-22|
|22|[bit4woo/Fiora](https://github.com/bit4woo/Fiora)|Fiora漏洞PoC框架的图形版快捷搜索PoC、一键运行Nuclei|424|2022-01-08|2021-02-26|
|23|[threedr3am/ZhouYu](https://github.com/threedr3am/ZhouYu)|周瑜Java - SpringBoot 持久化 WebShell 学习demo不仅仅是SpringBoot适合任何符合JavaEE规范的服务|393|2021-12-29|2021-03-29|
|24|[DataLinkDC/dlink](https://github.com/DataLinkDC/dlink)|A FlinkSQL studio and real-time computing platform based on Apache Flink|377|2022-02-03|2021-06-09|
|25|[kaaass/ZerotierFix](https://github.com/kaaass/ZerotierFix)|An unofficial Zerotier Android client patched from official client|368|2021-11-05|2021-04-06|
|23|[threedr3am/ZhouYu](https://github.com/threedr3am/ZhouYu)|周瑜Java - SpringBoot 持久化 WebShell 学习demo不仅仅是SpringBoot适合任何符合JavaEE规范的服务|394|2021-12-29|2021-03-29|
|24|[DataLinkDC/dlink](https://github.com/DataLinkDC/dlink)|A FlinkSQL studio and real-time computing platform based on Apache Flink|381|2022-02-03|2021-06-09|
|25|[kaaass/ZerotierFix](https://github.com/kaaass/ZerotierFix)|An unofficial Zerotier Android client patched from official client|370|2021-11-05|2021-04-06|
|26|[FiboAI/EngineX](https://github.com/FiboAI/EngineX)| Engine X - 实时AI智能决策引擎、规则引擎、风控引擎、数据流引擎。 通过可视化界面进行规则配置,无需繁琐开发,节约人力,提升效率,实时监控,减少错误率,随时调整; 支持规则集、评分卡、决策树,名单库管理、机器学习模型、三方数据接入、定制化开发等;|346|2021-12-24|2021-11-23|
|27|[yhy0/ExpDemo-JavaFX](https://github.com/yhy0/ExpDemo-JavaFX)|图形化漏洞利用Demo-JavaFX版|319|2021-08-31|2021-03-27|
|28|[jiangzhengnan/Xerath](https://github.com/jiangzhengnan/Xerath)|🔪 AOP development framework implemented through *Annotation + ASM + Gradle Transform API* for Android🤖|318|2022-01-30|2021-08-30|
|29|[quickmsg/smqtt](https://github.com/quickmsg/smqtt)|开源MQTT broker(基于reactor-netty实现高性能的、可扩展、支持集群|318|2022-01-27|2021-04-26|
|30|[getActivity/ShapeView](https://github.com/getActivity/ShapeView)|Shape 支持在布局中直接定义啦,支持设置阴影,文字渐变色,状态选择器|317|2022-02-02|2021-07-17|
|31|[zfoo-project/zfoo](https://github.com/zfoo-project/zfoo)|💡极致性能的Java服务器框架RPC游戏服务器框架web应用服务器框架。Extreme fast enterprise Java server framework, can be RPC, game server framework, web server framework.|314|2022-01-21|2021-05-19|
|31|[zfoo-project/zfoo](https://github.com/zfoo-project/zfoo)|💡极致性能的Java服务器框架RPC游戏服务器框架web应用服务器框架。Extreme fast enterprise Java server framework, can be RPC, game server framework, web server framework.|315|2022-01-21|2021-05-19|
|32|[virjarRatel/ratel-core](https://github.com/virjarRatel/ratel-core)|平头哥的核心代码|310|2022-01-15|2021-08-26|
|33|[exp1orer/JNDI-Inject-Exploit](https://github.com/exp1orer/JNDI-Inject-Exploit)|解决FastJson、Jackson、Log4j2、原生JNDI注入漏洞的高版本JDKBypass利用探测本地可用反序列化gadget达到命令执行、回显命令执行、内存马注入|294|2022-01-26|2021-12-26|
|34|[niumoo/bing-wallpaper](https://github.com/niumoo/bing-wallpaper)|必应每日超清壁纸4K|293|2022-02-04|2021-02-08|
|34|[niumoo/bing-wallpaper](https://github.com/niumoo/bing-wallpaper)|必应每日超清壁纸4K|294|2022-02-05|2021-02-08|
|35|[CodingGay/BlackObfuscator](https://github.com/CodingGay/BlackObfuscator)|Black Obfuscator is an obfuscator for Android APK DexFile, it can help developer to protect source code by control flow flattening, and make it difficult to analyze the actual program control flow.|292|2022-01-22|2021-12-13|
|36|[guyijie1211/JustLive-Android](https://github.com/guyijie1211/JustLive-Android)|📱一个整合国内多个直播平台内容的App|269|2022-01-29|2021-08-16|
|37|[oschina/kooder](https://github.com/oschina/kooder)|🔍An open source GitLab/Gitee/Gitea code search tool. Kooder 是一个为 Gitee/GitLab 开发的开源代码搜索工具,这是一个镜像仓库,主仓库在 Gitee。|269|2021-10-09|2021-03-09|
|38|[ggg4566/BurpBountyPlus](https://github.com/ggg4566/BurpBountyPlus)|BurpBounty 魔改版本|264|2021-08-22|2021-06-30|
|39|[pmiaowu/HostCollision](https://github.com/pmiaowu/HostCollision)|用于host碰撞而生的小工具,专门检测渗透中需要绑定hosts才能访问的主机或内部系统|259|2022-01-18|2021-10-15|
|40|[LXYan2333/Fabric-Bedrock-Miner](https://github.com/LXYan2333/Fabric-Bedrock-Miner)|A fabric client mod to mine bedrock!|258|2022-01-16|2021-09-04|
|41|[w2016561536/android_virtual_cam](https://github.com/w2016561536/android_virtual_cam)|xposed安卓虚拟摄像头 android virtual camera on xposed hook|250|2022-02-03|2021-08-13|
|42|[tangxiaofeng7/BurpLog4j2Scan](https://github.com/tangxiaofeng7/BurpLog4j2Scan)|Burpsuite extension for log4j2rce|249|2021-12-13|2021-12-11|
|43|[jenly1314/MLKit](https://github.com/jenly1314/MLKit)|🌝 MLKit是一个强大易用的工具包。通过ML Kit您可以很轻松的实现文字识别、条码识别、图像标记、人脸检测、对象检测等功能。|244|2021-10-19|2021-04-02|
|44|[ZhongFuCheng3y/austin](https://github.com/ZhongFuCheng3y/austin)|消息推送平台:pencil: 所使用的技术栈包括SpringBoot、SpringDataJPA、MySQL、Docker、docker-compose、Kafka、Redis、Apollo、prometheus、Grafana、GrayLog等等|241|2022-01-30|2021-11-06|
|45|[j3ers3/Hello-Java-Sec](https://github.com/j3ers3/Hello-Java-Sec)|☕️ Java Security安全编码和代码审计|239|2021-09-02|2021-07-04|
|46|[mikehuang99/wangxin-study](https://github.com/mikehuang99/wangxin-study)|浪树学习考试系统wangxin-education[课程点播、直播、刷题、考试、支付、营销]致力打造一个低成本通用的在线教育系统让用户直接通过系统可视化配置并尽可能无须修改任何代码即可实现上线商用。系统采用前后端分离模式前台和移动端采用vue.js为核心框架后台采用Java语言框架springboot+spring+mybatis+redis+mysql。系统目前主要功能有课程点播、 ...|227|2021-09-06|2021-06-03|
|47|[apache/rocketmq-dashboard](https://github.com/apache/rocketmq-dashboard)|The state-of-the-art Dashboard of Apache RoccketMQ provides excellent monitoring capability. Various graphs and statistics of events, performance and system information of clients and application is e ...|223|2022-01-30|2021-08-09|
|48|[SonicCloudOrg/sonic-server](https://github.com/SonicCloudOrg/sonic-server)|🎉Back end of Sonic cloud real machine testing platform. Sonic云真机测试平台后端服务集群版|221|2022-02-02|2021-08-15|
|49|[Loli-Server/LoliServer](https://github.com/Loli-Server/LoliServer)|LoliServer 是 Minecraft 较新版本 1.16.5 中的 Forge + Bukkit 服务端核心, 支持Forge Mod和Bukkit 插件, 兼容性与性能优秀|221|2022-02-04|2021-04-04|
|36|[SonicCloudOrg/sonic-server](https://github.com/SonicCloudOrg/sonic-server)|🎉Back end of Sonic cloud real machine testing platform. Sonic云真机测试平台后端服务集群版。|286|2022-02-05|2021-08-15|
|37|[guyijie1211/JustLive-Android](https://github.com/guyijie1211/JustLive-Android)|📱一个整合国内多个直播平台内容的App|269|2022-01-29|2021-08-16|
|38|[oschina/kooder](https://github.com/oschina/kooder)|🔍An open source GitLab/Gitee/Gitea code search tool. Kooder 是一个为 Gitee/GitLab 开发的开源代码搜索工具,这是一个镜像仓库,主仓库在 Gitee。|269|2021-10-09|2021-03-09|
|39|[ggg4566/BurpBountyPlus](https://github.com/ggg4566/BurpBountyPlus)|BurpBounty 魔改版本|264|2021-08-22|2021-06-30|
|40|[pmiaowu/HostCollision](https://github.com/pmiaowu/HostCollision)|用于host碰撞而生的小工具,专门检测渗透中需要绑定hosts才能访问的主机或内部系统|259|2022-01-18|2021-10-15|
|41|[LXYan2333/Fabric-Bedrock-Miner](https://github.com/LXYan2333/Fabric-Bedrock-Miner)|A fabric client mod to mine bedrock!|258|2022-01-16|2021-09-04|
|42|[w2016561536/android_virtual_cam](https://github.com/w2016561536/android_virtual_cam)|xposed安卓虚拟摄像头 android virtual camera on xposed hook|253|2022-02-05|2021-08-13|
|43|[tangxiaofeng7/BurpLog4j2Scan](https://github.com/tangxiaofeng7/BurpLog4j2Scan)|Burpsuite extension for log4j2rce|249|2021-12-13|2021-12-11|
|44|[jenly1314/MLKit](https://github.com/jenly1314/MLKit)|🌝 MLKit是一个强大易用的工具包。通过ML Kit您可以很轻松的实现文字识别、条码识别、图像标记、人脸检测、对象检测等功能。|244|2021-10-19|2021-04-02|
|45|[ZhongFuCheng3y/austin](https://github.com/ZhongFuCheng3y/austin)|消息推送平台:pencil: 所使用的技术栈包括SpringBoot、SpringDataJPA、MySQL、Docker、docker-compose、Kafka、Redis、Apollo、prometheus、Grafana、GrayLog等等|243|2022-01-30|2021-11-06|
|46|[j3ers3/Hello-Java-Sec](https://github.com/j3ers3/Hello-Java-Sec)|☕️ Java Security安全编码和代码审计|239|2021-09-02|2021-07-04|
|47|[mikehuang99/wangxin-study](https://github.com/mikehuang99/wangxin-study)|浪树学习考试系统wangxin-education[课程点播、直播、刷题、考试、支付、营销]致力打造一个低成本通用的在线教育系统让用户直接通过系统可视化配置并尽可能无须修改任何代码即可实现上线商用。系统采用前后端分离模式前台和移动端采用vue.js为核心框架后台采用Java语言框架springboot+spring+mybatis+redis+mysql。系统目前主要功能有课程点播、 ...|227|2021-09-06|2021-06-03|
|48|[apache/rocketmq-dashboard](https://github.com/apache/rocketmq-dashboard)|The state-of-the-art Dashboard of Apache RoccketMQ provides excellent monitoring capability. Various graphs and statistics of events, performance and system information of clients and application is e ...|224|2022-01-30|2021-08-09|
|49|[Loli-Server/LoliServer](https://github.com/Loli-Server/LoliServer)|LoliServer 是 Minecraft 较新版本 1.16.5 中的 Forge + Bukkit 服务端核心, 支持Forge Mod和Bukkit 插件, 兼容性与性能优秀|222|2022-02-04|2021-04-04|
|50|[Cruii/bilibili-helper-hub](https://github.com/Cruii/bilibili-helper-hub)|🚀 Bilibili每日任务托管平台|216|2021-12-27|2021-06-06|
|51|[isevenluo/github-hosts](https://github.com/isevenluo/github-hosts)|本项目定时更新GitHub最新hosts解决GitHub图片无法显示加速GitHub网页浏览。|212|2022-02-04|2021-04-27|
|51|[isevenluo/github-hosts](https://github.com/isevenluo/github-hosts)|本项目定时更新GitHub最新hosts解决GitHub图片无法显示加速GitHub网页浏览。|212|2022-02-05|2021-04-27|
|52|[f0ng/log4j2burpscanner](https://github.com/f0ng/log4j2burpscanner)|CVE-2021-44228 Log4j2 BurpSuite Scanner,Customize ceye.io api or other apis,including internal networks|202|2022-01-11|2021-12-11|
|53|[EmYiQing/ShiroHacker](https://github.com/EmYiQing/ShiroHacker)|针对Spring的一键改Shiro Key工具|187|2021-12-30|2021-11-29|
|54|[pmiaowu/log4j2Scan](https://github.com/pmiaowu/log4j2Scan)|用于帮助企业内部快速扫描log4j2的jndi漏洞的burp插件|185|2021-12-15|2021-12-13|
@ -65,18 +65,18 @@
|58|[4ra1n/ShortPayload](https://github.com/4ra1n/ShortPayload)|通过字节码相关的技术将Java反序列化Payload进行极致缩小最高可以达到64.8%的缩小比例|173|2022-01-21|2022-01-18|
|59|[rawchen/Blog](https://github.com/rawchen/Blog)|前后端分离博客 - SpringBoot + Vue|173|2022-01-25|2021-04-25|
|60|[xuzhijvn/spring-boot-tony-starters](https://github.com/xuzhijvn/spring-boot-tony-starters)|springboot 快速启动器|171|2022-01-18|2021-07-29|
|61|[alibaba/Appactive](https://github.com/alibaba/Appactive)|AppActive: A middleware to build an application with multiple active architectures阿里巴巴开源的一款标准通用且功能强大的构建应用多活架构的开源中间件|166|2022-01-28|2021-12-13|
|62|[4ra1n/SpringInspector](https://github.com/4ra1n/SpringInspector)|Java自动代码审计工具尤其针对Spring框架核心原理是模拟JVM栈帧进行分析无需提供源码通过一个JAR包即可|165|2022-02-04|2022-01-22|
|61|[4ra1n/SpringInspector](https://github.com/4ra1n/SpringInspector)|Java自动代码审计工具尤其针对Spring框架核心原理是模拟JVM栈帧进行分析无需提供源码通过一个JAR包即可|168|2022-02-04|2022-01-22|
|62|[alibaba/Appactive](https://github.com/alibaba/Appactive)|AppActive: A middleware to build an application with multiple active architectures阿里巴巴开源的一款标准通用且功能强大的构建应用多活架构的开源中间件|166|2022-01-28|2021-12-13|
|63|[r00tSe7en/JNDIMonitor](https://github.com/r00tSe7en/JNDIMonitor)|一个LDAP请求监听器摆脱dnslog平台|165|2021-12-16|2021-12-11|
|64|[ChenJunsen/Hegui3.0](https://github.com/ChenJunsen/Hegui3.0)|工信部合规检测Xposed模块源码|165|2021-11-05|2021-07-07|
|65|[ScriptKid-Beta/WebBatchRequest](https://github.com/ScriptKid-Beta/WebBatchRequest)|WEB批量请求器WebBatchRequest是对目标地址批量进行快速的存活探测、Title获取简单的banner识别支持HTTP代理以及可自定义HTTP请求用于批量的漏洞验证等的一款基于JAVA编写的轻量工具。|164|2021-11-10|2021-06-14|
|66|[didi/LogiCommon](https://github.com/didi/LogiCommon)|Java版 认证、鉴权、管理、任务调度通用功能组件|160|2021-11-03|2021-09-22|
|67|[jambestwick/web3jdemo](https://github.com/jambestwick/web3jdemo)|功能强大的web3j以太坊用例支持批量生成钱包批量不同账户转账查询余额等监控定时任务交易mint等方法持续更新中... ...|159|2022-01-20|2021-11-29|
|68|[Acmesec/BurpDomain](https://github.com/Acmesec/BurpDomain)|新一代子域名收集工具 - Subdomain automatic/passive collection tool|157|2022-01-21|2022-01-05|
|69|[Lstaynight/xposed-dy](https://github.com/Lstaynight/xposed-dy)|基于Xposed的抖音爬虫抖音风控后自动一键新机模拟一个全新的运行环境|156|2021-10-25|2021-05-08|
|70|[virjar/echo](https://github.com/virjar/echo)|分布式代理ip共享系统|156|2021-09-27|2021-02-23|
|71|[hectorqin/reader](https://github.com/hectorqin/reader)|阅读3服务器版桌面端。后端 Kotlin + Spring Boot + Vert.x + Coroutine ;前端 Vue.js + Element|153|2022-01-26|2021-08-13|
|72|[SonicCloudOrg/sonic-server-simple](https://github.com/SonicCloudOrg/sonic-server-simple)|🎉Simple of Sonic cloud real machine testing platform. Sonic云真机测试平台单机版。|149|2022-01-27|2021-10-20|
|66|[SonicCloudOrg/sonic-agent](https://github.com/SonicCloudOrg/sonic-agent)|🎉Agent of Sonic cloud real machine testing platform. Sonic云真机测试平台Agent端。|163|2022-02-04|2021-08-16|
|67|[jambestwick/web3jdemo](https://github.com/jambestwick/web3jdemo)|功能强大的web3j以太坊用例支持批量生成钱包批量不同账户转账查询余额等监控定时任务交易mint等方法持续更新中... ...|160|2022-01-20|2021-11-29|
|68|[didi/LogiCommon](https://github.com/didi/LogiCommon)|Java版 认证、鉴权、管理、任务调度通用功能组件|160|2021-11-03|2021-09-22|
|69|[Acmesec/BurpDomain](https://github.com/Acmesec/BurpDomain)|新一代子域名收集工具 - Subdomain automatic/passive collection tool|157|2022-01-21|2022-01-05|
|70|[Lstaynight/xposed-dy](https://github.com/Lstaynight/xposed-dy)|基于Xposed的抖音爬虫抖音风控后自动一键新机模拟一个全新的运行环境|156|2021-10-25|2021-05-08|
|71|[virjar/echo](https://github.com/virjar/echo)|分布式代理ip共享系统|156|2021-09-27|2021-02-23|
|72|[hectorqin/reader](https://github.com/hectorqin/reader)|阅读3服务器版桌面端。后端 Kotlin + Spring Boot + Vert.x + Coroutine ;前端 Vue.js + Element|155|2022-01-26|2021-08-13|
|73|[parkt90/dis-seckill](https://github.com/parkt90/dis-seckill)|⭐⭐⭐⭐SpringBoot+Zookeeper+Dubbo打造分布式高并发商品秒杀系统|147|2021-09-02|2021-06-22|
|74|[cata-network/cata_database](https://github.com/cata-network/cata_database)|blockchain database, cata metadata query|145|2021-08-19|2021-08-15|
|75|[shenzhen2017/EasyFloat](https://github.com/shenzhen2017/EasyFloat)|不需要权限的悬浮窗方案~|143|2021-08-26|2021-05-04|
@ -92,32 +92,32 @@
|85|[pen4uin/javasec](https://github.com/pen4uin/javasec)|Java安全☞流下了不会Java的眼泪 : )|127|2022-02-01|2021-11-07|
|86|[EmYiQing/LDAPKit](https://github.com/EmYiQing/LDAPKit)|自用的LDAP测试工具一键启动|124|2021-12-13|2021-12-11|
|87|[flowerwind/JspFinder](https://github.com/flowerwind/JspFinder)|一款通过污点追踪发现Jsp webshell的工具(A tool to find Jsp Webshell through stain tracking)|123|2022-01-04|2021-12-20|
|88|[whwlsfb/Log4j2Scan](https://github.com/whwlsfb/Log4j2Scan)|Log4j2 RCE Passive Scanner plugin for BurpSuite|117|2021-12-28|2021-12-10|
|89|[CodingGay/BlackObfuscator-ASPlugin](https://github.com/CodingGay/BlackObfuscator-ASPlugin)|This project is an Android Studio plugin version of BlackObfuscator, it supports obfuscating code automatically. More information about this project are in BlackObfuscator.|116|2022-01-13|2021-12-17|
|90|[yubifeng/SkyBlog](https://github.com/yubifeng/SkyBlog)|一个简单的Spring Boot + Vue 前后端分离的博客系统 https://skymo.top|116|2021-08-25|2021-04-25|
|91|[flink-extended/flink-remote-shuffle](https://github.com/flink-extended/flink-remote-shuffle)|Remote Shuffle Service for Flink|115|2022-01-27|2021-11-29|
|92|[OpenIMSDK/Open-IM-SDK-Android](https://github.com/OpenIMSDK/Open-IM-SDK-Android)|OpenIM由前微信技术专家打造的基于 Go 实现的即时通讯IM项目Android版本IM SDK 可以轻松替代第三方IM云服务打造具备聊天、社交功能的app。|115|2022-01-21|2021-05-26|
|93|[thjolin321/android-upgrader](https://github.com/thjolin321/android-upgrader)|Android App更新框架包含增量更新、多线程下载等功能。一句代码链式调用使用简单兼容Andorid11。|114|2021-09-02|2021-05-27|
|94|[vipcxj/jasync](https://github.com/vipcxj/jasync)|make async-await code style available in java just like csharp and es6|112|2021-12-14|2021-06-16|
|95|[didi/LogiAM](https://github.com/didi/LogiAM)|面向云原生的一站式日志采集配置及运维平台|110|2022-01-27|2021-06-22|
|96|[aiden-liu413/xxl-job-demo](https://github.com/aiden-liu413/xxl-job-demo)|xxl-job集成nacosopenfeign的demo|108|2021-11-02|2021-10-12|
|97|[biemo8/bbs-cloud](https://github.com/biemo8/bbs-cloud)|springboot-2.2.5+mybatis-plus-3.4+springcloud-Hoxton.SR3 开发者论坛社区系统 前端vuejs huxtjs 后端 springboot+mybatis-plus+springcloud 支持单点登录,网关鉴权 演示地址 Biemo-cloud 3.0 开发中... QQ交流群:64240406|105|2021-11-04|2021-10-09|
|98|[zf1976/vertx-ddns](https://github.com/zf1976/vertx-ddns)|基于 Vert.x 的 DDNS 解决方案。自动更新域名解析到本机IP 支持的DNS服务商 Alidns(阿里云) 、 Dnspod(腾讯云) 、Cloudflare、华为云|105|2022-01-22|2021-07-06|
|99|[shikiroot/jd-seckill](https://github.com/shikiroot/jd-seckill)|京东秒杀用于抢购茅台、显卡、PS5等稀缺商品。|104|2021-10-09|2021-08-06|
|100|[shulieTech/LinkAgent](https://github.com/shulieTech/LinkAgent)|LinkAgent is a Java-based open-source agent designed to collect data and control Functions for Java applications through JVM bytecode, without modifying applications codes.|102|2022-01-26|2021-04-29|
|101|[boundaryx/cloudrasp-log4j2](https://github.com/boundaryx/cloudrasp-log4j2)|一个针对防御 log4j2 CVE-2021-44228 漏洞的 RASP 工具。 A Runtime Application Self-Protection module specifically designed for log4j2 RCE (CVE-2021-44228) defense.|101|2021-12-11|2021-12-10|
|102|[SonicCloudOrg/sonic-agent](https://github.com/SonicCloudOrg/sonic-agent)|🎉Agent of Sonic cloud real machine testing platform. Sonic云真机测试平台Agent端。|101|2022-02-04|2021-08-16|
|88|[SonicCloudOrg/sonic-server-simple](https://github.com/SonicCloudOrg/sonic-server-simple)|🎉Simple of Sonic cloud real machine testing platform. Sonic云真机测试平台单机版。|122|2022-02-05|2021-10-20|
|89|[whwlsfb/Log4j2Scan](https://github.com/whwlsfb/Log4j2Scan)|Log4j2 RCE Passive Scanner plugin for BurpSuite|118|2021-12-28|2021-12-10|
|90|[CodingGay/BlackObfuscator-ASPlugin](https://github.com/CodingGay/BlackObfuscator-ASPlugin)|This project is an Android Studio plugin version of BlackObfuscator, it supports obfuscating code automatically. More information about this project are in BlackObfuscator.|116|2022-01-13|2021-12-17|
|91|[yubifeng/SkyBlog](https://github.com/yubifeng/SkyBlog)|一个简单的Spring Boot + Vue 前后端分离的博客系统 https://skymo.top|116|2021-08-25|2021-04-25|
|92|[flink-extended/flink-remote-shuffle](https://github.com/flink-extended/flink-remote-shuffle)|Remote Shuffle Service for Flink|115|2022-01-27|2021-11-29|
|93|[OpenIMSDK/Open-IM-SDK-Android](https://github.com/OpenIMSDK/Open-IM-SDK-Android)|OpenIM由前微信技术专家打造的基于 Go 实现的即时通讯IM项目Android版本IM SDK 可以轻松替代第三方IM云服务打造具备聊天、社交功能的app。|115|2022-01-21|2021-05-26|
|94|[thjolin321/android-upgrader](https://github.com/thjolin321/android-upgrader)|Android App更新框架包含增量更新、多线程下载等功能。一句代码链式调用使用简单兼容Andorid11。|114|2021-09-02|2021-05-27|
|95|[vipcxj/jasync](https://github.com/vipcxj/jasync)|make async-await code style available in java just like csharp and es6|112|2021-12-14|2021-06-16|
|96|[didi/LogiAM](https://github.com/didi/LogiAM)|面向云原生的一站式日志采集配置及运维平台|111|2022-01-27|2021-06-22|
|97|[aiden-liu413/xxl-job-demo](https://github.com/aiden-liu413/xxl-job-demo)|xxl-job集成nacosopenfeign的demo|108|2021-11-02|2021-10-12|
|98|[biemo8/bbs-cloud](https://github.com/biemo8/bbs-cloud)|springboot-2.2.5+mybatis-plus-3.4+springcloud-Hoxton.SR3 开发者论坛社区系统 前端vuejs huxtjs 后端 springboot+mybatis-plus+springcloud 支持单点登录,网关鉴权 演示地址 Biemo-cloud 3.0 开发中... QQ交流群:64240406|105|2021-11-04|2021-10-09|
|99|[zf1976/vertx-ddns](https://github.com/zf1976/vertx-ddns)|基于 Vert.x 的 DDNS 解决方案。自动更新域名解析到本机IP 支持的DNS服务商 Alidns(阿里云) 、 Dnspod(腾讯云) 、Cloudflare、华为云|105|2022-01-22|2021-07-06|
|100|[shikiroot/jd-seckill](https://github.com/shikiroot/jd-seckill)|京东秒杀用于抢购茅台、显卡、PS5等稀缺商品。|104|2021-10-09|2021-08-06|
|101|[shulieTech/LinkAgent](https://github.com/shulieTech/LinkAgent)|LinkAgent is a Java-based open-source agent designed to collect data and control Functions for Java applications through JVM bytecode, without modifying applications codes.|102|2022-01-26|2021-04-29|
|102|[boundaryx/cloudrasp-log4j2](https://github.com/boundaryx/cloudrasp-log4j2)|一个针对防御 log4j2 CVE-2021-44228 漏洞的 RASP 工具。 A Runtime Application Self-Protection module specifically designed for log4j2 RCE (CVE-2021-44228) defense.|101|2021-12-11|2021-12-10|
|103|[jenly1314/WeChatQRCode](https://github.com/jenly1314/WeChatQRCode)|⛄ 基于OpenCV开源的微信二维码引擎移植的Android扫码识别库|101|2022-01-14|2021-07-24|
|104|[laowenruo/Spring-Blog](https://github.com/laowenruo/Spring-Blog)| 😎基于SpringBoot+MyBatis进行前后端开发的个人博客网站优化了许多功能模块版本不断维护中。(期末项目/毕业设计/新手推荐)|100|2022-02-04|2021-03-20|
|105|[Mr-xn/JNDIExploit-1](https://github.com/Mr-xn/JNDIExploit-1)|一款用于 JNDI注入 利用的工具,大量参考/引用了 Rogue JNDI 项目的代码支持直接植入内存shell并集成了常见的bypass 高版本JDK的方式适用于与自动化工具配合使用。from https://github.com/feihong-cs/JNDIExploit|97|2021-12-15|2021-12-13|
|104|[laowenruo/Spring-Blog](https://github.com/laowenruo/Spring-Blog)| 😎基于SpringBoot+MyBatis进行前后端开发的个人博客网站优化了许多功能模块版本不断维护中。(期末项目/毕业设计/新手推荐)|100|2022-02-05|2021-03-20|
|105|[Mr-xn/JNDIExploit-1](https://github.com/Mr-xn/JNDIExploit-1)|一款用于 JNDI注入 利用的工具,大量参考/引用了 Rogue JNDI 项目的代码支持直接植入内存shell并集成了常见的bypass 高版本JDK的方式适用于与自动化工具配合使用。from https://github.com/feihong-cs/JNDIExploit|98|2021-12-15|2021-12-13|
|106|[louyanfeng25/ddd-demo](https://github.com/louyanfeng25/ddd-demo)|MVC【以mybatis-plus为orm框架】迁移至DDD的demo|97|2022-01-12|2021-09-10|
|107|[JMagician/Magician](https://github.com/JMagician/Magician)|Magician is a small HTTP service package based on Netty that makes it very easy to start an http service, and also supports WebSocket, using annotated configuration Handler, If you want to develop an ...|96|2022-01-28|2021-04-10|
|108|[guaishouN/android-thinkmap-treeview](https://github.com/guaishouN/android-thinkmap-treeview)|Tree View; Mind map; Think map; tree map; custom view; 自定义; 树状图;思维导图;组织机构图;层次图|95|2022-01-12|2021-05-07|
|109|[wyt1215819315/autoplan](https://github.com/wyt1215819315/autoplan)|这是一个自动化的托管系统目前支持网易云bilibili米游社原神签到测试地址https://auto.oldwu.top|92|2022-02-03|2021-08-28|
|110|[UHungLin/AnimeDownloader](https://github.com/UHungLin/AnimeDownloader)|bilibili B站 哔哩哔哩 acfun A站 樱花动漫 番剧下载器Video Downloader:smiley: 仅供学习交流 求 star orz|90|2021-11-22|2021-08-05|
|111|[CTF-MissFeng/Ecloud](https://github.com/CTF-MissFeng/Ecloud)|Ecloud是一款基于http/1.1协议传输TCP流量工具适用于内网不出网时通过web代理脚本转发tcp流量|87|2021-08-24|2021-08-19|
|112|[72wukong/72crm-11.0-Spring](https://github.com/72wukong/72crm-11.0-Spring)|悟空CRM-基于Spring Cloud Alibaba微服务架构 +vue ElementUI的前后端分离CRM系统|87|2021-08-27|2021-04-06|
|113|[smallbeanteng/dubbo-gateway](https://github.com/smallbeanteng/dubbo-gateway)|dubbo-gateway 高性能dubbo网关提供了http协议到dubbo协议的转换同时支持REACTIVE或SERVLET类型网关或项目的整合|86|2022-01-28|2022-01-21|
|109|[wyt1215819315/autoplan](https://github.com/wyt1215819315/autoplan)|这是一个自动化的托管系统目前支持网易云bilibili米游社原神签到测试地址https://auto.oldwu.top|93|2022-02-05|2021-08-28|
|110|[smallbeanteng/dubbo-gateway](https://github.com/smallbeanteng/dubbo-gateway)|dubbo-gateway 高性能dubbo网关提供了http协议到dubbo协议的转换同时支持REACTIVE或SERVLET类型网关或项目的整合|91|2022-01-28|2022-01-21|
|111|[UHungLin/AnimeDownloader](https://github.com/UHungLin/AnimeDownloader)|bilibili B站 哔哩哔哩 acfun A站 樱花动漫 番剧下载器Video Downloader:smiley: 仅供学习交流 求 star orz|90|2021-11-22|2021-08-05|
|112|[CTF-MissFeng/Ecloud](https://github.com/CTF-MissFeng/Ecloud)|Ecloud是一款基于http/1.1协议传输TCP流量工具适用于内网不出网时通过web代理脚本转发tcp流量|87|2021-08-24|2021-08-19|
|113|[72wukong/72crm-11.0-Spring](https://github.com/72wukong/72crm-11.0-Spring)|悟空CRM-基于Spring Cloud Alibaba微服务架构 +vue ElementUI的前后端分离CRM系统|87|2021-08-27|2021-04-06|
|114|[apache/rocketmq-streams](https://github.com/apache/rocketmq-streams)|Apache rocketmq|86|2022-01-18|2021-07-11|
|115|[skyyemperor/sducat](https://github.com/skyyemperor/sducat)|微信搜索【猫在山大】小程序快来寻找你最care的那只喵吧~|86|2021-09-10|2021-04-04|
|116|[Adrninistrator/java-all-call-graph](https://github.com/Adrninistrator/java-all-call-graph)|Generate all call graph for Java Code.|85|2021-10-26|2021-07-04|
@ -132,14 +132,13 @@
|125|[javahuang/SurveyKing](https://github.com/javahuang/SurveyKing)|Make a better enterprise-level open source survey system.|61|2021-10-28|2021-09-06|
|126|[steakliu/blockchain-trace-fabric](https://github.com/steakliu/blockchain-trace-fabric)|基于区块链(fabric)农产品溯源平台|58|2021-08-07|2021-05-11|
|127|[maning0303/MNMLKitScanner](https://github.com/maning0303/MNMLKitScanner)|基于Google ML Kit 快速集成二维码扫描速度比zxing快可配置相册闪光灯相机可以调整焦距放大缩小自定义扫描线颜色自定义背景颜色自定义遮罩层支持同时扫多个二维码和条形码|57|2021-11-05|2021-08-21|
|128|[ddf8196/FakePlayer](https://github.com/ddf8196/FakePlayer)|Minecraft Bedrock Edition 假人客户端|56|2021-12-02|2021-02-05|
|129|[Ghost2097221/addMemShellsJSP](https://github.com/Ghost2097221/addMemShellsJSP)|通过jsp注入valve内存马可以忽略框架影响通用tomcat789|55|2021-10-29|2021-10-29|
|130|[tianmiantech/WeFe](https://github.com/tianmiantech/WeFe)|-|55|2021-12-08|2021-10-08|
|131|[virjarRatel/ratel-server](https://github.com/virjarRatel/ratel-server)|平头哥后端服务|54|2021-09-01|2021-08-26|
|132|[AndroidBBQ/android10](https://github.com/AndroidBBQ/android10)|Android10源码|54|2021-08-20|2021-06-01|
|133|[hbelmiro/100DaysOfJava](https://github.com/hbelmiro/100DaysOfJava)|A little of Java content every day for a hundred days.|54|2021-09-17|2021-05-12|
|134|[ethushiroha/JavaAgentTools](https://github.com/ethushiroha/JavaAgentTools)|用Java agent实现内存马等功能|54|2021-08-31|2021-04-01|
|135|[smmdwa/CronMan](https://github.com/smmdwa/CronMan)|分布式任务调度系统 分布式 定时任务 任务编排 任务监控 任务依赖 |53|2021-11-04|2021-10-11|
|128|[Ghost2097221/addMemShellsJSP](https://github.com/Ghost2097221/addMemShellsJSP)|通过jsp注入valve内存马可以忽略框架影响通用tomcat789|55|2021-10-29|2021-10-29|
|129|[tianmiantech/WeFe](https://github.com/tianmiantech/WeFe)|-|55|2021-12-08|2021-10-08|
|130|[virjarRatel/ratel-server](https://github.com/virjarRatel/ratel-server)|平头哥后端服务|54|2021-09-01|2021-08-26|
|131|[AndroidBBQ/android10](https://github.com/AndroidBBQ/android10)|Android10源码|54|2021-08-20|2021-06-01|
|132|[hbelmiro/100DaysOfJava](https://github.com/hbelmiro/100DaysOfJava)|A little of Java content every day for a hundred days.|54|2021-09-17|2021-05-12|
|133|[ethushiroha/JavaAgentTools](https://github.com/ethushiroha/JavaAgentTools)|用Java agent实现内存马等功能|54|2021-08-31|2021-04-01|
|134|[smmdwa/CronMan](https://github.com/smmdwa/CronMan)|分布式任务调度系统 分布式 定时任务 任务编排 任务监控 任务依赖 |53|2021-11-04|2021-10-11|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,35 +1,35 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > JavaScript
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|19408|2022-01-15|2021-08-07|
|2|[KieSun/all-of-frontend](https://github.com/KieSun/all-of-frontend)|你想知道的前端内容都在这|4199|2021-10-20|2021-02-24|
|3|[vaxilu/x-ui](https://github.com/vaxilu/x-ui)|支持多协议多用户的 xray 面板|3204|2022-01-20|2021-05-18|
|1|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|19425|2022-01-15|2021-08-07|
|2|[KieSun/all-of-frontend](https://github.com/KieSun/all-of-frontend)|你想知道的前端内容都在这|4200|2021-10-20|2021-02-24|
|3|[vaxilu/x-ui](https://github.com/vaxilu/x-ui)|支持多协议多用户的 xray 面板|3206|2022-01-20|2021-05-18|
|4|[shufflewzc/faker2](https://github.com/shufflewzc/faker2)|不知名大佬备份|3023|2022-01-29|2021-06-10|
|5|[thx/gogocode](https://github.com/thx/gogocode)|GoGoCode is a transformer for JavaScript/Typescript/HTML based on AST but providing a more intuitive API.|2770|2022-01-13|2021-03-03|
|6|[VirgilClyne/iRingo](https://github.com/VirgilClyne/iRingo)|解锁完整的 Apple功能和集成服务|2432|2022-01-31|2021-10-16|
|7|[zero205/JD_tencent_scf](https://github.com/zero205/JD_tencent_scf)|-|2302|2022-02-04|2021-05-11|
|8|[micro-zoe/micro-app](https://github.com/micro-zoe/micro-app)|A lightweight, efficient and powerful micro front-end framework. 一款轻量、高效、功能强大的微前端框架|2074|2022-01-30|2021-06-24|
|9|[biuuu/genshin-wish-export](https://github.com/biuuu/genshin-wish-export)|Easily export the Genshin Impact wish record.|2013|2022-01-28|2021-02-15|
|5|[thx/gogocode](https://github.com/thx/gogocode)|GoGoCode is a transformer for JavaScript/Typescript/HTML based on AST but providing a more intuitive API.|2772|2022-01-13|2021-03-03|
|6|[VirgilClyne/iRingo](https://github.com/VirgilClyne/iRingo)|解锁完整的 Apple功能和集成服务|2439|2022-01-31|2021-10-16|
|7|[zero205/JD_tencent_scf](https://github.com/zero205/JD_tencent_scf)|-|2310|2022-02-05|2021-05-11|
|8|[micro-zoe/micro-app](https://github.com/micro-zoe/micro-app)|A lightweight, efficient and powerful micro front-end framework. 一款轻量、高效、功能强大的微前端框架|2076|2022-01-30|2021-06-24|
|9|[biuuu/genshin-wish-export](https://github.com/biuuu/genshin-wish-export)|Easily export the Genshin Impact wish record.|2019|2022-01-28|2021-02-15|
|10|[lan-tianxiang/JS_TOOL](https://github.com/lan-tianxiang/JS_TOOL)|Node网页开发工具|1531|2021-09-06|2021-04-10|
|11|[eva-engine/eva.js](https://github.com/eva-engine/eva.js)|Eva.js is a front-end game engine specifically for creating interactive game projects.|1468|2022-01-30|2021-03-08|
|12|[MoonBegonia/ninja](https://github.com/MoonBegonia/ninja)|-|1378|2022-01-24|2021-07-26|
|13|[ender-zhao/Clash-for-Windows_Chinese](https://github.com/ender-zhao/Clash-for-Windows_Chinese)|clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序|1317|2022-02-03|2021-04-19|
|14|[merico-dev/lake](https://github.com/merico-dev/lake)|DevLake: the open source data lake & dashboard for your DevOps tools.|1314|2022-02-04|2021-07-08|
|15|[craigary/nobelium](https://github.com/craigary/nobelium)|A static blog build on top of Notion and NextJS, deployed on Vercel.|1242|2022-02-01|2021-03-14|
|16|[lyswhut/lx-music-mobile](https://github.com/lyswhut/lx-music-mobile)|一个基于 React native 开发的音乐软件|1163|2022-01-28|2021-05-15|
|11|[eva-engine/eva.js](https://github.com/eva-engine/eva.js)|Eva.js is a front-end game engine specifically for creating interactive game projects.|1469|2022-01-30|2021-03-08|
|12|[MoonBegonia/ninja](https://github.com/MoonBegonia/ninja)|-|1383|2022-01-24|2021-07-26|
|13|[ender-zhao/Clash-for-Windows_Chinese](https://github.com/ender-zhao/Clash-for-Windows_Chinese)|clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序|1325|2022-02-03|2021-04-19|
|14|[merico-dev/lake](https://github.com/merico-dev/lake)|DevLake: the open source data lake & dashboard for your DevOps tools.|1314|2022-02-05|2021-07-08|
|15|[craigary/nobelium](https://github.com/craigary/nobelium)|A static blog build on top of Notion and NextJS, deployed on Vercel.|1249|2022-02-01|2021-03-14|
|16|[lyswhut/lx-music-mobile](https://github.com/lyswhut/lx-music-mobile)|一个基于 React native 开发的音乐软件|1165|2022-01-28|2021-05-15|
|17|[RimoChan/match-you](https://github.com/RimoChan/match-you)|【您配吗】配你吗|1083|2022-01-22|2021-11-19|
|18|[AlynxZhou/gnome-shell-extension-inotch](https://github.com/AlynxZhou/gnome-shell-extension-inotch)|Add a useless notch to your screen.|941|2021-10-30|2021-10-20|
|19|[Reamd7/notion-zh_CN](https://github.com/Reamd7/notion-zh_CN)|notion 中文化|909|2022-01-19|2021-08-12|
|20|[ineo6/hosts](https://github.com/ineo6/hosts)|GitHub最新hosts。解决GitHub图片无法显示加速GitHub网页浏览。|903|2022-02-04|2021-03-28|
|19|[Reamd7/notion-zh_CN](https://github.com/Reamd7/notion-zh_CN)|notion 中文化|913|2022-01-19|2021-08-12|
|20|[ineo6/hosts](https://github.com/ineo6/hosts)|GitHub最新hosts。解决GitHub图片无法显示加速GitHub网页浏览。|904|2022-02-05|2021-03-28|
|21|[Tencent/cherry-markdown](https://github.com/Tencent/cherry-markdown)|✨ A Markdown Editor|687|2022-01-30|2021-10-15|
|22|[asd920/Auto-jd](https://github.com/asd920/Auto-jd)|京东自用脚本|656|2022-02-03|2021-05-29|
|22|[asd920/Auto-jd](https://github.com/asd920/Auto-jd)|京东自用脚本|658|2022-02-05|2021-05-29|
|23|[passerby-b/JDDJ](https://github.com/passerby-b/JDDJ)|京东到家果园庄园脚本,电报群:https://t.me/passerbyb2021|632|2021-12-13|2021-04-16|
|24|[YuehaiTeam/cocogoat](https://github.com/YuehaiTeam/cocogoat)|A toolbox for Genshin Impact to export artifacts automatically. 支持圣遗物全自动导出的原神工具箱,保证每一行代码都是熬夜加班打造。|521|2022-01-18|2021-04-08|
|25|[feeddd/feeds](https://github.com/feeddd/feeds)|免费的公众号 RSS支持扩展任意 APP|515|2022-02-03|2021-08-17|
|25|[feeddd/feeds](https://github.com/feeddd/feeds)|免费的公众号 RSS支持扩展任意 APP|518|2022-02-03|2021-08-17|
|26|[segfall/static-wiki](https://github.com/segfall/static-wiki)|Wikipedia using only static assets & no backend|504|2021-09-17|2021-07-18|
|27|[tnfe/wp2vite](https://github.com/tnfe/wp2vite)|一个让webpack项目支持vite的前端项目的转换工具。A front-end project automatic conversion tool。|488|2021-12-17|2021-03-29|
|28|[xaboy/form-create-designer](https://github.com/xaboy/form-create-designer)|好用的vue可视化表单设计器|459|2022-01-12|2021-04-05|
@ -37,59 +37,58 @@
|30|[xqq/mpegts.js](https://github.com/xqq/mpegts.js)|HTML5 MPEG2-TS Stream Player|401|2021-10-19|2021-03-15|
|31|[ccwav/QLScript2](https://github.com/ccwav/QLScript2)|新QLScript|376|2022-01-28|2021-09-29|
|32|[USTC-Hackergame/hackergame2021-writeups](https://github.com/USTC-Hackergame/hackergame2021-writeups)|中国科学技术大学第八届信息安全大赛的官方与非官方题解|367|2022-01-10|2021-10-30|
|33|[wechat-miniprogram/minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform)|-|355|2022-01-26|2021-05-24|
|33|[wechat-miniprogram/minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform)|-|356|2022-01-26|2021-05-24|
|34|[loong132/autojs-script](https://github.com/loong132/autojs-script)|autojs脚本程序,用于完成安卓设备上的重复性操作.包含脚本: 1.2021年京东618任务脚本 2.2021年京东燃动夏季活动脚本3.2021京东双十一热爱环游记|338|2021-11-06|2021-07-10|
|35|[shenruisi/Stay](https://github.com/shenruisi/Stay)|Stay is a local userscript manager and an extension sample for Safari on iOS/iPadOS.|321|2022-02-04|2021-10-24|
|35|[shenruisi/Stay](https://github.com/shenruisi/Stay)|Stay is a local userscript manager and an extension sample for Safari on iOS/iPadOS.|325|2022-02-04|2021-10-24|
|36|[airuikun/mircro-tech](https://github.com/airuikun/mircro-tech)|react的微前端组件让你的react项目可以加载vue组件|321|2021-08-18|2021-05-17|
|37|[yuannian1112/jd_scripts](https://github.com/yuannian1112/jd_scripts)|-|317|2022-01-31|2021-08-07|
|38|[qishanzhiruan/basemall](https://github.com/qishanzhiruan/basemall)|🥇🥇🥇商城系统- java商城 B2C商城 小程序商城 H5商城 APP商城 ,本商城是前后端分离的商城、微服务架构商城。|316|2022-01-13|2021-09-13|
|39|[hewenguang/circle](https://github.com/hewenguang/circle)|让网页赏心悦目、让阅读回归初心。Circle 阅读模式提供更隐私、更轻松、更舒适的网页阅读体验|304|2021-08-25|2021-02-28|
|40|[TributePaulWalker/Profiles](https://github.com/TributePaulWalker/Profiles)|搜集, 整理, Surge, Quantumult X实用规则.纯自用不定时折腾更新。欢迎Star! 请不要Fork! 请不要Fork! 请不要Fork! 感谢!|298|2022-01-29|2021-03-31|
|41|[elias-sundqvist/obsidian-annotator](https://github.com/elias-sundqvist/obsidian-annotator)|A plugin for reading and annotating PDFs and EPUBs in obsidian. |287|2022-01-26|2021-08-25|
|42|[SonicCloudOrg/sonic-client-web](https://github.com/SonicCloudOrg/sonic-client-web)|🎉Front end of Sonic cloud real machine testing platform. Sonic云真机测试平台前端。|273|2022-01-17|2021-08-16|
|43|[youzhengjie9/yblog](https://github.com/youzhengjie9/yblog)|来自一个大二的菜鸟基于SpringBoot框架开发的博客系统采用了springBoot、springSecurity、Redis、elasticSearch、rabbitmq、Mybatis、Nginx等技术主要实现了博文管理、统计图表、访问记录、附件管理、用户管理、友链管理、监控管理、抓取博文、第三方登录等功能并且不断在上面进一步扩展希望大家多多支持顺便给个Star☺|253|2021-10-09|2021-06-16|
|44|[nihaojob/popular-message](https://github.com/nihaojob/popular-message)|轻量级的信息反馈组件|244|2021-12-07|2021-06-15|
|45|[zihjiang/filling](https://github.com/zihjiang/filling)|非常易用,高性能、支持实时流式和离线批处理的海量数据处理产品,架构于 Apache Flink之上。|207|2021-12-12|2021-09-12|
|46|[dushixiang/kafka-map](https://github.com/dushixiang/kafka-map)|A beautiful, concise and powerful kafka web management tool. 一个美观简洁且强大的kafka web管理工具。|206|2021-11-08|2021-03-27|
|47|[muiplayer/hello-muiplayer](https://github.com/muiplayer/hello-muiplayer)|💡 一款优秀的 HTML5 视频播放器框架|205|2021-12-02|2021-03-30|
|48|[helloworld-Co/html2md](https://github.com/helloworld-Co/html2md)|helloworld 开发者社区开源的一个轻量级,强大的 html 一键转 md 工具,支持多平台文章一键转换,并保存下载到本地。|201|2021-12-05|2021-02-05|
|40|[TributePaulWalker/Profiles](https://github.com/TributePaulWalker/Profiles)|搜集, 整理, Surge, Quantumult X实用规则.纯自用不定时折腾更新。欢迎Star! 请不要Fork! 请不要Fork! 请不要Fork! 感谢!|303|2022-02-05|2021-03-31|
|41|[elias-sundqvist/obsidian-annotator](https://github.com/elias-sundqvist/obsidian-annotator)|A plugin for reading and annotating PDFs and EPUBs in obsidian. |291|2022-01-26|2021-08-25|
|42|[MakinoharaShoko/WebGAL](https://github.com/MakinoharaShoko/WebGAL)|全新的基于 Web 的 视觉小说引擎 A brand new Visual Novel engine based on Web.|289|2022-02-05|2021-09-16|
|43|[SonicCloudOrg/sonic-client-web](https://github.com/SonicCloudOrg/sonic-client-web)|🎉Front end of Sonic cloud real machine testing platform. Sonic云真机测试平台前端。|273|2022-01-17|2021-08-16|
|44|[youzhengjie9/yblog](https://github.com/youzhengjie9/yblog)|来自一个大二的菜鸟基于SpringBoot框架开发的博客系统采用了springBoot、springSecurity、Redis、elasticSearch、rabbitmq、Mybatis、Nginx等技术主要实现了博文管理、统计图表、访问记录、附件管理、用户管理、友链管理、监控管理、抓取博文、第三方登录等功能并且不断在上面进一步扩展希望大家多多支持顺便给个Star☺|253|2021-10-09|2021-06-16|
|45|[nihaojob/popular-message](https://github.com/nihaojob/popular-message)|轻量级的信息反馈组件|244|2021-12-07|2021-06-15|
|46|[zihjiang/filling](https://github.com/zihjiang/filling)|非常易用,高性能、支持实时流式和离线批处理的海量数据处理产品,架构于 Apache Flink之上。|207|2021-12-12|2021-09-12|
|47|[dushixiang/kafka-map](https://github.com/dushixiang/kafka-map)|A beautiful, concise and powerful kafka web management tool. 一个美观简洁且强大的kafka web管理工具。|206|2021-11-08|2021-03-27|
|48|[muiplayer/hello-muiplayer](https://github.com/muiplayer/hello-muiplayer)|💡 一款优秀的 HTML5 视频播放器框架|205|2021-12-02|2021-03-30|
|49|[tnfe/mdebug](https://github.com/tnfe/mdebug)|基于React开发的新一代web调试工具支持React组件调试类似于Chrome Devtools。A Lightweight, Easy To Extend Web Debugging Tool Build With React|200|2021-09-17|2021-08-25|
|50|[longzhuzhu/nianyu](https://github.com/longzhuzhu/nianyu)|-|199|2021-09-19|2021-06-06|
|51|[omxmo/qg](https://github.com/omxmo/qg)|秒杀软件、抢购软件、淘金币助手。淘宝/天猫/淘特/京东/拼多多/苏宁易购/华为商城/小米商城/聚划算/百亿补贴/抖音/快手/直播。手机抢购/茅台抢购/显卡抢购/耐克抢购/阿迪达斯鞋子抢购。38女王节/618/1111/双11喵糖/双十一/1212/双12/双十二/年货节任务助手。直链/BP链接|197|2021-12-12|2021-04-01|
|52|[shaolin-kongfu/js_scripts](https://github.com/shaolin-kongfu/js_scripts)|-|191|2021-11-21|2021-07-27|
|53|[MakinoharaShoko/WebGAL](https://github.com/MakinoharaShoko/WebGAL)|全新的基于 Web 的 视觉小说引擎 A brand new Visual Novel engine based on Web.|185|2021-12-10|2021-09-16|
|54|[HEIGE-PCloud/DoIt](https://github.com/HEIGE-PCloud/DoIt)|A clean, elegant and advanced blog theme for Hugo.|182|2021-12-09|2021-04-15|
|55|[pureink/inkrss](https://github.com/pureink/inkrss)|Notify when rss feeds are updated RSS 更新通知 |181|2021-09-30|2021-07-18|
|56|[RikudouPatrickstar/jd-base](https://github.com/RikudouPatrickstar/jd-base)|自用工具,仅针对 Linux 和 Docker尽可能简单干净|180|2021-12-09|2021-02-06|
|57|[youzhengjie9/cloud-yblog](https://github.com/youzhengjie9/cloud-yblog)|cloud-yblog是在yblog的基础上利用SpringCloud+SpringCloud alibaba开发的分布式微服务的博客系统并会大量借鉴之前的不足之处进行优化升级将会不断的更新谢谢支持|177|2021-10-07|2021-07-30|
|58|[fishingworld/something](https://github.com/fishingworld/something)|个人用Surge Panel脚本|175|2021-11-17|2021-10-01|
|59|[lgwebdream/fe-code](https://github.com/lgwebdream/fe-code)|🚗很很多前端同学,每日不仅要忙于内卷,还要忙于奔波在重复的业务逻辑期间,所以我们索性开发了这样一款工具,帮助大家可以直接根据接口生成 CURD 的全部代码,让大家生活多些快乐~|172|2021-08-26|2021-07-02|
|60|[WGrape/lexer](https://github.com/WGrape/lexer)|A lexical analyzer based on DFA that is built using JS and supports multi-language extensions / 一个基于DFA的支持多语言扩展的JS版开源词法分析器|169|2021-12-04|2021-08-25|
|61|[veo/vshell](https://github.com/veo/vshell)|vshell 是一款go编写的主机管理工具使用蚁剑控制台及插件管理主机 vshell is a Remote Administation tool written in Go (RAT),use AntSword control host |162|2021-10-12|2021-09-21|
|62|[cilame/v_jstools](https://github.com/cilame/v_jstools)|模仿着写一个开源的 chrome 插件,用来快速调试前端 js 代码。|158|2021-12-04|2021-09-25|
|63|[anji-plus/report](https://github.com/anji-plus/report)|AJ-Report是一个完全开源拖拽编辑的可视化设计工具。三步快速完成大屏配置数据源---->写SQL配置数据集---->拖拽生成大屏。让管理层随时随地掌控业务动态,让每个决策都有数据支撑。|151|2021-12-13|2021-06-22|
|64|[Arondight/Adachi-BOT](https://github.com/Arondight/Adachi-BOT)|一个在 QQ 中运行的原神助手|148|2021-12-13|2021-05-13|
|65|[coderzhaoziwei/yande-re-chinese-patch](https://github.com/coderzhaoziwei/yande-re-chinese-patch)|中文标签 界面优化 高清大图 键盘翻页 流体布局|143|2021-10-24|2021-02-15|
|66|[jiulan/platypus](https://github.com/jiulan/platypus)|自用项目 别fork|139|2021-12-07|2021-06-04|
|67|[PercyJon/canteen_order_client](https://github.com/PercyJon/canteen_order_client)|ordering client for hospital or school canteen customer|138|2021-09-11|2021-09-09|
|68|[KingRan/JD-Scripts](https://github.com/KingRan/JD-Scripts)|个人自用库收藏好的JD脚本适用于青龙面板|137|2021-12-13|2021-09-07|
|69|[X1a0He/jd_scripts_fixed](https://github.com/X1a0He/jd_scripts_fixed)|由本人修复的京东类脚本,引用请注明来源|136|2021-12-06|2021-09-05|
|70|[CloudWise-OpenSource/FlyFish](https://github.com/CloudWise-OpenSource/FlyFish)|FlyFish|134|2021-12-08|2021-10-08|
|71|[lo4396ve/vue-analysis](https://github.com/lo4396ve/vue-analysis)|vue源码分析|130|2021-11-02|2021-09-13|
|72|[master-of-forums/master-of-forums](https://github.com/master-of-forums/master-of-forums)|论坛网站页面美化、广告移除、功能增强。美轮美奂的视觉享受,安然恬静的论坛时光……|124|2021-12-09|2021-08-17|
|73|[youshandefeiyang/sub-web-modify](https://github.com/youshandefeiyang/sub-web-modify)|最美订阅转换前端UI大改增加近百条远程配置|123|2021-11-28|2021-03-04|
|74|[guyijie1211/JustLive-Web](https://github.com/guyijie1211/JustLive-Web)|:tv:一个整合国内多个直播平台内容的网站|118|2021-11-09|2021-05-24|
|75|[shanmiteko/LotteryAutoScript](https://github.com/shanmiteko/LotteryAutoScript)|Bili动态抽奖助手|116|2021-12-13|2021-07-10|
|76|[itenl/react-native-scrollable-tabview](https://github.com/itenl/react-native-scrollable-tabview)|Based on pure JS scripts, without relying on native, no need for react-native link, Title / Header / Tabs / Sticky / Screen components can be flexibly configured, among which Tabs / Sticky can slide W ...|110|2021-12-07|2021-06-02|
|77|[qianlongo/fe-handwriting](https://github.com/qianlongo/fe-handwriting)|手写各种js|110|2021-12-13|2021-06-02|
|78|[tumuyan/Tree-Style-History](https://github.com/tumuyan/Tree-Style-History)|Shows your recent browser history in tree style. 树状展示浏览器历史 (For Edge / Chromium / Chrome)|109|2021-08-09|2021-04-18|
|79|[04zhujunjie/jj-messagebox](https://github.com/04zhujunjie/jj-messagebox)|基于Vue的弹框 messagebox alert dialog loading popup toast|107|2021-11-09|2021-10-20|
|80|[nancheung97/notion-zh_CN](https://github.com/nancheung97/notion-zh_CN)|对notion.so的汉化油猴脚本|106|2021-11-08|2021-06-01|
|81|[SkepticMystic/graph-analysis](https://github.com/SkepticMystic/graph-analysis)|Analyse the structure of your Obsidian graph using various analysis techniques|105|2021-11-16|2021-07-11|
|82|[CenBoMin/JDTASK_V2P](https://github.com/CenBoMin/JDTASK_V2P)|JDTASK_V2P - Docker环境下,搭建用elecV2P执行JDTASK的方案|102|2021-08-20|2021-06-26|
|83|[iGaoWei/BigDataView](https://github.com/iGaoWei/BigDataView)|100套大数据可视化炫酷大屏Html5模板包含行业社区、物业、政务、交通、金融银行等全网最新、最多最全、最酷、最炫大数据可视化模板。陆续更新中|99|2021-10-22|2021-07-29|
|84|[wanwu/devtools-pro](https://github.com/wanwu/devtools-pro)|A web remote debugging tools, based on Chrome DevTools|99|2021-12-13|2021-04-30|
|85|[zhushenwudi/LoveLiveMusicPlayer](https://github.com/zhushenwudi/LoveLiveMusicPlayer)|一款LLer的专属播放器|92|2021-12-12|2021-10-28|
|53|[HEIGE-PCloud/DoIt](https://github.com/HEIGE-PCloud/DoIt)|A clean, elegant and advanced blog theme for Hugo.|182|2021-12-09|2021-04-15|
|54|[pureink/inkrss](https://github.com/pureink/inkrss)|Notify when rss feeds are updated RSS 更新通知 |181|2021-09-30|2021-07-18|
|55|[RikudouPatrickstar/jd-base](https://github.com/RikudouPatrickstar/jd-base)|自用工具,仅针对 Linux 和 Docker尽可能简单干净|180|2021-12-09|2021-02-06|
|56|[youzhengjie9/cloud-yblog](https://github.com/youzhengjie9/cloud-yblog)|cloud-yblog是在yblog的基础上利用SpringCloud+SpringCloud alibaba开发的分布式微服务的博客系统并会大量借鉴之前的不足之处进行优化升级将会不断的更新谢谢支持|177|2021-10-07|2021-07-30|
|57|[fishingworld/something](https://github.com/fishingworld/something)|个人用Surge Panel脚本|175|2021-11-17|2021-10-01|
|58|[lgwebdream/fe-code](https://github.com/lgwebdream/fe-code)|🚗很很多前端同学,每日不仅要忙于内卷,还要忙于奔波在重复的业务逻辑期间,所以我们索性开发了这样一款工具,帮助大家可以直接根据接口生成 CURD 的全部代码,让大家生活多些快乐~|172|2021-08-26|2021-07-02|
|59|[WGrape/lexer](https://github.com/WGrape/lexer)|A lexical analyzer based on DFA that is built using JS and supports multi-language extensions / 一个基于DFA的支持多语言扩展的JS版开源词法分析器|169|2021-12-04|2021-08-25|
|60|[veo/vshell](https://github.com/veo/vshell)|vshell 是一款go编写的主机管理工具使用蚁剑控制台及插件管理主机 vshell is a Remote Administation tool written in Go (RAT),use AntSword control host |162|2021-10-12|2021-09-21|
|61|[cilame/v_jstools](https://github.com/cilame/v_jstools)|模仿着写一个开源的 chrome 插件,用来快速调试前端 js 代码。|158|2021-12-04|2021-09-25|
|62|[anji-plus/report](https://github.com/anji-plus/report)|AJ-Report是一个完全开源拖拽编辑的可视化设计工具。三步快速完成大屏配置数据源---->写SQL配置数据集---->拖拽生成大屏。让管理层随时随地掌控业务动态,让每个决策都有数据支撑。|151|2021-12-13|2021-06-22|
|63|[Arondight/Adachi-BOT](https://github.com/Arondight/Adachi-BOT)|一个在 QQ 中运行的原神助手|148|2021-12-13|2021-05-13|
|64|[coderzhaoziwei/yande-re-chinese-patch](https://github.com/coderzhaoziwei/yande-re-chinese-patch)|中文标签 界面优化 高清大图 键盘翻页 流体布局|143|2021-10-24|2021-02-15|
|65|[jiulan/platypus](https://github.com/jiulan/platypus)|自用项目 别fork|139|2021-12-07|2021-06-04|
|66|[PercyJon/canteen_order_client](https://github.com/PercyJon/canteen_order_client)|ordering client for hospital or school canteen customer|138|2021-09-11|2021-09-09|
|67|[KingRan/JD-Scripts](https://github.com/KingRan/JD-Scripts)|个人自用库收藏好的JD脚本适用于青龙面板|137|2021-12-13|2021-09-07|
|68|[X1a0He/jd_scripts_fixed](https://github.com/X1a0He/jd_scripts_fixed)|由本人修复的京东类脚本,引用请注明来源|136|2021-12-06|2021-09-05|
|69|[CloudWise-OpenSource/FlyFish](https://github.com/CloudWise-OpenSource/FlyFish)|FlyFish|134|2021-12-08|2021-10-08|
|70|[lo4396ve/vue-analysis](https://github.com/lo4396ve/vue-analysis)|vue源码分析|130|2021-11-02|2021-09-13|
|71|[master-of-forums/master-of-forums](https://github.com/master-of-forums/master-of-forums)|论坛网站页面美化、广告移除、功能增强。美轮美奂的视觉享受,安然恬静的论坛时光……|124|2021-12-09|2021-08-17|
|72|[youshandefeiyang/sub-web-modify](https://github.com/youshandefeiyang/sub-web-modify)|最美订阅转换前端UI大改增加近百条远程配置|123|2021-11-28|2021-03-04|
|73|[guyijie1211/JustLive-Web](https://github.com/guyijie1211/JustLive-Web)|:tv:一个整合国内多个直播平台内容的网站|118|2021-11-09|2021-05-24|
|74|[shanmiteko/LotteryAutoScript](https://github.com/shanmiteko/LotteryAutoScript)|Bili动态抽奖助手|116|2021-12-13|2021-07-10|
|75|[itenl/react-native-scrollable-tabview](https://github.com/itenl/react-native-scrollable-tabview)|Based on pure JS scripts, without relying on native, no need for react-native link, Title / Header / Tabs / Sticky / Screen components can be flexibly configured, among which Tabs / Sticky can slide W ...|110|2021-12-07|2021-06-02|
|76|[qianlongo/fe-handwriting](https://github.com/qianlongo/fe-handwriting)|手写各种js|110|2021-12-13|2021-06-02|
|77|[tumuyan/Tree-Style-History](https://github.com/tumuyan/Tree-Style-History)|Shows your recent browser history in tree style. 树状展示浏览器历史 (For Edge / Chromium / Chrome)|109|2021-08-09|2021-04-18|
|78|[04zhujunjie/jj-messagebox](https://github.com/04zhujunjie/jj-messagebox)|基于Vue的弹框 messagebox alert dialog loading popup toast|107|2021-11-09|2021-10-20|
|79|[nancheung97/notion-zh_CN](https://github.com/nancheung97/notion-zh_CN)|对notion.so的汉化油猴脚本|106|2021-11-08|2021-06-01|
|80|[SkepticMystic/graph-analysis](https://github.com/SkepticMystic/graph-analysis)|Analyse the structure of your Obsidian graph using various analysis techniques|105|2021-11-16|2021-07-11|
|81|[CenBoMin/JDTASK_V2P](https://github.com/CenBoMin/JDTASK_V2P)|JDTASK_V2P - Docker环境下,搭建用elecV2P执行JDTASK的方案|102|2021-08-20|2021-06-26|
|82|[iGaoWei/BigDataView](https://github.com/iGaoWei/BigDataView)|100套大数据可视化炫酷大屏Html5模板包含行业社区、物业、政务、交通、金融银行等全网最新、最多最全、最酷、最炫大数据可视化模板。陆续更新中|99|2021-10-22|2021-07-29|
|83|[wanwu/devtools-pro](https://github.com/wanwu/devtools-pro)|A web remote debugging tools, based on Chrome DevTools|99|2021-12-13|2021-04-30|
|84|[zhushenwudi/LoveLiveMusicPlayer](https://github.com/zhushenwudi/LoveLiveMusicPlayer)|一款LLer的专属播放器|92|2021-12-12|2021-10-28|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Jupyter Notebook
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
@ -17,25 +17,25 @@
|10|[ni1o1/transbigdata](https://github.com/ni1o1/transbigdata)|A Python package develop for transportation spatio-temporal big data processing, analysis and visualization.|68|2022-02-04|2021-10-21|
|11|[dglai/maxp_baseline_model](https://github.com/dglai/maxp_baseline_model)|-|66|2021-11-05|2021-10-06|
|12|[datawhalechina/learn-python-the-smart-way](https://github.com/datawhalechina/learn-python-the-smart-way)|聪明方法学Python简明且系统的 Python 入门教程。|55|2022-01-25|2021-07-10|
|13|[lingjzhu/charsiu](https://github.com/lingjzhu/charsiu)|Charsiu: A neural phonetic aligner.|54|2022-01-31|2021-08-29|
|14|[kzbkzb/Python-AI](https://github.com/kzbkzb/Python-AI)|深度学习100例、深度学习DL、图片分类、目标识别、目标检测、自然语言处理nlp、文本分类、TensorFlow、PyTorch|52|2022-01-12|2021-10-18|
|13|[kzbkzb/Python-AI](https://github.com/kzbkzb/Python-AI)|深度学习100例、深度学习DL、图片分类、目标识别、目标检测、自然语言处理nlp、文本分类、TensorFlow、PyTorch|54|2022-01-12|2021-10-18|
|14|[lingjzhu/charsiu](https://github.com/lingjzhu/charsiu)|Charsiu: A neural phonetic aligner.|54|2022-01-31|2021-08-29|
|15|[madhavmk/Noise2Noise-audio_denoising_without_clean_training_data](https://github.com/madhavmk/Noise2Noise-audio_denoising_without_clean_training_data)|Source code for the paper titled "Speech Denoising without Clean Training Data: a Noise2Noise Approach". Paper accepted at the INTERSPEECH 2021 conference. This paper tackles the problem of the heavy ...|49|2021-09-04|2021-03-28|
|16|[RuifMaxx/Multidimensional-time-series-with-transformer](https://github.com/RuifMaxx/Multidimensional-time-series-with-transformer)|transformer/self-attention for Multidimensional time series forecasting 使用transformer架构实现多维时间预测|47|2021-08-10|2021-07-16|
|17|[boyu-ai/Hands-on-RL](https://github.com/boyu-ai/Hands-on-RL)|https://hrl.boyuai.com/|41|2021-08-14|2021-08-08|
|18|[QikaiXu/Recommender-System-Pytorch](https://github.com/QikaiXu/Recommender-System-Pytorch)|基于 Pytorch 实现推荐系统相关的算法|38|2021-11-17|2021-07-10|
|19|[datawhalechina/powerful-numpy](https://github.com/datawhalechina/powerful-numpy)|巨硬的NumPy|37|2022-01-29|2021-10-15|
|18|[QikaiXu/Recommender-System-Pytorch](https://github.com/QikaiXu/Recommender-System-Pytorch)|基于 Pytorch 实现推荐系统相关的算法|39|2021-11-17|2021-07-10|
|19|[datawhalechina/powerful-numpy](https://github.com/datawhalechina/powerful-numpy)|巨硬的NumPy|38|2022-01-29|2021-10-15|
|20|[sunnyswag/StockRL](https://github.com/sunnyswag/StockRL)|在A股(股票)市场上训练强化学习交易智能体|37|2021-08-28|2021-04-18|
|21|[kevinfu1717/SuperInterstellarTerminal](https://github.com/kevinfu1717/SuperInterstellarTerminal)|【X世纪星际终端】A Wechat Social and AR Game: 基于微信聊天结合增强现实技术AR+LBS基于图像位置的轻社交星际漂流瓶游戏。向外太空发送漂流信息看看AI预测的外星人是长什么样的寻找身边的外星人,逗逗外星生物看看外星植物及外星建筑。Send the message to the outer space, find the aliens in the earth ...|33|2021-12-10|2021-08-01|
|22|[hansu1017/WSDM2022-Retention-Score-Prediction](https://github.com/hansu1017/WSDM2022-Retention-Score-Prediction)|WSDM2022留存预测挑战赛 第1名解决方案|32|2022-01-28|2022-01-28|
|23|[DIUx-xView/xview3-reference](https://github.com/DIUx-xView/xview3-reference)|Reference data processing code and model for the xView3 prize challenge.|31|2021-11-29|2021-08-31|
|24|[Hongyu-Yue/yoloV5_modify_smalltarget](https://github.com/Hongyu-Yue/yoloV5_modify_smalltarget)|YOLOV5 小目标检测修改版|31|2021-08-21|2021-08-21|
|23|[Hongyu-Yue/yoloV5_modify_smalltarget](https://github.com/Hongyu-Yue/yoloV5_modify_smalltarget)|YOLOV5 小目标检测修改版|32|2021-08-21|2021-08-21|
|24|[DIUx-xView/xview3-reference](https://github.com/DIUx-xView/xview3-reference)|Reference data processing code and model for the xView3 prize challenge.|31|2021-11-29|2021-08-31|
|25|[Prayforhanluo/CTR_Algorithm](https://github.com/Prayforhanluo/CTR_Algorithm)|一些经典的CTR算法的复现; LR, FM, FFM, AFM, DeepFMxDeepFM, PNN, DCN, DCNv2, DIFM, AutoInt, FiBiNet,DIN, DIEN ... pytorch, tf2.0|30|2022-01-19|2021-07-08|
|26|[buzhidaoshenme/YOLOX-OBB](https://github.com/buzhidaoshenme/YOLOX-OBB)|YOLOX in DOTA with KLD loss. (Oriented Object Detection)Rotated BBox基于YOLOX的旋转目标检测|29|2021-11-19|2021-09-18|
|27|[RMSnow/WWW2021](https://github.com/RMSnow/WWW2021)|This is the official repository to release the code and datasets in the paper "Mining Dual Emotion for Fake News Detection", WWW 2021.|29|2021-12-31|2021-02-08|
|28|[PaddlePaddle/PaddleSpatial](https://github.com/PaddlePaddle/PaddleSpatial)|PaddleSpatial is an open-source spatial-temporal computing tool based on PaddlePaddle. |27|2021-12-17|2021-07-12|
|29|[lansinuote/Machine-Learning-In-Numpy](https://github.com/lansinuote/Machine-Learning-In-Numpy)|纯python实现机器学习算法,非套用sk-learn|26|2021-11-08|2021-05-08|
|30|[EMUNES/Auto-Subtitle-File-Generation](https://github.com/EMUNES/Auto-Subtitle-File-Generation)|Generate subtitle files with timelines in an automatic way.|24|2021-11-09|2021-02-15|
|31|[KristiyanVachev/Leaf-Question-Generation](https://github.com/KristiyanVachev/Leaf-Question-Generation)|Easy to use and understand multiple-choice question generation algorithm using T5 Transformers.|23|2022-02-02|2021-10-04|
|30|[KristiyanVachev/Leaf-Question-Generation](https://github.com/KristiyanVachev/Leaf-Question-Generation)|Easy to use and understand multiple-choice question generation algorithm using T5 Transformers.|24|2022-02-02|2021-10-04|
|31|[EMUNES/Auto-Subtitle-File-Generation](https://github.com/EMUNES/Auto-Subtitle-File-Generation)|Generate subtitle files with timelines in an automatic way.|24|2021-11-09|2021-02-15|
|32|[accomdemy/accomdemy](https://github.com/accomdemy/accomdemy)|Welcome to Accomdemy! 歡迎來到伴伴學!|22|2021-12-24|2021-05-11|
|33|[yijixiuxin/chanlun](https://github.com/yijixiuxin/chanlun)|基于缠中说禅所理解的市场行情的分析工具|19|2021-12-18|2021-12-10|
|34|[hululuzhu/chinese-ai-writing-share](https://github.com/hululuzhu/chinese-ai-writing-share)|中文AI写作共享|18|2021-08-17|2021-06-15|

View File

@ -1,210 +1,210 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Kotlin
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[easychen/pushdeer](https://github.com/easychen/pushdeer)|开放源码的无App推送服务iOS14+扫码即用。🚧 快应用开发中|1292|2022-02-04|2021-12-16|
|2|[bytedance/btrace](https://github.com/bytedance/btrace)|🔥🔥 btrace(AKA RheaTrace) is a high performance Android trace tool which is based on Systrace, it support to define custom events automatically during building apk and using bhook to provider more nati ...|833|2022-01-26|2021-12-17|
|1|[easychen/pushdeer](https://github.com/easychen/pushdeer)|开放源码的无App推送服务iOS14+扫码即用。🚧 快应用开发中|1316|2022-02-05|2021-12-16|
|2|[bytedance/btrace](https://github.com/bytedance/btrace)|🔥🔥 btrace(AKA RheaTrace) is a high performance Android trace tool which is based on Systrace, it support to define custom events automatically during building apk and using bhook to provider more nati ...|834|2022-01-26|2021-12-17|
|3|[wuyr/intellij-media-player](https://github.com/wuyr/intellij-media-player)|【🐟摸鱼专用】上班偷偷看视频📺而不会被老板打🔨的IDE插件适配JetBrains全家桶|491|2021-09-01|2021-06-08|
|4|[miaowmiaow/fragmject](https://github.com/miaowmiaow/fragmject)|一个入门级的项目通过对Kotlin和Jetpack全家桶的系统运用实现的一个功能完备符合主流市场标准App。 代码简单,内容全面,知识详细,快速上手,对理解其他项目设计思想和封装技巧也很有帮助。|476|2022-01-29|2021-05-06|
|5|[huannan/XArch](https://github.com/huannan/XArch)|🔥🔥🔥Android架构最佳实践 - 手把手带你搭建一个优秀的Android项目架构|419|2021-12-28|2021-09-02|
|6|[fuusy/component-jetpack-mvvm](https://github.com/fuusy/component-jetpack-mvvm)|💖组件化+Jetpack+Kotlin+MVVM项目实战涉及Jetpack相关组件Kotlin相关技术协程+RetrofitPaging3+Room等。|387|2021-12-18|2021-04-29|
|7|[re-ovo/iwara4a](https://github.com/re-ovo/iwara4a)|基于Jetpack Compose开发的iwara安卓app (Unofficial Iwara Android Application)|307|2022-02-04|2021-03-20|
|7|[re-ovo/iwara4a](https://github.com/re-ovo/iwara4a)|基于Jetpack Compose开发的iwara安卓app (Unofficial Iwara Android Application)|310|2022-02-04|2021-03-20|
|8|[KwaiAppTeam/AkDanmaku](https://github.com/KwaiAppTeam/AkDanmaku)|一款利用游戏引擎理念打造的原生弹幕库|293|2021-12-30|2021-09-22|
|9|[gdutxiaoxu/AnchorTask](https://github.com/gdutxiaoxu/AnchorTask)|锚点任务,可以用来解决多线程加载任务依赖的问题。常见的,比如 Android 启动优化,通常会进行多线程异步加载|280|2021-09-15|2021-02-05|
|10|[trycatchx/RocketXPlugin](https://github.com/trycatchx/RocketXPlugin)|android 端编译加速插件🚀 |260|2022-01-25|2021-10-20|
|11|[allenymt/PrivacySentry](https://github.com/allenymt/PrivacySentry)|Android隐私合规检测注解+Asm修改字节码的检测方案|254|2022-01-19|2021-11-15|
|12|[Leon406/ToolsFx](https://github.com/Leon406/ToolsFx)|基于kotlin+tornadoFx开发的跨平台密码学工具箱.包含编解码,编码转换,加解密, 哈希,MAC,签名,二维码功能,ctf等实用功能,支持插件|251|2022-01-26|2021-06-30|
|13|[cdalwyn/PlayAndroid](https://github.com/cdalwyn/PlayAndroid)|:v::fist::wave:玩安卓Mvvm组件化客户端整合Jetpack组件DataBinding、ViewModel以及LiveData屏幕适配:heavy_check_mark:状态栏沉浸式:heavy_check_mark:黑夜模式:heavy_check_mark:无数据、加载失败状态页骨架屏、Koin依赖注入等|182|2021-12-03|2021-02-05|
|14|[anyRTC-UseCase/anyHouse](https://github.com/anyRTC-UseCase/anyHouse)|高仿 ClubHouse语音直播、语聊房、高音质、极速上麦开源 ClubHouse实现了Clubhouse的上麦下麦邀请语音音量提示等功能。|175|2021-12-14|2021-03-22|
|15|[Petterpx/FloatingX](https://github.com/Petterpx/FloatingX)|Android免权限悬浮窗支持全局、局部悬浮支持边缘吸附、回弹、自定义动画、位置保存、窗口化及分屏后位置修复等。Android without permission suspension window, support global, local suspension, support edge adsorption, rebound, custom animation, position s ...|170|2022-01-12|2021-05-31|
|16|[hyy920109/HighLightPro](https://github.com/hyy920109/HighLightPro)|A highlight lib and also it can be a simple popup window lib for android|165|2021-11-12|2021-04-02|
|17|[xjunz/AutoSkip](https://github.com/xjunz/AutoSkip)|基于Shizuku授权的安卓"自动跳过"工具|164|2022-01-18|2021-06-20|
|18|[577fkj/StatusBarLyric](https://github.com/577fkj/StatusBarLyric)|[Xposed] Status Bar Lyric / 状态栏歌词|124|2022-02-03|2021-11-20|
|19|[ydstar/AdapterKit](https://github.com/ydstar/AdapterKit)|对Recyclerview的adapter的封装,轻松实现各种复杂列表|116|2021-11-11|2021-03-23|
|20|[AranAndroid009/Mvvm](https://github.com/AranAndroid009/Mvvm)|-|115|2021-08-10|2021-04-23|
|21|[qqlittleice/MiuiHome](https://github.com/qqlittleice/MiuiHome)|[Xposed] Hook For MIUI Launcher / 针对MIUI桌面的自定义扩展|114|2022-02-04|2021-04-30|
|22|[DylanCaiCoding/ActivityResultLauncher](https://github.com/DylanCaiCoding/ActivityResultLauncher)|Replace startActivityForResult() method gracefully, based on the Activity Result API. (优雅地替代 startActivityForResult(),基于 Activity Result API)|112|2022-01-24|2021-05-30|
|23|[shenzhen2017/wanandroid-compose](https://github.com/shenzhen2017/wanandroid-compose)|Compose+MVI+Navigation实现wanAndroid客户端|107|2021-11-25|2021-10-25|
|24|[shenzhen2017/android-architecture](https://github.com/shenzhen2017/android-architecture)|追求android架构更佳实践~|104|2021-11-09|2021-10-20|
|25|[KitsunePie/QAssistant](https://github.com/KitsunePie/QAssistant)|兼具实用与美观于一身的 QQ 小帮手|97|2022-01-25|2021-03-12|
|26|[shenzhen2017/ComposeDouban](https://github.com/shenzhen2017/ComposeDouban)|Compose仿豆瓣榜单页面|95|2021-08-26|2021-08-22|
|27|[hi-dhl/KtKit](https://github.com/hi-dhl/KtKit)|KtKit 小巧而实用,用 Kotlin 语言编写的工具库(长期更新中)|94|2021-09-28|2021-08-01|
|28|[leavesCZY/compose_chat](https://github.com/leavesCZY/compose_chat)|🎁🎁🎁 用 Jetpack Compose 实现一个 IM APP|93|2022-01-25|2021-06-07|
|29|[zhujiang521/PlayWeather](https://github.com/zhujiang521/PlayWeather)|🔥🔥🔥 Compose、Lce、MVVM、深色模式、横屏、无网弱网适配、Room、Hilt、多语言切换目前Android最新的库基本全用上了你想要的都有🔥🔥🔥|88|2022-01-24|2021-10-30|
|30|[ultimateHandsomeBoy666/Particle](https://github.com/ultimateHandsomeBoy666/Particle)|A particle view library written in kotlin, easy to use|72|2021-10-11|2021-06-30|
|31|[behring/8x-flow-diagram](https://github.com/behring/8x-flow-diagram)|通过Kotlin DSL创建8x Flow建模图|71|2021-12-18|2021-10-11|
|32|[MatsuriDayo/Matsuri](https://github.com/MatsuriDayo/Matsuri)|Matsuri (茉莉) / Android proxy toolchain / 安卓代理应用 / Fork of SagerNet|69|2022-01-31|2021-11-30|
|33|[oooo7777777/VLibrary](https://github.com/oooo7777777/VLibrary)|MVVM+DataBinding+ViewModel+lifecycle+kotlin+liveData+Coroutines|69|2022-01-21|2021-03-12|
|34|[iftechio/SquareLayoutManager](https://github.com/iftechio/SquareLayoutManager)|小宇宙 App 广场组件,带惯性运动的二维矩阵卡片列表 UI自定义 LayoutManager + SnapHelper|68|2021-11-17|2021-02-08|
|35|[FuckAntiAddiction/BiligameAddictionNotLimited](https://github.com/FuckAntiAddiction/BiligameAddictionNotLimited)|B站游戏防沉迷不限制关键字:B站游戏 BiliBili游戏 实名认证 防沉迷|64|2021-10-30|2021-08-12|
|36|[KyuubiRan/EzXHelper](https://github.com/KyuubiRan/EzXHelper)|一个使Xposed模块开发变的更轻松的kotlin库|62|2022-02-04|2021-03-18|
|37|[linxiangcheer/PlayAndroid](https://github.com/linxiangcheer/PlayAndroid)|Jetpack Compose版本的WanAndroid|61|2021-09-30|2021-08-28|
|38|[shenzhen2017/compose-refreshlayout](https://github.com/shenzhen2017/compose-refreshlayout)|Compose版SmartRefreshLayout|60|2022-01-03|2021-09-22|
|39|[re-ovo/ASoulZhiWang](https://github.com/re-ovo/ASoulZhiWang)|ASOUL评论区小作文助手|58|2021-10-30|2021-07-05|
|40|[wangyiqian/StockChart](https://github.com/wangyiqian/StockChart)|StockChart是一款适用于Android的高扩展性、高性能股票图开发库轻松完成各种子图的组合还能灵活的定制自己的子图满足复杂的业务需求。|58|2022-01-13|2021-04-06|
|41|[Colter23/bilibili-dynamic-mirai-plugin](https://github.com/Colter23/bilibili-dynamic-mirai-plugin)|低延迟检测B站动态/直播的mirai-console插件|57|2022-01-29|2021-03-14|
|42|[zhoulinda/eyepetizer_kotlin](https://github.com/zhoulinda/eyepetizer_kotlin)|一款仿开眼短视频App分别采用MVP、MVVM两种模式实现。一、组件化 + Kotlin + MVP + RxJava + Retrofit + OkHttp 二、组件化 + Kotlin + MVVM + LiveData + DataBinding + Coroutines + RxJava + Retrofit + OkHttp |57|2021-11-06|2021-02-25|
|43|[congHu/DD_Monitor-android-kotlin](https://github.com/congHu/DD_Monitor-android-kotlin)|DD监控室安卓版Kotlin|54|2021-10-28|2021-03-24|
|44|[fmtjava/Jetpack_Compose_News](https://github.com/fmtjava/Jetpack_Compose_News)|基于Jetpack Compose实现的一款集新闻、视频、美图、音乐、天气等功能的资讯App,持续完善中...|52|2022-01-09|2021-06-13|
|45|[TaylorKunZhang/single-click](https://github.com/TaylorKunZhang/single-click)|A library that gracefully handles repeated clicks in Android.|52|2021-09-13|2021-03-20|
|46|[RC1844/MIUI_IME_Unlock](https://github.com/RC1844/MIUI_IME_Unlock)|解锁 MIUI 全面屏优化限制|51|2021-10-13|2021-03-18|
|47|[shenzhen2017/ComposeShimmer](https://github.com/shenzhen2017/ComposeShimmer)|简单易用的Compose版骨架屏|50|2021-09-23|2021-08-30|
|48|[duzhaokun123/BilibiliHD2](https://github.com/duzhaokun123/BilibiliHD2)|非官方哔哩哔哩客户端|48|2022-02-04|2021-04-11|
|49|[kongnanlive/StickyHeaderScrollView](https://github.com/kongnanlive/StickyHeaderScrollView)|支持吸顶Sticky滚动布局NestedScrollView嵌套RecyclerView解决CoordinatorLayout、AppBarLayout快速滑动fling停住卡住回弹抖动等bug|45|2021-08-12|2021-06-04|
|50|[Mr-lin930819/ComposeMany](https://github.com/Mr-lin930819/ComposeMany)|使用jetpack compose构建的app|43|2022-01-23|2021-03-03|
|51|[zyj1609wz/Startup](https://github.com/zyj1609wz/Startup)|android 启动库|42|2021-09-30|2021-09-29|
|52|[xiazunyang/discovery](https://github.com/xiazunyang/discovery)|辅助Android开发者在多模块工程间跨模块获取接口(或抽象类)的实现类的开源库可实现模块的顺序初始化、业务的动态组合等实现。基于AGP和ASM开发。|40|2021-12-29|2021-08-06|
|53|[CorruptedArk/did-i-take-my-meds](https://github.com/CorruptedArk/did-i-take-my-meds)|A Kotlin Android app to manage medications|39|2022-01-23|2021-07-02|
|54|[Leifzhang/AndroidStartup](https://github.com/Leifzhang/AndroidStartup)|启动有向无环图玩具工程|38|2022-02-04|2021-11-25|
|55|[Shouheng88/AndroidStartup](https://github.com/Shouheng88/AndroidStartup)|🔥 重整你的 Android 启动任务流:特别适用于组件化、异步任务、多进程等复杂场景。|38|2021-10-26|2021-05-02|
|56|[xluu233/ToastBox](https://github.com/xluu233/ToastBox)|Android toast吐司盒子可实现多种自定义风格|36|2021-12-14|2021-06-21|
|57|[liqvip/EasyView](https://github.com/liqvip/EasyView)|🔥🔥🔥一个小巧美观,支持圆角,描边,阴影的 Android 控件库,极度轻量,支持代码动态修改圆角、描边!|33|2022-01-21|2021-12-16|
|58|[gefangshuai/notion-text-snippets](https://github.com/gefangshuai/notion-text-snippets)|Notion和iOS快捷指令实现的快言快语功能|33|2021-12-13|2021-10-07|
|59|[oooo7777777/VLibraryPlugin](https://github.com/oooo7777777/VLibraryPlugin)|基于VLibrary代码模板插件|30|2022-01-17|2021-03-04|
|60|[heyanLE/EasyBangumi](https://github.com/heyanLE/EasyBangumi)|纯纯看番,追番和看番的安卓软件,多番剧源 -樱花动漫 -Bimibimi - AGE 动漫|29|2021-12-25|2021-10-05|
|61|[TabooLib/Chemdah](https://github.com/TabooLib/Chemdah)|远征任务框架|29|2022-02-04|2021-02-11|
|62|[geekvxyz/ContactBuilder](https://github.com/geekvxyz/ContactBuilder)|一个生成随机联系人的Android小程序|28|2021-11-28|2021-11-04|
|63|[leavesCZY/ASM_Transform](https://github.com/leavesCZY/ASM_Transform)|ASM Transform 字节码插桩实战|26|2022-01-26|2021-12-10|
|64|[fuusy/FuPerformance](https://github.com/fuusy/FuPerformance)|性能优化实战系列包含启动、内存、卡顿、电量、网络、app大小优化等。|26|2021-09-03|2021-08-09|
|65|[Nekoer/mirai-plugins-pixiv](https://github.com/Nekoer/mirai-plugins-pixiv)|可查看pixiv排行榜作者作品插画图片等等|26|2022-02-03|2021-07-30|
|66|[AoEiuV020/IAmNotDisabled](https://github.com/AoEiuV020/IAmNotDisabled)|我不是残疾人!|25|2022-01-30|2022-01-05|
|67|[Dboy233/Slotting](https://github.com/Dboy233/Slotting)|无痕埋点源码0入侵字节码插桩Transform+ASM|25|2022-01-24|2021-11-03|
|68|[wangdaqi77/P2M](https://github.com/wangdaqi77/P2M)|一个简单、高效、安全的Android组件化框架。|25|2022-01-24|2021-05-14|
|69|[mimoguz/tripeaks-gdx](https://github.com/mimoguz/tripeaks-gdx)|A simple tri peaks solitaire game using libGDX.|24|2021-10-31|2021-02-14|
|70|[baifan97/JingBeanAppWidget](https://github.com/baifan97/JingBeanAppWidget)|京豆小部件纯净版,完全开源|23|2022-01-26|2022-01-22|
|71|[lamprose/MIUltra](https://github.com/lamprose/MIUltra)|一个可能使MIUI更好用的xposed模块|23|2022-01-16|2021-08-23|
|72|[aistra0528/Hail](https://github.com/aistra0528/Hail)|冻结 Android 应用 Freeze Android apps 220117.5|23|2022-02-01|2021-08-12|
|73|[wangchenyan/wanandroid-compose](https://github.com/wangchenyan/wanandroid-compose)|Jetpack Compose 版本的「玩 Android」|23|2022-01-24|2021-05-07|
|74|[zhujiang521/Banner](https://github.com/zhujiang521/Banner)|🔥🔥🔥Android Compose Banner!!! 安卓 Compose 版本的 Banner欢迎大家体验|23|2021-12-20|2021-03-28|
|75|[dengzii/FundAssistant](https://github.com/dengzii/FundAssistant)|一个查看基金动态的 IDEA 插件|23|2021-12-14|2021-02-25|
|76|[LaoLittle/AutoGroup](https://github.com/LaoLittle/AutoGroup)|折磨群友之利器基于Mirai-Console|22|2022-01-21|2021-12-07|
|77|[TxcA/ManageStartActivity](https://github.com/TxcA/ManageStartActivity)|ActivityResultLauncher辅助类一行代码解决startActivityForResult过时问题。 基于registerForActivityResult实现满足日常使用需求。|22|2021-11-10|2021-09-23|
|78|[LinHeLurking/mirai-news-reporter](https://github.com/LinHeLurking/mirai-news-reporter)|一个简单的每日新闻速报/动画速报 mirai-console 插件|21|2021-11-22|2021-09-03|
|79|[yinshuai0324/ToastX](https://github.com/yinshuai0324/ToastX)|轻量级的Android吐司库底层使用SnackBar实现可以实现顶部弹出底部弹出。UI可高度定制。可自定义显示时长。提供简洁的APi调用|21|2021-11-21|2021-07-30|
|80|[liangjingkanji/Net-okhttp3](https://github.com/liangjingkanji/Net-okhttp3)|本仓库仅为Net支持 Android 5 (API level 21) 以下, 点击以下链接访问主仓库|21|2021-12-06|2021-05-25|
|81|[cssxsh/arknights-helper](https://github.com/cssxsh/arknights-helper)|mirai-console 插件开发计划|21|2022-01-20|2021-05-01|
|82|[Xiaro/MtF-Simulator](https://github.com/Xiaro/MtF-Simulator)|小药娘模拟器|20|2021-09-20|2021-09-04|
|83|[shjlone/lx-music-android](https://github.com/shjlone/lx-music-android)|洛雪音乐助手Android版|20|2021-09-07|2021-05-13|
|84|[lamprose/MIDock](https://github.com/lamprose/MIDock)|一个xposed模块将MIUI高斯模糊的搜索栏修改成Dock背景|20|2021-08-16|2021-05-07|
|85|[sionsxie/arms-template-plugin](https://github.com/sionsxie/arms-template-plugin)|-|20|2021-10-26|2021-04-19|
|86|[DylanCaiCoding/MMKV-KTX](https://github.com/DylanCaiCoding/MMKV-KTX)|Use MMKV with property delegates. (用属性委托的方式使用 MMKV)|19|2022-01-22|2021-09-24|
|87|[shenzhen2017/ComposeStateLayout](https://github.com/shenzhen2017/ComposeStateLayout)|简单易用的Compose版StateLayout|19|2021-09-20|2021-09-16|
|88|[LxzBUG/ScreenShare](https://github.com/LxzBUG/ScreenShare)|一行代码实现Android屏幕采集并编码H264|19|2021-08-17|2021-08-04|
|89|[nifengxiao/MVPArmsTemplatePlugin](https://github.com/nifengxiao/MVPArmsTemplatePlugin)|这是一个用于一键生成MVPArms相关代码的插件和MVPArmsTemplate全家桶功能基本一致兼容Android Studio4.1+|19|2022-01-18|2021-04-02|
|90|[mzdluo123/AntiSetu](https://github.com/mzdluo123/AntiSetu)|这么多setu机器人当然要有一个antisetu机器人啦|18|2021-10-23|2021-10-12|
|91|[RickyHal/EQList](https://github.com/RickyHal/EQList)|EQListE-QuickList是一款Kotlin实现的功能强大的RecyclerView渲染框架使用DSL方式快速构建RecyclerView无需实现Adapter和ViewHolder。|17|2022-01-23|2021-12-06|
|92|[catchpig/kmvvm](https://github.com/catchpig/kmvvm)|Kotlin+Flow+Retrofit+OKHttp+ViewBanding+ViewModel+LiveData封装的一个Kotlin版本的MVVM框架|17|2022-01-14|2021-10-27|
|93|[mzdluo123/SimpleGroupAuth](https://github.com/mzdluo123/SimpleGroupAuth)|简单的进群验证插件|17|2021-08-15|2021-08-02|
|94|[FreddyChen/Shine-Kotlin](https://github.com/FreddyChen/Shine-Kotlin)|基于Retrofit+Kotlin协程实现的Kotlin网络请求库封装支持GET/POST/PUT/DELETE请求、动态BaseUrl、请求头、请求/响应日志等。同时支持自定义Parser数据解析器用于解决不同返回数据Model。|16|2022-01-17|2022-01-12|
|95|[WizzXu/FastStartup](https://github.com/WizzXu/FastStartup)|FastStartup 有向无环图启动框架|16|2022-01-07|2021-12-17|
|96|[vitaviva/cmp-gobang](https://github.com/vitaviva/cmp-gobang)|Compose Multiplatform GoBang|16|2021-10-24|2021-10-17|
|97|[liyihuanx/LogApp](https://github.com/liyihuanx/LogApp)|Log日志输出工具|16|2021-12-31|2021-10-08|
|98|[leavesCZY/SmallestWidthGenerator](https://github.com/leavesCZY/SmallestWidthGenerator)|基于 SmallestWidth 屏幕适配方案生成 dimens 文件|16|2021-08-24|2021-08-21|
|99|[simplepeng/NineGridView](https://github.com/simplepeng/NineGridView)|🔥🔥🔥 -可能最通用的九宫格布局|16|2022-01-28|2021-05-08|
|100|[csieflyman/multi-projects-architecture-with-Ktor](https://github.com/csieflyman/multi-projects-architecture-with-Ktor)|A Ktor real world example built on multi-projects architecture|16|2021-12-26|2021-04-19|
|101|[Nthily/EasySWS](https://github.com/Nthily/EasySWS)|Use your phone as a steering wheel simulator! Suitable for Assetto Corsa / Assetto Corsa Competizione / F1。让你的手机变成虚拟方向盘适用于神力科莎神力科莎争锋F1 系列等赛车模拟游戏|15|2021-11-10|2021-10-04|
|102|[asforest/MShell](https://github.com/asforest/MShell)|一个Mirai机器人插件把QQ聊天窗口变成Shell透传来远程控制电脑或者服务器|15|2022-02-03|2021-09-13|
|103|[KyuubiRan/AkinatorHelper](https://github.com/KyuubiRan/AkinatorHelper)|Unlock the game!|15|2022-01-05|2021-09-03|
|104|[xluu233/mvvm_develop](https://github.com/xluu233/mvvm_develop)|mvvm+jetpack快速开发框架包括一些常用工具封账|15|2022-01-10|2021-07-23|
|105|[Alexxiaopang/KotlinKtx](https://github.com/Alexxiaopang/KotlinKtx)|常用库的拓展函数|15|2021-09-02|2021-03-18|
|106|[EroSagiri/QShell](https://github.com/EroSagiri/QShell)|-|15|2021-12-22|2021-03-01|
|107|[compose-museum/compose-code-helper](https://github.com/compose-museum/compose-code-helper)|An IDE plug-in for quick access to Jetpack Compose controls / 一个可以快速查阅 Jetpack Compose 控件的 IDE 插件|14|2021-12-23|2021-11-15|
|108|[vitaviva/compose-huarongdao](https://github.com/vitaviva/compose-huarongdao)|Compose版华容道|14|2021-08-26|2021-08-15|
|109|[mistletoe5215/MagicMistletoe](https://github.com/mistletoe5215/MagicMistletoe)|Android Multi Theme Switch Library ,use kotlin language ,coroutine ,and so on ...|14|2021-11-08|2021-07-27|
|110|[Xposed-Modules-Repo/cn.coderstory.miui.water](https://github.com/Xposed-Modules-Repo/cn.coderstory.miui.water)|淘米水|13|2022-01-19|2021-10-18|
|111|[jaydroid1024/JDispatcher](https://github.com/jaydroid1024/JDispatcher)|Android 组件生命周期分发框架,适用于组件化,模块化,启动优化等场景|13|2021-10-17|2021-07-29|
|112|[Quyunshuo/WanAndroidMVVM](https://github.com/Quyunshuo/WanAndroidMVVM)|MVVM版玩安卓|13|2022-01-09|2021-07-24|
|113|[chenliangj2ee/MyRetrofitGo](https://github.com/chenliangj2ee/MyRetrofitGo)|史上最精简的【带有二级缓存】的【网络请求】封装Kotlin语言实现Retrofit2 结合OkHttp3网络层ViewModel技术使用Kotlin协程加载网络数据并对网络层添加2级缓存功能——内存缓存和文件缓存同时针对ApiService接口通过注解的形式来配置是否显示loadingDiaog、是否启用缓存功能开发者可长按Activity后随时查看当前页面的所有网络请求LOG信息 ...|13|2021-08-10|2021-06-26|
|114|[super-cc/Kotlin-Jetpack-MVVM](https://github.com/super-cc/Kotlin-Jetpack-MVVM)|使用Kotlin+Jetpack搭建的MVVM简易框架|13|2022-01-16|2021-04-28|
|115|[cdalwyn/BaseMvvmScaffold](https://github.com/cdalwyn/BaseMvvmScaffold)|Mvvm组件化脚手架含测试样例|13|2022-01-21|2021-03-16|
|116|[Townwang/wechat](https://github.com/Townwang/wechat)|全网首发开发人员的微信API, 可无API,无权限实现三方app内一键关注公众号.一键加好友. 附带功能 -> 个人捐赠,支付宝直接捐赠功能. api 正在不断新增|13|2022-01-02|2021-02-22|
|117|[Shanyaliux/SerialPortSample](https://github.com/Shanyaliux/SerialPortSample)|一款Android蓝牙串口的工具包封装蓝牙串口的常用方法加速构建相关应用。|13|2022-01-20|2021-02-21|
|118|[IAmWilling/MediaPlayerServer](https://github.com/IAmWilling/MediaPlayerServer)|基于ExoPlayer音频播放服务|13|2021-12-22|2021-02-05|
|119|[re-ovo/RainMusic](https://github.com/re-ovo/RainMusic)|一个纯粹的网易云第三方app|12|2021-12-04|2021-10-06|
|120|[FuckAntiAddiction/BiligameTimeHeartbeatIntercept](https://github.com/FuckAntiAddiction/BiligameTimeHeartbeatIntercept)|B站游戏防沉迷时间拦截关键字:B站游戏 BiliBili游戏 实名认证 防沉迷 |12|2021-09-02|2021-08-05|
|121|[coder-pig/CpLightUpload](https://github.com/coder-pig/CpLightUpload)|一个轻量级的解耦上传库|12|2021-08-27|2021-07-30|
|122|[gnuf0rce/debug-helper](https://github.com/gnuf0rce/debug-helper)|mirai-console 插件开发计划|12|2022-01-27|2021-07-30|
|123|[netease-kit/WisdomEducation](https://github.com/netease-kit/WisdomEducation)|智慧云课堂是网易云信提供的在线互动课堂场景解决方案,基于在线教育场景提供多种课堂模式实践。专为线上课堂场景打造,覆盖多种班型的教学场景、全终端的接入能力,支持课程录制、白板互动、课程活跃度分析等远程课堂功能。在实现云课堂实时互动功能的基础上,还支持业务功能的灵活扩展,帮助您快速上线专属互动教学平台。|12|2022-01-24|2021-06-22|
|124|[YiXiXiao/KotlinJetpackCoroutineMVVM](https://github.com/YiXiXiao/KotlinJetpackCoroutineMVVM)|Kotlin+Jetpack+Databinding+协程+Retrofit+Glide+MMKV封装的MVVM快速开发框架 |12|2021-12-09|2021-03-15|
|125|[wuyr/DMifier](https://github.com/wuyr/DMifier)|适用于Android项目的IDEA插件用来自动生成DexMaker代码类似『ASM Bytecode Viewer』|11|2022-01-26|2022-01-26|
|126|[ParaParty/Ignotus](https://github.com/ParaParty/Ignotus)|鸽子群用的 SpringBoot 扩展库|11|2022-02-04|2021-11-20|
|127|[houxinlin/MiuiBottomNavigation](https://github.com/houxinlin/MiuiBottomNavigation)|仿小米应用商店底部按钮|11|2021-10-26|2021-10-12|
|128|[Gokr-ble/M3U8downloader_Android](https://github.com/Gokr-ble/M3U8downloader_Android)|基于Kotlin的Android平台简易M3U8视频下载器|11|2021-11-27|2021-06-29|
|129|[ffpy/port-mux](https://github.com/ffpy/port-mux)|Connect SSH, HTTP, VNC, etc. on same port. 在一个端口上连接SSH、HTTP、VNC等服务|11|2021-12-31|2021-06-16|
|130|[leavesCZY/compose_tetris](https://github.com/leavesCZY/compose_tetris)|用 Jetpack Compose 实现一个俄罗斯方块|11|2022-01-28|2021-06-03|
|131|[JackL124/FinalPermission](https://github.com/JackL124/FinalPermission)|🔥这可能是用法最简单且功能强大的Android动态权限申请框架之一了🔥|11|2021-12-08|2021-04-12|
|132|[sya-ri/EasySpigotAPI](https://github.com/sya-ri/EasySpigotAPI)|A library for easy use of the Spigot API|11|2021-11-23|2021-02-08|
|133|[Bistutu/BistuEmpty](https://github.com/Bistutu/BistuEmpty)|北京信息科技大学,Bistu,空教室查询|10|2021-12-22|2021-10-02|
|134|[Colter23/genshin-sign-mirai-plugin](https://github.com/Colter23/genshin-sign-mirai-plugin)|原神米游社签到Mirai插件|10|2022-01-15|2021-09-27|
|135|[cr330326/WanLearning](https://github.com/cr330326/WanLearning)|Kotlin 实战项目练习|10|2021-11-08|2021-09-14|
|136|[Peakmain/Video_Audio](https://github.com/Peakmain/Video_Audio)|Android音视频开发|10|2021-09-02|2021-08-19|
|137|[fengzhizi715/RxJava-Utils](https://github.com/fengzhizi715/RxJava-Utils)|在日常开发实践中,本人所积累的 RxJava 相关的工具类|10|2022-01-11|2021-07-10|
|138|[KurenaiRyu/im-sync-bot](https://github.com/KurenaiRyu/im-sync-bot)|im消息同步机器人现主要同步转发tg跟qq群。|10|2022-01-06|2021-06-30|
|139|[afkT/DevComponent](https://github.com/afkT/DevComponent)|:zap:【100% Kotlin 实现 Android 项目组件化示例代码】基于 Google JetPack AndroidX + Kotlin + Coroutines + MVVM 架构DataBinding、ViewModel、Lifecycle等最新技术栈进行组件化基础搭建使用 ARouter 方案实现组件化|10|2022-02-04|2021-02-28|
|140|[yangfeng1994/video-list-player](https://github.com/yangfeng1994/video-list-player)|使用RecyclerView+ExoPlayer 模仿抖音上下无缝滑动视频播放。没有使用ViewPager2的原因是Fragment太重内存消耗太大。当有使用ViewPager2效果的时候没有必要可以选择这个方式更轻量化。有一点需要注意在有键盘弹出的界面RecyclerView的 onScrollStateChanged 监听方法键盘弹出时会被触发调用demo中有配合使用ExoPl ...|9|2021-12-14|2021-12-12|
|141|[Nekoer/tencent-guild-protocol](https://github.com/Nekoer/tencent-guild-protocol)|QQ频道的机器人Java/Kotlin SDK|9|2022-01-26|2021-12-03|
|142|[jirywell/MvvmLazy-kotlin](https://github.com/jirywell/MvvmLazy-kotlin)|🔥Android懒人框架,基于谷歌最新AAC架构MVVM设计模式,组件化开发的一套快速开发库整合Okhttp+协程+Retrofit+Glide等主流模块满足日常开发需求。使用该框架可以快速开发一个高质量、易维护的Android应用|9|2022-01-15|2021-10-19|
|143|[kono-dada/doudizhu](https://github.com/kono-dada/doudizhu)|一个能在QQ上斗地主的mirai插件|9|2021-10-09|2021-09-06|
|144|[zsqw123/CatInject](https://github.com/zsqw123/CatInject)|一个服务发现框架, 无反射使用Gradle Transform API实现的自动化依赖注入, 用了就会成猫猫一样可爱!!|9|2021-11-06|2021-08-29|
|145|[anyRTC-UseCase/StudyLive](https://github.com/anyRTC-UseCase/StudyLive)|StudyLive是anyRTC开发的示例项目演示了如何通过anyRTC云服务配合anyRTC RTC SDK、anyRTC RTM SDK、anyRTC播放插件实现在线自习室的场景。|9|2021-12-14|2021-08-27|
|146|[shenbengit/WebRTC-SRS](https://github.com/shenbengit/WebRTC-SRS)|Android WebRTC 向 SRS 服务器推拉流|9|2022-01-12|2021-08-20|
|147|[gnuf0rce/github-helper](https://github.com/gnuf0rce/github-helper)|mirai-console 插件开发计划|9|2022-01-20|2021-08-11|
|148|[xiazunyang/reinforcer](https://github.com/xiazunyang/reinforcer)|基于360加固助手的gradle插件可以在打包任务结束后自动执行加固操作并输出至指定的目录下。|9|2022-01-28|2021-07-22|
|149|[anyRTC-UseCase/VideoLive](https://github.com/anyRTC-UseCase/VideoLive)|anyRTC视频连麦直播demo完整的演示了如何动态设置分辨率如何设置视频布局以及连麦申请流程本示例包含实时音视频、本地旁路推流以及服务端旁路推流互动连麦三种方式。适合秀场直播、PK连麦、互动大班课等场景|9|2021-12-14|2021-07-09|
|150|[8kEatRadish/OneStepMessage](https://github.com/8kEatRadish/OneStepMessage)|替代EventBus基于ViewModel和LiveData的消息总线框架|9|2021-12-13|2021-02-19|
|151|[xuexiangjys/TemplateAppProject-kotlin](https://github.com/xuexiangjys/TemplateAppProject-kotlin)|Android空壳模板工程(kotlin版本)快速搭建集成了XUI、XUtil、XAOP、XPage、XUpdate、XHttp2、友盟统计和walle多渠道打包)|8|2022-01-02|2022-01-02|
|152|[ITxiaoguang/BiometricHelper](https://github.com/ITxiaoguang/BiometricHelper)|指纹识别,面部识别,自定义弹窗,用法超级简单|8|2022-01-12|2021-12-30|
|153|[liangjingkanji/spannable](https://github.com/liangjingkanji/spannable)|首个支持替换/正则匹配Spannable的库, 创建SpannableString和创建字符串一样简单|8|2022-01-17|2021-12-27|
|154|[gstory0404/file_preview](https://github.com/gstory0404/file_preview)|A plug-in that supports flutter preview files,Flutter文档预览|8|2022-01-17|2021-12-25|
|155|[WsureGuild/qq-official-guild-bot](https://github.com/WsureGuild/qq-official-guild-bot)|kotlin+okhttp的qq频道bot官方websocket协议实现|8|2022-01-28|2021-11-28|
|156|[ldlywt/MyCameraX](https://github.com/ldlywt/MyCameraX)|Android 使用 CameraX 快速实现仿微信短视频录制(轻触拍照、长按录像)|8|2022-01-04|2021-11-27|
|157|[LaoLittle/Molly](https://github.com/LaoLittle/Molly)|茉莉云机器人 for Mirai-Console|8|2022-01-27|2021-11-26|
|158|[fffguo/qianmi-idea-plugin](https://github.com/fffguo/qianmi-idea-plugin)|千米的idea插件|8|2022-01-29|2021-10-25|
|159|[taxeric/PokeCompose](https://github.com/taxeric/PokeCompose)|compose实践宝可梦信息展示|8|2021-11-02|2021-08-21|
|160|[DRSalieri/English-Helper](https://github.com/DRSalieri/English-Helper)|-|8|2021-09-01|2021-08-02|
|161|[niltok/tesseract-lite](https://github.com/niltok/tesseract-lite)|轻量级 Telegram QQ 转发机器人|8|2021-09-26|2021-07-07|
|162|[bbggo/WanAndroid](https://github.com/bbggo/WanAndroid)|🔥 🔥 🔥 一个充满设计感的WanAndroid APP采用Kotlin 语言组件化MVVM+JetPack架构设计Arouter、LiveData、ViewModel、Hilt、Room、Retrofit2、协程Coroutines、Flow等流行技术。|8|2021-11-04|2021-05-28|
|163|[exciter-z/MentosWeb](https://github.com/exciter-z/MentosWeb)|一款轻巧而又功能强大的Android WebView支持跨进程通信、支持JsBridge、具备强大的扩展能力。|7|2022-01-21|2022-01-18|
|164|[xuexiangjys/TemplateSimpleProject-kotlin](https://github.com/xuexiangjys/TemplateSimpleProject-kotlin)|简化版的Android空壳模版工程(kotlin版本)快速搭建集成了XUI、XUtil、XAOP、XPage、友盟统计和walle多渠道打包)|7|2022-01-02|2021-12-30|
|165|[gstory0404/flutter_pangrowth](https://github.com/gstory0404/flutter_pangrowth)|字节跳动 穿山甲广告SDK 穿山甲内容合作 内容输出 flutter版本插件|7|2021-12-28|2021-12-08|
|166|[luxiao0314/camera-compose-desktop](https://github.com/luxiao0314/camera-compose-desktop)|基于compose desktop开发的相机桌面工具|7|2021-12-15|2021-11-24|
|167|[cssxsh/mirai-selenium-plugin](https://github.com/cssxsh/mirai-selenium-plugin)|mirai-console 插件开发计划|7|2022-02-04|2021-11-23|
|168|[bigmao1/AntiZhaPian](https://github.com/bigmao1/AntiZhaPian)|假的反诈中心|7|2022-01-05|2021-11-11|
|169|[JankingWon/ViewPerf](https://github.com/JankingWon/ViewPerf)|[Xposed模块]检测View测量、布局和绘制性能|7|2022-01-03|2021-10-25|
|170|[vitaviva/ComposeWaveLoading](https://github.com/vitaviva/ComposeWaveLoading)|Compose 波浪效果进度加载|7|2021-09-22|2021-09-16|
|171|[jenly1314/Location](https://github.com/jenly1314/Location)|:round_pushpin: Location 是一个通过 Android 自带的 LocationManager 来实现的定位功能|7|2021-09-10|2021-09-09|
|172|[bingling-sama/BakaHDT](https://github.com/bingling-sama/BakaHDT)|为Minecraft魔改交流群定制的QQ bot|7|2022-01-27|2021-07-10|
|173|[EspoirX/KvPref](https://github.com/EspoirX/KvPref)|基于属性委托的 key-value 方式存储封装|7|2021-11-26|2021-06-24|
|174|[limbang/mirai-console-mcmod-plugin](https://github.com/limbang/mirai-console-mcmod-plugin)|mirai console plugin MC百科|7|2022-02-01|2021-05-24|
|175|[jzmanu/MediaSamples](https://github.com/jzmanu/MediaSamples)|Android音视频开发Samples.|7|2021-09-24|2021-04-16|
|176|[Nambers/Mirai-TuLingBot](https://github.com/Nambers/Mirai-TuLingBot)|Mirai机器人接入图灵|7|2022-01-30|2021-03-09|
|177|[MeowCat-Studio/mirai-message-source](https://github.com/MeowCat-Studio/mirai-message-source)|A implementation of message source. 消息源的mirai(Tencent-QQ)实现|7|2022-01-20|2021-02-19|
|178|[Samarium150/mirai-console-drift-bottle](https://github.com/Samarium150/mirai-console-drift-bottle)|mirai-console的漂流瓶插件|6|2022-01-29|2021-12-08|
|179|[XayahSuSuSu/Android-DataBackup](https://github.com/XayahSuSuSu/Android-DataBackup)|数据备份|6|2022-01-06|2021-11-22|
|180|[XuQK/KDQrScanner](https://github.com/XuQK/KDQrScanner)|利用 Google ML 训练出来的二维码识别器写出来的二维码识别库。|6|2021-08-31|2021-08-13|
|181|[Project-QForum/QForum](https://github.com/Project-QForum/QForum)|QForum is a Lightweight Forum System. QForum 是一个轻量级的论坛系统。|6|2022-01-16|2021-08-01|
|182|[dora4/DoraCacheSample](https://github.com/dora4/DoraCacheSample)|android缓存框架dcache【https://github.com/dora4/dcache-android】 的使用|6|2021-12-06|2021-06-19|
|183|[dora4/dcache-android](https://github.com/dora4/dcache-android)|一个使用在Android平台的数据缓存框架支持将model数据从后端接口下载后简单的配置即可自动映射到数据库并在断网的情况下可以离线读取。|6|2021-12-25|2021-06-19|
|184|[shenbengit/TTSTool](https://github.com/shenbengit/TTSTool)|科大讯飞离线语音Text to SpeechTTS|6|2021-12-16|2021-05-17|
|185|[Amifeng/MVVM-Project-Hilt](https://github.com/Amifeng/MVVM-Project-Hilt)|基于Android Jetpack组件搭建MVVM架构 ,包括 Hilt + Room + ViewModel + LiveData + Work|6|2021-12-17|2021-04-11|
|186|[simplepeng/AddImageView](https://github.com/simplepeng/AddImageView)|🔥🔥🔥 - 选择照片的自定义九宫格View扩展性极高。|6|2021-12-05|2021-04-08|
|187|[luhenchang/ComposeUnit](https://github.com/luhenchang/ComposeUnit)|第一款炫酷的Compose应用|6|2021-12-28|2021-03-30|
|188|[xluu233/AndroidStorageDemo](https://github.com/xluu233/AndroidStorageDemo)|适配Android11分区存储各版本权限行为变化介绍|6|2021-11-10|2021-03-19|
|189|[NextAlone/InstallerPlus](https://github.com/NextAlone/InstallerPlus)|A Xposed Module that add more feature for Package Installer|6|2021-11-26|2021-03-09|
|190|[project-mirai/mirai-sponsor](https://github.com/project-mirai/mirai-sponsor)|mirai项目的赞助透明化金额流向公示|6|2021-12-25|2021-03-01|
|191|[1024xiaoshen/1204doumei](https://github.com/1024xiaoshen/1204doumei)|1024抖音妹子|5|2021-12-05|2021-12-05|
|192|[heyanLE/okkv](https://github.com/heyanLE/okkv)|一个好用的 数据 持久化工具 |5|2021-12-06|2021-11-24|
|193|[Sz-song/requestPermission](https://github.com/Sz-song/requestPermission)|Android 自定义权限请求框架,可以自定义请求前的解释,和权限拒绝后的弹框请求。|5|2021-11-27|2021-11-17|
|194|[MissDelia/DeliaRouter](https://github.com/MissDelia/DeliaRouter)|一个用于Android组件化开发的路由模块|5|2021-11-10|2021-11-04|
|195|[ITxiaoguang/FilePicker](https://github.com/ITxiaoguang/FilePicker)|一款超强的文件选择框架。A super file picker framework.|5|2021-10-28|2021-10-23|
|196|[jenly1314/AppMonitor](https://github.com/jenly1314/AppMonitor)|:dart: AppMonitor 可以轻松的监听App的前后台状态变化Activity的活跃状态变化设备的开关屏状态变化|5|2021-09-02|2021-08-31|
|197|[only52607/LuaMiraiForAndroid](https://github.com/only52607/LuaMiraiForAndroid)|LuaMirai安卓客户端|5|2021-09-06|2021-08-16|
|198|[tsukiseele/ASMROnlineSpider](https://github.com/tsukiseele/ASMROnlineSpider)|一个简单的ASMR在线爬虫|5|2021-08-08|2021-08-08|
|199|[dkinging/BtcPlugin](https://github.com/dkinging/BtcPlugin)|Mirai插件 - 火币网行情查询插件|5|2021-10-31|2021-06-01|
|200|[aoe-iu/SmartKey](https://github.com/aoe-iu/SmartKey)|replace “平x安x门x禁”、“宝x安x视x频x门x禁” Mini Program|5|2021-09-09|2021-05-26|
|9|[trycatchx/RocketXPlugin](https://github.com/trycatchx/RocketXPlugin)|android 端编译加速插件🚀 |260|2022-01-25|2021-10-20|
|10|[allenymt/PrivacySentry](https://github.com/allenymt/PrivacySentry)|Android隐私合规检测,注解+Asm修改字节码的检测方案|254|2022-01-19|2021-11-15|
|11|[Leon406/ToolsFx](https://github.com/Leon406/ToolsFx)|基于kotlin+tornadoFx开发的跨平台密码学工具箱.包含编解码,编码转换,加解密, 哈希,MAC,签名,二维码功能,ctf等实用功能,支持插件|251|2022-01-26|2021-06-30|
|12|[anyRTC-UseCase/anyHouse](https://github.com/anyRTC-UseCase/anyHouse)|高仿 ClubHouse语音直播、语聊房、高音质、极速上麦开源 ClubHouse实现了Clubhouse的上麦下麦邀请语音音量提示等功能。|175|2021-12-14|2021-03-22|
|13|[Petterpx/FloatingX](https://github.com/Petterpx/FloatingX)|Android免权限悬浮窗支持全局、局部悬浮支持边缘吸附、回弹、自定义动画、位置保存、窗口化及分屏后位置修复等。Android without permission suspension window, support global, local suspension, support edge adsorption, rebound, custom animation, position s ...|170|2022-01-12|2021-05-31|
|14|[hyy920109/HighLightPro](https://github.com/hyy920109/HighLightPro)|A highlight lib and also it can be a simple popup window lib for android|165|2021-11-12|2021-04-02|
|15|[xjunz/AutoSkip](https://github.com/xjunz/AutoSkip)|基于Shizuku授权的安卓"自动跳过"工具|164|2022-01-18|2021-06-20|
|16|[577fkj/StatusBarLyric](https://github.com/577fkj/StatusBarLyric)|[Xposed] Status Bar Lyric / 状态栏歌词|125|2022-02-05|2021-11-20|
|17|[ydstar/AdapterKit](https://github.com/ydstar/AdapterKit)|对Recyclerview的adapter的封装,轻松实现各种复杂列表|116|2021-11-11|2021-03-23|
|18|[AranAndroid009/Mvvm](https://github.com/AranAndroid009/Mvvm)|-|115|2021-08-10|2021-04-23|
|19|[qqlittleice/MiuiHome](https://github.com/qqlittleice/MiuiHome)|[Xposed] Hook For MIUI Launcher / 针对MIUI桌面的自定义扩展|114|2022-02-05|2021-04-30|
|20|[DylanCaiCoding/ActivityResultLauncher](https://github.com/DylanCaiCoding/ActivityResultLauncher)|Replace startActivityForResult() method gracefully, based on the Activity Result API. (优雅地替代 startActivityForResult(),基于 Activity Result API)|112|2022-01-24|2021-05-30|
|21|[shenzhen2017/wanandroid-compose](https://github.com/shenzhen2017/wanandroid-compose)|Compose+MVI+Navigation实现wanAndroid客户端|107|2021-11-25|2021-10-25|
|22|[shenzhen2017/android-architecture](https://github.com/shenzhen2017/android-architecture)|追求android架构更佳实践~|104|2021-11-09|2021-10-20|
|23|[KitsunePie/QAssistant](https://github.com/KitsunePie/QAssistant)|兼具实用与美观于一身的 QQ 小帮手|97|2022-01-25|2021-03-12|
|24|[shenzhen2017/ComposeDouban](https://github.com/shenzhen2017/ComposeDouban)|Compose仿豆瓣榜单页面|95|2021-08-26|2021-08-22|
|25|[hi-dhl/KtKit](https://github.com/hi-dhl/KtKit)|KtKit 小巧而实用,用 Kotlin 语言编写的工具库(长期更新中)|94|2021-09-28|2021-08-01|
|26|[leavesCZY/compose_chat](https://github.com/leavesCZY/compose_chat)|🎁🎁🎁 用 Jetpack Compose 实现一个 IM APP|93|2022-01-25|2021-06-07|
|27|[zhujiang521/PlayWeather](https://github.com/zhujiang521/PlayWeather)|🔥🔥🔥 Compose、Lce、MVVM、深色模式、横屏、无网弱网适配、Room、Hilt、多语言切换目前Android最新的库基本全用上了你想要的都有🔥🔥🔥|88|2022-01-24|2021-10-30|
|28|[ultimateHandsomeBoy666/Particle](https://github.com/ultimateHandsomeBoy666/Particle)|A particle view library written in kotlin, easy to use|72|2021-10-11|2021-06-30|
|29|[MatsuriDayo/Matsuri](https://github.com/MatsuriDayo/Matsuri)|Matsuri (茉莉) / Android proxy toolchain / 安卓代理应用 / Fork of SagerNet|71|2022-02-05|2021-11-30|
|30|[behring/8x-flow-diagram](https://github.com/behring/8x-flow-diagram)|通过Kotlin DSL创建8x Flow建模图|71|2021-12-18|2021-10-11|
|31|[oooo7777777/VLibrary](https://github.com/oooo7777777/VLibrary)|MVVM+DataBinding+ViewModel+lifecycle+kotlin+liveData+Coroutines|69|2022-01-21|2021-03-12|
|32|[iftechio/SquareLayoutManager](https://github.com/iftechio/SquareLayoutManager)|小宇宙 App 广场组件,带惯性运动的二维矩阵卡片列表 UI自定义 LayoutManager + SnapHelper|68|2021-11-17|2021-02-08|
|33|[FuckAntiAddiction/BiligameAddictionNotLimited](https://github.com/FuckAntiAddiction/BiligameAddictionNotLimited)|B站游戏防沉迷不限制关键字:B站游戏 BiliBili游戏 实名认证 防沉迷|64|2021-10-30|2021-08-12|
|34|[KyuubiRan/EzXHelper](https://github.com/KyuubiRan/EzXHelper)|一个使Xposed模块开发变的更轻松的kotlin库|62|2022-02-05|2021-03-18|
|35|[linxiangcheer/PlayAndroid](https://github.com/linxiangcheer/PlayAndroid)|Jetpack Compose版本的WanAndroid|61|2021-09-30|2021-08-28|
|36|[shenzhen2017/compose-refreshlayout](https://github.com/shenzhen2017/compose-refreshlayout)|Compose版SmartRefreshLayout|60|2022-01-03|2021-09-22|
|37|[re-ovo/ASoulZhiWang](https://github.com/re-ovo/ASoulZhiWang)|ASOUL评论区小作文助手|58|2021-10-30|2021-07-05|
|38|[wangyiqian/StockChart](https://github.com/wangyiqian/StockChart)|StockChart是一款适用于Android的高扩展性、高性能股票图开发库轻松完成各种子图的组合还能灵活的定制自己的子图满足复杂的业务需求。|58|2022-01-13|2021-04-06|
|39|[Colter23/bilibili-dynamic-mirai-plugin](https://github.com/Colter23/bilibili-dynamic-mirai-plugin)|低延迟检测B站动态/直播的mirai-console插件|57|2022-02-05|2021-03-14|
|40|[zhoulinda/eyepetizer_kotlin](https://github.com/zhoulinda/eyepetizer_kotlin)|一款仿开眼短视频App分别采用MVP、MVVM两种模式实现。一、组件化 + Kotlin + MVP + RxJava + Retrofit + OkHttp 二、组件化 + Kotlin + MVVM + LiveData + DataBinding + Coroutines + RxJava + Retrofit + OkHttp |57|2021-11-06|2021-02-25|
|41|[congHu/DD_Monitor-android-kotlin](https://github.com/congHu/DD_Monitor-android-kotlin)|DD监控室安卓版Kotlin|54|2021-10-28|2021-03-24|
|42|[fmtjava/Jetpack_Compose_News](https://github.com/fmtjava/Jetpack_Compose_News)|基于Jetpack Compose实现的一款集新闻、视频、美图、音乐、天气等功能的资讯App,持续完善中...|52|2022-01-09|2021-06-13|
|43|[TaylorKunZhang/single-click](https://github.com/TaylorKunZhang/single-click)|A library that gracefully handles repeated clicks in Android.|52|2021-09-13|2021-03-20|
|44|[RC1844/MIUI_IME_Unlock](https://github.com/RC1844/MIUI_IME_Unlock)|解锁 MIUI 全面屏优化限制|51|2021-10-13|2021-03-18|
|45|[shenzhen2017/ComposeShimmer](https://github.com/shenzhen2017/ComposeShimmer)|简单易用的Compose版骨架屏|50|2021-09-23|2021-08-30|
|46|[duzhaokun123/BilibiliHD2](https://github.com/duzhaokun123/BilibiliHD2)|非官方哔哩哔哩客户端|47|2022-02-04|2021-04-11|
|47|[kongnanlive/StickyHeaderScrollView](https://github.com/kongnanlive/StickyHeaderScrollView)|支持吸顶Sticky滚动布局NestedScrollView嵌套RecyclerView解决CoordinatorLayout、AppBarLayout快速滑动fling停住卡住回弹抖动等bug|45|2021-08-12|2021-06-04|
|48|[Mr-lin930819/ComposeMany](https://github.com/Mr-lin930819/ComposeMany)|使用jetpack compose构建的app|43|2022-01-23|2021-03-03|
|49|[zyj1609wz/Startup](https://github.com/zyj1609wz/Startup)|android 启动库|42|2021-09-30|2021-09-29|
|50|[xiazunyang/discovery](https://github.com/xiazunyang/discovery)|辅助Android开发者在多模块工程间跨模块获取接口(或抽象类)的实现类的开源库可实现模块的顺序初始化、业务的动态组合等实现。基于AGP和ASM开发。|40|2021-12-29|2021-08-06|
|51|[CorruptedArk/did-i-take-my-meds](https://github.com/CorruptedArk/did-i-take-my-meds)|A Kotlin Android app to manage medications|39|2022-02-05|2021-07-02|
|52|[Leifzhang/AndroidStartup](https://github.com/Leifzhang/AndroidStartup)|启动有向无环图玩具工程|38|2022-02-04|2021-11-25|
|53|[Shouheng88/AndroidStartup](https://github.com/Shouheng88/AndroidStartup)|🔥 重整你的 Android 启动任务流:特别适用于组件化、异步任务、多进程等复杂场景。|38|2021-10-26|2021-05-02|
|54|[xluu233/ToastBox](https://github.com/xluu233/ToastBox)|Android toast吐司盒子可实现多种自定义风格|36|2021-12-14|2021-06-21|
|55|[liqvip/EasyView](https://github.com/liqvip/EasyView)|🔥🔥🔥一个小巧美观,支持圆角,描边,阴影的 Android 控件库,极度轻量,支持代码动态修改圆角、描边!|33|2022-01-21|2021-12-16|
|56|[gefangshuai/notion-text-snippets](https://github.com/gefangshuai/notion-text-snippets)|Notion和iOS快捷指令实现的快言快语功能|33|2021-12-13|2021-10-07|
|57|[oooo7777777/VLibraryPlugin](https://github.com/oooo7777777/VLibraryPlugin)|基于VLibrary代码模板插件|30|2022-01-17|2021-03-04|
|58|[heyanLE/EasyBangumi](https://github.com/heyanLE/EasyBangumi)|纯纯看番,追番和看番的安卓软件,多番剧源 -樱花动漫 -Bimibimi - AGE 动漫|29|2021-12-25|2021-10-05|
|59|[TabooLib/Chemdah](https://github.com/TabooLib/Chemdah)|远征任务框架|29|2022-02-04|2021-02-11|
|60|[geekvxyz/ContactBuilder](https://github.com/geekvxyz/ContactBuilder)|一个生成随机联系人的Android小程序|28|2021-11-28|2021-11-04|
|61|[leavesCZY/ASM_Transform](https://github.com/leavesCZY/ASM_Transform)|ASM Transform 字节码插桩实战|26|2022-01-26|2021-12-10|
|62|[fuusy/FuPerformance](https://github.com/fuusy/FuPerformance)|性能优化实战系列包含启动、内存、卡顿、电量、网络、app大小优化等。|26|2021-09-03|2021-08-09|
|63|[Nekoer/mirai-plugins-pixiv](https://github.com/Nekoer/mirai-plugins-pixiv)|可查看pixiv排行榜作者作品插画图片等等|26|2022-02-03|2021-07-30|
|64|[AoEiuV020/IAmNotDisabled](https://github.com/AoEiuV020/IAmNotDisabled)|我不是残疾人!|25|2022-01-30|2022-01-05|
|65|[Dboy233/Slotting](https://github.com/Dboy233/Slotting)|无痕埋点源码0入侵字节码插桩Transform+ASM|25|2022-01-24|2021-11-03|
|66|[wangdaqi77/P2M](https://github.com/wangdaqi77/P2M)|一个简单、高效、安全的Android组件化框架。|25|2022-01-24|2021-05-14|
|67|[mimoguz/tripeaks-gdx](https://github.com/mimoguz/tripeaks-gdx)|A simple tri peaks solitaire game using libGDX.|24|2021-10-31|2021-02-14|
|68|[baifan97/JingBeanAppWidget](https://github.com/baifan97/JingBeanAppWidget)|京豆小部件纯净版,完全开源|23|2022-01-26|2022-01-22|
|69|[lamprose/MIUltra](https://github.com/lamprose/MIUltra)|一个可能使MIUI更好用的xposed模块|23|2022-01-16|2021-08-23|
|70|[aistra0528/Hail](https://github.com/aistra0528/Hail)|冻结 Android 应用 Freeze Android apps 220117.5|23|2022-02-01|2021-08-12|
|71|[wangchenyan/wanandroid-compose](https://github.com/wangchenyan/wanandroid-compose)|Jetpack Compose 版本的「玩 Android」|23|2022-01-24|2021-05-07|
|72|[zhujiang521/Banner](https://github.com/zhujiang521/Banner)|🔥🔥🔥Android Compose Banner!!! 安卓 Compose 版本的 Banner欢迎大家体验|23|2021-12-20|2021-03-28|
|73|[dengzii/FundAssistant](https://github.com/dengzii/FundAssistant)|一个查看基金动态的 IDEA 插件|23|2021-12-14|2021-02-25|
|74|[LaoLittle/AutoGroup](https://github.com/LaoLittle/AutoGroup)|折磨群友之利器基于Mirai-Console|22|2022-01-21|2021-12-07|
|75|[TxcA/ManageStartActivity](https://github.com/TxcA/ManageStartActivity)|ActivityResultLauncher辅助类一行代码解决startActivityForResult过时问题。 基于registerForActivityResult实现满足日常使用需求。|22|2021-11-10|2021-09-23|
|76|[LinHeLurking/mirai-news-reporter](https://github.com/LinHeLurking/mirai-news-reporter)|一个简单的每日新闻速报/动画速报 mirai-console 插件|21|2021-11-22|2021-09-03|
|77|[yinshuai0324/ToastX](https://github.com/yinshuai0324/ToastX)|轻量级的Android吐司库底层使用SnackBar实现可以实现顶部弹出底部弹出。UI可高度定制。可自定义显示时长。提供简洁的APi调用|21|2021-11-21|2021-07-30|
|78|[liangjingkanji/Net-okhttp3](https://github.com/liangjingkanji/Net-okhttp3)|本仓库仅为Net支持 Android 5 (API level 21) 以下, 点击以下链接访问主仓库|21|2021-12-06|2021-05-25|
|79|[cssxsh/arknights-helper](https://github.com/cssxsh/arknights-helper)|mirai-console 插件开发计划|21|2022-02-05|2021-05-01|
|80|[Xiaro/MtF-Simulator](https://github.com/Xiaro/MtF-Simulator)|小药娘模拟器|20|2021-09-20|2021-09-04|
|81|[shjlone/lx-music-android](https://github.com/shjlone/lx-music-android)|洛雪音乐助手Android版|20|2021-09-07|2021-05-13|
|82|[lamprose/MIDock](https://github.com/lamprose/MIDock)|一个xposed模块将MIUI高斯模糊的搜索栏修改成Dock背景|20|2021-08-16|2021-05-07|
|83|[sionsxie/arms-template-plugin](https://github.com/sionsxie/arms-template-plugin)|-|20|2021-10-26|2021-04-19|
|84|[DylanCaiCoding/MMKV-KTX](https://github.com/DylanCaiCoding/MMKV-KTX)|Use MMKV with property delegates. (用属性委托的方式使用 MMKV)|19|2022-01-22|2021-09-24|
|85|[shenzhen2017/ComposeStateLayout](https://github.com/shenzhen2017/ComposeStateLayout)|简单易用的Compose版StateLayout|19|2021-09-20|2021-09-16|
|86|[LxzBUG/ScreenShare](https://github.com/LxzBUG/ScreenShare)|一行代码实现Android屏幕采集并编码H264|19|2021-08-17|2021-08-04|
|87|[nifengxiao/MVPArmsTemplatePlugin](https://github.com/nifengxiao/MVPArmsTemplatePlugin)|这是一个用于一键生成MVPArms相关代码的插件和MVPArmsTemplate全家桶功能基本一致兼容Android Studio4.1+|19|2022-01-18|2021-04-02|
|88|[mzdluo123/AntiSetu](https://github.com/mzdluo123/AntiSetu)|这么多setu机器人当然要有一个antisetu机器人啦|18|2021-10-23|2021-10-12|
|89|[RickyHal/EQList](https://github.com/RickyHal/EQList)|EQListE-QuickList是一款Kotlin实现的功能强大的RecyclerView渲染框架使用DSL方式快速构建RecyclerView无需实现Adapter和ViewHolder。|17|2022-01-23|2021-12-06|
|90|[catchpig/kmvvm](https://github.com/catchpig/kmvvm)|Kotlin+Flow+Retrofit+OKHttp+ViewBanding+ViewModel+LiveData封装的一个Kotlin版本的MVVM框架|17|2022-01-14|2021-10-27|
|91|[mzdluo123/SimpleGroupAuth](https://github.com/mzdluo123/SimpleGroupAuth)|简单的进群验证插件|17|2021-08-15|2021-08-02|
|92|[FreddyChen/Shine-Kotlin](https://github.com/FreddyChen/Shine-Kotlin)|基于Retrofit+Kotlin协程实现的Kotlin网络请求库封装支持GET/POST/PUT/DELETE请求、动态BaseUrl、请求头、请求/响应日志等。同时支持自定义Parser数据解析器用于解决不同返回数据Model。|16|2022-01-17|2022-01-12|
|93|[WizzXu/FastStartup](https://github.com/WizzXu/FastStartup)|FastStartup 有向无环图启动框架|16|2022-01-07|2021-12-17|
|94|[vitaviva/cmp-gobang](https://github.com/vitaviva/cmp-gobang)|Compose Multiplatform GoBang|16|2021-10-24|2021-10-17|
|95|[liyihuanx/LogApp](https://github.com/liyihuanx/LogApp)|Log日志输出工具|16|2021-12-31|2021-10-08|
|96|[leavesCZY/SmallestWidthGenerator](https://github.com/leavesCZY/SmallestWidthGenerator)|基于 SmallestWidth 屏幕适配方案生成 dimens 文件|16|2021-08-24|2021-08-21|
|97|[simplepeng/NineGridView](https://github.com/simplepeng/NineGridView)|🔥🔥🔥 -可能最通用的九宫格布局|16|2022-01-28|2021-05-08|
|98|[csieflyman/multi-projects-architecture-with-Ktor](https://github.com/csieflyman/multi-projects-architecture-with-Ktor)|A Ktor real world example built on multi-projects architecture|16|2021-12-26|2021-04-19|
|99|[Nthily/EasySWS](https://github.com/Nthily/EasySWS)|Use your phone as a steering wheel simulator! Suitable for Assetto Corsa / Assetto Corsa Competizione / F1。让你的手机变成虚拟方向盘适用于神力科莎神力科莎争锋F1 系列等赛车模拟游戏|15|2021-11-10|2021-10-04|
|100|[asforest/MShell](https://github.com/asforest/MShell)|一个Mirai机器人插件把QQ聊天窗口变成Shell透传来远程控制电脑或者服务器|15|2022-02-03|2021-09-13|
|101|[KyuubiRan/AkinatorHelper](https://github.com/KyuubiRan/AkinatorHelper)|Unlock the game!|15|2022-01-05|2021-09-03|
|102|[xluu233/mvvm_develop](https://github.com/xluu233/mvvm_develop)|mvvm+jetpack快速开发框架包括一些常用工具封账|15|2022-01-10|2021-07-23|
|103|[Alexxiaopang/KotlinKtx](https://github.com/Alexxiaopang/KotlinKtx)|常用库的拓展函数|15|2021-09-02|2021-03-18|
|104|[EroSagiri/QShell](https://github.com/EroSagiri/QShell)|-|15|2021-12-22|2021-03-01|
|105|[compose-museum/compose-code-helper](https://github.com/compose-museum/compose-code-helper)|An IDE plug-in for quick access to Jetpack Compose controls / 一个可以快速查阅 Jetpack Compose 控件的 IDE 插件|14|2021-12-23|2021-11-15|
|106|[vitaviva/compose-huarongdao](https://github.com/vitaviva/compose-huarongdao)|Compose版华容道|14|2021-08-26|2021-08-15|
|107|[mistletoe5215/MagicMistletoe](https://github.com/mistletoe5215/MagicMistletoe)|Android Multi Theme Switch Library ,use kotlin language ,coroutine ,and so on ...|14|2021-11-08|2021-07-27|
|108|[Xposed-Modules-Repo/cn.coderstory.miui.water](https://github.com/Xposed-Modules-Repo/cn.coderstory.miui.water)|淘米水|13|2022-01-19|2021-10-18|
|109|[jaydroid1024/JDispatcher](https://github.com/jaydroid1024/JDispatcher)|Android 组件生命周期分发框架,适用于组件化,模块化,启动优化等场景|13|2021-10-17|2021-07-29|
|110|[Quyunshuo/WanAndroidMVVM](https://github.com/Quyunshuo/WanAndroidMVVM)|MVVM版玩安卓|13|2022-01-09|2021-07-24|
|111|[chenliangj2ee/MyRetrofitGo](https://github.com/chenliangj2ee/MyRetrofitGo)|史上最精简的【带有二级缓存】的【网络请求】封装Kotlin语言实现Retrofit2 结合OkHttp3网络层ViewModel技术使用Kotlin协程加载网络数据并对网络层添加2级缓存功能——内存缓存和文件缓存同时针对ApiService接口通过注解的形式来配置是否显示loadingDiaog、是否启用缓存功能开发者可长按Activity后随时查看当前页面的所有网络请求LOG信息 ...|13|2021-08-10|2021-06-26|
|112|[super-cc/Kotlin-Jetpack-MVVM](https://github.com/super-cc/Kotlin-Jetpack-MVVM)|使用Kotlin+Jetpack搭建的MVVM简易框架|13|2022-01-16|2021-04-28|
|113|[cdalwyn/BaseMvvmScaffold](https://github.com/cdalwyn/BaseMvvmScaffold)|Mvvm组件化脚手架含测试样例|13|2022-01-21|2021-03-16|
|114|[Townwang/wechat](https://github.com/Townwang/wechat)|全网首发开发人员的微信API, 可无API,无权限实现三方app内一键关注公众号.一键加好友. 附带功能 -> 个人捐赠,支付宝直接捐赠功能. api 正在不断新增|13|2022-01-02|2021-02-22|
|115|[Shanyaliux/SerialPortSample](https://github.com/Shanyaliux/SerialPortSample)|一款Android蓝牙串口的工具包封装蓝牙串口的常用方法加速构建相关应用。|13|2022-01-20|2021-02-21|
|116|[wuyr/DMifier](https://github.com/wuyr/DMifier)|适用于Android项目的IDEA插件用来自动生成DexMaker代码类似『ASM Bytecode Viewer』|12|2022-01-26|2022-01-26|
|117|[re-ovo/RainMusic](https://github.com/re-ovo/RainMusic)|一个纯粹的网易云第三方app|12|2021-12-04|2021-10-06|
|118|[FuckAntiAddiction/BiligameTimeHeartbeatIntercept](https://github.com/FuckAntiAddiction/BiligameTimeHeartbeatIntercept)|B站游戏防沉迷时间拦截关键字:B站游戏 BiliBili游戏 实名认证 防沉迷 |12|2021-09-02|2021-08-05|
|119|[coder-pig/CpLightUpload](https://github.com/coder-pig/CpLightUpload)|一个轻量级的解耦上传库|12|2021-08-27|2021-07-30|
|120|[gnuf0rce/debug-helper](https://github.com/gnuf0rce/debug-helper)|mirai-console 插件开发计划|12|2022-01-27|2021-07-30|
|121|[netease-kit/WisdomEducation](https://github.com/netease-kit/WisdomEducation)|智慧云课堂是网易云信提供的在线互动课堂场景解决方案,基于在线教育场景提供多种课堂模式实践。专为线上课堂场景打造,覆盖多种班型的教学场景、全终端的接入能力,支持课程录制、白板互动、课程活跃度分析等远程课堂功能。在实现云课堂实时互动功能的基础上,还支持业务功能的灵活扩展,帮助您快速上线专属互动教学平台。|12|2022-01-24|2021-06-22|
|122|[YiXiXiao/KotlinJetpackCoroutineMVVM](https://github.com/YiXiXiao/KotlinJetpackCoroutineMVVM)|Kotlin+Jetpack+Databinding+协程+Retrofit+Glide+MMKV封装的MVVM快速开发框架 |12|2021-12-09|2021-03-15|
|123|[ParaParty/Ignotus](https://github.com/ParaParty/Ignotus)|鸽子群用的 SpringBoot 扩展库|11|2022-02-05|2021-11-20|
|124|[houxinlin/MiuiBottomNavigation](https://github.com/houxinlin/MiuiBottomNavigation)|仿小米应用商店底部按钮|11|2021-10-26|2021-10-12|
|125|[Gokr-ble/M3U8downloader_Android](https://github.com/Gokr-ble/M3U8downloader_Android)|基于Kotlin的Android平台简易M3U8视频下载器|11|2021-11-27|2021-06-29|
|126|[ffpy/port-mux](https://github.com/ffpy/port-mux)|Connect SSH, HTTP, VNC, etc. on same port. 在一个端口上连接SSH、HTTP、VNC等服务|11|2021-12-31|2021-06-16|
|127|[leavesCZY/compose_tetris](https://github.com/leavesCZY/compose_tetris)|用 Jetpack Compose 实现一个俄罗斯方块|11|2022-01-28|2021-06-03|
|128|[JackL124/FinalPermission](https://github.com/JackL124/FinalPermission)|🔥这可能是用法最简单且功能强大的Android动态权限申请框架之一了🔥|11|2021-12-08|2021-04-12|
|129|[sya-ri/EasySpigotAPI](https://github.com/sya-ri/EasySpigotAPI)|A library for easy use of the Spigot API|11|2021-11-23|2021-02-08|
|130|[Bistutu/BistuEmpty](https://github.com/Bistutu/BistuEmpty)|北京信息科技大学,Bistu,空教室查询|10|2021-12-22|2021-10-02|
|131|[Colter23/genshin-sign-mirai-plugin](https://github.com/Colter23/genshin-sign-mirai-plugin)|原神米游社签到Mirai插件|10|2022-01-15|2021-09-27|
|132|[cr330326/WanLearning](https://github.com/cr330326/WanLearning)|Kotlin 实战项目练习|10|2021-11-08|2021-09-14|
|133|[Peakmain/Video_Audio](https://github.com/Peakmain/Video_Audio)|Android音视频开发|10|2021-09-02|2021-08-19|
|134|[fengzhizi715/RxJava-Utils](https://github.com/fengzhizi715/RxJava-Utils)|在日常开发实践中,本人所积累的 RxJava 相关的工具类|10|2022-01-11|2021-07-10|
|135|[KurenaiRyu/im-sync-bot](https://github.com/KurenaiRyu/im-sync-bot)|im消息同步机器人现主要同步转发tg跟qq群。|10|2022-02-05|2021-06-30|
|136|[afkT/DevComponent](https://github.com/afkT/DevComponent)|:zap:【100% Kotlin 实现 Android 项目组件化示例代码】基于 Google JetPack AndroidX + Kotlin + Coroutines + MVVM 架构DataBinding、ViewModel、Lifecycle等最新技术栈进行组件化基础搭建使用 ARouter 方案实现组件化|10|2022-02-04|2021-02-28|
|137|[yangfeng1994/video-list-player](https://github.com/yangfeng1994/video-list-player)|使用RecyclerView+ExoPlayer 模仿抖音上下无缝滑动视频播放。没有使用ViewPager2的原因是Fragment太重内存消耗太大。当有使用ViewPager2效果的时候没有必要可以选择这个方式更轻量化。有一点需要注意在有键盘弹出的界面RecyclerView的 onScrollStateChanged 监听方法键盘弹出时会被触发调用demo中有配合使用ExoPl ...|9|2021-12-14|2021-12-12|
|138|[Nekoer/tencent-guild-protocol](https://github.com/Nekoer/tencent-guild-protocol)|QQ频道的机器人Java/Kotlin SDK|9|2022-01-26|2021-12-03|
|139|[jirywell/MvvmLazy-kotlin](https://github.com/jirywell/MvvmLazy-kotlin)|🔥Android懒人框架,基于谷歌最新AAC架构MVVM设计模式,组件化开发的一套快速开发库整合Okhttp+协程+Retrofit+Glide等主流模块满足日常开发需求。使用该框架可以快速开发一个高质量、易维护的Android应用|9|2022-01-15|2021-10-19|
|140|[kono-dada/doudizhu](https://github.com/kono-dada/doudizhu)|一个能在QQ上斗地主的mirai插件|9|2021-10-09|2021-09-06|
|141|[zsqw123/CatInject](https://github.com/zsqw123/CatInject)|一个服务发现框架, 无反射使用Gradle Transform API实现的自动化依赖注入, 用了就会成猫猫一样可爱!!|9|2021-11-06|2021-08-29|
|142|[anyRTC-UseCase/StudyLive](https://github.com/anyRTC-UseCase/StudyLive)|StudyLive是anyRTC开发的示例项目演示了如何通过anyRTC云服务配合anyRTC RTC SDK、anyRTC RTM SDK、anyRTC播放插件实现在线自习室的场景。|9|2021-12-14|2021-08-27|
|143|[shenbengit/WebRTC-SRS](https://github.com/shenbengit/WebRTC-SRS)|Android WebRTC 向 SRS 服务器推拉流|9|2022-01-12|2021-08-20|
|144|[gnuf0rce/github-helper](https://github.com/gnuf0rce/github-helper)|mirai-console 插件开发计划|9|2022-01-20|2021-08-11|
|145|[xiazunyang/reinforcer](https://github.com/xiazunyang/reinforcer)|基于360加固助手的gradle插件可以在打包任务结束后自动执行加固操作并输出至指定的目录下。|9|2022-01-28|2021-07-22|
|146|[anyRTC-UseCase/VideoLive](https://github.com/anyRTC-UseCase/VideoLive)|anyRTC视频连麦直播demo完整的演示了如何动态设置分辨率如何设置视频布局以及连麦申请流程本示例包含实时音视频、本地旁路推流以及服务端旁路推流互动连麦三种方式。适合秀场直播、PK连麦、互动大班课等场景|9|2021-12-14|2021-07-09|
|147|[8kEatRadish/OneStepMessage](https://github.com/8kEatRadish/OneStepMessage)|替代EventBus基于ViewModel和LiveData的消息总线框架|9|2021-12-13|2021-02-19|
|148|[lz233/unvcode_kotlin](https://github.com/lz233/unvcode_kotlin)|【幼女 Code For Kotlin】反和谐超级武器|8|2022-02-05|2022-02-05|
|149|[xuexiangjys/TemplateAppProject-kotlin](https://github.com/xuexiangjys/TemplateAppProject-kotlin)|Android空壳模板工程(kotlin版本)快速搭建集成了XUI、XUtil、XAOP、XPage、XUpdate、XHttp2、友盟统计和walle多渠道打包)|8|2022-01-02|2022-01-02|
|150|[ITxiaoguang/BiometricHelper](https://github.com/ITxiaoguang/BiometricHelper)|指纹识别,面部识别,自定义弹窗,用法超级简单|8|2022-01-12|2021-12-30|
|151|[liangjingkanji/spannable](https://github.com/liangjingkanji/spannable)|首个支持替换/正则匹配Spannable的库, 创建SpannableString和创建字符串一样简单|8|2022-01-17|2021-12-27|
|152|[gstory0404/file_preview](https://github.com/gstory0404/file_preview)|A plug-in that supports flutter preview files,Flutter文档预览|8|2022-01-17|2021-12-25|
|153|[WsureGuild/qq-official-guild-bot](https://github.com/WsureGuild/qq-official-guild-bot)|kotlin+okhttp的qq频道bot官方websocket协议实现|8|2022-01-28|2021-11-28|
|154|[ldlywt/MyCameraX](https://github.com/ldlywt/MyCameraX)|Android 使用 CameraX 快速实现仿微信短视频录制(轻触拍照、长按录像)|8|2022-01-04|2021-11-27|
|155|[LaoLittle/Molly](https://github.com/LaoLittle/Molly)|茉莉云机器人 for Mirai-Console|8|2022-01-27|2021-11-26|
|156|[fffguo/qianmi-idea-plugin](https://github.com/fffguo/qianmi-idea-plugin)|千米的idea插件|8|2022-01-29|2021-10-25|
|157|[taxeric/PokeCompose](https://github.com/taxeric/PokeCompose)|compose实践宝可梦信息展示|8|2021-11-02|2021-08-21|
|158|[DRSalieri/English-Helper](https://github.com/DRSalieri/English-Helper)|-|8|2021-09-01|2021-08-02|
|159|[niltok/tesseract-lite](https://github.com/niltok/tesseract-lite)|轻量级 Telegram QQ 转发机器人|8|2021-09-26|2021-07-07|
|160|[bbggo/WanAndroid](https://github.com/bbggo/WanAndroid)|🔥 🔥 🔥 一个充满设计感的WanAndroid APP采用Kotlin 语言组件化MVVM+JetPack架构设计Arouter、LiveData、ViewModel、Hilt、Room、Retrofit2、协程Coroutines、Flow等流行技术。|8|2021-11-04|2021-05-28|
|161|[exciter-z/MentosWeb](https://github.com/exciter-z/MentosWeb)|一款轻巧而又功能强大的Android WebView支持跨进程通信、支持JsBridge、具备强大的扩展能力。|7|2022-01-21|2022-01-18|
|162|[xuexiangjys/TemplateSimpleProject-kotlin](https://github.com/xuexiangjys/TemplateSimpleProject-kotlin)|简化版的Android空壳模版工程(kotlin版本)快速搭建集成了XUI、XUtil、XAOP、XPage、友盟统计和walle多渠道打包)|7|2022-01-02|2021-12-30|
|163|[gstory0404/flutter_pangrowth](https://github.com/gstory0404/flutter_pangrowth)|字节跳动 穿山甲广告SDK 穿山甲内容合作 内容输出 flutter版本插件|7|2021-12-28|2021-12-08|
|164|[luxiao0314/camera-compose-desktop](https://github.com/luxiao0314/camera-compose-desktop)|基于compose desktop开发的相机桌面工具|7|2021-12-15|2021-11-24|
|165|[cssxsh/mirai-selenium-plugin](https://github.com/cssxsh/mirai-selenium-plugin)|mirai-console 插件开发计划|7|2022-02-04|2021-11-23|
|166|[bigmao1/AntiZhaPian](https://github.com/bigmao1/AntiZhaPian)|假的反诈中心|7|2022-01-05|2021-11-11|
|167|[JankingWon/ViewPerf](https://github.com/JankingWon/ViewPerf)|[Xposed模块]检测View测量、布局和绘制性能|7|2022-01-03|2021-10-25|
|168|[vitaviva/ComposeWaveLoading](https://github.com/vitaviva/ComposeWaveLoading)|Compose 波浪效果进度加载|7|2021-09-22|2021-09-16|
|169|[jenly1314/Location](https://github.com/jenly1314/Location)|:round_pushpin: Location 是一个通过 Android 自带的 LocationManager 来实现的定位功能|7|2021-09-10|2021-09-09|
|170|[bingling-sama/BakaHDT](https://github.com/bingling-sama/BakaHDT)|为Minecraft魔改交流群定制的QQ bot|7|2022-01-27|2021-07-10|
|171|[EspoirX/KvPref](https://github.com/EspoirX/KvPref)|基于属性委托的 key-value 方式存储封装|7|2021-11-26|2021-06-24|
|172|[limbang/mirai-console-mcmod-plugin](https://github.com/limbang/mirai-console-mcmod-plugin)|mirai console plugin MC百科|7|2022-02-01|2021-05-24|
|173|[jzmanu/MediaSamples](https://github.com/jzmanu/MediaSamples)|Android音视频开发Samples.|7|2021-09-24|2021-04-16|
|174|[Nambers/Mirai-TuLingBot](https://github.com/Nambers/Mirai-TuLingBot)|Mirai机器人接入图灵|7|2022-01-30|2021-03-09|
|175|[MeowCat-Studio/mirai-message-source](https://github.com/MeowCat-Studio/mirai-message-source)|A implementation of message source. 消息源的mirai(Tencent-QQ)实现|7|2022-01-20|2021-02-19|
|176|[Samarium150/mirai-console-drift-bottle](https://github.com/Samarium150/mirai-console-drift-bottle)|mirai-console的漂流瓶插件|6|2022-01-29|2021-12-08|
|177|[XayahSuSuSu/Android-DataBackup](https://github.com/XayahSuSuSu/Android-DataBackup)|数据备份|6|2022-01-06|2021-11-22|
|178|[XuQK/KDQrScanner](https://github.com/XuQK/KDQrScanner)|利用 Google ML 训练出来的二维码识别器写出来的二维码识别库。|6|2021-08-31|2021-08-13|
|179|[Project-QForum/QForum](https://github.com/Project-QForum/QForum)|QForum is a Lightweight Forum System. QForum 是一个轻量级的论坛系统。|6|2022-01-16|2021-08-01|
|180|[dora4/DoraCacheSample](https://github.com/dora4/DoraCacheSample)|android缓存框架dcache【https://github.com/dora4/dcache-android】 的使用|6|2021-12-06|2021-06-19|
|181|[dora4/dcache-android](https://github.com/dora4/dcache-android)|一个使用在Android平台的数据缓存框架支持将model数据从后端接口下载后简单的配置即可自动映射到数据库并在断网的情况下可以离线读取。|6|2021-12-25|2021-06-19|
|182|[shenbengit/TTSTool](https://github.com/shenbengit/TTSTool)|科大讯飞离线语音Text to SpeechTTS|6|2021-12-16|2021-05-17|
|183|[Amifeng/MVVM-Project-Hilt](https://github.com/Amifeng/MVVM-Project-Hilt)|基于Android Jetpack组件搭建MVVM架构 ,包括 Hilt + Room + ViewModel + LiveData + Work|6|2021-12-17|2021-04-11|
|184|[simplepeng/AddImageView](https://github.com/simplepeng/AddImageView)|🔥🔥🔥 - 选择照片的自定义九宫格View扩展性极高。|6|2021-12-05|2021-04-08|
|185|[luhenchang/ComposeUnit](https://github.com/luhenchang/ComposeUnit)|第一款炫酷的Compose应用|6|2021-12-28|2021-03-30|
|186|[xluu233/AndroidStorageDemo](https://github.com/xluu233/AndroidStorageDemo)|适配Android11分区存储各版本权限行为变化介绍|6|2021-11-10|2021-03-19|
|187|[NextAlone/InstallerPlus](https://github.com/NextAlone/InstallerPlus)|A Xposed Module that add more feature for Package Installer|6|2021-11-26|2021-03-09|
|188|[project-mirai/mirai-sponsor](https://github.com/project-mirai/mirai-sponsor)|mirai项目的赞助透明化金额流向公示|6|2021-12-25|2021-03-01|
|189|[1024xiaoshen/1204doumei](https://github.com/1024xiaoshen/1204doumei)|1024抖音妹子|5|2021-12-05|2021-12-05|
|190|[heyanLE/okkv](https://github.com/heyanLE/okkv)|一个好用的 数据 持久化工具 |5|2021-12-06|2021-11-24|
|191|[Sz-song/requestPermission](https://github.com/Sz-song/requestPermission)|Android 自定义权限请求框架,可以自定义请求前的解释,和权限拒绝后的弹框请求。|5|2021-11-27|2021-11-17|
|192|[MissDelia/DeliaRouter](https://github.com/MissDelia/DeliaRouter)|一个用于Android组件化开发的路由模块|5|2021-11-10|2021-11-04|
|193|[ITxiaoguang/FilePicker](https://github.com/ITxiaoguang/FilePicker)|一款超强的文件选择框架。A super file picker framework.|5|2021-10-28|2021-10-23|
|194|[jenly1314/AppMonitor](https://github.com/jenly1314/AppMonitor)|:dart: AppMonitor 可以轻松的监听App的前后台状态变化Activity的活跃状态变化设备的开关屏状态变化|5|2021-09-02|2021-08-31|
|195|[only52607/LuaMiraiForAndroid](https://github.com/only52607/LuaMiraiForAndroid)|LuaMirai安卓客户端|5|2021-09-06|2021-08-16|
|196|[tsukiseele/ASMROnlineSpider](https://github.com/tsukiseele/ASMROnlineSpider)|一个简单的ASMR在线爬虫|5|2021-08-08|2021-08-08|
|197|[dkinging/BtcPlugin](https://github.com/dkinging/BtcPlugin)|Mirai插件 - 火币网行情查询插件|5|2021-10-31|2021-06-01|
|198|[aoe-iu/SmartKey](https://github.com/aoe-iu/SmartKey)|replace “平x安x门x禁”、“宝x安x视x频x门x禁” Mini Program|5|2021-09-09|2021-05-26|
|199|[CheatGZ/android_all_star_app](https://github.com/CheatGZ/android_all_star_app)|MVVM架构搭建和使用Demo|5|2021-09-18|2021-04-11|
|200|[liyufengrex/flutter_subscreen_plugin](https://github.com/liyufengrex/flutter_subscreen_plugin)|flutter插件使用flutter实现Android设备双屏显示主副屏皆使用flutter绘制两个屏幕通过channel进行数据传递|5|2021-11-02|2021-03-16|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,11 +1,11 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Lua
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[ayamir/nvimdots](https://github.com/ayamir/nvimdots)|A well configured and structured Neovim.|403|2022-02-03|2021-06-19|
|1|[ayamir/nvimdots](https://github.com/ayamir/nvimdots)|A well configured and structured Neovim.|405|2022-02-03|2021-06-19|
|2|[linkease/istore](https://github.com/linkease/istore)|一个 Openwrt 标准的软件中心,纯脚本实现,无二进制依赖。支持其它固件开发者集成到自己的固件里面。更方便小白搜索,下载插件。更方便开发者发布插件。|124|2021-12-21|2021-08-24|
|3|[ryohuang/slim-wrt](https://github.com/ryohuang/slim-wrt)|Armor for Openwrt|67|2021-11-15|2021-02-20|
|4|[FrSkyRC/ETHOS-Feedback-Community](https://github.com/FrSkyRC/ETHOS-Feedback-Community)|Feedbacks & suggestion are very appreciated on ETHOS of FrSky|61|2022-02-01|2021-03-09|
@ -15,20 +15,20 @@
|8|[zhang-changwei/Automation-scripts-for-Aegisub](https://github.com/zhang-changwei/Automation-scripts-for-Aegisub)|A few automation scripts for Aegisub|19|2022-01-25|2021-02-09|
|9|[Eatsolx/nvim-lua](https://github.com/Eatsolx/nvim-lua)|基于nvchad的配置|15|2022-01-22|2021-10-02|
|10|[lxyoucan/nvim](https://github.com/lxyoucan/nvim)|set up Neovim 0.5 +(LSP, Treesitter, fuzzy finder, etc)|13|2021-12-06|2021-09-16|
|11|[Muscipular/cgmsv-lua](https://github.com/Muscipular/cgmsv-lua)|cgmsv lua模块|12|2022-02-01|2021-06-30|
|12|[TheDeNuke/Divergences-of-Darkness-Rework-Public](https://github.com/TheDeNuke/Divergences-of-Darkness-Rework-Public)|-|12|2022-01-30|2021-06-19|
|13|[yechentide/DSTServerManager](https://github.com/yechentide/DSTServerManager)|Don't Starve Together dedicated server manager / 饥荒傻瓜式服务器管理脚本 / Bug反馈QQ群927694504 / 准备使用Go语言写个TUI版本, 欢迎加入!|10|2022-02-01|2021-11-27|
|11|[Muscipular/cgmsv-lua](https://github.com/Muscipular/cgmsv-lua)|cgmsv lua模块|12|2022-02-05|2021-06-30|
|12|[TheDeNuke/Divergences-of-Darkness-Rework-Public](https://github.com/TheDeNuke/Divergences-of-Darkness-Rework-Public)|-|12|2022-02-05|2021-06-19|
|13|[yechentide/DSTServerManager](https://github.com/yechentide/DSTServerManager)|Don't Starve Together dedicated server manager / 饥荒傻瓜式服务器管理脚本 / Bug反馈QQ群927694504 / 准备使用Go语言写个TUI版本, 欢迎加入!|11|2022-02-05|2021-11-27|
|14|[d80x86/lua-resty-tofu](https://github.com/d80x86/lua-resty-tofu)|a modern api/web framework|9|2022-01-23|2021-08-23|
|15|[sg552/banana-waf](https://github.com/sg552/banana-waf)|非常简单好用的waf|8|2021-10-26|2021-10-26|
|16|[k8scat/lua-resty-weauth](https://github.com/k8scat/lua-resty-weauth)|适用于 OpenResty / ngx_lua 的基于企业微信组织架构的登录认证|8|2021-11-24|2021-08-08|
|17|[yuanyan3060/Arknights-Bot-Resource](https://github.com/yuanyan3060/Arknights-Bot-Resource)|明日方舟bot常用素材|7|2022-02-02|2021-11-28|
|18|[copy0401/irime-bopomo-config](https://github.com/copy0401/irime-bopomo-config)|iRime 設定 新增注音輸入法 及 注音鍵盤主題|7|2022-01-23|2021-09-20|
|19|[DeadlyBossMods/DBM-TBC-Classic](https://github.com/DeadlyBossMods/DBM-TBC-Classic)|The ultimate encounter helper (for TBC) 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.|7|2022-02-04|2021-04-01|
|19|[DeadlyBossMods/DBM-TBC-Classic](https://github.com/DeadlyBossMods/DBM-TBC-Classic)|The ultimate encounter helper (for TBC) 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.|7|2022-02-05|2021-04-01|
|20|[N0zza/MappaMundi](https://github.com/N0zza/MappaMundi)|-|7|2022-02-04|2021-02-18|
|21|[ASoulCnki/oauth](https://github.com/ASoulCnki/oauth)|OAuth Service provide by ASoulCnki(枝网)|6|2021-12-30|2021-11-29|
|22|[ZAA03/lua_action](https://github.com/ZAA03/lua_action)|一键签到葫芦侠3楼芥子空间|6|2021-08-27|2021-07-09|
|23|[awesomeusername69420/meth_tools](https://github.com/awesomeusername69420/meth_tools)|Tools made for https://methamphetamine.solutions/|6|2022-01-08|2021-06-07|
|24|[alawing/WhitePaws](https://github.com/alawing/WhitePaws)|[插件][白爪cksky助手]熊猫一键,自动解定身,飞行饰品和马鞭,回能回蓝监控|5|2022-02-01|2021-09-14|
|23|[awesomeusername69420/meth_tools](https://github.com/awesomeusername69420/meth_tools)|Tools made for https://methamphetamine.solutions/|6|2022-02-05|2021-06-07|
|24|[alawing/WhitePaws](https://github.com/alawing/WhitePaws)|[插件][白爪cksky助手]熊猫一键,自动解定身,飞行饰品和马鞭,回能回蓝监控|5|2022-02-05|2021-09-14|
|25|[super-goodman/lua-script](https://github.com/super-goodman/lua-script)|lua 脚本|5|2021-11-25|2021-08-06|
|26|[opq-osc/lua-lib](https://github.com/opq-osc/lua-lib)|进一步封装 OPQ 的 lua api调用更统一简化开发去除插件冗余代码, 免受 OPQ wiki 的困扰|5|2021-08-09|2021-07-29|
|27|[zkqiang/rime-dict](https://github.com/zkqiang/rime-dict)|Rime 词库 for 朙月拼音700 万词条|5|2021-11-15|2021-06-03|

View File

@ -1,12 +1,12 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > MATLAB
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[ToKiNoBug/3dPixelPaintingInMinecraft](https://github.com/ToKiNoBug/3dPixelPaintingInMinecraft)|在minecraft中生成3d的地图画|19|2021-09-24|2021-02-20|
|2|[intLyc/MTO-Platform](https://github.com/intLyc/MTO-Platform)|Multi-Task Optimization Platform 多任务优化平台|12|2022-02-02|2021-09-21|
|2|[intLyc/MTO-Platform](https://github.com/intLyc/MTO-Platform)|Multi-Task Optimization Platform 多任务优化平台|12|2022-02-05|2021-09-21|
|3|[cggos/opt_matlab](https://github.com/cggos/opt_matlab)|最优化方法及其MATLAB实现 源代码|10|2021-10-07|2021-10-07|
|4|[himynameisfuego/SiTraNo](https://github.com/himynameisfuego/SiTraNo)|A MATLAB app for tonal-transient-noise decomposition of audio signals.|10|2021-09-08|2021-04-16|
|5|[fuzhiqiang1230/DLRRPD](https://github.com/fuzhiqiang1230/DLRRPD)|This repository is used for sharing the source code of Double low-rank representation with projection distance penalty for clustering|9|2022-01-26|2021-03-19|
@ -30,11 +30,10 @@
|23|[acsamson/ImageFusion-Algorithm](https://github.com/acsamson/ImageFusion-Algorithm)|ImageFusion algorithm, SSIM and PSNR evaluation常见图像融合算法以及SSIM和PSNR评价|3|2021-08-30|2021-08-30|
|24|[Silver-Fang/MATLAB-Extension](https://github.com/Silver-Fang/MATLAB-Extension)|埃博拉酱的MATLAB扩展|3|2021-12-25|2021-08-03|
|25|[heihei2122/mag_cuboid](https://github.com/heihei2122/mag_cuboid)|a gui or app based matlab to calculate B force stiffness 矩形磁体的计算|3|2021-11-20|2021-07-25|
|26|[baishanca/Communication-Matlab](https://github.com/baishanca/Communication-Matlab)|对通信原理的内容的matlab实现|3|2021-08-06|2021-07-12|
|27|[DietCokewithSugar/undamage-blood-glucose](https://github.com/DietCokewithSugar/undamage-blood-glucose)|基于改进深度回归网络的无创血糖检测算法|2|2021-12-02|2021-12-02|
|28|[ja754969/Ocean-Current-Observation-and-Analysis](https://github.com/ja754969/Ocean-Current-Observation-and-Analysis)|洋流觀測分析 class at NTOU. File Station link : |2|2021-08-30|2021-08-28|
|29|[CXris/computerVision-stitching](https://github.com/CXris/computerVision-stitching)|使用Harris角点检测算法、最小二乘拟合、随机抽样一致算法(RANSAC)以及 HOG 描述符、线性融合等计算机视觉算法使用Matlab实现将多张图像拼接成一张全景图。|2|2021-08-25|2021-08-25|
|30|[ScottXjw/Volterra_lms](https://github.com/ScottXjw/Volterra_lms)|Volterra_lms算法|2|2021-11-03|2021-07-02|
|26|[DietCokewithSugar/undamage-blood-glucose](https://github.com/DietCokewithSugar/undamage-blood-glucose)|基于改进深度回归网络的无创血糖检测算法|2|2021-12-02|2021-12-02|
|27|[ja754969/Ocean-Current-Observation-and-Analysis](https://github.com/ja754969/Ocean-Current-Observation-and-Analysis)|洋流觀測分析 class at NTOU. File Station link : |2|2021-08-30|2021-08-28|
|28|[CXris/computerVision-stitching](https://github.com/CXris/computerVision-stitching)|使用Harris角点检测算法、最小二乘拟合、随机抽样一致算法(RANSAC)以及 HOG 描述符、线性融合等计算机视觉算法使用Matlab实现将多张图像拼接成一张全景图。|2|2021-08-25|2021-08-25|
|29|[ScottXjw/Volterra_lms](https://github.com/ScottXjw/Volterra_lms)|Volterra_lms算法|2|2021-11-03|2021-07-02|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,14 +1,14 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Objective-C
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[bytedance/Fastbot_iOS](https://github.com/bytedance/Fastbot_iOS)|About Fastbot(2.0) is a model-based testing tool for modeling GUI transitions to discover app stability problems|292|2022-01-13|2021-08-03|
|2|[chanify/chanify-ios](https://github.com/chanify/chanify-ios)|Chanify is a safe and simple notification tools. This repository is iOS clinet for Chanify.|109|2021-10-13|2021-02-08|
|3|[lionvoom/WeAppTongCeng](https://github.com/lionvoom/WeAppTongCeng)|小程序同层渲染|85|2021-10-29|2021-03-16|
|4|[HighwayLaw/HWThrottle](https://github.com/HighwayLaw/HWThrottle)|A lite Objective-C library for throttle and debounce, supporting leading and trailing. 节流/限流/防反跳/防重复点击/防重复调用|85|2021-11-18|2021-02-20|
|3|[HighwayLaw/HWThrottle](https://github.com/HighwayLaw/HWThrottle)|A lite Objective-C library for throttle and debounce, supporting leading and trailing. 节流/限流/防反跳/防重复点击/防重复调用|86|2021-11-18|2021-02-20|
|4|[lionvoom/WeAppTongCeng](https://github.com/lionvoom/WeAppTongCeng)|小程序同层渲染|85|2021-10-29|2021-03-16|
|5|[OpenIMSDK/Open-IM-SDK-iOS](https://github.com/OpenIMSDK/Open-IM-SDK-iOS)|OpenIM由前微信技术专家打造的基于 Go 实现的即时通讯IM项目iOS版本IM SDK 可以轻松替代第三方IM云服务打造具备聊天、社交功能的app。|82|2022-01-19|2021-05-26|
|6|[arcticfox1919/flutter-scankit](https://github.com/arcticfox1919/flutter-scankit)|Flutter QR code scanning|55|2022-01-06|2021-03-08|
|7|[FoneG/FGPopupScheduler](https://github.com/FoneG/FGPopupScheduler)| ✨ ✨ ✨ ✨ iOS弹窗调用器控制弹窗按照指定的策略进行显示。Helps you control popups easily. ✨ ✨ ✨ ✨|54|2021-11-08|2021-06-23|
@ -35,7 +35,7 @@
|28|[fluttercandies/flutter_qweather](https://github.com/fluttercandies/flutter_qweather)|和风天气 Flutter 插件|10|2021-12-11|2021-04-19|
|29|[niyongsheng/EasyRelease](https://github.com/niyongsheng/EasyRelease)|SaaS场景下Mac上架工具📲 (easy release to app store)|10|2021-11-22|2021-02-24|
|30|[kwai-ec/LottieExtensionDemo](https://github.com/kwai-ec/LottieExtensionDemo)|支持Native混合渲染和点击响应的DEMO工程|9|2021-12-23|2021-12-22|
|31|[yangKJ/KJBannerViewDemo](https://github.com/yangKJ/KJBannerViewDemo)|🏂 🏂 🏂 轮播图无限自动循环滚动、缩放布局、缓存预加载读取、支持自定义继承网络GIF和网图混合轮播支持Storyboard和Xib中创建并配置属性多种分页控件选择自动清理缓存等等|9|2021-11-27|2021-11-27|
|31|[yangKJ/KJBannerViewDemo](https://github.com/yangKJ/KJBannerViewDemo)|轮播图无限自动循环滚动、缩放布局、缓存预加载读取、支持自定义继承网络GIF和网图混合轮播支持Storyboard和Xib中创建并配置属性多种分页控件选择自动清理缓存等等|9|2021-11-27|2021-11-27|
|32|[QDong415/QKeyboardEmotionView](https://github.com/QDong415/QKeyboardEmotionView)|仿微信聊天表情键盘,仿朋友圈底部表情键盘。仿微信表情面板,键盘与表情切换平滑 ChatEmotionKeyboarduseful in ChatViewController|9|2022-01-08|2021-08-20|
|33|[XiFengLang/flutter_notes](https://github.com/XiFengLang/flutter_notes)|Flutter & flutter_boost开发iOS混合开发项目问题记录iOS远程依赖Flutter Module组件代码|9|2021-10-29|2021-07-06|
|34|[Rycccccccc/YCCardView](https://github.com/Rycccccccc/YCCardView)|卡片左滑右滑框架|8|2021-12-01|2021-11-28|
@ -106,7 +106,6 @@
|99|[DengXiangHong/react-native-alipay-verify](https://github.com/DengXiangHong/react-native-alipay-verify)|支付宝实名认证(身份核实、生物识别、人脸识别)|2|2021-12-16|2021-04-20|
|100|[yelinux/YHWaterFallLayout](https://github.com/yelinux/YHWaterFallLayout)|瀑布流简易使用|2|2021-10-29|2021-04-13|
|101|[YJExpand/YJEmptyView](https://github.com/YJExpand/YJEmptyView)|空白页占位|2|2021-11-17|2021-02-22|
|102|[wuyanghu/WPObserver](https://github.com/wuyanghu/WPObserver)|自定义一个通用的一对多的观察者|2|2021-11-12|2021-02-05|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,11 +1,11 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > PHP
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[luolongfei/freenom](https://github.com/luolongfei/freenom)|Freenom 域名自动续期。Freenom domain name renews automatically.|702|2022-01-21|2021-09-10|
|1|[luolongfei/freenom](https://github.com/luolongfei/freenom)|Freenom 域名自动续期。Freenom domain name renews automatically.|705|2022-01-21|2021-09-10|
|2|[maccmspro/maccms10](https://github.com/maccmspro/maccms10)|苹果cms-v10,maccms-v10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序|601|2022-01-12|2021-06-25|
|3|[easychen/docker2saas](https://github.com/easychen/docker2saas)|An open source tool that lets you create a SaaS website from docker images in 10 minutes.|592|2022-01-18|2021-02-13|
|4|[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 ...|538|2022-01-12|2021-04-07|
@ -20,14 +20,14 @@
|13|[wechatpay-apiv3/wechatpay-php](https://github.com/wechatpay-apiv3/wechatpay-php)|微信支付 API v3 的 PHP Library同时也支持 API v2|115|2022-01-04|2021-06-15|
|14|[iranee/qnap-aliyunpan-webdav](https://github.com/iranee/qnap-aliyunpan-webdav)|威联通-阿里云盘Webdav挂载服务|111|2022-01-31|2021-11-20|
|15|[0x727/BugRepoter_0x727](https://github.com/0x727/BugRepoter_0x727)|BugRepoter_0x727(自动化编写报告平台)根据安全团队定制化协同管理项目安全,可快速查找历史漏洞,批量导出报告。|98|2022-01-26|2021-09-26|
|16|[xielei/swoole-worker](https://github.com/xielei/swoole-worker)|SwooleWorker是基于swoole开发的一款分布式长连接开发框架。常驻内存协程高性能高并发分布式部署横向扩容使得能支持庞大的连接数无感知安全重启无缝升级代码接口丰富支持单个发送分组发送群发广播等接口。可广泛应用于云计算、物联网IOT、车联网、智能家居、网络游戏等领域。|93|2021-12-20|2021-05-10|
|17|[lizhipay/acg-faka](https://github.com/lizhipay/acg-faka)|个人发卡源码发卡系统二次元发卡系统二次元发卡源码发卡程序动漫发卡PHP发卡源码异次元发卡|92|2022-01-30|2021-11-27|
|16|[lizhipay/acg-faka](https://github.com/lizhipay/acg-faka)|个人发卡源码发卡系统二次元发卡系统二次元发卡源码发卡程序动漫发卡PHP发卡源码异次元发卡|94|2022-01-30|2021-11-27|
|17|[xielei/swoole-worker](https://github.com/xielei/swoole-worker)|SwooleWorker是基于swoole开发的一款分布式长连接开发框架。常驻内存协程高性能高并发分布式部署横向扩容使得能支持庞大的连接数无感知安全重启无缝升级代码接口丰富支持单个发送分组发送群发广播等接口。可广泛应用于云计算、物联网IOT、车联网、智能家居、网络游戏等领域。|93|2021-12-20|2021-05-10|
|18|[exp1orer/FastAdmin_Upload](https://github.com/exp1orer/FastAdmin_Upload)|FastAdmin 前台文件上传RCE|90|2021-10-12|2021-04-02|
|19|[WGrape/esupdater](https://github.com/WGrape/esupdater)|A high-performance lightweight framework of PHP to achieve incremental update of ES documents / 一个基于Canal实现ES文档增量更新的高性能轻量框架|84|2022-01-29|2021-12-13|
|19|[WGrape/esupdater](https://github.com/WGrape/esupdater)|A high-performance lightweight framework of PHP to achieve incremental update of ES documents / 一个基于Canal实现ES文档增量更新的高性能轻量框架|85|2022-01-29|2021-12-13|
|20|[guanguans/notify](https://github.com/guanguans/notify)|多平台通知 SDK(Bark、Chanify、钉钉群机器人、邮件、飞书群机器人、Gitter、Google Chat、iGot、Logger、Mattermost、Now Push、PushBack、Push、PushPlus、Rocket Chat、Server 酱、企业微信群机器人、息知、Zulip)。|81|2022-01-09|2021-05-01|
|21|[hipig/ddcard](https://github.com/hipig/ddcard)|【嘟嘟早教卡】 后端 api 源码,由 Laravel 构建而成。|80|2021-11-23|2021-06-18|
|22|[zhufenghua1998/bp3](https://github.com/zhufenghua1998/bp3)|bp3是一款使用php开发的百度网盘接口程序百度网盘目录搜索引擎文件展示搜索目录树在线目录搜索索引百度网盘文件下载等。|74|2022-01-16|2021-09-24|
|23|[whitebearcode/typecho-bearsimple](https://github.com/whitebearcode/typecho-bearsimple)|一款简洁大方的Typecho主题|69|2022-01-23|2021-05-03|
|23|[whitebearcode/typecho-bearsimple](https://github.com/whitebearcode/typecho-bearsimple)|一款简洁大方的Typecho主题|70|2022-01-23|2021-05-03|
|24|[kkguan/validation](https://github.com/kkguan/validation)|高性能的验证器组件(Validation),适用于 Hyperf 或 Laravel 框架,可获得数百倍的性能提升|68|2021-11-02|2021-09-24|
|25|[yitd/ICP-API](https://github.com/yitd/ICP-API)|ICP备案信息查询API接口|64|2021-08-08|2021-08-06|
|26|[paopao233/baolog](https://github.com/paopao233/baolog)|wordpress线报主题发羊毛我就要专一~|57|2022-01-11|2021-08-26|

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Pascal
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,11 +1,11 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Perl
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[Oreomeow/checkinpanel](https://github.com/Oreomeow/checkinpanel)|一个主要运行在 𝐞𝐥𝐞𝐜𝐕𝟐𝐏𝐪𝐢𝐧𝐠𝐥𝐨𝐧𝐠 等定时面板,同时支持系统运行环境的签到项目(环境:𝑷𝒚𝒕𝒉𝒐𝒏 3.8+ / 𝑵𝒐𝒅𝒆.𝒋𝒔 10+ / 𝑩𝒂𝒔𝒉 4+ / 𝑶𝒑𝒆𝒏𝑱𝑫𝑲8 / 𝑷𝒆𝒓𝒍5|669|2022-02-03|2021-08-22|
|1|[Oreomeow/checkinpanel](https://github.com/Oreomeow/checkinpanel)|一个主要运行在 𝐞𝐥𝐞𝐜𝐕𝟐𝐏𝐪𝐢𝐧𝐠𝐥𝐨𝐧𝐠 等定时面板,同时支持系统运行环境的签到项目(环境:𝑷𝒚𝒕𝒉𝒐𝒏 3.8+ / 𝑵𝒐𝒅𝒆.𝒋𝒔 10+ / 𝑩𝒂𝒔𝒉 4+ / 𝑶𝒑𝒆𝒏𝑱𝑫𝑲8 / 𝑷𝒆𝒓𝒍5|670|2022-02-05|2021-08-22|
|2|[k1d0ne/cobaltstrike_plugin](https://github.com/k1d0ne/cobaltstrike_plugin)|陆续补充一些自己写的cobaltstrike插件|38|2021-11-05|2021-10-20|
|3|[nju-lug/NJUBeamer](https://github.com/nju-lug/NJUBeamer)|南京大学演示文稿模板|7|2021-11-21|2021-11-21|
|4|[dqwang122/MLROUGE](https://github.com/dqwang122/MLROUGE)|ROUGE for multilingual Summarization|6|2021-10-11|2021-10-11|

View File

@ -1,184 +1,182 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Python
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.|9272|2022-02-04|2021-07-19|
|2|[PeterL1n/RobustVideoMatting](https://github.com/PeterL1n/RobustVideoMatting)|Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!|5162|2022-01-14|2021-08-30|
|3|[7eu7d7/genshin_auto_fish](https://github.com/7eu7d7/genshin_auto_fish)|基于深度强化学习的原神自动钓鱼AI|3161|2022-02-04|2021-09-10|
|4|[xfangfang/Macast](https://github.com/xfangfang/Macast)|Macast is a cross-platform application which using mpv as DLNA Media Renderer.|2837|2022-02-02|2021-06-02|
|5|[PaddlePaddle/PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)|Easy-to-use and Fast NLP library with awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications.|2782|2022-02-03|2021-02-05|
|6|[open-mmlab/mmocr](https://github.com/open-mmlab/mmocr)|OpenMMLab Text Detection, Recognition and Understanding Toolbox|2087|2022-01-27|2021-04-07|
|7|[0x727/ShuiZe_0x727](https://github.com/0x727/ShuiZe_0x727)|信息收集自动化工具|1529|2022-01-17|2021-07-28|
|8|[sml2h3/ddddocr](https://github.com/sml2h3/ddddocr)|带带弟弟 通用验证码识别OCR pypi版|1412|2022-01-25|2021-07-14|
|9|[martinet101/ElevenClock](https://github.com/martinet101/ElevenClock)|ElevenClock: Have a customizable clock on your Windows 11 displays|1040|2022-02-04|2021-09-19|
|10|[luminoleon/epicgames-claimer](https://github.com/luminoleon/epicgames-claimer)|自动领取Epic游戏商城每周免费游戏。|1028|2022-01-28|2021-09-12|
|11|[curtinlv/JD-Script](https://github.com/curtinlv/JD-Script)|仅供参考。|1018|2022-01-26|2021-05-05|
|12|[Tencent/CodeAnalysis](https://github.com/Tencent/CodeAnalysis)|Static Code Analysis|983|2022-02-04|2021-12-28|
|13|[hustvl/YOLOP](https://github.com/hustvl/YOLOP)|You Only Look Once for Panopitic Driving Perception.https://arxiv.org/abs/2108.11250|864|2021-12-14|2021-08-25|
|14|[Mas0nShi/typoraCracker](https://github.com/Mas0nShi/typoraCracker)|A extract & decryption and pack & encryption tools for typora.|858|2022-01-17|2021-11-30|
|15|[tonquer/picacg-qt](https://github.com/tonquer/picacg-qt)|哔咔漫画, PicACG comic PC client(Windows, Linux, MacOS) |830|2022-01-30|2021-02-05|
|16|[yihong0618/GitHubPoster](https://github.com/yihong0618/GitHubPoster)|Make everything a GitHub svg poster and Skyline!|790|2022-02-04|2021-04-21|
|17|[78778443/QingScan](https://github.com/78778443/QingScan)|一个漏洞扫描器粘合剂,添加目标后30款工具自动调用支持 web扫描、系统扫描、子域名收集、目录扫描、主机扫描、主机发现、组件识别、URL爬虫、XRAY扫描、AWVS自动扫描、POC批量验证SSH批量测试、vulmap。|785|2022-01-30|2021-12-06|
|18|[CollegesChat/university-information](https://github.com/CollegesChat/university-information)|收集全国各高校招生时不会写明,却会实实在在影响大学生活质量的要求与细节|769|2021-08-25|2021-06-25|
|19|[microsoft/Graphormer](https://github.com/microsoft/Graphormer)|Graphormer is a deep learning package that allows researchers and developers to train custom models for molecule modeling tasks. It aims to accelerate the research and application in AI for molecule s ...|766|2022-01-07|2021-05-27|
|20|[Jack-Cherish/quantitative](https://github.com/Jack-Cherish/quantitative)|量化交易python3|758|2021-12-28|2021-09-08|
|21|[Zy143L/wskey](https://github.com/Zy143L/wskey)|wskey|758|2022-02-02|2021-09-01|
|22|[BR-IDL/PaddleViT](https://github.com/BR-IDL/PaddleViT)|:robot: PaddleViT: State-of-the-art Visual Transformer and MLP Models for PaddlePaddle 2.0+|750|2022-01-26|2021-08-30|
|23|[Mashiro2000/HeyTapTask](https://github.com/Mashiro2000/HeyTapTask)|适配青龙面板/云函数/本地运行的欢太商城脚本|739|2022-01-22|2021-09-17|
|24|[wgpsec/DBJ](https://github.com/wgpsec/DBJ)|大宝剑-边界资产梳理工具红队、蓝队、企业组织架构、子域名、Web资产梳理、Web指纹识别、ICON_Hash资产匹配|717|2021-10-23|2021-03-11|
|25|[Boris-code/feapder](https://github.com/Boris-code/feapder)|feapder是一款支持分布式、批次采集、任务防丢、报警丰富的python爬虫框架|717|2022-02-04|2021-02-08|
|26|[open-mmlab/mmgeneration](https://github.com/open-mmlab/mmgeneration)|MMGeneration is a powerful toolkit for generative models, based on PyTorch and MMCV. |656|2022-01-28|2021-04-14|
|27|[ClassmateLin/scripts](https://github.com/ClassmateLin/scripts)|jd https://t.me/+fo3HSUe3nbRiNjY1|591|2022-01-14|2021-07-20|
|28|[ASoulCnki/ASoulCnki](https://github.com/ASoulCnki/ASoulCnki)|ASoul评论区小作文 枝网查重系统 爬虫部分|558|2021-12-03|2021-06-13|
|29|[knownsec/Kunyu](https://github.com/knownsec/Kunyu)|Kunyu, more efficient corporate asset collection|555|2022-01-25|2021-07-28|
|30|[Rick-Lang/rickroll-lang](https://github.com/Rick-Lang/rickroll-lang)|Rick Roll Language is a rickroll based, process oriented, dynamic, strong, esoteric programming language. All of the keywords/statements are coming from Rick Astley's lyrics. Discord server: https://d ...|545|2022-02-02|2021-05-16|
|31|[textflint/textflint](https://github.com/textflint/textflint)|Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing|537|2022-01-23|2021-03-06|
|32|[EASY233/Finger](https://github.com/EASY233/Finger)|一款红队在大量的资产中存活探测与重点攻击系统指纹探测工具|534|2022-01-27|2021-03-24|
|33|[wgpsec/tig](https://github.com/wgpsec/tig)|Threat Intelligence Gathering 威胁情报收集,旨在提高蓝队拿到攻击 IP 后对其进行威胁情报信息收集的效率。|534|2022-01-20|2021-03-10|
|34|[sourabh-joshi/awesome-quincy-larson-emails](https://github.com/sourabh-joshi/awesome-quincy-larson-emails)|This repository is an archive of emails that are sent by the awesome Quincy Larson every week.|520|2022-02-01|2021-02-16|
|35|[yhy0/github-cve-monitor](https://github.com/yhy0/github-cve-monitor)|实时监控github上新增的cve和安全工具更新多渠道推送通知|513|2022-02-03|2021-02-25|
|36|[P1-Team/AlliN](https://github.com/P1-Team/AlliN)|A flexible scanner|512|2022-01-18|2021-03-14|
|37|[ghealer/GUI_Tools](https://github.com/ghealer/GUI_Tools)|一个由各种图形化渗透工具组成的工具集|503|2022-01-10|2021-09-06|
|38|[zhaoolee/garss](https://github.com/zhaoolee/garss)|Github Actions采集RSS, 打造无广告内容优质的头版头条超赞宝藏页|503|2022-02-03|2021-02-20|
|39|[hukaixuan19970627/yolov5_obb](https://github.com/hukaixuan19970627/yolov5_obb)|yolov5 + csl_label.(Oriented Object Detection)Rotation DetectionRotated BBox基于yolov5的旋转目标检测|492|2022-01-22|2021-03-17|
|40|[Metarget/metarget](https://github.com/Metarget/metarget)|Metarget is a framework providing automatic constructions of vulnerable infrastructures.|483|2021-12-31|2021-04-09|
|41|[AntonVanke/JDBrandMember](https://github.com/AntonVanke/JDBrandMember)|京东自动入会获取京豆|478|2021-11-15|2021-04-01|
|42|[ssantoshp/Empyrial](https://github.com/ssantoshp/Empyrial)|Portfolio Management Framework for risk and performance analysis 投资组合管理|467|2022-02-04|2021-03-08|
|43|[wafinfo/Sunflower_get_Password](https://github.com/wafinfo/Sunflower_get_Password)|一款针对向日葵的识别码和验证码提取工具|465|2021-11-01|2021-03-11|
|44|[Oshino29/ngaArchive](https://github.com/Oshino29/ngaArchive)|nga论坛帖子的存档|452|2021-10-10|2021-09-14|
|45|[Zy143L/jd_cookie](https://github.com/Zy143L/jd_cookie)|Python练习|449|2021-09-02|2021-06-26|
|46|[BlinkDL/AI-Writer](https://github.com/BlinkDL/AI-Writer)|AI 写小说,生成玄幻和言情网文等等。中文预训练生成模型。采用我的 RWKV 模型,类似 GPT-2 。Tuned GPT for novel generation.|433|2022-01-21|2021-07-26|
|47|[open-mmlab/mmrazor](https://github.com/open-mmlab/mmrazor)|OpenMMLab Model Compression Toolbox and Benchmark.|426|2022-01-27|2021-12-22|
|48|[dqzg12300/fridaUiTools](https://github.com/dqzg12300/fridaUiTools)|frida工具的缝合怪|425|2021-12-06|2021-06-01|
|49|[open-mmlab/mmflow](https://github.com/open-mmlab/mmflow)|OpenMMLab optical flow toolbox and benchmark|423|2022-01-28|2021-11-16|
|50|[G-Security-Team/GSLibrary](https://github.com/G-Security-Team/GSLibrary)|轻量级知识库&POC管理平台|421|2021-10-11|2021-07-27|
|51|[pofey/movie_robot](https://github.com/pofey/movie_robot)|电影机器人自动从豆瓣电影的想看、在看、看过中获取影音信息然后去PT站智能选种找到最匹配的资源加入自己的影音库。|413|2022-01-18|2022-01-09|
|52|[open-mmlab/mmhuman3d](https://github.com/open-mmlab/mmhuman3d)|OpenMMLab 3D Human Parametric Model Toolbox and Benchmark|398|2022-02-04|2021-11-29|
|53|[zongdeiqianxing/Autoscanner](https://github.com/zongdeiqianxing/Autoscanner)|输入域名>爆破子域名>扫描子域名端口>发现扫描web服务>集成报告的全流程全自动扫描器。集成oneforall、masscan、nmap、dirsearch、crawlergo、xray等工具另支持cdn识别、网页截图、站点定位动态识别域名并添加功能、工具超时中断等|398|2021-11-16|2021-02-23|
|54|[ventusff/neurecon](https://github.com/ventusff/neurecon)|Multi-view 3D reconstruction using neural rendering. Unofficial implementation of UNISURF, VolSDF, NeuS and more.|397|2021-09-14|2021-09-08|
|55|[mpquant/MyTT](https://github.com/mpquant/MyTT)|MyTT将通达信,同花顺,文华麦语言等指标公式,最简移植到Python中,核心库单个文件,仅百行代码,十几个核心函数神奇的实现所有常见技术指标算法不依赖talib库的纯python实现和转换通达信MACD,RSI,BOLL,ATR,KDJ,CCI,PSY等公式,全部基于pandas函数计算方法封装简洁且高性能能非常方便的应用在股票指标公式,股市期货量化框架分析,自动程序化交易,数字货币量 ...|394|2021-12-27|2021-05-18|
|56|[FengQuanLi/WZCQ](https://github.com/FengQuanLi/WZCQ)|用基于策略梯度得强化学习方法训练AI玩王者荣耀|389|2021-11-16|2021-07-04|
|57|[ice-doom/EyeJo](https://github.com/ice-doom/EyeJo)|EyeJo是一款自动化资产风险评估平台可以协助甲方安全人员或乙方安全人员对授权的资产中进行排查快速发现存在的薄弱点和攻击面。|377|2021-08-25|2021-03-31|
|58|[yym6472/ConSERT](https://github.com/yym6472/ConSERT)|Code for our ACL 2021 paper - ConSERT: A Contrastive Framework for Self-Supervised Sentence Representation Transfer|363|2021-12-10|2021-05-31|
|59|[yaronzz/BaiduYunToAliYun](https://github.com/yaronzz/BaiduYunToAliYun)|同步百度云网盘到阿里云|350|2021-11-03|2021-07-09|
|60|[openspeech-team/openspeech](https://github.com/openspeech-team/openspeech)|Open-Source Toolkit for End-to-End Speech Recognition leveraging PyTorch-Lightning and Hydra.|350|2022-02-04|2021-06-06|
|61|[Misaka17032/genshin-lyre-auto-play](https://github.com/Misaka17032/genshin-lyre-auto-play)|根据midi文件演奏“风物之诗琴”的脚本 "Windsong Lyre" auto play|347|2021-08-23|2021-03-21|
|62|[YyzHarry/imbalanced-regression](https://github.com/YyzHarry/imbalanced-regression)|[ICML 2021, Long Talk] Delving into Deep Imbalanced Regression|347|2021-12-01|2021-02-18|
|63|[bilibili/LastOrder-Dota2](https://github.com/bilibili/LastOrder-Dota2)|Dota2 AI bot|327|2021-08-11|2021-08-02|
|64|[israel-dryer/ttkbootstrap](https://github.com/israel-dryer/ttkbootstrap)|A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.|321|2022-02-03|2021-03-19|
|65|[smxiazi/NEW_xp_CAPTCHA](https://github.com/smxiazi/NEW_xp_CAPTCHA)|xp_CAPTCHA(瞎跑 白嫖版) burp 验证码 识别 burp插件|320|2022-01-18|2021-04-23|
|66|[0x727/FingerprintHub](https://github.com/0x727/FingerprintHub)|侦查守卫(ObserverWard)的指纹库|314|2022-02-03|2021-08-20|
|67|[bangumi/server](https://github.com/bangumi/server)|The next-generation backend server for https://bgm.tv|304|2022-02-01|2021-12-07|
|68|[bigblackhat/oFx](https://github.com/bigblackhat/oFx)|一款漏洞验证工具而已|304|2022-01-27|2021-06-02|
|69|[HIT-SCIR/plm-nlp-code](https://github.com/HIT-SCIR/plm-nlp-code)|-|302|2021-12-15|2021-07-19|
|70|[srcrs/unicom-task](https://github.com/srcrs/unicom-task)|-|301|2021-11-28|2021-06-13|
|71|[ycdxsb/PocOrExp_in_Github](https://github.com/ycdxsb/PocOrExp_in_Github)|聚合Github上已有的Poc或者ExpCVE信息来自CVE官网。Auto Collect Poc Or Exp from Github by CVE ID.|300|2022-02-04|2021-04-13|
|72|[QPT-Family/QPT](https://github.com/QPT-Family/QPT)|[内测中]前向式Python环境快捷封装工具快速将Python打包为EXE并添加CUDA、NoAVX等支持。|299|2022-01-12|2021-05-03|
|73|[luern0313/WindSong-Lyre-Genshin-Impact](https://github.com/luern0313/WindSong-Lyre-Genshin-Impact)|【原神】自动演奏风物之诗琴的程序|298|2022-01-15|2021-03-27|
|74|[HibiKier/zhenxun_bot](https://github.com/HibiKier/zhenxun_bot)|基于 Nonebot2 和 go-cqhttp 开发,以 postgresql 作为数据库非常可爱的绪山真寻bot|296|2022-01-24|2021-05-16|
|75|[skywolf627/ProxiesActions](https://github.com/skywolf627/ProxiesActions)|通过GitHub的actions 自动采集节点 生成订阅信息|284|2022-02-04|2021-04-08|
|76|[nschloe/matplotx](https://github.com/nschloe/matplotx)|:bar_chart: More styles and useful extensions for Matplotlib|274|2022-02-03|2021-10-24|
|77|[bubbliiiing/yolox-pytorch](https://github.com/bubbliiiing/yolox-pytorch)|这是一个yolox-pytorch的源码可以用于训练自己的模型。|274|2022-01-13|2021-09-04|
|78|[ShannonAI/ChineseBert](https://github.com/ShannonAI/ChineseBert)|-|272|2021-11-16|2021-05-31|
|79|[CBLUEbenchmark/CBLUE](https://github.com/CBLUEbenchmark/CBLUE)|中文医疗信息处理基准CBLUE: A Chinese Biomedical Language Understanding Evaluation Benchmark|272|2021-08-28|2021-04-30|
|80|[sirodeneko/genshin-sign](https://github.com/sirodeneko/genshin-sign)|原神自动签到|269|2021-09-27|2021-05-23|
|81|[liuli-io/liuli](https://github.com/liuli-io/liuli)|构建一个多源、干净、个性化的阅读环境|266|2022-01-28|2021-04-07|
|82|[chen310/NeteaseCloudMusicTasks](https://github.com/chen310/NeteaseCloudMusicTasks)|网易云音乐自动任务:刷等级、云贝、云豆等|258|2022-01-27|2021-12-09|
|83|[hwkxk/HeytapTask](https://github.com/hwkxk/HeytapTask)|欢太商城每日签到Python脚本|257|2021-11-29|2021-07-19|
|84|[elmagnificogi/diablo2_resurrected_filter](https://github.com/elmagnificogi/diablo2_resurrected_filter)|diablo2 resurrected loot filter|244|2021-10-26|2021-10-10|
|85|[iframepm/FuckAV](https://github.com/iframepm/FuckAV)|python写的一款免杀工具shellcode加载器BypassAV国内杀软全过windows denfend2021-9-13|226|2021-10-25|2021-08-20|
|86|[ZhuiyiTechnology/t5-pegasus](https://github.com/ZhuiyiTechnology/t5-pegasus)|中文生成式预训练模型|222|2021-11-18|2021-03-03|
|87|[sipeed/Maix-Speech](https://github.com/sipeed/Maix-Speech)|Maix Speech AI lib, a fast and small speech lib running on embedded devices, including ASR, chat, TTS etc.|221|2021-10-26|2021-10-15|
|88|[DA-southampton/TRM_tutorial](https://github.com/DA-southampton/TRM_tutorial)|Transformer在CV和NLP领域的变体模型的从零解读TransformerVITSwin Transformer|217|2021-12-05|2021-11-24|
|89|[ZhuiyiTechnology/roformer](https://github.com/ZhuiyiTechnology/roformer)|Rotary Transformer|211|2021-11-18|2021-03-22|
|90|[bubbliiiing/unet-pytorch](https://github.com/bubbliiiing/unet-pytorch)|这是一个unet-pytorch的源码可以训练自己的模型|211|2021-12-12|2021-03-12|
|91|[cleverbao/520apkhook](https://github.com/cleverbao/520apkhook)|把msf生成的安卓远控附加进普通的app中并进行加固隐藏特征。可以绕过常见的手机安全管家。|207|2021-11-19|2021-10-14|
|92|[EricLee2021-72324/handpose_x](https://github.com/EricLee2021-72324/handpose_x)|手部21个关键点检测二维手势姿态手势识别pytorch,handpose|199|2021-10-15|2021-03-19|
|93|[lobbyboy-ssh/lobbyboy](https://github.com/lobbyboy-ssh/lobbyboy)|A lobby boy will create a VPS server when you need one, and destroy it after using it.|198|2021-12-12|2021-10-16|
|94|[Pr0214/trace_natives](https://github.com/Pr0214/trace_natives)|一个小脚本用于trace so中native函数的调用。|190|2021-08-07|2021-03-21|
|95|[Micro-sheep/efinance](https://github.com/Micro-sheep/efinance)|efinance 是一个可以快速获取基金、股票、债券、期货数据的 Python 库,回测以及量化交易的好帮手!🚀🚀🚀|188|2021-12-05|2021-02-25|
|96|[MuQiuJun-AI/bert4pytorch](https://github.com/MuQiuJun-AI/bert4pytorch)|超轻量级bert的pytorch版本大量中文注释容易修改结构持续更新|185|2021-11-08|2021-08-17|
|97|[kaixindelele/DRLib](https://github.com/kaixindelele/DRLib)|DRLibA concise deep reinforcement learning library, integrating HER and PER for almost off policy RL algos.|185|2021-12-06|2021-02-23|
|98|[OpenBMB/BMInf](https://github.com/OpenBMB/BMInf)|Low-cost Inference Package for Big Pretrained Language Models (PLMs)|183|2021-12-07|2021-08-24|
|99|[Tencent/Lichee](https://github.com/Tencent/Lichee)|一个多模态内容理解算法框架,其中包含数据处理、预训练模型、常见模型以及模型加速等模块。|176|2021-10-26|2021-10-18|
|100|[mpquant/Ashare](https://github.com/mpquant/Ashare)|股票行情实时数据接口-A股,完全免费的沪深证券股票数据-中国股市,python最简封装的API接口,包含日线,历史K线,分时线,分钟线,全部实时采集系统包括新浪腾讯双数据核心采集获取自动故障切换STOCK数据格式成DataFrame格式,可用来查询研究量化分析,股票程序自动化交易系统.为量化研究者在数据获取方面极大地减轻工作量,更加专注于策略和模型的研究与实现。|176|2021-11-30|2021-06-11|
|101|[ZhuiyiTechnology/roformer-sim](https://github.com/ZhuiyiTechnology/roformer-sim)|SimBERT升级版SimBERTv2|175|2021-11-18|2021-06-10|
|102|[hengxuZ/spot-trend-grid](https://github.com/hengxuZ/spot-trend-grid)|虚拟货币(BTC、ETH)炒币量化系统项目。在一版本的基础上加入了趋势判断.目前实盘月化20%|167|2021-10-27|2021-04-28|
|103|[serend1p1ty/SeqNet](https://github.com/serend1p1ty/SeqNet)|[AAAI 2021] Sequential End-to-end Network for Efficient Person Search|166|2021-12-07|2021-04-01|
|104|[ranahaani/GNews](https://github.com/ranahaani/GNews)|A Happy and lightweight Python Package that Provides an API to search for articles on Google News and returns a JSON response.|166|2021-12-02|2021-02-17|
|105|[alibaba/TinyNeuralNetwork](https://github.com/alibaba/TinyNeuralNetwork)|TinyNeuralNetwork is an efficient and easy-to-use deep learning model compression framework.|163|2021-12-13|2021-11-02|
|106|[psoho/fast-poster](https://github.com/psoho/fast-poster)|fastposter海报生成器电商级别海报生成器一分钟完成海报开发快速生成海报完成海报制作。支持Java,Python,PHP,Go,JS小程序等多种语言。演示地址https://poster.prodapi.cn/|155|2021-12-02|2021-03-25|
|107|[ranchlai/mandarin-tts](https://github.com/ranchlai/mandarin-tts)|Chinese Mandarin tts text-to-speech 中文 (普通话) 语音 合成 , by fastspeech 2 , implemented in pytorch, using waveglow as vocoder, with biaobei and aishell3 datasets|155|2021-09-20|2021-02-19|
|108|[zhiwehu/100_plus_Python_Projects_Challenge](https://github.com/zhiwehu/100_plus_Python_Projects_Challenge)|100+ Python Projects Challenge|154|2021-12-01|2021-05-01|
|109|[ppogg/Retinaface_Ghost](https://github.com/ppogg/Retinaface_Ghost)|This is a project based on retinaface face detection, including ghostnet and mobilenetv3|151|2021-12-02|2021-06-11|
|110|[firmianay/Vehicle-Security-Toolkit](https://github.com/firmianay/Vehicle-Security-Toolkit)|汽车安全测试工具集(持续更新)|150|2021-12-06|2021-08-03|
|111|[easton-cau/SOTR](https://github.com/easton-cau/SOTR)|SOTR: Segmenting Objects with Transformers|148|2021-11-15|2021-07-28|
|112|[ovenone/sub_to_mlsub](https://github.com/ovenone/sub_to_mlsub)|订阅转换添加免流host|146|2021-12-05|2021-02-22|
|113|[zhoubin-me/lushi_script](https://github.com/zhoubin-me/lushi_script)|This script is to save your time from Mercenaries mode of Hearthstone|143|2021-12-02|2021-10-19|
|114|[Mufanc/Genshin-SmartFishingRod](https://github.com/Mufanc/Genshin-SmartFishingRod)|【Auto】原神⭐钓鱼辅助工具 自动收竿、校准游标 ✨您只需要抛出鱼竿,我们会帮你完成一切✨|143|2021-09-22|2021-09-04|
|115|[KimigaiiWuyi/GenshinUID](https://github.com/KimigaiiWuyi/GenshinUID)|一个基于HoshinoBot/NoneBot2的原神UID查询插件|143|2021-12-10|2021-08-02|
|116|[PaddleCV-SIG/EISeg](https://github.com/PaddleCV-SIG/EISeg)|高效交互式语义分割标注软件EISeg 『Efficient and intelligent interactive segmentation annotation software』|143|2021-12-13|2021-04-25|
|117|[megagonlabs/bunkai](https://github.com/megagonlabs/bunkai)|Sentence boundary disambiguation tool for Japanese texts (日本語文境界判定器)|143|2021-12-13|2021-04-21|
|118|[666wcy/ARPT-Bot](https://github.com/666wcy/ARPT-Bot)|一个基于Python3的Bot。目前支持以Docker的方式部署在vps上。支持Aria2、本子下载、网易云音乐下载、Pixiv榜单下载、Youtue-dl支持、搜图。|142|2021-11-10|2021-06-27|
|119|[SigureMo/yutto](https://github.com/SigureMo/yutto)|:ice_cube: 一个可爱且任性的 B 站视频下载器bilili2.x|142|2021-12-08|2021-05-02|
|120|[daydreaming666/Amenoma](https://github.com/daydreaming666/Amenoma)|A simple desktop application to scan and export Genshin Impact Artifacts and Materials.|141|2021-12-11|2021-08-24|
|121|[leifengwl/JDRouterPush](https://github.com/leifengwl/JDRouterPush)|京东云无线宝积分推送,支持多设备查看积分使用情况|139|2021-10-20|2021-02-25|
|122|[spiritLHL/Hang-up-items](https://github.com/spiritLHL/Hang-up-items)|问卷调查项目云服务器挂机项目各种脚本收集部分github链接已反代理加速可国内直连。欢迎右上角watch及时收取更新信息。(不要fork和star低调)|137|2021-12-13|2021-05-27|
|123|[n0thing2speak/oracle_arm](https://github.com/n0thing2speak/oracle_arm)|oracle arm registration script. 乌龟壳刷ARM脚本|136|2021-12-01|2021-10-25|
|124|[luck-ying/Library-POC](https://github.com/luck-ying/Library-POC)|漏洞poc&exp存档|136|2021-12-08|2021-03-21|
|125|[murufeng/awesome_lightweight_networks](https://github.com/murufeng/awesome_lightweight_networks)|The implementation of various lightweight networks by using PyTorch. such asMobileNetV2MobileNeXtGhostNetAdderNetShuffleNetV1-V2LCNetMobile+ViT etc. ⭐⭐⭐⭐⭐|132|2021-12-09|2021-08-13|
|126|[Womsxd/AutoMihoyoBBS](https://github.com/Womsxd/AutoMihoyoBBS)|米游社辅助签到,支持米游币,原神,崩坏三|131|2021-12-06|2021-05-23|
|127|[Gumpest/YOLOv5-Multibackbone-Compression](https://github.com/Gumpest/YOLOv5-Multibackbone-Compression)|YOLOv5 Series Multi-backbone(TPH-YOLOv5, Ghostnet, ShuffleNetv2, Mobilenetv3Small, EfficientNetLite, PP-LCNetSwinTransformer YOLO), Pruning (EagleEye) and Quantization (MQBench) Compression Tool Box.|130|2021-12-13|2021-10-26|
|128|[greatcodeeer/iPhone-Pickup-Monitor](https://github.com/greatcodeeer/iPhone-Pickup-Monitor)|iPhone取货预约助手|130|2021-09-24|2021-09-19|
|129|[Ridter/RelayX](https://github.com/Ridter/RelayX)|NTLM relay test.|130|2021-11-17|2021-07-29|
|130|[daodaofr/AlignPS](https://github.com/daodaofr/AlignPS)|Code for CVPR 2021 paper: Anchor-Free Person Search|129|2021-10-18|2021-03-21|
|131|[thesadru/genshinstats](https://github.com/thesadru/genshinstats)|A python library that can get the stats of Genshin Impact players using Mihoyo's API. |129|2021-12-10|2021-02-06|
|132|[csebuetnlp/xl-sum](https://github.com/csebuetnlp/xl-sum)|This repository contains the code, data, and models of the paper titled "XL-Sum: Large-Scale Multilingual Abstractive Summarization for 44 Languages" published in Findings of the Association for Compu ...|127|2021-11-22|2021-06-26|
|133|[A-Soul-Database/A-Soul-Database](https://github.com/A-Soul-Database/A-Soul-Database)|A-Soul db A-Soul第三方直播数据|126|2021-11-14|2021-08-06|
|134|[AgentMaker/Paddle-Image-Models](https://github.com/AgentMaker/Paddle-Image-Models)|A PaddlePaddle version image model zoo.|126|2021-11-13|2021-03-18|
|135|[JunnYu/RoFormer_pytorch](https://github.com/JunnYu/RoFormer_pytorch)|RoFormer_pytorch|125|2021-12-03|2021-03-25|
|136|[paradiseduo/ApplicationScanner](https://github.com/paradiseduo/ApplicationScanner)|An open source application scanning tool|123|2021-11-24|2021-03-04|
|137|[msg-systems/coreferee](https://github.com/msg-systems/coreferee)|Coreference resolution for English, French, German and Polish, optimised for limited training data and easily extensible for further languages|122|2021-12-12|2021-04-14|
|138|[SpeechColab/Leaderboard](https://github.com/SpeechColab/Leaderboard)|SpeechIO Leaderboard: a large, robust, comprehensive, benchmarking platform for Automatic Speech Recognition.|119|2021-12-10|2021-02-07|
|139|[youshandefeiyang/SSRSpeedN-Mod](https://github.com/youshandefeiyang/SSRSpeedN-Mod)|机场流媒体解锁批量检测工具 Mod By 肥羊|116|2021-11-09|2021-10-07|
|140|[AttackTeamFamily/blackip](https://github.com/AttackTeamFamily/blackip)|沙箱IP、网络测绘ip、全网扫描ip等等收集|116|2021-11-08|2021-09-23|
|141|[liushulinle/PLOME](https://github.com/liushulinle/PLOME)|Source code for the paper "PLOME: Pre-training with Misspelled Knowledge for Chinese Spelling Correction" in ACL2021|115|2021-09-17|2021-05-08|
|142|[opendilab/GoBigger](https://github.com/opendilab/GoBigger)|OpenDILab Multi-Agent Environment|114|2021-12-08|2021-09-30|
|143|[milaan9/milaan9](https://github.com/milaan9/milaan9)|-|114|2021-12-08|2021-06-15|
|144|[Anna10071/Anna](https://github.com/Anna10071/Anna)|适合女程序员做短视频的代码和脚本(石头、剪刀、布的游戏python小猪佩奇python画兔子心形曲线等等|113|2021-09-15|2021-09-05|
|145|[xinntao/facexlib](https://github.com/xinntao/facexlib)|FaceXlib aims at providing ready-to-use face-related functions based on current STOA open-source methods.|113|2021-10-22|2021-03-19|
|146|[spiritLHL/qinglong_auto_tools](https://github.com/spiritLHL/qinglong_auto_tools)|一些自写自用的qinglong配套工具|110|2021-12-12|2021-08-04|
|147|[jym66/Dlink_Parse](https://github.com/jym66/Dlink_Parse)|解析 优酷腾讯哔哩哔哩抖音芒果TV爱奇艺PP视频咪咕视频AcFun快手搜狐视频QQ音乐网易云音乐酷我音乐腾讯课堂西瓜视频等下载地址|110|2021-09-25|2021-04-13|
|148|[BAAI-WuDao/BriVL](https://github.com/BAAI-WuDao/BriVL)|Bridging Vision and Language Model|109|2021-10-27|2021-08-12|
|149|[hosch3n/ProxyVulns](https://github.com/hosch3n/ProxyVulns)|[ProxyLogon] CVE-2021-26855 & CVE-2021-27065 Fixed RawIdentity Bug Exploit. [ProxyOracle] CVE-2021-31195 & CVE-2021-31196 Exploit Chains. [ProxyShell] CVE-2021-34473 & CVE-2021-34523 & CVE-2021-31207 ...|108|2021-11-16|2021-04-14|
|150|[zzp-seeker/bupt-ncov-auto-report](https://github.com/zzp-seeker/bupt-ncov-auto-report)|:helicopter:北邮疫情自动填报Python+Github Actions长期维护|107|2021-12-02|2021-08-04|
|151|[scaomath/galerkin-transformer](https://github.com/scaomath/galerkin-transformer)|[NeurIPS 2021] Galerkin Transformer: a linear attention without softmax|105|2021-11-12|2021-05-04|
|152|[27182812/paddle-wechaty-Zodiac](https://github.com/27182812/paddle-wechaty-Zodiac)|AI创造营 Metaverse启动机之重构现世结合PaddlePaddle 和 Wechaty 创造自己的聊天机器人|103|2021-08-19|2021-08-19|
|153|[XiaoMiku01/miyoubiAuto](https://github.com/XiaoMiku01/miyoubiAuto)|米游社每日米游币自动化脚本|103|2021-10-28|2021-04-28|
|154|[xiangking/ark-nlp](https://github.com/xiangking/ark-nlp)|A private nlp coding package|103|2021-12-13|2021-02-21|
|155|[abc1763613206/myiptv](https://github.com/abc1763613206/myiptv)|自用直播源集合,附带检测与分类功能。|103|2021-08-27|2021-02-14|
|156|[Code4Epoch/Bolaris](https://github.com/Code4Epoch/Bolaris)|Polaris + Bella = Bolaris|102|2021-12-02|2021-07-02|
|157|[yuxian158/check](https://github.com/yuxian158/check)|青龙面板平台签到函数|101|2021-08-07|2021-07-22|
|158|[0671/RabR](https://github.com/0671/RabR)|Redis-Attack By Replication (通过主从复制攻击Redis) |101|2021-08-28|2021-07-03|
|159|[LennonChin/AppleStore-Monitor](https://github.com/LennonChin/AppleStore-Monitor)|Monitor robot of Apple Store's products, using DingTalk notification.|99|2021-11-11|2021-10-19|
|160|[CLUEbenchmark/DataCLUE](https://github.com/CLUEbenchmark/DataCLUE)|DataCLUE: 数据为中心的NLP基准和工具包|98|2021-12-11|2021-09-11|
|161|[passer-W/VulScanner](https://github.com/passer-W/VulScanner)|一款适合在渗透测试中随时记录和保存的漏洞检测工具|98|2021-10-22|2021-07-19|
|162|[tonquer/ehentai-qt](https://github.com/tonquer/ehentai-qt)|e-hentai, exhentai|98|2021-12-12|2021-05-30|
|163|[zr2021/2021_QQ_AIAC_Tack1_1st](https://github.com/zr2021/2021_QQ_AIAC_Tack1_1st)|QQ浏览器2021AI算法大赛赛道一 第1名 方案|97|2021-11-17|2021-10-30|
|164|[wuye999/myScripts](https://github.com/wuye999/myScripts)|存放脚本,京东, tg联通 等|96|2021-12-12|2021-10-13|
|165|[fastnlp/CPT](https://github.com/fastnlp/CPT)|CPT: A Pre-Trained Unbalanced Transformer for Both Chinese Language Understanding and Generation|96|2021-11-14|2021-08-25|
|166|[2lifetop/LightHouse_Automatic_Shutdown](https://github.com/2lifetop/LightHouse_Automatic_Shutdown)|腾讯云轻量服务流量超出限制自动关机|96|2021-12-06|2021-03-13|
|167|[WilmerWang/autoLiterature](https://github.com/WilmerWang/autoLiterature)|autoLiterature是一个基于Dropbox和Python的自动文献管理器。|95|2021-11-08|2021-06-26|
|168|[TakWolf/ark-pixel-font](https://github.com/TakWolf/ark-pixel-font)|开源的泛中日韩像素字体 / Open source Pan-CJK pixel font|94|2021-12-13|2021-05-11|
|169|[jwt1399/Sec-Tools](https://github.com/jwt1399/Sec-Tools)|🍉一款基于Python-Django的多功能Web安全渗透测试工具包含漏洞扫描端口扫描指纹识别目录扫描旁站扫描域名扫描等功能。|93|2021-11-25|2021-11-05|
|170|[xiazhongyv/PKUAutoSubmit_online](https://github.com/xiazhongyv/PKUAutoSubmit_online)|萌新友好的无需下载文件与配环境的基于Github Actions的P大学生出入校自动报备程序|93|2021-11-28|2021-10-28|
|171|[TsinghuaAI/CPM-2-Pretrain](https://github.com/TsinghuaAI/CPM-2-Pretrain)|Code for CPM-2 Pre-Train|93|2021-10-07|2021-05-31|
|172|[THUDM/Chinese-Transformer-XL](https://github.com/THUDM/Chinese-Transformer-XL)|-|93|2021-10-25|2021-03-09|
|173|[SAGIRI-kawaii/saya_plugins_collection](https://github.com/SAGIRI-kawaii/saya_plugins_collection)|一个Graia-Saya的插件仓库|93|2021-10-30|2021-02-20|
|174|[Vincentzyx/DouZero_For_HLDDZ_FullAuto](https://github.com/Vincentzyx/DouZero_For_HLDDZ_FullAuto)|将DouZero用于欢乐斗地主自动化|92|2021-11-05|2021-07-28|
|1|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.|9287|2022-02-04|2021-07-19|
|2|[PeterL1n/RobustVideoMatting](https://github.com/PeterL1n/RobustVideoMatting)|Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!|5161|2022-01-14|2021-08-30|
|3|[7eu7d7/genshin_auto_fish](https://github.com/7eu7d7/genshin_auto_fish)|基于深度强化学习的原神自动钓鱼AI|3164|2022-02-05|2021-09-10|
|4|[xfangfang/Macast](https://github.com/xfangfang/Macast)|Macast is a cross-platform application which using mpv as DLNA Media Renderer.|2855|2022-02-02|2021-06-02|
|5|[open-mmlab/mmocr](https://github.com/open-mmlab/mmocr)|OpenMMLab Text Detection, Recognition and Understanding Toolbox|2087|2022-01-27|2021-04-07|
|6|[0x727/ShuiZe_0x727](https://github.com/0x727/ShuiZe_0x727)|信息收集自动化工具|1531|2022-01-17|2021-07-28|
|7|[sml2h3/ddddocr](https://github.com/sml2h3/ddddocr)|带带弟弟 通用验证码识别OCR pypi版|1417|2022-01-25|2021-07-14|
|8|[martinet101/ElevenClock](https://github.com/martinet101/ElevenClock)|ElevenClock: Have a customizable clock on your Windows 11 displays|1044|2022-02-05|2021-09-19|
|9|[luminoleon/epicgames-claimer](https://github.com/luminoleon/epicgames-claimer)|自动领取Epic游戏商城每周免费游戏。|1028|2022-01-28|2021-09-12|
|10|[curtinlv/JD-Script](https://github.com/curtinlv/JD-Script)|仅供参考。|1021|2022-01-26|2021-05-05|
|11|[Tencent/CodeAnalysis](https://github.com/Tencent/CodeAnalysis)|Static Code Analysis|983|2022-02-04|2021-12-28|
|12|[hustvl/YOLOP](https://github.com/hustvl/YOLOP)|You Only Look Once for Panopitic Driving Perception.https://arxiv.org/abs/2108.11250|864|2021-12-14|2021-08-25|
|13|[Mas0nShi/typoraCracker](https://github.com/Mas0nShi/typoraCracker)|A extract & decryption and pack & encryption tools for typora.|863|2022-01-17|2021-11-30|
|14|[yihong0618/GitHubPoster](https://github.com/yihong0618/GitHubPoster)|Make everything a GitHub svg poster and Skyline!|790|2022-02-05|2021-04-21|
|15|[78778443/QingScan](https://github.com/78778443/QingScan)|一个漏洞扫描器粘合剂,添加目标后30款工具自动调用支持 web扫描、系统扫描、子域名收集、目录扫描、主机扫描、主机发现、组件识别、URL爬虫、XRAY扫描、AWVS自动扫描、POC批量验证SSH批量测试、vulmap。|787|2022-01-30|2021-12-06|
|16|[CollegesChat/university-information](https://github.com/CollegesChat/university-information)|收集全国各高校招生时不会写明,却会实实在在影响大学生活质量的要求与细节|768|2021-08-25|2021-06-25|
|17|[Zy143L/wskey](https://github.com/Zy143L/wskey)|wskey|767|2022-02-05|2021-09-01|
|18|[microsoft/Graphormer](https://github.com/microsoft/Graphormer)|Graphormer is a deep learning package that allows researchers and developers to train custom models for molecule modeling tasks. It aims to accelerate the research and application in AI for molecule s ...|767|2022-01-07|2021-05-27|
|19|[Jack-Cherish/quantitative](https://github.com/Jack-Cherish/quantitative)|量化交易python3|759|2021-12-28|2021-09-08|
|20|[BR-IDL/PaddleViT](https://github.com/BR-IDL/PaddleViT)|:robot: PaddleViT: State-of-the-art Visual Transformer and MLP Models for PaddlePaddle 2.0+|750|2022-01-26|2021-08-30|
|21|[Mashiro2000/HeyTapTask](https://github.com/Mashiro2000/HeyTapTask)|适配青龙面板/云函数/本地运行的欢太商城脚本|740|2022-01-22|2021-09-17|
|22|[wgpsec/DBJ](https://github.com/wgpsec/DBJ)|大宝剑-边界资产梳理工具红队、蓝队、企业组织架构、子域名、Web资产梳理、Web指纹识别、ICON_Hash资产匹配|717|2021-10-23|2021-03-11|
|23|[Boris-code/feapder](https://github.com/Boris-code/feapder)|feapder是一款支持分布式、批次采集、任务防丢、报警丰富的python爬虫框架|717|2022-02-04|2021-02-08|
|24|[open-mmlab/mmgeneration](https://github.com/open-mmlab/mmgeneration)|MMGeneration is a powerful toolkit for generative models, based on PyTorch and MMCV. |656|2022-02-04|2021-04-14|
|25|[ClassmateLin/scripts](https://github.com/ClassmateLin/scripts)|jd https://t.me/+fo3HSUe3nbRiNjY1|591|2022-01-14|2021-07-20|
|26|[ASoulCnki/ASoulCnki](https://github.com/ASoulCnki/ASoulCnki)|ASoul评论区小作文 枝网查重系统 爬虫部分|560|2021-12-03|2021-06-13|
|27|[knownsec/Kunyu](https://github.com/knownsec/Kunyu)|Kunyu, more efficient corporate asset collection|556|2022-01-25|2021-07-28|
|28|[Rick-Lang/rickroll-lang](https://github.com/Rick-Lang/rickroll-lang)|Rick Roll Language is a rickroll based, process oriented, dynamic, strong, esoteric programming language. All of the keywords/statements are coming from Rick Astley's lyrics. Discord server: https://d ...|545|2022-02-02|2021-05-16|
|29|[textflint/textflint](https://github.com/textflint/textflint)|Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing|537|2022-01-23|2021-03-06|
|30|[wgpsec/tig](https://github.com/wgpsec/tig)|Threat Intelligence Gathering 威胁情报收集,旨在提高蓝队拿到攻击 IP 后对其进行威胁情报信息收集的效率。|535|2022-01-20|2021-03-10|
|31|[EASY233/Finger](https://github.com/EASY233/Finger)|一款红队在大量的资产中存活探测与重点攻击系统指纹探测工具|534|2022-01-27|2021-03-24|
|32|[sourabh-joshi/awesome-quincy-larson-emails](https://github.com/sourabh-joshi/awesome-quincy-larson-emails)|This repository is an archive of emails that are sent by the awesome Quincy Larson every week.|520|2022-02-01|2021-02-16|
|33|[yhy0/github-cve-monitor](https://github.com/yhy0/github-cve-monitor)|实时监控github上新增的cve和安全工具更新多渠道推送通知|514|2022-02-03|2021-02-25|
|34|[P1-Team/AlliN](https://github.com/P1-Team/AlliN)|A flexible scanner|512|2022-01-18|2021-03-14|
|35|[ghealer/GUI_Tools](https://github.com/ghealer/GUI_Tools)|一个由各种图形化渗透工具组成的工具集|505|2022-01-10|2021-09-06|
|36|[zhaoolee/garss](https://github.com/zhaoolee/garss)|Github Actions采集RSS, 打造无广告内容优质的头版头条超赞宝藏页|505|2022-02-04|2021-02-20|
|37|[hukaixuan19970627/yolov5_obb](https://github.com/hukaixuan19970627/yolov5_obb)|yolov5 + csl_label.(Oriented Object Detection)Rotation DetectionRotated BBox基于yolov5的旋转目标检测|494|2022-01-22|2021-03-17|
|38|[Metarget/metarget](https://github.com/Metarget/metarget)|Metarget is a framework providing automatic constructions of vulnerable infrastructures.|483|2021-12-31|2021-04-09|
|39|[AntonVanke/JDBrandMember](https://github.com/AntonVanke/JDBrandMember)|京东自动入会获取京豆|478|2021-11-15|2021-04-01|
|40|[ssantoshp/Empyrial](https://github.com/ssantoshp/Empyrial)|Portfolio Management Framework for risk and performance analysis 投资组合管理|467|2022-02-04|2021-03-08|
|41|[wafinfo/Sunflower_get_Password](https://github.com/wafinfo/Sunflower_get_Password)|一款针对向日葵的识别码和验证码提取工具|465|2021-11-01|2021-03-11|
|42|[Oshino29/ngaArchive](https://github.com/Oshino29/ngaArchive)|nga论坛帖子的存档|452|2021-10-10|2021-09-14|
|43|[Zy143L/jd_cookie](https://github.com/Zy143L/jd_cookie)|Python练习|449|2021-09-02|2021-06-26|
|44|[BlinkDL/AI-Writer](https://github.com/BlinkDL/AI-Writer)|AI 写小说,生成玄幻和言情网文等等。中文预训练生成模型。采用我的 RWKV 模型,类似 GPT-2 。Tuned GPT for novel generation.|434|2022-01-21|2021-07-26|
|45|[open-mmlab/mmrazor](https://github.com/open-mmlab/mmrazor)|OpenMMLab Model Compression Toolbox and Benchmark.|427|2022-01-27|2021-12-22|
|46|[dqzg12300/fridaUiTools](https://github.com/dqzg12300/fridaUiTools)|frida工具的缝合怪|426|2021-12-06|2021-06-01|
|47|[open-mmlab/mmflow](https://github.com/open-mmlab/mmflow)|OpenMMLab optical flow toolbox and benchmark|425|2022-01-28|2021-11-16|
|48|[G-Security-Team/GSLibrary](https://github.com/G-Security-Team/GSLibrary)|轻量级知识库&POC管理平台|421|2021-10-11|2021-07-27|
|49|[pofey/movie_robot](https://github.com/pofey/movie_robot)|电影机器人自动从豆瓣电影的想看、在看、看过中获取影音信息然后去PT站智能选种找到最匹配的资源加入自己的影音库。|413|2022-01-18|2022-01-09|
|50|[open-mmlab/mmhuman3d](https://github.com/open-mmlab/mmhuman3d)|OpenMMLab 3D Human Parametric Model Toolbox and Benchmark|400|2022-02-04|2021-11-29|
|51|[zongdeiqianxing/Autoscanner](https://github.com/zongdeiqianxing/Autoscanner)|输入域名>爆破子域名>扫描子域名端口>发现扫描web服务>集成报告的全流程全自动扫描器。集成oneforall、masscan、nmap、dirsearch、crawlergo、xray等工具另支持cdn识别、网页截图、站点定位动态识别域名并添加功能、工具超时中断等|398|2021-11-16|2021-02-23|
|52|[ventusff/neurecon](https://github.com/ventusff/neurecon)|Multi-view 3D reconstruction using neural rendering. Unofficial implementation of UNISURF, VolSDF, NeuS and more.|397|2021-09-14|2021-09-08|
|53|[mpquant/MyTT](https://github.com/mpquant/MyTT)|MyTT将通达信,同花顺,文华麦语言等指标公式,最简移植到Python中,核心库单个文件,仅百行代码,十几个核心函数神奇的实现所有常见技术指标算法不依赖talib库的纯python实现和转换通达信MACD,RSI,BOLL,ATR,KDJ,CCI,PSY等公式,全部基于pandas函数计算方法封装简洁且高性能能非常方便的应用在股票指标公式,股市期货量化框架分析,自动程序化交易,数字货币量 ...|394|2021-12-27|2021-05-18|
|54|[FengQuanLi/WZCQ](https://github.com/FengQuanLi/WZCQ)|用基于策略梯度得强化学习方法训练AI玩王者荣耀|389|2021-11-16|2021-07-04|
|55|[ice-doom/EyeJo](https://github.com/ice-doom/EyeJo)|EyeJo是一款自动化资产风险评估平台可以协助甲方安全人员或乙方安全人员对授权的资产中进行排查快速发现存在的薄弱点和攻击面。|377|2021-08-25|2021-03-31|
|56|[yym6472/ConSERT](https://github.com/yym6472/ConSERT)|Code for our ACL 2021 paper - ConSERT: A Contrastive Framework for Self-Supervised Sentence Representation Transfer|363|2021-12-10|2021-05-31|
|57|[yaronzz/BaiduYunToAliYun](https://github.com/yaronzz/BaiduYunToAliYun)|同步百度云网盘到阿里云|351|2021-11-03|2021-07-09|
|58|[openspeech-team/openspeech](https://github.com/openspeech-team/openspeech)|Open-Source Toolkit for End-to-End Speech Recognition leveraging PyTorch-Lightning and Hydra.|350|2022-02-04|2021-06-06|
|59|[Misaka17032/genshin-lyre-auto-play](https://github.com/Misaka17032/genshin-lyre-auto-play)|根据midi文件演奏“风物之诗琴”的脚本 "Windsong Lyre" auto play|347|2021-08-23|2021-03-21|
|60|[YyzHarry/imbalanced-regression](https://github.com/YyzHarry/imbalanced-regression)|[ICML 2021, Long Talk] Delving into Deep Imbalanced Regression|347|2021-12-01|2021-02-18|
|61|[bilibili/LastOrder-Dota2](https://github.com/bilibili/LastOrder-Dota2)|Dota2 AI bot|327|2021-08-11|2021-08-02|
|62|[israel-dryer/ttkbootstrap](https://github.com/israel-dryer/ttkbootstrap)|A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.|322|2022-02-05|2021-03-19|
|63|[smxiazi/NEW_xp_CAPTCHA](https://github.com/smxiazi/NEW_xp_CAPTCHA)|xp_CAPTCHA(瞎跑 白嫖版) burp 验证码 识别 burp插件|320|2022-01-18|2021-04-23|
|64|[0x727/FingerprintHub](https://github.com/0x727/FingerprintHub)|侦查守卫(ObserverWard)的指纹库|315|2022-02-03|2021-08-20|
|65|[bangumi/server](https://github.com/bangumi/server)|The next-generation backend server for https://bgm.tv|304|2022-02-01|2021-12-07|
|66|[bigblackhat/oFx](https://github.com/bigblackhat/oFx)|一款漏洞验证工具而已|304|2022-01-27|2021-06-02|
|67|[HIT-SCIR/plm-nlp-code](https://github.com/HIT-SCIR/plm-nlp-code)|-|302|2021-12-15|2021-07-19|
|68|[srcrs/unicom-task](https://github.com/srcrs/unicom-task)|-|301|2021-11-28|2021-06-13|
|69|[ycdxsb/PocOrExp_in_Github](https://github.com/ycdxsb/PocOrExp_in_Github)|聚合Github上已有的Poc或者ExpCVE信息来自CVE官网。Auto Collect Poc Or Exp from Github by CVE ID.|300|2022-02-05|2021-04-13|
|70|[HibiKier/zhenxun_bot](https://github.com/HibiKier/zhenxun_bot)|基于 Nonebot2 和 go-cqhttp 开发,以 postgresql 作为数据库非常可爱的绪山真寻bot|299|2022-01-24|2021-05-16|
|71|[QPT-Family/QPT](https://github.com/QPT-Family/QPT)|[内测中]前向式Python环境快捷封装工具快速将Python打包为EXE并添加CUDA、NoAVX等支持。|299|2022-01-12|2021-05-03|
|72|[luern0313/WindSong-Lyre-Genshin-Impact](https://github.com/luern0313/WindSong-Lyre-Genshin-Impact)|【原神】自动演奏风物之诗琴的程序|299|2022-01-15|2021-03-27|
|73|[skywolf627/ProxiesActions](https://github.com/skywolf627/ProxiesActions)|通过GitHub的actions 自动采集节点 生成订阅信息|284|2022-02-05|2021-04-08|
|74|[nschloe/matplotx](https://github.com/nschloe/matplotx)|:bar_chart: More styles and useful extensions for Matplotlib|274|2022-02-03|2021-10-24|
|75|[bubbliiiing/yolox-pytorch](https://github.com/bubbliiiing/yolox-pytorch)|这是一个yolox-pytorch的源码可以用于训练自己的模型。|274|2022-01-13|2021-09-04|
|76|[ShannonAI/ChineseBert](https://github.com/ShannonAI/ChineseBert)|-|272|2021-11-16|2021-05-31|
|77|[CBLUEbenchmark/CBLUE](https://github.com/CBLUEbenchmark/CBLUE)|中文医疗信息处理基准CBLUE: A Chinese Biomedical Language Understanding Evaluation Benchmark|272|2021-08-28|2021-04-30|
|78|[sirodeneko/genshin-sign](https://github.com/sirodeneko/genshin-sign)|原神自动签到|269|2021-09-27|2021-05-23|
|79|[liuli-io/liuli](https://github.com/liuli-io/liuli)|构建一个多源、干净、个性化的阅读环境|266|2022-01-28|2021-04-07|
|80|[chen310/NeteaseCloudMusicTasks](https://github.com/chen310/NeteaseCloudMusicTasks)|网易云音乐自动任务:刷等级、云贝、云豆等|258|2022-01-27|2021-12-09|
|81|[hwkxk/HeytapTask](https://github.com/hwkxk/HeytapTask)|欢太商城每日签到Python脚本|257|2021-11-29|2021-07-19|
|82|[elmagnificogi/diablo2_resurrected_filter](https://github.com/elmagnificogi/diablo2_resurrected_filter)|diablo2 resurrected loot filter|244|2021-10-26|2021-10-10|
|83|[iframepm/FuckAV](https://github.com/iframepm/FuckAV)|python写的一款免杀工具shellcode加载器BypassAV国内杀软全过windows denfend2021-9-13|226|2021-10-25|2021-08-20|
|84|[ZhuiyiTechnology/t5-pegasus](https://github.com/ZhuiyiTechnology/t5-pegasus)|中文生成式预训练模型|222|2021-11-18|2021-03-03|
|85|[sipeed/Maix-Speech](https://github.com/sipeed/Maix-Speech)|Maix Speech AI lib, a fast and small speech lib running on embedded devices, including ASR, chat, TTS etc.|221|2021-10-26|2021-10-15|
|86|[DA-southampton/TRM_tutorial](https://github.com/DA-southampton/TRM_tutorial)|Transformer在CV和NLP领域的变体模型的从零解读TransformerVITSwin Transformer|217|2021-12-05|2021-11-24|
|87|[ZhuiyiTechnology/roformer](https://github.com/ZhuiyiTechnology/roformer)|Rotary Transformer|211|2021-11-18|2021-03-22|
|88|[bubbliiiing/unet-pytorch](https://github.com/bubbliiiing/unet-pytorch)|这是一个unet-pytorch的源码可以训练自己的模型|211|2021-12-12|2021-03-12|
|89|[cleverbao/520apkhook](https://github.com/cleverbao/520apkhook)|把msf生成的安卓远控附加进普通的app中并进行加固隐藏特征。可以绕过常见的手机安全管家。|207|2021-11-19|2021-10-14|
|90|[EricLee2021-72324/handpose_x](https://github.com/EricLee2021-72324/handpose_x)|手部21个关键点检测二维手势姿态手势识别pytorch,handpose|199|2021-10-15|2021-03-19|
|91|[lobbyboy-ssh/lobbyboy](https://github.com/lobbyboy-ssh/lobbyboy)|A lobby boy will create a VPS server when you need one, and destroy it after using it.|198|2021-12-12|2021-10-16|
|92|[Pr0214/trace_natives](https://github.com/Pr0214/trace_natives)|一个小脚本用于trace so中native函数的调用。|190|2021-08-07|2021-03-21|
|93|[Micro-sheep/efinance](https://github.com/Micro-sheep/efinance)|efinance 是一个可以快速获取基金、股票、债券、期货数据的 Python 库,回测以及量化交易的好帮手!🚀🚀🚀|188|2021-12-05|2021-02-25|
|94|[MuQiuJun-AI/bert4pytorch](https://github.com/MuQiuJun-AI/bert4pytorch)|超轻量级bert的pytorch版本大量中文注释容易修改结构持续更新|185|2021-11-08|2021-08-17|
|95|[kaixindelele/DRLib](https://github.com/kaixindelele/DRLib)|DRLibA concise deep reinforcement learning library, integrating HER and PER for almost off policy RL algos.|185|2021-12-06|2021-02-23|
|96|[OpenBMB/BMInf](https://github.com/OpenBMB/BMInf)|Low-cost Inference Package for Big Pretrained Language Models (PLMs)|183|2021-12-07|2021-08-24|
|97|[Tencent/Lichee](https://github.com/Tencent/Lichee)|一个多模态内容理解算法框架,其中包含数据处理、预训练模型、常见模型以及模型加速等模块。|176|2021-10-26|2021-10-18|
|98|[mpquant/Ashare](https://github.com/mpquant/Ashare)|股票行情实时数据接口-A股,完全免费的沪深证券股票数据-中国股市,python最简封装的API接口,包含日线,历史K线,分时线,分钟线,全部实时采集系统包括新浪腾讯双数据核心采集获取自动故障切换STOCK数据格式成DataFrame格式,可用来查询研究量化分析,股票程序自动化交易系统.为量化研究者在数据获取方面极大地减轻工作量,更加专注于策略和模型的研究与实现。|176|2021-11-30|2021-06-11|
|99|[ZhuiyiTechnology/roformer-sim](https://github.com/ZhuiyiTechnology/roformer-sim)|SimBERT升级版SimBERTv2|175|2021-11-18|2021-06-10|
|100|[hengxuZ/spot-trend-grid](https://github.com/hengxuZ/spot-trend-grid)|虚拟货币(BTC、ETH)炒币量化系统项目。在一版本的基础上加入了趋势判断.目前实盘月化20%|167|2021-10-27|2021-04-28|
|101|[serend1p1ty/SeqNet](https://github.com/serend1p1ty/SeqNet)|[AAAI 2021] Sequential End-to-end Network for Efficient Person Search|166|2021-12-07|2021-04-01|
|102|[ranahaani/GNews](https://github.com/ranahaani/GNews)|A Happy and lightweight Python Package that Provides an API to search for articles on Google News and returns a JSON response.|166|2021-12-02|2021-02-17|
|103|[alibaba/TinyNeuralNetwork](https://github.com/alibaba/TinyNeuralNetwork)|TinyNeuralNetwork is an efficient and easy-to-use deep learning model compression framework.|163|2021-12-13|2021-11-02|
|104|[psoho/fast-poster](https://github.com/psoho/fast-poster)|fastposter海报生成器电商级别海报生成器一分钟完成海报开发快速生成海报完成海报制作。支持Java,Python,PHP,Go,JS小程序等多种语言。演示地址https://poster.prodapi.cn/|155|2021-12-02|2021-03-25|
|105|[ranchlai/mandarin-tts](https://github.com/ranchlai/mandarin-tts)|Chinese Mandarin tts text-to-speech 中文 (普通话) 语音 合成 , by fastspeech 2 , implemented in pytorch, using waveglow as vocoder, with biaobei and aishell3 datasets|155|2021-09-20|2021-02-19|
|106|[zhiwehu/100_plus_Python_Projects_Challenge](https://github.com/zhiwehu/100_plus_Python_Projects_Challenge)|100+ Python Projects Challenge|154|2021-12-01|2021-05-01|
|107|[ppogg/Retinaface_Ghost](https://github.com/ppogg/Retinaface_Ghost)|This is a project based on retinaface face detection, including ghostnet and mobilenetv3|151|2021-12-02|2021-06-11|
|108|[firmianay/Vehicle-Security-Toolkit](https://github.com/firmianay/Vehicle-Security-Toolkit)|汽车安全测试工具集(持续更新)|150|2021-12-06|2021-08-03|
|109|[easton-cau/SOTR](https://github.com/easton-cau/SOTR)|SOTR: Segmenting Objects with Transformers|148|2021-11-15|2021-07-28|
|110|[ovenone/sub_to_mlsub](https://github.com/ovenone/sub_to_mlsub)|订阅转换添加免流host|146|2021-12-05|2021-02-22|
|111|[zhoubin-me/lushi_script](https://github.com/zhoubin-me/lushi_script)|This script is to save your time from Mercenaries mode of Hearthstone|143|2021-12-02|2021-10-19|
|112|[Mufanc/Genshin-SmartFishingRod](https://github.com/Mufanc/Genshin-SmartFishingRod)|【Auto】原神⭐钓鱼辅助工具 自动收竿、校准游标 ✨您只需要抛出鱼竿,我们会帮你完成一切✨|143|2021-09-22|2021-09-04|
|113|[KimigaiiWuyi/GenshinUID](https://github.com/KimigaiiWuyi/GenshinUID)|一个基于HoshinoBot/NoneBot2的原神UID查询插件|143|2021-12-10|2021-08-02|
|114|[PaddleCV-SIG/EISeg](https://github.com/PaddleCV-SIG/EISeg)|高效交互式语义分割标注软件EISeg 『Efficient and intelligent interactive segmentation annotation software』|143|2021-12-13|2021-04-25|
|115|[megagonlabs/bunkai](https://github.com/megagonlabs/bunkai)|Sentence boundary disambiguation tool for Japanese texts (日本語文境界判定器)|143|2021-12-13|2021-04-21|
|116|[666wcy/ARPT-Bot](https://github.com/666wcy/ARPT-Bot)|一个基于Python3的Bot。目前支持以Docker的方式部署在vps上。支持Aria2、本子下载、网易云音乐下载、Pixiv榜单下载、Youtue-dl支持、搜图。|142|2021-11-10|2021-06-27|
|117|[SigureMo/yutto](https://github.com/SigureMo/yutto)|:ice_cube: 一个可爱且任性的 B 站视频下载器bilili2.x|142|2021-12-08|2021-05-02|
|118|[daydreaming666/Amenoma](https://github.com/daydreaming666/Amenoma)|A simple desktop application to scan and export Genshin Impact Artifacts and Materials.|141|2021-12-11|2021-08-24|
|119|[leifengwl/JDRouterPush](https://github.com/leifengwl/JDRouterPush)|京东云无线宝积分推送,支持多设备查看积分使用情况|139|2021-10-20|2021-02-25|
|120|[spiritLHL/Hang-up-items](https://github.com/spiritLHL/Hang-up-items)|问卷调查项目云服务器挂机项目各种脚本收集部分github链接已反代理加速可国内直连。欢迎右上角watch及时收取更新信息。(不要fork和star低调)|137|2021-12-13|2021-05-27|
|121|[n0thing2speak/oracle_arm](https://github.com/n0thing2speak/oracle_arm)|oracle arm registration script. 乌龟壳刷ARM脚本|136|2021-12-01|2021-10-25|
|122|[luck-ying/Library-POC](https://github.com/luck-ying/Library-POC)|漏洞poc&exp存档|136|2021-12-08|2021-03-21|
|123|[murufeng/awesome_lightweight_networks](https://github.com/murufeng/awesome_lightweight_networks)|The implementation of various lightweight networks by using PyTorch. such asMobileNetV2MobileNeXtGhostNetAdderNetShuffleNetV1-V2LCNetMobile+ViT etc. ⭐⭐⭐⭐⭐|132|2021-12-09|2021-08-13|
|124|[Womsxd/AutoMihoyoBBS](https://github.com/Womsxd/AutoMihoyoBBS)|米游社辅助签到,支持米游币,原神,崩坏三|131|2021-12-06|2021-05-23|
|125|[Gumpest/YOLOv5-Multibackbone-Compression](https://github.com/Gumpest/YOLOv5-Multibackbone-Compression)|YOLOv5 Series Multi-backbone(TPH-YOLOv5, Ghostnet, ShuffleNetv2, Mobilenetv3Small, EfficientNetLite, PP-LCNetSwinTransformer YOLO), Pruning (EagleEye) and Quantization (MQBench) Compression Tool Box.|130|2021-12-13|2021-10-26|
|126|[greatcodeeer/iPhone-Pickup-Monitor](https://github.com/greatcodeeer/iPhone-Pickup-Monitor)|iPhone取货预约助手|130|2021-09-24|2021-09-19|
|127|[Ridter/RelayX](https://github.com/Ridter/RelayX)|NTLM relay test.|130|2021-11-17|2021-07-29|
|128|[daodaofr/AlignPS](https://github.com/daodaofr/AlignPS)|Code for CVPR 2021 paper: Anchor-Free Person Search|129|2021-10-18|2021-03-21|
|129|[thesadru/genshinstats](https://github.com/thesadru/genshinstats)|A python library that can get the stats of Genshin Impact players using Mihoyo's API. |129|2021-12-10|2021-02-06|
|130|[csebuetnlp/xl-sum](https://github.com/csebuetnlp/xl-sum)|This repository contains the code, data, and models of the paper titled "XL-Sum: Large-Scale Multilingual Abstractive Summarization for 44 Languages" published in Findings of the Association for Compu ...|127|2021-11-22|2021-06-26|
|131|[A-Soul-Database/A-Soul-Database](https://github.com/A-Soul-Database/A-Soul-Database)|A-Soul db A-Soul第三方直播数据|126|2021-11-14|2021-08-06|
|132|[AgentMaker/Paddle-Image-Models](https://github.com/AgentMaker/Paddle-Image-Models)|A PaddlePaddle version image model zoo.|126|2021-11-13|2021-03-18|
|133|[JunnYu/RoFormer_pytorch](https://github.com/JunnYu/RoFormer_pytorch)|RoFormer_pytorch|125|2021-12-03|2021-03-25|
|134|[paradiseduo/ApplicationScanner](https://github.com/paradiseduo/ApplicationScanner)|An open source application scanning tool|123|2021-11-24|2021-03-04|
|135|[msg-systems/coreferee](https://github.com/msg-systems/coreferee)|Coreference resolution for English, French, German and Polish, optimised for limited training data and easily extensible for further languages|122|2021-12-12|2021-04-14|
|136|[SpeechColab/Leaderboard](https://github.com/SpeechColab/Leaderboard)|SpeechIO Leaderboard: a large, robust, comprehensive, benchmarking platform for Automatic Speech Recognition.|119|2021-12-10|2021-02-07|
|137|[youshandefeiyang/SSRSpeedN-Mod](https://github.com/youshandefeiyang/SSRSpeedN-Mod)|机场流媒体解锁批量检测工具 Mod By 肥羊|116|2021-11-09|2021-10-07|
|138|[AttackTeamFamily/blackip](https://github.com/AttackTeamFamily/blackip)|沙箱IP、网络测绘ip、全网扫描ip等等收集|116|2021-11-08|2021-09-23|
|139|[liushulinle/PLOME](https://github.com/liushulinle/PLOME)|Source code for the paper "PLOME: Pre-training with Misspelled Knowledge for Chinese Spelling Correction" in ACL2021|115|2021-09-17|2021-05-08|
|140|[opendilab/GoBigger](https://github.com/opendilab/GoBigger)|OpenDILab Multi-Agent Environment|114|2021-12-08|2021-09-30|
|141|[milaan9/milaan9](https://github.com/milaan9/milaan9)|-|114|2021-12-08|2021-06-15|
|142|[Anna10071/Anna](https://github.com/Anna10071/Anna)|适合女程序员做短视频的代码和脚本(石头、剪刀、布的游戏python小猪佩奇python画兔子心形曲线等等|113|2021-09-15|2021-09-05|
|143|[xinntao/facexlib](https://github.com/xinntao/facexlib)|FaceXlib aims at providing ready-to-use face-related functions based on current STOA open-source methods.|113|2021-10-22|2021-03-19|
|144|[spiritLHL/qinglong_auto_tools](https://github.com/spiritLHL/qinglong_auto_tools)|一些自写自用的qinglong配套工具|110|2021-12-12|2021-08-04|
|145|[jym66/Dlink_Parse](https://github.com/jym66/Dlink_Parse)|解析 优酷腾讯哔哩哔哩抖音芒果TV爱奇艺PP视频咪咕视频AcFun快手搜狐视频QQ音乐网易云音乐酷我音乐腾讯课堂西瓜视频等下载地址|110|2021-09-25|2021-04-13|
|146|[BAAI-WuDao/BriVL](https://github.com/BAAI-WuDao/BriVL)|Bridging Vision and Language Model|109|2021-10-27|2021-08-12|
|147|[hosch3n/ProxyVulns](https://github.com/hosch3n/ProxyVulns)|[ProxyLogon] CVE-2021-26855 & CVE-2021-27065 Fixed RawIdentity Bug Exploit. [ProxyOracle] CVE-2021-31195 & CVE-2021-31196 Exploit Chains. [ProxyShell] CVE-2021-34473 & CVE-2021-34523 & CVE-2021-31207 ...|108|2021-11-16|2021-04-14|
|148|[zzp-seeker/bupt-ncov-auto-report](https://github.com/zzp-seeker/bupt-ncov-auto-report)|:helicopter:北邮疫情自动填报Python+Github Actions长期维护|107|2021-12-02|2021-08-04|
|149|[scaomath/galerkin-transformer](https://github.com/scaomath/galerkin-transformer)|[NeurIPS 2021] Galerkin Transformer: a linear attention without softmax|105|2021-11-12|2021-05-04|
|150|[27182812/paddle-wechaty-Zodiac](https://github.com/27182812/paddle-wechaty-Zodiac)|AI创造营 Metaverse启动机之重构现世结合PaddlePaddle 和 Wechaty 创造自己的聊天机器人|103|2021-08-19|2021-08-19|
|151|[XiaoMiku01/miyoubiAuto](https://github.com/XiaoMiku01/miyoubiAuto)|米游社每日米游币自动化脚本|103|2021-10-28|2021-04-28|
|152|[xiangking/ark-nlp](https://github.com/xiangking/ark-nlp)|A private nlp coding package|103|2021-12-13|2021-02-21|
|153|[abc1763613206/myiptv](https://github.com/abc1763613206/myiptv)|自用直播源集合,附带检测与分类功能。|103|2021-08-27|2021-02-14|
|154|[Code4Epoch/Bolaris](https://github.com/Code4Epoch/Bolaris)|Polaris + Bella = Bolaris|102|2021-12-02|2021-07-02|
|155|[yuxian158/check](https://github.com/yuxian158/check)|青龙面板平台签到函数|101|2021-08-07|2021-07-22|
|156|[0671/RabR](https://github.com/0671/RabR)|Redis-Attack By Replication (通过主从复制攻击Redis) |101|2021-08-28|2021-07-03|
|157|[LennonChin/AppleStore-Monitor](https://github.com/LennonChin/AppleStore-Monitor)|Monitor robot of Apple Store's products, using DingTalk notification.|99|2021-11-11|2021-10-19|
|158|[CLUEbenchmark/DataCLUE](https://github.com/CLUEbenchmark/DataCLUE)|DataCLUE: 数据为中心的NLP基准和工具包|98|2021-12-11|2021-09-11|
|159|[passer-W/VulScanner](https://github.com/passer-W/VulScanner)|一款适合在渗透测试中随时记录和保存的漏洞检测工具|98|2021-10-22|2021-07-19|
|160|[tonquer/ehentai-qt](https://github.com/tonquer/ehentai-qt)|e-hentai, exhentai|98|2021-12-12|2021-05-30|
|161|[zr2021/2021_QQ_AIAC_Tack1_1st](https://github.com/zr2021/2021_QQ_AIAC_Tack1_1st)|QQ浏览器2021AI算法大赛赛道一 第1名 方案|97|2021-11-17|2021-10-30|
|162|[wuye999/myScripts](https://github.com/wuye999/myScripts)|存放脚本,京东, tg联通 等|96|2021-12-12|2021-10-13|
|163|[fastnlp/CPT](https://github.com/fastnlp/CPT)|CPT: A Pre-Trained Unbalanced Transformer for Both Chinese Language Understanding and Generation|96|2021-11-14|2021-08-25|
|164|[2lifetop/LightHouse_Automatic_Shutdown](https://github.com/2lifetop/LightHouse_Automatic_Shutdown)|腾讯云轻量服务流量超出限制自动关机|96|2021-12-06|2021-03-13|
|165|[WilmerWang/autoLiterature](https://github.com/WilmerWang/autoLiterature)|autoLiterature是一个基于Dropbox和Python的自动文献管理器。|95|2021-11-08|2021-06-26|
|166|[TakWolf/ark-pixel-font](https://github.com/TakWolf/ark-pixel-font)|开源的泛中日韩像素字体 / Open source Pan-CJK pixel font|94|2021-12-13|2021-05-11|
|167|[jwt1399/Sec-Tools](https://github.com/jwt1399/Sec-Tools)|🍉一款基于Python-Django的多功能Web安全渗透测试工具包含漏洞扫描端口扫描指纹识别目录扫描旁站扫描域名扫描等功能。|93|2021-11-25|2021-11-05|
|168|[xiazhongyv/PKUAutoSubmit_online](https://github.com/xiazhongyv/PKUAutoSubmit_online)|萌新友好的无需下载文件与配环境的基于Github Actions的P大学生出入校自动报备程序|93|2021-11-28|2021-10-28|
|169|[TsinghuaAI/CPM-2-Pretrain](https://github.com/TsinghuaAI/CPM-2-Pretrain)|Code for CPM-2 Pre-Train|93|2021-10-07|2021-05-31|
|170|[THUDM/Chinese-Transformer-XL](https://github.com/THUDM/Chinese-Transformer-XL)|-|93|2021-10-25|2021-03-09|
|171|[SAGIRI-kawaii/saya_plugins_collection](https://github.com/SAGIRI-kawaii/saya_plugins_collection)|一个Graia-Saya的插件仓库|93|2021-10-30|2021-02-20|
|172|[Vincentzyx/DouZero_For_HLDDZ_FullAuto](https://github.com/Vincentzyx/DouZero_For_HLDDZ_FullAuto)|将DouZero用于欢乐斗地主自动化|92|2021-11-05|2021-07-28|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > R
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,17 +1,16 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Ruby
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[MBoxPlus/mbox](https://github.com/MBoxPlus/mbox)|Toolchain for Mobile App Development 移动研发工具链|656|2022-01-13|2021-06-22|
|2|[baidu/m-git](https://github.com/baidu/m-git)|MGit 是一款基于 Git 的多仓库管理工具,可以安全的、高效的管理多个 Git 仓库; 适合于在多个仓库中进行关联开发的项目,实现批量的版本管理功能,提高 Git 操作的效率,避免逐个执行 Git 命令带来的误操作风险。|137|2021-08-12|2021-03-23|
|3|[0x727/MetasploitModules_0x727](https://github.com/0x727/MetasploitModules_0x727)|Metasploit Modules Development|69|2021-08-06|2021-08-05|
|4|[chenxGen/cocoapods-project-hmap](https://github.com/chenxGen/cocoapods-project-hmap)|A cocoapods plugin to improve the compilation speed of the preprocessing stage.|68|2021-09-23|2021-05-13|
|5|[yangKJ/PT](https://github.com/yangKJ/PT)|Automatically generate componentized modules 自动生成组件化模块|41|2022-01-19|2021-12-30|
|6|[rkh/nii](https://github.com/rkh/nii)|Modern internationalization and localization solution for Ruby|19|2021-10-20|2021-03-03|
|7|[diylove/wiki](https://github.com/diylove/wiki)|diy万事万物的程序|17|2022-01-23|2021-08-22|
|3|[chenxGen/cocoapods-project-hmap](https://github.com/chenxGen/cocoapods-project-hmap)|A cocoapods plugin to improve the compilation speed of the preprocessing stage.|68|2021-09-23|2021-05-13|
|4|[yangKJ/PT](https://github.com/yangKJ/PT)|Automatically generate componentized modules 自动生成组件化模块|41|2022-01-19|2021-12-30|
|5|[rkh/nii](https://github.com/rkh/nii)|Modern internationalization and localization solution for Ruby|19|2021-10-20|2021-03-03|
|6|[diylove/wiki](https://github.com/diylove/wiki)|diy万事万物的程序|17|2022-01-23|2021-08-22|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,77 +1,78 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Rust
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[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.|2449|2022-02-02|2021-12-14|
|1|[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.|2460|2022-02-02|2021-12-14|
|2|[hora-search/hora](https://github.com/hora-search/hora)|🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 . |2136|2021-10-23|2021-05-15|
|3|[messense/aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav)|阿里云盘 WebDAV 服务|1966|2022-02-02|2021-08-18|
|4|[bytedance/monoio](https://github.com/bytedance/monoio)|Rust async runtime based on io-uring.|1725|2022-02-03|2021-11-30|
|5|[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.|1708|2022-02-04|2021-10-07|
|3|[messense/aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav)|阿里云盘 WebDAV 服务|1979|2022-02-02|2021-08-18|
|4|[bytedance/monoio](https://github.com/bytedance/monoio)|Rust async runtime based on io-uring.|1726|2022-02-03|2021-11-30|
|5|[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.|1720|2022-02-05|2021-10-07|
|6|[ihciah/clean-dns-bpf](https://github.com/ihciah/clean-dns-bpf)|基于 Rust + eBPF 丢弃 GFW DNS 污染包|939|2021-12-05|2021-10-02|
|7|[bnjbvr/rouille](https://github.com/bnjbvr/rouille)|Rust programming, in French.|764|2022-01-07|2021-09-09|
|7|[bnjbvr/rouille](https://github.com/bnjbvr/rouille)|Rust programming, in French.|763|2022-01-07|2021-09-09|
|8|[wubx/rust-in-databend](https://github.com/wubx/rust-in-databend)|Rust 培养提高计划, 感谢 Databend 社区 支持https://github.com/datafuselabs/databend|623|2022-01-19|2021-09-22|
|9|[LGUG2Z/komorebi](https://github.com/LGUG2Z/komorebi)|A tiling window manager for Windows|566|2022-02-03|2021-07-29|
|10|[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, ...|551|2022-01-27|2021-11-26|
|11|[risinglightdb/risinglight](https://github.com/risinglightdb/risinglight)|An OLAP database system for educational purpose|433|2022-02-03|2021-08-06|
|12|[Enter-tainer/cxx2flow](https://github.com/Enter-tainer/cxx2flow)|将 C/C++ 代码转换成流程图 / Turn your C/C++ code into flowchart|339|2022-01-21|2021-08-17|
|13|[BinChengZhao/delicate](https://github.com/BinChengZhao/delicate)|A lightweight and distributed task scheduling platform written in rust. 一个轻量的分布式的任务调度平台通过rust编写|298|2022-02-04|2021-02-21|
|14|[0x727/ObserverWard_0x727](https://github.com/0x727/ObserverWard_0x727)|Cross platform community web fingerprint identification tool|253|2022-01-27|2021-08-21|
|15|[PersiaML/PERSIA](https://github.com/PersiaML/PERSIA)|High performance distributed framework for training deep learning recommendation models based on PyTorch.|253|2022-01-22|2021-06-24|
|16|[al8n/stretto](https://github.com/al8n/stretto)|Stretto is a Rust implementation for https://github.com/dgraph-io/ristretto. A high performance memory-bound Rust cache.|233|2021-12-18|2021-07-27|
|17|[WilliamVenner/gmpublisher](https://github.com/WilliamVenner/gmpublisher)|⚙️ Workshop Publishing Utility for Garry's Mod, written in Rust & Svelte and powered by Tauri|232|2022-01-14|2021-02-19|
|18|[wormtql/yas](https://github.com/wormtql/yas)|Superfast Genshin Impact artifacts scanner|222|2022-01-18|2021-10-06|
|19|[Kingbultsea/vite-analysis](https://github.com/Kingbultsea/vite-analysis)|出最新版本的全部源码分析中...换了m1芯片arm64架构的电脑旧版本无法运行如esbuild Chromium|222|2022-01-01|2021-04-02|
|20|[zu1k/good-mitm](https://github.com/zu1k/good-mitm)|利用MITM技术实现请求和返回的重写、重定向、阻断等操作|180|2022-01-16|2021-09-14|
|21|[tramhao/termusic](https://github.com/tramhao/termusic)|Music Player TUI written in Rust|157|2022-01-30|2021-06-01|
|22|[sunface/fancy-rust](https://github.com/sunface/fancy-rust)|Rust酷库推荐 - 使用我们精心挑选的开源代码让你的Rust项目Fancy起来! Awesome !|117|2022-01-26|2021-12-29|
|23|[auula/falsework](https://github.com/auula/falsework)|A tool crate to quickly build rust command line application.|107|2021-08-25|2021-08-01|
|24|[stalwartlabs/mail-parser](https://github.com/stalwartlabs/mail-parser)|Fast and robust e-mail parsing library for Rust|96|2022-02-01|2021-10-03|
|25|[messense/aliyundrive-fuse](https://github.com/messense/aliyundrive-fuse)|阿里云盘 FUSE 磁盘挂载|95|2022-02-04|2022-01-05|
|26|[lz1998/rs-qq](https://github.com/lz1998/rs-qq)|Rust 模拟QQ客户端协议 已完成 扫码登录/密码登录/获取好友列表/获取群列表/发送群消息/接受群消息。运行src/bin的password_login.rs或qrcode_login.rs体验。重构中在refactor分支正在努力减少unwrap|94|2022-02-04|2021-10-24|
|27|[ElnuDev/hebi](https://github.com/ElnuDev/hebi)|A highly customizable snake clone made in Rust with the Bevy engine, named after the Japanese word for snake, 蛇.|72|2021-09-04|2021-08-22|
|28|[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 ...|69|2022-01-12|2021-11-23|
|29|[knownsec/ct](https://github.com/knownsec/ct)|简单易用的域名爆破工具|61|2022-01-13|2021-11-30|
|30|[ForgQi/biliup-rs](https://github.com/ForgQi/biliup-rs)|B站命令行投稿工具支持多p、线路选择|49|2022-02-04|2021-12-10|
|31|[cc-morning/share-clip](https://github.com/cc-morning/share-clip)|Multi-device clipboard sharing.|44|2022-01-24|2021-09-18|
|32|[sentinel-group/sentinel-rust](https://github.com/sentinel-group/sentinel-rust)|Sentinel Rust version|41|2022-01-30|2021-07-07|
|33|[orhun/godsays](https://github.com/orhun/godsays)|Rust port of the Terry Davis' (RIP) "god says" program|34|2022-01-26|2021-06-22|
|34|[lolishinshi/imsearch](https://github.com/lolishinshi/imsearch)|基于特征点匹配的相似图片搜索|33|2022-01-11|2021-09-09|
|35|[zu1k/sdusrun](https://github.com/zu1k/sdusrun)|校园网深澜认证登录srun|32|2022-01-01|2021-11-02|
|36|[stuartZhang/scaffold-wizard](https://github.com/stuartZhang/scaffold-wizard)|问卷反馈收集, 前端脚手架安装向导, rust, gtk3, win32, dll|32|2021-09-20|2021-05-27|
|37|[h4cnull/ratel](https://github.com/h4cnull/ratel)| ratel(獾) 是由rust开发的红队信息搜集扫描工具支持从fofazoomeye API查询主动扫描端口提取https证书域名自定义poc输出xlsx格式。|31|2022-01-04|2021-12-17|
|38|[Joylei/anim-rs](https://github.com/Joylei/anim-rs)|:hourglass: A framework independent animation library for rust, works nicely with Iced and the others|30|2022-01-01|2021-06-18|
|39|[modernizing/guarding](https://github.com/modernizing/guarding)|Guarding 是一个用于 Java、JavaScript、Rust、Golang 等语言的架构守护工具。借助于易于理解的 DSL来编写守护规则。Guarding is a guardians for code, architecture, layered. |29|2022-01-19|2021-05-13|
|40|[luojia65/w806-pac](https://github.com/luojia65/w806-pac)|under development: community SVD file, peripheral access crate in embedde Rust for WinnerMicro W800, W801 & W806 chip|28|2021-11-18|2021-11-09|
|41|[SitinCloud/Owlyshield](https://github.com/SitinCloud/Owlyshield)|Owlyshield is an open-source AI-driven behaviour based antiransomware engine written in Rust. |28|2022-02-02|2021-10-08|
|42|[m13253/FaithType](https://github.com/m13253/FaithType)|Modify fonts to remove bitmap and disable gridfit for Windows font rendering|28|2021-08-18|2021-06-16|
|43|[kekeimiku/msrs](https://github.com/kekeimiku/msrs)|rrrrrrr|27|2022-01-30|2022-01-26|
|44|[zu1k/ldap-log](https://github.com/zu1k/ldap-log)|一个LDAP请求监听器摆脱dnslog平台和java|27|2022-01-28|2021-12-11|
|45|[Millione/nju-clock-in](https://github.com/Millione/nju-clock-in)|南京大学自动打卡|26|2021-10-20|2021-10-11|
|46|[itytophile/rab](https://github.com/itytophile/rab)|Rusty Armor Builds - Monster Hunter Rise Armor Set Creation Tool|25|2022-01-30|2021-04-23|
|47|[WeBankBlockchain/liquid](https://github.com/WeBankBlockchain/liquid)|Liquid 由微众银行区块链团队开发并完全开源,是一种嵌入式领域特定语言( embedded Domain Specific LanguageeDSL能够用来编写运行于区块链底层平台FISCO BCOS的智能合约。|25|2022-01-24|2021-03-17|
|48|[Ko-oK-OS/xv6-rust](https://github.com/Ko-oK-OS/xv6-rust)|🦀️ Re-implement xv6-riscv in Rust|25|2022-01-23|2021-03-10|
|49|[wandercn/gostd](https://github.com/wandercn/gostd)|Gostd is the golang standard library implementation in rust-lang.|23|2022-01-19|2021-09-15|
|50|[Microsoft-Distributed-System-Meetup/summer_love_paper_meetup](https://github.com/Microsoft-Distributed-System-Meetup/summer_love_paper_meetup)|This repo contains the schedule for summer paper meetup|23|2022-01-24|2021-06-22|
|51|[FrankBuss/frequencycounter](https://github.com/FrankBuss/frequencycounter)|Arduino Nano frequency counter with atomic clock accuracy|22|2021-11-16|2021-11-14|
|52|[rubickCenter/rubick-base](https://github.com/rubickCenter/rubick-base)|desktop automation, screen capture, input listen/simulation, asar compress, color picker for nodejs and electron based on rust. 基于 Rust / WASM 提供截图、取色、键鼠事件监听模拟、压缩解压、图像处理、获取已安装应用等跨平台功能的现代异步 Nodejs 模块,占 ...|22|2021-10-15|2021-09-08|
|53|[OPQBOT/rust-tcp-async-client](https://github.com/OPQBOT/rust-tcp-async-client)|Rust Tokio 异步多客户端网络框架 高并发 插件化|21|2021-12-25|2021-04-13|
|54|[UnblockNeteaseMusic/server-rust](https://github.com/UnblockNeteaseMusic/server-rust)|Rust 版本的 UnblockNeteaseMusic/server ,以效能、穩定性及可維護性為目標。|19|2022-02-03|2021-09-19|
|55|[inherd/writing](https://github.com/inherd/writing)|A document-code sync tools for document engineering. Writing 是一个自动 “文档-代码” 同步工具。解析 Markdown 中的代码定义,读取目标代码,并嵌入到新的文档中。|18|2021-10-25|2021-10-22|
|56|[cty123/TrojanRust](https://github.com/cty123/TrojanRust)|Trojan-rust is a rust implementation for Trojan protocol that is targeted to circumvent GFW. This implementation focus on performance and stability above everything else.|18|2022-01-05|2021-05-03|
|57|[inherd/forming](https://github.com/inherd/forming)|Forming, is a lightweight architecture as code language. 轻量级架构即代码语言|18|2021-11-10|2021-03-28|
|58|[eatradish/meowdict](https://github.com/eatradish/meowdict)|喵典 - CLI Web client for moedict.tw|17|2021-12-24|2021-05-23|
|59|[Borber/Whisperer](https://github.com/Borber/Whisperer)|将文本编码为简短的中文字符, 防和谐, 并非加密. 如需加密请使用其他实用工具 / Encode the text into short Chinese characters, to prevent harmonization, not to encrypt it. For encryption, please use other utilities|16|2022-02-03|2022-01-01|
|60|[1148118271/ssh-rs](https://github.com/1148118271/ssh-rs)|In addition to encryption library, pure RUST implementation of SSH-2.0 client protocol (除加密库之外 纯rust实现的 ssh-2.0 client 协议)|14|2022-01-26|2021-12-29|
|61|[wushikj/mix-agent](https://github.com/wushikj/mix-agent)|基于rust语言开发的一套运维监控探针支持widnows、linux、macos系统|14|2021-11-16|2021-07-30|
|62|[TianLiangZhou/ffi-pinyin](https://github.com/TianLiangZhou/ffi-pinyin)|最快速的PHP中文转拼音库|14|2021-12-07|2021-04-16|
|63|[KernelErr/fourth](https://github.com/KernelErr/fourth)|Simple and fast layer 4 proxy in Rust|13|2021-12-30|2021-10-21|
|64|[Chi-Task-Force/Chi-Telegram-Inline-Bot-Neo](https://github.com/Chi-Task-Force/Chi-Telegram-Inline-Bot-Neo)| 在 Telegram 上快速模仿迟先生卖弱。|12|2021-12-06|2021-10-26|
|65|[KernelErr/shallow-container](https://github.com/KernelErr/shallow-container)|A light-weight container tool written in Rust.|12|2021-09-22|2021-09-19|
|66|[JASory/Iridium](https://github.com/JASory/Iridium)|Atomic Physics Library|11|2021-11-18|2021-07-15|
|67|[rmqtt-rs/rmqtt](https://github.com/rmqtt-rs/rmqtt)|MQTT Server/MQTT Broker - Scalable Distributed MQTT Message Broker for IoT in the 5G Era|10|2021-08-29|2021-03-09|
|9|[LGUG2Z/komorebi](https://github.com/LGUG2Z/komorebi)|A tiling window manager for Windows|569|2022-02-03|2021-07-29|
|10|[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, ...|553|2022-01-27|2021-11-26|
|11|[gyroflow/gyroflow](https://github.com/gyroflow/gyroflow)|Video stabilization using gyroscope data|453|2022-02-05|2021-11-11|
|12|[risinglightdb/risinglight](https://github.com/risinglightdb/risinglight)|An OLAP database system for educational purpose|436|2022-02-05|2021-08-06|
|13|[Enter-tainer/cxx2flow](https://github.com/Enter-tainer/cxx2flow)|将 C/C++ 代码转换成流程图 / Turn your C/C++ code into flowchart|340|2022-01-21|2021-08-17|
|14|[BinChengZhao/delicate](https://github.com/BinChengZhao/delicate)|A lightweight and distributed task scheduling platform written in rust. 一个轻量的分布式的任务调度平台通过rust编写|300|2022-02-04|2021-02-21|
|15|[0x727/ObserverWard_0x727](https://github.com/0x727/ObserverWard_0x727)|Cross platform community web fingerprint identification tool|253|2022-01-27|2021-08-21|
|16|[PersiaML/PERSIA](https://github.com/PersiaML/PERSIA)|High performance distributed framework for training deep learning recommendation models based on PyTorch.|253|2022-01-22|2021-06-24|
|17|[al8n/stretto](https://github.com/al8n/stretto)|Stretto is a Rust implementation for https://github.com/dgraph-io/ristretto. A high performance memory-bound Rust cache.|233|2021-12-18|2021-07-27|
|18|[WilliamVenner/gmpublisher](https://github.com/WilliamVenner/gmpublisher)|⚙️ Workshop Publishing Utility for Garry's Mod, written in Rust & Svelte and powered by Tauri|233|2022-01-14|2021-02-19|
|19|[wormtql/yas](https://github.com/wormtql/yas)|Superfast Genshin Impact artifacts scanner|222|2022-02-05|2021-10-06|
|20|[Kingbultsea/vite-analysis](https://github.com/Kingbultsea/vite-analysis)|出最新版本的全部源码分析中...换了m1芯片arm64架构的电脑旧版本无法运行如esbuild Chromium|222|2022-01-01|2021-04-02|
|21|[zu1k/good-mitm](https://github.com/zu1k/good-mitm)|利用MITM技术实现请求和返回的重写、重定向、阻断等操作|180|2022-01-16|2021-09-14|
|22|[tramhao/termusic](https://github.com/tramhao/termusic)|Music Player TUI written in Rust|156|2022-01-30|2021-06-01|
|23|[sunface/fancy-rust](https://github.com/sunface/fancy-rust)|Rust酷库推荐 - 使用我们精心挑选的开源代码让你的Rust项目Fancy起来! Awesome !|118|2022-01-26|2021-12-29|
|24|[auula/falsework](https://github.com/auula/falsework)|A tool crate to quickly build rust command line application.|107|2021-08-25|2021-08-01|
|25|[messense/aliyundrive-fuse](https://github.com/messense/aliyundrive-fuse)|阿里云盘 FUSE 磁盘挂载|97|2022-02-04|2022-01-05|
|26|[stalwartlabs/mail-parser](https://github.com/stalwartlabs/mail-parser)|Fast and robust e-mail parsing library for Rust|96|2022-02-01|2021-10-03|
|27|[lz1998/rs-qq](https://github.com/lz1998/rs-qq)|Rust 模拟QQ客户端协议 已完成 扫码登录/密码登录/获取好友列表/获取群列表/发送群消息/接受群消息。运行src/bin的password_login.rs或qrcode_login.rs体验。重构中在refactor分支正在努力减少unwrap|94|2022-02-05|2021-10-24|
|28|[ElnuDev/hebi](https://github.com/ElnuDev/hebi)|A highly customizable snake clone made in Rust with the Bevy engine, named after the Japanese word for snake, 蛇.|72|2021-09-04|2021-08-22|
|29|[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 ...|69|2022-01-12|2021-11-23|
|30|[knownsec/ct](https://github.com/knownsec/ct)|简单易用的域名爆破工具|61|2022-01-13|2021-11-30|
|31|[ForgQi/biliup-rs](https://github.com/ForgQi/biliup-rs)|B站命令行投稿工具支持多p、线路选择|49|2022-02-04|2021-12-10|
|32|[cc-morning/share-clip](https://github.com/cc-morning/share-clip)|Multi-device clipboard sharing.|44|2022-01-24|2021-09-18|
|33|[sentinel-group/sentinel-rust](https://github.com/sentinel-group/sentinel-rust)|Sentinel Rust version|41|2022-02-05|2021-07-07|
|34|[orhun/godsays](https://github.com/orhun/godsays)|Rust port of the Terry Davis' (RIP) "god says" program|34|2022-01-26|2021-06-22|
|35|[lolishinshi/imsearch](https://github.com/lolishinshi/imsearch)|基于特征点匹配的相似图片搜索|33|2022-01-11|2021-09-09|
|36|[zu1k/sdusrun](https://github.com/zu1k/sdusrun)|校园网深澜认证登录srun|32|2022-01-01|2021-11-02|
|37|[stuartZhang/scaffold-wizard](https://github.com/stuartZhang/scaffold-wizard)|问卷反馈收集, 前端脚手架安装向导, rust, gtk3, win32, dll|32|2022-02-05|2021-05-27|
|38|[h4cnull/ratel](https://github.com/h4cnull/ratel)| ratel(獾) 是由rust开发的红队信息搜集扫描工具支持从fofazoomeye API查询主动扫描端口提取https证书域名自定义poc输出xlsx格式。|31|2022-01-04|2021-12-17|
|39|[Joylei/anim-rs](https://github.com/Joylei/anim-rs)|:hourglass: A framework independent animation library for rust, works nicely with Iced and the others|30|2022-01-01|2021-06-18|
|40|[modernizing/guarding](https://github.com/modernizing/guarding)|Guarding 是一个用于 Java、JavaScript、Rust、Golang 等语言的架构守护工具。借助于易于理解的 DSL来编写守护规则。Guarding is a guardians for code, architecture, layered. |29|2022-01-19|2021-05-13|
|41|[luojia65/w806-pac](https://github.com/luojia65/w806-pac)|under development: community SVD file, peripheral access crate in embedde Rust for WinnerMicro W800, W801 & W806 chip|28|2021-11-18|2021-11-09|
|42|[SitinCloud/Owlyshield](https://github.com/SitinCloud/Owlyshield)|Owlyshield is an open-source AI-driven behaviour based antiransomware engine written in Rust. |28|2022-02-05|2021-10-08|
|43|[m13253/FaithType](https://github.com/m13253/FaithType)|Modify fonts to remove bitmap and disable gridfit for Windows font rendering|28|2021-08-18|2021-06-16|
|44|[kekeimiku/msrs](https://github.com/kekeimiku/msrs)|rrrrrrr|27|2022-01-30|2022-01-26|
|45|[zu1k/ldap-log](https://github.com/zu1k/ldap-log)|一个LDAP请求监听器摆脱dnslog平台和java|27|2022-01-28|2021-12-11|
|46|[Millione/nju-clock-in](https://github.com/Millione/nju-clock-in)|南京大学自动打卡|27|2021-10-20|2021-10-11|
|47|[Ko-oK-OS/xv6-rust](https://github.com/Ko-oK-OS/xv6-rust)|🦀️ Re-implement xv6-riscv in Rust|26|2022-01-23|2021-03-10|
|48|[itytophile/rab](https://github.com/itytophile/rab)|Rusty Armor Builds - Monster Hunter Rise Armor Set Creation Tool|25|2022-01-30|2021-04-23|
|49|[WeBankBlockchain/liquid](https://github.com/WeBankBlockchain/liquid)|Liquid 由微众银行区块链团队开发并完全开源,是一种嵌入式领域特定语言( embedded Domain Specific LanguageeDSL能够用来编写运行于区块链底层平台FISCO BCOS的智能合约。|25|2022-01-24|2021-03-17|
|50|[wandercn/gostd](https://github.com/wandercn/gostd)|Gostd is the golang standard library implementation in rust-lang.|23|2022-01-19|2021-09-15|
|51|[Microsoft-Distributed-System-Meetup/summer_love_paper_meetup](https://github.com/Microsoft-Distributed-System-Meetup/summer_love_paper_meetup)|This repo contains the schedule for summer paper meetup|23|2022-01-24|2021-06-22|
|52|[FrankBuss/frequencycounter](https://github.com/FrankBuss/frequencycounter)|Arduino Nano frequency counter with atomic clock accuracy|22|2021-11-16|2021-11-14|
|53|[rubickCenter/rubick-base](https://github.com/rubickCenter/rubick-base)|desktop automation, screen capture, input listen/simulation, asar compress, color picker for nodejs and electron based on rust. 基于 Rust / WASM 提供截图、取色、键鼠事件监听模拟、压缩解压、图像处理、获取已安装应用等跨平台功能的现代异步 Nodejs 模块,占 ...|22|2021-10-15|2021-09-08|
|54|[OPQBOT/rust-tcp-async-client](https://github.com/OPQBOT/rust-tcp-async-client)|Rust Tokio 异步多客户端网络框架 高并发 插件化|21|2021-12-25|2021-04-13|
|55|[UnblockNeteaseMusic/server-rust](https://github.com/UnblockNeteaseMusic/server-rust)|Rust 版本的 UnblockNeteaseMusic/server ,以效能、穩定性及可維護性為目標。|19|2022-02-03|2021-09-19|
|56|[inherd/writing](https://github.com/inherd/writing)|A document-code sync tools for document engineering. Writing 是一个自动 “文档-代码” 同步工具。解析 Markdown 中的代码定义,读取目标代码,并嵌入到新的文档中。|18|2021-10-25|2021-10-22|
|57|[cty123/TrojanRust](https://github.com/cty123/TrojanRust)|Trojan-rust is a rust implementation for Trojan protocol that is targeted to circumvent GFW. This implementation focus on performance and stability above everything else.|18|2022-01-05|2021-05-03|
|58|[inherd/forming](https://github.com/inherd/forming)|Forming, is a lightweight architecture as code language. 轻量级架构即代码语言|18|2021-11-10|2021-03-28|
|59|[eatradish/meowdict](https://github.com/eatradish/meowdict)|喵典 - CLI Web client for moedict.tw|17|2021-12-24|2021-05-23|
|60|[Borber/Whisperer](https://github.com/Borber/Whisperer)|将文本编码为简短的中文字符, 防和谐, 并非加密. 如需加密请使用其他实用工具 / Encode the text into short Chinese characters, to prevent harmonization, not to encrypt it. For encryption, please use other utilities|16|2022-02-03|2022-01-01|
|61|[1148118271/ssh-rs](https://github.com/1148118271/ssh-rs)|In addition to encryption library, pure RUST implementation of SSH-2.0 client protocol (除加密库之外 纯rust实现的 ssh-2.0 client 协议)|14|2022-01-26|2021-12-29|
|62|[wushikj/mix-agent](https://github.com/wushikj/mix-agent)|基于rust语言开发的一套运维监控探针支持widnows、linux、macos系统|14|2021-11-16|2021-07-30|
|63|[TianLiangZhou/ffi-pinyin](https://github.com/TianLiangZhou/ffi-pinyin)|最快速的PHP中文转拼音库|14|2021-12-07|2021-04-16|
|64|[KernelErr/fourth](https://github.com/KernelErr/fourth)|Simple and fast layer 4 proxy in Rust|13|2021-12-30|2021-10-21|
|65|[Chi-Task-Force/Chi-Telegram-Inline-Bot-Neo](https://github.com/Chi-Task-Force/Chi-Telegram-Inline-Bot-Neo)| 在 Telegram 上快速模仿迟先生卖弱。|12|2021-12-06|2021-10-26|
|66|[KernelErr/shallow-container](https://github.com/KernelErr/shallow-container)|A light-weight container tool written in Rust.|12|2021-09-22|2021-09-19|
|67|[JASory/Iridium](https://github.com/JASory/Iridium)|Atomic Physics Library|11|2021-11-18|2021-07-15|
|68|[rmqtt-rs/rmqtt](https://github.com/rmqtt-rs/rmqtt)|MQTT Server/MQTT Broker - Scalable Distributed MQTT Message Broker for IoT in the 5G Era|10|2021-08-29|2021-03-09|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,84 +1,84 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Shell
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[Sitoi/dailycheckin](https://github.com/Sitoi/dailycheckin)|基于【腾讯云函数】/【Docker】/【青龙面板】/【elecV2P】/【群晖】的每日签到脚本(支持多账号使用)签到列表: 爱奇艺全民K歌腾讯视频有道云笔记网易云音乐一加手机社区官方论坛百度贴吧BilibiliV2EX咔叽网单什么值得买AcFun天翼云盘吾爱破解芒果TVFa米家小米运动百度搜索资源平台时光相册哔咔漫画联通营业厅|1819|2022-01-21|2021-05-26|
|1|[Sitoi/dailycheckin](https://github.com/Sitoi/dailycheckin)|基于【腾讯云函数】/【Docker】/【青龙面板】/【elecV2P】/【群晖】的每日签到脚本(支持多账号使用)签到列表: 爱奇艺全民K歌腾讯视频有道云笔记网易云音乐一加手机社区官方论坛百度贴吧BilibiliV2EX咔叽网单什么值得买AcFun天翼云盘吾爱破解芒果TVFa米家小米运动百度搜索资源平台时光相册哔咔漫画联通营业厅|1825|2022-01-21|2021-05-26|
|2|[P3TERX/warp.sh](https://github.com/P3TERX/warp.sh)|Cloudflare WARP configuration script Cloudflare WARP 一键配置脚本|794|2021-11-27|2021-06-12|
|3|[wulabing/V2Ray_ws-tls_bash_onekey](https://github.com/wulabing/V2Ray_ws-tls_bash_onekey)|-|786|2022-01-02|2021-02-21|
|4|[fscarmen/warp](https://github.com/fscarmen/warp)|WARP one-click script. Add an IPv4, IPv6 or dual-stack CloudFlare WARP network interface and Socks5 proxy for VPS. 一键脚本|762|2022-01-31|2021-03-17|
|4|[fscarmen/warp](https://github.com/fscarmen/warp)|WARP one-click script. Add an IPv4, IPv6 or dual-stack CloudFlare WARP network interface and Socks5 proxy for VPS. 一键脚本|768|2022-01-31|2021-03-17|
|5|[HXSecurity/DongTai](https://github.com/HXSecurity/DongTai)|DongTai is an interactive application security testing(IAST) product that supports the detection of OWASP WEB TOP 10 vulnerabilities, multi-request related vulnerabilities (including logic vulnerabili ...|601|2022-01-24|2021-03-22|
|6|[DHDAXCW/NanoPi-R2S](https://github.com/DHDAXCW/NanoPi-R2S)|基于 Lean&Lienol 源码的 NanoPi R2S 的 OpenWrt 固件。每天自动更新插件和内核Fusion编译法|434|2022-01-30|2021-06-17|
|6|[DHDAXCW/NanoPi-R2S](https://github.com/DHDAXCW/NanoPi-R2S)|基于 Lean&Lienol 源码的 NanoPi R2S 的 OpenWrt 固件。每天自动更新插件和内核Fusion编译法|434|2022-02-05|2021-06-17|
|7|[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|425|2021-12-02|2021-04-11|
|8|[kkkyg/CFwarp](https://github.com/kkkyg/CFwarp)|Cloudflare WARP 多功能一键脚本支持纯IPV4/纯IPV6/双栈V4V6的VPS共9种情况随意切换安装screen一键手动/自动刷新支持Netflix奈飞的IP自动识别WGCF与SOCKS5环境自定义刷新奈飞IP的时间段间隔自定义奈飞区域国家自定义仅刷区域国家支持升级WARP+及Teams账户。已测试hax纯v6站Euserv(德鸡)oracle甲骨文云等… ...|412|2022-02-04|2021-09-09|
|9|[unifreq/openwrt_packit](https://github.com/unifreq/openwrt_packit)|Flippy's openwrt packaged source code|393|2022-02-03|2021-04-01|
|10|[Oreomeow/VIP](https://github.com/Oreomeow/VIP)|DONOT FORK!!!别 Fork 了!超过一定数量就跑路!🏃‍💨 Gone|337|2022-02-03|2021-06-14|
|11|[FlechazoPh/QLDependency](https://github.com/FlechazoPh/QLDependency)|青龙全依赖一键安装脚本|326|2022-01-23|2021-11-17|
|12|[BlueSkyXN/SKY-BOX](https://github.com/BlueSkyXN/SKY-BOX)|BlueSkyXN 综合工具箱 Linux Supported ONLY|317|2022-01-25|2021-04-18|
|8|[kkkyg/CFwarp](https://github.com/kkkyg/CFwarp)|Cloudflare WARP 多功能一键脚本支持纯IPV4/纯IPV6/双栈V4V6的VPS共9种情况随意切换安装screen一键手动/自动刷新支持Netflix奈飞的IP自动识别WGCF与SOCKS5环境自定义刷新奈飞IP的时间段间隔自定义奈飞区域国家自定义仅刷区域国家支持升级WARP+及Teams账户。已测试hax纯v6站Euserv(德鸡)oracle甲骨文云等… ...|416|2022-02-04|2021-09-09|
|9|[unifreq/openwrt_packit](https://github.com/unifreq/openwrt_packit)|Flippy's openwrt packaged source code|394|2022-02-05|2021-04-01|
|10|[Oreomeow/VIP](https://github.com/Oreomeow/VIP)|DONOT FORK!!!别 Fork 了!超过一定数量就跑路!🏃‍💨 Gone|338|2022-02-05|2021-06-14|
|11|[FlechazoPh/QLDependency](https://github.com/FlechazoPh/QLDependency)|青龙全依赖一键安装脚本|327|2022-01-23|2021-11-17|
|12|[BlueSkyXN/SKY-BOX](https://github.com/BlueSkyXN/SKY-BOX)|BlueSkyXN 综合工具箱 Linux Supported ONLY|319|2022-01-25|2021-04-18|
|13|[ameizi/vagrant-kubernetes-cluster](https://github.com/ameizi/vagrant-kubernetes-cluster)|Vagrant一键安装Kubernetes集群。安装 Metrics Server 、Kuboard 、Kubernetes Dashboard、KubePi、Kubernetes集群监控prometheus-operator|265|2021-10-30|2021-10-12|
|14|[Netflixxp/jcnf-box](https://github.com/Netflixxp/jcnf-box)|这是个人常用的服务器指令和一键脚本|262|2021-11-24|2021-05-05|
|15|[tossp/redpill-tool-chain](https://github.com/tossp/redpill-tool-chain)|这是一个测试项目,可能会有不可预测的事情发生(比如:毁损数据、烧毁硬件等等),请谨慎使用。|253|2022-01-28|2021-08-09|
|14|[Netflixxp/jcnf-box](https://github.com/Netflixxp/jcnf-box)|这是个人常用的服务器指令和一键脚本|264|2021-11-24|2021-05-05|
|15|[tossp/redpill-tool-chain](https://github.com/tossp/redpill-tool-chain)|这是一个测试项目,可能会有不可预测的事情发生(比如:毁损数据、烧毁硬件等等),请谨慎使用。|255|2022-01-28|2021-08-09|
|16|[levie-vans/WeChatAssistant-ForMac](https://github.com/levie-vans/WeChatAssistant-ForMac)|Mac微信功能拓展/微信插件/微信小助手(A plugin for Mac WeChat)独立加载版。微信双开助手。|214|2021-11-16|2021-07-27|
|17|[wenet-e2e/WenetSpeech](https://github.com/wenet-e2e/WenetSpeech)|A 10000+ hours dataset for Chinese speech recognition|208|2022-01-14|2021-08-03|
|17|[wenet-e2e/WenetSpeech](https://github.com/wenet-e2e/WenetSpeech)|A 10000+ hours dataset for Chinese speech recognition|209|2022-01-14|2021-08-03|
|18|[missuo/CloudflareWarp](https://github.com/missuo/CloudflareWarp)|Cloudflare Warp One Click Script|204|2022-02-01|2021-04-17|
|19|[Cats-Team/AdRules](https://github.com/Cats-Team/AdRules)|Auto Mergo New Rules From Upstream Website./来自上游网站的自动合并新规则。|196|2022-02-04|2021-08-06|
|20|[Misaka-blog/MisakaLinuxToolbox](https://github.com/Misaka-blog/MisakaLinuxToolbox)|御坂妹妹们的Linux VPS工具箱|189|2022-02-04|2021-12-25|
|21|[Netflixxp/N1HK1dabao](https://github.com/Netflixxp/N1HK1dabao)|项目为自动打包N1和HK1s905x3盒子的固件请勿fork因为fork无法获取最新的固件请收藏短网址https://jcnf.xyz/gj 获取最新固件版本;如需只要插件,可收藏另一个短网址 https://jcnf.xyz/ipk|182|2022-02-02|2021-05-02|
|22|[gd0772/AutoBuild-OpenWrt](https://github.com/gd0772/AutoBuild-OpenWrt)|GitHub Actions 云编译 OpenWrt|182|2022-02-01|2021-03-14|
|19|[Cats-Team/AdRules](https://github.com/Cats-Team/AdRules)|Auto Mergo New Rules From Upstream Website./来自上游网站的自动合并新规则。|199|2022-02-05|2021-08-06|
|20|[Misaka-blog/MisakaLinuxToolbox](https://github.com/Misaka-blog/MisakaLinuxToolbox)|御坂妹妹们的Linux VPS工具箱|192|2022-02-04|2021-12-25|
|21|[Netflixxp/N1HK1dabao](https://github.com/Netflixxp/N1HK1dabao)|项目为自动打包N1和HK1s905x3盒子的固件请勿fork因为fork无法获取最新的固件请收藏短网址https://jcnf.xyz/gj 获取最新固件版本;如需只要插件,可收藏另一个短网址 https://jcnf.xyz/ipk|183|2022-02-02|2021-05-02|
|22|[gd0772/AutoBuild-OpenWrt](https://github.com/gd0772/AutoBuild-OpenWrt)|GitHub Actions 云编译 OpenWrt|183|2022-02-01|2021-03-14|
|23|[ophub/amlogic-s9xxx-armbian](https://github.com/ophub/amlogic-s9xxx-armbian)|Armbian for Amlogic s9xxx tv box. Support s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, etc. including install to EMMC and update related functions. |177|2022-01-19|2021-09-19|
|24|[MinerPr0xy/MinerProxy](https://github.com/MinerPr0xy/MinerProxy)|最稳定的ETH以太坊代理中转矿池程序以修改作者抽水至千分之三MinerProxy/矿池代理支持TCP和SSL协议支持自定义抽水高性能高并发支持web界面管理包含自启动和进程守护重启后可以自动运行会放开防火墙和连接数限制一键搞定。|151|2022-02-04|2021-12-24|
|24|[MinerPr0xy/MinerProxy](https://github.com/MinerPr0xy/MinerProxy)|最稳定的ETH以太坊代理中转矿池程序以修改作者抽水至千分之三MinerProxy/矿池代理支持TCP和SSL协议支持自定义抽水高性能高并发支持web界面管理包含自启动和进程守护重启后可以自动运行会放开防火墙和连接数限制一键搞定。|151|2022-02-05|2021-12-24|
|25|[nicococococ/MinerProxyLite](https://github.com/nicococococ/MinerProxyLite)|一键搭建抽水中转平台。自启动+守护+稳定。ETH以太坊矿池、中转、代理、redir支持TCP和SSL协议支持自定义抽水高性能高并发web界面管理。ETH pool proxy Pumping|150|2022-01-11|2021-12-28|
|26|[tangjie1/-Baseline-check](https://github.com/tangjie1/-Baseline-check)|windows和linux基线检查配套自动化检查脚本。纯手打。|147|2021-12-29|2021-11-17|
|27|[LovelyHaochi/StreamUnlockTest](https://github.com/LovelyHaochi/StreamUnlockTest)|沙雕流媒体测试|131|2021-08-17|2021-05-18|
|28|[281677160/build-actions](https://github.com/281677160/build-actions)|-|112|2022-01-11|2021-08-02|
|29|[stilleshan/rssforever](https://github.com/stilleshan/rssforever)|Nginx + TTRSS / FreshRSS + RSSHub 整合 docker 容器化一键部署方案.|111|2022-01-15|2021-05-25|
|30|[liuran001/GJZS](https://github.com/liuran001/GJZS)|搞机助手·R原「搞机助手重制版」|109|2022-01-27|2021-08-23|
|29|[stilleshan/rssforever](https://github.com/stilleshan/rssforever)|Nginx + TTRSS / FreshRSS + RSSHub 整合 docker 容器化一键部署方案.|112|2022-01-15|2021-05-25|
|30|[liuran001/GJZS](https://github.com/liuran001/GJZS)|搞机助手·R原「搞机助手重制版」|110|2022-01-27|2021-08-23|
|31|[Netflixxp/NF](https://github.com/Netflixxp/NF)|检测服务器是否解锁Netflix|107|2021-10-10|2021-02-23|
|32|[XrayR-project/XrayR-release](https://github.com/XrayR-project/XrayR-release)|XrayR 一键脚本以及docker部署|105|2022-02-01|2021-03-10|
|33|[k8sli/kubeplay](https://github.com/k8sli/kubeplay)|Deploy kubernetes by kubespray in offline|92|2022-01-11|2021-08-13|
|33|[k8sli/kubeplay](https://github.com/k8sli/kubeplay)|Deploy kubernetes by kubespray in offline|93|2022-01-11|2021-08-13|
|34|[YuKongA/Unlock-MIUI-ThemeManager](https://github.com/YuKongA/Unlock-MIUI-ThemeManager)|[Magisk] Unlock MIUI ThemeManager / MIUI主题破解|91|2021-12-30|2021-07-31|
|35|[breakings/OpenWrt](https://github.com/breakings/OpenWrt)|-|86|2022-02-04|2021-03-05|
|35|[breakings/OpenWrt](https://github.com/breakings/OpenWrt)|-|87|2022-02-04|2021-03-05|
|36|[jingleijack/Openwrt_Beta](https://github.com/jingleijack/Openwrt_Beta)|AX6和AX3600和AX9000每周五更新每个版本对应固件名称及大小不一样看清楚下载。不搞多神秘什么本地编译啥的我也懒得去fork lean源码修改直接Actions用雕大无任何修改的源码。稳定性及实用性均与lean官方同步无任何区别。部分插件源码均拉取原作者最新的。|83|2022-02-04|2021-07-19|
|37|[V2RaySSR/cf-auto-passwall](https://github.com/V2RaySSR/cf-auto-passwall)|用于自动筛选 CF IP并自动替换优选 IP 为 PassWall 的节点地址WS协议|81|2021-10-31|2021-06-05|
|38|[ophub/luci-app-amlogic](https://github.com/ophub/luci-app-amlogic)|Supports management of Amlogic s9xxx, Allwinner, and Rockchip boxes. include install and update the OpenWrt and kernel, Backup and Restore config, Snapshot management, etc.|78|2022-01-17|2021-06-14|
|39|[jiuqi9997/smokeping](https://github.com/jiuqi9997/smokeping)|smokeping + caddy 一键脚本|78|2021-08-17|2021-05-17|
|40|[emptysuns/Hi_Hysteria](https://github.com/emptysuns/Hi_Hysteria)|Hello World非钟国优化线路使用不佳不想中转hysteria一键搞定。|77|2022-02-04|2021-09-19|
|41|[jingleijack/AX6-AX3600_Almighty-Edition_Config](https://github.com/jingleijack/AX6-AX3600_Almighty-Edition_Config)|此版本是全能版本也是自定义版本涵盖所有插件想要榨干路由器性能和内存的朋友可以尝试刷入。支持已刷WEB升级的openwrt固件刷入方式首选恢复出厂设置然后再系统升级不保留配置刷入。全能版每天都会拉取最新源码更新|77|2022-02-04|2021-08-02|
|38|[emptysuns/Hi_Hysteria](https://github.com/emptysuns/Hi_Hysteria)|Hello World非钟国优化线路使用不佳不想中转hysteria一键搞定。|79|2022-02-04|2021-09-19|
|39|[jiuqi9997/smokeping](https://github.com/jiuqi9997/smokeping)|smokeping + caddy 一键脚本|79|2021-08-17|2021-05-17|
|40|[jingleijack/AX6-AX3600_Almighty-Edition_Config](https://github.com/jingleijack/AX6-AX3600_Almighty-Edition_Config)|此版本是全能版本也是自定义版本涵盖所有插件想要榨干路由器性能和内存的朋友可以尝试刷入。支持已刷WEB升级的openwrt固件刷入方式首选恢复出厂设置然后再系统升级不保留配置刷入。全能版每天都会拉取最新源码更新|78|2022-02-05|2021-08-02|
|41|[ophub/luci-app-amlogic](https://github.com/ophub/luci-app-amlogic)|Supports management of Amlogic s9xxx, Allwinner, and Rockchip boxes. include install and update the OpenWrt and kernel, Backup and Restore config, Snapshot management, etc.|78|2022-01-17|2021-06-14|
|42|[flyqie/dd-shell](https://github.com/flyqie/dd-shell)|该脚本可在DD系统时为您提供一个WebUI以帮助您了解到目前的DD状态.|76|2021-11-21|2021-11-21|
|43|[rptec/heroku-vless](https://github.com/rptec/heroku-vless)|利用Heroku部署高性能代理免费vless服务支持联通电信 免流|75|2022-01-26|2021-06-15|
|44|[appotry/PTtool](https://github.com/appotry/PTtool)|自动化硬链接工具,在最大可能情况下节约空间,并保持做种。 小于1M的文件直接复制刮削修改nfo等小文件。 大于1M的文件硬链接到目的目录可以随意修改文件名。|74|2021-10-15|2021-04-03|
|45|[dravenww/curated-article](https://github.com/dravenww/curated-article)|收集各大技术社区网站每日热文|69|2022-02-04|2021-04-22|
|45|[dravenww/curated-article](https://github.com/dravenww/curated-article)|收集各大技术社区网站每日热文|69|2022-02-05|2021-04-22|
|46|[King-stark/NvJDCloud](https://github.com/King-stark/NvJDCloud)|Nolanjdc 诺兰面板安装说明|68|2022-01-31|2021-11-28|
|47|[soulteary/docker-sso-server](https://github.com/soulteary/docker-sso-server)|Lightweight self-hosted SSO server, resource utilization rate is <1% CPU, MEM <15 M|68|2021-09-22|2021-08-10|
|48|[CharIesOrz/minerProxy](https://github.com/CharIesOrz/minerProxy)|以太坊矿池代理,可以自定义抽水地址和比例 ,go语言编写,性能极高,另一个MinerPr0xy/MinerProxy是盗版我的加料的,大家可以看github的commit记录就知道了千万不要被骗注意我说的是MinerPr0xy这个人的不是MinerProxy这个人的老矿工那个是他自己开发的MinerPr0xy这个人是个骗子|67|2022-01-12|2021-12-31|
|49|[DHDAXCW/NanoPi-R2C-Plus](https://github.com/DHDAXCW/NanoPi-R2C-Plus)|基于lean和immortalwrt编译第三方固件每天自动更新插件和内核Fusion编译法|67|2022-02-03|2021-08-09|
|48|[DHDAXCW/NanoPi-R2C-Plus](https://github.com/DHDAXCW/NanoPi-R2C-Plus)|基于lean和immortalwrt编译第三方固件每天自动更新插件和内核Fusion编译法|68|2022-02-03|2021-08-09|
|49|[CharIesOrz/minerProxy](https://github.com/CharIesOrz/minerProxy)|以太坊矿池代理,可以自定义抽水地址和比例 ,go语言编写,性能极高,另一个MinerPr0xy/MinerProxy是盗版我的加料的,大家可以看github的commit记录就知道了千万不要被骗注意我说的是MinerPr0xy这个人的不是MinerProxy这个人的老矿工那个是他自己开发的MinerPr0xy这个人是个骗子|67|2022-01-12|2021-12-31|
|50|[AboutCXJ/SillyGirlDockerDeploy](https://github.com/AboutCXJ/SillyGirlDockerDeploy)|-|65|2021-11-23|2021-09-23|
|51|[gacjie/btpanel_tools](https://github.com/gacjie/btpanel_tools)|宝塔linux工具箱btpanel_tools|64|2021-09-06|2021-09-06|
|52|[thomaswcy/R2S](https://github.com/thomaswcy/R2S)|基于 RubikWrt NanoPi R2S 固件每日自动更新插件和内核|64|2022-02-04|2021-05-30|
|53|[suminerProxy/suminerProxy](https://github.com/suminerProxy/suminerProxy)|SuMinerProxy是目前市面上最稳定价格最低(目前固定开发者费用为0.2%)、功能最全的矿池代理支持CCDDOS防御支持内置抽水支持一键在windows和Linux系统上搭建矿池抽水代理使用ssl/tcp转发加密传输数据支持一键屏蔽服务商的监管系统使你的行为更加安全私密防止服务器ip被查封 可拓展匿名代理保护服务器防止DDOS攻击让你的用户更加信赖你 软件 ...|63|2022-01-31|2022-01-04|
|54|[jingleijack/X86_64-TEST](https://github.com/jingleijack/X86_64-TEST)|自动构建Lean源码天灵的源码openwrt源码集成usb网卡支持安卓手机usb网络共享pci网卡暂时还没有集成集成了20个插件分为docker版和精简版docker分区1024精简版分区300diy2是添加lede软件库没有的插件及一些原作者的插件lite精简版配置config和docker版配置基本上都有简单说明|63|2022-02-04|2021-09-17|
|51|[jingleijack/X86_64-TEST](https://github.com/jingleijack/X86_64-TEST)|自动构建Lean源码天灵的源码openwrt源码集成usb网卡支持安卓手机usb网络共享pci网卡暂时还没有集成集成了20个插件分为docker版和精简版docker分区1024精简版分区300diy2是添加lede软件库没有的插件及一些原作者的插件lite精简版配置config和docker版配置基本上都有简单说明|64|2022-02-04|2021-09-17|
|52|[gacjie/btpanel_tools](https://github.com/gacjie/btpanel_tools)|宝塔linux工具箱btpanel_tools|64|2021-09-06|2021-09-06|
|53|[thomaswcy/R2S](https://github.com/thomaswcy/R2S)|基于 RubikWrt NanoPi R2S 固件每日自动更新插件和内核|64|2022-02-04|2021-05-30|
|54|[suminerProxy/suminerProxy](https://github.com/suminerProxy/suminerProxy)|SuMinerProxy是目前市面上最稳定价格最低(目前固定开发者费用为0.2%)、功能最全的矿池代理支持CCDDOS防御支持内置抽水支持一键在windows和Linux系统上搭建矿池抽水代理使用ssl/tcp转发加密传输数据支持一键屏蔽服务商的监管系统使你的行为更加安全私密防止服务器ip被查封 可拓展匿名代理保护服务器防止DDOS攻击让你的用户更加信赖你 软件 ...|63|2022-02-05|2022-01-04|
|55|[dnomd343/ClearDNS](https://github.com/dnomd343/ClearDNS)|容器化的无污染DNS服务|61|2021-09-15|2021-05-18|
|56|[soulteary/docker-outline](https://github.com/soulteary/docker-outline)|A simple and reliable self-hosted plan for Outline.|57|2021-11-19|2021-09-04|
|57|[loaden/nspawn-deepinwine](https://github.com/loaden/nspawn-deepinwine)|利用systemd-nspawn容器跑Deepin 20.2.3或者Debian 10安装deepinwine稳定运行QQ微信钉钉深度商店等应用低内存高性能沙盒机制不污染宿主机支持多用户理论上可在任何Linux发行版上运行成功解决MIT-SHM导致的崩溃好开心现在很稳定了|55|2022-02-04|2021-09-23|
|58|[trombonist852/multi-device-openwrt](https://github.com/trombonist852/multi-device-openwrt)|客制化多设备固件包括x86-64树莓派全系R2sN1,k3|55|2022-02-03|2021-03-09|
|57|[trombonist852/multi-device-openwrt](https://github.com/trombonist852/multi-device-openwrt)|客制化多设备固件包括x86-64树莓派全系R2sN1,k3|56|2022-02-03|2021-03-09|
|58|[loaden/nspawn-deepinwine](https://github.com/loaden/nspawn-deepinwine)|利用systemd-nspawn容器跑Deepin 20.2.3或者Debian 10安装deepinwine稳定运行QQ微信钉钉深度商店等应用低内存高性能沙盒机制不污染宿主机支持多用户理论上可在任何Linux发行版上运行成功解决MIT-SHM导致的崩溃好开心现在很稳定了|55|2022-02-04|2021-09-23|
|59|[zhangyoufu/log4j2-without-jndi](https://github.com/zhangyoufu/log4j2-without-jndi)|log4j2-core JAR w/o JndiLookup.class|52|2021-12-10|2021-12-09|
|60|[DaoCloud/public-image-mirror](https://github.com/DaoCloud/public-image-mirror)|很多镜像都在国外比如 gcr 国内下载很慢需要加速。|52|2022-02-04|2021-09-09|
|61|[DHDAXCW/FusionWRT_x86_x64](https://github.com/DHDAXCW/FusionWRT_x86_x64)|基于lean编译第三方固件每天自动更新插件和内核Fusion编译法|51|2022-02-03|2021-10-23|
|60|[DaoCloud/public-image-mirror](https://github.com/DaoCloud/public-image-mirror)|很多镜像都在国外比如 gcr 国内下载很慢需要加速。|52|2022-02-05|2021-09-09|
|61|[DHDAXCW/FusionWRT_x86_x64](https://github.com/DHDAXCW/FusionWRT_x86_x64)|基于lean编译第三方固件每天自动更新插件和内核Fusion编译法|51|2022-02-04|2021-10-23|
|62|[xiangfeidexiaohuo/rec4Gota](https://github.com/xiangfeidexiaohuo/rec4Gota)|解决现今twrp不能刷入超过4G的ROM的bug|50|2021-09-20|2021-09-18|
|63|[ariandy/easy-rust-indonesia](https://github.com/ariandy/easy-rust-indonesia)|-|50|2021-11-03|2021-05-23|
|64|[Rvn0xsy/socks-switch](https://github.com/Rvn0xsy/socks-switch)|透明代理切换脚本仅支持 Linux|49|2021-10-09|2021-10-09|
|65|[wxfyes/N1packaging](https://github.com/wxfyes/N1packaging)|基于flippy的打包Phicomm N1的openwrt每天自动更新打包|48|2022-01-25|2021-06-30|
|66|[christianhaitian/PortMaster](https://github.com/christianhaitian/PortMaster)|A simple tool that allows you to download various game ports that are available for ArkOS, RetroOZ, and TheRA for RK3326 based devices. Support for 351Elec is being worked on as well.|47|2022-02-04|2021-09-10|
|67|[nivin-studio/gonivinck](https://github.com/nivin-studio/gonivinck)|一个基于docker的go-zero运行环境|46|2022-02-02|2021-12-28|
|65|[nivin-studio/gonivinck](https://github.com/nivin-studio/gonivinck)|一个基于docker的go-zero运行环境|48|2022-02-02|2021-12-28|
|66|[christianhaitian/PortMaster](https://github.com/christianhaitian/PortMaster)|A simple tool that allows you to download various game ports that are available for ArkOS, RetroOZ, and TheRA for RK3326 based devices. Support for 351Elec is being worked on as well.|48|2022-02-04|2021-09-10|
|67|[wxfyes/N1packaging](https://github.com/wxfyes/N1packaging)|基于flippy的打包Phicomm N1的openwrt每天自动更新打包|48|2022-01-25|2021-06-30|
|68|[sunhaiyong1978/CLFS-for-LoongArch](https://github.com/sunhaiyong1978/CLFS-for-LoongArch)|如何交叉编译一个基于LoongArch架构的LFSLinux From Scratch系统。|43|2022-01-12|2021-06-22|
|69|[jas502n/GitlabVer](https://github.com/jas502n/GitlabVer)|gitlab version index|41|2021-11-10|2021-11-09|
|70|[bigbugcc/OpenWrts](https://github.com/bigbugcc/OpenWrts)|OPENWRT 固件(Raspberry Pi4B/3B+NanoPi R4SOrange Pi R1Plusx86) 依源码更新自动编译 |40|2022-02-03|2021-10-18|
|70|[bigbugcc/OpenWrts](https://github.com/bigbugcc/OpenWrts)|OPENWRT 固件(Raspberry Pi4B/3B+NanoPi R4SOrange Pi R1Plusx86) 依源码更新自动编译 |40|2022-02-05|2021-10-18|
|71|[BUAA-SE-Compiling/miniSysY-tutorial](https://github.com/BUAA-SE-Compiling/miniSysY-tutorial)|BUAASE2019级的编译实验的实验指导与实验安排|37|2022-01-01|2021-08-28|
|72|[Netflixxp/jcnfbesttrace](https://github.com/Netflixxp/jcnfbesttrace)|-|37|2021-12-29|2021-03-03|
|73|[MartineauUK/wireguard](https://github.com/MartineauUK/wireguard)|Manage/Install WireGuard on applicable ASUS routers|36|2022-02-03|2021-02-28|
|74|[kkkyg/vpsroot](https://github.com/kkkyg/vpsroot)|一键获取最高root权限自定义root密码支持Euserv德鸡Hax IPV6甲骨文oracle谷歌云gpcIBM Linux one亚马逊云azurz等VPS|35|2021-12-29|2021-09-09|
|73|[kkkyg/vpsroot](https://github.com/kkkyg/vpsroot)|一键获取最高root权限自定义root密码支持Euserv德鸡Hax IPV6甲骨文oracle谷歌云gpcIBM Linux one亚马逊云azurz等VPS|36|2021-12-29|2021-09-09|
|74|[MartineauUK/wireguard](https://github.com/MartineauUK/wireguard)|Manage/Install WireGuard on applicable ASUS routers|36|2022-02-05|2021-02-28|
|75|[mauhin/justsoso](https://github.com/mauhin/justsoso)|郑州大学健康上报脚本zzujksb|35|2022-01-06|2021-05-08|
|76|[jingleijack/OpenWrt_R7800_Stable](https://github.com/jingleijack/OpenWrt_R7800_Stable)|跟随LEDE主线更新极致AP版和精简版更新频率跟随源码更新而更新|34|2022-02-04|2021-08-10|
|77|[crazywhalecc/static-php-cli](https://github.com/crazywhalecc/static-php-cli)|Compile static PHP binary in linux, including swoole and other extensions, make PHP more portable.|34|2022-01-10|2021-04-26|
@ -89,13 +89,13 @@
|82|[EdNovas/vpstoolbox](https://github.com/EdNovas/vpstoolbox)|EdNovas的VPS工具箱|32|2022-02-01|2021-12-27|
|83|[linkease/ddnsto_all_in_one_script](https://github.com/linkease/ddnsto_all_in_one_script)|ddnsto 一键安装脚本|32|2021-10-21|2021-02-09|
|84|[x1ah/code-anti-addiction](https://github.com/x1ah/code-anti-addiction)|编程防沉迷 pre-commit 插件|30|2021-09-05|2021-09-05|
|85|[DHDAXCW/DoorNet_Series](https://github.com/DHDAXCW/DoorNet_Series)|野火DoorNet1第三方固件基于lean源码编译固件。|30|2022-02-01|2021-08-14|
|85|[DHDAXCW/DoorNet_Series](https://github.com/DHDAXCW/DoorNet_Series)|野火DoorNet1第三方固件基于lean源码编译固件。|30|2022-02-05|2021-08-14|
|86|[Tliens/IPADownloader](https://github.com/Tliens/IPADownloader)|ipa 下载利器以后下载ipa再也不用那么麻烦|29|2021-08-13|2021-05-26|
|87|[DovFork/AutoSync](https://github.com/DovFork/AutoSync)|利用Github Action自动同步仓库|28|2022-02-01|2021-07-12|
|88|[fhyuncai/Arknights-Anti-addiction](https://github.com/fhyuncai/Arknights-Anti-addiction)|明日方舟屏蔽防沉迷|28|2021-09-04|2021-05-19|
|89|[eisaev/r2350](https://github.com/eisaev/r2350)|-|27|2021-12-30|2021-03-14|
|90|[InvoluteHell/HelloWorldContest](https://github.com/InvoluteHell/HelloWorldContest)|Print "Hello World" without HELLOWORLD 不使用 HELLOWORLD 来输出 "Hello World" 的比赛|26|2021-12-19|2021-12-17|
|91|[thomaswcy/R4S](https://github.com/thomaswcy/R4S)|基于 RubikWrt NanoPi R4S 固件每日自动更新插件和内核|26|2022-02-04|2021-06-04|
|91|[thomaswcy/R4S](https://github.com/thomaswcy/R4S)|基于 RubikWrt NanoPi R4S 固件每日自动更新插件和内核|26|2022-02-05|2021-06-04|
|92|[Moyye/console-proxy](https://github.com/Moyye/console-proxy)|console-hz.selypan.com ssh agent|26|2021-12-27|2021-04-15|
|93|[letseeqiji/LNPPR](https://github.com/letseeqiji/LNPPR)|Docker Ruby Rails Nginx Puma PostgreSQL MySQL 一键配置脚本 |24|2021-12-23|2021-11-11|
|94|[virjarRatel/ratel-doc](https://github.com/virjarRatel/ratel-doc)|唯一官方文档|24|2021-09-02|2021-08-30|

View File

@ -1,12 +1,12 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Swift
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[KwaiAppTeam/SwiftPamphletApp](https://github.com/KwaiAppTeam/SwiftPamphletApp)|戴铭的 Swift 小册子,一本活的 Swift 手册。使用 SwiftUI + Combine + Swift Concurrency Aysnc/Await Actor + GitHub API 开发的 macOS 应用|1292|2022-02-02|2021-11-13|
|2|[jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch)|All-in-One menu bar app, hide MacBook Pro's notch, dark mode, AirPods, Shortcuts|772|2022-01-27|2021-11-30|
|1|[KwaiAppTeam/SwiftPamphletApp](https://github.com/KwaiAppTeam/SwiftPamphletApp)|戴铭的 Swift 小册子,一本活的 Swift 手册。使用 SwiftUI + Combine + Swift Concurrency Aysnc/Await Actor + GitHub API 开发的 macOS 应用|1295|2022-02-02|2021-11-13|
|2|[jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch)|All-in-One menu bar app, hide MacBook Pro's notch, dark mode, AirPods, Shortcuts|772|2022-02-05|2021-11-30|
|3|[Jinxiansen/Windows11](https://github.com/Jinxiansen/Windows11)| 💻 Windows 11 in SwiftUI.|118|2021-10-13|2021-08-31|
|4|[william0wang/MagicCamera](https://github.com/william0wang/MagicCamera)|iOS多功能AI相机人像卡通化、变老变年轻、美颜、滤镜、艺术效果等|96|2021-11-08|2021-10-29|
|5|[Lakr233/FishUpgrade](https://github.com/Lakr233/FishUpgrade)|macOS 摸鱼模拟器|87|2021-12-19|2021-12-16|
@ -15,20 +15,20 @@
|8|[Astrian/switshot](https://github.com/Astrian/switshot)|Console screenshot transfer|53|2022-01-28|2021-09-10|
|9|[iwill/ExCodable](https://github.com/iwill/ExCodable)|Key-Mapping Extensions for Swift Codable|46|2022-02-04|2021-02-08|
|10|[simon9211/privacyInsight](https://github.com/simon9211/privacyInsight)|读取app「记录App活动」文件展示app访问权限及网络记录|44|2021-10-28|2021-10-18|
|11|[yangKJ/RxNetworks](https://github.com/yangKJ/RxNetworks)|🧚 响应式插件网络架构 RxSwift + Moya + HandyJSON + Plugins.|43|2022-01-28|2021-05-08|
|11|[yangKJ/RxNetworks](https://github.com/yangKJ/RxNetworks)|🧚Network API With RxSwift + Moya + HandyJSON + Plugins.|43|2022-02-05|2021-05-08|
|12|[fatbobman/NavigationViewKit](https://github.com/fatbobman/NavigationViewKit)|NavigationViewKit is a NavigationView extension library for SwiftUI.|40|2021-12-16|2021-08-31|
|13|[Tliens/SSPlan](https://github.com/Tliens/SSPlan)|《今日计划》源代码open source for the app今日计划|34|2021-10-07|2021-10-07|
|14|[breadwallet/brd-mobile](https://github.com/breadwallet/brd-mobile)|-|34|2021-11-07|2021-06-28|
|13|[breadwallet/brd-mobile](https://github.com/breadwallet/brd-mobile)|-|35|2021-11-07|2021-06-28|
|14|[Tliens/SSPlan](https://github.com/Tliens/SSPlan)|《今日计划》源代码open source for the app今日计划|34|2021-10-07|2021-10-07|
|15|[ts666823/Codesigner](https://github.com/ts666823/Codesigner)|-|30|2021-12-11|2021-10-29|
|16|[fatbobman/SheetKit](https://github.com/fatbobman/SheetKit)|an extension library for SwiftUI sheets. |29|2021-09-17|2021-09-16|
|17|[ShenJieSuzhou/PurchaseX](https://github.com/ShenJieSuzhou/PurchaseX)|PurchaseX 是基于 Swift 语言开发专门用于给您的应用或者游戏提供应用内购买In-App_purchase解决方案的轻量级 Framework PurchaseX 能让开发者轻松的为应用程序集成苹果的应用内购买,目前最低支持 iOS 8.0 版本;|26|2021-10-28|2021-07-20|
|18|[Cantoboard/Cantoboard](https://github.com/Cantoboard/Cantoboard)|Cantoboard - Smart Cantonese Keyboard on iOS |25|2022-02-01|2021-03-19|
|18|[Cantoboard/Cantoboard](https://github.com/Cantoboard/Cantoboard)|Cantoboard - Smart Cantonese Keyboard on iOS |25|2022-02-05|2021-03-19|
|19|[KelvinQQ/SpiderCard](https://github.com/KelvinQQ/SpiderCard)|蜘蛛纸牌 for mac|24|2021-08-23|2021-07-28|
|20|[JerryFans/JFPopup](https://github.com/JerryFans/JFPopup)|A Swift Popup Module help you popup your custom view easily|22|2021-10-22|2021-10-11|
|21|[creepymonster/GlucoseDirectApp](https://github.com/creepymonster/GlucoseDirectApp)|App programmed in Swift/SwiftUI for using Libre 1/2 blood glucose sensors.|22|2022-02-04|2021-07-18|
|21|[creepymonster/GlucoseDirectApp](https://github.com/creepymonster/GlucoseDirectApp)|App programmed in Swift/SwiftUI for using Libre 1/2 blood glucose sensors.|22|2022-02-05|2021-07-18|
|22|[lihaoyun6/DimQQ](https://github.com/lihaoyun6/DimQQ)|一款可自定义强度的QQ for Mac亮度降低工具|20|2022-01-27|2021-11-23|
|23|[Jiafu-Ziran/an-app-from-scratch-video-materials](https://github.com/Jiafu-Ziran/an-app-from-scratch-video-materials)| 「使用 SwiftUI 开发 iOS App 新手教程」课程材料|16|2021-09-13|2021-07-12|
|24|[MikeWang000000/PD-Runner-Revive](https://github.com/MikeWang000000/PD-Runner-Revive)|PD-Runner (Parallels Desktop) 补档|15|2022-01-25|2022-01-25|
|23|[MikeWang000000/PD-Runner-Revive](https://github.com/MikeWang000000/PD-Runner-Revive)|PD-Runner (Parallels Desktop) 补档|17|2022-01-25|2022-01-25|
|24|[Jiafu-Ziran/an-app-from-scratch-video-materials](https://github.com/Jiafu-Ziran/an-app-from-scratch-video-materials)| 「使用 SwiftUI 开发 iOS App 新手教程」课程材料|16|2021-09-13|2021-07-12|
|25|[variant-database/vdb](https://github.com/variant-database/vdb)|A SARS-CoV-2 Mutation Pattern Query Tool|12|2022-01-12|2021-04-06|
|26|[ptrkstr/Devices](https://github.com/ptrkstr/Devices)|Swift package that contains all devices from https://www.theiphonewiki.com/wiki/Models. Useful when needing to parse machine/device identifier (i.e. iPhone10,1) to device name (iPhone 8).|11|2022-02-03|2021-10-12|
|27|[xiaoyouPrince/XYNav](https://github.com/xiaoyouPrince/XYNav)|简单易用的全屏导航控制器 Swift 5.0|11|2022-01-04|2021-09-14|
@ -49,7 +49,7 @@
|42|[ListenNotes/podcast-api-swift](https://github.com/ListenNotes/podcast-api-swift)|The Official Swift Library for the Listen Notes Podcast API.|7|2021-10-26|2021-05-13|
|43|[luoxuhai/react-native-smart-cropper](https://github.com/luoxuhai/react-native-smart-cropper)|智能裁剪图像重点区域的 react-native 库,支持基于注意力、对象和人脸。 A react-native library for intelligently cropping key areas of images, supporting attention based, object and face based.|6|2022-01-17|2022-01-17|
|44|[37iOS/Easy-Signer](https://github.com/37iOS/Easy-Signer)| iOS App 的 Mac 重签名工具|6|2022-01-05|2022-01-04|
|45|[ShikiSuen/vChewing-macOS](https://github.com/ShikiSuen/vChewing-macOS)|威注音输入法的 macOS 版,以小麦注音输入法的引擎为主、搭配特制的简体中文专用辞库。是纯粹的简体中文注音输入法(也有原生的繁体中文输入模式,并非简繁转换)。|6|2022-02-04|2021-12-13|
|45|[ShikiSuen/vChewing-macOS](https://github.com/ShikiSuen/vChewing-macOS)|威注音输入法的 macOS 版,以小麦注音输入法的引擎为主、搭配特制的简体中文专用辞库。是纯粹的简体中文注音输入法(也有原生的繁体中文输入模式,并非简繁转换)。|6|2022-02-05|2021-12-13|
|46|[yangKJ/Rickenbacker](https://github.com/yangKJ/Rickenbacker)|🎉 MVVM + RxSwift Project Architecture.|6|2022-02-01|2021-11-29|
|47|[baozoudiudiu/CustomWechatHomePage](https://github.com/baozoudiudiu/CustomWechatHomePage)|仿微信下拉展示小程序列表效果|6|2021-11-16|2021-11-16|
|48|[lele8446/CJSkinSwift](https://github.com/lele8446/CJSkinSwift)|APP动态换肤解决方案|6|2021-09-28|2021-09-08|

View File

@ -1,11 +1,11 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > TeX
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[sjtug/SJTUBeamer](https://github.com/sjtug/SJTUBeamer)|上海交通大学 Beamer 模版 Beamer template for Shanghai Jiao Tong University|203|2022-02-02|2021-04-18|
|1|[sjtug/SJTUBeamer](https://github.com/sjtug/SJTUBeamer)|上海交通大学 Beamer 模版 Beamer template for Shanghai Jiao Tong University|204|2022-02-02|2021-04-18|
|2|[jamesfang8499/physics1](https://github.com/jamesfang8499/physics1)|-|78|2021-12-17|2021-07-15|
|3|[LogCreative/SJTUBeamermin](https://github.com/LogCreative/SJTUBeamermin)|上海交通大学 LaTeX Beamer 幻灯片模板 - VI 最小工作集|57|2021-11-05|2021-03-15|
|4|[HFUTTUG/HFUT_Thesis](https://github.com/HFUTTUG/HFUT_Thesis)|LaTeX Thesis Template for Hefei University of Technology|41|2021-08-31|2021-05-17|

View File

@ -1,89 +1,87 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > TypeScript
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[TuSimple/naive-ui](https://github.com/TuSimple/naive-ui)|A Vue 3 Component Library. Fairly Complete. Customizable Themes. Uses TypeScript. Not too Slow.|7687|2022-02-04|2021-06-04|
|2|[Saul-Mirone/milkdown](https://github.com/Saul-Mirone/milkdown)|🍼 Plugin driven WYSIWYG markdown editor framework.|5670|2022-02-04|2021-03-09|
|3|[DouyinFE/semi-design](https://github.com/DouyinFE/semi-design)|A modern, comprehensive, flexible design system and React UI library|5330|2022-01-29|2021-10-25|
|4|[whyour/qinglong](https://github.com/whyour/qinglong)|支持python3、javaScript、shell、typescript 的定时任务管理面板A timed task management panel that supports typescript, javaScript, python3, and shell|5120|2022-02-01|2021-03-13|
|5|[liupan1890/aliyunpan](https://github.com/liupan1890/aliyunpan)|阿里云盘小白羊版 阿里云盘PC版 aliyundriver|5075|2022-01-23|2021-04-22|
|1|[TuSimple/naive-ui](https://github.com/TuSimple/naive-ui)|A Vue 3 Component Library. Fairly Complete. Customizable Themes. Uses TypeScript. Not too Slow.|7696|2022-02-05|2021-06-04|
|2|[Saul-Mirone/milkdown](https://github.com/Saul-Mirone/milkdown)|🍼 Plugin driven WYSIWYG markdown editor framework.|5685|2022-02-05|2021-03-09|
|3|[DouyinFE/semi-design](https://github.com/DouyinFE/semi-design)|A modern, comprehensive, flexible design system and React UI library|5331|2022-01-29|2021-10-25|
|4|[whyour/qinglong](https://github.com/whyour/qinglong)|支持python3、javaScript、shell、typescript 的定时任务管理面板A timed task management panel that supports typescript, javaScript, python3, and shell|5136|2022-02-01|2021-03-13|
|5|[liupan1890/aliyunpan](https://github.com/liupan1890/aliyunpan)|阿里云盘小白羊版 阿里云盘PC版 aliyundriver|5087|2022-01-23|2021-04-22|
|6|[modern-js-dev/modern.js](https://github.com/modern-js-dev/modern.js)|The meta-framework suite designed from scratch for frontend-focused modern web development.|2450|2022-02-04|2021-07-02|
|7|[imcuttle/mometa](https://github.com/imcuttle/mometa)|🛠 [Beta] 面向研发的低代码元编程,代码可视编辑,辅助编码工具|2014|2022-02-02|2021-11-22|
|8|[aidenybai/million](https://github.com/aidenybai/million)|🦁 <1kb compiler-augmented virtual DOM. It's fast!|1535|2022-02-04|2021-05-29|
|9|[giscus/giscus](https://github.com/giscus/giscus)|A comments system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:|1372|2022-02-01|2021-03-27|
|10|[Mayandev/notion-avatar](https://github.com/Mayandev/notion-avatar)|🪄 An online tool for making notion-style avatars.|1323|2021-12-21|2021-09-24|
|7|[imcuttle/mometa](https://github.com/imcuttle/mometa)|🛠 [Beta] 面向研发的低代码元编程,代码可视编辑,辅助编码工具|2018|2022-02-02|2021-11-22|
|8|[aidenybai/million](https://github.com/aidenybai/million)|🦁 <1kb compiler-augmented virtual DOM. It's fast!|1535|2022-02-05|2021-05-29|
|9|[giscus/giscus](https://github.com/giscus/giscus)|A comments system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:|1375|2022-02-05|2021-03-27|
|10|[Mayandev/notion-avatar](https://github.com/Mayandev/notion-avatar)|🪄 An online tool for making notion-style avatars.|1325|2021-12-21|2021-09-24|
|11|[cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)|cool-admin(midway版)一个很酷的后台权限管理框架模块化插件化CRUD极速开发永久开源免费基于midway.js 2.0typescripttypeormmysqljwtelement-ui等构建|1231|2022-01-10|2021-02-27|
|12|[hua1995116/react-resume-site](https://github.com/hua1995116/react-resume-site)|木及简历一款markdown的在线简历工具。|1178|2022-01-19|2021-02-19|
|13|[buqiyuan/vite-vue3-lowcode](https://github.com/buqiyuan/vite-vue3-lowcode)|vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作建站工具可视化搭建工具|1074|2022-01-16|2021-04-19|
|14|[H5-Dooring/dooringx](https://github.com/H5-Dooring/dooringx)|快速高效搭建可视化拖拽平台|999|2022-01-30|2021-07-08|
|12|[hua1995116/react-resume-site](https://github.com/hua1995116/react-resume-site)|木及简历一款markdown的在线简历工具。|1181|2022-01-19|2021-02-19|
|13|[buqiyuan/vite-vue3-lowcode](https://github.com/buqiyuan/vite-vue3-lowcode)|vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作建站工具可视化搭建工具|1076|2022-01-16|2021-04-19|
|14|[H5-Dooring/dooringx](https://github.com/H5-Dooring/dooringx)|快速高效搭建可视化拖拽平台|1001|2022-01-30|2021-07-08|
|15|[triggerjs/trigger](https://github.com/triggerjs/trigger)|A library for creating scroll-based animation with HTML attributes and CSS variables.|933|2021-11-15|2021-10-19|
|16|[stevenlei/spacingjs](https://github.com/stevenlei/spacingjs)|A JavaScript utility for measuring the spacing between elements on webpage.|760|2021-11-29|2021-11-09|
|17|[yaklang/yakit](https://github.com/yaklang/yakit)|Cyber Security ALL-IN-ONE Platform|671|2022-02-04|2021-10-12|
|17|[yaklang/yakit](https://github.com/yaklang/yakit)|Cyber Security ALL-IN-ONE Platform|674|2022-02-05|2021-10-12|
|18|[chinese-chess-everywhere/type-chess](https://github.com/chinese-chess-everywhere/type-chess)|一个玩具 TypeScript 类型系统写的中国象棋|636|2022-01-19|2021-10-26|
|19|[rms-open-letter/rms-open-letter.github.io](https://github.com/rms-open-letter/rms-open-letter.github.io)|-|623|2021-10-03|2021-03-23|
|20|[takayama-lily/vscode-qq](https://github.com/takayama-lily/vscode-qq)|基于安卓QQ协议的vscode-qq扩展|582|2022-01-01|2021-02-06|
|21|[dohooo/react-native-reanimated-carousel](https://github.com/dohooo/react-native-reanimated-carousel)|Simple React Native carousel component,fully implemented using reanimated v2,support to iOS/Android/Web.轮播图swiper|571|2022-02-04|2021-09-07|
|20|[takayama-lily/vscode-qq](https://github.com/takayama-lily/vscode-qq)|基于安卓QQ协议的vscode-qq扩展|583|2022-01-01|2021-02-06|
|21|[dohooo/react-native-reanimated-carousel](https://github.com/dohooo/react-native-reanimated-carousel)|Simple React Native carousel component,fully implemented using reanimated v2,support to iOS/Android/Web.轮播图swiper|572|2022-02-04|2021-09-07|
|22|[idrawjs/idraw](https://github.com/idrawjs/idraw)|A simple JavaScript framework for Drawing on the web.(一个面向Web绘图的JavaScript框架)|416|2022-01-05|2021-05-23|
|23|[linjc/smooth-signature](https://github.com/linjc/smooth-signature)|H5带笔锋手写签名支持PC端和移动端任何前端框架均可使用|387|2021-12-21|2021-10-24|
|24|[apptools-lab/AppToolkit](https://github.com/apptools-lab/AppToolkit)|🐘 The Front-end Env Toolkit前端环境管理工具|370|2021-11-23|2021-04-12|
|25|[JDFED/drip-form](https://github.com/JDFED/drip-form)|基于React和JSONSchema的动态表单解决方案|344|2022-01-29|2021-11-26|
|26|[WangJunZzz/abp-vnext-pro](https://github.com/WangJunZzz/abp-vnext-pro)|Abp Vnext Vue3 实现版本|331|2022-02-03|2021-02-26|
|27|[voderl/genshin-gacha-analyzer](https://github.com/voderl/genshin-gacha-analyzer)|genshin gacha history analyzer|330|2021-12-31|2021-02-05|
|28|[originjs/webpack-to-vite](https://github.com/originjs/webpack-to-vite)|Convert a webpack/vue-cli project to vite project. webpack/vue-cli 项目转换为 vite 项目。|315|2022-01-29|2021-04-21|
|29|[lafjs/laf](https://github.com/lafjs/laf)|laf. js is an open source BaaS framework, which provides cloud database, cloud functions, file storage and other capabilities. Front-end developers become full-stack developers in seconds.|313|2022-02-02|2021-03-07|
|30|[3lang3/react-vant](https://github.com/3lang3/react-vant)|React mobile UI Components base on Vant|296|2022-02-04|2021-07-18|
|31|[zmide/study.zmide.com](https://github.com/zmide/study.zmide.com)|全能搜题网页端源代码全能搜题项目是一个基于开源社区公开贡献的永久免费搜题系统|265|2021-11-21|2021-10-21|
|32|[MrXujiang/v6.dooring.public](https://github.com/MrXujiang/v6.dooring.public)|可视化大屏解决方案, 提供一套可视化编辑引擎, 助力个人或企业轻松定制自己的可视化大屏应用.|263|2021-08-08|2021-03-08|
|33|[buqiyuan/vite-vue3-admin](https://github.com/buqiyuan/vite-vue3-admin)|基于vite2.x + vue3.x + ant-design-vue3.x + typescript hooks 的基础后台管理系统模板 RBAC的权限系统, JSON Schema动态表单,动态表格,漂亮锁屏界面|252|2022-01-29|2021-03-01|
|34|[JDFED/leo](https://github.com/JDFED/leo)|一个可覆盖前端开发全链路可扩展可定制的终端运行的脚手架工具|240|2021-12-22|2021-12-15|
|35|[mallfoundry/taroify](https://github.com/mallfoundry/taroify)|Taroify 是移动端组件库 Vant Taro 版本两者基于相同的视觉规范提供一致的 API 接口助力开发者快速搭建小程序应用|240|2022-02-04|2021-04-15|
|36|[wufuqi123/SimpleEngine-pixijs](https://github.com/wufuqi123/SimpleEngine-pixijs)|一个基于pixijs的游戏引擎包含碰撞动画giu粒子spine资源加载等|223|2021-08-11|2021-07-15|
|37|[SilveryStar/Adachi-BOT](https://github.com/SilveryStar/Adachi-BOT)|A Genshin Impact chatbot in Tencent QQ / 原神Q群助手|216|2022-02-04|2021-02-24|
|38|[JacobLinCool/Bahamut-Automation](https://github.com/JacobLinCool/Bahamut-Automation)|雲端執行快速設定免費開源的巴哈姆特自動化自動簽到自動動畫瘋答題自動抽抽樂|215|2022-02-01|2021-06-26|
|27|[3lang3/react-vant](https://github.com/3lang3/react-vant)|React mobile UI Components base on Vant|317|2022-02-05|2021-07-18|
|28|[originjs/webpack-to-vite](https://github.com/originjs/webpack-to-vite)|Convert a webpack/vue-cli project to vite project. webpack/vue-cli 项目转换为 vite 项目。|316|2022-01-29|2021-04-21|
|29|[lafjs/laf](https://github.com/lafjs/laf)|laf. js is an open source BaaS framework, which provides cloud database, cloud functions, file storage and other capabilities. Front-end developers become full-stack developers in seconds.|313|2022-02-05|2021-03-07|
|30|[zmide/study.zmide.com](https://github.com/zmide/study.zmide.com)|全能搜题网页端源代码全能搜题项目是一个基于开源社区公开贡献的永久免费搜题系统|265|2021-11-21|2021-10-21|
|31|[MrXujiang/v6.dooring.public](https://github.com/MrXujiang/v6.dooring.public)|可视化大屏解决方案, 提供一套可视化编辑引擎, 助力个人或企业轻松定制自己的可视化大屏应用.|263|2021-08-08|2021-03-08|
|32|[buqiyuan/vite-vue3-admin](https://github.com/buqiyuan/vite-vue3-admin)|基于vite2.x + vue3.x + ant-design-vue3.x + typescript hooks 的基础后台管理系统模板 RBAC的权限系统, JSON Schema动态表单,动态表格,漂亮锁屏界面|252|2022-01-29|2021-03-01|
|33|[JDFED/leo](https://github.com/JDFED/leo)|一个可覆盖前端开发全链路可扩展可定制的终端运行的脚手架工具|241|2021-12-22|2021-12-15|
|34|[mallfoundry/taroify](https://github.com/mallfoundry/taroify)|Taroify 是移动端组件库 Vant Taro 版本两者基于相同的视觉规范提供一致的 API 接口助力开发者快速搭建小程序应用|241|2022-02-05|2021-04-15|
|35|[wufuqi123/SimpleEngine-pixijs](https://github.com/wufuqi123/SimpleEngine-pixijs)|一个基于pixijs的游戏引擎包含碰撞动画giu粒子spine资源加载等|223|2021-08-11|2021-07-15|
|36|[SilveryStar/Adachi-BOT](https://github.com/SilveryStar/Adachi-BOT)|A Genshin Impact chatbot in Tencent QQ / 原神Q群助手|216|2022-02-04|2021-02-24|
|37|[JacobLinCool/Bahamut-Automation](https://github.com/JacobLinCool/Bahamut-Automation)|雲端執行快速設定免費開源的巴哈姆特自動化自動簽到自動動畫瘋答題自動抽抽樂|215|2022-02-01|2021-06-26|
|38|[originjs/vite-plugin-federation](https://github.com/originjs/vite-plugin-federation)|Module Federation for vite & rollup|214|2022-01-21|2021-08-04|
|39|[open-mmlab/labelbee-client](https://github.com/open-mmlab/labelbee-client)|Out-of-the-box Annotation Toolbox|213|2022-01-21|2021-12-03|
|40|[leodevbro/vscode-blockman](https://github.com/leodevbro/vscode-blockman)|VSCode extension to highlight nested code blocks|212|2022-01-20|2021-05-12|
|41|[originjs/vite-plugin-federation](https://github.com/originjs/vite-plugin-federation)|Module Federation for vite & rollup|211|2022-01-21|2021-08-04|
|42|[inherd/uncode](https://github.com/inherd/uncode)|Uncode is a conceptual IDE designed for the cloud development, also a cloud-native low-code software development enviorment. Uncode 是一个面向云研发时代设计的下一代概念性 IDE |210|2021-11-09|2021-03-11|
|43|[vbenjs/vite-plugin-svg-icons](https://github.com/vbenjs/vite-plugin-svg-icons)|Vite Plugin for fast creating SVG sprites.|202|2022-01-29|2021-03-05|
|44|[likaia/js-screen-shot](https://github.com/likaia/js-screen-shot)|web端自定义截屏插件(原生JS版)|190|2021-12-20|2021-02-08|
|45|[qmhc/vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts)|A vite plugin for generating `.d.ts` files.|181|2022-01-11|2021-06-01|
|46|[yanmao-cc/am-editor](https://github.com/yanmao-cc/am-editor)|一个富文本实时协同编辑器框架可以使用React和Vue自定义插件A rich text collaborative editor framework that can use React and Vue custom plug-ins|172|2022-01-28|2021-02-05|
|47|[AntmJS/vantui](https://github.com/AntmJS/vantui)|基于vant-weapp实现的Taro-React版及H5-React版组件库https://antmjs.github.io/vantui/#/home|171|2022-01-27|2021-09-15|
|48|[innocces/taro-hooks](https://github.com/innocces/taro-hooks)| Taro 而设计的 Hooks Library https://innocces.github.io/taro-hooks/|169|2022-01-11|2021-06-23|
|49|[MarkMindCkm/obsidian-enhancing-mindmap](https://github.com/MarkMindCkm/obsidian-enhancing-mindmap)|obsidian plugin editable mindmap,you can edit mindmap on markdown file|168|2022-01-15|2021-06-27|
|50|[JDFED/drip-table](https://github.com/JDFED/drip-table)|A tiny and powerful enterprise-class solution for building lowcode tables. 轻量强大的企业级列表可视化搭建解决方案。|162|2022-01-18|2021-12-07|
|51|[SeeFlowerX/frida-protobuf](https://github.com/SeeFlowerX/frida-protobuf)|-|158|2021-12-04|2021-06-15|
|52|[DevCloudFE/vue-devui](https://github.com/DevCloudFE/vue-devui)|一个基于 DevUI Design 设计体系的 Vue3 组件库使用最新的 Vite + Vue3 + TypeScript + JSX 搭建包含60多个简洁易用灵活的组件|156|2022-02-02|2021-09-16|
|53|[mengzonefire/rapid-upload-userscript](https://github.com/mengzonefire/rapid-upload-userscript)|秒传链接提取脚本, 使用typescript + webpack重构|155|2022-01-26|2021-07-22|
|54|[yusukebe/hono](https://github.com/yusukebe/hono)|[] Ultrafast web framework for Cloudflare Workers.|149|2022-02-04|2021-12-14|
|55|[lblblong/nat-utools](https://github.com/lblblong/nat-utools)|内网穿透 - utools 插件|147|2021-11-18|2021-07-25|
|56|[szboynono/mosha-vue-toastify](https://github.com/szboynono/mosha-vue-toastify)|A light weight and fun Vue 3 toast or notification or snack bar or however you wanna call it library.|138|2021-09-20|2021-03-07|
|57|[caoxiemeihao/vite-react-electron](https://github.com/caoxiemeihao/vite-react-electron)|⚡ Super-fast Vite + React + Sass + Electron boilerplate.|136|2022-02-04|2021-11-02|
|58|[lgf196/JoL-player](https://github.com/lgf196/JoL-player)|简洁美观功能强大的react播放器simple and beautiful, powerful react player|136|2021-11-05|2021-08-02|
|59|[haixiangyan/nest-todo](https://github.com/haixiangyan/nest-todo)|🐱 使用 React.js + Nest.js 实现一个简单的 Todo App|135|2021-10-22|2021-07-09|
|60|[weimobGroup/WeConsole](https://github.com/weimobGroup/WeConsole)|功能全面界面与体验对标 Chrome devtools 的可定制化的小程序开发调试面板|130|2021-10-27|2021-07-14|
|61|[yuanguandong/react-dashboard-pro](https://github.com/yuanguandong/react-dashboard-pro)|One-stop dashboard solution out of the box 开箱即用的一站式仪表板解决方案|128|2022-01-27|2021-08-19|
|62|[bytedance/syllepsis](https://github.com/bytedance/syllepsis)|Syllepsis is an out-of-the-box rich text editor.|127|2022-01-20|2021-07-09|
|63|[dtysky/webgpu-renderer](https://github.com/dtysky/webgpu-renderer)|A simple renderer implemented by WebGPU, includes a builtin path tracing pipeline.|114|2021-11-08|2021-06-05|
|64|[ironsoul0/ironsoul.ninja](https://github.com/ironsoul0/ironsoul.ninja)|🥷 True ninja website, 忍者|111|2021-08-27|2021-04-04|
|65|[buqiyuan/react-antd-admin](https://github.com/buqiyuan/react-antd-admin)|基于vite2.x + react17.x + typescript4.x + antd4.x + react-router6.x + mobx6.x编写的一款简单高效的前后端分离的权限管理系统|108|2021-12-27|2021-08-07|
|66|[phibr0/obsidian-dictionary](https://github.com/phibr0/obsidian-dictionary)|Dictionary - Obsidian Plugin This plugin adds a multilingual dictionary to the Obsidian note taking tool.|104|2021-11-16|2021-05-12|
|67|[wszgrcy/angular-miniprogram](https://github.com/wszgrcy/angular-miniprogram)|使用Angular开发小程序|103|2022-01-06|2021-09-09|
|68|[wangeditor-team/wangEditor-v5](https://github.com/wangeditor-team/wangEditor-v5)|wangEditor v5 公测中...|99|2022-01-25|2021-05-14|
|69|[Clansty/Q2TG](https://github.com/Clansty/Q2TG)|QQ Telegram 群相互转发的 bot|96|2022-01-22|2021-07-20|
|70|[tgbot-collection/YYeTsFE](https://github.com/tgbot-collection/YYeTsFE)|YYeTsBot 前端页面|94|2022-01-28|2021-06-07|
|71|[H5-Dooring/mitu-editor](https://github.com/H5-Dooring/mitu-editor)|一款轻量级且强大的图片编辑器,支持一键生成模版,下载图片,在线图片编辑等功能|88|2021-08-16|2021-08-12|
|72|[ruby-no-kai/takeout-app](https://github.com/ruby-no-kai/takeout-app)|Virtual venue for RubyKaigi Takeout w/ Amazon IVS, Chime SDK for Messaging, Transcribe|87|2021-09-14|2021-07-08|
|73|[turkyden/watermark-pro](https://github.com/turkyden/watermark-pro)|💦 保护你的敏感信息一款所见即所得的证件加水印工具|86|2021-09-27|2021-04-23|
|74|[ykfe/viter](https://github.com/ykfe/viter)|小而美的 Vite 中后台开发框架|86|2022-01-14|2021-04-21|
|75|[babyfish-ct/graphql-ts-client](https://github.com/babyfish-ct/graphql-ts-client)|Typescript DSL for GraphQL.|85|2022-01-21|2021-06-17|
|76|[genshin-kit/genshin-kit-node](https://github.com/genshin-kit/genshin-kit-node)|原神玩家信息查询封装库 / An API wrapper for fetching player data of Genshin Impact from any servers.|85|2022-01-29|2021-02-24|
|77|[elegantYU/xiaobi](https://github.com/elegantYU/xiaobi)|小币|84|2021-09-29|2021-05-07|
|78|[sigoden/apitest](https://github.com/sigoden/apitest)|Apitest is declarative api testing tool with JSON-like DSL.|83|2021-12-24|2021-06-01|
|79|[yuanguandong/smart-background](https://github.com/yuanguandong/smart-background)|Automatically generate the background of the symbol picture, so you no longer have to worry about the background 自动生成符号背景让你不再为背景头疼|71|2021-09-08|2021-08-14|
|41|[inherd/uncode](https://github.com/inherd/uncode)|Uncode is a conceptual IDE designed for the cloud development, also a cloud-native low-code software development enviorment. Uncode 是一个面向云研发时代设计的下一代概念性 IDE |210|2021-11-09|2021-03-11|
|42|[vbenjs/vite-plugin-svg-icons](https://github.com/vbenjs/vite-plugin-svg-icons)|Vite Plugin for fast creating SVG sprites.|202|2022-01-29|2021-03-05|
|43|[likaia/js-screen-shot](https://github.com/likaia/js-screen-shot)|web端自定义截屏插件(原生JS版)|190|2021-12-20|2021-02-08|
|44|[qmhc/vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts)|A vite plugin for generating `.d.ts` files.|181|2022-01-11|2021-06-01|
|45|[AntmJS/vantui](https://github.com/AntmJS/vantui)|基于vant-weapp实现的Taro-React版及H5-React版组件库https://antmjs.github.io/vantui/#/home|171|2022-01-27|2021-09-15|
|46|[innocces/taro-hooks](https://github.com/innocces/taro-hooks)| Taro 而设计的 Hooks Library https://innocces.github.io/taro-hooks/|169|2022-01-11|2021-06-23|
|47|[MarkMindCkm/obsidian-enhancing-mindmap](https://github.com/MarkMindCkm/obsidian-enhancing-mindmap)|obsidian plugin editable mindmap,you can edit mindmap on markdown file|168|2022-01-15|2021-06-27|
|48|[JDFED/drip-table](https://github.com/JDFED/drip-table)|A tiny and powerful enterprise-class solution for building lowcode tables. 轻量强大的企业级列表可视化搭建解决方案|162|2022-01-18|2021-12-07|
|49|[SeeFlowerX/frida-protobuf](https://github.com/SeeFlowerX/frida-protobuf)|-|158|2021-12-04|2021-06-15|
|50|[DevCloudFE/vue-devui](https://github.com/DevCloudFE/vue-devui)|一个基于 DevUI Design 设计体系的 Vue3 组件库使用最新的 Vite + Vue3 + TypeScript + JSX 搭建包含60多个简洁易用灵活的组件。|156|2022-02-05|2021-09-16|
|51|[mengzonefire/rapid-upload-userscript](https://github.com/mengzonefire/rapid-upload-userscript)|秒传链接提取脚本, 使用typescript + webpack重构|155|2022-01-26|2021-07-22|
|52|[yusukebe/hono](https://github.com/yusukebe/hono)|[] Ultrafast web framework for Cloudflare Workers.|150|2022-02-05|2021-12-14|
|53|[lblblong/nat-utools](https://github.com/lblblong/nat-utools)|内网穿透 - utools 插件|147|2021-11-18|2021-07-25|
|54|[szboynono/mosha-vue-toastify](https://github.com/szboynono/mosha-vue-toastify)|A light weight and fun Vue 3 toast or notification or snack bar or however you wanna call it library.|139|2021-09-20|2021-03-07|
|55|[caoxiemeihao/vite-react-electron](https://github.com/caoxiemeihao/vite-react-electron)| Super-fast Vite + React + Sass + Electron boilerplate.|137|2022-02-05|2021-11-02|
|56|[lgf196/JoL-player](https://github.com/lgf196/JoL-player)|简洁美观功能强大的react播放器simple and beautiful, powerful react player|136|2021-11-05|2021-08-02|
|57|[haixiangyan/nest-todo](https://github.com/haixiangyan/nest-todo)|🐱 使用 React.js + Nest.js 实现一个简单的 Todo App|135|2021-10-22|2021-07-09|
|58|[weimobGroup/WeConsole](https://github.com/weimobGroup/WeConsole)|功能全面界面与体验对标 Chrome devtools 的可定制化的小程序开发调试面板|130|2021-10-27|2021-07-14|
|59|[yuanguandong/react-dashboard-pro](https://github.com/yuanguandong/react-dashboard-pro)|One-stop dashboard solution out of the box 开箱即用的一站式仪表板解决方案|128|2022-01-27|2021-08-19|
|60|[bytedance/syllepsis](https://github.com/bytedance/syllepsis)|Syllepsis is an out-of-the-box rich text editor.|127|2022-01-20|2021-07-09|
|61|[dtysky/webgpu-renderer](https://github.com/dtysky/webgpu-renderer)|A simple renderer implemented by WebGPU, includes a builtin path tracing pipeline.|114|2021-11-08|2021-06-05|
|62|[ironsoul0/ironsoul.ninja](https://github.com/ironsoul0/ironsoul.ninja)|🥷 True ninja website, 忍者|111|2021-08-27|2021-04-04|
|63|[buqiyuan/react-antd-admin](https://github.com/buqiyuan/react-antd-admin)|基于vite2.x + react17.x + typescript4.x + antd4.x + react-router6.x + mobx6.x编写的一款简单高效的前后端分离的权限管理系统|108|2021-12-27|2021-08-07|
|64|[phibr0/obsidian-dictionary](https://github.com/phibr0/obsidian-dictionary)|Dictionary - Obsidian Plugin This plugin adds a multilingual dictionary to the Obsidian note taking tool.|104|2021-11-16|2021-05-12|
|65|[wszgrcy/angular-miniprogram](https://github.com/wszgrcy/angular-miniprogram)|使用Angular开发小程序|102|2022-01-06|2021-09-09|
|66|[wangeditor-team/wangEditor-v5](https://github.com/wangeditor-team/wangEditor-v5)|wangEditor v5 公测中...|99|2022-01-25|2021-05-14|
|67|[Clansty/Q2TG](https://github.com/Clansty/Q2TG)|QQ Telegram 群相互转发的 bot|97|2022-01-22|2021-07-20|
|68|[tgbot-collection/YYeTsFE](https://github.com/tgbot-collection/YYeTsFE)|YYeTsBot 前端页面|94|2022-01-28|2021-06-07|
|69|[H5-Dooring/mitu-editor](https://github.com/H5-Dooring/mitu-editor)|一款轻量级且强大的图片编辑器,支持一键生成模版,下载图片,在线图片编辑等功能|88|2021-08-16|2021-08-12|
|70|[ruby-no-kai/takeout-app](https://github.com/ruby-no-kai/takeout-app)|Virtual venue for RubyKaigi Takeout w/ Amazon IVS, Chime SDK for Messaging, Transcribe|87|2021-09-14|2021-07-08|
|71|[turkyden/watermark-pro](https://github.com/turkyden/watermark-pro)|💦 保护你的敏感信息一款所见即所得的证件加水印工具|86|2021-09-27|2021-04-23|
|72|[ykfe/viter](https://github.com/ykfe/viter)|小而美的 Vite 中后台开发框架|86|2022-01-14|2021-04-21|
|73|[babyfish-ct/graphql-ts-client](https://github.com/babyfish-ct/graphql-ts-client)|Typescript DSL for GraphQL.|85|2022-01-21|2021-06-17|
|74|[genshin-kit/genshin-kit-node](https://github.com/genshin-kit/genshin-kit-node)|原神玩家信息查询封装库 / An API wrapper for fetching player data of Genshin Impact from any servers.|85|2022-01-29|2021-02-24|
|75|[elegantYU/xiaobi](https://github.com/elegantYU/xiaobi)|小币|84|2021-09-29|2021-05-07|
|76|[sigoden/apitest](https://github.com/sigoden/apitest)|Apitest is declarative api testing tool with JSON-like DSL.|83|2021-12-24|2021-06-01|
|77|[yuanguandong/smart-background](https://github.com/yuanguandong/smart-background)|Automatically generate the background of the symbol picture, so you no longer have to worry about the background 自动生成符号背景让你不再为背景头疼|71|2021-09-08|2021-08-14|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>

View File

@ -1,7 +1,7 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Vim script
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|

View File

@ -1,29 +1,29 @@
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a><a href="/content/docs/feedback.md">问题反馈</a>
# 中文新秀榜 > 软件类 > Vue
<sub>数据更新: 2022-02-05&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
<sub>数据更新: 2022-02-06&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|Created|
|:-|:-|:-|:-|:-|:-|
|1|[jekip/naive-ui-admin](https://github.com/jekip/naive-ui-admin)|Naive Ui Admin 是一个基于 vue3,vite2,TypeScript 的中后台解决方案,它使用了最新的前端技术栈,并提炼了典型的业务模型,页面,包括二次封装组件、动态菜单、权限校验、粒子化权限控制等功能,它可以帮助你快速搭建企业级中后台项目,相信不管是从新技术使用还是其他方面,都能帮助到你,持续更新中。|1665|2022-01-31|2021-07-03|
|2|[newbee-ltd/vue3-admin](https://github.com/newbee-ltd/vue3-admin)|🔥 🎉 Vue 3.0 + Vite 2.0 + Vue-Router 4.0 + Element-Plus + Echarts 5.0 + Axios 开发的后台管理系统|1472|2022-01-11|2021-03-21|
|3|[Codennnn/vue-color-avatar](https://github.com/Codennnn/vue-color-avatar)|An online avatar generator just for fun 🥳 一个纯前端实现的头像生成网站|1123|2022-01-22|2021-10-16|
|4|[Lissy93/dashy](https://github.com/Lissy93/dashy)|🚀 A self-hosted startpage for your server. Easy to use visual editor, status checking, widgets, themes and tons more!|1119|2022-02-04|2021-02-28|
|5|[wangyuan389/mall-cook](https://github.com/wangyuan389/mall-cook)|低代码平台H5商城可视化搭建平台|1078|2022-01-28|2021-09-22|
|6|[GoodManWEN/GoodManWEN.github.io](https://github.com/GoodManWEN/GoodManWEN.github.io)|📕 A website simulating linux system's GUI, using theme of Deepin distro. 网页模拟桌面|929|2021-12-10|2021-04-25|
|7|[myth984/wechat-report](https://github.com/myth984/wechat-report)|微信聊天记录年度报告|701|2022-01-05|2021-12-30|
|2|[newbee-ltd/vue3-admin](https://github.com/newbee-ltd/vue3-admin)|🔥 🎉 Vue 3.0 + Vite 2.0 + Vue-Router 4.0 + Element-Plus + Echarts 5.0 + Axios 开发的后台管理系统|1474|2022-01-11|2021-03-21|
|3|[Codennnn/vue-color-avatar](https://github.com/Codennnn/vue-color-avatar)|An online avatar generator just for fun 🥳 一个纯前端实现的头像生成网站|1125|2022-01-22|2021-10-16|
|4|[Lissy93/dashy](https://github.com/Lissy93/dashy)|🚀 A self-hosted startpage for your server. Easy to use visual editor, status checking, widgets, themes and tons more!|1121|2022-02-05|2021-02-28|
|5|[wangyuan389/mall-cook](https://github.com/wangyuan389/mall-cook)|低代码平台H5商城可视化搭建平台|1079|2022-01-28|2021-09-22|
|6|[GoodManWEN/GoodManWEN.github.io](https://github.com/GoodManWEN/GoodManWEN.github.io)|📕 A website simulating linux system's GUI, using theme of Deepin distro. 网页模拟桌面|930|2021-12-10|2021-04-25|
|7|[myth984/wechat-report](https://github.com/myth984/wechat-report)|微信聊天记录年度报告|702|2022-01-05|2021-12-30|
|8|[cmdparkour/vue-admin-box](https://github.com/cmdparkour/vue-admin-box)|vue3,vite,element-plus中后台管理系统集成四套基础模板大量可利用组件模板页面|492|2022-01-28|2021-05-24|
|9|[GeekQiaQia/vue3.0-template-admin](https://github.com/GeekQiaQia/vue3.0-template-admin)|本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板并基于常见业务场景抽象出常见功能组件包括动态菜单菜单权限、登录、主题切换、国际化、个人中心、表单页、列表页、复制文本、二维码分享等等|461|2022-01-20|2021-04-25|
|9|[GeekQiaQia/vue3.0-template-admin](https://github.com/GeekQiaQia/vue3.0-template-admin)|本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板并基于常见业务场景抽象出常见功能组件包括动态菜单菜单权限、登录、主题切换、国际化、个人中心、表单页、列表页、复制文本、二维码分享等等|463|2022-01-20|2021-04-25|
|10|[xxjwxc/caoguo](https://github.com/xxjwxc/caoguo)|golang,微信小程序,电商系统|416|2021-11-09|2021-10-26|
|11|[auroral-ui/hexo-theme-aurora](https://github.com/auroral-ui/hexo-theme-aurora)|🏳️‍🌈 Futuristic auroral Hexo theme.|375|2022-01-29|2021-03-12|
|12|[umicro/uView2.0](https://github.com/umicro/uView2.0)|uView UI是全面兼容nvue的uni-app生态框架全面的组件和便捷的工具会让您信手拈来如鱼得水|339|2022-02-04|2021-11-15|
|11|[auroral-ui/hexo-theme-aurora](https://github.com/auroral-ui/hexo-theme-aurora)|🏳️‍🌈 Futuristic auroral Hexo theme.|376|2022-01-29|2021-03-12|
|12|[umicro/uView2.0](https://github.com/umicro/uView2.0)|uView UI是全面兼容nvue的uni-app生态框架全面的组件和便捷的工具会让您信手拈来如鱼得水|339|2022-02-05|2021-11-15|
|13|[vform666/variant-form](https://github.com/vform666/variant-form)|A powerful form designer for Vue.|324|2022-01-28|2021-09-23|
|14|[pengxiaotian/datav-vue](https://github.com/pengxiaotian/datav-vue)|A Powerful Data Visualization Tool. Uses TypeScript And Vue3. Scenario-specific templates. User-friendly interfaces. 一款数据可视化应用搭建工具|310|2022-01-07|2021-03-06|
|15|[WishMelz/imgurl](https://github.com/WishMelz/imgurl)|基于github的图片管理系统/免费|304|2022-02-01|2021-02-25|
|16|[yangzongzhuan/RuoYi-Vue3](https://github.com/yangzongzhuan/RuoYi-Vue3)|:tada: (RuoYi)官方仓库 基于SpringBootSpring SecurityJWTVue3 & Vite、Element Plus 的前后端分离权限管理系统|303|2022-01-28|2021-11-29|
|17|[lyt-Top/vue-next-admin](https://github.com/lyt-Top/vue-next-admin)|🎉🎉🔥基于vue3.x 、Typescript、vite、Element plus等适配手机、平板、pc 的后台开源免费模板库vue2.x请切换vue-prev-admin分支|284|2021-12-04|2021-03-05|
|18|[honghuangdc/soybean-admin](https://github.com/honghuangdc/soybean-admin)|soybean admin - a beautiful vue admin template, based on Vue3、Vite、Naive UI、TypeScript. 基于Vite + Vue3 + NaiveUI + TypeScript的漂亮清新的中后台管理模版|261|2022-02-03|2021-09-08|
|19|[xjh22222228/boomb](https://github.com/xjh22222228/boomb)|💣 Manage your pictures easily for Github/Gitee. 基于 Github/Gitee 轻松管理您的存储图库|244|2022-02-03|2021-03-20|
|18|[honghuangdc/soybean-admin](https://github.com/honghuangdc/soybean-admin)|soybean admin - a beautiful vue admin template, based on Vue3、Vite、Naive UI、TypeScript. 基于Vite + Vue3 + NaiveUI + TypeScript的漂亮清新的中后台管理模版|262|2022-02-03|2021-09-08|
|19|[xjh22222228/boomb](https://github.com/xjh22222228/boomb)|💣 Manage your pictures easily for Github/Gitee. 基于 Github/Gitee 轻松管理您的存储图库|245|2022-02-03|2021-03-20|
|20|[fast-crud/fast-crud](https://github.com/fast-crud/fast-crud)|面向配置的crud框架开发crud 快如闪电Options-oriented crud framework, develop crud as fast as lightningbased on vue3|228|2022-01-30|2021-02-11|
|21|[dgiot/dgiot-dashboard](https://github.com/dgiot/dgiot-dashboard)|DG-IoT平台行业应用扩展插件 DG-IoT for application plugin|226|2022-01-24|2021-03-10|
|22|[Enraged-Dun-Cookie-Development-Team/Dun-Cookie-Vue](https://github.com/Enraged-Dun-Cookie-Development-Team/Dun-Cookie-Vue)|自由的兔兔把烙好的饼到处藏就由小刻把它们都找出来吧定时收集多端的数据源包括微博通讯组官网B站等等。|222|2022-01-29|2021-04-17|
@ -40,7 +40,7 @@
|33|[hangjob/vue-vite-admin-ts](https://github.com/hangjob/vue-vite-admin-ts)|🎉 Vue3+Vite2.6+TypeScript+ant-design-vue+egg.js+mysql构建提供基础的架快速搭建企业级中后台产品响应式管理后台系统|131|2022-01-24|2021-10-08|
|34|[PY-GZKY/Tplan](https://github.com/PY-GZKY/Tplan)|😃 T计划 是一个集成了任务队列、进程管理、爬虫部署、服务可视化监控、数据展示、在线编码、远程部署的通用系统。|129|2022-01-28|2021-10-24|
|35|[eshengsky/node-bff](https://github.com/eshengsky/node-bff)|基于 Node.js 的可视化 BFF 解决方案。|129|2021-12-22|2021-05-25|
|36|[www-chao-fun/chaofun-front](https://github.com/www-chao-fun/chaofun-front)|炒饭( https://chao.fun )前端工程|123|2022-02-04|2021-04-21|
|36|[www-chao-fun/chaofun-front](https://github.com/www-chao-fun/chaofun-front)|炒饭( https://chao.fun )前端工程|123|2022-02-05|2021-04-21|
|37|[fuchengwei/vue-form-create](https://github.com/fuchengwei/vue-form-create)|基于Vue3.0的表单设计器|121|2022-01-28|2021-03-15|
|38|[qingqingxuan/admin-work](https://github.com/qingqingxuan/admin-work)|🎉🎉🎉Admin Work漂亮、强大、完善。采用 Vue3 Vite2 Typescript NaiveUI编写的中后台框架。全面的系统配置优质模板常用组件真正一站式开箱即用🎉🎉🎉|118|2022-01-17|2021-11-04|
|39|[moshuying/project-3-crm](https://github.com/moshuying/project-3-crm)|⭐crm 客户关系管理系统模板⭐一个不错的后台管理种子项目拥有自由设置角色自由分配权限🔑的权限管理功能三员管理多员管理均可前端antd vue admin后端spring-boot-api-seedling 拥有完善的功能。文档包含需求文档设计文档和测试文档等。同时配置了travis拥有集成测试和自动构建的功能。|104|2022-01-22|2021-05-10|
@ -65,8 +65,8 @@
|58|[dragonir/h5-scan-qrcode](https://github.com/dragonir/h5-scan-qrcode)|📷 h5 scan qrcode 前端实现H5浏览器扫码功能|65|2021-10-14|2021-10-12|
|59|[HammCn/MacOS-Web-UI](https://github.com/HammCn/MacOS-Web-UI)|一套基于Vue3和ElementUI实现类似MacOS风格的WebUI尽可能还原MacOS相关的设计目前正在开发中。QQ群1140258698|65|2021-09-18|2021-08-10|
|60|[cmdparkour/vue-admin-box-template](https://github.com/cmdparkour/vue-admin-box-template)|vue-admin-box中后台开源框架基础模板包括了四个基本模板ts版本/js版本|63|2021-09-14|2021-08-11|
|61|[slidevjs/docs](https://github.com/slidevjs/docs)|Documentation for Slidev|61|2022-01-18|2021-05-20|
|62|[hu-snail/vue3-admin-element-template](https://github.com/hu-snail/vue3-admin-element-template)|🎉 基于 Vue3、Vite2、Element-Plus、Vue-i18n、Vue-router4.x、Vuex4.x、Echarts5等最新技术开发的中后台管理模板,完整版本 vue3-admin-element 正在开发完善中|60|2021-12-22|2021-09-12|
|61|[hu-snail/vue3-admin-element-template](https://github.com/hu-snail/vue3-admin-element-template)|🎉 基于 Vue3、Vite2、Element-Plus、Vue-i18n、Vue-router4.x、Vuex4.x、Echarts5等最新技术开发的中后台管理模板,完整版本 vue3-admin-element 正在开发完善中|61|2021-12-22|2021-09-12|
|62|[slidevjs/docs](https://github.com/slidevjs/docs)|Documentation for Slidev|61|2022-01-18|2021-05-20|
|63|[huzhushan/vue3-element-admin](https://github.com/huzhushan/vue3-element-admin)|vue3-element-admin后台管理系统前端解决方案|58|2021-11-23|2021-03-24|
|64|[jzfai/vue3-admin-ts](https://github.com/jzfai/vue3-admin-ts)|🎉 the ts version of vue3-admin-template|57|2022-01-24|2021-09-04|
|65|[xujimu/ppgjx](https://github.com/xujimu/ppgjx)|皮皮工具箱|57|2021-09-30|2021-06-29|
@ -79,132 +79,132 @@
|72|[Tit1e/kindle2Flomo](https://github.com/Tit1e/kindle2Flomo)|Kindle、Apple Books、微信读书书摘与笔记导入至 flomo|53|2021-12-19|2021-05-22|
|73|[crudapi/crudapi-admin-web](https://github.com/crudapi/crudapi-admin-web)|crudapi增删改查接口零代码后台管理页面框架采用Vue控件库为Quasar 形式为SPA单页面应用。 主要知识点Vue基本知识自定义组件axios网络请求Vuex状态管理Router路由本地存储LocalStorage、Session、Cookie登录本地调试docker打包等。 主要功能元数据管理序列号管理表关系设置业务数据crud增删改查数据导入导出等。|53|2022-01-05|2021-03-03|
|74|[LadyChatterleyLover/cc-ui](https://github.com/LadyChatterleyLover/cc-ui)|cc-ui, uni-app组件库, 一切为了简单|51|2021-10-29|2021-08-02|
|75|[programmerMark/web-music-player](https://github.com/programmerMark/web-music-player)|基于vue3.0 + typescript + 网易云音乐api 开发的web音乐播放器|48|2021-12-22|2021-07-21|
|76|[awayz/gbf-counter](https://github.com/awayz/gbf-counter)|GBF 大巴、阿卡夏计数器|48|2022-01-28|2021-05-24|
|75|[awayz/gbf-counter](https://github.com/awayz/gbf-counter)|GBF 大巴、阿卡夏计数器|49|2022-01-28|2021-05-24|
|76|[programmerMark/web-music-player](https://github.com/programmerMark/web-music-player)|基于vue3.0 + typescript + 网易云音乐api 开发的web音乐播放器|48|2021-12-22|2021-07-21|
|77|[lss5270/vue-manage-system-plus](https://github.com/lss5270/vue-manage-system-plus)|采用Vue3 + Element Plus 搭建的后台管理系统解决方案基于vue-manage-system开源系统升级改造而成企业级定制注释清晰快速上手开箱即用。|48|2021-10-22|2021-05-08|
|78|[someGenki/vue-lite-admin](https://github.com/someGenki/vue-lite-admin)|a lite vue3.0 admin template,there is no typescript and vuex !|47|2022-01-20|2021-05-28|
|79|[xxd763795151/kafka-console-ui](https://github.com/xxd763795151/kafka-console-ui)|一款快捷易用的轻量级kafka可视化管理平台|46|2022-01-22|2021-08-30|
|80|[72wukong/72crm-11.0-web-JAVA](https://github.com/72wukong/72crm-11.0-web-JAVA)|悟空CRM-11.0 JAVA版Spring前端源码采用vue+elementUI 技术框架。前端源码需打包后使用。|46|2021-08-17|2021-04-06|
|81|[xinxin93/logicflow_vue_demo](https://github.com/xinxin93/logicflow_vue_demo)|-|46|2021-12-31|2021-02-24|
|82|[87789771/meimei-nestjs-admin](https://github.com/87789771/meimei-nestjs-admin)|🚀🚀 基于NestJs + TypeScript + TypeORM + Redis + MySql + Vue + Element-UI编写的一款前后端分离的权限管理系统。🚀内置角色系统、导入导出、数据权限、表单连续提交拦截等...🚀|45|2022-01-29|2022-01-15|
|83|[xdlumia/lingo](https://github.com/xdlumia/lingo)|itab1.0lingo起始页|45|2022-01-12|2022-01-12|
|84|[kuishou68/neteaseMusic](https://github.com/kuishou68/neteaseMusic)|uni-app写了一个网易云微信小程序uni-app、vue、小程序于一身的实战很好的一个练手项目。包括云音乐首页分类、音乐列表页展示、音乐详情页、音乐播放器、推荐音乐、用户留言、音乐搜索、加载骨架屏等实现。|45|2021-10-08|2021-06-19|
|85|[qingqingxuan/vue-admin-work](https://github.com/qingqingxuan/vue-admin-work)|🎉🎉🚀🚀🚀🚀vue-admin-work是一个中后台系统管理方案。使用 vue2.x 及周边全家桶工具开发而来。支持多种功能,不同角色权限🚀🚀🚀🎉🎉|45|2022-01-08|2021-05-16|
|82|[xdlumia/lingo](https://github.com/xdlumia/lingo)|itab1.0lingo起始页|45|2022-01-12|2022-01-12|
|83|[kuishou68/neteaseMusic](https://github.com/kuishou68/neteaseMusic)|uni-app写了一个网易云微信小程序uni-app、vue、小程序于一身的实战很好的一个练手项目。包括云音乐首页分类、音乐列表页展示、音乐详情页、音乐播放器、推荐音乐、用户留言、音乐搜索、加载骨架屏等实现。|45|2021-10-08|2021-06-19|
|84|[qingqingxuan/vue-admin-work](https://github.com/qingqingxuan/vue-admin-work)|🎉🎉🚀🚀🚀🚀vue-admin-work是一个中后台系统管理方案。使用 vue2.x 及周边全家桶工具开发而来。支持多种功能,不同角色权限🚀🚀🚀🎉🎉|45|2022-01-08|2021-05-16|
|85|[87789771/meimei-nestjs-admin](https://github.com/87789771/meimei-nestjs-admin)|🚀🚀 基于NestJs + TypeScript + TypeORM + Redis + MySql + Vue + Element-UI编写的一款前后端分离的权限管理系统。🚀内置角色系统、导入导出、数据权限、表单连续提交拦截等...🚀|44|2022-01-29|2022-01-15|
|86|[JasonChen1719/vue-antd-admin](https://github.com/JasonChen1719/vue-antd-admin)|基于vue3.0 + vue-cli4.0 + vue-router4.x + vuex4.x + ant-design-vue2.x开发的后台管理系统模板包含权限路由、权限按钮、流程配置、个人中心等基础功能|44|2021-09-06|2021-07-16|
|87|[MarleneJiang/Login_Register_Demo](https://github.com/MarleneJiang/Login_Register_Demo)|采用vue3+vite2+vue-router4+tailwindcss+二次元+Glassmorphism|43|2021-09-09|2021-09-09|
|88|[lilishop/lilishop-uniapp](https://github.com/lilishop/lilishop-uniapp)|商城系统-移动端|43|2021-11-29|2021-05-14|
|89|[hints0816/artblog](https://github.com/hints0816/artblog)|vue3+quasar+gin搭建的blog平台|42|2022-01-19|2021-09-27|
|90|[yesmore/italk-uniapp](https://github.com/yesmore/italk-uniapp)|🚀 italk是一款基于uni-app的聊天社交app同时开放了千张图片接口。|42|2021-10-08|2021-05-31|
|91|[AeroWang/XanaduCompany](https://github.com/AeroWang/XanaduCompany)|企业门户网站管理系统包括前台展示、后台管理、后端服务Node.js、Koa、sequelize、MySQL,前端主要使用Vue+ElementUI|41|2022-01-21|2021-06-24|
|90|[AeroWang/XanaduCompany](https://github.com/AeroWang/XanaduCompany)|企业门户网站管理系统包括前台展示、后台管理、后端服务Node.js、Koa、sequelize、MySQL,前端主要使用Vue+ElementUI|42|2022-01-21|2021-06-24|
|91|[yesmore/italk-uniapp](https://github.com/yesmore/italk-uniapp)|🚀 italk是一款基于uni-app的聊天社交app同时开放了千张图片接口。|42|2021-10-08|2021-05-31|
|92|[17MKH/Mkh.UI](https://github.com/17MKH/Mkh.UI)|Mkh.UI是基于Vue3+Vite+Element Plus开发的业务模块化快速开发框架不支持 IE目前仍在紧张开发完善中。|40|2021-12-10|2021-05-07|
|93|[yangzongzhuan/RuoYi-Cloud-Vue3](https://github.com/yangzongzhuan/RuoYi-Cloud-Vue3)|🎉 基于Spring Boot、Spring Cloud & Alibaba、Vue3 & Vite、Element Plus的分布式前后端分离微服务架构权限管理系统|39|2022-01-23|2021-12-01|
|94|[lilishop/lilishop-ui](https://github.com/lilishop/lilishop-ui)|商城系统-前端|39|2022-01-27|2021-05-14|
|95|[ACFUN-FOSS/acfunlive-toolbox-client-Public](https://github.com/ACFUN-FOSS/acfunlive-toolbox-client-Public)|面向公众的直播工具箱源码|39|2021-12-10|2021-04-07|
|96|[wuufeii/vue3-admin-vite](https://github.com/wuufeii/vue3-admin-vite)|使用vue3.x+vite2.x+element Plus开发的具有主题切换自定义主题颜色布局风格切换|37|2021-09-04|2021-08-19|
|97|[YunYouJun/kotodama](https://github.com/YunYouJun/kotodama)|💬 掌控言灵的魔法,一个优雅的纯静态评论管理后台|36|2022-01-20|2021-10-12|
|96|[YunYouJun/kotodama](https://github.com/YunYouJun/kotodama)|💬 掌控言灵的魔法,一个优雅的纯静态评论管理后台|37|2022-01-20|2021-10-12|
|97|[wuufeii/vue3-admin-vite](https://github.com/wuufeii/vue3-admin-vite)|使用vue3.x+vite2.x+element Plus开发的具有主题切换自定义主题颜色布局风格切换|37|2021-09-04|2021-08-19|
|98|[windicss/docs-cn](https://github.com/windicss/docs-cn)|📖 Chinese documentation for Windi CSS|36|2022-02-02|2021-05-24|
|99|[ZTY18873242003/tongyimall](https://github.com/ZTY18873242003/tongyimall)|高仿小米商城用户端是Vue + SpringBoot的前后端分离项目包括首页门户、商品分类、首页轮播、商品展示、购物车、地址管理等部分。管理端在另一个仓库。|36|2021-08-07|2021-02-05|
|100|[Alfred-Skyblue/v-form-antd](https://github.com/Alfred-Skyblue/v-form-antd)|基于ant-design-vue的可视化表单生成器|35|2022-01-26|2021-12-09|
|101|[staticdeng/vuejs-loadmore](https://github.com/staticdeng/vuejs-loadmore)|A pull-down refresh and pull-up loadmore scroll component for Vue.js. Vue上拉加载下拉刷新组件|35|2022-01-24|2021-12-05|
|102|[ShuangDa1018/element-shuang](https://github.com/ShuangDa1018/element-shuang)|🎉基于 Vue3、element-plus、vite封装的后台管理系统模板,https://shuangda1018.github.io/element-shuang/#/table|35|2022-01-03|2021-07-01|
|103|[guozhigq/ReadAloud](https://github.com/guozhigq/ReadAloud)|基于微软edge浏览器大声朗读功能开发出的pwa应用|35|2021-11-13|2021-04-07|
|104|[LIAOJIANS/ShanJ-blog](https://github.com/LIAOJIANS/ShanJ-blog)|一款用node+express+MongoDB Vue+elementUI 开发的开源博客|34|2021-10-26|2021-03-11|
|105|[fengtianxi001/Three-LargeScreen](https://github.com/fengtianxi001/Three-LargeScreen)|模仿图扑的3d风机可视化大屏|34|2022-01-08|2021-03-03|
|106|[typ1805/mall-vue3-manage](https://github.com/typ1805/mall-vue3-manage)|基于Vue3+Element Plus管理项目|34|2021-12-28|2021-02-05|
|107|[JackySoft/rocket-render](https://github.com/JackySoft/rocket-render)|一款基于Vue2.x版本开发的低代码组件可快速生成表单和表格|33|2022-01-22|2021-09-18|
|108|[zzcandor/lowcode-dashboard](https://github.com/zzcandor/lowcode-dashboard)|低代码 可视化 拖拽大屏|33|2021-11-01|2021-07-24|
|109|[rule-engine/rule-engine-front-v2](https://github.com/rule-engine/rule-engine-front-v2)|🔥🔥🔥📌 规则引擎前端 📌 RuleEngine 基于web可视化配置简单高效快捷。|33|2021-09-09|2021-06-15|
|110|[fuyoo/bs-redis-desktop-client](https://github.com/fuyoo/bs-redis-desktop-client)|The BS redis desktop client is powered by Rust and Tauri, with very small weight, beautiful interface and faster running speed!|32|2022-01-14|2021-11-30|
|111|[yesmore/OSAPI](https://github.com/yesmore/OSAPI)|👋 OSAPI 是依靠通用性后台管理平台搭建的API管理平台基于 vue3、Nestjs 技术栈实现,包含 RBAC 角色权限模块、数据展示、编辑等模块。|32|2021-11-14|2021-10-26|
|112|[xiaoxian521/pure-admin-thin](https://github.com/xiaoxian521/pure-admin-thin)|vue-pure-admin官方精简版|32|2022-01-24|2021-10-16|
|113|[Sujb-sus/vue-node-mongodb-blog](https://github.com/Sujb-sus/vue-node-mongodb-blog)|vue + node + mongodb + webpack5 + koa2 从开发到上线搭建一款简约的个人博客系统(前后端分离)|32|2021-12-22|2021-08-31|
|114|[yupk/vue3-code-generator](https://github.com/yupk/vue3-code-generator)|vue3 表单生成vue3 elementui-next 自动生成代码; vue3 form make|32|2021-12-01|2021-08-09|
|115|[TencentBlueKing/bkui-vue2](https://github.com/TencentBlueKing/bkui-vue2)|根据蓝鲸前端规范、设计规范并结合我们业务开发过程中的积累沉淀,提供一套基础组件,供开发人员使用|32|2022-01-19|2021-07-21|
|116|[wmz1930/GitEgg](https://github.com/wmz1930/GitEgg)|GitEgg 是一款开源免费的企业级微服务应用开发框架,旨在整合目前主流稳定的开源技术框架,集成常用的最佳项目解决方案,实现可直接使用的微服务快速开发框架。|32|2022-01-20|2021-06-23|
|117|[AsheOne18/VueDocs](https://github.com/AsheOne18/VueDocs)|A vuepress theme|31|2022-01-29|2021-10-11|
|118|[virjarRatel/ratel-web](https://github.com/virjarRatel/ratel-web)|网站前端代码|31|2021-08-26|2021-08-26|
|119|[yunionio/dashboard](https://github.com/yunionio/dashboard)|Cloudpods Web UI|31|2022-01-27|2021-04-10|
|120|[gausszhou/vue-drag-resize-rotate](https://github.com/gausszhou/vue-drag-resize-rotate)|一个Vue组件支持拖拽拉伸旋转放缩自动对齐|31|2021-11-15|2021-02-18|
|121|[zxb1655/weipyq](https://github.com/zxb1655/weipyq)|朋友圈转发集赞截图生成,仿朋友圈页面,多种模式|30|2022-01-10|2021-12-29|
|122|[NervJS/taro-vant](https://github.com/NervJS/taro-vant)|Taro 兼容 VantUI|30|2021-08-12|2021-04-20|
|123|[bfenetworks/dashboard](https://github.com/bfenetworks/dashboard)|dashboard for BFE control plane|29|2021-12-16|2021-09-29|
|124|[ASoulCnki/ASoulCnkiFrontEndV3](https://github.com/ASoulCnki/ASoulCnkiFrontEndV3)|使用Vue3 + TS 重构的枝网前端|28|2022-01-27|2021-08-22|
|125|[ASoulCnki/ASoulCnkiFrontend](https://github.com/ASoulCnki/ASoulCnkiFrontend)|基于脚手架重构的枝网前端|28|2021-09-29|2021-07-11|
|126|[lljj-x/vjsf-demo-editor](https://github.com/lljj-x/vjsf-demo-editor)|可视化活动编辑器基于JSON Schema的通用表单支持编辑器配置快速搭建自己的编辑器平台|25|2021-10-19|2021-09-22|
|127|[fengtianxi001/MF-FTools](https://github.com/fengtianxi001/MF-FTools)|前端开发工具|25|2021-10-18|2021-08-09|
|128|[Aisen60/vant-theme](https://github.com/Aisen60/vant-theme)|online theme preview built on Vant UI|25|2022-01-26|2021-04-29|
|129|[linqian02/zimeiti](https://github.com/linqian02/zimeiti)|一个基于electron+vue3+element-plus+ffmpeg开发的自媒体服务提供短视频解析、视频信息获取、视频处理、语音合成、权重查询等相关功能支持软件自动更新其他功能正在开发中...|25|2021-09-14|2021-04-01|
|130|[DiF1202/win11_vue](https://github.com/DiF1202/win11_vue)|此项目用于阿里巴巴训练生计划与团队成员一起开发的项目。|24|2021-12-26|2021-11-12|
|131|[zionLZH/osharp-vben-admin](https://github.com/zionLZH/osharp-vben-admin)|OSharp Vben Admin 是一个免费开源的中后台模版。基于vue-vben-admin开发对接osharp后端开箱即用内置osharp用户权限系统管理模块与辅助工具类使得osharp后台对接工作得以简化。|24|2021-12-21|2021-10-25|
|132|[hu-snail/vue3-resource](https://github.com/hu-snail/vue3-resource)|🔥收集vue3资源包含web端&移动端&小程序&Electron等栏目|24|2021-12-06|2021-10-17|
|133|[cxp1539/open-admin](https://github.com/cxp1539/open-admin)|Open Admin是基于 Spring Boot + Spring Security + Mybatis + Vue Antd Admin Pro + Mysql开发的框架致力于为用户生成定制的前后端脚手架框架。|24|2022-01-20|2021-05-11|
|134|[zguolee/ColorTimetable](https://github.com/zguolee/ColorTimetable)|uni-app 课程表组件微信小程序、QQ 小程序|24|2021-11-09|2021-04-18|
|135|[gmingchen/vue3-element-plus-im](https://github.com/gmingchen/vue3-element-plus-im)|vue3-element-plus-im vue3.0 element-plus vue-cli vue-router vuex composition-api axois websocket 即时聊天 前端vue 后端java springboot netty 即时通讯 chat|23|2021-12-24|2021-11-11|
|136|[jzfai/vue3-admin-electron](https://github.com/jzfai/vue3-admin-electron)|🚀A new generation Cross-desktop electron framework It's easy and fast!|23|2022-01-24|2021-11-01|
|137|[xfy520/vue3-seamless-scroll](https://github.com/xfy520/vue3-seamless-scroll)|Vue3.0 无缝滚动组件|23|2022-01-11|2021-06-24|
|138|[GiantGo/giantgo-render](https://github.com/GiantGo/giantgo-render)|基于vue3 element plus的快速表单生成器|23|2022-01-24|2021-05-27|
|139|[EdgeGallery/edgeT](https://github.com/EdgeGallery/edgeT)|EdgeGallery test platform|23|2021-09-26|2021-02-25|
|140|[astriddale/Muni-NetworkMusic](https://github.com/astriddale/Muni-NetworkMusic)|基于uni-app框架开发的网抑云音乐微信小程序|22|2021-09-24|2021-08-27|
|141|[mizuka-wu/el-table-draggable](https://github.com/mizuka-wu/el-table-draggable)|让element-ui的table可拖动排序|22|2021-12-14|2021-07-14|
|142|[wison-wu/formDesigner](https://github.com/wison-wu/formDesigner)|基于vue+elementui的表单设计器可视化拖拽让表单拖拽更加简单持续更新中。The form designer based on Vue + elementui enables visual drag and drop, making form drag and drop easier and continuously updating.|22|2021-12-12|2021-06-25|
|143|[tu6ge/formulate-el-ui](https://github.com/tu6ge/formulate-el-ui)|方便你在 element-ui 项目中使用 vue-formulate 的一个插件|22|2022-01-25|2021-06-18|
|144|[YongHengFu/ping-music-next](https://github.com/YongHengFu/ping-music-next)|基于 Vue3 + Typescript + Vite2 打造的一款网易云音乐播放器 |22|2021-11-02|2021-03-23|
|145|[dongfanger/teprunner-frontend](https://github.com/dongfanger/teprunner-frontend)|接口自动化测试平台 Vue前端|22|2021-12-26|2021-03-07|
|146|[peal-L/record-player](https://github.com/peal-L/record-player)|唱片播放器|21|2022-01-12|2022-01-12|
|147|[phphe/he-tree](https://github.com/phphe/he-tree)|A Vue draggable tree component. Support dragging placeholder, virtual list, RTL. 可拖拽Vue树组件, 支持拖拽占位节点, 虚拟列表.|21|2022-01-30|2021-08-21|
|148|[shengxinjing/ailemente](https://github.com/shengxinjing/ailemente)|vite+ts的组件库演示代码element音译 ailemente|20|2021-12-13|2021-11-28|
|149|[longyanjiang/Nine-chat-frontend](https://github.com/longyanjiang/Nine-chat-frontend)|Nine音乐聊天室前端【vue】|20|2021-11-27|2021-11-14|
|150|[gongfuxiang/shopxo-uniapp](https://github.com/gongfuxiang/shopxo-uniapp)|ShopXO免费开源商城uniapp端主题源码、支持(微信+支付宝+百度+头条&抖音+QQ)小程序、H5、APP|20|2022-01-26|2021-10-23|
|151|[wangyinghaotest/VueAutomatedTestPlatform](https://github.com/wangyinghaotest/VueAutomatedTestPlatform)|前端页面VUE自动化测试平台|20|2021-09-29|2021-09-18|
|152|[dale0525/ClipBroad](https://github.com/dale0525/ClipBroad)|Sync your clipboard across multiple platforms|20|2021-10-18|2021-08-20|
|153|[eeg1412/liveSpeech](https://github.com/eeg1412/liveSpeech)|将主播说的话通过各个云平台的语音服务合成另外一种声音的OBS工具|20|2021-11-09|2021-08-01|
|154|[zhongyehai/api-test-front](https://github.com/zhongyehai/api-test-front)|接口自动化测试平台前端|20|2022-01-30|2021-06-25|
|155|[0xbul1/portfolio](https://github.com/0xbul1/portfolio)|simple portfolio use vue3 and vite inspired by wrongakram|19|2021-09-26|2021-09-06|
|156|[337547038/ak-vue3](https://github.com/337547038/ak-vue3)|组件库包含了 AutoForm 自动表单、BackTop 返回顶部、Breadcrumb 面包屑、 Button 按钮、Cascader 级联选择器、Checkbox 多选框、Collapse 折叠面板、ColorPicker 颜色选择器、DataPicker 时间选择器、Dialog 弹层对话框、Alert 弹框、Echarts 图形图表、Form 表单、Input 输入框、Lazy 图片延时 ...|19|2021-12-10|2021-07-09|
|157|[LuoSheng12345/zhao-visualized](https://github.com/LuoSheng12345/zhao-visualized)|-|19|2021-08-24|2021-06-25|
|158|[jeequan/jeepay-ui](https://github.com/jeequan/jeepay-ui)|jeepay对应的前端UI项目|19|2022-01-26|2021-06-09|
|159|[leetcode-pp/leetcode-pp](https://github.com/leetcode-pp/leetcode-pp)|《力扣加加》官方网站,力扣加加是一个专注于算法知识分享的平台,旨在通过通俗易懂的语言还原解题全过程。|19|2022-02-01|2021-02-23|
|160|[W-Java/ims-web](https://github.com/W-Java/ims-web)|A webpage written in Vue|18|2021-11-30|2021-10-22|
|161|[Wizard-wen/metagraph-editor](https://github.com/Wizard-wen/metagraph-editor)|-|18|2021-12-05|2021-09-11|
|162|[jdf2e/nutui-bingo](https://github.com/jdf2e/nutui-bingo)|Bingo - 基于 NutUI 的抽奖类组件|18|2022-01-26|2021-09-08|
|163|[xieyuheng/luoxu-search](https://github.com/xieyuheng/luoxu-search)|-|18|2021-12-23|2021-04-25|
|164|[KubeOperator/neeko](https://github.com/KubeOperator/neeko)|Neeko 是 KubeOperator 的新版前端 UI 项目|18|2022-01-18|2021-02-19|
|165|[FirstUI/FirstUI](https://github.com/FirstUI/FirstUI)|First UI 是一套基于uni-app开发的组件化、可复用、易扩展、低耦合的跨平台移动端UI 组件库。全面兼容App-Nvue、App-vue、小程序微信、支付宝、百度、字节、QQ、H5。文档地址https://doc.firstui.cn|17|2022-01-02|2021-08-04|
|166|[nabaonan/todos-action](https://github.com/nabaonan/todos-action)|尝鲜实战|17|2022-02-03|2021-06-15|
|167|[72wukong/72crm-11.0-web-PHP](https://github.com/72wukong/72crm-11.0-web-PHP)|悟空CRM-11.0 PHP前端源码采用vue+elementUI 技术框架。前端源码需打包后使用。|17|2021-09-03|2021-04-06|
|168|[uom-assistant/uom-assistant](https://github.com/uom-assistant/uom-assistant)|A web app that can improve your study experience in University of Manchester|17|2022-02-02|2021-02-18|
|169|[webdyc/moth-admin-vue](https://github.com/webdyc/moth-admin-vue)|飞蛾后台管理系统vue2版本|16|2022-01-28|2022-01-05|
|170|[NNNhzy/nvjdcweb](https://github.com/NNNhzy/nvjdcweb)|nvjdc vue 前端|16|2021-12-22|2021-12-22|
|171|[Junvary/gin-quasar-admin](https://github.com/Junvary/gin-quasar-admin)|项目实现了消息管理、用户管理、角色管理、部门管理、数据权限、websocket、聊天室、字典管理、菜单管理等众多功能。可通过一套代码快速简单的配置出不同的个性化网站并通过插件形式开发个性化逻辑。也是Quasar和Go的入门和学习佳品。|16|2022-01-29|2021-10-25|
|172|[hfbin/LibraPlatformUi](https://github.com/hfbin/LibraPlatformUi)|☀️☀️☀️ Libra-Platform微服务平台。基于SpringCloud(2020.0.x) + SpringCloudAlibaba(2021.x) + SpringBoot(2.4.x) + Vue3开发基于多租户SaaS模式的设计拥有强大的用户中心权限基于RBAC设计支持租户灰度发布等功能。Libra-Platform平台架构清晰、代码简洁、注解齐全很适合作为基础框架使用。|16|2021-10-07|2021-10-07|
|173|[DioMao/genshin_ArtifactsUpgradeSim_vue](https://github.com/DioMao/genshin_ArtifactsUpgradeSim_vue)|Genshin Artifacts Upgrade Simulator. 原神圣遗物强化模拟器。vue version|16|2022-01-28|2021-09-19|
|174|[RennCheung/codemirror-editor-vue3](https://github.com/RennCheung/codemirror-editor-vue3)|CodeMirror component for Vue3|16|2021-09-08|2021-08-10|
|175|[realByg/cfworker-kv-image-hosting](https://github.com/realByg/cfworker-kv-image-hosting)|Cloudflare workers KV 图床|15|2022-02-03|2022-01-31|
|176|[78778443/QingScanDesk](https://github.com/78778443/QingScanDesk)|QingScan桌面客户端QingScan是一个漏洞扫描器粘合剂支持 web扫描、系统扫描、子域名收集、目录扫描、主机扫描、主机发现、组件识别、URL爬虫、XRAY扫描、AWVS自动扫描、POC批量验证SSH批量测试、vulmap。|15|2022-01-17|2022-01-08|
|177|[imlinhanchao/pwl-chat](https://github.com/imlinhanchao/pwl-chat)|摸鱼派聊天室桌面版|15|2022-01-29|2021-11-09|
|178|[cll123456/rouyi-cloud-vue3](https://github.com/cll123456/rouyi-cloud-vue3)|后台使用若依的cloud搭建前台的后台管理系统前台使用vue3 + scss 来进行开发为了方便使用不使用tsts版本后续更新|15|2021-12-22|2021-09-17|
|179|[imengyu/vue3-context-menu](https://github.com/imengyu/vue3-context-menu)|A very simple context menu component for Vue3 一个简洁美观简单的Vue3右键菜单组件|15|2022-02-03|2021-07-02|
|180|[airene/vitepress-blog-pure](https://github.com/airene/vitepress-blog-pure)|a vitepress theme for blog, demo ↓|15|2022-01-05|2021-07-02|
|181|[datawhalechina/whale-anno](https://github.com/datawhalechina/whale-anno)|Datawhale自研数据标注工具|15|2021-08-08|2021-04-18|
|182|[hellchenstar/vue3.0-vite2.0-elementPlus](https://github.com/hellchenstar/vue3.0-vite2.0-elementPlus)|vue3.0 + vite2.0 + element-plus + Vuex4.0 + Vue-router4.0 + axios + node-server(前后端分离)|15|2021-10-21|2021-04-07|
|183|[lewangdev/PaddleWebOCR](https://github.com/lewangdev/PaddleWebOCR)|开源的中英文离线 OCR使用 PaddleOCR 实现,提供了简单的 Web 页面及接口|14|2022-01-25|2021-11-25|
|184|[any-design/anyui](https://github.com/any-design/anyui)|A cute UI components library for Vue 3|14|2022-01-23|2021-11-14|
|185|[kakajun/vue3-sketch-ruler](https://github.com/kakajun/vue3-sketch-ruler)|vue3中页面显示的缩放操作|14|2022-01-16|2021-09-15|
|186|[moell-peng/mojito-admin](https://github.com/moell-peng/mojito-admin)|基于Vue3 + Element Plus + Vite2 构建的后台模板|14|2021-09-16|2021-08-25|
|187|[Devifish/light-tab-page](https://github.com/Devifish/light-tab-page)|🚀 Lightweight Browser new tab extension 一款轻量简洁的新标签页浏览器插件|14|2022-01-01|2021-08-24|
|188|[0x727/MetasploitCoop-Frontend](https://github.com/0x727/MetasploitCoop-Frontend)|基于msf的后渗透协作平台 -- 前端部分|14|2021-08-17|2021-08-17|
|189|[ZHT131/brisk-admin](https://github.com/ZHT131/brisk-admin)|Brisk-Admin 是一个基于 Vue3.0、Vite、 element-plus、JavaScript的中后台解决方案它使用了最新的前端技术栈并提炼了典型的业务页面包括二次封装组件、动态路由菜单、国际化、动态换肤等功能它可以帮助你快速搭建中后台项目该项目使用最新的前端技术栈使用javascript语法保留了对不熟悉typescript语法用户的友好同时框架很适合轻松上手使用希 ...|14|2022-01-14|2021-08-06|
|190|[kwokronny/element-ui-saas-extend](https://github.com/kwokronny/element-ui-saas-extend)|基于ElementUI开发的SaaS业务扩展|14|2022-01-30|2021-07-31|
|191|[Maxfengyan/vue3-admin-template-vite](https://github.com/Maxfengyan/vue3-admin-template-vite)|一个vue3-admin-template-vite的后台管理系统项目使用最新vite+vue3升级于pan大佬的vue-admin-template基本保留原有架构无缝切换|14|2021-08-25|2021-06-29|
|192|[JiehangXie/Landscape-Heath-Score](https://github.com/JiehangXie/Landscape-Heath-Score)|A tool for evaluating landscape health benefits and supporting evidence-based design|14|2022-01-06|2021-06-17|
|193|[RootLinkFE/roothub](https://github.com/RootLinkFE/roothub)|前端物料资产统一管理平台|14|2022-01-10|2021-04-09|
|194|[lijinghailjh/WarmSearch-uniapp](https://github.com/lijinghailjh/WarmSearch-uniapp)|🏫WarmSearch的微信小程序的前台页面项目基于uni-app 开发的校园失物招领网站,采用前后端分离项目技术|14|2021-11-20|2021-03-05|
|195|[lijinghailjh/WarmSearch-PC](https://github.com/lijinghailjh/WarmSearch-PC)|🏫WarmSearch的PC端的前台页面 项目基于vue开发的校园失物招领网站采用前后端分离项目技术|14|2021-11-20|2021-03-05|
|196|[wike2019/k8s-wike](https://github.com/wike2019/k8s-wike)|k8s可视化管理系统基于govue3|13|2022-01-22|2021-12-12|
|197|[youhaohua/vue3-generate-form](https://github.com/youhaohua/vue3-generate-form)|基于vue3的PC端表单编辑器|13|2021-12-19|2021-12-01|
|198|[zeroojs/game-mp.zeroojs](https://github.com/zeroojs/game-mp.zeroojs)|游戏筛微信小程序|13|2021-12-15|2021-11-25|
|199|[acmenlt/hippo4j-console-ui](https://github.com/acmenlt/hippo4j-console-ui)|💥 hippo4j 动态线程池前端项目示例地址http://console.hippox.cn|13|2022-02-01|2021-11-16|
|200|[lxchuan12/create-vue-analysis](https://github.com/lxchuan12/create-vue-analysis)|Vue 团队公开快如闪电的全新脚手架工具 create-vue未来将替代 Vue-CLI才300余行代码学它|13|2021-10-13|2021-10-08|
|99|[Alfred-Skyblue/v-form-antd](https://github.com/Alfred-Skyblue/v-form-antd)|基于ant-design-vue的可视化表单生成器|35|2022-01-26|2021-12-09|
|100|[staticdeng/vuejs-loadmore](https://github.com/staticdeng/vuejs-loadmore)|A pull-down refresh and pull-up loadmore scroll component for Vue.js. Vue上拉加载下拉刷新组件|35|2022-01-24|2021-12-05|
|101|[ShuangDa1018/element-shuang](https://github.com/ShuangDa1018/element-shuang)|🎉基于 Vue3、element-plus、vite封装的后台管理系统模板,https://shuangda1018.github.io/element-shuang/#/table|35|2022-01-03|2021-07-01|
|102|[guozhigq/ReadAloud](https://github.com/guozhigq/ReadAloud)|基于微软edge浏览器大声朗读功能开发出的pwa应用|35|2021-11-13|2021-04-07|
|103|[LIAOJIANS/ShanJ-blog](https://github.com/LIAOJIANS/ShanJ-blog)|一款用node+express+MongoDB Vue+elementUI 开发的开源博客|34|2021-10-26|2021-03-11|
|104|[fengtianxi001/Three-LargeScreen](https://github.com/fengtianxi001/Three-LargeScreen)|模仿图扑的3d风机可视化大屏|34|2022-01-08|2021-03-03|
|105|[JackySoft/rocket-render](https://github.com/JackySoft/rocket-render)|一款基于Vue2.x版本开发的低代码组件可快速生成表单和表格|33|2022-01-22|2021-09-18|
|106|[zzcandor/lowcode-dashboard](https://github.com/zzcandor/lowcode-dashboard)|低代码 可视化 拖拽大屏|33|2021-11-01|2021-07-24|
|107|[rule-engine/rule-engine-front-v2](https://github.com/rule-engine/rule-engine-front-v2)|🔥🔥🔥📌 规则引擎前端 📌 RuleEngine 基于web可视化配置简单高效快捷。|33|2021-09-09|2021-06-15|
|108|[fuyoo/bs-redis-desktop-client](https://github.com/fuyoo/bs-redis-desktop-client)|The BS redis desktop client is powered by Rust and Tauri, with very small weight, beautiful interface and faster running speed!|32|2022-01-14|2021-11-30|
|109|[yesmore/OSAPI](https://github.com/yesmore/OSAPI)|👋 OSAPI 是依靠通用性后台管理平台搭建的API管理平台基于 vue3、Nestjs 技术栈实现,包含 RBAC 角色权限模块、数据展示、编辑等模块。|32|2021-11-14|2021-10-26|
|110|[xiaoxian521/pure-admin-thin](https://github.com/xiaoxian521/pure-admin-thin)|vue-pure-admin官方精简版|32|2022-02-05|2021-10-16|
|111|[Sujb-sus/vue-node-mongodb-blog](https://github.com/Sujb-sus/vue-node-mongodb-blog)|vue + node + mongodb + webpack5 + koa2 从开发到上线搭建一款简约的个人博客系统(前后端分离)|32|2021-12-22|2021-08-31|
|112|[yupk/vue3-code-generator](https://github.com/yupk/vue3-code-generator)|vue3 表单生成vue3 elementui-next 自动生成代码; vue3 form make|32|2021-12-01|2021-08-09|
|113|[TencentBlueKing/bkui-vue2](https://github.com/TencentBlueKing/bkui-vue2)|根据蓝鲸前端规范、设计规范并结合我们业务开发过程中的积累沉淀,提供一套基础组件,供开发人员使用|32|2022-01-19|2021-07-21|
|114|[wmz1930/GitEgg](https://github.com/wmz1930/GitEgg)|GitEgg 是一款开源免费的企业级微服务应用开发框架,旨在整合目前主流稳定的开源技术框架,集成常用的最佳项目解决方案,实现可直接使用的微服务快速开发框架。|32|2022-01-20|2021-06-23|
|115|[AsheOne18/VueDocs](https://github.com/AsheOne18/VueDocs)|A vuepress theme|31|2022-01-29|2021-10-11|
|116|[virjarRatel/ratel-web](https://github.com/virjarRatel/ratel-web)|网站前端代码|31|2021-08-26|2021-08-26|
|117|[yunionio/dashboard](https://github.com/yunionio/dashboard)|Cloudpods Web UI|31|2022-01-27|2021-04-10|
|118|[gausszhou/vue-drag-resize-rotate](https://github.com/gausszhou/vue-drag-resize-rotate)|一个Vue组件支持拖拽拉伸旋转放缩自动对齐|31|2021-11-15|2021-02-18|
|119|[zxb1655/weipyq](https://github.com/zxb1655/weipyq)|朋友圈转发集赞截图生成,仿朋友圈页面,多种模式|30|2022-01-10|2021-12-29|
|120|[NervJS/taro-vant](https://github.com/NervJS/taro-vant)|Taro 兼容 VantUI|30|2021-08-12|2021-04-20|
|121|[bfenetworks/dashboard](https://github.com/bfenetworks/dashboard)|dashboard for BFE control plane|29|2021-12-16|2021-09-29|
|122|[ASoulCnki/ASoulCnkiFrontEndV3](https://github.com/ASoulCnki/ASoulCnkiFrontEndV3)|使用Vue3 + TS 重构的枝网前端|29|2022-01-27|2021-08-22|
|123|[ASoulCnki/ASoulCnkiFrontend](https://github.com/ASoulCnki/ASoulCnkiFrontend)|基于脚手架重构的枝网前端|28|2021-09-29|2021-07-11|
|124|[lljj-x/vjsf-demo-editor](https://github.com/lljj-x/vjsf-demo-editor)|可视化活动编辑器基于JSON Schema的通用表单支持编辑器配置快速搭建自己的编辑器平台|25|2021-10-19|2021-09-22|
|125|[fengtianxi001/MF-FTools](https://github.com/fengtianxi001/MF-FTools)|前端开发工具|25|2021-10-18|2021-08-09|
|126|[Aisen60/vant-theme](https://github.com/Aisen60/vant-theme)|online theme preview built on Vant UI|25|2022-02-04|2021-04-29|
|127|[linqian02/zimeiti](https://github.com/linqian02/zimeiti)|一个基于electron+vue3+element-plus+ffmpeg开发的自媒体服务提供短视频解析、视频信息获取、视频处理、语音合成、权重查询等相关功能支持软件自动更新其他功能正在开发中...|25|2021-09-14|2021-04-01|
|128|[DiF1202/win11_vue](https://github.com/DiF1202/win11_vue)|此项目用于阿里巴巴训练生计划与团队成员一起开发的项目。|24|2021-12-26|2021-11-12|
|129|[zionLZH/osharp-vben-admin](https://github.com/zionLZH/osharp-vben-admin)|OSharp Vben Admin 是一个免费开源的中后台模版。基于vue-vben-admin开发对接osharp后端开箱即用内置osharp用户权限系统管理模块与辅助工具类使得osharp后台对接工作得以简化。|24|2021-12-21|2021-10-25|
|130|[hu-snail/vue3-resource](https://github.com/hu-snail/vue3-resource)|🔥收集vue3资源包含web端&移动端&小程序&Electron等栏目|24|2021-12-06|2021-10-17|
|131|[cxp1539/open-admin](https://github.com/cxp1539/open-admin)|Open Admin是基于 Spring Boot + Spring Security + Mybatis + Vue Antd Admin Pro + Mysql开发的框架致力于为用户生成定制的前后端脚手架框架。|24|2022-01-20|2021-05-11|
|132|[zguolee/ColorTimetable](https://github.com/zguolee/ColorTimetable)|uni-app 课程表组件微信小程序、QQ 小程序|24|2021-11-09|2021-04-18|
|133|[gmingchen/vue3-element-plus-im](https://github.com/gmingchen/vue3-element-plus-im)|vue3-element-plus-im vue3.0 element-plus vue-cli vue-router vuex composition-api axois websocket 即时聊天 前端vue 后端java springboot netty 即时通讯 chat|23|2021-12-24|2021-11-11|
|134|[jzfai/vue3-admin-electron](https://github.com/jzfai/vue3-admin-electron)|🚀A new generation Cross-desktop electron framework It's easy and fast!|23|2022-01-24|2021-11-01|
|135|[xfy520/vue3-seamless-scroll](https://github.com/xfy520/vue3-seamless-scroll)|Vue3.0 无缝滚动组件|23|2022-01-11|2021-06-24|
|136|[GiantGo/giantgo-render](https://github.com/GiantGo/giantgo-render)|基于vue3 element plus的快速表单生成器|23|2022-01-24|2021-05-27|
|137|[EdgeGallery/edgeT](https://github.com/EdgeGallery/edgeT)|EdgeGallery test platform|23|2021-09-26|2021-02-25|
|138|[astriddale/Muni-NetworkMusic](https://github.com/astriddale/Muni-NetworkMusic)|基于uni-app框架开发的网抑云音乐微信小程序|22|2021-09-24|2021-08-27|
|139|[phphe/he-tree](https://github.com/phphe/he-tree)|A Vue draggable tree component. Support dragging placeholder, virtual list, RTL. 可拖拽Vue树组件, 支持拖拽占位节点, 虚拟列表.|22|2022-01-30|2021-08-21|
|140|[mizuka-wu/el-table-draggable](https://github.com/mizuka-wu/el-table-draggable)|让element-ui的table可拖动排序|22|2021-12-14|2021-07-14|
|141|[wison-wu/formDesigner](https://github.com/wison-wu/formDesigner)|基于vue+elementui的表单设计器可视化拖拽让表单拖拽更加简单持续更新中。The form designer based on Vue + elementui enables visual drag and drop, making form drag and drop easier and continuously updating.|22|2021-12-12|2021-06-25|
|142|[tu6ge/formulate-el-ui](https://github.com/tu6ge/formulate-el-ui)|方便你在 element-ui 项目中使用 vue-formulate 的一个插件|22|2022-01-25|2021-06-18|
|143|[YongHengFu/ping-music-next](https://github.com/YongHengFu/ping-music-next)|基于 Vue3 + Typescript + Vite2 打造的一款网易云音乐播放器 |22|2021-11-02|2021-03-23|
|144|[dongfanger/teprunner-frontend](https://github.com/dongfanger/teprunner-frontend)|接口自动化测试平台 Vue前端|22|2021-12-26|2021-03-07|
|145|[peal-L/record-player](https://github.com/peal-L/record-player)|唱片播放器|21|2022-01-12|2022-01-12|
|146|[shengxinjing/ailemente](https://github.com/shengxinjing/ailemente)|vite+ts的组件库演示代码element音译 ailemente|20|2021-12-13|2021-11-28|
|147|[longyanjiang/Nine-chat-frontend](https://github.com/longyanjiang/Nine-chat-frontend)|Nine音乐聊天室前端【vue】|20|2021-11-27|2021-11-14|
|148|[gongfuxiang/shopxo-uniapp](https://github.com/gongfuxiang/shopxo-uniapp)|ShopXO免费开源商城uniapp端主题源码、支持(微信+支付宝+百度+头条&抖音+QQ)小程序、H5、APP|20|2022-01-26|2021-10-23|
|149|[wangyinghaotest/VueAutomatedTestPlatform](https://github.com/wangyinghaotest/VueAutomatedTestPlatform)|前端页面VUE自动化测试平台|20|2021-09-29|2021-09-18|
|150|[dale0525/ClipBroad](https://github.com/dale0525/ClipBroad)|Sync your clipboard across multiple platforms|20|2021-10-18|2021-08-20|
|151|[eeg1412/liveSpeech](https://github.com/eeg1412/liveSpeech)|将主播说的话通过各个云平台的语音服务合成另外一种声音的OBS工具|20|2021-11-09|2021-08-01|
|152|[zhongyehai/api-test-front](https://github.com/zhongyehai/api-test-front)|接口自动化测试平台前端|20|2022-01-30|2021-06-25|
|153|[0xbul1/portfolio](https://github.com/0xbul1/portfolio)|simple portfolio use vue3 and vite inspired by wrongakram|19|2021-09-26|2021-09-06|
|154|[337547038/ak-vue3](https://github.com/337547038/ak-vue3)|组件库包含了 AutoForm 自动表单、BackTop 返回顶部、Breadcrumb 面包屑、 Button 按钮、Cascader 级联选择器、Checkbox 多选框、Collapse 折叠面板、ColorPicker 颜色选择器、DataPicker 时间选择器、Dialog 弹层对话框、Alert 弹框、Echarts 图形图表、Form 表单、Input 输入框、Lazy 图片延时 ...|19|2021-12-10|2021-07-09|
|155|[LuoSheng12345/zhao-visualized](https://github.com/LuoSheng12345/zhao-visualized)|-|19|2021-08-24|2021-06-25|
|156|[jeequan/jeepay-ui](https://github.com/jeequan/jeepay-ui)|jeepay对应的前端UI项目|19|2022-01-26|2021-06-09|
|157|[leetcode-pp/leetcode-pp](https://github.com/leetcode-pp/leetcode-pp)|《力扣加加》官方网站,力扣加加是一个专注于算法知识分享的平台,旨在通过通俗易懂的语言还原解题全过程。|19|2022-02-01|2021-02-23|
|158|[W-Java/ims-web](https://github.com/W-Java/ims-web)|A webpage written in Vue|18|2021-11-30|2021-10-22|
|159|[Wizard-wen/metagraph-editor](https://github.com/Wizard-wen/metagraph-editor)|-|18|2021-12-05|2021-09-11|
|160|[jdf2e/nutui-bingo](https://github.com/jdf2e/nutui-bingo)|Bingo - 基于 NutUI 的抽奖类组件|18|2022-01-26|2021-09-08|
|161|[xieyuheng/luoxu-search](https://github.com/xieyuheng/luoxu-search)|-|18|2021-12-23|2021-04-25|
|162|[KubeOperator/neeko](https://github.com/KubeOperator/neeko)|Neeko 是 KubeOperator 的新版前端 UI 项目|18|2022-01-18|2021-02-19|
|163|[FirstUI/FirstUI](https://github.com/FirstUI/FirstUI)|First UI 是一套基于uni-app开发的组件化、可复用、易扩展、低耦合的跨平台移动端UI 组件库。全面兼容App-Nvue、App-vue、小程序微信、支付宝、百度、字节、QQ、H5。文档地址https://doc.firstui.cn|17|2022-01-02|2021-08-04|
|164|[nabaonan/todos-action](https://github.com/nabaonan/todos-action)|尝鲜实战|17|2022-02-03|2021-06-15|
|165|[72wukong/72crm-11.0-web-PHP](https://github.com/72wukong/72crm-11.0-web-PHP)|悟空CRM-11.0 PHP前端源码采用vue+elementUI 技术框架。前端源码需打包后使用。|17|2021-09-03|2021-04-06|
|166|[uom-assistant/uom-assistant](https://github.com/uom-assistant/uom-assistant)|A web app that can improve your study experience in University of Manchester|17|2022-02-05|2021-02-18|
|167|[realByg/cfworker-kv-image-hosting](https://github.com/realByg/cfworker-kv-image-hosting)|Cloudflare workers KV 图床|16|2022-02-03|2022-01-31|
|168|[webdyc/moth-admin-vue](https://github.com/webdyc/moth-admin-vue)|飞蛾后台管理系统vue2版本|16|2022-01-28|2022-01-05|
|169|[NNNhzy/nvjdcweb](https://github.com/NNNhzy/nvjdcweb)|nvjdc vue 前端|16|2021-12-22|2021-12-22|
|170|[Junvary/gin-quasar-admin](https://github.com/Junvary/gin-quasar-admin)|项目实现了消息管理、用户管理、角色管理、部门管理、数据权限、websocket、聊天室、字典管理、菜单管理等众多功能。可通过一套代码快速简单的配置出不同的个性化网站并通过插件形式开发个性化逻辑。也是Quasar和Go的入门和学习佳品。|16|2022-01-29|2021-10-25|
|171|[hfbin/LibraPlatformUi](https://github.com/hfbin/LibraPlatformUi)|☀️☀️☀️ Libra-Platform微服务平台。基于SpringCloud(2020.0.x) + SpringCloudAlibaba(2021.x) + SpringBoot(2.4.x) + Vue3开发基于多租户SaaS模式的设计拥有强大的用户中心权限基于RBAC设计支持租户灰度发布等功能。Libra-Platform平台架构清晰、代码简洁、注解齐全很适合作为基础框架使用。|16|2021-10-07|2021-10-07|
|172|[DioMao/genshin_ArtifactsUpgradeSim_vue](https://github.com/DioMao/genshin_ArtifactsUpgradeSim_vue)|Genshin Artifacts Upgrade Simulator. 原神圣遗物强化模拟器。vue version|16|2022-01-28|2021-09-19|
|173|[RennCheung/codemirror-editor-vue3](https://github.com/RennCheung/codemirror-editor-vue3)|CodeMirror component for Vue3|16|2021-09-08|2021-08-10|
|174|[78778443/QingScanDesk](https://github.com/78778443/QingScanDesk)|QingScan桌面客户端QingScan是一个漏洞扫描器粘合剂支持 web扫描、系统扫描、子域名收集、目录扫描、主机扫描、主机发现、组件识别、URL爬虫、XRAY扫描、AWVS自动扫描、POC批量验证SSH批量测试、vulmap。|15|2022-01-17|2022-01-08|
|175|[imlinhanchao/pwl-chat](https://github.com/imlinhanchao/pwl-chat)|摸鱼派聊天室桌面版|15|2022-01-29|2021-11-09|
|176|[cll123456/rouyi-cloud-vue3](https://github.com/cll123456/rouyi-cloud-vue3)|后台使用若依的cloud搭建前台的后台管理系统前台使用vue3 + scss 来进行开发为了方便使用不使用tsts版本后续更新|15|2021-12-22|2021-09-17|
|177|[moell-peng/mojito-admin](https://github.com/moell-peng/mojito-admin)|基于Vue3 + Element Plus + Vite2 构建的后台模板|15|2021-09-16|2021-08-25|
|178|[imengyu/vue3-context-menu](https://github.com/imengyu/vue3-context-menu)|A very simple context menu component for Vue3 一个简洁美观简单的Vue3右键菜单组件|15|2022-02-03|2021-07-02|
|179|[airene/vitepress-blog-pure](https://github.com/airene/vitepress-blog-pure)|a vitepress theme for blog, demo ↓|15|2022-01-05|2021-07-02|
|180|[datawhalechina/whale-anno](https://github.com/datawhalechina/whale-anno)|Datawhale自研数据标注工具|15|2021-08-08|2021-04-18|
|181|[hellchenstar/vue3.0-vite2.0-elementPlus](https://github.com/hellchenstar/vue3.0-vite2.0-elementPlus)|vue3.0 + vite2.0 + element-plus + Vuex4.0 + Vue-router4.0 + axios + node-server(前后端分离)|15|2021-10-21|2021-04-07|
|182|[lewangdev/PaddleWebOCR](https://github.com/lewangdev/PaddleWebOCR)|开源的中英文离线 OCR使用 PaddleOCR 实现,提供了简单的 Web 页面及接口|14|2022-01-25|2021-11-25|
|183|[any-design/anyui](https://github.com/any-design/anyui)|A cute UI components library for Vue 3|14|2022-01-23|2021-11-14|
|184|[kakajun/vue3-sketch-ruler](https://github.com/kakajun/vue3-sketch-ruler)|vue3中页面显示的缩放操作|14|2022-01-16|2021-09-15|
|185|[Devifish/light-tab-page](https://github.com/Devifish/light-tab-page)|🚀 Lightweight Browser new tab extension 一款轻量简洁的新标签页浏览器插件|14|2022-01-01|2021-08-24|
|186|[0x727/MetasploitCoop-Frontend](https://github.com/0x727/MetasploitCoop-Frontend)|基于msf的后渗透协作平台 -- 前端部分|14|2021-08-17|2021-08-17|
|187|[ZHT131/brisk-admin](https://github.com/ZHT131/brisk-admin)|Brisk-Admin 是一个基于 Vue3.0、Vite、 element-plus、JavaScript的中后台解决方案它使用了最新的前端技术栈并提炼了典型的业务页面包括二次封装组件、动态路由菜单、国际化、动态换肤等功能它可以帮助你快速搭建中后台项目该项目使用最新的前端技术栈使用javascript语法保留了对不熟悉typescript语法用户的友好同时框架很适合轻松上手使用希 ...|14|2022-01-14|2021-08-06|
|188|[kwokronny/element-ui-saas-extend](https://github.com/kwokronny/element-ui-saas-extend)|基于ElementUI开发的SaaS业务扩展|14|2022-01-30|2021-07-31|
|189|[Maxfengyan/vue3-admin-template-vite](https://github.com/Maxfengyan/vue3-admin-template-vite)|一个vue3-admin-template-vite的后台管理系统项目使用最新vite+vue3升级于pan大佬的vue-admin-template基本保留原有架构无缝切换|14|2021-08-25|2021-06-29|
|190|[JiehangXie/Landscape-Heath-Score](https://github.com/JiehangXie/Landscape-Heath-Score)|A tool for evaluating landscape health benefits and supporting evidence-based design|14|2022-01-06|2021-06-17|
|191|[RootLinkFE/roothub](https://github.com/RootLinkFE/roothub)|前端物料资产统一管理平台|14|2022-01-10|2021-04-09|
|192|[lijinghailjh/WarmSearch-uniapp](https://github.com/lijinghailjh/WarmSearch-uniapp)|🏫WarmSearch的微信小程序的前台页面项目基于uni-app 开发的校园失物招领网站,采用前后端分离项目技术|14|2021-11-20|2021-03-05|
|193|[lijinghailjh/WarmSearch-PC](https://github.com/lijinghailjh/WarmSearch-PC)|🏫WarmSearch的PC端的前台页面 项目基于vue开发的校园失物招领网站采用前后端分离项目技术|14|2021-11-20|2021-03-05|
|194|[wike2019/k8s-wike](https://github.com/wike2019/k8s-wike)|k8s可视化管理系统基于govue3|13|2022-01-22|2021-12-12|
|195|[youhaohua/vue3-generate-form](https://github.com/youhaohua/vue3-generate-form)|基于vue3的PC端表单编辑器|13|2021-12-19|2021-12-01|
|196|[zeroojs/game-mp.zeroojs](https://github.com/zeroojs/game-mp.zeroojs)|游戏筛微信小程序|13|2021-12-15|2021-11-25|
|197|[acmenlt/hippo4j-console-ui](https://github.com/acmenlt/hippo4j-console-ui)|💥 hippo4j 动态线程池前端项目示例地址http://console.hippox.cn|13|2022-02-01|2021-11-16|
|198|[lxchuan12/create-vue-analysis](https://github.com/lxchuan12/create-vue-analysis)|Vue 团队公开快如闪电的全新脚手架工具 create-vue未来将替代 Vue-CLI才300余行代码学它|13|2021-10-13|2021-10-08|
|199|[happiren/dx-coupon-cps](https://github.com/happiren/dx-coupon-cps)|外卖优惠券cps美团饿了么外卖红包淘宝客京东客|13|2021-10-10|2021-10-05|
|200|[KINGMJ/netease-cloud-music-web](https://github.com/KINGMJ/netease-cloud-music-web)|基于 NeteaseCloudMusicApi 项目研发的网易云音乐web端主要针对歌单和云盘的复杂管理|13|2021-10-09|2021-09-23|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>