<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Euphoria Audio, LLC</title>
	<link>http://www.euphoriaaudio.com</link>
	<description>Audio, Video and Data Consulting</description>
	<lastBuildDate>Fri, 28 Oct 2011 01:13:34 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Hypertable C++ Thrift Tutorial</title>
		<description><![CDATA[Recently I was looking at different NOSQL solutions to storing huge amounts of data effeciently and so I started digging into Big Table like solutions including Cassandra, Hbase and Hypertable. All three are fairly similar in operation and access and though the first two are written in Java, Hypertable is written in C++, thus standing [...]]]></description>
		<link>http://www.euphoriaaudio.com/index.php/2011/10/25/hypertable-c-thrift-tutorial/</link>
			</item>
	<item>
		<title>Log4cxx XML Configuration Location Patch</title>
		<description><![CDATA[I&#39;ve been working in C and C++ quite a bit lately and using the Apache Log4cxx library for file and syslogging. It works wonderfully but I didn&#39;t like the fact that it required it&#39;s own configuration file (unless you set it up programmatically). My configs are in XML and I used Log4cxx&#39;s XML configuration as [...]]]></description>
		<link>http://www.euphoriaaudio.com/index.php/2011/06/30/log4cxx-xml-configuration-location-patch/</link>
			</item>
	<item>
		<title>libJSON Basic Parser Example</title>
		<description><![CDATA[libJSON is a great C/C++ library written by Jonathan Wallace and can be found on Sourceforge. Previously we looked at how to create a new JSON node tree programmatically that could be sent over the wire to consumer. Now we&#39;ll look at the consumer side and see how to parse the JSON string into our [...]]]></description>
		<link>http://www.euphoriaaudio.com/index.php/2010/09/27/libjson-basic-parser-example/</link>
			</item>
	<item>
		<title>libJSON Array Example</title>
		<description><![CDATA[libJSON is a great C/C++ library written by Jonathan Wallace and can be found on Sourceforge. This quick example will show you how to add an array to your JSON tree. JSONNODE *n = json_new(JSON_NODE); json_push_back(n, json_new_a(&#34;RootA&#34;, &#34;Hello World&#34;)); JSONNODE *c = json_new(JSON_ARRAY); json_set_name(c, &#34;ArrayOfNumbers&#34;); json_push_back(c, json_new_i(NULL, 16)); json_push_back(c, json_new_i(NULL, 42)); json_push_back(c, json_new_i(NULL, 128)); json_push_back(n, [...]]]></description>
		<link>http://www.euphoriaaudio.com/index.php/2010/09/27/libjson-array-example/</link>
			</item>
	<item>
		<title>libJSON Child Node Example</title>
		<description><![CDATA[libJSON is a great C/C++ library written by Jonathan Wallace and can be found on Sourceforge. In my previous post, I showed you an example of how to create a very simple JSON tree without any branches, just a few nodes. Now we&#39;ll look at how to create a branch off the main tree. JSONNODE [...]]]></description>
		<link>http://www.euphoriaaudio.com/index.php/2010/09/27/libjson-child-node-write-example/</link>
			</item>
	<item>
		<title>libJSON Simple Write Example</title>
		<description><![CDATA[libJSON is a great C/C++ library written by Jonathan Wallace and can be found on Sourceforge. I needed a quick and easy way to generate JSON strings to dump in MQ messages and also parse JSON from various sorces and after trying a few of them, I settled on libJSON as the easest to use. [...]]]></description>
		<link>http://www.euphoriaaudio.com/index.php/2010/09/27/libjson_simple_write/</link>
			</item>
	<item>
		<title>RRDTool 1.4.4 Released with Win32 and DotNet Support</title>
		<description><![CDATA[Tobias Oetiker graciously released some patches I submitted that allow users to build the excellent RRDTool library with Visual Studio 2008 and up. I updated Stefan Ludewig&#39;s instructions with links to the latest dependencies and updated the solution to make building a little easier. All of the traditional RRDTool functions are working but please note [...]]]></description>
		<link>http://www.euphoriaaudio.com/index.php/2010/07/07/rrdtool-1-4-4-released-with-win32-and-dotnet-support/</link>
			</item>
	<item>
		<title>VB.Net: Remotely Authenticate to Access Network Share</title>
		<description><![CDATA[An application I wrote to automatically collect log files from dozens of different Windows web servers required authentication in order to get to the log files. Leaving the folders wide open for &#34;Everyone&#34; would have been a terrible idea, naturally, as visitor IPs, usernames and other sensitive information could be gathered and used for nefarious [...]]]></description>
		<link>http://www.euphoriaaudio.com/index.php/2010/05/18/vb-net-remotely-authenticate-to-access-network-share/</link>
			</item>
	<item>
		<title>SNMP Tables Tutorial</title>
		<description><![CDATA[Recently I worked on a project where we moved a website to a load-balanced environment using a Cisco ACE module on a Catalyst switch. I wanted to setup monitoring so we could see how many people were connected to each server without having to login to the CLI or use Cisco Works as we didn’t have access to existing monitors or the money to buy our own. So I turned to the great Open Source tools, Cacti and Net-SNMP.]]></description>
		<link>http://www.euphoriaaudio.com/index.php/2010/04/28/snmp-tables-tutorial/</link>
			</item>
	<item>
		<title>Windows Media Encoder XML with Authentication</title>
		<description><![CDATA[This one has been bugging me for quite a while:&#160;I&#160;needed to be able to run a live, PUSH encoding session on startup that was required to authenticate to the Windows Media Services server. When you use the WME GUI, clicking the Start Encoding button will pop-up a dialog box where you can enter in your [...]]]></description>
		<link>http://www.euphoriaaudio.com/index.php/2009/12/15/windows-media-encoder-xml-with-authentication/</link>
			</item>
</channel>
</rss>

