Pinned Repositories
Born2beroot
Creation of first Linux virtual machine in VirtualBox
C-Piscine
Starting course at 42Madrid
CPP
Starting course of C++.
Cub3D
Recreation of Wolfenstein3D, the first FPS ever, using raycasting with minilibx. Project done with pvillena (SichuanVilly)
Ft_containers
Recoding of STL containers in C++
Ft_IRC
Real time chat server based on IRC protocol, with a simple bot and file transfer via IRC client. Project done with pvillena (SichuanVilly)
Ft_printf
Recoding of printf
GetNextLine
Read from a file line by line
Inception
Creation of a WordPress website with a LEMP Stack in Docker, using Nginx, MariaDB and PHP. It also has extra services as Redis Cache, Adminer, an FTP Server and a static website created with Hugo.
Sefy-j
My personal repo
Sefy-j's Repositories
Sefy-j/Sefy-j
My personal repo
Sefy-j/Born2beroot
Creation of first Linux virtual machine in VirtualBox
Sefy-j/C-Piscine
Starting course at 42Madrid
Sefy-j/CPP
Starting course of C++.
Sefy-j/Cub3D
Recreation of Wolfenstein3D, the first FPS ever, using raycasting with minilibx. Project done with pvillena (SichuanVilly)
Sefy-j/Ft_containers
Recoding of STL containers in C++
Sefy-j/Ft_IRC
Real time chat server based on IRC protocol, with a simple bot and file transfer via IRC client. Project done with pvillena (SichuanVilly)
Sefy-j/Ft_printf
Recoding of printf
Sefy-j/GetNextLine
Read from a file line by line
Sefy-j/Inception
Creation of a WordPress website with a LEMP Stack in Docker, using Nginx, MariaDB and PHP. It also has extra services as Redis Cache, Adminer, an FTP Server and a static website created with Hugo.
Sefy-j/Libft
Recoding of a few functions of the C standard library as well as some other utility functions
Sefy-j/Minishell
Creation of a simple bash shell. Project done with pvillena (SichuanVilly)
Sefy-j/Philosophers
Coding of the classical dining philosophers problem using threads and mutex to achieve paralelism avoiding race conditions.
Sefy-j/Pipex
Recoding of bash pipes in C
Sefy-j/Push_swap
Sorting of data on a stack, with a limited set of instructions, using the lowest possible number of actions.
Sefy-j/So_long
Creation of a small 2D game with minilibx