You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,7 @@ o
219
219
-[X]`base4`: conversion to quarternary (with a variant with a reversed alphabet)
220
220
-[X]`base8`: simple conversion to octal (with a variant with a reversed alphabet)
221
221
-[X]`base10`: simple conversion to decimal
222
+
-[X]`base11`: conversion to digits with a "*a*"
222
223
-[X]`base16`: simple conversion to hexadecimal (with a variant holding an alphabet with digits and letters inverted)
223
224
-[X]`base26`: conversion to alphabet letters
224
225
-[X]`base32`: classical conversion according to the RFC4648 with all its variants ([zbase32](https://philzimmermann.com/docs/human-oriented-base-32-encoding.txt), extended hexadecimal, [geohash](https://en.wikipedia.org/wiki/Geohash), [Crockford](https://www.crockford.com/base32.html))
0 commit comments