Skip to content

diegorigo90/java-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Collections of utilities for Java

  • Calendar Utils

    • List of days of year
    • Localized months
    • Localized days of Week
    • Check if year is leap (bisestile)
    • Get current date time
  • Jwt Utils

    • Jwt Generator
    • Jwt Reader
  • Big Decimals Utils

    • Square root of BigDecimal
    • Convert list of strings/integers/doubles to list of BigDecimals
  • Math Utils

    • Sum of BigDecimal list
    • Minimum of BigDecimal list
    • Maximum of BigDecimal list
    • Mean of BigDecimal list
    • Get linspace values (see Octave/Matlab)
    • Centers of ranges
    • Histogram of values (compute x,y coordinates for drawing bars
  • Print Utils

    • Print as a title
  • Random Utils

    • Get random integers
    • Apply a supplier in a random way
    • Get a random boolean (with given probability)
  • String Utils

    • Capitalize text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages