I'm Humberto, a student at 42 São Paulo.
- Human Coder by 42 São Paulo in 2024
- Postgraduated in Project Management by USP/Esalq in 2018
- Graduated in Information Systems by Anhembi Morumbi in 2016
- 42 São Paulo - 2022/2024 - C, C++, Unix
- Digital House - 2019 - UX Design
- IT Engineering Intern at Itaú Unibanco - 2024
- Software Engineer at Labs by 42 São Paulo - 2023
- UX Designer at KPMG Brasil - 2019
Phase | Project | Language | Grade | Start | End | Description | Medal |
---|---|---|---|---|---|---|---|
1 | libft | C | 125% | 04/04/2022 | 02/05/2022 | Create a library of basci functions. | |
1 | get_next_line | C | 100% | 02/05/2022 | 16/05/2022 | Read a single line from a fd. | |
1 | ft_printf | C | 100% | 16/05/2022 | 30/05/2022 | Recreates the printf function. | |
1 | born2beroot | Shell, CLI | 100% | 31/05/2022 | 25/06/2022 | Create a virtual machine. | |
1 | fdf | C | 125% | 27/06/2022 | 14/08/2022 | Create a program to represent a landscape as a 3D object as a wireframe. | |
1 | minitalk | C | 115% | 15/08/2022 | 03/09/2022 | Create a small data exchange program using UNIX signals. | |
2 | push_swap | C | 86% | 07/09/2022 | 13/10/2022 | Sort a list o random numbers in the least amount of moves possible. | |
2 | minishell | C | 101% | 17/10/2022 | 23/01/2023 | In a group, create a miniature shell program. | |
LABS | labs-v4 | C | Approved | 16/01/2023 | 22/01/2023 | Encode and Decode a file using Huffman Code and shared memory. | No badge |
2 | philosophers | C | 100% | 23/01/2023 | 27/01/2023 | Resolve a variation on the famous dining philosophers problem. | |
2 | netpractice | TCP/IP | 100% | 12/02/2023 | 28/02/2023 | Resolve network errors in a small-scale network training environment. | |
2 | cub3D | C | 101% | 06/03/2023 | 02/04/2023 | Create a 3D game using raycaster. | |
3 | CPP | C++ | 96.5% | 02/04/2023 | 04/08/2023 | A collection of small 42 school projects about C++. | |
3 | inception | Dockerfile | 100% | 06/08/2023 | 10/10/2023 | Create a small docker network with separate containers for NginX, Wordpress and MariaDB. | |
3 | webserv | C++ | 100% | 16/10/2023 | 20/01/2024 | Create your own HTTP server. | |
3 | ft_transcendence | Python | 110% | 24/01/2024 | 28/06/2024 | Create pong game website. |
Week | Project | Language | Grade | Description |
---|---|---|---|---|
01 | Hello | C | 100% | Create a program that greets an user. |
01 | Mario-less | C | 100% | Create a left-sided pyramid in C, using # for bricks. |
01 | Mario-more | C | 100% | Create a double-sided pyramid in C, using # for bricks. |
01 | Cash | C | 100% | Implement a greedy algorithm to calculate coins change. |
01 | Credit | C | 100% | Create a program to validate credit cards. |
02 | Readability | C | 100% | Create a program to grade a text by the Coleman-Liau index test. |
02 | Caesar | C | 100% | Design and implement a program that encrypts messages using Caesar’s cipher. |
02 | Substitution | C | 100% | Design and implement a program that implements a substitution cipher. |
02 | Scrabble | C | 100% | Create a program that determines which of two Scrabble words is worth more. |
03 | Plurality | C | 100% | Create a program that runs a plurality election. |
03 | Runoff | C | 100% | Create a program that runs a runoff election. |
03 | Tideman | C | 72% | Create a program that runs a ranked preference election. |
03 | Sort | C | 100% | Identify the sorting methods. |
04 | Filter-less | C | 100% | Implement a program that applies filters to BMPs. |
04 | Filter-more | C | 100% | Implement a program that applies filters to BMPs. |
04 | Recover | C | 100% | Implement a program that recovers JPEGs from a forensic image. |
ID | Problem | Language | Solved |
---|---|---|---|
#001 | Multiples of 3 or 5 | C | 01 Apr 22 (16:44.04) |
#002 | Even Fibonacci numbers | C | 06 Dec 22 (19:09.48) |
#003 | Largest prime factor | C | 06 Dec 22 (19:52.24) |
#004 | Largest palindrome product | C | 12 Dec 22 (20:08.40) |
#005 | Smallest multiple | C | 12 Dec 22 (20:32.20) |
#006 | Sum square difference | C | 12 Dec 22 (21:33.53) |
#007 | 10001st prime | C | 13 Dec 22 (17:51.59) |
#008 | Largest product in a series | C | 13 Dec 22 (21:10.40) |
#009 | Special Pythagorean triplet | C | 14 Dec 22 (16:16.02) |
#010 | Summation of primes | C | 15 Dec 22 (15:31.40) |
#011 | Largest product in a grid | C | 02 Jan 23 (20:27.58) |
#012 | Highly divisible triangular number | C | 06 Jan 23 (15:12.54) |
#013 | Large sum | C | 19 Jan 23 (13:08.41) |
#014 | Longest Collatz sequence | C | 19 Jan 23 (16:00.26) |
#015 | Lattice paths | C | 24 Feb 23 (12:40.46) |
#016 | Power Digit Sum | C | 27 Oct 23 (17:43.27) |
#017 | Number Letter Counts | C | 30 Oct 23 (17:13.27) |