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

Pages: 1 ... 6 7 [8] 9 10 ... 385
106
The Axe Parser Project / Re: Features Wishlist
« on: December 10, 2011, 10:50:15 pm »
Can SortD() be expanded like it in in TI Basic?  For instance, "SortD(Ptr1,Size,Ptr2)" would sort the data at Ptr1 and also sort the data at Ptr2 by the data in Ptr1.  If that doesn't make any sense, here's an example in Basic:

Code: [Select]
{3,2,4,1}->L1
{4,3,2,1}->L2
SortD(L1,L2)
Then L1 and L2 would equal:
Code: [Select]
L1 = {4,3,2,1}
L2 = {2,4,3,1}

I actually needed this in a program I wrote a while back and had to write it myself in Axe, which was actually really, really hard.

This could be expanded to sort up to four lists by each other or so.  I'm not sure what the upper bound here should be.

107
The Axe Parser Project / Re: Axe Parser
« on: December 10, 2011, 10:41:48 pm »
Select(A,B->A)->B is the correct one.

Quigibo, is there a "...End"?  (There isn't one on the commands list, though it looks like there should be one.)

108
TI Z80 / Re: TI-Defend
« on: December 10, 2011, 10:15:38 pm »
That looks great!  I can't wait for this to be done; I've been looking for a good tower defense game for my calc.

109
Axe / Re: Axe Q&A
« on: December 10, 2011, 09:59:17 pm »
which is faster

x * 2 +3 ->G
x + 2 -> x
or
select( x , +2 ->x) * 2 + 3 -> G

is that even correct syntax? :P
I'm not sure since the command is new, but remember you could do this too:
x + 2 -> x * 2 + 1 -> G

110
News / Axe Parser Update
« on: December 10, 2011, 09:36:50 pm »
Earlier tonight Quigibo released an Omega 1.1.0 version of Axe Parser.  This is the first time Axe has been updated since September.  If you use Axe, it's probably time to update.

Download Link

111
Humour and Jokes / Re: If there was tech support in botswana...
« on: December 10, 2011, 01:53:01 pm »
Become a politician.

I don't have enough time to program.

112
TI Z80 / Re: Mario Kart
« on: December 10, 2011, 09:58:40 am »
how difficult it is to program such a game in Axe or TI-Basic + xLib. :)
I'm going to go with pretty difficult if not impossible.  You might be able to get enough speed to port something like Super Mario Kart (The first one, for the SNES).

I think the closest you'll get is TinyCarz out of games that are already made.  Calc84maniac is working on F Zero here, which he has talked about turning into a full fledged Mario kart game in the past.  However, it is on hold right now for his other projects.

113
Humour and Jokes / Re: If there was tech support in botswana...
« on: December 09, 2011, 06:58:17 pm »
...
See dots instead.

Omnimaga's spam section might be shut down if we post too much in here.

114
Humour and Jokes / Re: If there was tech support in botswana...
« on: December 09, 2011, 05:33:08 pm »
Try using a wrecking ball instead.

It snowed today.

115
Humour and Jokes / Re: If there was tech support in botswana...
« on: December 09, 2011, 05:22:51 pm »
Take the screen out and try again.  (Get it? lol)

I keep posting in this topic.

116
Humour and Jokes / Re: If there was tech support in botswana...
« on: December 09, 2011, 05:02:36 pm »
What's the problem with that?

Java is no longer working on my computer.

117
Humour and Jokes / Re: If there was tech support in botswana...
« on: December 09, 2011, 04:56:00 pm »
Look at yourself in a reflective prizm.

Youtube isn't buffering videos fast enough.

118
News / Re: Rules and positions update
« on: December 09, 2011, 04:53:23 pm »
Do current CoT get to keep their mod powers (aka auto upgrade to ARS) or do we have to file an additional application or whatnot?
You guys will probably all be upgraded, but it will likely be reviewed on a case by case basis.

119
Other Calculators / Re: Does Anyone Have a TI-76.fr or TI-82 Stats.fr?
« on: December 08, 2011, 11:09:34 pm »
Brandon, did you ever get around to porting Chameleon to them?

120
Humour and Jokes / Re: Yo dawg
« on: December 08, 2011, 10:47:33 pm »
I'm posting from Nyan page inside the second page of the topic inside the first page of the topic o_o
I'm quoting calc84 by quoting him from the quote button of the post within Deep's post within Juju's post within the page called page one when this is page two and somebody better page someone to revive someone from accidentally this sentence.

And the Nyan cats keep getting bigger. O.O

Pages: 1 ... 6 7 [8] 9 10 ... 385