<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/0.72" -->
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Channel J Comments</title>
	<link>http://jomura.net/wp/index.php</link>
	<description>電脳硬化症気味な日記です。まとまった情報は &lt;a href=&quot;http://jomura.net/wiki/&quot; style=&quot;font-size:120%;&quot;&gt;wiki&lt;/a&gt; にあります。</description>
	<dc:language>ja</dc:language>
	<dc:creator>kaz&#64;jomu&#114;a.&#110;&#101;t</dc:creator>
	<dc:rights>Copyright 2010</dc:rights>
	<dc:date>2010-07-30T10:51:20</dc:date>
	<admin:generatorAgent rdf:resource="http://wordpress.org/?v=0.72"/>
	<admin:errorReportsTo rdf:resource="mailto:&#107;&#97;z&#64;&#106;&#111;&#109;&#117;&#114;a&#46;&#110;et"/>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
	<image>
		<url>http://jomura.net/archive/2008/logo-custom.png</url>
		<title>Channel J</title>
		<link>http://jomura.net/wp/index.php</link>
	</image>

	<item rdf:about="http://jomura.net/wp/index.php?p=1757">
		<title>by: じょもら</title>
		<link>http://jomura.net/wp/index.php?p=1757#comments</link>
		<dc:date>2010-07-28T02:27:21</dc:date>
		<guid isPermaLink="false">1493:1757@http://jomura.net/wp/index.php</guid>
					<description>	　おぉっ！ とても短く洗練されてますね！
