Pinned Repositories
-cpp-course
高性能并行编程与优化 - 课件
100-go-mistakes
Source code of 📖 100 Go Mistakes
4.4BSD-Lite2
User-mode TCP/IP stack from 4.4BSD-Lite2, a companion of TCP/IP Illustrated vol. 2
6.824-golabs-2020
MIT 6.824 2020
6.824-lab
ituring_books
图灵程序设计丛书分享
limiters
Golang rate limiters for distributed applications
MaxKB
💬 基于 LLM 大语言模型的知识库问答系统。开箱即用,支持快速嵌入到第三方业务系统,1Panel 官方出品。
shuhaohe's Repositories
shuhaohe/MaxKB
💬 基于 LLM 大语言模型的知识库问答系统。开箱即用,支持快速嵌入到第三方业务系统,1Panel 官方出品。
shuhaohe/bustub
The BusTub Relational Database Management System (Educational)
shuhaohe/codeforces-go
算法竞赛模板库 by 灵茶山艾府 💭💡🎈
shuhaohe/coding-interview-university
A complete computer science study plan to become a software engineer.
shuhaohe/craftinginterpreters
Repository for the book "Crafting Interpreters"
shuhaohe/csapp
个人整理的《深入理解计算机系统》中文电子版(原书第 3 版)与实验材料:https://hansimov.gitbook.io/csapp/
shuhaohe/duckdb
DuckDB is an in-process SQL OLAP Database Management System
shuhaohe/engineering-blogs
A curated list of engineering blogs
shuhaohe/gin-examples
A repository to host examples and tutorials for Gin.
shuhaohe/Golang-
《Golang修养之路》本书针对Golang专题性热门技术深入理解,修养在Golang领域深入话题,脱胎换骨。
shuhaohe/golang-guide
「Golang学习+面试指南」一份涵盖大部分 Golang程序员所需要掌握的核心知识。准备 Golang面试,首选 GolangGuide!
shuhaohe/inside-rust-std-library
本书已经正式出版,目前正预售,可在京东搜索《深入RUST标准库》即可。本书主要对RUST的标准库代码进行分析,并试图给出RUST标准库代码的分析脉络。This project try to give a venation of how reading the RUST standard library source code.
shuhaohe/lo
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
shuhaohe/MicroHs
Haskell implemented with combinators
shuhaohe/mimalloc
mimalloc is a compact general purpose allocator with excellent performance.
shuhaohe/minitorch
The full minitorch student suite.
shuhaohe/Modern-CPP-Programming
Modern C++ Programming Course (C++11/14/17/20)
shuhaohe/nes
NES emulator written in Go.
shuhaohe/ollama
Get up and running with Llama 2 and other large language models locally
shuhaohe/OS-Course-Lab
本仓库包含上海交通大学IPADS实验室设计的操作系统课程系列实验。每个实验放在独立分支。
shuhaohe/programmingbitcoin
Repository for the book
shuhaohe/river-jobs-sched
Fast and reliable background jobs in Go
shuhaohe/rust-based-os-comp2024
shuhaohe/self-llm
《开源大模型食用指南》基于AutoDL快速部署开源大模型,更适合**宝宝的部署教程
shuhaohe/SimpleNES
An NES emulator in C++
shuhaohe/Software-Architecture-with-Cpp
Software Architecture with C++, published by Packt
shuhaohe/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
shuhaohe/SYsU-lang
A mini, simple and modular compiler for SYsU/SysY(tiny C). Based on Clang/LLVM.
shuhaohe/tcpproxy
Proxy TCP connections based on static rules, HTTP Host headers, and SNI server names (Go package or binary)
shuhaohe/termshark
A terminal UI for tshark, inspired by Wireshark