Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Get the lua command when a c function is called

c++ c lua

How to pass and read arguments to a lua program?

lua

An Interesting phenomenon of Lua's table

lua lua-table

Lua: attempt to perform arithmetic on a string value

extending Lua: check number of parameters passed to a function

Efficient heap-manager for heavy churn, tiny allocs?

How to embed a Lua script within a C binary?

c lua

How to Round to the Nearest Tenth?

lua rounding roblox

programming in lua, objects

lua

Modifying a character in a string in Lua

string lua gsub lua-patterns

Pure Lua implementation of md5

hash lua md5

What is a Lua State?

function lua

is table.remove() the same as p[#p] = nil and which is quicker?

lua

In Lua, how can I tell if a number divides evenly into another number?

math lua division coronasdk

Embed Lua into C++

c++ cross-platform lua

Custom Variable Types Lua

variables lua

How to capture a string between parentheses?

Cannot use Percent (%) in a Lua pattern

lua

Lua arguments passed to function in table are nil

lua

Extract the first letter of a UTF-8 string with Lua

unicode utf-8 lua