View genesis_public_key
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04a47d94eef3a1444739f331e0068ff43cdca41104eaa5740ae472d5e58853e4071cab0d5e7666754d21eea6cdaf48484ed0d0a72b241cee4fed36c95797c839d9 |
View gist:0112fa7c048dbfa04f612443cd73d5e9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/didi | |
https://github.com/Huawei | |
https://github.com/alibaba | |
https://github.com/Tencent | |
https://github.com/baidu | |
https://github.com/XiaoMi | |
https://github.com/Qihoo360 | |
https://github.com/bilibili | |
https://github.com/bytedance |
View gist:c1ac002ea2dafaaceb6fffb0edb24f2e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When you have a commit sha like '928756c913158b143caa4d0dd905aebdd1f115e9' | |
Jenkins pipeline String would somehow translate it to 928756c913158b143caa4d0dd905\342\200\213aebdd1f115e9 | |
The unicode character for \342\200\213 is . |
View docker-compose.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nginx: | |
command: nginx -c /etc/nginx/nginx.conf -g 'daemon off;' | |
image: <-- insert image here --> | |
logging: | |
driver: json-file | |
options: | |
max-size: 5M | |
ports: | |
- 80:80 | |
- 443:443 |
View 1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Google video advertisments | |
127.0.0.1 r1---sn-4g57kn7d.googlevideo.com | |
127.0.0.1 r1---sn-4g57knek.googlevideo.com | |
127.0.0.1 r1---sn-4g57kndd.googlevideo.com | |
127.0.0.1 r1---sn-4g5e6ne6.googlevideo.com | |
127.0.0.1 r1---sn-4g5e6ney.googlevideo.com | |
127.0.0.1 r1---sn-4g5e6nls.googlevideo.com | |
127.0.0.1 r1---sn-4g5ednll.googlevideo.com | |
127.0.0.1 r1---sn-4g5ednls.googlevideo.com |
View from.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Artifacts | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: |