memo.xight.org


2004-02-16 Mon

Highway Pursuit

- Summary
  Spy Hunter の3D版
  すごく綺麗.
  Highway Pursuit - Title ScreenHighway Pursuit - The open road lies aheadHighway Pursuit - Driving through the urban section of the game
  Highway Pursuit - Treacherous road conditionsHighway Pursuit - Getting busier -- and watch for the helicopter!
- Reference
  adamdawes.com - Highway Pursuit
  http://www.adamdawes.com/windows/win_hpursuit.html

カテゴリ: [Game]
内部リンク: [2004-12-31-2] [2004-03-07-5]

うまい棒年表

- 注目
  納豆味 : 1993年,1996年 - 1999年
- そして2003年復活!!!!
  http://www.yaokin.com/top/natto/
- 生産
  一日140万本,月に3500万本生産
  http://www.yaokin.com/faq/anser/a7.html
- Reference
  うまい棒年表
  http://www.yaokin.com/siryoukan/nenpyou.html
  うまい棒同盟
  http://kawamoto.cool.ne.jp/

カテゴリ: [ネタ]

ドイツ人のための日本語講座

- 例
  Gibt es Currywurst auch als Sushi?
  カレーソセージ は すし に も して いる の.
- 例2
  Schiedsrichter, ich wei?, wo Dein Auto steht?
  レフェリーさん,あなたの車はどこの駐車場にあるか矢っているよ.
  (おどし文句?)
- Reference
  Sport1
  http://original.sport1.de/coremedia/generator/www.sport1.de/Events/WM_202002/Magazin/Berichte/Hintergrund/fuba_20wm2002_20mag_20japanisch_20deutsch_20lexikon_20mel.html
- via
  小鳥 - ドイツ人のための日本語講座
  http://coolsummer.typepad.com/kotori/2004/02/post_13.html

カテゴリ: [ネタ]

専門用語自動抽出システム

- TermExtract
  http://gensen.dl.itc.u-tokyo.ac.jp/termextract.html
- termex
  http://gensen.dl.itc.u-tokyo.ac.jp/win.html
- Reference
  ”専門用語 (キーワード) 自動抽出システム”のページ
  http://gensen.dl.itc.u-tokyo.ac.jp/

カテゴリ: [情報検索]
内部リンク: [2004-12-31-2]

XML_RSS

- XML_RSSパッケージのインストール

# pear install xml_rss


- サンプル

<?php
	require_once("XML/RSS.php");
	$rss =& new XML_RSS("http://www.pat.hi-ho.ne.jp/dimension/home.rss");
	$rss->parse();
	echo "<ul>\n";
	foreach ($rss->getItems() as $item) {
		echo "<li><a href=\"" . $item['link'] . "\">" .
		mb_convert_encoding($item['title'],
		mb_internal_encoding(), 'auto') .
		"</a></li>\n";
	}
	echo "</ul>\n";
?>


- Reference
XML_RSS

  Do You PHP? - PEARのXML_RSSでRSSしてみる
  http://www.pat.hi-ho.ne.jp/dimension/sample/sample_xml_pear_rss.shtml

カテゴリ: [PHP][RSS]

MagpieRSS

- Summary
  PHPで使えるRSSパーサー
- サンプル

<?php
	require_once 'rss_fetch.inc';
	$url = 'http://www.hyuki.com/yukiwiki/wiki.cgi?RssPage';
	$rss = fetch_rss($url);
	$title = $rss->channel['title'];
	$title = mb_convert_encoding($title, "SJIS", "auto");
	echo "<h2>$title</h2>\n";
	echo "<ul>\n";
	foreach ($rss->items as $item ) {
		$title = $item[title];
		$title = mb_convert_encoding($title, "SJIS", "auto");
		$url   = $item[link];
		echo "<li><a href=\"$url\">$title</a></li>\n";
	}
	echo "</ul>\n";
?>

- Reference
  YukiWiki - MagpieRSS
  http://www.hyuki.com/yukiwiki/wiki.cgi?MagpieRSS

カテゴリ: [PHP][RSS]
2004-02 / 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

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-02-20 21:23
Copyright © 2005 xight.org All Rights Reserved.