-
Updated
Aug 19, 2020 - Jupyter Notebook
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...

Some of our favorite open source games from the recent GMTK Game Jam. Great fun to play and/or hack on!

OpenGL
-
Updated
Aug 19, 2020
-
Updated
Aug 18, 2020 - Java

HackCon
August 22, 2020 - August 23, 2020 • Virtual
-
Updated
Aug 18, 2020 - Python
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
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.
-
Updated
Aug 18, 2020 - Python
-
Updated
Aug 18, 2020 - Python
-
Updated
Aug 18, 2020 - Jupyter Notebook
-
Updated
Aug 17, 2020
-
Updated
Aug 14, 2020 - HTML
-
Updated
Aug 18, 2020 - Jupyter Notebook
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Aug 18, 2020 - TypeScript
-
Updated
Aug 14, 2020 - Jupyter Notebook
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
private static final String INPUT_VIDEO_STREAM_NAME = "input_video";
processor.addPacketCallback(INPUT_VIDEO_STREAM_NAME, (packet)->{
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
-
Updated
Aug 17, 2020 - Java
-
Updated
Aug 19, 2020 - C++
-
Updated
Aug 19, 2020 - C++
-
Updated
Aug 18, 2020
-
Updated
Aug 13, 2020 - TypeScript
-
Updated
Aug 19, 2020
-
Updated
Aug 17, 2020 - Kotlin
Travis CI
Travis CI enables your team to test and ship your apps with confidence. It’s built for everyone and for projects and teams of all sizes, supporting over 20 different languages out of the box, including Javascript and Node.js, Ruby, PHP, Python, Mac/iOS, as well as Docker, while giving you full control over the build environment to customize it to your own needs.
Travis CI is trusted by hundreds of thousands of open source projects, teams, and developers.
GTest exports the following targets:
GTest::gtest
GTest::gtest_main
GTest::gmock
GTest::gmock_main
This 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.