
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.
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 (and the correct …
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 simple to …
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, 2 months ago Modified 2 years, 2 months ago
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 round, the …
Custom hash function as Bash script - Code Review Stack Exchange
Apr 13, 2025 · You can write it a bit more briefly and clearly than a shell script (e.g. by including white space between values/variables) and if you only need to calculate 1 hash at a time the above would …
HTA w/ VBScript to open and copy links - Code Review Stack Exchange
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 (i.e. no …
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 SO. The code …
Wait for a callback and then using the result
Sep 5, 2022 · I'm using Frida to run a script on a process, and I want to wait for it to send the result back to me, as a callback. My current code looks like this: def check (target): global msg script_...
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 corporate …