Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with file-descriptors

A curated list of projects in awesome lists tagged with file-descriptors .

https://github.com/acln0/rc

A Go package which provides reference counted file descriptors.

file-descriptors go reference-counting

Last synced: 13 Oct 2024

https://github.com/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.

42-cursus 42-get-next-line 42-gnl 42projects 42school buffer-overflow file-descriptors io memory-management

Last synced: 05 Nov 2024

https://github.com/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.

algorithms c file-descriptors get-next-line header-files static-variables

Last synced: 07 Nov 2024

https://github.com/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.

algorithms c c-functions file-descriptors header-files libft makefile standard-library

Last synced: 07 Nov 2024

https://github.com/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.

algorithms c file-descriptors header-file makefile printf variadic-functions

Last synced: 07 Nov 2024

https://github.com/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.

c-programming-language execution file-descriptors lexer minishell parsing processes tokenizer

Last synced: 07 Nov 2024

https://github.com/mushigarou/get_next_line

Get_Next_Line() a function that returns a line read from a file descriptor.

file-descriptors static-variables unix

Last synced: 05 Nov 2024