Pinned Repositories
AnnotatedCode
知名开源代码库的注释版:C++、Golang等
blockchain_conference_paper
The existing blockchain-related academic papers. All papers are sorted according to the conference and published year. Welcome developers or researchers to add more published papers to this list.
C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
chenhaoj.github.io
coder-kung-fu
开发内功修炼
Computer-Networking
Some records of reading 《Computer Networking: A Top-down Approach》
course
高性能并行编程与优化 - 课件
GmSSL
支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱
interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。
Leetcode-Practice
record some important algorithom problems from leetcode.cn
chenhaoj's Repositories
chenhaoj/AnnotatedCode
知名开源代码库的注释版:C++、Golang等
chenhaoj/blockchain_conference_paper
The existing blockchain-related academic papers. All papers are sorted according to the conference and published year. Welcome developers or researchers to add more published papers to this list.
chenhaoj/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
chenhaoj/chenhaoj.github.io
chenhaoj/coder-kung-fu
开发内功修炼
chenhaoj/Computer-Networking
Some records of reading 《Computer Networking: A Top-down Approach》
chenhaoj/course
高性能并行编程与优化 - 课件
chenhaoj/GmSSL
支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱
chenhaoj/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。
chenhaoj/Leetcode-Practice
record some important algorithom problems from leetcode.cn
chenhaoj/MIT6.S081-homework
Some records of MIT6.S081
chenhaoj/muduo
Event-driven network library for multi-threaded Linux server in C++11
chenhaoj/os_kernel_lab
os kernel labs for operating systems course in Tsinghua University.
chenhaoj/Python-100-Days
Python - 100天从新手到大师
chenhaoj/recipes
Some code snippets for sharing
chenhaoj/Stanford-CS251
a brilliant class about blockchain from Stanford University, it can be a good course suitable for beginners
chenhaoj/TinyWebServer
:fire: Linux下C++轻量级Web服务器
chenhaoj/unpv13e
UNIX Network Programming, Volume 1, Third Edition Source Code
chenhaoj/WebServer
C++ Linux WebServer服务器
chenhaoj/xv6-chinese
中文版的 MIT xv6 文档