Skip to content

pichl/human-id-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

human-id-java

Human-Readable Identifiers for JAVA
JAVA ported version of https://github.com/RienNeVaPlus/human-id

Using words to identify datasets (instead of numbers) provides various advantages when humans are involved, ie increased distinction and rememberability.

Human-ID generates readable strings by chaining common short words of the english language in a semi-meaningful way. The result is concatenated of adjective + noun + verb resulting in a minimum pool size of 15 000 000 possible combinations.

  • No dependencies

Example Output

  • HugeCoinsStare
  • KhakiRiceCover
  • SoftToysHear
  • BraveHousesSee
  • BluePantsDoubt
  • SocialApplesWear
  • MeanDollsBoil
  • RedHandsBet
import at.pichl.HumanId;

public static void main(String[] args) {
    System.out.println(HumanId.generate(new HumanId.Options()));
}

Credits and references

  1. Ported from https://github.com/RienNeVaPlus/human-id

About

Human-Readable Identifiers for JAVA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages