cheatsheets icon indicating copy to clipboard operation
cheatsheets copied to clipboard

Large collection of Developer Cheat Sheets, created and maintained by the awesome developers across the globe :earth_americas:

Results 111 cheatsheets issues
Sort by recently updated
recently updated
newest added

Add examples of comments in Python using #(for single-line comments) and '''(for comments of multiple lines)

If there are two or more CSS rules that point to the same element, the selector with the highest specificity value will "win", and its style declaration will be applied...

New Cheat Sheet

I would like to add topics stacks, queue, heap in java cheat sheet.

New Cheat Sheet

Added the Inheritance Concept in it with code.

A few functions of strings are missing from c.md. I will like to add these functions in the file c.md cheatsheet

hacktoberfest-accepted
hacktoberfest
hacktoberfest22

fromkeys function is missing from the python.md file in the dictionary functions. Let me add it?

Let me add the break and continue statements with self written and explained examples to cpp.md