Pinned Repositories
42_CPP_modules
42's introduction to C++ coding language
42_FdF
Graphical representaion of the map in fdf format
42_libft_and_rank01
I started my Common Core on 11/04/2023.
42_minishell
simple shell in C
42_philosophers
Multithreads, mutexes and data races in C
42_pipex
Pipes, redirections and multi-processes in C
42_push_swap
Sorting algorithm which sorts some random values using 2 stacks in least amount of moves
AshParker19
C_linked_lists_library
Here you can find many of the function which work with linked lists in C. Some of them I studied from the course on Udemy and I came up with the other ones while doing the projects at 42. I decided to place those funtion here so I can have a quick access to them when I need to refresh my knowledge or get new some ideas for the new project
piscine-January-2023-42Lisboa
My second try of the piscine, this time it was way better than the previous one
AshParker19's Repositories
AshParker19/piscine-January-2023-42Lisboa
My second try of the piscine, this time it was way better than the previous one
AshParker19/42_libft_and_rank01
I started my Common Core on 11/04/2023.
AshParker19/42_minishell
simple shell in C
AshParker19/42_CPP_modules
42's introduction to C++ coding language
AshParker19/42_FdF
Graphical representaion of the map in fdf format
AshParker19/42_philosophers
Multithreads, mutexes and data races in C
AshParker19/42_pipex
Pipes, redirections and multi-processes in C
AshParker19/42_push_swap
Sorting algorithm which sorts some random values using 2 stacks in least amount of moves
AshParker19/AshParker19
AshParker19/C_linked_lists_library
Here you can find many of the function which work with linked lists in C. Some of them I studied from the course on Udemy and I came up with the other ones while doing the projects at 42. I decided to place those funtion here so I can have a quick access to them when I need to refresh my knowledge or get new some ideas for the new project
AshParker19/Google-Hackathon-June-2024
AshParker19/cub3D
AshParker19/ft_irc_42
Internet Relay Chat protocol implemented in C++ 98
AshParker19/push_swap_Kotlin
I started learning Kotlin, I thought it's a good idea to get familiar with the syntax and features of the language by rewriting my favorite 42 project in it.