You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| SCHOOL_42_UPDATE 2020 | This repository contains ALL PROJECTS, TASKS AND SUBJECTS OF THE MAIN PROGRAM OF LEARNING AT SCHOOL 42 ( Program | Course | Programing | Coding | School 42 | Ecole 42 | School 21 | Школа 42 | Школа 21 ). Этот репозиторий содержит все проекты и задания основной программы обучения Школы 42 и Школы 21
| SCHOOL_42_UPDATE 2020 | This repository contains many versions of completed and commented out tasks for each day of the very first "Piscine C"( Program | Course | Programing | Coding | School 42 | Ecole 42 | School 21 | Школа 42 | Школа 21 ) Этот репозиторий содержит множество версий выполненных и закомментированных задач на каждый день самого…
A 3D first-person game built using raycasting and MiniLibX, inspired by Wolfenstein 3D. The project features real-time rendering of a textured world with player movement, door interaction, and customizable maps. Designed to run smoothly in a minimal graphical environment.
A project that demonstrates inter-process communication in C using UNIX signals. It features a server-client system where messages are sent bit by bit using SIGUSR1 and SIGUSR2.
A concurrent programming project that simulates the Dining Philosophers Problem. It explores process synchronization using threads, mutexes, processes, and semaphores to prevent deadlocks and manage resource sharing efficiently.
A mini shell implementation written in C that supports command execution, built-in commands, environment variable management, input/output redirection, and piping.
A 2D adventure game built with MiniLibX. Players collect items on the map and reach the exit using the W, A, S, and D keys. The map includes walls, collectibles, and free spaces. The goal is to collect all items and find the shortest path to escape.