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.
Rust
-
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!
LeanBoard
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
Also try BackHub: Reliable GitHub repository backup, set up in minutes.
-
Updated
Dec 1, 2020 - C
-
Updated
Nov 25, 2020 - Jupyter Notebook
-
Updated
Dec 1, 2020 - Shell
-
Updated
Nov 30, 2020 - Vue
DustinBrett / x
-
Updated
Dec 1, 2020 - Go
-
Updated
Nov 30, 2020 - Python
Support Basic Auth
To be used safely over WAN requires a minimum of authentication.
Respectively add this option:
-a 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
-
Updated
Nov 29, 2020 - Jupyter Notebook
-
Updated
Dec 1, 2020 - PowerShell
System
-
Updated
Dec 2, 2020 - C++
-
Updated
Dec 2, 2020 - Dart
GitKraken Boards
GitKraken Boards syncs in real-time with GitHub Issues and GitHub Milestones so changes made in either system are immediately reflected in the other. Link cards to GitHub pull requests, check PR statuses, auto-update cards based on PR statuses and view build statuses without leaving GitKraken Boards.
Plus, use GitHub Actions to automate your workflow; trigger automated actions in GitKraken Boards by linking cards to pull requests descriptions or commit messages in GitHub.


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

Thanks a lot.