Pinned Repositories
ASP.NET-Formula1
ASP.NET MVC C# Formula 1 WebApp
cub3d
My first RayCaster in C with miniLibX
FifaTournament
A simple Fifa Tournament creator website
ft_irc
This project is about creating an IRC server
ft_printf
Because ft_putnbr() and ft_putstr() aren’t enough
ft_transcendence
kianristori.dev
🧑🏻💻 My personal portfolio website built with NextJS, Tailwind CSS, MDX and deploy on Vercel
Minishell
This project is about creating a simple shell.
push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
so_long
My first 2D Game made in C
KianRistori's Repositories
KianRistori/Philosophers
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.
KianRistori/ASP.NET-Formula1
ASP.NET MVC C# Formula 1 WebApp
KianRistori/cub3d
My first RayCaster in C with miniLibX
KianRistori/FifaTournament
A simple Fifa Tournament creator website
KianRistori/ft_irc
This project is about creating an IRC server
KianRistori/ft_printf
Because ft_putnbr() and ft_putstr() aren’t enough
KianRistori/ft_transcendence
KianRistori/kianristori.dev
🧑🏻💻 My personal portfolio website built with NextJS, Tailwind CSS, MDX and deploy on Vercel
KianRistori/Minishell
This project is about creating a simple shell.
KianRistori/push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
KianRistori/so_long
My first 2D Game made in C
KianRistori/GetNextLine
Reading a line from a fd is way too tedious
KianRistori/Inception
KianRistori/kianristori
KianRistori/Libft
Very first own library
KianRistori/malloc
KianRistori/PingNetFramework
A simple C# program that recreates the "Ping" command
KianRistori/Pipex
This project will let you discover in detail a UNIX mechanism that you already know by using it in your program.
KianRistori/TracerouteNetFramework
This C# program uses the Ping class to trace the route to a specified host, and Dns class to resolve IP addresses. It takes command line arguments and runs until stopped manually.