<?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>CodeCast</title>
	<atom:link href="http://codecast.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://codecast.org</link>
	<description>Edifying Logic</description>
	<lastBuildDate>Fri, 10 May 2013 21:53:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>PHP function to find relative path</title>
		<link>http://codecast.org/php-function-to-find-relative-path/</link>
		<comments>http://codecast.org/php-function-to-find-relative-path/#comments</comments>
		<pubDate>Sun, 21 Oct 2012 16:33:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Funtions]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[relative link]]></category>
		<category><![CDATA[relative path]]></category>
		<category><![CDATA[relative url]]></category>

		<guid isPermaLink="false">http://codecast.org/?p=19820</guid>
		<description><![CDATA[This is a user-defined function written in php to return relative path between two locations. Suppose you are in admin folder and want the relative path of a file &#8220;user.php&#8221; in users folder in the file &#8220;admin.php&#8221; which resides in admin folder then you can call the function like this &#8211;&#62; The function definition goes [...]]]></description>
		<wfw:commentRss>http://codecast.org/php-function-to-find-relative-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C program to count the number of occurrences of a string in another string</title>
		<link>http://codecast.org/c-program-to-count-the-number-of-occurrences-of-a-string-in-another-string/</link>
		<comments>http://codecast.org/c-program-to-count-the-number-of-occurrences-of-a-string-in-another-string/#comments</comments>
		<pubDate>Tue, 11 Sep 2012 15:37:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Strings]]></category>

		<guid isPermaLink="false">http://codecast.org/?p=14496</guid>
		<description><![CDATA[This small c program just counts the number of occurrences of a string in another string. It stores the original string in the array &#8220;ori&#8221; and the search string in the array &#8220;srch&#8221;. [crayon-519cec32eda51/] &#160;]]></description>
		<wfw:commentRss>http://codecast.org/c-program-to-count-the-number-of-occurrences-of-a-string-in-another-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C program to convert numbers into words</title>
		<link>http://codecast.org/c-program-to-convert-numbers-into-words/</link>
		<comments>http://codecast.org/c-program-to-convert-numbers-into-words/#comments</comments>
		<pubDate>Mon, 10 Sep 2012 16:42:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Loop Control]]></category>

		<guid isPermaLink="false">http://codecast.org/?p=14239</guid>
		<description><![CDATA[This program is written in c language which converts the numbers entered by the user to readable format (based on indian standards). You can enter any amount within 10 digits and you get your output instantly in words. For example, if you enter 1565231 as input, the program will give an output as Fifteen Lakhs [...]]]></description>
		<wfw:commentRss>http://codecast.org/c-program-to-convert-numbers-into-words/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>URL validation in javascript using regular expressions</title>
		<link>http://codecast.org/url-validation-in-javascript-using-regular-expressions/</link>
		<comments>http://codecast.org/url-validation-in-javascript-using-regular-expressions/#comments</comments>
		<pubDate>Sun, 20 May 2012 18:30:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Regular Expressions]]></category>
		<category><![CDATA[client-side validation]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[regular expressions]]></category>

		<guid isPermaLink="false">http://codecast.org/?p=762</guid>
		<description><![CDATA[Regular expressions provide an efficient way to handle client-side validation within a few lines of codes only.This article shows how to use regular expression to validate a person&#8217;s name. Basics about regular expressions can be found Explanation: (((ht&#124;f){1}((tp&#124;tps):[/][/]){1}))  -&#62; viagra online canada pharmacy Means either a link can start with http:// or https:// or ftp:// [...]]]></description>
		<wfw:commentRss>http://codecast.org/url-validation-in-javascript-using-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>C program to create a marquee effect</title>
		<link>http://codecast.org/c-program-to-create-a-marquee-effect/</link>
		<comments>http://codecast.org/c-program-to-create-a-marquee-effect/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 16:49:03 +0000</pubDate>
		<dc:creator>Sapan Das</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[marquee]]></category>

		<guid isPermaLink="false">http://codecast.org/?p=624</guid>
		<description><![CDATA[This is a c program which creates a marquee effect similar to marquee tag in viagra online canadian pharmacy HTML. [crayon-519cec32f015f/] plz use Turbo C compiler to Compile &#8230; it will not work on GCC as conio.h header file is not supported in GCC]]></description>
		<wfw:commentRss>http://codecast.org/c-program-to-create-a-marquee-effect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Swap two numbers using two variables only in c</title>
		<link>http://codecast.org/swap-two-numbers-using-two-variables-only/</link>
		<comments>http://codecast.org/swap-two-numbers-using-two-variables-only/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 08:35:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[swap]]></category>

		<guid isPermaLink="false">http://codecast.org/?p=519</guid>
		<description><![CDATA[Swapping means exchanging values. Swapping between two variables means exchanging values between them. Generally, we do swapping between two variables by using a third &#8220;temp&#8221; variable but here i can you two to three examples of how to swap between two numbers by using only two variables. Swapping is generally done by &#8220;pass by reference&#8221; [...]]]></description>
		<wfw:commentRss>http://codecast.org/swap-two-numbers-using-two-variables-only/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>C program to print all the palindrome numbers between given range</title>
		<link>http://codecast.org/c-program-to-print-all-the-palindrome-numbers-between-given-range/</link>
		<comments>http://codecast.org/c-program-to-print-all-the-palindrome-numbers-between-given-range/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 11:10:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[palindrome]]></category>

		<guid isPermaLink="false">http://codecast.org/?p=493</guid>
		<description><![CDATA[Definition: Palindrome numbers are those which when read from either side gives you the same number. For example, 121,131,565,4,2,1 etc. Description:  This program uses a function &#8220;chk_pal()&#8221; to display the palindrome numbers. We have a for statement which loops from &#8220;beg&#8221; to &#8220;end&#8221; and for each iteration we call &#8220;chk_pal()&#8221; function and pass the present [...]]]></description>
		<wfw:commentRss>http://codecast.org/c-program-to-print-all-the-palindrome-numbers-between-given-range/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C program to print all the armstrong numbers between given range</title>
		<link>http://codecast.org/c-program-to-print-all-the-armstrong-numbers-between-given-range/</link>
		<comments>http://codecast.org/c-program-to-print-all-the-armstrong-numbers-between-given-range/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 16:31:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[armstrong]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[functions]]></category>

		<guid isPermaLink="false">http://codecast.org/?p=434</guid>
		<description><![CDATA[Definition:   Armstrong number is one which is equal to the sum of the cubes of the digits of that number. For example, 153=13+53+33 . Description:   This program uses a function &#8220;arms()&#8221; to display the armstrong numbers. We have a for statement which loops from &#8220;beg&#8221; to &#8220;end&#8221; and for each iteration we call [...]]]></description>
		<wfw:commentRss>http://codecast.org/c-program-to-print-all-the-armstrong-numbers-between-given-range/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>C program for finding the length of a string(including and excluding spaces) using pointers</title>
		<link>http://codecast.org/c-program-for-finding-the-length-of-a-stringincluding-and-excluding-spaces-using-pointers/</link>
		<comments>http://codecast.org/c-program-for-finding-the-length-of-a-stringincluding-and-excluding-spaces-using-pointers/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 17:46:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Pointers]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[pointers]]></category>

		<guid isPermaLink="false">http://codecast.org/?p=401</guid>
		<description><![CDATA[This program priligy 30 mg takes a string as input from the user,outputs all the words in it and also counts the number of characters in the string including and flagyl online excluding spaces. It outputs the words character by character,which is currently pointed by a pointer &#8220;p&#8221;. Initially &#8220;p&#8221; holds the starting address of [...]]]></description>
		<wfw:commentRss>http://codecast.org/c-program-for-finding-the-length-of-a-stringincluding-and-excluding-spaces-using-pointers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>C program for finding LCM of two numbers</title>
		<link>http://codecast.org/c-program-for-finding-lcm-of-two-numbers/</link>
		<comments>http://codecast.org/c-program-for-finding-lcm-of-two-numbers/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 17:11:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Basics]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[lcm]]></category>

		<guid isPermaLink="false">http://codecast.org/?p=399</guid>
		<description><![CDATA[LCM stands for Least Common Multiple (also called the lowest common multiple or smallest common multiple) of two integers a and b, usually denoted by LCM(a, b), is the smallest positive integer buy viagra online that is a multiple of both a and b. Or in other words,LCM of two numbers(a and b) is the [...]]]></description>
		<wfw:commentRss>http://codecast.org/c-program-for-finding-lcm-of-two-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
