Skip to content
View OsamaX01's full-sized avatar

Block or report OsamaX01

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

Pinned Loading

  1. Algorithms-Problem-Solving-Techniques Algorithms-Problem-Solving-Techniques Public

    Standard implementation of Algorithms, Data structures and Techniques.

    C++ 1

  2. ChessGame ChessGame Public

    Chess game project is a project that implements the standard chess game as a showcase for OOD design. The purpose of this project is to apply design patterns, SOLID principles, and clean code princ…

    Java 1

  3. problem__maestro problem__maestro Public

    This is a project on implementing a new web application that aims to enhance the learning experience in programming among college students.

    Python 1

  4. Students-Grades-System Students-Grades-System Public

    This repository contains a system consisting of four Spring Boot applications and a MySQL database, all containerized and combined using Docker Compose. This system is designed to efficiently handl…

    Java

  5. MultiThreading-Simple-Search-Engine MultiThreading-Simple-Search-Engine Public

    multi-threaded simple search engine that reads a set of files, counts occurrences of a specified character in each file, and provides statistics and a sorted list of files based on the character co…

    C++

  6. ShellOperations ShellOperations Public

    This Bash script allows users to perform various operations on a specified directory based on their input. The script supports three main operations: analytics (ana), delete (del), and arrange (arr).

    Shell