I have learned the axis indication of numpy array from how is axis indexed in numpy's array The article says that, for 2-D array, axis=0 stands for e...
Here my problem is to find the difference of using single bracket [ ] and double brackets [[ ]] in if statement. #!/bin/bash vara=08; varb=10; ## single b...
Recently one of my friend encountered this question in an interview. The interviewer asked him if the special characters like $, @, |, ^, ~ have any usage...
I have a file called "result.csv", from that file i want to read certain data and display them. I have that file in my eclipse project folder itself. Stil...
I have an input form that lets me select from multiple options, and do something when the user changes the selection. Eg, <select onChange="javascript:...
I need to get the screenshot of a View. I have tried two methods to do this work. Unfortunately, both result in the same bug. Here is the log: java.lang.I...