An open API service providing repository metadata for many open source software ecosystems.

Topic: "42madrid"

abello-r/fract-ol

The objective of this project is to create two different fractals using the equations of the julia and mandelbrot set

Language: C - Size: 7.6 MB - Last synced at: 13 days ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

krios-fu/push_swap

Este proyecto consiste en ordenar datos en una pila, con un conjunto limitado de instrucciones, utilizando el menor número posible de acciones.

Language: C - Size: 202 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

krios-fu/cub3D

Este proyecto está inspirado en el juego epónimo mundialmente conocido, considerado como el primer FPS.

Language: C - Size: 288 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

krios-fu/Piscine-42-madrid

Piscine noviembre 2019, 42 Madrid

Language: C - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

krios-fu/ft_services

El proyecto consiste en implementar una infraestructura con distintos servicios, cada uno con sus propias reglas. Para ello, utilizo Kubernetes Y Docker.

Language: Shell - Size: 3.4 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

abello-r/Ruby_piscine

A series of basic projects to get into the beginnings of ruby, html and css.

Language: HTML - Size: 6.78 MB - Last synced at: 13 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

d-r-e/tictactoe.github.io

Final project at the Discovery Piscine. This is a classic tic-tac-toe game with CSS animations and JavaScript. Play it using the link below.

Language: JavaScript - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

guillerpsanchez/42-Exercises

There are all of the project I have completed on the Bootcamp 42Madrid

Language: C - Size: 14.4 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

xplore93/ft_server

This project is intended to introduce you to the basics of system and network administration. It will allow you to install a complete web server, using a deployment technology named Docker.

Language: PHP - Size: 21.5 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

krios-fu/ft_server

Esta evaluación tiene como objetivo hacerle descubrir la administración de sistemas y concienciarle de la importancia que tiene el uso de scripts para la automatización de sus tareas. Para ello, vamos a hacerle descubrir la tecnología "Docker"para que pueda instalar un servidor web completo, capaz de hacer funcionar varios servicios como Wordpress, Phpmyadmin y una base de datos.

Language: PHP - Size: 38.1 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

d-r-e/get_next_line

Get_next_line function project for 42 Madrid School

Language: C - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

sdevsantiago/Libft

A general purpose function library in C.

Language: C - Size: 1.76 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

jhonnyMena/Get_Next_Line

The get_next_line project challenges students to implement a function that returns the next line from a file descriptor with each call. It involves reading with read(), managing dynamic buffers, and handling static variables, reinforcing memory control, string manipulation, and efficient I/O operations in C.

Size: 2.93 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

OliverKingz/Libft_OZ

[42-Cursus] My personal version of Libft, initially based on the curriculum's Libft project. Over time, it was expanded and modified it to suit my needs, breaking free from the original project's restrictions. It now includes additional functions, reorganized folders, and an improved Makefile for better usability and aesthetics.

Language: C - Size: 76.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

OliverKingz/42-Madrid-Cursus

Repository containing links to the various projects I am working on as a 42 student from Madrid

Size: 570 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

mxvements/ft_cpp09

stl

Language: C++ - Size: 77.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

RaulSoftDev/so_long

so_long project to make a game with miniLibX

Language: C - Size: 320 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

RaulSoftDev/push_swap

push_swap project for 42 Madrid with sorting algorithms.

Language: C - Size: 27.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

RaulSoftDev/get_next_line

get_next_line project for 42 Madrid

Language: C - Size: 2.93 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

OliverKingz/get_next_line

[42-Cursus] A function get_next_line that reads a line from a file descriptor. The function is designed to be called repeatedly to read a file line by line until the end.

Language: C - Size: 23.4 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

JorgeVB20007/JorgeVB20007

Progress in the 42 Cursus

Size: 64.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

RaulSoftDev/ft_printf

ft_printf project to recode original libc printf function.

Language: C - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

RaulSoftDev/libft

Libft library project for 42 Madrid

Language: C - Size: 14.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

RaulSoftDev/minitalk

42 Madrid Common Core project in which you have to code a small server-client data exchange program with UNIX signals.

Language: C - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

OliverKingz/so_long

[42-Cursus] A simple 2D game built with MLX42 where the player must collect all the items and reach the exit while navigating a custom map.

Language: C - Size: 69.9 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

nisp3ro/so_long

