I try to develop a code based on MPI & DPC++ for large-scale simulation. The problem can be summarized as: I want to declare the data size, allocate the dat
I'm building a Python script to draw a heatmap of running activities recorded with a smartwatch, that are actually an athlete's movimentation during a soccer ma
I ran into a very weird problem: my R code for generating a plot only works if I type it into the console but not when I ran it inside the script (with Ctrl+Ent
How do i create a customEvent Typescript and use it? I found this link on javascript on Mozilla site (https://developer.mozilla.org/en-US/docs/Web/API/CustomEve
I have the onCreate method: override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.act
I have shifted spring application from ibm to aws where i am using EC2 and k8 services . On k8 container ,whenever i perform any operation using ajax call ,aut
I would like to use Flink for the following use case: I have a table whose columns are id, datapoint. There are many rows (many unique datapoints) for each id.
when defining a class after @Getmapping annotation in Spring Controller, are there other ways besides Iterable see code sample below on how to define a class or
I am trying to dploy my django application on heroku and keep getting this error message: ---------------------------------------- ERROR: Comm
I'm trying to launch a query like: (Select * from table1) UNION ALL (Select * from table2) UNION ALL (Select * from table3) UNION ALL (Select * from table4) UNI