I wrote the code below to read a file into a structure but the output when I run this code can be seen in the text below. I want to read the file into the struc
I am using EKS for the deployment of my Spring Boot App. At startup, it crashes a couple of times, gets restarted by EKS, and finally starts serving requests. H
I have two tables such as below : /* questions table */ | q_id | q_title | | ------- | ---------------------- | | 1 | What is your name
I was looking for a way to handle the closing event of the PowerPoint when developing an Add-in. The only ones that were a bit close was the fact that we can de
My table looks like this(df): category product_in_cat cat1 [A,B,C] cat2 [E,F,G] "category" is str, and product_in_cat is list type. I have a list:product=[A,B
I have some validation code that, when a user tries to save, will run through some complex business rules and determine if the current data entered matches the
Wondering how I can create a table with the results of different calculations in R. Here's an example using mtcars df # Load tidyverse library(tidyverse) # S
I am facing a strange a problem in kafka that all kafka messages from topic are being replayed after consumer application restart. Can anyone help me what am I
What is wrong with this: Dim AppLog As New DataTable 'create a new data row. Dim alNewRow As DataRow = AppLog.NewRow 'specify the information of the new row. a