memo.xight.org


2004-06-11 Fri

RealMotion Typography

- Reference
  RealMotion Typography001
  http://www.generative.info/works/p5/rmtype2/
- via
  www.textfile.org - RealMotionTypography001
  http://www.hyuki.com/tf/20040530000020.html

カテゴリ: [Art]

ばかにはよめないブログ

- 当然
  読めましたけどね.
- Reference
  ばかにはよめないブログ
  http://s03.2log.net/home/bakayome/
- via
  TricksteR - 2004-06-09
  http://the-trickster.com/news/news_200406.html#09

カテゴリ: [ネタ]

わるものデータベース

- Summary
  芸能人・有名人の犯罪歴
- Reference
  芸能人・有名人の犯罪歴「わるものデータベース」
  http://www.geocities.co.jp/Hollywood-Kouen/2029/
- via
  TricksteR - 2004-06-11
  http://the-trickster.com/news/news_200406.html#14

カテゴリ: [ネタ]

スーパー戦隊百科

- Reference
  スーパー戦隊ネット - スーパー戦隊百科
  http://www.super-sentai.net/sentai/
- via
  TricksteR - 2004-06-11
  http://the-trickster.com/news/news_200406.html#14

カテゴリ: [ネタ]

一般ユーザでnetstatが使用できない

- 問題

$ /usr/bin/netstat
ip open: Permission denied
can't open mib stream: Bad file number

  rootなら問題無し.
- 原因
  /devices/pseudo/ip6@0:ip6
  /devices/pseudo/ip@0:ip
  のパーミッションがおかしい

$ ls -la /devices/pseudo/ip@0:ip /devices/pseudo/ip6@0:ip6
crw-rw---- 1 root sys 143, 1 Mar 20 03:32 /devices/pseudo/ip6@0:ip6
crw-rw---- 1 root sys 3, 0 Mar 20 03:32 /devices/pseudo/ip@0:ip

- 対処法
  /devices/pseudo/ip@0:ip
  /devices/pseudo/ip6@0:ip6
  のパーミッションを変更する.

# chmod o+rw /devices/pseudo/ip@0:ip /devices/pseudo/ip6@0:ip6

- Reference
  Usenet News Archive - uwo.ccs.changes/2002.Aug - 1
  http://www.uwo.ca/its/doc/news-archives/uwo.ccs.changes/2002.Aug/1
  Sun Managers (2001/06) - 00154
  http://aa11.cjb.net/sun_managers/2001/06/msg00154.html

カテゴリ: [Solaris]

連想配列の走査

- キーでソート

foreach $key (sort(keys %hash)) {
	print "$key => $hash{$key}\n";
}


- キーでソート (逆順)
foreach $key (sort {$b cmp $a} keys %hash){
	print "$key => $hash{$key}\n";
}


- 値 (数値) でソート (昇順)
foreach $key (sort { $hash{$a} <=> $hash{$b} } keys %hash) {
	print "$key => $hash{$key}\n";
};


- 値 (文字列) でソート (昇順)
foreach $key (sort { $hash{$a} cmp $hash{$b} } keys %hash) {
	print "$key => $hash{$key}\n";
};


- 値 (数値) でソート (降順)
foreach $key (sort { $hash{$b} <=> $hash{$a} } keys %hash) {
	print "$key => $hash{$key}\n";
};



- 値 (文字列) でソート (降順)
foreach $key (sort { $hash{$b} cmp $hash{$a} } keys %hash) {
	print "$key => $hash{$key}\n";
};

カテゴリ: [Perl]

Finding Nemo - ファインディング・ニモ

- Summary
  カクレクマノミのマーリンの息子ニモがダイバーに捕まってしまった.
  マーリンがニモを探しに旅に出る.
  海が凄く綺麗.
Amazon - DVD: ファインディング・ニモ
- Reference
DVD: ファインディング・ニモ

カテゴリ: [映画]
内部リンク: [2004-12-31-6]

三浦折り

- Summary
  紙を超コンパクトに折る方法
  この折り方が発明されたことによって,宇宙ステーションに太陽電池を輸送することが可能になった.
  名前の由来は発明者.東京大学の三浦教授によって発明された.
三浦折り
- Reference
  宇宙ステーションを可能にした日本の技術
  http://fish.miracle.ne.jp/kame-m/miuraori.htm
  三浦折りの折り方
  http://fish.miracle.ne.jp/kame-m/miuraorikata1.htm
  hirax.net - ミウラ折りの落書き紙
  http://www.hirax.net/dekirukana5/miura/

カテゴリ: [生活]
2004-06 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-12-02 10:52
Copyright © 2005 xight.org All Rights Reserved.