Perrken (perrken)
-
5 default ctors/dtors in C++0x -- declare all or none.
-
FAQ for the new C++ standard http://is.gd/a7gnLd
-
I can't seem to remember the command M-x delete-region when I need it. #Emacs
-
Opa http://opalang.org/ -- seems one could easily do a "new language of the day" feature
-
TrollScript http://is.gd/aodUCi #lol
-
"E11y is fundamental to human agency and happiness" http://is.gd/ZLB7pS #Guile !Emacs #e11y
-
Browsing through CC Mode code noticed that there is some support for Imenu. http://is.gd/gwy6QW #Emacs
-
CC Mode http://is.gd/Elnhbx #Emacs
-
"LoL", the recommended #Firefox extension of the day -- http://elder-gods.org/lol/ #rat #poison
-
Lexical binding in !Emacs with -*- lexical-binding: t -*- http://is.gd/WdJXwz
-
Useful #Git command of the day: git branch --set-upstream master origin/master (from http://is.gd/1xHkt2)
-
It's not just a matter of Turing completeness. A nice essay. Why Programming Languages? http://is.gd/YwTdap http://is.gd/A8OEcc
-
define-generic-mode makes it painless to get at least some kind of an !Emacs mode together quickly it seems. http://is.gd/mh52jY
-
Using JOpt Simple was a good experience. Recommended, provided you want Unix-style command-line option parsing. #Java
-
JOpt Simple -- #Java command-line parsing library -- http://is.gd/ZDMkWE
-
Ctrl-F6 and Ctrl-F7 and Ctrl-F8 are essential in navigating the !Eclipse user interface.
-
Some discussion on #Zim auto-linking -- http://is.gd/JfQTGi
-
filelist=`(for f in "$@"; do echo "$f"; done) | sed -re 's,/+$,,'` -- stripping any trailing slashes in #bash script arguments
-
export PS1="\u@\h \w$ " for a sensible #bash prompt