<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Making waves</title>
	<atom:link href="http://ruby.tie-rack.org/21/making-waves/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruby.tie-rack.org/21/making-waves/</link>
	<description>Ruby.send(:stop, 'messing around')</description>
	<pubDate>Tue, 06 Jan 2009 07:40:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Ruby, a message to you &#187; One-line rescue, and beautiful sounds</title>
		<link>http://ruby.tie-rack.org/21/making-waves/#comment-97</link>
		<dc:creator>Ruby, a message to you &#187; One-line rescue, and beautiful sounds</dc:creator>
		<pubDate>Mon, 15 Oct 2007 18:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/21/making-waves/#comment-97</guid>
		<description>[...] wanted to see if my WAV file wrapper would work in 1.9. I didn&#8217;t see any reason why it shouldn&#8217;t, but little things change [...]</description>
		<content:encoded><![CDATA[<p>[...] wanted to see if my WAV file wrapper would work in 1.9. I didn&#8217;t see any reason why it shouldn&#8217;t, but little things change [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Shea</title>
		<link>http://ruby.tie-rack.org/21/making-waves/#comment-47</link>
		<dc:creator>Chris Shea</dc:creator>
		<pubDate>Fri, 24 Aug 2007 14:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/21/making-waves/#comment-47</guid>
		<description>I woke up this morning thinking about Array#pack. Yes. "V" for 32 bits, "v" for 16. And that takes care of that.</description>
		<content:encoded><![CDATA[<p>I woke up this morning thinking about Array#pack. Yes. &#8220;V&#8221; for 32 bits, &#8220;v&#8221; for 16. And that takes care of that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: corey</title>
		<link>http://ruby.tie-rack.org/21/making-waves/#comment-46</link>
		<dc:creator>corey</dc:creator>
		<pubDate>Fri, 24 Aug 2007 13:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/21/making-waves/#comment-46</guid>
		<description>A quick ruby way to do it is to use Array::pack

[1].pack("V") =&#62; "01000000"

outputs a 32 bit version of Integer in little endian format.

If you want a bunch of numbers make sure you put the star after the "V"

[1,2,3].pack("V*") =&#62; "010000000200000003000000"</description>
		<content:encoded><![CDATA[<p>A quick ruby way to do it is to use Array::pack</p>
<p>[1].pack(&#8221;V&#8221;) =&gt; &#8220;01000000&#8243;</p>
<p>outputs a 32 bit version of Integer in little endian format.</p>
<p>If you want a bunch of numbers make sure you put the star after the &#8220;V&#8221;</p>
<p>[1,2,3].pack(&#8221;V*&#8221;) =&gt; &#8220;010000000200000003000000&#8243;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
