Please let me know if the code I have written for one-to-one chat is correct? and how do I know that messages are emitting from the backend here I am assigning
This code gives output as 125 #include<stdio.h> int func(int a) { static int num = 2; if(a==0) return 1; num++; return num*func(--a); }
So i have a problem. Im working on a site for my homework using html,css. Now i want the header to has height 700px, width 100%. Now i want an image (thats pret
I am new to Ansible as well as Ubuntu system also. I want to pass the multiple variables from .sh file to .yml. I have plan to store all input variables in an a
I've found lots of questions asking about immutable to mutable, but am not quite sure what I am doing wrong in this code. The error I am getting is: "cannot bor
I have a script attached to an AnimationPlayer node and it does some long calculations, so in order to avoid the game engine from hanging while those calculatio
I need to build a function which parses the domain from a URL. So, with http://google.com/dhasjkdas/sadsdds/sdda/sdads.html or http://www.google.com/dhasjkdas/
I'm trying to change metadata of files with iptcinfo3 but sometimes I get error: 'H' format requires 0 <= number <= 65535 error at the line #1 when I'm tr
I found this code in lodash's .d.ts file. import _ = require("../index"); declare module "../index" { interface LoDashStatic { ... } } What dose t
I am using a sample data set in MongoDB I want to know the average exam score for class 149. There are multiple values in this dataset with class 149 so I need