2005-06-01から1ヶ月間の記事一覧

binutils

http://www.linux.or.jp/JF/JFdocs/LFS-BOOK/appendixa/binutils.html addr2line はプログラムアドレスをファイル名と行番号に翻訳します。アドレスと実行ファイルの名前が与えられると、それは実行ファイルの中のデバッグ情報を使ってどのソースファイルと…

あしたやること

読む http://www.cue.im.dendai.ac.jp/~masuda/mvc/index.html http://www-6.ibm.com/jp/servers/aix/developer/special/java/st01.html http://www.jac-net.com/~tarzan/smalltalkers/mvc/mvc.html

あした

リンクに加える http://www.expertmg.co.jp/html/cti/vctips/

distccでコンパイル時間を削減する

distcc で分散コンパイルしよう http://www-6.ibm.com/jp/developerworks/linux/040716/j_l-distcc.html

Ruby を組み込んだ UNIX 用2画面ファイラ the Minnu's filer2

http://daisuke530221jp.dip.jp/~daisuke/

あしたやること

CTreeCtrl を継承して iterator を持ったクラスを作れないか。 CModel で CModelObject をわたっていく iterator を作れないか。明日読む http://www.ncfreak.com/asato/doc/pattern.html

Free Library Links

Lib

http://www.thefreecountry.com/sourcecode/cpp.shtml

諸君 私はviが好きだ

http://www.wakhok.ac.jp/~sumi/recent/2002/hellsing.txt

.NETマルチスレッド・プログラミング入門

http://www.atmarkit.co.jp/fdotnet/mthread/mthread01/mthread01_01.html

FFTW

Lib

Fastest Fourier Transform in the West。おそらく現状で最速のFFT実装。

mySVM

Lib

SVM (Support Vector Machine) ライブラリ。 http://www-ai.cs.uni-dortmund.de/SOFTWARE/MYSVM/index.html

Blitz++

Lib

高速な数値計算ライブラリ。ベクトル・行列計算など。

Xerces-C++

Lib

C++によるXMLパーサ。

wxWidgets

Lib

クロスプラットフォームなUI構築が可能なライブラリ。

ACE

Lib

ADAPTIVE Communication Environment。ネットワーク&並列ライブラリ。

parsecfg

Lib

設定ファイルを読み込み、その内容を変数に格納するライブラリ http://www.vector.co.jp/soft/unix/prog/se099824.html

Formula Library

Lib

変数や括弧付きの数式の計算を手軽にするためのC/C++ライブラリ (ソースのみ) http://www.vector.co.jp/soft/unix/prog/se214395.html

FreeCol - An Open Source implementation of Colonization

面白そう。 http://www.happypenguin.org/show?FreeCol

プログラマー極限状態

http://www.geocities.co.jp/Technopolis/2736/tech/kyokugen.htm

Cygwin でヘルプを起動するシェルスクリプト

~/hlp にヘルプファイルへのシンボリックリンクをいれとく #!/bin/bash query=$1 found=`ls ~/hlp | grep -i --max-count=1 ^$query` if [ -z $found ]; then echo "No help for" $query else cygstart $found fi

あしたやること

やねうらお氏の掲示板ブックマーク http://www.mtakahashi.com/ fps変更機能C#入門 http://www.ne.jp/asahi/nami/mei/cpp2cs.html http://www-ise2.ise.eng.osaka-u.ac.jp/~iwanaga/programming/csharp/index.html#specification ダウンロードしておこう htt…

名翻訳者

福崎俊博 岩谷宏 吉川邦夫(?)

行数比較

Mona OS Ver.0.2.2 5万行 Linux 2.6 500万行以上 Windows 2000 2700万行以上

レンダラ デバッグ環境

http://lucille.sourceforge.net/blog/archives/000125.html

xdocdiff

TortoiseSVNでWord, Excel, PowerPoint, pdfのdiffを見れるようにするツール http://freemind.s57.xrea.com/xdocdiff/

ブックマーク

FreeBSD & Linux で MMX/SSE http://www.wakayama-u.ac.jp/~kato/program/mmx/ adasさん http://adas.lolipop.jp/digit/index.php

synergy

一台のマウスとキーボードで、LANでつながっている複数のMacとWinを操作できちゃう、というソフトなのだ。 http://homepage.mac.com/makion/iblog/C463992368/E221415285/

gcc でコンパイルしたファイルと GPL の関係

http://www.denpa.org/~go/denpa/200506/from21.html#22_1

VC の pragma

http://lamoo.s53.xrea.com/diary/diary2003b.html #pragma once インクルードガード。#ifndef XXX #define XXX ... #endif と同じ効果。 ガード用マクロ名が被ることがなく、ヘッダのトップに書いておくだけでOK。 #pragma warning(disable:N) ... #pragma …

evi

なんていう vi エミュレーションモード for Emacs もあったらしい。 http://www.informatik.uni-hamburg.de/RZ/software/emacs/evi/evi_toc.html