Posts by Pedro Montezuma • 3 points
3 posts
-
0
votes1
answer209
viewsQ: Reduce Runtime Python3
I’m solving a challenge here, which is to basically see how many elements of a list fit into ALL ranges of an array. And my solution was this: def countSignals(frequencies, filterRanges): corretos =…
-
0
votes1
answer46
viewsA: How to check if a user has already submitted a file in Wordpress?
Guys, I found the answer. Basically, for you to track, just enjoy the database. I created a script to check if the user is logged in (all of this in functions.php): function check_user ($params,…
-
0
votes1
answer46
viewsQ: How to check if a user has already submitted a file in Wordpress?
I’m using the plugin WPForms, PRO version and added a button upload file in this form. However, I need to make the following check: A user sends a file through my form. When that same user comes…