Here's what's popular on GitHub today...
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
Game Bytes
We take a look at 30 fantastic, free, and open source Linux games, their communities, and their stories. Part 1 of 3.
Popular topic
Flask
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 30, 2021 - Python
Trending repository
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
Upcoming event recommended by GitHub
Game Off
November 01, 2021 - December 01, 2021 • Online
Trending repository
The Magic Mask for Android
-
Updated
Aug 30, 2021 - C++
Trending repository
-
Updated
Aug 31, 2021 - Jupyter Notebook
Collection recommended by GitHub
Made in India
Open source projects built in or receiving significant contributions from India :india:
App recommended by GitHub
ZenHub
ZenHub is the only project management tool that integrates natively within GitHub’s user interface. No lengthy onboarding. No configuration headaches. No separate logins. Developers stay in an environment they love and Project Managers get total visibility into the development process.
Dev teams at companies like NASA, Microsoft, Adobe, Comcast, Docker, VMware, and Leap Motion trust ZenHub's powerful browser extension to help them ship better software.
Trending repository
Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
-
Updated
Aug 31, 2021 - Python
Trending repository
-
Updated
Aug 30, 2021 - JavaScript
Trending repository
A self-hosted, ad-free, privacy-respecting metasearch engine
-
Updated
Aug 30, 2021 - Python
Trending repository
An API wrapper for Discord written in Python.
-
Updated
Aug 30, 2021 - Python
Trending repository
Create generative art by using the canvas api and node js
-
Updated
Aug 30, 2021 - JavaScript
Trending repository
-
Updated
Aug 31, 2021
Trending repository
Added a cpp file for Floyd Algorithm for cycle detection Description of Change
Checklist
- Added de
Trending repository
Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.
-
Updated
Aug 29, 2021 - Python
Trending repository
Zoom
Lite-xl doesn't remember how i left the zoom level,
I mean when i use it i zoom it a little bit for readability and when i quit and reopen it, that time it doesn't remember how i left it off that is the zoom level.
Trending repository
A powerful JavaScript library for interacting with the Discord API
-
Updated
Aug 31, 2021 - JavaScript
Trending repository
Atmosphère is a work-in-progress customized firmware for the Nintendo Switch.
-
Updated
Aug 30, 2021 - C++
Trending repository
This repository consists of the code samples, assignments, and the curriculum for the Community Classroom complete Data Structures & Algorithms Java bootcamp.
-
Updated
Aug 31, 2021 - Java
Trending repository
Klipper is a 3d-printer firmware
-
Updated
Aug 30, 2021 - C
Trending repository
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
-
Updated
Aug 28, 2021 - PHP
Trending repository
The universal proxy toolchain for Android
-
Updated
Aug 31, 2021 - Kotlin
Trending repository
Python/JavaScript/Shell/Typescript 定时任务管理
-
Updated
Aug 31, 2021 - TypeScript
Trending repository
An automated phishing tool with 30+ templates. This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit !
-
Updated
Aug 29, 2021 - Hack
Trending repository
Python generation script for BitBirds
-
Updated
Aug 31, 2021 - Python
App recommended by GitHub
GitLive
Extend GitHub with real-time collaborative superpowers
Extend your IDE with the real-time features remote development teams need to work together effectively. See what your teammates are working on and get notified of merge conflicts before you commit. Make video calls and code together live, VS Code to JetBrains.


We badly started implementing some props mutation.
There are usually two cases:
propsDataSolution 1
Migrate the propsData (usually initial-states) to the root
.vuefile away from the.jsentry pointSolution 2
Use a sync modifier and change the data flow according to vue documentations