Skip to content
View MahmoudDolah's full-sized avatar

Block or report MahmoudDolah

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 Loading

  1. Abeyy/WeatherBet Abeyy/WeatherBet Public

    Ruby 2 1

  2. Pomodoro-Timer Pomodoro-Timer Public

    An application that helps people work using the pomodoro technique

    C++

  3. Firmware-Entry-Points-In-Memory Firmware-Entry-Points-In-Memory Public

    A research paper about auto detecting the base address and entry points of firmware in memory

    Shell 1

  4. import_ns1_resources_into_terraform.py import_ns1_resources_into_terraform.py
    1
    #! /usr/bin/env python3
    2
    
                  
    3
    from ns1 import NS1
    4
    import pprint
    5
    import subprocess
  5. Find unused EBS volumes in AWS Find unused EBS volumes in AWS
    1
    #! /usr/bin/env python3
    2
    import boto3
    3
    from pprint import pprint
    4
    import os
    5
    
                  
  6. dotfiles dotfiles Public

    Because I finally got around to managing this stuff

    Vim Script