News

Microsoft Claims 2 of Top 5 Open Source Projects in GitHub

GitHub released its huge yearly Octoverse report on activity in the open source community, revealing that Microsoft projects claimed two of the top five projects.

That ranking, based on the number of contributors, shows the cross-platform Visual Studio Code editor (Microsoft/vscode) repeating as No. 1, with some 19,000 contributors. Coming in at No. 5 was Microsoft Azure Documentation (MicrosoftDocs/azure-docs), with 7,800 contributors.

In between those two were React Native (10,000), TensorFlow (9,300) and Angular (8,800). Another Microsoft-related project, DefinitelyTyped -- to consolidate TypeScript type definitions -- was at No. 10 with 6,000 contributors.

The State of the Octoverse 2018 report, published yesterday (Oct. 16), reveals a huge ecosystem of open source activity on the software development platform and open source (and public and private) code repository managed by GitHub, which itself was recently acquired by Microsoft.

Top Programming Languages Used over Time
[Click on image for larger view.] Top Programming Languages Used over Time (source: GitHub).

For example, it reveals collaboration across 1.1 billion contributions, with more than 31 million developers taking part, from 2.1 million organizations. The number of GitHub repositories as of Sept. 30, 2018, climbed more than 40 percent from last year to reach more than 96 million.

GitHub's favorite highlights from the report included:

  • Ruby contributors use the [heart] reaction on issue and pull request comments more than contributors to any other programming language—no surprises here.
  • Open source contributors from the Czech Republic are the “chattiest” in the world.
  • Developers from all over the world take holidays off, but the quietest time on GitHub happens around New Year’s Day (January 1).
  • The open source community makes time to contribute. Contributors are working in OS repositories well into the evening.

In other rankings:

  • The Microsoft Azure Documentation project topped the fastest-growing list, with a 4.7x change from last year, followed by pytorch and godotengine.
  • In a "coolness" ranking -- based on the number of stars awarded -- the google/dopamine project, described as "a research framework for quickly prototyping reinforcement learning algorithms," was No. 1.
  • Microsoft dominated the organization contribution ranking by a wide margin, with 7,700 contributions made by employees, with Google coming in second at 5,500.
  • The top topics tagged were React, Android and node.js.
  • The fastest-growing topics were hacktoberfest, pytorch and machine.
  • The top language used by contributors was again JavaScript, followed by Java, Python, PHP, C++, C#, TypeScript, Shell, C and TypeScript.
  • The fastest-growing languages were Kotlin, HCL, TypeScript, PowerShell, Rust, CMake, Go, Python, Groovy and SQLPL.

The sprawling Octoverse report is broken down into three categories: People (how, when and where developers build and learn on GitHub); Projects (popular projects, topics and programming languages); and Platform (the GitHub application ecosystem, Marketplace and security programs).

You can access the report directly here.

About the Author

David Ramel is an editor and writer at Converge 360.

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