Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

How to register member function to lua without lua bind in c++

c++ lua

Pass C++ object to Lua function

c++ lua

Cloning a Lua table in Lua C API

c lua lua-api

Print list of ALL environment variables

lua

Can bytecode produced by luac be used on computers with no Lua library?

lua luac

Split a string and store in an array in lua

string lua split

Lua table convert

lua lua-table

ServiceStack Redis, how to return Lua table as List

lua redis lua-table

"Extend" the "string" table - how to do it? Is it even a good idea?

string lua monkeypatching

Escape string for Lua's string.format

How are Lua tables handled in memory?

"Bitwise AND" in Lua

How to notify host application when object/table are garbage collected

LuaJIT require module error

lua luajit

LuaJIT not seeing rocks installed by LuaRocks

lua luajit luarocks

Case insensitive array in Lua

arrays lua case

Recommended way to have 2+ modules recursively refer to each other in Lua 5.2

Lua pattern parentheses and 0 or 1 occurrence

regex lua lua-patterns

How do I get the table length of a lua table in c?

lua

how to avoid popup a window when use os.execute in lua

windows lua