I am new to Microservices. I am currently developing an application using Microservices and using both synchronous and asynchronous communication. Recently I ha
I have written code to get data from a table in Oracle DB and dump to an Excel sheet using VBA. In Excel, it displays the first row repeatedly. For an instance
Based on this it is possible for JS module code to determine whether it is being run directly or being imported from somewhere else. This is analogous to the ol
How can I use the FirestoreError class in my Firebase cloud functions? I want to throw errors of type FirestoreError when the document or field I am looking for
In pandas eval documentation it states that a dataframe is a possible return; however, there aren't any examples of how to do this. I am trying come up with a f
With what I understood from other questions I've used below code for checking a date if it is Daylight saving time and altering as required. I do not know which
I am trying to solve a basic LP problem as follows: require(lpSolve) ofc <- c(90,60) conl <- matrix(c(1,1,0,1,6,3),nrow=3,byrow=TRUE) conr<-c(100,65,48
I want to add text on the center of polygon feature in maps. I was referred to the this issue. and I made code like that. <template> <l-map style="he
[ let welcome; welcome = "Welcome to my first COMP1231 Program."; alert(welcome) let name; name =(prompt("Please enter your name:?", "Tafadzwa Ma