Yassine's repositories

Terraform

A Terraform script to provision 2 RedHat Enterprise Linux VMs on a vSphere environment using a template of an existing one.

Stargazers:0Issues:0Issues:0

Banking_app

This is a banking web application made with flask. I used Docker to build two images; one for the app and one for the database linked to it. Here you can find the code source of the app and the Dockerfile for each image and also the docker-compose that lets you run the two images simultaneously.

Language:SCSSStargazers:3Issues:0Issues:0

1337-get_next_line

I coded "get next line" function. This function returns a line read from a file descriptor.

Language:CStargazers:1Issues:0Issues:0

1337-ft_printf

I have recoded the printf() function from libc. The prototype of ft_printf() is: int ft_printf(const char *, ...);. It handles only the following conversions: cspdiuxX%.

Language:CStargazers:1Issues:0Issues:0

1337-libft

This project is your my first project as a student at 42. I recoded a few functions of the C standard library as well as some other utility functions that I will use during the whole cursus.

Language:CStargazers:1Issues:0Issues:0