I don't understand the output, I'm getting really confused <xsl:template match="t[@repeat]"> I'm matching <t repeat="2"> <xsl:variable name="nu
Using the mtcars dataset, find car(s) within the top quartile in MPG, bottom quartile in weight, and 5 gears. I know the answer it just codes not fitting in. da
I'm trying to open a CMD as system using PowerShell and then send a command to that system window. what i've got so far is this: $opensystempromt = '"/c PsExec.
I'm building a quick csv from a mysql table with a query like: select DATE(date),count(date) from table group by DATE(date) order by date asc; and just dumpi
I have stored rich text in my db, and now I would like to show it to the website viewers, but when I echo the content I got this: <p>sometext</p><
To evaluate diagnostic performance, I want to plot ROC curve, calculate AUC, and determine cutoff value I have concentration of some protein, and actual disease
I am new to spark and have been trying to develop an application using Spark Java API. In there, I am trying to create an Object Mapper with certain Serializati