Topic: "libft"
xicodomingues/francinette 📦
An easy to use testing framework for the 42 projects
Language: C - Size: 1.05 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 534 - Forks: 64

Tripouille/libftTester
Tester for the libft project of 42 school
Language: C++ - Size: 649 KB - Last synced at: 22 days ago - Pushed at: about 1 year ago - Stars: 338 - Forks: 53

0x050f/libft-war-machine
forked repository of libftest (by jtoty) for libft at 42
Language: Shell - Size: 230 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 225 - Forks: 46

pulgamecanica/42Course
42Course
Language: C++ - Size: 107 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 76 - Forks: 7

WaRtr0/francinette-image
Adaptation of the Francinette, for testing projects 42. Works on sessions 42 !
Language: Shell - Size: 153 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 56 - Forks: 4

appinha/42cursus-00-Libft
Development repo for 42cursus' Libft project
Language: C - Size: 378 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 56 - Forks: 13

48d31kh413k/1337-Libft-42
This 42project aims to code a C library regrouping usual functions that we’ll be allowed to use in all our other 42 projects.
Language: C - Size: 1.46 MB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 34 - Forks: 6

psprawka/Libft
42 library of basic C functions - queues, lists, memory operations and more :smile:
Language: C - Size: 119 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 26 - Forks: 2

FranFrau/Supreme-Tester-Libft
An autotester for the 42School Libft
Language: Shell - Size: 12.7 KB - Last synced at: 28 days ago - Pushed at: 5 months ago - Stars: 25 - Forks: 4

kuvarti/42MainWorks
A regular 42Cursus journey here!
Size: 25.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 20 - Forks: 2

augustobecker/Libft
A C static library with recoded standard functions - @42sp Project
Language: C - Size: 309 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 20 - Forks: 1

zafraedu/42-Projects
Proyectos del campus 42 Málaga
Language: C - Size: 25.4 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 18 - Forks: 3

t0mm4rx/libftdestructor
A repo to destroy libft 2019
Language: Python - Size: 99.6 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 18 - Forks: 0

elijahkash/libft
'School 42' project. C library with my own implementation of some useful functions and modules.
Language: C - Size: 2.47 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 16 - Forks: 0

Ysoroko/FT_SPLIT_TESTER
A complete test unit for the troublesome function ft_split (s42 Libft project)
Language: C - Size: 9.85 MB - Last synced at: 16 days ago - Pushed at: almost 4 years ago - Stars: 16 - Forks: 2

cdittric/get_next_line
My diarrhea inducing get_next_line. Questionnably complies with 42born2code's norm.
Language: C - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 15 - Forks: 1

gemartin99/Libft
The objective of this project is to program a C library regrouping usual functions that you'll be allowed to use in all your future projects.
Language: C - Size: 29.3 KB - Last synced at: 6 days ago - Pushed at: 6 months ago - Stars: 14 - Forks: 0

stankudrow/libft
The first project of the 42cursus.
Language: C - Size: 2.57 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 13 - Forks: 0

LexouDuck/libccc
A customizable cross-platform standard library for C
Language: C - Size: 37.4 MB - Last synced at: 7 days ago - Pushed at: 15 days ago - Stars: 12 - Forks: 1

DevAwizard/Libft_by_anwu-yan
Libft is a foundational project where essential C functions are recreated to form a personal library. It enhances coding skills and understanding of programming principles, serving as a critical step in a developer's journey.
Language: C - Size: 112 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 12 - Forks: 0

achrafelkhnissi/libft
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
Language: C - Size: 12.7 KB - Last synced at: 12 days ago - Pushed at: almost 3 years ago - Stars: 12 - Forks: 0

pandark/libft 📦
This repository moved. Please use the new location https://gitlab.com/pandark/libft
Size: 105 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 11 - Forks: 8

DropNod/libft
Libft project from 42 School (the best you will ever see)
Language: C - Size: 1.52 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 11 - Forks: 0

madebypixel02/libft
[42 Madrid] Your very first own library
Language: C - Size: 1.34 MB - Last synced at: 16 days ago - Pushed at: about 2 years ago - Stars: 11 - Forks: 3

hanshazairi/42-libft
42cursus - Libft
Language: C - Size: 166 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 3

jraleman/42_Libft
This projects seeks to build on the concepts learned during the c piscine (bootcamp), to code a library of useful functions that will be allowed to be reused in future projects.
Language: C - Size: 1.65 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 10 - Forks: 2

Kuninoto/42_Libft
Static C library with usual functions and recreations of libc functions to use throughout the course.
Language: C - Size: 1.64 MB - Last synced at: 22 days ago - Pushed at: 26 days ago - Stars: 9 - Forks: 0

nisaunnu/42_School_Curses
The projects in this repository are carried out in the common core process of 42 schools.
Size: 29.4 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 9 - Forks: 0

