68 results for “topic:file-descriptors”
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
A Go package which provides reference counted file descriptors.
Development repository for the 42cursus' get_next_line project
Get_next_line is a foundational project. Its main objective is to implement a function, `get_next_line`, that reads a line from a file descriptor in C, handling buffering and partial reads. This project is designed to deepen your understanding of system calls, memory management, and file I/O in C.
Swap file descriptors (like bash io redirection, i.e. `exec 1>filename`)
Sistema distribuido con arquitectura cliente-servidor y varios procesos especializados que se coordinan y cooperan mediante sockets y mecanismos de concurrencia. Dentro de este sistema el Cliente podrá enviar un archivo tanto de texto como de media al sistema distribuido para que el nodo correspondiente le devuelva este archivo distorsionado.
Ecole 42 project get_next_line.c
This project will let you discover in detail a UNIX mechanism that you already know by using it in your program.
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.
Co-Re eBPF tool to discover leaks in file descriptors
read lines from a file descriptor
Custom Unix shell implementation in C focusing on processes, pipes, redirections, parsing, and signal handling.
Read content of file and return by line
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.
Function that returns a line read from a fd. Total hours of work: about 30.
Reading a line from a fd is way too tedious.
Unix pipe mechanism reimplemented in C — process forking, fd redirection, and pipeline execution from scratch
✅ Pipex reproduces the behaviour of the shell pipe | command in C.
No description provided.
Function that reads line by line in a file descriptor
A function that returns a line, ending with a newline, read from a file descriptor.
Ya sea un archivo, la entrada, o incluso una conexión de red, habrá que leer siempre el contenido línea por línea. Es hora de empezar a trabajar en esta función, que será esencial en proyectos futuros.
Unix shell implementation in C featuring kernel modules, I/O redirection, piping, auto-completion, and advanced file descriptor analysis
Get_Next_Line() a function that returns a line read from a file descriptor.
This project is about programming a function that returns a line read from a file descriptor.
Simple shell written in c99
Get_Next_Line 42 Project reads a line from a file descriptor.
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.
No description provided.