GitHub topics: 42born2code
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: C - Size: 199 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 17 - Forks: 2

xDec0de/42minishell
[42] Our own simple shell based on bash, made in C
Language: C - Size: 132 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

joseevilasio/pipex_42
The program mimics the shell's piping behavior (e.g., ls | grep txt) by executing chained commands with input/output redirection.
Language: C - Size: 114 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

joseevilasio/cub3d_42 Fork of marianaobmorais/cub3d
Just relax — no explosions, no blood, no running. Just pigeons.
Language: C - Size: 6.87 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

emartinez-dev/ft_printf
The goal of this project is pretty straightforward. We will recode printf().
Language: C - Size: 32.2 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

codam-coding-college/MLX42
Codam's own fixed, functioning and open source alternative of the miniLibX. MLX42 is a simple cross-platform graphics library running on GLFW and OpenGL.
Language: C - Size: 5.67 MB - Last synced at: 1 day ago - Pushed at: 4 months ago - Stars: 450 - Forks: 66

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.
Size: 36.5 MB - Last synced at: 3 days ago - Pushed at: 4 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: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

lareii/cub3d
🕹️ A simple 3D game engine using raycasting.
Language: C - Size: 55.7 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

ComlanGiovanni/so_long
🎮 This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles. ù̵̢̧̨̧̧̧̟̘͙͉̲̦͙̥̖̹̣͕̼̦͓͓̺͚̜̙̭̺̙̳̺̘̫̫̠̺̞͍̤͓̣͚͈̫̞̺̩̤̣̥͉̖̮̥̭̲̲̼̳̫̥̭̝̞͓͗̈̄̈̔̎̈̐̾̈͌͒̒̂̓̒̉͊̉̉͛̈͌̽̉͘̕̚͘͠͠m̷̠̤͖͖͕̦͎͖̺̮̯̦̳̦̻͍͖̦̭̮̓̽́͑͋̋͌̀͛̂̐͌̔̎̕͝͠ͅ
Language: C - Size: 135 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 7 - Forks: 0

Abdellah-Nsila/CPP-Modules
C++ is a general-purpose programming language created by Bjarne Stroustrup as an ex- tension of the C programming language, or "C with Classes".
Language: C++ - Size: 5.86 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

malatini42/minishell 📦
Minishell (42cursus) 2021-2022. Rewrite a simple shell using bash as reference.
Language: C - Size: 1.95 MB - Last synced at: 4 days ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

Maroua-netizen/42-Exams
This repository is for practicing for Exams in 42 school
Language: C - Size: 45.9 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

Abdellah-Nsila/42Cursus
Contains folders for each milestone, demonstrating my progression through various projects.
Language: C - Size: 10.9 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

deryaxacar/42-LOV3D
The Cub3d project aims to create a 3D labyrinth game. The player navigates through the maze from a first-person perspective, trying to reach certain goals. This project covers fundamental aspects of game programming, graphics management, and user interaction. Furthermore, it provides experience in basic 3D game mechanics, collision detection, and e
Language: C - Size: 844 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 0

deryaxacar/42-Minishell
This project aims to create a basic command-line shell. The shell processes user inputs to execute commands, handle file redirection, and perform pipe operations. Minishell serves as an excellent tool for understanding how a shell works by implementing fundamental shell functionalities.
Language: C - Size: 345 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 3 - Forks: 0

deryaxacar/42-Net_Practice
Net_Practice is a project developed as part of the 42 Network Bootcamp, designed to understand network programming and protocols. This project comprehensively covers fundamental topics such as network configurations, communication protocols, and data encapsulation. Net_Practice enables users to develop their skills in building network applications
Size: 20.8 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

deryaxacar/42-Philosophers
This project simulates the classic "Dining Philosophers Problem." The scenario involves a group of philosophers seated around a round table, trying to eat under specific rules and constraints. As the philosophers alternate between eating and thinking, they seek to overcome issues like synchronization, deadlock, and starvation. The goal of this proj
Language: C - Size: 1.66 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 3 - Forks: 0

