Pinned Repositories
advent_of_code
My solutions for Advent of Code.
bit_count
Benchmark of bit counting methods.
buddy_allocator
An implementation of buddy memory allocator.
compiler-file-watcher
Server side of file_watcher.
DailyGoals
An android task manager App
editor
Editor 是一个富文本编辑器,有协同编辑功能
file_watcher
A file watcher used to watch changes of certain files, and then upload them to a remote server.
fuchsia
Experimental asynchronous networking library built on top of stdexec (reference implementation of the P2300 - std::execution proposal).
kaleidoscope
Implementation of the kaleidoscope language in Rust, written for learning Rust and LLVM.
tlbb-calculator
An Online Game damage calculator.
ColdOrange's Repositories
ColdOrange/kaleidoscope
Implementation of the kaleidoscope language in Rust, written for learning Rust and LLVM.
ColdOrange/DailyGoals
An android task manager App
ColdOrange/fuchsia
Experimental asynchronous networking library built on top of stdexec (reference implementation of the P2300 - std::execution proposal).
ColdOrange/advent_of_code
My solutions for Advent of Code.
ColdOrange/bit_count
Benchmark of bit counting methods.
ColdOrange/buddy_allocator
An implementation of buddy memory allocator.
ColdOrange/compiler-file-watcher
Server side of file_watcher.
ColdOrange/editor
Editor 是一个富文本编辑器,有协同编辑功能
ColdOrange/file_watcher
A file watcher used to watch changes of certain files, and then upload them to a remote server.
ColdOrange/log_analyzer
A web-request-log analyzer, used for analyzing log files generated by web servers.
ColdOrange/tlbb-calculator
An Online Game damage calculator.
ColdOrange/file_system
Filesystem monitor for elixir
ColdOrange/http-cpp
Provide a simple and portable interface to do HTTP requests in C++.
ColdOrange/json-tutorial
从零开始的 JSON 库教程
ColdOrange/loganalyzer
A web-request-log analyzer, used for analyzing log files generated by web servers.
ColdOrange/OMemo
A simple notekeeper based on HTML5
ColdOrange/orange
C++ common library of my own, including various utilities needed by other projects.
ColdOrange/OrangeLang
A simple toy language
ColdOrange/xnet
A simple network library wrote for learning muduo.