トップ «前の日記(2002/11/23) 最新 次の日記(2002/11/27)»

dellin's tDiary

2001|05|06|07|08|10|11|12|
2002|01|02|03|04|05|06|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|
2006|06|07|08|
2007|05|

更新取得には、LIRSをご利用下さい。


2002/11/26 [長年日記]

_ 参照元失念…すんません

Mersenne Twister Home Page

ruby-1.7系で使われている乱数生成法らしい。

SkyOS

SkyOS is an operating system for x86 PC’s. As required for a modern

operating system it supports features like multiprocessor support
(SMP), virtual memory, memory protection, multitasking and threading
etc. Additionally SkyOS has a built-in GUI system named SkyGI.
All features of the OS will be explained later in detail.

いつか使って見ようっと。

Gikot

Gikot は、X11 上で動く ASCII Art アニメーションソフトです。 Gikot は 2ちゃんねるの ASCII Art (以下AA) をアニメーションさせるために 作られました。 目的はおもにエンターテインメントですが、他のソフトウエアと連携させる ことでデスクトップ上に置いた AA にメール着信や その他のさまざまな情報を知らせることも可能です。 また、自分でアニメーションを拡張することができます。 通信プロトコルには CORBA を使っています。

CORBAか…面白そう。

Linux Conference 2002 プログラム一覧

LC2002で使われた資料の一部が公開されている。 手元にないものをチェキしとこうっと。

_ 関心リスト

Resource Hacker

Resource Hacker(TM) is a freeware utility to view, modify, rename,

add, delete and extract resources in 32bit Windows executables and
resource files (*.res). It incorporates an internal resource script
compiler and decompiler and works on Win95, Win98, WinME, WinNT,
Win2000 and WinXP operating systems.

Cygwin FAQ by 2chより。

Vstr library

This is a string library, it's designed so you can work optimally
with readv()/writev() for input/output. This means that, for
instance, you can readv() data to the end of the string and writev()
data from the begining of the string without having to allocate or
move memory. It also means that the library is completely happy with
data that has multiple zero bytes in it.

Yendotより。 自分でCでプログラム書くときに使うことにしよう。

_ Apache-2.0.43-layout

LinuxWorld誌2003/1号を見てトライ。

% ./configure --enable-layout=opt
 --enable-mods-shared="deflate ssl suexec most" --prefix=/opt/apache2
% make
% make DESTDIR=/var/tmp/apache2 install

でうまく配置されることを確認。

手元の私家版apache2を近々暇な時に再パッケージングすることにしよう。

ついでに Filesystem Hierarchy Standard - 3.12 /opt : Add-on application software packages を読みかえすと、/opt/binなどには基本的にファイルを置かない方がいいらしい。 必要なら管理者がリンクを張るなどして対処するという話。

うーん結構この動作だと不便な気がするんですがどうなんでしょ? まぁ規格原理主義者(ぉぃ)としては従いますが。

[TrackBack URL: tb.rb/20021126]