We all know arrays in Bash are indexed from zero, and in zsh are indexed from one. How can the script know it should use 0 or 1 if I can't ensure the running en
I would like to parse the XML file from Google Drive. Here is my code: function findFile(ICO){ var fileName = ICO + '.xml'; const folderFi
Sorry if this has been answered before, haven't been able to find it anywhere but I know in pug it allows you to insert the contents of one Pug file into anothe
I have a single query in teradata sql assistant: select ID from RetailSales; I want to execute this query multiple times with different columns in select statem
I have a container that is expanded and collapsed on click of chevron icon. The code to collapse/expand the container is in the function transformAnimation. The
I want to connect a wallet to dextools site. It has to steps. the second step is verification. in verification step it sends (1645880458137952, 'personal_sign',
What is the least painful way to migrate state of resources from one project (i.e., move a module invocation) to another, particularly when using remote state s
I wants to make few changes in Magento 2 core API by extending this and wants to run both the API (old one and new with changes). Please suggest the standard wa