Skip to content
View OmarRaed's full-sized avatar
  • Asset Technology Group
  • Egypt, Fayoum
Block or Report

Block or report OmarRaed

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

  1. bottomnavigation bottomnavigation Public

    An android Library used to easily implement a bottom navigation bar with title and animated vector drawable and set it up with a view pager with fragments.

    Java 1

  2. kMeansClustering kMeansClustering Public

    A simple Kmeans Cluster code using python that randomly initialize points and centroids, then cluster the points to the nearest centroids using the kmeans cluster algorithm .

    Python

  3. OmegaNetworkBuilder OmegaNetworkBuilder Public

    A Java code with simple swing UI used to generate NxN omega network verilog script

    Java 1

  4. PipelinedMips PipelinedMips Public

    Pipeined Mips Microprocessor using VHDL, 34 Instructions including Rtype, Itype, Branching, Jumping and memory access instructions.

    VHDL 1 2

  5. AbdoTareq/self-driving-car AbdoTareq/self-driving-car Public

    Python 1 4

  6. cairo-metro-bfs cairo-metro-bfs Public

    This is a best path finder for Cairo Metro Stations implemented using the Breadth First Search (BFS) Algorithm

    Java