個人的にメモっているだけのページです。 お役に立てなくて申し訳
http://www4.justnet.ne.jp/~negi/size.html http://www.springer-ny.com/detail.tpl?cart=10251597126662902&ISBN=0387121722UNIX => Windows % perl -pe 's/\n/\r\n/' unixfile > winfile UNIX => Macintosh % perl -pe 's/\n/\r/' unixfile > macfile Win => UNIX % perl -pe 's/\r\n/\n/' winfile > unixfile Windows => Macintosh % perl -pe 's/\r\n/\r/' winfile > macfile Macintosh => UNIX % perl -pe 's/\r/\n/g' macfile > unixfile Macintosh => Windows % perl -pe 's/\r/\r\n/g' macfile > winfile perl -MCPAN -e shell 33333 は実の所、9040。 差は24293。 XC cat textfile | perl -e 'foreach(<STDIN>){s/%([0-9a-f][0-9a-f])/pack("C",hex($1))/egi; print;}' | less file * | grep "JPEG image data" | sed 's/:.*//' | xargs display -delay 2 -geometry 30% nkf -e 5-1.tex > 5-1d.tex EUCにできます。(cf. -s -j) 133.41.165.104が65. 133.41.165.140は1 ambientとdiffence(?)を1.0にすればすべてを跳ね返すのです。 それは、アルファチャンネルを作るときにも応用できます。 k キロ 2^10=1024 (千ぐらい) M メガ 2^20=1048576 (百万ぐらい) G ギガ 2^30=1073741824 (十億ぐらい) T テラ 2^40=1099511627776 (一兆ぐらい) P ペタ 2^50=1125899906842624 (千兆ぐらい) E エクサ 2^60=1152921504606846976 (百京ぐらい) Z ゼッタ 2^70=1180591620717411303424 (十垓ぐらい) Y ヨッタ 2^80=1208925819614629174706176 (1 禾弟ぐらい) [alpha gcc] 19.342u 0.200s 0:19.54 100.0% 0+0k 0+0io 81pf+0w [alpha ccc] 18.965u 0.205s 0:19.17 99.9% 0+0k 0+0io 83pf+0w [pentium4 gcc] 13.570u 0.030s 0:13.59 100.0% 0+0k 0+0io 98pf+0w 13.650u 0.030s 0:13.68 100.0% 0+0k 0+0io 98pf+0w [pentium4 2GHz, gcc, pvm 8 machines] 151 sec (speed: x3.76) [pentium4 2GHz, gcc, 1 machine] 568 sec foreach f ( 01 02 03 04 05 06 07 08 09 10 11 12 13 14) wget http://www20.freeweb.ne.jp/art/imai-k/bz0$f.htm cat bz0$f.htm | grep EMBED | perl -pe 's/.*EMBED SRC="(.*?)".*/$1/' | xargs wget end なんつって wget -r -A .jpg,.png -nd http://home.hiroshima-u.ac.jp/nyoho/ なんちゃって。 wget -r -np URL finger @finger.kernel.org とかいって primitive twisted generalized feedback shift register sequenceってなに rpm -Uvh nan-yara.src.rpm rpmbuild --target=i686 -bb SPECS/nan-yara.spec [hpn3] netstat -a | grep LISTEN setenv TERM vt100 echo "*VT100*EightBitInput: false" >> /usr/X11R6/lib/X11/ja/app-defaults/KTerm ln -s /usr/src/linux/include/asm-generic /usr/include/asm-generic cd /usr/src/linux/include ; ln -s asm-i386 asm http://linux2ch.bbzone.net/index.php?%5B%5B%B1%D1%B8%EC%5D%5D 死ぬ程すごい: http://www.ne.jp/asahi/tetsu/toybox/best10/kiroku1.htm キーボードマクロ 開始: C-x ( キーボードマクロ 終了: C-x ) キーボードマクロ 実行: C-x e 65537 回次のことを繰り返し: C-u 65537 (次) EPSON のプリンタで総務省の年賀状のインクジェット紙の用紙設定は「PMマット紙」とする. [折り返し] python -c "import time; print time.asctime(time.localtime(2 ** 30))" [折り返し] perl -e 'print localtime(2 ** 30) . "\n"' [運命の日] perl -e 'print localtime(2 ** 31-1) . "\n"' type: LPD server:ipaddr printer:PORT1 printer driver: PostScript Printer driver option: no no yes yes yes ja_JP Not capable convert to ps level 2 a4 printer default http://hawaii.aist-nara.ac.jp/~shige-o/cgi-bin/wiki/wiki.cgi?%C6%FE%CC%E7%BC%D4%B8%FE%A4%B1%B2%F2%C0%E2 convert source.jpg -mattecolor #000000 -frame 1x1 borderedimage.jpg \usepackage[colorlinks=true, pdfpagemode=FullScreen]{hyperref} \setpapersize[landscape]{A5} [Command + L] --- entering full screen mode on Adobe Reader mew でどんどん引用: 本文で C-c C-y emacs C-x r k くけいかっと C-x r c くけいこぴー? C-x r o くけいスペース挿入 C-x r y くけいやんく C-x r t くけい置換 [gnome2 で背景変更] gconftool-2 --type=string -s /desktop/gnome/background/picture_filename /home/user/hogehoge.png mew でリージョンをソート: C-u S mew でリージョンを外部プログラム hoge でマーク: C-u " hoge Scirus http://www.scirus.com/srsapp/ CC=icc CFLAGS="-O3 -xW -tpp7 -static -I/opt/intel/compiler80/include" ./configure --prefix=/home/.../local multiply: bad, divide: good CC=icc CFLAGS="-O3 -xW -tpp7 -I/opt/intel/compiler80/include" ./configure --prefix=/home/.../local multiply: good, divide: ng fdisk /dev/sda mkfs.ext3 /dev/sda1 mkswap /dev/sda2 mount /dev/sda1 /MountedVolume tar cpf - `cat copylist` | tar xpf - -C /MountedVolume cd /MountedVolume mkdir mnt mkdir mnt/home ln -s mnt/home home emacs -nw etc/fstab boot/grub/device.map boot/grub/grub.conf grub-install /dev/sda e2label /dev/sda1 hogehoge reboot modprobe snd-serial-u16550 port=0x3f8 irq=4 で シリアル MIDI になるかもしれないしならないかもしれない rsync -avz -e ssh . hostname:path で ssh で . 以下を hostname:path にすっかり同期。タイムスタンプもあう ホームへ戻れますはっさく
168 cm = 5.5446194 フィート = 0.0010501173 マイル 74.5 kg = 164.24439 米ポンド 摂氏 36 度 = 華氏 96.8 度