#
printf
Here are 188 public repositories matching this topic...
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
-
Updated
Jul 2, 2020 - C++
Golang ultimate ANSI-colors that supports Printf/Sprintf methods
-
Updated
Jul 4, 2020 - Go
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
iot
embedded
threadsafe
format
printf
sprintf
embedded-systems
tiny
libc
no-dependencies
replacement
snprintf
tinyprintf
-
Updated
Jul 3, 2020 - C
Brainfuck interpreter inside printf
-
Updated
Mar 30, 2020 - Brainfuck
Minimal, type safe printf replacement library for C++
-
Updated
Apr 17, 2020 - C++
A tiny embeddable printf replacement written in C99.
-
Updated
Jul 1, 2020 - C++
Typesafe Python Style Printf Formatting for C++
-
Updated
Jun 19, 2020 - C++
-
Updated
Oct 8, 2019 - JavaScript
School Project - Printf's Refactoring
-
Updated
May 10, 2017 - C
A script that destroys the school 42 project ft_printf
-
Updated
Nov 29, 2019 - Python
rokath
commented
Feb 14, 2020
actually demo can only run with a hardware board
game
virtual-machine
assembler
printf
ncurses
visualizer
assembly-language
42
corewar
battle-programs
-
Updated
Jun 16, 2018 - C
Arduino library with BufferedPrint, ChunkedPrint and CStringBuilder and with printf() support
-
Updated
Apr 8, 2020 - C++
Embedded version of the famous "printf( )" function. The idea is create an simple and efficient library to meet some common needs in embedded systems
-
Updated
Sep 4, 2017 - C
Custom version of printf() in C Language
-
Updated
Nov 15, 2017 - C
Colorwheel provides easy-to-use colored print and trace macros for debuging your C program.
-
Updated
Nov 30, 2017 - C
Improve this page
Add a description, image, and links to the printf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the printf topic, visit your repo's landing page and select "manage topics."
Floating numbers should have thousand separator with specifier 'n' like python.
Python:
C++