42adelaide
There are 26 repositories under 42adelaide topic.
pasqualerossi/42-School-Exam-Rank-02
First 42 School Exam
pasqualerossi/Free-Storage-Space
Helps 42 Students to gain storage space.
kaseypsbrice/42-Cursus
Projects from the 42 Cursus. 21 February 2022 - 13 March 2024.
hopelucas/42-Piscine
42 Piscine Working Code
kaseypsbrice/42-Piscine
All projects and files that were submitted from Jan-Feb 2022 for the 42 Adelaide Piscine.
kaseypsbrice/Minishell
Created a simple shell using a limited amount of external functions.
lachlanstephen/fract-ol_42
My fract-ol project for the 42 Cursus. A 42School graphical project to display the Mandelbrot Set, and the Julia Set, in its own graphical window. Built using 42 library, miniLibX. 105/100
lachlanstephen/ft_printf_42
My ft_printf project for the 42 Cursus. A recreation of the printf function found in the <stdio.h> C Library. Bonuses in progress. 100/100
lachlanstephen/LIBFT_42
My LIBFT project for the 42 Cursus. A C library containing general purpose functions for future projects. All bonuses complete. 125/100
lachlanstephen/minitalk_42
My minitalk project for the 42 Cursus. A small client server communication program using UNIX signals. 115/100
lachlanstephen/push_swap_42
My push_swap project for the 42 Cursus. An integer sorting program, using a limited set of instructions. 84/100
lachlanstephen/The-Daily-Byte-C-Solutions
My solutions, in C, to the daily coding challenge provided by The Daily Byte. If you want to sign up to these challenges, do so at https://thedailybyte.dev/
lachlanstephen/wordle-helper-C
Sick of losing a wordle competition, I decided to code up this helper function to help me guess the best possible word.
LoredanaLoSurdo/so_long
so_long is a small 2D game created using C and the MiniLibX library. MiniLibX includes functions that render images to a pop-up window and takes player input.
aegraetz/42Piscine
C projects completed during the November 2021 Piscine for 42 Adelaide
aegraetz/get_next_line
Recreating the getline function in C
aegraetz/Libft
Recreating the Standard C Library
aegraetz/Philosophers
A C programming answer to Dijkstra's dining philosophers problem using threads and mutexes.
aegraetz/Pipex
Recreating the shell pipe ( | ) command in C.
aegraetz/Printf
Recreating the printf function in C
jonochoyo/42-Libft
Creating my own C library
lachlanstephen/advent-of-code-2023
My solutions to the 2023 Advent of Code. As I'm currently studying at 42Adelaide, I'm endeavouring to solve the challenges in C, as this is the language the common core is taught in.
lachlanstephen/hangman-c
A fun little game of hangman written up in C. For those from 42, it is norm compliant.
ljrshawn/42-Adelaide-C-Piscine
42 Adelaide C piscine
MiahBishop-Oldfield/Get_Next_Line
This project is about programming a function that allows you to read content line by line. This is done by returning a line read from a file descriptor.
EnzoDeg40/42-School-Exam-Rank-01
Before the first 42 School Exam