Pinned Repositories
canvas
Collaborative Art Social Media
42Cub3D
Sudo 3D computation using raycasting.
42fract_ol
This project is about creating graphically beautiful fractals.
42get_next_line
A function that returns a line from a file until the end of the file is reached.
42libft
Libft for 42
42Minishell
Creating a simple shell in C.
42minitalk
A small data exchange program using UNIX signals between a server and a client in C.
42philosophers
Threading and mutexes in C.
42push_swap
Implementing a sorting algorithm in C using stack data structure.
rajh-phuyal
My personal GitHub repo.
rajh-phuyal's Repositories
rajh-phuyal/42Minishell
Creating a simple shell in C.
rajh-phuyal/libft
This is a self-implemented functions in C that deals with strings, memory, chars, linked lists, reading from a file and a printf.
rajh-phuyal/rajh-phuyal
My personal GitHub repo.
rajh-phuyal/42Cub3D
Sudo 3D computation using raycasting.
rajh-phuyal/42fract_ol
This project is about creating graphically beautiful fractals.
rajh-phuyal/42get_next_line
A function that returns a line from a file until the end of the file is reached.
rajh-phuyal/42libft
Libft for 42
rajh-phuyal/42minitalk
A small data exchange program using UNIX signals between a server and a client in C.
rajh-phuyal/42philosophers
Threading and mutexes in C.
rajh-phuyal/42printf
Self implemented printf.
rajh-phuyal/42push_swap
Implementing a sorting algorithm in C using stack data structure.
rajh-phuyal/Piscine-42Lisboa
Contains the files and materials used during bootcamp in 42Lisboa.
rajh-phuyal/roulette
A minimalistic roulette game in python