An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: printf

pandyaparth2407/ArduinoMimicSTM32

Created BasicTools library for anyone wish to use STM32F103 for their project with arduino style interface

Language: C - Size: 590 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

eyalroz/printf Fork of mpaland/printf

Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded systems.

Language: C - Size: 1.11 MB - Last synced at: about 15 hours ago - Pushed at: about 17 hours ago - Stars: 486 - Forks: 56

fmtlib/fmt

A modern formatting library

Language: C++ - Size: 15.9 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 21,679 - Forks: 2,622

lightiverson/ft_printf

Personal rewrite of stdio.h's printf function.

Language: C - Size: 1.54 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

mbdanielcrespo/Printf

This project is a recreation of the printf function, a commonly used output function in C.

Language: C - Size: 364 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

mpaland/printf

Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.

Language: C - Size: 384 KB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 2,701 - Forks: 503

charlesnicholson/nanoprintf

The smallest public printf implementation for its feature set.

Language: C++ - Size: 562 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 684 - Forks: 55

eduaserr/42cursus

This is where im going to update and release all my proyects, programming skills and my own trayectory from 42cursus Málaga..

Size: 293 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

HexHive/printbf

Brainfuck interpreter inside printf

Language: Brainfuck - Size: 1.34 MB - Last synced at: about 22 hours ago - Pushed at: about 4 years ago - Stars: 660 - Forks: 27

logrusorgru/aurora

Golang ultimate ANSI-colors that supports Printf/Sprintf methods

Language: Go - Size: 572 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 1,452 - Forks: 56

dfeneyrou/sslog

Speedy Structured C++17 logging library

Language: C++ - Size: 570 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 2 - Forks: 0

rokath/trice

🟢 super fast 🚀 and tiny 🐥 embedded device 𝘾 printf-like trace ✍ code, works also inside ⚡ interrupts ⚡ and real-time PC 💻 logging (trace ID visualization 👀)

Language: C - Size: 264 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 699 - Forks: 71

achnouri/ft_printf

This project is about to recode printf. learn what is and how to implement variadic functions.

Language: C - Size: 4.88 KB - Last synced at: 9 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

PlatformLab/NanoLog

Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.

Language: C++ - Size: 1.06 MB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 3,174 - Forks: 359

deryaxacar/42-Ft_printf

This project is a reimplementation of the printf function in standard C. The printf function is used to produce formatted output and supports various data types and format specifiers. The ft_printf function recreates the same behavior while operating independently of standard library functions, providing a fully customizable structure.

Language: C - Size: 1.45 MB - Last synced at: about 12 hours ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0

MaJerle/lwprintf

Lightweight printf library optimized for embedded systems

Language: C - Size: 858 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 248 - Forks: 44

SMFSW/HARMcksL

ARM HAL toolbox (yet STM32 oriented)

Language: C - Size: 9.58 MB - Last synced at: 9 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

BredyByte/ft_printf

Re-creation the standard printf() function, handling formatted output with variable argument lists and custom format specifiers.

Language: C - Size: 39.1 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

dpetrosy/42-Printf

This project aims to code a custom implementation of the C printf function.

Language: C - Size: 3.03 MB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 0

Tripouille/printfTester

Tester for the ft_printf project of 42 school

Language: C++ - Size: 135 KB - Last synced at: 16 days ago - Pushed at: 5 months ago - Stars: 151 - Forks: 22

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.

Size: 42 KB - Last synced at: 11 days ago - Pushed at: 2 months ago - Stars: 81 - Forks: 2

pourist/printf

A minimal reimplementation of C’s printf function, supporting standard format specifiers and variadic argument handling.

Language: C - Size: 0 Bytes - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

MathysCogne/MyLibft_GNL_Printf

A collection of my C library implementations for 42. Including my Libft (with additional bonus functions), Get Next Line (GNL), Ft_printf, and Ft_fprintf

Language: C - Size: 573 KB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

dracudev/printf

Custom implementation of the standard printf function.

Language: C - Size: 2.76 MB - Last synced at: 22 days ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

embeddedartistry/arduino-printf

Add printf support to the Arduino SDK

Language: C - Size: 198 KB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 94 - Forks: 16

