printf
There are 708 repositories under printf topic.
fmtlib/fmt
A modern formatting library
PlatformLab/NanoLog
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
mpaland/printf
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
logrusorgru/aurora
Golang ultimate ANSI-colors that supports Printf/Sprintf methods
HexHive/printbf
Brainfuck interpreter inside printf
charlesnicholson/nanoprintf
The smallest public printf implementation for its feature set.
c42f/tinyformat
Minimal, type safe printf replacement library for C++
rokath/trice
🟢 super fast 🚀 and tiny 🐥 embedded device 𝘾 printf-like trace ✍ code, works also inside ⚡ interrupts ⚡ and real-time PC 💻 logging (trace ID visualization 👀)
eyalroz/printf
Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded systems.
tfc/pprintpp
Typesafe Python Style Printf Formatting for C++
SheetJS/printj
:scroll: sprintf for JS
MaJerle/lwprintf
Lightweight printf library optimized for embedded systems
Tripouille/printfTester
Tester for the ft_printf project of 42 school
pasqualerossi/42-School-Exam-Rank-03
2nd 42 School Exam
eyalroz/cuda-kat
CUDA kernel author's tools
embeddedartistry/arduino-printf
Add printf support to the Arduino SDK
152334H/pwnscripts
Very simple script(s) to hasten binary exploit creation
moehriegitt/vastringify
Type-safe Printf in C
Surfi89/ft_printf
42cursus' ft_printf project. Begin date 06/sep/2021. Finish date 13/sep/2021. About 30h of total work.
RTEdbg/RTEdbg
Fast and flexible data logging/tracing toolkit for software testing and debugging. Minimally intrusive C/C++ code instrumentation, host-based decoding application, demo code included.
Viatorus/compile-time-printer
Prints values and types during compilation!
bisqwit/tinyprintf
printf replacement for embedded programming
vbfox/ColoredPrintf
F# printf functions but with colors !
NwabuezeFranklin/alx-low_level_programming
:rocket: Multiple Projects done in C programming language during the ALX Low Level programming steeplechase track , Cohort6
atakansarioglu/bigbug
Easy Microcontroller Debugging Tool
DimitarPetrov/printracer
🔎🐛 Golang fmt.Println debugging and tracing tool capable of visualising function invocation paths.
mickjc750/prnf
A lightweight tiny printf alternative. With some reasonable limitations, extensions, and alternative behaviour suited to microcontrollers.
Aysuarex/alx-low_level_programming
Multiple Projects done in C programming language during the ALX-low_level_programming Track , cohort 5
Inndy/formatstring-exploit
Dead simple format string exploit payload generator
JAndrassy/StreamLib
Arduino library with Stream helper classes. BufferedPrint stream for efficient networking. ChunkedPrint for HTTP chunked encoding. ChunkedStreamReader for HTTP chunked decoding. CStringBulder builds a c-string with Print class methods. StringReadStream to wrap string as Stream. And printf() function with formatting string from F macro.
alexeykosinov/Redirect-printf-to-USB-VCP-on-STM32H7-MCU
Enable printf() function to work with USB Virtual COM Port (STM32H743ZI)
luischaparroc/printf
This is the repository for printf project.
nickssilver/printf
Alx first team project on C printf.
pasqualerossi/42-Cursus-Tester
Instructions on how to use the 42 Cursus Tester.
t0mm4rx/ftprintfdestructor
A script that destroys the school 42 project ft_printf
BenSouchet/ft-printf
School Project - Printf's Refactoring