I'm struggling with making my lists of strings a DataFrame because they are different sizes. So, I'm running code to get the length of the largest list and then
I want to parse this to int using typecasting int noOfTest = catDoc.getLong("NO_OF_TESTS").intValue(); How can I do it?
After some searching I didn't found any good answer to my question regarding copy constructor and inheritance. I have two classes: User and Trainee. Trainee inh
I have the following snippet of code: observeEvent(input$btn_enter, { for (indicator in isolate(input$indicators)) { appendTab( inputId
I have two tables, one a test table and one a production table, both with +200 columns and a couple thousand lines of code to create the table. I periodically m
I am implementing this Bootstrap Modal on click of a button. But on clicking the button, the modal appears on screen, every field is correctly displayed except
So I have these three files: Linking.cpp: #include "Liking.h" int main() { print(); } Liking.h (I missed the "h" in the names of the files and I'm afraid
I am using AWS MSK. I want to have a connector that will take messages from a Kafka topic and send them to S3 bucket. The Kafka topic contains protobuf messages