I've been trying to compile an OS however whenever I attempt to compile it using the make file it only compiles "kernel.c" and I can't seem to figure out why. I
I am trying to insert a new entry in my collection, the problem is that it ignores both doctorId and patientId while I'am sure they are not undefined. I tried t
I have written code in .NET Standard 2.0 to make payments through Braintree. The code uses the Braintree 5.2.0 NuGet package. I intend to exclusively make 3D Se
Let me start off by saying that I am COMPLETELY new to programming. I have just recently picked up Python and it has consistently kicked me in the head with on
we just migrated a bigger application from PHP5.6/memcached to PHP8.0/memcached. The application is running fine up to some problems with the session. In some s
I'm creating a web application using React, MUI and the Google Maps API for React (@react-google-maps/api). See the code that follows. const NodePin = (props) =
I'm building a blog on Nuxt that runs on a subdirectory (example.com/blog). Now I need to enable i18n module but I'm struggling with the URL structure. How can
The full question, and I'm starting to learn python online but having issue with this question marked as easy Given a sorted array, remove the duplicates in
I am a student learning keras. I was studying about Tensorflow recently, I am stuck in the problem of not being able to optimize as follows. (I am running on ju
I am writing a function where it gets input from the user and sets the variable answer to the answer the user gives. I am printing answer out