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.
-
Updated
May 21, 2022 - C
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.
The Libft Project at 42, C Library Regrouping Usual Functions
This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes.
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.
🎓 Project 1 - Expandible library with owner`s functions
My minitalk project for the 42 Cursus. A small client server communication program using UNIX signals. 115/100
Function Which Returns a Line Read From a File Descriptor
The purpose of this project is to code a small data exchange program using UNIX signals.
Implementation of a few functions of the C standard library
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.
A solution of the Dining Philosophers Problem. It is about handling threading a process.
Wrote ft_printf() a function that mimic the original printf()
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.
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.
The objective of this project is for you to create a simple shell. using C language
Implementation of printf() function of the C standard library
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.
Add a description, image, and links to the unix-logic topic page so that developers can more easily learn about it.
To associate your repository with the unix-logic topic, visit your repo's landing page and select "manage topics."