microsoft
Here are 2,365 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
Aug 16, 2021
-
Updated
Aug 17, 2021
-
Updated
Aug 14, 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
Aug 18, 2021 - TypeScript
Etherpad: A modern really-real-time collaborative document editor.
-
Updated
Aug 16, 2021 - JavaScript
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
-
Updated
Aug 18, 2021 - C#
Best Practices on Recommendation Systems
-
Updated
Aug 18, 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
Aug 18, 2021 - Jupyter Notebook
In our database projects we have several scmp-files with pre-configured schema compares.
As now I can use the files by opening the Schema Compare from the context-menu on the connection, and then click Open .scmp-file.
If I try to open the file from the file explorer or the project explorer I only get the underlaying XML-file, which mostly often isn't very useful.
It would be great to op
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
Jul 13, 2021 - C#
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
-
Updated
Aug 13, 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
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
#1 Free OneDrive Client for Linux
-
Updated
Aug 18, 2021 - D
Official repository for the Microsoft C/C++ extension for VS Code.
-
Updated
Aug 18, 2021 - TypeScript
Awesome list dedicated to Windows Subsystem for Linux
-
Updated
Jul 21, 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.
List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов
-
Updated
Aug 14, 2021
Summary
The Event Hubs client library is instrumented using the .NET EventSource mechanism for logging. When instrumenting or diagnosing issues with applications that consume the library, it is often helpful to have access to the Event Hubs logs.
Though EventSource instrumentation is
Microsoft Distributed Machine Learning Toolkit
-
Updated
Sep 12, 2018
Microsoft Azure PowerShell
-
Updated
Aug 18, 2021 - C#
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
Aug 18, 2021 - C
I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?
Improve this page
Add a description, image, and links to the microsoft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microsoft topic, visit your repo's landing page and select "manage topics."


It would be ideal if the Testing user interface would allow to sort/filter based on duration.
Use case: I have a large nu