SEOという用語が登場してから、日本国内における用語の使われ方に違和感を覚える事が多い為、記事にしました。半分ネタで半分本気です。
この記事で発明した用語が広まるとは思っていませんが、その用語に込められた意図はくみ取って頂ければと思います。
/** | |
* coordinate-list-0.1.0.js | |
* - Coordinate ... Class for storing coordinates. | |
* - CoordinateList ... Class that stores coordinate list. | |
* | |
* @version 0.1.0 | |
* @author think49 | |
* @license http://www.opensource.org/licenses/mit-license.php (The MIT License) | |
* @url https://gist.github.com/think49/2322863df508fa5fc1a77cb6e7efc55e | |
*/ |
/** | |
* match-all-character-pair.js | |
* Match the corresponding characters. | |
* | |
* @version 1.0.0 | |
* @author think49 | |
* @url https://gist.github.com/think49/071350bcc987d82dd836885ea6f5c0d4 | |
* @license http://www.opensource.org/licenses/mit-license.php (The MIT License) | |
*/ |
CompositionEvent
はIMEモードが有効の状態で文字列入力時を検出するイベントです。
IMEモード切替を検出しているわけではない為、[半角/全角] キーの検出は出来ません。
/** | |
* parse-number-by-radix.js | |
* | |
* | |
* @version 1.0.0 | |
* @author think49 | |
* @url https://gist.github.com/think49/011dffc5ebca34fd804d3baae6666f5a | |
* @license http://www.opensource.org/licenses/mit-license.php (The MIT License) | |
*/ |
/** | |
* count-down.js | |
* | |
* | |
* @version 0.1.0 | |
* @author think49 | |
* @url https://gist.github.com/think49/10d745ebf9aef92b40e698af695f5d2c | |
* @license http://www.opensource.org/licenses/mit-license.php (The MIT License) | |
*/ | |
'use strict'; |