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

Topic: "variadic-function"

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: about 2 years ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 2

Adebayo-S/printf

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

Language: C - Size: 66.4 KB - Last synced at: 19 days ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 4

samuelselasi/alx-low_level_programming

ALX Low Level Programming (C)

Language: C - Size: 753 KB - Last synced at: 20 days ago - Pushed at: almost 2 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: almost 2 years ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 2

Archer-01/ft_printf

Recoding libc's printf

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

Parsankamusa/alx-low_level_programming

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

JMK-WRL/alx-low_level_programming

Alx low_level_programming - C programming language

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

cgkantidis/cpp_dbg_out

A dbg_out variadic macro that prints the function, file, line and the rest of the arguments from where it's called, to the standard output.

Language: CMake - Size: 18.6 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Benonking/printf

This repository is a basic implimentation of a printf function. The concepts used include dynamic memory allocation, pointers, variadic functions

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

Battsetseg20/printf

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

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

aliakkas006/Go-lang-basics

Language: Go - Size: 2.48 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

lachlanstephen/ft_printf_42

My ft_printf project for the 42 Cursus. A recreation of the printf function found in the <stdio.h> C Library. Bonuses in progress. 100/100

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

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 at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

schambig/holbertonschool-low_level_programming

Foundations of programming with C, projects related to topics like pointers and arrays, malloc and its friends, structures, function pointers, variadic functions, bit manipulation, file I/O, etc.

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

bekalue/-printf-

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

sde-mull/Printf

In this project I had to recode the printf function. I learned about variadic function and how to apply them.

Language: C - Size: 2.49 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

iker-gonzalez/ft-printf

Recoding of the simplified version of the printf function in C

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

ralexrivero/printf

Printf custom version is a C language function to do formatted printing. Prints formatted text to the standard output (stdout) using format specifiers.

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

Ahaif/ft_printf

Recoding function printf in C language

Language: C - Size: 1.2 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

isousa42/42_Printf

"This project is pretty straight forward. You will recode printf."

Language: C - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

poix-code/holbertonschool-low_level_programming

This repository focuses on C and somewhat assembler, making complex data structures.

Language: C - Size: 232 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

jchene/ft_printf

42Cursus ft_printf involves learning how to use variadic functions to recode printf.

Language: C - Size: 64.5 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

nabilac27/42-ft_printf

an implementation of printf function, utilizing variadic functions to handle formatted output with custom parsing and formatting logic.

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

0xARCOS/printf

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

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: about 1 month ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

malatini42/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: 1.19 MB - Last synced at: about 19 hours ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

nasqnik/ft_printf

Recode printf(). Learn about variadic functions

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

F1RST1/cignal_slot

Signal-Slot implemented in pure C

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

LouAntonio/ft_printf

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

f-corvaro/FT_PRINTF

"Custom printf implementation"

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

edfvr/alx-low_level_programming

Learning C with ALX

Language: C - Size: 1.63 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

KamalElAlami/FT_Printf-1337

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

Memphis-Hydra/alx-low_level_programming

This Repo is all about ALX LOW PROGRAMMING Projects Using C

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

AijaRe/42Porto_ft_printf

printf implementation for following conversions: cspdiuxX%

Language: C - Size: 1.22 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

JayJust0h/printf

Alx First Group project.

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

eel-moun/C-BASICS

this repo contains three projects: Libft , a Custom Printf and a Custom get_next_line

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

winash1618/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. This exercise is a great opportunity to improve your programming skills. It is of moderate difficulty.

Language: C - Size: 2.86 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

m7moudGadallah/printf

Team project for alx-africa to implement your own version from printf

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

berat-samli/printf

Language: C - Size: 6.84 KB - Last synced at: 19 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

EdT94/Airport_Manager

The system reads data about airports and companies from txt/bin files(if exists).There are an options for adding flights and airports, sorting and searching flights,and see all the data.

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

Csasaka19/alx-low_level_programming

Alx low level programming in C by Csasaka19

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

EcosElisa/Printf

42 school's third project: "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.95 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jaredatandi/alx-low_level_programming

A repository for all the requirements for low-level programming including C.

Language: C - Size: 1.17 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

abdoachhoubi/ft_printf

1337 - 42 cursus (ft_printf project)

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

yrhiba/Ft_printf

the printf() function from libc. A library that contains ft_printf(), a function that will mimic the original printf().

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

willianlim/ft_printf

✏ My own version of the printf() function. In C programming language, printf() function is used to print the ("character, string, …").

Language: C - Size: 2.24 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Saxsori/ft_printf

Because putnbr and putstr are not enough ^-^

Language: C - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

The-Friendly-Ghost/Printf

🖨️ "This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions."

Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

nhpip/variadic-elixir

A simple implementation of Variadic functions in Elixir

Language: Elixir - Size: 22.5 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

oseasandrepro/NumericalAnalysis

Implementation of the basics Algorithms on Numerical Analysis

Language: C - Size: 2.19 MB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

NorsHiden/42cursus-ft_printf

ft_printf is a 42Network project that gives you many informations about how variadic functions work by implementing printf function.

Language: C - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

r-fsantos/til

:memo: Today I learned.

Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

42kmira/ft_printf

Partial implementation of the standard library printf function.

Language: C - Size: 397 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

almayor/ft_printf

Re-implementing printf with a spin

Language: C - Size: 5.64 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

robkle/ft_printf

A simplified version of the C library function printf.

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

UsmanAJabbar/holbertonschool-low_level_programming

This repository contains all the logic files written in C

Language: C - Size: 310 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

TzStrikerYT/holbertonschool-low_level_programming

✅ This repository contains different projects that i used to learn C, contains the most basic for example Hello World until most complex topics how binary trees, Linked lists and sort algorithms.

Language: C - Size: 228 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

42lan/ft_printf

🐾 Implementation of my own printf function in C because I’m fed up alternating the ft_putnbr() and ft_putstr() when doing my printing.

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

barbarj/ft_printf

Build a personal implementation C's printf function.

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

nguaki/C

Topics covered: TDD using Makefile, Undefined behaviors, multi-thread, pointers, recursive, sockets, signal handler, forking

Language: C - Size: 433 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

drfurqan/C-11-14-17-Tests

Implementations of C++11, 14, and 17 features.

Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

Incrementis/Javascript-variadic-functions-and-arguments-

Implementing the variadic function as a small wrapper by using the js object "arguments".

Language: HTML - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Incrementis/Javascript-use-of-apply-

Testing the use of js method "apply" with the help of an own made and strongly simplified face customizer

Language: JavaScript - Size: 515 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0