Skip to main content

Questions tagged [automation]

Automation refers to the process of generating tools that execute tasks without the help of human intervention. Use this tag for scripts, software and other tools that allow for automation.

6 votes
1 answer
114 views

I made this executable because I used to play on a MUD, which was essentially a server to which you connect to through telnet to play in a multiplayer world. What annoyed me was how difficult it was ...
Chip01's user avatar
  • 687
9 votes
2 answers
356 views

As a followup to my previous version, I decided to try make this more cross-platform. I considered several languages: C++ is pretty cross platform, Rust is gaining popularity (and the language used by ...
404 Name Not Found's user avatar
8 votes
2 answers
303 views

On Arch Linux, there are 2 packages that provide the Rust toolchain: rust itself and rustup. When users try to install a package ...
404 Name Not Found's user avatar
4 votes
1 answer
212 views

I like to have a script which fetches data from a REST-API then writes the data into a CSV file. Here's what I've got so far (prototype, using a publicly accessible dummy-API): ...
michael.zech's user avatar
  • 5,042
2 votes
1 answer
75 views

Initial situation: Each week a nested folder-/file-structure has to be created. Content is added to the files. Afterward the structure is copied to a shared-folder for long-time documentation. Example:...
michael.zech's user avatar
  • 5,042
0 votes
1 answer
490 views

I've been experiencing frequent issues with my Windows operating system, requiring me to manually run various system health and repair commands (such as DISM, ...
Foad's user avatar
  • 379
4 votes
1 answer
368 views

I'm currently working on my thesis to obtain a bachelor in software engineering, and i want to get some feedback from real developers of how useful this project can be in the real life. the project is ...
Hernandez Sinsel Jesus Emmanue's user avatar
3 votes
1 answer
125 views

VSCode's portable mode doesn't support auto-updates, unlike its normal installer-based versions. I happen to use MSYS2's UCRT64 environment which makes the Linux tools I like play nice with the ...
404 Name Not Found's user avatar
1 vote
1 answer
80 views

Task description: Implement a generate_unique_phone_numbers function. The function shall parse the given text-file. Content-example: ...
michael.zech's user avatar
  • 5,042
2 votes
0 answers
101 views

This is a followup to Python script that reboots the router every 600 seconds. Recently censorship in China has increased because of the meeting of heads of states, and my previous script has been ...
Ξένη Γήινος's user avatar
2 votes
1 answer
158 views

The following bash script is intended to be run on a freshly installed digitaloceans ubuntu 20.04 droplet by root in its home dir. The purpose is to setup a ready to use webserver with SSL (certbot), ...
Roadrunner85's user avatar
1 vote
1 answer
160 views

I have written a rudimentary code in Python: That reads the API collection from Swagger/Postman and extracts the payload, link, and method It creates the response with the token(Generated from the ...
Durga's user avatar
  • 51
0 votes
1 answer
231 views

As part of my testing, I have to connect to Unix server using putty and execute few unix jobs. Feature file Steps for test scenario: ...
Sh87's user avatar
  • 89
4 votes
2 answers
123 views

I previously posted a question for codereview: Python Autoclicker And I received some great feedback and changes to do in the code. I have done many of the changes mentioned in the answers and here is ...
Syed M. Sannan - alt's user avatar
1 vote
2 answers
696 views

I made this super basic autoclicker using Python (v3.7) and the pynput (v1.7.3) library. Are there any changes that you could recommend to make the code more efficient, faster, and overall better? ...
Syed M. Sannan - alt's user avatar

15 30 50 per page