filedescriptor

There are 39 repositories under filedescriptor topic.

  • RIDWANE-EL-FILALI/get_next_line

    get_next_line made easy

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

    Language:C72361
  • AlexGreenfield/_pipex

    Implementing a pipe function through basic file descriptor manipulation

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

    Language:C2
  • Peu77/minishell

    My own little shell in c

    Language:C20
  • 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

    Language:C20
  • YOUSSEF-YL/get_next_line

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

    Language:C2100
  • abdoachhoubi/get_next_line

    1337 - 42 cursus (get_next_line project)

    Language:C110
  • abdullahb53/epoll-fd-handle-connections

    Golang epoll fd handle connections (sockets) with worker pool.

    Language:Go1100
  • Ahaif/Pipex

    Program reproduce the behavior of pipe command in shell

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

    Language:C1100
  • chavert-ter-maat/Minishell

    This project is about creating a simple shell.

    Language:C1100
  • Nipsu24/42_minishell

    Creating an own bash shell

    Language:C1100
  • AgvanGrigoryan/get_next_line

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

    Language:C0100
  • 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!!

    Language:C0100
  • ayu-ano/Operating_System

    Unix based mini_project mentioned .Each project based on particular topics as mentioned in readme file

    Language:C++00
  • chavert-ter-maat/get_next_line

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

    Language:C0100
  • eel-moun/C-BASICS

    this repo contains three projects: Libft , a Custom Printf and a Custom get_next_line

    Language:C0100
  • ejarvinen/42Get_next_line

    A custom implementation of the C Standard Library function getline

    Language:C0100
  • ejarvinen/42Pipex

    A project simulating the piping of two UNIX commands with redirections

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

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

    Language:C0100
  • liz753/get_next_line

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

    Language:C0100
  • Nipsu24/42_get_next_line

    Function for reading content of file descriptors line by line

    Language:C0100
  • tiagohtavares/get_next_line

    Get the line ahead!

    Language:C0100
  • 19Jillian89/Get_next_line

    Read a file line by line from a file descriptor using only read, malloc, and free.

    Language:C
  • abouabra/42-ft_libft

    ft_libft is a project at 42 School (École 42) that involves creating a library of useful C functions.

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

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

    Language:C10
  • dhuss42/get_next_line

    function that returns one line from a file descripter by reading BUFFER_SIZE characters at a time

    Language:C
  • oishchen42/get_next_line

    A function that takes input from fd (whether from the terminal or any file)

    Language:C
  • RaulSoftDev/ft_printf

    ft_printf project to recode original libc printf function.

    Language:C
  • RaulSoftDev/get_next_line

    get_next_line project for 42 Madrid

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

    Language:C
  • YOUNGHO0/ChattingService

    우분투 리눅스와 라즈베리파이를 이용한 채팅 서비스

    Language:C