Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

47
votes
7answers
5k views

Is there a WPF Cheat Sheet available?

I'm looking for a WPF cheat sheet that has the WPF markup extensions for binding, resources, and other common things in WPF.But so far I've had trouble finding it. Anyone know where I could find one? ...
25
votes
15answers
4k views

What's on your C++ cheatsheet?

Every so often, I'll have to switch between languages for the majority of the code I write (whether for work or for play). I find that C++ is one of those languages that requires a lot of mental ...
23
votes
14answers
2k views

Good Cheat Sheets?

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

Cheatsheet for Android programming?

Is there any cheat sheet available for Android programming. Most commonly used classes with package description, just like a reference sheet would be nice.
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 ...
14
votes
4answers
746 views

ggplot2 cheat sheet

There are lots of general R cheat sheets, but is there a cheat sheet for ggplot2?
14
votes
11answers
2k views

What is your Linux/Vim cheat sheet?

As a Windows user, I found it difficult to master the Linux and Vim commands. So are there some cheat sheets to look them up into quickly?
12
votes
3answers
2k views

Good LINQ cheatsheets with VB.NET syntax?

I've been looking for a cheatsheet to help me remember LINQ syntax but the only ones I've found have been for C#. It seems like the C# syntax for LINQ is pretty different from the VB.NET syntax. Any ...
11
votes
4answers
2k views

The best MDX references on the net

What is the best references/links,cheatsheets for the MDX language? Here are a few starters that I have collected. Please share yours :) http://www.gumper.com/mdx.html ...
10
votes
4answers
1k views

Are there any good ASP.NET MVC2 or MVC3 cheat sheets available?

I have been looking for some good MVC2 cheatsheets to help a new team of .NET developers get used to some of the basics of MVC as a pattern and also MVC2 as a microsoft framework. I found a few ...
10
votes
3answers
3k views

Need IntelliJ IDEA 9 cheat sheet

I searched but couldn't find anything what I can print and put on the wall.
10
votes
50answers
3k views

What do you put on your cubicle walls?

What is the most valuable thing that you have pinned to your wall? While XKCD printouts are good, I'm more interested in items that help you do your job better. While this may vary based on your ...
8
votes
8answers
474 views

JavaScript Cheat Sheet

I am looking for a reference card for JavaScript - for example a summary of syntax and methods parameters. Google gives me lots of choices. What is a good one?
7
votes
4answers
2k views

What's the most useful and complete Java cheat sheet?

I need a cheat sheet for Java and started looking around, but could not find one that seemed "canonical" - which surprised me considering how widespread the language is. Could experienced Java coders ...
7
votes
2answers
1k views

Mercurial <--> git cheat sheet?

Is there a cheat sheet or wiki page out there which relates hg commands to git commands, and vise-versa? I'd like to know for two reasons: first, I'd like to be able to translate git-speak[0] into ...
7
votes
5answers
847 views

Boost cheat sheet

I just had a hell of a project doing simple operations on C++, then when I was almost completely done with the project I found out that all this stupid tasks required just a portion of boost. This was ...
7
votes
5answers
2k views

Cheap places for MSDN Licenses

A similar question has been asked: http://stackoverflow.com/questions/42466/msdn-subscriptions-on-the-cheap, but I am not interested in the solutions provided: I am not developing a product for ...
6
votes
4answers
1k views

Does anyone have a Python 3 Cheat Sheet

Does anyone have a python 3 cheat sheet? You know quick reference kind of thing which has everything on one page. Thank you in advance
6
votes
5answers
3k views

Know of a Rails 2.3 migration cheat sheet?

I'm getting started with Ruby on Rails. I think some cheat sheets or reference cards would really help me to get started (specifically, with migrations). Do you know of any cheat sheets or reference ...
6
votes
5answers
925 views

What cheat sheets exist for Django?

What cheat sheets exist for Django? If possible, provide a description (e.g. scope, Django version information, number of pages, authors, direct download URL if it is in PDF), how you discovered it, ...
6
votes
2answers
621 views

WMI Cheatsheet?

Is there a cheatsheet available for WMI? Like what can be queried, where to query it from?
6
votes
3answers
2k views

Comparison of collection datatypes in C#

Does anyone know of a good overview of the different C# collection types? I am looking for something showing which basic operations such as Add, Remove, RemoveLast etc. are supported, and giving the ...
6
votes
6answers
290 views

Are cheatsheets useful

There seem to be a lot of requests for "cheatsheets" for various languages and technologies on SO. I was surprised by this because I have always found things like that to be of limited use. I find if ...
6
votes
5answers
4k views

A good reference card / cheat sheet with the basic sort algorithms in C?

I've been looking (without great luck) for the perfect reference card with all the basic sorting algos in C (or maybe in pseudo code). Wikipedia is a terrific source of info but this time I'm looking ...
4
votes
3answers
175 views

Tricky operators in Ruby

I know Ruby has a bunch of useful operators, like ||= What other tricky operators does it have? I haven't found any references for it.
4
votes
3answers
628 views

Emacs cheat sheet that lists equivalents to everyday vim commands

There were two things that I want to know how to do in Emacs (23.2, *nix): Go to the first character after indentation in a line Go to the first character that's the equivalent to a given ...
4
votes
3answers
1k views

