Microsoft
Microsoft Corporation is a technology company. The Company develops and supports a range of software products, services, devices, and solutions. The Company's segments include Productivity and Business Processes, Intelligent Cloud, and More Personal Computing. It also designs, manufactures, and sells devices, including personal computers (PCs), tablets, gaming and entertainment consoles, other intelligent devices, and related accessories.
Here are 2,438 public repositories matching this topic...
This repo is used for servicing PR's for .NET Core 2.1 and 3.1. Please visit us at https://github.com/dotnet/runtime
-
Updated
Oct 8, 2021
-
Updated
Oct 2, 2021
-
Updated
Oct 8, 2021 - C#
Summary
mypy shows some issues in LightGBM's Python package.
mypy \
--exclude='python-package/compile/|python-package/build' \
--ignore-missing-imports \
python-package/18 errors in 4 files (click me)
python-package/lightgbm/compat.py:12: error: Name 'Series' already defined (possibly by an import)
python-package
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
-
Updated
Oct 9, 2021 - TypeScript
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
-
Updated
Oct 9, 2021 - C#
Etherpad: A modern really-real-time collaborative document editor.
-
Updated
Oct 9, 2021 - JavaScript
Best Practices on Recommendation Systems
-
Updated
Oct 8, 2021 - Python
Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux
-
Updated
May 19, 2021 - TypeScript
- Source
JsPointerToString(NULL, 0, &str);-
Expected
str = empty string -
Actual
failed and returns JsErrorNullArgument
I think this should be possible
Best Practices, code samples, and documentation for Computer Vision.
-
Updated
Sep 28, 2021 - Jupyter Notebook
Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
-
Updated
Oct 8, 2021 - C#
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
-
Updated
Oct 3, 2021
Description of Change
Update Font Header size in iOS.
The original values are from: https://material.io/develop/android/theming/typography/
But, the Header value, 96, seem really really high especially when compared to iOS and UWP.
This PR update the value comparing values with iOS.
Issues Resolved
- fixes #11194
API Changes
None
Platforms Af
#1 Free OneDrive Client for Linux
-
Updated
Oct 6, 2021 - D
Issue Description
msbuild's code is open source under the MIT license. This allows anyone to examine, modify and distribute the sources (among other things). However, the source code repository includes a documentation file that has a "Microsoft Confidential" notice:
https://github.com/dotnet/msbuild/blob/master/src/Shared/Shared%20Code.doc
I suspect this is a mistake since there i
Official repository for the Microsoft C/C++ extension for VS Code.
-
Updated
Oct 9, 2021 - TypeScript
Awesome list dedicated to Windows Subsystem for Linux
-
Updated
Sep 14, 2021
List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов
-
Updated
Sep 24, 2021
Work Item
There are some examples in our repo that use op, rather than sequenceDelta event. These do not work, as processing op correctly is very difficult, and error prone. sequenceDelta is always correct. These legacy examples should be updated or removed.
Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form.
-
Updated
Aug 17, 2021 - C++
Summary
The Event Hubs client library aims to be mockable and fully support testability. To help illustrate usage of the new API for the testing scenarios, a set of samples mocking the various Event Hubs client types and illustrating use of the model factory is needed.
Scope of Work
- Implement a sample or set of samples demonstrating a basic approach for mocking the high level cli
https://docs.microsoft.com/en-us/powershell/module/az.automation/set-azautomationaccount?view=azps-6.4.0
The latest doc for Set-AzAutomationAccount is missing a lot of parameters in the Syntax section. And, it mentions only one parameter set, but there are two sets.
Microsoft Distributed Machine Learning Toolkit
-
Updated
Sep 12, 2018
Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe. The goal is to let people easily make their existing C code type-safe and eliminate entire classes of errors. Checked C does not address use-after-free errors. This repo has a wiki for Checked C, sample code, the specification, and test code.
-
Updated
Sep 29, 2021 - C
Created by Bill Gates, Paul Allen
Released April 4, 1975
- Organization
- microsoft
- Website
- www.microsoft.com
- Wikipedia
- Wikipedia



I use the test explorer now more than the CLI when running tests in the VS Code repo. Test that use non standard functions as the callback aren't picked up in the explorer which caused me to miss them. Here's an example with a custom sinonTest function
Example
https://github.com/microsoft/vscode/blob/a01c72ed3b8c78e499d3cf7099f4dde046826f81/src/vs/platform/telemetry/test/browser/telemetryServ