bookmark

qmail/vpopmail の仕組み

http://www.gcd.org/sengoku/docs/NikkeiLinux00-03/qmail.ja.htmlhttp://www.inter7.com/vpopmail/FAQ.txt

gcc vectorization

http://gcc.gnu.org/projects/tree-ssa/vectorization.html#news

x86 のFPUの話.

cpp ml にて紹介されていたページ.http://www.stereopsis.com/FPU.htm

http://ecb.sourceforge.net/

emacs 上の開発環境 - CEDET -

http://cedet.sourceforge.net/ CEDET is a collection of tools written with the end goal of creating an advanced development environment in Emacs. CEDETを使うと,visual studio の Intellisense と同じようなことが emacs で実現できる.Intellisen…

poser 作品

poser 使って作品つくっている人のページ.http://www.joedonato.com/oldindex.html

Daily Game Development News & Resources

http://www.flipcode.com/A robust and branchless SSE ray/box intersection test. とか参考になりそうな記事がたくさんある.メモっておこう.

windowsで fuser .

http://www.atmarkit.co.jp より.ファイルやソケットを使用しているプロセスを特定する方法.Linuxだと fuserコマンド一発で実現できることも,windows だと少々面倒.オープンしているファイルを調査する:Tech TIPS - @IT関連記事Windowsで共有ファイル…

超絶コーディング技集.

ハッカーのたのしみ―本物のプログラマはいかにして問題を解くか作者: ジュニア,ヘンリー・S.ウォーレン,Jr.,Henry S. Warren,滝沢徹,玉井浩,鈴木貢,赤池英夫,葛毅,藤波順久出版社/メーカー: エスアイビーアクセス発売日: 2004/09メディア: 単行本購入: 35人 …

NPTL

いまさらながら NPTL に関するメモ. NPTLへの移行に関する記事.http://linuxdevices.com/articles/AT6753699732.html getpid は全てのスレッド内で同じ値を返すように変更された. スレッド固有のIDが必要な場合は, gettid() を使うこと. NPTLを使いたく…

NTPのまとめサイト

wiki を使って,プロバイダ毎のNTPサーバのアドレスなどをまとめてある.http://wiki.nothing.sh/page/NTP

gcc の最適化に関するページ.

http://home.comcast.net/~jcunningham63/linux/GCC_Optimization.html

OpenGL Shading language 系の情報源.

OpenGL News Archives http://www.shader.jp/xoops/html/ まだ立ち上がったばかりみたい.今後に期待.

OpenGL tutorial

orangebook (オレンジ本) Open Gl Shading Languageposted with amazlet at 09.01.10Randi J. Rost John M. Kessenich Barthold Lichtenbelt Addison-Wesley Pub (Sd) 売り上げランキング: 80440おすすめ度の平均: OpenGL開発者は必携です 遂に OpenGL にも…

OpenGL 仕様書,リファレンス

http://www.opengl.org/documentation/specs/version2.0/glspec20.pdf http://oss.sgi.com/projects/ogl-sample/registry/ARB/GLSLangSpec.Full.1.10.59.pdf bluebook(青本) Opengl Reference Manual: The Official Reference Document to Open Gl, Version …

OpenGL ポータル的なURL

OpenGL News Archives http://developer.3dlabs.com/

OpenGL 関連ブックマーク.

メールサーバでウイルスチェック.

SMTPサーバ上で,無料で使えそうなウイルスチェックを探してみた. ClamAV (Clam AntiVirus) http://www.clamav.net/ http://clamav-jp.sourceforge.jp/オープンソースでGPLライセンスらしい.2004年12月現在でも,頻繁にパターンファイルは更新されている.…

valgrind

Valgrind 2.2.0: Memory Debugging and Profiling | Linux Journalメモリ関連の profiler.gtkベースのGUIを提供しており, メモリ利用率 範囲外アクセスの検出 メモリリークの検出 malloc/new/new と free/delete/delete の対応の確認 など必要そうな機能は…

Doxymacs

http://doxymacs.sourceforge.net/doxymacs を使うと emacs で doxygen 用のコメントを楽に書くことができる. 使い方 ~/.emacs などに以下のように記述. ;;; -- for doxymacs ;; sumomo-emacs, w3-emacs のRPMと ;; doxymacs.el などが必要 (require '…