I have run Rabbitmq as a docker compose and it work well with port 15672 on browser, but 5672 not working. docker-compose rabbitmq: image: 'rabbitmq:3-manag
hope there is someone that can help me. im trying to render a site after i clicked on my gridview and it works fine but can´t seam to get it render proper
I am trying to make a voice assistant like program, in which questions are asked, and questions that cannot be answered by the program are sea
I have a 3 node ubuntu 20.04 lts - kvm - kubernetes cluster, and the kvm-host is also ubuntu 20.04 lts. I ran the playbooks on the kvm-host. I have the followin
I have a very specific problem and I hope that I get some direction for a solution, first I am not a guy of C# And I have no prior knowledge of this language. M
I want to be able to highlight a specific td if a certain condition is met. <tr *ngFor="let prospect of deployment"> <td>{{pro
below is my code for calculating gcd and lcm of two numbers. When i try with different test cases it works fine. But when i try to submit it on online platform