Skip to content
View passionroro's full-sized avatar

Block or report passionroro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
passionroro/README.md

Welcome !

About me

Nice to meet you ! I am a young and cheerful person that studied computer science at 42 school

I find programming a bit like doing little puzzles all day long (and I love it) !

Projects

I've made a little site to help you visualize my projects, i hope it's still up ! Check it out here

School projects

I learned programming by project. There are about 20 projects, but these are the most important to me :

ft_malcolm : creating a man-in-the-middle attack

transcendence : creating a single page application to play pong !

webserv : creating a C++ 98 web server

minishell : creating our own shell in C (the hardest in my opinion)

push_swap : discovering the wonders of sorting algorithms

Personal projects

fullstack website - made a complete website for an association ! frontend/backend/database, everything !

In progress

cybersecurity : currently learning cybersecurity. damn I love it. follow my progress on my website!!!

art project : creating a turing complete programming language in tricot. Yes, tricot. Please ask me about this I can talk about this project for hours !!

ft_matcha : fullstack project. creating a dating app !

art project 2 : playing music / creating visuals with code. lovely.

fftconvolve.cpp : implementing a Fast Fourier Algorithm for Machine Learning (because why not) (I will probably never finish it tho)

Other

Creating a website for our student association. Still up here or here!

gif made by Ruppert Tellac

Tech Stack

C++ C Python TensorFlow NumPy JavaScript TypeScript VueJS Angular

GitHub Stats

Pinned Loading

  1. 42cursus-webserv 42cursus-webserv Public

    This project is about writing your ow HTTP server. You will be able to test it with an actual browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, eve…

    C++ 2 1

  2. fftconvolve.cpp fftconvolve.cpp Public

    This project implements the fftconvolve function in C++ using the fast Fourier transform (FFT) algorithm :)

    C++ 1

  3. 42cursus-minishell 42cursus-minishell Public

    Create your own shell. In C.

    C 2