forked from GrowingGit/GitHub-Chinese-Top-Charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJavaScript.md
216 lines (211 loc) · 36.1 KB
/
JavaScript.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
# 中文总榜 > 资料类 > JavaScript
<sub>数据更新: 2022-01-16 / 温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)|📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings|132348|2022-01-03|
|2|[airbnb/javascript](https://github.com/airbnb/javascript)|JavaScript Style Guide|118327|2022-01-11|
|3|[ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)|:bathtub: Clean Code concepts adapted for JavaScript|61950|2021-10-31|
|4|[jaywcjlove/awesome-mac](https://github.com/jaywcjlove/awesome-mac)| Now we have become very big, Different from the original idea. Collect premium software in various categories.|47185|2022-01-11|
|5|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系[email protected] 版权所有,违权必究 Tan 2018.0 ...|46903|2022-01-01|
|6|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)| LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)|46081|2022-01-05|
|7|[yangshun/front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook)|⚡️ Front End interview preparation materials for busy engineers|32493|2021-12-15|
|8|[typescript-cheatsheets/react](https://github.com/typescript-cheatsheets/react)|Cheatsheets for experienced React developers getting started with TypeScript|30930|2022-01-13|
|9|[elsewhencode/project-guidelines](https://github.com/elsewhencode/project-guidelines)|A set of best practices for JavaScript projects|26091|2022-01-13|
|10|[denysdovhan/wtfjs](https://github.com/denysdovhan/wtfjs)|🤪 A list of funny and tricky JavaScript examples|24904|2021-12-08|
|11|[git-tips/tips](https://github.com/git-tips/tips)|Most commonly used git tips and tricks.|20078|2021-11-01|
|12|[nefe/You-Dont-Need-jQuery](https://github.com/nefe/You-Dont-Need-jQuery)|Examples of how to do query, style, dom, ajax, event etc like jQuery with plain javascript.|20056|2021-09-01|
|13|[haizlin/fe-interview](https://github.com/haizlin/fe-interview)|前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……|19854|2022-01-14|
|14|[ruanyf/es6tutorial](https://github.com/ruanyf/es6tutorial)|《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。|19780|2022-01-06|
|15|[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」同步更新|19100|2021-10-03|
|16|[verekia/js-stack-from-scratch](https://github.com/verekia/js-stack-from-scratch)|🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.|18833|2021-09-26|
|17|[ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)|本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。|18794|2022-01-04|
|18|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶学习笔记。从零开始学前端,做一名精致优雅的前端工程师。公众号「千古壹号」作者。|18450|2022-01-14|
|19|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|17699|2022-01-11|
|20|[chaozh/awesome-blockchain-cn](https://github.com/chaozh/awesome-blockchain-cn)|收集所有区块链(BlockChain)技术开发相关资料,包括Fabric和Ethereum开发资料|16059|2021-12-15|
|21|[stephentian/33-js-concepts](https://github.com/stephentian/33-js-concepts)|:scroll: 每个 JavaScript 工程师都应懂的33个概念 @leonardomso|12567|2021-08-12|
|22|[answershuto/learnVue](https://github.com/answershuto/learnVue)|:octocat:Vue.js 源码解析|11574|2021-07-26|
|23|[apachecn/apachecn-algo-zh](https://github.com/apachecn/apachecn-algo-zh)|ApacheCN 数据结构与算法译文集|10511|2022-01-09|
|24|[zhaoolee/ChineseBQB](https://github.com/zhaoolee/ChineseBQB)|🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, 中国表情包大集合, 聚欢乐~|9594|2021-12-12|
|25|[flutterchina/flutter-in-action](https://github.com/flutterchina/flutter-in-action)|《Flutter实战》电子书|8665|2022-01-15|
|26|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|8101|2022-01-15|
|27|[ljianshu/Blog](https://github.com/ljianshu/Blog)|关注基础知识,打造优质前端博客,公众号[前端工匠]的作者|6899|2021-10-06|
|28|[HcySunYang/vue-design](https://github.com/HcySunYang/vue-design)|📖 master分支:《渲染器》|5771|2021-10-11|
|29|[thomaspark/flexboxfroggy](https://github.com/thomaspark/flexboxfroggy)|A game for learning CSS flexbox 🐸|5379|2022-01-14|
|30|[ncase/trust](https://github.com/ncase/trust)|An interactive guide to the game theory of cooperation|4821|2021-11-14|
|31|[denysdovhan/bash-handbook](https://github.com/denysdovhan/bash-handbook)|:book: For those who wanna learn Bash|4716|2021-11-16|
|32|[lgwebdream/FE-Interview](https://github.com/lgwebdream/FE-Interview)|🔥🔥🔥 前端面试,独有前端面试题详解,前端面试刷题必备,1000+前端面试真题,Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器|4544|2021-09-13|
|33|[langren1353/GM_script](https://github.com/langren1353/GM_script)|我就是来分享脚本玩玩的|4416|2022-01-05|
|34|[BetaSu/just-react](https://github.com/BetaSu/just-react)|「React技术揭秘」 一本自顶向下的React源码分析书|3975|2022-01-04|
|35|[lyricat/wechat-format](https://github.com/lyricat/wechat-format)|微信公众号排版编辑器,转换 Markdown 到微信特制的 HTML|3782|2021-08-24|
|36|[apachecn/pytorch-doc-zh](https://github.com/apachecn/pytorch-doc-zh)|Pytorch 中文文档|3396|2022-01-09|
|37|[jasondu/wxa-plugin-canvas](https://github.com/jasondu/wxa-plugin-canvas)|小程序海报组件-生成朋友圈分享海报并生成图片|2712|2021-08-10|
|38|[marijnh/Eloquent-JavaScript](https://github.com/marijnh/Eloquent-JavaScript)|The sources for the Eloquent JavaScript book|2651|2022-01-03|
|39|[YvetteLau/Blog](https://github.com/YvetteLau/Blog)|【前端进阶】优质博文|2480|2022-01-13|
|40|[troyeguo/koodo-reader](https://github.com/troyeguo/koodo-reader)|A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web|2429|2022-01-10|
|41|[thomaspark/gridgarden](https://github.com/thomaspark/gridgarden)|A game for learning CSS grid layout 🥕|2350|2021-11-19|
|42|[imfly/bitcoin-on-nodejs](https://github.com/imfly/bitcoin-on-nodejs)|《Node.js区块链开发》,注:新版代码已开源!请star支持哦-^-:|2332|2022-01-05|
|43|[chromaui/learnstorybook.com](https://github.com/chromaui/learnstorybook.com)|Static site and content for Storybook tutorials|2296|2022-01-14|
|44|[bradvin/social-share-urls](https://github.com/bradvin/social-share-urls)|Social Share URLs|2292|2022-01-14|
|45|[reruin/sharelist](https://github.com/reruin/sharelist)|快速分享 GoogleDrive OneDrive |2285|2022-01-05|
|46|[llh911001/mostly-adequate-guide-chinese](https://github.com/llh911001/mostly-adequate-guide-chinese)|函数式编程指北中文版|2110|2021-09-16|
|47|[wubaiqing/zaobao](https://github.com/wubaiqing/zaobao)|每日时报,以前端技术体系为主要分享课题。根据:文章、工具、新闻、视频几大板块作为主要分类。|1988|2022-01-13|
|48|[adlered/CSDNGreener](https://github.com/adlered/CSDNGreener)|《专 业 团 队》🕺🏿 🕺🏿 🕺🏿 🕺🏿 ⚰️🕺🏿 🕺🏿 🕺🏿 🕺🏿 专治 CSDN 广告与各种灵魂打击 🐵 油猴脚本 TamperMonkey Chrome FireFox CSDN 页面浮窗广告完全过滤净化 国服最强 CSDN 绿化脚本|1952|2022-01-05|
|49|[semlinker/reactjs-interview-questions](https://github.com/semlinker/reactjs-interview-questions)|List of top 304 ReactJS Interview Questions & Answers|1917|2021-12-26|
|50|[muwoo/blogs](https://github.com/muwoo/blogs)|📚一个前端的博客。|1914|2021-07-28|
|51|[amandakelake/blog](https://github.com/amandakelake/blog)|think more!learn more!|1909|2022-01-14|
|52|[soyaine/JavaScript30](https://github.com/soyaine/JavaScript30)|有关 @wesbos 的课程 JavaScript-30 的中文练习指南|1898|2021-10-12|
|53|[guanguans/notes](https://github.com/guanguans/notes)|:notebook_with_decorative_cover: Linux、MySQL、Nginx、PHP、Git、Shell 等笔记|1845|2021-09-17|
|54|[yioMe/nodejs_wx_aipay_api](https://github.com/yioMe/nodejs_wx_aipay_api)|个人学习程序开发|1838|2022-01-13|
|55|[sl1673495/blogs](https://github.com/sl1673495/blogs)|:book: 全网 100w+ 阅读量的进阶前端技术博客仓库,Vue 源码解析,React 深度实践,TypeScript 进阶艺术,工程化,性能优化实践……|1731|2021-10-09|
|56|[ObjTube/front-end-roadmap](https://github.com/ObjTube/front-end-roadmap)|Tell you how to learn front end development ~|1707|2021-10-31|
|57|[liangxiaojuan/vue-todos](https://github.com/liangxiaojuan/vue-todos)|vue最新实战项目教程,从零开始,一步一个脚印,循序渐进。跟着我一起学习vue吧!|1666|2021-08-03|
|58|[f2e-awesome/knowledge](https://github.com/f2e-awesome/knowledge)|文档着重构建一个完整的「前端技术架构图谱」,方便 F2E(Front End Engineering又称FEE、F2E) 学习与进阶。|1632|2021-11-08|
|59|[leochen-g/wechatBot](https://github.com/leochen-g/wechatBot)|微信每日说,三步教你用Node做一个微信哄女友(基友)神器!还能帮女朋友解决垃圾分类难题|1607|2022-01-04|
|60|[liyupi/code-nav](https://github.com/liyupi/code-nav)|💎 专业的编程导航,帮你找到优质的编程学习资源!公众号【编程导航】 ☁️ 前后端均开源,励志成为最好的全栈云开发项目!|1530|2021-12-24|
|61|[meodai/color-names](https://github.com/meodai/color-names)|Large list of handpicked color names 🌈|1423|2022-01-06|
|62|[Snailclimb/JavaGuide-Interview](https://github.com/Snailclimb/JavaGuide-Interview)|JavaGuide面试突击版|1409|2022-01-05|
|63|[lateautumn4lin/Review_Reverse](https://github.com/lateautumn4lin/Review_Reverse)|:wave:2019年末总结下今年做过的逆向,整理代码,复习思路。:pray:拼夕夕Web端anti_content参数逆向分析:japanese_goblin: WEB淘宝sign逆向分析;:smiley_cat:努比亚Cookie生成逆向分析;:raised_hands:百度指数data加密逆向分析 :footprints:今日头条WEB端_signature、as、cp参数逆向分析:note ...|1401|2022-01-13|
|64|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|1385|2022-01-15|
|65|[Liiked/VS-Code-Extension-Doc-ZH](https://github.com/Liiked/VS-Code-Extension-Doc-ZH)|VS Code插件开发文档-中文版|1341|2021-07-18|
|66|[nodejscn/node-api-cn](https://github.com/nodejscn/node-api-cn)|Node.js API 中文文档|1326|2021-08-03|
|67|[lefex/FE](https://github.com/lefex/FE)|前端 100 天,帮助 10W 人入门并进阶前端。|1319|2021-11-03|
|68|[savingrun/WeHalo](https://github.com/savingrun/WeHalo)|WeHalo 简约风 的微信小程序版博客:sparkles:|1302|2022-01-13|
|69|[cnwangjie/better-onetab](https://github.com/cnwangjie/better-onetab)|:bookmark_tabs: A better OneTab for Chrome :memo: Temporarily removed from firefox :construction: V2 is WIP|1273|2021-12-19|
|70|[lihongxun945/gobang](https://github.com/lihongxun945/gobang)|javascript gobang AI,可能是github上最受欢迎的五子棋AI,源码+教程|1252|2021-11-29|
|71|[tengge1/ShadowEditor](https://github.com/tengge1/ShadowEditor)|Cross-platform 3D scene editor based on three.js, golang and mongodb for desktop and web. https://tengge1.github.io/ShadowEditor-examples/|1237|2021-10-12|
|72|[im3x/Scriptables](https://github.com/im3x/Scriptables)|iOS14桌面组件神器(Scriptable)开发框架、教程、精美脚本分享|1220|2021-10-30|
|73|[BingKui/javascript-zh](https://github.com/BingKui/javascript-zh)|Airbnb 出品,目前非常流行的 JavaScript 代码规范(中文版)。其内对各种 js 范式的写法进行了详细的规定与说明,按照此规范写出的代码将会更加合理。|1216|2021-11-21|
|74|[eritislami/evobot](https://github.com/eritislami/evobot)|🤖 EvoBot is a Discord Music Bot built with discord.js & uses Command Handler from discordjs.guide|1203|2022-01-15|
|75|[sl1673495/leetcode-javascript](https://github.com/sl1673495/leetcode-javascript)|:beers: 喝杯小酒,一起做题。前端攻城狮从零入门算法的宝藏题库,根据知名算法老师的经验总结了 100+ 道 LeetCode 力扣的经典题型 JavaScript 题解和思路。已按题目类型分 label,一起加油。|1195|2021-10-09|
|76|[dunwu/nginx-tutorial](https://github.com/dunwu/nginx-tutorial)|这是一个 Nginx 极简教程,目的在于帮助新手快速入门 Nginx。|1179|2021-12-09|
|77|[ITDragonBlog/daydayup](https://github.com/ITDragonBlog/daydayup)|每天都在进步,每周都在总结,Java架构师成长之路。目前已经完成:MongoDB,Netty,Nginx,MySQL,Java,Redis,Shiro,Solr,SpringBoot,SpringData,SSO,Mybatis,Kotlin,还在持续更新中|1157|2021-12-09|
|78|[shaoxiongji/knowledge-graphs](https://github.com/shaoxiongji/knowledge-graphs)|A collection of research on knowledge graphs|1115|2021-08-30|
|79|[liguobao/58HouseSearch](https://github.com/liguobao/58HouseSearch)|地图搜租房【微信公众号、小程序:人生删除指南】|1108|2022-01-13|
|80|[sanyuan0704/my_blog](https://github.com/sanyuan0704/my_blog)|神三元的博客,一起构建完整知识体系|1083|2022-01-15|
|81|[discountry/react](https://github.com/discountry/react)|React docs in Chinese React 中文文档翻译|1056|2021-09-21|
|82|[lqqyt2423/wechat_spider](https://github.com/lqqyt2423/wechat_spider)|微信爬虫,获取文章内容、阅读量、点赞量、评论等,获取公众号所有历史文章链接。|1033|2022-01-14|
|83|[alozano-77/AWS-SAA-C02-Course](https://github.com/alozano-77/AWS-SAA-C02-Course)|Personal notes for SAA-C02 test from: https://learn.cantrill.io|1025|2021-12-31|
|84|[rust-lang-cn/rust-by-example-cn](https://github.com/rust-lang-cn/rust-by-example-cn)|Rust By Example 中文版(包含在线代码编辑器)|935|2022-01-14|
|85|[dingyong0214/ThorUI](https://github.com/dingyong0214/ThorUI)|ThorUI组件库,微信小程序项目代码分享,组件文档地址:https://www.thorui.cn/doc 。 最近更新时间:2021-10-01|933|2021-11-16|
|86|[wangduanduan/jsplumb-chinese-tutorial](https://github.com/wangduanduan/jsplumb-chinese-tutorial)|jsplumb中文教程, README中没有的内容,可以查看项目的Wiki。有问题提issue|929|2021-11-04|
|87|[su37josephxia/wheel-awesome](https://github.com/su37josephxia/wheel-awesome)|天天造轮子,手写面试常见源码。|895|2022-01-15|
|88|[XPoet/js-data-structures-and-algorithms](https://github.com/XPoet/js-data-structures-and-algorithms)|从 0 到 1 学习 JavaScript 数据结构与算法|840|2021-10-19|
|89|[ParryQiu/wxopenclub-wxapp-lessons](https://github.com/ParryQiu/wxopenclub-wxapp-lessons)|60 节微信小程序开发视频教程配套源代码|815|2021-08-10|
|90|[justjavac/react-router-v4-CN](https://github.com/justjavac/react-router-v4-CN)|React Router V4 中文文档|810|2021-08-11|
|91|[TechXueXi/techxuexi-js](https://github.com/TechXueXi/techxuexi-js)|油猴等插件的 学习强国 js 代码 45分/天|807|2021-12-23|
|92|[alphapapa/emacs-package-dev-handbook](https://github.com/alphapapa/emacs-package-dev-handbook)|An Emacs package development handbook. Built with Emacs, by Emacs package developers, for Emacs package developers.|803|2021-10-23|
|93|[a-wing/webrtc-book-cn](https://github.com/a-wing/webrtc-book-cn)|中文翻译 《 Real-Time Communication with WebRTC 》|802|2022-01-14|
|94|[goldvideo/h265player](https://github.com/goldvideo/h265player)|一套完整的Web版H.265播放器解决方案,非常适合学习交流和实际应用。基于JS码流解封装、WebAssembly(FFmpeg)视频解码,利用Canvas画布投影、AudioContext播放音频。 |802|2021-09-22|
|95|[ChanceYu/front-end-rss](https://github.com/ChanceYu/front-end-rss)|:orange_book: 根据 RSS 抓取最新前端技术文章,来源:前端早读课、前端大全、前端之巅、前端技术优选、程序员成长指北、淘宝前端、张鑫旭博客、凹凸实验室等|795|2022-01-15|
|96|[pingan8787/Leo-JavaScript](https://github.com/pingan8787/Leo-JavaScript)|欢迎关注公众号“前端自习课”,本仓库包含丰富的 JavaScript 学习资料,包括 JavaScript、前端框架、HTTP、GraphQL、TS、Vue、React、Webpack等,还有很多我的原创文章,喜欢的朋友欢迎stat。:rocket:持续更新中...|791|2022-01-12|
|97|[huaize2020/awesome-nodejs](https://github.com/huaize2020/awesome-nodejs)|Node.js 资源大全中文版。An awesome Node.js packages and resources|787|2022-01-10|
|98|[ZYSzys/awesome-captcha](https://github.com/ZYSzys/awesome-captcha)|:key: Curated list of awesome captcha libraries and crack tools.|778|2021-11-30|
|99|[ecitlm/Node-SpliderApi](https://github.com/ecitlm/Node-SpliderApi)|nodejs爬虫 API接口项目,包括前端开发日报、前端top框架排行、知乎日报、音乐数据接口、图片壁纸、搞笑视频、热点新闻资讯 详情接口数据|772|2021-08-12|
|100|[zhaoqize/puppeteer-api-zh_CN](https://github.com/zhaoqize/puppeteer-api-zh_CN)|📖 Puppeteer中文文档(官方指定的中文文档)|750|2021-09-18|
|101|[teadocs/pandas-cn](https://github.com/teadocs/pandas-cn)|Pandas中文文档,欢迎贡献!|733|2022-01-13|
|102|[codota/jupyter-tabnine](https://github.com/codota/jupyter-tabnine)|Autocompletion with Deep Learning on Jupyter Notebook|732|2021-12-02|
|103|[anubhavsrivastava/awesome-ui-component-library](https://github.com/anubhavsrivastava/awesome-ui-component-library)|Curated list of framework component libraries for UI styles/toolkit|732|2021-10-31|
|104|[RustMagazine/rust_magazine_2021](https://github.com/RustMagazine/rust_magazine_2021)|RustMagazine 2021 期刊|718|2022-01-09|
|105|[senntyou/blogs](https://github.com/senntyou/blogs)|个人博客: Web前端, JavaScript, NodeJs, Electron ...|709|2021-11-30|
|106|[alwxkxk/soft-and-hard](https://github.com/alwxkxk/soft-and-hard)|《软硬结合——从零打造物联网》 基于JS的物联网教程。|689|2022-01-05|
|107|[akira-cn/FE_You_dont_know](https://github.com/akira-cn/FE_You_dont_know)|分享在前端开发中,你不知道的JavaScript、CSS和HTML趣味知识,增加你的知识面。|686|2022-01-13|
|108|[surikov/webaudiofont](https://github.com/surikov/webaudiofont)|Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and m ...|674|2022-01-03|
|109|[ShunCai/QZoneExport](https://github.com/ShunCai/QZoneExport)|QQ空间导出助手,用于备份QQ空间的说说、日志、私密日记、相册、视频、留言板、QQ好友、收藏夹、分享、最近访客为文件,便于迁移与保存|664|2021-12-29|
|110|[SilenceHVK/wechatByNode](https://github.com/SilenceHVK/wechatByNode)|Use the Node.js development WeChat(使用Node.js 开发微信公众号)【 博客地址:https://cnodejs.org/user/SilenceHVK 】|656|2021-12-08|
|111|[decomoji/decomoji](https://github.com/decomoji/decomoji)|Custom icon collection for slack reaction|652|2022-01-07|
|112|[oTranscribe/oTranscribe](https://github.com/oTranscribe/oTranscribe)|A free & open tool for transcribing audio interviews|635|2021-08-03|
|113|[sve1r/Rules-For-Quantumult-X](https://github.com/sve1r/Rules-For-Quantumult-X)|适用于 Quantumult X 规则整理集合. 所有内容源自 互联网,仅作为收集和整理 |629|2022-01-02|
|114|[woai3c/Front-end-articles](https://github.com/woai3c/Front-end-articles)|分享我的编程经验和学习心得,订阅请点 watch。|629|2022-01-08|
|115|[webfansplz/article](https://github.com/webfansplz/article)|record and share|623|2022-01-13|
|116|[ZhangYikaii/NJUCS-Course-Material](https://github.com/ZhangYikaii/NJUCS-Course-Material)|南京大学计算机系 课程资料 作业 代码 实验报告 NJU-CS 课程分享计划 :rice:|598|2021-11-23|
|117|[csxiaoyaojianxian/JavaScriptStudy](https://github.com/csxiaoyaojianxian/JavaScriptStudy)|JavaScript的学习代码总结,高级特性、数据结构、设计模式、typescript、vue、angular、react、node、webpack、weex、小程序、tensorflow…,JavaScript是世界上最好的语言!|592|2021-10-06|
|118|[zhangtianyi0110/VueLearnNotes](https://github.com/zhangtianyi0110/VueLearnNotes)|Vue学习笔记|572|2021-09-09|
|119|[transitive-bullshit/ffmpeg-concat](https://github.com/transitive-bullshit/ffmpeg-concat)|Concats a list of videos together using ffmpeg with sexy OpenGL transitions.|567|2021-12-29|
|120|[luchenqun/my-bookmark](https://github.com/luchenqun/my-bookmark)|在线书签管理工具|564|2022-01-02|
|121|[wyattzheng/chaoxing-xuexitong-autoflush](https://github.com/wyattzheng/chaoxing-xuexitong-autoflush)|超星学习通全自动无人值守刷课程序,使用协议发包来实现,无需浏览器,支持自动过视频。|562|2021-12-24|
|122|[zhuxuedefeng/AiQiangGUO](https://github.com/zhuxuedefeng/AiQiangGUO)|Ai强国 基于Autojs实现的模拟点击学习强国辅助工具 适配安卓|548|2021-10-24|
|123|[biaochenxuying/blog-react](https://github.com/biaochenxuying/blog-react)|react + Ant Design + 支持 markdown 的博客前台展示|544|2022-01-15|
|124|[a1029563229/blogs](https://github.com/a1029563229/blogs)|博客文章收录|534|2022-01-15|
|125|[Ahaochan/Tampermonkey](https://github.com/Ahaochan/Tampermonkey)|油猴脚本集合|529|2021-12-21|
|126|[57code/vue-study](https://github.com/57code/vue-study)|开课吧vue学习项目|517|2022-01-13|
|127|[bitshares/bitshares-ui](https://github.com/bitshares/bitshares-ui)|Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain|515|2022-01-12|
|128|[lukesyy/jd_yun](https://github.com/lukesyy/jd_yun)|京东合集-----腾讯云函数|512|2022-01-14|
|129|[yisainan/vue](https://github.com/yisainan/vue)|💯 比较好的vue项目,值得借鉴与学习|487|2022-01-15|
|130|[oubingbing/school_wechat](https://github.com/oubingbing/school_wechat)|校园小情书前端代码,好玩的表白墙、树洞、校园论坛,可独立部署,也可以使用我部署的后台服务,毕业设计的好项目。|482|2021-10-19|
|131|[Leo501/CocosCreatorTutorial](https://github.com/Leo501/CocosCreatorTutorial)|CocosCreator基础教程demo集合|475|2022-01-11|
|132|[apachecn/ml-mastery-zh](https://github.com/apachecn/ml-mastery-zh)|:book: [译] MachineLearningMastery 博客文章|460|2022-01-15|
|133|[cn-panda/JavaCodeAudit](https://github.com/cn-panda/JavaCodeAudit)|Getting started with java code auditing 代码审计入门的小项目|456|2021-12-09|
|134|[lishuaixingNewBee/gordanTv](https://github.com/lishuaixingNewBee/gordanTv)|微信小程序-狗蛋TV是一个分享打动人心事物的微信小程序。gordanLee每天都会推荐一首歌、一篇文章、一段短视频,每天用十分钟的细碎时光,点燃内心的光明。|453|2021-12-22|
|135|[qiudaoke/flowable-userguide](https://github.com/qiudaoke/flowable-userguide)|Flowable最新中文文档,盘古BPM体验地址:http://vue.pangubpm.com/|452|2022-01-07|
|136|[Rust-Coding-Guidelines/rust-coding-guidelines-zh](https://github.com/Rust-Coding-Guidelines/rust-coding-guidelines-zh)|Rust 编码规范 中文版 (非官方)|440|2022-01-14|
|137|[dashnowords/blogs](https://github.com/dashnowords/blogs)|个人博客,讲述野生前端码农的内功修炼和自我修养。|430|2021-07-19|
|138|[IceInTheFire/timotaoshu](https://github.com/IceInTheFire/timotaoshu)|提莫淘书,小说爬虫,用node爬书,node 小说,vue+express+node爬虫|425|2022-01-13|
|139|[easy-math/Math](https://github.com/easy-math/Math)|📚 适合前端入门的高数课,临时域名 https://math.haozi.me |418|2021-12-09|
|140|[twilio-labs/open-pixel-art](https://github.com/twilio-labs/open-pixel-art)|A collaborative pixel art project to teach people how to contribute to open-source|411|2022-01-15|
|141|[Simp1er/AndroidSec](https://github.com/Simp1er/AndroidSec)|记录一些我自己在学习Android逆向过程中的有意思的东西|403|2021-11-10|
|142|[lison16/vue-cource](https://github.com/lison16/vue-cource)|《Vue技术栈开发实战》26课时视频课程源码|403|2022-01-13|
|143|[su37josephxia/vue3-study](https://github.com/su37josephxia/vue3-study)|vue3学习的各种实验代码|398|2022-01-15|
|144|[Wscats/node-tutorial](https://github.com/Wscats/node-tutorial)|:relaxed:Some of the node tutorial -《Node学习笔记》|380|2021-10-15|
|145|[apachecn/apachecn-dl-zh](https://github.com/apachecn/apachecn-dl-zh)|ApacheCN 深度学习译文集|378|2022-01-11|
|146|[mazipan/hello-open-source](https://github.com/mazipan/hello-open-source)|🖐️ A repository to learn about open source code contributions flow|376|2022-01-13|
|147|[su37josephxia/kaikeba-code](https://github.com/su37josephxia/kaikeba-code)|课上代码分享|372|2022-01-15|
|148|[PDKSophia/blog.io](https://github.com/PDKSophia/blog.io)|💗个人博客,有事没事就记录一些前端面试知识、工作中遇到的一点一滴,博客地址: |369|2021-12-13|
|149|[dundunnp/hamibot-auto_xuexiqiangguo](https://github.com/dundunnp/hamibot-auto_xuexiqiangguo)|每日拿63分(满63分)!所有模块均可自动完成,包括订阅与发表言论,免root,四人赛双人对战秒答,基于Hamibot的安卓端学习强国自动化脚本|366|2022-01-11|
|150|[Hedilict/QuantumultX](https://github.com/Hedilict/QuantumultX)|QuantumultX去广告,签到等脚本合集|365|2022-01-15|
|151|[JinJieTan/Peter-](https://github.com/JinJieTan/Peter-)|Peter的手写源码集合|359|2022-01-15|
|152|[Daotin/Web](https://github.com/Daotin/Web)|📚 从零开始学 Web 前端系列图文教程。从零开始一步步带你进入前端的世界。公众号「前端队长」作者。|357|2022-01-06|
|153|[justjavac/v8.js.cn](https://github.com/justjavac/v8.js.cn)|V8 官方网站中文翻译|356|2021-11-04|
|154|[bh-lay/blog](https://github.com/bh-lay/blog)|剧中人的nodeJS版个人博客,仅仅是前后端实现,不包含博文数据。|349|2022-01-15|
|155|[alienzhou/blog](https://github.com/alienzhou/blog)|📖 个人博客,分享一些前端工作学习中的收获,欢迎 ✨,博客地址>>|348|2021-10-22|
|156|[zer4tul/hacker-howto](https://github.com/zer4tul/hacker-howto)|本文原文由知名Hacker Eric S. Raymond 所撰写,教你如何成为一名黑客。|345|2021-09-01|
|157|[talebook/talebook](https://github.com/talebook/talebook)|A simple books website. 一个简单的在线版个人书库。|339|2022-01-14|
|158|[leochen-g/wechat-assistant](https://github.com/leochen-g/wechat-assistant)|本项目已升级为智能微秘书,请移步https://github.com/gengchen528/wechat-assistant-pro|338|2021-10-19|
|159|[wuyawei/fe-code](https://github.com/wuyawei/fe-code)|🍹🍰 愉快的写代码~(文章合集)|337|2022-01-13|
|160|[codeyu/EnglishGrammarBook](https://github.com/codeyu/EnglishGrammarBook)|旋元佑进阶文法|336|2022-01-15|
|161|[Tsukasa007/my_script](https://github.com/Tsukasa007/my_script)|學習自動化|329|2022-01-15|
|162|[MihaiValentin/lunr-languages](https://github.com/MihaiValentin/lunr-languages)|A collection of languages stemmers and stopwords for Lunr Javascript library|328|2021-11-21|
|163|[dcloudio/test-framework](https://github.com/dcloudio/test-framework)|框架测试汇总|326|2022-01-14|
|164|[phpzlc/phpzlc](https://github.com/phpzlc/phpzlc)|为开发者提供全套Symfony实践教程和解决方案。|324|2022-01-03|
|165|[2662419405/AllDemo](https://github.com/2662419405/AllDemo)|:peach: 2020全栈学习Demo大合集 包含最新 hooks TS 等 还有umi+dva,数据可视化等实战项目 (持续更新中)|323|2022-01-14|
|166|[apachecn/opencv-doc-zh](https://github.com/apachecn/opencv-doc-zh)|:book: [译] OpenCV 中文文档|323|2022-01-11|
|167|[hijiangtao/glmaps](https://github.com/hijiangtao/glmaps)|Data visualization examples and tutorials from scratch. 数据可视化示例代码集与新手学习教程。|321|2022-01-13|
|168|[cpselvis/geektime-webpack-course](https://github.com/cpselvis/geektime-webpack-course)|《玩转webpack》极客时间课程源码和课件|313|2022-01-13|
|169|[ryouaki/ECMAScript2016-Design-Patterns](https://github.com/ryouaki/ECMAScript2016-Design-Patterns)|Design Patterns for ES6 (使用es6实现的设计模式)|309|2021-12-06|
|170|[JustDoPython/python-examples](https://github.com/JustDoPython/python-examples)|Python技术 公众号文章代码实例|305|2022-01-14|
|171|[cocos-creator/tutorial-hot-update](https://github.com/cocos-creator/tutorial-hot-update)|Tutorial project for Cocos Creator hot update|303|2022-01-05|
|172|[longwenjunjie/jiangqie_kafei](https://github.com/longwenjunjie/jiangqie_kafei)|酱茄小程序开源版,基于WordPress的微信小程序,适用于博客小程序和新闻资讯小程序。|301|2021-10-27|
|173|[MatcherAny/whitelist.pac](https://github.com/MatcherAny/whitelist.pac)|自己使用的白名单pac文件,不定时更新常见域名|299|2021-11-11|
|174|[mythsman/hexo-douban](https://github.com/mythsman/hexo-douban)| :cd: A simple plugin for hexo that helps us generate pages for douban books ,movies and games.|293|2021-08-03|
|175|[country-regions/country-region-data](https://github.com/country-regions/country-region-data)|A source list of countries, regions and shortcodes in JSON and JS format.|289|2022-01-05|
|176|[gys619/jdd](https://github.com/gys619/jdd)|自用的jd(京东)脚本合集|286|2022-01-14|
|177|[su37josephxia/frontend-basic](https://github.com/su37josephxia/frontend-basic)|前端基础知识汇总|284|2021-11-16|
|178|[zhaoqize/blog](https://github.com/zhaoqize/blog)|✍️qize的博客:原创文章、外文翻译、技术总结和演示代码|282|2021-08-10|
|179|[Gitjinfeiyang/easy-canvas](https://github.com/Gitjinfeiyang/easy-canvas)|使用render函数在canvas中创建文档流布局,小程序海报图、小程序朋友圈分享图。easy-canvas is a powerful tool helps us easy to layout with canvas. |281|2021-12-27|
|180|[xiaohesong/TIL](https://github.com/xiaohesong/TIL)|本库记录每日所学,README是一些链接;学习是自己的事。|279|2021-11-12|
|181|[dengyaolong/geektime-electron](https://github.com/dengyaolong/geektime-electron)|极客时间视频课程《Electron开发实战》|277|2021-10-12|
|182|[javaLuo/water](https://github.com/javaLuo/water)|waterdrop 3D 《三体 · 水滴计划》|277|2022-01-10|
|183|[Tencent-CloudEDU/WXCloud-bookcase](https://github.com/Tencent-CloudEDU/WXCloud-bookcase)|小程序云开发项目 · 私房书柜|275|2021-09-29|
|184|[QuarkGluonPlasma/babel-plugin-exercize](https://github.com/QuarkGluonPlasma/babel-plugin-exercize)|小册《babel插件通关秘籍》实战案例代码|274|2021-09-13|
|185|[wuYin/k8s-in-action](https://github.com/wuYin/k8s-in-action)|《Kubernetes in Action 中文版》|270|2021-10-25|
|186|[xiweicheng/tms](https://github.com/xiweicheng/tms)|基于频道模式的团队沟通协作+轻量级任务看板,支持mardown、富文本、在线表格和思维导图的团队博文wiki,i18n国际化翻译管理的响应式web开源团队协作系统。|270|2022-01-04|
|187|[ndp/git-cheatsheet](https://github.com/ndp/git-cheatsheet)|Interactive cheatsheet, visualization of git.|270|2021-10-27|
|188|[hueitan/made-in-taiwan](https://github.com/hueitan/made-in-taiwan)|[NEED SUPPORT] 🇹🇼 (Taiwan #1) A list of neat projects made in Taiwan (MIT)|269|2021-12-09|
|189|[LoseNine/Crack-JS-Spider](https://github.com/LoseNine/Crack-JS-Spider)|破解JS反爬虫加密参数,已破解中国裁判文书网(2020-06-30更新),淘宝密码,天安保险登录,b站登录,房天下登录,WPS登录,微博登录,有道翻译,网易登录,微信公众号登录,空中网登录,今目标登录,学生信息管理系统登录,共赢金融登录,重庆科技资源共享平台登录,网易云音乐下载,一键解析视频链接,财联社登录。|264|2021-08-24|
|190|[brucx/mp-push-leancloud](https://github.com/brucx/mp-push-leancloud)|基于 LeanCloud 的微信公众号消息推送服务,类似“server酱”,无成本5分钟部署|263|2021-08-11|
|191|[happypeter/gitbeijing](https://github.com/happypeter/gitbeijing)|github 图解教程,献给曾经的北京 Git 用户组|254|2021-08-27|
|192|[zhangti0708/cesium-examples](https://github.com/zhangti0708/cesium-examples)|学习cesium的demo示例,含基础的三维功能,空间分析,视域分析,测控分析等示例功能。但功能不完整可以借鉴一部分,部分缺失的代码在csdn上。后面将功能重构封装了一下支持最新版本的cesium部分开源。目前不开源在线地址gitee地址:http://zhangticcc.gitee.io/webgis/#/gis/d3old/index_old|253|2021-12-10|
|193|[yuang01/hexo-theme-bamboo](https://github.com/yuang01/hexo-theme-bamboo)|Hexo博客主题,功能强大,简洁|249|2021-11-22|
|194|[Airmole/ShellBox](https://github.com/Airmole/ShellBox)|贝壳小盒子Wechat微信小程序,高校微信小程序,集课表查询、成绩查询、电费查询、图书查询等功能于一体。|247|2021-11-07|
|195|[suoyuesmile/suo-blog](https://github.com/suoyuesmile/suo-blog)|:fox_face:技术博客文章、笔记、实战、技术探讨、资源收集等等|237|2021-10-06|
|196|[zamhown/wear-a-mask](https://github.com/zamhown/wear-a-mask)|😷 An SPA that uses only the front-end to perform deep-learning-based facial landmark detection on images and automatically adds breathing mask stickers.|234|2021-10-06|
|197|[king-angmar/weathertop](https://github.com/king-angmar/weathertop)|J2EE学习以及Linux组件学习的日常总结,适合想了解和温习基础知识的童鞋。目前计划包含的内容有设计模式、Springboot、SpringCloud;以及Linux开源组件Redis、Kafka、Nginx、ElasticSearch、Hadoop、Zookeeper等|234|2021-10-12|
|198|[Veal98/Echo](https://github.com/Veal98/Echo)|🦄 开源社区系统:基于 SpringBoot + MyBatis + MySQL + Redis + Kafka + Elasticsearch + Spring Security + ... 并提供详细的开发文档和配套教程。包含帖子、评论、私信、系统通知、点赞、关注、搜索、用户设置、数据统计等模块。|233|2021-09-30|
|199|[leochen-g/wechat-assistant-pro](https://github.com/leochen-g/wechat-assistant-pro)|智能微秘书客户端,搭配|222|2021-11-04|
|200|[biuuu/BLHXFY](https://github.com/biuuu/BLHXFY)|碧蓝幻想翻译|221|2021-12-12|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
</div>
<br/>
<div align="center"><a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>