Marsel Aminov's repositories
carNumberGenerator
pet-project (REST API, Spring Boot, Spring MVC, Spring Data, PostgreSQL, Docker, Maven)
CPP
Learning C++
cub3D
My first RayCaster with miniLibX. This project is inspired by the world-famous eponymous 90’s game, which was the first FPS ever.
ft_printf
implementation of my own "printf"
ft_server
This is a System Administration project. Server on Debian Buster through Docker with a Wordpress, Phpmyadmin and Mysql runnning.
ft_services
This is a System Administration and Networking project.
get_next_line
The goal of this project was to create a function that returns a line ending with a newline, read from a file descriptor.
libasm
The goal of this project is to get familiar with assembly language.
libft
The goal of this project was to code a C library regrouping usual functions. For example : atoi, itoa, substr, strcpy, split, strcmp, strtrim, toupper etc.
minishell
Learning processes and working with the file descriptors (implemented the work of pipes and redirects).
philosophers
Learning the basics of threading a process. Learning how to make threads and learning the mutex.
WebServer
HTTP server (C++, TCP, CGI)