Here's a very nice Common Lisp quickref for anyone else who might be into it: http://clqr.boundp.org/
Programming Cheat Sheets
11–20 of 61 posts
Re: Programming Cheat Sheets
#12Why are you encouraging deprecated mysql_* functions for PHP? overapi.com/php/
+1
Re: Programming Cheat Sheets
#13bookmarked
Re: Programming Cheat Sheets
#14Seems 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.
Re: Programming Cheat Sheets
#15I was looking for the current, living Python (3.3), not the one kept on life support for legacy maintenance (2.7).
Re: Programming Cheat Sheets
#16Damn, I read that as in "How to program cheat sheets." This is cool. That would be awesome.
Re: Programming Cheat Sheets
#17it would be awesome to query for a cheatsheet on sublime or the console
Re: Programming Cheat Sheets
#18It should be on github pages or something similar, no ads, easy to fork and contribute.
Re: Programming Cheat Sheets
#19The Python Class Special Methods have got extra dashes in. (But I love the clean look & uniformity overall)
Re: Programming Cheat Sheets
#20Cool 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.