memo.xight.org


2005-02-03 Thu

CAcert

- Summary
  コミュニティが中心となって運営しているフリーの認証機関.
  標準の有効期限は6ヶ月.
- Reference
  CAcert
  http://www.cacert.org/
  japan.linux.com - 2005-01-20 - セキュリティ証明書を無償で発行する認証機関,CAcert
  http://japan.linux.com/security/05/01/25/0522233.shtml
  Open Alexandria - 2005-02-17 - CAcert
  http://www.openalexandria.com/item_453.html
- via
  cl.pocari.org - 2005-01-27
  http://cl.pocari.org/2005-01-27.html#2005-01-27-2

カテゴリ: [Security]

Downloaded Program Filesフォルダ内の詳細を見る方法

- Summary
  %systemroot%\Downloaded Program Files\desktop.ini を開く.
  CLSID の行を ; でコメントアウト
- Reference
  アダルトサイト被害対策の部屋 - Downloaded Program Filesフォルダ内の詳細を見る方法
  http://www.higaitaisaku.com/fswiki/wiki.cgi?page=Downloaded+Program+Files%A5%D5%A5%A9%A5%EB%A5%C0%C6%E2%A4%CE%BE%DC%BA%D9%A4%F2%B8%AB%A4%EB%CA%FD%CB%A1
- via
  cl.pocari.org - 2005-02-01
  http://cl.pocari.org/2005-02-01.html#2005-02-01-3

カテゴリ: [Windows]

JumpFolder

- Summary
  Windows2000, WindowsXP のリバースポイント機能を利用したフォルダの作成を容易にするソフト.
  フォルダのショートカットは通常のファイルと同じだが,
  リバースポイント機能を利用した「ジャンプフォルダ」はフォルダと同じ扱いを受ける.
- Reference
  Vector - JumpFoler
  http://www.vector.co.jp/soft/winnt/util/se354572.html
- via
  窓の杜 - 2005-01-27
  http://www.forest.impress.co.jp/article/2005/01/27/okiniiri.html

カテゴリ: [Software]

Mew 4 系を使用してみる

- bsfilter を mew version 4 から使う
  http://bsfilter.org/mew.html

- Bogofilter, Spamassassin を使う
  http://www.mew.org/release/info/mew_85.html.ja#SEC85

- 全部のフォルダの .mew-summary を一気に更新する

(setq mew-touch-folder-p t)
(setq file-writable-p t)
 
(defun mew-make-cache-all (&optional arg)
  ".mew-cache を一気に作る"
  (interactive "P")
  (let ((fldlst (mapcar 'car mew-local-folder-alist))
    (mew-summary-mode-hook nil)
    (font-lock-mode nil)
    (font-lock-support-mode nil)
    fld)
    (while (setq fld (car fldlst))
      (condition-case err
      (mew-make-cache arg (directory-file-name fld))
    (error nil))
      (setq fldlst (cdr fldlst))))
  (mew-summary-visit-folder mew-inbox-folder)
  (message "Make .mew-cache done")
  (mew-summary-quit))
 
(defun mew-make-cache (arg fld)
  (if (or (mew-folder-virtualp fld)
      (and (fboundp 'mew-nmz-skip-folder) (mew-nmz-skip-folder fld))
      (not (mew-dir-messages (mew-expand-folder fld)))
      (and (not arg) (not (mew-make-folder-dir-newp fld))))
      (message "no Make %s" fld)
    (message "Make %s in %s ..." mew-summary-cache-file fld)
    (let ((mew-summary-mode-hook nil)
      (mew-scan-sentinel-hook nil)
      (mew-scan-wait-for 0))
      (mew-summary-visit-folder fld)
      (font-lock-mode -1)
      (while mew-summary-buffer-process
    (sit-for 0.5)
    (discard-input))
      (message "Make %s in %s ...done" mew-summary-cache-file fld))))
 
(defun mew-make-folder-dir-newp (fld)
  (let* ((dir (file-chase-links (mew-expand-folder fld)))
     (tdir (if mew-touch-folder-p
           (mew-file-get-time
            (expand-file-name mew-summary-touch-file
                      (mew-expand-folder dir)))
         (mew-file-get-time dir)))
     (cache (expand-file-name mew-summary-cache-file dir))
     (tcache (mew-file-get-time cache))
     t1 t2)
    (setq t1 tdir)
    (setq t2 tcache)
    (cond
     ((null t1)
      (if mew-touch-folder-p
      (if (and (file-writable-p (expand-file-name mew-summary-touch-file
                              (mew-expand-folder dir)))
           (mew-dir-messages (mew-expand-folder dir)))
          (progn (mew-touch-folder fld) t)
        nil)
    nil))
     ((null t2) t) ;; do update
     ((> (nth 0 t1) (nth 0 t2)) t)
     ((= (nth 0 t1) (nth 0 t2))
      (if (> (nth 1 t1) (nth 1 t2)) t nil)) ;; nil if equal
     (t nil))))

  [mew-dist 21213] Re: mew-summary-ls-all-folders
  http://www.mew.org/ml/mew-dist-2.0/msg02983.html
  Mew Wiki - Mew4FAQ - 全部のフォルダの .mew-summary を一気に更新したい
  http://www.wikiroom.com/mew/?Mew4FAQ#content_1_20

- Reference
  Mew Official Homepage
  http://www.mew.org/
  Mew Wiki
  http://www.wikiroom.com/mew/
  bsfilter / bayesian spam filter / ベイジアン スパム フィルタ
  http://bsfilter.org/
Debian パッケージディレクトリ検索 (バイナリ) - mew
Debian パッケージディレクトリ検索 (バイナリ) - mew-bin
Debian パッケージディレクトリ検索 (バイナリ) - mew-beta
Debian パッケージディレクトリ検索 (バイナリ) - mew-bin-beta
Debian パッケージディレクトリ検索 (バイナリ) - bsfilter
Debian パッケージディレクトリ検索 (バイナリ) - bogofilter
Debian パッケージディレクトリ検索 (バイナリ) - spamassassin

カテゴリ: [Mew]

Google の秘密

- Reference
  京都大学 理学研究科 宇宙物理学教室 - 馬場 肇 - Google の秘密 - PageRank 徹底解説
  http://www.kusastro.kyoto-u.ac.jp/~baba/wais/pagerank.html

カテゴリ: [Google]
2005-02 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-09-05 14:14
Copyright © 2005 xight.org All Rights Reserved.