Yusif Okasha

Yusif Okasha

@Yusif892

CS Student @FCAI-CU

11
Followers
16
Following
9
Public Repos
0
Private Repos

Language Breakdown

Lines of code distribution across 6 owned repositories

97K Total LOC
C++
41,462 lines
42.9%
N/A
Java
25,505 lines
26.4%
N/A
JavaScript
11,926 lines
12.4%
N/A
C
9,145 lines
9.5%
N/A
Python
7,868 lines
8.1%
N/A
Other
635 lines
0.7%
N/A
T

T-Shaped Developer

T-shaped

Deep in C++ with broad versatility

C++
Java
JavaScript
C
Python

Collaboration Network

Global Impact visualization

LIVE
Yusif Okasha
0 active collaborators

Repos

28

PRs

0

Growth

+18%

Top Collaborators

No collaborator data yet.

Coding Streak

Contribution activity over the past year

2 days
195
Contributions
106
Commits
23
Pull Requests
Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun
Mo
We
Fr
Based on GitHub activity
Less
More

Top Repositories

mini-lockdep

Lightweight Linux kernel module that simulates deadlock detection. Tracks per-thread lock ordering at runtime and uses DFS cycle detection to identify potential deadlocks on every lock acquisition.

0 0
C
Standard-Huffman

A Python implementation of the standard Huffman compression algorithm. This program compresses and decompresses text files using binary encoding, storing metadata (codes and padding) in a JSON header. It supports bit-level file operations and binary output storage for efficient file size reduction.

0 0
Python
Terminal

Custom Java CLI simulating a mini shell environment — supports directory navigation, file inspection, word counting, and zip extraction, built entirely with Java standard libraries.

0 0
Java
LZ-77

An implementation of the LZ77 data compression algorithm in Python, built to demonstrate how lossless compression works using sliding windows and tag-based encoding.

0 1
Python
DEPI-GradProject

ull-stack e-commerce website built using the MERN stack (MongoDB, Express.js, React.js, Node.js). It provides a smooth shopping experience for users with a modern frontend design and a powerful backend for managing products with an admin dashboard.

0 0
JavaScript
Transportation-System

Desktop windows forms with C# and MS SQL server to simulate a transportation app where user can request a ride or transport goods

0 0
C#
Login-and-Sign-up-React-app

This project is a basic authentication system built using React for the frontend and JSON Server (db.json) as a mock backend. It includes user registration and login functionality, along with basic form validation.

0 0
JavaScript
VOLE-Machine-Simulator

VOLE Machine Simulator is a simulation of a simplified computer system designed to read, store, and execute a set of basic instructions. This project demonstrates the application of OOP principles while offering insight into the inner workings of simple computational machines.

0 0
C++
Baby_Photoshop

Baby Photoshop is a C++ console program to perform some basic filters on images, in order to apply what we 've learned about image processing

0 0
C++