Posts by Walisson • 171 points
3 posts
-
0
votes2
answers283
viewsQ: SQL Firebird search for last names by initial letter
Precise research by the letter initial of the surnames within a column that has full and compound names. Examples: Jean Carlos Luciana Menezes Rezende Roberto Menezes Souza Vero Vinicius Desired…
-
1
votes0
answers48
viewsQ: Doubt with Increment + Loop . js
I have this script: var startValue = '0.00000001', stopPercentage = 0.000001, maxWait = 800, stopped = false, stopBefore = 1; var $loButton = $('#double_your_btc_bet_lo_button'), $hiButton =…
-
13
votes4
answers3721
viewsQ: List files by name (containing date), but filter the 5 days prior to the current date with . bat?
I’m trying to do something that maybe it’s not even possible to do in bat but specific using findstr? I have a dozen files in that layout: filename So, date as day and month content two digits and…