rigor

There are 74 repositories under rigor topic.

  • bnidia/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:C15100
  • bnidia/Philosophers

    In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

    Language:C15100
  • bnidia/minitalk

    The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

    Language:C14100
  • bnidia/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:C11100
  • bnidia/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:HTML10100
  • GowthertG/CPP-Module-05

    This module is designed to help you understand Try/Catch and Exceptions in CPP.

    Language:C++3100
  • multilayer-perceptron

    pgomez-a/multilayer-perceptron

    This project is an introduction to artificial neural networks, with the implementation of a multilayer perceptron.

    Language:Python3200
  • ayoub0x1/get_next_line

    Get Next Line (42cursus). This project aims to create a function that, allows to read a line ending with a newline character ('\n') from a file descriptor.

    Language:C2110
  • GowthertG/CPP-Module-06

    This module is designed to help you understand the different casts in CPP.

  • GowthertG/CPP-Module-07

    This module is designed to help you understand Templates in CPP.

    Language:C++2100
  • GowthertG/CPP-Module-08

    This module is designed to help you understand templated containers, iterators and algorithms in CPP.

  • GowthertG/CPP-Module-09

    This module is designed to help you understand the containers in CPP.

    Language:C++2200
  • GowthertG/NetPractice

    This project is a general practical exercise to let you discover networking

  • le-mountassir/ft_printf

    In this project, we will recode the famous printf function using variadic arguments with some of the functions that we made in the first project Libft.

    Language:C2100
  • le-mountassir/So_Long

    the idea of the game is that u need to collect all the collectibles on the map before escaping, and while you are trying to escape u need to avoid any contact with the enemy patrols or you'll lose the game.

    Language:C2
  • ft_onion

    pgomez-a/ft_onion

    Unleash the power of anonymity on the Internet.

    Language:Dockerfile2100
  • Rigor/rigor-agent-terraform-ecs

    An example of spinning up the Rigor agent on ECS using Terraform

    Language:HCL21001
  • zrabhi/FT_PRINTF

    The versatility of the printf function in C represents a great exercise in programming for us. This project is of moderate difficulty. It will enable us to discover variadic functions in C. The key to a successful ft_printf is a well-structured and good extensible code.

    Language:C20
  • zrabhi/Get_next_line

    This project is about programming a function that returns a line read from a file descriptor.

    Language:C2100
  • ayoub0x1/libft

    Libft (42cursus). This project aims to recode a C library of usual functions that will be used in the next projects of 42 curriculum.

    Language:C1100
  • dmatavel/file_editor

    Stream editor for basic transforming text.

    Language:C++1100
  • born2beroot

    pgomez-a/born2beroot

    With this project we will get involved in the world of virtualization.

  • ft_printf

    pgomez-a/ft_printf

    The definition of this project is simple: replicate the workings of the famous printf function.

    Language:C1100
  • libft

    pgomez-a/libft

    The main objective of this project is to develop a C library with some of the most common functions, so that you will be able to use them in future projects.

    Language:C1100
  • vgladush/CPP

    Piscine CPP

    Language:C++1001
  • zoou2foo/minishell

    Create your own little shell

    Language:C1200
  • minishell_42

    aaghbal/minishell_42

    The objective of this project is for you to create a simple shell.

    Language:C0100
  • dmatavel/minitalk

    A small data exchange program using UNIX signals.

    Language:C0100
  • dmatavel/phonebook

    A crappy awesome phonebook software.

    Language:C++0110
  • MouadxBth/FDF

    Fil de Fer

    Language:C0100
  • Papishushi/42-madrid-piscine

    26 Day Straight C Bootcamp in 42 Madrid

    Language:C0100
  • zoou2foo/get_next_line

    Function to read a line one at a time

    Language:C0100
  • zoou2foo/Philosophers

    The famous philosophers' dinner problem

    Language:C0100
  • faleite/42cpp01

    This second module of C++ from 42 School

    Language:C++
  • ft_multiple_regression

    pgomez-a/ft_multiple_regression

    Discover hidden patterns within your numerical databases. Use Machine Learning to estimate costs, profits, potential opportunities, and anything else you can imagine.

    Language:Python10
  • printf

    zoou2foo/printf

    My own printf

    Language:C10