Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Simplify Lua function call to C function

lua

How to return a list of values from Lua to C and print them one by one?

c lua lua-api

Create keybinding to focus master client in awesome-wm

lua awesome-wm

When calling the __len metamethod on userdata, Lua passes two arguments to C, nil and userdata. What is the nil for?

c lua

Lua - How to find a substring with 1 or 2 characters discrepancy

string lua string-matching

<eof> expected near 'end'

lua eof game-development

Manipulate multiple Aerospike Sets consistently using a single UDF

Lua - is xpcall as slow as Try...Catch in other languages?

lua

How can I use MoonSharp to load a lua table?

c# lua moonsharp

Lua pattern matching: problem specifying the pattern to match

Can Lua patterns represent any regular language?

Finding the first string that matches a pattern in Lua (XML pattern matching)

xml string lua lua-patterns

Lua - writing iterator similar to ipairs, but selects indices

wireshark lua string:byte() error

lua wireshark

"translating" One character to another in lua

lua hexchat

file init.lua script in neovim not working

lua neovim neovim-plugin

LUA_HOOKRET not working when function is called inside return

lua lua-api

Lua - Extending Tables in loops

arrays lua lua-table roblox