Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Oct 10, 2020 - Shell
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
Koa
-
Updated
Sep 29, 2020 - TypeScript
GitHub Universe 2020
December 09, 2020 • Virtual
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Sep 25, 2020 - HTML
gitpod.io
Gitpod is the online IDE for GitHub.
It launches a complete dev environment for any GitHub project, by simply prefixing the GitHub URL with gitpod.io/#.
Install this app and prebuild your project, so you don't have to wait for your build to download the internet when starting a Gitpod workspace.
Gitpod is the first IDE that builds your project before you even open it.
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 10, 2020 - Dart
-
Updated
Oct 9, 2020 - C++
-
Updated
Oct 9, 2020 - Go
-
Updated
Oct 8, 2020 - Python
-
Updated
Oct 5, 2020
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 7, 2020 - Python
Many algorithms in Project Euler do not follow coding styles as mentioned by @dhruvmanila here, or even the standard coding guidelines.
Notes:
- A lot of inconsistencies with the
solutionfunctions (a lot of them aren't named as "solution") - docstring inconsistencies:
>```docstring```
vs
>```
docstring``
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 9, 2020 - Python
-
Updated
Oct 8, 2020 - Jupyter Notebook
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 4, 2020 - Python
Is your feature request related to a problem? Please describe.
After calling child_process.spawn, I'd like to know when the child process has successfully spawned and there's no longer the possibility of an 'error' event from failing to spawn (i.e. error type # 1 in the docs for that 'error' event, e.g. EPERM, `ENOEN
-
Updated
Oct 9, 2020 - Java
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.
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.