When I tried to open it, windows just pop up the regular "i don't know how to open this ext, how do you want to open it" dialog box. The anaconda prompt gave me
I am trying to access my host system from a docker container have tried all the following instead of 127.0.0.1 and localhost: gateway.docker.internal, docker.fo
What I am trying to do is to read a file located in an archived archive as shown below: I want to access a "document.txt" file Code 1: import zipfile with zipf
We're migrating from local-time, timestamp fields to UTC datetime fields, adding the new field as <field>_utc while deprecating but continuing to support
I'm trying to send a hex string to a tcp socket. I have some problems with the format or conversion of this string, cause I'm not very sure what the format its
i am using parsley validation for client side it works nicely but all input errors errors shows after any control but select box control shows error before cont
I've got problem with moving selected file in listview using button to another folder, my code: public void button2_Click(object sender, EventArgs e) {
I am trying to get unique values out of two arrays, I have coded a function to return the array containing unique values , following is the code I tried disjoin