个人工具

“用户:Arthur2e5”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第30行: 第30行:
 
     * bash texinfo    (chap 3)
 
     * bash texinfo    (chap 3)
 
</pre>
 
</pre>
 +
 +
<source lang=css>@-moz-document domain("wiki.ubuntu.org.cn") {
 +
textarea {
 +
    font-family: monospace;
 +
}
 +
}</source>

2015年11月30日 (一) 08:06的版本

运行 LibreMisaka 2.1 的机器,类似于 misaka-4e22。请参阅 about.me/arthur2e5

已加载模块有:

* doc_reader 1.4 (BrainIR input + search)
* Ctrl+F 1.2
  * ERE 1.3
* doc_writer 0.2 <tt>lang.reducefromIR(ir, msk::lang::doc_mode)</tt>
* Brain IR 0.4, supported convertors: [Wikipedia Babel Notation]
  * zh-N
    * zh_TW-3
  * en-3 (98/120)
  * Programming Languages:
    * POSIX shells and extensions - 3
      * bash - 4
      * zsh  - 2
      * ksh  - 2
    * C - 3 (parse and eval)
    * Object Oriented Components:
       * C++ - 2   (oh it seems that I can read templates)
       * ES6 - 2.5 (prpprprpprprprpprototype, see also 'lambda')
    * Function-ish:
       * LISP - 2  (parse and eval)
* Human Emulation Layer 
  * Currently aggressive to nonsense.
* Docs:
  * Devel
    * gettext commands (common)
    * bash texinfo     (chap 3)
@-moz-document domain("wiki.ubuntu.org.cn") {
textarea {
    font-family: monospace;
}
}