bazindes's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
jackfrued/Python-100-Days
Python - 100天从新手到大师
jlevy/the-art-of-command-line
Master the command line, in one page
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
bayandin/awesome-awesomeness
A curated list of awesome awesomeness
nothings/stb
stb single-file public domain libraries for C/C++
wangzheng0822/algo
数据结构和算法必知必会的50个代码实现
google/eng-practices
Google's Engineering Practices documentation
jhuangtw/xg2xg
by ex-googlers, for ex-googlers - a lookup table of similar tech & services
rigtorp/awesome-modern-cpp
A collection of resources on modern C++
cyrus-and/gdb-dashboard
Modular visual interface for GDB in Python
microsoft/STL
MSVC's implementation of the C++ Standard Library.
wuye9036/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
forhappy/Cplusplus-Concurrency-In-Practice
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
tsiege/Tech-Interview-Cheat-Sheet
Studying for a tech interview sucks. Here's an open source cheat sheet to help
hellogcc/100-gdb-tips
A collection of gdb tips. 100 maybe just mean many here.
TaKO8Ki/gobang
A cross-platform TUI database management tool written in Rust
yzhu798/CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等
liu-jianhao/Cpp-Design-Patterns
C++设计模式
downdemo/Cpp-Concurrency-in-Action-2ed
C++11/14/17/20 multithreading, involving operating system principles and concurrent programming technology.
lizhenghn123/StudyBooks
我的学习资料,包括书籍、网址等
onlywei/explain-git-with-d3
Use D3 to visualize simple git branching operations.
eBay/akutan
A distributed knowledge graph store
downdemo/Cpp-Templates-2ed
C++11/14/17/20 templates and generic programming, the most complex and difficult technical details of C++, indispensable in building infrastructure libraries.
logancyang/my-cs-degree
A CS degree with a focus on full-stack ML engineering, 2020
anthonywilliams/ccia_code_samples
Code samples for C++ Concurrency in Action
hellogcc/100-gcc-tips
A collection of gcc tips. 100 maybe just mean many here.
LeechanX/Easy-Reactor
Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务
tlx/tlx
TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers
bkthomps/Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.