I want to fetch all 3rd level nodes(4,5,6 and 7 in below pic) and its relationships along with its parent node details In the below example: If I send ID : 7 t
I'm trying to figure out how I can use undeclared variables in a string. This is a simplified example to demonstrate my issue [string]$sentence="My dog is $age
I m currently learning how create and use services on android. I looked on the android SDK for further help and i found the android:enable=[true | false]. in th
I realize that since UNIX sockets are platform-specific, there has to be some non-Java code involved. Specifically, we're interested in using
I want to place an PNG image inside the middle of a svg circle in a simple html file. Still i want a light-green background color of the circle and the image sh
In order to test and control my regular android application, I wrote a command line Linux test program and used adb shell to execute this test program. I can se
I am using MacOS Big Sur, and i am trying to cross compile to windows, but the problem is, this "error: linker x86_64-w64-mingw32-gcc not found" prevents me fro
Been a minute since I did SQL programming. I have a large table that can be broken up into several tables. What I need is where date and keyword row, put th
I'm learning WebGPU for the first time and, in the tutorials I'm following, I see that setPipeline is called on each rendering pass. I'm wondering if there's a
Hi i am processing a set of ~50K records from a pipe delimeted flat kn azure data factory and need to invoke a rest API call for each input record. So, I am usi