42commoncore
There are 51 repositories under 42commoncore topic.
DevAwizard/Exams_school
Guides, concepts, and tips to help you succeed in 42 School exams. No solutions, just structured resources to improve your problem-solving and coding skills.
f-corvaro/42.common_core
A showcase of my coding journey.
DevAwizard/Printf_by_anwu-yan
Developed a custom printf function in C, mastering variadic functions, format specifiers, and diverse data type handling for tailored output control.
DevAwizard/So_Long_By_anwu-yan
So_long is a 2D game where players collect items and avoid obstacles to reach the exit.
gemartin99/Minishell
The objective of this project is create a simple shell in C with redirections, pipes, environment variables and builtins
pin3dev/42_Inception
Docker-based system architecture project focused on containerization and orchestration. Implements a multi-container setup using Docker and Docker Compose, ideal for understanding virtualization, networking, and service management in a scalable environment.
OsemaFadhel/42-Cursus
All my projects of 42Network at 42 Roma.
Fartomy/42-Common-Core
:mortar_board: 42 Common Core Projects
f321x/webserv-42-core
Implementation of a HTTP1.1 and nginx config compatible webserver in C++ 17. 42 core curriculum project.
jdomingu98/ft_transcendence
A website where users can play on PVP Pong games and tournaments. Final project of the 42school roadmap
MarkosComK/42-Printf
This project implements a custom function, ft_printf, that mimics the behavior of the standard C library function printf. ft_printf takes a format string and optional arguments, formats the output based on specifiers within the format string, and prints the result.
amauricoder/42_Cub3D
Repository for the Cub3d project for 42 Porto.
cdomet-d/minishell
A simple reproduction of Bash, implementing pipelines, redirection and expand.
dspilleb/Push_swap
This project makes you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.
f-corvaro/PIPEX
"Unleash the power of Unix pipelines and redirections with PIPEX - your gateway to system programming."
josevazf/42-Born2BeRoot
Introduction to System Administration using virtual machine tools to create a healthy and secure workspace
josevazf/42-ft_printf
Recoding of the standard printf() function
Kosstraz/ft_irc
A 42 network-C++ project
cdomet-d/push-swap
An introduction to time/space complexity
cdomet-d/so_long
A small 2D grid-based game in pixel art.
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/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.
issa-12/Push_Swap
Sort random numbers from lowest to highest with the smallest number of moves.
itislu/42-CPP_Modules
My beginnings with C++ - 12th project in the 42 Common Core Curriculum.
itislu/42-Philosophers
Highly load balanced solution for the Dining Philosophers Problem. 9th project in the 42 Common Core Curriculum
jesuserr/42Cursus
List of projects developed during Common Core (Jan 10, 2023 - Jul 22, 2024)
Kosstraz/Cub3d
A 42 graphic project (with COOP) in group of 2
lai-jia-jing/ft_printf
Recreate the printf function in C, focusing on format specifiers, output formatting, and variadic functions to gain a deeper understanding of string formatting and managing multiple arguments.
Mohaben-1/42-ft_printf_1337
ft_printf is a core project in the 1337 curriculum (part of the 42 Network) that requires reimplementing the standard printf function. This project deepens understanding of variadic functions.
Mohaben-1/42-get_next_line_1337
Get Next Line is a foundational project at 1337 (part of the 42 Network). It challenges students to implement a function that reads and returns a line from a file descriptor.
Mohaben-1/42-libft_1337
This 42project aims to code a C library regrouping usual functions that we’ll be allowed to use in all our other 42 projects.
Mohaben-1/42-push_swap_1337
The Push_Swap project at 42 School challenges you to sort a stack of integers using a limited set of operations on two stacks. The goal is to minimize the number of operations while adhering to strict coding standards.
NaBuchholz/ft_commoncore
intended to my 42 common core curriculum codes
omrfrkzu/42-common-core
Ortak Çekirdek'te 42 Kocaeli'de yaptığım projelerim ve sınavlarım hakkında detaylı bilgi.
pin3dev/42_Cursus
An overview of my progress through the 42 Common Core curriculum. It features a table linking to all my completed projects, highlighting the skills gained and milestones achieved throughout the program.