I am trying to figure out what item (for example document, web page tab, window, picture, folder) the user has clicked on. I started by using the following code
I have a dataset like below: Now, I need the output as below: start_time end_time count 10:01 10:04 3 10:05 10:07 2 For this purpose, I wrote a qu
I am working on some old html that features a lot of empty tags: <i style='mso-bidi-font-style:normal'><span style='font-size:11.0pt;font-family: Uni
first of all please bear with me as my English is still improving. So, yesterday i was trying to install DaVinci Resolve 16 on my newly installed Pop Os using a
I am trying to delete all the files and folders in a specific location on my Raspberry Pi except for .env, ., and ... This seems to work: find ~/my/app/here/. !
I have a dataframe as such, I would like to change the column UR by keeping only the last non blank value of this column, leaving the rest of the cells blank.
I am trying to create a trigger in Salesforce wit the name: trigger (uam) on Account (after update) { } but get the error:Unexpected token '(' Is there a reg
I have written this program to check if two matrices are equal or not. Whenever I run it, it gives me segmentation faults. int equal(int** matrix1, int** matrix
I am making a VSCode extension and I want to be able to update the priority and alignment of a status bar item. for example: const item = vscode.window.createSt