Skip to content
View Shidfar's full-sized avatar
Block or Report

Block or report Shidfar

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

  1. exp-sha-256 exp-sha-256 Public

    C

  2. liberty-1 liberty-1 Public template

    C++

  3. machine-learning-andrew-ng-course machine-learning-andrew-ng-course Public

    Machine Learning programming assignments from the Stanford University course by Andrew Ng on coursera.

    MATLAB

  4. openai-gym-playground openai-gym-playground Public

    Python

  5. clear-branches.sh clear-branches.sh
    1
    #!/bin/bash
    2
    
                  
    3
    git branch | grep -ve " master$" | xargs git branch -D
  6. usaco usaco Public

    usage-training

    Python