9 Topics

Member Avatar for
Member Avatar for Jiby_1

using lua is it possible to download from url?? Below code i have tried but not getting 1) using curl local curl = require "luacurl" local c = curl.new() function GET(url) c:setopt(curl.OPT_URL, url) local t = {} -- this will collect resulting chunks c:setopt(curl.OPT_WRITEFUNCTION, function (param, buf) table.insert(t, buf) -- …

0
112
Member Avatar for Jiby_1

In php we all know file_get_contents("https://xxxxx/p.php); is there any similar function like in Lua programming language

0
110
Member Avatar for Jiby_1
Member Avatar for Curious Gorge

Hey-ya I'm learning Lua and kind of understanding it but I just don't understand some of the code on [this](http://lua-users.org/wiki/ModulesTutorial) Particularly the code inserted into this post. I would just like someone to comment it and explain what its doing so that I may understand. The page referenced lacks comments …

0
131
Member Avatar for happygeek

A cyber weapon grade piece of malware, some twenty times the size of Stuxnet, has apparently been fired at a number of countries in the Middle East. This highly complex piece of code which takes screenshots of any open 'programs of interest' such as email or IM, records audio and …

Member Avatar for happygeek
0
668
Member Avatar for kartik14

Hi, Is there any way to "clear" work space in Lua similar to the [ICODE]clear [/ICODE]command in Matlab ? Thanks !!

Member Avatar for kartik14
0
170
Member Avatar for kartik14

Hi, I would like to know the significance of lua methods beginning with an underscore.. for example __init().. Thanks !!

Member Avatar for kartik14
0
265
Member Avatar for Archades

So I am working on a small project. A video game uses a scripting engine called LUA so people can create their own UI modifications in game. Which is why I am also using LUA. I am trying to convert this LUA function into a VB.NET function and... [ICODE] local …

0
98
Member Avatar for LuaMan

My project is at [url]https://sourceforge.net/projects/luamacroez/[/url]. It is a program which creates macro scripts, and can execute them within the program. I want to take it to the next level and take the .mlua files it saves, and turn them into an executable file, complete with it's own internal interpereter. I …

0
83

The End.