I plan to use an object which is called by my main method to exit the entire program. The object has a method which just runs a System.exit(0). My question i
I have create a webapi secured with azure active directory. I need to test this now and trying to use fiddler with an authorization header. I am trying to gener
code: func = udf(log_parser, result_type=DataTypes.ROW( [DataTypes.FIELD("ts", DataTypes.TIMESTAMP(precision=3)),
One nice feature of R which is related to its inherent vectorized nature is the recycling rule described in An Introduction to R in Section 2.2. Vectors oc
Is it possible to play audio without the audio tag and just using javascript? I'm injecting script through a tinyMce editor since I don't have access to a sit
First let's look at 3 Example questions and Answers: String[] questions = new String[3]; questions[0] = "What is the first letter in the alphabet?";
i'm newbie here, i'm stuck. i want to change value from false to true, to stop shimmering when data sucessfully to load. i have action like this import axios fr