memo.xight.org


2003-09-25 Thu

zsh 関連

- 各シェル比較表
  http://www2u.biglobe.ne.jp/~hsaka/docs/shell.html
- Introduction of the ZSH
  http://www.gentei.org/~yuuji/rec/pc/intro-zsh.html
- zshのある暮らし
  http://hiki.ex-machina.jp/zsh/
- zsh for the working researcher
  http://cl.aist-nara.ac.jp/student/daiti-m/text/zsh-intro.html
- Spreading Zsh Project - Z shell(zsh) へ乗り換えよう
  http://www.sol.cs.ritsumei.ac.jp/~sawaki/comp/zsh/
- tips for zsh -- zshの覚書
  http://www.ayu.ics.keio.ac.jp/members/mukai/tips/zsh.html
- Zsh ドキュメント和訳
  http://dengaku.org/naoki/zsh/
- Reference
  Sourceforge - Zsh
  http://zsh.sourceforge.net/

カテゴリ: [zsh]

東プレのキーボード `Realforce' シリーズにテンキーレスが登場

- USB モデルも出るとか
ND0100 (RealForce89) ND0100 (RealForce89) Realforce106(LAO200) RealForce91U Realforce89U
- Reference
  ITMedia:東プレの“あのキーボード”がテンキーレスで登場
  http://www.itmedia.co.jp/news/0309/22/nj00_topre_new.html
- via
  On the Bound - 2003-09-23
  http://cibicc.org/m/20030923.html#p04

カテゴリ: [Keyboard]

気になるスレッド

- UNIX - おれは操作ミスでこんな被害を出したぞ!
  http://pc.2ch.net/test/read.cgi/unix/1021905664/
- UNIX - 懺悔の部屋 (in UNIX板)
  http://pc.2ch.net/test/read.cgi/unix/1017223155/
- UNIX - 【へぇ】トリビアの泉@UNIX板【へぇ】
  http://pc.2ch.net/test/read.cgi/unix/1045381392/

カテゴリ: [2ch]

変数に値が設定されていなかったら値を設定する

- 問題例
  $name が設定されていなかったら $name='nobodyさん';

- 解答例1

$name ||= 'nobodyさん';

  ただし $name = 0; のときも $name = 'nobodyさん'; となってしまう罠

- 解答例2
$name = 'nobodyさん' unless defined $name;


- 自分なら
if (!(defined $name)){
	$name = 'nobodyさん';
}

- 結局 好みみたい.
- 参考
  2ch - WebProg板 - Perl コーディング初心者質問コーナー Part28 - 326
  http://pc2.2ch.net/test/read.cgi/php/1063562491/326
  2ch - WebProg板 - Perl コーディング初心者質問コーナー Part28 - 335
  http://pc2.2ch.net/test/read.cgi/php/1063562491/335

カテゴリ: [Perl]
2003-09 / 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-02-20 21:23
Copyright © 2005 xight.org All Rights Reserved.