Eli has moved his sharepoint resources they can now be found here:
http://weblogs.asp.net/erobillard/articles/SharePointResources.aspx
They will also be extended every once in a while.
A few days ago I came across a super simple code generator.
It takes a delimited list as input, and a pattern as input.
The following example tells you exactly what makes it tick .
http://www.secretgeek.net/programmers_mate.asp
Since then it's been updated to:
http://www.secretgeek.net/New_Generator.asp
Direct link to generator:
http://secretgeek.net/w2scg.asp
Now the fun with these kinds of micro code generators starts when you start feeding it data related stuff.
So for this I used the superb mygeneration to translate database tables to comma delimited lists.
http://shrinkster.com/75t
Offcourse this template can be used for other micro codegeneration tools which use the same type of input.
The mayor advantage of going down this road is that your resulting templates used for the micro generator stay super simple.
And thus super maintainable.