Skip to content
View a6y3ap's full-sized avatar
  • Chengdu, China
  • 03:12 (UTC +08:00)
Block or Report

Block or report a6y3ap

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. Josephus Problem using Bitwise Opera... Josephus Problem using Bitwise Operation (Java)
    1
    /*
    2
     * Solution of Josephus Problem using Bitwise Operation
    3
     * Shifting the most-significant set bit of n to the 
    4
     * least significant bit will return the safe position.
    5
     * 
  2. How to download a Google Drive URL v... How to download a Google Drive URL via WGET
    1
    
                  
    2
    # How to download a Google Drive URL via WGET
    3
    
                  
    4
    ## For small file
    5
    Run following command on your terminal:
  3. How to use MySQL Command Line with s... How to use MySQL Command Line with special characters password
    1
    # How to use MySQL command line with special characters password
    2
    
                  
    3
    You must do this if the password has any of the following characters: 
    4
    
                  
    5
    ```sh