Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Equality operator on mixed types in Lua

lua lua-api

Why does 'if a == 40 or 42' evaluate as 'true' when 'a' is 47?

lua lua-5.2

How can I return a sorted table index as a string?

arrays sorting lua lua-table

Is there any way that prevent lua from translating 'a.b' to 'a/b' when I require 'a.b'?

lua require

Reading a file on Lua

arrays file lua

A calculator using Lua string matching

string lua lua-patterns

Apply function to each row in Torch

I have a set of keys in a table but I don't know how to check it

lua

Local variable assignments in Lua scripting using eval command

lua eval

Three dimensional table in Lua

What are weak references?

lua weak-references

Debug aerospike lua UDF

lua aerospike

If statement in Lua

lua

How to filter out user defined globals in Lua from C++?

Corona stop object being dragged off screen

lua coronasdk

Any Lua pattern alternative to the regex (\\.|.)?

lua lua-patterns

In Lua Torch, the product of two zero matrices has nan entries

lua torch

How to match a part of string before a character into one variable and all after it into another

string lua lua-patterns

LUA Variables as Table Keys

lua