WCF Reference Sheet

Can i get WCF Cheat Sheet or (Ref Card) any where?
3
votes
6answers
299 views

Is there a table comparing SQL commands with R commands?

Or a list of how to do in R things you do in SQL (or vise versa) ? Thanks, Tal
3
votes
1answer
222 views

Is there some good Twisted cheat sheets or reference cards?

I'm recently started to learn Twisted framework and now looking for some cheat sheets/reference cards with basic Twisted stuff. Such as deferreds, callbacks, reactor, protocols, factories, transports, ...
3
votes
3answers
222 views

Where can I get a good, concise LINQ cheatsheet?

I'd like a cheetsheet that contains the most common keywords and syntax, all contained on a single pdf page.
3
votes
1answer
140 views

Does anyone knows a good OpenGL 2.x Cheatsheet for begginers?

I'm started getting interested in OpenGL so I decided that it would be fun to learn. So right now, i'm learning OpenGL 2.0 (Cause my has only full support the full speification until 2.1) So do any of ...
3
votes
5answers
326 views

“Cheatsheet” or checklist for Rails beginner?

I have recently begun the process of trying to learn Ruby/Rails and have been making my way through Agile Web Development with Rails (3rd Ed.). While the content of the book is great I really wish I ...
2
votes
1answer
69 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 ...
2
votes
3answers
261 views

Perl pocket reference (online)

Looking for a Perl cheatsheet, or online version of a pocket reference. Perl 5 Cheat Sheet is a little on the short end of what I'm looking for, and the Perl Pocket Reference, Fourth Edition is ...
2
votes
4answers
212 views

Creating a programming cheat sheet

What program can I use to create something like this CSS cheat sheet?
2
votes
3answers
258 views

Eclipse IDE's Hello World Cheatsheet seems to have a mistake

Just a warning: I'm completely new to Java and am trying to teach myself Android programming. I installed the Eclipse IDE today and tried to walk through the first Java Hello World "cheat sheet," and ...
2
votes
2answers
698 views

Cheat sheets for Lucene/Solr?

Is there any cheat sheet out there for Lucene/Solr query parameters, schema.xml elements (all the analyzers, tokenizers, etc.)? Or somewhere else I can find ALL query parameters? I cant find any ...
2
votes
2answers
925 views

Pascal cheat sheet

I'm looking for a simple Pascal cheat sheet, where briefs the basics (loop statements, program structure, data types, etc.) I can't find one, not even in Cheatsheets.com!!! Thanks!
2
votes
4answers
2k views

Eclipse's cheat sheet repository/directory

If it exists, where can I find an Eclipse Cheat Sheet Repository? I mean, Eclipse has this "Cheat Sheet" feature (Help -> Cheat Sheets), but although being an easy and powerful feature I haven't seen ...
2
votes
4answers
326 views

Data structures in JDK, under what scenario which one to use?

Does there exist a cheat sheet for data structure like TreeMap, SortedMap, HashSet etc and under what circumstances which one to use. Are there good articles you recommend
2
votes
5answers
555 views

Is there any cheatsheet available for C++?

What do you like to have in the C++ cheat sheet?
1
vote
1answer
172 views

F# classes cheat sheet

I'm a C# dev since long ago. I learn F# and use it for scientific purposes/research/approbation works. I find many its functional features powerful but I'm straggling to write classes — the essential ...
1
vote
1answer
62 views

.htaccess cheatsheets missing details - $1 vs %1

Simple question. What is the difference between %1 and $1 in .htaccess? For example, # to remove www RewriteCond %{HTTP_HOST} ^(\w+)\.mydomain\.com [NC] RewriteRule .* ...
1
vote
2answers
462 views

OpenGL Cheat Sheet?

First of all, I need to clarify that I'm not after the OpenGL Quick Reference Sheet. Has anyone come by a flow-chart-like cheat sheet for OpenGL rendering pipeline? I'm talking about the sheets like ...
1
vote
2answers
284 views

Is there a good reference card that compares T-SQL and PL/SQL side-by-side?

I'm looking for a good reference card / cheat sheet that compares T-SQL and PL/SQL data manipulation language commands side-by-side. I've previously searched SO but there isn't any older thread ...
1
vote
6answers
522 views

What are good resources for learning basic T-SQL for non-programmers?

Some of our clients want to do their own reports and lack the necessary knowledge. What are good free resources for learning basic T-SQL? What resources do you recommend to your clients and others ...
0
votes
1answer
73 views

View available snippets for Snipmate (cheatsheet)

Is there a way to check all available snipMate snippets? Like the i <c-r><tab> does, but with a little more information? I am curious about: the string that it will complete to. If ...
0
votes
0answers
25 views

How to write good cheatsheets? Are there templates? [closed]

) I want to write a cheat sheet, but I don't know how to do it. I want to focus on the content and not on the layout, so I am searching for templates, which are not too complex to use. Do you have any ...
0
votes
0answers
19 views

Is there a canned markdown guide to use in a web app?

Any library or simple html mini markdown guide/cheat sheet that can be used in a web app? Something with how it is written in markdown, and how it would be rendered in html. (e.g. an actual image for ...
0
votes
2answers
114 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 ...

1 2