[Date Index]
[Thread Index]
- April 01, 2023
- April 02, 2023
- April 05, 2023
- April 06, 2023
- April 07, 2023
- April 09, 2023
- April 11, 2023
- April 12, 2023
- April 13, 2023
- April 15, 2023
- April 16, 2023
- April 18, 2023
- Question about the condition in `luaH_getint` function, 無所謂
- Re: Question about the condition in `luaH_getint` function, Roberto Ierusalimschy
- [ANN] Lua 5.4.5 (rc2) now available, Luiz Henrique de Figueiredo
- Re: Question about the condition in `luaH_getint` function, Xmilia Hermit
- Re: Question about the condition in `luaH_getint` function, Mouse
- Re: Question about the condition in `luaH_getint` function, Roberto Ierusalimschy
- Re: Question about the condition in `luaH_getint` function, Xmilia Hermit
- Re: Question about the condition in `luaH_getint` function, Mouse
- Re: Question about the condition in `luaH_getint` function, Xmilia Hermit
- Re: Question about the condition in `luaH_getint` function, Mouse
- April 19, 2023
- April 20, 2023
- April 21, 2023
- 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: [ANN] Lua 5.4.5 (rc2) now available, Luiz Henrique de Figueiredo
- April 22, 2023
- April 24, 2023
- April 25, 2023
- April 26, 2023
- Profiling LPEG, Sean Conner
- Re: Profiling LPEG, Sean Conner
- Re: Question on how register allocation is done on the lua compiler, bil til
- Re: Profiling LPEG, Roberto Ierusalimschy
- Re: Profiling LPEG, Sean Conner
- Re: Enhancing fuzzing tests in OSS-Fuzz, Roberto Ierusalimschy
- Re: Profiling LPEG, Roberto Ierusalimschy
- Re: Profiling LPEG, Roberto Ierusalimschy
- Re: Profiling LPEG, Sean Conner
- Re: Profiling LPEG, Sean Conner
- April 27, 2023
- April 28, 2023
- April 29, 2023
- April 30, 2023
- Re: Question on how register allocation is done on the lua compiler, bil til
- Re: [ANN] Lua 5.4.5 (rc2) now available, bil til
- Re: [ANN] Lua 5.4.5 (rc2) now available, Xmilia Hermit
- [PATCH] Test fixes for use of NoRun in main.lua, Roger Leigh
- Confirmation for a potential case that causes an infinite loop, Heqing HUANG
- Re: Confirmation for a potential case that causes an infinite loop, Luiz Henrique de Figueiredo
- Re: 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] Correct broken bytecode test on Windows, Roger Leigh
- Re: [ANN] Lua 5.4.5 (rc2) now available, Andrew Gierth
- Re: [ANN] Lua 5.4.5 (rc2) now available, Paul Ducklin
- Re: Looking for orphaned libraries, Sudheer Hebbale
- [PATCH] Handle long pathnames in tests, Roger Leigh
- Re: Looking for orphaned libraries, Paul Ducklin
- Re: Looking for orphaned libraries, Sudheer Hebbale
- Re: Confirmation for a potential case that causes an infinite loop, Gé Weijers
- Re: Looking for orphaned libraries, Paul Ducklin
- Re: Looking for orphaned libraries, Timothy Menzies
- Re: [ANN] Lua 5.4.5 (rc2) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.4.5 (rc2) now available, Andrew Gierth
- Re: [ANN] Lua 5.4.5 (rc2) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.4.5 (rc2) now available, Marc Balmer
- Re: [ANN] Lua 5.4.5 (rc2) now available, Xmilia Hermit
- Re: Looking for orphaned libraries, Paul Ducklin
Mail converted by MHonArc 2.6.19