On the current project once again I use the camera. I use two streams of video and photo Video to detect rectangle and photo to capture a photo with the flash.
Here's the code: public class HeartTransplant { // patient array, each Patient is read from the data file private Patient[] patients;
I can't find a solution for the next case: I have a docker and running on it through a Docker-Compose a set of containers; The state of the containers changed d
My question is, can an endpoint in a Flask API call a method from another endpoint, that is a member of itself? Is there a proper way of doing this?
please give me the code for generating 4 digit random number in dos (batch) file i tried set /a num=%random% %%10000 +1 but this is not giving exactly 4 di
I have created a new project called auth using react-native init auth at terminal.When i tried to run the project using react-native run-ios. The build failed a
I have a class product and I want to validate the promotion field and change the price based on the value. I am already using data annotation What is the best w