Pinned Repositories
back
CPP_Modules
This project is an introduction to Object-oriented Programming with C++.
dr-quine
This project is about making you discover the recursion theorem of Kleene.
FdF
FDF - A wireframe visualizer, project for the 42 school.
ft_irc
This project is about creating a IRC server. Communication between client and server are done via TCP/IP.
ft_malcolm
The purpose of this project is to implement an ARP spoofing/poisoning method in C.
ft_ping
This project is about recoding the function ping and some of its options.
ft_ssl
This project is about recoding the MD5 and SHA-256 hashing algorithms from the OpenSSL program.
libasm
The aim of this project is to get familiar with assembly language.
nm
This project is about recoding the command nm.
Noulens's Repositories
Noulens/back
Noulens/CPP_Modules
This project is an introduction to Object-oriented Programming with C++.
Noulens/dr-quine
This project is about making you discover the recursion theorem of Kleene.
Noulens/FdF
FDF - A wireframe visualizer, project for the 42 school.
Noulens/ft_irc
This project is about creating a IRC server. Communication between client and server are done via TCP/IP.
Noulens/ft_malcolm
The purpose of this project is to implement an ARP spoofing/poisoning method in C.
Noulens/ft_ping
This project is about recoding the function ping and some of its options.
Noulens/ft_printf
This the ft_printf project of 42 without the bonus. The result was Moulinette approved.
Noulens/ft_ssl
This project is about recoding the MD5 and SHA-256 hashing algorithms from the OpenSSL program.
Noulens/get_next_line
My get_next_line version for the 42 project gnl, with bonus. The code was moulinette approved, it uses one static variable that i do not malloc, hence no leak are possible if you don't finish to read a file.
Noulens/libasm
The aim of this project is to get familiar with assembly language.
Noulens/libft
This is my libft project for 42, with bonus. Everything was Moulinette approved.
Noulens/minishell
Minishell is a small Linux Shell written in C.
Noulens/minitalk
Minitalk is a small programm to exchange data between a client and a server using UNIX signals.
Noulens/My_42_piscine
Noulens/nm
This project is about recoding the command nm.
Noulens/Noulens
Noulens/philosophers
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
Noulens/ft_traceroute
This project is about re-implementing the traceroute command.
Noulens/Inception
This project is about system administration by using Docker.
Noulens/miniRT
This project is about creating a basic ray tracing engine in C.
Noulens/pdfapp
Noulens/push_swap
This is my work for the project push_swap for 42. I used selection sort for the range 0 - 10, a selection sort on chunked numbers for the range 11 - 499 and a radix sort for the range 500+
Noulens/Rainfall
There will be tears in the rain...
Noulens/snow_crash
This project is about learning vulnerabilities in various situations
Noulens/Storm-Breaker
Social engineering tool [Access Webcam & Microphone & Location Finder] With {Py,JS,PHP}
Noulens/TrojanFactory