<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Procbits</title>
	<atom:link href="http://procbits.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://procbits.com</link>
	<description>source code snippets and other random musings about software</description>
	<lastBuildDate>Wed, 01 Feb 2012 09:46:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on SQLite Bulk Insert In C#/.NET by gpe</title>
		<link>http://procbits.com/2009/09/08/sqlite-bulk-insert/#comment-433</link>
		<dc:creator><![CDATA[gpe]]></dc:creator>
		<pubDate>Wed, 01 Feb 2012 09:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://procbits.com/?p=30#comment-433</guid>
		<description><![CDATA[Awesome results of course. Well done JP!

I made it generic. Any suggestion? http://snipt.org/ylokj7]]></description>
		<content:encoded><![CDATA[<p>Awesome results of course. Well done JP!</p>
<p>I made it generic. Any suggestion? <a href="http://snipt.org/ylokj7" rel="nofollow">http://snipt.org/ylokj7</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Mongoid with Rspec by Arjun</title>
		<link>http://procbits.com/2011/08/18/using-mongoid-with-rspec/#comment-411</link>
		<dc:creator><![CDATA[Arjun]]></dc:creator>
		<pubDate>Thu, 08 Dec 2011 07:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://procbits.com/?p=239#comment-411</guid>
		<description><![CDATA[Thanks a lot. Exactly what i wanted with mongoid and rspec. Saved my day..]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot. Exactly what i wanted with mongoid and rspec. Saved my day..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FridayThe13th the Best JSON Parser for Silverlight and C#/.NET by JP</title>
		<link>http://procbits.com/2011/08/11/fridaythe13th-the-best-json-parser-for-silverlight-and-net/#comment-410</link>
		<dc:creator><![CDATA[JP]]></dc:creator>
		<pubDate>Thu, 08 Dec 2011 03:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://procbits.com/?p=231#comment-410</guid>
		<description><![CDATA[Funny that you suggest that, I was just looking into NuGet earlier today...]]></description>
		<content:encoded><![CDATA[<p>Funny that you suggest that, I was just looking into NuGet earlier today&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FridayThe13th the Best JSON Parser for Silverlight and C#/.NET by devkeydet</title>
		<link>http://procbits.com/2011/08/11/fridaythe13th-the-best-json-parser-for-silverlight-and-net/#comment-409</link>
		<dc:creator><![CDATA[devkeydet]]></dc:creator>
		<pubDate>Thu, 08 Dec 2011 00:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://procbits.com/?p=231#comment-409</guid>
		<description><![CDATA[You should make this a NuGet package.]]></description>
		<content:encoded><![CDATA[<p>You should make this a NuGet package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using OCMock with Mac OS X Lion, Xcode 4, to Mock and Unit Test Cocoa Desktop Apps by Ralph</title>
		<link>http://procbits.com/2011/11/29/using-ocmock-with-mac-os-x-lion-xcode-4-to-mock-and-unit-test-cocoa-desktop-apps/#comment-404</link>
		<dc:creator><![CDATA[Ralph]]></dc:creator>
		<pubDate>Mon, 05 Dec 2011 05:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://procbits.wordpress.com/?p=277#comment-404</guid>
		<description><![CDATA[Great article. Works with Xcode 4.2.]]></description>
		<content:encoded><![CDATA[<p>Great article. Works with Xcode 4.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Node.js Experiment: Thinking Asynchronously, Using Recursion to Calculate the Total File Size in a Directory by AndriusVirbičianskas (@AVirbicianskas)</title>
		<link>http://procbits.com/2011/10/29/a-node-js-experiment-thinking-asynchronously-recursion-calculate-file-size-directory/#comment-395</link>
		<dc:creator><![CDATA[AndriusVirbičianskas (@AVirbicianskas)]]></dc:creator>
		<pubDate>Mon, 28 Nov 2011 12:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://procbits.com/?p=261#comment-395</guid>
		<description><![CDATA[Great article! I had the similar problem and solved it using a simplified AviaFlu suggestion that you mentioned. In my case I had a recursive call to mongodb and needed to get the data after every db result was retrieved. So I just created a single variable with a value of 0, which I incremented at the beginning of the call and decremented at the end, simultaneously checking if it was 0. If yes, then I&#039;d execute next step.]]></description>
		<content:encoded><![CDATA[<p>Great article! I had the similar problem and solved it using a simplified AviaFlu suggestion that you mentioned. In my case I had a recursive call to mongodb and needed to get the data after every db result was retrieved. So I just created a single variable with a value of 0, which I incremented at the beginning of the call and decremented at the end, simultaneously checking if it was 0. If yes, then I&#8217;d execute next step.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Synchronous File Copy in Node.js by JP</title>
		<link>http://procbits.com/2011/11/15/synchronous-file-copy-in-node-js/#comment-391</link>
		<dc:creator><![CDATA[JP]]></dc:creator>
		<pubDate>Sun, 27 Nov 2011 22:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://procbits.com/?p=274#comment-391</guid>
		<description><![CDATA[This is a good thought. Do you know if other Unix file copy operations such as those found in Ruby or Python set corresponding file permissions?]]></description>
		<content:encoded><![CDATA[<p>This is a good thought. Do you know if other Unix file copy operations such as those found in Ruby or Python set corresponding file permissions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Synchronous File Copy in Node.js by David</title>
		<link>http://procbits.com/2011/11/15/synchronous-file-copy-in-node-js/#comment-388</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Sun, 27 Nov 2011 02:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://procbits.com/?p=274#comment-388</guid>
		<description><![CDATA[Hi JP. I see an issue with your example. I&#039;d suggest obtaining mode of source file descriptor and pass this in to openSync to ensure file modes of source and destination files are in sync following the copy.

Regards,
David]]></description>
		<content:encoded><![CDATA[<p>Hi JP. I see an issue with your example. I&#8217;d suggest obtaining mode of source file descriptor and pass this in to openSync to ensure file modes of source and destination files are in sync following the copy.</p>
<p>Regards,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open a New Tab in Terminal.app in the Same Directory on Mac OS X by Uri Nieto &#187; Open Terminal Tab in the same Directory in OSX</title>
		<link>http://procbits.com/2011/07/18/open-a-new-tab-in-terminal-app-in-the-same-directory-on-mac-os-x/#comment-373</link>
		<dc:creator><![CDATA[Uri Nieto &#187; Open Terminal Tab in the same Directory in OSX]]></dc:creator>
		<pubDate>Thu, 17 Nov 2011 16:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://procbits.com/?p=171#comment-373</guid>
		<description><![CDATA[[...] found this nice script that will do the work for [...]]]></description>
		<content:encoded><![CDATA[<p>[...] found this nice script that will do the work for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the Generation of iOS Push Notification Certificates by Anthony</title>
		<link>http://procbits.com/2011/10/10/automating-generation-ios-push-notification-certificates/#comment-361</link>
		<dc:creator><![CDATA[Anthony]]></dc:creator>
		<pubDate>Tue, 01 Nov 2011 20:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://procbits.com/?p=245#comment-361</guid>
		<description><![CDATA[JP - thanks for the reply and the clarification of my post.

Thanks, Anthony]]></description>
		<content:encoded><![CDATA[<p>JP &#8211; thanks for the reply and the clarification of my post.</p>
<p>Thanks, Anthony</p>
]]></content:encoded>
	</item>
</channel>
</rss>

