Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Corona SDK Vector Circles Antialiasing - does it work?

Remove multiple elements from array in Lua

lua lua-table

Lua execute something stored in tables key value

lua lua-table

"attempt to call global 'tonumber' (a nil value)" in Lua, embedded (in VLC)

lua vlc

Lua require chunk environment

lua require

Reuse coroutine with different arguments per call in lua

Asynchronous duplication request with nginx

nginx lua

Call torch7 (Lua) function from python?

python python-2.7 lua torch

Can you Yield and Resume Luajit coroutines from anywhere in C?

How to pass variable from another lua file?

Lua for loop does not do all iterations

loops for-loop lua iteration

How to handle bit fields in Wireshark Lua dissector?

What is the relation between Lua and C?

c lua

How do I create a function that calls a function when a certain function is called?

lua

Creating new files with Lua I/O functions

io lua text-files

Chromium closes WebSocket with no explanation

lua websocket chromium

Multiple scripts in a single Lua state and working with _ENV

How to create Lua table with name C-API

Lua/Luajit: Indexing and named method at the same time?

lua ffi luajit

How to 'unpack' table into function arguments

lua lua-table