<?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/"
		>
<channel>
	<title>Comments on: Python: How to Tell How Long Windows Has Been Idle</title>
	<atom:link href="http://www.blog.pythonlibrary.org/2010/05/05/python-how-to-tell-how-long-windows-has-been-idle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.pythonlibrary.org/2010/05/05/python-how-to-tell-how-long-windows-has-been-idle/</link>
	<description>Python Programming from the Frontlines</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Diane</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/05/python-how-to-tell-how-long-windows-has-been-idle/comment-page-1/#comment-21292</link>
		<dc:creator>Diane</dc:creator>
		<pubDate>Sun, 06 Jun 2010 04:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=836#comment-21292</guid>
		<description>Well,i should have to ask to the phyton group to make a program to interact with the idleness of the computer,it can tell us how long a Windows XP machine had been idle and to alert the user if it had been idle for a certain amount of timeThanks for sharing this to us. G-d bless ;-)</description>
		<content:encoded><![CDATA[<p>Well,i should have to ask to the phyton group to make a program to interact with the idleness of the computer,it can tell us how long a Windows XP machine had been idle and to alert the user if it had been idle for a certain amount of timeThanks for sharing this to us. G-d bless <img src='http://www.blog.pythonlibrary.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yipeng</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/05/python-how-to-tell-how-long-windows-has-been-idle/comment-page-1/#comment-20703</link>
		<dc:creator>Yipeng</dc:creator>
		<pubDate>Wed, 05 May 2010 22:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=836#comment-20703</guid>
		<description>Very interesting little script. Thanks.</description>
		<content:encoded><![CDATA[<p>Very interesting little script. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: driscollis</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/05/python-how-to-tell-how-long-windows-has-been-idle/comment-page-1/#comment-20704</link>
		<dc:creator>driscollis</dc:creator>
		<pubDate>Wed, 05 May 2010 22:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=836#comment-20704</guid>
		<description>Hi,&lt;br&gt;&lt;br&gt;You are quite correct. I had originally tried doing a small range, but since this was a one-off script, I decided to just do it even simpler. If I receive complaints about it not making noise, then I&#039;ll do what you mentioned.&lt;br&gt;&lt;br&gt;Thanks for your readership! Let me know if there are any topics you&#039;d like to know more about in the Python world.&lt;br&gt;&lt;br&gt;- Mike</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You are quite correct. I had originally tried doing a small range, but since this was a one-off script, I decided to just do it even simpler. If I receive complaints about it not making noise, then I&#39;ll do what you mentioned.</p>
<p>Thanks for your readership! Let me know if there are any topics you&#39;d like to know more about in the Python world.</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hansen</title>
		<link>http://www.blog.pythonlibrary.org/2010/05/05/python-how-to-tell-how-long-windows-has-been-idle/comment-page-1/#comment-20702</link>
		<dc:creator>Peter Hansen</dc:creator>
		<pubDate>Wed, 05 May 2010 22:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.pythonlibrary.org/?p=836#comment-20702</guid>
		<description>Thanks for a nice little example using ctypes.  Note that you might want to either shorten your delay slightly or, better, change the logic to look for a small range of times rather than just equality with one particular value.  The time.sleep() call will sometimes take slightly longer than 1s (there&#039;s no guarantee), and if that happens to occur at just the wrong time, the equality test will never be hit and you&#039;ll miss playing the sound.  (Obviously a non-critical thing, but it&#039;s not hard to avoid it either.)</description>
		<content:encoded><![CDATA[<p>Thanks for a nice little example using ctypes.  Note that you might want to either shorten your delay slightly or, better, change the logic to look for a small range of times rather than just equality with one particular value.  The time.sleep() call will sometimes take slightly longer than 1s (there&#39;s no guarantee), and if that happens to occur at just the wrong time, the equality test will never be hit and you&#39;ll miss playing the sound.  (Obviously a non-critical thing, but it&#39;s not hard to avoid it either.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.030 seconds -->

