-
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
-
avr-gcc-build Public
avr-gcc built with shell and YAML
-
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
-
gcc-v850-unknown-elf Public
gcc-v850-unknown-elf built with shell and YAML
-
-
e_float-2021 Public
Multiple precision floating point (legacy project) derived work from e_float
-
pi-crunch-metal Public
Compute a million digits of pi on a bare-metal RaspberryPi(R)-Zero (and other systems)
-
extended_complex Public
Extended-complex adaption-class in modern C++
-
gamma_f77 Public
real-valued gamma function in quad-precision using classic Fortran77
-
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
-
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.
-
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-rx-elf Public
gcc-rx-elf built with shell and YAML
-
gcc-rl78-unknown-elf Public
gcc-rl78-unknown-elf built with shell and YAML
-
mp_cpp Public
Legacy multiple-precision C++ library with examples
-
win_text_simple Public
win_text_simple makes a simple Win32-API window with dynamic text
-
mathematica_mathlink Public
C++ template header for interacting with the Mathematica(R) kernel
-
Osek_pi_crunch_riscv Public
Use OSEK-like OS on bare-metal RISC-V to calculate pi with a spigot algorithm
-
avr-libstdcpp Public
Forked from modm-io/avr-libstdcppSubset of the C++ standard library for AVR targets