tigran-sargsyan-w/ft_printf

The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)

Language: C - Size: 7.81 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

tfc/pprintpp

Typesafe Python Style Printf Formatting for C++

Language: C++ - Size: 82 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 234 - Forks: 12

Fiore-G/ft_printf_42

El objetivo de este proyecto es reprogramar la función printf(). Aprendes a usar un número variable de argumentos y por qué es importante proteger la función write en un proyecto como éste ⚔️

Language: C - Size: 1.44 MB - Last synced at: 11 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

Viatorus/compile-time-printer

Prints values and types during compilation!

Language: Python - Size: 3.99 MB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 57 - Forks: 0

p2js/rsformat

Formatting/printing library for JavaScript that takes after rust's string formatting

Language: TypeScript - Size: 30.3 KB - Last synced at: 14 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

AJ528/mprintf

simple no-float 32-bit printf

Language: C - Size: 93.8 KB - Last synced at: 12 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

simon-zerisenay/42-ft_printf

42 ft_printf: ft_printf is a project that involves recreating the functionality of the printf function from the standard C library. The project focuses on parsing format specifiers, formatting output, and handling various data types.

Language: C - Size: 133 KB - Last synced at: 13 days ago - Pushed at: almost 2 years ago - Stars: 9 - Forks: 0

adil-mabrouk/ft_printf

A custom implementation of the C printf function for the 42 School curriculum. Supports multiple format specifiers (%c, %s, %p, %d, %i, %u, %x, %X, %%) and handles variadic arguments using stdarg.h.

Language: C - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/string-format

Insert supplied variable values into a format string.

Language: JavaScript - Size: 396 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 0

zyber-punk/ft_printf

Reimplementation of the C standard function printf()

Language: C - Size: 1.31 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

PublioElio/School-42-printf

This repository contains all files for the printf project from School 42 Málaga cursus. The project consist in duplicate the printf function, part of the stdio.h library

Language: C - Size: 1.26 MB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 17 - Forks: 0

eduaserr/ft_printf

The printf function is a command to display a formatted output string on the standart output.

Language: C - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

moehriegitt/vastringify

Type-safe Printf in C

Language: C - Size: 238 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 72 - Forks: 5

msabr/FT_PTINTF_1337

A custom implementation of the printf function, teaching variadic functions and formatted output handling in C.

Language: C - Size: 1.44 MB - Last synced at: 19 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

WildZarek/ft_printf

This project aims to redo in C the printf() function. This will primarily teach you how to handle a variable number of arguments.

Language: C - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

shuai132/log

a simple printf wrapper for c/c++

Language: C++ - Size: 160 KB - Last synced at: 16 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 2

LuizGandra/ft-printf-42

