-
Updated
Sep 9, 2020 - JavaScript
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Sep 9, 2020 - JavaScript
IPFS
-
Updated
Sep 9, 2020 - TypeScript
Demo Days - Container Registry and Container Security
September 25, 2020 • Virtual
-
Updated
Sep 9, 2020 - Python
-
Updated
Aug 16, 2020 - Jupyter Notebook
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
WakaTime
Productivity metrics, insights, and time tracking automatically generated from your programming activity.
How it Works
-
Install the open-source plugin for your editor
-
Write code like you already do
-
Get a personal or team dashboard with metrics about your programming
Features
- Fully-automatic project detection
- Language usage breakdown
- Private Leaderboards
- Commit stats
- Embeddable SVG charts
-
Updated
Sep 7, 2020
-
Updated
Apr 25, 2020 - C
-
Updated
Sep 9, 2020 - Go
-
Updated
Sep 7, 2020 - HTML
🚀 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/
这里的路由和server通信是否可以用一个长连接来维护更好
-
Updated
Sep 8, 2020
-
Updated
Sep 9, 2020 - Batchfile
-
Updated
Sep 9, 2020 - C++
Describe the issue linked to the documentation
Follows from #17387
Suggest a potential alternative/fix
Stop referencing preprocessing functions e.g. :
maxabs_scale
minmax_scale
normalize
quantile_transform
robust_scale
scale
power_transform
in the UG, and only add them e.g. in the "See Also" sections, or even just in the API ref.
In particular right now the first entr
-
Updated
Sep 3, 2020 - Java
-
Updated
Sep 6, 2020
-
Updated
Sep 9, 2020 - Shell
-
Updated
Sep 9, 2020 - C
-
Updated
Sep 8, 2020
-
Updated
Sep 9, 2020 - PHP
-
Updated
Sep 9, 2020 - Dart
Stale
Automatically close stale Issues and Pull Requests that tend to accumulate during a project.
How it works
After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.
If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.
If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.


Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.