I'm trying to implement a Spring Boot-based Kafka consumer that has some very strong message delivery guarentees, even in a case of an error. messages from a pa
I'm trying out statements for creating a database, and after 10 entities without any issues I ran into this error Error: Near line 83: near "Transaction":
This is a project I'm working on for use between people at my university. The idea is simple, it's a website where people can submit anonymous comments to other
I need a tool for generating control flow in java, but not a visual draw, something that I can work with like with path conditions or so. Anyo
I'm looking to make my code more readable as well as use tooling like IDE code inspection and/or static code analysis (FindBugs and Sonar) to avoid NullPointerE
I have the dataframe below: dp <- structure(list(`Demand Per Section` = c(125, 350, 100, 538, 75, 25, 138, 138, 75, 150, 37, 225, 35, 40, 125, 25, 25, 125,
I am trying to add a best fit line to a scatterplot where the y variable has been log transformed. My command is: abline(lm(log(Epiphyte.Cover)~Seagrass.Cover)
I want to set up the Company class to be able to use the Address declared in the public static void Main(), how can I create a field for addre
Have two spring cloud stream applications. One is producer to produce message to kafka. The other is processor to process message from kafka. Now we are going t
(ref) Can I define a regular polyline function in one line?(1)y=x,y=0 (question) Can I define a line function in one line because it is regular? graph orenge l