开源项目

第 N-1 手资料

https://github.com/torvalds/linux

https://github.com/mysql/mysql-server

https://github.com/openjdk/jdk

https://github.com/blender/blender

源码调试环境

搭建Kafka 源码环境

搭建Spring Boot 源码环境

搭建Flask 源码环境

搭建Spark 源码环境

Unity

https://github.com/UnityTechnologies/open-project-1

BRDF

https://github.com/wdas/brdf,是迪士尼开源的,运行在Windows 的BRDF 浏览器。包含这个浏览器的C++ 实现,以及对应的各种BDRF 光照模型的源码,对于理解计算机图形学、渲染,是很有帮助的

DOTS

https://github.com/Unity-Technologies/Animation-Instancing

https://github.com/Unity-Technologies/DOTS-Shmup3D-sample

https://github.com/Unity-Technologies/DOTSSample

https://github.com/Unity-Technologies/DOTS-training-samples

https://github.com/Unity-Technologies/Unity.Animation.Samples

Shader

https://github.com/candycat1992/Unity_Shaders_Book

https://github.com/unity3d-jp/UnityChanToonShaderVer2_Project

https://github.com/IronWarrior/UnityToonShader

Spring

https://github.com/spring/spring

https://github.com/spring-projects/spring-framework

https://github.com/spring-projects/spring-boot

循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列源码

https://github.com/wuyouzhuguli/SpringAll

史上最简单的Spring Cloud教程源码

https://github.com/spring-projects/spring-framework

SpringMVC 和 MyBatis 学习笔记,搭配示例,主要讲解一些基础的概念、用法和配置

https://github.com/brianway/springmvc-mybatis-learning

MyBatis

https://github.com/mybatis/spring

中文注释

https://github.com/tuguangquan/mybatis

https://github.com/yeecode/MyBatisCN

Flask

https://github.com/pallets/flask

Kafka

https://github.com/apache/kafka

Spark

https://github.com/apache/spark

中文注释

https://github.com/tophua/spark1.52

网络库

muduo

https://github.com/chenshuo/muduo

https://github.com/chenshuo/muduo-tutorial

libevent

https://github.com/libevent/libevent

Netty

https://github.com/netty/netty

中文注释

https://github.com/code4craft/netty-learning

Redis

https://github.com/redis/redis

中文注释

https://github.com/huangz1990/redis-3.0-annotated

Nginx

https://github.com/nginx/nginx

中文注释

https://github.com/jianfengye/nginx-1.0.14_comment

Lua

https://github.com/lua/lua

中文注释

https://github.com/TitenWang/lua-comment

ANTLR4

https://github.com/antlr/antlr4

用ANTLR4 实现各种语言的语法

https://github.com/antlr/grammars-v4

原文地址:https://www.cnblogs.com/yaoyangding/p/15423142.html