Monthly Archives: July 2009
Using a Java 6 based Eclipse with Cocoa
This is somewhat niche, but I’m going to post it anyway in case it helps somebody else⦠I recently saw a problem with Eclipse and m2eclipse. When I tried to import a Java 6 based project, I got an error … Continue reading
assignment alignment in vim
I’ve just been reading some articles about programming vim from Damian Conway. * Scripting the Vim editor, Part 1: Variables, values, and expressions * Scripting the Vim editor, Part 2: User-defined functions The latter has a very useful example. function … Continue reading
Publishing a subdirectory to github pages
I’ve written some HTML documentation for jslint4java. It lives in jslint4java-docs/src/main/resources in typical maven fashion. I’d like to get it published on github pages. The starting point is similar to their documentation. git symbolic-ref HEAD refs/heads/gh-pages rm .git/index git clean … Continue reading