I am a newbie and i wanted to actually build a ecommerce app. And i want to actually build an app in which the corousel is managed by the backend But i wonder h
I want to convert sting to double , here my double is saperated by comma, So how to do it? void main() { var myInt = int.parse('12345'); assert(myInt is int
I have converted my old code: #define MAX_LOG_MSG 2048 in the *.h file typedef void (*LogMessageFunction)(char *); in the *.cpp file static LogMessageFunction
i am opening a USB device: for communication using CreateFile: HANDLE hUsb = CreateFile("\\.\LCLD9", GENERIC_READ | GENERIC_WRITE, 0, null,
This is my first spring boot application. I am trying to connect the database using h2-console. But when I trying to do it I am getting an error. The error is,
I am current working on C# WPF project. I want to make dialog form like win10 right side notification manager for performing user CRUID operation, App setting e
I am not using Appengine. I have a plain vanilla Django application running on a VM. I want to use Google Cloud Storage for serving my staticfiles, and also fo
I'm looking for a SQL-injection-secure technique to insert a lot of rows (ca. 2000) at once with PHP and MySQLi. I have an array with all the values that have t
In a metro app, I need to execute a number of WCF calls. There are a significant number of calls to be made, so I need to do them in a paralle