Asrasal47
I'm a 42 Heilbronn student, diving into coding. MechanicalEngineer | Software Developer | C/C++/Python | Network Administration
Heilbronn, Germany
Pinned Repositories
42-fract-ol
A program that generates fractals using complex mathematical computations and displays them on the screen with visually appealing images! The mandatory part includes Mandalbrot and Julia set of fractals and the bonus includes Newton fractal.
42-ft_printf
It is printf. Should I say more? Includes bonus which implements the flags, width and precision.
42-get_next_line
A program that reads a file descriptor and returns a line until the new line character or the end of the file/text. Includes bonus but it didnt pass the moulinette. Suggestions to fix are welcome.
42-IRC
Internet Relay Chat or IRC is a text-based communication protocol on the Internet. It offers real-time messaging that can be either public or private. Users can exchange direct messages and join group channels.
42-Libft
A library of basic functions that is to be used throughout the curriculum of 42. Bonus functions include functions related to linked lists.
42-minishell
Minishell is the first group project at 42. It is a program that behaves exactly like bash with a prompt and most of the utilities like builtins , redirections, pipes, and simple commands.
42-Philosophers
A program that solves the classic philosopher problem using threads and mutexes. The bonus is done using forks and semaphores instead.
42-pipex
A program that imitates the pipeline functionality of bash. It includes bonus that can also handle multiple pipes and heredoc.
42-push_swap
A sorting algorithm that can sort any number of integers in an efficient way with minimum number of operations. It includes the bonus which implements the checker program to check the functionality of push_swap.
CPP
Introduction to C++ utilities and understanding the basics of C++98. Overall 10 CPP projects starting with easy utilities and moving to advanced STL libraries towards the end.
Asrasal47's Repositories
Asrasal47/42-fract-ol
A program that generates fractals using complex mathematical computations and displays them on the screen with visually appealing images! The mandatory part includes Mandalbrot and Julia set of fractals and the bonus includes Newton fractal.
Asrasal47/42-ft_printf
It is printf. Should I say more? Includes bonus which implements the flags, width and precision.
Asrasal47/42-get_next_line
A program that reads a file descriptor and returns a line until the new line character or the end of the file/text. Includes bonus but it didnt pass the moulinette. Suggestions to fix are welcome.
Asrasal47/42-Libft
A library of basic functions that is to be used throughout the curriculum of 42. Bonus functions include functions related to linked lists.
Asrasal47/42-minishell
Minishell is the first group project at 42. It is a program that behaves exactly like bash with a prompt and most of the utilities like builtins , redirections, pipes, and simple commands.
Asrasal47/42-Philosophers
A program that solves the classic philosopher problem using threads and mutexes. The bonus is done using forks and semaphores instead.
Asrasal47/42-pipex
A program that imitates the pipeline functionality of bash. It includes bonus that can also handle multiple pipes and heredoc.
Asrasal47/42-push_swap
A sorting algorithm that can sort any number of integers in an efficient way with minimum number of operations. It includes the bonus which implements the checker program to check the functionality of push_swap.
Asrasal47/CPP
Introduction to C++ utilities and understanding the basics of C++98. Overall 10 CPP projects starting with easy utilities and moving to advanced STL libraries towards the end.
Asrasal47/42-IRC
Internet Relay Chat or IRC is a text-based communication protocol on the Internet. It offers real-time messaging that can be either public or private. Users can exchange direct messages and join group channels.
Asrasal47/Asrasal47
Asrasal47/42-Net-practice
A brief exercise to test TCP/IP addressing skills.
Asrasal47/Inception
Asrasal47/synthavo
A simple python script to read and process data from a csv or excel file, rearranging the data in a dictionary(python) and send it to the API.