gnl42

There are 54 repositories under gnl42 topic.

  • 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:C83208
  • pasqualerossi/Get_Next_Line

    Read a text file line by line.

    Language:C31213
  • eliarisalvares/get_next_line_42sp

    get_next_line is the second project of 42 cursus.

    Language:C23111
  • 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:C18100
  • 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:C8200
  • 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:C7101
  • 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:C6101
  • hecmarti/get_next_line

    A recreation of a C function that alows to see the content of a file

    Language:C3101
  • pvaladares/42cursus-01-get_next_line

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

    Language:C3200
  • dellribeiro/GNL-42Cursus

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

    Language:C2100
  • GET_NEXT_LINE

    f-corvaro/GET_NEXT_LINE

    "Line-by-Line File Reader"

    Language:C2100
  • 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:C2100
  • 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:C2200
  • mendes-jv/get-next-line

    Get Next Line is 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:C2190
  • arnaudderison/42-get_next_line

    Project of 42: get_next_line

    Language:C1100
  • 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:C1100
  • 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:C1100
  • hanmpark/get_next_line

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

    Language:C1100
  • 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:C1100
  • lumaro77/42_cc01_get_next_line

    The get_next_line project at 42 school involves creating a function that reads a line from a file descriptor.

    Language:C1100
  • 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:C1100
  • rarakira/gnl

    get_next_line function implementation in C, 42 curriculum

    Language:C110
  • suiramdev/42-gnl

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

    Language:C110
  • crdalila/42_GNL

    Proyecto para imprimir un fd línea por línea

    Language:C0100
  • dpetrosy/42-Get-Next-Line

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

    Language:C0100
  • 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:C0100
  • issa-12/getnextline

    The famous 42 Beirut GETNEXTLINE ALGO

    Language:C00
  • Kr1sNg/42cursus-get_next_line

    Reading a line from a file discriptor is way too tedious

    Language:C0100
  • MaloP47/get_next_line

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

    Language:C0100
  • 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:C0100
  • phoenixnoirdev/CUSTOM_LIBS

    Regroupement de bibliothèques personnalisées.

    Language:C0100
  • SandraKanna/GNL

    42 GNL: Write a function that returns a line read from a file descriptor.

    Language:C0100
  • Talkashi1111/get_next_line

    42 school project

    Language:C0100
  • lai-jia-jing/get_next_line

    Develop a function that reads from a file descriptor and returns a single line of text with each call, while learning how to manage file I/O operations and use static variables in C.

    Language:C