Posts
Success is not final, failure is not fatal
- Get link
- X
- Other Apps
There was a very brilliant boy. He always scored 100% in Science. Got Selected for IIT Madras and scored excellent in IIT. Went to the University of California for MBA. Got a high paying job in America and settled there. Married a Beautiful Tamil Girl. Bought a 5 room big house and luxury cars. He had everything that makes him successful but a few years ago he committed suicide after shooting his wife and children. So, WHAT WENT WRONG? California Institute of Clinical Psychology Studied his case and found “what went wrong?” The researcher met the boy’s friends and family and found that he lost his job due to America’s economic crisis and he has to sit without a job for a long time. After even reducing his previous salary amount, he didn't get any job. Then his house installment broke and he and his family lost the home. they survived a few months with low money and then he and his wife together decided to commit suicide. He first shot his wife and children and then sho...
தினந்தோறும் வருமானம்
- Get link
- X
- Other Apps
தென்னைமரம் 3 ஆண்டுகளுக்கு பிறகு தினமும் பத்து ரூபாய் வருமானம் வாழைமரம் ஓராண்டுக்குப் பிறகு மாதம் 10 ரூபாய் வருமானம் மாமரம் மூன்று ஆண்டுகளுக்குப் பிறகு தினந்தோறும் ஐந்து ரூபாய் வருமானம் வேப்பமரம் ஓராண்டுக்குப் பிறகு தினந்தோறும் 50 பைசா வருமானம் தேக்கு மரம் ஓராண்டுக்குப் பிறகு தினந்தோறும் ஒரு ரூபாய் வருமானம்
Python selenium launch browser
- Get link
- X
- Other Apps
from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.support.wait import WebDriverWait from selenium.webdriver.firefox.firefox_profile import FirefoxProfile from selenium.webdriver.firefox.firefox_binary import FirefoxBinary from selenium.webdriver.common.desired_capabilities import DesiredCapabilities import time def main(): category_id = int(input("Enter the category id: ")) platform_id = int(input("Enter the platform id: ")) build_id = int(input("Enter the build id: ")) result_list = raw_input("Enter the result_list: ") query = "(db.results.category_id=='%d')&(db.results.platform_id=='%d')&(db.results.build_id=='%d') &(db.results.result_list.contains('%s'))" %(category_id, platform_id, build_id, result_list) print query options = webdriver.C...