Parcourir la source

Adds C and PHP cheatsheets in free-programming-cheatsheets.md (#7820)

* Adds C and PHP cheatsheets in free-programming-cheatsheets.md

* remove build errors

* adds author name
Manan Sharma il y a 3 ans
Parent
commit
e7fae3a1eb
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      more/free-programming-cheatsheets.md

+ 2 - 0
more/free-programming-cheatsheets.md

@@ -58,6 +58,7 @@
 
 ### C
 
+* [C Language Cheat Sheet](https://www.codewithharry.com/blogpost/c-cheatsheet/) - CodeWithHarry(HTML)
 * [C Reference Card (ANSI)](https://users.ece.utexas.edu/~adnan/c-refcard.pdf) (PDF)
 * [Systems Programming Cheat Sheet](https://github.com/jstrieb/systems-programming-cheat-sheet) (HTML)
 * [The C Cheat Sheet: An Introduction to Programming in C](https://sites.ualberta.ca/~ygu/courses/geoph624/codes/C.CheatSheet.pdf) - Andrew Sterian (PDF)
@@ -277,6 +278,7 @@
 
 ### PHP
 
+* [PHP Cheat Sheet](https://www.codewithharry.com/blogpost/php-cheatsheet/) - CodeWithHarry (HTML)
 * [PHP Cheat Sheet](https://websitesetup.org/php-cheat-sheet/) - Nick Schäferhoff, WebsiteSetup (HTML, [PDF](https://websitesetup.org/wp-content/uploads/2020/09/PHP-Cheat-Sheet.pdf))