-
Updated
Aug 17, 2020
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Aug 18, 2020 - Jupyter Notebook
A fun platform game made in just 48 hours that has a very unique game mechanic.
Gradle
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Aug 7, 2020 - Jupyter Notebook
Demo Days - Using Dependabot to keep your dependencies secure & updated
August 28, 2020 • Virtual
-
Updated
Aug 18, 2020 - C++
-
Updated
Aug 18, 2020 - Kotlin
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
Aug 18, 2020
-
Updated
Aug 18, 2020
-
Updated
Aug 14, 2020 - HTML
-
Updated
Aug 13, 2020 - TypeScript
-
Updated
Aug 17, 2020
-
Updated
Aug 7, 2020 - Jupyter Notebook
-
Updated
Aug 18, 2020 - PowerShell
-
Updated
Aug 14, 2020 - Java
-
Updated
Aug 18, 2020 - Python
-
Updated
Aug 11, 2020 - JavaScript
-
Updated
Jul 4, 2020 - Python
-
Updated
Jun 1, 2020
-
Updated
Aug 18, 2020 - TypeScript
Describe the bug
When TEMPLATE_LIST_TEST_CASE and TEMPLATE_LIST_TEST_CASE_METHOD were added, the corresponding versions with the CATCH_ prefix were missed.
Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE and CATCH_TEMPLATE_LIST_TEST_CASE_METHOD should be available.
Additional context
The commit that added TEMPLATE_LIST_TEST_CASE and `TEMPLATE_LIST_TEST_CASE_MET
Crowdin
Crowdin is designed to be the one tool you need to get automated and continuous localization.
Seamlessly integrates into your development process. Files for localization from the branches you chose are transferred into a branch in your Crowdin project. Ready translations get transferred back as a pull request to your repository automatically.
Crowdin is trusted by companies like Kickstarter, Avast, iFixit, Joomla and more. Localize any kind of software using the same tool.


Hello, dear Mediapipe guys.
I want to inference the hand pose with Mediapipe model and my own model.
I have my own tf-lite models, it can work on the RGB bitmap.
I try to query the RGB bitmap from input frame with data packet.
My code is