タグ

2008年6月14日のブックマーク (4件)

  • Ediff

    1. Ediff って何? 2. 使い方 1. Ediff って何? 携帯パソコンとデスクトップを使い分けていたり、会社や学校で使う計算機と家で使う計算機が別々だとか言う場合、1つの文書に対して2つのバージョンを作っちゃうことがあります。 こんなときに、diff で差分を取ってそれを見ながら手で編集するというのは面倒です。 最近だと cvs で管理していれば、このような問題は避けることができますが、cvs の管理下におくほどでもないとか、cvs を使うのが面倒だという場合もあります。 こういう場合、マージの作業や差分の可視化に便利なのが ediff です。 初めから Emacs についています。 ソフトウェア開発なんかで特定の機能を持った別のバージョンを作って安定してきたら統合するということも普通に行われていることでしょうし、元々はそのために作られた機能だと思うのですが、住所録や文献データ

    smocchan
    smocchan 2008/06/14
    ediff
  • Emacs操作キー一覧

    .emacs設定例 ;; 入力補完 (global-set-key "\C-j" 'dabbrev-expand) ;; BSキーで削除 ;(load-library "term/bobcat") ;(define-key function-key-map [delete] [8]) (global-set-key "\C-h" 'backward-delete-char) ;; 文字コード (set-language-environment "Japanese") (set-terminal-coding-system 'euc-japan-unix) (set-keyboard-coding-system 'euc-japan-unix) (modify-coding-system-alist 'process "" 'euc-japan-unix) ;; 行番号の表示 (line-

    smocchan
    smocchan 2008/06/14
    emacs
  • W. Richard Stevens' Home Page

    Books by Richard Stevens Papers by Richard Stevens Papers (of others) Classes by Richard Stevens Troff resources Typesetting Miscellaneous source code IP Multicasting information Biography Rich Stevens' FAQ T/TCP home page (TCP for Transactions) Recipes favorite links Books by Richard Stevens (reverse chronological) UNIX Network Programming, Volume 2, Second Edition: Interprocess Communications, P

    smocchan
    smocchan 2008/06/14
    リチャードスティーブンス
  • D. J. Bernstein

    D. J. Bernstein Mathematics and computer science Computer hardware: chip speed, buying computers, etc. Data structures and program structures: cdb, etc. UNIX: daemontools, portability notes, security-holes course, etc. Time: clockspeed, etc. High-speed cryptography Fast arithmetic: djbfft, multapps survey, mult benchmarks, coprimes, etc. Discrete logarithms Error-correcting codes: McEliece cryptos

    smocchan
    smocchan 2008/06/14
    network_sec