How to decrypt and decompile Luajit
I have a lua file, it has been encrypted with luajit, can someone please help me?
How to decrypt and decompile Luajit
I have a lua file, it has been encrypted with luajit, can someone please help me?
Proportionally scale an array of numbers so the total equals a specific number [closed]
Closed 20 hours ago.
Lua option -l “module ‘lib1.lua’ not found”
One of the first examples in the Lua book is a function that’s saved in a file called lib1.lua.
The file works as expected when loaded via dofile:
Công nghệ quang hợp giúp tăng năng suất lúa
Theo các chuyên gia của Viện Nghiên cứu Gạo Quốc tế (IRRI) có trụ sở tại Philippines ngày 14/1, quá trình quang hợp ở mỗi loại cây đều khác nhau.
best way to do the compile and check cycle
I am trying to learn lua and am experimenting on my linux machine. I am not a programmer, so I am looking for your help to give me some suggestions.
Lua & Javascript documentation generation
I am in the beginning phase of create a mobile MMO with my team. The server software will be written in JavaScript using NodeJS, and the client software in Lua using Corona. We need a tool to auto-generate documentation for both the server-side and client-side code.
Lua and multi-paradigm programming: scope and capabilities
Despite having started learning programming with Pascal and C, after the jump to OO (C++, Java) I lost sense of the structured programming paradigm. I have started learning Lua and I have researched many tutorials, but all of them only cover basic operations and language features and capabilities. They feel more like a reference doc than a programmer’s guide.
Lua io.read with a wait
I need to wait before user input on Lua. I’m using io.read
and I tried:
Should extension scripts be run in a sandbox?
In particular, this is about game extensions written in lua (luajit-2.0). I was contemplating whether I should restrict what these scripts can do, and arrived at the conclusion that I probably shouldn’t: