These are Microsoft's 10 most popular open source GitHub repositories
PHPz
Release: 2023-05-22 11:43:13
forward
1044 people have browsed it
Microsoft acquired GitHub for $7.5 billion back in 2018, and even before that, like many other tech companies, it had been a major customer of the platform. It would be interesting to look at the most popular open source repositories hosted by their owners in GitHub.
We will list the top 10 open source GitHub repositories developed and maintained by Microsoft, ordered by their number of stars along with some relevant statistics and a short excerpt from the official description. Without further ado, let’s get started!
1-vscode (Visual Studio Code)
##Main programming language: TypeScript (93.8%)
Stars: 131,000
Views: 3,100
Forks: 22,300
Description: Visual Studio Code is a distribution of Code - an OSS repository with Microsoft - a specific customization released under a traditional Microsoft product license. Visual Studio Code combines the simplicity of a code editor with the features developers need for the core edit-build-debug cycle. It provides comprehensive code editing, navigation and understanding support as well as lightweight debugging, a rich extensibility model and lightweight integration with existing tools. Visual Studio Code is updated monthly with new features and bug fixes. You can download it on Visual Studio Code's website for Windows, macOS, and Linux. To get the latest builds every day, install the Insiders build.
Repository URL: vscode
2- Terminal (the new Windows Terminal and the original Windows Console host, both in the same place!)
Main programming language: C (94.6%)
Number of stars: 82,800
Views: 1,300
Forks: 7,300
Description: This repository contains the following source code:
Windows Terminal
Windows Terminal Preview
Windows Console Host (conhost.exe)
Components shared between the two projects
Color Tools
Sample project showing how to use the Windows Console API
Repository URL: Terminal
3- TypeScript (TypeScript is a superset of JavaScript that can be compiled to clean up JavaScript output)
Main programming language: TypeScript ( 100%)
Stars: 80,300
Views: 2,100
Forks: 10,500
Description: TypeScript is a language for application-level JavaScript. TypeScript adds optional types to JavaScript that enable tooling for large JavaScript applications in any browser, on any host, on any operating system. TypeScript compiles to readable, standards-based JavaScript.
Repository URL: TypeScript
4- PowerToys (Windows system utilities to maximize productivity)
Main programming language: C# (53.6%)
Number of stars: 72,600
Views: 1,000
Fork: 4,100
Description: Microsoft PowerToys are a set of utilities for power users to tweak and simplify their Windows experience to improve work efficiency.
Repository URL: PowerToys
5- Web-Dev-For-Beginners (24 lessons, 12 weeks, getting started as a web developer)
Main programming language: JavaScript (78.5%)
Stars: 46,500
Views: 2,300
Forks: 6,800
Description: Azure Cloud Advocates from Microsoft are pleased to offer A 12-week, 24-lesson course, all covering the basics of JavaScript, CSS, and HTML. Each class includes pre- and post-class quizzes, written instructions for completing the lesson, solutions, assignments, and more. Our project-based approach allows you to learn as you build, a proven way to "stick" with new skills.
Repository URL: Web-Dev-For-Beginners
6- playwright (Playwright is a web testing and automation framework. It allows the use of a single API Tested on Chromium, Firefox and WebKit)
Main programming language: TypeScript (85.1%)
stars Count: 37,300
Number of views: 328
Fork: 1,700
Description: Playwright is a framework for web testing and automation. It allows testing Chromium, Firefox and WebKit using a single API. Playwright is designed for evergreen, powerful, reliable and fast cross-browser web automation.
Description: Microsoft’s Azure Cloud Advocates is pleased to offer a 12-week, 26-session course on Machine Learning courses. In this course, you'll learn about what is sometimes called classical machine learning, primarily using Scikit-learn as a library and avoiding deep learning, which will be covered in our upcoming "Artificial Intelligence for Beginners" course. Combine these courses with our Data Science for Beginners course! Travel around the world with us as we apply these classic techniques to data from many parts of the world. Each class includes pre- and post-class quizzes, written instructions for completing the lesson, solutions, assignments, and more. Our project-based approach allows you to learn as you build, a proven way to "stick" with new skills.
Repository URL: ML-For-Beginners
8- monaco-editor (browser-based code editor)
Main programming language: JavaScript (81.1%)
Number of stars: 29,300
Views: 505
Forks: 2,800
Description: Monaco Editor is a code editor that supports VS Code. Note that this repository does not contain the source code for the code editor, it only contains the scripts that package everything together and publish the monaco -editor npm module.
Repository URL: monaco-editor
9- Calculator (Windows Calculator: A simple yet powerful calculator that comes with Windows)
Main programming language: C (71.9%)
Number of stars: 24,200
Views: 561
Forks: 4,400
Description: Windows calculator application is used Modern Windows applications written in C and C#, pre-installed in Windows. The application offers standard, scientific and programmer calculator functions, as well as a set of converters between different measurement units and currencies. C Calculator ships with new features and bug fixes regularly.
Repository URL: calculator
10- cascadia-code (This is a fun new monospace font that includes programming ligatures, intended to Enhanced with the modern look and feel of Windows Terminal)
Main programming language: Python (100%)
Stars: 19,900
Viewers: 237
Forks: 666
Description: Cascadia is an interesting new coding font that comes bundled with Windows Terminal and is now the default font in Visual Studio.
Repository URL: cascadia-code
The above is the detailed content of These are Microsoft's 10 most popular open source GitHub repositories. For more information, please follow other related articles on the PHP Chinese website!
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn