I recently had my Amazon interview for SDE. I was asked to design a stack which does push, pop and min in O(1). I got the logic and implemented the push of the
I am looking to a way to make a comment line, and use it to collapse everything under it until the next comment line or something similar, so I can group parts
Let's say I have a "Truth" array: a = [1,2,3] and I want to compare it to b for equality with b = [1,2,3] awkward.all(a == b) Easy enough. Now we want this to
I wan't transfer data from selected range for non blank cells from selected worksheets by looping process in a workbook and transfer to a master sheet named sta
I have a simple Vue.js project built after running yarn build. The dist folder contains files like below; I want to bundle all the files (HTML, js, CSS) into a
I'm unable to add @angular/material to my Nx workspace. I get the error "Could not find project "@angular/material". A similar error occurs when I try to add @n
I have anaconda installed on my Win 7 machine with a GTX1070. I have been trying to install tensorflow gpu version for the past hour with no luck. I followed t
Jenkins version: 2.164.3 I have my Jenkinsfile and in one of the stage, I'm calling the following code but it gives me an error. I don't see why it's giving m