[Date Index]
[Thread Index]
- l_alloc called for free on NULL regularly, Michael L.
- AW: C functions in Lua coroutines, Schmalzer, Lukas
- Why table.insert has the optional positional parameter between mandatory parameters, Gianmaria Bajo
- Re: Okay, lets talk assemblers and Lua (was Re: A bit more on bits...), Johann ''Myrkraverk'' Oskarsson
- [ANN] Lua 5.4.5 (rc1) now available, Luiz Henrique de Figueiredo
- [ANN] Lunatik 3.0, Lourival Vieira Neto
- Lpeg: a question about function captures and named captures, Eduardo Ochs
- LPeg wishlist..., Yogev Sawa
- Unsubscript, Daniela Hänggi
- Better ways to use -DLPEG_DEBUG, :pcode(), and :ptree()?, Eduardo Ochs
- [PATCH] Testing support for C++, without loader support, and for Windows, Roger Leigh
- Question about the condition in `luaH_getint` function, 無所謂
- [ANN] Lua 5.4.5 (rc2) now available, Luiz Henrique de Figueiredo
- how to get specific text from website via androlua, Rana Ayaz
- Re: how to get specific text from website via androlua, GoldenKnightFly
- Re: how to get specific text from website via androlua i want to know about both method with API and without API i mentioned youtube website as a example I want to know how to get the specific text of any website without opening it there is any website like a check cricket score sport website news websites and check whether information websites etz, Rana Ayaz
- Re: how to get specific text from website via androlua, Fidel H Viegas
- Re: how to get specific text from website via androlua, Rana Ayaz
- Re: how to get specific text from website via androlua, Michal Kottman
- Re: how to get specific text from website via androlua I am pasting the codes of two functions below some people are using this method to get specific text from website but i could not be understand what's the method used here can anyone guide me properly about it? require "import" --import "android.content.Intent" import "android.net.Uri" --import "com.androlua.*" local url = "https://www.timeanddate.com/weather/pakistan/lahore" -- الرجائ عدم اجرائ اي تغيير بعد هذه النقطة Http.get(url,function(status, data) if status == 200 then io.open("/storage/emulated/0/Download/html_data.txt","w"):write(data):close() local loc = string.match(data, "banner__title>Weather%sin%s(%a+)") local temp = string.match(data, "(%d+)%D+°") local type = string.match(data, "class=mtt%stitle=\"(%a+)%.\"") local t_high = string.match(data, "Forecast:%s(%d+)%s/%s%d+") local t_low = string.match(data, "Forecast:%s%d+%s/%s(%d+)") local wind = string.match(data, "Wind:%s(%d+, Rana Ayaz
- Re: how to get specific text from website via androlua I am pasting the codes of two functions below some people are using this method to get specific text from website but i could not be understand what's the method used here can anyone guide me properly about it? require "import" --import "android.content.Intent" import "android.net.Uri" --import "com.androlua.*" local url = "https://www.timeanddate.com/weather/pakistan/lahore" -- الرجائ عدم اجرائ اي تغيير بعد هذه النقطة Http.get(url,function(status, data) if status == 200 then io.open("/storage/emulated/0/Download/html_data.txt","w"):write(data):close() local loc = string.match(data, "banner__title>Weather%sin%s(%a+)") local temp = string.match(data, "(%d+)%D+°") local type = string.match(data, "class=mtt%stitle=\"(%a+)%.\"") local t_high = string.match(data, "Forecast:%s(%d+)%s/%s%d+") local t_low = string.match(data, "Forecast:%s%d+%s/%s(%d+)") local wind = string.match(data, "Wind:%s(%d+, mwycliff
- Re: how to get specific text from website via androlua, Sean Conner
- Re: how to get specific text from website via androlua, Rana Ayaz
- Re: how to get specific text from website via androlua, bil til
- Re: how to get specific text from website via androlua, Michal Kottman
- Re: C functions in Lua coroutines, Sergey Kovalev
- Enhancing fuzzing tests in OSS-Fuzz, Sergey Bronnikov
- Question on how register allocation is done on the lua compiler, Hive Heap
- Profiling LPEG, Sean Conner
- Looking for orphaned libraries, Gabriel Soldani
- [ANN] Lua 5.4.5 now available, Luiz Henrique de Figueiredo
- [PATCH] Test fixes for use of NoRun in main.lua, Roger Leigh
- Confirmation for a potential case that causes an infinite loop, Heqing HUANG
- [tests] main.lua fail due to broken dump on Windows with 5.4.5, Roger Leigh
- [PATCH] Handle long pathnames in tests, Roger Leigh
Mail converted by MHonArc 2.6.19