超雑にまとめました。修正してください。
登場人物
- アプリケーション先輩: いつも忙しい。横に広がるのが得意(デブじゃない)。
- 後輩: 頼んでばっかしで役に立たない。
- サーバー先輩: アプリケーション先輩と仲がいい。Unix Socket でつながるくらい仲良し。
- プロクシ先輩: アプリケーション先輩とかサーバー先輩と後輩の間を取り持って代わりに伝えたりしてくれる。たまに勝手にレスポンスを書き換える。
| " Language: Colored CSS Color Preview | |
| " Maintainer: Niklas Hofer <[email protected]> | |
| " URL: svn://lanpartei.de/vimrc/after/syntax/css.vim | |
| " Last Change: 2008 Feb 12 | |
| " Licence: No Warranties. Do whatever you want with this. But please tell me! | |
| " Version: 0.6 | |
| function! s:FGforBG(bg) | |
| " takes a 6hex color code and returns a matching color that is visible | |
| let pure = substitute(a:bg,'^#','','') |
| function git_prompt_info() { | |
| ref=$(git symbolic-ref HEAD 2> /dev/null) || return | |
| echo "$ZSH_THEME_GIT_PROMPT_PREFIX${ref#refs/heads/}$ZSH_THEME_GIT_PROMPT_SUFFIX" | |
| } |
| // ==UserScript== | |
| // @name sumally-add-via-link | |
| // @namespace swdyh | |
| // @include http://sumally.com/* | |
| // @version 0.0.1 | |
| // ==/UserScript== | |
| document.addEventListener('DOMNodeInserted', function(ev) { | |
| if (ev.target && ev.target.className == 'oneblock') { | |
| addVia(ev.target) |
| 更新: | 2014-04-10 |
|---|---|
| バージョン: | 0.2.1 |
| 作者: | @voluntas |
| URL: | http://voluntas.github.io/ |
reltool 周りについて勉強がてらまとめてみました
| http { | |
| include /etc/nginx/mime.types; | |
| default_type application/octet-stream; | |
| log_format ltsv 'domain:$host\t' | |
| 'host:$remote_addr\t' | |
| 'user:$remote_user\t' | |
| 'time:$time_local\t' | |
| 'method:$request_method\t' | |
| 'path:$request_uri\t' |