Pinned Repositories
42-transcendence
A website for a multiplayer online Pong game. Includes Vue.js for frontend, Node.js for backend and PostgresSQL for the database. Features a fully functional chat and third party authentication.
AdventOfCode2021
https://adventofcode.com/2021 // Learning Python
fract-ol
Creating a visual exploration program of a fractal using the MLX library
get_next_line
A function to return the next line from a given file descriptor
Improved_Fractol
An improved version of the Fractol project within Codam's curriculum. Added multithreading and linux support and a couple of cool features!
inception
libasm
Libft
Codam Libft
miniRT
minishell
rvan-mee's Repositories
rvan-mee/Improved_Fractol
An improved version of the Fractol project within Codam's curriculum. Added multithreading and linux support and a couple of cool features!
rvan-mee/miniRT
rvan-mee/AdventOfCode2021
https://adventofcode.com/2021 // Learning Python
rvan-mee/fract-ol
Creating a visual exploration program of a fractal using the MLX library
rvan-mee/get_next_line
A function to return the next line from a given file descriptor
rvan-mee/inception
rvan-mee/libasm
rvan-mee/Libft
Codam Libft
rvan-mee/minitalk
A project which aims to communicate between 2 processes using the signals SIGUSR1 and SIGUSR2.
rvan-mee/Philosophers
A program to simulate the philosophers dining problem
rvan-mee/webserv
creating a simple webserver in c++
rvan-mee/printf
A smaller version of printf created in C.
rvan-mee/push_swap
Project to create an algorithm to sort the given numbers in the least amount of operations.
rvan-mee/rvan-mee