1681
TI-BASIC / Re: TI - Npsire, CAS; many programming questions
« on: May 12, 2011, 02:26:02 pm »
I'm glad you found it helpful
If you need any other help, I'll be here
If you need any other help, I'll be here
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. 1681
TI-BASIC / Re: TI - Npsire, CAS; many programming questions« on: May 12, 2011, 02:26:02 pm »
I'm glad you found it helpful
If you need any other help, I'll be here 1682
Computer Programming / Re: java applet color help« on: May 12, 2011, 07:39:59 am »
I'm not a Java programmer, but I'll try to help you anyway.
If I understand correctly, you want to change the color of "Color rainbow"? Well, I think you just can issue Code: [Select] Color rainbow = new Color(red,green,blue); again, just with other values for red,green and blue.Edit: if Color is a type, I think you can leave it away, as the var is already declared. 1683
TI-BASIC / Re: TI - Npsire, CAS; many programming questions« on: May 12, 2011, 04:04:59 am »
To get all the row cells in a columns, the best way is to flip the matrix using the 'transpose' command:
disp mstmT[3] This should give you the data you want. Then, about the indirection thing (#), it works like this: Code: [Select] "hello"->var1 var1 will then contain "hello", and hello will contain "test".This will also work with values in a matrix ("test"->#mat[1,1]). For the string searching, I assume you want too look through a list and or matrix? As far as I know, you can't search matrixes and lists. You will have to make your own routine to do that: This is for a matrix: Code: [Select] "findme"->searchstr searchstr is the string (it can also be a number) you want to search for. If it is found, result will be 1, and the coordinates will be in yyy and xxx. It might be that I switched rowsize and colsize, but thats easy to fix if its wrong. You only need one for loop if you are searching a list. Another way to check if something is in your matrix and/or list, but you don't need to know the position is this: Code: [Select] instring(string(matrix),"searchme")->result If result is not 0, is means that "searchme" is in the matrix. This will also be faster than the above routine, but you don't have an accurate index.
1684
TI-Nspire / Re: [WIP] TI-Basket« on: May 11, 2011, 04:10:34 am »
I think you have to press the arrow keys, to continue.
1685
OmnomIRC Development / Re: OmnomIRC Numbers!« on: May 11, 2011, 04:08:11 am »
Nice! Good work Netham
1686
OmnomIRC Development / Re: OmnomIRC Dev Ideas« on: May 10, 2011, 06:05:58 pm »
Oh, ok. Ajax isn't my best subject
1687
Other Calculators / Re: I got a ti-92« on: May 10, 2011, 05:04:48 pm »
Yes, basic programs should work with no problem on the Plus version.
1688
OmnomIRC Development / Re: OmnomIRC Dev Ideas« on: May 10, 2011, 04:57:46 pm »
Hmm, looks quite interesting.
If I'm not mistaken, the loop keeps a xmlhttprequest open until it timeouts, and then starts a new request (endless loop here) ? 1689
Other Calculators / Re: I got a ti-92« on: May 10, 2011, 04:46:34 pm »
Its the same syntax, there are just some things that don't work on the Ti-92.
For example, if I remember correctly, "a+3->a" returns "Error: Circular expression". To run most basic 89/92+ programs you will have to patch them. 1690
Other Calculators / Re: I got a ti-92« on: May 10, 2011, 12:26:00 pm »
There are quite s
Well, the BASIC programming on it is still the same regardless isn't it?The language syntax is the same, but there are quite some differences, some of which are real annoying. 1691
Other Calculators / Re: I got a ti-92« on: May 10, 2011, 03:49:06 am »
I have a little question: Is it a TI-92, Ti-92 with Plus module, or a Ti-92 Plus?
If its just the Ti-92, then you are actually in bad luck, because most of the 68k programs don't run on it. It also doesn't have flash rom. Anyway, if you have any question about basic programming, I'll be glad to help you Have fun with it! 1692
News / Re: Forum reaches 150000 posts.« on: May 09, 2011, 01:26:37 pm »
Indeed, that was my and ruler's remark.
Ruler: Yup, I know, and that is why I always use a dot in my stuff, even though my country uses "," . 1693
News / Re: Forum reaches 150000 posts.« on: May 09, 2011, 01:22:04 pm »
Well, he said:
120,000/988 = 121,45749 121,45749 is correct in my/his country, but he should have changed 120,000 to 120.000. Note for the confused ones 121,45749 < 122 120.000 > 1000 Edit: like Juju said 1694
News / Re: Forum reaches 150000 posts.« on: May 09, 2011, 01:14:54 pm »
Yes, in the US, but not in our country
Anyway, they both should have been different, its very confusing now. 1695
Gaming Discussion / Re: Omnimaga Haxball« on: May 08, 2011, 11:10:36 am »
I was letting him win, I didn't want to make him cry :p
(j/k, I suck at it) |
|