Pinned Repositories
adventOfCode
Learning Rust with the advent of code
api_tests
BSQ
find the biggest square in a map with obstacles
Container
Recoding C++ STL library : vector, map and stack
cpp
cub3D
A video game project using a graphic library, enjoy the pleasant aesthetic choices I made (:
docker_mastery_udemy
Udemy course on Docker
exam-rank-05
exam-rank-06
Create a mini server for clients to chat
flightTracker
Python bot that tracks for cheap flights listed in a Google Sheet with specifiable parameters
Anyaa6's Repositories
Anyaa6/adventOfCode
Learning Rust with the advent of code
Anyaa6/api_tests
Anyaa6/BSQ
find the biggest square in a map with obstacles
Anyaa6/Container
Recoding C++ STL library : vector, map and stack
Anyaa6/cpp
Anyaa6/cub3D
A video game project using a graphic library, enjoy the pleasant aesthetic choices I made (:
Anyaa6/docker_mastery_udemy
Udemy course on Docker
Anyaa6/exam-rank-05
Anyaa6/exam-rank-06
Create a mini server for clients to chat
Anyaa6/flightTracker
Python bot that tracks for cheap flights listed in a Google Sheet with specifiable parameters
Anyaa6/ft_irc
IRC
Anyaa6/ft_printf
Replicate some functionalities of the printf function of the stdio C library
Anyaa6/get_next_line
Create a function that outputs every line one by one from a file
Anyaa6/Hackathon-Hack_the_bias
Our work as the Verboten Team from Ecole 42 Lyon with Grosendo and Llecoq as first year students
Anyaa6/libasm
An Intel x64 bits assembly library
Anyaa6/libft
Libft with GNL
Anyaa6/Libft_printf_gnl
Anyaa6/libgnl_normv3
libft + gnl at new norm
Anyaa6/Minishell
Implementation of our own shell based on the behavior of bash
Anyaa6/Philosopher
playing with threads in C
Anyaa6/push_swap
A sorting algorithm project