Live data from Hacker News

Ask HN: Do you use cheatsheets?

news.ycombinator.com

1–5 of 5 posts

Re: Ask HN: Do you use cheatsheets?

#3
Does ASCII Table count? I use that nearly daily.

Beyond that, not hugely. I hit the "man pages" a lot for the libraries but they would never fit on a literal cheat sheet.

It might be useful to have an SQL one. I'm always forgetting syntax. RegX is too complex to summaries and all the summaries are inaccurate (e.g. "This means X unless the following conditions are met then it means the opposite of X, and if other conditions are met then it forms part of Y or nothing at all!")

Re: Ask HN: Do you use cheatsheets?

#4
Revsys put out a nice Django cheatsheet a while back. I don't think it's been updated since 1.5, but I've used it when I'm starting a new Django project for the first time in a while.

I find it helpful for reminding me of things I've used before, but not often enough to remember the exact syntax off the top of my head.

http://www.revsys.com/django/cheatsheet/