-
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...
A high performance blog template for the 11ty static site generator.
-
Updated
Sep 9, 2020 - JavaScript
OpenGL
-
Updated
Sep 9, 2020 - TypeScript
Ekoparty 2020
September 24, 2020 - September 26, 2020 • Virtual
-
Updated
Sep 9, 2020 - Python
Companion webpage to the book "Mathematics For Machine Learning"
-
Updated
Aug 16, 2020 - Jupyter Notebook
DeepAffects
Managing teams to deliver projects/products on time is hard, but figuring out where your team collaboration is lacking can be even more painful. DeepAffects analyzes emotions and tones in issue description and comments to provide actionable insights to identify the high-resolution time issues, disagreements in the team.
DeepAffects is a team dynamics analytics application, for managers & team leads, to get issue-level emotional insights, to increase team dynamics & productivity.
-
Updated
Sep 7, 2020
WiFi Hash Purple Monster, store EAPOL & PMKID packets in an SD CARD using a M5STACK / ESP32 device
-
Updated
Apr 25, 2020 - C
Easily and securely send things from one computer to another
-
Updated
Sep 9, 2020 - Go
PanDownload的个人维护版本
-
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通信是否可以用一个长连接来维护更好
Curated list of Machine Learning, NLP, Vision, Recommender Systems Project Ideas
-
Updated
Sep 8, 2020
大方bigfangYouTube频道:https://bit.ly/332QGCa TG:@bigfangfang TG群:https://t.me/dafangbigfang
-
Updated
Sep 9, 2020 - Batchfile
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
-
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
A book series on JavaScript. @YDKJS on twitter.
-
Updated
Sep 6, 2020
Learn the skills required to sysadmin a remote Linux server from the commandline.
-
Updated
Sep 9, 2020 - Shell
-
Updated
Sep 9, 2020 - C
A curated list of awesome open source libraries to deploy, monitor, version and scale your machine learning
-
Updated
Sep 8, 2020
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
-
Updated
Sep 9, 2020 - PHP
-
Updated
Sep 9, 2020 - Dart
Codacy
Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.
You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.


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