nayakche's Stars
microsoft/vscode
Visual Studio Code
0xAX/linux-insides
A little bit about a linux kernel
llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
gabime/spdlog
Fast C++ logging library.
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
docker-library/official-images
Primary source of truth for the Docker "Official Images" program
Neargye/magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
gitpython-developers/GitPython
GitPython is a python library used to interact with Git repositories.
TheLartians/ModernCppStarter
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
p-ranav/indicators
Activity Indicators for Modern C++
llvm-mirror/clang
Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project
cpp-best-practices/gui_starter_template
A template CMake project to get you started with C++ and tooling
p-ranav/tabulate
Table Maker for Modern C++
boost-ext/ut
C++20 μ(micro)/Unit Testing Framework
blurrypiano/littleVulkanEngine
Code repo for video tutorial series teaching Vulkan and computer graphics
ruslo/polly
:wrench: Collection of CMake toolchain files and scripts for cross-platform build and CI testing (GCC, Visual Studio, iOS, Android, Clang analyzer, sanitizers etc.)
conan-io/cmake-conan
CMake wrapper for conan C and C++ package manager
CMU-SAFARI/ramulator
A Fast and Extensible DRAM Simulator, with built-in support for modeling many different DRAM technologies including DDRx, LPDDRx, GDDRx, WIOx, HBMx, and various academic proposals. Described in the IEEE CAL 2015 paper by Kim et al. at http://users.ece.cmu.edu/~omutlu/pub/ramulator_dram_simulator-ieee-cal15.pdf
accellera-official/systemc
SystemC Reference Implementation
wlav/cppyy
shioyadan/Konata
Konata is an instruction pipeline visualizer for Onikiri2-Kanata/Gem5-O3PipeView formats. You can download the pre-built binaries from https://github.com/shioyadan/Konata/releases
tukl-msd/DRAMSys
DRAMSys a SystemC TLM-2.0 based DRAM simulator.
cloudbees/groovy-cps
Groovy execution in the continuation passing style
openrisc/or1ksim
The OpenRISC 1000 architectural simulator
Arteris-IP/tlm2-interfaces
contains TLM2 based interfaces for AXI, ACE, CHI and other standard protocols
accellera-official/PySysC
Public repository for PySysC, (From SC Common Practices Subgroup)
jessebarreto/NetworkOnChip
Development of a Network on Chip Simulation using SystemC.
Minres/SystemC-Quickstart
A simple C++ CMake project to jump-start development of SystemC models and systems
sifive/verilator
Fork of Verilator with prebuilt Ubuntu binaries (https://www.veripool.org/wiki/verilator)
cpp-testing/ut-benchmark
Benchmarks - Unit Testing Frameworks