reinaldoossuna's Stars
hdoc/hdoc
The modern documentation tool for C++.
jlevy/the-art-of-command-line
Master the command line, in one page
teslabs/zds-2022-drivers-app
Mastering Zephyr Driver Development (Sample Application)
mermaid-js/mermaid
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
jminjares4/MSP432-Example-Codes
This repository will contain various examples of TI MSP432 Microcontroller.
ldionne/dyno
Runtime polymorphism done right
hsutter/cppfront
A personal experimental C++ Syntax 2 -> Syntax 1 compiler
SqrtMinusOne/reverso.el
Emacs client for https://www.reverso.net/: translation, grammar check, context and synonyms search
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
rougier/pdf-drop-mode
Get DOI from PDF files dropped onto a Emacs buffer
mahilab/mahi-gui
Dirt Simple C++ GUI Toolkit using GLFW, ImGui, and NanoVG
raphaelquast/EOmaps
A library to create interactive maps of geographical datasets
epezent/etfe
C++ Empirical Transfer Function Estimate (ETFE) Similar to MATLAB tfestimate, pwelch, and cpsd
Vitorbnc/VVERSimulator
A Simulator for the Primary Circuit of the VVER-440/V213 Pressurized Water Reactor
mawww/kakoune
mawww's experiment for a better code editor
pthom/imgui_manual
https://pthom.github.io/imgui_manual_online - an interactive manual for ImGui
alchemyst/Dynamics-and-Control
Jupyter notebooks for Dynamics and Control
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
epezent/implot
Immediate Mode Plotting
epezent/implot_demos
Standalone ImPlot Demos
jankapunkt/latexcv
:necktie: A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
mkcms/compiler-explorer.el
Compiler-explorer client for Emacs
vasanza/TSC-Lab
friendlyanon/cmake-init
The missing CMake project initializer
ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
quenhus/uBlock-Origin-dev-filter
Filters to block and remove copycat-websites from DuckDuckGo, Google and other search engines. Specific to dev websites like StackOverflow or GitHub.
modm-io/modm
modm: a C++23 library generator for AVR and ARM Cortex-M devices
setzer22/blackjack
A procedural, node-based modelling tool, made in rust 🦀
ned14/outcome
Provides very lightweight outcome<T> and result<T> (non-Boost edition)
TartanLlama/expected
C++11/14/17 std::expected with functional-style extensions