I have two XML documents like below and they are in two collections <Person> <Name>A</Name> <Age>23</Age> </Person> ano
I want my class to have an attribute which would be an instance of the same class, something like this: class Person { public: std::string
I don't understand what the problem is with my code - it has everything i need and should execute fine. No error is generated so I believe it is a logic error b
I have a large suite of test cases. I want to run all the tests in the testfixtures, one at a time. Running them all in one batch in NUnit does not do what I wa
The gsutil rsync documentation describes two options which sound identical: Option Description -i This forces rsync to skip any files which exist on the destin
I want to check for a variable value before triggering the pipeline. But at the same time i dont want to check the variable value when its triggered from web ui
I'm doing year on year analysis by doing joins. I'm joining the same table for every year but since I'm using another tool to build my SQL its not so 'dynamic'.
I am trying to only capture 1 word after a specific string. For example, import re my_string="I love Apple juice, it is delicious." print(my_string.split("I l