Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
SQL
🚀 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
GitHub Universe 2020
December 09, 2020 • Virtual
-
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.
GitHub Learning Lab
Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.
-
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
Coveralls
Coveralls.io: Deliver Better Code
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.
Eliminate Tech Debt
Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.
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.: