I have the following react component where I am trying to start a countdown from 30 to 0 as follows: import React from 'react'; function Countdown () { const
I've written this java application to respond the data from the command line and store it into a database : import java.util.Scanner; import java.sql.*; pu
I have a Winforms app with a webview but the file explorer do not open when fired inside the webview (works fine on browser) i alredy tried the following : Dim
I want to take screenshot of several links belonging to youtube. I want to take screenshot of the webpage where it will play the video and then take screenshot
Im trying to use the annotate_figure function to add a title to my graph. I'm currently running this code : p3<- ggplot(SPPLongForm, aes ( x =Score, fill = T
I'm creating video player using kivy/python. So far so good, until I want to add "play speed" feature (play the video faster / slower than it's normal speed). A