diff options
author | Anthony Wang | 2021-05-20 18:40:05 -0500 |
---|---|---|
committer | Anthony Wang | 2021-05-20 18:40:05 -0500 |
commit | 1f646499c0264ced15cd5e1884ae28c93dd77889 (patch) | |
tree | 0dea4a41d4275ad8f9ef5dbc42d66ab1a205e247 /README.md | |
parent | 41d6879d2deca810d2a26b344214ce998d8e9b1d (diff) |
Update README with lots of info
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -12,6 +12,23 @@ Folder: https://drive.google.com/drive/folders/1tSWqSONcjwJWfYled2abuSCmDSUt4KiA You should download it before contests since you technically can't use the internet during contests. +### rclone + +You can copy the Google Drive folder to your computer with `rclone copy "drive:Science/Science Olympiad 20.5/Astronomy 20.5/Astro 2021" . --exclude="Astro 2019/**" -P`. + +You can copy your files to the Google Drive with `rclone copy . "drive:Science/Science Olympiad 20.5/Astronomy 20.5/Astro 2021" --exclude="astropy/**" --exclude=".git/**" --exclude=".venv/**" -P`. + + +## Kiwix + +Download all of Wikipedia, or optionally, Wikipedia Astronomy. + + +## Speedcrunch + +Great for unit conversions: https://speedcrunch.org/userguide/advanced.html + + ### Wikipedia You can download Wikipedia using [Kiwix](https://www.kiwix.org/en/). It should be more than enough for regionals and state. |