1337cursus
There are 68 repositories under 1337cursus topic.
ft_printf
ft_printf is a custom implementation of the standard C library function printf. This project is part of the 42 curriculum and aims to develop a better understanding of how formatted output works in C.
Get_Next_Line_42
The Get Next Line project is a great exercise to master file handling, dynamic memory allocation, and error management in C. By the end of this project, you will have gained valuable experience in dealing with real-world file reading problems and memory management techniques.
1337
July Piscine 2024 from 1337 MED 42 Network.
PUSH-SWAP
Because Swap_push isn’t as natural
MiniTalk
The purpose of this project is to code a small data exchange program using UNIX signals
WeatherNow
ForecastFrenzy: Where ☀️ meets ☔️ and dances with 🌨️ for a wild weather adventure
So_Long_42
This project brings a fun and quirky twist to the classic Solong game built for the 42 Network. Your objective? Help a mischievous shark collect soccer balls, dodge pesky monkeys, and ultimately escape!
get_next_line
Writing a function that returns a line read from a file descriptor.
Cpp_Modules
transforming from c to c++
Networking-Practice
this project is an introduction to networking.
Stack-Sorter
This project challenges you to efficiently sort data on a stack using a limited set of instructions and minimizing the number of moves. Explore and implement various sorting algorithms to find the best solutions for optimized data sorting.
Custom-HTTP-Server
Start on a web development journey with Web App, crafting a Pong contest site. Experience real-time multiplayer Pong, chat functionality, and user customization. Utilize NestJS, TypeScript, and security measures for a seamless and secure user experience.
Docker-Virtualization
Docker infrastructure with NGINX, WordPress, and MariaDB using custom Dockerfiles, volumes, and docker-network. Technologies: Docker, Docker Compose, Alpine/Debian.
C-Library-Functions
This is my custom library I made while studying at 1337 and that I will update over time as I study.
Custom-STL-Containers-Exploring-OOP-and-RED-BLACK-TREE
Dive deep into world of Object-Oriented Programming (OOP) with this project, which introduces custom implementations of essential C++ Standard Template Library (STL) containers like vector, map, stack, and set with RED BLACK TREE implementation .
FdF
FDF is a 42 school project focused on 3D programming and graphics rendering. It involves creating a wireframe model from a 2D map, applying transformations like rotation, scaling, and projection to display the model in 3D. The project aims to develop skills in handling algorithms, mathematics, and computer graphics concepts.
Pipex
pipex is a 1337 school project aimed to better understand shell redirection and pipes, by handling them in C.
42-CPP-Module
The objective of these modules is to initiate us into the concepts of Object-Oriented Programming, which will serve as the foundation of our journey in C++.
1337_cursus
1337 cursus
libft
About Libft (1337cursus) This project aims to redo in C a library of usual functions that can be used is the next projects of 1337.
13Cwork
My journey in the 1337 pool. You can find all the subject materials along with my solutions, detailed explanations, and personal insights gained throughout the process. Feel free to explore, learn, and even contribute!
42_minitalk
minitalk is a project at 42 that involves implementing a client-server model for communication. It focuses on sending and receiving messages between two processes using signals and bit manipulation.
42_FdF
FdF is a 42 project that involves rendering and manipulating 3D maps using the minilibx library, implementing features like data parsing, line drawing algorithms, projections, and interactive controls.
42_get_next_line
get_next_line a 42 curriculum project, you need to create a function that reads a line from a file descriptor.
42_ft_printf
ft_printf a project in 42 curriculum, we reimplement the printf function in C.
42_Libft
Libft the first project in the 42 curriculum, we create our own library of useful functions in C