kedixa's Stars
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
nlohmann/json
JSON for Modern C++
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
facebook/folly
An open-source C++ library developed and used at Facebook.
nothings/stb
stb single-file public domain libraries for C/C++
julycoding/The-Art-Of-Programming-By-July-2nd
本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
miloyip/game-programmer
A Study Path for Game Programmer
rigtorp/awesome-modern-cpp
A collection of resources on modern C++
wsdjeg/vim-galore-zh_cn
Vim 从入门到精通
rswier/c4
C in four functions
Tencent/libco
libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
tensorlayer/TensorLayer
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
philipl/pifs
πfs - the data-free filesystem!
fool2fish/dragon-book-exercise-answers
Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。
forhappy/Cplusplus-Concurrency-In-Practice
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
junegunn/vim-easy-align
:sunflower: A Vim alignment plugin
drathier/stack-overflow-import
Import arbitrary code from Stack Overflow as Python modules.
namhyung/uftrace
Function graph tracer for C/C++/Rust/Python
xiaoweiChen/Cpp_Concurrency_In_Action
:book: 作为对《C++ Concurrency in Action》英文版的中文翻译。
zhoubolei/CAM
Class Activation Mapping
bioinf-jku/SNNs
Tutorials and implementations for "Self-normalizing networks"
tvaneerd/cpp17_in_TTs
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
skywind3000/emake
你见过的最简单的 GCC/CLANG 项目构建工具,定义式构建,比命令式更简单
mattbierner/Super-Template-Tetris
Tetris as a C++ Template Metaprogram
UncP/Mushroom
Distributed In-Memory Index 分布式内存索引
yuanzhubi/call_in_stack
Call a function in a new stack that allocated anywhere. Do not be afraid of stack limit in your coroutines! Try to make your stack shareable between all coroutines!
aliyun/aliyun-oss-c-sdk
Aliyun OSS SDK for C
gchatelet/gcc_cpp_mangling_documentation
Reverse engineering of Linux/OSX gcc C++ name mangling
ithlony/Boost.Trie
A trie data structure implementation for Boost GSOC project