Skip to content
View ridaomar's full-sized avatar
💻
Another #front_end web developer
💻
Another #front_end web developer

Organizations

@MENA-Tech-Solutions
Block or Report

Block or report ridaomar

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. ridaomar-bootstrap-helper-utilities ridaomar-bootstrap-helper-utilities Public

    This library was developed by CSS3 only and created to be as a utility library for Bootstrap v4 and v5.

    4

  2. Arabic Time Minutes to Hours Convertor Arabic Time Minutes to Hours Convertor
    1
    function timeInArabic(timeInMinutes) {
    2
      let hours = Math.floor(timeInMinutes / 60);
    3
      let minutes = timeInMinutes % 60;
    4
      let timeInArabicStatement = '';
    5
        
  3. DMA-Radius-Manager-Arabic-Language-Pack DMA-Radius-Manager-Arabic-Language-Pack Public

    The Arabic translation package files for DMA Radius Manager

    HTML 1

  4. Learning-React Learning-React Public

    Some of React examples which can be used as reference.

    JavaScript 3

  5. Dijkstra-Shortest-Path-Calculater-For-Specific-Node Dijkstra-Shortest-Path-Calculater-For-Specific-Node Public

    Dijkstra Shortest Path Calculater for specific node in Javascript with Bootstrap 5 UI

    HTML 2

  6. Dijkstra-Shortest-Path-Calculater Dijkstra-Shortest-Path-Calculater Public

    Dijkstra Shortest Path Calculater in Javascript with Bootstrap 5 UI

    JavaScript 1