Trying to make a program to define the structure for vehicle data: manufacturer (string), model (string), power in kWh (int) and price (float),program initializ
When attempting to run discord.js file deploy-commands.ts with the command ts-node deploy-commands.ts ts-node produces the following error: Error: Cannot find m
While scraping this link enter link description here , i just want to scrape library links, but the code I wrote extracts all the links, I couldn't manage to fi
The objective here is to find the duplicate records in the sub document based on the condition and return the output as mentioned below. Dataset [{ _id: "o
I am fetching a secret from secret manager on a lambda. The request fails sometimes. Which is totally strange, it is working fine and couple of hours later I ch
Is there a way to connect to multiple progress database. In current situation what we do is we use multiple .p files to fetch the data. Example: 1st program wil
I am struggling to find out a solution to my problem, but at the moment I cannot come up with the right one. When I have my two arrays of objects I want to filt
We have multiple bash commands like cd /home/ ; ls -lrt abc* ; cp abc* /destination/ ; .... we can run multiple commands in the bash as per above using ";" can
I had followed example of Using cudaMemcpy3D to transfer *** pointer Yet my task is to copy the 3d subsection of the device global memory array to device globa