Here's what's popular on GitHub today...
-
Updated
Mar 16, 2021 - Python
View a 3D model of your GitHub contribution graph. Share it, print it, and more!
-
Updated
Mar 15, 2021 - JavaScript
To improve the quality of our end-to-end testing code, we want to create lint checks for common bad practices. If you would like to help with this issue, please leave a comment on this issue with the task you want to work on.
How to Write E2E Lint Checks
- First think about how you can identify the bad practice based solely on the text of the code. Imagine you get a code file as a string
GitHub Satellite India 2021
March 26, 2021 - March 27, 2021 • Virtual
-
Updated
Mar 16, 2021 - TypeScript
-
Updated
Mar 14, 2021 - Go
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
BackHub
BackHub creates recurring backups of your GitHub repositories and metadata with daily snapshots.
Having a backup is essential in case of mistakes or disasters. However, most developers don't have one because it's a pain to write the script and make sure it runs every day.
Get peace of mind with BackHub. Set up reliable backups for your repos in minutes so you can quickly recover at any time.
BackHub is a Rewind company, the leader in SaaS backups.
-
Updated
Mar 16, 2021 - C#
Incredible job on this container. Thank you so much but I have not been able to get it to work on my QNAP Container app.
The image shows up and I can set it up just fine.
The server starts up and says Game server connected but never shows up in the Steam/Valheim server list. I've tried manually connecting to it using ip:2457 but still no luck. Ports are all forwarded on QNAP as well as Route
bitmap/bit array
Just sharing
Install tools:
brew install geekbench
brew install w3m
Run benchmark, must have internet for Geekbench 5 tryout mode:
/Applications/Geekbench\ 5.app/Contents/Resources/geekbench5
Use w3m get result in terminal:
w3m -dump https://browser.geekbench.com/v5/cpu/5992961
One line can be:
w3m -dump $(/Applications/Geekbench\ 5.app/Conten
-
Updated
Mar 15, 2021 - Inno Setup
-
Updated
Mar 14, 2021 - Python
-
Updated
Mar 16, 2021 - Jupyter Notebook
-
Updated
Mar 12, 2021 - C++
Flameshot version
(All versions)
Describe the bug
There are lots of Linux-only files installed when Windows MSI package is installed:
Probably we should add an if() statement in src/CMakeLists.txt file and do not call those configure_file() instructions on Windows/
TODO: add a hint somewhere around here: https://github.com/JuliaLang/julia/blob/efa7e4e0fc0dfeafb5f536c5bca504f664a25dfa/base/errorshow.jl#L278-L293
to make it easier for users to discover problems like https://discourse.julialang.org/t/is-there-a-way-to-transpose-an-array-of-any-i-have-a-12x500-array-any-2-i-want/56607?u=tim.holy
-
Updated
Mar 16, 2021 - Python
-
Updated
Feb 14, 2021 - JavaScript
-
Updated
Mar 13, 2021
-
Updated
Mar 16, 2021 - Go
BuildPulse
Spend more time shipping and less time re-running flaky tests
BuildPulse automatically detects flaky tests and highlights the most disruptive ones so you know exactly where to focus first for maximum impact.
Integrates with popular test frameworks for JavaScript (Cypress, Jest), Ruby (minitest, RSpec), Go, Python, and others.
Works with CircleCI, GitHub Actions, Semaphore, Travis CI, Jenkins (beta), and Buildkite (beta). Others are available by request.


Feature Request
What feature are you suggesting?
Overview:
Currently, the range list implementation performs linear search on the
FindOverlapsmethod. The purpose of this method is finding all ranges that overlaps with the range that is passed as argument. This can be improved with the use of interval trees, a data structure designed for fast insertion, removal and lookup of int