42network
There are 104 repositories under 42network topic.
clementvidon/Makefile_tutor
This project aims to create a crystal clear tutorial on a cryptic looking topic.
achrafelkhnissi/1337
This repository contains a collection of 42School cursus projects in addition to the pool/piscine days (with a detailed step by step explanation). Enjoy!
48d31kh413k/1337-Cursus-42
My projects of 42Network at 1337 Benguerir.
whoismtrx/42_ExamRanks
42 ExamRank02-03-04-05-06 subjects and solutions.
clementvidon/Multipipe_tutor
C multi-pipe implementation, dissection and explanation.
eryilmaz1337/42_tools
42 okulunda disk dolma problemlerine çözüm üreten araç.
ayoubedd/42lab
A docker image contains tools for developing and debuging your 42 projects.
lpieri/scripts_42
Set of functions to change your preferences on Macos.
ahlyel-amine/Github-Actions-for-c-based-42Projects
This topic automates code checks and compilation for 42 Network C-based projects. It ensures your code meets Norminette standards and compiles it with strict flags, all triggered by pushes or pull requests. Perfect for maintaining high code quality and consistency across your projects.
AzerSD/ksort-push_swap
push_swap is a sorting algorithm based on sorting two stacks with the least amount of moves.
YOPll/1337Badge_BOT
This discord bot preview 42Network student and poolers progress in a form of a badge.
NajmiAchraf/1337_Piscine
Piscine de 1337 Ben Guerir - Juillet 2021
Madani00/1337-days
PISCINE 2024 from 1337 Benguerir. this repository features a variety of projects from the 42School curriculum, including detailed guides for the pool/piscine days. Dive in and enjoy!
mohamedLazyBob/corewar
Corewar is an algorithmic project/game in the curriculum of 1337 (42 Network). The purpose of it is to recode the programming game “Core War”, in which battle programs compete for the control of a virtual computer.
YOPll/42intra_Pic
This discord bot preview user 42intra login picture.
Ajjig/SO_LONG
So_Long project is a 2D game builded with minilibx (AKA the most retarded library) that can read/parse any given map.
amaitou/push_swap
Conquer the array sorting puzzle with our project. Navigate the task using a limited set of instructions, sparking creativity in devising efficient sorting strategies for an array of integers. This endeavor offers a unique twist on traditional sorting algorithms, emphasizing concise and effective instruction sets.
amaitou/Born2beRoot
Explore virtualization by setting up a Linux server. Learn to optimize resources and manage scalability in real-world scenarios, gaining essential skills for today's IT landscape.
amaitou/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. The goal be to make a dynamic view inside a maze.
amaitou/Minishell
Explore shell programming with our Minishell project – a lightweight, interactive command-line shell built entirely in C. Experience a hands-on journey in creating a basic yet functional shell, delving into process handling, command execution, and user input parsing. Engage with the fundamentals of shell implementation in this educational endeavor.
clementvidon/exams_42
Training method for 42 exams.
f-corvaro/PUSH_SWAP
"Algorithm that sorts data using two stacks."
JaeSeoKim/minishell
a simple shell - minishell-@42seoul (jaeskim, yjung)
jdomingu98/cpp-makefile-template
A Makefile that creates a basic h++ and c++ structure
kaseypsbrice/42-Cursus
Projects from the 42 Cursus. 21 February 2022 - 13 March 2024.
amaitou/ft_printf
Recreating the essence of the printf function, this project offers a faithful reproduction of its behavior in the C programming language. Delve into the intricacies of string formatting, variable arguments, and the core mechanisms that make printf a versatile tool.
amaitou/get_next_line
Explore efficient line-by-line reading with My C project designed to handle file descriptors. This program adeptly processes input, reading each line sequentially from the specified file descriptor.
amaitou/Inception
This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.
amaitou/Minitalk
Efficiently exchange small data in C with a UNIX signal-based program. This concise project leverages UNIX signals for streamlined communication, providing a simple and effective solution for data exchange in a lightweight environment. Explore the power of signals in this compact program designed for seamless small-scale data transfer.
amaitou/NetPractice
This collection features a series of engaging exercises crafted to enhance your understanding of networking concepts. From configuring routers to troubleshooting connections, each exercise provides real-world scenarios for you to tackle.
amaitou/Philosophers
Explore concurrent programming with this classic implementation of the dining philosophers problem. Philosophers navigate a dining table, juggling between thinking and eating, showcasing synchronization challenges and resource allocation in a shared environment.
amaitou/so_long
Create a vibrant 2D game using Minilibx in C. Minilibx's simplicity streamlines graphics programming, offering a focused platform for dynamic game development. Unleash creativity with pixels, windows, and user interactions, mastering 2D game design effortlessly.
f-corvaro/PIPEX
"Unleash the power of Unix pipelines and redirections with PIPEX - your gateway to system programming."
KMKINGMAN/minitalk
Minitalk is a communication program in the form of a client and server this project form 42 Network
zakarm/libft_42
Libft is a C library that contains a collection of useful functions commonly used in programming. In this project, I have re-implemented a set of functions from the libc with the 'ft_' prefix, including string manipulation functions, memory allocation functions, and more.