MySQL Resources
- Select Random Rows - Selecting random rows from large tables.
| #!/usr/bin/env bash | |
| # | |
| # Backup selected directories to a Backblaze B2 bucket | |
| # | |
| # If youre encountering errors running the script you probably need Bash 4.0 | |
| # | |
| # You need to login to your b2 account once with b2 authorize-account [<accountId>] [<applicationKey>] before running it. | |
| # | |
| # Example daily cron running script.sh in home directory: | |
| # @daily /usr/local/bin/bash ~/script.sh |
| // ==UserScript== | |
| // @name SOJM | |
| // @namespace salembeats | |
| // @version 2.11 | |
| // @description Compare your earnings to the crowd, to tell whether it's "Slow, Or Just Me?" | |
| // @author Cuyler Stuwe (salembeats) | |
| // @include https://worker.mturk.com/dashboard* | |
| // @grant GM_info | |
| // ==/UserScript== |
MySQL Resources