Summary
最大64人対戦可能なチーム戦主体のSF 3D-STGReference
Sierra Tribes 2 - Team Combat on an Epic Scalehttp://tribes2.sierra.com/
Tribal Nation
http://bbf.s11.xrea.com:8080/modules/news/
CD-Key取得方法
http://triber.fc2web.com/cdkey.html
- 00:00-01:00 Develop
- 01:00-07:00 Sleep
- 07:00-07:30 Bath
- 07:30-08:00 Meal - Breakfast
.
.
.
- 23:00-24:00 Drink
RestrictAnonymous | 備考 |
0 | 制限なし.既定のアクセス許可に依存 |
1 | セキュリティ アカウント マネージャ (SAM) のアカウントおよび名前の列挙は許可されない |
2 | 明示的な匿名のアクセス許可なしではアクセスできません (Windows NT 4.0 では利用不可) |
・ダウンレベル メンバ ワークステーションまたはサーバーは,Netlogon のセキュリティで保護されたチャネルをセットアップできません.
・信頼する側のドメインのダウンレベル ドメイン コントローラは,Netlogon のセキュリティで保護されたチャネルをセットアップできません.
・Microsoft Windows NT ユーザーは,パスワードの有効期限が切れた後にパスワードを変更できません.また,Macintosh ユーザーはパスワードをまったく変更できません.
・ブラウザ サービスは,レジストリ値 RestrictAnonymous が 2 に設定されているコンピュータで実行されているバックアップ ブラウザ,マスタ ブラウザ,またはドメイン マスタ ブラウザから,ドメインの一覧またはサーバーの一覧を取得できません.この結果,ブラウザ サービスに依存しているすべてのプログラムは正常に機能しません.
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\
操作しないでWWWなどの情報にふれることのできる環境型アプリケーション
「眺めるインタフェース」の一つの実装.
<object width="412" height="200">
<param name="movie" value="http://xight.chatango.com/flash/mini.swf" />
<param name="bgcolor" value="#666666" />
<object data="http://xight.chatango.com/flash/mini.swf" width="412" height="200" type="application/x-shockwave-flash"></object>
</object><br />
<img src="http://xight.chatango.com/i?5" alt=" " />
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?0" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?1" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?2" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?3" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?4" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?5" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?6" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?7" /></a>
# aptitude install dh-make-perl
$ dh-make-perl --build --cpan Template::Extract
- インストール
# dpkg -i libtemplate-extract-perl
### プラグイン名
# usage: {{example_plugin('arg1','arg2','arg3', [...] )}}
sub example_plugin {
my ($arg1,$arg2,$arg3) = @_;
my $prefix = q(http://www.example.com);
my $suffix = q();
my $ret = qq($prefix/$suffix);
# 処理
return $ret;
}
### CPAN Moduleの検索リンク
# usage: {{cpan_search('Keyword','mode')}}
# mode : all - Search in All
# dist - Search in Distributions
# module - Search in Modules (default)
# author - Search in Author
sub cpan_search {
my ($word,$mode) = @_;
my $prefix = q(http://search.cpan.org/search);
if ($mode ne 'all' && $mode ne 'dist' && $mode ne 'author' && $mode ne 'module'){
$mode = q(all);
}
return qq(<a href="$prefix?m=$mode&q=$word" title="CPAN Search - $word">$word</a>);
}
sub cpan{cpan_search(@_)}