deryaxacar/42-So_long
The So_long project aims to create a 2D maze game. In this game, the player controls a character to move through a maze and reach specific goals. The project provides an opportunity to learn about game programming, graphic management, and user interaction. It covers fundamental game mechanics, collision detection, and event management.
Language: C - Size: 15.5 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 3 - Forks: 0

deryaxacar/42-Push_swap
This project aims to develop the most efficient algorithm to sort a sequence of numbers in the fewest steps possible. The sorting process is optimized using stack data structures, and data is transferred between two stacks. Various sorting algorithms (Bubble Sort, Quick Sort, etc.) are evaluated to select the most suitable one. The project provides
Language: C - Size: 1.93 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 3 - Forks: 0

deryaxacar/42-Minitalk
The Minitalk project is a program that enables communication between a server and a client in Unix-based operating systems. This communication channel is created using Unix's signal mechanism. The project offers an opportunity to understand and implement basic concepts such as signal handling and IPC (Inter-Process Communication).
Language: C - Size: 1.85 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 3 - Forks: 0

deryaxacar/42-Get_next_line
This project provides the ability to read a line from a file using the standard input function. The get_next_line function is used to read characters from a file, and it can also handle multiple files simultaneously.
Language: C - Size: 1.46 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 3 - Forks: 0

deryaxacar/42-Ft_printf
This project is a reimplementation of the printf function in standard C. The printf function is used to produce formatted output and supports various data types and format specifiers. The ft_printf function recreates the same behavior while operating independently of standard library functions, providing a fully customizable structure.
Language: C - Size: 1.45 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 5 - Forks: 0

deryaxacar/42-Libft
`libft` offers an opportunity to understand how some basic functions in the standard C library work. It is often used as a fundamental exercise to reimplement these functions and create your own library. These functions span various areas such as memory operations, string manipulation, character handling, and lists.
Language: C - Size: 2.16 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 5 - Forks: 0

deryaxacar/42-ExamRank-05
implement Warlock, SpellBook, and TargetGenerator, along with spells (Fireball, Polymorph) and targets (BrickWall). Manage spells and targets dynamically using SpellBook and TargetGenerator. Warlock must learn, forget, and cast spells. Follow Coplien Form and implement ASpell and ATarget correctly.
Language: C++ - Size: 56.6 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

deryaxacar/42-ExamRank-03
ft_printf is a custom implementation of the standard printf function in the C language. This exam focuses on mimicking the core functionalities of printf by handling specific format conversions. The primary objective is to manage only the following conversions: %s (string), %d (decimal integer), and %x (hexadecimal integer).
Language: C - Size: 279 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 3 - Forks: 0

deryaxacar/42-ExamRank-02
The names of the functions found at different levels of ExamRank 2 are listed here. Each level represents a specific difficulty and includes various functions. While ExamRank 2 may contain more functions, this repository includes only the code and content that I have written myself.
Language: C - Size: 239 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 3 - Forks: 0

deryaxacar/42-Piscine
42-Piscine is a repository that houses the exercises and projects completed during the intensive coding bootcamp known as the "Piscine" by the 42 Network. This collection includes a variety of programming challenges and assignments designed to develop and enhance foundational skills in areas such as C programming, shell scripting, and system admini
Language: C - Size: 5.72 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 3 - Forks: 0

deryaxacar/42-inception
This project uses Docker to build a secure, isolated microservice-based server infrastructure. Each service runs in its own container and communicates through a private Docker network. External access is managed via an Nginx reverse proxy with HTTPS enabled using OpenSSL-generated TLS certificates, ensuring encrypted and secure data transmission.
Language: Shell - Size: 30.8 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

herbievine/42-cli
This is a simple CLI tool to manage your 42 projects.
Language: Rust - Size: 76.2 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 11 - Forks: 1

