Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
4answers
1k views

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 ...
10
votes
4answers
4k views

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 ...
7
votes
3answers
3k views

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 ...
6
votes
5answers
922 views

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
3
votes
1answer
80 views

Python cheatsheet for beginners?

I've seen the cheatsheet floating around the web, but I'm after something that shows assigning variables; creating literals, tuple, lists, dictionaries, sets; accessing lists, disctionaries; list of ...
3
votes
3answers
61 views

“Universal” cheatsheet

Are there any resources that offer cheatsheets/references for multiple languages? I use a combination of R, Java, Perl, JavaScript, Bash, python, SQL and it would be great to have one resource for ...
2
votes
1answer
68 views

Good “One page documents” to take away everywhere

I'm a beginner when it comes to programming, and I have the nasty habit of googling anything I want to do, or don't understand. When I have to work offline it's of course really hard for me. I'm ...
1
vote
1answer
288 views

How to add custom command to cheatsheet in eclipse

I want to add a custom command to my cheat sheet, I had make it work well, except when open the plugin.xml with Plug-in Manifest Editor, there is an error. Here are the steps I used to implement the ...
0
votes
0answers
168 views

ffmpeg FLV conversion with every input format

I'm trying to get a flv conversion working with some input formats given, few WMV give me this problem: Error while opening encoder for output stream #0.1 - maybe incorrect parameters such as ...
0
votes
2answers
113 views

Recent CSS AND/OR Jquery Cheat sheets?

Hey guys, I'm trying to find a complete cheat sheet that has the newest CSS3, along with the 1 and 2 spec. I'm also trying to find a jQuery cheat sheet that's for 1.5.1, which is the newest. I ...