cheat-sheet

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 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 comp...

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 suggestions for a good, concise list of LINQ syntax for VB.NET? ...

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 sale, I am starting up a consulting company, so Empower is not an option. I have visited the links to MS regarding MSDN subscriptions and the...

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 cache space, so if I take a long break from it, then I forget a lot of the details. Even things like adding items to an STL container or using ...

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 for something definitely more portable (pocket size if possible) and of course printable. Any suggestion would be much appreciated! ...

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 actual position and language of choice, I'm hoping to find general items that people put up. Thanks! ...

Is there any cheatsheet available for C++?

What do you like to have in the C++ cheat sheet? ...

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? ...

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 ...

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? Thanks Edit: Thanks to John and Nir for creating two WPF cheat sheets and posting them here John's XAML for WPF CheatSheet 1.0 (Draft...

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 someone gives me a cheatsheet for something new then it acts as a disincentive to actually learn the new thing properly. I find I learn f...

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 http://www.sqlserveranalysisservices.com/OLAPPapers/InventoryManagement%20in%20AS2005v2.htm http://www.ssas-info.com/ssas-cheat-sheets/72-cheat-sheets/880-time-mdx-cheat...

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 people using it, for example for Tutorials. ...

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? ...

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 wanting to start with SQL? Update: I totally agree with Cruachan, it's better not to do it. We usually don't go down that road and know ve...

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 covering this particular subject so I thought it'd be a good idea to start one, given that such reference is almost mandatory if you happen to w...

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 relative performance. It would be particularly interesting for the various generic classes - and even better if it showed eg. if there is ...

WMI Cheatsheet?

Is there a cheatsheet available for WMI? Like what can be queried, where to query it from? ...

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...

"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 had either a cheatsheet or a checklist of some sort that describes the steps one should take in order to create an application, and the prop...