Repository navigation

#

42exam

This guide shows what order you should do the 42 Projects in (From Easiest to Hardest)

247
7 个月前

This shell aims to provide better practice for exams.

Shell
75
2 年前

School project: third exam of the mandatory part of new 42 cursus.

C
16
5 年前

A collection of READMEs of all the classes given at 42 Porto

C
11
1 年前

This is a training program for a C programming exam. The program is built using Python and Streamlit, and provides exam-like conditions to help you practice for the exam.

C
9
2 年前

Microshell is a simplified shell program developed in C, designed to mimic basic shell command execution functionalities. This exam involves handling command-line arguments to execute commands, managing built-in commands like `cd`, and implementing features such as piping (`|`) and command separation (`;`).

C
5
2 个月前

small collection of programs that are likely to appear on the "exam_rank_03" of the 42 school

C
5
3 年前

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).

C
4
2 个月前

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.

C
4
2 个月前

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.

C++
3
2 个月前

This is a collection of my implementations of exercises from Exam 02 of 42School

C
3
2 年前