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
pull/8022/head^2
Manan Sharma 2 years ago committed by GitHub
parent 51d42b8273
commit e7fae3a1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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))

Loading…
Cancel
Save