Let v be an array of chars, with values "Hello". If I run the following: char v[]="Hello"; char* p_char= v; char* p_char_2 = &v[1]; cout<<"p_char:
i have a controller which should save a data from csv to database with some conditions: So half of columns goes to Employees, Children and Spouses tables and th
I am trying to work out how to write the command in python to query a redis timerseries from python. When I query redis from the redis-cli I get a response. I r
Hi I have problem with woocommerce decimal, i need to display the price with the following format: 0.1 0.10 0.100 After a lot of research i found this code b
For my use case I do not have the luxury of having access to the R version of the LightGBM package. I'd like to implement a trained model into a platform that c
I'm still learning and I had a question the other day filtering two arrays, which helped a lot for my understanding! However now, I have a new issue as the comp
Hello I have the following file: testexcel.xlsx > sheet 1 I want to execute this test twice as there are 2 rows with data. [Test] [TestCaseSource("Data"
I have a custom ACME server and I would like to issue certificates using the cert-manager in Kubernetes and ACME protocol. I am using cert-manager version v1.7.