Here's what's popular on GitHub today...
Trending repository
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist
- Added de
Game Bytes
We take a look at 30 fantastic, free, and open source Linux games, their communities, and their stories. Part 2 of 3.
Popular topic
Trending repository
Infrastructure resource modeling for network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev
-
Updated
Sep 1, 2021 - Python
Trending repository
This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
-
Updated
Aug 31, 2021 - Python
Upcoming event recommended by GitHub
Game Off
November 01, 2021 - December 01, 2021 • Online
Trending repository
Scripts
-
Updated
Sep 1, 2021 - Python
Trending repository
-
Updated
Sep 1, 2021 - Jupyter Notebook
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
Testspace.com
Testspace is a Dashboard for publishing automated test results and a Framework for implementing manual tests as code using GitHub.
- Publish large volumes of test results with a single command
- Improve process with built-in metrics, graphs, reports, analytics, and insights
- Auto-detect Flaky tests
- Implement Manual tests as code
- Include Exploratory testing in your sessions
Trending repository
Trending repository
GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
-
Updated
Sep 1, 2021 - Python
Trending repository
Problem
The explorer doesn't support NFT details pages for users and developers to see information about a particular NFT. For example, this NFT just displays that it is an "unknown token".
https://explorer.solana.com/address/HPMmsBeHdAproBh6iA8p3akjkUM1kdaY2iRiZmZj2Wsz
<img width="763" alt="Screen Shot 2021-08-30 at 9 04 30 PM" src="https://user-images.githubusercontent.com/1076145/1314
Trending repository
Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS
-
Updated
Aug 27, 2021 - Shell
Trending repository
We badly started implementing some props mutation.
There are usually two cases:
- The props are injected via root component
propsData - The props are used inside a vue app
Solution 1
Migrate the propsData (usually initial-states) to the root .vue file away from the .js entry point
Solution 2
Use a sync modifier and change the data flow according to vue documentations
Trending repository
Create generative art by using the canvas api and node js, feel free to contribute to this repo with new ideas.
-
Updated
Sep 1, 2021 - JavaScript
Trending repository
A powerful JavaScript library for interacting with the Discord API
-
Updated
Sep 1, 2021 - JavaScript
Trending repository
The Most Complete Angular UI Component Library
-
Updated
Sep 1, 2021 - CSS
Trending repository
Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.
-
Updated
Aug 31, 2021 - Python
Trending repository
各大漏洞文库合集
-
Updated
Aug 30, 2021 - HTML
Trending repository
A repository for All algorithms implemented in Javascript (for educational purposes only)
-
Updated
Sep 1, 2021 - JavaScript
Trending repository
We need to correctly display that there was an issue when a redemption fails for some reason.
Trending repository
A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC.
-
Updated
Aug 27, 2021 - C#
Trending repository
Create generative art by using the canvas api and node js
-
Updated
Aug 31, 2021 - JavaScript
Trending repository
First of all thanks for sharing this amazing library!
I was wondering, is Recoil glitch-free?
Many other reactive frameworks - like RxJS - don't have a synchronous dataflow architecture, so updates happen in the order of subscription, and not per se in the correct dependency order (like [FlapJAX](http://cs.brown.edu/~sk/Publicati
Trending repository
Sanity checks
- My issue relates to a specific CLI completion spec (e.g.
git checkoutis missing options ingitcompletion spec). If your issue is more general, please create your issue here: withfig/fig - I have searched [github.com/withfig/autocomplete/issues](https://gi
Trending repository
Protocol Buffers - Google's data interchange format
-
Updated
Sep 1, 2021 - C++
Trending repository
Detection Script to help identify why your PC is not Windows 11 Release Ready
-
Updated
Sep 1, 2021 - AutoIt
Trending repository
Documentation Feedback
Describe how to use chips with forms: reactive and template-driven. Add examples
Affected documentation page: https://material.angular.io/components/chips/overview
App recommended by GitHub
CommitCheck
CommitCheck ensures your commit messages are consistent and contain all required information. You can check that commits contain a JIRA number or ensure commits don't contain WIP.


The new GrpcDataRuntime (https://github.com/jina-ai/jina/blob/master/jina/peapods/runtimes/grpc/__init__.py) does not support sharding at the moment. Thus a Flow should not specify this runtime and a sharded pod at the same time.
Right now this will not raise any error, but silently produce unexpected behavior. This is undesirable and the Flow should rather check this condition and raise an app