更新取得には、LIRSをご利用下さい。
ruby-1.7系で使われている乱数生成法らしい。
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 は、X11 上で動く ASCII Art アニメーションソフトです。 Gikot は 2ちゃんねるの ASCII Art (以下AA) をアニメーションさせるために 作られました。 目的はおもにエンターテインメントですが、他のソフトウエアと連携させる ことでデスクトップ上に置いた AA にメール着信や その他のさまざまな情報を知らせることも可能です。 また、自分でアニメーションを拡張することができます。 通信プロトコルには CORBA を使っています。
CORBAか…面白そう。
LC2002で使われた資料の一部が公開されている。 手元にないものをチェキしとこうっと。
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.
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でプログラム書くときに使うことにしよう。
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などには基本的にファイルを置かない方がいいらしい。 必要なら管理者がリンクを張るなどして対処するという話。
うーん結構この動作だと不便な気がするんですがどうなんでしょ? まぁ規格原理主義者(ぉぃ)としては従いますが。