Skip to content

Instantly share code, notes, and snippets.

View macoril's full-sized avatar
🐴
🏇 🐴 🏇 🐴 🏇 🐴 🏇 🐴 🏇 🐴 🏇 🐴 🏇 🐴 🏇 🐴

macoril

🐴
🏇 🐴 🏇 🐴 🏇 🐴 🏇 🐴 🏇 🐴 🏇 🐴 🏇 🐴 🏇 🐴
View GitHub Profile
@hashrock
hashrock / diag.md
Last active February 26, 2024 05:51
作図系ツール・ライブラリまとめ

シーケンス図とかフローチャートをしごとで描画することになった場合、 テキストから生成できたら楽なので、それ系のツールまとめ

GraphViz

http://www.graphviz.org/

  • C製
  • Doxygen, Moinmoinなどと連携可能
  • ブロック図、クラス図、ネットワーク図など
@NKjoep
NKjoep / myprompt-bash.sh
Last active September 27, 2016 16:58
My Bash Prompt
# Color Reset
Color_Off="\033[0m" # Text Reset
# Regular Colors
Black="\033[0;30m" # Black
Red="\033[0;31m" # Red
Green="\033[0;32m" # Green
Yellow="\033[0;33m" # Yellow
Blue="\033[0;34m" # Blue
Purple="\033[0;35m" # Purple