I am creating Digital Clock page. I want to set background of body to various images randomly as we refresh the page, or visit it again. I have JavaScript array
So I have to make a new column C5 based on responses in C5a,C5b,C5c, which are dependent on responses to question C3. C5a is shown to a respondent if they selec
What's the most convenient way to analyze a sentence phrases and structure using NLTK or SpaCy? The main goal is to get a well organized and clean data in orde
How to find index of 'items_tolookfor' array of items in another nested Array List 'nested_data' in javascript const items_tolookfor = [] console.log(items_tolo
I have a workbook with several sheets. On every sheet i repet row 1 to 13 on each page. In cell C7 i want page number and total number of pages in the format of
I have a Spring boot application which read configuration from environment parameters. However, part of the environment parameters needs to be put in AWS secret
So I have trained a YOLOv3 model and want to test the accuracy of the model. I am trying to load the model by using the command 'cv2.dnn.readNetFromDarknet'. Ev
I have a form that after submission my controller gets data from that form and sends to model to retrieve a result from database based on the _GET information.