Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
🚀 Feature
Create the metric MulticlassAUROC to allow for the AUROC metric to be used in multi-class problem settings. Or,
Expand the AUROC metric to support multi-class data, which would also directly solve this AUROC bug that instead gives a random value when used in multi-class problems: https://github.com/PyTorchLightning/
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Sep 8, 2020 - Go
Clang Thread Safety Analysis (TSA) is a C++ language extension which warns about potential race conditions in code.
To improve our code base it is desirable to review all cases of Mutex (non-recursive) class/struct member mutexes, add TSA annotations to method declarations (including negative ones), and add corresponding lock assertions
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
App Center
Ship Your Mobile Projects Faster
Automate the Build-Test-Distribute process for your mobile projects. Continuous Integration and Continuous Delivery (CI/CD) are at your fingertips.
-
Updated
Sep 8, 2020 - Python
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Aug 16, 2020 - Jupyter Notebook
-
Updated
Nov 9, 2018 - C++
-
Updated
Sep 7, 2020
-
Updated
Sep 6, 2020
-
Updated
Sep 8, 2020 - Shell
-
Updated
Sep 4, 2020
-
Updated
Sep 8, 2020
-
Updated
Sep 8, 2020
Mod Version
Master
Describe the bug
Engines can be started without engine selector knob in IGNITION mode
-
Updated
Sep 5, 2020 - Dart
-
Updated
Sep 5, 2020 - C#
-
Updated
Sep 8, 2020 - Python
-
Updated
Aug 29, 2020 - Python
-
Updated
Sep 8, 2020 - Go
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
-
Updated
Sep 5, 2020 - JavaScript
Codetree
Codetree is a lightweight project management app with terrific support for multi-repo projects. There's nothing to install and it works in every browser.
Agile teams use Codetree to plan sprints and epics, and understand their in-flight work. Two-way sync with GitHub Issues means your team can work in either tool and everything stays up to date.
Teams from SeatGeek, Google, Telerik, MIT, Microsoft and CKSource trust Codetree to help deliver great software.
Description
This may be considered a feature request rather than a bug, so change as necessary.
A YouTube video that has restrictions set won't play in a Xamarin.Forms WebView, with YouTube message saying "Video is unavailable." This occurs when the video is embedded in local HTML string, and no base url or an improper base url is provided to the HtmlWebViewSource. e.g.: