«前の日(08-29) 最新 次の日(08-31)» 追記

Hena Hena Nikki

2003|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|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|10|11|12|
2012|01|02|03|04|05|06|07|08|10|12|
2013|01|02|04|06|

2003.08.30 / Saturday

* [computer/update] Riece ver.0.1.1

emacsen 上で動く多機能な IRC client (Liece の後継)。 約 1 週間ぶりの version up。

* [computer/update] MELON ver1.33

暗号化通信対応軽量 SMTP/POP3-Proxy サーバ for Windows。 約 3 ヶ月ぶりの version up。

* [computer] OpenSSL for Win32 on Mingw32/Cygwin

ssleay32.dll, libeay32.dll の作成方法を探していたら見つけた。 VC++ や Borland C++ による OpenSSL のインストールと一緒にメモ。

* [cd/dvd] みえないもの / 竹内めぐみ

9/18 発売。 参加アーティストが良さそうなのでちょっと興味が…。 デビュー・シングルはそれほど印象に残ってないのですが、今回はどうなるかな…。

* [computer][bookmark] Win32 OpenSSL

更にメモ。 こちらは使う予定ないですが…。

The Win32 OpenSSL Installation Project is an (unofficial) extension to the OpenSSL Project. The Win32 OpenSSL Installation Project is designed to provide the Windows OpenSSL community an installer-style version of OpenSSL.

* [computer/update] chalow ver.0.19

ChangeLog ファイルを HTML ファイルに変換して Web 日記にするツール。 約 3 週間ぶりの version up。

* [myself] F 見氏迎撃会

焼肉一番にて。 いつもの面子がいつも通り集まった。 美味しゅう・楽しゅうございました。 :D

塩ココロ最強。 …う、塩テッチャン忘れてた。 ;(

遂に F 見氏が論文出すらしい。 どんな内容なのかな。 ちょっと楽しみ。


2004.08.30 / Monday

* [computer/update] 風博士 ver.0.1.9

レンダリングに Gecko エンジンを利用した web browser。 もちろん 1 ヶ月ぶりの version up。

* [computer/update] Guile ver.1.7.1

定番の Scheme interpreter。 所謂人柱版。

* [computer/update] GNU Aspell ver.0.60

GNU な spell checher。 約半年ぶりの version up。

* [computer/update] Mew ver.4.0.68

emacsen な定番 mail user agent。 所謂人柱版。

* [computer/update] AUCTeX ver.11.53

定番の TeX 編集環境 for Emacsen。 約 10 日ぶりの version up。

* [computer/update] x-face-e21.el ver.0.128

Emacs21 向け X-Face 表示 tool。 約 1 ヶ月ぶりの version up。

* [computer/update] CoreVorbis ver.1.0

OggVorbis の再生をサポートする DirectShow フィルタ。

* [computer/update] FFDShow alpha 20040828

MPEG4 系ムービー形式である DivX, XviD などを快適に再生する DirectShow フィルタ。 所謂人柱版。

* [computer/update] Sleipnir ver.1.66

Windows 上で動く高機能なタブ型 web browser。 約 1 週間ぶりの version up。

* [computer/update] AFPL Ghostscript 8.31 Beta

PostScript 関連の tool 群。 所謂人柱版。

* [computer/update] Winamp ver.5.0.5

skin により見た目を変えられる多機能なメディア・プレーヤ for Windows。 約 1 ヶ月ぶりの version up。

* [computer/update] AVG Anti-Virus ver.6.0.745

無料で使える virus 対策 tool for Windows。

* [computer/update] Y.OzFont ver.9.02

美しいペン習字風 font。 約 10 日ぶりの version up。


2005.08.30 / Tuesday

* [computer/update] Becky! Internet Mail ver.2.22.02

Windows 定番の message user agent。

* [computer/update] VirtualDubMod ver.1.5.10.2

OGM や MKV 形式に対応した高機能な動画編集ツール for Windows。 かなり久々の version up。


2006.08.30 / Wednesday

* [computer/update] 風博士 ver.0.4.0

レンダリングに Gecko エンジンを利用した web browser。 1 ヶ月ぶりの version up。

* [computer/update] 鬼車 ver.4.4.1

複数の文字コードに対応した C の正規表現ライブラリ (BSD ライセンス)。

* [computer/update] TinyXml ver.2.5.1

シンプルで小さい DOM な XML パーサ。 約 7 ヶ月半ぶりの version up。

* [computer] GCC: -Weffc++ (C++ only)

g++ にはこんなオプションがあるそうだ。 知らんかった。 orz

Warn about violations of the following style guidelines from Scott Meyers' Effective C++ book:

  • Item 11: Define a copy constructor and an assignment operator for classes with dynamically allocated memory.
  • Item 12: Prefer initialization to assignment in constructors.
  • Item 14: Make destructors virtual in base classes.
  • Item 15: Have "operator=" return a reference to *this.
  • Item 23: Don't try to return a reference when you must return an object.

Also warn about violations of the following style guidelines from Scott Meyers' More Effective C++ book:

  • Item 6: Distinguish between prefix and postfix forms of increment and decrement operators.
  • Item 7: Never overload "&&", "||", or ",".

When selecting this option, be aware that the standard library headers do not obey all of these guidelines; use grep -v to filter out those warnings.


2007.08.30 / Thursday

* [computer/update] Gimp ver.2.4.0 RC1

非常に高機能な画像処理ツール。 人柱版。

* [computer/update] 風博士 ver.0.4.8

レンダリングに Gecko エンジンを利用した web browser。 約 3 ヶ月ぶりの version up。

* [computer/update] Sleipnir ver.2.5.17

Windows 上で動く高機能なタブ型 web browser。

* [miscellaneous] He who touches pitch will be defiled.

ダメ続きなのにはわけがあるらしい。 というか、当然の結果だろう。 …某所でいただいた回答でちょっと自信がついた。

* [computer] ややこしい?

#include <stdio.h>
#define LENGTH 1024
int main(void) { /* index */ size_t i, j;
/* array, pointer */ int single_array[LENGTH]; int double_array[2][LENGTH]; int* single_pointer; int (*double_pointer)[LENGTH];
/* initialize */ single_pointer = single_array; for (i = 0; i < LENGTH; ++i) { single_pointer[i] = i; } for (i = 0; i < 2; ++i) { single_pointer = double_array[i]; for (j = 0; j < LENGTH; ++j) { single_pointer[j] = i * LENGTH + j; } }
/* print */ double_pointer = double_array; printf("%d\n", **double_pointer); /* 0 */ printf("%d\n", **++double_pointer); /* 1024 */
return 0; }

これだと int* hoge より int *hoge の方が自然に見えるな…。


  • この日記には本日 名の方が訪問してくださっているようです。 また、昨日は 名の方が訪問してくださったようです。
  • この日記の更新情報の取得には antenna.lirs を利用するのがおすすめです。