cheatsheets
cheatsheets copied to clipboard
Large collection of Developer Cheat Sheets, created and maintained by the awesome developers across the globe :earth_americas:
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...
I would like to add topics stacks, queue, heap in java 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
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