Skip to content
View ogorfti's full-sized avatar
👨‍💻
Focusing
👨‍💻
Focusing

Highlights

  • Pro
Block or Report

Block or report ogorfti

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ogorfti/README.md

Hi there, I'm Oussama Gorfti, I'm a Software Engineer Student at 1337 Coding School 👨‍💻

  • 🔭 I’m currently working on inception

  • 🌱 I’m currently learning React

  • ⚡ Fun fact: I use tabs over spaces

Connect with me:

Join me on Twitter where I tweet about projects I'm working on, tools I am using, or other platforms where I post about my personal life.

twitter

linkedin

linkedin

Languages and Tools:




ogorfti's 42 stats

Pinned

  1. ft_printf ft_printf Public

    This project aimed to implement the printf() function in C, handling conversions for cspdiuxX%, and compare the final implementation against the original function.

    C 1

  2. minitalk minitalk Public

    This project is about creating a simple shell, and learning about about processes and file descriptors.

    C

  3. so_long so_long Public

    This project is a very small 2D game.Its purpose is to understand and work with textures, sprites,and some other very basic gameplay elements.

    C

  4. Philosophers Philosophers Public

    This project focuses on implementing the Dining Philosophers Problem to learn about threads, processes, mutexes, and semaphores - essential concepts for managing resource allocation and concurrency.

    C