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.

    Language:Makefile61511129
  • 1337

    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!

    Language:C2075230
  • 48d31kh413k/1337-Cursus-42

    My projects of 42Network at 1337 Benguerir.

  • whoismtrx/42_ExamRanks

    42 ExamRank02-03-04-05-06 subjects and solutions.

    Language:C++39100
  • clementvidon/Multipipe_tutor

    C multi-pipe implementation, dissection and explanation.

    Language:C28100
  • eryilmaz1337/42_tools

    42 okulunda disk dolma problemlerine çözüm üreten araç.

    Language:Shell24102
  • ayoubedd/42lab

    A docker image contains tools for developing and debuging your 42 projects.

    Language:Dockerfile22111
  • lpieri/scripts_42

    Set of functions to change your preferences on Macos.

    Language:Shell19402
  • 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.

    Language:C15000
  • AzerSD/ksort-push_swap

    push_swap is a sorting algorithm based on sorting two stacks with the least amount of moves.

    Language:C11100
  • YOPll/1337Badge_BOT

    This discord bot preview 42Network student and poolers progress in a form of a badge.

    Language:Python10101
  • NajmiAchraf/1337_Piscine

    Piscine de 1337 Ben Guerir - Juillet 2021

    Language:C9111
  • 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!

    Language:C8300
  • corewar

    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.

    Language:C7130
  • YOPll/42intra_Pic

    This discord bot preview user 42intra login picture.

    Language:Python7101
  • SO_LONG

    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.

    Language:C5111
  • 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.

    Language:C510
  • 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.

    Language:Shell410
  • 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.

    Language:C410
  • 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.

    Language:C42100
  • clementvidon/exams_42

    Training method for 42 exams.

    Language:C4100
  • PUSH_SWAP

    f-corvaro/PUSH_SWAP

    "Algorithm that sorts data using two stacks."

    Language:C4100
  • JaeSeoKim/minishell

    a simple shell - minishell-@42seoul (jaeskim, yjung)

    Language:C410
  • jdomingu98/cpp-makefile-template

    A Makefile that creates a basic h++ and c++ structure

    Language:Makefile4100
  • kaseypsbrice/42-Cursus

    Projects from the 42 Cursus. 21 February 2022 - 13 March 2024.

    Language:C++4100
  • 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.

    Language:C310
  • 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.

    Language:C310
  • 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.

    Language:Shell3101
  • 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.

    Language:C310
  • 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.

    Language:C310
  • 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.

    Language:C310
  • PIPEX

    f-corvaro/PIPEX

    "Unleash the power of Unix pipelines and redirections with PIPEX - your gateway to system programming."

    Language:C3100
  • KMKINGMAN/minitalk

    Minitalk is a communication program in the form of a client and server this project form 42 Network

    Language:C310
  • libft_42

    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.

    Language:C310