Tuesday, August 23, 2011

Ti Nspire Link

After much searching I found a download of TI's computer link software for the nSpire (they have purged it from their site)

Get it here:

http://j.mp/nSpireConnect

Be advised that I had to run it in Windows XP mode on my 7 x64 machine.

Sunday, March 13, 2011

Mind Numbingly Simple Counter

I wanted a simple counter program. Is that too much to ask for?

Anyway I couldn't find one, so I wrote my own. It is written in Java and is mind numbingly simple. In fact it is only two lines long (though I did that to be clever. It would be easier to make it with more lines).

The limitation of the counter is Integer.MAX_VALUE. Just don't counter higher than that you should be fine.

Hit the x or type "quit" to end the counter program. It will not remember your place.

Download here: [Link Removed until I can find the file again}