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 - Xeda112358

Pages: 1 ... 260 261 [262] 263 264 ... 317
3916
Introduce Yourself! / Re: Hi, I'm Stefan Bauwens
« on: February 25, 2011, 01:48:14 pm »
more

EDIT: Okay, to make this post constructive, the reason why we have a post count is to provide incentive to help out and keep the community thriving with activity. Plus, it is a calculator website-- we like numbers :D I have 789 posts... 987 happens to be a number in the Fibonacci sequence.

3917
Introduce Yourself! / Re: Hi, I'm Stefan Bauwens
« on: February 25, 2011, 01:40:14 pm »
Ah, yes I believe that was restricted to users with more than 20 posts (or is it 5?).

3918
Introduce Yourself! / Re: Hi, I'm Stefan Bauwens
« on: February 25, 2011, 01:24:01 pm »
That is a good way to learn :D I have been programming in TI-BASIC for 4 years and I don't know everything, yet :P

3919
Introduce Yourself! / Re: Hi, I'm Stefan Bauwens
« on: February 25, 2011, 01:13:58 pm »
Yes, that is what dim does. It returns the length of a variable, so if you do this to a list, you get the number of elements and if you use dim( on a string, you get how many letters long it is :D

3920
Introduce Yourself! / Re: Hi, I'm Stefan Bauwens
« on: February 25, 2011, 11:55:20 am »
The last program I made for the 89 was 9 days ago:
Code: [Select]
rplcstr(in,ss,rs)
Func
Local b,c,a,n
1→n
dim(ss)→b
dim(rs)→c
dim(in)-b→a
While n-1≤a
If ss=mid(in,n,b) Then
left(in,n-1)&rs&right(in,a-n+1)→in
n+c-1→n
a+c-b→a
EndIf
n+1→n
EndWhile
Return in
EndFunc

All it does is search and replace strings. So pretty much you do rplcstr(in,ss,rs) where:
in-a string to search
ss-what to search for in the string
rs-what to replace the search with

So if you did rplcstr("HELLO","LL","LLO JELL") it will replace any instance of "LL" with "LLO HELL" making it output:
     "HELLO JELLO"

3921
Other Calculators / Re: Ti-NSpire getkey function.
« on: February 25, 2011, 11:48:09 am »
Well TI has plans to eventually add more programming capabilities, but maybe they don't plan to add getKey. getKey really isn't needed to make math programs and functions, though.

3922
News / Re: Nspire CX Officially Announced by TI!
« on: February 25, 2011, 08:55:05 am »
Yes, Qwerty, you can take the Nspires and I will handle the 83+/84+SE :D

3923
Introduce Yourself! / Re: Hi, I'm Stefan Bauwens
« on: February 25, 2011, 08:54:10 am »
Just click your name and try to find the settings :D
Also, I do happen to have a TI-89 Titanium that I like to program every so often >_>
I do have experience programming it even if I do not program it much anymore :D

3924
News / Re: Nspire CX Officially Announced by TI!
« on: February 25, 2011, 08:51:47 am »
Here is a quote from Foster@TI:
Quote
TI-Nspire is our newest product focused on secondary and higher education math and science. At this point, we have not yet opened the platform to programming, however, that is in our future plans.
That was found here.

I wonder if this means there is more info they have yet to release, though? They did say that info was coming out today and I even got a message from this Foster@TI to check today at noon.

3925
Introduce Yourself! / Re: Hello World
« on: February 25, 2011, 08:07:29 am »
That will continue to display randomish ASCII chars non stop.

3926
Math and Science / Re: Math! (and that is not a factorial)
« on: February 25, 2011, 08:06:18 am »
Yes, that should count... is there something special about it that I am not seeing or is it part of two other triples?

3927
Humour and Jokes / Re: An evil program
« on: February 25, 2011, 08:02:51 am »
Hehe, did you read the specs on this program? It still needs to be optimised a little, but it is an asm program so you cannot simply press [ON] to exit :D

3928
News / Re: Somebody set up us the bomb
« on: February 25, 2011, 01:42:29 am »
Ooh, nice!
* Xeda112358 likes/appreciates her shiny new badge!
Thanks all! I have been lurking for a while. Even if I don't get on IRC much, I usually check it often when I am on :D

3929
Math and Science / Re: Something you know
« on: February 25, 2011, 01:34:56 am »
Yep, it is one of those things where it kind of almost nearly comes close to possibly being probably understandable in a drawn out roundabout way, just like you said :D Really, you could prove it to be anything which is why infinity is regarded more as a concept as opposed to a number.

3930
Math and Science / Re: Something you know
« on: February 25, 2011, 01:28:35 am »
because it is infinite bit :D

Pages: 1 ... 260 261 [262] 263 264 ... 317