User Controls

  1. 1
  2. 2
  3. 3
  4. 4

Thanked Posts by Doyle Sauce

  1. Doyle Sauce Tuskegee Airman
    Originally posted by Sweet Now explain the retarded ones

    You can get them for free usually if you just buy them ice cream first

    The following users say it would be alright if the author of this post didn't die in a fire!
  2. Doyle Sauce Tuskegee Airman
    The plural comission of shitfuckeing united is going to keep this poll balanced.

    Generate a script that checks the percent of votes on a forum poll and if that percent deviates from a perfect 50/50% split than it opens X new browser windows on the same URL with X being the number of votes it would take to restore the 50/50% vote ratio split. I.E (75%/50% Split) "Opens 2 PRIVATE (no cookies or log in data) windows from Url "Vote.com/html"

    from selenium import webdriver
    from selenium.webdriver.common.keys import Keys

    # Set up Selenium WebDriver with a new, private instance of the Tor Browser
    profile = webdriver.FirefoxProfile()
    profile.set_preference("network.proxy.type", 1)
    profile.set_preference("network.proxy.socks", "169.0.0.1")
    profile.set_preference("network.proxy.socks_port", 9150)
    profile.set_preference("browser.privatebrowsing.autostart", True)
    driver = webdriver.Firefox(firefox_profile=profile)

    # Navigate to the poll URL
    driver.get("http://vote.com/html")

    # Find the vote count elements and get their values
    votes_for = int(driver.find_element_by_id("votes-for").text)
    votes_against = int(driver.find_element_by_id("votes-against").text)

    # Calculate the current percent split
    total_votes = votes_for + votes_against
    percent_for = votes_for / total_votes * 100
    percent_against = votes_against / total_votes * 100

    # Check if the split is not 50/50
    if percent_for != 50:
    # Calculate how many votes are needed to restore the 50/50 split
    votes_needed = abs((percent_for - 50) / 100 * total_votes)
    votes_needed = int(round(votes_needed))

    # Open X new windows with the same URL
    for i in range(votes_needed):
    driver.execute_script("window.open('http://vote.com/html', '_blank');")

    # Close the WebDriver instance
    driver.quit()

    PRogram is named : THANOOSE
    ticker: yinyang

    The following users say it would be alright if the author of this post didn't die in a fire!
  3. Doyle Sauce Tuskegee Airman
    i lost access to my main "Beige Warhawk"
    The following users say it would be alright if the author of this post didn't die in a fire!
  4. Doyle Sauce Tuskegee Airman
    IN THE NAME OF THE SPORT OF CHESS

    FOUNDED IN THE COUNTRY OF SPAIN

    WE SAY THIS

    "DOS ES MUERTO !
    Petro destruirá vuestras economías tanto el oriente como el occidente caerán ante EL PODEROSO EL PETRO!!"
    The following users say it would be alright if the author of this post didn't die in a fire!
  5. Doyle Sauce Tuskegee Airman
    My wallet? Oh not much.. just sold this script to colombia pictures for their telenovela specials on American business owners and they were on the edge of their seats at the tales I told them of ol' Janny Bojangles

    like that time he chugged an entire 2-6 of vermouth straight and when he woke up ISS was live
    back then you could do something like code a kitchen in your back garage while doing lines of CSS off the modem and build the next microsoft or oracle or Mojang.
    Now it's all corporate and mainstream you gotta learn twenty different enterprise software and get bASS fast track + approved so you can write an action script for the secret camera you put in the womens washroom

    Back then a FEMALE PROGRAMMER pissed in a bottle just like everyone else.
    Society went wrong somewheres

    The following users say it would be alright if the author of this post didn't die in a fire!
  6. Doyle Sauce Tuskegee Airman
    How do you decide whomst to shoot first though? Or last?

    The following users say it would be alright if the author of this post didn't die in a fire!
  7. Doyle Sauce Tuskegee Airman
    You're work is beyond next level, no doubt about it. But you lack the confidence needed to compete in this cut throat world of grafix design.

    So I took the liberties and sent your portfolio to fireart studios myself.

    https://fireart.studio/careers/gay porner/

    I gave them all your info, email (Stirolak28@gmail.com) and links to artistic counter culture. I said you were proficient in english and expected $5000/mo (USD)

    For the CV I just attached the picture in your OP

    The following users say it would be alright if the author of this post didn't die in a fire!
  1. 1
  2. 2
  3. 3
  4. 4
Jump to Top