Skip to content
View ali-coder1's full-sized avatar
  • Jeddah, Saudi Arabia
Block or Report

Block or report ali-coder1

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

  1. personal_expenses personal_expenses Public

    Personal Expenses Management with list of transactions data and dates with attractive diagram to display the previous seven days

    Dart 2 1

  2. flutter_App flutter_App Public

    This is Flutter App

    Dart

  3. TicTacToe TicTacToe Public

    It is TicTacToe Game on IOS

    Swift

  4. rgb_game rgb_game Public

    This is kind of game to figure out which is the color output of rgb(255, 255, 255);

    JavaScript

  5. Unix_Shell Unix_Shell Public

    This is an application represents a shell that can perform some of the most important Unix/Linux functionalities and commands of a regular shell. Pipes, Input/Output, Background, signals, kill, cd,…

    C

  6. Unix_Copy Unix_Copy Public

    This main function copies files specified on the command line to the directory destination at the end of the command line with open() / read() / write() system calls on UNIX .. It is like (cp command)

    C