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

Topic: "printf"

fmtlib/fmt

A modern formatting library

Language: C++ - Size: 16.8 MB - Last synced at: 5 days ago - Pushed at: 7 days ago - Stars: 23,055 - Forks: 2,789

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 months ago - Pushed at: almost 2 years ago - Stars: 3,212 - Forks: 364

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 months ago - Pushed at: over 2 years ago - Stars: 2,732 - Forks: 509

logrusorgru/aurora

Golang ultimate ANSI-colors that supports Printf/Sprintf methods

Language: Go - Size: 572 KB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 1,468 - Forks: 54

rokath/trice

🟢 super fast 🚀 tiny 🐥 𝘾 printf-look-and-feel ✍ trace code, in ⚡ interrupts ⚡ too ‼️, and real-time PC 💻 logging 👀

Language: C - Size: 274 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 846 - Forks: 86

charlesnicholson/nanoprintf

The smallest public printf implementation for its feature set.

Language: C++ - Size: 643 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 738 - Forks: 62

HexHive/printbf

Brainfuck interpreter inside printf

Language: Brainfuck - Size: 1.34 MB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 670 - Forks: 28

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.16 MB - Last synced at: 17 days ago - Pushed at: 19 days ago - Stars: 560 - Forks: 62

c42f/tinyformat

Minimal, type safe printf replacement library for C++

Language: C++ - Size: 307 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 552 - Forks: 77

MaJerle/lwprintf

Lightweight printf library optimized for embedded systems

Language: C - Size: 872 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 320 - Forks: 57

tfc/pprintpp

Typesafe Python Style Printf Formatting for C++

Language: C++ - Size: 85.9 KB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 238 - Forks: 12

SheetJS/printj

:scroll: sprintf for JS

Language: JavaScript - Size: 500 KB - Last synced at: 3 days ago - Pushed at: over 3 years ago - Stars: 204 - Forks: 18

Tripouille/printfTester

Tester for the ft_printf project of 42 school

Language: C++ - Size: 122 KB - Last synced at: 17 days ago - Pushed at: 20 days ago - Stars: 171 - Forks: 25

eyalroz/cuda-kat

CUDA kernel author's tools

Language: Cuda - Size: 1.57 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 107 - Forks: 8

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: 276 KB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 99 - Forks: 3

embeddedartistry/arduino-printf

Add printf support to the Arduino SDK

Language: C - Size: 198 KB - Last synced at: 8 months ago - Pushed at: about 2 years ago - Stars: 95 - Forks: 16

152334H/pwnscripts 📦

Very simple script(s) to hasten binary exploit creation

Language: Python - Size: 1.22 MB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 94 - Forks: 7

moehriegitt/vastringify

Type-safe Printf in C

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

Viatorus/compile-time-printer

Prints values and types during compilation!

Language: Python - Size: 2.47 MB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 58 - Forks: 0

vbfox/ColoredPrintf

F# printf functions but with colors !

Language: F# - Size: 319 KB - Last synced at: 27 days ago - Pushed at: over 1 year ago - Stars: 48 - Forks: 3

bisqwit/tinyprintf

printf replacement for embedded programming

Language: C++ - Size: 93.8 KB - Last synced at: almost 3 years ago - Pushed at: over 8 years ago - Stars: 48 - Forks: 5

atakansarioglu/bigbug

Easy Microcontroller Debugging Tool

Language: C# - Size: 1.56 MB - Last synced at: 5 months ago - Pushed at: almost 7 years ago - Stars: 40 - Forks: 4

DimitarPetrov/printracer

🔎🐛 Golang fmt.Println debugging and tracing tool capable of visualising function invocation paths.

Language: Go - Size: 359 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 38 - Forks: 1

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: 10 months ago - Pushed at: 10 months ago - Stars: 37 - Forks: 2

NwabuezeFranklin/alx-low_level_programming

:rocket: Multiple Projects done in C programming language during the ALX Low Level programming steeplechase track , Cohort6

Language: C - Size: 215 KB - Last synced at: almost 3 years ago - Pushed at: about 3 years ago - Stars: 30 - Forks: 44

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.

Language: C++ - Size: 92.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 25 - Forks: 4

Surfi89/ft_printf

42cursus' ft_printf project. Begin date 06/sep/2021. Finish date 13/sep/2021. About 30h of total work.

Language: C - Size: 51.8 KB - Last synced at: almost 3 years ago - Pushed at: about 4 years ago - Stars: 25 - Forks: 11

Inndy/formatstring-exploit

Dead simple format string exploit payload generator

Language: Python - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: almost 9 years ago - Stars: 25 - Forks: 6

Ferki-git-creator/Uprintf

Tired of bloated or limited printf in embedded systems? Uprintf is the universal, zero-dependency solution you've been looking for.

Language: C - Size: 54.7 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 22 - Forks: 3

nickssilver/printf

Alx first team project on C printf.

Language: C - Size: 56.6 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 22 - Forks: 6

t0mm4rx/ftprintfdestructor

A script that destroys the school 42 project ft_printf

