I got a VBA project from colleague who is retired. I have to change a function: Documents.Add Template:= _ "c:\word\Link.dot", _ NewTemplate:=False, Doc
I know that i can replace console output instead of adding a new line with "\r" But how to do that with an output that can get smaller as it started? I googled
I want to merge raw_clinical_patient and raw_clinical_sample dataframes. However, the SAMPLE_ID column in raw_clinical_sample should be relabeled as PATIENT_ID
I am trying to get the input from the user in a single Line with with [, ,] separators. Like this: [Q,W,1] [R,T,3] [Y,U,9] And then I will use these inputs in a
I am using boto3 to make a ssm call. I make a call like this. import boto3 import json ssm = boto3.client("ssm") ssm.get_parameter(Name="slack_webhook")["Parame
I am trying to create a login/logout button for a WordPress site that uses a plugin to only display the content to members who are registered on our WordPress s
Let's say I have drivers A and B in the Linux kernel space, with devices bound to them. I would like to export API in the driver A to B to provide list of devic
I have two dates in my project which are let a="30-03-1999" let b="30-03-2022" Now i need to find the difference between these two dates, so first i am convert
I have a website where the default language is set to Italian. English is the only other language of the site. I need to redirect all other language to english