Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI-Nspire => Topic started by: cyanophycean314 on January 11, 2012, 05:29:47 pm

Title: [Lua] Base Converter
Post by: cyanophycean314 on January 11, 2012, 05:29:47 pm
I wrote a base converter in Lua. I realize that there is already some basic support for base conversion and a basic program. This allows you to type in letters and convert to bases other than 2, 10, and 16. I might add fractions, but I don't really know how to do that.

Controls:
Type in letters/numbers
Enter to go to next value
Tab to reset
Backspace to backspace...
Title: Re: [Lua] Base Converter
Post by: Adriweb on January 11, 2012, 05:58:55 pm
Nice !

for a more general (?) algorithm, take a look here :

http://stackoverflow.com/questions/3554315/lua-base-converter (http://stackoverflow.com/questions/3554315/lua-base-converter)
Title: Re: [Lua] Base Converter
Post by: cyanophycean314 on April 13, 2012, 01:44:38 am
No update, but it's pretty interesting how this file is in ticalc's top 25 most downloaded files in the past 7 days :P

My other files have seen their downloads drop from around 80 to 30...
Title: Re: [Lua] Base Converter
Post by: apcalc on April 29, 2012, 07:41:33 pm
No update, but it's pretty interesting how this file is in ticalc's top 25 most downloaded files in the past 7 days :P

My other files have seen their downloads drop from around 80 to 30...

That is a good thing!  Great job! ;)