<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/1.5.1.2" -->
<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/"
>

<channel>
	<title>digilutionary.com</title>
	<link>http://www.digilutionary.com</link>
	<description></description>
	<pubDate>Tue, 13 Feb 2007 21:39:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.2</generator>
	<language>en</language>

		<item>
		<title>Frequency :: C++</title>
		<link>http://www.digilutionary.com/?p=53</link>
		<comments>http://www.digilutionary.com/?p=53#comments</comments>
		<pubDate>Tue, 13 Feb 2007 21:38:09 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
	<category>News</category>
	<category>Comparative Programming</category>
	<category>C++</category>
		<guid>http://www.digilutionary.com/?p=53</guid>
		<description><![CDATA[	This program is part of the Comparative Programming :: Frequency Analysis set of examples.
	At the heart of our C++ example is a Map object from the Standard Template Library. The STL Map is an associative container, pairing a key and value that we can set and retrieve using the [] (square bracket) operators. In the [...]]]></description>
		<wfw:commentRSS>http://www.digilutionary.com/?feed=rss2&amp;p=53</wfw:commentRSS>
	</item>
		<item>
		<title>Frequency :: C</title>
		<link>http://www.digilutionary.com/?p=52</link>
		<comments>http://www.digilutionary.com/?p=52#comments</comments>
		<pubDate>Tue, 13 Feb 2007 21:34:57 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
	<category>News</category>
	<category>Comparative Programming</category>
	<category>C</category>
		<guid>http://www.digilutionary.com/?p=52</guid>
		<description><![CDATA[	This program is part of the Comparative Programming :: Frequency Analysis set of examples.
	In our C example we don&#8217;t have a readily available construct akin to the Hashtable or Map of other languages, so we&#8217;ll resort to a simple array of 26 values to count our character frequency. With lines 10 through 13 we declare [...]]]></description>
		<wfw:commentRSS>http://www.digilutionary.com/?feed=rss2&amp;p=52</wfw:commentRSS>
	</item>
		<item>
		<title>Frequency :: Java</title>
		<link>http://www.digilutionary.com/?p=51</link>
		<comments>http://www.digilutionary.com/?p=51#comments</comments>
		<pubDate>Tue, 13 Feb 2007 20:37:48 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
	<category>News</category>
	<category>Java</category>
	<category>Comparative Programming</category>
		<guid>http://www.digilutionary.com/?p=51</guid>
		<description><![CDATA[	This program is part of the Comparative Programming :: Frequency Analysis set of examples.
	Our Java example, while longer than most of the other frequency analysis programs, is fairly straight forward in it&#8217;s approach. To keep track of the number of character occurances in our text, we want to create a map of characters to numbers, [...]]]></description>
		<wfw:commentRSS>http://www.digilutionary.com/?feed=rss2&amp;p=51</wfw:commentRSS>
	</item>
		<item>
		<title>Comparative Programming : Frequency</title>
		<link>http://www.digilutionary.com/?p=50</link>
		<comments>http://www.digilutionary.com/?p=50#comments</comments>
		<pubDate>Tue, 13 Feb 2007 20:33:32 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
	<category>News</category>
	<category>Comparative Programming</category>
		<guid>http://www.digilutionary.com/?p=50</guid>
		<description><![CDATA[	Every human language has a pattern, a statistically predictable series of words, syllables, and letters. This pattern is a powerful analytic tool that is used to decipher lost languages, crack encrypted messages, build software that can speak, write and reason like a human, and transform one language into another.
	The most fundamental of these analytic techniques [...]]]></description>
		<wfw:commentRSS>http://www.digilutionary.com/?feed=rss2&amp;p=50</wfw:commentRSS>
	</item>
		<item>
		<title>Echo :: OCaml</title>
		<link>http://www.digilutionary.com/?p=49</link>
		<comments>http://www.digilutionary.com/?p=49#comments</comments>
		<pubDate>Tue, 13 Feb 2007 19:58:06 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
	<category>News</category>
	<category>Comparative Programming</category>
	<category>OCaml</category>
		<guid>http://www.digilutionary.com/?p=49</guid>
		<description><![CDATA[	This program is part of the Comparative Programming :: Echo set of examples.
	The OCaml (Object-Caml) echo example is in a functional language, far different in style from our other examples. The semantics and syntax of a functional language can seem strange comparaed to an example in a procedural (or object oriented) language like our other [...]]]></description>
		<wfw:commentRSS>http://www.digilutionary.com/?feed=rss2&amp;p=49</wfw:commentRSS>
	</item>
		<item>
		<title>Echo :: Objective-C</title>
		<link>http://www.digilutionary.com/?p=48</link>
		<comments>http://www.digilutionary.com/?p=48#comments</comments>
		<pubDate>Tue, 17 Oct 2006 00:37:15 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
	<category>News</category>
	<category>Comparative Programming</category>
	<category>Objective-C</category>
		<guid>http://www.digilutionary.com/?p=48</guid>
		<description><![CDATA[A comparative programming example, the echo program, in Objective-C]]></description>
		<wfw:commentRSS>http://www.digilutionary.com/?feed=rss2&amp;p=48</wfw:commentRSS>
	</item>
		<item>
		<title>Echo :: Ruby</title>
		<link>http://www.digilutionary.com/?p=47</link>
		<comments>http://www.digilutionary.com/?p=47#comments</comments>
		<pubDate>Tue, 17 Oct 2006 00:36:36 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
	<category>News</category>
	<category>Comparative Programming</category>
	<category>Ruby</category>
		<guid>http://www.digilutionary.com/?p=47</guid>
		<description><![CDATA[A comparative programming example, the echo program, in Ruby]]></description>
		<wfw:commentRSS>http://www.digilutionary.com/?feed=rss2&amp;p=47</wfw:commentRSS>
	</item>
		<item>
		<title>Echo :: C#</title>
		<link>http://www.digilutionary.com/?p=46</link>
		<comments>http://www.digilutionary.com/?p=46#comments</comments>
		<pubDate>Tue, 17 Oct 2006 00:36:07 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
	<category>News</category>
	<category>Comparative Programming</category>
	<category>C#</category>
		<guid>http://www.digilutionary.com/?p=46</guid>
		<description><![CDATA[A comparative programming example, the echo program, in C#]]></description>
		<wfw:commentRSS>http://www.digilutionary.com/?feed=rss2&amp;p=46</wfw:commentRSS>
	</item>
		<item>
		<title>Echo :: C++</title>
		<link>http://www.digilutionary.com/?p=45</link>
		<comments>http://www.digilutionary.com/?p=45#comments</comments>
		<pubDate>Tue, 17 Oct 2006 00:35:35 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
	<category>News</category>
	<category>Comparative Programming</category>
	<category>C++</category>
		<guid>http://www.digilutionary.com/?p=45</guid>
		<description><![CDATA[A comparative programming example, the echo program, in C++]]></description>
		<wfw:commentRSS>http://www.digilutionary.com/?feed=rss2&amp;p=45</wfw:commentRSS>
	</item>
		<item>
		<title>Echo :: C</title>
		<link>http://www.digilutionary.com/?p=44</link>
		<comments>http://www.digilutionary.com/?p=44#comments</comments>
		<pubDate>Tue, 17 Oct 2006 00:35:06 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
		
	<category>News</category>
	<category>Comparative Programming</category>
	<category>C</category>
		<guid>http://www.digilutionary.com/?p=44</guid>
		<description><![CDATA[A comparative programming example, the echo program, in C]]></description>
		<wfw:commentRSS>http://www.digilutionary.com/?feed=rss2&amp;p=44</wfw:commentRSS>
	</item>
	</channel>
</rss>
