data update

This commit is contained in:
kon9chunkit
2022-01-11 10:30:33 +08:00
parent ab0cae33a4
commit 105179d237
99 changed files with 2898 additions and 2896 deletions

View File

@ -5,14 +5,14 @@
|#|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|132072|2022-01-03|
|2|[airbnb/javascript](https://github.com/airbnb/javascript)|JavaScript Style Guide|118163|2022-01-10|
|3|[ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)|:bathtub: Clean Code concepts adapted for JavaScript|61793|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.|47090|2022-01-10|
|5|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述以帮助自己及有需要的读者。 全书分为18个章节50余万字。由于水平有限书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.0 ...|46831|2022-01-01|
|6|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)| LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解记录自己的leetcode解题之路。)|45991|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|32446|2021-12-15|
|8|[typescript-cheatsheets/react](https://github.com/typescript-cheatsheets/react)|Cheatsheets for experienced React developers getting started with TypeScript|30835|2022-01-07|
|1|[trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)|📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings|132093|2022-01-03|
|2|[airbnb/javascript](https://github.com/airbnb/javascript)|JavaScript Style Guide|118172|2022-01-10|
|3|[ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)|:bathtub: Clean Code concepts adapted for JavaScript|61807|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.|47091|2022-01-10|
|5|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述以帮助自己及有需要的读者。 全书分为18个章节50余万字。由于水平有限书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.0 ...|46833|2022-01-01|
|6|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)| LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解记录自己的leetcode解题之路。)|45997|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|32447|2021-12-15|
|8|[typescript-cheatsheets/react](https://github.com/typescript-cheatsheets/react)|Cheatsheets for experienced React developers getting started with TypeScript|30842|2022-01-07|
|9|[elsewhencode/project-guidelines](https://github.com/elsewhencode/project-guidelines)|A set of best practices for JavaScript projects|26061|2021-10-01|
|10|[sentsin/layui](https://github.com/sentsin/layui)|采用自身模块规范编写的前端 UI 框架,遵循原生 HTML/CSS/JS 的书写形式,极低门槛,拿来即用。|25594|2021-10-26|
|11|[denysdovhan/wtfjs](https://github.com/denysdovhan/wtfjs)|🤪 A list of funny and tricky JavaScript examples|24782|2021-12-08|
@ -22,8 +22,8 @@
|15|[ruanyf/es6tutorial](https://github.com/ruanyf/es6tutorial)|《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。|19775|2022-01-06|
|16|[zhaoolee/ChromeAppHeroes](https://github.com/zhaoolee/ChromeAppHeroes)|🌈谷粒-Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~ ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~ 公众号「0加1」同步更新|19094|2021-10-03|
|17|[verekia/js-stack-from-scratch](https://github.com/verekia/js-stack-from-scratch)|🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.|18830|2021-09-26|
|18|[ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)|本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。|18746|2022-01-04|
|19|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶学习笔记。从零开始学前端,做一名精致优雅的前端工程师。公众号「千古壹号」作者。|18418|2022-01-02|
|18|[ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)|本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。|18749|2022-01-04|
|19|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶学习笔记。从零开始学前端,做一名精致优雅的前端工程师。公众号「千古壹号」作者。|18417|2022-01-02|
|20|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|17534|2022-01-10|
|21|[chaozh/awesome-blockchain-cn](https://github.com/chaozh/awesome-blockchain-cn)|收集所有区块链(BlockChain)技术开发相关资料包括Fabric和Ethereum开发资料|16046|2021-12-15|
|22|[stephentian/33-js-concepts](https://github.com/stephentian/33-js-concepts)|:scroll: 每个 JavaScript 工程师都应懂的33个概念 @leonardomso|12557|2021-08-12|
@ -31,36 +31,36 @@
|24|[apachecn/apachecn-algo-zh](https://github.com/apachecn/apachecn-algo-zh)|ApacheCN 数据结构与算法译文集|10510|2022-01-09|
|25|[zhaoolee/ChineseBQB](https://github.com/zhaoolee/ChineseBQB)|🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, 中国表情包大集合, 聚欢乐~|9575|2021-12-12|
|26|[flutterchina/flutter-in-action](https://github.com/flutterchina/flutter-in-action)|《Flutter实战》电子书|8667|2021-10-06|
|27|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|8063|2022-01-10|
|27|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|8063|2022-01-11|
|28|[ljianshu/Blog](https://github.com/ljianshu/Blog)|关注基础知识,打造优质前端博客,公众号[前端工匠]的作者|6898|2021-10-06|
|29|[janeczku/calibre-web](https://github.com/janeczku/calibre-web)|:books: Web app for browsing, reading and downloading eBooks stored in a Calibre database|5785|2022-01-10|
|30|[HcySunYang/vue-design](https://github.com/HcySunYang/vue-design)|📖 master分支《渲染器》|5766|2021-10-11|
|31|[thomaspark/flexboxfroggy](https://github.com/thomaspark/flexboxfroggy)|A game for learning CSS flexbox 🐸|5368|2021-12-14|
|32|[ncase/trust](https://github.com/ncase/trust)|An interactive guide to the game theory of cooperation|4801|2021-11-14|
|33|[denysdovhan/bash-handbook](https://github.com/denysdovhan/bash-handbook)|:book: For those who wanna learn Bash|4708|2021-11-16|
|34|[lgwebdream/FE-Interview](https://github.com/lgwebdream/FE-Interview)|🔥🔥🔥 前端面试独有前端面试题详解前端面试刷题必备1000+前端面试真题Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器|4527|2021-09-13|
|31|[thomaspark/flexboxfroggy](https://github.com/thomaspark/flexboxfroggy)|A game for learning CSS flexbox 🐸|5369|2021-12-14|
|32|[ncase/trust](https://github.com/ncase/trust)|An interactive guide to the game theory of cooperation|4806|2021-11-14|
|33|[denysdovhan/bash-handbook](https://github.com/denysdovhan/bash-handbook)|:book: For those who wanna learn Bash|4709|2021-11-16|
|34|[lgwebdream/FE-Interview](https://github.com/lgwebdream/FE-Interview)|🔥🔥🔥 前端面试独有前端面试题详解前端面试刷题必备1000+前端面试真题Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器|4528|2021-09-13|
|35|[langren1353/GM_script](https://github.com/langren1353/GM_script)|我就是来分享脚本玩玩的|4401|2022-01-05|
|36|[KieSun/all-of-frontend](https://github.com/KieSun/all-of-frontend)|你想知道的前端内容都在这|4132|2021-10-20|
|37|[BetaSu/just-react](https://github.com/BetaSu/just-react)|「React技术揭秘」 一本自顶向下的React源码分析书|3961|2022-01-04|
|38|[lyricat/wechat-format](https://github.com/lyricat/wechat-format)|微信公众号排版编辑器,转换 Markdown 到微信特制的 HTML|3776|2021-08-24|
|39|[itheima1/BlockChain](https://github.com/itheima1/BlockChain)|黑马程序员 120天全栈区块链开发 开源教程|3512|2021-07-15|
|40|[apachecn/pytorch-doc-zh](https://github.com/apachecn/pytorch-doc-zh)|Pytorch 中文文档|3394|2022-01-09|
|41|[shufflewzc/faker2](https://github.com/shufflewzc/faker2)|不知名大佬备份|2762|2022-01-10|
|41|[shufflewzc/faker2](https://github.com/shufflewzc/faker2)|不知名大佬备份|2763|2022-01-11|
|42|[jasondu/wxa-plugin-canvas](https://github.com/jasondu/wxa-plugin-canvas)|小程序海报组件-生成朋友圈分享海报并生成图片|2711|2021-08-10|
|43|[marijnh/Eloquent-JavaScript](https://github.com/marijnh/Eloquent-JavaScript)|The sources for the Eloquent JavaScript book|2649|2022-01-03|
|44|[YvetteLau/Blog](https://github.com/YvetteLau/Blog)|【前端进阶】优质博文|2476|2021-10-06|
|45|[coffe1891/frontend-hard-mode-interview](https://github.com/coffe1891/frontend-hard-mode-interview)|《前端内参》有关于JavaScript、编程范式、设计模式、软件开发的艺术等大前端范畴内的知识分享旨在帮助前端工程师们夯实技术基础以通过一线互联网企业技术面试。|2362|2021-11-04|
|46|[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|2353|2022-01-10|
|45|[coffe1891/frontend-hard-mode-interview](https://github.com/coffe1891/frontend-hard-mode-interview)|《前端内参》有关于JavaScript、编程范式、设计模式、软件开发的艺术等大前端范畴内的知识分享旨在帮助前端工程师们夯实技术基础以通过一线互联网企业技术面试。|2363|2021-11-04|
|46|[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|2359|2022-01-10|
|47|[thomaspark/gridgarden](https://github.com/thomaspark/gridgarden)|A game for learning CSS grid layout 🥕|2347|2021-11-19|
|48|[imfly/bitcoin-on-nodejs](https://github.com/imfly/bitcoin-on-nodejs)|《Node.js区块链开发》新版代码已开源请star支持哦-^-|2332|2022-01-05|
|49|[doocs/md](https://github.com/doocs/md)|✍ WeChat Markdown Editor 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性|2299|2022-01-08|
|49|[doocs/md](https://github.com/doocs/md)|✍ WeChat Markdown Editor 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性|2301|2022-01-08|
|50|[chromaui/learnstorybook.com](https://github.com/chromaui/learnstorybook.com)|Static site and content for Storybook tutorials|2296|2022-01-03|
|51|[bradvin/social-share-urls](https://github.com/bradvin/social-share-urls)|Social Share URLs|2283|2021-11-17|
|51|[bradvin/social-share-urls](https://github.com/bradvin/social-share-urls)|Social Share URLs|2284|2021-11-17|
|52|[reruin/sharelist](https://github.com/reruin/sharelist)|快速分享 GoogleDrive OneDrive |2269|2022-01-05|
|53|[CarGuo/GSYGithubAPP](https://github.com/CarGuo/GSYGithubAPP)|超完整的React Native项目功能丰富适合学习和日常使用。GSYGithubApp系列的优势我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全项目框架内技术涉及面广完成度高配套文章适合全面学习对比参考。开源Github客户端App更好的体验更丰富的功能旨在更好的日常管理和维护个人Github提供更好更方便的驾车体验Σ( ...|2172|2021-10-08|
|54|[llh911001/mostly-adequate-guide-chinese](https://github.com/llh911001/mostly-adequate-guide-chinese)|函数式编程指北中文版|2108|2021-09-16|
|55|[wubaiqing/zaobao](https://github.com/wubaiqing/zaobao)|每日时报,以前端技术体系为主要分享课题。根据:文章、工具、新闻、视频几大板块作为主要分类。|1983|2021-12-20|
|56|[adlered/CSDNGreener](https://github.com/adlered/CSDNGreener)|《专 业 团 队》🕺🏿 🕺🏿 🕺🏿 🕺🏿 ⚰️🕺🏿 🕺🏿 🕺🏿 🕺🏿 专治 CSDN 广告与各种灵魂打击 🐵 油猴脚本 TamperMonkey Chrome FireFox CSDN 页面浮窗广告完全过滤净化 国服最强 CSDN 绿化脚本|1949|2022-01-05|
|56|[adlered/CSDNGreener](https://github.com/adlered/CSDNGreener)|《专 业 团 队》🕺🏿 🕺🏿 🕺🏿 🕺🏿 ⚰️🕺🏿 🕺🏿 🕺🏿 🕺🏿 专治 CSDN 广告与各种灵魂打击 🐵 油猴脚本 TamperMonkey Chrome FireFox CSDN 页面浮窗广告完全过滤净化 国服最强 CSDN 绿化脚本|1950|2022-01-05|
|57|[semlinker/reactjs-interview-questions](https://github.com/semlinker/reactjs-interview-questions)|List of top 304 ReactJS Interview Questions & Answers|1916|2021-12-26|
|58|[muwoo/blogs](https://github.com/muwoo/blogs)|📚一个前端的博客。|1915|2021-07-28|
|59|[amandakelake/blog](https://github.com/amandakelake/blog)|think morelearn more!|1905|2022-01-05|
@ -78,15 +78,15 @@
|71|[Snailclimb/JavaGuide-Interview](https://github.com/Snailclimb/JavaGuide-Interview)|JavaGuide面试突击版|1400|2022-01-05|
|72|[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 ...|1399|2021-12-13|
|73|[lfb/nodejs-koa-blog](https://github.com/lfb/nodejs-koa-blog)|基于 Node.js Koa2 实战开发的一套完整的博客项目网站|1385|2022-01-04|
|74|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|1353|2022-01-09|
|74|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|1353|2022-01-10|
|75|[Liiked/VS-Code-Extension-Doc-ZH](https://github.com/Liiked/VS-Code-Extension-Doc-ZH)|VS Code插件开发文档-中文版|1336|2021-07-18|
|76|[nodejscn/node-api-cn](https://github.com/nodejscn/node-api-cn)|Node.js API 中文文档|1325|2021-08-03|
|77|[lefex/FE](https://github.com/lefex/FE)|前端 100 天,帮助 10W 人入门并进阶前端。|1312|2021-11-03|
|77|[lefex/FE](https://github.com/lefex/FE)|前端 100 天,帮助 10W 人入门并进阶前端。|1314|2021-11-03|
|78|[xuwujing/springBoot-study](https://github.com/xuwujing/springBoot-study)|SpringBoot学习的相关工程并辅以博文讲解。主要包括入门的Hello World、自定义配置的获取、集成mybatis的xml和注解使用、集成jpa的使用、集成druid进行项目的监控、事物实战使用 项目打包、使用logback日志文件管理、添加过滤器和拦截器、多数据源、Restful风格的服务、集成elasticsearch、redis、netty、集成jsp和thymeleaf、集成s ...|1304|2022-01-07|
|79|[savingrun/WeHalo](https://github.com/savingrun/WeHalo)|WeHalo 简约风 的微信小程序版博客:sparkles:|1301|2021-08-02|
|80|[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|1271|2021-12-19|
|81|[ming-soft/MCMS](https://github.com/ming-soft/MCMS)|完整开源Java快速开发平台基于Spring、SpringMVC、Mybatis架构MStore提供更多好用的插件与模板文章、商城、微信、论坛、会员、评论、支付、积分、工作流、任务调度等同时提供上百套免费模板任意选择价值源自分享铭飞系统不仅一套简单好用的开源系统、更是一整套优质的开源生态内容体系。铭飞的使命就是降低开发成本提高开发效率提供全方位的企业级开发解决方案每月28定期更 ...|1250|2022-01-04|
|82|[lihongxun945/gobang](https://github.com/lihongxun945/gobang)|javascript gobang AI可能是github上最受欢迎的五子棋AI源码+教程|1248|2021-11-29|
|82|[lihongxun945/gobang](https://github.com/lihongxun945/gobang)|javascript gobang AI可能是github上最受欢迎的五子棋AI源码+教程|1249|2021-11-29|
|83|[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/|1231|2021-10-12|
|84|[im3x/Scriptables](https://github.com/im3x/Scriptables)|iOS14桌面组件神器Scriptable开发框架、教程、精美脚本分享|1218|2021-10-30|
|85|[BingKui/javascript-zh](https://github.com/BingKui/javascript-zh)|Airbnb 出品,目前非常流行的 JavaScript 代码规范(中文版)。其内对各种 js 范式的写法进行了详细的规定与说明,按照此规范写出的代码将会更加合理。|1214|2021-11-21|
@ -115,8 +115,8 @@
|108|[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.|801|2021-10-23|
|109|[goldvideo/h265player](https://github.com/goldvideo/h265player)|一套完整的Web版H.265播放器解决方案非常适合学习交流和实际应用。基于JS码流解封装、WebAssembly(FFmpeg)视频解码利用Canvas画布投影、AudioContext播放音频。 |797|2021-09-22|
|110|[pingan8787/Leo-JavaScript](https://github.com/pingan8787/Leo-JavaScript)|欢迎关注公众号“前端自习课”,本仓库包含丰富的 JavaScript 学习资料,包括 JavaScript、前端框架、HTTP、GraphQL、TS、Vue、React、Webpack等还有很多我的原创文章喜欢的朋友欢迎stat。:rocket:持续更新中...|790|2022-01-04|
|111|[ChanceYu/front-end-rss](https://github.com/ChanceYu/front-end-rss)|:orange_book: 根据 RSS 抓取最新前端技术文章,来源:前端早读课、前端大全、前端之巅、前端技术优选、程序员成长指北、淘宝前端、张鑫旭博客、凹凸实验室等|786|2022-01-10|
|112|[TechXueXi/techxuexi-js](https://github.com/TechXueXi/techxuexi-js)|油猴等插件的 学习强国 js 代码 45分/天|784|2021-12-23|
|111|[TechXueXi/techxuexi-js](https://github.com/TechXueXi/techxuexi-js)|油猴等插件的 学习强国 js 代码 45分/天|787|2021-12-23|
|112|[ChanceYu/front-end-rss](https://github.com/ChanceYu/front-end-rss)|:orange_book: 根据 RSS 抓取最新前端技术文章,来源:前端早读课、前端大全、前端之巅、前端技术优选、程序员成长指北、淘宝前端、张鑫旭博客、凹凸实验室等|786|2022-01-11|
|113|[huaize2020/awesome-nodejs](https://github.com/huaize2020/awesome-nodejs)|Node.js 资源大全中文版。An awesome Node.js packages and resources|784|2022-01-10|
|114|[ZYSzys/awesome-captcha](https://github.com/ZYSzys/awesome-captcha)|:key: Curated list of awesome captcha libraries and crack tools.|776|2021-11-30|
|115|[ecitlm/Node-SpliderApi](https://github.com/ecitlm/Node-SpliderApi)|nodejs爬虫 API接口项目,包括前端开发日报、前端top框架排行、知乎日报、音乐数据接口、图片壁纸、搞笑视频、热点新闻资讯 详情接口数据|771|2021-08-12|
@ -125,8 +125,8 @@
|118|[teadocs/pandas-cn](https://github.com/teadocs/pandas-cn)|Pandas中文文档欢迎贡献|731|2021-10-06|
|119|[codota/jupyter-tabnine](https://github.com/codota/jupyter-tabnine)|Autocompletion with Deep Learning on Jupyter Notebook|730|2021-12-02|
|120|[senntyou/blogs](https://github.com/senntyou/blogs)|个人博客: Web前端, JavaScript, NodeJs, Electron ...|709|2021-11-30|
|121|[RustMagazine/rust_magazine_2021](https://github.com/RustMagazine/rust_magazine_2021)|RustMagazine 2021 期刊|707|2022-01-09|
|122|[alwxkxk/soft-and-hard](https://github.com/alwxkxk/soft-and-hard)|《软硬结合——从零打造物联网》 基于JS的物联网教程。|686|2022-01-05|
|121|[RustMagazine/rust_magazine_2021](https://github.com/RustMagazine/rust_magazine_2021)|RustMagazine 2021 期刊|708|2022-01-09|
|122|[alwxkxk/soft-and-hard](https://github.com/alwxkxk/soft-and-hard)|《软硬结合——从零打造物联网》 基于JS的物联网教程。|687|2022-01-05|
|123|[akira-cn/FE_You_dont_know](https://github.com/akira-cn/FE_You_dont_know)|分享在前端开发中你不知道的JavaScript、CSS和HTML趣味知识增加你的知识面。|683|2021-10-06|
|124|[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|
|125|[ShunCai/QZoneExport](https://github.com/ShunCai/QZoneExport)|QQ空间导出助手用于备份QQ空间的说说、日志、私密日记、相册、视频、留言板、QQ好友、收藏夹、分享、最近访客为文件便于迁移与保存|664|2021-12-29|
@ -137,7 +137,7 @@
|130|[oTranscribe/oTranscribe](https://github.com/oTranscribe/oTranscribe)|A free & open tool for transcribing audio interviews|633|2021-08-03|
|131|[woai3c/Front-end-articles](https://github.com/woai3c/Front-end-articles)|分享我的编程经验和学习心得,订阅请点 watch。|623|2022-01-08|
|132|[webfansplz/article](https://github.com/webfansplz/article)|record and share|621|2021-10-05|
|133|[sve1r/Rules-For-Quantumult-X](https://github.com/sve1r/Rules-For-Quantumult-X)|适用于 Quantumult X 规则整理集合. 所有内容源自 互联网,仅作为收集和整理 |618|2022-01-02|
|133|[sve1r/Rules-For-Quantumult-X](https://github.com/sve1r/Rules-For-Quantumult-X)|适用于 Quantumult X 规则整理集合. 所有内容源自 互联网,仅作为收集和整理 |619|2022-01-02|
|134|[fuzhengwei/NaiveChat](https://github.com/fuzhengwei/NaiveChat)|:performing_arts: 本项目是作者小傅哥使用JavaFx、Netty4.x、SpringBoot、Mysql等技术栈和偏向于DDD领域驱动设计方式搭建的仿桌面版微信实现通信核心功能。课程文章已发布到GitChat专栏欢迎购买。如果本项目能为您提供帮助请给予支持(关注、:star:Star、分享)|593|2021-08-25|
|135|[csxiaoyaojianxian/JavaScriptStudy](https://github.com/csxiaoyaojianxian/JavaScriptStudy)|JavaScript的学习代码总结高级特性、数据结构、设计模式、typescript、vue、angular、react、node、webpack、weex、小程序、tensorflow…JavaScript是世界上最好的语言|592|2021-10-06|
|136|[ZhangYikaii/NJUCS-Course-Material](https://github.com/ZhangYikaii/NJUCS-Course-Material)|南京大学计算机系 课程资料 作业 代码 实验报告 NJU-CS 课程分享计划 :rice:|589|2021-11-23|
@ -149,15 +149,15 @@
|142|[axipo/pdfTranslator](https://github.com/axipo/pdfTranslator)|一个具有划词翻译功能的跨平台pdf阅读器用着挺好用开源一下造福众科研人员欢迎star|552|2021-08-11|
|143|[zhuxuedefeng/AiQiangGUO](https://github.com/zhuxuedefeng/AiQiangGUO)|Ai强国 基于Autojs实现的模拟点击学习强国辅助工具 适配安卓|548|2021-10-24|
|144|[biaochenxuying/blog-react](https://github.com/biaochenxuying/blog-react)|react + Ant Design + 支持 markdown 的博客前台展示|544|2021-10-05|
|145|[Ahaochan/Tampermonkey](https://github.com/Ahaochan/Tampermonkey)|油猴脚本集合|528|2021-12-21|
|146|[a1029563229/blogs](https://github.com/a1029563229/blogs)|博客文章收录|527|2022-01-09|
|145|[a1029563229/blogs](https://github.com/a1029563229/blogs)|博客文章收录|528|2022-01-09|
|146|[Ahaochan/Tampermonkey](https://github.com/Ahaochan/Tampermonkey)|油猴脚本集合|528|2021-12-21|
|147|[57code/vue-study](https://github.com/57code/vue-study)|开课吧vue学习项目|517|2021-10-25|
|148|[bitshares/bitshares-ui](https://github.com/bitshares/bitshares-ui)|Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain|514|2022-01-08|
|149|[lukesyy/jd_yun](https://github.com/lukesyy/jd_yun)|京东合集-----腾讯云函数|502|2022-01-10|
|150|[CavinCao/mini-blog](https://github.com/CavinCao/mini-blog)|mini-blog是一款基于云开发的博客小程序该小程序完全不依赖任何后端服务无需自己的网站、服务器、域名等资源只需要自行注册小程序账号即可。|490|2021-08-11|
|151|[yisainan/vue](https://github.com/yisainan/vue)|💯 比较好的vue项目,值得借鉴与学习|484|2021-11-02|
|152|[oubingbing/school_wechat](https://github.com/oubingbing/school_wechat)|校园小情书前端代码,好玩的表白墙、树洞、校园论坛,可独立部署,也可以使用我部署的后台服务,毕业设计的好项目。|482|2021-10-19|
|153|[feeddd/feeds](https://github.com/feeddd/feeds)|免费的公众号 RSS支持扩展任意 APP|479|2022-01-09|
|151|[yisainan/vue](https://github.com/yisainan/vue)|💯 比较好的vue项目,值得借鉴与学习|485|2021-11-02|
|152|[feeddd/feeds](https://github.com/feeddd/feeds)|免费的公众号 RSS支持扩展任意 APP|482|2022-01-10|
|153|[oubingbing/school_wechat](https://github.com/oubingbing/school_wechat)|校园小情书前端代码,好玩的表白墙、树洞、校园论坛,可独立部署,也可以使用我部署的后台服务,毕业设计的好项目。|482|2021-10-19|
|154|[Leo501/CocosCreatorTutorial](https://github.com/Leo501/CocosCreatorTutorial)|CocosCreator基础教程demo集合|475|2022-01-09|
|155|[apachecn/ml-mastery-zh](https://github.com/apachecn/ml-mastery-zh)|:book: [译] MachineLearningMastery 博客文章|458|2021-12-15|
|156|[lishuaixingNewBee/gordanTv](https://github.com/lishuaixingNewBee/gordanTv)|微信小程序-狗蛋TV是一个分享打动人心事物的微信小程序。gordanLee每天都会推荐一首歌、一篇文章、一段短视频每天用十分钟的细碎时光点燃内心的光明。|453|2021-12-22|
@ -185,7 +185,7 @@
|178|[accforgit/blog-data](https://github.com/accforgit/blog-data)|:apple: 存放一些在博客中用到的示例代码|350|2021-08-21|
|179|[alienzhou/blog](https://github.com/alienzhou/blog)|📖 个人博客,分享一些前端工作学习中的收获,欢迎 ✨,博客地址>>|348|2021-10-22|
|180|[bh-lay/blog](https://github.com/bh-lay/blog)|剧中人的nodeJS版个人博客仅仅是前后端实现不包含博文数据。|348|2021-10-05|
|181|[dundunnp/hamibot-auto_xuexiqiangguo](https://github.com/dundunnp/hamibot-auto_xuexiqiangguo)|每日拿63分(满63分)所有模块均可自动完成包括订阅与发表言论免root四人赛双人对战秒答基于Hamibot的安卓端学习强国自动化脚本|345|2022-01-10|
|181|[dundunnp/hamibot-auto_xuexiqiangguo](https://github.com/dundunnp/hamibot-auto_xuexiqiangguo)|每日拿63分(满63分)所有模块均可自动完成包括订阅与发表言论免root四人赛双人对战秒答基于Hamibot的安卓端学习强国自动化脚本|345|2022-01-11|
|182|[zer4tul/hacker-howto](https://github.com/zer4tul/hacker-howto)|本文原文由知名Hacker Eric S. Raymond 所撰写,教你如何成为一名黑客。|344|2021-09-01|
|183|[leochen-g/wechat-assistant](https://github.com/leochen-g/wechat-assistant)|本项目已升级为智能微秘书请移步https://github.com/gengchen528/wechat-assistant-pro|337|2021-10-19|
|184|[wuyawei/fe-code](https://github.com/wuyawei/fe-code)|🍹🍰 愉快的写代码~(文章合集)|337|2021-10-05|
@ -201,7 +201,7 @@
|194|[apachecn/opencv-doc-zh](https://github.com/apachecn/opencv-doc-zh)|:book: [译] OpenCV 中文文档|320|2021-12-28|
|195|[cpselvis/geektime-webpack-course](https://github.com/cpselvis/geektime-webpack-course)|《玩转webpack》极客时间课程源码和课件|312|2021-09-02|
|196|[ryouaki/ECMAScript2016-Design-Patterns](https://github.com/ryouaki/ECMAScript2016-Design-Patterns)|Design Patterns for ES6 (使用es6实现的设计模式) - 只Fork不Star是不道德的 ^_^|308|2021-12-06|
|197|[JustDoPython/python-examples](https://github.com/JustDoPython/python-examples)|Python技术 公众号文章代码实例|303|2022-01-06|
|197|[JustDoPython/python-examples](https://github.com/JustDoPython/python-examples)|Python技术 公众号文章代码实例|304|2022-01-06|
|198|[cocos-creator/tutorial-hot-update](https://github.com/cocos-creator/tutorial-hot-update)|Tutorial project for Cocos Creator hot update|302|2022-01-05|
|199|[longwenjunjie/jiangqie_kafei](https://github.com/longwenjunjie/jiangqie_kafei)|酱茄小程序开源版基于WordPress的微信小程序适用于博客小程序和新闻资讯小程序。|299|2021-10-27|
|200|[MatcherAny/whitelist.pac](https://github.com/MatcherAny/whitelist.pac)|自己使用的白名单pac文件不定时更新常见域名|299|2021-11-11|