so_long is a simple 2D game built with MiniLibX, inspired by classic top-down adventure games. The goal is to collect all collectibles and reach the exit while avoiding enemies. The game uses a tile-based map system and supports .ber map files.

Language: C - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

cesardelarosa/pipex

Executes a series of commands connected by pipes, handling input/output redirections (including heredoc), and ensures robust error management and resource cleanup.

Language: C - Size: 144 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Crayfe/push_swap

Push_swap is an algorithm project developed in C that aims to sort a set of integers using stacks

Language: C - Size: 390 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

mxvements/ft_cpp05

Repetition and Exceptions

Language: C++ - Size: 58.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

cesardelarosa/push_swap_performance_tester

Graphical view of time and moves complexity for diferent number of elements to order

Language: Python - Size: 307 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

mxvements/ft_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.

Language: C - Size: 524 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

cesardelarosa/libft

My own library implementing functions from libc and managing linked lists.

Language: C - Size: 113 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Fernandomr23/FdF

This project consists of representing a landscape as a three-dimensional object in which all surfaces are outlined.

Language: C - Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

xDec0de/42libft

[42] My own very basic C library, including functions that will help later on with other projects.

Language: C - Size: 73.2 KB - Last synced at: 30 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

mxvements/ft_pipex

This project will let you discover in detail a UNIX mechanism that you already know by using it in your program.

Language: C - Size: 34.2 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

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

Language: C - Size: 38.1 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

mxvements/ft_libft

First own library. It will contain a lot of general functions future programs will rely upon.

Language: C - Size: 1.13 MB - Last synced at: 5 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

sanmorpa/sanmorpa

My profile

Size: 35.2 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

mxvements/ft_get_next_line

Reading a line from a fd is way too tedious.

Language: C - Size: 239 KB - Last synced at: 5 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

mxvements/ft_cpp00

Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuf

Language: C++ - Size: 14.6 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

stephrojo/m0_libft

42 School first project: libft is a custom C library offering essential functions for string manipulation, memory management, and utility operations.

Language: C - Size: 112 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

mxvements/ft_philo

I never thought philosophy would be so deadly. Learn the basis of threading a process.

Language: C - Size: 103 KB - Last synced at: 5 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

CERVIII/ft_printf

The printf project of 42 school

Language: C - Size: 1.2 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

CERVIII/Libft

The libft project of 42 school

Language: C - Size: 1.29 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

josmarqu/C-Library-Libft

C Library for optimizing and streamlining C development. This repository contains reimplementations of some of the libc library functions, as well as new functions. The main porpuse of using this library is to use as an aid when coding in C. This is the libft project and is part of the common core as studen of 42 https://www.42network.org/.

Language: C - Size: 149 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

danlerma/42_CPP

Introduction of C++

Language: C++ - Size: 129 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kuragna/libft

A static library in C

Language: C - Size: 35.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

saragar2/get_next_line

A way to read a line of a text you choose, each time you execute the program. Done for 42 School

Language: C - Size: 1.49 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

xDec0de/42CPP

A collection of all C++ projects from 42, consisting of 10 different modules.

Language: C++ - Size: 131 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cesardelarosa/Born2beroot

Documentation and configurations for a Debian setup within a virtual machine.

Language: Shell - Size: 11.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Dahuum/WeatherNow

ForecastFrenzy: Where ☀️ meets ☔️ and dances with 🌨️ for a wild weather adventure

Language: CSS - Size: 1.95 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

siemeris/42Born2Code

A continually updated collection of links to the different projects I will be undertaking as a student at 42Madrid.

Size: 33.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

paolosapio/LIBFT_42

LIBFT 42 Madrid Telefonica

Language: C - Size: 58.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mxvements/ft_fdf

Wireframe model. This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.

Language: C - Size: 398 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

angelpolotorres/libft

42's first project based on replicating a library with native C functions

Language: C - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mxvements/ft_push_swap

Because Swap_push isn’t as natural

Language: C - Size: 174 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mxvements/ft_born2beroot

ft_born2beroot - system administration related exercise

Language: Shell - Size: 68.4 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

siemeris/ft_printf

This project involves rewriting the well-known printf C function to gain a better understanding of variadic functions and enhance algorithmic methodology.

Language: C - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cesardelarosa/get_next_line

A function designed to read a file and retrieve its lines sequentially.

Language: C - Size: 439 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

karisti/42_ft_irc

Basic IRC server written in C++. 42 Madrid cursus project.

