Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Errors when including hyphens in table variables

lua

Convert decimal to hex in Lua 4?

lua hex type-conversion

Lua get function from argument

c++ lua

Global and local recursive functions in lua

How to call a function within a function in Lua?

lua c api: how to push a string with a null character in the middle?

c api lua

Lua C++ development files on Linux (/usr/bin/ld: cannot find -llua5.1)

c++ ubuntu lua ld

Why is Lua arithmetic is not equal to itself? [duplicate]

lua floating-point point

luaL_dostring puts nothing on the stack?

c++ lua lua-c++-connection

Variable names in table field not working

lua roblox lua-table

Lua search tables using index or value

lua lua-table

Hiding a Lua metatable and only exposing an object's attributes

Performance for table length operator

c performance lua lua-table

Build Vim with lua on Linux Mint

vim build lua linux-mint

Round to nearest odd digit

math lua

is it possible to call lua functions defined in other lua scripts in redis?

node.js lua redis

Can someone explain consisely why I would want or need Lua mixed with C++ for a game?

c++ lua

Lua C API: Retrieve values from Lua function returning a table in C code

c++ c lua

Lua, can I disable parts of the language from C++?

c++ lua

Converting a number to its alphabetical counterpart in lua

lua