I try to write a parser for vertica in python. But i get this error message. class MyParser(vertica_sdk.UDSource): def __init__(self): pass
I'm newbie to java and Android studio. After many troubles and experience from a lots of mistakes, I have created sudoku game and it is almost finished but I ha
I want to show different html text on the basis of my if conditions in my component.ts file my HTML code is <div class="login"> <div *ngIf="emailSt
Why I get this error when I want to test my input: expect(received).toEqual(expected) // deep equality Expected: "asdasd" Received: {"_fiber": {"_d
I've written a very simple script for detecting cars when given footage: cap = cv.VideoCapture(1) car_cascade = cv.CascadeClassifier('assets/cars.xml') while
In my model I have : class Alias(MyBaseModel): remote_image = models.URLField( max_length=500, null=True, help_text=''' A URL that is downloaded
How do i upload / use sonar qube plugin to show dependency tree like in maven ( wants to see what are the libraries used in sonar dashboard ) i tried with this