2005-08-25 Thu
Sodipodi - SVGオーサリングツール
- Reference
Sodipodi
http://www.sodipodi.com/
- via
Open Alexandria - 2005-08-23 - Sodipodi
http://www.openalexandria.com/item_692.html
2005-08-25 Thu
Hyper Estraier - 共同体的全文検索システム
- Summary
Estraier[2004-12-19-4] の後継.
- 特徴
・インデックスを使った高速な検索が可能
・大量の文書のインデックスを短時間で作成可能
・N-gram方式による漏れのない検索が可能
・フレーズ検索や属性検索や類似検索をサポート
・世界各国の言語が扱える
・対象文書の所在や形式に依存しない
・ライブラリとして各種製品に組み込み可能
・P2P連携機能をサポート
- Reference
SourceForge - Hyper Estraier
http://hyperestraier.sourceforge.net/
- via
Open Alexandria - 2005-08-24 - Hyper Estraier
http://www.openalexandria.com/item_693.html
2005-08-17 Wed
namazu のインストール
- 必要なパッケージ
namazu2
namazu2-common
namazu2-index-tools
libfile-mmagic-perl
libnkf-perl
libtext-kakasi-perl
- apache で cgi が動作することを確認
AddHandler cgi-script .cgi .sh .pl
- Reference
http://www.ezpc.org/redhat8/namazu.html
Debian パッケージディレクトリ検索 (バイナリ) - namazu2
Debian パッケージディレクトリ検索 (バイナリ) - namazu2-common
Debian パッケージディレクトリ検索 (バイナリ) - namazu2-index-tools
Debian パッケージディレクトリ検索 (バイナリ) - libfile-mmagic-perl
Debian パッケージディレクトリ検索 (バイナリ) - libnkf-perl
Debian パッケージディレクトリ検索 (バイナリ) - libtext-kakasi-perl
2005-08-15 Mon
Opensource LMS - SCORM に対応したe-Learningソフト
- Reference
NTT - Open Source LMS Project
http://www.oss.ecl.ntt.co.jp/lms/
- via
Open Alexandria - Opensource LMS
http://www.openalexandria.com/item_681.html
2005-08-12 Fri
XML/SWF Charts の利用
- Summary
PHP から XML/SWF Charts[2005-03-10-6] を呼び出す.
XML/SWF Charts のバージョンに伴い,
<param> タグに name=FlashVars が追加.
呼び出し方が多少変更に.
ライセンスコードはFlashVarsのVALUEに追加する.
- PHP Source
<?php $width = "400"; $height = "250"; $swf = "charts/charts.swf"; $xml = "xml/hoge.xml"; $lib = "charts/charts_library"; ?> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 " width="<?= $width ?>" height="<?= $height ?>" id="charts" align="" > <param name=movie value="<?= $swf?>"> <param name=FlashVars VALUE="library_path=<?= $lib ?>&xml_source=<?= $xml ?>"> <param name=quality value="high"> <param name=bgcolor value="#999999"> <embed src="<?= $swf ?>" FlashVars="library_path=<?= $lib ?>&xml_source=<?= $xml ?>" quality=high bgcolor=#999999 width="<?= $width ?>" height="<?= $height ?>" name="charts" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" > </embed> </object>
- 日本語の利用 (呼び出すXMLに記述) ※編集中
font='Sans Serif'
で日本語利用可能
2005-08-12 Fri
DVD Shrink
- Reference
DVD Shrink - 日本語
http://www.dvdshrink.org/what_jp.html
DVD バックアップ・コピーガイド
http://www19.big.or.jp/~shine/dvd/
2005-08-03 Wed
XMLEDITOR.NET - XMLの構造をツリー上で編集できる多機能XMLエディター
- Reference
XMLEditor.NET サポートページ
http://www15.plala.or.jp/hayashiyui/
- via
窓の杜 - 2005-07-27 - XMLの構造をツリー上で編集できる多機能XMLエディター「XMLEDITOR.NET」
http://www.forest.impress.co.jp/article/2005/07/27/xmleditornet.html
2005-08-03 Wed
Modulobe - 仮想生物を簡単に作れる物理シミュレーション・システム
- Summary
Modulobeは,モジュールと呼ばれる部品を組み合わせて,
仮想生物を簡単に作れる物理シミュレーション・システムです.
- Reference
Modulobe
http://www.modulobe.com/
2005-07-19 Tue
いきなりPDF Professional
- Summary
複数ファイルに対して,一括で暗号化,パスワード,印刷の可否,変更の可否の設定が可能.

