Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Lua - convert a table into a comma separated list

csv lua lua-table

Is there anything like pointers in Lua?

pointers lua

Lua self references

lua this self

Lua base converter

lua

Escaping strings for gsub

lua gsub

Iterate over lines including blank lines

Variable name to include value of another variable

variables lua

How can I detect at runtime if I am running Luajit or PUC Lua 5.1?

lua luajit

Lua: pass context into loadstring?

Is there anyway to avoid this security issue in Lua?

security lua

What's an embedded zero?

lua

Share Array between lua and C

c lua lua-table

Difference between math.random() and math.randomseed() in Lua

lua random-seed

Symbol not found: _lua_objlen

lua luarocks

Lua string.match uses irregular regular expressions?

regex lua

Redis Capped Sorted Set, List, or Queue?

lua redis

How do you execute a lua file in sublime text 3?

Is it better to declare a local inside or outside a loop? [duplicate]

performance lua

The compilation process

In Lua, what is #INF and #IND?