Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
CLI plain-text note-taking, bookmarking, and archiving with encryption, filtering and search, Git-backed versioning and syncing, Pandoc-backed conversion, and more in a single portable script.
-
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.
Unity
Cut and paste your surroundings using AR
-
Updated
Sep 29, 2020 - TypeScript
GitHub Universe 2020
December 09, 2020 • Virtual
Astrofox is a motion graphics program that lets you create music visualizations and turn them into videos.
-
Updated
Oct 10, 2020 - JavaScript
PanDownload的个人维护版本
-
Updated
Sep 25, 2020 - HTML
Azure Boards
Plan, track, and discuss work across your teams
Azure Boards offers Kanban boards, backlogs, and dashboards for flexible work tracking that is fully connected to the code and issues for all your projects – big and small.
A separate Azure DevOps Services subscription is required. We'll help you get started for free if you don't already have one.
Short JavaScript code snippets for all your development needs
-
Updated
Oct 10, 2020 - JavaScript
Flutter makes it easy and fast to build beautiful apps for mobile and beyond.
-
Updated
Oct 10, 2020 - Dart
Protocol Buffers - Google's data interchange format
-
Updated
Oct 9, 2020 - C++
screen sharing for developers https://screego.net/
-
Updated
Oct 9, 2020 - Go
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
-
Updated
Oct 8, 2020 - Python
Highly Subjective Roadmap to Flutter Development
-
Updated
Oct 5, 2020
-
Updated
Oct 10, 2020 - JavaScript
Beginner's Series: Introduction to JavaScript (Node.js)
-
Updated
Oct 7, 2020 - JavaScript
OpenCV Python Neural Network Autonomous RC Car
-
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``
30 days of Python programming challenge is a step by step guide to learn Python programming language in 30 days.
-
Updated
Oct 10, 2020 - Python
A Python utility / library to sort imports.
-
Updated
Oct 9, 2020 - Python
Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation"
-
Updated
Oct 8, 2020 - Jupyter Notebook
Leveraging BERT and a class-based TF-IDF to create easily interpretable topics.
-
Updated
Oct 7, 2020 - Python
Python - 100天从新手到大师
-
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
All Algorithms implemented in Java
-
Updated
Oct 9, 2020 - Java
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.


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.