<?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>PCtechtips.org &#187; programming</title>
	<atom:link href="http://pctechtips.org/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://pctechtips.org</link>
	<description>Articles and tutorials about information security, programming, network administration, and technology.</description>
	<lastBuildDate>Fri, 25 Nov 2011 01:48:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Shell Script to Check Running Services in Linux.</title>
		<link>http://pctechtips.org/shell-script-to-check-running-services-in-linux/</link>
		<comments>http://pctechtips.org/shell-script-to-check-running-services-in-linux/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 04:11:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[shell script]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1162</guid>
		<description><![CDATA[Most networks rely on services to run all the time, whether it is MySQL for database, or Apache for web services, the fact of the matter is that those services need to be available all the time; therefore, admins need to make sure those services are running. So here&#8217;s a simple, yet efficient script that [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/shell-script-to-check-running-services-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell Script to Parse Daily Log Files.</title>
		<link>http://pctechtips.org/shell-script-to-parse-daily-log-files/</link>
		<comments>http://pctechtips.org/shell-script-to-parse-daily-log-files/#comments</comments>
		<pubDate>Sat, 21 May 2011 06:29:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[log parser]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1136</guid>
		<description><![CDATA[Going through different log files can be a pain, but here&#8217;s a simple script that parses today&#8217;s logs from different files into a single file, in this case we extract today&#8217;s logs from messages, auth.log, syslog. Finally, we send them through email. Don&#8217;t forget to make the file executable!&#8230; Logparser can be downloaded from here [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/shell-script-to-parse-daily-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TicTacToe Game Using Arrays in C++.</title>
		<link>http://pctechtips.org/tictactoe-game-using-arrays-in-c/</link>
		<comments>http://pctechtips.org/tictactoe-game-using-arrays-in-c/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 01:53:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[TicTacToe]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1085</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/tictactoe-game-using-arrays-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Binary Search: Computer Guess the Number C++.</title>
		<link>http://pctechtips.org/bracketingsearch-computer-guess-the-number-c/</link>
		<comments>http://pctechtips.org/bracketingsearch-computer-guess-the-number-c/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 08:02:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[BracketingSearch]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1078</guid>
		<description><![CDATA[BracketingSearch from cplusplus. The solution to computer guessing the number the user is thinking is achieve best by using Binary Search. A binary search locates a value in a sorted array by determining whether the value occurs in the first or second half, then repeating the search in one of the halves. In this case [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/bracketingsearch-computer-guess-the-number-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PancakeGlutton: Output an Array in Descending Order C++.</title>
		<link>http://pctechtips.org/pancakeglutton-output-an-array-in-descending-order-c/</link>
		<comments>http://pctechtips.org/pancakeglutton-output-an-array-in-descending-order-c/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 07:35:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[PancakeGlutton]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1074</guid>
		<description><![CDATA[This is the solution to PancakeGlutton exercise from cplusplus.com. Printing out an array of number in descending or ascending order can be accomplish with out doing any type of sort. ok, let&#8217;s say you want to find out how may pancakes a every person ate, and then output in descending order starting with the most [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/pancakeglutton-output-an-array-in-descending-order-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with Palindromic Numbers and Words in C++.</title>
		<link>http://pctechtips.org/fun-with-palindromic-numbers-and-words-in-c/</link>
		<comments>http://pctechtips.org/fun-with-palindromic-numbers-and-words-in-c/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 00:08:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[palindrome]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1072</guid>
		<description><![CDATA[Finding whether a word or number is a palindrome is very common in programming languages. A palindrome word or number is one that reads the same in either direction. Words: bob, boob, ana&#8230; Numbers: 1, 2, 33, 121, 222, 3445443. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/fun-with-palindromic-numbers-and-words-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Minimum and Maximum Number in an Array with C++.</title>
		<link>http://pctechtips.org/find-minimum-and-maximum-number-in-an-array-with-c/</link>
		<comments>http://pctechtips.org/find-minimum-and-maximum-number-in-an-array-with-c/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 23:44:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[find minimum and maximum]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1068</guid>
		<description><![CDATA[Finding the minimum and maximum in an array is a classical programming exercise in C++. Here&#8217;s how is done! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 #include &#60;iostream&#62; using namespace std; //finding min and max in array int main&#40;&#41; &#123; int num&#91;5&#93; = &#123; [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/find-minimum-and-maximum-number-in-an-array-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prime numbers with C++</title>
		<link>http://pctechtips.org/prime-numbers-with-c/</link>
		<comments>http://pctechtips.org/prime-numbers-with-c/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 07:15:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Prime numbers]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1065</guid>
		<description><![CDATA[A Prime number can only be divided by one and itself. For example; 13 can only be divided by 1 and 13. Here&#8217;s a C++ code that prints out the all prime numbers between 0 and 100. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/prime-numbers-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prime Numbers in Java.</title>
		<link>http://pctechtips.org/the-first-1000-prime-numbers-in-java/</link>
		<comments>http://pctechtips.org/the-first-1000-prime-numbers-in-java/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 06:08:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Prime numbers]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=761</guid>
		<description><![CDATA[A prime number is a positive integer that has exactly two factors, 1 and the number itself. We know 0 is neither a positive nor a negative number. Otherwise, 0 is a neutral number. So, it is not a prime number, and 1 is not a prime number, 1 has only one factor, that&#8217;s 1. [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/the-first-1000-prime-numbers-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palindrome Numbers</title>
		<link>http://pctechtips.org/palindrome-numbers/</link>
		<comments>http://pctechtips.org/palindrome-numbers/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 19:06:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Palindrome number]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=752</guid>
		<description><![CDATA[A palindromic number reads the same both ways eg. 10201, 12321, 14641, 40804, 44944, 69696 , here is a Java code that displays the largest Palindrome numbers from the product of two 3 digits numbers. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/palindrome-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

