From 3a7cfd34279ef2e2a3a36d2810050f844b38d408 Mon Sep 17 00:00:00 2001 From: PotatoK123 <56174807+PotatoK123@users.noreply.github.com> Date: Sun, 11 Oct 2020 14:28:23 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cba03487..f852ad23 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Java](https://www.youtube.com/user/java/videos) : talks related to java - [JavaOne](https://www.youtube.com/channel/UCdDhYMT2USoLdh4SZIsu_1g/videos) : Java Conference - [javidx9](https://www.youtube.com/channel/UC-yuWVUplUJZvieEligKBkA/videos) : Game and graphics tutorials +- [LiveOverflow](https://www.youtube.com/channel/UClcE-kVhqyiHCcjYwcpfj9w) : Tutorials on doing CTF chals and exploiting binaries. - [Meeting C++ YT Kanalseite](https://www.youtube.com/user/MeetingCPP/videos) : Talks on C++ - [MIT OpenCourseWare](https://www.youtube.com/user/MIT/) : MIT OpenCourseWare for learning in-depth algorithms, data structures, and computer engineering - [Netflix UI Engineering](https://www.youtube.com/channel/UCGGRRqAjPm6sL3-WGBDnKJA/videos) : great videos to watch for web developers, mobile developers and those interested in some of Netflix's tech stack @@ -551,6 +552,7 @@ When learning CS, there are some useful sites you must know to get always inform - [CMSI 281: Data Structures](http://cs.lmu.edu/~ray/classes/dsa/) : lightweight introduction to DS - [Collecting all the cheat sheets](http://overapi.com) : cheat sheets for lots of programming languages - [C Programming](http://users.cs.cf.ac.uk/Dave.Marshall/C/CE.html) +- [CryptoHack](https://cryptohack.org/) : Learn cryptography through challenges and tutorials. Has a leaderboard and new challenges are added every few months. - [Programming Community Curated C++ Resources](https://hackr.io/tutorials/learn-c-plus-plus) : resources recommended by developers - [Deep C](https://www.slideshare.net/olvemaudal/deep-c) : very good presentation on C language - [Design Patterns: Elements of Reusable Object-Oriented Software](https://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612) : aka the "Gang Of Four" book, or GOF From 879730b90bb6db35bdfd6bf11ffba6f0383da346 Mon Sep 17 00:00:00 2001 From: PotatoK123 <56174807+PotatoK123@users.noreply.github.com> Date: Thu, 15 Oct 2020 23:27:16 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 237586f5..492091b2 100644 --- a/README.md +++ b/README.md @@ -434,7 +434,6 @@ When learning CS, there are some useful sites you must know to get always inform - [Java](https://www.youtube.com/user/java/videos) : talks related to java - [JavaOne](https://www.youtube.com/channel/UCdDhYMT2USoLdh4SZIsu_1g/videos) : Java Conference - [javidx9](https://www.youtube.com/channel/UC-yuWVUplUJZvieEligKBkA/videos) : Game and graphics tutorials -- [LiveOverflow](https://www.youtube.com/channel/UClcE-kVhqyiHCcjYwcpfj9w) : Tutorials on doing CTF chals and exploiting binaries. - [Meeting C++ YT Kanalseite](https://www.youtube.com/user/MeetingCPP/videos) : Talks on C++ - [MIT OpenCourseWare](https://www.youtube.com/user/MIT/) : MIT OpenCourseWare for learning in-depth algorithms, data structures, and computer engineering - [Netflix UI Engineering](https://www.youtube.com/channel/UCGGRRqAjPm6sL3-WGBDnKJA/videos) : great videos to watch for web developers, mobile developers and those interested in some of Netflix's tech stack