All of the examples I see in manpages and online suggests <unistd.h>. CLion suggested the more c++ friendly <csignal>. Looking into <csignal>
I want to configure two datasources in my SpringBoot (version 2.4) application. Below is the application.properties: spring.datasource2.url=jdbc:postgresql://lo
I builded job streaming in dataflow with java, actually my datasource is a table in bigtable and i save data in windows fixed (apache beam) every 3 minutes and
When I add proguard rules it crashes....well razorpay proguard works fine only the case with ExamSelectionActivity it crashes only when... I need to set proguar
My folder is created within a pipeline and its a transform artifact, looking like this: TransformArtifact/ ├─ deployment/ │ ├─ ba
I am practicing javascript questions. I want to split a string which have -.,. how to pass all three in split function I my first test case is passed if I used
I have this simple subscription where my subject is eminting strings. Just for curiosity I would like to know if my subscription is cancelled. Afaik a pipelin
Case 1: I am feeding a variable-length input time-series window to the GRU model. Sometimes there may be 900 samples in the window, and sometimes there may be o
I have a text file named abcd.txt which has content dfunsufngsufspdfnsufbhpsdubf I have multiple php files, py files in a folder names /home/admin/temp All the
Good day. I know "broken pipe" is not an critical exception and it is mean client did not wait response from server. And i know there is many similar question b