Ecosyste.ms: Repos

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

GitHub topics: printf

mickjc750/prnf

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

Language: C - Size: 205 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 33 - Forks: 2

horizon2038/h5n-printf

Simple educational printf re-implementation written in C

Language: C - Size: 29.3 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

0xabdou/ft_printf

One of 1337 new curriculum projects

Language: C - Size: 1.28 MB - Last synced: 4 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

cronblocks/stm32-serial-printf

Helper library for using serial_printf in embedded environments just like printf - especially for multiple interfaces

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

nanafox/alx-low_level_programming

Low level programming with C, including Data Structures and Algorithms

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

mulle-core/mulle-fprintf

πŸ”’ mulle-fprintf marries mulle-sprintf to stdio.h

Language: C - Size: 114 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

cezou/QuoicouLibft

Recreate Libc, Printf and GetNextLine

Language: C - Size: 4.48 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

arsenbadalyan/printf

A lightweight implementation of the C printf function in C, offering standard functionality in a compact form for learning and practical use.

Language: C - Size: 6.84 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

JeHeeYu/Renesas-Example

Renesas FA Family Firmware Examples

Language: C - Size: 630 KB - Last synced: 4 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

ayogun/ft_printf

This project consists of coding a library that contains a simplified primitive version of the printf function.

Language: C - Size: 37.1 KB - Last synced: 5 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

ychaaibi/ft_printf

Custom Printf Function in C πŸš€

Size: 1.44 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

DimitarPetrov/printracer

πŸ”ŽπŸ› Golang fmt.Println debugging and tracing tool capable of visualising function invocation paths.

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

lrlin5656/Blank_Arduino_PlatformIO

A Blank start for Arduino programming on PlatformIO but with scripts ready for print float

Language: Python - Size: 6.84 KB - Last synced: 5 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

mohsink20/ft_printf

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

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

OlesiaKniazeva/Ft_printf_21

School 21 project. Ft_printf, a function that mimics the real printf function

Language: C - Size: 1.2 MB - Last synced: 5 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Nikappa57/Printf-42

The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments.

Language: C - Size: 1.21 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

lumaro77/42_cc01_printf

The ft_printf project at 42 school involves creating a custom implementation of the printf function in the C programming language.

Language: C - Size: 48.8 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

San-tito/ft_printf

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

Language: C - Size: 138 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 4 - Forks: 0

Mahiuha/printf

This is the printf project repository

Language: C - Size: 59.6 KB - Last synced: 5 months ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

arinatyurina/ft_printf

Recreating printf function in C.

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

Ahmad-Buglen/ft_printf

Reimplementation of printf function.

Language: C - Size: 513 KB - Last synced: 6 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

kellycious/FT_PRINTF

recode the printf function @ 42 school, Paris

Language: C - Size: 20.5 KB - Last synced: 6 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Francismensah/alx-low_level_programming

πŸš€ Multiple Projects done in C programming language during the ALX Low Level programming steeplechase track , Cohort 19

Language: C - Size: 331 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

maricard18/42-printf

This project is about recreating printf() function.

Language: C - Size: 1.95 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

nanafox/printf

A group implementation of the printf function

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

Fescron/dbprint

DeBugPrint - Homebrew minimal low-level println/printf replacement using UART for EFM32.

Language: C - Size: 864 KB - Last synced: 6 months ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

guilmira/ft_printf

This project is pretty straight forward: recode printf

Language: C - Size: 1.41 MB - Last synced: 6 months ago - Pushed: over 2 years ago - Stars: 1 - 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: 6 months ago - Pushed: 6 months ago - Stars: 8 - Forks: 1

vbfox/MasterOfFoo

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

Language: F# - Size: 449 KB - Last synced: 4 days ago - Pushed: about 3 years ago - Stars: 10 - Forks: 2

Memli-Sheremeti/ft_printf

[42 / Common Core] ft_printf

Language: C - Size: 1.44 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

qbornet/printfTester

printfTester for 42 project

Language: C - Size: 33.2 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 2 - Forks: 0

OthmanSemlali/printf

This project is a part of the software engineering program at ALX. Creating my own version of `printf`. ps: Not passed all tests yet

Language: C - Size: 53.7 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

P-Claus/ft_printf

The code for my own printf function in the ft_printf project at Campus 19.

Language: C - Size: 1.92 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

MVPee/42-Ft_printf

My printf from 42 school. This project requires rewriting printf. Interesting to learn variable argument numbers.

Language: C - Size: 40 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 2 - Forks: 0

vbfox/ColoredPrintf

F# printf functions but with colors !

