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

Pages: 1 ... 10 11 [12] 13 14 ... 46
166
* ElementCoder lost

Looks good, what kind of things will you be posting? Perhaps a travel report? :D

167
Anime and Manga / Re: Webseries Anime: RWBY (red white black yellow)
« on: August 09, 2013, 10:29:52 am »
Interesting episode, I hope for some action next time. So far I like it very much though :)

168
Anime and Manga / Re: Webseries Anime: RWBY (red white black yellow)
« on: August 05, 2013, 05:36:32 am »
What AoC said :) I just watched all three episodes and I'm looking forward to the rest. It looks like this is going to be an awesome show.

169
Anime and Manga / Re: Webseries Anime: RWBY (red white black yellow)
« on: August 04, 2013, 08:04:10 am »
Be it violent, the trailer looks awesome to me I like it :D Going to watch it tonight :)

170
News / Re: Mini vMac for the TI-Nspire
« on: August 02, 2013, 03:59:28 am »
I see you made a 7.5.5 disk as well :) Any software coming along with it?

171
Site Feedback and Questions / Re: (Poll) Can anyone access this URL?
« on: August 01, 2013, 03:25:54 pm »
I get a server not found error on all 3 urls most of the times but rarely loads to a yellow background with a rectangle in the top.

172
Lua / Re: Lua Q&A
« on: July 30, 2013, 08:52:58 am »
ipairs will iterate over the pairs (1, ball[1]), (2, ball[2], ..., (n, ball[n]) till there is no 'n' anymore.
The underscore is just a variable like a,b,c,d etc. but used when you don't care about the variable. Say you were only interested in the values, you'd do
Code: [Select]
for _, values in ipairs(ball_tbl) do
 --Do something here
end
AFAIK it's just a style recommendation to indicate you ignore that variable.

173
Looks like a great extension of the calc, though the price tag seems a bit high (then again, I don't know production costs / agreements for people who need it). I'm interested to see what the community can achieve with this thing if testing ever happens.
We also need to check if it would partially work with standard TI OSes or not at all.
What could be so special about the new OS?

174
Miscellaneous / Re: Back from my two month sojourn
« on: July 28, 2013, 12:27:06 pm »
Welcome back :)

175
TI-Nspire / Re: nPal - an RPG for nspire
« on: July 28, 2013, 09:20:02 am »
The graphics are indeed pretty damn impressive. The dialogs seem a bit weirdly placed but I guess it's alright. Strangely my assumption for the quit menu item was correct ^^ Anyway, good job at translating this (or at least the dialogs), I hope you plan on translating more :)
[Edit: ] some images can be found here http://tiplanet.org/forum/viewtopic.php?p=139259

176
TI-Nspire / Re: Nspire assembly
« on: July 22, 2013, 08:35:12 am »
Progress is going slow, but I managed to keep myself going with learning ARM :) I have a question though: When I comment out "bl lcd_ingray" in the asm example, the editor promptly closes (crashes ?). Commenting out "lcd_ingray()" in the C example however doesn't crash and the program works fine.

177
Humour and Jokes / Re: Weird/funny pictures thread
« on: July 20, 2013, 11:30:00 am »
They remind me of Pikmin :D

178
Lua / Re: Lua Q&A
« on: July 17, 2013, 06:04:18 am »
From the manual:
"Metatables control the operations listed next. Each operation is identified by its corresponding name. The key for each operation is a string with its name prefixed by two underscores, '__'; for instance, the key for operation "add" is the string "__add"."

It's like operator overloading. You can define custom behaviour this way.

I'm not 100% sure as it's been a long time since I've done anything with Lua. I also think it had something to do with global variables as well, but that may not be true.

[Edit:] I meant not sure :P

179
News / Re: fx-CP400 comparative test by cnCalc at Casio-Shangai
« on: July 15, 2013, 01:12:05 pm »
Why would a calculator need a manual that thick o.o At first I thought it would work out well, but it turns out I was wrong then. Things like this make me wonder why companies make such fancy calcs when they don't put in the hardware capable of giving reasonable/respectable performance.

180
News / Re: 1st test of the new Casio fx-CP400
« on: July 15, 2013, 12:39:30 pm »
It looks like a pretty interesting calc to work with. If I had the money I would buy it just to experiment with it :) I agree with the point about how the OS uses the available hardware. If it does it's job nicely, (and judging from the thread it does) then why make a problem out of it.

Pages: 1 ... 10 11 [12] 13 14 ... 46