Search found 345 matches

by Zilarrezko
Tue Jan 20, 2015 12:46 am
Forum: General
Topic: Joke/pun thread
Replies: 40
Views: 33392

Re: Joke/pun thread

Here's a UDP joke, though I don't care if you get it.
by Zilarrezko
Mon Jan 19, 2015 6:31 am
Forum: Libraries and Tools
Topic: Polar & more FPSGraph
Replies: 8
Views: 4284

Re: Polar & more FPSGraph

Updated OP, so people can see my code and stuff. Does bar graph and line graph now. Still has a problem with filling in the graphs and artifacting.
by Zilarrezko
Thu Jan 15, 2015 1:40 am
Forum: General
Topic: Joke/pun thread
Replies: 40
Views: 33392

Re: Joke/pun thread

Two friends are at a bar with a bartender behind the counter. One friend speaks to the bartender saying, "Can I have another drink before the road?oiaehgt309845ty3gjvm23y5-". The other friend apologizes, "Sorry, my friend isn't null terminated".
by Zilarrezko
Fri Jan 09, 2015 4:19 am
Forum: General
Topic: Algorithm for printf wrap amount?
Replies: 3
Views: 2382

Re: Algorithm for printf wrap amount?

Don't waste your typing finger's man haha. I got it now, the font:getWrap, my bad. Thanks! +1
by Zilarrezko
Fri Jan 09, 2015 4:08 am
Forum: General
Topic: Algorithm for printf wrap amount?
Replies: 3
Views: 2382

Algorithm for printf wrap amount?

I've worked with a GUI type deal, and wanted to reinvent some basic concept objects like sliders and text boxes and the like. Though I stopped and dropped it when I couldn't figure out the algorithm for when the printf wraps a word down and how many pixels it wraps vertically for a text box type thi...
by Zilarrezko
Fri Jan 02, 2015 5:27 pm
Forum: General
Topic: Maximum indexes in an array?
Replies: 7
Views: 5540

Re: Maximum indexes in an array?

Numbers in Lua are 64-bit floating point, so in theory you have ~52 bits, which is about a million more entries than Zilarrezko said. In any case, enough that you'll run out of RAM before "using up" a table's indices. Wowy, so if exactly 52 bits of storage... That's 4,503,599,627,370,495 ...
by Zilarrezko
Fri Jan 02, 2015 6:44 am
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.90 is out
Replies: 21
Views: 10348

Re: ZeroBrane Studio Lua IDE v0.90 is out

paulclinger wrote:-- snip --
Thanks man, +1
by Zilarrezko
Fri Jan 02, 2015 1:44 am
Forum: General
Topic: Maximum indexes in an array?
Replies: 7
Views: 5540

Re: Maximum indexes in an array?

For most purposes, I think you can assume that you can that a table can have as many indexed items as you want. I believe there is some sort of hard-limit in terms of memory usage when a table goes above 4Gb, but that would likely take millions and millions of table entries. Above 4 Billion or abou...
by Zilarrezko
Thu Jan 01, 2015 9:28 am
Forum: General
Topic: Maximum indexes in an array?
Replies: 7
Views: 5540

Maximum indexes in an array?

Pretty straightforward question, Does anyone know the maximum amount of indexes a(n) table/array can hold? Or is it more of a maximum data a table can be or do they even have a limit?
by Zilarrezko
Wed Dec 31, 2014 12:05 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.90 is out
Replies: 21
Views: 10348

Re: ZeroBrane Studio Lua IDE v0.90 is out

Does anyone know how to change the color of specific words? something like NOTE in a comment be like purple or something.

I've read through the documentation, and there doesn't seem to be an example of that case in styles.lua in the source code or tomorrow.lua.