a repository of miscellanous things that don't need their own repos.
a powershell script meant to create hashes of files in a directory.
created for https://unethicalcdn.com - SHA256 hashes of files.
a go script that checks a list of URLs in urls.json
to ensure whether they're active or dead links.
created for lcbud
note: change these values to your preference (cli args):
Usage of url_check.go:
-concurrent int
how many urls we check at once (default 10)
-retries int
how many times we try a url before giving up (default 3)
-urlsFile string
where your urls are stored (default "urls.json")