Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Import functions from table as local functions in Lua

scope lua

add luasocket to program (bizhawk) shipped with own lua environment

lua luasocket lua-5.1

Getting all the values matching a key pattern from redis through Lua

python regex lua redis

Implementing deferred execution in Lua?

How to do clean up in generic for iterator function when breaking out of it

c lua

how to use vimscript plugins with lua for neovim

lua neovim

LuaPlus and c++ callback for garbage collection event

c++ lua

string.match and regex in Lua, is it possible?

regex lua pattern-matching

lua http.request return attempt to index global 'http' (a nil value)

sockets lua

How to check the value of a boolean (set by user) with a variable string?

string lua boolean

How can I create and edit an array of binary data ready for serialization over UDP?

lua arrays

How to execute lua bytecode genrated by luac on linux

linux lua bytecode

In lua, array sub element

arrays lua lua-table

Array as value in a lua table

How to get the smallest number in a Table with Lua

arrays lua

How do I return multiple modules in Lua?

module lua

Lua - gmatch scientific notation string to number

How to write Lua commands in Neovim with mod keys (Ctrl, Alt, Shift etc)

lua neovim