どのようなボットは私たちのために何を行うかを説明&説明
3468 ワード
❔ 文脈
毎日、ボットとCIは、我々のためにますます多くのことをしています.
事務所で
build a shared an efficient digital culture,
プログラマー(DEVS&OPS)にとって、この技術がどのように役立つかを中堅かつ最上位の管理に説明することが重要です.
Still it remains a bit abstract.
この短いポストの目的は、ソースコードの観点から、どのように表示するかです.
how BOTs are an extension of the team and can (should ?) be considered as "real" programmers...
それは、我々の毎日の任務で我々を助けます..そして、本当に重要であるものに集中してください:
Innovate, learn, create new features as fast as possible to the market... so they can be released (and then maintained).
🎥 映画ショー
視覚的な管理を理解し、抽象的な概念に注目を得るために強力なツールです.
それで、BOTSがチームワークに参加する証拠を置くために、私は短い映画がその仕事をすることができると思いました.
👉 これは
gource
が役立つところです.養殖場 / グルメ
ソフトウェアバージョン制御の可視化
グルメ
https://gource.io
説明
Gourceは、ソースコントロールのリポジトリの可視化ツールです.
リポジトリのルートが
ディレクトリ、ディレクトリは枝です、そして、ファイルは葉です.貢献者
ソースコードが表示され、特定のファイルと
ディレクトリ.
要件
グルーのディスプレイOpenGLを使用してレンダリングされ、3 D加速ビデオが必要です
カードを実行します.
グルーを使う
gource [options] [path]
options:
-h, --help
Help ('-H' for extended help).
-WIDTHxHEIGHT, --viewport WIDTHxHEIGHT
Set the viewport size. If -f is also supplied, will attempt to set
the video mode to this also. Add ! to make the window non-resizable.
--screen SCREEN
Set the number of the screen to display on.
--window-position XxY
Initial window position on your desktop which may be made up of
multiple monitors.
This will override the screen setting so don't specify both.
--frameless
Frameless window.
-f,
...
View on GitHub
🍿 コラボレーションリプレイ
非常に簡単なコマンドライン内で
gource \
--key \
--highlight-users \
--date-format "%d/%m/%y" \
--hide mouse,filenames \
--file-idle-time 0 \
--max-files 0 \
--background-colour 000000 \
--font-size 25 \
--output-ppm-stream - \
| ffmpeg -y -r 30 -f image2pipe \
-vcodec ppm -i - -b 65536K movie.mp4
次のようになります.
Gourceは、ソースコントロールのリポジトリの可視化ツールです.
リポジトリのルートが
ディレクトリ、ディレクトリは枝です、そして、ファイルは葉です.貢献者
ソースコードが表示され、特定のファイルと
ディレクトリ.
要件
グルーのディスプレイOpenGLを使用してレンダリングされ、3 D加速ビデオが必要です
カードを実行します.
グルーを使う
gource [options] [path]
options:
-h, --help
Help ('-H' for extended help).
-WIDTHxHEIGHT, --viewport WIDTHxHEIGHT
Set the viewport size. If -f is also supplied, will attempt to set
the video mode to this also. Add ! to make the window non-resizable.
--screen SCREEN
Set the number of the screen to display on.
--window-position XxY
Initial window position on your desktop which may be made up of
multiple monitors.
This will override the screen setting so don't specify both.
--frameless
Frameless window.
-f,
...
View on GitHub
🍿 コラボレーションリプレイ
非常に簡単なコマンドライン内で
gource \
--key \
--highlight-users \
--date-format "%d/%m/%y" \
--hide mouse,filenames \
--file-idle-time 0 \
--max-files 0 \
--background-colour 000000 \
--font-size 25 \
--output-ppm-stream - \
| ffmpeg -y -r 30 -f image2pipe \
-vcodec ppm -i - -b 65536K movie.mp4
次のようになります.
gource [options] [path]
options:
-h, --help
Help ('-H' for extended help).
-WIDTHxHEIGHT, --viewport WIDTHxHEIGHT
Set the viewport size. If -f is also supplied, will attempt to set
the video mode to this also. Add ! to make the window non-resizable.
--screen SCREEN
Set the number of the screen to display on.
--window-position XxY
Initial window position on your desktop which may be made up of
multiple monitors.
This will override the screen setting so don't specify both.
--frameless
Frameless window.
-f,
...View on GitHub
🍿 コラボレーションリプレイ
非常に簡単なコマンドライン内で
gource \
--key \
--highlight-users \
--date-format "%d/%m/%y" \
--hide mouse,filenames \
--file-idle-time 0 \
--max-files 0 \
--background-colour 000000 \
--font-size 25 \
--output-ppm-stream - \
| ffmpeg -y -r 30 -f image2pipe \
-vcodec ppm -i - -b 65536K movie.mp4
次のようになります.どちらのペース
プロジェクト
🙏 謝辞
映画の中で俳優の役を演じるプログラマーには、たくさんの感謝を込めて😉 :
@lschaeffer313
@Dougniel
DependaABOT
semantic-release-bot
Reference
この問題について(どのようなボットは私たちのために何を行うかを説明&説明), 我々は、より多くの情報をここで見つけました https://dev.to/optnc/show-explain-what-bots-do-for-us-3kiテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol