Here's what's popular on GitHub today...
Trending repository
Game Off
This year’s Game Off wrapped up with over 500 submissions. Check out the game called Bumblebee Blitz - one of this year’s top entries.
Popular topic
OpenGL
Trending repository
Code release for ConvNeXt model
-
Updated
Jan 15, 2022 - Python
Trending repository
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
-
Updated
Jan 14, 2022 - C++
Upcoming event recommended by GitHub
How to Attract non code contributions to your Open Source project
January 19, 2022 • Virtual
Trending repository
-
Updated
Jan 15, 2022 - Python
Trending repository
Command-line program to download videos from YouTube.com and other video sites
-
Updated
Jan 15, 2022 - Python
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
SoftaCheck
Run Static Analysis Seamlessly on Your Code and Generate Code Documentation Automatically with Doxygen
The static analysis tool we use is based on the open-source tools CppCheck and Clang-Tidy.
Trending repository
-
Updated
Jan 14, 2022
Trending repository
Open Source Invoicing Solution for Individuals & Businesses
-
Updated
Jan 14, 2022 - PHP
Trending repository
Microsoft » Windows 10 : Security Vulnerabilities
-
Updated
Jan 14, 2022 - HTML
Trending repository
Ultimate DevSecOps library
-
Updated
Jan 15, 2022
Trending repository
Trending repository
Generation of diagram and flowchart from text in a similar manner as markdown
-
Updated
Jan 13, 2022 - JavaScript
Trending repository
-
Updated
Jan 12, 2022 - C++
Trending repository
Examples of how to create colorful, annotated equations in Latex using Tikz.
-
Updated
Jan 12, 2022 - TeX
Trending repository
Trending repository
Trending repository
-
Updated
Jan 15, 2022 - Python
Trending repository
Trending repository
Cut and paste your surroundings using AR
-
Updated
Jan 13, 2022 - TypeScript
Trending repository
ClickHouse® is a free analytics DBMS for big data
-
Updated
Jan 15, 2022 - C++
Trending repository
Bring data to life with SVG, Canvas and HTML.
-
Updated
Jan 7, 2022 - JavaScript
Trending repository
-
Updated
Jan 15, 2022 - Solidity
Trending repository
Prowler is a security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains more than 200 controls covering CIS, ISO27001, GDPR, HIPAA, SOC2, ENS and other security frameworks.
-
Updated
Jan 14, 2022 - Shell
Trending repository
-
Updated
Jan 14, 2022 - Java
Trending repository
Description
Is this demo correct? how ngZone knows when to update the view as zone.js hasn't patch someNewAsyncAPI
export class AppComponent implements OnInit {
constructor(private ngZone: NgZone) {}
ngOnInit() {
// New async API is not handled by Zone, so you need to
// use ngZone.run() to make the asynchronous operation in the Angular zone
// and trigger change
App recommended by GitHub
TestQuality
TestQuality is the #1 Test Case Creation and Management app for GitHub Workflows. TestQuality extends your Github DevOps workflow to provide powerful and modern GitHub issue powered test case creation and management. TestQuality integrates with GitHub, Jira, Selenium, Jenkins, Cloudbees, Cucumber, JUnit and more to complement your entire DevOps workflow. TestQuality is FREE for GitHub public repo’s and affordable for teams on private repo's.


What's the Problem?
Just like in the Windows Explorer application, make a button appear with the text Extract all when clicking once on a .zip file
Solution/Idea
Add a button to extract all contents from a zip file
Alternatives
Maybe A shortcut like CTRL + E to extract
Priorities