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

GitHub topics: getnextline42

msabr/GET_NEXT_LINE_1337

A function that reads a file line by line, allowing efficient handling of input from files, stdin, or network streams.

Language: C - Size: 26.4 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

alx-sch/get_next_line

Function to read lines from a file descriptor one-by-one using static variables.

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

Alphacharge/mylibft

42 libft project with helpfull function from printf, getnextline, pipex, pushswap and minishell

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

f-corvaro/GET_NEXT_LINE

"Line-by-Line File Reader"

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

Kuninoto/42_get_next_line

Handy function that returns a line, ending with a newline, read from a file descriptor.

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

Fiore-G/get_next_line

El objetivo de este proyecto es programar una función que devuelva una línea leída de un file descriptor🗒️.

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

AKL001/get_next_line_bonus

The Get Next Line (GNL) project implements a function that reads a line from a file descriptor, one line at a time, until the end of the file is reached.

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

xDec0de/42get_next_line

[42] Simple project to read a line from a file descriptor

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

lareii/get_next_line

🥱 Reading a line from a fd is way too tedious.

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

Maroua-netizen/get_next_line

This project is about programming a function that returns a line read from a file descriptor.

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

amaitou/Superlib

A library is a rich repository of valuable functions, offering dependable resources for various tasks within a project. Serving as a comprehensive toolkit, it provides essential tools and functionalities that contribute to the efficiency and success of the overall project.

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

suiramdev/42-gnl

📓 gnl is a function, a project from the 42 school curriculum, used to read line by line a file.

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

FreddyMSchubert/42_get_next_line

🏃‍➡️ Returning anything line by line from a file descriptor using static variables. [42 PROJECT]

Language: C - Size: 22.5 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

gjmacias/get_next_line

my get next line from 42 barcelona

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

issa-12/getnextline

The famous 42 Beirut GETNEXTLINE ALGO

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

fbkeskin/42-exam_rank_03-get_next_line

🔥🔥🔥passing code of Get Next Line question for Exam Rank 03🔥🔥🔥

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

abdelkarimhajji/get_next_line_42

get_next_line: Line-by-Line Reading @ 42 📚 Check out my solution for the "get_next_line" project at 42. Master the art of reading a file, line by line, with this efficient C function! #CProgramming #get_next_line 🚀💻

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

yettabaa/Get-Next-Line

The get_next_line project at 42 involves creating a function to read lines from a file descriptor one at a time, handling any size dynamically, and parsing efficiently for future projects.

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

malatini42/get_next_line_deprecated 📦

Get_next_line (42cursus) 2020-2021. This project aims is to code a function that return a line ended by a carriage return read in a file descriptor.

Language: C - Size: 570 KB - Last synced at: 9 days ago - Pushed at: 12 months ago - Stars: 0 - 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: about 2 months ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 1

OsemaFadhel/Get_next_line

The get_next_line function is designed to read and return the next line from a file descriptor.

Language: C - Size: 1.24 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

FranFrau/get_next_line

May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.

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

rphlr/42-get_next_line

Whether it's a file, stdin, or even later a network connection, you will always need a way to read the content line by line. It's time to start working on this feature, which will be essential for your future projects.

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

merhawi212/42_get_next_line

get_next_line -42project

Language: C - Size: 1.25 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

celinenguyentu/GetNextLine

A function that returns a line read from a file descriptor.

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

celinenguyentu/GetNextLineTest

A basic program to test your GetNextLine project.

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

icr4m/get_next_line

Reading a line from a fd is way too tedious

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

cypri1-dev/42_get_next_line

This project is part of the curriculum at Ecole 42. The goal of "42_get_next_line" is to create a function that reads a line from a file descriptor.

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

AslanAmca/get_next_line

This project is about programming a function that returns a line read from a file descriptor.

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

julienhouyet/42-get_next_line

📖 The aim of this project is to make a function that returns a line ending with a newline, read from a file descriptor.

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

arzelcm/get_next_line

Get next line, that simple :)

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

BaBreton/42-Get_next_line

Get the next line of a file

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

fbkeskin/42-get_next_line

This project is about programming a function that returns a line read from a file descriptor.

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

mohsink20/get_next_line

This project involves programming a function that returns a line read from a file descriptor. It not only adds a convenient function to your collection but also introduces the concept of static variables in C programming.

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

clementvidon/get_next_line

[documented code / -pedantic -std=c89] - Get the next line of text available on a file descriptor. Can be used within a loop to read a file line by line.

Language: C - Size: 2.6 MB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 1

guilmira/get_next_line

The aim of this project is to make you code a function that returns a line, read from a file descriptor.

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

MaloP47/get_next_line

Returning a line read from a (or multiple) file descriptor - C

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

AGolz/Get-Next-Line

:bookmark_tabs: This project is about programming a function that returns a line read from a file descriptor.

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

mavmi/get_next_line

Reads text line by line from file descriptor

Language: C - Size: 1000 Bytes - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

knoxvillie/get_next_line

The aim of the project is to access and return the contents of a text file pointed to by the file descriptor, one line at a time. The bonus part can handle multiple files simultaneously.

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

abeph00/GNL

A program that reads a line.

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

aysuoner/42-get_next_line

This project is about the function that return newline. GNL function read until the newline and return the line.

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

mdabir1203/Get_Next_Line_42

This project is about programming a function that returns a line read from a file descriptor

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

valktaelen/42_GNL 📦

get_next_line est une fonction qui renvoie une ligne depuis un descripteur de fichier.

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

nuoxoxo/tstpfgnl

🐹🐰🐨🐭🐱🐶

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

richardmarcela/42-get_next_line

This is a 42 project. The purpose is to implement the function get_next_line which returns one line at a time from a text file.

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

alvachon/42_get_next_line

This project is about programming a function that returns a line read from a file descriptor (fd).

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

luisfernandes10/get_next_line

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

andreyvdl/42-get-next-line

My get_next_line project

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

Haimasker/get_next_line

get_next_line() function in C

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

rj21dev/gnl_develop

Unix system-programming. Realisation of safe readline-function.

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

Jkutkut/42Madrid-get_next_line

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

tugberkcil/get_next_line

Development repo for 42cursus' get_next_line project

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

chozeur/get_next_line

C implementation of the function get_next_line, intended to read a file, one line at a time.

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

luweglarz/GETNEXTLINE_42

My own implementation of readline

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

IgorDeSpi/19_GetNextLine

Language: C - Size: 6.84 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AmineKh1/get_next_line_42

get next line from 42 cursus

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

deborabastos/42_get_next_line

The aim of this project is to code a function that returns one line at a time from a file descriptor. We're only allowed to use read, malloc and free.

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

livankrekh/GNL

The library consists of the get_next_line function which gets the next line from stdin wrote in pure C.

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