Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

What is the proper Lua pattern for quoted text?

lua escaping lua-patterns

How can I run custom tools from a premake build script?

lua build-process premake

Doesn't Lua have something comparable to Ruby's method_missing?

Compile embedded lua in C

c lua

Moai grid with tile colors

grid lua moai

Comparing two index tables by index-value in lua

lua compare lua-table

Hex constant = malformed number?

lua

Trying to understand this lua snippet

lua

Lua Lanes: attempt to index global 'os' (a nil value)

lua

Embedding Lua 5.2 and defining libraries

c lua embed

C++ and C library using longjmp

c++ lua setjmp

Lua and serialized closures

lua closures

LUA (Corona SDK) math.floor() return wrong value with increment of 0.1

lua coronasdk

Safely reading string from Lua stack

c++ lua

Registering a C++ class for use in Lua 5.2

c++ class lua

Whats the usage of metatables without metamethods?

lua

How does `table.insert` work with custom tables in Lua

lua lua-table

I need clarification on Metatable.__index

lua metatable

String Manipulation in Lua: Make the odd char uppercase

string lua gsub lua-patterns

is there a way to get path and name of the interpreter that is running current script?

lua