Pinned Repositories
astro-tutorial
En este tutorial, aprenderás los conceptos fundamentales de Astro creando un blog totalmente funcional, desde cero hasta el lanzamiento completo.
CPP
This repo contains the exercises of CPP Modules from 42.
cub3D
My first RayCaster with miniLibX
FdF
This project consists of representing a landscape as a three-dimensional object in which all surfaces are outlined.
fernandomr23
Mi repositorio personal
ft_printf
El objetivo de este proyecto es bastante sencillo. Deberás reprogramar printf(). Aprenderás, principalmente, a utilizar un número variable de argumentos
Get_next_line
El objetivo de este proyecto es simple: programar una función que devuelva una línea leída de un file descriptor.
KSchool-menu
Prueba técnica Wordpress Developer
minishell
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors
push_swap
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 and choose the one (of many) most appropriate solution for an optimized data sorting.
Fernandomr23's Repositories
Fernandomr23/astro-tutorial
En este tutorial, aprenderás los conceptos fundamentales de Astro creando un blog totalmente funcional, desde cero hasta el lanzamiento completo.
Fernandomr23/CPP
This repo contains the exercises of CPP Modules from 42.
Fernandomr23/cub3D
My first RayCaster with miniLibX
Fernandomr23/FdF
This project consists of representing a landscape as a three-dimensional object in which all surfaces are outlined.
Fernandomr23/fernandomr23
Mi repositorio personal
Fernandomr23/ft_printf
El objetivo de este proyecto es bastante sencillo. Deberás reprogramar printf(). Aprenderás, principalmente, a utilizar un número variable de argumentos
Fernandomr23/Get_next_line
El objetivo de este proyecto es simple: programar una función que devuelva una línea leída de un file descriptor.
Fernandomr23/KSchool-menu
Prueba técnica Wordpress Developer
Fernandomr23/libft
Este proyecto consiste en programar una librería en C. Tu librería tendrá un montón de funciones de propósito general en las que se apoyarán tus programas.
Fernandomr23/minishell
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors
Fernandomr23/push_swap
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 and choose the one (of many) most appropriate solution for an optimized data sorting.