1960-01-04から1日間の記事一覧

find -prune

$ find . -iname '*.cpp' -o -iname '*.c' -o -iname '*.h' ./Projects/fooWin32/fooWin32/fooWin32.cpp ./Projects/fooWin32/fooWin32/fooWin32.h ./Projects/fooWin32/fooWin32/Resource.h ./Projects/fooWin32/fooWin32/stdafx.cpp ./Projects/fooWin32/f…

Win32開発

Windows SDKをインストール Visual Studio側でライブラリやインクルードフォルダのパスを設定 「ツール」→「オプション」→「プロジェクトおよびソリューション」→「ディレクトリを表示するプロジェクト」 「実行可能ファイル」、「インクルードファイル」、…

c++でsuper

tmp

http://finlay.pro.tok2.com/index.php?C%2FC%2B%2B%A4%C7java%A4%CEsuper%A4%F2 なるほど

デスクトップ転送プロトコル

RDP ICA PCoIP - Citrix Xen VMware VMwareViewer/ESX - realvnc zeroremote:画面描画が機敏。ただしプロトコルは何を使っているか未調査。セキュリティが心配

一般ユーザでmountできるようにする

http://www.momonga-linux.org/docs/Removable-HOWTO/ja/mount_by_user.html デバイス名は固定にしなくてはならないのだろうか。PCを起動してから最初に挿されるUSBフラッシュメモリは、 俺の環境だとsdb1になるから # mount -t auto -o user,noauto,rw /dev…

TODO: git

githubの使い方をまとめたエントリー(github使い方まとめ - bugfix)を 嬉しいことに、こちらで参考にしていただいた。 雲雀は高く空を舞い - ひよこの会 ふ 2009/11/18 01:51 "git fetch origin :" は間違いではありませんが古風ですね。現代のgitなら、単に…

tmp

Arch Linux 今度入れよう GitHub - lich0x2b/barewm: BareWM - A minimal window manager タイル型のウィンドウマネージャ(フルスクリーンタイプ) The Traditional Vi Viのソース 基本は『三段構成』――今さら聞けないビジネスメールの書き方 - はてなニュ…

元windowsドライブをlinuxでmountするときのオプション

$ # mount -t ntfs -o utf8,user,rw,uid=500,gid=500 /dev/partition /path/to/dir uid gid などはご自由に。 sambaでアクセスできるディレクトリにmountしておくと、便利。 uidとgidをsambaでアクセスできるユーザのものにしておかないとディレクトリが開け…

poファイル

man bashより。 --dump-po-strings Equivalent to -D, but the output is in the GNU gettext po (portable object) file format.portable objectの略称らしい。 poというディレクトリについて 'GNU gettext' bashでは echo $"ERROR"とかやるとロケールによ…

bookmark: pythonとCの連携とか。

プログラマが楽しく読めるLink集 Vol.1 - 紺屋高尾 google:viaweb wikipedia:単純ベイズ分類器 http://www.python.jp/doc/nightly/api/

ウィルスチェック/ウィルス対策

ClamAV (Clam Antivir) F-Spot ウイルス&スパム対策(Amavisd-new + ClamAV/F-Prot + Spamassassin) 新米Linuxユーザーへの一言アドバイス――アンチウイルスソフトは不要です - ITmedia エンタープライズ この考えは正しいのか?

Header V3 DSA signature: NOKEY, key ID

zypper upでこんなん出てくる。 GPG keyが無いと言われてるのだろうか。 http://pc11.2ch.net/test/read.cgi/linux/1259099273/352 [ Linux ] SUSE Linux Part 25352 名前:login:Penguin [sage]: 2010/01/23(土) 19:04:48 id:E5Tr/Ud/ zypper upすると、何…

gitのファイルをエクスポート(svnのエクスポートみたいなもの)

tmp

http://stackoverflow.com/questions/160608/how-to-do-a-git-export-like-svn-export

modelineの中でfencを設定してはいけない

ファイルをバッファに読み込み BufRead/BufReadPostイベント発生 モードライン読み込み バッファがウィンドウに表示 BufWinEnterイベント発生 参考 :help autocmd.txt Vim の modeline で fileencoding を設定すべからず: まじかんと雑記

boost/diff

google:qnx C++ template thisポインタ google:qnx コンパイラ http://d.hatena.ne.jp/faith_and_brave/20110315/1300169972 http://gihyo.jp/dev/column/01/prog/2011/diff_sd200906 http://www.02.246.ne.jp/~torutk/cxx/codingstandard/mystandard.html

yast wagonとか

opensuse使ってる人のサイトが増えてくれると嬉しいなー google:yast wagon http://en.opensuse.org/Wagon http://red456.blog5.fc2.com/blog-category-31.html http://ja.opensuse.org/Upgrade/Supported http://ja.opensuse.org/Zypper/Usage/11.1 `foo-br…

fedora12の2.6.3x系で起動できないという話

Common F12 bugs - Fedora Project Wiki Fedora12の公式バグ 知人が新しいkernel(2.6.3x)でbootできないと言っていたけど、どれのことだろうか The Bugme-janitors September 2009 Archive by thread 14211 – Kernel hangs on Compaq Evo N800c with ACPI en…

トライ木

wikipedia:トライ木 キーが文字列である連想配列の実装構造として使われる。