If you write code, you have to check out Krugle! It’s a search engine for code. Let’s take it for a test drive.
- Go to http://www.krugle.com/
- In the Search box enter Activator.CreateInstance
- Select C# as the language
- Click the search button.
Pretty cool. But wait, there’s more!
- Click on the ActivatorFactory.cs from the Apache ibatis project. This came up as the first result when I searched.
- You’ll see a tab open, that contains the source file, and a tree view of all the files in the project on the right. It would be even better if the code was syntax highlighted.
- From there you can save the file locally, or browse the project in the tree view.
Post a Comment