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
This commit is contained in:
Vashishth Patel 2021-10-16 22:47:36 +05:30 committed by GitHub
parent 2a2c12efa8
commit 261175602a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,7 @@
### <a name="cpp"></a>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