Memo


Memo

Performance Logs and Alerts -> Auto
http://www.monyo.com/technical/windows/37.html

Embedded BIOS 4.1
http://www.amd.com/epd/desiging/evalboards/12.am486eval/bios/manual/ebios41.pdf

Firefoxアドオン

使うの。
ngAll-in-One Gestures
3a5Tab Mix Plus
3Adblock Plus
3Googlebar Lite
3IE Tab
3テキストリンク

libflashplayer.so の置き場所

/.mozilla/plugins/

Lisp

equalp
=

apply
(apply #'+ '(1 2 3))
6
coerce
(coerce 1 'float)
1.0
(coerce #1a(1 2 3) 'list)
(1 2 3)
(coerce '(1 2 3) 'array)
#(1 2 3)
typep
 (typep 1 'integer)
T
(typep 2 'float)
NIL