Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

return several parameter from lua C function

c lua

How do I create a save game feature in love2d?

lua love2d

Why does a roundtrip Lua UTC os.date -> os.time -> os.date result in an HOUR Time difference?

time lua timezone-offset

Understanding how to access values in array of tables in lua

arrays lua nested key

go-redis Eval func return value type, when Lua script returns an array

go redis lua go-redis

Lua C api : How to load lua files defined as modules?

c lua

Strip trailing zeroes and decimal point

lua string-formatting

How to get neovim to use nvim-tree instead of netrw?

lua neovim

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