Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

Create suite of interdependent Lua files without affecting the global namespace

lua

How does multiple assignment work?

List Lua functions in a file

function lua

Lua hierarchy string to table

lua lua-table

how to extract the domain from a URL

string dns lua lua-patterns

Is there a Lua IDE which allows to build a standalone executable? [closed]

Lua: iterate through every possible k-length string given a list of symbols

Does lua optimize duplicate imports?

import lua

Detect file opening error on Lua

lua

How do I call a script from a script in Redis?

lua redis eval atomic

Is ipairs reliable on unsorted arrays?

loops lua iteration lua-table

How to sort two tables simultaneously by using one of tables order?

lua lua-table

Lua: Sort String array with varying casing

arrays sorting lua lua-table

How to get multiple return values from function in Lua C API?

c++ c lua

Scripting Design Pattern for Games

Can you dump a running Lua coroutine to a file for a later resume?

serialization lua coroutine

Would my DSL for Lua work...? (this seems too simply to be true)

lua preprocessor dsl luajit

Passing array as function parameter in Lua?

Can lua function references be used as table keys?

Can Lupa be used to run untrusted lua code in python?

python lua lupa