-
Better Software
- Wollerau, Switzerland
- https://sommerlad.ch
- @PeterSommerlad@mastodon.social
-
-
-
CPPConcurrencyAwareness Public
Teaching material for CERN training "ntroduction to Concurrency-aware C++ "
C++ UpdatedOct 7, 2024 -
-
CPPCourseExpert Public
Handouts, Exercises, and Source Code Examples for C++ Expert course
-
CPPCourseAdvanced Public
Handouts, Exercises, and Source Code Examples for C++ Advanced
-
diagram Public
Forked from pandoc-ext/diagramGenerate diagrams from embedded code; supports Mermaid, Dot/GraphViz, PlantUML, Asymptote, and TikZ.
Lua MIT License UpdatedFeb 25, 2024 -
SC22WG21_Papers Public
My submissions to SC22WG21 C++ ISO/IEC standardization group
-
-
PSsODIN Public
A C++ library for Overflow Detecting Integral Numbers (following MISRA C++ restrictions)
-
PSsst Public
Peter Sommerlad's Simple Strong Typing
-
PSsimplesafeint Public
A C++20 implementation of safe (wrap around) integers following MISRA C++ rules
-
optional_ref Public
Forked from steve-downey/optional_refTeX Boost Software License 1.0 UpdatedSep 30, 2023 -
-
scope17 Public
C++17 version of unique_resource and scope_guard from LFTS3
-
ReverseAdapter Public
C++ adapter for traversing a container in a range-for in reverse order (C++17)
-
reveal.js Public
Forked from hakimel/reveal.jsThe HTML Presentation Framework
JavaScript MIT License UpdatedMar 17, 2022 -
-
workshopworkspace Public
C++ code examples workspace for workshops
-
cdt-plugin Public
Forked from Cute-Test/cdt-pluginEclipse CDT integration of the CUTE Unit Testing Framework
C++ Eclipse Public License 2.0 UpdatedFeb 25, 2021 -
fprime Public
Forked from nasa/fprimeF' - A flight software and embedded systems framework
C++ Apache License 2.0 UpdatedFeb 19, 2021 -
-
CUTE Public
C++ Unit Testing Easier: A Header-only C++ unit testing framework
-
97thingsCplusplus-test Public
Collect and publish content for "97 things every C++ programmer should know"
-
-
ArduinoCore-avr Public
Forked from arduino/ArduinoCore-avrThe Official Arduino AVR core
C UpdatedApr 15, 2020 -
ArduinoCore-Cpp17 Public
Infrastructure to port ArduinoCore to C++17 (no C) - an attempt
-
ArduinoCore-samd Public
Forked from arduino/ArduinoCore-samdArduino Core for SAMD21 CPU
C UpdatedMar 19, 2020 -
-
singleton-demo Public
Forked from 607011/singleton-demoA logger in C++11, implemented as a singleton