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.


Topics - Munchor

Pages: 1 ... 18 19 [20]
286
TI-BASIC / Optimization Tips
« on: October 17, 2010, 08:01:02 am »
Hello,

I'm doing a few little and simple programs to learn TI Basic, and I've been told that optimization is the key to TI_Basic.

So, here is a simple program I made:

Code: [Select]
Define LibPub helloname()=
Prgm
:RequestStr "Your name:",name
:RequestStr "Your location: ",location
:RequestStr "Your calculator: ",calculator
:Text "Name:"&name&""
:Text "Location: "&location&""
:Text "Calculator: "&calculator&""
:EndPrgm

Now, how can I optimize it?

I want simple tips like this:

Code: [Select]
Output(1,1,"Hello World")

Output(1,1,"Hello World

Thanks in advance!

287
TI-BASIC / NSpire Input
« on: October 16, 2010, 12:19:23 pm »
Hey there, I know how to get input from the user like this:

Code: [Select]
Define LibPub cube(n)=
Prgm
Disp n, " ao cubo e igual a ", n^3
disp "by David"
EndPrgm

A small program made in portuguese.

I get the input from the user, because the user has to type:

Code: [Select]
cube(n)
I want another way to get input, like a box, where they enter a number or like a flashing cursor and they enter the value.

Thanks much!!
David

288
Other Calculators / Nelson Sousa: N-Spire Programmer
« on: October 16, 2010, 10:26:28 am »
Hello everyone, I'd like to tell you more about Nelson Sousa, a portuguese (go portugal!) programmer who has made several tremendously useful programs for ti-nspire:

www.nelsonsousa.pt

(don't worry, the website is available in English)

His programs include:

NSpir3D, a program to work with 3D
Equations 2.0, a program to solve 2nd degree equations and systems of equations too.
Treasure Hunt, OMG AN AWESOME GAME using the touchpad,
Periodic Table, the periodic table duh!
Molecules 3D, a program to see 3D molecules

http://nelsonsousa.pt/index.php?lang=en&cat=2&subcat=3

Check all of his programs :)

289
TI-BASIC / N-Spire programming
« on: October 16, 2010, 10:18:54 am »
Hello everybody, I know a little bit of ti_basic, so for example:

Code: [Select]
«
disp ("hello world")

This is really basic, but it's just an example...

In ti-84 I would go to "Prog" and make a "new" and then:

Code: [Select]
ClrHome
Disp("hello world")

How do i do that in the nspire?
And save it as a program that runs the "hello world" command?



Thanks in advance!

290
Introduce Yourself! / yo everybody!
« on: October 16, 2010, 09:54:57 am »
ClrHome
Output(1,1,"Hello Everybody, I'm new")

I'm new to Omnimaga, I read several of your post after buying a TI-Nspire Touchpad for school.

I like computers WOW I LOVE COMPUTERS, and PROGRAMMING OMGOSH I LOVE PROGRAMMING, check

www.code.google.com/p/formulum

This is a very good program of mine made with Python.

I enjoy programming C, Python and C#. I'm learning TI BASIC too.

I enjoy hacking too :P


I can't send PMs for now, which is weird, so please explain me why :)


David!

Pages: 1 ... 18 19 [20]