News

Koders Goes 'Pro'

Updated source code search engine from Koders serves midmarket.

Hoping to tap the midmarket, Koders Inc. recently released a Pro Edition of its source code search engine. Users can search version control systems behind the firewall either through a browser or from Visual Studio and Eclipse.

Koders provides APIs and Web service-based methods for integrating with other ALM products and content-search tools, including Google Inc.'s enterprise appliances.

Koders Pro is set up to work with the open source CVS and Subversion repositories, but additional upgrades are needed to tap Visual SourceSafe, ClearCase, Perforce and other commercial products.

The company has a three-tier business model. The hope is that interested parties will try the firm's free Web site-based search engine for open source code, koders.com, on an experimental level. The new Pro offering represents a step up in functionality, but is not as feature-rich and is more affordable than the Enterprise Edition. "We really wanted to lower the barrier for adoption," says Koders founder and CEO, Darren Rush.

A code search engine can have a number of applications within enterprises, Rush says. For example, admins can scan codebases for potential risk factors, such as incidences of the word "password."

Heavy traffic
Right now, Koders.com receives 500,000 unique visitors each month, according to Rush. The site receives a lot of .edu Web traffic, he says, a fact that raises an interesting scenario around the question of code reuse -- a major reason for using a code search engine. "Plagiarism in the university is essentially productivity in the organization," he notes.

The company's crawling technology was "pretty much developed in-house," according to Rush. But for its indexing technology, Koders took the open source Lucene project and customized it for searching through source code.

In the future, Koders will look toward something far more ambitious than simple search: judging the quality of code. Right now, Koders employs cruder methods, such as popularity metrics. "We're going under the assumption that code that gets reused is better than code that never gets reused," he says.

Koders Pro costs $99 per user, per year. The company offers a 30-day free trial.

About the Author

Chris Kanaracus is the news editor for Redmond Developer News.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube