<?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>Henry Cipolla &#187; Programming</title>
	<atom:link href="http://www.henrycipolla.com/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.henrycipolla.com/blog</link>
	<description>Tech, gaming, motorsports, and whatever else</description>
	<lastBuildDate>Tue, 06 Dec 2011 19:39:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>How to create an EMR job with multiple inputs using the ruby client.</title>
		<link>http://www.henrycipolla.com/blog/2011/09/how-to-create-an-emr-job-with-multiple-inputs-using-the-ruby-client/</link>
		<comments>http://www.henrycipolla.com/blog/2011/09/how-to-create-an-emr-job-with-multiple-inputs-using-the-ruby-client/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 15:43:39 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=144</guid>
		<description><![CDATA[I&#8217;m using the ruby client to launch Hadoop jobs on Amazon&#8217;s Elastic Map Reduce framework. Things have gone very nicely until I tried scripting a job which draws input from multiple buckets. You can&#8217;t use the &#8216;-input&#8217; option twice and the advice around the internet is to use &#8211;args. So, I added: --args -input,s3n://SomeOtherBucket to [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2011/09/how-to-create-an-emr-job-with-multiple-inputs-using-the-ruby-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Added features to my free HTTP Post Dumping / Testing service.</title>
		<link>http://www.henrycipolla.com/blog/2011/04/added-features-to-my-free-http-post-dumping-testing-service/</link>
		<comments>http://www.henrycipolla.com/blog/2011/04/added-features-to-my-free-http-post-dumping-testing-service/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 16:38:08 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=117</guid>
		<description><![CDATA[A while ago I put together a very simple php script that dumps any HTTP Post it receives: To my great surprise, people have actually started using it! I also found myself using it more and more in my own debugging and so I have added two features which further my original mission of maximizing [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2011/04/added-features-to-my-free-http-post-dumping-testing-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>0-indexed numbering makes more sense in programming than 1-indexing. (Dijkstra agrees)</title>
		<link>http://www.henrycipolla.com/blog/2011/03/0-indexed-numbering-makes-more-sense-in-programming-than-1-indexing-dijkstra-agrees/</link>
		<comments>http://www.henrycipolla.com/blog/2011/03/0-indexed-numbering-makes-more-sense-in-programming-than-1-indexing-dijkstra-agrees/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 19:05:47 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=107</guid>
		<description><![CDATA[Let me present two lists of programming languages. List One List Two COBOL (1959) BASIC (1964) Fortran (1957) C (1973) FoxPro (?) C# (2001) Lua (1993) Java (1995) MATLAB (late 1970s) PHP (1995) PL/I (1964) Python (1991) RPG (1959) Ruby (1995) Smalltalk (1972) Complete list on Wikipedia Unfortunately SEO dictates that the title of this [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2011/03/0-indexed-numbering-makes-more-sense-in-programming-than-1-indexing-dijkstra-agrees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let me dump your post &#8211; Free HTTP Post test server</title>
		<link>http://www.henrycipolla.com/blog/2010/10/let-me-dump-your-post-free-http-post-test-server/</link>
		<comments>http://www.henrycipolla.com/blog/2010/10/let-me-dump-your-post-free-http-post-test-server/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 02:33:06 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=62</guid>
		<description><![CDATA[This past week I found myself writing code that had to submit some data to a webservice via an HTTP POST request. Not a particularly difficult task but it was on a platform I didn’t have much experience with and I wasn’t sure if I had formed the packet properly. In order to validate my [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2010/10/let-me-dump-your-post-free-http-post-test-server/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Creating an Array of Hashes in Ruby</title>
		<link>http://www.henrycipolla.com/blog/2008/08/creating-an-array-of-hashes-in-ruby/</link>
		<comments>http://www.henrycipolla.com/blog/2008/08/creating-an-array-of-hashes-in-ruby/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 21:14:03 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/2008/08/creating-an-array-of-hashes-in-ruby/</guid>
		<description><![CDATA[I just made a simple mistake which I figure would be good share with anybody new-ish to Ruby. I wrote the following code to create an array of hashes and fill in some values. Can you guess what the output is? #!/usr/bin/env ruby testArray = Array.new(5, Hash.new) 0.upto(4) do &#124;i&#124; testArray[i][:value] = i end 0.upto(4) [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2008/08/creating-an-array-of-hashes-in-ruby/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to create infinite sessions with the Facebook Platform API</title>
		<link>http://www.henrycipolla.com/blog/2008/02/how-to-create-infinite-sessions-with-the-facebook-platform-api/</link>
		<comments>http://www.henrycipolla.com/blog/2008/02/how-to-create-infinite-sessions-with-the-facebook-platform-api/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 02:34:44 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/2008/02/how-to-create-infinite-sessions-with-the-facebook-platform-api/</guid>
		<description><![CDATA[Like all things with Facebook Platform API, creating infinite sessions is really easy. However, there seems to be a lot of confusion and misinformation on the web about how this works. Part of this could be the fault of Facebook&#8217;s documentation. They provide a pretty good explanation of the authentication process but then the example [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2008/02/how-to-create-infinite-sessions-with-the-facebook-platform-api/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