Language: Python - Size: 11.7 KB - Last synced at: almost 3 years ago - Pushed at: about 6 years ago - Stars: 20 - Forks: 1

BenSouchet/ft-printf

School Project - Printf's Refactoring

Language: C - Size: 85 KB - Last synced at: 8 months ago - Pushed at: over 8 years ago - Stars: 19 - Forks: 2

MtFmT-Lib/mtfmt

Modern formatting library wrote by pure c language on embed system

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

mysterywolf/rt_vsnprintf_full

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

Language: C - Size: 205 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 18 - Forks: 5

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: 9 months ago - Pushed at: about 3 years ago - Stars: 17 - Forks: 0

rafagafe/xprintf

It is an alternative implementation of the printf family suitable for embedded systems.

Language: C - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 2

pikajude/th-printf

Compile-time checked printf

Language: Haskell - Size: 175 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 3

vbfox/MasterOfFoo

An F# library to allow using printf style strings in more places.

Language: F# - Size: 413 KB - Last synced at: 3 days ago - Pushed at: 6 days ago - Stars: 13 - Forks: 2

luischaparroc/printf

This is the repository for printf project.

Language: C - Size: 52.7 KB - Last synced at: almost 3 years ago - Pushed at: over 3 years ago - Stars: 12 - Forks: 19

atugushev/flake8-printf-formatting

flake8 plugin that forbids printf-style string formatting

Language: Python - Size: 34.2 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 11 - 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.17 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 10 - Forks: 0

tjol/sprintf-rs

a clone of C s(n)printf in Rust

Language: Rust - Size: 46.9 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 10 - Forks: 8

mysterywolf/rt_kprintf_threadsafe

rt_kprintf线程安全版本

Language: C - Size: 95.7 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 3

rizky/corewar

🤖 Corewar, a programming game in which two or more battle programs compete for control of a virtual computer. These battle programs are written in an abstract assembly language.

Language: C - Size: 34.4 MB - Last synced at: almost 3 years ago - Pushed at: over 7 years ago - Stars: 10 - Forks: 1

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: 95.7 KB - Last synced at: 22 days ago - Pushed at: 24 days ago - Stars: 9 - 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: 9 months ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 0

Musoye/printf

This a repository for the ALX project for the printf project

Language: C - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 9 - Forks: 6

Aysuarex/alx-low_level_programming

Multiple Projects done in C programming language during the ALX-low_level_programming Track , cohort 5

Language: C - Size: 573 KB - Last synced at: almost 3 years ago - Pushed at: about 3 years ago - Stars: 9 - Forks: 30

alexeykosinov/Redirect-printf-to-USB-VCP-on-STM32H7-MCU

Enable printf() function to work with USB Virtual COM Port (STM32H743ZI)

Size: 7.81 KB - Last synced at: almost 3 years ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 4

oklm-wsh/Farfadet

A printf-like for Faraday library

Language: OCaml - Size: 39.1 KB - Last synced at: almost 3 years ago - Pushed at: over 7 years ago - Stars: 9 - Forks: 2

rom-p/picoprintf

tiny (<1 kB) sprintf() for embedded platforms

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

agaelema/Embedded_Printf

Embedded version of the famous "printf( )" function. The idea is create an simple and efficient library to meet some common needs in embedded systems

Language: C - Size: 304 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 8 - Forks: 6

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: 9 months ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

mkogax/GG_for_Arduino

GG for Arduino is a serial console library. It also contains various functions for implementing the console, for example printf(). You can implement a command line interface on your Arduino and add your own commands. This library contains built-in commands that allow memory access and timing analysis.

Language: C - Size: 102 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 1

RIDWANE-EL-FILALI/ft_printf

ft_printf made easy

Language: C - Size: 1.23 MB - Last synced at: almost 3 years ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 0

Totoditoto/colorwheel

Colorwheel provides easy-to-use colored print and trace macros for debuging your C program.

Language: C - Size: 54.7 KB - Last synced at: almost 3 years ago - Pushed at: about 8 years ago - Stars: 8 - Forks: 3

8dcc/hl-printf.el

Minor mode for highlighting 'printf' format specifiers in Emacs

Language: Emacs Lisp - Size: 44.9 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 7 - Forks: 1

PedroZappa/42_ft_printf

42 Project : ft_printf

Language: C - Size: 1.88 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 7 - 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: 2 months ago - Pushed at: about 1 year ago - Stars: 7 - Forks: 1

Princexz/printf

This a repository for the ALX project for the printf project

Language: C - Size: 57.6 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 1

ElijahLawal-7/alx-low_level_programming

C programming files and tasks

Language: C - Size: 268 KB - Last synced at: almost 3 years ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 12

felipevcc/holbertonschool-printf

Project that emulates the "printf" function of the C programming language with its most important features.

Language: C - Size: 47.9 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 3

augustobecker/ft_printf

A library that contains ft_printf, a function that mimics the real printf - @42sp Project

Language: C - Size: 178 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 2

caroldaniel/42sp-cursus-ft_printf

This is my very own printf function implementarion

Language: C - Size: 180 KB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 2

johncoleman83/printf

Custom version of printf() in C Language

