Skip to content
View kesarihardik's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report kesarihardik

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. loan-service loan-service Public

    Assignment for a loan application using Spring Boot and H2 database

    Java

  2. album-service album-service Public

    Go

  3. core-java core-java Public

    Basics of Core Java

    Java

  4. golang golang Public

    Basics of golang

    Go

  5. security security Public

    Security and authentication on web

    EJS

  6. java-cheatsheet java-cheatsheet
    1
    
                  
    2
    /********************** Math class/ constants ***************************/
    3
    
                  
    4
    double v = Math.pow(double x, double y);           // return x^y 
    5
    int v = Math.round(float a);                       // returns the closest int to the argument