1337cursus

There are 68 repositories under 1337cursus topic.

  • push_swap

    Language:C
  • libft

    Language:C
  • 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.

    Language: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.

    Language:C
  • 1337

    July Piscine 2024 from 1337 MED 42 Network.

    Language:C
  • PUSH-SWAP

    Because Swap_push isn’t as natural

    Language:C
  • MiniTalk

    The purpose of this project is to code a small data exchange program using UNIX signals

    Language:C
  • WeatherNow

    ForecastFrenzy: Where ☀️ meets ☔️ and dances with 🌨️ for a wild weather adventure

    Language:CSS
  • 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!

    Language:C
  • get_next_line

    Writing a function that returns a line read from a file descriptor.

    Language:C
  • Cpp_Modules

    transforming from c to c++

    Language: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.

    Language:C
  • 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.

    Language:C++
  • Docker-Virtualization

    Docker infrastructure with NGINX, WordPress, and MariaDB using custom Dockerfiles, volumes, and docker-network. Technologies: Docker, Docker Compose, Alpine/Debian.

    Language:Shell
  • C-Library-Functions

    This is my custom library I made while studying at 1337 and that I will update over time as I study.

    Language:C
  • 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 .

    Language:C++
  • 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.

    Language:C
  • Pipex

    pipex is a 1337 school project aimed to better understand shell redirection and pipes, by handling them in C.

    Language: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++.

    Language:C++
  • 1337_cursus

    1337 cursus

    Language:Shell
  • 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.

    Language:C
  • 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!

    Language:C
  • 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.

    Language:C
  • 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.

    Language:C
  • 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.

    Language:C
  • 42_ft_printf

    ft_printf a project in 42 curriculum, we reimplement the printf function in C.

    Language:C
  • 42_Libft

    Libft the first project in the 42 curriculum, we create our own library of useful functions in C

    Language:C