Surfi89/libft
42 cursus' Libft project. Begin date 19/jul/2021. Finish date 13/aug/2021. About 70h of total work
Language: C - Size: 2.59 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 2

MilenaCarecho/42SP
Esse repositório é onde compartilharei minha jornada na escola de engenharia de software @42SP. Colocarei aqui os meus projetos em ordem cronológica e explicada 😄
Size: 9.77 KB - Last synced at: 23 days ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 0

romanwrites/libft
📚 school 21 (42) libft project
Language: C - Size: 281 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 0

mcombeau/libft 📦
42 school's first project: libft. The goal is to create our very own C library for use in future projects.
Language: C - Size: 1.45 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 8 - Forks: 1

faruktinaz/libft
The purpose of this project is to re-code some libc functions, as well as other common utility functions to be reused in the subsequent 42 projects.
Language: C - Size: 38.1 KB - Last synced at: 28 days ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

knoxvillie/libft
This project aims to understand how these functions work, implement them, and learn how to use them, to create your own library. It will be useful as you will use it in your next C projects.
Language: C - Size: 1.54 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 0

gmarcha/42_libft_tester
A simple step-by-step tester to C 42 Library.
Language: C - Size: 209 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 2

jdecorte-be/42-Libft
My own library of useful functions in C.
Language: C - Size: 3.93 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 1

VBrazhnik/Libft
School 42 project // C library (Reimplementation of libc functions + own functions)
Language: C - Size: 3.22 MB - Last synced at: 21 days ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 4

open-source-multiverse/42resources-extension
42resources is a lightweight browser extension designed to assist 42 students in finding relevant resources for their projects. It provides curated links to blogs, videos, and testing tools, making it easier for users to learn, debug, and improve their work.
Language: JavaScript - Size: 174 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 7 - Forks: 1

bzalugas/libft-breaker
tester for the 42's libft project by bazaluga
Language: C - Size: 22 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 7 - Forks: 0

ChuOkupai/libft
My own C library for 42 School projects
Language: C - Size: 2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

RIDWANE-EL-FILALI/libft
libft made easy
Language: C - Size: 1.29 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

mmerabet42/ft_lexiq
A generic syntactic and lexical analyzer (context-free grammar)
Language: HTML - Size: 1.06 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 7 - Forks: 1

ugozchi/42_Libft
Libft ma propre bibliothèque ! 📚
Language: C - Size: 3.3 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 6 - Forks: 0

arnaudderison/libft-torchinette
Libft tester
Language: C - Size: 76.2 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 6 - Forks: 0

deryaxacar/42-Libft
`libft` offers an opportunity to understand how some basic functions in the standard C library work. It is often used as a fundamental exercise to reimplement these functions and create your own library. These functions span various areas such as memory operations, string manipulation, character handling, and lists.
Language: C - Size: 2.16 MB - Last synced at: 7 days ago - Pushed at: 2 months ago - Stars: 6 - Forks: 0

mohsink20/42cursus
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
Language: C - Size: 2.14 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

ulyssegerkens/libft
Libft 42 project. Bonus included. Achieved April 2023.
Language: C - Size: 1.31 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

lbordonal/00-Libft
This project is about coding a C library.
Language: C - Size: 2.62 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1

magalhaesm/libft
My implementation of some of the Standard C Library functions.
Language: C - Size: 116 KB - Last synced at: 14 days ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 0

kube/libft
42 C Library implementation
Language: C - Size: 191 KB - Last synced at: 16 days ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 0

lareii/libft
📚 My very first own library.
Language: C - Size: 43.9 KB - Last synced at: 28 days ago - Pushed at: 5 months ago - Stars: 5 - Forks: 0

simon-zerisenay/libft
Libft: Libft is a library project that aims to recreate various standard C library functions as well as additional useful functions. The project helps to strengthen programming skills by implementing common functionality from scratch.
Language: C - Size: 166 KB - Last synced at: 21 days ago - Pushed at: 10 months ago - Stars: 5 - Forks: 0

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: 22 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 1

ffoissey/libft_42
Premier projet de 42 ayant pour but de recoder un certain nombre de fonctions de la librairie C standard, ainsi que d'autres fonctions utilitaires. Une lib personnelle de string vectors y est incluse.
Language: C - Size: 174 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 0

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

MathysCogne/42_libft
Essential C library functions, including the standard library, and additional utilities
Language: C - Size: 1.69 MB - Last synced at: 24 days ago - Pushed at: 5 months ago - Stars: 4 - Forks: 0

K1ngmar/libkm
📚 Libc rewrite
Language: C - Size: 175 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

Jkutkut/42Madrid-Libft
Custom C library with multiple functions and utils.
Language: C - Size: 1.46 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 1

librity/ft_libft
42 São Paulo - Libft
Language: C - Size: 470 KB - Last synced at: 2 days ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 2

