42 Cursus

Some highlights of my journey through the 42 Madrid cursus.

42Madrid-Cursus

This repository lists my work at 42 Cursus. All the side projects related with 42 born2code are also listed here.

  • Cursus projects
  • 42 API integration projects
  • 42 Tester projects

42Madrid-Molewakamole

Application written in Python3 with a simple terminal to obtain data from the 42Network API.

  • Analysis tools to extract details not directly available in the 42 API
  • Graphic library used to print graphs on the terminal
  • cli interface to interact easily with the API
  • Simple setup to authorize to the 42 API

MoleWakaMoleWeb

A web version of the moleWakaMole. This tool enables to fetch information from the 42 API and display it directly in a web browser. The information is also analyzed, allowing to display extra information not directly available in the 42 API.

  • Web interface to interact with the 42 API
  • Analysis tools to extract details not directly available in the 42 API
  • Simple setup to authorize to the 42 API
  • UI emulating cli interface with autocompletion

42Madrid-Pipex

The pipex project is a program that simulates the functionality of the shell pipeline by redirecting the output of one command as the input of another command. The project is part of the curriculum at 42 School.

42Madrid-push_swap

The push_swap project is a sorting algorithm implementation project at 42School. In this project, we will be sorting numbers on a stack, with a limited set of instructions, using the lowest possible number of actions. We will learn how to optimize an algorithm and how to choose the right data structure(s) for a problem.