It should be on github pages or something similar, no ads, easy to fork and contribute.
It looks like it is on github pages: https://github.com/overthecs/overthecs.github.com I don't mind the ads. If its a useful tool, he can feel free to monetize on it.
Programming Cheat Sheets
41–50 of 61 posts
Re: Programming Cheat Sheets
#42At least as far as ruby goes it seems of limited use.
Re: Programming Cheat Sheets
#43Re: Programming Cheat Sheets
#44Re: Programming Cheat Sheets
#45No 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.
Re: Programming Cheat Sheets
#46Useful 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.
What? Did you even look through at how comprehensive the list of APIs they have online here is? I'm a full-time developer . No way I'm going to waste my time making a cheat-sheet for functions I may only write a few calls to when I could be doing productive coding. There's just too many APIs I need to use. This is an awesome resource.
For something I love and want to use all the time, like Python, I'll make my own cheat sheet. For something like MySql, where I have to kick myself to pay attention every thirty seconds, there's no way I'm doing my own cheat sheet. I can barely bring myself to do the actual work.
Re: Programming Cheat Sheets
#47Re: Programming Cheat Sheets
#48The 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.
[1]https://developer.mozilla.org/en-US/docs/DOM/Document.queryS...
Re: Programming Cheat Sheets
#49Why are some entries very fleshed out and comprehensive (jquery: http://overapi.com/jquery ) while others are just links out (vim: http://overapi.com/vim )? 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 ...
Re: Programming Cheat Sheets
#50I was looking for the current, living Python (3.3), not the one kept on life support for legacy maintenance (2.7).