up vote 23 down vote favorite
30
share [g+] share [fb]

I currently have a really good MySQL cheat sheet which comes in handy for all the extra details I don't deal with on a daily basis.

What cheat sheets are other people using?

I'm interested in vi/Vim, regular expressions, Linux, Python, etc. as that's where I tend to have the basic day-to-day knowledge but then keep forgetting more complicated commands or options which I don't use often. However, please feel free to post links to any good cheat sheets you may use as I'm sure others will find them useful.

link|improve this question
feedback

14 Answers

up vote 30 down vote accepted

A massive list of all the cheat sheets you would ever need.

link|improve this answer
feedback

http://www.cheat-sheets.org has a good (huge) list of cheat sheets, also http://www.ilovejackdaniels.com/cheat-sheets has some good ones.

edit: Barrett is right ilovejackdaniels does redirect to the new list.

link|improve this answer
feedback

Two words: VisiBone.

Oh ok, that's one cammelCased word, but still. Everything those guys put out is awesome. It's not always the info on the sheet but the ability to glean a lot upon a quick glance.

link|improve this answer
feedback

http://www.addedbytes.com/cheat-sheets/

Formerly, ilovejackdaniels.com. You used to cool man!

link|improve this answer
feedback

The 'cheat' Ruby gem has a ton of cheat sheets, all just a simple command line away (cheat $TOPIC)

link|improve this answer
feedback

http://clqr.berlios.de/ is one for Common Lisp, which I don't see in some of the other cheat-sheet lists.

link|improve this answer
feedback

The Regex Cheat Sheet from RegExLib.com is always within my range (printed on paper, even), it is short but still comprehensive enough to get me though most Regex tasks.

http://regexlib.com/CheatSheet.aspx

link|improve this answer
feedback

I found this check list on Findability and SEO from Aaron Walter (author of Building Findable Websites) one day going around the web, and it has became part of my quality process for when doing websites. Totally recommended.

Note: neither the book nor the check list are intended to marketers or similar, this stuff is intended to us people actually building websites.

Hope it helps!

link|improve this answer
feedback

I relied heavily on the XSLT and XPath cheat sheets from Mulberry Technologies.

link|improve this answer
feedback

I like DZone's RefCardz. Free, though registration required (I have no affliation with them).

They have all kinds of topics, from languages to IDEs to Java concurrency.

link|improve this answer
feedback

Maybe I'm wasting my time, but i've been building up a cheat sheet optimized for the exact work I'm doing right now. When I reach a point that I need to check some documentation, I actually copy all of the api details (mostly just function signatures) into the single cheat sheet.txt file for the project. that way everything is optimized for what I actually need.

Hmm. A real advantage to this, is since I use gVim, if the cheat sheet is open, I can <Ctrl>-<p> and auto complete the word.

link|improve this answer
feedback

A lot of cheat sheets yoг can find on TechPosters site.

link|improve this answer
feedback

This site has a very nice, clean UI organized with links to a wide variety of cheat sheets:

devcheatsheet.com aims to be the biggest directory of free cheat sheets and reference cards for developers, programmers, engineers, and nerds.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.