Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

variable _ in lua has a special meaning?

variables lua

What parts of C are most portable?

c lua portability c89

Building a simple bridge between objc and lua?

Display contents of tables in lua

lua lua-table

In Lua, how should I handle a zero-based array index which comes from C?

c lua lua-table

Redirecting/redefining print() for embedded Lua

c++ c lua

Iterate through Lua Table

c lua lua-table

Getting input from the user in Lua

input lua

How catch ctrl-c in lua when ctrl-c is sent via the command line

lua luajit torch

How can I manipulate the JSON body of a POST request using Nginx and Lua?

nginx lua 3scale

Luaj: How to Import or Require a Lua Function Library

java lua luaj

Can I force Lua's table indexing to start from zero?

indexing lua

Lua 5.2 LUA_GLOBALSINDEX Alternative

c lua

Setting windows layout for a specific application in awesome-wm

awesome-wm lua

Lua's package path in nginx

nginx lua

Loadstring function replacement in latest version

lua

Lua math.random not working

random lua

Should I use ipairs or a for loop

lua

Is there special meaning for ()() syntax in Lua

lua torch

Example usage where Lua fits much better than C/C++ [closed]

c++ c lua