Projects in Awesome Lists tagged with filedescriptor
A curated list of projects in awesome lists tagged with filedescriptor .
https://github.com/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.
42sp bash filedescriptor minishell42
Last synced: 17 Jun 2025
https://github.com/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
1337cursus 1337school 42cursus 42projects 42school bash c file filedescriptor filesystem mangagement memory-management processes programming system unix-shell
Last synced: 15 Feb 2026
https://github.com/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.
c filedescriptor pipes processes
Last synced: 01 Apr 2025
https://github.com/yvann-ba/get_next_line
Custom C function to read lines from a file descriptor. Efficient memory and file handling
42cursus cprogramming dynamicmemory filedescriptor
Last synced: 26 Jul 2025
https://github.com/eel-moun/c-basics
this repo contains three projects: Libft , a Custom Printf and a Custom get_next_line
c filedescriptor header-files library makefile memory-management pointers variadic-function
Last synced: 25 May 2026
https://github.com/ejarvinen/42get_next_line
A custom implementation of the C Standard Library function getline
filedescriptor static-variables
Last synced: 11 Jun 2026
https://github.com/ayu-ano/operating_system
Unix based mini_project mentioned .Each project based on particular topics as mentioned in readme file
c cpp20 filedescriptor filesystem multithreading pipeline thread unix unix-command unix-shell
Last synced: 14 Jun 2026
https://github.com/agvangrigoryan/get_next_line
his project is about programming a function that returns a line read from a file descriptor.
42yerevan filedescriptor getnextline
Last synced: 07 Oct 2025
https://github.com/ejarvinen/42pipex
A project simulating the piping of two UNIX commands with redirections
child-process error-handling filedescriptor input-validation
Last synced: 08 Jun 2026