Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Caching expensive table calculation on strings between separate function calls in Lua

lua

How do I de-obfuscate a Lua script?

Cannot link a minimal Lua program

lua

How to trace MySql queries using MySql-Proxy?

mysql lua mysql-proxy

How do you pass a Lua Function to a C Function and execute the Lua Function Several Times?

How to get a list of paths in /etc/ld.so.conf on Linux

get IP Address in Lua

C++ call lua function with variable parameters

c++ templates 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