DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Limit lines to 100 characters.
Code documentation style
Use Java docs style instead of Scala docs style.
Imports
Always import packages using absolute paths (e.g. scala.util.Random) instead of relative ones (e.g. util.Random).
...