-
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 7, 2020 - Jupyter Notebook
A fun platform game made in just 48 hours that has a very unique game mechanic.
Sass
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Aug 7, 2020 - Jupyter Notebook
js13kGames competition
August 13, 2020 - September 13, 2020 • Online
-
Updated
Aug 17, 2020 - C++
-
Updated
Aug 17, 2020 - Kotlin
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!
Sider
Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.
-
Updated
Aug 15, 2020
-
Updated
Aug 16, 2020
-
Updated
Aug 14, 2020 - HTML
-
Updated
Aug 13, 2020 - TypeScript
-
Updated
Aug 17, 2020
-
Updated
Aug 7, 2020 - Jupyter Notebook
-
Updated
Aug 17, 2020 - PowerShell
-
Updated
Aug 14, 2020 - Java
-
Updated
Aug 17, 2020 - Python
-
Updated
Aug 11, 2020 - JavaScript
-
Updated
Jul 4, 2020 - Python
-
Updated
Jun 1, 2020
-
Updated
Aug 17, 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
GitKraken Boards
GitKraken Boards syncs in real-time with GitHub Issues and GitHub Milestones so changes made in either system are immediately reflected in the other. Link cards to GitHub pull requests, check PR statuses, auto-update cards based on PR statuses and view build statuses without leaving GitKraken Boards.
Plus, use GitHub Actions to automate your workflow; trigger automated actions in GitKraken Boards by linking cards to pull requests descriptions or commit messages in GitHub.
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