Pinned Repositories
coding-interview-cli
a command line tool for coding interview in nowcoder( 剑指Offer). 「developing」
ecoroutine
A simple stackful asymmetric scheduling coroutine library for modern C++ on Linux.
leetcode-solutions
my leetcode solutions with explanation in Chinese. here: https://leetcode-cn.com/xiebei/
logistic-system
A distributed logistic manage system based on the blockchain framework Hyperledger Fabric. This is my graduation project.
MIT6.830
Labs and notes of MIT6.830 database system course.
MIT_6.824
Labs and notes of MIT distributed system course 6.824
ninz
A C++ network library (Reactors + thread pool) for muti-thread server.
regex-engine
A Regex engine which is implemented in a traditional way and able to generate graphics of finite automation.
tiger.cc
Compiler of tiger programming language in modern C++17. https://www.lrde.epita.fr/~tiger/tiger.html
xbayOS
a tiny operating system kernel (developing)
cucurryx's Repositories
cucurryx/MIT6.830
Labs and notes of MIT6.830 database system course.
cucurryx/regex-engine
A Regex engine which is implemented in a traditional way and able to generate graphics of finite automation.
cucurryx/xbayOS
a tiny operating system kernel (developing)
cucurryx/leetcode-solutions
my leetcode solutions with explanation in Chinese. here: https://leetcode-cn.com/xiebei/
cucurryx/logistic-system
A distributed logistic manage system based on the blockchain framework Hyperledger Fabric. This is my graduation project.
cucurryx/coding-interview-cli
a command line tool for coding interview in nowcoder( 剑指Offer). 「developing」
cucurryx/MIT_6.824
Labs and notes of MIT distributed system course 6.824
cucurryx/tiger.cc
Compiler of tiger programming language in modern C++17. https://www.lrde.epita.fr/~tiger/tiger.html
cucurryx/ninz
A C++ network library (Reactors + thread pool) for muti-thread server.
cucurryx/ecoroutine
A simple stackful asymmetric scheduling coroutine library for modern C++ on Linux.
cucurryx/algorithm
data structures and algorithms
cucurryx/b-tree
b-tree and b+tree in C++
cucurryx/cpp_templates_toys
Some interesting toys and useful tools implemented by C++ templates.
cucurryx/csapp_code
cucurryx/data61_solutions
My solutions for course data61.
cucurryx/schemer-in-hs
A scheme interpreter in Haskell
cucurryx/apue_notes
notes for Advanced Programming in the Unix Environment.
cucurryx/chaos-mesh
A Chaos Engineering Platform for Kubernetes.
cucurryx/CIS_194_Homework
My solutions for homeworks of course cis_194.
cucurryx/dashahe.github.io
cucurryx/hyperledger-fabric-samples
Some samples used for practicing blockchain using hyperledger fabric.
cucurryx/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
cucurryx/LinkingOut
LinkingOut by SAO( SAO's Ambitious Organization).
cucurryx/node-driver-registrar
Sidecar container that registers a CSI driver with the kubelet using the kubelet plugin registration mechanism.
cucurryx/nowim
cucurryx/rust-widgets
Little widgets for practicing Rust.
cucurryx/swine-log.rs
An high performance asynchronous logging library for Rust
cucurryx/talent-plan
PingCAP training courses
cucurryx/tools
cucurryx/toy_lisp_interpreter
Python implemented toy scheme interpreter