The listed projects are categorized into four statuses:
- 🚀 active: Currently developed and maintained.
- 🌱 trial: Short-term explorations or prototypes.
- ✅ done: Fully implemented with no further development planned.
- 🗃️ archived: Inactive projects, no longer developed or maintained.
- bit-match-gen 🚀 active 2025-present
- A Python tool that generates efficient C++ bit pattern matching algorithms from a JSON configuration file.
- chgroeling.github.io 🚀 active 2024-present
- The website you’re currently on! Powered by Hugo & PaperMod with custom CSS & Tweaks
- libmicroemu 🚀 active 2024-present
- ARM Microcontroller Emulator Library
- cpp_template_conan 🌱 trial 2024-2024
- A minimal C++ project template using Conan for dependency management and CMake for building.
- emerald 🗃️ archived 2024-2024
- Command line program to work with Markdown notes
- formatify ✅ done 2024-2024
- A Rust library for dynamic runtime string formatting
- rust_spikes 🗃️ archived 2023-2023
- Learning Rust
- pyparser_gen 🗃️ archived 2023-2023
- A recursive descent parser code generator
- clitable ✅ done 2023-2023
- A Python package for filtering, sorting, and displaying tabular data in the terminal using string-based expressions.
- mapfile_parser 🌱 trial 2023-2023
- A simple Python-based parser for GNU linker mapfiles.
- cpp_rt_patterns 🌱 trial 2023-2023
- Software Design Patterns in C++ with a Focus on Real-Time Applications
- cpp_template 🌱 trial 2023-2023
- A C++ project template generator using Jinja2.
- depvis 🌱 trial 2022-2022
- This script visualizes the number of matching regular expressions of all .cpp and .h files in a directory tree via dot (graphviz).
- arm-cortex-m4-base 🗃️ archived 2015-2015
- Bare metal embedded programming on ARM Cortex-M3/M4.