Summary
1. 人生はそばのように細く長く生きるという意味で食べる説2. そばは切れやすいので,1年の苦労を切り捨てようとして食べる説
3. そばは風雨にさらされても日に当たるとすぐに立ち直る植物なのでそれにあやかろう説
関西ではうどんを食べる地方も
運を呼ぶ「うんどん」を食べて「太く長く」を願うReference
越前屋オンライン - 暮らしのミニ知識 - 年越しそばhttp://www.echizenya.co.jp/mini/colum/tosikosi.htm
偽になるもの | 例 |
boolean の false | false |
integer の 0 | 0 |
float の 0 | 0.0 |
空の文字列 | "" '' |
文字列の0 | "0" '0' |
ゼロを要素とする配列 | |
ゼロを要素とするオブジェクト | |
特別な値 NULL (値がセットされていない変数) |
### PHP 関数検索へのリンクプラグイン
# usage: {{php('関数名')}}
sub php {
my ($str) = @_;
my $prefix = q(http://www.php.net/search.php);
my $lang = q(ja);
# quickref : function list
# wholesite : whole site
# manual : online documentation [en]
# bugdb : bug database
# maillist : general mailing list
# devlist : developer mailing list
# phpdoc : documentation mailing list
my $show = q(quickref);
return qq(<a href="$prefix?lang=$lang&show=$show&pattern=$str" title="PHP Manual - $str">PHP Manual - $str</a>);
}
勝ちチーム | 576 本 |
負けチーム | 330 本 |
引き分け | 8 本 |
勝敗 | 本塁打 | 打席数 | ホームラン率 |
勝 | 576 本 | 15970 | 0.03607 |
負 | 330 本 | 14933 | 0.02210 |
2004年度パ・リーグ公式戦(引き分けを除く)から無作意に一試合を抽出し,これまた無作意にどちらかのチームを選ぶ.
さらにそのチームの攻撃から無作意に打席を選んだところ,結果はホームランであった。
この時,そのチームがその試合に勝っている確率は 約 62.0% である
野選 | 0.8080 |
犠飛 | 0.6806 |
敬遠 | 0.6267 |
本塁打 | 0.6201 |
犠打 | 0.6164 |
三塁打 | 0.5966 |
二塁打 | 0.5621 |
振り逃げ | 0.5549 |
失策 | 0.5435 |
死球 | 0.5429 |
単打 | 0.5410 |
四球 | 0.5407 |
併殺打 | 0.4881 |
三振 | 0.4692 |
ゴロ | 0.4633 |
フライ | 0.4623 |
ライナー | 0.4559 |
打撃妨害 | 0.3186 |
ポイント = (率 - 0.5) * 2
1.0 (必ず勝つ) なら +1,0.0 (必ず負ける) なら -1 という値がポイントとなる.
結果 | 率 | ポイント |
野選 | 0.8080 | + 0.6160 |
犠飛 | 0.6806 | + 0.3612 |
敬遠 | 0.6267 | + 0.2534 |
本塁打 | 0.6201 | + 0.2402 |
犠打 | 0.6164 | + 0.2328 |
三塁打 | 0.5966 | + 0.1932 |
二塁打 | 0.5621 | + 0.1242 |
振り逃げ | 0.5549 | + 0.1098 |
失策 | 0.5435 | + 0.0870 |
死球 | 0.5429 | + 0.0858 |
単打 | 0.5410 | + 0.0820 |
四球 | 0.5407 | + 0.0814 |
併殺打 | 0.4881 | - 0.0238 |
三振 | 0.4692 | - 0.0616 |
ゴロ | 0.4633 | - 0.0734 |
フライ | 0.4623 | - 0.0754 |
ライナー | 0.4559 | - 0.0882 |
打撃妨害 | 0.3186 | - 0.3628 |
チーム名 | 打者 | 投手 | 計 | 貯金 |
ダイエー | + 18.252 | + 9.208 | + 27.460 | + 25 |
西武 | + 3.554 | + 7.857 | + 11.412 | + 16 |
近鉄 | - 3.258 | + 3.816 | + 0.558 | - 9 |
日本ハム | + 2.296 | - 4.010 | - 1.714 | + 1 |
ロッテ | - 8.404 | + 4.989 | - 3.415 | 0 |
オリックス | - 2.371 | - 31.930 | - 34.300 | - 33 |
### Debian バイナリパッケージ検索へのリンク
# usage: {{debian('パッケージ名')}}
sub debian {
my ($str) = @_;
my $prefix = q(http://packages.debian.org);
return qq(<a href="$prefix/$str" title="Debian パッケージディレクトリ検索 (バイナリ) - $str">Debian パッケージディレクトリ検索 (バイナリ) - $str</a>);
}
### Debian ソースパッケージ検索へのリンク
# usage: {{debian_src('パッケージ名')}}
sub debian_src {
my ($str) = @_;
my $prefix = q(http://packages.debian.org);
return qq(<a href="$prefix/src:$str" title="Debian パッケージディレクトリ検索 (ソース) - $str">Debian パッケージディレクトリ検索 (ソース) - $str</a>);
}
### Debian パッケージ内容検索へのリンク
# usage: {{debian_search('keyword')}}
sub debian_search {
my ($str) = @_;
my $prefix = q(http://packages.debian.org/cgi-bin/search_contents.pl);
# $version は stable, testing, unstable で指定
my $version = q(all);
# $arch は 以下で指定.
# i386 : Intel x86
# m68k : Motorola 680x0
# alpha : Alpha
# sparc : SPARC
# powerpc : PowerPC
# arm : ARM
# hppa : HP PA/RISC
# ia64 : Intel IA-64
# mips : MIPS
# mipsel : MIPS (DEC)
# s390 : IBM S/390
# hurd-i386 : Hurd (i386)
my $arch = q(i386);
return qq(<a href="$prefix?word=$str&searchmode=searchfiles&version=$version&arch=$arch" title="Debian パッケージ内容検索 - $str">Debian パッケージ内容検索 - $str</a>);
}
住所 | 〒185-0012 東京都国分寺市本町4-12-4 1F |
Tel | 042-321-8956 |
住所 | 東京都国分寺市本町2-12-12 |
電話 | 042-323-8862 |
営業時間 | 12:00 - 24:00 |
最寄り駅 | 国分寺 |
BS2 | 毎週金曜日 | 24:00 - 24:30 (土曜日 00:00 - 00:30) |
BShi | 毎週日曜日 | 25:00 - 25:30 (月曜日 01:00 - 01:30) |
<input type="hidden" name="snoop" value="goaway" />
use strict;
use CGI qw(:standard);
if ($ENV{'REQUEST_METHOD'} eq "POST") {
my $data = param('snoop');
die unless ($data);
}
$ cvs -d :pserver:anoncvs@cvs-graphviz.research.att.com:/home/cvsroot login
password は "anoncvs"
$ cvs -d :pserver:anoncvs@cvs-graphviz.research.att.com:/home/cvsroot co graphviz
$ cd graphviz
- 東風フォントのインストール
# aptitude install ttf-kochi-gothic
- 日本語化のためのソース改変
gd/Makefile.in.orig
60行目
CFLAGS = @CFLAGS@
を
CFLAGS = @CFLAGS@ -DJISX0208 -DHAVE_ICONV -DHAVE_STDARG_H -DHAVE_ERRNO_H
dotneato/common/gdgen.c
565行目付近
else if (strcasecmp(fontbuf, "courier") == 0)
fontlist = "courier;Courier;COURIER;cour";
return fontlist;
を
else if (strcasecmp(fontbuf, "courier") == 0)
fontlist = "courier;Courier;COURIER;cour";
fontlist = "kochi-gothic";
return fontlist;
$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4 --output=aclocal.m4t
autoreconf: `aclocal.m4' is created
autoreconf: configure.ac: tracing
configure.ac:128: warning: AC_PROG_LEX invoked multiple times
autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded from...
aclocal.m4:7066: AM_PROG_LEX is expanded from...
configure.ac:128: the top level
autoreconf: running: libtoolize --copy --force
Putting files in AC_CONFIG_AUX_DIR, `config'.
autoreconf: `aclocal.m4' is unchanged
autoreconf: running: /usr/bin/autoconf --force
configure.ac:128: warning: AC_PROG_LEX invoked multiple times
autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded from...
aclocal.m4:7066: AM_PROG_LEX is expanded from...
configure.ac:128: the top level
configure.ac:46: error: possibly undefined macro: AC_DEFINE_UNQUOTED
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:235: error: possibly undefined macro: AC_MSG_WARN
autoreconf: /usr/bin/autoconf failed with exit status: 1
エラー
「Autoconf のドキュメントを見ろ.」か.
CVS じゃないほうでやってみる.
$ wget http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.0.tar.gz
$ tar xzvf graphviz-2.0.tar.gz
$ cd graphviz-2.0
- 日本語化のためのソース改変
gd/Makefile.in.orig
224行目
CFLAGS = @CFLAGS@
を
CFLAGS = @CFLAGS@ -DJISX0208 -DHAVE_ICONV -DHAVE_STDARG_H -DHAVE_ERRNO_H
dotneato/common/gdgen.c
565行目付近
else if (strcasecmp(fontbuf, "courier") == 0)
fontlist = "courier;Courier;COURIER;cour";
return fontlist;
を
else if (strcasecmp(fontbuf, "courier") == 0)
fontlist = "courier;Courier;COURIER;cour";
fontlist = "kochi-gothic";
return fontlist;
$ ./configure
$ make
Making all in lefty
make[2]: Entering directory `/home/yoshiki/src/graphviz-2.0/lefty'
Making all in ws
make[3]: Entering directory `/home/yoshiki/src/graphviz-2.0/lefty/ws'
Making all in x11
make[4]: Entering directory `/home/yoshiki/src/graphviz-2.0/lefty/ws/x11'
Making all in libfilereq
make[5]: Entering directory `/home/yoshiki/src/graphviz-2.0/lefty/ws/x11/libfilereq'
if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/X11R6/include -I/usr/local/include -O2 -Wall -MT Dir.lo -MD -MP -MF ".deps/Dir.Tpo" -c -o Dir.lo Dir.c; \
then mv -f ".deps/Dir.Tpo" ".deps/Dir.Plo"; else rm -f ".deps/Dir.Tpo"; exit 1; fi
mkdir -p .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/X11R6/include -I/usr/local/include -O2 -Wall -MT Dir.lo -MD -MP -MF .deps/Dir.Tpo -c Dir.c -fPIC -DPIC -o .libs/Dir.o
In file included from Dir.c:56:
SFinternal.h:50:26: X11/Xaw/Text.h: No such file or directory
SFinternal.h:51:31: X11/Xaw/AsciiText.h: No such file or directory
In file included from Dir.c:56:
SFinternal.h:108: error: parse error before "SFtextPos"
SFinternal.h:108: warning: type defaults to `int' in declaration of `SFtextPos'
SFinternal.h:108: warning: data definition has no type or storage class
make[5]: *** [Dir.lo] エラー 1
make[5]: Leaving directory `/home/yoshiki/src/graphviz-2.0/lefty/ws/x11/libfilereq'
make[4]: *** [all-recursive] エラー 1
make[4]: Leaving directory `/home/yoshiki/src/graphviz-2.0/lefty/ws/x11'
make[3]: *** [all-recursive] エラー 1
make[3]: Leaving directory `/home/yoshiki/src/graphviz-2.0/lefty/ws'
make[2]: *** [all-recursive] エラー 1
make[2]: Leaving directory `/home/yoshiki/src/graphviz-2.0/lefty'
make[1]: *** [all-recursive] エラー 1
make[1]: Leaving directory `/home/yoshiki/src/graphviz-2.0'
make: *** [all] エラー 2
Text.h と AsciiText.h が無いためにエラー
$ auto-apt search xaw
usr/X11R6/include/X11/Xaw/Text.h libdevel/libxaw7-dev
usr/X11R6/include/X11/Xaw/AsciiText.h libdevel/libxaw7-dev
ibxaw7-dev というパッケージに発見
# aptitude install libxaw7-dev
$ make
make[3]: Entering directory `/home/yoshiki/src/graphviz-2.0/lefty'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lefty/ws/x11 -I../lefty/os/unix -I../lefty/dot2l -I/usr/local/include -DLEFTYPATH=\"/usr/local/share/graphviz/lefty\" -DHAVEDOT -I/usr/X11R6/include -O2 -Wall -MT code.o -MD -MP -MF ".deps/code.Tpo" -c -o code.o code.c; \
then mv -f ".deps/code.Tpo" ".deps/code.Po"; else rm -f ".deps/code.Tpo"; exit 1; fi
中略
mkdir -p .libs
gcc -DLEFTYPATH=\"/usr/local/share/graphviz/lefty\" -DHAVEDOT -I/usr/X11R6/include -O2 -Wall -o lefty code.o common.o display.o exec.o g.o gfxview.o internal.o lefty.o lex.o mem.o parse.o str.o tbl.o txtview.o -L/usr/local/lib ../lefty/dot2l/.libs/libdot2l.a ../lefty/ws/x11/.libs/libws.a ../lefty/ws/x11/libfilereq/.libs/libfilereq.a ../lefty/os/unix/.libs/libos.a -L/usr/X11R6/lib -lSM -lICE -lXpm -lXt -lXmu -lXext -lX11 -lm
../lefty/ws/x11/.libs/libws.a(gbutton.o)(.text+0x1f7): In function `.L8':
: undefined reference to `commandWidgetClass'
../lefty/ws/x11/.libs/libws.a(glabel.o)(.text+0x1be): In function `.L8':
: undefined reference to `labelWidgetClass'
../lefty/ws/x11/.libs/libws.a(gmenu.o)(.text+0x59): In function `GMcreatewidget':
: undefined reference to `simpleMenuWidgetClass'
../lefty/ws/x11/.libs/libws.a(gmenu.o)(.text+0x278): In function `GMmenuaddentries':
: undefined reference to `smeBSBObjectClass'
../lefty/ws/x11/.libs/libws.a(gquery.o)(.text+0x15e): In function `GQcreatewidget':
: undefined reference to `dialogWidgetClass'
../lefty/ws/x11/.libs/libws.a(gquery.o)(.text+0x1a9): In function `GQcreatewidget':
: undefined reference to `XawDialogAddButton'
../lefty/ws/x11/.libs/libws.a(gquery.o)(.text+0x1cd): In function `GQcreatewidget':
: undefined reference to `XawDialogAddButton'
../lefty/ws/x11/.libs/libws.a(gquery.o)(.text+0x30b): In function `GQcreatewidget':
: undefined reference to `dialogWidgetClass'
../lefty/ws/x11/.libs/libws.a(gquery.o)(.text+0x9b2): In function `GQqueryask':
: undefined reference to `XawDialogGetValueString'
../lefty/ws/x11/.libs/libws.a(gquery.o)(.text+0xaf2): In function `GQqueryask':
: undefined reference to `commandWidgetClass'
../lefty/ws/x11/.libs/libws.a(gscroll.o)(.text+0x1b1): In function `.L8':
: undefined reference to `viewportWidgetClass'
../lefty/ws/x11/.libs/libws.a(gscroll.o)(.text+0x907): In function `.L56':
: undefined reference to `XawViewportSetCoordinates'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0x22c): In function `.L8':
: undefined reference to `asciiTextWidgetClass'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0x2af): In function `.L8':
: undefined reference to `XawTextSetSelectionArray'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0x85d): In function `.L82':
: undefined reference to `XawTextSetInsertionPoint'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0x86b): In function `.L82':
: undefined reference to `XawTextGetInsertionPoint'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0x8a3): In function `.L82':
: undefined reference to `FMT8BIT'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0x8c8): In function `.L82':
: undefined reference to `XawTextReplace'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0x8d6): In function `.L82':
: undefined reference to `XawTextGetInsertionPoint'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0x915): In function `.L82':
: undefined reference to `XawTextReplace'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0xd23): In function `.L124':
: undefined reference to `XawTextGetSource'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0xd32): In function `.L124':
: undefined reference to `FMT8BIT'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0xd63): In function `.L124':
: undefined reference to `XawTextSourceRead'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0xe36): In function `.L132':
: undefined reference to `XawTextGetSource'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0xe54): In function `.L132':
: undefined reference to `XawTextGetSelectionPos'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0xe61): In function `.L132':
: undefined reference to `FMT8BIT'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0xe93): In function `.L132':
: undefined reference to `XawTextSourceRead'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0x10cf): In function `Gtweolaction':
: undefined reference to `XawTextGetInsertionPoint'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0x10dc): In function `Gtweolaction':
: undefined reference to `XawTextGetSource'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0x10f1): In function `Gtweolaction':
: undefined reference to `FMT8BIT'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0x111e): In function `Gtweolaction':
: undefined reference to `XawTextSourceSearch'
../lefty/ws/x11/.libs/libws.a(gtext.o)(.text+0x1195): In function `Gtweolaction':
: undefined reference to `XawTextSourceRead'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(SelFile.o)(.text+0x239): In function `SFcreateWidgets':
: undefined reference to `formWidgetClass'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(SelFile.o)(.text+0x324): In function `SFcreateWidgets':
: undefined reference to `labelWidgetClass'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(SelFile.o)(.text+0x6dc): In function `SFcreateWidgets':
: undefined reference to `asciiTextWidgetClass'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(SelFile.o)(.text+0x841): In function `SFcreateWidgets':
: undefined reference to `scrollbarWidgetClass'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(SelFile.o)(.text+0x100e): In function `SFcreateWidgets':
: undefined reference to `commandWidgetClass'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(SelFile.o)(.text+0x1803): In function `SFtextChanged':
: undefined reference to `XawTextGetInsertionPoint'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(SelFile.o)(.text+0x188e): In function `SFtextChanged':
: undefined reference to `XawTextGetInsertionPoint'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(Draw.o)(.text+0x3c8): In function `SFclearList':
: undefined reference to `XawScrollbarSetThumb'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(Draw.o)(.text+0x420): In function `SFclearList':
: undefined reference to `XawScrollbarSetThumb'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(Draw.o)(.text+0x45a): In function `SFclearList':
: undefined reference to `XawScrollbarSetThumb'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(Draw.o)(.text+0x595): In function `SFdeleteEntry':
: undefined reference to `XawScrollbarSetThumb'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(Draw.o)(.text+0xdaa): In function `SFscrollTimer':
: undefined reference to `XawScrollbarSetThumb'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(Draw.o)(.text+0x151b): more undefined references to `XawScrollbarSetThumb' follow
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(Draw.o)(.text+0x17c1): In function `SFpathSliderMovedCallback':
: undefined reference to `XawTextSetInsertionPoint'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(Draw.o)(.text+0x1890): In function `SFpathAreaSelectedCallback':
: undefined reference to `XawScrollbarSetThumb'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(Path.o)(.text+0xc73): In function `SFupdatePath':
: undefined reference to `XawScrollbarSetThumb'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(Path.o)(.text+0x1097): In function `SFsetText':
: undefined reference to `FMT8BIT'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(Path.o)(.text+0x10c8): In function `SFsetText':
: undefined reference to `XawTextReplace'
../lefty/ws/x11/libfilereq/.libs/libfilereq.a(Path.o)(.text+0x10de): In function `SFsetText':
: undefined reference to `XawTextSetInsertionPoint'
collect2: ld returned 1 exit status
make[3]: *** [lefty] エラー 1
make[3]: Leaving directory `/home/yoshiki/src/graphviz-2.0/lefty'
make[2]: *** [all-recursive] エラー 1
make[2]: Leaving directory `/home/yoshiki/src/graphviz-2.0/lefty'
make[1]: *** [all-recursive] エラー 1
make[1]: Leaving directory `/home/yoshiki/src/graphviz-2.0'
make: *** [all] エラー 2
# apt-get source graphviz
- 日本語化のためのソース改変
configure
DEFAULT_FONTPATH="/usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf";
を
DEFAULT_FONTPATH="/usr/share/fonts/truetype/kochi:/usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf";
gd/Makefile.in
135行目
CFLAGS = @CFLAGS@
を
CFLAGS = @CFLAGS@ -DJISX0208 -DHAVE_ICONV -DHAVE_STDARG_H -DHAVE_ERRNO_H
dotneato/common/gdgen.c
435行目付近
#ifdef HAVE_GD_FONTCONFIG
return font;
#else
を
#ifdef HAVE_GD_FONTCONFIG
font = "kochi-gothic";
return font;
#else
489行目付近
else if (strcasecmp(fontbuf, "courier") == 0)
fontlist = "courier;Courier;COURIER;cour";
return fontlist;
を
else if (strcasecmp(fontbuf, "courier") == 0)
fontlist = "courier;Courier;COURIER;cour";
fontlist = "kochi-gothic";
return fontlist;
$ ./configure
$ make
# make install
# aptitude install libwebrick-ruby libstrscan-ruby
SourceForge.jp のCVSリポジトリから最新版を取得
$ cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/wema login
$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/wema co wema
pages ディレクトリを作成.(適切なパーミッションを設定すること.)
$ cd wema
$ mkdir pages
Something New | 新しい生活の象徴 | 新しい人生において幸運と成功の象徴. |
Something Old | 祖先から受け継いだ富の象徴 | 花嫁と家族の繋がり,これまでの思い出の象徴.新しい人生と家族を繋ぐ役割を意味. |
Something Borrow | 幸せの象徴 | 借りたものは隣人愛の象徴.隣人からの幸運を分けてもらい幸せを共有するという意味. |
Something Blue | 花嫁の純潔の象徴 | 忠実,信頼,清らかさ,幸せの象徴.欧米で聖母マリアのシンボルカラー.花嫁を幸せにする色. |
旨味成分 | 代表的な食物 |
グアニル酸 | きのこ |
グルタミン酸 | 昆布 |
イノシン酸 | 鰹節 |
<ul>
<li>
<ul>
<a href="#">スイッチ</a>
</ul>
</li>
</ul>
<blockquote>下がって行くブロック<blockquote>
<div>下がって行くブロック</div>
<pre>下がって行くブロック</pre>
a:hover, a:active{
border-bottom : 1px solid;
}
li{
padding-top : 1px;
padding-bottom : 1px;
}
p, div, blockquote, pre{
position : relative;
}
s="IyBUaGFua3MgZm9yIGxvb2tpbmcgYXQgbXkgY29kZ
S4KIwojIENvcHlyaWdodCAoQykgMjAwMiAgQ2hyaXN0a
WFuI E 5 l d Wtpc
mNoZ W 4 gP G N obmV
1a2l y Y 2hlb k B nbWF
pbC5 j b 20+CiM K I yBUa
GlzI H Byb2dyYW 0 gaXM
gZnJ l Z SBzb2Z0d2F y Z Tsge
W91I G NhbiByZWRpc3 R yaWJ
1dGU g aXQgYW5kL29yCi M g bW9k
aWZ5 I Gl0IHVuZGVyIHRoZ S B0ZX
Jtcy B vZiB0aGUgR05VIEdlb m VyYW
wgUH V ibGljIExpY 2 Vuc2
UuCg p T VERPVVQuc3lu Y y A9IH
RydW U KZDEsIGQyID0gM C 4xNS
wgMC 4 wNgpzID0gIk1lcnJ 5 IGNo
cmlz d G1hcywgLi4uIGFuZCB h IGhh
cHB5 I G5ldyB5ZWFyIgptID0gJ X d7LC
AuID ogISArICogMCBPIEB9CnUg P SAiI
CIgK i BzLnNpemUKCnByaW50ICJcci A gI3t
1fVx y IjsKCigwLi4ocy5z a XplL
TEpK S 50b19hLnNvcnRfYnkg e yByY
W5kI H 0uZWFjaCB7IHxyfAogIH N sZWV
wIGQ x CiAgbmV4dCBpZiBzW3JdID 0 9ICI
gIls wXQogIG0uZWFjaCB7IHxrfAo gICA
gdVt y XSA9IGsKICAgIHByaW50ICIgIC N 7dX1
cciI KICAgIHNsZWVwIGQyCiAgfQogIHV bcl0
gPSB zW3JdCiAgcHJpbnQgIiAgI3t1fVxyI g p9Cg
pzbG VlcCBkMgpwcmludCAiICAje3V9IVxyI jsKc
2xlZ X A gMwpwc m l udCA
iICA j e3V9IS A g LS1j
aHJp c z JcbiI7 C g ojIG
ZpbG x lciBzc G F jZSA
jIyM j I yMjIyM j I yMjI
yMjI y M j I yMjI
yMK";eval s.delete!(" \n").unpack("m*")[0]##
### Copyright (C) 2004 Christian Neukirchen
Line | 40121 (行) |
Entry | 3057 (エントリ) |
File size | 1393961 (byte) |
住所 | 東京都豊島区西池袋1-11-1 メトロポリタンプラザ8F |
電話 | 03-5954-8290 |
営業時間 | 11:00 - 22:30 |
定休日 | 無休 |
### MapFanへのリンク
# usage: {{mapfan('東京都○○区○町00-0')}}
sub mapfan {
my ($str) = @_;
my $prefix = q(http://www.mapfan.com/index.cgi);
my $enc = $str;
$enc =~ s/([^0-9a-z_ ])/'%'.unpack('H2', $1)/gei;
$enc =~ s/\s/+/g;
return qq(<a href="$prefix?ADDR=$enc" title="Map Fan - $str">Map Fan - $str</a>);
}
### MapFanへのスポット名検索リンク
# usage: {{mapfan_search('スポット名')}}
sub mapfan_search {
my ($str) = @_;
my $prefix = q(http://www.mapfan.com/keywordsrch.cgi);
my $enc = $str;
$enc =~ s/([^0-9a-z_ ])/'%'.unpack('H2', $1)/gei;
$enc =~ s/\s/+/g;
return qq(<a href="$prefix?SRCHKIND=SRCH_NAME&PARAM=$enc" title="Map Fan - スポット名検索 - $str">Map Fan - $str</a>);
}
### MapionBBへのリンク
# usage: {{mapion('東京都○○区○町00-0')}}
sub mapion {
my ($str) = @_;
my $prefix = q(http://www.mapion.co.jp/c/f);
my $enc = $str;
$enc =~ s/([^0-9a-z_ ])/'%'.unpack('H2', $1)/gei;
$enc =~ s/\s/+/g;
return qq(<a href="$prefix?uc=7&grp=MapionBB&find=$enc" title="Mapion BB - $str">Mapion BB - $str</a>);
}
### MapionBBへのランドマーク検索リンク
# usage: {{mapion_search('ランドマーク')}}
sub mapion_search {
my ($str) = @_;
my $prefix = q(http://www.mapion.co.jp/c/f);
my $enc = $str;
$enc =~ s/([^0-9a-z_ ])/'%'.unpack('H2', $1)/gei;
$enc =~ s/\s/+/g;
return qq(<a href="$prefix?uc=12&grp=MapionBB&find=$enc" title="Mapion BB - ランドマーク検索 - $str">Mapion BB - $str</a>);
}
営業時間 | 11:30 - 19:45 |
住所 | 東京都小平市学園西町1-26-25 |
Tel | 042-342-2929 |
定休日 | 月曜日 |
中国麺 | 800円 |
麺菜スペシャル | 1500円 |
なにや特選 | 1000円 |
メンマ麺 | 800円 |
ザーサイ麺 | 800円 |
ワカメ麺 | 700円 |
住所 | 東京都小平市小川東町1-22-15 ブリヂストンマーケット内 |
Tel | 042-344-8465 |
営業時間 | 11:30 - 26:00 |
定休日 | 日曜日 |
種類 | 麺の太さ | 替え玉の有無 | ダシの濃さ | 備考 |
長浜ラーメン | 細め | 有 | 比較的薄め | 中洲の屋台ラーメンが基本 |
博多ラーメン | 太め | 基本的に有 | 濃い目 | 福岡市とその周辺のラーメン |
それ以外 | 極太 | 基本的に無 | 極濃 | 久留米以南のラーメン. |
<dc:subject>カテゴリ1</dc:subject>
<dc:subject>カテゴリ2</dc:subject>
<dc:subject>
<rdf:Bag>
<rdf:li>カテゴリ1</rdf:li>
<rdf:li>カテゴリ2</rdf:li>
</rdf:Bag>
</dc:subject>
<dc:subject>カテゴリ1,カテゴリ2</dc:subject>
少なくとも一つは解釈してくれるだろうから安全だと思う
らしい.
Bytes | Encoding Form |
00 00 FE FF | UTF-32, big-endian |
FF FE 00 00 | UTF-32, little-endian |
FE FF | UTF-16, big-endian |
FF FE | UTF-16, little-endian |
EF BB BF | UTF-8 |
高級言語とコードジェネレータの間をつなぐ言語
- Reference
C-- Home
http://www.cminusminus.org/
Your PDF document uses CJK (Chinese/Japanese/Korean) characters.
You need to install FPDFCJK.BIN file in your Foxit Reader folder, otherwise sometimes
some of those CJK characters can't be displayes correctly.
You can download that file from http://www.foxitsoftware.com/pdf/rd_intro.php
という警告がでたら,Foxit PDF Reader for Windows - Eastern Asian Language Support から fpdfcjk.bin をダウンロードして Foxit PDF Reader と同じフォルダに置く.
ウィキペディアをはじめとしたウィキメディア のプロジェクト群に関するウィキ
共同作業によってあらゆる言語の単語の意味,語源,発音を収集した辞書を作るプロジェクト
無料でオープンコンテントな参考書や教科書の作成を目的として活動
あらゆる言語におけることわざや格言などを集めて公開するプロジェクト
パブリックドメインあるいはGFDL下で公開されているあらゆる言語の原文を収録する場所
全てのウィキメディアプロジェクトで使用される全生物の分類を供給することを主な目的としています
名前 | 太さ | 麺の固さ |
白玉 | 細麺 | やわ・普通・かた・バリかた・ハリガネ・粉落とし |
赤玉 | 細麺 | やわ・普通・かた・バリかた・ハリガネ・粉落とし |
太玉 | 太麺 | やわ・普通・かた |
住所 | 東京都国分寺市本多1-1-21 |
最寄り駅 | 国分寺 |
11:30 - 15:00 | 替え玉サービス (白玉・赤玉) |
夕方 (時間不明) | 学生替え玉サービス (白玉・赤玉) |
「劇中では」と書いてあるので,IBM->HAL説が間違いだということは載っていないと思います
ASCII番外地というサイトによると,
筑波大学教授の星野力氏の ロボットにつけるクスリ—誤解だらけのコンピュータサイエンス で以下のように言及しているらしい.
この映画にでてくるコンピュータHAL9000(Heuristically-programmed ALgorithmic computerの略.発見的計算手法によるコンピュータ,とでも訳しておく)は,
IBMの各文字を一文字ずつ前へずらしたという俗説が流れているが,事実は違う.
HAL伝説—2001年コンピュータの夢と現実 を読んでみてね.
という内容らしい.
HAL伝説—2001年コンピュータの夢と現実 を読んでいない上,引用元のWebサイトの信憑性も分からない.
さらに引用の引用なので事実関係と信憑性は不透明.
MECARD:N:名前(姓),名前(名);SOUND:半角カナ読み(姓),半角カナ読み(名);TEL:電話番号;EMAIL:メールアドレス;NOTE:メモ;;
MEMORY:
NAME1:名前
NAME2:半角カナ読み
MAIL1:メールアドレス1
MAIL2:メールアドレス2
MAIL3:メールアドレス3
TEL1:電話番号1
TEL2:電話番号2
TEL3:電話番号3
MEMORY:
NAME1:名前
NAME2:半角カナ読み
MAIL1:メールアドレス1
MAIL2:メールアドレス2
MAIL3:メールアドレス3
TEL1:電話番号1
TEL2:電話番号2
TEL3:電話番号3
ADD:住所
<a
href="http://feedmeter.net/detail.php?r=http%3A%2F%2Fmemo.xight.org%2Frss.xml"
target="_feedmeter"
>
<img
src="http://feedmeter.net/image.php?r=http%3A%2F%2Fmemo.xight.org%2Frss.xml"
width="60"
height="36"
alt="RSS feed meter for http://memo.xight.org/"
/>
</a>
ビール | 4.5 - 6.0 |
日本酒 | 15.0 - 16.0 |
ワイン | 11.0 - 13.0 |
ウィスキー | 37.0 - 43.0 |
焼酎 | 20.0 - 25.0 |
チューハイ | 3.0 - 6.0 |
$ ./googleplot
/usr/local/lib/site_ruby/1.8/mingplot.rb:12:in `require': No such file to load -- iconv (LoadError)
from /usr/local/lib/site_ruby/1.8/mingplot.rb:12
from /usr/local/lib/site_ruby/1.8/googleplot.rb:12:in `require'
from /usr/local/lib/site_ruby/1.8/googleplot.rb:12
from /usr/local/bin/googleplot:13:in `require'
from /usr/local/bin/googleplot:13
時間が来たので保留.
※編集中
最大HP | 440 |
最大MP | 27 |
攻撃力 | 230 |
守備力 | 220 |
すばやさ | 100 |
経験値 | 0 |
ゴールド | 0 |
ヒーリング能力 | なし |
宝箱 | ひのきのぼう |
使用呪文 | ベホマ・ラリホー・バギクロス |
<rdf:RDF
xmlns="http://purl.org/rss/1.0/"
xmlns:image="http://purl.org/rss/1.0/modules/image/"
>
...
<image rdf:about="http://example.com/rss_logo.png">
<title>Title</title>
<link>http://example.com/</link>
<url>http://example.com/rss_logo.png</url>
</image>
sendRPCDone(
frameElement, "入力語",
new Array(
"第1候補語",
"第2候補語",
"第3候補語",
"第4候補語",
"第5候補語",
"第6候補語",
"第7候補語",
"第8候補語",
"第9候補語",
"第10候補語"
),
new Array(
"第1候補結果数",
"第2候補結果数",
"第3候補結果数",
"第4候補結果数",
"第5候補結果数",
"第6候補結果数",
"第7候補結果数",
"第8候補結果数",
"第9候補結果数",
"第10候補結果数"
),
new Array("")
);
携帯電話からの利用に主眼を置いたWikiクローン
携帯電話特有のブラウザ環境に合わせた形での操作をメインに考え,整形ルールや画面操作などを作っていきます
- Reference
SourceForge.jp - MoWiki
http://sourceforge.jp/projects/mowiki/
SourceForge.jp - MoWiki
http://mowiki.sourceforge.jp/
30 | 1byte文字の数字のゼロ |
4F | 1byte文字のアルファベット大文字オー |
6F | 1byte文字のアルファベット小文字オー |
01-03 | 日本語の読点 |
01-12 | 半濁点 |
01-75 | 度記号 |
01-27 | 漢数字のゼロ |
01-91 | 記号のマル |
02-94 | 合成用マル |
03-16 | 2byte文字の数字のゼロ |
03-47 | 2byte文字のアルファベット大文字オー |
03-79 | 2byte文字のアルファベット小文字オー |
06-15 | ギリシャ文字のオミクロン大文字 |
06-47 | ギリシャ文字のオミクロン小文字 |
07-16 | キリル文字のOの大文字 |
07-64 | キリル文字のOの小文字 |
スライス | 集計項目と軸とを結び付けて表を作成し,集計値を参照する操作. |
ダイス | スライス時に指定する軸を入れ替えて,集計軸の異なる様々な表を表示する操作. |
ドリルダウン | 集計項目ごとのデータ集計レベルを変更して,階層の異なる集計値を参照すること. |
1 | 多次元的概念ビュー | Multidimensional Conceptual View |
2 | 透過性 | Transparency |
3 | アクセシビリティ | Accessibility |
4 | 一貫したレポーティングの性能 | Consistant Reporting Performance |
5 | クライアント / サーバ・アーキテクチャ | Cliant/Server Architecture |
6 | 次元の一般性 | Generic Dimensionality |
7 | 動的スパース行列処理 | Dynamic Sparse Matrix Handling |
8 | マルチユーザーのサポート | Multiuser Support |
9 | 制約のない次元間の演算処理 | Unrestricted Cross-Dimensional Operations |
10 | 直感的データ操作 | Intuitive Data Manipulation |
11 | 柔軟性のあるレポーティング | Flexible Reporting |
12 | 制限のない次元や集約レベル | Unlimited Dimensions and Aggregation Levels |
Collision vulnerabilities in MD5 Checksums - It is possible to create different executables which have the same md5 hash.
The attacks remain limited, for now.
The attack allows blocks in the checksumm'd file to be swapped out for other blocks without changing the final hash.
This is an excellent vector for malicious developers to get unsafe code past a group of auditors,
perhaps to acquire a required third party signature. Alternatively, build tools themselves could be compromised
to embed safe versions of dangerous payloads in each build. A tool to demonstrate these vulnerabilities is available here.
- Reference
Doxpara Research - 2004-12-06
http://www.doxpara.com/
packet storm - md5_someday.pdf
http://packetstormsecurity.org/filedesc/md5_someday.pdf.html
:helptags .vim/doc
4. .vimrc の編集
以下を追加
if has("autocmd")
autocmd BufNewFile,Bufread *.php,*.php3,*.php4 set keywordprg="help"
endif
5. 関数名の上で K を入力することでヘルプを閲覧可能.
http://xbel.i-know.jp/(I know. のID)/
XBELファイルのURL (全体を一つのフォルダに入れたXBEL)
http://xbel.i-know.jp/(I know. のID)/?folder=1
会社名 | 利用時間 | 料金 | 料金の説明 | 待ち合わせ | 出発までの所要時間 |
コムスン 介護タクシーサービス | 4 時間 | 6052円 | 詳細な説明有り | 10分前に到着 | 10分 |
サンベスト山手ケアセンター | 4 時間 | 21400円 | 無し | 5分遅刻 | 25分 |
住所 | 東京都板橋区大和町23-2 |
定休日 | 火曜日 |
営業時間 | 18:30 - 03:00 (日曜・祝日は 02:00 まで) |
javascript:
var url=location.href;
var title=document.title;
var link ='[['+title + '|'+url+']]';
var x = prompt('',link);
### PEAR Moduleの検索リンク
# usage: {{pear_search('pkg_name')}}
sub pear_search {
my ($word) = @_;
my $prefix = q(http://pear.php.net/package-search.php);
return qq(<a href="$prefix?pkg_name=$word" title="PEAR Search - $word">$word</a>);
}