Mojtaba toof (mtoof)

mtoof

Geek Repo

Location:Helsinki, Finland

Github PK Tool:Github PK Tool

Mojtaba toof's repositories

Language:C++Stargazers:0Issues:1Issues:0

cub3D

This project is about Raycasting, Raycasting was a mathematical technic used by wolfenstein 3D game for the first time.

Language:CStargazers:0Issues:0Issues:0

Delivery-Fee-Calculator

This is an interesting API to calculate delivery cost for a user.

Language:PythonStargazers:0Issues:1Issues:0
Language:CStargazers:0Issues:1Issues:0

Final-project-Django-course

This is my final projects for the Meta Django Back-End course, where I focus on designing the back-end of a fictional restaurant Website using Django and two APIs Django rest framework.

Language:PythonStargazers:0Issues:1Issues:0

ft_printf

Implement my own printf in C

Language:CStargazers:0Issues:1Issues:0

GNL

The aim of this project is to make you code a function that returns a line, read from a file descriptor.

Language:CStargazers:0Issues:1Issues:0
Language:ShellStargazers:0Issues:1Issues:0

minishell

Minishell is a simplified UNIX shell clone written in C, featuring basic functionalities like cd, echo, exit, environment variables, redirections, and pipes. It provides a platform to understand systems programming, shell operations, and environment management. Perfect for learners and those looking for a lightweight, efficient shell.

Language:CStargazers:0Issues:0Issues:0

philosophers

Solution of classical synchronization problem about dining philosophers where each philosopher is a thread and mutexes are used to prevent deadlocks.

Language:CStargazers:0Issues:1Issues:0

libft

This project was my first project at Hive Helsinki (42 school). I had to redo a set of functions from the libc. My functions have the same prototypes and implemented the same behaviors as the originals.

Language:CStargazers:0Issues:1Issues:0
Language:PythonStargazers:0Issues:1Issues:0

minitalk

The purpose of this project is to code a small data exchange program using UNIX signals

Language:CStargazers:0Issues:1Issues:0
Stargazers:0Issues:1Issues:0

push_swap

This project aims to sort data(Integer numbers) on a stack, with a limited set of instructions, using the lowest possible number of actions.

Language:CStargazers:0Issues:1Issues:0