Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

call a Lua function just by writing its name (without parentheses)

function variables lua

How do I convert seconds since Epoch to current date and time?

time lua epoch

How to inspect POST body in nginx (HttpLuaModule)

post nginx lua

LUA: Call a function using its name (string) in a class

function oop lua

Game Engine Scripting Languages

Lua: Random: Percentage

lua

How can I pass the arguments to the lua file through the lua CLI

Create Lua function from string

lua

Detect if last character is not multibyte in Lua

regex lua coronasdk multibyte

Lua - nils in table constructor

lua lua-table

how to represent nil in a table

lua lua-table

Lua: subtracting decimal numbers doesn't return correct precision

lua

Why won't applications in Program Files run using os.execute in lua?

lua

I need a tool to parse Lua tables, preferrably in Ruby or Java

java ruby parsing lua lua-table

Mixing Lua and PHP?

php lua

Tracking Lua tables in C

c++ c lua swig

Lua Prime Number Checker

lua numbers

Lua compiled scripts on Mac OS X - Intel vs PPC

macos lua cross-compiling luac

Convert hex to decimal keeping fractional part in Lua

lua decimal hex

In Lua, how to get the tail of an array without copying it?

lua