Skip to content
View LongClipeus's full-sized avatar
:atom:
Focusing
:atom:
Focusing
Block or Report

Block or report LongClipeus

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. How to generate checksum hash for a ... How to generate checksum hash for a file in Kotlin
    1
    import StringUtils.encodeHex
    2
    import java.io.File
    3
    import java.io.FileInputStream
    4
    import java.io.InputStream
    5
    import java.security.MessageDigest
  2. Install jdk from tar.gz file in Ubuntu Install jdk from tar.gz file in Ubuntu
    1
    sudo su
    2
    
                  
    3
    #create jvm directory
    4
    mkdir /usr/lib/jvm
    5