42fremont
Here are 30 public repositories matching this topic...
my gameboy emulator
-
Updated
Jun 7, 2025 - C
Learn how to learn again with Big(O) notation and other cool things
-
Updated
Oct 3, 2018 - C
Recreation of the C function printf
-
Updated
Jun 14, 2019 - C
rush 01 aka sudoku from piscine_c
-
Updated
Nov 8, 2017 - C
simple elf64 encryptor
-
Updated
May 2, 2023 - C
42_Project: ft_printf (new curriculum). The aim of the project is to recode the libc’s printf function.
-
Updated
Oct 12, 2020 - C
42 Exam C for pisciners and cadets. Good luck ✊
-
Updated
Apr 4, 2019 - C
My journey as a July 2019 pisciner and September 2019 cadet.
-
Updated
Oct 18, 2019 - C
Parse the format of the MacOS executables and understand how the kernel launches the binaries, by rewriting these two system tools. Essential for all those who want to make security, this project is more generally an opening on the UNIX culture system.
-
Updated
Jan 12, 2019 - C
This introductory project on UNIX network programming prompts you to create a client-server offering identical services to ftp. Bonus: respect the standard to be interoperable with existing tools!
-
Updated
Jun 13, 2023 - C
Are you tired of ft_putstr and ft_putnbr? Are you not allowed to use printf? Code your own! This will be an opportunity to discover a feature of the C - the variadic functions - and train you to fine management of display options. You will then have the right to use your printf in all your subsequent projects.
-
Updated
Mar 16, 2020 - C
-
Updated
Jun 20, 2019 - C
Whether it's a file, standard input, or even later a network connection, you'll still need to read content line by line. It is therefore time to tackle this function, which is essential for a number of your next projects.
-
Updated
Oct 22, 2017 - C
This first project as a student of 42 will build off of your knowledge from the Piscine. You will recode a number of standard C library functions, as well as other utility functions that you will reuse throughout your curriculum.
-
Updated
Oct 19, 2017 - C
Your ant colony must move from one point to another. But how to make it the shortest path possible? This project introduces you to graphing algorithms: your program will have to intelligently select the precise paths and movements that these ants must take.
-
Updated
Jan 31, 2018 - C
First step of the realization of a shell. In this project, you need to make a mini-shell that reads and evaluates simple commands from the user. The reading will involve a trivial lexical and syntactical analysis of the command, and the evaluation will involve finding the corresponding binary on the machine and executing it, or to execute the co…
-
Updated
Dec 18, 2018 - C
To know everything about the filesystem, how files and directories are stored, ect.: code for yourself one of the most frequently used commands: ls.
-
Updated
Dec 5, 2017 - C
Create your player to face other students on the famous (or not) plateau of the Filler. The principle is simple: two players compete on a board, and must place, in turn, the piece that the master of the game (provided in the form of a Ruby executable) gives them, thus earning points. The game stops as soon as a piece can no longer be placed. Lit…
-
Updated
Dec 18, 2018 - C
All the programs you have written so far only ran in text mode on your system. Now let's discover something more exciting: how to open a graphic window and draw in it? To start your journey in the world of graphic programming, FdF proposes to represent the mesh in "wire of a field" in 3D.
-
Updated
Nov 6, 2018 - C
Improve this page
Add a description, image, and links to the 42fremont topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 42fremont topic, visit your repo's landing page and select "manage topics."