Pinned Repositories
3D-Wireframe-Viewer-FDF-
3D Wireframe Viewer written on plain C
cube3d
First-person 3D representation of a maze using raycasting.
libft
A project to recreate some of the C standart functions. (with bonus)
Miniblog
Small blog with authentication.
minishell
The main goal of this project is to simulate bash shell.
Philosophers
A project to solve Dijkstra's philosophers problem using multiple threads.
pipex
This project will let you discover in detail a UNIX mechanism that you already know by using it in your program. (with bonus)
portfolio-website
Simple portfolio website, which will be expanding, as I learn new web dev stuff
Tollbooth-OCR
Solving the business problem of event driven scale for the Tollbooth Application.
webserv
Web server, simplified clone of NGINX.
Daneality's Repositories
Daneality/3D-Wireframe-Viewer-FDF-
3D Wireframe Viewer written on plain C
Daneality/cube3d
First-person 3D representation of a maze using raycasting.
Daneality/libft
A project to recreate some of the C standart functions. (with bonus)
Daneality/Miniblog
Small blog with authentication.
Daneality/minishell
The main goal of this project is to simulate bash shell.
Daneality/Philosophers
A project to solve Dijkstra's philosophers problem using multiple threads.
Daneality/pipex
This project will let you discover in detail a UNIX mechanism that you already know by using it in your program. (with bonus)
Daneality/portfolio-website
Simple portfolio website, which will be expanding, as I learn new web dev stuff
Daneality/Tollbooth-OCR
Solving the business problem of event driven scale for the Tollbooth Application.
Daneality/webserv
Web server, simplified clone of NGINX.
Daneality/push_swap-
The Push swap project is a very simple and a highly straightforward algorithm project: data must be sorted. You have at your disposal a set of integer values, 2 stacks, and a set of instructions to manipulate both stacks.