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

Block or report krparajuli

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

    Computer Security Project - Java Implementation of Elliptic Curve Digital Signature Algorithm

    Java 2 1

  2. aia-client-apps aia-client-apps Public

    JavaScript 1

  3. aia-resource aia-resource Public

    Python 1

  4. dotfiles dotfiles Public

    Dotfiles, shel configurations and installation scripts

    Shell

  5. vmware-fusion-sharing.sh vmware-fusion-sharing.sh
    1
    #!/bin/sh
    2
    
                  
    3
    sudo apt install open-vm-tools
    4
    
                  
    5
    echo "
  6. mysql-app-with-flask-api.sh mysql-app-with-flask-api.sh
    1
    #!/bin/sh
    2
    
                  
    3
    # Inspired from https://www.digitalocean.com/community/tutorials/how-to-install-the-latest-mysql-on-debian-10
    4
    # docker run -d -it -v $(pwd)/app:/app -v $(pwd)/sql-data:/var/lib/mysql -p 8080:80 --name resource debian
    5