<?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>Programming Tips Tricks &#187; Parsing</title>
	<atom:link href="http://www.sharpprogrammer.com/category/parsing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharpprogrammer.com</link>
	<description>For Smart Programmers</description>
	<lastBuildDate>Wed, 11 Nov 2009 03:53:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Regular Expressions (RE) aka &#8216;Pattern Matching&#8217;</title>
		<link>http://www.sharpprogrammer.com/regular-expressions/regular-expressions-re-aka-pattern-matching/</link>
		<comments>http://www.sharpprogrammer.com/regular-expressions/regular-expressions-re-aka-pattern-matching/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 16:44:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Parsing]]></category>
		<category><![CDATA[Regular Expressions]]></category>
		<category><![CDATA[Text Processing]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/regular-expressions/regular-expressions-re-aka-pattern-matching/</guid>
		<description><![CDATA[Note: Incomplete &#8211; Information might be wrong at some places. I  did copy paste  from  some old file I wrote years back while learning regular expressions.
(C) Prashant N Mhatre
 The discussion doesn&#8217;t come anywhere close to explain all of the flavors of regular expressions but we&#8217;ll hit on the high points. I [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/regular-expressions/regular-expressions-re-aka-pattern-matching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl Code Examples Parsing Text</title>
		<link>http://www.sharpprogrammer.com/parsing/perl-code-examples-parsing-text/</link>
		<comments>http://www.sharpprogrammer.com/parsing/perl-code-examples-parsing-text/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 01:16:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Parsing]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/parsing/perl-code-examples-parsing-text/</guid>
		<description><![CDATA[
Commonly used parsing techniques - Analysis and dissection on  Commonly used parsing techniques
Manning: Data Munging  with Perl &#8211; Whatever you&#8217;d like to do with Manning: Data Munging with Perl
Parsing text file line by line &#8211; LinuxQuestions.org &#8211; That  does it for this special report. Parsing text file line by line &#8211;  [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/parsing/perl-code-examples-parsing-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Parsing Xml</title>
		<link>http://www.sharpprogrammer.com/parsing/javascript-parsing-xml/</link>
		<comments>http://www.sharpprogrammer.com/parsing/javascript-parsing-xml/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 01:06:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Parsing]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/parsing/javascript-parsing-xml/</guid>
		<description><![CDATA[
Read and Display Server-Side XML with JavaScript JavaScript &#38;  AJAX Tutorials - It was about this time that I re-discovered Read and  Display Server-Side XML with JavaScript JavaScript &#38; AJAX Tutorials
Problems parsing XML Feed in Javascript &#8211; WebDeveloper.com &#8211;  Very good explanation about Problems parsing XML Feed in Javascript &#8211;  WebDeveloper.com
JAVASCRIPT [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/parsing/javascript-parsing-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiler Design Construction and Building</title>
		<link>http://www.sharpprogrammer.com/parsing/compiler-design-construction-and-building/</link>
		<comments>http://www.sharpprogrammer.com/parsing/compiler-design-construction-and-building/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 07:32:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Parsing]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/parsing/compiler-design-construction-and-building/</guid>
		<description><![CDATA[
Let&#8217;s Build a  Compiler &#8211; To help understand what we might be able to do in this world,  this section provides a couple of stories of where we need to get to. Let&#8217;s  Build a Compiler
Modern Compiler Implementation in Java &#8211; Must visit Modern  Compiler Implementation in Java
Kenneth Louden&#8217;s Compiler Construction [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/parsing/compiler-design-construction-and-building/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lex and Yacc Compiler Construction Tools</title>
		<link>http://www.sharpprogrammer.com/parsing/lex-and-yacc-compiler-construction-tools/</link>
		<comments>http://www.sharpprogrammer.com/parsing/lex-and-yacc-compiler-construction-tools/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 07:22:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Parsing]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/parsing/lex-and-yacc-compiler-construction-tools/</guid>
		<description><![CDATA[
Comp.compilers: lex and yacc tutorial &#8211; From comp.compilers  newsgroup: lex and yacc tutorial Comp.compilers: lex and yacc tutorial
CodeGuru: Flex Your Lexical Analysis Muscles &#8211; The Flex  lexical analyzer generator enables you to accurately act on and react to  incoming character data streams in a way that is both predictable and  debuggable. [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/parsing/lex-and-yacc-compiler-construction-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing C++ Multithreading Applications</title>
		<link>http://www.sharpprogrammer.com/parsing/developing-c-multithreading-applications/</link>
		<comments>http://www.sharpprogrammer.com/parsing/developing-c-multithreading-applications/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 11:08:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Multithreading]]></category>
		<category><![CDATA[Parsing]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/parsing/developing-c-multithreading-applications/</guid>
		<description><![CDATA[
volatile &#8211;  Multithreaded Programmer&#8217;s Best Friend &#8211; The volatile keyword was devised to  prevent compiler optimizations that might render code incorrect in the presence  of certain asynchronous events. For example, if you declare a primitive variable  as volatile, the compiler is not permitted to cache it in a register &#8212; a [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/parsing/developing-c-multithreading-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
