Skip to content

hatedpw/42-cursus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42 cursus

This contains my 42 projects over the next few months as i continue the cursus.

Project 1: Libft

Within this project we had to write a libary from sctach that we can use for all projects at 42.

The project was completeled with all mandatory files including bonuses.

Final score: 125/125

image

Project 2: Born2BeRoot

This was a simple Debian server VM setup.

Included:

-Basic server setup

-Password security implimentation

-basic firewall implimentation

Bonus questions:

-Setup functional Wordpress website using lighttpd, mariaDB and PHP.

-Setup basic drive partitioning.

Previous experience in System Administration let me finish this within a hour.

Final score: 125/125

image

Project 3: ft_PrintF

Re-create the printf function with required flags. Introduces structs and how to utilize them.

This project for me personally was more about learning better coding structure.

I re-wrote this project about 9 times to prepare for the exam which will require us to write this project and GNL from scratch again during normal exam conditions.

I originally completed the bonuses but this heavily changes the program structure. So i focused on a simple version to pass and prepare for the exam.

Final score: 100%

image

Project 4: Get_next_line

Code a function that returns a line, read from file descriptor. This project covers buffer sizes and macro usage more indepth.

Final score: 100/100

image

Project 5: Exam Rank 2

Code inter and Get_next_line in exam condition. This meant on campus with no notes or internet access. Final score: 100/100

image

Project 6: PipeX

This program was created to mimic the pipe "|" command in shell.

Final score: 100/100

image

About

This contains my 42 projects over the next few months as i continue the cursus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors