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

Pages: 1 ... 36 37 [38] 39 40 ... 82
556
Miscellaneous / Re: What is your signature?
« on: November 02, 2010, 11:14:47 pm »
WOW that must have taken him a while to make :P
It's incredible

Also, I like the bar ;D

i actually watched him make it in 10 minutes. it's incredible what he can do with photoshop..

557
Miscellaneous / Re: What is your signature?
« on: November 02, 2010, 11:03:41 pm »
i have an avatar my best friend in 6th grade made me (he was getting paid to design websites in 6th grade... CSS, HTML, etc.), and then my prized Cage Match Victory bar

558
The Axe Parser Project / Re: Bug Reports
« on: November 02, 2010, 03:40:39 pm »
the [00] is unnecessary. storing string data to a static pointer appends the null character at the end automatically.

559
TI-BASIC / Re: Quadratic Formula
« on: November 01, 2010, 09:50:04 pm »
why pause it anyway?
Code: [Select]
"JFGI

560
TI-BASIC / Re: Quadratic Formula
« on: November 01, 2010, 09:32:00 pm »
oops. how'd i miss that.

but yeah, alternate form of the quadratic formula.

561
TI-BASIC / Re: Quadratic Formula
« on: November 01, 2010, 09:24:56 pm »
(sorry, but I had to optimize a little  ;D)
And I has to optimize it more. :P Also, your code doesn't work; it would have to be √(B²/4-AC)/A :(
Code: [Select]
:ClrHome
:Disp "AX²+BX+C=0
:Prompt A,B,C
:Pause -(B+{1,-1}√(B²+4i²AC))/(2A
Doesn't even change the mode settings ;D

Two can play the optimization game. :P

But only one may win...

Code: [Select]
:ClrHome
:Disp "AX²+BX+C=0
:Prompt A,B,C
:B+{1,-1}√(B²+4i²AC
:Pause -2C/Ans

562
TI Z80 / Re: Rule and Conquer: My Game In Progress
« on: November 01, 2010, 08:09:39 pm »
just be careful that you're writing to an appvar which 1) exists and 2) is unarchived.

563
TI Z80 / Re: Rule and Conquer: My Game In Progress
« on: November 01, 2010, 08:04:16 pm »
what's wrong with the appvars? i'm working with them right now, they're pretty fresh in my mind.

564
tiDE / Re: tiDE Team
« on: November 01, 2010, 07:10:28 pm »
TFS = Team Foundation Server?

565
tiDE / Re: tiDE Team
« on: November 01, 2010, 07:01:14 pm »
well i don't have visual studio so, though i'd love to help, i can't :/

566
tiDE / Re: tiDE Team
« on: November 01, 2010, 06:58:39 pm »
how different are java and c#?

567
Art / Re: Image 50*50 : Axe Parser Tutorial
« on: November 01, 2010, 04:58:30 pm »
unfortunately, i'm awful at color graphics so i can't help there :( however, for your second theme, what are you asking for? a program that does what's in the screenshot? or something similar?

568
TI-BASIC / Re: TI-BASIC Images
« on: October 31, 2010, 08:32:35 pm »
the one thing meishe didn't mention are plot sprites.

569
TI Z80 / Re: Formulum: Texas Instruments Version
« on: October 31, 2010, 05:05:45 pm »
i'm intrigued. i do want the code.

570
TI Z80 / Re: Formulum: Texas Instruments Version
« on: October 31, 2010, 05:02:58 pm »
where are you coding? are you using source coder, or on-calc?

Pages: 1 ... 36 37 [38] 39 40 ... 82