Skip to main content

Posts

Is my job dangerous than others!!

 Hi friends, what we usually discussing about our job? hope we are always talking about the work pressure, manager is telling something wrong, works is very hectic, I am working day night etc..., just I got some time and I compared my job with others. I hope my job is safer then some other job. I just compared my job with the following two jobs. A bus driver I used to travel by bus in night time from Chennai - Trichy and once get a chance to discuss with a private bus driver who is relative to myself. Their bus only have trip at night time since less people traveling in day time. Some positive points about that driver job He is getting around 20, 000 per month as salary He may get extra commission in festival time He will get day time free (hope he will spend that in sleeping) He is getting free food in motels Some negative points about his job There is not guarantee for his life (I hope this reason is enough to quit that job) He has to continuously sit for around 8 hours and drive...

How to do multi line search and replace with VS Code

We can do multi line search and replace with "Replace in Files" and "Replace". "Replace in Files" is easy and have more features than "Replace". Multi line string search and replace with "Replace in Files" (Ctrl + Shift + H) Step 1: Open "Menu -> Edit -> Replace in Files" (Ctrl + Shift + H) Step 2: Ener multi line search string in "Search" input. You can copy past multi line string from editor or you can use Shift + Enter to input new line Step 3: Enter multi line replace string in "Replace" input as like Step 2. Focus cursor in Search or Replace input and press enter Step 4: You will see all the matching result below "Replace" input. You can click the result to see the Find/Replace in diff window. Multi line string search and replace with "Replace" (Ctrl + H) Step 1: Open "Menu -> Edit -> Replace" (Ctrl + H) Step 2: Enable "Use Regular Expres...