ft_printf is a custom implementation of the C printf() function, developed as part of the 42 São Paulo Common Core curriculum. It supports basic format specifiers (cspdiuxX%) and bonus flags (#, + and space) via a static library.

Language: C - Size: 72.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

donatj/printf-parser

A PHP compatible tokenizing printf string parser

Language: PHP - Size: 106 KB - Last synced at: 22 days ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 0

mickjc750/prnf

A lightweight tiny printf alternative. With some reasonable limitations, extensions, and alternative behaviour suited to microcontrollers.

Language: C - Size: 273 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 37 - Forks: 2

kellycious/FT_PRINTF

recode the printf function @ 42 school, Paris

Language: C - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

PrinssiFiestas/printf

printf() clone with Ryu float conversion

Language: C - Size: 5.21 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

jurgen-kluft/cbase

C++ cross-platform base library

Language: C++ - Size: 3.32 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

PedroZappa/42_ft_printf

42 Project : ft_printf

Language: C - Size: 1.87 MB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 4 - Forks: 0

BenSouchet/ft-printf

School Project - Printf's Refactoring

Language: C - Size: 85 KB - Last synced at: 1 day ago - Pushed at: almost 8 years ago - Stars: 19 - Forks: 2

Eafy/ZJLog

Log redirection output tool for iOS, you can set the Log level, redirect output to the proxy interface, save logs to the sandbox, support for c、c++、m、mm code files, and more.

Language: Java - Size: 684 KB - Last synced at: 9 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 1

vendethiel/dependent-printf

I'm terrible at this, eh.

Language: Agda - Size: 109 KB - Last synced at: 30 days ago - Pushed at: over 10 years ago - Stars: 1 - Forks: 0

Sigmapitech/myprintf

Allocation free, C99 printf function recreation focused of a small memory footprint

Language: C - Size: 499 KB - Last synced at: 16 days ago - Pushed at: 2 months ago - Stars: 5 - Forks: 0

tree-sitter-grammars/tree-sitter-printf Fork of pstuifzand/tree-sitter-printf

printf format grammar for tree-sitter

Language: JavaScript - Size: 63.5 KB - Last synced at: 11 days ago - Pushed at: 2 months ago - Stars: 3 - Forks: 1

erico-ke/ft_printf-42MalagaProyect

ft_printf es un proyecto de 42 que consiste en recrear la famosa función printf de la biblioteca estándar de C.

Language: C - Size: 23.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

MinightDev/printf

This project is a custom implementation of the _printf function, which mimics the behavior of the standard C library function printf. The collaborators on this project are MinightDev and SoufianeAziz.

Language: C - Size: 68.4 KB - Last synced at: 30 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

8dcc/hl-printf.el

Minor mode for highlighting 'printf' format specifiers in Emacs

Language: Emacs Lisp - Size: 43 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 7 - Forks: 1

Maroua-netizen/ft_printf

My version of printf

Language: C - Size: 8.79 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

vbfox/ColoredPrintf

F# printf functions but with colors !

Language: F# - Size: 319 KB - Last synced at: 13 days ago - Pushed at: 8 months ago - Stars: 48 - Forks: 3

Emma-blnch/Ft_printf

Recode the printf function. Total hours of work: about 20.

Language: C - Size: 77.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

leech001/STM32-FreeRTOS-float 📦

Support for working with float in STM32 in conjunction with FreeRTOS

Language: C - Size: 851 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

yvann-ba/Ft_Printf

Custom `printf` implementation in C. Supports various format specifiers and variadic arguments

Language: C - Size: 5.86 KB - Last synced at: 13 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

mulle-core/mulle-sprintf

🔢 An extensible sprintf function supporting stdarg and mulle-vararg

Language: C - Size: 503 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

mulle-core/mulle-fprintf

🔢 mulle-fprintf marries mulle-sprintf to stdio.h

Language: C - Size: 166 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

marineks/MK_Test

Simple printf tester for the mandatory requirements

Language: C - Size: 117 KB - Last synced at: 15 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

imranelalami/my-Printf

The my_printf project involves creating a custom implementation of the C printf function. It handles format specifiers (like %d, %s, %p), manages flags, field widths, and precision for formatted output. The goal is to develop my skills in low-level data manipulation, variadic functions, and efficient string handling in C.

Language: C - Size: 309 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Kr1sNg/42cursus-ft_printf

42's project to implement the function printf() in C Standard library

Language: C - Size: 1.64 MB - Last synced at: 15 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

servettonga/ft_printf

A library that contains ft_printf, a function that mimics the real printf.

Language: C - Size: 38.1 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Florian-A/ft_printf

Parce que putnbr et putstr ne sont pas assez.

Language: C - Size: 350 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

andersonhsporto/ft-printf

This project focuses on implementing a simplified version of the printf function, commonly used in C programming for formatted output. The implementation replicates some of the key features of printf, allowing for dynamic string formatting and output generation

Language: C - Size: 111 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

victorpreston/simple_shell

A minimalistic yet fully functional shell terminal emulation | Using C programming language, simple_shell executes basic commands, interacts with the operating system and introduces users to the foundational concepts of process management & input/output operations,

Language: C - Size: 83 KB - Last synced at: 4 days ago - Pushed at: 10 months ago - Stars: 10 - Forks: 0

issa-12/Printf

Recreating the printf function

Language: C - Size: 8.79 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

HenryAWE/PapilioCharontis

A flexible C++ formatting library designed for i18n, using embedded script to output plural forms, grammatical gender, etc. correctly

Language: C++ - Size: 1.07 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 9 - Forks: 0

jserv/tinyprintf Fork of cjlano/tinyprintf

A tiny printf and sprintf library for small embedded systems

Language: Roff - Size: 60.5 KB - Last synced at: 7 days ago - Pushed at: 5 months ago - Stars: 6 - Forks: 0

152334H/pwnscripts 📦

Very simple script(s) to hasten binary exploit creation

Language: Python - Size: 1.22 MB - Last synced at: 11 days ago - Pushed at: almost 4 years ago - Stars: 92 - Forks: 7

SheetJS/printj

:scroll: sprintf for JS

Language: JavaScript - Size: 500 KB - Last synced at: 1 day ago - Pushed at: almost 3 years ago - Stars: 199 - Forks: 18

leogaudin/ft_printf

42 • A library that contains ft_printf(), a function that mimics the original printf() function.

Language: C - Size: 2.47 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hojsong/printf

Language: C - Size: 4.88 KB - Last synced at: 20 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

mysterywolf/rt_vsnprintf_full

rt_vsnprintf完整功能版本 | Fully functional version of rt_vsnprintf

Language: C - Size: 205 KB - Last synced at: 6 days ago - Pushed at: 7 months ago - Stars: 18 - Forks: 5

tjol/sprintf-rs

a clone of C s(n)printf in Rust

Language: Rust - Size: 38.1 KB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 7 - Forks: 7

iker-gonzalez/ft-printf

Recoding of the simplified version of the printf function in C

Language: C - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

SirAlabar/ft_printf

My Printf

Language: C - Size: 298 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ma1loc/ft_printf

recreating the C `printf` function from scratch.

Language: C - Size: 27.3 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

cgdskrb/42

42 Common Core Projects

Language: C - Size: 2.93 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

xDec0de/42printf

[42] My own (Very limited) version of printf

Language: C - Size: 23.4 KB - Last synced at: 24 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Loki-Astari/ThorsIOUtil

Utilities for handling IO in C++

Language: C++ - Size: 730 KB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Nipsu24/42_ft_printf

Custom made C library printf function

Language: C - Size: 15.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

shiyou0130011/sprintf.js 📦

a javascript library used for formating string.

Language: JavaScript - Size: 35.2 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

alfredo003/printf

ft_printf is a custom implementation of the C printf() function. This project focuses on understanding variadic functions and mimicking the behavior of the standard printf() function.

Language: C - Size: 3.91 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

guicdas/Ft_printf_42

My version of Printf function for 42 Lisboa.

Language: C - Size: 551 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

nhmikami/42-printf

My own implementation of printf function in C

Language: C - Size: 13.7 KB - Last synced at: 14 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

remzikutun/42_Cursus

This repository contains the projects I have been working on at 42 School. It covers different areas of software development as part of 42 School's common core.

Size: 17.1 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

medidbella/printf

recreation of a small part of the classic printf function in C

Language: C - Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Princexz/printf

This a repository for the ALX project for the printf project

Language: C - Size: 57.6 KB - Last synced at: 1 day ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 1

MtFmT-Lib/mtfmt

Modern formatting library wrote by pure c language on embed system

Language: C - Size: 1 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 18 - Forks: 3

salmane10/ft_printf

Because ft_putnbr() and ft_putstr() aren’t enough

Language: C - Size: 33.2 KB - Last synced at: 11 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

merituulie/ft_printf

A program implemented to mimic the behavior of a C function printf. The program implements the conversion and printing behavior of printf flags c, p, d, i, u, x, X and %.

Language: C - Size: 4.88 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

mikeduglas/printf

Convenient string formatting.

Language: Clarion - Size: 33.2 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 2

sanurb/printf

Printf C function implementation

Language: C - Size: 31.3 KB - Last synced at: 8 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Inndy/formatstring-exploit

Dead simple format string exploit payload generator

Language: Python - Size: 9.77 KB - Last synced at: 8 days ago - Pushed at: about 8 years ago - Stars: 26 - Forks: 6

pin3dev/42_ft_Printf

Replicates standard printf function in C. This project deepens understanding of variadic functions, data formatting, and low-level I/O management.

Language: C - Size: 62.5 KB - Last synced at: 11 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0