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/real-time-cpp-toolchains
GNU/GCC Toolchains that can be optionally used for real-time-cpp on Windows
ckormanyos/mandelbrot
High-precision Mandelbrot fractal iterations in C++ template code
ckormanyos/make-4.2.1-msvc-build
GNUmake 4.2.1 built with MSVC for use on Windows
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/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/extended_complex
Extended-complex adaption-class in modern C++
ckormanyos/gamma_f77
real-valued gamma function in quad-precision using classic Fortran77
ckormanyos/hello_f77
The epic Hello World program in the Fortran77 language
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/Osek_pi_spigot_metal
Use OSEK-like OS on RPI-Zero to calculate pi with a spigot algorithm
ckormanyos/serial_win32api
Serial (COM) driver for classic Win32-API in MSVC
ckormanyos/avr-libstdcpp
Subset of the C++ standard library for AVR targets
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/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/mp_cpp
Legacy multiple-precision C++ library with examples
ckormanyos/Osek_pi_crunch_riscv
Use OSEK-like OS on bare-metal RISC-V to calculate pi with a spigot algorithm
ckormanyos/win_text_simple
win_text_simple makes a simple Win32-API window with dynamic text
ckormanyos/AStyle_2015-10-23
Archive and support an older 2015 version of AStyle
ckormanyos/qemu_arm_sample
Sample running QEMU on a bare-metal embedded ARM(R) Cortex(R) M4F simulated device