Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
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>
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
Angular
我设计的一个HDMI转MIPI模块,可以用于驱动各种手机屏幕当显示器用。
-
Updated
Nov 28, 2020
The current version of the HANS dataset is missing the additional information provided for each example, including the sentence parses, heuristic and subcase.
GitHub Universe 2020
December 09, 2020 • Virtual
-
Updated
Nov 29, 2020
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!
Semaphore
Semaphore lets you test and deploy code at the push of a button with hosted continuous integration and delivery.
After you push code to GitHub, it quickly runs your tests on a platform with first-class Docker support and 100+ tools preinstalled. Semaphore lets you parallelize your builds, get feedback right inside pull requests, and deploy more often in a unified workflow. Already trusted by thousands of businesses around the globe, it can help your team move faster too.
Lean's OpenWrt source
-
Updated
Dec 2, 2020 - C
This repository contains implementations and illustrative code to accompany DeepMind publications
-
Updated
Nov 25, 2020 - Jupyter Notebook
A black hole for Internet advertisements
-
Updated
Dec 1, 2020 - Shell
美团饿了吗红包,先领红包再下单。外卖红包,cps分成,别人领红包下单,你拿佣金。
-
Updated
Nov 30, 2020 - Vue
DustinBrett / x
A library for constructing self-spreading binaries
-
Updated
Dec 1, 2020 - Go
Command-line program to download image-galleries and -collections from several image hosting sites
-
Updated
Nov 30, 2020 - Python
Support Basic Auth
To be used safely over WAN requires a minimum of authentication.
We should add this option to each command:
Flags:
-a --basic-auth Basic authentication, username:password.
$ pbgopy serve -a user:pass &
$ pbgopy copy -a user:pass
$ pbgopy paste -a user:pass
During meetings right now, it's kinda hectic with dead chat as people will interrupt and talk over each other since alive players can't hear dead players. Add some key to toggle to a "dead only chat" where dead players can discuss stuff without having to talk over the alive players trying to vote people out.
Make players in ghost chat only audible to other players in ghost chat to reduce confus
-
Updated
Nov 30, 2020 - HTML
Course Files for Complete Python 3 Bootcamp Course on Udemy
-
Updated
Nov 29, 2020 - Jupyter Notebook
GitHub Actions virtual environments
-
Updated
Dec 2, 2020 - PowerShell
System
Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
-
Updated
Dec 2, 2020 - C++
Flutter makes it easy and fast to build beautiful apps for mobile and beyond.
-
Updated
Dec 2, 2020 - Dart
Code Inspector
Code Inspector is a code analysis platform that does automated code reviews, technical debt management and analysis of code quality trends over time. The platform aggregates multiple quality metrics (violations, duplicates, readability, complexity). The platform reports the $ figure of the technical debt and show trends of your code base. Code Inspector reports the most critical issues by distinguishing them according to their category, severity and location.


I hope that all component reference docs indicates the name of component for referencing at the header, just like Vant:

Thanks a lot.