I want to make a script for detecting and reading QR codes from photos. I would like to use PyZbar for that, but I have a problem with some errors. I'm working
I am trying to extract 100 random tweets from the past 24 hours that contain the hashtag #100DaysOfCode. I'm using tweepy in Python. I'm not sure if this is pos
I have a problem, where I want to stop my timer inside it's own function, bit for some reason, it doesn't work: private void timer1_Tick(object sender, EventArg
I'm trying to change Storage Type from HDD to SSD on Cloud SQL after creating an instance as shown below but there are no options to do it: Is it impossible to
I have a chronological-disordered list stored in a excel sheet called 'Compilado' that I want to reorder correctly to prepare for data analysis. I parsed it to
Hi all from a rookie and sporadic vba user. I have successfully copied a set of tables from Excel into Word and, with the first routine below, formatted each on
This is the query that can be executed in https://query.wikidata.org, I am supposed to get only 17 values, but it returns 289 results (17 * 17 = 289). I want to
I have a java spring boot graphql project. My dependencies in the pom.xml: <dependencies> <dependency> <groupId>org.spring
I need help. I'm trying to generate a random number in this code {number} every given second. How can i do this? I tried this, it generates the number randomly