Posts by javinha • 11 points
3 posts
-
0
votes1
answer69
viewsQ: Download via Powershell
Hi, I’m trying to download Java via Invoke-Webrequest join with regex & match My script is like this: $url_download = (Invoke-WebRequest -UseBasicParsing…
-
0
votes1
answer37
viewsQ: List table with increasing numbers with pagination
Hello, I’m doing a donor ranking, but I had a little problem I am wanting to list all users and want to organize by increasing numbers, ex: 1,2,3,4,5,6.. but when I go to the next page the numbers…
-
0
votes1
answer79
viewsQ: Identify sequential records between a short period of time
I need your help to identify sequential records in my database in a short period of time Example: $qdt_acao_suspeitas = 5; //5 ações consecutivas $tempo = 10; //10 minuntos If user X performs the…