diff --git a/_meta/Topic_Log.md b/_meta/Topic_Log.md index d7d7706..b65ce95 100644 --- a/_meta/Topic_Log.md +++ b/_meta/Topic_Log.md @@ -10,6 +10,9 @@ - `.list` file extension - Error handling +- Awk + - https://dane-bulat.medium.com/the-awk-programming-language-an-introduction-7035d343cd30 + ## SQL - What is a _schema_ in MySQL/ SQL ? @@ -27,6 +30,10 @@ - AWS Amplify - Deploy my own website on AWS +## NodeJS + +- Build examples of read stream and write stream + ## Git - What is rebasing? diff --git a/_scripts/auto_save.sh b/_scripts/auto_save.sh index 6161397..6b693b8 100755 --- a/_scripts/auto_save.sh +++ b/_scripts/auto_save.sh @@ -4,7 +4,7 @@ # It is aliased to `cs-update` in .zshrc -NOTES_PATH="/home/thomas/repose/computer_science" +NOTES_PATH="/home/thomas/repos/computer_science" SPACE_TO_UNDERSCORE="/home/thomas/repos/computer_science/_scripts/space_to_underscore_filename.sh" CLEAN_IMAGE_DIRECTORY="/home/thomas/repos/computer_science/_scripts/clean_image_directory.sh"