I have been able to validate file uploads and only jpg & gif files can be uploaded. with code like this: <script> function valid
I have two projects running in Visual Studio but whenever I exit one the other keeps running. How can I close both? Ps: I'm using Application.Exit() to close th
What are the reasons behind the decision to not have a fully generic get method in the interface of java.util.Map<K, V>. To clarify the question, the si
I am working on a music player program, i wanted to show the song default image while playing it, so how can I add and show it in a Tkinter window. this what i
I am trying out detectron2 and want to train the sample model. When running the following code I get (<class 'RuntimeError'>, RuntimeError('No CUDA GPUs a
In put file. I am looking for largest size value under each backup type ( db2, rman or file ) for each server. same server may have multiple entry with differen
I want to find the matching values between two arrays and create a json array setting true if the values matched or false if they didn't. I know, that the value
I found other responses to the issue, but I would want to explain my use case if someone have the configuration solutions side or in other case is the Distribui
I want to mock a Linq expression that returns a Dictionary<string, string> Dictionary<string, string> properties = new Dictionary<string, string&