I need to send data from one android device to another android device directly(p2p) after they find each other through a server. I read some stuff that this can
I have this abstract class class Kuku(ABC): def __init__(self): self.a = 4 @property @abstractmethod def kaka(self): pass
I am having trouble scraping an image HTML link with a code I found on youtube (https://www.youtube.com/watch?v=0jTyKu9DGm8&list=PLYjXqILgs9uPwYlmSrIkNj2O3d
I am learning basic Javascript now but am stuck in this simple error because of syntax-error. const readline = require('readline'); const rl =
i have two nested functions, i want to call the second one inside the first one but i nodejs doesn't seem to recognize it. function Main(){ this.NestedA = fun
Am trying to run the below maven command in mnet module, but am facing the below-mentioned error. mvn clean install -Dmaven.test.skip=true [ERROR] Failed to exe
I am using windows 7 and just installed xampp server to "E:\xampp" in my laptop to learn php. Now the problem is whenever I start xampp server by starting "xamp
I am trying to call an API (localhost) that has JWT using an Ajax, But i am getting and error i have tried the following $.ajax({ url:'http://localhost: