Skip to content

Konloch/Gematria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gematria

A Java library / CLI tool for calculating the Gematria value of strings.

A screenshot of Gematria

💡 Requirements

  • Java Runtime 1.8 or higher

⚙️ How To Add As Library

Download the latest release.

📚 Links

💻 Encoding Methods

+ Hebrew
+ English
+ Simple

💻 How To Use (CLI)

Select the Gematria encoding methods you wish to use, then calculate the hash with the following:

java -jar gematria.jar hebrew Hello World
java -jar gematria.jar english Hello World
java -jar gematria.jar simple Hello World

💻 How To Use (API)

Select the Gematria encoding methods you wish to use, then calculate the hash with the following:

long hash = Gematria.HEBREW.encode("Hello World");
hash = Gematria.ENGLISH.encode("Hello World");
hash = Gematria.SIMPLE.encode("Hello World");

About

Java library / CLI tool for calculating the Gematria value of strings.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages