Programming cheat sheets
overapi.com
Programming cheat sheets
1–10 of 49 posts
Re: Programming cheat sheets
#2The regexp cheat sheet is missing the most important part, which is the characters you need to escape.
Re: Programming cheat sheets
#3The regexp cheat sheet is missing the most important part, which is the characters you need to escape.
[deleted]
Re: Programming cheat sheets
#4This is good cheat sheets, but can we have PDF downloads for it ? Also PhalconPHP would be a great addition :)
Re: Programming cheat sheets
#5The regexp cheat sheet is missing the most important part, which is the characters you need to escape.
The R cheat sheet also looks incomplete. Is this a work in progress?
Re: Programming cheat sheets
#6Impressive until you get to C++ and it turns into a random hodgepodge of 404s or really weak references (no pun intended).
Also, this same cheat sheet has been shared on HN 14 times now. Not a bad thing but interesting none the less.
Re: Programming cheat sheets
#7Scala's says
“Every value is an object & every operation is a message send.”
I've never heard that coming from Scala.
Re: Programming cheat sheets
#8A lot of the sheets are incomplete. The guitar sheet could use a basic chords sheet, that would be handy when you need to take a break from the computer.
Re: Programming cheat sheets
#9I recall rosetta stones for various UNIX operating systems. There were many versions of this most of them outdated now. Quick example:
Re: Programming cheat sheets
#10I also like https://learnxinyminutes.com for when I need to understand some code in an unfamiliar language. That site also accepts contributions from anyone via pull request on GitHub.