- はじめに
- 対象読者
- ゴール
- コマンドの表記ルール
- Level 1
- Hello!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" | |
" 現在のカーソル位置にシェルピンスキーの三角形を挿入する. | |
" | |
" MIT Lisence | |
" | |
" [使い方] | |
" | |
" 1. :source sierpinski.vim | |
" 2. :Sierpinski | |
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
* リンククリック時に POST でリクエストするようにフックする. | |
* | |
* [使い方] | |
* | |
* HTML で以下のようにリンクを設定しているとする. | |
* | |
* <a href="..." class="post">...</a> | |
* |
NewerOlder