Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Lua alternative to optim()

How to initialize a table with tables in Lua?

Make two objects touchable which were created with a function (LUA, Corona)

Purpose of `n` field added to tables by `table.pack`? Heck, why does `table.pack` even exist?

lua lua-table

String manipulation in Lua: Swap characters in a string

string lua swap

Using LDoc to document table of functions

lua

Reopening closed file: Lua

windows lua crysis

Using multiple parentheses when calling a function in lua

function syntax lua currying

Karatsuba Square Root implementation correctness

What are shared upvalues?

lua upvalue

Calling a function in two tables gives same output

lua

What's the advantage and disadvantage that using string.format("str", ...) instead of "str":format(...) in Lua?

string lua format

Buffer word competion configuration with extended characters (neovim)

regex unicode lua neovim

Lua: How to Properly Construct Nested Functions

How do I make math.random print a string

lua

delete redis hash values in bulk based on the hash key name

How can I determine the type of lightuserdata?

c++ lua scripting

Catch output of lua_error()?

error-handling lua

LuaJIT or eLua for embedded systems?

lua

Lua regex to match pattern in makefile