-
Updated
Mar 17, 2021 - Python
Here's what's popular on GitHub today...
-
Updated
Mar 16, 2021 - Jupyter Notebook
Join the GitHub community for an AMA with Staff Manager, Software Engineering and co-founder of Dependabot Harry Marr.
-
Updated
Mar 16, 2021 - Go
-
Updated
Mar 16, 2021 - JavaScript
GitHub CTF - A Call to Hacktion!
March 17, 2021 - March 21, 2021 • Online
Feature Request
What feature are you suggesting?
Overview:
Currently, the range list implementation performs linear search on the FindOverlaps method. 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
Made in India
Open source projects built in or receiving significant contributions from India :india:
CircleCI
Now supporting GitHub Checks!
You can now see the status of your CircleCI workflows and related jobs all within the GitHub UI. Enable this feature in your CircleCI organization settings for new and existing accounts.
Build faster. Test more. Fail less.
Let CircleCI help your team focus on making a great product. Speed up your test and delivery cycle and improve productivity, without running your own infrastructure.
-
Updated
Mar 12, 2021 - C++
-
Updated
Mar 11, 2021 - Shell
-
Updated
Mar 15, 2021 - Inno Setup
-
Updated
Mar 16, 2021 - Jupyter Notebook
-
Updated
Mar 13, 2021
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
-
Updated
Mar 16, 2021 - Python
-
Updated
Mar 14, 2021 - Go
-
Updated
Mar 17, 2021 - C#
-
Updated
Feb 14, 2021 - JavaScript
bitmap/bit array
I came around few plugins but I don't have that much idea on integrating everything together
https://github.com/glepnir/lspsaga.nvim
https://github.com/nvim-lua/completion-nvim
-
Updated
Mar 15, 2021 - JavaScript
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 17, 2021 - C++
Cloud 66 Skycap
Skycap is a container-native Continuous Delivery Pipeline. It takes your code from any git repository, and allows you to build your image in a reliable, secure, and repeatable way.
Skycap runs your Docker build workflow step by step for multiple images. It comes complete with an intuitive UI & private Docker repository.
Combine with Maestro for an end-to-end solution.


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 insrc/CMakeLists.txtfile and do not call thoseconfigure_file()instructions on Windows/