Skip to content
View wgirhad's full-sized avatar

Block or report wgirhad

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. Import bash history to zsh history Import bash history to zsh history
    1
    cat ~/.bash_history | awk '{print ": '`date +%s`':0;" $0}' >> ~/.zsh_history
  2. Script to merge/push your current br... Script to merge/push your current branch to n different branches
    1
    #!/bin/bash
    2
    
                  
    3
    # Usage examples:
    4
    # merge-to master staging development
    5
    # merge-to master, staging, development
  3. geo-squeeze geo-squeeze Public

    Lossy compression for geolocation data, like maps or routes

    PHP 1

  4. mr.mind mr.mind Public

    Mastermind-like javascript game

    JavaScript 1

  5. resume resume Public

    My resume in markdown

    1

  6. word_game_solver word_game_solver Public

    For your cheaty amusement

    Ruby 1