I have to create test steps within Selenium IDE to test file upload feature. The allowed file extensions are JPG, PNG, BMP, JPEG, so if a user tried to upload s
Forgive me 'cause I'm fairly new to AI and NN stuff. I'm trying to create a chatbot to have conversations with my friends in our discord channel. I know that an
In my spreadsheet, I have a column where each cell has a drop down menu. What I am trying to do, is whenever the value for a cell in that column is changed, I n
I am trying to segment the basic shaped elements in a hand-drawn sketch using the cv2.findContours - external contours detection method. But the problem is the
Does someone know how to let outside world access private static methods? The only way I could think of is via friend function, but that doesn't seem to work. H
I want to filter a plain array of strings which is presented through a p-table. I know how to apply filtering and custom filtering in a list of objects through
I'm study authentication and security, and when I started to use encypto to some data fields in the server, this error appears. I tried many ways to fix it, but
I would like to represent two types of integers in my OCaml program and have the compiler emit an error when one type is used in place of the other. My program