rastopyakin's Stars
ytdl-org/youtube-dl
Command-line program to download videos from YouTube.com and other video sites
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
sharkdp/fd
A simple, fast and user-friendly alternative to 'find'
ggreer/the_silver_searcher
A code-searching tool similar to ack, but faster.
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
rigtorp/awesome-modern-cpp
A collection of resources on modern C++
google/benchmark
A microbenchmark support library
Guake/guake
Drop-down terminal for GNOME
bbatsov/projectile
Project Interaction Library for Emacs
herumi/xbyak
A JIT assembler for x86/x64 architectures supporting MMX, SSE (1-4), AVX (1-2, 512), FPU, APX, and AVX10.2
aantron/better-enums
C++ compile-time enum to string, iteration, in a single header file
emacs-lsp/dap-mode
Emacs :heart: Debug Adapter Protocol
realgud/realgud
The Grand "Cathedral" Debugger rewrite
arximboldi/lager
C++ library for value-oriented design using the unidirectional data-flow architecture — Redux for C++
calf-studio-gear/calf
Developers repository of Calf Studio Gear. Expect some issues when using it for production.
dacap/clip
Cross-platform C++ library to copy/paste clipboard content
PacktPublishing/Software-Architecture-with-Cpp
Software Architecture with C++, published by Packt
kelbon/AnyAny
C++17 library for comfortable and efficient dynamic polymorphism
bbatsov/helm-projectile
Helm UI for Projectile
astoff/devdocs.el
Emacs viewer for DevDocs
tree-sitter/tree-sitter-cpp
C++ grammar for tree-sitter
weirdNox/emacs-gdb
GDB graphical interface for GNU Emacs
TomaszAugustyn/call-stack-logger
Call Stack Logger uses function instrumentation to facilitate logging of every function call. Each nesting adds an ident, whereas returning from a function removes it. As the result call stack tree is produced at the runtime giving knowledge of the actual program's flow of execution.
mpusz/fsm-variant
Finite State Machine implementation using std::variant
AdamsPL/state-machine
thibault-reigner/userland_slab
Small implementation in C of a slab allocator in user space
replrep/ll-debug
Low level printf debugging for emacs
rrgalvan/freefem-mode
FreeFem++ Emacs Mode
sergiud/bibtex-spirit
C++ BibTeX parser and generator based on Boost.Spirit