Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Use string.gsub to replace strings, but only whole words

lua

lua string.upper not working with accented characters?

lua

How do I deal with Lua libraries that don't coroutine.yield()?

What is the idiomatic way to handle variadic values in a variable assignment?

lua

How to get numbers to always display as two digits

lua coronasdk

Check if function is in C or Lua implemented

c function types lua

Setting C properties from Lua

c++ c lua

How to pass empty variables to a function in Lua

Lua table memory leak?

What is the difference between #QNAN and #IND in Lua

lua nan

lua module is not loading libraries

module lua

Convert a CSV file into a table with defined keys in Lua

parsing csv lua lua-table

How to get data from table in Lua

arrays lua lua-table metatable

How to break a code line in Lua

string syntax lua

How do I replace a $ in a Lua string?

string lua lua-patterns

how to extract the 4 bytes of a 32bit int in lua

lua

lua c read nested tables

c linux lua lua-table lua-api

How do I get first table value in Lua

lua lua-table

In Lua, how to set a nil parameter to some default value correctly?

function parameters lua

Lua unpack() messing arguments

lua