https://github.com/ismailza/system-programming
Programmation Système . ILISI 2
https://github.com/ismailza/system-programming
ilisi linux shell
Last synced: 3 months ago
JSON representation
Programmation Système . ILISI 2
- Host: GitHub
- URL: https://github.com/ismailza/system-programming
- Owner: ismailza
- Created: 2023-09-19T20:59:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T12:13:35.000Z (over 2 years ago)
- Last Synced: 2025-01-18T07:13:18.405Z (over 1 year ago)
- Topics: ilisi, linux, shell
- Language: C
- Homepage:
- Size: 2.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Programmation Système
## Table des matières
- TPs
- [TP0 - Rappel sur Système d’exploitation UNIX](https://github.com/ismailza/System-Programming/tree/main/TP0)
- [TP1 - Programmation Bash](https://github.com/ismailza/System-Programming/tree/main/TP1)
- [TP2 - Programmation Bash](https://github.com/ismailza/System-Programming/tree/main/TP2)
- [TP3 - Gestion des Processus sous Unix](https://github.com/ismailza/System-Programming/tree/main/TP3)
- [TP4 - Communication et Synchronisation entre les Processus et Threads sous Unix](https://github.com/ismailza/System-Programming/tree/main/TP4)
- Controles
- [Controle 21-03-2013](https://github.com/ismailza/System-Programming/tree/main/Controles/21-03-2013)
- [Controle 18-04-2013](https://github.com/ismailza/System-Programming/tree/main/Controles/18-04-2013)
- [Controle 17-03-2015](https://github.com/ismailza/System-Programming/tree/main/Controles/17-03-2015)
- [Controle 13-04-2015](https://github.com/ismailza/System-Programming/tree/main/Controles/13-04-2015)
- [Controle 25-10-2022](https://github.com/ismailza/System-Programming/tree/main/Controles/25-10-2022)
- [Controle 22-11-2022](https://github.com/ismailza/System-Programming/tree/main/Controles/22-11-2022)
- [Controle 26-10-2023](https://github.com/ismailza/System-Programming/tree/main/Controles/26-10-2023)
## Utilisation
Vous pouvez cloner ce dépôt en utilisant la commande suivante :
```bash
git clone https://github.com/ismailza/System-Programming.git
```
## Contribution
Les contributions sont les bienvenues ! Si vous souhaitez contribuer à ce dépôt, veuillez suivre ces directives :
1. Effectuez un fork du dépôt vers votre compte GitHub.
2. Créez une nouvelle branche pour vos modifications :
```bash
git checkout -b feature/your-feature-name.
```
3. Effectuez vos modifications et committez-les avec des messages de commit clairs et descriptifs.
4. Poussez vos modifications vers votre dépôt forké :
```bash
git push origin feature/your-feature-name.
```
5. Créez une demande de pull (pull request) pour fusionner vos modifications dans le dépôt principal.