I want to get all records where the datetime value is today. What is the correct query string when using the c# sdk? The property is: public DateTime DueDate {
I'm trying to create a message string with a dynamic variable. var name="venkat"; var message ="hello ${name}" but this does not works, so i use backtick to ac
We are doing a small project about face Recognition systems. Here I have a problem storing the data and retrieving it. How can I store the real face of a person
I have an ItemsControl which is bound to a list: <ItemsControl x:Name="icFiles" ItemsSource="{Binding Path=files}"> <ItemsControl.ItemTemplate>
Seem to be knocking my head off a newbie error and I am not a newbie. I have a 1.2G known-good zipfile 'train.zip' containing a 3.5G file 'train.csv'. I open th
I have a Qt application that runs on Linux. The user can switch the system to mem sleep using this application. Switching to mem sleep is trivial, but catchin
I am confused as to why my react.js code will not accept a fetch data to "https://hacker-news.firebaseio.com/v0/item/29042728.json?print=pretty". I keep gettin
I've been working on API requests using Alamofire, and I want to know something for parsing the Error and to get the JSON data from the server instead of access
does anyone has found in magenta.js documentation the proper formatting of MIDI objects to pass to model methods, like MusicRNN.continueSequence() or MusicVAE.i