Here's what's popular on GitHub today...
Trending repository
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
-
Updated
Jul 31, 2021 - JavaScript
Podcast
Your favorite open source projects and the developers who make them happen. Listen in!
Popular topic
MySQL
Trending repository
잔여백신 조회 및 예약 매크로
-
Updated
Jul 31, 2021 - Python
Trending repository
人人可用的开源数据可视化分析工具。
-
Updated
Jul 31, 2021 - Java
Upcoming event recommended by GitHub
Game Off
November 01, 2021 - December 01, 2021 • Online
Trending repository
Trending repository
Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS
-
Updated
Jul 30, 2021 - Shell
Collection recommended by GitHub
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!
App recommended by GitHub
Mockend
Back-end not ready or just want to prototype something?
Describe your data, automatically get a fake REST and GraphQL API with random values.
Trending repository
On Windows, if the authentication flow isn't completed (failure, closed the browser, etc.) then the client keeps showing 'connecting' but doesn't show a clear action to restart authentication.
Clicking disconnect + connect, or log in as a different user will generate a new authentication link and unblock the user, but that's somewhat difficult to discover.
Options for improvement include adding
Trending repository
Build cross-platform desktop apps with JavaScript, HTML, and CSS
-
Updated
Jul 31, 2021 - C++
Trending repository
-
Updated
Jul 31, 2021 - C
Trending repository
decompiled pegasus_spyware
-
Updated
Jul 31, 2021 - Smali
Trending repository
50+ mini web projects using HTML, CSS & JS
-
Updated
Jul 31, 2021 - CSS
Trending repository
Development repository for the Triton language and compiler
-
Updated
Jul 31, 2021 - C++
Trending repository
Web app for adding EU Digital COVID Certificates to your wallet apps
-
Updated
Jul 31, 2021 - TypeScript
Trending repository
Open-source repository of Orbiter Space Flight Simulator
-
Updated
Jul 30, 2021 - C++
Trending repository
Please do not use this tracker to scam anyone! This is free and will be forever free. This tracking will never ask for seed phrases nor private keys. Keep safe!
-
Updated
Jul 31, 2021 - JavaScript
Trending repository
Trending repository
Trending repository
Discussed in PyTorchLightning/pytorch-lightning#8630
I have a single GPU, but I would like to spawn multiple replicas on that single GPU and train a model with DDP. Of course, each replica would have to use a smaller batch size in order to fit in memory. (For my use case, I am not interested in having a single replica with a large batch size). I tried to pas
Trending repository
A collection of extension libraries for Jetpack Compose
-
Updated
Jul 30, 2021 - Kotlin
Trending repository
-
Updated
Jul 31, 2021
Trending repository
-
Updated
Jul 26, 2021 - Shell
Trending repository
Tracking interesting Linux (and UNIX) malware. Send PRs
-
Updated
Jul 31, 2021
Trending repository
Collection of Summer 2022 tech internships!
-
Updated
Jul 31, 2021 - Python
Trending repository
Current behavior
When I removed the status bar by adding those 4 lines in the style.xml
<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>Applying `VisibleBoundsPadding
Trending repository
-
Updated
Jul 30, 2021
App recommended by GitHub
Hound
Hound reviews your code then comments directly in Pull Requests, helping your team maintain consistent coding style and high code quality.


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.