From 261175602afc6dab9026eeed32640872b26fbbef Mon Sep 17 00:00:00 2001 From: Vashishth Patel <76911582+vasu-1@users.noreply.github.com> Date: Sat, 16 Oct 2021 22:47:36 +0530 Subject: [PATCH] C++, Java, Go Cheatsheets Added (#6258) * C++ Java Go R Cheatsheets Added * fixed alphabetical order * R removed and other source updated * name updated * fix Go name --- more/free-programming-cheatsheets.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 20d1faec..e9947014 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -58,6 +58,7 @@ ### C++ +* [C++ Cheatsheet](https://www.codewithharry.com/blogpost/cpp-cheatsheet) - CodeWithHarry (HTML) * [C++ Quick Reference](http://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) - Hooman Baradaran (PDF) @@ -83,6 +84,7 @@ ### Go * [cht.sh Go Cheatsheet](https://cht.sh/go/:learn) +* [Go Cheatsheet](https://devhints.io/go) - devhints, Rico Santa Cruz (HTML) ### HTML / CSS @@ -107,6 +109,7 @@ ### Java * [Java](https://programmingwithmosh.com/wp-content/uploads/2019/07/Java-Cheat-Sheet.pdf) (PDF) +* [Java Cheatsheet](https://www.codewithharry.com/blogpost/java-cheatsheet) - CodeWithHarry (HTML) ### JavaScript