Trying to set up Amazon SP-API Notifications Api but I am running into a few issues I have setup everything up to creating a destination and subscription for SQ
I am trying to display the amount of available documents that are in a collection. The collection name is "merchant1". This is the backend: router.get('/mer
I have a script that creates a table from scanning 10's of thousands of files. The output of the table ends up on the screen. I need to take that screen outpu
I have this model with an array of strings as one of the columns create_table "shows", force: :cascade do |t| t.time "st" t.time "ed" t.integer "m
I want to run some tasks in parallel. Each task uses heap-allocated data. To speed things up, I would like that each thread re-use the same data instead of un-a
Got a doubt while I am working on react js. In the below code, I have used both js and jsx. Both responds in the same way. Then why should we use jsx specifical
I have a very simple code, I have simplified my code to help you understand the exact problem <?php require_once('theme/libs/Smarty.class.php'); $smarty = ne
While playing around with pointers I came around something interesting. I initialized a 16 bit unsigned int variable to the number 32771 and then assigned the a
I basically have two DateTime variables DateTime dateToday = WorldTimeAPI.Instance.GetCurrentDateTime(); DateTime dateFinish; dateToday gets current d