Syntax - re2 - I define UNIX as “30 definitions of regular expressions living under one roof.” —Don Knuth - Project Hosting on Google Code

http://code.google.com/p/re2/wiki/Syntax list of syntax supported by new regexp lib from google

LXR / The Linux Cross Reference

http://lxr.linux.no/+trees linux kernel code cross-reference: you can quickly look up a piece of code,, find out in what version it appeared first, and so on.

Open Source - The Washington Times - Home

http://opensource.washingtontimes.com/ some python modules from Washington Times ( ! Washington post )

Michael Tsai - Blog - Perl vs. Python vs. Ruby

http://mjtsai.com/blog/2002/11/25/perl_vs_python_vs_ruby/ interesting post that provides syntax difference the languages and some discussion about their importance. Good code examples.

google C++ Style Guide

http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml google’s internal C++ code guidance

reddit – Trac [source code for reddit.com]

http://code.reddit.com/ Interesting to look when u have a time. PS: looks like they are using git and found a way to integrate it into Trac, which is pretty cool

code_swarm - PostgreSQL on Vimeo

http://www.vimeo.com/1081680 wow, owesome visualization of postgresql project

simpl example C vs. C++ vs. D

http://thread.gmane.org/gmane.comp.version-control.git/57643/focus=57918 [RFC] Convert builin-mailinfo.c to use The Better String Library.

Alarming Development : Beautiful Code

http://alarmingdevelopment.org/?p=79 Jonathan Edwards, currently a Research Fellow at MIT with the Software Design Group. He writes a blog called Alarming Development to better understand the creative act of programming, and to help liberate it from the primitive state of our art.