ombhd/Cleaner_42
Only for 42Network schools, Cleaner_42 script is linked to cclean command/program, and it saves you some memory space.
Language: Shell - Size: 3.58 MB - Last synced at: 1 day ago - Pushed at: 6 months ago - Stars: 318 - Forks: 36

Kr1sNg/42cursus-Philosophers
42's project on purpose of solving "The Dining Philosophers problem"
Language: C - Size: 3.81 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

jdecorte-be/42-Get-next-line
This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor, without knowing its size beforehand.
Language: C - Size: 15.8 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 87 - Forks: 8

blueyaGIT/push_swap
the most efficient push_swap known to man
Language: Shell - Size: 269 KB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 10 - Forks: 0

harm-smits/42docs
Documentation on MiniLibX and curriculum projects
Language: Ruby - Size: 161 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 175 - Forks: 22

airone01/ft
Monorepo of all my projects related to 42
Language: C - Size: 9.64 MB - Last synced at: 3 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

agaliste/42-C-Piscine
Repository for all the work I do at the C-Piscine of 42 Madrid Fundación Telefónica
Language: C - Size: 3.56 MB - Last synced at: 6 days ago - Pushed at: almost 3 years ago - Stars: 18 - Forks: 2

solareenlo/42tools
Making 42 life better
Size: 80.1 KB - Last synced at: 8 days ago - Pushed at: 9 months ago - Stars: 204 - Forks: 18

Sheratan095/Cpp_modules
42 cpp modules
Language: C++ - Size: 6.44 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

nsr888/dotfiles
Neovim (Vim) configs
Language: Lua - Size: 280 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 1

Kr1sNg/42cursus-Libft
42's Functions Library
Language: C - Size: 4.63 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

OliverKingz/pipex
[42-Cursus] A C program that mimics the behavior of shell pipes ( | ), allowing you to execute commands in a pipeline with input and output redirection.
Language: C - Size: 178 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

42-AI/42-ai.github.io
42AI's github pages repo
Language: HTML - Size: 58.4 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

lareii/libft
📚 My very first own library.
Language: C - Size: 46.9 KB - Last synced at: 17 days ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 0

GinaldoFT/Libft
Custom implementation of standard C library functions (42)
Language: C - Size: 33.2 KB - Last synced at: 18 days ago - Pushed at: 19 days ago - Stars: 1 - 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: 18 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

ktshikotshi/Computer.V2
Implementation of the Unix BC calculator.
Language: C# - Size: 1.74 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

leeoocca/awesome-42
😎 A list of useful resources, links and more for @42School students.
Language: JavaScript - Size: 118 KB - Last synced at: 8 days ago - Pushed at: 6 months ago - Stars: 409 - Forks: 30

SeanAndrie/42-Cursus
A collection of my completed/on-going projects from the 42 School curriculum, covering systems programming, algorithms, and low-level programming development.
Language: C - Size: 49.8 KB - Last synced at: 19 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

vinislima/my-path-at-42
Portfolio of projects completed during my time at 42 São Paulo.
Size: 255 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

danipoal/push_swap
Sorting algorythm for 42 cursus. Still in process
Language: C - Size: 1.95 MB - Last synced at: 20 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

FreekBes/improved_intra
The ultimate browser extension for 42's Intranet, used monthly by more than 3000 students from all over the world
Language: JavaScript - Size: 5.78 MB - Last synced at: 20 days ago - Pushed at: 21 days ago - Stars: 192 - Forks: 18

FreekBes/improved_intra_server
The back-end of the Improved Intra browser extension
Language: Python - Size: 6.7 MB - Last synced at: 2 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

48d31kh413k/1337-Libft-42
This 42project aims to code a C library regrouping usual functions that we’ll be allowed to use in all our other 42 projects.
Language: C - Size: 1.46 MB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 38 - Forks: 6

SandraKanna/SandraKanna
Hi, I'm a seasoned marketeer for software editors transitioning to passionate software developer. Currently studying at 42 school.
Size: 121 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