Language: C++ - Size: 159 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

siemeris/get_next_line

🔎📄 The goal of this project is to create the function get_next_line.c which, when called in a loop, will then allow the available text in the file descriptor to be read one line at a time until the end of the file

Language: C - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

kuragna/philosophers

Implementation of dining philosophers problem.

Language: C - Size: 67.4 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

danlerma/42_Cub3D

Language: C - Size: 1.01 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

angelpolotorres/get_next_line

42's project based on creating a program to read lines from a text file.

Language: C - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

angelpolotorres/printf

42's project based on replicating the native C function printf

Language: C - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Jkutkut/42Madrid-get_next_line

Language: C - Size: 1.24 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

abeph00/GNL

A program that reads a line.

Language: C - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleexgheorghe/42-Libft

⚡️📚 The 42-Libft library is a collection of basic functions in the C programming language.

Language: C - Size: 78.1 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

luciamunozdev/C-Piscine42

Repository for all the work I do at the C-Piscine of 42Madrid Fundación Telefónica

Language: C - Size: 51.8 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

karisti/42_ft_server

Introduction to docker without docker-compose and public docker images. 42 Madrid cursus project.

Language: PHP - Size: 11.4 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

karisti/42_inception

Small infrastructure composed of three different services (Nginx, Wordpress, php-fpm, MariaDB) with docker-compose. 42 Madrid cursus project.

Language: Dockerfile - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

danlerma/42_So_long

Language: C - Size: 252 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

raqelcb/42Cursus

Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

fenshan/42-cursus

My solutions to 42madrid cursus projects (3 nov - present)

Language: C - Size: 13.8 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

some42/libft

The main 42School functions library

Language: C - Size: 1.32 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

dgallop/42-push_swap

Project made for 42madrid

Language: C - Size: 34.2 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

dgallop/42Cursus

All my 42cursus projects

Size: 14.2 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

danlerma/42_Discovery_Piscine

Discovery Piscine of HTML, CSS and JavaScript

Language: HTML - Size: 4.14 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

dabel-co/libft

My very first own library

Language: C - Size: 121 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

parismart/ft_server

This statement is intended to introduce you to basic system and network administration. It will allow you to install a complete web server, thanks to a deployment technology called Docker.

Language: PHP - Size: 24.2 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

parismart/libasm

The goal of this project is to become familiar with assembly language.

Language: C - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

parismart/get_next_line

Whether it's a file, standard input, or even a network connection later on, you're always going to need to read content line by line. That is why the time has come to jump into this function, which will be indispensable for some of your future projects.

Language: C - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

parismart/libft

As a student of 42, this first project has allowed him to consolidate what he acquired during the swimming pool. You will be reprogramming some functions from the standard C library, as well as other useful functions that you will reuse throughout your training.

Language: C - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

some42/CPP_Module_00

Module 00 of the C++ 42School Piscine

Language: C++ - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

some42/get_next_line

Read a file line by line the 42 way.

Language: C - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

some42/ft_printf

Mini C printf()

Language: C - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

some42/born2beroot

Language: Shell - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

dgallop/42-Born2beroot

Project made for 42madrid

Language: Shell - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

dgallop/42-get_next_line

Project made for 42madrid

Language: C - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

dgallop/42-printf

Project made for 42madrid

Language: C - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

some42/push_swap

Order any set of numbers the best way possible

Language: C - Size: 109 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

d-r-e/snow-crash

Language: Assembly - Size: 223 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

some42/so_long

A 2D game written purely in C

Language: C - Size: 67.4 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

some42/pipex

Pipe commands in C

Language: C - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

agaliste/42-Cursus 📦

Repository for all the work I do at the 42-Cursus of 42Madrid Fundación Telefónica

Language: C - Size: 3.86 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

MiguelTolino/get_next_line

Reading a line on a fd is way too tedious

Language: C - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

guillermovahi/42-C-Piscine

Aquí colgaré todos mis avances en la piscina

Language: C - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

abello-r/abello-r.github.io

Language: JavaScript - Size: 3.76 MB - Last synced at: 13 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

krios-fu/Philosophers

El objetivo de este proyecto es aprender los principios del threading a un proceso.

Language: C - Size: 44.9 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

krios-fu/FdF

Este proyecto consiste en crear una representación tridimensional de un paisaje con relieve.

Language: C - Size: 796 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0