Reference
SciDAC 2008: Vis Nighthttps://hpcrd.lbl.gov/SciDAC08/files/vis-night.html
SciDAC
http://www.scidac.gov/aboutSD.html
via
「科学を視覚化」動画の優秀作品10選 | WIRED VISIONhttp://wiredvision.jp/news/200908/2009083123.html
住所 | 東京都渋谷区道玄坂2-10-12 (日本唐揚協会) 新太宗ビル3号館 5F |
電話番号 | 03-5456-4709 |
info@karaage.ne.jp |
#395156 Change table name for date formats from 'date_format' to 'date_formats' because 'date_format' is reserved word in some dbs.
date_formatはDBでの予約語である可能性があるため、
テーブル名をdate_formatsに変更したとのこと。
######################
# itms へのリンク
# usage: {{itms('app_name','software_id')}}
sub itms {
my ($app,$id) = @_;
my $prefix = q(itms://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=);
return qq(<a href="$prefix$id">$app</a>);
}
### Google Mapsの埋め込み
# usage: {{embed_google_maps('住所 (店名など)')}}
sub embed_google_maps {
my ($str) = @_;
my $prefix = q(http://maps.google.co.jp/maps?q=);
my $enc = URI::Escape::uri_escape(Jcode->new($str)->utf8);
my $width = 600;
my $height = 400;
return qq(<iframe width="$width" height="$height" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="$prefix$enc&output=embed"></iframe>);
}
sub embed_maps {embed_google_maps(@_)}
サイズ | 名称 | 推奨する最大ファイルサイズ | 推奨するアニメーションの長さ |
300 x 250 IMU | Medium Rectangle | 40k byte | 15 秒 |
250 x 250 IMU | Square Pop-Up | 40k byte | 15 秒 |
240 x 400 IMU | Vertical Rectangle | 40k byte | 15 秒 |
336 x 280 IMU | Large Rectangle | 40k byte | 15 秒 |
180 x 150 IMU | Rectangle | 40k byte | 15 秒 |
300 x 100 IMU | 3:1 Rectangle | 40k byte | 15 秒 |
720 x 300 IMU | Pop-Under | 40k byte | 15 秒 |
サイズ | 名称 | 推奨する最大ファイルサイズ | 推奨するアニメーションの長さ |
468 x 60 IMU | Full Banner | 40k byte | 15 秒 |
234 x 60 IMU | Half Banner | 30k byte | 15 秒 |
88 x 31 IMU | Micro Bar | 10k byte | 15 秒 |
120 x 90 IMU | Button 1 | 20k byte | 15 秒 |
120 x 60 IMU | Button 2 | 20k byte | 15 秒 |
120 x 240 IMU | Vertical Banner | 30k byte | 15 秒 |
125 x 125 IMU | Square Button | 30k byte | 15 秒 |
728 x 90 IMU | Leaderboard | 40k byte | 15 秒 |
サイズ | 名称 | 推奨する最大ファイルサイズ | 推奨するアニメーションの長さ |
160 x 600 IMU | Wide Skyscraper | 40k byte | 15 秒 |
120 x 600 IMU | Skyscraper | 40k byte | 15 秒 |
300 x 600 IMU | Half Page Ad | 40k byte | 15 秒 |
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"RegisteredOwner"="使用者 個人名"
"RegisteredOrganization"="使用者 組織名"
"ProductId"="プロダクトID"
regsvr32 %windir%\system32\netshell.dll
regsvr32 %windir%\system32\ole32.dll
/* overwrite quotecollapse default */
blockquote[type="cite"] {
background-image: none !important;
height: auto !important;
overflow: visible !important;
}
/* reinstate for level 1 and above: */
BODY.mailview blockquote[type="cite"] blockquote[type="cite"] {
background-image: url("chrome://quotecollapse/skin/twisty-clsd.png") !important;
background-repeat: no-repeat !important;
background-position: top left !important;
height: 2ex !important;
padding-bottom: 0px !important;
overflow: -moz-hidden-unscrollable !important;
}
BODY.mailview blockquote[type="cite"] blockquote[type="cite"][qctoggled="true"] {
background-image: url("chrome://quotecollapse/skin/twisty-open.png") !important;
background-repeat: no-repeat !important;
background-position: top left !important;
height: auto !important;
overflow: visible !important;
}
/* overwrite quotecollapse default */
blockquote[type="cite"] {
background-image: none !important;
height: auto !important;
overflow: visible !important;
}
/* reinstate for level 2 and above: */
BODY.mailview blockquote[type="cite"] blockquote[type="cite"] blockquote[type="cite"] {
background-image: url("chrome://quotecollapse/skin/twisty-clsd.png") !important;
background-repeat: no-repeat !important;
background-position: top left !important;
height: 2ex !important;
padding-bottom: 0px !important;
overflow: -moz-hidden-unscrollable !important;
}
BODY.mailview blockquote[type="cite"] blockquote[type="cite"] blockquote[type="cite"][qctoggled="true"] {
background-image: url("chrome://quotecollapse/skin/twisty-open.png") !important;
background-repeat: no-repeat !important;
background-position: top left !important;
height: auto !important;
overflow: visible !important;
}