What are some good downloadable cheat sheets for learning a particular language or tool?
locked by maple_shaft♦ May 3 at 11:58
This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. This question and its answers are frozen and cannot be changed. More info: FAQ.
closed as not constructive by Mark Trapp Jan 22 '12 at 21:38
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Take your pick from devcheatsheet.com. |
|||||
|
|
Refcardz has lots of them. |
|||
|
|
|
XKCD's Linux cheat shirt isn't 100% thorough, but it's pretty convenient:
|
|||
|
|
|
I always have the Test Heuristics Cheat Sheet put together by Elisabeth Hendrickson, Dale Hemery and others to hand. This is not language specific, but it's a great tool for test driven development and unit testing when thinking about missing functionality and how to make your code more robust. |
||||
|
|
|
Assembly sure needs a Cheat Sheet:
|
|||||||||||||
|
|
I really dig the cheat Ruby gem. Instant command-line access to an incredible variety of cheat sheets right at your fingertips. From Apache Regex to ZSH, and pert' near everything in between, and if you don't see one, create your own. |
|||
|
|
|
Quicklycode.com is the best website for cheat sheets and other resources for programmers |
||||
|
|
|
It's not downloadable yet (I'm working on it), but I think a lot of web developers may have found the Ultimate IE6 Cheatsheet that I wrote useful. Thankfully, it's becoming less useful with each passing month. We're dropping IE6 support on our next redesign since our demographics allow for it. But it's there if you need it. |
|||
|
|
|
That really depends on the language/tool. Googling "[x] cheatsheet" where [x] is rails, regex, c#, etc works for me pretty well. |
|||
|
|
|
I'm weird - I don't like "cheat sheets" made by other people...and my "cheat sheets" are just bits of code from my other code. eg. connecting to a DB, I copy/paste. Or, some strange JQuery -- same thing. Sure, originally I had to look it up, but once I add it to my "cheat sheet" organized how my brain wants things set up, it's a snap to find things. So, imo, the "best" cheat sheet is one you make yourself. Personalized. |
|||||
|
|
If you're a .NET Developer; get a copy of Sara Ford's book on Visual Studio: "Microsoft Visual Studio Tips. 251 Ways to Improve Your Productivity" |
|||
|
|
|
I turn to the vi cheat sheet frequently at work. (vi is not my editor of choice) |
|||
|
|
|
I use this one all the time.. mod_rewrite cheat sheet. |
|||
|
|
|
SpyreStudios has published a mega collection of 100+ cheatsheets for designers and developers: CSS, HTML, Javascript, PHP, MySQL, and much more. |
|||
|
|
|
This Encapsulation Hierarchy Table of design patterns cheat sheet is pretty useful:
|
|||
|
|