- Reference
ソフトウェア: いきなりPDF Professional 2 (説明扉付きスリムパッケージ版)
2005-07-19 Tue
Debian - grub
- grub-install を実行
# grub-install /dev/hda
Probing devices to guess BIOS drives. This may take a long time.
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(fd0) /dev/fd0
(hd0) /dev/hda
- update-grub を実行
# update-grub
Searching for GRUB installation directory ... found: /boot/grub .
Testing for an existing GRUB menu.list file...
Could not find /boot/grub/menu.lst file. Would you like
/boot/grub/menu.lst generated for you? (y/N) y
Searching for splash image... none found, skipping...
Found kernel: /vmlinuz-2.4.18-bf2.4
Updating /boot/grub/menu.lst ... done
- /boot/grub/menu.lst を編集
- 再度 update-grub を実行
# update-grub
Searching for GRUB installation directory ... found: /boot/grub .
Testing for an existing GRUB menu.list file... found: /boot/grub/menu.lst
.
Searching for splash image... none found, skipping...
Found kernel: /vmlinuz-2.4.18-bf2.4
Updating /boot/grub/menu.lst ... done
- LILOの問い合わせを無くし,update-grubを自動的に実行させる
/etc/kernel-img.conf を作成
postinst_hook = /sbin/update-grub
postrm_hook = /sbin/update-grub
do_bootloader = no
- Reference
Iwatani Electronics - Debian GNU/Linux で利用する GNU GRUB
http://www2.i-e-c.co.jp/grubindex.html
2005-07-19 Tue
楽譜表示ソフト Score Grapher View
- Reference
楽譜表示ソフト Score Grapher View ダウンロード
http://www.rimshot.co.jp/download/sgvdl.html
2005-06-30 Thu
Nvu - WYSIWYG型HTMLエディタ
- Reference
Nvu - The Complete Web Authoring System for Linux, Macintosh
http://nvu.com/
- via
窓の杜 - 2005-06-30 - Mozillaから派生したオープンソースのWYSIWYG型HTMLエディター「Nvu」v1.0
http://www.forest.impress.co.jp/article/2005/06/30/nvu.html
2005-06-27 Mon
Rosegarden - music software for Linux
- Summary
オープンソースのMIDIシーケンサ/楽譜エディタ.
- Reference
Rosegarden: music software for Linux
http://www.rosegardenmusic.com/
- via
Open Alexandria - Rosegarden
http://www.openalexandria.com/item_632.html
2005-06-21 Tue
コーデック調査ツール Media Info
- Reference
http://mediainfo.sourceforge.net/
- via
http://www.openalexandria.com/item_626.html
cl.pocari.org - 2005-06-19
http://cl.pocari.org/2005-06-19-1.html
2005-05-23 Mon
AA-lib - An ascii-art library
- Summary
アスキーアートを生成するソフトウェア.
- Reference
SourceForge - AA-lib
http://aa-project.sourceforge.net/aalib/
- via
読書記録ChangeLog - 2005-05-21
http://dkiroku.com/2005-05-21-48.html
Open Alexandria - 2005-05-22
http://www.openalexandria.com/item_595.html
2005-05-15 Sun
AutoHotKey
- Summary
キーボードやマウス,ジョイスティックの操作に様々な機能を割り当てることができる常駐ユーティリティ
動作はスクリプトで記述
スクリプトを実行するだけのバッチツールとしても便利
- Reference
AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText
http://www.autohotkey.com/
AutoHotKeyを流行らせるページ
http://lukewarm.s101.xrea.com/
- via
読書記録ChangeLog - 2005-05-13
http://dkiroku.com/2005-05-13-15.html
2005-05-07 Sat
さいころえんぴつ
- Summary
キーボードからの入力をカスタマイズするアプリケーション.
- Reference
SourceForge.jp - さいころえんぴつ
http://sourceforge.jp/projects/saikoropencil/
- via
www.textfile.org - 2005-05-03
http://www.hyuki.com/tf/200505#i20050503202122