Language: C - Size: 1.39 MB - Last synced at: 9 months ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 3

stdlib-js/string-format

Insert supplied variable values into a format string.

Language: JavaScript - Size: 482 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 6 - Forks: 0

nanafox/alx-low_level_programming

Low level programming with C, including Data Structures and Algorithms

Language: C - Size: 209 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

lbordonal/01-ft_printf

The goal of this project is pretty straightforward. Recode printf().

Language: C - Size: 1.28 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 1

Hafiz-Sakib/PUC-ICS-Tasks

Premier University,Chittagong.ICS Course

Language: C - Size: 32.3 MB - Last synced at: almost 3 years ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 0

Pericles001/printf

Group project: writing our own printf function

Language: C - Size: 81.1 KB - Last synced at: 6 months ago - Pushed at: about 4 years ago - Stars: 6 - Forks: 12

marineks/MK_Test

Simple printf tester for the mandatory requirements

Language: C - Size: 117 KB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 0

zombieleet/control

an implementation of C printf funtionality

Language: JavaScript - Size: 33.2 KB - Last synced at: almost 3 years ago - Pushed at: over 8 years ago - Stars: 6 - Forks: 0

jsvibe/printfy

C-style printf formatting for JavaScript with padding and precision.

Language: JavaScript - Size: 58.6 KB - Last synced at: 3 months ago - Pushed at: 3 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: 84 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 5 - Forks: 1

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: 6 months ago - Pushed at: 6 months ago - Stars: 5 - Forks: 0

Sigmapitech/myprintf

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

Language: C - Size: 499 KB - Last synced at: 8 months ago - Pushed at: 11 months ago - Stars: 5 - 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: 8 months ago - Pushed at: 12 months ago - Stars: 5 - Forks: 0

Kranf99/IOKranf

Educational library in Javascript that is great for kids to learn programming. This library emulates a "console" with simple println and input command.

Language: JavaScript - Size: 9.63 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 1

izenynn/libft

42 Cursus - Libft: My implementation of some useful C functions and some additional ones to use it in future projects of 42.

Language: C - Size: 158 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

Hafiz-Sakib/PUC-ICS-Slides

Premier University,Chittagong.ICS Course(Mentor: Puja Chakraborty)

Language: C - Size: 5.57 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

abschill/pstyle

header-only c library for styling print statements :tada:

Language: C - Size: 24.4 KB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

Adebayo-S/printf

🖨 created the printf function in C by @Adebayo-S and @Gejix

Language: C - Size: 66.4 KB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 4

LoisDuplain/best-libft

best-libft is a sorted and enhanced libft (containing 172 functions with recreated libc functions) useful for 42 projects.

Language: C - Size: 189 KB - Last synced at: almost 3 years ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 0

appinha/42cursus-01-ft_printf

Development repo for 42cursus' ft_printf project

Language: C - Size: 5.27 MB - Last synced at: almost 3 years ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 1

psprawka/Ft_printf

Because I'm bored of using ft_putstr :sunglasses:

Language: C - Size: 198 KB - Last synced at: almost 3 years ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 1

jraleman/42_ft_printf

This projects seeks to discover variadic functions in C in a particularly relevant context, as well as to learn about a great example of a basic “dispatcher” in C via the use of an array of function’s pointers.

Language: C - Size: 1.63 MB - Last synced at: almost 3 years ago - Pushed at: over 8 years ago - Stars: 5 - Forks: 0

donatj/printf-parser

A PHP printf compatible tokenizing printf string parser

Language: PHP - Size: 144 KB - Last synced at: 27 days ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

dfeneyrou/sslog

Speedy Structured C++17 logging library

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

samir-ouaammou/Print

The goal of this project is straightforward: it involves implementing the printf() function.

Language: C - Size: 1.46 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 0

San-tito/ft_printf

The goal of this project is pretty straightforward. You will recode printf().

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

9inefold/slimfmt

A small, simple formatting library for C++17

Language: C++ - Size: 157 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 2

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: 6 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

gsurkov/ucprintf

Minimal printf for microcontrollers

Language: C - Size: 23.4 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

llefranc/42_ft_printf

School project: reimplement printf in C (with all the bonuses, including the floats and Dragon4 algorithm).

Language: C - Size: 1.26 MB - Last synced at: 10 months ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

AnthonyLedru/ft_printf

Copy of the original printf function of C langage.

Language: C - Size: 3.1 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

m0saan/printf

PRINTF : Because 'putnbr' and 'putstr' aren’t enough. This is a library that contains ft_printf, a function that will mimic the real printf

Language: C - Size: 245 KB - Last synced at: 10 months ago - Pushed at: about 5 years ago - Stars: 4 - 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: 10 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

JS-DevTools/humanize-anything

Convert any value to a short, human-readable string

Language: JavaScript - Size: 479 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

CrispthoAlex/printf

The printf project is the coding of a function named "_printf()" that imitates to "printf()"

Language: C - Size: 49.8 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 2

monoprosito/printf

A repository that stores the printf function of C programming language. Made with my peer @jormao

Language: C - Size: 45.9 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 4 - Forks: 7