Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in luajit

How can I create a pointer to existing data using the LuaJIT FFI?

pointers ffi luajit

How to change working directory in Torch REPL

lua luajit torch

How do I convert a cdata structure into a lua string?

lua ffi luajit

Can you Yield and Resume Luajit coroutines from anywhere in C?

Scripting with LuaJIT and selectively sandboxing the FFI

security lua sandbox ffi luajit

What should a lua iterator factory return in case of nothing to iterate

lua luajit

Lua/Luajit: Indexing and named method at the same time?

lua ffi luajit

Write-once table in lua?

lua lua-table luajit

Lua Table Memory?

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

lua preprocessor dsl luajit

How to define C functions with LuaJIT?

c lua luajit

How do I convert a lua string to a C char*?

c lua ffi luajit

Running luajit object file from C

c lua luajit

How can I list modules and check functions exist at the command line?

module lua luajit

What is "loadall.so"?

lua luajit

NGINX rate limitting by decoded values from JWT token

Modifying a C++ array in main() from Lua without extra allocation

c++ lua luajit luabridge

LuaJIT and Rocks?

lua luajit luarocks

Differences between standard Lua bytecode and LuaJIT bytecode

lua bytecode luajit