I'm writing a backbone app within an ASP.NET MVC page, and I'm having a truly baffling (to me) problem with using two custom events. So, the MVC View (Planning.
I have a linux device which supports authentication with a certificate and a private key. I have tried to connect with: k = paramiko.RSAKey.from_private_key_fil
We are developping a WPF app in C# that will run on a Surface Go 3 Windows tablet. In one of our pages, we need to be able to take a picture with the intergrate
I have the following code, which takes an options parameter: const getCat = function (options: { format: "decimal" }) { return null } const options = { form
I am totally new to Postgres and I cant find any example of what I am trying to do... I have a table of transactions for a year: amount | date 12 | 1980-02
I have to 2 dates values in PHP, start_date_time = "2018-03-15T20:39:06Z" end_date_time = "2018-03-17T12:42:08Z" duration = ? // in secon
I have a component that look like this where I clear the state on unmount, however this is causing me problems. After the component has unmounted, the state is
I have a form with large no:of fields to input data. The Page also has file upload option like below Want to download the files without submitting this form an
i have this code: class Contact: def __init__(self, name, phone): Contact.name = name Contact.phone = phone class AddContact: def __init