Ysoroko / minitalk
Communication between two programs using UNIX signals
☆22Updated 3 years ago
Alternatives and similar repositories for minitalk
Users that are interested in minitalk are comparing it to the libraries listed below
Sorting:
- This 42project aims to code a C library regrouping usual functions that we’ll be allowed to use in all our other 42 projects.☆37Updated 2 years ago
- 2D and animated game project 42☆31Updated 2 years ago
- Philosophers is a comprehensive guide and solution to the classic Dining Philosophers Problem in computer science. This project uses the …☆44Updated last year
- Sorting algorithm using two stacks☆28Updated 6 months ago
- So_long (42cursus), The purpose of this project is to make a small game implemented using MiniLibX☆7Updated 3 years ago
- Project : Small 2D game developed with the miniLibX, the graphic library of the 42 school.☆8Updated 3 years ago
- 42cursus - minitalk☆22Updated 3 years ago
- All the projects done while being a student of 42Urduliz, Bilbao.☆41Updated this week
- Exercises from 42 C Piscine Exams. Not all the solutions are correct and pull requests are welcome to fix the problems☆50Updated 7 years ago
- Philosophers is a project from the 42 school curriculum that explores concurrent programming with threads and mutexes, processes and sema…☆25Updated 5 months ago
- Skyscraper puzzle solver in C☆26Updated 2 years ago
- Dining philosophers problem's☆19Updated 2 years ago
- Philosophers dinner problem in C. Introduction to parallel programming.☆13Updated last month
- pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.☆14Updated 5 months ago
- A platformer with gravity, jumping, audio and two types of enemies!☆35Updated 2 years ago
- A small 2D game developed with MiniLibx, the graphic library of the 42School.☆13Updated last month
- Small implementation of a shell replicating bash, truly hell