I want to convert a pdf to an image server-side, using node.js. My input for this task is pdf's url, and the desired output is a base64 string, representing an
Ok so I hooked up the QTextEdit with spdlog. But how to get the colorized output from spdlog/fmt to show in the QTextEdit? Am I doomed to implement my own messa
Here is my scenario: I'm having a cart object in Redux store having information in the form of array of objects having sellerId and the array of products, and I
I have been working on developing a chat-bot for an application. I want to use Amazon Connect to power chat-bot. I wanted to understand, if there is a way throu
I am calling an API that returns 3 values in an object "tags", which has values for "tags.name" and tags.results". The values below are what is returned. But a
I used Keras to build a lstm to make prediction ,two output layers with it ,defined as out1 , out2 Now I want to combine out1,out2 with ytrue, the
In the following code #include<iostream> template<typename T,size_t N> void cal_size(T (&a)[N]) { std::cout<<"size of array is
I want to limit the number of records in my SQLite table to for example 100 records, and then when I INSERT the 101th record, the first record (the oldest) be r
I'm using Spring Integration (configured via XML) and I would like to inform remote systems before completing shutdown. The Spring Integration based application
Hi I'm trying to draw a triangle every time there is a swing high. I define a swing high as when there are three candles where the first candle's high is lower