<?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: Use Caffeine To Keep Your PC Awake</title> <atom:link href="http://www.ghacks.net/2008/07/27/use-caffeine-to-keep-your-pc-awake/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2008/07/27/use-caffeine-to-keep-your-pc-awake/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 01:27:17 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Rarst</title><link>http://www.ghacks.net/2008/07/27/use-caffeine-to-keep-your-pc-awake/comment-page-1/#comment-951180</link> <dc:creator>Rarst</dc:creator> <pubDate>Sun, 03 Jan 2010 11:39:46 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=5633#comment-951180</guid> <description>Don&#039;t think I have bothered to post it anywhere, here is AutoIt code for it
AutoItSetOption ( &quot;TrayIconHide&quot; , 1 )
While 1
$pos = MouseGetPos()
MouseMove ( $pos[0]+1, $pos[1] , 0 )
MouseMove ( $pos[0], $pos[1] , 0 )
Sleep (600000)
WEnd</description> <content:encoded><![CDATA[<p>Don&#8217;t think I have bothered to post it anywhere, here is AutoIt code for it</p><p>AutoItSetOption ( &quot;TrayIconHide&quot; , 1 )<br
/> While 1<br
/> $pos = MouseGetPos()<br
/> MouseMove ( $pos[0]+1, $pos[1] , 0 )<br
/> MouseMove ( $pos[0], $pos[1] , 0 )<br
/> Sleep (600000)<br
/> WEnd</p> ]]></content:encoded> </item> <item><title>By: random guy</title><link>http://www.ghacks.net/2008/07/27/use-caffeine-to-keep-your-pc-awake/comment-page-1/#comment-951177</link> <dc:creator>random guy</dc:creator> <pubDate>Sun, 03 Jan 2010 11:31:22 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=5633#comment-951177</guid> <description>can you give a link to download your program rarst</description> <content:encoded><![CDATA[<p>can you give a link to download your program rarst</p> ]]></content:encoded> </item> <item><title>By: Rarst</title><link>http://www.ghacks.net/2008/07/27/use-caffeine-to-keep-your-pc-awake/comment-page-1/#comment-424155</link> <dc:creator>Rarst</dc:creator> <pubDate>Sun, 27 Jul 2008 15:19:33 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=5633#comment-424155</guid> <description>I think &quot;keep computer awake&quot; is like second most written program after &quot;hello world&quot;. :) It&#039;s easy to do in any language and it&#039;s really useful unlike &quot;hello world&quot;. :)
Mine was AutoIt script that shakes mouse every few minutes - still use it at work.</description> <content:encoded><![CDATA[<p>I think &#8220;keep computer awake&#8221; is like second most written program after &#8220;hello world&#8221;. :) It&#8217;s easy to do in any language and it&#8217;s really useful unlike &#8220;hello world&#8221;. :)</p><p>Mine was AutoIt script that shakes mouse every few minutes &#8211; still use it at work.</p> ]]></content:encoded> </item> </channel> </rss>
