Using grep to search for text containing dash -
grep –exclude ‘*.svn*’ -r “\\- Details” *
January 31, 2008
Searching for dash ‘-’ using grep
January 5, 2008
Java Memory Brief
How Java would benefit from effectively final fields. Temporarily mutable fields get ‘flushed’ (fixed) and become immutable and thread-safe. Extra benefits: immutable arrays – runtime checked, backwards compatible.
See the article at http://negev.wordpress.com/java-memory-brief/