2012-06-22T14:01:47+00:00 via Gwibber To: Public
How-to for making #EGit recognize an existing #Git repo that's right there. Useful. #Eclipse http://is.gd/TCSgAE2011-09-09T11:59:51+00:00 via Gwibber To: Public
5 default ctors/dtors in C++0x -- declare all or none.2011-09-09T11:31:49+00:00 via Gwibber To: Public
FAQ for the new C++ standard http://is.gd/a7gnLd2011-09-09T10:15:49+00:00 via Gwibber To: Public
I can't seem to remember the command M-x delete-region when I need it. #Emacs2011-09-09T09:33:54+00:00 via Gwibber To: Public
Opa http://opalang.org/ -- seems one could easily do a "new language of the day" feature2011-09-09T09:26:18+00:00 via Gwibber To: Public
TrollScript http://is.gd/aodUCi #lol2011-09-07T13:33:41+00:00 via Gwibber To: emacs, Public
2011-07-19T18:00:46+00:00 via Gwibber To: Public
Browsing through CC Mode code noticed that there is some support for Imenu. http://is.gd/gwy6QW #Emacs2011-07-19T14:39:05+00:00 via Gwibber To: Public
CC Mode http://is.gd/Elnhbx #Emacs2011-07-19T13:11:45+00:00 via Gwibber To: Public
2011-07-18T09:54:03+00:00 via Gwibber To: emacs, Public
Lexical binding in !Emacs with -*- lexical-binding: t -*- http://is.gd/WdJXwz2011-07-16T22:01:31+00:00 via Gwibber To: Public
Useful #Git command of the day: git branch --set-upstream master origin/master (from http://is.gd/1xHkt2)2011-07-16T19:53:20+00:00 via Gwibber To: Public
It's not just a matter of Turing completeness. A nice essay. Why Programming Languages? http://is.gd/YwTdap http://is.gd/A8OEcc2011-07-15T17:33:29+00:00 via Gwibber To: emacs, Public
define-generic-mode makes it painless to get at least some kind of an !Emacs mode together quickly it seems. http://is.gd/mh52jY2011-07-15T16:12:09+00:00 via Gwibber To: Public
Using JOpt Simple was a good experience. Recommended, provided you want Unix-style command-line option parsing. #Java2011-07-14T18:35:24+00:00 via Gwibber To: Public
JOpt Simple -- #Java command-line parsing library -- http://is.gd/ZDMkWE2011-07-14T13:41:28+00:00 via Gwibber To: Eclipse, Public
Ctrl-F6 and Ctrl-F7 and Ctrl-F8 are essential in navigating the !Eclipse user interface.2011-07-14T13:14:23+00:00 via Gwibber To: Public
Some discussion on #Zim auto-linking -- http://is.gd/JfQTGi2011-07-13T17:46:34+00:00 via Gwibber To: Public
2011-07-12T10:01:32+00:00 via Gwibber To: Public
export PS1="\u@\h \w$ " for a sensible #bash prompt