Skip to content
View sarojrana's full-sized avatar
:octocat:
...
:octocat:
...
Block or Report

Block or report sarojrana

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. Generate AWS docker login when MFA i... Generate AWS docker login when MFA is enabled. Execute `sh generate-aws-docker-login.sh <mfa_code>` in the terminal.
    1
    # Read MFA code from terminal
    2
    aws_mfa_code=$1
    3
    
                  
    4
    # arn:aws:iam::123456789012:mfa/user
    5
    # username=<your_username> e.g. user
  2. scrape-nepse scrape-nepse Public

    Scrape NEPSE (Nepal Stock Exchange) Trading Data

    Python 1 2

  3. nepse-data nepse-data Public

    Nepal Stock Exchange Trading Data

    3

  4. salizarana/c-programming salizarana/c-programming Public

    C Programming Basics

    C 1 1

  5. dsa-in-c dsa-in-c Public

    Data Structure and Algorithm examples in C

  6. check-ipo-result check-ipo-result Public

    An interface built to check IPO result for multiple BOIDs in a single click.

    JavaScript