Pinned Repositories
42-cpp_modules
A collection of 42's C++ introductory modules, which contain multiple exercises about the basic concepts used in the C++ programming language.
42-cub3D
A project inspired by the world-famous Wolfenstein 3D game. It has enabled us to explore ray-casting principles to create a 3D graphical representation of a maze.
42-fractol
A project meant to create graphically beautiful fractals using C.
42-ft_containers
Reimplementation of C++ STL Containers in a C++98 standard
42-ft_containers_tester
A collection of tests I made while developing my ft_containers project
42-ft_printf
A project where we had to recode the printf function.
42-get_next_line
This project is about coding a function that returns a line, read from a file descriptor.
42-inception
A system administration exercise involving Docker containers.
42-libft
This project aims to code a C Library by re-writing the usual standard functions.
42-minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
gkintana's Repositories
gkintana/42-ft_containers_tester
A collection of tests I made while developing my ft_containers project
gkintana/42-push_swap
The project's objective is to code a simple and highly effective algorithm which will be used to sort data on a stack.
gkintana/42-cpp_modules
A collection of 42's C++ introductory modules, which contain multiple exercises about the basic concepts used in the C++ programming language.
gkintana/42-cub3D
A project inspired by the world-famous Wolfenstein 3D game. It has enabled us to explore ray-casting principles to create a 3D graphical representation of a maze.
gkintana/42-fractol
A project meant to create graphically beautiful fractals using C.
gkintana/42-ft_containers
Reimplementation of C++ STL Containers in a C++98 standard
gkintana/42-ft_printf
A project where we had to recode the printf function.
gkintana/42-get_next_line
This project is about coding a function that returns a line, read from a file descriptor.
gkintana/42-inception
A system administration exercise involving Docker containers.
gkintana/42-libft
This project aims to code a C Library by re-writing the usual standard functions.
gkintana/42-minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
gkintana/42-philosophers
This project is an introduction to the basics of threading a process, creating child processes, and discovering mutexes & semaphores.
gkintana/42AD-learning-portfolio
A simple webpage that summarizes my journey at 42 Abu Dhabi.
gkintana/libft-war-machine
forked repository of libftest (by jtoty) for libft at 42
gkintana/mini-irc
gkintana/pong-game
Frontend practice for 42's ft_transcendence project