static-variables
There are 83 repositories under static-variables topic.
augustobecker/get_next_line
A C function that reads any valid file line by line - @42sp Project
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.
caroldaniel/42sp-cursus-get_next_line
This is my get_next_line function implementation
jotavare/get_next_line
Create a function that enables reading content line by line from a file descriptor.
yomazini/42Cursus-get_next_line
get_next_line (GNL): project focused on file I/O and memory management. The task is to write a single function, get_next_line, that reads from a file descriptor and returns one line at a time. This project requires careful handling of static variables, buffer management, and reading data in chunks to efficiently process files of any size.
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.
Archer-01/get_next_line
C function to read file one line at a time
pvaladares/42cursus-01-get_next_line
This project is about programming a function that returns a line read from a file descriptor.
AijaRe/42Porto_get_next_line
Function that reads a line from a file descriptor.
viniciusthiengo/blog-app-keep-list-in-memory
Projeto Java Android (capítulo 2) do livro "Receitas Para Desenvolvedores Android"
xhelp00/get_next_line
✅ This project is about programming a function that returns a line read from a file descriptor.
Abdalrhman-Olimat/get_next_line
Function to read lines from a file descriptor one-by-one using static variables.
AbdelRahmanRahal/staticvar
The horrors of C Static variables for Python, with Python.
apradhan1121/OOPS_1
This Project is Based on Real Time Application of Object Oriented Programming using Python.
daxferab/42_get_next_line
🎓 Project 2.3 - Function that reads lines from a file
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."
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.
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.
mewmewdevart/get_next_line
[42 Cursus] Reading a line from a fd is way too tedious
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.
Sumi111/get_next_line
This project is about programming a function that returns a line read from a file descriptor.
ZakariaElbouzkri/line_reader
This project is about programming a function that returns a line read from a file descriptor.
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.
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
ricardoguerrasantana/get_next_line
Implementation of a C function to read one line at a time from a file descriptor, adhering to 42 School standards. Includes memory management, static variables, and support for varying buffer sizes.
SLargo18/gnl
A function in C that reads and returns one line at a time from a file descriptor
ashishyoo/OOP
Object Oriented Programming with C#
cadenegr/get_next_line
Efficient line-by-line file reading function with static variables - File descriptor management and memory optimization project
casgomp/get_next_line
This project is about programming a function that returns a line read from a file descriptor.
Frontendab/get_next_line
📖 C function that reads one line at a time — because read() alone was too peaceful 😅 🧠 Mastering static variables, memory management, and the art of not leaking 🧼
Ouanni-Amine/get_next_line
A C function that reads a file line by line using a static buffer. It returns one line each time it’s called.
rawahazkhan/Car-Purchasing-System
A Java console-based application that simulates a car purchasing system using Object-Oriented Programming (OOP) concepts. Demonstrates real-world problem solving with classes, objects, constructors, methods, and static variables.
vde-maga/42-get_next_line
Collection of all the files I generated while producing get_next_line in 42 Porto
yana-tolstobrova/42-get_next_line
This project is about programming a function that returns a line read from a file descriptor.