jasonszang's Stars
anthwlock/untrunc
Restore a truncated mp4/mov. Improved version of ponchio/untrunc
microsoft/vscode-tips-and-tricks
Collection of helpful tips and tricks for VS Code.
animelover1984/youtube-dl
Command-line program to download videos from YouTube.com and other video sites
google/diff-match-patch
Diff Match Patch is a high-performance library in multiple languages that manipulates plain text.
p-ranav/tabulate
Table Maker for Modern C++
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
wenyan-lang/wenyan
文言文編程語言 A programming language for the ancient Chinese.
plasma-umass/coz
Coz: Causal Profiling
conan-io/conan
Conan - The open-source C and C++ package manager
Taywee/args
A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).
tanakh/cmdline
A Command Line Parser
distcc/distcc
distributed builds for C, C++ and Objective C
vasi/pixz
Parallel, indexed xz compressor
pistacheio/pistache
A high-performance REST toolkit written in C++
bloomen/transwarp
A header-only C++ library for task concurrency
taskflow/taskflow
A General-purpose Task-parallel Programming System using Modern C++
brendangregg/FlameGraph
Stack trace visualizer
google/flatbuffers
FlatBuffers: Memory Efficient Serialization Library
QSCTech/zju-icicles
浙江大学课程攻略共享计划
aria2/aria2
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
morkt/GARbro
Visual Novels resource browser
MSWorkers/support.996.ICU
Microsoft and GitHub Workers Support 996.ICU
ray-project/ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
gcc-mirror/gcc
shengxinjing/programmer-job-blacklist
:see_no_evil:程序员找工作黑名单,换工作和当技术合伙人需谨慎啊 更新有赞
abseil/abseil-cpp
Abseil Common Libraries (C++)
spotify/annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
jd/tenacity
Retrying library for Python