base-n Questions
3
Solved
I'm looking for a decent BaseN encoder (with custom charset) in Java, that is not limited by input data size (array of bytes).
Something like this:
https://github.com/mklemm/base-n-codec-java
...
Polymorphism asked 9/11, 2016 at 12:44
3
Solved
What's the best way to do base36 arithmetic in Perl?
To be more specific, I need to be able to do the following:
Operate on positive N-digit numbers in base 36 (e.g. digits are 0-9 A-Z)
N is fi...
1
© 2022 - 2024 — McMap. All rights reserved.