Coder Social home page Coder Social logo

Hi there 👋

I'm Humberto, a student at 42 São Paulo.

🎓 Education

  • 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

🖥 External Education

👨‍💻 Technical Programs

  • IT Engineering Intern at Itaú Unibanco - 2024
  • Software Engineer at Labs by 42 São Paulo - 2023
  • UX Designer at KPMG Brasil - 2019

🚀 42 School Projects

Phase Project Language Grade Start End Description Medal
1 libft C 125% 04/04/2022 02/05/2022 Create a library of basci functions. Libft
1 get_next_line C 100% 02/05/2022 16/05/2022 Read a single line from a fd. GNL
1 ft_printf C 100% 16/05/2022 30/05/2022 Recreates the printf function. ft_printf
1 born2beroot Shell, CLI 100% 31/05/2022 25/06/2022 Create a virtual machine. Born2beRoot
1 fdf C 125% 27/06/2022 14/08/2022 Create a program to represent a landscape as a 3D object as a wireframe. FDF
1 minitalk C 115% 15/08/2022 03/09/2022 Create a small data exchange program using UNIX signals. minitalk
2 push_swap C 86% 07/09/2022 13/10/2022 Sort a list o random numbers in the least amount of moves possible. push_swap
2 minishell C 101% 17/10/2022 23/01/2023 In a group, create a miniature shell program. minishell
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. philosophers
2 netpractice TCP/IP 100% 12/02/2023 28/02/2023 Resolve network errors in a small-scale network training environment. netpractice
2 cub3D C 101% 06/03/2023 02/04/2023 Create a 3D game using raycaster. cub3d
3 CPP C++ 96.5% 02/04/2023 04/08/2023 A collection of small 42 school projects about C++. CPP
3 inception Dockerfile 100% 06/08/2023 10/10/2023 Create a small docker network with separate containers for NginX, Wordpress and MariaDB. Inception
3 webserv C++ 100% 16/10/2023 20/01/2024 Create your own HTTP server. Webserv
3 ft_transcendence Python 110% 24/01/2024 28/06/2024 Create pong game website. Webserv

🏫 Harvard - CS50

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.

🧮 Project Euler

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)

harndt | Humberto Arndt's Projects

42-basecamp icon 42-basecamp

Repository with all exercises I did in the 42SP basecamp/22.

42-reloaded icon 42-reloaded

Repository with all projects done at the warmup before the first project at 42SP

fdf icon fdf

Repository with my first graphic project in 42SP course.

fractal icon fractal

Discover 2D programming and the psychedelic universe of fractals in this project, using minilibX.

ft_printf icon ft_printf

Repository with the function ft_printf(), from 42SP course.

get_next_line icon get_next_line

Repository with my second 42's project about programming a function that return a line read from a file descriptor.

labs-v4 icon labs-v4

Desafio da 4º edição do Labs 42SP: Desenvolver duas aplicações que usem algoritmo de Huffman para comprimir/descomprimir dados e façam uso de memória compartilhada.

libft icon libft

Repository with the content for the first project in the 42SP cursus

piscine_cpp icon piscine_cpp

This project is all about learning Object-Oriented Programming in C++.

python-snipets icon python-snipets

Repository to study some coding in Python, its libs and frameworks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.