<?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: Loop Typer</title>
	<atom:link href="http://www.ghacks.net/2008/05/06/loop-typer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2008/05/06/loop-typer/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 06:52:53 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: BlueRaja</title>
		<link>http://www.ghacks.net/2008/05/06/loop-typer/#comment-334028</link>
		<dc:creator>BlueRaja</dc:creator>
		<pubDate>Wed, 07 May 2008 03:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=4022#comment-334028</guid>
		<description>5v5 &#124; our cent &#124; d2/nuke &#124; pm for scrim!

;)</description>
		<content:encoded><![CDATA[<p>5v5 | our cent | d2/nuke | pm for scrim!</p>
<p>;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman ShaRP</title>
		<link>http://www.ghacks.net/2008/05/06/loop-typer/#comment-333560</link>
		<dc:creator>Roman ShaRP</dc:creator>
		<pubDate>Tue, 06 May 2008 21:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=4022#comment-333560</guid>
		<description>&lt;cite&gt;Did you ever face a situation where you had to type in the same phrase over and over again ?&lt;/cite&gt;
Not exactly like that, but very similar ;)

I tested one spellchecker demo app, so I really should run it again and again, enter some text, and do various checks. But I made automated scripts for that. There are solutions for automation, and who, if not me, must know some? :)</description>
		<content:encoded><![CDATA[<p><cite>Did you ever face a situation where you had to type in the same phrase over and over again ?</cite><br />
Not exactly like that, but very similar ;)</p>
<p>I tested one spellchecker demo app, so I really should run it again and again, enter some text, and do various checks. But I made automated scripts for that. There are solutions for automation, and who, if not me, must know some? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jojo</title>
		<link>http://www.ghacks.net/2008/05/06/loop-typer/#comment-333513</link>
		<dc:creator>Jojo</dc:creator>
		<pubDate>Tue, 06 May 2008 21:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=4022#comment-333513</guid>
		<description>I have forgotten the password to an old encrypted file i have.  I could use something like this that would step through a list of potential password strings, concatenating the pieces together, placing the pieces as a single string into the password field and then punching the enter button until success or run out of seed strings.</description>
		<content:encoded><![CDATA[<p>I have forgotten the password to an old encrypted file i have.  I could use something like this that would step through a list of potential password strings, concatenating the pieces together, placing the pieces as a single string into the password field and then punching the enter button until success or run out of seed strings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Transcontinental</title>
		<link>http://www.ghacks.net/2008/05/06/loop-typer/#comment-333486</link>
		<dc:creator>Transcontinental</dc:creator>
		<pubDate>Tue, 06 May 2008 20:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=4022#comment-333486</guid>
		<description>Jeffrey, that certainly is a shining comment :)</description>
		<content:encoded><![CDATA[<p>Jeffrey, that certainly is a shining comment :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey</title>
		<link>http://www.ghacks.net/2008/05/06/loop-typer/#comment-333426</link>
		<dc:creator>Jeffrey</dc:creator>
		<pubDate>Tue, 06 May 2008 19:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=4022#comment-333426</guid>
		<description>I think it would be useful if you were Jack Nicholson and you were a caretaker up in some resort for the winter and you were trying to finish that next great novel before the spring thaw .... set this application running and you are free to do other things, like kill your family, while your book writes itself.</description>
		<content:encoded><![CDATA[<p>I think it would be useful if you were Jack Nicholson and you were a caretaker up in some resort for the winter and you were trying to finish that next great novel before the spring thaw &#8230;. set this application running and you are free to do other things, like kill your family, while your book writes itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Williams</title>
		<link>http://www.ghacks.net/2008/05/06/loop-typer/#comment-333197</link>
		<dc:creator>Al Williams</dc:creator>
		<pubDate>Tue, 06 May 2008 16:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=4022#comment-333197</guid>
		<description>Perhaps you could use it to keep some software from expiring due to inactivity? For example, some IM clients or web sites, time out with inactivity. It would be more useful for this, though, if it could send control codes (like VB&#039;s SendKeys) -- can it? Then you could enter something innocuous into a form to keep your banking site open or whatever.

I&#039;d just use AutoHotKey for something like that, anyway.</description>
		<content:encoded><![CDATA[<p>Perhaps you could use it to keep some software from expiring due to inactivity? For example, some IM clients or web sites, time out with inactivity. It would be more useful for this, though, if it could send control codes (like VB&#8217;s SendKeys) &#8212; can it? Then you could enter something innocuous into a form to keep your banking site open or whatever.</p>
<p>I&#8217;d just use AutoHotKey for something like that, anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Transcontinental</title>
		<link>http://www.ghacks.net/2008/05/06/loop-typer/#comment-332969</link>
		<dc:creator>Transcontinental</dc:creator>
		<pubDate>Tue, 06 May 2008 15:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=4022#comment-332969</guid>
		<description>&quot;I love you&quot; (he, her, or her, he, or imagination!) ?

Frankly, an application created by an author who seems to have difficulties himself thinking of another application where his application could be useful, is a masterpiece of humor. Haven&#039;t laughed so perfectly for weeks!

I&#039;m off for laughing until I find out, where, what, how, when this gem may be recognized!</description>
		<content:encoded><![CDATA[<p>&#8220;I love you&#8221; (he, her, or her, he, or imagination!) ?</p>
<p>Frankly, an application created by an author who seems to have difficulties himself thinking of another application where his application could be useful, is a masterpiece of humor. Haven&#8217;t laughed so perfectly for weeks!</p>
<p>I&#8217;m off for laughing until I find out, where, what, how, when this gem may be recognized!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
