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

Pages: 1 ... 100 101 [102] 103 104 ... 207
1516
TI Z80 / Re: Project Feedback - Imagination Quest
« on: September 03, 2010, 05:43:27 pm »
Those look really cool! The only thing with the key game is that do you not get to see the key heights first? Because how are you supposed to know what to guess at first?

1517
Miscellaneous / Re: Pet Peeves-Post Here
« on: September 03, 2010, 05:41:23 pm »
Oh man, I just had some and then forgot :P

1518
Introduce Yourself! / Re: Hi DJ Omnimaga! jhgenius01
« on: September 03, 2010, 05:43:56 am »
Welcome here and I hope you enjoy your stay here at Omnimaga. Someone should have some peanuts for you soon :) (How about some normal ones for a change? :P)

1519
TI-BASIC / Re: Circle Graphs
« on: September 03, 2010, 01:46:39 am »
I still like my idea ;) :P But that'd be a pretty cool thing to do.

1520
TI-BASIC / Re: Circle Graphs
« on: September 03, 2010, 01:37:33 am »
That makes me think of a cool idea to mess with the teacher :P Make it so there is a little fuse that appears after the graph is displayed and then when it goes down all the way a exploding animation happens :P

1521
Other Calculators / Re: Why FreeBASIC rocks your socks.
« on: September 03, 2010, 01:25:12 am »
Ah ok. Gotcha.

1522
Other Calculators / Re: Why FreeBASIC rocks your socks.
« on: September 03, 2010, 01:19:22 am »
Ah ok, that's what I kinda thought you had done :P What forum glitch?

1523
Other Calculators / Re: Why FreeBASIC rocks your socks.
« on: September 03, 2010, 01:10:28 am »
Wait, why are you moving this to BasiC++? Miotatsu was just talking about it for a second, FreeBASIC is something completely different. So I think this should really be in Non-Calc-Related Computer Projects And Ideas or something similar.

1524
Axe / Re: Axe Boolean Logic
« on: September 02, 2010, 11:56:18 pm »
Ah ok, gotcha.

1525
Axe / Re: Axe Boolean Logic
« on: September 02, 2010, 11:41:53 pm »
Code: [Select]
...
If X≠0 and (Y≠0)
...

and

Code: [Select]
...
!If X or Y
...

produce different results. The first gives all "YES" and the second gives all "NO."

1526
TI-BASIC / Re: list equal list if statement
« on: September 02, 2010, 11:28:02 pm »
Oh, ok. So basically you're just testing to see if there is a zero in any of the boolean between the lists?

1527
TI-BASIC / Re: list equal list if statement
« on: September 02, 2010, 11:18:50 pm »
Why does that work exactly?

1528
Miscellaneous / Re: Pet Peeves-Post Here
« on: September 02, 2010, 10:26:22 pm »
1. Retarded kids in school

2. Computer retarded computer people who think they are right and everyone is stoopid

3. Little kids on the X-Box who cry, whine, curse, and try to tell their parents on you if you kill them or something (none of which are better than the child himself)

Hey, can you please watch the use of that word?

1529
Other Calculators / Re: Why FreeBASIC rocks your socks.
« on: September 02, 2010, 10:05:23 pm »
Well I think one of the big reasons TI-BASIC is so slow is because it parses as it runs. So if there was a good way to parse it first then execute or something it would not be as big of an issue.
It would still be almost as slow, because of all the floating-point arithmetic. It would also be significantly bigger.

Ah ok, gotcha. I just read that somewhere or something like that. Probably just misinterpreted or something. What does the floating point do though? Like why does that slow it down?

@meishe
Hmm....isn't that pretty much what axe does? (well kinda) :P

I know, it converts it to asm, not preparsing per se, but it's a similar idea.

BTW, the concept of parsing before running a program is called compiling :P

Floating point arithmetic.....is there any way around it in TI-Basic?

What exactly are you referencing? As for as I know Axe is a language in itself and then you run it through AxeParser which then compiles it into assembly which is just a step up from computer language (binary, correct?) so it parses it very little when it's executed. But with TI-BASIC it runs directly as it is and as it runs the calculator compiles it as it goes, at least that is what I've gotten from reading some things.

Ya, I know. Just couldn't think of the word :P

1530
Miscellaneous / Re: Pet Peeves-Post Here
« on: September 02, 2010, 09:59:06 pm »
Figured I would finally answer. Some are repeats.

-Getting marked off for spelling in subjects other than English/writing/etc. (I mean, really?)
-Getting marked off for not showing enough work when I know how to do the problem but doing the work slows me down.
-When I make stupid mistakes when programming.
-When people don't listen to my suggestion or an idea or they just take control or something.
-When people use the word "retarded" for people who are just not smart or as a word to describe something (an adjective, if you will).

I'm sure there are more but that's just off the top of my head.

Pages: 1 ... 100 101 [102] 103 104 ... 207