Posts

py

For Execution of multiple lines of code in python shell:- input:- print('nnd'); print("dnjkfns") Output:-    nnd                   dnjkfns  input:-print('dnfd');\              print("snjn") Output:-  dnfd                     snjn

Code to Delete all Watch Later youtube Playlist

 1. Code is Copy  from the Github Link qoomon / youtube_clean_watch_later_videos.js 2. Paste the Below code to the console of youtube videos 3.Open Youtube and select watch later in Desktop and then ctrl+shift+j and then paste code in console 4.Code----------------> // This script will remove all videos from watch later list // // Usage // // #1 go to https://www.youtube.com/playlist?list=WL // #2 run following script in your browser console // adjust REMOVE_BUTTON_TEXT accordingly to your language, see examples below (async function() { const REMOVE_BUTTON_TEXT = 'Remove from Watch later' // de-DE: const REMOVE_BUTTON_TEXT = 'Aus "Später ansehen" entfernen' // pt-BR: const REMOVE_BUTTON_TEXT = 'Remover de Assistir mais tarde' // swe-SE: const REMOVE_BUTTON_TEXT = 'Ta bort från Titta senare' // zh-Hans-CN: const REMOVE_BUTTON_TEXT = '从稍后观看中移除' const playlistName = document.querySelector("#title a...

Static member in c++

 https://www.ibm.com/docs/en/zos/2.2.0?topic=only-static-member-functions-c

Print “Hello World” in C/C++ without using any header file

  Print "Hello World" in C/C++ without using any header file - GeeksforGeeks

DO

 database to store song manually  website or app to store song youtube videos comment etc changes will happen in both automatically 3rd party video recorder application to record restricted video 

namespace in C++

Gfg Link:- Namespace in C++ | Set 1 (Introduction) - GeeksforGeeks Topic;- 1.Definition and Creation 2. Classes and Namespace 3. define methods also outside the namespace 4. Class can also be declared inside namespace and defined outside namespace

welcome

 to our blog