Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cyanophycean314

Pages: 1 ... 13 14 [15] 16 17 ... 25
211
News / Re: Site Updates and New Managment
« on: March 12, 2012, 07:45:48 pm »
Nice job to new managers!  :D

Down-rating removed... meh

212
The price for the CX can vary widely, and usually I'd say it's less than 160 dollars.

Amazon:195 (That's insanely expensive)
SchoolMart:138
Staples:160
J&R:150
Walmart:150
TechLine:138
Calculators Inc:138
Educational Electronics: 138

Those are all the retailers linked to by the TI website.

Edit: Those are CX CAS prices

213
Other Calculators / Re: Program preferences
« on: March 09, 2012, 10:22:15 pm »
I just include instructions in the program, but that probably just makes the quality of the instructions worse...  :P

214
Other Calculators / Re: Should I get a nspire?
« on: March 09, 2012, 10:16:42 pm »
I got a TI-Nspire CX CAS on Amazon for about $150. Plus, it was being sold by Amazon. I love getting good deals.  :)

That's pretty expensive... Mine was around $130, from the school.

That said it's much better than here, though. In Canada it costs $195 for a TI-Nspire non-CAS.

O.O

And to think I got my Classic TI-Nspire CAS for ~$45 on Amazon...

Insanity  :o 45 dollars?!

215
General Calculator Help / Re: Programming Initiation
« on: March 08, 2012, 10:03:04 pm »
The two tutorials Nick pointed you at are going to help you program on the Nspire, but if you don't know the actual programming, then check out the official Lua Doc at http://www.lua.org/pil/#online.

Good luck on your programming adventures!  :D

216
Lua / Re: Ti RPG 2 done in Lua (V0.04c)
« on: March 08, 2012, 09:49:21 pm »
You've really been working nonstop! The improvements are great! You have the work ethic.  :)

About the number case on the previous page, you can also do
if tonumber(char) then
  your code
end

The main problem with that is if they enter another character say ".", it'll crash.
Edit: Never mind, I see what you did there. That's a lot better!

217
Lua / Re: Ti RPG 2 done in Lua (V0.04a)
« on: March 07, 2012, 08:09:56 pm »
Hmm. Never heard of loadString, but it sounds really nice. Will research.

218
TI-Nspire / Re: Nspire Movie Player - alternative to nPlayer
« on: March 07, 2012, 05:28:10 pm »
Om Nom. Very good! I shall rickrolls my friends now... >:D

219
Computer Projects and Ideas / Re: A New Programming Language
« on: March 06, 2012, 08:29:07 pm »
Ok, that works too. Once again, keep up the good work!  :D

Edit:  :ninja:

220
 :-\ I don't really need that function that much. It certainly is useful, but I want to keep ndless...  :-\

221
Computer Projects and Ideas / Re: A New Programming Language
« on: March 06, 2012, 08:08:01 pm »
If > and < are input and output, what would the greater and less than signs be? << and >>? I guess that would work.

Naming suggestions... Idk

Nice project though!  :D

222
Lua / Re: Ti RPG 2 done in Lua (V0.04)
« on: March 06, 2012, 07:52:28 pm »
Oh yeah... That is good way, forgot about alphabetical comparison of strings. :P

223
Site Feedback and Questions / Re: Inconsistency with Posts per day.
« on: March 06, 2012, 07:49:29 pm »
Wait, but it says
Date Registered: 07 September, 2011, 20:01:43
on your profile

224
News / Re: OS 3.2 blocks Ndless
« on: March 05, 2012, 09:18:13 pm »
It really is a dilemna if you need oslauncher for the CAS, otherwise I'd easily say just update to 3.1.0.392. You could buy a CX CAS with 3.2 and then hope ndless gets on there some other way. I'm sticking with 3.1 for now, the little OS improvements shall not tempt me enough for me to give up gbc4nspire...

225
Lua / Re: Ti RPG 2 for the Nspire done in Lua
« on: March 05, 2012, 08:05:39 pm »
Quote
if char=="0" or char=="1" or char=="2"or char=="3"or char=="4"or char=="5"or char=="6"or char=="7"or char=="8"or char=="9" then

in python, it would just be "if char in {"1","2","3","4","5","6","7","8","9","0"}" I haven't really figured out a good way to shorten this either.

Pages: 1 ... 13 14 [15] 16 17 ... 25