This shell aims to provide better practice for exams.
-
Updated
Feb 5, 2024 - Shell
This shell aims to provide better practice for exams.
A collection of READMEs of all the classes given at 42 Porto
A showcase of my coding journey.
small collection of programs that are likely to appear on the "exam_rank_03" of the 42 school
Training method for 42 exams.
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.
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 (`;`).
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.
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).
Add a description, image, and links to the 42exam topic page so that developers can more easily learn about it.
To associate your repository with the 42exam topic, visit your repo's landing page and select "manage topics."