1337cursus
There are 66 repositories under 1337cursus topic.
achrafelkhnissi/CPP_Modules
The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.
Wadie-ess/Transcendence-PongGame
Final Common Core Project at 1337 - 42, for Creating a Pong Game With Realtime Chat System
Abdeljalil-Bouchfar/CPP-Modules
42 CPP-Modules explained, explanations of all the concepts and some helpful resources.
48d31kh413k/1337-minitalk-42
Small data exchange program using UNIX signals.
Madani00/1337-days
PISCINE 2024 from 1337 Benguerir. this repository features a variety of projects from the 42School curriculum, including detailed guides for the pool/piscine days. Dive in and enjoy!
48d31kh413k/1337-ft_printf-42
This project is pretty straight forward. We will recode printf. Hopefully we will be able to reuse it in future projects without the fear of being flagged as a cheater. We will mainly learn how to use variadic arguments.
achrafelkhnissi/1337-norm-checker
The norminette checker is a tool that helps you find norm errors in your C files.
ayoub0x1/C-Piscine-june-2021
Here you can find all the projects that I validated during my Piscine at 1337 School.
abdelkarimhajji/web-server
🌐 The 42 Network WebServ project teaches students how to make a web server. They learn about how the internet works and how to handle requests from users. By building their own server, they learn valuable skills for creating websites. #LearnToCode #WebDev 🔧
achrafelkhnissi/webserv
webserv is an HTTP server capable of handling multiple clients simultaneously using C++, Socket programming, and CGI.
mmakboub/MiniShell
This project is about creating a simple shell. Like an own little bash. The main goal is to have a good understanding of process creation and Handles running commands, redirections, pipes, environment variables, signals and command history just like in bash. using the C programmming language.
whoismtrx/42_push_swap
Push Swap is a 42 curriculum project that involves sorting a stack of numbers using a limited set of operations. The goal is to arrange the numbers in ascending order on one stack while using the other stack for temporary storage.
Abdeljalil-Bouchfar/42-Projects
A list of All projects completed during my journey at 1337 (42 Network)
Abdeljalil-Bouchfar/Inception_101
This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.
achrafelkhnissi/ft_transcendence
ft_transcendence is a web application platform for users to play Pong with others in real-time multiplayer online games. The project includes features such as user authentication, user profiles, a chat system, and game functionality.
Hamaarour/minishell
This project is about creating a simple shell - essentially, my own little bash. Through this project, I've learned a lot about processes and file descriptors.
marbenMB/Cpp_Modules
Cpp_Modules to learn C++ and OOP.
48k483x/42_CURSUS
🚀 42 CURSUS : A coding odyssey featuring algorithmic wonders 🧠, web wizardry 🌐, and game development quests 🎮. Dive into my journey of mastering code and exploring creative realms.
48k483x/42_POOL-PISCINE
Dive into the code ocean 🌊 with the 42 Pool repo 🏊♂️💻: your ultimate guide to coding excellence 🚀👨💻✨!
abdo-sebban/libft
Libft is a custom C library that replicates key functions from the standard library, adding utilities for string handling, memory management, and data structures. It's a foundational toolkit for C developers, ideal for optimizing and reusing core functions in projects.
mamoussa405/Inception-Of-Things
This project is a comprehensive guide to setting up and managing Kubernetes clusters using Vagrant, K3s, K3d, and Docker.
qbornet/printfTester
printfTester for 42 project
achrafelkhnissi/ft_containers
Implementation of a few container types of the C++ standard template library.
belkarto/WebServ
A software application that can be accessed and interacted with over the internet using standardized protocols and interfaces .
eel-moun/CPP-BootCamp
This is a bootcamp made of 10 chapters with a purpose of introducing oop programing and c++ features
haytham-hammioui/42_Libft_1337
This 42project aims to code a C library regrouping usual functions that we’ll be allowed to use in all our other 42 projects.
marbenMB/Cub3d
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you’ll have to find your way
Maroua-netizen/Libft
Libft is a custom implementation of standard C library functions along with additional utility functions.
RIDWANE-EL-FILALI/NetPractice
NetPractice is a general practical exercise to let you discover networking.
saad-out/KyoubTriDi
3D raycasting engine implemented in C.
whoismtrx/42_Philosophers
In the 42 philosophers project, the goal is to develop a synchronization mechanism that enables a group of philosophers to share limited resources while avoiding issues like deadlock.
yomazini/42cursus-ft_printf
A custom printf() implementation in C, developed as part of the 42 Network programming curriculum, showcasing string formatting and variadic function techniques.
yomazini/42cursus-libft
Libft project at 42 School | Custom C library featuring string manipulation, memory management, & linked list functions.
haytham-hammioui/42_Ft_printf_1337
This project is pretty straight forward. We will recode printf. Hopefully we will be able to reuse it in future projects without the fear of being flagged as a cheater. We will mainly learn how to use variadic arguments.
haytham-hammioui/42_Get_next_line_1337
A versatile C function designed for efficient and dynamic line reading from file descriptors. This implementation is part of the 42 school curriculum and serves as a crucial component for handling file input in C programs.