Pinned Repositories
42-School-Exam-Rank-02
First 42 School Exam
C00
C00 first project on C language in 42 Wolfsburg IT school
C01
The second project of 42 Wolfsburg on C language
C02
The third project 42
ft_printf
Implementation of printf
get_next_line
This project is about programming a function that returns a line read from a file descriptor.
libft
My libft project
minishell
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting
novsiannn's Repositories
novsiannn/42-School-Exam-Rank-02
First 42 School Exam
novsiannn/C00
C00 first project on C language in 42 Wolfsburg IT school
novsiannn/C01
The second project of 42 Wolfsburg on C language
novsiannn/C02
The third project 42
novsiannn/ft_printf
Implementation of printf
novsiannn/get_next_line
This project is about programming a function that returns a line read from a file descriptor.
novsiannn/libft
My libft project
novsiannn/minishell
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
novsiannn/minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
novsiannn/push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting
novsiannn/configParser4Webserver
novsiannn/CPP_Modules
First project in C++ language.
novsiannn/cub3D
novsiannn/fdf
This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.
novsiannn/hangman
Hangman game
novsiannn/novsiannn
novsiannn/philo
I never thought philosophy would be so deadly.
novsiannn/sprint01
first sprint with HTML
novsiannn/sprint02
sprint 02 from FrontEnd learning
novsiannn/sprint03
Sprint 03
novsiannn/sprint04
novsiannn/Version4ConfigParser2