The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
41 views

Is there a cheat-sheet that maps python language features to 'special method names'?

Python has several 'special method names' for classes, like __eq__ or __init__. Inside each one's documentation, it is explained how to use it 'from python', ie. you use __add__ for customizing a+b, ...
1
vote
1answer
66 views

Analogues of Perl's modules List::Util, List::MoreUtils functionality in Python [closed]

There's a very useful thing in Perl for functional style lists manipulation List::Util, List::MoreUtils. Is there an analogue for Python? I particularly interested in uniq, reduce, any, all and none. ...
0
votes
0answers
68 views

css3 reference card

does anybody know about a handy css3 cheat sheet in the vein of css1 and css2 refcards ? i've noticed what smashingmagazine has compiled but it's a bit terse. while some of the links from the answers ...
0
votes
4answers
261 views

Git cheat sheet [closed]

I come from SVN and decided to use GIT now for a project of mine. I have seen Mercurial cheat sheet, and GIT tutorials but not suggestion to a nice and clean GIT sheet. Is there a GIT cheat sheet that ...
1
vote
0answers
132 views

BeautifulSoup quick reference guide [closed]

I love BeautifulSoup, but I use it so infrequently that I'm always forgetting the commands/syntax. The tutorial is great, but I'd really love to find a one-page, printable quick-reference guide or ...
1
vote
1answer
261 views

Is there a reference/cheat sheet for Rails generate command? [closed]

was curious if there was some kind of reference or cheat sheet for the Rails generate command? Something that lists out all the possible generators (model, controller, migration, etc.) as well as ...
0
votes
0answers
26 views

Open Specific Cheatsheet in default Perpective

How to open a specific cheatsheet in default perspective or when perspective reloads in Eclipse?
1
vote
2answers
1k views

Is there a LESS CSS cheat sheet in the wild? [closed]

I'm new to LESS and am loving it till now, but there does not seem to be a single, concise reference for the LESS syntax that I can keep handy when coding. I've searched high and low, but haven't ...
-1
votes
2answers
416 views

Cheat sheet to recognize Design Patterns [closed]

Is there any Cheat Sheet for Common problems and how you solve them using design patterns; Example Multiple switch statements can be solved by a Strategy Patterns etc?.
0
votes
1answer
130 views

cheat sheet for Xtend?

I am learning Xtend. Does anyone has a cheat sheet of Xtend 2.3 M7 to share? I did a quick search on Google but could not find any.
0
votes
1answer
210 views

Where can I find a Cheat Sheet for Freemarker Templates?

I'm pretty new to Freemarker templates, and I'm looking for a good cheat sheet to help me remember the syntax. I'd appreciate your suggestions!
1
vote
2answers
589 views

Emacs cheatsheet?

I want to make a reference sheet for Emacs. I have several questions: Are there anywhere definitive cheatsheets on Emacs to base on? If not, how can i make it myself and how should it look like? ...
3
votes
1answer
299 views

System.ComponentModel.DataAnnotations cheat sheet?

Is there a cheat sheet for the .NET library System.ComponentModel.DataAnnotations? This is the library that is used for marking up ASP.NET MVC 3 Model classes. For example: [Required] ...
7
votes
1answer
2k views

Ruby language cheatsheet/poster/reference/overview?

I am a visual kind of guy and would like to know if there is somewhere a nice big overview of Ruby. You know, like a reference poster, with object hierarchy, most common methods, etc, all in color, ...
2
votes
2answers
588 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 ...
1
vote
1answer
459 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 ...
2
votes
1answer
94 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 ...
3
votes
1answer
2k 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 .* ...
-2
votes
2answers
513 views

will this struts cheatsheet help a beginner [closed]

If you go here - http://www.net4java.com/2009/01/struts-2-cheat-sheet.html you will see a struts cheat sheet.will this struts cheat sheet help a beginner in struts?
3
votes
3answers
286 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 ...
4
votes
3answers
270 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.
3
votes
3answers
480 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 ...
12
votes
4answers
4k 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 ...
7
votes
3answers
4k views

Does anyone have a Python 3 Cheat Sheet [closed]

Does anyone have a python 3 cheat sheet? You know quick reference kind of thing which has everything on one page.
14
votes
5answers
12k 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 ...
25
votes
5answers
2k views

ggplot2 cheat sheet

There are lots of general R cheat sheets, but is there a cheat sheet for ggplot2?
22
votes
4answers
3k views

Mercurial <--> git cheat sheet? [closed]

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 ...
2
votes
5answers
322 views

Creating a programming cheat sheet

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

What are “common” (needed/useful to know) SQL Database-operations? [closed]

I am looking for a good list (cheat-sheet?) of SQL tasks/commands for Database operations (although probably all of them are for that). Stuff like: JOIN - merge two tables WHERE - subset tables ...
4
votes
6answers
541 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
7
votes
3answers
1k 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 ...
2
votes
2answers
854 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
0answers
70 views

Are there cheat sheets for misc source code management tools?

I'm looking for something similar to Pacman Rosetta, which explains how to achieve similar tasks using different source code management tools. Sometimes docs for a certain SCM contain examples ...
21
votes
6answers
7k 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.
0
votes
2answers
561 views

doctrine reference?

i've found one cheat sheet for doctrine: cheat sheet but it doesn't list all methods for Doctrine_Record, Doctrine_Core, Doctrine_Query etc. i wonder if there is a such reference? Would be very ...
2
votes
3answers
354 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 ...
16
votes
3answers
7k views

Need IntelliJ IDEA 9 cheat sheet

I searched but couldn't find anything what I can print and put on the wall.
4
votes
1answer
301 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, ...
5
votes
3answers
2k 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
211 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 ...
6
votes
5answers
5k 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 ...
9
votes
8answers
2k views

What cheat sheets exist for Django? [closed]

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

WCF Reference Sheet

Can i get WCF Cheat Sheet or (Ref Card) any where?
7
votes
5answers
1k 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 ...
0
votes
3answers
171 views

What should I put on my programming cheat sheets/flash cards?

The cards are specifically for ActionScript 3, though anything programming related would probably still be helpful. I can think of a lot of things to put on them, but I know if I rush into it they ...
2
votes
2answers
1k 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!
4
votes
6answers
529 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 ...
22
votes
4answers
3k 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 ...
12
votes
3answers
1k views

WMI Cheatsheet?

Is there a cheatsheet available for WMI? Like what can be queried, where to query it from?
11
votes
3answers
5k 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 ...

1 2