Posts

À dream left in between

The Incident is of a real dream. The time I started writing this I had seen three dreams at that time..around(8:30 am in morning) i slept at 1am in night. this is highest number of dreams I saw in a day (apart from day dreaming of course). Few strange thins I saw in these 3 dreams and all these dreams I can remember not exactly but a faint image is there . I saw colours in all three dreams usually , i don't remember the colour or any other details , sometimes even the dream also :P Story 1: So this is 20200628, 6 am in morning, just saw a dream about me and my crush d*****y are staying together. Yea as i told it was a dream :P.  Everything was going fine , We were happy , till a bad day everything got changed , when we met an accident and she was there with me on bike in that accident I was left with having very less injury but d*****y lost her left hand , I don't know what kind of dream it was I would never think like that,also I would never let that happen to her.In reality ...

Using Selenium to bruteforce any Web Account

When it comes to automation , selenium can be used for automating the login .E.g take the case of Netflix Here I have used it to read the username and password from a file and then use it for logging in to Netflix. package selenium; import java.io.File; import java.io.FileNotFoundException; import java.util.ArrayList; import java.util.List; import java.util.Scanner; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class NetflixLogin {     public static void main(String[] args)         throws InterruptedException, FileNotFoundException     {         System.setProperty("webdriver.chrome.driver", "D:\\shashi\\selenium\\chromedriver.exe");         WebDriver driver = new ChromeDriver();   ...

Resuming IDM downloads

Image
Idm download once failed can be redownloaded.. So first suppose the file was corrupted.. and we are not able to download the file. Now right click on the file-> click on refresh download address -> click on the link again to download ..  Now you will get the popup like this and your site will open. click on the link again and the download will resume.