Ecosyste.ms: Repos

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

GitHub topics: gnl42

arnaudderison/42-get_next_line

Project of 42: get_next_line

Language: C - Size: 1.22 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

f-corvaro/GET_NEXT_LINE

"Line-by-Line File Reader"

Language: C - Size: 3.5 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

dpetrosy/42-Get-Next-Line

42 cursus GNL project. A function that reads a file line by line.

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

DevAwizard/GetNextLine_by_anwuyan

A C function for reading lines from a file without knowing their length in advance, ending at '\n'. Essential for efficient text processing.

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

Ekkoz897/42cursus_Get_next_line

This is a 42 school project meant to teach us how to read from a file descriptor without knowing it's size before hand making use of static variables.

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

whoismtrx/42_get_next_line

get_next_line a 42 curriculum project, you need to create a function that reads a line from a file descriptor.

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

crdalila/42_GNL

Proyecto para imprimir un fd lรญnea por lรญnea

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

pasqualerossi/Get_Next_Line

Read a text file line by line.

Language: C - Size: 1.22 MB - Last synced: 17 days ago - Pushed: 11 months ago - Stars: 19 - Forks: 1

Talkashi1111/get_next_line

42 school project

Language: C - Size: 9.77 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - 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: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

1bdou/gnl

Get next line is a function that return one line per call from a given file. and can also handle multiple fds without losing the read thread of each file

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

justeozan/get_next_line

The get_next_line project in C reads lines from a file descriptor one at a time, designed for academic exploration. It offers an efficient solution for line extraction while dynamically managing memory, providing a practical and playful opportunity to delve into file reading and memory concepts.

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

Alphacharge/get_next_line

C function, that reads from a given filedescriptor until the next newline

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

48d31kh413k/1337-Get_Next_Line-42

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

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

merlin-101/gnl-Project

This project is about programming a function that returns a line read from a file descriptor, while using static variables.

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

achrafelkhnissi/get_next_line

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

Language: C - Size: 4.88 KB - Last synced: 27 days ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

mendes-jv/get-next-line

Get Next Line is the second project at 42 it's a C function that returns a line, read from a file descriptor. In short, it can read any valid file and does that line by line to optimize memory, since the file size is not known. It's an extremely useful function that can be used in the next school's projects.

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

hanmpark/get_next_line

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

Language: C - Size: 32.2 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 1 - Forks: 0

mcombeau/get_next_line

get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.

Language: C - Size: 1.38 MB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 3 - Forks: 1

eliarisalvares/get_next_line_42sp

get_next_line is the second project of 42 cursus.

Language: C - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 9 - Forks: 2

abeph00/GNL

A program that reads a line.

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

clemedon/get_next_line

๐˜ฅ๐˜ฐ๐˜ค๐˜ถ๐˜ฎ๐˜ฆ๐˜ฏ๐˜ต๐˜ฆ๐˜ฅ ๐˜ค๐˜ฐ๐˜ฅ๐˜ฆ / -๐˜ฑ๐˜ฆ๐˜ฅ๐˜ข๐˜ฏ๐˜ต๐˜ช๐˜ค -๐˜ด๐˜ต๐˜ฅ=๐˜ค89 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: about 1 year ago - Pushed: over 1 year ago - Stars: 5 - Forks: 1

JenniferAraujo/42cursus-Get_next_line

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

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

bilalnrts/get_next_line

Get Next Line project at 42. Reading a line from a file descriptor is way too tedious. This project is about programming a function that returns a line read from a file descriptor.

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

jdecorte-be/42-Get-next-line

This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor, without knowing its size beforehand.

Language: C - Size: 2.7 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 27 - Forks: 4

MarcusVinix/get_next_line

This is a project of 42 Sรฃo Paulo. In this project I'll write a function which returns a line read from a file descriptor, without the newline.

Language: C - Size: 157 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 3 - 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: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

EcosElisa/Get_Next_Line

42 school's second project: "This project is about programming a function that returns a line read from a file descriptor."

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

Arkhavy/42_2021_get_next_line ๐Ÿ“ฆ

get_next_line with bonuses, 2021 edition. Might not be the best one, but at least it is a working one. Note 125/100

Language: C - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - 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: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

LeonMoreno/Get-Next-Line

๐Ÿ“– Get_Next_Line

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

pvaladares/42cursus-01-get_next_line

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

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

dellribeiro/GNL-42Cursus

My repo for 42cursus' get-next-line project

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

thedatab0y/get_next_line

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

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

rj21dev/gnl_develop

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

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

angelasoler/GNL

Return a line per call

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

rafaelabdm/get_next_line

Segundo projeto da 42-SP, fazer uma funรงรฃo que retorne linha por linha de um arquivo ou terminal. // Second project of 42SP, make a function that returns line by line of a file or terminal (get_next_line)

Language: C - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

rarakira/gnl

get_next_line function implementation in C, 42 curriculum

Language: C - Size: 15.6 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

veganwaldon/get_next_line

return the line read from a file descriptor

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

IgorDeSpi/19_GetNextLine

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

CroWcbr/get_next_line_42

ft_get_next_line

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

Plachido/get_next_line

Function that returns a line, read from a file descriptor.

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

leolipes/get_next_line

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

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