Language: F# - Size: 292 KB - Last synced: 6 days ago - Pushed: about 3 years ago - Stars: 43 - Forks: 3

27network/ft_printf

Recreating printf, with proper flag support!

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

jcgonzalez25/MatrixRainBash

🌐 Experience the Matrix: A Bash script that conjures the iconic digital rain πŸ’§ in your terminal πŸ’», immersing you in the hacker aesthetic πŸ•ΆοΈ of the Matrix universe. πŸš€

Language: Shell - Size: 2.58 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 2 - Forks: 0

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: 90.8 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 25 - Forks: 4

0x7f454c46/cprintf

Compile-time printf-like function's format string parsing

Language: C++ - Size: 26.4 KB - Last synced: 3 months ago - Pushed: over 7 years ago - Stars: 2 - Forks: 0

ulyildiz/42-ft_printf

Language: C - Size: 28.3 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

DelicaTessa/42-ft_printf

Codam ft_printf project - recreate the printf function from libc

Language: C - Size: 22.5 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

mumbuamutuku/printf πŸ“¦

PRINTF Function done by Mumbua Mutuku and Isaac Mititi

Language: C - Size: 112 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

simlf/my_printf

My implementation of the `printf()` function from the libC

Language: C - Size: 1.95 KB - Last synced: 7 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

Alphacharge/printf

42 printf Project

Language: C - Size: 420 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

hanjongho/ft-printf

[42cursus] C ν‘œμ€€ λΌμ΄λΈŒλŸ¬λ¦¬μ— μžˆλŠ” printf κ΅¬ν˜„

Language: C - Size: 17.6 KB - Last synced: 7 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

fbescodam/ft_printf πŸ“¦

A (simplified) recreation of C's printf method

Language: C - Size: 149 KB - Last synced: about 2 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

jdunnink/ft_printf

Jesse Dunnink / Codam / C project / implement printf

Language: C - Size: 1.34 MB - Last synced: 8 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

mecomontes/Printf-replica

_printf is a function to do formatted printing. In this program we develop the function for simple printing and the format specificatrions printing. Depending of the content in the (), this functions use the simple printing or the use or specifiers.

Language: C - Size: 107 KB - Last synced: 8 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

DevopGirl18/printf

Month #0 Project for ALX students

Language: C - Size: 17.6 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

doooriian/Printf

Recreating the printf function

Language: C - Size: 8.79 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

pedromelocf/42_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: 66.4 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

kroharu/ft_printf

Printf function reimplementation in C, 42 curriculum

Language: C - Size: 18.7 MB - Last synced: 8 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

malatinipro/ft_printf πŸ“¦

Ft_printf (42cursus) 2020-2021. Remake printf. A project usefull for the next projects. The aim is to learn how variable size arguments works.

Language: C - Size: 7.83 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

Eloagbawe/_printf

Custom printf implementation

Language: C - Size: 12.7 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

WicCaesar/ft_printf

My own implementation of printf.

Language: C - Size: 182 KB - Last synced: 8 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

dev-soufiane/printf

Recreating the printf function in C for ALX School's Printf Project.

Language: C - Size: 443 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

NightFall-Dev/fmt

A modern formatting library

Language: C++ - Size: 770 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

hde-oliv/ft_printf

My reimplementation of the libc printf function.

Language: C - Size: 88.9 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

Michaelangel007/apple2_print_uint16

Apple 2 Print Unsigned Int16

Language: Assembly - Size: 54.7 KB - Last synced: 9 months ago - Pushed: almost 7 years ago - Stars: 4 - Forks: 1

RogerioLS/Ft_Printf-42sp

This project consists of coding a library that contains a simplified version of the printf function.

Language: C - Size: 17.6 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

merlin-101/Ft_printf-Project

This project entails the recreation of the function Printf from scratch while implementing variadic functions in C.

Language: C - Size: 1.32 MB - Last synced: 9 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

Mr-Galt/42-printf

This project is pretty straightforward, I had to recode printf. It will be part of my future libft.

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

JS-DevTools/humanize-anything

Convert any value to a short, human-readable string

Language: JavaScript - Size: 479 KB - Last synced: 17 days ago - Pushed: almost 4 years ago - Stars: 4 - Forks: 1

Clas0512/42-Printf

Bu proje C dilinde popüler olan printf() işlevinin düşük bütçeli denebilecek bir kopyasıdır.

Language: C - Size: 3.13 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 1 - Forks: 0

mendes-jv/ft-printf

This project consists of coding a library that contains a simplified version of the printf function.

Language: C - Size: 88.9 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 2 - Forks: 0

yavuzsonmez/42-ft_printf

My own implementation of printf with the most common flags.