Alphacharge/libft_tester_manager
Manage the download and setup from the known Testers for libft.
Language: Shell - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

FranFrau/42Cursus
List of my 42Rome projects
Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

raccoman/libft
42Cursus | This project aims to redo a C library of usual functions that can be used in the next projects of the course.
Language: C - Size: 22.5 KB - Last synced at: 12 months ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 1

LuigiEnzoFerrari/libft
A very well organized C library.
Language: C - Size: 649 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

Haimasker/ft_printf
printf() implementation in C
Language: C - Size: 1.42 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

kamilprzybyl/Libft
My very first own library
Language: C - Size: 2.53 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

secondfry/school21-libft
Standart library project (libft) from Ecole 42 (done in School 21, Moscow campus)
Language: C - Size: 1.42 MB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 1

Mitsu325/libft
libft project of 42 school
Language: C - Size: 61.5 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

cacharle/libft
42 libft
Language: C - Size: 3.47 MB - Last synced at: 3 days ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

markveligod/libft
New Libft project 2020
Language: C - Size: 363 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 1

42kmira/ft_libft
Implementation of a lot of C functions found in the standard library.
Language: C - Size: 1.33 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

pbondoer/42-libft
libft @ 42 - a libc recode, what could possibly go wrong?
Language: C - Size: 87.9 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1

Seluj78/42PyChecker
A 42FileChecker rework in Python
Language: Python - Size: 298 KB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 4 - 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: 24 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

AdaoG0n/42_libft
Libft is a custom C library that recreates standard C library functions and includes additional utility functions. The project aims to deepen understanding of memory management and C programming while creating reusable code.
Language: C - Size: 1.94 MB - Last synced at: 23 days ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

Nihilantropy/Libft
Your very first functions library!
Language: C - Size: 45.9 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

mouaammou/libft-42
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
Language: C - Size: 1.3 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

Abdelmathin/libft
This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.
Language: C - Size: 132 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 3 - Forks: 0

JenniferAraujo/42cursus-Libft
This project aims to write it's own library: a collection of functions this will be used in the course of other projects.
Language: C - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

Haimasker/Libft
Standard C functions implementation
Language: C - Size: 1.47 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

Ysoroko/Libft
44 functions reunited in a personal library to use anywhere, anytime
Language: C - Size: 1.29 MB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

barimehdi77/libft
Libft (42cursus) 2019-2020. This project aims to redo in C a library of usual functions that can be used is the next projects of 42
Language: C - Size: 121 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

krios-fu/libft
Como estudiante de 42, este primer proyecto le va ha permitir consolidar lo adquirido durante la piscina. Va a volver a programar algunas funciones de la biblioteca estándar de C, al igual que otras funciones útiles que reutilizará a lo largo de su formación.
Language: C - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

isousa42/42_Libft
" The aim of this project is to create your own very first library "
Language: C - Size: 762 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

lilafallet/LIBFT_42
First 42 project consists in recreating functions being part of standard C library, and other personal functions/lib (vector)
Language: C - Size: 386 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

elijahkash/libft_based_template
This is the template for starting a new project based on my libft.
Language: CMake - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

ggjulio/42cursus-libft-test-2019 Fork of alelievr/libft-unit-test
42cursus : Libft test for the new libft
Language: C - Size: 985 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

uael/libft
The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.
Language: C - Size: 560 KB - Last synced at: 1 day ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

gcamerli/libft
C static library :penguin:
Language: C - Size: 86.9 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 0

amauricoder/42_libft
First project from 42 - create your own library of functions.
Language: C - Size: 2.25 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

mendes-jv/libft
Libft is a project where we recreate some of the standard functions of the C language, in order to form our own library.
Language: C - Size: 112 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

malatini42/libft 📦
Libft (42cursus) 2019-2020. This project aims to redo in C a library of usual functions that can be used is the next projects of 42.
Language: C - Size: 1.22 MB - Last synced at: 4 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

FranFrau/Libft
This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.
Language: C - Size: 1.27 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 1

Ismaelm42/Libft
C library with ft_printf and get_next_line included
Language: C - Size: 124 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

jos-felipe/libft
Biblioteca de funções fundamentais para manipulação de cadeias de caracteres, espaços de memória e listas em C
Language: C - Size: 58.6 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

alissonmarcs/Libft
Libft project of 42
Language: C - Size: 87.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

ulyildiz/42-libft
Language: C - Size: 41 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Fgrossi-42/Libft
my library of functions. stealing is recommended but not advised, or was it the opposite? idk just remember to change the header
Language: C - Size: 32.2 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

andersonhsporto/C-avengers-api
API Rest Using Data From Marvel Avengers Comic Book
Language: C - Size: 251 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

ander-lab/42Cursus-00-Libft
My own libc, 42 project.
Language: C - Size: 187 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

vittoric/Libft
Primer proyecto como estudiante de 42Madrid
Language: C - Size: 1.82 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0
