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

Pages: 1 ... 241 242 [243] 244 245 ... 375
3631
Gaming Discussion / Re: SCII out!
« on: July 27, 2010, 07:27:09 pm »
Although i've never been a fan of RTS myself, parts of the trailer actually gave me the chills O.O

3632
The Axe Parser Project / Re: Features Wishlist
« on: July 27, 2010, 07:24:41 pm »
I chose sprite flipping :]

3633
I personaly am very exited to see all the entries and what people come up with :)  I hope you finish your entry graphmastur!  And everybody else too ^^

3634
Other Calculators / Re: ti-nspire google group
« on: July 27, 2010, 07:22:39 pm »
Lol according to TiCalc, about 99% of what the world does with their calculators is solve quadratic equations (or spends time writing programs to do it for them) Games?  What games?

* Builderboy hides *

3635
News / Re: OS 2.1 NleasheD & 50000 forum posts
« on: July 27, 2010, 07:21:20 pm »
Bravo ExtendeD!  Truly we cannot be stopped by The Man, much less TI! Downgrade protection?  What downgrade protection?

And its good to see you back Dj :)

3636
Miscellaneous / Re: Human Languages
« on: July 27, 2010, 07:17:57 pm »
English: Native

;D

3637
The Axe Parser Project / Re: Features Wishlist
« on: July 27, 2010, 05:24:48 pm »
This is all fine, if you only want Axe to be used by the average programmer.  If you never want Axe to be used for advanced purposes, this is perfectly fine. This kind of thing would open Axe up to serious programmers, for serious purposes.

Calm down SirCmpwn, this is Quigibo's program and he's going to support the features he deems necessary.  He is keeping in mind all of his users, and if he doesn't support a feature you want, dont get angry.  It really has very little practical support and could cause more trouble than its worth.  If you really need it super badly you can always write some Asm code to do it for you, Axe is as advanced as you make it.

3638
Axe / Re: Routines
« on: July 27, 2010, 04:58:22 pm »
Maybe it would make it easier to write a quick subroutine that extracts each nibble from the data and returns them one at a time?  That way you dont even have to think about the half byte compression going on?

3639
The Axe Parser Project / Re: Axe Parser
« on: July 27, 2010, 04:44:22 pm »
This is no data transfer routine if i remember correctly, this is direct access to the hardware, so you have to write your own data sending routines if you want to send actual numbers.  Here is my understanding of the command:

The IO cable has 3 wires, called the tip, ring, and ground.  Ground is not used for transfering data, so we will only concern ourselves with the tip and the ring.  The ring and the tip can either be in two 'states' or voltages, high and low.  The calculator can either "pull" a ring/tip low, or let it go high.  What this means is that if it is "pulled" low, the calculator forces the tip/ring to go into a low voltage.  Even if the other calculator is letting the voltage go high, the tip/ring will still be at low.  Thats where the term "pulling low" comes from, because the calculator "pulls" and forces the voltage.  When the calculator "lets the voltage go high" it does not force it, but only lets it go.  If both calculators let go, the voltage goes high.  If either one (or both) of the calculators is pulling low, the line will be read as low.

To SET the cable, use the #->Port command.
0 lets both lines go high
1 pulls the tip low
2 pulls the ring low
3 pulls both lines low

To READ the port, use the Port->Var command.
0 means both lines are low
1 means tip is high
2 means ring is high
3 means both lines are high

Yeah reading and writing is confuzzling, but thats the way it works unfortunately.  Note that i haven't actually used the link port at all so all of this is conceptual :P if any of this is incorrect please let me know!

3640
Miscellaneous / Re: Programming Languages
« on: July 27, 2010, 10:55:51 am »
TI-BASIC: Advanced
Axe: Advanced
Z80: Beginner
Java: Advanced
C: Beginner
Python: Noob
Piet: Expert ;)

3641
Other Calculators / Re: Sound for calculators with bad ram
« on: July 26, 2010, 07:03:31 pm »
What about Huffman coding?  I remember it was used for a previous sound player... although i dont remember which.  It seems to be the type which would help with this type of data tho.

3642
Axe / Re: Routines
« on: July 26, 2010, 05:12:41 pm »
Ah gotcha, yeah that makes sense.  Yeah i was just commenting on uncompressed vs compressed sizes :)

3643
Pokémon Purple / Re: [PP] Progress '10
« on: July 26, 2010, 05:10:24 pm »
That looks really good! :) Aesome job on the update, and congrats on the status setup progress completion ^^ Cant wait to see more :)

3644
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: July 26, 2010, 05:09:40 pm »
459: When you think really hard, a scrolling bar appears on the top right corner of your vision

3645
Axe / Re: The Complete Guide to Effective Axe
« on: July 26, 2010, 05:08:10 pm »
Heh, that we are :]

* Hides *

Pages: 1 ... 241 242 [243] 244 245 ... 375