一些书籍或者教程的源码整理
《LINUX 设备驱动程序》/《Linux Device Drivers 3》
《Redis 设计与实现》
#TODO
官方提供下载地址:http://www.informit.com/store/essential-c-plus-plus-9780201485189
官方提供下载地址:http://www.informit.com/store/c-plus-plus-primer-9780321714114
《C++ 并发编程实践》/《C++ Concurrency in Action》
官方提供下载地址:https://www.manning.com/books/c-plus-plus-concurrency-in-action
《C++11/14 高级编程 Boost 程序库探秘 - 第三版》
Modern C++ Tutorial:C++11/14/17/20 On the Fly
《100 Go Mistakes and How to Avoid Them》 - 原始代码地址
《Writing A Compiler In Go/用 Go 语言自制解释器》,国内叫做金猴书
《Writing An Interpreter In Go/用 Go 语言自制编译器》,国内叫做彩猴书
>
《Learn Concurrent Programming With Go》
Github: https://github.com/cutajarj/ConcurrentProgrammingWithGo
《Go 语言精进之路从新手到高手的编程思想、方法和技巧 1/2》
Github:https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster
《Advanced Programming in the UNIX® Environment,Third Edition》/《UNIX 环境高级编程 (第 3 版)》
《UNIX Network Programming,Volume 1,Third Edition Source Code》/《UNIX 网络编程卷 1:套接字联网 API (第 3 版》
《深入理解 Linux 网络 - 修炼底层内功、掌握高性能原理》
Github 地址:https://github.com/yanfeizhang/deep_linux_network_tests
《Modern Vim:Craft Your Development Environment with Vim 8 and Neovim》
官方网站:https://pragprog.com/titles/modvim/modern-vim/,提供了源码以及其他的资源。
《Linux Observability with BPF》
Github 地址:https://github.com/bpftools/linux-observability-with-bpf
Github 地址:https://github.com/lizrice/learning-ebpf
Github 地址:https://github.com/mozillazg/cloud-native-security-with-ebpf
《大模型应用开发极简入门:基于 ChatGPT-4 和 ChatGPT》
Github 地址:https://github.com/malywut/gpt_examples/tree/openai1.3
Github 地址:https://github.com/chiphuyen/aie-book
《Build a Large Language Model (From Scratch)》
Github 地址:https://github.com/PacktPublishing/LLM-Engineers-Handbook
《The Pragmatic Programmer - your journey to mastery》/《程序员修炼之道:通向务实的最高境界 - 第二版》
说明:仓库太大,放到独立的 Repo 里。
本仓库中的部分大文件使用 Git LFS 管理,主要包括二进制资源、压缩包和其他不适合直接放入 Git 历史的文件。
如果你是第一次克隆本仓库,请先安装并启用 Git LFS:
git lfs install
git lfs pull
132 commits
1 commits
C
45.5%
Jupyter Notebook
20.0%
Assembly
8.2%
C++
7.7%
Go
4.5%
Python
3.7%
Java
3.6%
HTML
1.4%
Makefile
1.3%
Rust
1.3%
C#
1.2%
一些书籍或者教程的源码整理
《LINUX 设备驱动程序》/《Linux Device Drivers 3》
《Redis 设计与实现》
#TODO
官方提供下载地址:http://www.informit.com/store/essential-c-plus-plus-9780201485189
官方提供下载地址:http://www.informit.com/store/c-plus-plus-primer-9780321714114
《C++ 并发编程实践》/《C++ Concurrency in Action》
官方提供下载地址:https://www.manning.com/books/c-plus-plus-concurrency-in-action
《C++11/14 高级编程 Boost 程序库探秘 - 第三版》
Modern C++ Tutorial:C++11/14/17/20 On the Fly
《100 Go Mistakes and How to Avoid Them》 - 原始代码地址
《Writing A Compiler In Go/用 Go 语言自制解释器》,国内叫做金猴书
《Writing An Interpreter In Go/用 Go 语言自制编译器》,国内叫做彩猴书
>
《Learn Concurrent Programming With Go》
Github: https://github.com/cutajarj/ConcurrentProgrammingWithGo
《Go 语言精进之路从新手到高手的编程思想、方法和技巧 1/2》
Github:https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster
《Advanced Programming in the UNIX® Environment,Third Edition》/《UNIX 环境高级编程 (第 3 版)》
《UNIX Network Programming,Volume 1,Third Edition Source Code》/《UNIX 网络编程卷 1:套接字联网 API (第 3 版》
《深入理解 Linux 网络 - 修炼底层内功、掌握高性能原理》
Github 地址:https://github.com/yanfeizhang/deep_linux_network_tests
《Modern Vim:Craft Your Development Environment with Vim 8 and Neovim》
官方网站:https://pragprog.com/titles/modvim/modern-vim/,提供了源码以及其他的资源。
《Linux Observability with BPF》
Github 地址:https://github.com/bpftools/linux-observability-with-bpf
Github 地址:https://github.com/lizrice/learning-ebpf
Github 地址:https://github.com/mozillazg/cloud-native-security-with-ebpf
《大模型应用开发极简入门:基于 ChatGPT-4 和 ChatGPT》
Github 地址:https://github.com/malywut/gpt_examples/tree/openai1.3
Github 地址:https://github.com/chiphuyen/aie-book
《Build a Large Language Model (From Scratch)》
Github 地址:https://github.com/PacktPublishing/LLM-Engineers-Handbook
《The Pragmatic Programmer - your journey to mastery》/《程序员修炼之道:通向务实的最高境界 - 第二版》
说明:仓库太大,放到独立的 Repo 里。
本仓库中的部分大文件使用 Git LFS 管理,主要包括二进制资源、压缩包和其他不适合直接放入 Git 历史的文件。
如果你是第一次克隆本仓库,请先安装并启用 Git LFS:
git lfs install
git lfs pull
132 commits
1 commits
C
45.5%
Jupyter Notebook
20.0%
Assembly
8.2%
C++
7.7%
Go
4.5%
Python
3.7%
Java
3.6%
HTML
1.4%
Makefile
1.3%
Rust
1.3%
C#
1.2%