Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in luajit

How do I catch SIGUSR1 in luajit under Linux?

c linux lua ffi luajit

How to link LuaJIT with a C++ program?

c++ linker luajit

luasocket 3.0,undefined symbol:lua_callk

luajit luasocket

Torch Cuda - Generates two processes on both GPU cores

luajit torch

How does this C code (from lua library, Torch) even compile/work?

c lua luajit torch

How do I use lua keyword as a table key?

lua lua-table luajit

LuaJIT lib built with /MD but does not cause runtime library mismatch with /MDd program?

Error while building a static Linux binary (with musl-libc) that includes LuaJIT

luajit segfault on garbage collection

Returning a string from a Rust function to be called with FFI

lua rust ffi luajit

Can't get LuaJIT to compile with cygwin

cygwin 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

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

lua ffi luajit