I have a shell script file. ./1.ps1 ./2.ps1 I generate a string such as env-0 in 1.ps1 and need to export it to 2.ps1.UPDATE: 1.ps1 generate many string and I
I am currently trying to draw a circle of a certain radius at the origin of my chart. One of the ways I found to do that is to use the Circle component of React
How could I change the print statement to another input statement that says: "Try again. Your number must be between 1 and 50: " if num does not equal 1-50 or i
My table A is CREATE TABLE `a` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `content` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), FULLTEXT KEY `f_c`
Im looking for a way to display text of a cell based on the below two conditions : If Cell C20 contains certain words like "ghan", "ERC", "VSL" AND cell D22 is
I'm attempting to stream images and videos from my S3 bucket to my browser by piping the stream through express. I've got the stream working, but even though it
I have a dataframe full of answers to a survey, so each column is filled with Never, Sometimes and Always and I need to change Never to the numeric 0, sometimes