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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events