visualsubnetcalc/dist/js
Caesar Kabalan 9cd0059853
Switch from Base32 to Base36 for Efficient Saves
Found an edge case where /32 was returning '10' as the short
representation of the subnet size because base32 can store 0-31 as a
single digit. So switched to Base36 so 0-35 could be represented, though
we'll only need 0-32.
2024-10-15 15:45:54 -07:00
..
lz-string.min.js Refactor dist/ layout and add web-server to npm 2023-05-24 22:16:05 -07:00
main.js Switch from Base32 to Base36 for Efficient Saves 2024-10-15 15:45:54 -07:00