Skip to main content

Questions tagged [script]

6votes
2answers
108views

Bash Script for Docker Image Cleanup

I’ve been working on a bash script to clean up old Docker images while keeping the latest tag for each repository and skipping images currently in use. I’m sharing the script below and would ...
Ilgar's user avatar
9votes
6answers
755views

Command-line script that strips out all comments in given source files

Explanation The script is designed to be run from the command-line, and takes any number of positional arguments as paths of "input" files (it also takes some optional arguments to customize ...
I Like Python's user avatar
7votes
2answers
636views

Advanced Python Grade Calculator

In this project, I've developed an Advanced Grade Calculator that not only calculates the average grade but also accounts for credit hours and predicts future performance based on historical grade ...
Shamp Phili's user avatar
2votes
1answer
122views

Telegram YouTube upload video notification Bot

I made a simple script that notifies a Telegram Channel when a new youtube video is uploaded upon a YouTube channel: index.php ...
Dimitrios Desyllas's user avatar
-1votes
1answer
48views

how to boost my script in fault tolerance ,performance and readability [closed]

...
xwj's user avatar
12votes
3answers
1kviews

Blog site generator written in shell script

Since I am not a fan of having using large web-frameworks and libraries just to setup a simple blog, I decided to write my own static blog site generator in pure shell script. The script uses pandoc, ...
766F6964's user avatar

close