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

XMLgawk

XML を処理するための awk らしい。 http://home.vrweb.de/~juergen.kahrs/gawk/XML/

AutoHotKey

これはマスターする価値ありそう。 http://lukewarm.s101.xrea.com/

デスマーチについて

http://iwatam-server.dyndns.org/software/devintro/deathmarch/deathmarch/

C++統合開発環境DevC++

http://www.gesource.jp/programming/etc/wxwidgets/

デバッグコンソールを作るクラス

int n = 10; CDebugConsole::GetInstance ().Printf ("n は %d です。", n);// DebugConsole.h #ifndef __DEBUGCONSOLE__H #define __DEBUGCONSOLE__H #include <windows.h> #include <stdarg.h> #ifdef __cplusplus #ifdef DEBUGCONSOLE #define __DBGINLINE #else //DEBUGCONSOL</stdarg.h></windows.h>…

DispatchMessageやらPreTranslateMessageやらの説明

http://hp.vector.co.jp/authors/VA023539/tips/window/002.htm>> MSG msg; while ( ::GetMessage(&msg,NULL,0,0) ) { ::TranslateMessage(&msg); ::DispatchMessage(&msg); }これが基本で、たまにちょっと追加することがあります。 まず、GetMessageで、キ…

Ruby exerb で作った exe のパスを実行時に取得する

http://lists.sourceforge.jp/mailman/archives/exerb-developer/2003-September/thread.html#378

wcd

ファイル名の一部だけを指定して cd するコマンド。複数候補が見つかった場合は選択できる。 http://www.xs4all.nl/~waterlan/ Cygwin バイナリあり。 wcd.exe を ~/bin にコピー、.bashrc に function wcd { ~/bin/wcd.exe $* . ~/bin/wcd.go }と書いておく…

kcd

コンソールでツリーを表示して cd するコマンド http://kcd.sourceforge.net/Cygwin では --enable-wide-chars をつけるとビルドできなかった。ncurses がワイド文字に対応していない? ./configure --with-included-gettext Makefile に -lintl を付け足し…

treehh STL互換のツリー操作ライブラリ

Lib

http://chasen.org/~taku/blog/archives/2005/10/treehh_1.html http://www.aei.mpg.de/~peekas/tree/