<?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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>25phut.net - SquallLTT</title>
	<atom:link href="http://www.25phut.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.25phut.net</link>
	<description>SquallLTT blog</description>
	<lastBuildDate>Fri, 16 Jul 2010 01:37:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WP-Syntax in WordPress</title>
		<link>http://www.25phut.net/wp-syntax-in-wordpress/</link>
		<comments>http://www.25phut.net/wp-syntax-in-wordpress/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 01:37:24 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.25phut.net/?p=129</guid>
		<description><![CDATA[(link to original post: http://wordpress.org/extend/plugins/wp-syntax/other_notes/) Usage Wrap code blocks with &#60;pre lang="LANGUAGE" line="1"&#62; and &#60;/pre&#62; where LANGUAGE is a GeSHi supported language syntax. See below for a full list of supported languages. The line attribute is optional. Example 1: PHP, no line numbers &#60;pre lang="php"&#62; &#60;div id="foo"&#62; &#60;?php function foo() { echo "Hello World!\\n"; } [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/wp-syntax-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some notes for handling string</title>
		<link>http://www.25phut.net/some-notes-for-handling-string/</link>
		<comments>http://www.25phut.net/some-notes-for-handling-string/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 01:33:18 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[string handling]]></category>

		<guid isPermaLink="false">http://www.25phut.net/?p=128</guid>
		<description><![CDATA[Clearing my phone since it is very messy with a lot of files, and found some notes here: Handling string in C# List of Numeric Formats * C or C &#8211; For Currency. Uses the cultures currency symbol. * D or D &#8211; Integer types. Add a number for 0 padding eg D5. * E [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/some-notes-for-handling-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nothing else matters &#8211; MetallicA</title>
		<link>http://www.25phut.net/nothing-else-matters-metallica/</link>
		<comments>http://www.25phut.net/nothing-else-matters-metallica/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 15:30:34 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.25phut.net/?p=125</guid>
		<description><![CDATA[This wonderful song is written by the awesome thrash metal band &#8211; MetallicA . Love it so much. Title: Nothing Else Matters Words: Metallica Music: Metallica Instructions: Tab by B. Joosten Tempo = 69 Guitar I (clean) Legend L &#8211; tied note x &#8211; dead note h &#8211; hammer on/pull off b &#8211; bend s [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/nothing-else-matters-metallica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My handy program</title>
		<link>http://www.25phut.net/my-handy-program/</link>
		<comments>http://www.25phut.net/my-handy-program/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 14:49:20 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://www.25phut.net/?p=123</guid>
		<description><![CDATA[The first version was written 6 years ago, when I was a high school student with the love in computer programming. This program has been always a handy program of mine. I use it almost everyday. Pascal/Delphi &#8211; those were the days&#8230;]]></description>
		<wfw:commentRss>http://www.25phut.net/my-handy-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get auto upgrade WordPress on host pipni.cz</title>
		<link>http://www.25phut.net/how-to-get-auto-upgrade-wordpress-on-host-pipni-cz/</link>
		<comments>http://www.25phut.net/how-to-get-auto-upgrade-wordpress-on-host-pipni-cz/#comments</comments>
		<pubDate>Wed, 19 May 2010 06:20:39 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.25phut.net/?p=120</guid>
		<description><![CDATA[Host pipni.cz has some security settings that don&#8217;t allow user to access the default temp directory, so we can&#8217;t do auto upgrade version for WordPress. Here, I&#8217;ll show you how to do auto upgrade by creating our own temp directory. 1) First, add a &#8220;tmp&#8221; foler under wordpress blog directory. 2) Added the following lines [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/how-to-get-auto-upgrade-wordpress-on-host-pipni-cz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a little night music</title>
		<link>http://www.25phut.net/a-little-night-music/</link>
		<comments>http://www.25phut.net/a-little-night-music/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 15:16:28 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://www.25phut.net/?p=116</guid>
		<description><![CDATA[Give me peace, pls&#8230;]]></description>
		<wfw:commentRss>http://www.25phut.net/a-little-night-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SquallLTT presents: My PDA phone :D</title>
		<link>http://www.25phut.net/squallltt-presents-my-pda-phone/</link>
		<comments>http://www.25phut.net/squallltt-presents-my-pda-phone/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 14:30:58 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[digital image processing]]></category>
		<category><![CDATA[mobile robotics]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[Windows Mobile Phone]]></category>

		<guid isPermaLink="false">http://www.25phut.net/?p=115</guid>
		<description><![CDATA[Here is the link to the video clip: http://www.25phut.net/uploadedvideoclips/viva.html In conclusion I&#8217;d like to say that Windows Mobile phones are the best, at least, to me. Countless softwares are available out there. And, I can do some coding for my PDA as u can see in the video, I&#8217;ve implemented image processing (Canny Edge detection), [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/squallltt-presents-my-pda-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tan Kah Kee Young Inventors&#8217; Award 2009</title>
		<link>http://www.25phut.net/tan-kah-kee-young-inventors-award-2009/</link>
		<comments>http://www.25phut.net/tan-kah-kee-young-inventors-award-2009/#comments</comments>
		<pubDate>Sat, 30 May 2009 07:43:43 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://www.25phut.net/tan-kah-kee-young-inventors-award-2009/</guid>
		<description><![CDATA[Ceremony on 23 &#8211; 5 –2009 &#160; Link to full album]]></description>
		<wfw:commentRss>http://www.25phut.net/tan-kah-kee-young-inventors-award-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laser dot detection</title>
		<link>http://www.25phut.net/laser-dot-detection/</link>
		<comments>http://www.25phut.net/laser-dot-detection/#comments</comments>
		<pubDate>Thu, 28 May 2009 14:46:36 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Mechatronics]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[laser]]></category>

		<guid isPermaLink="false">http://www.25phut.net/laser-dot-detection/</guid>
		<description><![CDATA[Using C# programming language to do image processing. &#160; Using my Creative webcam: ^^]]></description>
		<wfw:commentRss>http://www.25phut.net/laser-dot-detection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Continue doing computer vision</title>
		<link>http://www.25phut.net/continue-doing-computer-vision/</link>
		<comments>http://www.25phut.net/continue-doing-computer-vision/#comments</comments>
		<pubDate>Fri, 22 May 2009 12:24:25 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[digital image processing]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[machine vision]]></category>
		<category><![CDATA[Mechatronics]]></category>
		<category><![CDATA[mobile robotics]]></category>

		<guid isPermaLink="false">http://www.25phut.net/?p=107</guid>
		<description><![CDATA[Continue doing computer vision at school]]></description>
		<wfw:commentRss>http://www.25phut.net/continue-doing-computer-vision/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
