Pinned Repositories
avr-gcc-build
avr-gcc built with shell and YAML
crc-catalog
crc-catalog implements numerous CRCs in C/C++ with a bitwise template-based algorithm.
make-4.2.1-msvc-build
GNUmake 4.2.1 built with MSVC for use on Windows
mandelbrot
High-precision Mandelbrot fractal iterations in C++ template code
real-time-cpp
Source code for the book Real-Time C++, by Christopher Kormanyos
real-time-cpp-toolchains
GNU/GCC Toolchains that can be optionally used for real-time-cpp on Windows
soft_double
soft_double provides a C++ software implementation of a double-precision floating-point data type
wide-decimal
Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.
wide-integer
Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.
xxd
hex-dump-type utility xxd
ckormanyos's Repositories
ckormanyos/real-time-cpp
Source code for the book Real-Time C++, by Christopher Kormanyos
ckormanyos/wide-integer
Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.
ckormanyos/wide-decimal
Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.
ckormanyos/xxd
hex-dump-type utility xxd
ckormanyos/soft_double
soft_double provides a C++ software implementation of a double-precision floating-point data type
ckormanyos/mandelbrot
High-precision Mandelbrot fractal iterations in C++ template code
ckormanyos/real-time-cpp-toolchains
GNU/GCC Toolchains that can be optionally used for real-time-cpp on Windows
ckormanyos/make-4.2.1-msvc-build
GNUmake 4.2.1 built with MSVC for use on Windows
ckormanyos/crc-catalog
crc-catalog implements numerous CRCs in C/C++ with a bitwise template-based algorithm.
ckormanyos/avr-gcc-build
avr-gcc built with shell and YAML
ckormanyos/ti84-ref_app
TI-84 Plus reference application
ckormanyos/ckormanyos
GitHub profile of ckormanyos
ckormanyos/e_float-2021
Multiple precision floating point (legacy project) derived work from e_float
ckormanyos/extended_complex
Extended-complex adaption-class in modern C++
ckormanyos/gamma_f77
real-valued gamma function in quad-precision using classic Fortran77
ckormanyos/gcc-v850-unknown-elf
gcc-v850-unknown-elf built with shell and YAML
ckormanyos/pi-crunch-metal
Compute a million digits of pi on a bare-metal RaspberryPi(R)-Zero (and other systems)
ckormanyos/elf2uf2
A copy of code artifacts for the easy building of the Pico-SDK elf2uf2 utility, without having to clone the entire SDK.
ckormanyos/gcc-rl78-unknown-elf
gcc-rl78-unknown-elf built with shell and YAML
ckormanyos/hello_f77
The epic Hello World program in the Fortran77 language
ckormanyos/mp_cpp
Legacy multiple-precision C++ library with examples
ckormanyos/Osek_pi_crunch_cm3
Use OSEK-like OS on bare-metal ARM(R) Cortex(R)-M3 to calculate pi with a spigot algorithm
ckormanyos/AStyle_2015-10-23
Archive and support an older 2015 version of AStyle
ckormanyos/gcc-rx-elf
gcc-rx-elf built with shell and YAML
ckormanyos/mathematica_mathlink
C++ template header for interacting with the Mathematica(R) kernel
ckormanyos/Baremetal_esp32s3_nosdk
Bare-metal programming on ESP32-S3 dual-core Xtensa LX7 without using Espressif's ESP-IDF
ckormanyos/Baremetal_TI_AM6254_multicore_nosdk
Bare Metal development on TI AM6254 (PocketBeagle2 Board)
ckormanyos/long_long_long
Implements signed and unsigned integers consisting of four constituent parts such as a synthesized 128-bit integer or similar
ckormanyos/mpir
Preserves legacy MPIR project from William Bart and the MPIR Team
ckormanyos/qemu_arm_sample
Sample running QEMU on a bare-metal embedded ARM(R) Cortex(R) M4F simulated device