Skip to content

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

License

Notifications You must be signed in to change notification settings

michaelrogerscode/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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%