cheatsheet

Objective-C cheat sheet

What cheat sheets exist for Objective-C? I have googled but I really don't know what to look for. Most of them assume I know Objective-C and I don't. I really want a guide aimed at an experienced programmer. ...

Haskell Function Cheat Sheet

Is there a descriptive listing of common Haskell functions in prelude and some of the core libraries such as Data.List and Data.Char? I am just learning Haskell and I find myself frequently performing time-inefficient searches for functions that I know exist but for which I have forgotten the name. Such searches tend to distract my f...

Python Cheatsheet

Is there any definitive cheatsheet available for Python (3.1 especially). I'm learning from a book but I keep forgetting the various methods explained for lists, dicts, strings etc.. I'd like a cheatsheet or a tutorial spanning a few pages that has object type definitions, list of expressions, list of methods available for each object t...

Scala CheatSheet Quickref

Do you know where to find good cheetsheet of Scala? except wellknown http://anyall.org/scalacheat/ I would prefer good DZone Refcard ...