<?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 for William's Workbench</title>
	<atom:link href="http://workbench.freetcp.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://workbench.freetcp.com</link>
	<description>Projects and Ideas</description>
	<pubDate>Thu, 20 Nov 2008 23:11:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on Basement is complete, pending final inspection by Scarlett</title>
		<link>http://workbench.freetcp.com/archives/359#comment-96</link>
		<dc:creator>Scarlett</dc:creator>
		<pubDate>Mon, 12 May 2008 02:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://workbench.freetcp.com/?p=359#comment-96</guid>
		<description>Wow!  What a difference - great job, little brother!  Can't wait to see it in person!</description>
		<content:encoded><![CDATA[<p>Wow!  What a difference - great job, little brother!  Can&#8217;t wait to see it in person!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ceiling and doors by Scarlett</title>
		<link>http://workbench.freetcp.com/archives/354#comment-92</link>
		<dc:creator>Scarlett</dc:creator>
		<pubDate>Thu, 01 May 2008 14:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://workbench.freetcp.com/?p=354#comment-92</guid>
		<description>Wow! It looks totally different.  Great job!</description>
		<content:encoded><![CDATA[<p>Wow! It looks totally different.  Great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Drill Press by Larry</title>
		<link>http://workbench.freetcp.com/archives/196#comment-76</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Thu, 27 Mar 2008 03:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://workbench.freetcp.com/archives/196#comment-76</guid>
		<description>I have a problem with my Chraftsman drill press.  I needed a motor replacement (1/2)HP.  It was ordered and received.  It was a 1/3 HP motor, had an electeical ground faullt and its shaft did not fit the drill pess pully assy.  OK, Sent it back.  Then things got complicated.  The next replacement part seemed to be OK.  There was only one thing that was awry.  That was the fact that the spec  plate said that the motor was rated at 1/5 H/P,  There seems to be no configuration control for the Craftscan prodluct line.
It seems that we who once depended on Craftsmen as a qualilty product can no more.</description>
		<content:encoded><![CDATA[<p>I have a problem with my Chraftsman drill press.  I needed a motor replacement (1/2)HP.  It was ordered and received.  It was a 1/3 HP motor, had an electeical ground faullt and its shaft did not fit the drill pess pully assy.  OK, Sent it back.  Then things got complicated.  The next replacement part seemed to be OK.  There was only one thing that was awry.  That was the fact that the spec  plate said that the motor was rated at 1/5 H/P,  There seems to be no configuration control for the Craftscan prodluct line.<br />
It seems that we who once depended on Craftsmen as a qualilty product can no more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Basement update by Joshua</title>
		<link>http://workbench.freetcp.com/archives/286#comment-67</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Fri, 04 Jan 2008 15:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://workbench.freetcp.com/archives/286#comment-67</guid>
		<description>You don't drink?  I guess you could use it for a changing table.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t drink?  I guess you could use it for a changing table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fishing on the mighty Mississippi by Joshua McDowell</title>
		<link>http://workbench.freetcp.com/archives/258#comment-47</link>
		<dc:creator>Joshua McDowell</dc:creator>
		<pubDate>Thu, 19 Jul 2007 19:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://workbench.freetcp.com/archives/258#comment-47</guid>
		<description>Dang Chubbeh..

  I don't feel so bad anymore, you better start working out too..  I am looking for a partner.. 

ADHD!</description>
		<content:encoded><![CDATA[<p>Dang Chubbeh..</p>
<p>  I don&#8217;t feel so bad anymore, you better start working out too..  I am looking for a partner.. </p>
<p>ADHD!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a large number of devices to Cacti by William Riley</title>
		<link>http://workbench.freetcp.com/archives/93#comment-32</link>
		<dc:creator>William Riley</dc:creator>
		<pubDate>Mon, 19 Feb 2007 14:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://workbench.freetcp.com/archives/93#comment-32</guid>
		<description>Hi,
I'm glad I could help. Line 9 is &lt;a href="http://en.wikipedia.org/wiki/Pseudocode" rel="nofollow"&gt;pseudocode&lt;/a&gt; for a loop structure. To run the loop in bash using a text file called host_ids with each id on a line you could use:

&lt;div class="shell"&gt;foreach host_id in `cat host_ids`;do php run_data_query.php $host_id;done&lt;/div&gt;

An easier solution is now available in the form of several php scripts. See the &lt;strong&gt;Update&lt;/strong&gt; note that I have added above.

Thanks for reading.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m glad I could help. Line 9 is <a href="http://en.wikipedia.org/wiki/Pseudocode" rel="nofollow">pseudocode</a> for a loop structure. To run the loop in bash using a text file called host_ids with each id on a line you could use:</p>
<div class="shell">foreach host_id in `cat host_ids`;do php run_data_query.php $host_id;done</div>
<p>An easier solution is now available in the form of several php scripts. See the <strong>Update</strong> note that I have added above.</p>
<p>Thanks for reading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a large number of devices to Cacti by matt sey</title>
		<link>http://workbench.freetcp.com/archives/93#comment-31</link>
		<dc:creator>matt sey</dc:creator>
		<pubDate>Mon, 19 Feb 2007 13:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://workbench.freetcp.com/archives/93#comment-31</guid>
		<description>Hello!
Your script's helped us a lot. But we have the following problem.
What do you mean with line 9?
foreach host_id do php run_data_query.php $host_id
how to execute this command?</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Your script&#8217;s helped us a lot. But we have the following problem.<br />
What do you mean with line 9?<br />
foreach host_id do php run_data_query.php $host_id<br />
how to execute this command?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Priority 1 by Jerry McCollum</title>
		<link>http://workbench.freetcp.com/archives/194#comment-30</link>
		<dc:creator>Jerry McCollum</dc:creator>
		<pubDate>Tue, 06 Feb 2007 20:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://workbench.freetcp.com/archives/194#comment-30</guid>
		<description>What a cute little guy. I really enjoyed the pictures of Maddox. Keep the pics coming.

Love,
Jerry</description>
		<content:encoded><![CDATA[<p>What a cute little guy. I really enjoyed the pictures of Maddox. Keep the pics coming.</p>
<p>Love,<br />
Jerry</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on USB Stepper Motor Controller by Brian Gefrich</title>
		<link>http://workbench.freetcp.com/archives/189#comment-29</link>
		<dc:creator>Brian Gefrich</dc:creator>
		<pubDate>Thu, 01 Feb 2007 18:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://workbench.freetcp.com/archives/189#comment-29</guid>
		<description>I'd love to hear how this works out.

Mike's site is a blessing to anyone who wants to build home cockpit components.  He's really talented at what he does.</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to hear how this works out.</p>
<p>Mike&#8217;s site is a blessing to anyone who wants to build home cockpit components.  He&#8217;s really talented at what he does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimConnect Switch Panel by Mike Powell</title>
		<link>http://workbench.freetcp.com/archives/178#comment-21</link>
		<dc:creator>Mike Powell</dc:creator>
		<pubDate>Sat, 16 Dec 2006 01:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://workbench.freetcp.com/archives/178#comment-21</guid>
		<description>Very nice to see a flight sim project dealing with FSX that carries all the way through from the physical switch toggle to code to SimConnect to FSX.

Hope to see more.

Mike</description>
		<content:encoded><![CDATA[<p>Very nice to see a flight sim project dealing with FSX that carries all the way through from the physical switch toggle to code to SimConnect to FSX.</p>
<p>Hope to see more.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
