I am working on a project at work where I am required to compare two Excel spreadsheets to see if a title has been added or removed from the second excel sheet
I have the following tables: Table1: id rarity 1 Common 2 Uncommon 3 Rare Table2: id Type 1 Air 2 Earth 3 Fire 4 Water The output table already exists and t
I have created 2 TESTS -- In 2nd TEST, I have enclosed owner, addr1, addr2 in [] as per the Official Hardhat Documentation, like this const [o
I am learning Angular and I made a Modal in my project. If I click on the class that has the openDialog() function it opens the modal. I want to be able to clos
i have a small question about firebase firestore listener in flutter. Let's say: I have a document inside collection called "Test" and there is an array field c
The following code produces the desired result but is there a way to refactor it to eliminate the accumulator variable? const data = [ { id: "428", date:
I am learning C++ and it hasn't been an enjoyable experience (compared to Java or VBA at least). I have the following code: //This is in a number.h file #pra
The problem: Basically I cannot manage to install the last version of tensorflow for node (npm install @tensorflow/tfjs-node). Main concern: which versions of n
https://blakey.co/blog/pagination-with-strapi-and-gatsby I copied and pasted the code from this site. My strapi collection is Post,Category allStrapiArticle