My task is to make a program in python that can classify the email as spam if the subject of the email is empty. This is my attempt. I'm new to python, So I may
I would like to handle all entity-related things in the entity file. What do I mean by that? Let's say I have two entities called User and Post I would like to
I am following a tutorial for a 2D game in unity, but I keep getting a compiling error telling me that a new expression requires (), [], or a {}, but when I loo
I'm trying to draw an array of circles that are supposed to break an array of lines. Everything looks good if circles are far away from each other, but if the c
I tried to solve the spiral matrix problem, But I am facing some issues with my logic. Code below const arr = [ [1,2,3,4], [5,6,7,8], [9,10,11,12]]
How can I run a PHP script from the command line using the PHP interpreter which is used to parse web scripts? I have a phpinfo.php file which is accessed from
I need to install cv2 for a script that has been written for me. I tried pip install cv2 and pip install open_cv and got the same problem - a warning message f
I have a list of projects and what Systems they require. Because it is possible for one project to have multiple systems we used multiple columns for this infor
I need a matrix in python including random number as its elements. But these elements shouldn't be change in multiple run: myMat=np.random.randint(0, 10, size=