I'm trying to deploy Gitlab-runner(s) on Openshift/K8S, but can't succeed in having runners communicating with Gitlab (itself deployed in pods on OCP). I follo
// I tried this code #include<iostream> using namespace std; // Function to convert characters // of a string to opposite case #define case_change(s
This is how my current script looks like: $cpu = Get-WmiObject win32_processor | select LoadPercentage logwrite $cpu #this fuction writes $cpu into a .txt file
I would like to recreate the list of activities like in the google fit app in the section "Journal" by calling the google fit rest api. I tried using "https://w
I have been trying to calculate an input field value, It is a blockchain project. I want the users to input a certain value or worth of a coin they want to purc
I'm trying to write a query that checks customer retention. This is my query: with users_per_month as ( select count(distinct user_id) as count_act
I am trying to start a springboot application residing here https://github.com/kiegroup/droolsjbpm-integration/tree/main/kie-spring-boot/kie-spring-boot-samples
I am using winston js with http transport. I would like to use an auth property but with different bearer tokens. So for initial load I'd like to set a bearer t
I have a REST API written in Django, with and endpoint that queues a celery task when posting to it. The response contains the task id which I'd like to use to
First attempt at looping in VBA. Tried running a loop to compile multiple worksheets into one worksheet. Getting an error at making the range