Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
A black hole for Internet advertisements
-
Updated
Dec 2, 2020 - Shell
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
Perl
A hope
GitHub Universe 2020
December 09, 2020 • Virtual
安卓应用层抓包通杀脚本
-
Updated
Dec 2, 2020 - Python
System
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
GitHub Learning Lab
Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.
This repository contains implementations and illustrative code to accompany DeepMind publications
-
Updated
Nov 25, 2020 - Jupyter Notebook
Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos
-
Updated
Dec 2, 2020 - JavaScript
-
Updated
Dec 2, 2020 - TypeScript
A list of resources for those interested in getting started in bug bounties
-
Updated
Oct 17, 2020
The current version of the HANS dataset is missing the additional information provided for each example, including the sentence parses, heuristic and subcase.
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
-
Updated
Dec 2, 2020
The Lunatic VM
-
Updated
Nov 27, 2020 - Rust
Navigating the GAN Parameter Space for Semantic Image Editing
-
Updated
Nov 30, 2020 - Jupyter Notebook
maven pom配置文件优化
1、把依赖版本号统一放到properties里面 例如下面的版本需要改下放到<properties></properties>中
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.5.6</version>
</dependency>
<dependency>
<groupId>com.101tec</groupId>
<artifactId>zkclient</artifactId>
-
Updated
Nov 28, 2020 - Java
Ethereum 2.0 Specifications
-
Updated
Dec 1, 2020 - Python
There is no "x86" string for AMD processors such as AMD Ryzen 5 4600H
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
-
Updated
Dec 2, 2020
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
Nov 20, 2020 - PHP
CodeScene
CodeScene is a quality visualization tool for software. Prioritize technical debt, detect delivery risks, and measure organizational aspects. Fully automated.
- Prioritize development hotspots based on Code Health measure.
- Integrates with GitHub checks to supervise hotspots in pull requests.
- Utilize socio-technical analyses to measure off-boarding risks, detect team coordination bottlenecks, etc.




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.