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 ... 74 75 [76] 77 78 ... 125
1126
Try removing TiLP or TI's software, they might conflict with each other.

Edit: or try setting TiLP's port to 'directlink'

1127
Lua / Re: Time/homescreen on nspire CX
« on: November 03, 2011, 06:20:50 am »
Yeah, thats true.

1128
Lua / Re: Time/homescreen on nspire CX
« on: November 02, 2011, 06:33:39 pm »
timer.getMilliSecCounter() returns the seconds since last boot, so you just need to store the begin time in a var and it will always be correct.

1129
General Calculator Help / Re: Ndless 3.0 for Nspire
« on: November 02, 2011, 04:46:35 pm »
What about the CX ^^

1130
TI-Nspire / Re: [lua] Logo interpreter
« on: November 02, 2011, 04:01:07 pm »
I'm not yet done, just finished the main core.

1131
TI-Nspire / Re: [lua] Logo interpreter
« on: November 02, 2011, 02:33:01 pm »
Thanks =)

Quote
Not really useful
You can visualize lot of mathematical stuff with it ;)

1132
Casio Calculators / Re: LuaFX Documentation
« on: November 02, 2011, 11:28:18 am »
Nice work!

1133
TI-Nspire / Re: [lua] Logo interpreter
« on: November 02, 2011, 10:39:20 am »
Thanks =)
Yes, its for the contest :)

1134
TI-Nspire / [lua] Logo interpreter
« on: November 02, 2011, 10:36:59 am »
I've been a bit busy making a logo interpreter in Lua.
I'm going to participate with it in the Ti-Planet / Inspired-Lua contest (math section).

While I still need to make an on calc ui and editor, here are some screenshots that show some turtle graphics (together with the code):


Code: [Select]
to square
  repeat 4 [left 90 forward 80]
end

repeat 36 [left 10 square]


Code: [Select]
make "x 1
repeat 150 [forward :x left 89 make "x :x + 1]

1135
General Calculator Help / Re: Ndless 3.0 for Nspire
« on: November 02, 2011, 09:04:00 am »
Why would you do that?
I like their calculators, and as far as I see it the reason why they try to block is because of what Adriweb said in his post.
They are just trying to avoid an apocalypse :p

(The content of this post is my view, what I think :)

1136
General Calculator Help / Re: Ndless 3.0 for Nspire
« on: November 02, 2011, 07:44:33 am »
Yup, all very true :)

1137
Lua / Re: Chemical Reaction Analysis (Graphical Lua program)
« on: November 02, 2011, 07:42:57 am »
Yay, good work!

1138
Lua / Re: RPG for Nspire done in Lua
« on: November 02, 2011, 04:50:40 am »
The screen refreshes after you displayed everything. You can also refresh parts of the screen, so that you don't have to redraw everything.

1139
General Calculator Help / Re: Ndless 3.0 for Nspire
« on: November 02, 2011, 04:47:07 am »
That's why we got Ti-Planet :p :p

1140
News / Re: 3rd edition of TCAP currently underway!
« on: November 02, 2011, 04:44:15 am »
I was just joking, didn't mean it serious :)

Pages: 1 ... 74 75 [76] 77 78 ... 125