I need to call a method that is in an activity from a fragment , i can't even instatiate the activity in the fragment , I don't know how to approach this proble
Is there an option to take full snapshot using the ES snapshot api. we would like to take full snapshot every 3 days.
Why is 'a' doesn't change even after changing the value of 'name' which is passed as a key in an object? How can we actually compare the whole object inside the
I am trying to move some data from Elasticsearch (version 5) to an Opensearch cluster using remote-reindexing. The source data is in an index but the destinatio
Hello I try to make a screenshot with Playwright but I have cookie EU law popup on my screenshots. How can I remove them ? Here is my browser parameters. const
I am reading a string from a file in my system. The string is as follows: A -> B [ label="5.000" ]; B -> A [ label="-5.000" ]; I want to populate a set n
what would be the output of this program ? #include <stdio.h> #define s(x)x*x int main() { printf("%d",s(5+1)); return 0; } the
As you know, A lot of names have multiple spellings. I have a dataset that have first and last names, But i have an issue with spelling variations. Here is a
I am trying to combine two tables with common headers. The formula below only properly works, if I define the exact start and end row. How can I adjust the form