Skip to content
View gaurcs's full-sized avatar

Block or report gaurcs

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. bitcamp15 bitcamp15 Public

    Forked from alibekU/bitcamp15

    Python

  2. FDIC-Failed-Bank FDIC-Failed-Bank Public

    A visual representation of failed banks since October 2000

    HTML

  3. jonas_problems jonas_problems Public

    My good friend Jonathan's daily programming questions

    Python 1

  4. ctci_answers_ruby ctci_answers_ruby Public

    CTCI Answers in Ruby

    Ruby

  5. Some git commands that I use Some git commands that I use
    1
    ## Create a Repository
    2
    
    
    3
    #####  From scratch -- Create a new local repository
    4
    ```
    5
    git init [project name]