I am trying to open, build and run someone else's Angular 4 project but I am not able to view the project when I run it my way. I don't see what is going wrong
I want to build an AI agent which could highlight similar text among 2 or 3 different students. For getting similarity between documents, I am using this code (
I'm trying to write a function that would allow me to paste written text, and it would return a list of the in-text citations that were used in the writing. For
I am reporting the findings of linear models which compare several vegetation factors to different species of frogs in the study system. It would be best if I c
I'm training with springboot,h2 hibernate, tried to do a full crud. Everything works except that when I modify a data, it modifies the selected data but it adds
I have a simple docker-compose setup with 2 replicas, and each container needs to have a unique hostname. Is it possible to achieve this? services: rmq-consum
I'm trying to figure out how to get the complete list of possible solutions from the ortools.sat.python.cp_model. I understand I can print them, as in the examp
I want read all data ,synchronously , receive from client or server without readline() method in java(like readall() in c++). I don't want use something like co