I'm using Laravel 8 web api and how can to obtain all the elements or data that belong to the same parent id, that is, I send the category id 3 through the API,
I have sth like this: It has 80k rows. It has 2k rows. I want to convert the numbers from column C to the text that I will get from column G (featuresval_id2=
My first time working with a h2 database and I'm stuck trying to insert data into the db when Spring starts my app. I have it set as a file db to be able to acc
I am trying to extract URL link from webpage so I could download the audio as mp3, but still unsuccess... Here is a webpage code: webpage code I would like to g
[![I think we need to make some changes in the ops.py file but I don't know what ]2]2
I am trying to set the colors of all the pixels on the canvas. I'm pretty sure I know how it works: first 4 values in canvas.getContext("2d").getImageData.data
I use this code for authentication. #1. auth_handler.py import time from decouple import config import jwt JWT_SECRET = config("JWT_SECRET") JWT_ALGORITHM =
I have been tasked to make a program that takes a screenshot of our cameras (and other things) that are attached to our cars, every 10 minutes. I have essential