Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Is there a (simple) way to get the memory usage of a Lua table?

Lua variable scoping with setfenv

lua scope sandbox

Help me understand this piece of Lua code

lua

LPeg grammar oddity

Create suite of interdependent Lua files without affecting the global namespace

lua

How does multiple assignment work?

List Lua functions in a file

function lua

Lua hierarchy string to table

lua lua-table

how to extract the domain from a URL

string dns lua lua-patterns

Is there a Lua IDE which allows to build a standalone executable? [closed]

Lua: iterate through every possible k-length string given a list of symbols

Does lua optimize duplicate imports?

import lua

Detect file opening error on Lua

lua

How do I call a script from a script in Redis?

lua redis eval atomic

Is ipairs reliable on unsorted arrays?

loops lua iteration lua-table

How to sort two tables simultaneously by using one of tables order?

lua lua-table

Lua: Sort String array with varying casing

arrays sorting lua lua-table

How to get multiple return values from function in Lua C API?

c++ c lua

Scripting Design Pattern for Games

Can you dump a running Lua coroutine to a file for a later resume?

serialization lua coroutine