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 - Jim Bauwens

Pages: 1 ... 70 71 [72] 73 74 ... 125
1066
TI-Nspire / Re: Balance game
« on: November 15, 2011, 02:10:13 pm »
Do you mean convert a table to a string, or opposite?
To simple display a table number value, use this:
Code: [Select]
a={1,2,3}
nr=1
text=tostring(a[nr])

Edit:
I get it.
If the table is a global table, you can do this
Code: [Select]
ball1={1,2,3}
nr=1

thetable = _G["ball" .. nr][5]

_G is the global table.

1067
TI-Nspire / Re: Balance game
« on: November 15, 2011, 01:01:00 pm »
Can't wait to see what this will become :)

1068
News / Re: ColorTetris
« on: November 15, 2011, 12:59:21 pm »
Don't worry, we are busy doing that :D
(Secret project ftw :p)

1069
General Calculator Help / Re: What calculator is best?
« on: November 15, 2011, 05:57:56 am »
Nah, the TI-92's form factor is better ;)

1070
General Calculator Help / Re: What calculator is best?
« on: November 15, 2011, 05:19:52 am »
While I agree with my brother, I think you should get the 89's big brother, the TI-92 Plus :D

1071
Lua / Re: Color tetris
« on: November 14, 2011, 02:30:34 pm »
Very very good job, it looks wonderful :)

1072
Other Calculators / Re: LogoMagic
« on: November 14, 2011, 11:48:28 am »
- Does it have the "Commander" (text I/O thing)
- Can it run the subroutines, or does it run the whole file?

Currently my logo version doesn't support input (user entering stuff), but it supports all the list/word modification stuff (well, probably not all, but enough).
For text output there is "print" and "label".
If I have some time, I'll make it accept input too :)

Yes, it supports subroutines. That way most logo code will run without a hitch :D

Edit: And thanks for all the code!

1073
News / Re: Reflash your Nspire Boot2 without RS232!!!
« on: November 14, 2011, 09:58:04 am »
Hmm, thats kinda sad :(

Edit:
That (removed) circuit line goes directly to a pic named NC (not connected). The closest other pin is WE# (write enable), so maybe its connected with this.
Another option is that that line isn't connected at all with the NOR chip, but just goes under it (there is another line coming out the other side that is perfectly aligned with it).

Anyway, there isn't really a way to any pins on the bottom of the NOR, as the SoC is just under it.

1074
Other Calculators / Re: LogoMagic
« on: November 14, 2011, 09:56:57 am »
@Michael_Lee, to be honest, that isn't Logo :p
Its just python with turtle graphics :)
I could convert it to Logo, but I'm too lazy right now :)

Can it let us make entire games by the way?

My current implementation runs the whole code in one time, and then displays the result.
But I can make a version that draws stuff during run time, making it possible to create games :)

1075
Other Calculators / Re: LogoMagic
« on: November 14, 2011, 12:56:26 am »
@Darl, Michael
Why not give me the logo code, I'll try it on my calculator :D

1076
Other Calculators / LogoMagic
« on: November 13, 2011, 11:25:46 pm »
LogoMagic



http://www.omnimaga.org/index.php?action=downloads;sa=view;down=739

LogoMagic is a Logo interpreter for the Ti-Nspire series. It is written in Lua, so only works on OS 3 and above.
It supports the UCB Logo dialect, and understands quite some primitives.

There is a built-in editor to create your scripts on-calc.
So, in short: another language for the Ti-Nspire :p


1077
News / Re: Reflash your Nspire Boot2 without RS232!!!
« on: November 13, 2011, 05:25:29 pm »
Interesting.
But could it not be that the non-prototype used a different type of nor, differently accessible than the prototype? It might be that its not protected, but that it works just different?

(But I don't know so much about this topic, so don't listen to me :p)

1078
Axe / Re: AXE midi out adapter
« on: November 13, 2011, 09:39:40 am »
Maybe the signal polarity is wrong (reversed), you could check that again.

1079
Other Calculators / Re: The 1st homemade Nspire full-dock connector
« on: November 13, 2011, 05:03:59 am »
The best way to do this is to dpuplicate the good wires (tx and gnd I think), link them to an externale speaker, and put a switch between the wires and the speaker so you only get sound when wanted, and then don't get weird sounds because of some real data coming out of the TX ... :P

But that is just what we want! :P

1080
General Calculator Help / Re: Ndless 3.0 for Nspire
« on: November 12, 2011, 07:35:16 am »
In the news on the front page, but yeah it's still being fixed so it doesn't cause any damage and is stable. It's a proof of concept, though, showing that it's possible.
mushmoom is talking about ndless "3.1", while the front page states ndless "3.0". I guess he is mixing OS versions with ndless versions :)

Pages: 1 ... 70 71 [72] 73 74 ... 125