First of all, I really don't have an idea about what am I doing with this code. I simply want to compare two .wav files and check the pronunciation correctness.
I have a main data set main_df with a start and end time (in seconds). I would like to see if the time range in main_df falls within a list of
I have thought of an example that I can use to learn it well. I designed a kind of "script language" (as a string) that I want to parse and interpret. PS: Yes,
I'm trying to build a comments section in my website, and I'm pretty much done, but I'm trying to display the time that it was posted, but it keeps displaying t
I am trying to call Twilio API from Angular8 Application but i am getting below mentioned Error Error Text is message: "Http failure response for https://video
I was checking out this laravel library to compress user uploaded images.http://image.intervention.io/ I was wondering if this is a good idea for user uploaded
I am having a problem on how to get a certain value for each row in my dataframe. More precisely, it is about the variable entities.urls whose values again cons
A plot will be made from these data: mtcars %>% gather(-mpg, key = "var", value = "value") %>% ggplot(aes(x = value, y = mpg)) + geom_point() +