A simple python script that updates your factorio server to the latest version, give it the location of your server and the script will copy all server date from the old to the new. This script will not delete the old server but rather rename it to the current time and date incase its needed.
A really dumb script that on startup will randomly select a new grub. Full setup guide in the README.
A script that shows the performance of the bogosort algorithm, it asks the user how many numbers to try and sort then gives time estemations to completion. Its just simply the best sorting algorithm there is, I mean come on it has a theoretical time complexity of O(n) how could you not use it. Ignore that its average time complexity is O(n*n!) thats not important.