Language: C - Size: 345 KB - Last synced: 9 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

manuemmanuel/Mailing-Address-Printer

This C program allows users to input their mailing address details and then prints them in a formatted manner.

Language: C - Size: 1000 Bytes - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

Nasar165/ATMEGA328-UART

UART protocol for ATMEGA328p using printf for printing to the console. Compatible with MPLAB X simulator

Language: C - Size: 25.4 KB - Last synced: 9 months ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

leogaudin/ft_printf

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

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

acarlson99/libft

42 library. Recreating parts of the standard C library

Language: C - Size: 548 KB - Last synced: 10 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

YaImedgar/ft_printf_42-21

My implementation of printf() ⌨️ πŸ–¨οΈ ✏

Language: C - Size: 40 KB - Last synced: 10 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

rmitache-ai/ft_printf

πŸ’¬ A custom implementation of the standard printf function from the <stdio.h> library.

Language: C - Size: 16.6 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

Kezieh5/printf

Team Project - printf

Language: C - Size: 26.4 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

YuyuZha0/fast-printf

A precompiled printf spec compatible string formatting library for java

Language: Java - Size: 377 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

mujeebnazir/C-programs.

Basic programs in ' C ' language!

Language: C - Size: 39.1 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ThreeDP/ft_printf

πŸ‡ This project is about building a library that replicates some of the functions of the original C language function Printf.

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

gjmacias/ft_printf

my printf from 42 barcelona

Language: C - Size: 20.5 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

gitEllE-if/printf

⁒ printf implementation in C

Language: C - Size: 26.4 KB - Last synced: 10 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

jshmrtn/gettext_printf

Gettext Printf Interpolator

Language: Elixir - Size: 21.5 KB - Last synced: 10 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

regisphilibert/wp-for-your-eyes-only

Wordpress plugin for printing beautiful var_dump/print_r for selected users only not based on capabilities!

Language: PHP - Size: 106 KB - Last synced: 10 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

R1nlz3r/Ft_printf

Custom printf from lib C

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

AddioElectronics/CeriHAL

C library for extending and redirecting the HAL IO drivers, and provides arduino like serial functions for printing and reading.

Language: C - Size: 89.8 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

dev-diana/printf

A group project to build a printf function in c code

Language: C - Size: 23.4 KB - Last synced: 10 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 1

chukssomzzy/printf

:rocket: C printf

Language: C - Size: 51.8 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

itiievskyi/ft_printf

Creating a library that could replace Unix 'printf' function

Language: C - Size: 1.33 MB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

rjhallsted/ft_printf

Build a personal implementation C's printf function.

Language: C - Size: 213 KB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

exclud/printf

A custom Printf function

Language: C - Size: 38.1 KB - Last synced: 6 months ago - Pushed: about 1 year ago - Stars: 1 - 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: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

ArthurBeznik/42_codam_ft_printf

This project is pretty straight forward. You will recode printf. Hopefully you will be able to reuse it in future projects without the fear of being flagged as a cheater. You will mainly learn how to use variadic arguments.

Language: C - Size: 75.2 KB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

sjuery/ft_printf

A replica of C's extremely useful printf

Language: C - Size: 126 KB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

wellingtonmwadali/printf

ALX first pair programming printf project

Language: C - Size: 10.7 KB - Last synced: 10 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

fmtparser/fmtparser

printf/scanf format parser

Language: C - Size: 160 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

Battsetseg20/printf

A Holberton School Cohort 13 project to create a version of printf()

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

t0mm4rx/ft_printf

A repo to work remotely on the project ft_printf of school 42

Language: C - Size: 78.1 KB - Last synced: 10 months ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

parzival-p1/holbertonschool-low_level_programming

C πŸ§‘πŸ»β€πŸ’» programming language repository with basic, medium and advanced exercises

Language: C - Size: 373 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

igorskyflyer/npm-zing

🐌 Zing is a C# style String formatter for JavaScript that empowers Strings with positional arguments - composite formatting. πŸš€

Language: TypeScript - Size: 51.8 KB - Last synced: 28 days ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

anversa-pro/printf Fork of jbocane6/printf

Printf function replica project performed by Angela Vergara & Juan Bocanegra.

Size: 216 KB - Last synced: 10 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

wisvem/printf

Printf project at Holberton School

Language: C - Size: 57.6 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

Medno/ft_printf

Reproduction of printf function

Language: C - Size: 67.4 KB - Last synced: 10 months ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

Persie-O/printf-project

This project contains replicate of printf function. In short am creating code to print out all data types using their specifiers like printf functions found on C- programming language.

Language: C - Size: 7.81 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0