A Go package which provides reference counted file descriptors.
-
Updated
May 29, 2019 - Go
A Go package which provides reference counted file descriptors.
This project involves creating a simple shell with Bash as a reference
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
Swap file descriptors (like bash io redirection, i.e. `exec 1>filename`)
A Small Program in C to Demonstrate the Use of File Descriptors and fcntl.h and sys/stat.h flags and its Relation with UNIX.
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.
Read content of file and return by line
This project is about programming a function that returns a line read from a file descriptor.
✅ Pipex reproduces the behaviour of the shell pipe | command in C.
Implementation for various shared memory and threads problems.
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
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.
Function that allows you to read content of a file line by line. 42 Madrid cursus project.
A function that returns a line, ending with a newline, read from a file descriptor.
Get_Next_Line() a function that returns a line read from a file descriptor.
This is my own implementation of getline() from C library.
Add a description, image, and links to the file-descriptors topic page so that developers can more easily learn about it.
To associate your repository with the file-descriptors topic, visit your repo's landing page and select "manage topics."