Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Alternatives to Lua as an embedded language?

Check if a string isn't nil or empty in Lua

string lua

Search for an item in a Lua list

list lua lua-table

How do you copy a Lua table by value?

lua lua-table

Lua pattern matching vs. regular expressions

regex lua lua-patterns

Is Lua based primarily on well-established programming-language ideas? [closed]

lua language-design

How to check if matching text is found in a string in Lua?

How to check if two Torch tensors or matrices are equal?

lua torch

How to iterate through table in Lua?

arrays loops lua key lua-table

What is the difference of pairs() vs. ipairs() in Lua?

for-loop lua

How do I append to a table in Lua

lua lua-table

How can I create a secure Lua sandbox?

lua sandbox

Why use Mongrel2?

nginx lua webserver mongrel2

Join tiles in Corona SDK into one word for a Breakout game grid?

matrix lua coronasdk breakout

Check if a file exists with Lua

file-io lua file-exists

How to merge two tables overwriting the elements which are in both?

merge lua lua-table

Lua - Current time in milliseconds

time lua

NSURLErrorDomain error code -999 in iOS

Concatenation of strings in Lua

lua concatenation

For Loop on Lua

loops for-loop lua