Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Lua inheritance - call method on super

inheritance lua

How to match the start or end of a string with string.match in Lua?

lua

Is possible to use lua code in Unity3D

.net lua unity3d

Destroy lua object by his method

oop lua

Lua - "attempt to compare number with nil" error

exception lua null

What algorithm does table.sort use?

sorting lua lua-table

Lua optimize memory

Why can't I catch a luabind::error exception when my lua code throws an error?

Explanation about “local foo = foo” idiom in Lua

lua

pcall with variable argument in lua

lua

How can I get last modified timestamp in Lua

local variable cannot be seen in a closure across the file?

lua

Lua table - two entries with same key

json lua coronasdk lua-table

how to reinstall cudnn?

c++ linux lua

Call an anonymous function with a local variable as parameter

lua callback hammerspoon

Lua - why is string after function call allowed?

lua luac

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