Consider two arrays of data allocated on the heap: int *A = new int[5]; int *B = new int[5]; // Some code which changes data pointed to by A
I have an XML file which I get from the below code on the Powershell and then I convert it to CSV to get the desired output in Grid view foreach($u in $glob
How can i fix this? i'm trying to almacenate my cartItems state in the localStorage but nextJs throw me localstorage is not defined error. con
I am trying to center my tabs content vertically, but when I add the CSS style display:inline-flex, the horizontal text-align disappears. How can I make both t
At the moment we use the Azure B2C ROPC flow to authenticate users in our native apps (iOs and Android). Because of security considerations and allowing the usa
I am making a React and Node JS app which accepts some parameters from user and based on that the Node backend SSH into a server executes some commands and retu
I want my script to be able to take an optional input, e.g. currently my script is #!/bin/bash somecommand foo but I would like it to say: #!/bin/bash so
here is my code piece let users2 = [ { _id: 'ab12ex', username: 'Alex', email: '[email protected]', password: '123123',
Suppose you were given two queues and you were only allowed to move one entry at a time from the head of a queue to the tail of either. Design an algorithm for