Pinned Repositories
30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
A-Tiny-Network-Library
使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。
AOI
The purpose of this project is to compare the performance of three AOI models. They are Crosslink-Model, QuadTree-Model and Tower-Model.
bilibili-api
哔哩哔哩的API调用模块
C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
ox619's Repositories
ox619/30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
ox619/A-Tiny-Network-Library
使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。
ox619/AOI
The purpose of this project is to compare the performance of three AOI models. They are Crosslink-Model, QuadTree-Model and Tower-Model.
ox619/bilibili-api
哔哩哔哩的API调用模块
ox619/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
ox619/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
ox619/cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
ox619/cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
ox619/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
ox619/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
ox619/DagorEngine
Dagor Engine and Tools source code from Gaijin Games KFT
ox619/design-patterns-cpp
C++ Design Patterns
ox619/go-aoi
Golang Area-Of-Interest (AOI) Implementations
ox619/gperftools
Main gperftools repository
ox619/kcp
:zap: KCP - A Fast and Reliable ARQ Protocol
ox619/libhv
🔥 比libevent、libuv更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
ox619/linked-list-good-taste
Linus Torvalds' linked list argument for good taste, explained
ox619/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
ox619/muduo
Event-driven network library for multi-threaded Linux server in C++11
ox619/muduo_cpp11
C++11版本muduo网络库 除去了对boost库的依赖
ox619/muduo_study
Linux多线程服务端编程[muduo C++网络库]
ox619/origin
A game server framework in Go (golang).
ox619/PersistentWindows
fork of http://www.ninjacrab.com/persistent-windows/ with windows 10 update
ox619/ServiceLogos
ロゴを可愛く作ろう 節度を持って利用してくださいね🫠
ox619/sokit
Sokit is a TCP & UDP package send / receive / transfer tool
ox619/spdlog
Fast C++ logging library.
ox619/ThreadPool
A simple C++11 Thread Pool implementation
ox619/Trainers-Legend-G
赛马娘本地化插件「Trainers' Legend G」
ox619/windows-kill
Send signal to process by PID in Windows, like POSIX kill
ox619/ZLToolKit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO