Pinned Repositories
42-Piscine
Piscine backup exercises and projects
42-Piscine-PHP
Ecole 42 - Piscine PHP / Mysql / Html / Css / Javascript
Animal-Mashing
This is a python game made with pygame for HackHighSchool, a high school program for students. As a mentor, I made a simple game for showcase. The point of the game is to mash buttons and see who is the fastest.
docker-1
A project at 42 programming school teaching the basics of docker.
FDF
The simplest FdF made solely for the purpose of reading a file, and putting a semi 3d image to the screen. There is a total of about 9 functions including the main.
Fillit
Group project to fit files of tetriminos into an empty map. The shapes must fit to make the smallest square possible.
FM-project
Filemaker Project
Fractol
Fractol Project where I create the Mandelbrot, Julia, Burning Ship, and Tricorn Set using mathematical calculations of iterations online. This is another graphics project on the graphics branch at 42.
Get_Next_Line
Get Next Line is a project at 42. It is a function that reads a file and allows you to read a line ending with a newline character from a file descriptor. When you call the function again on the same file, it grabs the next line. This project deals with memory allocation and when to free and allocate memory to prevent leaks. A (-1) is returned is an error occurred. A (0) is returned if the file is finished reading. And a (1) is returned if a line is read.
google-homepage
520luigi's Repositories
520luigi/Get_Next_Line
Get Next Line is a project at 42. It is a function that reads a file and allows you to read a line ending with a newline character from a file descriptor. When you call the function again on the same file, it grabs the next line. This project deals with memory allocation and when to free and allocate memory to prevent leaks. A (-1) is returned is an error occurred. A (0) is returned if the file is finished reading. And a (1) is returned if a line is read.
520luigi/42-Piscine
Piscine backup exercises and projects
520luigi/42-Piscine-PHP
Ecole 42 - Piscine PHP / Mysql / Html / Css / Javascript
520luigi/Animal-Mashing
This is a python game made with pygame for HackHighSchool, a high school program for students. As a mentor, I made a simple game for showcase. The point of the game is to mash buttons and see who is the fastest.
520luigi/docker-1
A project at 42 programming school teaching the basics of docker.
520luigi/FDF
The simplest FdF made solely for the purpose of reading a file, and putting a semi 3d image to the screen. There is a total of about 9 functions including the main.
520luigi/Fillit
Group project to fit files of tetriminos into an empty map. The shapes must fit to make the smallest square possible.
520luigi/FM-project
Filemaker Project
520luigi/Fractol
Fractol Project where I create the Mandelbrot, Julia, Burning Ship, and Tricorn Set using mathematical calculations of iterations online. This is another graphics project on the graphics branch at 42.
520luigi/google-homepage
520luigi/google-searchresult
520luigi/Init
A project that goes over system and network basic commands, many of the services used on a server machine, and scripts used by SysAdmins.
520luigi/Learning-Material-Dump
Just some practice problems, settings, projects, or learning materials that I did, but didn't want to delete. Used primarily for reference on how to do certain things if I forget in the future.
520luigi/Libft
Library functions in C
520luigi/PHP_Piscine
Learn web development in this mini piscine.
520luigi/Piscine-Interview
Learn how to learn again with Big(O) notation and other cool things (Basically learn interview questions)
520luigi/Wolf3D
Making the wolf3d engine in C, a work in progress.