filedescriptor
There are 39 repositories under filedescriptor topic.
RIDWANE-EL-FILALI/get_next_line
get_next_line made easy
0bvim/minishell
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
AlexGreenfield/_pipex
Implementing a pipe function through basic file descriptor manipulation
erico-ke/get_next_line-42MalagaProyect
get_next_line es un proyecto de 42 que consiste en implementar una función capaz de leer una línea completa desde un descriptor de archivo (file descriptor).
Peu77/minishell
My own little shell in c
SouleEater99/Minishell
About Minishell - A 42 School project implementing a simplified Bash-like shell in C This educational project dives into core systems programming by recreating shell fundamentals: Process control (fork/exec, pipes, signals) File I/O (redirections, heredoc) Memory-managed environment (zero leaks) Bash-like features with 42's strict coding stand
YOUSSEF-YL/get_next_line
This project is about programming a function that returns a line read from a file descriptor.
abdoachhoubi/get_next_line
1337 - 42 cursus (get_next_line project)
abdullahb53/epoll-fd-handle-connections
Golang epoll fd handle connections (sockets) with worker pool.
Ahaif/Pipex
Program reproduce the behavior of pipe command in shell
AimadBahdir/minishell
This project, created with my teammate Walid during our education at 1337 School, aims to demonstrate our understanding of processes and file descriptors through the creation of a custom implementation of the Bash shell. It served as a valuable learning experience for both of us.
chavert-ter-maat/Minishell
This project is about creating a simple shell.
Nipsu24/42_minishell
Creating an own bash shell
AgvanGrigoryan/get_next_line
his project is about programming a function that returns a line read from a file descriptor.
arsenbadalyan/get_next_line
This project is about programming a function that returns a line read from a file descriptor. And every call giving next line of previous line!!
ayu-ano/Operating_System
Unix based mini_project mentioned .Each project based on particular topics as mentioned in readme file
chavert-ter-maat/get_next_line
This project is about programming a function that returns a line read from a file descriptor.
eel-moun/C-BASICS
this repo contains three projects: Libft , a Custom Printf and a Custom get_next_line
ejarvinen/42Get_next_line
A custom implementation of the C Standard Library function getline
ejarvinen/42Pipex
A project simulating the piping of two UNIX commands with redirections
LeandroDiasz/get_next_line
O projeto Get Next Line implementa uma função que lê arquivos linha por linha em C. A função gerencia dinamicamente a memória e lida com arquivos de tamanho variado, retornando a próxima linha a cada chamada.
LeandroDiasz/pipex
O projeto Pipex replica o comportamento do operador | (pipe) no shell, permitindo a comunicação entre processos. Ele se concentra no uso de chamadas de sistema como fork, pipe, dup2, e execve, e implementa o redirecionamento de entrada e saída entre comandos.
liz753/get_next_line
This project is about programming a function that returns a line read from a file descriptor.
Nipsu24/42_get_next_line
Function for reading content of file descriptors line by line
tiagohtavares/get_next_line
Get the line ahead!
19Jillian89/Get_next_line
Read a file line by line from a file descriptor using only read, malloc, and free.
abouabra/42-ft_libft
ft_libft is a project at 42 School (École 42) that involves creating a library of useful C functions.
abouabra/42-get_next_line
get_next_line is a function that reads a file line by line. It is a function that is part of the 42 curriculum and is used to teach students how to use static variables and memory allocation in C.
Ahonanhin/TableProcessors
This program displays tables which can allow users to keep track of open user-owned files, the assignation of File Descriptors and Processes.
dhuss42/get_next_line
function that returns one line from a file descripter by reading BUFFER_SIZE characters at a time
oishchen42/get_next_line
A function that takes input from fd (whether from the terminal or any file)
RaulSoftDev/ft_printf
ft_printf project to recode original libc printf function.
RaulSoftDev/get_next_line
get_next_line project for 42 Madrid
WaPoco/get_next_line
A implementation of a function that returns a line read from a file descriptor. Built as part of the 42 school curriculum.
YOUNGHO0/ChattingService
우분투 리눅스와 라즈베리파이를 이용한 채팅 서비스