-
Updated
Mar 6, 2021 - Go
Here's what's popular on GitHub today...
-
Updated
Mar 4, 2021 - Jupyter Notebook
View a 3D model of your GitHub contribution graph. Share it, print it, and more!
Jekyll
-
Updated
Mar 6, 2021 - Dart
GitHub CTF - A Call to Hacktion!
March 17, 2021 - March 21, 2021 • Online
-
Updated
Mar 6, 2021 - C
-
Updated
Mar 6, 2021 - Python
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Coveralls
Coveralls.io: Deliver Better Code
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.
Eliminate Tech Debt
Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.
-
Updated
Mar 6, 2021 - C
-
Updated
Jan 16, 2021
-
Updated
Mar 5, 2021 - Dart
-
Updated
Mar 4, 2021 - Python
-
Updated
Mar 6, 2021 - Python
-
Updated
Mar 6, 2021 - PowerShell
-
Updated
Mar 5, 2021
-
Updated
Mar 6, 2021 - Ruby
-
Updated
Mar 5, 2021 - PowerShell
-
Updated
Feb 9, 2021
-
Updated
Feb 24, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
Today, we make it very easy to get the binaries onto a Mac machine, but the same is not true about Linux. Instead, the Linux instructions ask the user to manually download the binaries from release and put them in an appropriate location. Speaking for myself, this is an annoying, somewhat error-prone process, and it tends to cau
-
Updated
Mar 6, 2021 - Ruby
Bug Report
Environment
Zola version: 0.11.0
Current Behavior
Hi, when running the link checker on my site zola reports spurious network errors, although opening the same site in Firefox works fine. As a subsequent error, if I try to re-run the checker I then sometimes get blocked by other hosts.
For example, first run:
D:\Development\Source\cheats.rs>bash ./deplo
Current behaviour: Moving away from the "Release Notes: ..." tab, the position is lost.
How to replicate.
Open the Release n
-
Updated
Dec 30, 2020 - Python
-
Updated
Feb 18, 2021 - Shell
Mergify
Mergify is a pull requests automation service. It allows you to trigger actions when your pull requests match defined criteria.
In a few lines of YAML, you could write a rule that automatically merges a pull request if:
- it has been approved
- the test suite passes
We have plenty of examples.
Mergify executes actions for you, freeing you from the burden of managing your pull requests.


GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::gmock_mainThis targets should also be available when adding gtest with
add_subdirectory(orFetchContent), because this should behave the same way as adding GTest withfind_package. So somewhere, we should add the aliases to these targets, i.e.