Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Importing lua modules and using them with lua pandoc filter

lua pandoc

Match start of line in multiline string in lua?

lua string-matching

nginx maintainence page with ip whitelist

How to prepend an item to Lua array?

lua

reading delimited text file into Lua table

csv lua element named

Lua: match pattern till the last digit occurence

lua lua-patterns

Delete variable by reference in Lua

memory lua reference lua-table

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