全然理解出来てなかったので調べてみた。
function f () {
// Class
}| #include <Sprite.h> | |
| #include <Matrix.h> | |
| #include <TimerOne.h> | |
| Matrix mtx = Martix(10, 12, 11); | |
| Sprite tsuku = Sprite( | |
| 8, 7, | |
| B01001000, | |
| B01101110, |
| a,あ,ア,ア | |
| bb,っ,ッ,ッ,b | |
| ba,ば,バ,バ | |
| bi,び,ビ,ビ | |
| bu,ぶ,ブ,ブ | |
| be,べ,ベ,ベ | |
| bo,ぼ,ボ,ボ | |
| # DvorakJP | |
| # コンビネーションキー |
| var $ = function ( selector, context ) { | |
| context = context || document; | |
| return context.querySelector(selector); | |
| }; | |
| var enc = { | |
| s : "Shift_JIS", | |
| e : "EUC-JP", | |
| u : "UTF-8", | |
| i : "ISO-2022-JP" | |
| }[location.hash.substr(1)]; |
| select 氏名, 住所 | |
| from 従業員 | |
| where 部門番号=1 | |
| select 部門名 | |
| from 部門 | |
| where exists | |
| (select 部門番号 | |
| from 従業員 | |
| where 氏名='山田一郎') |
| \usepackage[dvipdfmx]{graphicx} | |
| \usepackage[first=0, last=360]{lcg} | |
| \makeatletter | |
| \def\rotate#1{% | |
| \def\str{#1@}% | |
| \expandafter\@rotate\str} | |
| \def\makerandrotatebox#1{% |
| \makeatletter | |
| \newcount\barsNow | |
| \def\underbar#1{% | |
| \barsNow =#1\relax% | |
| \expandafter\@underbar} | |
| \def\@underbar{% | |
| \advance\barsNow -1% |
| # 参考:http://ydal.de/vimium-mapping-for-dvorak-layouts/ | |
| unmapAll | |
| map r reload | |
| map x removeTab | |
| map u restoreTab | |
| map t scrollDown | |
| map n scrollUp | |
| map h scrollLeft |
| LATEX = platex --interaction=nonstopmode --kanji=utf8 | |
| DVIPDFM = dvipdfmx | |
| DVIPSFLAGS = -t jisb5 -P pdf | |
| DVIPDFMFLAGS = -p jisb5 | |
| TEXDEPS = word.cls | |
| word.cls : ../../texfiles/word.cls | |
| cp ../../texfiles/word.cls word.cls |