-
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.
Gulp
-
Updated
Jan 25, 2021 - Rust
-
Updated
Jan 25, 2021 - C
-
Updated
Jan 24, 2021 - C#
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
MyGet
The #1 cloud artifact and package repository provider in the world
MyGet provides hosted NuGet, npm, Bower, Maven, PHP Composer, VSIX, Python PyPI and RubyGems feeds for developers, open-source projects and corporate dev teams. Create private artifact feeds for your developers and clients or public feeds the entire world. Upload packages from your build server, any upstream package source, or build, test, and package your code on GitHub into NuGet, npm or PHP Composer packages with MyGet.
-
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 25, 2021 - Swift
-
Updated
Jan 25, 2021 - JavaScript
-
Updated
Jan 25, 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 25, 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 25, 2021 - C++
-
Updated
Jan 10, 2021 - Lua
-
Updated
Jan 25, 2021 - JavaScript
Semaphore
Semaphore lets you test and deploy code at the push of a button with hosted continuous integration and delivery.
After you push code to GitHub, it quickly runs your tests on a platform with first-class Docker support and 100+ tools preinstalled. Semaphore lets you parallelize your builds, get feedback right inside pull requests, and deploy more often in a unified workflow. Already trusted by thousands of businesses around the globe, it can help your team move faster too.
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