GNO Lab

All about nothing. Don't Panic!

Browsing Posts in Standards

cvs log file | sed -n '/^symbolic names:/,/^keyword/ {
/^symbolic names:/d
/^keyword/d
p
}'
  • Validate email address:
    ^([\\p{Alnum}_%\\+-]+\\.?)+\\@([\\p{Alnum}-]+\\.)+[\\p{Alpha}]{2,4}$

Coding Standards

No comments

This entry will be used to collect and comment on coding standard issues.

Really good work, with rationales where appropriate.