Skip to content

Instantly share code, notes, and snippets.

@naoya
naoya / agenda.md
Last active August 29, 2015 14:06

『サーバ/インフラエンジニア養成読本 ログ収集〜可視化編』パネルディスカッション

前提

  • 20:15 〜 21:00 (45min)
  • 参加者 / 発表タイトル
    • 鈴木健太, VOYAGE GROUP / 『サービス改善はログデータ解析から』
    • 吉田健太郎, リブセンス / 『Fluentd構成のお勧めデザインパターン』
    • 大谷純, Elasticsearch / 『elasticsearch、もうちょっと入門』
    • 道井俊介, Pixiv / 『Kibanaではじめるダッシュボード』
@nachocab
nachocab / instructions.sh
Last active February 13, 2022 15:45
How to make git diff work perfectly with .docx files in Mac OS X (it even colors by word)
# download docx2txt by Sandeep Kumar
wget -O docx2txt.pl http://www.cs.indiana.edu/~kinzler/home/binp/docx2txt
# make a wrapper
echo '#!/bin/bash
docx2txt.pl $1 -' > docx2txt
chmod +x docx2txt
# make sure docx2txt.pl and docx2txt are your current PATH. Here's a guide
http://shapeshed.com/using_custom_shell_scripts_on_osx_or_linux/
@Gab-km
Gab-km / github-flow.ja.md
Last active April 25, 2024 04:01 — forked from juno/github-flow.ja.md
GitHub Flow (Japanese translation)