UKeeySDis's Stars
catchorg/Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
neovim/neovim
Vim-fork focused on extensibility and usability
sqlite/sqlite
Official Git mirror of the SQLite source tree
vit-vit/CTPL
Modern and efficient C++ Thread Pool Library
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
The-Run-Philosophy-Organization/run
润学全球官方指定GITHUB,整理润学宗旨、纲领、理论和各类润之实例;解决为什么润,润去哪里,怎么润三大问题; 并成为新**人的核心宗教,核心信念。
abseil/abseil.github.io
Abseil documentation abseil.io
abseil/abseil-cpp
Abseil Common Libraries (C++)
xiaoweiChen/CPP-Concurrency-In-Action-2ed-2019
:book: 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
fenbf/AwesomePerfCpp
A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by awesome.
xzhih/one-key-hidpi
Enable macOS HiDPI and have a native setting.
andikleen/ftracer
Function tracer for gcc
microsoft/STL
MSVC's implementation of the C++ Standard Library.
byoungd/English-level-up-tips
An advanced guide to learn English which might benefit you a lot 🎉 . 离谱的英语学习指南/英语学习教程。
libevent/libevent
Event notification library
nginx/nginx
The official NGINX Open Source repository.
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
geekcompany/ResumeSample
Resume template for Chinese programmers . 程序员简历模板系列。包括PHP程序员简历模板、iOS程序员简历模板、Android程序员简历模板、Web前端程序员简历模板、Java程序员简历模板、C/C++程序员简历模板、NodeJS程序员简历模板、架构师简历模板以及通用程序员简历模板
EZLippi/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
darknessomi/musicbox
网易云音乐命令行版本
torvalds/linux
Linux kernel source tree
pezy/CppPrimer
:books: Solutions for C++ Primer 5th exercises.
soulmachine/leetcode
LeetCode题解,151道题完整版。