Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

What's the difference behind normal function call and pcall

lua

Find the last index of a character in a string

string lua

Lua: Smartest way to add to table only if not already in table, or remove duplicates

lua

Is there a lua equivalent of Scala's map or C#'s Select function?

select map lua

Prototype based object orientation. The good, the bad and the ugly?

lua http socket timeout

sockets lua luasocket

Execution time limit for a Lua script called from the C API

c++ c lua lua-api

How to string.find the square bracket character in lua?

string lua pattern-matching

in Lua, how can I use a table as varargs (...)?

lua

Torch / Lua after installation is not working

macos lua torch

Lua - table.insert not working

insert lua lua-table

Lua - convert string to table

string lua lua-table

What is the alternative for switch statement in Lua language?

lua switch-statement

Finding '.' with string.find()

string lua lua-patterns

Does Swift not work with function pointers?

ios c xcode lua swift

how to get query parameter in lua or nginx?

how to urldecode a request_uri string in Lua

nginx lua

lua split into words

string lua

How should I document a Lua API/object model written in C++ code?

Lua, C++, and poor man's subclassing

c++ oop lua