-
real-time-cpp Public
Source code for the book Real-Time C++, by Christopher Kormanyos
-
wide-integer Public
Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.
-
wide-decimal Public
Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.
-
xxd Public
hex-dump-type utility xxd
-
soft_double Public
soft_double provides a C++ software implementation of a double-precision floating-point data type
-
real-time-cpp-toolchains Public
GNU/GCC Toolchains that can be optionally used for real-time-cpp on Windows
-
mandelbrot Public
High-precision Mandelbrot fractal iterations in C++ template code
-
make-4.2.1-msvc-build Public
GNUmake 4.2.1 built with MSVC for use on Windows
-
crc-catalog Public
crc-catalog implements numerous CRCs in C/C++ with a bitwise template-based algorithm.
-
ti84-ref_app Public
TI-84 Plus reference application
-
avr-gcc-build Public
avr-gcc built with shell and YAML
-
-
e_float-2021 Public
Multiple precision floating point (legacy project) derived work from e_float
-
gcc-v850-unknown-elf Public
gcc-v850-unknown-elf built with shell and YAML
-
extended_complex Public
Extended-complex adaption-class in modern C++
-
gamma_f77 Public
real-valued gamma function in quad-precision using classic Fortran77
-
pi-crunch-metal Public
Compute a million digits of pi on a bare-metal RaspberryPi(R)-Zero (and other systems)
-
elf2uf2 Public
Forked from rej696/elf2uf2A copy of code artifacts for the easy building of the Pico-SDK elf2uf2 utility, without having to clone the entire SDK.
-
gcc-rl78-unknown-elf Public
gcc-rl78-unknown-elf built with shell and YAML
-
hello_f77 Public
The epic Hello World program in the Fortran77 language
-
serial_win32api Public
Serial (COM) driver for classic Win32-API in MSVC
-
Osek_pi_crunch_cm3 Public
Use OSEK-like OS on bare-metal ARM(R) Cortex(R)-M3 to calculate pi with a spigot algorithm
-
avr-libstdcpp Public
Forked from modm-io/avr-libstdcppSubset of the C++ standard library for AVR targets
-
Osek_pi_spigot_metal Public
Use OSEK-like OS on RPI-Zero to calculate pi with a spigot algorithm
-
pi_spigot Public
Forked from imahjoub/pi_spigotpi_spigot calculates many decimal digits of the mathematical constant pi. It uses a slow (order n-squared) spigot-type algorithm.
-
CM4_LiteRTOS Public
Forked from imahjoub/CM4_LiteRTOSA lightweight preemptive RTOS for ARM Cortex-M4 microcontrollers - simple, fast, and portable.
-
int128 Public
Forked from cppalliance/int128Portable implementations of signed and unsigned 128-bit integers
-
AStyle_2015-10-23 Public
Archive and support an older 2015 version of AStyle
-
gcc-rx-elf Public
gcc-rx-elf built with shell and YAML
-
mp_cpp Public
Legacy multiple-precision C++ library with examples