Skip to content
View Noulens's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Noulens

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Noulens/README.md

Hello there !

My name is Thibault. I left my job in finance to become a developper and I am now proud to be a 42 Paris student.


  • ⚡ I’m currently recoding some tools of the openssl command !

42 school project

Project Language Grade Description
ft_ssl C 108% This project is about recoding the md5 and sha256 functions.
ft_ping C 125% This project is about recoding the ping command.
ft_malcolm C 125% This project is about coding an arp spoofing program.
snow_crash various 125% This project is about learning weaknesses in software and exploit them to gain privileges.
libasm x64 assembly 125% This project is about assembly x64 and recoding some libc functions.
ft_transcendence Typescript Docker 100% This project is about creating a website for the mighty Pong contest!
ft_irc C++98 125% This project is about creating a IRC server. Communication between client and server are done via TCP/IP.
miniRT C 120% This project is about creating a basic ray tracing engine in C.
philosophers C 100% This project is about the philosophers dilemma and the basics of threading a process. It is an introduction on mutexes and how to create threads.
minishell C 101% The purpose of this project is to create a basic bash like shell.
fdf C 125% This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.
Inception Docker Compose 110% This project is about system administration by using Docker.
minitalk C 125% The purpose of this project is to code a small data exchange program using UNIX signals.
CPP C++98 100% This project is a bootcamp on c++.
push_swap C 92% This project is about sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions.
ft_printf C 100% This project is about recoding printf and learning about variable number of arguments.
get_next_line C 125% This project is about programming a function that returns a line read from a file descriptor.
libft C 125% This project is about coding a C library. It contains a lot of general purpose functions.

Pinned

  1. dr-quine dr-quine Public

    This project is about making you discover the recursion theorem of Kleene.

    Assembly

  2. ft_malcolm ft_malcolm Public

    The purpose of this project is to implement an ARP spoofing/poisoning method in C.

    C

  3. ft_ssl ft_ssl Public

    This project is about recoding the MD5 and SHA-256 hashing algorithms from the OpenSSL program.

    C

  4. libasm libasm Public

    The aim of this project is to get familiar with assembly language.

    C++

  5. nm nm Public

    This project is about recoding the command nm.

    C

  6. ft_ping ft_ping Public

    This project is about recoding the function ping and some of its options.

    C