GitHub / pgomez-a 8 Repositories
On the way to AI
pgomez-a/event_searcher
Language: Python - Size: 3.67 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pgomez-a/libft
The main objective of this project is to develop a C library with some of the most common functions, so that you will be able to use them in future projects.
Language: C - Size: 81.1 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

pgomez-a/ft_irc
The goal of this project is to make you write your own IRC server. To do so, you will test your work with a real IRC client.
Language: C++ - Size: 945 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

pgomez-a/multilayer-perceptron
This project is an introduction to artificial neural networks, with the implementation of a multilayer perceptron.
Language: Python - Size: 180 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

pgomez-a/dslr
In this project DataScience x Logistic Regression, you will continue your exploration of Machine Learning by discovering different tools.
Language: Python - Size: 341 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

pgomez-a/ft_multiple_regression
Discover hidden patterns within your numerical databases. Use Machine Learning to estimate costs, profits, potential opportunities, and anything else you can imagine.
Language: Python - Size: 134 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/philosophers
In this project, you will learn the basics of threading a process. You will learn how to make threads. You will discover the mutex.
Language: C - Size: 84 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/inception
Introduction to system administration with Docker, by creating our own virtualized Docker images.
Language: Dockerfile - Size: 65.4 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/born2beroot
With this project we will get involved in the world of virtualization.
Size: 48.8 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

pgomez-a/libasm
We will get acquainted with assembly language and learn how a CPU works.
Language: Assembly - Size: 65.4 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/push_swap
This project will make us sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed we will have to manipulate various types of algorithms and choose the one (of many) most appropriate solution for an optimized data sorting.
Language: C - Size: 94.7 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/cub3D
This project will allow us to explore the ray-casting technique. Our goal is to establish a dynamic view inside a maze, where we will have to find the exit.
Language: C - Size: 230 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

pgomez-a/ft_server
This project will put us fully into the world of web servers. Once we have seen how the network works , we take another step to learn how to set up our own server from any device thanks to Docker.
Language: Dockerfile - Size: 166 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/netwhat
This project is an introduction to network problematics.
Size: 157 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/ft_printf
The definition of this project is simple: replicate the workings of the famous printf function.
Language: C - Size: 104 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

pgomez-a/get_next_line
Thanks to get_next_line we will be able to read an open file line by line whose file descriptor is supplied as an argument.
Language: C - Size: 44.9 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/algorithms
Introduction Guide to Algorithms
Language: C - Size: 94.7 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/ft_linear_regression
Program that predicts the price of a car by using a linear function train with a gradient descent algorithm.
Language: Python - Size: 65.4 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/42_ML_Piscine
This project is a Python programming and Machine Learning bootcamp created by 42 AI.
Language: Python - Size: 42 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/42_Python_Piscine
This project is a Python programming and Machine Learning bootcamp created by 42 AI.
Language: Python - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/42_C_Piscine
These are the projects that I had to face during my 42 Piscine in Madrid.
Language: C - Size: 41 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/stockholm
Develop a small ransomware program capable of affecting only a small part of your files.
Language: Python - Size: 1.17 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/ft_otp
Implement a TOTP system, which will be capable of generating ephemeral passwords from a master key.
Language: Python - Size: 18.6 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/ft_onion
Unleash the power of anonymity on the Internet.
Language: Dockerfile - Size: 41 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

pgomez-a/ft_containers
The multiple available containers in C++ all have a very different usage. To make sure you understand them all, let's re-implement them!
Language: C++ - Size: 99.6 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

pgomez-a/pgomez-a
Size: 71.3 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/42_CPP_Piscine
Let's get into the amazing world of Object Oriented Programming !! Learn about: namespaces, references, polymorphism, templates and much more with this Piscine C ++
Language: C++ - Size: 209 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

pgomez-a/minishell
The main purpose of this project is to create a shell, like bash or zsh. Let's learn more about file descriptors and processes.
Language: C - Size: 239 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

pgomez-a/ianotes_git
Repositorio sobre el que se trabaja en el curso de Git de la página IA Notes para dar una mejor explicación de los comandos tratados.
Language: C - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0
