Archive for

April, 2008

...

Ubuntu 8.04 released

no comments

Ubuntu 8.04 was released yesterday, and Wired has a small writeup. You can download here, or go right to the torrent files.

Back references in Java regexp

no comments

The Java API documentation for regular expressions says that:

Back references
\n Whatever the nth capturing group matched

This seems to be difficult to get working though. Here’s an example of a work-around:
str.replaceAll(”user(.*)”, “$1″)

Example:
“username” => name

Bad Behavior has blocked 114 access attempts in the last 7 days.