Skip to content
View Abd-Beltaji's full-sized avatar
🤸
限界突破中
🤸
限界突破中

Block or report Abd-Beltaji

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Abd-Beltaji/README.md

Abdlerahman Elbeltaji 🙋🏽‍♂️

Who Am I, I hear you ask?

  • Systems Engineer, BS graduate From Alazhar University.
  • I like to build weird (somewhat awesome) stuff with the crab, camel, lizard, and whatever GO is supposed to be.
  • If there is an animal I am probably in, Except for the elePHPant (Even the name sounds stupid).

亜陪戸🙋🏽‍♂️

俺は…

  • Alazhar大学を卒業し、コンピュータシステム工学の学士号を持っています。
  • カニ、ラクダ、トカゲ、そしてGOのよく分からないシンボルを使って、ちょっと変で面白いものを作るのが好き。
  • elePHPant以外、動物のシンボルなら大体ハマる。

abd-beltaji

stats abd-beltaji

Pinned Loading

  1. Applying a list of transforms gradua... Applying a list of transforms gradually, as a number of steps (instead of immediately applying them).
    1
    /** An Example using GradualTransforms.java to animate the process of mirroring a 
    2
    * shape given by specified points around a specified line.
    3
    */
    4
    import java.awt.*;
    5
    import java.awt.event.ActionEvent;
  2. An implementation for the selection ... An implementation for the selection sort algorithm using 8086 Assembly.
    1
    ; Selection Sort using 8086 Assembly
    2
    
                  
    3
    .model small
    4
    
                  
    5
    .data
  3. A script that will run multiple scri... A script that will run multiple scripts with a console interface to switch for each and see the separate output with.
    1
    // Usage:
    2
    // Set an npm script to run the following for example:
    3
    // node run-all.js start:*
    4
    // it supports wildcards user whatever you wish.
    5
    const scripts = require('../package.json').scripts;
  4. mohanadft/Data-Structures mohanadft/Data-Structures Public

    Data Structures

    JavaScript 5

  5. design-patterns-in-arabic design-patterns-in-arabic Public

    Design patterns بالمختصر المفيد 🎈

    Java 19 3

  6. ShapeToPath ShapeToPath Public

    Generate a path from generic SVG shapes (rect, line, ellipse, circle)

    HTML 3