unix-logic
There are 32 repositories under unix-logic topic.
bnidia/minitalk
The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
andersonhsporto/ft-printf
Library That Contains ft_printf, Function That Mimic the Real Printf
andersonhsporto/ft-libft
The Libft Project at 42, C Library Regrouping Usual Functions
GowthertG/pipex
This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes.
le-mountassir/ft_printf
In this project, we will recode the famous printf function using variadic arguments with some of the functions that we made in the first project Libft.
andersonhsporto/ft-get-next-line
Function Which Returns a Line Read From a File Descriptor
AntonioSebastiaoPedro/minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
lachlanstephen/minitalk_42
My minitalk project for the 42 Cursus. A small client server communication program using UNIX signals. 115/100
Aggyx/pipex
Pipes and redirections
carlosrocha-dev/42_minitalk
The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
snhou/Libft
This is your first project as a student at 42. In this project, you'll be required to rewrite a few functions from the C standard library, along with some other utility functions that you'll use throughout your entire course.
YYBer/minishell
create a simple shell
andersonhsporto/ft-minishell-ht
Shell Using C (As Beautiful as a Shell)
andersonhsporto/ft-pipex
O Objetivo Deste Projeto é Reproduzir O Comportamento de Redirecionamento E Pipe “ | “ Utilizando C
ava8kyoko/42-philosophers
Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.
cvine21/ft-printf
Implementation of printf() function of the C standard library
cvine21/get-next-line
Programming a function that returns a line read from a file descriptor
cvine21/libft
Implementation of a few functions of the C standard library
cvine21/philosophers
A solution of the Dining Philosophers Problem. It is about handling threading a process.
cvine21/pipex
This project is about handling pipes
gabrieldejesus/42-ft_printf
This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.
Justhiro55/minishell
create a simple shell that imitates bash.
mohaslimani/minishell
The objective of this project is for you to create a simple shell. using C language
Mushigarou/ft_printf
Wrote ft_printf() a function that mimic the original printf()
smetola/get_next_line
Ya sea un archivo, la entrada, o incluso una conexión de red, habrá que leer siempre el contenido línea por línea. Es hora de empezar a trabajar en esta función, que será esencial en proyectos futuros.
smetola/libft
Este es el primer proyecto como estudiante de 42. Hay que programar algunas funciones de la librería estándar de C, así como otras funciones que me serán útiles a lo largo de todo el cursus.
smetola/pipex
Este proyecto busca profundizar un poco en dos conceptos que ya conoces: Las redirecciones y los pipes. Es un proyecto de introducción para proyectos de UNIX más grandes que habrá más tarde en el cursus.
smetola/printf
Este proyecto va bastante al grano, hay que programar la función printf. Se aprende qué significa esto y cómo implementar funciones variádicas. Una vez validado el proyecto, podrés utilizar esta función en futuros proyectos.