Skip to content
View bhavesh80's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report bhavesh80

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. Asymmetric-Cryptography-Exploration Asymmetric-Cryptography-Exploration Public

    Encryption and Decryption of json data using AES and RSA key

    Java

  2. design-patterns-in-ruby design-patterns-in-ruby Public

    Forked from design-patterns-in-ruby/design-patterns-in-ruby

    Examples from the book Design Patterns in Ruby by Russ Olsen. # ruby 2.2.0

    Ruby

  3. fxtrading-oacle-scheduleState fxtrading-oacle-scheduleState Public

    Kotlin

  4. minifabric minifabric Public

    Forked from hyperledger-labs/minifabric

    Do fabric network the right and easy way.

    Jinja

  5. wireguard-install wireguard-install Public

    Forked from angristan/wireguard-install

    WireGuard VPN installer for Linux servers

    Shell

  6. Stupid simple setting up WireGuard -... Stupid simple setting up WireGuard - Server and multiple peers
    1
    Install WireGuard via whatever package manager you use.  For me, I use apt.
    2
    
                  
    3
    $ sudo add-apt-repository ppa:wireguard/wireguard
    4
    $ sudo apt-get update
    5
    $ sudo apt-get install wireguard