Stars
Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio.
Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
Master programming by recreating your favorite technologies from scratch.
Programming in assembly language tutorial
Lightweight C++ utilities and algorithms for system programming
🎓🐳 Dev Environment and Lab Assignments of the Introduction to Computer Systems course, CMU 15-213, 2015 Fall
CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's Perspective" & "The C Programming Language". Repository inc…
Source code for testing the Row Hammer error mechanism in DRAM devices. Described in the ISCA 2014 paper by Kim et al. at http://users.ece.cmu.edu/~omutlu/pub/dram-row-hammer_isca14.pdf.
bazel build rules to use boost in bazel projects
GoogleTest - Google Testing and Mocking Framework
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
C++ Implementation of PyTorch Tutorials for Everyone
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
Implementation of python itertools and builtin iteration functions for C++17