Topic: "static-variables"
augustobecker/get_next_line
A C function that reads any valid file line by line - @42sp Project
Language: C - Size: 128 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 9 - Forks: 0

GarrenSouza/bare-PL
The third home of the bare Programming Language (1st there's my heart, the forest came second and then there's Github :)
Language: Python - Size: 37.1 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 0

caroldaniel/42sp-cursus-get_next_line
This is my get_next_line function implementation
Language: C - Size: 48.8 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 5 - 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 at: 5 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 1

amaitou/get_next_line
Explore efficient line-by-line reading with My C project designed to handle file descriptors. This program adeptly processes input, reading each line sequentially from the specified file descriptor.
Language: C - Size: 8.79 KB - Last synced at: 9 days ago - Pushed at: 11 months ago - Stars: 3 - Forks: 0

Archer-01/get_next_line
C function to read file one line at a time
Language: C - Size: 5.86 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

xhelp00/get_next_line
âś… This project is about programming a function that returns a line read from a file descriptor.
Language: C - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

viniciusthiengo/blog-app-keep-list-in-memory
Projeto Java Android (capĂtulo 2) do livro "Receitas Para Desenvolvedores Android"
Language: Java - Size: 17 MB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 2

LuizGandra/get-next-line-42
Get Next Line is a C function developed as part of the 42 SĂŁo Paulo Common Core curriculum. It reads lines from a file descriptor, supporting both files and standard input, with a bonus version handling multiple file descriptors concurrently.
Language: C - Size: 46.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

ZakariaElbouzkri/line_reader
This project is about programming a function that returns a line read from a file descriptor.
Language: C - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 1 - 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 at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

AbdelRahmanRahal/staticvar
The horrors of C Static variables for Python, with Python.
Language: Python - Size: 235 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

mewmewdevart/get_next_line
[42 Cursus] Reading a line from a fd is way too tedious
Language: C - Size: 116 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - 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 at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

apradhan1121/OOPS_1
This Project is Based on Real Time Application of Object Oriented Programming using Python.
Language: Python - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

mhjony/get_next_line
I gained a deeper understanding of allocations, whether they happen on the stack memory or in the heap memory, and the use of many static variables.
Language: C - Size: 31.3 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

nabilac27/42-get_next_line
get_next_line is a C function that reads and returns a single line from a file descriptor, utilizing a static buffer to manage data across multiple calls
Language: C - Size: 1.49 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

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: 1.46 MB - Last synced at: 23 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ejarvinen/42Get_next_line
A custom implementation of the C Standard Library function getline
Language: C - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

teresa-chow/42-get_next_line
get_next_line is about programming a function that returns a line read from a file descriptor.
Language: C - Size: 1.47 MB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

MaximeGDFR/GNL_42
Language: C - Size: 23.4 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

carolina-tcn/get_next_line
An implementation of get_next_line function that reads and returns lines from a file descriptor with a customizable buffer size.
Language: C - Size: 9.77 KB - Last synced at: 22 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

lude-bri/get_next_line_42_LP
This project is about programming a function that returns a line read from a file descriptor.
Language: C - Size: 7.81 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

omrfrkzu/get_next_line
Create a function that enables reading content line by line from a file descriptor.
Language: C - Size: 1.26 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Abdalrhman-Olimat/get_next_line
Function to read lines from a file descriptor one-by-one using static variables.
Language: C - Size: 19.5 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Namorgha/Get_next_line
This repository offers a C implementation for reading a file line by line using file descriptors, illustrating efficient file handling and line parsing techniques.
Language: C - Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Mushigarou/get_next_line
Get_Next_Line() a function that returns a line read from a file descriptor.
Language: C - Size: 44.9 KB - Last synced at: 15 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

AnaVolkmann/42_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: 17.6 KB - Last synced at: 10 months ago - Pushed at: 10 months 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: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

KamalElAlami/get_next_line-1337
Language: C - Size: 56.6 KB - Last synced at: about 2 months ago - Pushed at: about 1 year 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 at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

smazouz42/get_next_line
Language: C - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

semx2a/get_next_line
Reading a line on a file descriptor
Language: C - Size: 12.7 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ilyassealdidi/get_next_line
Writing a function that returns a line read from a file descriptor.
Language: C - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AbdellahBellakrim/gnl42
C project that reads a line from a file descriptor
Language: C - Size: 1.46 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AijaRe/42Porto_get_next_line
Function that reads a line from a file descriptor.
Language: C - Size: 1.24 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

0xromjobert/get_next_line
get_next_line is a 42 school project designed to read from a file descriptor and learn to use static variables
Language: C - Size: 3.1 MB - Last synced at: 16 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rajh-phuyal/42get_next_line
A function that returns a line from a file until the end of the file is reached.
Language: C - Size: 699 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

winash1618/get_next_line
This project is about programming a function that returns a line read from a file descriptor.
Language: C - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

HunorVadaszPerhat/java-classes
Interface, Inner Class, Abstract Class, Final Class, Static variable, Access modifiers, Final variable, Nested Inner Class, Local Inner Class, Final method
Language: Java - Size: 51.8 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ziliolu/42_get_next_line
A function to read a file descriptor line by line
Language: C - Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years 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 at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

KHammerschmidt/42cursus-get_next_line
Reading one line from a file descriptor with a varying BUFFER_SIZE.
Language: C - Size: 17.6 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Mouad-El-Asri/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. In this project I made a function that return a line ended by a new line read in a file descriptor.
Language: C - Size: 1.21 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

unilui/42_libft
My very first own library. This project is about coding a C library. It contains a lot of general purpose functions that my programs rely upon.
Language: C - Size: 216 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sde-mull/Get_next_line
In this project I learned about static variables and created a function that returns each line of text in a file descriptor.
Language: C - Size: 1.21 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SolarisCode/get_next_line
This is my own implementation of getline() from C library.
Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

willianlim/get_next_line
⏩ Function similar to the fgets from C. This function allows a file to be read line after line.
Language: C - Size: 1.24 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

hpcavalcante/42-School-GNL
A function that returns a line read from a file descriptor.
Language: C - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

williamollio/get_next_line
Function reading line by line from a file descriptor
Language: C - Size: 1.25 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

juzoanya/gnl
Get_Next_Line 42 Project reads a line from a file descriptor.
Language: C - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

macpat83/quidditch-game
Language: Java - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

r-fsantos/01_get_next_line
The aim of this project is to make one code a function that returns a line, read from a file descriptor.
Language: C - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

glllcs/get_next_line
Function that reads one or multiple files and returns line by line, ending with a newline
Language: C - Size: 7.62 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

AndraRaco/Proiect-POO-3
Proiect de Programare Orientata pe Obiecte care utilizeaza conceptul de mostenire si template
Language: C++ - Size: 514 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

saif86/CPP-Storage-Class
Explains C++ Storage calss
Language: C++ - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