timurlog/tree
Reimplementation of the Unix 'tree' command in C
Language: C - Size: 155 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

OliverKingz/minishell
[42-Cursus] Minishell is a minimalist shell implementation written in C, designed to mimic basic functionalities of a Unix shell like Bash.
Language: C - Size: 3.19 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 3 - Forks: 0

felixtanhm/42-piscine
This repository is a compilation for all my projects during 42's Piscine at SUTD Singapore, held on March 2024.
Language: C - Size: 17.2 MB - Last synced at: 24 days ago - Pushed at: about 1 year ago - Stars: 52 - Forks: 7

lucabarbosa/42_piscine_SP
The 42 Piscine is a rigorous, month-long coding bootcamp designed to test and develop problem-solving, programming, and teamwork skills. Participants dive into programming challenges, primarily in Shell and C, under tight deadlines. This repository contains my work from this experience.
Language: C - Size: 40 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

maiadegraaf/minishell
A mini recreation of bash.
Language: C - Size: 638 KB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 83 - Forks: 7

codam-coding-college/codam-web-greeter
Custom LightDM greeter and lock screen theme for Codam. Requires nody-greeter or web-greeter
Language: TypeScript - Size: 23.8 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 18 - Forks: 11

MaloP47/MaloP47
My personal bio
Size: 9.92 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

Haletran/Guess-the-Login
A straightforward 'Guess Who?' game where the objective is to identify the user's login based on their profile picture.
Language: JavaScript - Size: 712 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

malatini42/inception 📦
A docker-compose project making your wordpress ready to your deployment cycles
Language: Shell - Size: 12.9 MB - Last synced at: 4 days ago - Pushed at: 9 months ago - Stars: 10 - Forks: 0

souhoc/goft
Go bindings of 42 school api
Language: Go - Size: 41 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

0xEDU/libftpp
libftpp - Further Exploration into Advanced C++! École 42 project.
Language: C++ - Size: 138 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

agavrel/42_CheatSheet
A comprehensive guide to 50 years of evolution of strict C programming, a tribute to Dennis Ritchie's language
Language: C - Size: 2.33 MB - Last synced at: 28 days ago - Pushed at: almost 2 years ago - Stars: 1,792 - Forks: 149

pandark/passport-42 📦
This repository moved. Please use the new location https://gitlab.com/pandark/passport-42
Size: 0 Bytes - Last synced at: 23 days ago - Pushed at: about 1 year ago - Stars: 38 - Forks: 7

48d31kh413k/1337-Cursus-42
My projects of 42Network at 1337 Benguerir.
Size: 1.85 MB - Last synced at: 26 days ago - Pushed at: 4 months ago - Stars: 67 - Forks: 3

Chahalor/40-to-home
All of my projets for the 42's school
Language: C - Size: 13.1 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

Kuninoto/42_Philosophers
Philosophers dinner problem in C. Introduction to parallel programming.
Language: C - Size: 346 KB - Last synced at: 20 days ago - Pushed at: 3 months ago - Stars: 14 - Forks: 0

