Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

How to create a directory in Lua?

directory lua filesystems

Convert a string date to a timestamp

date lua

Compiling Lua lib for Android - success, but strange segfaults

android c android-ndk lua

Case-insensitive Lua pattern-matching

Best tool(s) for decompiling Lua bytecode? [closed]

Keeping everything in a single lua bytecode chunk?

lua embed bytecode

How to keep the order of a Lua table with string keys?

lua lua-table

table.unpack() only returns the first element [duplicate]

lua lua-table

using type() function to see if current string exist as table

lua

Extracting the last N characters of string in Lua?

string lua

Lua - if statement with two conditions on the same variable?

if-statement lua coronasdk

How to terminate Lua script?

lua minecraft computercraft

How can I pass parameters to a Lua file when loading it from another Lua file?

lua

Lua Integer type

lua integer

Get the index of an item by value in a redis list

list lua redis

Lua: implicit table creation with string keys - why the extra brackets?

lua

How to embed Lua inside Python?

python lua embedding

Ruby sandboxing vs. integrating a scripting language

ruby scripting lua game-engine

proxy_pass does not resolve DNS using /etc/hosts

nginx lua dns hosts hosts-file

Greedy/Non-Greedy pattern matching and optional suffixes in Lua

lua