Skip to content
View karimmerhom's full-sized avatar
Block or Report

Block or report karimmerhom

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

Popular repositories Loading

  1. Invincible-Runner Invincible-Runner Public

    Invincible Runner game with Unity3D game engine. The aim is to generate an endless running game, which allows the players getting points by keep moving on the ground and colleting coins that appear…

    C# 2

  2. computer-vision-2 computer-vision-2 Public

    The main aim of this assignment is to perform face detection by using the integral image. This is to be done by detecting eye area in faces through convolving a kernel that is designed to detect th…

    Jupyter Notebook 2

  3. compilers-lab-1 compilers-lab-1 Public

    Task1: This task is the implementation of a deterministic finite automaton (DFA) abstract data type. Recall that a DFA is a quintuple (Q, Σ, δ, q0, F): Q is a non-empty, finite set of states; Σ is …

    Java 1 1

  4. Rescue-Simulation-Game Rescue-Simulation-Game Public

    The Rescue Simulation is based on concepts of the RoboCup. The aim of rescue simulations is to derive strategies and behaviors for maximizing the number of saved lives and minimizing the number of …

    Java

  5. Database-1-Project-GUCommerce Database-1-Project-GUCommerce Public

    This was a database I project. In branch "Procedures and Table SQL" you will find the procedures and table creation sql files.

    SQLPL

  6. Database-2-Project-DBMS Database-2-Project-DBMS Public

    Implementing a small database engine with support for B+ trees and R trees using java. The required functionalities are 1) creating tables, 2) inserting tuples, 3) deleting tuples, 4) searching in …

    Java