This announcement is a little premature, but ... for at least ten years I've thought about creating a search engine to make it easier to find source code examples, and while Google and thousands of writers have pretty much eliminated the need for such a search engine, I decided to create one anyway. The approach I'm working on is to create a source code search engine that is driven by "tags", in much the same way that del.icio.us and other tag concepts work.
The way it works right now (Phase 1) is that I download the source code from open source projects, run a whole bunch of preprocessors against each file, and eventually insert each file into a database with machine-generated tags. After chunking through the roughly the first 100,000 files, you can find the result of these efforts at my new website, CodeMee.com. (I wanted the domain name CodeMe.com, but of course a cybersquatter has their big old butt sitting on that domain name.)
This first iteration was driven by these simple goals:
It was also driven by one other goal: My desire to create my first PHP website written entirely from scratch, without the use of CakePHP or the Zend Framework libraries. (I may use the Zend libraries in the next iteration.)
Here's what it looks like at the moment:
(Yes, I know some of those colors have issues ... time, time, time.)
Due to time constraints I'm not sure when I'll develop the second phase of this project, but the goals for Phase 2 are pretty obvious:
Unfortunately Phase 1 took a little longer than desired, so my social search engine isn't actually social just yet.
The goals for Phase 3 of this project are also pretty obvious to me:
I don't know if this will seem like a new concept or not, but the funny thing is that I've been tagging source code in my Java Source Code Warehouse project since 1998. Adding the "social tagging" aspect to the warehouse has been obvious since I first heard about tagging with del.icio.us, but I've never had the time to explore this idea like this until recently.
If you're interested in taking this "socially tagged source code engine" for a spin, just visit CodeMee.com, and type in whatever tags you think might be interesting. (Just remember, they're all Java files right now.) Start with something like "stringbuffer", "swt", "ant", and go from there.
Post new comment