　Math.round()するときに、処理系最大有効桁数で丸めれば良いってことですね、なるほど。桁数算出処理も短いコードで素晴らしい！
　恐縮ながら、想定どおりの結果が出力されることを確認しました。コード量が少ないこちらの方が、実利用するには格段に良いですね。勉強させて頂きありがとうございます。(mathHelper.js)

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1757">
		<title>by: </title>
		<link>http://jomura.net/wp/index.php?p=1757#comments</link>
		<dc:date>2010-07-28T00:47:16</dc:date>
		<guid isPermaLink="false">1492:1757@http://jomura.net/wp/index.php</guid>
					<description>	御記事を見て、trimFixedの短縮版を思いついたので書き込みます。ご笑覧ください。
	function trimFixed(value) {
    // 与えられた数値の整数部または小数部の桁数を返す
    function l(v, p){ return (v + &amp;#8216;&amp;#8217;).split(&amp;#8217;.')[p].length; } 
	    // 1/3の有効桁数からvalueの整数部の桁数を引く
    var digits = l(1 / 3, 1) - l(Math.abs(value), 0);
    var pow = Math.pow(10, digits);
    return Math.round(value * pow) / pow;
}

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1746">
		<title>by: まさみ</title>
		<link>http://jomura.net/wp/index.php?p=1746#comments</link>
		<dc:date>2010-07-03T17:39:30</dc:date>
		<guid isPermaLink="false">1491:1746@http://jomura.net/wp/index.php</guid>
					<description>	22772ポートでWinnyやってる

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1718">
		<title>by: じょもら</title>
		<link>http://jomura.net/wp/index.php?p=1718#comments</link>
		<dc:date>2010-06-07T09:59:36</dc:date>
		<guid isPermaLink="false">1490:1718@http://jomura.net/wp/index.php</guid>
					<description>	サンワサプライも似たような製品を出してるようですね。ちょっとお高い。

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1723">
		<title>by: じょもら</title>
		<link>http://jomura.net/wp/index.php?p=1723#comments</link>
		<dc:date>2010-05-12T14:53:07</dc:date>
		<guid isPermaLink="false">1489:1723@http://jomura.net/wp/index.php</guid>
					<description>	＞てんたさん
　Domain変更前のコンテンツなのでリンク切れていました。
　jomora.net→jomura.netに更新しましたので、該当ページについてはリンクが復活しています。
　すみませんです。お恥ずかしい。

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1723">
		<title>by: てんた</title>
		<link>http://jomura.net/wp/index.php?p=1723#comments</link>
		<dc:date>2010-05-12T12:50:22</dc:date>
		<guid isPermaLink="false">1488:1723@http://jomura.net/wp/index.php</guid>
					<description>	はじめまして
てんたと申します。
	体調不良なのにもうしわけないです。
	WikiにあるC＃/サムネイル作成 の
ThumbnailMaker.zipがリンク切れになっているんですが・・・
	公開やめられたんですかぁ

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1712">
		<title>by: じょもら</title>
		<link>http://jomura.net/wp/index.php?p=1712#comments</link>
		<dc:date>2010-05-08T12:30:51</dc:date>
		<guid isPermaLink="false">1487:1712@http://jomura.net/wp/index.php</guid>
					<description>	最新のver3.3.0でも、Scroll Barが表示されないPDFがあります。PDF側の問題(設定)なのかな～。。。

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1690">
		<title>by: </title>
		<link>http://jomura.net/wp/index.php?p=1690#comments</link>
		<dc:date>2010-03-16T18:05:27</dc:date>
		<guid isPermaLink="false">1485:1690@http://jomura.net/wp/index.php</guid>
					<description>	まったく同じ不具合に遭遇しました！
ありがとうございます～

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1694">
		<title>by: hotaru</title>
		<link>http://jomura.net/wp/index.php?p=1694#comments</link>
		<dc:date>2010-02-22T22:29:27</dc:date>
		<guid isPermaLink="false">1484:1694@http://jomura.net/wp/index.php</guid>
					<description>	さっ、VAIO U、なんぼで売ってくれまっか？

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1673">
		<title>by: hotaru</title>
		<link>http://jomura.net/wp/index.php?p=1673#comments</link>
		<dc:date>2010-01-24T22:06:18</dc:date>
		<guid isPermaLink="false">1483:1673@http://jomura.net/wp/index.php</guid>
					<description>	ネタ好きなら是非コレを探して買ってください。
たいちょーネタは1年自粛のつもりでしたが、彼が愛した街も
こんな物を扱うようになってしまいました＠近所の硬派な食料屋

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1673">
		<title>by: jomora</title>
		<link>http://jomura.net/wp/index.php?p=1673#comments</link>
		<dc:date>2010-01-22T06:01:13</dc:date>
		<guid isPermaLink="false">1482:1673@http://jomura.net/wp/index.php</guid>
					<description>	　ポテチ中毒＆ネタ好きの私としては、断然「買い」です。「NBCS」（No Broken Clutch System：対象物破壊防止クラッチ機構）に、「FECS」（Finger Easy Cleaning System：簡易指先クリーニング機構）ですよ！(w
　特にFECSは、「よくわかってるジャン」って感じ。

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1673">
		<title>by: hotaru</title>
		<link>http://jomura.net/wp/index.php?p=1673#comments</link>
		<dc:date>2010-01-21T23:15:59</dc:date>
		<guid isPermaLink="false">1481:1673@http://jomura.net/wp/index.php</guid>
					<description>	例の4種類の中で一番期待してたんだけど、私にはベーコンの上に乗ってたケチャップ系のソース？がイマイチでした。ロコモコに期待ちゅ。というか貴殿にはこっちを検討していただきたく！！！
ttp://headlines.yahoo.co.jp/hl?a=20100119-00000074-zdn_lp-sci

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1661">
		<title>by: じょもら</title>
		<link>http://jomura.net/wp/index.php?p=1661#comments</link>
		<dc:date>2009-11-16T09:28:00</dc:date>
		<guid isPermaLink="false">1451:1661@http://jomura.net/wp/index.php</guid>
					<description>	そーですよねー。検討ちゅー。。。ありがとうございます。
先週土曜日は、有楽町の人身事故を目前で見ちゃったり、出血大サービスの青山スーツをネットで購入したりと、「血」がまとわり付いた一日でした。(w

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1661">
		<title>by: hotaru</title>
		<link>http://jomura.net/wp/index.php?p=1661#comments</link>
		<dc:date>2009-11-14T21:52:55</dc:date>
		<guid isPermaLink="false">1450:1661@http://jomura.net/wp/index.php</guid>
					<description>	気をつけた方がイイよ～
マジ一回精密検査受けたら？

</description>
						</item>
	<item rdf:about="http://jomura.net/wp/index.php?p=1653">
		<title>by: hotaru</title>
		<link>http://jomura.net/wp/index.php?p=1653#comments</link>
		<dc:date>2009-11-03T03:40:51</dc:date>
		<guid isPermaLink="false">1449:1653@http://jomura.net/wp/index.php</guid>
					<description>	ご自身が10辛にも耐えられるよう調整されてるって事を忘れちゃいけませんぜ．．．

</description>
						</item>
</channel>
</rss>