im a student who really needs help(my teacher doesn't even answer when i email her, i am a online student) So, i have a tic-tac-toe program(the program is to lo
I'm trying to generate a dynamic URL that will change everytime an endpoint is called So I have this simple function in Node.js to create a dynamic url: var pat
On one page I have two inputs and a button, after clicking on the button goes to the second page, how do I get data from the inputs on the second page? navigate
For accessing ADLS gen 2 containers we perform mounting in Azure Databricks with the help of a Service Principal(client Id, Tenet Id, Client secret). Can we use
I've got an object containing the lat and lng of my companys facilities. I've also got an object containing the lat and lng of the user's current location. What
I have written a Apex class which return the list of objects in a String to be add in the drop down list in the AURA cmp Now I want to change the API name to la
How to trigger autocompletion in Vue, using monaco editor after [ in addition to . when accessing object properties? items[0].json['']
As usual, I use sys.argv[1] to get the first argument after the name of the executable file in Python, but now I'm coding a program in Objective-C. My question