Useful in a pinch, but I would not recommend using these. Make your own. If you plan on using the language, making your own cheat sheet is the best way to learn it. By the time you are able to make one, you know what you use, what you always forget, and what is obscure, but important enough to need a quick refresher.
Here's a very nice Common Lisp quickref for anyone else who might be into it: <a href="http://clqr.boundp.org/" rel="nofollow">http://clqr.boundp.org/</a>
Is that the Comcast Sports South logo being used for CSS?<p>CSS -> <a href="http://www.csssports.com/" rel="nofollow">http://www.csssports.com/</a>
What, no Lisp? I'm offended.<p>No but seriously this is useful. Bookmarked and pinned, extra points for making it pretty with nice UI. Certainly loads better than sifting through pages of monochrome documentation for a simple, quick answer to small problems.
We also built something very similar, but targeting mobile users only.
We started working on this app as an experiment on html5/cross platform apps; as well as to get server side experience supporting mobile apps.<p><a href="https://itunes.apple.com/us/app/keyboard-shortcuts!/id489432981" rel="nofollow">https://itunes.apple.com/us/app/keyboard-shortcuts!/id489432...</a><p><a href="https://play.google.com/store/apps/details?id=com.greenlife.android.shortcuts.a" rel="nofollow">https://play.google.com/store/apps/details?id=com.greenlife....</a><p>The traction has been low till now, highlighting the fact that we need to seek a lot of feedback and iterate on it.<p>(edited for formatting; first time poster)
Why are some entries very fleshed out and comprehensive (jquery: <a href="http://overapi.com/jquery" rel="nofollow">http://overapi.com/jquery</a>) while others are just links out (vim: <a href="http://overapi.com/vim" rel="nofollow">http://overapi.com/vim</a>)?<p>Would love to see more listings of keyboard shortcuts. Overall this is really cool. I'm working on a printed cheat sheet/shortcut product so I'll definitely use this ...
The javascript one is incomplete.<p>The example I spotted immediately is the extremely useful document.querySelectorAll()[1] which works very much like $('.someSelector') in jquery, but completely native and supported by pretty much everything.<p>[1]<a href="https://developer.mozilla.org/en-US/docs/DOM/Document.querySelectorAll" rel="nofollow">https://developer.mozilla.org/en-US/docs/DOM/Document.queryS...</a>
Cool idea, and nice execution. Although, I generally work in environments where I have auto-complete or documentation integration of some kind in the editor itself, so it's been quite a while since I've used a cheat sheet...maybe for MySQL if I ever use it again...never seem to become fluent in it.
Great work and nice execution.<p>Although I would rather not see the list of API's be cluttered with items like "Icons", "Logic", "Physics", etc. They are just general concepts and besides they have no actual contents beside a wikipedia and Wolfram Alpha link.
Seems like a neat idea, however I can't get any of the cheat sheets to load. Not sure if their servers are getting hammered or what, but all of the language cheat sheets show "Loading..." indefinitely for me.
It looks like C++ entry is missing my favorite C++ reference site by far: <a href="http://www.cppreference.com/index.html" rel="nofollow">http://www.cppreference.com/index.html</a>
To the author:
Small spelling mistake on the Regex Cheat Sheet: the sub title of the anchors group is currently "anchros".<p>Looks cool! will have to use at some point.