<?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>太阳帆数据 Sunfine Data &#187; PERL</title>
	<atom:link href="http://www.sunfinedata.com/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sunfinedata.com</link>
	<description>Provides solutions on data analysis, software tutorials, hands-on instructions and tips</description>
	<lastBuildDate>Wed, 08 Sep 2010 02:01:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Convert ip address from dotted quad notation to integer</title>
		<link>http://www.sunfinedata.com/handson/convert-ip-address-from-dotted-quad-notation-to-integer/</link>
		<comments>http://www.sunfinedata.com/handson/convert-ip-address-from-dotted-quad-notation-to-integer/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 19:33:44 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[Hands-on]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[dotted quad]]></category>
		<category><![CDATA[dotted quad notation]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=861</guid>
		<description><![CDATA[Normally we see the IP address of our computers is a dotted quad, such as 192.168.2.1. Frequently, IP address is stored in database as integer to save space and provide high performance. How to convert the IP address from a dotted quad to an integer? Let us understand the algorithm of the conversion. Once we [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/handson/convert-ip-address-from-dotted-quad-notation-to-integer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A PERL script to get Twitter user information</title>
		<link>http://www.sunfinedata.com/programming/perl-programming/a-perl-script-to-get-twitter-user-information/</link>
		<comments>http://www.sunfinedata.com/programming/perl-programming/a-perl-script-to-get-twitter-user-information/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 04:06:58 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=465</guid>
		<description><![CDATA[If you are a Twitter user and do business on Twitter, you probably think about how I can target to a group of Twitter users, such as living in certain region or having similar interests. Can we screen Twitter users and target to a given population of Twitter users? Answer is absolutely positive: yes, we [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/programming/perl-programming/a-perl-script-to-get-twitter-user-information/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQLite database engine and sample code in C#</title>
		<link>http://www.sunfinedata.com/programming/c/sqlite-database-engine-and-sample-code-in-c/</link>
		<comments>http://www.sunfinedata.com/programming/c/sqlite-database-engine-and-sample-code-in-c/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 22:43:40 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[C/C++/C#]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[SQLite engine]]></category>
		<category><![CDATA[SQLite tools]]></category>
		<category><![CDATA[system.data.sqlite]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=461</guid>
		<description><![CDATA[The definition in SQLite official site is the following: &#8220;SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world.&#8221; So, how can we use SQLite engine to develop standalone desktop database application in Windows environments. At SQLite official [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/programming/c/sqlite-database-engine-and-sample-code-in-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automatically send updates to Twitter</title>
		<link>http://www.sunfinedata.com/programming/perl-programming/automatically-send-updates-to-twitter/</link>
		<comments>http://www.sunfinedata.com/programming/perl-programming/automatically-send-updates-to-twitter/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 19:17:05 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[PERL]]></category>
		<category><![CDATA[automaticn]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=452</guid>
		<description><![CDATA[Here is a PERL script I developed to automate Twitter update activity. The fundamental thing is you have a database and all updates are stored there. You are sick of sending all Twitter updates manually. As long as you meet these two criteria you can keep reading. Otherwise, stop here. The PERL source code is [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/programming/perl-programming/automatically-send-updates-to-twitter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TwitterGIFT project &#8211; Automation of following friends on Twitter</title>
		<link>http://www.sunfinedata.com/handson/software-handson/twittergift-project-automation-of-following-friends-on-twitter/</link>
		<comments>http://www.sunfinedata.com/handson/software-handson/twittergift-project-automation-of-following-friends-on-twitter/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 17:09:44 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[Direct MEssage]]></category>
		<category><![CDATA[exponential]]></category>
		<category><![CDATA[followers]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[small business]]></category>
		<category><![CDATA[suspended]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[TwitterGIFT]]></category>
		<category><![CDATA[web traffic]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=434</guid>
		<description><![CDATA[What is TwitterGIFT project? GIFT is an acronym of Get Innumerable Followers on Twitter. TwitterGIFT project was started shortly after we registered an account (usbargains) for our business on Twitter. Original GIFT application was a set of PERL scripts running on one of our servers. All proven successful Twitter strategies and tips were incorporated into [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/handson/software-handson/twittergift-project-automation-of-following-friends-on-twitter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
