2007-08-14から1日間の記事一覧

What is a hack?

今日の言葉。 A hack is a term for code that was not written according to consistent design methods. It may be brilliant or it may be poorly written but if it's not the usual or the proper approach, it's a hack. We try to do hacks only if w…

はてなリングに参加してみた。

はてなリング「SICPで学びましょう」に参加してみた。 リングのロゴをサイドバーに貼付けようとして、設定をいじっていたら、blogのデザインが変わってしまった。 大分昔に、自分のデザインを時間をかけて作ったのに!!凹むなぁ!! しかも、リングのロゴの…

emacs abbrev 使い方

Dynamic abbrev M-/ 動的 abbrev 補完 M-C-/ 動的 abbrev 補完候補表示 Static abbrev 登録 C-x a l mode abbrev 登録 (add-mode-abbrev) C-x a g global abbrev 登録 (add-global-abbrev) M-x define-mode-abbrev mode abbrev 登録 (対話式) M-x define-g…

GNU Screen 使い方

GNU

基本コマンド ^Z c 仮想画面作成 ^Z w 仮想画面リスト表示 ^Z A 仮想画面タイトル変更 画面間移動 ^Z [n] n番目の画面へ移動 ^Z [SPACE] 次の画面へ ^Z p 前の画面へ コピーモード vi のカーソル操作ができる。 SPACE でコピー ^Z [ コピーモードに移行 ^Z ]…