I'm sorry that my post won't answer on your question, but I just want to add my 2 cents.
I doubt you can find any project with extremely high quality of code :)
I would be happy to know if I'm wrong, but I believe that people answered on this questions name application applications because of their quality for end-users not because they written in high quality code.
Real-world projects being created to solve problems not to show off beautiful code.
You will be amazed if you take a look at metrics of some well-known projects.
I don't remember exact link, but there was a NDepend analysis of popular projects such as Paint.NET. Results were, let's say quite disappointing, but those projects are still good at what they do.
I saw millions of lines of code in commercial and open-source projects. I didn't see any project with extremely high quality but those project solved their task.
High quality code is somewhat subjective and even mystical matter. I think it would be much more useful to seek for good solution for a specific problem.
For example, project X has some really good code to solve Y, but it sucks in implementation of Z.
To make my post less off-topic, I can recommend you to take a look at code written by Microsoft Patterns & Practices team.
For example:
These projects are being written by very proficient developers, and they are intended specifically to teach how to come up with good solutions for some problems.
But even those projects suck terribly in implementation of some things :)
