Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sulig/philosophers
Nunca pensé que la filosofía llegara a ser tan letal --------------------------> En este proyecto, aprenderás los principios básico de hilar un proceso. Vas a aprender a como crear hilos y descubrirás los mutex.
https://github.com/sulig/philosophers
42 42barcelona 42cursus 42projects 42school c philosophers philosophers-dinner-problem philosophers42
Last synced: 11 days ago
JSON representation
Nunca pensé que la filosofía llegara a ser tan letal --------------------------> En este proyecto, aprenderás los principios básico de hilar un proceso. Vas a aprender a como crear hilos y descubrirás los mutex.
- Host: GitHub
- URL: https://github.com/sulig/philosophers
- Owner: Sulig
- Created: 2023-12-27T10:26:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-09T11:07:18.000Z (11 months ago)
- Last Synced: 2024-11-05T16:13:00.075Z (about 2 months ago)
- Topics: 42, 42barcelona, 42cursus, 42projects, 42school, c, philosophers, philosophers-dinner-problem, philosophers42
- Language: C
- Homepage:
- Size: 1.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Philosophers
~ Started on: 27/12/2023 ~ *** ~ Ended on: 08/02/2024 ~~~ Graded with 100/100
[![Stars](https://img.shields.io/github/stars/Sulig/Philosophers?color=ffff00&label=Stars&logo=Stars&style=?style=flat)](https://github.com/Sulig/Philosophers)
[![Size](https://img.shields.io/github/repo-size/Sulig/Philosophers?color=blue&label=Size&logo=Size&style=?style=flat)](https://github.com/Sulig/Philosophers)
[![Activity](https://img.shields.io/github/last-commit/Sulig/Philosophers?color=orange&label=Last%20Commit&style=flat)](https://github.com/Sulig/Philosophers)
***
## Resumen:
En este proyecto, aprenderás los principios básico de hilar un proceso.
Vas a aprender a como crear hilos y descubrirás los mutex.***
## Contenido del repositorio:
- Philosophers Mandatory
- [Subject](https://github.com/Sulig/Philosophers/blob/master/Philosophers.pdf)***
## Comandos Esenciales:Make philo
make all
Run philo with default imput
make run
Clean all
make clear
***
~ Made by sadoming ~
***