Skip to content

Instantly share code, notes, and snippets.

View repeatedly's full-sized avatar

Masahiro Nakagawa repeatedly

View GitHub Profile
@repeatedly
repeatedly / README.md
Last active April 8, 2020 02:55 — forked from okkez/README.md
Fluentd Mutual authentication sample with cert_verifier

Prepare files and directories

mkdir -p fluentdCA/{private,newcerts,certs,crl}
touch fluentdCA/index.txt
echo 00 > fluentdCA/serial

Setup private CA

@repeatedly
repeatedly / gist:82b9d1b2130fcaf03433
Last active September 4, 2015 11:27 — forked from yfakariya/gist:fb6d5c66fa4d8a82346b
Spec draft for embedding type information

Purpose 目的

Make .NET to .NET serialization more easily by embedding type information. Interoperability should be considered as possible. 型情報を埋め込むことで、.NET どうしのシリアライズをもっと楽にする。相互運用性は可能な限り考慮されるべき。

Usecase ユースケース

  1. Serialize polimorphic collection (issue #58) ポリモーフィックなコレクションをシリアライズする
  2. Serialize 'rich' domain model which has own data and logic (issue #47)
■最初のtd-agent.conf
<source>
type dstat
tag dstat
option -lcn
delay 5
</source>
<match dstat>
type copy
# Install MacTex: http://mirror.ctan.org/systems/mac/mactex/mactex-basic.pkg
$ sudo chown -R `whoami` /usr/local/texlive
$ tlmgr update --self
$ tlmgr install ucs
$ tlmgr install etoolbox
# Install pandoc view homebrew

GitHub Flow

31 Aug 2011

git-flowの問題点 (Issues with git-flow)

私は人々にGitを教えるためにあちこちを飛び回っているが、最近のほぼすべてのクラスやワークショップでgit-flowについてどう思うかを尋ねられた。私はいつも、git-flowは素晴らしいと思うと答えている。何百万ものワークフローを持ったシステム(Git)を提供し、ドキュメントもあるし、よくテストされている。フレキシブルなワークフローは、実に容易なやり方で多くの開発者の役に立つ。標準的なものになりつつあり、開発者はプロジェクトや企業の間を移動しつつこの標準的なワークフローに馴染むことができる。