I need to launch a node child process inside the extension. I use spawn('node', [scriptPath]) to do this. But in the extension environment, processs.env.PATH ma
I have code that uses row_number() partitioned by date. I would like to create an array that contains data grouped by the row_number that is partitioned by date
I am coding hangman game where in every guess the user gets a point. I'm trying to list a top 5 players of the game each time restart button is clicked. For exa
Why we use @ symbol in AEM slightly code. What is the significance of @? For example: <section data-sly-resource="${'./path' @ resourceType='my/resource/type
Now i want to remove the previous and next and also I want to style the slider which is shown as if it is very old , it's not modern Acutally i want it to look
I have been given a class exercise to solve in Python and I have no idea how to go about it: get_wins(wsu_games, team) Assume you would like to find the scores
Below is my code. How can I read this data? import java.io.File; import java.io.FileInputStream; import org.apache.poi.hssf.usermodel.HSSFCell; import org.ap
Question: Below is response body from GET call of REST API. I need to check occurrence of status and gender in response body and count how many Male active, Mal