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.
Programming Cheat Sheets
51–60 of 61 posts
Re: Programming Cheat Sheets
#52Is that the Comcast Sports South logo being used for CSS? CSS -> http://www.csssports.com/
The website seems useful, however.
[1]: http://untergunter.deviantart.com/art/Leaf-Mimes-Icons-20393...
Re: Programming Cheat Sheets
#53Pretty awesome. Is there anything similar to this?
Re: Programming Cheat Sheets
#54Although 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.
Re: Programming Cheat Sheets
#55Re: Programming Cheat Sheets
#56The javascript one is incomplete. 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. [1] https://developer.mozilla.org/en-US/docs/DOM/Document.queryS...
1. Edit
2. Propose File Change
3. Profit
Re: Programming Cheat Sheets
#57Looks cool! will have to use at some point.
Re: Programming Cheat Sheets
#58https://itunes.apple.com/us/app/keyboard-shortcuts!/id489432...
https://play.google.com/store/apps/details?id=com.greenlife....
The traction has been low till now, highlighting the fact that we need to seek a lot of feedback and iterate on it.
(edited for formatting; first time poster)
Re: Programming Cheat Sheets
#59The javascript one is incomplete. 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. [1] https://developer.mozilla.org/en-US/docs/DOM/Document.queryS...
https://github.com/overthecs/overthecs.github.com/blob/maste... 1. Edit 2. Propose File Change 3. Profit
Re: Programming Cheat Sheets
#60Useful 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.
So I take it you must be used to reading documentation and picking up new languages pretty quickly? If you must keep going to the documentation to remember a function, copy it out. I don't see how needing to dig through out of order lists is any more useful than digging through long winded documentation. The point of a cheat sheet is not just remembering the thing, but finding it quickly.