Pinned Repositories
BaseCamp42SP_APRIL_2022
Exercícios realizados no BaseCamp de Abril de 2022, na 42-SP // All the exercises made throughout the 42-SP BaseCamp
cub3D
This project is inspired by the Wolfenstein 3D game, which was the first FPS ever. It explores ray-casting. The goal is to make a dynamic view inside a maze.
Dojo_DynamoDB
A simple Dojo for students to learn a little about connecting their API to a DynamoDB Data Base :)
ft_printf
Nesse projeto tínhamos que reproduzir o comportamento da função printf original. // This project's goal was to reproduce the original printf behavior.
get_next_line
Segundo projeto da 42-SP, fazer uma função que retorne linha por linha de um arquivo ou terminal. // Second project of 42SP, make a function that returns line by line of a file or terminal (get_next_line)
Libft
Primeiro projeto da 42 São Paulo. Começar a criar nossa própria biblioteca :) // The first project as a cadet! Creating our own library :)
localstack-tutorial
Steps to get an application up with localstack (an emulator of aws to test your cloud and serverless apps offline).
Minishell
Esse projeto se trata de criar seu próprio simples bash, rodando seu próprio terminal.
minitalk
Esse projeto é uma troca de mensagens entre cliente e servidor. Mas ela só pode ser feita usando dois UNIX signals. // This is a project about data exchange between server and client. But you can only do it using only two UNIX signals.
so_long
So_long é projeto da 42 em que temos que criar um joguinho 2D simples usando a biblioteca MiniLibX. // So_long is a 42's project that makes us create a simple 2D game using MiniLibX library.
rafaelabdm's Repositories
rafaelabdm/Minishell
Esse projeto se trata de criar seu próprio simples bash, rodando seu próprio terminal.
rafaelabdm/cub3D
This project is inspired by the Wolfenstein 3D game, which was the first FPS ever. It explores ray-casting. The goal is to make a dynamic view inside a maze.
rafaelabdm/so_long
So_long é projeto da 42 em que temos que criar um joguinho 2D simples usando a biblioteca MiniLibX. // So_long is a 42's project that makes us create a simple 2D game using MiniLibX library.
rafaelabdm/Dojo_DynamoDB
A simple Dojo for students to learn a little about connecting their API to a DynamoDB Data Base :)
rafaelabdm/BaseCamp42SP_APRIL_2022
Exercícios realizados no BaseCamp de Abril de 2022, na 42-SP // All the exercises made throughout the 42-SP BaseCamp
rafaelabdm/ft_printf
Nesse projeto tínhamos que reproduzir o comportamento da função printf original. // This project's goal was to reproduce the original printf behavior.
rafaelabdm/get_next_line
Segundo projeto da 42-SP, fazer uma função que retorne linha por linha de um arquivo ou terminal. // Second project of 42SP, make a function that returns line by line of a file or terminal (get_next_line)
rafaelabdm/Libft
Primeiro projeto da 42 São Paulo. Começar a criar nossa própria biblioteca :) // The first project as a cadet! Creating our own library :)
rafaelabdm/localstack-tutorial
Steps to get an application up with localstack (an emulator of aws to test your cloud and serverless apps offline).
rafaelabdm/minitalk
Esse projeto é uma troca de mensagens entre cliente e servidor. Mas ela só pode ser feita usando dois UNIX signals. // This is a project about data exchange between server and client. But you can only do it using only two UNIX signals.
rafaelabdm/Philosophers
Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.
rafaelabdm/push_swap
Esse projeto consiste em fazer um algoritmo organizacional eficiente, mas com movimentos limitados // This proect is about creating a sorting algorithm, but with limited moves
rafaelabdm/CPP
Listas de exercícios de C++
rafaelabdm/ECommerceApi-ProgramacaoWebII
Trabalho final do módulo de Programação Web II
rafaelabdm/JS-TS-Exercises
Alguns dos exercícios feitos no curso de Javascript da Let's Code // Some of the exercises done in the JavaScript course by Let's Code
rafaelabdm/rafaelabdm
Config files for my GitHub profile.
rafaelabdm/Inception
A project to learn all about setting up a small server with Docker and docker-compose.
rafaelabdm/VehiclesAPI
Exercício para aula de BackEnd - OiDevs
rafaelabdm/Webserv
This project is about writing your own HTTP server.