About 59,400 results
Open links in new tab
  1. Answer checking script - Code Review Stack Exchange

    I got this basic script which I'll be using to check if the answer is right. The only problem is that I'll be using with many forms. That's why I need this code to be more like DRY code.

  2. Asking and checking if the answer is correct - Code Review Stack …

    Mar 29, 2021 · The exact implementation for this is up to you, but it could help to generate an object from an HTML node, grabbing the question title, description, answering possibilities …

  3. PowerShell script for automated Windows health check and repair

    Sep 20, 2024 · To streamline this process, I've created a PowerShell script that automates the inspection, diagnosis, and repair of common Windows issues. The script progresses from …

  4. python - Simple quiz program - Code Review Stack Exchange

    Feb 17, 2013 · I have been trying to make a simple "quiz" program in Python. What I plan to make is, say, a quiz of 3 rounds and each round having 3 questions. And at the end of the every …

  5. python - Multi-Page Web Scraping Code Using Selenium with ...

    Dec 24, 2024 · I have written a web scraping script using Selenium to crawl blog content from multiple URLs. The script processes URLs in batches of 1000 and uses multithreading with the …

  6. Python script to answer Rosalind test 2 (sum of two squares)

    Sep 29, 2023 · Python script to answer Rosalind test 2 (sum of two squares) Ask Question Asked 2 years, 3 months ago Modified 2 years, 3 months ago

  7. HTA w/ VBScript to open and copy links - Code Review Stack …

    Sep 16, 2024 · I recommend that you put the data in a separate text file and then build the page dynamically. A separate file for the data allows the 300+ entries to be in a simple list format …

  8. Intune Remediation script to uninstall 7-Zip - Code Review Stack …

    Mar 25, 2024 · The script could be much more versatile and be used for other programs as well. Then, consider using a parameter to pass the program name from the command line. In a …

  9. A python script to download video from a website

    Jul 14, 2022 · I wrote this script for gaining experience, this script takes in a website link (NSFW) and download the video on that site. It uses regular expressions to parse the website source …

  10. PyQt: Open a file dialog from a separate thread

    Mar 15, 2022 · 4 Based on a question I asked on SO, I have come up with the following solution. As I am very new to Python Qt, I would like a review rather than just add it as an answer in …