Pinned Repositories
42-Born2beroot
This document is a System Administration related exercise.
42-CPP-Module
Namespaces, classes, member functions, stdio streams, initialization lists, static, const, memory allocation, pointers to members, references, switch statement
42-cub3d
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you’ll have to find your way.
42-ft_printf
The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)
42-get_next_line
This project is about programming a function that returns a line read from a file descriptor.
42-Inception
42-libft
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
42-minishell
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
42-Piscine
Eagerly awaited as well as fearfully dreaded but always memorable: the Piscine at 42 is a trial month that may change your entire life.
createFileBase
The createFile.sh was created to make life easier for those who have to write and create several files {.hpp and .cpp}
i4b2c's Repositories
i4b2c/42-CPP-Module
Namespaces, classes, member functions, stdio streams, initialization lists, static, const, memory allocation, pointers to members, references, switch statement
i4b2c/createFileBase
The createFile.sh was created to make life easier for those who have to write and create several files {.hpp and .cpp}
i4b2c/42-Born2beroot
This document is a System Administration related exercise.
i4b2c/42-cub3d
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you’ll have to find your way.
i4b2c/42-ft_printf
The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)
i4b2c/42-get_next_line
This project is about programming a function that returns a line read from a file descriptor.
i4b2c/42-Inception
i4b2c/42-libft
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
i4b2c/42-minishell
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
i4b2c/42-Piscine
Eagerly awaited as well as fearfully dreaded but always memorable: the Piscine at 42 is a trial month that may change your entire life.
i4b2c/42-minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
i4b2c/42-netpractice
This document is a System Administration related exercise.
i4b2c/42-philosophers
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes
i4b2c/42-pipex
This project will let you discover in detail a UNIX mechanism that you already know by using it in your program.
i4b2c/42-push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
i4b2c/42-so_long
This project is a very small 2D game. Its purpose is to make you work with textures, sprites, and some other very basic gameplay elements.
i4b2c/42-webserv
This project is about writing your ow HTTP server. You will be able to test it with an actual browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, even if you won’t be working on a website.
i4b2c/i4b2c
Github Profile
i4b2c/ImageToAscii
ImageToAscii is a Python script that converts images into ASCII art by processing pixel intensities and mapping them to a predefined set of characters.
i4b2c/Vim-setup