数据更新: 2024-02-17 / 温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到
# | Repository | Description | Stars | Language | Updated |
---|---|---|---|---|---|
1 | EbookFoundation/free-programming-books | 📚 Freely available programming books | 311872 | - | 2024-02-10 |
2 | jwasham/coding-interview-university | A complete computer science study plan to become a software engineer. | 277986 | - | 2024-02-15 |
3 | 996icu/996.ICU | Repo for counting stars and contributing. Press F to pay respect to glorious developers. | 268533 | Rust | 2024-01-24 |
4 | donnemartin/system-design-primer | Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. | 246668 | Python | 2024-01-16 |
5 | trekhleb/javascript-algorithms | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | 180188 | JavaScript | 2024-02-13 |
6 | CyC2018/CS-Notes | 📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计 | 170482 | Java | 2024-01-09 |
7 | jackfrued/Python-100-Days | Python - 100天从新手到大师 | 146484 | Python | 2024-01-28 |
8 | jlevy/the-art-of-command-line | Master the command line, in one page | 143781 | - | 2023-12-24 |
9 | Snailclimb/JavaGuide | 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide! | 140597 | Java | 2024-02-16 |
10 | airbnb/javascript | JavaScript Style Guide | 140413 | JavaScript | 2024-02-16 |
11 | labuladong/fucking-algorithm | 刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why. | 122256 | Markdown | 2024-01-16 |
12 | justjavac/free-programming-books-zh_CN | 📚 免费的计算机编程类中文书籍,欢迎投稿 | 107971 | - | 2024-01-22 |
13 | ryanmcdermott/clean-code-javascript | 🛁 Clean Code concepts adapted for JavaScript | 88357 | JavaScript | 2024-02-13 |
14 | 521xueweihan/HelloGitHub | 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub. | 82086 | Python | 2024-01-26 |
15 | doocs/advanced-java | 😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识 | 73356 | Java | 2024-01-11 |
16 | jaywcjlove/awesome-mac | Now we have become very big, Different from the original idea. Collect premium software in various categories. | 69128 | JavaScript | 2024-02-10 |
17 | krahets/hello-algo | 《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing | 62256 | Java | 2024-02-14 |
18 | Anduin2017/HowToCook | 程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only). | 58871 | Shell | 2024-01-18 |
19 | sdmg15/Best-websites-a-programmer-should-visit | 🔗 Some useful websites for programmers. | 55509 | - | 2024-02-13 |
20 | d2l-ai/d2l-zh | 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。 | 53855 | Python | 2024-02-16 |
21 | azl397985856/leetcode | LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。) | 53296 | JavaScript | 2024-01-13 |
22 | scutan90/DeepLearning-500-questions | 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系[email protected] 版权所有,违权必究 Tan 2018.0 ... | 52547 | JavaScript | 2023-11-28 |
23 | ggerganov/llama.cpp | Port of Facebook's LLaMA model in C/C++ | 50767 | C++ | 2024-02-16 |
24 | PlexPt/awesome-chatgpt-prompts-zh | ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。 | 48324 | - | 2024-01-28 |
25 | youngyangyang04/leetcode-master | 《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀 | 45194 | - | 2024-02-16 |
26 | tiimgreen/github-cheat-sheet | A list of cool features of Git and GitHub. | 44624 | - | 2024-02-04 |
27 | typescript-cheatsheets/react | Cheatsheets for experienced React developers getting started with TypeScript | 43540 | JavaScript | 2024-02-10 |
28 | justjavac/awesome-wechat-weapp | 微信小程序开发资源汇总 💯 | 43170 | - | 2024-01-29 |
29 | astaxie/build-web-application-with-golang | A golang ebook intro how to build a web with golang | 42701 | Go | 2024-01-12 |
30 | k88hudson/git-flight-rules | Flight rules for git | 41513 | - | 2023-09-27 |
31 | PKUFlyingPig/cs-self-learning | 计算机自学指南 | 41228 | HTML | 2024-01-27 |
32 | ruanyf/weekly | 科技爱好者周刊,每周五发布 | 39904 | - | 2024-02-02 |
33 | yangshun/front-end-interview-handbook | ⚡️ Front End interview preparation materials for busy engineers | 39534 | JavaScript | 2024-02-15 |
34 | alex/what-happens-when | An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?" | 38226 | - | 2024-02-15 |
35 | Light-City/CPlusPlusThings | C++那些事 | 35666 | C++ | 2024-01-29 |
36 | QSCTech/zju-icicles | 浙江大学课程攻略共享计划 | 35253 | HTML | 2024-02-10 |
37 | AobingJava/JavaFamily | 【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。 | 35042 | - | 2023-10-26 |
38 | satwikkansal/wtfpython | What the f*ck Python? 😱 | 34849 | Python | 2024-01-30 |
39 | byoungd/English-level-up-tips | An advanced guide to learn English which might benefit you a lot 🎉 . 离谱的英语学习指南/英语学习教程。 | 34356 | - | 2024-02-06 |
40 | unknwon/the-way-to-go_ZH_CN | 《The Way to Go》中文译本,中文正式名《Go 入门指南》 | 33960 | Go | 2024-02-02 |
41 | formulahendry/955.WLB | 955 不加班的公司名单 - 工作 955,work–life balance (工作与生活的平衡) | 33547 | - | 2024-01-11 |
42 | denysdovhan/wtfjs | 🤪 A list of funny and tricky JavaScript examples | 33442 | JavaScript | 2023-11-30 |
43 | xitu/gold-miner | 🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台: | 33170 | - | 2024-01-21 |
44 | 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, inclu ... | 31971 | C++ | 2023-11-27 |
45 | Trinea/android-open-project | A categorized collection of Android Open Source Projects, More powerful web version: | 31439 | - | 2024-01-31 |
46 | halfrost/LeetCode-Go | ✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解 | 31403 | Go | 2024-02-05 |
47 | PKUanonym/REKCARC-TSC-UHT | 清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University | 31231 | HTML | 2024-02-07 |
48 | mqyqingfeng/Blog | 冴羽写博客的地方,预计写四个系列:JavaScript深入系列、JavaScript专题系列、ES6系列、React系列。 | 30252 | - | 2023-12-15 |
49 | alibaba/p3c | Alibaba Java Coding Guidelines pmd implements and IDE plugin | 29964 | Kotlin | 2024-01-09 |
50 | fengdu78/Coursera-ML-AndrewNg-Notes | 吴恩达老师的机器学习课程个人笔记 | 29867 | HTML | 2024-02-13 |
51 | ityouknow/spring-boot-examples | about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 | 29748 | Java | 2023-11-18 |
52 | 0xAX/linux-insides | A little bit about a linux kernel | 29176 | Python | 2024-02-05 |
53 | elsewhencode/project-guidelines | A set of best practices for JavaScript projects | 29072 | JavaScript | 2024-02-15 |
54 | ryanhanwu/How-To-Ask-Questions-The-Smart-Way | 本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。 | 28697 | JavaScript | 2024-02-07 |
55 | geekan/HowToLiveLonger | 程序员延寿指南 A programmer's guide to live longer | 28531 | - | 2024-01-30 |
56 | 1c7/chinese-independent-developer | 👩🏿💻👨🏾💻👩🏼💻👨🏽💻👩🏻💻中国独立开发者项目列表 -- 分享大家都在做什么 | 28195 | - | 2024-02-03 |
57 | doocs/leetcode | 🔥LeetCode solutions in any programming language 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解 | 27786 | Java | 2024-02-16 |
58 | jaywcjlove/linux-command | Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux | 27255 | Markdown | 2024-02-09 |
59 | ascoders/weekly | 前端精读周刊。帮你理解最前沿、实用的技术。 | 26724 | JavaScript | 2023-12-25 |
60 | GitHubDaily/GitHubDaily | 坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub. | 26723 | - | 2023-12-31 |
61 | viraptor/reverse-interview | Questions to ask the company during your interview | 26517 | - | 2024-02-02 |
62 | dwmkerr/hacker-laws | 💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws | 25423 | Shell | 2024-01-31 |
63 | hollischuang/toBeTopJavaer | To Be Top Javaer - Java工程师成神之路 | 25074 | Java | 2024-01-03 |
64 | qianguyihao/Web | 千古前端图文教程,超详细的前端入门到进阶知识库。从零开始学前端,做一名精致优雅的前端工程师。 | 24603 | JavaScript | 2024-01-20 |
65 | haizlin/fe-interview | 前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),6000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能…… | 24465 | JavaScript | 2024-02-15 |
66 | JushBJJ/Mr.-Ranedeer-AI-Tutor | A GPT-4 AI Tutor Prompt for customizable personalized learning experiences. | 24346 | - | 2023-11-18 |
67 | imDazui/Tvlist-awesome-m3u-m3u8 | 直播源相关资源汇总 📺 💯 IPTV、M3U —— 勤洗手、戴口罩,祝愿所有人百毒不侵 | 23988 | - | 2023-12-24 |
68 | yeasy/docker_practice | Learn and understand Docker&Container technologies, with real DevOps practice! | 23886 | Go | 2024-02-04 |
69 | rwaldron/idiomatic.js | Principles of Writing Consistent, Idiomatic JavaScript | 23811 | - | 2024-01-08 |
70 | goldbergyoni/javascript-testing-best-practices | 📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023) | 23264 | JavaScript | 2024-01-05 |
71 | datawhalechina/pumpkin-book | 《机器学习》(西瓜书)公式详解 | 22724 | - | 2023-11-17 |
72 | wangzheng0822/algo | 数据结构和算法必知必会的50个代码实现 | 22489 | Python | 2024-01-05 |
73 | gedoor/legado | Legado 3.0 Book Reader with powerful controls & full functions❤️阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。 | 21761 | Kotlin | 2024-02-16 |
74 | DesignPatternsPHP/DesignPatternsPHP | Sample code for several design patterns in PHP 8.x | 21620 | PHP | 2023-09-28 |
75 | sunface/rust-course | “连续六年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。<<Rust语言圣经>>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,甚至还有JS程序员关注的 WASM 和 Deno 等专题。这可能是目前最用心的 Rust 中文学习教程 / Book | 21444 | Rust | 2024-02-15 |
76 | judasn/IntelliJ-IDEA-Tutorial | IntelliJ IDEA 简体中文专题教程 | 21406 | - | 2023-12-17 |
77 | 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」同步更新 | 21278 | JavaScript | 2023-12-28 |
78 | shimohq/chinese-programmer-wrong-pronunciation | 中国程序员容易发音错误的单词 | 21152 | Python | 2024-02-04 |
79 | git-tips/tips | Most commonly used git tips and tricks. | 21090 | JavaScript | 2023-11-16 |
80 | facert/awesome-spider | 爬虫集合 | 21036 | - | 2023-09-27 |
81 | ruanyf/es6tutorial | 《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。 | 21028 | JavaScript | 2023-12-30 |
82 | SwiftGGTeam/the-swift-programming-language-in-chinese | 中文版 Apple 官方 Swift 教程《The Swift Programming Language》 | 20957 | CSS | 2024-01-01 |
83 | wesm/pydata-book | Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media | 20930 | Jupyter Notebook | 2023-12-22 |
84 | quii/learn-go-with-tests | Learn Go with test-driven development | 20913 | Go | 2024-02-11 |
85 | d2l-ai/d2l-en | Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge. | 20872 | Python | 2024-01-18 |
86 | luong-komorebi/Awesome-Linux-Software | 🐧 A list of awesome Linux softwares | 20797 | Python | 2024-02-04 |
87 | drduh/macOS-Security-and-Privacy-Guide | Guide to securing and improving privacy on macOS | 20715 | Python | 2024-02-16 |
88 | WeNeedHome/SummaryOfLoanSuspension | 全国各省市停贷通知汇总 | 20449 | HTML | 2024-01-08 |
89 | fastai/fastbook | The fastai book, published as Jupyter Notebooks | 20251 | Jupyter Notebook | 2024-02-14 |
90 | Vonng/ddia | 《Designing Data-Intensive Application》DDIA中文翻译 | 18857 | Python | 2024-01-27 |
91 | adam-golab/react-developer-roadmap | Roadmap to becoming a React developer | 18560 | JavaScript | 2024-02-16 |
92 | chokcoco/iCSS | 不止于 CSS | 18311 | CSS | 2024-02-04 |
93 | fengdu78/lihang-code | 《统计学习方法》的代码实现 | 18236 | Jupyter Notebook | 2023-08-22 |
94 | inancgumus/learngo | ❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs. | 18157 | Go | 2024-01-12 |
95 | chaozh/awesome-blockchain-cn | 收集所有区块链(BlockChain)技术开发相关资料,包括Fabric和Ethereum开发资料 | 17981 | JavaScript | 2024-01-03 |
96 | walter201230/Python | 最良心的 Python 教程: | 17846 | - | 2023-10-23 |
97 | timqian/chinese-independent-blogs | 中文独立博客列表 | 17730 | JavaScript | 2024-02-16 |
98 | JacksonTian/fks | 前端技能汇总 Frontend Knowledge Structure | 17702 | JavaScript | 2023-12-08 |
99 | lewagon/setup | Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp | 17601 | Ruby | 2024-01-26 |
100 | afatcoder/LeetcodeTop | 汇总各大互联网公司容易考察的高频leetcode题🔥 | 17575 | - | 2024-01-30 |
101 | OI-wiki/OI-wiki | 🌟 Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法) | 17339 | - | 2024-02-16 |
102 | MoienTajik/AspNetCore-Developer-Roadmap | Roadmap to becoming an ASP.NET Core developer in 2024 | 17268 | - | 2024-02-01 |
103 | kaixindelele/ChatPaper | Use ChatGPT to summarize the arXiv papers. 全流程加速科研,利用chatgpt进行论文全文总结+专业翻译+润色+审稿+审稿回复 | 16992 | Python | 2024-01-10 |
104 | imarvinle/awesome-cs-books | 🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等 | 16863 | - | 2023-12-03 |
105 | rubocop/ruby-style-guide | A community-driven Ruby coding style guide | 16350 | - | 2024-01-13 |
106 | mhinz/vim-galore | 🎓 All things Vim! | 16198 | Vim script | 2023-12-22 |
107 | vasanthk/react-bits | ✨ React patterns, techniques, tips and tricks ✨ | 16135 | - | 2023-11-30 |
108 | JeffLi1993/springboot-learning-example | spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。 | 15923 | Java | 2023-12-03 |
109 | braydie/HowToBeAProgrammer | A guide on how to be a Programmer - originally published by Robert L Read | 15748 | - | 2024-01-07 |
110 | dyc87112/SpringBoot-Learning | 《Spring Boot基础教程》,2.x版本持续连载中!点击下方链接直达教程目录! | 15514 | Java | 2023-12-17 |
111 | hehonghui/awesome-english-ebooks | 经济学人(含音频)、纽约客、卫报、连线、大西洋月刊等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新 | 15485 | HTML | 2024-02-15 |
112 | jobbole/awesome-java-cn | Java资源大全中文版,包括开发库、开发工具、网站、博客、微信、微博等,由伯乐在线持续更新。 | 15213 | - | 2024-01-31 |
113 | heibaiying/BigData-Notes | 大数据入门指南 ⭐ | 14989 | Java | 2024-01-05 |
114 | leandromoreira/digital_video_introduction | A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding). Translations: 🇺🇸 🇨🇳 🇯🇵 🇮🇹 🇰🇷 🇷🇺 🇧🇷 🇪🇸 | 14932 | Jupyter Notebook | 2023-09-07 |
115 | uber-go/guide | The Uber Go Style Guide. | 14896 | - | 2024-01-24 |
116 | ochococo/Design-Patterns-In-Swift | 📖 Design Patterns implemented in Swift 5.0 | 14880 | Swift | 2024-01-18 |
117 | greyireland/algorithm-pattern | 算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~ | 14866 | Go | 2023-12-22 |
118 | selfteaching/the-craft-of-selfteaching | One has no future if one couldn't teach themself. | 14864 | Jupyter Notebook | 2024-01-31 |
119 | LiLittleCat/awesome-free-chatgpt | 🆓免费的 ChatGPT 镜像网站列表,持续更新。List of free ChatGPT mirror sites, continuously updated. | 14807 | Python | 2024-02-01 |
120 | wistbean/learn_python3_spider | python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式 ... | 14730 | Python | 2024-01-04 |
121 | arialdomartini/Back-End-Developer-Interview-Questions | A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore | 14634 | - | 2024-01-09 |
122 | koodo-reader/koodo-reader | A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web | 14557 | JavaScript | 2024-02-08 |
123 | Lissy93/personal-security-checklist | 🔒 A compiled checklist of 300+ tips for protecting digital security and privacy in 2024 | 14170 | TypeScript | 2024-02-15 |
124 | fangzesheng/free-api | 收集免费的接口服务,做一个api的搬运工 | 14121 | - | 2024-01-12 |
125 | zhisheng17/flink-learning | flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、 ... | 14101 | Java | 2023-09-15 |
126 | RealKai42/qwerty-learner | 为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers | 13950 | TypeScript | 2024-02-15 |
127 | doocs/source-code-hunter | 😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等 | 13885 | Java | 2023-12-17 |
128 | open-android/Android | GitHub上最火的Android开源项目,所有开源项目都有详细资料和配套视频 | 13836 | - | 2023-09-16 |
129 | aalansehaiyang/technology-talk | 【大厂面试专栏】一份Java程序员需要的技术指南,这里有面试题、系统架构、职场锦囊、主流中间件等,让你成为更牛的自己! | 13781 | - | 2023-10-28 |
130 | interagent/http-api-design | HTTP API design guide extracted from work on the Heroku Platform API | 13644 | - | 2024-01-16 |
131 | sparanoid/chinese-copywriting-guidelines | Chinese copywriting guidelines for better written communication/中文文案排版指北 | 13531 | - | 2024-01-17 |
132 | shengqiangzhang/examples-of-web-crawlers | 一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. ) | 13264 | Python | 2023-12-25 |
133 | immersive-translate/immersive-translate | 沉浸式双语网页翻译扩展 , 支持输入框翻译, 鼠标悬停翻译, PDF, Epub, 字幕文件, TXT 文件翻译 - Immersive Dual Web Page Translation Extension | 12738 | - | 2024-02-07 |
134 | rust-embedded/rust-raspberrypi-OS-tutorials | 📚 Learn to write an embedded OS in Rust 🦀 | 12648 | Rust | 2024-02-10 |
135 | halfrost/Halfrost-Field | ✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地 | 12602 | Go | 2023-12-28 |
136 | jindongwang/transferlearning | Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习 | 12579 | Python | 2024-01-26 |
137 | macrozheng/mall-learning | mall学习教程,架构、业务、技术要点全方位解析。mall项目(50k+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容器化部署。 | 12575 | Java | 2023-11-13 |
138 | labring/sealos | Sealos is a production-ready Kubernetes distribution that provides a one-stop solution for both public and private cloud. https://sealos.io | 12546 | Go | 2024-02-04 |
139 | leisurelicht/wtfpython-cn | wtfpython的中文翻译/施工结束/ 能力有限,欢迎帮我改进翻译 | 12459 | Python | 2023-09-20 |
140 | Hannibal046/Awesome-LLM | Awesome-LLM: a curated list of Large Language Model | 12268 | - | 2024-02-05 |
141 | jamiebuilds/babel-handbook | 📘 A guided handbook on how to use Babel and how to create plugins for Babel. | 11883 | - | 2024-01-23 |
142 | zhaoolee/ChineseBQB | 🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, 中国表情包大集合, 聚欢乐~ | 11719 | JavaScript | 2023-11-06 |
143 | talkgo/night | Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。 | 11702 | Go | 2024-01-25 |
144 | Tim9Liu9/TimLiu-iOS | iOS开发常用三方库、插件、知名博客等等 | 11572 | - | 2023-08-30 |
145 | chenyuntc/pytorch-book | PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》) | 11526 | Jupyter Notebook | 2023-12-24 |
146 | Idnan/bash-guide | A guide to learn bash | 11507 | - | 2024-01-03 |
147 | markyun/markyun | 在Github的学习片段 | 11335 | - | 2024-02-02 |
148 | MaaAssistantArknights/MaaAssistantArknights | 《明日方舟》小助手,全日常一键长草! A one-click tool for the daily tasks of Arknights, supporting all clients. | 11326 | C++ | 2024-02-16 |
149 | pluja/awesome-privacy | Awesome Privacy - A curated list of services and alternatives that respect your privacy because PRIVACY MATTERS. | 11214 | - | 2024-02-16 |
150 | itwanger/toBeBetterJavaer | 一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄 | 11034 | Java | 2024-02-15 |
151 | DeathKing/Learning-SICP | MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。 | 10772 | Ruby | 2023-09-27 |
152 | pandora-next/deploy | Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy + Chat2API + Signup Free = PandoraNext. New GPTs(Gizmo) UI, All in one! | 10723 | PHP | 2024-01-21 |
153 | ritchieng/the-incredible-pytorch | The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch. | 10624 | - | 2024-01-17 |
154 | Dod-o/Statistical-Learning-Method_Code | 手写实现李航《统计学习方法》书中全部算法 | 10578 | Python | 2023-11-25 |
155 | fuzhengwei/CodeGuide | 📚 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)! | 10529 | - | 2024-02-16 |
156 | pwxcoo/chinese-xinhua | 📙 中华新华字典数据库。包括歇后语,成语,词语,汉字。 | 10519 | Python | 2023-12-26 |
157 | xmu-xiaoma666/External-Attention-pytorch | 🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐ | 10443 | Python | 2024-01-31 |
158 | zh-google-styleguide/zh-google-styleguide | Google 开源项目风格指南 (中文版) | 10229 | Makefile | 2024-02-08 |
159 | xcatliu/typescript-tutorial | TypeScript 入门教程 | 10181 | TypeScript | 2023-11-27 |
160 | wsdjeg/vim-galore-zh_cn | Vim 从入门到精通 | 10180 | Vim script | 2023-09-23 |
161 | MSWorkers/support.996.ICU | Microsoft and GitHub Workers Support 996.ICU | 10090 | - | 2024-01-29 |
162 | doocs/jvm | 🤗 JVM 底层原理最全知识总结 | 10031 | - | 2024-01-20 |
163 | sunface/rust-by-practice | Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects. | 9939 | Rust | 2024-02-04 |
164 | cuixiaorui/mini-vue | 实现最简 vue3 模型( Help you learn more efficiently vue3 source code ) | 9774 | TypeScript | 2023-11-27 |
165 | greatghoul/remote-working | 收集整理远程工作相关的资料 | 9594 | Ruby | 2024-02-04 |
166 | phodal/github | GitHub 漫游指南- a Chinese ebook on how to build a good project on Github. Explore the users' behavior. Find some thing interest. | 9555 | Rich Text Format | 2023-09-30 |
167 | dtm-labs/dtm | A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages. | 9527 | Go | 2024-02-03 |
168 | nestjs/awesome-nestjs | A curated list of awesome things related to NestJS 😎 | 9515 | - | 2024-02-16 |
169 | diff-usion/Awesome-Diffusion-Models | A collection of resources and papers on Diffusion Models | 9483 | HTML | 2023-12-17 |
170 | yzfly/awesome-chatgpt-zh | ChatGPT 中文指南🔥,ChatGPT 中文调教指南,指令指南,应用开发指南,精选资源清单,更好的使用 chatGPT 让你的生产力 up up up! 🚀 | 9375 | Python | 2023-12-18 |
171 | gurugio/lowlevelprogramming-university | How to be low-level programmer | 9329 | - | 2024-02-12 |
172 | AmazingAng/WTF-Solidity | 我最近在重新学solidity,巩固一下细节,也写一个“WTF Solidity极简入门”,供小白们使用,每周更新1-3讲。Now supports English! 官网: https://wtf.academy | 9258 | Solidity | 2024-02-16 |
173 | ChenYilong/iOSInterviewQuestions | iOS interview questions;iOS面试题集锦(附答案)--学习qq群或 Telegram 群交流 ChenYilong/iOSBlog#21 | 9244 | C++ | 2024-01-01 |
174 | jobbole/awesome-cpp-cn | C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。 | 9077 | - | 2023-12-28 |
175 | javascript-tutorial/zh.javascript.info | 现代 JavaScript 教程(The Modern JavaScript Tutorial),以最新的 ECMAScript 规范为基准,通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识。 | 9061 | HTML | 2024-01-30 |
176 | injetlee/Python | Python脚本。模拟登录知乎, 爬虫,操作excel,微信公众号,远程开机 | 9012 | Python | 2023-10-10 |
177 | datawhalechina/leedl-tutorial | 《李宏毅深度学习教程》,PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases | 9011 | - | 2024-02-09 |
178 | OpenTalker/SadTalker | [CVPR 2023] SadTalker:Learning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation | 9010 | Python | 2024-02-11 |
179 | codeguy/php-the-right-way | An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web | 8927 | CSS | 2024-02-15 |
180 | unknwon/go-fundamental-programming | 《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。 | 8843 | Go | 2023-10-27 |
181 | febobo/web-interview | 语音打卡社群维护的前端面试题库,包含不限于Vue面试题,React面试题,JS面试题,HTTP面试题,工程化面试题,CSS面试题,算法面试题,大厂面试题,高频面试题 | 8811 | - | 2024-01-04 |
182 | jaywcjlove/reference | 为开发人员分享快速参考备忘清单(速查表) | 8718 | Dockerfile | 2024-02-12 |
183 | daliansky/Hackintosh | Hackintosh long-term maintenance model EFI and installation tutorial | 8653 | Shell | 2024-01-28 |
184 | pingcap/awesome-database-learning | A list of learning materials to understand databases internals | 8521 | - | 2024-01-19 |
185 | CodingDocs/awesome-java | Collection of awesome Java project on Github(非常棒的 Java 开源项目集合). | 8494 | - | 2023-08-30 |
186 | Jack-Cherish/PythonPark | Python 开源项目之「自学编程之路」,保姆级教程:AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。 | 8415 | Python | 2024-01-16 |
187 | apachecn/Interview | Interview = 简历指南 + 算法题 + 八股文 + 源码分析 | 8412 | Jupyter Notebook | 2023-10-20 |
188 | freeCodeCamp/how-to-contribute-to-open-source | A guide to contributing to open source | 8412 | Ruby | 2024-02-13 |
189 | wmjordan/PDFPatcher | PDF补丁丁——PDF工具箱,可以编辑书签、剪裁旋转页面、解除限制、提取或合并文档,探查文档结构,提取图片、转成图片等等 | 8283 | C# | 2024-02-05 |
190 | public-api-lists/public-api-lists | A collective list of free APIs for use in software and web development 🚀 | 8245 | - | 2024-02-15 |
191 | gibbok/typescript-book | The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source. | 8133 | TypeScript | 2024-01-24 |
192 | datawhalechina/prompt-engineering-for-developers | 面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版 | 8048 | Jupyter Notebook | 2024-02-13 |
193 | Mooler0410/LLMsPracticalGuide | A curated list of practical guide resources of LLMs (LLMs Tree, Examples, Papers) | 8006 | - | 2024-01-10 |
194 | tangyudi/Ai-Learn | 人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-in ... | 7932 | - | 2024-01-09 |
195 | antonioru/beautiful-react-hooks | 🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥 | 7922 | JavaScript | 2023-11-20 |
196 | bitemyapp/learnhaskell | Learn Haskell | 7888 | Makefile | 2023-09-30 |
197 | modelscope/facechain | FaceChain is a deep-learning toolchain for generating your Digital-Twin. | 7832 | Python | 2024-02-04 |
198 | jackzhenguo/python-small-examples | 告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 Python中文网 http://www.zglg.work | 7791 | Python | 2023-09-03 |
199 | datawhalechina/easy-rl | 强化学习中文教程(蘑菇书),在线阅读地址:https://datawhalechina.github.io/easy-rl/ | 7757 | Jupyter Notebook | 2024-02-05 |
200 | inferjay/AndroidDevTools | 收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。 | 7689 | - | 2024-02-05 |
↓ -- 感谢读者 -- ↓
榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!