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 ... 115 116 [117] 118 119 ... 161
1741
Pokémon Purple / Re: [PP] Progress '10
« on: July 20, 2010, 11:14:46 am »
I've used log( like that before to right-align data for Output(
Meishe: a simplified version that right-aligns all positive integers under ~14 digits (in Ans here) and displays them on the first row is Output(1,16-int(log(Ans)),Ans
A more complex version capable of handling 0 and negative numbers (same range) is Output(1,16-(Ans<0)-int(log(abs(Ans)+not(Ans))),Ans

1742
I wonder if there's a more spammish randomness topic on the board... :P

1743
The Axe Parser Project / Re: Features Wishlist
« on: July 20, 2010, 10:57:06 am »
Tribal: Above, Quigibo mentioned that he plans (or will consider planning) to allow chaining them like Fix 0246, which is even better than using commas. :)

1744
Other Calculators / Re: Awesome Omnimaga rickrolling program.
« on: July 19, 2010, 07:37:39 pm »
Through the French language localization app. All of the localization apps have them, though, as above, I don't know why most of them include the Greek characters.

1745
Other Calculators / Re: Awesome Omnimaga rickrolling program.
« on: July 19, 2010, 07:35:47 pm »
Cool. Having fun with Wabbit speed settings again, DJ? :P
Looks awesome though.
Btw, one thing I never figured out about the language apps was why most of them would enable you to type Greek letters...

1746
Gaming Discussion / Re: Funny game glitches, or bizarre effects
« on: July 19, 2010, 07:33:28 pm »
Nice, all amusing. :)

1747
Other / Re: TI PET Projects
« on: July 19, 2010, 07:26:17 pm »
Yeah, they're probably either back in TI's hands or with a collector who'll be unwilling to give them up.
A quick search reveals nothing. In fact, searching all over the internet, there are only a small number of hits, datamath and wikipedia being some of the first results

1748
General Discussion / Re: Most Epic Kid Ever
« on: July 19, 2010, 07:23:57 pm »
Nice. Good as always!

1749
Other Calculators / Re: Awesome Omnimaga rickrolling program.
« on: July 19, 2010, 07:18:45 pm »
I've used Disp like that before. Very useful at times. Nice work on the programs, both of you!

1750
The Axe Parser Project / Re: Features Wishlist
« on: July 19, 2010, 07:15:47 pm »
Cool. We can already use it with strings for Disp, but a more general application will be nice. Fix extender could be useful too, even though it only saves source code space.
As for automatically resetting flags on exit, my idea was to have the program start with
Code: [Select]
sub(M
Fix 0
Fix 2
Fix 4
Fix 6
Return
Lbl M
which would automatically reset them on exit. (Or create a dedicated token for this)

1751
Other / Re: TI PET Projects
« on: July 19, 2010, 07:06:09 pm »
The reason it probably never came to fruition is that they wouldn't be allowed on such things as the SAT w/their touch screen :P
Also, the OS would've probably been locked down too...
I'd be surprised if it wasn't.

1752
Other Calculators / Re: 100 most important apps and programs
« on: July 19, 2010, 05:10:37 pm »
72. TSE (if only for the concept behind it)

1753
Other Calculators / Re: Undocumented LCD feature - Flip screen
« on: July 19, 2010, 05:07:38 pm »
Yeah, I got four different orientations. Very interesting.
*calcdude is still feeling special

1754
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: July 19, 2010, 05:05:38 pm »
Yeah, I guess coincidence is the best I'll get. With respect to irony, I find it to be quite the opposite.

1755
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: July 19, 2010, 04:55:05 pm »
[offtopic]
Okay, there has to be a word for this, when somebody is naming something only to become an example of it...
DJ, you've been the example both times, with the bump to the thread about the hardest calc game ever and now, ninja'd while posting about what it means to be ninja'd.
Any ideas?
[/offtopic]

Okay, back on topic. Well, if I could think of something to post :(
Actually, I do have something to say. I agree with DJ that you should submit it to ticalc.org if it has a title screen and increasing difficulty. Good game! :)

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