I have a .csv file containing time series data with headers like Description, Date and Values. I am looking to make a line graph for this time series in such th
I'm experimenting a lot with Apache Kafka in a Spring Boot App at the moment. My current goal is to write a REST endpoint that takes in some message payload, wh
I would like to hide the <div id='coco'> present in the <div id='altOcr'> with JS or JQuery. Here is my base code: <div id='altOcr'> <d
I have a question about how to set PHP_INI_* modes and where to set them. I found this link about from http://php.net/manual/en/configuration.changes.modes.php.
We have a Stored Procedure in SQL Server which expects datetime column to be in MMddyyyy format and results in error Conversion failed when converting date and
I am following a course on Udemy and I just learned about smart pointers. This is my code for the challenge the section had- #include<bits/stdc++.h> using
I have an issue in which i'm looking for our discord bot to only look for images received and ignore any text typed. From the guides I have read, I have yet to
I want to get the store value in vue 3 setup code, I am doing like this way right now, first define the store in setup code block: const store = useStore() the