<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5.1.2" -->
<rss version="0.92">
<channel>
	<title>digilutionary.com</title>
	<link>http://www.digilutionary.com</link>
	<description></description>
	<lastBuildDate>Tue, 13 Feb 2007 21:39:53 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>Frequency :: C++</title>
		<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>
		<link>http://www.digilutionary.com/?p=53</link>
	</item>
	<item>
		<title>Frequency :: C</title>
		<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>
		<link>http://www.digilutionary.com/?p=52</link>
	</item>
	<item>
		<title>Frequency :: Java</title>
		<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>
		<link>http://www.digilutionary.com/?p=51</link>
	</item>
	<item>
		<title>Comparative Programming : Frequency</title>
		<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>
		<link>http://www.digilutionary.com/?p=50</link>
	</item>
	<item>
		<title>Echo :: OCaml</title>
		<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>
		<link>http://www.digilutionary.com/?p=49</link>
	</item>
	<item>
		<title>Echo :: Objective-C</title>
		<description><![CDATA[A comparative programming example, the echo program, in Objective-C]]></description>
		<link>http://www.digilutionary.com/?p=48</link>
	</item>
	<item>
		<title>Echo :: Ruby</title>
		<description><![CDATA[A comparative programming example, the echo program, in Ruby]]></description>
		<link>http://www.digilutionary.com/?p=47</link>
	</item>
	<item>
		<title>Echo :: C#</title>
		<description><![CDATA[A comparative programming example, the echo program, in C#]]></description>
		<link>http://www.digilutionary.com/?p=46</link>
	</item>
	<item>
		<title>Echo :: C++</title>
		<description><![CDATA[A comparative programming example, the echo program, in C++]]></description>
		<link>http://www.digilutionary.com/?p=45</link>
	</item>
	<item>
		<title>Echo :: C</title>
		<description><![CDATA[A comparative programming example, the echo program, in C]]></description>
		<link>http://www.digilutionary.com/?p=44</link>
	</item>
</channel>
</rss>
