<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>plusHa</title>
	<atom:link href="http://plusha.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://plusha.com</link>
	<description>in the light</description>
	<pubDate>Tue, 25 Nov 2008 10:21:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>ko</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Springnote</title>
		<link>http://plusha.com/2008/11/25/springnote/</link>
		<comments>http://plusha.com/2008/11/25/springnote/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 00:31:52 +0000</pubDate>
		<dc:creator>plusha</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Springnote]]></category>

		<guid isPermaLink="false">http://plusha.wordpress.com/?p=95</guid>
		<description><![CDATA[책 구절을 메모해 놓은 노트가 달인노트로 뽑혔다.
&#160;&#160;&#160;Tagged: Springnote&#160;&#160;&#160;     ]]></description>
		<wfw:commentRss>http://plusha.com/2008/11/25/springnote/feed/</wfw:commentRss>
	
		<media:content url="http://plusha.files.wordpress.com/2008/11/springnote.png" medium="image">
			<media:title type="html">springnote</media:title>
		</media:content>
	</item>
		<item>
		<title>gpl backup</title>
		<link>http://plusha.com/2008/11/18/gpl-backup/</link>
		<comments>http://plusha.com/2008/11/18/gpl-backup/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 22:08:33 +0000</pubDate>
		<dc:creator>plusha</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Add new tag]]></category>

		<category><![CDATA[Backup]]></category>

		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://plusha.wordpress.com/2008/11/18/gpl-backup-utils/</guid>
		<description><![CDATA[Gpl Backup Manager (gplbackup)
self document
Gpl Backup Manager
    : backup files matching extensions recursively

Usage :
    gplbackup [cfg filename]

Optional parameters :
    cfg filename     : configuration file(yaml file) name
    --cfg &#62; gplbackup.yml
       : generate sample 'gplbackup.yml' file

Configuration file
    [...]]]></description>
		<wfw:commentRss>http://plusha.com/2008/11/18/gpl-backup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>gpl muting utils</title>
		<link>http://plusha.com/2008/11/06/gpl-muting-utils/</link>
		<comments>http://plusha.com/2008/11/06/gpl-muting-utils/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 22:21:41 +0000</pubDate>
		<dc:creator>plusha</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Muting]]></category>

		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://plusha.wordpress.com/2008/11/06/gpl-muting-utils/</guid>
		<description><![CDATA[Gpl Mute Interpolator(gplMuteintp)
self document
Gpl Mute Interpolator : read polyg.#### files
     and interpolate missing numbers
Usage :
    gplMuteintp.rb first=[] last=[] step=[]
Required parameters :
    first    : shot number of the first shotgather
    last    : shot number of the last shotgather
Optional parameter :
    [...]]]></description>
		<wfw:commentRss>http://plusha.com/2008/11/06/gpl-muting-utils/feed/</wfw:commentRss>
	
		<media:content url="http://plusha.springnote.com/pages/838194/attachments/368112" medium="image">
			<media:title type="html">mutereplace1.png</media:title>
		</media:content>
	</item>
		<item>
		<title>GnuQuickPlot</title>
		<link>http://plusha.com/2008/10/11/gnuquickplot/</link>
		<comments>http://plusha.com/2008/10/11/gnuquickplot/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 22:22:43 +0000</pubDate>
		<dc:creator>plusha</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[gnuplot]]></category>

		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://plusha.wordpress.com/2008/10/11/gnuquickplot/</guid>
		<description><![CDATA[GNU Quick Plot
Gnuplot은 리눅스에서 텍스트파일에 저장된 값을 빠르게 그림으로 그려주는 프로그램입니다.
다양한 기능을 가지고 있지만, 제 경우에는 주로 수치해석 후 결과 확인용으로 씁니다.
gnuplot으로 그림을 그릴 때에는 command line 상에서 &#8216;gnuplot&#8217;이라고 치고 들어가서 gnuplot 명령어들을 이용하여 그림을 그리고 &#8216;q&#8217;를 입력하여 빠져나옵니다.
그런데 간단히 결과를 확인해보기 위해서 gnuplot에 들어가서
p 'file1' w l,'file1' u 1:3 w l,'file1' u 1:4 w p
또는
set grid
set xrange[:10]
set [...]]]></description>
		<wfw:commentRss>http://plusha.com/2008/10/11/gnuquickplot/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Iterative execution script</title>
		<link>http://plusha.com/2008/06/06/iterative-execution-script/</link>
		<comments>http://plusha.com/2008/06/06/iterative-execution-script/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 00:42:20 +0000</pubDate>
		<dc:creator>plusha</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Rename]]></category>

		<category><![CDATA[Shellscript]]></category>

		<guid isPermaLink="false">http://plusha.wordpress.com/?p=19</guid>
		<description><![CDATA[리눅스에서 동일한 작업을 이름 끝에 숫자가 붙은 여러 파일에 대해 반복적으로 하고 싶을 때 사용할 수 있는 shell script입니다.
#!/bin/bash
# Iterative execution script for numbered files
# http://plusha.com, 24 Mar 2007
#
# Procedure:
#   1. Modify variables - EXE, OPT, IN, OUT, NMIN, NMAX
#   2. Modify NUM format
#   3. Modify Input/Output type
#  [...]]]></description>
		<wfw:commentRss>http://plusha.com/2008/06/06/iterative-execution-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SConstruct basic (SCons)</title>
		<link>http://plusha.com/2008/06/03/sconstruct-basic-scons/</link>
		<comments>http://plusha.com/2008/06/03/sconstruct-basic-scons/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 13:23:34 +0000</pubDate>
		<dc:creator>plusha</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Python]]></category>

		<category><![CDATA[SCons]]></category>

		<category><![CDATA[SConstruct]]></category>

		<guid isPermaLink="false">http://plusha.wordpress.com/?p=17</guid>
		<description><![CDATA[SConstruct은 Makefile과 비슷한 역할을 하는, Python script입니다. 따라서 Python이라는 언어의 강력한 기능들을 그대로 가져다 쓸 수 있다는 장점이 있습니다. Makefile을 make라는 명령어로 실행하듯이, SConstruct는 scons라는 명령어로 실행합니다. SConstruct file의 작성법은 Makefile이나 Rakefile의 작성법과는 차이가 있습니다. 작성법을 살펴보기 전에 먼저 &#8216;Environment&#8217;와 &#8216;Builder&#8217;라는 개념에 대해 살펴보겠습니다.
Environments
Makefile에서는 기본적으로 Shell의 환경변수들을 가져다가 썼습니다. 물론 PATH 환경변수도 가지고 오기 때문에 [...]]]></description>
		<wfw:commentRss>http://plusha.com/2008/06/03/sconstruct-basic-scons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rakefile basic</title>
		<link>http://plusha.com/2008/05/20/rakefile-basic/</link>
		<comments>http://plusha.com/2008/05/20/rakefile-basic/#comments</comments>
		<pubDate>Tue, 20 May 2008 12:06:21 +0000</pubDate>
		<dc:creator>plusha</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Makefile]]></category>

		<category><![CDATA[Rakefile]]></category>

		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://plusha.wordpress.com/?p=13</guid>
		<description><![CDATA[Rakefile은 Makefile과 비슷한 역할을 하는, Ruby script입니다. 따라서 Ruby라는 언어의 강력한 기능들을 그대로 가져다 쓸 수 있다는 장점이 있습니다. 단, Ruby를 알아야 제대로 사용할 수 있겠죠. Makefile을 make라는 명령어로 실행하듯이, Rakefile은 rake라는 명령어로 실행합니다. Rakefile 작성법을 Makefile 작성법과 비교하며 살펴보도록 하겠습니다. Makefile의 기본적인 작성법은
Target: Dependency list
[Tab] Command

였죠. Rakefile도 유사합니다. 단, Ruby syntax를 사용하죠. 기본적인 작성법은 [...]]]></description>
		<wfw:commentRss>http://plusha.com/2008/05/20/rakefile-basic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Apology of Socrates</title>
		<link>http://plusha.com/2008/05/16/the-apology-of-socrates/</link>
		<comments>http://plusha.com/2008/05/16/the-apology-of-socrates/#comments</comments>
		<pubDate>Fri, 16 May 2008 11:53:19 +0000</pubDate>
		<dc:creator>plusha</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Classics]]></category>

		<guid isPermaLink="false">http://plusha.wordpress.com/?p=14</guid>
		<description><![CDATA[&#8216;소크라테스의 변명&#8217;은 소크라테스가 아테네 사람들 앞에서 자신을 고발한 사람들의 고발에 대해 해명한 내용이다. 그는 자신을 고발한 사람들을 오래 된 고발자들과 최근의 고발자들로 나누고 각각의 고발 내용이 편견과 거짓이라 변론한다.
오래된 고발자들의 고발에 대한 변론은 자신이 신의 뜻에 따라 행해온 일 때문에 사람들의 미움을 사서 법정에 서게 되었다는 것이다. 그가 해온 일이란, 자신은 아무 것도 모르니 지혜 [...]]]></description>
		<wfw:commentRss>http://plusha.com/2008/05/16/the-apology-of-socrates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Makefile basic</title>
		<link>http://plusha.com/2008/05/08/makefile-basic/</link>
		<comments>http://plusha.com/2008/05/08/makefile-basic/#comments</comments>
		<pubDate>Thu, 08 May 2008 12:57:35 +0000</pubDate>
		<dc:creator>plusha</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Makefile]]></category>

		<guid isPermaLink="false">http://plusha.wordpress.com/?p=12</guid>
		<description><![CDATA[Makefile의 기초적인 사용법을 알아봅시다.
먼저, 다음과 같이 3개의 source 파일이 있을 때 컴파일하는 과정을 알아보겠습니다.
첫 번째 파일: main.f
1:       implicit none
2:       print *, 'main'
3:       call sub1()
4:       call sub2()
5:      [...]]]></description>
		<wfw:commentRss>http://plusha.com/2008/05/08/makefile-basic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I post source code?</title>
		<link>http://plusha.com/2008/05/05/how-do-i-post-source-code/</link>
		<comments>http://plusha.com/2008/05/05/how-do-i-post-source-code/#comments</comments>
		<pubDate>Mon, 05 May 2008 09:28:51 +0000</pubDate>
		<dc:creator>plusha</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://plusha.wordpress.com/?p=11</guid>
		<description><![CDATA[Reference

WordPress에서 source code를 넣을 때는 
[sourcecode language='css']…[/sourcecode]
와 같이 사용하면 되고 현재 지원되는 언어는 다음과 같습니다.
* cpp
* csharp
* css
* delphi
* html
* java
* jscript
* php
* python
* ruby
* sql
* vb
* xml
(보기)
지원되지 않는 언어는 source-highlight를 이용해서 얻은 html code를 붙여넣으니 괜찮게 나오네요.
source-highlight -i source.sh -o source.html
줄 번호도 붙이고 싶을 때는 -n option을 사용합니다.(보기)
       [...]]]></description>
		<wfw:commentRss>http://plusha.com/2008/05/05/how-do-i-post-source-code/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>