Archive: Base Conversion of Very Long Positive Integers


Base Conversion of Very Long Positive Integers
Hi,

I made a small plugin for base conversion of very long integers - bases 2 (0-1) to 36 (0-z) are available.

It's based on http://www.codeproject.com/KB/recipe...px#xx2812840xx algorithm.

http://nsis.sourceforge.net/File:BaseConervt.zip

(I know I have a typo there - I hope someone with more nsis-wiki-karma will take care of it)

J


Wiki Page
Very Nice.

I had a moment and created a full Wiki Page for the plug in. You can find it at: http://nsis.sourceforge.net/BaseConvert_plug-in

I haven't renamed the file yet as it required a bit more rights than I have to rename/move/delete the old entry.


Nice works, very useful plug-in!


Thanks!

Let me know if there are any bugs...


30-11-11 fixed a bug when converted number is equal to 0. updated version is up.