Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Lua: Sort String array with varying casing

arrays sorting lua lua-table

How to get multiple return values from function in Lua C API?

c++ c lua

Scripting Design Pattern for Games

Can you dump a running Lua coroutine to a file for a later resume?

serialization lua coroutine

Would my DSL for Lua work...? (this seems too simply to be true)

lua preprocessor dsl luajit

Passing array as function parameter in Lua?

Can lua function references be used as table keys?

Can Lupa be used to run untrusted lua code in python?

python lua lupa

Why the function in table is called even if it's not selected

lua lua-table

Iterate through vars without a index?

variables for-loop lua

Running applications from freeRTOS

How to jump out of the outer loop if inner' for 'loop is executed in lua

loops lua

Attempt to index local 'file' (a nil value) at file:write

lua

Syntax Change in lua 5.2 C api

c lua

HTTP Server Using Lua/ Torch7

api http lua torch

Lua: attempt to compare boolean with number

lua

How to hide borders dynamically from windows when not tiled (Awesome WM)?

HAproxy+Lua: Return requests if validation fails from Lua script

validation lua haproxy

Error: No results matching query were found. for luarocks in ubuntu

ubuntu lua luarocks

Get true stack trace of an error in lua pcall

lua