xhelp00
Project Manager and Wannabe Developer π Student at 42Prague school of coding, witchcraft and wizardry π§ββοΈ
Pinned Repositories
awesome-42
π A list of useful resources, links and more for @42School students.
BlazorMatchGame
training to code web app in C#
BulkyWeb
ASP.NET Core MVC training project
cub3d
β This project is inspired by the world-famous 90's game, which was the first FPS ever. Your goal will be to make a dynamic view inside a maze, in which you'll have to find your way.
ft_printf
β The goal of this project is to recode printf()
get_next_line
β This project is about programming a function that returns a line read from a file descriptor.
Libft
β My very first own library (general purpose functions)
minishell
β >_ β§ This project is about creating a simple shell.
Philosophers
β This project is about the dining philosopher's problem which is the classical problem of synchronization.
so_long
β And thanks for all the fish! This project is a very small 2D game.
xhelp00's Repositories
xhelp00/cub3d
β This project is inspired by the world-famous 90's game, which was the first FPS ever. Your goal will be to make a dynamic view inside a maze, in which you'll have to find your way.
xhelp00/get_next_line
β This project is about programming a function that returns a line read from a file descriptor.
xhelp00/Libft
β My very first own library (general purpose functions)
xhelp00/awesome-42
π A list of useful resources, links and more for @42School students.
xhelp00/BlazorMatchGame
training to code web app in C#
xhelp00/BulkyWeb
ASP.NET Core MVC training project
xhelp00/Codewars_Solutions_C
xhelp00/Codewars_Solutions_Python
xhelp00/ft_printf
β The goal of this project is to recode printf()
xhelp00/minishell
β >_ β§ This project is about creating a simple shell.
xhelp00/Philosophers
β This project is about the dining philosopher's problem which is the classical problem of synchronization.
xhelp00/so_long
β And thanks for all the fish! This project is a very small 2D game.
xhelp00/CPP00
xhelp00/CS50_Solutions
xhelp00/Event_April_2023
xhelp00/examsmoke
xhelp00/ft_irc
This project is about creating your own IRC server.
xhelp00/Image_Recognition
Build an image recognition model that can classify images into different categories.
xhelp00/Inception
Inception
xhelp00/Netpractice
πΆπ‘π°οΈπNetPractice is a general practical exercise to let you discover networking.
xhelp00/pipex
β Pipex reproduces the behaviour of the shell pipe | command in C.
xhelp00/push_swap
β This project is about sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions.
xhelp00/xhelp00