1.1.9 • Published 7 years ago

zuse v1.1.9

Weekly downloads
12
License
Apache-2.0
Repository
-
Last release
7 years ago

Zuse

some common tools to work with encode, encrypt, transform, calculate, work with strings, etc.

features

alphabet position

get character position of each char in a string.

"Apple" => '1 16 16 12 5'

buchstabenwortwert (bww)

get sum of each characters position (in alphabet) in a string. In german also called "buchstabenwortwert" or short "BWW".

"Apple" => 50

QS, EQS

digit sum (in german: Quersumme or short 'QS')

1989 => 27

iterated digit sum (in German: Einstellige Quersumme or short 'EQS')

1989 => 27 => 9
2989 => 28 => 10 => 1

Handycode

replace a character by its number of a handy keyboard

Release new versions

Patch

npm run releasePatch

Minor

npm run release
1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago