GitHub topics: file-descriptors
tigran-sargsyan-w/pipex
This project will let you discover in detail a UNIX mechanism that you already know by using it in your program.
Language: Shell - Size: 50.8 KB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

ricky9leet/1337_get_next_line
Development repository for the 42cursus' get_next_line project
Language: C - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

zelhajou/ft_core_gnl
A function that reads a file line-by-line
Language: C - Size: 34.2 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Gregoirebrn/Get_next_line
Function that reads line by line in a file descriptor
Language: C - Size: 12.7 KB - Last synced at: 16 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Emma-blnch/Get-next-line
Function that returns a line read from a fd. Total hours of work: about 30.
Language: C - Size: 87.9 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

mcombeau/get_next_line 📦
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
Language: C - Size: 1.38 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 1

pin3dev/42_GetNextLine
A function that reads and returns a single line from a file descriptor, efficiently handling large inputs. This project sharpens skills in dynamic memory allocation, buffer management, and system-level file operations in C programming.
Language: C - Size: 54.7 KB - Last synced at: 13 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Mushigarou/get_next_line
Get_Next_Line() a function that returns a line read from a file descriptor.
Language: C - Size: 44.9 KB - Last synced at: 14 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

AnaVolkmann/42_GET_NEXT_LINE
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
Language: C - Size: 17.6 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Cyborg117/File-Descriptors-C
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.
Language: C - Size: 61.5 KB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

KamalElAlami/get_next_line-1337
Language: C - Size: 56.6 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Ekkoz897/42cursus_Get_next_line
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.
Language: C - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

kyriakos-2004/shared_memory_threads
Implementation for various shared memory and threads problems.
Language: C - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

karisti/42_gnl
Function that allows you to read content of a file line by line. 42 Madrid cursus project.
Language: C - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

reomelo/42Porto-get_next_line
A function that returns a line, ending with a newline, read from a file descriptor.
Language: C - Size: 1.45 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

juzoanya/gnl
Get_Next_Line 42 Project reads a line from a file descriptor.
Language: C - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

yrhiba/Get-Next-Line
Reading a line from a fd is way too tedious.
Language: C - Size: 14.6 KB - Last synced at: 18 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Mouad-El-Asri/minishell
The objective of this project is to create a simple shell. Yes, my own little shell. I've learned a lot about processes and file descriptors in this project.
Language: C - Size: 372 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Mouad-El-Asri/libft
In this project I have recoded a few functions of the C standard library as well as some other utility functions that I will use on some of my upcoming projects. 📚
Language: C - Size: 1.71 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Mouad-El-Asri/ft_printf
In this project I recoded printf function using variadic function. This project is gonna be very useful in my future projects. 📝
Language: C - Size: 1.21 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ycqexXm/minisHELL
creating a simple shell, your own little bash. learn about processes, file descriptors, signals
Language: C - Size: 69.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

TN19N/get_next_line
read lines from a file descriptor
Language: C - Size: 1.21 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Mouad-El-Asri/get_next_line
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.
Language: C - Size: 1.21 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ruifchaves/SO 📦
Exercícios das Aulas e Projeto desenvolvido no âmbito da UC de Sistemas Operativos
Language: C - Size: 37.8 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

LeeSinLiang/get_next_line
Read content of file and return by line
Language: C - Size: 15.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

birdper/minishell
This little bash - a simple shell
Language: C - Size: 56.6 KB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

ziliolu/42_get_next_line
A function to read a file descriptor line by line
Language: C - Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Abensett/2.-Get_Next_Line
GNL Projet 2
Language: C - Size: 354 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

dr8co/simple_shell
A simple UNIX shell implemented in C.
Language: C - Size: 61.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SolarisCode/pipex
This a program that mimics the use of "|" pipe character in Linux/Unix terminals.
Language: C - Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SolarisCode/get_next_line
This is my own implementation of getline() from C library.
Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

framdani/minishell
Creation of a simple shell.
Language: C - Size: 8.15 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MOZGIII/fdswap-go
Swap file descriptors (like bash io redirection, i.e. `exec 1>filename`)
Language: Go - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

acln0/rc
A Go package which provides reference counted file descriptors.
Language: Go - Size: 33.2 KB - Last synced at: 4 days ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 0
