42roma

There are 26 repositories under 42roma topic.

  • OsemaFadhel/42-Cursus

    All my projects of 42Network at 42 Roma.

  • OsemaFadhel/Libft

    This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.

    Language:C6100
  • perfection1stthe/42RomaLuiss_piscine2020

    My work at 42 Roma piscine since 19th october to 13th novembre 2020

    Language:C5100
  • FranFrau/42Cursus

    List of my 42Rome projects

  • AlessandroMetta/Documenti_42

    Il primo sito web di descrizione dei progetti del corso 42 in lingua italiana

  • PIPEX

    f-corvaro/PIPEX

    "Unleash the power of Unix pipelines and redirections with PIPEX - your gateway to system programming."

    Language:C3100
  • OsemaFadhel/cub3D

    This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable you to explore ray-casting. The goal is to make a dynamic view inside a maze, in which the player has to find your way.

    Language:C3100
  • PUSH_SWAP

    f-corvaro/PUSH_SWAP

    "Algorithm that sorts data using two stacks."

    Language:C2100
  • OsemaFadhel/CPP42

    The goal of these modules is to introduce you to Object-Oriented Programming.

    Language:C++2100
  • AlessandroMetta/fdf

    125/100

    Language:C1100
  • Arivima/42_cursus

    References to all projects done at Ecole 42

    Language:Shell1100
  • Arivima/42_webserv

    simple event-driven HTTP server made from scratch

    Language:C++1101
  • FranFrau/ft_printf

    This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.

    Language:C1100
  • FranFrau/get_next_line

    May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.

    Language:C1100
  • FranFrau/Libft

    This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.

    Language:C1101
  • FranFrau/so_long

    This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.

    Language:C1101
  • Arivima/42_exams

    All exams done at Ecole 42

    Language:C0100
  • edi-marc/42_vm

    Recreate the workspace of the 42 in a vm

  • edi-marc/42RomaLuiss-Piscine_C

    code and exercises of Piscine C of 42 Roma Luiss

    Language:C0100
  • edi-marc/Libft

    Recode a few functions of the C standard library

    Language:C0100
  • FDF

    f-corvaro/FDF

    "A project transforming 3D wireframe modeling. Dive in to create, manipulate, and visualize!"

    Language:C0100
  • FT_PRINTF

    f-corvaro/FT_PRINTF

    "Custom printf implementation"

    Language:C0100
  • GET_NEXT_LINE

    f-corvaro/GET_NEXT_LINE

    "Line-by-Line File Reader"

    Language:C0100
  • flodolce92/42_Cursus

    A list of my 42_Cursus projects

  • Nikappa57/Libft-42

    This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.

    Language:C10
  • Nikappa57/Printf-42

    The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments.

    Language:C10