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

    Language:C12100
  • 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:C10101
  • caroldaniel/42sp-cursus-get_next_line

    This is my get_next_line function implementation

    Language:C6100
  • jotavare/get_next_line

    Create a function that enables reading content line by line from a file descriptor.

    Language:C6100
  • 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.

    Language:C6100
  • 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:C310
  • Archer-01/get_next_line

    C function to read file one line at a time

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

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

    Language:C3100
  • AijaRe/42Porto_get_next_line

    Function that reads a line from a file descriptor.

    Language:C2100
  • viniciusthiengo/blog-app-keep-list-in-memory

    Projeto Java Android (capítulo 2) do livro "Receitas Para Desenvolvedores Android"

    Language:Java2102
  • xhelp00/get_next_line

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

    Language:C2100
  • Abdalrhman-Olimat/get_next_line

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

    Language:C1100
  • AbdelRahmanRahal/staticvar

    The horrors of C Static variables for Python, with Python.

    Language:Python1100
  • apradhan1121/OOPS_1

    This Project is Based on Real Time Application of Object Oriented Programming using Python.

    Language:Python1100
  • daxferab/42_get_next_line

    🎓 Project 2.3 - Function that reads lines from a file

    Language:C10
  • 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: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
  • 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:C10
  • mewmewdevart/get_next_line

    [42 Cursus] Reading a line from a fd is way too tedious

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

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

    Language:C1100
  • ZakariaElbouzkri/line_reader

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

    Language:C10
  • 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:C00
  • 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:C0100
  • 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.

    Language:C00
  • SLargo18/gnl

    A function in C that reads and returns one line at a time from a file descriptor

    Language:C0100
  • ashishyoo/OOP

    Object Oriented Programming with C#

    Language:C#
  • cadenegr/get_next_line

    Efficient line-by-line file reading function with static variables - File descriptor management and memory optimization project

    Language:C
  • casgomp/get_next_line

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

    Language:C
  • 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 🧼

    Language:C
  • 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.

    Language:C
  • 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.

    Language:Java
  • vde-maga/42-get_next_line

    Collection of all the files I generated while producing get_next_line in 42 Porto

    Language:C
  • yana-tolstobrova/42-get_next_line

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

    Language:C