An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by leogaudin

A curated list of projects in awesome lists by leogaudin .

https://github.com/leogaudin/fract-ol

42 • A guide for creating a small fractal exploration program. It is the time to discover or use the mathematical notion of complex numbers, to take a peek at the concept of optimization in computer graphics and practice event handling.

42 c complex-numbers fract-ol fractals imaginary-numbers mathematics

Last synced: 25 Apr 2025

https://github.com/leogaudin/minitalk

42 • A guide for minitalk, a client-server communication system implemented in C using UNIX signals.

42 c minitalk signal-processing unix

Last synced: 25 Apr 2025

https://github.com/leogaudin/libasm

A guide for libasm, a project to get familiar with Assembly language.

42 assembly libasm x86-64

Last synced: 15 Apr 2025

https://github.com/leogaudin/ft_transcendence

This project is something you've never done before. Think back to the beginning of your programming journey. Look at yourself, now is your time to shine!

2fa 42 42cursus 42school django docker oauth2 pong pong-game postgresql transcendence

Last synced: 30 Jan 2025

https://github.com/leogaudin/42_project_badges

A collection of WebP project badges for 42 students.

42 42born2code 42cursus 42malaga 42projects 42school

Last synced: 25 Feb 2025

https://github.com/leogaudin/leogaudin

Last synced: 25 Feb 2025

https://github.com/leogaudin/push_swap

42 • This project's challenge is to 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 and choose the most appropriate solution (out of many) for an optimized data sorting.

42 42born2code 42cursus 42projects 42school push-swap push-swap42

Last synced: 25 Feb 2025

https://github.com/leogaudin/libft

42 • Write your own library: a collection of functions that will be a useful tool for your cursus.

42 42cursus 42malaga c libft

Last synced: 25 Feb 2025

https://github.com/leogaudin/dslr

42 • A guide to implement a linear classification model: logistic regression.

42 classifier-training data-science dslr gradient-descent logistic-regression python

Last synced: 08 Apr 2025

https://github.com/leogaudin/ready_set_boole

42 • An introduction guide to Boolean Algebra, to discover the way computers work mathematically.

42 binary boolean-algebra logic ready-set-boole rust set-theory

Last synced: 25 Feb 2025

https://github.com/leogaudin/multilayer-perceptron

42 · An introduction guide to artificial neural networks, with the implementation of a multilayer perceptron.

42 backpropagation calculus gradient-descent machine-learning multilayer-perceptron

Last synced: 22 Feb 2025

https://github.com/leogaudin/cpp_modules

42 • The goal of these modules is to introduce you to Object-Oriented Programming.

cpp cpp98 oop polymorphism

Last synced: 13 Mar 2025

https://github.com/leogaudin/matrix

42 • An introduction guide to Linear Algebra.

42 linear-algebra matrices rust vectors

Last synced: 02 Apr 2025

https://github.com/leogaudin/project-1

Last synced: 25 Feb 2025

https://github.com/leogaudin/track-and-trace

Repository of the track-and-trace project for the World Bank's "Read@Home" program.

Last synced: 25 Feb 2025

https://github.com/leogaudin/minishell

42 • This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.

42 42born2code 42cursus 42projects 42school 42sh minishell minishell42 shell

Last synced: 25 Feb 2025

https://github.com/leogaudin/get_next_line

42 • Write a function that returns a line read from a file descriptor.

42 42born2code 42cursus 42projects 42school get-next-line get-next-line-42

Last synced: 25 Feb 2025

https://github.com/leogaudin/42-piscine-du-cuistot

Le cuistot est généreux, le cuistot est bon.

42 42born2code 42malaga 42school piscine piscine42

Last synced: 25 Feb 2025

https://github.com/leogaudin/inception

42 • One container is not enough, we need to go deeper.

docker docker-compose inception mariadb nginx wordpress

Last synced: 25 Feb 2025

https://github.com/leogaudin/webserv

42 • The goal of the project is to build a C++98 compatible HTTP web server from scratch.

http http-server io-multiplexing socket-programming webserv webserver

Last synced: 25 Feb 2025

https://github.com/leogaudin/cub3d

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 which you’ll have to find your way.

42 42born2code 42cursus 42malaga 42projects 42school cub3d minilibx

Last synced: 25 Feb 2025

https://github.com/leogaudin/philosophers

42 • In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

forking mutexes philosophers philosophers-42 philosophers-dinner-problem philosophers42 semaphore threading

Last synced: 25 Feb 2025

https://github.com/leogaudin/ft_printf

42 • A library that contains ft_printf(), a function that mimics the original printf() function.

42 42cursus ft-printf printf printf-42

Last synced: 25 Feb 2025

https://github.com/leogaudin/tnt-sierraleone

Sierra Leonean fork of the Track-and-Trace project for the World Bank's "Read@Home" program.

Last synced: 22 Feb 2025

https://github.com/leogaudin/resume

LaTeX resume, to be compiled using texlive.

Last synced: 06 Mar 2025

https://github.com/leogaudin/learn2slither

42 · An introduction guide to reinforcement learning, teaching a snake how to behave in an environment through trial and error.

42 python q-learning reinforcement-learning snake-game

Last synced: 22 Feb 2025

https://github.com/leogaudin/multilayer_perceptron

42 · An introduction guide to artificial neural networks, with the implementation of a multilayer perceptrons.

42 backpropagation calculus gradient-descent machine-learning multilayer-perceptron

Last synced: 16 Jan 2025

https://github.com/leogaudin/tnt-mauritanie

Mauritanian fork of the Track-and-Trace project for the World Bank's "Read@Home" program.

Last synced: 08 Apr 2025

https://github.com/leogaudin/tnt-senegal

Senegalese fork of the Track-and-Trace project for the World Bank's "Read@Home" program.

Last synced: 08 Apr 2025

https://github.com/leogaudin/tnt

Repository of the Track-and-Trace project for the World Bank's "Read@Home" program.

Last synced: 25 Feb 2025

https://github.com/leogaudin/ft_linear_regression

42 • A guide for creating a program that predicts the price of a car by using a linear function train with a gradient descent algorithm.

42 gradient-descent linear-regression machine-learning python

Last synced: 25 Feb 2025

https://github.com/leogaudin/tnt-rwanda

Rwandan fork of the Track-and-Trace project for the World Bank's "Read@Home" program.

Last synced: 25 Feb 2025