file-descriptor
Here are 90 public repositories matching this topic...
The aim of this project is to make you code a function that returns a lineending with a newline, read from a file descriptor
-
Updated
Jun 16, 2019 - C
personal implementation of the GNU C library getline() in C
-
Updated
Apr 8, 2024 - C
Perform continuous reads on a file or named pipe, push the data into a readable stream.
-
Updated
Nov 16, 2022 - JavaScript
Swap file descriptors (like bash io redirection, i.e. `exec 1>filename`)
-
Updated
Aug 24, 2019 - Go
Recreation of the Unix pipe system. Connects multiple commands through pipes and handles input/output redirections.
-
Updated
Jan 3, 2023 - C
A function that reads a line from a file descriptor and returns it.
-
Updated
Sep 19, 2023 - C
A C function that reads a line from a file descriptor, efficiently handling static variables and memory management to return the next line on each call, showcasing file I/O and dynamic memory skills.
-
Updated
Jul 5, 2025 - C
⏎ Whether it's a file, standard input, or a network connection, I'll still need to read content line by line. It is therefore time to tackle this function, which is essential for a number of my next projects.
-
Updated
Dec 3, 2018 - C
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.
-
Updated
Feb 26, 2025 - C
A custom implementation of a function to read one line at a time from a file descriptor, including support for multiple file descriptors.
-
Updated
Dec 14, 2024 - C
42sp // Programa uma função que retorna uma linha lida de um arquivo
-
Updated
May 8, 2025 - C
A function to read from multiple file descriptors at the same time, without losing the reading thread on each one of them.
-
Updated
Jul 9, 2020 - C
Report statistics on file descriptors usage
-
Updated
Nov 29, 2017 - C
Retrieving one line at a time from a file descriptor
-
Updated
Oct 23, 2020 - C
Realization of a function that allows to read the file by a string with the help my own library.
-
Updated
Sep 5, 2017 - C
File descriptor line reader with static variables - Handles any buffer size and multiple FDs simultaneously
-
Updated
Oct 18, 2025 - C
-
Updated
Mar 23, 2023 - C
pipex is a C program that simulates a shell pipeline, using pipes and process management to execute commands, handle file redirection, and facilitate inter-process communication.
-
Updated
Oct 16, 2025 - C
Improve this page
Add a description, image, and links to the file-descriptor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the file-descriptor topic, visit your repo's landing page and select "manage topics."