Cheat Sheet on programming and scripting languages


I found interesting articles '70+ Cheat Sheets On 22 Programming And Scripting Languages!' and '53 Cheatsheets For Programmers And Developers In Alphabetical Order! Here is the list of such cheat sheets, that I feel useful and relevant. 


All in one
http://www.cheat-sheets.org/
http://refcardz.dzone.com/

1. Apache
http://www.petefreitag.com/cheatsheets/apache/

Apache Ant
http://refcardz.dzone.com/refcardz/getting-started-apache-ant?oid=hom24765

Apache Cassandra
http://refcardz.dzone.com/refcardz/apache-cassandra

Apahce Hadoop
http://refcardz.dzone.com/refcardz/getting-started-apache-hadoop


2. awk
http://www.catonmat.net/download/awk.cheat.sheet.pdf

3. sed
http://www.catonmat.net/download/sed.stream.editor.cheat.sheet.pdf

4. ed
http://www.catonmat.net/download/ed.text.editor.cheat.sheet.pdf

5. C
http://www.digilife.be/quickreferences/QRC/C%20Reference%20Card%20%28ANSI%29%202.2.pdf

On Linux to link with Linux header files

5.1 with ctags
First run ctags
Modify ~/.vimrc file
set tags=linux/tags

5.2 without ctags
shift + k to go to man page
go to header file and then press gf to go header file

ctrl + o to come back from header file to original code. 


6. Core C# and .Net
http://www.digilife.be/quickreferences/QRC/C%20Reference%20Card%20%28ANSI%29%202.2.pdf

http://www.cheat-sheets.org/saved-copy/NETFX4-Poster.pdf

7. C# and VB.Net
http://aspalliance.com/625

8. String Formatting in C#
http://blog.stevex.net/string-formatting-in-csharp/

9. C++
http://cs.fit.edu/~mmahoney/cse2050/how2cpp.html
http://www.dreamincode.net/downloads/ref_sheets/cpp_reference_sheet.pdf


10. STL
http://www.digilife.be/quickreferences/QRC/STL%20Quick%20Reference%201.29.pdf

11. Eclipse Keyboard shortcut
http://eclipse-tools.sourceforge.net/shortcuts.html

12. C++ V/s Java
http://www4.ncsu.edu/~kaltofen/courses/Languages/JavaExamples/cpp_vs_java/

13. JavaScript
http://www.javascript.su/
https://www.addedbytes.com/cheat-sheets/javascript-cheat-sheet/
http://www.cheat-sheets.org/saved-copy/javascript_cheat_sheet.png


14. HTML Special Characters
http://www.webmonkey.com/2010/02/special_characters/

15. HTML
http://www.webmonkey.com/2010/02/html_cheatsheet/
http://www.cheat-sheets.org/saved-copy/html-cheat-sheet.png


16. Prototype JavaScript Library
http://www.snook.ca/files/prototype_1.5.0_snookca.pdf

17. RStudio
http://www.rstudio.com/resources/cheatsheets/

18. Calculus
http://tutorial.math.lamar.edu/pdf/Calculus_Cheat_Sheet_All.pdf

19. CSS
http://www.petefreitag.com/cheatsheets/css/

20. Debian Linux
http://www.cheat-sheets.org/saved-copy/refcard-en-a4.pdf

21. Django
http://www.cheat-sheets.org/saved-copy/django_reference_sheet.pdf

22. Locator 
XPATH, CSS, DOM, Selenium
http://www.cheat-sheets.org/saved-copy/Locators_table_1_0_2.pdf

23. Firebug
http://refcardz.dzone.com/refcardz/getting-started-firebug-15

24. Git
http://www.cheat-sheets.org/saved-copy/git-cheat-sheet.svg

25. Haskell
http://www.cheat-sheets.org/saved-copy/Haskell.CheatSheet.pdf


26. Java
http://www.cheat-sheets.org/saved-copy/java_quickref.pdf

27. JQuery
http://www.cheat-sheets.org/saved-copy/jQuery-1.5-Visual-Cheat-Sheet.pdf

28. Mathematica
http://www.cheat-sheets.org/saved-copy/mathematica-cheat-sheet.pdf

29. Matlab
http://www.cheat-sheets.org/saved-copy/matlab_quickref.pdf

30. MySQL
http://www.cheat-sheets.org/saved-copy/mysql_cheat_sheet.png

31. Design Pattern
http://refcardz.dzone.com/refcardz/design-patterns

32. OpenStack
http://refcardz.dzone.com/refcardz/getting-started-openstack-most

33. Nmap
http://www.cheat-sheets.org/saved-copy/Nmap5.cheatsheet.eng.v1.pdf

34. Oracle / SQL
http://www.cheat-sheets.org/saved-copy/oracle_sql_reference.pdf
http://www.sql.su/

SQLLite
http://www.cheat-sheets.org/own/sqlite/Syntax.Diagrams.For.SQLite.html

35. Python
http://www.cheat-sheets.org/saved-copy/PQRC-2.4-A4-latest.pdf

36. Scala
http://www.cheat-sheets.org/saved-copy/Scala_Cheatsheet.pdf

37. Wordpress
http://www.cheat-sheets.org/saved-copy/wpcs.png

38. XML
http://www.cheat-sheets.org/saved-copy/XMLquickref.pdf

39. Shell Script
http://www.cheat-sheets.org/saved-copy/shellscripcheatsheet.pdf

40. Linux, Unix, Ubuntu
http://www.cheat-sheets.org/saved-copy/ubunturef.pdf
http://www.cheat-sheets.org/saved-copy/unix_command_quickref.pdf
http://www.pixelbeat.org/cmdline.html
http://jd40c.com/linux.html


1 comments:

Manish Panchmatia said...

https://www.git-tower.com/learn/cheat-sheets/git

Post a Comment