<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/style/rss/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0">
	<channel>
		<title>낭만리얼백구~ 세번째스토리</title>
		<link>http://woorie.net/</link>
		<description>사랑합니다.
나를 있게한 모든 가족과 친구들.</description>
		<language>ko</language>
		<pubDate>Fri, 20 Jun 2008 15:24:31 +0900</pubDate>
		<generator>Tistory 1.1</generator>
		<image>
		<title>낭만리얼백구~ 세번째스토리</title>
		<url><![CDATA[http://cfs4.tistory.com/upload_control/download.blog?fhandle=YmxvZzE2Mzk5QGZzNC50aXN0b3J5LmNvbTovYXR0YWNoLzAvMDEwMDAwMDAwMDAzLmpwZw==]]></url>
		<link>http://woorie.net/</link>
		<description>사랑합니다.
나를 있게한 모든 가족과 친구들.</description>
		</image>
		<item>
			<title>javascript에서 class 만드는 방법.</title>
			<link>http://woorie.net/888</link>
			<description>var Position = function(x, y) { this.xpos = x; this.ypos = y; } Position.prototype.distance = function() { var x2 = this.xpos * this.xpos; var y2 = this.ypos * this.ypos; return Math.sqrt(x2 + y2); }; var Position = function(x,y) { this.xpos = x; this.y..&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://woorie.net/888&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>WEB</category>
			<author>백구씨쥔장</author>
			<guid>http://woorie.net/888</guid>
			<comments>http://woorie.net/888#entry888comment</comments>
			<pubDate>Fri, 20 Jun 2008 11:52:22 +0900</pubDate>
		</item>
		<item>
			<title>constructor + prototype</title>
			<link>http://woorie.net/887</link>
			<description>var stdout = document.getElementById(&quot;stdout&quot;); var Kitten = function () {}; var mii = new Kitten(); stdout.innerHTML += &quot;mii.constructor : &quot; + mii.constructor + &quot;&lt;br/&gt;&quot;; // function () {}; stdout.innerHTML += &quot;mii has? : &quot; + mii.hasOwnProperty( &quot;constr..&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://woorie.net/887&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>WEB</category>
			<author>백구씨쥔장</author>
			<guid>http://woorie.net/887</guid>
			<comments>http://woorie.net/887#entry887comment</comments>
			<pubDate>Fri, 20 Jun 2008 11:48:15 +0900</pubDate>
		</item>
		<item>
			<title>가격표현</title>
			<link>http://woorie.net/870</link>
			<description>가격이라고 쓰이는 단어는 굉장히 많다. 하지만 그 단어들의 의미를 정확히 이해하고 쓴다면 가장 기본적인 회화에서 좀 더 자신 있게 활용 할 수 있을 것이다. “가격 / 값” 이라고 쓰이는 단어들을 보면 : price, cost, charge, fee, rate, fare... 등등이 있다... PRICE ~ price of something. 이라 함은 가장 흔히 물건의 값을 말할 수 있겠다. ex) I&#039;m all into this car, but..&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://woorie.net/870&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>영어</category>
			<author>백구씨쥔장</author>
			<guid>http://woorie.net/870</guid>
			<comments>http://woorie.net/870#entry870comment</comments>
			<pubDate>Sun,  8 Jun 2008 00:18:41 +0900</pubDate>
		</item>
		<item>
			<title>Ellipsoid</title>
			<link>http://woorie.net/861</link>
			<description>Ellipsoid Parameters Ellipsoid Name &quot;165&quot; ANS CLARKE 1858 GRS80 WGS84 WGS72 International 1924 Major Semi Axis a 6378165.000 6378160.000 6378293.645 6378137 6378137 6378135 6378388 Inverse Flattening 1/f 298.3 298.25 294.26 298.2572221 298.2572236 298.2..&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://woorie.net/861&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>알고리즘</category>
			<author>백구씨쥔장</author>
			<guid>http://woorie.net/861</guid>
			<comments>http://woorie.net/861#entry861comment</comments>
			<pubDate>Thu, 22 May 2008 02:24:27 +0900</pubDate>
		</item>
		<item>
			<title>lat/lng로 거리 계산</title>
			<link>http://woorie.net/860</link>
			<description>1) Distance ⓐ Haversine formula: R = earth’s radius (mean radius = 6,371km) Δlat = lat2− lat1 Δlong = long2− long1 a = sin²(Δlat/2) + cos(lat1).cos(lat2).sin²(Δlong/2) c = 2.atan2(√a, √(1−a)) d = R.c (Note that angles need to be in radians to pass to tr..&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://woorie.net/860&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>알고리즘</category>
			<author>백구씨쥔장</author>
			<guid>http://woorie.net/860</guid>
			<comments>http://woorie.net/860#entry860comment</comments>
			<pubDate>Thu, 22 May 2008 01:52:10 +0900</pubDate>
		</item>
		<item>
			<title>melancholy</title>
			<link>http://woorie.net/854</link>
			<description>Invariably closed a project - &#039;21CNCommunicator, I&#039;m waiting for new project. It is a today that I say good-bye to warmhearted peoples had worked with me. That was why I am depressed in mind. /&#039;Gooood - bye&#039;/ Promise to meet again&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://woorie.net/854&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>백구씨의 오늘!</category>
			<author>백구씨쥔장</author>
			<guid>http://woorie.net/854</guid>
			<comments>http://woorie.net/854#entry854comment</comments>
			<pubDate>Sat, 17 May 2008 03:23:35 +0900</pubDate>
		</item>
		<item>
			<title>I&#039;m so happy with reply.</title>
			<link>http://woorie.net/845</link>
			<description>I have my heard to start new works after fully thinking this way and that over the matter. Well begun is half done. I sent email to J., then replyed. She is said that she was not longer working in the employment role. T_T OTL But thankfully she was doin..&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://woorie.net/845&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>백구씨의 오늘!</category>
			<author>백구씨쥔장</author>
			<guid>http://woorie.net/845</guid>
			<comments>http://woorie.net/845#entry845comment</comments>
			<pubDate>Thu, 15 May 2008 02:21:35 +0900</pubDate>
		</item>
		<item>
			<title>tetris algorithm : 자바스크립트로 배우는 초간단 테트리스 알고리즘</title>
			<link>http://woorie.net/843</link>
			<description>&lt;html&gt; &lt;body onKeyDown=K=event.keyCode&gt; &lt;script&gt; X=[Z=[B=A=12]]; h=e=K=t=P=0; function Y() { C=[d=K-38]; c=0; for(i=4;i--*K;K-13?c+=!Z[h+p+d]:c-=!Z[h+(C[i]=p*A-Math.round(p/A)*145)]) p=B[i]; !t|c+4?c-4?0:h+=d:B=C; for(f=K=i=0;i&lt;4;f+=Z[A+p]) X[p=h+B[i++]..&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://woorie.net/843&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>WEB</category>
			<category>tetris algorithm</category>
			<category>테트리스</category>
			<author>백구씨쥔장</author>
			<guid>http://woorie.net/843</guid>
			<comments>http://woorie.net/843#entry843comment</comments>
			<pubDate>Wed, 14 May 2008 12:54:36 +0900</pubDate>
		</item>
		<item>
			<title>에이전트 005</title>
			<link>http://woorie.net/842</link>
			<description>&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://woorie.net/842&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>스크랩</category>
			<author>백구씨쥔장</author>
			<guid>http://woorie.net/842</guid>
			<comments>http://woorie.net/842#entry842comment</comments>
			<pubDate>Tue, 13 May 2008 10:44:17 +0900</pubDate>
		</item>
		<item>
			<title>The dangers of Being a TV Reporter</title>
			<link>http://woorie.net/838</link>
			<description>&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://woorie.net/838&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>스크랩</category>
			<author>백구씨쥔장</author>
			<guid>http://woorie.net/838</guid>
			<comments>http://woorie.net/838#entry838comment</comments>
			<pubDate>Tue,  6 May 2008 10:37:34 +0900</pubDate>
		</item>
	</channel>
</rss>
