-
42 Barcelona
- Barcelona
- https://profile.intra.42.fr/users/jesuserr
- in/jesus-serrano-gutierrez
Highlights
- Pro
-
42Cursus_Outer_Core Public
List of projects developed during Outer Core (Jul 22, 2024 - )
UpdatedMar 28, 2025 -
42Cursus_snow_crash Public
This project is an introduction to computer security. Snow Crash will make you discover security in various sub-domains, with a developer-oriented approach. You will become familiar with several la…
UpdatedMar 28, 2025 -
42Cursus_ft_ssl_rsa Public
Summary: This project is a continuation of the previous encryption project. You will recode part of the OpenSSL program, specifically GENRSA, RSA, and RSAUTL
C UpdatedMar 28, 2025 -
42Cursus_ft_ssl_des Public
Summary: This project is a continuation of the previous encryption project. You will recode part of the OpenSSL program, specifically BASE64, DES-ECB and DES-CBC.
C UpdatedMar 28, 2025 -
42Cursus_ft_ssl_md5 Public
Summary: This project is the gateway to the encryption branch. You will recode part of the OpenSSL program, specifically the MD5 and SHA-256 hashing algorithms.
C UpdatedMar 28, 2025 -
42Cursus_ft_traceroute 10000 Public
Summary: This project will make you recode the traceroute command.
C UpdatedMar 28, 2025 -
42Cursus_ft_ping Public
Summary: This project is about recoding the ping command.
C UpdatedMar 28, 2025 -
42Cursus_darkly Public
Summary: This project is an introduction to cyber security in the field of the Web
Shell UpdatedMar 28, 2025 -
42Cursus_malloc Public
This project is about implementing a dynamic memory allocation mechanism.
C UpdatedMar 28, 2025 -
In this project, you will implement your first machine learning algorithm.
Python UpdatedMar 28, 2025 -
42Cursus_libasm Public
The aim of this project is to get familiar with assembly language.
C UpdatedMar 28, 2025 -
42Cursus Public
List of projects developed during Common Core (Jan 10, 2023 - Jul 22, 2024)
UpdatedMar 28, 2025 -
42Cursus_ft_transcendence Public
This project is about doing something you’ve never done before. Remind yourself the beginning of your journey in computer science. Look at you now. Time to shine!
JavaScript UpdatedMar 28, 2025 -
42Cursus_cub3D Public
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…
C UpdatedMar 28, 2025 -
42Cursus_minishell Public
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
-
-
42Cursus_computorv1 Public
This project is the first in a series that aims to make you rekindle with maths. They will be quite useful - not to say essential - for numerous projects to come.
Python UpdatedAug 29, 2024 -
42Cursus_ft_irc Public
This project is about creating your own IRC server. You will use an actual IRC client to connect to your server and test it. Internet is ruled by solid standards protocols that allow connected comp…
C++ UpdatedJul 25, 2024 -
42Cursus_cpp_modules Public
Set of 10 modules to learn the basics of C++ and object oriented programming
C++ UpdatedJul 25, 2024 -
42Cursus_inception Public
This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.
Dockerfile UpdatedJul 25, 2024 -
42evaluators Public
Forked from demostanis/42evaluators42evaluators rewrite in Go
JavaScript GNU General Public License v3.0 UpdatedApr 30, 2024 -
-
42Cursus_fdf Public
This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines. FDF is short for ’fil de fer’ in French which means ’wireframe model’.
C UpdatedDec 8, 2023 -
Sudoku_solver Public
Sudoku solver using backtracking for any 9x9 sudoku out there
C UpdatedOct 1, 2023 -
42Cursus_philosophers Public
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.
-
42Cursus_push_swap Public
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 an…
C UpdatedSep 10, 2023 -
42Cursus_minitalk Public
The purpose of this project is to code a small data exchange program using UNIX signals.
C UpdatedJun 22, 2023 -
42Cursus_get_next_line Public
This project is about programming a function that returns a line read from a file descriptor.
C UpdatedJun 20, 2023 -
42Cursus_ft_printf Public
The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments.
C UpdatedJun 20, 2023 -
42Cursus_libft Public
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
C UpdatedApr 9, 2023