42atomys/stud42
Stud42 official repository since major 3 update (https://s42.app)
Language: TypeScript - Size: 4.72 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 879 - Forks: 31

teresa-chow/42-common-core
[ INDEX ] Coursework developed during the Common Core curriculum at 42 Porto, part of the global 42 Network.
Size: 1.31 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

AKL001/Libft
Welcome to Libft, a project where I recreated several essential functions from the C standard library to build a custom C library. This project is part of the 42 Network curriculum.
Language: C - Size: 1.58 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

Link-Wolf/stockholm
42 project - Prototype of a ransomware, without the ransom
Language: C++ - Size: 531 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 1

PedroZappa/42_CommonCore
42 Common Core Index
Size: 16.6 KB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

PedroZappa/42_fractol
42 Project : Fract'ol
Language: C - Size: 124 MB - Last synced at: 22 days ago - Pushed at: 8 months ago - Stars: 5 - Forks: 0

PedroZappa/42_ExamPrep
Tips and resources for Exam Preparation
Language: C - Size: 357 KB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 1

cgdskrb/42_Common_Core_CIRCLE_2
42 Common Core Projects
Language: C - Size: 1.68 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

cgdskrb/42_Common_Core_CIRCLE0_-_CIRCLE1
42 Common Core Projects
Language: C - Size: 32.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

AKL001/Pipex_42_bonus
The 42 Pipex project introduces Unix systems programming by replicating the shell's pipe (|) functionality. It connects the output of one command to the input of another, mimicking cmd1 | cmd2. This project enhances understanding of processes, file descriptors, and inter-process communication, key concepts in system-level programming.
Language: C - Size: 1.47 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

PedroZappa/42_ft_printf
42 Project : ft_printf
Language: C - Size: 1.87 MB - Last synced at: 22 days ago - Pushed at: 11 months ago - Stars: 7 - Forks: 0

Chahalor/.automatic
Some scripts I made to automatise action on you computer
Language: Shell - Size: 31.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

gemartin99/Push-Swap-Tester
Push_swap tester and bonus tester + GUI pro checker
Language: Shell - Size: 229 KB - Last synced at: 27 days ago - Pushed at: 7 months ago - Stars: 100 - Forks: 6

malatini42/libft 📦
Libft (42cursus) 2019-2020. This project aims to redo in C a library of usual functions that can be used is the next projects of 42.
Language: C - Size: 1.22 MB - Last synced at: 4 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

marineks/42_so_long
Project : Small 2D game developed with the miniLibX, the graphic library of the 42 school.
Language: C - Size: 3.47 MB - Last synced at: 22 days ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 0

sdevsantiago/42
Repository of all my work during the program of Ecole 42 Madrid, a project-based and tuition-free coding school.
Language: Shell - Size: 18 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

42sp/dojos
Repositório público de Dojos já rodados na 42 São Paulo. Elabora um, faz um PR e vem rodar você tb! 😜
Language: C - Size: 9.64 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 36 - Forks: 12

joseevilasio/push_swap_42
Because Swap_push doesn’t feel as natural
Language: C - Size: 1.67 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

madebypixel02/minishell
[42 Madrid] As beautiful as a shell
Language: C - Size: 1.35 MB - Last synced at: 17 days ago - Pushed at: about 1 year ago - Stars: 56 - Forks: 2

codam-coding-college/coalition-system
Codam's custom coalition system connected to 42's Intranet
Language: TypeScript - Size: 509 KB - Last synced at: 18 days ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 1

casuis/Exam-Rank-03
Exam Rank 03 for 42 school
Language: C - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 1

casuis/Exam_rank_04
My exam rank 04
Language: C - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 7 - Forks: 0

RogerioLS/CPP-42sp
About A collection of small 42 school projects about C++.
Language: C++ - Size: 873 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

pulgamecanica/42Course
42Course
Language: C++ - Size: 110 MB - Last synced at: 14 days ago - Pushed at: about 1 month ago - Stars: 78 - Forks: 7

Sheratan095/42Buddy
A vscode extension to help all 42 studens during their path in the school
Language: TypeScript - Size: 1.66 MB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

42YerevanProjects/push_swap
This project aims to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.
Language: C - Size: 22.3 MB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 69 - Forks: 7

sdk-meb/ft_containers.42
Project aims to re-implement an STL C++ containers such as vector, map, stack, and potentially set while adhering to the C++98 standard. The goal is to ensure a deep understanding of these containers and to develop custom implementations that comply with C++98 features and restrictions.
Language: C++ - Size: 2.02 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

ugozchi/ugozchi
Dans ce dossier vous trouverez mes fichiers modèles ! ✂️🗒️
Language: Makefile - Size: 2.32 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0

48d31kh413k/1337-Get_Next_Line-42
The aim of this 42 project is to make us code a function that returns a line, read from a file descriptor.
Language: C - Size: 1.38 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 0
