Pinned Repositories
ahkhilad
FDF
This project is about creating a simplified 3D graphic representation of a relief landscape.
fillit
Fillit is a project that let you discover and/or familiarize yourself with a recurring problematic in programming: searching the optimal solution among a huge set of possibilities, in a respectable timing. In this particular project, you will have to find a way to assemble a given Tetriminos set altogether in the smallest possible square. A Tetriminos is a 4-blocks geometric figure you probably already heard of, thanks to the popular game Tetris.
fractol
The term fractal was first used by mathematician Benoit Mandelbrot in 1974, he based it on the Latin word fractus, meaning "broken" or "fractured". A fractal is an abstract mathematical object, like a curve or a surface, which has a similar pattern whatever the scale.
GNL
Thanks to the project get_next_line, you will finally be able to write a function that will allow you to read a line ending with a newline character from a file descriptor. You’ll be able to add this function to your libft if you feel like it and most importantly, use it in all the future projects that will require it.
init-42_introduction_to_system_and_network_administration_project
This first project, init, will give you the opportunity to discover system and network basic commands, many of the services used on a server machine, as well as a few ideas of scripts that can be useful for SysAdmins on a daily basis.
libft
The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.
PHP_Pool-42
RT
When it comes to render 3 dimensions computer generated images there is 2 possible approaches: “rasterization”, which is used by almost all graphic engines because of it’s efficiency and “ray tracing.” The ray tracing method is more expensive and as a result not adapted to real time but it produces a high degree of visual realism. RTv1 is my first ray tracer coded in C, humble but functional.
RTv1
ahkhilad's Repositories
ahkhilad/fractol
The term fractal was first used by mathematician Benoit Mandelbrot in 1974, he based it on the Latin word fractus, meaning "broken" or "fractured". A fractal is an abstract mathematical object, like a curve or a surface, which has a similar pattern whatever the scale.
ahkhilad/ahkhilad
ahkhilad/FDF
This project is about creating a simplified 3D graphic representation of a relief landscape.
ahkhilad/fillit
Fillit is a project that let you discover and/or familiarize yourself with a recurring problematic in programming: searching the optimal solution among a huge set of possibilities, in a respectable timing. In this particular project, you will have to find a way to assemble a given Tetriminos set altogether in the smallest possible square. A Tetriminos is a 4-blocks geometric figure you probably already heard of, thanks to the popular game Tetris.
ahkhilad/GNL
Thanks to the project get_next_line, you will finally be able to write a function that will allow you to read a line ending with a newline character from a file descriptor. You’ll be able to add this function to your libft if you feel like it and most importantly, use it in all the future projects that will require it.
ahkhilad/init-42_introduction_to_system_and_network_administration_project
This first project, init, will give you the opportunity to discover system and network basic commands, many of the services used on a server machine, as well as a few ideas of scripts that can be useful for SysAdmins on a daily basis.
ahkhilad/libft
The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.
ahkhilad/PHP_Pool-42
ahkhilad/RT
When it comes to render 3 dimensions computer generated images there is 2 possible approaches: “rasterization”, which is used by almost all graphic engines because of it’s efficiency and “ray tracing.” The ray tracing method is more expensive and as a result not adapted to real time but it produces a high degree of visual realism. RTv1 is my first ray tracer coded in C, humble but functional.
ahkhilad/RTv1