Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How do I know if a table is an array?

lua

Attempt to index local 'self' (a nil value)

lua

Can I compile LÖVE games into EXE files and sell them?

lua love2d

Redis lua when to really use it?

lua redis

How do I use the bitwise operator XOR in Lua?

Are curly brackets used in Lua?

syntax lua

Lua - get command line input from user?

lua user-input blocking wait

In Lua, how can you print the name of the current function, like the C99 __func__ identifier?

lua