In the image below, I am using OpenCV harris corner detector to detect only the corners for the squares (and the smaller squares within the outer squares). Howe
I'm using Android Studio and I'm new to this. For some of the objects like the last button object, the system tells me "Hardcoded string 'Mess
I need to confirm if my development code is written in Java script and automation code is written in Java/selenium then can we use Istanbul code coverage tool t
fs.watch( 'example.xml', function ( curr, prev ) { // on file change we can read the new xml fs.readFile( 'example.xml','utf8', function ( err, data ) {
I have a very large multi index dataframe with about 500 columns and each column has 2 sub columns. The dataframe df looks as: B2
I am using CloudKit to insert data into the database. The initial fetch works fine but when I add a new record and try to fetch all records again, it ignores th
I'm trying to test a controller in my spring project but I don't know how to go on... Google wasn't a great help for me. @PostMapping public String processDesig
I have an aggregate called Survey - you can create a Survey, send a Survey and respond to a Survey. I also have an aggregate called Person. They can receive a S
I have found the following program to check if a string is palindrome. import java.util.Scanner; public class PalindromeString{ public static void main(S