Skip to content
View abutalebco's full-sized avatar
🎯
🎯
  • Egypt
  • 14:43 (UTC +03:00)

Block or report abutalebco

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
abutalebco/README.md

Hi, it's Mohamed Abutaleb 👋

abutaleb's codewars badge

Pinned Loading

  1. hafez hafez Public

    A mobile app for manage and track quran groups AKA "halaqat"

    TypeScript

  2. MoHatemTC/adaptive-assessment-internship-round-1 MoHatemTC/adaptive-assessment-internship-round-1 Public

    The AI Adaptive Assessment Agent is a conversational assessment tool where the entire assessment runs as a single chat.

    Python 1 1

  3. download_video.sh download_video.sh
    1
    #!/bin/bash
    2
    
                  
    3
    figlet "Download Video"
    4
    
                  
    5
    RED='\e[31m'
  4. config for wezterm on windows config for wezterm on windows
    1
    local wezterm = require("wezterm")
    2
    local config = wezterm.config_builder()
    3
    
                  
    4
    -- Default shell: PowerShell
    5
    config.default_prog = { "powershell.exe", "-NoLogo" }