-
Updated
Jan 25, 2021 - TypeScript
Here's what's popular on GitHub today...
The theme for this year’s Game Off was ‘moonshot’ and the entries were out of this world! Fork and play some of the top-rated games.
Qt
-
Updated
Jan 26, 2021 - Rust
-
Updated
Jan 26, 2021 - C
-
Updated
Jan 24, 2021 - C#
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
ZenHub
ZenHub is the only project management tool that integrates natively within GitHub’s user interface. No lengthy onboarding. No configuration headaches. No separate logins. Developers stay in an environment they love and Project Managers get total visibility into the development process.
Dev teams at companies like NASA, Microsoft, Adobe, Comcast, Docker, VMware, and Leap Motion trust ZenHub's powerful browser extension to help them ship better software.
-
Updated
Jan 26, 2021 - JavaScript
-
Updated
Jan 26, 2021 - HTML
-
Updated
Jan 25, 2021 - C
-
Updated
Jan 25, 2021 - C
-
Updated
Jan 25, 2021 - C
-
Updated
Jan 26, 2021 - Python
-
Updated
Jan 26, 2021 - Swift
-
Updated
Jan 26, 2021 - JavaScript
-
Updated
Jan 26, 2021
I should've done this at the very beginning, but this site sorely needs testing, logging, and metrics. Feel free to submit any and all that you think are relevant! More updates to come in comments.
Most functions in scipy.linalg functions (e.g. svd, qr, eig, eigh, pinv, pinv2 ...) have a default kwarg check_finite=True that we typically leave to the default value in scikit-learn.
As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a
-
Updated
Jan 23, 2021 - TypeScript
-
Updated
Jan 26, 2021 - C
-
Updated
Dec 29, 2020 - Go
Displaying the current tool number {after T0/T1/T2/...) on the screen would be helpful with MMU2 or other toolchanger.
The number can be displayed inside the nozzle picture.
-
Updated
Jan 26, 2021 - C++
-
Updated
Jan 10, 2021 - Lua
-
Updated
Jan 26, 2021 - JavaScript
Octobox
Untangle your GitHub notifications
Octobox helps you manage your notifications in the same way Gmail helps you manage your email. Built for developer workflows centred around GitHub issues, pull requests, comments and commits, Octobox makes sure you never miss another mention or misplace another issue.
Screenshot
Description
The rich tooltip text renders in a table that is inside a parent div that has the max-width set. If the text in the table is too wide, then the text will render outside of the div.
This is being caused by this line