<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>zunchakachan</title>
	<link>http://odoruinu.net/wp</link>
	<description>踊る犬.net</description>
	<lastBuildDate>Sun, 31 Aug 2008 15:23:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>ja</language>
	
	<item>
		<title>Lights which are jumping</title>
		<description><![CDATA[
Lights are free.
My opinion is every times bended.
To what my expression can we do?
I don care if I might be wrong.
Whatever I felt lights keep jumping as far as time goes by.
I wich I was so.
]]></description>
		<link>http://odoruinu.net/wp/2008/09/01/lights_which_are_jumping/</link>
			</item>
	<item>
		<title>Today&#8217;s alley</title>
		<description><![CDATA[
Suppose that there is primary surface in a city, also it has background surface there.
Alley is able to say both that it doesn&#8217;t belong to that, but it&#8217;s belonging to that.
I like this space.
This picture was taken in Umeda.
I was walking arround here. Many people is walking, laughing, and sitting. Many eyes meet my.
I don&#8217;t [...]]]></description>
		<link>http://odoruinu.net/wp/2008/08/30/todays-alley/</link>
			</item>
	<item>
		<title>sea</title>
		<description><![CDATA[
It&#8217;s Aug 12st.
There has already been jellyfishes!!
I was bitten by it. 
]]></description>
		<link>http://odoruinu.net/wp/2008/08/21/sea/</link>
			</item>
	<item>
		<title>Modified the Gallery</title>
		<description><![CDATA[
ギャラリーを久しぶりに更新した。
アップロードが面倒臭くて過去の古い絵も一緒にアップ。

助けを求める人
海
lovebird

「助けを求める人」は時間はあんましかからなかったけど中々いい感じに描けたと思う。
もうちょっと更新作業を楽に出来るようにサイトを改良したので、今後はこまめにアップできるかな～。
]]></description>
		<link>http://odoruinu.net/wp/2008/08/08/modified-the-gallery/</link>
			</item>
	<item>
		<title>Went to Aquarium</title>
		<description><![CDATA[
Fishes in the cage.

We in the cage.
]]></description>
		<link>http://odoruinu.net/wp/2008/08/07/went-to-aquarium/</link>
			</item>
	<item>
		<title>Radiohead - creep</title>
		<description><![CDATA[
This song makes me cry. (T_T)
I love singin&#8217; this.
]]></description>
		<link>http://odoruinu.net/wp/2008/08/04/radiohead-creep/</link>
			</item>
	<item>
		<title>One day as a burning heart</title>
		<description><![CDATA[

I can see what u&#8217;r thinkin something good 
I&#8217;ve slightly wanted to take this shot above that making heart shape with the fire flowers.
]]></description>
		<link>http://odoruinu.net/wp/2008/08/03/one-day-as-a-burning-heart/</link>
			</item>
	<item>
		<title>FormatTextとIso_2022_jp_mail</title>
		<description><![CDATA[こちらのサイトで公開されているPlaggerのプラグイン。
フィードを携帯とかに送りたい時、PlainTextのメールで欲しいとかMIMEがmixedなのは嫌だって時に便利な以下の二つのプラグインだが、上手く動かなかったりスペル間違いがあったりしたので自分なりにがんばって修正してみた。
Filter::FormatText
package Plagger::Plugin::Filter::FormatText;
use strict;
use base qw( Plagger::Plugin );

use HTML::TreeBuilder;
use HTML::FormatText;
use Encode;

sub register {
    my($self, $context) = @_;
    $context-&#62;register_hook(
        $self,
        'update.entry.fixup' =&#62; \&#038;filter,
    );
}

sub filter {
     my($self, $context, $args) = [...]]]></description>
		<link>http://odoruinu.net/wp/2008/08/01/formattext%e3%81%a8iso_2022_jp_mail/</link>
			</item>
	<item>
		<title>How do I remove installed Perl modules?</title>
		<description><![CDATA[CPANによってインストールしたPerlモジュールを簡単に削除する方法。
CPAN Faqから消えててWeb Archiveから掘り出した。
また要るかもしれないのでここにメモ。

#!/usr/local/bin/perl -w

use ExtUtils::Packlist;
use ExtUtils::Installed;

$ARGV[0] or die "Usage: $0 Module::Name\n";

my $mod = $ARGV[0];
my $inst = ExtUtils::Installed->new();

foreach my $item (sort($inst->files($mod))) {
     print "removing $item\n";
     unlink $item;
}

my $packfile = $inst->packlist($mod)->packlist_file();
print "removing $packfile\n";
     unlink $packfile;

こいつをremove.plなどとして保存。

$perl ./remove.pl モジュール名

で削除実行。
]]></description>
		<link>http://odoruinu.net/wp/2008/07/25/how-do-i-remove-installed-perl-modules/</link>
			</item>
	<item>
		<title>Hip-hop club</title>
		<description><![CDATA[I went to the hip-hop club in all night.
I had ever been to a hip-hop club, so I was a little looking forward to that.
My friend recently became a club freak, or so they say.
Surely when the music has started playing, she went to be psychedelic.
Oh everyone started dance and got crazy!!!!!!!!!!!!
I felt there is [...]]]></description>
		<link>http://odoruinu.net/wp/2008/07/21/hip-hop-club/</link>
			</item>
</channel>
</rss>
