Giter Club home page Giter Club logo

github-chinese-top-charts's Introduction

![GitHub中文排行榜](https://i.v2ex.co/wF4Dx0vO.png)

#### 榜单设立目的

- 🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目;
- 各位开发者伙伴可以更高效地吸收国人的优秀经验、成果;
- 中文项目只能满足阶段性的需求,想要有进一步提升,还请多花时间学习高分神级英文项目;

#### 榜单设立范围

- 设立1个总榜(所有语言项目汇总排名)、18个分榜(单个语言项目排名);

#### 榜单入选规则

- 一个小小的要求:项目的 Description 和 README.md 都要包含中文说明;
- 更新越持续越好:最近半年内有更新过的项目才有机会入选(拥抱活跃,远离僵尸);
- Stars 越多越好:在满足持续更新的前提条件下,各榜根据 Stars 对项目进行排序;

#### 榜单更新频率

- 每周更新一次,最近更新时间为2021年10月11日;

#### License

- 本仓库内容的定义、创建、更新维护均由本人发起与推进,在您引用本仓库内容、转载文章时,请在开头明显处标明作者及页面地址,谢谢;

<br/>

## 目录

- 总榜
  - [All Language](#All-Language)

- 分榜
  - [Java](#Java)
  - [Python](#Python)
  - [Go](#Go)
  - [PHP](#PHP)
  - [JavaScript](#JavaScript)
  - [Vue](#Vue)
  - [CSS](#CSS)
  - [HTML](#HTML)
  - [Objective-C](#Objective-C)
  - [Swift](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts/blob/master/README-Part2.md#Swift)
  - [Jupyter Notebook](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts/blob/master/README-Part2.md#Jupyter-Notebook)
  - [Shell](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts/blob/master/README-Part2.md#Shell)
  - [C](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts/blob/master/README-Part2.md#C)
  - [C++](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts/blob/master/README-Part2.md#C-1)
  - [C#](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts/blob/master/README-Part2.md#C-2)
  - [Dart](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts/blob/master/README-Part2.md#Dart)
  - [TeX](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts/blob/master/README-Part2.md#TeX)
  - [Vim script](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts/blob/master/README-Part2.md#Vim-script)

<br/>


## All Language

|#|Repository|Description|Stars|Language|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|139.6k|Java|09/08|
|2|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!|111.8k|Java|10/10|
|3|[jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)|Python - 100天从新手到大师|109.3k|Python|10/07|
|4|[labuladong/fucking-algorithm](https://github.com/labuladong/fucking-algorithm)|刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why. |96.9k|-|10/07|
|5|[justjavac/free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN)|📚 免费的计算机编程类中文书籍,欢迎投稿|83.3k|-|09/08|
|6|[MisterBooo/LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)|Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)|67.2k|Java|06/24|
|7|[xingshaocheng/architect-awesome](https://github.com/xingshaocheng/architect-awesome)|后端架构师技术图谱|54.4k|-|09/08|
|8|[macrozheng/mall](https://github.com/macrozheng/mall)|mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。|53.2k|Java|10/09|
|9|[521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub)|:octocat: 分享 GitHub 上有趣、入门级的开源项目|47.3k|Python|09/28|
|10|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。   未完待续............ 如有意合作,联系[email protected]                     版权所有,违权必究       Tan 2018.06|46.2k|JavaScript|09/30|
|11|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)| LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)|44.5k|JavaScript|10/11|
|12|[kon9chunkit/GitHub-Chinese-Top-Charts](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts)|🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!|38.8k|Java|10/08|
|13|[chinese-poetry/chinese-poetry](https://github.com/chinese-poetry/chinese-poetry)|The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库,  唐宋两朝近一万四千古诗人,  接近5.5万首唐诗加26万宋诗.  两宋时期1564位词人,21050首词。|34.2k|JavaScript|10/09|
|14|[fighting41love/funNLP](https://github.com/fighting41love/funNLP)|中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、历史名人词库、诗词词库、医学词库、饮食词库、法律词库、汽车词库、动物词库、中文聊天语料、中文谣言数据、百度中文问答数据集、句子相似度匹配算法集合、bert资源、文本生成&摘要相关工具、cocoNLP信息抽取 ...|34.0k|Python|08/20|
|15|[dcloudio/uni-app](https://github.com/dcloudio/uni-app)|uni-app 是使用 Vue 语法开发小程序、H5、App的统一框架|33.8k|JavaScript|10/10|
|16|[0voice/interview_internal_reference](https://github.com/0voice/interview_internal_reference)|2021年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。|32.5k|Python|08/25|
|17|[apachecn/AiLearning](https://github.com/apachecn/AiLearning)|AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP|31.5k|Python|09/07|
|18|[testerSunshine/12306](https://github.com/testerSunshine/12306)|12306智能刷票,订票|30.3k|Python|08/25|
|19|[NervJS/taro](https://github.com/NervJS/taro)|开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。  https://taro.zone/|29.7k|JavaScript|10/09|
|20|[xitu/gold-miner](https://github.com/xitu/gold-miner)|🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:|29.6k|-|10/09|
|21|[geekxh/hello-algorithm](https://github.com/geekxh/hello-algorithm)|🌍 针对小白的算法训练   包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总   附:1、千本开源电子书  2、百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)|28.8k|Java|07/28|
|22|[AobingJava/JavaFamily](https://github.com/AobingJava/JavaFamily)|【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。|27.8k|-|08/26|
|23|[unknwon/the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN)|《The Way to Go》中文译本,中文正式名《Go 入门指南》|27.5k|Go|10/06|
|24|[formulahendry/955.WLB](https://github.com/formulahendry/955.WLB)|955 不加班的公司名单 - 工作 955,work–life balance (工作与生活的平衡)|27.4k|-|08/08|
|25|[alibaba/arthas](https://github.com/alibaba/arthas)|Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas|27.3k|Java|10/10|
|26|[shengxinjing/programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist)|🙈程序员找工作黑名单,换工作和当技术合伙人需谨慎啊 更新有赞|27.3k|Shell|08/10|
|27|[fxsjy/jieba](https://github.com/fxsjy/jieba)|结巴中文分词|27.1k|Python|07/25|
|28|[ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)|about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 |26.4k|Java|06/14|
|29|[d2l-ai/d2l-zh](https://github.com/d2l-ai/d2l-zh)|《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球200所大学采用教学。|26.0k|Python|10/10|
|30|[proxyee-down-org/proxyee-down](https://github.com/proxyee-down-org/proxyee-down)|http下载工具,基于http代理,支持多连接分块下载|25.4k|Java|06/05|
|31|[jeecgboot/jeecg-boot](https://github.com/jeecgboot/jeecg-boot)|「企业级低代码平台」前后端分离架构SpringBoot 2.x,SpringCloud,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。|25.3k|Java|09/26|
|32|[qiurunze123/miaosha](https://github.com/qiurunze123/miaosha)|秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓|21.9k|Java|06/04|
|33|[wuyouzhuguli/SpringAll](https://github.com/wuyouzhuguli/SpringAll)|循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列源码:https://mrbird.cc|21.8k|Java|08/30|
|34|[hollischuang/toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer)|To Be Top Javaer - Java工程师成神之路|21.7k|Java|08/24|
|35|[kataras/iris](https://github.com/kataras/iris)|The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel   谢谢 https://github.com/kataras/iris/issues/1329  |21.3k|Go|09/22|
|36|[googlehosts/hosts](https://github.com/googlehosts/hosts)|镜像:https://scaffrey.coding.net/p/hosts/git / https://git.qvq.network/googlehosts/hosts|20.8k|-|06/20|
|37|[huihut/interview](https://github.com/huihut/interview)|📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, in ...|20.7k|C++|10/06|
|38|[alibaba/canal](https://github.com/alibaba/canal)|阿里巴巴 MySQL binlog 增量订阅&消费组件 |20.7k|Java|10/11|
|39|[halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go)| Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解|20.6k|Go|10/09|
|40|[SwiftGGTeam/the-swift-programming-language-in-chinese](https://github.com/SwiftGGTeam/the-swift-programming-language-in-chinese)|中文版 Apple 官方 Swift 教程《The Swift Programming Language》|20.3k|CSS|09/22|
|41|[komeiji-satori/Dress](https://github.com/komeiji-satori/Dress)|好耶  是女装|20.3k|Standard ML|10/08|
|42|[julycoding/The-Art-Of-Programming-By-July](https://github.com/julycoding/The-Art-Of-Programming-By-July)|本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售|20.1k|C|07/03|
|43|[Meituan-Dianping/mpvue](https://github.com/Meituan-Dianping/mpvue)|基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。|20.4k|JavaScript|08/11|
|44|[xuxueli/xxl-job](https://github.com/xuxueli/xxl-job)|A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)|19.6k|Java|10/01|
|45|[ruanyf/es6tutorial](https://github.com/ruanyf/es6tutorial)|《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。|19.6k|JavaScript|10/05|
|46|[zhaoolee/ChromeAppHeroes](https://github.com/zhaoolee/ChromeAppHeroes)|🌈谷粒-Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~  ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~ 公众号「0加1」同步更新|18.9k|JavaScript|10/03|
|47|[MustangYM/WeChatExtension-ForMac](https://github.com/MustangYM/WeChatExtension-ForMac)|Mac微信功能拓展/微信插件/微信小助手(A plugin for Mac WeChat)|18.9k|Objective-C|08/12|
|48|[judasn/IntelliJ-IDEA-Tutorial](https://github.com/judasn/IntelliJ-IDEA-Tutorial)|IntelliJ IDEA 简体中文专题教程|18.8k|-|08/08|
|49|[ehang-io/nps](https://github.com/ehang-io/nps)|一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.|18.6k|Go|10/10|
|50|[ruanyf/weekly](https://github.com/ruanyf/weekly)|科技爱好者周刊,每周五发布|18.5k|-|10/08|
|51|[TeamStuQ/skill-map](https://github.com/TeamStuQ/skill-map)|程序员技能图谱|18.5k|HTML|06/25|
|52|[datawhalechina/pumpkin-book](https://github.com/datawhalechina/pumpkin-book)|《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book|18.3k|-|09/08|
|53|[Awesome-HarmonyOS/HarmonyOS](https://github.com/Awesome-HarmonyOS/HarmonyOS)|A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。|18.3k|C|06/17|
|54|[PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)|清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University|18.1k|HTML|09/28|
|55|[wenyan-lang/wenyan](https://github.com/wenyan-lang/wenyan)|文言文編程語言 A programming language for the ancient Chinese.|17.7k|TypeScript|06/09|
|56|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶学习笔记。从零开始学前端,做一名精致优雅的前端工程师。公众号「千古壹号」作者。|17.5k|JavaScript|10/09|
|57|[ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)|本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。|17.7k|JavaScript|10/07|
|58|[alibaba/Sentinel](https://github.com/alibaba/Sentinel)|A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)|17.5k|Java|10/01|
|59|[1c7/chinese-independent-developer](https://github.com/1c7/chinese-independent-developer)|👩🏿‍💻👨🏾‍💻👩🏼‍💻👨🏽‍💻👩🏻‍💻**独立开发者项目列表 -- 分享大家都在做什么|17.1k|-|10/09|
|60|[jumpserver/jumpserver](https://github.com/jumpserver/jumpserver)|JumpServer 是全球首款开源的堡垒机,是符合 4A 的专业运维安全审计系统。|17.1k|Python|10/09|
|61|[jaywcjlove/linux-command](https://github.com/jaywcjlove/linux-command)|Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux|16.9k|HTML|10/10|
|62|[youngyangyang04/leetcode-master](https://github.com/youngyangyang04/leetcode-master)|LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀 |16.8k|-|10/10|
|63|[CarGuo/GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer)|视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,rtsp、concat、mpeg。 |16.7k|Java|10/09|
|64|[MLEveryday/100-Days-Of-ML-Code](https://github.com/MLEveryday/100-Days-Of-ML-Code)|100-Days-Of-ML-Code中文版|16.7k|Jupyter Notebook|08/11|
|65|[PaddlePaddle/Paddle](https://github.com/PaddlePaddle/Paddle)|PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)|16.6k|Python|10/11|
|66|[alibaba/ice](https://github.com/alibaba/ice)|🚀 The Progressive Framework Based On React(基于 React 的渐进式研发框架),站点国内镜像:https://iceteam.gitee.io|16.6k|TypeScript|10/09|
|67|[vnpy/vnpy](https://github.com/vnpy/vnpy)|基于Python的开源量化交易平台开发框架|16.5k|C++|10/09|
|68|[LingCoder/OnJava8](https://github.com/LingCoder/OnJava8)|《On Java 8》中文版 |16.6k|-|09/25|
|69|[elunez/eladmin](https://github.com/elunez/eladmin)|项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由|16.5k|Java|09/01|
|70|[linlinjava/litemall](https://github.com/linlinjava/litemall)|又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端|16.4k|Java|10/07|
|71|[shuzheng/zheng](https://github.com/shuzheng/zheng)|基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。|16.1k|Java|09/21|
|72|[forezp/SpringCloudLearning](https://github.com/forezp/SpringCloudLearning)|《史上最简单的Spring Cloud教程源码》|16.0k|Java|04/12|
|73|[dianping/cat](https://github.com/dianping/cat)|CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。|16.0k|Java|09/09|
|74|[chai2010/advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book)|📚 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)|15.8k|Go|09/28|
|75|[Light-City/CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings)|C++那些事|15.6k|C++|09/22|
|76|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|15.6k|JavaScript|10/11|
|77|[zergtant/pytorch-handbook](https://github.com/zergtant/pytorch-handbook)|pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行|15.4k|Jupyter Notebook|10/09|
|78|[ZhongFuCheng3y/3y](https://github.com/ZhongFuCheng3y/3y)|📓从Java基础、JavaWeb基础到常用的框架再到面试题都有完整的教程,几乎涵盖了Java后端必备的知识点|15.3k|-|07/22|
|79|[youzan/vant-weapp](https://github.com/youzan/vant-weapp)|轻量、可靠的小程序 UI 组件库|15.2k|JavaScript|10/02|
|80|[EastWorld/wechat-app-mall](https://github.com/EastWorld/wechat-app-mall)|微信小程序商城,微信小程序微店|15.1k|JavaScript|10/05|
|81|[nndl/nndl.github.io](https://github.com/nndl/nndl.github.io)|《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning |14.8k|HTML|05/18|
|82|[233boy/v2ray](https://github.com/233boy/v2ray)|最好用的 V2Ray 一键安装脚本 & 管理脚本|14.8k|Shell|08/24|
|83|[fengdu78/lihang-code](https://github.com/fengdu78/lihang-code)|《统计学习方法》的代码实现|14.6k|Jupyter Notebook|05/31|
|84|[shimohq/chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)|**程序员容易发音错误的单词|14.6k|Python|07/29|
|85|[freefq/free](https://github.com/freefq/free)|翻墙、免费翻墙、免费科学上网、免费节点、免费梯子、免费ss/v2ray/trojan节点、蓝灯、谷歌商店、翻墙梯子|14.4k|-|10/11|
|86|[wangshub/wechat_jump_game](https://github.com/wangshub/wechat_jump_game)|微信《跳一跳》Python 辅助|13.9k|Python|09/08|
|87|[Jack-Cherish/python-spider](https://github.com/Jack-Cherish/python-spider)|🌈Python3网络爬虫实战:淘宝、京东、网易云、B站、12306、抖音、笔趣阁、漫画小说下载、音乐电影下载等|13.8k|Python|06/05|
|88|[zhongyang219/TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor)|这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。|13.8k|C++|09/04|
|89|[Kr1s77/awesome-python-login-model](https://github.com/Kr1s77/awesome-python-login-model)|😮python模拟登陆一些大型网站,还有一些简单的爬虫,希望对你们有所帮助❤️,如果喜欢记得给个star哦🌟|13.8k|Python|07/24|
|90|[lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop)|一个基于 electron 的音乐软件|13.8k|JavaScript|10/04|
|91|[lin-xin/vue-manage-system](https://github.com/lin-xin/vue-manage-system)|基于Vue3 + Element Plus 的后台管理系统解决方案|13.7k|Vue|09/22|
|92|[fengdu78/deeplearning_ai_books](https://github.com/fengdu78/deeplearning_ai_books)|deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)|13.7k|HTML|09/01|
|93|[alibaba/ARouter](https://github.com/alibaba/ARouter)|💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)|13.5k|Java|09/13|
|94|[jhao104/proxy_pool](https://github.com/jhao104/proxy_pool)|Python爬虫代理IP池(proxy pool)|13.4k|Python|09/04|
|95|[dcloudio/mui](https://github.com/dcloudio/mui)|最接近原生APP体验的高性能框架|13.3k|JavaScript|07/07|
|96|[Tencent/QMUI_Android](https://github.com/Tencent/QMUI_Android)|提高 Android UI 开发效率的 UI 库|13.2k|Java|09/24|
|97|[yanue/V2rayU](https://github.com/yanue/V2rayU)|V2rayU,基于v2ray核心的mac版客户端,用于科学上网,使用swift编写,支持vmess,shadowsocks,socks5等服务协议,支持订阅, 支持二维码,剪贴板导入,手动配置,二维码分享等|12.9k|-|06/22|
|98|[CarGuo/gsy_github_app_flutter](https://github.com/CarGuo/gsy_github_app_flutter)|Flutter 超完整的开源项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Weex版本 : https://github.com/CarGuo/GSYGithubAppWeex    、同款React Native版本 : https://g ...|12.8k|Dart|09/15|
|99|[greyireland/algorithm-pattern](https://github.com/greyireland/algorithm-pattern)|算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~|12.7k|Go|05/14|
|100|[txthinking/brook](https://github.com/txthinking/brook)|Brook is a cross-platform strong encryption and not detectable proxy. Zero-Configuration. Brook 是一个跨平台的强加密无特征的代理软件. 零配置.|12.6k|Go|09/03|
|101|[Qv2ray/Qv2ray](https://github.com/Qv2ray/Qv2ray)| Linux / Windows / macOS 跨平台 V2Ray 客户端   支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5   使用 C++ / Qt 开发   可拓展插件式设计 |12.5k|C++|08/17|
|102|[wangeditor-team/wangEditor](https://github.com/wangeditor-team/wangEditor)|wangEditor —— 轻量级web富文本框|12.4k|TypeScript|10/09|
|103|[xiandanin/magnetW](https://github.com/xiandanin/magnetW)|磁力链接聚合搜索|12.4k|JavaScript|06/29|
|104|[stephentian/33-js-concepts](https://github.com/stephentian/33-js-concepts)|📜 每个 JavaScript 工程师都应懂的33个概念 @leonardomso|12.1k|JavaScript|08/12|
|105|[Tencent/omi](https://github.com/Tencent/omi)| Front End Cross-Frameworks Framework - 前端跨框架跨平台框架|12.1k|JavaScript|09/29|
|106|[YunaiV/SpringBoot-Labs](https://github.com/YunaiV/SpringBoot-Labs)|一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024|12.0k|Java|09/21|
|107|[h2y/Shadowrocket-ADBlock-Rules](https://github.com/h2y/Shadowrocket-ADBlock-Rules)|提供多款 Shadowrocket 规则,带广告过滤功能。用于 iOS 未越狱设备选择性地自动翻墙。|12.0k|Python|04/13|
|108|[amfe/lib-flexible](https://github.com/amfe/lib-flexible)|可伸缩布局方案|11.7k|JavaScript|04/06|
|109|[peterq/pan-light](https://github.com/peterq/pan-light)|百度网盘不限速客户端, golang + qt5, 跨平台图形界面|11.7k|Go|10/06|
|110|[qier222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)|高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron: |11.6k|JavaScript|10/10|
|111|[Tamsiree/RxTool](https://github.com/Tamsiree/RxTool)|Android开发人员不得不收集的工具类集合   支付宝支付   微信支付(统一下单)   微信分享   Zip4j压缩(支持分卷压缩与加密)   一键集成UCrop选择圆形头像   一键集成二维码和条形码的扫描与生成   常用Dialog   WebView的封装可播放视频   仿斗鱼滑动验证码   Toast封装   震动   GPS   Location定位   图片缩放   Exif 图片添加地理位置信息(经纬度)   蛛网等级   颜色选择器   ArcGis   VTPK   编译运行一下说不定会找到惊喜|11.5k|Kotlin|06/05|
|112|[pjialin/py12306](https://github.com/pjialin/py12306)|🚂 12306 购票助手,支持集群,多账号,多任务购票以及 Web 页面管理 |11.5k|Python|09/30|
|113|[modood/Administrative-divisions-of-China](https://github.com/modood/Administrative-divisions-of-China)|中华人民共和国行政区划:省级(省份直辖市自治区)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,**省市区镇村二级三级四级五级联动地址数据。|11.3k|JavaScript|07/15|
|114|[answershuto/learnVue](https://github.com/answershuto/learnVue)|:octocat:Vue.js 源码解析|11.3k|JavaScript|07/26|
|115|[meolu/walle-web](https://github.com/meolu/walle-web)|walle - 瓦力 Devops开源项目代码部署平台|11.2k|Python|05/09|
|116|[bailicangdu/vue2-manage](https://github.com/bailicangdu/vue2-manage)|基于 vue + element-ui 的后台管理系统|11.1k|Vue|07/15|
|117|[snail007/goproxy](https://github.com/snail007/goproxy)|🔥  Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密, ...|11.0k|Go|09/28|
|118|[weilanwl/ColorUI](https://github.com/weilanwl/ColorUI)|鲜亮的高饱和色彩,专注视觉的小程序组件库|10.8k|Vue|05/16|
|119|[afatcoder/LeetcodeTop](https://github.com/afatcoder/LeetcodeTop)|汇总各大互联网公司容易考察的高频leetcode题🔥|10.7k|-|08/27|
|120|[opendigg/awesome-github-vue](https://github.com/opendigg/awesome-github-vue)|Vue相关开源项目库汇总|10.6k|-|05/07|
|121|[hyb1996/Auto.js](https://github.com/hyb1996/Auto.js)|A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)|10.5k|Java|04/11|
|122|[0voice/from_coder_to_expert](https://github.com/0voice/from_coder_to_expert)|2021年最新总结,从程序员到CTO,从专业走向卓越,分享大牛企业内部pdf与PPT|10.3k|-|08/25|
|123|[cuiocean/ZY-Player](https://github.com/cuiocean/ZY-Player)|▶️ 跨平台桌面端视频资源播放器.简洁无广告.免费高颜值. 🎞|10.2k|Vue|08/10|
|124|[frank-lam/fullstack-tutorial](https://github.com/frank-lam/fullstack-tutorial)|🚀 fullstack tutorial 2021,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试|10.1k|Java|09/30|
|125|[Tim9Liu9/TimLiu-iOS](https://github.com/Tim9Liu9/TimLiu-iOS)|iOS开发常用三方库、插件、知名博客等等|10.8k|-|08/17|
|126|[pagehelper/Mybatis-PageHelper](https://github.com/pagehelper/Mybatis-PageHelper)|Mybatis通用分页插件|10.7k|Java|10/08|
|127|[apachecn/apachecn-algo-zh](https://github.com/apachecn/apachecn-algo-zh)|ApacheCN 数据结构与算法译文集|10.4k|JavaScript|05/09|
|128|[chuzhixin/vue-admin-beautiful-pro](https://github.com/chuzhixin/vue-admin-beautiful-pro)|🚀🚀🚀vue3,vue3.0,vue,vue3.x,vue.js,vue后台管理,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus主线版本基于element-plus、element-ui、ant-design-vue三者并行开发维护,同时支持电脑,手机,平板,切换分支查看不同的vue版本,element-plus版本已发布(vue3,vue3.0,vue,vue3.x,vue.js)|10.4k|Vue|10/08|
|129|[itdevbooks/pdf](https://github.com/itdevbooks/pdf)|编程电子书,电子书,编程书籍,包括C,C#,Docker,Elasticsearch,Git,Hadoop,HeadFirst,Java,Javascript,jvm,Kafka,Linux,Maven,MongoDB,MyBatis,MySQL,Netty,Nginx,Python,RabbitMQ,Redis,Scala,Solr,Spark,Spring,SpringBoot,SpringCloud,TCPIP,Tomcat,Zookeeper,人工智能,大数据类,并发编程,数据库类,数据挖掘,新面试题,架构设计,算法系列,计算机类,设计模式,软件测试,重构优化,等更多分类|9.9k|-|10/09|
|130|[gyf-dev/ImmersionBar](https://github.com/gyf-dev/ImmersionBar)|android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62|9.9k|Java|08/16|
|131|[imarvinle/awesome-cs-books](https://github.com/imarvinle/awesome-cs-books)|经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等|9.9k|-|06/12|
|132|[flipped-aurora/gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin)|基于vite+vue3+gin搭建的开发基础平台,集成jwt鉴权,权限管理,动态路由,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等开发必备功能,五分钟一套CURD前后端代码,欢迎issue和pr~|9.8k|Go|10/09|
|133|[talkgo/night](https://github.com/talkgo/night)|Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。|9.8k|Go|09/30|
|134|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程,架构、业务、技术要点全方位解析。mall项目(40k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术,采用Docker容器化部署。|9.7k|Java|09/25|
|135|[alibaba/DataX](https://github.com/alibaba/DataX)|DataX是阿里云DataWorks数据集成的开源版本。|9.7k|Java|10/09|
|136|[daniulive/SmarterStreaming](https://github.com/daniulive/SmarterStreaming)|业内为数不多致力于极致体验的超强全自研跨平台(windows/android/iOS)流媒体内核,通过模块化自由组合,支持实时RTMP推流、RTSP推流、RTMP播放器、RTSP播放器、录像、多路流媒体转发、音视频导播、动态视频合成、音频混音、直播互动、内置轻量级RTSP服务等,比快更快,业界真正靠谱的超低延迟直播SDK(1秒内,低延迟模式下200~400ms)。|9.7k|Java|08/07|
|137|[getlantern/lantern](https://github.com/getlantern/lantern)|Lantern官方版本下载 蓝灯 翻墙 代理 科学上网 外网 加速器 梯子 路由 lantern proxy vpn censorship-circumvention censorship gfw accelerator|9.6k|Go|09/23|
|138|[yifeikong/reverse-interview-zh](https://github.com/yifeikong/reverse-interview-zh)|技术面试最后反问面试官的话|9.4k|-|08/16|
|139|[Vonng/ddia](https://github.com/Vonng/ddia)|《Designing Data-Intensive Application》DDIA中文翻译|9.3k|Python|10/10|
|140|[AlloyTeam/Mars](https://github.com/AlloyTeam/Mars)|腾讯移动 Web 前端知识库|9.2k|-|09/03|
|141|[hackstoic/golang-open-source-projects](https://github.com/hackstoic/golang-open-source-projects)|为互联网IT人打造的中文版awesome-go|9.1k|-|05/13|
|142|[cnodejs/nodeclub](https://github.com/cnodejs/nodeclub)|🐤Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统|9.1k|JavaScript|09/04|
|143|[chefyuan/algorithm-base](https://github.com/chefyuan/algorithm-base)|专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!|9.1k|Java|10/02|
|144|[the1812/Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved)|强大的哔哩哔哩增强脚本: 下载视频, 音乐, 封面, 弹幕 / 简化直播间, 评论区, 首页 / 自定义顶栏, 删除广告, 夜间模式 / 触屏设备支持|9.1k|TypeScript|10/10|
|145|[darknessomi/musicbox](https://github.com/darknessomi/musicbox)|网易云音乐命令行版本|9.1k|Python|09/21|
|146|[rootsongjc/kubernetes-handbook](https://github.com/rootsongjc/kubernetes-handbook)|Kubernetes中文指南/云原生应用架构实践手册 -  https://jimmysong.io/kubernetes-handbook|9.1k|Shell|09/08|
|147|[iamshuaidi/CS-Book](https://github.com/iamshuaidi/CS-Book)|计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍|9.0k|-|08/10|
|148|[lihengming/spring-boot-api-project-seed](https://github.com/lihengming/spring-boot-api-project-seed)|🌱🚀一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目~|8.9k|Java|07/21|
|149|[star7th/showdoc](https://github.com/star7th/showdoc)|ShowDoc is a tool greatly applicable for an IT team to share documents online一个非常适合IT团队的在线API文档、技术文档工具|9.9k|JavaScript|09/23|
|150|[w7corp/easywechat](https://github.com/w7corp/easywechat)|📦 一个 PHP 微信 SDK|9.6k|PHP|10/09|
|151|[mzlogin/awesome-adb](https://github.com/mzlogin/awesome-adb)|ADB Usage Complete / ADB 用法大全|8.5k|-|07/23|
|152|[wsdjeg/vim-galore-zh_cn](https://github.com/wsdjeg/vim-galore-zh_cn)|Vim 从入门到精通|8.4k|Vim script|08/21|
|153|[GcsSloop/AndroidNote](https://github.com/GcsSloop/AndroidNote)|安卓学习笔记|8.4k|Java|05/25|
|154|[XiangLinPro/IT_book](https://github.com/XiangLinPro/IT_book)|本项目收藏这些年来看过或者听过的一些不错的常用的上千本书籍,没准你想找的书就在这里呢,包含了互联网行业大多数书籍和面试经验题目等等。有人工智能系列(常用深度学习框架TensorFlow、pytorch、keras。NLP、机器学习,深度学习等等),大数据系列(Spark,Hadoop,Scala,kafka等),程序员必修系列(C、C++、java、数据结构、linux,设计模式、数据库等等)|8.4k|-|09/30|
|155|[baidu/amis](https://github.com/baidu/amis)|前端低代码框架,通过 JSON 配置就能生成各种页面。|8.2k|TypeScript|10/09|
|156|[crawlab-team/crawlab](https://github.com/crawlab-team/crawlab)|Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架|8.2k|Go|10/06|
|157|[xcatliu/typescript-tutorial](https://github.com/xcatliu/typescript-tutorial)|TypeScript 入门教程|8.2k|TypeScript|09/10|
|158|[Dod-o/Statistical-Learning-Method_Code](https://github.com/Dod-o/Statistical-Learning-Method_Code)|手写实现李航《统计学习方法》书中全部算法|8.2k|Python|09/13|
|159|[sentsin/layer](https://github.com/sentsin/layer)|丰富多样的 Web 弹出层组件,可轻松实现 Alert/Confirm/Prompt/ 普通提示/页面区块/iframe/tips等等几乎所有的弹出交互。目前已成为最多人使用的弹层解决方案|8.1k|JavaScript|05/22|
|160|[polaris1119/The-Golang-Standard-Library-by-Example](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)|Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。|8.1k|Go|07/15|
|161|[zh-google-styleguide/zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide)|Google 开源项目风格指南 (中文版)|8.0k|Makefile|10/01|
|162|[guyueyingmu/avbook](https://github.com/guyueyingmu/avbook)|AV 电影管理系统, avmoo , javbus , javlibrary 爬虫,线上 AV 影片图书馆,AV 磁力链接数据库,Japanese Adult Video Library,Adult Video Magnet Links - Japanese Adult Video Database|8.0k|PHP|10/06|
|163|[hq450/fancyss_history_package](https://github.com/hq450/fancyss_history_package)|科学上网插件的离线安装包储存在这里|8.0k|-|05/25|
|164|[crossoverJie/cim](https://github.com/crossoverJie/cim)|📲cim(cross IM) 适用于开发者的分布式即时通讯系统|8.0k|Java|08/01|
|165|[newbee-ltd/newbee-mall](https://github.com/newbee-ltd/newbee-mall)|🔥 🎉newbee-mall 项目(新蜂商城)是一套电商系统,包括 newbee-mall 商城系统及 newbee-mall-admin 商城后台管理系统,基于 Spring Boot 2.X 及相关技术栈开发。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。|8.0k|Java|06/28|
|166|[wistbean/learn_python3_spider](https://github.com/wistbean/learn_python3_spider)|python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式爬虫,爬虫项目实战实例等|8.0k|Python|08/31|
|167|[DayBreak-u/chineseocr_lite](https://github.com/DayBreak-u/chineseocr_lite)|超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M |7.9k|C++|09/29|
|168|[jindongwang/transferlearning](https://github.com/jindongwang/transferlearning)|Everything about Transfer Learning and Domain Adaptation--迁移学习|7.9k|Python|09/29|
|169|[evil-huawei/evil-huawei](https://github.com/evil-huawei/evil-huawei)|Evil Huawei - 华为作过的恶|7.8k|JavaScript|07/02|
|170|[getgridea/gridea](https://github.com/getgridea/gridea)|✍️ A static blog writing client (一个静态博客写作客户端)|7.7k|CSS|10/06|
|171|[judasn/Linux-Tutorial](https://github.com/judasn/Linux-Tutorial)|《Java 程序员眼中的 Linux》|7.7k|Shell|07/05|
|172|[thinkgem/jeesite](https://github.com/thinkgem/jeesite)|JeeSite 是一个企业信息化开发基础平台,Java企业应用开源框架,Java EE(J2EE)快速开发框架,使用经典技术组合(Spring、Spring MVC、Apache Shiro、MyBatis、Bootstrap UI),包括核心模块如:组织机构、角色用户、权限授权、数据权限、内容管理、工作流等。|7.7k|JavaScript|04/28|
|173|[skywind3000/awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets)|超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 |7.7k|Shell|09/13|
|174|[hs-web/hsweb-framework](https://github.com/hs-web/hsweb-framework)|hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。|7.7k|Java|09/29|
|175|[wangshub/Douyin-Bot](https://github.com/wangshub/Douyin-Bot)|😍 Python 抖音机器人,论如何在抖音上找到漂亮小姐姐? |7.6k|Python|09/08|
|176|[macrozheng/mall-swarm](https://github.com/macrozheng/mall-swarm)|mall-swarm是一套微服务商城系统,采用了 Spring Cloud Hoxton & Alibaba、Spring Boot 2.3、Oauth2、MyBatis、Docker、Elasticsearch、Kubernetes等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。|7.5k|Java|08/23|
|177|[521xueweihan/GitHub520](https://github.com/521xueweihan/GitHub520)|😘 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。(无需安装)|7.5k|Python|10/11|
|178|[doocs/jvm](https://github.com/doocs/jvm)|🤗 JVM 底层原理最全知识总结|7.5k|Java|10/07|
|179|[EZLippi/Tinyhttpd](https://github.com/EZLippi/Tinyhttpd)|Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net|7.4k|C|10/08|
|180|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|7.4k|JavaScript|10/11|
|181|[easzlab/kubeasz](https://github.com/easzlab/kubeasz)|使用Ansible脚本安装K8S集群,介绍组件交互原理,方便直接,不受国内网络环境影响|7.4k|Jinja|10/10|
|182|[bingoogolapple/BGAQRCode-Android](https://github.com/bingoogolapple/BGAQRCode-Android)|QRCode 扫描二维码、扫描条形码、相册获取图片后识别、生成带 Logo 二维码、支持微博微信 QQ 二维码扫描样式|7.4k|C|04/05|
|183|[Caldis/Mos](https://github.com/Caldis/Mos)|一个用于在 macOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板     A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on macOS|7.3k|Swift|06/05|
|184|[chokcoco/CSS-Inspiration](https://github.com/chokcoco/CSS-Inspiration)|CSS Inspiration,在这里找到写 CSS 的灵感!|7.3k|CSS|08/27|
|185|[injetlee/Python](https://github.com/injetlee/Python)|Python脚本。模拟登录知乎, 爬虫,操作excel,微信公众号,远程开机|7.2k|Python|10/01|
|186|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|7.2k|Java|09/13|
|187|[luyishisi/Anti-Anti-Spider](https://github.com/luyishisi/Anti-Anti-Spider)|越来越多的网站具有反爬虫特性,有的用图片隐藏关键数据,有的使用反人类的验证码,建立反反爬虫的代码仓库,通过与不同特性的网站做斗争(无恶意)提高技术。(欢迎提交难以采集的网站)(因工作原因,项目暂停) |6.8k|Python|08/25|
|188|[alibaba/otter](https://github.com/alibaba/otter)|阿里巴巴分布式数据库同步系统(解决中美异地机房)|6.8k|Java|10/05|
|189|[zhoutaoo/SpringCloud](https://github.com/zhoutaoo/SpringCloud)|基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。持续更新中|6.8k|Java|09/04|
|190|[Hackl0us/SS-Rule-Snippet](https://github.com/Hackl0us/SS-Rule-Snippet)|搜集、整理、维护 Surge / Quantumult (X) / Shadowrocket / Surfboard / clash (Premium) 实用规则。|6.8k|JavaScript|10/08|
|191|[wulabing/Xray_onekey](https://github.com/wulabing/Xray_onekey)|Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本 |6.8k|Shell|10/09|
|192|[ljianshu/Blog](https://github.com/ljianshu/Blog)|关注基础知识,打造优质前端博客,公众号[前端工匠]的作者|6.8k|JavaScript|10/06|
|193|[openspug/spug](https://github.com/openspug/spug)|开源运维平台:面向中小型企业设计的轻量级无Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、文件在线上传下载、应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。|6.6k|JavaScript|09/30|
|194|[panjf2000/ants](https://github.com/panjf2000/ants)|🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。|6.6k|Go|09/27|
|195|[ChenYilong/CYLTabBarController](https://github.com/ChenYilong/CYLTabBarController)|[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item.  [CN]【**特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode  & iPhone XS MAX supported】|6.6k|Objective-C|08/30|
|196|[opsnull/follow-me-install-kubernetes-cluster](https://github.com/opsnull/follow-me-install-kubernetes-cluster)|和我一步步部署 kubernetes 集群|6.5k|Shell|06/04|
|197|[skyline75489/what-happens-when-zh_CN](https://github.com/skyline75489/what-happens-when-zh_CN)|What-happens-when 的中文翻译,原仓库 https://github.com/alex/what-happens-when|6.5k|-|07/01|
|198|[dromara/Sa-Token](https://github.com/dromara/Sa-Token)|这可能是史上功能最全的Java权限认证框架!目前已集成——登录认证、权限认证、分布式Session会话、微服务网关鉴权、单点登录、OAuth2.0、踢人下线、Redis集成、前后台分离、记住我模式、模拟他人账号、临时身份切换、账号封禁、多账号认证体系、注解式鉴权、路由拦截式鉴权、花式token生成、自动续签、同端互斥登录、会话治理、密码加密、jwt集成、Spring集成、WebFlux集成...|6.5k|Java|10/11|
|199|[ustbhuangyi/vue-analysis](https://github.com/ustbhuangyi/vue-analysis)|👍 Vue.js 源码分析|6.5k|JavaScript|10/06|
|200|[ElemeFE/v-charts](https://github.com/ElemeFE/v-charts)|基于 Vue2.0 和 ECharts 封装的图表组件📈📊|6.5k|JavaScript|04/06|
|201|[datawhalechina/leeml-notes](https://github.com/datawhalechina/leeml-notes)|李宏毅《机器学习》笔记,在线阅读地址:https://datawhalechina.github.io/leeml-notes|6.4k|-|09/16|
|202|[PaddlePaddle/models](https://github.com/PaddlePaddle/models)|Pre-trained and Reproduced Deep Learning Models (『飞桨』官方模型库,包含多种学术前沿和工业场景验证的深度学习模型)|6.2k|Python|10/09|
|203|[wolverinn/Waking-Up](https://github.com/wolverinn/Waking-Up)|计算机基础(计算机网络/操作系统/数据库/Git...)面试问题全面总结,包含详细的follow-up question以及答案;全部采用【问题+追问+答案】的形式,即拿即用,直击互联网大厂面试🚀;可用于模拟面试、面试前复习、短期内快速备战面试...|6.1k|-|09/24|
|204|[nswbmw/node-in-debugging](https://github.com/nswbmw/node-in-debugging)|《Node.js 调试指南》|6.1k|-|09/03|
|205|[Sunnyyoung/WeChatTweak-macOS](https://github.com/Sunnyyoung/WeChatTweak-macOS)|A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开|6.1k|Objective-C|10/07|
|206|[smallnest/rpcx](https://github.com/smallnest/rpcx)|Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱!|6.1k|Go|09/18|
|207|[houtianze/bypy](https://github.com/houtianze/bypy)|Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘Python客户端|6.1k|Python|05/24|
|208|[fuzhengwei/CodeGuide](https://github.com/fuzhengwei/CodeGuide)|📚 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!|6.1k|-|09/29|
|209|[wuchangming/spy-debugger](https://github.com/wuchangming/spy-debugger)|微信调试,各种WebView样式调试、手机浏览器的页面真机调试。便捷的远程调试手机页面、抓包工具,支持:HTTP/HTTPS,无需USB连接设备。|6.0k|JavaScript|09/22|
|210|[ymcui/Chinese-BERT-wwm](https://github.com/ymcui/Chinese-BERT-wwm)|Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)|6.0k|Python|07/21|
|211|[zouzg/mybatis-generator-gui](https://github.com/zouzg/mybatis-generator-gui)|mybatis-generator界面工具,让你生成代码更简单更快捷|6.0k|Java|07/05|
|212|[MorvanZhou/PyTorch-Tutorial](https://github.com/MorvanZhou/PyTorch-Tutorial)|Build your neural network easy and fast, 莫烦Python中文教学|6.3k|Jupyter Notebook|04/01|
|213|[wildfirechat/server](https://github.com/wildfirechat/server)|即时通讯(IM)系统|6.2k|Java|10/08|
|214|[lenve/VBlog](https://github.com/lenve/VBlog)|V部落,Vue+SpringBoot实现的多用户博客管理平台!|6.2k|Java|04/27|
|215|[Meituan-Dianping/walle](https://github.com/Meituan-Dianping/walle)|Android Signature V2 Scheme签名下的新一代渠道包打包神器|6.2k|Java|09/07|
|216|[TGSAN/CMWTAT_Digital_Edition](https://github.com/TGSAN/CMWTAT_Digital_Edition)|CloudMoe Windows 10 Activation Toolkit get digital license, the best open source Win 10 activator in GitHub. GitHub 上最棒的开源 Win10 数字权利(数字许可证)激活工具!|6.2k|C#|06/16|
|217|[Loyalsoldier/v2ray-rules-dat](https://github.com/Loyalsoldier/v2ray-rules-dat)|🦄 🎃 👻 V2Ray 路由规则文件加强版,可代替 V2Ray 官方 geoip.dat 和 geosite.dat,兼容 Shadowsocks-windows、Xray-core、Trojan-Go 和 leaf。Enhanced edition of V2Ray rules dat files, compatible with Xray-core, Shadowsocks-windows, Trojan-Go and leaf.|5.9k|-|10/11|
|218|[kangvcar/InfoSpider](https://github.com/kangvcar/InfoSpider)|INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、**移动、**联通、**电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源**博客、简书。|5.9k|Python|09/08|
|219|[fengdu78/Data-Science-Notes](https://github.com/fengdu78/Data-Science-Notes)|数据科学的笔记以及资料搜集|5.8k|Jupyter Notebook|08/16|
|220|[SecWiki/windows-kernel-exploits](https://github.com/SecWiki/windows-kernel-exploits)|windows-kernel-exploits   Windows平台提权漏洞集合|5.8k|C|06/12|
|221|[ityouknow/spring-cloud-examples](https://github.com/ityouknow/spring-cloud-examples)|Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等|5.8k|Java|08/21|
|222|[selierlin/Share-SSR-V2ray](https://github.com/selierlin/Share-SSR-V2ray)|🃏 Free SS/SSR/V2ray 免费分享节点账号信息网站|5.8k|-|10/02|
|223|[sparklemotion/nokogiri](https://github.com/sparklemotion/nokogiri)|Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.|5.7k|C|09/29|
|224|[HcySunYang/vue-design](https://github.com/HcySunYang/vue-design)|📖 master分支:《渲染器》|5.7k|JavaScript|09/21|
|225|[metersphere/metersphere](https://github.com/metersphere/metersphere)|MeterSphere is an End-to-End open source continuous testing platform. MeterSphere 是一站式开源持续测试平台,涵盖测试跟踪、接口测试、性能测试、团队协作等功能,全面兼容 JMeter、Postman、Swagger 等开源、主流标准。|5.7k|Java|10/09|
|226|[sohutv/cachecloud](https://github.com/sohutv/cachecloud)|搜狐视频(sohu tv)Redis私有云平台|5.7k|Java|06/08|
|227|[febsteam/FEBS-Shiro](https://github.com/febsteam/FEBS-Shiro)|Spring Boot 2.4.2,Shiro1.6.0 & Layui 2.5.6 权限管理系统。预览地址:http://47.104.70.138:8080/login|5.6k|Java|08/24|
|228|[jobbole/awesome-cpp-cn](https://github.com/jobbole/awesome-cpp-cn)|C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。|5.6k|-|08/10|
|229|[senghoo/golang-design-pattern](https://github.com/senghoo/golang-design-pattern)|设计模式 Golang实现-《研磨设计模式》读书笔记|5.6k|Go|05/12|
|230|[lining0806/PythonSpiderNotes](https://github.com/lining0806/PythonSpiderNotes)|Python入门网络爬虫之精华版|5.5k|Python|06/21|
|231|[liyifeng1994/ssm](https://github.com/liyifeng1994/ssm)|手把手教你整合最优雅SSM框架:SpringMVC + Spring + MyBatis|5.5k|Java|07/15|
|232|[knightliao/disconf](https://github.com/knightliao/disconf)|Distributed Configuration Management Platform(分布式配置管理平台)|5.5k|Java|09/28|
|233|[jpush/aurora-imui](https://github.com/jpush/aurora-imui)|General IM UI components. Android/iOS/RectNative ready.  通用 IM 聊天 UI 组件,已经同时支持 Android/iOS/RN。|5.5k|Java|09/21|
|234|[We5ter/Scanners-Box](https://github.com/We5ter/Scanners-Box)|A powerful hacker toolkit collected more than 10 categories of open source scanners from Github  - 安全行业从业者自研开源扫描器合辑|5.5k|-|09/29|
|235|[pujiaxin33/JXCategoryView](https://github.com/pujiaxin33/JXCategoryView)|A powerful and easy to use category view (segmentedcontrol, segmentview, pagingview, pagerview, pagecontrol) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)|5.5k|Objective-C|04/28|
|236|[me115/design_patterns](https://github.com/me115/design_patterns)|图说设计模式|5.5k|C++|08/10|
|237|[wangzhiwubigdata/God-Of-BigData](https://github.com/wangzhiwubigdata/God-Of-BigData)|专注大数据学习面试,大数据成神之路开启。Flink/Spark/Hadoop/Hbase/Hive...|5.5k|-|08/15|
|238|[yangchong211/YCBlogs](https://github.com/yangchong211/YCBlogs)|技术博客笔记大汇总【15年10月到至今】,包括Java基础及深入知识点,Android技术博客,Python,Go学习笔记等等,还包括平时开发中遇到的bug汇总,当然也在工作之余收集了大量的面试题,长期更新维护并且修正,持续完善……开源的文件是markdown格式的!同时也开源了生活博客,从12年起,积累共计N篇[近100万字],转载请注明出处,谢谢!|5.5k|-|08/23|
|239|[DataV-Team/DataV](https://github.com/DataV-Team/DataV)|Vue数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新(React版已发布)|5.5k|Vue|05/20|
|240|[any86/any-rule](https://github.com/any86/any-rule)|🦕  常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台|5.4k|TypeScript|10/01|
|241|[MrXujiang/h5-Dooring](https://github.com/MrXujiang/h5-Dooring)|H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks.   让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.|5.4k|JavaScript|10/03|
|242|[wxiaoqi/Spring-Cloud-Platform](https://github.com/wxiaoqi/Spring-Cloud-Platform)|🔥🔥🔥国内首个Spring Cloud微服务化RBAC的管理平台,核心采用Spring Boot 2.4、Spring Cloud 2020.0.0 & Alibaba,前端采用d2-admin中台框架。 🔝 🔝 记得上边点个star 关注更新|5.4k|Java|09/08|
|243|[ecomfe/echarts-for-weixin](https://github.com/ecomfe/echarts-for-weixin)|Apache ECharts (incubating) 的微信小程序版本|5.4k|JavaScript|09/22|
|244|[miloyip/json-tutorial](https://github.com/miloyip/json-tutorial)|从零开始的 JSON 库教程|5.3k|C|08/27|
|245|[javascript-tutorial/zh.javascript.info](https://github.com/javascript-tutorial/zh.javascript.info)|现代 JavaScript 教程(The Modern JavaScript Tutorial)|5.3k|HTML|10/06|
|246|[jobbole/awesome-c-cn](https://github.com/jobbole/awesome-c-cn)|C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。|5.3k|-|08/05|
|247|[weolar/miniblink49](https://github.com/weolar/miniblink49)|a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef|5.3k|C++|09/23|
|248|[Sky24n/flutter_wanandroid](https://github.com/Sky24n/flutter_wanandroid)|🔥🔥🔥  基于Google Flutter的WanAndroid客户端,支持Android和iOS。包括BLoC、RxDart 、国际化、主题色、启动页、引导页!|5.3k|Dart|05/21|
|249|[liuwons/wxBot](https://github.com/liuwons/wxBot)|Python网页微信API|5.3k|Python|04/07|
|250|[panjf2000/gnet](https://github.com/panjf2000/gnet)|🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。|5.3k|Go|10/07|
|251|[h2pl/Java-Tutorial](https://github.com/h2pl/Java-Tutorial)|【Java工程师面试复习指南】本仓库涵盖大部分Java程序员所需要掌握的核心知识,整合了互联网上的很多优质Java技术文章,力求打造为最完整最实用的Java开发者学习指南,如果对你有帮助,给个star告诉我吧,谢谢!|5.2k|Java|05/14|
|252|[changmingxie/tcc-transaction](https://github.com/changmingxie/tcc-transaction)|tcc-transaction是TCC型事务java实现|5.2k|Java|09/29|
|253|[gzu-liyujiang/AndroidPicker](https://github.com/gzu-liyujiang/AndroidPicker)|安卓选择器类库,包括日期及时间选择器(可用于出生日期、营业时间等)、单项选择器(可用于性别、民族、职业、学历、星座等)、二三级联动选择器(可用于车牌号、基金定投日期等)、城市地址选择器(分省级、地市级及区县级)、数字选择器(可用于年龄、身高、体重、温度等)、日历选日期择器(可用于酒店及机票预定日期)、颜色选择器、文件及目录选择器、图片选择器等……WheelPicker/DatePicker/TimePicker/OptionPicker/NumberPicker/LinkagePicker/AddressPicker/CarNumberPicker/CalendarPicker/ColorPi ...|5.2k|Java|09/26|
|254|[mindoc-org/mindoc](https://github.com/mindoc-org/mindoc)|Golang实现的基于beego框架的接口在线文档管理系统|5.2k|Go|10/09|
|255|[OpenAtomFoundation/TencentOS-tiny](https://github.com/OpenAtomFoundation/TencentOS-tiny)|腾讯物联网终端操作系统|5.2k|C|09/29|
|256|[Jack-Cherish/Machine-Learning](https://github.com/Jack-Cherish/Machine-Learning)|机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归|5.2k|Python|07/07|
|257|[527515025/springBoot](https://github.com/527515025/springBoot)|springboot 框架与其它组件结合如 jpa、mybatis、websocket、security、shiro、cache等|5.2k|Java|06/05|
|258|[Jrohy/multi-v2ray](https://github.com/Jrohy/multi-v2ray)|v2ray/xray多用户管理部署程序|5.2k|Python|09/07|
|259|[roboticcam/machine-learning-notes](https://github.com/roboticcam/machine-learning-notes)|My continuously updated Machine Learning, Probabilistic Models and Deep Learning notes and demos (2000+ slides)  我不间断更新的机器学习,概率模型和深度学习的讲义(2000+页)和视频链接|5.2k|Jupyter Notebook|10/05|
|260|[wb14123/seq2seq-couplet](https://github.com/wb14123/seq2seq-couplet)|Play couplet with seq2seq model. 用深度学习对对联。|5.1k|Python|08/25|
|261|[JakHuang/form-generator](https://github.com/JakHuang/form-generator)|Element UI表单设计及代码生成器|5.1k|Vue|10/06|
|262|[EasyDarwin/EasyDarwin](https://github.com/EasyDarwin/EasyDarwin)|open source、high performance、industrial rtsp streaming server,a lot of optimization on streaming relay,KeyFrame cache,RESTful,and web management,also EasyDarwin support distributed load balancing,a simple streaming media cloud platform architecture.高性能开源RTSP流媒体服务器,基于go语言研发,维护和优化:RTSP推模式转发、RTSP拉模式转发、 ...|5.1k|Go|08/11|
|263|[AutoPiano/AutoPiano](https://github.com/AutoPiano/AutoPiano)|自由钢琴 🎹 AutoPiano ( https://www.autopiano.cn )   Simple & Elegant Piano Online|5.0k|JavaScript|09/18|
|264|[DMQ/mvvm](https://github.com/DMQ/mvvm)|剖析vue实现原理,自己动手实现mvvm|5.0k|CSS|06/08|
|265|[yipianfengye/android-zxingLibrary](https://github.com/yipianfengye/android-zxingLibrary)|几行代码快速集成二维码扫描功能|4.9k|Java|08/21|
|266|[gedoor/legado](https://github.com/gedoor/legado)|阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。|4.8k|Kotlin|10/10|
|267|[jkchao/typescript-book-chinese](https://github.com/jkchao/typescript-book-chinese)|TypeScript Deep Dive 中文版 |4.8k|TypeScript|10/08|
|268|[fecshop/yii2_fecshop](https://github.com/fecshop/yii2_fecshop)|yii2 ( PHP ) fecmall(fecshop) core code used for ecommerce shop 多语言多货币多入口的开源电商 B2C 商城,支持移动端vue, app, html5,微信小程序微店,微信小程序商城等|4.8k|PHP|09/02|
|269|[wklken/k-vim](https://github.com/wklken/k-vim)|vim配置|4.8k|Vim script|08/16|
|270|[ly525/luban-h5](https://github.com/ly525/luban-h5)|[WIP]en: web design tool    mobile page builder/editor    mini webflow for mobile page. zh: 类似易企秀的H5制作、建站工具、可视化搭建系统.|4.8k|JavaScript|10/06|
|271|[FQrabbit/SSTap-Rule](https://github.com/FQrabbit/SSTap-Rule)|支持更多游戏规则,让SSTap成为真正的“网游加速器”|4.8k|Batchfile|09/29|
|272|[billryan/resume](https://github.com/billryan/resume)|An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git|4.8k|TeX|09/05|
|273|[fool2fish/dragon-book-exercise-answers](https://github.com/fool2fish/dragon-book-exercise-answers)|Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。|4.8k|HTML|09/24|
|274|[SecWiki/sec-chart](https://github.com/SecWiki/sec-chart)|安全思维导图集合|4.8k|-|09/02|
|275|[zhangkaitao/shiro-example](https://github.com/zhangkaitao/shiro-example)|跟我学Shiro(我的公众号:kaitao-1234567,我的新书:《亿级流量网站架构核心技术》) |4.8k|HTML|09/01|
|276|[sorenduan/awesome-java-books](https://github.com/sorenduan/awesome-java-books)|Java开发者技术书籍大全 - Java入门书籍,Java基础及进阶书籍,框架与中间件,架构设计,设计模式,数学与算法,JVM周边语言,项目管理&领导力&流程,职业素养与个人成长,格局与视野,面试参考书等。|4.7k|-|09/08|
|277|[me115/linuxtools_rst](https://github.com/me115/linuxtools_rst)|Linux工具快速教程|4.7k|HTML|08/16|
|278|[sealyun/sealos](https://github.com/sealyun/sealos)|一条命令离线安装高可用kubernetes,3min装完,700M,100年证书,生产环境稳如老狗|4.7k|Go|10/09|
|279|[nl8590687/ASRT_SpeechRecognition](https://github.com/nl8590687/ASRT_SpeechRecognition)|A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统|4.7k|Python|09/08|
|280|[ffay/lanproxy](https://github.com/ffay/lanproxy)|lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿透工具,支持tcp流量转发,可支持任何tcp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面、http代理、https代理、socks5代理...)。技术交流QQ群 678776401|4.7k|Java|09/05|
|281|[AriaLyy/Aria](https://github.com/AriaLyy/Aria)|下载可以很简单|4.7k|Java|09/05|
|282|[unknwon/go-study-index](https://github.com/unknwon/go-study-index)|Go 语言学习资料索引|4.6k|-|04/18|
|283|[Wei-Xia/most-frequent-technology-english-words](https://github.com/Wei-Xia/most-frequent-technology-english-words)|程序员工作中常见的英语词汇|4.6k|CSS|10/08|
|284|[SplashCodes/JAViewer](https://github.com/SplashCodes/JAViewer)|更优雅的驾车体验|4.6k|Java|08/22|
|285|[youlookwhat/CloudReader](https://github.com/youlookwhat/CloudReader)|🗡️  云阅:一款基于网易云音乐UI,使用玩Android、Gank.Io Api,MVVM-DataBinding架构开发的符合Google Material Design的Android客户端|4.6k|Java|10/10|
|286|[jackfrued/Python-Core-50-Courses](https://github.com/jackfrued/Python-Core-50-Courses)|Python语言基础50课|4.6k|-|09/10|
|287|[SaekiRaku/vscode-rainbow-fart](https://github.com/SaekiRaku/vscode-rainbow-fart)|一个在你编程时疯狂称赞你的 VSCode 扩展插件   An VSCode extension that keeps giving you compliment while you are coding, it will checks the keywords of code to play suitable sounds.|4.5k|JavaScript|09/03|
|288|[razerdp/BasePopup](https://github.com/razerdp/BasePopup)|一款针对系统PopupWindow优化的Popup库,功能强大,支持背景模糊,使用简单,你会爱上他的~|4.5k|Java|10/09|
|289|[dataabc/weiboSpider](https://github.com/dataabc/weiboSpider)|新浪微博爬虫,用python爬取新浪微博数据|4.5k|Python|09/02|
|290|[623637646/996.Leave](https://github.com/623637646/996.Leave)|逃离996|4.5k|-|06/13|
|291|[dodgepudding/wechat-php-sdk](https://github.com/dodgepudding/wechat-php-sdk)|微信公众平台php开发包, weixin developer SDK.|4.5k|PHP|09/07|
|292|[pili-engineering/PLDroidPlayer](https://github.com/pili-engineering/PLDroidPlayer)|PLDroidPlayer 是七牛推出的一款免费的适用于 Android 平台的播放器 SDK,采用全自研的跨平台播放内核,拥有丰富的功能和优异的性能,可高度定制化和二次开发。|4.5k|Java|07/29|
|293|[techGay/v9porn](https://github.com/techGay/v9porn)|9*Porn Android 客户端,突破游客每天观看10次视频的限制,还可以下载视频|4.5k|Java|04/23|
|294|[jobbole/awesome-go-cn](https://github.com/jobbole/awesome-go-cn)|Go 资源大全中文版, 内容包括:Web框架、模板引擎、表单、身份认证、数据库、ORM框架、图片处理、文本处理、自然语言处理、机器学习、日志、代码分析、教程和(电子)书等。由「开源前哨」和「Go开发大全」微信团队维护。|4.5k|-|08/05|
|295|[cloudfavorites/favorites-web](https://github.com/cloudfavorites/favorites-web)|云收藏 Spring Boot 2.X 开源项目|4.5k|HTML|08/24|
|296|[981011512/--](https://github.com/981011512/--)|停车场系统源码,停车场小程序,智能停车,Parking system,【功能介绍】:①兼容市面上主流的多家相机,理论上兼容所有硬件,可灵活扩展,②相机识别后数据自动上传到云端并记录,校验相机唯一id和硬件序列号,防止非法数据录入,③用户手机查询停车记录详情可自主缴费(支持微信,支付宝,银行接口支付,支持每个停车场指定不同的商户进行收款),支付后出场在免费时间内会自动抬杆。④支持app上查询附近停车场(导航,可用车位数,停车场费用,优惠券,评分,评论等),可预约车位。⑤断电断网支持岗亭人员使用app可接管硬件进行停车记录的录入。 【技术架构】:后端开发语言java,框架oauth2+spring ...|4.5k|Java|09/09|
|297|[hustcc/JS-Sorting-Algorithm](https://github.com/hustcc/JS-Sorting-Algorithm)|一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。|4.4k|Java|04/13|
|298|[meng-chuan/Unlock-netease-cloud-music](https://github.com/meng-chuan/Unlock-netease-cloud-music)|解锁网易云音乐客户端变灰歌曲|4.4k|JavaScript|05/12|
|299|[kenwoodjw/python_interview_question](https://github.com/kenwoodjw/python_interview_question)|关于python的面试题|4.4k|-|08/15|
|300|[apachecn/sklearn-doc-zh](https://github.com/apachecn/sklearn-doc-zh)|📖 [译] scikit-learn(sklearn) 中文文档|4.4k|CSS|04/03|

 [回到目录](#目录)

<br/>

## Java

|#|Repository|Description|Stars|Language|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|139.6k|Java|09/08|
|2|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!|111.8k|Java|10/10|
|3|[MisterBooo/LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)|Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)|67.2k|Java|06/24|
|4|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers   互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|57.9k|Java|10/07|
|5|[macrozheng/mall](https://github.com/macrozheng/mall)|mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。|53.2k|Java|10/09|
|6|[kon9chunkit/GitHub-Chinese-Top-Charts](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts)|🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!|38.8k|Java|10/08|
|7|[geekxh/hello-algorithm](https://github.com/geekxh/hello-algorithm)|🌍 针对小白的算法训练   包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总   附:1、千本开源电子书  2、百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)|28.8k|Java|07/28|
|8|[alibaba/arthas](https://github.com/alibaba/arthas)|Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas|27.3k|Java|10/10|
|9|[ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)|about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 |26.4k|Java|06/14|
|10|[proxyee-down-org/proxyee-down](https://github.com/proxyee-down-org/proxyee-down)|http下载工具,基于http代理,支持多连接分块下载|25.4k|Java|06/05|
|11|[jeecgboot/jeecg-boot](https://github.com/jeecgboot/jeecg-boot)|「企业级低代码平台」前后端分离架构SpringBoot 2.x,SpringCloud,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。|25.3k|Java|09/26|
|12|[alibaba/druid](https://github.com/alibaba/druid)|阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池|24.6k|Java|10/10|
|13|[xkcoding/spring-boot-demo](https://github.com/xkcoding/spring-boot-demo)|该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作数据库)、JPA(强大的ORM框架)、mybatis(强大的ORM框架)、通用Mapper(快速操作Mybatis)、PageHelper(通用的Mybatis分页插件)、mybatis-plus(快速操作Mybatis)、BeetlSQL(强大的ORM框架)、u ...|23.6k|Java|10/07|
|14|[scwang90/SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout)|🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。|23.0k|Java|05/24|
|15|[lenve/vhr](https://github.com/lenve/vhr)|微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。|22.5k|Java|10/06|
|16|[qiurunze123/miaosha](https://github.com/qiurunze123/miaosha)|秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓|21.9k|Java|06/04|
|17|[wuyouzhuguli/SpringAll](https://github.com/wuyouzhuguli/SpringAll)|循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列源码:https://mrbird.cc|21.8k|Java|08/30|
|18|[hollischuang/toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer)|To Be Top Javaer - Java工程师成神之路|21.7k|Java|08/24|
|19|[alibaba/easyexcel](https://github.com/alibaba/easyexcel)|快速、简单避免OOM的java处理Excel工具|21.3k|Java|10/10|
|20|[alibaba/canal](https://github.com/alibaba/canal)|阿里巴巴 MySQL binlog 增量订阅&消费组件 |20.7k|Java|10/11|
|21|[halo-dev/halo](https://github.com/halo-dev/halo)| 一款优秀的开源博客发布应用。|19.8k|Java|10/10|
|22|[xuxueli/xxl-job](https://github.com/xuxueli/xxl-job)|A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)|19.6k|Java|10/01|
|23|[didi/DoraemonKit](https://github.com/didi/DoraemonKit)|一款面向泛前端产品研发全生命周期的效率平台。|18.0k|Java|10/08|
|24|[alibaba/Sentinel](https://github.com/alibaba/Sentinel)|A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)|17.5k|Java|10/01|
|25|[CarGuo/GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer)|视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,rtsp、concat、mpeg。 |16.7k|Java|10/09|
|26|[elunez/eladmin](https://github.com/elunez/eladmin)|项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由|16.5k|Java|09/01|
|27|[linlinjava/litemall](https://github.com/linlinjava/litemall)|又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端|16.4k|Java|10/07|
|28|[shuzheng/zheng](https://github.com/shuzheng/zheng)|基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。|16.1k|Java|09/21|
|29|[forezp/SpringCloudLearning](https://github.com/forezp/SpringCloudLearning)|《史上最简单的Spring Cloud教程源码》|16.0k|Java|04/12|
|30|[dianping/cat](https://github.com/dianping/cat)|CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。|16.0k|Java|09/09|
|31|[dyc87112/SpringBoot-Learning](https://github.com/dyc87112/SpringBoot-Learning)|《Spring Boot基础教程》,2.x版本持续连载中!点击下方链接直达教程目录!|13.6k|Java|10/08|
|32|[alibaba/ARouter](https://github.com/alibaba/ARouter)|💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)|13.5k|Java|09/13|
|33|[Tencent/QMUI_Android](https://github.com/Tencent/QMUI_Android)|提高 Android UI 开发效率的 UI 库|13.2k|Java|09/24|
|34|[Bigkoo/Android-PickerView](https://github.com/Bigkoo/Android-PickerView)|This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)|12.9k|Java|06/28|
|35|[justauth/JustAuth](https://github.com/justauth/JustAuth)|🏆Gitee 最有价值开源项目 🚀💯 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么、推特、飞书、京东、阿里云、喜马拉雅、Amazon、Slack和 Line 等第三方平台的授权登录。 Login, so easy!|12.2k|Java|09/29|
|36|[YunaiV/SpringBoot-Labs](https://github.com/YunaiV/SpringBoot-Labs)|一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024|12.0k|Java|09/21|
|37|[JessYanCoding/AndroidAutoSize](https://github.com/JessYanCoding/AndroidAutoSize)|🔥 A low-cost Android screen adaptation solution (今日头条屏幕适配方案终极版,一个极低成本的 Android 屏幕适配方案).|11.9k|Java|06/24|
|38|[Tencent/APIJSON](https://github.com/Tencent/APIJSON)|🚀 零代码、热更新、全自动 ORM 库,后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🚀 A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs.|11.8k|Java|09/30|
|39|[youth5201314/banner](https://github.com/youth5201314/banner)|🔥🔥🔥Banner 2.0 来了!Android广告图片轮播控件,内部基于ViewPager2实现,Indicator和UI都可以自定义。|11.5k|Java|07/11|
|40|[zhisheng17/flink-learning](https://github.com/zhisheng17/flink-learning)|flink learning blog. http://www.54tianzhisheng.cn/  含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》|11.0k|Java|10/08|
|41|[seaswalker/spring-analysis](https://github.com/seaswalker/spring-analysis)|Spring源码阅读|10.9k|Java|06/05|
|42|[LuckSiege/PictureSelector](https://github.com/LuckSiege/PictureSelector)|Picture Selector Library for Android  or 图片选择器|10.9k|Java|09/05|
|43|[pagehelper/Mybatis-PageHelper](https://github.com/pagehelper/Mybatis-PageHelper)|Mybatis通用分页插件|10.7k|Java|10/08|
|44|[hyb1996/Auto.js](https://github.com/hyb1996/Auto.js)|A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)|10.5k|Java|04/11|
|45|[heibaiying/BigData-Notes](https://github.com/heibaiying/BigData-Notes)|大数据入门指南  |10.5k|Java|05/12|
|46|[frank-lam/fullstack-tutorial](https://github.com/frank-lam/fullstack-tutorial)|🚀 fullstack tutorial 2021,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试|10.1k|Java|09/30|
|47|[gyf-dev/ImmersionBar](https://github.com/gyf-dev/ImmersionBar)|android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62|9.9k|Java|08/16|
|48|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程,架构、业务、技术要点全方位解析。mall项目(40k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术,采用Docker容器化部署。|9.7k|Java|09/25|
|49|[alibaba/DataX](https://github.com/alibaba/DataX)|DataX是阿里云DataWorks数据集成的开源版本。|9.7k|Java|10/09|
|50|[daniulive/SmarterStreaming](https://github.com/daniulive/SmarterStreaming)|业内为数不多致力于极致体验的超强全自研跨平台(windows/android/iOS)流媒体内核,通过模块化自由组合,支持实时RTMP推流、RTSP推流、RTMP播放器、RTSP播放器、录像、多路流媒体转发、音视频导播、动态视频合成、音频混音、直播互动、内置轻量级RTSP服务等,比快更快,业界真正靠谱的超低延迟直播SDK(1秒内,低延迟模式下200~400ms)。|9.7k|Java|08/07|
|51|[paascloud/paascloud-master](https://github.com/paascloud/paascloud-master)|spring cloud + vue + oAuth2.0全家桶实战,前后端分离模拟商城,完整的购物流程、后端运营平台,可以实现快速搭建企业级微服务项目。支持微信登录等三方登录。|9.1k|Java|04/23|
|52|[chefyuan/algorithm-base](https://github.com/chefyuan/algorithm-base)|专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!|9.1k|Java|10/02|
|53|[lihengming/spring-boot-api-project-seed](https://github.com/lihengming/spring-boot-api-project-seed)|🌱🚀一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目~|8.9k|Java|07/21|
|54|[hackware1993/MagicIndicator](https://github.com/hackware1993/MagicIndicator)|A powerful, customizable and extensible ViewPager indicator framework. As the best alternative of ViewPagerIndicator, TabLayout and PagerSlidingTabStrip   ——   强大、可定制、易扩展的 ViewPager 指示器框架。是ViewPagerIndicator、TabLayout、PagerSlidingTabStrip的最佳替代品。支持角标,更支持在非ViewPager场景下使用(使用hide()、show()切换Fragment或使用se ...|8.9k|Java|06/20|
|55|[DuGuQiuBai/Java](https://github.com/DuGuQiuBai/Java)|27天成为Java大神|8.8k|Java|05/20|
|56|[GcsSloop/AndroidNote](https://github.com/GcsSloop/AndroidNote)|安卓学习笔记|8.4k|Java|05/25|
|57|[crossoverJie/cim](https://github.com/crossoverJie/cim)|📲cim(cross IM) 适用于开发者的分布式即时通讯系统|8.0k|Java|08/01|
|58|[newbee-ltd/newbee-mall](https://github.com/newbee-ltd/newbee-mall)|🔥 🎉newbee-mall 项目(新蜂商城)是一套电商系统,包括 newbee-mall 商城系统及 newbee-mall-admin 商城后台管理系统,基于 Spring Boot 2.X 及相关技术栈开发。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。|8.0k|Java|06/28|
|59|[huanghaibin-dev/CalendarView](https://github.com/huanghaibin-dev/CalendarView)|Android上一个优雅、万能自定义UI、仿iOS、支持垂直、水平方向切换、支持周视图、自定义周起始、性能高效的日历控件,支持热插拔实现的UI定制!支持标记、自定义颜色、农历、自定义月视图各种显示模式等。Canvas绘制,速度快、占用内存低,你真的想不到日历居然还可以如此优雅!An elegant, highly customized and high-performance Calendar Widget on Android.|7.9k|Java|07/26|
|60|[hs-web/hsweb-framework](https://github.com/hs-web/hsweb-framework)|hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。|7.7k|Java|09/29|
|61|[macrozheng/mall-swarm](https://github.com/macrozheng/mall-swarm)|mall-swarm是一套微服务商城系统,采用了 Spring Cloud Hoxton & Alibaba、Spring Boot 2.3、Oauth2、MyBatis、Docker、Elasticsearch、Kubernetes等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。|7.5k|Java|08/23|
|62|[doocs/jvm](https://github.com/doocs/jvm)|🤗 JVM 底层原理最全知识总结|7.5k|Java|10/07|
|63|[doocs/leetcode](https://github.com/doocs/leetcode)|😏 LeetCode solutions in any programming language   多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解|7.3k|Java|10/11|
|64|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|7.2k|Java|09/13|
|65|[gedoor/MyBookshelf](https://github.com/gedoor/MyBookshelf)|阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。|7.0k|Java|10/01|
|66|[alibaba/otter](https://github.com/alibaba/otter)|阿里巴巴分布式数据库同步系统(解决中美异地机房)|6.8k|Java|10/05|
|67|[zhoutaoo/SpringCloud](https://github.com/zhoutaoo/SpringCloud)|基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。持续更新中|6.8k|Java|09/04|
|68|[goldze/MVVMHabit](https://github.com/goldze/MVVMHabit)|👕基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合Okhttp+RxJava+Retrofit+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发一个高质量、易维护的Android应用。|6.7k|Java|10/08|
|69|[KunMinX/Jetpack-MVVM-Best-Practice](https://github.com/KunMinX/Jetpack-MVVM-Best-Practice)|是 难得一见 的 Jetpack MVVM 最佳实践!在 以简驭繁 的代码中,对 视图控制器 乃至 标准化开发模式 形成正确、深入的理解!|6.7k|Java|10/03|
|70|[dromara/Sa-Token](https://github.com/dromara/Sa-Token)|这可能是史上功能最全的Java权限认证框架!目前已集成——登录认证、权限认证、分布式Session会话、微服务网关鉴权、单点登录、OAuth2.0、踢人下线、Redis集成、前后台分离、记住我模式、模拟他人账号、临时身份切换、账号封禁、多账号认证体系、注解式鉴权、路由拦截式鉴权、花式token生成、自动续签、同端互斥登录、会话治理、密码加密、jwt集成、Spring集成、WebFlux集成...|6.5k|Java|10/11|
|71|[Exrick/xmall](https://github.com/Exrick/xmall)|基于SOA架构的分布式电商购物商城 前后端分离 前台商城:Vue全家桶 后台管理系统:Dubbo/SSM/Elasticsearch/Redis/MySQL/ActiveMQ/Shiro/Zookeeper等|6.4k|Java|07/28|
|72|[wildfirechat/server](https://github.com/wildfirechat/server)|即时通讯(IM)系统|6.2k|Java|10/08|
|73|[lenve/VBlog](https://github.com/lenve/VBlog)|V部落,Vue+SpringBoot实现的多用户博客管理平台!|6.2k|Java|04/27|
|74|[Meituan-Dianping/walle](https://github.com/Meituan-Dianping/walle)|Android Signature V2 Scheme签名下的新一代渠道包打包神器|6.2k|Java|09/07|
|75|[NLPchina/ansj_seg](https://github.com/NLPchina/ansj_seg)|ansj分词.ict的真正java实现.分词效果速度都超过开源版的ict. 中文分词,人名识别,词性标注,用户自定义词典|6.0k|Java|08/15|
|76|[zouzg/mybatis-generator-gui](https://github.com/zouzg/mybatis-generator-gui)|mybatis-generator界面工具,让你生成代码更简单更快捷|6.0k|Java|07/05|
|77|[li-xiaojun/XPopup](https://github.com/li-xiaojun/XPopup)|🔥XPopup2.0版本重磅来袭,2倍以上性能提升,带来可观的动画性能优化和交互细节的提升!!!功能强大,交互优雅,动画丝滑的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!(Powerful and Beautiful Popup,can absolutely replace Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner. With built-in anima ...|6.0k|Java|09/30|
|78|[kekingcn/kkFileView](https://github.com/kekingcn/kkFileView)|spring-boot打造文件文档在线预览项目|5.9k|Java|10/09|
|79|[ityouknow/spring-cloud-examples](https://github.com/ityouknow/spring-cloud-examples)|Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等|5.8k|Java|08/21|
|80|[Tencent/Shadow](https://github.com/Tencent/Shadow)|零反射全动态Android插件框架|5.7k|Java|09/30|
|81|[metersphere/metersphere](https://github.com/metersphere/metersphere)|MeterSphere is an End-to-End open source continuous testing platform. MeterSphere 是一站式开源持续测试平台,涵盖测试跟踪、接口测试、性能测试、团队协作等功能,全面兼容 JMeter、Postman、Swagger 等开源、主流标准。|5.7k|Java|10/09|
|82|[wxiaoqi/Spring-Cloud-Platform](https://github.com/wxiaoqi/Spring-Cloud-Platform)|🔥🔥🔥国内首个Spring Cloud微服务化RBAC的管理平台,核心采用Spring Boot 2.4、Spring Cloud 2020.0.0 & Alibaba,前端采用d2-admin中台框架。 🔝 🔝 记得上边点个star 关注更新|5.4k|Java|09/08|
|83|[h2pl/Java-Tutorial](https://github.com/h2pl/Java-Tutorial)|【Java工程师面试复习指南】本仓库涵盖大部分Java程序员所需要掌握的核心知识,整合了互联网上的很多优质Java技术文章,力求打造为最完整最实用的Java开发者学习指南,如果对你有帮助,给个star告诉我吧,谢谢!|5.2k|Java|05/14|
|84|[changmingxie/tcc-transaction](https://github.com/changmingxie/tcc-transaction)|tcc-transaction是TCC型事务java实现|5.2k|Java|09/29|
|85|[gzu-liyujiang/AndroidPicker](https://github.com/gzu-liyujiang/AndroidPicker)|安卓选择器类库,包括日期及时间选择器(可用于出生日期、营业时间等)、单项选择器(可用于性别、民族、职业、学历、星座等)、二三级联动选择器(可用于车牌号、基金定投日期等)、城市地址选择器(分省级、地市级及区县级)、数字选择器(可用于年龄、身高、体重、温度等)、日历选日期择器(可用于酒店及机票预定日期)、颜色选择器、文件及目录选择器、图片选择器等……WheelPicker/DatePicker/TimePicker/OptionPicker/NumberPicker/LinkagePicker/AddressPicker/CarNumberPicker/CalendarPicker/ColorPi ...|5.2k|Java|09/26|
|86|[527515025/springBoot](https://github.com/527515025/springBoot)|springboot 框架与其它组件结合如 jpa、mybatis、websocket、security、shiro、cache等|5.2k|Java|06/05|
|87|[YunaiV/onemall](https://github.com/YunaiV/onemall)|芋道 mall 商城,基于微服务的**,构建在 B2C 电商场景下的项目实战。核心技术栈,是 Spring Boot + Dubbo 。未来,会重构成 Spring Cloud Alibaba 。|5.1k|Java|09/09|
|88|[yipianfengye/android-zxingLibrary](https://github.com/yipianfengye/android-zxingLibrary)|几行代码快速集成二维码扫描功能|4.9k|Java|08/21|
|89|[ZXZxin/ZXBlog](https://github.com/ZXZxin/ZXBlog)|记录各种学习笔记(算法、Java、数据库、并发......)|4.9k|Java|09/26|
|90|[ffay/lanproxy](https://github.com/ffay/lanproxy)|lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿透工具,支持tcp流量转发,可支持任何tcp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面、http代理、https代理、socks5代理...)。技术交流QQ群 678776401|4.7k|Java|09/05|
|91|[AriaLyy/Aria](https://github.com/AriaLyy/Aria)|下载可以很简单|4.7k|Java|09/05|
|92|[chentao0707/SimplifyReader](https://github.com/chentao0707/SimplifyReader)|一款基于Google Material Design设计开发的Android客户端,包括新闻简读,图片浏览,视频爽看 ,音乐轻听以及二维码扫描五个子模块。项目采取的是MVP架构开发,由于还是摸索阶段,可能不是很规范。但基本上应该是这么个套路,至少我个人认为是这样的~恩,就是这样的!|4.6k|Java|09/17|
|93|[SplashCodes/JAViewer](https://github.com/SplashCodes/JAViewer)|更优雅的驾车体验|4.6k|Java|08/22|
|94|[Nepxion/Discovery](https://github.com/Nepxion/Discovery)|☀️ Nepxion Discovery is a solution for Spring Cloud with blue green, gray, route, limitation, circuit breaker, degrade, isolation, tracing, dye, failover 蓝绿、灰度、路由、限流、熔断、降级、隔离、追踪、流量染色、故障转移|4.6k|Java|10/06|
|95|[youlookwhat/CloudReader](https://github.com/youlookwhat/CloudReader)|🗡️  云阅:一款基于网易云音乐UI,使用玩Android、Gank.Io Api,MVVM-DataBinding架构开发的符合Google Material Design的Android客户端|4.6k|Java|10/10|
|96|[razerdp/BasePopup](https://github.com/razerdp/BasePopup)|一款针对系统PopupWindow优化的Popup库,功能强大,支持背景模糊,使用简单,你会爱上他的~|4.5k|Java|10/09|
|97|[zhanghai/Douya](https://github.com/zhanghai/Douya)|开源的 Material Design 豆瓣客户端(A Material Design app for douban.com)|4.5k|Java|06/15|
|98|[pili-engineering/PLDroidPlayer](https://github.com/pili-engineering/PLDroidPlayer)|PLDroidPlayer 是七牛推出的一款免费的适用于 Android 平台的播放器 SDK,采用全自研的跨平台播放内核,拥有丰富的功能和优异的性能,可高度定制化和二次开发。|4.5k|Java|07/29|
|99|[techGay/v9porn](https://github.com/techGay/v9porn)|9*Porn Android 客户端,突破游客每天观看10次视频的限制,还可以下载视频|4.5k|Java|04/23|
|100|[981011512/--](https://github.com/981011512/--)|停车场系统源码,停车场小程序,智能停车,Parking system,【功能介绍】:①兼容市面上主流的多家相机,理论上兼容所有硬件,可灵活扩展,②相机识别后数据自动上传到云端并记录,校验相机唯一id和硬件序列号,防止非法数据录入,③用户手机查询停车记录详情可自主缴费(支持微信,支付宝,银行接口支付,支持每个停车场指定不同的商户进行收款),支付后出场在免费时间内会自动抬杆。④支持app上查询附近停车场(导航,可用车位数,停车场费用,优惠券,评分,评论等),可预约车位。⑤断电断网支持岗亭人员使用app可接管硬件进行停车记录的录入。 【技术架构】:后端开发语言java,框架oauth2+spring ...|4.5k|Java|09/09|
|101|[hustcc/JS-Sorting-Algorithm](https://github.com/hustcc/JS-Sorting-Algorithm)|一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。|4.4k|Java|04/13|
|102|[bingoogolapple/BGARefreshLayout-Android](https://github.com/bingoogolapple/BGARefreshLayout-Android)|多种下拉刷新效果、上拉加载更多、可配置自定义头部广告位|4.2k|Java|04/05|
|103|[macrozheng/springcloud-learning](https://github.com/macrozheng/springcloud-learning)|一套涵盖大部分核心组件使用的Spring Cloud教程,包括Spring Cloud Alibaba及分布式事务Seata,基于Spring Cloud Greenwich及SpringBoot 2.1.7。22篇文章,篇篇精华,32个Demo,涵盖大部分应用场景。|4.2k|Java|08/23|
|104|[2227324689/gpmall](https://github.com/2227324689/gpmall)|【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch|4.2k|Java|09/23|
|105|[getActivity/AndroidProject](https://github.com/getActivity/AndroidProject)|Android 技术中台,但愿人长久,搬砖不再有|4.1k|Java|10/11|
|106|[hansonwang99/Spring-Boot-In-Action](https://github.com/hansonwang99/Spring-Boot-In-Action)|Spring Boot 系列实战合集|4.1k|Java|06/08|
|107|[zhanglei-workspace/shopping-management-system](https://github.com/zhanglei-workspace/shopping-management-system)|该项目为多个小项目的集合(持续更新中...)。内容类似淘宝、京东等网购管理系统以及图书管理、超市管理等系统。目的在于便于Java初级爱好者在学习完某一部分Java知识后有一个合适的项目锻炼、运用所学知识,完善知识体系。适用人群:Java基础到入门的爱好者。|4.0k|Java|08/07|
|108|[bingoogolapple/BGABanner-Android](https://github.com/bingoogolapple/BGABanner-Android)|引导界面滑动导航 + 大于等于1页时无限轮播 + 各种切换动画轮播效果|4.0k|Java|04/05|
|109|[zuihou/lamp-cloud](https://github.com/zuihou/lamp-cloud)|lamp-cloud 基于Jdk11 + SpringCloud + SpringBoot的微服务快速开发平台,其中的可配置的SaaS功能尤其闪耀, 具备RBAC功能、网关统一鉴权、Xss防跨站攻击、自动代码生成、多种存储系统、分布式事务、分布式定时任务等多个模块,支持多业务系统并行开发, 支持多服务并行开发,可以作为后端服务的开发脚手架。代码简洁,注释齐全,架构清晰,非常适合学习和企业作为基础框架使用。|4.0k|Java|09/26|
|110|[CodingDocs/springboot-guide](https://github.com/CodingDocs/springboot-guide)|SpringBoot2.0+从入门到实战!|4.0k|Java|09/09|
|111|[zhaojun1998/zfile](https://github.com/zhaojun1998/zfile)|在线云盘、网盘、OneDrive、云存储、私有云、对象存储、h5ai|4.0k|Java|10/07|
|112|[fuzhengwei/itstack-demo-design](https://github.com/fuzhengwei/itstack-demo-design)|🎨 《重学Java设计模式》是一本互联网真实案例实践书籍。以落地解决方案为核心,从实际业务中抽离出,交易、营销、秒杀、中间件、源码等22个真实场景,来学习设计模式的运用。欢迎关注小傅哥,微信(fustack),公众号:bugstack虫洞栈,博客:https://bugstack.cn|4.0k|Java|08/25|
|113|[ZHENFENG13/spring-boot-projects](https://github.com/ZHENFENG13/spring-boot-projects)|该仓库中主要是 Spring Boot 的入门学习教程以及一些常用的 Spring Boot 实战项目教程,包括 Spring Boot 使用的各种示例代码,同时也包括一些实战项目的项目源码和效果展示,实战项目包括基本的 web 开发以及目前大家普遍使用的线上博客项目/企业大型商城系统/前后端分离实践项目等,摆脱各种 hello world 入门案例的束缚,真正的掌握 Spring Boot 开发。|3.9k|Java|05/23|
|114|[luckybilly/CC](https://github.com/luckybilly/CC)|业界首个支持渐进式组件化改造的Android组件化开源框架,支持跨进程调用。Componentize your android project gradually.|3.8k|Java|05/14|
|115|[bjmashibing/InternetArchitect](https://github.com/bjmashibing/InternetArchitect)|年薪百万互联网架构师课程文档及源码(公开部分)|3.8k|Java|09/09|
|116|[Heeexy/SpringBoot-Shiro-Vue](https://github.com/Heeexy/SpringBoot-Shiro-Vue)|提供一套基于Spring Boot-Shiro-Vue的权限管理思路.前后端都加以控制,做到按钮/接口级别的权限。(当前新版本已移除shiro依赖,简化了配置)|3.8k|Java|05/27|
|117|[oldmanpushcart/greys-anatomy](https://github.com/oldmanpushcart/greys-anatomy)|Java诊断工具|3.8k|Java|06/08|
|118|[Doikki/DKVideoPlayer](https://github.com/Doikki/DKVideoPlayer)|Android Video Player. 安卓视频播放器,封装MediaPlayer、ExoPlayer、IjkPlayer。模仿抖音并实现预加载,列表播放,悬浮播放,广告播放,弹幕|3.7k|Java|08/07|
|119|[dataease/dataease](https://github.com/dataease/dataease)|人人可用的开源数据可视化分析工具。|3.5k|Java|10/10|
|120|[xuexiangjys/XUI](https://github.com/xuexiangjys/XUI)|💍A simple and elegant Android native UI framework, free your hands! (一个简洁而优雅的Android原生UI框架,解放你的双手!)|3.4k|Java|10/08|
|121|[mpusher/mpush](https://github.com/mpusher/mpush)|MPush开源实时消息推送系统|3.4k|Java|09/25|
|122|[Exrick/xboot](https://github.com/Exrick/xboot)|基于Spring Boot 2.x的一站式前后端分离快速开发平台XBoot 微信小程序+Uniapp 前端:Vue+iView Admin 后端:Spring Boot 2.x/Spring Security/JWT/JPA+Mybatis-Plus/Redis/Elasticsearch/Activiti 分布式限流/同步锁/验证码/SnowFlake雪花算法ID 动态权限 数据权限 工作流 代码生成 定时任务 社交账号 短信登录 单点登录 OAuth2开放平台 客服机器人 数据大屏 暗黑模式|3.4k|Java|07/02|
|123|[saysky/ForestBlog](https://github.com/saysky/ForestBlog)|一个简单漂亮的SSM(Spring+SpringMVC+Mybatis)博客系统|3.3k|Java|10/08|
|124|[Javen205/IJPay](https://github.com/Javen205/IJPay)|IJPay 让支付触手可及,封装了微信支付、QQ支付、支付宝支付、京东支付、银联支付、PayPal 支付等常用的支付方式以及各种常用的接口。不依赖任何第三方 mvc 框架,仅仅作为工具使用简单快速完成支付模块的开发,可轻松嵌入到任何系统里。右上角点下小星星 |3.3k|Java|10/05|
|125|[stylefeng/Guns](https://github.com/stylefeng/Guns)|Guns基于SpringBoot 2,致力于做更简洁的后台管理系统,完美整合springmvc + shiro + mybatis-plus + beetl!Guns项目代码简洁,注释丰富,上手容易,同时Guns包含许多基础模块(用户管理,角色管理,部门管理,字典管理等10个模块),可以直接作为一个后台管理系统的脚手架!|3.3k|Java|09/15|
|126|[liuyubobobo/Play-with-Algorithms](https://github.com/liuyubobobo/Play-with-Algorithms)|Codes of my MOOC Course <Play with Algorithms>, Both in C++ and Java language. Updated contents and practices are also included. 我在慕课网上的课程《算法与数据结构》示例代码,包括C++和Java版本。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。|3.3k|Java|04/14|
|127|[java-aodeng/hope-boot](https://github.com/java-aodeng/hope-boot)|🌱 Hope-Boot 一款现代化的脚手架项目|3.2k|Java|08/25|
|128|[RedSpider1/concurrent](https://github.com/RedSpider1/concurrent)|这是RedSpider社区成员原创与维护的Java多线程系列文章。|3.2k|Java|07/13|
|129|[JeremyLiao/LiveEventBus](https://github.com/JeremyLiao/LiveEventBus)|📬EventBus for Android,消息总线,基于LiveData,具有生命周期感知能力,支持Sticky,支持AndroidX,支持跨进程,支持跨APP|3.1k|Java|09/03|
|130|[JavaNoober/BackgroundLibrary](https://github.com/JavaNoober/BackgroundLibrary)|A framework for directly generating shape through Tags, no need to write shape.xml again(通过标签直接生成shape,无需再写shape.xml)|3.1k|Java|09/26|
|131|[qunarcorp/bistoury](https://github.com/qunarcorp/bistoury)|Bistoury是去哪儿网的java应用生产问题诊断工具,提供了一站式的问题诊断方案|3.1k|Java|06/17|
|132|[zlt2000/microservices-platform](https://github.com/zlt2000/microservices-platform)|基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户系统架构。并引入组件化的**实现高内聚低耦合,项目代码简洁注释丰富上手容易,适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持CI/CD多环境部署,并提供应用管理方便第三方系统接入;同时还集合各种微服务治理功能和监控功能。模块包括:企业级的认证系统、开发平台、应用监控、慢sql监控、统一日志、单点登录、Redis分布式高速缓存、配置中心、分布式任务调度、接口文档、代码生成等等。|3.1k|Java|09/26|
|133|[huburt-Hu/NewbieGuide](https://github.com/huburt-Hu/NewbieGuide)|Android 快速实现新手引导层的库,通过简洁链式调用,一行代码实现引导层的显示|3.1k|Java|07/16|
|134|[didi/LogiKM](https://github.com/didi/LogiKM)|一站式Apache Kafka集群指标监控与运维管控平台|3.1k|Java|09/21|
|135|[zwwill/yanxuan-weex-demo](https://github.com/zwwill/yanxuan-weex-demo)|🎨 High quality  pure Weex demo / 网易严选 App 感受 Weex 开发|3.1k|Java|04/26|
|136|[WeiYe-Jing/datax-web](https://github.com/WeiYe-Jing/datax-web)|DataX集成可视化页面,选择数据源即可一键生成数据同步任务,支持RDBMS、Hive、HBase、ClickHouse、MongoDB等数据源,批量创建RDBMS数据同步任务,集成开源调度系统,支持分布式、增量同步数据、实时查看运行日志、监控执行器资源、KILL运行进程、数据源信息加密等。|3.0k|Java|08/24|
|137|[crazyandcoder/citypicker](https://github.com/crazyandcoder/citypicker)|citypicker城市选择器,详细的省市区地址信息,支持仿iOS滚轮实现,仿京东样式,一级或者三级列表展示方式。|3.0k|Java|07/12|
|138|[woxingxiao/BubbleSeekBar](https://github.com/woxingxiao/BubbleSeekBar)|A beautiful Android custom seekbar, which has a bubble view with progress appearing upon when seeking. 自定义SeekBar,进度变化更以可视化气泡样式呈现|3.0k|Java|05/28|
|139|[lenve/JavaEETest](https://github.com/lenve/JavaEETest)|Spring、SpringMVC、MyBatis、Spring Boot案例|3.0k|Java|06/08|
|140|[CheckChe0803/flink-recommandSystem-demo](https://github.com/CheckChe0803/flink-recommandSystem-demo)|🚁🚀基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。|3.0k|Java|07/02|
|141|[zaaach/CityPicker](https://github.com/zaaach/CityPicker)|🔥🔥🔥城市选择、定位、搜索及右侧字母导航,类似美团 百度糯米 饿了么等APP选择城市功能|2.9k|Java|07/07|
|142|[NotFound9/interviewGuide](https://github.com/NotFound9/interviewGuide)|《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/|2.9k|Java|10/04|
|143|[mxdldev/android-mvp-mvvm-flytour](https://github.com/mxdldev/android-mvp-mvvm-flytour)|🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、An ...|2.9k|Java|06/03|
|144|[baomidou/dynamic-datasource-spring-boot-starter](https://github.com/baomidou/dynamic-datasource-spring-boot-starter)|dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务 |2.9k|Java|10/04|
|145|[KunMinX/Linkage-RecyclerView](https://github.com/KunMinX/Linkage-RecyclerView)|即使不用饿了么订餐,也请务必收藏好该库!🔥  一行代码即可接入,二级联动订餐列表。|2.9k|Java|08/19|
|146|[dingjikerbo/Android-BluetoothKit](https://github.com/dingjikerbo/Android-BluetoothKit)|Android BLE蓝牙通信库|2.9k|Java|06/08|
|147|[FinalTeam/RxGalleryFinal](https://github.com/FinalTeam/RxGalleryFinal)|图片选择库,单选/多选、拍照、裁剪、压缩,自定义。包括视频选择和录制。|2.8k|Java|06/22|
|148|[getActivity/XXPermissions](https://github.com/getActivity/XXPermissions)|Android 权限请求框架,已适配 Android 11|2.7k|Java|09/21|
|149|[Hitomis/transferee](https://github.com/Hitomis/transferee)|一个帮助您完成从缩略视图到原视图无缝过渡转变的神奇框架|2.7k|Java|07/29|
|150|[phodal/migration](https://github.com/phodal/migration)|《系统重构与迁移指南》手把手教你分析、评估现有系统、制定重构策略、探索可行重构方案、搭建测试防护网、进行系统架构重构、服务架构重构、模块重构、代码重构、数据库重构、重构后的架构守护|2.7k|Java|08/12|
|151|[201206030/fiction_house](https://github.com/201206030/fiction_house)|小说精品屋是一个多平台(web、安卓app、微信小程序)、功能完善的屏幕自适应小说漫画连载系统,包含精品小说专区、轻小说专区和漫画专区。包括小说/漫画分类、小说/漫画搜索、小说/漫画排行、完本小说/漫画、小说/漫画评分、小说/漫画在线阅读、小说/漫画书架、小说/漫画阅读记录、小说下载、小说弹幕、小说/漫画自动采集/更新/纠错、小说内容自动分享到微博、邮件自动推广、链接自动推送到百度搜索引擎等功能。|2.6k|Java|06/04|
|152|[Pay-Group/best-pay-sdk](https://github.com/Pay-Group/best-pay-sdk)|可能是最好的支付SDK|2.6k|Java|09/03|
|153|[yangchong211/LifeHelper](https://github.com/yangchong211/LifeHelper)|【停止维护】组件化综合案例,包含微信新闻,头条视频,美女图片,百度音乐,干活集中营,玩Android,豆瓣读书电影,知乎日报等等模块。架构模式:组件化+MVP+Rx+Retrofit+Desgin+Dagger2+阿里VLayout+腾讯X5+腾讯bugly。融合开发中需要的各种小案例!|2.6k|Java|09/06|
|154|[jeecgboot/JimuReport](https://github.com/jeecgboot/JimuReport)|「低代码可视化报表」类似excel操作风格,在线拖拽完成设计!功能涵盖: 报表设计、图形报表、打印设计、大屏设计等,完全免费!秉承“简单、易用、专业”的产品理念,极大的降低报表开发难度、缩短开发周期、解决各类报表难题。|2.6k|Java|09/16|
|155|[ngbdf/redis-manager](https://github.com/ngbdf/redis-manager)|Redis 一站式管理平台,支持集群的监控、安装、管理、告警以及基本的数据操作|2.6k|Java|08/17|
|156|[youlookwhat/DesignPattern](https://github.com/youlookwhat/DesignPattern)|📚 Java 23种设计模式全归纳|2.6k|Java|04/24|
|157|[tianshiyeben/wgcloud](https://github.com/tianshiyeben/wgcloud)|linux运维监控工具,支持系统信息,内存,cpu,温度,磁盘空间及IO,硬盘smart,系统负载,网络流量等监控,API接口,大屏展示,拓扑图,进程监控,端口监控,docker监控,文件防篡改,日志监控,数据可视化,web ssh,堡垒机,指令下发批量执行,linux面板,探针,故障告警|2.5k|Java|10/03|
|158|[rememberber/WePush](https://github.com/rememberber/WePush)|专注批量推送的小而美的工具,目前支持:模板消息-公众号、模板消息-小程序、微信客服消息、微信企业号/企业微信消息、阿里云短信、阿里大于模板短信 、腾讯云短信、云片网短信、E-Mail、HTTP请求、钉钉、华为云短信、百度云短信、又拍云短信、七牛云短信|2.5k|Java|07/17|
|159|[bingoogolapple/BGABadgeView-Android](https://github.com/bingoogolapple/BGABadgeView-Android)|Android 徽章控件|2.5k|Java|04/05|
|160|[JsonChao/Awesome-WanAndroid](https://github.com/JsonChao/Awesome-WanAndroid)|致力于打造一款极致体验的 http://www.wanandroid.com/ 客户端,知识和美是可以并存的哦QAQn(*≧▽≦*)n|2.5k|Java|08/17|
|161|[zhpanvip/BannerViewPager](https://github.com/zhpanvip/BannerViewPager)|🚀  An awesome banner view  for Android,Based on ViewPager2. 这可能是全网最好用的ViewPager轮播图。简单、高效,一行代码实现循环轮播,一屏三页任意变,指示器样式任你挑。|2.5k|Java|09/20|
|162|[xiaojinzi123/Component](https://github.com/xiaojinzi123/Component)|🔥🔥🔥A powerful componentized framework.一个强大、100% 兼容、支持 AndroidX、支持 Kotlin并且灵活的组件化框架|2.4k|Java|10/02|
|163|[qunarcorp/qmq](https://github.com/qunarcorp/qmq)| QMQ是去哪儿网内部广泛使用的消息中间件,自2012年诞生以来在去哪儿网所有业务场景中广泛的应用,包括跟交易息息相关的订单场景; 也包括报价搜索等高吞吐量场景。|2.4k|Java|09/26|
|164|[liyiorg/weixin-popular](https://github.com/liyiorg/weixin-popular)|微信SDK  JAVA  (公众平台、开放平台、 商户平台、 服务商平台)|2.4k|Java|06/07|
|165|[mqzhangw/JIMU](https://github.com/mqzhangw/JIMU)|一种简单有效的android组件化方案,支持组件的代码资源隔离、单独调试、集成调试、组件交互、UI跳转、生命周期等完整功能。|2.3k|Java|06/13|
|166|[JPressProjects/jpress](https://github.com/JPressProjects/jpress)|JPress,一个使用 Java 开发的建站神器,目前已经有 10w+ 网站使用 JPress 进行驱动,其中包括多个政府机构,200+上市公司,中科院、红+字会等。|2.3k|Java|10/08|
|167|[ZHENFENG13/My-Blog](https://github.com/ZHENFENG13/My-Blog)|🌴:octocat:A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验|2.3k|Java|08/11|
|168|[xtuhcy/gecco](https://github.com/xtuhcy/gecco)|Easy to use lightweight web crawler(易用的轻量化网络爬虫)|2.3k|Java|08/24|
|169|[meituan/WMRouter](https://github.com/meituan/WMRouter)|WMRouter是一款Android路由框架,基于组件化的设计思路,有功能灵活、使用简单的特点。|2.0k|Java|07/14|
|170|[jeecgboot/jeecg](https://github.com/jeecgboot/jeecg)|JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)|2.0k|Java|08/25|
|171|[bytedance/ByteX](https://github.com/bytedance/ByteX)|ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM.  字节码插件开发平台|2.0k|Java|07/22|
|172|[huanzi-qch/base-admin](https://github.com/huanzi-qch/base-admin)|Base Admin一套简单通用的后台管理系统,主要功能有:权限管理、菜单管理、用户管理,系统设置、实时日志,实时监控,API加密,以及登录用户修改密码、配置个性菜单等|2.0k|Java|09/29|
|173|[huaban/jieba-analysis](https://github.com/huaban/jieba-analysis)|结巴分词(java版)|2.0k|Java|09/06|
|174|[ferredoxin/QNotified](https://github.com/ferredoxin/QNotified)|一个旨在使QQ变得更好用的开源Xposed模块|2.0k|Java|10/10|
|175|[getActivity/ToastUtils](https://github.com/getActivity/ToastUtils)|Android 吐司框架,专治 Toast 各种疑难杂症|1.9k|Java|10/11|
|176|[Jzvd/JZVideo](https://github.com/Jzvd/JZVideo)|高度自定义的安卓视频框架 MediaPlayer exoplayer ijkplayer ffmpeg|1.9k|Java|09/19|
|177|[YummyLau/PanelSwitchHelper](https://github.com/YummyLau/PanelSwitchHelper)|✔️  A framework that helps the keyboard smoothly transition to the function panel    一个帮助键盘平稳过渡到功能面板的框架,支持动画无缝衔接,支持 activity/fragment/dialog/dialogFragment/popupWindow 容器,支持IM/直播/视频播放/信息流评论等场景,支持全屏模式。|1.9k|Java|08/17|
|178|[codedrinker/community](https://github.com/codedrinker/community)|开源论坛、问答系统,现有功能提问、回复、通知、最新、最热、消除零回复功能。功能持续更新中…… 技术栈 Spring、Spring Boot、MyBatis、MySQL/H2、Bootstrap|1.9k|Java|07/15|
|179|[xwjie/PLMCodeTemplate](https://github.com/xwjie/PLMCodeTemplate)|给部门制定的代码框架模板|1.9k|Java|08/25|
|180|[yuzhiqiang1993/zxing](https://github.com/yuzhiqiang1993/zxing)|基于zxing的扫一扫,优化了扫描二维码速度,集成最新版本的jar包(zxing-core.jar 3.3.3),集成简单,速度快,可配置颜色,还有闪光灯,解析二维码图片,生成二维码等功能|1.8k|Java|08/05|
|181|[tencentyun/TIMSDK](https://github.com/tencentyun/TIMSDK)|腾讯云即时通信 IM 服务,国内下载镜像:|1.8k|Java|09/30|
|182|[HelloWorld521/Java](https://github.com/HelloWorld521/Java)|java项目实战练习|1.8k|Java|10/08|
|183|[yangchong211/YCVideoPlayer](https://github.com/yangchong211/YCVideoPlayer)|基础封装视频播放器player,可以在ExoPlayer、MediaPlayer原生MediaPlayer可以自由切换内核;该播放器整体架构:播放器内核(自由切换) + 视频播放器 + 边播边缓存 + 高度定制播放器UI视图层。支持视频简单播放,列表播放,仿抖音滑动播放,自动切换播放,使用案例丰富,拓展性强。|1.8k|Java|08/27|
|184|[scalad/Note](https://github.com/scalad/Note)|常规Java工具,算法,加密,数据库,面试题,源代码分析,解决方案|1.8k|Java|05/12|
|185|[SpringCloud/spring-cloud-code](https://github.com/SpringCloud/spring-cloud-code)|🔥《重新定义Spring Cloud实战》实体书对应源码,欢迎大家Star点赞收藏|1.8k|Java|06/05|
|186|[MarkerHub/vueblog](https://github.com/MarkerHub/vueblog)|一个前后端分离的简单博客案例,适合刚入门vue,学前后端分离的童鞋!|1.8k|Java|10/07|
|187|[vector4wang/spring-boot-quick](https://github.com/vector4wang/spring-boot-quick)|🌿 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、spring-batch、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等📌|1.8k|Java|08/25|
|188|[kanwangzjm/funiture](https://github.com/kanwangzjm/funiture)|慕课网课程推荐 Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html github: https://github.com/kanwangzjm/funiture, spring项目,权限管理、系统监控、定时任务动态调整、qps限制、sql监控(邮件)、验证码服务、短链接服务、动态配置等|1.8k|Java|08/24|
|189|[dromara/raincat](https://github.com/dromara/raincat)|强一致分布式事务框架|1.8k|Java|06/04|
|190|[Antabot/White-Jotter](https://github.com/Antabot/White-Jotter)|白卷是一款使用 Vue+Spring Boot 开发的前后端分离项目,附带全套开发教程。(A simple CMS developed by Spring Boot and Vue.js with development tutorials)|1.8k|Java|04/23|
|191|[InterestingLab/earth-fleet](https://github.com/InterestingLab/earth-fleet)|生产环境的海量数据计算产品,文档地址:|1.7k|Java|10/09|
|192|[xiaohaibin/XBanner](https://github.com/xiaohaibin/XBanner)|🔥【图片轮播】支持图片无限轮播,支持AndroidX、自定义指示点、显示提示文字、切换动画、自定义布局,一屏显示多个等功能|1.7k|Java|10/08|
|193|[lygttpod/AndroidCustomView](https://github.com/lygttpod/AndroidCustomView)|带你在实战中学习自定义view,通过几个完整的例子带你走进自定义View的美妙世界|1.7k|Java|04/26|
|194|[decaywood/XueQiuSuperSpider](https://github.com/decaywood/XueQiuSuperSpider)|雪球股票信息超级爬虫|1.7k|Java|08/24|
|195|[pig-mesh/pig](https://github.com/pig-mesh/pig)|↥ ↥ ↥ 点击关注更新,基于 Spring Cloud 2020 、Spring Boot 2.5、 OAuth2 的 RBAC 权限管理系统|1.6k|Java|10/07|
|196|[xuexiangjys/XUpdate](https://github.com/xuexiangjys/XUpdate)|🚀A lightweight, high availability Android version update framework.(一个轻量级、高可用性的Android版本更新框架)|1.6k|Java|09/23|
|197|[DTStack/flinkStreamSQL](https://github.com/DTStack/flinkStreamSQL)|基于开源的flink,对其实时sql进行扩展;主要实现了流与维表的join,支持原生flink SQL所有的语法|1.6k|Java|09/24|
|198|[limpoxe/Android-Plugin-Framework](https://github.com/limpoxe/Android-Plugin-Framework)|Android插件框架,免安装运行插件APK ,支持独立插件和非独立插件|1.6k|Java|06/19|
|199|[wkeyuan/DWSurvey](https://github.com/wkeyuan/DWSurvey)|Survey System. 最好用的开源问卷调查系统、表单系统。|1.6k|Java|09/08|
|200|[reactnativecn/react-native-pushy](https://github.com/reactnativecn/react-native-pushy)|React Native 极速热更新服务|1.6k|Java|10/09|

⬆ [回到目录](#目录)

<br/>

## Python

|#|Repository|Description|Stars|Language|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)|Python - 100天从新手到大师|109.3k|Python|10/07|
|2|[521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub)|:octocat: 分享 GitHub 上有趣、入门级的开源项目|47.3k|Python|09/28|
|3|[fighting41love/funNLP](https://github.com/fighting41love/funNLP)|中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、历史名人词库、诗词词库、医学词库、饮食词库、法律词库、汽车词库、动物词库、中文聊天语料、中文谣言数据、百度中文问答数据集、句子相似度匹配算法集合、bert资源、文本生成&摘要相关工具、cocoNLP信息抽取 ...|34.0k|Python|08/20|
|4|[0voice/interview_internal_reference](https://github.com/0voice/interview_internal_reference)|2021年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。|32.5k|Python|08/25|
|5|[apachecn/AiLearning](https://github.com/apachecn/AiLearning)|AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP|31.5k|Python|09/07|
|6|[testerSunshine/12306](https://github.com/testerSunshine/12306)|12306智能刷票,订票|30.3k|Python|08/25|
|7|[fxsjy/jieba](https://github.com/fxsjy/jieba)|结巴中文分词|27.1k|Python|07/25|
|8|[d2l-ai/d2l-zh](https://github.com/d2l-ai/d2l-zh)|《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球200所大学采用教学。|26.0k|Python|10/10|
|9|[hankcs/HanLP](https://github.com/hankcs/HanLP)|中文分词 词性标注 命名实体识别 依存句法分析 语义依存分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理|23.8k|Python|09/19|
|10|[wangzheng0822/algo](https://github.com/wangzheng0822/algo)|数据结构和算法必知必会的50个代码实现|19.7k|Python|05/28|
|11|[jumpserver/jumpserver](https://github.com/jumpserver/jumpserver)|JumpServer 是全球首款开源的堡垒机,是符合 4A 的专业运维安全审计系统。|17.1k|Python|10/09|
|12|[PaddlePaddle/Paddle](https://github.com/PaddlePaddle/Paddle)|PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)|16.6k|Python|10/11|
|13|[shimohq/chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)|**程序员容易发音错误的单词|14.6k|Python|07/29|
|14|[wangshub/wechat_jump_game](https://github.com/wangshub/wechat_jump_game)|微信《跳一跳》Python 辅助|13.9k|Python|09/08|
|15|[Jack-Cherish/python-spider](https://github.com/Jack-Cherish/python-spider)|🌈Python3网络爬虫实战:淘宝、京东、网易云、B站、12306、抖音、笔趣阁、漫画小说下载、音乐电影下载等|13.8k|Python|06/05|
|16|[Kr1s77/awesome-python-login-model](https://github.com/Kr1s77/awesome-python-login-model)|😮python模拟登陆一些大型网站,还有一些简单的爬虫,希望对你们有所帮助❤️,如果喜欢记得给个star哦🌟|13.8k|Python|07/24|
|17|[jhao104/proxy_pool](https://github.com/jhao104/proxy_pool)|Python爬虫代理IP池(proxy pool)|13.4k|Python|09/04|
|18|[h2y/Shadowrocket-ADBlock-Rules](https://github.com/h2y/Shadowrocket-ADBlock-Rules)|提供多款 Shadowrocket 规则,带广告过滤功能。用于 iOS 未越狱设备选择性地自动翻墙。|12.0k|Python|04/13|
|19|[leisurelicht/wtfpython-cn](https://github.com/leisurelicht/wtfpython-cn)|wtfpython的中文翻译/施工结束/ 能力有限,欢迎帮我改进翻译|11.9k|Python|07/08|
|20|[pjialin/py12306](https://github.com/pjialin/py12306)|🚂 12306 购票助手,支持集群,多账号,多任务购票以及 Web 页面管理 |11.5k|Python|09/30|
|21|[meolu/walle-web](https://github.com/meolu/walle-web)|walle - 瓦力 Devops开源项目代码部署平台|11.2k|Python|05/09|
|22|[sfyc23/EverydayWechat](https://github.com/sfyc23/EverydayWechat)|微信助手:1.每日定时给好友(女友)发送定制消息。2.机器人自动回复好友。3.群助手功能(例如:查询垃圾分类、天气、日历、电影实时票房、快递物流、PM2.5等)|8.5k|Python|06/22|
|23|[Dod-o/Statistical-Learning-Method_Code](https://github.com/Dod-o/Statistical-Learning-Method_Code)|手写实现李航《统计学习方法》书中全部算法|8.2k|Python|09/13|
|24|[wistbean/learn_python3_spider](https://github.com/wistbean/learn_python3_spider)|python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式爬虫,爬虫项目实战实例等|8.0k|Python|08/31|
|25|[jindongwang/transferlearning](https://github.com/jindongwang/transferlearning)|Everything about Transfer Learning and Domain Adaptation--迁移学习|7.9k|Python|09/29|
|26|[tgbot-collection/YYeTsBot](https://github.com/tgbot-collection/YYeTsBot)|🎬 人人影视bot,完全对接人人影视全部无删减资源|7.9k|Python|10/01|
|27|[hoochanlon/w3-goto-world](https://github.com/hoochanlon/w3-goto-world)|🍅 Git/AWS/Google 镜像 ,SS/SSR/VMESS节点,WireGuard,IPFS, DeepWeb,Capitalism 、行业研究报告的知识储备库|7.8k|Python|09/23|
|28|[wangshub/Douyin-Bot](https://github.com/wangshub/Douyin-Bot)|😍 Python 抖音机器人,论如何在抖音上找到漂亮小姐姐? |7.6k|Python|09/08|
|29|[injetlee/Python](https://github.com/injetlee/Python)|Python脚本。模拟登录知乎, 爬虫,操作excel,微信公众号,远程开机|7.2k|Python|10/01|
|30|[luyishisi/Anti-Anti-Spider](https://github.com/luyishisi/Anti-Anti-Spider)|越来越多的网站具有反爬虫特性,有的用图片隐藏关键数据,有的使用反人类的验证码,建立反反爬虫的代码仓库,通过与不同特性的网站做斗争(无恶意)提高技术。(欢迎提交难以采集的网站)(因工作原因,项目暂停) |6.8k|Python|08/25|
|31|[jackzhenguo/python-small-examples](https://github.com/jackzhenguo/python-small-examples)|告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 Python中文网 http://www.zglg.work|6.4k|Python|10/03|
|32|[PaddlePaddle/models](https://github.com/PaddlePaddle/models)|Pre-trained and Reproduced Deep Learning Models (『飞桨』官方模型库,包含多种学术前沿和工业场景验证的深度学习模型)|6.2k|Python|10/09|
|33|[Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB)| 💎1MB lightweight face detection model  (1MB轻量级人脸检测模型)|6.1k|Python|04/26|
|34|[houtianze/bypy](https://github.com/houtianze/bypy)|Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘Python客户端|6.1k|Python|05/24|
|35|[shidenggui/easytrader](https://github.com/shidenggui/easytrader)|提供同花顺客户端/国金/华泰客户端/雪球的基金、股票自动程序化交易以及自动打新,支持跟踪 joinquant /ricequant 模拟交易 和 实盘雪球组合, 量化交易组件|6.1k|Python|07/17|
|36|[kangvcar/InfoSpider](https://github.com/kangvcar/InfoSpider)|INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、**移动、**联通、**电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源**博客、简书。|5.9k|Python|09/08|
|37|[liuwons/wxBot](https://github.com/liuwons/wxBot)|Python网页微信API|5.3k|Python|04/07|
|38|[Jack-Cherish/Machine-Learning](https://github.com/Jack-Cherish/Machine-Learning)|⚡机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归|5.2k|Python|07/07|
|39|[Jrohy/multi-v2ray](https://github.com/Jrohy/multi-v2ray)|v2ray/xray多用户管理部署程序|5.2k|Python|09/07|
|40|[lcdevelop/ChatBotCourse](https://github.com/lcdevelop/ChatBotCourse)|自己动手做聊天机器人教程|5.2k|Python|09/06|
|41|[chyroc/WechatSogou](https://github.com/chyroc/WechatSogou)|基于搜狗微信搜索的微信公众号爬虫接口|5.2k|Python|10/09|
|42|[wb14123/seq2seq-couplet](https://github.com/wb14123/seq2seq-couplet)|Play couplet with seq2seq model. 用深度学习对对联。|5.1k|Python|08/25|
|43|[nl8590687/ASRT_SpeechRecognition](https://github.com/nl8590687/ASRT_SpeechRecognition)|A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统|4.7k|Python|09/08|
|44|[pythonstock/stock](https://github.com/pythonstock/stock)|stock,股票系统。使用python进行开发。|4.7k|Python|09/24|
|45|[xiaolai/regular-investing-in-box](https://github.com/xiaolai/regular-investing-in-box)|定投改变命运 —— 让时间陪你慢慢变富 https://onregularinvesting.com|4.6k|Python|10/10|
|46|[EssayKillerBrain/EssayKiller_V2](https://github.com/EssayKillerBrain/EssayKiller_V2)|基于开源GPT2.0的初代创作型人工智能   可扩展、可进化|4.0k|Python|06/18|
|47|[shmilylty/OneForAll](https://github.com/shmilylty/OneForAll)|OneForAll是一款功能强大的子域收集工具|4.0k|Python|08/02|
|48|[yuanxiaosc/DeepNude-an-Image-to-Image-technology](https://github.com/yuanxiaosc/DeepNude-an-Image-to-Image-technology)|DeepNude's algorithm and general image generation theory and practice research, including pix2pix, CycleGAN, UGATIT, DCGAN, SinGAN, ALAE, mGANprior, StarGAN-v2 and VAE models (TensorFlow2 implementation). DeepNude的算法以及通用生成对抗网络(GAN,Generative Adversarial Network)图像生成的理论与实践研究。|4.0k|Python|10/02|
|49|[offu/WeRoBot](https://github.com/offu/WeRoBot)|WeRoBot 是一个微信公众号开发框架|3.9k|Python|10/07|
|50|[chatopera/Synonyms](https://github.com/chatopera/Synonyms)|🌿 中文近义词:聊天机器人,智能问答工具包|3.9k|Python|09/14|
|51|[ownthink/KnowledgeGraphData](https://github.com/ownthink/KnowledgeGraphData)|史上最大规模1.4亿中文知识图谱开源下载|3.7k|Python|06/02|
|52|[TheKingOfDuck/fuzzDicts](https://github.com/TheKingOfDuck/fuzzDicts)|Web Pentesting Fuzz 字典,一个就够了。|3.7k|Python|09/28|
|53|[rootphantomer/Blasting_dictionary](https://github.com/rootphantomer/Blasting_dictionary)|爆破字典|3.6k|Python|07/20|
|54|[liangliangyy/DjangoBlog](https://github.com/liangliangyy/DjangoBlog)|🍺基于Django的博客系统|4.1k|Python|09/15|
|55|[TingsongYu/PyTorch_Tutorial](https://github.com/TingsongYu/PyTorch_Tutorial)|《Pytorch模型训练实用教程》中配套代码|3.3k|Python|09/09|
|56|[Jack-Cherish/PythonPark](https://github.com/Jack-Cherish/PythonPark)|Python 开源项目之「自学编程之路」,保姆级教程:AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。|3.3k|Python|10/09|
|57|[PantsuDango/Dango-Translator](https://github.com/PantsuDango/Dango-Translator)|团子翻译器 —— 个人兴趣制作的一款基于OCR技术的翻译器|3.2k|Python|08/20|
|58|[yoshiko2/AV_Data_Capture](https://github.com/yoshiko2/AV_Data_Capture)|本地电影刮削与整理一体化解决方案|3.2k|Python|10/10|
|59|[shidenggui/easyquotation](https://github.com/shidenggui/easyquotation)|实时获取新浪 / 腾讯 的免费股票行情 / 集思路的分级基金行情|3.2k|Python|07/29|
|60|[imfht/fanhaodaquan](https://github.com/imfht/fanhaodaquan)| 番号大全。|3.1k|Python|07/11|
|61|[the0demiurge/ShadowSocksShare](https://github.com/the0demiurge/ShadowSocksShare)|Python爬虫/Flask网站/免费ShadowSocks账号/ssr订阅/json 订阅|3.0k|Python|06/04|
|62|[aaPanel/BaoTa](https://github.com/aaPanel/BaoTa)|宝塔Linux面板 - 简单好用的服务器运维面板|3.0k|Python|09/08|
|63|[wzpan/wukong-robot](https://github.com/wzpan/wukong-robot)|🤖 wukong-robot 是一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目,还可能是首个支持脑机交互的开源智能音箱项目。|3.0k|Python|09/11|
|64|[hhyo/Archery](https://github.com/hhyo/Archery)|SQL 审核查询平台|3.0k|Python|09/25|
|65|[zhzyker/exphub](https://github.com/zhzyker/exphub)|Exphub[漏洞利用脚本库] 包括Webloigc、Struts2、Tomcat、Nexus、Solr、Jboss、Drupal的漏洞利用脚本,最新添加CVE-2020-14882、CVE-2020-11444、CVE-2020-10204、CVE-2020-10199、CVE-2020-1938、CVE-2020-2551、CVE-2020-2555、CVE-2020-2883、CVE-2019-17558、CVE-2019-6340|2.9k|Python|04/04|
|66|[bowenpay/wechat-spider](https://github.com/bowenpay/wechat-spider)|微信公众号爬虫|2.9k|Python|08/10|
|67|[opendevops-cn/opendevops](https://github.com/opendevops-cn/opendevops)|CODO是一款为用户提供企业多混合云、一站式DevOps、自动化运维、完全开源的云管理平台、自动化运维平台|2.9k|Python|10/09|
|68|[qq547276542/Agriculture_KnowledgeGraph](https://github.com/qq547276542/Agriculture_KnowledgeGraph)|农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策|2.9k|Python|07/15|
|69|[PaddlePaddle/PaddleX](https://github.com/PaddlePaddle/PaddleX)|PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)|2.9k|Python|10/10|
|70|[Rockyzsu/stock](https://github.com/Rockyzsu/stock)|30天掌握量化交易 (持续更新)|2.8k|Python|09/15|
|71|[huangrt01/CS-Notes](https://github.com/huangrt01/CS-Notes)|我的自学笔记,终身更新,当前专注System基础、MLSys。|2.8k|Python|08/18|
|72|[welliamcao/OpsManage](https://github.com/welliamcao/OpsManage)|自动化运维平台: 代码及应用部署CI/CD、资产管理CMDB、计划任务管理平台、SQL审核 回滚、任务调度、站内WIKI|2.8k|Python|10/03|
|73|[FeeiCN/Cobra](https://github.com/FeeiCN/Cobra)|Source Code Security Audit (源代码安全审计)|2.8k|Python|06/30|
|74|[minivision-ai/photo2cartoon](https://github.com/minivision-ai/photo2cartoon)|人像卡通化探索项目 (photo-to-cartoon translation project)|2.7k|Python|09/09|
|75|[jiangxufeng/v2rayL](https://github.com/jiangxufeng/v2rayL)|v2ray linux GUI客户端,支持订阅、vemss、ss等协议,自动更新订阅、检查版本更新|2.6k|Python|09/08|
|76|[shibing624/pycorrector](https://github.com/shibing624/pycorrector)|pycorrector is a toolkit for text error correction. 文本纠错,Kenlm,Seq2Seq_Attention,BERT,MacBERT,ELECTRA,ERNIE,Transformer等模型实现,开箱即用。|2.6k|Python|09/26|
|77|[DA-southampton/NLP_ability](https://github.com/DA-southampton/NLP_ability)|总结梳理自然语言处理工程师(NLP)需要积累的各方面知识,包括面试题,各种基础知识,工程能力等等,提升核心竞争力|2.6k|Python|10/09|
|78|[JustMachiavelli/javsdt](https://github.com/JustMachiavelli/javsdt)|影片信息整理工具,抓取元数据nfo,自定义重命名文件(夹),下载fanart裁剪poster,为emby、kodi、极影派铺路。|2.6k|Python|09/28|
|79|[0xHJK/music-dl](https://github.com/0xHJK/music-dl)|search and download music 从网易云音乐、QQ音乐、酷狗音乐、百度音乐、虾米音乐、咪咕音乐等搜索和下载歌曲|2.6k|Python|08/15|
|80|[momosecurity/aswan](https://github.com/momosecurity/aswan)|陌陌风控系统静态规则引擎,零基础简易便捷的配置多种复杂规则,实时高效管控用户异常行为。|2.6k|Python|06/15|
|81|[Ehco1996/django-sspanel](https://github.com/Ehco1996/django-sspanel)|用diango开发的shadowsocks/V2ray面板|2.5k|Python|10/06|
|82|[InsaneLife/ChineseNLPCorpus](https://github.com/InsaneLife/ChineseNLPCorpus)|中文自然语言处理数据集,平时做做实验的材料。欢迎补充提交合并。|2.5k|Python|08/01|
|83|[codemayq/chinese_chatbot_corpus](https://github.com/codemayq/chinese_chatbot_corpus)|中文公开聊天语料库|2.4k|Python|08/04|
|84|[NewFuture/DDNS](https://github.com/NewFuture/DDNS)|🚩 自动更新域名解析到本机IP(支持dnspod,阿里DNS,CloudFlare,华为云,DNSCOM...)|2.4k|Python|10/08|
|85|[nghuyong/WeiboSpider](https://github.com/nghuyong/WeiboSpider)|This is a sina weibo spider built by scrapy [微博爬虫/持续维护]|2.4k|Python|10/07|
|86|[newpanjing/simpleui](https://github.com/newpanjing/simpleui)|A modern theme based on vue+element-ui for django admin.一款基于vue+element-ui的django admin现代化主题。全球10000+网站都在使用!喜欢可以点个star✨|2.3k|Python|09/29|
|87|[airingursb/bilibili-user](https://github.com/airingursb/bilibili-user)|🍥 Bilibili 用户爬虫|2.3k|Python|05/02|
|88|[ownthink/Jiagu](https://github.com/ownthink/Jiagu)|Jiagu深度学习自然语言处理工具  知识图谱关系抽取 中文分词 词性标注 命名实体识别 情感分析 新词发现 关键词 文本摘要 文本聚类|2.3k|Python|06/02|
|89|[CLUEbenchmark/CLUE](https://github.com/CLUEbenchmark/CLUE)|中文语言理解测评基准 Chinese Language Understanding Evaluation Benchmark: datasets, baselines, pre-trained models, corpus and leaderboard  |2.3k|Python|09/09|
|90|[nickliqian/cnn_captcha](https://github.com/nickliqian/cnn_captcha)|use cnn recognize captcha by tensorflow. 本项目针对字符型图片验证码,使用tensorflow实现卷积神经网络,进行验证码识别。|2.2k|Python|09/08|
|91|[7eu7d7/genshin_auto_fish](https://github.com/7eu7d7/genshin_auto_fish)|基于深度强化学习的原神自动钓鱼AI|2.2k|Python|10/10|
|92|[PyJun/Mooc_Downloader](https://github.com/PyJun/Mooc_Downloader)|学无止下载器,慕课下载器,Mooc下载,慕课网下载,**大学下载,爱课程下载,网易云课堂下载,学堂在线下载,超星学习通下载;支持视频,课件同时下载|2.2k|Python|06/30|
|93|[iswbm/magic-python](https://github.com/iswbm/magic-python)|Python 黑魔法手册|2.1k|Python|09/23|
|94|[kwai/DouZero](https://github.com/kwai/DouZero)|[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning   斗地主AI|2.2k|Python|09/16|
|95|[kerlomz/captcha_trainer](https://github.com/kerlomz/captcha_trainer)|[验证码识别-训练] This project is based on CNN/ResNet/DenseNet+GRU/LSTM+CTC/CrossEntropy to realize verification code identification. This project is only for training the model.|2.1k|Python|05/11|
|96|[shinnytech/tqsdk-python](https://github.com/shinnytech/tqsdk-python)|天勤量化开发包, 期货量化, 实时行情/历史数据/实盘交易|2.1k|Python|09/29|
|97|[PegasusWang/python_data_structures_and_algorithms](https://github.com/PegasusWang/python_data_structures_and_algorithms)|Python 中文数据结构和算法教程|2.1k|Python|04/14|
|98|[LyleMi/Learn-Web-Hacking](https://github.com/LyleMi/Learn-Web-Hacking)|Study Notes For Web Hacking / Web安全学习笔记|2.1k|Python|09/26|
|99|[china-testing/python-api-tesing](https://github.com/china-testing/python-api-tesing)|python中文库-python人工智能大数据自动化接口测试开发。 书籍下载及python库汇总https://china-testing.github.io/  |2.0k|Python|07/16|
|100|[TophantTechnology/ARL](https://github.com/TophantTechnology/ARL)|ARL(Asset Reconnaissance Lighthouse)资产侦察灯塔系统旨在快速侦察与目标关联的互联网资产,构建基础资产信息库。 协助甲方安全团队或者渗透测试人员有效侦察和检索资产,发现存在的薄弱点和攻击面。|1.9k|Python|09/28|
|101|[brightmart/roberta_zh](https://github.com/brightmart/roberta_zh)|RoBERTa中文预训练模型: RoBERTa for Chinese |1.9k|Python|07/08|
|102|[crownpku/Information-Extraction-Chinese](https://github.com/crownpku/Information-Extraction-Chinese)|Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取|1.9k|Python|08/31|
|103|[awolfly9/IPProxyTool](https://github.com/awolfly9/IPProxyTool)|python ip proxy tool  scrapy crawl. 抓取大量免费代理 ip,提取有效 ip 使用|1.8k|Python|10/07|
|104|[zhaoolee/StarsAndClown](https://github.com/zhaoolee/StarsAndClown)|☀️Github星聚弃疗榜, 让吃瓜群众也能享受Github带来的乐趣~Github StarsAndClown, Let the people who eat me can enjoy the fun of Github~|1.8k|Python|08/12|
|105|[zhzyker/vulmap](https://github.com/zhzyker/vulmap)|Vulmap 是一款 web 漏洞扫描和验证工具, 可对 webapps 进行漏洞扫描, 并且具备漏洞验证功能|1.8k|Python|10/04|
|106|[zhanyong-wan/dongbei](https://github.com/zhanyong-wan/dongbei)|东北方言编程语言|1.8k|Python|10/08|
|107|[observerss/textfilter](https://github.com/observerss/textfilter)|敏感词过滤的几种实现+某1w词敏感词库|1.6k|Python|08/20|
|108|[coffeehb/Some-PoC-oR-ExP](https://github.com/coffeehb/Some-PoC-oR-ExP)|各种漏洞poc、Exp的收集或编写|1.6k|Python|07/27|
|109|[seisman/how-to-write-makefile](https://github.com/seisman/how-to-write-makefile)|跟我一起写Makefile重制版|1.6k|Python|09/22|
|110|[xianhu/PSpider](https://github.com/xianhu/PSpider)|简单易用的Python爬虫框架,QQ交流群:597510560|1.6k|Python|06/21|
|111|[youyuge34/PI-REC](https://github.com/youyuge34/PI-REC)|🔥 PI-REC: Progressive Image Reconstruction Network With Edge and Color Domain. 🔥 图像翻译,条件GAN,AI绘画|1.6k|Python|09/08|
|112|[justinzm/gopup](https://github.com/justinzm/gopup)|数据接口:百度、谷歌、头条、微博指数,宏观数据,利率数据,货币汇率,千里马、独角兽公司,新闻联播文字稿,影视票房数据,高校名单,疫情数据…|1.6k|Python|09/16|
|113|[taojy123/KeymouseGo](https://github.com/taojy123/KeymouseGo)|类似按键精灵的鼠标键盘录制和自动化操作 模拟点击和键入   automate mouse clicks and keyboard input|1.6k|Python|08/10|
|114|[Mr-xn/BurpSuite-collections](https://github.com/Mr-xn/BurpSuite-collections)|有关burpsuite的插件(非商店),文章以及使用技巧的收集(此项目不再提供burpsuite破解文件,如需要请在博客mrxn.net下载)---Collection of burpsuite plugins (non-stores), articles and tips for using Burpsuite, no crack version file|1.4k|Python|08/23|
|115|[dataabc/weibo-crawler](https://github.com/dataabc/weibo-crawler)|新浪微博爬虫,用python爬取新浪微博数据,并下载微博图片和微博视频|1.4k|Python|10/10|
|116|[sczhengyabin/Image-Downloader](https://github.com/sczhengyabin/Image-Downloader)|Download images from Google, Bing, Baidu. 谷歌、百度、必应图片下载.|1.4k|Python|06/02|
|117|[songyouwei/ABSA-PyTorch](https://github.com/songyouwei/ABSA-PyTorch)|Aspect Based Sentiment Analysis, PyTorch Implementations.  基于方面的情感分析,使用PyTorch实现。|1.3k|Python|08/05|
|118|[ymcui/Chinese-XLNet](https://github.com/ymcui/Chinese-XLNet)|Pre-Trained Chinese XLNet(中文XLNet预训练模型)|1.3k|Python|07/21|
|119|[HatBoy/Struts2-Scan](https://github.com/HatBoy/Struts2-Scan)|Struts2全漏洞扫描利用工具|1.3k|Python|07/12|
|120|[blackholll/loonflow](https://github.com/blackholll/loonflow)|基于django的工作流引擎,工单(a workflow engine base on django python)|1.3k|Python|10/10|
|121|[wnma3mz/wechat_articles_spider](https://github.com/wnma3mz/wechat_articles_spider)|微信公众号文章的爬虫|1.3k|Python|09/09|
|122|[0Chencc/CTFCrackTools](https://github.com/0Chencc/CTFCrackTools)|China's first CTFTools framework.**国内首个CTF工具框架,旨在帮助CTFer快速攻克难关|1.3k|Python|06/24|
|123|[imcaspar/gpt2-ml](https://github.com/imcaspar/gpt2-ml)|GPT2 for Multiple Languages, including pretrained models. GPT2 多语言支持, 15亿参数中文预训练模型|1.3k|Python|08/25|
|124|[caj2pdf/caj2pdf](https://github.com/caj2pdf/caj2pdf)|Convert CAJ (China Academic Journals) files to PDF. 转换**知网 CAJ 格式文献为 PDF。佛系转换,成功与否,皆是玄学。|1.3k|Python|09/19|
|125|[LoRexxar/Kunlun-M](https://github.com/LoRexxar/Kunlun-M)|KunLun-M是一个完全开源的静态白盒扫描工具,支持PHP、JavaScript的语义扫描,基础安全、组件安全扫描,Chrome Ext\Solidity的基础扫描。|1.2k|Python|10/09|
|126|[Ascotbe/Medusa](https://github.com/Ascotbe/Medusa)|🐈Medusa是一个红队武器库平台,目前包括XSS平台、协同平台、CVE监控、免杀生成、DNSLOG、钓鱼邮件等功能,持续开发中 |1.2k|Python|10/06|
|127|[blmoistawinde/HarvestText](https://github.com/blmoistawinde/HarvestText)|文本挖掘和预处理工具(文本清洗、新词发现、情感分析、实体识别链接、关键词抽取、知识抽取、句法分析等),无监督或弱监督方法|1.2k|Python|05/10|
|128|[jimmy201602/webterminal](https://github.com/jimmy201602/webterminal)|ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket  file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django|1.2k|Python|10/06|
|129|[luopeixiang/named_entity_recognition](https://github.com/luopeixiang/named_entity_recognition)|中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)|1.2k|Python|06/24|
|130|[striver-ing/wechat-spider](https://github.com/striver-ing/wechat-spider)|开源微信爬虫:爬取公众号所有 文章、阅读量、点赞量和评论内容。易部署。持续维护!!!|1.2k|Python|09/22|
|131|[githublitao/api_automation_test](https://github.com/githublitao/api_automation_test)|接口自动化测试平台,已停止维护,看心情改改|1.2k|Python|06/11|
|132|[MoyuScript/bilibili-api](https://github.com/MoyuScript/bilibili-api)|哔哩哔哩的API调用模块|1.2k|Python|10/08|
|133|[bubbliiiing/yolov4-pytorch](https://github.com/bubbliiiing/yolov4-pytorch)|这是一个YoloV4-pytorch的源码,可以用于训练自己的模型。|1.2k|Python|10/04|
|134|[guofei9987/blind_watermark](https://github.com/guofei9987/blind_watermark)|Blind Watermark (图片盲水印,提取水印无须原图!)|1.2k|Python|07/21|
|135|[conanhujinming/comments-for-awesome-courses](https://github.com/conanhujinming/comments-for-awesome-courses)|名校公开课程评价网|1.2k|Python|10/06|
|136|[yongzhuo/nlp_xiaojiang](https://github.com/yongzhuo/nlp_xiaojiang)|自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,bert+bilstm+crf),数据增强(text augment, data enhance),同义句同义词生成,句子主干提取(mainpart),中文汉语短文本相似度,文本特征工程,keras-http-service调用|1.1k|Python|09/23|
|137|[yongzhuo/Keras-TextClassification](https://github.com/yongzhuo/Keras-TextClassification)|中文长文本分类、短句子分类、多标签分类、两句子相似度(Chinese Text Classification of Keras NLP, multi-label classify, or sentence classify, long or short),字词句向量嵌入层(embeddings)和网络层(graph)构建基类,FastText,TextCNN,CharCNN,TextRNN,  RCNN,  DCNN, DPCNN, VDCNN, CRNN, Bert, Xlnet, Albert, Attention, DeepMoji, HAN, 胶囊网络-CapsuleNet, Tran ...|1.1k|Python|09/02|
|138|[0x727/ShuiZe_0x727](https://github.com/0x727/ShuiZe_0x727)|信息收集自动化工具|1.1k|Python|09/27|
|139|[dixudx/tumblr-crawler](https://github.com/dixudx/tumblr-crawler)|Easily download all the photos/videos from tumblr blogs. 下载指定的 Tumblr 博客中的图片,视频|1.1k|Python|08/22|
|140|[ZainCheung/netease-cloud](https://github.com/ZainCheung/netease-cloud)|网易云音乐全自动每日打卡300首歌升级账号等级,支持微信提醒,支持无服务器云函数部署|1.1k|Python|10/03|
|141|[fzlee/alipay](https://github.com/fzlee/alipay)|Python Alipay(支付宝) SDK with SHA1/SHA256 support|1.1k|Python|08/19|
|142|[jerry3747/taobao_seckill](https://github.com/jerry3747/taobao_seckill)|淘宝、天猫半价抢购,抢电视、抢茅台,干死黄牛党|1.1k|Python|09/11|
|143|[DQinYuan/chinese_province_city_area_mapper](https://github.com/DQinYuan/chinese_province_city_area_mapper)|一个用于提取简体中文字符串中省,市和区并能够进行映射,检验和简单绘图的python模块|1.1k|Python|09/08|
|144|[StepfenShawn/Cantonese](https://github.com/StepfenShawn/Cantonese)|粤语编程语言.The Cantonese programming language.|1.0k|Python|10/03|
|145|[ymcui/Chinese-ELECTRA](https://github.com/ymcui/Chinese-ELECTRA)|Pre-trained Chinese ELECTRA(中文ELECTRA预训练模型)|1.0k|Python|07/21|
|146|[phodal/iot](https://github.com/phodal/iot)|IoT, 这是一个最小Internet of Things ,一个Internet of Things相关的毕业设计产生的一个简化的物联网系统。 。|1.0k|Python|05/17|
|147|[aceimnorstuvwxz/dgk_lost_conv](https://github.com/aceimnorstuvwxz/dgk_lost_conv)| dgk_lost_conv 中文对白语料 chinese conversation corpus |1.0k|Python|05/06|
|148|[refraction-ray/xalpha](https://github.com/refraction-ray/xalpha)|基金投资管理回测引擎|998|Python|09/12|
|149|[TideSec/TideFinger](https://github.com/TideSec/TideFinger)|TideFinger——指纹识别小工具,汲取整合了多个web指纹库,结合了多种指纹检测方法,让指纹检测更快捷、准确。|981|Python|08/20|
|150|[MorvanZhou/Evolutionary-Algorithm](https://github.com/MorvanZhou/Evolutionary-Algorithm)|Evolutionary Algorithm using Python, 莫烦Python 中文AI教学|977|Python|07/14|
|151|[lengjibo/RedTeamTools](https://github.com/lengjibo/RedTeamTools)|记录自己编写、修改的部分工具|974|Python|07/11|
|152|[PeterH0323/Smart_Construction](https://github.com/PeterH0323/Smart_Construction)|Head Person Helmet Detection on Construction Sites,基于目标检测工地安全帽和禁入危险区域识别系统,🚀😆附 YOLOv5 训练自己的数据集超详细教程🚀😆2021.3新增可视化界面❗❗|967|Python|09/28|
|153|[mtianyan/VueDjangoAntdProBookShop](https://github.com/mtianyan/VueDjangoAntdProBookShop)|Vue前台 + Django3.1 + DjangoRestful Framework + Ant Design Pro V4 开发的二手书商城网站及后台管理|966|Python|10/07|
|154|[coneypo/Dlib_face_recognition_from_camera](https://github.com/coneypo/Dlib_face_recognition_from_camera)|Detect and recognize the faces from camera / 调用摄像头进行人脸识别,支持多张人脸同时识别|895|Python|08/16|
|155|[yzddmr6/WebCrack](https://github.com/yzddmr6/WebCrack)|WebCrack是一款web后台弱口令/万能密码批量检测工具,在工具中导入后台地址即可进行自动化检测。|883|Python|09/07|
|156|[yangxudong/deeplearning](https://github.com/yangxudong/deeplearning)|深度学习相关的模型训练、评估和预测相关代码|881|Python|07/26|
|157|[CLUEbenchmark/CLUENER2020](https://github.com/CLUEbenchmark/CLUENER2020)|CLUENER2020 中文细粒度命名实体识别 Fine Grained Named Entity Recognition|877|Python|06/30|
|158|[yqchilde/JDMemberCloseAccount](https://github.com/yqchilde/JDMemberCloseAccount)|学习python操作selenium的一个🌰 ,也是一种京东全自动退会方案|873|Python|10/07|
|159|[Alic-yuan/nlp-beginner-finish](https://github.com/Alic-yuan/nlp-beginner-finish)|此项目完成了关于 NLP-Beginner:自然语言处理入门练习 的所有任务,所有代码都经过测试,可以正常运行。|861|Python|05/01|
|160|[SleepyBag/Statistical-Learning-Methods](https://github.com/SleepyBag/Statistical-Learning-Methods)|Implement Statistical Leanring Methods, Li Hang the hard way. 李航《统计学习方法》一书的硬核 Python 实现|860|Python|08/17|
|161|[baidu/CUP](https://github.com/baidu/CUP)|CUP, common useful python-lib.  (Currently, Most popular python lib in baidu).  Python 开发底层库, 涵盖util、service(threadpool/generator/executor/cache等等)、logging、monitoring、增强型配置 等等库支持|858|Python|08/31|
|162|[josonle/Coding-Now](https://github.com/josonle/Coding-Now)|学习记录的一些笔记,以及所看得一些电子书eBooks、视频资源和平常收纳的一些自己认为比较好的博客、网站、工具。涉及大数据几大组件、Python机器学习和数据分析、Linux、操作系统、算法、网络等|854|Python|09/08|
|163|[curtinlv/JD-Script](https://github.com/curtinlv/JD-Script)|仅供参考。|852|Python|08/30|
|164|[Hopetree/izone](https://github.com/Hopetree/izone)|django+bootstrap4 个人博客|838|Python|10/10|
|165|[Hackxiaoya/CuteOne](https://github.com/Hackxiaoya/CuteOne)|这大概是最好的onedrive挂载程序了吧,我猜。|837|Python|06/02|
|166|[kelvinBen/AppInfoScanner](https://github.com/kelvinBen/AppInfoScanner)|一款适用于以HW行动/红队/渗透测试团队为场景的移动端(Android、iOS、WEB、H5、静态网站)信息收集扫描工具,可以帮助渗透测试工程师、攻击队成员、红队成员快速收集到移动端或者静态WEB站点中关键的资产信息并提供基本的信息输出,如:Title、Domain、CDN、指纹信息、状态信息等。|822|Python|08/31|
|167|[ninthDevilHAUNSTER/ArknightsAutoHelper](https://github.com/ninthDevilHAUNSTER/ArknightsAutoHelper)|Arknights Auto Helper based on ADB and Python      基于python的明日方舟护肝助手|818|Python|10/10|
|168|[521xueweihan/python](https://github.com/521xueweihan/python)|《笨方法学 Python》(Learn Python the Hard Way)学习笔记|817|Python|07/31|
|169|[FunnyWolf/pystinger](https://github.com/FunnyWolf/pystinger)|Bypass firewall for traffic forwarding using webshell 一款使用webshell进行流量转发的出网工具|816|Python|09/29|
|170|[zaxlct/imooc-django](https://github.com/zaxlct/imooc-django)|高仿慕课网:py3.5 + Django1.10 + xadmin 搭建的在线课程教育平台|815|Python|09/08|
|171|[zhuifengshen/DingtalkChatbot](https://github.com/zhuifengshen/DingtalkChatbot)|钉钉群自定义机器人消息Python封装|812|Python|08/26|
|172|[ChestnutHeng/Wudao-dict](https://github.com/ChestnutHeng/Wudao-dict)|有道词典的命令行版本,支持英汉互查和在线查询。|810|Python|04/12|
|173|[conwnet/wpa-dictionary](https://github.com/conwnet/wpa-dictionary)|WPA/WPA2 密码字典,用于 wifi 密码暴力破解|796|Python|07/21|
|174|[Meituan-Dianping/lyrebird](https://github.com/Meituan-Dianping/lyrebird)|移动应用插件化测试工作台|796|Python|10/08|
|175|[c0ny1/upload-fuzz-dic-builder](https://github.com/c0ny1/upload-fuzz-dic-builder)|上传漏洞fuzz字典生成脚本|796|Python|04/01|
|176|[FutunnOpen/py-futu-api](https://github.com/FutunnOpen/py-futu-api)|富途 OpenAPI  Python SDK|793|Python|09/09|
|177|[tp4a/teleport](https://github.com/tp4a/teleport)|Teleport是一款简单易用的堡垒机系统。|791|Python|08/13|
|178|[nonebot/nonebot2](https://github.com/nonebot/nonebot2)|跨平台Python异步机器人框架|790|Python|10/08|
|179|[andyzys/jd_seckill](https://github.com/andyzys/jd_seckill)|京东秒杀商品抢购|784|-|07/07|
|180|[HaoZhang95/Python24](https://github.com/HaoZhang95/Python24)|网上搜集的自学python语言的资料集合,包括整套代码和讲义集合,这是至今为止所开放网上能够查找到的最新视频教程,网上找不到其他最新的python整套视频了,. 具体的无加密的mp4视频教程和讲义集合可以在更新的Readme文件中找到,下载直接打开就能播放,项目从零基础的Python教程到深度学习,总共30章节,其中包含Python基础中的飞机大战项目,WSGI项目,Flask新经资讯项目, Django的电商项目(本应该的美多商城项目因为使用的是Vue技术,所以替换为Django天天生鲜项目)等等,希望能够帮助大家。资源搜集劳神费力,能帮到你的话是我的福分,望大家多多支持,喜欢本仓库的话,记 ...|776|Python|10/07|
|181|[sngyai/Sequoia](https://github.com/sngyai/Sequoia)|A股自动选股程序,实现了海龟交易法则、缠中说禅牛市买点,以及其他若干种技术形态|758|Python|08/11|
|182|[s045pd/DarkNet_ChineseTrading](https://github.com/s045pd/DarkNet_ChineseTrading)|🚇暗网中文网监控爬虫(DEEPMIX)|758|Python|08/25|
|183|[Tencent/bk-sops](https://github.com/Tencent/bk-sops)|蓝鲸智云标准运维(SOPS)|746|Python|10/11|
|184|[stacklens/django_blog_tutorial](https://github.com/stacklens/django_blog_tutorial)|Django搭建博客教程|742|Python|09/08|
|185|[fkxxyz/rime-cloverpinyin](https://github.com/fkxxyz/rime-cloverpinyin)|🍀️四叶草拼音输入方案,做最好用的基于rime开源的简体拼音输入方案!|734|Python|06/30|
|186|[dongrixinyu/JioNLP](https://github.com/dongrixinyu/JioNLP)|中文 NLP 预处理、解析工具包,准确、高效、易用 A Chinese NLP Preprocessing and Parsing Package|727|Python|09/26|
|187|[mozillazg/pinyin-data](https://github.com/mozillazg/pinyin-data)|汉字拼音数据|722|Python|09/19|
|188|[Xovee/uestc-course](https://github.com/Xovee/uestc-course)|电子科技大学课程复习资料共享平台. Course review material sharing platform of UESTC.|718|Python|09/23|
|189|[yidao620c/core-algorithm](https://github.com/yidao620c/core-algorithm)|算法集锦的python实现|711|Python|09/12|
|190|[out0fmemory/qqwry.dat](https://github.com/out0fmemory/qqwry.dat)|自动更新的纯真ip库,每天自动更新|707|Python|10/08|
|191|[LingDong-/qiji-font](https://github.com/LingDong-/qiji-font)|齊伋體 - typeface from Ming Dynasty woodblock printed books|700|Python|09/02|
|192|[fate0/getproxy](https://github.com/fate0/getproxy)|getproxy 是一个抓取发放代理网站,获取 http/https 代理的程序|697|Python|09/16|
|193|[425776024/nlpcda](https://github.com/425776024/nlpcda)|一键中文数据增强包 ; NLP数据增强、bert数据增强、EDA:pip install nlpcda|697|Python|09/12|
|194|[AragonSnow/qiandao](https://github.com/AragonSnow/qiandao)|基于 binux/qiandao 进行修改,添加完善功能|694|Python|10/04|
|195|[V-I-C-T-O-R/12306](https://github.com/V-I-C-T-O-R/12306)|12306买票小工具|692|Python|09/08|
|196|[QAX-A-Team/LuWu](https://github.com/QAX-A-Team/LuWu)|红队基础设施自动化部署工具|691|Python|09/08|
|197|[joe011/python](https://github.com/joe011/python)|python常用脚本|690|Python|10/08|
|198|[yjqiang/bili2.0](https://github.com/yjqiang/bili2.0)|Python3 实现的 bilibili 直播助手(多用户)|689|Python|05/07|
|199|[zhangzhao4444/Maxim](https://github.com/zhangzhao4444/Maxim)|高速uiautomator控件解析算法的Android Monkey, 每秒10-15个Action Event。实现快速DFS算法的Android Monkey , 每秒 5个Action Event。|688|Python|06/12|
|200|[minivision-ai/Silent-Face-Anti-Spoofing](https://github.com/minivision-ai/Silent-Face-Anti-Spoofing)|静默活体检测(Silent-Face-Anti-Spoofing)|688|Python|09/08|

⬆ [回到目录](#目录)

<br/>

## Go

|#|Repository|Description|Stars|Language|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[unknwon/the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN)|《The Way to Go》中文译本,中文正式名《Go 入门指南》|27.5k|Go|10/06|
|2|[kataras/iris](https://github.com/kataras/iris)|The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel   谢谢 https://github.com/kataras/iris/issues/1329  |21.3k|Go|09/22|
|3|[halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go)|✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解|20.6k|Go|10/09|
|4|[ehang-io/nps](https://github.com/ehang-io/nps)|一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.|18.6k|Go|10/10|
|5|[chai2010/advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book)|📚 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)|15.8k|Go|09/28|
|6|[greyireland/algorithm-pattern](https://github.com/greyireland/algorithm-pattern)|算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~|12.7k|Go|05/14|
|7|[txthinking/brook](https://github.com/txthinking/brook)|Brook is a cross-platform strong encryption and not detectable proxy. Zero-Configuration. Brook 是一个跨平台的强加密无特征的代理软件. 零配置.|12.6k|Go|09/03|
|8|[peterq/pan-light](https://github.com/peterq/pan-light)|百度网盘不限速客户端, golang + qt5, 跨平台图形界面|11.7k|Go|10/06|
|9|[snail007/goproxy](https://github.com/snail007/goproxy)|🔥  Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密, ...|11.0k|Go|09/28|
|10|[cloudreve/Cloudreve](https://github.com/cloudreve/Cloudreve)|🌩支持多家云存储的云盘系统 (Self-deployed file management and sharing system, supports multiple storage providers)|10.7k|Go|10/01|
|11|[flipped-aurora/gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin)|基于vite+vue3+gin搭建的开发基础平台,集成jwt鉴权,权限管理,动态路由,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等开发必备功能,五分钟一套CURD前后端代码,欢迎issue和pr~|9.8k|Go|10/09|
|12|[talkgo/night](https://github.com/talkgo/night)|Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。|9.8k|Go|09/30|
|13|[getlantern/lantern](https://github.com/getlantern/lantern)|Lantern官方版本下载 蓝灯 翻墙 代理 科学上网 外网 加速器 梯子 路由 lantern proxy vpn censorship-circumvention censorship gfw accelerator|9.6k|Go|09/23|
|14|[halfrost/Halfrost-Field](https://github.com/halfrost/Halfrost-Field)|✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地|9.5k|Go|06/11|
|15|[geektutu/7days-golang](https://github.com/geektutu/7days-golang)|7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc)  7天用Go动手写/从零实现系列|8.6k|Go|08/26|
|16|[crawlab-team/crawlab](https://github.com/crawlab-team/crawlab)|Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架|8.2k|Go|10/06|
|17|[polaris1119/The-Golang-Standard-Library-by-Example](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)|Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。|8.1k|Go|07/15|
|18|[panjf2000/ants](https://github.com/panjf2000/ants)|🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。|6.6k|Go|09/27|
|19|[smallnest/rpcx](https://github.com/smallnest/rpcx)|Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱!|6.1k|Go|09/18|
|20|[senghoo/golang-design-pattern](https://github.com/senghoo/golang-design-pattern)|设计模式 Golang实现-《研磨设计模式》读书笔记|5.6k|Go|05/12|
|21|[panjf2000/gnet](https://github.com/panjf2000/gnet)|🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。|5.3k|Go|10/07|
|22|[mindoc-org/mindoc](https://github.com/mindoc-org/mindoc)|Golang实现的基于beego框架的接口在线文档管理系统|5.2k|Go|10/09|
|23|[EasyDarwin/EasyDarwin](https://github.com/EasyDarwin/EasyDarwin)|open source、high performance、industrial rtsp streaming server,a lot of optimization on streaming relay,KeyFrame cache,RESTful,and web management,also EasyDarwin support distributed load balancing,a simple streaming media cloud platform architecture.高性能开源RTSP流媒体服务器,基于go语言研发,维护和优化:RTSP推模式转发、RTSP拉模式转发、 ...|5.1k|Go|08/11|
|24|[go-admin-team/go-admin](https://github.com/go-admin-team/go-admin)|基于Gin + Vue + Element UI的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;文档:https://doc.go-admin.dev   Demo: https://www.go-admin.dev|5.0k|Go|10/08|
|25|[sealyun/sealos](https://github.com/sealyun/sealos)|一条命令离线安装高可用kubernetes,3min装完,700M,100年证书,生产环境稳如老狗|4.7k|Go|10/09|
|26|[tophubs/TopList](https://github.com/tophubs/TopList)|今日热榜,一个获取各大热门网站热门头条的聚合网站,使用Go语言编写,多协程异步快速抓取信息,预览:https://mo.fish|4.3k|Go|08/28|
|27|[Tencent/bk-cmdb](https://github.com/Tencent/bk-cmdb)|蓝鲸智云配置平台(BlueKing CMDB)|4.2k|Go|10/09|
|28|[chaosblade-io/chaosblade](https://github.com/chaosblade-io/chaosblade)|An easy to use and powerful chaos engineering experiment toolkit.(阿里巴巴开源的一款简单易用、功能强大的混沌实验注入工具)|4.2k|Go|10/11|
|29|[huichen/wukong](https://github.com/huichen/wukong)|高度可定制的全文搜索引擎|4.0k|Go|08/24|
|30|[ouqiang/gocron](https://github.com/ouqiang/gocron)|定时任务管理系统|4.0k|Go|09/01|
|31|[aceld/zinx](https://github.com/aceld/zinx)|基于Golang轻量级TCP并发服务器框架|3.9k|Go|09/06|
|32|[SmartKeyerror/Psyduck](https://github.com/SmartKeyerror/Psyduck)|Record CS knowlegement with XMind, version 2.0. 使用 XMind 记录 Linux 操作系统,网络,C++,Golang 以及数据库的一些设计|3.9k|Go|10/08|
|33|[lanyulei/ferry](https://github.com/lanyulei/ferry)|本系统是集工单统计、任务钩子、权限管理、灵活配置流程与模版等等于一身的开源工单系统,当然也可以称之为工作流引擎。 致力于减少跨部门之间的沟通,自动任务的执行,提升工作效率与工作质量,减少不必要的工作量与人为出错率。|3.9k|Go|09/18|
|34|[KubeOperator/KubeOperator](https://github.com/KubeOperator/KubeOperator)|KubeOperator 是一个开源的轻量级 Kubernetes 发行版,专注于帮助企业规划、部署和运营生产级别的 K8s 集群。|3.9k|Go|10/10|
|35|[p4gefau1t/trojan-go](https://github.com/p4gefau1t/trojan-go)|Go实现的Trojan代理,支持多路复用/路由功能/CDN中转/Shadowsocks混淆插件,多平台,无依赖。A Trojan proxy written in Go. An unidentifiable mechanism that helps you bypass GFW. https://p4gefau1t.github.io/trojan-go/|3.8k|Go|09/14|
|36|[gwuhaolin/lightsocks](https://github.com/gwuhaolin/lightsocks)|⚡️一个轻巧的网络混淆代理🌏|3.7k|Go|05/18|
|37|[chai2010/go-ast-book](https://github.com/chai2010/go-ast-book)|📚 《Go语法树入门——开启自制编程语言和编译器之旅》(开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST/凹语言)|3.7k|Go|10/07|
|38|[moonD4rk/HackBrowserData](https://github.com/moonD4rk/HackBrowserData)|Decrypt passwords/cookies/history/bookmarks from the browser. 一款可全平台运行的浏览器数据导出解密工具。|3.7k|Go|10/10|
|39|[overnote/over-golang](https://github.com/overnote/over-golang)|Golang相关:[审稿进度80%]Go语法、Go并发**、Go与web开发、Go微服务设施等|3.3k|Go|09/07|
|40|[douyu/jupiter](https://github.com/douyu/jupiter)|Jupiter是斗鱼开源的面向服务治理的Golang微服务框架|3.3k|Go|09/27|
|41|[golang-design/under-the-hood](https://github.com/golang-design/under-the-hood)|📚 Go: Under The Hood   Go 语言原本   https://golang.design/under-the-hood|3.2k|Go|07/30|
|42|[golang-design/Go-Questions](https://github.com/golang-design/Go-Questions)|📖 从问题切入,串连  Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions|3.2k|Go|08/16|
|43|[silenceper/wechat](https://github.com/silenceper/wechat)|WeChat SDK for Go (微信SDK:简单、易用)|3.0k|Go|10/08|
|44|[qax-os/ElasticHD](https://github.com/qax-os/ElasticHD)|Elasticsearch 可视化DashBoard, 支持Es监控、实时搜索,Index template快捷替换修改,索引列表信息查看, SQL converts to DSL等 |2.9k|Go|09/28|
|45|[Mrs4s/go-cqhttp](https://github.com/Mrs4s/go-cqhttp)|cqhttp的golang实现,轻量、原生跨平台.|2.8k|Go|10/10|
|46|[sjqzhang/go-fastdfs](https://github.com/sjqzhang/go-fastdfs)|go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small fil ...|2.8k|Go|10/11|
|47|[goodrain/rainbond](https://github.com/goodrain/rainbond)|Cloud-native and easy-to-use application management platform   云原生且易用的应用管理平台|2.8k|Go|09/29|
|48|[eolinker/goku_lite](https://github.com/eolinker/goku_lite)|A Powerful HTTP API Gateway in pure golang!Goku API Gateway (中文名:悟空 API 网关)是一个基于 Golang开发的微服务网关,能够实现高性能 HTTP API 转发、服务编排、多租户管理、API 访问权限控制等目的,拥有强大的自定义插件系统可以自行扩展,并且提供友好的图形化配置界面,能够快速帮助企业进行 API 服务治理、提高 API 服务的稳定性和安全性。|2.7k|Go|09/28|
|49|[gopl-zh/gopl-zh.github.com](https://github.com/gopl-zh/gopl-zh.github.com)|Go语言圣经中文版(只接收PR, Issue请提交到golang-china/gopl-zh)|2.6k|Go|09/23|
|50|[Jrohy/trojan](https://github.com/Jrohy/trojan)|trojan多用户管理部署程序, 支持web页面管理|2.6k|Go|09/23|
|51|[geektutu/high-performance-go](https://github.com/geektutu/high-performance-go)|high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps)|2.4k|Go|06/05|
|52|[TruthHun/BookStack](https://github.com/TruthHun/BookStack)|BookStack,基于MinDoc,使用Beego开发的在线文档管理系统,功能类似Gitbook和看云。|2.4k|Go|04/28|
|53|[xinliangnote/go-gin-api](https://github.com/xinliangnote/go-gin-api)|基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码、gRPC 的使用、cron 定时任务 等等。|2.4k|Go|10/01|
|54|[shadow1ng/fscan](https://github.com/shadow1ng/fscan)|一款内网综合扫描工具,方便一键自动化、全方位漏扫扫描。|2.4k|Go|10/07|
|55|[eyebluecn/tank](https://github.com/eyebluecn/tank)|《蓝眼云盘》(Eyeblue Cloud Storage)|2.3k|Go|08/27|
|56|[chanxuehong/wechat](https://github.com/chanxuehong/wechat)|weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk |2.3k|Go|10/09|
|57|[lifei6671/interview-go](https://github.com/lifei6671/interview-go)|golang面试题集合|2.3k|Go|09/03|
|58|[phachon/mm-wiki](https://github.com/phachon/mm-wiki)|MM-Wiki 一个轻量级的企业知识分享与团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。部署方便,使用简单,帮助团队构建一个信息共享、文档管理的协作环境。|2.2k|Go|06/22|
|59|[liangdas/mqant](https://github.com/liangdas/mqant)|mqant是一款基于Golang语言的简洁,高效,高性能的分布式微服务框架|2.2k|Go|09/13|
|60|[studygolang/studygolang](https://github.com/studygolang/studygolang)|Go 语言中文网   Golang中文社区   Go语言学习园地 源码|2.2k|Go|08/19|
|61|[wxbool/video-srt-windows](https://github.com/wxbool/video-srt-windows)|这是一个可以识别视频语音自动生成字幕SRT文件的开源 Windows-GUI 软件工具。|2.2k|Go|10/09|
|62|[dreamans/syncd](https://github.com/dreamans/syncd)|syncd是一款开源的代码部署工具,它具有简单、高效、易用等特点,可以提高团队的工作效率.|2.0k|Go|10/06|
|63|[alibaba/RedisShake](https://github.com/alibaba/RedisShake)|redis-shake is a tool for synchronizing data between two redis databases. Redis-shake 是一个用于在两个 redis之 间同步数据的工具,满足用户非常灵活的同步、迁移需求。|1.9k|Go|10/09|
|64|[roseduan/rosedb](https://github.com/roseduan/rosedb)|🚀A fast, stable and embedded k-v storage in pure Golang, supports string, list, hash, set, sorted set. 一个 Go 语言实现的快速、稳定、内嵌的 k-v 存储引擎。|1.9k|Go|10/08|
|65|[esrrhs/pingtunnel](https://github.com/esrrhs/pingtunnel)|ICMP流量伪装转发工具 ping tunnel is a tool that advertises tcp/udp/socks5 traffic as icmp traffic for forwarding.|1.8k|Go|09/28|
|66|[darjun/go-daily-lib](https://github.com/darjun/go-daily-lib)|Go 每日一库|1.8k|Go|08/12|
|67|[bilibili/overlord](https://github.com/bilibili/overlord)|Overlord是哔哩哔哩基于Go语言编写的memcache和redis&cluster的代理及集群管理功能,致力于提供自动化高可用的缓存服务解决方案。|1.8k|Go|10/06|
|68|[8treenet/freedom](https://github.com/8treenet/freedom)|Freedom是一个基于六边形架构的框架,可以支撑充血的领域模型范式。|1.8k|Go|10/10|
|69|[xinliangnote/Go](https://github.com/xinliangnote/Go)|【Go 从入门到实战】学习笔记,从零开始学 Go、Gin 框架,基本语法包括 26 个Demo,Gin 框架包括:Gin 自定义路由配置、Gin 使用 Logrus 进行日志记录、Gin 数据绑定和验证、Gin 自定义错误处理、Go gRPC Hello World... 持续更新中... |1.7k|Go|04/10|
|70|[alberliu/gim](https://github.com/alberliu/gim)|golang写的IM服务器(服务组件形式)|1.7k|Go|09/22|
|71|[go-ego/gse](https://github.com/go-ego/gse)|Go efficient multilingual NLP and text segmentation; support english, chinese, japanese and other. Go 高性能多语言 NLP 和分词|1.6k|Go|10/07|
|72|[yanyiwu/gojieba](https://github.com/yanyiwu/gojieba)|"结巴"中文分词的Golang版本|1.6k|Go|06/05|
|73|[link1st/go-stress-testing](https://github.com/link1st/go-stress-testing)|go 实现的压测工具,ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】|1.5k|Go|09/28|
|74|[zu1k/proxypool](https://github.com/zu1k/proxypool)|自动抓取tg频道、订阅地址、公开互联网上的ss、ssr、vmess、trojan节点信息,聚合去重后提供节点列表。欢迎star|1.5k|Go|10/08|
|75|[huichen/sego](https://github.com/huichen/sego)|Go中文分词|1.5k|Go|08/24|
|76|[openscrm/api-server](https://github.com/openscrm/api-server)|OpenSCRM是一套基于Go和React的超高质量企业微信私域流量管理系统 。企业微信、私域流量、SCRM、CRM、Golang、React、企业微信SDK|1.5k|Go|09/06|
|77|[funny/link](https://github.com/funny/link)|Go语言网络层脚手架|1.5k|Go|10/09|
|78|[xormplus/xorm](https://github.com/xormplus/xorm)|xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作|1.5k|Go|08/22|
|79|[yangwenmai/learning-golang](https://github.com/yangwenmai/learning-golang)|Go 学习之路:Go 开发者博客、Go 微信公众号、Go 学习资料(文档、书籍、视频)|1.4k|Go|04/20|
|80|[go-pay/gopay](https://github.com/go-pay/gopay)|微信、支付宝、PayPal 的Go版本SDK。【极简、易用的聚合支付SDK】|1.4k|Go|10/09|
|81|[RainbowMango/GoExpertProgramming](https://github.com/RainbowMango/GoExpertProgramming)|《Go专家编程》Go语言快速入门,轻松进阶!|1.4k|Go|04/23|
|82|[davyxu/tabtoy](https://github.com/davyxu/tabtoy)|高性能表格数据导出器|1.4k|Go|06/20|
|83|[naiba/nezha](https://github.com/naiba/nezha)|:trollface: 哪吒监控 一站式轻监控轻运维系统。支持系统状态、HTTP、TCP、Ping 监控报警,命令批量执行和计划任务。|1.4k|Go|10/10|
|84|[HDT3213/godis](https://github.com/HDT3213/godis)|A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群|1.3k|Go|09/30|
|85|[pibigstar/go-demo](https://github.com/pibigstar/go-demo)|Go语言实例教程从入门到进阶,包括基础库使用、设计模式、面试易错点、工具类、对接第三方等|1.3k|Go|09/15|
|86|[hwholiday/learning_tools](https://github.com/hwholiday/learning_tools)|Go 学习、Go 进阶、Go 实用工具类、Go-kit ,Go-Micro 微服务实践、Go 推送|1.3k|Go|09/20|
|87|[xiaobaiTech/golangFamily](https://github.com/xiaobaiTech/golangFamily)|【超全golang面试题合集+golang学习指南+golang知识图谱+入门成长路线】 一份涵盖大部分golang程序员所需要掌握的核心知识。常用第三方库(mysql,mq,es,redis等)+机器学习库+算法库+游戏库+开源框架+自然语言处理nlp库+网络库+视频库+微服务框架+视频教程+音频音乐库+图形图片库+物联网库+地理位置信息+嵌入式脚本库+编译器库+数据库+金融库+电子邮件库+电子书籍+分词+数据结构+设计模式+去html tag标签等+go学习+go面试|1.3k|Go|08/17|
|88|[knownsec/ksubdomain](https://github.com/knownsec/ksubdomain)|无状态子域名爆破工具|1.2k|Go|04/09|
|89|[link1st/gowebsocket](https://github.com/link1st/gowebsocket)|golang基于websocket单台机器支持百万连接分布式聊天(IM)系统|1.2k|Go|09/28|
|90|[gobyexample-cn/gobyexample](https://github.com/gobyexample-cn/gobyexample)|Go by Example 通过例子学 Golang|1.2k|Go|05/19|
|91|[henson/proxypool](https://github.com/henson/proxypool)|Golang实现的IP代理池|1.2k|Go|04/08|
|92|[george518/PPGo_Job](https://github.com/george518/PPGo_Job)|PPGo_Job是一款可视化的、多人多权限的、一任务多机执行的定时任务管理系统,采用golang开发,安装方便,资源消耗少,支持大并发,可同时管理多台服务器上的定时任务。|1.2k|Go|05/19|
|93|[zxh0/jvmgo-book](https://github.com/zxh0/jvmgo-book)|《自己动手写Java虚拟机》随书源代码|1.2k|Go|07/31|
|94|[inbug-team/InScan](https://github.com/inbug-team/InScan)|边界打点后的自动化渗透工具|1.2k|Go|07/19|
|95|[smartwalle/alipay](https://github.com/smartwalle/alipay)|支付宝 AliPay SDK for Go, 集成简单,功能完善,持续更新,支持公钥证书和普通公钥进行签名和验签。|1.2k|Go|09/13|
|96|[karldoenitz/Tigo](https://github.com/karldoenitz/Tigo)|Tigo is an HTTP web framework written in Go (Golang).It features a Tornado-like API with better performance.  Tigo是一款用Go语言开发的web应用框架,API特性类似于Tornado并且拥有比Tornado更好的性能。|1.2k|Go|09/22|
|97|[feiyu563/PrometheusAlert](https://github.com/feiyu563/PrometheusAlert)|Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等|1.2k|Go|09/28|
|98|[didi/sharingan](https://github.com/didi/sharingan)|Sharingan(写轮眼)是一个基于golang的流量录制回放工具,适合项目重构、回归测试等。|1.2k|Go|09/10|
|99|[xluohome/phonedata](https://github.com/xluohome/phonedata)|手机号码归属地信息库、手机号归属地查询   phone.dat 最后更新:2021年08月 |1.2k|Go|08/31|
|100|[alibaba/MongoShake](https://github.com/alibaba/MongoShake)|MongoShake is a universal data replication platform based on MongoDB's oplog. Redundant replication and active-active replication are two most important functions. 基于mongodb oplog的集群复制工具,可以满足迁移和同步的需求,进一步实现灾备和多活功能。|1.2k|Go|10/09|
|101|[smallnest/dive-to-gosync-workshop](https://github.com/smallnest/dive-to-gosync-workshop)|深入Go并发编程研讨课|1.2k|Go|08/03|
|102|[txthinking/mr2](https://github.com/txthinking/mr2)|mr2 can help you expose local server to external network. Support both TCP/UDP, of course support HTTP.  Zero-Configuration. mr2 帮助你将本地端口暴露在外网.支持TCP/UDP, 当然也支持HTTP.|1.2k|Go|07/16|
|103|[gourouting/singo](https://github.com/gourouting/singo)|Gin+Gorm开发Golang API快速开发脚手架|1.2k|Go|05/31|
|104|[iwannay/jiacrontab](https://github.com/iwannay/jiacrontab)|简单可信赖的任务管理工具|1.1k|Go|08/18|
|105|[go-kiss/sniper](https://github.com/go-kiss/sniper)|轻量级 go 业务框架。|1.1k|Go|09/28|
|106|[OpenIMSDK/Open-IM-Server](https://github.com/OpenIMSDK/Open-IM-Server)|OpenIM:由前微信技术专家打造的基于 Go 实现的即时通讯(IM)项目,从服务端到客户端SDK开源即时通讯(IM)整体解决方案,可以轻松替代第三方IM云服务,打造具备聊天、社交功能的app。|1.1k|Go|10/10|
|107|[Go-zh/tour](https://github.com/Go-zh/tour)|Go 语言官方教程中文版|1.1k|Go|06/01|
|108|[3xxx/engineercms](https://github.com/3xxx/engineercms)|工程师知识管理系统:基于golang go语言(beego框架)。每个行业都有自己的知识管理系统,engineercms旨在为土木工程师们打造一款适用的基于web的知识管理系统。它既可以用于管理个人的项目资料,也可以用于管理项目团队资料;它既可以运行于个人电脑,也可以放到服务器上。支持提取码分享文件,onlyoffice实时文档协作,直接在线编辑dwg文件、office文档,在线利用mindoc创作你的书籍,阅览PDF文件。通用的业务流程设置。手机端配套小程序,微信搜索“珠三角设代”或“青少儿书画”即可呼出小程序。|1.0k|Go|09/24|
|109|[hanchuanchuan/goInception](https://github.com/hanchuanchuan/goInception)|一个集审核、执行、备份及生成回滚语句于一身的MySQL运维工具|1.0k|Go|10/07|
|110|[saltbo/zpan](https://github.com/saltbo/zpan)|A self-hosted cloud disk base on the cloud storage./ 一个基于云存储的网盘系统,用于自建私人网盘或企业网盘。|1.0k|Go|10/02|
|111|[mozillazg/go-pinyin](https://github.com/mozillazg/go-pinyin)|汉字转拼音|1.0k|Go|05/13|
|112|[Xhofe/alist](https://github.com/Xhofe/alist)|一个阿里云盘列表程序|984|Go|09/27|
|113|[royalrick/weapp](https://github.com/royalrick/weapp)|微信小程序服务端 SDK (for Golang)|953|Go|10/08|
|114|[bobohume/gonet](https://github.com/bobohume/gonet)|go分布式服务器,基于内存mmo|939|Go|10/01|
|115|[go-spring/go-spring](https://github.com/go-spring/go-spring)|基于 IoC 的 Go 后端一站式开发框架 🚀|934|Go|10/10|
|116|[gookit/color](https://github.com/gookit/color)|🎨 Terminal color rendering library, support 8/16 colors, 256 colors, RGB color rendering output, support Print/Sprintf methods, compatible with Windows. GO CLI 控制台颜色渲染工具库,支持16色,256色,RGB色彩渲染输出,使用类似于 Print/Sprintf,兼容并支持 Windows 环境的色彩渲染|932|Go|09/03|
|117|[indes/flowerss-bot](https://github.com/indes/flowerss-bot)|A telegram bot  for rss reader. 一个支持应用内阅读的 Telegram RSS Bot。|914|Go|09/21|
|118|[master-coder-ll/v2ray-web-manager](https://github.com/master-coder-ll/v2ray-web-manager)|v2ray-web-manager 是一个v2ray的面板,也是一个集群的解决方案;同时增加了流量控制/账号管理/限速等功能。key: admin , panel ,web,cluster,集群,proxy|908|Go|05/20|
|119|[brokercap/Bifrost](https://github.com/brokercap/Bifrost)|Bifrost ---- 面向生产环境的 MySQL 同步到Redis,MongoDB,ClickHouse,MySQL等服务的异构中间件|881|Go|08/11|
|120|[tjfoc/gmsm](https://github.com/tjfoc/gmsm)|GM SM2/3/4 library based on Golang (基于Go语言的国密SM2/SM3/SM4算法库)|875|Go|09/18|
|121|[guonaihong/gout](https://github.com/guonaihong/gout)|gout to become the Swiss Army Knife of the http client @^^@--->  gout 是http client领域的瑞士军刀,小巧,强大,犀利。具体用法可看文档,如使用迷惑或者API用得不爽都可提issues|873|Go|09/27|
|122|[taoshihan1991/go-fly](https://github.com/taoshihan1991/go-fly)|开源客服系统GO语言开发GO-FLY,免费客服系统/open source live customer chat by golang|846|Go|07/26|
|123|[Janusec/janusec](https://github.com/Janusec/janusec)|Janusec Application Gateway, Provides Fast and Secure Application Delivery (Authentication, WAF/CC, HTTPS and ACME automatic certificates).  JANUSEC应用网关,提供快速、安全的应用交付(身份认证, WAF/CC, HTTPS以及ACME自动证书)。|837|Go|10/09|
|124|[go-eagle/eagle](https://github.com/go-eagle/eagle)|🦅一款小巧的基于Go构建的开发框架,可以快速构建API服务或者Web网站进行业务开发,遵循SOLID设计原则|822|Go|10/09|
|125|[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|818|Go|10/08|
|126|[jeessy2/ddns-go](https://github.com/jeessy2/ddns-go)|简单好用的DDNS。自动更新域名解析到公网IP(支持阿里云、腾讯云dnspod、Cloudflare、华为云)|815|Go|10/09|
|127|[sevenelevenlee/go-patterns](https://github.com/sevenelevenlee/go-patterns)|Golang 设计模式|810|Go|07/22|
|128|[wangsongyan/wblog](https://github.com/wangsongyan/wblog)|基于gin+gorm开发的个人博客项目|803|Go|06/18|
|129|[awake1t/linglong](https://github.com/awake1t/linglong)|一款甲方资产巡航扫描系统。系统定位是发现资产,进行端口爆破。帮助企业更快发现弱口令问题。主要功能包括: 资产探测、端口爆破、定时任务、管理后台识别、报表展示|799|Go|09/30|
|130|[caixw/apidoc](https://github.com/caixw/apidoc)|RESTful API 文档生成工具,支持 Go、Java、Swift、JavaScript、Rust、PHP、Python、Typescript、Kotlin 和 Ruby 等大部分语言。|797|Go|08/27|
|131|[qjfoidnh/BaiduPCS-Go](https://github.com/qjfoidnh/BaiduPCS-Go)|iikira/BaiduPCS-Go原版基础上集成了分享链接/秒传链接转存功能|769|Go|10/06|
|132|[ixre/go2o](https://github.com/ixre/go2o)|基于DDD的o2o的业务模型及基础, 使用Golang+gRPC/Thrift实现|752|Go|10/10|
|133|[jweny/pocassist](https://github.com/jweny/pocassist)|全新的开源漏洞测试框架,实现poc在线编辑、运行、批量测试。使用文档:|750|Go|09/27|
|134|[EdgeSecurityTeam/EHole](https://github.com/EdgeSecurityTeam/EHole)|EHole(棱洞)3.0 重构版-红队重点攻击系统指纹探测工具|736|Go|08/23|
|135|[zu1k/nali](https://github.com/zu1k/nali)|An offline tool for querying IP geographic information and CDN provider.一个查询IP地理信息和CDN服务提供商的离线终端工具.|733|Go|09/22|
|136|[EndlessCheng/mahjong-helper](https://github.com/EndlessCheng/mahjong-helper)|日本麻将助手:牌效+防守+记牌(支持雀魂、天凤)|732|Go|09/08|
|137|[labulaka521/crocodile](https://github.com/labulaka521/crocodile)|Distributed Task Scheduling System 分布式定时任务调度平台|730|Go|10/06|
|138|[marmotedu/iam](https://github.com/marmotedu/iam)|企业级的 Go 语言实战项目(可作为Go项目开发脚手架)|718|Go|10/10|
|139|[cnbattle/douyin](https://github.com/cnbattle/douyin)|抖音推荐/搜索页视频列表视频爬虫方案,基于app(虚拟机或真机) 相关技术 golang adb|708|Go|08/09|
|140|[hr3lxphr6j/bililive-go](https://github.com/hr3lxphr6j/bililive-go)|一个直播录制工具|706|Go|10/07|
|141|[baiyutang/meetup](https://github.com/baiyutang/meetup)|【❤️ 互联网最全大厂技术分享PPT 👍🏻 持续更新中!】🍻各大技术交流会、活动资料汇总 ,如 👉QCon👉全球运维技术大会 👉 GDG 👉 全球技术领导力峰会👉大前端大会👉架构师峰会👉敏捷开发DevOps👉OpenResty👉Elastic,欢迎  PR  / Issues|705|Go|09/24|
|142|[itcloudy/ERP](https://github.com/itcloudy/ERP)|基于beego的进销存系统|694|Go|08/11|
|143|[b1gcat/DarkEye](https://github.com/b1gcat/DarkEye)|渗透测试情报收集工具|686|Go|09/22|
|144|[opentrx/seata-golang](https://github.com/opentrx/seata-golang)|A Distributed Transaction Framework, like SEATA, support TCC mode and AT mode. DingTalk: seata-golang 社区|686|Go|10/09|
|145|[yunionio/cloudpods](https://github.com/yunionio/cloudpods)|A cloud-native open-source unified multi-cloud and hybrid-cloud platform. 开源、云原生的多云管理及混合云融合平台|661|Go|10/10|
|146|[hantmac/Mastering_Go_Second_Edition_Zh_CN](https://github.com/hantmac/Mastering_Go_Second_Edition_Zh_CN)|Mastering Go 第二版中文版来袭!|659|Go|04/28|
|147|[k8gege/LadonGo](https://github.com/k8gege/LadonGo)|Ladon Pentest Scanner framework  全平台Go开源内网渗透扫描器框架,Windows/Linux/Mac内网渗透,使用它可轻松一键批量探测C段、B段、A段存活主机、高危漏洞检测MS17010、SmbGhost,远程执行SSH/Winrm,密码爆破SMB/SSH/FTP/Mysql/Mssql/Oracle/Winrm/HttpBasic/Redis,端口扫描服务识别PortScan指纹识别/HttpBanner/HttpTitle/TcpBanner/Weblogic/Oxid多网卡主机,端口扫描服务识别PortScan。|655|Go|07/27|
|148|[inherd/coca](https://github.com/inherd/coca)|Coca is a toolbox which is design for legacy system refactoring and analysis, includes call graph, concept analysis, api tree, design patterns suggest. Coca 是一个用于系统重构、系统迁移和系统分析的工具箱。它可以分析代码中的测试坏味道、模块化分析、行数统计、分析调用与依赖、Git 分析以及自动化重构等。|650|Go|07/09|
|149|[tiger1103/gfast](https://github.com/tiger1103/gfast)|基于GF(Go Frame)的后台管理系统|648|Go|09/27|
|150|[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.|641|Go|09/17|
|151|[DOUBLE-Baller/momo](https://github.com/DOUBLE-Baller/momo)|php直播go直播,短视频,直播带货,仿比心,猎游,tt语音聊天,美女约玩,陪玩系统源码开黑,约玩源码.|635|Go|06/07|
|152|[Mrs4s/MiraiGo](https://github.com/Mrs4s/MiraiGo)|qq协议的golang实现, 移植于mirai|609|Go|10/05|
|153|[33cn/chain33](https://github.com/33cn/chain33)|高度模块化, 遵循 KISS原则的区块链开发框架|602|Go|10/08|
|154|[childe/gohangout](https://github.com/childe/gohangout)|golang版本的hangout, 希望能省些内存. 使用了自己写的Kafka lib .. 虚. 不过我们在生产环境已经使用近1年, kafka 版本从0.9.0.1到2.0都在使用, 目前情况稳定. 吞吐量在每天2000亿条以上.|600|Go|10/09|
|155|[zxh0/luago-book](https://github.com/zxh0/luago-book)|《自己动手实现Lua》随书源代码|591|Go|06/17|
|156|[XrayR-project/XrayR](https://github.com/XrayR-project/XrayR)|A Xray backend framework that can easily support many panels. 一个基于Xray的后端框架,支持V2ay,Trojan,Shadowsocks协议,极易扩展,支持多面板对接|578|Go|09/30|
|157|[kplcloud/kplcloud](https://github.com/kplcloud/kplcloud)|基于Kubernetes的PaaS平台|578|Go|09/12|
|158|[admpub/nging](https://github.com/admpub/nging)|漂亮的Go语言通用后台管理系统,包含:计划任务 / MySQL管理 / Redis管理 / FTP管理 / SSH管理 / 服务器管理 / Caddy配置 / DDNS / FRP可视化配置 / 云存储管理 等功能。可运行于 Windows / Linux / MacOS 等主流系统平台和 树莓派 / 路由器 等ARM设备|572|Go|10/09|
|159|[hidu/mysql-schema-sync](https://github.com/hidu/mysql-schema-sync)|mysql表结构自动同步工具(目前只支持字段、索引的同步,分区等高级功能暂不支持)|572|Go|09/03|
|160|[Golangltd/LollipopGo](https://github.com/Golangltd/LollipopGo)|稳定分支2.9.X 版本已更新,由【Golang语言游戏服务器】维护,全球服游戏服务器及区域服框架,目前协议支持websocket、http、KCP、TCP及RPC,采用状态同步(帧同步内测),愿景:打造MMO多人竞技游戏框架! 功能持续更新中... ...|564|Go|10/04|
|161|[xiecat/goblin](https://github.com/xiecat/goblin)|一款适用于红蓝对抗中的仿真钓鱼系统|559|Go|09/28|
|162|[jiajunhuang/blog](https://github.com/jiajunhuang/blog)|Jiajun的编程随想|553|Go|09/29|
|163|[lcvvvv/kscan](https://github.com/lcvvvv/kscan)|Kscan是一款轻量级的资产发现工具,可针对IP/IP段或资产列表进行端口扫描以及TCP指纹识别和Banner抓取,在不发送更多的数据包的情况下尽可能的获取端口更多信息。 并且针对扫描结果进行自动化暴力破解,且是go平台首款开源的RDP暴力破解工具。|546|Go|09/26|
|164|[withlin/canal-go](https://github.com/withlin/canal-go)| Alibaba mysql database binlog incremental subscription & consumer components Canal's golang client[阿里巴巴mysql数据库binlog的增量订阅&消费组件 Canal 的 go 客户端 ]   https://github.com/alibaba/canal |527|Go|04/16|
|165|[awake1t/PortBrute](https://github.com/awake1t/PortBrute)|一款跨平台小巧的端口爆破工具,支持爆破FTP/SSH/SMB/MSSQL/MYSQL/POSTGRESQL/MONGOD / A cross-platform compact port blasting tool that supports blasting FTP/SSH/SMB/MSSQL/MYSQL/POSTGRESQL/MONGOD|518|Go|10/09|
|166|[didi/falcon-log-agent](https://github.com/didi/falcon-log-agent)|用于监控系统的日志采集agent,可无缝对接open-falcon|504|Go|05/13|
|167|[vidar-team/Cardinal](https://github.com/vidar-team/Cardinal)|CTF🚩 AWD (Attack with Defense) 线下赛平台 / AWD platform - 欢迎 Star~ ✨|496|Go|10/06|
|168|[baidu/EasyFaaS](https://github.com/baidu/EasyFaaS)|EasyFaaS是一个依赖轻、适配性强、资源占用少、无状态且高性能的函数计算服务引擎|493|Go|09/02|
|169|[micro-plat/hydra](https://github.com/micro-plat/hydra)|后端一站式微服务框架,提供API、web、websocket,RPC、任务调度、消息消费服务器|491|Go|10/09|
|170|[Tencent/bk-bcs](https://github.com/Tencent/bk-bcs)|蓝鲸智云容器管理平台(BlueKing Container Service)|490|Go|09/28|
|171|[zxysilent/blog](https://github.com/zxysilent/blog)|一个go、echo、xorm、vue 开发的快速、简洁、美观、前后端分离的个人博客系统(blog)、也可方便二次开发为CMS(内容管理系统)和各种企业门户网站。此仓库只提供单用户版本方便拿来即用,不考虑权限,正在积极开发,多用户版正在规划中...敬请期待|479|Go|10/05|
|172|[gookit/validate](https://github.com/gookit/validate)|⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。|475|Go|10/06|
|173|[meshplus/bitxhub](https://github.com/meshplus/bitxhub)|Interchain protocol 跨链协议|472|Go|10/09|
|174|[libsgh/PanIndex](https://github.com/libsgh/PanIndex)|网盘目录列表,目前支持天翼云、teambition盘、阿里云盘、OneDrive等|472|Go|10/09|
|175|[sohaha/zlsgo](https://github.com/sohaha/zlsgo)|简单易用、足够轻量、性能好的 Golang 库 - Easy to use, light enough, good performance Golang library|469|Go|10/09|
|176|[yqchilde/Golang-Interview](https://github.com/yqchilde/Golang-Interview)|Golang面试题,收集自Golang中文网,收集是为了自己可以巩固复习,不必要每次去找|459|Go|07/09|
|177|[mohuishou/go-design-pattern](https://github.com/mohuishou/go-design-pattern)|golang design pattern go 设计模式实现,包含 23 种常见的设计模式实现,同时这也是极客时间-设计模式之美 的笔记|455|Go|06/04|
|178|[Monibuca/engine](https://github.com/Monibuca/engine)|Monibuca 核心引擎,包含流媒体核心转发逻辑,需要配合功能插件一起组合运行|453|Go|10/02|
|179|[zhzyker/dismap](https://github.com/zhzyker/dismap)|Asset discovery and identification tools 快速识别 Web 指纹信息,定位资产类型。辅助红队快速定位目标资产信息,辅助蓝队发现疑似脆弱点|451|Go|10/04|
|180|[CTF-MissFeng/GoScan](https://github.com/CTF-MissFeng/GoScan)|GoScan是采用Golang语言编写的一款分布式综合资产管理系统,适合红队、SRC等使用|446|Go|05/06|
|181|[axiaoxin-com/x-stock](https://github.com/axiaoxin-com/x-stock)|Golang实现,财报分析,股票检测,基本面选股,基金检测,基金筛选,4433法则,基金持仓相似度,股票选基|439|Go|10/09|
|182|[88250/lute](https://github.com/88250/lute)|🎼 一款结构化的 Markdown 引擎,支持 Go 和 JavaScript。A structured Markdown engine that supports Go and JavaScript. |434|Go|10/10|
|183|[Mikubill/transfer](https://github.com/Mikubill/transfer)|🍭 集合多个API的大文件传输工具.|433|Go|09/04|
|184|[Echosong/beego_blog](https://github.com/Echosong/beego_blog)| beego+layui go入门开发 简洁美观的个人博客系统|432|Go|05/05|
|185|[mix-go/mix](https://github.com/mix-go/mix)|✨ Standard Toolkit for Go fast development / Go 快速开发标准工具包|431|Go|09/27|
|186|[easychen/wecomchan](https://github.com/easychen/wecomchan)|通过企业微信向微信推送消息的配置文档、直推函数和可自行搭建的在线服务代码。可以看成Server酱的开源替代方案之一。|431|Go|09/12|
|187|[shenghui0779/yiigo](https://github.com/shenghui0779/yiigo)|🔥 一个好用的 Go 轻量级开发通用库 🚀🚀🚀|411|Go|10/08|
|188|[ma6254/FictionDown](https://github.com/ma6254/FictionDown)|小说下载 小说爬取 起点 笔趣阁 导出Markdown 导出txt 转换epub 广告过滤 自动校对|402|Go|08/11|
|189|[iissy/goweb](https://github.com/iissy/goweb)|Golang写的程序员网址导航|402|Go|09/23|
|190|[sunshinev/go-sword](https://github.com/sunshinev/go-sword)|【Go-sword】可视化CRUD管理后台生成工具|393|Go|10/07|
|191|[nanmu42/orly](https://github.com/nanmu42/orly)|🏈 Generate your own O'RLY animal book cover to troll your colleagues   生成你自己的O'RLY动物书封面,让你的同事惊掉下巴|390|Go|09/24|
|192|[zc2638/go-standard](https://github.com/zc2638/go-standard)|Go常用规范定义,标准库方法使用示例,请注意这不是Go的中文版标准库(传送门)|387|Go|08/31|
|193|[gookit/goutil](https://github.com/gookit/goutil)|💪 Helper Utils For The Go: string, array/slice, map, format, cli, env, filesystem, test and more. Go 的一些工具函数,格式化,特殊处理,常用信息获取等等|386|Go|10/10|
|194|[sodaling/FastestBilibiliDownloader](https://github.com/sodaling/FastestBilibiliDownloader)|B站视频极速批量下载器 The fastest Bilibili video downloader|378|Go|06/01|
|195|[dengsgo/fileboy](https://github.com/dengsgo/fileboy)|fileboy,文件变更监听通知工具,使用 Go 编写。Fileboy, File Change Monitoring Notification Tool, written with Go.|377|Go|08/07|
|196|[jaywcjlove/golang-tutorial](https://github.com/jaywcjlove/golang-tutorial)|Go语言快速入门|376|Go|10/03|
|197|[TruthHun/converter](https://github.com/TruthHun/converter)|通过calibre将html转成epub、mobi、PDF等|374|Go|06/23|
|198|[qit-team/snow](https://github.com/qit-team/snow)|简洁易用的Go业务框架|372|Go|09/24|
|199|[chenjiandongx/mandodb](https://github.com/chenjiandongx/mandodb)|🤔 A minimize Time Series Database, written from scratch as a learning project. 从零开始实现一个 TSDB|371|Go|08/08|
|200|[magiclvzs/antnet](https://github.com/magiclvzs/antnet)|A game server net framework in Golang go(Golang)游戏服务器网络框架|368|Go|10/10|

⬆ [回到目录](#目录)

<br/>

## PHP

|#|Repository|Description|Stars|Language|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[w7corp/easywechat](https://github.com/w7corp/easywechat)|📦 一个 PHP 微信 SDK|9.6k|PHP|10/11|
|2|[guyueyingmu/avbook](https://github.com/guyueyingmu/avbook)|AV 电影管理系统, avmoo , javbus , javlibrary 爬虫,线上 AV 影片图书馆,AV 磁力链接数据库,Japanese Adult Video Library,Adult Video Magnet Links - Japanese Adult Video Database|8.0k|PHP|10/06|
|3|[top-think/think](https://github.com/top-think/think)|ThinkPHP Framework ——十年匠心的高性能PHP框架|7.7k|PHP|07/22|
|4|[fecshop/yii2_fecshop](https://github.com/fecshop/yii2_fecshop)|yii2 ( PHP ) fecmall(fecshop) core code used for ecommerce shop 多语言多货币多入口的开源电商 B2C 商城,支持移动端vue, app, html5,微信小程序微店,微信小程序商城等|4.8k|PHP|09/02|
|5|[dodgepudding/wechat-php-sdk](https://github.com/dodgepudding/wechat-php-sdk)|微信公众平台php开发包, weixin developer SDK.|4.5k|PHP|09/07|
|6|[yansongda/pay](https://github.com/yansongda/pay)|可能是我用过的最优雅的 Alipay 和 WeChat 的支付 SDK 扩展包了|4.1k|PHP|09/18|
|7|[overtrue/pinyin](https://github.com/overtrue/pinyin)|🇨🇳 基于词库的中文转拼音优质解决方案|3.8k|PHP|10/06|
|8|[owner888/phpspider](https://github.com/owner888/phpspider)|《我用爬虫一天时间“偷了”知乎一百万用户,只为证明PHP是世界上最好的语言 》所使用的程序|3.4k|PHP|07/02|
|9|[Qsnh/meedu](https://github.com/Qsnh/meedu)|知识付费、企业线上培训解决方案。|2.7k|PHP|10/07|
|10|[overtrue/laravel-wechat](https://github.com/overtrue/laravel-wechat)|微信 SDK for Laravel, 基于 overtrue/wechat|2.7k|PHP|09/26|
|11|[jqhph/dcat-admin](https://github.com/jqhph/dcat-admin)|🔥 基于 Laravel 的后台系统构建工具 (Laravel Admin),使用很少的代码快速构建一个功能完善的高颜值后台系统,内置丰富的后台常用组件,开箱即用,让开发者告别冗杂的HTML代码|2.7k|PHP|10/10|
|12|[overtrue/easy-sms](https://github.com/overtrue/easy-sms)|📲 一款满足你的多种发送需求的短信发送组件|2.6k|PHP|05/20|
|13|[jae-jae/QueryList](https://github.com/jae-jae/QueryList)|🕷️ The progressive PHP crawler framework!  优雅的渐进式PHP采集框架。|2.4k|PHP|08/08|
|14|[summerblue/laravel-shop](https://github.com/summerblue/laravel-shop)|Laravel 电商实战教程的项目代码|2.3k|PHP|10/06|
|15|[mashirozx/sakura](https://github.com/mashirozx/sakura)|A Wonderful WordPress Theme: 樱花庄的白猫博客主题|2.3k|PHP|09/15|
|16|[helei112g/payment](https://github.com/helei112g/payment)|Payment是php版本的支付聚合第三方sdk,集成了微信支付、支付宝支付、招商一网通支付。提供统一的调用接口,方便快速接入各种支付、查询、退款、转账能力。服务端接入支付功能,方便、快捷。|2.3k|PHP|06/27|
|17|[yuantuo666/baiduwp-php](https://github.com/yuantuo666/baiduwp-php)|PanDownload网页复刻版|2.2k|PHP|09/21|
|18|[matyhtf/framework](https://github.com/matyhtf/framework)|SPF (Swoole PHP Framework),世界第一款基于Swoole扩展的PHP框架,开发者是Swoole创始人 |2.2k|PHP|08/04|
|19|[assimon/dujiaoka](https://github.com/assimon/dujiaoka)|🦄独角数卡(自动售货系统)-开源式站长自动化售货解决方案、高效、稳定、快速!🚀🚀🎉🎉|2.1k|PHP|09/17|
|20|[zoujingli/ThinkAdmin](https://github.com/zoujingli/ThinkAdmin)|基于 ThinkPHP 基础开发平台(登录账号密码都是 admin )|1.9k|PHP|09/30|
|21|[hui-ho/WebStack-Laravel](https://github.com/hui-ho/WebStack-Laravel)|一个开源的网址导航网站项目,您可以拿来制作自己的网址导航。|1.8k|PHP|08/11|
|22|[Tai7sy/card-system](https://github.com/Tai7sy/card-system)|卡密商城系统,高效安全的在线卡密商城|1.8k|PHP|10/06|
|23|[wususu/effective-resourses](https://github.com/wususu/effective-resourses)| 📖学习资源整合|1.8k|PHP|06/10|
|24|[gongfuxiang/shopxo](https://github.com/gongfuxiang/shopxo)|ShopXO企业级免费开源商城系统,可视化DIY拖拽装修、包含PC、H5、多端小程序(微信+支付宝+百度+头条&抖音+QQ)、APP、多仓库、多商户,遵循MIT开源协议发布、基于ThinkPHP6框架研发|1.7k|PHP|10/07|
|25|[mix-php/mix](https://github.com/mix-php/mix)|☄️  PHP CLI mode development framework, supports Swoole, WorkerMan, FPM, CLI-Server / PHP 命令行模式开发框架,支持 Swoole、WorkerMan、FPM、CLI-Server|1.7k|PHP|10/09|
|26|[mylxsw/wizard](https://github.com/mylxsw/wizard)|Wizard是一款开源的文档管理工具,支持Markdown/Swagger/Table类型的文档。|1.7k|PHP|09/01|
|27|[solstice23/argon-theme](https://github.com/solstice23/argon-theme)|📖 Argon - 一个轻盈、简洁的 WordPress 主题|1.6k|PHP|10/10|
|28|[wisp-x/lsky-pro](https://github.com/wisp-x/lsky-pro)|☁️兰空图床(Lsky Pro) - Your photo album on the cloud.|1.5k|PHP|09/23|
|29|[jianyan74/rageframe2](https://github.com/jianyan74/rageframe2)|一个基于Yii2高级框架的快速开发应用引擎|1.5k|PHP|04/10|
|30|[zhanghuanchong/icon-workshop](https://github.com/zhanghuanchong/icon-workshop)|图标工场 - 移动应用图标生成工具,一键生成所有尺寸的应用图标和启动图|1.5k|PHP|04/30|
|31|[zorlan/skycaiji](https://github.com/zorlan/skycaiji)|蓝天采集器是一款免费的数据采集发布爬虫软件,采用php+mysql开发,可部署在云服务器,几乎能采集所有类型的网页,无缝对接各类CMS建站程序,免登录实时发布数据,全自动无需人工干预!是网页大数据采集软件中完全跨平台的云端爬虫系统|1.5k|PHP|09/10|
|32|[hightman/xunsearch](https://github.com/hightman/xunsearch)|免费开源的中文搜索引擎,采用 C/C++ 编写 (基于 xapian 和 scws),提供 PHP 的开发接口和丰富文档|1.4k|PHP|05/22|
|33|[ZsgsDesign/NOJ](https://github.com/ZsgsDesign/NOJ)|⚡ The most advanced open-source automatic algorithm online judge system   南京邮电大学开源 Online Judge   QQ群:668108264|1.4k|PHP|10/11|
|34|[typecho-fans/plugins](https://github.com/typecho-fans/plugins)|Typecho Fans插件作品目录|1.3k|PHP|10/09|
|35|[MoeNetwork/Tieba-Cloud-Sign](https://github.com/MoeNetwork/Tieba-Cloud-Sign)|百度贴吧云签到,在服务器上配置好就无需进行任何操作便可以实现贴吧的全自动签到。配合插件使用还可实现云灌水、点赞、封禁、删帖、审查等功能。注意:Gitee (原Git@osc) 仓库将不再维护,目前唯一指定的仓库为 Github。本项目没有官方交流群,如需交流可以直接使用Github的Discussions。没有商业版本,目前贴吧云签到由社区共同维护,不会停止更新(PR 通常在一天内处理)。|1.2k|PHP|10/07|
|36|[mochat-cloud/mochat](https://github.com/mochat-cloud/mochat)|基于企业微信的开源SCRM应用开发框架&引擎,也是一套通用的企业私域流量管理系统!|1.2k|PHP|10/09|
|37|[SegmentFault/HyperDown](https://github.com/SegmentFault/HyperDown)|一个结构清晰的,易于维护的,现代的PHP Markdown解析器|1.2k|PHP|08/19|
|38|[yanfeizhang/coder-kung-fu](https://github.com/yanfeizhang/coder-kung-fu)|开发内功修炼|1.2k|PHP|09/17|
|39|[fukuball/jieba-php](https://github.com/fukuball/jieba-php)|"結巴"中文分詞:做最好的 PHP 中文分詞、中文斷詞組件。 / "Jieba" (Chinese for "to stutter") Chinese text segmentation: built to be the best PHP Chinese word segmentation module.|1.1k|PHP|05/25|
|40|[magicblack/maccms10](https://github.com/magicblack/maccms10)|苹果cms官网,苹果cmsv10,maccmsv10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序|1.1k|PHP|10/07|
|41|[zoujingli/WeChatDeveloper](https://github.com/zoujingli/WeChatDeveloper)|【新】微信服务号+微信小程序+微信支付+支付宝支付|1.0k|PHP|09/29|
|42|[iqiqiya/iqiqiya-API](https://github.com/iqiqiya/iqiqiya-API)|API接口大全不断更新中~欢迎Fork和Star(✎ 1.一言(古诗句版)api  ✎ 2.必应每日一图api  ✎ 3.在线ip查询  ✎ 4.m3u8视频在线解析api  ✎ 5.随机生成二次元图片api  ✎ 6.快递查询api-支持国内百家快递  ✎ 7.flv视频在线解析api ✎ 8.抖音视频无水印解析api✎ 9.一句话随机图片api✎ 10.QQ用户信息获取api✎11.哔哩哔哩封面图获取api✎12.千图网58pic无水印解析下载api✎13.喜马拉雅主播FM数据采集api✎14.网易云音乐api✎15.CCTV央视网视频解析api✎16.微信运动刷步数api✎17.皮皮搞笑 ...|1.0k|PHP|08/26|
|43|[dedemao/alipay](https://github.com/dedemao/alipay)|一个PHP文件搞定支付宝支付系列,包括电脑网站支付,手机网站支付,现金红包、消费红包、扫码支付,JSAPI支付、单笔转账到支付宝账户、交易结算(分账、分润)、网页授权获取用户信息等|994|PHP|08/15|
|44|[Leslin/thinkphp5-restfulapi](https://github.com/Leslin/thinkphp5-restfulapi)|restful-api风格接口 APP接口 APP接口权限  oauth2.0 接口版本管理 接口鉴权|977|PHP|05/13|
|45|[swlib/saber](https://github.com/swlib/saber)|⚔️ Saber, PHP异步协程HTTP客户端   PHP Coroutine HTTP client - Swoole Humanization Library|927|PHP|08/27|
|46|[dedemao/weixinPay](https://github.com/dedemao/weixinPay)|微信支付单文件版。一个PHP文件搞定微信支付系列。包括原生支付(扫码支付),H5支付,公众号支付,现金红包、企业付款到零钱等。新增V3版。|926|PHP|05/13|
|47|[xiebruce/PicUploader](https://github.com/xiebruce/PicUploader)|一个还不错的图床工具,支持Mac/Win/Linux服务器、支持压缩后上传、添加图片或文字水印、多文件同时上传、同时上传到多个云、右击任意文件上传、快捷键上传剪贴板截图、Web版上传、支持作为Mweb/Typora发布图片接口、作为PicGo/ShareX/uPic等的自定义图床,支持在服务器上部署作为图床接口,支持上传任意格式文件。|926|PHP|09/30|
|48|[yansongda/laravel-pay](https://github.com/yansongda/laravel-pay)|可能是我用过的最优雅的 Alipay 和 WeChat 的 laravel 支付扩展包了|892|PHP|09/27|
|49|[ZainCheung/netease-cloud-api](https://github.com/ZainCheung/netease-cloud-api)|网易云音乐升级API|891|PHP|07/03|
|50|[peinhu/AetherUpload-Laravel](https://github.com/peinhu/AetherUpload-Laravel)|A Laravel package to upload large files  上传大文件的Laravel扩展包|860|PHP|08/05|
|51|[itbdw/ip-database](https://github.com/itbdw/ip-database)|🇨🇳免费IP地址数据库,已支持IPV4+IPV6 ,结构化输出为国家、省、市、县、运营商),中文数据库,方便实用。|817|PHP|04/10|
|52|[imiphp/imi](https://github.com/imiphp/imi)|imi 是一款支持长连接微服务分布式的 PHP 开发框架,它可以运行在 PHP-FPM、Swoole、Workerman 多种容器环境下。它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。特别适合互联网微服务、即时通讯聊天im、物联网等场景!。QQ群:17916227|800|PHP|10/09|
|53|[wmhello/laravel_template_with_vue](https://github.com/wmhello/laravel_template_with_vue)|laravel6和vue.js结合的前后端分离项目模板。包含接口端、管理端、小程序和微信公众号端,绝对是你做外包或者自建项目的首选模板。模板内容包括基础的用户管理和权限管理、日志管理、集成第三方登录,整合laravel-echo-server 实现了websocket 做到了消息的实时推送,并在此基础上,实现了聊天室和客服功能。|793|PHP|10/07|
|54|[zdhxiong/mdclub](https://github.com/zdhxiong/mdclub)|MDClub 社区系统后端代码|781|PHP|09/25|
|55|[Yurunsoft/PaySDK](https://github.com/Yurunsoft/PaySDK)|PHP 集成支付 SDK ,集成了支付宝、微信支付的支付接口和其它相关接口的操作。支持 php-fpm 和 Swoole,所有框架通用。宇润PHP全家桶技术支持群:17916227|773|PHP|09/02|
|56|[owen0o0/WebStack](https://github.com/owen0o0/WebStack)|WordPress 版 WebStack 导航主题 https://nav.iowen.cn|761|PHP|09/07|
|57|[mirai-mamori/Sakurairo](https://github.com/mirai-mamori/Sakurairo)|一个多彩,轻松上手,体验完善,具有强大自定义功能的WordPress主题(基于Sakura主题)A Colorful, Easy-to-use, Perfect Experience, and Powerful Customizable WordPress Theme (Based on Theme Sakura)|750|PHP|10/06|
|58|[5iux/sou](https://github.com/5iux/sou)|简单搜索,一个简单的前端界面。用惯了各种导航首页,满屏幕尽是各种不厌其烦的广告和资讯;尝试自己写个自己的主页。|736|PHP|08/02|
|59|[susers/Writeups](https://github.com/susers/Writeups)|国内各大CTF赛题及writeup整理|701|PHP|06/02|
|60|[4x99/code6](https://github.com/4x99/code6)|码小六 - GitHub 代码泄露监控系统|693|PHP|09/02|
|61|[jiangxianli/ProxyIpLib](https://github.com/jiangxianli/ProxyIpLib)|全球免费代理IP库,高可用IP,精心筛选优质IP,2s必达|662|PHP|07/05|
|62|[Beipy/BeipyVideoResolution](https://github.com/Beipy/BeipyVideoResolution)|北漂鱼解析开源视频播放框架,响应式布局!|657|PHP|07/04|
|63|[xaboy/form-builder](https://github.com/xaboy/form-builder)|PHP表单生成器,快速生成现代化的form表单,支持前后端分离。内置复选框、单选框、输入框、下拉选择框,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等17种常用组件。|648|PHP|05/07|
|64|[poetries/mywiki](https://github.com/poetries/mywiki)|📚收集整理日常发现的好资源、前端资源汇总。关注公众号「前端进阶之旅」,一起学习|636|PHP|10/03|
|65|[ledccn/IYUUAutoReseed](https://github.com/ledccn/IYUUAutoReseed)|IYUU自动辅种工具,目前能对国内大部分的PT站点自动辅种,支持下载器集群,支持多盘位,支持多下载目录,支持远程连接等。|628|PHP|09/05|
|66|[72wukong/72crm-9.0-PHP](https://github.com/72wukong/72crm-9.0-PHP)|悟空CRM-基于TP5.0+vue+ElementUI的前后端分离CRM系统|628|PHP|04/07|
|67|[5ime/video_spider](https://github.com/5ime/video_spider)|短视频去水印:抖音,皮皮虾,火山,微视,微博,绿洲,最右,轻视频,快手,全民小视频,巴塞电影,陌陌,Before避风,开眼,Vue Vlog 小咖秀,皮皮搞笑,全民K歌,西瓜视频,逗拍,虎牙,6间房,梨视频,新片场,acfun,美拍...|606|PHP|07/29|
|68|[zencodex/composer-mirror](https://github.com/zencodex/composer-mirror)|Composer 全量镜像发布于2017年3月,曾不间断运行2年多。这个开源有助于理解 Composer 镜像的工作原理|604|PHP|07/05|
|69|[jxlwqq/id-validator](https://github.com/jxlwqq/id-validator)|中华人民共和国居民身份证、中华人民共和国港澳居民居住证以及中华人民共和国**居民居住证号码验证工具(PHP 版)|588|PHP|09/30|
|70|[mingyoung/dingtalk](https://github.com/mingyoung/dingtalk)|[已停止维护]|588|PHP|04/18|
|71|[zblogcn/zblogphp](https://github.com/zblogcn/zblogphp)|Z-BlogPHP博客程序|585|PHP|10/10|
|72|[letwang/HookPHP](https://github.com/letwang/HookPHP)|HookPHP基于C扩展搭建内置AI编程的架构系统-支持微服务部署 热插拔业务组件-集成业务模型 权限模型 UI组件库 多模板 多平台 多域名 多终端 多语言-含常驻内存 前后分离 API平台 LUA QQ群:679116380|582|PHP|09/13|
|73|[maccmspro/maccms10](https://github.com/maccmspro/maccms10)|苹果cms-v10,maccms-v10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序|567|PHP|08/17|
|74|[init-engineer/init.engineer](https://github.com/init-engineer/init.engineer)|這是一份純靠北工程師的專案,請好好愛護它,謝謝。|565|PHP|10/10|
|75|[lkeme/BiliHelper-personal](https://github.com/lkeme/BiliHelper-personal)|哔哩哔哩(Bilibili)助手 - PHP 版(Personal)|557|PHP|10/05|
|76|[Licoy/wordpress-theme-puock](https://github.com/Licoy/wordpress-theme-puock)|🎨 一款基于WordPress开发的高颜值的自适应主题,支持白天与黑夜模式、无刷新加载等。|550|PHP|08/24|
|77|[ZeroDream-CN/SakuraPanel](https://github.com/ZeroDream-CN/SakuraPanel)|樱花内网穿透网站源代码,2020 重制版|544|PHP|06/15|
|78|[anerg2046/sns_auth](https://github.com/anerg2046/sns_auth)|通用第三方登录SDK,支持微信,微信扫码,QQ,微博登录,支付宝登录,Facebook,Line,Twitter,Google|543|PHP|08/17|
|79|[nick-bai/snake](https://github.com/nick-bai/snake)|🚀thinkphp5.1 + layui 实现的带rbac的基础管理后台,方便快速开发法使用|534|PHP|06/04|
|80|[HerbertKarajan/Fe-Interview-questions](https://github.com/HerbertKarajan/Fe-Interview-questions)|目前最全的前端开发面试题及答案|522|PHP|04/07|
|81|[bettershop/LaikeTui](https://github.com/bettershop/LaikeTui)|来客电商,微信小程序商城 + APP商城 + 公众号商城 + PC商城系统 + 支付宝小程序商城 + 抖音小程序商城 + 百度小程序电商系统(前后端代码全部开源) 注重界面美感与用户体验,打造独特电商系统生态圈|520|PHP|10/09|
|82|[litepress/wp-china-yes](https://github.com/litepress/wp-china-yes)|此插件将你的WordPress接入本土生态体系之中,使之更适合国内应用环境|508|PHP|10/02|
|83|[jacobcyl/Aliyun-oss-storage](https://github.com/jacobcyl/Aliyun-oss-storage)|阿里云OSS laravel storage Filesystem adapter, 打造Laravel最好的OSS Storage扩展.|507|PHP|08/17|
|84|[bingcool/swoolefy](https://github.com/bingcool/swoolefy)|swoolefy是一个基于swoole实现的轻量级、高性能、协程级、开放性的API应用服务框架|503|PHP|10/10|
|85|[jpush/jpush-api-php-client](https://github.com/jpush/jpush-api-php-client)|JPush's officially supported PHP client library for accessing JPush APIs.  极光推送官方支持的 PHP 版本服务器端 SDK。|503|PHP|08/12|
|86|[seth-shi/monday-shop](https://github.com/seth-shi/monday-shop)|网上在线商城、综合网上购物平台|503|PHP|07/07|
|87|[DasSecurity-HatLab/AoiAWD](https://github.com/DasSecurity-HatLab/AoiAWD)|AoiAWD-专为比赛设计,便携性好,低权限运行的EDR系统。|493|PHP|07/09|
|88|[rainrocka/xinhu](https://github.com/rainrocka/xinhu)|信呼,免费开源的办公OA系统,包括APP,pc上客户端,REIM即时通信,服务端等,让每个企业单位都有自己的办公系统。 |466|PHP|10/10|
|89|[Zhao-github/ApiAdmin](https://github.com/Zhao-github/ApiAdmin)|基于ThinkPHP V6.*开发的面向API的后台管理系统!|459|PHP|09/29|
|90|[xiaochong0302/course-tencent-cloud](https://github.com/xiaochong0302/course-tencent-cloud)|酷瓜云课堂 - 在线教育,网课系统,网校系统,知识付费系统,不加密不阉割,100%全功能开源,可免费商用。|446|PHP|10/09|
|91|[galnetwen/H-Siren](https://github.com/galnetwen/H-Siren)|WordPress单栏主题,支持全局PJAX,自适应手机端|444|PHP|10/05|
|92|[Yurunsoft/ChineseUtil](https://github.com/Yurunsoft/ChineseUtil)|PHP 中文工具包,支持汉字转拼音、拼音分词、简繁互转、数字、金额大写;QQ群:17916227|443|PHP|04/15|
|93|[top-think/think-queue](https://github.com/top-think/think-queue)|ThinkPHP 队列支持|441|PHP|07/27|
|94|[flutterbest/easytbk](https://github.com/flutterbest/easytbk)|淘客5合一SDK,支持淘宝联盟、京东联盟、多多进宝、唯品会、苏宁|440|PHP|07/13|
|95|[78778443/xssplatform](https://github.com/78778443/xssplatform)|一个经典的XSS渗透管理平台|428|PHP|06/24|
|96|[ghboke/CorePressWPTheme](https://github.com/ghboke/CorePressWPTheme)|CorePress 主题,一款高性能,高颜值的WordPress主题|424|PHP|10/02|
|97|[iiYii/getyii](https://github.com/iiYii/getyii)|Yii2 community 请访问|424|PHP|09/10|
|98|[gyxuehu/EwoMail](https://github.com/gyxuehu/EwoMail)|EwoMail是基于Linux的企业邮箱服务器,集成了众多优秀稳定的组件,是一个快速部署、简单高效、多语言、安全稳定的邮件解决方案|421|PHP|09/24|
|99|[moell-peng/mojito](https://github.com/moell-peng/mojito)|Mojito  Admin 基于 Laravel, Vue3, Element Plus构建的后台管理系统|420|PHP|09/18|
|100|[baijunyao/thinkphp-bjyblog](https://github.com/baijunyao/thinkphp-bjyblog)|基于 ThinkPHP 开发的的 blog|417|PHP|06/04|
|101|[jianyan74/TinyShop](https://github.com/jianyan74/TinyShop)|一款基于 RageFrame2 的免费开源的基础销售功能的商城|416|PHP|04/07|
|102|[zhongshaofa/easyadmin](https://github.com/zhongshaofa/easyadmin)|框架主要使用ThinkPHP6.0 + layui,拥有完善的权限的管理模块以及敏捷的开发方式,让你开发起来更加的舒服。|416|PHP|09/24|
|103|[emlog/emlog](https://github.com/emlog/emlog)|emlog是一款基于PHP和MySQL的功能强大的博客及CMS建站系统,追求快速、稳定、简单、舒适的建站体验 (emlog is a fast, stable and easy-to-use blog and CMS website building system based on PHP and MySQL)。|416|PHP|10/10|
|104|[icret/EasyImages2.0](https://github.com/icret/EasyImages2.0)|新版简单强大的无数据库的图床2.0版  演示地址:|408|PHP|07/26|
|105|[smalls0098/video-parse-tools](https://github.com/smalls0098/video-parse-tools)|短视频的PHP拓展包,集成各大短视频的去水印功能、抖音、快手、微视主流短视频。PHP去水印|405|PHP|06/26|
|106|[cong5/myPersimmon](https://github.com/cong5/myPersimmon)|基于Laravel 5.4 的开发的博客系统,代号:myPersimmon|397|PHP|05/12|
|107|[weipxiu/Art_Blog](https://github.com/weipxiu/Art_Blog)|WordPress响应式免费主题,Art_Blog唯品秀博客(weipxiu.com/备用域名weipxiu.cn),开源给小伙伴免费使用,如使用过程有任何问题,在线技术支持QQ:343049466,欢迎打扰。原创不易,如喜欢,请多多打赏。演示:|396|PHP|08/11|
|108|[OMGZui/noteBook](https://github.com/OMGZui/noteBook)|🍎  笔记本|386|PHP|10/07|
|109|[helloxz/onenav](https://github.com/helloxz/onenav)|使用PHP开发的简约导航/书签管理系统。|384|PHP|09/10|
|110|[qmpaas/leadshop](https://github.com/qmpaas/leadshop)|🔥🔥🔥🔥🔥 Leadshop是一款提供持续更新迭代服务的免费开源商城系统,旨在打造极致的用户体验!开箱即可商用! Leadshop主要面向中小型企业,助力搭建电商平台,并提供专业的技术支持。 商城涉及多种主题色、可视化DIY装修、促销转化、裂变分销、用户精细化管理、数据分析等多个维度,追求极致体验,全面赋能商家,为商家创造价值。 演示站:https://demo.leadshop.vip 账号:18888888888 密码:123456 前端技术栈 ES6、vue、vuex、vue-router、vue-cli、axios、element-ui、uni-app 后端技术栈 Yii2、Jwt、M ...|370|PHP|09/29|
|111|[storyflow/PHPer](https://github.com/storyflow/PHPer)|一个PHPer的升级之路|366|PHP|09/27|
|112|[sqc157400661/XiaoTShop](https://github.com/sqc157400661/XiaoTShop)|laravel5.5搭建的后台管理 和 api服务 的小程序商城|360|PHP|08/11|
|113|[largezhou/admin](https://github.com/largezhou/admin)|laravel + ant design vue 权限后台|354|PHP|05/19|
|114|[Yurunsoft/YurunOAuthLogin](https://github.com/Yurunsoft/YurunOAuthLogin)|PHP 第三方登录授权 SDK,集成了QQ、微信、微博、Github等常用接口。支持 php-fpm 和 Swoole,所有框架通用。QQ群:17916227|354|PHP|09/08|
|115|[zbfzn/douyin-clear-php](https://github.com/zbfzn/douyin-clear-php)|抖音去水印PHP版接口|352|PHP|08/10|
|116|[oubingbing/wechatAlliance](https://github.com/oubingbing/wechatAlliance)|微信小程序--校园小情书后台源码,好玩的表白墙,告白墙。|352|PHP|10/06|
|117|[yupoxiong/BearAdmin](https://github.com/yupoxiong/BearAdmin)|基于ThinkPHP5+AdminLTE的后台管理系统|350|PHP|08/31|
|118|[YukiCoco/OLAINDEX-Magic](https://github.com/YukiCoco/OLAINDEX-Magic)|魔改版本,为 OLAINDEX 添加多网盘挂载及一些小修复|348|PHP|10/06|
|119|[JaguarJack/catch-admin](https://github.com/JaguarJack/catch-admin)|CatchAdmin是一款基于thinkphp6 和 element admin 开发的后台管理系统,基于 ServiceProvider,系统模块完全接耦。随时卸载安装模块。提供了完整的权限和数据权限等功能,大量内置的开发工具提升你的开发体验。官网地址:|345|PHP|09/29|
|120|[KitePig/FatRat-Collect](https://github.com/KitePig/FatRat-Collect)|胖鼠采集 WordPress优秀开源采集插件|345|PHP|08/24|
|121|[FlxSNX/TeambitionShare](https://github.com/FlxSNX/TeambitionShare)|挂载Teambition文件 可直链分享 支持网盘(需申请)和项目文件(无需邀请码)|341|PHP|06/16|
|122|[SmallRuralDog/laravel-vue-admin](https://github.com/SmallRuralDog/laravel-vue-admin)|开箱即用的Laravel后台扩展,前后端分离,后端控制前端组件,无需编写vue即可创建一个vue+vuex+vue-route+elment-ui+laravel的项目 ,丰富的表单 表格组件,强大的自定义组件功能。|341|PHP|10/06|
|123|[yitd/Any-Proxy](https://github.com/yitd/Any-Proxy)|Any-Proxy可以用PHP帮助你完美匿名反向代理浏览任何网站|330|PHP|07/07|
|124|[hyperf-admin/hyperf-admin](https://github.com/hyperf-admin/hyperf-admin)|hyperf-admin 是基于 hyperf + vue 的配置化后台开发工具|325|PHP|08/30|
|125|[gaoming13/wechat-php-sdk](https://github.com/gaoming13/wechat-php-sdk)|微信公众平台php版开发包|323|PHP|06/08|
|126|[dspurl/dsshop](https://github.com/dspurl/dsshop)|vue2.0+Laravel7商城电商解决方案,完全前后端分离,免费开源可商用,H5商城电商平台,微信小程序商城电商平台;支持网站、PWA、H5、微信小程序,支付宝小程序、百度小程序、字节跳动小程序、安卓、IOS等等|318|PHP|10/09|
|127|[inhere/php-console](https://github.com/inhere/php-console)|🖥 PHP CLI application library, provide console argument parse, console controller/command run, color style, user interactive, format information show and more.  功能全面的PHP命令行应用库。提供控制台参数解析, 命令运行,颜色风格输出, 用户信息交互, 特殊格式信息显示|317|PHP|09/30|
|128|[lokielse/omnipay-wechatpay](https://github.com/lokielse/omnipay-wechatpay)|(微信支付)WeChatPay driver for the Omnipay PHP payment processing library|308|PHP|07/26|
|129|[klsf/kldns](https://github.com/klsf/kldns)|快乐二级域名分发系统|300|PHP|10/06|
|130|[ijry/uniadmin](https://github.com/ijry/uniadmin)|UniAdmin是一套渐进式模块化开源后台,采用前后端分离技术,数据交互采用json格式,功能低耦合高内聚;核心模块支持系统设置、权限管理、用户管理、菜单管理、API管理等功能,后期上线模块商城将打造类似composer、npm的开放式插件市场;同时我们将打造一套兼容性的API标准,从ThinkPHP5.1+Vue2开始,逐步吸引爱好者共同加入,以覆盖larval、spring-boot、django、yii、koa、react等多语言框架。|298|PHP|04/18|
|131|[eddy8/LightCMS](https://github.com/eddy8/LightCMS)|LightCMS 是一个基于 Laravel 开发的轻量级 CMS 系统,也可以作为一个通用的后台管理框架使用。A lightweight cms/admin framework powered by Laravel.|295|PHP|09/27|
|132|[fooleap/disqus-php-api](https://github.com/fooleap/disqus-php-api)|利用 PHP cURL 转发 Disqus API 请求|295|PHP|05/11|
|133|[baigoStudio/baigoSSO](https://github.com/baigoStudio/baigoSSO)|单点登录系统|293|PHP|07/20|
|134|[uuk020/logistics](https://github.com/uuk020/logistics)|PHP 多接口获取快递物流信息包|293|PHP|06/12|
|135|[txperl/Story-for-Typecho](https://github.com/txperl/Story-for-Typecho)|Typecho Theme Story - 爱上你我的故事|291|PHP|09/27|
|136|[lizhipay/faka](https://github.com/lizhipay/faka)|个人发卡源码,发卡系统,二次元发卡系统,二次元发卡源码,发卡程序,动漫发卡,PHP发卡源码|285|PHP|06/22|
|137|[422926799/note](https://github.com/422926799/note)|记录自己写的工具和学习笔记|272|PHP|09/16|
|138|[we7coreteam/w7-rangine-empty](https://github.com/we7coreteam/w7-rangine-empty)|软擎是基于 Php 7.2+ 和 Swoole 4.4+ 的高性能、简单易用的开发框架。支持同时在 Swoole Server 和 php-fpm 两种模式下运行。内置了 Http (Swoole, Fpm),Tcp,WebSocket,Process,Crontab服务。集成了大量成熟的组件,可以用于构建高性能的Web系统、API、中间件、基础服务等等。|267|PHP|08/03|
|139|[hisiphp/hisiphp](https://github.com/hisiphp/hisiphp)|HisiPHP V2版是基于ThinkPHP5.1和Layui开发的后台框架,承诺永久免费开源,您可用于学习和商用,但须保留版权信息正常显示。如果HisiPHP对您有帮助,您可以点击右上角 "Star" 支持一下哦,谢谢!|261|PHP|04/21|
|140|[DOUBLE-Baller/WebRTC_IM](https://github.com/DOUBLE-Baller/WebRTC_IM)|纯 go   php 实现的分布式IM即时通讯系统,各层可单独部署,音视频webrtc独立部署|257|PHP|08/23|
|141|[Jiannei/lumen-api-starter](https://github.com/Jiannei/lumen-api-starter)|Lumen 8 基础上扩展出的API 启动项目,精心设计的目录结构,规范统一的响应数据格式,Repository 模式架构的最佳实践。|254|PHP|10/08|
|142|[vincenth520/pinche_xcx_data](https://github.com/vincenth520/pinche_xcx_data)|同城拼车微信小程序后端代码|253|PHP|05/22|
|143|[coffeehb/tools](https://github.com/coffeehb/tools)|一些实用的python脚本|252|PHP|08/10|
|144|[xingwenge/canal-php](https://github.com/xingwenge/canal-php)|Alibaba mysql database binlog incremental subscription & consumer components Canal's php client[阿里巴巴mysql数据库binlog的增量订阅&消费组件 Canal 的 php 客户端 ] https://github.com/alibaba/canal|245|PHP|09/02|
|145|[MercyCloudTeam/TomatoIDC](https://github.com/MercyCloudTeam/TomatoIDC)| TomatoIDC/HStack是一款以MIT协议开源销售系统,具备易于扩展的插件系统,模版系统,使用强大的Laravel框架进行驱动,能帮助你轻松的扩展业务。|244|PHP|10/06|
|146|[inhere/php-validate](https://github.com/inhere/php-validate)|Lightweight and feature-rich PHP validation and filtering library. Support scene grouping, pre-filtering, array checking, custom validators, custom messages. 轻量且功能丰富的PHP验证、过滤库。支持场景分组,前置过滤,数组检查,自定义验证器,自定义消息。|234|PHP|09/29|
|147|[yzmcms/yzmcms](https://github.com/yzmcms/yzmcms)|YzmCMS是一款基于YZMPHP开发的一套轻量级开源内容管理系统,YzmCMS简洁、安全、开源、实用,可运行在Linux、Windows、MacOSX、Solaris等各种平台上,专注为公司企业、个人站长快速建站提供解决方案。|233|PHP|08/30|
|148|[52admln/vue-questionnaire](https://github.com/52admln/vue-questionnaire)|使用 Vue + CI 开发的简易问卷调查系统,演示账户:admin / admin|227|PHP|08/11|
|149|[jack15083/laravel-admin](https://github.com/jack15083/laravel-admin)|基于laravel + vue + element ui 的后台管理系统,自带权限管理系统|226|PHP|09/27|
|150|[Clago/workflow](https://github.com/Clago/workflow)|基于laravel的工作流项目|225|PHP|08/04|
|151|[Hanson/laravel-admin-wechat](https://github.com/Hanson/laravel-admin-wechat)|laravel admin 的微信扩展包,支持多公众号、多小程序、多微信支付,包含基础接口与后台|223|PHP|08/29|
|152|[5ime/API-Admin](https://github.com/5ime/API-Admin)|API管理系统 内置20+API接口|222|PHP|08/22|
|153|[hyperf-plus/admin](https://github.com/hyperf-plus/admin)|【全新架构】使用体检和laravel-admin类似,无需写前端vue代码即可实现漂亮的ElementUI框架页面,Auth组件和 laravel的auth 类似支持多用户认证功能,hyperf-admin 插件式快速开发框架|219|PHP|09/21|
|154|[absafe/phpshell](https://github.com/absafe/phpshell)|php大马 php一句话 webshell 渗透|219|PHP|08/14|
|155|[Hanson/weibot](https://github.com/Hanson/weibot)|微博爬虫,模拟登录,数据抓取|215|PHP|04/08|
|156|[Yurunsoft/YurunHttp](https://github.com/Yurunsoft/YurunHttp)|YurunHttp 是开源的 PHP HTTP 客户端,支持链式操作,简单易用。完美支持Curl、Swoole 协程。QQ群:17916227|212|PHP|07/14|
|157|[easyswoole-panel/easyswoole_panel](https://github.com/easyswoole-panel/easyswoole_panel)|easyswoole写的后台,权限管理,前后分离模板|208|PHP|09/10|
|158|[celaraze/chemex](https://github.com/celaraze/chemex)|☕ 咖啡壶是一个免费、开源、高效且漂亮的运维资产管理平台。软硬件资产管理、归属/使用者追溯、盘点以及可靠的服务器状态管理面板。基于优雅的Laravel框架和DcatAdmin开发。|208|PHP|09/28|
|159|[bg5sbk/MiniCMS](https://github.com/bg5sbk/MiniCMS)|至简的个人网站内容管理系统|194|PHP|07/20|
|160|[jqhph/laravel-wherehasin](https://github.com/jqhph/laravel-wherehasin)|Laravel wherehasin是一个可以提升Laravel ORM关联关系查询性能的扩展包,可以替代Laravel ORM中的whereHas以及whereHasMorphIn查询方法。|193|PHP|07/30|
|161|[yybawang/laravel-ebank](https://github.com/yybawang/laravel-ebank)|🤖 电商类站内虚拟积分与聚合支付解决方案|193|PHP|09/13|
|162|[mokeyjay/Pixiv-daily-ranking-widget](https://github.com/mokeyjay/Pixiv-daily-ranking-widget)|会自动更新的P站每日榜小挂件,适合放在博客侧边栏等地方 Pixiv daily list widget that automatically updates, suitable for blog sidebar, etc.|191|PHP|09/26|
|163|[Jader/PcmToWav](https://github.com/Jader/PcmToWav)|🎵 PHP 实现 PCM 格式音波文件转 WAV 格式音频文件|191|PHP|06/15|
|164|[luolongfei/next-freenom](https://github.com/luolongfei/next-freenom)|Freenom 域名自动续期。Freenom domain name renews automatically.(由于我前仓库 https://github.com/luolongfei/freenom 不明原因被封,估计是与早前的 GitHub Action 事件有关。故将原项目迁移至此,接下来的开发与维护将在此仓库进行。Docker 仓库不受影响。)|190|PHP|09/27|
|165|[openBI-kwc/openBI](https://github.com/openBI-kwc/openBI)|可视化数据分析工具|186|PHP|08/23|
|166|[yunluo/Git](https://github.com/yunluo/Git)|WordPress主题|183|PHP|10/07|
|167|[FantasticLBP/Company-Website-Pro](https://github.com/FantasticLBP/Company-Website-Pro)|现代公司企业官网以及电子商务产品网站|182|PHP|08/13|
|168|[Abbotton/alipay-sdk-php](https://github.com/Abbotton/alipay-sdk-php)|🐜支付宝(蚂蚁金服)开放平台第三方 PHP SDK,基于官方最新版本。|180|PHP|09/26|
|169|[gogobody/onecircle](https://github.com/gogobody/onecircle)|一款typecho 社交圈子 主题|176|PHP|09/29|
|170|[hongweipeng/GreenGrapes](https://github.com/hongweipeng/GreenGrapes)|typecho 响应式绿色科技感双栏主题|175|PHP|08/25|
|171|[Layne666/oneindex](https://github.com/Layne666/oneindex)|Onedrive Directory Index 默认世纪互联版本,自用|174|PHP|09/11|
|172|[kiang/pharmacies](https://github.com/kiang/pharmacies)|藥局口罩採購地圖|171|PHP|10/06|
|173|[cxp1539/laravel-core-learn](https://github.com/cxp1539/laravel-core-learn)|laravel核心知识学习|170|PHP|04/06|
|174|[wechatpay-apiv3/wechatpay-guzzle-middleware](https://github.com/wechatpay-apiv3/wechatpay-guzzle-middleware)|微信支付 APIv3 Guzzle HTTP Client中间件(middleware)|168|PHP|07/14|
|175|[D-xuanmo/xm-nuxtjs-wordpress](https://github.com/D-xuanmo/xm-nuxtjs-wordpress)|🎉 Nuxt.js + Wordpress REST API 主题|167|PHP|09/10|
|176|[vanry/laravel-scout-tntsearch](https://github.com/vanry/laravel-scout-tntsearch)|包含中文分词的 Laravel Scout TNTSearch 驱动,支持 scws, phpanalysis 和 jieba 分词。|165|PHP|09/11|
|177|[9IPHP/9IPHP](https://github.com/9IPHP/9IPHP)|响应式WordPress主题|165|PHP|06/02|
|178|[wuruiwm/msautocreate](https://github.com/wuruiwm/msautocreate)|微软全局管理自助申请程序 支持a1 a3 e3 e5等订阅,使用方法一样|162|PHP|04/29|
|179|[sy-records/game-ddz](https://github.com/sy-records/game-ddz)|♦️ 使用Hyperf框架开发斗地主游戏|159|PHP|07/20|
|180|[yhf7952/mmPic](https://github.com/yhf7952/mmPic)|11万张随机妹子图一次看个够,可另存,可自动播放。营养快线在路上……|157|PHP|05/13|
|181|[pfinal/wechat](https://github.com/pfinal/wechat)|一个简单易用的微信公众平台SDK, 支持PHP5.3+到7.x版本, 方便与主流框架集成(ThinkPHP、Yii、CI、Laravel…), IDE提示支持良好, 有视频|155|PHP|06/18|
|182|[jiix/xiunobbs](https://github.com/jiix/xiunobbs)|Xiuno BBS 4.0 是一款轻论坛程序。 本版修复了php7.4、php8.0兼容问题;采用utf8mb4,支持emoji;,jQuery更新到 3.5.1;bootstrap更新到4.5.0。移除部分插件,更新默认主题。|155|PHP|05/13|
|183|[dyedd/lanstar](https://github.com/dyedd/lanstar)|一款三栏简约typecho主题|155|PHP|05/24|
|184|[isecret/yuncun](https://github.com/isecret/yuncun)|🎵网易云乐评 · 一言 API - 随机获取网易云热评|153|PHP|10/06|
|185|[dnomd343/echoIP](https://github.com/dnomd343/echoIP)|显示客户端IP的详细信息|153|PHP|08/29|
|186|[overtrue/weather](https://github.com/overtrue/weather)|🌈 基于高德开放平台接口的 PHP 天气信息组件。|152|PHP|04/30|
|187|[learnku/learnku](https://github.com/learnku/learnku)|learnku.net 网站使用 laravel5.5 重新架构|151|PHP|10/06|
|188|[abelzhou/PHP-TrieTree](https://github.com/abelzhou/PHP-TrieTree)|Make a trie tree with php language.使用场景为中文 英文 敏感词过滤/关键词过滤字典树,前缀树,内链建设,搜索提示。|151|PHP|06/09|
|189|[edenleung/think-admin](https://github.com/edenleung/think-admin)|ThinkPHP 6.0 与 Ant Design Pro Vue 基础前后分离权限系统|149|PHP|06/29|
|190|[Fanli2012/lqycms](https://github.com/Fanli2012/lqycms)|基于laravel框架的企业级开源cms管理系统,开源php商城源码,B2C微商城系统,企业建站cms。|147|PHP|08/27|
|191|[jormin/laravel-ddoc](https://github.com/jormin/laravel-ddoc)|数据字典自动生成文档|147|PHP|09/07|
|192|[mingyoung/wechat-playground](https://github.com/mingyoung/wechat-playground)|🐳 WeChat Playground - 开源微信调试工具|146|PHP|05/08|
|193|[justmd5/pinduoduo-sdk](https://github.com/justmd5/pinduoduo-sdk)|拼多多API SDK【多多客|多多进宝&拼多多开放平台】|146|PHP|10/08|
|194|[Caringor/CRZ.im](https://github.com/Caringor/CRZ.im)|一个域名缩短服务的源代码|145|PHP|07/29|
|195|[phper666/jwt-auth](https://github.com/phper666/jwt-auth)|能直接在hyperf框架中使用jwt的组件.  请看下下面的文档~,3.0.x不兼容2.0.x,具体请切换分支查看|145|PHP|09/12|
|196|[le31ei/ctf_challenges](https://github.com/le31ei/ctf_challenges)|适用于一线安服的ctf培训题目,全docker环境一键启动|144|PHP|05/18|
|197|[bewhale/thinkphp_gui_tools](https://github.com/bewhale/thinkphp_gui_tools)|ThinkPHP 漏洞 综合利用工具, 图形化界面, 命令执行, 一键getshell, 批量检测, 日志遍历, session包含, 宝塔绕过|142|PHP|08/30|
|198|[houdunwang/coding](https://github.com/houdunwang/coding)|视频代码|141|PHP|10/06|
|199|[YianAndCode/Comment2Wechat](https://github.com/YianAndCode/Comment2Wechat)|Typecho 插件——新评论微信通知|140|PHP|05/31|
|200|[houdunwang/hdcms](https://github.com/houdunwang/hdcms)|支持 PC、H5、微信公众号、微信小程序多应用平台|140|PHP|10/07|

⬆ [回到目录](#目录)

<br/>

## JavaScript

|#|Repository|Description|Stars|Language|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。   未完待续............ 如有意合作,联系[email protected]                     版权所有,违权必究       Tan 2018.06|46.2k|JavaScript|09/30|
|2|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)| LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)|44.5k|JavaScript|10/11|
|3|[chinese-poetry/chinese-poetry](https://github.com/chinese-poetry/chinese-poetry)|The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库,  唐宋两朝近一万四千古诗人,  接近5.5万首唐诗加26万宋诗.  两宋时期1564位词人,21050首词。|34.2k|JavaScript|10/09|
|4|[dcloudio/uni-app](https://github.com/dcloudio/uni-app)|uni-app 是使用 Vue 语法开发小程序、H5、App的统一框架|33.8k|JavaScript|10/10|
|5|[NervJS/taro](https://github.com/NervJS/taro)|开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。  https://taro.zone/|29.7k|JavaScript|10/09|
|6|[sentsin/layui](https://github.com/sentsin/layui)|采用自身模块规范编写的前端 UI 框架,遵循原生 HTML/CSS/JS 的书写形式,极低门槛,拿来即用。|24.7k|JavaScript|08/28|
|7|[YMFE/yapi](https://github.com/YMFE/yapi)|YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台|22.6k|JavaScript|09/25|
|8|[Tencent/wepy](https://github.com/Tencent/wepy)|小程序组件化开发框架|21.6k|JavaScript|09/09|
|9|[Binaryify/NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)|网易云音乐 Node.js API service|21.5k|JavaScript|10/11|
|10|[Meituan-Dianping/mpvue](https://github.com/Meituan-Dianping/mpvue)|基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。|20.4k|JavaScript|08/11|
|11|[ruanyf/es6tutorial](https://github.com/ruanyf/es6tutorial)|《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。|19.6k|JavaScript|10/05|
|12|[haizlin/fe-interview](https://github.com/haizlin/fe-interview)|前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),4000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……|19.1k|JavaScript|10/11|
|13|[zhaoolee/ChromeAppHeroes](https://github.com/zhaoolee/ChromeAppHeroes)|🌈谷粒-Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~  ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~ 公众号「0加1」同步更新|18.9k|JavaScript|10/03|
|14|[ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)|本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。|17.7k|JavaScript|10/07|
|15|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶学习笔记。从零开始学前端,做一名精致优雅的前端工程师。公众号「千古壹号」作者。|17.5k|JavaScript|10/09|
|16|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|15.6k|JavaScript|10/11|
|17|[EastWorld/wechat-app-mall](https://github.com/EastWorld/wechat-app-mall)|微信小程序商城,微信小程序微店|15.1k|JavaScript|10/05|
|18|[lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop)|一个基于 electron 的音乐软件|13.8k|JavaScript|10/04|
|19|[dcloudio/mui](https://github.com/dcloudio/mui)|最接近原生APP体验的高性能框架|13.3k|JavaScript|07/07|
|20|[xiandanin/magnetW](https://github.com/xiandanin/magnetW)|磁力链接聚合搜索|12.4k|JavaScript|06/29|
|21|[stephentian/33-js-concepts](https://github.com/stephentian/33-js-concepts)|📜 每个 JavaScript 工程师都应懂的33个概念 @leonardomso|12.1k|JavaScript|08/12|
|22|[Tencent/omi](https://github.com/Tencent/omi)| Front End Cross-Frameworks Framework - 前端跨框架跨平台框架|12.1k|JavaScript|09/29|
|23|[amfe/lib-flexible](https://github.com/amfe/lib-flexible)|可伸缩布局方案|11.7k|JavaScript|04/06|
|24|[eip-work/kuboard-press](https://github.com/eip-work/kuboard-press)|Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.20 安装手册,(k8s install) 在线答疑,持续更新。|11.6k|JavaScript|10/10|
|25|[qier222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)|高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron: |11.6k|JavaScript|10/10|
|26|[modood/Administrative-divisions-of-China](https://github.com/modood/Administrative-divisions-of-China)|中华人民共和国行政区划:省级(省份直辖市自治区)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,**省市区镇村二级三级四级五级联动地址数据。|11.3k|JavaScript|07/15|
|27|[answershuto/learnVue](https://github.com/answershuto/learnVue)|:octocat:Vue.js 源码解析|11.3k|JavaScript|07/26|
|28|[bailicangdu/node-elm](https://github.com/bailicangdu/node-elm)|基于 node.js + Mongodb 构建的后台系统|11.1k|JavaScript|09/01|
|29|[apachecn/apachecn-algo-zh](https://github.com/apachecn/apachecn-algo-zh)|ApacheCN 数据结构与算法译文集|10.4k|JavaScript|05/09|
|30|[star7th/showdoc](https://github.com/star7th/showdoc)|ShowDoc is a tool greatly applicable for an IT team to share documents online一个非常适合IT团队的在线API文档、技术文档工具|9.9k|JavaScript|09/23|
|31|[zhaoolee/ChineseBQB](https://github.com/zhaoolee/ChineseBQB)|🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, **表情包大集合, 聚欢乐~|9.2k|JavaScript|10/10|
|32|[cnodejs/nodeclub](https://github.com/cnodejs/nodeclub)|🐤Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统|9.1k|JavaScript|09/04|
|33|[flutterchina/flutter-in-action](https://github.com/flutterchina/flutter-in-action)|《Flutter实战》电子书|8.7k|JavaScript|10/07|
|34|[didi/chameleon](https://github.com/didi/chameleon)|🦎 一套代码运行多端,一端所见即多端所见|8.6k|JavaScript|10/07|
|35|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|8.6k|JavaScript|10/05|
|36|[litten/hexo-theme-yilia](https://github.com/litten/hexo-theme-yilia)|一个简洁优雅的hexo主题  A simple and elegant theme for hexo.|8.1k|JavaScript|06/05|
|37|[sentsin/layer](https://github.com/sentsin/layer)|丰富多样的 Web 弹出层组件,可轻松实现 Alert/Confirm/Prompt/ 普通提示/页面区块/iframe/tips等等几乎所有的弹出交互。目前已成为最多人使用的弹层解决方案|8.1k|JavaScript|05/22|
|38|[evil-huawei/evil-huawei](https://github.com/evil-huawei/evil-huawei)|Evil Huawei - 华为作过的恶|7.8k|JavaScript|07/02|
|39|[thinkgem/jeesite](https://github.com/thinkgem/jeesite)|JeeSite 是一个企业信息化开发基础平台,Java企业应用开源框架,Java EE(J2EE)快速开发框架,使用经典技术组合(Spring、Spring MVC、Apache Shiro、MyBatis、Bootstrap UI),包括核心模块如:组织机构、角色用户、权限授权、数据权限、内容管理、工作流等。|7.7k|JavaScript|04/28|
|40|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|7.4k|JavaScript|10/11|
|41|[HcySunYang/vue-design](https://github.com/HcySunYang/vue-design)|📖 master分支:《渲染器》|5.7k|JavaScript|09/21|
|42|[MrXujiang/h5-Dooring](https://github.com/MrXujiang/h5-Dooring)|H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks.   让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.|5.4k|JavaScript|10/03|
|43|[ecomfe/echarts-for-weixin](https://github.com/ecomfe/echarts-for-weixin)|Apache ECharts (incubating) 的微信小程序版本|5.4k|JavaScript|09/22|
|44|[tumobi/nideshop](https://github.com/tumobi/nideshop)|NideShop 开源微信小程序商城服务端 API(Node.js + ThinkJS)|5.1k|JavaScript|08/09|
|45|[docmirror/dev-sidecar](https://github.com/docmirror/dev-sidecar)|开发者边车,github打不开,github加速,git clone加速,git release下载加速,stackoverflow加速|5.1k|JavaScript|09/19|
|46|[Kenshin/simpread](https://github.com/Kenshin/simpread)|简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展|5.1k|JavaScript|10/09|
|47|[AutoPiano/AutoPiano](https://github.com/AutoPiano/AutoPiano)|自由钢琴 🎹 AutoPiano ( https://www.autopiano.cn )   Simple & Elegant Piano Online|5.0k|JavaScript|09/18|
|48|[ly525/luban-h5](https://github.com/ly525/luban-h5)|[WIP]en: web design tool    mobile page builder/editor    mini webflow for mobile page. zh: 类似易企秀的H5制作、建站工具、可视化搭建系统.|4.8k|JavaScript|10/06|
|49|[wux-weapp/wux-weapp](https://github.com/wux-weapp/wux-weapp)|🐶 一套组件化、可复用、易扩展的微信小程序 UI 组件库|4.7k|JavaScript|04/12|
|50|[xiaolin3303/wx-charts](https://github.com/xiaolin3303/wx-charts)|微信小程序图表charts组件,Charts for WeChat small app|4.6k|JavaScript|06/17|
|51|[SaekiRaku/vscode-rainbow-fart](https://github.com/SaekiRaku/vscode-rainbow-fart)|一个在你编程时疯狂称赞你的 VSCode 扩展插件   An VSCode extension that keeps giving you compliment while you are coding, it will checks the keywords of code to play suitable sounds.|4.5k|JavaScript|09/03|
|52|[meng-chuan/Unlock-netease-cloud-music](https://github.com/meng-chuan/Unlock-netease-cloud-music)|解锁网易云音乐客户端变灰歌曲|4.4k|JavaScript|05/12|
|53|[duxianwei520/react](https://github.com/duxianwei520/react)| React+webpack+redux+ant design+axios+less全家桶后台管理框架|4.3k|JavaScript|04/01|
|54|[margox/braft-editor](https://github.com/margox/braft-editor)|美观易用的React富文本编辑器,基于draft-js开发|4.2k|JavaScript|08/26|
|55|[lgwebdream/FE-Interview](https://github.com/lgwebdream/FE-Interview)|🔥🔥🔥 前端面试,独有前端面试题详解,前端面试刷题必备,1000+前端面试真题,Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器|4.1k|JavaScript|09/13|
|56|[langren1353/GM_script](https://github.com/langren1353/GM_script)|我就是来分享脚本玩玩的|4.1k|JavaScript|09/14|
|57|[Tencent/kbone](https://github.com/Tencent/kbone)|一个致力于微信小程序和 Web 端同构的解决方案|4.1k|JavaScript|09/26|
|58|[Tencent/westore](https://github.com/Tencent/westore)|更好的小程序项目架构|3.8k|JavaScript|09/28|
|59|[cteamx/Thief](https://github.com/cteamx/Thief)|一款创新跨平台摸鱼神器,支持小说、股票、网页、视频、直播、PDF、游戏等摸鱼模式,为上班族打造的上班必备神器,使用此软件可以让上班倍感轻松,远离 ICU。|3.8k|JavaScript|09/10|
|60|[zxlie/FeHelper](https://github.com/zxlie/FeHelper)|😍FeHelper--Web前端助手(Awesome!Chrome & Firefox & MS-Edge Extension, All in one Toolbox!)|3.8k|JavaScript|08/02|
|61|[gxtrobot/bustag](https://github.com/gxtrobot/bustag)|a tag and recommend system for old bus driver 给老司机用的一个番号推荐系统|3.7k|JavaScript|06/12|
|62|[lyricat/wechat-format](https://github.com/lyricat/wechat-format)|微信公众号排版编辑器,转换 Markdown 到微信特制的 HTML|3.7k|JavaScript|08/24|
|63|[yyhsong/iDataV](https://github.com/yyhsong/iDataV)|大屏数据可视化 Big screen data visualization demo|3.7k|JavaScript|07/02|
|64|[bilibili-helper/bilibili-helper-o](https://github.com/bilibili-helper/bilibili-helper-o)|哔哩哔哩 (bilibili.com) 辅助工具,可以替换播放器、推送通知并进行一些快捷操作|3.7k|JavaScript|06/12|
|65|[alibaba/x-render](https://github.com/alibaba/x-render)|🚴‍♀️ 阿里飞猪 - 很易用的中后台「表单 / 表格 / 图表」解决方案|3.7k|JavaScript|10/09|
|66|[BetaSu/just-react](https://github.com/BetaSu/just-react)|「React技术揭秘」  一本自顶向下的React源码分析书|3.7k|JavaScript|10/10|
|67|[nslog11/Gitter](https://github.com/nslog11/Gitter)|Gitter for GitHub - 可能是目前颜值最高的GitHub微信小程序客户端|3.5k|JavaScript|08/11|
|68|[wandergis/coordtransform](https://github.com/wandergis/coordtransform)|提供了百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和WGS84坐标系之间的转换|3.4k|JavaScript|08/18|
|69|[itheima1/BlockChain](https://github.com/itheima1/BlockChain)|黑马程序员 120天全栈区块链开发 开源教程|3.4k|JavaScript|07/15|
|70|[fluid-dev/hexo-theme-fluid](https://github.com/fluid-dev/hexo-theme-fluid)|🌊 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo|3.4k|JavaScript|10/09|
|71|[sunoj/jjb](https://github.com/sunoj/jjb)|一个帮助你自动申请京东价格保护的chrome拓展|3.0k|JavaScript|09/01|
|72|[OBKoro1/koro1FileHeader](https://github.com/OBKoro1/koro1FileHeader)|在vscode中用于生成文件头部注释和函数注释的插件,经过多版迭代后,插件:支持所有主流语言,功能强大,灵活方便,文档齐全,食用简单!觉得插件不错的话,点击右上角给个Star⭐️呀~|3.0k|JavaScript|10/05|
|73|[xiangyuecn/AreaCity-JsSpider-StatsGov](https://github.com/xiangyuecn/AreaCity-JsSpider-StatsGov)|省市区县乡镇三级或四级城市数据,带拼音标注、坐标、行政区域边界范围;2021年10月02日最新采集,提供csv格式文件,支持在线转成多级联动js代码、通用json格式,提供软件转成shp、geojson、sql、导入数据库;带浏览器里面运行的js采集源码,综合了中华人民共和国民政部、国家统计局、高德地图、腾讯地图行政区划数据|2.9k|JavaScript|10/02|
|74|[iammapping/wedding](https://github.com/iammapping/wedding)|婚礼大屏互动,微信请柬一站式解决方案|2.9k|JavaScript|05/07|
|75|[didi/mpx](https://github.com/didi/mpx)|Mpx,一款具有优秀开发体验和深度性能优化的增强型跨端小程序框架|2.9k|JavaScript|10/09|
|76|[sx1989827/DOClever](https://github.com/sx1989827/DOClever)|做最好的接口管理平台|2.8k|JavaScript|09/21|
|77|[o2oa/o2oa](https://github.com/o2oa/o2oa)|开源OA系统 - 码云GVP Java开源oa 企业OA办公平台 企业OA 协同办公OA 流程平台OA O2OA OA,支持国产麒麟操作系统和国产数据库(达梦、人大金仓),政务OA,军工信息化OA|2.8k|JavaScript|08/13|
|78|[xiangyuecn/Recorder](https://github.com/xiangyuecn/Recorder)|html5 js 录音 mp3 wav ogg webm amr 格式,支持pc和Android、ios部分浏览器、和Hybrid App(提供Android IOS App源码),微信也是支持的,提供H5版语音通话聊天示例 和DTMF编解码|2.8k|JavaScript|08/08|
|79|[Ice-Hazymoon/MikuTools](https://github.com/Ice-Hazymoon/MikuTools)|一个轻量的工具集合|2.9k|JavaScript|05/28|
|80|[feelschaotic/AndroidKnowledgeSystem](https://github.com/feelschaotic/AndroidKnowledgeSystem)|The most complete Android advanced route knowledge map ⭐️你想要的最全 Android 进阶路线知识图谱+干货资料收集🚀 |2.7k|JavaScript|07/05|
|81|[toolgood/ToolGood.Words](https://github.com/toolgood/ToolGood.Words)|一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。|2.7k|JavaScript|09/29|
|82|[nashaofu/dingtalk](https://github.com/nashaofu/dingtalk)|钉钉桌面版,基于electron和钉钉网页版开发,支持Windows、Linux和macOS|2.6k|JavaScript|09/29|
|83|[jasondu/wxa-plugin-canvas](https://github.com/jasondu/wxa-plugin-canvas)|小程序海报组件-生成朋友圈分享海报并生成图片|2.6k|JavaScript|08/11|
|84|[wetools/wept](https://github.com/wetools/wept)|微信小程序多端实时运行工具|2.6k|JavaScript|08/13|
|85|[huangwei9527/quark-h5](https://github.com/huangwei9527/quark-h5)|基于vue2 + koa2的 H5制作工具。让不会写代码的人也能轻松快速上手制作H5页面。类似易企秀、百度H5等H5制作、建站工具|2.5k|JavaScript|06/18|
|86|[staven630/vue-cli4-config](https://github.com/staven630/vue-cli4-config)|vue-cli4配置vue.config.js持续更新|2.5k|JavaScript|10/06|
|87|[ipcjs/bilibili-helper](https://github.com/ipcjs/bilibili-helper)|各种油猴脚本|2.4k|JavaScript|09/24|
|88|[SuperMonster003/Ant-Forest](https://github.com/SuperMonster003/Ant-Forest)|基于Auto.js的蚂蚁森林能量自动收取脚本  Auto.js-based ant forest energy auto-collect script|2.4k|JavaScript|08/22|
|89|[yanyiwu/nodejieba](https://github.com/yanyiwu/nodejieba)|"结巴"中文分词的Node.js版本|2.4k|JavaScript|04/26|
|90|[js-newbee/taro-yanxuan](https://github.com/js-newbee/taro-yanxuan)|首个 Taro 多端统一实例 - 网易严选(小程序 + H5 + React Native) - By 趣店 FED|2.4k|JavaScript|10/06|
|91|[mumuy/data_location](https://github.com/mumuy/data_location)|中华人民共和国行政区划数据【省、市、区县、乡镇街道】**省市区镇三级四级联动地址数据(GB/T 2260)|2.4k|JavaScript|09/17|
|92|[blackmatrix7/ios_rule_script](https://github.com/blackmatrix7/ios_rule_script)|各平台的分流规则、复写规则及自动化脚本。|2.4k|JavaScript|10/11|
|93|[YvetteLau/Blog](https://github.com/YvetteLau/Blog)|【前端进阶】优质博文|2.4k|JavaScript|10/06|
|94|[wecatch/china_regions](https://github.com/wecatch/china_regions)|最全最新**省,市,地区json及sql数据|2.5k|JavaScript|08/13|
|95|[hyj1991/easy-monitor](https://github.com/hyj1991/easy-monitor)|企业级 Node.js 应用性能监控与线上故障定位解决方案|2.4k|JavaScript|08/01|
|96|[coffe1891/frontend-hard-mode-interview](https://github.com/coffe1891/frontend-hard-mode-interview)|《前端内参》,有关于JavaScript、编程范式、设计模式、软件开发的艺术等大前端范畴内的知识分享,旨在帮助前端工程师们夯实技术基础以通过一线互联网企业技术面试。|2.1k|JavaScript|09/24|
|97|[llh911001/mostly-adequate-guide-chinese](https://github.com/llh911001/mostly-adequate-guide-chinese)|函数式编程指北中文版|2.1k|JavaScript|09/17|
|98|[jimuyouyou/node-interview-questions](https://github.com/jimuyouyou/node-interview-questions)|Node.js面试题,侧重后端应用与对Node核心的理解|2.1k|JavaScript|04/15|
|99|[reruin/sharelist](https://github.com/reruin/sharelist)|快速分享 GoogleDrive OneDrive |2.0k|JavaScript|10/10|
|100|[w37fhy/QuantumultX](https://github.com/w37fhy/QuantumultX)|同步和更新大佬脚本库,更新懒人配置|2.0k|JavaScript|10/04|
|101|[thinkcmf/thinkcmf](https://github.com/thinkcmf/thinkcmf)|ThinkCMF是一款支持Swoole的开源内容管理框架,基于ThinkPHP开发,同时支持PHP-FPM和Swoole双模式,让WEB开发更快!|2.0k|JavaScript|09/30|
|102|[treadpit/wx_calendar](https://github.com/treadpit/wx_calendar)|微信小程序-日历组件 📅|2.0k|JavaScript|09/21|
|103|[jin-yufeng/mp-html](https://github.com/jin-yufeng/mp-html)|小程序富文本组件,支持渲染和编辑 html,支持在微信、QQ、百度、支付宝、头条和 uni-app 平台使用|1.9k|JavaScript|10/02|
|104|[chatopera/cskefu](https://github.com/chatopera/cskefu)|🌲 春松客服,智能客服系统,开源客服系统 ,机器人客服,客服系统开发框架,多渠道|1.9k|JavaScript|10/01|
|105|[notadd/neditor](https://github.com/notadd/neditor)|基于 ueditor的更现代化的富文本编辑器,支持HTTPS|1.9k|JavaScript|08/12|
|106|[muwoo/blogs](https://github.com/muwoo/blogs)|📚一个前端的博客。|1.9k|JavaScript|07/28|
|107|[luoxue-victor/workflow](https://github.com/luoxue-victor/workflow)|一个工作流平台|1.9k|JavaScript|06/22|
|108|[metowolf/vCards](https://github.com/metowolf/vCards)|📡️ vCards **黄页 - 优化 iOS/Android 来电、信息界面体验|1.9k|JavaScript|09/27|
|109|[dntzhang/cax](https://github.com/dntzhang/cax)|HTML5 Canvas 2D Rendering Engine - 小程序、小游戏以及 Web 通用 Canvas 渲染引擎|1.8k|JavaScript|05/25|
|110|[soyaine/JavaScript30](https://github.com/soyaine/JavaScript30)|有关 @wesbos 的课程 JavaScript-30 的中文练习指南|1.8k|JavaScript|10/10|
|111|[shufflewzc/faker2](https://github.com/shufflewzc/faker2)|不知名大佬备份|1.8k|JavaScript|10/10|
|112|[mengkunsoft/MKOnlineMusicPlayer](https://github.com/mengkunsoft/MKOnlineMusicPlayer)|【停止维护】一个在线音乐播放器(仅 UI,无功能)|1.8k|JavaScript|06/28|
|113|[yioMe/nodejs_wx_aipay_api](https://github.com/yioMe/nodejs_wx_aipay_api)|微信支付宝个人免签收款Api系统,有了它对接再也不用担心我的业务不能支付了|1.8k|JavaScript|10/01|
|114|[xuedingmiaojun/wxappUnpacker](https://github.com/xuedingmiaojun/wxappUnpacker)|小程序反编译(支持分包)|1.8k|JavaScript|05/07|
|115|[nmxiaowei/avue](https://github.com/nmxiaowei/avue)|Avue.js2.0是基于现有的element-ui库进行的二次封装,简化一些繁琐的操作,核心理念为数据驱动视图,主要的组件库针对table表格和form表单场景,同时衍生出更多企业常用的组件,达到高复用,容易维护和扩展的框架,同时内置了丰富了数据展示组件,让开发变得更加容易|1.7k|JavaScript|10/08|
|116|[fhefh2015/Fast-GitHub](https://github.com/fhefh2015/Fast-GitHub)|国内Github下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~!|1.7k|JavaScript|10/01|
|117|[logoove/weui](https://github.com/logoove/weui)|weui+是在weui和zepto基础上开发的增强UI组件,目前分为表单,基础,组件,js插件四大类,共计百余项功能,是最全的weui样式|1.7k|JavaScript|09/04|
|118|[suweiteng/vue2-management-platform](https://github.com/suweiteng/vue2-management-platform)|vue2.0+ elementUI  后台管理平台  https://suweiteng.github.io/vue2-management-platform|1.7k|JavaScript|09/08|
|119|[vaxilu/x-ui](https://github.com/vaxilu/x-ui)|支持多协议多用户的 xray 面板|1.7k|JavaScript|09/26|
|120|[Tencent/cloudbase-framework](https://github.com/Tencent/cloudbase-framework)| 腾讯云开发云原生一体化部署工具 🚀  CloudBase Framework:一键部署,不限框架语言,云端一体化开发,基于Serverless 架构。A front-end and back-end integrated deployment tool. One-click deploy to serverless architecture. https://docs.cloudbase.net/framework/index|1.6k|JavaScript|09/10|
|121|[kaola-fed/megalo](https://github.com/kaola-fed/megalo)|基于 Vue 的小程序开发框架|1.6k|JavaScript|09/22|
|122|[liangxiaojuan/vue-todos](https://github.com/liangxiaojuan/vue-todos)|vue最新实战项目教程,从零开始,一步一个脚印,循序渐进。跟着我一起学习vue吧!|1.6k|JavaScript|08/03|
|123|[sunniejs/vue-h5-template](https://github.com/sunniejs/vue-h5-template)|🎉vue搭建移动端开发,基于vue-cli4.0+webpack 4+vant ui + sass+ rem适配方案+axios封装,构建手机端模板脚手架 |1.6k|JavaScript|10/06|
|124|[Wizzercn/NutzWk](https://github.com/Wizzercn/NutzWk)|WK系列开发框架-V1至V5 Java开源企业级开发框架(单应用/微服务/分布式)|1.6k|JavaScript|10/08|
|125|[bobiscool/wxDraw](https://github.com/bobiscool/wxDraw)|A lightweight canvas library which providing 2d draw for weapp  微信小程序2d动画库 😎  🐼|1.6k|JavaScript|05/08|
|126|[adlered/CSDNGreener](https://github.com/adlered/CSDNGreener)|《专 业 团 队》🕺🏿 🕺🏿 🕺🏿 🕺🏿 ⚰️🕺🏿 🕺🏿 🕺🏿 🕺🏿   专治 CSDN 广告与各种灵魂打击   🐵 油猴脚本   TamperMonkey   Chrome   FireFox   CSDN 页面浮窗广告完全过滤净化   国服最强 CSDN 绿化脚本|1.6k|JavaScript|09/24|
|127|[KieSun/fucking-frontend](https://github.com/KieSun/fucking-frontend)|干爆前端。一网打尽前端面试、学习路径、优秀好文等各类内容,帮助大家一年内拿到期望的 offer!|1.6k|JavaScript|10/11|
|128|[fengyuanchen/distpicker](https://github.com/fengyuanchen/distpicker)|⚠️ [Deprecated] No longer maintained. A simple jQuery plugin for picking provinces, cities and districts of China. (** / 省市区 / 三级联动 / 地址选择器)|1.6k|JavaScript|04/06|
|129|[ciaochaos/qrbtf](https://github.com/ciaochaos/qrbtf)|An art QR code (qrcode) beautifier.  艺术二维码生成器。https://qrbtf.com|1.6k|JavaScript|10/05|
|130|[Achrou/goindex-theme-acrou](https://github.com/Achrou/goindex-theme-acrou)|This is a goindex theme.一个goindex的扩展主题。|1.6k|JavaScript|10/06|
|131|[mumuy/widget](https://github.com/mumuy/widget)|A set of widgets based on jQuery&&javascript. 一套基于jquery或javascript的插件库 :轮播、标签页、滚动条、下拉框、对话框、搜索提示、城市选择(城市三级联动)、日历等|1.6k|JavaScript|09/01|
|132|[lisong/code-push-server](https://github.com/lisong/code-push-server)|CodePush service is hot update services which adapter react-native-code-push and cordova-plugin-code-push - 热更新|1.6k|JavaScript|09/22|
|133|[sl1673495/blogs](https://github.com/sl1673495/blogs)|📖 全网 100w+ 阅读量的进阶前端技术博客仓库,Vue 源码解析,React 深度实践,TypeScript 进阶艺术,工程化,性能优化实践……|1.6k|JavaScript|10/09|
|134|[edusoho/edusoho](https://github.com/edusoho/edusoho)|EduSoho 网络课堂是由杭州阔知网络科技有限公司研发的开源网校系统。EduSoho 包含了在线教学、招生和管理等完整功能,让教育机构可以零门槛建立网校,成功转型在线教育。EduSoho 也可作为企业内训平台,帮助企业实现人才培养。|1.6k|JavaScript|09/15|
|135|[iBase4J/iBase4J](https://github.com/iBase4J/iBase4J)|Spring,SpringBoot 2.0,SpringMVC,Mybatis,mybatis-plus,motan/dubbo分布式,Redis缓存,Shiro权限管理,Spring-Session单点登录,Quartz分布式集群调度,Restful服务,QQ/微信登录,App token登录,微信/支付宝支付;日期转换、数据类型转换、序列化、汉字转拼音、身份证号码验证、数字转人民币、发送短信、发送邮件、加密解密、图片处理、excel导入导出、FTP/SFTP/fastDFS上传下载、二维码、XML读写、高精度计算、系统配置工具类等等。|1.5k|JavaScript|09/09|
|136|[dream2023/f-render](https://github.com/dream2023/f-render)|f-render   基于 ElementUI 的表单设计器|1.5k|JavaScript|05/11|
|137|[liangxiaojuan/vue-Meizi](https://github.com/liangxiaojuan/vue-Meizi)|vue最新实战项目,vue2 + vuex + webpack + es6  干货多多,新手福利|1.5k|JavaScript|04/27|
|138|[cnodejs/egg-cnode](https://github.com/cnodejs/egg-cnode)|CNode 社区 Egg 版本|1.5k|JavaScript|09/07|
|139|[nodeWechat/wechat4u](https://github.com/nodeWechat/wechat4u)|微信 wechat web 网页版接口的 JavaScript 实现,兼容Node和浏览器,微信机器人|1.4k|JavaScript|09/01|
|140|[CreditTone/hooker](https://github.com/CreditTone/hooker)|🔥🔥hooker是一个基于frida实现的逆向工具包。为逆向开发人员提供统一化的脚本包管理方式、通杀脚本、自动化生成hook脚本、内存漫游探测activity和service、firda版JustTrustMe、disable ssl pinning|1.4k|JavaScript|09/11|
|141|[willnewii/qiniuClient](https://github.com/willnewii/qiniuClient)|云存储管理客户端。支持七牛云、腾讯云、青云、阿里云、又拍云、亚马逊S3、京东云,仿文件夹管理、图片预览、拖拽上传、文件夹上传、同步、批量导出URL等功能|1.4k|JavaScript|09/12|
|142|[jones2000/HQChart](https://github.com/jones2000/HQChart)|HQChart - H5, 微信小程序 沪深/港股/数字货币/期货/美股 K线图(kline),走势图,缩放,拖拽,十字光标,画图工具,截图,筹码图. 分析家语法,通达信语法,(麦语法),第3方数据替换接口|1.4k|JavaScript|10/09|
|143|[dillonzq/LoveIt](https://github.com/dillonzq/LoveIt)|❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题|1.4k|JavaScript|09/10|
|144|[dcloudio/casecode](https://github.com/dcloudio/casecode)|DCloud开源项目集锦|1.4k|JavaScript|06/09|
|145|[phalapi/phalapi](https://github.com/phalapi/phalapi)|PhalApi开源接口框架,简称π框架,一个轻量级PHP开源接口框架,专注于接口服务开发。接口,从简单开始!|1.4k|JavaScript|07/17|
|146|[karsonzhang/fastadmin](https://github.com/karsonzhang/fastadmin)|基于 ThinkPHP5 和 Bootstrap 的极速后台开发框架,一键生成 CRUD,自动生成控制器、模型、视图、JS、语言包、菜单、回收站。|1.4k|JavaScript|07/30|
|147|[purplebamboo/font-carrier](https://github.com/purplebamboo/font-carrier)|font-carrier是一个功能强大的字体操作库,使用它你可以随心所欲的操作字体。让你可以在svg的维度改造字体的展现形状。|1.4k|JavaScript|08/20|
|148|[lateautumn4lin/Review_Reverse](https://github.com/lateautumn4lin/Review_Reverse)|👋2019年末总结下今年做过的逆向,整理代码,复习思路。🙏拼夕夕Web端anti_content参数逆向分析👺 WEB淘宝sign逆向分析;😺努比亚Cookie生成逆向分析;🙌百度指数data加密逆向分析 👣今日头条WEB端_signature、as、cp参数逆向分析🎶知乎登录formdata加密逆向分析 🤡KNN猫眼字体反爬👅Boss直聘Cookie加密字段__zp_stoken__逆向分析|1.4k|JavaScript|09/08|
|149|[HaoChuan9421/vue-ueditor-wrap](https://github.com/HaoChuan9421/vue-ueditor-wrap)|🚴Vue + 🚄UEditor + v-model双向绑定🚀|1.4k|JavaScript|10/09|
|150|[jly8866/archer](https://github.com/jly8866/archer)|基于inception的自动化SQL操作平台,支持SQL执行、LDAP认证、发邮件、OSC、SQL查询、SQL优化建议、权限管理等功能,支持docker镜像|1.4k|JavaScript|06/11|
|151|[nodejscn/node-api-cn](https://github.com/nodejscn/node-api-cn)|Node.js API 中文文档|1.3k|JavaScript|08/03|
|152|[fex-team/ua-device](https://github.com/fex-team/ua-device)|userAgent解析库|1.3k|JavaScript|08/13|
|153|[yingye/weapp-qrcode](https://github.com/yingye/weapp-qrcode)|weapp.qrcode.js 在 微信小程序 中,快速生成二维码|1.3k|JavaScript|09/16|
|154|[xmcp/pakku.js](https://github.com/xmcp/pakku.js)|拯救B站的弹幕体验!|1.3k|JavaScript|07/05|
|155|[lfb/nodejs-koa-blog](https://github.com/lfb/nodejs-koa-blog)|基于 Node.js Koa2 实战开发的一套完整的博客项目网站|1.3k|JavaScript|10/07|
|156|[fuce1314/Springboot_v2](https://github.com/fuce1314/Springboot_v2)|SpringBoot_v2项目是努力打造springboot框架的极致细腻的脚手架。包括一套漂亮的前台。无其他杂七杂八的功能,原生纯净。|1.3k|JavaScript|08/11|
|157|[xuwujing/springBoot-study](https://github.com/xuwujing/springBoot-study)|SpringBoot学习的相关工程并辅以博文讲解。主要包括入门的Hello World、自定义配置的获取、集成mybatis的xml和注解使用、集成jpa的使用、集成druid进行项目的监控、事物实战使用, 项目打包、使用logback日志文件管理、添加过滤器和拦截器、多数据源、Restful风格的服务、集成elasticsearch、redis、netty、集成jsp和thymeleaf、集成storm、kafka等相关技术。|1.2k|JavaScript|08/03|
|158|[savingrun/WeHalo](https://github.com/savingrun/WeHalo)|WeHalo 简约风 的微信小程序版博客|1.2k|JavaScript|08/02|
|159|[deepwel/Chinese-Annotator](https://github.com/deepwel/Chinese-Annotator)|Annotator for Chinese Text Corpus (UNDER DEVELOPMENT) 中文文本标注工具|1.2k|JavaScript|09/02|
|160|[ming-soft/MCMS](https://github.com/ming-soft/MCMS)|完整开源!Java快速开发平台!基于Spring、SpringMVC、Mybatis架构,MStore提供更多好用的插件与模板(文章、商城、微信、论坛、会员、评论、支付、积分、工作流、任务调度等,同时提供上百套免费模板任意选择),价值源自分享!铭飞系统不仅一套简单好用的开源系统、更是一整套优质的开源生态内容体系。铭飞的使命就是降低开发成本提高开发效率,提供全方位的企业级开发解决方案,每月28定期更新版本|1.2k|JavaScript|08/12|
|161|[lefex/FE](https://github.com/lefex/FE)|前端 100 天,帮助 10W 人入门并进阶前端。|1.2k|JavaScript|09/30|
|162|[JavisPeng/taojinbi](https://github.com/JavisPeng/taojinbi)|淘宝淘金币自动执行脚本,包含蚂蚁森林收取能量,芭芭农场全任务,解放你的双手|1.2k|JavaScript|08/03|
|163|[node-pinus/pinus](https://github.com/node-pinus/pinus)|A fast,scalable,distributed game server framework for Node.js, Powered by TypeScript.  一个TypeScript写的node.js分布式游戏/应用服务器框架(原型基于pomelo)。|1.2k|JavaScript|10/09|
|164|[Momo707577045/m3u8-downloader](https://github.com/Momo707577045/m3u8-downloader)|m3u8 视频在线提取工具|1.2k|JavaScript|09/12|
|165|[tinajs/tina](https://github.com/tinajs/tina)|💃 一款轻巧的渐进式微信小程序框架|1.2k|JavaScript|09/14|
|166|[antvis/wx-f2](https://github.com/antvis/wx-f2)|F2 的微信小程序|1.2k|JavaScript|09/03|
|167|[tnfe/FFCreator](https://github.com/tnfe/FFCreator)|一个基于node.js的高速短视频制作库  A fast short video processing library based on node.js|1.2k|JavaScript|10/09|
|168|[ant-move/Antmove](https://github.com/ant-move/Antmove)|小程序转换器,基于支付宝/微信小程序, 轻松地转换成其它平台的小程序。|1.2k|JavaScript|06/10|
|169|[shfshanyue/blog](https://github.com/shfshanyue/blog)|在这里写一些工作中遇到的前端,后端以及运维的问题|1.2k|JavaScript|10/08|
|170|[liyupi/daxigua](https://github.com/liyupi/daxigua)|最简单的魔改发布『 合成大西瓜 』,配套改图工具,不用改代码,修改配置即可!|1.2k|JavaScript|08/20|
|171|[ITDragonBlog/daydayup](https://github.com/ITDragonBlog/daydayup)|每天都在进步,每周都在总结,Java架构师成长之路。目前已经完成:MongoDB,Netty,Nginx,MySQL,Java,Redis,Shiro,Solr,SpringBoot,SpringData,SSO,Mybatis,Kotlin,还在持续更新中|1.2k|JavaScript|09/21|
|172|[Suwings/MCSManager](https://github.com/Suwings/MCSManager)|轻量级,开箱即用,多实例和支持 Docker 的 Minecraft 服务端管理面板|1.1k|JavaScript|09/29|
|173|[yuri2peter/win10-ui](https://github.com/yuri2peter/win10-ui)|Win10风格的UI框架。Windows10 style UI framework.|1.1k|JavaScript|07/13|
|174|[suxiaogang/WeiboPicBed](https://github.com/suxiaogang/WeiboPicBed)|新浪微博图床 Chrome扩展|1.1k|JavaScript|09/25|
|175|[liyupi/code-nav](https://github.com/liyupi/code-nav)|💎 专业的编程导航,帮你找到优质的编程学习资源!公众号【编程导航】 ☁️ 前后端均开源,励志成为最好的全栈云开发项目!|1.1k|JavaScript|08/30|
|176|[CodeRabbitYu/ShiTu](https://github.com/CodeRabbitYu/ShiTu)|识兔!react-native实现识图功能和一些有意思的小功能|1.1k|JavaScript|09/21|
|177|[liguobao/58HouseSearch](https://github.com/liguobao/58HouseSearch)|地图搜租房【微信公众号、小程序:人生删除指南】|1.1k|JavaScript|10/06|
|178|[dunwu/nginx-tutorial](https://github.com/dunwu/nginx-tutorial)|这是一个 Nginx 极简教程,目的在于帮助新手快速入门 Nginx。|1.1k|JavaScript|06/17|
|179|[lan-tianxiang/jd_shell](https://github.com/lan-tianxiang/jd_shell)|Node网页开发工具|1.1k|JavaScript|07/07|
|180|[AntSwordProject/antSword](https://github.com/AntSwordProject/antSword)|**蚁剑是一款跨平台的开源网站管理工具。AntSword is a cross-platform website management toolkit.|1.0k|JavaScript|09/23|
|181|[cnwhy/nzh](https://github.com/cnwhy/nzh)|数字转中文(大写,小写)数字,金额。|1.0k|JavaScript|07/02|
|182|[discountry/react](https://github.com/discountry/react)|React docs in Chinese   React 中文文档翻译|1.0k|JavaScript|09/21|
|183|[fouber/lottery](https://github.com/fouber/lottery)|年会抽奖程序|1.0k|JavaScript|09/17|
|184|[gdtool/zhaopp](https://github.com/gdtool/zhaopp)|一个Google Drive搜索引擎 https://GeZhong.vip|1.0k|JavaScript|08/03|
|185|[airuikun/front-core](https://github.com/airuikun/front-core)|前端前沿技术实现原理+源码解析|1.0k|JavaScript|08/15|
|186|[Tsuk1ko/cq-picsearcher-bot](https://github.com/Tsuk1ko/cq-picsearcher-bot)|🤖 基于 saucenao / ascii2d / whatanime 的搜图机器人|1.0k|JavaScript|10/06|
|187|[iamdarcy/hioshop-miniprogram](https://github.com/iamdarcy/hioshop-miniprogram)|海风小店,开源商城,微信小程序商城|1.0k|JavaScript|07/04|
|188|[moshowgame/SpringBootCodeGenerator](https://github.com/moshowgame/SpringBootCodeGenerator)|又名大狼狗代码生成器,基于SpringBoot2+Freemarker的JAVA代码生成器,以释放双手为目的,支持mysql/oracle/pgsql三大数据库, 用DDL-SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlSQL等相关代码.|1.0k|JavaScript|10/01|
|189|[lqqyt2423/wechat_spider](https://github.com/lqqyt2423/wechat_spider)|微信爬虫,获取文章内容、阅读量、点赞量、评论等,获取公众号所有历史文章链接。|1.0k|JavaScript|08/26|
|190|[l0o0/translators_CN](https://github.com/l0o0/translators_CN)|Zotero translator中文网页抓取插件|1.0k|JavaScript|09/19|
|191|[hoothin/UserScripts](https://github.com/hoothin/UserScripts)|Greasemonkey scripts (e.g.,True URL downloads迅雷、快车、QQ旋风等专有链解密 & HacgGodTurn琉璃神社工具集 & DownloadAllContent懒人小说下载器 & Easy offline一键离线下载)|1.0k|JavaScript|09/24|
|192|[qiushi123/xiaochengxu_demos](https://github.com/qiushi123/xiaochengxu_demos)|小程序优秀项目源码汇总,每个项目都有图有源码,零基础学微信小程序,小程序表格,小程序视频,小程序视频弹幕,小程序仿天猫大转盘抽奖等源码,小程序云开发,小程序发邮件,小程序支付,微信支付,持续更新。。。|988|JavaScript|05/30|
|193|[xxxily/h5player](https://github.com/xxxily/h5player)|网页播放器增强脚本,支持:播放进度记录、播放倍率记录、快进快退、倍速播放、画面缩放等|977|JavaScript|10/06|
|194|[syhyz1990/baiduyun](https://github.com/syhyz1990/baiduyun)|一个免费开源的网盘下载助手|971|JavaScript|09/02|
|195|[airuikun/mircro-tech](https://github.com/airuikun/mircro-tech)|react的微前端组件,让你的react项目可以加载vue组件|968|JavaScript|08/18|
|196|[TommyLemon/APIAuto](https://github.com/TommyLemon/APIAuto)| 敏捷开发最强大易用的 HTTP 接口工具,机器学习零代码测试、生成代码与静态检查、生成文档与光标悬浮注释。 The most advanced tool for HTTP API. Testing with machine learning, generating codes and static analysis, generating comments and floating hints.|954|JavaScript|10/07|
|197|[elecV2/elecV2P](https://github.com/elecV2/elecV2P)|一款基于 NodeJS,可通过 JS 修改网络请求,以及定时运行脚本或 SHELL 指令的网络工具。|941|JavaScript|10/04|
|198|[Orange-shirt/OrangeJs](https://github.com/Orange-shirt/OrangeJs)|使用Auto.js软件制作的脚本合辑|923|JavaScript|04/11|
|199|[wechatsync/Wechatsync](https://github.com/wechatsync/Wechatsync)|一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力|923|JavaScript|08/28|
|200|[Tencent/nohost](https://github.com/Tencent/nohost)|基于 Whistle 实现的多账号多环境远程配置及抓包调试平台|921|JavaScript|10/10|

 [回到目录](#目录)

<br/>

## Vue

|#|Repository|Description|Stars|Language|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[bailicangdu/vue2-elm](https://github.com/bailicangdu/vue2-elm)|基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用|37.0k|Vue|09/13|
|2|[lin-xin/vue-manage-system](https://github.com/lin-xin/vue-manage-system)|基于Vue3 + Element Plus 的后台管理系统解决方案|13.7k|Vue|09/22|
|3|[bailicangdu/vue2-manage](https://github.com/bailicangdu/vue2-manage)|基于 vue + element-ui 的后台管理系统|11.1k|Vue|07/15|
|4|[weilanwl/ColorUI](https://github.com/weilanwl/ColorUI)|鲜亮的高饱和色彩,专注视觉的小程序组件库|10.8k|Vue|05/16|
|5|[chuzhixin/vue-admin-beautiful-pro](https://github.com/chuzhixin/vue-admin-beautiful-pro)|🚀🚀🚀vue3,vue3.0,vue,vue3.x,vue.js,vue后台管理,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus主线版本基于element-plus、element-ui、ant-design-vue三者并行开发维护,同时支持电脑,手机,平板,切换分支查看不同的vue版本,element-plus版本已发布(vue3,vue3.0,vue,vue3.x,vue.js)|10.4k|Vue|10/08|
|6|[cuiocean/ZY-Player](https://github.com/cuiocean/ZY-Player)|▶️ 跨平台桌面端视频资源播放器.简洁无广告.免费高颜值. 🎞|10.2k|Vue|08/10|
|7|[macrozheng/mall-admin-web](https://github.com/macrozheng/mall-admin-web)|mall-admin-web是一个电商后台管理系统的前端项目,基于Vue+Element实现。 主要包括商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等功能。|8.9k|Vue|08/09|
|8|[chaitin/xray](https://github.com/chaitin/xray)|一款完善的安全评估工具,支持常见 web 安全问题扫描和自定义 poc   使用之前务必先阅读文档|5.9k|Vue|10/10|
|9|[DataV-Team/DataV](https://github.com/DataV-Team/DataV)|Vue数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新(React版已发布)|5.5k|Vue|05/20|
|10|[JakHuang/form-generator](https://github.com/JakHuang/form-generator)|Element UI表单设计及代码生成器|5.1k|Vue|10/06|
|11|[GavinZhuLei/vue-form-making](https://github.com/GavinZhuLei/vue-form-making)|A visual form designer/generator base on Vue.js, make form development simple and efficient.(基于Vue的可视化表单设计器,让表单开发简单而高效。)|4.4k|Vue|09/03|
|12|[ymm-tech/gods-pen](https://github.com/ymm-tech/gods-pen)|基于vue的高扩展在线网页制作平台,可自定义组件,可添加脚本,可数据统计。A mobile page builder/editor, similar with amolink. |3.9k|Vue|10/06|
|13|[fenixsoft/awesome-fenix](https://github.com/fenixsoft/awesome-fenix)|讨论如何构建一套可靠的大型分布式系统|3.9k|Vue|10/07|
|14|[herozhou/vue-framework-wz](https://github.com/herozhou/vue-framework-wz)|👏vue后台管理框架👏|3.7k|Vue|08/12|
|15|[mescroll/mescroll](https://github.com/mescroll/mescroll)|精致的下拉刷新和上拉加载 js框架.支持vue,完美运行于移动端和主流PC浏览器 (JS framework for pull-refresh and pull-up-loading)|3.7k|Vue|04/13|
|16|[jdf2e/nutui](https://github.com/jdf2e/nutui)|京东风格移动端 Vue2、Vue3 组件库 (A Vue.js UI Toolkit for Mobile Web)|3.6k|Vue|10/09|
|17|[wdlhao/vue2-element-touzi-admin](https://github.com/wdlhao/vue2-element-touzi-admin)| 基于vue2.0 +vuex+ element-ui后台管理系统 |3.5k|Vue|08/11|
|18|[elunez/eladmin-web](https://github.com/elunez/eladmin-web)|eladmin前端源码,项目基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 Spring Security、Redis、Vue的前后端分离后台管理系统, 权限控制采用 RBAC,菜单动态路由|3.3k|Vue|10/02|
|19|[YanxinNet/uView](https://github.com/YanxinNet/uView)|uView UI,是uni-app生态最优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水|3.2k|Vue|10/04|
|20|[ZyqGitHub1/h-player-v2](https://github.com/ZyqGitHub1/h-player-v2)|资源采集站在线播放|3.0k|Vue|10/06|
|21|[newbee-ltd/newbee-mall-vue3-app](https://github.com/newbee-ltd/newbee-mall-vue3-app)|🔥 🎉Vue3 全家桶 + Vant 搭建大型单页面商城项目,新蜂商城 Vue3 版本,技术栈为 Vue 3.0 + Vue-Router 4.0 + Vuex 4.0 + Vant 3.0。|2.7k|Vue|06/28|
|22|[shfshanyue/Daily-Question](https://github.com/shfshanyue/Daily-Question)|互联网大厂内推及大厂面经整理,并且每天一道面试题推送。每天五分钟,半年大厂中|2.6k|Vue|10/06|
|23|[lybenson/bilibili-vue](https://github.com/lybenson/bilibili-vue)|前端vue+后端koa,全栈式开发bilibili首页|2.5k|Vue|10/10|
|24|[Exrick/xmall-front](https://github.com/Exrick/xmall-front)|基于Vue开发的XMall商城前台页面 PC端|2.2k|Vue|08/04|
|25|[Geek-James/ddBuy](https://github.com/Geek-James/ddBuy)|🎉Vue全家桶+Vant 搭建大型单页面电商项目.http://ddbuy.7-orange.cn|2.2k|Vue|10/06|
|26|[open-source-labs/OverVue](https://github.com/open-source-labs/OverVue)|Prototyping Tool For Vue Devs 适用于Vue的原型工具|2.1k|Vue|08/20|
|27|[github1586/nuxt-bnhcp](https://github.com/github1586/nuxt-bnhcp)|nuxt、express、vue、mysql、redis、nginx、socket.io (实战商城)|1.9k|Vue|09/02|
|28|[zhaohaodang/vue-WeChat](https://github.com/zhaohaodang/vue-WeChat)|🔥 基于Vue2.0高仿微信App的单页应用|1.8k|Vue|10/07|
|29|[sunzongzheng/music](https://github.com/sunzongzheng/music)|electron跨平台音乐播放器;可搜网易云、QQ音乐、虾米音乐;支持QQ、微博、Github登录,云歌单; 支持一键导入音乐平台歌单|1.8k|Vue|10/06|
|30|[dingyong0214/ThorUI-uniapp](https://github.com/dingyong0214/ThorUI-uniapp)|ThorUI组件库,轻量、简洁的移动端组件库。组件文档地址:https://thorui.cn/doc/    。    最近更新时间:2021-10-01|1.8k|Vue|10/01|
|31|[dcloudio/hello-uniapp](https://github.com/dcloudio/hello-uniapp)|uni-app框架演示示例|1.8k|Vue|10/08|
|32|[biaochenxuying/blog-vue-typescript](https://github.com/biaochenxuying/blog-vue-typescript)|Vue3 + TypeScript + Vite2 + Vuex4 + Vue-Router4 + element-plus 支持 markdown 渲染的博客前台展示|1.7k|Vue|08/29|
|33|[woai3c/visual-drag-demo](https://github.com/woai3c/visual-drag-demo)|一个低代码(可视化拖拽)教学项目|1.7k|Vue|09/19|
|34|[sl1673495/vue-netease-music](https://github.com/sl1673495/vue-netease-music)|🎵 基于 Vue2、Vue-CLI3 的高仿网易云 mac 客户端播放器(PC) Online Music Player|1.7k|Vue|10/06|
|35|[x2rr/funds](https://github.com/x2rr/funds)|自选基金助手是一款Chrome扩展,用来快速获取关注基金的实时数据,查看自选基金的实时估值情况|1.7k|Vue|09/14|
|36|[0xbug/Hawkeye](https://github.com/0xbug/Hawkeye)|GitHub 泄露监控系统(GitHub Sensitive Information Leakage Monitor Spider)|1.7k|Vue|09/07|
|37|[a54552239/pearProject](https://github.com/a54552239/pearProject)|pear,梨子,轻量级的在线项目/任务协作系统,远程办公协作|1.6k|Vue|08/27|
|38|[maomao1996/Vue-mmPlayer](https://github.com/maomao1996/Vue-mmPlayer)|🎵 基于 Vue 的在线音乐播放器(PC) Online music player|1.6k|Vue|08/23|
|39|[fofapro/vulfocus](https://github.com/fofapro/vulfocus)|🚀Vulfocus 是一个漏洞集成平台,将漏洞环境 docker 镜像,放入即可使用,开箱即用。|1.5k|Vue|09/27|
|40|[KuangPF/mpvue-weui](https://github.com/KuangPF/mpvue-weui)|用 vue 写小程序,基于 mpvue 框架重写 weui。|1.5k|Vue|09/21|
|41|[mlogclub/bbs-go](https://github.com/mlogclub/bbs-go)|基于Golang的开源社区系统。|1.4k|Vue|10/07|
|42|[HongqingCao/GitDataV](https://github.com/HongqingCao/GitDataV)|基于Vue框架构建的github数据可视化平台|1.4k|Vue|10/06|
|43|[inoutcode/ethereum_book](https://github.com/inoutcode/ethereum_book)|精通以太坊 (中文版)|1.4k|Vue|09/19|
|44|[xugaoyi/vuepress-theme-vdoing](https://github.com/xugaoyi/vuepress-theme-vdoing)|🚀一款简洁高效的VuePress知识管理&博客(blog)主题|1.4k|Vue|10/09|
|45|[jae-jae/Userscript-Plus](https://github.com/jae-jae/Userscript-Plus)|🐒 Show current site all UserJS,The easier way to install UserJs for Tampermonkey. 显示当前网站的所有可用Tampermonkey脚本|1.3k|Vue|08/11|
|46|[myide/see](https://github.com/myide/see)|基于开源组件(Inception & SQLAdvisor & SOAR)的SQL审核&SQL优化的Web平台|1.3k|Vue|07/23|
|47|[chenxuan0000/vue-seamless-scroll](https://github.com/chenxuan0000/vue-seamless-scroll)| 🔰A simple, seamless scrolling for Vue.js  vue无缝滚动component|1.3k|Vue|05/13|
|48|[pipipi-pikachu/PPTist](https://github.com/pipipi-pikachu/PPTist)|基于 Vue3.x + TypeScript 的在线演示文稿(幻灯片)应用,还原了大部分 Office PowerPoint 常用功能,实现在线PPT的编辑、演示。支持导出PPT文件。|1.2k|Vue|09/18|
|49|[jsososo/NeteaseMusic](https://github.com/jsososo/NeteaseMusic)|网易云音乐 & QQ音乐 & 咪咕音乐 第三方 web端 (可播放 vip、下架歌曲)|1.2k|Vue|07/13|
|50|[xiaoxian521/vue-pure-admin](https://github.com/xiaoxian521/vue-pure-admin)|🔥   Vue3.0+TypeScript+Vite2.0+Element-Plus编写的一套后台管理系统|1.2k|Vue|10/09|
|51|[Yin-Hongwei/music-website](https://github.com/Yin-Hongwei/music-website)|🎧 Vue + SpringBoot + MyBatis 音乐网站|1.1k|Vue|09/08|
|52|[dcloudio/uni-ui](https://github.com/dcloudio/uni-ui)|基于uni-app的ui框架|1.1k|Vue|10/08|
|53|[GoodManWEN/GoodManWEN.github.io](https://github.com/GoodManWEN/GoodManWEN.github.io)|📕 A website simulating linux system's GUI, using theme of Deepin distro. 网页模拟桌面|1.1k|Vue|07/28|
|54|[eshengsky/iBlog](https://github.com/eshengsky/iBlog)|基于 Node.js 的开源个人博客系统,采用 Nuxt + Vue + TypeScript 技术栈。|1.1k|Vue|08/12|
|55|[loveRandy/vue-cli3.0-vueadmin](https://github.com/loveRandy/vue-cli3.0-vueadmin)|基于vue-cli3.0+vue+elementUI+vuex+axios+权限管理的后台管理系统|1.1k|Vue|10/06|
|56|[llldddbbb/dbblog](https://github.com/llldddbbb/dbblog)|基于SpringBoot2.x+Vue2.x+ElementUI+Iview+Elasticsearch+RabbitMQ+Redis+Shiro的多模块前后端分离的博客项目|1.1k|Vue|04/27|
|57|[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 开发的后台管理系统|1.1k|Vue|09/13|
|58|[PowerDos/Mall-Vue](https://github.com/PowerDos/Mall-Vue)|基于Vue+Vuex+iView的电子商城网站|1.0k|Vue|08/18|
|59|[newbee-ltd/newbee-mall-vue-app](https://github.com/newbee-ltd/newbee-mall-vue-app)|🔥 🎉Vue2 全家桶 + Vant 搭建大型单页面商城项目。新蜂商城前后端分离版本-前端Vue项目源码|1.0k|Vue|10/07|
|60|[stavyan/TinyShop-UniApp](https://github.com/stavyan/TinyShop-UniApp)|基于 RageFrame2 的一款免费开源的基础商城销售功能的开源微商城。|978|Vue|10/06|
|61|[lavyun/vue-demo-kugou](https://github.com/lavyun/vue-demo-kugou)|酷狗webapp demo(vue2.0+vue-router+vuex)|959|Vue|10/06|
|62|[XPoet/picx](https://github.com/XPoet/picx)|基于 GitHub API 开发的图床神器,图片外链使用 jsDelivr 进行 CDN 加速。免下载、免安装,打开网站即可直接使用。免费、稳定、高效。|893|Vue|09/27|
|63|[haoziqaq/varlet](https://github.com/haoziqaq/varlet)|基于Vue3的Material design风格移动端组件库 Material design mobile component library for Vue3|859|Vue|10/10|
|64|[RainManGO/vue3-composition-admin](https://github.com/RainManGO/vue3-composition-admin)|🎉  基于vue3 的管理端模板(Vue3 TS Vuex4  element-plus vue-i18n-next  composition-api)  vue3-admin   vue3-ts-admin|857|Vue|08/16|
|65|[IFmiss/vue-music](https://github.com/IFmiss/vue-music)|基于vue2.0的网易云音乐播放器,api来自于NeteaseCloudMusicApi,v2.0为最新版本|853|Vue|05/09|
|66|[jackchen0120/vueDataV](https://github.com/jackchen0120/vueDataV)|基于Vue + Echarts 构建的数据可视化平台,酷炫大屏展示模板和组件库,持续更新各行各业实用模板和炫酷小组件。|834|Vue|10/07|
|67|[topfullstack/node-vue-moba](https://github.com/topfullstack/node-vue-moba)|Node.js (Express.js) + Vue.js (Element UI) 全栈开发王者荣耀手机端官网和管理后台|832|Vue|10/06|
|68|[moxi624/mogu_blog_v2](https://github.com/moxi624/mogu_blog_v2)|蘑菇博客(MoguBlog),一个基于微服务架构的前后端分离博客系统。Web端使用Vue + Element , 移动端使用uniapp和ColorUI。后端使用Spring cloud + Spring boot + mybatis-plus进行开发,使用 Jwt + Spring Security做登录验证和权限校验,使用ElasticSearch和Solr作为全文检索服务,使用Github Actions完成博客的持续集成,使用ELK收集博客日志,文件支持上传七牛云和Minio,支持Docker Compose脚本一键部署。|794|Vue|09/25|
|69|[jekip/naive-ui-admin](https://github.com/jekip/naive-ui-admin)|Naive Ui Admin 是一个基于 vue3,vite2,TypeScript 的中后台解决方案,它使用了最新的前端技术栈,并提炼了典型的业务模型,页面,包括二次封装组件、动态菜单、权限校验、粒子化权限控制等功能,它可以帮助你快速搭建企业级中后台项目,相信不管是从新技术使用还是其他方面,都能帮助到你,持续更新中。|792|Vue|09/29|
|70|[wuyawei/Vchat](https://github.com/wuyawei/Vchat)|💘🍦🙈Vchat — 从头到脚,撸一个社交聊天系统(vue + node + mongodb)|792|Vue|08/11|
|71|[lss5270/vue-admin-spa](https://github.com/lss5270/vue-admin-spa)|基于vue2.0生态的后台管理系统模板(spa)。 a vue management system template based on :vue2.0 + vue-router + vuex + element-ui +ES6+ webpack + npm。|782|Vue|07/01|
|72|[19920625lsg/spring-boot-online-exam](https://github.com/19920625lsg/spring-boot-online-exam)|基于Spring Boot的在线考试系统(预览地址 http://129.211.88.191 ,账户分别是admin、teacher、student,密码是admin123),也有Python实现|769|Vue|08/24|
|73|[sscfaith/avue-form-design](https://github.com/sscfaith/avue-form-design)|本项目是一款基于 Avue 的表单设计器,拖拽式操作让你快速构建一个表单。|768|Vue|09/03|
|74|[dream2023/vue-ele-form](https://github.com/dream2023/vue-ele-form)|基于element-ui的数据驱动表单组件|766|Vue|09/08|
|75|[fengT-T/996_list](https://github.com/fengT-T/996_list)|996 公司展示、讨论|748|Vue|10/06|
|76|[liupan1890/xiaobaiyang2](https://github.com/liupan1890/xiaobaiyang2)|6pan 6盘小白羊 第二版 vue3+antd+typescript|707|Vue|05/27|
|77|[TangSY/echarts-map-demo](https://github.com/TangSY/echarts-map-demo)|echarts地图geoJson行政边界数据的实时获取与应用,省市区县多级联动下钻,真正意义的下钻至县级【附最新geoJson文件下载】|707|Vue|10/06|
|78|[bxm0927/vue-meituan](https://github.com/bxm0927/vue-meituan)|🍔 🍖 🍴  基于Vue 全家桶 (2.x)制作的美团外卖APP |676|Vue|08/02|
|79|[wsydxiangwang/Mood](https://github.com/wsydxiangwang/Mood)|Vue的Nuxt.js服务端渲染框架,NodeJS为后端的全栈项目,Docker一键部署,面向小白的完美博客系统|665|Vue|09/16|
|80|[Exrick/xboot-front](https://github.com/Exrick/xboot-front)|基于Vue+iView Admin开发的XBoot前后端分离开放平台前端 权限可控制至按钮显示 动态路由权限菜单/多语言/简洁美观 前后端分离|664|Vue|07/02|
|81|[fy0/Icarus](https://github.com/fy0/Icarus)|🕊️ An opensource community/forum project write with python3 aiohttp and vue.js. 一个开源的社区程序,临时测试站:https://t.myrpg.cn|645|Vue|04/21|
|82|[ykfe/fe-dev-playbook](https://github.com/ykfe/fe-dev-playbook)|教你如何打造舒适、高效、时尚的前端开发环境|615|Vue|09/29|
|83|[niefy/wx-manage](https://github.com/niefy/wx-manage)|🔥微信公众号管理系统,包含公众号菜单管理🗄、自动回复🗨、素材管理📂、模板消息、粉丝管理🤹‍♂️等功能,前后端都开源免费🛩|608|Vue|10/06|
|84|[wangy8961/flask-vuejs-madblog](https://github.com/wangy8961/flask-vuejs-madblog)|基于 Flask 和 Vue.js 前后端分离的微型博客项目,支持多用户、Markdown文章(喜欢/收藏文章)、粉丝关注、用户评论(点赞)、动态通知、站内私信、黑名单、邮件支持、管理后台、权限管理、RQ任务队列、Elasticsearch全文搜索、Linux VPS部署、Docker容器部署等|607|Vue|06/02|
|85|[woai3c/vue-admin-template](https://github.com/woai3c/vue-admin-template)|Vue 轻量级后台管理系统基础模板|594|Vue|10/06|
|86|[heyui/heyui-admin](https://github.com/heyui/heyui-admin)|基于 vue 和 heyui 组件库的中后端系统 https://admin.heyui.top|587|Vue|10/06|
|87|[Couy69/vue-idle-game](https://github.com/Couy69/vue-idle-game)|一个全随机的刷装备小游戏|582|Vue|07/18|
|88|[ddiu8081/ChartFun](https://github.com/ddiu8081/ChartFun)|🎲数据大屏可视化编辑器|582|Vue|10/08|
|89|[iamdarcy/hioshop-admin](https://github.com/iamdarcy/hioshop-admin)|海风小店,开源商城,微信小程序商城管理后台,后台管理,VUE|578|Vue|10/06|
|90|[anjoy8/Blog.Admin](https://github.com/anjoy8/Blog.Admin)| 基于vue 的管理后台,配合Blog.Core与Blog.Vue等多个项目使用|566|Vue|10/09|
|91|[blogwy/BilibiliVideoDownload](https://github.com/blogwy/BilibiliVideoDownload)|跨平台下载bilibili视频桌面端软件,支持windows、macOS、Linux|564|Vue|10/09|
|92|[leadream/wedding-invitation-for-programmers](https://github.com/leadream/wedding-invitation-for-programmers)|程序猿的婚礼邀请函。|555|Vue|10/06|
|93|[SNFocus/approvalFlow](https://github.com/SNFocus/approvalFlow)|基于form-generator,仿钉钉审批流程创建(表单创建/流程节点可视化配置/必填条件及校验)|553|Vue|09/06|
|94|[go-admin-team/go-admin-ui](https://github.com/go-admin-team/go-admin-ui)|基于Gin + Vue + Element UI的前后端分离权限管理系统的前端模块|553|Vue|09/17|
|95|[CS-Tao/whu-library-seat](https://github.com/CS-Tao/whu-library-seat)|武汉大学图书馆助手 - 桌面端|548|Vue|10/06|
|96|[mafengwo/vue-drag-tree-table](https://github.com/mafengwo/vue-drag-tree-table)|vue 可以拖拽排序的树形表格|541|Vue|10/06|
|97|[CNOliverZhang/PotatofieldImageToolkit](https://github.com/CNOliverZhang/PotatofieldImageToolkit)|一个适用于摄影从业者/爱好者、设计师等创意行业从业者的图像工具箱。|539|Vue|09/25|
|98|[YXJ2018/SpringBoot-Vue-OnlineExam](https://github.com/YXJ2018/SpringBoot-Vue-OnlineExam)|在线考试系统,springboot+vue前后端分离的一个项目.|536|Vue|10/06|
|99|[Tsuk1ko/bilibili-live-chat](https://github.com/Tsuk1ko/bilibili-live-chat)|📽️ 无后端的仿 YouTube Live Chat 风格的简易 Bilibili 弹幕姬|533|Vue|09/18|
|100|[F-loat/ithome-lite](https://github.com/F-loat/ithome-lite)|🥛 IT之家第三方小程序版客户端(使用 mpvue 开发,兼容 web)|530|Vue|10/06|
|101|[hilanmiao/LanMiaoDesktop](https://github.com/hilanmiao/LanMiaoDesktop)|一个完整electron桌面记账程序,技术栈主要使用electron-vue+vuetify。开机自动启动,自动更新,托盘最小化,闪烁等常用功能,Nsis制作漂亮的安装包。|520|Vue|10/06|
|102|[hai-27/vue-store](https://github.com/hai-27/vue-store)|基于Vue+Vue-Router+Vuex+Element-ui+axios,参考小米商城,实现的电商项目。|512|Vue|10/06|
|103|[hql7/tree-transfer](https://github.com/hql7/tree-transfer)|一个基于vue和element-ui的树形穿梭框及邮件通讯录。A tree shaped shuttle box assembly based on Vue and element-ui.  Vuecli3版本见https://github.com/hql7/wl-tree-transfer  示例见->|510|Vue|10/06|
|104|[daoshengfu/Vue-NeteaseCloud-WebMusicApp](https://github.com/daoshengfu/Vue-NeteaseCloud-WebMusicApp)|Vue高仿网易云音乐,基本实现网易云所有音乐、MV相关功能,现已更新到第二版,仅用于学习,下面有详细教程。 |509|Vue|10/07|
|105|[pandaGao/bilibili-live-helper](https://github.com/pandaGao/bilibili-live-helper)|Bilibili直播弹幕库 for Mac / Windows / Linux|507|Vue|05/07|
|106|[TruthHun/BookChatApp](https://github.com/TruthHun/BookChatApp)|通用书籍阅读APP,BookChat 的 uni-app 实现版本,支持多端分发,编译生成Android和iOS 手机APP以及各平台的小程序|495|Vue|04/06|
|107|[StavinLi/Workflow](https://github.com/StavinLi/Workflow)|仿钉钉审批流程设置|491|Vue|10/09|
|108|[CS-Tao/whu-library-seat-mobile](https://github.com/CS-Tao/whu-library-seat-mobile)|武汉大学图书馆助手 - 移动端|488|Vue|08/11|
|109|[yangyuji/h5-factory](https://github.com/yangyuji/h5-factory)|h5制作,移动端专题活动页面可视化编辑|486|Vue|07/26|
|110|[ovenslove/vue-mdEditor](https://github.com/ovenslove/vue-mdEditor)|基于VUE的markdown文本编辑器|469|Vue|07/23|
|111|[Neveryu/vue-cms](https://github.com/Neveryu/vue-cms)|基于 Vue 和 ElementUI 构建的一个企业级后台管理系统|465|Vue|07/14|
|112|[bullteam/zeus-admin](https://github.com/bullteam/zeus-admin)|Zeus基于Golang Gin +casbin,致力于做企业统一权限&账号中心管理系统。包含账号管理,数据权限,功能权限,应用管理,多数据库适配,可docker 一键运行。社区活跃,版本迭代快,加群免费技术支持。|459|Vue|09/30|
|113|[geekskai/vue3-jd-h5](https://github.com/geekskai/vue3-jd-h5)|🔥 Based on vue3.0.0, vant3.0.0, vue-router v4.0.0-0, vuex^4.0.0-0, vue-cli3, mockjs, imitating Jingdong Taobao, mobile H5 e-commerce platform! 基于vue3.0.0 ,vant3.0.0,vue-router v4.0.0-0, vuex^4.0.0-0,vue-cli3,mockjs,仿京东淘宝的,移动端H5电商平台!|454|Vue|10/06|
|114|[fengli01/vue-bpmn-element](https://github.com/fengli01/vue-bpmn-element)|bpmn.js流程设计器组件,基于vue-elementui美化属性面板,满足90%以上的业务需求|451|Vue|07/20|
|115|[powerdong/Music-player](https://github.com/powerdong/Music-player)|Vue高仿网易云音乐(Vue入门实践)——在线预览 -- 暂时停止|449|Vue|10/06|
|116|[vincentzyc/form-design](https://github.com/vincentzyc/form-design)|动态表单页面设计--自动生成页面|444|Vue|10/06|
|117|[hql7/wl-micro-frontends](https://github.com/hql7/wl-micro-frontends)|Micro front end practical project tutorial. 微前端项目实战vue项目。基于vue3.0&qiankun2.0进阶版:https://github.com/wl-ui/wl-mfe|442|Vue|10/06|
|118|[cd-dongzi/vue-project](https://github.com/cd-dongzi/vue-project)|Vue实战项目|441|Vue|10/07|
|119|[jeecgboot/jeecg-uniapp](https://github.com/jeecgboot/jeecg-uniapp)|JEECG BOOT APP 移动解决方案,采用uniapp框架,一份代码多终端适配,同时支持APP、小程序、H5!实现了与JeecgBoot平台完美对接的移动解决方案!目前已经实现登录、用户信息、通讯录、公告、移动首页、九宫格等基础功能。|438|Vue|07/28|
|120|[tower1229/Vue-Giant-Tree](https://github.com/tower1229/Vue-Giant-Tree)|🌳 巨树:基于ztree封装的Vue树形组件,轻松实现海量数据的高性能渲染。|437|Vue|05/20|
|121|[ITmonkey-cn/shopro-uniapp](https://github.com/ITmonkey-cn/shopro-uniapp)|Shopro分销商城 uniapp前端开源代码,一款落地生产的 基于uni-app的多端商城。使用文档:https://gitee.com/itmonkey-cn/shopro.git|430|Vue|09/02|
|122|[zhaoyiming0803/VueNode](https://github.com/zhaoyiming0803/VueNode)|VueNode 是一套基于 TypeScript + [email protected] + Node.js + MySQL 的前后端分离项目。|423|Vue|09/29|
|123|[wjkang/d2-admin-pm](https://github.com/wjkang/d2-admin-pm)|基于 d2-admin的RBAC权限管理解决方案|417|Vue|05/09|
|124|[a7650/h5-editor](https://github.com/a7650/h5-editor)|📕h5可视化编辑器,支持添加图片/文本/形状等,拥有图层/参考线/标尺/自动吸附对齐等功能|407|Vue|09/17|
|125|[anjoy8/Blog.Vue](https://github.com/anjoy8/Blog.Vue)| 一个vue的个人博客项目,配合.net core api教程,打造前后端分离|395|Vue|10/06|
|126|[hb-chen/micro-starter](https://github.com/hb-chen/micro-starter)|Micro 微服务实践|389|Vue|08/31|
|127|[TyCoding/tumo-vue](https://github.com/TyCoding/tumo-vue)|Tumo Blog For Vue.js. 前后端分离|385|Vue|08/24|
|128|[likaia/chat-system](https://github.com/likaia/chat-system)|本项目是一个在线聊天系统,最大程度的还原了Mac客户端QQ。|385|Vue|10/06|
|129|[IFmiss/vue-website](https://github.com/IFmiss/vue-website)|🍰 想用vue把我现在的个人网站重新写一下,新的风格,新的技术,什么都是新的!|377|Vue|05/07|
|130|[arkntools/arknights-toolbox](https://github.com/arkntools/arknights-toolbox)|🔨 Arknights Toolbox, all servers are supported. 明日方舟工具箱,支持中台美日韩服|373|Vue|10/09|
|131|[bingo-oss/bui-weex](https://github.com/bingo-oss/bui-weex)|专门为 Weex 前端开发者打造的一套高质量UI框架|371|Vue|10/06|
|132|[wmz1930/Jeebase](https://github.com/wmz1930/Jeebase)|    Jeebase是一款前后端分离的开源开发框架,基于springboot+vue(vue-element-admin/Ant Design Pro Vue)开发,一套SpringBoot后台,两套前端页面,可以自由选择基于ElementUI或者AntDesign的前端界面。二期会整合react前端框架(Ant Design React)。在实际应用中已经使用这套框架开发了CMS网站系统,社区论坛系统,微信小程序,微信服务号等,后面会逐步整理开源。 本项目主要目的在于整合主流技术框架,寻找应用最佳项目实践方案,实现可直接使用的快速开发框架。|371|Vue|10/07|
|133|[MrZHLF/vue-admin](https://github.com/MrZHLF/vue-admin)|vue-cli3.0后台管理模板|370|Vue|10/06|
|134|[ifzc/Shkjem](https://github.com/ifzc/Shkjem)|基于Vue&ElementUI的企业官网|370|Vue|10/06|
|135|[Sandop/NuxtPC](https://github.com/Sandop/NuxtPC)|基于Nuxt的企业官网|369|Vue|08/11|
|136|[flipped-aurora/gf-vue-admin](https://github.com/flipped-aurora/gf-vue-admin)|基于goframe+vite+vue3搭建的开发基础平台,集成jwt鉴权,权限管理,动态路由,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等开发必备功能,五分钟一套CURD前后端代码,欢迎issue和pr~|368|Vue|10/07|
|137|[OXOYO/X-WebDesktop-Vue](https://github.com/OXOYO/X-WebDesktop-Vue)|基于 Vue & Koa 的 WebDesktop 视窗系统   The WebDesktop system based on Vue|362|Vue|09/21|
|138|[zhixuanziben/gouyan-movie-vue](https://github.com/zhixuanziben/gouyan-movie-vue)|这是一个基于vue全家桶制作的在线电影影讯网站,利用豆瓣api的接口获取数据,模仿猫眼电影制作的webapp,实现了当前热映电影,即将上映电影,电影详细信息,短评和长评论信息,影星个人信息,以及电影查询的功能|356|Vue|07/10|
|139|[miyuesc/bpmn-process-designer](https://github.com/miyuesc/bpmn-process-designer)|Base on Vue 2.x and ElementUI,基于 Bpmn.js、Vue 2.x 和 ElementUI 的流程编辑器(前端部分),支持监听器,扩展属性,表单等配置,可自由扩展|355|Vue|09/14|
|140|[mizuka-wu/vue2-verify](https://github.com/mizuka-wu/vue2-verify)|vue的验证码插件|354|Vue|10/06|
|141|[HuberTRoy/vue-shiyanlou](https://github.com/HuberTRoy/vue-shiyanlou)|😘基于vue2和vuex的复杂单页面应用,20+页面53个API(仿实验楼)|354|Vue|10/06|
|142|[huxiaocheng/vue-gn-components](https://github.com/huxiaocheng/vue-gn-components)|这里有一些标准组件库可能没有的功能组件,已有组件:放大镜、签到、图片标签、滑动验证、倒计时、水印、拖拽、大家来找茬。|354|Vue|10/06|
|143|[Acmenlei/Many-people-blog](https://github.com/Acmenlei/Many-people-blog)|基于Vue2+Nodejs+MySQL的博客,有后台管理系统。支持:登陆/注册,留言,评论/回复,点赞,记录浏览数,相册,发表文章等,内容丰富。|350|Vue|10/06|
|144|[lentoo/vue-admin](https://github.com/lentoo/vue-admin)|使用 vue-cli3 搭建的vue-vuex-router-element 开发模版,集成常用组件,功能模块|345|Vue|10/06|
|145|[L-noodle/vue-big-screen](https://github.com/L-noodle/vue-big-screen)|一个基于 vue、datav、Echart 框架的大数据可视化(大屏展示)模板,实现大数据可视化。通过 vue 组件实现数据动态刷新渲染,内部图表可自由替换。部分图表使用 DataV 自带组件,可自由进行更改(ps:最新的更新请前往码云查看,下面有链接)。|337|Vue|10/06|
|146|[Peachick/ktv-select_music-system](https://github.com/Peachick/ktv-select_music-system)|KTV点歌系统,含后台管理系统(完整版)|333|Vue|09/03|
|147|[baimingxuan/vue-admin-design](https://github.com/baimingxuan/vue-admin-design)|基于vue + elementUI的管理系统模板|325|Vue|08/25|
|148|[GeekPark/smeditor](https://github.com/GeekPark/smeditor)|✎ 基于 Vue.js 2.0+ 石墨文档样式的富文本编辑器组件|322|Vue|08/11|
|149|[lhz960904/movie-trailer](https://github.com/lhz960904/movie-trailer)|🍿Vue3 + TypeScript开发的电影预告片webAPP,可以查看正在热映与即将上映的电影信息和短片|319|Vue|10/06|
|150|[didi/epage](https://github.com/didi/epage)|一款基于schema的低代码可视化页面配置工具|315|Vue|04/14|
|151|[tangdaohai/vue-happy-scroll](https://github.com/tangdaohai/vue-happy-scroll)|基于vue2.0实现的滚动条插件。scroll component for vue2.0|306|Vue|04/28|
|152|[wuyawei/webrtc-stream](https://github.com/wuyawei/webrtc-stream)|🍧🍭😻包括但不局限于 WebRTC 的各种栗子|303|Vue|10/06|
|153|[zhuyihe/vue-admin-project](https://github.com/zhuyihe/vue-admin-project)|vue-cli3搭建后台管理模板|300|Vue|10/06|
|154|[enncy/online-course-script](https://github.com/enncy/online-course-script)|ocs   网课刷课脚本,帮助大学生解决网课难题,目前支持的平台:超星,智慧树|299|Vue|10/10|
|155|[J1ong/FilmSys](https://github.com/J1ong/FilmSys)|一个使用Vue全家桶和后台Express框架结合Mysql数据库搭建起来的移动端电影售票和管理系统,实现了热映、即将上映、电影和影院全局搜索、评论、选座、购票、点赞、收藏、订单等一系列购票和管理流程功能|298|Vue|10/06|
|156|[acccccccb/vue-img-cutter](https://github.com/acccccccb/vue-img-cutter)|简单易用的vue图片裁剪插件,支持移动图像,裁剪图片,放大缩小图片,上下左右移动,固定比例,固定尺寸,远程图片裁剪,只需要很少的代码就可以实现裁剪功能,也可以通过调整参数以适应你自己的业务需求。|296|Vue|09/15|
|157|[linjinze999/vue-llplatform](https://github.com/linjinze999/vue-llplatform)|vue-llplatform,基于vue、element搭建的后台管理平台。|295|Vue|10/06|
|158|[d2-projects/d2-crud](https://github.com/d2-projects/d2-crud)|D2 Crud 是一个基于 Vue.js 和 Element UI 的表格组件,封装了常用的表格操作。|295|Vue|10/06|
|159|[xusenlin/vue-element-ui-admin](https://github.com/xusenlin/vue-element-ui-admin)|🍁  一个基于 Vue Element UI 的后台模板,做了目录结构的整理和常用方法的封装,开箱即用 :)|291|Vue|10/06|
|160|[bestaone/HiAuth](https://github.com/bestaone/HiAuth)|HiAuth是一个开源的基于Oauth2协议的认证、授权系统。|287|Vue|04/23|
|161|[warriorBrian/nuxt-blog](https://github.com/warriorBrian/nuxt-blog)|基于Nuxt.js服务器渲染(SSR)搭建的个人博客系统|284|Vue|07/29|
|162|[MPComponent/mpvue-weui](https://github.com/MPComponent/mpvue-weui)|基于 mpvue 的 weui 框架|281|Vue|10/06|
|163|[fuyi501/web-video-live](https://github.com/fuyi501/web-video-live)|网页H5播放视频流/直播系统,使用 flv.js,vue-video-player播放器,测试支持 rtmp,http-flv,hls 视频流格式,可以做视频监控,也可以通过视频截图。|280|Vue|10/06|
|164|[kouchao/vue-layui](https://github.com/kouchao/vue-layui)|基于vue的layui|280|Vue|10/06|
|165|[w1301625107/Vue-Gantt-chart](https://github.com/w1301625107/Vue-Gantt-chart)|使用Vue做数据控制的Gantt图表|279|Vue|10/06|
|166|[WishMelz/imgurl](https://github.com/WishMelz/imgurl)|基于github的图片管理系统/免费|275|Vue|04/21|
|167|[daoket/vue.news](https://github.com/daoket/vue.news)|项目地址|272|Vue|10/06|
|168|[easy-wheel/ts-vue](https://github.com/easy-wheel/ts-vue)|基于typescript+vue-cli3+elementui搭建的壳子|270|Vue|08/22|
|169|[fujiazhang/Music-For-The-Poor](https://github.com/fujiazhang/Music-For-The-Poor)|Vue技术栈 打造精美音乐WebAppp,且能听付费歌曲(比如周杰伦等),提供优雅的用户体验。仿网易云音乐、仿QQ音乐、vue音乐播放器、music player。|270|Vue|09/24|
|170|[febsteam/FEBS-Cloud-Web](https://github.com/febsteam/FEBS-Cloud-Web)|FEBS Cloud 微服务权限系统前端,使用 vue-element-admin 构建|264|Vue|10/11|
|171|[GeekQiaQia/vue3.0-template-admin](https://github.com/GeekQiaQia/vue3.0-template-admin)|本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板;并基于常见业务场景,抽象出常见功能组件;包括动态菜单,菜单权限、登录、主题切换、国际化、个人中心、表单页、列表页、复制文本、二维码分享等等|264|Vue|10/05|
|172|[Tencent/WeComponents](https://github.com/Tencent/WeComponents)|基于通用组件语言规范 (CLS) 实现的 Vue.js 声明式组件库|261|Vue|06/15|
|173|[CCZX/wechat](https://github.com/CCZX/wechat)|聊天系统、Vue.js、React.js、node.js、MongoDB、websocket、socket.io、前后端分离、毕业设计。|261|Vue|10/06|
|174|[ssshooter/img-vuer](https://github.com/ssshooter/img-vuer)|An Mobile-First image viewer for Vue3  / 一个移动端优先的 Vue3 图片预览插件|255|Vue|09/23|
|175|[zhengqingya/xiao-xiao-su](https://github.com/zhengqingya/xiao-xiao-su)|基于Spring Boot+Spring Security+JWT+Vue前后端分离的旺旺小小酥  ( 一口一口又香又脆~ )|252|Vue|10/06|
|176|[chenquincy/vue-dynamic-form-component](https://github.com/chenquincy/vue-dynamic-form-component)|Vue dynamic nested form component, support nested Object/Hashmap/Array. Vue动态多级表单组件,支持嵌套对象/Hashmap/数组。|247|Vue|10/08|
|177|[biubiubiu01/vue3-bigData](https://github.com/biubiubiu01/vue3-bigData)|一个基于vue3.0的大数据分析系统,包含各种echarts和vue3.0新API|240|Vue|04/07|
|178|[sirfuao/vue_shop](https://github.com/sirfuao/vue_shop)|这是一个vue商城项目|240|Vue|10/06|
|179|[cmdparkour/vue-admin-box](https://github.com/cmdparkour/vue-admin-box)|vue3,vite,element-plus中后台管理系统,集成四套基础模板,大量可利用组件,模板页面|240|Vue|10/08|
|180|[CoderOpen/waimai-cps](https://github.com/CoderOpen/waimai-cps)|美团红包饿了么红包CPS小程序+H5+后端外卖红包应用,带有后台代码,安装超级简单|239|Vue|04/07|
|181|[roncoo/roncoo-education-web](https://github.com/roncoo/roncoo-education-web)|《领课教育》的前端门户系统。领课教育系统(roncoo-education)是基于领课网络多年的在线教育平台开发和运营经验打造出来的产品,致力于打造一个全行业都适用的分布式在线教育系统。|239|Vue|08/12|
|182|[tangjinzhou/geektime-vue-1](https://github.com/tangjinzhou/geektime-vue-1)|极客时间基础篇&生态篇代码|238|Vue|10/07|
|183|[hsiangleev/element-plus-admin](https://github.com/hsiangleev/element-plus-admin)|基于vite+ts+elementPlus|236|Vue|08/27|
|184|[pengxiaotian/datav-vue](https://github.com/pengxiaotian/datav-vue)|A Powerful Data Visualization Tool. Uses TypeScript And Vue3. Scenario-specific templates. User-friendly interfaces. 一款数据可视化应用搭建工具|234|Vue|10/08|
|185|[dnyz520/careyshop-admin](https://github.com/dnyz520/careyshop-admin)|基于ThinkPHP5和Vue的高性能前后端分离商城后台管理框架系统|234|Vue|08/31|
|186|[amazingTest/Taisite-Platform](https://github.com/amazingTest/Taisite-Platform)|最强接口测试平台|231|Vue|05/07|
|187|[FXLP/MarkTool](https://github.com/FXLP/MarkTool)|这是一款基于web、面向领域的通用文本标注工具,支持大规模实体标注、关系标注、事件标注、文本分类、基于字典匹配和正则匹配的自动标注以及用于实现归一化的标准名标注,同时也支持文本的迭代标注和实体的嵌套标注。标注规范可自定义且同类型任务中可“一次创建多次复用”。通过分级实体集合扩大了实体类型的规模,并设计了全新高效的标注方式,提升了用户体验和标注效率。此外,本工具增加了审核环节,可对多人的标注结果进行一致性检验、自动合并和手动调整,提高了标注结果的准确率。|229|Vue|04/25|
|188|[Deja-vuuu/vue-ele](https://github.com/Deja-vuuu/vue-ele)|🥗🥗     vue教程 --- 从0-1高仿饿了么App |226|Vue|09/25|
|189|[xlogiccc/vue-picture-preview](https://github.com/xlogiccc/vue-picture-preview)|移动端、PC 端 Vue.js 图片预览插件   Friendly picture file preview Vue.js plugin based on PhotoSwipe.|226|Vue|08/11|
|190|[langyuxiansheng/vue-sign-canvas](https://github.com/langyuxiansheng/vue-sign-canvas)|一个基于canvas开发,封装于Vue组件的通用手写签名板(电子签名板),支持pc端和移动端,属性支持自定义配置|225|Vue|05/17|
|191|[QinZhen001/didi](https://github.com/QinZhen001/didi)|🚗 mpvue框架仿滴滴出行微信小程序|225|Vue|06/05|
|192|[caiya/vue-neditor-wrap](https://github.com/caiya/vue-neditor-wrap)|基于vue和neditor的双向绑定组件,使用vue-cli3的项目可以直接使用|223|Vue|08/11|
|193|[CyberFei/puzzle](https://github.com/CyberFei/puzzle)|A pluggable micro-frontend structure based on Vue and Webpack4. 基于 Vue 和 Webpack4 的可热插拔式微前端架构|223|Vue|10/06|
|194|[pwx123/vue-vant-store](https://github.com/pwx123/vue-vant-store)|基于vue,vantUI的商城demo,包含前端和后端|219|Vue|10/06|
|195|[Liugq5713/vue-element-nocode-admin](https://github.com/Liugq5713/vue-element-nocode-admin)|element-ui 的代码可视化编辑|219|Vue|10/06|
|196|[maclxf/supermall](https://github.com/maclxf/supermall)|练习coderwhy的项目|218|Vue|10/06|
|197|[chillzhuang/Saber](https://github.com/chillzhuang/Saber)|SpringBlade前端UI项目,对现有的avue2.0、element-ui库进行二次封装。基于json驱动的模块配置,打造最好用的vuejs中后台脚手架。官网:https://bladex.vip|214|Vue|10/06|
|198|[shuax/MouseInc.Settings](https://github.com/shuax/MouseInc.Settings)|MouseInc设置界面|214|Vue|08/28|
|199|[ChanIok/JumpyDumpty](https://github.com/ChanIok/JumpyDumpty)|蹦蹦炸弹——原神小工具箱:热键地图,用户查询,圣遗物OCR导出|213|Vue|04/14|
|200|[fyl080801/vjdesign](https://github.com/fyl080801/vjdesign)|Vue 界面可视化设计器,支持任何 html 标签以及项目中引用的组件,可实现仅通过配置文件就能增加支持的组件和组件属性|212|Vue|10/07|

 [回到目录](#目录)

<br/>

## CSS

|#|Repository|Description|Stars|Language|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[SwiftGGTeam/the-swift-programming-language-in-chinese](https://github.com/SwiftGGTeam/the-swift-programming-language-in-chinese)|中文版 Apple 官方 Swift 教程《The Swift Programming Language》|20.3k|CSS|09/22|
|2|[chokcoco/iCSS](https://github.com/chokcoco/iCSS)|不止于 CSS|11.1k|CSS|10/09|
|3|[getgridea/gridea](https://github.com/getgridea/gridea)|✍️ A static blog writing client (一个静态博客写作客户端)|7.7k|CSS|10/06|
|4|[chokcoco/CSS-Inspiration](https://github.com/chokcoco/CSS-Inspiration)|CSS Inspiration,在这里找到写 CSS 的灵感!|7.3k|CSS|08/27|
|5|[eastlakeside/interpy-zh](https://github.com/eastlakeside/interpy-zh)|📘《Python进阶》(Intermediate Python 中文版)|5.9k|CSS|08/22|
|6|[DMQ/mvvm](https://github.com/DMQ/mvvm)|剖析vue实现原理,自己动手实现mvvm|5.0k|CSS|06/08|
|7|[Wei-Xia/most-frequent-technology-english-words](https://github.com/Wei-Xia/most-frequent-technology-english-words)|程序员工作中常见的英语词汇|4.6k|CSS|10/08|
|8|[apachecn/sklearn-doc-zh](https://github.com/apachecn/sklearn-doc-zh)|📖 [译] scikit-learn(sklearn) 中文文档|4.4k|CSS|04/03|
|9|[apachecn/hands-on-ml-zh](https://github.com/apachecn/hands-on-ml-zh)|📖 [译] Sklearn 与 TensorFlow 机器学习实用指南【版权问题,网站已下线!!】|3.6k|CSS|08/09|
|10|[LearnOpenGL-CN/LearnOpenGL-CN](https://github.com/LearnOpenGL-CN/LearnOpenGL-CN)|http://learnopengl.com 系列教程的简体中文翻译|3.6k|CSS|10/10|
|11|[ronggang/transmission-web-control](https://github.com/ronggang/transmission-web-control)|一个 Transmission 浏览器管理界面。Transmission Web Control is a custom web UI.|3.4k|CSS|09/25|
|12|[LiangJunrong/document-library](https://github.com/LiangJunrong/document-library)|jsliang 的文档库. 里面包含了个人撰写的所有前端文章,例如 Vue、React,、ECharts、微信小程序、算法、数据结构等……|3.2k|CSS|10/09|
|13|[hehonghui/the-economist-ebooks](https://github.com/hehonghui/the-economist-ebooks)|经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、新闻周刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wired、Newsweek magazines, free download and subscription for kindle, mobi、epub、pdf format. |2.9k|CSS|10/10|
|14|[QiShaoXuan/css_tricks](https://github.com/QiShaoXuan/css_tricks)|Some CSS tricks,一些 CSS 常用样式|2.9k|CSS|05/27|
|15|[WebStackPage/WebStackPage.github.io](https://github.com/WebStackPage/WebStackPage.github.io)|❤️静态响应式网址导航网站 - webstack.cc|2.9k|CSS|09/15|
|16|[billie66/TLCL](https://github.com/billie66/TLCL)|《快乐的 Linux 命令行》|2.8k|CSS|10/07|
|17|[jukanntenn/django-blog-tutorial](https://github.com/jukanntenn/django-blog-tutorial)|基于 Python3.5 和 Django 1.10 的 Django Blog 项目。|2.2k|CSS|06/11|
|18|[ethantw/Han](https://github.com/ethantw/Han)|「漢字標準格式」印刷品般的漢字排版框架 Han.css: the CSS typography framework optimised for Hanzi.|2.1k|CSS|07/02|
|19|[nicejade/markdown-online-editor](https://github.com/nicejade/markdown-online-editor)|📝基于 Vue、Vditor,所构建的在线 Markdown 编辑器,支持流程图、甘特图、时序图、任务列表、HTML 自动转换为 Markdown 等功能;🎉新增「所见即所得」编辑模式。|1.6k|CSS|10/06|
|20|[apachecn/home](https://github.com/apachecn/home)|ApacheCN  开源组织:公告、介绍、成员、活动、交流方式|1.3k|CSS|10/10|
|21|[yihui/xaringan](https://github.com/yihui/xaringan)|Presentation Ninja 幻灯忍者 · 写轮眼|1.3k|CSS|06/25|
|22|[leopardpan/leopardpan.github.io](https://github.com/leopardpan/leopardpan.github.io)|个人博客,看效果进入|1.1k|CSS|07/13|
|23|[h5ds/h5ds](https://github.com/h5ds/h5ds)|H5DS (HTML5 Design software) 这是一款基于WEB的 H5制作工具。让不会写代码的人也能轻松快速上手制作H5页面。类似易企秀的H5制作、建站工具,示范网站:h5ds.com |1.1k|CSS|09/23|
|24|[theme-nexmoe/hexo-theme-nexmoe](https://github.com/theme-nexmoe/hexo-theme-nexmoe)|🔥 一个比较特别的 Hexo 主题|1.0k|CSS|10/09|
|25|[w-digital-scanner/w12scan](https://github.com/w-digital-scanner/w12scan)|🚀 A simple asset discovery engine for cybersecurity. (网络资产发现引擎)|1.0k|CSS|06/02|
|26|[v2fly/v2ray-examples](https://github.com/v2fly/v2ray-examples)|v2ray-core 的模板们|1.0k|CSS|10/11|
|27|[cnfeat/list-of-good-things](https://github.com/cnfeat/list-of-good-things)|list-of-good-things 好物清单|954|CSS|10/05|
|28|[xuqiang521/nuxt-ssr-demo](https://github.com/xuqiang521/nuxt-ssr-demo)|  高仿掘金,整合 vue + nuxt + axios + vuex + vue-router (nuxt 自带 vuex 和 vue-router),一个基于 Nuxt 的服务器端渲染 Demo|926|CSS|06/16|
|29|[longfeizheng/logback](https://github.com/longfeizheng/logback)|💡 SpringBoot+Spring Security基本配置|800|CSS|04/27|
|30|[wizardforcel/lcthw-zh](https://github.com/wizardforcel/lcthw-zh)|📖 【译】笨办法学C|689|CSS|04/22|
|31|[wandou911/ssr](https://github.com/wandou911/ssr)|ssr免费节点|652|CSS|09/01|
|32|[andylei18/vue-shopping](https://github.com/andylei18/vue-shopping)|基于Vue模仿蘑菇街的单页应用http://andylei18.github.io/vue-shopping/|622|CSS|08/03|
|33|[ahangchen/Chromium_doc_zh](https://github.com/ahangchen/Chromium_doc_zh)|Chromium中文文档,学习google家的架构|610|CSS|07/03|
|34|[limbopro/Adblock4limbo](https://github.com/limbopro/Adblock4limbo)|毒奶去广告计划(稳定版)For Quantumult X ;如去奈菲影视/低端影视/片库网/Pornhub/Jable/Netflav/HPjav等视频网站广告或其他ACG网站广告;|610|CSS|09/11|
|35|[dkwingsmt/haha](https://github.com/dkwingsmt/haha)|蛤蛤体生成器|589|CSS|08/26|
|36|[Cl0udG0d/SZhe_Scan](https://github.com/Cl0udG0d/SZhe_Scan)|碎遮SZhe_Scan Web漏洞扫描器,基于python Flask框架,对输入的域名/IP进行全面的信息搜集,漏洞扫描,可自主添加POC|556|CSS|08/04|
|37|[ldqk/Masuit.MyBlogs](https://github.com/ldqk/Masuit.MyBlogs)|ldqk.xyz个人博客站项目源码,https://ldqk.xyz ,供参考、学习、引用、非商业性质的部署。基于.net5|546|CSS|10/10|
|38|[zlq4863947/tradingViewWikiCn](https://github.com/zlq4863947/tradingViewWikiCn)|tradingView的中文开发文档|540|CSS|06/27|
|39|[d2-projects/folder-explorer](https://github.com/d2-projects/folder-explorer)|分析文件目录,统计数据并以树形结构和图表的形式展示结果,也可以导出多种格式留存|513|CSS|10/06|
|40|[Veal98/CS-Wiki](https://github.com/Veal98/CS-Wiki)|📙 致力打造完善的 Java 后端知识体系. Not only an Interview-Guide, but also a Learning-Direction.|482|CSS|09/25|
|41|[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等构建|473|CSS|09/27|
|42|[Dreamer-Paul/Single](https://github.com/Dreamer-Paul/Single)|🎈 一个简洁大气,含夜间模式的 Typecho 博客主题|471|CSS|10/09|
|43|[byrwiki/byrwiki](https://github.com/byrwiki/byrwiki)|北邮人导航:一个框,全能搜|468|CSS|08/27|
|44|[apachecn/thinking-in-java-zh](https://github.com/apachecn/thinking-in-java-zh)|📖 Java 编程**|451|CSS|04/23|
|45|[52bp/52bp.github.io](https://github.com/52bp/52bp.github.io)|分享免费SSR V2ray Trojan 免费、优质节点机场大全导航推荐,记得点击star==不迷路|438|CSS|10/02|
|46|[w-digital-scanner/w11scan](https://github.com/w-digital-scanner/w11scan)|分布式WEB指纹识别平台 Distributed WEB fingerprint identification platform|394|CSS|06/11|
|47|[xupsh/pp4fpgas-cn](https://github.com/xupsh/pp4fpgas-cn)|中文版 Parallel Programming for FPGAs|392|CSS|06/15|
|48|[trinitrotofu/Bubble](https://github.com/trinitrotofu/Bubble)|Typecho 清新风格响应式主题|387|CSS|05/22|
|49|[twotreesus/V2ray.FunPi](https://github.com/twotreesus/V2ray.FunPi)|一个基于 Web 的 V2ray 控制面板,已改造为将树莓派作为旁路由使用,只需要设置好网关,即可代理路由器下所有设备透明翻墙,支持直连\智能分流\全局代理 三种模式,并能自动管理订阅,原理参考 [透明代理(TPROXY)|385|CSS|09/28|
|50|[jhao104/django-blog](https://github.com/jhao104/django-blog)|django搭建博客|381|CSS|06/11|
|51|[livelyPeng/pl-drag-template](https://github.com/livelyPeng/pl-drag-template)|一个h5可视化编辑器项目|347|CSS|10/07|
|52|[wizardforcel/modern-java-zh](https://github.com/wizardforcel/modern-java-zh)|📖 【译】Java 8 简明教程|305|CSS|05/25|
|53|[c10342/player](https://github.com/c10342/player)|electron-vue音视频播放器|290|CSS|10/06|
|54|[sanjinhub/hexo-theme-geek](https://github.com/sanjinhub/hexo-theme-geek)|一个符合极客精神主义极简的 Hexo 主题|288|CSS|06/05|
|55|[ustc-zzzz/YiGeDingLia](https://github.com/ustc-zzzz/YiGeDingLia)|一个顶俩|277|CSS|10/06|
|56|[mo-xiaoxi/AWD_CTF_Platform](https://github.com/mo-xiaoxi/AWD_CTF_Platform)|一个简单的AWD训练平台|274|CSS|09/21|
|57|[LIlGG/halo-theme-sakura](https://github.com/LIlGG/halo-theme-sakura)|Halo 版本的樱花🌸主题|269|CSS|08/13|
|58|[eagleoflqj/p1a3_script](https://github.com/eagleoflqj/p1a3_script)|Tampermonkey Script for 1point3acres / 一亩三分地的油猴脚本|266|CSS|10/09|
|59|[hsxyhao/gridea-theme-next](https://github.com/hsxyhao/gridea-theme-next)|Gridea NexT主题,搬hexo-next-theme|252|CSS|09/13|
|60|[theme-nexmoe/typecho-theme-nexmoe](https://github.com/theme-nexmoe/typecho-theme-nexmoe)|🔥 一个特别的 Typecho 主题|250|CSS|09/10|
|61|[dotnetclub-net/dotnetclub](https://github.com/dotnetclub-net/dotnetclub)|dotnetclub.net 的源代码|249|CSS|10/06|
|62|[hellosee/swoole-webim-demo](https://github.com/hellosee/swoole-webim-demo)|使用swoole扩展和php开发的一个在线聊天室(Making a Web Chat With PHP and Swoole)|246|CSS|05/13|
|63|[LF112/BTCO](https://github.com/LF112/BTCO)|🎉 宝塔面板响应式解决方案|239|CSS|09/04|
|64|[liuhuanyong/liuhuanyong.github.io](https://github.com/liuhuanyong/liuhuanyong.github.io)|面向中文自然语言处理的六十余类实践项目及学习索引,涵盖语言资源构建、社会计算、自然语言处理组件、知识图谱、事理图谱、知识抽取、情感分析、深度学习等几个学习主题。包括作者个人简介、学习心得、语言资源、工业落地系统等,是供自然语言处理入门学习者的一个较为全面的学习资源,欢迎大家使用,并提出批评意见。|235|CSS|09/23|
|65|[workcheng/WeiYa](https://github.com/workcheng/WeiYa)|尾牙小程序|225|CSS|08/16|
|66|[happypeter/haoduoshipin](https://github.com/happypeter/haoduoshipin)|好多视频|220|CSS|10/10|
|67|[Yue-plus/hexo-theme-arknights](https://github.com/Yue-plus/hexo-theme-arknights)|明日方舟罗德岛阵营的 Hexo 主题,支持数学公式、Valine评论系统、Mermaid图表|216|CSS|10/02|
|68|[xukimseven/HardCandy-Jekyll](https://github.com/xukimseven/HardCandy-Jekyll)|一款清新 糖果色🍬 的 ‘Jekyll’ 主题。A candy-colored 🍬 ‘Jekyll’ theme.|209|CSS|07/13|
|69|[We-Hack-Studio/nuts](https://github.com/We-Hack-Studio/nuts)|坚果量化 - 数字货币量化交易系统。|209|CSS|10/07|
|70|[lovefc/china_school_badge](https://github.com/lovefc/china_school_badge)|全国高校校徽字体图标库|195|CSS|05/04|
|71|[rememberber/MooTool](https://github.com/rememberber/MooTool)|A handy tool set for developers. 开发者常备小工具|186|CSS|08/02|
|72|[Soanguy/typora-theme-autumnus](https://github.com/Soanguy/typora-theme-autumnus)|Typora theme for 中文|185|CSS|10/02|
|73|[apachecn/airflow-doc-zh](https://github.com/apachecn/airflow-doc-zh)|📖 [译] Airflow 中文文档|183|CSS|04/19|
|74|[dmego/home.github.io](https://github.com/dmego/home.github.io)|个人主页|178|CSS|09/25|
|75|[frankcbliu/Interview_Notes](https://github.com/frankcbliu/Interview_Notes)|📚 程序员面试基础知识总结、优质项目分享、助力春招秋招|177|CSS|09/07|
|76|[suruibuas/eadmin](https://github.com/suruibuas/eadmin)|eadmin - 极致用户体验与极简开发并存的开箱即用的后台UI框架|175|CSS|08/11|
|77|[HFO4/HideByPixel](https://github.com/HFO4/HideByPixel)|一个利用像素隐藏文字的程序|172|CSS|07/12|
|78|[Lavender-z/demo](https://github.com/Lavender-z/demo)|每天一个有趣的前端案例|163|CSS|06/07|
|79|[idealclover/Life-in-NJU](https://github.com/idealclover/Life-in-NJU)|🏠 南哪指南—南哪大学网址导航|156|CSS|08/22|
|80|[HCLonely/hexo-theme-webstack](https://github.com/HCLonely/hexo-theme-webstack)|A hexo theme based on webstack.   一个基于webstack的hexo主题。|153|CSS|06/08|
|81|[emacs-china/elpa](https://github.com/emacs-china/elpa)|Emacs China ELPA 镜像|147|CSS|04/09|
|82|[d2-projects/d2-daily](https://github.com/d2-projects/d2-daily)|D2 日报|140|CSS|10/06|
|83|[smallnest/go-rpc-programming-guide](https://github.com/smallnest/go-rpc-programming-guide)|gitbook Go RPC开发指南 [中文文档]|131|CSS|06/16|
|84|[yinchengnuo/templateWxappUniapp](https://github.com/yinchengnuo/templateWxappUniapp)|UNI-APP微信小程序快速开发模板,集成封装了路由,网络请求,本地存储,自定义组件等和一些小程序开发心得。|130|CSS|05/01|
|85|[SummerSec/learning-codeql](https://github.com/SummerSec/learning-codeql)|CodeQL Java 全网最全的中文学习资料|124|CSS|09/22|
|86|[vanyouseea/o365](https://github.com/vanyouseea/o365)|O365管理系统是一个以java语言开发的基于Microsoft Graph Restful API的多全局管理系统,理论上支持任何Office全局的管理(A1,A3,A1P,E3,E5等),你可以很方便的使用它来批量添加,批量删除,批量启用,批量禁用,搜索和查看用户,生成邀请码,邀请朋友注册,提升和收回管理员权限,更新密钥,查看订阅,分配订阅(创新用户时),查看多全局报告|120|CSS|09/18|
|87|[dolymood/dolymood.github.com](https://github.com/dolymood/dolymood.github.com)|我的博客|109|CSS|06/17|
|88|[hakadao/bilibili-simple-home](https://github.com/hakadao/bilibili-simple-home)|b站仿搜索引擎样式首页风格,支持几种不同显示效果|108|CSS|07/13|
|89|[ymm-tech/gods-pen-admin](https://github.com/ymm-tech/gods-pen-admin)|码良管理后台项目|107|CSS|10/06|
|90|[Bulandent/hexo-theme-bubuzou](https://github.com/Bulandent/hexo-theme-bubuzou)|一个仿Vue官网风格的hexo主题  https://bubuzou.com/|106|CSS|07/09|
|91|[MingZhuLiu/ZLMediaServerManagent](https://github.com/MingZhuLiu/ZLMediaServerManagent)|ZLMediaKitServer后台管理系统|103|CSS|05/15|
|92|[liuzhengyang/lets-hotfix](https://github.com/liuzhengyang/lets-hotfix)|Dynamic class reloading for java。Java代码热更新,支持本地、远程|101|CSS|07/02|
|93|[Blokura/bv2av](https://github.com/Blokura/bv2av)|哔哩哔哩BV转AV|97|CSS|06/27|
|94|[zenany/zenany.github.io](https://github.com/zenany/zenany.github.io)|记录对技术的思考和探索|96|CSS|06/09|
|95|[luokangyuan/ghost-theme-mj](https://github.com/luokangyuan/ghost-theme-mj)|This is a beautiful ghost blog theme,这是一个漂亮的Ghost博客主题。|95|CSS|09/21|
|96|[lbc-team/deep_ethereum](https://github.com/lbc-team/deep_ethereum)|电子书:以太坊技术与实现|93|CSS|08/11|
|97|[Bililive/www.danmuji.org](https://github.com/Bililive/www.danmuji.org)|弹幕姬的网站 https://www.danmuji.org 弹幕姬 https://github.com/copyliu/bililive_dm|92|CSS|05/21|
|98|[JinJieTan/Palantir](https://github.com/JinJieTan/Palantir)|这是一个开源项目,励志打造桌面端的音视频IM项目,开发成员为SegmentFault前端交流群成员|91|CSS|10/06|
|99|[qq8e/qq](https://github.com/qq8e/qq)|8亿QQ绑定数据泄露查询源码,附送数据。不定期更新下载地址 关注越多送的越多|91|CSS|06/29|
|100|[DataXujing/TensorRT_CV](https://github.com/DataXujing/TensorRT_CV)|🚀🚀🚀NVIDIA TensorRT 加速推断教程!|90|CSS|08/01|
|101|[lihanghang/CASR-DEMO](https://github.com/lihanghang/CASR-DEMO)|基于Flask Web的中文自动语音识别演示系统,包含语音识别、语音合成、声纹识别之说话人识别。|89|CSS|09/08|
|102|[idcf-boat-house/boat-house-frontend](https://github.com/idcf-boat-house/boat-house-frontend)|IDCF Boat House 前端库,包括用户界面 和 管理界面|89|CSS|10/01|
|103|[xiangjianan/lks](https://github.com/xiangjianan/lks)|🔗 B站博主 -LKs- 网站推荐 🔗|88|CSS|10/10|
|104|[hltj/kotlin-reference-chinese](https://github.com/hltj/kotlin-reference-chinese)|Kotlin 官方文档(参考部分)中文版|87|CSS|08/26|
|105|[kaedei/dandanplay-libraryindex](https://github.com/kaedei/dandanplay-libraryindex)|弹弹play Windows/UWP客户端远程访问功能html首页(媒体库内容的展示以及视频播放)|86|CSS|07/07|
|106|[apachecn/quant-learning](https://github.com/apachecn/quant-learning)|📚 Quant 教程整理|83|CSS|05/09|
|107|[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!|82|CSS|09/12|
|108|[qu5/mogu](https://github.com/qu5/mogu)|一个简约的php书签网址导航|81|CSS|10/10|
|109|[nicehorse06/software-job-note](https://github.com/nicehorse06/software-job-note)|軟體工作入門與軟體工程求職記錄(目前只有前端),相關問題可在issue討論|81|CSS|08/12|
|110|[londry/Encryption365_Baota](https://github.com/londry/Encryption365_Baota)|由 环智中诚™ (TrustOcean Limited) 开发的基于宝塔面板的自动化SSL证书申请、验证、部署、续期客户端|80|CSS|04/16|
|111|[TNK-Studio/Odoo-Book](https://github.com/TNK-Studio/Odoo-Book)|🤓Odoo 小书,Odoo 入门教程 (龟速填坑中...已更新到第 7 章第 2 节,要是看不到更新可以强制刷新一下浏览器。小书源码地址请看 README。)|80|CSS|09/21|
|112|[wqzwh/vue-ssr](https://github.com/wqzwh/vue-ssr)|基于vue-ssr搭建的一套node服务端渲染工作流|79|CSS|05/10|
|113|[wangyang0210/Cnblogs-Theme](https://github.com/wangyang0210/Cnblogs-Theme)|博客园皮肤|79|CSS|06/17|
|114|[ZiXia1/Mr.Film-Theme](https://github.com/ZiXia1/Mr.Film-Theme)|苹果csmV10仿电影先生自适应模板|76|CSS|05/09|
|115|[shuiche-it/cnblog-mouse](https://github.com/shuiche-it/cnblog-mouse)|博客园鼠标特效.  Demo 地址|74|CSS|05/07|
|116|[askeing/rust-book](https://github.com/askeing/rust-book)|Rust 程式語言 正體中文版 (The Rust Programming Language, Traditional Chinese)|73|CSS|07/19|
|117|[CodeIgniter-Chinese/codeigniter4-user-guide](https://github.com/CodeIgniter-Chinese/codeigniter4-user-guide)|CodeIgniter 4 Chinese User Guide - CodeIgniter 4 简体中文手册|72|CSS|07/27|
|118|[Mhy278/MinecraftServerHostGuide](https://github.com/Mhy278/MinecraftServerHostGuide)|我的世界服务器搭建指南|71|CSS|05/08|
|119|[yfzhao20/Typora-markdown](https://github.com/yfzhao20/Typora-markdown)|试验性的存储库,用于存放Typora折腾过的css样式和其他|71|CSS|05/28|
|120|[linuxkerneltravel/website](https://github.com/linuxkerneltravel/website)|Linux内核之旅开源社区网站|71|CSS|09/30|
|121|[shaonianzhentan/ha_sidebar](https://github.com/shaonianzhentan/ha_sidebar)|在HA里使用的侧边栏管理|70|CSS|08/10|
|122|[liuxiaoyucc/uni-music](https://github.com/liuxiaoyucc/uni-music)|🎵 uniapp音乐播放器|70|CSS|10/06|
|123|[apachecn/ds-ipynb-zh](https://github.com/apachecn/ds-ipynb-zh)|📖  [译] 数据科学 IPython 笔记本|68|CSS|05/09|
|124|[afi-team/website](https://github.com/afi-team/website)|蚂蚁前端基础设施团队(Ant Frontend Infrastructure)官方网站|67|CSS|09/13|
|125|[LoyalWilliams/comic](https://github.com/LoyalWilliams/comic)|scrapy漫画爬虫+django页面展示项目,网易163漫画、腾讯漫画、神漫画在线爬取|65|CSS|08/29|
|126|[aliyun/cloud-design](https://github.com/aliyun/cloud-design)|阿里云前端组件库,由混合云&公有云前端团队共建|64|CSS|10/08|
|127|[ljk4160/GDOCK](https://github.com/ljk4160/GDOCK)|自动从lean的lede源码clone并生成竞斗云固件,大雕源码:|64|CSS|08/10|
|128|[yitd/wxkp](https://github.com/yitd/wxkp)|微信卡片分享链接制作工具|64|CSS|08/15|
|129|[hanc00l/nemo_go](https://github.com/hanc00l/nemo_go)|Nemo是用来进行自动化信息收集的一个简单平台,通过集成常用的信息收集工具和技术,实现对内网及互联网资产信息的自动收集,提高隐患排查和渗透测试的工作效率,用Go语言完全重构了原Python版本。|64|CSS|10/09|
|130|[wangyouworld/AdminLTE_CN](https://github.com/wangyouworld/AdminLTE_CN)|AdminLTE 文档本地化|61|CSS|06/01|
|131|[DuYi-Edu/DuYi-React](https://github.com/DuYi-Edu/DuYi-React)|React课程资料与代码|60|CSS|10/06|
|132|[xOS/Nange](https://github.com/xOS/Nange)|个人主页,导航页展示。|59|CSS|06/13|
|133|[phodal/daily](https://github.com/phodal/daily)|日常练习|57|CSS|04/27|
|134|[mltreegroup/MlTree-Forum](https://github.com/mltreegroup/MlTree-Forum)|MlTree Forum是一款由Thinkphp构建、Material Design风格的轻论坛。|57|CSS|06/22|
|135|[spring2go/spring-petclinic-msa](https://github.com/spring2go/spring-petclinic-msa)|微服务版spring-petlinic,课程《Kubernetes微服务实践》|56|CSS|08/24|
|136|[ChenYFan-Tester/IPFS_PHOTO_SHARE](https://github.com/ChenYFan-Tester/IPFS_PHOTO_SHARE)|💰用甚嚒服务器,ServerLess搭建一个图片分享站点!  基于CloudFlareWorker无服务器函数和IPFS去中心化存储的图片分享网站|56|CSS|06/18|
|137|[python-chinese/python-chinese.github.io](https://github.com/python-chinese/python-chinese.github.io)|Python中文社区|56|CSS|07/20|
|138|[apachecn/geeksforgeeks-zh](https://github.com/apachecn/geeksforgeeks-zh)|📖 [译] GeeksForGeeks 翻译计划|55|CSS|05/09|
|139|[stilleshan/ServerStatus](https://github.com/stilleshan/ServerStatus)|集成美化主题的 ServerStatus 服务器监控程序 docker 版.更新支持 ARM 架构|54|CSS|06/07|
|140|[syfxlin/xkeditor](https://github.com/syfxlin/xkeditor)| 📝 XK-Editor   一个支持富文本和Markdown的编辑器|54|CSS|09/21|
|141|[Gamuxorg/AppImage-CN](https://github.com/Gamuxorg/AppImage-CN)|AppImage中文文档,源自官方英文文档。|54|CSS|07/13|
|142|[cody1991/cody1991.github.io](https://github.com/cody1991/cody1991.github.io)|个人博客(也是自己构建的一个简单Jekyll开源主题模板)|53|CSS|08/05|
|143|[issochen/qiankun-vue-demo](https://github.com/issochen/qiankun-vue-demo)|前端微服务 qiankun demo vue|53|CSS|10/06|
|144|[xiaolongzuo/personal-blog-webapp](https://github.com/xiaolongzuo/personal-blog-webapp)|一个简单的个人博客源码。|53|CSS|08/24|
|145|[BobCoderS9/SSPanel-Metron](https://github.com/BobCoderS9/SSPanel-Metron)|SSPanel-Metron主题,目前由@Bobs9维护开发中。|53|CSS|09/29|
|146|[doujinxian/renren-security](https://github.com/doujinxian/renren-security)|spring+springMVC+mybatis+vue.js,shiro权限管理,quartz定时任务,自动生成代码|52|CSS|09/21|
|147|[orange-form/orange-admin](https://github.com/orange-form/orange-admin)|橙单中台化低代码生成器。可完整支持多应用、多租户、多渠道、工作流 (Flowable & Activiti)、在线表单、自定义数据同步、自定义Job、多表关联、跨服务多表关联、框架技术栈自由组合等。|52|CSS|09/28|
|148|[Hanxueqing/React-Eleme](https://github.com/Hanxueqing/React-Eleme)|团队合作,使用react框架临摹饿了么移动端APP。项目文档:https://hanxueqing.github.io/React-Eleme/#/|51|CSS|10/06|
|149|[Jeepeng/taro-icons](https://github.com/Jeepeng/taro-icons)|基于 Taro 的小程序图标库|51|CSS|10/06|
|150|[Mrcxt/gridea-theme-lemon](https://github.com/Mrcxt/gridea-theme-lemon)|gridea主题|50|CSS|09/01|

 [回到目录](#目录)

<br/>

## HTML

|#|Repository|Description|Stars|Language|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[fengdu78/Coursera-ML-AndrewNg-Notes](https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes)|吴恩达老师的机器学习课程个人笔记|23.1k|HTML|07/24|
|2|[TeamStuQ/skill-map](https://github.com/TeamStuQ/skill-map)|程序员技能图谱|18.5k|HTML|06/25|
|3|[PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)|清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University|18.1k|HTML|09/28|
|4|[jaywcjlove/linux-command](https://github.com/jaywcjlove/linux-command)|Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux|16.9k|HTML|10/10|
|5|[nndl/nndl.github.io](https://github.com/nndl/nndl.github.io)|《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning |14.8k|HTML|05/18|
|6|[fengdu78/deeplearning_ai_books](https://github.com/fengdu78/deeplearning_ai_books)|deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)|13.7k|HTML|09/01|
|7|[wowchemy/wowchemy-hugo-themes](https://github.com/wowchemy/wowchemy-hugo-themes)|🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。|5.9k|HTML|10/05|
|8|[javascript-tutorial/zh.javascript.info](https://github.com/javascript-tutorial/zh.javascript.info)|现代 JavaScript 教程(The Modern JavaScript Tutorial)|5.3k|HTML|10/06|
|9|[cloudfavorites/favorites-web](https://github.com/cloudfavorites/favorites-web)|云收藏 Spring Boot 2.X 开源项目|4.5k|HTML|08/24|
|10|[itorr/nbnhhsh](https://github.com/itorr/nbnhhsh)|😩「能不能好好说话?」 拼音首字母缩写翻译工具|4.4k|HTML|07/09|
|11|[HT524/500LineorLess_CN](https://github.com/HT524/500LineorLess_CN)|500 line or less 中文翻译计划。|3.9k|HTML|04/22|
|12|[doocs/technical-books](https://github.com/doocs/technical-books)|😆 国内外互联网技术大牛们都写了哪些书籍:计算机基础、网络、前端、后端、数据库、架构、大数据、深度学习...|3.7k|HTML|08/18|
|13|[gwuhaolin/dive-into-webpack](https://github.com/gwuhaolin/dive-into-webpack)|全面的Webpack教程《深入浅出Webpack》电子书|3.6k|HTML|07/01|
|14|[vpncn/vpncn.github.io](https://github.com/vpncn/vpncn.github.io)|2021**翻墙软件VPN推荐以及避坑指南,稳定好用。对比SSR机场、蓝灯、WireGuard、V2ray、老王VPN、VPS搭建梯子等科学上网软件与方法,**最新科学上网翻墙梯子VPN下载推荐。|3.0k|HTML|10/10|
|15|[biaochenxuying/blog](https://github.com/biaochenxuying/blog)|大前端技术为主,读书笔记、随笔、理财为辅,做个终身学习者。|2.9k|HTML|10/07|
|16|[zfaka-plus/zfaka](https://github.com/zfaka-plus/zfaka)|免费、安全、稳定、高效的发卡系统,值得拥有!|2.9k|HTML|09/20|
|17|[wx-chevalier/Developer-Zero-To-Mastery](https://github.com/wx-chevalier/Developer-Zero-To-Mastery)|📚 To Be Professional Developer From Zero To Mastery, Interactive MindMap, RoadMap(Learning Path/Interview Questions), xCompass, Weekly for Developer, to Learn Everything in ITCS  💫 程序员的技术视野、知识管理与职业规划,提高个人与团队的研发效能|2.9k|HTML|10/11|
|18|[kenzok8/openwrt-packages](https://github.com/kenzok8/openwrt-packages)|openwrt常用软件包|2.1k|HTML|10/06|
|19|[phodal/designiot](https://github.com/phodal/designiot)|教你设计物联网系统。构建自己的Internet of Things 。|2.0k|HTML|06/25|
|20|[kujian/frontendDaily](https://github.com/kujian/frontendDaily)|前端开发博客,分享互联网最精彩的前端技术,欢迎关注我微信公众号:前端开发博客,回复 1024,领取前端进阶资料包,回复 加群,与大神一起交流学习。|1.8k|HTML|10/11|
|21|[huyaocode/webKnowledge](https://github.com/huyaocode/webKnowledge)|前端知识点总结|1.8k|HTML|05/06|
|22|[esofar/cnblogs-theme-silence](https://github.com/esofar/cnblogs-theme-silence)|📖 一款专注于阅读的博客园主题|1.6k|HTML|09/10|
|23|[godbasin/godbasin.github.io](https://github.com/godbasin/godbasin.github.io)|被删前端博客--喜欢请star|1.6k|HTML|10/10|
|24|[Ehco1996/Python-crawler](https://github.com/Ehco1996/Python-crawler)|从头开始 系统化的 学习如何写Python爬虫。 Python版本 3.6 |1.6k|HTML|09/02|
|25|[yangkun19921001/Blog](https://github.com/yangkun19921001/Blog)|Android 面试宝典、数据结构和算法、音视频 (FFmpeg、AAC、x264、MediaCodec)、 C/C++ 、OpenCV、跨平台等学习记录。【0基础音视频进阶学习路线】|1.5k|HTML|08/08|
|26|[tencentyun/qcloud-documents](https://github.com/tencentyun/qcloud-documents)|腾讯云官方文档|1.4k|HTML|10/11|
|27|[sglfree/freesky](https://github.com/sglfree/freesky)|自由门最新7.97版 无界21.32正式版 自由门VPN 自由门 自由门使用教程 无界 无界浏览 无界VPN 翻墙软件 翻墙软件下载 翻墙软件教程 Mac翻墙软件 --自由天空|1.4k|HTML|08/30|
|28|[doocs/coding-interview](https://github.com/doocs/coding-interview)|😀 代码面试题集,包括剑指 Offer、编程之美等|1.3k|HTML|04/24|
|29|[wx-chevalier/Awesome-CS-Books-and-Digests](https://github.com/wx-chevalier/Awesome-CS-Books-and-Digests)|📚 Awesome CS Books(with Digests)/Series(.pdf by git lfs) Warehouse for Geeks, ProgrammingLanguage, SoftwareEngineering, Web, AI, ServerSideApplication, Infrastructure, FE etc. 💫 优秀计算机科学与技术领域相关的书籍归档,以及我的读书笔记。|1.3k|HTML|10/11|
|30|[yangzongzhuan/RuoYi](https://github.com/yangzongzhuan/RuoYi)|(RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用|1.3k|HTML|10/10|
|31|[wx-chevalier/DistributedSystem-Series](https://github.com/wx-chevalier/DistributedSystem-Series)|📚 深入浅出分布式基础架构,Linux 与操作系统篇   分布式系统篇   分布式计算篇   数据库篇   网络篇   虚拟化与编排篇   大数据与云计算篇|1.2k|HTML|10/11|
|32|[TransparentLC/WechatMomentScreenshot](https://github.com/TransparentLC/WechatMomentScreenshot)|朋友圈转发截图生成工具|1.2k|HTML|10/06|
|33|[iwestlin/gd-utils](https://github.com/iwestlin/gd-utils)|Google Drive 百宝箱|1.2k|HTML|04/01|
|34|[HelloGitHub-Team/Article](https://github.com/HelloGitHub-Team/Article)|讲解开源项目系列文章库|1.2k|HTML|10/06|
|35|[mzlogin/mzlogin.github.io](https://github.com/mzlogin/mzlogin.github.io)|Jekyll Themes / GitHub Pages 博客模板 / A template repository for Jekyll based blog|1.1k|HTML|10/01|
|36|[PeiQi0/PeiQi-WIKI-POC](https://github.com/PeiQi0/PeiQi-WIKI-POC)|鹿不在侧,鲸不予游🐋|1.1k|HTML|07/04|
|37|[SolidZORO/zpix-pixel-font](https://github.com/SolidZORO/zpix-pixel-font)|Zpix (最像素) is a pixel font supporting English, Traditional Chinese, Simplified Chinese and Japanese.|1.1k|HTML|06/29|
|38|[shengxinjing/my_blog](https://github.com/shengxinjing/my_blog)|🐌写一点博客,python web 前端 运维|1.1k|HTML|10/06|
|39|[TurboWay/big_screen](https://github.com/TurboWay/big_screen)|数据大屏可视化|1.0k|HTML|06/04|
|40|[gh0stkey/Web-Fuzzing-Box](https://github.com/gh0stkey/Web-Fuzzing-Box)|Web Fuzzing Box - Web 模糊测试字典与一些Payloads,主要包含:弱口令暴力破解、目录以及文件枚举、Web漏洞...字典运用于实战案例:https://gh0st.cn/archives/2019-11-11/1|970|HTML|09/05|
|41|[Jocs/jocs.github.io](https://github.com/Jocs/jocs.github.io)|💯Jocs 的个人博客,所有的文章都在 issues 里面|885|HTML|08/13|
|42|[stellarkey/912_project](https://github.com/stellarkey/912_project)|清华大学计算机系考研攻略 Guidance for postgraduate entrance examination in Department of Computer Science and Technology, Tsinghua University|837|HTML|08/21|
|43|[FoXZilla/Pxer](https://github.com/FoXZilla/Pxer)|A tool for pixiv.net. 人人可用的P站爬虫|820|HTML|08/11|
|44|[helloxz/ccaa](https://github.com/helloxz/ccaa)|Linux一键安装Aria2 + AriaNg + FileBrowse实现离线下载、文件管理。|818|HTML|05/07|
|45|[aisuda/amis-admin](https://github.com/aisuda/amis-admin)|基于 amis 的后台项目前端模板|810|HTML|08/19|
|46|[HZFE/awesome-interview](https://github.com/HZFE/awesome-interview)|剑指前端 Offer|806|HTML|10/04|
|47|[zhengmin1989/MyArticles](https://github.com/zhengmin1989/MyArticles)|蒸米的文章(iOS冰与火之歌系列,一步一步学ROP系列,安卓动态调试七种武器系列等)|797|HTML|08/12|
|48|[HuangCongQing/UCAS_Course_2019](https://github.com/HuangCongQing/UCAS_Course_2019)|**科学院大学2019-2020课程(秋季,春季,夏季)|784|HTML|08/24|
|49|[pingan8787/Leo-JavaScript](https://github.com/pingan8787/Leo-JavaScript)|欢迎关注公众号“前端自习课”,本仓库包含丰富的 JavaScript 学习资料,包括 JavaScript、前端框架、HTTP、GraphQL、TS、Webpack等,还有很多我的原创文章,喜欢的朋友欢迎stat。🚀持续更新中...|748|HTML|10/05|
|50|[facert/beijing_house_knowledge](https://github.com/facert/beijing_house_knowledge)|北京买房攻略|746|HTML|04/06|
|51|[lyy289065406/re0-web](https://github.com/lyy289065406/re0-web)|Re0:从零开始的异世界生活 (WEB版)|741|HTML|10/11|
|52|[lzjun567/python_scripts](https://github.com/lzjun567/python_scripts)|一些python相关的演示代码|695|HTML|10/02|
|53|[BaizeSec/bylibrary](https://github.com/BaizeSec/bylibrary)|白阁文库是白泽Sec安全团队维护的一个漏洞POC和EXP公开项目|677|HTML|08/29|
|54|[tanjiti/sec_profile](https://github.com/tanjiti/sec_profile)|爬取secwiki和xuanwu.github.io/sec.today,分析安全信息站点、安全趋势、提取安全工作者账号(twitter,weixin,github等)|599|HTML|10/09|
|55|[NJU-SE-15-share-review/professional-class](https://github.com/NJU-SE-15-share-review/professional-class)|NJUSE-专业课|591|HTML|07/15|
|56|[justjavac/justjavac.github.com](https://github.com/justjavac/justjavac.github.com)|🇨🇳个人博客,喜欢的话请点 star,想订阅点 watch  |588|HTML|09/28|
|57|[wx-chevalier/Web-Series](https://github.com/wx-chevalier/Web-Series)|📚 现代 Web 开发语法基础与工程实践,涵盖 Web 开发基础、前端工程化、应用架构、性能与体验优化、混合开发、React 实践、Vue 实践、WebAssembly 等多方面。|585|HTML|10/11|
|58|[crifan/scientific_network_summary](https://github.com/crifan/scientific_network_summary)|总结关于科学上网的概念方法及工具|575|HTML|07/22|
|59|[cnych/qikqiak.com](https://github.com/cnych/qikqiak.com)|关注容器、kubernetes、devops、python、golang、微服务等技术 🎉🎉🎉|559|HTML|08/12|
|60|[wx-chevalier/Database-Series](https://github.com/wx-chevalier/Database-Series)|📚深入浅出数据库存储:数据库理论、关系型数据库、文档型数据库、键值型数据库、New SQL、搜索引擎、数据仓库与 OLAP、大数据与数据中台|558|HTML|10/11|
|61|[wx-chevalier/Engineering-Series](https://github.com/wx-chevalier/Engineering-Series)|📚 软件工程、算法与架构:数据结构与算法、设计模式、软件架构、协同开发、质量保障 QA|557|HTML|10/11|
|62|[pengan1987/computer-museum-dnbwg](https://github.com/pengan1987/computer-museum-dnbwg)|电脑博物馆 - DNBWG.com|557|HTML|09/07|
|63|[NICEXAI/leaflet_zh](https://github.com/NICEXAI/leaflet_zh)|Leaflet中文文档|554|HTML|10/09|
|64|[xiaolai/blockchainlittlebook.com](https://github.com/xiaolai/blockchainlittlebook.com)|区块链小白书|549|HTML|10/05|
|65|[hornhuang/android_interviews](https://github.com/hornhuang/android_interviews)|🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!|532|HTML|07/26|
|66|[songjiayang/prometheus_practice](https://github.com/songjiayang/prometheus_practice)|包括 Prometheus 基础知识,性能优化和大量实战经验。|531|HTML|08/18|
|67|[ningbonb/HTML5](https://github.com/ningbonb/HTML5)|HTML5学习、总结、实践|526|HTML|05/23|
|68|[wx-chevalier/Awesome-Lists](https://github.com/wx-chevalier/Awesome-Lists)|📚 Guide to Galaxy, curated, worthy and up-to-date links/reading list for ITCS-Coding/Algorithm/SoftwareArchitecture/AI.  💫 ITCS-编程/算法/软件架构/人工智能等领域的文章/书籍/资料/项目链接精选,岁月沉淀的美好|525|HTML|10/11|
|69|[aardio/wubi-lex](https://github.com/aardio/wubi-lex)|WIN10 自带微软五笔码表与短语替换与管理工具( 可将系统五笔替换为郑码、小鹤音形等 ),并可增强五笔设置、热键等功能。 发布后的软件仅930KB( 绿色免安装 )。软件已自带郑码、小鹤音形、五笔86、98、091、新世纪码表,以及极点五笔、QQ五笔、 微软五笔默认词库、昱琼词库、海峰词库等。|524|HTML|10/05|
|70|[liuran001/openwrt-packages](https://github.com/liuran001/openwrt-packages)|国内常用OpenWrt软件包源码合集,每天自动更新,建议使用lean源码|524|HTML|10/10|
|71|[gwuhaolin/resume](https://github.com/gwuhaolin/resume)|简约的在线简历|519|HTML|09/13|
|72|[asyncins/antispider](https://github.com/asyncins/antispider)|书籍《Python3 反爬虫原理与绕过实战》配套代码|511|HTML|09/11|
|73|[w3c/chinese-ig](https://github.com/w3c/chinese-ig)|Web中文兴趣组|504|HTML|07/28|
|74|[richardodliu/CS-BAOYAN](https://github.com/richardodliu/CS-BAOYAN)|计算机保研交流群(QQ群号:605176069)|490|HTML|04/16|
|75|[roy-tian/learning-area](https://github.com/roy-tian/learning-area)|MDN 学习区示例中文版|478|HTML|05/30|
|76|[nestcn/docs.nestjs.cn](https://github.com/nestcn/docs.nestjs.cn)|nestjs 中文文档|471|HTML|09/23|
|77|[cncounter/translation](https://github.com/cncounter/translation)|翻译文档|467|HTML|10/01|
|78|[TZG-official/Jvav](https://github.com/TZG-official/Jvav)|J v a v 与 您|462|HTML|10/09|
|79|[arunboy/love](https://github.com/arunboy/love)|表白网站|457|HTML|05/19|
|80|[unclestrong/DeepLearning_LHY21_Notes](https://github.com/unclestrong/DeepLearning_LHY21_Notes)|深度学习 李宏毅 2021 学习笔记|445|HTML|09/12|
|81|[openwhu/OpenWHU](https://github.com/openwhu/OpenWHU)|武汉大学课程资料整理-WHU课代表计划|443|HTML|07/05|
|82|[polaris1119/pkgdoc](https://github.com/polaris1119/pkgdoc)|go 标准库和部分第三方包的包文档中文翻译|441|HTML|05/24|
|83|[click33/Sa-Admin](https://github.com/click33/Sa-Admin)|一个无需脚手架即可直接运行的后台模板,流畅、易上手、提高生产力|440|HTML|09/26|
|84|[wardseptember/notes](https://github.com/wardseptember/notes)|算法刷题指南、Java多线程与高并发、Java集合源码、Spring boot、Spring Cloud等笔记,源码级学习笔记后续也会更新。|435|HTML|08/31|
|85|[ojeveryday/AlgoWiki](https://github.com/ojeveryday/AlgoWiki)|总结算法刷题套路,在线阅读:|432|HTML|10/09|
|86|[ty6815/AvStackDocs](https://github.com/ty6815/AvStackDocs)|音视频基础知识整理和相关协议文档说明|408|HTML|04/22|
|87|[daacheng/PythonBasic](https://github.com/daacheng/PythonBasic)|平时工作中常用的Python零碎知识总结,爬虫学习总结与练习,Python数据分析学习总结,目前正在重新整理中......|407|HTML|09/28|
|88|[OpenIoTHub/OpenIoTHub](https://github.com/OpenIoTHub/OpenIoTHub)|💖A free IoT (Internet of Things)  platform and private cloud. [一个免费的物联网和私有云平台,支持内网穿透]|405|HTML|08/13|
|89|[aui/pinyin-engine](https://github.com/aui/pinyin-engine)|JavaScript 拼音匹配引擎|403|HTML|09/06|
|90|[geeeeeeeek/videoproject](https://github.com/geeeeeeeek/videoproject)|基于python/django的视频点播网站|400|HTML|09/08|
|91|[holylovelqq/vue-unit-test-with-jest](https://github.com/holylovelqq/vue-unit-test-with-jest)|吃透本仓库,变身vue项目单体测试大神|400|HTML|10/06|
|92|[oneStarLR/myblog-mybatis](https://github.com/oneStarLR/myblog-mybatis)|个人博客系统(SpringBoot+Mybatis)|387|HTML|08/10|
|93|[apachecn/fastai-ml-dl-notes-zh](https://github.com/apachecn/fastai-ml-dl-notes-zh)|📖  [译] fast.ai 机器学习和深度学习中文笔记|381|HTML|08/13|
|94|[gdufeZLYL/springboot-penguin](https://github.com/gdufeZLYL/springboot-penguin)|🐧Online Examination System  基于SpringBoot+Mybatis+Thymeleaf+SemanticUI+Bootstrap的在线考试系统(低仿牛客网)|376|HTML|04/27|
|95|[noahlam/articles](https://github.com/noahlam/articles)|个人技术帖合集|370|HTML|06/05|
|96|[iamjoel/front-end-note](https://github.com/iamjoel/front-end-note)|📝 Web前端洞见。有深度的Web 前端内容。|364|HTML|09/01|
|97|[xizhibei/blog](https://github.com/xizhibei/blog)|个人博客,(Node.js/Golang/Backend/DevOps),欢迎 Star, Watch 订阅以及评论|346|HTML|08/30|
|98|[shengxinjing/vue3-vs-vue2](https://github.com/shengxinjing/vue3-vs-vue2)|《前端会客厅第一期代码》和尤大聊vue3的 提升|342|HTML|10/07|
|99|[pablocc1979/Green-Hub-Proxy](https://github.com/pablocc1979/Green-Hub-Proxy)|GreenHub VPN   Proxy, 该服务仅供学术研究/行业研究人员使用;请勿用于非法活动!|340|HTML|07/30|
|100|[wx-chevalier/System-Series](https://github.com/wx-chevalier/System-Series)|📚 服务端开发实践与工程架构,服务端基础篇   微服务与云原生篇   Spring 篇   Node.js 篇   DevOps 篇   信息安全与渗透测试篇|336|HTML|10/11|
|101|[cckuailong/vulbase](https://github.com/cckuailong/vulbase)|各大漏洞文库合集|330|HTML|10/05|
|102|[folkstory/lingqiu-folk-story](https://github.com/folkstory/lingqiu-folk-story)|灵丘民间故事歌谣谚语集成|319|HTML|09/17|
|103|[SummerSec/JavaLearnVulnerability](https://github.com/SummerSec/JavaLearnVulnerability)|Java漏洞学习笔记 Deserialization Vulnerability|319|HTML|08/24|
|104|[yangchuansheng/prometheus-handbook](https://github.com/yangchuansheng/prometheus-handbook)|Prometheus 中文文档|318|HTML|08/28|
|105|[linkease/ddnsto](https://github.com/linkease/ddnsto)|DDNSTO 官网实现,以及 issue 跟踪。|317|HTML|09/22|
|106|[jjeejj/geektime2pdf](https://github.com/jjeejj/geektime2pdf)|极客时间专栏文章 转为 PDF 包含评论 音频|317|HTML|09/10|
|107|[zhongzhong0505/CodeBe](https://github.com/zhongzhong0505/CodeBe)|CodeBe(码币)是一个是使用angular2整合各种插件的项目,包括(layer,bootstrap-table,markdown编辑器,highcharts,ckeditor,高德地图,fullcalendar 等等)。如果你有什么想要集成的插件,请告诉我,我来加进去。(请给我加个星,谢谢。)|304|HTML|08/11|
|108|[huangz1990/blog](https://github.com/huangz1990/blog)|我的个人博客。|299|HTML|06/16|
|109|[CruxF/IMOOC](https://github.com/CruxF/IMOOC)|IMOCC辛勤的搬运工🔥|298|HTML|10/07|
|110|[netnr/kms](https://github.com/netnr/kms)|KMS激活服务,slmgr命令激活Windows系统、Office|298|HTML|08/24|
|111|[MindFxck/daguguguji](https://github.com/MindFxck/daguguguji)|《特师文集》——大咕咕咕鸡著|297|HTML|09/21|
|112|[JeffreySu/WeixinResource](https://github.com/JeffreySu/WeixinResource)|微信开发资源汇总   WeChat Development Resources Summary|284|HTML|06/19|
|113|[xinglie/report-designer](https://github.com/xinglie/report-designer)|打印设计、可视化、大屏、编辑器、设计器、数据分析、报表设计、组件化、表单设计、h5页面、调查问卷、pdf生成、流程图、试卷、SVG、图形元素、物联网|284|HTML|09/30|
|114|[gfw-breaker/open-proxy](https://github.com/gfw-breaker/open-proxy)|一键部署被墙网站反向代理; 免翻墙访问被禁网站|282|HTML|10/09|
|115|[Terminus2049/Not-exist-in-douban](https://github.com/Terminus2049/Not-exist-in-douban)|豆瓣不存在的书影音|280|HTML|09/03|
|116|[6mb/Microsoft-365-Admin](https://github.com/6mb/Microsoft-365-Admin)|基于微软 API 的 office 365 用户管理(支持多账户切换)|276|HTML|07/16|
|117|[gosoon/source-code-reading-notes](https://github.com/gosoon/source-code-reading-notes)|源码阅读笔记|276|HTML|10/05|
|118|[doocs/doocs.github.io](https://github.com/doocs/doocs.github.io)|💁‍♀️ Welcome to the Doocs Open Source organization   欢迎加入 Doocs 开源社区|275|HTML|09/25|
|119|[FrankKai/FrankKai.github.io](https://github.com/FrankKai/FrankKai.github.io)|趁你还年轻的前端技术博客,目前就职于涂鸦智能。|272|HTML|09/12|
|120|[xianyunyh/spider_job](https://github.com/xianyunyh/spider_job)|招聘网数据爬虫|270|HTML|10/08|
|121|[plough/myCrawler](https://github.com/plough/myCrawler)|我的爬虫练习|268|HTML|04/22|
|122|[yangjingyu/vs-tree](https://github.com/yangjingyu/vs-tree)|移动端PC端通用树组件,适用于企业组织通讯录,百万数据支持|265|HTML|09/22|
|123|[daliansky/daliansky.github.io](https://github.com/daliansky/daliansky.github.io)|黑果小兵的部落阁|265|HTML|09/30|
|124|[543877815/uestc_Internet_plus_course_project](https://github.com/543877815/uestc_Internet_plus_course_project)|本人在电子科大本科期间所有课程课设和作业的代码和部分报告,包括【计算机组成与结构】、【计算机网络与通信技术】、【软件基础综合课程设计】、【互联网软件开发综合课程设计】、【数据挖掘与大数据分析】、【时间序列分析】、【机器学习】、【数据结构与算法】、【并行程序设计导论】、【计算机操作系统】、【计算机视觉】|264|HTML|04/27|
|125|[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|262|HTML|10/09|
|126|[GoSSIP-SJTU/dailyPaper](https://github.com/GoSSIP-SJTU/dailyPaper)|每日论文推荐|262|HTML|06/21|
|127|[DTStack/jlogstash](https://github.com/DTStack/jlogstash)|java 版本的logstash|260|HTML|06/08|
|128|[2010yhh/springBoot-demos](https://github.com/2010yhh/springBoot-demos)|springBoot-demos基于1.5.x版本|258|HTML|06/05|
|129|[BlueSkyXN/AdGuardHomeRules](https://github.com/BlueSkyXN/AdGuardHomeRules)|高达百万级规则!由我原创&整理的 AdGuardHomeRules ADH广告拦截过滤规则!打造全网最强最全规则集|253|HTML|10/07|
|130|[boism-org/northpole](https://github.com/boism-org/northpole)|存储北极学派的哲学,思考,教义repository|252|HTML|09/26|
|131|[huangshiyu13/webtemplete](https://github.com/huangshiyu13/webtemplete)|收集各种网站模板|251|HTML|09/09|
|132|[Pad0y/Django2_dailyfresh](https://github.com/Pad0y/Django2_dailyfresh)|dailyfresh电商项目,替换django框架为2.X并重构,美化了下后台管理页面,提供docker版本,该项目包含了实际开发中的电商项目中大部分的功能开发和知识点实践, 是一个非常不错的django学习项目,同时也记录在替换框架中遇到的坑,希望对各位的学习有所帮助。|246|HTML|09/08|
|133|[fguby/Electron-elf](https://github.com/fguby/Electron-elf)|使用electron和live2D开发的类似桌面精灵的应用(A desktop application developed using electron and live2D)|244|HTML|05/11|
|134|[wx-chevalier/Product-Series](https://github.com/wx-chevalier/Product-Series)|📚 产品迷思,不仅仅是产品经理,对于产品设计、交互体验、项目管理、行业视点等多方面的思考。|244|HTML|10/11|
|135|[qwerttvv/Beijing-IPTV](https://github.com/qwerttvv/Beijing-IPTV)|最好用的北京联通IPTV频道列表。https://bjiptv.tk|242|HTML|10/01|
|136|[mzkmzk/Read](https://github.com/mzkmzk/Read)|阅读总结|242|HTML|09/08|
|137|[mtf-wiki/MtF-Wiki](https://github.com/mtf-wiki/MtF-Wiki)|试图整理汇总 MtF 的相关资料,为大家提供更好的帮助~|241|HTML|10/10|
|138|[GoldSubmarine/lizhi](https://github.com/GoldSubmarine/lizhi)|🎉 南京李志 在线播放 国内高速cdn迅雷下载|239|HTML|07/03|
|139|[CodingDocs/typora-markdown-resume](https://github.com/CodingDocs/typora-markdown-resume)|typora+markdown+css自定义简历模板|235|HTML|04/28|
|140|[giscafer/blog](https://github.com/giscafer/blog)|📚 前端手册 & 个人学习总结博客|233|HTML|04/21|
|141|[OBKoro1/web_accumulate](https://github.com/OBKoro1/web_accumulate)|前端进阶积累:http://obkoro1.com/web_accumulate/accumulate/|231|HTML|07/08|
|142|[HollowMan6/LZU-Auto-COVID-Health-Report](https://github.com/HollowMan6/LZU-Auto-COVID-Health-Report)|LZU Auto COVID Health Report.(兰州大学疫情期间自动定时健康打卡)|228|HTML|10/03|
|143|[hua1995116/360-sneakers-viewer](https://github.com/hua1995116/360-sneakers-viewer)|鸿星尔克全景(360°)鞋子展示(包含建模过程)|221|HTML|09/16|
|144|[jenkins-zh/jenkins-zh](https://github.com/jenkins-zh/jenkins-zh)|Jenkins 中文社区网站源码|209|HTML|08/05|
|145|[tp-yan/WebStockPredict](https://github.com/tp-yan/WebStockPredict)|基于Web的股票预测系统|207|HTML|08/25|
|146|[tobycroft/BiliHP-APP](https://github.com/tobycroft/BiliHP-APP)|BiliBili助手-哔哩哔哩助手苹果/安卓/IOS/PC/C2C/Mac/路由器/单用户/多用户/手机版全平台支持挂机软件库(2020-BiliHP)|206|HTML|09/21|
|147|[Cl0udG0d/HXnineTails](https://github.com/Cl0udG0d/HXnineTails)|python3实现的集成了github上多个扫描工具的命令行WEB扫描工具|206|HTML|09/05|
|148|[wx-chevalier/Frontend-Series](https://github.com/wx-chevalier/Frontend-Series)|📚 大前端的工程实践:iOS 篇   Android 篇   混合式开发篇 - ReactNative、Weex、Weapp|202|HTML|10/11|
|149|[UnityITellYou/UnityITellYou.github.io](https://github.com/UnityITellYou/UnityITellYou.github.io)|Unity“特供版”替代资源整理|200|HTML|09/09|
|150|[Yuezi32/flipClock](https://github.com/Yuezi32/flipClock)|翻牌效果时钟的演示,包含原生JavaScript、Vue、React三种实现方式。|197|HTML|10/06|
|151|[godbasin/front-end-playground](https://github.com/godbasin/front-end-playground)|被删和阿猪的前端游乐场!!快来一起撸猫一起学习前端吧~|182|HTML|10/10|
|152|[ituring/first-pr](https://github.com/ituring/first-pr)|《GitHub实践入门》实验用仓库|181|HTML|10/10|
|153|[bljx/BFU-leaf](https://github.com/bljx/BFU-leaf)|北京林业大学信息学院课程攻略|181|HTML|07/31|
|154|[jimersylee/jimersylee.github.io](https://github.com/jimersylee/jimersylee.github.io)|个人博客|180|HTML|06/01|
|155|[plctlab/PLCT-Weekly](https://github.com/plctlab/PLCT-Weekly)|软件所PLCT实验室在开源领域的不定期简报|180|HTML|10/02|
|156|[hua1995116/node-demo](https://github.com/hua1995116/node-demo)|所有实战项目示例|178|HTML|10/06|
|157|[coocy/emoji](https://github.com/coocy/emoji)|在网页中显示emoji表情符号|176|HTML|10/04|
|158|[Chocolate1999/hexo-blog-lionkk](https://github.com/Chocolate1999/hexo-blog-lionkk)|魔改自butterfly 🦋主题,提供完整详细的文档,同时为了回馈开源,这不是生成后的网页文件,是您可以直接使用的源码,您只需要把博客相关信息换成您自己的就可以部署了,对于新手或者不懂编程的小伙伴来说,简直是福音!❤️|176|HTML|09/21|
|159|[illidan33/wow_api](https://github.com/illidan33/wow_api)|Documents of wow API -- 魔兽世界API资料以及宏工具|173|HTML|07/14|
|160|[yhf7952/VipVideo](https://github.com/yhf7952/VipVideo)|全网VIP视频解析聚合接口,支持(优酷、爱奇艺、腾讯视频、搜狐视频等)|172|HTML|07/14|
|161|[program-think-mirrors/books](https://github.com/program-think-mirrors/books)|编程随想的电子书 Github + IPFS 墙内镜像,每天同步|172|HTML|09/15|
|162|[summertime-wu/make_cnblogs_better](https://github.com/summertime-wu/make_cnblogs_better)|博客园样式美化、自定义博客园样式|170|HTML|10/08|
|163|[trojan-tutor/trojan-tutor.github.io](https://github.com/trojan-tutor/trojan-tutor.github.io)|trojan 教程 自建梯子教程 trojan教程 trojan-gfw 科学上网 代理工具 翻墙 Ubuntu Debian 小白教程 https伪装|169|HTML|04/05|
|164|[qqphp-com/laravel-blog-poetry-all](https://github.com/qqphp-com/laravel-blog-poetry-all)|Laravel诗词博客-匠心编程,热爱生活。喜欢就 Star 吧|169|HTML|10/07|
|165|[zhangzhenhuajack/spring-data-jpa-guide](https://github.com/zhangzhenhuajack/spring-data-jpa-guide)|spring-data-jpa-guide,Spring Data JPA实战,SpringDataJpa详解|168|HTML|09/17|
|166|[androidmumo/Bing-upyun](https://github.com/androidmumo/Bing-upyun)|轻量必应每日一图API,支持上传至又拍云调用,支持图片处理(高斯模糊、灰阶),支持回溯。|168|HTML|04/03|
|167|[Jackson0714/PassJava-Learning](https://github.com/Jackson0714/PassJava-Learning)|整合了Spring Cloud 实战教程+公众号内容都会同步到这个仓库。文档地址:http://www.passjava.cn 备用地址:https://jackson0714.github.io/PassJava-Learning|167|HTML|10/09|
|168|[wenfengSAT/wenfengSAT-UI](https://github.com/wenfengSAT/wenfengSAT-UI)|HTML开发模板,包含Bootstrap、EasyUI、LayUI、AmazeUI等主题模板,欢迎star...|164|HTML|05/26|
|169|[satan1a/awesome-cybersecurity-blueteam-cn](https://github.com/satan1a/awesome-cybersecurity-blueteam-cn)|网络安全 · 攻防对抗 · 蓝队清单,中文版|164|HTML|10/09|
|170|[MugglePay/MugglePay](https://github.com/MugglePay/MugglePay)|Make Crypto Payment Easy 让数字货币支付更简单|161|HTML|07/20|
|171|[TigerHee/shareJS](https://github.com/TigerHee/shareJS)|💻js小技巧、react、webpack、redux、javascript及其它前端干货,持续更新ing|159|HTML|04/14|
|172|[kaityo256/github](https://github.com/kaityo256/github)|GitHub演習|155|HTML|10/10|
|173|[yingoja/DemoUI](https://github.com/yingoja/DemoUI)|selenium UI自动化测试框架|154|HTML|06/21|
|174|[wyagd001/wyagd001.github.io](https://github.com/wyagd001/wyagd001.github.io)|个人主页, Autohotkey  中文帮助, 自用脚本介绍|149|HTML|09/19|
|175|[Wscats/omi-snippets](https://github.com/Wscats/omi-snippets)|🔖Visual Studio Code Syntax Highlighting For Single File React And Omi Components - 编写React和Omi单文件组件的VSC语法高亮插件|149|HTML|08/11|
|176|[lyandut/HUST-Invictus](https://github.com/lyandut/HUST-Invictus)|华中科技大学研究生课程资料|148|HTML|09/10|
|177|[sapicd/sapic](https://github.com/sapicd/sapic)|sapic(picbed) - 基于Flask的Web自建图床,可存储到又拍云、七牛云、阿里云OSS、腾讯云COS、GitHub、Gitee、S3等,支持自定义扩展。|147|HTML|09/04|
|178|[sspanel-uim/Wiki](https://github.com/sspanel-uim/Wiki)|我们安装,我们更新,我们开发|145|HTML|10/10|
|179|[blackist/ar](https://github.com/blackist/ar)|校友录网站。作为毕业设计,为母校设计校友交流平台。基于javaWeb,由Maven构建管理,采用Spring+SpringMVC+MyBatis框架,用EhCache做数据缓存。门户网站采用BootStrap设计界面,后台管理网站用AmazeUI设计界面。|145|HTML|08/07|
|180|[kingcos/JueJueZiGenerator](https://github.com/kingcos/JueJueZiGenerator)|绝绝子生成器,YYDS!仅供娱乐,切勿当真~|144|HTML|08/24|
|181|[openspug/index](https://github.com/openspug/index)|企业内部导航页|143|HTML|04/07|
|182|[lunasaw/luna-platform](https://github.com/lunasaw/luna-platform)|党建管理平台|143|HTML|06/08|
|183|[lisahust/FDExam_Note](https://github.com/lisahust/FDExam_Note)|2021软考系统架构设计师笔记|142|HTML|10/10|
|184|[zhangxiang958/Blog](https://github.com/zhangxiang958/Blog)|阿翔的个人技术博客,博文写在 Issues 里,如有收获请 star 鼓励~|138|HTML|07/18|
|185|[shihao316558512/bootstrap](https://github.com/shihao316558512/bootstrap)|基于bootstrap3搭建的页面结构|137|HTML|04/19|
|186|[YongxinLiu/QIIME2ChineseManual](https://github.com/YongxinLiu/QIIME2ChineseManual)|QIIME 2中文文档(QIIME 2 Chinese Manual)|136|HTML|07/26|
|187|[dafeijiketang666/2021-2022-it-video](https://github.com/dafeijiketang666/2021-2022-it-video)|🔥🔥🔥各类it学习视频教程,最新版,持续更新,java,c++,前端,后台,测试,python,图灵,享学,鲁班,拉勾,马士兵,慕客,极客,黑马,奈学,咕泡,爪哇,网易微专业,开课吧,小码哥,云析学院,极客小马哥,大厂学院,京程一灯,知播渔李南江,千锋,尚硅谷,珠峰,博学谷,幕课,金职位,奈学,扔物线,码牛学院,动脑学院,看雪,易锦零声学院,csdn,左程云,贪心学院,码同学,霍格沃兹,优点知识,李振良,老男孩,马哥教育,极客|135|HTML|08/21|
|188|[lipengzhou/toutiao-m](https://github.com/lipengzhou/toutiao-m)|基于 Vue.js 开发的移动端项目——今日头条(页面下方扫码体验)|134|HTML|05/11|
|189|[PeiQi0/PeiQi-WIKI-RED](https://github.com/PeiQi0/PeiQi-WIKI-RED)|林深时见鹿,海蓝时见鲸🦌|125|HTML|04/20|
|190|[lawler61/blog](https://github.com/lawler61/blog)|Lawler's Blog 不定期分享一些前端技术|124|HTML|08/10|
|191|[zwxs/frontInterview](https://github.com/zwxs/frontInterview)|web前端面试经历|124|HTML|05/17|
|192|[akiritsu/cslearner.cn](https://github.com/akiritsu/cslearner.cn)|计算机科学学习指南-个人向|123|HTML|08/20|
|193|[HaoZhang95/dailyfresh](https://github.com/HaoZhang95/dailyfresh)|天天生鲜是传智播客黑马出品的python实战项目, 项目的[在线视频教程], 项目的讲义被放在了Python24期整套视频的讲义中的**第20章节**,具体的天天生鲜 [在线讲义查看],除了天天生鲜项目之外,传智播客&黑马出品的Python24期人工智能整套代码和讲义集合,项目从零基础的Python教程到深度学习,总共30章节,其中包含Python基础中的飞机大战项目,WSGI项目,Flask新经资讯项目, Django的电商项目(本应该的美多商城项目因为使用的是Vue技术,所以替换为Django天天生鲜项目)等等,请[点击此处查看](https://github.com/HaoZhang95 ...|123|HTML|10/07|
|194|[Ovilia/omynote](https://github.com/Ovilia/omynote)|众山小笔记 - 集中管理你的读书笔记|122|HTML|09/25|
|195|[hirocaster/wdpress69](https://github.com/hirocaster/wdpress69)|WEB+DB PRESS Voll.69 詳解GitHub|122|HTML|09/25|
|196|[jie326513988/mini-T12](https://github.com/jie326513988/mini-T12)|mini 条形 T12|122|HTML|04/17|
|197|[BlueSkyXN/TencentCloud-Order](https://github.com/BlueSkyXN/TencentCloud-Order)|腾讯云产品-自定义参数购买一键单页,免额外抓包,直接输入参数提交自动跳转对应订单页面|119|HTML|07/12|
|198|[liyupi/better-coder](https://github.com/liyupi/better-coder)|😄 一起快乐成长为更好的程序员吧!编程学习经验、技术干货、资源分享|119|HTML|10/07|
|199|[Agda-zh/PLFA-zh](https://github.com/Agda-zh/PLFA-zh)|《编程语言基础:Agda 描述》,Programming Language Foundations in Agda 中文版|119|HTML|10/10|
|200|[shaoxiongdu/JVMStudy](https://github.com/shaoxiongdu/JVMStudy)|💊JVM 底层原理解析 |119|HTML|08/26|

 [回到目录](#目录)

<br/>

## Objective-C

|#|Repository|Description|Stars|Language|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[MustangYM/WeChatExtension-ForMac](https://github.com/MustangYM/WeChatExtension-ForMac)|Mac微信功能拓展/微信插件/微信小助手(A plugin for Mac WeChat)|18.9k|Objective-C|08/12|
|2|[banchichen/TZImagePickerController](https://github.com/banchichen/TZImagePickerController)|一个支持多选、选原图和视频的图片选择器,同时有预览、裁剪功能,支持iOS6+。  A clone of UIImagePickerController, support picking multiple photos、original photo、video, also allow preview photo and video, support iOS6+|7.7k|Objective-C|09/21|
|3|[renzifeng/ZFPlayer](https://github.com/renzifeng/ZFPlayer)|Support customization of any player SDK and control layer(支持定制任何播放器SDK和控制层)|6.6k|Objective-C|10/08|
|4|[ChenYilong/CYLTabBarController](https://github.com/ChenYilong/CYLTabBarController)|[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item.  [CN]【**特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode  & iPhone XS MAX supported】|6.6k|Objective-C|08/30|
|5|[Tencent/QMUI_iOS](https://github.com/Tencent/QMUI_iOS)|QMUI iOS——致力于提高项目 UI 开发效率的解决方案|6.4k|Objective-C|09/01|
|6|[Sunnyyoung/WeChatTweak-macOS](https://github.com/Sunnyyoung/WeChatTweak-macOS)|A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开|6.1k|Objective-C|10/07|
|7|[gsdios/SDCycleScrollView](https://github.com/gsdios/SDCycleScrollView)|Autoscroll Banner.   无限循环图片、文字轮播器。|6.1k|Objective-C|08/03|
|8|[pujiaxin33/JXCategoryView](https://github.com/pujiaxin33/JXCategoryView)|A powerful and easy to use category view (segmentedcontrol, segmentview, pagingview, pagerview, pagecontrol) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)|5.5k|Objective-C|04/28|
|9|[skyming/iOS-Performance-Optimization](https://github.com/skyming/iOS-Performance-Optimization)|关于iOS 性能优化梳理、内存泄露、卡顿、网络、GPU、电量、 App 包体积瘦身、启动速度优化等、Instruments 高级技巧、常见的优化技能- Get — Edit|4.3k|Objective-C|08/09|
|10|[ripperhe/Bob](https://github.com/ripperhe/Bob)|Bob 是一款 Mac 端翻译软件,支持划词翻译、截图翻译以及手动输入翻译。|4.3k|Objective-C|09/21|
|11|[JackJiang2011/MobileIMSDK](https://github.com/JackJiang2011/MobileIMSDK)|一个原创移动端IM通信层框架,轻量级、高度提炼,历经8年、久经考验。可能是市面上唯一同时支持UDP+TCP+WebSocket三种协议的同类开源框架,支持iOS、Android、Java、H5,服务端基于Netty。|3.8k|Objective-C|09/04|
|12|[zhengwenming/WMPlayer](https://github.com/zhengwenming/WMPlayer)|WMPlayer-AVPlayer的封装,继承UIView,支持pods,手势快进、快退,全面适配全面屏,同时支持网络和本地视频的播放|3.2k|Objective-C|08/02|
|13|[rime/squirrel](https://github.com/rime/squirrel)|【鼠鬚管】Rime for macOS|3.0k|Objective-C|10/02|
|14|[liberalisman/iOS-InterviewQuestion-collection](https://github.com/liberalisman/iOS-InterviewQuestion-collection)|iOS 开发者在面试过程中,常见的一些面试题,建议尽量弄懂了原理,并且多实践。|2.9k|Objective-C|06/09|
|15|[wangrui460/WRNavigationBar](https://github.com/wangrui460/WRNavigationBar)|超简单!!! 一行代码设置状态栏、导航栏按钮、标题、颜色、透明度,移动等    WRNavigationBar which allows you to change NavigationBar's appearance dynamically|2.9k|Objective-C|07/19|
|16|[tigerAndBull/TABAnimated](https://github.com/tigerAndBull/TABAnimated)|A skeleton screen framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。)|2.8k|Objective-C|09/30|
|17|[Tencent/vap](https://github.com/Tencent/vap)|VAP是企鹅电竞开发,用于播放特效动画的实现方案。具有高压缩率、硬件解码等优点。同时支持 iOS,Android,Web 平台。|2.6k|Objective-C|09/28|
|18|[SilenceLove/HXPhotoPicker](https://github.com/SilenceLove/HXPhotoPicker)|图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能    Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, Download the resources on iCloud online, browse the web image function|2.3k|Objective-C|09/27|
|19|[pujiaxin33/JXPagingView](https://github.com/pujiaxin33/JXPagingView)|类似微博主页、简书主页等效果。多页面嵌套,既可以上下滑动,也可以左右滑动切换页面。支持HeaderView悬浮、支持下拉刷新、上拉加载更多。|2.2k|Objective-C|09/29|
|20|[indulgeIn/YBImageBrowser](https://github.com/indulgeIn/YBImageBrowser)|iOS image browser / iOS 图片浏览器 (支持视频) |2.2k|Objective-C|08/17|
|21|[buginux/WeChatRedEnvelop](https://github.com/buginux/WeChatRedEnvelop)|iOS版微信抢红包Tweak|2.1k|Objective-C|05/09|
|22|[91renb/BRPickerView](https://github.com/91renb/BRPickerView)|BRPickerView 封装的是iOS中常用的选择器组件,主要包括:日期选择器(支持年月日、年月等15种日期样式选择,支持设置星期、至今等)、地址选择器(支持省市区、省市、省三种地区选择)、自定义字符串选择器(支持单列、多列、二级联动、三级联动选择)。支持自定义主题样式,适配深色模式,支持将选择器组件添加到指定容器视图。|2.1k|Objective-C|10/09|
|23|[changsanjiang/SJVideoPlayer](https://github.com/changsanjiang/SJVideoPlayer)|iOS VideoPlayer MediaPlayer video player media player 短视频播放器 可接入 ijkplayer aliplayer alivodplayer plplayer|2.0k|Objective-C|09/13|
|24|[eseedo/iOSCourse](https://github.com/eseedo/iOSCourse)|iOS开发初学者入门|2.0k|Objective-C|04/25|
|25|[pili-engineering/PLPlayerKit](https://github.com/pili-engineering/PLPlayerKit)|PLPlayerKit 是七牛推出的一款免费的适用于 iOS 平台的播放器 SDK,采用全自研的跨平台播放内核,拥有丰富的功能和优异的性能,可高度定制化和二次开发。|2.0k|Objective-C|10/08|
|26|[nacker/LZEasemob3](https://github.com/nacker/LZEasemob3)|酷信   高仿微信  WeChat   高仿朋友圈   moments  Github上最牛逼的高仿微信项目没有之一|1.9k|Objective-C|08/30|
|27|[shaojiankui/SmartPush](https://github.com/shaojiankui/SmartPush)|SmartPush,一款iOS苹果远程推送测试程序,Mac OS下的APNS工具APP,iOS Push Notification Debug App|1.7k|Objective-C|09/17|
|28|[zekunyan/TTGTagCollectionView](https://github.com/zekunyan/TTGTagCollectionView)|Useful for showing text or custom view tags in a vertical or horizontal scrollable view and support Autolayout at the same time. It is highly customizable that most features of the text tag can be configured. 标签流显示控件,同时支持文字或自定义View|1.6k|Objective-C|08/11|
|29|[kingsic/SGQRCode](https://github.com/kingsic/SGQRCode)|The easy to use bar code and QR code scan library for iOS【支持二维码生成、从相册中读取二维码、条形码和二维码扫描】|1.6k|Objective-C|09/19|
|30|[huanxsd/LinkMap](https://github.com/huanxsd/LinkMap)|检查每个类占用空间大小工具|1.6k|Objective-C|07/29|
|31|[zhenglibao/FlexLib](https://github.com/zhenglibao/FlexLib)|FlexLib是一个基于flexbox模型,使用xml文件进行界面布局的框架,融合了web快速布局的能力,让iOS界面开发像写网页一样简单快速|1.5k|Objective-C|06/18|
|32|[kingsic/SGPagingView](https://github.com/kingsic/SGPagingView)|A powerful and easy to use segment view 【QQ、淘宝、微博、腾讯、网易新闻、今日头条等标题滚动视图】|1.5k|Objective-C|05/05|
|33|[didi/DiDiPrism](https://github.com/didi/DiDiPrism)|小桔棱镜,一款专注移动端操作行为的利器! A powerful tool (iOS & Android) that focuses on mobile operation behavior!|1.5k|Objective-C|10/10|
|34|[LeoMobileDeveloper/Blogs](https://github.com/LeoMobileDeveloper/Blogs)|一点心得 - iOS,Swift,React Native,Python...|1.4k|Objective-C|07/21|
|35|[huangzhibiao/BGFMDB](https://github.com/huangzhibiao/BGFMDB)|BGFMDB让数据的增删改查分别只需要一行代码即可,就是这么简单任性,本库几乎支持存储ios所有基本的自带数据类型.|1.4k|Objective-C|04/09|
|36|[netease-kit/NIM_iOS_UIKit](https://github.com/netease-kit/NIM_iOS_UIKit)|网易云信 iOS UI 组件,提供聊天界面,文本消息,图片消息,语音消息,视频消息,地理位置消息,自定义消息(阅后即焚)等消息示例。#推荐客户得比特币/京东卡,现在推荐使用网易云信,最低得0.02BTC或3000元京东卡/单,点击参与:https://yunxin.163.com/promotion/recommend|1.4k|Objective-C|08/06|
|37|[jezzmemo/JJException](https://github.com/jezzmemo/JJException)|Protect the objective-c application(保护App不闪退)|1.3k|Objective-C|09/28|
|38|[weidian-inc/hera](https://github.com/weidian-inc/hera)|A framework for running WeChat applet. (小程序 SDK,小程序转 H5,小程序转安卓、iOS 原生应用、小程序渲染引擎)|1.3k|Objective-C|05/05|
|39|[jpush/jpush-react-native](https://github.com/jpush/jpush-react-native)|JPush's officially supported React Native plugin (Android & iOS). 极光推送官方支持的 React Native 插件(Android & iOS)。|1.2k|Objective-C|08/11|
|40|[QuintGao/GKPageScrollView](https://github.com/QuintGao/GKPageScrollView)|iOS类似微博、抖音、网易云等个人详情页滑动嵌套效果|1.2k|Objective-C|09/27|
|41|[lixiang1994/LEEAlert](https://github.com/lixiang1994/LEEAlert)|优雅的可自定义 Alert ActionSheet|1.2k|Objective-C|09/03|
|42|[liangdahong/BMLongPressDragCellCollectionView](https://github.com/liangdahong/BMLongPressDragCellCollectionView)|🎉 🎉 🎉 🎉 🎉  让你轻松实现类似支付宝的拖拽重排功能, 支持各种自定义操作。|1.1k|Objective-C|05/26|
|43|[netyouli/WHC_DataModelFactory](https://github.com/netyouli/WHC_DataModelFactory)|Mac上iOS开发辅助工具,快速把json/xml数据转换生成对应模型类属性,省去麻烦手动创建,提高开发效率。Mac iOS development aid, quickly put the json/XML data transformation generates the corresponding model class attribute, save trouble created manually, improve the development efficiency.|1.1k|Objective-C|04/22|
|44|[SunshineBrother/JHBlog](https://github.com/SunshineBrother/JHBlog)|iOS开发:我的初级到中级的晋级之路|1.1k|Objective-C|07/30|
|45|[GGGHub/Reader](https://github.com/GGGHub/Reader)|iOS基于CoreText实现的电子书阅读器,支持txt,epub格式|1.1k|Objective-C|08/28|
|46|[yongyuandouneng/YNPageViewController](https://github.com/yongyuandouneng/YNPageViewController)|特斯拉组件、QQ联系人布局、多页面嵌套滚动、悬停效果、美团、淘宝、京东、微博、腾讯新闻、网易新闻、今日头条等标题滚动视图|1.1k|Objective-C|05/21|
|47|[DKJone/DKWechatHelper](https://github.com/DKJone/DKWechatHelper)|不止于抢红包,功能丰富的微信插件。|1.1k|Objective-C|09/18|
|48|[ChenYilong/iOSBlog](https://github.com/ChenYilong/iOSBlog)| 微博@iOS程序犭袁 的blog|1.1k|Objective-C|09/14|
|49|[BigShow1949/BigShow1949](https://github.com/BigShow1949/BigShow1949)|iOS教学/各类知识点总结:运行时/贝塞尔曲线/水纹/粒子发射器/核心动画/渐变色/网络请求/按钮/标签/视图布局/视图效果/文字视图/表情键盘/旋转动画/2048/网易/微信/猿题库/阿里巴巴/设计模式/数据持久化/多次点击按钮/微信注册按钮/展开按钮/跑马灯/闪烁文字/球形滚动标签/自动布局标签/快播动态标签/水平滚动布局/瀑布流布局/浏览卡/半圆布局/滑动标题/抽卡效果/百度视图切换/领英动画/折卡效果/卡牌拖动翻页/滚动悬浮视图/侧滑形变效果/评分条/打印机特效/Masonry/生命周期/响应者链条/引导页/通知中心/抖动密码框/余额宝数字跳动/UIDynamic/碰撞行为/捕捉行为/ ...|1.1k|Objective-C|05/23|
|50|[CoderMikeHe/WeChat](https://github.com/CoderMikeHe/WeChat)|🔥 iOS 利用MVVM + RAC + ViewModel-Based Navigation来搭建微信(WeChat 7.0.0+)的整体基本架构,以及实现微信朋友圈、通讯录、下拉小程序、搜索等主要功能,代码规范惊为天人、注释详解令人发指、细节处理精益求精、核心功能配备文档、接近98%还原度的原生App视觉体验,代码不多,注释多。(持续更新,敬请期待,欢迎Star和Fork…)|970|Objective-C|04/16|
|51|[czl0325/ZLCollectionView](https://github.com/czl0325/ZLCollectionView)|为应对类似淘宝首页,京东首页,国美首页等复杂布局而写的Collectionview。基于UICollectionView实现,目前支持标签布局,列布局,百分比布局,定位布局,填充式布局,瀑布流布局等。支持纵向布局和横向布局,可以根据不同的section设置不同的布局,支持拖动cell,头部悬浮,设置section背景色和自定义section背景view,向自定义背景view传递自定义方法。实现了电影选座等高难度的布局。|924|Objective-C|07/12|
|52|[wildfirechat/ios-chat](https://github.com/wildfirechat/ios-chat)|开源的即时通讯(野火IM)系统|921|Objective-C|10/09|
|53|[QuintGao/GKPhotoBrowser](https://github.com/QuintGao/GKPhotoBrowser)|iOS仿微信、今日头条等图片浏览器|917|Objective-C|08/05|
|54|[didi/echo](https://github.com/didi/echo)|Echo是一款桌面端调试工具,旨在提高客户端的研发调试效率|913|Objective-C|09/27|
|55|[svga/SVGAPlayer-iOS](https://github.com/svga/SVGAPlayer-iOS)|Similar to Lottie. Render After Effects / Animate CC (Flash) animations natively on Android and iOS, Web.  使用 SVGAPlayer 在 Android、iOS、Web中播放 After Effects / Animate CC (Flash) 动画。|871|Objective-C|07/06|
|56|[kayanouriko/E-HentaiViewer](https://github.com/kayanouriko/E-HentaiViewer)|一个E-Hentai的iOS端阅读器|868|Objective-C|04/01|
|57|[netyouli/WHC_AutoLayoutKit](https://github.com/netyouli/WHC_AutoLayoutKit)|iOS and Mac OS X platforms currently in use the fastest the simplest development to build the UI layout automatically open source library, strong dynamic layout constraint handling capacity,iOS/Mac OS X平台上使用简单动态布局约束处理能力|865|Objective-C|04/13|
|58|[HeathWang/HWPanModal](https://github.com/HeathWang/HWPanModal)|HWPanModal presents controller from bottom and drag to dismiss, high customize. iOS13 default modalPresentationStyle. 任意形式的底部弹框动画;头条、知乎、抖音弹出评论效果;地图浮层,iOS13 present默认模态效果。|844|Objective-C|08/25|
|59|[CRAnimation/CRBoxInputView](https://github.com/CRAnimation/CRBoxInputView)|Verify code input view. Support security type for password.短信验证码输入框,支持密文模式|817|Objective-C|08/27|
|60|[dingding3w/DHGuidePageHUD](https://github.com/dingding3w/DHGuidePageHUD)|一键合成APP引导页,包含不同状态下的引导页操作方式,同时支持动态图片引导页和静态图片引导页;|803|Objective-C|09/20|
|61|[wwmz/WMZDialog](https://github.com/wwmz/WMZDialog)|功能最多样式最多的弹窗,支持普通/底部/日期/地区/日历/选择/编辑/分享/菜单/自定义弹窗等,支持多种动画,链式编程调用(Pop-up windows with the most functions and styles, support normal/bottom/date/region/calendar/select/edit/share/menu/custom pop-up windows, etc., support multiple animations, chain programming calls)|799|Objective-C|10/08|
|62|[lixiang1994/LEETheme](https://github.com/lixiang1994/LEETheme)|优雅的主题管理库- 一行代码完成多样式切换|781|Objective-C|07/28|
|63|[yiplee/YPNavigationBarTransition](https://github.com/yiplee/YPNavigationBarTransition)|A Full functional UINavigationBar framework for making bar transition more natural! You don't need to call any UINavigationBar api, implementing YPNavigationBarConfigureStyle protocol for your view controller instead.                (类似微信 iOS Navigation Bar 的切换方案)|752|Objective-C|05/19|
|64|[huangfangyi/YiChat](https://github.com/huangfangyi/YiChat)|YiChat-基于tigase的独立IM系统|732|Objective-C|06/26|
|65|[lifution/Popover](https://github.com/lifution/Popover)|一款优雅易用的类似QQ和微信消息页面的右上角微型菜单弹窗|731|Objective-C|07/27|
|66|[MarcWeigert/GGCharts](https://github.com/MarcWeigert/GGCharts)|可以高度自定义的图表框架。柱状图、折线图、雷达图、饼图、K线图、分时图。|730|Objective-C|08/20|
|67|[jpush/jpush-flutter-plugin](https://github.com/jpush/jpush-flutter-plugin)|JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。|720|Objective-C|07/29|
|68|[QuintGao/GKNavigationBarViewController](https://github.com/QuintGao/GKNavigationBarViewController)|iOS自定义导航栏-导航栏联动|697|Objective-C|09/02|
|69|[12207480/LovePlayNews](https://github.com/12207480/LovePlayNews)|LovePlayNews精仿爱玩iOS app,使用AsyncDisplayKit提高UI流畅性,项目结构及代码清晰明了|666|Objective-C|06/24|
|70|[Rogue24/JPImageresizerView](https://github.com/Rogue24/JPImageresizerView)|一个专门裁剪图片、GIF、视频的轮子😋 简单易用、功能丰富☕️(高自由度的参数设定、支持旋转和镜像翻转、蒙版、压缩等),能满足绝大部分裁剪的需求。|616|Objective-C|09/26|
|71|[netyouli/WHC_ModelSqliteKit](https://github.com/netyouli/WHC_ModelSqliteKit)|专业的ORM数据库操作开源库,线程安全,高性能模型对象存储Sqlite开源库,真正实现一行代码操作数据库,让数据库存储变得简单 Professional database storage solutions, thread safe, high-performance model object storage Sqlite open source library, realize one line of code database operation, simple database storage|605|Objective-C|04/13|
|72|[520coding/confuse](https://github.com/520coding/confuse)|iOS混淆加固差异化翻新加密工具,模拟人工手动混淆,识别上下文 ,支持继承链、类型识别、方法多参等复杂高级混淆。source-to-source obfuscation of iOS projects,Xcode's refactor->rename. 告别插入毫无关联的垃圾代码、弃用无脑单词随机拼接替换,模拟正常开发,一款最好的混淆最彻底的Mac App Tools。支持OC(Objc、Objective-C)、C、C++(Cocos2d-x、Cocos2dx和Lua游戏开发)、Swift、C#(Unity)混淆,可用于ios马甲包游戏SDK混淆,减少账号调查过机审上架过包过审4.3、2.3 ...|603|Objective-C|10/06|
|73|[wwmz/WMZDropDownMenu](https://github.com/wwmz/WMZDropDownMenu)|🌹一个能几乎实现所有App各种类型筛选菜单的控件,可悬浮,目前已实现闲鱼/美团/Boss直聘/京东/饿了么/淘宝/拼多多/赶集网/美图外卖等等的筛选菜单,可以自由调用代理实现自己想组装的筛选功能和UI,且控件的生命周期自动管理,悬浮自动管理🌹(A control that can implement almost all types of filtering menus of all apps)|588|Objective-C|05/19|
|74|[AllLuckly/LBLaunchImageAd](https://github.com/AllLuckly/LBLaunchImageAd)|iOS开发轻量级启动广告,动态获取网络启动图片,具有渐变的启动动画,支持半屏和全屏,类似百度ssp广告和广点通的广告。支持广告点击等,集成非常的方便。欢迎使用,好用请star|567|Objective-C|09/09|
|75|[ihoudf/DFPlayer](https://github.com/ihoudf/DFPlayer)|(demo中网络音频链接已失效,服务器停了,可先查看本地音频)简单灵活的iOS音频播放组件。基于AVPlayer,支持本地和远程音频播放,具有缓存、耳机线控、锁屏和控制中心信息展示、单曲顺序随机播放、倍速播放、歌词同步等音频播放器功能,DFPlayer封装了缓冲条、进度条、播放暂停按钮、下一首按钮、上一首按钮、播放模式按钮、歌词同步的tableview等UI控件,一行代码布局即可实现相应功能。|559|Objective-C|04/12|
|76|[anyrtcIO-Community/anyRTC-RTMPC-iOS](https://github.com/anyrtcIO-Community/anyRTC-RTMPC-iOS)|基于RTMP和RTC混合引擎的视频连麦互动直播|534|Objective-C|09/07|
|77|[pili-engineering/PLMediaStreamingKit](https://github.com/pili-engineering/PLMediaStreamingKit)|PLMediaStreamingKit 是七牛推出的一款适用于 iOS 平台的推流 SDK,支持 RTMP 推流,h.264 和 AAC 编码,硬编、软编支持。具有丰富的数据和状态回调,方便用户根据自己的业务定制化开发。具有直播场景下的重要功能,如:美颜、背景音乐、水印等功能。|533|Objective-C|09/27|
|78|[OpenFlutter/tobias](https://github.com/OpenFlutter/tobias)|AliPay For Flutter.支付宝Flutter插件|517|Objective-C|08/12|
|79|[2621532542/iOS_NQConfuseTool](https://github.com/2621532542/iOS_NQConfuseTool)|iOS代码混淆(iOS_NQConfuseTool)是一款运行在MACOS平台的App、完美支持OC和Swift项目代码的自动混淆、支持、文件名、修改资源文件、类名、方法名、属性名、添加混淆函数方法体、添加混淆属性、自动调用生成的混淆代码,功能强大而稳定,全局自动化,安全加固。马甲包混淆工具,最重要的是完全免费。(随机单词拼接)|508|Objective-C|09/13|
|80|[wwmz/WMZPageController](https://github.com/wwmz/WMZPageController)|分页控制器,替换UIPageController方案,具备完整的生命周期,多种指示器样式,多种标题样式,可悬浮,支持ios13暗黑模式(仿优酷,爱奇艺,今日头条,简书,京东等多种标题菜单) (Pagination controller with full life cycle, multiple indicator styles, multiple title styles)|506|Objective-C|08/16|
|81|[g0v/moedict-webkit](https://github.com/g0v/moedict-webkit)|萌典網站|493|Objective-C|10/06|
|82|[sensorsdata/sa-sdk-ios](https://github.com/sensorsdata/sa-sdk-ios)|神策数据官方 iOS 埋点 SDK,是一款轻量级用于 iOS 端的数据采集埋点 SDK。神策分析 iOS SDK 不仅有代码埋点功能,还通过使用运行时机制(Runtime)中的相关技术实现 iOS 端的全埋点(无埋点、无码埋点、无痕埋点、自动埋点)、点击图、可视化全埋点。|491|Objective-C|09/26|
|83|[spicyShrimp/UINavigation-SXFixSpace](https://github.com/spicyShrimp/UINavigation-SXFixSpace)|导航栏按钮位置偏移的解决方案,兼容iOS7~iOS15,可自定义间距|468|Objective-C|04/23|
|84|[czhen09/ESJsonFormatForMac](https://github.com/czhen09/ESJsonFormatForMac)|软件化ESJsonFormat插件,脱离Xcode环境运行;|464|Objective-C|07/04|
|85|[MxABC/DevDataTool](https://github.com/MxABC/DevDataTool)|编码转换、摘要(hash)、加解密(MD5、SHA1、SHA256、SHA3、SM3、HMAC、DES、3DES、AES、SM4)|461|Objective-C|07/13|
|86|[wuba/WBBlades](https://github.com/wuba/WBBlades)|基于mach-o解析技术的包大小占比分析、Objective-C & Swift无用代码(冗余类)检测、无符号表时的日志符号化 (Based on mach-o technology, unused code (unused class) detection tool, crash log symbolization tool, and app size analysis tool.)|448|Objective-C|07/30|
|87|[MobClub/ShareSDK-for-iOS](https://github.com/MobClub/ShareSDK-for-iOS)|快捷好用的社会化分享组件 Convenient SDK for SNS Share Feature|439|Objective-C|08/23|
|88|[QuintGao/GKDYVideo](https://github.com/QuintGao/GKDYVideo)|iOS仿抖音短视频|438|Objective-C|05/02|
|89|[yangyangFeng/TTPatch](https://github.com/yangyangFeng/TTPatch)|热修复、热更新、JS代码动态下发、动态创建类|423|Objective-C|08/04|
|90|[pili-engineering/PLShortVideoKit](https://github.com/pili-engineering/PLShortVideoKit)|PLShortVideoKit 是七牛推出的一款适用于 iOS 平台的短视频 SDK,提供了包括美颜、滤镜、水印、断点录制、分段回删、视频编辑、混音特效、视频剪辑、本地转码、视频上传在内的多种功能,支持高度定制以及二次开发。|421|Objective-C|06/28|
|91|[LGCooci/KCiOSGrocery](https://github.com/LGCooci/KCiOSGrocery)|iOS开发杂货铺: 面试题+考试试卷+懒人开发tips|412|Objective-C|10/10|
|92|[mayan29/TreeTableView](https://github.com/mayan29/TreeTableView)|iOS 树状列表控件,可单选多选、展开折叠、节点查询等,灵活性高,可自定义样式。|408|Objective-C|04/23|
|93|[MxABC/LBXPermission](https://github.com/MxABC/LBXPermission)|iOS常用权限请求判断|408|Objective-C|04/27|
|94|[liangdahong/UITableViewDynamicLayoutCacheHeight](https://github.com/liangdahong/UITableViewDynamicLayoutCacheHeight)|🖖高性能的自动计算采用 Autolayout 布局的 UITableViewCell 和 UITableViewHeaderFooterView 的高度,内部自动管理高度缓存。|387|Objective-C|08/08|
|95|[04zhujunjie/ZJJTimeCountDown](https://github.com/04zhujunjie/ZJJTimeCountDown)|iOS倒计时,验证码倒计时,秒杀倒计时,支持cell中的多个倒计时,支持自定义,样式多,支持时间差设置|386|Objective-C|05/05|
|96|[sealtalk/sealtalk-ios](https://github.com/sealtalk/sealtalk-ios)|iOS App of SealTalk powered by RongCloud. 基于融云开发的 iOS 版即时通讯(IM)应用程序 - 嗨豹。|364|Objective-C|10/09|
|97|[donggelaile/HDCollectionView](https://github.com/donggelaile/HDCollectionView)|An efficient and flexible listView (data driven). Based on Flexbox, it supports floating, waterfall, decorative view, horizontal sliding, segmented layout, and various alignments. Support diff refresh, animation update UI  /  数据驱动(data driven)的高效灵活列表。基于Flexbox,支持 悬浮、瀑布流、装饰view、横向滑动、分段布局、各种对齐方式。支持链式语 ...|362|Objective-C|06/29|
|98|[BinBear/breadtrip-ReactiveCocoa-MVVM-](https://github.com/BinBear/breadtrip-ReactiveCocoa-MVVM-)|仿面包旅行,ReactiveCocoa+MVVM|352|Objective-C|08/26|
|99|[zhu410289616/RHSocketKit](https://github.com/zhu410289616/RHSocketKit)|socket网络通信框架 - qq: 410289616  -  qq群2: 371293816  qq群3: 231199626|346|Objective-C|06/27|
|100|[pro648/BasicDemos-iOS](https://github.com/pro648/BasicDemos-iOS)|iOS学习进程中的demo汇总|341|Objective-C|10/10|
|101|[wjd-jax/WJDStudyLibrary](https://github.com/wjd-jax/WJDStudyLibrary)|这是一个大工程,里边包含了项目中常用模块的封装,我的简书地址:|337|Objective-C|08/23|
|102|[Jonhory/LiveSendGift](https://github.com/Jonhory/LiveSendGift)|直播发送弹幕效果|337|Objective-C|07/12|
|103|[vvusu/LNRefresh](https://github.com/vvusu/LNRefresh)|轻量级下拉刷新控件,各种动画集合(京东,天猫,淘宝,考拉海购,美团,今日头条,飞猪)|334|Objective-C|06/16|
|104|[mengxianliang/XLPageViewController](https://github.com/mengxianliang/XLPageViewController)|一个开放、高度可定制化的分页视图控制器|333|Objective-C|10/04|
|105|[dgynfi/WeChat_tweak](https://github.com/dgynfi/WeChat_tweak)|♨️ iOS版功能最全的微信插件,支持最新版微信,具备自动抢红包,屏蔽消息和群消息,过滤特定的群聊,防止撤回消息,伪定位 (朋友圈和附近的人),修改微信运动步数和实时取景做聊天页的背景等功能。|330|Objective-C|04/29|
|106|[FantasticLBP/Hotels](https://github.com/FantasticLBP/Hotels)|酒店预订App|330|Objective-C|09/30|
|107|[LuKane/KNPhotoBrowser](https://github.com/LuKane/KNPhotoBrowser)|图片浏览器(本地和网络) ,视频浏览器 (本地和网络), 无耦合性,自定义控件,资源路径保存和获取,  完美适配 iPhone 以及 iPad ,屏幕旋转功能.|327|Objective-C|08/21|
|108|[xrtc-cc/xrtc](https://github.com/xrtc-cc/xrtc)|XRTC:融合RTC解决方案:封装声网Agora、华为云hrtc、腾讯云trtc及网易云信rtc,支持动态切换和定制,iOS、Android、Web极简集成WebRTC。|326|Objective-C|09/27|
|109|[huangxuan518/HXTagsView](https://github.com/huangxuan518/HXTagsView)|HXTagsView是一款支持自动布局的标签tag 演示地址:https://appetize.io/app/f9a5kn2tnfe0kade2zy7g2mja|314|Objective-C|09/10|
|110|[xuuhan/HXCharts](https://github.com/xuuhan/HXCharts)|📊 Chart for iOS 仪表盘、柱状图、圆形图、折线图、环形图|306|Objective-C|07/26|
|111|[netyouli/WHC_KeyboardManager](https://github.com/netyouli/WHC_KeyboardManager)|IOS lightweight keyboard manager, use simple and powerful, the keyboard will never block input controls. iOS轻量级的键盘管理器,使用简单功能强大,键盘再也不会挡住输入控件|305|Objective-C|04/19|
|112|[wwmz/WMZBanner](https://github.com/wwmz/WMZBanner)|最好用的轻量级轮播图+卡片样式+自定义样式,链式编程语法(可实现各种样式的轮播图,大多需要的功能都有)(The best lightweight carousel + card style + custom style, chain programming syntax)|302|Objective-C|04/22|
|113|[jiaxiaogang/he4o](https://github.com/jiaxiaogang/he4o)|HE —— “信息熵减机系统”|295|Objective-C|10/11|
|114|[MJCIOS/MJCSegmentInterface](https://github.com/MJCIOS/MJCSegmentInterface)|一款类似百思不得姐,今日头条,腾讯新闻等app的分段界面功能的,分段界面框架|284|Objective-C|07/30|
|115|[puti94/react-native-puti-pay](https://github.com/puti94/react-native-puti-pay)|基于 React Native 的微信支付,支付宝支付插件|279|Objective-C|09/14|
|116|[SmileZXLee/ZXNavigationBar](https://github.com/SmileZXLee/ZXNavigationBar)|灵活轻量的自定义导航栏,导航栏属于控制器view,支持导航栏联动,一行代码实现【导航栏背景图片设置、导航栏渐变、折叠、修改Item大小和边距、自定义导航栏高度、全屏手势返回、pop拦截、仿系统导航栏历史堆栈】等各种效果|278|Objective-C|08/03|
|117|[changsanjiang/SJFullscreenPopGesture](https://github.com/changsanjiang/SJFullscreenPopGesture)|Fullscreen pop gesture. OC&Swift. It is very suitable for the application of the video player. Support `cocoapods`.  只需`pod`即可自带全屏返回手势. 支持pod. 支持OC&Swift.|272|Objective-C|08/05|
|118|[ripperhe/Debugo](https://github.com/ripperhe/Debugo)|一个可能有点用的 iOS 调试工具~|269|Objective-C|06/04|
|119|[Faceunity/FULiveDemo](https://github.com/Faceunity/FULiveDemo)|Faceunity 面部跟踪和虚拟道具 SDK 在 iOS 平台中的集成 Demo|257|Objective-C|07/26|
|120|[netyouli/WHC_Model](https://github.com/netyouli/WHC_Model)|iOS平台高效转换引擎json->model,model->json,model->Dictionary,支持模型类继承其他模型类,支持指定路径转换,不区分json的key和模型属性名称大小写,自动处理json中null|248|Objective-C|04/13|
|121|[LINGLemon/LXFAVFoundation](https://github.com/LINGLemon/LXFAVFoundation)|2021已更新最新iOS API。这是一个模仿iOS微信拍照,录像,保存照片或视频到自己本地自定义app相册里面的demo,具有快速简易接入项目的接口。并通过 AVAssetWriter 实现高分辨率录制视频,生成低体积的视频文件|246|Objective-C|05/11|
|122|[yangKJ/KJBannerViewDemo](https://github.com/yangKJ/KJBannerViewDemo)|🏂 🏂 🏂 轮播图无限自动循环滚动、缩放布局、缓存预加载读取、支持自定义继承,网络GIF和网图混合轮播,支持Storyboard和Xib中创建并配置属性,多种分页控件选择,自动清理缓存等等|243|Objective-C|09/28|
|123|[tangtiancheng/DouYinComment](https://github.com/tangtiancheng/DouYinComment)|1.抖音视频评论手势拖拽效果  2.抖音视频播放, 边下边播, 预加载, TikTok 3.铃声多多,上传铃声音频到库乐队(GarageBand) 4.微博主页、简书主页等。多页面嵌套列表分页滚动,上下滑动,左右滑动切换页面。类似TableView共用HeaderView悬浮,仿头条标签编辑,铃声多多音乐播放界面(豆瓣电影主页)。|241|Objective-C|08/16|
|124|[QuintGao/GKNavigationBar](https://github.com/QuintGao/GKNavigationBar)|GKNavigationBarViewController的分类实现方式,耦合度底,使用更加便捷|236|Objective-C|09/09|
|125|[lincf0912/LFImagePickerController](https://github.com/lincf0912/LFImagePickerController)|一个支持多选图片和视频的图片选择器,同时有预览、编辑功能|220|Objective-C|06/24|
|126|[shixueqian/PrintBeautifulLog](https://github.com/shixueqian/PrintBeautifulLog)|将字典(NSDictionary)和数组(NSArray)打印的Log显示为Json格式。直接将分类拖入到工程即可使用。|216|Objective-C|09/22|
|127|[seniverse/seniverse-api-demos](https://github.com/seniverse/seniverse-api-demos)|心知天气 API 产品使用调用示例|209|Objective-C|04/22|
|128|[Suzhibin/ZBNetworking](https://github.com/Suzhibin/ZBNetworking)| AFNetworking4.X封装  GET/POST /PUT/PATCH /DELETE / UPLOAD /DOWNLOAD 网络请求 添加了请求缓存,断点下载,显示缓存大小,删除缓存,取消当前请求等功能|203|Objective-C|07/13|
|129|[Zws-China/startMovie](https://github.com/Zws-China/startMovie)|启动视频  APP第一次启动播放视频欢迎  启动页|202|Objective-C|10/08|
|130|[honeycao/ACMediaFrame](https://github.com/honeycao/ACMediaFrame)|一个完整的媒体库选择和展示的框架。包括本地图片、视频选取,拍摄、录像等,并得到对应的用于上传的数据类型,再也不用担心媒体文件上传了|202|Objective-C|04/21|
|131|[finogeeks/finclip-ios-demo](https://github.com/finogeeks/finclip-ios-demo)|FinClip 苹果运行环境,让小程序在苹果应用中无缝运行  / iOS DEMO for FinClip|196|Objective-C|09/22|
|132|[muzipiao/GMObjC](https://github.com/muzipiao/GMObjC)|SM2/SM3/SM4/ECDH library based on OpenSSL.(基于 OpenSSL 对国密 SM2/SM3/SM4/ECDH 算法的 OC 封装 )|195|Objective-C|10/09|
|133|[GPPG/GPHandMade](https://github.com/GPPG/GPHandMade)|初始化|194|Objective-C|07/18|
|134|[Baymax0/BMChineseSort](https://github.com/Baymax0/BMChineseSort)|BMChineseSort是一个为模型、字典、字符串数组根据特定中文属性基于tableview分组优化的工具类,基于异步、多线程降低排序时间。|188|Objective-C|04/05|
|135|[QuintGao/GKCover](https://github.com/QuintGao/GKCover)|GKCover-一行代码实现遮罩视图,让你的弹窗更easy|183|Objective-C|09/01|
|136|[FoneG/FGPopupScheduler](https://github.com/FoneG/FGPopupScheduler)|     iOS弹窗调用器,控制弹窗按照指定的策略进行显示。Helps you control popups easily.     |168|Objective-C|09/15|
|137|[SmileZXLee/OpenDingTalkHelperForiOS](https://github.com/SmileZXLee/OpenDingTalkHelperForiOS)|iOS钉钉定时打卡助手【需要把备用机放在公司,完美避开钉钉虚拟定位检测,截止2021年5月依然可用】|165|Objective-C|05/26|
|138|[mengxianliang/XLImageViewer](https://github.com/mengxianliang/XLImageViewer)|iOS 仿照今日头条的图片浏览工具。|162|Objective-C|09/08|
|139|[leancloud/leancloud-social-ios](https://github.com/leancloud/leancloud-social-ios)|LeanCloud 社交登录组件,轻松加入 QQ、微博、微信登录|162|Objective-C|06/09|
|140|[jinht/DocViewer](https://github.com/jinht/DocViewer)|文档/文件查看器(支持本地或者其他app分享过来的word、excel、pdf、rtf等格式文件)|158|Objective-C|04/29|
|141|[leancloud/LeanStorageDemo-iOS](https://github.com/leancloud/LeanStorageDemo-iOS)|基于 iOS SDK,全面示例了 LeanCloud 的存储功能。|158|Objective-C|06/23|
|142|[Resory/RYCuteView](https://github.com/Resory/RYCuteView)|🍮 用UIBezierPath实现果冻效果|152|Objective-C|09/17|
|143|[boai/BAButton](https://github.com/boai/BAButton)|自定义button|148|Objective-C|04/29|
|144|[react-native-studio/react-native-MJRefresh](https://github.com/react-native-studio/react-native-MJRefresh)|基于ios MJRefresh https://github.com/CoderMJLee/MJRefresh 开发的插件,可提供自定义的弹性刷新|147|Objective-C|09/21|
|145|[wayone/Indicator](https://github.com/wayone/Indicator)|仪表盘 / 指示器 / 温度计 / 湿度计 / Indicator /  Dashboard|145|Objective-C|06/30|
|146|[Soldoros/SSChat](https://github.com/Soldoros/SSChat)|社交网络|145|Objective-C|10/04|
|147|[h-js/KLine](https://github.com/h-js/KLine)|高仿火币K线图 实现OC Swift Flutter 三个版本|144|Objective-C|05/05|
|148|[Hurdery/jfc](https://github.com/Hurdery/jfc)|Mac端基金管理查看平台|143|Objective-C|09/06|
|149|[remember17/WHDebugTool](https://github.com/remember17/WHDebugTool)|🔨简单的调试小工具|141|Objective-C|09/03|
|150|[tencentyun/httpdns-ios-sdk](https://github.com/tencentyun/httpdns-ios-sdk)|智营防劫持SDK|139|Objective-C|08/13|
|151|[DmcSDK/cordova-plugin-mediaPicker](https://github.com/DmcSDK/cordova-plugin-mediaPicker)|cordova android ios mediaPicker support  selection of multiple image and video gif   cordova android 和 ios  图片视频选择cordova插件,支持多图 视频 gif,ui类似微信|138|Objective-C|07/06|
|152|[BAHome/BAPickView](https://github.com/BAHome/BAPickView)|自定义 pickView,多种自定义样式!git 最全的日期选择器!|138|Objective-C|04/13|
|153|[GetuiLaboratory/react-native-getui](https://github.com/GetuiLaboratory/react-native-getui)|个推官方提供的推送SDK React Native 插件(支持 Android & iOS)|137|Objective-C|10/08|
|154|[rztime/RZRichTextView](https://github.com/rztime/RZRichTextView)|iOS 原生UITextView 富文本编辑器|133|Objective-C|08/02|
|155|[changsanjiang/SJMediaCacheServer](https://github.com/changsanjiang/SJMediaCacheServer)|A HTTP Media Caching Framework. It can cache FILE or HLS media. 音视频边播边缓存框架, 支持 HLS(m3u8) 和 FILE(mp4, mp3等).|133|Objective-C|09/29|
|156|[debugly/FFmpegTutorial](https://github.com/debugly/FFmpegTutorial)|MoviePlayer which based on FFmpeg step by step tutorials for iOS/macOS developer. (使用 FFMpeg 封装播放器系列教程,适合零基础的 iOS/macOS 开发者学习)|133|Objective-C|09/26|
|157|[hackxhj/EllipsePageControl](https://github.com/hackxhj/EllipsePageControl)|椭圆形 长方形 PageControl 轮播图点|132|Objective-C|09/02|
|158|[SunriseOYR/ORCharts](https://github.com/SunriseOYR/ORCharts)|饼状图、环形图、扇形图、曲线图、折线图|130|Objective-C|04/23|
|159|[CodeisSunShine/GAPlayer](https://github.com/CodeisSunShine/GAPlayer)|1.播放器内核为IJKPlayer和AVPlayer(一句代码切换内核) 2.支持M3U8/MP3/MP4等格式本地/在线播放 3.支持片头/片尾广告 3.支持清晰度切换 4.音量/亮度控制 5.支持倍速/横竖屏 6.支持后台播放 7.支持M3U8/MP3/MP4/HTML等格式文件下载 8.支持批量下载 9.下载进度/下载速度  10.支持m3u8加密视频的下载和播放|130|Objective-C|04/27|
|160|[wwmz/WMZTreeView](https://github.com/wwmz/WMZTreeView)|类似前端elementUI的树形控件,可自定义节点内容,支持无限极节点,可拖拽增删节点等等,非递归实现|128|Objective-C|04/22|
|161|[RITL/RITLPhotos](https://github.com/RITL/RITLPhotos)|一个基于Photos.framework的图片多选,模仿微信,还有很多不足,正在改进和优化|126|Objective-C|09/07|
|162|[hhjjj1010/cordova-plugin-alipay-v2](https://github.com/hhjjj1010/cordova-plugin-alipay-v2)|支付宝《APP支付》cordova插件|125|Objective-C|04/24|
|163|[kevindcw/DNebula](https://github.com/kevindcw/DNebula)|模仿SOUL布局,写的一个笔记类应用|125|Objective-C|10/08|
|164|[rabbitmouse/ZQSearchController](https://github.com/rabbitmouse/ZQSearchController)|Search,SearchBar,  仿《饿了么》搜索栏。自定义搜索结果界面。搜索主页、模糊匹配、结果界面之间的状态切换。支持搜索历史和热门设置|123|Objective-C|06/02|
|165|[ZZZZou/AwemeLike](https://github.com/ZZZZou/AwemeLike)|仿照抖音的特效相机,实现美颜、2D贴图、分屏、转场等|122|Objective-C|06/26|
|166|[iotjin/JhForm](https://github.com/iotjin/JhForm)|JhForm - 自定义表单工具,更加简单,快捷的创建表单、设置页面|121|Objective-C|07/02|
|167|[NervJS/taro-native-shell](https://github.com/NervJS/taro-native-shell)|Taro 原生 React Native 壳子|121|Objective-C|10/09|
|168|[fanbaoying/FBYBankCardRecognition-iOS](https://github.com/fanbaoying/FBYBankCardRecognition-iOS)|可快速高效对银行卡进行识别,可识别卡号是平的和凹凸的银行卡,烦请点个Star!|117|Objective-C|09/03|
|169|[jiaxiaogang/HELIX_THEORY](https://github.com/jiaxiaogang/HELIX_THEORY)|theory of helix—— “熵减机理论(可用来构建信息熵减机、及自然演化熵减机系统等)”|117|Objective-C|10/11|
|170|[biyuhuaping/UISearchControllerDemo](https://github.com/biyuhuaping/UISearchControllerDemo)|按照微信的搜索框自己写了一个UISearchControllerDemo,WeChatSearchController|117|Objective-C|04/29|
|171|[kingjiajie/JJCollectionViewRoundFlowLayout](https://github.com/kingjiajie/JJCollectionViewRoundFlowLayout)|JJCollectionViewRoundFlowLayout可设置CollectionView的BackgroundColor、Cell的对齐方式,可跟据用户Cell个数计算背景图尺寸,可自定义是否包括计算CollectionViewHeaderView、CollectionViewFootererView或只计算Cells。设置简单,可自定义背景颜色偏移,设置显示方向(竖向、横向)显示,不同Section设置不同的背景颜色,设置Cell的对齐方式,支持左对齐,右对齐,居中。|113|Objective-C|09/12|
|172|[Meiqia/MeiqiaSDK-iOS](https://github.com/Meiqia/MeiqiaSDK-iOS)|美洽 iOS SDK 3.7.5 面向开发者的 Demo。|112|Objective-C|09/08|
|173|[umeng/MultiFunctioniOSDemo](https://github.com/umeng/MultiFunctioniOSDemo)|友盟多功能iOS Demo|111|Objective-C|09/26|
|174|[GaoGuohao/GGWkCookie](https://github.com/GaoGuohao/GGWkCookie)|帮助 WKWebView 管理 cookie|111|Objective-C|04/19|
|175|[fanbaoying/FBYIDCardRecognition-iOS](https://github.com/fanbaoying/FBYIDCardRecognition-iOS)|可快速高效对身份证进行识别,可识别头像面(姓名、性别、民族、住址、身份证号码) 和 国徽面(签发机关、有效期),烦请点个Star!|110|Objective-C|09/03|
|176|[DevDragonLi/ProtocolServiceKit](https://github.com/DevDragonLi/ProtocolServiceKit)|iOS组件通信中间件(Protocol Service),Adapter Swift/Objective-C|109|Objective-C|08/16|
|177|[internetWei/LLDynamicLaunchScreen](https://github.com/internetWei/LLDynamicLaunchScreen)|自动修复iPhone启动图显示异常,1行代码动态修改启动图|108|Objective-C|07/04|
|178|[FighterLightning/ZHFJDAddressOC](https://github.com/FighterLightning/ZHFJDAddressOC)|OC 仿京东地址选择器,京东地址选择器(网络,本地数据。三级、四级、保证成功集成)|108|Objective-C|05/17|
|179|[QuintGao/GKCycleScrollView](https://github.com/QuintGao/GKCycleScrollView)|一个轻量级的自定义轮播图组件|107|Objective-C|06/01|
|180|[youngsoft/YSBlockHook](https://github.com/youngsoft/YSBlockHook)|A runtime block hook mechanism(一个运行时的 block hook 机制)。|106|Objective-C|04/07|
|181|[zhiyongzou/DynamicOC](https://github.com/zhiyongzou/DynamicOC)|深入理解 iOS 热修复原理|105|Objective-C|06/13|
|182|[tianya2416/GKiOSApp](https://github.com/tianya2416/GKiOSApp)|项目,新闻、视频、壁纸。主要功能有:开机启动图、图片壁纸、新闻(仿头条新闻、搜索框)、视频、短视频、视频播放|104|Objective-C|05/10|
|183|[Maxwin-z/xsmth-newsmth](https://github.com/Maxwin-z/xsmth-newsmth)|水木社区第三方客户端|101|Objective-C|10/06|
|184|[muzipiao/LFPhoneInfo](https://github.com/muzipiao/LFPhoneInfo)|iOS 快速获取硬件信息。|99|Objective-C|10/09|
|185|[PaddlePaddle/LiteKit](https://github.com/PaddlePaddle/LiteKit)|Off-The-Shelf AI Development Kit for APP Developers based on Paddle Lite (『飞桨』移动端开箱即用AI套件, 包含Java & Objective C接口支持)|98|Objective-C|06/25|
|186|[uiwjs/react-native-alipay](https://github.com/uiwjs/react-native-alipay)|基于 React Native 的宝支付包,已更新到最新的支付宝 SDK 版本,支持Android/iOS。|95|Objective-C|07/21|
|187|[fanyuecheng/Pica](https://github.com/fanyuecheng/Pica)|一个简约的哔咔漫画iOS App|94|Objective-C|10/09|
|188|[yangKJ/KJPlayerDemo](https://github.com/yangKJ/KJPlayerDemo)|🎷🎷🎷 音视频播放壳子:动态切换内核,来回拖动缓存播放,断点续载续播,记忆播放,视频支持试看预加载、无缝衔接、跳过片头片尾广告、加密流媒体m3u8下载播放,横竖屏自动连续播放,MIDI内核等功能|90|Objective-C|09/30|
|189|[Zws-China/CAAnimation](https://github.com/Zws-China/CAAnimation)|iOS动画演示,核心动画演示,CAAnimation动画|90|Objective-C|09/24|
|190|[Rain-dew/YLTextView](https://github.com/Rain-dew/YLTextView)|一行代码搞定textView占位符、字数限制、行数限制、自动计算高度— OC和Swift|89|Objective-C|09/13|
|191|[bytesking/YJCategories](https://github.com/bytesking/YJCategories)|Objective-C 常用分类集合,支持Cocoapods|87|Objective-C|06/15|
|192|[remember17/WHToast](https://github.com/remember17/WHToast)|🍞iOS提示框|87|Objective-C|09/02|
|193|[X140Yu/WEWTweak](https://github.com/X140Yu/WEWTweak)|🥳 企业微信 Mac Tweak|86|Objective-C|06/26|
|194|[BAHome/BAGridView](https://github.com/BAHome/BAGridView)|支付宝首页 九宫格 布局封装,可以自定义多种样式,自定义角标、分割线显示/隐藏、颜色等功能应有尽有!|84|Objective-C|07/15|
|195|[rongcloud/callkit-ios](https://github.com/rongcloud/callkit-ios)|Open-source code of RongCloud VoIP Audio/Video UI. 融云音视频通话功能 UI 界面 SDK 开源代码。|83|Objective-C|09/28|
|196|[kevindcw/DProgram_ios](https://github.com/kevindcw/DProgram_ios)|做的一款小项目-编程宝典iOS版|82|Objective-C|10/08|
|197|[Andrew5/DHPRO](https://github.com/Andrew5/DHPRO)|二维码,画圆角, tableView列表联动,收缩列表,图片放大,FMDB数据库,水波动画,仪表盘,自适应列表,绘画板,转盘,长按移动,PhotoClip,循环滑动ScrollView,UICollectionView卡片动画,图片找不同,导航栏程序框架|81|Objective-C|08/08|
|198|[Jeepeng/react-native-xinge-push](https://github.com/Jeepeng/react-native-xinge-push)|信鸽推送React Native版,支持华为、小米、魅族官方推送通道|80|Objective-C|08/11|
|199|[jpush/jverify-flutter-plugin](https://github.com/jpush/jverify-flutter-plugin)|JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。|77|Objective-C|10/08|
|200|[tencentyun/UGSVSDK](https://github.com/tencentyun/UGSVSDK)|短视频 SDK,国内下载镜像:|76|Objective-C|09/24|

 [回到目录](#目录)

github-chinese-top-charts's People

Contributors

growinggit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.