- 🔭 I’m currently learning C++ and reading source code of folly.
- 📫 How to reach me: lunar_ubuntu@qq.com
- ⚡ Fun fact: I'm still single.
Repository | Description |
---|---|
buffer-explorer | buffer-explorer.nvim is neovim plugin to manage your buffers |
Armor | Armor is a python virtual machine. It is written in c++. And it helps know about some underlying implementation of Python, really helpful. |
Railgun | Railgun is a http web server which is totally written in C language. It's technology stack includes TCP/IP protocols, epoll, multi-threads, etc. But it is with a weak http url parser, so that is the part that need to get improved. |
Mono | Mono is a virtual linux-like filesystem which is also written in C. This system writes everything into a file, includes super inode information, inodes, blocks, etc. But the project is not finished yet, the last part: edit things by vim editor and write changes into the system file is not achieved. |
Tarantula | Tarantula is a web blog system written in Python. Without any framework, only some Python asynchronous web programming libs. It's kind of like Flask, but much smaller. |
Wonderland | This is not a project, just some of my data structure and algorithm notes. Also some leetcode questions record. |
Kux | A multi-threads downloader, kind of weak. |
Chandelier | An ORM framework implemented in Java. |
Kaleidoscope | Kaleidoscope includes many things, all are computer science notes. Most of them have not been updated for a long time. Recently I'm learning database, so database directory is the one that got updated. Also, some contents in this repository may get overlapped with other repositories. |
Network | Computer Network Notes. Just finished a book about HTTP protocol, study notes are in http directory. Currently I am reading the source code of KCP protocol, source code analysis will be put in kcp protocol. |
Cpp | Cpp is the repository that saves my cpp study notes. |
Rusty | My Rust repository. |
Cnblogs-Theme | A Night Sakura Style Cnblogs Theme.] |
Arcturus | A mini database implementation in Rust. With detailed document. |