Pinned Repositories
6.824
A-Tiny-Network-Library
使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。
chatserver
可以工作在nginx tcp负载均衡环境中的集群聊天服务器和客户端源码 基于muduo实现
CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等
CPlusPlusThings
C++那些事
Cpp-Primer-5th-Notes-CN
📚 《C++ Primer中文版(第5版)》笔记
leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
muduo
Event-driven network library for multi-threaded Linux server in C++11
mymuduo
新手学习自用项目
uestc-course
电子科技大学课程资料共享平台. Course review material sharing platform of UESTC.
senvenseaNana7mi's Repositories
senvenseaNana7mi/uestc-course
电子科技大学课程资料共享平台. Course review material sharing platform of UESTC.
senvenseaNana7mi/6.824
senvenseaNana7mi/A-Tiny-Network-Library
使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。
senvenseaNana7mi/chatserver
可以工作在nginx tcp负载均衡环境中的集群聊天服务器和客户端源码 基于muduo实现
senvenseaNana7mi/CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等
senvenseaNana7mi/CPlusPlusThings
C++那些事
senvenseaNana7mi/Cpp-Primer-5th-Notes-CN
📚 《C++ Primer中文版(第5版)》笔记
senvenseaNana7mi/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
senvenseaNana7mi/muduo
Event-driven network library for multi-threaded Linux server in C++11
senvenseaNana7mi/mymuduo
新手学习自用项目
senvenseaNana7mi/mymuduo1
senvenseaNana7mi/Notes-HighPerformanceLinuxServerProgramming
Linux高性能服务器编程(作者 游双) 读书笔记和Demo
senvenseaNana7mi/project
senvenseaNana7mi/TinyWebServer
:fire: Linux下C++轻量级Web服务器