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

Pages: 1 ... 116 117 [118] 119 120 ... 161
1756
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: July 19, 2010, 04:46:23 pm »
Looks interesting, I might look at it later.

As for what "ninja'd" means:
Quote from: Urban Dictionary
When posting on a forum, you submit a post only to find that someone has posted the same thing only seconds earlier.

1757
News / Re: Omnimaga reaches 5 millions requests. {AP} retires.
« on: July 19, 2010, 04:28:27 pm »
Nice, the continuing record-breaking is awesome :)
As stated elsewhere, too bad for {AP}. Hopefully he'll hang around, though :)

1758
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: July 19, 2010, 04:25:56 pm »
If you used sub(, yes, it'd act like a normal subroutine.
Edit: ninja'd again! :P

1759
The Axe Parser Project / Re: Features Wishlist
« on: July 19, 2010, 04:18:23 pm »
That might not work, since you wouldn't want those flags reset every time you returned from a subroutine. Better is to do as I suggested (in the same thread), or possibly have a token that adds the equivalent of this code automatically.
Automatic cleanup would be nice in any form, though.

1760
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: July 19, 2010, 04:12:48 pm »
Either hope the OS can deal w/it (bad idea), have something like
Code: [Select]
sub(M
Fix 0
Fix 2
Fix 4
Fix 6
.There may be more, but you get the point
Return
Lbl M
at the very beginning of your program, where Lbl M is the start of the code, or have the program Goto a Lbl that does the cleanup then returns for it. The second option is probably the best, since you can just add that one piece of code and not have to worry about modifying any other part of your code.

1761
Gaming Discussion / Re: Funny game glitches, or bizarre effects
« on: July 19, 2010, 04:07:49 pm »
wow. interesting find. The Door Spasms were amusing :P

1762
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: July 19, 2010, 03:56:42 pm »
No, it'll just goto it, and you won't be able to return to where you were (either going to somewhere else in the program if you had nested subroutines, or exiting from the program)
You'll still have to use sub( to call subroutines. (An exception to this, which you may or may not be able to take advantage of, is that "sub(E:Return" (If it's just a plain return) can be replaced with "Goto E" and everything will be fine)

1763
Other Calculators / Re: TI'S Response to our outrage
« on: July 19, 2010, 03:52:26 pm »
I seriously doubt you'll get either :P
If you succeed, though, you'll be a hero :)

1764
The Axe Parser Project / Re: Bug Reports
« on: July 19, 2010, 03:45:23 pm »
This was mentioned earlier, and it's a random bug that doesn't allow you to end programs with tokens that could have an "r" after them. IIRC, Quigibo has already fixed this for 0.4.0
Edit: ninja'd :P

1765
Other Calculators / Re: TI'S Response to our outrage
« on: July 19, 2010, 03:42:46 pm »
Indeed. Less "TI-Cares" than "TI-sends-you-a-canned-response-(i.e.-excuse)"
Or maybe "Cares" is short for that? :P j/k

1766
Other Calculators / Re: TI'S Response to our outrage
« on: July 19, 2010, 03:27:03 pm »
yeah, he did, IIRC. You wonder how much they know about their own product..

1767
Other Calculators / Re: TI'S Response to our outrage
« on: July 19, 2010, 03:24:20 pm »
If you haven't realized, TI-Cares is not very helpful :P
I got a similar response when asking them about the possibility of the missing RAM on newer 84+(SE)'s
I might've even been answered by the same guy... :P

1768
Other / Re: OMG -Today's XKCD!
« on: July 19, 2010, 03:10:35 pm »
* calcdude steals {AP}'s position :P (lol j/k)
Yeah, the post rate has remained pretty high :)
Hope you find time!

1769
Other / Re: Another duplicate thread...
« on: July 19, 2010, 03:02:06 pm »
You aren't alone, there was an additional duplicate thread earlier. I'd link it, but it seem to have been deleted (or merged, I didn't check that thoroughly)
Edit: Too bad... :( I hope you'll find time eventually

1770
Other / Re: Another duplicate thread...
« on: July 19, 2010, 02:58:34 pm »
This has already been posted: http://ourl.ca/6377
It's still amusing to read again, though :P

Pages: 1 ... 116 117 [118] 119 120 ... 161