free-programming-cheatsheets.md 4.7 KB
Newer Older
1 2
### Index

3
* [Artificial Intelligence](#artificial-intelligence)
Q
Quang Tran 已提交
4
* [Bash](#bash)
5
* [C](#C)
S
Seth 已提交
6
* [C++](#cpp)
7 8 9 10
* [Clojure](#clojure)
* [Data Science](#data-science)
* [Git](#git)
* [HTML / CSS](#html--css)
11
* [Java](#Java)
12
* [JavaScript](#javascript)
Z
Zach Hoskins 已提交
13
  * [jQuery](#jquery)
14
  * [Vue.js](#vuejs)
15
* [Kubernetes](#Kubernetes)
16
* [Language Translations](#language-translations)
17
* [Markdown](#markdown)
J
jamesgiu 已提交
18
* [MongoDB](#mongodb)
19
* [Perl](#Perl)
20
* [Python](#python)
Q
Quang Tran 已提交
21
* [Ruby](#ruby)
22
* [SQL](#sql)
23 24


25 26 27 28 29
### Artificial Intelligence

* [What is Artificial Intelligence?](https://intelligencereborn.com/ArtificialIntelligence.html) IntelligenceReborn (HTML)


Q
Quang Tran 已提交
30 31 32 33 34
### Bash

* [Bash Scripting cheatsheet](https://devhints.io/bash) Devhints (HTML)


35 36 37
### C

* [C Reference Card (ANSI)](https://users.ece.utexas.edu/~adnan/c-refcard.pdf) (PDF)
E
Eric Hellman 已提交
38
* [The C Cheat Sheet: An Introduction to Programming in C](https://sites.ualberta.ca/~ygu/courses/geoph624/codes/C.CheatSheet.pdf) - Andrew Sterian (PDF)
39 40


S
Seth 已提交
41
<h3 id="cpp">C++</h3>
42 43 44 45

* [C++ Quick Reference](https://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) (PDF)


46 47 48 49 50 51 52 53 54 55 56 57
### Clojure

* [Clojure Cheatsheet](http://clojure.org/cheatsheet)


### Data Science

* [Cheatsheets for Data Scientists](https://www.datacamp.com/community/data-science-cheatsheets) - Datacamp (PDF)


### Git

Z
Zach Hoskins 已提交
58
* [Git Cheat Sheet](https://education.github.com/git-cheat-sheet-education.pdf) - GitHub (PDF)
59 60 61 62 63
* [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - Tim Green (Markdown)


### HTML / CSS

Z
Zach Hoskins 已提交
64
* [CSS CheatSheet](https://htmlcheatsheet.com/css/) (HTML)
65 66
* [CSS Flexbox Cheatsheet](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - Chris Coyier (HTML)
* [CSS Grid Cheatsheet](https://css-tricks.com/snippets/css/complete-guide-grid/) - Chris House (HTML)
Z
Zach Hoskins 已提交
67
* [HTML CheatSheet](https://htmlcheatsheet.com) (HTML)
68 69


70 71 72 73 74
### Java

* [Java](https://programmingwithmosh.com/wp-content/uploads/2019/07/Java-Cheat-Sheet.pdf) (PDF)


75 76 77
### JavaScript

* [JavaScript Cheatsheet](https://www.codecademy.com/learn/introduction-to-javascript/modules/learn-javascript-introduction/cheatsheet) - Codecademy (HTML)
Z
Zach Hoskins 已提交
78
* [JavaScript CheatSheet](https://htmlcheatsheet.com/js/) (HTML)
H
Himanshu 已提交
79
* [JavaScript Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/javascript) - Debuggex (HTML)
80
* [JavaScript WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/javascript/) - Cheatography (JavaScript)
81 82


Z
Zach Hoskins 已提交
83 84 85 86 87
#### jQuery

* [jQuery CheatSheet](https://htmlcheatsheet.com/jquery/) (HTML)


88 89 90 91 92
#### Vue.js

* [Vue Essential Cheatsheet](https://www.vuemastery.com/pdf/Vue-Essentials-Cheat-Sheet.pdf) - Vue Mastery (PDF)


93 94 95 96
### Kubernetes

* [Handy Cheat Sheet for Kubernetes Beginners](https://kubernetes.io/docs/reference/kubectl/cheatsheet/) - Kubernetes Documentation: kubectl Cheat Sheet

E
Eric Hellman 已提交
97

98 99 100
### Language Translations

* [Swift and C# Quick Reference - Language Equivalents and Code Examples](http://www.globalnerdy.com/wordpress/wp-content/uploads/2015/03/SwiftCSharpPoster.pdf) - Globalnerdy (PDF)
101

E
Eric Hellman 已提交
102

103 104 105 106 107
### Markdown

* [Markdown Here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - Adam Pritchard


J
jamesgiu 已提交
108 109 110 111 112
### MongoDB

* [Quick Cheat Sheet for Mongo DB Shell commands](https://gist.github.com/michaeltreat/d3bdc989b54cff969df86484e091fd0c) - Michael Treat's Quick Cheat Sheet


113 114 115 116 117
### Perl

* [Perl Reference card](https://michaelgoerz.net/refcards/perl_refcard.pdf) (PDF)


118 119
### Python

120
* [Comprehensive Python Cheat Sheet for Beginners](https://medium.com/the-codehub/comprehensive-python-cheat-sheet-for-beginners-5d76bb038fa2)
121
* [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML)
S
SimonLariz 已提交
122
* [Learn Python in Y minutes](https://learnxinyminutes.com/docs/python/)
123
* [Python Cheat Sheet](https://websitesetup.org/python-cheat-sheet/)
124 125
* [Python Cheatsheet for beginners](https://www.codecademy.com/learn/learn-python-3/modules/learn-python3-syntax/cheatsheet) - Codeacademy (HTML)
* [Python Crash Course Cheatsheet](https://ehmatthes.github.io/pcc/cheatsheets/README.html) - Eric Matthes (HTML)
126
* [Python for Data Science Cheatsheet](https://pydatascience.org/data-science-cheatsheets/) - DataCamp (HTML and Image)
127
* [Python Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/python) - Debuggex (HTML)
128
* [Python WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/python/) - Cheatography (Python)
129 130


Q
Quang Tran 已提交
131 132 133 134 135
### Ruby

* [Ruby Cheat Sheet](https://www.codeconquest.com/wp-content/uploads/Ruby-Cheat-Sheet-by-CodeConquestDOTcom.pdf) - CodeConquest.com (PDF)


136 137 138 139
### SQL

* [MySQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_mysql.pdf) - Database Star (PDF)
* [PostgreSQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_pgsql.pdf) - Database Star (PDF)